/*
Theme Name:         Roots
Theme URI:          http://www.rootstheme.com/
Description:        Roots is a starting WordPress theme made for developers that's based on HTML5 Boilerplate and Bootstrap. <a href="https://github.com/retlehs/roots/contributors">Contribute on GitHub</a>
Version:            6.3.0
Author:             Ben Word
Author URI:         http://benword.com/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/
/* ==========================================================================
   General
   ========================================================================== */

   
   
   
   
/* new code */

@font-face {
    font-family: 'straussbold';
    src: url('../fonts2/strauss-bold-webfont.eot');
    src: url('../fonts2/strauss-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts2/strauss-bold-webfont.woff') format('woff'),
         url('../fonts2/strauss-bold-webfont.ttf') format('truetype'),
         url('assets/fonts2/strauss-bold-webfont.svg#straussbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'strausslight';
    src: url('../fonts2/strauss-light-webfont.eot');
    src: url('../fonts2/strauss-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts2/strauss-light-webfont.woff') format('woff'),
         url('../fonts2/strauss-light-webfont.ttf') format('truetype'),
         url('assets/fonts2/strauss-light-webfont.svg#strausslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'straussregular';
    src: url('../fonts2/strauss-regular-webfont.eot');
    src: url('../fonts2/strauss-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts2/strauss-regular-webfont.woff') format('woff'),
         url('../fonts2/strauss-regular-webfont.ttf') format('truetype'),
         url('assets/fonts2/strauss-regular-webfont.svg#straussregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Old code */
/*
@font-face {
    font-family: 'straussbold';
    src: url('assets/fonts/Strauss-Bold.eot');
    src: url('assets/fonts/Strauss-Bold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Strauss-Bold.woff') format('woff'),
    url('assets/fonts/Strauss-Bold.ttf') format('truetype'),
    url('assets/fonts/Strauss-Bold.svg#straussbold') format('svg');
}

@font-face {
    font-family: 'strausslight';
    src: url('assets/fonts/Strauss-Light.eot');
    src: url('assets/fonts/Strauss-Light.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Strauss-Light.woff') format('woff'),
    url('assets/fonts/Strauss-Light.ttf') format('truetype'),
    url('assets/fonts/Strauss-Light.svg#strausslight') format('svg');
}
@font-face {
    font-family: 'straussregular';
    src: url('assets/fonts/Strauss-Regular.eot');
    src: url('assets/fonts/Strauss-Regular.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Strauss-Regular.woff') format('woff'),
    url('assets/fonts/Strauss-Regular.ttf') format('truetype'),
    url('assets/fonts/Strauss-Regular.svg#straussregular') format('svg');
}
*/

body{
	/*font-family: 'straussregular','Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: Arial, sans-serif;
	color: #4d4d4d;
	/*background:red !important;*/
}
strong, b, em {
    /*font-family: 'straussbold';*/
}

a{
	color: #4d4d4d;
}
a:hover, li:hover{
	color: #4d4d4d;
	/*background: none;*/
	text-decoration: none;
}
h2, h3, h4, h5, h6{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-family: 'straussregular','Helvetica Neue', Helvetica, Arial, sans-serif;
}
.wrapper{
	width: 988px!important;
	margin: 0px auto;
}
form{
	margin: 0px;
}
.clear{
	clear: both;
	display: block;
	float: none;
}
.container{
	width: 100%;
}
.padding20px{
	padding: 20px 20px;
}
.padding10px{
	padding: 10px;
}
.padding_part-content{
    line-height: 21px;
}
.padding_part-content a{
    font-weight: bold;
	display: inline-block;
}
.height30px{
	height: 30px;
	display: block;
	clear: both;
}
.row-fluid{
	margin-bottom: 6px;
}
.row-fluid .span1_5{
	width: 19.31818181818182%;
}
.row-fluid .span2_5{
	width: 39.48863636363564%;
}
.row-fluid .span3_5{
	width: 59.51804545454545%;
}
.row-fluid .span4_5{
	width: 79.82954545454545%; 
}
/* ==========================================================================
   Head
   ========================================================================== */
/* The first section in the header */
#head_white_div{
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.4);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
	height: 95px;
	background: #fff;
	font-family: 'straussregular','Helvetica Neue', Helvetica, Arial, sans-serif;
	position: relative;
}  
#logo{
	
	height: 87px;
	width: 123px;
}
#head_left{
	width: 846px;
}
#head_left_left{
	margin-top: 4px;
}
/*#menu-top_links li:first-child a{
	display: inline-block;
	line-height: 33px;
	height: 31px;
	background: #666;
	color: #fff;
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	padding: 0px; 
	margin: 0px;
	width: 92px;
	text-align: center;
}*/
#head_left #menu-top_links li a:hover{
	display: inline-block;
	line-height: 33px;
	height: 31px;
	background: #666;
	color: #fff;
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	margin: 0px;
	text-align: center;
}
#head_left #menu-top_links li.nextToHover a{
	background: none;
}
#menu-top_links li a{
	display: inline-block;
	margin: 0px;
	color: #333;
	height: 31px;
	line-height: 33px;
	
}
#menu-top_links li a:hover{
	color: #999;
}
#head_social_icons div{
	height: 23px;
	width: 23px;
}
#h_blog{
	background: url('../../images/top_b.png') no-repeat;
}
#h_facebook{
	background: url('../../images/top_fb.png') no-repeat;
}
#h_twitter{
	background: url('../../images/top_twt.png') no-repeat;
}
#h_youtube{
	background: url('../../images/top_yt.png') no-repeat;
}
#menu-head_near_social_menu {
    margin-top: 5px;
}
#head_social_icons a {
    display: inline-block;
}
#menu-head_near_social_menu li{
	padding: 0 8px;
	height: 16px;
	line-height: 16px;
}
#menu-head_near_social_menu li:first-child{
	background: none;
}
#menu-head_near_social_menu li a{
    color: #808080;
}
#menu-head_near_social_menu li a:hover{
    color: #A4CF23;
}
#menu-head_near_social_menu li:first-child a:hover{
    color: #00aad5;
}
#menu-head_near_social_menu li.last a:hover{
    color: #333;
}
/* The second section in the header = banner, title, sub menu, breadcrumbs and share buttons  */

#head_banner{  
	width: 100%;
}
.home #head_banner {
    height: 415px;
}
#head_banner .wrapper{
	padding-top: 1px;
	clear: none;
}
#page_title{
	height: 159px;
	width: 150px;
	font-weight: lighter;
	font-family: 'strausslight','Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-top: 66px;
	font-size: 50px;
	color: #4d4d4d;
	letter-spacing: -2px;
}
#page_title.home_title{
	height: auto;
}
#sub_menu_wrap{
	height: 40px;
}
#sub_menu_wrap .active a{
	/*background: #fff;*/
}
#home_sub_title{
	font-family: 'strausslight','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-align: justify;
	width: 174px;
	padding-bottom: 10px;
}
#bread_crumbs{
	padding: 12px 0px 0px 0px;
}
.addthis_button{
	margin-top: 10px;
}
.breadcrumb{
	background: none;
	margin:0;
    font-size: 12px;
	font-family: straussregular;
}
#bread_crumbs a:hover{
	text-decoration: underline;
}
.head_bread-share{
	width:100%;
}
/* bread crumbs */
.breadcrumb li{
	display: inline;
}
.breadcrumb li.last{
    background: none;  
}
.breadcrumb li, .breadcrumb a{
	color: #808080;
}
.last .divider{
	display: none;
}
/* ==========================================================================
   Menus
   ========================================================================== */
.nav{
	margin: 0px;
}
.nav a{
	/*color: #000;*/
}
.nav a:hover{
	color: #999;
}
.nav > li > a:hover, .nav > li > a:focus{
	background: none;
}

/* ==========================================================================
   Search
   ========================================================================== */
#search_wrap{
	color: #4d4d4d;
}
#search_wrap [type='text']{
	color: #4d4d4d;
	border: 0px;
	background: none;
	box-shadow: none;
	height: 14px;
	width: 108px;
	line-height: 14px;
	font-family: 'straussregular','Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0px;
}
#searchsubmit{
	border: 0px;
	height: 14px;
	width: 14px;
}
/* ==========================================================================
   Tiles
   ========================================================================== */
.part-content .span1{
	color: #fff;
}
.part-content h2, .tileOut h3{
	font-size: 30px;
	line-height: 24px;
	font-weight: lighter;
	margin: 2px 0px;
	letter-spacing: 0px;
}
.rowOut{
	margin-top: 15px;
	margin-bottom: 10px;
}
.tileOut .singleTile{
	/*height: 195px;*/
	cursor: pointer;
}
.tile_image, .tileOut > div{
	height: 195px;
}
.tile_excerpt{
	height: 193px;
	border: 1px solid #ccc;
	background: #fff;
	display: block;
	cursor: pointer;
}
.tile_excerpt .tile_text{
	height: 87px;
	margin: 13px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tile_title{
	font-size: 24px;
	text-decoration: none;
	font-family: 'straussregular','Helvetica Neue', Helvetica, Arial, sans-serif;
}
.tile_image .tile_title{
	display: inline-block;
}
a.readMore, span.readMore{
	cursor: pointer;
	display: inline-block;
}
.part-content .span6, .grey-bg, #search_wrap{
	background: #ededed;
}
.person.span2 div.person_content {
    width: 122px;
    margin-top: 1px;
    height: 77px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.person img { display: block; }
.direct-title { height: 110px; }
.direct-title h4 {
	font-size: 24px;
	font-family: strausslight;
	line-height: 22px;
	display: block;
	width: 80px;
}
a.color.direct-title:hover {
	color: #4d4d4d;
}
.person p{
	margin: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
	line-height: 15px;
}
.person b{ font-size: 13px; font-weight: bold; }
.grey-bg .person a.readMore{
	font-size: 13px;
}
.right-title, .direct-title{
	font-size: 30px;
	line-height: 24px;
	margin: 0px;
}
.right-title{
	font-family: 'strausslight','Helvetica Neue', Helvetica, Arial, sans-serif;
}
.light_blue .dropdown-menu li > a:hover, .light_blue .dropdown-menu li > a:focus, .light_blue .dropdown-submenu:hover > a {
	background-color: #00B3DE;
	background-image: none;
	color: #fff;
}
/* ==========================================================================
   Colors classes
   ========================================================================== */
/* light blue */
#home_global .right-title, .light_blue .brand_readMore, .light_blue .dropdown-menu li > a:hover, .light_blue .dropdown-menu li > a:focus, .light_blue .dropdown-submenu:hover > a, .light_blue #head_banner .sub_menu, .light_blue .background, .light_blue .part-content .span1{
	background-color: #00B3DE;
	color: #fff;
}
#head_banner .light_blue .sub_menu > li.active a, .light_blue .hover_color:hover, .light_blue a.readMore:hover, .light_blue .part-content a:hover, #head_banner .light_blue .sub_menu > li:hover > a, .light_blue .sub_menu > li.open, .light_blue .color, .light_blue .direct-title, #port_side_menu li a:hover{
	color: #00B3DE;
}
/* blue */
.blue .brand_readMore, .blue .dropdown-menu li > a:hover, .blue .dropdown-menu li > a:focus, .blue .dropdown-submenu:hover > a, .blue #head_banner .sub_menu, .blue .background, .blue .part-content .span1{
	background-color: #0088CE;
	color: #fff;
}
#head_banner .blue .sub_menu > li.active a, .blue .hover .INMExcerpt, .ngg-album-myalbum.hover h4 a, .blue .hover_color:hover, #home_widgets .news .home_widget_left_date, .blue a.readMore:hover, .blue .part-content a:hover, #head_banner .blue .sub_menu > li:hover a, .blue .sub_menu > li.open, .blue .color, .blue .direct-title a{
	color: #0088CE;
}
.blue_second_color{
	background: #33A0D8;
	color: #fff;
}
/* red */
.red .brand_readMore, .red .dropdown-menu li > a:hover, .red .dropdown-menu li > a:focus, .red .dropdown-submenu:hover > a, .red #head_banner .sub_menu, .red .background, .red .part-content .span1{
	background-color: #E01E22;
	color: #fff;
}
#head_banner .red .sub_menu > li.active a, .red .hover_color:hover, .red a.readMore:hover, .red .part-content a:hover, #head_banner .red .sub_menu > li:hover a, .red .sub_menu > li.open, .red .color, .red .direct-title a{
	color: #E01E22;
}
/* orange */
.orange .brand_readMore, .orange .dropdown-menu li > a:hover, .orange .dropdown-menu li > a:focus, .orange .dropdown-submenu:hover > a, .orange #head_banner .sub_menu, .orange .background, .orange .part-content .span1{
	background-color: #FF5700;
	color: #fff;
}
#head_banner .orange .sub_menu > li.active a, .orange .hover_color:hover, .brand_text p:hover, .orange a.readMore:hover, .orange .part-content a:hover, #head_banner .orange .sub_menu > li:hover a, .orange .sub_menu > li.open, .orange .color, .orange .direct-title a{
	color: #FF5700;
}
/* green */
.green .brand_readMore, .green .dropdown-menu li > a:hover, .green .dropdown-menu li > a:focus, .green .dropdown-submenu:hover > a, .green #head_banner .sub_menu, .green .background, .green .part-content .span1{
	background-color: #739600;
	color: #fff;
}
#head_banner .green .sub_menu > li.active a, .green .hover_color:hover, .green a.readMore:hover, .green .part-content a:hover, #head_banner .green .sub_menu > li:hover a, .green .sub_menu > li.open, .green .color, .green .direct-title a{
	color: #739600;
}
/* light green - Emerald*/
.emerald .brand_readMore, .emerald .dropdown-menu li > a:hover, .emerald .dropdown-menu li > a:focus, .emerald .dropdown-submenu:hover > a, .emerald #head_banner .sub_menu, .emerald .background, .emerald .part-content .span1{
	background-color: #8CBB1D;
	color: #fff;
}
#head_banner .emerald .sub_menu > li.active a, .emerald .hover_color:hover, .emerald a.readMore:hover, .emerald .part-content a:hover, #home_widgets .service li, #home_widgets .service a:hover, #home_widgets .service .home_widget_left_title, #head_banner .emerald .sub_menu > li:hover a, .emerald .sub_menu > li.open, .emerald .color, .emerald .direct-title a{
	color: #8CBB1D;
}

/* ==========================================================================
   Footer
   ========================================================================== */
#footer_out a, #footer_out span{
	color: #898989;
	font-size: 11px;
}
#footer_out a:hover, #footer_out .active > a, #footer_out a:focus{
	color: #fff;
	filter: none;
}
.footer_menus span:first-child{
	font-weight: bold;
	font-size: 14px;
}
.footer_menus span{
	line-height:14px;
}
.footer_menus{
	padding-bottom: 14px;
	font-size: 13px;
	padding-top: 2px;
}
.footer_menus span a{
	color: #ccc;	
}
/*---------------- main navigation ---------------*/
#footer_out{
	width:100%;
	background-color:#4d4d4d;
	min-height:305px;
	margin-top: 84px;
	font-size: 12px;
}

#menu-footer_menu b{
	display: none;
}
#menu-footer_menu li a, #menu-footer_menu li.active a{
	background: none;
	padding: 0px;
}
#menu-footer_menu ul.dropdown-menu{
	background: none;
	display: block;
	position: relative;
	border: 0px;
	box-shadow: none;
	min-width: auto;
	margin-top: 1px;
	padding: 0px;
}
#menu-footer_menu ul.dropdown-menu li{
	display: block;
	float: none;
	height: 15px;
	font-size: 11px;
}
#menu-footer_menu > li{
	font-weight: bold;
}
#menu-footer_menu > li > a{
	color: #dfdfdf;
}
#menu-footer_menu > li > a:hover{
}
/*---------------- contact menu ---------------*/
#footer_out .footer_title{
	background: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}
/*----------------- social icons -------------*/
#buttom_social_icons{
	display: inline-block;
	vertical-align: middle;
}
#buttom_social_icons div{
	height: 20px;
	width: 20px;
}
#b_blog{
	background: url('../../images/BLOGER_FOOTER.png') no-repeat;
}
#b_blog:hover{
	background: url('../../images/BLOOGER_FOOTER_OVER.png') no-repeat;
}
#b_facebook{
	background: url('../../images/FB_FOOTER.png') no-repeat;
}
#b_facebook:hover{
	background: url('../../images/FB_FOOTER_OVER.png') no-repeat;
}
#b_twitter{
	background: url('../../images/TWITTER_FOOTER.png') no-repeat;
}
#b_twitter:hover{
	background: url('../../images/TWITTER_FOOTER_OVER.png') no-repeat;
}
#b_youtube{
	background: url('../../images/YOU_FOOTER.png') no-repeat;
}
#b_youtube:hover{
	background: url('../../images/YOU2_FOOTER_OVER.png') no-repeat;
}
/*----------------- other links -------------*/
#menu-bottom-left-links a {
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
}
#menu-bottom-left-links li{
    padding: 0px 10px;
}
#menu-bottom-left-links li:first-child{
    background: none;
}
/*----------------- out sites -------------*/
#foot_out_sites{
	clear: both;
}
#foot_out_sites span{
	vertical-align: middle;
	border: 0px;
}
#menu-top_links-1{
	display: inline-block;
	vertical-align: middle;
}
#menu-top_links-1 li{
	line-height: 19px;
	height: 20px;
}
#menu-top_links-1 li:first-child, #menu-top_links-1 li.last:hover, #menu-top_links-1 li:hover{
	border-width: 0px;
    background: #898989;
}
#menu-top_links-1 li.last, #menu-top_links li.last a{
	background: none;
}
#menu-top_links-1 li:first-child a, #menu-top_links-1 li:hover a{
	color: #4D4D4D;
}
#menu-top_links-1 li.nextToHover{
	background: none;
}

/* ==========================================================================
   page brands
   ========================================================================== */
#brand_index_subTitle h2{
	font-size: 17px;
	font-family: arial;
	line-height: 20px;
	font-weight: normal;
}
.page-template-page-brand-index-php p{
	margin-bottom: 0px;
}
span.num_brand{
	font-size: 70px;
	line-height: 42px;
	padding-top: 24px;
	display: block;
	text-align: center;
}
div.num_brand{
	text-align: center;
	font-size: 25px;
	font-family: 'straussregular','Helvetica Neue', Helvetica, Arial, sans-serif;
}
#brand_index_title, select{
	font-size: 19px;
	font-family: straussregular;
}
#ajax_brands .brand_filter_div {
	height: 40px;
	line-height: 40px;
	text-indent: 12px;
	cursor: pointer;
}
#ajax_brands ul.brand_filter_ul, .filter_wrap ul {
    position: absolute;
    z-index: 9999;
    background: #FF5700;
    font-size: 14px;
    font-family: strausslight;
    list-style: none;
    margin: 1px 0px;
    padding: 0px;
    width: 136px;
	display: none;
}
#ajax_brands ul.brand_filter_ul li {
	height: 21px;
	line-height: 21px;
	padding-right: 12px;
	padding-left: 12px;
	text-indent: 0px;
}
#ajax_brands ul.brand_filter_ul li:hover{
    background: #fff;
    color: #FF5700;
}
#ajax_brands ul.brand_filter_ul li.nextToHover{
    background: none;
}
.brand.singleTile{
	height: 132px;
}
.brand_excerpt{
	border: 1px solid #ccc;
	background: #FFF;
	height: 130px;
	width: 134px;
}
.brand_excerpt .padding10px{
	padding-bottom: 0px;
	padding-top: 5px;
}
.brand_title{
	font-weight: bold;
	display: block;
}
.brand_text{
	height: 101px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.brand_text, .brand_title, .brand_readMore, .part-content .span6{
	/*font-family: straussbold;*/
	font-size: 13px;
	line-height: 17px;
}
.brand_text p{
	max-height: 85px;
	display: block;
	cursor: pointer;
}
.brand_readMore{
	height: 24px;
	line-height: 22px;
}
.brand_readMore:hover{
	background: #4d4d4d;
}
.brand_readMore span{
	color: #fff;
	display: inline-block;
}
select{
	width: 100%;
	height: 100%;
	border: 0px;
	-webkit-appearance: none;
	background: none;
	color: #fff;
	margin: 0px;
}
select option{
	color: #000;
}
/* ==========================================================================
   page portfolio
   ========================================================================== */
.port_ttl{
	height: 32px;
	line-height: 32px;
	margin: 18px 0 6px;
	clear: both;
	width: 100%;
	text-indent: 20px;
	font-size: 22px;
	font-family: strausslight;
}
#port_side_menu{
	margin: 0px;
	width: 14.37246963562753%;
	*width: 14.271255060728743%;
}
#port_side_menu ul{
	list-style: none;
	margin: 0px;
}
#port_side_menu li a{
	font-size: 20px;
	padding-top: 12px;
	display: block;
	height: 84px;
}
#port_side_menu li h3{
	margin: 0px;
	font-family: strausslight;
}
#port_main{
	background: #f2f2f2;
	margin: 0px;
}
.port_half_width{
	width: 50%;
	margin: 0px;
}
.port_half_width:first-child{
	font-size: 15px;
	font-family: arial;
	margin-top: 3px;
}
#port_sub_img{
	padding: 24px;
}
#port_content{
	margin-top: 1px;
	margin-bottom: 0px;
}
#port_content .port_half_width .padding20px{
	padding-top: 0px;
	padding-bottom: 0px;
}
#port_content .port_half_width:first-child .padding20px{
	text-align: justify;
}
.toolbar_content img:hover{
	background: #fff;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#toolbar_social_links a{
	height: 27px;
	line-height: 27px;
	display: inline-block;
}
#toolbar_social_links .toolbar_content{
	padding: 9px 0px;
	font-size: 13px;
	font-weight: bold;
}
#port_site_link:hover{
	color: #00b3de;
}
#port_facebook_link:hover{
	color: #294791;
}
#port_twitter_link:hover{
	color: #32c7ff;
}
/* members */
.port_members {
    margin: 0px 22px 18px;
}
.port_members_title.background {
    font-size: 19px;
    font-weight: normal;
	height: 32px;
	line-height: 33px;
	text-indent: 13px;
	margin: 0px;
}
.port_members_list {
    background: #fff;
}
.port_members_list .row-fluid{
	/*margin-bottom: 0px;*/
}
/* ==========================================================================
   icons toolbar
   ========================================================================== */
.toolbar_wrap{
	background: #fff;
	margin-bottom: 25px;
}
.toolbar_title{
	width:68px;
}
.toolbar_title h4{
	padding: 10px 8px;
	font-size: 18px;
	font-family: 'strausslight','Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 14px;
	margin: 0px;
}
.toolbar_content{
	font-size: 12px;
	line-height: 1;
	width: 292px;
}
#toolbar_featured_brands .toolbar_content, #toolbar_brands .toolbar_content{
	width: 318px;
}
#toolbar_location img, #toolbar_activity .toolbar_content > div{
	margin-bottom: 13px;
	display: inline-block;
}
#toolbar_activity .toolbar_content > div{
	display: inline-block;
	vertical-align: top;
	width: 47px;
}
#toolbar_activity img{
	width: 47px;
	height: 36px;
}
#toolbar_partners img{
	margin-bottom: 13px;
}
#toolbar_featured_brands img, #toolbar_brands img{
	margin-bottom: 13px;
}
/* ==========================================================================
   person index
   ========================================================================== */
.person_two_left {
    width: 230px;
    margin-top: 13px;
}
.person_two_wrap {
	width: 367px;
	font-family: arial;
	font-size: 13px;
	line-height: 16px;
}
/* --------- social icons ---------- */
#social_icons a{
	height: 38px;
	width: 39px;
	display: inline-block;
}
#social_icons {
    margin: 16px 15px;
    height: 71px;
	overflow: hidden;
	text-overflow: ellipsis;
    font-size: 11px;
    line-height: 12px;
}
/* --------- brands toolbar -------- */
#home_toolbar{
	height: 182px; 
	margin-top: 30px;
}
#home_toolbar .home_widget_title.brands{
	background: #ff5700;
}
/* --------- home widgets ---------- */
/*general*/
#home_widgets{
	height: 198px;
	margin-top: 30px;
	font-size: 13px;
	/*font-family: 'straussregular','Helvetica Neue', Helvetica, Arial, sans-serif;*/
}
.home_widget_title{
	height: 100%;
	color: #fff;
	text-align: center;
}
.home_widget_title h2{
	font-size: 33px;
	margin: 0px;
	line-height: 22px;
}
.home_widget_title h3{
	font-size: 20px;
	font-family: 'strausslight','Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0px;
	margin-top: 60px;
}
.home_widget_title.news{
	background: #0088ce;
}
.home_widget_title.business{
	background: #e01e22;
}
.home_widget_title.service{
	background: #a4cf23;
}
#home_widgets .home_widget_content{
	background: #ededed;
	height: 100%;
	width: 14.37246963562752%;
}
#home_widgets .home_widget_content.news{
	width: 28.74493927125505%;
}
.news .home_widget_content_padding > div{
	width: 190px;
}
.home_widget_left_title{
	font-weight: bold;
	clear: both;
	color: #4d4d4d;
}
.home_widget_left_date{
	font-size: 11px;
	clear: both;
}	
#home_widgets ul{
	list-style-position: inside;
	margin: 0px;
}
#home_widgets li{
	line-height: 25px;
}
#home_widgets .service ul{
	margin-top: 15px;
}
#home_widgets .service li{
	border-bottom: 1px solid #a2a2a2;
}
#home_widgets .service li.last{
	border-bottom: 0px;
}
.home_widget_news_excerpt{
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 180px;
	line-height: 15px;
}
.news .home_widget_left_title {
    line-height: 14px;
}
#home_widgets img {
    clear: both;
    margin-bottom: 23px;
}
/*------ global activity -------*/
#home_global{ 
	margin-top: 15px;
}
#home_global h2{
	font-size: 20px;
}
#home_global .span1 .padding20px{
	padding: 8px;
	margin: 0px;
}
#home_global .span6 .padding_part-content{
	padding: 9px;
}
.part-content .span6{
	/*width: 86.23481781376517%;*/
	font-size: 15px;
	line-height: 17px;
}
/*--------- map --------*/
#maps{
	margin-top: 30px;
}
.balloon{
	background-color: red;
    height: 20px;
    position: absolute;
    width: 50px;
	display:none; 
}	
.balloon.selected{
	display:block!important;
}

/*------ brands cycle -------*/

.activity_item_image{
	height: 103px;
	width: 136px;	
}
.activity_item a{
	display: inline-block;
}
.activity_item span{
	font-size: 20px;
	color: #fff;
	font-family: straussregular;
	position: absolute;
	margin-top: 74px;
}
.horizontal-only{
		height: auto;
		max-height: 300px;
}
.jspHorizontalBar{
	height: 8px;
}
.jspContainer{
	height: 117px!important;
}
.jspPane{
	width: auto!important;
}
.jspTrack{
	background: #ececec;
}	
.jspDrag{
	background: #a2a2a2;
}
#slideshowWrap{
	background: #ececec;
	margin-top: 6px;
}
.slideshow{
	width: 710px !important;
}
#prev, #next{
	height: 17px;
	width: 10px;
	margin-top: 12px;
}
#prev{
	background: url(../../images/HPLeftGRAY.png) no-repeat;
}
#prev:hover{
	background: url(../../images/HPLeftORANGE.png) no-repeat;
}
#next{
	background: url(../../images/HPRightGRAY.png) no-repeat;
}
#next:hover{
	background: url(../../images/HPRightOrange.png) no-repeat;
}

.carusel_img{
	height: 59px;
	width: 75px;
}

/* ==========================================================================
   Index person page
   ========================================================================== */

.full_index{
	clear: both;
	background: url(../../images/DirecterionSeperator.png) top repeat-x;
	margin-top: 24px;
	float: right;
}  
.index_person_row{
	background: url(../../images/DirecterionSeperator.png) bottom repeat-x;
	padding-top: 28px;
	padding-bottom: 28px;
	margin: 0px;
}
.index_person_row span{
	display: block;
}
.index_person_row p {
	margin: 0px;
}	
.person_index_titles{
	font-size: 15px;
}
.person_index_titles h3{
	font-size: 30px;
	font-family: strausslight;
	margin: 1px 0 2px;
}
.person_index_content{
	font-size: 13px;
	line-height: 18px;
	margin-top: 2px;
}
/* ==========================================================================
   single news mention
   ========================================================================== */
#newsMentionTitle{
	margin-bottom: 6px; 
}
#newsMentionBack{
	color: #fff;
	font-size: 12px;
}
#newsMentionBack:hover{
	text-decoration: underline;
}
#newsMentionTitle h1{
	font-family: strausslight;
	font-size: 30px;
	font-weight: normal;
	margin: 0px;
}
#newsMentionTitle h2{
	font-size: 17px;
	color: #fff;
	margin: 0px;
	font-family: arial;
}
#newsMentionExcerpt{
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	margin: 0px;
	font-family: arial;
}
.newsMentionInfo{
	font-size: 13px;
	color: #99CFEB;
}
#newsMentionContent{
	margin-top: 6px;
	background: #F5F5F5;
	padding: 18px 24px;
	margin-bottom: 11px;
	clear: both; 
}	
#newsMentionContent ul{
	list-style-position: inside;
	margin: 0px;
}

/* ==========================================================================
   news & media search
   ========================================================================== */
#newsSearch input[type="text"]{
	width: 242px;
	margin-bottom: 0px;
	padding: 0px;
	background: none;
	border: 0px;
	box-shadow: none;
	font-family: straussregular;
	font-size: 14px;
}
#newsSearch input[type="submit"]{
	width: 14px;
	height: 14px;
	border: 0px;
}
/* ==========================================================================
   news & media filters
   ========================================================================== */
#newsFiltersWrap div{
	width: 19.31818181818182%;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	cursor: pointer;
	font-family: straussregular;
	font-size: 19px;
	color: #fff;
}
#newsFiltersWrap div#newsSearch{
	background: #EAEAEA;
	cursor: default;
	width: 39.48863636363564%;
}
#newsFiltersWrap ul{
    position: absolute;
    z-index: 9999;
    background: #4dacdd;
    font-size: 14px;
    font-family: strausslight;
    list-style: none;
    margin: 1px 0px;
    padding: 0px;
    width: 136px;
	display: none;
}
#newsFiltersWrap li{
	font-size: 14px;
	font-family: strausslight;
	list-style: none;
	background: url(../../images/dropSeperator_brand_filter.jpg) bottom center no-repeat;
	height: 21px;
	line-height: 21px;
}
#newsFiltersWrap li.last{
	background: none;
}
#newsFiltersWrap li:hover{
	background: #fff;
}
#newsFiltersWrap li.nextToHover{
	background: none;
}
/* ==========================================================================
   news mention index page
   ========================================================================== */
.INMSectionTitle, .galleryLoadMore{
	margin-top: 6px;
	color: #fff;
	font-family: straussregular;
	font-size: 19px;
	height: 39px;
	line-height: 39px;
	text-indent: 39px;
	cursor: pointer;
}
#loadmore{ 
	clear: both;
	display: block;
}
.INMContentWrap{
	background: #F2F2F2;
	margin-top: 6px;
	padding: 10px 0px;
	display: block;
}
.clipped .INMContentWrap{
	display: none;
}
.INMEachLine{
	clear: both;
}
.INMIcon{
	width: 19.31818181818182%;
}
.INMIcon img {
    margin: 10px auto;
    display: block;
}
.INMContent{
	width: 79.82954545454545%;
	margin-top: 6px;
}
.INMContent h2, .INMContent .INMDate {
	color: #0088ce;
	font-size: 15px;
	font-family: arial;
	line-height: 15px;
}
.INMExcerpt{
	font-size: 13px;
}
.INMExcerpt a{
	display: none;
}
.INMExcerpt p{
	margin: 0px; 
	text-indent: 0px;
}
/* ==========================================================================
   Gallery - full album
   ========================================================================== */
#album #newsMentionTitle{
	padding-bottom: 12px; 
}
#count_galleries{
	font-family: straussregular;
	font-size: 19px;
}
#album #newsMentionContent{
	font-weight: bold;
	color: #666666;
	font-size: 15px;
}
.ngg-album-desc h4 a{
	color: #666666;
}
#album h4{
	margin-bottom: 0px;
	font-family: arial;
}
.ngg-album-myalbum p strong {
	display: inline-block;
}
.hoverStyle.hover img{
	opacity: 0.8;
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#album .gallery_hr{
	margin-bottom: 20px;
}
.ngg-albumoverview{
	margin-top: 0px;
}
.ngg-album-compactbox{
	background: none;
	width: auto;
	height: auto;
	padding: 0px!important;
}
.ngg-album-compactbox .Thumb{
	width: 208px;
	height: 141px;
	border: 0px;
}
/* ==========================================================================
   Gallery - single gallery
   ========================================================================== */
#gallery #newsMentionContent{
	margin: 0px;
}
#gallery #newsMentionTitle{
	margin-bottom: 0px;
}
.ngg-galleryoverview{
	margin: 0px;
}
#gallery img, .video_watermark{
	height: 141px;
	width: 208px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.video_watermark{
	position: absolute;
	margin-top: -141px;
	border: 1px solid red;
}
.galleryImgTitle{
	font-size: 15px;
	height: 45px;
	line-height: 45px;
}
.gallery_hr{
	background: url(../../images/DirecterionSeperator.png) repeat-x;
	clear: both;
	border: 0px;
	height: 1px;
}
#count_images{
	background: url(../../images/CameraIcon.png) no-repeat;
	display: inline-block;
	font-weight: bold;
}
	
	
/*------- Openned image -------*/
.shShutter{
	background: #fff;
}

#prevpic, #nextpic{	
	text-indent: -99999px;
	display: block;
}
#prevpic{
	background: url(../../images/INMOpenSection.png) 50% 50% no-repeat;
}
#nextpic{
	background: url(../../images/INMOpenSection.png) 50% 50% no-repeat;
}
/* ==========================================================================
   Filters
   ========================================================================== */
.filter_wrap div{
	font-family: straussregular;
	font-size: 19px;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	cursor: pointer;
	color: #fff;
}
.filter_div{
	background: url(../../images/white_arrow_down.png) 12px 50% no-repeat;
}
/* ==========================================================================
   FAQs
   ========================================================================== */
#openAll span{
	display: inline-block;
}
.singleFAQ div{
	font-size: 13px;
	color: #666;
}
.singleFAQ div:first-child{
	font-weight: bold;
	cursor: pointer;
	height: 25px;
	margin-top: 12px;
}
.tilesToToggle{
	display: none;
}
.singleFAQ.opennedFAQ .tilesToToggle{
	display: block;
}
#newsMentionTitle a{
	color: #fff;
	text-decoration: underline;
}
#newsMentionTitle a:hover{
	
}
#faqs span.color{
	font-size: 13px;
}
#faqs span a.color{
	text-decoration: underline;
}
#faqs span a.color:hover, #newsMentionTitle a:hover{
	font-weight: bold;
}
#faqs #openAll:hover{
	background-color: #a2d823;
}
/* ==========================================================================
   part main content (stage element)
   ========================================================================== */
.part-main-content{
	height: 370px;
}
.part-main-content div{
	height: 100%;
}
.part-main-content a div{ /* to do */
	 background: url(../../images/FirstArrow.png) 90% 93% no-repeat;
}	
.part-main-content h1{
	font-size: 30px;
	font-weight: normal;
	font-family: straussregular;
	line-height: 30px;
	margin-top: 40px;
}
.part-main-content h2{
	font-weight: normal;
	font-family: strausslight;
	font-size: 22px;
}
.part-main-content img{
	height: 100%;
	width: 100%;
}
/* ==========================================================================
   generic structure
   ========================================================================== */
.generic_structure h3{
	margin: 0px;
	height: 39px;
	line-height: 39px;
	text-indent: 22px;
	font-size: 20px;
	
}
.generic_structure a h3 span{
	color: #fff;
	display: inline-block;
}
.generic_content{
	background: #F2F2F2;
	margin-top: 0px;
	clear: both;
}

/* ==========================================================================
   honors page
   ========================================================================== */
/*--- first part - awards_last ---*/
#awards_last .generic_content div div{
	width: 33.3%;
} 
#awards_last .generic_content div.clear{
	float: none;
}
#awards_last img{
	height: 141px;
	width: 208px;
	display: block;
	margin: 0 auto;
}
#awards_last p{
	margin: 14px auto 0;
	width: 208px;
	display: block;
	font-size: 15px;
}
/*--- second part - awards index ---*/
.each_honor{
	padding: 26px 22px 0px;
}
.each_honor h6{
	font-family: arial;
	font-size: 15px;
	margin: 0px;
}
.each_honor p{
	font-size: 13px;
	margin: 0px;
}
.each_honor .honor_excerpt a{
	display: none;
}
#awards_index .row-fluid{
	margin-bottom: 0px;
}
#awards_index .generic_content{
	padding-bottom: 40px;
}
/* ==========================================================================
   Press Release Lobby
   ========================================================================== */
#prLobby{
	/*padding: */
}
#prLobby .INMEachLine{
	margin-top: 12px;
}
#prLobby img{
	margin-bottom: 0px;
}
#prLobby .row-fluid{
	margin-bottom: 0px;
}
#prLobby .generic_content{
	padding-bottom: 22px;
}
#prLobby .generic_structure:first-child{
	margin-bottom: 6px;
}
#prLobby .INMContent{
	max-height: 112px;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* ==========================================================================
   Side bars
   ========================================================================== */
.aside_wrap{
	border: 1px solid #BCBCBC;
	padding: 0 15px;
}
/*--- social And Contact Aside ---*/
#socialAndContactAside{
	height: 368px;
}
#socialAndContactAside h5{
	font-size: 20px;
	margin-top: 17px;

}
#widget_social_wrap{
	
}
#widget_social_wrap a{
	width:39px;
	height:39px;
}
#socialAndContactAside hr{
	background: url(../../images/DirecterionSeperator.png) top repeat-x;
	height: 1px;
	width: 100%;
	border: 0px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 10px;
}
#widget_persons_wrap img{
	margin-bottom: 20px;
}
#widget_persons_wrap > div{
	clear: both;
}
#widget_persons_wrap > div > div{
	width: 160px;
	line-height: 15px;
}
#widget_persons_wrap span div:first-child{
	font-weight: bold;
}
#widget_persons_wrap span, #widget_persons_wrap a{
	font-size: 13px;
	clear: both;
}
#widget_persons_wrap a.last{
	font-size: 11px;
	text-decoration: underline;
	display: block;
}
#widget_persons_wrap{
	clear: both;
}
#widget_persons_wrap h3{
	margin-bottom: 13px;
}
/*--- chat widget ---*/
#chat_widget{
    padding: 25px 15px;

}
#chat_widget > div{
	display: inline-block;
	vertical-align: top;
	width: 146px;
}
#chat_widget h3{
	font-size: 30px;
	margin: 0px 0px 5px;
}
#chat_widget a{
	display: inline-block;
	vertical-align: top;
	height: 79px;
	width: 84px;
	background: url(../../images/chat_bubble_option1.png) no-repeat; /* to do */
}
#chat_widget a:hover{
	background: url(../../images/Bubble_option1_OVER.png) no-repeat; /* to do */
}
/* ==========================================================================
   404 page
   ========================================================================== */
#wrap404{
	background: #DFDFDF;
	color: #666;
	font-family: straussregular;
	font-size: 36px;
	text-align: center;
	padding: 120px 0;
	margin-bottom: 18px;
	margin-top: 18px;
	line-height: 34px;
}
#wrap404 span{
	font-family: strausslight;
	display: block;
}
#wrap404 a{
	font-family: strausslight;
	display: inline-block;
	font-size: 22px;
	float: right;
	margin-right: 28px;
	margin-top: 67px;
}



div#shDisplay img#shTopImg {
	padding: 5px !important;
	border: none !important;
	background: #fff !important;
}



/*
Theme Name:         Strauss
Description:        Based on Roots
Version:            1.5.0
Author:             DaatSolutions
License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/
/* ==========================================================================
   General
   ========================================================================== */
body{
	font-family: strauss, Helvetica;
	color: #4d4d4d;
}
body.home{
	padding-top: 0;
	box-sizing: border-box;
	/*background:pink !important;*/
}
html{
	width: 100%\9;
	overflow-x: hidden\9;
}
strong, b, em {
	/*font-family: 'straussbold';*/
}
:focus {
	outline-color: red;
	/*outline-color: #4d4d4d!important;
	outline-width: 2px!important;
	outline-offset: 1px!important;
	outline-style: dotted!important;*/
}
button.slick-prev.background.emerald:focus {
	background: #90bb3e;
}
body a{
	color: #4d4d4d;
}
body a:hover,body a:focus, li:hover{
	color: #4d4d4d;
	/*background: none;*/
	text-decoration: none;
}
body h2, body h3, body h4, body h5, body h6{
	font-size: inherit;
	font-weight: 700;
	line-height: inherit;

	/*font-family: straussregular,straussregularen,Helvetica Neue, Helvetica, Arial, sans-serif;*/
}
.visitor_tile a{
	display:block;
}
h4.formthanks {
	margin: 0px;
	padding: 150px 0;
	display: block;
	/*width: 700px;*/
	width: 704px;
	height: 131px;
	text-align: center;
	font-size: 35px;
	color: #bcbb1e;
	background: #f2f2f2;
}
ol { list-style: decimal inside; }
#contact_visitor h4.formthanks {
	padding-top: 100px;
}
.ie10 .visitor_img{width:134px; }
.wrapper{
	width: 988px!important;
	margin: 0px auto;
}
.wrapper.mobile-detected {
	/* width: 700px !important; */
}
form{
	margin: 0px;
}
.visible-print{ display: none; }
.clear{
	clear: both;
	display: block;
	float: none;
}
.padding20px{
	padding: 17px 20px;
}
.padding10px{
	padding: 10px;
}
.padding_part-content{
	line-height: 21px;
	font-size:15px;
}
.padding_part-content a{
	font-weight: bold;
	display: inline-block;
}
.height30px{
	height: 30px;
	display: block;
	clear: both;
}
.row-fluid{
	margin-bottom: 6px;
}
.row-fluid .span1_5{
	width: 19.31818181818182%;
}
.row-fluid .span2_5{
	width: 39.48863636363564%;
}
.row-fluid .span3_5{
	/*width: 59.51804545454545%;*/
	width: 420px;
}
.row-fluid .span4_5{
	width: 79.82954545454545%;
}
.row-fluid .span1_3{
	/*width: 32.45823389021%;
	margin-right: 1.4319809069%;*/
	width: 136px;
	margin-right: 6px;
}
.row-fluid .span1_3:first-child{

}
.grey-f2{ background-color: #f2f2f2; }
.grey-ec{ background-color: #ececec; }
iframe { overflow:hidden; }
.abcde { font-size: 15px; }
input:active, input:focus, input:visited {
	border: none;
	outline: none;
}
.cs_form-template-default input:focus{
	outline: 2px solid #0a98b9;
}
body .cu_footer_text a:focus{
	color: #0a98b9;
}
/* ==========================================================================
   Head
   ========================================================================== */
/* The first section in the header */
.bold_link{
	font-weight: bold;
}
.addthis_button{
	margin-top: 10px;
}
.head_bread-share{
	width:100%;
}
/* bread crumbs */
.breadcrumb li{
	display: inline;
}
.breadcrumb li.current{
	background: none;
}
.last .divider{
	display: none;
}
/* ==========================================================================
   Menus
   ========================================================================== */
.nav{
	margin: 0px;
}
.nav a{
	/*color: #000;*/
}
.nav a:hover{
	color: #999;
}
.nav > li > a:hover, .nav > li > a:focus, .navbar .nav > .active > a{
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
/* ==========================================================================
   Search
   ========================================================================== */
#search_form_container{
	max-width: 137px;
}
#search_wrap{
	color: #4d4d4d;
}
#search_wrap > div {
	display: inline-block;
}
#search_wrap [type='text']{
	color: #4d4d4d;
	border: 0px;
	background: none;
	box-shadow: none;
	height: 14px;
	width: 104px;
	line-height: 14px;
	font-family: straussregular,straussregularen,'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0px;
	margin-top: 4px;
}
#searchsubmit:focus{
	outline: 1px solid #00B3DE;
}
/* ==========================================================================
   Tiles
   ========================================================================== */
/*--- faq tiles ---*/
.faq_tile .tile_excerpt .tile_text,.page_tile .tile_excerpt .tile_text{
	height: auto;
	font-size: 15px;
	font-family: arial;
	color: #666;
	line-height: 18px;
	margin-top: 0px;
	text-align: justify;
}
/*--- news tile ---*/
.padding_tile-news{
	margin: 23px 19px 10px;
	height: 130px;

}
.page_tile.news_tile .padding_tile-news .tile_title{
	margin: 0px;
}

/*---  ---*/
.tileOut .right_title a{ color: #fff; }
.faq_tile .tile_title{ margin-bottom: 18px; }
.part-content .span1{
	color: #fff;
}
.part-content h2, .part-content h1, .tileOut h3, #careerLobby #awards_bar h3{
	font-size: 28px;
	line-height: 24px;
	font-weight: lighter;
	margin: 2px 0px;
	letter-spacing: 0px;
	font-weight: 200;
}
.tax-activity .part-content{ margin-bottom: 25px; }
.rowOut{
	margin-top: 15px;
	margin-bottom: 10px;
}
.tileOut .singleTile{
	cursor: pointer;
}
.tile_image, .tileOut > div , .tileOut > a{
	height: 195px;
}
.tileOut > a {
	background-repeat: no-repeat;
	display: block;
}
.panel .tile_excerpt{
	height: 193px;
	border: 1px solid #ccc;
	background: #fff;
	display: block;
	box-sizing: border-box;
}
a.tile_excerpt{
	cursor: pointer;
}
.tile_title{
	font-size: 22px;
	text-decoration: none;
	font-family: straussregular,straussregularen,'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.tile_image .tile_title{
	display: inline-block;
	background-position-y: 42% !important;
}
a:focus .tile_title, a:focus{
	text-decoration: underline;
}
.tile_support{
	height:103px;
}
a.readMore, span.readMore{
	cursor: pointer;
	display: inline-block;
}
.part-content .span6, .grey-bg{
	background: #ededed;
}
.person.span2 div.person_content {
	width: 122px;
	margin-top: 1px;
	height: 77px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.person img { display: block; }
.direct-title { height: 110px; }
.direct-title h4 {
	font-size: 24px;
	font-weight: 200;
	line-height: 22px;
	display: block;
	width: 80px;
}
a.color.direct-title:hover {
	color: #4d4d4d;
}
.person p{
	margin: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
	line-height: 15px;
}
.person b{ font-size: 13px; font-weight: bold; }
.grey-bg .person a.readMore, .grey-bg .person span.readMore{
	font-size: 13px;
}
.right-title, .direct-title{
	font-size: 30px;
	line-height: 24px;
	margin: 0px;
}
.right-title{
	font-weight: 200;
}
.light_blue .dropdown-menu li > a:hover, .light_blue .dropdown-menu li > a:focus, .light_blue .dropdown-submenu:hover > a {
	background-color: #00B3DE;
	background-image: none;
	color: #fff;
}
#sub_menu_wrap ul > li{
	position: relative;
}
#sub_menu_wrap ul > li:before{
	content: '';
	display: block;
	border-right: 1px solid #fff;
	height: 12px;
	position: absolute;
	top: 14px;
}
#sub_menu_wrap ul > li:first-child:before,
#sub_menu_wrap ul > li:hover:before, #sub_menu_wrap ul > li:hover + li:before,
#sub_menu_wrap ul > li.active:before, #sub_menu_wrap ul > li.active + li:before
{
	content: none;
}

/*---------- part content 3-4 ---------*/
#part-content_3_4 .background{
	font-weight: 200;
	/*font-size: 22px;*/
	font-size: 19px;
}
#part-content_3_4 .span_special .h2, #part-content_3_4 .span_special h2, #part-content_3_4 .span_special .h1, #part-content_3_4 .span_special h1, #part-content_3_4 .span_special div{
	text-align: justify;
}
#part-content_3_4 h1{
	font-size: 28px;
	/*margin: 36px 0 0 0;*/
	margin:25px 0 5px 0;
	font-weight: normal;
	/*font-family: straussregular,straussregularen,'Helvetica Neue', Helvetica, Arial, sans-serif;*/
}
#part-content_3_4 h2{
	font-size: 28px;
	font-weight: 200;
}
#part-content_3_4 .image_holder img{
	width: 100%;
}
.tileOut .desc{
	font-weight: 200;
	font-size: 15px;
	line-height: 14px;
	margin: 0 17px 0 13px;
}
/*---- another part ----*/
#middle_part{
	font-weight: 200;
	font-size: 26px;
	line-height: 53px;
}
#middle_part .span1{
	text-indent: 25px;
}
/*---------------- contact menu ---------------*/
#footer_out .footer_title{
	background: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}
/*----------------- social icons -------------*/
#buttom_social_icons{
	display: inline-block;
	vertical-align: middle;
	/*padding-top: 41px;*/
	padding-top: 30px;
	text-align: right;
}
#buttom_social_icons h6 {
	margin: 0px;
	color: #fff;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
}
#buttom_social_icons a{
	margin-bottom: 5px;
	padding-right: 23px;
	height: 19px;
	width: 70px;
	display: block;
	background-repeat: no-repeat !important;
	background-position: 100% 0% !important; /* don't change in english */
}
#buttom_social_icons a:hover{
	background-position: 100% 100% !important; /* don't change in english */
}/*
#b_blog{
	background: url('images/BLOGER_FOOTER.png') no-repeat;
}
#b_blog:hover{
	background: url('images/BLOOGER_FOOTER_OVER.png') no-repeat;
}
#b_facebook{
	background: url('images/FB_FOOTER.png') no-repeat;
}
#b_facebook:hover{
	background: url('images/FB_FOOTER_OVER.png') no-repeat;
}
#b_twitter{
	background: url('images/TWITTER_FOOTER.png') no-repeat;
}
#b_twitter:hover{
	background: url('images/TWITTER_FOOTER_OVER.png') no-repeat;
}
#b_youtube{
	background: url('images/YOU_FOOTER.png') no-repeat;
}
#b_youtube:hover{
	background: url('images/YOU2_FOOTER_OVER.png') no-repeat;
}*/
/*----------------- other links -------------*/
#menu-bottom-left-links a {
	padding: 0px;
	margin: 0px;
	border-radius: 0px;
}
#menu-bottom-left-links li{
	padding: 0px 10px;
}
#menu-bottom-left-links li:first-child{
	background: none;
}

#footertext {
	background: #000;
	width: 100%;
	height: 60px;
	padding-top: 9px;
}
#footertext .span2 {
	width: 100%;
}
#footertext .span2 .aside_wrap {
	border: none;
}
#footertext h3 {
	color: #fff;
}
#footertext .textwidget, #footertext p, #footertext li {
	color: #666;
	font-size: 11px;
	text-align: center;
}
#footertext a {
	color: #898989;
	transition: color .4s;
}
#footertext a:hover{
	color: #666;
	text-decoration: underline;
}
/*----------------- out sites -------------*/
#foot_out_sites{
	clear: both;
}
#foot_out_sites span{
	vertical-align: middle;
	border: 0px;
}

/* ==========================================================================
   page brands
   ========================================================================== */
#brand_index_subTitle h2{
	font-size: 15px;
	font-family: arial;
	line-height: 20px;
	font-weight: normal;
	text-align: justify;
}
.page-template-page-brand-index-php p{
	/*margin-bottom: 0px;*/
}
span.num_brand{
	font-size: 70px;
	line-height: 42px;
	padding-top: 24px;
	display: block;
	text-align: center;
}
div.num_brand{
	text-align: center;
	font-size: 25px;
	font-family: 'straussregular','straussregularen','Helvetica Neue', Helvetica, Arial, sans-serif;
}
#brand_index_title{ margin-bottom: 0px; }
#brand_index_title, select{
	font-size: 19px;
	font-family: 'straussregular','straussregularen','Helvetica Neue', Helvetica, Arial, sans-serif;
}
#ajax_brands .brand_filter_div {
	height: 40px;
	line-height: 40px;
	text-indent: 12px;
	cursor: pointer;
}
#ajax_brands .brand_filter_div > button{
	background: transparent;
	display: block;
	width: 100%;
	line-height: 39px;
	padding: 0px 14px;
	border: 0;
	text-align: left;
}
#ajax_brands .brand_filter_div button:focus{
	text-decoration: underline;
}
#ajax_brands .brand_filter_div button > span, #ajax_brands .brand_filter_div a span {
	color:#FFF;
}
#ajax_brands ul.brand_filter_ul{
	background: #FF5700;
}
#ajax_brands ul.brand_filter_ul, .filter_wrap ul{
	position: absolute;
	z-index: 9999;
	font-size: 14px;
	font-weight: 200;
	list-style: none;
	margin: 1px 0px;
	padding: 0px;
	width: 136px;
	display: none;
}
#ajax_brands ul.brand_filter_ul li{
	/*height: 21px;*/
	line-height: 21px;
	padding-right: 12px;
	padding-left: 12px;
	text-indent: 0px;
}
#ajax_brands ul.brand_filter_ul li{
	padding: 0px;
}
#ajax_brands ul.brand_filter_ul li:hover{
	background: #fff;
}
#ajax_brands ul.brand_filter_ul li a, #ajax_brands ul.brand_filter_ul li button{
	color:#FFF;
	border: 0px;
	display: block;
	padding: 0px;
	background: none;
	filter: none;
	/* font-size: 14px; */
}
#ajax_brands ul.brand_filter_ul li button{
	width: 100%;
	padding: 0px 12px;
	text-align: start;
	font-size: 14px;
}
#ajax_brands ul.brand_filter_ul li button:hover,
#ajax_brands ul.brand_filter_ul li button:focus{
	color: #FF5700;
	background: #fff;
}
#ajax_brands ul.brand_filter_ul li.nextToHover{
	background: none;
}
[dir = "rtl"] .brand.singleTile{ float: right; }
.brand.singleTile{
	height: 132px;
	margin-top: 6px;
}
@media (min-width: 768px){
	.brand.singleTile:nth-child(7n+1) {
		margin-right: 0px;
		margin-left: 0px;
	}
}
@media (max-width: 767px){
	/*לראש העמוד לא יופיע במוביל*/
	#top_but{
		display: none;
	}
	span.form_text_required{
		display: block;
		text-align: right;
		margin-top: 4px;
		transition: all 0.3s;
	}
	.brand.singleTile:nth-child(3n+1){
		margin-right: 0px;
		margin-left: 0px;
	}
}
.brand_excerpt{
	border: 1px solid #ccc;
	background: #FFF;
	height: 130px;
	width: 134px;
}
.brand_excerpt .padding10px{
	padding-bottom: 0px;
	padding-top: 5px;
}
.brand_title{
	font-weight: bold;
	display: block;
}
.brand_text{
	height: 87px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 14px;
}
.brand_text, .brand_title, .brand_readMore, .part-content .span6{
	font-size: 13px;
	line-height: 17px;
}
.brand_text p{
	max-height: 85px;
	display: block;
	/*cursor: pointer;*/
	/*text-align: justify;*/
}
.brand_text p a{
	overflow: hidden;
	max-height: 85px;
}
.brand_readMore{
	height: 24px;
	line-height: 22px;
}
.brand_excerpt .brand_readMore:hover{
	background: #4d4d4d;
}
.brand_readMore span{
	color: #fff;
	display: inline-block;
}
select{
	width: 100%;
	height: 100%;
	border: 0px;
	-webkit-appearance: none;
	background: none;
	color: #fff;
	margin: 0px;
}
select option{
	color: #000;
}

/* ==========================================================================
   page portfolio
   ========================================================================== */
.port_ttl{
	height: 32px;
	line-height: 35px;
	margin: 18px 0 6px;
	clear: both;
	width: 100%;
	text-indent: 20px;
	font-size: 22px;
	font-weight: 200;
}
#port_side_menu{
	margin: 0px;
	width: 14.37246963562753%;
	*width: 14.271255060728743%;
}
#port_side_menu ul{
	list-style: none;
	margin: 0px;
}
#port_side_menu li{
	/*height: 76px; */
	transition: all .1s;
}
#port_side_menu li a{
	font-size: 20px;
	display: block;
	height: 80px;
}
#port_side_menu li h3{
	margin: 0px;
	padding-top: 15px;
	font-weight: 200;
}
#port_main{
	background: #f2f2f2;
	margin: 0px 0 32px;
}
#port_left{
	width: 412px;
	margin: 0px;
}
#port_content{
	font-size: 15px;
	font-family: arial;
	margin-top: 3px;
}
#port_content span {
	font-size: 15px!important;
	font-family: arial!important;
}
#port_sub_img{
	margin: 24px 24px 17px 24px;
}
#port_sub_img .h1, #port_sub_img h1{
	float: right;
	width: 112px;
	margin: 20px 20px 0px 15px;
	font-weight: normal;
	line-height: 25px;
	font-weight: 200;
}
#port_sub_img img{
	width: 661px;
	float: left;
}
#port_content{
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: justify;
	margin: 0px 22px;
}
#port_content .right{
	width: 390px;
	float: right;
}
#port_content .left{
	width: 390px;
	float: left;
}
.toolbar_content a:hover img, .toolbar_content a:focus img{
	background: #fff;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#toolbar_social_links a{
	height: 27px;
	line-height: 27px;
	display: inline-block;
}
#toolbar_social_links .toolbar_content{
	padding: 9px 0px;
	font-size: 13px;
	font-weight: bold;
}
#port_site_link:hover{
	color: #00b3de;
}
#port_facebook_link:hover{
	color: #294791;
}
#port_twitter_link:hover{
	color: #32c7ff;
}
/* members */
.port_members {
	margin: 0px 22px 18px;
}
.port_members_title.background {
	font-size: 19px;
	font-weight: normal;
	height: 32px;
	line-height: 33px;
	text-indent: 13px;
	margin: 0px;
}
.port_members_list {
	background: #fff;
}
.port_members_list .row-fluid{
	/*margin-bottom: 0px;*/
}
/*-- partners table --*/
.first_td{
	width: 96px;
	margin: 1px 28px;
	font-weight: 200;
	font-size: 26px;
	margin-top: 11px;
}
.single-partner .first_td{
	font-size: 46px;
}
.second_td .color{
	font-weight: 200;
	font-size: 18px;
}
.second_td{
	width: 615px;
	text-align: justify;
	font-size: 13px;
}
.table_row .clear{
	height: 24px;
}
/* ==========================================================================
   icons toolbar
   ========================================================================== */
.toolbar_wrap{
	background: #fff;
	margin-bottom: 25px;
	width: 390px;
}
.toolbar_title{
	width:68px;
}
.toolbar_title h4{
	padding: 10px 8px;
	font-size: 18px;
	font-family: 'strausslight','strausslighten','Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 14px;
	margin: 0px;
}
.toolbar_content{
	font-size: 12px;
	line-height: 1;
	width: 322px;
}
#toolbar_social_links .toolbar_content{
	width: 318px;
}
#toolbar_featured_brands .toolbar_content,
#toolbar_brands .toolbar_content,
#toolbar_partners .toolbar_content,
#toolbar_brands_partnership .toolbar_content{
	padding-right: 0px;
	padding-left: 0px;
	width: 318px;
}
#toolbar_featured_brands img,
#toolbar_brands img,
#toolbar_partners img,
#toolbar_brands_partnership img{
	margin-right: 0px !important;
	margin-left: 0px !important;
	width: 76px;
	height: auto;
	margin-bottom: 13px;
	width: 76px;
	transition: opacity .1s;
}

#toolbar_location img, #toolbar_activity .toolbar_content > div{
	margin-bottom: 13px;
	display: inline-block;
}
#toolbar_activity .toolbar_content > div{
	display: inline-block;
	vertical-align: top;
	width: 74px;
}
#toolbar_activity img {
	width: 100%;
	height: auto;
}
#toolbar_partners img{
	margin-bottom: 13px;
}
/* ==========================================================================
   person index
   ========================================================================== */
.person_two_left {
	width: 230px;
	margin-top: 13px;
}
.person_two_wrap {
	width: 367px;
	font-family: arial;
	font-size: 13px;
	line-height: 16px;
}

.grey-bg .person .readMore:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin: -1px 2px 0;
}
.home_tile{
	width: 100%;
	height: 212px;
	background: none;
	margin-top: 40px;
	z-index: 90;
}
.home_tile .front{
	background: transparent;
}
.home_tile.small:first-child{
	margin-top: 40px;
}
.home_tile.small{
	height: 103px;
	margin-top: 6px;
	font-size: 20px;
}
.home_tile.small .padding-HP-small{
	padding: 15px 17px;
}
.home_tile.small .tile_title{
	font-family: straussregular, straussregularen;
	font-size: 17px;
	width: auto;
	line-height: 14px;
}
.home_tile.small .back .tile_title{
	color: #000;
}
.home_tile.small .front .tile_text{
	margin-top: 0px;
}
/*.home_tile.small .background{
	background-position: 86% 87%;
}*/
.home_tile .background{
	height: 100%;
	color: #fff!important;
	/*background-image: url(images/WhireArrow.png);*/
	/*background-position: 92% 90%;*/
	background-repeat: no-repeat;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.home_tile .tile_title{
	/*width: 157px;*/
	width:100%;
	display: block;
	font-size: 29px;
	line-height: 25px;
	color: #fff;
}
#home_tile .tile_text{
	font-size: 20px;
}
.home_tile .tile_excerpt, .home_tile .tile_image{ border: 0px; height: 100% !important; width: 100%;}
.home_tile .back { height: 100%; width: 100%; }
.home_tile .back span{ color: #fff; }
.home_tile  .front .tile_text{
	font-weight: 200;
	font-size: 16px;
	line-height: 15px;
	margin-top: 10px;
}

/* IE 8-9 */
.home_tile .back{display: none\0/;}
.home_tile:hover .back{
	display: block\0/;
}
.tile_excerpt .jspVerticalBar{
	display: block\0/ !important;
}
/* IE 10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

	.home_tile .back{ display: none;}
	.home_tile:hover .back {
		display: block;
	}
	button#footer_newsletter_open_subjects{
		bottom: 164px;
	}
}
/*_:-ms-fullscreen, :root #menu-footer_menu > li{*/
/*height: 14px;*/
/*}*/
/*  ********
.home_tile .back
{
   display: none;
}
.home_tile:hover .back
{
   display: block;
}*/





/* --------- brands toolbar -------- */
#home_toolbar{
	height: 182px;
	margin-top: 30px;
}
#home_toolbar .home_widget_title.brands{
	background: #ff5700;
}
/* --------- home tile triplet (English) ---------- */
.home .tileOut h3{
	font-size: 20px;
	font-family: 'strausslight','strausslighten';
	margin: 0px;
	margin-top: 60px;
	text-align: center;
	padding: 0px;
}
.home .tileOut .desc{
	font-size: 29px;
	margin: 0px;
	line-height: 22px;
	font-family: 'straussregular','straussregularen';
	text-align: center;
}
/* --------- home widgets ---------- */
/*general*/
#home_widgets{
	height: 173px;
	margin-top: 30px;
	font-size: 13px;
}
.home_widget_title, .home_widget_title:hover{
	height: 100%;
	color: #fff;
	text-align: center;
}
.home_widget_title h2{
	font-size: 29px;
	margin: 0px;
	line-height: 22px;
}
#home_toolbar .home_widget_title h2{
	/*background: url(images/WhireArrow.png) no-repeat center left;*/
	display: inline-block;
	/*padding-left: 14px;*/
}
.home_widget_title h3{
	font-size: 20px;
	font-family: 'strausslight','strausslighten','Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0px;
	margin-top: 60px;
}
.home_widget_title.news{
	background: #0088ce;
}
.home_widget_title.cr{
	background: #739600;
}
.home_widget_title.business{
	background: #e01e22;
}
.home_widget_title.service{
	background: #a4cf23;
}
#home_widgets .home_widget_content{
	background: #ededed;
	height: 100%;
	width: 14.37246963562752%;
}
#home_widgets .home_widget_content.news{
	width: 28.74493927125505%;
}
#home_widgets .home_widget_content.service div{
	line-height: 14px;

}
.news .home_widget_content_padding > div{
	width: 174px;
}
.home_widget_left_title{
	font-weight: bold;
	clear: both;
	color: #4d4d4d;
}
.home_widget_left_date{
	font-size: 11px;
	clear: both;
}
#home_widgets ul{
	list-style-position: inside;
	margin: 0px;
}
#home_widgets li{
	line-height: 25px;
}
#home_widgets .service ul{
	margin-top: 15px;
	letter-spacing: -1px;
}
#home_widgets .service li{
	border-bottom: 1px solid #d4d4d4;
}
#home_widgets .service li.last{
	border-bottom: 0px;
}
.home_widget_news_excerpt{
	max-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 180px;
	line-height: 15px;
}
.news .home_widget_left_title {
	line-height: 14px;
	font-weight: normal;
}
#home_widgets img {
	clear: both;
	margin-bottom: 23px;
}
.lines_business{
	width: 100%;
	display: block;
	clear: both;
	line-height: 14px;
}
#home_widgets #stock_direction{
	margin: 4px 0px 0px;
	float: left;
	display: block;
	padding-right: 3px;
}
#home_widgets #eng_stock_direction{
	margin: 6px 0px 0px;
	float: right;
	display: block;
	padding-left: 3px;
}
.english_stock_line{
	width: 100% !important;
	display: block;
	border-bottom:1px dotted grey;
	line-height: 17px;
}
.eng_down_stock{
	display: inline-block;
	margin: 0px 15px;
	padding: 0px 5px;
	line-height: 1;
	font-size: 11px;
	font-weight: normal;
	background: url('images/home_service_arrow_grey_en.png') right center no-repeat;
}
.eng_down_stock:first-child{
	margin: 0px;
	padding-left: 0px;
}
/*------ global activity -------*/
#home_global{
	margin-top: 15px;
}
#home_global h2{
	font-size: 20px;
}
#home_global .span1 .padding20px{
	padding: 9px 8px 6px;
	margin: 0px;
	text-align: center;
}
#home_global .span6 .padding_part-content{
	padding: 9px;
}
.part-content .span6{
	width: 86.23481781376517%;
	font-size: 15px;
	line-height: 17px;
	text-align:justify;
}
/*--------- HP Map --------*/
#maps{
	margin-top: 30px;
}
.balloon{
	height: auto;
	width: 131px;
	position: absolute;
	z-index: 999;
	float: right; /* ?? ????? ?????? ???????, ???? */
	opacity: 0;
	transform: scale(0);
	-ms-transform: scale(0);
	transition: opacity .5s, transform 0s .5s;
	display: block;
}
.balloon.selected, .balloon:focus{
	-ms-transform: none;
	transform: none;
	opacity: 1;
	transition-delay: 0s;
	z-index: 1;
}
.balloon .balloonDivForTransform{
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	transition: transform .5s;
}
.balloon.selected .balloonDivForTransform,
.balloon:focus .balloonDivForTransform{
	-ms-transform: none;
	transform: none;
}
.map_content{
	background : #FFFFFF;
	background : rgba(255, 255, 255, 1);
	border-radius : 7px;
	-moz-border-radius : 7px;
	-webkit-border-radius : 7px;
	width: 158px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
	position: relative;
}
.map_content:after{
	display: block;
	content: '';
	position: absolute;
	bottom: -18px;
	left: 50%;
	height: 23px;
	width: 34px;
	background: url(images/map_arrow_SD.png);
	margin-left: -17px;
}
.map_content.wide{
	width: 179px;
}
.top_content {
	height: 58px;
}
.map_content .map_country {
	color: #4D4D4D;
	font-size: 0;
	line-height: 1;
	font-family: straussregular, straussregularen;
	font-weight: bold;
	padding-top: 16px;
	text-align: center;
}
.map_content .names{
	background: #E8E8E8;
	min-height: 28px;
	max-height: 39px;
	overflow: hidden;
	padding: 6px 5px 0px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 0px 0px 7px 7px;
	font-size: 14px;
	line-height: 14px;
	font-family: strausslight,strausslighten;
}
.names .vertical_align_helper{
	display: none;
}
.map_content .map_country span {
	font-size: 16px;
	vertical-align: middle;
}
.red.balloon .map_content{
	border-color: #E01E22;
}
.red.balloon .map_arrow{
	background: url(images/mapArrowRed.png) bottom center no-repeat;
}
.orange.balloon .map_content{
	border-color: #FF5700;
}
.orange.balloon .map_arrow{
	background: url(images/mapArrowOrange.png) bottom center no-repeat;
}
.blue.balloon .map_content{
	border-color: #0088CE;
}
.blue.balloon .map_arrow{
	background: url(images/mapArrowblue.png) bottom center no-repeat;
}
.light_blue.balloon .map_content{
	border-color: #00B3DE;
}
.light_blue.balloon .map_arrow{
	background: url(images/mapArrowLightBlue.png) bottom center no-repeat;
}
.green.balloon .map_content{
	border-color: #739600;
}
.green.balloon .map_arrow{
	background: url(images/mapArrowGreen.png) bottom center no-repeat;
}
.light_green.balloon .map_content{
	border-color: #8CBB21;
}
.light_green.balloon .map_arrow{
	background: url(images/mapArrowEmerald.png) bottom center no-repeat;
}
.map_content img{
	width: 48px;
	height: 28px;
	margin-left: 11px;
}
/*.map_content{
	padding: 9px;
}
.map_content b{
	display: block;
}*/
.map_content .act{
	clear: both;
}
/*------ brands cycle -------*/

.activity_item_image{
	height: 103px;
	/*width: 136px;	*/
}
.activity_item a{
	display: inline-block;
}
.activity_item span{
	font-size: 20px;
	color: #fff;
	font-family: 'straussregular','straussregularen','Helvetica Neue', Helvetica, Arial, sans-serif;
	position: absolute;
	margin-top: 74px;
}
.safari .activity_item span{
	margin-right: 11px;
}
.home_widget_content .horizontal-only{
	height: auto;
	max-height: 300px;
}
.home_widget_content .jspHorizontalBar{
	height: 8px;
}
.home_widget_content .jspContainer{
	height: 117px!important;
}
.home_widget_content .jspPane{
	width: auto!important;
}
.jspTrack{
	background: #ececec;
}
.jspDrag{
	background: #a2a2a2;
}
.horizontal-only
{
	height: auto;
	max-height: 150px;
}
#slideshowWrap{
	background: #ececec;
	margin-top: 6px;
}
.slideshow{
	width: 710px !important;
	margin: 0px auto;
}
#prev, #next{
	height: 17px;
	width: 10px;
	margin-top: 12px;
}
#prev{
	background: url(images/HPLeftGRAY.png) no-repeat;
}
#prev:hover{
	background: url(images/HPLeftORANGE.png) no-repeat;
}
#next{
	background: url(images/HPRightGRAY.png) no-repeat;
}
#next:hover{
	background: url(images/HPRightOrange.png) no-repeat;
}

.carusel_img{
	height: 59px;
	width: 79px;
}

/* ==========================================================================
   Index person page
   ========================================================================== */

.full_index{
	clear: both;
	background: url(images/DirecterionSeperator.png) top repeat-x;
	margin-top: 24px;
	margin-bottom: 28px;
	width: 100%;
	/*float: right;*/
}
.index_person_row{
	background: url(images/DirecterionSeperator.png) bottom repeat-x;
	padding-top: 28px;
	padding-bottom: 28px;
	margin: 0px;
}
.index_person_row span{
	display: block;
}
.index_person_row p {
	margin: 0px;
}
.person_index_titles{
	font-size: 15px;
}
.person_index_titles h3{
	font-size: 22px;
	font-weight: 200;
	margin: 1px 0 0px;
}
.person_index_content{
	font-size: 13px;
	line-height: 18px;
	margin-top: 2px;
}
/* ==========================================================================
   single news mention
   ========================================================================== */
#newsMentionTitle{
	margin-bottom: 6px;
}
#newsMentionBack{
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}
#newsMentionBack:hover{
	text-decoration: underline;
}
#newsMentionTitle h1, #inner_page_title h1{
	font-weight: 200;
	font-size: 30px;
	font-weight: normal;
	margin: 0px;
	line-height: 1;
}
#newsMentionTitle h2{
	/*font-size: 17px;*/
	color: #fff;
	margin: 0px;
	/*font-family: arial;
	text-align: justify;*/
	font-weight: 200;
	font-size: 18px;
}
.media_kit #newsMentionTitle h2{
	padding-bottom: 12px;
}
#newsMentionTitle h2#newsMentionExcerpt{
	text-align: justify;
}
#newsMentionExcerpt{
	font-size: 14px;
	color: #fff;
	/*letter-spacing: 1px;*/
	margin: 0px;
	font-family: arial;
}
.newsMentionInfo{
	font-size: 13px;
	color: #99CFEB;
}
#newsMentionContent{
	margin-top: 6px;
	background: #F5F5F5;
	padding: 18px 24px;
	margin-bottom: 11px;
	clear: both;
}
#newsMentionContent ul{
	list-style-position: inside;
	margin: 0px;
}
#newsMentionContent a{
	color: #0088CE;
}

/* ==========================================================================
   news & media search
   ========================================================================== */
#newsFiltersWrap div#newsSearch{
	background: #EAEAEA;
	cursor: default;
	width: 39.48863636363564%;
}
#newsSearch input[type="text"]{
	width: 232px;
	margin-bottom: 0px;
	margin-top: 6px;
	padding: 0px;
	background: none;
	border: 0px;
	box-shadow: none;
	font-family: 'straussregular','straussregularen','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#newsSearch input[type="submit"]{
	width: 14px;
	height: 14px;
	border: 0px;
}
/*-- rc search --*/
#newsFiltersWrap div#newsSearch.rc{
	width: 562px;
}
#newsSearch.rc input[type="text"]{
	width: 520px;
	margin-bottom: 0px;
	padding: 0px;
	background: none;
	border: 0px;
	box-shadow: none;
	font-family: 'straussregular','straussregularen','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
}
/* ==========================================================================
   news & media filters
   ========================================================================== */
#newsFiltersWrap div{
	width: 19.31818181818182%;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	cursor: pointer;
	font-family: 'straussregular','straussregularen','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 19px;
	color: #fff;
	background-image: url(images/white_arrow_down.png);
	background-repeat: no-repeat;
}
#newsFiltersWrap div a{
	background: none;
	text-decoration: none;
}
#newsFiltersWrap div span{
	color:#FFF;
}
#newsFiltersWrap ul{
	position: absolute;
	z-index: 9999;
	font-size: 14px;
	font-weight: 200;
	list-style: none;
	margin: 1px 0px;
	padding: 0px;
	width: 136px;
	display: none;
}
#newsFiltersWrap li{
	font-size: 14px;
	font-weight: 200;
	list-style: none;
	text-indent: 0px;
	padding: 0px 10px;
	/*height: 21px;*/
	line-height: 21px;
}
.blue #newsFiltersWrap li{
	background: url(images/LINE.png) bottom center no-repeat;
}
#newsFiltersWrap li a{
	color:#FFF;
}
#newsFiltersWrap li:hover a{
	color: #00B3DE;
}
.green #newsFiltersWrap li{
	background: url(images/green_drop_seperator.png) bottom center no-repeat;
}
#newsFiltersWrap li.last{
	background: none;
}
#newsFiltersWrap li:hover{
	background: #fff;
}
#newsFiltersWrap li.nextToHover{
	background: none;
}
/* ==========================================================================
   news mention index page
   ========================================================================== */
.INMSectionTitle, .galleryLoadMore{
	margin-top: 6px;
	color: #fff;
	font-family: 'straussregular','straussregularen','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 19px;
	height: 39px;
	line-height: 39px;
	text-indent: 39px;
	cursor: pointer;
}
.INMSectionTitle{ /*the clipped sections*/
	background-image: url(images/INMOpenSection.png);
	background-repeat: no-repeat;
	color: #fff;
}
.INMSectionTitle a{
	color:#fff;
}
.INMContentWrap{
	background: #F2F2F2;
	margin-top: 6px;
	padding: 10px 0px;
	display: block;
}
#ajax_news .INMContentWrap{
	padding-top: 19px;
}
.search-results .INMContentWrap{
	padding-top: 19px;
}
.clipped .INMContentWrap{
	display: none;
}
.INMEachLine{
	clear: both;
	padding-bottom: 20px;
}
.INMContentWrap .INMEachLine a{
	/*float:right;*/
	display:block;
	background: none;
}
.INMEachLine a:focus{
	color: #0088CE !important;
}
.INMIcon{
	width: 19.31818181818182%;
}
.INMIcon img {
	margin: 0px auto 20px;
	display: block;
}
.INMContent{
	width: 79.82954545454545%;
	margin-top: 0;
	height: 90px;
	/*overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;*/
}
.INMContent.no_image{
	width: auto;
	margin: 28px 22px 0px;
	height: auto;
	max-height: 109px;
}
.INMContent.no_image .INMExcerpt{
	margin: 0px;
}
.INMContent h2, .INMContent .INMDate {
	font-size: 14px;
	font-family: arial;
	font-weight: normal;
	line-height: 15px;
}
.INMContent h2{ margin-bottom: 5px !important; }
.INMExcerpt{
	font-size: 13px;
	line-height: 16px;
}
.INMExcerpt a{
	display: none;
}
.INMExcerpt p{
	margin: 0px;
	text-indent: 0px;
}

.readMore:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin: -1px 2px 0;
}
/* ==========================================================================
   Gallery - full album
   ========================================================================== */
#album #newsMentionTitle{
	padding-bottom: 12px;
}
#count_galleries{
	font-family: 'straussregular','straussregularen','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 19px;
	margin-top: 15px;
}
.ngg-album-myalbum p strong {
}
#album #newsMentionContent{
	font-weight: bold;
	color: #666666;
	font-size: 15px;
}
.ngg-album-desc h4 a{
	color: #666666;
}
#album h4{
	margin-bottom: 0px;
	font-family: arial;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 8px;
}
.ngg-album-myalbum p{
	line-height: 1;
	margin-bottom: 15px;
}
.ngg-album-myalbum p strong {
	display: inline-block;
	font-weight: normal;
}
.hoverStyle:hover img{
	opacity: 0.8;
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#album .gallery_hr{
	margin-bottom: 20px;
}
.ngg-albumoverview{
	margin-top: 0px;
}
.ngg-album-compactbox{
	background: none;
	width: auto;
	height: auto;
	padding: 0px!important;
}
.ngg-album-compactbox .Thumb{
	width: 208px;
	height: 141px;
	border: 0px;
}
/* ==========================================================================
   Album
   ========================================================================== */
.gallery-album .waypoint {
	height: 46px;
	clear: both;
}
#gallery.gallery-album .ngg-gallery-thumbnail{
	width: 221px;
}
.gallery-album .galleryImgTitle{
	text-align: center;
	line-height: 24px;
}
.sub_title_album{
	padding: 15px 19px 20px 15px;
}
.sub_title_album h2{
	font-size: 30px;
	font-weight: normal;
	margin: 0px;
	line-height: 1;
	font-weight: 200;
}
#gallery.gallery-album img{
	height: 154px;
	width: 221px;
}
#gallery.gallery-album .ngg-galleryoverview{
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear: both;
	display: block !important;
}
.orange .hover_color:hover, .orange #sub_menu_wrap .sub_menu .active a, #head_banner .sub_menu > li a:focus {
	color: #ff5700 !important;
}
/* ==========================================================================
   Gallery - single gallery
   ========================================================================== */
#gallery #newsMentionContent{
	margin: 0px;
}
#gallery #newsMentionTitle{
	margin-bottom: 0px;
}
#gallery .ngg-gallery-thumbnail{
	width: 208px;
}
.ngg-gallery-thumbnail-box{
	margin: 0px !important;
}
.ngg-galleryoverview{
	margin: 0px;
}
#gallery img, .video_watermark{
	height: 141px;
	width: 208px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.video_watermark{
	position: absolute;
	margin-top: -141px;
	/*border: 1px solid red;*/
	background: url(images/Play.png) center center no-repeat;
}
.galleryImgTitle{
	font-size: 15px;
	height: 45px;
	line-height: 34px;
}
.gallery_hr{
	background: url(images/DirecterionSeperator.png) repeat-x;
	clear: both;
	border: 0px;
	height: 1px;
}
#count_images{
	/*background: url(images/CameraIcon.png) no-repeat;
	font-weight: bold;*/
	display: inline-block;
}
.ngg-gallery-thumbnail span{ padding-left: 0px; padding-right: 0px; }

/*------- Openned image -------*/
#fancybox-wrap{
	background: #E5E5E5;
	padding: 96px 36px 36px 36px!important;
}
#fancybox-content{
	border-width: 0px !important;
}
.fancybox-bg{
	background-image: none!important;
}
#fancybox-wrap #fancybox-close{
	background: url(images/X_close.png) no-repeat;
	right: auto;
	left: -28px;
	top: -88px;
}
#fancybox-wrap #fancybox-title{
	position: absolute;
	top: -62px;
	font-family:strausslight,strausslighten,'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 30px;
	background: none;
	text-align: right;
}
#fancybox-wrap .sharepic {
	display: block;
	float: left;
	height: 18px;
	width: 127px;
	background: url(images/strauss-media-share.png) no-repeat top left;
}
#pp_description {
	margin-right: 0px;
	margin-top: -20px;
}
#pp_description .hq a {
	font-size: 15px;
	color: #0088ce;
	text-decoration: underline;
}
#pp_hidef .hq { display: none; }
#fancybox-wrap #fancybox-right-ico{ /* to do */
	background: url(images/RIGHTsquerArrow.png) no-repeat;
	height: 67px;
	width: 65px;
}
#fancybox-wrap #fancybox-left-ico{ /* to do */
	background: url(images/LEFTsquerArrow.png) no-repeat;
	height: 67px;
	width: 65px;
}
/* ==========================================================================
   Filters
   ========================================================================== */
.filter_wrap div{
	font-family: 'straussregular','straussregularen','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 19px;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	cursor: pointer;
	color: #fff;
}
.filter_div{
	background: url(images/white_arrow_down.png) 12px 50% no-repeat;
}
.filter_wrap div:first-child{
	cursor: auto;
}

/* ==========================================================================
   FAQs
   ========================================================================== */
.tilesToToggle{
	display: none;
}
#newsMentionTitle a{
	color: #fff;
	text-decoration: underline;
}
#newsMentionTitle a:hover{

}
#newsMentionTitle div{
	font-weight: 200;
	font-size: 18px;
	margin-top: 4px;
}

/* ==========================================================================
   part main content (stage element)
   ========================================================================== */
.part-main-content{
	/*height: 370px;*/
	position: relative;
}
.part-main-content > a{
	display: block;
}
/*.part-main-content div{
	height: 100%;
}*/
.part-main-content div.h1, .part-main-content h1, .part-main-content h2.h1{
	font-size: 30px;
	font-weight: normal;
	font-family: 'strausslight','strausslighten','Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 30px;
	/*margin-top: 40px;*/
	margin-top: 25px;
	margin-bottom: 5px;
	background: none;
	height: auto;
}
.part-main-content a:focus div.h1, .part-main-content a:focus h1{
	text-decoration: underline;
}
.part-main-content div.h2, .part-main-content h2{
	font-weight: normal;
	font-family:strausslight,strausslighten,'Helvetica Neue', Helvetica, Arial, sans-serif;
	/*font-size: 22px;*/
	font-size: 19px;
	height: auto;
	background: none;
	text-align:justify;
}
.part-main-content img{
	height: 370px;
	width: 100%;
}
.part-main-content .item a:focus img{
	border: 1px solid #0088cc;
	box-sizing: border-box;
}
#service_slider img{
	height: 120px;
	width: 136px;
}
/*---  part main content with slider in it (customer service) ---*/
.part-main-content.index{

}
#service_slider{ margin-top: 6px; height: 120px; font-size: 20px; line-height: 17px; }
#service_slider .tile_excerpt{ height: 118px; width: 134px; }
#service_slider .padding_tile-page{
	height: auto;
	padding: 0px 17px;
}
#service_slider a {float: right;}
#service_slider h3{ margin: 16px 0 0; font-size: 20px;}
#service_slider .tile_text{
	font-family:strausslight,strausslighten,'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0px;
	height: auto;
}
#service_slider .tile_image{ /*cursor: pointer;*/ }

/* ==========================================================================
   generic structure
   ========================================================================== */
.generic_structure h3{
	margin: 0px;
	height: 39px;
	line-height: 40px;
	font-size: 20px;
}
.generic_structure a h3 span{
	color: #fff;
	display: inline-block;
}
.generic_content{
	background: #F2F2F2;
	margin-top: 0px;
	clear: both;
}

/* ==========================================================================
   honors page
   ========================================================================== */
/*--- first part - awards_last ---*/
#awards_last .generic_content div div{
	width: 33.3%;
}
#awards_last .generic_content div.clear{
	float: none;
}
#awards_last img{
	height: 141px;
	width: 208px;
	display: block;
	margin: 0 auto;
}
#awards_last p{
	margin: 14px auto 0;
	width: 208px;
	display: block;
	font-size: 15px;
}
/*--- second part - awards index ---*/
.each_honor{
	padding: 26px 22px 0px;
}
.each_honor h6{
	font-family: arial;
	font-size: 15px;
	margin: 0px;
}
.each_honor p{
	font-size: 13px;
	margin: 0px;
}
.each_honor .honor_excerpt a{
	display: none;
}
#awards_index .row-fluid{
	margin-bottom: 0px;
}
#awards_index .generic_content{
	padding-bottom: 40px;
}
.page-template-page-honors-php #awards_index img{
	width: 98px;
	height: auto;
	margin-bottom: 0;
}
/* ==========================================================================
   Press Release Lobby
   ========================================================================== */
#prLobby{
	/*padding: */
}
#prLobby .INMEachLine{
	margin-top: 19px;
}
#prLobby img{
	margin-bottom: 0px;
}
#prLobby .row-fluid{
	margin-bottom: 0px;
}
#prLobby .generic_content{
	padding-bottom: 20px;
}
#prLobby .generic_structure:first-child{
	margin-bottom: 6px;
}
#prLobby .INMContent{
	max-height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* ==========================================================================
   Side bars
   ========================================================================== */
.aside_wrap{
	border: 1px solid #BCBCBC;
	padding: 0px;
}
/*--- social And Contact Aside ---*/
.two_cols_widget:hover, .two_cols_widget.last:hover{
	background-color: #F2F2F2;
}
.two_cols_widget h3{
	font-size: 20px;
	/*margin-top: 17px;*/
}
#widget_social_wrap{
	padding:20px 15px 11px;
	/*float:right;*/
}
#widget_social_wrap a{
	/*width:39px;
	height:39px;*/
}
.grey-social_table-div{
	display: table;
	margin: 0px auto;
}
#socialAndContactAside hr{
	background: url(images/DirecterionSeperator.png) top repeat-x;
	height: 1px;
	width: 100%;
	border: 0px;
	clear: both;
	/*margin-top: 15px;
	margin-bottom: 10px;*/
	margin:0px;
}
#widget_persons_wrap{ padding-bottom: 3px }
#widget_persons_wrap div:last-child img{
	margin-bottom: 0px
}
#widget_persons_wrap img{
	margin-bottom: 28px;
}
#widget_persons_wrap > div{
	clear: both;
}
#widget_persons_wrap > div > div{
	width: 160px;
	line-height: 15px;
	margin-top: -4px;
}
#widget_persons_wrap span div:first-child{
	font-weight: bold;
}
#widget_persons_wrap span, #widget_persons_wrap a{
	font-size: 12px;
	clear: both;
}
#widget_persons_wrap a.last{
	font-size: 8px;
	text-decoration: underline;
	display: block;
	text-transform: lowercase;
}
#widget_persons_wrap{
	clear: both;
}
#widget_persons_wrap h3{
	margin-bottom: 13px;
	margin-top: 0px;
}
#widget_persons_wrap .envelope_contact img{
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin: 0px 5px;
}
.widget_link_div.yes h3{
	font-size: 26px;
	margin: 0px 0px 5px;
}
.widget_link_wrap{
	padding: 15px 0px 18px 0px;
}
.widget_link_div{
	display: inline-block;
	vertical-align: middle;
	width: 59%;
	margin-left: 9px;
}
.widget_link_h3{
	margin: 0 0 5px;
}
.widget_link_txt{
	font-size: 13px;
	line-height: 14px;
}
.widget_link_icon_wrap{
	display: inline-block;
	height: 79px;

	vertical-align: middle;
	width: 84px;
}
.widget_link_icon_wrap2{
	margin: 0px 3px;
}
.widget_link_icon_a, .widget_link_title_a{ cursor: pointer; }
.widget_link_icon{
	display: block;
}
.widget_link_div.no{
	width: auto;
}
.widget_link_icon_wrap img{
	float: left;
	height: 79px;
	width: 84px;
}
.widget_link_icon_hover{ display: none; }
.two_cols_widget{
	background: url(images/DirecterionSeperator.png) bottom repeat-x;
	/*padding: 24px 20px 19px;*/
	padding: 21px 20px 19px;
	clear: both;
}
.two_cols_widget.last{
	background: none;
}
.widget_link_title_a{
	display: inline-block;
	padding-left: 8px;
}
.turquoise  .widget_link_title_a{ background: url(images/turquoise_widget_arrow.png) 0% 45% no-repeat; }

/* ==========================================================================
   404 page
   ========================================================================== */
#wrap404{
	background: #DFDFDF;
	color: #666;
	font-family: 'straussregular','straussregularen','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 36px;
	text-align: center;
	padding: 120px 0;
	margin-bottom: 18px;
	margin-top: 18px;
	line-height: 34px;
}
#wrap404 span{
	font-family:strausslight,strausslighten,'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: block;
}
#wrap404 a{
	font-family:strausslight,strausslighten,'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: inline-block;
	font-size: 22px;
	float: right;
	margin-right: 28px;
	margin-top: 67px;
}
#wrap404 h1{
	font-family: 'straussregular','straussregularen','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 34px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
}
#loadmore{
	clear: both;
	display: block;
	color:#ffffff;
	text-decoration:none;
	border:none;
}
a:focus {
	outline:none;
}
/* ==========================================================================
   Employees story
   ========================================================================== */

.employeeStory #inner_page_title{
	padding: 20px 26px;
}
#inner_page_title > div:first-child{
	width:50%;
}
#inner_page_title > div > div{
	font-size: 16px;
	line-height: 18px;
}
#employees{
	width: 305px;
	direction: ltr;
	margin-top: 7px;
}
.employeeStory .tab-content{
	margin-top: 6px;
}
.employeeStory .tab-pane .span4_5{
	background: #CBF0F8;
	font-family:strausslight,strausslighten,'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	height: 136px;
}
.employeeStory .tab-pane .span4_5 h2{
	font-size: 26px;
	margin-bottom: 18px;
}
.employeeStory .tab-pane .span1_5{

}
.employeeStory .tab-pane .span1_5 img{
	height: 136px;
	width: 136px;
}
.employeeStory .tab-pane .span4_5 > div{
	padding: 21px 26px;
}
.employeeStory .tab-pane div.clear{
	/*font-size: 13px;*/
	font-family: arial;
	padding-top: 20px;
}
.employeeStory .tab-pane div.clear, .employeeStory .tab-pane div.clear p{
	text-align: justify !important;
}
.rowOut{
	float: none;
	clear: both;
}
div#shDisplay img#shTopImg {
	padding: 5px !important;
	border: none !important;
	background: #fff !important;
}
#employees .nav-tabs{ border: 0px; }
#employees li a{
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius:0px!important;
	background: #9AE1F3;
	display: block;
}
#employees li div{
	height: 86px;
	width: 98px;
}
#employees li.active a, #employees li:hover a{
	padding: 4px;
}
#employees li.active div, #employees li:hover div{
	height: 78px;
	width: 90px;
}
#employees .mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{ background: #fff; }
#employees .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background: #98E1F0; }
#employees .mCSB_horizontal>.mCSB_container{ margin-bottom: 12px; }
.employeeStory br{ display: none; }
/* ==========================================================================
   tips
   ========================================================================== */
#tips #newsMentionContent{
	padding-right:28px;
	padding-left:28px;
}
#tips #newsMentionContent ul{
	list-style-position: inside;
	margin: 0px;
	list-style:none;
}
#tips #newsMentionContent ul li{
	min-height: 33px;
	line-height: 18px;
	margin-bottom:10px;
}
#tips #newsMentionContent ul li p{
	font-size:13px;
}
#tips #newsMentionTitle div{
	margin-top: 33px;
	font-size: 19px;
	font-family: straussregular, straussregularen;
}
/* ==========================================================================
   Career Lobby
   ========================================================================== */
#careerLobby #awards_bar{
	/* height: 205px; */
}
#careerLobby #awards_bar .mobile_accordion-heading{
	height: 100%;
	width: 137px;
	float: right;
}
/*#careerLobby #awards_bar .span1 h3{
	font-size: 30px;
	line-height: 24px;
	font-weight: lighter;
	margin: 2px 0px;
	letter-spacing: 0px;
	font-weight: 200;
}*/
#careerLobby #awards_bar .grey-f2{
	height: 100%;
	width: 567px;
	float: right;
	font-size: 0;
}
.award_triplet{
	font-size: 0;
}
.award_triplet .award_bar_single{
	width: 30%;
	font-size: 13px;
	line-height: 15px;
	display: inline-block;
	margin: 20px 1.5%;
	vertical-align: top;
}
@media (max-width: 767px){
	#mobile_white {
		background: #fff;
	}
}
.award_tile_image_bg {
	display: block;
	padding-top: 60%;
	background: center no-repeat;
	background-size: contain;
}
#careerLobby .row-fluid{
	margin-top: 0px;
	margin-bottom: 25px;
}
#careerLobby .row-fluid.part-main-content{
	margin-bottom: 0px;
}

/** SOCIAL WIDGETS **/
#widgetyAside #socialAndContactAside {
	padding: 0px;
	height: auto;
	border: none;
}
.blog_wrap.social {
	margin-bottom: 6px;
	/*padding-bottom: 9px;*/
	background: #f2f2f2;
	clear: both;
}
body.page-template-page-subject-lobby-php #social-row {
	margin-top: -10px;
}
#social-row .blog_wrap.social {
	width: 100%;
	height: 206px;
}
#social-row .background.span1 {
	height: 235px;
}
.blog_wrap.social h3, .blog_wrap.social h3 a, #widgetyAside #socialAndContactAside .blog_wrap.social h3, #widgetyAside #socialAndContactAside .blog_wrap.social h3 a {
	margin: 0px !important;
	display: block;
	color: #fff !important;
}
.blog_wrap.social h3, .blog_wrap.social h2{
	margin-top: 0px;
	display: block;
	height: 39px;
	line-height: 43px !important;
	font-size: 20px !important;
	font-family: straussregular,straussregularen,Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
.blog_wrap.social h3 span, .blog_wrap.social h2 span, .blog_wrap.social h5 span {
	height: 12px;
	width: 10px;
	display: inline-block;
}
.blog_wrap.social.blog .color a, .blog_wrap.social.blog .color{ color: #FF5700; }
.blog_wrap.social.youTube .color{
	color: #E11A21;
}
.blog_wrap.social.facebook .color, .blog_wrap.social.facebook a{
	color: #2A4891;
}
.blog_wrap.social.twitter .color{
	color: #32c7ff;
}
.blog_wrap.social.facebook p.color {
	width: 175px;
	font-size: 11px;
	line-height: 15px;
}
.blog_wrap.social.myStrauss .color{ color: #FF1E26; }
.blog_wrap.social.facebook img {
	padding-top: 5px;
}
.blog_wrap.social h6 {
	margin-top: 20px;
	margin-bottom: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h6.wblog, h6.wblog a {
	color: #ff5700;
}
h6.wfb {
	color: #294791;
}
h6.youtitle {
	margin-top: 20px;
}
h6.youtitle, h6.youtitle a, h6.mytitle {
	color: #e11a22;
}
h6.mysub {
	margin-top: 0px !important;
}
div.youclick {
	height: 104px;
	width: 230px;
	background-size: cover;
	margin-bottom: 14px;
}
div.youclick a {
	width: 230px !important;
	height: 104px !important;
	display: block;
	float: none;
	background: url(images/yplay.png) no-repeat center center;
}
div.youclick a:focus, div.youclick a:hover{
	background: url(images/PLAYIcon_youtube_OVER.png) no-repeat center center;
}
.blog_wrap.social .widget_social_wrap{
	text-align: justify;
	font-size: 13px;
	line-height: 17px;
}
/* ==========================================================================
   SEARCH
   ========================================================================== */
#searchTitle{
	background:#666666;
	height:78px;
	padding-top: 12px;
	padding-bottom: 8px;
}
#searchTitle h1{
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: normal;
	font-family: strausslight,strausslighten;
}
#searchTitle h2{
	font-size:19px;
}
#sSearch{
	border:solid 1px #bcbcbc;
	height:99px;
}
#sSearch #search_wrap{
	background:transparent;
}
#sSearch #searchsubmit{
	line-height: 30px;
	height: 100%;
	width: 11%;
	margin-top: 0;
	border: none;
}
#sSearch #s{
	font-size: 30px;
	height: 100%;
	line-height: 30px;
	width:190px;
	margin-top: 0;
}
#search5 .galleryLoadMore{
	background-color:#858585;
	/*color:#ffffff;
	text-decoration:none;
	border:none;*/
}
#search5 .galleryLoadMore:hover{
	background-color:#858585;
	color:#ffffff;
}
.search_out_a.INMContent h2, .search_out_a.INMContent .INMDate ,.search_out_a .hoverStyle_a{
	color:#4d4d4d;
}
.search_out_a.INMContent h2, .search_out_a.INMContent .INMDate {
	font-weight:bold;
}
.blue .hoverStyle.hover .search_out_a a .INMDate,
.blue .hoverStyle.hover .search_out_a a h2,
.blue .hoverStyle.hover .search_out_a a,
.blue .search_out_a.INMContent h2:hover,
.blue .search_out_a.INMContent .hoverStyle_a div:hover,
.blue .INMContent .INMDate:hover{
	color:#0088ce!important;
}
/*******************/
#version_val{
	color:#666666;
	font-size:16px;
	line-height:22px;
	margin-top:35px;
	margin-bottom:33px;
}
/* ==========================================================================
   NEWS DOWNLOAD
   ========================================================================== */

#news_download_title{
	background-color:#33a0d8;
}
#news_download_title h3{
	color:#ffffff;
	font-size: 28px;
	line-height: 24px;
	font-weight: lighter;
	margin: 2px 0px;
	padding: 17px 20px;
	letter-spacing: 0px;
	font-weight: 200;

}
#outer_single_title h1,#outer_single_title h2{
	margin-top: 12px;
	margin-bottom: 26px;
	font-weight: normal;
	font-size: 22px;
	height: 32px;
	line-height: 35px;
}
#news_download_outer{
	background:#f5f5f5;
}
#news_download_inner .span_download_news{
	width: 46%;
	margin-top: 15px;
	padding: 16px 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 2%;
	float: none;
}

#news_download_inner .span_download_news:nth-child(n+3) {
	border-top: 1px dashed #bcbcbc;
}
.span_download_news:nth-child(n+2).span_download_news:nth-child(-n+2){
	border-bottom: 1px dashed #bcbcbc;
}
#news_download_inner .span_download_news:after {
	content: '';
	display: block;
	clear: both;
}
.news_download_icon{ margin-top: 5px; }
.pdf .news_download_icon{
	background:url(images/PDF.png);
	background-repeat:no-repeat;

}
.ppt .news_download_icon{
	background:url(images/PPT.png);
	background-repeat:no-repeat;
}
.jpg .news_download_icon{
	background:url(images/JPG.png);
	background-repeat:no-repeat;
}
.doc .news_download_icon, .docx .news_download_icon{
	background-image:url(images/DOC.png);
	background-repeat:no-repeat;
}
.news_download_icon{
	width: 33px;
	height: 34px;
	display:inline-block;
}
.news_download_content{
	display: inline-block;
	width: 84%;
}
.news_download_row .news_download_content .news_download_name {
	font-size: 13px;
	color:#666666;
	/* height: 25px; */
	display: block;
}
.news_download_title {
	font-size: 18px;
	color:#0088ce;
	font-family: straussregular, straussregularen;
}
.news_download_title:hover{
	color:#0088ce !important;
}
.news_download_row{text-align: justify;font-size: 0;}
/* ==========================================================================
   SERVICE VISITOR
   ========================================================================== */
.visitor_img{
	background:url(images/CustomerService_visit.png);
	width: 134px;
	height:108px;
	border: 1px solid #bcbcbc;
}
.visitor_txt{
	font-size:20px;
	margin-top:19px;
	width:80px;
	font-weight: 200;
	height: 60px;
	line-height: 17px;
}
.visitor_arrow{
	width: 10px;
	height: 16px;
	margin: 0px 16px;
}
.visitor_img, .visitor_img_right{
	margin-top: 6px;
}
.visitor_img_Mbottom a:focus, .visitor_img_Mbottom a:hover{
	color: #fff!important;
	background: #8CBB1D!important;
}
#visitor_title{
	height:39px;
	margin-bottom: 0px;
}
#visitor_title a{
	color:#ffffff;
	font-size:20px;
	font-family: straussregular,straussregularen,'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin: 12px 14px 7px;
}
#contact_visitor{
	margin-bottom: 10px;
	margin-top: 19px;
}
#cord_visit .visitor_txt{
	width: 50px;
}

.ellipsis {
	/*white-space: nowrap;
	overflow: hidden;
}

.ellipsis.multiline {
	white-space: normal;*/
	overflow: hidden;
}
#at16pcc {
	display: none;
}

/*** Contact forms ***/
.formright, .formleft {
	width: 251px;
}
form#general_contact,form#product_contact {
	background: #F2F2F2;
	padding-top: 26px;
	padding-bottom: 10px;
}
form#general_contact label:not(.error), form#product_contact label:not(.error) {
	display: block;
	opacity: 0;
	font-size: 0;
	position: absolute;
}
form#general_contact input[type="text"], .fakefile input, form#product_contact input[type="text"],#gtextarea,#psubtext, form#question_final_form input[type="text"], form#question_final_form textarea{
	display: block;
	border: none;
	box-shadow: none;
	clear: both;
	width: 239px;
	color:#666666;
	background:#ffffff;
	font-size: 13px;
	font-family: arial;
	border-radius:0;
	margin-bottom:15px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 26px;
	height: 26px;
}
form#general_contact select, form#product_contact select {
	width: 218px;
	height: 28px;
	background: #fff;
	font-size: 13px;
	font-family: arial;
	border-radius:0;
	width: 251px;
	margin-bottom:10px;
}
#general_contact #gsubmit:hover,#psubmit:hover, #general_contact #gsubmit:focus,#psubmit:focus{
	color:#ff5700 !important;
}
#general_contact #gsubmit,#psubmit{
	border: none;
	color: #ffffff;
	font-size: 27.79px;
	height: 100px;
	width: 100px;
	font-weight: 200;
}
#gsubmit,#psubmit{
	margin-top: 30px;
}
div.fileinputs {
	width: 250px;
	position: relative;
}
input#file_gc, input#file_pc {
	position: relative;
	width: 250px;
	cursor: pointer;
	opacity: 0;
	z-index: 10;
}
.fakefile {
	position: absolute;
	z-index: 5;
	top: 0;
}
input#fakefile_input_gc, input#fakefile_input_pc {
	padding-left: 6px;
	padding-right: 6px;
}
form#question_final_form.financial #psubmit {
	margin-top: 715px;
}
form#question_final_form.product #psubmit {
	margin-top: 220px;
}
#gtextarea, form#question_final_form textarea{
	/*height: 96px;*/
	resize: none;
	height: 65px;
}
#psubtext{
	height:57px;
	resize: none;
}
#gdetails,#pdetails{
	color:#97b73a;
	font-size:13px;
	font-family: arial;
	font-weight:bold;
	margin-top: 30px;
}
#gdetails,#pdetails{
	width: 268px;
	display: inherit;
	margin-bottom: 10px;
}
#gtxt{
	font-size:13px;
	font-family: arial;
	font-weight:bold;
	color:#666666;
	/*width: 394px;*/
}
#product_contact #pmikud{
	width: 128px;
	display: inline;
}
#product_contact #pnumb{
	width: 90px;
	display: inline;
}
#contacttype{
	/*background-color:#8cbb1e;*/
	height:39px;
}
#contacttype li a{
	display: inline-block;
	border-radius:0;
	border:none;
	height:25px;
	padding: 12px 25px 3px;
	color:#ffffff;
	/*font-family: straussregular,straussregularen,'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-size:20px;
}
#contacttype li.active a{
	background-color:#f2f2f2;
}
form#general_contact input.error, form#product_contact  input.error, form#question_final_form input.error{
	border: solid 1px #d52b1e !important;
	line-height: 24px;
	height: 24px;
}
form#question_final_form textarea.error {
	border: solid 1px #d52b1e !important;
}
form#general_contact label.error, form#product_contact  label.error, form#question_final_form label.error {
	font-size:12px;
	margin-bottom:0px;
	margin-top:-15px;
	line-height:15px;
	color:#d52b1e;
}
form#question_final_form div.radio label.error {
	margin-top: 50px;
	position: absolute;
	line-height: 0px !important;
}
form#question_final_form div.radio input.error {
	height: auto !important;
}
form#general_contact {
	padding-bottom:12px;
}
#contact_visitor #gdetails,#contact_visitor #pdetails{
	display:none;
}
form #gdiscliamer_text[type=checkbox],form #pdiscliamer_text[type=checkbox]{
	width: 0px !important;
	display: inline-block;
	opacity:0;
}
form #gdiscliamer_text[type=checkbox]:checked + .check_placeholder,form #pdiscliamer_text[type=checkbox]:checked + .check_placeholder{
	background-image: url(images/rudio_bottom_V.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	opacity: 1;
}
form#general_contact .check_placeholder,form#product_contact .check_placeholder{
	font-size: 20px;
	letter-spacing: 0.11px;
	color: #FFFFFF;
	color: rgb(255, 255, 255);
	display: inline-block;
	height: 19px;
	width: 19px;
	display: inline-block;
	background: #fff;
	border-radius: 2px;
	vertical-align: middle;
}
.link_page{
	display:block;
}
h4.formthanks.final {
	padding-top: 115px;
	width: 680px;
}
/* ==========================================================================
   default template
   ========================================================================== */
#strauss-default_template h1{
	font-weight: 200;
	font-size: 30px;
	font-weight: normal;
	padding: 24px 31px 30px;
	margin: 0px;
}
#strauss-default_template img, #strauss-default_template .grey-f2{
	margin-top: 6px;
}
#strauss-default_template .grey-f2{
	padding: 22px;
}
#strauss-default_template .grey-f2 li, #strauss-default_template .grey-f2 p{
	text-align: justify;
}
#strauss-default_template ul{
	list-style-position: inside;
}
#strauss-default_template h3:not(.widget_link_h5){
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
}
#strauss-default_template h4{
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
}
#strauss-default_template .grey-f2 a{
	color: #0088CE;
}
/* ==========================================================================
   single visit center
   ========================================================================== */
#visitCarusel .span2:first-child{ padding-bottom: 19px; }
#visitCarusel .carousel-inner{
	background: #fff;
}
#visit-description .span1 span ,#visit-description .span1 h2{
	font-weight: 200;
	font-size: 30px;
	display: block;
	margin: 22px 20px;
}
/*---- carousel ----*/
#visitCarusel .carousel-indicators{
	position: static;
	margin: 40px 25px;

}
#visitCarusel .carousel-indicators li{
	background-color: transparent;
	border-radius: 6px;
	border: 1px solid #fff;
}
#visitCarusel .carousel-indicators li.active, #visitCarusel .carousel-indicators li:hover{
	background-color: #fff;
}
#visitCarusel button{
	height: 17px;
	width: 17px;
	padding: 0px;
	border: 0px;
	text-indent: -999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	vertical-align: middle;
	margin-right: 29px;
	margin-left: 29px;
	margin-top: 6px;
}
#visitCarusel .pause{
	background-image: url(images/header_pause.svg);
}
#visitCarusel .play{
	background-image: url(images/header_play.svg);
}
.ngg-thumbnail-list img{
	height: 76px;
	width: 96px;
}
/*---- main content ----*/
#visit-description-inner div.visit_aaa{
	width: 40%;
	margin: 0px 40px;
	font-size: 17px;
	color: #666;
}
#visit-description-inner div.vertical_seperator{
	background: url(images/vertical_seperator.png) center repeat-y;
	height: 100%;
	margin: 25px 0px;
}
#visit-description-inner div span, #visit-description-inner div h4{
	font-weight: bold;
	font-family: inherit;
	display: inline;
}
/*---- tiles ----*/
.visitor_tile .padding_tile-page .tile_title{
	width: 90px;
	height: 150px;
	background: none;
}
/*---- gallery ----*/
#single_visit_gallery .pic{
	padding: 9px 0px 33px;
	margin-bottom: 6px;
}
#single_visit_gallery #main_pic{
	height: auto;
	width: 100%;
}
#single_visit_gallery .ngg-gallery-list li a{
	border: 0px;
	padding: 2px;
	margin: 14px 18px;
	display: block;
}
#single_visit_gallery .ngg-gallery-list li.selected a, #single_visit_gallery .ngg-gallery-list li a:hover{
	background: #8CBB1D;
}
#single_visit_gallery .ngg-gallery-list li img{
	height: 74px;
	width: 96px;
}
#single_visit_gallery .gallery_name{
	font-weight: 200;
	font-size: 30px;
}
#single_visit_gallery .pic_name{
	font-weight: bold;
	font-size: 13px;
}
#single_visit_gallery .gallery_top_arrows{
	font-weight: 200;
	font-size: 20px;
	color: #666666;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 30px;
}
#single_visit_gallery .gallery_top_arrows span a{
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 20px;
}
#single_visit_gallery .gallery_top_arrows  a.prev{
	background: url(images/RightArrow.png) no-repeat;
	margin-left: 9px;
}
.page-template-page-visit-centers-php #single_visit_gallery .gallery_top_arrows  a.prev:hover,
.single-visitor #single_visit_gallery .gallery_top_arrows  a.prev:hover{
	background: transparent url(images/RightArrow_Overf2.png) no-repeat !important;
}
#single_visit_gallery .gallery_top_arrows  a.next{
	background: url(images/LeftArrow.png) no-repeat;
	padding-right: 9px;
}
.page-template-page-visit-centers-php #single_visit_gallery .gallery_top_arrows  a.next:hover,
.single-visitor #single_visit_gallery .gallery_top_arrows  a.next:hover{
	background: url(images/LeftArrow_Overf2.png) no-repeat !important;
}
#single_visit_gallery .ngg-galleryoverview{
	position: relative;
	margin-bottom: 6px;
}
#single_visit_gallery a.ngg-bottom-arrows{
	display: block;
	height: 67px;
	width: 56px;
	position: absolute;
	top: 41%;
}
#single_visit_gallery a.prev.ngg-bottom-arrows{
	background-image: url(images/RIGHTsquerArrowf2.png);
	background-repeat: no-repeat;
	right: 0px;
	left: auto;
}
#single_visit_gallery a.prev.ngg-bottom-arrows:hover{
	background-image: url(images/RIGHTsquerArrowOVERf2.png);
	background-repeat: no-repeat;
}
#single_visit_gallery a.next.ngg-bottom-arrows{
	background-image: url(images/LEFTsquerArrowf2.png);
	background-repeat: no-repeat;
	right: auto;
	left: 0px;
}
#single_visit_gallery a.next.ngg-bottom-arrows:hover{
	background-image: url(images/LEFTsquerArrow_Overf2.png);
	background-repeat: no-repeat;
}
/*---- scroll ----*/
#single_visit_gallery .mCSB_scrollTools .mCSB_dragger,#single_visit_gallery .mCSB_scrollTools .mCSB_dragger_bar {height: 6px; }
#single_visit_gallery .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #8CBB1D;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#single_visit_gallery .mCSB_scrollTools .mCSB_draggerRail{
	height: 6px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #D8E2AE;
}

/*---- scroll ----*/
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
	height: 6px;
	bottom: 7px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	height: 100%;
	margin: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.mCustomScrollBox>.mCSB_scrollTools{
	filter:"alpha(opacity=40)";
	-ms-filter:"alpha(opacity=40)"; /* old ie */
	opacity: 1;
}
#socialAndContactAside img{
	height: auto;
	width: auto;
}

/* ==========================================================================
   Writers Tools
   ========================================================================== */

#middle_title_tools{
	height: 40px;
	line-height: 40px;
	font-family: straussregular, straussregularen;
	font-size: 20px;
	text-indent: 30px;
}
#Cstructure img{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
#Cstructure{
	margin-bottom:40px;
}
/* ==========================================================================
   Global
   ========================================================================== */
/*---- carousel ----*/
.location-list {
	list-style-type: none;
	padding: 0 !important;
	text-indent: 0 !important;
	margin: 0px;
}
#location-list .mCSB_horizontal>.mCSB_container{
	margin-bottom: 0px;
}
#location-list .mCSB_container{
}
#location-list .mCustomScrollBox.mCS-light.mCSB_horizontal{
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-bottom: 0px;
}

.location-list li.active, .location-list li:hover{
	background: #E4E4E4;
}
.location-list li a{
	padding: 25px 9px 0px;
	display: block;
	font-size: 11px;
	color: #808080;
}
.location-list li a div{
	height: 24px;
	width: 55px;
}
.location-list img{
	border: 2px solid #bbb;
	width: 52px;
}
#location-list .mCSB_scrollTools{ bottom: 0px; }
#location-list .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#location-list .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger,
#location-list .mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	height: 100%;
	margin: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#location-list .mCustomScrollBox>.mCSB_scrollTools{
	filter:"alpha(opacity=40)";
	-ms-filter:"alpha(opacity=40)"; /* old ie */
	opacity: 1;
}
#location-list .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background: #808080; }
#location-list .mCSB_scrollTools .mCSB_draggerRail{ background: #E3E3E3; }
/*---- main part ----*/
.table_row.location_table .second_td{
	width: 769px;
	font-size: 15px;
	color: #808080;
}
#global_main .first_td{
	font-weight: 200;
	padding-bottom: 23px;
}
#global_main .first_td:hover, #global_main a:focus .first_td{
	color: #4D4D4D;
}
#global_main{ padding-bottom: 10px; }
#global_main #port_sub_img img{
	width: 827px;
	height: auto;
}
#global_main .second_td img{
	margin-bottom: 24px;
}

/*** HISTORY PAGE ***/
/*--- service square ---*/
#service_square{
	height: 118px;
	width: 134px;
	float: right;
	border: 1px solid #ccc;
	font-family: straussregular, straussregularen, arial;
	font-size: 16px;
	color: #4d4d4d;
}
#service_square img{
	height: auto;
	width: 100%;
}
#service_square div{
	width: auto;
	height: auto;
	text-align: center;
	margin-top: 5px;
}
/* ==========================================================================
   Activities
   ========================================================================== */
/*-- toolbars --*/
body .activities #toolbar_brands .toolbar_content a:focus{
	text-decoration: none !important;
}
body .slider_cs_main_wrap .slick-next:focus, .slider_cs_main_wrap .slick-prev:focus {
	background-color: #70961A;
}
#toolbar_activity.toolbar_wrap a{
	color: #4d4d4d;
}
/*-- bottom --*/
#activity_news{
	width: 501px;
}
#activity_news #activity_news_title{
	height: 39px;
	line-height: 40px;
}
.act_note{
	font-size: 11px;
	display: inline-block;
	color: #fff;
}
.act_note:hover {
	color: inherit;
	text-decoration: underline;
}
#activity_news #activity_news_title span:first-child ,#activity_news #activity_news_title h3:first-child{
	font-family: straussregular, straussregularen;
	font-size: 20px;
	display: inline-block;
}
#activity_news #activity_news_title h3:first-child{
	margin:0;
}
#activity_news #activity_news_content{
	background: #fff;
	padding-top: 20px;
}
#activity_news_content .INMEachLine:focus{
	background: transparent;
}
#activity_news_content .INMEachLine{ padding: 25px 10px 0; }
#activity_news_content .INMEachLine:hover img, #activity_news_content .INMEachLine:focus img{
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#activity_news_content .INMEachLine:hover *, #activity_news_content .INMEachLine:focus *{
	color: #00B3DE!important;
}
#activity_news_content .INMIcon{
	margin: 0px 12px;
}
#activity_news_content .INMExcerpt{
	margin: 5px 0px;
}
#activity_news_content .INMContent{
	margin:0px 12px;
	width: 339px;
}
#activity_bottom_wrap .span2{
	width: 278px;
}
#activity_bottom_wrap{ margin-bottom: 27px; }
#activity_bottom_wrap #socialAndContactAside {
	border: 0px;
}
#activity_bottom_wrap .blog_wrap.social{ background: #fff; }

/* ==========================================================================
   Our Story
   ========================================================================== */
#our_story{ margin-bottom: 20px; }
#our_story #main_pic{
	width: 100%;
	height: auto;
	margin-top: 15px;
}
#our_story .background{
	padding-bottom: 28px;
}
#our_story h1{
	font-weight: 200;
	font-size: 30px;
	font-weight: normal;
	margin: 20px 32px 9px;
}
#our_story h2{
	font-weight: 200;
	/*font-size: 22px;*/
	font-size: 19px;
	font-weight: normal;
	text-align: justify;
	line-height: 23px;
	margin: 0px 32px;
}
#story_video{
	width: 492px;
	background: #fff;
	margin: 35px auto 0px;
	height: 358px;
}
#story_video_wrap #logo_content{
	width: 492px;
	margin: 20px auto;
	color: #666;
	font-size: 16px;
	text-align: justify;
}
#years_div{
	width: 918px;
	margin: 0px auto 30px;
	direction: ltr; /* don't change in english !!! */
}
#years_div li, #logos_div li{
	float: right; /* to do */
	display: block;
}
#years_ul{
	height: 84px;
	margin: 0 0 6px;
	min-width: 100%;
}
#years_div li{
	font-weight: 200;
	font-size: 51px;
	line-height: 88px;
	color: #aeaeae;
	margin: 0px 20px;
	cursor: pointer;
}
#years_div li:first-child, #logos_div li:first-child img{
	/*margin: 0px;*/
}
#years_div li:hover, #years_div li.active{
	color: #00B3DE;
}
#logos_div{
	width: 918px;
	margin: 0px auto;
	direction: ltr; /* don't change in english !!! */
}
#logos_div, #years_div{ background: #fff; }
#logos_div img{
	height: 272px;
	width: 272px;
}
#logos_div li{
	padding: 0px 17px;
}
#logos_div img.colorful, #logos_div li.active img.bw{
	display: none;
}
#years_div .mCSB_container.mCS_no_scrollbar{ margin: auto; }
#logos_div li.active img.colorful{ display: block; }
#logos_div .mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{ visibility: hidden; }
#years_div .mCSB_horizontal>.mCSB_container, #logos_div .mCSB_horizontal>.mCSB_container{
	margin-bottom: 0px;
}
#years_div .mCSB_dragger_bar, #years_div .mCSB_draggerRail{ background: none; }
#years_div .mCSB_dragger_bar, #years_div .mCSB_dragger{ opacity: 1; }

h2.title_margin{
	font-size: 30px;
	/*margin: 36px 0 0 0;*/
	margin: 25px 0 5px 0;
	font-weight: normal;
	font-family: straussregular,straussregularen,'Helvetica Neue', Helvetica, Arial, sans-serif!important;
}

#pic_header .addthis_button img{ height: auto; width: auto; }
/* ==========================================================================
   Single Brand
   ========================================================================== */
.brand_area_title{
	display: inline-block;
	font-family:strausslight;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
}
/*-- scroll --*/
#single_brand_page .mCSB_horizontal>.mCSB_container{ margin-bottom: 13px; }
#single_brand_page .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
#single_brand_page .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#single_brand_page .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
#single_brand_page .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*-- about --*/
#about .span5 .b_content, #about .span5 .color{
	margin: 34px 31px 0px;
}
#about .span5 .b_content{
	margin-bottom: 25px;
}
#about h1{
	font-family: straussregular, straussregularen;
	font-size: 36px;
	font-weight: normal;
	display: inline;
	vertical-align: middle;
}
#about h2{
	font-weight: 200;
	font-size: 36px;
	font-weight: normal;
	display: inline;
	vertical-align: middle;
}
#b_site-link h2{
	font-size: 20px;
	display: block;
	font-family: straussregular,straussregularen,Helvetica Neue, Helvetica, Arial, sans-serif;
}
#about .b_sep{
	display: inline-block;
	margin: 0px 17px;
	border-width: 1px;
	border-style: solid;
	height: 31px;
	vertical-align: middle;

}
#about .b_content{
	font-weight: 200;
	font-size: 22px;
	color: #666;
	line-height: 23px;
	text-align: justify;
}
#b_milestones{
	margin-top: 40px;
	margin-bottom: 40px;
}
#b_milestones span{
	font-size: 16px;
}
#b_milestones span.background{
	padding: 0px 2px;
	margin-left: 20px;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	font-family: straussregular, straussregularen;
}
#b_site-link{
	padding: 0px;
}
#b_site-link h5, #b_site-link h2{
	background-image: url(images/SiteIcon.png);
	background-position: 4% 50%;
	background-repeat: no-repeat;
}
#b_site-link h5 {
	padding: 9px 20px 9px 0;
	font-size: 20px;
}
/*-- history --*/
#history .mCustomScrollBox:focus{
	outline: thin dotted #333;
	outline-color: -webkit-focus-ring-color;
	outline-style: auto;
	outline-width: 5px;
	outline: 5px auto -webkit-focus-ring-color;
	outline-color: -webkit-focus-ring-color;
	outline-style: auto;
	outline-width: 5px;
	outline-offset: -2px;
}
#history .grey-f2{ margin-top: 6px; }
#history_content .b_h_each{
	width: 213px;
	margin: 0px 17px 30px;
	position: relative;
	/*text-align: justify;*/
}
#history_content .b_h_each div{
	width: 166px;
	margin: 0px auto;
}
#history_content .b_h_year{
	font-weight: 200;
	font-size: 70px;
	line-height: 70px;
	padding-top: 50px;
}
#history_content .b_h_title{
	font-weight: 200;
	font-size: 19px;

}
#history_content .b_h_desc{
	/*height: 110px;*/
	overflow: hidden;
	font-size: 13px;
	line-height: 15px;
	color: #666;
}
#history img.history_img{
	height: auto;
	width: 100%;
	margin-top: 25px;
	/*transform: rotate(10deg);*/
	/*-ms-transform: rotate(10deg);  IE 9 */
	/*-webkit-transform: rotate(10deg);  Safari and Chrome */
}
#history img.thumbtack{
	width: auto;
	position: absolute;
	z-index: 999;
	left: 37%;
	left: 35%\9;
	margin-top: 15px;
}
/*-- gallery --*/
#single_brand_page #gallery #single_visit_gallery{ margin-top: 6px; }
/*-top arrows-*/
#single_brand_page #single_visit_gallery .gallery_top_arrows .ngg-next,
#single_brand_page #single_visit_gallery .gallery_top_arrows .ngg-prev
{
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: 11px;
}
#single_brand_page #single_visit_gallery .gallery_top_arrows a{
	height: 20px;
	width: 11px;
	background-repeat: no-repeat;
	padding: 0px;
	background-color: #F2F2F2;
	margin: 0px;
	vertical-align: top;
}
#single_brand_page #single_visit_gallery .gallery_top_arrows a.next:hover{
	background-position: top right; /* don't change on english */
}
#single_brand_page #single_visit_gallery .gallery_top_arrows a.next{
	background-image: url(images/brand_top_arrows_left.png);
	background-position: top left; /* don't change on english */
}
#single_brand_page #single_visit_gallery .gallery_top_arrows a.prev:hover{
	background-position: top left; /* don't change on english */
}
#single_brand_page #single_visit_gallery .gallery_top_arrows a.prev{
	background-image: url(images/brand_top_arrows_right.png);
	background-position: top right; /* don't change on english */
}
/*-bottom arrows-*/
#single_brand_page #single_visit_gallery a.next.ngg-bottom-arrows{
	background-image: url(images/brand_arrow_left.png);
	background-repeat: no-repeat;
	background-position: top right; /* don't change on english */
}
#single_brand_page #single_visit_gallery a.next.ngg-bottom-arrows:hover{
	background-position: top left; /* don't change on english */
}
#single_brand_page #single_visit_gallery a.prev.ngg-bottom-arrows{
	background-image: url(images/brand_arrow_right.png);
	background-repeat: no-repeat;
	background-position: top right; /* don't change on english */
}
#single_brand_page #single_visit_gallery a.prev.ngg-bottom-arrows:hover{
	background-position: top left; /* don't change on english */
}
#single_brand_page .pic_name.abc{ margin-top: 15px; }
#single_brand_page #single_visit_gallery .gallery_top_arrows{ padding-bottom: 10px; }
#single_brand_page  #single_visit_gallery li{ position: relative; }
#single_brand_page .new_a{
	height: auto;
	width: auto;
	position: absolute;
	left: auto;
	right: 6px;
	top: 5px;
	background: none !important;
}
#single_brand_page .new_a img{
	height: auto !important;
	width: auto !important;
}
#single_brand_page .new_a{
	font-weight: 200;
	font-size: 16px;
}
/*-- products --*/
.tab-pane[id *= "family"] {
	display: block;
	position: absolute;
	top: 35px;
	right: 35px;
	opacity: 0;
	pointer-events: none;
	left: 35px;
	transition: opacity .5s;
	z-index: -1;
}
.tab-pane[id *= "family"].active {
	pointer-events: auto;
	opacity: 1;
	z-index: 1;
}
#products .grey-f2.tab-content {
	height: 565px;
	transition: height .5s;
}
.tab-pane[id *= "product"] {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
	z-index: -1;
}
.tab-pane[id *= "product"].active {
	pointer-events: auto;
	opacity: 1;
	z-index: 1;
}
.second_level_content.tab-content{
	height: 500px;
}
#products .text_above_inner_tabs{ margin-bottom: 40px; }
#products .nav-tabs{ border: 0px; height: 32px; }
#products li.grey-f2, #products li.grey-f2.active, #products .brand_product_li,
#products li.brand_product_li, #products li.brand_product_li.active{
	padding: 0px 18px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	height: 32px;
	line-height: 32px;
	border: 0px;
	display: inline-block;
	vertical-align: middle;
}
#products li.grey-f2:first-child, #products .brand_product_li:first-child{
	margin-right: 0px;
}
#products li.grey-f2:last-child, #products .brand_product_li:last-child{
	margin-left: 0px;
}
#products li.grey-f2:first-child, #products .brand_product_li:first-child{ margin: 0px !important; }
#products li a, #products li.active a, #products li a:hover{
	background: none;
	border: 0px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	font-weight: 200;
	font-size: 22px;
}

.mCS_no_scrollbar_x{
	width: 100% !important;
}
.brand_family .mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools,
.brand_product .mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
	height: 0px;
	position: static;
}
.brand_family .mCSB_draggerContainer, .brand_product .mCSB_draggerContainer{display: none;}
#single_brand_page .brand_family .mCSB_horizontal>.mCSB_container, .brand_family ul,
#single_brand_page .brand_product .mCSB_horizontal>.mCSB_container, .brand_product ul{
	margin: 0px;
	font-size: 0px;
}
#single_brand_page .brand_family .mCSB_buttonLeft, #single_brand_page .brand_family .mCSB_buttonRight,
#single_brand_page .brand_product .mCSB_buttonLeft, #single_brand_page .brand_product .mCSB_buttonRight{
	position: absolute;
	top: 0px;
	opacity: 1;
	overflow: visible;
	transition: none;
}
#single_brand_page .brand_family .mCSB_buttonLeft:before, #single_brand_page .brand_family .mCSB_buttonRight:before,
#single_brand_page .brand_product .mCSB_buttonLeft:before, #single_brand_page .brand_product .mCSB_buttonRight:before{
	width: 75px;
	height: 100%;
	position: absolute;
	top: 0px;
	display: block;
	content: '';
}
#single_brand_page .brand_family .mCSB_buttonLeft:after, #single_brand_page .brand_family .mCSB_buttonRight:after,
#single_brand_page .brand_product .mCSB_buttonLeft:after, #single_brand_page .brand_product .mCSB_buttonRight:after{
	width: 14px;
	height: 100%;
	position: absolute;
	top: 0px;
	display: block;
	content: '';
}
.brand_family .mCSB_buttonLeft:after, .brand_product .mCSB_buttonLeft:after{
	background: url(images/LeftArrow.png) center center no-repeat;
}
.brand_family .mCSB_buttonRight:after, .brand_product .mCSB_buttonRight:after{
	background: url(images/RightArrow.png) center center no-repeat;
	left: auto;
	right: 0px;
}
.brand_family .mCSB_buttonLeft:before{
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.brand_family .mCSB_buttonRight:before{
	left: auto;
	right: 0px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.brand_product .mCSB_buttonLeft:before{
	background: -moz-linear-gradient(left,  rgba(242,242,242,1) 0%, rgba(242,242,242,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(242,242,242,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(242,242,242,1) 0%,rgba(242,242,242,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(242,242,242,1) 0%,rgba(242,242,242,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(242,242,242,1) 0%,rgba(242,242,242,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(242,242,242,1) 0%,rgba(242,242,242,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */
}
.brand_product .mCSB_buttonRight:before{
	left: auto;
	right: 0px;
	background: -moz-linear-gradient(left,  rgba(242,242,242,0) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(242,242,242,0)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */
}
#products li.grey-f2 a{
	color: #949494;
}
#products .brand_product_li{
	background: #fff;
}
.tabWithEvent:focus {
	text-decoration: underline;
}
#products .brand_item_picture{
	/*padding: 0px 41px;*/
	width: 528px;
	background: #fff;
	padding: 20px 0px;
}
#products .brand_item_picture img{
	height: 302px;
	width: 446px;
	margin: 0px 41px;
}
#products .brand_item_text{
	width: 383px;
	background: #FFF;
	height: 342px;
}
#products .brand_item_text > * {
	margin-right: 32px;
	margin-left: 32px;
}
#products .brand_item_text a{
	/*margin-right: 32px;
	margin-left: 32px;*/
	margin:0px;
}
#products .brand_item_text .brand_item_title{
	font-weight: 200;
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 40px;
}
#products .brand_item_text .brand_item_desc strong{
	display: block;
	margin: 0px;
}
#products .brand_items_ul li{
	margin: 20px 0px 15px !important;
	height: auto;
	width: 129px !important;
	position: relative;
	font-size: 13px;
}
#products .brand_items_ul li a:first-child{
	border: 0px;
	padding: 2px;
	margin: 0px 15px;
	display: block;
	font-size: 13px;
	font-family: arial;
	background: #f2f2f2;
}
#products .brand_items_ul li a:first-child img{
	height: 63px;
	width: 95px;
	background: #fff;
}
#products .brand_items_ul li div{
	margin: 0px 15px;
	line-height: 1.3;
}
#products .brand_items_ul li .new_a{
	padding: 0px;
	right: 0px;
	top: -11px;
}

#products .tab-content{ overflow: visible; position: relative; }
#single_brand_page .waypoint{ height: 46px; clear: both;}
/*-- faq --*/
#single_brand_page #faq .tileOut{ margin-bottom: 6px; }
/*** TABLES ***/
.page-template-page-our_way-php .grey-f2 br{ display: none; }
#sub_menu_wrap.fixed{
	position: fixed !important;
	top: 0px;
	width: 988px;
	z-index: 999999;
	box-shadow: none;
}
table.tablepress {
	border-collapse: collapse;
}
table.tablepress th {
	color: #fff;
	border: 1px solid #fff;
}
table.tablepress tbody td {
	color: #949494;
	border: 1px solid #fff;
	background: #ececec;
}
#port_main #port_two_columns{
	margin-top: 19px;
}
.single-company #port_side_menu li.pepsico{
	background-position-y: 78px;
}
.single-company #port_side_menu li.pepsico a{
	height: 105px;
}
.single-location #port_sub_img .h1, .single-location #port_sub_img h1{
	width: 91px;
}
.home_widget_content  .jspDrag{ background: #ff5700; }
.activity_item img:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.ie10 #home_widgets {
	font-size: 12px;
}
.ie10 .home .jspVerticalBar{ display: none; }
#sub_menu_placeholder{
	height: 40px;
	display: none;
}
#sub_menu_placeholder.fixed{
	display: block;
}
/*** QUESTIONNAIRE FORMS ***/
form#questionform input {
	margin-top: -2px;
}
form#question_final_form {
	margin-top: 20px;
	display: none;
}
form#question_final_form label[id ^= "l-"] {
	height: 0px;
	overflow: hidden;
	position: absolute;
}
form#question_final_form h6 {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
form#question_final_form input[type="checkbox"] {
	margin-left: 7px;
	display: inline-block;
	clear: both;
	float: right;
}
form#question_final_form .checkfield {
	margin-bottom: 10px;
	display: block;
}
.search-results .INMIcon img {
	background-color:#fff;
}
.fgh{
	width: 23px;
	height: 93px;
	float: right;
	border:1px solid #e4e4e4;
}
.fgh.first{
	border-left: 0px;
}
.fgh.last{
	border-right: 0px;
}
.page-template-page-gallery-index-php #newsMentionContent{ margin-bottom: 0px; }
#social_icons p#recent-fb, #social_icons p.rfb{
	padding: 0px !important;
}
.blog_wrap.social .panel{
	margin: 0px !important;
}
.blog_wrap.social.tile h3{
	left: 0px !important;
}
#social-row .panel.page_tile{ width: 100%; height: auto; }
.blog_wrap.social.tile{
	background: 0px;
}
.blog_wrap.social .page_tile .tile_excerpt .tile_text{
	margin: 0px 21px;
}
.home_widget_content_padding{
	padding: 24px 20px 0;
}
#port_content a, .location_table a{
	color: #0088CE;
}
#port_two_columns a{
	color: #4d4d4d;
}
#toolbar_partners .toolbar_content a:focus {
	text-decoration: none ;
}
#toolbar_featured_brands .toolbar_content a:focus {
	text-decoration: none ;
}
a.dropdown-toggle {
	cursor: default;
}
.OUTBRAIN{
	clear:both;
}
#newsMentionContent .photo_to_open{
	position: relative;
	display: block;
}
.open_image{
	position: absolute;
	z-index: 99;
	top: 20px;
	right: 20px;
}
/** PRETTYPHOTO **/
#pp_full_res img{
	position:relative;
	z-index:999999;
}
body.page-template-page-gallery-index-php div.light_square .pp_nav,
div.light_square .pp_nav{
	width: 120px !important;
}
.pp_top {
	height: 90px !important;
}
/** IE10 **/
.ie10 .home .jspTrack{ width: 100% !important; }
.ie10 .home .jspCorner{ display: none; }

/*-----------------------------------------------------------------------------------------------------------------------------
													 NEW HOME PAGE
-----------------------------------------------------------------------------------------------------------------------------*/
/*-- scrollbar --
.mCS-dir-rtl>.mCSB_inside>.mCSB_container, .mCSB_inside>.mCSB_container{
	margin: 0px;
}
.mCustomScrollBox>.mCSB_scrollTools{
	z-index: 999;
	width: 10px;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools, .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{
	left: auto;
	right: 0px;
}
.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{
	opacity: 0 !important;
	transition-delay: 1s;
}
.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools:hover,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools:hover{
	opacity: 0.8 !important;
	transition-delay: 0s;
}*/
/*-- slider floor --*/
.slider_video{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

.hp_new_slide, #floor_banner{
	height: 80vh;
	height: calc(100vh - 200px);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.hp_new_slide iframe{
	height: 100%;
	width: 100%;
}
#floor_banner #hp_banner_buttons{
	bottom: 20px;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 99999;
}
#floor_banner .slick-dots{
	position: static;
	display: inline;
}
.slick-dots li{
	height: auto;
	vertical-align: middle;
}
.slick-dots li button{
	background: #fff;
	background: rgba(255, 255, 255, .6);
	border-radius: 50%;
	height: 18px;
	width: 18px;
	position: relative;
}
.slick-dots li button:before{ display: none; }
#floor_banner .slick-prev:before, #floor_banner .slick-next:before{
	display: block;
	content: '';
	background-image: url(images/icons_sprite.png);
	position: absolute;
	top: calc(50% - 27px);
	width: 55px;
	height: 55px;
}
#floor_banner .slick-prev:before{
	background-position: -75px -43px;
}
#floor_banner .slick-next:before{
	background-position: -10px -43px;
}
#floor_banner .slick-dots li button:after{
	background: #0088cb;
	transform: scale(0);
	position: absolute;
	display: block;
	content: '';
	height: 12px;
	width: 12px;
	top: 3px;
	right: 3px;
	opacity: .6;
	transition: transform .2s;
	border-radius: 50%;
}
#floor_banner .slick-dots li button:hover:after, #floor_banner .slick-dots li button:focus:after{
	transform: none;
}
#floor_banner .slick-dots li.slick-active button:after{
	background: #0088cb;
	transform: none;
	opacity: 1;
}
.lt-ie9 #floor_banner .slick-dots li button:after{
	display: none;
}
.lt-ie9 #floor_banner .slick-dots li button{
	background: #0088cb;
	height: 12px;
	width: 12px;
	border: 3px solid #fff;
}
#floor_banner .slick-prev, #floor_banner .slick-next{
	height: 100%;
	width: 55px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity .75s;
	margin-top: 0px;
	z-index: 9999;
}
#floor_banner .slick-next{
	left: 91px;
}
#floor_banner .slick-prev{
	right: 91px;
}
#floor_banner:hover .slick-prev, #floor_banner:hover .slick-next{
	opacity: .3;
	filter: alpha(opacity=30);
}
#floor_banner .slick-prev:hover, #floor_banner .slick-next:hover,
#floor_banner .slick-prev:focus, #floor_banner .slick-next:focus{
	opacity: .5;
	filter: alpha(opacity=50);
}
#sliderButtons{
	display: inline-block;
	vertical-align: middle;
	height: 17px;
	position: relative;
	margin-left: 10px;
}
#sliderButtons button{
	height: 17px;
	width: 17px;
	padding: 0px;
	border: 0px;
	text-indent: -999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/icons_sprite.png);
}
#sliderButtons #pause_slider{
	background-position: -140px -75px;
}
#sliderButtons #play_slider{
	background-position: -167px -75px;
}
#sliderButtons #pause_slider, #sliderButtons.paused #play_slider{
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1;
	transition: opacity .5s;
}
#sliderButtons:hover #pause_slider, #sliderButtons.paused:hover #play_slider{
	opacity: .7;
}
#sliderButtons.paused #pause_slider, #sliderButtons #play_slider{
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
	transition: opacity .5s, z-index 1s;
}
.home_container{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-family: strausslight,strausslighten;
	line-height: 1;
	position: relative;
}
#floor_news .home_container,#floor_banner .home_container {
	padding: 0 42px;
	box-sizing: border-box;
}
#floor_banner .home_container{
	height: 100%;
}
.home_container.align_center{
	text-align: center;
}
.home_container.align_right{
	text-align: right;
}
.home_container.align_left{
	text-align: left;
}
.vertical_align_helper{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0px;
}
.hp_new_content{
	display: inline-block;
	vertical-align: middle;
	width: 42.8%;
	padding: 4% 5.3%;
	text-align: justify;
	font-size: 23px;
	line-height: 29.26px;
	opacity: 0;
	transition: all .7s .3s;
	color: #fff;
}
.hp_new_content.color_black{
	color: #4d4d4d;
}
.home_container.align_center .hp_new_content{
	transform: translateY(-30px);
}
.home_container.align_right .hp_new_content{
	transform: translateX(-30px);
}
.home_container.align_left .hp_new_content{
	transform: translateX(30px);
}
#floor_banner .slick-active .hp_new_content{
	opacity: 1;
	transform: none;
}
.hp_new_content.bg_white{
	background: rgba(255,255,255,0.15);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#26ffffff',GradientType=0 );*/
}
.hp_new_content.bg_black{
	background: rgba(0,0,0,0.15);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#26000000',GradientType=0 );*/
}
.hp_new_subtitle{
	font-size: 44px;
	line-height: 40px;
	text-align: right;
	text-transform: uppercase;
}
.hp_new_title, .hp_new_content h2{
	font-size: 71px;
	letter-spacing: .21px;
	line-height: 50px;
	font-family: straussregular,straussregularen;
	margin: -6px 0px 3px;
	text-align: right;
	text-transform: uppercase;
}
.hp_new_button{
	display: block;
	font-size: 29px;
	background: #8DB625;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-top: 25px;
	transition: background 1s;
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border-width: 1px;
	border-style: solid;
	transition: all .7s;
}
.hp_new_button:hover, .hp_new_button:focus{
	color: #fff;
	background: url(images/W15.png) !important;
	background: rgba(255, 255, 255, .15) !important;
	border-color: #fff !important;
}
/*-- news floor --*/
#floor_news{
	padding-top: 64px;
	padding-bottom: 78px;
	position: relative;
	background: #fff;
}
.hp_new_news, .hp_contact_tile{
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	position: relative;
	transition: opacity .6s;
}
#hp_new_large_news{
	width: 593px;
	float: right;
}
#hp_new_smalls{
	float: left;
	width: 288px;
}
.hp_new_news .hp_front, .hp_new_news .hp_back{
	border: 6px solid #d4d4d4;
	box-sizing: border-box;
}
.hp_new_news .hp_front:before, .hp_new_news .hp_back:before{
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 0px solid rgba(212, 212, 212, .5);
	z-index: 1;
	transition: border .5s;
	display: block;
	pointer-events: none;
}
.hp_new_news:hover .hp_front:before, .hp_new_news:hover .hp_back:before, .hp_new_news.hover .hp_front:before, .hp_new_news.hover .hp_back:before{
	border-width: 4px;
}
.hp_back:after{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
#floor_news iframe{
	width: 100%;
	height: 100%;
	border: 0px;
}
.newsTileWrap{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
}
.hp_new_small_news.slick-slide iframe{
	visibility: hidden;
	transition: visibility 0s .5s;
}
.hp_new_small_news.slick-slide.slick-active iframe{
	visibility: visible;
	transition: visibility 0s 0s;
}
#hp_new_small_news_second{
	margin-top: 5px;
}
.hp_new_news .flipper, .hp_new_news .hp_front, .hp_new_news .hp_back, .hp_contact_tile  .hp_front, .hp_contact_tile .hp_back{
	width: 100%;
	height: 100%;
	text-align: center;
}
.flipper {
	position: relative;
	display: block;
	font-size: 0px;
}
.hp_contact_tile .flipper:before {
	content: '';
	display: block;
	padding-top: 93.2%;
}
.hp_contact_tile .flipper{
	transition-delay: 0s;
}
.hp_new_news .hp_front, .hp_new_news .hp_back , .hp_contact_tile .hp_front, .hp_contact_tile .hp_back {
	position: absolute;
	top: 0;
	left: 0;
}
.hp_new_news .hp_front, .hp_contact_tile  .hp_front{
	z-index: 2;
}
.hp_new_news img{
	width: 100%;
	height: 100%;
}
.hp_new_news img.newsTilePlaceholder{
	height: auto;
}
.newsPlaceholder_wrap{
	border: 6px solid transparent;
	padding-top: 54%;
}
#hp_new_large_news .newsPlaceholder_wrap{
	padding-top: 55.3%;
}
.hp_new_news span{
	font-size: 23px;
	line-height: 21px;
	color: #fff;
	text-align: center;
	width: 80%;
	padding: 0px 10%;
	display: inline-block;
	vertical-align: middle;
}
#hp_new_large_news span{
	font-size: 34px;
	font-family: straussregular, straussregularen;
	line-height: 33px;
}

@media (min-width: 768px){
	.hp_new_news:hover .flipper, .hp_new_news.selected .flipper, .hp_new_news.hover .flipper,
	.hp_contact_tile:hover .flipper, .hp_contact_tile:focus .flipper, .hp_contact_tile.selected .flipper, .hp_contact_tile.hover .flipper{
		transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
		transition-delay: 0s;
	}
	.flipper {
		-webkit-transition: 0.6s;
		-webkit-transform-style: preserve-3d;
		-moz-transition: 0.6s;
		-moz-transform: perspective(1000px);
		-moz-transform-style: preserve-3d;
		transition: 0.6s .4s;
		transform-style: preserve-3d;
	}
	.hp_new_news .hp_front, .hp_new_news .hp_back , .hp_contact_tile .hp_front, .hp_contact_tile .hp_back {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
		-webkit-transform: rotateY(0deg);
		-moz-transform-style: preserve-3d;
		-moz-transform: rotateY(0deg);
		-o-transform-style: preserve-3d;
		-o-transform: rotateY(0deg);
		transform-style: preserve-3d;
		transform: rotateY(0deg);
	}
	.hp_contact_tile .hp_front, .hp_contact_tile .hp_back {
		-webkit-transition: 0.6s;
		-moz-transition: 0.6s;
		-o-transition: 0.6s;
		transition: 0.6s;
	}
	.hp_new_news .hp_front, .hp_new_news .hp_back{
		-webkit-transition: 0.6s .4s;
		-moz-transition: 0.6s .4s;
		-o-transition: 0.6s .4s;
		transition: 0.6s .4s;
	}
	.hp_new_news .hp_front, .hp_contact_tile  .hp_front{
		-webkit-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
	}
	.hp_new_news .hp_back , .hp_contact_tile .hp_back {
		-webkit-transform: rotateY(-180deg);
		-moz-transform: rotateY(-180deg);
		-o-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
	}
}
.hp_news_share_buttons_wrap{
	width: 97%;
	overflow: hidden;
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 2;
}
.hp_news_share_buttons > *{
	display: block;
	width: 26px;
	height: 26px;
	text-indent: -999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100%;
	border: 0px;
	cursor: pointer;
	transition: all .3s .5s, opacity .5s;
	float: right;
	/*opacity: .4;*/
	position: absolute;
	right: 0px;
}
.hp_news_share_buttons > *:focus{
	opacity: .5;
}
.hp_news_share_buttons{
	transform: translateX(26px);
	-webkit-transform: translateX(26px);
	-moz-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transition: all .35s .1s ease-in;
}
.hp_new_news:hover .hp_news_share_buttons, .hp_new_news.hover .hp_news_share_buttons, #michael_video:hover .hp_news_share_buttons{
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transition-delay: .4s;
}
.hp_new_news:hover .hp_news_share_open_menu, .hp_new_news.hover .hp_news_share_open_menu{
	/*opacity: 1;*/
}
.hp_news_share_open_menu{
	background-image: url(images/shareIcons_menu.svg);
	position: relative;
	z-index: 1;
}
.hp_news_share_button_facebook{
	background-image: url(images/shareIcons_f.svg);
}
.hp_news_share_button_twitter{
	background-image: url(images/shareIcons_TW.svg);
}
.hp_news_share_button_googlep{
	background-image: url(images/shareIcons_g.svg);
	transition-duration: .5s;
}
.hp_news_share_button_linkedin{
	background-image: url(images/shareIcons_in.svg);
	transition-duration: .6s;
}
.hp_news_share_button_whatsapp{
	background-image: url(images/shareIcons_WA.svg);
	width: 0px;
}
.hp_news_share_buttons:hover > *, .hp_news_share_buttons.hover > *{
	/*opacity: 1;*/
	transition-delay: 0s;
}
.hp_news_share_buttons:hover .hp_news_share_button_facebook,
.hp_news_share_buttons.hover .hp_news_share_button_facebook{
	right: 25px;
}
.hp_news_share_buttons:hover .hp_news_share_button_twitter,
.hp_news_share_buttons.hover .hp_news_share_button_twitter{
	right: 50px;
}
.hp_news_share_buttons:hover .hp_news_share_button_googlep,
.hp_news_share_buttons.hover .hp_news_share_button_googlep{
	right: 75px;
}
.hp_news_share_buttons:hover .hp_news_share_button_linkedin,
.hp_news_share_buttons.hover .hp_news_share_button_linkedin{
	right: 100px;
}
#mobilePopupOverlay{ display: none; }
#floor_news_slider_wrap{
	background: #f1f1f1;
	margin-top: 17px;
	padding: 13px 0px;
	overflow: hidden;
	opacity: 0;
	transform: translateY(30px);
	transition: all .7s;
}
#floor_news_slider_wrap.loaded{
	transform: none;
	opacity: 1;
}
#floor_news_slider_wrap .notSlider .hp_new_small_news{
	float: right;
	margin-right: 16px;
}
#floor_news_slider_wrap .notSlider .hp_new_small_news:first-child{
	margin: 0px;
}
#floor_news_slider_wrap .slider{ margin: 0px -8px; height: 163px;}
#floor_news_slider_wrap .slider .hp_new_small_news{
	margin: 0px 8px;
}
#floor_news_slider_wrap .slick-next{
	left: -42px;
}
#floor_news_slider_wrap .slick-prev{
	right: -42px;
}
#floor_news_slider_wrap .slick-next:before, #floor_news_slider_wrap .slick-prev:before{
	content: '';
	width: 100%;
	padding-top: 100%;
	background-image: url(images/icons_sprite.png);
	display: block !important;
	position: absolute;
	top: calc(50% - 20px);
}
#floor_news_slider_wrap .slick-next:before{
	background-position: -248px -43px;
}
#floor_news_slider_wrap .slick-prev:before{
	background-position: -298px -43px;
}
#floor_news_slider_wrap .slick-next, #floor_news_slider_wrap .slick-prev{
	height: 100%;
	width: 40px;
	top: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center;
	transition: opacity .5s;
}
#floor_news_slider_wrap .slick-next:hover, #floor_news_slider_wrap .slick-prev:hover,
#floor_news_slider_wrap .slick-next:focus, #floor_news_slider_wrap .slick-prev:focus
{
	opacity: .6;
}
#floor_news_slider_wrap .slick-next:before, #floor_news_slider_wrap .slick-prev:before{
	display: none;
}
#floor_news_slider_wrap .slick-disabled{
	opacity: 0 !important;
	filter: alpha(opacity=0) !important;
	cursor: default;
}
#hp_new_news_page_link{
	color: #acacac;
	background: #F2F0F2;
	display: block;
	line-height: 49px;
	font-size: 21px;
	font-weight: bold;
	font-family: straussregular,straussregularen;
	text-align: center;
	transition: all .7s;
	margin-top: 16px;
	opacity: 0;
	transform: translateY(20px);
	transition: all .5s;
}
#hp_new_news_page_link.loaded{
	opacity: 1;
	transform: none;
}
#hp_new_news_page_link:hover, #hp_new_news_page_link:focus{
	background: #0088ce;
	color: #fff;
	outline: 0px !important;
}
.floor_with_shadow{
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.14);
}
/*-- investors floor --*/
#floor_investors{
	/*background-image: url(images/Strauss_InvestorsImage.jpg);*/
	background-position: 50% -350px;
	text-align: center;
	color: #fff;
	font-family: straussregular, straussregularen;
}
#investors_pattern{
	background: url(images/investors_pattern.gif);
	background: rgba(0, 0, 0, .3) url(images/investors_pattern.gif);
}#investors_pattern > div{
	 background: url(images/B25.png)\9;
	 padding-bottom: 51px;
 }
#floor_investors .title{
	font-weight: bold;
	font-size: 56px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	line-height: 1;
	margin-top: 0px;
	padding-top: 41px;
	margin-bottom: 7px;
}
#floor_investors .title a{
	color: #fff;
}
#investors_date{font-size: 0px;}
#investors_date span{
	font-weight : bold;
	font-size : 23px;
	line-height : 1;
	color : #FFFFFF;
	display: inline-block;
}
#investors_date span:first-child{
	border-left: 1px solid #fff;
	margin-left: 12px;
	padding-left: 10px;
}
#floor_investors .subtitle{
	font-size: 23px;
	line-height: 31.11px;
	margin-top: 34px;
	margin-bottom: 3px;
	font-weight: 200;
}
#investors_info{
	background: url(images/B20.png);
	background: rgba(0, 0, 0, .2);
	padding-top: 48px;
	padding-bottom: 35px;
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s;
}
#investors_info.loaded{
	opacity: 1;
	transform: none;
}
#investors_info div{
	display: inline-block;
	margin: 0px 26px;
	font-family: straussregular, straussregularen;
}
#investors_info .investors_nums{
	font-weight: bold;
	/*font-size: 100px;*/
	font-size: 90px;
	line-height: 1;
	display: block;
	direction: ltr;
}
#investors_info .investors_nums img{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
}
#investors_info .investors_labels{
	font-weight: bold;
	font-size: 21px;
	line-height: 28px;
	color: #FFFFFF;
	display: block;
}
/*-- social networks floor --*/
#floor_social{
	position: relative;
	overflow: hidden;
	text-align: center;
}
#floor_social_bg{
	/*background-image: url(images/homeSocialBG.jpg);*/
	background-position: 50% 600px;
	background-repeat: no-repeat;
	text-align: center;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	transition: filter 1s;
}
#floor_social.loaded #floor_social_bg{
	filter: blur(5px);
	-moz-filter: blur(5px);
	-webkit-filter: blur(5px);
}
#floor_social.loaded #social_icons{
	background-color: rgba(0, 0, 0, .25);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#40000000',GradientType=0 );
}
#social_icons{
	padding-top: 196px;
	padding-bottom: 140px;
	transition: background 1.5s;
	position: relative;
}
#social_icons_buttons a{
	height: 81px;
	width: 81px;
	display: inline-block;
	vertical-align: bottom;
	opacity: 0;
	transition: all .5s;
	margin: 0px 5px;
	background-size: 71px;
	background-position: center bottom;
	background-repeat: no-repeat;
	transform: scale(0);
	transition: all .4s;
}
#social_icons_buttons.loaded a{
	opacity: 0.4;
	transform: none;
}
#social_icons_buttons a.selected {
	opacity: 1;
	background-size: 81px;
}
.social_floor_sep{
	border-top: 1px solid #fff;
	width: 215px;
	margin: 25px auto;
}
#social_icons_content{
	width: 720px;
	position: relative;
	margin: 0px auto;
	height: 230px;
	transform: translateY(40px);
	opacity: 0;
	transition: all .4s;
}
#social_icons_content.loaded{
	opacity: 1;
	transform: none;
}
#social_icons_content div[id *= 'panel']{
	position: absolute;
	top: 0px;
	width: 100%;
}
#social_icons_content .panel_inner{
	background: rgba(255, 255, 255, .15);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#26ffffff',GradientType=0 );
	border-radius: 7px;
	height: 216px;
	color: #fff;
	position: relative;
}
#social_icons_content .panel_aligened_content{
	display: inline-block;
	vertical-align: middle;
	width: 94%;
	font-size: 0px;
}
#social_icons_content .panel_aligened_content *{
	font-size: 29px;
	line-height: 35px;
	font-family: straussregular, straussregularen;
}
.recent_half{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.recent_half.recent_half_media{
	line-height: 0 !important;
	text-align: left;
}
.recent_half.recent_half_content{
	text-align: right;
}
.recent_half iframe, .recent_half img{
	border: 3px solid #fff;
	height: 176px;
	overflow: hidden;
}
#social_icons_content:before, #social_icons_content:after{
	display: block;
	content: '';
	position: absolute;
	background: url(images/socialQuotes_big.svg) center no-repeat;
}
#social_icons_content:before{
	height: 45px;
	width: 51px;
	top: 0px;
	left: 101.3%;
}
#social_icons_content:after{
	height: 34px;
	width: 39px;
	right: 101.3%;
	bottom: 16px;
}
#social_icons_content .panel_inner a{
	color: #fff;
}
#social_icons_content .panel_title{
	font-family: foco, strausslight, strausslighten;
	font-size: 23px;
	text-transform: uppercase;
	opacity: .6;
	filter: alpha(opacity=60);
	margin-top: 10px;
}
#social_icons_content .panel_title a{
	color: #fff;
}
/*-- brands floor --*/
#floor_brands{
	background: #efefef;
	padding: 66px 0px 80px;
}
#floor_brands .home_container{
	padding: 0px 20px;
	box-sizing: border-box;
}
#brands_title{
	margin: 0px 6px 42px;
	opacity: 0;
	transition: all .5s;
	transform: scale(0.8);
}
#brands_title.loaded{
	opacity: 1;
	transform: none;
}
#hp_activities{
	position: relative;
	opacity: 0;
	transform: translateY(30px);
	transition: all .8s;
}
#hp_activities.loaded{
	opacity: 1;
	transform: none;
}
.hp_act_tile{
	width: 166px;
	height: 166px;
	float: right;
	border: 5px solid #fff;
	margin: 0px 6px 13px;
	position: relative;
	transition: margin .4s;
	z-index: 99;
	cursor: pointer;
	box-sizing: content-box;
}
.hp_act_tile.afterActive{
	margin-top: 169px;
}
.narrow_image, .wide_image{
	height: 100%;
	width: 100%;
	background-position: 50% 166px, top center;
	background-repeat: no-repeat;
	transition: padding .3s;
	/* background-size is not cover because the height of the tiles grows */
}
.lt-ie9 .narrow_image, .lt-ie9 .wide_image{
	background-position: top center;
}
.imagesForAllBrowsers{
	height: 100%;
}
.imagesForIE{
	display: none;
	height: 100%;
	width: 100%;
}
.ie_image_arrow{
	background: url(images/hp_activities_arrow_bottom.png) bottom center no-repeat;
	height: 100%;
	width: 100%;
	padding-bottom: 33px;
	display: none;
}
.active .ie_image_arrow {
	display: block;
}
.hp_act_tile.active .imagesForIE{
	padding-bottom: 33px;
}
.hp_act_tile.active .narrow_image, .hp_act_tile.active .wide_image{
	padding-bottom: 33px;
}
.hp_act_tile .wide_image{ display: none; }
@media (min-width: 1501px){
	.hp_act_tile.double_tile_widescreen{ width: 354px; }
	.hp_act_tile.double_tile_widescreen .wide_image{ display: block; }
	.hp_act_tile.double_tile_widescreen .narrow_image{ display: none; }
	#floor_brands .home_container{
		width: 1128px;
		padding: 0px;
	}
}
@media (min-width: 768px) and (max-width: 1500px){
	.hp_act_tile.double_tile_medium_screen{ width: 354px; }
	.hp_act_tile.double_tile_medium_screen .wide_image{ display: block; }
	.hp_act_tile.double_tile_medium_screen .narrow_image{ display: none; }
}
.hp_act_black_opacity{
	height: 100%;
	width: 100%;
	background: transparent;
	color: transparent;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	text-align: center;
	transition: background .5s, color .5s;
}
.lt-ie9 .hp_act_black_opacity{
	text-indent: -999px;
}
.hp_act_tile:hover .hp_act_black_opacity, .hp_act_tile:focus .hp_act_black_opacity, .hp_act_tile.active .hp_act_black_opacity{
	background: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 );
	color: #fff;
	text-indent: 0px;
}
.hp_act_black_opacity .hp_act_title{
	width: 95%;
	display: inline-block;
	vertical-align: middle;
	font-weight : bold;
	font-size : 27px;
	font-family: straussregular, straussregularen;
}
#hp_brands_list{
	border: 1px solid #fff;
	left: 6px;
	right: 6px;
	position: absolute;
	top: 184px;

}
#hp_brands_slider_holder{
	height: 140px;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	padding: 20px 65px 14px;
}
#hp_brands_bottom_link_new a{
	line-height: 24px;
	background: #f6f6f6;
	text-align: center;
	font-size : 16px;
	transition: all .5s;
	display: block;
	color: #808080;
}
#hp_brands_bottom_link_new a:hover, #hp_brands_bottom_link_new a:focus{
	background-color: #909090;
	color: #fff;
}
#hp_brands_bottom_link_new a h2{
	margin: 0px;
}
#hp_brands_slider{
	margin: 0px;
}
#hp_brands_bottom_link_new{
	position: relative;
}
#hp_brands_bottom_link_new a{
	color : #808080;
}
#hp_brands_bottom_link_new button {
	font-size: 0;
	border: 0px;
	border-left: 1px solid #fff;
	position: absolute;
	top: 0px;
	padding: 5px 6px;
	bottom: 0px;
	transition: background .4s;
	right: 0px;
}
#hp_brands_bottom_link_new button:hover, #hp_brands_bottom_link_new button:focus {
	background: #69c3d4;
}
#hp_brands_bottom_link_new button.pause:before, #hp_brands_bottom_link_new button.pause:after {
	content: '';
	background: #fff;
	height: 14px;
	width: 4px;
	display: inline-block;
}
#hp_brands_bottom_link_new button.pause:before{
	margin-left: 3px
}
#hp_brands_bottom_link_new button.play:before{
	content: '';
	display: block;
	height: 0px;
	width: 0px;
	border-style: solid;
	border-width: 7px 0 7px 12.1px;
	border-color: transparent transparent transparent #fff;
}
#hp_brands_slider a{
	display: block;
	height: 101px;
	width: 125px;
	border: 1px solid transparent;
	transition: background .5s, border .5s;
	text-align: center;
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	-webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
#hp_brands_slider a.inactiveBrand{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}/*
#hp_brands_slider a.activeBrand{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}*/
#hp_brands_slider a:focus, #hp_brands_slider a:hover{
	border-color: #d9d9d9;
	background: #eee;
}
body .activeBrand:focus {
	text-decoration: none;
}
#hp_brands_slider img.hide_in_ie{
	display: inline-block;
	vertical-align: middle;
}
#hp_brands_slider a svg{
	width: 79px;
	height: 59px;
	background-position: center;
	display: none;
	vertical-align: middle;
}
#hp_brands_slider a svg image{
	display: block;
	width: 79px;
	height: 59px;
}
_:-ms-fullscreen, :root #hp_brands_slider a.inactiveBrand svg{
	display: inline-block;
}
_:-ms-fullscreen, :root #hp_brands_slider a.inactiveBrand img.hide_in_ie {
	display: none;
}
_:-ms-input-placeholder, :root #hp_brands_slider a.inactiveBrand svg{
	display: inline-block;
}
_:-ms-input-placeholder, :root #hp_brands_slider a.inactiveBrand img.hide_in_ie {
	display: none;
}
#hp_brands_slider button{
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	top: 0px;
	width: 15px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	transition: opacity .5s;
	margin: 0px;
}
#hp_brands_slider button:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
#hp_brands_slider .slick-prev{
	right: -40px;
}
#hp_brands_slider .slick-next{
	left: -40px;
}
#hp_brands_slider button:before{
	content: '' !important;
	display: block !important;
	position: absolute;
	top: calc(50% - 12px);
	width: 100%;
	height: 25px;
	background-image: url(images/icons_sprite.png);
}
#hp_brands_slider .slick-prev:before{
	background-position: -218px -75px;
}
#hp_brands_slider .slick-next:before{
	background-position: -194px -75px;
}
#brands_height_placeholder{
	padding-bottom: 166px;
}
#hp_activities_links{
	margin: 31px 6px 0px;
	opacity: 0;
	transform: translateY(30px);
	transition: all .5s;
}
#hp_activities_links.loaded{
	opacity: 1;
	transform: none;
}
#hp_activities_links a{
	display: block;
	width: 49.3%;
	background: #d2d2d2;
	color: #807E80;
	line-height: 49px;
	text-align: center;
	font-size: 21px;
	font-family: straussregular, straussregularen;
	float: left;
	transition: all .5s;
}
#hp_activities_links a:first-child{
	float: right;
}
#hp_activities_links a:hover, #hp_activities_links a:focus{
	color: #fff;
	background: #f58426;
	outline: 0px !important;
}
.floors_titles{ display: none; }
iframe{
	position: relative;
	z-index: 1;
}
.carouselScroll ul{ margin-left: 0px; margin-right: -3px;}
.carouselScroll, .carouselScroll .ngg-gallery-list{ height: 118px; }
body .ngg-gallery-list li{
	margin: 0px 3px !important;
}
.carouselScroll a{
	margin: 14px 18px;
	width: 96px;
}
/*-----------------------------------------------------------------------------------------------------------------------------
													 NEW HOME PAGE - MOBILE
-----------------------------------------------------------------------------------------------------------------------------*/
@media(max-width: 767px){
	body.home{ padding: 0px; }
	.home_container{
		width: 100%;
		padding: 0px !important;
	}
	body .floors_titles, body .floors_titles:hover{
		font-family : straussbold, straussbolden, straussregular, straussregularen;
		font-weight : bold;
		font-size : 30px;
		color : #FFFFFF;
		height: 83px;
		line-height: 86px;
		text-align: center;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.27) inset;
		position: relative;
		margin-bottom: 15px;
		display: block;
	}
	.floors_titles.title_right, .floors_titles.title_right:hover{
		margin-bottom: 12px;
	}
	.floors_titles:after{
		position: absolute;
		display: block;
		content: '';
		bottom: -8px;
		left: 50%;
		margin-left: -9px;
		height: 0px;
		width: 0px;
		border-style: solid;
		border-width: 9px 9px 0 9px;
		border-color: transparent;
	}
	body .title_left{
		display: block;
		font-size: 17px;
		color: #a9a9a9 !important;
		width: auto;
		margin: 0px 2% 14px;
		text-align: center;
	}
	body .title_left div{
		padding: 14px 15px;
		text-align: justify;
	}
	#floor_social{ display: none; }
	/* banner */
	.hp_new_slide, #floor_banner{
		height: 360px;
		/*height: 80vh;
		height: calc(100vh - 112px);*/
		background-position: top center;
	}
	.hp_new_slide_mobile_image{
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		background-position: top center;
		background-size: cover;
	}
	.hp_new_content{
		width: auto;
		display: block;
		position: absolute;
		bottom: 0px;
		right: 0px;
		left: 0px;
		font-size: 4.5vw;
		font-size: 16px;
		line-height: 1.4;
		font-family: strausslight;
		padding: 10px 14px 15px;
	}
	.hp_new_subtitle{
		font-size: 7vw;

		font-size: 25px;
	}
	.hp_new_title, .hp_new_content h2{
		font-size: 11.5vw;
		font-size: 40px;
		line-height: 1;
	}
	.hp_new_text, .hp_new_title, .hp_new_content h2, .hp_new_subtitle{
		padding-right: 4%;
		padding-left: 8%;
	}
	.hp_new_content.bg_red_mobile{
		background: #ef3125;
	}
	.hp_new_content.bg_orange_mobile{
		background: #f58426;
	}
	.hp_new_content.bg_green_mobile{
		background: #89b524;
	}
	.hp_new_content.bg_light-green_mobile{
		background: #c8df8d;
	}
	.hp_new_content.bg_blue_mobile{
		background: #0a91cb;
	}
	.hp_new_content.bg_turquoise_mobile{
		background: #00bbe4;
	}
	.hp_new_content.bg_light-blue_mobile{
		background: #88d5e9;
	}
	.hp_new_content.bg_grey_mobile{
		background: #cecece;
	}
	#floor_banner #hp_banner_buttons, #floor_banner .slick-prev, #floor_banner .slick-next, #floor_banner.michael_slider .slick-dots{
		display: none !important;
	}
	.hp_new_button{
		border-radius: 3px;

		margin-top: 17px;
	}
	.hp_new_slide iframe{
		pointer-events: none;
	}
	/* news */
	#floor_news{
		padding: 0px;
		background: #f1f1f1;
		padding-bottom: 19px;
	}
	#floor_news_title{
		background: #0B90CC;
	}
	#floor_news_title:after{
		border-top-color: #0B90CC;
	}
	.hp_new_news span{
		font-size: 16px;
		line-height: 1.2;
	}
	#hp_new_large_news span, #floor_news_slider_wrap .hp_new_news span{
		font-size: 26px;
		line-height: 1.2;
		font-family: inherit;
	}
	body #hp_new_large_news{
		width: 96%;
		height: auto;
		margin: 0px auto 5px;
		float: none;
	}
	.hp_new_news img{
		height: auto;
	}
	.hp_new_news .hp_front{
		border-width: 4px;
		overflow: hidden;
	}
	.hp_new_news .hp_back{
		display: none;
	}
	.hp_new_news:hover .flipper, .hp_new_news.selected .flipper, .hp_new_news.hover .flipper{
		transform: none;
	}
	.hp_new_news img.newsTilePlaceholder{
		display: block;
		opacity: 0;
		height: auto;
	}
	.newsTileWrap{
		position: absolute;
		top: 0px;
	}
	#hp_new_smalls{
		width: 100%;
		float: none;
		text-align: center;
		font-size: 0px;
		display: none;
	}
	#hp_new_smalls .hp_new_news{
		width: 47%;
		height: auto;
		display: inline-block;
		margin: 0px 1% 17px;
		margin-top: 0px;
		margin-bottom: 17px;
	}
	.hp_news_mobile_title{
		position: absolute;
		bottom: 0px;
		width: 100%;
		text-align: center;
		background-position: bottom center;
		background-size: 100% 100%;
	}
	.newsTileMobileSize_small .hp_news_mobile_title{
		background-image: url(images/shareGradSmall.png);
		height: 45%;
	}
	.newsTileMobileSize_large .hp_news_mobile_title{
		background-image: url(images/shareGradBig.png);
		height: 39%;
	}
	.hp_news_mobile_title span:first-child{
		display: inline-block;
		vertical-align: bottom;
		width: 94%;
		padding: 0px;
		color: #fff;
		text-align: right;
	}
	.hp_news_mobile_title span:last-child{
		display: inline-block;
		vertical-align: bottom;
		width: 1%;
		height: 100%;
		padding: 0px;
	}
	.newsTileMobileSize_small .hp_news_mobile_title span:first-child{
		font-size: 15.8px;
		font-size: 4.4vw;
		line-height: 1;
	}
	#hp_new_large_news span:first-child, #floor_news_slider_wrap .hp_new_news span:first-child{
		font-size: 19.7px;
		font-size: 5.5vw;
		line-height: 1;
	}
	#floor_news_slider_wrap{
		margin: 0px 0 20px;
		padding: 0px;
		overflow: visible;
	}
	#floor_news_slider_wrap .slider{
		height: auto;
		margin: 0px;
	}
	#floor_news_slider_wrap .slider .hp_new_small_news{
		height: auto;
		margin: 0px;
	}
	#floor_news_slider_wrap .slick-next{
		background: url(images/mobile_news_ArrowLeft.png) center no-repeat;
		left: 0px;
		height: 60%;
		top: 20%;
	}
	#floor_news_slider_wrap .slick-prev{
		background: url(images/mobile_news_ArrowRight.png) center no-repeat;
		right: 0px;
		height: 60%;
		top: 20%;
	}
	#hp_new_news_page_link{
		background: #E7E5E7;
		border-radius: 3px;
		height: 49px;
		line-height: 49px;
		margin: 15px 2% 0;
		opacity: 1;
		transform: none;
	}
	.hp_news_share_button_whatsapp{
		width: 26px;
		right: 26px;
	}
	.hp_floor h2:after{
		width: 8px;
		height: 13px;
		display: inline-block;
		background-position: bottom left;
		margin-right: 9px;
		vertical-align: middle;
		content: '';
	}
	/*#hp _new_news_page_link .mobileLinkArrow{
		background-image: url(images/mobile_news_ArrowButton.png)
	} */
	.hp_news_share_buttons_wrap{
		top: 4px;
		right: 4px;
	}
	.hp_news_share_buttons > button{
		display: none !important;
	}
	.hp_news_share_buttons{
		transform: none;
		-webkit-transform: none;
		transition: none;
	}
	.hp_news_share_open_menu{
		background-image: url(images/shareICON2.png);
		height: 34px;
		width: 34px;
		height: 9.6vw;
		width: 9.6vw;
	}
	body.openOverlay, body.openOverlay *{
		pointer-events: none !important;
	}
	#mobilePopupOverlay, #mobilePopupOverlay *{
		pointer-events: all !important;
	}
	#mobilePopupOverlay{
		display: none;
		position: fixed;
		top: 0px;
		bottom: 0px;
		right: 0px;
		left: 0px;
		z-index: 9999;
		background-color: rgba(0, 0, 0, .8);
		text-align: center;
	}
	#mobilePopupOverlayContent{
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		width: 80%;
		font-size: 0px;
	}
	#mobilePopupOverlayContent img, #mobilePopupOverlayContent iframe{
		border: 7px solid #CFCFCF;
		box-sizing: border-box;
		max-width: 100%;
	}
	#mobilePopupOverlayContent iframe{
		margin-bottom: 38px;
	}
	#mobilePopupOverlayContent .myTitle{
		color: #fff;
		font-family: straussregular;
		font-size: 20px;
		line-height: 1;
		margin: 17px 0px 38px;
	}
	#mobilePopupOverlayContent .shareLinksMobile a{
		text-indent: -999px;
		overflow: hidden;
		width: 20%;
		padding-top: 20%;
		display: inline-block;
		background-size: 100% auto;

	}
	.hp_news_share_button_facebook{
		background-image: url(images/sharePopFB.png);
	}
	.hp_news_share_button_twitter{
		background-image: url(images/sharePopTW.png);
	}
	.hp_news_share_button_googlep{
		background-image: url(images/sharePopG.png);
	}
	.hp_news_share_button_linkedin{
		background-image: url(images/sharePopIN.png);
	}
	.hp_news_share_button_whatsapp{
		background-image: url(images/sharePopWA.png);
	}
	.hp_contact_tile .hp_front{
		transition: opacity .5s;
		-webkit-transition: opacity .5s;
	}
	.hp_contact_tile:hover .hp_front, .hp_contact_tile.hover .hp_front{
		opacity: 0;
	}



	/* brands */
	#floor_brands{
		padding: 0px 0px 18px;
	}
	#brands_title{
		margin: 0px;
		opacity: 1;
		transform: none;
	}
	#floor_brands_title{
		background: #F58327;
	}
	#floor_brands_title:after{
		border-top-color: #F58327;
	}
	#hp_activities{
		text-align: center;
		font-size: 0px;
	}
	.hp_act_tile{
		width: 31.3%;
		height: auto;
		padding-top: 31.3%;
		margin: 0.36%;
		border-width: 4px;
		box-sizing: border-box;
		display: inline-block;
		float: none;
		position; relative;
	}
	.hp_act_tile.double_tile_mobile{ width: 63.3%; }
	.hp_act_tile.double_tile_mobile .wide_image{ display: block; }
	.hp_act_tile.double_tile_mobile .narrow_image{ display: none; }
	.narrow_image, .wide_image{
		background-size: 0px, cover;
		padding-bottom: 0px !important;
	}
	.hp_act_black_opacity{
		transition: height .5s, background .5s;
	}
	.hp_act_tile:not(.active) .hp_act_black_opacity {
		height: 30%;
		background: rgba(0, 0, 0, 0.4);
		color: #fff;
	}
	.hp_act_black_opacity .hp_act_title{
		transition: font .5s;
		font-size: 19px;
		font-size: 5.4vw;
	}
	.hp_act_tile:not(.active) .hp_act_black_opacity .hp_act_title{
		font-size: 13px;
		font-size: 3.75vw;
		font-weight: 200;
		font-weight: normal;
	}
	.hp_act_tile.active:after, .hp_act_tile.active:before {
		display: block;
		content: '';
		width: 0;  height: 0;  border-style: solid;
		position: absolute;
		left: 50%;
	}
	.hp_act_tile.active:before{
		border-width: 15px 16px 0 16px;
		border-color: #efefef transparent transparent transparent;
		margin-left: -16px;
		bottom: -20px;
	}
	.hp_act_tile.active:after{
		border-color: #ffffff transparent transparent transparent;
		border-width: 15px 16px 0 16px;
		bottom: -15px;
		margin-left: -16px;
	}
	.hp_act_tile.afterActive {
		margin-top: 159px;
	}
	.imagesForAllBrowsers{
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
	}
	#hp_brands_list{
		right: 2vw;
		left: 2vw;
	}
	#hp_brands_slider_holder{
		height: 103px;
		box-sizing: content-box;
		padding: 12px 48px 12px;
	}
	#hp_activities_links{
		margin: 0px auto;
		width: 96vw;
		opacity: 1;
		transform: none;
	}
	#hp_brands_bottom_link_new a{
		line-height: 20px;
		padding-top: 4px;
	}
	#hp_activities_links a{
		float: none !important;
		width: 100%;
		background: #c4c2c4 !important;
		color: #808080 !important;
		border-radius: 3px;
	}
	#hp_activities_links a:first-child{
		margin: 3.9% 0px 2%;
	}
	#hp_activities_links .mobileLinkArrow{
		background-image: url(images/mobile_activ_ArrowButton.png)
	}
	/* map */
	body #map_title{
		padding: 0px;
		opacity: 1;
		transform: none;
	}
	#floor_map_title{
		background: #01BBE5 !important;
	}
	#floor_map_title:after{
		border-top-color: #01BBE5;
	}
	/* investors */
	#floor_investors .title{
		padding-top: 37px;
		font-size: 40px;
		font-size: 11.6vw;
	}
	#investors_info{
		background: none;
		padding-top: 0px;
		padding-bottom: 29px;
		opacity: 1;
		transform: none;
	}
	#investors_info div{
		margin: 0px;
		display: block;
	}
	#investors_info > div > div{
		background: rgba(0, 0, 0, .2);
		margin: 13px 13px 0px;
		padding: 9px 0px 7px;
	}
	#investors_info .investors_nums{
		font-size: 60px;
		line-height: .8;
	}
	#floor_investors .subtitle{
		line-height: 22px;
		margin-bottom: 0px;
	}
	#investors_pattern > div{
		padding-bottom: 0px;
	}
	#investors_info .investors_nums img{
		vertical-align: top;
		margin-top: 15px;
	}
	/* contact */
	body #floor_contact{
		padding: 0px 0px 20px;
		width: 100%;
		overflow: hidden;
	}
	#floor_contact_title{
		background: #87B025 !important;
	}
	#floor_contact_title:after{
		border-top-color: #87B025;
	}
	#floor_contact .home_container{
		text-align: center;
	}
	body .hp_contact_tile {
		width: 42.5%;
		/*height: 42.5%;*/
		margin: 2% 1% 0px;
	}
	body .hp_contact_tile:first-child {
		width: 87%;
		margin: 0px;
	}
	.hp_contact_tile:first-child img.tile_placeholder{
		display: none;
	}
	.hp_contact_tile:first-child img.tile_placeholder_mobile{
		display: block;
		opacity: 0;

		width: 100%;
	}
	body .contact_tile_title{
		font-size: 22px;
		font-size: 6vw;
	}
	.hp_contact_tile .hp_front{
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.hp_contact_tile:not(:last-child):hover .flipper, .hp_contact_tile:not(:last-child).hover .flipper{
		transform: none;
	}
	/* floating social networks */
	body #side_social{
		position: static;
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	body #side_social a {
		display: table-cell;
		border: 2px solid #4d4d4d;
		border-top-width: 3px;
		vertical-align: middle;
		text-align: center;
		background: #F0EEF0;
		height: 14vw;
		opacity: .9;
	}
	body #side_social img {
		margin: 0px;
		height: 56%;
		position: static;
		width: auto;
	}
	#side_social a img:last-child{
		display: none;
	}
	/*  */
	.home #footer_seperator{
		display: none !important;
	}
	.home #footer_out{
		min-height: 0px !important;
	}
	#footertext .textwidget, #footertext p, #footertext li{
		font-size: 14px;
		line-height: 19px;
	}
	#floor_banner{
		margin-top: 71px;
	}
	body #footertext{
		height: auto;
		padding: 15px 5px;
		width: auto;
	}
	body #footertext .textwidget, body #footertext p, body #footertext li{
		width: auto;
		float: none;
	}
}

@media (max-width: 320px){
	.hp_act_tile:not(.active) .hp_act_black_opacity .hp_act_title{
		font-size: 16px;
	}
	.hp_act_black_opacity .hp_act_title{
		font-size: 23px;
	}
	.hp_new_content{
		font-size: 19px;
	}
}
@media (max-width: 767px) and (orientation: landscape){
	#mobilePopupOverlayNews, #mobilePopupOverlayTitle{
		display: inline-block;
		width: 48%;
		margin: 0px 1%;
		vertical-align: middle;
	}
	#mobilePopupOverlayContent .myTitle{ margin: 0px; }
	.shareLinksMobile, #mobilePopupOverlayYT{
		clear: both;
		width: 70%;
		margin: 15px auto;
	}
}
/* IE 8 fixes */
.lt-ie9 #floor_banner .slick-dots li button:after{
	display: none !important;
}
.lt-ie9 #floor_banner .slick-dots li button{
	border: 3px solid #fff;
	background: #fff;
	filter: alpha(opacity=60);
	height: 12px;
	width: 12px;
}
.lt-ie9 #floor_banner .slick-dots li button:hover{
	background: #0088cb;
}
.lt-ie9 #floor_banner .slick-dots li.slick-active button{
	background: #0088cb;
	filter: alpha(opacity=100);
}
.lt-ie9 #side_social{
	z-index: 9999;
}
.lt-ie9 #sliderButtons #pause_slider{
	background-image: url(images/header_pause.png);
}
.lt-ie9 #sliderButtons #play_slider{
	background-image: url(images/header_play.png);
}
.lt-ie9 .hp_news_share_open_menu{
	background-image: url(images/shareIcons_menu.png);
}
.lt-ie9 .hp_news_share_button_facebook{
	background-image: url(images/shareIcons_f.png);
}
.lt-ie9 .hp_news_share_button_twitter{
	background-image: url(images/shareIcons_TW.png);
}
.lt-ie9 .hp_news_share_button_googlep{
	background-image: url(images/shareIcons_g.png);
}
.lt-ie9 .hp_news_share_button_linkedin{
	background-image: url(images/shareIcons_in.png);
}
.lt-ie9 .hp_news_share_button_whatsapp{
	background-image: url(images/shareIcons_WA.png);
}
.lt-ie9 .hp_news_share_buttons_wrap{
	display: none;
}
.lt-ie9 .hp_new_news:hover .hp_news_share_buttons_wrap, .lt-ie9 .hp_new_news.hover .hp_news_share_buttons_wrap{
	display: block;
}
.lt-ie9 #investors_info .investors_nums img{
	display: none;
}
/* brands*/
.lt-ie9 .imagesForAllBrowsers{ display: none; }
.lt-ie9 .imagesForIE{
	display: block
}
.lt-ie9 #hp_brands_slider a image[filter]{
	display: none !important;
}
.lt-ie9 #hp_brands_slider .slick-prev{
	background-image: url(images/hp_brands_arrow_right.png);
}
.lt-ie9 #hp_brands_slider .slick-next{
	background-image: url(images/hp_brands_arrow_left.png);
}
/* socials */
.lt-ie9 #social_icons_content:before{
	background-image: url(images/socialQuotes_big.png);
}
.lt-ie9 #social_icons_content:after{
	background: url(images/socialQuotes_Small.png);
}
/* map */
.lt-ie9 .map_content:after{
	/*display: none;*/
}
.lt-ie9 .balloon{
	display: none;
}
.lt-ie9 .balloon.selected{
	display: block;
}
/* investors */
.lt-ie9 #investors_info .investors_nums span {
	display: inline-block;
}
/* floating icons */
.lt-ie9 #side_social img{
	width: 38px;
	height: 40px;
}
.lt-ie9 #side_social a.dark_floor img:first-child, .lt-ie9 #side_social a.light_floor img{
	display: none;
}
.lt-ie9 #side_social a.light_floor img:first-child, .lt-ie9 #side_social a.dark_floor img{
	display: block;
}
.lt-ie9 #side_social a img{
	filter: alpha(opacity=70);
}
.lt-ie9 #side_social a:hover img{
	filter: alpha(opacity=100);
}
.lt-ie9 #side_social a.hover img{
	filter: alpha(opacity=35);
}
.lt-ie9 #side_social a.light_floor.hover img{
	filter: alpha(opacity=50);
}
/* IE9 fixes */

@media(max-width: 545px){
	.gallery-album .accordion-inner .ngg-gallery-thumbnail-box{
		width: 100% !important;
	}
	.gallery-album .accordion-inner #newsMentionContent{
		padding: 24px 0 0 !important;
	}
}
@media(min-width: 767px){
	.gallery-album .accordion-inner .ngg-gallery-thumbnail-box {
		width: 33.3%;
	}
	#gallery.gallery-album .accordion-inner .ngg-gallery-thumbnail{
		margin: 0 auto;
	}
}
@media(max-width: 767px){
	.gallery-album .accordion-inner .ngg-gallery-thumbnail-box{
		width: 50%;
	}
	#gallery.gallery-album .accordion-inner .ngg-gallery-thumbnail{
		margin: 0 auto;
	}


	/*--- New Gallery - Carousel - 2015 ---*/
	body .ngg-galleryoverview{
		display: none !important;
	}
	body.production-sites-products #newsMentionContent .ngg-galleryoverview, body.factories-and-products #newsMentionContent .ngg-galleryoverview{
		display: block !important;
	}
	body .ngg-gallery-list li a{
		margin: 0px !important;
	}
	body .ngg-thumbnail-list img{
		width: 100px;
	}
	body .ngg-gallery-list li a{
		padding: 0px !important;
		background: transparent !important;
	}
	.carouselScroll, .carouselScroll .ngg-gallery-list{
		height: auto;
	}
	body .ngg-gallery-list li{
		margin: 0px 1.5px !important;
	}
}

/* Michael Strauss Page */
.michael_slider .slick-dots{
	display: block !important;
	bottom: 40px;
	position: absolute !important;
}
.has_background_image{
	background-size: cover;
	background-position: center;
}
.page-template-page-michael #body, .page-template-page-richard #body{
	width: auto !important;
	font-family: 'straussregular','Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-template-page-richard #way{
	background: #F1F1F1;
}
#michael_slider #floor_banner{
	height: auto;
	margin: 0px;
}
#michael_slider_ul{
	margin: 0px;
	list-style: none;
	background-color: #f1f1f1;
	height: 552px;
}
#michael_slider_ul > #sliderButtons:first-child{ display: none; }
#michael_slider_ul .slick-prev, #michael_slider_ul .slick-next{
	background-position: 50%;
}
#michael_slider_ul li, #michael_slider_ul .slick-track, #michael_slider_ul .slick-list{
	height: 100%;
	position: relative;
}
.michael_slider_image{
	height: 100%;
}
.michael_slider_quote_wrap{
	height: 250px;
	margin: 0px auto;
	font-size: 22px;
	line-height: 1.18;
	text-align: center;
	position: absolute;
	bottom: 0px;
	background: rgba(0, 0, 0, .35);
	left: 0px;
	right: 0px;
	color: #fff;
	color: rgba(255, 255, 255, .85);
}
.michael_slider_quote{
	vertical-align: middle;
	max-width: 860px;
	display: inline-block;
	text-align: justify;
	position: relative;
	margin-bottom: 40px;
}
.michael_slider_quote:before, .michael_slider_quote:after{
	display: block;
	content: '';
	position: absolute;
	background: url(images/quotation-2.png) center no-repeat;
	height: 34px;
	width: 39px;
}
.michael_slider_quote:before{
	right: -56px;
	top: 5px;
}
.michael_slider_quote:after{
	left: -42px;
	bottom: -17px;
}
.one_line_quote .michael_slider_quote:after{
	left: -58px;
	bottom: 14px;
}
#michael_slider #hp_banner_buttons{
	bottom: 47px;
}
.page-template-page-michael #head_banner{
	margin-top: -40px;
}
#michael_video{
	margin: 10px auto 66px;
	position: relative;
}
#michael_video video{
	width: 100%;
	height: auto;
	border: 12px solid #cdcdcd;
	box-sizing: border-box;
	display: none\9;
}
#michael_video .hp_news_share_buttons_wrap{
	top: 12px;
	right: 12px;
}
#michael_page_youtube{
	display: none;
	display: block\9;
	height: 557px\9;
	border: 12px solid #cdcdcd;
	box-sizing: border-box;
}
#michael_page_youtube iframe{
	border: 0px;
	height: 100%;
	width: 100%;
}
#michaelPageTabs{
	border: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-radius: 3px 3px 0px 0px;
	height: 52px;
	overflow: hidden;
	font-size: 0;
}
#michaelPageTabs li{
	width: calc(50% - 32px);
	margin: 0px;
	vertical-align: middle;
	display: inline-block;
	height: 100%;
}

#michaelPageTabs li.last {
	width: 64px;
}
.ltr #michaelPageTabs li{
	float: left;
}
#michaelPageTabs button{
	display: block;
	border: 0px;
	color: #b3b3b2;
	font-size: 27px;
	background: #f2f1f1;
	margin: 0px;
	border-radius: 0px;
	height: 52px;
	line-height: 57px;
	padding: 0px;
	text-align: center;
	transition: all .15s;
	width: 100%;
	font-family: 'straussregular','Helvetica Neue', Helvetica, Arial, sans-serif;
}
#michaelPageTabs li.active button, #michaelPageTabs li button:hover, #michaelPageTabs li button:focus {
	color: #fff;
}
#michaelPageTabs li:first-child.active button, #michaelPageTabs li:first-child button:hover, #michaelPageTabs li:first-child button:focus{
	background: #619700;
}
#michaelPageTabs li.active button, #michaelPageTabs li button:hover, #michaelPageTabs li button:focus{
	background: #00b9e4;
}
#michaelPageTabs button h3, .michael_tile_each_title h4{
	margin: 0px;
}
#michaelPageTabsContent{
	background: #f2f1f1;
}
#michaelPageTabsContent .tab-pane{
	display: none;
}
#michaelPageTabsContent .tab-pane.active{
	display: block;
}
#michaelPageTabsContent hr{
	height: 3px;
	margin-top: 0px;
	border: 0px;
	position: relative;
}
#journey hr{
	background: #619700;
}
#way hr{
	background: #00b9e4;
}
#michaelPageTabsContentWrap{
	margin-right: -1.13%;
	margin-left: -1.13%;
}
.michaelPageTabsContentWrap{
	margin-right: -1.13%;
	margin-left: -1.13%;
}
.michael_tile_each {
	border-bottom: 21px solid #f2f1f1;
	transition: opacity .4s, filter .2s, -webkit-filter .2s;
}
.michael_tile_each > div{
	background: #fff;
	border-radius: 3px;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding-bottom: 14px;
	transition: box-shadow .2s;
}
.michael_tile_each:hover > div, .michael_tile_each:focus > div{
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
}
.hideme{
	opacity: 0;
}
.michael_tile_each img{
	width: 100%;
}
.michael_tile_each img:first-child{
	position: absolute;
	left: 0px;
}
.michael_tile_each img.michael_tile_each_placeholder_image{
	position: relative;
	visibility: hidden;
	transition: height .5s;
	display: block;
}
.michael_tile_each.long_tile:hover .michael_tile_each_placeholder_image{
	/*height: 0px !important;*/
}
.michael_tile_each_text_wrap{
	position: relative;
	background: #fff;
}
.michael_tile_each_title{
	font-size: 22px;
	color: #fff;
	line-height: 41px;
	height: auto;
	padding-top: 5px;
	font-family: straussregular;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	position: relative;
}
[data-type=journey] .michael_tile_each_title{
	font-size: 33px;
}
.michael_tile_each_subtitle{
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #E6E4E6;
	padding-bottom: 10px;
	padding-top: 13px;
	padding-right: 5px;
	padding-left: 5px;
	background: #fff;
	position: relative;
}
.michael_tile_each_content{
	font-size: 19px;
	color: #676767;
	font-family: strausslight, arial;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
	overflow: hidden;
	background: #fff;
	position: relative;
	transition: height .5s;
}
.michael_page_star{
	display: block;
	height: 1px;
	width: 45px;
	background: #b7b7b7;
	margin: 9px auto;
}
.michael_tile_each_dots{
	margin-right: 5px;
	margin-left: 5px;
	font-size: 0px;
	line-height: 32px;
	overflow: hidden;
	height: 0;
	border-top: 1px solid transparent;
}

.long_tile .michael_tile_each_dots {
	display: block;
	height: 12px;
	/* line-height: 12px; */
	border-top: 1px solid #E6E4E6;
	transition: height .5s;
	overflow: visible;
}
.long_tile:hover .michael_tile_each_dots, .long_tile:focus .michael_tile_each_dots {
	height: 0px;
	border-top: 1px solid transparent;
	overflow: hidden;
}
.michael_tile_each_dots span{
	display: inline-block;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	margin: 0px 2px;
}
.michaelPageColumn{
	display: table-cell;
	width: 31%;
	background: #f2f1f1;
	border-style: solid;
	border-color: #f2f1f1;
	border-width: 0px 11px;
	position: relative;
	vertical-align: top;
}

.michaelPageColumn:after {
	display: block;
	content: '';
	height: 21px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: #f2f1f1;
}
#michael_journey_filters{
	padding-top: 35px;
	margin-bottom: 55px;
	font-size: 0px;
	display: table;
	table-layout: auto;
	width: 100%;
}
#michael_journey_filters > div:first-child{
	border:0px !important;
}
#michael_journey_filters > div {
	display: table-cell;
	border-right: 10px solid transparent;
}
#michael_journey_filters button{
	display: block;
	height: 42px;
	line-height: 36px;
	font-family: 'straussregular';
	font-size: 20px;
	font-weight: bold;
	position: relative;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	background: #cbcbcb;
	border-color: transparent;
	margin-left: 10px;
	padding: 0px 20px;
	padding: 0px 15px\9;
	color: #676767;
	z-index: 9;
	transition: all .2s;
	outline: 0px !important;
}
#michael_journey_filters div:first-child button{
	background: transparent;
	border-color: #b3b3b2;
}
#michael_journey_filters button.active, #michael_journey_filters button:hover, #michael_journey_filters button:focus{
	background: #ef3125;
	color: #fff;
}

#michael_journey_filters div:first-child button.active, #michael_journey_filters div:first-child button:hover, #michael_journey_filters div:first-child button:focus {
	background: #89b524;
}
#michael_journey_filters button:after{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: transparent transparent transparent transparent;
	left: 50%;
	margin-left: -10px;
}
#michael_journey_filters button.active:after {
	bottom: -10px;
	border-top-color: #ef3225;
	transition: all 0.2s;
}

#michael_journey_filters div:first-child button.active:after {
	border-top-color: #89b524;
}

.ltr #michael_journey_filters > div {
	border-left: 10px solid transparent;
	border-right: 0px;
}
.ltr #michael_journey_filters button{
	margin-right: 10px;
	margin-left: 0px;
}




#way{
	padding-bottom: 30px;
}
#way div{
	position: relative;
	padding-top: 60%;
}
.page-template-page-richard #way div{
	padding-top: 40%;

}
#way iframe{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	border: 0px;
}
#way #parents_accessibility_wrap{
	padding: 0px;
	text-align: center;
}

#way #parents_accessibility_wrap a {
	display: inline-block;
	background: url(images/parents_accessibility_btn.png) center no-repeat;
	line-height: 55px;
	width: 217px;
	color: #fff;
	font-size: 19px;
	padding-right: 34px;
	box-sizing: border-box;
}
[lang = 'en'] #way #parents_accessibility_wrap a {
	background: url(images/parents_accessibility_btn_eng.png) center no-repeat;
	width: 251px;
	padding-right: 0;
}
/*#journey{
	padding-bottom: 30px;
}
#journey div{
	position: relative;
	padding-top: 60%;
}
#journey iframe{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	border: 0px;
}*/
#access_journey{
	width: 65px;
	display: inline-block;
	background: #7EDBF5 url(images/access_journey.png) center no-repeat;
	background-size: auto 90%;
	height: 100%;
}
.hover_michael_tile .michael_tile_each:not(.hover_me){
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray alpha(opacity=50); /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	opacity: .5;
}
.michael_gray_quote{
	display: inline-block;
	background: url(images/gray-quote.png) center no-repeat;
	height: 10px;
	width: 12px;
}
.michael_gray_quote_first{
	margin-left: 3px;
}
.michael_gray_quote_last{
	margin-right: 3px;
}

@media (max-width: 767px){
	#michael_slider_ul{
		height: 239px;
	}
	.michael_slider_quote_wrap{
		height: 130px;
	}
	.michael_slider_quote{
		width: 97%;
		line-height: 34px;
		margin: 0px;
	}
	.michael_slider_quote > div{
		font-size: 58%;
		line-height: 1.2;
		display: inline-block;
	}

	.michael_slider_quote > div:before,
	.michael_slider_quote > div:after {
		display: inline;
		content: '"';
	}
	#michael_video{
		margin: 20px auto;
	}
	#michaelPageTabs button{
		font-size: 17px;
		position: relative;
	}
	.michaelPageTabsContentWrap{
		margin: 0px;
	}
	#michaelPageTabs{
		overflow: visible;
	}
	#michaelPageTabs button:after{
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: transparent transparent transparent transparent;
		content: '';
		display: block;
		width: 0px;
		height: 0px;
		bottom: -10px;
		position: absolute;
		margin-left: -10px;
		left: calc(50% - 5px);
		transition: border .5s;
	}
	#michaelPageTabs .active [data-href="way"]:after {
		border-top-color: #00b9e4;
	}
	#michaelPageTabs .active [data-href="journey"]:after {
		border-top-color: #619700;
		/* left: calc(69% + 41px); */
	}
	#michael_journey_filters{
		display: none;
	}
	.michaelPageColumn{
		width: 50%;
		border-width: 0px 5px;
		border-color: #eaeaea;
		background: #eaeaea;
	}
	.michael_tile_each{
		border-color: #eaeaea;
		border-bottom-width: 13px;
	}
	.michaelPageColumn:after, #michaelPageTabsContent{
		background: #eaeaea;
	}
	.michael_tile_each:hover > div{
		box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
	}
	.michael_slider_quote:before,
	.michael_slider_quote:after{
		display: none;
	}
	.michael_tile_each_title{
		line-height: 21px;
	}
	.michael_tile_each_content{
		font-size: 16px;
		line-height: 1.1;
		padding-right: 10px;
		padding-left: 10px;
		text-align: right;
		-moz-text-align-last: right;
		text-align-last: right;
	}

}
#questionform label{
	display:inline;
	margin: 0px 5px;
}

h1.faq_page_title {
	margin: 0px 22px;
	font-size: 25px;
}
.access{
	position:absolute;
	top:-1000px;
	padding:10px;
	font:bold 16px arial;
	color:#000;
	border:1px solid orange;
	background-color:#fff;
	z-index: 9999;
}
#hp_banner_buttons .slick-dots li button {
	width: 18px;
	height: 18px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
}
#top_but img {
	margin: 0 auto;
	display: block;
}
.access:focus{
	top:20px;
}
.access:blur:{
	top:-1000px;
}
/* a:active, a:focus{
	background-color: yellow;
	color: #000 !important;
} */
#cs_form_thanks_wrap .newsletter_foi_wrap .floor_title_with_text.container {
	padding-top: 5px;
}
#search_product_subject label#barcode-error {
	display: block;
	margin-bottom: 0;
	position: absolute;
	bottom: -7px;
	right: 15px;
}
@media (max-width: 320px){
	.michael_slider_quote_wrap{
		height: 150px;
	}
}

#sitemap_wrap .nav{
	list-style: inside;
}
#sitemap_wrap .nav > li{
	float: none;
}
#sitemap_wrap ul ul{
	display: block;
	position: static;
	float: none;
	border: 0px;
	box-shadow: none;
	list-style: circle inside;
	margin: 0px 20px;
	padding: 0;
}
#sitemap_wrap ul ul li{

}
#sitemap_wrap a {
	color: #0088cc;
	background: #fff;
	cursor: pointer;
	padding: 0;
	line-height: 1.8;
	display: inline-block;
}
#sitemap_wrap a:hover, #sitemap_wrap a:focus{
	text-decoration: underline;
}

#sitemap_wrap .nav .dropdown-toggle .caret {
	display: none;
}
.visible_for_screen_reader{
	height: 0px;
	overflow: hidden;
	position: absolute;
}
#button_for_focus{
	height: 1px;
	width: 1px;
	background: transparent;
	overflow: hidden;
	position: absolute;
	padding: 0px;
	border: 0px;
	outline: 0px;
	cursor: default;
}
.ie_only{
	display: none !important;
}
.ngg-clear{
	clear: both;
}
@media screen and (min-width:0\0){
	.ie_only{
		display: inline-block !important;
	}
	.not_for_ie{
		display: none !important;
	}
}
@supports (-ms-ime-align:auto) {
	.ie_only{
		display: inline-block !important;
	}
	.not_for_ie{
		display: none !important;
	}
}
/**************************************************************
					Nutritional Values
**************************************************************/
.nutritional_values:after {
	content: "";
	width: 100%;
	display: inline-block;
}
span.nutritional_value_name {
	display: inline-block;
}
.nutritional_values {
	text-align: justify;
	line-height: 0.4;
	padding-top: 4px;
	font-weight: 200;
	border-bottom: 0.8px #C9C9C9;
	border-bottom-style: dashed;
	margin-bottom: 10px;
}
.nutritional_values:last-child{
	margin-bottom: 0px;
}
.nutritional_values span{
	display: inline-block;
}
.brand_item_desc {
	height: 62%;
}
.nutritional_values_wrap {
	height: 100%;
	overflow: auto;
	margin-top: 13px;
	padding-right: 3px;
	padding-left: 3px;
}
#products .brand_item_text .brand_item_title {
	font-weight: 200;
	font-size: 26px;
	margin: 9px 5px 10px 5px;
	padding: 6px;
	line-height: 27px;
}
#products .brand_item_desc {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
}
.brand_item_sub_title {
	color: #464646;
	font-size: 16px;
	font-weight: bold;
	line-height: 17px;
	font-weight: 200;
}
.nutritional_values {
	color: #39393A;
	font-size: 16px;
}
.nutritional_values_note {
	color: #464646;
	font-size: 14px;
	font-weight: 200;
	padding-top: 5px;
}
.nutritional_values_wrap::-webkit-scrollbar-track{
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	background-color: #F5F5F5;
}
.nutritional_values_wrap::-webkit-scrollbar{
	width: 4px;
	/*background-color: #F5F5F5;*/
}
.nutritional_values_wrap::-webkit-scrollbar-thumb{
	background-color: #C9C9C9;
}
/**************************************************************
					Nutritional Values - END
**************************************************************/

/*Forms*/
.captcha_error,.formthanks_contact,.file_error{
	display: none !important;
}
.captcha_error.active,.formthanks_contact.active,.file_error.active{
	display: block !important;
}
.JS_form_contact.hide{
	display: none !important;
}

.widget_link_icon_wrap:hover .widget_link_icon, .widget_link_icon_wrap2:hover .widget_link_icon,
.widget_link_icon_wrap a:focus .widget_link_icon, .widget_link_icon_wrap2 a:focus .widget_link_icon{
	display: none;
}
.widget_link_icon_wrap:hover .widget_link_icon_hover, .widget_link_icon_wrap2:hover .widget_link_icon_hover,
.widget_link_icon_wrap a:focus .widget_link_icon_hover, .widget_link_icon_wrap2 a:focus .widget_link_icon_hover{
	display: block;
}

.rowTable {
	display: table;
	width: 100%;
}

.colTd {
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
}
.rowTable.has_padding{
	border-spacing: 6px;
	border-collapse: separate;
	margin: -6px;
	width: calc(100% + 12px);
}
#service_square ~ .span1_3{
	margin-right: 7.1px;
}

.tile_page_text_height1{
	display: table;
	height: 100%;
}
.tile_page_text_height1 > *{
	display: table-row;
}
.page_tile .back .tile_title span{
	max-height: 40px;
	overflow: hidden;
	display: block;
}
.tile_excerpt_holder{
	font-size: 15px;
	font-family: arial;
	color: #666;
	line-height: 18px;
	text-align: justify;
}
.page_tile .vertical_scroll_strauss{
	height: 83px;
	margin: 10px 0;
}
.page_tile span.readMore{
	height: 20px;
}
@media(max-width: 991px) {
	 #site_footer .menu-item.menu-item-has-children.star_ic a:before {
		background-image: url(images/footer_mobail1.svg.svg) !important;;
	}
	#site_footer .menu-item.menu-item-has-children.about_ic a:before {
		background-image: url(images/footer_mobail2.svg) !important;;
	}
	#site_footer .menu-item.menu-item-has-children.website_ic a:before {
		background-image: url(images/footer_mobail3.svg.svg) !important;;
	}
	#site_footer .menu-item.menu-item-has-children.add_in_ic a:before {
		background-image: url(images/footer_mobail4.svg) !important;
	}
 
	

	.cs_floor_title
	{font-family: Strauss;
		font-size: 55px !important;}

	.sub_title
	{font-size: 22px;
		font-family: Strauss;}
	#menu-footer_menu li a{}
	#menu-footer_menu {margin-bottom: 0 !important;

	}
	#site_footer .sub-menu{width: 100% !important;}
	#menu-footer_menu .menu-item a:before{    width: 100% !important;
		height: 27px!important;}
	#site_footer_copyrights{    display: none;}
	#menu-footer_menu{    padding: 0 0 0 0  !important;}
	#site_footer .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children{
		padding-bottom: 41px;}
	#menu-footer_menu .menu-item .sub-menu li a{font-size: 17.98px  !important;;
		font-family: Strauss;}
	.Contact_Us_Footer_title{font-size: 48px  !important;
		line-height: 50.042px  !important;;}
	/*.Floor_Contact_Us_Footer{    line-height: 50px;}*/
	.mini_sub_title{    display: none;}
	.cu_footer_text {
		padding-bottom: 0;
		text-align: center;
	}
	.menu-footer_menu-container {
		margin: 0 auto;
		width: 60%;
	}
	#site_footer .menu-item.menu-item-has-children> a{    width: auto;
		background-position: center;}
	#menu-footer_menu .menu-item a:before{width: auto;
		height: auto;
		margin: 0 0 0 0px;}
	form.check_recall_form {
		display: none;
	}
	.cu_footer_text_wrap{    text-align: center;}
	.cu_footer_text_wrap {
		text-align: center  !important;;
	}
	.cu_footer_text_wrap .btn_registration .arrow_without_circle, .open_message .btn_registration .arrow_without_circle{    width: 26px  !important;;
		height: 26px  !important;;}
	.cs_regular_text {font-family: Strauss;
		font-family: Strauss;}
	.Floor_Contact_Us_Footer{background-image: none !important;}
	#site_footer .menu-item a:before {
		background-position: center center;
	}
}

body .ngg-galleryoverview {
	margin-top: 0;
	font-size: 1px;
	text-align: justify;
}
body .ngg-gallery-thumbnail-box {
	/*display: inline-block;*/
	/*float: none;*/
	/*width: 33.3%;*/
}
body .ngg-gallery-thumbnail a, body .ngg-gallery-thumbnail img{
	margin: 0 !important;
}
body .ngg-albumoverview.default-view .ngg-album-compact {
	box-shadow: none;
	width: 30%;
	display: inline-block;
	margin: 1% !important;
	padding: 0 !important;
}

body .ngg-album-compactbox {
	padding: 0 !important;
}
body .ngg-albumoverview.default-view .ngg-album-compact h4 .ngg-album-desc {
	text-align: center;
	max-width: 100% !important;
	letter-spacing: initial;
	font-size: 20px;
	color: #000 !important;
	font-weight: normal;
	height: auto;
	padding-bottom: 6px;
	font-family: straussregular,straussregularen,Helvetica Neue, Helvetica, Arial, sans-serif;
}
.ngg-gallery-list {
	list-style-type: none;
	padding: 0 !important;
	text-indent: 0 !important;
}
.ngg-gallery-list li {
	float: left;
	margin: 0 2px 0 2px!important;
	overflow: hidden;
}

#strauss-default_template .ngg-gallery-thumbnail {
	text-align: center;
	max-width: 100%!important;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin-right: 5px;
	margin: 5px;
}
.single-brand #about .span5{
	margin-right: 0px;
	margin-left: 0px;
}
@media(max-width: 767px){
	#single_brand_page #single_visit_gallery .single-brand-gallery-each{
		display: block;
		list-style: none;
	}
	#single_brand_page #single_visit_gallery .single-brand-gallery-each iframe{
		max-width: 100%;
	}
	body #products .nav-tabs{
		height: auto !important;
		text-align: center;
	}
	body #products .brand_items_ul li{
		width: 30% !important;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	body #products .brand_items_ul li a:first-child img{
		width: 100%;
		height: auto;
	}
}
/* ==========================================================================
   Header
   ========================================================================== */

#mobile_dropdown {
	display: inline;
}
@media(max-width: 767px) {
	#site_header {
		text-align: right;
	}
	#logo img{
		height: auto;
	}
	#mobile_dropdown {
		display: none;
	}
}
/* ==========================================================================
   Main page cs
   ========================================================================== */
/*.main_banner.cs_lobby_page {*/
/*margin-bottom: 110px;*/
/*}*/

.icons_floor {
	padding-bottom: 110px;
	margin-top: 6px;
}
.slider_cs_main_wrap .cs_regular_text p {
	margin-bottom: 18px;
	font-size: 22px;
	text-align: justify;
	font-weight: 300;
}
.slider_cs_main_wrap .cs_regular_text {
	font-size: 36px;
	font-weight: 400;
	text-align: right;
}
[dir='rtl'] body .slider_cs_main_wrap .slick-prev {
	float: right;
	margin-left: 12px;
}
body .slider_cs_main_wrap .slick-next, .slider_cs_main_wrap .slick-prev {
	position: static;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	font-size: 0;
}
#btns_slider_persons_wrap, #btns_slider_news_wrap {
	float: left;
	margin-top: 7px;
}
[dir='rtl'] .slider_cs_main_wrap .slick-prev:before, [dir='rtl'] .slider_cs_main_wrap .slick-next:before{
	content: "";
	background-image: url(./images/arrow_white.svg);
	width: 45px;
	height: 50px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 23px;
	opacity: 1;
}
[dir='rtl'] .slider_cs_main_wrap .slick-prev:before{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
[dir='rtl'] .slider_cs_main_wrap .slick-next:before{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.current_slide_wrap {
	font-size: 30px;
	font-weight: 300;
}
.current_slide_wrap{
	font-size: 30px;
	font-weight: 300;
	display: inline-block;
	line-height: 1;
}
#news_wrap .slick-list, #nice_to_meet_persons_wrap {
	border-bottom: 1px solid;
	margin-bottom: 18px;
}
.cs_regular_text.color.blue {
	margin-bottom: 9px;
}
.slider_cs_main_wrap {
	margin-top: 35px;
}
.nice_to_meet_person .cs_regular_text p {
	margin-bottom: 40px;
}
.Nice_to_meet_floor {
	padding-bottom: 86px;
}
.bubble_wrap{
	position: absolute;
	z-index: 2;
	padding: 20px 22px 10px 22px;
	border-radius: 46px;
	border: 3px solid #fff;
	top: 46px;
	right: 15px;
	text-align: center;
}

body .talk_to_us_bubble {
	position: static;
}

.slider_cs_main_wrap {
	position: relative;
}
.talk_to_us_title {
	font-size: 26px;
	line-height: 18px;
	text-align: center;
}
.talk_to_us_sub_title {
	font-size: 20px;
	font-weight: 300;
	margin-top: 4px;
}
.bubble_wrap:after {
	content: "";
	background-image: url(./images/triangle_with_border_radius.png);
	width: 61px;
	height: 28px;
	display: inline-block;
	position: absolute;
	top: 100%;
	background-repeat: no-repeat;
	left: 36px;
}
.bubble_wrap .btn_registration {
	color: #90bb3e;
	font-size: 18px;
	background-color: #fff;
	margin-top: 6px;
	padding: 2px 15px 2px 2px;
}
.bubble_wrap .arrow_w_circle path {
	fill: #90bb3e;
}
.bubble_wrap .arrow_w_circle {
	width: 25px;
	height: 25px;
	margin-right: 7px;
}
.bubble_wrap .btn_registration:hover {
	background-color: #fff;
}
.bubble_wrap .btn_registration:before{
	background-color: #fff;
}
.bubble_wrap .btn_registration:hover:before{
	opacity: 1;
	background-color: #fff
}
/*Faq*/
.faq_info {
	margin-top: 26px;
}
.FAQ_floor.faq_main_cs .FAQ_floor_title .cs_regular_text {
	padding: 0;
}
/**/
.capsule_hover .arrow_w_circle {
	margin: 0;
	width: 42px;
	height: 42px;
	margin-top: 120px;
}
/*subject*/
.products_slider_floor_sub_title.cs_regular_text strong {
	color: #16bde6;
	font-weight: 400;
}
.products_slider_wrap:last-child .slick-slider:last-child {
	margin-bottom: 0;
}
html body{
	font-size: 16px;
	line-height: 22px;
}
body h5 {
	font-family: Strauss;
	color: #000000;
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
}
.subject .p_floor:nth-last-of-type(2) {
	padding-bottom: 72px;
	margin-bottom: 0;
}
.recipe {
	position: relative;
	margin-left: 9px;
	margin-right: 9px;
}
.recipe_img img {
	width: 280px;
	height: 278px;
	border-radius: 50%;
	background-size: cover;
	width: 100%;
}
.recipe_hover{
	width: 280px;
	height: 278px;
	position: absolute;
	top: 0;
	border-radius: 50%;
	transform: translateX(50%);
	right: 50%;
	opacity: 0;
	transition: all 0.4s;
	width: 100%;
	height: 100%;
}
.recipe:hover .recipe_hover, .recipe:focus .recipe_hover {
	opacity: 1;
	background-color: rgba(255, 87, 0, 0.9);
}
body .subject .recipe_hover div {
	padding-bottom: 0;
	max-width: 186px;
	margin: 0 auto;
}
.recipe_hover .txt_recipe_hover {
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
}
.recipe_hover .arrow_w_circle {
	margin: 0;
	margin-top: 6px;
}
.recipes_slider {
	margin-bottom: 55px;
}
.recipe_hover.valign_middle > * {
	max-width: 98%;
}
/*capsula*/
body .subject .capsule {
	position: relative;
	padding-bottom: 0;
}
.more_info_floor .capsule_content {
	height: 245px;
	overflow: hidden;
	transition: all .3s;
}
.more_info_floor .capsule.hover .capsule_content {
	height: 558px;
	overflow: hidden;
	padding-top: 68px;
}
.more_info_floor .capsule_text_wrap .cs_regular_text {
	padding-top: 18px;
	padding-bottom: 0;
	margin: 0;
}
.more_info_floor .capsule_text_wrap {
	padding-bottom: 56px;
	height: auto;
	min-height: 725px;
}
.subject .capsule div:nth-last-of-type(2) {
	padding-bottom: 0;
}
.more_info_floor .capsule_btn {
	position: absolute;
	bottom: 56px;
	margin: 0 auto;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}
.more_info_floor .capsule_text_wrap {
	padding-bottom: 78px;
}
.more_info_floor .capsule_title_wrap {
	height: 100px;
}
.subject .more_info_floor_title {
	padding-bottom: 20px;
}
.more_info_floor .capsule_title {
	padding: 0 21px;
	font-size: 34px;
}
.sub_title_album {
	margin-top: 46px;
}
.album_wrap {
	background: #F5F5F5;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-top: 40px;
	position: relative;
}
.album .album_name {
	font-size: 15px;
	padding: 10px 0;
	display: block;
	text-align: center;
}
.album_wrap .album {
	position: static;
	margin-top: 20px;
}
.album_wrap .album:hover {
	opacity: 0.8;
}
body .album_wrap, body .album_wrap * {
	box-sizing: border-box;
	margin-right: 0;
	margin-left: 0;
}
.album_wrap .album:nth-child(4n):not(:last-child):after {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	border-top: 1px dashed #dddddd;
}
input#newsletter_checkbox:focus ~ .disclaimer_label:before {
	/* display: none; */
	border: 1px solid #0a98b9;
}
.quiz_ans_wrap {
	height: 79px;
	display: inline-block;
	/* max-height: 44px; */
	position: relative;
}
#faq_archive_search_wrap:focus#faq_search_submit {
	border: 3px solid #17b6dd;
	width: 35px;
	height: 35px;
}
.quiz_ans_wrap:focus {
	outline-color: #17b6dd;
}
.sn_wrap a:focus .cls-1 {
	fill: #0a98b9;
}
.new.load_children_with_delay p ,.new.load_children_with_delay span{
	color: #000;
	font-weight: 300;
	text-align: center;
	font-size: 24px;
	line-height: 1.05em;
}



.default_load.loaded, .loaded .default_load,
.load_from_faq.loaded, .loaded .load_from_faq{
	opacity: 1;
	transform: none;
}
.default_load{
	opacity: 0;
	transform: translateY(50px);
	transition: all .6s;
}
.load_from_faq{
	opacity: 0;
	/*transform: translateX(-50px);*/
	transform: translateY(25px);
	transition: all .3s;
}
.instagram_feed_floor .default_load{
	transition-delay: 0.5s;
}
.instagram_feed_floor .default_load.loaded{
	transition-delay:0s;
}
/* News slider in CS lobby */
#news_wrap .new > *{
	opacity: 0;
	transform: translateX(-50px);
	transition: all .3s;
}
#news_wrap .slick-active.new > *{
	opacity: 1;
	transform: none;
}
.nice_to_meet_person, #news_wrap .new{
	background-color: #fff;
}
.form_inside_screen_nav_item[type = "submit"]{
	position: relative;
}
.on_submit_text_cs_form{
	opacity: 0;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .2s;
	line-height: 64px;
}
.on_submit_text_cs_form span{
	display: inline-block;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	margin: 0px 5px;
	background-color: rgba(255, 255, 255, .5);
}
.submitted .on_submit_text_cs_form{
	opacity: 1;
}
.submitted .before_submit_text_cs_form{
	opacity: 0;
	transform: translateX(-100%);
	transition: all .2s;
}
.on_submit_text_cs_form span:nth-child(1){
	animation: bounce 1s ease-in-out infinite;
}

.on_submit_text_cs_form span:nth-child(2){
	animation: bounce 1s ease-in-out 0.33s infinite;
}

.on_submit_text_cs_form span:nth-child(3){
	animation: bounce 1s ease-in-out 0.66s infinite;
}
/*ביטול האנימציות למוביל*/
@media(max-width: 1025px){
	.submitted .before_submit_text_cs_form{
		/*opacity: 1 !important;*/
		/*transform: none !important;*/
	}
	.default_load {
		opacity: 1 !important;
		transform: none !important;
	}
	.load_from_faq {
		opacity: 1 !important;
		transform: none !important;
	}
	#news_wrap .new > * {
		opacity: 1 !important;
		transform: none !important;
	}

}

span.form_text_required {
	text-align: right;
	padding-right: 36px;
	padding-top: 0px;
	display: block;
}
#top_but  {
	/*display: none; !* Hidden by default *!*/
	display: none;
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	/*background-color: red; !* Set a background color *!*/
	/*color: white; !* Text color *!*/
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	/*border-radius: 10px; !* Rounded corners *!*/
	font-size: 18px; /* Increase font size */
	/*background-image: url(./images/arrow_white.svg);*/
}
.top_but_span{
	color:  #d4d4d4;
	font-size: 16px;/* Approximation due to font substitution */
	font-weight: 400;
	line-height: 36px;/* Approximation due to font substitution */
	text-align: right;
}

#myBtn:hover {
	/*background-color: #555; !* Add a dark-grey background on hover *!*/
}
.top_img{
	width: 67px;
	height: 67px;
	margin-right: 17px;
}
.btn_margin_top {
	display: inline-block;
	padding-top: 3px;

}
.btn_margin_top + svg.arrow_w_circle , .btn_margin_top:after ,.btn_margin_top + svg {
	margin-top: -4px;
}
.products_slider_floor_title{
	padding-top: 40px;
}
body .products_slider_floor_title.floor_title_with_text {
	padding-top: 104px;
}
.rich_text_floor{
	padding-top: 100px;
}
.o_m_wrap .btn_registration .btn_margin_top , .cu_footer_text_wrap .btn_registration .btn_margin_top{
	line-height: 34px;
}



