@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,300italic,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Arvo:400,400italic,700&subset=latin,latin-ext);

.container:after, .featured:after, .gallery .isotope:after, .checkin:after, .search-result:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
}

.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}

.btn [class^="icon-"], .nav [class^="icon-"], .btn [class*=" icon-"], .nav [class*=" icon-"] {
    display: inline;
}

    .btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
        line-height: .9em;
    }

    .btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
        display: inline-block;
    }

.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
    line-height: .9em;
}

li [class^="icon-"], .nav li [class^="icon-"], li [class*=" icon-"], .nav li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

    li [class^="icon-"].icon-large, .nav li [class^="icon-"].icon-large, li [class*=" icon-"].icon-large, .nav li [class*=" icon-"].icon-large {
        width: 1.5625em;
    }

ul.icons {
    list-style-type: none;
    text-indent: -0.75em;
}

    ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] {
        width: .75em;
    }

.icon-muted {
    color: #eee;
}

.icon-border {
    border: solid 1px #eee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon-2x {
    font-size: 2em;
}

    .icon-2x.icon-border {
        border-width: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.icon-3x {
    font-size: 3em;
}

    .icon-3x.icon-border {
        border-width: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.icon-4x {
    font-size: 4em;
}

    .icon-4x.icon-border {
        border-width: 4px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
    margin-right: .3em;
}

[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
    margin-left: .3em;
}

.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}

.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}

    .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-top: .05em;
    }

    .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
        margin-right: .2em;
    }

    .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-left: .2em;
    }

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@-moz-document url-prefix() {
    .icon-spin {
        height: .9em;
    }

    .btn .icon-spin {
        height: auto;
    }

    .icon-spin.icon-large {
        height: 1.25em;
    }

    .btn .icon-spin.icon-large {
        height: .75em;
    }
}

.icon-glass:before {
    content: "\f000";
}

.icon-music:before {
    content: "\f001";
}

.icon-search:before {
    content: "\f002";
}

.icon-envelope:before {
    content: "\f003";
}

.icon-star-empty:before {
    content: "\f006";
}

.icon-user:before {
    content: "\f007";
}

.icon-film:before {
    content: "\f008";
}

.icon-th-large:before {
    content: "\f009";
}

.icon-th:before {
    content: "\f00a";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-ok:before {
    content: "\f00c";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-zoom-in:before {
    content: "\f00e";
}

.icon-zoom-out:before {
    content: "\f010";
}

.icon-off:before {
    content: "\f011";
}

.icon-signal:before {
    content: "\f012";
}

.icon-cog:before {
    content: "\f013";
}

.icon-trash:before {
    content: "\f014";
}

.icon-home:before {
    content: "\f015";
}

.icon-file:before {
    content: "\f016";
}

.icon-time:before {
    content: "\f017";
}

.icon-road:before {
    content: "\f018";
}

.icon-download-alt:before {
    content: "\f019";
}

.icon-download:before {
    content: "\f01a";
}

.icon-upload:before {
    content: "\f01b";
}

.icon-inbox:before {
    content: "\f01c";
}

.icon-play-circle:before {
    content: "\f01d";
}

.icon-repeat:before {
    content: "\f01e";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-lock:before {
    content: "\f023";
}

.icon-flag:before {
    content: "\f024";
}

.icon-headphones:before {
    content: "\f025";
}

.icon-volume-off:before {
    content: "\f026";
}

.icon-volume-down:before {
    content: "\f027";
}

.icon-volume-up:before {
    content: "\f028";
}

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print:before {
    content: "\f02f";
}

.icon-camera:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-text-width:before {
    content: "\f035";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-align-center:before {
    content: "\f037";
}

.icon-align-right:before {
    content: "\f038";
}

.icon-align-justify:before {
    content: "\f039";
}

.icon-list:before {
    content: "\f03a";
}

.icon-indent-left:before {
    content: "\f03b";
}

.icon-indent-right:before {
    content: "\f03c";
}

.icon-facetime-video:before {
    content: "\f03d";
}

.icon-picture:before {
    content: "\f03e";
}

.icon-pencil:before {
    content: "\f040";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit:before {
    content: "\f044";
}

.icon-share:before {
    content: "\f045";
}

.icon-check:before {
    content: "\f046";
}

.icon-move:before {
    content: "\f047";
}

.icon-step-backward:before {
    content: "\f048";
}

.icon-fast-backward:before {
    content: "\f049";
}

.icon-backward:before {
    content: "\f04a";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

.icon-fast-forward:before {
    content: "\f050";
}

.icon-step-forward:before {
    content: "\f051";
}

.icon-eject:before {
    content: "\f052";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-plus-sign:before {
    content: "\f055";
}

.icon-minus-sign:before {
    content: "\f056";
}

.icon-remove-sign:before {
    content: "\f057";
}

.icon-ok-sign:before {
    content: "\f058";
}

.icon-question-sign:before {
    content: "\f059";
}

.icon-info-sign:before {
    content: "\f05a";
}

.icon-screenshot:before {
    content: "\f05b";
}

.icon-remove-circle:before {
    content: "\f05c";
}

.icon-ok-circle:before {
    content: "\f05d";
}

.icon-ban-circle:before {
    content: "\f05e";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-share-alt:before {
    content: "\f064";
}

.icon-resize-full:before {
    content: "\f065";
}

.icon-resize-small:before {
    content: "\f066";
}

.icon-plus:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

.icon-asterisk:before {
    content: "\f069";
}

.icon-exclamation-sign:before {
    content: "\f06a";
}

.icon-gift:before {
    content: "\f06b";
}

.icon-leaf:before {
    content: "\f06c";
}

.icon-fire:before {
    content: "\f06d";
}

.icon-eye-open:before {
    content: "\f06e";
}

.icon-eye-close:before {
    content: "\f070";
}

.icon-warning-sign:before {
    content: "\f071";
}

.icon-plane:before {
    content: "\f072";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment:before {
    content: "\f075";
}

.icon-magnet:before {
    content: "\f076";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-retweet:before {
    content: "\f079";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-folder-close:before {
    content: "\f07b";
}

.icon-folder-open:before {
    content: "\f07c";
}

.icon-resize-vertical:before {
    content: "\f07d";
}

.icon-resize-horizontal:before {
    content: "\f07e";
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-twitter-sign:before {
    content: "\f081";
}

.icon-facebook-sign:before {
    content: "\f082";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-key:before {
    content: "\f084";
}

.icon-cogs:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

.icon-thumbs-down:before {
    content: "\f088";
}

.icon-star-half:before {
    content: "\f089";
}

.icon-heart-empty:before {
    content: "\f08a";
}

.icon-signout:before {
    content: "\f08b";
}

.icon-linkedin-sign:before {
    content: "\f08c";
}

.icon-pushpin:before {
    content: "\f08d";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-signin:before {
    content: "\f090";
}

.icon-trophy:before {
    content: "\f091";
}

.icon-github-sign:before {
    content: "\f092";
}

.icon-upload-alt:before {
    content: "\f093";
}

.icon-lemon:before {
    content: "\f094";
}

.icon-phone:before {
    content: "\f095";
}

.icon-check-empty:before {
    content: "\f096";
}

.icon-bookmark-empty:before {
    content: "\f097";
}

.icon-phone-sign:before {
    content: "\f098";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock:before {
    content: "\f09c";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-hdd:before {
    content: "\f0a0";
}

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell:before {
    content: "\f0a2";
}

.icon-certificate:before {
    content: "\f0a3";
}

.icon-hand-right:before {
    content: "\f0a4";
}

.icon-hand-left:before {
    content: "\f0a5";
}

.icon-hand-up:before {
    content: "\f0a6";
}

.icon-hand-down:before {
    content: "\f0a7";
}

.icon-circle-arrow-left:before {
    content: "\f0a8";
}

.icon-circle-arrow-right:before {
    content: "\f0a9";
}

.icon-circle-arrow-up:before {
    content: "\f0aa";
}

.icon-circle-arrow-down:before {
    content: "\f0ab";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter:before {
    content: "\f0b0";
}

.icon-briefcase:before {
    content: "\f0b1";
}

.icon-fullscreen:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-cloud:before {
    content: "\f0c2";
}

.icon-beaker:before {
    content: "\f0c3";
}

.icon-cut:before {
    content: "\f0c4";
}

.icon-copy:before {
    content: "\f0c5";
}

.icon-paper-clip:before {
    content: "\f0c6";
}

.icon-save:before {
    content: "\f0c7";
}

.icon-sign-blank:before {
    content: "\f0c8";
}

.icon-reorder:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-sign:before {
    content: "\f0d3";
}

.icon-google-plus-sign:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-sort:before {
    content: "\f0dc";
}

.icon-sort-down:before {
    content: "\f0dd";
}

.icon-sort-up:before {
    content: "\f0de";
}

.icon-envelope-alt:before {
    content: "\f0e0";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-undo:before {
    content: "\f0e2";
}

.icon-legal:before {
    content: "\f0e3";
}

.icon-dashboard:before {
    content: "\f0e4";
}

.icon-comment-alt:before {
    content: "\f0e5";
}

.icon-comments-alt:before {
    content: "\f0e6";
}

.icon-bolt:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella:before {
    content: "\f0e9";
}

.icon-paste:before {
    content: "\f0ea";
}

.icon-lightbulb:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download:before {
    content: "\f0ed";
}

.icon-cloud-upload:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell-alt:before {
    content: "\f0f3";
}

.icon-coffee:before {
    content: "\f0f4";
}

.icon-food:before {
    content: "\f0f5";
}

.icon-file-alt:before {
    content: "\f0f6";
}

.icon-building:before {
    content: "\f0f7";
}

.icon-hospital:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-sign:before {
    content: "\f0fd";
}

.icon-plus-sign-alt:before {
    content: "\f0fe";
}

.icon-double-angle-left:before {
    content: "\f100";
}

.icon-double-angle-right:before {
    content: "\f101";
}

.icon-double-angle-up:before {
    content: "\f102";
}

.icon-double-angle-down:before {
    content: "\f103";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-desktop:before {
    content: "\f108";
}

.icon-laptop:before {
    content: "\f109";
}

.icon-tablet:before {
    content: "\f10a";
}

.icon-mobile-phone:before {
    content: "\f10b";
}

.icon-circle-blank:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-reply:before {
    content: "\f112";
}

.icon-github-alt:before {
    content: "\f113";
}

.icon-folder-close-alt:before {
    content: "\f114";
}

.icon-folder-open-alt:before {
    content: "\f115";
}



@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=3.0.1');
    src: url('../font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.0.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
    font-weight: normal;
    font-style: normal;
}

i {
    font-size: 14px;
}

    i.large {
        font-size: 30px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
}

.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}


.featured .block img, .gallery .isotope .element-item img {
    display: block;
    width: 100%;
    height: 100%;
}

/* natural box layout model to all elements */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, ul, li, form, div, p, ol, button, hr {
    margin: 0;
    padding: 0;
}

article, figure, footer, header, nav, section, details, summary {
    display: block;
}

article {
    margin-bottom: 60px;
}

aside {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

body {
    font: 16px "Open Sans", sans-serif;
    background: #fff url("images/bg.jpg") repeat 50%;
    color: #a29e16;
    text-align: center;
    position: relative;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: "Arvo", serif;
    margin: 0 0 20px 0;
    line-height: 1;
    text-transform: uppercase;
}

h1 {
    font-size: 30px;
}

@media all and (max-width: 600px) {
    h1 {
        font-size: 24px;
    }
}

h2 {
    font-size: 26px;
}

@media all and (max-width: 600px) {
    h2 {
        font-size: 22px;
    }
}

h3 {
    font-size: 18px;
}

    h3.nocase {
        text-transform: none;
        color: #a29e16;
    }

    h3.light {
        font-weight: 400;
        color: #a29e16;
        text-transform: none;
    }

    h3.small {
        font-size: 16px;
        color: #3e3331;
        text-transform: none;
    }

hr {
    margin: 5px 0px;
    color: #a29e16;
}

@media all and (max-width: 600px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 13px;
}

ul, ol {
    list-style-type: none;
}

div {
    width: auto;
    height: auto;
    margin: 0 auto;
}

a {
    color: #a29e16;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.dark {
        color: #3e3331;
    }

        a.dark:hover {
            color: #a29e16;
        }

    a:hover {
        color: #3e3331;
    }

.who-we-are .container p {
    color: #8c8c8c;
}

p {
    margin: 0 0 1em;
    line-height: 1.5em;
    color: #7e7c7c;
    text-align: justify;
}

.fancy {
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

    .fancy:after {
        width: 40px;
        height: 5px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -20px;
        background: #a29e16;
        content: "";
    }

.overlay {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: url("images/overlay.png") repeat 0 0;
}

.popup-overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    display: none;
    background-color: transparent;
    background-color: rgba(0, 33, 47, 0.75);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF00212F,endColorstr=#BF00212F);
    zoom: 1;
}

.button-dark {
    padding: 0.7em 0;
    background: #3e3331;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    min-width: 165px;
    display: inline-block;
    text-align: center;
}

    .button-dark:hover {
        background: #a29e16;
        color: #fff;
    }

.back-to-top {
    position: fixed;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #a29e16;
    right: 4%;
    bottom: 4%;
    z-index: 10;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    background-clip: padding-box;
}

.anchor {
    display: block;
    position: relative;
    visibility: hidden;
}

#menu-toggle {
    display: none;
    float: right;
}

.container {
    width: 96%;
    max-width: 96%;
    max-width: 960px;
    position: relative;
}

@media all and (max-width: 640px) {
    .container {
        max-width: 500px;
    }
}

header, .header {
    padding: 3px 0;
    background: #fff;
    position: absolute;
    z-index: 11;
    left: 0;
    top: 20px;
    width: 100%;
}

@media all and (max-width: 860px) {
    header, .header {
        top: 0px;
    }
}

header h1 {
    float: left;
    margin: 0;
}

    header h1 a {
        display: inline-block;
        max-width: 140px;
        height: auto;
    }

        header h1 a img {
            display: block;
            border: none;
            padding-top: 14px;
        }

        header h1 a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

@media all and (max-width: 860px) {
    header h1 {
        display: block;
        margin: 0 103px;
        /* float: none; */
        margin-right: 0px;
    }
}

nav ul {
    float: right;
    padding-top: 21px;
}

    nav ul li {
        float: left;
        padding: 0 25px;
        border-left: 1px solid #c5c5c5;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 15px;
        position: relative;
    }

        nav ul li:first-child {
            border-left: none;
        }

        nav ul li a {
            color: #3e3331;
            font-size: 14px;
            font-weight: 600;
        }

            nav ul li a:active, nav ul li a:focus {
                background: none;
            }

            nav ul li a:hover, nav ul li a.current {
                color: #a29e16;
            }

        nav ul li:hover > ul {
            display: block;
        }

@media all and (max-width: 860px) {
    nav ul li {
        float: none;
        display: inline-block;
    }
}

@media all and (max-width: 720px) {
    #menu-toggle {
        display: block;
        padding: 0px;
    }

        #menu-toggle a.dark:hover {
            color: #c23b3a;
        }

    #menu-dd4, nav {
        display: none;
        float: none;
    }

        #menu-dd4 li {
            display: block;
            margin: 0;
            padding: 0;
        }

        #menu-dd4 > li, ul.sub-menu {
            margin-top: -1px;
            border-top: 1px solid #444 !important;
        }

            #menu-dd4 > li:first-child {
                margin-top: 0;
            }

            #menu-dd4 > li > a,
            nav > li > ul > li > a {
                background-color: #333;
                /*border: 1px solid #444;*/
                color: #bbb;
                display: block;
                font-size: 16px;
                padding: 0;
                line-height: 35px;
            }

            #menu-dd4 li > a:hover, #menu-dd4 > li > ul > li > a:hover,
            #menu-dd4 > li:hover > a:hover, ul.sub-menu > li > a.parent, .sf-menu ul.sub-menu > li > a.parent {
                /*background-color: #c23b3a; */
                text-align: center;
            }
            /*	.sf-menu li li li a{text-align:center;}
.sf-menu li li li a:hover{color:white;}*/
            #menu-dd4 > li.parent {
                background: none !important;
                padding: 0;
            }

        nav ul li {
            display: block;
            padding: 5px 0;
            line-height: 20px;
            border: none;
        }
}

nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    background: #fff;
    padding: .5em 0;
    border: 1px solid #c5c5c5;
    border-top: 0;
    min-width: 10em;
    -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
}

    nav ul ul li {
        text-transform: none;
        border: none;
        width: 100%;
        padding: .3em 1em;
        text-align: left;
    }

@media all and (max-width: 720px) {
    nav ul ul li {
        text-align: center;
        border-bottom: 1px solid #c5c5c5;
        padding: .7em 0;
    }
    .flag {
        float: none!important;
        margin-top: 30px!important;
    }
}

@media all and (max-width: 720px) {
    nav ul ul {
        position: relative;
        left: auto;
        float: none;
        border: none;
        border-top: 1px solid #c5c5c5;
        padding: 0;
        margin: 0.5em 0;
        -webkit-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
    }
}

@media all and (max-width: 860px) {
    nav ul {
        width: 100%;
        text-align: center;
        padding-top: 0px;
    }
}

.slider {
    position: relative;
}

    .slider span {
        margin: 0 0 0 -251.5px;
        position: absolute;
        z-index: 10;
        left: 50%;
        top: 120px;
        width: 100%;
    }

        .slider span img {
            display: block;
            width: auto;
            height: auto;
            -webkit-filter: drop-shadow(3px 3px 3px #424140);
            filter: drop-shadow(3px 3px 3px #424140);
        }

        .slider .banner  {
       /* margin: 0 0 0 -251.5px;*/
        position: absolute; 
        z-index: 20;
            left: 10%;
        top: 50px;
    }

        .slider div img .banner{
            display: block;
            width: auto;
            height: auto;
            -webkit-filter: drop-shadow(3px 3px 3px #424140);
            filter: drop-shadow(3px 3px 3px #424140);
        }

        .slider .partner  {
       /* margin: 0 0 0 -251.5px;*/
        position: absolute; 
        z-index: 20;
            right: 10%;
        top: 50px;
    }

        .slider div img .partner{
            display: block;
            width: auto;
            height: auto;
            -webkit-filter: drop-shadow(3px 3px 3px #424140);
            filter: drop-shadow(3px 3px 3px #424140);
        }

@media all and (max-width: 720px) {
    .slider span {
       /* top: 280px;*/
    }

        .slider span img {
            width: 65%;
        }

    .slider .container .slides li h3 {
        font-weight: 300;
        padding: 10px 0px;
    }
    header h1 a img {
        right: 80px;
        position: relative;
    }
     .slider .partner  {
            /*left: 10%!important;top: 50px!important;*/
         right: 0%!important;
         top: 50px !important;
        width: 35%;
    }
    .slider .banner {
        width: 30%;
    }
    /*.slider .partner, .slider .banner {
        width: 30%;
    }*/
    .slider .banner {right: 15%;}
}

@media all and (max-width: 600px) {
    .slider span {
       /* width: 300px;*/
        top: 220px;
        margin: 0 0 0 -150px;
    }
}

.slider .container, .viaggiPromozionali .container {
    width: 100%;
    max-width: 100%;
   
}
.viaggiPromozionali .container { padding: 10px 0px;}
.viaggiPromozionali img{ width:71%;}

    .slider .container .slides li {
        min-height: 520px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

        .slider .container .slides li h3 {
            position: absolute;
            z-index: 10;
            text-align: center;
            width: 960px;
            left: 50%;
            bottom: 0;
            margin: 0 0 0 -480px;
            padding: 10px 0;
            color: #fff;
            background: #a29e16;
            color: #fff;
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            text-transform: none;
            font-size: 20px;
        }

@media all and (max-width: 960px) {
    .slider .container .slides li h3 {
        width: 100%;
        left: 0;
        margin-left: 0;
        font-size: 14px;
    }
}

.slider .container .flex-control-nav {
    text-align: right;
    width: 950px;
    position: absolute;
    bottom: 85px;
    left: 50%;
    margin-left: -475px;
}

@media all and (max-width: 986px) {
    .slider .container .flex-control-nav {
        left: 3%;
        width: 94%;
        margin-left: 0;
    }
}

.slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.slides {
    zoom: 1.2;
}

ul.slides.index {
    zoom: 0;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

* html .slides {
    height: 1%;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-control-nav {
    overflow: hidden;
    z-index: 10;
}

    .flex-control-nav li {
        margin: 0 5px;
        float: right;
        zoom: 1;
        * display: inline;
    }

        .flex-control-nav li a {
            width: 15px;
            height: 15px;
            float: left;
            background: #fff;
            cursor: pointer;
            text-indent: 9999px;
        }

            .flex-control-nav li a:hover, .flex-control-nav li a.flex-active {
                background: #a29e16;
            }

            .flex-control-nav li a.flex-active {
                cursor: default;
            }

.flex-direction-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 1;
}

    .flex-direction-nav a {
        width: 13px;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        color: #a29e16;
        position: relative;
    }

        .flex-direction-nav a:before {
            font-family: FontAwesome;
            font-size: 32px;
            float: left;
            margin: 0 10px 0 0;
        }

        .flex-direction-nav a:active, .flex-direction-nav a:focus {
            background: none;
        }

    .flex-direction-nav .flex-prev {
        float: left;
    }

        .flex-direction-nav .flex-prev:before {
            content: "\f104";
        }

    .flex-direction-nav .flex-next {
        float: right;
    }

        .flex-direction-nav .flex-next:before {
            content: "\f105";
        }

.block {
    float: left;
    width: 32.25%;
    margin-left: 2.125%;
    position: relative;
}

.largeBlock {
    width: 31%;
}

.block:first-child {
    margin-left: 0;
}

@media all and (max-width: 760px) {
    .block, .largeBlock {
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
    }
}

.featured {
    margin: 20px 0px 0px 0px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

    .featured .block, .featured .block .largeBlock {
        position: relative;
    }

        .featured .block:after, .featured .block .largeBlock:after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: #a29e16;
            content: "";
            z-index: 5;
        }

        .featured .block h4 {
            color: #fff;
            font-family: "Open Sans", sans-serif;
            font-weight: 600;
            position: absolute;
            z-index: 2;
            bottom: 0;
            top: 85%;
            text-align: center;
            width: 100%;
            margin: 0;
            padding: 20px 0;
            background-color: transparent;
            background-color: rgba(62, 51, 49, 0.8);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC3E3331,endColorstr=#CC3E3331);
            zoom: 1;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .featured .block h4:before {
                content: "\f06e";
                font-family: FontAwesome;
                display: block;
                font-size: 64px;
                color: #fff;
                display: none;
            }

        .featured .block:hover h4 {
            padding-top: 45%;
            top: 0;
            cursor: pointer;
        }

            .featured .block:hover h4:before {
                display: inline-block;
                width: 100%;
                text-align: center;
                height: 70px;
            }

        .featured .block div {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            text-align: left;
            padding: 30px 20px;
            border-width: 1px 1px 0;
            border-style: solid;
            border-color: #f3f3f3;
            overflow: hidden;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .featured .block div h3, .featured .block div h5 {
                font-weight: 400;
                font-family: "Open Sans", sans-serif;
                color: #a29e16;
                text-transform: none;
            }

            .featured .block div h5 {
                text-transform: uppercase;
            }

            .featured .block div p, .featured .block div ul li {
                font-size: 13px;
                line-height: 27px;
                color: #8c8c8c;
            }

@media all and (max-width: 600px) {
    .featured .block div p, .featured .block div ul li {
        line-height: 18px;
        font-size: 12px;
    }
}

.featured .block div ul li {
    padding: 0.4em 0 0.4em 10px;
    clear: both;
    line-height: normal;
}

    .featured .block div ul li a {
        text-decoration: underline;
    }

    .featured .block div ul li:before {
        content: "\f105";
        font-family: FontAwesome;
        color: #a29e16;
        margin-right: 10px;
        font-size: 20px;
        float: left;
    }

.featured .block div .close {
    font-size: 13px;
    color: #a29e16;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

    .featured .block div .close:hover {
        color: #3e3331;
    }

.featured .block div.active {
    z-index: 10;
    width: 210%;
    opacity: 1;
    filter: alpha(opacity=100);
}

    .featured .block div.active .close {
        display: block;
    }

@media all and (max-width: 760px) {
    .featured .block div.active {
        width: 100%;
    }
}

.featured .block div:after {
    position: absolute;
    width: 100%;
    height: 5px;
    background: #3e3331;
    content: "";
    left: 0;
    bottom: 0;
}

@media all and (max-width: 600px) {
    .featured .block div {
        padding: 30px 10px;
    }
}

.featured .block:first-child div {
    right: auto;
    left: 0;
}

@media all and (max-width: 760px) {
    .featured .block {
        margin: 0 0 1.5em;
    }
}

@media all and (max-width: 760px) {
    .featured {
        max-width: 400px;
    }
}

.spc-offer .block, .featured .spc-offer .block {
    height: 162.5px;
    background-position: center;
    margin-bottom: 30px;
    border-bottom: 5px solid #a29e16;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.block.bigBlock {
    width: 65.625%;
    height: 355px;
}

    .block.bigBlock a {
        color: #a29e16;
    }

    .block.bigBlock:hover h4 {
        min-height: 100%;
    }

@media all and (max-width: 760px) {
    .bigBlock {
        width: 100%;
    }
}

.spc-offer .block h4, .featured .spc-offer .block h4 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 1.5em 0 1.5em 100px;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: none;
    line-height: 1.5em;
    min-height: 1%;
    background-color: transparent;
    background-color: rgba(62, 51, 49, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC3E3331,endColorstr=#CC3E3331);
    zoom: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .spc-offer .block h4 span, .featured .spc-offer .block h4 span {
        display: block;
        text-transform: uppercase;
        color: #fff;
    }

    .spc-offer .block h4:before, .featured .spc-offer .block h4:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 80px;
        background: #a29e16 url("images/spc-icon.png") no-repeat center 15px;
    }

.spc-offer .block h2, .featured .spc-offer .block h2 {
    margin: 0;
}

    .spc-offer .block h2 span, .featured .spc-offer .block h2 span {
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: .5em;
    }

    .spc-offer .block h2 a, .featured .spc-offer .block h2 a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        line-height: normal;
        padding-top: 29%;
        color: #fff;
        background-color: transparent;
        /* background-color: rgba(238, 142, 22, 0.3);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EE8E16,endColorstr=#99EE8E16);*/
        zoom: 1;
    }

        .spc-offer .block h2 a:hover, .featured .spc-offer .block h2 a:hover {
            color: #a29e16;
            ;
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

.spc-offer .block .twoBlock h2 a, .featured .spc-offer .block .twoBlock h2 a {
    background-color: transparent;
    background-color: rgba(238, 142, 22, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a29e16,endColorstr=#a29e16);
    zoom: 1;
}

@media all and (max-width: 760px) {
    .spc-offer .block, .featured .spc-offer .block {
        width: 100%;
        margin: 0 0 1.5em !important;
    }
}

@media all and (max-width: 760px) {
    .spc-offer, .featured .spc-offer {
        max-width: 400px;
    }
}

.button-group {
    padding: 20px 0 45px;
    text-align: center;
}

    .button-group li {
        padding: 0 5px 0;
        display: inline-block;
    }

    .button-group button {
        background: #f3f3f3;
        float: left;
        border: none;
        color: #a29e16;
        font-size: 13px;
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        padding: 10px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .button-group button.is-checked, .button-group button:hover {
            color: #fff;
            background: #a29e16;
        }

    .button-group button, .element-item {
        cursor: pointer;
    }

.element-item, .grid-sizer {
    width: 20%;
    width: 19.95% \9;
    float: left;
}

@media all and (max-width: 760px) {
    .element-item, .grid-sizer {
        width: 50%;
    }
}

.gallery {
    width: 100%;
    overflow: hidden;
}

    .gallery h3, .gallery h2 {
        padding: 2.5em 0 3em;
        margin: 2em 0;
        color: #fff;
        text-align: center;
        background: url("images/gallery-title.jpg") no-repeat 50% 0 fixed;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(62, 51, 49, 0.7)), to(rgba(62, 51, 49, 0.7))), url("images/gallery-title.jpg") no-repeat 50% 0 fixed;
        /* Saf4+, Chrome */
        background: -webkit-linear-gradient(top, rgba(62, 51, 49, 0.7), rgba(62, 51, 49, 0.7)), url("images/gallery-title.jpg") no-repeat 50% 0 fixed;
        /* Chrome 10+, Saf5.1+ */
        background: -moz-linear-gradient(top, rgba(62, 51, 49, 0.7), rgba(62, 51, 49, 0.7)), url("images/gallery-title.jpg") no-repeat 50% 0 fixed;
        /* FF3.6+ */
        background: -ms-linear-gradient(top, rgba(62, 51, 49, 0.7), rgba(62, 51, 49, 0.7)), url("images/gallery-title.jpg") no-repeat 50% 0 fixed;
        /* IE10 */
        background: -o-linear-gradient(top, rgba(62, 51, 49, 0.7), rgba(62, 51, 49, 0.7)), url("images/gallery-title.jpg") no-repeat 50% 0 fixed;
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, rgba(62, 51, 49, 0.7), rgba(62, 51, 49, 0.7)), url("images/gallery-title.jpg") no-repeat 50% 0 fixed;
        /* W3C */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

        .gallery h3:after, .gallery h2:after {
            bottom: 35%;
        }

    .gallery .isotope {
        margin-bottom: 15px;
        height: 605px;
    }

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.gallery .isotope .element-item {
    background: #a29e16;
    padding-bottom: 5px;
    float: left;
    overflow: hidden;
    border: 2px solid #fff;
}

    .gallery .isotope .element-item.active {
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .gallery .isotope .element-item.active div {
            display: block;
        }

    .gallery .isotope .element-item:before {
        content: "\f06e";
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 100%;
        padding-top: 35%;
        text-align: center;
        font-family: FontAwesome;
        font-size: 64px;
        color: #fff;
        background-color: transparent;
        background-color: rgba(62, 51, 49, 0.8);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC3E3331,endColorstr=#CC3E3331);
        zoom: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .gallery .isotope .element-item:hover:before {
        top: 0;
    }

    .gallery .isotope .element-item div {
        width: 750px;
        max-height: 850px;
        overflow: hidden;
        position: fixed;
        left: 50%;
        top: 5%;
        margin-left: -350px;
        display: none;
        z-index: 30;
    }

@media all and (max-width: 760px) {
    .gallery .isotope .element-item div {
        width: 400px;
        margin-left: -200px;
    }
}

@media all and (max-width: 440px) {
    .gallery .isotope .element-item div {
        width: 300px;
        margin-left: -150px;
    }
}

@media all and (max-height: 600px) {
    .gallery .isotope .element-item div {
        max-height: 300px;
    }
}

.gallery .isotope .element-item div p {
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 20px;
    text-align: left;
    background-color: transparent;
    background-color: rgba(255, 177, 66, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3FFB142,endColorstr=#B3FFB142);
    zoom: 1;
}

.gallery .isotope .element-item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.pricing {
    padding: 50px 0 0;
}

.checkin {
    padding: 25px;
    background: #a29e16;
    border-bottom: 5px solid #a29e16;
    margin: 2.5em 0;
}

    .checkin input, .checkin select {
        -webkit-appearance: none;
        float: left;
        width: 19%;
        margin: 0 1% 0 0;
        border: none;
        height: 36px;
        padding: 0.7em;
        -webkit-padding: 0.7em;
        line-height: 1.5em;
        background: #fff;
        background-color: #fff;
        font-size: 0.8em;
    }

@media all and (max-width: 640px) {
    .checkin input, .checkin select {
        width: 48%;
        margin: 0 1% 20px;
    }
}

.checkin input:focus, .checkin textarea:focus, .checkin select:focus {
    border: none;
    background: white;
}

.checkin .calendar {
    position: relative;
    float: left;
    width: 20%;
    margin: 0 1% 0 0;
}

@media all and (max-width: 640px) {
    .checkin .calendar {
        width: 48%;
        margin: 0 1% 20px;
    }
}

.checkin .calendar input {
    width: 100%;
    margin: 0;
}

    .checkin .calendar input:last-of-type {
        width: 100%;
    }

.checkin .calendar i {
    position: absolute;
    color: #8c8c8c;
    top: 10px;
    right: 5px;
    font-size: 20px;
}

.checkin button {
    width: 18%;
    min-width: inherit;
}

@media all and (max-width: 640px) {
    .checkin button {
        width: 100%;
        max-width: 320px;
    }
}

table {
    margin-bottom: 40px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

    table caption h3 {
        text-align: left;
        text-transform: none;
        color: #a29e16;
        padding: 0 25px;
        margin-bottom: 2em;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }

@media all and (max-width: 640px) {
    table caption h3 {
        text-align: center;
    }
}

table > thead {
    border-top: 3px solid #a29e16;
    border-bottom: 1px solid #a29e16;
}

    table > thead > tr > th {
        padding: 12px 3px;
        color: #a29e16;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
        text-align: left;
        word-break: break-all;
    }

@media all and (max-width: 640px) {
    table > thead > tr > th {
        padding: 10px 5px;
        font-size: 12px;
    }
}

table > tbody > tr {
    border-bottom: 1px solid #f3f3f3;
}

    table > tbody > tr > td {
        padding: 12px 3px;
        color: #8c8c8c;
        font-size: 13px;
        font-weight: 600;
        text-align: left;
    }

        table > tbody > tr > td a {
            text-decoration: underline;
        }

@media all and (max-width: 640px) {
    table > tbody > tr > td {
        padding: 10px 5px;
        font-size: 12px;
    }
}

table > tbody > tr > td:first-child {
    text-transform: uppercase;
    font-size: 12px;
    color: #ddd;
}

table > tbody > tr > td:last-child {
    color: #ddd;
}

table > tbody > tr:last-child {
    border-bottom: 3px solid #a29e16;
}

table > tfoot > tr > td {
    font-size: 13px;
    padding: 25px 25px 0;
    text-align: left;
    color: #8c8c8c;
}

    table > tfoot > tr > td span {
        color: #a29e16;
        display: block;
        padding: 15px 0 0;
    }

@media all and (max-width: 640px) {
    table > tfoot > tr > td span {
        padding: 5px 0 0;
    }
}

@media all and (max-width: 640px) {
    table > tfoot > tr > td {
        padding: 10px 5px;
        font-size: 12px;
    }
}

.search-result {
    margin: 0 0 40px;
}

    .search-result h2 {
        clear: both;
        text-align: left;
        font-size: 21px;
        font-weight: 400;
        color: #a29e16;
        padding: 0 0 20px 25px;
        margin: 1.5em 0;
        border-bottom: 3px solid #a29e16;
        text-transform: none;
        font-family: "Open Sans", sans-serif;
    }

    .search-result .item {
        width: 100%;
        float: left;
        position: relative;
        text-align: left;
        margin: 0 0 20px;
        padding: 0 30px 20px;
        border-bottom: 1px solid #f3f3f3;
    }

@media all and (max-width: 640px) {
    .search-result .item {
        padding: 0 0 20px;
    }
}

.search-result .item img {
    float: left;
    width: 21%;
    margin: 0 2% 2% 0;
}

@media all and (max-width: 640px) {
    .search-result .item img {
        width: 35%;
        height: auto;
        margin: 0 auto 20px;
    }
}

.search-result .item div {
    float: left;
    width: 53%;
}

@media all and (max-width: 640px) {
    .search-result .item div {
        clear: both;
        width: 100%;
    }
}

.search-result .item div h3 {
    color: #a29e16;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
}

.search-result .item div p {
    display: none;
}

.search-result .item div h3 + p {
    display: block;
}

.search-result .item div.more p {
    display: block;
}

.search-result .item div a {
    font-size: 13px;
    font-style: italic;
    text-decoration: underline;
    color: #a29e16;
}

.search-result .item .price {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 21px;
    color: #a29e16;
    margin: 0 0 15px;
}

@media all and (max-width: 640px) {
    .search-result .item .price {
        font-size: 18px;
    }
}

.search-result .item .price span {
    color: #3e3331;
}

.search-result .item .button-dark {
    position: absolute;
    right: 0;
    top: 55px;
}

@media all and (max-width: 640px) {
    .search-result .item .button-dark {
        top: 30px;
    }
}

.bottom-part {
    position: relative;
    background: #3e3331;
    background: url("images/bg-bottom.jpg") no-repeat 50% 0 fixed;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(62, 51, 49, 0.9)), to(rgba(62, 51, 49, 0.9))), url("images/bg-bottom.jpg") no-repeat 50% 0 fixed;
    /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, rgba(62, 51, 49, 0.9), rgba(62, 51, 49, 0.9)), url("images/bg-bottom.jpg") no-repeat 50% 0 fixed;
    /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(top, rgba(62, 51, 49, 0.9), rgba(62, 51, 49, 0.9)), url("images/bg-bottom.jpg") no-repeat 50% 0 fixed;
    /* FF3.6+ */
    background: -ms-linear-gradient(top, rgba(62, 51, 49, 0.9), rgba(62, 51, 49, 0.9)), url("images/bg-bottom.jpg") no-repeat 50% 0 fixed;
    /* IE10 */
    background: -o-linear-gradient(top, rgba(62, 51, 49, 0.9), rgba(62, 51, 49, 0.9)), url("images/bg-bottom.jpg") no-repeat 50% 0 fixed;
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(62, 51, 49, 0.9), rgba(62, 51, 49, 0.9)), url("images/bg-bottom.jpg") no-repeat 50% 0 fixed;
    /* W3C */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .bottom-part .overlay {
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#E500212F', EndColorStr='#E500212F')";
        /* For IE8 */
    }

.testimonials {
    padding: 120px 0 170px;
    position: relative;
    z-index: 5;
}

    .testimonials .container {
        padding: 0 20px;
    }

    .testimonials p, .testimonials span {
        font-size: 26px;
        line-height: 1.4em;
        font-style: italic;
        font-weight: 300;
        padding: 0 3em;
    }

@media all and (max-width: 640px) {
    .testimonials p, .testimonials span {
        padding: 0 1em;
        font-size: 20px;
    }
}

.testimonials span {
    font-size: 16px;
    color: #a29e16;
}

.who-we-are {
    padding: 30px 0;
    position: relative;
    text-align: justify;
    z-index: 5;
}

    .who-we-are .social {
        display: inline-block;
        margin-top: 1em;
    }

        .who-we-are .social li {
            margin: 0 7.5px;
            float: left;
        }

            .who-we-are .social li a {
                float: left;
                width: 33px;
                height: 33px;
                line-height: 31px;
                color: #fff;
                font-size: 18px;
                text-align: center;
                background: #a29e16;
                border: 1px solid #a29e16;
            }

                .who-we-are .social li a:hover {
                    background: none;
                    color: #a29e16;
                    border: 1px solid #a29e16;
                }

@media all and (max-width: 640px) {
    .who-we-are .social li {
        display: inline-block;
        float: none;
    }
}

@media all and (max-width: 640px) {
    .who-we-are .social {
        display: block;
        margin: 10px auto;
        float: none;
        text-align: center;
    }
}

.location {
    background: #e9e9e9;
    position: relative;
    z-index: 5;
    padding: 80px 0;
}

    .location .block {
        background: #fff;
        position: relative;
        float: none;
        display: inline-block;
        z-index: 10;
        padding: 35px 0 50px;
        border-bottom: 5px solid #a29e16;
    }

        .location .block h3 {
            margin-bottom: 30px;
        }

        .location .block p {
            text-transform: uppercase;
            font-size: 14px;
            margin: 0 0 10px;
            position: relative;
        }

            .location .block p:before {
                font-family: FontAwesome;
                font-size: 22px;
                display: inline-block;
                width: 100%;
                text-align: center;
                margin: 0 auto 20px;
                content: "\f041";
            }

        .location .block address {
            font-size: 12px;
            font-style: normal;
            color: #8c8c8c;
            margin: 0 0 10px;
        }

        .location .block span {
            font-size: 12px;
            font-weight: 700;
        }

#map {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.consenso {
    font-size: 12px;
}

.contact {
    padding: 30px 0 50px;
    position: relative;
    z-index: 5;
}

.details, .form {
    max-width: 470px;
}

@media all and (max-width: 640px) {
    .details, .form {
        width: 100%;
        margin-bottom: 20px;
    }
}

.widget {
    padding: 0 2% 0 25px;
    margin-bottom: 20px;
    min-height: 80px;
    width: 50%;
    float: left;
    position: relative;
}

    .widget p, .widget address {
        font-size: 12px;
        line-height: 16px;
        color: #a29e16;
        font-style: normal;
    }

    .widget h4 {
        font-size: 14px;
        margin: 0;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        color: #a29e16;
    }

    .widget p {
        margin-bottom: 0;
    }

        .widget p a {
            text-decoration: underline;
        }

            .widget p a:hover {
                color: #fff;
            }

    .widget .fa {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 22px;
    }

form input, form textarea, form select, form button {
    background: none;
    border: 1px solid #8c8c8c;
    color: #8c8c8c;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    padding: 5px;
    margin: 0 0 10px;
    outline: none;
}

form textarea {
    min-height: 100px;
    resize: none;
    outline: none;
}

    form input:focus, form textarea:focus {
        border: 1px solid #a29e16;
    }

.button {
    width: auto;
    min-width: 70px;
    font-size: 18px;
    padding: 10px 40px;
    color: #fff;
    border: none;
    cursor: pointer;
    background: #a29e16;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

form button:hover {
    background: #a29e16;
}

form ::-webkit-input-placeholder {
    color: #8c8c8c;
    opacity: 1;
    filter: alpha(opacity=100);
}

form :-moz-placeholder {
    color: #8c8c8c;
    opacity: 1;
    filter: alpha(opacity=100);
}

form ::-moz-placeholder {
    color: #8c8c8c;
    opacity: 1;
    filter: alpha(opacity=100);
}

form :-ms-input-placeholder {
    color: #8c8c8c;
    opacity: 1;
    filter: alpha(opacity=100);
}

.footer {
    padding: 30px 0;
}

    .footer p {
        color: #3e3331;
        margin: 0.5em 0;
        font-size: 13px;
        font-weight: 600;
    }

        .footer p a {
            color: #3e3331;
        }

            .footer p a:hover {
                color: #a29e16;
            }

@media all and (max-width: 640px) {
    .footer p {
        float: none;
        text-align: center;
        display: block;
    }
}

.footer .social {
    float: right;
    position: absolute;
    right: 0;
    top: -5px;
}

    .footer .social li {
        margin: 0 0 0 15px;
        float: left;
    }

        .footer .social li a {
            float: left;
            width: 33px;
            height: 33px;
            line-height: 31px;
            color: #a29e16;
            font-size: 18px;
            text-align: center;
            border: 1px solid #cfcfcf;
        }

            .footer .social li a:hover {
                border: 1px solid #eec1b9;
            }

@media all and (max-width: 980px) {
    .footer .social li {
        display: inline-block;
        float: none;
    }
}

@media all and (max-width: 1160px) {
     /*.slider .partner  {
            right: 20%;
        top: 120px;
    }*/
    .footer .social {
        margin: 0 80px 0 0;
    }
}

@media all and (max-width: 980px) {
    .footer .social {
        display: block;
        margin: 10px auto;
        float: none;
        text-align: center;
        position: relative;
        top: 0;
    }
}

.post-template .slider .container .slides li {
    min-height: 265px;
}

@media all and (max-width: 720px) {
    body {
        font-size: 14px;
    }

    .post-template .slider .container .slides li {
        min-height: 172px;
        top: 47px;
    }

    .post-template .content {
        padding-top: 70px !important;
    }

    .pricing {
        padding-top: 70px;
    }

    .overlay.page {
        top: 59px;
    }

    .bottom-part .overlay {
        top: 0px;
    }
}

.post-template .content {
    padding: 30px 0 50px;
}

.primary {
    float: left;
    width: 65.625%;
    text-align: left;
}

@media all and (max-width: 640px) {
    .primary {
        width: 100%;
        margin-bottom: 50px;
    }
}

.primary .post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 5px solid #a29e16;
    margin-bottom: 20px;
}

.primary .entry-meta {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

    .primary .entry-meta span {
        font-size: 13px;
        color: #a29e16;
        margin: 0 10px 0 0;
    }

        .primary .entry-meta span i {
            font-size: 14px;
            color: #a29e16;
            margin: 0 2px 0 0;
        }

    .primary .entry-meta:after {
        width: 40px;
        height: 5px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #a29e16;
        content: "";
    }

.primary ul {
    margin: 0 0 30px 20px;
}

    .primary ul li {
        color: #8c8c8c;
        position: relative;
        padding: 0 0 5px 20px;
    }

        .primary ul li:before {
            position: absolute;
          /* color: #a29e16; font-size: 22px;
            content: "\f105";
            left: 0;*/ 
            font-family: FontAwesome;
           
        }

        /*Pallini per Itinerari*/
        .primary ul li.Etna-Alcantara:before {
            color: #ee7f01;
            font-size: 38px;
            content: " \f111";
            left: -16px;
            top: -5px;
        }
        .primary ul li.Etna-Alcantara-Nebrodi:before {
            color: #e2017b;
            font-size: 38px;
            content: " \f111";
            left: -16px;
            top: 25px;
        }
       
        .primary ul li.Iblei:before {
            color: #009de0;
            font-size: 38px;
            content: " \f111";
            left: -16px;
            top: -5px;
        }

        .primary ul li.Irminio-River-Caves:before {
            color: #feed01;
            font-size: 38px;
            content: " \f111";
            left: -16px;
            top: -5px;
        }

        .primary ul li.Parco-Dei-Nebrodi:before {
            color: #e2017b;
            font-size: 38px;
            content: " \f111";
            left: -16px;
            top: -5px;
        }

        .primary ul li.Parco-Delle-Madonie:before {
            color: #46a12a;
            font-size: 38px;
            content: " \f111";
            left: -16px;
            top: -5px;
        }

        .primary ul li.GodFather:before {
            color: #000000;
            font-size: 38px;
            content: " \f111";
            left: -16px;
            top: -5px;
        }

        .primary ul li.The-Salt-Road:before {
            color: #82004b;
            font-size: 38px;
            content: " \f111";
            left: -16px;
            top: -5px;
        }

        .primary ul li.Rural-Tour:before {
            color: #033882;
            font-size: 38px;
            content: " \f111";
            left: -16px;
            top: -5px;
        }

q {
    font-size: 22px;
    color: #a29e16;
    font-style: italic;
    font-family: "Arvo", serif;
    margin: 0 0 40px 20px;
    display: block;
}

blockquote {
    margin: 0 0 60px 20px;
}

    blockquote p, blockquote span {
        font-size: 22px;
        color: #a29e16;
        font-style: italic;
        font-family: "Arvo", serif;
    }

        blockquote p:before, blockquote p:after {
            content: "\0022";
        }

    blockquote span {
        display: block;
        font-size: 13px;
        margin: 30px 0 0;
    }

.comments-title {
    font-style: italic;
    padding-bottom: 20px;
    border-bottom: 3px solid #a29e16;
    margin-bottom: 20px;
}

    .comments-title i {
        font-size: 14px;
        color: #a29e16;
        margin: 0 5px 0 0;
        position: relative;
        top: -2px;
    }

.comments-area h3.fancy:after {
    left: 0;
    margin: 0;
}

.comments-area ol {
    margin-bottom: 40px;
}

    .comments-area ol li {
        position: relative;
    }

        .comments-area ol li .replay {
            position: absolute;
            background: #3e3331;
            color: #fff;
            font-size: 13px;
            text-transform: uppercase;
            top: 0;
            right: 0;
            padding: 8px 20px;
        }

            .comments-area ol li .replay:hover {
                background: #a29e16;
            }

            .comments-area ol li .replay:after {
                content: "\f112";
                font-size: 15px;
                font-family: FontAwesome;
                margin: 0 0 0 5px;
            }

        .comments-area ol li .children {
            padding-left: 50px;
        }

.comments-area form input, .comments-area form textarea {
    border: 1px solid #cfcfcf;
    padding: 10px;
    font-size: 13px;
    font-style: italic;
}

.comment-meta {
    font-style: italic;
    font-size: 13px;
}

    .comment-meta img {
        float: left;
        width: 50px;
        height: auto;
        margin: 0 10px 20px 0;
        border-bottom: 3px solid #3e3331;
    }

    .comment-meta a {
        color: #8c8c8c;
    }

        .comment-meta a span {
            color: #a29e16;
            display: inline-block;
        }

    .comment-meta span {
        display: block;
        color: #c7c7c8;
    }

.comment-content {
    clear: both;
}

    .comment-content p {
        font-size: 13px;
        line-height: 22px;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #f3f3f3;
    }

.secondary {
    float: right;
    width: 31.25%;
    text-align: left;
}

@media all and (max-width: 640px) {
    .secondary {
        width: 100%;
    }
}

.secondary h3 {
    font-size: 16px;
    text-transform: none;
    color: #3e3331;
}

.secondary .popular-news li {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

    .secondary .popular-news li img {
        float: left;
        width: 50px;
        height: auto;
        margin: 0 10px 15px 0;
    }

    .secondary .popular-news li h4 {
        color: #a29e16;
        font-weight: 400;
        text-transform: none;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 0;
    }

    .secondary .popular-news li p {
        font-size: 13px;
    }

.secondary .archive ul li, .secondary .categories ul li {
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

    .secondary .archive ul li:before, .secondary .categories ul li:before {
        position: absolute;
        color: #a29e16;
        font-family: FontAwesome;
        font-size: 20px;
        content: "\f105";
        left: 0;
        top: -2px;
    }

    .secondary .archive ul li a, .secondary .categories ul li a {
        color: #8c8c8c;
    }

        .secondary .archive ul li a:hover, .secondary .categories ul li a:hover {
            color: #a29e16;
        }

.secondary .tags a {
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    color: #a29e16;
    font-weight: 600;
    background: #f3f3f3;
    padding: 10px;
    margin: 0 10px 7px 0;
}

    .secondary .tags a:hover {
        color: #fff;
        background: #a29e16;
    }

.secondary .search form {
    position: relative;
}

.secondary .search input {
    border: 1px solid #a29e16;
    font-size: 13px;
    font-style: italic;
    padding: 10px;
}

.secondary .search i {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 22px;
    color: #a29e16;
}

/*!
 * Datepicker for Bootstrap
 */
.datepicker {
    top: 0;
    left: 0;
    padding: 8px;
    margin-top: 0;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 210px;
    max-width: 300px;
    list-style: none;
    background: #3e3331;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 580px) {
    .datepicker {
        margin-left: -45px;
    }
    .post-template .slider .container .slides li {
        min-height: 100px;
       
    }
}

.datepicker > div {
    display: none;
}

.datepicker table {
    width: 100%;
    margin: 0;
}

    .datepicker table > tbody > tr {
        border: none;
    }

    .datepicker table > thead {
        border: none;
        border-bottom: 2px solid #a29e16;
        background: #a29e16;
        color: #fff;
    }

        .datepicker table > thead > tr > th {
            padding: 5px;
            color: #fff;
        }

@media all and (max-width: 580px) {
    .datepicker table > thead > tr > th {
        padding: 1px;
    }
}

.datepicker td, .datepicker th {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    width: 35px;
}

@media all and (max-width: 580px) {
    .datepicker td, .datepicker th {
        padding: 1px;
        width: 25px;
        font-size: 13px;
    }
}

.datepicker td.day:hover,
.datepicker-months td span:hover,
.datepicker-years td span:hover {
    background: #f3f3f3;
    color: #d66b57;
    cursor: pointer;
}

.datepicker td.day.disabled {
    color: #e6e6e6;
}

.datepicker td.old,
.datepicker td.new {
    color: #999;
}

.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    color: #fff;
    background-color: #a29e16;
}

    .datepicker td.active:active,
    .datepicker td.active:hover:active,
    .datepicker td.active.active,
    .datepicker td.active:hover.active {
        background-color: #a29e16;
    }

.datepicker td span {
    display: block;
    width: 47px;
    padding: 10px;
    float: left;
    margin: 2px;
    cursor: pointer;
}

    .datepicker td span.active:hover,
    .datepicker td span.active:focus,
    .datepicker td span.active:active,
    .datepicker td span.active.active,
    .datepicker td span.active.disabled,
    .datepicker td span.active[disabled] {
        color: #fff;
        background-color: #a29e16;
    }

    .datepicker td span.old {
        color: #999;
    }

.datepicker th.switch {
    width: 145px;
    font-size: 16px;
}

.datepicker th.next,
.datepicker th.prev {
    font-size: 21px;
}

.datepicker thead tr:first-child th {
    cursor: pointer;
    font-weight: 700;
}

    .datepicker thead tr:first-child th:hover {
        background-color: none;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.datepicker-days, .datepicker-months, .datepicker-years {
    background: #fff;
}

/*# sourceMappingURL=styles.css.map */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */

.pricing {
padding: 80px 0px 0px;
}

.post-template .overlay {
background: url("images/overlay.png") 0px 0px;
width: 100%;
height: 121%;
position: absolute;
z-index: 5;
}

.bottom-part .overlay {height: 100%;}

}

.flag
{
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 15px;
}

img.disabled
{  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: #DCDAD1;
 /* Firefox 4+ */
    filter: gray;
 /* IE 6-9 */ }