@charset "utf-8";
/* CSS Document */
/********* styles *********/ 
/* CSS Document */
@charset "utf-8";

*{
	margin:0;ff
	padding:0;
    border:none;
	text-decoration:none;
	font-family: 'Lato', 'Helvetica', sans-serif;
}


html,body{
	height:100%;
}


body{
	/*background:#FFFFFF;
  	color:#313131;*/
    background:#000000;
    color:#ffffff;
}


h1, h2, h3, h4, h5, h6 {
}	 


p {
  	line-height:120%;
  	margin-bottom:18px;
}

.b-box{
	box-sizing:border-box;
}

.preHeader .gorendezvous.btn {
    font-size: 13px !important;
    padding: 3px 8px 3px 30px !important;
}

.gorendezvous.btn {
    background: #FFF;
    color: #333;
    border: 2px solid #333;
}

.divider-line{
  height: 1px;
  display:block;
  background:#ddd;
}

.description{
	font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    text-transform:uppercase;
}


.content{
	font-weight: 400;
    font-size: 15px;

}


.content iframe{
	width: 90% !important;
    height: 350px !important;
}

.mAuto{

	margin-left:auto;
  	margin-right:auto;
}

.gray{
	color:#888;
}

.grayBg{
	background:#f5f5f5;
}

.whiteBg{
	background:#fff;
}


.aCenter{
	text-align:center;
}


.aRight{
	text-align:right;
}

.none{
	display: none;
}


.block{
	display:block;
}

.uppercase{
	text-transform: uppercase;
}

.pointer{cursor:pointer}


.paddingAside5{
	padding: 0 5px;
}

.paddingTB10{
	padding:10px 0;
}


.paddingTB15{
	padding:15px 0;
}


.paddingTB20{
	padding:20px 0;
}


.paddingTB25{
	padding:25px 0;
}

.paddingTB30{
	padding:30px 0;
}

.paddingTB40{
	padding:40px 0;
}

.paddingTB50{
	padding:50px 0;
}

.paddingTB60{
	padding:60px 0;
}

.paddingTB70{
	padding:70px 0;
}

.paddingTB80{
	padding:80px 0;
}

.orangeTXT{
	color:;	
}

.height100{
	height:100%;
}

.Bg1{
	background: ;
  	color:#fff;
}


.Bg3{
	background: ;
  	color:#fff;
}

.btn {
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 0;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	transition: all 0.3s;
	border-radius:25px;
	outline: 0 !important;
}

.btnCTA1 {
    min-width: 220px;
    background-color:#E15200;
    color:#ffffff;
}

.btnCTA2 {
    min-width: 220px;
    background-color:#09BA3C;
    color:#ffffff;
}

.btnMore {
    padding: 10px 18px;
    font-size: 14px;
    background-color:#ffffff;
    color:#E15200;
}

.divider{

	width:80px; 
    display:block; 
    padding:0 0 5px 0; 
    border-bottom:4px solid ; 
    margin:25px auto;

}

.mainTitle{
	font-size: 28px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 3px;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 10px;
}

.mainTitle.medium{
	font-size: 24px;
  min-height: 60px;
}

.mainTitle.small{
	font-size: 21px;
}


/********** HEADER **********/


.headerSpacer{
	height:110px;
}

.preHeader, .preHeader a{
	color:#555555;

      
}

.preHeader a{
	
  	display:block;
  	margin: 12px 5px;
      
}

.preHeader .fa{
	    font-size: 18px;
  		vertical-align: middle;
}

.preHeader span{
	margin:10px 15px 0 0;
  	display:block;
  
}

.preHeader a:hover{
	color:#888;
}

.preHeader a.floatRight:last-of-type{
	margin-right:20px;
  	margin-top: 22px;
    display: inline-block;
}


header{
	background:transparent;
 	background:#fff;
  	/*-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.10);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.10);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.10);*/
  	position:fixed;
  	left: 0;
    width: 100%;
    top: 0;
    z-index: 100;
}


.topHeader{
	height:100%;
}

header .phoneContainer {
    background-color: #ffffff;
	padding: 15px 10px;
	box-shadow: 0 1px 5px 0 #ccc;
}

header .phoneContainer > div {
	display:flex;
}

header .phoneContainer div {
	text-align:right;
}

header .phoneContainer a {
	color:#707070;
	transition:0.25s ease all;
}

header .phoneContainer a:hover {
	color:#F79300;
}

header .slogan{
    padding: 6px;
    color: #707070;
	background-color: #E1E1E1;
	text-align: center;
	text-transform: uppercase;
}

header.scrollStyle{
	position: fixed;
  	background-color: #ffffff;

}

header.scrollStyle .logo{
    height: 70px;
}

.mainMenu ul li a, 
.mainMenu ul li span {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mainMenu ul li.focus span{
	border-color:#fff;
}

.mainBtn{
 	    padding: 12px 30px;
    text-align: center;
    display: block;
    background: transparent;
    color: #222;
    border: 2px solid #222;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    text-transform: uppercase;
    margin: auto;
    width: 250px;
}

.mainBtn.light{
	color:#fff;
  	border:2px solid #fff;
}

.mainBtn:hover{
	background:#222;
  	color:#fff;
}

.mainBtn.light:hover, .mainMenu ul li.focus span:hover{
	background:#fff;
  	color:#222;
}

.max300{
	max-width:300px;
}

.accentBg{
	background:#e6ecd9;
}


.address { 
	padding: 12px 20px 4px 10px;
    text-align: left;
	font-size: 20px;
    color: #636363;
    font-weight: 600;
    text-align: right;

}

.email {
    padding: 16px 10px 0 10px;
	font-weight: 500;
}	


.socialMediaTop a{
	display:inline-block; 
  	font-size:25px; 
  	margin-left:5px;
  	-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}



.socialMediaTop a:hover{

	color: !important;

}

.logo{
    padding: 10px 0px;
    display: block;
    height: 90px;
    left: 15px;
    z-index: 100;
    margin: 4px 0 4px 0;
}

.logo img{ 
	height:100%;
}


.mainMenu {
	padding: 2px;

}

.mainMenu ul{
    list-style: none;
    text-align: center;
    padding: 24px 0px 0;

}

.mainMenu ul li{
	display:block;
	position:relative	

}


.mainMenu ul li a, .mainMenu ul li span{
	display: block;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    padding: 18px 14px 10px;
    transition: 0.25s ease all;
}


.mainMenu a.active_nav, .mainMenu span.active_nav{
    color: #F79300;
}


.mainMenu li a:hover, .mainMenu li span:hover{
	color:#F79300;

}


.mainMenu ul li span.menuArrow{
	display:none;
}


.dropDownBtn,
.dropDownBtn a{
	position:relative;
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.mainMenu ul .submenu {
	display: none;
  	position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background-color: #ffffff;
    width: 250px;
    z-index: 99;
    padding: 0;
}

.mainMenu ul.submenu li{
  display:block;
}


.mainMenu ul.submenu li a{
	color: #555555;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    margin: 0;
    border-left: 5px solid #FFF;
    border-bottom: 1px solid #CCC;
}


.mainMenu .submenu a:hover{
    color: #00529a;
    border-left: 5px solid #00529a;

}

.dropDownBtn:hover .submenu, .submenu:hover{
	display:block;
}


.flexGrid{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flexWrap{
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexItem{
	-webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
}

/***********BANNER*************/

.banner-button{
	position:absolute; 
  	left:50%; 
  	bottom:15%; 
  	z-index:50; 
  	-webkit-transform:translate(-50%, 0);
  	transform:translate(-50%, 0)
}

.height100{
	height:100%;
  	
}

.banner2{
    height:calc(100vh - 200px) !important;
    height:-webkit-calc(100vh - 200px);
	
  
}

.bullets{
	display:inline-block;
    background:#fff;
   /* box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);*/
  	cursor:pointer;	
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    margin: 0 5px;
    z-index: 50;
    border: 0px solid #fff;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 	
	
}

.bullets.bullets_On{
	background:;
}

#bgRotatorNav{
	bottom: 40px !important;
  	z-index:25;
}


.banner2.inner {
    height: 50vh;
}

.arrowNav2 {
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  	cursor:pointer;
  	z-index:200;
}

.arrowNav_l2 {
    left: 20px;
}

.arrowNav_r2 {
    right: 20px;
}

.banner2 .container{
	height:100%;
  	display:block;
  	z-index:10;
}



.turquoiseTXT{
	color:;
}


.banner_content2{
	height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  	/*background: rgba(103, 99, 96, 0.24);*/
  background:rgba(0, 0, 0, 0.24);
}

.buttonsBanner2{
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    left: 20%;
    width: 100%;
    max-width: 60%;
    text-align:center;
}

.bannerPreTitle{
    color: #fff;
	font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
}


.bannerCaption2{
	color: #ffffff;
    display: block;
    letter-spacing: 0px;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 105%;
    padding: 20px;
    text-transform:uppercase;
}

.bannerBlock2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	width:100%;
}

.bannerDescription2{
    color: #fff;
    -webkit-text-shadow: 1px 1px 8px rgba(65, 78, 68, 0.5);
    text-shadow: 1px 1px 8px rgba(65, 78, 68, 0.5);
    display: block;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
  	

}

.buttonsBanner2 .mainButton{
	padding: 0 28px;
    height: 52px;
    line-height: 53px;
    text-align: center;
    display: inline-block;
	background:transparent;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
  	font-weight:400;
  	cursor:pointer;
  	border:2px solid #fff;
    	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.buttonsBanner2 .mainButton:hover{
	background:#fff;
	color:#636363;
	
}


.buttonsBanner2 .mainButton .fa{
	font-size:30px;
  	vertical-align: middle;
}

/*
.banner_content2:after{
	content: '';
  	position:absolute;
  	left:0;
  	top:0;
  	z-index:0;
  	background:rgba(150,150,150,0.25);
  	width:100%;
  	height:100%;
}
*/


.inner_banner{
	height: 70vh;
    background-size: cover;
    background-position-y: 30%;
}

.inner_banner .bannerBlock2{
	z-index:30;
  	color:#fff;
}

.inner_banner .mainTitle{
	font-size:55px;
  	letter-spacing: 10px;
}

.inner_banner .description{
    margin: 0px auto;
    line-height: 20px;
  	font-weight:600;
  	max-width: 470px;
}

.content.app{
	font-size:15px;
  	max-width:730px;
  	
}

.inner_banner .bannerCaption2{
	font-size: 45px;
    margin-top: 30px;
    width: initial;
}



/************ PROMO ************/

.promoBar{
	background:#eee;
}

.promoBar .partition{
	padding: 50px 50px 40px 50px;
  	font-size: 18px;
  	color: #636363;
  	height:100%;
    border-right: 1px solid #ccc; 
}

.promoBar .partition .aCenter{
	margin-top:15px;
  	font-size:22px;
}

.promoBar .partition .aCenter a{
	color:#59a3c6;
  	display:inline-block;
}

.promoBar .partition .aCenter span{
	font-size: 16px;
    vertical-align: baseline;
}

.promoBar .partition .aCenter .fa{

    vertical-align: middle;
}

.promoBar .tabRow:last-of-type .partition:last-of-type{
	border-right: 1px solid #eee; 
}


.promoBar .partition .mainTitle{
  font-size:30px;
}




.promoBar .partition.price p{
	display:block;
  	width:100%;
  font-size: 50px;
    font-weight: 400;
    text-align: center;
    font-family: Montserrat, sans-serif;
}


.deskRow{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.deskRow .tabRow{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


/********** ABOUT ***********/

.about2{
    padding: 150px 0;
    background: #FFF;
}

.aboutSection{
    padding: 50px 0;
    /*background: #ffffff;*/
    background-color: #000000;
}


.aboutSection .content{
    overflow: hidden;
  	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;  
}

.aboutSection .content.expanded{
	height:auto;
  	overflow:auto;
}

.showAbout{
	cursor:pointer;
}


/************ SERVICES ************/

.flexGrid .servThumb{
	height:50vh;
  	height:calc(75vh - 35px);
  	height:-webkit-calc(75vh - 35px);
  	overflow:hidden;
}

.servThumb,.artThumb{
	height:30vh;
  	overflow:hidden;
  	position:relative;
    color:#fff;

} 

/*.servThumb:hover{
	 background-size: 130%;
}*/

.servThumb .img-responsive{
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
  	object-position: 60% 50%;
  	
}

.servThumb:hover .img-responsive{
	 width:110%;
  height:110%;
  object-position: right 50%;
}

.serviceItem {
    background-color:#f7f7f7;
    text-align:center;
}

.serviceItem * {
    transition: 0.2s all ease;
}

.serviceItem:hover {
    background-color:#F79300;
}

.serviceItem .mainTitle {
    margin-bottom: 16px;
    color:#F79300;
    font-size:20px;
    border: none;
    text-transform:uppercase;
}

.serviceItem:hover .mainTitle, 
.serviceItem:hover .content {
    color:#ffffff;
}

.serviceItem:hover > img {
    filter:brightness(0) invert(1);
}

.serviceItem:hover .btnMore {
    background-color:#ffffff;
    color:#F79300;
}

.serviceItem .content p {
    font-size:16px;
    line-height: 22px;
}

.hoverContent{
  	opacity:0;
  	position:absolute;
  	top:0;
  	left:0;
  	width:100%;
  	height:100%;
  	background: rgba(103, 99, 96, 0.24);
  	color:#fff;
	-webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out; 
  	object-position: 50% 50%;
}

.hoverContent .mainTitle{
	color:#fff;
  	position:absolute;
  	padding:30px;
  	top:50%;
  	left:0;
  	-webkit-transform:translate(0,-50%);
  	transform:translate(0,-50%);
  	width:100%;
  font-weight: 300;
  	
}


.servThumb:hover .hoverContent{
  opacity:1;
}


.catBox{
	position:absolute; 
    top:50%; 
    left:50%; 
    z-index:10; 
    -webkit-transform:translate(-50%, -50%); 
    transform:translate(-50%, -50%); 
    width:100%; 
    max-width: 40%; 
    padding:50px 30px 20px 50px;
}

.catDescription{
	position:absolute;
  	top:0;
  	left:0;
  	width:100%;
  	height:100%;
  	    background: rgba(255, 255, 255, 0.2);
  	color:#fff;
	-webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out; 
  	object-position: 50% 50%;
  	
}


/*.catDescription.top{
	background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%); 
background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); 
background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=0 );
}*/


.catDescription.bottom{
  
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3ffffff',GradientType=0 );

}


.catDescription .contPos{
	color:#fff;
  	position:absolute;
  	width:100%;
  	font-weight: 400;
  	padding:8vh 12%;
  	left:0;
  	font-size:18px;
    text-shadow: 1px 1px 8px rgba(65, 78, 68, 0.87);
}

.catDescription .contPos p{
	line-height: 140%;
}

.catDescription .mainTitle.medium{
	color: #fff;
    font-weight: 400;
    font-size: 37px;
    /* text-transform: uppercase; */
    text-shadow: 1px 1px 8px rgba(65, 78, 68, 0.9);
    font-family: 'Raleway', sans-serif;

}






.contPos{    
  	top:50%;
  	text-align:center;
  -webkit-transform:translate(0, -50%);
  transform:translate(0, -50%);
}



.border-form{
	border: 1px solid #e0e0e0;
}

.formTitle{
	background: #151515;
    color: #fff;
    font-family: 'Montserrat', serif;
    font-weight: 400;
    text-align: center;
}

.floatForm{
	margin-top: -112px;
  position: relative;
}

.floatForm .sentMsg{
	color:red;
  	text-align:center;
}

.videoFit iframe, .videoFit embed{
  	width: 100% !important;
    height: 21.5vh !important;
}


.servicesSection .artResume .content{
	min-height:90px;
}

.artResume .mainBtn{
	width:100%;
  	box-sizing:border-box;
}



.flip-card {
  background-color: transparent;
  width: 100%;
  height: 250px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bbb;
    color: black;
}

.flip-card-front::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	opacity: 0.5;
}

.flip-card-front img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.flip-card-front .mainTitle {
    position: absolute;
    color: #ffffff;
    border: none;
}

/* Style the back side */
.flip-card-back {
  background-color: #E15200;
  color: #000000;
  transform: rotateY(180deg);
}







/*********** PERSONALIZED LIGHTBOX **************/

.persWrap{
background: rgb(255, 255, 255);
    width: 90%;
    max-width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    font-size: 16px;
    /*border: 3px solid #676767;
    box-shadow: 0px 0px 37px 6px rgba(130, 124, 124, 0.5);*/


}

.persWrap .input_form.welcomeName{
   border: 1px solid #b3b3b3;
    font-size: 16px;
    text-align: center;
    color: #5a5a5a;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    width: 54%;
    padding: 12px 0;
}

.persLogo{
	width: 400px;
    background: #fff;
    padding: 0;
    margin: 0 auto;
    display: block;
}

.persWrap .input_form{
	max-width:350px;
    margin:auto;  	
}

.welcomeBtn{
	display: inline-block;
    width: 30%;
    padding: 13px 0;
    text-align: center;
    vertical-align: top;
}


/*********** WELCOME LIGHTBOX **************/

.welcomeWrap{
	background:#fff; 
  width:90%; 
  max-width:800px; 
  position:fixed; 
  top:50%; 
  left:50%; 
  -webkit-transform:translate(-50%, -50%); 
   transform:translate(-50%, -50%); 
  overflow:hidden;
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.welcomeWrap .bleft:after{
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 600px 125px 0 0;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -70px;
    z-index: 0;

}

.bright, .bleft{
	
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*-webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;  */
}

.bright{
	width:50%;
  	width:-webkit-calc(50% + 35px);
  	width:calc(50% + 35px);
  padding: 50px 50px 30px 80px;
}


.bleft{
  	width:50%;
	width:-webkit-calc(50% - 35px);
  	width:calc(50% - 35px);
  	padding:50px 0 30px 50px;
}

.welcomeWrap .bright{
	background:#131210;
  	text-align:right;
  	color:#fff;
}

.bright .mainTitle{
  	color:#fff;
}

.welcomeWrap .mainTitle, .welcomeWrap p, .welcomeWrap .mainBtn{
	z-index:2;
  	position:relative;
}

.welcomeWrap .mainTitle{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.welcomeWrap .mainBtn{
	font-size:18px;
}


/************ BLOG ************/

.artResume{
	height:400px;
}

.artResume a.block{
	color:#1c1c1c;
}

.artResume a.block:hover .mainTitle{
	color:#888;
}

.accentTxt{
	color:#888;
}

.artThumb:hover +.artResume .mainTitle{
	color:#888;
}


/******** GALLERY ***********/

.serviceSection .galleryContent .mainTitle {
    margin-bottom: 5px;
}


.galleryContent .description {
    margin-bottom: 8px;
}


.galThumb{
	height:100px; 
  	overflow:hidden;
}

.zoomIn{
	text-align:center; 
    font-size:16px; 
    background:rgba(0,0,0,0.7); 
    color:#fff; 
    width:35px; 
    padding:5px 0; 
    position:absolute; 
    right:0;
    bottom:0;
    opacity:0.7;
  	-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; 
}

.galThumb:hover .zoomIn{

	opacity:1;

}

/********* FEATURES **********/

.featuresSection {
    /*background:url('../images/back.png') no-repeat center;
    background-size:cover;*/
    background-color:#E15200;
}

.faturesTitle{
    font-size: 22px;
    color: #53a1d8;
    border: none;
    padding: 50px 0 2px 0;
}

.feature_wrap{
    background-color: #ffffff;
    color: #000000;
	text-align: center;
    height: 275px;
    margin: 5px;
    border-radius: 12px;
}

.feature_wrap figure{
    height: 80px;
    width: 100%;
    font-size: 55px;
}

.feature_wrap img{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
  	object-fit:contain;
  	transition:0.25s all ease;
}

.feature_wrap:hover img{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.feature_wrap figure:hover{
    color:#00529a;
}


.feature_wrap a{
     color:#00529a;
}

.feature_wrap h4{
    color:#00529a;
    padding: 5px;
    font-size: 18px;
}

.feature_wrap p{
    font-size: 16px;
    line-height:22px;
}

.feature_wrap .mainTitle {
    margin-bottom: 20px;
    font-size: 22px;
    color: #000000;
    border: none;
}

.col-1fifth{
	width:20%;
}




/*********** FOOTER ************/


footer .contact_form label{
	color:#ccc;
}


.paddingFooter{
	padding: 50px 0 0 0;
 }

.footerBg{
  font-size:12px;
  /*color: #000000;
  background:#ffffff;*/
  color: #ffffff;
  background:#000000;
 }

.footerBg h4{
	font-size:14px;
  margin-bottom:10px
}

.footerBg h2, .footerBg h3, .footerBg h4, .footerBg h5{
	/*color:#000000;*/
	color: #ffffff;
}

.footerBg h3{
	font-size:35px;
	text-transform:uppercase;
}

.footerBg h4{
	font-size:30px;
}

.contFooter .mainTitle {
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 30px;
	/*color:#000000;*/
	color: #ffffff;
	border:none;
 }

.contFooter .description{
    margin-bottom: 30px;
  font-size: 14px;
  color: #a2a2a2;
 }

.socialmedia a{
	font-size:14px;	color:#eee;
 }


footer input, footer textarea, .input_form {
    display: block;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 1px;
  width: 90%;
  width: calc(100% - 22px);
  width: -webkit-calc(100% - 22px);
  margin-bottom: 5px;
}

textarea.input_form{

	height:100px;
}

select.input_form{
	width:100%;
padding: 7px 10px;
 }


footer textarea{
	height:100px;

 }
.footerBg nav ul{
	list-style: none;  

}
.footerBg nav ul a{
	color:#d9d9d9;
margin-bottom:10px;
display:inline-block;
 }

.footerBg nav ul a:hover{

	color:#fff;
}

 .contact_form label {
    font-weight: 400;    margin: 2px 0 2px 0;    font-size: 13px;    display: block;    color: #222;
 }

 .contact_form .send_btn {
    display: block;    padding: 8px 50px;    cursor: pointer;    border-radius: 3px;	margin: 10px 0 20px 0;    text-transform: uppercase;
 }
.phone_footer .fa {
    vertical-align: middle;    -ms-transform: rotate(10deg);    -webkit-transform: rotate(10deg);    transform: rotate(10deg);
}
.contacInfo{
	font-size:14px;
}
.contacInfo h3{
    text-transform: uppercase;    /*color: #F0BD40;*/  	

}
.contacInfo p{
	padding: 3px 0;
font-weight: 500;    font-size: 15px;
 }
.contacInfo p .fa{
	padding: 5px 0;
	/*color: #666666;*/
	color: #ffffff;
	font-size:16px;
 }
.contacInfo table{
	margin:10px 0;
  max-width: 200px;
}
.contacInfo table td{
	border: 1px solid #eee;    padding: 3px;
  
}


.sentMsg{

    font-size: 16px;    font-weight: 500;
 color: #b93030;   
}

footer .sentMsg{
	 margin: -10px 0 10px 0;
}

.sMedia{
	font-size:24px;
display: inline-block;    margin-right: 12px;
}
.socialIcon{

	margin:8px 0;
}

 .socialIcon:first-of-type{

	margin:0 0 8px 0;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:16px;
}

.copyRight{
	background:#232323;
	color:#b9b9b9;
	font-size:18px;
	text-align:center;
}

.copyRight a{

	color:#eee;
  	text-decoration:none;
}

.copyRight a:hover{

	opacity:0.8;
}

.contacInfo table {

    margin: 10px 0;
    border: 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 90%;
    margin: 10px 0;
}

.cartLoading, .overlay {

    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    color: #777;
    background: rgba(256,256,256,0.7);
    font-size: 40px;
}

.overlay {
	z-index:800;
/*background: rgba(150,150,150,0.8);*/
      background: rgb(255, 255, 255);
  	  
 }

.quoteLb .overlay{
	background: rgba(150,150,150,0.8);
}

 .lbWrap{
    width: 90%;    
   max-width: 500px;    
   left: 50%;    
   top: 50px;    
   -webkit-transform: translate(-50%,0);   
   transform: translate(-50%,0);    
   background: #fff;    
   position: absolute;    
   z-index: 1000;    
   border-radius: 3px;
   /*-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.10);    
   -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.10);    
   box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.10);*/
 }


.lbWrap .mainTitle{
	margin-bottom:10px;
}

.lbWrap .contact_form{
	margin-top:15px;
}

 .closeLb {
    position: absolute;    top: 11px;    right: 15px;    display: block;    color: #151515;    text-align: center;    cursor: pointer;    font-size: 25px;
 }

 .iconInput{
    border: 1px solid #ddd;    border-radius: 2px;    height: 31px;    overflow: hidden;    background: #fff;    margin-bottom: 5px;    margin-right: 5px;
}

.iconInput .fill_form{

	margin-bottom:0;
  	border-radius: 2px 0 0 2px;
  	border:none;
  	padding: 8px 10px;
}

.iconInput .fill_form:focus{

    outline: none;
}select.fill_form{
	width:100%;
 }

.iconSet{

  	font-size:19px;    padding:4px 0 5px 0;    border-left:none;	cursor:pointer;    border-radius: 0 2px 2px 0;
}div.ui-datepicker{

 font-size:14px;
}

 .cartLoading{

	z-index:9999;
}

.cartLoading .fa.absolute, .newItemWarp {

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);  -webkit-transform: translate(-50%, -50%);
}

 .imgAdjust{

    position: absolute;
    right: 0;
    bottom: 16px; }

/******** MEDIA QUERIES *********/


@media (max-width:1100px){ 
  .promoBar .partition {
      padding: 50px 20px 40px 20px;

  }
  
  
  .bannerCaption2{
  	    font-size: 40px;
  }  
  
  .bannerPreTitle{
    font-size:20px;	
  }
  
  

}



@media (max-width:1024px){ 
  
  
  .headerSpacer {
    height: 115px;
}
  
  .flexGrid .catWrap .contPos{
    bottom:auto;
    top:50%;
    transform: translate(0, -50%);  
    -webkit-transform: translate(0, -50%);
    text-align:center;
  }

  
  .bannerDescription2 {

    font-size: 19px;

}

	.featureContent .mainTitle, .mainTitle.small {
		margin: 7px 0 1.1em;

	}


  .featureImage{

	position:static;
    transform:-webkit-translate(0, 0);
  	transform:translate(0, 0);
	}


  .featBox.aRight{

  	text-align:left;
  }


  .featureContent.floatLeft{

  	float:right;
  }
  
  .cartMenuTitle {
   font-size: 22px;   
	}
	
  .menuTable th {
   font-size: 14px;
	}
	
  .bannerCaption2, .inner_banner .bannerCaption2{	font-size: 22px;
  	margin-bottom:25px;
  	

	}
  .banner2 .container {
   display: block;
    z-index: 90;
    position: absolute;
    height: auto;
    left: 50%;
    transform: -webkit-translate(-50%, 0);
     transform: translate(-50%, 0);
}
  .bannerFeatures{

  	position:static;
    transform: -webkit-translate(0, 0);
     transform: translate(0, 0);
  }
 
 .bannerBlock2{
 }
  .logo {
   	padding: 0;
    bottom: -14px;
	}
	
  .barsPos{
  	position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  
  .togMobile{
  	 color: #555;
    font-size: 20px;
    /*text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.54);
    -webkit-text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.54);*/
  }
  
  .showMenu.fa{
      display:block;
  }
  
   .featuredIcons{
        font-size:35px;
    }
	
  .mainMenu{
  	margin:0;
  }
  
  .mainMenu ul {
    text-align: left;
    }
  
 .mainMenu ul li{
  	display:block;
  }
  
 .mainMenu li.dropDownBtn a{
  	display:block;  
 }   

  .mainMenu ul li a, .mainMenu ul li span{
  	margin:0;
    padding:10px 20px;
    color:#555555;
  }  
  
  .featureWrap {
    height: 270px;	} 
	
	.mainMenu li a:hover, .mainMenu li span:hover{
		color:#797979; 
	}
	
   .featureImage .img-responsive{

  	    width: auto;
        max-height: 450px;
        margin: auto;
  }
  
  .travelPackages .padding30{
  	padding:20px;
  }
  
   .bookNow p {
    padding-top: 7px;
    font-size: 13px;
}

  .nameDestination{
  	font-size:14px;
  }
  
  .packageBar{
  	height:41px;
  }
  
  .daysBox p {  

    padding-top: 3px;
    font-size: 11px;
	}
	
  .detail.duration, .detail.price{
	text-align:center;
	}
	
  .packDetails, .packageDescrip{
  	font-size:14px;
  }
  .contentHeight{

	height:230px;
    font-size: 14px;
	}
    
    .packageDescrip {
        height: 100px;
	}
	
    .bannerSpacer {
        height: 170px;	
    }
    
 	.mainMenu .menuUl{
    	display: none;
        position: absolute;
        width: 100vw;
        right: 0;
        bottom: 0;
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
        z-index: 99;
        /* max-width: 350px; */
        background-color: #ffffff;
    }
    
  .mainMenu ul li span.menuArrow{

	display: inline;    margin: 0;    vertical-align: super;    margin-left: 5px;
	}
    .mainMenu ul .submenu{
        display: none;
        width: 100%;
        position: static;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        text-align: center;
        background: transparent; 
        
    }
  
  .mainMenu ul.submenu li a{
  	text-align:left;
	display:block;
	padding-left: 30px;
  }
  
  .address { 
	padding: 20px 10px 10px;	text-align: center;	

	}
  
  .hasSubmenu:hover .submenu{

  	display:block;
  } 
  
  .mainMenu ul li.focus span {
    border-color: transparent;	} .servDesc {
    min-height: 80px;	}
  
  .banner-button {
    position: absolute;
    left: 50%;
    bottom: 20%;
    z-index: 50;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
  
  
  .welcomeWrap .mainTitle {
    font-size: 20px;
	}
  
  
  .deskRow{
	display: unset;
    display: unset;
    display: unset;
    display: unset;
    display: unset;
    -webkit-flex-wrap: unset;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    display:block;	
}
  

  .deskRow .tabRow{

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
    -moz-box-orient: unset;
    -moz-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
   
}
  
  .promoBar .partition{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height:auto;
    border-top: 1px solid #ccc;
  }
  
    .promoBar .partition:last-of-type{
	border-right: 1px solid #eee; 
	}
  
    .bannerPreTitle {
    font-size: 20px; 
	}
  
  .promoBar .partition .mainTitle {
    font-size: 21px;
	}
  
  .promoBar .partition .aCenter a {
   
    min-width: 80px;
}
  

}


@media (max-width:640px){
  
  .persLogo {
    width: 225px;
  }
  
  .bannerPreTitle {
    	font-size: 16px; 
	}

    .servDesc {
    min-height: 0;	}

  .logo img {

    height: 100%;
    width: 100%;
    object-fit: contain;
    margin-left 10px;
}

.feature_wrap img{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}


.mainTitle{
	font-size: 24px;

}

.mainTitle.medium{
	font-size: 22px;
}

.mainTitle.small{
	font-size: 18px;
}
  .buttonsBanner2 {
    max-width: 80%;
    left: 10%;
}
  
   .imgAdjust{

    position: static; }
  .inner_banner .bannerDescription2 {	    margin-top: 0;
    	font-size:18px;
	}
  .featuresSection .aboutImg {

    margin-bottom: -70px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
	}
  #bgRotatorNav {

    bottom: 25px !important;
   

	}
  .bannerDescription2{

  	    margin-top: -20px;
    font-size: 16px;
  }
  
  .banner-button {
	padding: 8px;
    bottom: 10%;

}
  
  .catWrap{

  	margin:10px 0;
  }
 
    .featuresSection .paddingTB80:first-of-type{

  	padding-bottom:0;
  }
    .featuresSection .paddingTB80:nth-of-type(2){

  	padding-top:0;
  }
    .logo{
        width: 100px;
        bottom: -14px;
        padding-left: 20px;
    }
    
    .headerSpacer {
        height: 90px;
    }
    
    
	 .contentHeight{

	height:auto;
	}
  .destinationBg .destinationBox {

    height: 40vw;
    margin-bottom:20px;
	}
  .galleryImg {

    -webkit-width: calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 20px auto;
	}
  .galleryImg a {

    background: rgba(0,0,0,0.2);
    display: block;
	}
  .iconInput:hover{

	outline-style: solid;
  	outline-color: #4e94b7;
  	outline-width: 1px;
	}

  .mobileMT{

  	margin-top:25px;
  }
  .contact_form.mobileMT{

  	margin-top:15px;
  }
  .quoteBar .buttonsBanner .mainButton{

  	width:40%;
    margin-right: 4%;
  }
  .quoteBar .buttonsBanner .quoteButton{

  	width:34%

  }
  .mLeftD15{

	margin-left:0;


	}
   .floatForm{
	margin-top:0;
	}
  
  .welcomeWrap .mainBtn {
    font-size: 14px;
    padding: 10px 20px;
	}
  
  .bleft {

    padding: 50px 0 50px 40px;
}
  
    .bright {

    padding: 50px 40px 50px 66px;
	}
  
  .welcomeWrap .bleft:after {

    border-width: 600px 80px 0 0;
    right: -54px;
  
	}
  
   .welcomeWrap .mainTitle.medium {
    font-size: 17px;
    line-height: 150%;
	}
  

    .deskRow .tabRow{

    -webkit-flex-wrap: unset;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    display:block;	
}
  
    .promoBar .partition{
	border-right: 1px solid #eee; 
      border-bottom: 1px solid #ccc; 
	}
  
  .promoBar .tabRow:last-of-type .partition:last-of-type{
  	border-bottom: 1px solid #eee; 
  }
  
    .promoBar .partition {
      padding: 50px 50px 40px 50px;

  }
  
  .promoBar .partition{

    border-top: none;
  }
  
  .aboutSection .content{
	height: auto;
    overflow: auto;
	}


  .banner2 div, .inner_banner{
  	background-attachment:initial !important;
    background-size:cover !important;
    background-position: center center !important;
    
  }
  
  .bannerCaption2, .inner_banner .bannerCaption2{
  	font-size:20px;
  }
  
  
  .bannerCaption2, .inner_banner .bannerCaption2{
  	margin-top:0; 
    font-size:20px;
  }
  
    .banner2 {
      height: calc(100vh - 220px);
      height: -webkit-calc(100vh - 220px);
  }  
  
	
} 
#banner, #banner2, #banner3{ overflow:hidden; opacity:0; transition:opacity ease-out 0.6s;} 