@import 'fonts/stylesheet.css';

*{
	border: 0;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	box-sizing: border-box; 
}

body{
	font-family: 'montserratregular';
}

.wrapper{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.clear{
	clear: both;
}

.container{
	margin: 0 auto;
	position: relative;
}

h1{
	font-size: 24px;
	font-family: 'montserratbold';
}

h2{
	font-size: 36px;
	font-family: 'montserratbold';
}

h3{
	font-size: 24px;
	font-family: 'montserratbold';
}

h4{
	font-size: 18px;
	font-family: 'montserratregular';
}

a{
	text-decoration: none;
}

ul, ol{
	list-style: none;
}

img{
	max-width: 100%;
	height: auto;
}

header{
	margin-top: 60px;
	position: absolute;
	width: 100%;
    z-index: 1;
}

header .navigation{
	display: none;
}

header .log_in{
	background: none repeat scroll 0 0 #333333;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    height: 75px;
    line-height: 34px;
    margin: 0 auto;
    padding: 17px 20px;
    position: absolute;
    right: 0;
    text-align: right;
}

header .lang {float:right; margin: 25px 0 0 40px;}

header .lang a {
    color:white;
    font-size:12px;
    margin-left:10px;
}

header .lang a.current, header .lang a:hover {
    border-bottom: solid 1px white;
}

header .log_in_box{
	width: 1200px;
	margin: -19px auto 0;
	position: relative;
}

header .log_in_box i{
	display: inline-block;
    font-size: 34px;
    position: absolute;
    right: 115px;
    top: -22px;
	color: #333333;
}

header .santa {position:absolute; top:-2px; left:-7px;}

.dark_header .log_in_box{
	width: 100%;
	margin: 0 auto;
}

.dark_header .log_in_box i{
	display: none;
}

.dark_header .log_in{
	height: 75px;
	width: 100%;
	background: #333333;
	color: #ffffff;
	position: absolute;
	text-align: center;
	padding: 17px 0;
	line-height: 34px;
	border-radius: 0;
}

.dark_header .lang {margin: 10px 0 0 40px;}

.dark_header .santa {display:none;}

.log_in input[type="text"], .log_in input[type="password"]{
	padding: 5px 10px;
	background-color: #333333;
	color: #ffffff;
	border: 1px solid #ffffff;
	width: 220px;
	margin: 0 10px;
	font-size: 16px;
	font-family: 'montserratbold';
}

.log_in input[type="submit"], .contact_popup input[type="submit"]{
	background-color:#d6162f;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'montserratbold';
    font-size: 16px;
    margin: 0 auto;
    padding: 5px 10px;
}

.contact_popup input[type="submit"]{
	display: block;
	padding: 5px 40px;
}

.contact_container{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.contact_bg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

.contact_popup{
	width: 460px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -230px;
	background: #ffffff;
	z-index: 2;
	padding: 50px 20px;
	border-radius: 10px;
	text-align: center;
}

.contact_popup .blue{
	color: #275385;
	margin-top: 20px;
	line-height: 28px;
}

.contact_popup .gray{
	color: #32363a;
	margin-top: 25px;
}

.contact_popup form{
	margin-top: 35px;
	text-align: left;
}

.contact_popup input[type="email"], .contact_popup input[type="text"], .contact_popup textarea{
	padding: 10px 15px;
	border-radius: 3px;
	background-color: #efefef;
	border: 1px solid #c5c5c5;
	font-family: 'montserratregular';
	font-size: 16px;
	color: #7a7a7a;
	width: 100%;
	margin-bottom: 15px;
}

.contact_popup input[type="checkbox"]{
	padding: 10px 15px;
	border-radius: 3px;
	background-color: #efefef;
    -webkit-appearance: checkbox;
    border: 1px solid #c5c5c5;
	color: #7a7a7a;
	margin-bottom: 15px;
}    

.contact_popup select, .five form select{
	padding: 10px 15px;
	border-radius: 3px;
	background-color: #efefef;
	border: 1px solid #c5c5c5;
	font-family: 'montserratregular';
	font-size: 16px;
	color: #7a7a7a;
	width: 100%;
	margin-bottom: 15px;
}

.contact_popup option, .five form option{
	padding: 0px 15px;
}

.contact_popup option:hover, .five form option:hover{
	color: #ff0000;
	background-color: #efefef;
}


.selectbox:before {
    color: #c5c5c5;
    content: "";
    font-family: FontAwesome;
    pointer-events: none;
    position: absolute;
    right: 13px;
    top: 13px;
    z-index: 1;
}

.selectbox:after {
    background-color: #efefef;
    bottom: 16px;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 40px;
}

.selectbox {
    display: inline-block;
    position: relative;
    width: 100%;
}

.contact_popup span{
	display: block;
	font-family: 'montserratregular';
	font-size: 12px;
	color: #32363a;
	margin-bottom: 5px;
}

.close_popup{
	display: block;
	height: 23px;
	width: 23px;
	background: url('images/close_popup.png');
	position: absolute;
	top: -20px;
	right: -20px;
}

.close_popup:hover{
	background: url('images/close_popup_hover.png');
}

.dark_header{
	margin-top: 0px;
	position: fixed;
	z-index: 999;
	height: 55px;
}

.dark_header .header_container{
	width: 100%;
	height: 100%;
	padding: 5px 0;
	background: rgba(214, 108, 45, 0.85);
	display: none;
}

.dark_header:hover .header_container{
	display: block;
}

.dark_header .logo img{
	height: 40px;
	width: auto;
}

.dark_header .user_link{
	padding-top: 10px;
}

.dark_header .navigation{
	display: table;
	margin: 0 auto;
	padding-top: 13px;
}

.dark_header .navigation li{
	float: left;
	margin-right: 10px;
}

.dark_header .navigation li:last-child{
	margin: 0;
}

.dark_header .navigation li a{
	color: #ffffff;
}

.dark_header .navigation li a:hover, .dark_header .navigation .active{
	color: #cd402b;
}

.logo{
	float: left;
}

.user_link{
	float: right;
	padding-top: 25px;
}

.user_link a{
	padding: 7px 12px;
	font-size: 16px;
	color: #ffffff;
}

.user_link a:hover{
	padding: 5px 10px;
	border: 2px solid #ffffff;
	border-radius: 7px;
}

nav{
	position: fixed;
	z-index: 999;
	right: 20px;
	top: 45%;
	border: 1px solid #ffbd3d;
	padding: 10px;
	border-radius: 30px;
}

nav a{
	color: #ffbd3d;
	line-height: 23px;
	display: inline-block;
}

nav a:hover, nav .active{
	color: #ff6800;
}


.bcg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
}

.first .bcg{
	background-image: url('images/first_bg.png');
}

.first .container{
	width: 780px;
	padding-top: 200px;
	padding-bottom: 60px;
	text-align: center;
	color: #ffffff;
}

.first .container img{
	margin-top: 40px;
}

.first .container h4{
	margin-top: 40px;
	text-transform: uppercase;
}

.first .container ul{
	display: table;
	margin: 50px auto 25px;
}

.first .container ul li{
	float: left;
	margin-right: 10px;
}

.first .container ul li a{
	color: #ffffff;
}

.first .container ul li:last-child{
	margin: 0;
}

.first .container ul li a:hover, .first .container ul .active{
	color: #ffcc00;
}

.first .container .down_arrow{
	display: table;
	margin: 40px auto 0;
}

.first .container .down_arrow img{
	padding: 0;
	margin: 0;
}

.title{
	text-transform: uppercase;
}


.second_title{
	color: #275385;
}

.title span{
	font-size: 30px;
	display: inline-block;
	border-style: solid;
	border-width: 3px;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	text-align: center;
}

.second{
	background: url('images/pat_section1.png');
	padding-top: 65px;
	padding-bottom: 60px;
	text-align: center;
}

.second .title{
	color: #f21110;
}

.second .subtitle{
	margin-top: 30px;
	color: #275385;
}

.column_left{
	width: 50%;
	float: left;
}

.column_right{
	width: 50%;
	float: right;
}

.second .column_left, .second .column_right{
	padding-top: 50px;
}

.second .column_left h4, .second .column_right h4{
	color: #959595;
	padding: 5px 10px;
	display: inline-block;
	border: 2px solid #959595;
	border-radius: 10px;
	margin-bottom: 30px;
}

.second .column_left .diagram, .second .column_right .diagram{
	margin-bottom: 20px;
    width:50%;
}


.second .column_left .riskbar{
	margin-bottom: 50px;
    width:60%;
}

.second .column_right .riskbar{
	margin-bottom: 50px;
    width:60%;
}

.second .column_left ul li, .second .column_right ul li{
	padding-left: 25px;
	background: url('images/check.png') center left no-repeat;
	font-size: 18px;
	color: #959595;
	display: inline-block;
}

.second .column_right ul{
	margin-left: 180px;
	text-align: left;
}

.second .column_right ul li{
	display: block;
}

.second .column_right ul, .second .column_left ul{
	margin-bottom: 50px;
	font-family: 'montserratregular';
}

.second .second_title, .third .second_title{
	margin-bottom: 40px;
}

.second .button{
	margin-bottom: 30px;
	font-size: 24px;
	color: #ffffff;
	padding: 10px 30px;
	background: #D6162F;
	border-radius: 10px;
	display: inline-block;
	cursor: pointer;
}

.second .imgContainer {
	position:relative;
	width:394px;
	height:266px;
	margin:0 auto 40px;
}

.second h3{
	color: #275385;
	padding-bottom: 10px;
}

.second .imgContainer img {position:absolute;}
	
.second .column_left .truck {bottom:64px; left:126px;}
.second .column_left .security {bottom:0; left:121px;}
.second .column_left .brand {top:50px; right:0;}
.second .column_left .shipping {top:50px; left:10px;}

.second .column_right .truck {bottom:64px; left:126px;}
.second .column_right .security {bottom:0; left:117px;}
.second .column_right .brand {bottom:90px; left:0;}
.second .column_right .shipping {top:50px; left:10px;}
.second .column_right .manufacturers {top:0; left:104px;}
.second .column_right .checktracks {top:50px; right:0;}
.second .column_right .api {top:140px; right:34px;}

.second .imgContainer .tiles {opacity: 0;}


.clock{
	position: absolute;
	top: 130px;
	left: -210px;
}


@media (max-width:1000px) {
	.second .imgContainer {
		display:none;
	}
	.second .diagram {
		display:inline;
	}
}

/*@media (min-width:1001px) {
	.second .diagram {
		display:none;
	}
}*/

.second .column_left {
	
}


.third .button{
	margin-bottom: 60px;
	font-size: 24px;
	color: #ffffff;
	padding: 10px 30px;
	background-color: #D6162F;
	border-radius: 10px;
	display: inline-block;
	cursor: pointer;
/*    background-image: url(images/snowflakes.png);*/
}

.six .button{
	margin-bottom: 60px;
	font-size: 24px;
	color: #ffffff;
	padding: 10px 30px;
	background: #275385;
	border-radius: 10px;
	display: inline-block;
	cursor: pointer;
}

.six .button:hover{
	background: #103E70;
}

.button i{
	margin-right: 10px;
}

.seven .button{
	margin-bottom: 60px;
	font-size: 24px;
	color: #ffffff;
	padding: 10px 30px;
	background: #B9D237;
	border-radius: 10px;
	display: inline-block;
	cursor: pointer;
}

.seven .button:hover{
	background: #97AD1B;
}

.seven ul li {
    position:relative;
}

.seven ul li img {
    position:absolute;
    top:0;
    right:27px;
    z-index: 1;
}

.second .button:hover, .third .button:hover{
	background: #B50E21;
}

.third{
	background: url('images/third_section.png') repeat #f5f5f5;
	padding-top: 65px;
	padding-bottom: 60px;
}

.third .title{
	color: #f21110;
    background-position: bottom left;
}

.third .subtitle{
	margin-top: 10px;
	color: #275385;
	margin-bottom: 10px;
}

.third .thirdtitle{
	color: #32363a;
}

.third ul{
	margin-top: 30px;
	font-size: 16px;
	color: #32363a;
	font-family: 'montserratregular';
}

.third ul li{
	margin-bottom: 15px;
}

.third ul li span{
	display: inline-block;
	line-height: 20px;
	height: 20px;
	width: 20px;
	text-align: center;
	border-radius: 100%;
	color: #ffffff;
	background: #f21110;
	margin-right: 10px;
}

.third .benefits{
	width: 1050px;
	margin: 100px auto 60px;
}

.third .arrow{
	width: 1000px;
	height: 39px;
	margin: 0 auto;
	position: relative;
}

.third .arrow .grey-arrow{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

.third .arrow .gradient_arrow{
	width: 0px;
	height: 39px;
	background: #f6921d; /* Old browsers */
background: -moz-linear-gradient(left,  #f6921d 0%, #0f9b00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f6921d), color-stop(100%,#0f9b00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f6921d 0%,#0f9b00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f6921d 0%,#0f9b00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f6921d 0%,#0f9b00 100%); /* IE10+ */
background: linear-gradient(to right,  #f6921d 0%,#0f9b00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6921d', endColorstr='#0f9b00',GradientType=1 ); /* IE6-9 */

	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}

.third .arrow .white-arrow{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 3;
}

.popup_blue div{
	background: url('images/popup.png') no-repeat center center;
	width: 75px;
	height: 70px;
	float: left;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin: 0 59px;
}

.popup_blue div:first-child{
	margin-left: 0;
}

.popup_blue div:last-child{
	margin-right: 0;
	margin-left: 50px;
}

.popup_blue div span{
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	padding-top: 5px;
	display: block;
}

.third .gren_boxes{
	text-align: center;
}

.third .gren_boxes li{
	display: inline-block;
	padding-left: 20px;
	margin: 0 50px 15px;
	background-image: url('images/green-box.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.gren_boxes .green_bifat{
	background-image: url('images/green-box-checked.png')!important;
}

.third .final_part{
	text-align: center;
}

.fourth .bcg{
	background-image: url('images/third_bg.jpg');
	padding-top: 65px;
	text-align: center;
	padding-bottom: 60px;
}

.fourth .title{
	color: #275385;
}

.fourth .subtitle{
	margin-top: 30px;
	color: #ffffff;
}

.fourth .e-catalog{
	position: absolute;
	top: 90px;
	right: 20px;
}

.fourth form, .five form{
	width: 380px;
	padding: 25px;
	background: #ffffff;
	margin: 50px auto;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.36);
	-moz-box-shadow:    0px 0px 16px 0px rgba(0, 0, 0, 0.36);
	box-shadow:         0px 0px 16px 0px rgba(0, 0, 0, 0.36);
}

.fourth form h4, .five form h4{
	text-transform: none;
	color: #275385;
	margin-bottom: 10px;
	font-family: 'montserratbold';
}

.fourth form h5{
	font-family: 'montserratregular';
	font-size: 16px;
	color: #275385;
	margin-bottom: 10px;
}


.fourth form input[type="text"], .five form input[type="text"]{
	padding: 10px;
	background: #efefef;
	color: #7a7a7a;
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	font-size: 16px;
	font-family: 'montserratregular';
	width: 320px;
	margin-bottom: 12px;

}

.fourth form input[type="submit"]{
	font-size: 16px;
	color: #ffffff;
	padding: 10px 30px;
	font-family: 'montserratregular';
	background-color: #D6162F;
	margin: 0 auto;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
}


.five form input[type="submit"]{
	font-size: 16px;
	color: #ffffff;
	padding: 10px 30px;
	font-family: 'montserratregular';
	background-color: #D6162F;
	margin: 0 auto;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	width: 100%;
/*    background-image: url(images/snowflakes.png);*/
}


.fourth form input[type="submit"]:hover, .five form input[type="submit"]:hover{
	background-color: #B50E21;
}

.thanks_bg, .tracking_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.thanks, .tracking{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	padding: 70px 120px;
	background: #ffffff;
	border-radius: 10px;
	text-align: center;
	display: none;
}

.thanks h3, .tracking h3{
	margin-top: 40px;
	font-family: 'montserratbold';
	font-size: 36px;
	color: #729559;
}

.thanks span, .tracking span{
	font-family: 'montserratregular';
	font-size: 18px;
	color: #999999;
}

.thanks .button, .tracking .button{
	display: inline-block;
	margin-top: 40px;
	font-size: 18px;
	color: #ffffff;
	padding: 10px 15px;
	background-color: #729559;
	border-radius: 5px;
	cursor: pointer;
/*    background-image: url(images/snowflakes.png);*/
}

.thanks .button:hover, .tracking .button:hover{
	background: #4e6d38;
}

.log_in input[type="submit"]:hover, .contact_popup input[type="submit"]:hover{
	background-color: #B50E21;
	cursor: pointer;
}

.five form input[type="text"]{
	width: 100%;
}

.five .e-catalog{
	position: absolute;
	top: 140px;
	right: 60px;
}

.fourth form span{
	font-size: 13px;
	color: #959595;
	text-align: center;
	margin-bottom: 10px;
	display: inline-block;
}

.fourth form span a{
	color: #959595;
}

.parteneri{
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 90px;
}

.fourth .parteneri ul{
	display: table;
	margin: 0 auto;
}

.fourth .parteneri ul li{
	float: left;
	margin-left: 40px;
	display: inline-block;
}

.fourth .parteneri ul li:first-child{
	margin-left: 0;
}

.five .bcg{
	background-image: url('images/third_bg.png');
	padding-top: 65px;
	text-align: center;
	padding-bottom: 120px;
}

.five .title{
	color: #d6162f;
}

.five .subtitle{
	color: #ffffff;
	margin-top: 50px;
}

.five p{
	font-family: 'montserratregular';
	font-size: 16px;
	color: #ffffff;
	margin-top: 50px;
	margin-bottom: 30px;
	display: inline-block;
}

.six .bcg{
	background-image: url('images/fourth_bg.png');
	padding-top: 65px;
	text-align: center;
	padding-bottom: 60px;
}

.six .title, .six .subtitle{
	color: #275385;
	margin-bottom: 20px;
}

.six h4{
	margin-top: 15px;
	color: #ffffff;
	margin-bottom: 50px;
}

.six img{
	margin-bottom: 60px;
}

.seven{
	position: relative;
	min-height: 100%;
}

.seven .wrapper{
	padding-top: 65px;
	text-align: center;
	padding-bottom: 15px;
}

.seven .title {
    color:#fff;
    margin-bottom: 25px;
}

.seven .subtitle{
	color: #ffffff;
	padding-bottom: 40px;
}

.seven ul{
	margin-top: 50px;
	margin-bottom: 90px;
}

.seven ul li{
	display: inline-block;
	color: #ffffff;
	font-size: 46px;
	padding: 0 25px;
}

.seven .seven_experts{
	font-size: 30px;
	font-family: 'montserratbold';
	color: #ffffff;
	margin-bottom: 120px;
	display: inline-block;
}

.moon{
	width: 55%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/moon.png');
	background-repeat: no-repeat;
	background-position: 30px 60px;
	background-color: #275385;
}

.sun{
	width: 50%;
	height: 100%;
	padding-top: 60px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #98d2e4;
}

.sun .sun_image{
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url('images/sun.png');
	width: 110px;
	height: 110px;
	position: absolute;
	right: 20px;
}

footer{
	background: #ffffff;
	width: 100%;
	color: #275385;
	font-size: 14px;
	text-align: center;
	padding: 30px;
}

@media all and (max-width: 1200px){
	.wrapper, header .log_in_box{
		width: 980px;
	}
	.second .column_right ul{
		margin-left: 110px;
	}
	.third .benefits{
		width: 100%;
	}
	.third .arrow{
		width: 930px;
	}
	.third .arrow .gradient_arrow{
		height: 36px;
	}
	.popup_blue div{
		margin: 0 52px;
	}
	.popup_blue div:last-child{
		margin-left: 35px;
	}
	.fourth .e-catalog, .five .e-catalog{
		right: -10px;
		top: 130px;
	}

	.clock {
		position: absolute;
		top: 250px;
		left: -100px;
	}

}

@media all and (max-width: 980px){
	.wrapper, .first .container, header .log_in_box{
		width: 768px;
	}
	.second .column_left, .second .column_right{
		width: 45%;
	}
	.second .column_right h4{
		margin-bottom: 70px;
	}
	.second .column_right ul{
		margin-left: 20px;
	}
	.third .arrow{
		width: 730px;
	}
	.third .arrow .gradient_arrow{
		height: 29px;
	}
	.popup_blue div{
		margin: 0 33px;
	}
	.popup_blue div:first-child{
		margin-right: 24px;
	}
	.popup_blue div:last-child{
		margin-left: 21px;
	}
	header .log_in{
		padding: 17px 5px;
	}
	.fourth .e-catalog, .five .e-catalog{
		right: -10px;
		top: 160px;
	}
	.fourth .e-catalog img, .five .e-catalog img{
		width: 50%;
	}

	.clock{
		display: none;
	}
}

@media all and (max-width: 768px){
	.wrapper, .first .container, header .log_in_box{
		width: 480px;
	}
	.second .column_right h4 {
    	margin-bottom: 50px;
	}

	.fourth .e-catalog, .five .e-catalog {
    	right: -79px;
    	top: 168px;
	}
	.third .arrow {
	    width: 460px;
	}
	.third .arrow .gradient_arrow {
	    height: 18px;
	}
	.third .gren_boxes li{
		margin: 0 10px 15px;
	}
	.popup_blue div {
	    margin: 0 3px;
	}
	.popup_blue div:first-child {
	    margin-right: 1px;
	}
	.popup_blue div:last-child {
	    margin-left: 5px;
	}
	.third .benefits {
    	margin: 10px auto;
	}
	header .log_in input[type="text"]{
		width: 345px;
		margin: 5px 10px;
	}
	.log_in input[type="submit"]{
		margin-right: 10px;
	}
	header .log_in{
		height: auto;
	}
	.dark_header .log_in{
		height: auto;
	}
	.dark_header .log_in input[type="text"]{
		width: 400px;
	}
    
    .third .title{
	background:none;
}
}

@media all and (max-width: 480px){
	.wrapper, .first .container, header .log_in_box{
		width: 320px;
	}
	h1, h2{
		font-size: 18px;
	}
	h3{
		font-size: 16px;
	}
	h4{
		font-size: 14px;
	}
	body{
		font-size: 12px;
	}
	header{
		text-align: center;
		margin-top: 10px;
	}
	header .logo, header .user_link{
		float: none;
	}
	.first .container{
		padding-bottom: 20px;
    	padding-top: 160px;
	}
	.title span{
		font-size: 18px;
		height: 28px;
		width: 28px;
	}
	.second, .third, .fourth .bcg, .five .bcg, .six .bcg, .seven{
		padding-top: 20px;
	}
	.second .column_left h4, .second .column_right h4{
		margin-bottom: 15px;
	}
	.second .column_left .diagram, .second .column_right .diagram{
		margin-bottom: 15px;
	}
	.second .column_left .riskbar{
		margin-bottom: 10px;
	}
	.second .column_right ul, .second .column_left ul{
		margin-bottom: 20px;
	}
	.second .column_left, .second .column_right {
	    width: 100%;
	    padding-top: 20px;
	}
	.column_left, .column_right{
		float: none;
		width: 100%;
	}
	.seven .wrapper{
		padding-top: 105px;
	}
	.seven ul{
		margin: 0;
	}
	.seven .seven_experts{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.second .button, .third .button, .six .button, .seven .button{
		font-size: 14px;
	}
	.fourth form input[type="submit"], .five form input[type="submit"]{
		font-size: 14px;
	}
	.fourth form, .five form{
		width: 320px;
	}
	.fourth form input[type="text"], .five form input[type="text"]{
		font-size: 12px;
		width: 270px;
	}
	.fourth .e-catalog, .five .e-catalog {
	    position: relative;
	    right: 0;
	    top: 22px;
	}
	.dark_header, nav, .benefits{
		display: none;
	}
	.fourth .parteneri ul li {
	    display: block;
	    float: left;
	    margin-bottom: 10px;
	    margin-left: 0;
	    width: 100%;
	}
	header .log_in{
		margin-top: 40px;
	}
	header .log_in input[type="text"]{
		width: 210px;
	}
	header .log_in_box i{
		right: 192px;
    	top: 19px;
	}
	.contact_popup{
		margin-left: -160px;
		width: 320px;
	}
	.thanks{
		padding: 20px 40px;
	}
	header .santa {left:63px;}
    
}

@media all and (max-width: 320px){
	.wrapper{
		padding: 0 10px;
	}
	.contact_popup{
		margin-left: -150px;
		width: 300px;
	}
}


.garland_left {
    position:absolute;
    left:0;
    top:0;
    width:189px;
}

.garland_left img {width:100%;}

.garland_right {
    position:absolute;
    right:0;
    top:0;
    width:199px;
}

.garland_right img {width:100%;}

@media all and (max-width: 1350px){
	.garland_left {width:100px;}
    .garland_right {width:110px;}
}

@media all and (max-width: 570px){
	.garland_left {display:none;}
    .garland_right {display:none;}
}

.sign_up_button {position:relative;}
.sign_up_button img {position:absolute; top:-10px; left:-30px;}

input[type="submit"] {
/*   background-image: url(images/snowflakes.png);*/
    background-position: center;
}
