@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Raleway:300,400,600,700');
 body {
    margin-top: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
}
.path-frontpage .main_bg{
    background: #f7f7f7;
    padding: 100px 0 105px;
}
.highlighted {
    margin-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
header{
        width: 100%;
    background-color: #6091ba;
}

a {
    text-decoration:underline;
	transition: all 0.3s ease 0s;
}
a:hover {
	text-decoration: none;
}
a, a:hover, a:active {
	outline: none;
}
.topheader {
	padding: 10px 0;
	background: #2f506c;
}
.topheader section{
    float: left;
}
.topheader .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}
.topheader .nav > li > a:hover, .topheader .nav > li > a:focus {
    text-decoration: none;
    background: none;
}
.topheader nav{
    float: right;
}
.region-header{
        padding: 20px 0;
        overflow: hidden;
}

.topheader ul {
	margin: 0;
    padding-left: 0;
}
.topheader ul li {
	display: inline-block;
	margin: 0 0 0 7px;
	padding: 0 0 0 10px;
	color: #fff;
}
.topheader ul li a {
	color: #fff;
	font-size:13px;
}
.navbar.container {
    padding-right: 0;
    padding-left: 0;
}
.topheader ul li a:hover {
	opacity: 0.8;
}
.topheader ul li:first-child {
	border: none;
	margin: 0;
	padding: 0;
}
.topheader ul li i {
	padding: 0 6px 0 0;
}
.topheader .header-social-icons li {
	padding:0;
}
.topheader .header-social-icons li i {
	font-size: 0px;
	width: 30px;
	height: 30px;
	line-height:30px;
	padding:0;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	background:#406585;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.topheader .header-social-icons li i::before {
 font-size: 13px;
 display: block;
 -webkit-font-smoothing: antialiased;
}
.topheader .header-social-icons li i:hover {
	background:#6091ba;
	color:#fff;
}
.topheader .header-social-icons li i:hover:before {
	-webkit-animation: toRightFromLeft 0.2s forwards;
	-moz-animation: toRightFromLeft 0.2s forwards;
	animation: toRightFromLeft 0.2s forwards;
}
@-webkit-keyframes toRightFromLeft {
 49% {
 -webkit-transform: translate(100%);
}
 50% {
 opacity: 0;
 -webkit-transform: translate(-100%);
}
 51% {
 opacity: 1;
}
}
@-moz-keyframes toRightFromLeft {
 49% {
 -moz-transform: translate(100%);
}
 50% {
 opacity: 0;
 -moz-transform: translate(-100%);
}
 51% {
 opacity: 1;
}
}
@keyframes toRightFromLeft {
 49% {
 transform: translate(100%);
}
 50% {
 opacity: 0;
 transform: translate(-100%);
}
 51% {
 opacity: 1;
}
}
.topheader ul li i.fa-search {
	cursor: pointer;
}
.topheader .top-right {
	margin:3px 0 0 0;
}
#search-form {
	position: absolute;
	right: 0;
	top: -10px;
	z-index: 10;
}
.topheader ul li.search #search-form.open #search {
	width: 350px;
}
#search-submit {
	display: none;
}
.topheader ul li.search #search-form #search {
	background-color: #f7f7f7;
	color: #878787;
	height: 50px;
	padding: 0 40px 0 25px;
	transition: all 0.3s ease 0s;
	width: 0;
	border: none;
	margin:0;
}
.topheader ul li.search #search-form .close {
	color: #878787;
	cursor: pointer;
	opacity: 1;
	padding: 0;
	position: absolute;
	right: 13px;
	top: 8px;
}
.register-form, .login-form {
	background: #ffffff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
	padding: 20px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 42px;
	transform: rotateX(90deg);
	transform-origin: center top 0;
	transition: all 0.6s ease 0s;
	visibility: hidden;
	width: 368px;
	z-index: -99;
}
.register:hover .register-form, .login:hover .login-form {
	margin-top: 0;
	transform: rotateX(0deg);
	visibility: visible;
	z-index: 99999;
}
.topheader h4 {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #333;
	font-weight: 600;
}
.topheader input {
	color: #ababab;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 5%;
	width: 100%;
	border: 1px solid #e5e5e5;
	margin: 0 0 10px;
}
.topheader .btn {
	background: #2f506c;
	border: 0 none;
	color: #ffffff;
	float: right;
	font-size: 14px;
	line-height: 28px;
	padding: 0 15px;
	transition: all 0.3s ease 0s;
}
.topheader span {
	color: #333;
	margin: 0 0 10px;
	display: inline-block;
}
.navbar-default {
    background: none;
    border: none;
}
#views_slideshow_cycle_main_slideshow-block_1{
    height: 400px !important;
    overflow: hidden;
}

.views_slideshow_cycle_slide, .views_slideshow_cycle_slide img {
    width: 100% !important;
    height: 400px !important;
}
.views_slideshow_cycle_slide {
    overflow: hidden;
}
.slideshow {
    margin-bottom: 20px;
}
.contact-info {
	margin:5px 0 0 0;
}
.contact-info li {
	color: #999;
	display: inline-block;
	font-size: 12px;
	padding: 0 10px;
	vertical-align: top;
}
.contact-info li i {
	color: #6091ba;
	margin-right: 10px;
	border:solid 1px #c3c3c3;
	padding:5px 6px;
	font-size:18px;
}
.contact-info li p {
	color: #666;
	font-size: 13px;
	font-weight: 400;
	line-height: 15px;
	display:inline-block;
	vertical-align:middle;
	line-height:18px;
    margin-bottom: 10px;
}
#block-kontaktyvsapke{
    float: right;
}

.contact-info li p span {
	color:#7e7e7e;
	font-weight:600;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
        background: #4678a1;
}
.navbar {;
    margin-bottom: 0;
}
.navbar-default .is-active{
    background: #4678a1 !important;
        color: #fff !important;   
}

#block-anonsnaglavnoi {
	padding:80px 0 85px;
	width:100%;
/*	float:left; */
}
#block-anonsnaglavnoi h2 {
	border-bottom: 1px solid #6091ba;
	padding:0 0 10px 0;
	margin:0 0 30px 0;
	position:relative;
	color:#6091BA;
}
#block-anonsnaglavnoi h2 span {
	color:#444444;
}
#block-anonsnaglavnoi h2::before {
 background: #6091ba;
 bottom: 0;
 content: "";
 display: inline-block;
 height: 1px;
 position: absolute;
 width: 80px;
}
#block-anonsnaglavnoi img {
	width:100%;
	height:auto;
}
#block-anonsnaglavnoi p {
	margin:0 0 12px 0;
	font-size:14px;
}
.path-frontpage h1::after {
 background-color: #6091BA;
 content: "";
 display: block;
 height: 2px;
 margin: 14px auto 0;
 width: 80px;
}
.path-frontpage h1 {
	color: #6091BA;
	font-weight: 600;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
	position: relative;
}
.author{
    margin-bottom: 20px;
}

.page-header {
     border-bottom:0;
     margin-bottom: 10px;
}
.callouts {
	margin: 30px 0 0 0;
	padding:0;
	background:#fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	float:left;
}
.callouts p {
	font-size: 14px;
	line-height: 23px;
	margin:0;
	padding: 0;
}
.callouts:hover h3 {
	color: #2f506c;
}
.callouts .icon {
	display:table-cell;
	vertical-align:middle;
	padding:20px;
	border-right:1px dashed #d7d7d7;
	min-width: 74px;
}
.callouts .content {
	display:table-cell;
	vertical-align:middle;
	padding:20px;
    height: 140px;
}
.callouts i {
	color: #2f506c;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
}
.callouts h3 {
    margin-top: 0;
	font-size: 18px;
	font-weight: 600;
	color: #2d2e2e;
}
#block-myrastemmyrazvivaemsa {
	padding: 100px 0 98px;
	width: 100%;
	float: left;
	text-align: center;
}
#block-myrastemmyrazvivaemsa h2 {
	text-align: center;
	color: #6091BA;
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
	font-weight: 600;
}
#block-myrastemmyrazvivaemsa h2 span {
	color:#444444;
}
#block-myrastemmyrazvivaemsa h2:after {
	background-color: #6091BA;
	content: "";
	display: block;
	height: 2px;
	margin: 14px auto 0;
	width: 80px;
}
#block-myrastemmyrazvivaemsa .counter{
	margin-top: 35px;
}
#block-myrastemmyrazvivaemsa .counter .number {
	font-size: 40px;
	margin: 0;
	padding: 0;
	color: #2f506c;
	font-weight: 700;
}
#block-myrastemmyrazvivaemsa .counter i {
	width:100px;
	height:100px;
	line-height:100px;
	border-radius:100px;
	font-size:32px;
	color:#2f506c;
	border:solid 1px #6091ba;
}
#block-myrastemmyrazvivaemsa .counter p {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #2f506c;
}
#block-myrastemmyrazvivaemsa .statistics {
	float: left;
	margin: 35px 0 0;
	width: 100%;
}
.copyright{
    background: #262934;
    padding: 25px 0;
    width: 100%;
    float: left;
        color: #ccc;
    position: relative;
}
footer section{
    width: 35%;
    margin: 0 10px;
    float: left;
}
#block-logovfutere{
width: 20%;
}

footer h2 {
	border-bottom: 1px solid #ccc;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	position:relative;
	font-size:18px;
	color:#6091ba;
	font-weight:600;
}
footer h2::before {
 background: #6091ba;
 bottom: 0;
 content: "";
 display: inline-block;
 height: 1px;
 position: absolute;
 width: 80px;
}
footer #block-kontakty {
	margin-right:40px;
}
footer #block-kontakty ul li {
	list-style:none;
	padding:0 0 15px 0;
}
footer #block-kontakty ul li i {
	font-size:18px;
	color:#2f506c;
	padding:0 15px 0 0;
}
footer #block-kontakty ul li a {
	color:#2d2e2e;
}
footer #block-kontakty ul li a:hover {
	color:#2f506c;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
     margin-right: 0;
     margin-left: 0;
}
.navbar-nav {
     margin: 0;
}
.view-chanels .views-row{
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}
.view-chanels .views-field{
    float: left;
    padding: 0 15px;
}

.view-chanels .views-row:last-child{
    border-bottom: 0;
}
.view-chanels .views-field-field-youtube-price-preroll, .view-chanels .views-field-field-youtube-subs, .view-chanels .views-field-field-youtube-prosmotrov{
    float: right;
    text-align: center;
}
@media (max-device-width: 768px){
.view-chanels .views-field{
    float: none !important;
    text-align: left !important;
}
    }
@media (max-device-width: 600px){
footer section {
     width: 100%;
}
}
#block-webform {
    background: url('/themes/logan/images/seo.jpg') center center no-repeat;
    background-size:cover;
        margin-top: 20px;
}
#block-webform {
    padding: 70px 200px 100px 200px;

}
@media (max-width: 1199px){
#block-webform {
    padding-top: 50px;

}
}
@media (max-width: 991px){
#block-webform {
    padding: 40px 100px;

}
    }
@media (max-width: 600px){
#block-webform {
    padding: 30px 50px ;

}

}
#block-webform h2{
    text-align:center;
    color:#fff;
}
#block-webform .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    background: none;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
}
#block-webform .btn {
    display: block;
    width: 100%;
    background: #E69A00;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 14px;
}

#block-webform .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

#block-webform .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#block-webform .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
