/**************************************************/
/* Basic styles                                   */
/**************************************************/

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #8c8c8c;
    text-align: left;
}

a {
    color: #1a1a1a;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    color: #8c8c8c;
    text-decoration: underline;
}

::selection {
    background: #c0c0c0;
    color: #ffffff;
}

::-moz-selection {
    background: #c0c0c0;
    color: #ffffff;
}

:focus {
    outline: 0;
}

/**************************************************/
/* Typography                                     */
/**************************************************/

h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #454545;
}

h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #454545;
}

h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #454545;
}

h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #454545;
}

h5 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #454545;
}

h6 {
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #454545;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

/**************************************************/
/* Preloader                                      */
/**************************************************/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999;
}

#loading {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 50%;
    left: 50%;
    margin-top: -26px;
    margin-left: -26px;
    background: transparent url(../images/loading.gif) no-repeat center center;
}

/**************************************************/
/* Top header                                     */
/**************************************************/

#top-header {
    width: 100%;
    height: auto;
    padding: 7px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #1a808f;
    background-color: #2e2e2e;
    cursor: default;
}

#geolocation {
    display: inline-block;
    padding-left: 30px;
    background: transparent url(../images/ico-geolocalizzazione-small.png) no-repeat left center;
}

#top-header-button {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#top-header-button li {
    margin: 0;
}

#top-header-button a {
    display: block;
    padding: 0 10px;
    line-height: 46px;
    color: #1a808f;
    text-align: right;
    text-decoration: none;
}

#top-header-button a:hover, #top-header-button a:active, #top-header-button a:focus {
    color: #eea42b;
}

#top-header-button a.button-standard {
    width: 150px;
    height: 46px;
    margin-left: 7px;
    padding: 0;
    color: #ffffff;
    text-align: center;
    background-color: #1a808f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
}

#top-header-button a.button-standard.light {
    background-color: #eea42b;
}

#top-header-button a.button-standard:hover, #top-header-button a.button-standard:active, #top-header-button a.button-standard:focus {
    background-color: #d8d8d8;
}

/**************************************************/
/* Header                                         */
/**************************************************/

header {
    width: 100%;
    height: auto;
    border-top: 4px solid #eea42b;
    padding: 20px 0;
}

#header-text {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #8c8c8c;
    text-align: right;
    cursor: default;
}

#header-text strong {
    color: #1a808f;
}

#header-text a {
    text-decoration: none;
    color: #8c8c8c;
}

#header-text a:hover, #header-text a:active, #header-text a:focus {
    color: #1a808f;
}

#header-social {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#header-social li {
    margin: 0;
}

#header-social img {
    display: block;
    width: auto;
    height: 28px;
    margin: 0;
    padding: 0 8px;
}

/**************************************************/
/* Main menu                                      */
/**************************************************/

#main-menu-container {
    width: 100%;
    height: auto;
    border-top: 3px solid #f2f2f2;
}

#main-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#main-menu li {
    margin: 0;
}

#main-menu a {
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 22px 20px;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #454545;
    text-align: center;
    text-transform: uppercase;
}

#main-menu li.active a {
    color: #1a808f;
    padding-bottom: 18px;
    border-bottom: 4px solid #1a808f;
}

#main-menu a:hover, #main-menu a:active, #main-menu a:focus {
    color: #1a808f;
}

#main-menu li.active a:hover, #main-menu li.active a:active, #main-menu li.active a:focus {
    color: #1a808f;
}

/**************************************************/
/* Responsive menu                                */
/**************************************************/

#menu-responsive {
    display: none;
    width: 100%;
    height: auto;
    font-family: 'Roboto Slab', serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 14px 0;
    color: #454545;
    text-align: right;
    text-decoration: none;
}

#menu-responsive span {
    display: inline-block;
    color: #454545;
    text-transform: uppercase;
}

#menu-responsive:hover span {
    color: #1a808f;
}

#menu-responsive i {
    display: inline-block;
    width: 30px;
    height: 24px;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    margin-left: 12px;
    color: #1a1a1a;
}

#menu-responsive:hover i {
    color: #1a808f;
}

/**************************************************/
/* Map home                                       */
/**************************************************/

#map-home {
    width: 100%;
    height: auto;
    background: transparent url(../images/background.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#map-home-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 30px 0;
    padding: 8px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#map-home-google {
    display: block;
	overflow: hidden;
	width: 100%;
    height: 476px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#map-home-search-container {
    position: absolute;
    top: 28px;
    right: 28px;
    bottom: 28px;
    width: 344px;
    height: auto;
    padding: 20px;
    background-color: rgba(46, 46, 46, 0.85);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/**************************************************/
/* Content                                        */
/**************************************************/

.content-page {
    width: 100%;
}

.content-page.dark {
    background-color: #f0f0f0;
}

.content-page.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.content-page.border-top {
    border-top: 1px solid #e5e5e5;
}

.img-centered {
    margin: 0 auto;
}

.img-padding {
    padding: 10px;
}

.img-right {
    margin: 0 0 0 auto;
}

p {
    margin: 1rem 0 0 0;
}

.first {
    margin-top: 0;
}

.margin-top {
    margin-top: 1rem;
}

.margin-top-medium {
    margin-top: 1.5rem;
}

.margin-top-big {
    margin-top: 2rem;
}

.margin-bottom {
    margin-bottom: 1rem;
}

.margin-bottom-medium {
    margin-bottom: 1.5rem;
}

.margin-bottom-big {
    margin-bottom: 2rem;
}

.color-dark {
    color: #1a808f;
}

.color-light {
    color: #eea42b;
}

.section-title-container {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.section-title-container li {
    margin: 0;
}

.section-title-container .section-title {
    display: block;
    margin-right: 15px;
    padding-right: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
    color: #454545;
    border-right: 1px solid #dbdbdb;
}

.section-title-container .section-subtitle {
    display: block;
    padding-right: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    color: #8c8c8c;
}

.carousel-navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.carousel-navigation a {
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    margin: 0 5px;
    padding: 0;
    background-color: #1a808f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.carousel-navigation a.carousel-prev {
    background: #1a808f url(../images/ico-pagination-left.png) no-repeat left center;
}

.carousel-navigation a.carousel-next {
    background: #1a808f url(../images/ico-pagination-right.png) no-repeat left center;
}

.carousel-navigation.dark a {
    background-color: #1a808f;
}

.carousel-navigation.light a {
    background-color: #eea42b;
}

.carousel-navigation a:hover, .carousel-navigation a:active, .carousel-navigation a:focus {
    background-color: #d8d8d8;
}

a.button-default {
    display: inline-block;
    width: auto;
    height: 46px;
    padding: 0 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 46px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #1a808f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
}

a.button-default.dark {
    background-color: #1a808f;
}

a.button-default.light {
    background-color: #eea42b;
}

a.button-default:hover, a.button-default:active, a.button-default:focus {
    background-color: #d8d8d8;
}

a.button-default i {
    display: inline-block;
    width: auto;
    height: 46px;
    margin-left: 8px;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    color: #ffffff;
}

a.button-default.button-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.cockade-list-container {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 20px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cockade-list-container img {
    display: block;
    margin: 0 5px;
}

a.button-list {
    display: block;
    width: 156px;
    height: auto;
    padding: 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #1a808f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
}

a.button-list.dark {
    background-color: #1a808f;
}

a.button-list.light {
    background-color: #eea42b;
}

a.button-list:hover, a.button-list:active, a.button-list:focus {
    background-color: #d8d8d8;
}

a.button-list.button-list-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.date-list {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 25px;
    font-family: 'Arial', sans-serif;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1;
    text-align: center;
    color: #8c8c8c;
}

#page-title-container {
    width: 100%;
    height: auto;
    padding: 38px 0;
    background: transparent url(../images/background-small.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1.page-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px #454545;
}

#breadcrumb {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #e5e5e5;
    text-align: right;
    text-transform: uppercase;
    cursor: default;
}

#breadcrumb strong {
    font-weight: normal;
    color: #454545;
}

#breadcrumb a {
    text-decoration: none;
    color: #ffffff;
}

#breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a:focus {
    color: #454545;
}

.box-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.box-container.light-background {
    /*background-color: #f0f0f0;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box-container.white-shadow {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}

.image-title {
    position: absolute;
    right: 5px;
    bottom: 5px;
    left: 5px;
    padding: 0;
    min-height: 60px;
    background-color: rgba(0, 0, 0, 0.45);
}

.image-title .geolocation-light {
    position: absolute;
    width: 20px;
    height: 24px;
    top: 18px;
    left: 15px;
}

.image-title span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
    padding: 20px 90px 20px 48px;
}

.image-title .cockade {
    position: absolute;
    width: 33px;
    height: 40px;
    top: 10px;
    right: 10px;
}

.image-title .cockade.second {
    right: 53px;
}

.text-title {
    display: block;
    position: relative;
    padding-bottom: 18px;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    color: #454545;
    border-bottom: 2px solid #e5e5e5;
}

.text-title span {
    display: block;
    position: absolute;
    width: 82px;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #eea42b;
}

.text-title.dark span {
    background-color: #1a808f;
}

.text-title img {
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -6px;
    left: 0;
}

.text-title.center {
    text-align: center;
}

.text-title.center span {
    width: 164px;
    left: 50%;
    margin-left: -82px;
}

.text-title.center img {
    position: absolute;
    left: 50%;
    margin-left: -5px;
}

.separator-img {
    width: 100%;
    height: 104px;
    background: transparent url(../images/background-small.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.separator-line {
    width: 100%;
    height: 14px;
    background: transparent url(../images/background-separator.png) repeat-x center center;
}

#page-navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#page-navigation a {
    display: block;
    text-decoration: none;
    margin: 0 5px;
    padding: 4px 12px;
    font-family: 'Roboto Slab', serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    background-color: #1a808f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
}

#page-navigation a.number {
    width: 30px;
    height: 30px;
    padding: 4px 8px;
}

#page-navigation a.prev {
    padding-left: 30px;
    font-style: italic;
    background: #1a808f url(../images/ico-pagination-left.png) no-repeat left center;
}

#page-navigation a.next {
    padding-right: 30px;
    font-style: italic;
    background: #1a808f url(../images/ico-pagination-right.png) no-repeat right center;
}

#page-navigation a.inactive-button {
    background-color: #dbdbdb;
}

#page-navigation a.active {
    background-color: #eea42b;
}

#page-navigation a:hover, #page-navigation a:active, #page-navigation a:focus {
    background-color: #eea42b;
}

#page-navigation a.inactive-button:hover, #page-navigation a.inactive-button:active, #page-navigation a.inactive-button:focus {
    background-color: #dbdbdb;
}

.title-scheda {
    display: block;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #454545;
}

.date-scheda {
    display: block;
    padding-bottom: 2.5rem;
    font-family: 'Arial', sans-serif;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1;
    text-align: center;
    color: #8c8c8c;
}

.cockade-scheda-container {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cockade-scheda-container img {
    display: block;
    margin: 0 5px;
}

.line-scheda {
    width: auto;
    height: 14px;
    margin: 4rem 10px 4rem 10px;
    background: transparent url(../images/background-separator.png) repeat-x center center;
}

.address-scheda {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #454545;
    text-align: center;
    text-transform: uppercase;
}

.buttons-container-scheda {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    padding: 0 10px;
}

a.button-scheda {
    display: block;
    position: absolute;
    width: auto;
    height: 46px;
    right: 10px;
    left: 10px;
    margin: 0;
    padding: 0 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 46px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #1a808f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
}

a.button-scheda.contact {
    bottom: 66px;
}

a.button-scheda.print {
    bottom: 10px;
}

a.button-scheda i {
    display: inline-block;
    width: auto;
    height: 46px;
    margin-right: 8px;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    color: #ffffff;
}

a.button-scheda.light {
    background-color: #eea42b;
}

a.button-scheda:hover, a.button-scheda:active, a.button-scheda:focus {
    background-color: #d8d8d8;
}

/**************************************************/
/* Slider Home page                               */
/**************************************************/

.swiper-home-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

/**************************************************/
/* Slider scheda annunci                          */
/**************************************************/

.swiper-container {
    position: relative;
    width: 100%;
    height: auto;
}

.gallery-thumbs {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
    outline: 3px solid #ffffff;
    outline-offset: -3px;
}

/**************************************************/
/* Map page                                       */
/**************************************************/

#map-page-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 8px;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#map-page-google {
    display: block;
	overflow: hidden;
	width: 100%;
    height: 476px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/**************************************************/
/* Tab menu                                       */
/**************************************************/

.tab-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.tab-menu li {
    margin: 0;
}

.tab-menu a {
    display: block;
    text-decoration: none;
    margin: 0 5px;
    padding: 12px;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #454545;
    background-color: #f0f0f0;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 2px solid #e5e5e5;
    border-left: 1px solid #dbdbdb;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tab-menu li.active a {
    color: #1a808f;
    border-bottom-color: #ffffff;
    background-color: #ffffff;
}

.tab-menu a:hover, .tab-menu a:active, .tab-menu a:focus {
    color: #1a808f;
    background-color: #ffffff;
}

.tab-menu li.active a:hover, .tab-menu li.active a:active, .tab-menu li.active a:focus {
    color: #1a808f;
}

.tab-menu li i {
    margin-right: 4px;
}

.tab-content {
    display: none;
    margin-top: -2px;
    padding: 1.25rem;
    background-color: #ffffff;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    z-index: 0;
}

/**************************************************/
/* Form                                           */
/**************************************************/

.form-title-home {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    color: #ffffff;
}

input[type=text], select, input[type=password], textarea  {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 14px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #8c8c8c;
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input[type=text].space-bottom, input[type=password].space-bottom, select.space-bottom, textarea.space-bottom {
    margin-bottom: 1.25rem;
}

.select-container {
    position: relative;
    width: 100%;
    height: auto;
}

select {
    padding: 15px 42px 15px 14px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
	resize: vertical;
}

textarea.small {
    height: 120px;
}

textarea.medium {
    height: 240px;
}

textarea.big {
    height: 360px;
}

.select-container i {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: 6px;
    right: 2px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #8c8c8c;
}

input[type=text]:focus, select:focus, textarea:focus {
    border-color: #eea42b;
    background-color: #fdf5e7;
}

.error-form {
    display: block;
    margin-bottom: 1.25rem;
    padding: 0 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #ff0000;
}

a.form-text-link {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #1a808f;
    text-align: center;
    text-decoration: none;
}

a.form-text-link:hover, a.form-text-link:active, a.form-text-link:focus {
    color: #eea42b;
}

/**************************************************/
/* Footer                                         */
/**************************************************/

footer {
    width: 100%;
    height: auto;
    padding: 30px 0 70px 0;
    color: #8c8c8c;
    border-top: 4px solid #2e2e2e;
    background-color: #454545;
}

.footer-title {
    display: block;
    position: relative;
    padding-bottom: 18px;
    font-family: 'Roboto Slab', serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    color: #d8d8d8;
    border-bottom: 2px solid #666666;
}

.footer-title span {
    display: block;
    position: absolute;
    width: 82px;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #eea42b;
}

.footer-title img {
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -6px;
    left: 0;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu a {
    display: block;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    text-align: right;
    text-transform: uppercase;
    color: #8c8c8c;
    border-bottom: 1px dashed #666666;
}

.footer-menu a:hover, .footer-menu a:active, .footer-menu a:focus {
    color: #eea42b;
}

.footer-text {
    width: 100%;
    height: auto;
    padding: 6px 0 0 82px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
    color: #8c8c8c;
}

/**************************************************/
/* Sub footer                                      */
/**************************************************/

#sub-footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #c0c0c0;
    background-color: #2e2e2e;
    cursor: default;
}

#ico-top-page {
    position: absolute;
	width: 40px;
	height: 40px;
	top: -20px;
    left: 50%;
    margin-left: -20px;
}

a.sub-footer-link {
    color: #ffffff;
    text-decoration: none;
}

a.sub-footer-link:hover, a.sub-footer-link:active, a.sub-footer-link:focus {
    color: #eea42b;
}

#sub-footer-social {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sub-footer-social li {
    margin: 0;
}

#sub-footer-social span {
    display: block;
    padding: 0 8px;
    text-align: right;
}

#sub-footer-social img {
    display: block;
    width: auto;
    height: 28px;
    margin: 0;
    padding: 0 8px;
}