#main-header{
background-color:#FCD55E!important;
  border-bottom:1px #887F64 solid;
}

.et_fixed_nav #logo {
  max-height: 70px;
}

#et-top-navigation{
 padding-top: 10px;
}

#top-header{
background-color:#222222!important;
}

#top-menu a{
color:#000!important;
}
#top-menu li.current-menu-item > a {
    font-weight: bold;
}

.sub-menu{
    background-color:#d3d3d3!important;
}

.nav li ul {
      padding:0;
}

#top-menu li li a {
	padding: 8px 20px;
    font-size: 13px;
}

.et_pb_slide_image{
      margin-top: -203px;
}

.custom-tab ul.et_pb_tabs_controls li, .custom-tab ul.et_pb_tabs_controls{
   background-color:#FCD55E;
}
.custom-tab li.et_pb_tab_active{
   background-color:#fff!important;
}
.custom-tab ul.et_pb_tabs_controls li a {
    color: #000;
    font-weight: 500;
}
.custom-section{ 
  padding:0;
}

.custom-header{
  padding: 20px 0 0;
}
.custom-section .divider{
  margin:0;
}

#footer-widgets .title{
	color:#fcd55e!important;
}

#footer-bottom #footer-info{
	display:none;
}

#footer-widgets{
 	padding-top: 40px;
}

.footer-widget p{
	color:#A7A7A7;
}

.service-sidebar .widget_text{
	margin: 0 0 40px!important;
}

/*box*/
.yellow-box{
  color: #000;
  background-color:#FCD55E!important;
  background: none repeat scroll 0 0 transparent;
  border: 1px #e2bf54 solid;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7em;
  padding: 6px 20px;
  transition: all 0.2s ease 0s;
}

.yellow-box:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border: 2px solid transparent;
    padding: 6px 34px 6px 14px;
}

.yellow-box:after {
    content: "5";
    font-size: 18px;
    line-height: 1em;
    margin-left: -20px;
    opacity: 0;
    position: absolute;
    transition: all 0.2s ease 0s;
    font-family: 'ETmodules';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}

.yellow-box:hover:after{
    margin-left: 0;
    margin-top: 3px;
    opacity: 1;
}

/* slider */

  .custom-slide-desc{
    float: left;
    width: 60%;
    margin-top: 115px;
  }
  .custom-slide-img{
    float: left;
    width: 40%;
  }
  .custom-slide-img img{
	width:90%;
  	height:auto;
  }
.custom-slide{
   
    font-weight: bold;
    text-align: center;
}
@media only screen and (min-width: 981px) {
	.res-iframe{
 	 height:700px;
	}
	.custom-slide{
    	margin-top: -170px;
     	font-size: 20px;
  	}
}
@media only screen and (min-width: 770px) and (max-width: 981px) {
   .custom-slide{
    margin-top: -125px;
    font-size: 18px;
  }
  .res-iframe{
 	 height:700px;
	}
}
@media only screen and (min-width: 745px) and (max-width: 769px) {
   .custom-slide{
    margin-top: -125px;
    font-size: 18px;
  }
  .res-iframe{
 	 height: 1250px;
  }
}
@media only screen and (max-width: 744px) {
   .custom-slide{
    margin-top: -80px;
    font-size: 16px;
  }
  .custom-slide-desc{
    margin-top: 0;
  }
   .res-iframe{
 	 height: 1300px;
  }
}

.custom-blurb .et_pb_main_blurb_image img{
	transition: all 0.3s ease-in-out 0s;
    position: relative;
    transform: scaleY(1);
    bottom: -5px;
}

.custom-blurb .et_pb_main_blurb_image:hover img{
	bottom:1px;
  	transition: all 0.3s ease-in-out 0s;
}

.footer-widget .yellow-box{
	color:#000!important;
}

.book-image{
	float: right;
    margin-right: 40px;
    margin-top: -175px;
}

#top-header{
	position: fixed!important;
}

@media only screen and (max-width: 800px) {
	#top-header{
    	font-size: 16px;
    	font-weight: bold;
	}
}
#et-info-phone{
	color:#ffa500!important;
}
.res-iframe{
  width:100%;
}

/*
#footer-bottom{
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
}*/