@import "shortcodes.css";

/***** RESET STYLES *****/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin:0;
  padding:0;
}

body {
  overflow-x:hidden;
}

table {border-collapse:collapse; border-spacing:0}
fieldset, img {border:0}

table.dataTable {margin-top:0px !important; margin:0px !important;}
.dataTables_wrapper {padding:0px !important; margin:0px !important;}

table.dataTable tr.odd { background-color: #e9e9e9 !important; }
table.dataTable tr.even { background-color: transparent; }
table.dataTable tr.odd td.sorting_1 { background-color: transparent; }
table.dataTable tr.odd td.sorting_2 { background-color: transparent; }
table.dataTable tr.odd td.sorting_3 { background-color: transparent; }
table.dataTable tr.even td.sorting_1 { background-color: transparent; }
table.dataTable tr.even td.sorting_2 { background-color: transparent; }
table.dataTable tr.even td.sorting_3 { background-color: transparent; }
.paging_full_numbers a.paginate_active {
  background-color: #a3a3a3;
  color: black;
}


address, caption, cite, code, dfn, em, strong, th, var {
  font-style:normal;
  font-weight:normal;
}

ol, ul, li {list-style:none}
caption, th {text-align:left}

.post-solo ul li {list-style: disc; margin-left:30px}
.post-solo ol li {list-style: decimal; margin-left:30px}
.widget ul li {list-style: disc; margin-left:30px}
.widget ol li {list-style: decimal; margin-left:30px}

h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
  padding-bottom:10px;
}

q:before, q:after {content:''}
strong {font-weight:bold}
em {font-style:italic}
.italic {font-style:italic}

.aligncenter {
  display:block;
  margin:0 auto;
}

.alignleft {
  float:left;
  margin:10px;
}

.alignright {
  float:right;
  margin:10px;
}

.full-wide {
  padding:0 15px 0;
}


.no-margin {margin:0}
.no-bottom {margin-bottom:0}
.no-padding {padding:0}
.margin-t {margin-top:25px}
div {position:relative}
a {text-decoration:none}
a:hover {text-decoration:underline}
a:active,a:focus {outline:none}

div,img {
  -webkit-box-sizing:border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing:border-box;
  /* Firefox, other Gecko */
  box-sizing:border-box;
}
/***** END RESET *****/


/***** Bootsrap korrekció az img width (és height) miatt *****/

img {
  max-width:100%;
  height:auto;
  vertical-align:middle;
  border:0;
  -ms-interpolation-mode:bicubic;
}

img[width], img[height] {
  max-width:auto;
  max-height:auto;
}


/**** GENERAL STYLES *****/

html {-webkit-font-smoothing:antialiased}

body {
  font-family:Ubuntu, Arial, Verdana, sans-serif;
}

.wrap, .wrap-slider, .wrap-header, .wrap-content, .top-img, #footer {
  width:100%;
  margin:0 auto;
  padding: 15px;
}

.top-img {
  padding-top: 5px;
  padding-bottom: 0px;
}

.top-img img {
  width:100%;
  height:auto;
  border-top:5px solid #eb4800;
  margin-top:5px;
}

.wrap-content {
  background-color: transparent;
  padding: 0;
  padding-top:15px;
  margin-bottom:20px;
}

.wrap-slider {
  background:transparent;
  padding:0;
  border-top:5px solid #eb4800;
  margin-top:10px;
}

.wrap-header {
  background-color: whitesmoke;
  border-radius: 4px;
  margin: 20px 0;
  padding: 15px;
}

h1 {font-size:36px; line-height:36px}
h2 {font-size:28px; line-height:28px}
h3 {font-size:24px; line-height:24px}
h4 {font-size:18px; line-height:18px}
h5 {font-size:16px; line-height:16px}
h6 {font-size:14px; line-height:14px}

h1, h2 {
  margin-bottom:18px;
  color:#505050;
  font-family:'Oswald', sans-serif;
}

h3, h4, h5, h6 {
  margin-bottom:12px;
  color:#404040;
  font-family:'Oswald', sans-serif;
}


.column-clear {clear:both}
.clear {overflow:hidden}
.btn {font-size:20px}

textarea, select, input[type="tel"], input[type="date"], input[type="text"], input[type="email"], input[type="password"] {
  border:1px solid #ccc;
  box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition:border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  border-radius:4px;
  font-size:14px;
  line-height:20px;
  padding:4px 6px;
}

/**** END GENERAL STYLES*****/


/**** HEADER STYLES*****/
.logo {
  position:relative;
  left:0px;
  margin-bottom:10px;
  margin-top:10px;
}

#logo {display:block;}

h1#logo, h1#logo a {
  padding:0;
  background-repeat:no-repeat;
}

#logo a {
  background-size: contain;
  display: inline-block;
  max-height: 100px;
  text-indent: -9999px;
  background-repeat:no-repeat;
}

.open-hours{margin-top:15px; right:15px}
.open-button{font-size:22px; font-family:'Oswald', sans-serif; padding:10px; letter-spacing:1px}
.felsosor {max-height:110px;}

.menu {
  float:right;
}

.menu li {
  padding:0;
  margin:0 2px;
  float:left;
  position:relative;
  font-family:'Oswald', sans-serif;
  font-size:20px;
  line-height:1;
}

.menu li.current-menu-item a {color:white}

.menu li a {
  padding:10px;
  color:#777;
  display:block;
}

.menu li:hover {
  background-color:#eb4800;
  color:#FFFFFF !important;
}

.menu li:hover a {
  color:#FFFFFF !important;
}

.menu li > a:hover {
  color:#FFFFFF !important;
  text-decoration:none;
}

.menu ul.sub-menu {
  background-color:white;
  display:none;
  margin:0;
  padding:0;
  width:auto;
  position:absolute;
  top:35px;
  left:0;
  z-index:10;
  border:1px solid #d0d0d0;
  box-shadow:1px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius:0 5px 5px 5px;
}

.menu li:hover ul.sub-menu {display:block !important}

.menu ul.sub-menu li {
  display:block;
  float:none;
  margin:0 10px;
  padding:10px 0;
  border-bottom:1px solid #f0f0f0;
  background-color:#ffffff;
}

.menu ul.sub-menu li a {
  font-size:13px;
  color:#808080 !important;
  padding:0;
  text-transform:uppercase;
  width:180px;
  display:block;
  height:auto;
  text-shadow:none;
}

.menu ul.sub-menu li:last-child {border:none}

.menu ul.sub-menu li:hover a,
.menu li:hover ul.sub-menu li a {
  background-color:#ffffff !important;
  color:#808080;
  border:none;
}

.menu li:hover ul.sub-menu li:hover a,
.menu ul.sub-menu li a:hover {color:#202020 !important}

.menu .sub-menu li:hover,
.menu li.current-menu-item .sub-menu a:hover {background-color:white}

.navbar-header {
  font-size:1.5em;
  height:3em;
  line-height:3em;
  padding:5px 10px;
  box-sizing:border-box;
  width:100%;
}

.navbar-default {
  background-color:transparent;
  border-color:transparent;
}

.navbar-collapse {
  background-color:#ffffff;
}

.navbar-default .navbar-toggle {
  background-color:#ffffff;
  border-color:#888888;
  color:#888888;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color:#ffffff;
  border-color:color;
  color:#888888;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color:#888888;
}

/**** END HEADER STYLES*****/

/**** INDEX STYLES*****/

.flexslider {
  position:relative;
  border:none;
  margin: 0px;
  border-radius:0;
  box-shadow:none;
}

.flexslider .slides > li {position:relative}

.flexslider .flex-caption {
  background:#797979;
  opacity: 0.8;
  color:#fff;
  position:absolute;
  right:0;
  bottom:0;
  width:32%;
  z-index:1;
  padding:20px;
  border-top-left-radius:20px;
}

.flex-caption h2 {
  font-size:24px;
  margin:0;
  margin-bottom:5px;
  padding:0;
}

.flex-control-nav {display:none}

.flex-direction-nav a {
  background:url("images/arrows.png") no-repeat 0 0 transparent;
  cursor:pointer;
  display:block;
  height:30px;
  width:30px;
  position:absolute;
  text-indent:-9999px;
  top:45%;
  z-index:10;
  opacity:0;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  transition:all .3s ease;
}

.flex-direction-nav .flex-prev {
  background-position:0 0;
  left:12px;
}

.flexslider:hover .flex-prev {
  opacity:0.8;
  left:12px;
}

.flex-direction-nav .flex-next {
  background-position:-30px 0;
  right:12px;
}

.flexslider:hover .flex-next {
  opacity:0.8;
  right:12px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity:1}

.flex-active-slide img {
  width:100%;
  height:100%;
}

div.thumb-home,
div.post-home  {
  border:1px solid #ddd;
  border-radius:4px;
  display:block;
  line-height:20px;
  padding:15px;
  transition:all 0.2s ease-in-out 0s;
  background-color:whitesmoke;
}

.col-home .column-clear {display:none}
.col-home .text-right,
.post-home  .text-right,
.post-solo .text-right {
  margin-left:0;
  margin-right:auto;
  width:70px;
}

.home-text p {font-size:16px; margin-bottom:0px;}

.btn-menu {margin-top:10px}

.read-more, #submit, #submit-comm {
  padding:12px 15px;
  display:block;
  text-align:center;
  font-size:22px;
  font-family:'Oswald',sans-serif;
  text-shadow:0 1px 0 rgba(30, 30, 30, 0.8);
  background-image:linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat:repeat-x;
  box-shadow:0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}

.read-more:hover, .read-more:active, #submit:hover, #submit:active, #submit-comm:hover, #submit-comm:active {
  text-decoration:none;
  box-shadow:0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  outline:0 none;
}

.read-more {
  text-transform:uppercase;
  padding:7px;
  font-size:11px;
}

#submit, #submit-comm {
  padding:5px 7px;
  cursor:pointer;
  font-size:16px;
  margin-bottom:20px;
  text-align:left;
}

.home-bottom {margin-top:30px}
.home-bottom {margin-bottom:20px}
.home-post-title {padding:0; margin-bottom:10px}
.home-post-title a {font-size:14px}

.home-title {
  width:100%;
  font-size:24pt;
  margin-bottom: 10px;
}


	/**** END INDEX STYLES*****/
  
/**** BLOG POSTS STYLES*****/

.post-title-page {
  background:none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  left:24px;
  bottom:30px;
  color:white;
  font-family:'Oswald', sans-serif;
  font-size:36px;
  line-height:50px;
  margin:0;
  padding:10px 24px;
  position:absolute;
  text-shadow:1px 2px 1px rgba(30, 30, 30, 0.8);
  z-index:1;
}

#all-posts-menu {
  float:left;
  width:610px;
  padding:0 20px 20px 20px;
}

.post-solo, .post-contact {padding:25px; background-color:whitesmoke; margin-top:10px; border-radius:4px; overflow:hidden;}
.post-title {margin-top:10px; margin-bottom:10px}
.post-title a {color:#666}
.post-title a:hover, .post-info a:hover {text-decoration:none}
.post-info {color:#CAB8B5; margin:5px 0 15px 0}
.post-info a {color:#CAB8B5}
.post {margin-top:20px}


/**** END BLOG POSTS STYLES*****/


/**** SIDEBAR STYLES*****/
.sidebar {margin-top:10px}

.widget {
  margin-bottom:30px;
  padding:18px;
  background-color:whitesmoke;
  border-style:solid;
  border-width:10px 0 1px;
  border-color:#eb4800 #e3e3e3 #e3e3e3;
  border-radius:0;
}

.widgettitle {
  font-family:'Oswald', sans-serif;
  color:#CAB8B5;
  text-shadow:#ffffff 0 1px 0;
  margin:0;
  font-size:25px;
  line-height:25px;
}

.img-left-post {
  width:60px;
  float:left;
  margin:0 10px 0 0;
}

.img-left-post a img {
  border:1px solid #c5c5c5;
  padding:2px;
}

.widget_FacebookLikeBox {margin-bottom:10px}

.flickr div {
  float:left;
  margin:0 10px 20px 0;
}

.flickr img {
  width:50px;
  height:50px;
  border:3px solid #d7d7d7;
  -webkit-transition:border-color 0.5s ease;
  -moz-transition:border-color 0.5s ease;
  -o-transition:border-color 0.5s ease;
  transition:border-color 0.5s ease;
}

.flickr div.last {margin:0 0 10px 0}

.flickr div a {
  display:block;
  width:50px;
  height:50px;
  margin:0;
}

.flickr img:hover {
  border:3px solid #D67878;
  -webkit-transition:border-color 0.5s ease;
  -moz-transition:border-color 0.5s ease;
  -o-transition:border-color 0.5s ease;
  transition:border-color 0.5s ease;
}

/**** END SIDEBAR STYLES*****/

/**** FOOTER STYLES*****/

#footer {
  padding:20px 20px 0;
  background-color:#383838;
  border-top:5px solid #eb4800;
}

.widgettitle2 {
  margin-bottom:10px;
  font-family:'Oswald', sans-serif;
  color:white;
  font-size:18px;
  line-height:18px;
  text-transform:uppercase;
}

.twitter-widget ul li {
  width:270px;
  background:url("images/twitter-icon.png") no-repeat scroll 0 3px transparent;
  border-bottom:1px  dotted #f0f0f0;
  margin-bottom:12px;
  padding-bottom:12px;
  padding-left:25px;
  margin-right:0;
}

.widget_archive ul li {margin-bottom:5px}

div.copy-soc {
  background-color:#282828;
  margin-top:15px;
  padding-top: 5px;
}

.footer-widget {color:#ccc}

#copyright {
  float:left;
  font-size:12px;
  margin-top:20px;
  color:#aaa;
}

.social {
  float:right;
  margin-top:5px;
  margin-bottom:5px;
  text-align:right;
}

.social ul li {
  float:left;
  margin-left:10px;
}

.social a {
  opacity:0.8;
  display:block;
  -webkit-transition:opacity 0.3s linear 0s;
  -moz-transition:opacity 0.3s linear 0s;
  -o-transition:opacity 0.3s linear 0s;
  transition:opacity 0.3s linear 0s;
}

.social ul li, .social a {
  width:48px;
  height:48px;
  background-size: contain !important;
}

.social a:hover {opacity:1}
.social ul {float:right}

.twitter a {background:url("images/soc-twitter.png") no-repeat scroll center center transparent}
.facebook a {background:url("images/soc-facebook.png") no-repeat scroll center center transparent}
.vimeo a {background:url("images/soc-vimeo.png") no-repeat scroll center center transparent}
.picasa a {background:url("images/soc-picasa.png") no-repeat scroll center center transparent}
.youtube a {background:url("images/soc-youtube.png") no-repeat scroll center center transparent}
.googleplus a {background:url("images/soc-googleplus.png") no-repeat scroll center center transparent}

.rss a {background:url("images/soc-rss.png") no-repeat scroll center center transparent}
.stumble a {background:url("images/soc-stumble.png") no-repeat scroll center center transparent}
.linkedin a {background:url("images/soc-linkedin.png") no-repeat scroll center center transparent}
.flickr a {background:url("images/soc-flickr.png") no-repeat scroll center center transparent}

#backTop{
  background:#eb4800;
  border-radius:50%;
  cursor:pointer;
  display:block;
  width:40px;
  height:40px;
  padding:5px;
  position:fixed; 
  bottom:80px; 
  right:10px; 
  text-align:center;
  border:1px #dfdfdf solid;
}
#backTop a{
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:bold;
  line-height:0.8em;
  margin-top:8px;
  display:block;
}
#backTop:hover {background:#0092D1}

/**** END FOOTER STYLES*****/


/**** CONTACT FORM STYLES*****/

.post-contact {
  margin-bottom:20px;
  background-color:whitesmoke;
  padding:12px;
  margin-top:20px;
  border-radius:4px;
}

.comm-field, textarea {
  width:70%;
  margin-bottom:10px;
}
/**** END CONTACT FORM STYLES*****/


/***** Flexible embeds *****/

.widget_FacebookLikeBox, .video-widget, .gmaps {
  position:relative;
  padding:0;
  padding-bottom:56.25%;
 /* 16:9 ratio*/
  height:100%;
  overflow:hidden;
}

.widget_FacebookLikeBox iframe,
.widget_FacebookLikeBox object,
.widget_FacebookLikeBox embed, .video-widget iframe, .gmaps iframe {
  position:absolute;
  top:auto;
  left:0;
  width:100%;
  height:100%;
}


#logo a {
  max-width:100%;
  background-size: contain;
}

.post-title-page {
  max-width:75%;
}

.nyelvvalaszto {
  display:inline-block;
  position:relative;
  float:right;
  margin-top:10px;
}


/***** Reszponzív méretezés *****/
/*===================================================================================================================================================*/
/*===================================================================================================================================================*/

@media (max-width:1199px) {
  .menu {
    top: -30px;
  }  

  .menu li {
    font-size:18px;
  }

  .menu li a {
	padding:8px;
  }

  .menu ul.sub-menu { top:30px; }

  .home-title { font-size:22pt; }

  #logo a {
    width:260px !important;
	height:100px !important;
  }

  .open-button{font-size:20px; padding:8px;}

  .widget {margin-bottom:20px;}

}


@media (max-width:991px) {

  #menu-holder,
  .menu {height:46px}
  .menu {top: 0px;}

  .open-hours {margin-top:20px;}

  div.copy-soc {
    padding-top: 10px;
  }

  .social ul li, .social a {
    width:40px;
    height:40px;
  }

  .menu li {
    float:left;
    position:relative;
    font-family:'Oswald', sans-serif;
    font-size:16px;
  }

  .menu li a {padding:10px}

  .menu ul.sub-menu { top:35px; }

  #menu-holder:before, 
  #menu-holder:after, 
  #menu-holder .menu:before, 
  #menu-holder .menu:after {display:none}
  .menu ul {top:46px}
  .menu ul li a {padding:0}

  .home-title {
    font-size:24px;
	margin-bottom:0px; 
  }

  .post-title-page {bottom:10px; font-size:30px;}

  .home-bottom .slides_container {width:390px}
  .home-bottom .slide {width:390px}
  .tab-text-article {width:160px}
  .top-img {
    padding-top:0px;
    padding-bottom:0px;
  }
  .flexslider .flex-caption {padding:14px;}
  #logo a {
    width:350px !important;
	height:80px !important;
	position:relative;
  }
  .home-text span {font-size:15pt !important;}
  .wrap-content { padding-top:10px;}
  .all-posts {padding-right: 0px;}
  .full-wide {padding-right: 15px;}
  .widget {margin-bottom:15px;}

}


@media (max-width:767px) {
  .wrap, .wrap-slider, .wrap-header, .wrap-content,#footer {width:auto;padding:0 20px}
  .wrap-header, .wrap-content, #footer{padding:20px}
  .wrap-content {padding:0px}
  .wrap-slider{padding:0px; border-top:0px !important; margin-top:0px !important}
  .open-hours{position:relative;padding-left:0;text-align:center; margin:0px;max-width:100%;}
  .open-button{max-width:100%;}

  .top-img{width:100%; margin:0px; padding-top:0px;}
  .top-img img{width:100%; border-top:0px !important}

  .social ul li, .social a {
    width:36px;
    height:36px;
  }

  #logo, .logo{display:none}
  #menu-holder{text-align:center}
  #menu-holder:before, #menu-holder:after, #menu-holder .menu:before, #menu-holder .menu:after{display:none !important}
  h1#logo a {margin:auto; background-position:center;}
  .home-title:after{border:none}
  .col-home{text-align:center;margin-bottom:20px}
  .home-title{width:auto; margin-bottom:0px; font-size:22pt}
  .thumb-home {text-align:left;}
   textarea#message{width:100%}
  .home-text {padding-left:15px; padding-right:15px}
  .open-text span.pull-right {float:none !important}

  .post-title-page {bottom:10px; font-size:22px; padding:10px; line-height: 26px;}
  .flex-caption h2 {font-size: 18px;}
  .flexslider .flex-caption {padding:10px; font-size:12px;}
  .post-solo, .post-contact {margin-right:15px;}
  .full-wide {padding-right: 0px;}

  .desktop-menu, .menu{display:none}
  .mobile-menu {display:block !important}
  #mobile-logo { display:inline-block !important; max-height:3em; max-width:75%; border:0px; margin:0px; position:absolute; top:5px; left:5px;} 
  body {padding-top:5em;}
  .flexslider {margin-top:5px}
  .home-text span {font-size:14pt !important;}
  .footer-box:not(:last-of-type) {padding-bottom:15px; margin-bottom:20px; border-bottom-width: 1px; border-bottom-style: solid;}
}


@media (max-width:590px) {
  .top-img img { border-top-width: 7px !important;}
  .post-title-page {bottom:10px; font-size:20px; padding:8px; line-height: 22px;}
  .flex-caption {display:none}
  .home-text span {font-size:13pt !important;}
  .social ul li, .social a {
    width:32px;
    height:32px;
  }
}


@media (max-width:480px) {
  .open-hours{position:relative;padding-left:0;text-align:center; margin-top:5px; right:0px; top:0px;}
  h1#logo a {margin:auto;}

  .social ul li, .social a {
    width:28px;
    height:28px;
  }
  .uzenetablak {
    position: absolute !important;
    left:0px !important;
    padding:5px !important;
    font-size:16pt !important;
    line-height:18pt !important;
    width:100% !important;
    box-shadow: 0px 0px 0px #ffffff !important;
  }
  .top-img img { border-top-width: 6px !important;}

  .container {padding-left:5px; padding-right:5px;}
  .felsosor {padding:0px; margin:0px;}
  .home-text span {font-size:12pt !important;}
  .post-title-page {bottom:5px;}

}


@media (max-width:460px) {
  .home-bottom .span8{display:none}

  .open-hours{position:relative;padding-left:0;text-align:center; margin:10px auto 10px; right:0px; top:0px;}
  h1#logo a {margin:auto;}
  #logo a {
    width:300px !important;
	height:80px !important;
  }

  .uzenetablak {
    position: absolute !important;
    left:0px !important;
    padding:5px !important;
    font-size:16pt !important;
    line-height:18pt !important;
    width:100% !important;
    box-shadow: 0px 0px 0px #ffffff !important;
  }
  .top-img img { border-top-width: 4px !important;}
}


@media (max-width:320px) {
  .open-hours{position:relative;padding-left:0;text-align:center; margin:10px auto 10px; right:0px; top:0px;}
  h1#logo a {margin:auto;}
  #logo a {
    width:270px !important;
	height:70px !important;
  }
  #mobile-logo { display:none !important;}

  .home-text p {font-size:12px;}

  .uzenetablak {
    position: absolute !important;
    left:0px !important;
    padding:5px !important;
    font-size:16pt !important;
    line-height:18pt !important;
    width:100% !important;
    box-shadow: 0px 0px 0px #ffffff !important;
  }
  .top-img img { border-top-width: 2px !important;}
}

