@CHARSET "UTF-8";

@media all and (max-width:1200px){
	.sub_campaign_content{
		margin:0px;
	}
}

@media all and (max-width:960px){
	
	.campaign_campaigns_container .col-1-3, .campaign_campaigns_container .col-1-4{
		width:50%;
	}


	header{
		padding:30px;
		height:87px;
		position:fixed;
		background-color: #fff;	
		-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
	}
	.logo_container{
		top:20px;
		left:12px;
	}
		.logo_container h1{
			font-size: 15px;
		}
		.logo_container h1 span{
			font-size:20px;
			line-height:25px;
		}
		.logo_container h1 i{
			font-size:10px;
		}

	.navbar-toggle {
		display: block;
		width:32px;
		z-index:999;
		border: none;	    
		position:absolute;
		right:30px;
		top:23px;
	}
		.navbar-toggle .icon-bar {
		  width:100%;
		  max-width: 32px;
		  background-color:#000;
		  height:4px;
		  display:block;
		  margin:4px 0px;
		  transition: all 0.4s;
		  -webkit-border-radius: 2px;
		  -moz-border-radius: 2px;
		  border-radius: 2px;
		}
		.navbar-toggle.open .top-bar {
		  transform: rotate(40deg);
		  transform-origin: 10% 10%;
		  -ms-transform: rotate(40deg);
		  -ms-transform-origin: 10% 10%;
		  -webkit-transform: rotate(40deg);
		  -webkit-transform-origin: 10% 10%;
		  margin-left:4px;
		}
		.navbar-toggle .top-bar{
		    transform: rotate(0);
			-ms-transform: rotate(0);
			-webkit-transform: rotate(0);
		}
		
		.navbar-toggle.open .middle-bar {
		  opacity: 0;
		}
		.navbar-toggle .middle-bar{
		    opacity: 1;
		}
		
		.navbar-toggle.open .bottom-bar {
		  transform: rotate(-40deg);
		  transform-origin: 10% 90%;
		  -ms-transform: rotate(-40deg);
		  -ms-transform-origin: 10% 90%;
		  -webkit-transform: rotate(-40deg);
		  -webkit-transform-origin: 10% 90%;
			margin-left:4px;
		}
		.navbar-toggle .bottom-bar{
		    transform: rotate(0);
			-ms-transform: rotate(0);
			-webkit-transform: rotate(0);
		}
	.menu{
		display:none;
		position:absolute;
		background-color:#fff;
		width:100%;
		left:0px;
		top:85px;
		padding:20px 30px 20px;
	}
		.menu ul.main_menu{
			display:block;
		}
			.menu ul.main_menu li{
				display:block;
				text-align:right;
			}
			
		ul.lang_menu{
			float:right;
			margin-top:40px;
		}
	
	.show_mobile{
		display:block;
	}
	.hide_mobile
	{
		display:none;
	}
	.cv_container .col-1-3:not(.ingress)
	{
		width:100%;
		float:none;
		padding-right:0px;
		border:0px !important;
		padding-bottom:0px !important;
	}
}
@media all and (max-width:768px){
	/*body{padding-top:120px;}*/
	.fancybox-toolbar{top:30px;}
	.sub_campaign_container .close{top:30px}
	hr{margin-bottom:60px;width:50%;}
	h1{font-size:30px;margin-bottom:10px;}
	h2{
		font-size:20px;
		margin-bottom:50px;
	}
	section {
		margin-bottom:50px;
	}	
	.footer{
		margin-top:0px;
		padding: 50px 10px 50px;
	}
	.sub_campaign_container h4{
		font-size:16px;
	}
	.sub_campaign_container h2{
		font-size:32px;
		line-height:1.1;
	}
	.cv_container .row{
		display:block;
	}
	
	.cv_container img{margin-bottom:20px;}
	
	
	.cv_container .experience strong{
		font-weight:300;
	}
		.cv_container .experience strong:after{
			content: ",";
		}
		.cv_container .experience strong.no_dot:after{
			content: "";
		}
	.negative-margin p:first-child{
		margin-top:0px;
	}
	
	.cv_container img{
		margin-top:0px;
	}
	.cv_container *{
		text-align:left;
	}
	.cv_container h2{
		margin-top:10px;
	}
	
	.cv_container .ingress_image{
		width:100%;
	}
	.cv_container .ingress{
		padding-left:20px;
		width:100%;
	}
		.cv_container .ingress h1{
			margin:20px 0px 25px;
		}
		.cv_container .ingress h3{
			margin-bottom:20px;	
		}
		.cv_container .ingress p{
			line-height:1.4;
			margin-bottom:20px
		}
	.double_image{max-width:100%;}
	.double_video{max-width:100%;}
		
	.sub_campaign_content{
		padding:38px 28px 0px;
	}
}

@media all and (max-width:550px){
	.print_container > div:last-child{
		margin-bottom:10px;
	}
	.header_spacer{
		height:87px;	
	}
	#film{padding-top:25px;}
	#film > div > div:last-child h3{margin-bottom:35px;}
	.navi h1{font-size:15px;}
	.navi h1 span{font-size:20px;}
	.navi ul.back li {font-size:14px;}
	.no-hover-phone > .campaign_container:after,.no-hover-phone .campaign_content{display:none !important;}
	.phone_hide{display:none;}
	.phone_show{display:block;}
	h1{font-size:20px;margin-bottom:0px;}	
	h2{
		font-size:18px;
	}	
	.campaign_campaigns_container .col-1-2, .campaign_campaigns_container .col-1-3, .campaign_campaigns_container .col-1-4{
		width:100%;
	}
	.cv_container img{
	}
	.sub_campaign_container h4{
		font-size:14px;
		margin-bottom:0px;
	}
	.sub_campaign_container h2{
		font-size:18px;
	}
}