body { background: #fff; color: #555; font-size: 14px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
p{ margin-top: 20px; }
.pageWrapper { position: relative; border-top: 3px solid #16cba2; background: url('/imgs/pw_pattern.png'); }
.section { position: relative; }
.sectionInner { position: relative; padding: 0 5%; }

.header { position: relative; width: 100%; height: 70px; line-height: 70px; padding: 50px 0 0; z-index: 10; background: #fff; 
box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}

.title{ font-family: 'Roboto Slab', sans-serif; font-weight: bold; line-height: 1.2em; margin-bottom: 1em; }
.subtitle{ font-weight: 400; font-size: 18px; margin-bottom: 10px; color: #FF5E2A;   }
.txtCnt h2{ margin-top: 20px; font-weight: 400; color: #FF5E2A; margin-bottom: 10px; }
.txtCnt h3{ margin-top: 20px; font-weight: 400; color: #FF5E2A; }
.txtCnt img.fit{ width: 100%; display: block; border: 0; line-height: 0; border-bottom: 6px solid #FFA336; }


#logo { float: left; display: block; }
#logo img { display: block; }
.portableNavTrigger { display: none; }
.navCntnt { float: right; }
.mainNav { float: right; padding: 0; margin: 0; list-style-type: none; }
.mainNav li { float: left; padding: 0; margin: 0; position: relative; }
.mainNav li a { display: block; padding: 0 14px; margin: 0 6px; color: #2f2f2f; font-size: 14px; font-weight: 400; font-family: 'Open Sans', sans-serif; cursor: pointer; position: relative;
  -moz-transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .35s ease-out;
  overflow: hidden;
}
.mainNav li a:after{ content: ''; display: block; position: absolute; width: 100%; bottom: 0px; left: -100%; height: 6px; background: #ffa133;  
  -moz-transition: all .15s ease-out;
  -webkit-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  z-index: 99;
}
.mainNav li.actual a:after { 
  background: #16CBA2; 
  left: 0;  
}

.mainNav li a:hover:after {
  left: 0;
}
.mainNav li a:hover{ color: #ffa133; }


.mainNav li ul { display: none; position: absolute; top: 60px; background: #fff; padding: 10px; z-index: 1000; border-bottom: 6px solid #ffa133;
  -moz-transition: all .15s ease-out;
  -webkit-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
.mainNav li ul li{ float: none; display: block; margin: 0; line-height: 20px; }
.mainNav li ul li a{  display: block; margin: 0; padding: 0; padding: 5px;   }
.mainNav li ul li a:after{ display: none; }
.mainNav li ul li a:hover{ color: #16CBA2; }
.mainNav li:hover ul{ display: block; }

.slideShow{  position: relative; z-index: 2; width: 1200px; margin: 0 auto;
  
}
.slideShow h2{ line-height: 80px; position: absolute; left: 100px; top: 150px; text-align: right; }
.slideShow h2 span{ font-weight: 100; color: #fff; background: rgba(44,194,156,0.7); display: inline-block; font-size: 40px; padding: 18px; line-height: 40px;  }

.sectionBg{ padding: 30px 0 40px; border-bottom: 2px solid #d7d7d7;  }
.boxSection { width: 100%; }
.boxSection .box{ width: 310px; margin-right: 10px; border-top: 12px solid #ffa336; float: left;    }
.boxSection .box-wide{ width: 950px; border-top: 12px solid #ffa336; padding-bottom: 20px; }
.boxSection .box.gallery{ border-top: 12px solid #ff5e2a; }
.boxSection .box.gallery h3{ font-weight: 300; font-size: 20px; color: #fff; padding: 10px 20px; text-shadow: 1px 1px 3px #000000; }
.boxSection .box.contact{ border-top: 12px solid #16cca3; }

.boxSection .box.news{ height: 292px; width: 270px; background: #fff; padding: 10px 20px 0; }
.boxSection .box.news h3{ color: #cacaca; margin-bottom: 10px; }


.boxSection .box .miniBox{ width: 100%; height: 150px; background-color: #17cca3; margin-top: 14px; display: block; }
.boxSection .box .miniBox.consult{ background-image: url("/imgs/mail_phone.jpg"); background-position: 180px 80px; background-repeat: no-repeat; }
.boxSection .box .miniBox.consult h3{ font-size: 24px; font-weight: bold; text-shadow: none; }
.boxSection .box .miniBox.consult p{ font-weight: bold; color: #fff; padding: 0 0 0 20px; margin-top: 0; }


.boxSection .box .miniBox.velemeny{ background-color: #38599e;  }
.boxSection .box .miniBox.velemeny h3{ font-weight: 400; font-size: 24px; color: #fff; padding: 10px 20px; text-shadow: 1px 1px 3px #000000; }
.boxSection .box .miniBox.velemeny p{ font-weight: bold; color: #fff; padding: 0 0 0 20px; margin-top: 0; }

.boxSection .box img{ display: block; margin: 0; border: 0; line-height: 0; }

.newsItem{ margin-top: 20px; }
.newsItem h4{ color: #FF5E2A; font-weight: bold; font-size: 14px; }
.newsItem p{ color: #000; font-size: 14px; margin-top: 10px; }


.footer{ padding-bottom: 40px; }
.footer .about{ padding-top: 40px; float: left; margin-right: 50px; }
.footer h2{ color: #c4c4c4; font-size: 30px; font-weight: 300; margin-bottom: 16px; }
.footer .about .gyongyi-kor{ float: left; margin-right: 20px; }
.footer .about .txt{ float: left; width: 250px; font-size: 14px; } 
.footer .about .txt .next{ text-align: right;  }
.footer .about .txt .next a{ font-weight: bold; color: #FF5E2A; text-decoration: none;  }

.footer .navigation{ padding-top: 40px; float: left; }
.footer .navigation .footerNav{ list-style-type: none; padding: 0; }
.footer .navigation .footerNav a{ color: #2f2f2f; text-decoration: none; }
.footer .navigation .footerNav a:hover{ text-decoration: underline; }                    
.mainNav li:last-child a { margin-right: 0; }
.header.floating { position: fixed; background: #c51211; height: 40px; line-height: 40px; padding: 10px 0;
  box-shadow: 0 2px 2px rgba(0,0,0,.12);
}
.header.floating #logo img { height: 40px; }
.sectionWrapper{ width: 960px; margin: 0 auto; }
.header .sectionWrapper{ width: 1200px; }
.section {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.homeSection { background: #C61213 url('/imgs/bg_red_blank.jpg') no-repeat fixed 50% 50%; color: #fff;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.homeSection .sectionInner { height: 600px; }
.motto { position: absolute; top: 48%; left: 50%; margin: -1.65em -260px; max-width: 520px; font-size: 60px; font-weight: bold; line-height: 1.1em; font-family: 'Roboto Slab', sans-serif; text-align: center; z-index: 1;
  -moz-text-shadow: 0 2px 1px rgba(0,0,0,.2);
  -webkit-text-shadow: 0 2px 1px rgba(0,0,0,.2);
  -ms-text-shadow: 0 2px 1px rgba(0,0,0,.2);
  -o-text-shadow: 0 2px 1px rgba(0,0,0,.2);
  text-shadow: 0 2px 1px rgba(0,0,0,.2);
}
.motto:before { content: '“'; position: absolute; display: block; top: 82px; left: -104px; font-size: 322px; color: rgba(233,41,39,.4); font-family: 'Times New Roman', Times, serif;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}
.motto span { display: block; position: relative; z-index: 1; margin: 0; top: 0; }
.footNote { position: absolute; right: 5%; bottom: 3%; color: #e92927; font-size: 18px; font-weight: bold; font-family: 'Roboto Condensed', sans-serif; }
.scrollDown { position: absolute; bottom: 0; left: 50%; width: 60px; height: 236px; max-height: 33%; margin-left: -30px; background: url('/imgs/scroll.png') no-repeat 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
}
.scrollDown .txt { position: absolute; top: 133px; left: 76px; width: 162px; font-family: 'Roboto Condensed', sans-serif; }
@media only screen
and (max-height: 700px) {
  .scrollDown .txt { top: 50%; }
}

.simpleSection .sectionInner { padding-top: 100px; padding-bottom: 100px; }
.sectionHead { position: relative; width: 80%; margin: 0 auto; font-size: 2em; font-family: 'Roboto Slab', sans-serif; color: #e92927; font-weight: bold; text-align: center; line-height: 1em; padding: 1em 0; margin-bottom: 1em; border-bottom: 1px solid #ccc; }
.sectionHead:after { content: ''; display: block; position: absolute; bottom: -2px; left: 50%; width: 100px; height: 3px; margin: 0 -50px; background: #e92927; }
.subHead { position: relative; padding: 1em 0; color: #153e4c; text-align: center; width: 80%; margin: 0 auto; font-family: 'Roboto Slab', sans-serif; font-size: 2em; line-height: 1em; margin-bottom: 1em; }
/*.subHead:before,*/ .subHead:after { content: ''; display: block; position: absolute; top: 0; left: 50%; width: 100px; height: 1px; margin: 0 -50px; background: #153e4c; }
.subHead:after { top: auto; bottom: 0; }
.simpleSection .sectionInner .sectionHead, .simpleSection .subHead:first-child { margin-top: -40px; }
.txtCntnt { line-height: 1.5em; }
.txtCntnt p { margin-bottom: 1em; }
.txtCntnt h1, .txtCntnt h2, .txtCntnt h3, .txtCntnt h4{ }

.largeTxt { font-size: 1.5em; line-height: 1em; text-align: center; font-family: 'Roboto Slab', sans-serif; font-weight: 300; }
.largeTxt strong, .largeTxt b { color: #c51211; font-weight: bold; }
.section.dark { color: #fff; }
.dark .sectionHead { color: #fff; }




.contactFormCnt { position: relative; width: 880px; margin: 0 auto; background: #fff; color: #555;
  box-shadow: 0 0 40px rgba(0,0,0,.2);
  border-radius: 6px 6px 0 0;
  transition: all .6s ease-out;
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.santaSection .contactFormCnt{ background: rgba(255,255,255,0.9); }
.contactFormCntInner { padding: 80px 80px 60px; border-bottom: 60px solid #C51211; }
.contactFormTxt { float: right; width: 300px; }
.contactFormTxt .title { margin-top: -12px; font-size: 2em; font-weight: 700; line-height: 1.2em; margin-bottom: .5em; }
.contactFormTxt .title:after { margin-top: .3em; }
.contactForm { float: left; width: 385px; }
.contactForm .row { margin-bottom: 1em; }
.contactForm label { display: block; font-weight: bold; color: #C51211; margin-bottom: .3em; }
.contactFormTxt label{ display: block; font-weight: bold; color: #C51211; margin-bottom: .3em; }
.contactForm input[type=text], .contactForm textarea { width: 320px; height: 30px; line-height: 30px; padding: 6px 18px; border: 2px solid #BEB8B7; color: #000; font-size: 16px;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.contactForm input[type=text].small{ width: 30px; }      
.contactForm input[type=text].medium{ width: 60px; } 
.contactForm textarea { height: 150px; line-height: 1.2em; width: 680px; font-size: 14px; padding-top: 18px; padding-bottom: 18px; }
.contactForm textarea.small{ width: 300px; }
.contactForm input[type=text]:focus, .contactForm textarea:focus { /*background-color: #ff3300; color: #fff; */border-color: #C51211; outline: none;
  -moz-box-shadow: 0 3px 2px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 3px 2px rgba(0,0,0,.2);
  -ms-box-shadow: 0 3px 2px rgba(0,0,0,.2);
  -o-box-shadow: 0 3px 2px rgba(0,0,0,.2);
  box-shadow: 0 3px 2px rgba(0,0,0,.2);
}
.contactForm .footnote { margin: .8em 0; }
.contactForm .captchaCnt { float: left; }
.contactForm .submitCnt { width: 720px; bottom: 80px; right: 80px; text-align: right; padding-top: 14px; }
.contactForm .submitCnt .txtBtn { width: 256px; } 
.contactFormOverlay.closed { display: none; }
.contactFormOverlay.closed .contactFormCnt { margin-bottom: -500px;
  opacity: 0;
}

.careerSection { background: #eee; }
.careerList { width: 80%; margin: 0 auto; }
.careerItem { float: left; width: 42%; margin: 3%; background: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -ms-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -o-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
}


.section {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}


.main .sectionWrapper{  }
.mainCol{ float: left; width: 595px; background: #fff; margin-top: 20px; padding: 40px 30px; min-height: 568px;   }
.sidebar{ float: right; width: 280px;  padding: 20px 10px;  }



.sidebar.boxSection{ margin-top: -20px; }
.sidebar.boxSection .box{ float: none; margin-top: 20px; height: auto; padding-bottom: 20px; }

.gmapCnt{ float: right; }


.velemenyItem{ background: url("/imgs/qsign.png") 0 30px no-repeat; margin-bottom: 20px; }
.velemenyItem p{ padding-left: 40px; }
.velemenyItem p.next{ text-align: right; margin-top: 10px; }
.velemenyItem p.next a{ color: #17CCA3; font-weight: bold; }

.masVelemeny{ padding: 10px 0; }
.masVelemeny .item{ margin-bottom: 10px; }
.masVelemeny a{ color: #16CBA2;  }
.masVelemeny a:hover{ text-decoration: underline; }

.velemenyLeiras{ background: #fafafa; font-style: italic; padding: 1px 10px 20px 10px; }


.getintouchlink{ color: #17CCA3; font-weight: bold; text-decoration: underline;  }

.otherTitle{ font-size: 20px; font-weight: 100; margin-top: 40px; margin-bottom: 0; font-weight: bold; }

.date{ color: #cacaca; margin-top: -20px; }

.featuredV{ background: url("/imgs/qsign-o.png") 0 30px no-repeat; margin-top: 20px; padding-left: 20px; padding-top: 20px; font-style: italic; }
.featuredV a{ color: inherit; }

.galleryCnt a{ display: block; float: left; width: 180px; margin:5px; }
.galleryCnt a img{ width: 100%; }

.vImages a{ display: block; float: left; width: 39%; margin:5%; border: 1px dashed #ccc; }
.vImages a img{ width: 100%; }

.socialShare{ text-align: right; padding-bottom: 20px; }
.socialShareMain{ position: absolute; top: -80px; right: 0px; }



