
body{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #646464;
}
#landing{
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 105;
}
#landing:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0.85;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d84b1+0,485e88+100 */
	background: rgb(13,132,177); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(13,132,177,1) 0%, rgba(72,94,136,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(13,132,177,1) 0%,rgba(72,94,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(13,132,177,1) 0%,rgba(72,94,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d84b1', endColorstr='#485e88',GradientType=0 ); /* IE6-9 */

}
#landing .overlay{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-70%);
	-webkit-transform: translate(-50%,-70%);
	z-index: 5;

}
#landing .caption{
	text-align: center;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;	
	color: #fff;
	font-size: 2.5vw;
	text-shadow: 2px 2px 4px #132f5a;
	font-weight: 300;
	margin-top: -80px;
}
#slider {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
#slider .caption{
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;	
	color: #fff;
	font-size: 2.5vw;
	text-shadow: 2px 2px 4px #000;
	font-weight: 300;
	position: absolute;
	z-index: 1;
	left: 50%;
	top:50%;
	font-weight: bold;
	transform:translate(-50%,-50%) scale(2.0) ;
	opacity: 0;
	text-align: center;
	 transition: all 1s ease-in-out;
}
#main_slider .owl-item.active .caption{
	transform:translate(-50%,-50%) scale(1.0);
	opacity: 1;
}
.mask{
	position: relative;
}
.mask:before{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(1, 36, 62, 0.54);	
}
#landing .video_bg{
	position: relative;
	overflow:hidden;
}
#landing .video{
	position: absolute;
	
}
#landing .video video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	display: block;
}
#landing .logo img{
	max-width: 100%;
}
#landing .logo{
	position: relative;
}
#landing .logo img:first-child{
	max-width: 280px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-60%);
	-webkit-transform: translate(-50%,-60%);

}
.srcoll-down{
	margin: 0 auto;
	display: block;
	clear: both;
	max-width: 50px;
	min-height: 100px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -25px;
	z-index: 10;
	

}
.srcoll-down div {
	border-radius: 100%;
	-webkit-border-radius: 100%;
	display: block;
	background: #f58220;
	opacity: 0;
	position: absolute;
	left:50%;
	transition:transform 0.5s ease-in-out;
	-webkit-transition:transform 0.5s ease-in-out;

	transform: translateX(-50%) scale(0.2);
	-webkit-transform: translateX(-50%) scale(0.2);
	margin-top: -50px;
}
.srcoll-down div.scale{
	transform: translateX(-50%) scale(1);
	-webkit-transform: translateX(-50%) scale(1);
}
.srcoll-down div:nth-child(1){
	width: 10px;
	height: 10px;
	top: 0;
}
.srcoll-down 	div:nth-child(2){
	width: 15px;
	height: 15px;
	top: 14px;
}
.srcoll-down 	div:nth-child(3){
	width: 20px;
	height: 20px;
	top: 33px;
}
.srcoll-down 	div.arrow{
	top: 56px;
	width: 40px;
	height: 40px;
}
.srcoll-down 	div.arrow:after,.srcoll-down 	div.arrow:before{
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: #f58220;
	top: 7px;
	left: 50%;
	margin-left: -7px;
}
.srcoll-down 	div.arrow:before{
	background:#FFF;
	top: 10px;
}

header{
	position: fixed;
	top: -200px;
	left: 0;
	width: 100%;
	z-index: 100;
	transition: top 0.5s cubic-bezier(0.13, 0.72, 0.58, 1);
	-webkit-transition: top 0.5s cubic-bezier(0.13, 0.72, 0.58, 1);
}
header .logo{
	float: left;
	max-width: 200px;
	padding: 15px;
	margin: 15px;
	/*background: rgba(255, 255, 255, 0.23);*/

}
header .logo img{
	max-width: 100%;
}
.menu_btn {
    float: right;
    width: 80px;
    height: 80px;
    border: 2px solid #b7b7b7;
    margin: 15px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: relative;
    cursor: pointer;
    z-index: 10
}
.menu_btn span {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin: -30px ;
}
.menu_btn span i{
	display: block;
	position: absolute;
	height: 2px;
	background: #b7b7b7;
	top: 50%;
	left:0;
	right: 0;
	transition:  all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	transform-origin: center;
	
}
.menu_btn span i:nth-child(1){
	margin-top: -11px;
}
.menu_btn span i:nth-child(2){
	margin-top: 0;
}
.menu_btn span i:nth-child(3){
	margin-top: 11px;
}
.menu_btn.on span i:nth-child(2){
	left: 50%;
	right: 50%;
}
.menu_btn.on span i:nth-child(1){
	transform:rotate(45deg);
	margin: 0;
}
.menu_btn.on span i:nth-child(3){
	transform:rotate(-45deg);
	margin: 0;
}
.menu_wrap{
	clear: both;
	float: right;
	display: table;
	min-height: 400px;
	background: rgb(39, 60, 102);
	position: absolute;
	right: -350px;
	top: 0;
	z-index: 5;
	transition: right 0.5s cubic-bezier(0.13, 0.72, 0.58, 1);
	-webkit-transition: right 0.5s cubic-bezier(0.13, 0.72, 0.58, 1);

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#273c66+0,191b42+100 */
	background: rgb(39,60,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(39,60,102,1) 0%, rgba(25,27,66,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(39,60,102,1) 0%,rgba(25,27,66,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(39,60,102,1) 0%,rgba(25,27,66,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#273c66', endColorstr='#191b42',GradientType=0 ); /* IE6-9 */

	box-shadow: -1px 0px 20px rgba(0, 0, 0, 0.64);
	-webkit-box-shadow: -1px 0px 20px rgba(0, 0, 0, 0.64);


}
#main-menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}
#main-menu li{
	margin: 
}
#main-menu li a i{
	font-size: 25px;
	display: inline-block;
	vertical-align:middle;
	padding-right: 5px;
}
#main-menu li a{
	display: block;
	text-decoration: none;
	color: #d5d5d5;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 15px 30px;
	transition:  0.5s ease-in-out;
	-webkit-transition:  0.5s ease-in-out;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}
#main-menu li a:hover{
	color: #f58220;
	background:rgba(255, 255, 255, 0.16);
}
.point{
	position: absolute;
	left: 0;
	top: 50%;
	opacity: 0;
	margin: 10px 0;
	border-width: 20px 0 20px 20px;
	border-style: solid;
	border-color: transparent transparent transparent #f58220;


	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
#banner_vdo{
	position: absolute;
	z-index: 1;
}

.masked {
  mask: url(#masking);
  -webkit-mask: url(#masking);
}
#intro{
	/*padding:80px 0;*/
	background: #e5e5e5;
}

.mask-logo{
	width: 350px;
	position: relative;
	height: 230px;
	margin-left: -10px;

}
.tab-wrap{
	display: table;
	width: 100%;
}
#intro .left,#intro .right{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
#intro .right {
	padding-left: 10px;
	padding-right: 10%;
}
.mask-logo video,.mask-logo img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2
}
.mask-logo img{
	z-index: 5;
}
.mask-logo:after{
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
}
section {
	position: relative;
	z-index: 20;
}
.square-title{
	font-family: 'Roboto', sans-serif;
	color: #485e87;
	text-transform: uppercase;
	font-weight: bold;
}
.square-title:before{
	width: 26px;
	height: 26px;
	content: ' ';
	display: inline-block;
	background: #f58220;
	margin-right: 5px;
}
a.more{
	display: inline-block;
	text-transform: uppercase;
	color: #FFF;
	background: #485e87;
	padding: 18px;
	font-size: 14px;
	text-decoration:none;
}
a.more span{
	display: block;
	/*background: #0d84b1;*/
	float: right;
	padding: 28px;
	font-size: 25px;
	margin: -18px -18px -18px 18px;
	position: relative;
	overflow:hidden;
}
a.more span:before,a.more span:after{
	position: absolute;
	text-align: center;
	display: block;
	padding: 12px ;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	transition: all 0.5s ease-in-out;
}
a.more span:before{
	content: "\e624";
	background: #0d84b1;
	transform: translateX(0) rotateY(0deg) ;
	-webkit-transform: translateX(0) rotateY(0deg) ;
	
}
a.more span:after{
	content: "\e624";
	background: #f58220;
	transform: rotateY(90deg) ;
	-webkit-transform: rotateY(90deg) ;
	transform-origin: 0 50%;
	-webkit-transform-origin: 0 50%;
}
a.more:hover span:after{
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	transform-origin: 0 50%;
	-webkit-transform-origin: 0 50%;
}
a.more:hover span:before{
	transform: translateX(100%) rotateY(90deg) ;
	-webkit-transform: translateX(100%) rotateY(90deg) ;
	transform-origin: 0 50%;
	-webkit-transform-origin: 0 50%;
}
#intro a.more{
	margin-top: 30px;
}
.slide-control{
	position: absolute;
	top: -40px;
	left: 0;
	text-align: center;
	width: 100%;
}
.slide-control div{
	display: block;
	position: absolute;
	cursor: pointer;
	left: 50%;
	max-width: 70px;
}
.slide-control div:hover{
	opacity: 0.8;
}
.slide-control div#prev-nav{
	margin-left:-70px;
}

.slide-control div#prev-nav img{
	transform: rotateY(180deg);
}
#feature{
	padding:10% 0;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d84b1+0,485e88+100 */
	background: rgb(13,132,177); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(13,132,177,1) 0%, rgba(72,94,136,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(13,132,177,1) 0%,rgba(72,94,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(13,132,177,1) 0%,rgba(72,94,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d84b1', endColorstr='#485e88',GradientType=0 ); /* IE6-9 */

}
#feature h1{
	color: #FFF;
	margin-bottom: 35px;
}
.block-wrap{
	width: 100%;
	/*max-width: 1200px;*/
	margin:0 auto;
	padding: 0 15px;
}
.block-wrap .block{
	background: rgba(242, 242, 242, 0.11);
	padding:25px;
	color: #d9d9d9;
	border: 2px solid #799baa;
	margin:15px 0;
	overflow: hidden;
	position: relative;
}
.block-wrap .block:before{
	content: '';
	display: block;

}
.block-wrap .block figure{
	margin:10px 0;
}
.block-wrap .block h4{
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;font-size: 20px;
	line-height: normal;
}


#products{
	background: #fff;
	padding:3% 0;
	text-align: center;

}
#products h1{
	text-align: center;
	margin-bottom: 60px;
}
#product_slider{
	margin-bottom: 50px;
}
#product_slider .item {
	border:1px solid #ccc;
	padding: 10px;
}

#product_slider .item  img{
	max-width: 100%;
}
#product_slider .item span{
	display: block;
	text-align: center;
	font-weight: 600;
}
#product_slider .owl-nav div{
	position: absolute;
	top: 0;
	width: 100px;
	height: 100%;
	font-size: 0;
	font-family: 'Pe-icon-7-stroke';
	color: #485e87;
}
#product_slider .owl-nav div:hover{
	color:#f58220;
}
#product_slider .owl-nav .owl-prev:before{
	content: "\e687";
	font-size: 65px;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}
#product_slider .owl-nav .owl-next:before{
	content: "\e685";
	font-size: 65px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}
#product_slider .owl-nav .owl-prev{
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
#product_slider .owl-nav .owl-next{
	right: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.ts-section-top-footer{  background:#0d84b1;}
.ts-top-footer .contact-info:first-child {
    border: none;}
.contact-info {
	text-align: center;
	height: 118px;
	line-height: 118px;
	border-left: 1px solid rgba(255,255,255,0.20);
}
.contact-info a {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
}
.contact-info p {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
}
.contact-info span {
	text-align: center;
	height: 68px;
	line-height: 72px;
	width: 68px;
	border: 2px solid #fff;
	border-radius: 68px;
	-moz-border-radius: 68px;
	-webkit-border-radius: 68px;
	-ms-border-radius: 68px;
	-o-border-radius: 68px;
	text-align: center;
	margin-right: 15px;
	display: inline-block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	background: #0d84b1;
}
.contact-info span i {
	font-size: 30px;
	color: #fff;
}
.contact-info p {
	display: inline-block;
}
.contact-info a:hover {
	text-decoration: none;
	color: #eeeddd;
}
.contact-info:hover span {
	border: 1px solid rgba(27,189,234,1);
	background: #fff;
	box-shadow: 0 0 0 5px rgba(255,255,255,0.4);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.contact-info:hover span i {
	color: rgba(27,189,234,1);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

footer {
    background: #32353a;
    padding: 65px 0 50px 0;
	color:#737373;
}
footer h3.title {
    color: white;
    font-size: 20px;
    margin-bottom: 35px;
    line-height: normal;
    border: none;
    font-weight: 400;
}
.ts-company-info p {
    color: #8b8b8b;
    font-weight: 300;
}
.ts-company-info p span {
    color: #fff;
}
.ts-company-info a {
    color: #fff;
}
footer ul {
    padding: 0;
}
footer ul li {
    line-height: 35px;
    list-style: none;
}
footer ul li a {
    color: #8b8b8b;
    font-weight: 300;
}
footer ul li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: rgba(27,189,234,1);
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
}
footer ul li a:hover {
    color: rgba(27,189,234,1);
	text-decoration:none;
}

.subscribe-form input[type="email"] {
    background: #42454a;
    border: medium none;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: #fff;
    height: 44px!important;
    padding-left: 10px;
    width: 100%;
}
.mc4wp-form .input-group>.input-group-button {
    width: 1%;
    vertical-align: top;
    display: table-cell;
}
.subscribe-form input[type="submit"] {
    background: rgba(27,189,234,1);
    color: #ffffff;
    border: medium none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    font-size: 16px;
    height: 44px;
    width: 44px;
    padding: 0;
    vertical-align: middle;
}
.ts-social-footer>a {
    display: inline-block;
    margin-bottom: 10px;
}
.ts-social-footer a span {
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid #919191;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 12px;
    text-align: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25sease-out;
    transition: all .25s ease-out;
}
.ts-social-footer a i {
    font-size: 18px;
    color: #919191;
}
.ts-social-footer h3.title{ margin-bottom:5px;}

@media screen and (min-width:1200px){
	.col-lg-offset-1x5{
		margin-left: 12.5%;
	}
}