*{	-webkit-transition: all 0.3s;-moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
body{
	margin: 0;
	padding: 0;
	background: #eceff6;
	color: #787e85;
	font-size: 14px;
	line-height: 25px;
	font-family: Arial, tahoma;
	width: 100%;
}

div, header, footer, #main, main, aside, article{
	position: relative;
	float: left;
}
header, footer, #main{
	width: 100%; min-width:1000px;
}

.body{
	width: 100%;
}


.template_width{
	width: 1200px;
	margin: 0 auto;
	float: none;
}
.container{
	width: 100%;
}
.letters{
	height: 50px;
	background: #37393e;
	width: 100%;
	z-index: 1005;
}
.languages{
	width: 70px;
	height: 20px;
	padding: 18px;
	padding-top: 12px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	margin-right: 134px;
	cursor: pointer;
}
.languages_popup{
	position: absolute;
	background: #2d2e33;
	width: 100%;
	/*top: -400px;*/
  top:50px;
  display:none;
	z-index: 1000;	
	height: auto;
	display: none;
}
.lang_container{
	width: 960px;
	padding: 40px 20px 40px 20px;
	height: 260px;
}
.lang_container span{
	font-size: 22px;
	color: #fff;
}
.lang_container li{
	list-style: none;
	position: relative;
	float: left;
	display: block;
	width: 25%;
	height: 35px;
}
.lang_container li a{
	color: #9da4ae;
	line-height: 35px;
	text-decoration: none;
}
.lang_show{
	height: auto;
	top: 50px;
}
.languages:hover, .languages_show{
	background: #2d2e33;
}

.languages:before, .socials a:before{
	font-family: 'FontAwesome';
	content: "\f0ac";
	font-size: 16px;
	margin-right: 5px;
	font-weight: normal;
}
.languages:after{
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 10px;
	margin-left: 4px;
}

.letters_search{
	position: relative;
}
.letters_search a{
	color: #9da4ae;
	text-decoration: none;
	font-size: 12px;
	height: 35px;
	background: $fff;
	padding: 5px;
	padding-top: 11px;
	display: block;
	position: relative;
	float: left;
	-webkit-transition: all 0.3s;-moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
}
.letters_search a:hover{
	color: #fff;
	font-size: 20px;
	padding-left: 6px;
	padding-right: 6px;
-webkit-transition: all 0.1s;-moz-transition: all 0.1s; -ms-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s;
}
.socials{
	float: right;
	color: #fff;
	font-size: 14px;
	padding-top: 12px;
}
.socials a, .socials a:before{
	width: 26px;
	height: 26px;
	display: block;
}
.socials a{
	background: #fff;
	border-radius: 2px;	
	position: relative;
	float: right;
	margin: 5px;
	margin-top: 0px;
	text-decoration: none;
}
.socials a:before{
	color: #37393e;
	font-size: 19px;
}
.socials .fb:before {
	content: "\f09a";
	padding-left: 7px;
	padding-top: 2px;
	font-weight: bold;
}
.socials a.fb:hover{
	background: #3c5a98;
}
.socials .vk:before {
	content: "\f189";
	padding-left: 3px;
	padding-top: 1px;
}
.socials .fb{
	margin-left: 10px;	
}
.socials a.vk:hover{
	background: #44678d;
}
.socials a:hover:before{
	color: #fff;
}

.header-inner{
	height: 129px;
}

.logo_container{
	height: 132px;
	width: 272px;
}
.logo_container h1{
	padding: 0;
	margin: 0;
}

.logo_container a{
	text-decoration: none;
}
.logo_container a .common{ display:block}
.logo_container a .mobile{ display:none}
.top_banner_container{
	height: 112px;
	margin-top: 20px;
}
.banner_728x90{
	width: 728px;
	height: 90px;
	background:url(../images/b728x90.jpg);
}
.top_banner_container_2{
	width: 1000px;

}
.banner_250x250{
	width: 250px;
	height: 250px;
	background:url(../images/b250x250.jpg);
}

.logo{
	width: 73px;
	height: 59px;
	background:url(../images/logo.png);
	margin-right: 6px;
}
.brand{
	margin-top: 35px;
  background:url(../images/logo.png) center left no-repeat; padding-left:80px;
}
.site-title {
	font-family: 'Open Sans Bold';
	font-size: 54px;
	color: #5172ac;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
}
.site-title-light{
	font-family: 'Open Sans';
	font-size: 34px;
	text-decoration: none;
	margin-top: 8px;
}
.brand:hover .site-title{
	color: #334c76;
}
.site-desc{
	font-family: 'Open Sans';
	font-size: 17px;
	text-decoration: none;
	color: #75777d;	
	display:inline-block;	
	position: relative;
	float: left;
	margin-top: -8px;
	margin-left: 3px;
}
h1 .site-desc{font-weight:normal}
.logo_container span{
	position: relative;
	float: left;
	display:inline-block;
}
.block_container{
	display:inline-block;
	background: #fff;
	width: 100%;
}
#main{
	margin-top: 20px;
	margin-bottom: 40px;
}
.content_container{
	margin: 30px 40px 30px 40px;
	width: 1120px;
}
aside{
	float: right;
	width: 300px;
}
.banner_300x600{
	width: 300px;
	/* height: 600px;
	background:url(../images/b300x600.jpg); */
}
.count{
	width: 294px;
	height: 71px;
	background: #ff981e;
	margin-top: 40px;
	padding: 3px;
	cursor: pointer;
}
.count:hover{
	background: #d75e00;
}
.count_container{
	border:dotted 1px #fff;
	width: 292px;
	height: 69px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
.count_container b{
	margin-top: 14px;
	width: 100%;
	display: inline-block;
	font-weight: bold;
	font-size: 22px;
}
.bottom_banner{
	margin: 15px 115px;
}
.banner_970x250{
	width: 970px;
	
}
.bottom_tools{
	background: #f3f5f8;
	height: 50px;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
}
.bottom_letters{
	width: 500px;
	height: 50px;
}
.bottom_letters a, .bottom_tools i{
	color: #8a919c;
	padding: 4px;
	display: block;
	float: left;
	position: relative;
}
.bottom_letters a{
	font-weight: bold;
	height: 33px;
	text-decoration: none;
	font-size: 12px;
	padding-top: 13px;
}
.bottom_letters a:hover{
	color: #fff;
	background: #787e85;
}
.bottom_tools i{
	padding-top: 19px;
	margin-right: 10px;
}
.search_area{
	margin-top: 7px;
	float: right;
}
.search_area input, button{
	width: 320px;
	height: 24px;
	border-radius: 3px;
	border: solid 1px #e9ecf1;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: #9da4ae;
	border-right: none;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	display: block;
	position: relative;
	float: right;
}
.search_area button[type="submit"]{
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	width: 24px;
	background: #fff;
	border-right: solid 1px #e9ecf1;
	border-left: none;
	height: 36px;
	cursor: pointer;
}
.search_area button[type="submit"]:hover:before{
	color: #8a919c;
	-webkit-transition: all 0.3s;-moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
}
.search_area button[type="submit"]:before{
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 22px;
	color: #e9ecf1;
	position: absolute;
	right: 14px;
	top: 5px;
	-webkit-transition: all 0.3s;-moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
}
footer{
	background: #37393e;
	height: 50px;
}
#copy, #copy a{
	float: right;
	color: #9da4ae;
	text-decoration: none;
}
#copy a:hover{
	color: #fff;
}
#back-top{
	width: 50px;
	height: 50px;
	border-radius: 3px;
	position: fixed;
	bottom: 10px;
	right: 30px;
	display: none;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.65);
	z-index: 2000;
	display:none;
}
#back-top:hover{
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.80);
}
#back-top:before{
	content: "\f102";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	color: #dedfe0;
	text-decoration: none;
	left: 16px;
	top: 13px;
	position: absolute;
}
.top_tools{
	width: 100%;
}
#tab_buttons, section .tab{
	width: 100%;
	height: 50px;
	z-index: 10;
}
#tab_buttons{
	background: #f3f5f8;
}
#tab_buttons a{
	padding: 13px 30px 12px 30px;
	display: inline-block;
	cursor: pointer;
	color: #8a919c;
	font-weight: bold;
	margin-right: -3px;   float: left;
}
#tab_buttons a:hover, #tab_buttons .selected{
	background: #e9ecf1;
}

#tab_buttons a i:before{
	font-size: 10px;
}
#tab_buttons a i{
	margin-left: 5px;
}
#tab_buttons .search_area{
	margin-right: 8px;
}
div .tab{
	background: #e9ecf1;
	//display: none;
	//opacity: 0;
	position: absolute;
	top: 0px;//50px;
	left: -1200px;
	width: 1200px;
	z-index: 5;
	//height: 5px;
}
div .tab a{
	color: #c4ccd8;
	display: inline-block;
	position: relative;
	float: left;
	height: 37px;
	width: 1px;
	padding-top: 13px;
	text-align: center;
	font-size: 12px;
}

div .tab a.lt{
	width: 33px;
	text-decoration: none;
	color: #9098a3;
}

div .tab a.lt:hover{
	background: #787e85;
	color: #fff;
}
.tab_show{
	//display: block !important;
	top: 50px !important;
	//opacity: 1 !important;
	//height: 50px !important;
}
#content{
	width: 780px;
}
.page-header, .breadcrumbs{
	width: 100%;
}
.page-header h1{
	color: #37393e;
	font-size: 21px;
	font-weight: bold;
	margin-top: -5px;
}
.item{
	width: 269px;
	word-wrap: break-word;
	-moz-hyphens: auto;
	text-align: justify;
	white-space: normal;
	word-break: break-all;
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    display: block;
}
.blog .item:nth-child(2n){	
}
.blog .items-row, .blog-featured .items-row{
	width: 100%;
}
.items-row article {
	border-bottom: solid 1px #ebebeb;
	min-height: 270px;
	margin-bottom: 30px;
}
.column-1{
	margin-right: 40px;
}
.item h2{
	margin: 0 !important;
	padding: 0;

}
.item h2 a{
	color: #5173ac;
	font-size: 17px;
	font-weight:bold;
	text-decoration: none;
	margin: 0 !important;
	padding: 0;
	line-height: auto;
	word-break: break-all;
	display: inline-block;
	width: 165px;
}
.item h2 a:hover{
	color: #37393e;
}
.item p, .item .desc{
	/*width: 165px;*/
	position: relative;
	float: left;
	margin-bottom: 0px;
}
.item .readmore a{
	color: #5173ac;
	font-size: 12px;
	text-decoration: none;
}
.item-image, .img-intro-left{
	width: 104px;
	height: 240px;
}
.moduletable h3{
	display: none;
}
.breadcrumbs, .breadcrumbs .fa-home, .breadcrumbs, .breadcrumbs ul, .breadcrumbs li {
	display: inline-block;
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumbs .fa-home{
	padding-top: 4px;
	padding-right: 3px;
	color: #d0d3d8;
}
.breadcrumbs{
	margin-top: -13px;
	margin-bottom: 40px;
}
.breadcrumbs a{
	text-decoration: none;
	color: #5173ac;
}
.breadcrumbs a:hover, .clearfix .btn:hover{
	color: #274983;
	text-decoration: underline;
}
.breadcrumbs .divider{
	margin-left: 5px;
	margin-right: 5px;
}
.navigation{
	width: 830px;
}
.navigation, .navigation li{
	position: relative;
	float: left;
}
.navigation ul{
	padding: 0;
}
.navigation li{
	list-style: none;
	margin-left: 11px;
	margin-right: 11px;
}
.navigation a{
	color: #fff;
	text-decoration: none;
}
.navigation a:hover{
	color: #5173ac;
}
.bottom_menu{
}
.bottom_menu ul{
	width: 25%;
}
.bottom_menu li{
	list-style: none;
}
.bottom_menu a{
	color: #5173ac;
	font-size: 13px;
	text-decoration: none;
}
.bottom_menu a:hover{
	color: #777;
}
.category-list h1{
	color: #37393e;
	font-size: 21px;
	font-weight: bold;
	width: 370px;
	position: relative;
	float: left;
	margin: 0;
}
.navcount{
	width: 150px;
	height: 30px;
	position: relative;
	float: right;
	display: block;	
}
.navcount a{
	margin-left: 3px;
	margin-right: 3px;
}
.navcount i:before{
	color: #e9ecf1;
}
.cat-items{
	margin-top: 10px;
}
.cat-items, .cat-items table{
	width: 100%;
	border-spacing: 0px;
}
.cat-items thead a{
	color: #37393e;
	text-decoration: none;
	float: left;
	font-weight: normal;
}
.cat-items .list-title a, .navcount a{
	color: #5173ac;
	text-decoration: none;
}
.cat-items .list-title a{
	width: 100%;
	min-height: 27px;
	display: block;
	padding-top: 2px;
}
.cat-items .list-title a:hover, .navcount a:hover{
	color: #787e85;
	text-decoration: underline;
}
.cat-items tbody{
	border: 0;
	border-width: 0px;
	border-style: solid;
	border-spacing:0;
}
.cat-items tbody tr td{
	border-top: solid 1px #ebebeb !important;
	border-left: 0;
	border-bottom: 0px;
	padding: 0;
	margin: 0;	
	border-width: 0px;
	border-style: solid;
	border-spacing:0;
	color: #787E85;
	padding-top: 2px;
}
.cat-items tbody tr, .cat-items tbody a{
}
.cat-items tbody tr:hover{
	background-color: #f3f5f8;
}
.cat-items .list-title{
	width: 290px;
}
.cat-items thead i:before{
	color: #787E85;
}
.pagination{
	margin: 0 auto;
	height: 130px;
	position: relative;
	float: none;
	display: block;	
}
.pagination .pagination-list, .pagination .pagination-list li{
	position: relative;
	float:left;
	display: block;	
}
.pagination .pagination-list{
	margin-left: 70px;
	margin-top: 40px;
  FLOAT: NONE;
  display: inline-block;
  margin: 40px auto;
  text-align: center;
  padding:0;
}
.pagination .pagination-list li{
	width: 33px;
	height: 38px;
	border: solid 1px #ebebeb;
	text-align: center;
	margin-right: -1px;
}
.pagination .pagination-list a{
	color: #8a919c;
	text-decoration: none;
	margin: 0 auto;
	width: 100%;
	height: 31px;
	display: block;
	padding-top: 7px;
	font-size: 12px;
}
.pagination .pagination-list a:hover{
	background-color: #787e85;
	color: #fff;
}
.pagination .counter{
	z-index: 20;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	color: #9da4ae;
	font-size: 12px;
}
fieldset{
	border: 0;
	width: 200px;
	position: absolute;
	display: inline-block;
	top: -40px;
	right: 0px;
}
.icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-size: 9px;
}
.icon-previous:before {
  content: "\f053";
  font-family: FontAwesome;
  font-style: normal;
  font-size: 9px;
}
.icon-last:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-size: 14px;
}
.icon-first:before {
  content: "\f100";
  font-family: FontAwesome;
  font-style: normal;
  font-size: 14px;
}
.pager {
    display:none;
}
.imagecontainer{
	/*width: 100%;
	position: relative;
	float: left;
  
	display: inline-block;*/
  width:auto; float:none; display:block 
}
.imagecontainer .article-index{
	border:dotted 1px #8A919C;
	padding: 30px;
	width: 194px;
	float: right;
	margin-bottom: 35px;
  z-index:200;
}
.imagecontainer .article-index ul{
	margin: 0;
	margin-left: -30px;
	list-style: none;
}
.imagecontainer .article-index ul li:before {
content: "-";
}
.imagecontainer .article-index ul a{
	color: #5173AC;
	font-size: 13px;
	text-decoration: none;
}
.imagecontainer .article-index ul a:hover{
	text-decoration: underline;
	color: #324A71;
}
.item-page h1{
	color: #37393E;
	font-size: 21px;
	margin-top: 0px;
}
#searchForm .inp{ width:430px; padding:0 20px; margin-bottom:10px; border:2px solid #ebebeb; border-right:none; height:41px; color:#9da4ae; font-size:17px; float:left; -webkit-border-top-left-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-bottomleft: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;}
#searchForm .inp_btn{ background:#8a919c;margin-bottom:10px;  border:none; height:45px; width:108px; margin:0; padding:0; float:left; font-size:17px; font-weight:bold; color:#fff;border-radius:0; cursor:pointer;-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;}
#searchForm fieldset{ position:relative; width:100%; font-size:14px; color:#787e85; top:0; padding:0}
#searchForm fieldset div{float:none;}
#searchForm fieldset legend{float:left}
#finder-search .inp{ width:430px; padding:0 20px; margin-bottom:10px; border:2px solid #ebebeb; border-right:none; height:41px; color:#9da4ae; font-size:17px; float:left; -webkit-border-top-left-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-bottomleft: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;}
#finder-search .inp_btn{ background:#8a919c;margin-bottom:10px;  border:none; height:45px; width:108px; margin:0; padding:0; float:left; font-size:17px; font-weight:bold; color:#fff;border-radius:0; cursor:pointer;-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;}
#finder-search fieldset{ position:relative; width:100%; font-size:14px; color:#787e85; top:0; padding:0}
#finder-search fieldset div{float:none;}
#finder-search fieldset legend{float:left}
.lang2{margin-bottom:15px}
a.lang3{ padding:0 10px 0 0px; font-family:Arial, Helvetica, sans-serif; color:#5173ac; font-size:15px; text-decoration:none; background:url(../img/icon-09.png) no-repeat right center;}
a.lang3 span{ background:url(../img/icon-01.png) no-repeat center right; padding:0 0px 0 13px;}
a.lang3 img{ margin-right:8px;}
#show_lang2{ width:500px; background:#fff; display:none; position:absolute; border:1px solid #dfe4ef; top:30px; padding:20px; font-size:22px; font-weight:bold; color:#37393e; z-index:2}
#show_lang2 ul{ margin:0; padding:0;}
#show_lang2 ul li{ display:block; float:left; width:250px; margin-top:15px; font-size:14px; font-weight:normal}
#show_lang2 ul li a{ color:#9da4ae; text-decoration:none; }
#show_lang2 ul li a:hover{ text-decoration:underline;}
#show_lang2 ul li a img{ margin-right:14px;}
.right{ float:right;}
.banner_1000{ width:1000px; margin:0 auto; float:none;}
.block2{ padding-top:35px; border-bottom:1px solid #ebebeb; float:none; clear: both;}
.block2 .for_img{ float:left; width:105px; min-height:120px;}
.block2 .for_img img{ max-width:105px;}
.block2 .txt{ font-size:17px; color:#5173ac; font-weight:bold; float:none;}
.block2 .txt p{ font-size:14px; color:#787e85; font-weight:normal; text-align:justify;}
.block2 .txt a.name{ font-size:17px; color:#5173ac; font-weight:bold; text-decoration:none;}
.block2 .txt a.name:hover{ text-decoration:underline;}
#search-query-explained{ float:none;}

.pagenavcounter{float:none; text-align:center; padding-bottom:15px; clear: both;}
.tooltip{ background-color:#f3f5f8; border:solid 1px #ebebeb; text-align:center; padding:1px 5px; border-radius:5px; font-size:13px;}

@font-face {
  font-family: 'iconFont';
  src: url('fonts/iconFont.eot');
  src: url('fonts/iconFont.eot?#iefix') format('embedded-opentype'), url('fonts/iconFont.woff') format('woff'), url('fonts/iconFont.ttf') format('truetype'), url('fonts/iconFont.svg#iconFont') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-arrow-down-3, .icon-arrow-up-3{
   font-family: 'iconFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  text-decoration: inherit;
  line-height: 1;
  display: inline-block;
  vertical-align: -8%;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
}


.icon-arrow-down-3:before {
  content: "\e1ad";
}
.icon-arrow-up-3:before {
  content: "\e1ae";
}

.pagination .pagination-list li:last-child::after{clear:both}
#cel_1,#cel_2,#cel_3{ float:none;}

article.item-page{width:100%;}

.sclogin{float:right; margin-left:10px; font-size: 12px;}
.sclogin-social-login .pull-left { margin:0;}
.sclogin-social-login a{ margin:0;  margin-top:-10px}
.sclogin-social-login a img, .social-login a img{ display:none}
.sclogin .btn{ margin-top:-3px; font-size:12px;}



#sc_fblogin:before{  
  content: "\f09a";
  padding-left: 7px;
  padding-top: 2px;
  font-weight: bold;}

#sc_vklogin:before {
  content: "\f189";
  padding-left: 3px;
  padding-top: 1px;
}
.socials .vk:before{content:''; padding:0;}
#sc_gologin:before {
    content: "\f0d5";
  padding-left: 5px;
  padding-top: 3px;
}

#sc_fblogin:hover{
	background: #3c5a98;
}

#sc_vklogin:hover{
	background: #44678d;
}
#sc_gologin:hover{
	background: #D44132;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}

.sourcecoast .intro{ padding-top:0;}
#system-message-container{ float:none;}
#jfbc_loginregister_userinfo{float:none;}
#jfbc_loginregister_userinfo fieldset{ position:relative; top:0; padding:0; display:block}

#jfbc_loginregister_userinfo fieldset dd, #jfbc_loginregister_userinfo fieldset dt{ margin:0;}


#jfbc_loginregister_userinfo fieldset .button, #jfbc_loginregister_newuser .button{
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  margin:0;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top,#08c,#0044cc);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
	background-image: -webkit-linear-gradient(top,#08c,#0044cc);
	background-image: -o-linear-gradient(top,#08c,#0044cc);
	background-image: linear-gradient(to bottom,#08c,#0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	*background-color: #0044cc;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  
  
}

#jfbc_loginregister_userinfo fieldset .button:hover, #jfbc_loginregister_newuser .button:hover,
#jfbc_loginregister_userinfo fieldset .button:focus, #jfbc_loginregister_newuser .button:focus,
#jfbc_loginregister_userinfo fieldset .button:active, #jfbc_loginregister_newuser .button:active{
	color: #fff;
	background-color: #0044cc;
	*background-color: #003bb3;
}
#jfbc_loginregister_userinfo fieldset .button:active, #jfbc_loginregister_newuser .button:active {
	background-color: #003399 \9;
}



#jfbc_loginregister_userinfo .social-login a,#jfbc_loginregister_userinfo .social-login a:before{
	width: 26px;
	height: 26px;
	display: block;
  font-family: 'FontAwesome';
}
#jfbc_loginregister_userinfo .social-login a{
	/*background: #fff;*/
	border-radius: 2px;	
	position: relative;
	float: right;
	margin: 5px;
	margin-top: 0px;
	text-decoration: none;
}
#jfbc_loginregister_userinfo .social-login a:before{
	color: #fff;
	font-size: 19px;
}

#jfbc_loginregister_userinfo #sc_fblogin{background: #3c5a98;}
#jfbc_loginregister_userinfo #sc_vklogin{background: #44678d;}
#jfbc_loginregister_userinfo #sc_gologin{background: #D44132;}


#jfbc_loginregister_userinfo  #sc_fblogin:before{  
  content: "\f09a";
  padding-left: 7px;
  padding-top: 2px;
  font-weight: bold;}

#jfbc_loginregister_userinfo  #sc_vklogin:before {
  content: "\f189";
  padding-left: 3px;
  padding-top: 1px;
}

#jfbc_loginregister_userinfo  #sc_gologin:before {
  content: "\f0d5";
  padding-left: 5px;
  padding-top: 3px;
}

/*#sc_fblogin:hover{
	background: #3c5a98;
}

#sc_vklogin:hover{
	background: #44678d;
}
#sc_gologin:hover{
	background: #D44132;
}*/

#system-message{width:100%;}



#jfbc_loginregister_userinfo .inputbox, #jfbc_loginregister_newuser .inputbox {
  font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	display: inline-block;
	height: 18px;
	padding: 4px 6px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
  
  width: 206px;
  background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

.scsocialcomments{width:100%;}
.scsocialcomments .jfbccomments{width:100%}

.searchintro p{ margin:0; padding:0}
dl.search-results{clear:both}
.search h1{color: #37393e;
  font-size: 21px;
  font-weight: bold; margin-top:0px}

ul.art{ float:left; width:260px; margin-top:30px;}
ul.art li{ display:block; margin-bottom:10px;}
ul.art li.titl{ font-weight:bold; color:#37393e; padding-bottom:15px;}
ul.art li a { color:#787e85; text-decoration:none;font-size:13px;}
ul.art li a:hover{ text-decoration:underline;}
ul.art li a.blue{  color:#5173ac; }
.phrases-box .controls{padding-bottom:15px}
.phrases-box .controls label{padding-right:25px}

.categories, .logins{
	width: 70px;
	height: 20px;
	padding: 18px;
	padding-top: 12px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	/*margin-right: 134px;*/
	cursor: pointer;
  	display:none;
  float:left;
}

.categories:hover, .logins:hover,{
	background: #2d2e33;
}


 .logins:after{
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 10px;
	margin-left: 4px;
}


.lang_container li a:hover {
  
  text-decoration: underline;
}

a.ft_menu{display:none;}
a.ft_menu:hover {
 opacity:0.8
}

.pagination .pagination-list li.active{background: #787e85;
  color: #fff;}
.pagination .pagination-list li.active a{ color:#fff}


@media screen and (max-width: 1200px){
   .template_width{
	width: 1000px;
	margin: 0 auto;
	float: none;
	}	
	.content_container{
	margin: 30px 30px 30px 30px;
	width: 940px;
	}
	#content{
	width: 600px;
}
.bottom_banner{
	margin: 15px;
}
div .tab{
	background: #e9ecf1;
	//display: none;
	//opacity: 0;
	position: absolute;
	top: 0px;//50px;
	left: -1000px;
	width: 1000px;
	z-index: 5;
	//height: 5px;
}
  ul.art{ width:200px; /*display:none;*/}

}

.fbCommentContext .composer textarea, .fbFeedbackContent .composer textarea {
  height:80px;
}

.icon-menu{
   font-family: 'iconFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  text-decoration: inherit;
  line-height: 1;
  display: inline-block;
  vertical-align: -8%;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
}
.icon-menu:before {
  content: "\e0a0";
}
.pag_sel a{font-size: 14px;
  color: #5173ac;
  text-decoration: none;
  font-weight: normal; }
.pag_sel a:hover{ text-decoration:underline}
.pag_sel a.active_a{font-size: 14px;
  font-weight: bold;
  color: #787e85;}


.pag_sel span.sep{ color:#eceff6; font-size:14px; padding:0 5px; font-weight:normal}

label.nata{  background: url(../img/icon-06.png) no-repeat center left;
  padding-left: 0px;
  margin-right: -15px;
  text-indent: -99999px;}
.languages{ margin-right:74px;}
.logo_container_m{display:none}
.banner_300x600_m{display:none}
.cat-items fieldset{ width:auto}
.arrow{ display:none}

#contact-form fieldset{ width:520px; position:relative; margin-top:20px; padding:0px;}
#contact-form fieldset .control-group{ float:none;   clear: both;}
#contact-form fieldset .control-label{float:left; width:150px; padding-top:3px;}
#contact-form fieldset .controls{ margin-left:0;}
#contact-form .input-80{ width:295px; max-width:100%;
  height: 24px;
  border-radius: 3px;
  border: solid 1px #e9ecf1;
  color: #9da4ae; 
  padding: 5px 10px 3px;   font-family: Arial, tahoma;
 }
#contact-form textarea.input-80{
  height: auto;   font-family: Arial, tahoma;
  
 }

#contact-form button[type=submit]{background: #8a919c;
  margin-bottom: 10px;
  border: none;
  height: 45px;
  width: 150px;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  -webkit-border-radius: 2px;
 
  -moz-border-radius: 2px;

  border-radius: 2px;
  
    margin-left: 317px;
  margin-top: 20px;
}


#contact-form  .alert .close {
  position: relative;
  top: 2px;
 
  line-height: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
 
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=20);
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
    width: 24px;
  height: auto;
  right: 0;
  left: 0;
  float: none;
  display: inline;
  padding: 0;
}
#contact-form  .alert .close:hover{ opacity:1}

article a{  
  /*color: #65778C;
  color: #324A71;*/
  color: #617D9E;

 text-decoration:underline 
}
article a:hover{ text-decoration:none;}
.footer_blocks {width:100%; display:block}
.footer_blocks .custom{ width:25%; float:left;}

.pag_sel li{font-size: 14px;
  color: #5173ac;
  text-decoration: none;
  font-weight: normal;  display:inline; list-style:none }

.pag_sel li.active_a{font-size: 14px;
  font-weight: bold;
  color: #787e85;}
.pag_sel li.active_a:hover{ text-decoration:none;}

.pag_sel li.sel_page{cursor:pointer;}
.pag_sel li.sel_page:hover{ text-decoration:underline}
.pag_sel li.sep{ color:#eceff6; font-size:14px; padding:0 5px; font-weight:normal;}
.pag_sel ul{ padding:0; margin:0;   cursor: default;}

@media screen and (max-width: 980px){
 header, footer, #main {width: 100%;min-width: 500px;}
 table {overflow-x: auto;display: block;width:100%;}
 table tr td {padding:0 2px;}
  
 .template_width{width: 500px;margin: 0 auto;float: none;}	
 #main_contatiner{max-width: 100%; overflow:hidden;}	
 .item-page div{ max-width:100%;}
  .languages{float:left; margin-right:15px;  padding: 12px 0 18px 9px;}
  .categories{display:block;margin-right:0px;  padding: 0;float: right; 
  /*background: #2d2e33;
  background: url(../img/menu.png) no-repeat center center #37393e;*/
  padding: 13px 13px 18px 17px;
  width: 20px;
  height: 20px;
  /*text-indent: -9999px;*/
  /* margin-top: 7px; */
  cursor: pointer;
  }
  
  
  .logins{display:block;margin-right:15px;  padding: 12px 0px 18px 9px;}
  .lang_container {width: 310px;padding: 20px 5px;height: auto;}
 .lang_container  ul{margin:0; padding:0;}
  .letters .letters_search,  .letters .socials{display:none}
  .sourcecoast .intro{width:100%;}
  
  .logo_container { margin: 0 auto;float: none;}
  
  .top_banner_container.right{float:none;   margin-top: 60px;}
  .top_banner_container{width:320px; margin-top:20px;}
  .top_banner_container img{width:320px; height:40px;}
  
  .banner_1000 {  width: 320px; display:none;}
  .banner_1000 .banneritem{margin:0 auto; float:none;   text-align: center;}
  .banner_1000 .bannergroup{margin:0 auto; float:none;   text-align: center;}
  
  #tab_buttons a {
  padding: 13px 8px 12px 2px;
  margin-right: 0px;
    
}
  #tab_buttons a i {
  margin-left: 2px;
}
  div .tab {
 
  left: -320px;
  width: 320px; 
}
  div .tab a.lt {
  width: 27px;
 
}
  
  #tab_buttons .search_area {
  margin-right: 5px;
  float: none;
}
  .search_area input, button {
  width: 230px;
 
}
  #tab_buttons {
 height:auto;
}
.content_container {
  margin: 30px 5px 30px 5px;
  width: 490px;
}
.breadcrumbs {
  
  margin-bottom: 20px;
}
  #content {
  width: 490px;
}
.cat-items table {
  width: 100%;
  border-spacing: 0px;
  display: block;
  overflow-x: auto;
}
  
  /*.pagination .pagination-list li.hidden-phone {
  width: 0px;
  
}*/
  .pagination .pagination-list li {
  width: 21px;
  
}
  aside {    float: none;
    margin: 10px auto;}
.bottom_banner {margin: 15px 0;width: 320px;}
.bottom_banner img {
  width: 320px;
  height: 100%;
}
.banner_970x250 { width: 320px;}  
  .bottom_letters {width: 280px;}
  
  .bottom_tools { display:none; height: auto;}
  .bottom_letters a {height: auto;padding:2px 4px;}
  .navigation{  width: auto;}
  
a.ft_menu{ display:block; float:left; background:url(../img/menu.png); width:44px; height:34px; margin-top:10px;}
.navigation ul {
  display:none; position:absolute; bottom:40px; width:220px; margin:0 auto; background:#37393e;z-index:1000;
}
.navigation li {
  display: block;
  width: 200px;
  padding: 4px 10px;
  border-top: 1px solid #424242; margin-left:0; margin-right:0;
}
  .category-list h1{width:auto}
  
  .imagecontainer .article-index {
 
  padding: 15px;
  width: 275px;
      margin-bottom: 15px;
  
}
  div .tab {
  z-index:10; display:none;
}
  div.tab_show{display:block;}
  
  #searchForm .inp {
  width: 360px;
  padding: 0 10px;
  
}
  
  .phrases-box .controls label {
  padding-right: 0px;
  width: 100%;
  display: block;
}
 #content img{
  max-width: 310px;
}
  .languages{padding-left:18px; overflow:hidden; width:20px; padding-right: 11px; margin-right:5px}
  .languages:before{
  
  margin-right: 18px;
  
}
  .letters{z-index:2000; position:fixed; top:0;}
  
 .languages_popup{  
   padding: 0px 0 10px 0;
  width: 130px;
  left: 50%;
  margin-left: -160px;
  overflow-y: auto;
  overflow-x: hidden;
  /*max-height: 400px;*/
  height: calc(100% - 50px);
  position: fixed;
  }
  
  .lang_container {
  width: 120px;
  padding: 5px;
  height: auto;
}
  .lang_container span {
  display:none;
}
  .lang_container li {width: 100%;}
  .logo_container{   display: block;
  height: 43px;
  width: 210px;
  position: fixed;
  top: 0px;
  left: 50%;
  margin-left: -100px;
  z-index: 2000;
}
 
.logo_container h1{
	padding: 0;
	margin: 0;
}

.logo_container a{
	text-decoration: none;
}
.logo_container a .common{ display:none}
.logo_container a .mobile{ display:block}
.brand {
  margin-top: 0px;
  padding-left: 40px;
  background-size: 36px 30px;
      display: block;
  height: 43px;
}
  
.site-title { font-size: 34px;}
  .site-title-light {font-size: 24px; margin-top:4px;}
.site-desc {font-size: 14px; margin-top:-15px}
  .logins{display:none}
  .categories_popup .template_width{ width:210px}
  
 .categories_popup {
    padding: 10px 5px 0px 5px;
    width: 200px;
    right: 50%;
    margin-right: -250px;
    left: auto;
    margin-left: auto;
    height: auto;
}
  .languages_popup .letters_search{display:block}
  .categories_popup .search_area {
  margin-top: 0px;
  float: none;
      width: 200px;
}
  .categories_popup  .search_area input {
   width: 145px;
  padding: 5px;
}
 

.tabs{ width:210px; margin:0px -5px;}


ul.tabNavigation {
list-style: none;
margin: 0;
padding: 0;
float:left; width:210px; text-align:center;
      -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
 transition:none;
}

ul.tabNavigation li {
display: block;
  border-bottom: 1px solid #3D3D3D;
    position: relative;
  z-index: 5;
      -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
 transition:none;
  

}

ul.tabNavigation li a {
  font-size: 14px;
  padding: 10px 5px;
  display: block;
  color: #8a919c;
  text-decoration: none;
    -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
 transition:none;
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a.selected:hover {
background: none;
color: #5173ac;
border-right:1px solid #2d2e33; margin-right:-1px;
}

ul.tabNavigation li a:hover {
text-decoration:underline;

}

ul.tabNavigation li a:focus {
outline: 0;
}

.tabs .tab_s {
 float:left; width:65px; text-align:center; border-left: 1px solid #3D3D3D; padding-bottom:10px;   min-height: 130px;

}

.tabs .tab_s  a{ font-size:12px;
  float: left;
  color: #5173ac;
  text-decoration: none;
    margin: 0px 4px;
  width: 24px;
  text-align: center;
}



.tabs .tab_s  a:hover{ text-decoration:none; color:#fff;}
.tabs  #last.tab_s a{ text-decoration:none;color:#9da4ae;}
.tabs  #last.tab_s a:hover{ text-decoration:none;color:#9da4ae;}



  /*.logo_container{ display:none;}*/
  .top_tools { display:none;}
  #main {margin-top: 0px;}
  .top_banner_container {height: auto;}
  .count{display:none;}
  .categories:before{
    font-family: 'FontAwesome';
	content: "\f00b";
	font-size: 16px;
	margin-right: 5px;
	font-weight: normal;}
  .cat-items tbody tr td {padding:2px 2px 0 2px}
  .banner_300x600_m{ /*display:block;*/ float:none; margin-left:5px;}
  .banner_300x600{/*display:none;*/}
  .cat-items fieldset { padding:0; margin:0; top:-5px;}
 
  #adminForm table.category{margin-top:30px}
  .pag_sel span.sep {padding: 0 3px;}
  .arrow {
	 display:block;
  width: 220px;
  position: fixed;
  width: 110px;
  background: url(../images/arrow1.png) #2d2e33 no-repeat center top;
  height: 10px;
  opacity: 0.6;
  bottom: 0;
  left: 50%;
  margin-left: -160px;
}
  
  .banner_970x250{ height:85px;}

 #contact-form fieldset{ width:100%; position:relative}
  #contact-form fieldset .control-group{ float:none;   clear: both;}
  #contact-form fieldset .control-label{float:none; }
  #contact-form fieldset .controls{margin-left:0; float:none}
  #contact-form .input-80 {
    width: 285px;}
 #contact-form  #recaptcha_widget_div{ margin-left:-5px;}
  #contact-form button[type=submit]{   margin-left: 0px;}
  .footer_blocks{ display:none}
  .pag_sel li.sep{padding:0 1px;}
  
}




.binside2 { width: 320px; height: 100px; margin-left: -5px;}
@media(min-width: 500px) { .binside2 { width: 468px; height: 60px; margin-left: 0px;} }
@media(min-width: 800px) { .binside2 { width: 728px; height: 90px; margin-left: 0px;} }

#blefttt1{width: 300px;}
#binside1{width: 300px;}
#matched1{width: 780px; height: auto; margin-left: -5px; margin-bottom: 20px; margin-top: 10px;}

@media screen and (min-width: 981px)
{
#btop1{width: 728px;}
#bbottom1{width: 970px;}


.smartad_header{
width: 100% !important;
background: #37393e !important;
display: flex !important;
}
  
.smartad_footer{
width: 100% !important;
background: #37393e !important;
display: flex !important;
}
  
}


.text_blur{ width:100%;}
.text_blur>*:not(.scsocialcomments):not(.scsocialbuttons)  {
  filter: blur(5px);
    -webkit-filter: blur(5px); 


  z-index:2; 
/*filter: url(blur.svg#blur);*/
  filter: progid:DXImageTransform.Microsoft.Blur(MakeShadow='true', PixelRadius='5',ShadowOpacity='0.5');
 
  
}

.text-blur-ie, .text-blur-ie>*,  .text-blur-ie a{
	
  text-shadow:0px 0px 7px rgb(0,0,0);
    color: rgba(218, 218, 218, 0.3) !important;
    opacity: 0.7;
  -moz-user-select: -moz-none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
 
}

.text-blur-ie *::selection { background: #fff; rgba(218, 218, 218, 0.3) !important }
.text-blur-ie *::-moz-selection { background: #fff; rgba(218, 218, 218, 0.3) !important}


.fixed-wrapper {
  width: 340px;
  position: absolute;
  top: 70px;
   left: 50%;
  margin-left: -170px;
}
.alert_blur {/*position: fixed;*/ background:#fff; width:340px !important; height:20px; color:#8a919c; border:solid 1px #c0c5d0; /*margin:-50px 0 0 -170px;  top: 50%; left: 50%;*/ z-index:10; text-align: center; padding:40px 0 40px 0; line-height:20px;   font-size: 21px;
  font-weight: bold;}



@media print {
    body.body-blur { display:none }
  }

.article-index{ float:none !important;}
.article-index ul{ margin:0; padding:0}
.article-index ul li{    padding: 4px 5px;
   
    float: left;
    
    list-style: none;
   max-width: 230px;
   
}
.article-index ul li a{ color:#fff; text-decoration:none; padding: 0px 5px;
    background-color: #5172ac; display:inline-block; width:100%;
    height: 50px; border-radius: 5px;
  text-align:center; margin:5px 10px 5px 0; display: table-cell; vertical-align:middle;
  line-height:1.2;
    color: #fff;}
.article-index ul li a.active{ background-color: #c1bfbf; color:#e8e8e8;}


.blog-featured h1{ font-size:28px; color:#5172ac; margin:0; padding:0; font-weight:normal}

.index_table{width:100%; margin-top:20px; margin-bottom:20px;}
.index_table .title{font-size:18px; padding:20px 35px 20px 0; color:#9b9b9b}
.index_table .lett{font-size:18px; padding:20px 0; color:#5172ac; /*text-align:right*/}
.index_table .lett a{ color:#5172ac; text-decoration:none; text-transform:uppercase; }
.index_table .lett a:hover{ text-decoration:underline;}
.index_table .lett span:after{content:"|"; color:#eeeeee; font-size:18px; padding:4px 3px; }
.index_table .lett span:last-child:after{content:""}
.index_t{ font-size:20px; color:#5172ac; margin:0; padding:20px 0; font-weight:normal}
.index_s{ background:#f2f2f2; width:100%;}
.index_s input{color: #9da4ae; background-color:transparent;border:none; padding-left: 10px; height:54px; width:90%; float:left;
    padding-right: 10px;
    color: #9da4ae;}
.index_s button{width:50px; height:54px; float:right; border:none; background:url(../images/search.png); cursor:pointer}

@media screen and (max-width: 1200px){
  .index_table .title{font-size:16px; padding-right:10px }
.index_table .lett{font-size:15px;}
.index_table .lett span:after{font-size:16px; padding: 3px 2px; }

.index_s input{width:88%;}
}

.nav_table { width:100%}
.nav_table tr td a{ color:#fff; text-decoration:none; padding: 0px 5px;
    background-color: #5172ac; display:inline-block; width:100%;
    height: 50px; border-radius: 5px;
  text-align:center; margin:5px 5px 5px 0; display: table-cell; vertical-align:middle;
  line-height:1.2;
    color: #fff; max-width: 300px;}
.nav_table tr td a.active{ background-color: #c1bfbf; color:#e8e8e8;}

@media screen and (max-width: 980px){
	#btop1{width: 500px;}
#bbottom1{width: 500px;}
#matched1{width: 500px; height: auto;}
  .smartad_header{display: none !important;}
  .smartad_footer{display: none !important;}
  .smartad_overlay{display: none !important;}
	  .fixed-wrapper {
     width: 400px;
    left: 50px;
    margin-left: 0;
 
}
.alert_blur {width:490px !important; }
.article-index ul li a{ width: 490px;}
.index_table .lett{text-align: center; 
    padding-left: 20px;}
.index_table .lett a{ display:inline-block }
  .index_table .lett span:after{font-size:16px; padding:3px 4px 3px 4px; }
.index_s input {
    width: 75%;
}
  .article-index ul li {
    
    max-width: 490px;
}
  .nav_table tr td{display:block}
  .nav_table tr td a{ width:490px}
  .smartad_header>div{ min-width:500px !important;}
}

.article_no_img img{ display:none}
article table td{ padding:5px 10px 10px 0;}

article  p{  margin:1em 0 !important;}
article table td p{ padding:0; margin:0 !important;}



@media screen and (max-width: 500px){
 header, footer, #main {width: 100%;min-width: 320px;}
 table {overflow-x: auto;display: block;width:100%;}
 table tr td {padding:0 2px;}
  
 .template_width{width: 320px;margin: 0 auto;float: none;}	
 #main_contatiner{max-width: 100%; overflow:hidden;}	
 .item-page div{ max-width:100%;}
  .languages{float:left; margin-right:15px;  padding: 12px 0 18px 9px;}
  .categories{display:block;margin-right:0px;  padding: 0;float: right; 
  /*background: #2d2e33;
  background: url(../img/menu.png) no-repeat center center #37393e;*/
  padding: 13px 13px 18px 17px;
  width: 20px;
  height: 20px;
  /*text-indent: -9999px;*/
  /* margin-top: 7px; */
  cursor: pointer;
  }
  
  
  .logins{display:block;margin-right:15px;  padding: 12px 0px 18px 9px;}
  .lang_container {width: 310px;padding: 20px 5px;height: auto;}
 .lang_container  ul{margin:0; padding:0;}
  .letters .letters_search,  .letters .socials{display:none}
  .sourcecoast .intro{width:100%;}
  
  .logo_container { margin: 0 auto;float: none;}
  
  .top_banner_container.right{float:none;   margin-top: 60px;}
  .top_banner_container{width:320px; margin-top:20px;}
  .top_banner_container img{width:320px; height:40px;}
  
  .banner_1000 {  width: 320px; display:none;}
  .banner_1000 .banneritem{margin:0 auto; float:none;   text-align: center;}
  .banner_1000 .bannergroup{margin:0 auto; float:none;   text-align: center;}
  
  #tab_buttons a {
  padding: 13px 8px 12px 2px;
  margin-right: 0px;
    
}
  #tab_buttons a i {
  margin-left: 2px;
}
  div .tab {
 
  left: -320px;
  width: 320px; 
}
  div .tab a.lt {
  width: 27px;
 
}
  
  #tab_buttons .search_area {
  margin-right: 5px;
  float: none;
}
  .search_area input, button {
  width: 230px;
 
}
  #tab_buttons {
 height:auto;
}
.content_container {
  margin: 30px 5px 30px 5px;
  width: 310px;
}
.breadcrumbs {
  
  margin-bottom: 20px;
}
  #content {
  width: 310px;
}
.cat-items table {
  width: 100%;
  border-spacing: 0px;
  display: block;
  overflow-x: auto;
}
  
  /*.pagination .pagination-list li.hidden-phone {
  width: 0px;
  
}*/
  .pagination .pagination-list li {
  width: 21px;
  
}
  aside {margin-right: 5px;}
.bottom_banner {margin: 15px 0;width: 320px;}
.bottom_banner img {
  width: 320px;
  height: 100%;
}
.banner_970x250 { width: 320px;}  
  .bottom_letters {width: 280px;}
  
  .bottom_tools { display:none; height: auto;}
  .bottom_letters a {height: auto;padding:2px 4px;}
  .navigation{  width: auto;}
  
a.ft_menu{ display:block; float:left; background:url(../img/menu.png); width:44px; height:34px; margin-top:10px;}
.navigation ul {
  display:none; position:absolute; bottom:40px; width:220px; margin:0 auto; background:#37393e;z-index:1000;
}
.navigation li {
  display: block;
  width: 200px;
  padding: 4px 10px;
  border-top: 1px solid #424242; margin-left:0; margin-right:0;
}
  .category-list h1{width:auto}
  
  .imagecontainer .article-index {
 
  padding: 15px;
  width: 275px;
      margin-bottom: 15px;
  
}
  div .tab {
  z-index:10; display:none;
}
  div.tab_show{display:block;}
  
  #searchForm .inp {
  width: 180px;
  padding: 0 10px;
  
}
  
  .phrases-box .controls label {
  padding-right: 0px;
  width: 100%;
  display: block;
}
 #content img{
  max-width: 310px;
}
  .languages{padding-left:18px; overflow:hidden; width:20px; padding-right: 11px; margin-right:5px}
  .languages:before{
  
  margin-right: 18px;
  
}
  .letters{z-index:2000; position:fixed}
  
 .languages_popup{  
   padding: 0px 0 10px 0;
  width: 130px;
  left: 50%;
  margin-left: -160px;
  overflow-y: auto;
  overflow-x: hidden;
  /*max-height: 400px;*/
  height: calc(100% - 50px);
  position: fixed;
  }
  
  .lang_container {
  width: 120px;
  padding: 5px;
  height: auto;
}
  .lang_container span {
  display:none;
}
  .lang_container li {width: 100%;}
  .logo_container{   display: block;
  height: 43px;
  width: 210px;
  position: fixed;
  top: 0px;
  left: 50%;
  margin-left: -100px;
  z-index: 2000;
}
 
.logo_container h1{
	padding: 0;
	margin: 0;
}

.logo_container a{
	text-decoration: none;
}
.logo_container a .common{ display:none}
.logo_container a .mobile{ display:block}
.brand {
  margin-top: 0px;
  padding-left: 40px;
  background-size: 36px 30px;
      display: block;
  height: 43px;
}
  
.site-title { font-size: 34px;}
  .site-title-light {font-size: 24px; margin-top:4px;}
.site-desc {font-size: 14px; margin-top:-15px}
  .logins{display:none}
  .categories_popup .template_width{ width:210px}
  
  .categories_popup{
    padding: 10px 5px 0px 5px;
  width: 200px;
  right: 50%;
  margin-right: -160px;
  left: auto;
  margin-left: auto; height: auto;}
  .languages_popup .letters_search{display:block}
  .categories_popup .search_area {
  margin-top: 0px;
  float: none;
      width: 200px;
}
  .categories_popup  .search_area input {
   width: 145px;
  padding: 5px;
}
 

.tabs{ width:210px; margin:0px -5px;}


ul.tabNavigation {
list-style: none;
margin: 0;
padding: 0;
float:left; width:210px; text-align:center;
      -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
 transition:none;
}

ul.tabNavigation li {
display: block;
  border-bottom: 1px solid #3D3D3D;
    position: relative;
  z-index: 5;
      -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
 transition:none;
  

}

ul.tabNavigation li a {
  font-size: 14px;
  padding: 10px 5px;
  display: block;
  color: #8a919c;
  text-decoration: none;
    -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
 transition:none;
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a.selected:hover {
background: none;
color: #5173ac;
border-right:1px solid #2d2e33; margin-right:-1px;
}

ul.tabNavigation li a:hover {
text-decoration:underline;

}

ul.tabNavigation li a:focus {
outline: 0;
}

.tabs .tab_s {
 float:left; width:65px; text-align:center; border-left: 1px solid #3D3D3D; padding-bottom:10px;   min-height: 130px;

}

.tabs .tab_s  a{ font-size:12px;
  float: left;
  color: #5173ac;
  text-decoration: none;
    margin: 0px 4px;
  width: 24px;
  text-align: center;
}



.tabs .tab_s  a:hover{ text-decoration:none; color:#fff;}
.tabs  #last.tab_s a{ text-decoration:none;color:#9da4ae;}
.tabs  #last.tab_s a:hover{ text-decoration:none;color:#9da4ae;}



  /*.logo_container{ display:none;}*/
  .top_tools { display:none;}
  #main {margin-top: 0px;}
  .top_banner_container {height: auto;}
  .count{display:none;}
  .categories:before{
    font-family: 'FontAwesome';
	content: "\f00b";
	font-size: 16px;
	margin-right: 5px;
	font-weight: normal;}
  .cat-items tbody tr td {padding:2px 2px 0 2px}
  .banner_300x600_m{ /*display:block;*/ float:none; margin-left:5px;}
  .banner_300x600{/*display:none;*/}
  .cat-items fieldset { padding:0; margin:0; top:-5px;}
 
  #adminForm table.category{margin-top:30px}
  .pag_sel span.sep {padding: 0 3px;}
  .arrow {
	 display:block;
  width: 220px;
  position: fixed;
  width: 110px;
  background: url(../images/arrow1.png) #2d2e33 no-repeat center top;
  height: 10px;
  opacity: 0.6;
  bottom: 0;
  left: 50%;
  margin-left: -160px;
}
  
  .banner_970x250{ height:85px;}

 #contact-form fieldset{ width:100%; position:relative}
  #contact-form fieldset .control-group{ float:none;   clear: both;}
  #contact-form fieldset .control-label{float:none; }
  #contact-form fieldset .controls{margin-left:0; float:none}
  #contact-form .input-80 {
    width: 285px;}
 #contact-form  #recaptcha_widget_div{ margin-left:-5px;}
  #contact-form button[type=submit]{   margin-left: 0px;}
  .footer_blocks{ display:none}
  .pag_sel li.sep{padding:0 1px;}	
	
	
	
#btop1{width: 320px;}
#bbottom1{width: 320px;}
#matched1{width: 320px; height: auto;}
  .smartad_header{display: none;}
  .smartad_footer{display: none;}
  .smartad_overlay{display: none;}
	  .fixed-wrapper {
  width: 300px;left: 4px;
 
}
.alert_blur {width:300px !important; }
	 .article-index ul li a{ width: 300px;}
  .index_table .lett{text-align: center; 
    padding-left: 20px;}
.index_table .lett a{ display:inline-block }
  .index_table .lett span:after{font-size:16px; padding:3px 4px 3px 4px; }
.index_s input {
    width: 75%;
}
  .article-index ul li {
    
    max-width: 300px;
}
  .nav_table tr td{display:block}
  .nav_table tr td a{ width:300px}
  .smartad_header>div{ min-width:320px !important;}
}