/*** @copyright	Copyright (C) 2024 grp. All rights reserved. ****/
/********** Main menu ***********************************************/
.mod-menu, .menu, .mod-list, .nav {
      display: inline-block;
      padding:5px 0 0 0;
      list-style: none; 
text-align: center;
} 
#touch-menu
  {
      display: none;
  }
.mod-menu li
  {
      float: left;
      padding: 0 0 10px 0;
      position: relative;
      line-height: 0;
  }

.mod-menu a 
  {
      font-weight:bold !important;
      padding: 0px 17px;
      color: #fff;
      text-transform: uppercase;
      text-align:left;
      font: 12px/25px Arial, Helvetica;
      text-decoration: none;
  }

.mod-menu li:hover > a
  {
	  color: #ffdd00;
  }

.mod-menu li.current a{
	color: #ffdd00;
	text-decoration: underline;
}

/****************Language selector********************************/
.language-selector{
	width:10%;
	float:right;
}
.mod-languages{
	margin-top:14px;
}

.visually-hidden{
	display:none;
}

div.mod-languages ul li.lang-active a{
  	background-color:#357960; /*007236*/
	/*border: 1px solid white;*/
	color:#ffdd00; 
	text-decoration: underline;
}

div.mod-languages li {
  margin:0 .1rem;
}
div.mod-languages a {
  color:#fff;
}
/***********************Book now***********************************/
.book-now{
	margin-top:7px;
	width:auto;
	float:right;
}
.book-now-button{
	margin: 0 10px;
	float:right;
	line-height:20px;
	font-weight:bold;
	padding:5px;
	display:inline-block;
	background-color:#fff;
	color:#991717;
	border: 1px solid #991717;
}
.book-now-button:hover{
	text-decoration:underline;
}
/***************************************************************/
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	outline: none !important;
	color: #003E7E;
	text-decoration: none;
}
p {
	line-height: 17px;
}
em{
	font-style: italic;
}
b,strong {
	font-weight: bold;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: none;
}
/****************Articles content************/
.com-content-article__body p{
	margin: 20px;
	line-height: 20px;
}
.com-content-article__body ul{
	margin: 0px 40px;
	list-style-position: inside;
	list-style: disc;
}
.com-content-article__body ul li{
	line-height: 20px;
}


/*****************************************************/
.wrapper {
	position: relative;
	min-height: 100%;
	background-image: url(../images/background_green.jpg);
	/*background-color: #D2F1C1;*/
}
.message{
	width: 100%;
}
.alert_message {
	background-color: #DFF0D8;
	border: 1px solid #6DA458;
	padding: 5px;
	margin:10px;
}
.alert_notice {
	background-color: #FCF8E3;
	border: 1px solid #F7E47B;
	padding: 5px;
	margin:10px;
}
.alert_error {
	background-color: #F2DEDE;
	border: 1px solid #EB5E5E;
	padding: 5px;
	margin:10px;
}
.top-line {
	width: 100%;
	height: 38px;
	background-color: #357960;
	border-bottom: 3px solid #45A83B;/**2DBC1E**/
}
.wrapped-top-line-content {
	/*width: 55%;*/
	width: 1014px;
	color: #fff;
	margin: auto;
}
.wrapped-top-line-content p {
	float: left;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: bold;
}
.wrapped-top-line-content a {
	color: #fff;
	text-decoration: none;
}
.phone-icon {
	float: left;
	padding: 10px 10px;
}
.email-icon {
	float: left;
	padding: 10px 10px;
}
.search-wrapper{
	float: right;
}
.search-box {
	float: right;
	margin: 3px 0;
	height: 24px;
	width: 230px;
	border-radius: 5px;
	border: 1px solid #fff;
	outline: none;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: right;
}
.content{
	width: 100%;
}
.component-short{
	float: left;
	width: 66.6666%;
}
.wrapped-content {
	/*width: 55%;*/
	width: 1014px;
	margin: auto;
	padding-bottom: 80px;
}
.header {
	margin: 2px 0;
	background-color: #ffdd00;
}
.logo {
	margin-left: 20px;
}
.adaptive-menu-icon{
	width:30px;
	float:left;
	margin: 6px;
	display:none;
	clear: right;
}
.donate,
.youtube-icon,
.fb-icon, 
.twitter-icon {
	float: right;
	margin: 3px 10px 0 0;
	/*margin: 6px 10px 0 0;*/
}
.menu-and-social-icons {
	width: 100%;
	height: 45px;
	background-color: #357960;
	border-bottom: 3px solid #45A83B;
}
.adaptive-menu, .accordeon {
	display: none;
}
.menu {
	width: 75%;
	float: left;
}
.social-icons {
	width: 30%;
	float: left;
}
.slider {
	width: 100%;
	margin: 5px 0;
}
.left-column, .central-column {
	width: 33.3333%;
	float: left;
}
.right-column {
	width: 33.3333%;
	float: right;
}
.left-column-module-wrapper{
	margin-right:30px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
}
.central-column-module-wrapper{
	margin: 0 15px 10px;
}
.right-column-module-wrapper{
	margin-left:30px;
	/*margin-top: 10px;*/
}
.left-and-central-column{
	width: 66.6666%;
	float: left;
}
.left-and-central-column-module-wrapper{
	margin-right:10px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
}
.wrapped-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.footer {
	width: 1014px;
	margin: 0 auto;
	height: 115px;
	background-color: #357960;
	border-top: 3px solid #45A83B;
}
.toll_free {
  color: #FFDD00;
  font-weight: bold;
}
.footer-contacts {
	width: 25%;
	float: left;
	color: #fff;
	padding: 10px;
	font-size: 13px;
}
/***********Footer menu********/
.footer-menu{
	width: 50%;
	float: left;
	text-align:left;
	padding-top:25px;
	text-align:center;
}

.footer-menu ul li a{
	color:#fff;
	text-decoration: none;
	text-transform:uppercase;
	padding: 0px 7px;
	font-size: 10px;
	font-weight: bold;
	line-height:25px;
}
.footer-menu ul li.current a{
	color: #ffdd00;
	text-decoration: underline;
}
ul.footer-menu-es li a{
	color:#fff;
	text-decoration: none;
	text-transform:uppercase;
	padding: 0px 4px;
	font-size: 10px;
	font-weight: bold;
	line-height:25px;
}

.footer-menu ul li a:hover {
	color:#ffdd00;
}
/***************************/
.footer-images {
	float: right;
	padding: 20px 10px;
}
.copyright {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	border-top: 1px solid #fff;
	font-weight:bold;
}
.clear {
	clear: both;
}
.clear-left{
	clear: left;
}
.debug{
	clear: both;
	height: 35px;
	padding-bottom:5px;
}
#mod-custom111
	{
	margin:-14px 0;
	padding:0;
}
/****Modules****/
.module {
	/*padding: 10px;*/
}
.module a {
	color: #000;
	text-decoration: none;
}
.module-header {
	margin-top:20px;
	border-radius: 5px 5px 0 0;
	padding: 5px 15px 2px;
	float: left;
	background-color: #003E7E;
	width: auto;
	height: 18px;
	z-index: 10;
}
.module-header a {
	color: #ffffff;
	text-decoration: none;
	text-transform:uppercase;
	font-size:13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.module-line {
	clear: both;
	width: 100%;
	border-top: 3px solid #003E7E;
	border-bottom: 3px solid #ffdd00;
}
.module-body {
	padding-top: 3px;
}
.module-reporting-intro-image {
	float: left;
	max-width:50px;
	max-height: auto;
	margin-right:10px;
}
.module-content-title {
	margin: 5px 0;
}
.module-introtext, .module-reporting-content-title {
	font-size: 15px;
}
.module-date {
	font-size: 12px;
	color: #423d3d;
	margin-top: 5px;
}
.module-reporting-divider {
	clear: both;
	margin-bottom: 10px;
}
.module-regions{
	margin-top:20px;
}
.module-regions tbody{
	margin-top:20px;
}
/****Categories****/
.category-item,
.news-category-item,
.video-category-item {
	margin-top: 10px;
}
.publications-category-item{
	margin-bottom:20px;
}
.publications-category-item a {
	text-decoration: none;
	color:#000;
}
.category-item-intro-image,
.news-category-item-intro-image,
.video-category-item-intro-image,
.newspaper-category-teaser{
	float:left;
	width: 33.3333%;
}
.publications-category-item-intro-image{
	float:left;
	margin: 10px;
}
.category-item-description,
.news-category-item-description,
.video-category-item-description{
	float:left;
	width: 66.6666%;
}
.publications-category-item-title{
	margin: 10px 0;
}
.category-item-title,
.news-category-item-title,
.video-category-item-title{
	margin:10px 20px 20px;
}
.category-item-introtext,
.news-category-item-introtext,
.video-category-item-introtext{
	margin:20px;
}
.publications-category-item-introtext{
	margin-bottom:10px;
}
.category-item-date,
.news-category-item-date,
.video-category-item-date{
	margin:20px;
	font-size:12px;
	color:#423d3d;
}
.publications-category-item-date{
	margin-bottom:10px;
	font-size:12px;
	color:#423d3d;
}
.category-item-divider,
.news-category-item-divider,
.video-category-item-divider{
	clear:both;
	height: 20px;
}
.publications-category-item-divider{
	border-top: 2px solid #003E7E;
	border-bottom: 2px solid #FFDD00;
}
/********Articles******/
.article-title{
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
	color:#003E7E;
	text-align: center;
}
.article-body{
	margin:10px;
	text-align:justify;
}
/*.article-body img{
	width:50%;
	height:auto;	
	margin:10px;
	float:left;
}*/
.pull-left{
	float:left;
	margin: 10px 10px 10px 0;
}
.article-body p{
	margin: 10px 0;
	line-height: 20px;
}
.img-fulltext-left img{
	float:left;
	margin: 10px 20px 10px 0;
}
.img-fulltext-right img{
	float:right;
	margin: 10px 0 10px 20px;
}
/*
.article-body h1 {
	font-size: 30px;
	font-weight: bold;
}
.article-body h2 {
	font-size: 28px;
	font-weight: bold;
}
.article-body h3 {
	color:#000;
	font-size: 25px;
	font-weight: bold;
}
.article-body h4 {
	font-size: 22px;
	font-weight: bold;
}
.article-body h5 {
	font-size: 20px;
	font-weight: bold;
}
.article-body h6 {
	font-size: 18px;
	font-weight: bold;
}
.article-body img {
	float:left;
	margin:10px;
	max-width: 50%;
}
*/
.article-published-date{
	margin-top:30px;
	float: right;
	color: #949494;
	font-size:12px;
	font-weight: bold;
}
.article-published-date-alt{
	margin-top:30px;
	float: right;
	color: #949494;
	font-size:12px;
	font-weight: bold;
	display:none;
}
.article-all-regions{
}
.article-region{
	margin-bottom: 20px;
}
.article-region-name{
	float:left;
	padding-top:5px;
}
.article-region ul li{
	margin: 5px 20px;
	font-size: 16px;
	/*font-weight: bold;*/
}
.article-region ul ul li{
	margin-left: 50px;
	font-size: 14px;
	font-weight:normal;
}
.article-go-top {
	border-radius: 5px 5px 0 0;
	padding: 5px 15px 2px;
	float: right;
	background-color: #003E7E;
	width: auto;
	height: 18px;
	z-index: 10;
}
.article-go-top a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 14px;
}
.article-go-top-line {
	height: 0;
	border-top: 2px solid #003E7E;
	border-bottom: 2px solid #FFDD00;
	clear: both;
	width: 100%;
}
/****************Deputies****************/
.deputy-photo{
	float: left;
	margin: 0 10px 10px 0;
}
.deputy-button{
	margin:1px 10px 1px 0;
	padding:5px;
	border:2px solid #800000;
	color: #800000;
	font-weight:bold;
	float:left;
}
.deputy{
	width:33.3333%;
	float: left;
	height: 300px;
	/*background-color:#ccc;*/
	text-align: center;
	margin-bottom:20px;
}
.deputy img{
	width:40%;
	height: auto;
}


/**************tags************/
.tags{
	margin:20px 10px 0;
}
.tags li{
	display: inline-block;
	margin:5px;
}
.tag-icon{
	float: left;
	margin-right:10px;
}
.tag-category li, 
.category li{
	margin-bottom:10px;
}
.alde-logo{
	height:110px;
	width: auto;
	float:left;
	margin-bottom:5px;
}
.alde-img{
	width: 33.3333%;
	float: left;
}
.alde-img img{
	width:98%;
	margin:5px;
}
/**************Contacts****************/
.contacts{
	text-align:center;
	padding-top:20px;
}
.contacts h3{
	color: #003E7E;
	font-size: 18px;
	font-weight:bold;
}
.contacts h4{
	color: #003E7E;
	font-size: 16px;
	font-weight:bold;
}
.contacts a{
	text-decoration:none;
	color: #003E7E;
}
/********contact form*********/
.custom{
	float:left;
}
.custom-center{
	text-align:center;
}
.custom p, .custom-center p{
	margin: 10px 0;
}
.contact-form {
	width: 100%;
	text-align: center;
}
.contact-form input, .contact-form select, .contact-form textarea {
    width: 300px; 
    box-sizing:content-box;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    background-color:#fff;
    border: 1px solid #003E7E;
    border-radius: 5px;
    margin: 7px 0 20px;
    padding: 2px;
}
.captcha{
	width: 303px;
	margin:7px auto 20px;
	padding:0;
}
.accept-box{
	border: 1px solid #D3D3D3;
	background-color:#F9F9F9;
	border-radius:3px;
	width: 303px;
	margin:7px auto 20px;
	padding:0;
}
.accept-box input {
	width:auto;
 }
.accept-box-left{
	width: 55px;
	margin:20px auto 20px;
	padding:0;
	float:left;
}
.accept-box-right{
	margin:20px auto 20px;
	padding:0;
}
.volunteer-banner{
	width: 100%;
	height: 65px;
	color:#003E7E;
	background-color:#FFDD00;
	border: 2px solid #003E7E;
}
.button-1{
	max-width:60%;
	height:auto;
	margin: auto;
	padding: 10px;
	font-weight:bold;
	text-align:center;
	background-color:#FFDD00;
	border: 1px solid #003E7E;
}
.bordered-box{
	border: 1px solid #000;
	marin: 5px;
	padding: 5px;
}
.support-candidate ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left:25px;
}
.support-candidate ol {
	list-style: decimal;
	list-style-position: inside;
}
.support-candidate li {
	margin-top: 5px;
}
#placeType, #streetType, #building, #appartment {
	width: 90px;
}
#city, #street {
	width: 205px;
}
/*****************Reporting category*******************/
.emblem-grid{
	width: 20%;
	float: left;
	text-align: center;
	margin:10px 0;
}
.emblem-grid a{
	color:#003E7E;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 10px;
	/*word-spacing: 99999px;*/
}
.emblem-grid img{
	max-height: 80px;
	max-width:auto;
}
/****************Regional centers****************/
.regional-centers{
	text-align:center;
}
.regional-centers-column{
	width:33.3333%;
	float: left;
}
.regional-centers-column h4{
	font-weight: bold;
background-color:#009DDC; /*#FFDD00*/
	padding:2px;
	color: #fff;
}
.regional-centers-column p{
	padding 0 5px;
}
.regional-centers-column img{
	height:150px;
	width: auto;
	margin: 5px;
}
#map{
	width: 100%;
}
#regions-intro{
	width: 100%;
	text-align:center;
	margin-top:10px;
	display: none;
}
/*************Video******************************/
.video-wrapper
{
  max-width:600px;
  max-height:auto;
  margin:auto;
}
.video
{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video iframe,  
.video object,  
.video embed 
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/****************Search result*******************/
.result-title{
	margin: 10px 0;
	color: #949494;
}
.result-title a {
	color:#003E7E;
	text-decoration:none;
	font-weight: bold;
}
.small{
	color: #949494;
	margin-bottom: 5px;
}
.result-created{
	margin: 5px 0;
	color: #949494;
}
/*******************Pagination*******************/
.display-limit{
	color: #000;
	font-size:12px;
	/*font-weight: bold;*/
}
.input-mini{
	border: 1px solid #ddd;
	height:25px;
	background-color:#fff;
	border-radius:3px;
}
.counter{
	display:none;
}
.pagenav {
	text-align: right;
}

.pagenav ul {
	display: inline-block;
	display: inline;
	/* IE7 inline-block hack */
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.pagenav li {
	display: inline;
	margin: 0;
	padding: 0;
}

.pagenav a,span.pagenav {
	padding: 0 14px;
	margin: 0;
	text-decoration: none;
	border: 1px solid #ddd;
	/*border-left: 0 solid #ddd;*/
	display: inline-block;
	line-height: 1.9em;
}

.pagenav li:first-child a,.pagination-start span {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-left: solid 1px #ddd;
}

.pagenav li:last-child a,.pagination-end span {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination ul {
	margin: 10px 10px 10px 0;
	padding: 0
}
.pagination ul li a{
	color: #003E7E;
	font-weight: bold;
	font-size:12px;
}

.pagination li {
	display: inline;
}

.pagination a {
	padding: 0 14px;
	line-height: 2em;
	text-decoration: none;
	border: 1px solid #ddd;
	/*border-left: 0 solid #ddd;*/
	display: inline-block;
}

.pagination .active a {
	cursor: default;
}

.pagination span,.pagination span  a:hover {
	cursor: default;
	padding: 0 14px;
	line-height: 2em;
}

.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination span,.pagination span  a:hover {
	color: #999999;
	background-color: #f5f5f5;
}

span.pagenav {
	background: #003E7E;
	color: #fff;
	font-weight: bold;
	font-size:12px;
}

.pagination-start span.pagenav,.pagination-prev  span.pagenav,.pagination-end span.pagenav,.pagination-next span.pagenav
	{
	background-color: #fff;
	color: #949494;
	font-weight: bold;
	font-size:12px;
}
.hasTooltip {
	display: inline-block;
}
.pagenav {
	text-align: right
}

.pagenav ul {
	display: inline-block;
	display: inline;
	/* IE7 inline-block hack */
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.pagenav li {
	display: inline;
	margin: 0;
	padding: 0
}

.pagenav a,span.pagenav {
	padding: 0 14px;
	margin: 0;
	text-decoration: none;
	border: 1px solid #ddd;
	/*border-left: 0 solid #ddd;*/
	display: inline-block;
	line-height: 1.9em;
}

.pagenav li:first-child a,.pagination-start span {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-left: solid 1px #ddd
}

.pagenav li:last-child a,.pagination-end span {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination ul {
	margin: 10px 10px 10px 0;
	padding: 0
}

.pagination li {
	display: inline;
}

.pagination a {
	padding: 0 14px;
	line-height: 2em;
	text-decoration: none;
	border: 1px solid #ddd;
	/*border-left: 0 solid #ddd;*/
	display: inline-block
}

.pagination .active a {
	cursor: default;
}

.pagination span,.pagination span  a:hover {
	cursor: default;
	padding: 0 14px;
	line-height: 2em;
}

.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.pagenav a:link,.pagenav a:visited{
	background-color:#ddd;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dddddd");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: -o-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border-color: #b2b2b2 #b2b2b2 hsl(114, 0%, 62.5%);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
 -webkit-font-smoothing: antialiased;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #095197;
  border: solid 1px #ddd;
}
/****** tooltip ****/
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  /*filter: alpha(opacity=0);*/
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip-inner {
  margin-bottom: 3px;
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #003E7E;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
/**********mobile menu*********/
.mobile_menu li{
	margin:7px 0 7px 20px;
}
.mobile_menu li a{
	font-weight:bold;
	color:#357960;
}
.mobile_menu li a:hover{
	font-weight:bold;
	color:#45A83B;
}
.disabled{
	color:#ccc;
	cursor: default;
}
/*******MEDIA******/

@media (max-width: 1024px)
{
	.wrapped-top-line-content {
		width: 98%;
	}
	
	.wrapped-content {
		width: 98%;
	}
	
	.footer {
		width: 98%;
	}
}
@media (max-width: 1023px)
{
	.menu{
		width:50%;
		display:none;
	}
	/*
	.adaptive-menu ul.mod-menu a, .adaptive-menu ul.mod-list a, .adaptive-menu ul.nav a {
	display:block !important;
	}
	*/
	.language-selector{
		width:25%;
		float:right;
	}
	.book-now{
		width:auto;
		float:right;
	}
	.mod-languages{
		float:right;
		margin-right:20px;
	}
	.adaptive-menu{
		margin: 0 5px 15px 5px;
		border: 1px solid green;
		border-radius: 0 0 15px 15px;
	}

	.adaptive-menu ul li {
      		width:100%;
      		margin:auto;
	} 

	.adaptive-menu ul li a{
      		color:#357960;
	} 

	.mod-menu li {
      		float: left;
      		padding: 0 0 10px 0;
      		position: relative;
      		line-height: 0;
	}

	.mod-menu a {
      		font-weight:bold !important;
      		padding: 0px 17px;
      		color: #fff;
      		text-transform: uppercase;
      		text-align:left;
      		font: 12px/25px Arial, Helvetica;
      		text-decoration: none;
  	}

	.mod-menu li:hover > a {
	  color: #ffdd00;
  	}

	.mod-menu li.current a {
		color: #ffdd00;
		text-decoration: underline;
	}

	.adaptive-menu-icon {
		display:block;
	}
	.footer-menu{
		display:none;
	}
	.footer-contacts{
		width:40%;
	}
	.footer-images {
        width:46%;
    }
}

@media (max-width: 755px)
{
	.pagination-end a, .pagination-start span.pagenav, .pagination-end span.pagenav, a.pagenav {
		display:none;}	
}

@media (max-width: 600px)
{
	.search-box{
		width: 210px;
	}
	.left-column, .central-column
	{
	  	width: 50%;
	  	float: left;
	}
	.left-column-module-wrapper {
		margin:0 5px 0 0;
		padding:0;
	}
	.central-column-module-wrapper{
		margin:0 0 0 5px;
		padding:0;
	}
	.right-column-module-wrapper{
		margin:0;
		padding:0;
	}
	.right-column
	{
		float: left;
		width: 100%;
	}
	.left-and-central-column
	{
	  width: 100%;
	  float: left;
	}
	.component-short{
		width: 100%;
	}
	#imapc{
		display:none !important;
	}
	#regions-intro{
		display: block;
	}
	.emblem-grid{
		width: 25%;
	}
	.article-published-date{
		display:none;
	}
	.article-published-date-alt{
		display:inline-block;
	}
	.pagination-end a, .pagination-start span.pagenav, .pagination-end span.pagenav, a.pagenav {
		display:none;
	}
	.pagination-next a.pagenav, .pagination-prev a.pagenav{
		display:inline-block;
	}
}
@media (max-width: 599px)
{

	.wrapped-top-line-content p{
		display:none;
	}
	.mod-languages{
		float:right;
		margin-right: 0px;
	}

}

@media (max-width: 480px)
{
	.left-column, .central-column
	{
	  	width: 100%;
	}
	.central-column-module-wrapper{
		margin:0;
		padding: 0;
	}
	/*.search-box{
		width: 245px;
		float:none;
		margin:auto;
	}*/
	.emblem-grid{
		width: 50%;
	}
	.category-item-description, .news-category-item-description, .video-category-item-description{
		width: 100%;
	}
	.category-item-intro-image, .news-category-item-intro-image, .video-category-item-intro-image{
		width: 100%;
	}
	.newspaper-category-teaser {
		width:100%;
		margin:auto;
	}
	/*.category-item-description{
		padding-top:10px;
		width:50%;
	}*/
	.regional-centers-column{
		width: 100%;
		float:left;
	}

}

/****************************************/
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/*************************************/






