/*
Theme Name:     dynamic news lite child
Template:       dynamic-news-lite
Version:        1.1.9
*/

@import url("../dynamic-news-lite/style.css");

body {
	background: #f2f2f2;
    background-image: url('./images/bg2.gif');
}

#header {
    padding: 1em;
}
#logo2 {
    margin: 0 1.5em 0 0;
    padding: 0;
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    float: left;
}
#logo .site-description {
    margin-top: 0.4em;
    line-height: 1.4em;
    font-size: 1.3em;
    color: #777;
}
#logo .site-title a:link, #logo .site-title a:visited {
    color: #D40503;
    text-shadow: 1px 1px 0 white, 2px 2px 1px #3B3A3A;
}
#logo .site-title {
    display: inline-block;
    font-size: 2.3em;
    font-weight: bold;
    color: #e84747;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.entry-title a:link, .entry-title a:visited {
	color: #e84747;
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:active{
	color: #333;
}
.header-widget {
    float: none;
    margin-left: 1em;
	margin-top: 1em;
}
#header-search {
    float: right;
    margin-left: 1.5em;
	margin-top: 0.5em;
}
.search-form .search-field {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 0.5em 45px 0.5em 0.7em;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1.0em;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
#topnav-menu li.current_page_item a, #topnav-menu li.current-menu-item a {
    text-decoration: underline;
    background-color: #333333;
}

#footernav-menu li {
    padding-right: 1.2em;
    margin-right: 1.2em;
    border-right: 1px dashed #aaa;
}
#logo .site-logo {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#mainnav-menu li {
    border-right: 1px solid #fff;
}
#mainnav-menu li.current_page_item a, #mainnav-menu li.current-menu-item a {
    /* text-decoration: underline; */
    text-decoration: none;
    background-color: #E84747;
}
#mainnav-menu li.current_page_item:hover a{background-color: #f98f8f;}

.widget img {display:block; margin:5px auto 5px;}
.widgettitle {
    font-size: 0.9em;
    font-family: 'Droid Sans', Arial, Tahoma;
    padding: 0.8em;
    margin: -0.5em -0.5em 1.5em -0.5em;
    color: #fff;
    text-transform: uppercase;
    background: #333;
    box-shadow: inset 0 0 1px #bbb;
    border: 1px solid #333;
}
#mainnav-menu a {
    display: block;
    padding: 1em;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.0em;
    font-family: 'Francois One', Tahoma, Arial;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.postinfo .meta-category a {
    display: inline-block;
    float: left;
    color: #fff;
    background: #999898;
    padding: 0em 0.4em;
    margin: 0 1px 1px 0;
    border-radius: 2px;
}
.bdwebteam-tabs .tabs-list {
    font-size: 0.9em;
    font-family: 'Droid Sans', Arial, Tahoma;
    padding: 0.8em;
    margin: -0.5em -0.5em 1.5em -0.5em;
    color: #fff;
    text-transform: uppercase;
    background: #333;
    box-shadow: inset 0 0 1px #bbb;
    border: 1px solid #333;
}
.bdwebteam-tabs .tabs-list {
    background: #ffffff !important;
}
.bdwebteam-tabs .tabs-list li {
    background: #000;
}
.bdwebteam-tabs .tabs-list {
    box-shadow: none;
    border: none;
}

.tabs-list .active a {
    background: #E84747 !important;
    text-decoration: none;
}


.a-btn a{text-decoration: none;}
.a-btn{
    background:#fecc5f;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#feda71,0),color-stop(#febb4a,1));
    background:-webkit-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background:-moz-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background:-o-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background:linear-gradient(top, #feda71 0%, #febb4a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feda71', endColorstr='#febb4a',GradientType=0 );
    border:1px solid #f5b74e;
    border-color:#f5b74e #e5a73e #d6982f;
    -webkit-box-shadow:0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    -moz-box-shadow:0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    box-shadow:0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
/*     padding:0px 80px 0px 10px; */
    width: 90%;
    height:38px;
    display:inline-block;
    position:relative;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    margin:10px;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn-text{
    padding-top:10px;
	padding-left: 5px;
    display:block;
    font-size:16px;
    white-space:nowrap;
    color:#996633;
    text-shadow:0 1px 0 #fedd9b;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn-slide-text{
    position:absolute;
    top:34px;
    left:0px;
    width:auto;
    right:52px;
    height:0px;
    background:#fff;
    color:#996633;
    font-size:13px;
    white-space:nowrap;
    font-family:Georgia, serif;
    font-style:italic;
    text-indent:15px;
    overflow:hidden;
    line-height:30px;
    -webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.5) inset;
    -moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.5) inset;
    box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.5) inset;
    -webkit-transition:height 0.3s linear;
    -moz-transition:height 0.3s linear;
    -o-transition:height 0.3s linear;
    transition:height 0.3s linear;
}
.a-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:52px;
    border-left:1px solid #f5b74e;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-icon-right span{
    width:38px;
    height:38px;
    opacity:0.7;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    background:transparent url(http://studio.visionmax.ru/wp-content/uploads/2016/01/arrow_right.png
) no-repeat 50% 55%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn:hover{
    height:65px;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
}
.a-btn:hover .a-btn-text{
    text-shadow:0px 1px 1px rgba(0,0,0,0.2);
    color:#fff;
}
.a-btn:hover .a-btn-slide-text{
    height:30px;
}
.a-btn:hover .a-btn-icon-right span{
    opacity:1;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.a-btn:active{
    position:relative;
    top:1px;
    background:#fec354;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#fec354,0),color-stop(#fecd61,1));
    background:-webkit-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background:-moz-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background:-o-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background:linear-gradient(top, #fec354 0%, #fecd61 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec354', endColorstr='#fecd61',GradientType=0 );
    border-color:#d29a3a #cc9436 #c89133;
    text-shadow:0 1px 0 #fee1a0;
    -webkit-box-shadow:0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    -moz-box-shadow:0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    box-shadow:0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
}
.group_meta {
    border: 1px solid #d9d9d9;
    padding: 7px;
    background: #fff;
}
.group_userpic {
    position: relative;
    padding: 15px;
    border-radius: 5px;
    line-height: 0;
}
.group_line {
    display: block;
    border: 0;
    background: #d7d7d7;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 1px;
}
.group_meta table .td1 {
    color: #000;
	text-align: center;
}
.post-navigation .nav-links .nav-previous {
    float: left;
    border: 1px solid #e7a943;
    border-bottom-color: #d6982f;
    border-top-color: #f5b74e;
    color: #623f1d;
    display: block;
    line-height: 12px;
    padding: 10px 18px;
	margin: 5px 0;
    text-decoration: none;
    text-shadow: 0 1px 0 #fede9d;
    -moz-box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
    -webkit-box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
    box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #feda71;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb49));
    background-image: -webkit-linear-gradient(top, #feda71, #febb49);
    background-image: -moz-linear-gradient(top, #feda71, #febb49);
    background-image: -ms-linear-gradient(top, #feda71, #febb49);
    background-image: -o-linear-gradient(top, #feda71, #febb49);
    background-image: linear-gradient(top, #feda71, #febb49);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#feda71', EndColorStr='#febb49');
}
.post-navigation .nav-links .nav-next {
    float: right;
	border: 1px solid #e7a943;
    border-bottom-color: #d6982f;
    border-top-color: #f5b74e;
    color: #623f1d;
    display: block;
    line-height: 12px;
    padding: 10px 18px;
	margin: 5px 0;
    text-decoration: none;
    text-shadow: 0 1px 0 #fede9d;
    -moz-box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
    -webkit-box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
    box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #feda71;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb49));
    background-image: -webkit-linear-gradient(top, #feda71, #febb49);
    background-image: -moz-linear-gradient(top, #feda71, #febb49);
    background-image: -ms-linear-gradient(top, #feda71, #febb49);
    background-image: -o-linear-gradient(top, #feda71, #febb49);
    background-image: linear-gradient(top, #feda71, #febb49);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#feda71', EndColorStr='#febb49');
}
.reply {
	display: inline-block;
	float: right;
    border: 1px solid #e7a943;
    border-bottom-color: #d6982f;
    border-top-color: #f5b74e;
    color: #623f1d;
    /* display: block; */
    line-height: 12px;
    padding: 3px 7px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fede9d;
    -moz-box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
    -webkit-box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
    box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 5px;
    background-color: #feda71;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb49));
    background-image: -webkit-linear-gradient(top, #feda71, #febb49);
    background-image: -moz-linear-gradient(top, #feda71, #febb49);
    background-image: -ms-linear-gradient(top, #feda71, #febb49);
    background-image: -o-linear-gradient(top, #feda71, #febb49);
    background-image: linear-gradient(top, #feda71, #febb49);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#feda71', EndColorStr='#febb49');
}
.reply a:hover, a:active {
    text-decoration: none;
}
.commentlist .comment {
    display: block;
    margin: 2.5em 0 0;
    list-style: none;
    line-height: 1.5em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
/* price
-------------------------------------------------------------- */

/* Footer Widget Area
-------------------------------------------------------------- */
#footer-widgets-bg {
	background: #333;
	border-bottom: 1px dashed #aaa;
}
#footer-widgets {
	padding-top: 1.5em;
	padding-left: 1.5em;
}
.footer-widget-column {
	float: left;
	width: 25%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Footer Widget Styling */
#footer-widgets .widget {
	box-shadow: none;
	border: none;
	background: rgba(255, 255, 255, 0.05);
	padding: 1em;
}
#footer-widgets .widgettitle {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}
#footer-widgets .widget ul, #footer-widgets .widget div{
	color: #fff;
}
#footer-widgets .widget a:link, #footer-widgets .widget a:visited  {
	color: #ccc;
}
#footer-widgets .widget a:hover, #footer-widgets .widget a:active {
	text-decoration: none;
}

/* Custom Widget Styling */
#footer-widgets #wp-calendar {
	color: #fff;
}


/*============================ MEDIA QUERIES ============================*/

/* Small screens | <1120px */
@media only screen and (max-width: 70em) {
	.footer-widget-column {
		width: 50%;
	}
	#logo {float: none;
    text-align: center;
    margin: 0;}
	.header-widgets {
    float: none;
    text-align: center;
    margin: 0;}
}
@media only screen and (max-width: 65em) {
	#footer-widgets .widget {
		padding: 1.5em;
	}
	#footer-widgets .widgettitle {
		margin: -0.5em -0.5em 1.5em -0.5em;
	}
	#logo {float: none;
    text-align: center;
    margin: 0;}
	.header-widgets {
    float: none;
    text-align: center;
    margin: 0;}
}

/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
	#footer-widgets {
		margin-right: 0;
	}
	.footer-widget-column {
		float: none;
		width: 100%;
	}
	#logo {float: none;
    text-align: center;
    margin: 0;}
	.header-widgets {
    float: none;
    text-align: center;
    margin: 0;}
}
@media only screen and (max-width: 50em) {
	#footer-widgets .widget {
		padding: 1.5em;
	}
	#footer-widgets .widgettitle {
		margin: -0.5em -0.5em 1.5em -0.5em;
	}
	#logo {float: none;
    text-align: center;
    margin: 0;}
	.header-widgets {
    float: none;
    text-align: center;
    margin: 0;}
}
#topcontrol {
    font-size: 70px;
    text-shadow: 0 0 4px #333;
    line-height: 45px;
    vertical-align: bottom;
    color: #000;
}
#topcontrol span {
    font-size: 16px;
}
/*============================ Значки в виджетах ============================*/
.text-widget-as-link h3 {background: #E84747;border: 1px solid #AC3131;box-shadow: inset 0 0 1px #bbb;}

.widget_pages ul li a:before {
    content: '\f511';
}
.widget_pages ul li a:before, .widget_categories ul li a:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 17px 'Genericons';
    vertical-align: top;
    color: #888;
    margin: 0.1em 0.3em 0 0;
}
.widget_categories ul li a:before {
    content: '\f301';
}
.widget_archive ul li a:before, .widget_categories ul li a:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px 'Genericons';
    vertical-align: top;
    color: #888;
    margin: 0.1em 0.3em 0 0;
}
/*============================ навигация внизу ============================*/
/* Theme Pagination */
.post-pagination {
	margin: 0 0 2em;
}

.post-pagination a,
.post-pagination .current {
	display: inline-block;
	margin: 0 3px 3px 0;
	padding: 0.8em 1em;
    text-align: center;
	text-decoration: none;
	color: #fff;
	background: #999898;
}

.post-pagination a:link, 
.post-pagination a:visited {
	color: #fff;
}

.post-pagination a:hover,
.post-pagination a:active,
.post-pagination .current {
	background: #E84747;
}

/* Infinite Scroll Pagination */
.infinite-scroll .post-pagination {
	display: none;
}

.infinite-scroll #infinite-handle span {
	display: inline-block;
	margin: 0 0 2em;
	padding: 0.8em 1em;
	background: #303030;
	font-size: 17px;
	font-size: 1.0625rem;
	text-decoration: none;
}

.infinite-scroll #infinite-handle span:hover {
	background: #E84747;
}
/*============================  ============================*/
.ut_link {
	text-decoration: none !important;
    display: inline-block;
    margin: 0.5em 0;
    padding: 0.4em 0.4em;
    text-transform: uppercase;
    background-color: #e84747;
    border-radius: 3px;
    font-size: 12px;
}
.widget ul {
    list-style: circle inside;
    color: #555;
    list-style: none;
}
#topnav-menu a {
    display: block;
    font-size: 0.9em;
    padding: 0.9em 1em;
    text-decoration: none;
}
.page-header {
    padding: 1.2em 1.5em;
    margin-bottom: 1.5em;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 3px #DADADA;
    border-left: 6px solid #E90608;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #FFFEFE), color-stop(1, #FAF2F0));
    background-image: -ms-linear-gradient(top, #FFFEFE, #FAF2F0);
    background-image: -o-linear-gradient(top, #FFFEFE, #FAF2F0);
    background-image: -moz-linear-gradient(top, #FFFEFE, #FAF2F0);
    background-image: -webkit-linear-gradient(top, #FFFEFE, #FAF2F0);
    background-image: linear-gradient(to bottom, #FFFEFE, #FAF2F0);
}
/*--------------------------------------------------------------
## стили для формы обратной связи
--------------------------------------------------------------*/
.wpcf7 input, .wpcf7 textarea{
    padding:10px;
    color:#8e8e8e;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height: 20px;
    border: solid 1px #9f9f9f; 
    box-shadow: inset 2px 2px 8px #bababa;
    -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wpcf7 .wpcf7-list-item{
  padding-left: 0;
  margin-left: 0;
  margin-right: 25px;
}

.wpcf7 .wpcf7-list-item input{
  border: none;
  padding-left: 0;
  margin-left: 0;
}

.wpcf7 select{
  outline: none;
  font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
}

.wpcf7 input:hover, 
.wpcf7 input:focus, 
.wpcf7 input:active, 
.wpcf7 textarea:hover, 
.wpcf7 textarea:focus, 
.wpcf7 textarea:active {
  background: #ebf7f5;
  outline: none;
}

.wpcf7 input.wpcf7-submit{
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  border: none;
  position: relative;
  color: #fff;
  text-shadow: 1px -2px 0px black;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  /* Gradient background */
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d1b5c), to(#000000));  
  background:  -moz-linear-gradient(top, #4d1b5c, #000000);  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1b5c', endColorstr='#000000');
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d1b5c, endColorstr=#000000)&quot;;
  /* Drop Shadow */
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

/* On hover */
.wpcf7 input.wpcf7-submit:hover{
  cursor: pointer;
  text-decoration: none;
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d1b5c), to(#6d2f80));  
  background:  -moz-linear-gradient(top, #4d1b5c, #6d2f80);  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1b5c', endColorstr='#6d2f80');
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d1b5c, endColorstr=#6d2f80)&quot;; 
}

/* On click */
.wpcf7 input.wpcf7-submit:active{
  top: 1px;
  color: #d8c6e2;
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d1b5c), to(#4d1b5c));  
  background:  -moz-linear-gradient(top, #4d1b5c, #4d1b5c);  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1b5c', endColorstr='#4d1b5c');
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d1b5c, endColorstr=#4d1b5c)&quot;;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* CF7 Messages */
.wpcf7 .wpcf7-validation-errors{
    border: 2px solid #e84747;
    background-color:#F2DEDE;
    margin:0;
    padding:20px;
    color: #B94A48;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 5px;
}

.wpcf7 .wpcf7-mail-sent-ok{
    border:none;
    background-color:#7ad33f;
    margin:0;
    padding:20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ng{
    border:none;
    background-color:#cf2d38;
    margin:0;
    padding:20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
    color: white;
}

.wpcf7 span.wpcf7-not-valid-tip{
    border: none;
    background-color: #cf2d38;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    width: 80%;
    color: white;
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    margin: 5px auto;
}

.wpcf7-form .fleft{
  float: left;
}

.wpcf7-form .mright20{
  margin-right: 20px;
}

.wpcf7-form .mright40{
  margin-right: 40px;
}

.wpcf7-form .clear{
  clear: both;
}
div.wpcf7 {
    width: 97%;
}
/*--------------------------------------------------------------
## стили для формы обратной связи конец
--------------------------------------------------------------*/
.comment-awaiting-moderation { font-weight: 700;}
/*--------------------------------------------------------------
## стили для таблицы оптимизация
--------------------------------------------------------------*/
.regionseo-button {
	text-decoration: none; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#21cf0a', endColorstr = '#087d05'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#21cf0a', endColorstr = '#087d05')"; 
	background-image: -moz-linear-gradient(top, #21cf0a, #087d05); 
	background-image: -ms-linear-gradient(top, #21cf0a, #087d05); 
	background-image: -o-linear-gradient(top, #21cf0a, #087d05); 
	background-image: -webkit-gradient(linear, center top, center bottom, from(#21cf0a), to(#087d05)); 
	background-image: -webkit-linear-gradient(top, #21cf0a, #087d05);
	background-image: linear-gradient(top, #21cf0a, #087d05); 
	border-bottom: 2px solid #087b05; 
	border-right: 1px solid #1aae08; 
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px; 
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); 
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), #d3d3d3 0px 0px 0px 5px; 
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), #d3d3d3 0px 0px 0px 5px; 
	display: inline-block; 
	color: white; 
	font-size: 24px;
	padding: 8px 20px; 
	margin: 5px auto; 
	text-shadow:0 1px 1px rgba(0,0,0,0.4);
	line-height:1.2;
}
.regionseo-button:hover {
	background: #21cf0a;
	color:#fff;
	text-decoration:none;
}

.btn_red.btn_posting {
	display:inline-block; 
	width:70%;
	max-width:240px;
	padding-left:20px;
	padding-right:20px;
	vertical-align:middle; 
	margin:0; 
	text-align:center;
} 

.colr {
	display:inline-block;
	vertical-align:top;
}
.colr.col60 {
	width:53%;
	margin-right:6%;
}
.colr.col40 {
	width:33%;
	margin-right:6%;
}
.colr.col40.marg-left {
	margin-right:0;
	margin-left:6%;
}

.regionseo h5, .content15 h3 {
	color:#000; 
	font-size:24px;
	font-weight:normal;
}
.regionseo h6 {
	color:#4b4b4b; 
	margin-top:3px; 
	font-size:20px;
}

.regionseo ul.marker_mdisc > li {
	list-style-image: url('/imgs/li-grey.png'); 
	color:#333333; 
	margin-bottom:15px;
	margin-left:-10px;
}

.regionseo-right {
	margin:10px auto 30px;
	text-align:left;
}
.regionseo-right tr td { 
	line-height:17px; 
	vertical-align:middle; 
	padding:5px 10px 5px 0;
	font-size:15px;
}
.regionseo-right tr td img {
	max-height:20px;
}

.col-text {
	width:68%;
}
.col-text-right {
	width:240px;
}

table.regionseo-table {
	margin:20px 0 40px;
}
table.regionseo-table span.no {
	color:#D50100; 
	font-weight:bold; 
	font-size:15px;
}
table.regionseo-table td {
	padding:9px 10px;
}
table.regionseo-table thead td, table.regionseo-table tbody td {
	padding-left:10px; 
	padding-right:10px !important;
}
table.regionseo-table thead td.tdselect, table.regionseo-table tbody td.tdselect {
	padding-left:9px; 
	padding-right:9px !important;
}
table.regionseo-table thead td {
	font-weight:bold; 
	height:22px; 
	text-align:center; 
	font-size:15px; 
	vertical-align:middle; 
	/* border-top:1px solid transparent;  */
	border-bottom:1px solid #dadada;
}
table.regionseo-table thead td.tdselect {
	border-top:1px solid #bebebe; 
	-webkit-border-radius:8px 8px 0 0; 
	-moz-border-radius:8px 8px 0 0; 
	border-radius:8px 8px 0 0; 
}
table.regionseo-table tfoot td {
	padding:0 10px;
	/* border-left:1px solid transparent; 
	border-right:1px solid transparent; */
}
table.regionseo-table.posting-table tfoot td .btn_red {
	font-size:18px; 
	text-transform:uppercase; 
	font-weight:bold; 
	padding:10px 0;
}
table.regionseo-table tfoot td .btn_red strong {
	font-size:16px;
}
table.regionseo-table tfoot td.tdselect {
	border-bottom:1px solid #bebebe; border-radius: 0 0 8px 8px;
}

table.regionseo-table tfoot td .btn_red {
	border:3px solid #D4D4D4; 
	-webkit-border-radius:8px; 
	-moz-border-radius:8px; 
	border-radius:8px;
	color:#fff; 
	border:3px solid #D4D4D4; 
	background:#d2d2d2;
	background:linear-gradient(to top, #bbbbbb, #d2d2d2); 
	text-shadow:none; 
	font-size:13px;
	line-height:1.3; 
	padding:12px 0 13px; 
	width:97%;
}
table.regionseo-table tfoot td.tdselect .btn_red {
	border:3px solid #D4D4D4; 
	-webkit-border-radius:8px; 
	-moz-border-radius:8px; 
	border-radius:8px;
	color:#fff; background: #78b75d; background: linear-gradient(to top, #31903b, #78b75d);
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
}
table.regionseo-table tfoot td.tdselect .btn_red:hover {
	background:#33a333;
}
table.regionseo-table tbody tr td {
	border-bottom:1px solid #dadada; 
	text-align:center; 
	min-height:34px; 
	vertical-align:middle; 
	font-size:15px; 
	line-height:1.3;
}
table.regionseo-table tbody tr td:first-child {
	text-align:left;
	padding-left:25px;
}
table.regionseo-table tbody tr.td-title, table.regionseo-table tbody tr.td-title td.tdselect {
	background-color:#e5e5e5; 
	font-weight:bold;
}
table.regionseo-table tbody tr.td-title td {
	padding-top:6px;
	padding-bottom:5px;
}
table.regionseo-table tbody tr.td-title td.tdselect:last-child {
}
table.regionseo-table tbody td img {
	margin:auto;
}
table.regionseo-table .tdselect {
	border-left:1px solid #bebebe; 
	border-right:1px solid #bebebe; 
	background-color:transparent;
}
table.posting-table .notselect {
	width:50%;
}
table.regionseo-table .marker_mdash {
	margin-top:6px;
	margin-bottom:6px;
}
table.regionseo-table .marker_mdash li {
	margin-bottom:6px;
	line-height:1.3;
}
.menu-xs {
	display:none;
}

.offer-site {
	margin:0 0 35px;
}

.feedbacks-list h3 {
	font-size:18px;
	padding:0 0 0 20px;
	margin-top:37px;
}
.feedbacks-list h3 a {
	color:#000;
}
.feedbacks-list .feed-item {
	margin-bottom:20px;  
	webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);
	moz-box-shadow:0 1px 3px rgba(0,0,0,.3);
	box-shadow:0 1px 3px rgba(0,0,0,.3);
	background:#fbfbfb;
}
.feedbacks-list .item-info {
	font-size:13px;
	color:#888;
	font-style:italic;
	padding:3px 18px 4px;
	border-bottom:1px solid #ddd;
}
.feedbacks-list .item-text {
	font-size:13px;
	padding:8px 18px 10px;
}
		
.m-case-item .case-top {
	padding:16px 0 9px;
}		
.case-top .case-theme {
	font-weight:normal;
}	
.m-case-item .case-body {
	padding:0;
}
.cases-slider .slick-next, .cases-slider .slick-prev {
	top:200px;
	right:-40px;
}
.cases-slider.posting-slider .slick-next, .cases-slider.posting-slider .slick-prev {
	top:150px;
}
.cases-slider .slick-prev {
	left:-40px;
}
.feedback {
	font-size:13px;
}
.case-body hr, .feedback h4 {
	display:none;
}

#slides {
	max-width:580px;
}
.slides .slick-next, .slides .slick-prev {
    background-image:url('/imgs/arws-dark.png');
    width:61px;
    background-position:-10px center;
}
.slides .slick-prev {
	left:-61px;
}
.slides .slick-next  {
	right:-61px;
    background-position:-71px center;
}

.tariffs {
	width:100%;
	margin:0 -7px;
}
.tariffs td {
	padding:5px 7px;
}
.no-borders.tariffs tbody tr:hover {
  background:inherit;
}
.tariffs .btn_red {
	padding-left:5%;
	padding-right:5%;
}

.header-img2 {
	border:1px solid #D0D0D0;
	background-image: url('/imgs/lpages/header-img.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size:auto 100%;
    min-width:200px;
	height:336px;
	margin:40px 0 20px;
	position:relative;
	padding:40px 10px 0 510px;
	text-align:center;
}
.header-img2 h2 {
    margin:0;
	font-size:24px;
}
.header-img2 .button {
	display:table;
	height:20px;
	padding:15px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	margin:10px auto 0;
}

.regatop {
	background:#2d8bcd; 
	color:#fff; 
	padding:13px 0; 
	width:100%;
}
.regatop  h1, .regatop h2 {
	color:#fff;
}
.tarifs {
	background:#eedce0 url('/imgs/tarifs_back.gif') 0 0 repeat-x;
	font-style:italic; 
	padding:5px 0 0;
}
.tarifs .left-col {
	position:absolute; 
	left:-50px;
	top:24px;
}
.tarif {
	display:inline-block; 
	margin:3px 5px 0 0; 
	vertical-align:middle;
}
.tarif a {
	display:block;
	padding:7px 12px 10px 10px; 
	letter-spacing:1px; 
	border-top:1px solid #eedce0; 
}
.tarif a.active, .tarif a:hover {
	border-radius:3px 3px 0 0; 
	-moz-border-radius:3px 3px 0 0; 
	-webkit-border-radius:3px 3px 0 0; 
	border-top:1px solid #9a9a9a; 
	color:#000;
	background:#fff;
}
.tarif a.active {
	text-decoration:none;
}
.tarif a:hover {
	background:#faf9f9;
}
.tarif-compare {
	margin-left:20px;
}
.vip, .optima, .elita, .profy {
	display:inline-block; 
	width:48px; 
	height:48px; 
	background:url('/imgs/tarif-ico-big.png') 0 0 no-repeat; 
	vertical-align:middle; 
	margin:0 10px 0 0;
}
.free {
	display:inline-block; 
	width:48px; 
	height:48px; 
	background:url('/imgs/reg-tariff5.png') 0 0 no-repeat; 
	vertical-align:middle; 
	margin:0 10px 0 0;
}
.optima {
	background-position:-48px 0;
}
.elita {
	background-position:-96px 0;
}
.profy {
	background-position:-144px 0;
}
.m-tooltip {
	box-shadow:0 1px 3px rgba(0,0,0,.2); 
	font-size:13px; 
	background:#fff; 
	z-index:10; 
	border-radius:2px; 
	padding:2px 10px; 
	width:220px;
	position:absolute;
	top:80px;
	margin-left:-50px;
	display:none;
	border:1px solid #b0b0b0;
	font-style:normal;
} 
.m-tooltip .mt-arrow {
	position:absolute; 
	left:50%; 
	top:-13px; 
	margin-left:-10px; 
	width:21px; 
	height:13px; 
	background:url('/imgs/tooltip-arrow_.gif') no-repeat; 
	z-index:11;
}
.input_url {
	background:#fff; 
	border:1px solid #ddd; 
	font-size:18px; 
	color:#454545; 
	padding:5px 5px; 
	width:250px; 
	-moz-box-shadow:inset -1px 1px 2px rgba(0,0,0,.1); 
	-webkit-box-shadow:inset -1px 1px 2px rgba(0,0,0,.1); 
	box-shadow:inset -1px 1px 2px rgba(0,0,0,.1);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-family:'Roboto', Arial, sans-serif;
}
.onlyvip {
	border-top:1px dashed #999; 
	border-bottom:1px dashed #999; 
	margin-top:27px;
}
.onlyvip td {
	vertical-align:top; 
	padding:3px 0 15px;
}
.onlyvip .marker_mdash_grey {
	argin:16px 0 0 40px;
}
.grey {
    color: #777;
}
.small {
    font-size: 13px;
}
/*--------------------------------------------------------------
## стили для таблицы оптимизация конец
--------------------------------------------------------------*/
.widget iframe {
    display: block;
    margin: 5px auto 5px;
}
.bread {
    margin: 0.75em 1.5em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #f2f2f2;
}

.dwqa-questions-footer .dwqa-pagination, .dwqa-questions-footer .dwqa-ask-question {
    display: inline-block;
    background: rgba(232, 71, 71, 0.4);
}
/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
	#logo2 {
    margin: 0 1.5em 0 0;
    padding: 0;
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
	float: none; 
    text-align: center !important;
}
	#wrapper {
		width: 100%;
	}
	#header {
		padding: 2em;
	}
	#content {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	#header-content #header-social-icons,
	#header-content #header-text,
	#header-content #header-search,
	#header-content .header-widgets {
		display: none;
		margin: 0;
	}
	.mobile-header-social #header-content #header-social-icons,
	.mobile-header-search #header-content #header-search,
	.mobile-header-text #header-content #header-text,
	.mobile-header-widgets #header-content .header-widgets {
		display: inline-block;
		margin: 0;
	}
	.mobile-header-none #logo {
		float: none;
		width: 100%;
		text-align: center;
	}

	.widget, .type-post, .type-page, .type-attachment, .page-header, .post-pagination,  #comments {
		box-shadow: 0 0 4px #ddd;
		border: 1px solid #ddd;
		padding: 1.5em;
	}
	.widgettitle {
		margin: -0.5em -0.5em 1.5em -0.5em;
	}
	.type-post, .type-page, .type-attachment {
		padding: 0.8em 1.5em 1.5em;
	}
	#comments {
		padding: 1em 1.5em;
	}

	/* Mobile Navigation */