/*
Theme Name: 12millionov
Version: 0.0.1
Description: Кастомная тема для сайта 12 миллионов
Author: 12millionov.com
Author URI: https://12millionov.com/
Text Domain: 12millionov
*/

* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  color:#121212;
  background: #fff;
 font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
	font-size:30px;
	font-weight:normal;
	padding:0px 0 0px;
	line-height:100%;
}

a {
color: #1273cc;
text-decoration:none;
}

a:hover {
  color:#dc5a54;
  text-decoration: none;
}

img {
   max-width: 100%;
   height: auto;
   border: 0;
   border-radius: 12px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.alignleft { display: inline; float: left; margin: 5px 20px 20px 0; margin: 0.3125rem 1.25rem 1.25rem 0; }
.alignright { display: inline; float: right; margin: 5px 0 20px 20px; margin: 0.3125rem 0 1.25rem 1.25rem; }

/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

#wrapper {
        
        margin-top:40px;
        border:0px solid #000;
	width: 100%;
        max-width:1100px;
	margin: 0 auto;
	height: auto  !important;
        
	}

#headerInnertop {
        border-bottom: 1px solid #ccc;
        background: url(images/line.png) 0px 0px no-repeat;
        position:relative;
        width: 100%;
        max-width:1100px;
        height:60px;
	margin:0 auto;
        margin-top:0px;
	}

#headerInnerdown {
        border: 0px solid #000;
        background: url(images/line.png) 0px 0px no-repeat;
        position:relative;
        width: 100%;
        max-width:1100px;
        height:120px;
	margin:0 auto;
        margin-top:0px;
	}

#content {
        padding: 20px 0 0 0;
        border: 0px solid #1FA2E1;
}

#contads {
        padding: 20px 0 20px 0;
        border: 0px solid #1FA2E1; 
}
/* --------overflow:hidden;----------*/
#content #colLeft {
    float:left;
	width:65.7%;
	margin-right:3%;
    margin-top:8px;
       }

#content #colRight {
        position:relative;
        margin-left:0px;
        float:left;
	width:31%;
	}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

/* -------------------------------
HEADER ELEMENTS Tiesto
----------------------------------*/

/* bottomMenu */

#fdw {  
        z-index: 1000;
        position:relative;
        max-width:1100px;
        width:100%;
        height:50px;
	margin:0 auto;
        margin-top:0px;
overflow:hidden;
}

#fdw select {
	display:none; /* Для дисплеев мобильных устройств */
}

#fdw ul {
        margin-left:200px;
	display:block;
	z-index:999999;
}
#fdw ul li {
	display:inline-block;
	margin-right:-4px;
	position:relative;
}
#fdw ul li a:link, #fdw ul li a:visited {
        padding:15px 20px 17px 20px;
	color:#111111;
        font-size:16px;
        font-weight:bold;
	display:inline-block;
	position:relative;
        -moz-transition: all 0.3s 0.01s ease;
                        -o-transition: all 0.3s 0.01s ease;
                        -webkit-transition: all 0.3s 0.01s ease;
}
#fdw ul li a:hover, #fdw ul li a:active {
        background: #ffcc00;
        border: 0;
	color:#fff;
	text-decoration:none;
}
#fdw ul li span {
	position:absolute;
	right:0px;
	bottom:6px;
	width:7px;
	height:8px;
	margin:0 0 0 0px;
	float:right;
	display:block;
	
}
#fdw ul li.current {
	border-bottom:0px solid #e25d29;
}
#fdw ul li.current a {
	color:#333;
	cursor: default;
}

#fdw ul li.current ul li a {
	cursor:pointer;
}

/*===== Стили для sub_menu =======*/
#fdw ul li ul.sub-menu {
	position:absolute;
	top:48px;
	left:0;
	margin:0;
	padding:0;
	background:#000;
	border:0px solid #ececec;
	display:none;
	z-index:999999;
        }

#fdw ul li ul.sub-menu li.arrow_top {
	position:absolute;
	top:-12px;
	left:12px;
	width:14px;
	height:8px;
	display:block;
	border:none;
	}

#fdw ul li ul.sub-menu li {
	float:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #222;
}
#fdw ul li ul.sub-menu li a {
        border-bottom:none;
	white-space: nowrap;
	width: 150px;
	padding:12px;
	font-size:15px;
	text-transform:capitalize;
	color:#fff;
}
#fdw ul li ul.sub-menu li a:hover {
	background:#8ec636;
	color:#fff;
}
#fdw ul li ul.sub-menu li a.subCurrent {
	color:#e25d29;
	cursor:default;
}
#fdw ul li ul.sub-menu li a.subCurrent:hover {
	background:none;
}
/*=================position:fixed;==z-index: 4;==height:55px;======================*/

.bottomMenubg {
        width:100%;
        background: #fff;
        border-bottom: 3px solid #ffcc00;
         }

.linebg{
        width:100%;
        background: url(images/bg_line_menu.png) repeat;
        height:3px;
        position:relative;
        }

/*----------------------------
          Логотип
------------------------------*/

.logo {
        position:absolute;
	top:8px;
        left:0;
        }

/* Верхнее правое меню */

.topMenuRight {
        position:absolute;
	right:0px;
	top:17px;
        border: 0px solid #1FA2E1;
	}

.topMenuRight ul li {
	float:left;
}

.topMenuRight li a{
        text-shadow: none;
        font-weight:100;
        color:#444;
	text-decoration:none;
	font-size:14px;
	margin-left:0px;
        padding:10px 12px 20px 12px;
        border-bottom: 4px solid #fff;
        -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;  
        }

.topMenuRight li a:hover {
        color:#999;
        border-bottom: 4px solid #d8514a;
        }

/*----------------------------
       Основной контент
------------------------------*/
/*----------------------------
       Сингл контент
------------------------------*/
.singlecont {	
	font-size: 1.1rem;
	line-height: 1.5;
        display: block;
        width:100%;
        position:relative;
	    margin-bottom:40px;
        }

.singlecont h1 {
    font-family: Tahoma, Helvetica, Sans-Serif;
    color:#1273cc;
    font-size:30px;
	font-style:normal;
	padding:0 0 0 10px;
	line-height:40px;
    margin-bottom:20px;    
    }
.singlecont .hrdown {
        width:655px;
	height:16px;
        background: url(images/post.png) 0px 0px repeat-x;
        margin-bottom:25px;
        margin-top:27px;    
        }
.singlecont .infocont {
        margin-bottom:10px;
        margin-top:15px;
        font-size:11px;
	line-height:100%;
	color:#888;
        }
.singlecont .infocont a {
        color:#333;
        border-bottom:1px solid #ddd;
        }
.singlecont .infocont a:hover {
        color:#999;
        }
.singlecont a {
        color: #1273cc;
        }
.singlecont a:hover {
        color: #ae0bff;
        }
.singlecont .textPr {
	margin-top:20px;
	}
.singlecont .textPr h3 {
	font-family: Tahoma, Helvetica, Sans-Serif;
        color:#dc5a54;
        font-size:25px;
	font-style:normal;
	padding-top:10px;
	line-height:100%;
        margin-bottom:20px;
	}
ul {
	list-style:none;
}
.singlecont ul {
        margin-top:10px;
        margin-bottom:10px;
        }

.cont ul li {
        width:100%;
        background: url(images/list.png) 0px 12px no-repeat;
        padding:5px 0 5px 18px;
        color:#000;
        font-weight:normal;
	    line-height:25px;
        }

.cont ol li {
        width:95%;
        padding:5px 0 5px 5px;
        margin-left:25px;
        font-weight:normal;
        }
.cont ol {
    counter-reset:li; 
    padding:0; 
    list-style:none; 
  }
.cont ol li:before {
content:counter(li); 
counter-increment:li; 
color: white;
background: #ff6a00;
display: inline-block;
text-align: center;
margin: 5px 10px;
line-height: 31px;
width: 30px;
height: 30px;
border-radius: 50px;
padding: 0;
}

.cont h1 {
        background: none;
        border-bottom: 0px solid #ccc;
        color:#1273cc;
        font-size:33px;
	    font-weight:normal;
	    margin-top:20px;
	    line-height:43px;
        margin-bottom:20px;
        padding-bottom:7px;
        }

.cont h2 {
        width:100%;
        border-top: 1px dashed #86bff5;
        color:#1172b4;
        font-size:25px;
	    font-weight:normal;
	    margin-top:20px;
	    line-height:40px;
        margin-bottom:20px;
        padding-top:10px;
        }

.cont h3 {
        width:100%;
        border-top: 1px dashed #aad2f8;
        color:#1172b4;
        font-size:23px;
	font-weight:normal;
	margin-top:20px;
	line-height:37px;
        margin-bottom:16px;
        padding-top:10px;
        }

.cont h4 {
        width:100%;
        border-top: 1px dashed #bcdcf9;
        color:#1172b4;
        font-size:21px;
	font-weight:normal;
	margin-top:18px;
	line-height:37px;
        margin-bottom:10px;
        padding-top:10px;
        }

.cont h5 {
        width:100%;
        border-top: 1px dashed #cee5fb;
        color:#1172b4;
        font-size:18px;
	font-weight:normal;
	margin-top:16px;
        margin-bottom:10px;
        padding-top:10px;
        }

.cont h6 {
        width:100%;
        border-top: 1px dashed #e0effc;
        color:#1172b4;
        font-size:16px;
	font-weight:normal;
	margin-top:16px;
        margin-bottom:10px;
        padding-top:10px;
        }

.singlecont p {
            margin: 0;
            padding: 7px 0 7px 0;
        }
.singlecont table {
		border: 2px solid #DFDFDF;
		background-color: #F9F9F9;
		width: 100%;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
		color: #333;
		border-collapse: separate;
		border-spacing: 0;
	}
		.singlecont table td,.entry table th {border: 1px solid #DFDFDF; color: #444;}
		.singlecont table th {border: 1px solid #DFDFDF; font-weight: 600; padding: 7px 7px 8px; line-height: 1.3em; font-size: 14px;}
		.singlecont table td {font-size: 16px; padding: 4px 7px 4px; vertical-align: top;}
/*----------------------------
       end Сингл контент
------------------------------*/

/*#######################
          Полосы
#########################*/

.polosa {
        border-right: 8px solid #ffcc00;
        height:46px;
        background: #f0f0f0 url(images/lastpost.png) 0px 0px no-repeat;
	padding-left:0px;
        margin-bottom:20px;
        }

.polosa h2 {
        color:#fff;
        float:left;
        font-weight:100;
        background: #ffcc00;
	padding:10px 20px 16px 20px;
        margin-left:46px;
        }

.lastppolosa {
        border-right: 8px solid #dc5a54;
        height:46px;
        background: #f0f0f0 url(images/polosa.png) 0px 0px no-repeat;
	padding-left:0px;
        margin-bottom:20px;
        }

.lastppolosa h1 {
        color:#fff;
        float:left;
        font-weight:100;
        background: #ffcc00;
	padding:12px 20px 14px 20px;
        margin-left:46px;
        font-size:20px;
        }

.lastppolosa h2 {
        color:#fff;
        float:left;
        font-weight:100;
        background: #ffcc00;
	padding:10px 20px 16px 20px;
        margin-left:46px;
        }

.polosacat {
        clear:both;
        border-right: 8px solid #dc5a54;
        height:46px;
        background: #f0f0f0 url(images/pocat.png) 0px 0px no-repeat;
	padding-left:0px;
        margin-bottom:15px;
        margin-top:15px;
        }

.polosacat h2 {
        color:#fff;
        float:left;
        font-weight:100;
        background: #ffcc00;
	    padding:12px 20px 14px 20px;
        margin-left:46px;
        }

.polosacat h3 {
        color:#303030;
        font-weight:400;
        background: #f0f0f0;
	    padding:8px 20px 9px 20px;
        margin-left:46px;
        }

/*#######################
       Конец Полоса
#########################*/

/*#######################
       Инфо панель
#########################*/
.info {
        padding-left:0px;
        margin-bottom:8px;
        margin-top:8px;
        width:100%;
        font-size:10px;
	line-height:100%;
	color:#999;
        }

.info a { 
	color:#777;
        }

.info a:hover {  
	color:#4991bb;
        }

.readtime { font-size:14px;
	    color:#777;
        }

/*#######################
  Основной большой блок
#########################*/

.postBoxbig {
        position:relative;
        border:0;
        width:100%;
        height:auto;
        margin-top:0px;
        margin-left:0px;
	margin-bottom:50px;
        }


.postBoxbig h2 a {
        font-family: Tahoma, Helvetica, Sans-Serif;
        color:#1164b4;
        font-weight:100;
	font-size:30px;
        line-height:35px;
        -moz-transition: all 0.3s 0.01s ease;
        -o-transition: all 0.3s 0.01s ease;
        -webkit-transition: all 0.3s 0.01s ease;      
}

.postBoxbig h2 a:hover {
        color:#ccc;
       }

.postBoxbig .textPreview {
	font-size:15px;
	margin-bottom:15px;
}

.postThumbbig{
margin-bottom:12px;	
-moz-transition: all 0.3s 0.01s ease;
-o-transition: all 0.3s 0.01s ease;
-webkit-transition: all 0.3s 0.01s ease;
        }

.postThumbbig:hover{
        }

.postThumbbig img{
border:2px solid #ffcc00;	
        }

.more-link a {
        font-weight:600;
        background:#dc5a54;
        color:#fff;
        font-size:15px;
 
	padding:11px 20px 14px 20px;
        -moz-transition: all 0.3s 0.01s ease;
        -o-transition: all 0.3s 0.01s ease;
        -webkit-transition: all 0.3s 0.01s ease;
	}

.more-link a:hover {
        background:#5cbfd7;
        }

/*#######################
Конец Основной большой блок
#########################*/

/*#######################
  Последние посты
#########################*/

.postBox {
        float:left;
        position:relative;
        border:0;
        width:47%;
        margin-top:0px;
        margin-right:0px;
	margin-bottom:10px;
        }
.postBox a {
        font-family: Tahoma, Helvetica, Sans-Serif;
        color:#1172b4;
        font-weight:300;
	font-size:24px;
        line-height:30px;
        }

.postBox2 {
        position:relative;
        border:0px;
        width:95%;
        margin-top:5px;
        margin-left:0px;
        margin-right:19px;
	margin-bottom:11px;
        }

.postBox2 a {
        font-family: Tahoma, Helvetica, Sans-Serif;
        color:#1172b4;
        font-weight:300;
	font-size:26px;
        line-height:33px;     
}

#true_loadmore{
	background: #1172b4; /* фон */
	color: #fff; /* цвет текста */
	padding: 5px; /* отступы от границ 5px */
	text-align: center; /* выравнивание текста по центру */
	border-radius: 4px; /* закругление углов */
	margin: 20px 0; /* отступы сверху и снизу от кнопки */
	cursor:pointer; /* курсор мыши при наведении такой же, как при наведении на ссылку */
        font-size:16px;
        border: 3px solid #ffcc00;
        font-weight: bold;     
}

.first {
        margin-right:6%;
        }

#firstcat { 
        margin-right:6%;
        }

.postBox a:hover {
        color:#dc5a54;
       }

.postBox .textPreview {
	font-size:16px;
	margin-bottom:10px;
    color:#444;
}

.postBox .postThumb{
        margin-bottom:10px;
	overflow:hidden;
       }

/*#######################
  Конец Последние посты
#########################*/

/*#######################
   Посты по категориям
#########################*/

.postBoxcat {
        position:relative;
        float:left;
        margin-top:0px;
        margin-left:0px;
        width:46%;
        margin-bottom:10px;
        border: 0px;
        }

.postBoxcat li a {
        font-family: Tahoma, Sans-Serif;
        font-weight:300;
	font-size:18px;
        line-height:25px;
        border: 0 none;
        }

.postBoxcat li a:hover {
        color:#ae0bff;
        border: 0px;
        }

.postBoxcat p {
        color:#999;
        font-size:11px;
        border-bottom: 1px dashed #dad9ca;
        }

.postBoxcat p a {
        color:#5cbfd7; 
        }

.postBoxcat p a:hover{
        color:#4991bb;
        }

.postBoxcat ul li {
        position:relative;
	padding:5px 0; 
        display: inline-block;
    margin: 0 0 25px 5px;
    vertical-align: top;
    height: 222px; 
}

.postBoxcat ul li img {
   border-radius: 12px;
   background: #fff none repeat scroll 0 0;
   border: 2px solid #ffcc00;
        }

/*#######################
Конец Посты по категориям
#########################*/

/* --------------------------------
            Сайдбар
-----------------------------------*/

/* --------------------------------
           Блоки с миниатюрами
-----------------------------------*/

.rightBoxtumb {
        margin-top:0;
        margin-left:0px;
        width:100%;
        margin-bottom:20px;
        }

.rightBoxtumb li a {
        font-family: Tahoma, Sans-Serif;
        font-weight:300;
	font-size:18px;
        line-height:25px;
        border: 0 none;
        border-bottom: 1px dashed #dad9ca;
        }

.rightBoxtumb li a:hover {
        color:#ae0bff;
        }

.rightBoxtumb ul li{
        position:relative;
        height: auto;
	padding:8px 0px 12px 0px;
}

.rightBoxtumb ul li img {
        position:relative;
        float:left;
        width:330px;
        background: #fff;
        margin-bottom:10px;
        border:2px solid #ffcc00;
        }

.rightBoxtumb ul li img hover{
        opacity: 0.7;
        border: 2px solid #ffcc00;
        }

.rightBoxtumbline {
        background: url(images/rightBoxline.png) 0px 0px no-repeat;
        margin-top:0px;
        margin-left:0px;
        width:311px;
        height:2px;
        margin-bottom:5px;
        }

.rightBoxtumb h2 {
        border-top: 1px solid #ddd;
        margin-bottom:10px;
        font-size:21px;
	font-weight:100;
	font-family: Tahoma, Helvetica, Sans-Serif;
	color:#1273cc;
	display:block;
	padding:10px 0px 0px 0px;
}

.rightBoxtumb p {
        margin-top:5px;
        font-size:11px;
        color:#999;
        }

.rightBoxtumb p a {
        color:#5cbfd7;
        }

.rightBoxtumb p a:hover {
        color:#4991bb;
        }

/* --------------------------------
     Конец Блоки с миниатюрами
-----------------------------------*/

.rightBox {
        margin-top:0px;
        margin-left:0px;
        width:100%;
        margin-bottom:30px;
        
        font-family: Tahoma, Helvetica, Sans-Serif;
        color:#1164b4;
        font-weight:300;
	font-size:24px;
        line-height:30px;
        }

.rightBox h2 {
        
        border-top: 1px solid #ddd;
        margin-bottom:15px;
        font-size:21px;
	font-weight:100;
	font-family: Tahoma, Helvetica, Sans-Serif;
	color:#777;
	display:block;
	padding:10px 0px 0px 20px;
}
.rightBox ul li{     
	padding:10px 0px;
	border-bottom:1px solid #eee;
        font-size:19px;
        line-height: 16px;
        }
.rightBox a {
	color:#333;      
        }
.rightBox a:hover {
	color: #ae0bff;  
        }
/*----------------------------
       Блоки ever
------------------------------*/
.Boxever a {
        font-family: Tahoma, Sans-Serif;
        font-weight:300;
	font-size:18px;
        line-height:25px;
        border: 0 none;
        border-bottom: 1px dashed #dad9ca;
        }
.Boxever a:hover {
        color:#5cbfd7;
        }
.Boxever img {
        position:relative;
        background: #fff;
        margin-bottom:10px;
        border: 4px solid #ffcc00;
        }
/*----------------------------
FOOTER ELEMENTS
------------------------------*/

#footernav {
         position:absolute;
	 right:0px;
	 top:35px;
         
         }

#footernav ul li {
         float:left;
         
         }

#footernav li a {
        
        border-right:0px solid #333;
        font-weight:100;
        color:#fff;
	text-decoration:none;
	font-size:14px;
	padding-right:12px;
        padding-left:10px;
        -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#footernav li a:hover {
        color:#999;
        }

#footer {
        border-top:8px solid #5cbfd7;
        background: #d5d5d5;
	}

#footerdown {
        background: #fff;
        border-top:1px solid #dc5a54;
	}

#footerdownInner {
        position:relative;
	width: 100%;
        max-width:1100px;
	margin:0 auto;
	color:#ccc;
        overflow:hidden;
	padding-bottom:5px;
        height:auto;
}

#footerInner {
	width: 100%;
        max-width:1100px;
	margin:0 auto;
	color:#ccc;
        overflow:hidden;
	padding-top: 12px;
	padding-bottom: 12px;
}

#footerInner .boxFooter {
        border-top:7px solid #00c1d9;
        float:left;
	width:36%;
        margin-top:0px;
        margin-right:5%;
        -moz-transition: all 0.3s 0.05s ease;
        -o-transition: all 0.3s 0.05s ease;
        -webkit-transition: all 0.3s 0.05s ease;
        }

#footerInner .boxFooter:hover {
        border-top:7px solid #dc5954;
        
        }

#footerInner .boxFooter p{
        line-height:18px;
        color: #ccc;
	font-size:14px;
        
}

#footerInner .last {
	margin-right:0;
}

#footerInner h2 {
        
        font-weight:bold;
        color: #fff;
	font-size:18px;
	padding:10px 0 5px 10px;
	margin-bottom:0px;
}

#footerInner .boxFooter ul li  {
	padding:10px 0px 10px 0px;
	border-bottom:0px dashed #61544c;
	color:#fff;
	font-size:10px;
	font-style:italic;
}

#footerInner .boxFooter ul li img{
        padding:3px;
        border:1px solid #555;
        margin:2px 8px 7px 0px;
        display:block;
        height:45px;
        width:45px;
        float:left;
        }

#footerInner .boxFooter ul li br {
	line-height:5px;
}

#footerInner .boxFooter ul li a {
        padding-left:17px;
        background: url(images/boxFootermark.png) 0px 4px no-repeat;
	text-decoration:none;
	color:#ccc;
	font-size:14px;
	font-style:normal;
}

#footerInner .boxFooter ul li a:hover {
	color:#777;
}

#copyright {
right:0px;
top:0px;
}

#copyright p {
        line-height:16px;
        font-size:14px;
        float:left;
        margin-top:1px;
	color:#636363;
}

/* --------------------------------
Формы
-----------------------------------*/

#form-query {
        position:relative;
        background: #f0f0f0;
	border: none;
	width:90%;
        margin-top:0px;
	padding:15px 0px 15px 20px;
	font-weight:100;
	font-size:14px;
	color:#999;
	
}

#form-querysub {
        border: none;
        z-index: 4;
        position:absolute;
	right:0px;
	top:0px;
	width:46px;
	height:46px;
	background:url(images/searchico.png) 0px 0px no-repeat;
	
	}

#form-querysub:hover {
	cursor: pointer;
}

.sharenewfooter { 
        z-index: 4;
        position:absolute;
	left:0px;
	top:23px;
         
          
}


      .sharenewfooter a { display:inline-block; width: 24px; height: 24px; margin: 2px 0px 2px 0; }
      .sharenewfooter a:hover { opacity: 0.5; }
      
      .sharenewfooter .icon-facebook { 

                 background: url(images/facebook-icon.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 
}
      .sharenewfooter .icon-twitter { 
                 background: url(images/twitter-icon.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: 0px;
       
}

      .sharenewfooter .icon-Google { 
                 background: url(images/gplus-variation.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: -10px;
                 
       
}

.sharenewfooter .icon-rss { 
                 background: url(images/rss-variation.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: -5px;
       
}

.sharenewfooter .icon-vk { 

                 background: url(images/vk-icon.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: -6px;
}

.sharenew { 
        z-index: 4;
        position:absolute;
	left:0px;
	top:1px;
        }


      .sharenew a { display:inline-block; width: 24px; height: 24px; margin: 2px 0px 2px 0; }
      .sharenew a:hover { opacity: 0.5; }
      
      .sharenew .icon-facebook { 

                 background: url(images/facebook-icon.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 
}
      .sharenew .icon-twitter { 
                 background: url(images/twitter-icon.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: 0px;
       
}

      .sharenew .icon-Google { 
                 background: url(images/gplus-variation.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: -10px;
                 
       
}

.sharenew .icon-rss { 
                 background: url(images/rss-variation.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: -5px;
       
}

.sharenew .icon-vk { 

                 background: url(images/vk-icon.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: -6px;
}

/*----------------------------
         популярные посты
------------------------------*/

.relatedPosts  {
	height:420px;
        list-style:none;
}

.relatedPosts h2{
        font-family: "Segoe UI Regular", Tahoma, Helvetica, Sans-Serif;
	margin-top:30px;
        color:#555;
        padding: 0px 20px 25px 20px;
        margin-left:35px;
        border:0px solid #333;
        font-weight: 100;
        font-size:22px;

       }

.relatedPosts li  {
	display:block;
	border-bottom:1px dotted #ccc;
	padding:20px 0;
	width:100%;
	float:left;
	font-size:14px;
        background-image: none;
        padding: 0px;
        border:0px solid #333;
        list-style:none;
	margin-bottom:20px;
        }

.relatedPosts li img {
        float:left;
	margin:0 10px 0 0px;
        width: 140px; 
        height: 80px; 
        -moz-transition: border 0.3s 0.05s ease;
        -o-transition: border 0.3s 0.05s ease;
        -webkit-transition: border 0.3s 0.05s ease;
        
       }

/*-------- comments -----*/

.h2comments {
        font-family: "Segoe UI Semilight", Tahoma, Helvetica, Sans-Serif;
	color:#555;
        padding: 0px 0px 25px 0px;
        margin-left:0px;
        border:0px solid #333;
        font-weight: 100;
        font-size:28px;
	
	}

.h2comments a.addComment {
        border:none;
        color:#fff;
        padding: 10px 15px 14px 15px;
        font-size:18px;
        background: #5cbfd7;
        margin-top:-10px;
        margin-right:0px;
	display:block;
	float:right;
	-moz-transition: all 0.2s 0.01s ease-in;
        -o-transition: all 0.2s 0.01s ease-in;
        -webkit-transition: all 0.2s 0.01s ease-in;
	
	}

.h2comments a.addComment:hover {
	background: #dc5a54;
        color:#fff;
        }

h2#commentsForm {
	margin:0;
	padding-top:0;
}

#content #colLeft ul.commentlist {
        width:100%;
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:20px 0;
	border-top:0px dotted #7a9e0e;
	border-bottom:0px dotted #7a9e0e;
	padding:0;
}

#content #colLeft ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
}

#content #colLeft ul.commentlist li {
	padding:0 0 20px 40px;
	position:relative;
	border-bottom:1px solid #E5E8EA;
	margin-top:25px;
        background:none;
}

#content #colLeft ul.commentlist li p{
	font-size:14px;
	margin:10px 0;
        margin-left:10px;
}

#content #colLeft ul.commentlist li .comment-meta, #content #colLeft ul.commentlist li .text  {
	margin-left:20px;	
}

#content #colLeft ul.commentlist li .comment-meta span {
	font-size:11px;
	color:#999;
}

#content #colLeft ul.commentlist li .comment-meta {
	font-size:18px;
        margin-left:30px;
}


#content #colLeft ul.commentlist li .avatar {
	background:#fff;
	border:1px solid #eee;
	position:absolute;
	left:0;
	top:5px;
}

#content #colLeft ul.commentlist .reply {
        
        position:absolute;
	right:10px;
	top:0px;
	
	text-align:center;
	font-size:21px;
	
}

#content #colLeft ul.commentlist .reply a {
        border-bottom:none;
	display:block;
	color:#e1e1e1;
	
	-moz-transition: all 0.2s 0.01s ease-in;
        -o-transition: all 0.2s 0.01s ease-in;
        -webkit-transition: all 0.2s 0.01s ease-in;
}

#content #colLeft ul.commentlist .reply a:hover {
       
	color:#5cbfd7;
	
	
}

#content #colLeft ul.commentlist li .children li {
	margin-top:20px;
        padding-top:20px;
	border-top:1px solid #E5E8EA;
	border-bottom:none;
	overflow:hidden;
	padding-bottom:0;
}

#content #colLeft ul.commentlist li .children li .avatar {
	top:25px;
}

#content #colLeft ul.commentlist li .children li .reply {
	top:15px;
}

/* Формы комментариев */

.commenth {
        font-family: "Segoe UI Regular", Tahoma, Helvetica, Sans-Serif;
        color:#555;
        padding: 0px 20px 25px 20px;
        margin-left:35px;
        border:0px solid #333;
        font-weight: 100;
        font-size:22px;
	}

#commentform p {
	margin:0;
}

#commentform label {
        color:#777;
	display:block;
	padding:5px 0;
}

#commentform input, #commentform textarea {
	border:1px solid #ddd;
	padding:8px;
	width:50%;
	margin-bottom:10px;
        border-radius:4px;
       -moz-border-radius:4px;
       -webkit-border-radius:4px;
}

#commentform input:focus, #commentform textarea:focus {
	border:1px solid #0099FF;
}


#commentform textarea {
	width:96%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#commentform input#submit{
        font-family: "Segoe UI Semilight", Tahoma, Helvetica, Sans-Serif;
        border:none;
        border-radius:0px;
        color:#fff;
        padding: 10px 15px 14px 15px;
        font-size:18px;
        background: #5cbfd7;
        width:150px;
        margin-right:0px;
	display:block;
	cursor:pointer;
	-moz-transition: all 0.2s 0.01s ease-in;
        -o-transition: all 0.2s 0.01s ease-in;
        -webkit-transition: all 0.2s 0.01s ease-in;
	
}

#commentform input#submit:hover {
        color:#fff;
        background: #dc5a54;
	}

/*--------end comments -----*/

blockquote {
width:95%;
border-left:3px solid #1283cc;
padding-left:20px;
margin:15px 0 15px 15px;
font-size:18px;
color:#333;
font-style: italic;
}

/* Навигация */
.emm-paginate {clear:both; display:block;padding-top:25px;}
.emm-paginate a {font-size:22px; color:#1172b4; background:#ebebeb; border: 1px solid #5cbfd7; margin-right:7px; padding:6px 14px 8px;font-weight: bold}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current {font-size:22px; border: 1px solid #5cbfd7; background: #5cbfd7; color:#fff; margin-right:7px; padding:6px 14px 8px; text-align:center; text-decoration:none;font-weight: bold}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}

/* Contact Form */

#contact_form {
        position: relative;
        width: 100%;
	margin-top: 20px;
}
 
.contact_left {
        float: left;
        width: 131px;
}
 
.contact_right {
        float: right;
	width: -moz-calc(100% - 155px);
	width: -webkit-calc(100% - 155px);
	width: calc(100% - 155px);
}
 
.contact_name, .contact_email, .contact_theme, .contact_textarea { position: relative; }
 
.contact_name input[type="text"],
.contact_email input[type="text"],
.contact_theme input[type="text"] {
        position: relative;
	width: 100px;
        height: 30px;
        line-height: 30px;
	padding: 0 0 0 31px;
        margin: 0 0 20px;
        background: #f7f7f7 url(images/nameid.png) no-repeat 2px 0;
        border: none;
        border-radius: 4px;
        box-shadow: inset 0.5px 0.5px 3px #aaaaad;
        font: normal 14px Arial, sans-serif;
        color: #434343;
}
.contact_email input[type="text"] { background: #f7f7f7 url(images/mailid.png) no-repeat 0 0; }
.contact_theme input[type="text"] { background: #f7f7f7 url(images/url.png) no-repeat 2px 0; }
 
.contact_textarea textarea {
        position: relative;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
        height: 116px;
        padding: 7px 10px;
	margin: 0 0 18px;
        background: #f7f7f7;
        border: none;
        border-radius: 4px;
        box-shadow: inset 0.5px 0.5px 3px #aaaaad;
	font: normal 14px Arial, sans-serif;
        color: #434343;
}
 
.contact_name input[type="text"]:focus, .contact_email input[type="text"]:focus, .contact_theme input[type="text"]:focus, .contact_textarea textarea:focus, .contact_submit:focus {
        outline: none;
        box-shadow: 0 0 5px #aaaaad;
}
 
.contact_submit {
	float: right;
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 0 15px;
	background: #dd5a54;
        border: none;
        border-radius: 4px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
        font-weight: bold;
	color: #fff;
	transition: background-color ease-in-out .15s;
	cursor: pointer;
}
.contact_submit:hover { background: #1273cc; }
 
.contact_message {
        width: 100%;
        height: 22px;
        padding: 70px 0;
        text-align: center;
        font: normal 22px Arial, sans-serif;
        color: #434343;
}
 
.errors, .errorss {
	position: absolute;
	bottom: 2px;
	left: 10px;
	font: normal 12px Arial, sans-serif;
        color: red;
	z-index: 999;
}
/*-------End---Contact -----*/

/* -------------------------------
След. и пред. записи
----------------------------------*/

.nextpostlink a {
        margin-top:18px;
        border-bottom: none;
        font-size:18px;
        float:right;
        padding-right:80px;
        padding-top:4px;
        background: url(images/nextpostlink.png) 150px 0px no-repeat;
	height: 37px;
	}

.nextpostlink a:hover {
        background: url(images/nextpostlinkhover.png) 150px 0px no-repeat;
        border-bottom: none;
	}

.prepostlink a {
        display:block;
        width: 200px;
        margin-top:20px;
        font-size:18px;
        z-index:2000;
        background: url(images/prepostlink.png) 10px 0px no-repeat;
	padding-left:70px;
        padding-top:4px;
        padding-bottom:8px;
        border-bottom: none;
	}

.prepostlink a:hover {
        background: url(images/prepostlinkhover.png) 10px 0px no-repeat;
        border-bottom: none;
	}
/* -------------youtube------------------- */
iframe.youtube{width:100%!important;height:450px!important}
/* -------------/youtube------------------ */
/* -------------------------------
Адаптивный дизайн
----------------------------------*/

@media screen and (min-width:100px) and (max-width:1100px) {

/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

#wrapper {    
        width: 90%;
        }

#headerInnertop {     
        width: 90%;     
	}

#headerInnerdown {    
        width: 90%;  
	}
#fdw {  
        width: 93%;
}

/* Верхнее правое меню */

.topMenuRight {
        position:absolute;
	right:0px;
	top:17px;
        }

#copyright {    
	position:absolute;
	right:0px;
	top:0px;
}

/* -------------------------------
Меню
----------------------------------*/

#bottomMenublock {
        width: 90%;
        max-width:1100px;
	}

/* -------------------------------
Футер
----------------------------------*/

#footernav {
         position:absolute;
	 right:0px;
	 top:40px;      
         }

#footerdownInner {    
	width: 90%;
        }

#footerInner {
	width: 90%;    
}

#footerInner .boxFooter {
	width:20%;
        margin-right:5%;
        }
}

@media screen and (min-width:100px) and (max-width:900px) {

/* Верхнее правое меню */

.sharenew { 
        position:absolute;
	right:0px;
	top:0px;
        }

/*----------------------------
          Логотип
------------------------------*/
.logo  {
        position:absolute;
	left:0;
	top:7px;
}

/* Навигационное меню */

		#fdw nav select {
                        margin:0 auto;
                        margin-top:15px;
                        width:20%;
			display:block;
			margin-bottom:0px;
			cursor:pointer;
			padding:6px;
			background:#f9f9f9;
			border:1px solid #e3e3e3;
			color:#777;
                        }
.postBox {
        height:420px;
        margin-bottom:10px;
        }

.rightBoxtumb ul li{
        float:left;
        }

.rightBoxtumb ul li img {
        margin-right:20px;
        }

.rightBoxtumb li a {
	font-size:22px;
        }
.emm-paginate .emm-page, .emm-paginate .emm-prev, .emm-paginate .emm-next {float:left;margin-bottom:6px;}

/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

#wrapper {
        width: 90%;
        }

#headerInnertop {
       width: 90%;
       margin:0 auto;
        margin-top:0px;
	}

#headerInnerdown {
        width: 90%;
        }

#content {
        margin-top:10px;
        border: 0px solid #1FA2E1; 
}


#content #colLeft {
        margin:0 auto;
        float:none;
	width:100%;
	
        }

#content #colRight {
        margin:0 auto;
        float:none;
	width:100%;
        }

/* -------------------------------
Футер
----------------------------------*/

#footerdownInner {
        
	width: 90%;
        
}


#footerInner {
	width: 90%;
        
}


#footerInner .boxFooter {
        float:none;
	width:100%;
        margin-right:0%;
        margin-bottom:10px;
        }


/* футер */

#footerdown {
        min-height:120px;    
        }

#footerdownInner {
         min-height:120px;     
	}

#copyright {
position:absolute;
	right:0px;
	top:0px;
}

#footernav {
         position:absolute;
	 left:26%;
	 top:10px;
         
         }

.sharenewfooter { 
        z-index: 4;
        position:absolute;
	left:40%;
	top:50px;
        }

}

@media screen and (min-width:100px) and (max-width:600px) {

iframe.youtube{height:390px!important}

		#fdw ul {
			display:none;
		}
.topMenuRight li a{
        
        border-bottom: none;
        }

.topMenuRight li a:hover{
        
        border-bottom: none;
        }

.postBox {
        float:none;
        position:relative;
        border:0 solid #dedede;
        width:100%;
        height:auto;
        margin-top:5px;
        margin-right:0px;
	margin-bottom:10px;
        }

.first {
        margin-right:0;
	}

.postBoxcat {
        float:none;
        margin-top:30px;
        margin-left:0px;
        width:100%;
        margin-bottom:17px;
        border: 0px solid #7a7a7a;
        }

}

@media screen and (min-width:100px) and (max-width:480px) {

iframe.youtube{height:320px!important}

#content {
        margin-top:10px;
        border: 0px solid #1FA2E1; 
}

.sharenew { 
        display:none;
        }

.logo  {
        position:absolute;
	left:22%;
	top:5px;
}

.lastppolosa h1 {
padding:12px 7px 14px 7px;
font-size:16px;
font-weight:bold;
        }
.polosacat h3 {font-size:14px;}
	/* Навигационное меню */

        #fdw nav ul {
	            display:none;
	        }
	
		#fdw nav select {
                        float:right;
                        margin-top:15px;
                        width:20%;
			display:block;
			margin-bottom:0px;
			cursor:pointer;
			padding:6px;
			background:#f9f9f9;
			border:1px solid #e3e3e3;
			color:#777;
                        
                        }
}

.post-views {
    background: url("images/views.png")  0 7px no-repeat;
    background-position: center;
    color: #9E9E9E;
    float: none;
    font-size:11px;
    text-align: center;
    padding-left: 50px;
    width: 95%;
}

.postLikesBox {
    min-height: 30px;
    position: relative;
}

.postLikesBox .vk {
    left: 212px;
    position: absolute;
    top: 0;
}
.postLikesBox .fb {
    left: 400px;
    position: absolute;
    top: 0;
}

.postLikesBox .vw {
    left: 400px;
    position: absolute;
    top: 0;
}

.postLikesBox .vktop {
    left: 600px;
    position: absolute;
    top: 0;
}

.strong2 {       
        border-top: 1px solid #ccc;
        margin-bottom:10px;
        font-size:23px;
	font-weight:100;
	font-family: Lobster,"Segoe UI Semilight",Tahoma, Helvetica, sans-serif;
	color:#1273cc;
	display:block;
	padding: 10px 0 0 0;
}

.postshare {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 100%;
    padding: 10px 0 10px 0;
}

hr {
 border: none;
 height: 1px; 
 border-bottom: 1px solid #ccc;
 margin-bottom:15px;
 margin-top:15px;
}

.wp-caption {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: 0;
    padding: 10px 0 10px 0;
    position: relative;
    text-align: center;
}
.wp-caption img {
   max-width: 100%;
   height: auto;
   border: 0;
   border-radius: 8px;
}

.wp-caption p.wp-caption-text {
    color: #000000;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    padding: 5px;
    position: relative;
}

/* =====menu for mobil by Vladimir Saveliev savme.ru=== */
.menuwrapp_mobile{display:none;}

@media screen and (min-width:100px) and (max-width:320px) {
iframe.youtube{height:220px!important}
 }

@media screen and (max-width:900px) {
.menuwrapp_mobile{background:#333;width:100%;height:auto;padding:5px 0;margin:0;display:block;}
.mobilemenu_toggle{height:36px;width:36px;display:block;margin-left:10px;background:url('images/mob-menu-light.png') no-repeat;}
.menu_mobile{background:#444;margin-top:5px;font-size:18px;overflow:hidden;padding:0;display:none;}
.menu_mobile li{border-top:1px solid #777;margin:0;}
.menu_mobile li:hover{background:#555;}
ul.menu_mobile {list-style-type:none;margin:0;padding:0;}
.menu_mobile a {width:100%;color:#eee;display:block;font:14px/40px Arial,sans-serif;padding:0 0 8px 15px;height:31px;}	
.menu_mobile a:hover {text-decoration:none;color:#ccc;}
.menu_mobile .sub-menu{background:#333;display:none;position: static;}
ul.menu_mobile .sub-menu {list-style-type:none;margin:0;padding:0;}
.menu_mobile .sub-menu a{padding-left:30px}
}/* -------------/menu for mobil------------------- */

.imgright {
display:block; float:right;margin-left: 10px; margin-top: 5px;
}
.imgleft {
display:block; float:left;margin-right: 10px; margin-top: 5px;
}

.gotopcontent {
    display: block;
    text-align: right;
    text-decoration: underline !important;
}

.socialmedia {
       /* border-top: 2px dashed #ccc; */
        /* border-bottom: 1px dashed #ccc; */
        color:#1172b4;
        font-size:18px;
	font-style: italic; 
	line-height: 1.8;
	font-weight: 600;
        padding:15px 0 25px 0;
        display:block;
}

