@import url(http://fonts.googleapis.com/css?family=Duru+Sans);
body {
    background-image: url(../img/background.png);
    font-family: 'Duru Sans', sans-serif;
    color: rgb(109, 41, 97);
}
h1, h2, h3, h4 {
    font-family: 'Duru Sans', sans-serif;
    color: rgb(109, 41, 97); 
}
h1 {
    font-size: 2.3em;
}
hr {
    margin-top: 0px;
    margin-bottom: 10px;
}
.container.content {
    background-color: #fff;
    height: 80%;
    max-width: 100%;
    width: 1170px;
    min-height: 600px;
    margin-top: 0px;
    z-index: 1000;
    position: relative;
    top: 177px;
    padding-top: 50px;
    padding-bottom: 10px !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.header {
    width: 100%;
    max-width: 100%;
    height: 175px;
    padding: 20px;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 4px 2px -2px gray;
    z-index: 99999;
    position: absolute;
}
.header .container {
    margin-top: 0px;
}
.logo {
    width: 277px;
    height: 125px;
    max-height: 100%;
    cursor: pointer;
}
.contact-header {
    width: 70%;
    height: 100%;
}
.contact-header p {
    position: relative;
    float: right;
    margin-top: 110px;
}
.contact-indicator {
    color: rgb(90, 91, 94);
    font-weight: normal;
}
.contact-header p a, form a {
    text-decoration: none;
    color: rgb(109, 41, 97);
}
.contact-header p a:hover, form a:hover {
    color: rgb(109, 41, 97);
    text-decoration: underline;
}
#header-phone {
    right: 50px;
    top: 0px;
}
#header-mail {
    right: 0px;
    top: 0px;
}

/** Menu */
.menu {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
}
.menu li {
    width: 100%;
    height: 35px;
    margin: 0 0 18px -15px;
    background-color: rgb(90, 91, 94);
    padding: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    
}
.menu li a img {
    max-height: 100%;
}
.menu li a div {
    height: 100%;
    width: 100%;
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: right center;
}
#home-menu-item {
    background-image: url(../img/menu/HOME_G.png);
}
#home-menu-item.active, #home-menu-item:hover {
    background-image: url(../img/menu/HOME_P.png);
}
#images-menu-item {
    background-image: url(../img/menu/FOTOS_G.png);
}
#images-menu-item.active, #images-menu-item:hover {
    background-image: url(../img/menu/FOTOS_P.png);
}
#contact-menu-item {
    background-image: url(../img/menu/CONTACT_G.png);
}
#contact-menu-item.active, #contact-menu-item:hover {
    background-image: url(../img/menu/CONTACT_P.png);
}
.menu li a {
    text-decoration: none;
}
.menu li a h2 {
    position:relative;
    padding: 5px 15px;
    margin-bottom: 10px !important;
    margin-left: -20px !important;
    box-shadow:0 2px 2px rgba(0,0,0,0.3);
    color: #000 !important;
    background-color: #f2f2f2;
    font-size: 2.0em;
    text-align: right;
}
.menu li a h2::before, .menu li a h2::before {
    border-left:19px solid transparent;
    left:0;
}
.menu li a h2::before, .menu li a h2::after {
    content:" ";
    border-top:10px solid #9E9E9E;
    /*border-top: 10px solid #49E20E;*/
    position:absolute;
    bottom:-11px;
}
/*.menu li a h2::after, .menu li a h2::after {
    border-right:19px solid transparent;
    right:0;
}*/
.menu li a h2::before, .menu li a h2::after {
    content:" ";
    border-top:10px solid #9E9E9E;
    /*border-top: 10px solid #49E20E;*/
    position:absolute;
    bottom:-11px;
}
.menu li a h2 span {
    color: rgb(90, 91, 94);
}
.menu li.active a h2 span, .menu li a h2 span:hover {
    color: rgb(109, 41, 97) !important;
    text-decoration: none;
}
@font-face {
    font-family: 'menuicons';
    src:url('../fonts/menuicons.eot?-j3rlvi');
    src:url('../fonts/menuicons.eot?#iefix-j3rlvi') format('embedded-opentype'),
        url('../fonts/menuicons.woff?-j3rlvi') format('woff'),
        url('../fonts/menuicons.ttf?-j3rlvi') format('truetype'),
        url('../fonts/menuicons.svg?-j3rlvi#menuicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'menuicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e600";
}
.icon-camera:before {
	content: "\e601";
}
.icon-mail:before {
	content: "\e602";
}
.gallery {
    margin-bottom: 15px;
}
.superbox-list {
    width: 25% !important;
}
.superbox-current-img:hover {
    cursor: pointer;
}
.fancybox-lock .fancybox-overlay {
    z-index: 999999;
}
#home-text {
    margin-top: -30px;
    /*font-size: 16px;*/
}
@media (max-width: 767px) {
    div.contact-header {
        float: none !important;
        text-align: center;
        margin-bottom: 30px;
    }
    #header-mail {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 70px !important;
    }
    #header-phone {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 95px !important;
    }
    #home-text {
        margin-top: 10px;
    }
    .superbox-list {
        width: 50% !important;
    }
    .logo {
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    div.contact-header {
        float: none !important;
        text-align: center;
        margin-bottom: 100px;
    }
    #header-mail {
        position: absolute;
        right: 15px;
        margin-left: auto;
        margin-right: auto;
        top: 0px;
    }
    #header-phone {
        position: absolute;
        right: 15px;
        margin-left: auto;
        margin-right: auto;
        top: 30px;
    }
}
.contact-alert {
    position: absolute;
    left: 0;
    right: 0;
    top: -500px;
    margin: 0 auto;
    width: 50%;
    min-width: 300px;
    max-width: 700px;
    z-index: 9999;
    /*display: none;*/
}
legend {
    color: rgb(109, 41, 97);
    margin-top: -4px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
}
legend .glyphicon {
    top: 2px;
}
#gallery-div hr {
    padding-bottom: 4px;
}
#contact-form-message-div {
    margin-bottom: 5px !important;
}
#message {
    height: 183px;
}
#google-maps-column {
    margin-top: -5px;
}
address {
    line-height: 23.5px;
}