@import url("reset.min.css");
/*
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Lobster:300,400,600&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Pacifico:300,400,600&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,600&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:300,400,600&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,600&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Sniglet:300,400,600&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Fredericka+the+Great:300,400,600&subset=latin-ext);
*/
/*
@import url(http://fonts.googleapis.com/css?family=Simonetta:300,400,600&subset=latin,latin-ext);
*/
@import url(http://fonts.googleapis.com/css?family=Oregano:300,400,600&subset=latin,latin-ext);


@font-face {
    font-family: Intro;
    src: url(fonts/Intro.otf);
}
@font-face {
    font-family: Simonetta;
    src: url(fonts/Simonetta-Regular_mod.ttf);
}
#fonts {
    position: fixed;
    z-index: 9999;
}
#fonts p{
    margin: 0;padding: 0;
    margin-left: 5px;
    cursor: pointer;
    color: red;
    font-weight: bold;
}
body {
    font-family: "Simonetta";
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    background-color: #0f0f0f;
    overflow-y: scroll;
    font-size: 20px;
    color:#f5f6f7;
}
#lang {
    position: absolute;
    top: 32px;
    right: 5px;
    font-size: 15px;
    z-index: 1000;
    width: 80px;
}
#lang p span {
    transition: all 0.4s;
    cursor: pointer;
    color: #aaa;
}
#lang p span:hover {
    color:#fff;
}
.hu {
    opacity: 0;
}
#fb {
    position: absolute;
    right: 42px;
    top:62px;
}
#fb img {
    width: 30px;
    cursor: pointer;
    
    transition: all 0.3s;
}
#fb img:hover {
    filter:brightness(2);
    -webkit-filter:brightness(2);
}
label {
    width:85px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

input {
    width: 55px;
    text-align: center;
    text-transform:uppercase;
}

a {
    color:#fff;
    text-decoration: none;
    transition: color 0.4s;
}

a:hover {
    color:#d4d4d4;
}

h3 {
    font-size: 46px;
    margin-left: 0%;
}

#gallery h3 {
    
}

h4 {
    font-size: 26px;
    margin-top: 15px;
    margin-left: 3%;
}
h3, h4 {
    color: #f5f6f7;
    font-weight: 300;
    font-family: "Oregano";
    margin-bottom: 30px;
}

#home span {
    font-size: 26px;
    color: rgba(248, 192, 114, 0.74);
}

p {
    line-height: 28px;
    padding: 0 0 10px 0;
    margin: 0 5% 0 5%;
}

.quote {
    font-style: italic;
    font-size: 25px !important;
}

#all {
    width: 100%;
}

header {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    left:0;
    right: 0;
    top:0;  
    background-size: auto 240px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}
#header {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 5px;
    height: 105px;
    position: relative;
}

#logo {
    width: 145px;
}

#menus {
    font-size: 22px;
    margin-left: 220px;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top:0;
    bottom:0;
    height: 20px;
}

#menus ul {
    list-style-type: none;
}
#menus li {
    display: inline-block;
    margin-left: 45px;
    cursor: pointer;
    color: #fff;
}
#menus li:nth-of-type(1) {
    margin-left: 0px !important;
}

#content ul {
    list-style: none;
    margin: 0 5% 0 8%;
    padding-bottom: 10px;
}

#content li {
    font-size: 19px !important;
    line-height: 28px;
}

#tgh {
    position: absolute;
    right:1%;
    margin-top: 16.5%;
    font-size: 20px;
    font-family: "Intro";
    color:#fff;
}

#content {
    margin: 110px auto 0 auto;
}

.contents {
    overflow: hidden;
    padding: 80px 50px 80px 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.bigpic {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    margin: 0;
    padding: 0;
    min-width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 20% 0 20% 0;
}

#bigpic1 {background: url('img/bigpics/bigpic1.jpg') no-repeat center center;}
#bigpic2 {background: url('img/bigpics/bigpic2.jpg') no-repeat center center;}
#bigpic3 {background: url('img/bigpics/bigpic3.jpg') no-repeat center center;}
#bigpic4 {background: url('img/bigpics/bigpic4.jpg') no-repeat center center;}

@media (min-width: 400px) {}

@media (min-width: 600px) {
    .bigpic {
      height: 100%;
    }
    .content_imgs {
        width: 430px;
        overflow: hidden;
        margin: 50px auto;
    }
    
    .content_txts {
        max-width: 430px;
        
        margin: 0 auto;
    }
}
@media (min-width: 970px) { 
    .content_imgs {
        width: 390px;
        display: inline-block;
        overflow: hidden;
        vertical-align: middle;
    }
    
    .content_txts {
        max-width: 450px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 4%;
        text-align: left;
    }
}

@media (min-width: 1000px) {
    .bigpic {
        background-attachment: fixed !important;
    }
}

@media (min-width: 1420px) {
    .content_txts {
        margin-right: 20%;
    }
    .bigpic {
        background-attachment: fixed !important;
    }
}

.half {
    text-align: center
}

.content_imgs .content_img:nth-child(2n) {
    margin-right: 0;
}
.content_imgs .content_img {
    width: 190px;
    height: 190px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background-size: cover !important;
}

#home_1 {background: url('img/content_imgs/home_1.jpg') no-repeat center center;}
#home_2 {background: url('img/content_imgs/home_2.jpg') no-repeat center center;}
#home_3 {background: url('img/content_imgs/home_3.jpg') no-repeat center center;}
#home_4 {background: url('img/content_imgs/home_4.jpg') no-repeat center center;}

#menu_1 {background: url('img/content_imgs/menu_1.jpg') no-repeat center center;}
#menu_2 {background: url('img/content_imgs/menu_2.jpg') no-repeat center center;}
#menu_3 {background: url('img/content_imgs/menu_3.jpg') no-repeat center center;}
#menu_4 {background: url('img/content_imgs/menu_4.jpg') no-repeat center center;}

#gallery {
    background-color: #000;
    background:url(img/chalk3.png) repeat !important;
    -webkit-filter: saturate(1.1);
    margin: 0 auto;
    max-width: none;
}

#gallery_images {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

#gallery .pics:nth-of-type(3n){
    margin-right: 0 !important;
}
.pics {
/*
    width: 22.5%;
*/
/*
    width: 30.5%;
*/
    width: 290px;
    max-height: 290px;
    height: 300px;
    
    margin-right: 2.5%;
    margin-left: 2%;
    margin-bottom: 3%;
    display: inline-block;
    overflow:hidden; 
    text-align: center;
}

.pics img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#gmap_canvas img{max-width:none!important;background:none!important;}
.gm-style .gm-style-iw {
    font-weight: 300 !important;
    font-size: 13px !important;
    min-width:310px !important;
    color:#000;
    text-align: left;
}
#mygmap {
    overflow:hidden;
    height:440px;
    width: 440px;
    display: block;
    font-size: 13px !important;
    border: 10px solid #333;
}
#contact .content_txts {
    width: 39%;
}
#contact .content_imgs {
    width:450px;
    overflow: visible;
}
.gm-style-iw {
    padding:10px;
}
.gm-style-iw div {
    padding: 0 5px 5px 5px;
}
.gmnoprint {
    font-size: 13px !important !important;
}
hr {
    width: 99.9%;
    margin: 0;
    margin-top:41px;
}
#contact span {
    font-size: 26px;
}
footer {
    font-size: 14px;
    margin: 0 14% 0 14%;
}
footer #copyright {
    float: left;
}
footer #dev {
    float: right;
}