@import url('https://fonts.googleapis.com/css?family=Roboto|Barrio');

@font-face {  
      font-family: "kokila";  
      src: url('font/kokila.ttf'); 
} 
@font-face {  
      font-family: "Myriad_Pro_Regular";  
      src: url('font/Myriad_Pro_Regular.ttf'); 
} 
@font-face {
      font-family: "jurabold";  
      src: url('font/Jura-Bold.ttf'); 
} 
@font-face {  
      font-family: "juraregular";  
      src: url('font/Jura-Regular.ttf'); 
}  


body {
  background: #e4e4e4;
  overflow-x: hidden;
}   
a:hover{
 color: #FFF;
} 

.allcontain{
    margin-left: auto;
    margin-right: auto;
    background-color: #d5b12e;
    text-align: center;
}
.allcontain2{
    margin-left: auto;
    margin-right: auto;
    background-color: #2c2a27;
}
.allcontain4 li{
    border-bottom: 1px solid #d5b12e;
}
.allcontain3{
  margin-left: auto;
  margin-right: auto;
  background-color: #d5b12e;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;

}
.navbar{
position: fixed;
top: 24px;
width: 100%;
z-index: 1000;
}
.text-head-center{
    margin: auto;
    padding-top: 47px;
}

.header-logo img{
  height: 81px;
  position: absolute;
  top: -27px;
}
.header-logo{
  width: 50px;
  z-index: 1000;
}
.top-three{
  height: 262px;
}
.container{
  padding: 0px;

}

#fentkisszoveg{
    position: relative;
    background: url("../../img/zold_csik.png") repeat-y scroll left top transparent ;
    padding-left: 10px;
    text-align: left;
    margin-left:3px;
    font-size:25px;
}

#fentkisboksz2{
    text-align: left;
}
.navbarMy{
  background-color: #2c2a27;

}
.navbarMy .nav-item{
  text-align: right;
}
@media (max-width: 768px){
    .navbarMy .dropdown-item {
            white-space: inherit;
           }
}

.navbarMy .navbar-toggler{
  color: #FFF;
  border-color:#FFF;
}
.nav-item a{
  color: #b49243;
}
li a{
  color: #FFF;
  text-decoration: none;
}
.navbarMy .navbar-toggler-icon{
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(180, 146, 67, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.tema{
  background-color:white;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #521714;
}

.nav-link{
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 10px;
}
@media screen and (max-width:600px){
    .footer{
        margin-top: 15px;
    }
    .copyright{
        float: none;
        text-align: center;
        padding: 0;
        padding-top: 5px;
        margin-bottom: 7px;
    }
    .footer{
        height: 55px;
    }
}

.container-3d {
    height: 250px;
    position: relative;
    width: 100%;
    overflow:hidden;
    float: left;
}

.panel.panel-default {
    border: solid 1px #000;
}
.front {
    background: #e4e4e4!important;
    position: absolute;
    transform: rotateY(0deg);
    z-index: 1;
    transition: all 0.5s ease 0s;
    transform-style: preserve-3d;
    backface-visibility:hidden;   
}
.container-3d:hover .front {
    transform: rotateY(-180deg);
    z-index: 0;
}

.back {
    background:#d5b12e;
    backface-visibility:hidden;
    color: #000;
    font-size: 14px;
    padding: 25px;
    position: absolute;
    transform: rotateY(180deg);
    z-index: 0;
    transition: all 0.5s ease 0s;
    transform-style: preserve-3d;
}
.back a{
    text-decoration: none;
    color: #000;
}
.back a:hover{
    text-decoration: none;
    color: grey;
}
.container-3d:hover .back {
    transform: rotateY(0deg);
}

.back-wrap {
    transform: translateZ(100%);
    height: 280px;
}

  .panel-body{
    text-align: center;
  }

    .container-3d:hover .back {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        height: 350px;
    }
    .button5 {
    background-color: #1a1a19;
    color: #d5b12e;
    border: 2px solid #000;
    padding: 15px;
}
}
.featurecontant{
    width:80%;
    max-width: 500px;
    height: 350px;
    border: 1px solid #C59E47;
    margin-top: 7%;
    margin-bottom: 7%;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;

}
.featurecontant>h1{
    font-family: "OpenSans Regular";
    font-size: 19.8px;
    text-align: center;
    color: darkslategray;
    margin-top:10%;
    margin-bottom: 15px;

}
.featurecontant>p{
    font-family: "OpenSans Regular";
    font-size: 16px;
    text-align: center;
    color: darkslategray;
}
.wearable{
    font-family: "OpenSans Regular";
    font-size: 16.44px;
    text-align: center;
    color: darkslategray;
   /* margin-bottom: 19.15%;*/
}
@font-face{
    font-family: "Roboto Light";
    src: url(../source/fonts/Roboto-Light.ttf) format("truetype");

}
#wearabletext1 {
    margin-bottom: 25%;
    max-height: 105px;
}
#wearabletext2 {
    max-height: 34px;
}
.featurecontant>form>button{
    background: #020243;
    border: 1px solid #020243;
    font-family: "OpenSans Regular";
    font-size: 16px;
    color:#fff;
    letter-spacing: 5px;
    width: 68%;
    margin-left: 17%;
    margin-bottom: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.featurecontant>form>button:hover{
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .2s ease-in;
    border: 1px solid #020243;
    background: none;
    color: #020243;
} 
.topicks {
    border-top: 1px solid #191919;
    background: #e4e4e4;
    height: 500px;
    margin: auto;
    max-width: 1920px;
}
.alCimek{
    font-family: Charlemagne Std;
}
.szurkedoboz{
    background-color: #2c2a27;
    height: 500px;
    margin: 10px;
    text-align: center; 
    color: white;
    font-size: 14px;
}
.szurkedoboz li{
    list-style: none;
    padding: 20px;
    padding-top: 5px !important;
}
.szurkedoboz ul{
    padding-left: 0px;
}
.szurkedoboz h3{
    color: #d5b12e;
    padding: 10px;
}
.szurkedoboz a:hover{
  color:#d5b12e;
  text-decoration: none;
}
.ajanl2{
    background-color: #D5B12E;
    text-align: center; 
    color: white;
    font-size: 18px;
    height: 200px;
    padding:20px;
    
}
.ajanl3{
  height: 170px;
  padding: 10px;
  text-align: center;
}
.kepmeret2{
    height: 210px;
}
.kepmeret3{
  height: 120px;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #2c2a27;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #D5B12E;
}

.container {
  border-radius: 5px;
}
.footertart{
    height: auto;
    border-top:15px solid #2c2a27;
    text-align: center;
     padding-bottom:5px;
}
.alsoszoveg a{
    color: #d5b12e;
    float: left;
    padding: 10px 140px;
    border: 1px solid #d5b12e;
}
.alsoszoveg a:hover{
    background-color: #d5b12e;
    color: #2c2a27;
}
.alltartalomfooter{
    color:#d5b12e;
    float:left;
    background: #2c2a27;
    text-align: center;
}
.alltartalomfooter:hover{
    color: #FFF;
    text-decoration: none;
}
.copyright a{
    padding-top: 5px;
    color: #d5b12e;
    text-decoration: none;
}
.copyright a:hover{
    padding-top: 5px;
    color: #FFF;
    text-decoration: none;
}
.footertart a{
    color:#d5b12e;
}
.footertart a:hover{
    color:#FFF;
}
.hirszoveg{
  font-size: 15px;
  background: #FFF;
  background-image: linear-gradient(#e4e4e4, #FFF , #e4e4e4);
  border-radius: 30px;
}
.content-slider li:nth-child(even) h5{
  text-align: center;
  color: #D5B12E !important;
}
.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #d5b12e;
}
.lSSlideOuter .lSPager.lSpg > li a{
  background: url("../image/sarkany.ico");
  background-color: #cccccc;
}
.card{
  background: none;
  border: none;
}
.w3-sidebar{
  height: 600px;
  position: relative !important;
  overflow: hidden;
}
  .w3-top{
  position: relative;
  width: 100%;
  z-index: 1;
}
.w3-dropdown-hover:first-child{
  background-color:#2c2a27;
  color:#d5b12e;
}
.w3-dropdown-hover{
  background-color:#2c2a27;
  color:#d5b12e;
}
.w3-button:hover {
    color: #000 !important;
    background-color:#d5b12e !important;
}
.right_float{
  float:right
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.btn-primary{
  background:#d5b12e;
  border-color: #d5b12e;
  color:#2c2a27;
}
.btn-primary:hover{
  background:#2c2a27;
  border-color: #2c2a27;
  color:#d5b12e;
}
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

/*.modal-backdrop.show{
  opacity: 0;
}
.modal-backdrop{
  position: absolute;
}*/