@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext');

*{
	box-sizing:						border-box;
}
html{
	overflow-x:						hidden;
}
body{
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	padding: 0;
	overflow-x:	hidden;
	background-color: #ffffff;
	color: #333333;
}

nav{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #ffffff;
	width: 100%;
	z-index: 1000;
	height: 85px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.3);
}
@media (max-width: 992px){
	nav{
		height: 65px;
		line-height: 0;
	}
}
nav h1{
	width: 224px;
	height: 55px;
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 0;
}
@media (max-width: 992px){
	nav h1{
		height: 43px;
		width: 180px;
		margin: 0px 0 0 10px;
		line-height: 0;
	}
}

nav h1 a{
	width: 100%;
	height: 100%;
	background-image: url(../img/logo.png);
	color: transparent;
	font-size: 0;
	display: inline-block;
}
@media (max-width: 992px){
	nav h1 a{
		background-size: 100%;
		margin-top: -5px;
	}
}
nav .login{
	display: inline-block;
	float: right;
	width: 200px;
	height: 85px;
	position: absolute;
	top: 0;
	right: 0px;
	color: #1d3559;
	list-style: none;
	line-height: 85px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	padding: 0 0 0 35px;
	background-image: url(../img/ic_login.png);
	background-position: 25px center;
	background-repeat: no-repeat;
	margin: 0;
	text-transform: uppercase;
	border-left: 1px solid #eeeeee;
	transition: all .3s ease;
}
@media (max-width: 992px){
	nav .login{
		width: 65px;
		height: 65px;
		color: transparent;
		font-size: 0;
		background-position: center;
	}
}

nav .mobilenav{
	width: 65px;
	height: 65px;
	position: absolute;
	right: 65px;
	border-left: 1px solid #eeeeee;
	background-position: center;
	background-image: url(../img/mobile_nav.png);
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}
@media (max-width: 992px){
	nav .mobilenav{
		display: inline-block;
	}
}

nav .login:hover{
	color: #d73f2e;
	text-decoration: none;
	background-image: url(../img/ic_login_h.png);
}
nav ul.lang{
	display: inline-block;
	float: right;
	width: 85px;
	height: 85px;
	position: absolute;
	top: 0;
	right: 0;
	color: #1d3559;
	list-style: none;
	line-height: 85px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	border-left: 1px solid #eeeeee;
	display: none;
}
nav ul.menu{
	float: right;
	height: 85px;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	right: 215px;
}
@media (max-width: 992px){
	nav ul.menu{
		display: none;
		right: 0;
		background-color: #ffffff;
		top: 65px;
		height: auto;
		padding: 7.5px 5px;
		text-align: right;
	}
}
nav ul.menu li{
	display: inline-block;
	height: 85px;
	margin: 0px 5px;
}
@media (max-width: 992px){
	nav ul.menu li{
		display: block;
		height: auto;
	}
}
nav ul.menu li a{
	color: #1d3559;
	text-transform: uppercase;
	line-height: 85px;
	font-weight: 700;
	height: 85px;
	display: block;
	padding: 0px 10px;
	transition: all .3s ease;
}
@media (max-width: 992px){
	nav ul.menu li a{
		display: block;
		height: auto;
		padding: 15px 10px;
		line-height: 18px;
	}
}
nav ul.menu li a:hover{
	text-decoration: none;
	color: #d73f2e;
}

header{
	height: 650px;
	width: 100%;
	display: block;
	background-image: url(../img/bg_header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 4px solid #034b94;
	margin-top: 80px;
}
@media (max-width: 992px){
	header{
		padding-bottom: 100px;
		height: auto;
		margin-top: 65px;
	}
}
header h1{
	font-size: 60px;
	font-weight: 800;
	color: #ffffff;
	text-align: center;
	margin-top: 170px;
}
@media (max-width: 992px){
	header h1{
		font-size: 36px;
	}
}
header p{
	text-align: justify;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	margin-top: 25px;
	color: #ffffff;
}
header.subpage{
	height: auto;
	padding-bottom: 80px;
}

.top_boxes{
	margin-top: -150px;
	position: absolute;
	z-index: 2;
	width: 100%;
}
@media (max-width: 992px){
	.top_boxes{
		margin-top: 0;
		padding-top: 70px;
		position: relative;
		background-color: #eeeeee;
	}
}
.top_boxes .box1{
	background-color: #ffffff;
	border-top: 3px solid #034b94;
	position: relative;
	text-align: center;
	box-shadow: 0px 10px 20px rgba(0,0,0,.10);
}
.top_boxes .box1:before{
	content: "";
	width: 102px;
	height: 102px;
	background-image: url(../img/top_boxes_1.png);
	display: inline-block;
	position: absolute;
	top: -51px;
	left: 50%;
	margin-left: -51px;
}
.top_boxes .box1 h2{
	color: #034b94;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-top: 55px;
}
.top_boxes .box1 h2 span{
	padding: 0px 15px;
	display: inline-block;
	background-color: #ffffff;
}
.top_boxes .box1 h2:after{
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	margin-top: -16px;
	background-color: #eeeeee;
}
.top_boxes .box1 p{
	color: #777777;
	font-size: 16px;
	line-height: 24px;
	margin: 35px 20px 10px 20px;
	text-align: center;
}
.top_boxes .box1 a{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 30px;
	color: #ffffff;
	background-color: #034b94;
	margin: 12px auto 25px;
	transition: all .3s ease;
}
.top_boxes .box1 a:hover{
	background-color: #0066c1;
	text-decoration: none;
}

.top_boxes .box2{
	background-color: #ffffff;
	border-top: 3px solid #d73f2e;
	position: relative;
	text-align: center;
	box-shadow: 0px 10px 20px rgba(0,0,0,.10);
}
@media (max-width: 992px){
	.top_boxes .box2{
		margin-top: 80px;
	}
}
.top_boxes .box2:before{
	content: "";
	width: 102px;
	height: 102px;
	background-image: url(../img/top_boxes_2.png);
	display: inline-block;
	position: absolute;
	top: -51px;
	left: 50%;
	margin-left: -51px;
}
.top_boxes .box2 h2{
	color: #d73f2e;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-top: 55px;
}
.top_boxes .box2 h2 span{
	padding: 0px 15px;
	display: inline-block;
	background-color: #ffffff;
}
.top_boxes .box2 h2:after{
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	margin-top: -16px;
	background-color: #eeeeee;
}
.top_boxes .box2 p{
	color: #777777;
	font-size: 16px;
	line-height: 24px;
	margin: 35px 20px 10px 20px;
	text-align: center;
}
.top_boxes .box2 a{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 30px;
	color: #ffffff;
	background-color: #d73f2e;
	margin: 12px auto 25px;
	transition: all .3s ease;
}
.top_boxes .box2 a:hover{
	background-color: #b23729;
	text-decoration: none;
}

.how{
	padding: 0px 0px 50px;
}
.how .content{
	text-align: center;
	padding-top: 60px;
	height: 480px;
	overflow: hidden;
	position: relative;
}
.how .content .fadebox{
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: 0;
	z-index: 100;
}
.how .content .title1{
	color: #034b94;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	display: block;
	width: 280px;
	text-align: center;
	margin-bottom: 40px;
}
@media (max-width: 992px){
	.how .content .title1{
		text-align: center;
		width: 100%;
	}
}
.how .content .title2{
	color: #d73f2e;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	display: block;
	width: 280px;
	text-align: center;
	margin-bottom: 40px;
}
@media (max-width: 992px){
	.how .content .title2{
		text-align: center;
		width: 100%;
	}
}
.how .content .sizebox{
	width: 280px;
}
@media (max-width: 992px){
	.how .content .sizebox{
		display: block;
		width: 100%;
		text-align: center;
	}
}
.how .right .sizebox{
	float: right;
}
@media (max-width: 992px){
	.how .right .sizebox{
		display: block;
		width: 100%;
	}
}
@media (max-width: 992px){
	.how .righttop{
		display: none;
	}
}
.how .left{
	overflow: hidden;
	border-right: 1px solid #dddddd;
}
.how .right{
	overflow: hidden;
}
.how .left .item{
	margin-bottom: 35px;
}
.how .right .item{
	margin-bottom: 35px;
}
.how .left .item .title{
	color: #034b94;
	font-weight: 700;
	font-size: 20px;
	display: block;
	position: relative;
	margin-top: -5px;
}
.how .left .item .title:before{
	content: "";
	width: 100%;
	height: 1px;
	background-color: white;
	display: block;
	position: absolute;
	left: 0;
	top: 14px;
	z-index: 2;
}
@media (max-width: 992px){
	.how .left .item .title:before{
		display: none;
	}
}
.how .left .item .title:after{
	content: "";
	width: 230%;
	height: 1px;
	background-color: #dddddd;
	display: block;
	position: absolute;
	top: 14px;
	margin-right: -100%;
	z-index: 1;
}
@media (max-width: 992px){
	.how .left .item .title:after{
		display: none;
	}
}
.how .left .item .title span{
	display: inline-block;
	background-color: #ffffff;
	padding: 0px 15px;
	position: relative;
	z-index: 3;
}
.how .left .item .title em{
	color: #1d3559;
	font-size: 14px;
	font-style: normal;
}
.how .left .item .text{
	color: #1d3559;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}
@media (max-width: 992px){
	.how .left .item .text{
		text-align: center;
	}
}
.how .right .item .title{
	color: #d73f2e;
	font-weight: 700;
	font-size: 20px;
	display: block;
	position: relative;
	margin-top: -5px;
}
.how .right .item .title:before{
	content: "";
	width: 230%;
	height: 1px;
	background-color: #dddddd;
	display: block;
	position: absolute;
	top: 14px;
	margin-left: -100%;
	z-index: 1;
}
.how .right .item .title:after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: white;
	display: block;
	position: absolute;
	right: 0;
	top: 14px;
	z-index: 2;
}
.how .right .item .title span{
	display: inline-block;
	background-color: #ffffff;
	padding: 0px 15px;
	position: relative;
	z-index: 3;
}
.how .right .item .title em{
	color: #1d3559;
	font-size: 14px;
	font-style: normal;
}
.how .right .item .text{
	color: #1d3559;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}
@media (max-width: 992px){
	.how .right .item .text{
		text-align: center;
	}
}

.how .right .mob_heading{
	display: none;
}
@media (max-width: 992px){
	.how .right .mob_heading{
		display: block;
	}
}
.how .button{
	text-align: center;
}
.how .button a{
	background-color: #034b94;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 25px;
	display: inline-block;
	transition: all .3s ease;
}
.how .button a:hover{
	background-color: #043c75;
	text-decoration: none;
}


.why_us{
	position: relative;
	background-color: ;
	background-position: center left;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #eeeeee;
	padding-top: 200px;
	padding-bottom: 100px;
	text-align: center;
	border-bottom: 4px solid #e2e2e2;
}
@media (max-width: 992px){
	.why_us{
		padding-top: 60px;
	}
}
.why_us h2{
	color: #1d3559;
	font-size: 48px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
}
.why_us h2 span{
	padding: 0px 20px;
	display: inline-block;
	background-color: #eeeeee;
}
.why_us h2:after{
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	margin-top: -26px;
	background-color: #dddddd;
}
.why_us p.toptext{
	color: #666666;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	margin: 55px 0;
}
.why_us img{
	margin-top: 40px;
}
.why_us p.title{
	font-size: 22px;
	font-weight: 700;
	color: #034b94;
	margin: 5px auto 10px;
}
.why_us p.text{
	color: #888888;
	font-size: 14px;
	line-height: 20px;
}
.why_us p.text .s1{
	color: #034b94;
}
.why_us p.text .s2{
	color: #d73f2e;
}

.how{
	background-color: #ffffff;
	padding-top: 70px;
}
.how h2{
	color: #1d3559;
	font-size: 48px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
}
.how h2 span{
	padding: 0px 20px;
	display: inline-block;
	background-color: #ffffff;
}
.how h2:after{
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	margin-top: -26px;
	background-color: #dddddd;
}

.blog{
	background-color: #034b94;
	padding: 50px 0;
}
.blog h2{
	color: #ffffff;
	font-size: 48px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
}
.blog h2 span{
	padding: 0px 20px;
	display: inline-block;
	background-color: #034b94;
}
.blog h2:after{
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	margin-top: -26px;
	margin-bottom: 70px;
	background-color: rgba(255,255,255,.3);
}
.blog .item .image{
	width: 100%;
	height: 175px;
	background-size: cover;
	background-position: center;
	border: 3px solid #ffffff;
	position: relative;
}
.blog .item .image .date{
	background-color: #ffffff;
	font-size: 14px;
	color: #1d3559;
	padding: 3px 6px;
	position: absolute;
	bottom: 0;
	left: -3px;
	font-weight: 700;
}
.blog .item .title{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	margin: 5px 0;
}
.blog .item .perex{
	font-size: 14px;
	color: #ffffff;
	line-height: 22px;
	text-align: center;
}
@media (max-width: 992px){
	.blog .item .perex{
		display: block;
		margin-bottom: 30px;
	}
}
.blog .item .perex a{
	color: #ffffff;
	text-decoration: underline;
}
.blog .button{
	text-align: center;
	margin: 35px auto 20px;
}
.blog .moreinfo{
	background-color: #ffffff;
	padding: 10px 30px;
	color: #1d3559;
	text-transform: uppercase;
	font-weight: 700;
	transition: all .3s ease;
}
.blog .moreinfo:hover{
	background-color: #eeeeee;
	text-decoration: none;
}

.partners{
	text-align: center;
	padding: 30px 0 40px;
}

.partners h2{
	color: #1d3559;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 40px;
}
.partners img{
	margin: 0 15px;
}
@media (max-width: 992px){
	.partners img{
		margin: 15px;
	}
}

footer{
	background-color: #1b3254;
	padding: 25px 15px;
	color: #ffffff;
}
footer p.title{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
footer ul{
	list-style: none;
	padding: 0;
}
footer ul li a{
	color: #cccccc;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 4px;
	transition: all .3s ease;
}
footer ul li a:hover{
	color: #ffffff;
	text-decoration: none;
}
footer .bottom{
	border-top: 1px solid rgba(255,255,255,.1);
	margin-top: 15px;
	padding-top: 20px;
}
footer .logo{
	width: 178px;
	height: 42px;
	background-image: url(../img/dolozto_footer.png);
	display: inline-block;
	margin-bottom: 15px;
}
footer p.right{
	font-size: 16px;
	color: #cccccc;
}
footer .socials{

}
footer .socials .facebook{
	width: 25px;
	height: 25px;
	display: inline-block;
	background-image: url(../img/footer_ic_fb.png);
	margin-right: 5px;
}
footer .socials .instagram{
	width: 26px;
	height: 26px;
	display: inline-block;
	background-image: url(../img/footer_ic_ig.png);
	margin-right: 10px;
}
footer .copyright{
	display: inline-block;
	margin: 0;
	font-size: 16px;
}
@media (max-width: 992px){
	footer .copyright{
		display: block;
	}
}
footer .credit{
	display: inline-block;
	float: right;
	margin: 0;
	font-size: 14px;
	color: #5a677b;
}
@media (max-width: 992px){
	footer .credit{
		display: block;
		float: none;
		margin-top: 25px;
	}
}
footer .credit a{
	color: #5a677b;
	text-decoration: underline;
}
footer .credit a:hover{
	color: #5a677b;
}

.subpage_detail{
	padding: 35px 0;
	font-size: 16px;
	border-bottom: 1px solid #dddddd;
}
.subpage_detail .kroky{
	text-align: center;
}
.subpage_detail .dopravce .title1{
	color: #034b94;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.subpage_detail .dopravce .title{
	color: #034b94;
	font-weight: 700;
	font-size: 20px;
	display: block;
	position: relative;
	margin-top: -5px;
}
.subpage_detail .dopravce .title span{
	display: inline-block;
	background-color: #ffffff;
	padding: 0px 15px;
	position: relative;
	z-index: 3;
}
.subpage_detail .dopravce .title em{
	color: #1d3559;
	font-size: 14px;
	font-style: normal;
}
.subpage_detail .dopravce .text{
	color: #1d3559;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.subpage_detail .odesilatel .title2{
	color: #d73f2e;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.subpage_detail .odesilatel .title{
	color: #d73f2e;
	font-weight: 700;
	font-size: 20px;
	display: block;
	position: relative;
	margin-top: -5px;
}
.subpage_detail .odesilatel .title span{
	display: inline-block;
	background-color: #ffffff;
	padding: 0px 15px;
	position: relative;
	z-index: 3;
}
.subpage_detail .odesilatel .title em{
	color: #1d3559;
	font-size: 14px;
	font-style: normal;
}
.subpage_detail .odesilatel .text{
	color: #1d3559;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

