/*
	light blue: #36B1EF
	light/dark blue: #8dadc3
	dark blue: #006699
	
	dark red: #FF2525
*/

html{
    height: 100%;
}
/*
html::-webkit-scrollbar {
	width: 14px;
	height: 14px;
}
html::-webkit-scrollbar-track {
	background-color: #A4A4A4;
	/* border-radius: 10px; *
}
html::-webkit-scrollbar-corner {
	/* background-color: #A4A4A4; *
}
html::-webkit-scrollbar-thumb {
	/* border-radius: 10px; *
	-webkit-box-shadow: inset 0 0 6px 4px #006699;
	background: #006699;
}
*/
body{
    margin: 0;
    padding: 0;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    height: 100%;
    background: #fff;
    -webkit-font-smoothing: antialiased; 
}

button, a, li, i{
    text-decoration: none;
    color: #000;
    outline: 0 transparent!important;
    
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
a:focus, a:hover, a:active, a:selected, a:visited{
    outline: 0;
}
input:focus, img:focus, div:focus, select:focus, textarea:focus{
	outline:none;
}
ul{
	padding: 0;
	margin: 0;
}
input, select, textarea, button{
    color: #000;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
}
input, select, textarea{
    text-indent: 5px;
	
	-webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -ms-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;	
}
input.error, textarea.error, select.error{
	border: 2px solid #FF2525!important;
}
.contact .right-area input:-webkit-autofill,
.contact .right-area.textarea input:-webkit-autofill,
.contact .right-area.select input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
/*
input:required:invalid, input:focus:invalid {
    background-image: url(../images/input-invalid.png);
    background-position: right top;
    background-repeat: no-repeat;
    -moz-box-shadow: none;
}
input:required:valid {
    background-image: url(../images/input-valid.png);
    background-position: right top;
    background-repeat: no-repeat;
}
textarea {
    resize: vertical;
    min-height: 80px;
}
input, textarea{
    text-indent:5px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 10px 0;
    padding: 0;
}
*/
.clearBoth{
    clear: both;
    display: block;
}
.page-loader{
    background: url(../images/loader.gif) center no-repeat;
    width: 76px;
    height: 76px;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
}
/*
.loader{
    background: url(../images/loader.gif) center no-repeat;
    width: 32px;
    height:32px;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -16px 0 0 -16px;
    z-index: 999;
}
p{
    margin: 0 0 8px;
}
#mobileNavBtn {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 38px;
    line-height: 40px;
    background: transparent ;
    z-index: 9;
    color: #1c794b;
    text-align: center;
}
*/
.floatR{
    float: right!important;
}
.floatL{
    float: left!important;
}

.alert{
	display: block;
	width: 100%;
	padding: 14px 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
}
.alert.success{
    background: #229900;
}    
.alert.error{
    background: #e51400;
}
.alert.info{
    background: #007fff;
}
.alert a{
	float: right;
}
.alert i{
	color: #fff;
}

.center{
	position: relative;
	margin: 0 20%;
	
	-webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.main-content .center{
	padding: 25px 0;
}
.no-records{
	font-size: 36px;
    padding-left: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #FF2525;
}

/* ---------------------------------------- header ---------------------------------------- */
header{
	height: 110px;
}
header .top{
	height: 80px;
}
header .logo{
	max-width: 250px;
	max-height: 76px;
	
	-webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
header .langs,
header .search{
	display: block;
	float: right;
	height: 40px;
}
header .search input{
	height: 20px;
	border: 2px solid #006699;
	text-indent: 10px;
	color: #006699;
	
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
header .bottom{
	height: 30px;
}
header .bottom .menu{
	width:100%;
	position:relative;
	display:block;
	height: 30px;
}
header .bottom .menu > li{
	position: relative;
	display: inline-block;
}
header .bottom .menu > li > a{
	display: inline-block;
	padding: 5px 0;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	
	/*
	background: #006699; /* For browsers that do not support gradients *
    background: -webkit-linear-gradient(#36B1EF, #006699); /* For Safari 5.1 to 6.0 *
    background: -o-linear-gradient(#36B1EF, #006699); /* For Opera 11.1 to 12.0 *
    background: -moz-linear-gradient(#36B1EF, #006699); /* For Firefox 3.6 to 15 *
    background: linear-gradient(#36B1EF, #006699); /* Standard syntax *
	*/
}
header .bottom .menu > li:hover > a,
header .bottom .menu a.selected{
	/*
	background: #36B1EF; /* For browsers that do not support gradients *
    background: -webkit-linear-gradient(#006699, #36B1EF); /* For Safari 5.1 to 6.0 *
    background: -o-linear-gradient(#006699, #36B1EF); /* For Opera 11.1 to 12.0 *
    background: -moz-linear-gradient(#006699, #36B1EF); /* For Firefox 3.6 to 15 *
    background: linear-gradient(#006699, #36B1EF); /* Standard syntax *
	*/
	background-color: rgba(2, 171, 255, 0.5);
}
header .bottom .menu > li:hover > .sub{
	display: block;
	opacity: 1;
}
header .bottom .menu .sub{
	display: none;
	opacity: 0;
	z-index: 999;
	position: absolute;
	/* border: 2px solid #36B1EF; */
	border-top: 0px solid #36B1EF;
	width: 100%;
	
	-webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
header .bottom .menu .sub li{
	display: block;
	border-bottom: 2px solid #36B1EF;
}
header .bottom .menu .sub li:last-child{
	border-bottom: 0px;
}
header .bottom .menu .sub li > a{
	display: block;
	padding: 7px 0;
	text-align: center;
	
	background-color: rgba(2, 171, 255, 0.5);
}
header .bottom .menu .sub li:hover,
header .bottom .menu .sub a.sub-selected{
    background-color: #36B1EF!important;	
}

header .hidden-left{
	z-index: 5000;
	position: fixed;
	top: 0;
	left: 0;
	
	width: 0;
	overflow: hidden;
	
	-webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
header .hidden-left.selected{
	width: 0;
}

header .hidden-left .menu{
	z-index: 5000;
	position:relative;
	display:block;
	background-color: rgba(2, 171, 255, 0.8);
	min-width: 200px;
}
header .hidden-left .menu > li{
	display: block;
}
header .hidden-left .menu > li > a{
	display: block;
	padding: 10px 30px 5px 10px;
	text-transform: uppercase;
	border-top: 1px solid #36B1EF;
}
header .hidden-left .menu > li:first-child > a{
	border-top: 0 solid #36B1EF;
	margin: 0;
}
header .hidden-left .menu > li:hover > a,
header .hidden-left .menu a.selected{
	background: #36B1EF;
}
header .hidden-left .menu .sub{
	display: none;
}
header .hidden-left .menu .sub li{
	display: block;
}
header .hidden-left .menu .sub li > a{
	display: block;
	padding: 10px 30px 5px 25px;
}
header .hidden-left .menu .sub li:hover,
header .hidden-left .menu .sub a.sub-selected{
    background-color: #36B1EF;	
}

/* ---------------------------------------- Footer ---------------------------------------- */
footer{
	width: 100%;
	background-color: #006699;
	padding-bottom: 25px;
}
footer .left,
footer .right,
footer .mid{
	display: inline-block;
	margin-right: 2%;
	float: left;
	
	-webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
footer .left,
footer .right{
	width: 25%;
}
footer .mid{
	width: 44%;
}
footer h3.title a{
	color: #fff;
	text-transform: uppercase;
}
footer h3.title a:hover{
	color: #36B1EF;
}
footer li,
footer span.row{
	display: block;
}
footer span.row span{
	min-width: 50px;
	float: left;
}
footer a:hover{
	color: #fff;
}
footer .bottom{
	width: 100%;
}
.social-links{
	float: right;
	margin: 10px 35px 0 0;
}
.social-links li{
	display: inline-block;
}
.social-links a i{
	color: #000;
}
.social-links a{
	display: block;
	margin-left: 10px;
}
.social-links a:hover i{
	color: #36B1EF;
}

.tags{
	display: block;
	width: 100%;
	margin: 25px 0 0 0;
}
.tags li{
	display: inline-block;
}
.tags a{
	position: relative;
	display: block;
	padding: 5px 10px;
	margin: 0 5px 15px 0;
	color: #fff;
	border: 1px solid #36B1EF;
}
/* .tags a:hover{
	background-color: #36B1EF;
} */
.tags a:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	overflow: hidden;
	background-color: rgba(2, 171, 255, 0.5);
	
	-webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;	
}
.tags a:hover:after{
	top: 0;
	left: 0;	
	width: 100%;
	height: 100%;
}


/* ---------------------------------------- Body ---------------------------------------- */
.main-content{
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}

.banner{
	position: relative;
	width: 100%;
	
	-webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.banner.single a{
	position: relative;
	width: 100%;
    padding-top: 4px;
	
	display: block;
}
.banner.single span.title{
	position: absolute;
	top: 50px;
	left: 20%;
	
	padding: 10px 20px;
	
	font-size: 30px;
	/* font-weight: bold; */
	
	-webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.banner.single img{
	width: 100%;
	max-height: 150px;
}
.banner.map{
	height: 200px;
}

.bloc{
	position: relative;	
	width: 100%;
	margin-bottom: 25px;
}
.bloc .tabs{
	display: block;
	margin: 0 0 15px 0;
	padding-bottom: 0;
	border-bottom: 1px solid #36B1EF;
	
	line-height: 24px;
}
.bloc .tabs li{
	display: inline-block;
}
.bloc .tabs li:last-child a{
	border-right: 0px solid #36B1EF;
}
.bloc .tabs li a{
	display: block;
	color: #006699;
	font-weight: bold;
	border-right: 1px solid #36B1EF;
	padding: 5px 10px;
}
.bloc .tabs li a:hover,
.bloc .tabs li a.selected{
	background-color: rgba(2, 171, 255, 0.2);
}

.bloc h3.title{
	display: block;
	margin: 0 0 15px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #36B1EF;
	
	color: #006699;
	line-height: 24px;
}
.bloc h3.title a,
.bloc h3.title i{
	color: #006699;
	line-height: 22px;
}
.bloc h3.title a{
	display: block;
	
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.bloc h3.title i.hidden{
	opacity: 0;
	position: absolute;
	left: -25px;
	
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.bloc h3.title i.icon{
	margin-right: 10px;
	
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;	
}
.bloc h3.title a:hover,
.bloc h3.title a:hover i.hidden,
.bloc h3.title a:hover i.icon{
	color: #ff2525;
}
.bloc h3.title a:hover i.hidden{
	opacity: 1;
	margin-left: 100%;
}
.bloc .info{
	display: block;
	margin-bottom: 30px;
	font-size: 13px;
}

.inline-listing li{
	display: inline-block;
}
.inline-listing a,
.inline-listing h3,
.inline-listing span,
.inline-listing img{
	display: block;
}


.articles li{
	width: 24%;
}
.articles .title{
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	margin-bottom: 15px;
}
.articles .photo{
	max-width: 64px;
	max-height: 64px;
	float: left;
	margin-right: 15px;
}
.articles .summary{
	font-size: 14px;
	line-height: 2.5ex;
	height: 10ex;
	overflow: hidden;
}
.articles a:hover{
	opacity: 0.7;
}

.block-listing,
.products.flex{
	position: relative;
	float: left;
	width: 32%;
	margin: 5px 5px 0 0;
	
	-webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.block-listing li{
	display: block;
	margin-bottom: 2px;
}
.block-listing a{
	position: relative;
	display: block;
	padding: 3px 0 3px 3px;
	
	line-height: 2.5ex;
	height: 2.5ex;
	overflow: hidden;
}
.block-listing a .date i{
	opacity: 0.5;
	margin-right: 5px;
}
.block-listing a .date{
	display: inline-block;
	width: 110px;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #000;
}
.block-listing li a:hover{
	color: #FF2525;
	background: rgba(2, 171, 255, 0.2);
}

.listing{
	width: 100%;
}
.products.listing li{
	display: inline-block;
	width: 22%;
	margin-right: 2%;
	margin-bottom: 10px;
}
.solutions.listing li{
	display: inline-block;
	width: 18%;
	margin-right: 2%;
	margin-bottom: 10px;
    padding-bottom: 10px;
	text-align: center;
}

.solutions a,
.products a{
	position: relative;
	display: block;
}
.solutions a{
	padding-bottom: 5px;
}
.solutions img,
.products img{
	max-width: 100%;
}
.solutions img{
	width: 100%;
}
.products img{
	border: 1px solid #e0e0e0;
}
.products.flexslider img{
	border: 0 solid #e0e0e0;
	width: 180px!important;
    height: 180px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.products .overlay{
	position: relative;
	width: 100%;
    display: block;
    text-align: left;
    padding-left: 2px;
	height: 110px;
	overflow: hidden;
}
.products .overlay:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	background-color: rgba(2, 171, 255, 0.2);
	
	-webkit-transition: all .65s ease-in-out;
    -moz-transition: all .65s ease-in-out;
    -ms-transition: all .65s ease-in-out;
    -o-transition: all .65s ease-in-out;
    transition: all .65s ease-in-out; 
}
.product
.products .overlay .title{
	font-weight: 600;
	font-size: 16px;
	color: #000;
	display: block;
	margin-bottom: 8px;
}
.products .overlay .model{
	color: #807b7b;
    display: block;
    margin-bottom: 8px;
}
.products .overlay .summary{
	color: #807b7b;
    display: block;	
}
.products a:hover .overlay:after{
	height: 100%;
}
/*
.products .overlay{
	position: absolute;
	left: 0;
	bottom: 0;

	background-color: rgba(2, 171, 255, 0.2);
	width: 100%;
	height: 25%;
	overflow: hidden;
	
	-webkit-transition: all .65s ease-in-out;
    -moz-transition: all .65s ease-in-out;
    -ms-transition: all .65s ease-in-out;
    -o-transition: all .65s ease-in-out;
    transition: all .65s ease-in-out;
}
.products .overlay span.title{
	position: absolute;
	top: 10%;
	width: 100%;
	
	display: block;
	padding: 0 10px 10px 10px;
	font-size: 16px;
	font-weight: bold;
}
.products .overlay span.title:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 2px;
	width: 0;
	background-color: #006699;
	
	-webkit-transition: all .65s ease-in-out;
    -moz-transition: all .65s ease-in-out;
    -ms-transition: all .65s ease-in-out;
    -o-transition: all .65s ease-in-out;
    transition: all .65s ease-in-out; 
}
.products .overlay span.summary{
	position: absolute;
	bottom: 20%;
	left: 15px;
	opacity: 0;
	font-weight: 600;
	
	display: block;
	font-size: 14px;
	
	-webkit-transition: all .65s ease-in-out;
    -moz-transition: all .65s ease-in-out;
    -ms-transition: all .65s ease-in-out;
    -o-transition: all .65s ease-in-out;
    transition: all .65s ease-in-out;
}
.products a:hover .overlay{
	height: 100%;
}
.products a:hover .overlay span.title:after{
	left: 0;
	width: 100%;
}
.products a:hover .overlay span.summary{
	opacity: 1;
}
*/

.solutions a:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #36B1EF;
	
	-webkit-transition: all .65s ease-in-out;
    -moz-transition: all .65s ease-in-out;
    -ms-transition: all .65s ease-in-out;
    -o-transition: all .65s ease-in-out;
    transition: all .65s ease-in-out;	
}
.solutions a:hover:before{
	width: 100%;
	left: 0;
}

.products.flex > li{
	display: block;
	max-height: 181px;
}
.products.flex > li a{
	max-height: 181px;
	background-color: #eee;
}
.products.flex img{
	max-width: 100%;
	max-height: 181px;
}
.products.flex .flex-prev, .products.flex .flex-next{
	top: 200px;
}


.right-area .details img{
	width: 100%!important;
}
.right-area .details ul{
	padding: 0;
	margin: 0;
}

.right-area .products.listing li{
	width: 30%!important;
	margin-bottom: 50px;
}
.products.listing img{
	width: 100%;
}

.ladder.listing li{
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
}
.ladder.listing li:last-child{
	border-bottom: 0 solid #DDD;
}
.ladder.listing a{
	position: relative;
	display: block;
	padding: 10px 20px;
}

.ladder.listing img{
	float: left;
	margin-right: 35px;
	max-width: 150px;
}
.ladder.listing .title{
	float: left;
	font-weight: bold;
	margin-bottom: 25px;
}
.ladder.listing .date{
	float: right;
	margin-right: 35px;
	margin-bottom: 25px;	
}
.ladder.listing .date i{
	margin-right: 5px;
}
.ladder.listing .summary{
	display: block;
	float: left;
	margin-left: 15px;
	min-width: 70%;	
}
.ladder.listing a:before,
.ladder.listing a:after{
	content: "";
	position: absolute;
	
	-webkit-transition: all .65s ease-in-out;
    -moz-transition: all .65s ease-in-out;
    -ms-transition: all .65s ease-in-out;
    -o-transition: all .65s ease-in-out;
    transition: all .65s ease-in-out;	
}
.ladder.listing a:before{
	top: 0;
	left: 50%;
	height: 100%;
	width: 0;

	border-top: 2px solid #006699;
	border-bottom: 2px solid #006699;
}
.ladder.listing a:after{
	top: 50%;
	left: 0;
	height: 0;
	width: 100%;
	
	border-left: 2px solid #006699;
	border-right: 2px solid #006699;
}
.ladder.listing a:hover:before{
	left: 2px;
	width: 100%;
}
.ladder.listing a:hover:after{
	top: 2px;
	height: 100%;
}


.left-area{
	position: relative;
	float: left;
	width: 25%;
	margin-right: 1%;
	
	-webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.left-menu{
	width: 100%;
	list-style: none;
	
	-webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.left-menu li{
	display: block;
}
.left-menu a{
	display: block;
	padding: 10px 0;
}
.left-menu > li > a{
	background-color: #ddd;
	padding-left: 10px;
	
	border-top: 1px solid #000;
	border-bottom: 1px dotted #000;
}
.left-menu.white > li > a{
	background-color: #fff;
	border-top: 0 solid #000;
}
.left-menu > li:first-child > a{
	border-top: 0 solid #000;
}
.left-menu > li > a:hover,
.left-menu > li > a.selected{
	background-color: #006699;
}
.left-menu .sub{
	list-style: none;
}
.left-menu .sub li a{
	padding-left: 25px;
	
	border-bottom: 1px dotted #000;
}
.left-menu .sub li:last-child a{
	border-bottom: 0 dotted #000;
}
.left-menu .sub a:hover,
.left-menu .sub a.selected{
	background-color: #36B1EF;
}


.right-area{
	float: left;
	width: 74%;
	
	-webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
	
}
article{
	position: relative;
	width: 100%;
}
article ul{
	padding-left: 40px;
}

article.news li{
	list-style: none;
	padding-left: 25px;
}
article.news .title{
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
}
article.news .date{
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-top: 25px;
}
article.news .date i{
	margin-right: 10px;
}
article.news .photo{
	margin: 25px 0;
	text-align: center;
}
article.news .photo img{
	width: 100%;
    max-width: 720px;
}

article.product .photo{
	position: relative;
	float: left;
	width: 50%;
	margin-right: 2%;
}
article.product .gallery li{
	width: 100%;
}
article.product .gallery img{
	max-width: 100%;
	max-height: 100%;
}
article.product .main-title{
	font-size: 20px;
	line-height: 26px;
    margin: 0 0 0px 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #36B1EF;
    color: #006699;
}
article.product .details-bottom{
	display: block;
	margin-top: 20px;
}
article.product .summary{
    display: inline-block;
    width: 100%;
    margin: 25px 0 0 0;
    font-size: 15px;
	padding-bottom: 20px;
	/* border-bottom: 1px solid #ddd; */
}
article.product .details{

}
article.product .technical-data{
	display: block;
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #ddd;	
}
article.product .technical-data .sub-title{
	font-size: 16px;
    font-weight: bold;
    background-color: rgba(2, 171, 255, 0.2);
    width: 100%;
    display: block;
    padding: 5px 0;
    height: 20px;
    line-height: 22px;
}
article.product .technical-data p{
	border-bottom: 1px solid #ddd;
}
article.product .technical-data .label{
	display: inline-block;
	width: 50%;
	margin-right: 5%;
}
article.product .technical-data .value{
    display: inline-block;
    width: 44%;
}

/* ---------------------------------------- Accordion ---------------------------------------- */
.accordion{
	
}
.accordion .node{
	position: relative;
	display: block;
	width: 95%;
    background-color: rgba(2, 171, 255, 0.2);
	
	-webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -ms-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;	
}
.accordion .node.selected{
	background-color: rgba(2, 171, 255, 0.5);
}
.accordion .node:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ccc;
}
.accordion .node a{
	display: block;
	padding: 10px;
}
.accordion .node a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #006699;
	z-index: 9999;
	
	-webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -ms-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;	
}
.accordion .node.selected a:after,
.accordion .node a:hover:after{
	width: 100%;
}
.accordion .node .title{
	float: left;
}
.accordion .node .date{
	float: right;
}
.accordion .node .details{
	width: 100%;
	display: none;
	padding: 5px;
}

/* ---------------------------------------- Download ---------------------------------------- */
.download{
	display: block;
	margin-bottom: 25px;
}
.download li{
	position: relative;
	display: block;
	width: 100%;
}
.download li:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ccc;
}

.download li a{
	display: block;
	padding: 10px;
	height: 25px;
}
.download li a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #006699;
	z-index: 9999;
	
	-webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -ms-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;	
}
.download li a:hover{
	background-color: rgba(2, 171, 255, 0.2);
}
.download li a:hover:after{
	width: 100%;
}
.download li .img{
	float: left;
	max-width: 25px;
	max-height: 25px;
	margin-right: 25px;
}
.download li .fa{
	float: right;
	color: #006699;
	
	-webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -ms-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;	
}

/* ---------------------------------------- Contact ---------------------------------------- */
.contact .top-area{
	display: block;
	width: 100%;
	margin-bottom: 25px;
	border-bottom: 1px solid #006699;
}
.contact .top-area .section{
	position: relative;
	float: left;
	width: 30%;
	margin: 0 3% 50px 0;
	text-align: center;
}
.contact .top-area .section .fa{
	display: block;
	margin-bottom: 10px;
	color: #006699;
}
.contact .top-area .section span{
	display: block;
	font-size: 18px;
	line-height: 26px;
}
.contact .top-area a.section span{
	position: relative;
	padding-bottom: 4px;
}
.contact .top-area a.section:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #006699;
	
	-webkit-transition-property: -webkit-transform;
	-webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -ms-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;	
}
.contact .top-area a.section:hover{
	color: #006699;
}
.contact .top-area a.section:hover:after{
	left: 0;
	width: 100%;
}


.contact .right-area{
	width: 100%;
}
.contact .right-area label{
	float: left;
	width: 15%;
	margin-bottom: 10px;
}
.contact .right-area input,
.contact .right-area textarea,
.contact .right-area select{
	float: left;
	width: 30%;
	margin-right: 4%;
	margin-bottom: 10px;
	
	border: 2px solid #006699;
	color: #006699;
}
.contact .right-area input,
.contact .right-area select{
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.contact .right-area .full{
	width: 79%;
	max-width: 79%;
	min-width: 79%;
}
.contact .right-area label span{
	font-size: 16px;
	color: #FF2525;
	margin-left: 5px;
}

/* ---------------------------------------- Paging ---------------------------------------- */
.paging{
	width: 100%;
}
.paging ul{
	list-style: none;
	text-align: center;
}
.paging li{
	display: inline-block;
	font-size: 18px;
}
.paging a{
	diaplay: block;
	padding: 5px 8px;
	color: #FFF;
	background-color: rgba(2, 171, 255, 0.5);
	margin-right: 5px;
}
.paging i{
	color: #FFF;
}

.paging a:hover,
.paging a.selected{
	background-color: #006699 ;
}

/* ---------------------------------------- Gallery ---------------------------------------- */
.gallery{
	display: block;
	position: relative;
}
.gallery li{
	display: inline-block;
	position: relative;	
	width: 47%;
	margin-right: 2%;
	margin-bottom: 35px;
}
.gallery li a{
	display: block;
	position: relative;	
	width: 100%;
}
.gallery li a img{
	display: block;
	position: relative;	

	max-width: 350px;
	max-height: 450px;
	
	margin: auto;
}
.gallery .title{
	position: absolute;
	display: block;
	width: 100%;
	height: 0;
	line-height: 50px;
	font-size: 20px;
	z-index: 999;
	bottom: 0;
    background: rgba(2, 171, 255, 0.2);
	overflow: hidden;
	
	-webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;	
}
.gallery .title span{	
	padding-left: 25px;	
}
.gallery li:hover .title{
	height: 50px;
}
.gallery li .fancybox:after{
	content: '';
    position: absolute;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #006699; 
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.gallery li:hover .fancybox:after{
	left: 0;
	width: 100%;
}

/* ---------------------------------------- Filter Area ---------------------------------------- */
.filter-area{
	position: relative;
	display: block;
	margin-bottom: 15px;
	width: 100%;
	border-bottom: 1px solid #006699;
	
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;	
}
.filter-area label{
	display: inline-block;
	margin-bottom: 15px;
	width: 17%;
	
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;	
}
.filter-area input,
.filter-area select{
	display: inline-block;
	margin-bottom: 15px;
	width: 26%;
	
	border: 2px solid #006699;
	padding-left: 5px;
	color: #006699;
	
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
	
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;	
}
.filter-area select{
	margin-right: 9px;
}
.filter-area .seperator{
	display: inline-block;
	width: 5%;
}
.filter-area .btns-area{
	float: left;
	margin-bottom: 15px;
}

/* ---------------------------------------- Custom Slider ---------------------------------------- */
.custom-slider{
	position: relative;
	width: 100%;
}
.custom-slider .slides{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	border: 2px solid #ddd;
}
.custom-slider .slides img{
	max-width: 100%;
	max-height: 100%;
}
.custom-slider .thumbnails{
	
}
.custom-slider .thumbnails img{
	height: 50px;
	margin-right: 10px;
	cursor: pointer;
    border: 2px solid #ddd;
}
.custom-slider .thumbnails img.selected{
	border-color: #006699;
}
.custom-slider .arrow-left{
	position: absolute;
	left: 10px;
	top: 48%;
	cursor: pointer;
}
.custom-slider .arrow-right{
	position: absolute;
	right: 10px;
	top: 48%;
	cursor: pointer;
}
.custom-slider .arrow-left:hover,
.custom-slider .arrow-right:hover{
	color: #36B1EF
}

/* ---------------------------------------- Flexslider ---------------------------------------- */
.flexslider .banners .title {
	position: absolute;
	bottom: 15px;
	margin-left: 20%;
	display: block;
	padding: 10px 25px;
}
.flexslider .banners .title span {
	font-size: 15px;
}

/* ---------------------------------------- Skype ---------------------------------------- */
.skype{
	position: fixed;
    z-index: 9999;
    top: 125px;
    right: -15px;
    width: 150px;
	min-height: 90px;
    border-radius: 12px;
    padding: 25px 10px 25px 65px;
    text-align: center;
    background: #fff;
/*     border: 5px solid #00adef; */
    box-shadow: 0px 0px 15px 4px #00adef;
	
	-webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -ms-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;	
}
.skype .trademark{
	position: absolute;
	top: 40px;
	left: -10px;
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.skype .trademark img{
	width: 100px;
}
.skype hr{
	border-color: rgba(0, 173, 239, 0.4);
}
.skype .number{
	text-align: left;
	margin-bottom: 5px;
}
.skype .number a{
	display: block;
	padding: 0 10px;
	color: #00adef;
	line-height: 20px;
}
.skype .number a:hover{
	color: #FF2525;
}
.skype .number .fa{
	float: left;
	color: #00adef;
	line-height: 20px;	
	margin-right: 15px;
}

.skype.closed{
	right: -165px;
}

/* ---------------------------------------- Buttons ---------------------------------------- */
.leftMenuBtn{
	z-index: 9999;
	position: fixed;
	display: none;
	top: 15px;	
	left: 5px;
}
.leftAreaBtn{
	z-index: 2999;
	position: absolute;
	display: none;
	top: 53px;
	left: -10px;
}
.leftMenuBtn.hidden,
.leftAreaBtn.hidden{
	display: none;
}
.leftMenuBtn i,
.leftAreaBtn i{
	color: #000;
}
.leftMenuBtn:hover i,
.leftAreaBtn:hover i{
	color: #006699;
}


.closeLeftMenuBtn{
	position: absolute;
	display: block;
	z-index: 9999;
	right: 5px;
	top: 8px;
}
.closeLeftAreaBtn{
	position: relative;
	float: right;
	display: none;
	z-index: 5999;
	margin-right: 8px;
	margin-top: 8px;
}
.closeLeftMenuBtn i,
.closeLeftAreaBtn i{
	color: #000;
}
.closeLeftMenuBtn:hover i,
.closeLeftAreaBtn:hover i{
	color: #fff;
}

.custom-btn{
	display: inline-block;
	background-color: #006699;
	border: 2px solid #006699;
	padding: 3px 8px;
	
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.custom-btn i{
	float: left;
	margin-right: 5px;
	line-height: 22px;
}
.custom-btn:hover{
	color: #006699;
	background-color: #fff;
}
.custom-btn:hover i{
	color: #006699;
}

.custom-btn.reversed{
	background-color: #fff;
	color: #006699;
}
.custom-btn.reversed i{
	color: #006699;
}
.custom-btn.reversed:hover{
	color: #fff!important;
	background-color: #006699!important;
}
.custom-btn.reversed:hover i{
	color: #fff!important;
}

.bloc .custom-btn,
.bloc .custom-btn i,
.bloc .custom-btn:hover i,
.contact .right-area .custom-btn,
.contact .right-area .custom-btn i,
.contact .right-area .custom-btn:hover i{
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.bloc .custom-btn,
.contact .right-area .custom-btn{
	float: right;
	max-width: 100px;
}
.contact .right-area .custom-btn{
	margin-top :10px;
	margin-right: 4%;
}