/* General */

* {
    font-family: "Helvetica", "Arial", "Verdana", sans-serif;
    padding:0;
    margin:0;
}

a {
    text-decoration: none;
    color:black;
}

.wrapper {
    width: 1100px;
    margin: auto;

}

.grey-text {
    color:#919191;
}

.light-grey-text {
    color:#adadad;
}

.small-text {
    font-size: 12px;
}

.justify {
    text-align: justify;
}

.active {
    color:black!important;
}

/* Header */

.lang-select {
    text-align: right;
    font-size: 10px;
    margin: 5px 0 10px;

}

.lang-select a {
    color:#adadad;
}

.lang-select img {
    vertical-align: middle;
}

header {
 height: 30px;
}

.logo {
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

nav {
    float:right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

nav a {
    text-transform: uppercase;
    color:#575757;
    font-weight: bold;
    font-size: 13px;
    padding: 0 10px 0 10px;
}

nav a:hover {
    color:black;
}

.submenu {

    font-size: 12px;
    margin-left: 289px;
    height:20px;

}

.submenu a {
    color:#adadad;
}

.submenu a:hover {
    color:black;
}

/* Content */

.content {
    margin-top: 50px;
}

/* Content Left */

.content-left {
    width: 50%;
    float: left;

}

.feature-big {

}

.feature-big img {
    width: 100%;
}

.comment-feature-big {
    color: #919191;

}

/* Content Right */

.content-right {
    float: right;
    width: 50%;
    
}

/* Homepage Features */

.header-feature-small {
        margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.feature-small {

    float: right;
    margin: 5px;
    color:#a8a8a8;
    width: 48%;
    height: 175px;
    display: inline-block;
    text-align: center;

}


.feature-small-img {
    width: 70%;
    margin: auto;
}

.feature-small img {
    width: 100%;
    height: auto;
}

.feature-small-time {
    margin-top:10px;
}

.feature-small-title {
    font-weight: bold;
}

/* Galleries */

.gallery-text {
    padding-right:20px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 160%;

    
}

.gallery-text img {
    float: left;
    width: 260px;
    margin: 0 15px 5px 0;
}

.gallery-info-left {
    width: 47%;
    float:left;
    border-left:1px dotted #a8a8a8;
    padding-left:20px;
    
}

.gallery-info-left>* {
    line-height: 150%;
}

.gallery-info-left h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
}

.gallery-info-left p {
    font-size:13px;
    margin-bottom:30px;
}


.gallery-contact-box {
    text-align: center;
    display: block;
    background-color: #adadad;
    width: 100px;
    margin: 10px 0 10px;
    padding:2px 30px 2px 30px;
    color:white;
}

.gallery-info-left img {
    margin-top:34px;
}


.gallery-info-right {
    width: 49%;
    float: right;
}

.gallery-info-right img {
    height: 512px;
    overflow: hidden;
}



/* Footer */

.location {
    padding-top: 30px;
    clear: both;
    color: #bc2836;
}

footer {
    padding-top: 30px;
       font-size: 10px;
    font-style: italic; 

}

.footer-left {
    float: left;

}

.footer-left img:last-child {
    margin-left:30px;
}

.footer-left img {
    float: right;
    margin: -14px 2px 0px 2px;
}

.footer-right {
    float: right;
    
}