@import url(https://fonts.googleapis.com/css?family=Raleway);



body {
    background-color: #EFF6FC;
  background-repeat:repeat-y;
}

/* Header */
.header {
    background-image: url(/images/header.jpg);
    position: absolute;
    z-index: 99999;
    width: 100%;
}
.header .header_logo {
    width: 220px;
    height: 87px;
    left: 7px;
}
.header .header_info {
    background-color: transparent;
    border: none;
    display: none;
}


/* Nav */
.nav {
    border-radius: 0;
    background-color: transparent;
    border: none;
}
/*.nav .list_pages {
    padding: 0;
    text-align: right;
    z-index: 99999999;
    bottom: 1023px;
}*/
.nav .list_pages {
    padding: 0;
    text-align: right;
    z-index: 99999999;
    top: 67px;
/*    bottom: 582px;*/
}
.nav .list_pages .item_page {
    border-radius: 0;
    border: none;
    background-color: transparent;
}
.nav .list_pages .item_page:hover,
.nav .list_pages .item_page.active {
    border: none;
    background-color: transparent;
}
.nav .list_pages .item_page .link_page {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 100%;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
}
.nav .list_pages .item_page .link_page:hover,
.nav .list_pages .item_page:hover .link_page,
.nav .list_pages .item_page.active .link_page {
    color: #cacaca;
    line-height: 22px;
    padding-bottom: 0;
}
.navigation a {
    color: #f9941e;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 110%;
    font-family: 'Raleway', sans-serif;
}
.navigation a:hover {
    color: #ffffff;
}
.navigation li {
    display: inline-block;
    margin: 0;
    padding: 0 8px;
}

/* Banner */
.website .page_banner_rotator .banner_slide .wrapper .caption {
    font-size: 174%;

}


/* Page */
.page {
    background-color: #ffffff;
    padding: 25px;
    margin-top: 62px;
    margin-left: 0px;
    margin-right: 0px;
    border: none;
}



/* Content */
.content {
    border-radius: 0;
    background-color: transparent;
    border: none;
    margin-top: -104px;
}

.content h1, .content h1 a{
	color: #FFFFFF;
  font-size: 20px;
  font-weight:100;
  text-align: left;
   padding: 10px;
   text-align:center;
   
}
.icon:before {
    display: none;
}
.soprafino_gallery {
    margin-top: 70px;
}
.content .block_contact_form .section .field {
    float: none;
}

.content .block_contact_form .section .button .submit {
    float: right;
}



/* Footer */
.footer {
    background-color: transparent;
    border: none;
}
.footer .footer_info .detail {
    display: none;
}
.footer .footer_info a, .footer .footer_info a:hover,
.footer .footer_logo .text, .footer .footer_copy {
    color: #094F59;
    text-decoration: none;
}






