@font-face {
    font-family: 'Myriad Pro';
    src: url(font/MyriadPro-Regular_0.otf);
}
@font-face {
    font-family: "Myriad Pro";
    src: url("font/MyriadPro-Bold_0.otf");
    font-weight: bold;
}
body {	
    font: 11pt 'Myriad Pro';
    margin: 0px; 
    padding:0 0 0 0;
    color: #555659;
    background: #ffffff;
    width: 100%;
}

div.wrapper {
    margin: auto;
}

a {
    text-decoration: none;
    color: #49a0d8;
    font-weight: bold;
}

.border{
    border: 2px solid red;
}

.rounded {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

ul {
    list-style: none;
}

ul li {
    margin-top: 0px;
}

ul li:before {
    content:'\25A0    ';
    color: #6ed043;
}

/* ------------------ header BEGIN ------------------ */

header, .boxes{
    width: 900px;
    margin:0 auto;
}

.header {
    height: 67px;
}

.logo_img  {
    width: 236px;
    height: 67px;

}

.menu {
    position: absolute;
    left: 40%;
    top: 14px;
    height: 32px;
    list-style: none ;
    margin-left: 0px;
}

.menu li:before {
    content: ''; 
}

.menu li {
    display: inline;
    margin: 0 auto;
}

.menu li a{
    text-decoration: none;
    color: black ;
    margin-left: 10px;
    font-weight: bold;
    font-size: 11pt;
    padding: 9px 13px 8px;
}

.menu li a:hover{
    background: #FFFF0E;
    height: 30px;
    color: black;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.active_menu_item a {
    background: #FFFF0E;
    height: 30px;
    color: black !important;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

/* ------------------ header END ------------------ */

/* ------------------ slider BEGIN ------------------ */

.slider {
    height: 375px;
    background: url(../images/slider.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slider_wrapper {
    height: 390px;
    border: none;
    width: 900px;
    margin: 0px auto;
}

.slider_buttons {
    display: inline-block;
}
.slider_buttons .blue_box {
    text-shadow: 1px 2px 3px #000000;
}
.slider_images {
    position: absolute;
    display: inline-block;
    height: 300px;
    width: 600px;
    margin-left: -10px;
    margin-top: 11px;
}

.slider_buttons a {
    font-size: 14pt;
    font-weight: bold;
    height: 24px;
    display: block;
}

a.blue_box.rounded{
    width: 230px;
    background-color: #49a0d8;
    padding: 10px;
    color: white;
    margin-top: 45px;
}

a.black_box{
    width: 215px;
    background-color: #FFFF0E;
    padding: 10px;
    color: black;
    margin-top: 30px;
}

a.white_box{
    /*width: 225px;*/
    width:auto;
    background-color: white;
    padding: 10px;
    color: #7ab5e0;
    font-size: 9pt;
    height: 16px;
    margin-top: 35%;
    white-space: nowrap;
}

a.white_box:hover {
    background-color: black;
    color: white;
}



.designer {
    /*position: absolute;*/
    width: 645px;
    height: 338px;

}

.compass {
    position: absolute;
    left: 52%;
    top: -11px;
    width: 148px;
    height: 123px;
}

.pencil {
    position: absolute;
    left: 71%;
    top: 198px;
    width: 118px;
    height: 38px;
}

.fb_button {
    margin-top: 42% !important;
}

/* ------------------ slider END ------------------ */

/* ------------------ container BEGIN ------------------ */


.container {
    background: url(../images/gray_clouds_4.png) no-repeat center center ; 
}


.line_left {
    position: absolute;
    margin-left: 10%;
}

.line_right {
    position: absolute;
    margin-left: 50%;
    margin-top: 60px;
}

.container_wrapper {
    margin: 0px auto;
    width: 900px;
    height:auto;
    min-height:495px;
}

.boxes {
    padding-top: 25px;
}

.box {
    width: 260px;
    height: 220px;
    background-color: #49a0d8;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    vertical-align:top;
}
.box p{
    font: 10pt 'Calibri';
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    height: 122px;
}

.box h1{
    font-size: 12pt;
    height: 33px;
    text-shadow: 1px 2px 3px #000000;
}

.box p, .box h1 {
    color: #FFFFFF;
}

#box_1{
    display: inline-block;
}


#box_2 {
    display: inline-block;
    margin-left: 40px;
}

#box_3 {
    display: inline-block;
    margin-left: 40px;

}

.box_button {
    width: 120px;
    height: 32px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    top: 190px;
    left: 50px;
    background-color: black;
    color: white;
    border: none;
    font-weight: bold;
	font: 11pt 'Calibri';
}

.box_button:hover {
    color: black;
    background-color: #FFFF0E;
}

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

.information {
    margin: 0px auto;
    width: 900px;
    margin-top: 20px;
}

.gestabil_illustration {
    position: absolute;
    width: 265px;
    height: 230px;
}

.main_activity {
    width: 565px;
    display: inline-block;
    margin-left: 301px;
    text-align: justify;
    font: 11pt 'Calibri';
}

.main_activity h1 {
    font-size: 12pt; 
}

.main_activity p a {
    color: #49a0d8;
    font-weight: bold;
}

.help {
    margin-top: 30px;
}

.help a{
    background-color: #FFFF0E;
    font-weight: bold;
    padding: 10px;
    color: black;
    padding-left: 59px;
    padding-right: 59px;
	font: 12pt 'Calibri';
	font-weight: bold;    
}
.help a:hover {
	background-color: #49a0d8;
	color: white;
    text-shadow: 1px 2px 3px #000000;
}
.munkaink {
//    background-image:  url(../images/footer_bg.png) ;
  //  background-position: 50% 52%;
}
/* ------------------ container END ------------------ */

/* ------------------ footer BEGIN------------------ */

.footer { 
    background-image:  url(../images/footer_bg.png) ;
    background-position: 50% 52%;
}

.top_footer {
    background:#434343;
    background:rgba(0,0,0,0.6);
    font-size: 14pt;
    height: 185px;
    margin: auto;
    overflow: hidden;

}

.bottom_footer {
    margin: auto;
    width: 900px;
}

.offer {
    margin: 0px auto;
    width: 900px;
    text-align: center;
}

.offer p, .offer b {
    color: white;
    font-size: 22pt;
    text-shadow: 1px 2px 3px #000000;
}

.offer_button {
    width: 215px;
    background-color: #FFFF0E;
    padding: 10px;
    color: black;
    border: none;
    font-size: 20pt;
    font-weight: bold;
}
.offer_button:hover {
	background-color: #49a0d8;
	color: white;
    text-shadow: 1px 2px 3px #000000;
}
.footer_menu {
    margin-left: -32px;
    width: 445px;
}

.footer_menu li {
    display: inline;
    margin-left: 5px;
}

.footer_menu li:before {
    content: '';
}

.footer_menu a {
    color: white;
    font-weight: bold;
    font-size: 7pt;
}

.bottom_footer_wrapper {
    overflow: hidden; 
    background-color: #272727; 
    background:rgba(0,0,0,0.7);
}

.bottom_footer_left {
    display: inline-block;

}
.bottom_footer_left a{
    font-size: 9pt;
    font-weight: normal;
    margin-left: 5px;
}

.bottom_footer_right {
    display: inline-block;
    color: black;
    margin-left: 80px;
}

.bottom_footer_right a {
    color: white;
    font-size: 9pt;
}

.bottom_footer_right span {
    color: #070707;
    font-size: 9pt;
}

.colour img:hover {
    background-image: url(../images/colour_hover.png);
}

.colour img {
    display: block;
    margin-left: 245px;
    margin-top: -29px;
}

/* ------------------ footer END ------------------*/ 


/* ------------------ text_slider BEGIN ------------------ */

.text_slider {
    height: 200px !important;
}

a.text_black_box {
    background-color: #FFFF0E;
    padding: 10px;
    color: black;
    font-size: 10pt;
    height: 18px;
    margin-top: 70px;
}

.text_silder_images {
    /*    position: absolute;
        margin-top: -110px  !important;
        height: 200px;*/
    margin-left: 98px;
    display: none;
}

.text_designer {
    width: 220px;
    height: 120px;
    margin-left: 350px;
    margin-top: 35px;
}

.text_pencil {
    width: 78px;
    height: 23px;
    margin-left: 86px;
    margin-top: -78px;
}

.text_compass {
    width: 119px;
    height: 80px;
    margin-left: -77px;
    /*margin-top: 13px;*/

}

/* ------------------ text_slider END ------------------ */

/* ------------------ text_container BEGIN ------------------ */

.text_container {
    background-image:  url(../images/footer_bg.png) ;
    background-position: 50% 52%;
}

.sidebar_nav {
    list-style: none;
    margin-left: 0px;
}

.sidebar_nav li:before {
    content: none;

}

.sidebar_menu {
    overflow:hidden;
    background: #49a0d8;
    width: 250px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    text-align: left;
    margin-top: 37px;
    display: inline-block;
    vertical-align:top;
}

.sidebar_nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    /*margin-top: 12px;*/
    margin-left: -40px;
    /*font-size:11pt;*/
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 7px;
    /*height: 20px;*/
    text-shadow: 1px 2px 3px #000000;
    font: 12pt 'Calibri';
    font-weight: bold; 
}
.sidebar_nav li a:hover {
    background: #FFFF0E;
    color: #555659;
    text-shadow: none;
    /*height: 20px;*/
}

.sidebar_nav li a.activelink {
    background: #FFFF0E;
    color: #555659;
    text-shadow: none;
}


.active_sidebar_nav_item  a{
    background: #FFFF0E;
    color: #555659 !important;
    /*height: 20px;*/
}

.sidebar_nav li .first {
    margin-top: -15px !important;
}

.sidebar_nav li .last {
    margin-bottom: -16px !important;
}


.active_sidebar_nav_item .first {
    margin-top: -15px !important;
}

.active_sidebar_nav_item .last {
    margin-bottom: -16px !important;
}


.list {
    margin-left: -40px;
}

.text_information {
    width: 530px;
    display: inline-block;
    margin-left: 88px;
    margin-top: 21px;
    text-align: justify;
}

.text_information p a {
    color: #49a0d8;
    font-weight: bold;
}

.text_geostabil_img{
    width: 234px !important;
    height: 230px !important;
    margin-left: 95px;
    vertical-align: bottom;
}

/* ------------------ text_container END ------------------ */

/* ------------------ contact_form BEGIN ------------------ */
.contact_form_wrapper{
}

.wrong {
    width: 507px;
    background-color: #ef7777;
    color: #b05050;
    font-weight: bold;
    height: 30px;
}

.success {
    width: 507px;
    background-color: #63e0a1;
    color: #299a60;
    font-weight: bold;
    height: 30px;
}

.wrong p, .success p {
    font-size: 9pt;
    margin-left: 20px;
    line-height: 300%;
}

.contact_form {
    margin-top: 10px;
    padding-top: 10px;
    background-color:#f6f6f6;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    width: 507px;
    display: block;
}

.contact_form input, .contact_form .captcha{
    margin-left: 20px;
    margin-top: 15px;
    border: 1px solid #cccccc;
    width: 195px;
    padding: 8px 10px 8px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.contact_form .captcha {
    width: 195px;
    height: 50px;
}

.contact_form textarea {
    border: 1px solid #cccccc;
    width: 195px;
    height: 164px;  
    padding: 8px 10px ;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    resize: none;
    margin-left: 20px;
}

.contact_form_left {
    display: inline-block; 
    overflow: hidden;
}

.contact_form_right {
    display: inline-block; 
    overflow: hidden; 
    vertical-align: top; 
    margin-top: 15px;
}


.cf_submit_btn {
    margin-left: 117px  !important;
    width: 120px !important;
    color: white;
    background-color: #2993de;
    font-weight: bold;
}

.cf_submit_btn:hover {
    background-color: #0b67a8;
}

.contact_txt {
    height: 237px  !important;
}
.captcha {
    margin-bottom: 30px;
}

.captcha_input {
    margin-left: -222px  !important;
}

/* ------------------ contact_form END ------------------ */

/* ------------------ gallery BEGIN ------------------ */


.gallery {
    display: block;
    width: 600px;
}

.gallery_list {
    content: none; 
    list-style: none ;
}
.gallery_list li:before  {
    content: ""; 
}

.gallery ul li a img {
    width: 162px;
    height: 162px;
    border: 2px solid #000;
    border-radius: 10px;
}

.gallery ul li a img:hover {
    box-shadow: 0 0 1px 1px #e4e4e4;
}

.gallery ul {
    list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.gallery ul li span {
    display: inline-block;
}

.gallery ul li {
	float: left;
    display: inline-block;
    list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	padding-right: 15px !important;
	padding-bottom: 10px !important;
}

.gallery ul li a {
    display: block;
    margin-bottom: 2px;
    color: #383f43;
    font-weight: bold;

}

.gallery ul li a:hover {
    color: #46a0db;
}

/* ------------------ gallery END ------------------ */


/* ------------------ offer_form BEGIN ------------------ */

.offer_form_wrapper {
    margin-left: 20px;
}

.offer_txt {
    height: 111px  !important;
}



.inner {
    margin-left: 30px;
}
.offer_form {
    margin-top: 10px;
    padding-top: 10px;
    background-color:#f6f6f6;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    width: 507px;
    display: block;
}

.offer_form input, .offer_form .captcha, 
.offer_form .telepulues, .offer_form .korzetszam, 
.offer_form textarea{
    margin-left: 20px;
    margin-top: 6px;
    border: 1px solid #cccccc;
    width: 195px;
    padding: 8px 10px 8px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.offer_textarea {
    height: 150px;
    resize: none;
    margin-left: -3px !important;
}

.offer_form .captcha {
    margin-left: 0px;
    margin-bottom: 0px !important; 
}

.offer_form .korzetszam{
    width: 60px;
    height: 32px;
}

.offer_form .telepulues{
    width: 217px;
    height: 35px;
}

.offer_form .captcha {
    width: 195px;
    height: 50px;
}

.unit {
    width: 50px !important;
}

.offer_form label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.offer_form input[type=checkbox]{
    width: 20px;
    height: 15px;
}

.offer_form .checkbox_label {
    display: inline !important;
}

.padlosullyedes_checkbox{
    margin-left: 96px;
    margin-top: -24px;
}

.padlosullyedes_checkbox label {
}

.talaj_tipus {
    margin-top: -69px;
}

.alap_minoseg {
    margin-left: 180px;
    margin-top: -32px;
}

.egyeb_label {
    margin-left: 31px;
    padding-left: 0px !important;
}

.test {
    margin-top: -24px;
}
.vasalt {
    margin-left: 70px;
    margin-top: -22px;
    display: none;
}

.valaszfalsullyedes {
    display: none;
}

.padlosullyedes {
    display: none;
}

.uregkitoltes {
    display: none;
}

.falvarras {
    display: none;
}

.epuletsullyedes {
    display: none;
}


.egyeb {
    width: 100px !important;
}

.no {
    margin-top: 5px !important;
}

tr.line{
    /*box-shadow: 0 -2px 0 #000;*/
}

.main_label {
    padding-left: 0px !important;
}


.offer_captcha_input {
    margin-left: 0px !important
}

.note {
    font-size: 8pt;
}
/* ------------------ offer_form END ------------------ */

.page_title {
    margin-top: 18px;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 15pt;
}

.text_information img {
    width: 500px;
    height: 500px;
}

.contact {
    text-align: center;
    font: 11pt 'Calibri';
}

.contact p {
    font-size: 12pt;
}

ul.bjqs{position:relative; list-style:none !important;padding:0;margin:0;overflow:hidden; display:none;border: 3px solid #000; border-radius: 8px; }
li.bjqs-slide{position:absolute; display:none; list-style:none !important; }
ul.bjqs-controls{list-style:none !important;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none !important; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
	
ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#49a0d8;
	color:#fff;
}

ol.bjqs-markers li a{
	border-radius: 8px;
	padding:5px 10px;
	background:#FFFF0E;
	color:#000;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #49a0d8;
	color: #fff;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}
ul.bjqs li:before {
    content:none;
    color: #6ed043;
}

div.slider_images {
	padding-left: 50px;
}