	body {
		font-family: 'Open Sans';
		color: #333;
	}
	
	.center {
		text-align: center;
	}
	
	strong {
		font-weight: bold;
	}
	
	.content a:not(.btn) {
		color: #20A0EE;
		text-decoration: none;
	}
	
	.content a:not(.btn):hover {
		text-decoration: underline;
	}

    #tender_logo {
        position: fixed;
        bottom: 0px;
        right: 0px;
        z-index: 110000;
        transition: transform .3s;
    }

    #tender_logo_2 {
        position: fixed;
        top: 0px;
    	right: 0px;
        z-index: 110000;
        transition: transform .3s;
    }

    #tender_logo_3 {
        position: fixed;
        bottom: 0px;
    	left: 0px;
        z-index: 110000;
        transition: transform .3s;
    }

    #tender_logo.closed {
        transform: translate(0, 100%);
    }

    #tender_logo_2.closed {
        transform: translate(0, -100%);
    }

    #tender_logo_3.closed {
        transform: translate(0, 100%);
    }

    #tender_logo_toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -40px;
        right: 15px;
        color: #fff;
        border-radius: 100%;
        background: #164194;
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    #tender_logo_toggle_2 {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: -40px;
        right: 15px;
        color: #fff;
        border-radius: 100%;
        background: #164194;
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    #tender_logo_toggle_3 {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -40px;
        left: 15px;
        color: #fff;
        border-radius: 100%;
        background: #164194;
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
	
	#tender_logo_toggle:hover,
	#tender_logo_toggle_2:hover,
	#tender_logo_toggle_3:hover {
		background: #E30613;
	}

    .tender_logo_image {
        max-width: 250px !important;
        overflow-y: scroll;
    }

	#tender_logo .up,
	#tender_logo_2 .up,
	#tender_logo_3 .up {
		border: solid white;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	
	#tender_logo .down,
	#tender_logo_2 .down,
	#tender_logo_3 .down {
		border: solid white;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	
	#squares .content p#error {
		border: 1px solid red;
		background-color: #FFCCCB;
		padding: 5px 10px;
		width: 80%;
		height: auto;
		margin: 20px 0 0 0;
		border-radius: 5px;
	}
	
	.content {
		width: 1200px;
		margin: 0 auto;
	}
	
	/* BLACK BG TOP */
	
	#mainTop {
		font-size: 14px;
		color: #A9A59C;
		background-color: #212121;
		height: 50px;
		line-height: 50px;
	}
	
	#mainTop .left,
	#mainTop .right {
		width: 50%;
		float: left;
	}
	
	#mainTop .right {
		float: right;
		text-align: right;
	}
	
	#mainTop a {
		color: #A9A59C;
		text-decoration: none;
	}
	
	#mainTop a:hover {
		text-decoration: underline;
		color: #FFF;
	}
	
	/* BLUE NAVIGATOR */
	
	#mainNav {
		background-color: #0F80C2;
		height: 130px;
		box-shadow: 0 4px 4px #444;
		z-index: 999;
		position: relative;
	}
	
	#mainNav #logo,
	#mainNav #menu {
		float: left;
		width: 40%;
	}
	
	#mainNav #menu {
		float: right;
		width: 60%;
		padding-top: 48px;
		text-align: center;
	}
	
	#mainNav #menu select {
		display: none;
	}
	
	#mainNav #logo img {
		padding-top: 15px;
		vertical-align: middle;
	}
	
	#mainNav #menu > ul > li {
		display: inline-block;
		position: relative;
	}
	
	#mainNav #menu > ul > li > a {
		display: block;
		font-size: 12px;
		text-transform: uppercase;
		color: #FFEA0C;
		font-weight: bold;
		text-decoration: none;
		padding: 10px 10px;
		margin: 0;
	}
	
	#mainNav #menu > ul > li > a:hover {
		background-color: #20A0EE;
	}
	
	/* submenu */
	
	#mainNav #menu > ul > li > ul {
		display: none;
		position: absolute;
		top: 32px;
		left: 0;
		padding: 0;
		background-color: #20A0EE;
		width: 200px;
		z-index: 9999;
	}
	
	#mainNav #menu > ul > li:hover > ul {
		display: block;
	}
	
	#mainNav #menu > ul > li:hover > ul > li > a {
		display: block;
		height: auto;
		line-height: 1.5;
		color: white;
		font-size: 11px;
		padding: 10px;
		text-align: left;
		text-decoration: none;
		font-weight: bold;
	}
	
	#mainNav #menu > ul > li:hover > ul > li > a:hover {
		background-color: #40AEF0;
		color: #FFEA0C;
	}
	
	/* SLIDER */
	
	#slider {
		width: 100%;
		height: auto;
		box-shadow: 0 0 10px 0 #333;
	}
	
	#slider picture img {
		width: 100%;
		height: auto;
	}
	
	/* SOK KÉP */
	
	#squares .content #trucks {
		margin: 100px 0 50px 0;
	}
	
	#squares .content #trucks > div {
		text-align: center;
		margin: 0 10px;
	}
	
	#squares .content #trucks img {
		display: inline;
		width: auto;
		height: 200px;
	}
	
	/* SUBPAGE */
	
	#squares {
		padding: 60px 0;
	}
	
	#squares h2 {
		text-align: center;
		font-weight: bold;
		font-size: 26px;
		margin: 20px 0 30px 0;
	}
	
	#squares p {
		font-size: 18px;
		line-height: 1.5;
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	#squares .box {
		margin: 60px auto;
	}
	
	#squares p.image a {
		display: inline-block;
	}
	
	#squares .box p.image {
		text-align: center;
	}
	
	#squares .box p.image img {
		width: 100%;
		max-width: 400px;
		height: auto;
	}
	
	#squares .box .left,
	#squares .box .right {
		width: 45%;
		float: left;
	}
	
	#squares .box p {
		text-align: justify;
	}
	
	#squares .box p.center {
		text-align: center;
	}
	
	#squares .box .right {
		float: right;
	}
	
	#squares .box .left img,
	#squares .box .right img {
		max-width: 500px;
		margin: 0 auto;
		display: block;
		width: 100%;
		height: auto;
	}
	
	#squares .box ul {
		list-style-position: inside;
		list-style-type: disc;
	}
	
	/* OFFER FORM */
	
	#squares input[type=text],
	#squares input[type=tel],
	#squares input[type=email],
	#squares textarea {
		padding: 10px;
		font-size: 16px;
		font-weight: bold;
		display: block;
		width: 330px;
		border-radius: 5px;
		border: 1px solid #666;
		margin: 15px 0 35px 0;
		box-shadow: 2px 2px 4px #999;
	}
	
	#squares textarea {
		resize: none;
		height: 100px;
		font-family: inherit;
	}
	
	/* TEAM */
	
	#members {
		padding: 60px 0;
	}
	
	#members .member {
		float: left;
		width: 300px;
		height: 340px;
		margin: 0 50px 50px 50px;
	}
	
	#members .member img {
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	
	#members .member h3 {
		text-transform: uppercase;
		font-weight: bold;
		color: #1080C3;
		text-align: center;
		line-height: 1.3;
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	#members .member p {
		text-align: center;
		font-size: 14px;
		line-height: 1.5;
	}
	
	#members h1 {
		font-size: 40px;
		font-family: 'Open Sans Bold';
		color: #1080C3;
		margin-bottom: 25px;
	}
	
	#members hr {
		width: 100px;
		border: 1px solid #1080C3;
		margin: 0 0 40px 0;
	}
	
	#map {
		margin: 0;
		padding: 0;
	}
	
	#map iframe {
		width: 100%;
		height: 500px;
	}
	
	/* WELCOME */
	
	#welcome {
		padding: 120px 0;
	}
	
	#welcome h1,
	#squares h1 {
		font-size: 40px;
		font-family: 'Open Sans Bold';
		color: #1080C3;
		margin-bottom: 25px;
	}
	
	#welcome hr,
	#squares hr {
		width: 100px;
		border: 1px solid #1080C3;
		margin: 0;
	}
	
	#welcome .left,
	#welcome .right {
		padding-top: 60px;
		float: left;
		width: 45%;
	}
	
	#welcome p {
		font-size: 18px;
		text-align: justify;
		line-height: 1.5;
		margin-bottom: 100px;
	}
	
	#welcome .right {
		padding-top: 30px;
		width: 50%;
		float: right;
	}
	
	#welcome img {
		width: 100%;
		height: auto;
		padding: 10px;
		background-color: white;
		box-shadow: 2px 2px 6px #333;
	}
	
	/* SERVICES */
	
	#services {
		background: #242F3E url(../images/servicesBg.jpg) no-repeat top center;
		color: white;
	}
	
	#services h2 {
		font-size: 52px;
		text-align: center;
		padding: 70px 0;
		text-shadow: 4px 4px 4px #333;
	}
	
	#services p {
		font-size: 20px;
		line-height: 1.5;
		text-align: center;
	}
	
	#services #boxes {
		padding: 160px 0;
	}
	
	#services #boxes .box {
		float: left;
		width: 350px;
		margin: 0 25px;
		text-align: center;
	}
	
	#services #boxes .box .btn {
		margin: 40px auto 0 auto;
	}
	
	#services #boxes .box .icon {
		font-size: 110px;
		display: block;
		text-shadow: 4px 4px 4px #000;
		margin-bottom: 50px;
	}
	
	#services #boxes .box h3 {
		font-family: 'Open Sans Bold';
		font-size: 24px;
		color: #FFEA02;
		line-height: 1.5;
		height: 70px;
		margin-bottom: 36px;
		text-transform: uppercase;
	}
	
	#services #boxes .box p {
		font-size: 16px;
		line-height: 1.6;
	}
	
	/* OFFER */
	
	#offer .content {
		background: url(../images/offerBg.jpg) no-repeat 0 0;
		padding-left: 500px;
		width: 700px;
		height: 330px;
		min-height: 330px;
		padding-top: 70px;
	}
	
	#offer h2 {
		font-size: 46px;
		margin-bottom: 40px;
	}
	
	#offer p {
		font-size: 20px;
		text-align: justify;
		line-height: 1.6;
		margin-bottom: 36px;
	}
	
	/* CONTACT */
	
	#contact {
		background: #242F3E url(../images/contactBg.jpg) no-repeat top center;
		height: 400px;
		color: white;
	}
	
	#contact .text {
		width: 45%;
		max-height: 400px;
		overflow: hidden;
	}
	
	#contact h2 {
		font-size: 46px;
		padding: 46px 0;
	}
	
	#contact p {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 36px;
	}
	
	/* SUBPAGE - LIST */
	
	#squares p.mSpace {
		margin-bottom: 20px;
	}
	
	#squares .box ul li,
	#squares .content ol li {
		line-height: 1.5;
		padding: 5px 0;
	}
	
	/* FOOTER */
	
	footer {
		background-color: #212121;
		color: white;
		text-align: center;
		height: 100px;
		line-height: 100px;
	}
	
	.btn, input[type=submit] {
		display: block;
		width: 150px;
		border: none;
		height: 60px;
		background-color: #1081C3;
		text-align: center;
		font-size: 18px;
		text-transform: uppercase;
		line-height: 60px;
		text-decoration: none;
		color: white;
		cursor: pointer;
	}
	
	.btn:hover, input[type=submit]:hover {
		background-color: #212121;
	}