@import url('../fonts/fonts.css');

/* RESET CSS */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

em, i{
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, html{
	font-family: "calibri", Georgia, Arial, "Lucida Bright", "DejaVu Serif", serif;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.bx-clone{
	display: none;
}

a{
	 transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

input[type="text"], input[type="password"],
input[type="email"]{
	border: 1px solid #999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #666666;
	font-size: 14px;
	font-family: 'calibri';
	padding: 3px 5px;
	outline: none;
}

h1, h1 a, h1 a:hover{
	font-size: 22px; line-height: 22px;
	margin-bottom: 22px;
	font-family: 'harabara';
	color: #703317;
	text-decoration: none;
	font-weight: bold;
}

h2, h2 a, h2 a:hover{
	font-size: 19px; line-height: 19px;
	margin-bottom: 22px;
	font-family: 'harabara';
	color: #C24F19;
	text-decoration: none;
}

h3, h3 a, h3 a:hover{
	font-size: 19px; line-height: 19px;
	margin-bottom: 22px;
	font-family: 'harabara';
	color: #302726;
	text-decoration: none;
}

div.component-content ul,  div.component-content ol {
	list-style: initial;
}

div.component-content ol {
	list-style-type: decimal;
	margin-left: 20px;
}


/* COLORS */
.color-brown{
	color: #C24F19;
}

.bg-color-brown{
	background-color: #C24F19;
}

.color-brown-dark{
	color: #703317;
}

.bg-color-brown-dark{
	background-color: #703317;
}

.color-dark{
	color: #302726;
}

.bg-dark{
	background-color: #302726;
}

/* GENERAL CSS */
.max-width-container{
	max-width: 1280px;
	margin: auto;
}

.clearfix{
	clear: both;
}

.float-right{
	float: right;
}

.float-left{
	float: left;
}

/* HEADER */
header{
	background: url("../images/header-bg.png") no-repeat top center;
	width: 100%;
	height: 220px;
	margin-top: -37px;
}

header .header-repeat{
	background: #c24f19;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 45px;
	z-index: -1;
}

header .logo,
header .logo-info{
	float: left;
	font-family: 'calibri';
	font-size: 11px;
	color: #703317;
	margin-top: 140px;
}

header .logo-info{
	margin-left: 40px;
	max-width: 215px;
	margin-top: 180px;
	font-size: 13px;
}

header .logo-info i{
	font-style: italic;
}

header .right-logos{
	float: left;
	margin-top: 175px;
	width: 650px;
	text-align: right;
}

header .right-logos img{
	margin-left: 0px;
}

header .right-logos img:last-child{
	margin-left: 0px;
}

header .top-info{
	font-family: "calibri";
	font-size: 15px;
	color: #C24F1A;
}

header .language-filter{
	position: absolute;
	top: 10px;
	right: 40px;
}

header .language-filter img{
	max-width: 23px;
}

header .language-filter .social-area a{
	margin-right: 10px;
}

header li a{
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #ffffff;
}

header li.lang-active a{
	color: #703317;
}

/* FOOTER */
footer{
	background: url("../images/footer-bg.png") no-repeat bottom center;
	width: 100%;
	height: 122px;
	padding-top: 30px;
	margin-top: 100px;
}

.homepage-wrapper footer{
	margin-top: 0px;
}

footer .custom a{
	margin-right: 7px;
}

footer .footer-container{
	max-width: 1020px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
	background: #ffffff;
	border-radius:5px;
	margin-top: 55px;
	padding-top: 6px; padding-bottom: 6px;
}

footer .logos img{
	margin-left: 10px;
}

footer .logos img:last-child{
	margin-left: 25px;
}

footer div{
	display: block;
	color: #000000;
	text-transform: uppercase;
	font-size: 10px;
}

footer .float-right{
	margin-right: 7px;
}

footer .float-left{
	margin-left: 10px;
}

/* MAIN MENU */
.main-menu-wrapper{

}

.main-menu-wrapper ul.menu{
	width: 249px;
	float: left;
}

.main-menu-wrapper ul.menu li{
	float: right;
	padding: 5px 13px;
	background: #333333;
	margin-bottom: 4px;
	display: block;
	clear: both;
	position: relative;
}

.main-menu-wrapper ul.menu li ul{
	position: absolute;
	top: 0px;
	left: 99%;
	z-index: 300;
	display: none;
	background: #333333;
	padding: 7px 42px;
	min-width: 140px; 
}

.main-menu-wrapper ul.menu li ul li{
	background: transparent;
	padding: 0px;
	float: left;
	width: 100%;
}

.main-menu-wrapper ul.menu li ul li ul{
	display: none !important;
	padding-left: 43px;
	min-width: 240px;
}

.main-menu-wrapper ul.menu li ul li ul li{
	margin-left: 42px;
}

.main-menu-wrapper ul.menu li a{
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'calibri';
	text-decoration: none;
	color: #ffffff;
}

.main-menu-wrapper ul.menu li a:hover,
.main-menu-wrapper ul.menu li.selected > a{
	color: #C24F1A;
}

.main-menu-wrapper ul.menu li ul li a{
	font-size: 12px;
}

.not-homepage .main-menu-wrapper ul.menu > li{
	float: left;
}

.not-homepage .main-menu-wrapper ul.menu > li.selected{
	/*width: 100%;*/
}

.not-homepage .main-menu-wrapper ul.menu > li.selected > a{
	float: right;
}

/*
.not-homepage .main-menu-wrapper ul.menu > li.selected ul{
	left: 85%;
	margin-left: 0px;
	background: transparent;
	padding-top: 0px;
}

.not-homepage .main-menu-wrapper ul.menu > li.selected ul li{
	background: #333333;
	padding: 7px 42px;
	margin-bottom: 0px;
	padding-top: 0px;
}*/

.main-menu-wrapper .menu-container{
	width: 255px;
	float: left;
	position: relative;
	z-index: 5;
	-webkit-transition: position 1s ease-in-out;
    -moz-transition: position 1s ease-in-out;
    -o-transition: position 1s ease-in-out;
    -ms-transition: position 1s ease-in-out;
    transition: position 1s ease-in-out;
}

.main-menu-wrapper .menu-container.fixed-menu{
	position: fixed;
	top: 20px;
}

.not-homepage-body .homepage-calendar{
	display: none!important;
}

.main-menu-wrapper .menu-container.fixed-menu .homepage-calendar.events-page-wrapper{
	display: none;
}

.main-menu-wrapper ul.secondary-menu-container{
	margin-top: 30px;
	clear: both;
	display: inline-block;
}

.main-menu-wrapper ul.secondary-menu-container li{
	float: left;
	padding: 5px 13px;
	background: #C24F1A;
	margin-bottom: 4px;
	display: block;
	clear: both;
	position: relative;
	padding-right: 13px;
}

.main-menu-wrapper ul.secondary-menu-container li a{
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'calibri';
	text-decoration: none;
	color: #ffffff;
}

.main-menu-wrapper ul.secondary-menu-container li a:hover{
	color: #333333;
}


/* CENTER CONTENT */

.center-container {
	margin-top: 25px;
	display: inline-block;
	width: 100%;
	min-width: 1280px;
}


/* HOMEPAGE BANNERS */
.banners-wrapper{
	max-width: 710px;
	min-height: 620px;
	width: 710px;
	float: left;
	margin-right: 20px;
}

.banners-wrapper .bx-wrapper img{
	margin: auto;
	vertical-align: middle;
}

.banners-wrapper .bx-wrapper .bx-pager.bx-default-pager a{
	background-color: #C24F19;
	opacity:0.4;
	filter:alpha(opacity=40);
}

.banners-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover{
	opacity:1;
	filter:alpha(opacity=1);
	background-color: #C24F19;
}

.banners-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active{
	background-color: #703317;
	opacity:1;
	filter:alpha(opacity=1);
}





/* HOMEPAGE NEW HIGHLIGHTED AREA */
.twitter-feed-wrapper{
	/*float: right;*/
}

.twitter-feed-wrapper iframe{
	width: 295px !important;
}

.highlights-wrapper{
	clear: both;
	margin-top: 10px;
	display: inline-block;
	padding-left: 10px;
	width: 705px;
    
}

#ais_90_wrapper, #ais_90{
	z-index: 1 !important;
}

.highlights-wrapper .bx-wrapper{
	max-width: 340px !important;
}

.highlights-wrapper #item1{
	margin-left: 0px;
	margin-right: 5px;
}

.highlights-wrapper #item2 .bx-wrapper{
	margin-left: 20px;
}

.highlights-wrapper .highlight-item{
	width: 50%;
	margin-right: 0px;
	float: left;
	display: inline-block;
	position: relative;
	max-width: 340px;
	max-height: 168px;
	text-align: center;
	-moz-box-shadow: 0px 0px 10px #333;
    -webkit-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
}

.highlights-wrapper .highlight-item.item-1{
	margin-right: 0px;
}

.highlights-wrapper .highlight-item .title{
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	color: white;
}

.highlights-wrapper .highlight-item .title.video{
	cursor: pointer;
}

.highlights-wrapper .highlight-item .title > div{
	position: absolute;
	bottom: 0px; left: 0px;
	text-align: right;
	width: 95%;
	margin-bottom: 15px;
    padding-right: 0px;

    text-transform: uppercase;
    font-size: 16px;
    font-family: 'calibri';
}

.highlights-wrapper .highlight-item .title a{
	color: white;
	    display: inline-block;
    width: 100%;
}

.highlights-wrapper .highlight-item img{
	max-height: 170px;
}

.highlights-wrapper .highlight-item .date{
	font-size: 12px;
}


.highlights-wrapper .bx-wrapper{
	width: 50%;
	margin-right: 0px;
	float: left;
	display: inline-block;
	position: relative;
	max-width: 340px;
	z-index: 1;
	
}

.highlights-wrapper .bx-wrapper .bx-viewport{
	-moz-box-shadow: 0px 0px 10px #333;
    -webkit-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
    border: solid #fff 0px;

}

.highlights-wrapper .bx-wrapper .bx-pager{
	padding-top: 0px;
    bottom: 8px;
    z-index: 50;
    text-align: left;
    padding-left: 10px;
}

.highlights-wrapper .bx-wrapper .bx-pager.bx-default-pager a{
	background-color: #FFFFFF !important;
    margin: 0 3px !important;
}

.highlights-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active{
	background-color: #D07549 !important;
}

/* HOMEPAGE CALENDAR */
.homepage-calendar{
	position: relative;
}

.homepage-calendar.events-page-wrapper{
	margin-left: 0px;
}

.homepage-body .modal-backdrop{
	visibility: hidden !important;
}

.homepage-calendar .event-calendar-popup{
	border: 1px solid #D07549;
	background: white;
    position: absolute;
    display: inline-block;
    width: 79%;
    padding: 10px;
    margin-top: 10px;
    top: 150px;
    left: 0px;
}

.mobile-calendar{
	display: none;
}

.event-calendar-popup a{
	color: black !important;
	text-decoration: underline !important;
}

.homepage-calendar .clndr{
	float: left;
	position: relative;
	width: 75%;
	margin-top: 20px;
}

.homepage-calendar .clndr-table{
	width: 95%;
	float: left;
}

.homepage-calendar .clndr-controls{
	float: left;
    width: 55px;
    position: absolute;
    right: -45px;
    top: -18px;
}

.homepage-calendar .clndr-control-button{
	/*transform: rotate(90deg);
	position: absolute;*/
}

.homepage-calendar .clndr-next-button:after,
.homepage-calendar .clndr-previous-button:after{
	content: "";
    color: #333333;
}

.homepage-calendar .clndr-next-button:before{
	content: "»";
    color: #333333;
}

.homepage-calendar .clndr-previous-button:before{
	content: "«";
    color: #333333;
}

.homepage-calendar .clndr-next-button,
.homepage-calendar .clndr-previous-button{
	margin-left: 16px;
    display: block;
    width: 18px;
    transform: rotate(-90deg);
    margin-top: 15px;
}

.homepage-calendar.events-page-wrapper .clndr-control-button{
	position: absolute;
    bottom: -50px;
}

.homepage-calendar.events-page-wrapper .clndr-control-button.rightalign{
	/*margin-top: -90px;*/
	top: 0px;
}

#eventsModal{
	z-index: 999999999999;
}


.homepage-calendar.events-page-wrapper .month{
	font-size: 16px;
	width: auto;
	max-width: 60px;
	margin-top: 55px;
}

.homepage-calendar.events-page-wrapper .clndr-table .day,
.homepage-calendar.events-page-wrapper .clndr-table .header-days td{
	background: transparent;
	padding-top: 4px;
    padding-bottom: 3px;
    font-size: 12px;
}

.homepage-calendar.events-page-wrapper .clndr-table .day.event{
	color: red;
}


/* NEWS MODULE */
.lastnews-wrapper{
	float: left;
	max-width: 325px;
	background-color: #D07549;
	border-left: 10px solid #C24F1A;
	padding: 25px 12px 25px 12px;
	position: relative;
	min-width: 260px;
	margin-bottom: 0px;
}

.lastnews-wrapper .close-button{
	cursor: pointer;
	position: absolute;
	top: 12px; right: 12px;
	width: 16px; height: 16px;
	display: none;
}

.lastnews-wrapper, .lastnews-wrapper a, .lastnews-wrapper h3{
	color: #ffffff;
	font-family: 'calibri';
}

.lastnews-wrapper h3{
	font-size: 21px;
	text-transform: uppercase;
	margin-bottom: 22px;
	font-family: 'calibribold';
}

.lastnews-wrapper .date , .lastnews-wrapper a{
	font-size: 13px;
	font-family: 'calibribold';
	line-height: 13px;
}

.lastnews-wrapper a:hover{
	text-decoration: none;
}

.lastnews-wrapper h4{
	font-size: 13px;
	line-height: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.lastnews-wrapper li{
	margin-bottom: 8px;
	text-align: left;
	margin-left: 10px;
	max-width: 240px;
}

.lastnews-wrapper ul{
	max-height: 280px;
	overflow: auto;
	width: 100%;
	height: 170px;
	overflow: auto;
	outline: none;
	margin-left: -10px;
	max-width: 280px;
}


.lastnews-wrapper .jspVerticalBar{
	left: 0px !important;
	right: inherit;
	background: transparent;
	width: 10px;
}

.lastnews-wrapper .jspVerticalBar .jspTrack{
	background: transparent;
}

.lastnews-wrapper .jspVerticalBar .jspDrag{
	background: #A33805;
}


/* ARTICLE CONTENTS */
.component-content{
	max-width: 690px;
	min-height: 620px;
	width: 710px;
	float: left;
	margin-right: 20px;
	padding-left: 10px;
}

.component-content.left-margin{
	margin-left: 255px;
}

.component-content .item-page{
	padding-bottom: 30px;
}

.component-content .article-info,
.component-content ul.pagenav,
.component-content ul.actions{
	display: none;
}

.component-content .item-page p,
.component-content .item-page, 
.component-content .item-page .article-info a{
	color: #333333;
	font-family: "calibri";
	font-size: 15px;
	line-height: 1.5;
}

.component-content .item-page{
	padding-left: 10px;
}

.component-content .item-page p{
	margin-bottom: 10px;
}

/*.component-content .item-page h2,
.component-content .item-page h2 a{
	font-size: 21px; line-height: 21px;
	font-family: 'calibri';
	text-decoration: none;
	margin-bottom: 20px;
	cursor: default;
	color: #C24F1A;
	text-decoration: none;
}*/

/* LOGIN MODULE */
.login-wrapper{
	float: left;
	max-width: 270px;
	margin-left: 0px;
	position: relative;
	z-index: 200;
	margin-top: 0px;
	
}

.login-wrapper #form-login{
	clear: both;
	margin-top: 2px;
	display: inline-block;
}

.login-wrapper #form-login label{
	display: none;
}

.login-wrapper #form-login label.visible-label{
	display: inline;
}

.login-wrapper #form-login a,
.login-wrapper #form-login label,
.login-wrapper #form-login .hello-user,
.component-content .login label,
.component-content .login + div a,
#user-registration label,
#user-registration a,
#user-registration{
	font-size: 13px;
	font-family: 'calibribold';
	line-height: 13px;
	text-decoration: none;
	color: #C24F1A;
	margin-bottom: 5px;
}

.hello-user{
	font-size: 16px !important;
	line-height: 16px !important;
	color: #C24F1A;
	margin-bottom: 10px; margin-top: 10px;
}

.login-wrapper #form-login a:hover{
	text-decoration: underline;
}

.login-wrapper #form-login .hidden-form{
	display: none;
}

#system-message .error{
	color: red;
}

/* ERROR PAGES */
.error-main-container{
	background: no-repeat url("../images/error_img_2.png");
	background-size: 210px 522px;
	background-position: bottom right;
	width: 100%; height: 550px;
	display: inline-block;
}

.error-main-container > div{
	width: 660px;
	float: left;
	padding-top: 40px;
    padding-left: 100px;

}

.error-main-container .error-container{
	background: url("../images/error_img_1.png");
	text-align: center;
	background-size: 118px 145px;
	width: 118px; height: 145px;
	color: #ffffff;
	float: left;
}

.error-main-container .error-container h2{
	color: #ffffff;
	padding-top: 90px;
    padding-left: 10px;
}

.error-main-container h1{
	float: left;
    color: #C24F19;
    padding-top: 70px;
    padding-left: 35px;
    font-size: 27px;
}

.error-main-container p{
	margin-top: 15px;
}

.error-main-container img{
	max-width: 340px;
	margin-top: 180px;
}

/* SEARCH MODULE */
#search-form label{
	display: none;
}

label.files-filter{
	font-weight: bold;
    margin-bottom: 10px;
}

label.files-filter a{
	color: #C24F1A;
}


#search-form #mod-search-searchword{
	margin-right: 5px;
	float: left;
}

#search-form input[type="image"]{
	outline: none;
}

#search-form .ok-wrapper{
	float: left;
	display: inline;
	margin-top: 5px;
}

#searchForm p,
#searchForm legend{
	font-size: 15px;
	line-height: 15px;
	color: #C24F1A;
	text-decoration: underline;
}

#searchForm label,
#searchForm a{
	font-size: 13px;
	font-family: 'calibribold';
	line-height: 13px;
	text-decoration: none;
	color: #C24F1A;
	margin-bottom: 5px;
}

.search-results a{
	font-size: 16px;
	font-family: 'calibribold';
	line-height: 16px;
	color: #C24F1A;
	margin-bottom: 5px;
}


/*  SEARCH RESULTS PAGE */
.search .phrases{
	margin-top: 10px;
}

.search #searchForm button{
	margin-top: -10px;
}

.search .phrases label,
.search .phrases input,
.search .only input,
.search .only label{
	float: left;
	margin-left: 5px;
}

.search .phrases label,
.search .only label{
    padding-top: 4px;
}

.search .ordering-box{
	display: inline-block;
    width: 100%;
}

/* ONLINE USERS MODULE */
.online-users-wrapper{
	font-size: 16px;
	line-height: 16px;
	color: #C24F1A;
	margin-bottom: 10px;
	font-family: 'calibri';
}

/* SITEMAP */
#xmap{
	display: inline-block;
	padding-bottom: 70px;
}

#xmap .menutitle, #xmap .muted{
	display: none;
}

#xmap a{
	font-size: 16px;
	font-family: 'calibribold';
	line-height: 16px;
	color: #C24F1A;
	margin-bottom: 5px;
}

#xmap ul ul{
	margin-left: 20px;
}

#xmap ul{
	margin-bottom: 20px;
	margin-top: 10px;
}

.sitemap-link{
	margin-top: 0px;
	padding-left: 8px;
	display: inline-block;
}

.sitemap-link a{
	font-size: 13px;
	line-height: 13px;
	color: #333333;
	margin-bottom: 5px;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 5px;
	font-family: 'calibri' 
}

/* Forms */
.form-article-container{
	margin-left: 12px;
}

.form-article-container form input.error,
.form-article-container form textarea.error{
	border-color: red !important;
}

.form-article-container form textarea{
	width: 100%;
	height: 145px;
	max-width: 434px;
}

.form-article-container form .errors-message{
	color: red;
}

.form-article-container form .success-message{
	color: green;
}

/*Events*/
.events-page-wrapper{
	margin-left: 35px;
}

.clndr-controls > div{
	float: left;
	margin-right: 5px;

}

.clndr-control-button{
	cursor: pointer;
}

.clndr-table{
	clear: both;
}

.clndr-table .header-days td{
	padding-top: 10px; padding-bottom: 10px;
	text-align: center;
}

.clndr-table .day{
	width: 20px;
	text-align: center; 
	background: #D07549;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}

.clndr-table .day.last-month{
	background: #333333;
	color: #ffffff;
}

.clndr-table .day.today{
	color: #000000;
	border: 1px solid black;
}

.clndr-table .day.event{
	color: #D07549 !important;
	cursor: pointer;
	border: 1px solid #D07549;
}

.clndr-previous-button{
	margin-left: -42px;
}

.clndr-next-button{
	margin-left: -30px;
}

.clndr-next-button, .clndr-previous-button{
	color: transparent;
}

.clndr-next-button:after{
	content: "»";
	color: #333333;
}

.clndr-previous-button:after{
	content: "«";
	color: #333333;
}

.events-page-wrapper .month{
	width: 90px;
	text-align: center;
}

.clndr-controls > div{
	width: 18%;
	font-size: 30px;
}

.events-page-wrapper .month{
	width: 60%;
	font-size: 27px;
	text-transform: capitalize;
}

.clndr-control-button.rightalign{
	text-align: right;
}

.clndr-table{
	width: 100%;
}

.mobile-menu{
	display: none;
}

.mobile-menu ul li > ul{
	display: none;
}
.mobile-menu ul li{
	cursor: pointer;
	padding: 8px;
	font-size: 23px;
}

.mobile-menu  .nav-collapse li.parent > a::after {
	content: url('../images/down-menu-arrow.png');
	float: right;
	margin-right: 5%;
	cursor: pointer;
}

.mobile-menu .nav-collapse li.opened > a::after {
	content: url('../images/up-menu-arrow.png') !important;
}

.form-article-container label span{
	color: red;
}

.form-article-container label{
	margin-bottom: 3px; 
}

.addthis_toolbox {
	position: relative;
	z-index: 5;
}

.news-table td{
	padding-top: 25px;
}

.news-pagination{
	z-index: 5;
	position: relative;
}

.feed-icon{
	float: left;
	display: inline-block;
	position: absolute;
	top: 2px;
	right: -25px;
}

ul.lang-inline{
    max-width: 96px;
    float: right;
    margin-top: 17px !important;
    margin-right: -29px !important;
}

#map-canvas {
	height: 400px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	margin: auto;
  	max-width: 100%;
}

.gmnoprint img,
	.map-module-container img,
	#phocamaps-box img{
    max-width: none; 
}

.modal-backdrop{
	z-index: 9999999;
}


/* Club Amigos do Lince */
.amigos-lince-menu{
	list-style: none !important;
}

.amigos-lince-menu li{
	margin-right: 5px;
	text-align: center;

	float: left;
    padding: 5px 13px;
    background: #C24F1A;
    margin-bottom: 4px;
    position: relative;
}

.amigos-lince-menu li a{
	color: white;
}

.amigos-lince-menu li:hover a, 
.amigos-lince-menu li.active a{
	color: #333333;
}

.amigos-container{
	line-height: 1.5;
}

.amigos-container h1.page-title{
	margin-top: 40px;
}

.amigos-container .phocaimgdesc{
	display: none;
}

.amigos-container .phocagallery-box-file-third{
	margin-top: -30px;
}

.amigos-container .pg-box-backbtn{
	display: none;
}

#sbox-window{
	z-index: 99999999 !important;
}

#amigos-form{
	padding: 20px;
	z-index: 99999999 !important;

}

#amigos-form label{
	font-weight: bold;
	margin-bottom: 5px;

}

#amigos-form span{
	font-size: 11px;

}

#amigos-form .errors-message,
#amigos-form .success-message{
	color: red;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
}

#amigos-form .success-message{
	color: green;
}


@media print {

	* {
		-webkit-print-color-adjust: exact; 
		print-color-adjust: exact;
	}
	
	.lastnews-wrapper, .login-wrapper, .addthis_toolbox,
	.language-filter{
		display: none;
	}
	
	a[href]:after {
		content: none !important;
	}
	
	header, footer {
		-webkit-print-color-adjust: exact;
	}
	
	header .right-logos{
		width: auto;
	}
	
	footer, header{
		width: 100% !important;
	}
	
	.center-container{
		margin-top: 50px;
	}

	
	h1, h1 a, h1 a:hover{
		font-size: 22px; line-height: 22px;
		margin-bottom: 22px;
		font-family: 'harabara';
		color: #703317;
		text-decoration: none;
		font-weight: bold;
	}

	h2, h2 a, h2 a:hover{
		font-size: 19px; line-height: 19px;
		margin-bottom: 22px;
		font-family: 'harabara';
		color: #C24F19;
		text-decoration: none;
	}

	h3, h3 a, h3 a:hover{
		font-size: 19px; line-height: 19px;
		margin-bottom: 22px;
		font-family: 'harabara';
		color: #302726;
		text-decoration: none;
	}
	
	header .logo{
		margin-top: 20px;
	}
	
	header .right-logos, header .logo-info{
		margin-top: 50px;
	}
	footer{
		position: relative !important;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
	}

	article {
		page-break-before: always;
	}

	img {
		page-break-inside: avoid;
	}


}