@charset "utf-8";

@font-face {
font-family: A;
src: url('../fonts/ARENAC.TTF');
}
@font-face {
font-family: B;
src: url('../fonts/MyriadProRegular.otf');
}
@font-face {
font-family: C;
src: url('../fonts/GESSTwoMedium.otf');
}
@font-face {
font-family: D;
src: url('../fonts/swis.TTF');
}
@font-face {
font-family: E;
src: url('../fonts/Swz721t.TTF');
}
@font-face {
font-family: F;
src: url('../fonts/HelveticaCE.otf');
}
@font-face {
font-family: G;
src: url('../fonts/CLEARGL.TTF');
}
@font-face {
font-family: H;
src: url('../fonts/MyriadPro-BoldCond.otf');
}
@font-face {
font-family: I;
src: url('../fonts/OPENSANS.TTF');
}

/* ------------------------------------------------------------------------------------------------------------------------- General */

body {
	margin:0 auto;
	padding: 0;
	overflow-x: hidden;
	}

::-webkit-scrollbar {width: 12px;}

.noBlue {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}
.noBlue:hover {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}
.noBlue:focus {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}

.tablerow {line-height: 0px;}

.container-fluid {padding: 0;margin: 0;}

/* ------------------------------------------------------------------------------------------------------------------------ Header --*/

header {
	width: 100%;
	height: 100px;
	/*overflow: hidden;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 400;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	-webkit-transition: height 0.6s;
	-moz-transition: height 0.6s;
	-ms-transition: height 0.6s;
	-o-transition: height 0.6s;
	transition: height 0.6s;
	}
header.smaller {
	height: 50px;
	-webkit-transition: height 0.6s;
	-moz-transition: height 0.6s;
	-ms-transition: height 0.6s;
	-o-transition: height 0.6s;
	transition: height 0.6s;
	}

header .row {
	padding: 15px 100px 15px 100px;
	margin: 0 0 0 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
	}
header.smaller .row {
	padding: 8px 100px 7px 100px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
	}

header .col1 {text-align: center;}

.LogoStyle {
	float:left;
	height:70px;
	width:auto;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
	}
.LogoStyle:hover {
	opacity:0.8;
	}
header.smaller .LogoStyle { 
	height:35px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
	}

header .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	}

header .jetmenu {
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    float: right;
    list-style: none;
	}

header .jetmenu > li > a{
	padding: 30px 16px 34px 16px;
	font-family:I;
	font-size: 14px;
	letter-spacing:0.5px;
	text-align:left;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	background-color: transparent;
	}
header.smaller .jetmenu > li > a{
	padding: 5px 16px 30px 16px;
	}

.jetmenu ul.dropdown, 
.jetmenu ul.dropdown li ul.dropdown {
	list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;  
	display: none;
    position: absolute;
    z-index: 99;
	min-width: 134px;
	opacity:1;
	} 
header.smaller .jetmenu ul.dropdown li ul.dropdown, header.smaller .jetmenu ul.dropdown {
    padding: 0 0 0 0;
	margin: -7px 0 0 0;
	}

.jetmenu ul.dropdown li a{
	width:100%;
	padding: 6px 22px;
	display:inline-block;
	float:left;
	clear:both;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	}

header .jetmenu ul.dropdown {
	padding-bottom: 10px;
	margin-top: 36px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	}
header.smaller .jetmenu ul.dropdown {
	padding-bottom: 10px;
	}

@media (max-width: 575.98px) { 
	header {height: 90px;}
	header .row {padding: 15px 0 15px 0;}
	header.smaller .row {padding: 8px 0 7px 0;}
	header .col1 {text-align: center;}
	.LogoStyle {float:none;margin: 0 auto;height:60px;}
	header .col2 {margin: 15px 0 0 0;}
	header.smaller .col2 {margin: 6px 0 0 0;}
	header .jetmenu {width: 100%;}
	header .jetmenu > li > a{padding: 10px 25px 10px 25px;}
	header.smaller .jetmenu > li > a{padding: 10px 25px 10px 25px;}
	header.smaller .jetmenu ul.dropdown li ul.dropdown, header.smaller .jetmenu ul.dropdown {padding: 0 0 0 0;margin: 0 0 0 0;}
	.jetmenu ul.dropdown li a{width:100%;}
	header .jetmenu ul.dropdown {padding-bottom: 20px;margin-top: 5px;}
	header.smaller .jetmenu ul.dropdown {padding-bottom: 20px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	header {height: 90px;}
	header .row {padding: 15px 0 15px 0;}
	header.smaller .row {padding: 8px 0 7px 0;}
	header .col1 {text-align: center;}
	.LogoStyle {float:none;margin: 0 auto;height:60px;}
	header .col2 {margin: 15px 0 0 0;}
	header.smaller .col2 {margin: 6px 0 0 0;}
	header .jetmenu {width: 100%;}
	header .jetmenu > li > a{padding: 10px 25px 10px 25px;}
	header.smaller .jetmenu > li > a{padding: 10px 25px 10px 25px;}
	header.smaller .jetmenu ul.dropdown li ul.dropdown, header.smaller .jetmenu ul.dropdown {padding: 0 0 0 0;margin: 0 0 0 0;}
	.jetmenu ul.dropdown li a{width:100%;}
	header .jetmenu ul.dropdown {padding-bottom: 20px;margin-top: 5px;}
	header.smaller .jetmenu ul.dropdown {padding-bottom: 20px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	header {height: 90px;}
	header .row {padding: 15px 0 15px 0;}
	header.smaller .row {padding: 8px 0 7px 0;}
	header .col1 {text-align: center;}
	.LogoStyle {float:none;margin: 0 auto;height:60px;}
	header .col2 {margin: 15px 0 0 0;}
	header.smaller .col2 {margin: 6px 0 0 0;}
	header .jetmenu {width: 100%;}
	header .jetmenu > li > a{padding: 10px 25px 10px 25px;}
	header.smaller .jetmenu > li > a{padding: 10px 25px 10px 25px;}
	header.smaller .jetmenu ul.dropdown li ul.dropdown, header.smaller .jetmenu ul.dropdown {padding: 0 0 0 0;margin: 0 0 0 0;}
	.jetmenu ul.dropdown li a{width:100%;}
	header .jetmenu ul.dropdown {padding-bottom: 8px;margin-top: -8px;}
	header.smaller .jetmenu ul.dropdown {padding-bottom: 20px;}
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/* ------------------------------------------------------------------------------------------------------------------- home slider --*/

@media (max-width: 575.98px) { 
	.as_slider {margin-top: 130px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.as_slider {margin-top: 130px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/* --------------------------------------------------------------------------------------------------------------------- home text --*/

.hText {
	}
.hText .container-fluid{
	padding: 70px 25px 70px 25px;
	margin: 0 auto;
	max-width: 1200px;
	}
.hText .row{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.hText .col1 {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	font-family: A;
	font-size: 30px;
	letter-spacing: 0.3px;
	text-align: center;
	text-transform: uppercase;
	}
.hText .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: I;
	font-size: 15px;
	letter-spacing: 0.3px;
	}
.hText .HomeMore {
	font-family: I;
	font-size: 15px;
	letter-spacing: 0.3px;
	text-transform: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.hText .HomeMore:hover {
	}

@media (max-width: 575.98px) { 
	.hText .container-fluid{padding: 40px 25px 40px 25px;}	
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.hText .container-fluid{padding: 40px 25px 40px 25px;}	
	}

/*------------------------------------------------------------------------------------------------------------------ home 4 sections */

.H_4SEC {
	}
.H_4SEC .container-fluid {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}
.H_4SEC .row {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}
.H_4SEC .col1, .H_4SEC .col2, .H_4SEC .col3, .H_4SEC .col4 {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	float: left;
	height: 500px;
	}
.H_4SEC .col1 figure {
	background: url("../images/4sec_1.jpg") no-repeat center center;
	background-size:cover;
	}
.H_4SEC .col2 figure {
	background: url("../images/4sec_2.jpg") no-repeat center center;
	background-size:cover;
	}
.H_4SEC .col3 figure {
	background: url("../images/4sec_3.jpg") no-repeat center center;
	background-size:cover;
	}
.H_4SEC .col4 figure {
	background: url("../images/4sec_4.jpg") no-repeat center center;
	background-size:cover;
	}

/* ----------------------------------------------------------------------------------------------------------------- home parallax --*/

.hParallax {
	}
.hParallax .container-fluid{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.hParallax .row{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.hParallax .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	min-height: 450px;
	}
.hParallax .col1a {
	padding: 150px 25px 0 25px;
	margin: 0 0 0 0;
	text-align: center;
	font-family: E;
	font-size: 40px;
	letter-spacing: 3px;
	line-height: 60px;
	}
.hParallax .col1 .jarallax-img {
	}

@media (max-width: 767.98px) { 
	.hParallax .col1a {font-size: 18px;letter-spacing: 2px;line-height: 36px;}
	}

/* -------------------------------------------------------------------------------------------------------------------------- Footer */

.footer {
	}
.footer .container-fluid{
	padding: 50px 25px 50px 25px;
	margin: 0 0 0 0;
	}
.footer .row{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.footer .col1 {
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.footer .col1 img {
	height: 70px;
	width: auto;
	float: none;
	margin: 0 auto;
	opacity: 0.7;
	}
.footer .col2 {
	padding: 0 0 8px 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: I;
	font-size: 14px;
	letter-spacing: 1px;
	}

.footer .col3 {
	padding: 0 0 8px 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: I;
	font-size: 13px;
	letter-spacing: 1px;
	}
.footer .dLink {
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.footer .dLink:hover {
	opacity: 0.99;
	}

.footer .col4 {
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: I;
	font-size: 13px;
	letter-spacing: 1px;
	}

.footer .col5 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: A;
	font-size: 14px;
	letter-spacing: 0.5px;
	}
.footer .iconLink {
	opacity: 1;
	margin-right: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.footer .iconLink:hover {
	opacity: 0.99;
	}

.footer .col6 {
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: I;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	}

/*---------------------------------------------------------------------------------------------------------------------- in Banner --*/

.inBannerSEC {
	}
.inBannerSEC .jarallax {
    min-height: 400px;
	}
.inBannerSEC .col1 {
	padding: 300px 120px 0 120px;
	margin: 0 0 0 0;
	font-size: 50px;
	letter-spacing: 1px;
	font-family: E;
	color: #fff;
	text-transform: uppercase;
	}

@media (max-width: 575.98px) { 
	.inBannerSEC .col1 {padding: 300px 25px 0 25px;font-size: 45px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.inBannerSEC .col1 {padding: 300px 25px 0 25px;font-size: 45px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/* ------------------------------------------------------------------------------------------------------------------- About-US Page */

.aboutSEC {
	background-color: #fff;
	}
.aboutSEC .container-fluid{
	padding: 50px 120px 50px 120px;
	margin: 0 0 0 0;
	}
.aboutSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.aboutSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family:I;
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #121212;
	line-height: 22px;
	}

@media (max-width: 575.98px) { 
	.aboutSEC .container-fluid{padding: 30px 25px 30px 25px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.aboutSEC .container-fluid{padding: 30px 25px 30px 25px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/* ----------------------------------------------------------------------------------------------------------------- Contact-US Page */

.infoCobtactsSEC {
	}
.infoCobtactsSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.infoCobtactsSEC .row {
	padding: 50px 120px 50px 120px;
	margin: 0 0 0 0;
	}

.infoCobtactsSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.infoCobtactsSEC .col1 a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.infoCobtactsSEC .col1 a:hover {
	}

.infoCobtactsSEC .col1_1 {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	font-family: E;
	font-size: 36px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	}
.infoCobtactsSEC .col1_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: I;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 30px;
	}

/*----------------------------------------------- map --*/
.mapSEC {}
.mapSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
/*------------------------------------------------ form --*/
.infoCobtactsSEC .col2 {
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	}
.infoCobtactsSEC .FormDe {
	padding: 7px 0 15px 0;
	margin: 0 0 0 0;
	text-align: left;
	font-family: I;
	font-size: 14px;
	}
.infoCobtactsSEC .r2 {
	padding: 0 0 0 0;
	margin: 0 -10px 0 -10px;
	}

.infoCobtactsSEC .cFormF {
	border-radius: 0px;
	background: transparent;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	height: 38px;
	padding-left: 2px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.infoCobtactsSEC .cFormF:focus {
	padding-left: 10px;
	}

.infoCobtactsSEC .cFormF2 {
	border-radius: 0px;
	background: transparent;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	padding-left: 2px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.infoCobtactsSEC .cFormF2:focus {
	padding-left: 10px;
	}

.infoCobtactsSEC .FormBu {
	width:100%;
	background-color: transparent;
	border-top: 0px solid #cccccc; 
	border-right: 0px solid #cccccc; 
	border-left: 0px solid #cccccc; 
	border-radius: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.infoCobtactsSEC .FormBu:hover {
	background-color:#131415;
	color:#fff;
	border-bottom: 1px solid #fff;
	}


@media (max-width: 575.98px) { 
	.infoCobtactsSEC .row {padding: 30px 25px 30px 25px;}
	.infoCobtactsSEC .col1 {margin: 0 0 20px 0;}
	.infoCobtactsSEC .col1_1 {line-height: 40px;}
	.infoCobtactsSEC .FormDe {padding: 0 0 10px 0;}
	.infoCobtactsSEC .r2 {padding: 0 0 0 0;margin: 0 -10px 0 -10px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.infoCobtactsSEC .row {padding: 30px 25px 30px 25px;}
	.infoCobtactsSEC .col1 {margin: 0 0 20px 0;}
	.infoCobtactsSEC .col1_1 {line-height: 40px;}
	.infoCobtactsSEC .FormDe {padding: 0 0 10px 0;}
	.infoCobtactsSEC .r2 {padding: 0 0 0 0;margin: 0 -10px 0 -10px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/*------------------------------------------------------------------------------------------------------------------------ sent page */

.sentSEC {
	}
.sentSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100vh;
	}
.sentSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100vh;
	}
.sentSEC .sentCol {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	align-self: center;
	text-align: center;
	font-family: I;
	letter-spacing: 0.1px;
	font-size: 22px;
	line-height: 15px;
	}

.sentSEC .sentCol i {
	font-size: 50px;
	}

.sentSEC .sentCol a {
	font-size: 16px;
	font-family: B;
	letter-spacing: 1px;
	}

/* ------------------------------------------------------------------------------------------------------------------- products Page */

.proContentSEC {
	}
.proContentSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.proContentSEC .row {
	padding: 40px 120px 30px 120px;
	margin: 0 0 0 0;
	}
.proContentSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 32px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	}
.proContentSEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: I;
	font-size: 15px;
	letter-spacing: 0.5px;
	text-align: justify;
	direction: ltr;
	line-height: 22px;
	}

/*----------------------------------- media --*/

.proMediaSEC {
	}
.proMediaSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.proMediaSEC .row {
	padding: 0 120px 10px 120px;
	margin: 0 0 0 0;
	}
.proMediaSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.proMediaSEC .TabsBu {
	font-family: I;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	border: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.proMediaSEC .TabsBu:hover {
	}
.proMediaSEC .TabsBu:focus {
	}

.proMediaSEC  .tab-content {
	padding: 10px 0 20px 0;
	margin-left: -10px;
	margin-right: -10px;
	}

/*--------------------------------- photos --*/

.proMediaSEC .photosTabsCol {
	padding:10px 10px;
	float: left;
	}
.proMediaSEC .photoSize {
	width:100%;
	height:auto;
	border-radius:6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.proMediaSEC .photoSize:hover {
	opacity:0.8;
	}
.vnbx-title {
	font-size: 14px;
	font-family: I;
	letter-spacing: 0.5px;
	}

/*--------------------------------- videos --*/

.proMediaSEC .videoTabsCol {
	padding:10px 10px;
	float: left;
	}
.proMediaSEC .videoTabsTitle {
	font-family: I;
	font-size: 14px;
	letter-spacing: 0.3px;
	font-weight: normal;
	margin: 10px 0;
	padding: 7px;
	}

/*----------------------------------- files --*/

.proMediaSEC .downloadTabsCol {
	padding:10px 10px;
	float: left;
	}
.proMediaSEC .downloadTabsBox {
	border-radius:5px;
	padding: 8px 12px;
	line-height: 26px;
	}
.proMediaSEC .downloadTabsName {
	font-family: I;
	font-size: 15px;
	letter-spacing: 0.2px;
	font-weight: normal;
	line-height: 15px;
	}
.proMediaSEC .downloadTabsLink {
	font-family: I;
	font-size: 12px;
	font-weight: normal;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.proMediaSEC .downloadTabsLink:hover {
	text-decoration: none;
	}

.LoadMoreButton {
	width:100%;
	float:none;
	text-align:center;
	font-family:I;
	text-transform:uppercase;
	font-size:15px;
	letter-spacing: 1px;
	padding-top:5px;
	padding-bottom: 5px;
	margin-bottom:20px;
	margin-top:5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.LoadMoreButton:hover {
	}


@media (max-width: 575.98px) { 
	.proContentSEC .row {padding: 30px 25px 30px 25px;}
	.proContentSEC .col1 {line-height: 36px;margin-bottom: 10px;}
	.proMediaSEC .row {padding: 0 25px 0 25px;}
	.nav {display: inherit;}
	.proMediaSEC .videoTabsCol {float: none;}
	.proMediaSEC .downloadTabsCol {float: none;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.proContentSEC .row {padding: 30px 25px 30px 25px;}
	.proContentSEC .col1 {line-height: 36px;margin-bottom: 10px;}
	.proMediaSEC .row {padding: 0 25px 0 25px;}
	.nav {display: inherit;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}



/*--------------------------------------------- about team --*/
.aboutTeamSEC {
	}
.aboutTeamSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.aboutTeamSEC .row {
	padding: 0 120px 0 120px;
	margin: 0 0 0 0;
	}
.aboutTeamSEC .col0 {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	font-family: D;
	font-size: 28px;
	color: #0D0D0D;
	}
.aboutTeamSEC .col1 {
	padding: 20px 5px 0 5px;
	margin: 0 0 0 0;
	font-family: A;
	font-size: 16px;
	color: #0D0D0D;
	letter-spacing: 0.5px;
	}
.aboutTeamSEC .col1 img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	}

/*--------------------------------------------- partenersSEC --*/
.partenersSEC {
	}
.partenersSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.partenersSEC .row {
	padding: 40px 120px 40px 120px;
	margin: 0 0 0 0;
	}
.partenersSEC .col0 {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	font-family: D;
	font-size: 28px;
	color: #0D0D0D;
	}
.partenersSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.partenersSEC .col1 img {
	width: 100%;
	height: auto;
	}



@media (max-width: 575.98px) { 
	.aboutTeamSEC .row {padding: 0 25px 0 25px;}
	.partenersSEC .row {padding: 40px 25px 40px 25px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.aboutTeamSEC .row {padding: 0 25px 0 25px;}
	.partenersSEC .row {padding: 40px 25px 40px 25px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}




