/**
*
* ---------------------------------------------------------------------------
*
* Template : Brag, Design & Digital
* Author : Miguel Braga
* Author URI : http://brag.pt
*
* --------------------------------------------------------------------------- 
*
*/

html, body {
    height:100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    webkit-tap-highlight-color: #fed136;
}

body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    webkit-tap-highlight-color: #fed136;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: #222222;
    margin: 15px 0px;
}

p.large {
    font-size: 16px;
}

strong {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    font-family: 'Rubik', sans-serif;
    outline: 0;
}

a {
    color: #b99d6b;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #383838;
    text-decoration: none;
}

input:focus {
    outline:none;
}

input:not([type="radio"]):not([type="checkbox"]) {
    -webkit-appearance: none;
    border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 22px;
    margin: 5px 0 5px 0px;
    padding: 10px 0 10px 0;
}

input.btn {
    background-color: #84B400;
    display: inline-block;
    padding: 7px 22px;
    margin: 0 10px;
    font-size: 13px;
    color: #fff !important;
    font-weight: 700;
    line-height: 1.42857;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
}

.btn {
    background-color: #F6F6F5;
    display: inline-block;
    padding: 5px 18px;
    margin: 0px;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600 !important;
    color: #000 !important;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    margin: 20px 0 20px 0;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.hidden {
    display: none;
}

.img-centered {
    margin: 0 auto;
    max-width: 30%;
    height: auto;
}

.row {
    margin: auto !important;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-dark-gray {
    background-color: #3B3B3B;
}

.bg-heavy-gray {
    background-color: #333;
}

.box-shadow {
    -webkit-box-shadow: 0px 20px 45px -20px #222;
      -moz-box-shadow: 0px 20px 45px -20px #222;
           box-shadow: 0px 20px 45px -20px #222;
}

.container-fluid {
    height: 100%;
    width: 90%;
    margin:0;
    padding:0;
}

.related {
    background-color:rgba(255,255,255,0.7);
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    text-indent: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 88888;
}

.related a:link { color: #000; padding: 0 10px; text-decoration: none; }
.related a:visited { color: #000; }
.related a:hover { color: #000; }

.related-footer {
    background-color: #3B3B3B;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    text-indent: 20px;
    color: #fff;
}

.related-footer a:link { color: #fff; padding: 0 10px; text-decoration: none; }
.related-footer a:visited { color: #fff; }
.related-footer a:hover { color: #fff; }

header {
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    width:100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.small-menu {
    display: block;
    background-color: #eb6e0d;
    position: fixed;
    box-sizing: border-box;
    top: 0px;
    right:0px;
    width: 90px;
    height: 85px;
    z-index: 99999;
}

.menu-btn {
    width: 3em !important;
    margin: 25px 0 0 20px;
}


 /* OTHER MENU BUTTONS */

.wrapper_s3d {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    height: 650px !important;
}

.logo {
    background: #3B3B3B url('../images/logo-small.png') left center no-repeat;
    text-align:center;
    width: 85px;
    height: 85px;
    position:absolute;
    top: 0;
    left: 0;
    overflow:hidden;
    z-index: 77777;
}

@media (min-width: 1200px) {
    .logo {
        background: #3B3B3B url('../images/logo.png') left center no-repeat;
        text-align:center;
        width: 250px;
        height: 150px;
        position:absolute;
        top: 0;
        left:85px;
        overflow:hidden;
        z-index: 77777;
    }
}

.booknow {
    /* background: #b99d6b url('../images/booknow-small-btn.png') left center no-repeat; */
    background: #b99d6b;
    text-align:center;
    width:85px;
    height: 85px;
    position:fixed;
    top: 0;
    right: 85px;
    overflow:hidden;
    z-index: 99999;
}

.booknow ul {
    list-style: none;
    margin:0;
    padding:0;
}

@media (min-width: 1200px) {
    .booknow {
	    /* background: #b99d6b url('../images/booknow-small-btn.png') left center no-repeat; */
	    background: #b99d6b;
        text-align:center;
        width:240px;
        height: 85px;
        position:fixed;
        top: 0;
        right: 85px;
        overflow:hidden;
        z-index: 99999;
    }
}


/* NAVIGATION */

.navbar-nav {
    float: left !important;
    margin: 0;
}

nav {
    text-align:center;
    width:85px;
    height: 85px;
    position:fixed;
    top: 0;
    right: 0;
    overflow:hidden;
    background:#3B3B3B;
    z-index: 99999;
}
nav ul {
    text-align:center;
}
nav ul li {
    display:inline-block;
}
nav ul li a {
    color:#fff;
    display:inline-block;
    padding:1em 3em;
    text-decoration:none;
    border-bottom:2px solid #fff;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
    font-size:16px;
}
nav ul li a:hover {
    color: #b99d6b;
}


/* MENU BUTTONS */
/*styling open close button*/

.button {
    display:block;
    position: relative;
    z-index:999999;
    font-size:30px;
    margin-top: 20px;
}
.button a {
    text-decoration:none !important;
}
.btn-open:after {
    color:#fff;
    content:"\f0c9";
    font-family:"FontAwesome";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
    color:#fff;
    text-decoration:none !important;
}
.btn-close:after {
    color:#fff;
    content:"\f00d";
    font-family:"FontAwesome";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
    color: #fff;
    text-decoration:none !important;
}


/* OVERLAY */

.overlay {
    display:none;
    position:fixed;
    top:0;
    height:100%;
    width:100%;
    background-color:rgba(51,51,51,0.9);
    overflow:auto;
    z-index:88888;
}
.wrap {
    color:#e9e9e9;
    text-align:center;
    max-width:100%;
    margin:0 auto;
    padding:150px 25px 0 25px;
}
.wrap p {
    color: #fff;
    font-size:18px;
    display:block;
}

.wrap ul {
    margin:0;
    padding:0;
}
.wrap ul li {
    font-size:18px;
    display:block;
    vertical-align:top;
    position:relative;
}
.wrap ul li a {
    color:#fff;
    font-weight: 400;
    display:block;
    padding:8px 0;
    text-decoration:none;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.wrap ul a:hover {
    color:#b99d6b;
}
.wrap ul li.current.active a {
    font-weight: bold;
    color: #b99d6b !important;
}
.wrap .promocoes a:link {
    font-weight: bold !important;
}
.wrap ul ul {
    padding:20px 0;
}
.wrap ul ul li {
    display:block;
    font-size:15px;
    width:100%;
    color:#fff;
}
.wrap ul ul li a {
    color:#fff;
}
.wrap ul ul li a:hover {
    color:#EB6E0D;
}
.social {
    font-size:25px;
    padding:20px;
}
.social p {
    margin:0;
    padding:20px 0 5px 0;
    line-height:30px;
    font-size:13px;
}
.social p a {
    color:#34B484;
    text-decoration:none;
    margin:0;
    padding:0;
}
.social-icon {
    width:80px;
    height:50px;
    background:#e9e9e9;
    color:#333;
    display:inline-block;
    margin:0 20px;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.social-icon:hover {
    background:#34B484;
    color:#f0f0f0;
}
.social-icon i {
    margin-top:12px;
}
@media screen and (max-width:48em) {
    .wrap ul.wrap-nav>li {
        width:100%;
        padding:20px 0;
        border-bottom:1px solid #575757;
    }
    .wrap ul.wrap-nav {
        padding:30px 0px 0px;
    }
    nav ul {
        opacity:0;
        visibility:hidden;
    }
    .social {
        color:#c1c1c1;
        font-size:25px;
        padding:15px 0;
    }
    .social-icon {
        width:100%;
        height:50px;
        background:#fff;
        color:#333;
        display:block;
        margin:5px 0;
    }
}

.special a:link {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.special a:visited {
    color: #fff;
}

.special a:hover {
    color:#b99d6b;
}

/* SECTION BANNER */

section#banner .container-fluid {
    height: 100%;
    width: 100%;
    margin:0;
    padding:0;
}

section#banner {
    width: 100%;
    height: 850px;
    margin: auto;
    position: relative;
    background-color: transparent;
    text-align: center;
    margin:0;
    padding: 0 !important;
    overflow: hidden;
}

section#banner p {
    margin:0;
    padding:0;
}

.theme-default .nivoSlider {
    position:relative;
    background:#fff url(loading.gif) no-repeat 50% 50%;
    margin:0 !important;
    -webkit-box-shadow: !important;
    -moz-box-shadow: !important;
    box-shadow: !important;
}

.inner-header {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 44444;
}


/* SECTION COMMODITIES */

section#commodities {
    background-color: #3B3B3B;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
    padding: 70px 0;
    overflow: hidden;
}

section#commodities h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 40px !important;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #fff;
    margin: 0;
    padding: 0px 0px 10px 0px;
}

section#commodities h3:after {
    content:' ';
    display:block;
    text-align: center;
    border-bottom:3px solid #b99d6b;
    width: 20px;
    padding: 12px 0 0 0;
    margin: auto;
}

section#commodities p {
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 10px 0px 5px 0px;
}

section#commodities img {
    padding: 0 20px;
    max-width: 100px;
}

section#commodities .commodities {
    padding: 35px 0 0 0;
}

section#commodities .more a {
    height: 54px;
    line-height: 54px;
    vertical-align: top;
    padding: 20px;
    border: 0;
    background-color: #b99d6b;
    color: #fff !important;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
}

section#commodities .more p {
    color: #3B3B3B;
    font-weight: 500;
    margin: 0;
    padding: 45px 0px 0px 0px;

}

section#commodities .more img {
    padding:0;
}


/* SECTION ROOMS */

section#rooms {
    background-color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
    padding: 70px 0 !important;
    overflow: hidden;
}

section#rooms h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 40px !important;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #3B3B3B;
    margin: 0;
    padding: 0px 0px 10px 0px;
}

section#rooms h3:after {
    content:' ';
    display:block;
    text-align: center;
    border-bottom:3px solid #b99d6b;
    width: 20px;
    padding: 12px 0 0 0;
    margin: auto;
}

section#rooms p {
    color: #3B3B3B;
    font-weight: 400;
    margin: 0;
    padding: 10px 0px 30px 0px;
}

section#rooms img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

section#rooms .spacer {
    padding: 40px 0 0 0;
}

/* SECTION LOCATION */

section#location {
    background-color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
    padding: 70px 0 !important;
    overflow: hidden;
}

section#location h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 40px !important;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #3B3B3B;
    margin: 0;
    padding: 0px 0px 10px 0px;
}

section#location h3:after {
    content:' ';
    display:block;
    text-align: center;
    border-bottom:3px solid #b99d6b;
    width: 20px;
    padding: 12px 0 0 0;
    margin: auto;
}

section#location p {
    color: #3B3B3B;
    font-weight: 400;
    margin: 0;
    padding: 10px 0px 30px 0px;
}

section#location .more a {
    height: 54px;
    line-height: 54px;
    vertical-align: top;
    padding: 20px;
    border: 0;
    background-color: #b99d6b;
    color: #fff !important;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
}

section#location .more p {
    color: #3B3B3B;
    font-weight: 500;
    margin: 0;
    padding: 45px 0px 0px 0px;

}


/* SECTION MAIN > JOOMLA CORE CONTAINER */

section#main {
    background-color: #fff;
    margin:0;
    padding: 30px 0px 50px 0px;
}

section {
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
}

@media (min-width: 1200px) {
    section {
        padding-top: 60px;
        padding-right: 0;
        padding-bottom: 60px;
        padding-left: 0;
    }
}

/* 
section#main p {
    text-align: left; 
}
*/


/* SECTION NEWS */

section#news {
    background-color: #ddd;
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
}

section#news p {
	text-align: left; 
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #444;
    margin: 5px 0 5px 0;
}

section#news h2 {
    font: 800 40px 'Rubik', Arial, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 0;
}

section#news .slogan {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    color: #555;
    margin: 0 0 15px 0;
}

section#news h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 40px !important;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-align: left;
    color: #333;
    margin: 0;
    padding: 15px 0;
}

section#news .nspArts {
    width: 100%;
    margin: 25px 0;
    padding:0;
    text-align: center;
}

section#news .nspArt h4.nspHeader {
    min-height: 45px;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

section#news .nspArt h4.nspHeader a:link,
section#news .nspArt h4.nspHeader a:visited,
section#news .nspArt h4.nspHeader a:focus,
section#news .nspArt h4.nspHeader a:active {
    color:#EC6D00;
    text-decoration: none;
}

section#news .nspArt h4.nspHeader a:hover {
    color:#222;
    text-decoration: none;
}

section#news .nspInfo {
    margin: 5px 0;
}

section#news strong {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000;
}

section#news a.readon {
    background-color: transparent;
    display: inline-block;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #333 !important;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    margin: 5px 0 5px 0;
    padding:0; 
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

section#news a.readon:link { text-decoration: none; }
section#news a.readon:visited { color: 000; }
section#news a.readon:hover { color: 000; }

section#news .readon-button {
    background-color: transparent; 
    border: 2px solid #EB2C00;
    border-radius: 99px;
    display: inline-block;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 24px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    margin-top: 10px;
}

section#news a.readon-button:link { color: #fff; text-decoration: none; }
section#news a.readon-button:visited { color: #fff; }
section#news a.readon-button:hover
{
    border: 2px solid #EB2C00;
    background-color: #fff;
    color: #222;
}

/* SECTION NEWSLETTER */

section#special {
    background-color: #b99d6b;
    color: #fff;
    padding: 15px 0 15px 0;
}

section#special h2 {
    width: 100%;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    padding: 5px 0 0 0;
    letter-spacing: -1px;
}

section#special p {
    font-family: 'Rubik', sans-serif;
    color: #fff;
    margin:0;
    padding:0;
}

section#special img {
    margin: 0 0 10px 0;
}

section#special .spacer {
    margin: 10px 0; 
}

/* SECTION MAP */

section#big-map {
    margin: 0;
    padding: 0;
}

section#map {
    margin: 0;
    padding: 0;
}

/* SECTION COPYRIGHT */

section#copyright {
    background-color: #333;
    padding:30px 0;
}

section#copyright p {
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #aaa;
    line-height: 2.3;
    margin:0;
    padding:0;
}

section#copyright a:link {
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #aaa;
    text-decoration: none;
    margin:0;
    padding:0;
}

section#copyright a:visited {
    color: #aaa;
}

section#copyright a:hover {
    color:#fff;
}

/* FOOTER */

footer {
        padding-top: 85px;
        padding-right: 0;
        padding-bottom: 45px;
        padding-left: 0;

}

footer p {
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 1.1;
}

footer .footer-menu p {
    margin:0;
    padding:0;
}

footer h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #aaa;
    text-transform: none;
    margin:0;
    padding:0 0 20px 0;
    clear: both;
}

footer ul {
    list-style: none;
    margin:0 0 30px 0;
    padding:0;
}

footer ul li {
    font-size: 1.6 !important;
    margin:0;
    padding:0 0 12px 0;
}

footer a:link {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
}

footer a:visited {
    color: #fff;
}

footer a:hover {
    color:#b99d6b;
}

footer ul li.current.active a {
    color: #b99d6b !important;
}

footer .spacer {
    margin: 0 0 50px 0;
}

footer .promocoes a:link {
    font-weight: bold !important;
}


/* JOOMLA CORE */

.moduletable,
.custom {
    margin:0px;
    padding:0px;
}

.breadcrumb {
    background-color: transparent !important;
    font-family: 'lato', Arial, sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    color: #3B3B3B;
    line-height: 1.42857;
    list-style: outside none none;
    margin: 95px 0 0 0 !important;
    padding: 0 !important;
    text-align: center;
    position: relative;
    z-index: 55555;
}

.breadcrumb > .active {
    color: #b99d6b !important;
}

a.pathway {
    font-family: 'lato', Arial, sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    color: #777;
    text-decoration: none;
}

a.pathway:hover {
    color: #b99d6b;
    text-decoration: none;
}

.divider {display:none;}

.content-main {
    padding: 0;
}

.blog {
    padding: 0 0 30px 0;
}

.blog .row {
    padding: 70px 0 0 0;
}

.blog .commodities {
    padding: 40px 0 0 0;
}

.blog .commodities img {
    padding: 0 20px;
    max-width: 100px;
}

.blog h2 {
    font: 400 30px 'Rubik', Arial, sans-serif;
    color: #3B3B3B;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 0 0 5px 0;
    text-align: center;
    position: relative;
    z-index:55555;
}

.blog h2:after {
    content:' ';
    display:block;
    text-align: center;
    border-bottom:3px solid #b99d6b;
    width: 20px;
    padding: 12px 0 0 0;
    margin: auto;
}

@media (min-width: 1200px) {
    .blog h2 {
        font: 400 50px 'Rubik', Arial, sans-serif;
        color: #3B3B3B;
        text-transform: uppercase;
        letter-spacing: -1px;
        margin: 0 0 5px 0;
        text-align: center;
        position: relative;
        z-index:55555;
    }
    .blog h2:after {
        content:' ';
        display:block;
        text-align: center;
        border-bottom:3px solid #b99d6b;
        width: 20px;
        padding: 12px 0 0 0;
        margin: auto;
    }
}

.blog .page-header h2 {
    width: 100%;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #b99d6b;
    margin: 0;
    padding: 30px 0 0 0;
}

.blog .page-header h2:after {
    border-bottom:none;
}

.blog .btn {
    height: 54px;
    line-height: 54px;
    vertical-align: top;
    padding: 0 30px;
    border: 0;
    border-radius: 0;
    background-color: #b99d6b;
    color: #fff !important;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 400 !important;
    font-size: 15px;
    text-transform: uppercase;
}

.item-page {
    width: 100%;
    font-family: 'Rubik', sans-serif;
    color: #333;
    padding: 0;
    float: left;
}

/* 
.item-page .col-md-12, .col-md-6, .col-md-4 {
    padding: 0 !important;
} 
*/

.item-page .commodities {
    padding: 35px 0 0 0;
}

.item-page .commodities img {
    padding: 0 20px;
    max-width: 100px;
}

.item-page a:link, .item-page a:visited {
    color:#b99d6b;
    text-decoration: none;
    font-weight: 500;
}

.item-page a:hover {
    color:#87B8B3;
    text-decoration: none;
}

.item-page .more a:link {
    height: 54px;
    line-height: 54px;
    vertical-align: top;
    padding: 20px;
    margin:0 -15px; 
    border: 0;
    background-color: #b99d6b;
    color: #fff !important;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
}

.item-page .more a:visited {
    color: #fff;
}

.item-page .more a:hover {
    color: #fff;
}

.item-page .more p {
    color: #3B3B3B;
    font-weight: 500;
    margin: 0;
    padding: 45px 0px 0px 0px;

}

.item-page h2 {
    width: 100%;
    font-family: 'Rubik', sans-serif;
    font-weight: 900;
    font-size: 35px !important;
    line-height: 35px;
    text-align: left;
    color: #ccc;
    letter-spacing: -1px;
}

@media (min-width: 1200px) {
    .item-page h2 {
        width: 100%;
        font-family: 'Rubik', sans-serif;
        font-weight: 900;
        font-size: 43px !important;
        line-height: 50px;
        text-align: left;
        color: #ccc;
        letter-spacing: -1px;
    }
}

.item-page ul {
    list-style-image: url("../images/list.png");
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.item-page li {
    font: 400 15px/1.8 'Rubik', sans-serif;
    border-bottom: 1px solid #eee;
    padding-left:15px;
    text-decoration: none;
    color: #000;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
}

.item-page li:hover {
    font-size: 20px;
    font-weight: 700;
    color: #E68C00;
    background: #f6f6f6;
}

.item-page li:last-child {
    border: none;
}

.item-page .spacer {
    padding: 40px 0 0 0;
}

.page-header {
    margin: 10px 0 !important;
    padding: 0 !important;
    border:none !important;
    position: relative;
    z-index: 55555;
}

.page-header h2 a:link {
    color:#383838;
    text-decoration: none;
}

.page-header h2 a:visited {
    color:#383838;
    text-decoration: none;
}

.page-header h2 a:hover {
    color:#b99d6b;
    text-decoration: none;
}

    .page-header h2 {
        font: 400 30px 'Rubik', Arial, sans-serif;
        color: #3B3B3B;
        text-transform: uppercase;
        letter-spacing: -1px;
        margin: 0 0 5px 0;
        text-align: center;
    }
    .page-header h2:after {
        content:' ';
        display:block;
        text-align: center;
        border-bottom:3px solid #b99d6b;
        width: 20px;
        padding: 12px 0 0 0;
        margin: auto;
    }

@media (min-width: 1200px) {
    .page-header h2 {
        font: 400 50px 'Rubik', Arial, sans-serif;
        color: #3B3B3B;
        text-transform: uppercase;
        letter-spacing: -1px;
        margin: 0 0 5px 0;
        text-align: center;
    }
    .page-header h2:after {
        content:' ';
        display:block;
        text-align: center;
        border-bottom:3px solid #b99d6b;
        width: 20px;
        padding: 12px 0 0 0;
        margin: auto;
    }
    .content-category h2 {
        width: 100%;
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        font-size: 35px !important;
        line-height: 35px;
        text-align: left;
    }

    .content-category h2:after {
        content: ' ';
        display: block;
        width: 30px;
        height: 3px;
        margin: 10px 0 20px;
        background-color: #b99d6b;
    }
}

.componentheading {
    font-family: 'Rubik', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #535353;
    letter-spacing: -1px;
    text-transform: none;
    margin: 0;
}

.headliner {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin-bottom: 15px;
}

.headliner p {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    color: #333;
    line-height: 1.42857;
}

.contentheading h2 {
    font-size: 23px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #535353;
}

.cat-children {display: none;}

.pagination {
    width: 100%;
    margin: 50px 0 20px 0 !important;
    padding: 10px 0 0 0 !important;
}

.pagination ul {
    margin:0 auto;
    padding:0 !important;
}

.pagination li{
    list-style:none;
    display: inline-block;
    margin-right: 5px;
    font-size: 10px;
    text-decoration: none;
    color: #000;
}

.pagination span {
    color: #aaa;
    display: block;
}

.pagination a {
    width: 15px;
    line-height:15px;
    padding: 5px 10px;
    border:1px solid #E68C00;
    background-color: #fff;
}

.pagination a:link {
    color:#000;
    text-decoration: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;  
}
.pagination a:visited {color:#000;}
.pagination a:hover {
    background-color: #E68C00;
    border:1px solid #E68C00;
    color:#fff;
}


/* FORMS */

.search .inputbox {
    height: 34px;
    width: 150px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.25em;
    color: #fff;
    text-indent: 5px;
    background-color: #50a4ed;
    background-image: none;
    border-top: 1px solid #50a4ed;
    border-right: 1px solid #50a4ed;
    border-left: 1px solid #50a4ed;
    border-bottom: 1px solid #50a4ed;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (min-width: 340px) and (max-width: 479px) {
    .search .inputbox {
    height: 34px;
    width: 85px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.25em;
    color: #fff;
    text-indent: 5px;
    background-color: #50a4ed;
    background-image: none;
    border-top: 1px solid #50a4ed;
    border-right: 1px solid #50a4ed;
    border-left: 1px solid #50a4ed;
    border-bottom: 1px solid #50a4ed;
    -webkit-box-shadow: none;
    box-shadow: none; 
    }   
}

@media only screen and (max-width: 340px){
    .search .inputbox {
    height: 34px;
    width: 60px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.25em;
    color: #fff;
    text-indent: 5px;
    background-color: #50a4ed;
    background-image: none;
    border-top: 1px solid #50a4ed;
    border-right: 1px solid #50a4ed;
    border-left: 1px solid #50a4ed;
    border-bottom: 1px solid #50a4ed;
    -webkit-box-shadow: none;
    box-shadow: none; 
    }   
}

.search label {
    display: none;
}

.search input.button {
    background-color: #3998eb;
    border:none;
    height: 34px;
    width: 30px;
    float: right;
}

.search input.btn {
    background: #F3F3F3 url('../images/searchButton.gif') center center no-repeat;
    background-size: 30px 34px;
    border-top: 1px solid #3998eb;
    border-bottom: 1px solid #3998eb;
    height: 34px;
    width: 30px;
    float: right;
}

.search .element-invisible {
    display: none;
}

.dropdownbox {
   font-size: 13px;
   font-weight: 500;
   line-height: 1.42857;
   text-align: center;
   color: #555;
   background-color: #FFF;
   background-image: none;
   border: 1px solid #CCC;
   border-radius: 5px;
   box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
   margin: 0 5px 0 5px;
   padding: 7px 10px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}


.btn-primary {
    background: #50a4ed !important;
    border-color: #50a4ed !important;
}

.btn-primary:hover {
    color: #50a4ed !important;
}

#add a.btn {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 23px;
    /* margin-top: 50px; */
    border-radius: 0 !important;
}

#add a.btn span {
    background: #fff;
    padding: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#add a.btn span:before {
    margin-left: 2px;
    width: 20px;
}

#add .btn-primary {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#add .btn-primary:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #333 !important;
}

#add .btn-primary:hover span {
    color: #fff;
}


/* WEATHER */
.gkwMainLeft {
    display: block;
}
p.gkwCondition {
    display: none;
}
p.gkwTemp {
    font-size: 38px;
    font-weight: 300;
    padding: 0 40px;
    display: block;
}
i[class^="meteocons-"].size-128 {
    font-size: 128px;
    line-height: 128px;
    float: left;
}
i[class^="meteocons-"].size-64 {
    font-size: 64px;
    line-height: 64px;
    float: left;
}
i[class^="meteocons-"].size-32 {
    font-size: 32px;
    line-height: 32px;
    float: left;
}


/* VIDEO */
.fullscreen-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(34, 34, 34, 0.6);
    overflow: auto;
    display: block;
}

.fullscreen-bg {
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.video-title {
    color: #fff;
    text-shadow: 0 0 1px #000;
    padding: 20px;
    position: absolute;
    font-family: 'Rubik', sans-serif;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    width: 80%;
    left: 10%;
    text-align: center;
    line-height: 30px;
    bottom: 40%;
    margin: 0 0 -120px 0;
    background: transparent !important;
    z-index:77777;    
}

.video-slogan {
    font-family: 'Rubik', sans-serif;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 25px !important;
    text-transform: none !important;
    color: #fff !important;
    letter-spacing: -1px;
}

@media (min-width: 1200px) {
    .video-title {
        color: #fff;
        text-shadow: 0 0 1px #000;
        padding: 50px;
        position: absolute;
        font-family: 'Rubik', sans-serif;
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0px;
        width: 80%;
        left: 10%;
        text-align: center;
        line-height: 40px;
        bottom: 40%;
        margin: 0 0 -120px 0;
        background: transparent !important;
        z-index:77777;
    }

    .video-slogan {
        font-family: 'Rubik', sans-serif;
        font-weight: 400 !important;
        font-size: 25px !important;
        line-height: 25px !important;
        text-transform: none !important;
        color: #fff !important;
        letter-spacing: -1px;
    }
}


/* SIGPLUS */

div.sigplus-gallery ul {
    margin:auto !important;
}

#boxplus .boxplus-background {
    z-index:999999 !important;
}

#boxplus .boxplus-dialog {
    z-index:1000000 !important;
}
