* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    overflow-y: scroll;
	overflow-x: hidden;
}

body, html {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color:#232323;
	margin:0;
}

a, a:hover, a:active, a:focus {text-decoration:none;}
ul, ol {list-style:none;margin:0;}

h1 {font-size:28px;}
h2 {font-size:26px;}
h3 {font-size:24px;}
h4 {font-size:22px;}
h5 {font-size:20px;}
h6 {font-size:18px;}

/*==========SELECTION COLOR==========*/
*::-moz-selection {background: #434a54;color: #fff;}
*::-webkit-selection {background: #434a54;color: #fff;}
*::-o-selection {background: #434a54;color: #fff;}
*::selection {background: #434a54;color: #fff;}

/*==========DEFINITIONS==========*/
.relative{position:relative !important;}
.absolute{position:absolute !important;}
.fixed{position:fixed !important;}
.maincolor{color:#434a54 !important;}
.size7{font-size:7px;}
.size8{font-size:8px;}
.size9{font-size:9px;}
.size10{font-size:10px;}
.size11{font-size:11px;}
.size12{font-size:12px;}
.size14{font-size:14px;}
.size16{font-size:16px;}
.size18{font-size:18px;}
.size20{font-size:20px;}
.size22{font-size:22px;}
.size24{font-size:24px;}
.size26{font-size:26px;}
.size28{font-size:28px;}
.size30{font-size:30px;}
.size32{font-size:32px;}
.size34{font-size:34px;}
.size36{font-size:36px;}
.size40{font-size:40px;}

.inline-block{display:inline-block !important;}
.block{display:block !important;}

.noradius{border-radius:0 !important;}
.nopadding{padding:0 !important;}
.nomargin{margin:0 !important;}
.noborder {border:0 !important;}
.nopaddingleft{padding-left:0 !important;}
.nopaddingright{padding-right:0 !important;}

.successbg {background:#48cfad !important;}
.infobg {background:#428bca !important;}
.warningbg {background:#f39c12 !important;}
.dangerbg {background:#f56954 !important;}

.successcolor {color:#48cfad !important;}
.infocolor {color:#428bca !important;}
.warningcolor {color:#f39c12 !important;}
.dangercolor {color:#f56954 !important;}

/*==========CUBIC BEZIER==========*/
.ease,
.ease:hover,
a,
a:hover,
.box-news,
.box a:hover .box-news,
ul.product-list li a:hover .product-desc p.read-more,
p.read-more,
.st-accordion ul li h1 a:hover .product-title,
.product-title {
	transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
	-webkit-transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
	-moz-transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
	-o-transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
	-ms-transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
}

.ease_InOutExpo,
.ease_InOutExpo:hover {
	transition: all 0.5s cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transition: all 0.5s cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 0.5s cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 0.5s cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-ms-transition: all 0.5s cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

/*==========Header==========*/
.header {
	width:100%;
	position:relative;
	background:#ff0000;
	display:block;
}

.header-white {
	width:50%;
	height:100%;
	background:#fff;
	left:0;
	top:0;
	position:absolute;
}

.logo {
	margin:0;
	z-index:1021;
	background:#ff0000;
}

.ids {
	position:fixed;
	bottom:10px;
	right:10px;
}

/*==========NAV==========*/
.menu {
	display:block;
	position:relative;
	z-index:1042;
}

ul.main-menu {
	display:block;
	text-align:right;
	float:right;
}

ul.main-menu li {
	display:inline-block;
	font-size:14px;
	font-weight:400;
	padding:20px 5px;
}

ul.main-menu li a {
	display:inline-block;
	color:#fff;
	padding:8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul.main-menu li a:hover,
ul.main-menu li a.selected {
	color:#585f68;
	background:#fff;
}

.mobile-lang {
	float:none !important;
}

ul.language {
	float:right;
	margin-top:20px;
}

ul.language li {
	display:inline-block;
}

ul.language li a {
	display:inline-block;
}

ul.language li a img {
	display:inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:#fff solid 2px;
}

/*==========MOBILE MENU==========*/
.line-menu {
	width:40px;
	height:40px;
	background:#f6f8fa;
	text-align:center;
	line-height:40px;
	float:left;
	cursor:pointer;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin:35px 0 0 -40px;
	padding:12px 0 0 2px;
}

.line-menu > .line {
	width:20px;
	height:2px;
	background:#08283e;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
}

.line-menu.opened > .line-1 {
	-webkit-transform: rotate(315deg) translate(-6px, 5px);
	-moz-transform: rotate(315deg) translate(-6px, 5px);
	-o-transform: rotate(315deg) translate(-6px, 5px);
	-ms-transform: rotate(315deg) translate(-6px, 5px);
	transform: rotate(315deg) translate(-6px, 5px);
	width:20px;
	height:3px;
}

.line-menu.opened > .line-2 {
	width:20px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);/* IE 5-7 */
	-moz-opacity: 0;/* Netscape */
	-khtml-opacity: 0;/* Safari 1.x */
	opacity: 0;/* Good browsers */
	visibility:hidden;
}

.line-menu.opened > .line-3 {
	-webkit-transform: rotate(-315deg) translate(-5px, -5px);
	-moz-transform: rotate(-315deg) translate(-5px, -5px);
	-o-transform: rotate(-315deg) translate(-5px, -5px);
	-ms-transform: rotate(-315deg) translate(-5px, -5px);
	transform: rotate(-315deg) translate(-5px, -5px);
	width:20px;
	height:3px;
}

.line-menu:hover > .line-2 {
	width:30px;
}

.mobile-menu-sidebar {
	width:240px;
	height:100%;
	position:fixed;
	right:-240px;
	top:0;
	background:#f6f8fa;
	z-index:9999;
}

a.open-menu {
	width:40px;
	height:40px;
	float:left;
	color:#FFF;
	font-size:18px;
	text-decoration:none;
}

.mobile-menu-holder {
	overflow-y:hidden;
	overflow-x:hidden;
}

ul.mobile-menu {
	list-style:none;
	margin:0;
	overflow:hidden;
}

ul.mobile-menu > li {
	font-family: 'Open Sans',sans-serif;
	display:block;
	float:left;
	clear:both;
	width:100%;
	font-size:12px;
	font-weight:600;
	border-bottom:1px solid #e0e0e0;
	background:#f6f8fa;
	text-align:left;
		
}

ul.mobile-menu > li > a {
	width:100%;
	padding:9px;
	display:block;
	color:#08283e;
	text-decoration:none;
	
}

ul.mobile-menu > li > a:hover,
ul.mobile-menu > li > a.hover {
	background:#08283e;
	color:#FFF;
}

ul.second-level:before {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #2a2b2d;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: " ";
    left: 50%;
    position: absolute;
    top: 0;
	margin-left:-5px;
	z-index:50;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #2a2b2d;
}

ul.second-level {
	display:block;
	background:#131314;
	padding:10px 0;
	position:relative;
}

ul.second-level > li {
	display:block;
	text-align:right;
}

ul.second-level > li > a {
	display:block;
	color:#bebebe;
	font-size:14px;
	padding:3px 20px;
}

ul.second-level > li > a:hover,
ul.second-level > li > a.active {
	display:block;
	color:#f6b438;
}

/*==========HOMEPAGE==========*/
.home-box:before,
.home-box:after {
	content: "";
    height: 150px;
	width:10px;
    left: 5px;
    position: absolute;
    top: 0;
	background: #777;
	z-index: -1;
	
	-webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.7);
	
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.home-box:after {
    left: auto;
    right: 5px;
	
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}

.home-box {
	display:block;
	margin-top:-50px;
	position:relative;
	padding:10px;
	background:#fff;
}

.box {
	display:block;
	position:relative;
}

.box a {
	display:block;
	padding:0;
}

.box p,
.page-item p {
	font-size:12px;
	font-weight:400 !important;
	font-family: 'Roboto', sans-serif;
	color:#08283e;
}

.box-home {
	display: inline-block;
    position: relative;
    width: 100%;
	margin-top:5px;
}

.box-title {
	background:#fff;
	padding:20px;
	position:absolute;
	bottom:0;
	min-width:370px;
	left:50%;
	text-align: center;
	
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	
	transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
	-webkit-transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
	-moz-transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
	-o-transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
	-ms-transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
}

.box-title h2 {
	font-size:16px;
	font-weight:300;
	color:#08283e;
}

.box-title a .box-title {
	transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
	-webkit-transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
	-moz-transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
	-o-transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
	-ms-transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
}

.box-home:hover a > .box-title {
	margin-left:0 !important;
	margin-right:0;
	bottom:50%;
	
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	
	transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
	-webkit-transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
	-moz-transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
	-o-transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
	-ms-transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1);
}
	

.home-texts {
	padding:0;
	display:block;
}

.home-texts h1 {
	font-size:38px;
	border-bottom:#cfd3d7 solid 1px;
	font-weight:300;
	margin:30px 0 15px 0;
	padding:0 0 10px 0;
}

.home-texts h2 {
	font-size:16px;
	font-weight:700;
	padding:15px 15px 15px 0;
	display:block;
}

.home-texts h2.news-title {
	color:#FF6347;
	font-size:16px;
	font-weight:700;
	display:block;
}

.home-texts h3 {
	font-size:14px;
	font-weight:700;
	padding:15px 15px 15px 0;
	display:block;
}

.home-texts p {
	font-weight:300;
	margin:0;
	text-align:justify;
	font-size:12px;
}

.home-texts p a.news-text {
	font-weight:300;
	margin:0;
	text-align:justify;
	padding:0;
}

a.read-more {
	font-weight:400;
	background:#ed1b24;
	padding:10px;
	display:inline-block;
	color:#fff;
	font-size:12px;
	margin-top:15px;
}

a.read-more:hover {
	background:#211e1e;
}

.divider {
	display:block;
	background:url(/images/divider.png) no-repeat center center;
	height:36px;
	margin:15px 0;
}

.owl-carousel {
	border-top:1px solid #cfd3d7;
}

ul.home-list {
	display:block;
	border-top:#cfd3d7 solid 1px;
}

ul.home-list li {
	display:block;
	border-bottom:#b3b3b3 solid 1px;
	background:url(/images/list_grey.png) no-repeat 0 15px;
	padding-left:15px;
	height:auto !important;
	font-size:12px;
}

ul.home-list li a {
	display:block;
	padding:8px 0;
	color:#08283e;
}

ul.home-list li a:hover {
	display:block;
	color:#225070;
}

/*.social {
	float:left;
}

ul.social-media {
	width:40px;
}

ul.social-media li {
	display:block;
	margin-top:1px;
}

ul.social-media li a {
	width:40px;
	height:40px;
	display:block;
	background:#d4d4d4;
	line-height:40px;
	text-align:center;
	color:#848484;
}

ul.social-media li a:hover {
	-webkit-transform: rotate(360deg) translate(0, 0);
	-moz-transform: rotate(360deg) translate(0, 0);
	-o-transform: rotate(360deg) translate(0, 0);
	-ms-transform: rotate(360deg) translate(0, 0);
	transform: rotate(360deg) translate(0, 0);
	background:#231f20;
	color:#fff;
}

ul.social-media li a i {
	font-size:16px;
}*/

/*==========PAGE CONTENT==========*/
.page-content {
	margin:0;
	position:relative;
	z-index:1060;
}

.page {
	display:block;
	padding:0;
	margin-top:-195px;
}

.page-item {
	margin:0 0 15px 0;
}

.page-item h1 {
	position:relative;
	color: #08283e;
    font-size: 20px;
    font-weight: 600;
	border-bottom:1px solid #cfd3d7;
	padding-bottom:10px;
}

.page-item p {
	text-align:justify;
}

.slider {
	width:100%;
	display:block;
	position:relative;
}

.slider-img {
	display:block;
	position:relative;	
	overflow:hidden;
	margin:0;
}

.slider-img img {
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.slider-text {
	position:absolute;
	z-index:1050;
	width:100%;
}

.text1,
.text1-page {
	color:#ffffff;
	text-shadow:none;
	font-size:36px;
	line-height:40px;
	font-weight:300;
	text-decoration:none;
	text-transform:uppercase;
	margin:80px 0 20px 0;
}

.text1-page {
	font-size:42px;
}

.text2 {
	color:#ffffff;
	text-shadow:none;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	text-align:justify;
}

.page-img-pattern-home {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:530px;
	z-index:1041;
	background:url(/js/rs-plugin/assets/lines.png) repeat 0 0;
}

.page-img-pattern {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:360px;
	z-index:1041;
	background:url(/js/rs-plugin/assets/lines.png) repeat 0 0;
}

.pattern-text {
	padding:200px 0 0 0;
}

/*==========SIDEBAR==========*/
.sidebar {
	margin:0;
	display:block;
}

.sidebar-box {
	display:block;
	margin-bottom:10px;
	background:#f6f8fa;
	border:#e8e8e8 solid 1px;
	padding:20px;
}

.sidebar-box-title {
	position:relative;
	display:inline-block;
	left:50%;
	
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.sidebar-box-title:before {
	position:absolute;
	width:25px;
	height:6px;
	border-top:#08283e solid 1px;
	border-bottom:#08283e solid 1px;
	content:'';
	left:-35px;
	top:50%;
	margin-top:-3px;
}

.sidebar-box-title:after {
	position:absolute;
	width:25px;
	height:6px;
	border-top:#08283e solid 1px;
	border-bottom:#08283e solid 1px;
	content:'';
	right:-35px;
	top:50%;
	margin-top:-3px;
}

.sidebar-box-title h2 {
	position:relative;
	color: #08283e;
    font-size: 20px;
    font-weight: 300;
	text-align:center;
}

.sidebar-box-body {
	padding:0;
	margin-top:20px;
}

.sidebar-box-body h2 {
	color:#08283e;
	font-weight:700;
	font-size:14px;
}

.sidebar-box-body p {
	color:#08283e;
	font-weight:400;
	font-size:14px;
	margin:0;
}

.sidebar-box-contact {
	display:inline-block;
	margin-top:10px;
}

.sidebar-box-icon {
	display:table-cell;
	vertical-align:top;
}

.sidebar-box-text {
	display:table-cell;
	vertical-align:middle;
	padding:0 17px 0 10px;
}

.sidebar-box-text p {
	color:#08283e;
	font-size:13px;
	font-weight:400;
}

.sidebar-box-icon i {
	font-size:28px;
	color:#08283e;
}

ul.sidebar-list {
    list-style: outside none none;
}

ul.sidebar-list li {
    list-style: none;
    padding: 8px 0;
}

ul.sidebar-list li a {
    color:#08283e;
}

ul.sidebar-list li a:hover {
    color:#ed1b24;
}

ul.sidebar-list li a i {
    margin-right:10px;
}

/*==========PRODUCTS==========*/
.products {
	margin-top:0px;
}

/*.product-img {
	display:block;
	position:relative;
}

.product-img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}*/


.product-img {
	display:block;
	position:relative;
}

.product-img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:#F6F8FA solid 5px;
}

.product-title h3 {
	font-size:24px;
	font-weight:300;
	color:#fff;
}



.product-title h3 {
	font-size:24px;
	font-weight:300;
	color:#fff;
}

ul.productlist {
	display:block;
}

ul.productlist > li {
	display:block;
	border-bottom:#cfd3d7 solid 1px;
	padding:15px 0;
}

ul.productlist > li > .product-img {
	display:table-cell;
	vertical-align:top;
	padding-top:15px;
}

ul.productlist > li > .product-img > img{
	width:120px;
}

ul.productlist > li > .product-desc {
	display:table-cell;
	vertical-align:top;
	width:100%;
	padding:0 0 0 30px;
}

ul.productlist > li > .product-desc > .product-title {
	display:table-cell;
	vertical-align:top;
	padding:0 10px;
	margin:30px 0 0 0;
	width:100%;
}

ul.productlist > li > .product-desc > .product-title > h3 {
	font-size:18px;
	color:#08283e;
	font-weight:700;
}

ul.productlist > li > .product-desc > .product-body {
	padding:10px;
}

ul.productlist > li > .product-desc > .product-body p {
	color:#7c868d;
}

ul.productlist > li > .product-desc > .product-body a.read-more {
	margin:10px 0;
	display:inline-block;
	color:#fff;
	background:#ed1b24;
}

ul.productlist > li > .product-desc > .product-body a.read-more:hover {
	background:#211e1e;
}

ul.products-holder {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility:hidden;
	height:0;
	display:none;
	
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	
	border:#e8e8e8 solid 1px;
	border-top:0;
	margin-top:-5px;
	margin-bottom:5px;
	padding:20px;
}

ul.products-holder.opened {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);/* IE 5-7 */
	-moz-opacity: 1;/* Netscape */
	-khtml-opacity: 1;/* Safari 1.x */
	opacity: 1;/* Good browsers */
	visibility:visible;
	
	display:block;
	
	height:100%;
	
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

ul.products-holder > li {
	display:block;
}

ul.products-holder > li > a {
	padding:10px;
	color:#08283e;
	display:block;
}

ul.products-holder > li > a > i {
	margin-right:10px;
}

ul.products-holder > li > a:hover {
	color:#ed1b24;
}

a.tech {
	color:#fff;
	background:#ed1b24;
    display: inline-block;
    float: left;
    margin-right: 2px;
    padding: 10px;
	margin-top:15px;
}

a.tech:hover {
	background:#211e1e;
}
/*==========TEAM==========*/
ul.teamlist {
	display:block;
}

ul.teamlist > li {
	display:block;
	border-bottom:#cfd3d7 solid 1px;
	padding-bottom:10px;
	margin-bottom:10px;
}

ul.teamlist > li > .team-img {
	display:table-cell;
	vertical-align:top
}

ul.teamlist > li > .team-desc {
	display:table-cell;
	vertical-align:top;
	width:100%;
	padding:0 0 0 15px;
}

.team-title {
	display:table-cell;
	vertical-align:top;
	padding:5px 0;
	margin:30px 0 0 0;
	width:100%;
}

.team-title > h4 {
	font-size:14px;
	color:#08283e;
	font-weight:400;
}

.team-title > h3 {
	font-size:14px;
	color:#08283e;
	font-weight:400;
	margin:5px 0;
}

.team-title > div.name {
	float:left;
	width:100%;
	margin-top:0;
}

.team-title > div.name > h2 {
	font-size:22px;
	color:#ed1b24;
	font-weight:700;
	margin-bottom:5px;
	border-bottom:0;
	padding:0;
	float:left;
}

span.email {
	float:right;
	margin-top:10px;
}

span.email > a {
	color:#ed1b24;
	font-size:14px;	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding:5px 25px;
	margin-top:-3px;
}

span.email > a:hover {
	color:#211e1e;
}

ul.teamlist > li > .team-desc > .team-body {
	padding:0 10px;
}

ul.teamlist > li > .team-desc > .team-body p {
	color:#08283e;
	padding-top:10px;
}

ul.teamlist > li > .team-desc > .team-body a.read-more {
	margin:10px 0;
	display:inline-block;
	color:#cfd3d7;
	text-decoration:underline;
}

ul.teamlist > li > .team-desc > .team-body a.read-more:hover {
	color:#08283e;
}

ul.teams-holder {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility:hidden;
	height:0;
	
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

ul.teams-holder.opened {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);/* IE 5-7 */
	-moz-opacity: 1;/* Netscape */
	-khtml-opacity: 1;/* Safari 1.x */
	opacity: 1;/* Good browsers */
	visibility:visible;
	
	height:100%;
	
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

ul.teams-holder > li {
	display:inline-block;
}

ul.teams-holder > li > a {
	display:inline-block;
	float:left;
	background:#08283e;
	padding:10px !important;
	color:#fff;
	margin-right:2px;
}

ul.teams-holder > li > a:hover {
	background:#FF6347;
}

/*==========CONTACT==========*/
.map {
	width:100%;
	height:335px;
	margin:0;
}

.contact-info {
	display:block;
	border-top:#cfd3d7 solid 1px;
}

.contact-icon {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.contact-icon a {
	color:#08283e;
	font-size:40px;
}

.contact-icon a:hover {
	color:#ed1b24;
}

.contact-desc {
	display:table-cell;
	vertical-align:middle;
	padding:20px 0 20px 40px;
	width:100%;
}

.contact-desc h2 {
	font-size:18px;
	font-weight:700;
	margin-bottom:15px;
	color:#08283e;
}

.contact-desc address.address-title {
	display:table-cell;
	vertical-align:middle;
	color:#08283e;
}

.contact-desc address.address-desc {
	display:table-cell;
	vertical-align:middle;
	color:#08283e;
	width:100%;
}

.contact-desc address strong {
	width:80px;
	float:left;
}

.contact-desc address strong span.dot {
	width:5px;
	float:right;
	margin:0 3px;
}

.float-label {
	position: relative;
}

.float-label label {
	position: absolute;
	top: 15px;
	left: 15px;
	opacity: 0;
	color:#48cfad;
	z-index:100;
}

.float-label.focused label,
.float-label.populated label {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);/* IE 5-7 */
	-moz-opacity: 1;/* Netscape */
	-khtml-opacity: 1;/* Safari 1.x */
	opacity: 1;/* Good browsers */
}

.float-label.focused input,
.float-label.populated input,
.float-label.focused textarea,
.float-label.populated textarea {
	padding-top: 30px;
}

.float-label input,
.float-label textarea,
.float-label label {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.animatedTextarea {
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}

.input-icon {
    position: relative;
}

.input-icon > i {
    color: #ccc;
    display: block;
    font-size: 16px;
    margin: 11px 2px 4px 10px;
    position: absolute;
    text-align: center;
    width: 16px;
    z-index: 3;
}

.input-icon.right > i {
    float: right;
    font-size: 22px;
    right: 18px;
    top: 4px;
}

.has-success .form-control,
.has-success .form-control:focus {
    border-color: #48cfad;
    box-shadow: none;
}

.has-success label {
	color:#48cfad;
}

.has-success .input-icon > i {
    color: #48cfad;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #CD5C5C;
    box-shadow: none;
}

.has-error label {
	color:#CD5C5C;
}

.has-error .input-icon > i {
    color: #CD5C5C;
}

.display-none, .display-hide {
	display:none;
}

/*==========ALL NEWS LIST==========*/
.news-detail {
	display:block;
}

.news-detail-title {
	display:block;
	background:#fff;
	border:#e8e8e8 solid 1px;
	padding:10px;
}

.news-detail-title h2 {
	color:#ed1b24;
	font-weight:500;
	font-size:22px;
}

.all-news-title {
	padding:20px 0;
}

.all-news-title h3 {
	font-size:20px;
	font-weight:500;
	color:#ed1b24;
}


ul.all-news-list {
	display:block;
}

ul.all-news-list li {
    list-style: outside none none;
	font-weight:400;
	margin-bottom:10px;
}

ul.all-news-list li a {
	color:#08283e;
	background:#fff;
	border: 1px solid #e8e8e8;
	display:block;
	padding: 10px;
}

ul.all-news-list li a:hover {
	color:#fff;
	background:#ed1b24;
}

.news-detail-body {
	text-align:justify;
	font-weight:300;
	background:#fff;
	border:#e8e8e8 solid 1px;
	border-top:0;
	padding:10px;
}

.news-detail-body i {
	text-align:right;
	display:block;
}

/*==========CV==========*/
ul.cv-view {
	display:block;
}

ul.cv-view li {
	display:block;
	margin-bottom:15px;
}

ul.cv-view li:last-child {
	margin-bottom:0;
}

ul.cv-view li .cv-title {
	color:#f56954;
	font-size:12px;
	display:block;
}

ul.cv-view li .cv-desc {
	color:#6e778c;
	font-size:16px;
}

.cv-divider {
	width:100%;
	height:1px;
	background:#e0e0e0;
	margin:15px 0;
}

.footer {
	display:block;
	padding:10px;
	background:#f6f8fa;
	border-top:#e8e8e8 solid 1px;
	margin-top:20px;
}

p.copy {
	color:#08283e;
	font-size:12px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	margin-top:24px;
}

/*==========CALL CENTER==========*/
.call-center-content {
	display:block;
	text-align:center;
}

.call-center {
	display:inline-block;
	float:right;
}

.call-center-text a {
	position:relative;
	display:block;
	color:#ed1b24;
	padding:0 0 0 5px;
	text-align:center;
	font-size:36px;
	font-weight:100;
	font-family: 'Roboto', sans-serif;
}

.call-center-title {
	font-size:12px;
	font-weight:900;
	font-family: 'Roboto', sans-serif;
	color:#ed1b24;
	float:right;
	margin-top:-10px;
}

.footer div.conditions {
	margin:18px 10px 0 0;
	float:right;
	display:inline-block;
}

.footer div.conditions p {
	color:#08283e;
	font-size:12px;
}

.footer div.conditions p a {
	color:#08283e;
	font-size:12px;	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:#fff;
	padding:5px 25px;
}

.footer div.conditions p a:hover {
	color:#fff;
	background:#ed1b24;
}

.footer-title {
	padding:15px 10px;
	background:rgba(233,235,237,0.5);
}

.footer-title > h2 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
	color:#08283e;
}

/*Responsive*/
@media screen and (min-width: 319px) {
	.text1,.text1-page {font-size:32px;line-height:40px;margin:20px 0 20px 0;}	
	.text2 {font-size:12px;line-height:20px;}
	.text1-page {margin-top:100px;}
	.box-title {position:relative;min-width:100%;}
	.box-title h2 {font-size:12px;}
}

@media screen and (min-width: 568px) {
	.text1,.text1-page {font-size:36px;line-height:40px;margin:100px 0 20px 0;}	
	.text2 {font-size:14px;line-height:20px;}
	.box-title {position:absolute;min-width:370px;}
	.box-title h2 {font-size:16px;}
}

@media screen and (min-width: 768px) {
	.text1,.text1-page {font-size:36px;line-height:40px;margin:100px 0 20px 0;}	
	.text2 {font-size:14px;line-height:20px;}
	.box-title {position:absolute;min-width:370px;}
	.box-title h2 {font-size:16px;}
}

@media screen and (min-width: 992px) {
	.text1,.text1-page {font-size:36px;line-height:40px;margin:100px 0 20px 0;}	
	.text2 {font-size:14px;line-height:20px;}
	.box-title {position:absolute;min-width:370px;}
	.box-title h2 {font-size:16px;}
}
@media screen and (min-width: 1200px) {
	.text1,.text1-page {font-size:36px;line-height:40px;margin:60px 0 20px 0;}	
	.text2 {font-size:14px;line-height:20px;}
	.box-title {position:absolute;min-width:370px;}
	.box-title h2 {font-size:16px;}
}