body {
	font-family: 'Raleway', sans-serif;
	font-family: 'Open Sans', sans-serif;
	background-attachment: fixed;
	background-image: url(images/bg-page.png);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 2.4 em;
}
.cf:after { /* clearfix */
    content:"";
    display:table;
    clear:both;
}
img {
	max-width: 100%;
	height: auto;	
}
a#pull {
	display: none;
}
strong {
	font-weight: bold;	
}
.text-left {
	text-align: left !important;	
}
.text-center {
	text-align: center !important;	
}
.text-right {
	text-align: right !important;	
}
.text-justify {
	text-align: justify !important;
}
.text-center-all * {
	text-align: center !important;	
}
.bold {
	font-weight: bold;	
}
.relative {
	position: relative;	
}

.row {
	width: 100%;
	clear: both;
	overflow: hidden;
}
.row-inner {
	padding: 0 2.5%;	
}
.margin-bottom-20 {
	margin-bottom: 20px !important;	
}
.margin-bottom-30 {
	margin-bottom: 30px !important;	
}
.margin-bottom-40 {
	margin-bottom:40px !important;	
}
.margin-bottom-50 {
	margin-bottom:50px !important;	
}
.padding-5 {
	padding: 5px;	
}
.padding-top-10 {
	padding-top: 10px !important;	
}
.padding-top-20 {
	padding-top: 20px !important;	
}
.padding-top-30 {
	padding-top: 30px !important;	
}
.padding-top-40 {
	padding-top: 40px !important;	
}
.padding-top-50 {
	padding-top: 50px !important;	
}
.padding-bottom-20 {
	padding-bottom: 20px !important;	
}
.padding-bottom-30 {
	padding-bottom: 30px !important;	
}
.padding-bottom-40 {
	padding-bottom: 40px !important;	
}
.padding-bottom-50 {
	padding-bottom: 50px !important;	
}
.margin-top-10 {
	margin-top: 10px !important;	
}
.margin-top-20 {
	margin-top: 20px !important;	
}
.margin-top-30 {
	margin-top: 30px !important;	
}
.margin-top-40 {
	margin-top: 40px !important;	
}
.margin-top-100 {
	margin-top: 200px !important;	
}
.no-padding {
	padding: 0 !important;	
}
.no-margin {
	margin: 0 !important;	
}
.box-20, .box-25, .box-30, .box-33, .box-40, .box-50, .box-60, .box-70, .box-100 {
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s ease-in-out;
	/*border: solid 1px #000;*/	
}
.box-20 {
	width: 20%;
	float: left;
}
.box-25 {
	width: 25%;
	float: left;
}
.box-30 {
	width: 30%;
	float: left;
}
.box-33 {
	width: 33.33333333333333%;
	float: left;
}
.box-40 {
	width: 40%;
	float: left;
}
.box-50 {
	width: 50%;
	float: left;
}
.box-50.left {
	width: 45%;
	padding: 0 2.5% 0 2.5%;
}
.box-50.right {
	width: 45%;
	padding: 0 2.5% 0 2.5%;
}
.box-50 .inner {
	padding: 0 2%;	
}
.box-60 {
	width: 60%;
	float: left;
}
.box-70 {
	width: 70%;
	float: left;
}
.box-100 {
	width: 100%;
	float: left;
}
a {
	text-decoration: none;
}
.wrapper {
	width: 96%;
	margin: 0 auto;
}
.header {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;	
}
section {
	display: block;
	clear: both;	
}
section.first {
	/*background-attachment: fixed;
	background-image: url(images/tech-first.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;*/	
	background-size: cover;
	min-height: 55vh;
}
section.contact {
	/*background-attachment: fixed;
	background-image: url(images/tech-contact.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	*/
	background-size: cover;
	min-height: 70vh;
}
.logo-header {
	display: inline-block;
	max-width: 180px !important;	
}
.nav-position {
	height: 100%;
}
.menu-wrapper {
	margin: 0 auto;	
	position: relative;
	white-space: nowrap;
/*	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	-moz-transform: translateX(-50%) translateY(50%);
	-webkit-transform: translateX(-50%) translateY(50%);
	-ms-transform: translateX(-50%) translateY(50%);	*/
}
nav {
	width: 98%;
}
.main-menu {
	border-top: solid 1px #CC9933;
	border-bottom: none;
	width: 90%;
	margin: 30px auto 0 auto;
	text-align: center;
	padding: 20px 20px;
}
.main-menu li {
	display: inline-block;	
	padding: 0 10px;
}
.main-menu li a {
	line-height: 32px;
	font-size: 21px;
	font-weight: bold;
	color: #122158;
	padding: 5px 10px;
	text-transform: uppercase;	
	font-family: 'Raleway', sans-serif;
}
.max-width-980 {
	max-width: 980px !important;
	margin: 0 auto;
}
.max-width-1100 {
	max-width: 1100px !important;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	position: relative;
}
h1 span {
	display: inline-block;
	text-indent: -9999px;	
}
h2 {
	font-size: 21px;
	font-weight: bold;
	padding: 0 0 20px 0;
}
h3 {
	font-size: 19px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.boxes {
	
}
 .boxes-inner {
	padding: 2% 5%;	
}
p {
	line-height: 1.8em;	
}
.boxes ul {
	margin: 0 0 30px 0;
	
}
.boxes ul li {
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
section h1, .boxes h1 {
	font-size: 52px;
	font-weight: 900;
	padding: 0 0 30px 0;
	color: rgba(204, 153, 51, 1);
}
section h1::before {
	width: 100px;
	border: solid 1px #039;
	position: absolute;
	top: 5px;
	left: 0;
}
hr {
	width: 90%;
	margin: 20px auto;
	border: none;
	border-top: solid 1px #303878;
}

.image-boxes-wrap.left .image-boxes {
	width: 40%;
	float: left;
}
.image-boxes-wrap.left .image-info {
	width: 70%;
	float: left;
	margin: 30px  0 0 -10%;
	border-top: solid 1px #CC9933;
	border-right: solid 1px #CC9933;
	box-sizing: border-box;
}
.image-boxes-wrap.left .image-info-inner {
	padding: 20px 30px 10px 120px;	
}


.image-boxes-wrap.right .image-boxes {
	width: 40%;
	float: right;
	text-align: right
}
.image-boxes-wrap.right .image-info {
	width: 70%;
	float: right;
	margin: 30px  -10% 0 0;
	border-top: solid 1px #CC9933;
	border-left: solid 1px #CC9933;
	box-sizing: border-box;
}
.image-boxes-wrap.right .image-info-inner {
	padding: 20px 120px 10px 30px;	
}
.btn {
	display: inline-block;
	padding: 8px 13px;	
	margin: 0 10px;
	border: solid 1px #50606D;
	color: #000;
}
.btn:hover {
	border: solid 1px #CC9933;
	background-color: #CC9933;
	color: #FFF;
}
.copyright {
	font-size: 12px;	
}

/* formulare */
input, textarea, select {
	width: 100%;
	border: 1px solid #C6C6CE;
	border-radius: 2px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
	color: #464B5A;
	padding: 6px 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: none;
	margin: 0;
	box-sizing: border-box;
}
input[type="submit"] {
	border-radius: 3px;
	cursor: pointer;
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-size: 15px;
	padding: 10px 22px;
	background-color: #09C;
	border: none;
	font-weight: normal;
	box-shadow: none;
	margin: auto;
	width: auto;
	float: left;
}
input:hover[type="submit"] {
	background-color: #C33;
}
.background-white-hover:hover {
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
}