/*
Theme Name: Senses
Theme URI: http://obliquidades.com
Author: Jose Daniel
Author URI: http://obliquidades.com
Description: Responsive Bootstrap Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: senses
Tags:

*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
        
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #f0f0f0 !important;           
}
#page {
    border-top: 2px solid #cdcdcd;
}
#main {
    background: #eff5f7;
    padding: 30px 0 50px 0;
}
.main-white {
    background: #fff !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1,
.h1 {
  font-size: 24px !important;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 10px;
}
.h8{
}
.h9{
    
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 0px !important;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	
}
a:visited {
	
}
a:hover,
a:focus,
a:active {
	
}



/* Small menu */

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget_recent_entries ul, .widget_recent_comments ul, .widget_categories ul {
    margin: 0;
    padding: 10px;
    background: #fff;
}
.widget_recent_entries ul li, .widget_recent_comments ul li, .widget_categories ul li {
    list-style: none;    
    display: block;
    padding: 5px;
    width: 100%;
    
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}

.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}


/*Template Senses*/
.logo {
   height: 100px;
}

.site-title {
    margin: 5px 0;
}
.site-title a {
    display: block;
    line-height: 100%;
}
.tourism-block {
    text-align: center;
    padding: 20px 30px;
    box-shadow: 0px 0px 15px #ccc;
}
.tourism-block-txt {
    padding: 5px;
    text-align: center;
    color: #fff;
}
.tourism-block-img {
    height: 80px;   
    width: auto
}
.affix {
    top: 0;
    z-index: 99;
    max-width: 1070px;
    width: 100%;
}

@media (min-width: 768px) {
    .navbar {
        float: right !important;
        background: none !important;
    }
    .navbar-nav > li > a {
        padding: 45px 15px !important;
    }
    body {
        padding-top: 0px;
    }
}
@media (max-width: 767px) {
    body {
        padding-top: 100px;
    }
    .navbar {
        float: none !important;
        background: #444 !important;
        position: fixed !important;
        top: 40px !important;
        left: 0 !important;
        width: 100%;
        z-index: 999;
    }
    .navbar-nav > li > a {
        padding: 10px 15px !important;
    }
    .menu-de-topo {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        z-index: 999;
    }
    .site-title {
        text-align: center;
        margin: 5px 0 !important;
    }
    .pesquisa {
        float: none !important;
        margin: auto;
        padding: 0 !important;
        text-align: center;
        width: 316px;
    }
}
.acf-map {
	width: 100%;
	height: 280px;
	border: #ccc solid 1px;
	margin: 0;
}
.acf-map img {
    max-width: none !important;
}
.entry-title {
    margin: 15px 0 2px 0;
    font-family: Dosis;
    padding-bottom: 10px;
    font-size: 25px !important;
    line-height: 100% !important;
}
.entry-footer {
    margin: 15px 0;
    border-top: 1px #ccc dotted;
    border-bottom: 1px #ccc dotted;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 100% !important;
}

.text-right {
    text-align: right
}
.red-color {
    color: #cc2731 !important 
}
.edit-link {
    font-size: 14px !important
}
.entry-meta {
    margin-bottom: 10px;
}
.galleria {
    height:450px;    /* defines a static gallery height */
    max-width:820px; /* defines a responsive width */
}
.entry-box {
    box-shadow: 0px 0px 15px #ccc;
}
.entry-box img {
    min-width: 100%;
    height: auto;
}
.entry-box-txt {
    padding: 20px;
}
.margin-top-0 {
    margin-top: 0;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}

#secondary {

}
/*SMALL COLUMNS*/
.small-col-margin .row {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.small-col-margin .col-xs-1, .small-col-margin .col-sm-1, .small-col-margin .col-md-1, .small-col-margin .col-lg-1, .small-col-margin .col-xs-2, .small-col-margin .col-sm-2, .small-col-margin .col-md-2, .small-col-margin .col-lg-2, .small-col-margin .col-xs-3, .small-col-margin .col-sm-3, .small-col-margin .col-md-3, .small-col-margin .col-lg-3, .small-col-margin .col-xs-4, .small-col-margin .col-sm-4, .small-col-margin .col-md-4, .small-col-margin .col-lg-4, .small-col-margin .col-xs-5, .small-col-margin .col-sm-5, .small-col-margin .col-md-5, .small-col-margin .col-lg-5, .small-col-margin .col-xs-6, .small-col-margin .col-sm-6, .small-col-margin .col-md-6, .small-col-margin .col-lg-6, .small-col-margin .col-xs-7, .small-col-margin .col-sm-7, .small-col-margin .col-md-7, .small-col-margin .col-lg-7, .small-col-margin .col-xs-8, .small-col-margin .col-sm-8, .small-col-margin .col-md-8, .small-col-margin .col-lg-8, .small-col-margin .col-xs-9, .small-col-margin .col-sm-9, .small-col-margin .col-md-9, .small-col-margin .col-lg-9, .small-col-margin .col-xs-10, .small-col-margin .col-sm-10, .small-col-margin .col-md-10, .small-col-margin .col-lg-10, .small-col-margin .col-xs-11, .small-col-margin .col-sm-11, .small-col-margin .col-md-11, .small-col-margin .col-lg-11, .small-col-margin .col-xs-12, .small-col-margin .col-sm-12, .small-col-margin .col-md-12, .small-col-margin .col-lg-12 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
/*SMALL COLUMNS*/
#colophon {
    background: #fff;
    padding: 20px;   
    min-height: 250px;
}
.site-footer .widget-title {
    margin: 0 0 10px 0;
    background: none !important;
    padding: 0 !important;
    color: #555;
    font-size: 20px !important;
}
.site-footer ul {
    margin: 0;
}
.site-footer ul li {
    list-style: none;
    margin-bottom: -1px
}
.site-footer ul li a {
    display: block;
    padding: 5px 0px;
    line-height: 110%
    
}
.footer-menu {
 min-height: 20px;
 padding: 15px 30px;
        background: #f9f9f9;
        margin-top: -1px;
}
.footer-social-icons {
    font-size: 20px;
    text-align: right
}
.footer-social-icons i {
    margin-left: 2px;
}
.site-info {
    min-height: 30px;
    padding: 30px;
    background: #2f383d;
    color: #6d7a83 !Important;      
}
.widget-title {
    padding: 10px 15px;
    background: #333;
    color: #fff;
    margin-bottom: 1px;
    font-size: 14px !important;
}
.list-group-item {
    border-radius: 0px !important;
}
.container-lg {
    max-width: 1170px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
.container{
    max-width: 978px;
}
/*MENU DE TOPO*/
.menu-de-topo {
    background: white;
    height: 40px;
    line-height: 40px;
    border-top: 2px solid #cdcdcd;
   
    
}
.menu-de-topo2 {
    background: white;
    line-height: 100%;
    height: 120px;
    border-top: 2px  #E6E6E6 solid;
}
.menu-de-topo2 #menu-topo {
    margin: 0;
    list-style: none;
    display: inline-block;
}
.menu-de-topo2 #menu-topo li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}
.menu-de-topo2 #menu-topo li a {    
    display: block;
    padding: 3px 0;
    font-size: 90%;
}
.menu-de-topo2 .ppl-network-logo img {
    height: 20px
}
/*MENU DE TOPO*/
/*HEADER LINKS SOCIAIS*/
.icons-sociais-header {
    float: right;
    margin-right: 10px
}
.icon-social-header {
    display: inline-block;
    text-align: center;
    background: #ccc;
    color: #fff;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 20px;
    border-radius: 1px;
}
/*HEADER LINKS SOCIAIS*/
/*MENU PRINCIPAL*/
.dropdown-menu{
    background-color: #fff !important;
    border-bottom: 2px solid #408DC1 !important;
    padding: 0 !important;
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 0px !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu a {  
    padding: 5px 10px !important;
    border-bottom: 2px solid #d6d6d6;
    color: #898989 !important;
}
.dropdown-menu > li:last-child > a {  
    border-bottom: none !important;    
}
.dropdown-menu a:hover{
    color: #428bca !important;
    background: none !important;
   }
.dropdown-menu a:before {
   font-family: FontAwesome;
   content: "\f138";
   display: inline-block;
   padding: 3px 5px 3px 3px;
   vertical-align: central;
   color:#9BB8D6;
}
.dropdown-menu > li > a {
    padding: 10px 15px !important;
    background: #fff;
    color: #444 !important;
}
.navbar {
     margin-bottom: 0px !important;
}
.navbar-collapse {
    padding: 0 !important;
}
.navbar-nav {
    z-index: 999;
    margin: 0 !important;    
}
.navbar-nav a {
    font-size: 16px !important;
    font-family: dosis; 
}
.navbar-nav > li > a {
    text-transform: lowercase; 
    font-variant: small-caps;
    color: #6d7a83 !important;
    border-top: 2px transparent solid;
    
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none !important;
    color: #428bca !important; 
}
.navbar-default {
    background-image: none;
    border: none !important;
}
.toggle-button {
    background: none !important;
    color: #fff !important;
    border: none !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    
}
.toggle-button i {
    color: #fff !important;
    font-size: 28px;
}

/*MENU PRINCIPAL*/
/*RS PLUGIN*/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
        margin-bottom: 20px;
}
.tp-banner-container ul {
    margin: 0 !important
}
.tp-banner-container ul li {
    list-style: none !important;
}
.tp-banner{
	width:100%;
	position:relative;
        height: 280px;
        overflow: hidden;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}
/*RS PLUGIN*/
/*SEARCH FORM*/
label {
    font-weight: normal !important;
}
.pesquisa-form {
    float: right;
}
.pesquisa .search-field {
    padding: 5px !important;
}
.pesquisa .search-submit {
    padding: 9px !important;
    line-height: 100%;
    margin: 0;
    vertical-align: top;
}
.pesquisa label{
    margin: 0px;
}
.pesquisa {
    padding: 29px 0;
    text-align: right;
    float: right;
}
.pesquisa-contentor {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 5px;
}
/*SEARCH FORM*/
/*PUBLICIDADE*/
.pub-frame {
    text-align: center;
    line-height: 100%;
    padding: 8px;
    background: #fff;
}
/*PUBLICIDADE*/

.shadowed-box-no-top  {
     box-shadow: 0 5px 15px #ccc;
}
.bordered-box {
    border: 0px #ccc solid
}

.article-box-txt {
    padding: 30px;
    background: #fff;
}
.article-box-txt .entry-title {
    margin-top: 0;
}
.article-box {
    background: #fff;
}
.padding-20 {
    padding: 20px;
}
.comments-area ul.comment-list {
 margin: 0;   
}
.comments-area ul.comment-list li{
    list-style: none;
}
.comments-area ul.comment-list .comment-body{
    margin-bottom: 15px;
}
.comment-reply-title {
    margin-top: 0;
}
.comments-area ul.children {
    margin-left: 48px
}

/*.tp-leftarrow {
    left: 0px !important;
    margin-top: 0px !important;
    position: absolute;
    top: 0px !important;
    height: 100%!important;
    width: 40% !important;
    background: none !important;
}
.tp-rightarrow {
    right: 0px !important;
    margin-top: 0px !important;
    position: absolute;
    top: 0px !important;
    height: 100%!important;
    width: 40% !important;
    background: none !important;
}*/

.slide-legendas {

    z-index: 999;
    color: #fff;
    max-width: 90%;
    padding: 3%;
    background: rgba(0,0,0,0.6)
}
.slide-legendas h3 {
    font-size: 19px;
    margin-top: 0;
    line-height: 100%;
}
.slide-legendas p {
    margin: 0;
}
.tp-bullets {
    right: 15px !important;
    bottom: 15px !important;
    width: auto !important;
    left: auto !important       
}
a.category-label {
    padding: 5px 10px; 
    color: #fff !important;
    display: inline-block
}
.category-labels {
    margin-top: 10px;
}
.page-header {
    margin-top: 0 !important
}
.page-title {
    margin-top: 0 !important
}
.category-header {
    padding: 10px 15px;
    margin-bottom: 10px;
    color: #fff;
}
.category-header h1 {
    margin: 0;
    line-height: 120%;
    
}
.article-box-img {
    position: relative
}
.article-box-img .category-label {
    position: absolute;
    left: 0;
    bottom: 15px
}
.taxonomy-description p {
    margin: 0;
}

/*FOOTER IMAGES*/
.footer-imgs {
    float:left;
    width: 100%;
}
.footer-imgs h3 {
    font-size: 16px !important;
    font-weight: normal
}
.footer-imgs a {
    color: #eee !important;
}
.footer-imgs-row {
    float:left;
    width:100%;
    background: #222;
}
.footer-img {
        background: #222;
        border-right: 1px #292929 solid;
        float: left;
}
.footer-img a {
    display: block
}
.footer-img-4 {
    width: 25%;
    padding: 2%;
}
.footer-img-5 {
    width: 20%;
    padding: 2%;
}

/*FOOTER IMAGES*/
.sharing-box {
text-align: right;
}

/*PAGINA E FORMULARIO*/
.forms-title {
    margin: 0;
}
/*PAGINA E FORMULARIO*/
.gform_wrapper {
    max-width: 100% !important;    
}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
    width: 100% !important;
}
.transparent-badge {
    background: none !important;
    color: #666 !important
}

/*PAGINATION*/
.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}
.page-numbers > li {
  display: inline;
}
.page-numbers > li > a,
.page-numbers > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-numbers > li:first-child > a,
.page-numbers > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-numbers > li:last-child > a,
.page-numbers > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-numbers > li > a:hover,
.page-numbers > li > span:hover,
.page-numbers > li > a:focus,
.page-numbers > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.page-numbers > .active > a,
.page-numbers > .active > span,
.page-numbers > .active > a:hover,
.page-numbers > .active > span:hover,
.page-numbers > .active > a:focus,
.page-numbers > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.page-numbers > .disabled > span,
.page-numbers > .disabled > span:hover,
.page-numbers > .disabled > span:focus,
.page-numbers > .disabled > a,
.page-numbers > .disabled > a:hover,
.page-numbers > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/*PAGINATION*/
/*MENU RODAPÃ‰*/
.rodape-menu {
    line-height: 29px;
}
.rodape-menu ul {
    margin: 0;
}
.rodape-menu ul li {
    list-style: none;
    display: inline;
}
/*MENU RODAPÃ‰*/
/*WIDGET PARCEIROS*/
.parceiros-wrapper {
    text-align: center;
    background: #fff;
}
.parceiro-item {
    padding: 5px 0;
}
/*WIDGET PARCEIROS*/
/*ENTRY META*/
.posted-on, .byline, .meta-comentarios {
    margin-right: 10px;
}

/*ENTRY META*/

.entry-content-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.entry-content-video iframe,
.entry-content-video object,
.entry-content-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tp-caption {
    max-width: none !important
}
.entry-content, .entry-summary {
    text-align: justify;
}


.contactos-top{
    color: #8E8E8E;
    font-family: Dosis;   
}
.carousel{
    width: 100%;
    height: 295%;


  }
 .carousel-inner{
width: 110%;
  

    margin-top: 2px;
  }


body {
 
    background-color: black !important;
}
.home-slogan {
    font-family: Dosis;
    text-align: center;
    letter-spacing: 2px;
    padding: 10px 0;
}
.home-slogan h2 {
    font-size: 30px;
    line-height: 30px;
    color: #777777;
    margin-top: 0 !important;
}
.home-slogan p {
    font-size: 120% !important;
    text-align: center;
    letter-spacing: 1px;
    line-height: 110%;
    color: #8e8e8e;
}
.gelgurte-brands {
    padding: 10px 0;
}
.nutregi{
    height: 300px;
     font-size: 100%;
     font-family: Dosis;
     background: #a5b3b3 url(img/nutregiop3.png) no-repeat center 40px;
     position: relative;
}
.nutregi:hover{
    background-color:#408dc1;
    background-image: url(img/nutregi.png);
    background-repeat: no-repeat;
    margin-top: auto;
    background-position: center 40px;
}

.glint{
  height: 300px;
     font-size: 100%;
     font-family: Dosis;
     background: #a5b3b3 url(img/glintpb.png) no-repeat center 40px;
     position: relative;
    
}
.glint:hover{
    
    background-color:#408dc1;
    background-image: url(img/glintpreto.png);
    background-repeat: no-repeat;
    margin-top: auto;
    background-position: center 66px;
}
.frigo{
    height: 300px;
     font-size: 100%;
     font-family: Dosis;
     background: #a5b3b3 url(img/frigopb.png) no-repeat center 40px;
     position: relative;
}
.frigo:hover{
    background-color:#408dc1;
    background-image: url(img/frigocores.png);
    background-repeat: no-repeat;
    margin-top: auto;
    background-position: center 38px;
}
.sabia{
      height: 300px;
     font-size: 100%;
     font-family: Dosis;
     background: #a5b3b3 url(img/sabiapb.png) no-repeat center 40px;
     position: relative;
}
.sabia:hover{
    background-color:#408dc1;
    background-image: url(img/sabiacores.png);
    background-repeat: no-repeat;
    margin-top: auto;
    background-position: center 39px;    
    background-size: 50%
}
.coluna-de-conteudo{
    margin-top: 400px;
}
.img1{
   opacity: 0.3;
   padding-bottom: 50px;
   padding-top: 50px;
}
.square {
        width: 100%;
        height: 105px;
        background: white; 
        position: absolute !important;
        bottom: 10px;
        padding: 10px;

        font-size: 130%;
        color: #474747;
        font-weight: bolder ;
        letter-spacing: 1px;
        line-height:100%;
}
.square1 {
        width: 100%;
        height: 105px;
        background: white; 
        position: absolute !important;
        bottom: 10px;
        padding: 10px;
        font-family: Dosis;     
        font-size: 130%;
        color: #474747;
        font-weight: bolder ;
        letter-spacing: 1px;
        line-height:90%;
}

.barrapath{
    background-color:#E6E6E6;
    height: 100px;
    line-height: 100px;
}


.article-box{
    background: none !important;
}

.carousel2{
    margin-top: 38px;
}
.barrapathsuperior{
     background-color:#E6E6E6;
    height: 400px;
}

.sem-lactose{
    height: 300px;
     font-size: 100%;
     font-family: Dosis;
     background: #a5b3b3 url(img/Semlactosecompleto.png) no-repeat center 40px;
     position: relative;
     margin-bottom: 35px;
     background-size: 200px;
}
.sem-lactose:hover{
    background-color:#408dc1;
    background-image: url(img/Semlactosecompleto.png);
    background-repeat: no-repeat;
    margin-top: auto;
    background-position: center 40px;
}
.antioxidantes{
    height: 300px;
     font-size: 100%;
     font-family: Dosis;
     background: #a5b3b3 url(img/antioxidantescompleto.png) no-repeat center 40px;
     position: relative;
     margin-bottom: 35px;
      background-size: 200px;
  
}
.antioxidantes:hover{
    background-color:#408dc1;
    background-image: url(img/antioxidantescompleto.png);
    background-repeat: no-repeat;
    margin-top: auto;
    background-position: center 40px;
}

.rectangulo_central{
    background-color:#fff;
    float:   left;
    width: 100%;
    margin-top: 10px;
    border: 1px #f1f1f1 solid
}
.rectangulo_central a{
color: #474747;
}

.rectangulo_central a:hover{
text-decoration: none;
}

.titulo_sup{
font-family: Dosis;
font-weight: bold;
font-size: 130%;
}
.subtitulo_sup{
font-family: Dosis;
font-size: 120%;
color: #666 !Important;
}
.descricao_sup{
font-size: 120%;
font-family: Dosis;
color:#666;
}
.rectbranco_sup{
    background-color: white;
    max-height: 150px;
    min-height: 110px;
    padding: 15px;
    
}
.image_sup{
    text-align: center;
    padding: 15px 0;    
}
.image_sup:hover{
       -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
   background-color: #408dc1;
   opacity: 1;
}
.image_sup img{
   height: 150px;
}
.text-center{
    font-family: Dosis;
    font-size: 120%;
    color: #666;
}
.titulomarca_sup{
    font-size: 200%;
    color: #333;
    text-align: center;
    margin-top: 30px;
     letter-spacing: 4px;
}





#breadcrumbs{
    font-family: Dosis;
    font-size: 150%;
    color: #333;
}
#breadcrumbs a{
  color: #333 !important;
}
.titulo_produtos{
        width: 100%;
        height: 105px;
        background: graytext; 
        background-color: rgba(255,255,255,0.5)  ;
        position: absolute !important;
        padding: 10px;
        font-family: Dosis;     
        font-size: 130%;
        color: #474747;
        font-weight: bolder ;
        letter-spacing: 1px;
        line-height:100%;
        margin-top: 120px;
        text-align: center;
}
     
     
.leitesgelificados{
    height: 200px;
     font-size: 100%;
     font-family: Dosis;
     background: #a5b3b3 url(img/leitesgelificados.png) no-repeat center 40px;
     position: relative;
     margin-bottom: 0px;
      background-size: 100px;
      margin-bottom: 30px;
  
}
.leitesgelificados:hover{
    background-color:#408dc1;
    background-repeat: no-repeat;
    margin-top: auto;
    background-position: center 40px;
}
.iogurtes{
    height: 200px;
     font-size: 100%;
     font-family: Dosis;
     background: #a5b3b3 url(img/iogurtesav.png) no-repeat center 30px;
     position: relative;
     margin-bottom: 0px;
     background-size: 140px;
     margin-bottom: 30px;  

  
}
.iogurtes:hover{
    background-color:#408dc1;
    background-repeat: no-repeat;
    background-position: center 30px;
}
.gelatinas{
    height: 200px;
    font-size: 100%;
    font-family: Dosis;
    background: #a5b3b3 url(img/gelatinasav.png) no-repeat center 30px;
    position: relative;
    margin-bottom: 0px;
    background-size: 140px;
    margin-bottom: 30px;
}
.gelatinas:hover{
    background-color:#408dc1;
    background-repeat: no-repeat;
    margin-top: auto;
    background-position: center 30px;
}
.geladosesorbets{
    height: 200px;
     font-size: 100%;
     font-family: Dosis;
     background: #a5b3b3 url(img/geladosesorbetsav.png) no-repeat center 30px;
     position: relative;
     background-size: 140px;
     margin-bottom: 30px;

}
.geladosesorbets:hover{
    background-color:#408dc1;
    background-repeat: no-repeat;
    margin-top: auto;
    background-position: center 30px;
}
.bifidus{
        height: 200px;
     font-size: 100%;
     font-family: Dosis;
     background: #a5b3b3 url(img/bifidusav.png) no-repeat center 30px;
     position: relative;
     background-size: 170px;
     margin-bottom: 30px;
}
.bifidus:hover{
 background-color:#408dc1;
    background-repeat: no-repeat;
    margin-top: auto;
    background-position: center 30px;
}
.bebidaslacteas{
         height: 200px;
     font-size: 100%;
     font-family: Dosis;
     background: #a5b3b3 url(img/bebidaslacteasav.png) no-repeat center 10px;
     position: relative;
     background-size: 45px;
     margin-bottom: 30px;
}
.bebidaslacteas:hover{
   background-color:#408dc1;
    background-repeat: no-repeat;
    margin-top: auto;
    background-position: center 10px;   
}

.galeria_fotografica{
    margin-top: 30px !important;
}






/* ACTIVITY INDICATION */

		#imagelightbox-loading,
		#imagelightbox-loading div
		{
			border-radius: 50%;
		}
		#imagelightbox-loading
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 10003;
			top: 50%;
			left: 50%;
			padding: 0.625em; /* 10 */
			margin: -1.25em 0 0 -1.25em; /* 20 */

			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
		}
			#imagelightbox-loading div
			{
				width: 1.25em; /* 20 */
				height: 1.25em; /* 20 */
				background-color: #fff;

				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}


		/* OVERLAY */

		#imagelightbox-overlay
		{
			background-color: red;
			background-color: rgba( 0, 0, 0, 0.7 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}


		/* "CLOSE" BUTTON */

		#imagelightbox-close
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			text-align: left;
			background-color: black;
			border-radius: 0%;
			position: fixed;
			z-index: 10002;
			top: 2.5em; /* 40 */
			right: 2.5em; /* 40 */
                        border: none;
			-webkit-transition: color .3s ease;
			transition: color .3s ease;
		}
			#imagelightbox-close:hover,
			#imagelightbox-close:focus
			{
				background-color: #333;
			}
			#imagelightbox-close:before,
			#imagelightbox-close:after
			{
				width: 2px;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 20%;
				bottom: 20%;
				left: 50%;
				margin-left: -1px;
			}
			#imagelightbox-close:before
			{
				-webkit-transform: rotate( 45deg );
				-ms-transform: rotate( 45deg );
				transform: rotate( 45deg );
			}
			#imagelightbox-close:after
			{
				-webkit-transform: rotate( -45deg );
				-ms-transform: rotate( -45deg );
				transform: rotate( -45deg );
			}
		/* CAPTION */
		#imagelightbox-caption
		{
			text-align: center;
			color: #fff;
			background-color: #666;
			position: fixed;
			z-index: 10001;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0.625em; /* 10 */
		}
		/* NAVIGATION */
		#imagelightbox-nav
		{
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			border-radius: 20px;
			position: fixed;
			z-index: 10001;
			left: 50%;
			bottom: 3.75em; /* 60 */
			padding: 0.313em; /* 5 */

			-webkit-transform: translateX( -50% );
			-ms-transform: translateX( -50% );
			transform: translateX( -50% );
		}
			#imagelightbox-nav button
			{
				width: 1em; /* 20 */
				height: 1em; /* 20 */
				background-color: transparent;
				border: 1px solid #fff;
				border-radius: 50%;
				display: inline-block;
				margin: 0 0.313em; /* 5 */
			}
			#imagelightbox-nav button.active
			{
				background-color: #fff;
			}


		/* ARROWS */

		.imagelightbox-arrow
		{
                        border: none;
			width: 3.75em; /* 60 */
			height: 4em; /* 120 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			vertical-align: middle;
			display: none;
			position: fixed;
			z-index: 10001;
			top: 50%;
			margin-top: -3.75em; /* 60 */
		}
		.imagelightbox-arrow:hover,
		.imagelightbox-arrow:focus
		{
			background-color: #666;
			background-color: rgba( 0, 0, 0, .75 );
		}
		.imagelightbox-arrow:active
		{
			background-color: #111;
		}
			.imagelightbox-arrow-left
			{
				left: 2.5em; /* 40 */
			}
			.imagelightbox-arrow-right
			{
				right: 2.5em; /* 40 */
			}
			.imagelightbox-arrow:before
			{
				width: 0;
				height: 0;
				border: 1em solid transparent;
				content: '';
				display: inline-block;
				margin-bottom: -0.125em; /* 2 */
			}
				.imagelightbox-arrow-left:before
				{
					border-left: none;
					border-right-color: #fff;
					margin-left: -0.313em; /* 5 */
				}
				.imagelightbox-arrow-right:before
				{
					border-right: none;
					border-left-color: #fff;
					margin-right: -0.313em; /* 5 */
				}

		#imagelightbox-loading,
		#imagelightbox-overlay,
		#imagelightbox-close,
		#imagelightbox-caption,
		#imagelightbox-nav,
		.imagelightbox-arrow
		{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
		}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

		@media only screen and (max-width: 41.250em) /* 660 */
		{
			#container
			{
				width: 100%;
			}
			#imagelightbox-close
			{
				top: 1.25em; /* 20 */
				right: 1.25em; /* 20 */
			}
			#imagelightbox-nav
			{
				bottom: 1.25em; /* 20 */
			}

			.imagelightbox-arrow
			{
				width: 2.5em; /* 40 */
				height: 3.75em; /* 60 */
				margin-top: -2.75em; /* 30 */
			}
			.imagelightbox-arrow-left
			{
				left: 1.25em; /* 20 */
			}
			.imagelightbox-arrow-right
			{
				right: 1.25em; /* 20 */
			}
		}

		@media only screen and (max-width: 20em) /* 320 */
		{
			.imagelightbox-arrow-left
			{
				left: 0;
			}
			.imagelightbox-arrow-right
			{
				right: 0;
			}
		}

                #imagelightbox{
                    position: absolute;
                    margin-left: auto;
                    margin-right: auto;
                    z-index: 10005;
                }
                
                
.side-content {
    overflow-y: auto !important;
    padding: 0 10px 0 0;
    max-height: 307px;
}
.adsi-footer {
    font-size: 12px !important;
    opacity: 0.3;
    color: #999 !important;
}
.adsi-footer a {
    font-size: 12px !important;
    color: #999 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #428bca;
    color: #fff !important;
    outline: 0 none;
    text-decoration: none;
}
.side-pagination ul {
    margin: 5px 0;
}
.side-pagination ul li {
    display: inline-block;
}
.side-pagination ul li a {
    padding-right: 5px;
    font-size: 100%;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: auto;
}
#mapa-distribuidores .pdistrito {
    fill: #408DC1; 
}
#mapa-distribuidores text {
    font-family: Arial; 
}

.panel-default {
    border: none !important;
    box-shadow: none !important; 
     background-color: #eff5f7 !important;
}
.panel-default > .panel-heading {
    background-color: #eff5f7 !important;
    border: none !important;
    color: #408DC1 !important;
    padding: 3px 0 !important;
}
.panel-body {
    padding: 15px 0 !important;
}
.footer-meta {
    padding: 15px 0;
}

/*FORMULÁRIO DE CONTACTO*/
#ninja_forms_field_4 {
    width: 100%;
}
#ninja_forms_field_5 {
    width: 100%;
    background: #49c5ef !important;
    box-shadow: none;
    color: #fff;
}
#ninja_forms_field_6 {
    width: 100%;
}
.field-wrap, #ninja_forms_required_items {
    margin-bottom: 5px !important;
}
#map-canvas {
    width: 100%;
    height: 250px;
    margin: 0px;
    padding: 0px
}
#map-canvas img {
    max-width: none;
}
.cdados {
    font-size: 90%;
}
.conte-item  {
    padding: 10px 0;
}
.conte-item .fa-circle {
    color: #49c5ef !important;
    
}
/*FORMULÁRIO DE CONTACTO*/


.page-id-1022 .rectbranco_sup {
    max-height: 170px;
    min-height: 150px;
}
.page-id-1011 .rectbranco_sup {
    max-height: 170px;
    min-height: 58px;
}
.page-id-93 .side-content {
    max-height: 510px;
}
.page-id-889 .side-content {
    max-height: 380px;
}

#cookie-notice {
    display: flex;
    height: 100%;
    align-content: center;
    align-items: center;
    opacity: 0.9;
}
.cookie-notice-container {
    width: 100%;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 150%;
}
#cn-accept-cookie, #cn-more-info {
    margin-top: 10px;
}
.cookie-notice-hidden {
    display: none !important
}