@charset "utf-8";
/* CSS Document */

/*FONTS*/
@font-face {
    font-family: 'opensans';
    src: url('../fonts/OpenSans-Regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'opensans';
    src: url('../fonts/OpenSans-Light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'opensans';
    src: url('../fonts/OpenSans-Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
/*BODY*/
html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'opensans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:400;
}
.cleaner {
	clear: both;
	margin: 0;
	display: none;
}
h1 {
	color: #FFF;
	font-size: 40px;
	text-align: center;
	margin: 0;
	padding: 120px 0 0 0;
	font-weight: 400;
}
h2, h3, h4, h5, h6 {
	font-weight: 200;
	color: #123;
	margin: 20px 0 10px 0;
	padding: 0;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
	color: #3498db;
	font-weight: 400;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
	color: #3498db;
	font-weight: 400;
}
p {
	margin: 14px 0 0 0;
	padding: 0;
/*	text-align: justify; */
	font-size: 14px;
	line-height: 24px;
	color: #123;
	font-weight: 400;
}
ul, li {
	font-size: 14px;
	line-height: 24px;
}
a {
	color: #3498db;
}
a:hover,a:active {
	color: #555;
	text-decoration: none;
}
strong {
    font-weight:bold;
}
.space {
    letter-spacing:.2em;
}
/*TOP + MENU*/
#top {
	margin: auto;
	background-color: #FFF;
	height: 60px;
	position: fixed;
	width: 100%;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	text-align: right;
}
#top_inner {
	width: 980px;
	margin: 0 auto;
}
#logo {
	width: 310px;
	height: 60px;
	display: inline-block !important;
	float: left;
	text-align: left;
}
#logo img {
	height: 36px;
	margin: 12px 0;
	border: none;
	display: block;
}

#menu {
	display: inline-block;
	height: 60px;
    margin: 4px 0;
    float: right;
}
nav ul {
    list-style-type: none;
    padding:0;
}
#menu ul {
    height: 100%;
}
#menu li {
	display: inline-block;
    vertical-align: middle;
}
#menu li:hover a {
	color: #555;
	border-bottom: 1px solid #3498db;
}
#menu li.active a {
    color: #3498db;
    border-bottom: 0;
}
#menu li.button a {
    background-color: #3498db;
    color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 0;
}
#menu a {
	font-weight: bold;
	margin: 10px 5px;
	font-size: 14px;
	padding: 10px 8px;
	color: #123;
	text-decoration: none;
}
/*MAIN*/
#main {
	width: 100%;
	min-height: 600px;
	padding-top: 60px;
}
#inner_left {
    width: 50%;
    display: inline-block;
}
#inner_right {
    margin-right: -20px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
#blue {
	width: 100%;
	min-height: 400px;
	background-color: #3498db !important;
}
#blue_inner {
	background-color: #3498db !important;
	width: 940px;
	margin: auto;
	padding: 0 20px 0 20px;
}
#blue_inner p {
	color: #FFF;
    margin-top: 20px;
    text-align: center; 
}
#blue_buttons {
	text-align: center;
	margin: 40px 0;
}
.blue_button {
	display: inline-block;
	padding: 10px 12px 12px 12px;
	font-size: 15px;
	width: 20%;
	min-width: 100px;
	margin: 10px;
	border: 2px solid #FFF;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.blue_button:hover {
	background-color: #FFF;
	color: #123;
}
#main_inner {
	background-color: #FFF;
	width: 980px;
	margin: auto;
	padding: 30px 0;
}

/*FORMULÁŘ - MAIL US*/
#mailus {
	margin: 20px;
	padding: 0 15px 15px 15px;
	background-color: #f7f7f7;
	border: 1px solid #D2D7D3;
}
#mailus input {
	width: calc(100% - 26px);
	display: inline-block;
	margin: 5px 0 10px 0;
	background-color: #FFF;
	padding: 6px 12px;
    border: 1px solid #eee;
    line-height: 1.65;
	color: #777;
}
#mailus textarea {
	width: calc(100% - 26px);
	margin: 5px 0 10px 0;
	padding: 6px 12px;
	background-color: #FFF;
    border: 1px solid #eee;
    line-height: 1.65;
	color: #777;
	resize: vertical;
	min-height: 100px;
	font-family: inherit;	
}
#mailus button {
	width: 20%;
	display: inline-block;
	margin: 5px 0 0 0;
	background-color: #3498db;
	padding: 6px 12px;
    border: 1px solid #eee;
    line-height: 1.65;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#mailus_report {
	display: inline-block;
    line-height: 1.65;
	margin: 5px 0 0 10px;
	font-size: 13.333px;
}
#mailus .confirm-container h2 {
    display: none;
}

/*BOTTOM*/
#bottom {
	width: 100%;
	background-color: #30373e;
}
#bottom p {
	margin-top: 20px;
	font-size: 12px;
	color: #FFF;
	font-weight: 200;
}
#bottom_inner {
	width: 980px;
	margin: auto;
	padding: 20px 0 40px 0;
}
.bottom_part {
	width: 180px;
	min-height: 30px;
	margin-right: 10px;
	display: inline-block;
	color: #FFFFFF;
	font-size: 20px;
}
.bottom_part h3, .bottom_connect h3 {
	color: #babec2;
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: 400;
}
.bottom_part a {
	display: block;
	font-size: 12px;
	color: #748490;
	margin: 0 0 7px 0;
	text-decoration: none;
}
.bottom_part a:hover {
	color: #9AB;
}
.bottom_connect {
	width: 250px;
	float: right;
}
.bottom_connect img {
	width: 32px;
	padding: 5px;
}

/* Mobile view */
@media (max-width: 980px) {
    #top_inner, /* #menu, */ #blue_inner, #main_inner, #bottom_inner {
        width: 95% !important;
    }
    #logo img {
        max-width: 80%;
        height: auto !important;
    }
    #inner_left, #inner_right {
        display: block !important;
        width: 100% !important;
        margin-right: 0 !important;
    }
    .bottom_part {
        display: none !important;
    }
    
    /* Burger menu button */
    .burger {
    	display: inline-block;
        border: 0;
    	background: none;
    	outline: 0;
    	padding: 0;
    	cursor: pointer;
    	border-bottom: 4px solid #3498db;
    	width: 28px;
    	transition: border-bottom 1s ease-in-out;
    	-webkit-transition: border-bottom 1s ease-in-out;
    	float: right;
    	margin-top: 16px;
    }

	/* Fix for extra space in Firefox */
	.burger::-moz-focus-inner {
		border: 0;
		padding: 0;
	}	 
    
	.burger:before {
		content: "";
		display: block;
		border-bottom: 4px solid #3498db;
		width: 100%;
		margin-bottom: 5px;
		transition: transform 0.5s ease-in-out;    
		-webkit-transition: -webkit-transform 0.5s ease-in-out;        
	}
    
	.burger:after {
		content: "";
		display: block;
		border-bottom: 4px solid #3498db;
		width: 100%;
		margin-bottom: 5px;
		transition: transform 0.5s ease-in-out;
		-webkit-transition: -webkit-transform 0.5s ease-in-out;
	}
    
    .burger-check {
      display: none;
    }
    
    .burger-check:checked ~ .burger {
        border-bottom: 4px solid transparent;
        transition: border-bottom 0.8s ease-in-out;
        -webkit-transition: border-bottom 0.8s ease-in-out;
    }
    
    .burger-check:checked ~ .burger:before {
        transform: rotate(-405deg) translateY(1px) translateX(-3px);
        -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);      
        transition: transform 0.5s ease-in-out;
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
    }

    .burger-check:checked ~ .burger:after {
        transform: rotate(405deg) translateY(-4px) translateX(-5px); 
        -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);       
        transition: transform 0.5s ease-in-out;
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
    }
    
    /* * * * Navigation * * */
    
    #menu {
        overflow: hidden;
        max-height: 0;
    }

    #menu ul {
        margin: 0;
        padding: 0;
        background-color: #f7f7f7;
    }

    #menu li {
        display: block;
        padding: 16px 0;
        position: relative;
        border-bottom: 1px solid #eee;
        border-collapse: collapse;
    }

    .burger-check:checked ~ #menu {
        max-height: 800px;
        height: 100%;
        width: 100% !important;
        /*overflow: visible;*/
        transition: max-height 0.5s ease-in-out;
    }

}

.burger-check {
    display: none;
}