body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #272727;
}
.fix-padding {padding: 0px !important;}
.fix-margin {margin: 0px !important;}
.mini-space-top {margin-top: 5px;}
.mini-space-bottom {margin-bottom: 5px;}
.mini-space-left {margin-left: 5px;}
.mini-space-right {margin-right: 5px;}
.little-space-top {margin-top: 10px;}
.little-space-bottom {margin-bottom: 10px;}
.little-space-left {margin-left: 10px;}
.little-space-right {margin-right: 10px;}
.big-space-top {margin-top: 20px;}
.big-space-bottom {margin-bottom: 20px;}
.big-space-left {margin-left: 20px;}
.big-space-right {margin-right: 20px;}
.xl-space-top {margin-top: 30px;}
.xl-space-bottom {margin-bottom: 30px;}
.xl-space-left {margin-left: 30px;}
.xl-space-right {margin-right: 30px;}
.xxl-space-top {margin-top: 40px;}
.xxl-space-bottom {margin-bottom: 40px;}
.xxl-space-left {margin-left: 40px;}
.xxl-space-right {margin-right: 40px;}
.placeholder, input.placeholder {color: #999999;}
.bold {font-weight: bold !important;}
.alert {padding: 8px; font-size: 12px;}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
}
.row-fluid div[class*="col-"] {
    padding: 0; 
}
.inline {
    display: inline-block !important;
}
p {
    word-wrap: break-word;
}
label {
    cursor: default;
}
.btn:focus, input:focus, textarea:focus, a, .select-standard, input[type=checkbox]:focus {
    outline: none !important;
}
.textarea-block {
    resize: none;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a.fix {
    color: inherit;
    text-decoration: none;
}
.border-radius-fix {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}
.border-fix {
    border: 0px !important;
}
.full-height {
    min-height: 100%;
    margin: 0px;
}
ul.float li {
    padding: 0px !important;
    float: left;
}
input.large, select.large {
    height: 40px;
}
input.error, select.error, textarea.error {
    border-color: #B1393B;
}
ul.list-table {
    display: table;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
ul.list-table > li {
    display: table-cell;
}
ul.list-table > li:first-child {
    width: 1px;	
    white-space: nowrap;
}

/* Error Page */
.error-page {
    background: url(/bin/img/bg_error.jpg) fixed top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    min-height: 100%;
    width: 100%;
    text-shadow: 0 1px 30px rgba(0, 0, 0, 0.8);
    color: #fafafa;
    text-align: center;
}
.error-page h1 {
    margin-top: 0px;
    font-size: 60px;
    line-height: 70px;
    padding-top: 50px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
}
.error-page p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.error-page a.btn {
    width: 250px;
    text-align:center;
}
@media(max-width:767px){
    .error-page h1 {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .error-page p {
        font-size: 16px !important;
    }
}
@media(max-width:480px){
    .error-page h1 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    .error-page p {
        font-size: 16px !important;
    }
}

/*
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
@media(max-width:480px){}
*/

/*** Custom ***/
html, body {
    min-height: 100%;
    height: 100%;
}
::selection {
    color:#fff;
    background-color: #8D7B68;
}
::-moz-selection {
    color:#fff;
    background-color: #8D7B68;
}
a,
a:hover,
a:focus {
}
.brand {
    margin-top: 50px;
    margin-bottom: 20px;
}
.column-2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
}
.column-3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
}
@media(max-width:991px){
    .column-3 {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
        -moz-column-gap: 50px; /* Firefox */
        column-gap: 50px;
    }
}
@media(max-width:767px){
    .column-3 {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
        -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
        -moz-column-gap: 0px; /* Firefox */
        column-gap: 0px;
    }
}
.jumbotron {
    background-color: #8D7B68;
    color: #fff;
    padding: 30px 0;
    margin: 30px 0;
}
.jumbotron h1 {
    margin: 0px;
    font-size: 24px;
    font-weight: 300;
}
p {
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
}
h2 {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 20px;
}
a.detail {
    font-size: 14px;
    margin-top: 50px;
}
.detail {
	font-size: 14px;
	margin-top: 55px;
}
.detail ul {
    margin: 0px;
}
.detail a {
    color: #8D7B68;
}
.section {
    padding: 20px 0;
}
.brand-container {
    padding: 40px 0;
    background-color: #f6f6f6;
    margin-top: 30px;
}
.brand-container .item {
	min-height: 350px;
}
.brand-container .item img {
    margin-bottom: 15px;
}
.brand-container .item p {
    margin-bottom: 15px;
    font-size: 16px;
}
.brand-container .item .img-responsive {
    margin: auto;
}
.brand-container .item h6 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}
@media(max-width:480px){
	.brand-container .item {
		margin-bottom: 50px;
	}
	.jumbotron h1 {
		font-size: 20px;
	}
}

/*** Btn ***/
.btn-primary {
    background-image: none;
    filter: none;
    box-shadow: none;
    border-radius: 0px;
    text-shadow: none;
    background-color: transparent;
    border: 1px solid #333;
    text-transform: uppercase;
    color: #333;
    padding: 10px 40px;
    font-size: 12px;
}

/*** Footer ***/
.footer-copy {
    padding: 10px;
    background-color: #efefef;
    color: #9f9f9f;
    font-size: 13px;
}
.footer-copy a {
    color: #9f9f9f !important;
}
.footer-copy a:hover {
    text-decoration: underline;
}
a.adosport:hover, a.adosport:focus {
    background-color: #044904;
    border-color: #044904;
    box-shadow: none !important;
}
a.pratosempreverde:hover, a.pratosempreverde:focus {
    background-color: #016F43;
    border-color: #016F43;
    box-shadow: none !important;
}
a.puttinggreens:hover, a.puttinggreens:focus {
    background-color: #8EC645;
    border-color: #8EC645;
    box-shadow: none !important;
}
a.redbrick:hover, a.redbrick:focus {
    background-color: #EC1F25;
    box-shadow: none !important;
    border-color: #EC1F25;
}

.cookie-page {
    padding-top: 50px;
    padding-bottom: 50px;

}
/*** Cookie Page ***/
.cookie-page .cookie-container h2:first-child {
    margin-top: 0;
}

.cookie-page .cookie-container h2 {
    margin: 50px 0 25px 0;
    font-size: 26px;
}

.cookie-page .cookie-container a {
    position: relative;
}

.cookie-page .cookie-container a:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 0%;
    left: 0px;
    bottom: -2px;

    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.cookie-page .cookie-container a:hover:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    height: 2px;
    width: 100%;
}

.cookie-page .cookie-container > ul {
    margin-top: 25px;
    text-align: left;
}

.cookie-page .cookie-container > ul > li {
    margin-top: 25px;
}

.cookie-page .cookie-container > ul > li:first-child {
    margin-top: 0;
}

.cookie-page .cookie-container > ul li {
    line-height: 28px;
    font-size: 16px;
}

.cookie-page .cookie-container ul.list-inline {
    margin: auto;
    display: block;
    text-align: center;
}

.cookie-page .cookie-container ul.list-inline a {
    font-size: 18px;
}

@media (max-width: 67px) {
    .cookie-page .cookie-container h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .cookie-page .cookie-container, .cookie-page .cookie-container > ul li {
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    .cookie-page .cookie-container h2 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 35px;
    }
}

/*** Privacy ***/
#iubenda_policy .iub_header {
    border-bottom: 0px !important;
}

#iubenda_policy .box_primary {
    border: 0px !important;
    background-color: transparent !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    box-shadow: none !important;
}

#iubenda_policy hr {
    display: none !important;
}

#iubenda_policy .iub_container {
    margin: 0px !important;
}

#iubenda_policy [class*="policyicon_"], #iubenda_policy .icon_ribbon {
    background: none !important;
}

#iubenda_policy .one_line_col, #iubenda_policy .expand .expand-click, #iubenda_policy .box_10.expand .expand-click, #iubenda_policy .expand.expanded .expand-click, #iubenda_policy .box_10.expand.expanded .expand-click {
    border-bottom: 0 !important;
}

#iubenda_policy p {
    line-height: 24px !important;
    margin-top: 5px !important;
    padding-top: 0 !important;
}

#iubenda_policy h3 {
    margin: 10px 0 25px !important;
    font-size: 18px !important;
}

#iubenda_policy h4 {
    font-size: 16px !important;
    line-height: 26px !important;
}

#iubenda_policy ul li {
    list-style: none !important;
    line-height: 24px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

#iubenda_policy .box_10 > .w_icon_24, #iubenda_policy .box_10.expand > .w_icon_24, #iubenda_policy .box_10 > .w_icon_24.expand-click, #iubenda_policy .box_10.expand > .w_icon_24.expand-click {
    background: none !important;
    padding: 0 !important;
}
