/*
 Theme Name:     Cyprium Child Theme of Divi
 Theme URI:      http://krushcreative.com/
 Description:    Cyrpium Child Theme
 Author:         KrushCreative
 Author URI:     http://krushcreative.com
 Template:       Divi
 Version:        2.2
*/

@import url("divi.css");
@import url("shortcodes.css");

/* =Theme customization starts here
------------------------------------------------------- */

/* @group Misc */

body {
    font-size: 13px;
    font-weight: 400;
}

#main-content {
  background-color: #f3f4f4;
}
#main-content .container {
  padding-top: 30px;
  background: #fff;
}

.breadcrumbs {
	margin: 0 auto;
 	position: relative;
 	text-align: left;
 	max-width: 1080px;
 	width: 90%;
	padding-top: 0;
	padding-bottom: 15px;
	color: #636363;
	clear: both;
}

.breadcrumbs a {
	color: #636363;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #636363;
	text-decoration: underline;
}

.et_left_sidebar #sidebar {
  float: left;
  margin-left: 30px;
  width: 194px;
}
#main-content .container:before {
  background-color: #ffffff;
}

.semi, strong.semi, b.semi { font-weight: 600; }

h1, h2, h3, h4, h5, h5 {
	color: #a4664e;
	padding-bottom: 13px;
	font-weight: 600;
}

h1.main_title, h1 {
  border-bottom: 1px solid rgba(164,102,78,0.44);
  line-height: 1.3em;
  padding-bottom: 6px;
  margin-top: 0;
  color: #a4664e;
}

#news-lp h2.section-title {
	border-bottom: 1px solid rgba(164,102,78,0.44);
	font-size: 24px;
	color: #a4664e;
}

h2, h3, h4, h5, h5 {
	margin-top: 20px;
}

h5 {
	color: #a5664e;
	text-transform: uppercase;
}
.et_pb_row  p, .col50 p, .third p {
  padding-bottom: 0;
}

.et_pb_column p {
  padding-bottom: 1em;
}

.cyprium article p,
.et_pb_column p.post-short,
.et_pb_post.cyprium p {
  padding-bottom: 0.15em;
}

.et_pb_column p.post-meta {
	padding-bottom: 0.75em;
}

.et_pb_column p.post-link {
  font-weight: 600;
  text-transform: uppercase;
}

.et_pb_column .col-full p {
  padding-bottom: 2em;
}

ul.jumplistA {
	width: 159px;
	float: left;
	list-style: none;
	line-height: 1.3em;
	margin-left: 0;
	padding-left: 0;
	padding-top: 4px;
}

ul.jumplistB {
	width: 240px;
	float: left;
	list-style: none;
	line-height: 1.3em;
	margin-left: 0;
	padding-left: 0;
	padding-top: 4px;
}


ul.jumplistA li {
	width: 150px;
	padding-right: 5px;
	padding-bottom: 5px;

}

ul.jumplistB li {
	width: 240px;
	padding-right: 5px;
	padding-bottom: 5px;
}

ul.jumplistA a, ul.jumplistB a {
	color: #a5664e;
	text-decoration: none;
	font-size: 11px;
}

/* team */
.team {
	clear: both;
	height: 1%;
	margin: 8px 0px 10px;
	overflow: auto;
	padding: 0px;
}
.team:after {
	content: '';
	display: table;
	clear: both;
}
.team .lcol {
	display: block;
	width: 100%;
	float: none;
	clear: both;
	padding-bottom: 15px;
}
.team .lcol img {
	float: left;
}

.team .lcol .contact {
	float: left;
	margin-left: 15px;
}
.team .rcol {
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: 15px;
}
@media only screen and ( min-width: 560px ) {
	.team .lcol {
		width: 130px;
		float: left;
		clear: none;
	}
	.team .rcol {
		width: calc(100% - 150px);
		float: left;
		clear: none;
	}
	.team .lcol .contact {
		float: none;
		margin-left: 0;
	}
	.team .lcol img {
		float: none;
	}
}

.team p.team-member {
	margin: 0px 20px 15px 130px;
	padding: 0px;
}

.team .rcol p.team-member {
	margin: 0px 20px 15px 0;
}

.team p, .team br {
	margin: 0;
	padding: 0;
}

.team h5 {
	margin: 0px 20px 5px 130px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.4em;
}

.team .rcol h5 {
	margin: 0px 20px 5px 0;
}

.team h5 a {
	color: #17252d;
	text-decoration: none;
	font-weight: bold;
}

.team img {
	float: left;
	margin: 0;
	padding: 0;
}

.team .lcol img {
	float: none;
}

.team .team-mail, .team .team-vcard {
	font-size: 10px;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

.team .team-vcard {
	background-image: url(images/icon-download.svg);
	background-size:  15px 12px;
}
.team .team-mail {
	background-image: url(images/icon-email.svg);
	background-size: 15px 11px;
}

.featured {
	font-weight: normal;
	line-height: 1.75em !important;
	color: #a5664e;

}
.divider {
	height: 1px;
	border-bottom: 1px solid #e2e5e6;
	margin-top: 22px;
	margin-bottom: 23px;
}
.col50 {
	width: 49.5%;
	float: left;
	margin: 10px 0 15px;
	min-height: 179px;
height: 179px;
}

.third {
	width: calc(100%/3);
	float: left;
	margin: 10px 0 15px;
	height: 139px;
	position: relative;
}

.half {
	width: 49%;
	float: left;
	margin: 10px 0 15px;
	height: auto;
	position: relative;
	padding-right: 1%;
}

.col-full {
	width: 99%;
	margin: 10px 0 10px;
	vertical-align: top;
	text-align: left;
	position: relative;
}
.col50 img,
.third img,
.top-block img {
	float: left;
	margin-right: 10px;
}

.col-full img {
	margin-right: 20px;
	float: left;
	display: inline;
}

.col-full .icon-btm {
	position: absolute;
	bottom: 0;
	left:  158px;
}

.col50 a, .third a {
	color: #a5664e;
	text-decoration: none;
	font-weight: normal;
}


.col50 h4, .col-full h4, .third h4 {
	color: #17252d;
	font-weight: 700;
	font-size: 16px;
	text-transform: none;
	display: inline;
	margin-top: -5px;
}

.col-full h4 {
	display: block;
	vertical-align: top;
	font-weight: 700;
}

.col-full .w570 {
	padding-left: 158px;
}

.col50 p.at, .third p.at,.third p.at {
	padding-bottom: 1em;
}
.third p.at-links {
	padding-bottom: 0;
	position: absolute;
	left: 110px;
	bottom: 5px;
}

.top-block {
	position: relative;
}

.col-full .top-block .at2-links {
	padding-bottom: 0;
	position: absolute;
	left: 160px;
	bottom: 5px;
	margin-bottom: 0 !important;
}

.at-experiences {



}

.f16 { font-size: 16px !important; }
.font-mc { font-size: 12px !important; line-height: 1.5em; font-weight: 600;}

h4.f16 { padding-top: 0;}

.brown { color: #a5664e; }
a.brown { color: #a5664e !important; }

.gray { color: #7d7d7d; }
.clr { clear: both; }
.center { text-align: center; }
.mr30 { margin-right: 30px !important; }
.mb10 { margin-bottom: 10px; }
.mrC {
	margin-right: 60px !important;
}
.mtimg {
	margin-top: 8px;
}

/* @end */

/* @group Layout Fixes */

.et_right_sidebar #main-content .container:before {
	right: 0;
}
.et_left_sidebar #left-area {
  float: right;
  margin-left: 50px;
  max-width: 745px;
  width: 100%;
  margin-right: 40px;
}

.et_right_sidebar #left-area {
  float: left;
  margin-right: 50px;
  max-width: 745px;
  width: 100%;
  margin-left: 40px;
}
.et_full_width_page #left-area {
  float: none;
  width: 90%;
  margin-left: auto; margin-right: auto;
}

.home.et_full_width_page #left-area {
  float: none;
  width: 100%;
  margin-left: auto; margin-right: auto;
}

.home #main-content, .home .et_pb_section.et_section_specialty {
  background-color: #fff;
}

#main-content, .et_pb_section.et_section_specialty {
  background-color: #f3f4f4;
}

.et_pb_pagebuilder_layout #main-content {
  background-color: #f3f4f4;
}


.page-template-page-minimal #left-area {
	float: none;
	width: 100%;
	max-width: 94%;
	margin-left: auto; margin-right: auto;
}

.page-template-page-minimal #main-header.cyprium {

	margin-bottom: 0;
}

.page-template-page-minimal #et-main-area {
	margin-top: 0;
}

.et_section_specialty .et_pb_row {
	background: #fff url(images/bkg-content.png) repeat-y 80px 0;
	border-top: 30px solid #fff;
/*	border-bottom: 30px solid #fff;*/
	padding: 0;
}

.et_pb_section {
  position: relative;
  padding: 0 !important;
}


.content-rr-only .et_pb_column_2_3 .et_pb_text {
  margin-bottom: 30px;
  margin-left: 16px;
  width: 100%;
}

.content-rr-only .et_pb_column.et_pb_column_2_3 {
	margin-right: 50px;
}

.content-rr-only .et_pb_column.et_pb_column_1_3 {
	margin-right: 0;
}

.content-lr-only .et_pb_column.et_pb_column_1_3,
.content-lr-only .et_pb_column.et_pb_column_1_4 {
	margin-right: 0;
}


.content-lr-only .et_pb_column.et_pb_column_2_3,
.content-lr-only .et_pb_column.et_pb_column_3_4 {
	margin-right: 0;
	margin-left: 16px;
}


.content-3-col .et_pb_column.et_pb_column_1_4,
.single-3-col .et_pb_column.et_pb_column_1_4,
.content-lr-only .et_pb_column.et_pb_column_1_4 {
	margin-right: 0;
	width: 256px;
}

.content-lr-only .et_pb_column.et_pb_column_3_4 {
  max-width: 764px;
}

.content-lr-only .contact-page .et_pb_column.et_pb_column_1_3, .content-lr-only .contact-page .et_pb_column.et_pb_column_1_3 {
  margin-right: 25px;
}

.content-3-col .et_pb_column_1_4 .et_pb_widget_area_left .et_pb_widget,
.single-3-col .et_pb_column_1_4 .et_pb_widget_area_left .et_pb_widget {
  margin-left: 20px;
  margin-right: 20px;
}



.content-3-col .et_pb_column.et_pb_column_1_2,
.single-3-col #left-area {
	margin-right: 16px;
	margin-left: 16px;
	width: 530px;
}

.single-3-col #left-area .post-meta {
	padding-bottom: 0; margin-bottom: 0;
	margin-top: 10px;
}

.single-3-col .entry-content {
	padding-top: 20px;
}

.content-lr-only .lr-navigation {
	margin-left: 16px;
}

.content-3-col .lr-navigation {
	margin-left: 0;
}
.single-3-col .widget_nav_menu {
  float: left;
  margin: 0 16px 40px 16px;
}

.et_pb_widget_area_right {
  border-left: 0px solid #e2e2e2;
}

.et_pb_widget_area_left {
  border-right: 0px solid #e2e2e2;
}

.one_half {
  padding-top: 10px;
}


/* @end */

/* @group Header */

#main-header.cyprium {
  padding: 0 0 15px;
  position: relative;
  margin-bottom: 20px;
}

.home #main-header.cyprium {
  margin-bottom: 0;
  padding: 0 0 15px;
  position: relative;
}

header {
  background: url("images/bkg-top.png") repeat-x scroll 0 bottom #f0f0f1;
  height: 167px !important;
  width: 100%;
}

header #logo {
	padding-top: 19px;
}

#headerContent {
	height: 167px;
}

#headerContent #social {
  float: right;
  height: 55px;
  padding-top: 51px;
}
#social ul li.linkedin {
  background: url("images/icon-ln.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 43px;
  width: 43px;
}
#social ul li {
  float: left;
  margin-left: 15px;
  text-align: left;
}

#social ul li a {
  border: 0 none;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  height: 43px;
  width: 43px;
}


#main-header nav#top-menu-nav {
  padding-top: 0;
}

#top-menu li.current-menu-item > a {
  font-weight: 600;
}

#top-menu li.current-menu-ancestor > a,
#top-menu li.current-page-ancestor > a,
#top-menu li.current-item > a {
  color: #a4664e !important;
  font-weight: 600;
}

.nav li ul {
  top: 27px;
}

#main-header #et_mobile_nav_menu {
  margin-top: 68px;
}

.et_mobile_menu {
  top: auto;
}

#et-top-navigation.cyp {
  float: left;
  padding-left: 0 !important;
}

#top-menu li {
  display: inline-block;
  font-size: 14px;
  padding-right: 52px;
}

#top-menu li a {
	padding-left: 8px;
}



#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
  content: "";
  font-size: 9px;
  position: absolute;
  right: 0;
  top: 2px;
  transform: rotate(90deg);
}

/* @end */
/* @group Content */
#et-main-area {
	margin-top: 30px;
}

.home #et-main-area {
	margin-top: 0;
}
/* @end */

/* @group HomePage */

.hp-contact {
	width: 100%; max-width: 1080px; margin: 0 auto;
	clear:  both;
}

.hp-contact:after {
	content:  '';
	display: table;
	clear: both;
}

.hp-contact .c-wrap {
	display: block;
	width: 100%;
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
}
.hp-contact .hc1 { float: left; width: 110px; padding-left:  0; vertical-align: text-top;}
.hp-contact .hc1 h3 {
	margin-top: 0;
}
.hp-contact .hc2 { float: left; width: 100%; max-width: 660px; vertical-align: text-top; padding-bottom: 20px;}

.hp-contact .hc2 ul {
	width: 100%; max-width: 660px;
	display: block;
	position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	vertical-align: text-top;
}
.hp-contact .hc2 ul li { display: inline-block; padding-bottom: 0; padding-right: 15px; }
.hp-contact .hc2 ul li.c1 { max-width: 130px; width: 95%; }
.hp-contact .hc2 ul li.c2 { max-width: 325px; width: 95%; }
/*.hp-contact .hc2 ul li.c3 { max-width: 196px; width: 95%; }*/
.hp-contact .hc2 ul li.c4 { max-width: 152px; width: 95%; }
/*.hp-contact .hc2 ul li.c5 { max-width: 138px; width: 95%; padding-right: 0; }*/


.cyprium-hp-slider {
	height: 318px;
	width: 100%;
	max-width: 1080px;
	clear: both;
	margin-bottom: 30px;
}

.cyprium-hp-slider:after {
	content:  '';
	clear: both;
	display: table;
}

.cyprium-hp-slider .hp-hero1 {
	width: 65%;
	max-width: 700px;
	float: left;
	background: url(images/hp-image-notext-rev.jpg) no-repeat center center;
	background-size: cover;
	height: 100%;
	display: block;
}

.cyprium-hp-slider .hp-hero1 .hero-text {
	padding: 20px 40px 10px 30px;
	line-height: normal;
	color: #fff;
}

.cyprium-hp-slider .hp-hero1 .hero-text .hl {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
}

.cyprium-hp-slider .hp-hero2 {
	width: 35%;
	max-width: 380px;
	float: left;
	height: 100%;
	display: block;
}

.cyprium-hp-slider .hp-hero2 .split {
	width: 100%;
	height: 159px;
	float: none;
}

.cyprium-hp-slider .hp-hero2 .block1 {
	float: left;
	display: block;
	max-width: 159px;
	width: 42%;
	height: 100%;
}


.cyprium-hp-slider .hp-hero2 .block2 {
	float: left;
	display: block;
	max-width: 220px;
	width: 58%;
	height: 100%;
}

.cyprium-hp-slider .hp-hero2 .split-text {
	font-size: 13px;
	font-weight: 400;
	padding: 10px 15px 0;
}

.cyprium-hp-slider .hp-hero2 .split-text p {
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 9px;
	line-height: 1.3;
	color: #e1e1e1;
}

.cyprium-hp-slider .hp-hero2 .split-text.one {
	padding: 35px 30px 5px;
}

.cyprium-hp-slider .hp-hero2 .split-text .hl {
	font-size: 21px;
	font-weight: 500;
}

.cyprium-hp-slider .hp-hero2 .split-text .hl2 {
	font-size: 15px;
	font-weight: 500;
}

.bcopper {
	background: #a4664e;
}

.bdark {
	background: #172934;
}

.bgray {
	background: #bbbdbe;
}

.cdark {
	color: #17252d !important;
}



.metaslider .flexslider {
  margin: 0 !important;
}



.hp-news {
	width: 100%;
	position: relative;
}
.newsticker_wrapper {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 20px;
	height: auto;
	background: #f3f4f4;
	border-bottom: none;
	border-top: none;
}
.newsticker_wrapper:after,
.newsticker_wrapper:before {
	display: table;
	content: '';
	clear: both;
}
.newsticker_wrapper h4 {
  border-right: 0px solid #e4e5e5;
  background: #f3f4f4 !important;
  color: #17252d;
  font-weight: 600;
  margin: 0 15px 0 0;
  overflow: hidden;
  padding: 12px 8px 8px 9px;
  text-transform: none;
  font-size: 20px;
}

.newsticker_title {
	background: #f3f4f4 !important;
}

.newsticker li {
 /* height: 25px;*/
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0 5px;
/*  margin: 9px 0 0;*/
}

.entry-content .newsticker_wrapper ul.newsticker {
	padding: 0 0 0 16px !important;
}
.newsticker_wrapper a {
  color: #939596;
  font-size: 17px;
}
.newsticker_controls {
	list-style: none !important;
  margin: 0;
  position: absolute;
  right: 9px;
  top: 9px;
}

/* @end */
/* @group Sidebar */

#sidebar .secnav li,
.widget_nav_menu li,
.lr-navigation .widget_categories li {
	border-bottom: 1px solid #e2e5e6;
	padding: 8px 10px 9px;
}

.content-3-col .lr-navigation li,
.single-3-col .et_pb_column_1_4 li {
	border-bottom: 1px solid #e2e5e6;
	padding: 8px 10px 7px;
}

.content-3-col .lr-navigation li li,
.single-3-col .et_pb_column_1_4 li li {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.lr-navigation .widget_categories h4.widgettitle {
	font-size: 14px; font-weight: 600; padding-left: 10px; padding-top: 10px;
}

#sidebar .secnav li.first,
.widget_nav_menu li.first {
	font-weight: 600;
}
#sidebar .secnav li a,
.widget_nav_menu li a {
	color: #7d7d7d;
}

#sidebar .secnav li a:hover,
#sidebar .secnav li.current-menu-item > a,
#sidebar .secnav li.current-page-parent > a,
.widget_nav_menu li a:hover,
.widget_nav_menu li.current-menu-item > a,
.widget_nav_menu li.current-page-parent > a,

.single-3-col .et_pb_column_1_4 li a:hover,
.single-3-col .et_pb_column_1_4 li.current-menu-item > a,
.single-3-col .et_pb_column_1_4 li.current-page-parent > a {
	color: #a4664e;
}

#sidebar .post-date,
.sidebar-right .post-date,
.et_pb_widget_area_right .post-date {
	font-size: 12px;
}


.single-3-col .et_pb_column.et_pb_column_1_4 .et_pb_widget {
  margin: 0 16px 30px;
}




/* RR */

.bkg-black { background: #000; color: #fff; }
.bkg-brown { background: #a4664e; color: #fff; }

h4.bkg-black, h4.bkg-brown {
	text-align: center; font-weight: 600; font-size: 14px; text-transform: uppercase; padding-top: 10px; margin-bottom: 10px;
	margin-top: 13px;
}

.media-name { font-size: 14px; font-weight: 700; color: #162935; padding-bottom: 0.25em !important; }
.widget-buffer {
	margin: 0 10px 0;
}

.copper {
	background: rgba(164,102,78,0.25);
}
/* @end */

/* @group News */

#news-lp h2, .archive h2, .category h2 {
	color: #162935;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 0;
}

#news-lp p.post-meta, #news-lp p.post-meta a,
.category p.post-meta, .category p.post-meta a,
.archive p.post-meta, .archive p.post-meta a {
	color: #a4664e !important;
	text-transform: none;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 2px;
	margin-top: 0 !important;
}

#news-lp p.post-meta a,
.category p.post-meta a,
.archive p.post-meta a {
	color: #a4664e;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;

}

#news-lp .more-link,
.category .more-link,
.archive .more-link {
	font-weight: 700;
	text-transform: uppercase;
}
#news-lp article.et_pb_post,
.category article.et_pb_post,
.archive article.et_pb_post {
	margin-bottom: 30px;
}

.featured-news .category-portfolio-companies-in-the-news {
	background: #f8f3f1;
	padding: 10px 25px 25px;
}

.featured-news .category-investments-exits,
.featured-news .category-fund-news-personnel {
	background: #e6f0f7;
	padding: 25px;
}

#news-lp .featured-news h2 {
	color: #a4664e;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 0;
}

#news-lp .featured-news  {
	color: #162935;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

#news-lp .featured-news p {
	color: #162935;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

#news-lp .featured-news p.post-meta a {
	color: #a4664e;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	padding-bottom: 23px !important;
}

#news-lp .featured-news a.more-link {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 9px;
}

.featured-news-no.cyprium img {
	float: left;
	width: auto;
	margin-right: 15px;
	margin-bottom: 10px;
}

/* @end */


/* @group Footer */

#footer-bottom { background-color: transparent;}

#footer-bottom .container {
  background-color: transparent;
  border-bottom: 1px solid #dfe2e3;
  font-size: 11px;
}

/* @end */




/* @group Mobile */

@media only screen and ( max-width: 1101px ) {
	.hp-contact .hc1 {
	  padding-left: 0;
	}

	.content-lr-only .et_pb_column.et_pb_column_3_4 {
	  width: 600px;

	}

	.cyprium-hp-slider .hp-hero2 .split-text .hl2 {
		font-size: 14px;
	}
	.third {
		float: left;
		margin: 10px 0 30px;
		width: 49.5%;
	}

	.third h4 {
		padding-right: 5px;
	}
	.third p.at {
		padding-right: 10px;
	}
}
@media only screen and ( max-width: 1120px ) {

#top-menu li {
  padding-right: 48px;
}
#top-menu li a {
	padding-left: 8px;
}

}
@media only screen and ( max-width: 1024px ) {
	#top-menu li { padding-right: 30px; }

	.cyprium-hp-slider .hp-hero2 {
		width: 45%;
	}

	.cyprium-hp-slider .hp-hero1 {
		width: 55%;
	}
}
@media only screen and ( max-width: 981px ) {
	#et-secondary-nav {
		display: block;
	}
	.flex-direction-nav .flex-prev { opacity: 0 !important; }
	.flex-direction-nav .flex-next { opacity: 0 !important; }
}
@media only screen and ( max-width: 980px ) {

/* 
	#et_mobile_nav_menu { display: none; }
	#top-menu { display: block; margin-top: 88px; }
 */

#et_mobile_nav_menu { display: block; }
	#top-menu { display: none; }
	
	
	.et_pb_row, .container, .et_pb_container { width: 880px; }
	.hp-contact .hc2 ul li { display: inline-block; padding-bottom: 0; padding-right: 10px; }
	.et_pb_text {
  		margin-bottom: 10px;
  		margin-left: auto;
  		margin-right: auto;
		width: 90%;
	}
	.content-rr-only .et_pb_column_2_3 .et_pb_text {
  		margin-bottom: 1px;
  		margin-left: auto;
  		margin-right: auto;
  		width: 90%;
	}

	.et_pb_widget {
	  float: none;
	  margin: 0 auto;
	  width: 90% !important;
	}


	.et_pb_column_4_4 .et_pb_widget_area_right .et_pb_widget, .et_pb_column_3_4 .et_pb_widget_area_right .et_pb_widget, .et_pb_column_2_3 .et_pb_widget_area_right .et_pb_widget, .et_pb_column_1_2 .et_pb_widget_area_right .et_pb_widget, .et_pb_column_1_3 .et_pb_widget_area_right .et_pb_widget, .et_pb_column_1_4 .et_pb_widget_area_right .et_pb_widget {
 		margin: 0 auto;
		width: 90% !important;
	}
	.content-3-col .et_pb_column.et_pb_column_1_4 {
		margin-right: auto;
	}
	.content-3-col .et_pb_column.et_pb_column_1_2 {
	  margin-left: auto;
	  margin-right: auto;
	}

	.et_right_sidebar #left-area {
	  float: none;
	  margin-left: auto;
	  margin-right: auto;
	  width: 90%;
	}

	.et_right_sidebar #sidebar {
	  margin-left: auto;
	  margin-right: auto;
	  width: 90%;
	}

	.content-lr-only .et_pb_column.et_pb_column_2_3, .content-lr-only .et_pb_column.et_pb_column_3_4 {
	  margin-left: auto;
	  margin-right: auto;
	}

	.third {
		float: left;
		margin: 10px 0 30px;
		width: 33%;
	}
	.content-lr-only .et_pb_column.et_pb_column_3_4 {
		width:100%;
		max-width: 100%;

	}

	.content-3-col .et_pb_column.et_pb_column_1_2,
	.single-3-col #left-area {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	.content-3-col .et_pb_column.et_pb_column_1_4, .single-3-col .et_pb_column.et_pb_column_1_4 {
	  margin-right: 0;
	  width: 100%;
	}

	.et_pb_column {
	  float: left;
	  margin-right: 0;
	  padding-bottom: 10px;
	}

	.lr-navigation {
		display: none;
	}
	.et_pb_column.et_pb_column_1_4 { padding-bottom: 0; }

	.et_section_specialty .et_pb_row {
		background: #fff;
		border-top: 30px solid #fff;
		padding: 0;
	}


	.et_pb_column.et_pb_column_1_4 .et_pb_widget_area_right,
	.et_pb_column.et_pb_column_1_4 .et_pb_widget_area_left,
	.single-3-col #sidebar {
		margin-left: auto; margin-right: auto; width: 265px;
	}

	.et_left_sidebar #left-area, .et_right_sidebar #left-area {
	  float: none;
	  margin-left: auto;
	  width: 90%;
	  margin-right: auto;
	}

	.et_left_sidebar #sidebar { display: none; }

	#news-lp .featured-news {
	  width: 90%;
	  margin: 0 auto;
	}

	.breadcrumbs {
		padding-top: 0px;
		padding-bottom: 15px;
		clear: both;
		width: 90%;
	}
	.et_pb_posts.et_pb_bg_layout_light { width: 90%; margin: 0 auto; }

	.cyprium-hp-slider .hp-hero1 .hero-text {
		padding: 35px 30px;
		font-size: 16px;
		line-height: normal;
		color: #fff;
	}

	.cyprium-hp-slider .hp-hero1 .hero-text .hl {
		font-size: 20px;
		font-weight: 500;
		line-height: normal;
	}
	.cyprium-hp-slider .hp-hero2 .split-text .hl {
	  font-size: 20px;
	  font-weight: 500;
	}
	.cyprium-hp-slider .hp-hero2 .split-text .hl2 {
		font-size: 13px;
		font-weight: 500;
	}
}

@media only screen and ( max-width: 890px ) {
	.et_pb_row, .container, .et_pb_container { width: 760px; }

	.cyprium-hp-slider { height: 328px; }
	.cyprium-hp-slider .hp-hero2 .split.two { height: 169px; }
	.cyprium-hp-slider .hp-hero2 .split-text .hl2 { font-size: 13px; }

	.home .metaslider h3, .home .metaslider p {
		font-size: 12px !important;
	}

	.cyprium-hp-slider .hp-hero2 .split-text .hl {
	  font-size: 18px;
	  font-weight: 500;
	}

	.content-lr-only .et_pb_column.et_pb_column_1_4 {
	  margin-right: 0;
	  width: 236px;
	}
	.third {
		float: left;
		margin: 10px 0 30px;
		width: 49.5%;

	}
	.third p.at {
		padding-bottom: 1em;
		font-size: 12px;
	}

}


@media only screen and ( max-width: 800px ) {
	.et_pb_row, .container, .et_pb_container { max-width: 690px; width: 90%;}
	.hp-contact .hc2 ul { padding-bottom: 15px; width: 32%; display: inline-block;}
	.hp-contact .hc2 ul li { display: inline-block; padding-bottom: 0; padding-right: 0; }

/* 
	#et_mobile_nav_menu { display: block; }
	#top-menu { display: none; }
 */
	.home .metaslider .msHtmlOverlay .layer {
		top: 10px !important; font-size: 64%; line-height: 64%;
	}

	.content-lr-only .et_pb_column.et_pb_column_1_4 {
	  display: none;
	}
	.content-lr-only .et_pb_column.et_pb_column_3_4 {
	  width: 100%;
	}

	.cyprium-hp-slider {
		height: auto;
	}

	.cyprium-hp-slider .hp-hero1 {
		width: 100%;
		max-width: 768px;
		height: auto;
		display: block;
		float: none;
	}

	.cyprium-hp-slider .hp-hero2 {
		width: 100%;
		max-width: 768px;
		float: none;
		height: 159px;
		display: block;
	}

	.cyprium-hp-slider .hp-hero2 .split {
		float: left;
		display: block;
		width: 50%;
		height: 159px;
	}
	.cyprium-hp-slider .hp-hero2 .split.two { height: 159px; }


	.cyprium-hp-slider .hp-hero2 .block2.small-center { text-align: center; }


}

@media only screen and ( max-width: 760px ) {

	.cyprium-hp-slider .hp-hero2 {
		height: auto;
		clear: both;
	}
	.cyprium-hp-slider .hp-hero2 .split.two, .cyprium-hp-slider .hp-hero2 .split { height: auto; }
	.cyprium-hp-slider .hp-hero2 .split {
		width:  100%;
		float:  none;
		background: #01395c;
		height: 159px;

	}
	
	.cyprium-hp-slider .hp-hero2 .split:after {
	display: table;
	clear: both;
	content: '';
	}
	.cyprium-hp-slider .hp-hero2 .split.two {
		width:  100%;
		float:  none;
		background: #f0f0f1;
		height: auto;
	}
	.cyprium-hp-slider .hp-hero2:after {
		content: '';
		display: table;
		clear:  both;
	}

	.cyprium-hp-slider .hp-hero2 .block1 {
		float: left;
		display: block;
		width: 100%; max-width: 180px;
		height: 159px;
		clear: none;
	}

	.cyprium-hp-slider .hp-hero2 .block2 {
		float: left;
		display: block;
		width: 100%;  max-width: calc(100% - 183px);
		/*height: auto;*/
		clear: none;
	}

	.cyprium-hp-slider .hp-hero2 .split-text.one {
		padding: 15px 15px 11px;
	}
	.cyprium-hp-slider .hp-hero2 .split-text.one p { margin-bottom:  0; }
}

@media only screen and ( max-width: 745px ) {
	.home .metaslider h3 {
		font-size: 14px !important; display: block;
	}
	.home .metaslider p {
		display: none;
	}

}

@media only screen and ( max-width: 640px ) {
	#et-secondary-menu  {
		margin-top: 1px !important;
		display: inline-block;
		float: right;
	}

	#top-header .container { top: 15px; }
	.col50 {
	  float: none;
	  margin: 10px 0 30px;
	  width: 100%;
	  clear: both;
	  height: 179px;
	}
	/*.third {*/
	/*	float: none;*/
	/*	margin: 10px 0 30px;*/
	/*	width: 100%;*/
	/*	clear: both;*/
	/*	height: 179px;*/
	/*}*/
.home .metaslider .ms-layer {
		background: #a4664e;
		display: block;
	}
	.home .metaslider img {
		opacity: 0;
	}

	.home .metaslider .msHtmlOverlay .layer {
		top: 10px !important; font-size: 12px !important; line-height: 64%;
		width: 80% !important;
		position: relative !important;
		margin-left: auto; margin-right: auto;
		left:  auto !important;
	}
	.home .metaslider h3 {
		font-size: 15px !important; display: block;
	}
	.home .metaslider p {
		display: block;
	}
	.flex-direction-nav .flex-prev { opacity: 0 !important; }
	.flex-direction-nav .flex-next { opacity: 0 !important; }

	.cyprium-hp-slider {
	  height: auto;
	}

	/* .cyprium-hp-slider .hp-hero2 .block1 {
		float: none;
		display: block;
		width: 100%; max-width: 100%;
		height: auto;
		clear: both;
	}

	.cyprium-hp-slider .hp-hero2 .block2 {
		float: none;
		display: block;
		width: 100%;  max-width: 100%;
		height: auto;
		clear: both;
	} */

	.cyprium-hp-slider .hp-hero1 .hero-text {
		padding: 25px 20px;
		font-size: 14px;
	}
	.cyprium-hp-slider .hp-hero1 .hero-text .hl {
		font-size: 18px;
		font-weight: 500;
	}

	.cyprium-hp-slider .hp-hero2 .split-text .hl {
		font-size: 18px;
		font-weight: 500;
	}
	.cyprium-hp-slider .hp-hero2 .split-text {
		font-size: 13px;
		font-weight: 400;
		padding: 15px;
	}


	.cyprium-hp-slider .hp-hero2 .split-text .hl2 {
		font-size: 13px;
		font-weight: 500;
	}
	.cyprium-hp-slider .hp-hero2 .split {
		width: 100%;
		height: auto;
		float: none;
	}
	.cyprium-hp-slider .hp-hero2 .block2 img {
	  height: 48px;
	  width: auto;
	}
	.contact-page img {
	  display: block;
	  float: none;
	  margin-top: 20px;
	}

}
@media only screen and ( max-width: 590px ) {
	.third {
		float: none;
		margin: 10px 0 30px;
		width: 100%;
		clear: both;

	}
}
@media only screen and ( max-width: 487px ) {

	header {
	  background-color: #f0f0f1 !important;
	  background-image: none;
	  height: 167px !important;
	  width: 100%;
	  padding-bottom: 9px;
	}

	#main-header #et_mobile_nav_menu {
  		margin-top: 80px;
	}

	#headerContent #social {
	  float: none;
	  height: 45px;
	  position: absolute;
	  right: 5px;
	  bottom: 0px;
	}
	.cyprium-hp-slider .hp-hero2 .block2 img {
	  height: 42px;
	  width: auto;
	}

}
@media only screen and ( max-width: 480px ) {

	.col-full .w570 {
	  padding-left: 0;
	}

	#logo {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-bottom: 5px;
		padding-top: 10px;
	}

	#logo img {
		width: 100%;
		max-width: 382px;
	}
	.home .metaslider h3 {
		font-size: 13px !important; display: block;
	}
	.home .metaslider p {
		font-size: 11px !important; display: block;
	}
	.cyprium-hp-slider .hp-hero2 .block2 img {
	  height: 38px;
	  width: auto;
	}
}


@media only screen and ( max-width: 460px ) {

	.cyprium-hp-slider .hp-hero2 .block1 {
		float: none;
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
		clear: both;
		text-align: center;
	}

	.cyprium-hp-slider .hp-hero2 .block2 {
		float: none;
		display: block;
		width: 100%;
		max-width: 100%;
	/*	height: auto;*/
		clear: both;
	}

	.cyprium-hp-slider {
		height: auto;
	}

	.cyprium-hp-slider .hp-hero1 {
		height: auto;
	}


	.cyprium-hp-slider .hp-hero1 .hero-text {
		padding: 25px 20px;
		font-size: 14px;
	}
	.cyprium-hp-slider .hp-hero1 .hero-text .hl {
		font-size: 18px;
		font-weight: 500;
	}

	.cyprium-hp-slider .hp-hero2 .split-text .hl {
		font-size: 18px;
		font-weight: 500;
	}
	.cyprium-hp-slider .hp-hero2 .split-text {
		font-size: 13px;
		font-weight: 400;
		padding: 15px;
	}

	.cyprium-hp-slider .hp-hero2 .split-text .hl2 {
		font-size: 14px;
		font-weight: 500;
	}
	.cyprium-hp-slider .hp-hero2 .split {
		width: 100%;
		height: auto;
		float: none;
	}
}


@media only screen and ( max-width: 445px ) {
	.home .metaslider p {
		display: none !important;
	}
	.home .metaslider h3 {
		font-size: 15px !important; display: block;
	}
}


@media only screen and ( max-width: 360px ) {
	.hp-contact .hc2 { font-size: 90%; }
	#et-secondary-menu { padding-right: 0 !important; float: none;}

	.team { clear: both; margin: 8px 0 10px; }
	.team img { margin-right: 9px; margin-bottom: 9px; }

	.team p.team-member, .team h5 {
  		margin: 0 0 15px;
  		padding: 0;
  		width: auto;
	}

	.team h5 { line-height: 1.5em; }
	.team h5 a { display: block; }

	.col-full img {
  		display: block;
  		float: none;
  		margin-right: 20px;
	}

	.col-full .w570 {
	  margin-bottom: -5em;
	  padding-left: 0;
	}

	.home .metaslider p {
		display: none !important;
	}
	.home .metaslider h3 {
		font-size: 13px !important; display: block;
	}


	.cyprium-hp-slider .hp-hero2 .block2.small-center { text-align: center; }

	.cyprium-hp-slider .hp-hero1 .hero-text {
		padding: 25px 20px;
		font-size: 13px;
	}
	.cyprium-hp-slider .hp-hero1 .hero-text .hl {
		font-size: 16px;
		font-weight: 500;
	}

	.cyprium-hp-slider .hp-hero2 .split-text .hl {
		font-size: 16px;
		font-weight: 500;
	}
	.cyprium-hp-slider .hp-hero2 .split-text {
		font-size: 12px;
		font-weight: 400;
		padding: 15px;
	}

	.cyprium-hp-slider .hp-hero2 .split-text .hl2 {
		font-size: 13px;
		font-weight: 500;
	}
	.cyprium-hp-slider .hp-hero2 .split {
		width: 100%;
		height: auto;
		float: none;
	}

	.col-full img {
	  display: block;
	  float: none;
	  margin-bottom: 15px;
	  margin-right: auto;
	}

	.et_pb_column .col-full p {
	  padding-bottom: 1em;
	}
	.col-full .w570 {
	  margin-bottom: 0;
	  padding-left: 0;
	}

	.col-full h4 {
	  margin-top: 10px;
	}


}

@media only screen and ( max-width: 320px ) {
	#et-secondary-menu { padding-right: 0 !important; float: right;}
	.et_fixed_nav #logo { width: 231px; height: auto;}
	#main-header #et_mobile_nav_menu {
  		margin-top: 65px;
	}
	header {
	  height: 157px !important;
	}
	.home .metaslider .msHtmlOverlay .layer {
		top: 1px !important; font-size: 12px !important; line-height: 64%;
	}


}



/*
*
*
- - - - - - - - - - - - -
iNova Agency   19/05/2016
- - - - - - - - - - - - -
*
*
*/

#responsive-about-side{display: none;}
.city-name{display: block; margin-bottom: 8px; margin-top: 2px; }
.profile-list li { list-style: none; padding-right: 20px; padding-left: 1.5em;
text-indent: -1.5em;}
.profile-list, .contact-list{padding: 0px !important; padding-bottom: 23px !important; }
.contact-list{padding-bottom: 0px !important;}
.contact-list li{ list-style: none; line-height: 18px; margin-bottom: 18px; }
.menu-newsroom-container{ display: block; }
#menuBtn{display: none;}
#mobile-newroom{display: block;}
@media only screen and (max-width: 980px){
	#menuBtn .mobile_menu_bar{ float: right; margin-top: -25px; margin-right: 5px;}
	#menuBtn  .mobile_menu_bar:before{ background-color: #a4664e; color: white !important;}
	#responsive-about-side{display: inline-block;}
	#about-right-side{display: inline-block; float: left;}
	#left-newsroom-side{display: block;}
	.city-name{width: 220px; text-align: right; display: block; margin-top: 8px; margin-bottom: 0px;}
	.mobile_menu_bar{cursor: pointer;}
	#mobile-newroom{float: left; display: block; width: 100%; padding-bottom: 0px; }
	#mobile-newroom .widget_nav_menu{ margin: 0px; padding: 0px !important; width: 100% !important}
	#mobile-newroom ul li{padding-left: 20px;}
	.single #mobile-newroom{margin-bottom: 25px;}
	.contact-page .et_pb_text{width: 100%;}
	#menu-newsroom{margin-bottom: 30px;}
	#menuBtn{display: block;}
	.menu-newsroom-container{display: none;}
}
@media only screen and (max-width: 680px){
	.responsive-block{display: block;}
	.profile-list strong{display: block;}
	.profile-list li{ list-style: none; line-height: 18px; margin-bottom: 18px; }
}
@media only screen and (max-width: 350px){
	.profile-list li:last-child .responsive-block{ display: inline-block;}
}



/* @end */
