.afixed{
	position:fixed;
    z-index: 1000;
    top: 0;
    width: 100%!important;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.789);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
	left: auto;
	font-weight: 900;
}


nav.mobile-nav {
  background: #111;
 border-right: 1px solid #000;
  box-shadow: 1px 0 0 #222;
  height: 100%;
}

.mobile-nav ul {
	background: #111;
	border-bottom: 1px solid #222; 
	padding: 0;  
} 

.mobile-nav ul li {
  display: block;
}

.mobile-nav ul li a {
	background: #111;
	border-bottom: 1px solid #000;
	border-top: 1px solid #222;
	box-shadow: inset -5px 0 0 hsla(0, 0%, 0%, .2),inset 0 24px 0 #161616;
	color: #bbb;
	display: block;
	font-size: 1.034em;
	height: 50px;
	line-height: 40px;
	padding: 0 45px;
	text-align: right;
	text-decoration: none;
	text-shadow: 0 -1px 1px hsla(0, 0%, 0%, .5);
	transition: all 300ms;
}

.mobile-nav ul li a:hover,
.mobile-nav ul li a:focus,
.mobile-nav ul li.current a {
  background: #222;
  border-top-color: #3a3a3a;
  box-shadow: 
    inset -5px 0 0 #3a3a3a,
    inset 0 20px 0 #282828
  ;
  color: #ddd;
  outline: 0  ;
  padding: 0 30px;
  transition: all 300ms;
}

.mobile-nav ul li.current a {
  box-shadow:
    inset -5px 0 0 #e00,
    inset 0 20px 0 #282828
  ;
  padding: 0 45px;
}

.mobile-nav ul li a:active {
  background: #333;
  border-top-color: #666;
  box-shadow: 
    inset -5px 0 0 #666,
    inset 0 20px 0 #444
  ;
  color: #fff;
  transition: all 50ms;
}

.mobile-nav ul li:first-child a {
   border-top: none; 
}
.mobile-search-form.search-form {
    padding: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.mobile-search-form.search-form #search_btn{
	text-align: left;
    padding-left: 30px;
}
#menu-close {
    position: absolute;
    top: 1em;
    left: 1em;
    z-index: 3;
}
button.nostyle {
    padding: 0;
    background: none;
    border: none;
    border-radius: 3px;
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 1em;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    -webkit-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#menu-close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 44px;
    content: '\d7';
}




header {
	margin: 0;
    padding: 0;
	display: block;
	background-color: #fff;
}
header .container {
    max-width: 1248px;
    padding: 0;
    width: 100%;
    position: relative;
}
.logo-head {
    display: inline-block;
    font-weight: 700;
    margin: 10px 0;
    padding: 0;
    border: none;
    width: 200px;
    position: relative;
    float: right;
}
.logo-head  img {
    margin: 8px 0 8px 10px;
    float: right;
    display: inline;
    width: 100%;
	padding: 0 25px;
}
.add-adver {
    overflow: hidden;
    padding: 5px 0;
    display: inline;
}
.add-adver .desktop-add {
    float: right;
    margin: 12px 35px;
    text-align: center;
    width: 728px;
    height: 90px;
    border: solid 1px #eee;
}
.top-left-menu {
    display: inline-block;
    float: right;
    padding: 35px 0;
}
ul.list-lleft-menu {
    display: inline-block;
    list-style: none;
    padding: 0;
	margin: 0;
}
li.left-menu-item {
    padding: 0 15px;
    color: #0071b2;
    font-size: 1.125em;
    float: right;
}
#myNavbar {
    background-color: rgba(0,113,178,1);
}
.navbar-default {
    background-image: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
}
.nav-header {
    -webkit-transition: top .4s ease-in-out, bottom .4s ease-in-out;
    -o-transition: top .4s ease-in-out, bottom .4s ease-in-out;
    transition: top .4s ease-in-out, bottom .4s ease-in-out;
}
.navbar {
    margin-bottom: 0;
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: 0;
    border-radius: 0;
	position: relative;
	background-repeat: repeat-x;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-toggle {
    margin: 0;
    border-radius: 3px;
    padding: 9px;
}
.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #0071b2;
}
.navbar-toggle .icon-bar {
    position: relative;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.sidenav-logo-head {
    display: none;
    font-weight: 700;
    margin-top: 12px;
    padding: 0;
    border: none;
    width: 200px;
    position: relative;
}
.sidenav-logo-head  img {
    margin: 7px 0 8px 6px;
    float: right;
    display: inline-block;
    width: 70px;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav {
    margin: 0;
	text-align: right;
}
.nav ul:before, .nav ul:after {
    content: "";
    display: table;
}
.nav>li {
    position: relative;
    display: block;
    text-transform: uppercase;
}
[data-color="red"] .navbar-nav > li.active > a {
    background-color: #be000c;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 25px 10px 25px;
	font-size: 1.152em;
}
.navbar-nav > li > a {
    text-shadow: none;
    color: #FFF;
}
.main-menu .nav>li>a:hover, .nav>li>a:focus{
    color: #fff;
    background-color: rgba(0,113,178,1);
	text-decoration: none;
	outline: none;
}
#nav-below-main {
    width: 100%;
    border-bottom: solid 1px #e3e3e3;
    background-color: rgba(255, 255, 255, .95);
}
.sidenav-header-logo {
    display: none;
    font-weight: 700;
    margin-top: 12px;
    padding: 0;
    border: none;
    width: 200px;
    position: relative;
}
.sidenav-header-logo img {
    margin: 7px 0 8px 6px;
    float: right;
    display: inline-block;
    width: 135px;
}
.adver-section a img{
	width: 100%;
	max-height: 70px;
}
@media only screen and (min-width: 1100px){
#myNavbar {
	height: 48px!important;
}
.main-menu .nav>li>a:hover{
    border-bottom: 4px solid #fff;
}
nav#mobile-nav{
	display: none;
}
.urgent-news.last-box {
    top: 162px;
}
}

@media only screen and (max-width: 1400px)
{
.bottom_{
	display:none;
	}
.header-add-place {
    padding-right: 15px;
}
.header-logo img {
    margin: 8px 0 8px 10px;
    float: right;
    display: inline-block;
}
.header-logo {
    margin-right: 15px;
}
}
@media only screen and (max-width: 900px)
{
.header-logo {
    padding-left: 0;
    text-align: right;
}
}
@media only screen and (max-width: 767px){
	.header-add-place{
		display: none !important;
	}
}
@media (min-width: 768px)
{
	
.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
.navbar-toggle {
    display: none;
}
.navbar-header {
    float: left;
}
}
@media only screen and (max-width: 1201px)
{
.top-left-menu{
	display:none;
}
}
@media only screen and (max-width: 1100px)
{
.urgent-news.last-box{
		top: 70px;
	}
.add-adver{
	display:none;
}
.header-logo a {
    margin: 10px;
}
.navbar-default {
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
}
.navbar-header {
    float: none;
    padding: 0 12px 4px;
	border-bottom: 1px solid #dcdcdc;
}
.navbar-default .navbar-toggle {
    display: block;
    margin-top: 20px;
}
.sidenav-header-logo {
    display: block;
	width: 100%;
}
#myNavbar, .header-add-place .desktop-add, .logo-head {
    display: none !important;
}
}

/********** Social **********/
.social {
	position: absolute;
    top: 5px;
	left: -50;
    float: left;
    margin-left: 7px;
    overflow: hidden;
    height: 90%;
}
/*.social img {
	float: left;
    padding: 1px;
    float: left;
    height: 30px;
}*/

.social_icons li{
	background-image:url(../../images/sprites.png);
	background-repeat:no-repeat;
}
.social_icons .fb {} /*facebook*/
.social_icons .twitter {} /*twitter **********/
.social_icons .yt {} /*youtube*/
.social_icons .feeds {} /*feeds **********/

.social_icons {
	height:0;
	position:absolute;
	width:100%;
	direction:ltr;
    z-index: 10000;
}

.social_icons ul {
	position:fixed;
	top:230px;
    list-style: none;
    left: -20px;
}

.social_icons li {
	width:35px;
	height:38px;
	margin:0 0 5px;
}

.social_icons .fb {
	background-position:0 0;
}

.social_icons .twitter {
	background-position:0 -39px;
}

.social_icons .gplus {
	background-position:-37px -39px;
}

.social_icons .yt {
	background-position:0 -78px;
}

.social_icons .feeds {
	background-position:0 -117px;
}

.social_icons .insta {
	background-position:-37px 0;
}
@media only screen and (max-width: 991px){
.adver-section{
	padding-left: 0;
    margin-bottom: 10px;
	padding-right: 0;
}
.adver-container{
	padding: 0;
	}
}
@media only screen and (min-width: 991px){
	.adver-container{
		padding: 0;
	}
	.adver-section:nth-of-type(2n+1) {
		padding-left: 0;
		padding-right: 0;
	}
	.adver-section:nth-of-type(2n+2) {
		padding-left: 0;
		padding-right: 5px;
	}
}

/*--------- Vote / Poll ----------*/
.poll_content 
{
   padding-top: 55px;
}
.poll_content form
{
   
}
.poll_question
{
    top: 15px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.poll_answers
{
    padding: 5px 20px 5px 20px;
    color: #336699;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}
.poll_answers input
{
    margin: 5px;
}
#poll_form input[type="submit"]
{
    /*float: left;*/
    margin: 10px;
}

.poll_answers label
{
    font-family: Tahoma;
    font-weight: normal;
    color: #000000;
    font-size: 12px;
}
#poll_form .boxlook
{
    padding: 5px 15px;
    background-color: #336699;
    color: #FFFFFF;
    margin: 0 auto;
    margin-bottom: 10px;
}

.show_poll_block
{
    display: block;
    padding: 15px 0 25px 0;
}

.hide_poll_block
{
    display: none;
    border-bottom: solid 1px #336699;
}
/*--------- Vote / Poll ----------*/