/*==================
 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;
}


/*==================
 NAVIGATION
==================*/

html.navigation-open, body.navigation-open { overflow: hidden; } /*lock body scroll when mobile navigation is opened*/

.sfprobg {
	background: #dbd8c1;
}	

.rcprobg {
	background: #c8daf5;
}

.fdprobg {
	background: #ffea67;
}

.vfprobg {
	background: #b9eb89;
}

.swprobg {
	background: #fddb95;
}

.dlprobg {
	background: #b1d0ce;
}

.dvprobg {
	background: #984034;
}

#navigationToggle{
	display: none;
}

#navigation {
	float:right;
	margin: 0px;
	padding: 0px;
}

nav ul, nav ul ul {
	padding: 0;
	margin:15px 0 0 0;
	list-style: none;
	
	float:right;
	height:59px;
}

nav ul li {
	margin:15px 0 0 0;
	position:relative;
	float: left;
	vertical-align:middle;
	
	overflow:visible;
}

nav ul li a {
	display: block;

	padding:0 10px;

	color:#606060;
	font-size:14px;
	font-weight: normal;
		
	text-decoration:none;	
	
	line-height:30px;
	
	vertical-align:middle;
}

nav ul li a:hover,
nav ul li a:active,
nav ul li a:visited {
	color:#606060;
}
nav ul li ul {
	display:none;
	position: absolute;
		
	
	width:230px;
	
	padding:10px 0 0 0;
	
	/*positioning dropdown centered to parent item*/
	left:50%;
	margin:0 0 0 -115px;
	
	height:auto;
	
	z-index:1000;
	
	
	background:transparent url(/i/v3/nav/nav_arrow.png) no-repeat top center;
}

	nav ul li ul li {
	float:none;

	width:230px;
	height:55px;

	margin:0;

	background:#fff;
	
	border:0; /*reset inherited border*/
	border-left:1px solid #d8d8d8;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
		nav ul li ul li:hover {
			background:#f2f2f2;
		
			border-bottom:1px solid #ccc;
		}
		nav ul li ul li a,
		nav ul li ul li a:hover {
			height:auto;
		
			padding:10px 10px;
		
			color: #404040;
			font-size:12px;
			line-height:35px;
				
			text-decoration:none;
		}
		nav ul li ul li a img {
			display: inline;
			text-align: center;
		}
		
		nav ul li ul li a span {
			display: none;
		} 

nav ul li:hover ul {
	display:block;
}

nav ul li:hover ul,
nav ul li.sfhover ul {
	display:block;
}

.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;
}

/*
nav a:visited { color: #606060; }*/


/*  #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 {
			
		}
		    
		#navigationToggle{
    		position: fixed;
    		z-index: 9999;
    		top: 2px;
    		left: 0px;
			height: 48px;
			display: block;
			margin: 0;
			padding: 0;
			color: #fff;
			
			font-size: 11px;
			vertical-align: middle;
    	}
    	
    		#navigationToggle img{
    			width: 48px;
    			height: 48px;
    			
    			margin-top: -2px;
    			
    			vertical-align: middle;
    		}

		
		#navigation {
			position:fixed;
			top: 0;
			right: 0;
			
			z-index: 8888;
			
			margin: 48px 0 0 0;
			padding: 0 0 0 0;
			
			border-top: 1px solid #808080;
			
			width: 100% !important;
			height: 100% !important;
			clear:both;
			
			background: #606060;
			
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
		}
		
		nav ul li a, nav ul li a:hover, nav ul li a:active, nav ul li a:visited {
			display: block;
			
			line-height: 48px;
			
			color: #fff;
			text-decoration: none;
			
			font-size: 16px;
		}
		
		nav ul {
			padding: 0 0 48px 0;
		} 
		
		nav ul ul {
			padding: 0 0; 
		}
		
		nav ul, nav ul ul {
			margin:0 0;
			list-style: none;
		
			float: none;
			height: auto;
		}
		
		nav ul li {
			float: none;
			
			padding: 0 0;
			margin: 0;
			
			background: transparent;
			background-image: none !important;
			
			border-bottom: 1px solid #808080;
			
			text-align: justify;
		}
			nav ul li a {
				padding: 0 10px;
				
				display: block;
				color: #fff;
			}
		
		nav ul li ul {
			display: none;
			position: inherit;
				
	
			z-index: 100000;
	
			width: auto;
			height:auto;
	
			padding:0 0 0 0;
	
			/*positioning dropdown centered to parent item*/
			left:0;
			margin:0 0 0 0;
			
			background: #505050 none;
	
			-webkit-box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    		box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.2);
	
		}	
		
		nav ul li ul li {
			float:none;

			width: auto;
			height: auto;

			margin:0;

			background: transparent;
			
			border:0; /*reset inherited border*/
			
			border-bottom: 1px dotted #606060;
		}	
		
			nav ul li ul li:hover {
				background: #f2f2f2;
			}
		
			nav ul li ul li a, nav ul li ul li a:visited, nav ul li ul li a:active {
				padding: 0 20px;
				font-size: 14px;
				line-height: 48px;
				
				color: #fff;
			}
			
			nav ul li ul li a:hover {
				padding: 0 20px;
				
				font-size: 14px;
				line-height: 48px;
				
				color: #606060;
				
			}
		
			nav ul li ul li a img {
				display: none;
			} 
			
			nav ul li ul li a span {
				display: inline;
			}
			
			.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 {
	margin-top: 30px;
}

.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-right: 10px;
	margin-top: 0px;
	padding: 0px;
	width: 20px;
	height: 20px;
}

#serviceform span {
	display: inline-block;
	line-height: 18px;	
	width: 300px;
}

.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: 0px 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: -237px;
	left: 20px;
	width: 398px;
	height: 282px;
	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: 282px;
	overflow: hidden;
}

.service-box.active,
.service-box-right.active {
	bottom: 0;
}


.pop-up-content {
    height: 237px;
	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;
}