/*
  * Invade Media Solution <invadems.com> (c) 2016 Mukhtar ali <mokhtarali.com>
*/

/************** Start Global rules **************/
body{background: #f2f2f2;color: #000;;font-family: 'Raleway';font-weight:400;text-rendering: optimizelegibility-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
*,
*:after,
*:before {-webkit-box-sizing: border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing: border-box;}
::-webkit-input-placeholder {color: #445568;}
:-moz-placeholder {color: #445568;}
::-moz-placeholder {color: #445568;}
:-ms-input-placeholder {color: #445568;}
.container{max-width: 1200px;margin: 0 auto}
ul{padding: 0;margin: 0;list-style: none;}
a {text-decoration: none;outline: none;cursor: pointer;}
.clearfix:after{content: "";visibility: hidden;display: block;height: 0;clear: both}
/************** End Global rules **************/
/************** Start Navbar Here **************/
.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
  width: 50px;
  z-index: 4;
}

.path {
  stroke-dasharray: 1, 500;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #2e71b5;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
.no-js #loader {display: none; }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 9999;background: #fff}
.navbar{/*height: 0;position: relative;z-index: 11;*/background: #fff;border-bottom: 1px solid #eaeaea;}
.navbar .med{padding: 10px 20px 20px 20px;overflow: hidden}
.menu-section{display: none;position: relative;}
.navbar .log{float: left;width: 160px;margin-top: 7px;}
.navbar .log img{cursor: pointer;width: 100%}
nav.menu,.mob{float: right;margin: 8px 0 0 0;}
.navbar .trig{float: right;display: none}
.navbar .trig .norm{font-weight: normal;color: #fff;line-height: 57px;float: left;margin-right: 5px;}
.navbar .trig .norm--active{color: #eae5d6}
.white{background:#A7A7A7;height: 110px;}
.mob{display: none}
.mob a{display: none}
.page-wrapper{overflow: hidden;padding: 8px 20px;color: #959595;}
.page-wrapper a{margin-right: 10px;}
a.btn{
  display:inline-block;
  font-size: 13px;
  font-weight:bold;
  text-align:center;
  margin-left: 4px;
  text-decoration:none;
  color:#959595;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a.btn:hover{color: #2e71b5}
.coninfo{float: left;font-family: open sans}
.coninfo div{display: inline-block;font-size: 13px;}
.coninfo a{color: #959595;font-weight: bold;margin-right: 5px;}
.coninfo a:hover{color: #2e71b5}
.socialtop{float: right;}
.socialtop a.btn:nth-child(2){margin-right: 0}
/************** End Navbar Here **************/
/************** Start Header Here **************/
.home{position: relative;}
.home .bx-wrapper{height: 100%;position: relative;max-height: 800px !important;}
.home .bx-wrapper img{max-width: initial;}
.home .bx-wrapper .bx-viewport{
	box-shadow: none;
	border: 0;
	left: 0;
	background: none;
	height: 100% !important;
	position: relative;
	overflow: hidden;
}
.home .bxslider{height: 100%; width: 100%; top: 0;left: 0;max-height: 800px !important;}
.home .bxslider li{
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.home .overly{
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	z-index: 99;
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,0),rgba(0, 0, 0,1)); 
	background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(244, 244, 244,1)); 
	background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(244, 244, 244,1)); 
	background: linear-gradient(to top, rgba(0, 0, 0,1), rgba(255,0,0,0)); 
}
#bg{position: relative}
#bg img {
	max-width: 117%;
	position: absolute;
	background-size: cover;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.home .bxslider li{
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.home .bxslider li > div{z-index: 112;text-align: left;width: 100%;top: 0;position: absolute;}
.home .bxslider li h1,
.home .bxslider li h2{margin: 0;font-weight: bold;text-transform: uppercase;color: #fff;font-family: Raleway;}
.home .bxslider li h1{font-size: 40px}
.home .bxslider .container{position: inherit;width: 1100px}
.button {
  width: 150px;
  margin-top: 20px;
  border-radius: 6px;
  padding: 11px 20px;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1
}
.button:after {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #f7f7f7;
}
.button:after {
  height: 120%;
  left: -10%;
  z-index: -1;
}
.button:hover {
  cursor: pointer;
  color: #4D4D4D
}
.button:hover:after {
  width: 100%;
  left: 0;
}
.button:hover:nth-of-type(5) {
  color: #5bcaff;
}
.button:hover:after {
  left: -10%;
  width: 120%;
}
.form {
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -40px;
  pointer-events: none;
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s ease-in-out;
}
.form input {
  color: #4D4D4D;
  font-size: 54px;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0;
  font-weight: 200;
}
.form ::-webkit-input-placeholder {
  color: #8a8a8a;
}
.form :-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.form ::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.form :-ms-input-placeholder {
  color: #8a8a8a;
}











.about,.product,.quarries,.testi{padding: 60px 20px}
.about-main hr,.product-main hr,.gallery-main hr,.quarries-title hr{
	border: 1px solid #fff;
	width: 30px;
	float: left;
	margin: 18px 15px 18px 0
}
.about-main h1{}
.about-main{}
.about-con{padding: 10px 20px 0;overflow: hidden}
.about-img{float: right;width: 43%;}
.about-img img{max-width: 100%;}
.about-img img:hover{opacity: .9}
.about-info{}
.about-info hr{border: 1px solid #000;width: 70px;position: relative;right: 48%;}
.about-title{}
.about-title span{display: block;font-weight: 300}
.about-title h1{font-size: 25px;font-family: Raleway;text-transform: uppercase; font-weight: bold;margin: 0 0 15px;color: #2e71b5}
.about-title p{margin: 0;text-align: left;max-width:450px;color: #ccc }

.about-article{}
.about-article h2{font-size: 18px;font-weight: normal;margin: 0}
.about-article p{font-size: 15px;text-align: left;margin: 20px 0 0;color: #7d7d7d}










/************** End Header Here **************/
.search,.services,.flights{padding: 60px 20px}
.menu {line-height: 1;}
.menu__list {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
  justify-content:center;
}
.menu__item {display: block;}
.menu__link {
	font-size: 1.05em;
	display: block;
	padding: 15px 25px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: open sans;
	font-weight: 600
}
.menu__link:hover,
.menu__link:focus {outline: none;}
/*.menu--iris .menu__item {margin: 0 10px;}*/
.menu--iris .menu__link {position: relative;text-align: center;color: #959595;-webkit-transition: color 0.3s;transition: color 0.3s;text-transform: uppercase;font-size: 15px;}
.menu--iris .menu__link:hover,
.menu--iris .menu__link:focus {color: #2e71b5;}
.menu--iris .menu__item--current .menu__link {color: #2e71b5;}
.menu__item:nth-child(5) .menu__link{padding-right: 0}
.title{text-align: center;margin: 0 auto}
.title h2{margin: 0 0 40px 0;font-weight:bold;text-transform: uppercase;}
.title p{margin: 0 0 60px 0;font-size: 19px;}
.service-icon-wrap {
  text-align: center;
  display: block;
  height: 52px;
  margin-bottom: 30px;
  cursor: pointer;
}
.profile {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  width: 236px;
  height: 370px;
}
.profile h3{position: relative;top: 180px;color: #383e52;-webkit-transition: color 0.4s ease;}
.profile .photo img{margin: 42px 0;}
.highlight{-webkit-transform: scale(1, 1);-webkit-transition: -webkit-transform .5s ease;}
.profile:hover .highlight {-webkit-transform: scale(10, 10);-webkit-transition: -webkit-transform 2s ease;background: #e0e0e0}
.profile:hover span, .profile:hover p,.profile:hover h3 {color: #000;-webkit-transition: color 0.75s ease;}
.service-icon-wrap div {
  position: absolute;
  /*border: #2980b9 5px solid;*/
  left: 52px;
  top: 40px;
  width: 130px;
  height: 115px;
}
.service-icon-wrap .photo {
  background-size: 130px;
  z-index: 1;
}
.services .highlight {
  background: #ececec;
}
.service-icon-wrap span {
  color: #5c5c5c;
  display: block;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-transition: color 0.4s ease;
}
.service-icon-wrap p {
  color: #878787;
  padding: 3px 20px;
  position: relative;
  text-align: center;
  top: 186px;
  font-size: 13px;
  -webkit-transition: color 0.4s ease;
}
.ser{display: inline-block;height: 400px}
.flight .bxslider{margin-top: 50px}
@media screen and (max-width: 58em) {.tabs nav a.icon span {display: none;}.tabs nav a:before {margin-right: 10px;}}






.galler .title h2{margin-bottom: 20px;}
.galler .title {margin-bottom: 40px }
.gallery {width: 100%;height: auto;}
.gallery ul{overflow: hidden;}
.gallery li {
	width: 25%;
	position: relative;
	float: left;
	overflow: hidden;
}
.transform {
	-webkit-transition: all .25s cubic-bezier(.2, .31, .36, 1);
       -moz-transition: all .25s cubic-bezier(.2, .31, .36, 1);
	     -o-transition: all .25s cubic-bezier(.2, .31, .36, 1);
	        transition: all .25s cubic-bezier(.2, .31, .36, 1);
}
.gallery a {
	width: 100%;
	height: 100%;
	display: block;
}

.gallery img {
	position: relative;
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.gallery .info {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	background: #fff;
    text-align: center;
}
.gallery h1 {
	font-weight: bold;
	font-size: 20px;
    color: rgb(43, 43, 43);
    position: relative;
    top: 20%;
    left: 10%;
    text-align: left;
}
.gallery .info hr{width: 40px;border: 1px solid #4d4d4d;position: relative;top: 20%;margin: 0;left: 10%;}
.gallery .info p{text-align: left;left: 10%;position: relative;width: 80%;top: 20%;color: #4d4d4d;}

.arrowbtn {
  position: absolute;
  width: 35px;
  height: 35px;
  border: 1px solid #4D4D4D;
  border-radius: 100px;
  color: #4D4D4D;
  cursor: pointer;
  right: 11%;
  line-height: 100px;
  margin-left: -50px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.arrowbtn:hover {
  background: #4D4D4D;
  border-color: white;
  color: #fff;
}
.arrowbtn:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  top: 50%;
  left: 50%;
}
.arrowbtn-right {bottom: 25px;}
.arrowbtn-right:after {
  margin-left: -6.5px;
  margin-top: -4.25px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
}
.gallbtn{margin-top: 40px;width: 100%;}
.gallbtn .button{border: 2px solid #4D4D4D;color: #4D4D4D;margin: 0 auto;}
.gallbtn .button:after{background: #4d4d4d}
.gallbtn .button:hover{color: #fff}


.testi .icon .hi-icon,
.testi .icon h1{color: #fff}
.testi .bxslider{width: 100%;display: inline-block;}
.testi .bxslider .pic{width: 100px;margin: 0 auto}
.testi .bxslider .pic img{width: 100%;vertical-align: middle;opacity: .8;border-radius: 50%;margin-bottom: 30px;}
.testi .bxslider .text{
	color: #000;
	width: 66%;
    margin: 0 auto;
    text-align: center;
}
.testi .bxslider .text q{font-size: 18px;text-align: center;}
.testi .bxslider .text cite{margin: 20px 0 30px;color: #4d4d4d;display: block;font-size: 12px;font-style: normal;}
.testi .bx-wrapper .bx-viewport{
	box-shadow: none;
	border:none;
	left: 0;
	background: none;
  margin: 40px 0 0 
}
.testi .bxslider li{margin-bottom: 70px;overflow: hidden}








/************** End Footer Here **************/
/************** Start Our Framwork Here **************/
.clearfix:after{content: "";visibility: hidden;display: block;height: 0;clear: both}
.icon{text-align: center;color: #4d4d4d;margin-bottom: 40px;}
.icon i{padding: 1%}
.icon img{display: inline-block;vertical-align: middle}
.icon h1{text-transform: uppercase;margin: 3% 0 7% 0;font-weight: bold;font-size: 25px}
.icon .hi-icon{display: initial}
.icon .hi-icon:before{display: initial;font-size: 25px}




label {
  display: block;
  position: relative;
  font-size: 15px;
  margin: 10px 0;
}

label i {
  position: absolute;
  top: 12px;
  right: 20px;
  color: rgba(255, 255, 255, 0.3);
}

label input {
  display: block;
  width: 300px;
  border: none;
  height: 38px;
  background: #4D4D4D;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: .05em;
  padding: 10px 60px 10px 30px;
  color: rgba(255, 255, 255, 0.3);
 
}
label input:active,label input:focus {
  outline: 0;
}

label input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

label input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

label input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

label input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.socialbottom{float: none;margin-top: 30px;}
.socialbottom a.btn{font-size: 17px;margin-left: 17px}






.overly{
	width: 100%;
	height: 100px;
	background: -webkit-linear-gradient(bottom,rgba(255,255,255,0),rgba(244, 244, 244,1)); 
	background: -o-linear-gradient(top,rgba(255,0,0,0),rgba(244, 244, 244,1)); 
	background: -moz-linear-gradient(top,rgba(255,0,0,0),rgba(244, 244, 244,1)); 
	background: linear-gradient(to top, rgba(255,0,0,0), rgba(244, 244, 244,1)); 
}
.ovrly:before{
	position: absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block;
	z-index:0;
	background-color: rgba(0,0,0,.2);
}
.site-con{padding: 7% 1%;position: relative;overflow: hidden;}	
.site-co{}
.contactform{margin-top: 6%;overflow: hidden;}
.site-co h2{
	text-align: center;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0;
}
.site-co .contac{text-align: center;width: 50%}
.site-co .contac h1{font-size: 19px;text-transform: uppercase;text-align: left;margin-bottom: 20px;}
.site-co .contac h1 i{margin-right: 10px}
.contactform .contac input,
.contactform .contac  textarea,
.contactform .contac select{
	width: 100%;
  outline: 0;
  padding: 3%;
  margin-bottom: 2%;
  border-radius: 6px;
  border: 2px solid #000;
  font-size: 14px;
  background: transparent;
}
.site-co .contac  textarea::-webkit-input-placeholder,
.site-co .contac  input::-webkit-input-placeholder,
.site-co .contac select::-webkit-input-placeholder,
.site-co .contac select option::-webkit-input-placeholder{
	color: #959595;
}
.site-co input[type="submit"]{
	width: 20%;
	padding:10px;
	border: 0;color: #000;
	margin-top: 10px;
	float: left;
	border: 2px solid;
	font-size: 13px;
	background: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.site-co input[type="submit"]:hover{color: #fff;background: #000}
.site-co input[type="date"]{height: 39px}
.site-co .contac  textarea{height: 300px;resize: none}
.site-co .contac select{height: 49px;-webkit-appearance: none;-moz-appearance: none;appearance: none;padding: 16px;color:#959595 }
.site-co .info{width: 50%; margin: 45px 0;font-family: open sans;}
.site-co .info hr{opacity: .3;margin: 20px 0}
.site-co .info > div{margin-top: 20px}
.site-co .info div span{font-weight: 600;}
.site-co .info div .indent{margin-left: 27px}
.arrow{position: relative;}
.site-co form .arrow:after {
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    right: 14px;
    position: absolute;
    top: 16px;
    color: #959595
}

.site-co h2 span{
    font-size: 2em;
    font-weight: bold;
}
.abouinfo{padding-top: 10px;width: 70%;margin: 0 auto}
.site-co .abouinfo p{font-size: 17px;text-align: center;color: #4d4d4d;margin-bottom: 50px;}
.banner .site-co .abouinfo h2,.banner .site-co .abouinfo p{color: #fff;}
.service .site-co h2{text-align: left}
.service .site-co .abouinfo p{text-align: left}
.site-co .abouinfo .sma{font-size: 14px;}













.sectionClass {
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1),
.projectFactsWrap .item:nth-child(3){
  background: rgb(14, 14, 14);
}

.projectFactsWrap .item:nth-child(2),
.projectFactsWrap .item:nth-child(4){
  background: rgb(16, 16, 16);
}
.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}



.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }

    footer p{
          font-size: 14px;
    }
}


















 .at-section__title {
  margin: 0 0 70px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 2.625rem;
  text-align: center;
}
.at-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #FFF;
  border: 1px solid #E2E9ED;
}
.at-grid[data-column="1"] .at-column {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.at-grid[data-column="2"] .at-column {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.at-grid[data-column="3"] .at-column {
  width: 33.33333%;
  max-width: 33.33333%;
  min-width: 33.33333%;
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
}
.at-grid[data-column="4"] .at-column {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}
.at-grid[data-column="5"] .at-column {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
}
.at-grid[data-column="6"] .at-column {
  width: 16.66667%;
  max-width: 16.66667%;
  min-width: 16.66667%;
  -webkit-flex-basis: 16.66667%;
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
}
.at-grid[data-column="7"] .at-column {
  width: 14.28571%;
  max-width: 14.28571%;
  min-width: 14.28571%;
  -webkit-flex-basis: 14.28571%;
      -ms-flex-preferred-size: 14.28571%;
          flex-basis: 14.28571%;
}
.at-grid[data-column="8"] .at-column {
  width: 12.5%;
  max-width: 12.5%;
  min-width: 12.5%;
  -webkit-flex-basis: 12.5%;
      -ms-flex-preferred-size: 12.5%;
          flex-basis: 12.5%;
}
.at-grid[data-column="9"] .at-column {
  width: 11.11111%;
  max-width: 11.11111%;
  min-width: 11.11111%;
  -webkit-flex-basis: 11.11111%;
      -ms-flex-preferred-size: 11.11111%;
          flex-basis: 11.11111%;
}
.at-column {
  z-index: 0;
  position: relative;
  background: #FFF;
  box-shadow: 0 0 0 .5px #E2E9ED;
  padding: 10px;
  box-sizing: border-box;

}
.at-column:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.at-column:hover {
  z-index: 1;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
}
.at-column:hover .at-social {
  margin: 16px 0 0;
  opacity: 1;
}
@media (max-width: 800px) {
  .at-column {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
  }
}
@media (max-width: 600px) {
  .at-column {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}
.at-user {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}
.at-user__avatar {
  width: 98px;
  height: 98px;
  border-radius: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
}
.at-user__avatar img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.at-user__name {
  color: #313435;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.625rem;
}
.at-user__title {
  color: #6F808A;
  font-size: 12px;
  line-height: 1.375rem;
}
.at-social {
  margin: 0 0 -18px;
  opacity: 0;
  -webkit-transition: margin 0.2s ease, opacity 0.2s ease;
  transition: margin 0.2s ease, opacity 0.2s ease;
}
.at-social__item {
  display: inline-block;
  margin: 0 10px;
}
.at-social__item a {
  display: block;
  color: #4D4D4D;
  -webkit-transition: 0.2s ease;
  transition: fill 0.2s ease;
}
.at-social__item svg {
  fill: #515F65;
  display: block;
  height: 18px;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.at-social__item a:hover {
  color: #000;
}
.smaller{max-width: 900px;}
.gall{padding:60px 0 0 ;}
.smaller hr{margin: 10px 0;}
.smaller .site-co p{text-align: left;}
.black{background: #151515}
.samlle{padding: 20px 20px 60px; }
.bannerp .site-co{padding: 60px 20px}






.soon {min-height: 400px;}
.soon .site-co{
   position: absolute;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  min-width: 1000px;
}
.soon .site-co h2{
  text-align: center;
  color: #4d4d4d;
  font-size: 2em;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  margin-bottom: 30px;
}





.share {
  position: relative;
  margin-top:-6px ;
  float: right;
  padding: 8px 18px;
  width: 200px;
  height: 34px;
  font-size: 24px;
  letter-spacing: 2px;
  overflow: hidden;
  background: #5b5b5b;
  transition: all .2s ease-in-out;
  cursor: default;
  user-select: none;
}
.share .text {
  position: absolute;
  top: 11px;
  left: 25px;
  overflow: hidden;
  width: 90px;
  height: 25px;
  text-align: right;
  z-index: 1;
  font-size: 14px
}
.share .text em {
  position: absolute;
  right: 0;
  top: 0;
  transition: right .2s ease-in-out .1s;
  font-style: normal;
  color: #fff;
}
.share .ico-share {
  position: absolute;
  top: 10px;
  right: 43px;
  transition: right .2s ease-in-out;
  width: 15px;
  height: 15px;
}
.share .ico {
  font-size: 16px;
  position: absolute;
  top: 9px;
  left: -35px;
  transition: all .2s ease-in-out;
  display: inline-block;
  z-index: 2;
  color: #fff
}
.share:hover {
  background: #000
}
.share:hover em {
  right: -300%;
  transition-delay: 0;
}
.share:hover .fb {
  left: 32px;
  transition-delay: 0.3s;
}
.share:hover .tw {
  left: 70px;
  font-size: 16px;
  transition-delay: 0.2s;
}
.share:hover .gp {
  left: 119px;
  transition-delay: 0.1s;
}
.share:hover .ico-share {
  top: 10px;
  right: 30px;
  width: 15px;
  height: 15px;
}

/* Second */
.share:nth-child(2) {
  margin-top: 50px;
  overflow: visible;
  display: none;
}
.share:nth-child(2)::before, .share:nth-child(2)::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, #15aaff, #149fee);
  border-radius: 30px;
  transition: all .2s ease-in-out 0s;
  transition-delay: 0.35s;
}
.share:nth-child(2)::before {
  background: linear-gradient(to bottom, #E2E2E2, #F5F5F5);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7);
  top: 0;
  width: 78%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  transition: top .17s ease-in-out;
  transition-delay: 0.35s;
  border-radius: 0 0 8px 8px;
}
.share:nth-child(2) .text,
.share:nth-child(2) .ico-share {
  z-index: 2;
}
.share:nth-child(2) .ico {
  color: #15a7fa;
  top: 10px;
  text-shadow: none;
  transition: all .17s ease-in-out;
  z-index: 1;
}
.share:nth-child(2) .fb {
  left: 48px;
  transition-delay: 0.1s;
  color: #43609c;
}
.share:nth-child(2) .tw {
  left: 87px;
  transition-delay: 0.18s;
  color: #1da1f2;
}
.share:nth-child(2) .gp {
  left: 135px;
  transition-delay: 0.26s;
  color: #d73d32;
}
.share:nth-child(2) .ico-share {
  transition: all .17s ease-in-out .1s;
}
.share:nth-child(2):hover::after {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), inset 0 3px 10px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to top, #15aaff, #149fee);
  transition-delay: 0s;
}
.share:nth-child(2):hover::before {
  top: 90%;
  transition-delay: 0s;
}
.share:nth-child(2):hover .text em {
  right: 0;
}
.share:nth-child(2):hover .ico-share {
  top: 21px;
  right: 43px;
  width: 16px;
  height: 16px;
  transition-delay: 0s;
}
.share:nth-child(2):hover .ico {
  top: 75px;
}






















.cd-header {
  position: relative;
  height: 150px;
  background-color: #331d35;
}
.cd-header h1 {
  color: #ffffff;
  line-height: 150px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 180px;
  }
  .cd-header h1 {
    line-height: 180px;
  }
}

.cd-main-content {
  position: relative;
  min-height: 100vh;
  margin-top: 60px;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 100px;
  }
}

/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  z-index: 2;
  background: #F4F4F4
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
}
.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #41307c;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a.selected {
  background: #41307c;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}
@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 1em;
    width: auto;
    color: #9a9a9a;
    font-weight: 700;
    font-size: 1.2em;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #41307c;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #41307c;
    /* create border bottom using box-shadow property */
    box-shadow: inset 0 -2px 0 #41307c;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
  padding: 26px 5%;
  width: 100%;
}
.cd-gallery li {
  margin-bottom: 1.6em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: none;
  overflow: hidden;
}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery ul {
    text-align: justify;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 48%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 50px 2%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
    width: 24%;
  }
  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}
@media only screen and (min-width: 1600px) {
  .cd-gallery li {
    width: 19%;
  }
}
/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cd-filter::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #156BB4;
  z-index: 2;
}
.cd-filter form {
  padding: 70px 20px;
  width: 100%
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  background: #085596;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #1982DA;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 20%;
  }
  .cd-filter form {
    padding: 70px 10%;
  }
}

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 46px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
  color: #fff
}
.cd-filter-trigger i{
	font-size: 18px
}
@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #156BB4;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em;
}
.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.no-touch .cd-filter-block h4:hover {
  color: #41307c;
}
.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 47%;
  width: 12px;
  height: 11px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1em !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
  font-size: 1em;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-check.svg") no-repeat center center;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #41307c;
  background-color: #41307c;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}
.cd-filter-content{
	overflow: hidden;
}
.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 550px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}
.post-module .thumbnail {
  background: #000000;
  height: 400px;
}
.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #e74c3c;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-module .thumbnail .date .day {
  font-size: 18px;
}
.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-module .thumbnail img {
  display: block;
  width: 150%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #e74c3c;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
}
.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
  text-align: left;

}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 18px;
  line-height: 1.8em;
  text-align: left;
}
.post-module .post-content .post-meta {
	margin: 30px 0 0;
	color: #999999;
	font-family: open sans;
	font-weight: bold;
	color:#4D4D4D;
}
.post-module .post-content .post-meta .timestamp {
	margin: 0 16px 0 0;
	font-size: 20px;
}
.post-module .post-content .post-meta a {
	text-decoration: none;
	float: right;
	text-transform: uppercase;
	font-size: 18px; 
	color: #4D4D4D;
}
.post-module .post-content .post-meta a:hover {color: #e74c3c;}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}
.cd-section {
  text-align: center;
  position: absolute;
  top: 65%;
  left: 26%;
  z-index: 10
}
.cd-section p {
  margin: 2em 0;
  line-height: 1.6;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .cd-section {
    padding: 4em 10%;
  }
  .cd-section p {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-section {
    padding: 4em 20%;
  }
}

.cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}
.cd-modal::after {
  /* gradient overlay at bottom of modal window */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  background: transparent;
  background: -webkit-linear-gradient( bottom , #34383c, rgba(52, 56, 60, 0));
  background: linear-gradient(to top, #34383c, rgba(52, 56, 60, 0));
}
.cd-modal .cd-modal-content {
  height: 100%;
  width: 100%;
  padding: 3em 5%;
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-modal p {
  color: #ffffff;
  line-height: 1.6;
  margin: 2em 0;
}
.modal-is-visible .cd-modal {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}
.modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-modal .cd-modal-content {
    padding: 4em 10%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-modal .cd-modal-content {
    padding: 6em 20%;
  }
  .cd-modal p {
    font-size: 2rem;
    line-height: 2;
  }
}

.cd-modal-action {
  position: relative;
}
.cd-modal-action .btn, .cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: 4em;
}
.cd-modal-bg{
  background-color: #34383c;
}
.cd-modal-action .btn {
  color: #ffffff;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
}
.cd-modal-action .btn.to-circle {
  width: 4em;
  color: transparent;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}
.cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 4em;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
.cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

.cd-modal-close {
  position: fixed;
  z-index: 1;
  top: 20px;
  right: 5%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) url(../images/cd-icon-close.svg) no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
.no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  .cd-modal-close {
    top: 70px;
  }
}
#contaianer {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
}
#wrapper {
  overflow: hidden;
  position: absolute;
  /*width: 1500px;
  height: 800px;*/
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#wrapper div {
  position: absolute;
  background-position: center center;
  background-size: cover;
}
.p1 {
	width: 107%;
	height: 120%;
  /*width: 1776px;
  height: 1183px;*/
  z-index: 6;
  background-image: url('../images/covers/base.jpg');
  right: -20px;
  bottom: -8px;
    
}
.p2 {
  width: 72%;
    height: 57%;	
  z-index: 8;
  background-image: url('../images/covers/layer.png');
  right: 36%;
    top: 47%;
}
.p3 {
  width: 1082px;
  height: 729px;
  z-index: 10;
  background-image: url('http://c-araujo.com/QAyjA6B.png');
  left: 718px;
  top: 136px;
}
.letra {
  font-weight: 900;
  color: #24395A;
  font-size: 17.5em;
  top: 41%;
  margin-top: -115px;
  width: 100%;
  text-align: center;
  z-index: 7;
  text-transform: uppercase;
}
.glitch {
  color: white;
  font-size: 70px;
  position: relative;
  margin: 0 auto;
  font-weight: 600;
  font-family: open sans
}
@keyframes noise-anim {
  0% {clip: rect(78px, 9999px, 65px, 0);}
  5% {clip: rect(57px, 9999px, 28px, 0);}
  10% {clip: rect(28px, 9999px, 68px, 0);}
  15% {clip: rect(37px, 9999px, 4px, 0);}
  20% {clip: rect(48px, 9999px, 100px, 0);}
  25% {clip: rect(2px, 9999px, 39px, 0);}
  30% {clip: rect(7px, 9999px, 52px, 0);}
  35% {clip: rect(38px, 9999px, 86px, 0);}
  40% {clip: rect(99px, 9999px, 62px, 0);}
  45% {clip: rect(78px, 9999px, 90px, 0);}
  50% {clip: rect(19px, 9999px, 92px, 0);}
  55% {clip: rect(33px, 9999px, 29px, 0);}
  60% {clip: rect(17px, 9999px, 58px, 0);}
  65% {clip: rect(56px, 9999px, 57px, 0);}
  70% {clip: rect(2px, 9999px, 36px, 0);}
  75% {clip: rect(19px, 9999px, 97px, 0);}
  80% {clip: rect(5px, 9999px, 99px, 0);}
  85% {clip: rect(83px, 9999px, 66px, 0);}
  90% {clip: rect(2px, 9999px, 39px, 0);}
  95% {clip: rect(85px, 9999px, 59px, 0);}
  100% {clip: rect(75px, 9999px, 42px, 0);}
}
.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  background: #34383c;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}
@keyframes noise-anim-2 {
  0% {clip: rect(78px, 9999px, 13px, 0);}
  5% {clip: rect(47px, 9999px, 24px, 0);}
  10% {clip: rect(25px, 9999px, 24px, 0);}
  15% {clip: rect(77px, 9999px, 57px, 0);}
  20% {clip: rect(76px, 9999px, 92px, 0);}
  25% {clip: rect(38px, 9999px, 11px, 0);}
  30% {clip: rect(12px, 9999px, 13px, 0);}
  35% {clip: rect(38px, 9999px, 66px, 0);}
  40% {clip: rect(61px, 9999px, 75px, 0);}
  45% {clip: rect(7px, 9999px, 74px, 0);}
  50% {clip: rect(16px, 9999px, 33px, 0);}
  55% {clip: rect(46px, 9999px, 94px, 0);}
  60% {clip: rect(25px, 9999px, 47px, 0);}
  65% {clip: rect(75px, 9999px, 73px, 0);}
  70% {clip: rect(22px, 9999px, 23px, 0);}
  75% {clip: rect(85px, 9999px, 61px, 0);}
  80% {clip: rect(17px, 9999px, 72px, 0);}
  85% {clip: rect(22px, 9999px, 71px, 0);}
  90% {clip: rect(86px, 9999px, 82px, 0);}
  95% {clip: rect(14px, 9999px, 78px, 0);}
  100% {clip: rect(60px, 9999px, 38px, 0);}
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  background: #34383c;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}
.background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

video,
source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}

.loaded .ytplayer-container {
  display: block;
}

.loaded .placeholder-image {
  opacity: 0;
}

.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;

  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.ytplayer-player {
  position: absolute;
}
.travelholder{
	position: absolute;
	top: 40%;
	left: 0;
	margin: 0 auto;
	padding: 0 80px;
	color: #fff;
}
.travelh{
	mix-blend-mode:overlay;
	position: relative;
    color: #ded4b9;
    z-index: 3;
    margin: 0 auto;
}
.travelh h1{
	max-width: 765px;
  margin: 0 0 24px;
  padding: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 107px;
  line-height: 84px;
  letter-spacing: -5px;
  text-transform: uppercase;
  text-align: left;
}
.travelh h1 span{
	    font-size: 60px;
    letter-spacing: 1px;
}
.travelp{
	position: absolute;
	top: 60%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 3;
	max-width: 1440px;
	min-width: 789px;
	margin: 0 auto;
	padding: 0 80px;
	transition: left 0.75s cubic-bezier(0.75, 0, 0.25, 1);
	-webkit-transition: left 0.75s cubic-bezier(0.75, 0, 0.25, 1);
	color: #fff;
}
.travelholder p{
	max-width: 750px;
  margin: 0 0 48px 9px;
  font-family: open sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
      font-weight: bold;
      z-index: 3;
      position: relative;
      opacity: .7
}
.travelholder button {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0;
  padding: 13px 30px;
  overflow: hidden;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  background: none;
  color: #ded4b9;
  border: solid 2px #ded4b9;
  outline: none;
  cursor: pointer;
  z-index: 3
}
.travelholder button.show {
  opacity: 1;
  transition: opacity 2s 2.5s, color 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition: opacity 2s 2.5s, color 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
.travelholder button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: .01%;
  height: 100%;
  background: #ded4b9;
  transition: width 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition: width 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
.travelholder button:hover,
.travelholder button.on {
  color: #4D4D4D;
}
.travelholder button:hover:before,
.travelholder button.on:before {
  width: 100%;
}
.travelholder button.on {
  pointer-events: none;
}









.background-video .info {
  position: absolute;
  top: 0;
  left: -360px;
  z-index: 3;
  width: 360px;
  height: 100%;
  background: #f7f3e8;
  color: #111;
  transition: left 0.75s cubic-bezier(0.6, 0, 0.25, 1);
  -webkit-transition: left 0.75s cubic-bezier(0.6, 0, 0.25, 1);
}
.background-video .info > i {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 15px;
  opacity: 0;
  cursor: pointer;
  transition: opacity .5s 1.2s;
  -webkit-transition: opacity .5s 1.2s;
}
.background-video .info > i span {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}
.background-video .info > i span:before,
.background-video .info > i span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #111;
}
.background-video .info > i span:before {
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
}
.background-video .info > i span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
}
.background-video .info > div {
  position: absolute;
  top: 150%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 40px;
  transition: top 0.75s cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition: top 0.75s cubic-bezier(0.75, 0, 0.25, 1);
	font-size: 19px;

}
.background-video .info > div p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: 0px;
  margin: 0 0 16px;
}
.background-video .info > div p strong {
  font-weight: 700;
}
.background-video .info > div h3 {
  margin: 18px 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
}
.background-video .info > div a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.background-video .info > div a i {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
}
.background-video .info > div a i:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.001%;
  height: 100%;
  transition: width 0s, background .5s;
  -webkit-transition: width 0s, background .5s;
}
.background-video .info > div a i:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.001%;
  height: 100%;
  background: #000;
  transition: width .5s;
  -webkit-transition: width .5s;
}
.background-video .info > div a:hover i:before {
  width: 100%;
  background: #000;
  transition: width .5s;
  -webkit-transition: width .5s;
}
.background-video .info > div a:hover i:after {
  width: 100%;
  background: transparent;
  transition: background 0s;
  -webkit-transition: background 0s;
}
.background-video .info > div.on {
  top: 50%;
  transition: top 1.25s cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition: top 1.25s cubic-bezier(0.75, 0, 0.25, 1);
}
.background-video .info.on {
  left: 0;
}
.background-video .info.on > i {
  opacity: 1;
}

@media all and (max-width: 1366px){
	.p2{
	    width: 1200px;
		height: 473px;
		z-index: 8;
		right: 33%;
		top: 49%;
	}
	.post-module .thumbnail img{
		width: 193%
	}
}
.respo{
	width: 90vw;
	height: 90vh
}
#googleMap{background-color: rgb(244,244,244) !important;margin-top: 20px}






#ui-datepicker-div{z-index: 99 !important}

.world {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background: #7BAECB;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}

.land {
  position: absolute;
  height: 20px;
  background: #99CC99;
  border-radius: 150px;
}

.clouds {
  width: 170px;
  height: 170px;
  border-radius: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}

.cloud {
  width: 20px;
  height: 10px;
  background: white;
  border-radius: 20px;
}
.ui-datepicker-material-header {
  display: none ;
  background-color: #284B72;
  color: white;
  text-align: center;
  width: 325px;
}
.ui-datepicker-material-header .ui-datepicker-material-day {
  background-color: #1F3A58;
  padding: 10px;
  font-size: 1rem;
}
.ui-datepicker-material-header .ui-datepicker-material-date {
  padding: 20px;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-month,
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-day-num,
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-year {
  padding: 5px;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-month {
  font-size: 2rem;
  text-transform: uppercase;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-day-num {
  font-size: 4.5rem;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-year {
  font-size: 1.8rem;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.4);
}

.ui-datepicker {
  padding: 0;
  border: none;
  box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  width: 325px;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-widget-header {
  border: 0;
}

.ui-datepicker-header {
  text-align: center;
  background: white;
  padding-bottom: 15px;
  font-weight: 300;
}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next,
.ui-datepicker-header .ui-datepicker-title {
  border: none;
  outline: none;
  margin: 5px;
}

.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
  border: none;
  outline: none;
  background: #b4cbe5;
}

.ui-datepicker-calendar .ui-state-default {
  background: none;
  border: none;
  text-align: center;
  height: 33px;
  width: 33px;
  line-height: 27px;
}
.ui-datepicker-calendar .ui-state-highlight {
  color: #284B72;
}
.ui-datepicker-calendar .ui-state-active {
  border-radius: 50%;
  background-color: #284B72;
  color: white;
}
.ui-datepicker-calendar thead th {
  color: #999999;
  font-weight: 200;
}

.ui-datepicker-buttonpane {
  border: none;
}
.ui-datepicker-buttonpane .ui-state-default {
  background: white;
  border: none;
}
.ui-datepicker-buttonpane .ui-datepicker-close,
.ui-datepicker-buttonpane .ui-datepicker-current {
  background: white;
  color: #284B72;
  text-transform: uppercase;
  border: none;
  opacity: 1;
  font-weight: 200;
  outline: none;
}
.ui-datepicker-buttonpane .ui-datepicker-close:hover,
.ui-datepicker-buttonpane .ui-datepicker-current:hover {
  background: #b4cbe5;
}
.place{
	padding: 30px 20px;
	overflow: hidden;
}
.place a{
	float: left;
	color: #000
}
.place a:hover{color: #126AB4}
.place ul{

}
.place ul li{
	display: inline-block;
	padding: 0 1%;
	line-height: 14px;
}
.pager{padding: 0 20px}
.pagee{background:#fff;}
.trip-img{margin-top: 0 !important;width: 63%;float: left;}
.site-co .bx-wrapper{height: 100%;position: relative;}
.site-co .bx-wrapper img{max-width: initial;}
.site-co .bx-wrapper .bx-viewport{
	box-shadow: none;
	border: 0;
	left: 0;
	background: none;
	height: 100% !important;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.site-co .bxslider{height: 100%; width: 100%; top: 0;left: 0}
.site-co .bxslider li{
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.site-co .overly{
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	z-index: 99;
	background: -webkit-linear-gradient(bottom,rgba(255,255,255,0),rgba(244, 244, 244,1)); 
	background: -o-linear-gradient(top,rgba(255,0,0,0),rgba(244, 244, 244,1)); 
	background: -moz-linear-gradient(top,rgba(255,0,0,0),rgba(244, 244, 244,1)); 
	background: linear-gradient(to top, rgba(244, 244, 244,1), rgba(255,0,0,0)); 
}
#bg{position: relative}
#bg img {
	max-width: 117%;
	position: absolute;
	background-size: cover;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.site-co .bxslider li > div{z-index: 112;text-align: center;width: 100%;top: 0;position: absolute;}
.site-co .bxslider li h1,
.site-co .bxslider li h2{margin: 0;font-weight: bold;text-transform: uppercase;color: #fff;font-family: 'anders'}
.site-co .bxslider li h2{font-size: 40px}
.site-co .bxslider li h1{font-size: 64px}
.site-co .bxslider li hr{width: 10%}
.site-co .bx-wrapper .bx-pager {
    bottom: -95px;
  }
  
.site-co   .bx-wrapper .bx-pager a {
    border: solid #ccc 1px;
    display: block;
    margin: 0 5px;
    padding: 3px;
  }
  
 .site-co  .bx-wrapper .bx-pager a:hover,
 .site-co  .bx-wrapper .bx-pager a.active {
    border: solid #5280DD 1px;
  }
  
.site-co   .bx-wrapper {
    margin-bottom: 120px;
  }
.site-co  .bx-pager-item img{
  	max-width: 100px !important;
}
.trip-info{
	float: right;
	width: 37%;
	margin-top:0 !important;
    padding: 0 16px;
}
.trip-info h3{font-size: 25px;}
.trip-info h3 i,.trip-info h4 i{margin-right: 5px;}
.trip-info h4 {font-size: 18px;}
.trip-info h4{
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #ECECEC
}
.site-co ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
.site-co ul.tabs li {
	font-size: 	18px;
	font-weight: 600;
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 10px 30px;
	background-color: #4D4D4D;
	color: #ccc;
	overflow: hidden;
	position: relative;
}
.site-co .tab_last {  }
.site-co ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}
.site-co ul.tabs li.active {
	background-color: #126AB4;
	color: #fff;
	border-bottom: 1px solid #fff;
	display: block;
}
.site-co .tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
    max-width: 742px;
	background: #fff;
	overflow: auto;
	margin-top: 0;
}
.site-co .tab_content {
	padding: 20px;
	display: none;
	width: 100%;
}
.site-co .tab_drawer_heading { display: none; }
@media screen and (max-width: 480px) {
	.site-co .tabs {
		display: none;
	}
	.site-co .tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.site-co .d_active {
		background-color: #666;
		color: #fff;
	}
}
.tab_container h3{margin-bottom: 10px;}
.tab_container p{text-align: left;margin: 0}
.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table {
  background: #4D4D4D;
  color: #fff;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #fff;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
.rwd-table th span, .rwd-table td span{
  font-size: 15px;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #dd5;
}
.star-ratings-sprite {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 106px;
  margin: 10px 0;
}
.star-ratings-sprite-rating {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display: block;
}
.tab_content img{float: left;}
.extra-info{float: right;width: 60%;}
.attract{margin-bottom: 20px;overflow: hidden;}
.extra-info h4{margin: 8px 0}
.flight-details{float: left;}
.booking{float: right;width: 35%;padding: 0 20px;}
.all-details{overflow: hidden;margin-top: 50px !important}
.trip-details{overflow: hidden;margin-top: 0 !important}
.booking input,.booking select,.booking textarea {width: 100%;}
.booking .custom-select{margin: 1em 0.5em !important;max-width: 108px !important;font-size: 16px !important;margin-bottom: 20px !important 	}
.booking h2{text-align: left;margin-bottom: 20px;font-size: 22px;line-height: 40px;}
.booking .input{margin: 1em 0;max-width: 100%;font-size: 20px;}
.booking input[disabled="disabled"]{margin-top: 20px;padding: 10px;}
.booking textarea{height: 100px;background: #EBEBE4;padding: 10px;}
.booking input[type="submit"]{width: 40%;margin-bottom: 40px;}
.visa{padding: 30px;}
.visa h2,.visa p{text-align: left;}
.visa img{margin-top: 20px;float: left;max-width: 100%;width: 44%;}
.visa .golft{margin: 30px 0 0 20px;width: 54%;float: left;}
.frstinfo{overflow: hidden;}
.dl-menuwrapper:first-child {margin-right: 20px;}
.dl-menuwrapper ul {background: #4d4d4d;}
.dl-menuwrapper ul {width: 222px !important;padding: 0;list-style: none;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.dl-menuwrapper li {position: relative;}
.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
	text-decoration: none;
}
.no-touch .dl-menuwrapper li a:hover {background: rgba(255,248,213,0.1);}
.dl-menuwrapper .dl-menu {
	margin: 15px 0 0 0;
	/*position: absolute;
	width: 100%;*/
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {transition: all 0.3s ease;}
.dl-menuwrapper .dl-menu.dl-menuopen {opacity: 1;pointer-events: auto;-webkit-transform: translateY(0px);transform: translateY(0px);}
.no-js .dl-menuwrapper li .dl-submenu {display: block;}
.no-js .dl-menuwrapper li.dl-back {display: none;}
.no-js .dl-menuwrapper li > a:not(:only-child) {background: rgba(0,0,0,0.1);}
.no-js .dl-menuwrapper li > a:not(:only-child):after {content: '';}
.mob .menu {
  width: 40px;
  height: 40px;
  margin-left: 135px;
  margin-top: 12px;
  background: none;
  outline: none;
  border:0;
}
.mob .menu:hover {
  cursor: pointer;
}
.mob .menu.open .menu-item {
  background: #4d4d4d;
}
.mob .menu.open .menu-item:first-child {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 10px 50%;
  -ms-transform-origin: 10px 50%;
  -webkit-transform-origin: 10px 50%;
  transform-origin: 10px 50%;
}
.mob .menu.open .menu-item:nth-child(2) {
  opacity: 0;
}
.mob .menu.open .menu-item:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 8px 50%;
  -ms-transform-origin: 8px 50%;
  -webkit-transform-origin: 8px 50%;
  transform-origin: 8px 50%;
}
.mob .menu-item {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  display: block;
  width: 40px;
  height: 3px;
  margin: 0 0 5px;
  background: #0066b3;
}
.norm{font-weight: normal;color: #0066b3;line-height: 79px;float: left;position: relative;left: 129px}
.norm--active{color: #4d4d4d}
.trig{margin-top: -19px}
.menu-toggle {
  width: 46px;
  height: 45px;
  position: absolute;
  top: 59px;
  right: 28px;
  cursor: pointer;
}
.menu-toggle.on .one {
  -moz-transform: rotate(45deg) translate(9px, 10px);
  -ms-transform: rotate(45deg) translate(9px, 10px);
  -webkit-transform: rotate(45deg) translate(9px, 10px);
  transform: rotate(45deg) translate(9px, 10px);
}
.menu-toggle.on .two {
  opacity: 0;
}
.menu-toggle.on .three {
  -moz-transform: rotate(-45deg) translate(8px, -10px);
  -ms-transform: rotate(-45deg) translate(8px, -10px);
  -webkit-transform: rotate(-45deg) translate(8px, -10px);
  transform: rotate(-45deg) translate(8px, -10px);
}

.menu-section .one,
.menu-section .two,
.menu-section .three {
  width: 100%;
  height: 3px;
  background: #d7d7d7;
  margin: 10px auto;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.menu-section nav ul {
  margin: 0;
  padding: 0;
  font-family: Open Sans;
  list-style: none;
  margin: 9% auto;
  text-align: center;
}
.menu-section nav ul.hidden {
  display: none;
}
.menu-section nav ul a {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
  color: white;
  font-size: 4vw;
  line-height: 1.5;
  width: 100%;
  display: block;
}
.menu-section nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.menu-section.on {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgb(17, 122, 126);
  position: fixed;
}
.ser-con{text-align: center;}
h4 a {text-decoration: none;color: inherit;}
h4 a:hover{color: blue}
@media (max-width: 1290px){
	.home .bxslider li h1{font-size: 30px;}
	.booking{width: 100%;float: none;margin-top: 60px;}
	.flight-details{float: none;}
	.site-co .tab_container{max-width: 100%;float: none;}
  .home .bxslider .container{margin:0 20px;}
  .home .button{width: 13%;padding: 1% 2%;font-size:13px;margin-top:2%;}

}
@media (max-width: 1090px){
	.menu-section{display: block;}
	nav.menu, .overly{display: none;}
	.menu-section nav ul a{font-size: 5vh;line-height: 2}
	.site-co ul.tabs li{width: 100%;}
	.visa img{width: 500px}
	.site-co h2{font-size: 1.7em}
	.contactform{margin-top: 60px;}
	.site-co .contac{width: 100%;float: none;}
	.site-co .info{float: none;margin-top: 90px;}
  .control{right: 110px;}
  .gallery li{width: 33%;}
  .about-img{display: none;}
  .about-info{width: 100%;}
  .arrowbtn{width: 25px;height: 25px;}
}
@media (max-width: 700px){
  .gallery li{width: 50%;}
  .arrowbtn{width: 35px;height: 35px}
	nav.menu{display: none;}
	.mob,.navbar .trig{display: block;}
	.footer .links{width: 50%;}
	.home .bxslider li h1{font-size: 20px;}
	.tabs nav ul li{flex:none;-webkit-flex: none; -moz-flex: none;-ms-flex: nonef;width: 100%;}
  .coninfo,.socialtop{float: none;display: block;margin: 5px 0}
  .footer .socialtop{margin: 30px 0 0}
  .menu-toggle{top: 92px;}
  .form input{font-size: 30px;}
  .share{float: none;margin-top:10px;}
}
@media (max-width: 500px){
	.trip-img{float: none;width: 500px;}
	.trip-info{float: none;width: 100%;}
  .gallery li{width: 100%;}
  .form input{font-size: 20px;}
  .navbar .log img{width: 80%;}
  .menu-toggle{top: 80px}
}
@media (max-width: 388px){
  .menu-toggle{top: 102px}
}
.bx-clone{display: none !important}


img{
  width: 100%;
  height: auto;
  
}
.row{

}

.more:link, .more:visited {
  transition-duration: 0.2s;    
  transition-timing-function: ease-out;
}

[class*='col-']{
  float:left;   
}

.col-1-3{
  width: 33.33%;
  padding: 20px;
}
  
.col-2-3{
  width: 66.66%; 
  padding: 20px;
}

.col-1-4{
  width: 25%; 
  padding: 10px 10px 0 10px;
}
.col-1-4:first-child{padding-left: 0}
.col-1-4:nth-child(5){padding-right: 0}
.show{
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  display: block;
}


.aspect{
  position: relative;
  padding-bottom: 120%;
  height: 0;
  overflow: hidden;
}

.show .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}
@media only screen and (max-width: 767px) { 
  
  .col-1-4{
    width: 50%; 
    padding: 10px;
    overflow: hidden;
    clear: right;
  }

  
  .wrap{
    width: 100%;
    margin: auto;
    overflow: hidden;}
  
  .mobile-clear{
    clear:both;}

}
.show h6{
    text-align: left;
    margin: 0 0 5px 0;
    font-size: 13px;
    font-family: Open Sans;
    color: #4D4D4D;
}
.show h4{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: #2e71b5;
}
.show a{text-decoration: none;color: #333}
#grid{
  margin: 50px 0 0;
  text-align: justify;
  font-size: 0.1px;
}

#grid li{
  display: inline-block;
  width: 32%;
}

#grid:after{
  content: '';
  display: inline-block;
  width: 100%;

}
/* -- MEDIA QUERIES DEFINING RESPONSIVE LAYOUTS -- */

/* 3 COL */

@media (max-width: 800px){
  #grid li{
    width: 31%;
    padding-top: 31%;
    margin-bottom: 3%;
  }
}

/* 2 COL */

@media (max-width: 600px){
  #grid li{
    width: 48%;
    padding-top: 48%;
    margin-bottom: 4%;
  }
}

/* SINGLE COL */

@media (max-width: 400px){
  #grid li{
    width: 100%;
    padding-top: 100%;
    margin-bottom: 5%;
  }
}
.sponsor{
  width: 100%
}
.spocon{
  max-width: 950px;
  margin: 0 auto;
  padding: 7% 1%;
  cursor: pointer;
}
.spocon img{width: initial;max-width: 100%;display: inline-block;}
.spon{
  display: inline-block;
  padding: 0 3.9%;
  vertical-align: middle;
  opacity: 1;
}
.spon:hover{
  opacity: .7
}
.slide{height: 150px;position: relative;}
.slide img{width: initial;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.arrows {position: relative;width: 100%;bottom: 108px;}
.arrows span a{
  font-size: 32px;
  color: #444;
  outline: 0;
}
.arrows span a:hover{color: #2e71b5}
#slider-prev{float: left;}
#slider-next{float: right;}
footer {
  width: 100%;
  padding: 60px 20px;
  background: #131313;
}
.footer-content{overflow: hidden;padding: 10px 20px 0;}
.footer-content .links{width: 25%;float: left;display: inline-block;text-align: left;}
.footer-content .links img{width: 60%;}
.footer-content  nav {margin-top: 20px;width: 74%}
.footer-content  nav a{
  display: block;
  margin: 4px 0;
  color: #435568;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
}
.footer-content p{
  display: block;
  color: #435568;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}
.footer-content a.btn{
  letter-spacing: 2px;
  font-family: Open Sans;
  color: #fff;
  margin-left: 25px;
  opacity: .3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-content a.btn:hover{opacity: 1}
footer h4{
  font-weight: 600;
  font-size: 12px;
  margin: 40px 0 0;
  text-align: center;
  display: block;
  color: #585858;
  font-family: open sans;;
  font-weight: bold

}
footer .socialtop{margin-top: 17px;}
.about-content{margin-top: 60px}
.about-content .cont-left{overflow: hidden;}
.contr-img{width: 30%;margin-right: 20px;float: left;}
.contl-img{width: 30%;margin-left: 20px;float: right}
.about-content .cont-left img{}
.about-content .cont-left p{float: right;width: 68%;margin:0 }
.about-content .cont-right img{}
.about-content .cont-right p{float: left;width: 68%;margin:0 }
.about-con .contac{float: left;width: 100%}
.about-con .contac h1{font-size: 19px;text-transform: uppercase;text-align: left;margin-bottom: 20px;color: #2e71b5;}
.about-con .contactform i{margin-right: 10px;}
.about-con .contac input,
.about-con .contac  textarea,
.about-con .contac select{
  outline: 0;
  background-color: #fff;
  border: none;
  font-family: open sans;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #2e71b5;
}
.about-con .contac input:focus,
.about-con .contac  textarea:focus,
.about-con .contac select:focus{background: #2e71b5;color: #fff;}
.about-con .contac  textarea::-webkit-input-placeholder,
.about-con .contac  input::-webkit-input-placeholder,
.about-con .contac select::-webkit-input-placeholder,
.about-con .contac select option::-webkit-input-placeholder{
  color: #959595;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-con .contac  textarea:focus::-webkit-input-placeholder,
.about-con .contac  input:focus::-webkit-input-placeholder,
.about-con .contac select:focus::-webkit-input-placeholder,
.about-con .contac select option:focus::-webkit-input-placeholder{color: #fff;}
.about-con input[type="submit"]{width: 20%;background: #2e71b5;padding:10px;border: 0;color: #fff;margin-top: 30px;float: left;}
.about-con input[type="submit"]:hover{background: #3889dc;}
.about-con input[type="date"]{height: 39px}
.about-con .contac  textarea{height: 150px;resize: none}
.about-con .contac  textarea[disabled="disabled"]{height: 300px;}
.about-con .contac select{height: 49px;-webkit-appearance: none;-moz-appearance: none;appearance: none;padding: 16px;color:#959595 }
.about-con .info{width: 46%;margin-top: 45px;float: right;}
.about-con .info hr{opacity: .1;margin: 15px 0}
.about-con .info > div{margin-top: 15px;color: #2e71b5}
.about-con .info div span{font-weight: 600;}
.about-con .info div .indent{margin-left: 27px}
.products #grid li{width: 24%;margin-bottom: 15px;}
.contac a{font-size: 10px;float: right;color: #333}



















.snip1418 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  background: #ffffff;
  text-align: left;
  color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 20em;
  perspective: 20em;
}
.snip1418 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.snip1418 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
.snip1418 .add-to-cart {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9em;
  opacity: 0;
  background-color: #409ad5;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.snip1418 .add-to-cart i {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #164666;
  color: #ffffff;
  font-size: 1.4em;
}
.snip1418 figcaption {
  padding: 20px;
  background: #e4e4e4;
}
.snip1418 h3,
.snip1418 p {
  margin: 0;
}
.snip1418 h3 {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.snip1418 p {
  font-size: 0.8em;
  letter-spacing: 1px;
  font-weight: 400;
}
.snip1418 .price {
  font-weight: 500;
  font-size: 1.3em;
  line-height: 48px;
  letter-spacing: 1px;
}
.snip1418 .price s {
  margin-right: 5px;
  opacity: 0.5;
  font-size: 0.9em;
}
.snip1418 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1418:hover .add-to-cart,
.snip1418.hover .add-to-cart {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  cursor: pointer;
}
.snip1418:hover .add-to-cart i,
.snip1418.hover .add-to-cart i {
  background-color: #2980b9;
}
.contactform .contac{width: 49%;float: left;}
.con-t{color: #4d4d4d}
.contac .con-t h1{text-transform: uppercase;font-size: 28px;text-align: center;font-weight: 700;}
.con-t hr{
  border: 1px solid #959595;
    margin: 8px 14px;
    display: inline-block;
    width: 37%;
}
.contac .con-t p{font-size: 20px;text-align: center;margin: 10px 0 40px }
.c-name{overflow: hidden;padding: 40px 40px 0 80px;}
.c-name:nth-child(5){padding:40px 40px 40px 80px; }
.contac img[alt="logos"]{display: block;margin: 0 auto;padding: 40px;border-bottom: 1px solid #d5d5d5;}
.cover{max-width: 1300px;height:300px;background-size: cover !important;margin: 0 auto}
.company{float: left;width: 33.3%;margin-bottom: 20px;color: #4d4d4d}
.company h4{margin: 0}
.company p{margin-top: 5px;font-size: 15px;}
.cont-form{padding-bottom: 40px}
.contac h1{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  color: #4d4d4d;
  margin-bottom: 20px
}
.contac i{margin-right: 8px;}
.cont-form{margin:0 auto;text-align: center;}
.cont-form input{
  width: 49.5%;
  display: inline-block;
  padding: 10px;
  outline: 0;
  margin-bottom: 10px;
  background: #e6e6e6;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
}
.cont-form textarea{
  width: 99.5%;
  display: inline-block;
  padding: 10px;
  height: 230px;
  outline: 0;
  margin-bottom: 10px;
  background: #e6e6e6;
  border: 1px solid #c8c8c8
}
.cont-form input[type="submit"]{
  float: right;
  width: 110px;
  height: 44px;
  outline: 0;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #363636;
  color: #fff
}
.fs-title{
  margin: 10px 0; 
  font-size: 18px;
  font-weight: normal;
  color: #4D4D4D
}
.fs-description{
  font-size: 13px;
  margin-bottom: 15px;
  font-weight: 300;
  margin-top:5px;
}
.contact .multi-form{height: 1490px}
.multi-form{
  margin: 50px auto;
  width: 100%;
  position: relative;
}
.multi-form input,textarea,select{
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  margin-top: 8px;
  margin-bottom: 5px;
  outline: 0;
  width: 49.8%;
  background: #fff;

}
.multi-form fieldset{
  border: 0 none;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #f2f2f2;
  position: absolute;
  color: #4D4D4D;
  padding: 0;
  min-height: 1490px;
}
.multi-form input[type="file"]{width: 100%;padding: 15px;height: 50px;}
.tall{height: 1280px !important}
.multi-form fieldset:not(:first-of-type){display: none;}
.multi-form .action-button:hover{
  border: 0 none;
}
.multi-form .action-button{
  padding:10px;
  margin: 40px 20px 0 0;
  border: 0 none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
}
.multi-form .next{
  width: 110px;
  font-size: 13px;
  color: white;
  background-color: #0065B2;
}
.multi-form .previous{
  width: 110px;
  font-size: 13px;
}
.row{
  width: 60%;
  display: block;
}
.progressbar{
  overflow: hidden;
  text-align:center;
}
.progressbar li{
  float: left;
  list-style-type: none;
  position: relative;
  padding: 25px;
  font-size: 13px;
  text-align: center;
  z-index: 1;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.progressbar li.active, li.active{
  border-bottom: 1px solid #2e71b5;
  font-weight: bold;
  color: #2e71b5
}
.progressbar li:first-child:after{
  display: none;
}
.contac h1 span{float: right;font-size: 13px;text-transform: none;color: red}
.multi-form input[type="radio"]{width: 4%;margin: 2% 0 2% 2%;}
.ex{width: 49.8%;display: inline-block;}
.ex:first-child{margin-left: 0;}
.exx{display: block}
.exxx{width: 54.8%;display: block;margin-left: 20px;}
.multi-form input[name="Education"]{width: 33%}
.sepert{margin: 0 10% 0 20%}

.ex > div {display: block;}
.multi-form input[name="other"]{width: 20%;margin-left: 20%;padding: 9px}
.mmm{display: block; margin-top: 30px}
.multi-form input[name="computer"]{width: 100%}
.multi-form fieldset p {font-size: 14px;margin: 20px 0 0 0 ;line-height: 11px;}
.date{display: inline-block;width: 49.8%;}
.multi-form .date input{width: 100%}
.multi-form fieldset textarea{width: 100%;resize:none;height: 100px}
.tit{height: 50px !important;}
#to .tit{width: 49.6%;display: inline-block;}
input[type="checkbox"]{width: 30px;}