/* LayOut */

html, body {
	height: 100%;
	font-size: 16px;
}

/* CORE */

@media (max-width: 767px) {
	.va-content {
		position: relative;
	  	top: 0;
	  	transform: none;
	}
}

@media (min-width: 992px) {
	.va-content {
		position: absolute;
	  	top: 50%;
	  	transform: translateY(-50%);
	}
}

/* HERO HOME */

.hero-home {
	background-image: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url('../images/bg/bg1.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	min-height: 650px;
}

.hero-home .elem {
	text-align: center;
    position: relative;
}

@media (max-width: 767px) {

	.hero-home .brand-img-1 {
	  max-width: 90px;
	  display: block;
	  margin: auto;
	  margin-top: 9em;
	}

	.hero-home .brand-img-2 {
	  max-width: 210px;
	  display: block;
	  margin: auto;
	  padding-top: 1.5em;
	  padding-bottom: 0.5em;
	}
	.hero-home .brand-txt {
	  font-size: 0.9em;
	  margin-top: 0.5em;
	  line-height: 1.5em;
	  letter-spacing: 0;
	  text-transform: uppercase;
	  font-family: 'Lato',sans-serif;
	  color: #ddd;
	  padding: 0.2em;
	  font-weight: 400;
	}
}

@media (min-width: 992px) {
	.hero-home .brand-img-1 {
	  max-width: 110px;
	  display: block;
	  margin: auto;
	  margin-top: 10em;
	}

	.hero-home .brand-img-2 {
	  max-width: 300px;
	  display: block;
	  margin: auto;
	  padding-top: 3em;
	  padding-bottom: 0.8em;
	}
	.hero-home .brand-txt {
	  font-size: 1.5em;
	  margin-top: 1em;
	  letter-spacing: 0.12em;
	  letter-spacing: 0;
	  text-transform: uppercase;
	  font-family: 'Lato',sans-serif;
	  color: #ddd;
	  font-weight: 400;
	}
}

/* btn arrow down */

.btn-down {
  	cursor: pointer;
	width: 43px;
	height: 42px;
	background-image: url("../images/ico/arrow_down.png");
  	background-position: center;
  	background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    bottom: 0;
	animation:mymove 2.3s ease-out forwards;
	animation-iteration-count:infinite;
	/* Safari and Chrome */
	-webkit-animation:mymove 2.3s;
	-webkit-animation-iteration-count:infinite;
}

@keyframes mymove
{ from {top: -50px; opacity: 1;}
to {top: 20px; opacity: 0}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
from {top:-50px; opacity: 1;}
to {top: 20px; opacity: 0;}
}

/* -----------------------------

	SERVICES

-------------------------------- */

.services {
	background: url('../images/bg/bg-services.jpg') no-repeat;
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
	
	.services {
		background-repeat: no-repeat;
		background-attachment: fixed;
		-webkit-background-size: auto;
		-moz-background-size: auto;
		-o-background-size: auto;
		background-size: auto;
		height: auto;
	}
}

@media (min-width: 992px) {

	.services {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		height: auto;
	}
}



.visual-ico {
	max-width: 60px!important;
}
.support-ico {
	max-width: 60px!important;
}
.m-srv:hover .srv-ico,
.m-srv-2:hover .srv-ico,
.m-srv-4:hover .srv-ico {
	max-width: 45px;
	opacity: 1;
	opacity: 0.8;
}
.m-srv-3:hover .srv-ico {
	max-width: 85px!important;
	opacity: 1;
	padding-top: 18px;
	opacity: 0.8;
}
.m-srv-4:hover .srv-ico {
	max-width: 80px!important;
	opacity: 0.8;
	padding:0;
}

.m-srv h3,
.m-srv-2 h3,
.m-srv-3 h3,
.m-srv-4 h3 {
	opacity: 1;
	font-family: 'Open Sans Condensed', sans-serif!important;
	font-family: 'Poppins', sans-serif!important;
	font-family: 'Ubuntu', sans-serif!important;
	font-weight: 300!important;
	font-size: 15px!important;
	color: #ccc!important;
}
.m-srv:hover h3,
.m-srv-2:hover h3,
.m-srv-3:hover h3,
.m-srv-4:hover h3 {
	opacity: 0;
}
.services .srv-ico {
	max-width: 28px;
	margin: auto;
}

.services h3 {
	color: #fff;
	font-size: 18px;
	font-family: 'Lato',sans-serif;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
}

.srv-title {
	margin: 0;
	padding:0;
}

.services p {
	color: #888;
	text-align: justify;
	font-size: 14px;
	padding-top: 10px;
}
.services .srv-item {
	background:none;
	padding: 5px;
	position: relative;
	z-index: 90;
	width: 1px;
	float: right;
	width: 150px;
	padding-top: 32px;
}

.opt-back-hover, .opt-back-hover-2, .opt-back-hover-3, .opt-back-hover-4 {
	height: 100%;
	width: 0%;
	border-radius: 60px;
	z-index: 10;
	position: absolute;
	float: right;
	right: 0;
}

.opt-back-hover { 
	background: #0085C0;
	background: #fff;
}
.opt-back-hover-2 {
	background: #00628C;
}
.opt-back-hover-3 {
	background: #005073;
}
.opt-back-hover-4 {
	background: #002D40;
}

.opt-back-hover-, .opt-back-hover-2, .opt-back-hover-3, .opt-back-hover-4, .btn-back-hover {
	background: #fff;
}

.btn, .srv-ico, .btn-back-hover, h3 {
	opacity: .5;
	 transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.btn {
	opacity: 1;
}
.services .btn {
	z-index: 99;
	position: relative;
}

.btn-back-hover {
	height: 100%;
	width: 0%;
	float: right;
	right: 0;
	position: absolute;
	z-index: 10;
}

.btn-black {
	background: #111;
	padding: 20px;
}
.btn-black:hover {
	background: #0085C0;
	color: #fff;
}
.srv-item, .opt-back-hover, .opt-back-hover-2, .opt-back-hover-3, .opt-back-hover-4, .srv-des, .srv-btn-cont {
	    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-radius: 6px 0 0 6px;
}

.m-srv, .m-srv-2, .m-srv-3, .m-srv-4 {
	margin-bottom: 32px;
}

.m-srv:hover .btn-black, .m-srv-2:hover .btn-black,
.m-srv-3:hover .btn-black, .m-srv-4:hover .btn-black {
	background: #0085C0;
}
.m-srv:hover .opt-back-hover {
	width: 80%;
	border-radius: 6px 0 0 6px;
		background: rgba(0,133,192,.4);
}
.m-srv-2:hover .opt-back-hover-2 {
	background: rgba(0,107,153,.4);
    border-radius: 6px 0 0 6px;
	width: 80%;
}
.m-srv-3:hover .opt-back-hover-3 {
	background: #00628C;
	background: rgba(0,89,127,.4);
    border-radius: 6px 0 0 6px;
	width: 80%;
}
.m-srv-4:hover .opt-back-hover-4 {
	background: #00628C;
	background: rgba(0,57,82,.4);
    border-radius: 6px 0 0 6px;
	width: 80%;
}
.m-srv-4:hover .btn-back-hover {
	background: rgba(0,57,82,.4);
	width: 100%;
}
.m-srv:hover .srv-des, .m-srv-2:hover .srv-des, .m-srv-3:hover .srv-des, .m-srv-4:hover .srv-des {
	background: rgba(24,24,24,.4);
	border-left: 1px solid #181818;
	border-left: 1px solid #000;
}
.m-srv:hover .srv-btn-cont, .m-srv-2:hover .srv-btn-cont,
.m-srv-3:hover .srv-btn-cont, .m-srv-4:hover .srv-btn-cont {
	background: rgba(24,24,24,.4);
    border-radius: 0 6px 6px 0;
}

.services .btn {
	margin-top: 35px;
}
.srv-btn-cont, .srv-des { 
	border-radius: 0; 
}

.srv-des {
	border-left: 1px solid #0085c0;
}
.srv-btn-cont {
	border-radius: 0px 15px 15px 0;
}
.srv-btn-contX {
	padding-top: 20px;
}
.m-srv:hover p {
	color: #aaa;
}
.opt-back-hover {
	border-radius: 15px 0 0 15px;
}

 .title_border {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;    
 }

 .core-srv-item:hover .title_border {
    background-color:#1E825F;
    background-color: #0085C0;
    width:20%;
}

.title_border {
    width: 0%;
    height: 1px;
    background:#1E825F;
    background:#0085C0;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 8px;
}
.core-srv-item p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #a9a9a9;
}

.core-srv-item {
	background: rgba(100,100,100,0.1);
	/*background: rgba(0,133,192,.07);*/
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
		transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	border: 1px solid transparent;
    /*
    -moz-box-shadow:   inset 0 0 10px #000;
    -webkit-box-shadow: inset 0 0 10px #000;
    box-shadow:         inset 0 0 10px #000;
   */
}
.core-srv-item:hover {
	background: rgba(0,133,192,.07);
   /*
   -moz-box-shadow:   inset 0 0 10px #005073;
   -webkit-box-shadow: inset 0 0 10px #005073;
   box-shadow:         inset 0 0 10px #005073;
   */
	border: 1px solid #0085C0;
	cursor:pointer;
/*
 -moz-box-shadow:    2px 0px 5px 6px #005073;
  -webkit-box-shadow: 2px 2px 2px 6px #005073;
  box-shadow:         0px 0px 3px 2px #005073;
  */
}
.core-srv-item .srv-ico {
	max-width: 38px;
}
.core-srv-item h1 { 
	width: 100%;
	padding:0;
	letter-spacing: 0em;
}

.core-srv-item hr {

}
.services {
	padding-bottom: 100px;
}

.core-srv-item .srv-ico {
	opacity: 0.2;
	max-width: 48px;
}

.core-srv-item .visual-ico
{
	min-width: 90px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.core-srv-item .support-ico {
	min-width: 80px;
	min-width: 60px;
}

.btn-circle {
    padding: 12px 14px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 3px #009CC3;
    -webkit-box-shadow: 0px 0px 3px #009CC3;
    box-shadow: 0px 0px 3px #009CC3;
    	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	position: relative;
	bottom: 0px;
	margin: auto;
}
.btn-circle span { 
	color: #bbb;
	padding-right: 5px;
	font-size: 25px;
}
.btn-circle:hover {
	background: #009CC3;
	color: #fff;
}

.btn-crys-2 {
	border: 1px solid #009CC3;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	cursor: pointer;
	color: #fff;
	background: rgba(0,0,0,.2);
	background: rgba(0,106,156,.1);
	border-color: #006A99;

}
.btn-crys-2:hover {
	background: rgba(0,106,156,.2);
	color: #fff;
}

ul.srv-features {
	padding:0;
	text-align: left;
	display: inline-block;
	padding-top: 45px;
	padding-right: 20px;
	padding-left: 55px;
	padding-left: 0;
	padding-top: 0;
	padding-right:0;
	padding-top: 2.2rem;
    text-align:justify;
    list-style: none;
	height: 270px;
}
ul.srv-features li {
	font-family: 'Lato',sans-serif!important;
}

ul.srv-features li {
	padding: 0.2em;
	color: #858585;
	padding-left: 0;
	font-weight: normal!important;
	font-size: 16px!important;
}

@media (max-width: 767px) {
	ul.srv-features li {
		padding-bottom: 0.3em;
	}
}

@media (min-width: 992px) {
	ul.srv-features li {
		padding: 0.2em;
	}
}

/*
li:before {    
font-family: 'FontAwesome';
content: '\f111';
margin: 0px 12px 0 10px;
position:relative;
top: -2px;
color: white;
color: #0085C0;
color: #444;
font-size: 8px;
}
*/

.srv-btn img {
	max-width: 280px;
	margin-left: -200px;
	max-width: 200px;
	display: inline;
	position: relative;
	margin: auto;
	opacity: .4;
	margin-left: -60px;
		transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.srv-btn img:hover {
	opacity: .8;
	cursor:pointer;
	max-width: 220px;
	/*
	max-width: 240px;
	*/
	/*
	transform: translateY(-20px);
	transform: translateX(10px);
	*/
}
.srv-btn img:first-childc {
	margin-left: 0;
}

.services-details h1 {
	font-size: 24px;
	font-weight: 400;
	padding-left: 65px;
}

.srv-block {
	background: rgba(50,50,50,.2);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	padding: 30px 20px 30px 20px;
	padding: 1.5em;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	padding: 0.5em 0 1em 0;
	width: 100%;
}

.ico-link {
	width: 100%;
}
.srv-block:hover {
	background: rgba(0,156,195,.3);
}

.srv-block:hover .srv-name, .srv-block.active .srv-name {
	color: #FFF!important;
}

.services-details .srv-block.active .ico-srv {
	opacity: 1;
}

.services-details .srv-active .ico-srv {
	opacity: 1;
}

.services-details .srv-name {
	color: #999!important;
	z-index: 99999;
	text-transform: uppercase;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 1.2em;
	opacity: 1;
	color: #454545;
	position: relative;
	margin:0;
	margin-top: -0.2em;
	padding:0;
	display:none;
}

.srv-block:hover .ico-srv {
	opacity: 1;
}

.ico-srv {
	max-width: 5.7em;
	opacity: 0.35;
}


@media (max-width: 767px) {
	
	.services {
		padding: 2em;
	}

	.srv-block {
		padding: 1em;
		padding: 0.5em;
	}
	.srv-block .ico-srv {
		max-width: 32px;
	}

	.srv-cont {
		padding: 0.5em;
		padding: 0;	
	}
	.srv-block.active {
		background: rgba(0,156,195,.4);
		transform: scale(1.1, 1.1);
		transform: none;
	}

}

@media (min-width: 992px) {

	.services {
		padding: 2em;
		padding-top: 4em;
	}
	.srv-cont {
		padding: 0.5em;
	}
	.srv-block.active {
		background: rgba(0,156,195,.4);
		transform: scale(1.1, 1.1);
	}
}

.bg1 { background: red; }
.bg2 { background: lime; }
.bg3 { background: green; }
.bg4 { background: cyan; }

.tab {
	display:none;
	opacity: 1;
}
.tabs-animated {
  overflow: hidden;
}

@media (max-width: 767px) {
	.tab {
		padding:0;
		margin: 0;
		padding-top: 2em;
	}
}

@media (min-width: 992px) {
	.tab {
		padding-top: 62px;
	}
}

.services-details a {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	margin:0;
	padding: 0;
}

/* any element with class that starts with 'col-' ex. 'col-sm-12' */
.row-no-padding div[class^='col-']{ 
 padding:0.5em;
}

.nodpad {
	padding: 0;
}

.gallery {
	height: auto;
	background: #000;
	padding: 2em;
	padding-top: 0;
	padding-bottom: 4em;
}

@media (max-width: 767px) {
	
	.gallery {
		height: 100vh;
	}

	.gallery h2 {
		padding-bottom: 0;
	}	
}

.gallery a img {
	margin:0;
	margin-top: 0.4em;
}

/* ------------------------

	BUTTONS

--------------------------- */

/* btns */

.btn-crys {
	background: none;
	border: 1px solid #aaa;
	border-radius: 8px;
	color: #fff;
	letter-spacing: 0;
	width: 12em;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-crys a {
	text-align: center;
	padding:0;
	margin:0;
	width: 100%;
	clear:both;
	float:none;
}
.btn-crys:hover {
	background: rgba(0,133,192,1);
	color: #fff;
	border-color: #00B2FF;

}

.btn-crys-w {
	background: none;
	border: 1px solid #009CC3;
	border-radius: 8px;
	color:#FFF;
	letter-spacing: 0;
	font-family: 'Titillium Web', sans-serif;
	padding: 10px 20px 10px 20px;
	    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-crys-w:hover {
	background: rgba(0,156,195,.6);
	color: #FFF;
	border-color: rgba(0,156,195,.6);

}

.btn-cry-w:active, .btn-cry-w:focus {
  background: rgba(255,255,255,0.5)!important;
  color: #FFF!important;

}
button:focus {
	background: rgba(0,156,195,.6);
	color: #fff!important;
}

.btn-crys i {
	font-size: 18px;
}

.btn {
	font-family: 'Lato',sans-serif;
}
.btn-core {
	color: #999;
	background: rgba(50,50,50,.2);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	border: 0;
	font-weight: normal;
	font-size: 1.2em;
	text-transform: uppercase;
}	

.btn-core.btn-sm {
	font-size: 1em;
	padding: 0.5em 2.5em 0.5em 2.5em;
}

.btn-core:hover {
	color: #fff;
	background: rgba(0,156,195,.4);
}

.swiper-btn-xs {
	position: absolute;
	top: 50%;
	margin: 0;
	width: 35px;
	height: 20px;
}

.swiper-bxs-right, .swiper-bxs-left {
	background-repeat: no-repeat;
}

.swiper-bxs-right {
	right: 0.2em;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-bxs-left {
	left: 0.3em;
 	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
 
}


/*
	FOOTER 
	=====================================
*/

footer {
	padding: 20px 0 20px 0;
	padding: 0;
	background: #050505;
	width: 100%;
	padding: 8px 0 8px 0;
	padding: 0;
}

.ico-footer {
	display: block;
}

footer h1 {
	display: inline-block;
	color: #fff;
	font-size: 1.2em;
	font-family: 'Lato',sans-serif;
}

@media (max-width: 767px) {
	.footer-brand-logo {
		max-width: 12em;
		padding-top: 1.3em;
		margin: auto;
	}
	footer .ico-footer {
		height: 38px;
		text-align: center;
		margin: auto;
		margin-top: 0.6em;
		margin-bottom: 1em;
	}
}

@media (min-width: 992px) {
	.footer-brand-logo {
		max-width: 12em;
		padding-top: 1.55em;
		float: left;
	}
	
	footer .ico-footer {
		height: 38px;
		text-align: center;
		margin: auto;
		margin-top: 1.1em;
		margin-bottom: 1em;
	}
}