html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.25;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
    box-sizing: border-box;
}

body{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #666666;
}

h2{
    letter-spacing: 0.05em;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 16px;
}

ul{
    margin-left: 18px;
}

li{
    margin-bottom: 4px;
}

a{
    color: #000000;
    text-decoration: none;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

b{
    color: #000000;
}

a:visited{
    color: #000000;
}

a:hover{
    color:#009dff;
}

#header{
    height: 100px;
    position: relative;
    max-width: 960px;
    margin:0 auto;
    padding:0 20px;
}

#logo{
    position: absolute;
    bottom: 20px;
}

#logo-image{
    float: left;
    display:block;
    width: 215px;
    height: 27px;
    margin-right: 20px;
    background-image: url(images/logo_@2x.png);    
    background-size: contain;
    text-indent: -99999px;
}

#desc{
    float: left;
    display:block;
    width: 250px;
    height: 20px;
    margin-top: 4px;
    background-image: url(images/tagline_@2x.png);
    background-size: contain;    
    text-indent: -99999px;
}

#desc-en{
    float: left;
    display:block;
    width: 175px;
    height: 20px;
    margin-top: 4px;
    background-image: url(images/tagline_en_@2x.png);
    background-size: contain;    
    text-indent: -99999px;
}

#links{
    position: absolute;
    bottom: 20px;
    right:20px;
}

#language-link{
    font-family: Oswald, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

#social{
    float: right;
    margin-right: 20px;
}

#social a{
    opacity: 0.3;
    float:left;
    width: 30px;
    height: 30px;
    background-color: #666666;
    margin-left: 4px;
}

#social a:hover{
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#facebook{
    background-image: url(images/facebook-icon.jpg);
    background-size: contain;
}

#twitter{
    background-image: url(images/twitter-icon.jpg);
    background-size: contain;
}

#pinterest{
    background-image: url(images/pinterest-icon.jpg);
    background-size: contain;
}

#language{
    float: right;
    line-height: 30px;
}

#photo{
    width: 100%;
    max-height: 320px;
    object-fit: cover;
}

#content{
    max-width: 960px;
    margin:0 auto;
    margin-top:20px;
    padding: 0 20px;
}

#services{
    float:left;
    width:30%;
    padding-right: 20px;
}

#album{
    float:left;
    width:40%;
    padding-right: 10px;
}

#photo-thumb{
    float: left;
    width:50%;
    padding: 0 10px 6px 0;
}

#photo-thumb img{
    width: 100%;
}

#contact{
    float:right;
    width:30%;
}

#button {
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #000000;
    border: 2px solid #f2f2f2;
    height: 40px;
    width: auto;
    display: block;
    border-radius: 3px;
    line-height: 36px;
    text-align: center;
}

#button:hover{
    border-color: #000000;
}

#hours{
    list-style: none;
    margin: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

#popup-form{
    padding: 50px;
    display: block;
    background-color: #fff;
    width: 100%;
    max-width: 500px;
    margin: 50px auto 50px auto;
}

input[type="text"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input, textarea, select {
    border:1px solid #ccc;
}
.error {
    border: 2px solid #FF6666;
}


@media (max-width: 768px) {
    
    #desc{
        display: none;
    }
    
    #desc-en{
        display: none;
    }
    
    #header{
        padding:0 50px;
    }
    
    #links{
        right:50px;
    }
    
    #services{
        float:left;
        width:100%;
        padding:15px 30px;
    }

    #album{
        float:left;
        width:100%;
        padding:15px 30px;
    }

    #contact{
        float:right;
        width:100%;
        padding:15px 30px;
    }
    
}

@media (max-width: 480px) {
    
    #desc{
        display: none;
    }
    
    #desc-en{
        display: none;
    }
    
    #header{
        padding:0 30px;
    }
    
    #links{
        right:30px;
    }
    
    #logo-image{
        width: 55px;
        background-image: url(images/logo-mobile_@2x.png);
    }
    
    #services{
        float:left;
        width:100%;
        padding:10px 10px;
    }

    #album{
        float:left;
        width:100%;
        padding:10px 10px;
    }

    #contact{
        float:right;
        width:100%;
        padding:10px 10px;
    }
    
}