/*
 * Theme Name: Basic DeLux
 * Description: Тема WordPress от Дмитрия Новосёлова
 * Theme URI: https://vk.com/novoselof
 * Author: Дмитрий Новосёлов
 */
 /* basic */

@media screen and (max-width: 940px) {
.sub_form fieldset {
	padding-left: 0px;
	margin-left: 0px;
}
.sub_form input[type="text"] {
	border: 1px solid #DBDBDB;
	width: 375px;
	padding: 8px 18px;
	color: #4b4b4b;
	font-size: 15px;
	font-family: "GothamProRegular";
	display: block;
	margin-bottom: 15px;
}
.sub_form input[type="submit"] {
	font-size: 14px;
	font-family: "GothamProRegular";
	color: #fff;
	background-color: #347DF6;
	border: 1px solid #347DF6;
	padding: 9px 18px;
	cursor: pointer;
}
.spanlink {
	cursor: pointer;
}
.spanlink:hover {
	text-decoration: underline;
}
html, body {
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    font-family: "GothamProMedium";
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.wrapper {
    min-width: 320px;
}
.clear {
	clear: both;
}
#subscribe-reloaded {
	margin-left: 0px;
	width: auto;
}

/* header*/
#header {
    border-bottom: 1px solid #DBDBDB;
}


#mobile-menu {
    margin: 0px auto;
    float: leftt;
    line-height: 35px;
    margin-top: 20px;
}
.logo {
    width: 200px;
    height: 60px;
    margin: 0px auto;
    text-align: center;
}
#logo {
	margin: 0;
	font-size: 21px;
	color: #327CF6 !important;
	font-family: "GothamProMedium";
	font-weight: bold;
	text-decoration: none;
}

.sitetitle {
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 35px;
}
.sitedescription {
    color: #3E3E3E;
    font-family: "GothamProRegular";
    font-size: 13px;
    margin: 0px;
    margin-top: 5px;
}
.topnav {
    margin: 0px auto;
    padding: 12.5px 0px;
    line-height: 35px;
    display: table;
}
.top-menu {
    background-color: #fff !important;
}
.top-menu li {
    display: inline-block;
    position: relative;
}
.top-menu li a {
    display: inline-block;
    text-transform: uppercase;
	font-family: "GothamProMedium";
	color: #3E3E3E;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 20px;
	white-space: nowrap;
}
.top-menu li:last-of-type a {
	background-color: #327CF6;
	color: #fff;
}
.top-menu li a:hover {
	color: #327CF6;
}
.top-hover-border {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    top: 2px;
    width: 40px;
}
.top-menu li:hover .top-hover-border {
    border-top: 2px solid #327CF6;
}
.top-menu li:last-of-type a:hover {
    color: #fff;
}
.top-menu li span {
    display: inline-block;
    text-transform: uppercase;
	font-family: "GothamProMedium";
	color: #3E3E3E;
	text-decoration: none;
	font-size: 13px;
	padding: 0px 20px;
}
#mobile-menu li {
	display: block;
	text-align: center;
	height: 55px;
}
#mobile-menu a {
	display: inline;
	padding: 12px 25px;
	line-height: 55px;
}
#mobile-menu li:hover .top-hover-border {
    border: none;
}
.menu_btn {
	margin: 0px auto;
	width: 55px;
	cursor: pointer;
	margin-top: 24px;
}
/* banner */
.banner {
	background-image: url("/wp-content/themes/theme/img/banner.png");
	height: 330px;
	padding-left: 293px;
	padding-right: 25px;
}
.banner-header {
	color: #fff;
	font-size: 38px;
	margin-bottom: 20px;
	padding-top: 58px;
}
.banner-description {
	color: #BEDDDE;
	margin-bottom: 25px;
	font-size: 30px;
	font-family: "GothamProRegular";
}
.banner-btn a {
	color: #327CF6 !important;
	background-color: #fff;
	text-decoration: none;
	padding: 16px 22px;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	border: 1px solid #fff;
}
.banner-btn a:hover {
	color: #3E3E3E !important;
}
.banner-btn a:active {
	color: #fff !important;
	background: none;
}
.alt_banner {
	background: #347DF6;
	padding: 0px 15px 25px 15px;
	height: auto;
}
.alt_banner .banner-header {
	text-align: center;
}
.alt_banner .banner-description {
	font-size: 23px;
	text-align: center;
}
.alt_banner .banner-btn {
	text-align: center;
}

/* content*/
#content {
	width: 100%;
}
.whole_cont {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 100px;
}
#sidebar {
	width: 290px;
	margin: 0px auto;
	margin-top: 40px;
}
#search-2 {
	display: none;
}
.widget_categories {
	margin-top: 50px;
}
.widget_categories .cat-item {
	color: #4B4B4B;
	font-size: 15px;
	font-family: "GothamProRegular";
	border-top: 1px solid #DBDBDB;
	height: 56px;
}
.widget_categories .cat-item:last-of-type {
	border-bottom: 1px solid #DBDBDB;
}
.widget_categories .current-cat {
	line-height: 46.8px;
}
.widget_categories .current-cat span {
	line-height: normal;
}
.widget_categories .cat-item a {
	color: #4B4B4B !important;
	text-decoration: none;
	font-size: 14px;
	font-family: "GothamProRegular";
	display: inline;
	line-height: 56px;
}
.widget_categories .cat-item span {
	float: right;
	padding-top: 19px;
	color: #A7A7A7;
}
.wtitle {
	font-size: 22px;
	color: #3E3E3E;
}
.post {
	margin-top: 40px;
	padding: 0px 15px;
}
.post .img img {
	width: 100%;
	height: auto;
}
.post > h2 a {
	color: #3E3E3E !important;
	text-decoration: none;
}
.similar-posts {
	margin-top: 40px;
}
.similar-posts h3 {
	font-size: 22px;
	color: #3e3e3e;
	margin: 0px;
	margin-top: 15px;
	font-weight: normal;
}
.similar-posts a {
	text-decoration: none;
	border-bottom: 1px solid #D8E3FD;
	color: #347df6 !important;
	font-family: "GothamProRegular";
	margin-bottom: 8px;
	padding-top: 11px;
	display: inline-block;
}
.alt-post-data {
	margin-bottom: 15px;
}
.post-data {
	margin-top: 15px;
}
.author > span {
	color: #A7A7A7;
	font-family: "GothamProRegular";
	font-size: 15px;
}
.date_published {
	font-size: 13px;
	display: none;
}
.author {
	float: left;
}
.post-views {
	color: #A7A7A7;
	float: right;
	font-family: "GothamProRegular";
}
.post-views span {
	display: inline-block;
	font-size: 13px;
}
.post-views img {
	display: inline-block;
	vertical-align: middle;
}
.entry-box {
	color: #4b4b4b;
	font-size: 14px;
	font-family: "GothamProRegular";
	margin-top: 36px;
	margin-bottom: 25px;
}
.more-link-box a {
	background: none;
	color: #4C8AF7;
	text-decoration: none;
	font-family: "GothamProRegular";
}
.more-link-box a span {
	border-bottom: 1px solid #DBE5FD;
	margin-right: 10px;
}
.post-ratings {
	float: left;
	width: auto;
	padding-top: 5px;
	margin-bottom: 20px;
}
.post-ratings > span {
	color: #a7a7a7;
	font-family: "GothamProRegular";
	font-size: 13px;
	display: inline-block;
	vertical-align: text-top;
}
.fb_wrapper {
	float: none;
	padding-top: 15px;
}
.gplus_wrapper {
	float: none;
	padding-top: 15px;
}
.tweet_wrapper {
	float: none;
	padding-top: 15px;
}
.vk_wrapper {
	padding-top: 15px;
	float: none;
}
.vk_wrapper_2 {
	float: none;
	padding-top: 15px;
}
.vk_like {
	float: none;
}
.banner_4 {
	margin-top: 25px;
	padding: 0px 15px;
}

/* SEARCH */
.widget_search > form {
	border: 1px solid #DBDBDB;
	padding-right: 5px;
	margin-bottom: 40px;
}
.widget_search input[type="text"] {
	border: none;
	width: 89%;
	padding: 10px 0px 10px 17px;
	font-size: 14px;
	font-family: "GothamProRegular";
}
.widget_search input[type="submit"] {
	border: none;
	background: url("/wp-content/themes/theme/img/search.png") no-repeat;
	width: 21px;
	height: 21px;
	padding: 0;
	background-position: center;
	cursor: pointer;
	color: #000;
	font-family: "GothamProRegular";
}
.widget_search input[type="submit"]:hover {
	background: url("/wp-content/themes/theme/img/active_search.png") no-repeat;
	background-position: center;
}
.widget_search input[type="submit"]:active {
	background: url("/wp-content/themes/theme/img/active_search.png") no-repeat;
	background-position: center;
}
::-webkit-input-placeholder {color:#B0B0B0; font-family: "GothamProRegular";}
::-moz-placeholder          {color:#B0B0B0; font-family: "GothamProRegular";}/* Firefox 19+ */
:-moz-placeholder           {color:#B0B0B0; font-family: "GothamProRegular";}/* Firefox 18- */
:-ms-input-placeholder      {color:#B0B0B0; font-family: "GothamProRegular";}
.screen-reader-text {
	display: none;
}
.pagination {
	margin-top: 55px;
	padding: 0px 15px;
}
.page-numbers {
	color: #a7a7a7;
	background: none !important;
	text-decoration: none;
	font-size: 15px;
	font-family: "GothamProRegular";
	padding: 3px 13px;
	display: inline-block;
}
.pagination .current {
	color: #347DF6 !important;
}
.page-numbers:active {
	color: #347DF6;
}
.page-numbers:hover {
	color: #347DF6;
}
.prev {
	display: none;
}
.next {
	color: #347DF6;
}
.next span {
	border-bottom: 1px solid #D8E3FD;
}
.page-select {
	display: none;
	margin: 0px;
	float: right;
}
.pagi_wrapper {
	float: left;
	line-height: 27px;
}
.page-select input[type="text"] {
	border: 1px solid #DBDBDB;
	padding: 5px 5px;
	width: 33px;
	height: 33px;
	color: #3E3E3E;
	text-align: center;
}
.page-select input[type="submit"] {
	background: none;
	border: none;
	border-bottom: 1px solid #D8E3FD;
	padding: 0px;
	margin-left: 7px;
	font-size: 15px;
	cursor: pointer;
	padding-top: 4px;
}
.rating-title {
	font-size: 22px;
	color: #3e3e3e;
	margin-top: 40px;
	margin-bottom: 5px;
}
.entry {
	margin-bottom: 35px;
	font-size: 14px;
	font-family: "GothamProRegular";
	color: #4b4b4b;
}
.entry p {
	line-height: 28px;
}
.entry a {
	font-family: "GothamProMedium";
	color: #347df6 !important;
}
.post h1 {
	margin: 0px;
	font-size: 34px;
	font-family: "GothamProMedium";
	line-height: 38px;
	font-weight: normal;
}
.kama_breadcrumbs {
	font-size: 12px;
	font-family: "GothamProRegular";
	line-height: 38px;
}
.kama_breadcrumbs a {
	text-decoration: none;
	color: #a7a7a7 !important;
}
.kb_title {
	border-bottom: 1px solid #DADADA;
	color: #3e3e3e;
}
#contactsForm {
	font-size: 14px;
	font-family: "GothamProRegular";
}
#contactsForm input[type="text"], input[type="email"] {
	border: 1px solid #DBDBDB;
	padding: 8px 19px;
	width: 100%;
	margin: 8px 0px;
}
#contactsForm textarea {
	border: 1px solid #DBDBDB;
	resize: none;
	height: 98px;
	width: 100%;
	margin: 8px 0px;
	padding: 8px 19px;
	overflow: hidden;
}
#contactsForm input[type="submit"] {
	background-color: #327CF6;
	color: #fff;
	font-family: "GothamProRegular";
	padding: 0px 20px;
	font-size: 15px;
	border: none;
	line-height: 35px;
	cursor: pointer;
	margin: 8px 0px;
}
#loader {
	display: none;
}
.sitemap-box a {
	color: #347df6 !important;
}
.sitemap-box h3 {
	color: #3e3e3e;
	font-size: 22px;
	font-family: "GothamProBold";
	margin: 30px 0px 8px 0px;
}
.sitemap-box h4 {
	font-family: "GothamProBold";
	font-weight: 100;
	font-size: 24px;
	margin: 30px 0px 8px 0px;
}
.sitemap-box ul a {
	font-size: 14px;
	font-family: "GothampProRegular";
	text-decoration: none;
	line-height: 25px;
	border-bottom: 1px solid #D8E3FD;
}
.right-cont {
	float: right !important;
}
#comments {
	padding: 0px 15px;
}
.comments-title {
	color: #3e3e3e;
	font-family: "GothamProMedium";
	font-size: 22px;
}
.fa-comments-o {
	display: none;
}
.cnt {
	color: #a7a7a7;
	font-size: 12px;
}
.comments-title span {
	float: right;
	display: inline-block;
	padding-top: 2px;
}
.comments-title img {
	float: right;
	margin-right: 8px;
	display: inline-block;
}
.edit-link {
	margin-right: 5px;
}
.comment-meta {
	background-color: #E3E5E9;
	margin-bottom: 30px;
	padding: 20px;
}
.comment-meta .fn {
	margin-left: 80px;
	font-size: 16px;
}
.comment-meta .fn span {
	float: none;
}
.comment-content {
	margin-left: 80px;
	margin-top: 12px;
	font-size: 13px;
	font-family: "GothamProRegular";
	color: #4b4b4b;
}
.reply {
	display: none;
}
.comment-reply-title {
	color: #3e3e3e;
	font-size: 22px;
	margin: 0px;
}
.comment-awaiting-moderation {
	margin-top: 25px;
	margin-left: 80px;
}
#commentform input[type="text"] {
	border: 1px solid #DBDBDB;
	width: 100%;
	padding: 8px 18px;
	color: #4b4b4b;
	font-size: 15px;
	font-family: "GothamProRegular";
}
#commentform input[type="submit"] {
	font-size: 14px;
	font-family: "GothamProRegular";
	color: #fff;
	background-color: #347DF6;
	border: 1px solid #347DF6;
	padding: 9px 18px;
	cursor: pointer;
}
#commentform textarea {
	border: 1px solid #DBDBDB;
	resize: none;
	padding: 8px 18px;
	color: #4b4b4b;
	font-size: 15px;
	font-family: "GothamProRegular";
	overflow: hidden;
	width: 100%;
}
.comment-notes {
	color: #4b4b4b;
	font-size: 14px;
	margin: 7px 0px;
}
.comment-metadata {
	float: none;
}
.comment-metadata a {
	font-size: 13px;
	color: #a7a7a7 !important;
	text-decoration: none;
	font-family: "GothamProRegular";
}
.comment-author {
	color: #3e3e3e !important;
	font-size: 14px;
	font-family: "GothamProMedium";
	float: left;
}
.alt_crumbs {
	float: none;
	margin-left: 15px;
	margin-top: 35px;
	width: 100%;
	display: inline-block;
	padding-bottom: 7px;
}
.alt-social-meta {
	float: none;
}


/* FOOTER */
footer {
	background-color: #DBDBDB !important;
/*	height: 175px; */
	color: #5B5B5B;
	font-family: "GothamProRegular";
	padding-bottom: 25px;
}
#tooltipdiv {
	display: none;
}
#copy {
	margin: 0px;
	font-size: 13px;
}
#copy a {
	color: #5B5B5B;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 1px solid #BCBCBC;
}
.copyrights {
	padding: 30px 15px 0px 15px;
}
.footer_wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.footmenu {
	padding-top: 30px;
	text-align: right;
}
.footer-menu {
	float: right;
	width: 58%;
	display: none;
}
.footer-menu li {
	display: inline-block;
	padding: 0px 18px;
}
.footer-menu a {
	color: #5B5B5B;
	text-decoration: none;
	border-bottom: 1px solid #BCBCBC;
	display: inline-block;
}
.footer-menu a:hover {
	color: #347df6;
}
.footer-menu a:active {
	color: #347df6;
}
.footer-menu .current-menu-item {
	color: #347df6;
}
.footer-menu .current-menu-item span {
	border-bottom: 1px solid #BBC6E2;
}
.footer-menu li:last-of-type {
	line-height: 35px;
	margin-top: 25px;
}
.footer-menu li:last-of-type a {
	background-color: #327CF6;
	color: #fff;
	text-transform: uppercase;
	font-family: "GothamProMedium";
	padding: 0px 20px;
}
.footer-contacts {
	margin-top: 30px;
}
.footer-contacts p {
	margin: 0px;
	font-size: 13px;
}
.footer-eula {
	float: right;
	margin-top: 25px;
	padding-right: 18px;
}
.footer-eula a {
	font-size: 13px;
}
.to-top {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 200px;
	width: 62px;
	height: 62px;
	background: url("/wp-content/themes/theme/img/to_top.png");
}
.to-top a {
	display: block;
	height: 100%;
	cursor: pointer;
}
.hidden {
	display: none;
}

/* FONTS */
	@font-face {
			font-family: "GothamProRegular";
			src: url("/wp-content/themes/theme/fonts/GothamProRegular.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProRegular.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProRegular.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProRegular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProBold";
			src: url("/wp-content/themes/theme/fonts/GothamProBold.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProBold.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProBold.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProBlack";
			src: url("/wp-content/themes/theme/fonts/GothamProBlack.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProBlack.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProBlack.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProBlack.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProItalic";
			src: url("/wp-content/themes/theme/fonts/GothamProItalic.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProItalic.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProItalic.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProMedium";
			src: url("/wp-content/themes/theme/fonts/GothamProMedium.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProMedium.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProMedium.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProMedium.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProLight";
			src: url("/wp-content/themes/theme/fonts/GothamProLight.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProLight.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProLight.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProLight.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProMediumItalic";
			src: url("/wp-content/themes/theme/fonts/GothamProMediumItalic.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProMediumItalic.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProMediumItalic.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProMediumItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProLightItalic";
			src: url("/wp-content/themes/theme/fonts/GothamProLightItalic.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProLightItalic.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProLightItalic.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProLightItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProBoldItalic";
			src: url("/wp-content/themes/theme/fonts/GothamProBoldItalic.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProBoldItalic.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProBoldItalic.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProBoldItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProBlackItalic";
			src: url("/wp-content/themes/theme/fonts/GothamProBlackItalic.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProBlackItalic.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProBlackItalic.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProBlackItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}
}



























@media screen and (min-width: 940px) {
.sub_form fieldset {
	padding-left: 0px;
	margin-left: 0px;
}
.sub_form input[type="text"] {
	border: 1px solid #DBDBDB;
	width: 375px;
	padding: 8px 18px;
	color: #4b4b4b;
	font-size: 15px;
	font-family: "GothamProRegular";
	display: block;
	margin-bottom: 15px;
}
.sub_form input[type="submit"] {
	font-size: 14px;
	font-family: "GothamProRegular";
	color: #fff;
	background-color: #347DF6;
	border: 1px solid #347DF6;
	padding: 9px 18px;
	cursor: pointer;
}
.spanlink {
	cursor: pointer;
}
.spanlink:hover {
	text-decoration: underline;
}
html, body {
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    font-family: "GothamProMedium";
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.wrapper {
    min-width: 1024px;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
#subscribe-reloaded {
	margin-left: 0px;
	width: auto;
}

/* header*/
#header {
    border-bottom: 1px solid #DBDBDB;
}
.logo {
    width: 200px;
    float: left;
    height: 60px;
}
#logo {
	margin: 0;
	font-size: 21px;
	color: #327CF6 !important;
	font-family: "GothamProMedium";
	font-weight: bold;
	text-decoration: none;
}

.sitetitle {
    width: 940px;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 35px;
}
.sitedescription {
    color: #3E3E3E;
    font-family: "GothamProRegular";
    font-size: 13px;
    margin: 0px;
    margin-top: 5px;
}
.topnav {
    margin: 0px auto;
    float: right;
    padding: 12.5px 0px;
    line-height: 35px;
}
.top-menu {
    background-color: #fff !important;
}
.top-menu li {
    display: inline-block;
    position: relative;
}
.top-menu li a {
    display: inline-block;
    text-transform: uppercase;
	font-family: "GothamProMedium";
	color: #3E3E3E;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 16px;
	white-space: nowrap;
}
.top-menu li:last-of-type a {
	background-color: #327CF6;
	color: #fff;
}
.top-menu li a:hover {
	color: #327CF6;
}
.top-hover-border {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    top: 2px;
    width: 40px;
}
.top-menu li:hover .top-hover-border {
    border-top: 2px solid #327CF6;
}
.top-menu li:last-of-type a:hover {
    color: #fff;
}
.top-menu li span {
    display: inline-block;
    text-transform: uppercase;
	font-family: "GothamProMedium";
	color: #3E3E3E;
	text-decoration: none;
	font-size: 13px;
	padding: 0px 20px;
}
/* banner */
.banner {
	background-image: url("/wp-content/themes/theme/img/banner.png");
	height: 330px;
	padding-left: 293px;
	padding-right: 25px;
}
.banner-header {
	color: #fff;
	font-size: 38px;
	margin-bottom: 20px;
	padding-top: 58px;
}
.banner-description {
	color: #BEDDDE;
	margin-bottom: 25px;
	font-size: 30px;
	font-family: "GothamProRegular";
}
.banner-btn a {
	color: #327CF6 !important;
	background-color: #fff;
	text-decoration: none;
	padding: 16px 22px;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	border: 1px solid #fff;
}
.banner-btn a:hover {
	color: #3E3E3E !important;
}
.banner-btn a:active {
	color: #fff !important;
	background: none;
}

/* content*/
#content {
	width: 620px;
	float: left;
}
.whole_cont {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 100px;
}
#sidebar {
	width: 290px;
	float: right;
	margin-top: 40px;
}
.widget_categories {
	margin-top: 50px;
}
.widget_categories .cat-item {
	color: #4B4B4B;
	font-size: 15px;
	font-family: "GothamProRegular";
	border-top: 1px solid #DBDBDB;
}
.widget_categories .cat-item:last-of-type {
	border-bottom: 1px solid #DBDBDB;
}
.widget_categories .current-cat {
	line-height: 46.8px;
}
.widget_categories .current-cat span {
	line-height: normal;
}
.widget_categories .cat-item a {
	color: #4B4B4B !important;
	text-decoration: none;
	font-size: 14px;
	font-family: "GothamProRegular";
	padding: 15px 0px;
	display: inline-block;
}
.widget_categories .cat-item span {
	float: right;
	padding-top: 14px;
	color: #A7A7A7;
}
.wtitle {
	font-size: 22px;
	color: #3E3E3E;
}
.post {
	margin-top: 40px;
}
.post > h2 a {
	color: #3E3E3E !important;
	text-decoration: none;
}
.similar-posts {
	margin-top: 40px;
}
.similar-posts h3 {
	font-size: 22px;
	color: #3e3e3e;
	margin: 0px;
	margin-top: 15px;
	font-weight: normal;
}
.similar-posts a {
	text-decoration: none;
	border-bottom: 1px solid #D8E3FD;
	color: #347df6 !important;
	font-family: "GothamProRegular";
	margin-bottom: 8px;
	padding-top: 11px;
	display: inline-block;
}
.alt-post-data {
	margin-bottom: 15px;
}
.post-data {
	margin-top: 15px;
}
.author > span {
	color: #A7A7A7;
	font-family: "GothamProRegular";
	font-size: 15px;
}
.date_published {
	font-size: 13px;
	display: none;
}
.author {
	float: left;
}
.post-views {
	color: #A7A7A7;
	float: right;
	font-family: "GothamProRegular";
}
.post-views span {
	display: inline-block;
	font-size: 13px;
}
.post-views img {
	display: inline-block;
	vertical-align: middle;
}
.entry-box {
	color: #4b4b4b;
	font-size: 14px;
	font-family: "GothamProRegular";
	margin-top: 36px;
}
.more-link-box a {
	background: none;
	color: #4C8AF7;
	text-decoration: none;
	font-family: "GothamProRegular";
}
.more-link-box a span {
	border-bottom: 1px solid #DBE5FD;
	margin-right: 10px;
}
.post-ratings {
	float: left;
	width: auto;
	padding-top: 5px;
}
.post-ratings > span {
	color: #a7a7a7;
	font-family: "GothamProRegular";
	font-size: 13px;
	display: inline-block;
	vertical-align: text-top;
}
.fb_wrapper {
	float: right;
	padding-top: 1px;
	margin-right: 7px;
}
.gplus_wrapper {
	float: right;
	padding-top: 3px;
	margin-right: 8px;
}
.tweet_wrapper {
	float: right;
	padding-top: 1px;
	margin-right: 8px;
}
.vk_wrapper {
	float: right;
}
.vk_wrapper_2 {
	float: right;
	padding-top: 4.5px;
}
.vk_like {
	float: right;
}
.banner_4 {
	float: left;
	margin-top: 25px;
}

/* SEARCH */
.widget_search > form {
	border: 1px solid #DBDBDB;
	padding-right: 5px;
	margin-bottom: 40px;
}
.widget_search input[type="text"] {
	border: none;
	width: 89%;
	padding: 10px 0px 10px 17px;
	font-size: 14px;
	font-family: "GothamProRegular";
}
.widget_search input[type="submit"] {
	border: none;
	background: url("/wp-content/themes/theme/img/search.png") no-repeat;
	width: 21px;
	height: 21px;
	padding: 0;
	background-position: center;
	cursor: pointer;
	color: #000;
	font-family: "GothamProRegular";
}
.widget_search input[type="submit"]:hover {
	background: url("/wp-content/themes/theme/img/active_search.png") no-repeat;
	background-position: center;
}
.widget_search input[type="submit"]:active {
	background: url("/wp-content/themes/theme/img/active_search.png") no-repeat;
	background-position: center;
}
::-webkit-input-placeholder {color:#B0B0B0; font-family: "GothamProRegular";}
::-moz-placeholder          {color:#B0B0B0; font-family: "GothamProRegular";}/* Firefox 19+ */
:-moz-placeholder           {color:#B0B0B0; font-family: "GothamProRegular";}/* Firefox 18- */
:-ms-input-placeholder      {color:#B0B0B0; font-family: "GothamProRegular";}
.screen-reader-text {
	display: none;
}
.pagination {
	margin-top: 100px;
}
.page-numbers {
	color: #a7a7a7;
	background: none !important;
	text-decoration: none;
	font-size: 15px;
	font-family: "GothamProRegular";
	padding: 3px 13px;
	display: inline-block;
}
.pagination .current {
	color: #347DF6 !important;
}
.page-numbers:active {
	color: #347DF6;
}
.page-numbers:hover {
	color: #347DF6;
}
.prev {
	display: none;
}
.next {
	color: #347DF6;
}
.next span {
	border-bottom: 1px solid #D8E3FD;
}
.page-select {
	display: inline-block;
	margin: 0px;
	float: right;
}
.pagi_wrapper {
	float: left;
	line-height: 27px;
}
.page-select input[type="text"] {
	border: 1px solid #DBDBDB;
	padding: 5px 5px;
	width: 33px;
	height: 33px;
	color: #3E3E3E;
	text-align: center;
}
.page-select input[type="submit"] {
	background: none;
	border: none;
	border-bottom: 1px solid #D8E3FD;
	padding: 0px;
	margin-left: 7px;
	font-size: 15px;
	cursor: pointer;
	padding-top: 4px;
}
.rating-title {
	font-size: 22px;
	color: #3e3e3e;
	margin-top: 40px;
	margin-bottom: 5px;
}
.entry {
	margin-bottom: 35px;
	font-size: 14px;
	font-family: "GothamProRegular";
	color: #4b4b4b;
}
.entry p {
	line-height: 28px;
}
.entry a {
	font-family: "GothamProMedium";
	color: #347df6 !important;
}
.post h1 {
	margin: 0px;
	font-size: 34px;
	font-family: "GothamProMedium";
	line-height: 38px;
	font-weight: normal;
}
.kama_breadcrumbs {
	float: right;
	font-size: 12px;
	font-family: "GothamProRegular";
	line-height: 38px;
}
.kama_breadcrumbs a {
	text-decoration: none;
	color: #a7a7a7 !important;
}
.kb_title {
	border-bottom: 1px solid #DADADA;
	color: #3e3e3e;
}
#contactsForm {
	font-size: 14px;
	font-family: "GothamProRegular";
}
#contactsForm input[type="text"], input[type="email"] {
	border: 1px solid #DBDBDB;
	padding: 8px 19px;
	width: 368px;
	margin: 8px 0px;
}
#contactsForm textarea {
	border: 1px solid #DBDBDB;
	resize: none;
	height: 98px;
	width: 368px;
	margin: 8px 0px;
	padding: 8px 19px;
	overflow: hidden;
}
#contactsForm input[type="submit"] {
	background-color: #327CF6;
	color: #fff;
	font-family: "GothamProRegular";
	padding: 0px 20px;
	font-size: 15px;
	border: none;
	line-height: 35px;
	cursor: pointer;
	margin: 8px 0px;
}
#loader {
	display: none;
}
.sitemap-box a {
	color: #347df6 !important;
}
.sitemap-box h3 {
	color: #3e3e3e;
	font-size: 22px;
	font-family: "GothamProBold";
	margin: 30px 0px 8px 0px;
}
.sitemap-box h4 {
	font-family: "GothamProBold";
	font-weight: 100;
	font-size: 24px;
	margin: 30px 0px 8px 0px;
}
.sitemap-box ul a {
	font-size: 14px;
	font-family: "GothampProRegular";
	text-decoration: none;
	line-height: 25px;
	border-bottom: 1px solid #D8E3FD;
}
.right-cont {
	float: right !important;
}
.comments-title {
	color: #3e3e3e;
	font-family: "GothamProMedium";
	font-size: 22px;
}
.fa-comments-o {
	display: none;
}
.cnt {
	color: #a7a7a7;
	font-size: 12px;
}
.comments-title span {
	float: right;
	display: inline-block;
	padding-top: 2px;
}
.comments-title img {
	float: right;
	margin-right: 8px;
	display: inline-block;
}
.edit-link {
	margin-right: 5px;
}
.comment-meta {
	background-color: #E3E5E9;
	margin-bottom: 30px;
	padding: 20px;
}
.comment-meta .fn {
	margin-left: 80px;
	font-size: 16px;
}
.comment-meta .fn span {
	float: left;
}
.comment-content {
	margin-left: 80px;
	margin-top: 35px;
	font-size: 13px;
	font-family: "GothamProRegular";
	color: #4b4b4b;
}
.reply {
	display: none;
}
.comment-reply-title {
	color: #3e3e3e;
	font-size: 22px;
	margin: 0px;
}
.comment-awaiting-moderation {
	margin-top: 25px;
	margin-left: 80px;
}
#commentform input[type="text"] {
	border: 1px solid #DBDBDB;
	width: 375px;
	padding: 8px 18px;
	color: #4b4b4b;
	font-size: 15px;
	font-family: "GothamProRegular";
}
#commentform input[type="submit"] {
	font-size: 14px;
	font-family: "GothamProRegular";
	color: #fff;
	background-color: #347DF6;
	border: 1px solid #347DF6;
	padding: 9px 18px;
	cursor: pointer;
}
#commentform textarea {
	border: 1px solid #DBDBDB;
	resize: none;
	padding: 8px 18px;
	color: #4b4b4b;
	font-size: 15px;
	font-family: "GothamProRegular";
	overflow: hidden;
	width: 375px;
}
.comment-notes {
	color: #4b4b4b;
	font-size: 14px;
	margin: 7px 0px;
}
.comment-metadata {
	float: right;
}
.comment-metadata a {
	font-size: 13px;
	color: #a7a7a7 !important;
	text-decoration: none;
	font-family: "GothamProRegular";
}
.comment-author {
	color: #3e3e3e !important;
	font-size: 14px;
	font-family: "GothamProMedium";
	float: left;
}
.alt_crumbs {
	float: left;
	margin-top: 35px;
	width: 100%;
	display: inline-block;
	padding-bottom: 7px;
}
.alt-social-meta {
	float: left;
}


/* FOOTER */
footer {
	background-color: #DBDBDB !important;
/*	height: 175px; */
	color: #5B5B5B;
	font-family: "GothamProRegular";
	padding-bottom: 25px;
}
#tooltipdiv {
	display: none;
}
#copy {
	margin: 0px;
	font-size: 13px;
}
#copy a {
	color: #5B5B5B;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 1px solid #BCBCBC;
}
.copyrights {
	padding-top: 30px;
	float: left;
	width: 42%;
}
.footer_wrap {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
.footmenu {
	padding-top: 30px;
	text-align: right;
}
.footer-menu {
	float: right;
	width: 58%;
}
.footer-menu li {
	display: inline-block;
	padding: 0px 18px;
}
.footer-menu a {
	color: #5B5B5B;
	text-decoration: none;
	border-bottom: 1px solid #BCBCBC;
	display: inline-block;
}
.footer-menu a:hover {
	color: #347df6;
}
.footer-menu a:active {
	color: #347df6;
}
.footer-menu .current-menu-item {
	color: #347df6;
}
.footer-menu .current-menu-item span {
	border-bottom: 1px solid #BBC6E2;
}
.footer-menu li:last-of-type {
	line-height: 35px;
	margin-top: 25px;
}
.footer-menu li:last-of-type a {
	background-color: #327CF6;
	color: #fff;
	text-transform: uppercase;
	font-family: "GothamProMedium";
	padding: 0px 20px;
}
.footer-contacts {
	margin-top: 30px;
}
.footer-contacts p {
	margin: 0px;
	font-size: 13px;
}
.footer-eula {
	float: right;
	margin-top: 25px;
	padding-right: 18px;
}
.footer-eula a {
	font-size: 13px;
}
.to-top {
	position: fixed;
	bottom: 0px;
	right: 200px;
	width: 62px;
	height: 62px;
	background: url("/wp-content/themes/theme/img/to_top.png");
}
.to-top a {
	display: block;
	height: 100%;
	cursor: pointer;
}


/* FONTS */
	@font-face {
			font-family: "GothamProRegular";
			src: url("/wp-content/themes/theme/fonts/GothamProRegular.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProRegular.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProRegular.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProRegular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProBold";
			src: url("/wp-content/themes/theme/fonts/GothamProBold.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProBold.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProBold.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProBlack";
			src: url("/wp-content/themes/theme/fonts/GothamProBlack.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProBlack.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProBlack.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProBlack.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProItalic";
			src: url("/wp-content/themes/theme/fonts/GothamProItalic.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProItalic.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProItalic.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProMedium";
			src: url("/wp-content/themes/theme/fonts/GothamProMedium.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProMedium.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProMedium.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProMedium.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProLight";
			src: url("/wp-content/themes/theme/fonts/GothamProLight.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProLight.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProLight.woff") format("woff"),
			url("wp-content/themes/theme/fonts/GothamProLight.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProMediumItalic";
			src: url("/wp-content/themes/theme/fonts/GothamProMediumItalic.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProMediumItalic.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProMediumItalic.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProMediumItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProLightItalic";
			src: url("/wp-content/themes/theme/fonts/GothamProLightItalic.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProLightItalic.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProLightItalic.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProLightItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProBoldItalic";
			src: url("/wp-content/themes/theme/fonts/GothamProBoldItalic.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProBoldItalic.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProBoldItalic.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProBoldItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "GothamProBlackItalic";
			src: url("/wp-content/themes/theme/fonts/GothamProBlackItalic.eot");
			src: url("/wp-content/themes/theme/fonts/GothamProBlackItalic.eot?#iefix")format("embedded-opentype"),
			url("/wp-content/themes/theme/fonts/GothamProBlackItalic.woff") format("woff"),
			url("/wp-content/themes/theme/fonts/GothamProBlackItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}
}















