@media screen and (max-width: 1040px) {

.left {	text-align: left; }	

/* header (menu) -------------------------------------------------------------------------------------------------------------------------------------------------------------- */

header, img, .menuitem, .header-logo {
	transition: all 0.7s;
	-moz-transition: all 0.7s; /* Firefox 4 */
	-webkit-transition: all 0.7s; /* Safari and Chrome */
	-o-transition: all 0.7s; /* Opera */
	transition-timing-function: ease-out;
}

header.large {
	position:fixed;
	height: 57px;
	display:inline-block;
	width: 100%;
	background: #1f1c1d;;
	z-index:9;
	text-align:center;
	color: #f2f2f2;
	padding: 0 0 0 0;
	top:0px;
	left: 0px;
}

header.large .menuitem {
	width: auto;
	padding-left: 16px;
	padding-right: 16px;
	height: 33px;
	margin-left: 0;
	float: left;
	padding-top: 20px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #555555;
	background-color: #1f1c1d;
	cursor: pointer;
}

header.large .menuitem:hover, header.small .menuitem:hover {
	background-color: #333333;
	color: #cccccc;
}

header.large .mib1 { border-bottom: 4px solid #00a6e4; }
header.large .mib2 { border-bottom: 4px solid #e66979; }
header.large .mib3 { border-bottom: 4px solid #ebbd05; }
header.large .mib4 { border-bottom: 4px solid #92c291; }
header.large .mib5 { border-bottom: 4px solid #807cb6; }

header.small .mib1 { border-bottom: 2px solid #00a6e4; }
header.small .mib2 { border-bottom: 2px solid #e66979; }
header.small .mib3 { border-bottom: 2px solid #ebbd05; }
header.small .mib4 { border-bottom: 2px solid #92c291; }
header.small .mib5 { border-bottom: 2px solid #807cb6; }

header.large img{ width: 57px; height: 57px; }
header.small img{ width: 32px; height: 32px; }


header.large .header-logo {
	float: left;
	height: 57px;
	width: 57px;
	background: url('../images/om-brand-logo.png');
	background-size: cover;
}

.header-contact {
	float: right;
	display: inline;
}

header.small {
	position:fixed;
	height: 32px;
	display:inline-block;
	width: 100%;
	background: #1f1c1d;;
	z-index:9;
	text-align:center;
	color: #f2f2f2;
	top:0px;
	left: 0px;
}

header.small .menuitem {
	width: auto;
	padding-left: 16px;
	padding-right: 16px;
	height: 22px;
	margin-left: 0;
	float: left;
	padding-top: 8px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 10px;
	color: #555555;
	background-color: #1f1c1d;
	cursor: pointer;
}

header.small .header-logo {
	float: left;
	height: 32px;
	width: 32px;
	background: url('../images/om-brand-logo.png');
	background-size: cover;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* oldalak hatterei ----------------------------------------------------------------------------------------------------------------------------------------------------------- */

#section0 {
	background: url('../images/grid-dark.png'), #ecf7f9;
	background-repeat: repeat;
}

#section1 {
	background: #4bcff4 url('../images/grid-dark.png');
	background-repeat: repeat;
	transition: background-color 1s;
}

#section2 {
	background: url('../images/grid-dark.png'), -webkit-linear-gradient(#589299,#c0d2d4); /* For Safari 5.1 to 6.0 */
	background: url('../images/grid-dark.png'), -o-linear-gradient(#589299,#c0d2d4); /* For Opera 11.1 to 12.0 */
	background: url('../images/grid-dark.png'), -moz-linear-gradient(#589299,#c0d2d4); /* For Firefox 3.6 to 15 */
	background: url('../images/grid-dark.png'), linear-gradient(#589299,#c0d2d4); /* Standard syntax (must be last) */
	background-repeat: repeat;
}

#section3 {
	background: url('../images/grid-dark.png'), -webkit-linear-gradient(#8582b3,#9491bc); /* For Safari 5.1 to 6.0 */
	background: url('../images/grid-dark.png'), -o-linear-gradient(#8582b3,#9491bc); /* For Opera 11.1 to 12.0 */
	background: url('../images/grid-dark.png'), -moz-linear-gradient(#8582b3,#9491bc); /* For Firefox 3.6 to 15 */
	background: url('../images/grid-dark.png'), linear-gradient(#8582b3,#9491bc); /* Standard syntax (must be last) */
	background-repeat: repeat;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* section0: bemutatkozas ----------------------------------------------------------------------------------------------------------------------------------------------------- */

.section0-row1 {
	width: 100%;
	color: #73adb9;
	margin-bottom: 200px;

}

.section0-col1 {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-left: 5px;
}

.gear {
	width: 170px; 
	height: 239px;
	background: url('../images/gear-small.png') no-repeat;
  background-size: cover;
  margin-top:55px;
	margin-right: 0px;
}

.section0-row2 {
	height: 200px;
	width: 100%;
}

.section0-col2 {
	display: inline-block;
	top: 0px;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 10px;
}

.godown {
	position: fixed;
	bottom: -20px;
	cursor: pointer;
	display: block;
	height: 46px;
	width: 46px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	margin-left: -23px;
	left: 50%;
	background: #367b7e url('../images/icon-corner-down_white.png') center 10px no-repeat;
}

.smallgear {
	width: 106px;
	height: 105px;
	background: url('../images/fogaskerek.png');
	background-repeat: none;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	top: 150px;
	left: 100px;
	position: relative;
	cursor: pointer;
}

.smallgear:hover {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.mltexta {
	font-size: 45px;
	font-weight: 300;
	font-style: italic;
	line-height: 30px;
	margin-top: 100px;
	letter-spacing: -2px;
}

.mltextb {
	font-size: 45px;
	font-weight: 700;
	font-style: italic;
	letter-spacing: -2px;
}

.mltextc {
	font-size: 27px;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 10px;
}

.mltextd {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 20px;
}

.bemutatkozo-title {
	font-family: 'Open Sans', sans-serif;
	text-align: right;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #70b0ba;
}

.bemutatkozo-subtitle {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	margin-top: -10px;
	text-align: right;
	font-size: 11px;
	font-weight: 500;
	color: #367b7e;
}

.bemutatkozo-content {
	font-family: 'Open Sans', sans-serif;
	margin-top: 15px;
	text-align: right;
	font-size: 10px;
	font-weight: 400;
	color: #367b7e;
}

.amiben {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #367b7e;
	border-bottom: 1px solid #367b7e;
	width: 150px;
	text-align: left;
	float:left;
	margin-bottom: 15px;
}

.pb-box {
	width: 150px;
	float: left;
}

.progressbar {
	opacity: 0;
	font-size: 10px;
	font-weight: 500;
	margin-top: 13px;
	height:10px;
	width:0px;
	float: left;
	background: -webkit-linear-gradient(#367b7e,#449a9e); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#367b7e,#449a9e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#367b7e,#449a9e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#367b7e,#449a9e); /* Standard syntax (must be last) */
}

.percentage {
	position: relative;
	top: -20px;
	left: 110px;
	right: 0px;
	color: #fff;
	background-color: #70b0ba;
	width: 40px;
	text-align: center;
}

.callout {
	z-index:20;
	position:relative;
	border:0;
	top:-20px;
	left:127px;
	width: 7px;
	height: 3px;
	background: url('../images/callout.png') no-repeat;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* section1: szolgaltatasaink ------------------------------------------------------------------------------------------------------------------------------------------------- */
#section1 {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -khtml-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.section1-title {
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline-block;
	font-weight: 600;
	letter-spacing: -1px;
	font-size: 33px;
	color: #fff;
	background: url('../images/szolgicon.png') no-repeat;
	background-position: 0% 23px;
	text-shadow: 1px 1px 10px #555;
}

.section1-menu {
	width: 100%;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
}

.szolg-icons {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	/*opacity: 0;*/
}

.szolg-icon {
	width: 130px;
	height: 98px;
	float: left;
	cursor: pointer;
	outline: none;
}

.sm1 {
	background: url('../images/icon-design.png');
	background-repeat: no-repeat; 
  background-size: cover;
}

.sm2 {
	background: url('../images/icon-fejlesztes.png');
	background-repeat: no-repeat;
  background-size: cover;
  }

.sm3 {
	background: url('../images/icon-marketing.png');
	background-repeat: no-repeat;
  background-size: cover;
}

.sm4 {
	background: url('../images/icon-nyomda3.png');
/*	background: url('../images/nyomda-ikon-kek.png'); */
	background-repeat: no-repeat;
  background-size: cover;  
}

.szolg-slider {
	width: 100%;
	background-color: #ccc;
}

.szolg-slider-track {
	width: 130px;
	height: 8px;
	background-color: #fff;
	margin-left: 0px;
	transition: .3s ease-in-out;
}
.section1-details {
	width: 100%;
	height: 360px; 
	background: url('../images/ora-alnyomat.png') no-repeat;
  background-position: 50% 0%;
  background-size: contain;
  margin-top:20px; 
}

.s2-d-total {
/*	width: 750px;
	height: 300px; */
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 150px;
}

.s2-d-bal {
	border-right: 10px solid white;
	width: 330px;
	min-height: 210px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

.s2-d-hl {
	width: 50px;
	height: 5px;
	border-bottom: 1px solid white;
	display: inline-block;
	margin-left: -4px;
	margin-top: 110px;
	vertical-align: top;
}

.s2-d-vl {
	height: 227px;
	border-left: 1px solid white; 
	display: inline-block;
	margin-left: -4px;
	vertical-align: top;
}

.s2-d-dhls {
	vertical-align: top;
	width: 44px;
	display: inline-block;
	margin-left: -4px;
}

.s2-d-dvl {
	vertical-align: top;
	width:  44px;
	height: 75px;	
	border-top: 1px solid white;
}

.s2-d-tl {
	border-left: 3px solid #fff;
	width:  5px;
	height: 15px;
	margin-bottom: 67px;
	margin-top: -7px;
}

.s2-d-text {
	text-align: left;
	width: 150px;
	height: 84px;
	margin-left: -35px;
	margin-top: -9px;
	color: white;
	font-size: 15px;
	font-weight: 600;
}

.s2-d-text2 {
	font-size: 12px;
	font-weight: 100;
	width: 300px;
	text-align: left;
  line-height: 11px;
}

.sec1det-title {
	color: white;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
}

.sec1det-subtitle {
	color: white;
	font-size: 11px;
	font-weight: 500;
	line-height: 15px;
	margin-bottom: 17px;
}

.sec1det-content {
	color: white;
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 5px;
}
	
.sm1:focus ~ .szolg-slider > .szolg-slider-track {
	margin-left:0%;
}

.sm2:focus ~ .szolg-slider > .szolg-slider-track {
	margin-left:25%;
}

.sm3:focus ~ .szolg-slider > .szolg-slider-track {
	margin-left:50%;
}

.sm4:focus ~ .szolg-slider > .szolg-slider-track {
	margin-left:75%;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* section2: referenciank ----------------------------------------------------------------------------------------------------------------------------------------------------- */

.s3-bg {
	background: url('../images/text-referenciak.png') no-repeat;
	background-position: center top;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	top: 0px;
	display: block;
	vertical-align: top;
}

.vonalzo-top {
	width: 740px;
	height: 42px;
	background: url('../images/vonalzo-felso-el.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;  
	margin-bottom: 0px;
	margin-top: 300px;
}

.s3-container {
  	margin-top:0px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/vonalzo-main-bg.png') repeat-y;
	background-size: contain;
}

.vonalzo-bottom {
	width: 740px;
	height: 80px;
	background: url('../images/vonalzo-also-el.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.referenciak {
	width: 724px;
	margin-left: 8px;
	padding: 0px;
}

.s3-images {
	height: 221px;
}

.s3-showpicture {
	margin-top: -540px;
	position: absolute;
	width: 600px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -730px;
	margin-bottom: 300px;
    background-size: contain;
    background-repeat: no-repeat;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* section3: kapcsolat -------------------------------------------------------------------------------------------------------------------------------------------------------- */

.box1-emailform {
  	display:block;
	vertical-align: top;
	width: 430px;
	border: 7px solid #fff;
	padding: 0px 0px 0px 0px;
	background-color:#A6A6A6; 
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 1px 1px 20px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 20px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 20px 0px rgba(50, 50, 50, 0.75);
}


.box2-kapcsolat {
  	display:block;
	vertical-align: top;
	width: 430px;
	height: 200px;
	border: 7px solid #fff;
	padding: 0px 0px 0px 0px;
	background-color:#A6A6A6; 
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	-webkit-box-shadow: 1px 1px 20px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 20px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 20px 0px rgba(50, 50, 50, 0.75);

}

.box3-googlemaps {
  	display:block;
  	width: 430px;
	height: 288px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px; 
	vertical-align: top; 
	border: 7px solid #fff;
	-webkit-box-shadow: 1px 1px 20px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 20px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 20px 0px rgba(50, 50, 50, 0.75);
}

.kapcsolatnev {
	margin-top: 8px;
	font-size: 40px;
	font-weight: 100;
	text-align: center;
	color: white;
}

.kapcsolatcim {
	margin-top: -5px;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 300;	
	color: white;
	text-align: center;
	margin-right: 6px;
	margin-bottom: 40px;
}

.kapcsolatkontakt {
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 300;	
	text-align: center;
	color: white;
	margin-bottom: 5px;
	margin-bottom: 60px;
}

.kapcsolatkontakt2 {
	font-size: 19px;
	font-weight: 400;	
}

.kapcsolatline {
	margin-left: -4px;
	display:none;
	width: 60px;
	border-bottom: 2px solid #fff;
	margin-top: 170px;
}

.textinput {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #a6a6a6;
	background-color: #fff;
	padding: 5px 5px 5px 10px;
	width: 380px;
	border: 0px;
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 5px;	
}

.msgtext {
	overflow: hidden;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #a6a6a6;
	background-color: #fff;
	padding: 5px 5px 5px 10px;
	width: 380px;
	height: 90px;
	border: 0px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 5px;	
}

.sendmsg {
	padding: 3px;
	margin-left: 125px;
	margin-right: 125px;
	margin-bottom: 5px;
	width: 190px;
	font-size: 14px;
	font-weight: 700;
	background-color: #565656;
	color: #fafafa;
	text-align: center;
	cursor: pointer;
}

.sendmsg:hover {
	background-color: #333;
	color: #fff;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */



.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 36px;
    height: 221px;
    margin-top: -111px;
    padding: 0px;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    /* background: #e2dad3;*/
    background: rgba(150,150,150,0.3);
}

.slick-prev
{
    left: 0px;
}

.slick-next
{
    right: 0px;
}


}
