@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*
 *
 *  Copyright (c) David Bushell | http://dbushell.com/
 *
 */
/* normalize.css v2.0.1 | MIT License | git.io/normalize */

.clear {
clear: both; 
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

a img {
border: none;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: url(../img/fooldal.jpg) #464646 top right no-repeat; 
   
  background-attachment: fixed;
}


#kepek #main a {
  
    border-bottom: medium none !important;
    color: rgb(8, 75, 103);
    font-weight: bold;
    padding: 2px;
    
}

a.button {
text-decoration: none;
background: #0aa2a1;
color: #fff !important;  
font-weight: bold; 
border-bottom: none !important;
padding: 10px 20px; 
margin:10px !important;
}


a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
}

a {
  text-decoration: none;
}

body {
  color: #333;
  position: relative;
  width: 100%;
  min-width: 20em;
    min-height: 700px;
  /*background: #333333;*/
}

.highlight {
  background: #fff699;
  padding: 0 0.5em;
}

.prose ul, .prose ol {
  list-style: outside disc;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.prose p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.prose p.small {
  color: #666;
  font-size: 0.8125em;
  line-height: 1.84615em;
  margin-bottom: 1.84615em;
}
.prose p.medium {
  color: #666;
  font-size: 0.875em;
  line-height: 1.71429em;
  margin-bottom: 1.71429em;
}
.prose p:last-child {
  margin-bottom: 0;
}
.prose h1 {
  font-size: 1.875em;
  line-height: 1.2em;
  margin-bottom: 0.4em;
}
.prose h2 {
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: 0.5em;
}
.prose a {
  /*color: #6d7173;*/
 /* border-bottom: 1px solid #a1cfe5;*/
  text-decoration: none;
  outline: none;
}
.prose a:focus, .prose a:hover {
  color: #4ab336;
  border-bottom-color: #77b36b;
}

.block {
  position: relative;
  margin: 0 auto;
  padding: 1.5em 1.25em;
  max-width: 60em;
}

.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background:  url("../img/close-btn.png") left center no-repeat;
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .close-btn {
  background-image: url("../img/close-btn.png");
}
.close-btn:focus, .close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.nav-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background:  url("../img/nav-icon.png") left center no-repeat;
  background-size: 1.875em 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
.no-svg .nav-btn {
  background-image: url("../img/nav-icon.png");
}
.nav-btn:hover, .nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}

#nav {
  z-index: 200;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #4c4642;
  background: #fff; 
}
#nav .close-btn {
  display: none;
}
#nav .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#nav .block {
  z-index: 2;
  position: relative;
  padding: 0.75em 1.25em;
  background: #fff;
  width: 100% !important;
  
}
#nav ul {
  *zoom: 1;
  display: block;
}
#nav ul:before, #nav ul:after {
  content: "";
  display: table;
}
#nav ul:after {
  clear: both;
}
#nav li {
  display: block;
}
#nav li a {
  display: block;
  color: #4c4642;
  font-size: 0.875em;
  line-height: 1.28571em;
  font-weight: bold;
  outline: none;
}
#nav li a:focus, #nav li a:hover {
  color: #000;
  background: rgba(150, 150, 150, 0.1);
}
#nav li.is-active a {
  color: #000;
}

#top {
  z-index: 100;
  position: relative;
  color: #4c4642;
  background: #e7dabf;
  height: 50px !important;
  line-height: 50px;
}

#top .block {
padding: 15px 0px; 
margin: 0px 0px 0px 233px;
}

#top .block-title {
  margin: 0;
  font-size: 14px;
  line-height: 1em;
  text-align: left;
  white-space: nowrap;
}
#top .nav-btn {
  position: absolute;
  top: 8px;
right: 1.875em;
}

.logo {
display: block; 
width: 200px;
height: 150px;
position: absolute; 
z-index: 1000;
}

#main {
  /*background: #fff;*/
  color: #fff; 
  float: left; 
 
}
#main .block {
  padding: 2.625em 1.875em;
}

#kepek #main {
    width: 980px;
}

.boxes {
width: 260px;
float: left; 
padding: 60px 0px 0px 20px;
position: fixed; 
margin-top: 100px; 
margin-left: 50px; 
}

.boxes img {
    width: 250px;
}

.boxes2 img {
    width: 250px;
}

.galimg {
    width: auto;
    height: 180px;
    display: block; 
    float: left; 
    text-align: center;
    margin: 10px;

}

.galimg a img {
margin: 0px auto;
    border: 5px solid #fff;

}

footer[role="contentinfo"] {
  background: #ddd;
}

@media screen and (min-width: 940px) and (max-width: 1400px) {
    
    .ponigallery {
    width: 800px;
    float: left; 

    margin-top: 0px !important; 
        margin-left: 380px; 

}
 .ponigallery img {
    width: 200px;
    float: left; 
    margin: 5px;
     display: block; 
    
}
    
    


       
}

@media screen and (max-height: 710px) {
    
    .boxes {
    position: relative; 
    }
    
    #main {
    margin-left: 10px !important; 
    }
    
       #kepek #main {
           width: 650px;
       }
}

@media screen and (min-width: 940px) and (max-width: 1400px) {
    
            .ponigallery {
            width: 800px;
            float: left; 

            margin-top: 0px !important; 
                margin-left: 380px; 

                }
                 .ponigallery img {
                    width: 200px;
                    float: left; 
                    margin: 5px;
                     display: block; 

                }
    
        body {
              margin: 0;
              background: url(../img/x/fooldal.jpg) #464646 top right no-repeat;  

              background-attachment: fixed;
            }
    
    
        #ponilovaglas {
          background: url(../img/x/ponilovaglas.jpg) #e8dabf top right no-repeat !important;  
            background-attachment: fixed;


        }

        #bertartas {
          background: url(../img/x/bertartas.jpg) #47464c top right no-repeat !important;  
              background-attachment: fixed;

        }

        #edzo {
          background: url(../img/x/edzo.jpg) #424848 top right no-repeat !important;  
              background-attachment: fixed;

        }

        #kapcsolat {
          background: url(../img/x/kapcsolat.jpg) #424848 top right no-repeat !important;  
              background-attachment: fixed;

        }

        





        #lovardank {
          background: url(../img/x/lovardank.jpg) #424848 top right no-repeat !important;  

         background-attachment: fixed;

        }

        #lovasoktatas {
          background: url(../img/x/lovasoktatas.jpg) #47464c top right  no-repeat !important; 
              background-attachment: fixed;

        }


       
    
    
       
}

@media screen and (min-width: 45.0625em) {

.ponigallery {
    width: 430px;
    float: left; 
    margin-top: 150px; 
    

}
    
        .ponigallery img {
    width: 200px;
               float: left; 
    margin: 5px;
     display: block; 
    
}

#ponilovaglas {
  background: url(../img/ponilovaglas.jpg) #e8dabf top right no-repeat; 
    background-attachment: fixed;
  
    
}

#bertartas {
  background: url(../img/bertartas.jpg) #47464c top right no-repeat; 
      background-attachment: fixed;
 
}

#edzo {
  background: url(../img/edzo.jpg) #424848 top right no-repeat; 
      background-attachment: fixed;
 
}

#kapcsolat {
  background: url(../img/kapcsolat.jpg) #424848 top right no-repeat; 
      background-attachment: fixed;

}

#lovaink {
  background: url(../img/lovaink.jpg) #e3d8be top right no-repeat; 
      background-attachment: fixed;
   
}
 
 
#lovaink #main,  #kepek #main {
    color: #444;
}
    

#lovardank {
  background: url(../img/lovardank.jpg) #424848 top right no-repeat; 
   
 background-attachment: fixed;
    
}

#lovasoktatas {
  background: url(../img/lovasoktatas.jpg) #47464c top right  no-repeat; 
      background-attachment: fixed;

}


#kepek {
  background: url(../img/kepek.jpg) #e3d8be top right no-repeat; 
      background-attachment: fixed;
 
}

.soltilov {
display: none; 
}

.fejlec{
position: fixed;
width: 100%;
z-index: 1000;
}

#main {
margin-left: 360px; 
margin-top: 110px; 


}

.boxes2 {
display: none; 
}

.mobilimage {
display: none; 
}

#nav .block {

  margin: 0px 0px 0px 200px;
}

#main {
  /*background: #fff;*/
  width: 600px;
}

  #top .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #nav .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav ul {
    text-align: left;
    white-space: nowrap;
  }
  #nav li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-right: none;
  }
  #nav li a {
    padding: 0.42857em 0.85714em;
  }
}


@media screen and (max-width: 45em) {
    
    .ponigallery {
    width: 90%;
    clear: both;  
    margin-top: 10px; 
    margin: 0px auto;
}
    
    .ponigallery img {
    width: 100%;
    
}
    

.boxes2 {
/*margin-top: 20px; 
margin-left: 10px; */
}

.soltilov {
line-height: 50px;
display: block; 
font-size: 24px !important;
margin-left: 20px !important; 
}

.mobilimage img {
width: 100%;
}

#main .block {
padding: 20px; 
}
    
    #kepek #main {
    width: 100%;
}
    #kepek h1 {
   color: #444; 
    }
    
    #kepek {
  background: url(../img/kepek.jpg) #e8dabf top center no-repeat; 
      background-attachment: fixed;

}

body {
background: #4d4845; 
    font-family: sans-serif;
}

.logo {
display: none; 
}

#top .block {
margin: 0px auto;
}

.boxes {
display: none; 
}

.cimek {
display: none; 
}


  #nav {
    position: absolute;
    top: 0;
    padding-top: 5.25em;
  }
  #nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  #nav:target .close-btn {
    display: block;
  }
  #nav .close-btn {
    position: absolute;
    top: -3.75em;
    left: 1.875em;
  }
  #nav .block {
    position: relative;
    padding: 0;
  }
  #nav li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
  }
  #nav li a {
    padding: 0.85714em 2.14286em;
  }

  .js-ready #nav {
    height: 800px;
    width: 70%;
    background: #E7DABF;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  }
  .js-ready #nav .block {
    background: transparent;
  }
  .js-ready #nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  .js-ready #nav {
    left: -70%;
  }
  .js-ready #inner-wrap {
    left: 0;
  }

  .js-nav #inner-wrap {
    left: 70%;
  }

  .csstransforms3d.csstransitions.js-ready #nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }

  .csstransforms3d.csstransitions.js-ready #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .csstransforms3d.csstransitions.js-nav #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


@media (min-width: 1281px) and (max-width: 1440px) {
    
    
    
    
    .boxes {
        
         margin-left: 10px; 
        width: 225px;
        
    }
    
    .boxes img {
    width: 220px;
}
    
    
    #main {
    margin-left: 250px;
    margin-top: 110px;
    width: 500px;
        font-size: 14px;
    }
    
        body {
              margin: 0;
              background: url(../img/h/fooldal_1440x912.jpg) #464646 top right no-repeat;  

              background-attachment: fixed;
            }
    
    
        #ponilovaglas {
          background: url(../img/h/berlovarda_1440x912.jpg) #e8dabf top right no-repeat !important;  
            background-attachment: fixed;


        }

        #bertartas {
          background: url(../img/h/bertartas_1440x912.jpg) #47464c top right no-repeat !important;  
              background-attachment: fixed;

        }

        #edzo {
          background: url(../img/h/edzo_1440x912.jpg) #424848 top right no-repeat !important;  
              background-attachment: fixed;

        }

        #kapcsolat {
          background: url(../img/h/kapcsolat_1440x912.jpg) #424848 top right no-repeat !important;  
              background-attachment: fixed;

        }


        #lovardank {
          background: url(../img/h/lovardank_1440x912.jpg) #424848 top right no-repeat !important;  

         background-attachment: fixed;

        }

        #lovasoktatas {
          background: url(../img/h/lovasoktatas_1440x912.jpg) #47464c top right  no-repeat !important; 
              background-attachment: fixed;

        }
    
    
}

@media (min-width: 1025px) and (max-width: 1280px) {
    
    
        .boxes {
        
         margin-left: 10px; 
            width: 180px; 
        
    }
    
       .boxes img {
           width: 180px;
       }
    
    
    #main {
        margin-left: 290px;
        margin-top: 110px;
        width: 400px;
        
    }
    
    #main p {
    font-size: 13px !important;
    text-align: justify;
    
    }
    
          body {
              margin: 0;
              background: url(../img/h/fooldal_1280x800.jpg) #464646 top right no-repeat;  

              background-attachment: fixed;
            }
    
    
        #ponilovaglas {
          background: url(../img/h/berlovarda_1280x800.jpg) #e8dabf top right no-repeat !important;  
            background-attachment: fixed;


        }

        #bertartas {
          background: url(../img/h/bertartas_1280x800.jpg) #47464c top right no-repeat !important;  
              background-attachment: fixed;

        }

        #edzo {
          background: url(../img/h/edzo_1280x800.jpg) #424848 top right no-repeat !important;  
              background-attachment: fixed;

        }

        #kapcsolat {
          background: url(../img/h/kapcsolat_1280x800.jpg) #424848 top right no-repeat !important;  
              background-attachment: fixed;

        }



        #lovardank {
          background: url(../img/h/lovardank_1280x800.jpg) #424848 top right no-repeat !important;  

         background-attachment: fixed;

        }

        #lovasoktatas {
          background: url(../img/h/lovasoktatas_1280x800.jpg) #47464c top right  no-repeat !important; 
              background-attachment: fixed;

        }
    
    
}

@media (min-width: 725px) and (max-width: 1024px) {
    
    
        .boxes {
        width: 150px; 
         margin-left: 10px; 
        
    }
    
       .boxes img {
    width: 150px;
}
    
    
        #main p {
    font-size: 13px !important;
    text-align: justify;
    }
    
    #main {
    margin-left: 290px;
    margin-top: 110px;
    width: 350px;
    }
    
    #kepek #main {
    width: 600px;
}
    
          body {
              margin: 0;
              background: url(../img/h/fooldal_1024x768.jpg) #464646 top right no-repeat;  

              background-attachment: fixed;
            }
    
    
        #ponilovaglas {
          background: url(../img/h/berlovarda_1024x768.jpg) #e8dabf top right no-repeat !important;  
            background-attachment: fixed;


        }

        #bertartas {
          background: url(../img/h/bertartas_1024x768.jpg) #47464c top right no-repeat !important;  
              background-attachment: fixed;

        }

        #edzo {
          background: url(../img/h/edzo_1024x768.jpg) #424848 top right no-repeat !important;  
              background-attachment: fixed;

        }

        #kapcsolat {
          background: url(../img/h/kapcsolat_1024x768.jpg) #424848 top right no-repeat !important;  
              background-attachment: fixed;

        }



        #lovardank {
          background: url(../img/h/lovardank_1024x768.jpg) #424848 top right no-repeat !important;  

         background-attachment: fixed;

        }

        #lovasoktatas {
          background: url(../img/h/lovasoktatas_1024x768.jpg) #47464c top right  no-repeat !important; 
              background-attachment: fixed;

        }
    
    
}




