/*
 Theme Name: revivify  theme
 Description: revivify Theme
 Author: Senorcoders
 Author URI: http://senorcoders.com;
 Version: 1.0.0 Text
 Domain: revivify
*/
body{
	overflow-x:hidden;
	background:white;
}
.logged-in .header-container{
	margin-top:32px
}
.header-container{
	box-shadow: 0px 5px 8px rgba(0,0,0,.3);
    z-index: 99;
}
.container-fluid{
	padding-top: 5px;
    padding-bottom: 5px;
}
.widgettitle{
	display:none
}
#menu-mobile{
	display:none;
}
.navbar-toggle{
	background: transparent !important;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 0;
}
.navbar-brand{
	  background: url(/wp-content/uploads/2018/02/REVIVIFY_Logo.png);
    width: 200px;
    background-size: cover;
    background-position: center;
}
.container-menu{
	background: transparent;
    border: none;
	margin-bottom: 0;
}
.navbar-brand{
	color: white !important;
    font-size: 40px;
}
.menu-item a{
	color: white !important;
    font-size: 16px;
}
 .header-container{
    background:#f5f6f7;
    position:relative;
  }
  .menu-item a, .right-menu a {
    color: #4d4f52 !important;
    font-size: 16px;
}
  .right-menu ul{
    padding:0;
    margin:0
  }
  .right-menu li{
    list-style:none;
    display:inline-block;
    padding:5px 10px 0;
    position:relative;
    margin:0
  }
  .icons-menu{
    padding: 5px 0;
    display: block;
  }
  .right-menu .icons-menu:after{
        content: "";
    position: absolute;
    z-index: 0;
    top: 10px;
    left: 0;
    height: 20px;
    width: 1px;
    background: #e5e6e6;
  }
  .light-blue{
    text-decoration: none !important;
    display: inline-block!important;
    padding: 10px 25px;
    color: #4d4f52 !important;
    background: #75dbff;
    border: none;
    -webkit-appearance: none;
    transition: color .1s linear,background .1s linear,opacity .1s linear;
    font-size: 14px !important;
    font-weight: bold;
    text-transform: uppercase;
  }
  .light-blue:hover{
     color: #000;
     background: #32caff;
  }
  .menu-fixed{
    position:fixed;
    width:100%;
    left:0;
    top:-100px;
    -webkit-transition: -webkit-transform .6s ease;
    -moz-transition: -moz-transform .6s ease;
    transition: transform .6s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(-100%);
    transform: translateY(100px);
  }
.quote-fixed {
    position: fixed;
    width: 100%;
    z-index: 9;
    padding: 20px 0 !important;
}
.nav>li{
	position:inherit;
}
@media(min-width: 998px){
	.sub-menu{
    padding: 0;
    visibility: hidden;
    transform: translateY(2em);
    position: absolute;
    background: white;
    transition: all .3s linear 0s;
	list-style:none;
}
.menu-item-has-children:hover > .sub-menu {
    transition: all 0.3s ease-in;
    visibility: visible;
    transform: translateY(0%);
}
}
.sub-menu li a{
	padding:10px;
	display:block;
	width:100%;
}
.sub-menu li a:hover{
	background:rgba(0,0,0,0.7);
	color:white !important;
	text-decoration:none;
}
  .search-container{
    display:none;
  }
  .search-container input{
    width: 83.3%;
    padding: 10px;
    border: 0;
  }
  .search-container .light-blue{
    width:15%
  }
/*homepage*/
.banner_section{
	padding: 110px 0 150px;
	position:relative;
	overflow:hidden;
}
.banner_section video{
	  position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-banner, .content-boxes{
	z-index:10;
	position:relative;
}
.video-overlay{
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 1;
    top: 0;
}
.title-bn-container{
	text-align:center;
}
.title-bn{
	font-family: 'Roboto Slab', serif;
  color: white;
  font-size: 80px;
  text-transform: capitalize;
  font-weight: lighter;
	margin-bottom:40px
}
.subtitle_bn{
	color: white;
 	font-size: 28px;
 	line-height: 1.1;
	margin-bottom:80px
}
.product-boxes{
	margin-top:-80px;
	text-align:center;
}
.img-product{
	width:100%;
	padding:0 5px;
}
.product-container{
    background: rgba(255, 255, 255, 0.95);
    border-radius: 2px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
/*    padding-top: 30px;
*/    padding-bottom: 40px;
}
#products{
	clear:both;
	padding:20px 0;
}
#products .products{
	padding:0;
	margin-top:40px;
}
#products .woocommerce-LoopProduct-link{
	text-decoration:none !important;
}
#products .products img{
	width:100%;
	height:auto;
}
.product-container h2{
		line-height: 1.2em;
    letter-spacing: -.03em;
    font-family: 'Roboto Slab', serif;
    text-transform: capitalize;
    font-weight: bold;
    color: black;
    font-size: 24px;
    word-wrap: break-word;
    word-break: break-word;
    padding: 10px;
        max-height: 70px;
    min-height: 70px;
}
.description{
		font-size: 16px;
    color: #555;
    font-weight: lighter;
    margin-bottom: 40px;
}
.btn-green{
		display: inline-block;
    background: #ff9600;
    border: 2px solid rgba(0, 0, 0, 0);
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    padding: 11px 30px 12px;
    line-height: 1.2;
    border-radius: 2px;
    transition-duration: .2s;
    transition-timing-function: ease;
}
.btn-green:hover{
	  text-decoration: none;
    background: #ff9600;
    color: white;
}
.download-link{
	display: block;
    margin-top: 10px;
    padding: 10px 0 20px;
    color: #0487c4;
    text-transform: capitalize;
}
.second-section{
    text-align: center;
    padding: 100px 80px 0;
		color:white;
}
.bg-second{
	  background: #01436e;
    padding: 110px 60px;
}
.white-title{
		color: white;
    font-weight: lighter;
    font-size: 50px;
    line-height: 1.2em;
    letter-spacing: -.03em;
}
.second-section .subtitle{
	  margin-bottom: 60px;
    color: white;
    font-size: 28px;
    font-weight: lighter;
    margin-top: 20px;
}
.bg-second .nf-form-cont{
		max-width: 500px;
    margin: 40px auto 0;
}
.bg-second .nf-form-cont input[type="button"]{
	background: #ff9600;
    color: white !important;
    display: inline-block;
    transition-property: background-color,color;
    transition-duration: .2s;
    transition-timing-function: ease;
    border-radius: 2px;
    padding: 10px 40px;
    letter-spacing: -.025em;
    font-size: 18px;
	font-weight: lighter;
		font-family: 'Roboto Slab', serif;
}
.bg-second .nf-form-cont input[type="button"]:hover{
		text-decoration:none;
	background:#ff9600;
}
.bg-second img{
	width: 100%;
  max-width: 500px;
}
h1, h2, h3, h4, h5, h6{
	word-wrap: break-word;
  word-break: break-word;
	font-family: 'Roboto Slab', serif;
}
.second-section ul{
		line-height: 1.3;
    text-align: left;
    margin-top: 0;
}
.second-section ul li{
	  list-style: none;
    list-style-image: url(/wp-content/uploads/2018/02/bullet-blue.png);
	  margin-bottom: 10px;
    font-size: 18px;
}
.btn-red{
		background: #ff9600;
    color: white !important;
    display: inline-block;
    transition-property: background-color,color;
    transition-duration: .2s;
    transition-timing-function: ease;
    border-radius: 2px;
    padding: 10px 40px;
    margin-top: 80px;
    letter-spacing: -.025em;
    font-size: 28px;
		font-family: 'Roboto Slab', serif;
}
.btn-red:hover{
	text-decoration:none;
	background:#ff9600;
}
.third-section{
	padding-bottom:120px;
	padding-top:110px;
	text-align:center;
}
.black-title{
	  margin-bottom: 90px;
    font-size: 50px;
    font-weight: lighter;
    color: black;
    letter-spacing: -.03em;
    line-height: 1.2em;
}
.number{
	  margin-bottom: .13333em;
		font-size:100px;
    letter-spacing: -.04em;
		font-family:'Roboto Slab', serif;
		font-weight:lighter;
}
.person{
	  font-size: 22px;
    line-height: 1.25;
    color: black;
}
.fourth-section{
	padding-bottom:120px;
	padding-top:110px;
	text-align:center;
	background:#c2ccd4
}
.bg-second .content{
	padding-bottom:0;
	padding-top:0;
}
.our-work{
	  background-size: cover !important;
    background-position: center !important;
    min-height: 200px;
    position: relative;
	margin-bottom:20px;
}
.our-work h3{
	color: #f12d2d;
    font-weight: normal;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
}
.our-work .overlay{
	  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 140, 186, 0.5);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.our-work:hover .overlay {
    opacity: 1;
}
.fifth-section{
    background-size: cover !important;
    background-position: center !important;
    position: relative;
	text-align: center;
	padding: 100px 50px;
	color: #fff !important;
}
.center-center{
	position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	text-align:center;
}
.fifth-section h2{
		color: white;
		margin:0;
    font-size: 50px;
    text-transform: uppercase;
}
/* end homepage new*/
/*subpages new*/
.sub-page-banner{
	  position: relative;
    overflow: hidden;
    padding: 110px 0 120px;
    min-height: 55vh;
}
.sub-page-banner video{
	  position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.title-banner{
		font-size: 70px;
    line-height: 1em!important;
    letter-spacing: -.03em;
    font-weight: lighter;
    color: white;
	text-align:center;
}
.subtitle-banner{
	  color: white;
    font-size: 28px;
    font-weight: 300;
	text-align:center;
}
.sub-page-banner:after{
	content: "";
	height:120px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	background-image:linear-gradient(to bottom,transparent,rgba(238,248,255,.01) 3%,rgba(238,248,255,.05) 8%,rgba(238,248,255,.1) 13%,rgba(238,248,255,.15) 18%,rgba(238,248,255,.2) 23%,rgba(238,248,255,.25) 28%,rgba(238,248,255,.3) 33%,rgba(238,248,255,.35) 38%,rgba(238,248,255,.4) 43%,rgba(238,248,255,.45) 48%,rgba(238,248,255,.5) 53%,rgba(238,248,255,.55) 58%,#eef8ff 100%);
}
.button-container{
	text-align:center;
	margin-bottom:40px;
}
.banner-img{
	  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    z-index: -1;
}
.page-template-subpage .second-section{
	background:#eef8ff;
	padding:110px 0 100px;
}
.page-template-subpage  .black-title{
	margin-bottom:40px;
}
.gray-subtitle{
    font-weight: 400;
    color: #555;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 80px;
    letter-spacing: 0;
}
.description-cn{
	color: #555;
    text-align: left;
    font-size: 18px;
    line-height: 1.25;
}
.second-section .button-container{
	margin-top:40px;
}
.gray-btn{
	font-size: 22px;
    font-weight: 400;
    letter-spacing: -.025em;
    background: #3f5366;
    color: white;
    padding: 10px 30px;
    border-radius: 2px;
    display: inline-block;
	transition-property: background-color,color;
    transition-duration: .2s;
    transition-timing-function: ease;
		font-family:'Roboto Slab', serif;
}
.gray-btn:hover{
	background:#374959;
	color:white;
	text-decoration:none;
}
.page-template-subpage .third-section{
	background:white;
	padding:110px 0 100px;
}
.third-section .button-container{
	margin-top:40px;
}
.page-template-subpage .fourth-section{
	background:#f3f5f7;
	padding:110px 0 100px;
}
.boxes-description{
	  font-size: 16px;
		text-align:left;
    color: #555;
    line-height: 1.25;
}
.boxes img{
	width: 100%;
  max-width: 400px;
}
.title-boxes{
    line-height: 1.1em;
    letter-spacing: -.02em;
    text-align: left;
    color: black;
    font-size: 24px;
}
.boxes{
	margin-bottom:20px;
	text-align:left;
}
.white-btn{
	    font-size: 25px;
    letter-spacing: -.025em;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
    display: inline-block;
    color: #2f88c6 !important;
    text-decoration: none !important;
    transition-property: background-color,color;
    transition-duration: .2s;
    transition-timing-function: ease;
    border-radius: 2px;
}
.white-btn:hover{
	background-color: #eaeff3;
    border: 1px solid #eaeff3;
}
.prefooter{
	background:#48bfe8;
	padding:110px 0 120px;
	text-align:center;
}
.prefooter .btn-red{
	margin-top:0;
	font-size:22px;
}
.left-side{
	text-align:center;
	margin: 0 0 auto auto;
	max-width:400px;
}
.right-side{
	text-align:center;
	margin: auto auto 0 0;
	max-width:400px;
}
.description-pre-footer{
	margin-top:20px;
}
/*end subpages*/
/*footer*/
.footer{
	background: #444444;
	padding:20px 0;
	color:white;
}
.footer ul{
	padding-left:0;
}
.footer li{
	display:inline-block;
}
.footer li a{
	display:block;
	color:white !important;
	font-size:18px;
	padding:0 10px 0 0;
}
.location a:hover{
	text-decoration:none !important;
	color:#337ab7;
}
.copyright{
	text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 10px;
}
#nf-form-2-cont{
	  background: rgba(0, 0, 0, 0.5);
    padding: 20px;
}
.nf-form-cont h3{
	color:white;
	font-weight:lighter;
}
.nf-form-cont input{
	border-radius: 2px;
  padding: 10px;
	border:0
}
.nf-form-fields-required{
	display:none;
}
.nf-form-cont input[type="button"]{
	 	background: transparent;
    color: white;
    border: 2px solid white;
    max-width: 200px;
    width: 100% !important;
    font-weight: bold;
    text-transform: uppercase;
}
.nf-form-cont .nf-field-container{
	margin-bottom:10px
}
/*services*/
.single-services .cta{
	display:none
}
.header-banner{
	height:400px;
	background-size:cover !important;
	background-position:center !important;
	position:relative;
}
.content, .single-ourwork .content{
	  padding: 40px 15px;
    font-size: 16px;
}
.service-title-banner, .ourwork-title-banner{
	  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 40px;
    margin: 0;
}
.quote{    
	padding: 40px 0;
    background: #f89700;
    text-align: center;
}
.first-section-s, .second-section-s{
	    padding: 20px 0;
}
.first-section-s .row , .second-section-s .row{
	  display: flex;
    align-items: center;
}
.first-section-s img, .second-section-s img{
	max-width:100%;
}
.single-services .black-title, .page-template-subpages-template .black-title{
	  margin-bottom: 20px;
    font-size: 3rem;
}
.images-bg{
	height:200px;
	background-size:cover !important;
	background-position:center !important;
}
.content-testimonial p{
	display:inline;
	  display: inline;
    font-style: oblique;
    font-size: 18px;
}
.testimonial, .images-section{
	padding:40px 0
}
.testimonial h5{
	font-weight:bold;
	text-align:center
}
.testimonial span{
	font-weight:normal;
}
.detail-section{
	background: #00aef0;
    color: #fff;
  padding: 60px 0;
}
/*contact us page*/
.page-template-page-contact-us .content{
	padding: 40px 15px;
}
.page-template-page-contact-us .black-title{
	  margin-bottom: 10px !important;
    font-size: 27px;
	margin-top:0 !important;
}
.page-template-page-contact-us .black-title i{
	color: #4d4f52
}
.page-template-page-contact-us .description-cn{
	font-size:14px;
	margin-top:0 !important;
}
.contact-us{
	list-style: none;
 	padding: 0;
}
.contact-us a{
	color: #4d4f52 !important;
	text-decoration:none !important;
}
.page-template-page-contact-us .nf-form-cont h3{
	color:black;
	text-transform:capitalize;
}
.page-template-page-contact-us .nf-form-cont input{
	  border: 1px solid #adaeb0;
    background: #f5f6f7;
}
.page-template-page-contact-us .nf-form-cont input[type="button"]{
	  color: #4d4f52;
    border: 2px solid #4d4f52;
}
.html-form label{
	display:none;
}
.html-form input{
	  border: 1px solid #adaeb0;
    background: #f5f6f7;
    border-radius: 2px;
    width: 100%;
    padding: 10px;
		margin-bottom:10px;
}
.html-form h3{
		color: black;
    text-transform: capitalize;
	  font-weight: lighter;
}
.html-form button{
    color: #4d4f52;
    border: 2px solid #4d4f52;
    background: #f5f6f7;
    max-width: 200px;
		width:100%;
		border-radius:2px;
		padding:10px;
    font-weight: bold;
    text-transform: uppercase;
}
.html-form button:hover{
	background:#ff9600;
	color:white;
}
/*our work page*/
.ourwork-img{
	background-size:cover !important;
	background-position:center !important;
	height:200px;
}
.cat-item a{
	  color: #4d4f52;
    text-decoration: none !important;
}
.page-template-page-our-work .black-title{
	font-size:24px;
	margin-bottom:10px;
}
.page-template-page-our-work .cat-item{
	display:inline-block !important;
	padding: 0 5px;
  border-right: 1px solid gray;
}
.page-template-page-our-work .cat-item-1{
	display:none !important;
}
.category-name li:nth-last-child(2){
	border:0;
}
.cta{
	padding:50px 0;
	background:#0092d8
}
.cta-title{
	color: white;
    margin: 0;
    text-align: center;
    font-weight: lighter;
    font-size: 2.2rem;
}
.cta-btn{
	  border: 2px solid white;
    display: inline-block;
    padding: 5px 10px;
    color: white !important;
    font-size: 1.5rem;
    text-decoration: none !important;
    margin-left: 20px;
    text-transform: uppercase;
}
/*booking page*/
.page-template-page-booking .page-head{
	  background: #f7f7f7;
    text-align: center;
    padding: 20px 0;
}
.page-template-page-booking .page-head img{
	max-width:300px;
}
.page-template-page-booking .black-title{
	margin-bottom:20px;
	font-weight:bold;
	font-size:2.5rem;
}
.page-template-page-booking .black-subtitle{
	  font-weight: normal;
    font-size: 1.3rem;
		color:black;
}
.perfil{
	margin-top:80px;
	border-bottom: 2px solid #c0c0c0;
  padding-bottom: 20px;
}
.perfil img{
	  width: 100px;
    float: left;
    margin-right: 30px;
}
.perfil .col-md-12{
	  display: flex;
    align-items: center;
}
.perfil-content{
	float:left;
}
.trip{
	border-bottom: 1px solid #8f8f8f;
  padding: 20px 0;
}
.black-dsc{
	padding:5px 0;
	display:inline-block;
}
.total-payment{
	border-top:1px solid #d1d1d1;
	padding-top:10px;
	margin-bottom:40px;
	font-weight:bold
}
/*about us page*/
.page-template-page-about .first-section{
	background: #f0efec;
	padding-top: 4rem;
  padding-bottom: 8rem;
}
.page-template-page-about .black-title{
    color: #4d4d4d;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.7;
}
.page-template-page-about .content-info{
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #6d6f71;
		text-align:left;
}
.page-template-page-about .flexslider{
	border:0
}
.carrousel-img .bg-img{
	height:300px;
	background-size:cover !important;
	background-position:center !important;
}
.team-img img{
	width:100%;
}
.team-content{
	text-align:center;
}
.team-section h3{
	    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    color: #4d4d4d;
    font-size: 26px;
}
.team-name{
	margin: 40px 0 10px;
	color: #ea4e4e;
}
.team-name a{
	 	color: #ea4e4e;
}
.team-name a:hover{
	color:#e52727;
	text-decoration: none;
}
.team-description{
	color:#6d6f71
}
.social-link-team a{
		display: inline-block;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
		margin-right:5px;
}
.icon-fa-facebook{
	background: #4267b2;
}
.icon-fa-instagram{
	background:#3f729b
}
.icon-fa-linkedin{
	background:#0976b4
}
.icon-fa-twitter{
	background:#55acee
}
.icon-fa-google{
	background:#d54b3d;
}
.icon-fa-youtube{
	background:#ff0000;
}
.social-link-team .fa{
	  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.extra-information{
	  border-top: 1px solid #f0efec;
    padding-top: 2rem;
    padding-bottom: 4rem;
    margin-top: 20px;
	 	color: #6d6f71;
		position:relative;
}
.extra-information i{
		position: absolute;
    left: 10px;
    top: 15px;
    color: #dcd9d2;
	  transition: all .5s cubic-bezier(.68,-.55,.265,1.55);
}

.extra-information i:hover{
	-ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.extra-information ul{
	list-style:none;
	padding-left:0
}
.extra-information .flex-control-nav{
	display:none;
}
.extra-information .flex-nav-next{
	display:none;
}
.flex-prev{
	left:25px !important;
	top:23px !important;
	opacity:1 !important;
	text-indent:-99999px !important;
}
.flex-prev:before{
	content:"\f021" !important;
	font:normal normal normal 14px/1 FontAwesome !important;
	text-indent:1px !important;
	float:left !important;
	color:#dcd9d2 !important;
}
.team-img .flexslider{
	background:#e5e3de;
}
.team-img .flex-direction-nav, .team-img .flex-control-nav{
	display:none
}
/*single team*/
.content{
	padding:60px 15px;
}
.single-team .full-content{
	color: #6d6f71;
}
.team-title-banner{
	  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 40px;
    margin: 0;
		font-weight:bold;
		text-align:center;
}
.single-team .position{
	  font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
}
.social-sidebar a{
	display: block;
    width: 40px;
    height: 40px;
    background: #3c3b3f;
    color: white;
    padding-top: 11px;
    text-align: center;
		margin: 0 auto 5px;
}
.social-sidebar a:hover{
	background:#ea4e4e;
	text-decoration:none
}
.right-sidebar{
	text-align:center
}
.right-sidebar .team-name {
	margin: 20px 0 10px;
}
.right-sidebar .flexslider{
	margin-bottom:10px;
}
.right-sidebar .position{
		font-weight: 400;
    color: #6d6f71;
    margin-bottom: 20px;
    font-size: 16px;
	margin-top:0
}
.hobbie-content{
	 border-top: 1px solid #f0efec;
		font-weight: 400;
    color: #6d6f71;
    padding-top: 20px;
    font-size: 16px;
}
.book_now a {
    background-color: #ff9602!important;
    border: 2px solid #ff9602!important;
    display: inline-block!important;
    padding: 5px 10px!important;
    color: white !important;
    font-size: 1.5rem!important;
    text-decoration: none !important;
    margin-left: 10px!important;
    margin-top: 0!important;
    -webkit-transition: .3s!important;
    -moz-transition: .3s!important;
    -ms-transition: .3s!important;
    -o-transition: .3s!important;
    transition: .3s!important;
    line-height: 25px!important;
}
.book_now a:hover {
    background-color: #fff!important;
    color: #ff9602!important;
}
@media (max-width: 1200px){
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 6px 0px 6px;
    }
    .book_now a {
        margin-left: 6px!important;
    }
}
@media(max-width:998px){
	.navbar-header{
		width:100%;
		font-size:1.875rem
	}
	#menu-main-menu-1, #menu-main-menu-1 li{
		width: 100%;
	}
	.sub-menu{
    padding: 0;
    position: relative;
    background: white;
    display:none;
		list-style:none;
}
	.product-boxes .col-sm-6 {
    max-height: 390px;
	}
	.black-title, .white-title, .title-bn{
		font-size:32px
	}
	.second-section .subtitle, .subtitle_bn{
		font-size:20px;
	}
	.btn-red{
		font-size: 18px;
    margin-top: 20px;
	}
	.second-section{
		padding:40px 40px 0
	}
	.bg-second{
		padding: 40px 0 80px;
	}
	.bg-second .nf-form-cont{
		max-width:100%;
		padding: 10px 30px;
	}
	.third-section, .fourth-section{
		padding: 40px 0 50px;
	}
	.person{
		margin-bottom:20px
	}
		.description-cn{
		margin-top:40px
	}
	.third-section .description-cn{
		margin-top:0px;
		margin-bottom:40px;
	}
	.product-container {
    margin-bottom: 40px;
}
	.our-work{
		min-height:400px;
	}
	.ourwork-img{
		height:300px;
	}
	.perfil{
		margin-top:40px;
	}
}

.right-menu .book_now{
	display: none;
}
@media(max-width:768px){
	.book_now a{
		font-size: 10px !important;
	}
	.right-menu .book_now{
				display: inline-block;

	}
	.banner_section{
		background:url(/wp-content/uploads/2018/02/banner-bg.jpg);
		background-size:cover;
		background-position:center;
	}
	.banner_section video{
		display:none;
	}
	.product-boxes .col-sm-6 {
    max-height:none;
	}
	.logged-in .header-container {
    margin-top: 46px;
}
	.banner-subtitle, .banner-title{
		text-align:center;
	}
	.footer, .copyright{
		text-align:center
	}
	.sub-page-banner{
		background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),url(/wp-content/uploads/2018/02/1.jpg);
		background-size:cover;
		background-position:center;
	}
	.sub-page-banner video{
		display:none;
	}
	.left-side, .right-side{
		max-width:100%;
		text-align:center;
		
	}
		.ourwork-img{
		height:300px;
	}
	.page-template-page-booking .page-head img{
		width:100%;
	}
	.first-section-s .row , .second-section-s .row{
		display:inherit;
	}
	.first-section-s img , .second-section-s img{
		width:100%;
	}
	.social-sidebar{margin-bottom:30px;}
	.social-sidebar a{display:inline-block}
	.single-team .full-content{margin-bottom:30px}
}
@media(max-width:500px){
	.black-dsc{
		    min-height: 50px;
	}
}


/*Blog*/

.post-image{
        background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    min-height: 200px;
    margin-bottom: 10px;
}

.resultados .row {
    margin: 50px 0;
}

.content-boxes .col-md-2{
	width: 20%;
}

#testimonialCarousel{
	text-align: center;
}

.testimonials{
	padding: 80px 20px;
/* 	background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.4)), url(/wp-content/uploads/2018/03/testimonisl-bg.jpg); */
	background: #fff;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.carousel-control.left, .carousel-control.right{
	background: none !important;
}

.quote-testimonial{
	color: #666;
    font-size: 40px;
    font-style: italic;
	    width: 80%;
    margin: 0 auto;
	margin-bottom: 30px;
}

.h-card{
	color: #666;
    font-size: 25px;
}

#mega-menu-wrap-primary{
	background: transparent !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	color: #666;
}

.mega-sub-menu{
	background: #fff !important;
	margin-top: 15px !important;
}

#menu-oregon-menu, #menu-washington-menu{
	list-style: none;
    padding-left: 10px ;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
	width: 100% !important;
	    padding: 30px  10px !important;
}

#mega-menu-item-nav_menu-2{
	border-right: 1px solid !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item{
		    padding: 10px 30px !important;

}



.mega-block-title
{
background-image: url('/wp-content/uploads/2018/03/oregon-small.png');
background-repeat: no-repeat;
padding-left: 35px !important;  /* width of the image plus a little extra padding */
display: block;  /* may not need this, but I've found I do */
	margin-bottom: 15px !important;
}

#mega-menu-item-nav_menu-3 .mega-block-title{
	background-image: url('/wp-content/uploads/2018/03/washington.png');
background-repeat: no-repeat;
padding-left: 35px !important;  /* width of the image plus a little extra padding */
display: block;  /* may not need this, but I've found I do */
	margin-bottom: 15px !important;
}

.menu-item a{
	font-size: 13px !important;
}

.product-container h2{
	font-size: 18px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus{
	background: none !important;
	color: #666 !important;
}

#mega-menu-primary{
	text-align: center !important;
}

.glyphicon-chevron-left, .glyphicon-chevron-right{
	color: #000 !important;
}

@media screen and (max-width: 768px){
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
		width: 100% !important;
	}
	.content-boxes .col-md-2{
	width: 100%;
}
}

.cta-btn:hover, .nf-form-cont input[type="button"]:hover{
    background: #ff9600;
}

a:hover, button:hover, input[type="button"]:hover{
     -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
}

input{
	color: #000 !important;
}
input[type=hidden]{
	visibility: hidden !important;
}
.contact_or_button {
    display: inline-block;
    padding-left: 10px;
}
.contact_us_form_title_cus {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    margin-top: 0;
}
.contact_us_form_title_cus + a {
    background-color: #ff9602;
    border: 2px solid #ff9602;
    display: inline-block;
    padding: 5px 10px;
    color: white !important;
    font-size: 1.5rem;
    text-decoration: none !important;
    margin-left: 15px;
    margin-top: -3px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.contact_us_form_title_cus + a:hover {
    background-color: #fff;
    color: #ff9602!important;
}

.small-banner{
    width: 100%;
    background: #00aef0;
    text-align: center;
    color: #fff;
    padding: 20px;
    font-size: 16px;
}

.small-banner p{
    margin-bottom: 0;
}

.small-banner a{
    color: #fff;
    text-decoration: underline;
}
@media(max-width: 768px) {
    .contact_us_form_title_cus + a {
        margin-top: 17px;
    }
    .contact_us_form_title_cus {
        margin-top: 20px;
    }
}

.nf-form-cont form{
background: transparent !important;
}

.pagination{
	justify-content: center;
	align-items: center;
	padding-bottom: 80px;
	flex-wrap: wrap;
	display: flex;
}

.pagination .page-numbers{
	border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #3b4249;
    text-align: center;
    margin: 0 10px;
	    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.pagination .page-numbers.current{
	border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: bold;
	background: #008cf3;
	border: 1px solid #008cf3;
    color: #fff;
    text-align: center;
    margin: 0 10px;
}

.pagination .page-numbers:hover{
	text-decoration: none;
}

/* Form Styles */

/* How to do a Virtual Estimate */
#form_virtual .input input[type=text], .input input[type=tel], .input input[type=email], textarea {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-radius: 1px;
    border-width: 2px;
    border-style: solid;
    color: #243544;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 1;
    text-align: left;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 5px !important;
	margin-bottom: 10px;
}

#form_virtual .input input[type=file] {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 8px;
	margin-bottom: 8px;
}

#form_virtual .input input[type=text]:focus, .input input[type=tel]:focus, .input input[type=email]:focus, textarea:focus {
    outline: none;
    box-shadow: 0 2px 4px #ddd;
    background-color: #fffdf3;
    transition: background-color .5s;
    -moz-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
}

#form_virtual .input textarea {
	background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-radius: 1px;
    border-width: 2px;
    border-style: solid;
    color: #243544;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 1;
    text-align: left;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 5px !important;
	height: 60px !important;
}

#form_virtual .actions input[type=submit] {
	background-image: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    background-color: #84C340;
    border-color: #5d943e;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    color: #ffffff !important;
    height: 42px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#form_virtual .actions input[type=submit]:hover {
	color: #ffffff !important;
    background-color: #5d943e;
    border-color: #5d943e;
}

#form_virtual .inputs-list {
	list-style: none;
	padding-left: 5px;
}

#form_virtual label span {
	font-size: 16px !important;
    font-weight: normal;
    color: #243544;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0em;
    line-height: 1;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}

#form_virtual .hs-error-msg {
	color: red !important;
	font-size: 12px;
}

#form_virtual .hs-form-required {
	color: red !important;
}

#form_virtual .hs-field-desc {
	font-size: 12px !important;
    font-weight: normal;
    color: #243544;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 6px;
}

/* Contact Us - Contact Us Page */
#contact_us_general .input input[type=text], #contact_us_general .input input[type=tel], #contact_us_general .input input[type=email], textarea {
   background-color: #FFFFFF;
    border-color: #e6e6e6;
    border-radius: 1px;
    border-width: 1px;
    border-style: solid;
    color: #243544;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 1;
    text-align: left;
    padding-bottom: 5px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 5px !important;
}

#contact_us_general .input input[type=text]:focus, #contact_us_general .input input[type=tel]:focus, #contact_us_general .input input[type=email]:focus, textarea:focus {
    outline: none;
    box-shadow: 0 2px 4px #ddd;
    background-color: #fffdf3;
    transition: background-color .5s;
    -moz-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
}

#contact_us_general .hs-field-desc {
	font-size: 12px;
	color: #fff;
	padding-bottom: 5px;
}

#contact_us_general textarea {
	background-color: #FFFFFF;
    border-color: #e6e6e6;
    border-radius: 1px;
    border-width: 1px;
    border-style: solid;
    color: #243544;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 1;
    text-align: left;
    padding-bottom: 5px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 5px !important;
	height: 60px !important;
}

#contact_us_general .hs-button {
	background-image: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    background-color: #f89605;
    border-color: #ffffff;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    color: #ffffff !important;
    height: 42px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#contact_us_general .hs-button:hover {
	color: #ffffff;
    background-color: #5d943e;
    border-color: #5d943e;
}

#contact_us_general label {
	font-size: 16px !important;
    font-weight: normal;
    color: #ffffff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0em;
    line-height: 1;
    padding-bottom: 4px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 4px !important;
}

#contact_us_general .inputs-list {
	list-style: none;
	padding-left: 5px;
}

#contact_us_general .hs-error-msg {
	color: red !important;
	font-size: 12px !important;
}

#contact_us_general .hbspt-form {
	min-height: 497px;
	padding: 0;
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #0d436e;
	max-width: 300px;
}

/* Contact Us - Footer Across All Pages  */
#form_footer .input input[type=text], #form_footer .input input[type=tel], #form_footer .input input[type=email], textarea {
   background-color: #FFFFFF;
    border-color: #e6e6e6;
    border-radius: 1px;
    border-width: 1px;
    border-style: solid;
    color: #243544;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 1;
    text-align: left;
    padding-bottom: 5px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 5px !important;
}

#form_footer .input input[type=text]:focus, #form_footer .input input[type=tel]:focus, #form_footer .input input[type=email]:focus, textarea:focus {
    outline: none;
    box-shadow: 0 2px 4px #ddd;
    background-color: #fffdf3;
    transition: background-color .5s;
    -moz-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
}

#form_footer textarea {
	    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-radius: 1px;
    border-width: 2px;
    border-style: solid;
    color: #243544;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 1;
    text-align: left;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
	height: 60px;
}

#form_footer .hs-button {
	    background-image: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    background-color: #f5a623;
    border-color: #f5a623;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    color: #ffffff !important;
    height: 42px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

#form_footer .hs-button:hover {
	color: #ffffff;
    background-color: #5d943e;
    border-color: #5d943e;
}

#form_footer label {
	font-size: 16px !important;
    font-weight: normal;
    color: #ffffff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0em;
    line-height: 1;
    padding-bottom: 4px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 4px !important;
}

#form_footer .hs-field-desc {
    font-size: 12px;
    color: #fff;
    padding-bottom: 5px;
}

#form_footer .inputs-list {
	list-style: none;
	padding-left: 5px;
}

#form_footer .hs-error-msg {
	color: red !important;
	font-size: 12px !important;
}

/* Contact Us Home */
#contact_us_home .hbspt-form {
	padding: 0;
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #0d436e;
}

#contact_us_home .hs-button {
	background-image: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    background-color: #f89605;
    border-color: #ffffff;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    color: #ffffff !important;
    height: 42px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#contact_us_home .hs-button:hover {
	color: #ffffff;
    background-color: #5d943e;
    border-color: #5d943e;
}

#contact_us_home .input input[type=text], #contact_us_home .input input[type=tel], #contact_us_home .input input[type=email], textarea {
   background-color: #FFFFFF;
    border-color: #e6e6e6;
    border-radius: 1px;
    border-width: 1px;
    border-style: solid;
    color: #243544;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 1;
    text-align: left;
    padding-bottom: 5px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 5px !important;
}

#contact_us_home .input input[type=text]:focus, #contact_us_home .input input[type=tel]:focus, #contact_us_home .input input[type=email]:focus, textarea:focus {
    outline: none;
    box-shadow: 0 2px 4px #ddd;
    background-color: #fffdf3;
    transition: background-color .5s;
    -moz-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
}

#contact_us_home label {
	font-size: 16px !important;
    font-weight: normal;
    color: #ffffff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0em;
    line-height: 1;
    padding-bottom: 4px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 4px !important;
	text-align: left;
}

#contact_us_home .hs-field-desc {
    font-size: 12px;
    color: #fff;
    padding-bottom: 5px;
	text-align: left;
}

#contact_us_home textarea {
	    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-radius: 1px;
    border-width: 2px;
    border-style: solid;
    color: #243544;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 1;
    text-align: left;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
	height: 60px;
}

#contact_us_home .inputs-list {
	list-style: none !important;
	padding-left: 5px;
}

#contact_us_home li {
	    list-style-image: unset;
}

#contact_us_home .hs-error-msg {
	color: red !important;
	font-size: 12px !important;
}