/*==================
 GENERAL
==================*/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

html, body { height: 100%; position: relative; }

/*==================
 TOPBAR SHADOW RESET
==================*/
.topbar {
	-webkit-box-shadow: transparent 0 0 0;
	-moz-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
}


/*==================
 DYNAMIC LOGO
==================*/
.dynlogo {					
	float: left;
	
	height: 74px;
	padding: 0 0 0 0;

	font-size: 36px;
	font-weight: normal;
	
	line-height: 74px;
	
	color: #181818;
	
	text-decoration: none;
}


.SF_logo {
	background-image:url('/i/v3/nav/sflogo.png');
	display: inline-block;
	background-repeat: no-repeat;
	background-size:90px 29px;
	width:90px;height:29px;
}

/*  #Mobile (Portrait) 
================================================== */
    
    /* Note: Design for a width of 320px */
    
    @media only screen and (max-width: 1024px) {
		a.CTAgreen-arrow {
			text-align: center !important;
			line-height: 30px !important;
		}
		
		.topbar {
			position: fixed;
			top: 0;
			left: 0;
			z-index: 9999;
			
			height: 48px;
			
			background: #606060;
		}
		
		.topbar .ft {
			min-width: auto;
			height: 48px;
			padding: 0;
		}
		
		.topbar .ft .right {
			height: 48px;
		}
		
		.topbar .ft .langselect {
			padding: 0;
			vertical-align: middle;
		}
		
		.topbar .ft .langselect select {
			width: 48px;
			height: 48px;
			
			background-color: transparent;
			background-image:url('/i/v3/nav/lang-ico.png');
			background-size:48px 48px;
			background-position: 0 0;
			border: 0;
			border-radius: 0;
			
			overflow: hidden;
			
			-webkit-appearance: none;
       		-moz-appearance: none;
            appearance: none;
            
            text-indent: 10000px;
            
            vertical-align: middle;
            
            padding: 0;
            margin: 0;
		}
		
		.topbar .ft .langselect select:focus {
    	outline: none;
		}
		
		header .flexcontainer {
			margin-top: 48px;
		}
		
		footer {
			
		}
			
			.foot {
				text-align: center;
			}
			.foot img {
				display:block;
				text-align:center;
				margin-right: auto;
				margin-left: auto;
			}
	
    }








/*==================
 FOOTER
==================*/
.footer .columns {
	margin-top: 10px;
}

.partnerlogo {
	/*float: left;
	width: 220px;*/
	margin-top: 10px;
}

.copyright {
	text-align: left;
	margin-top: 30px;
}

.copyright span { display: inline-block;margin-top: 8px; }

.copyright a { border-right: 1px solid #999; padding-right: 12px; margin-right: 12px; white-space: nowrap; }
.copyright a:last-child { border: none; }


.social_fb,.social_google,.social_linkedin,.social_twitter,.social_youtube { display: inline-block;background-repeat: no-repeat; }
.social_fb { background-image: url('/i/V3/template/social_fb.png'); }
.social_google { background-image: url('/i/V3/template/social_google.png'); }
.social_linkedin { background-image: url('/i/V3/template/social_linkedin.png'); }
.social_twitter { background-image: url('/i/V3/template/social_twitter.png'); }
.social_youtube { background-image: url('/i/V3/template/social_youtube.png');  }


/*==================
 LIGHTBOX - edited december 13th, 2016
==================*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	max-width: 95% !important;
	height: auto !important;
	margin: 0 auto;
}

#lightbox-container-image { padding: 10px; }

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 10%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { left: 0; }

#lightbox-nav a { outline: none;}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	max-width: 95%;
	padding: 0 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#lightbox-image-details-caption { font-weight: bold; }

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/*==================
 SERVICE POP-UP
==================*/

#serviceform ul {
    margin: 15px 0 0 0;
	padding: 0px;
}

#serviceform li {
	padding: 0 0 10px 0;
	font-size: 13px;
}

#serviceform input[type="radio"] {
    margin: 0 0 0 10px;
	padding: 0px;
	width: 20px;
	height: 20px;
}

#serviceform span {
	display: inline-block;
	line-height: 18px;	
	width: 320px;
}

.serviceradio {
	float: left;
	display: block;
}

.servicesubmit {
	float: left;
	background-image:url('/i/v3/service_box/service_box_btn.png');
	background-size:93px 34px;
	width: 93px;
	height: 34px;
	cursor: pointer;
	text-align:center;
	color: #FFF;
	font-size: 14px;
	line-height: 32px; 
	text-decoration: none;
	font-weight: bold;
	margin: 10px 0 0 125px;
}

.servicesubmit:hover {
	background-image:url('/i/v3/service_box/service_box_btn_hover.png');
	background-size:93px 34px;
	width: 93px;
	height: 34px;
}

.service-box {
    z-index:100;
  	position:fixed;
  	bottom: -287px;
	left: 20px;
	width: 398px;
	height: 332px;
	overflow: hidden;
	
	-webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
}

.service-box-right {
    z-index:100;
  	position:fixed;
  	bottom:0px;
	right: 20px;
	width: 398px;
	height: 332px;
	overflow: hidden;
}

.service-box.active,
.service-box-right.active {
	bottom: 0;
}


.pop-up-content {
    height: 287px;
	width: 400px;
    background-color: #efefef;
}

.content-look {
	color: #000;
	padding: 15px 20px 15px 20px;
}
.content-look p {
}


.clickbox {
    padding: 15px 10px 15px 20px;
	cursor: pointer;
	width: 368px;
	font-size: 17px;
	line-height: 15px;
	color: #FFF;
	font-weight: normal;
	background: url('/i/v3/service_box/service_box_top.png') no-repeat top left;
	background-position: 0px 0px;
}

.service-box .service-close-btn {
	display: inline-block;
	float: right;
	width: 22px;
	height: 11px;
	margin:  5px 15px 0 0;
}

.service-box .service-close-btn {
    background: url('/i/v3/service_box/service_box_open.png') no-repeat top left;
	background-position: 0px 0px;
}

.service-box.active .service-close-btn {
    background: url('/i/v3/service_box/service_box_close.png') no-repeat top left;
	background-position: 0px 0px;
}

.service-box.active + .pop-up-content {
	background: #f2f2f2;
	background-position: 0px 0px;
}

.service-box + .pop-up-content {
    max-height: 0px;
	overflow:hidden;
}