/*
Theme Name: adswikia
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adswikia
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

adswikia is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
    font-family: roboto-regular;
    src: url(fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: roboto-bold;
    src: url(fonts/Roboto-Bold.ttf);
}

html,body{
	padding: 0;
	margin: 0;

}

*{
	box-sizing: border-box;
	font-family: sans-serif;
	transition: .3s;
	font-family: roboto-regular;
}

.page-container{
	width: 1280px;
	margin: auto;
	overflow: hidden;
}
.social-icons{
	float: left;
}
.social-icon{
	height: 40px;
	margin-top: 15px;
}
.main-menu{
	float: right;
	text-transform: uppercase;
}
.main-menu ul li{
	float: left;
	padding: 5px 10px;
	background: #ff0000;
	margin-left: 5px;
	height: 45px;
	font-size: 20px;
    line-height: 32px;
    cursor: pointer;
}
.main-menu ul li a{
	cursor: pointer;
}

.main-menu ul li:hover{
	background: #e00303;
}


.main-menu ul{
	list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 15px;

}
.main-menu ul li a{
	color: #fff;
	text-decoration: none;
}
.header-top{
	height: 65px;
}			
.header-middle{
	width: 1280px;
	height: 250px;
	margin-top: 20px;

}
.header-logo{
	width: 233px;
	float: left;
	padding: 5px;
}	

.header-logo img{
	width: 100%;
}

.header-banner{
	float: right;
	width: 1000px;
	height: 230px;

}

.header-banner img{
	width: 100%;
}

.categories{
	overflow: hidden;

}	
.categories ul{
	padding: 0px;
}
.categories ul li{
	list-style: none;
	float: left;
	padding: 5px;
	background: rgb(68,68,68);
	border: 1px solid rgb(68,68,68);
	margin-right: 4px;
	padding-right: 0;
	color: #fff;
	width: 100px;
    height: 35px;
    line-height: 23px;  
}

.category.cat-active{
	background: #ff0000;
	border-color: #ff0000;
}

.categories ul li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.categories ul li .category-n{
    background: rgb(204,204,204);
    padding: 5px;
    color: #000;
    padding-bottom: 6px;
    display: block;
    width: 40%;
    float: right;
    height: 33px;
    margin-top: -5px;

}
.search-form{
	margin-top: 20px;
}
.search-form .search{
	width: 1134px;
	height: 50px;
	outline: 0;
	padding-left: 10px;
	/*font-size: 23px;*/
}
.advanced-filter-btn, .filter-button{
	width: 140px;
    height: 50px;
	background: rgb(12,12,12);
	text-align: center;
	color: #fff;
	border: none;
}


button.filter-button {
    margin: auto;
    display: block;
}

button#search-submit {
    background: none;
    border: none;
    font-size: 25px;
    margin-left: -57px;
    padding: 6px 15px;
    position: absolute;
    cursor: pointer;
}
button#search-submit:focus{
	outline: none;	
}

.menu-categories{
	overflow: hidden;
	display: none;
}

.menu-categories.active{
	display: block;
}	

.filter-categories{
	background: #ccc;
	overflow: hidden;
}
.menu-categories ul li{
	list-style: none;
	float: left;
	margin: 2px 2px;
	padding-left: 10px;
	line-height: 27px;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

li.filter-cats {
    color: #fff;
}
.filter-cats.active{
	background: #ff0000;
}

.menu-categories ul li.categoris-title{
	background: #b9b7b7;
	padding-right: 10px;
	height: 30px;
	text-transform: uppercase;
}

span.category-count {
    display: block;
    float: right;
    background: #666666;
    border-left: 1px solid #fff;
    padding: 5px 8px;
    margin-left: 10px;
    line-height: 20px;
}

.menu-category{
	background: rgb(204,204,204);
}
.m-category{
	background: rgb(68,68,68);
}
.menu-categories ul{
	padding: 5px;
}
.contant{
	width: 100%;
}
#contant{
	width: 1280px;
	overflow: hidden;
	margin-top: 30px;
}
.slider-box{
	width: 900px;
	float: left;
	height: 350px;
	text-align: right;				
}

.slider-box .slider-container{
	width: 100%;
	height: 280px;
	position: relative;
}

.slider-box .slider-container .slider-item{
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;	
}

.slider-box .slider-container .slider-item .image-container{
	width: 70%;
	height: 100%;
	float: left;
}

.slider-box .slider-container .slider-item .slider-item-content{
    width: 30%;
    float: left;
    height: 100%;
    padding: 15px;	
    text-align: left;
    position: relative;
}

.slider-box .slider-container .slider-item .slider-item-content h2{
    text-align: left;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 10px;
	word-wrap: break-word;
	font-family: roboto-bold;
}

.slider-box .slider-container .slider-item.slider-item-active{
	display: block;
}

.slider-box .slider-nav{
	width: 100%;
	height: 50px;
}

.slider-box .slider-nav .slider-nav-item{
	width: 175px;
	height: 100%;
	float: left;
	background: #444444;
	color:#fff;
	margin-left: 6px;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	cursor: pointer;
}



.slider-box .slider-nav .slider-nav-item.slider-item-active{
	background: #ff0000;
}
.slider-box .slider-nav .slider-nav-item.slider-item-active:hover{
	background: #ff0000;
}

.slider-box .slider-nav .slider-nav-item:hover{
	background: #333333;
}
.slider-box .slider-nav .slider-nav-item:first-child{
	margin-left: 0px;
}

.slider-loading-bar{
	width: 100%;
	height:5px;
}

.slider-loading-bar-loader{
	display: block;
	float: left;
	height: 5px;
	width: 0px;
	background: red;
    transition: 0s;
}
.slider-loading-bar-loader.active{
	width: 100%;
	transition: 5s;
}

.sld-btn{
	display: block;
	text-decoration: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 130px;
	height: 40px;
	background: #ff0000;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
}

.sld-btn:hover{
	background: #e00303;
}

.menu-textbar{
	width: 100%;
	overflow: hidden;
	background: rgb(68,68,68);
	margin-bottom: 20px;
}
.menu-textbar ul{
	margin: 0;
	padding: 0;
}
.menu-textbar ul li{
	list-style: none;
	background: rgb(204,204,204);
	float: left;
	margin-left: 5px;
	width: 160px;
	height: 20px;
	text-align: center;
	position: relative;
	cursor: pointer;
	line-height: 20px;
}

.menu-textbar ul li a{
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

.menu-textbar ul li .fa{
    display: block;
    position: absolute;
    left: 5px;
    top: 1px;
}

.menu-textbar ul li:first-child{
	margin-left: 0;
}

.contant-body{
	width: 900px;
	overflow: hidden;
	float: left;
}
.post-item{
	width: 100%;
	height: 175px;
	float: left;
	margin-top: 20px;
}

.post-thumbnail-container{
	width: 270px;
	float: left;
	height: 175px;
	overflow: hidden;
}

.post-thumbnail-container img{
	width: 100%;
	height: 100%;
}	

.post-item-content{
	width: 630px;
	height: 175px;
	float: left;
	overflow: hidden;
	padding: 10px;
}

.post-item-content h2{
	margin: 0 0 20px 0;
}
.post-item-content h2 a{
	color: #FA0202;
	text-decoration: none;
}

.post-item-content h2 a:hover{
	color: #ff0000;
}


.post-item-rate {
    float: right;
    font-size: 20px;
}

.post-item-rate .fa{
	color: #ff0000;
}
.post-item-rate .fa.empty{
	color: #9e9e9e;	
}


.post-item-rate-number{
	float: right;
	background: rgb(68,68,68);
	color: #fff;
	padding: 0 5px;
	width: 50px;
    text-align: center;
}
.sidebar{
	width: 358px;
	margin-left: 20px;
	float: left;
}

.sidebar-item{
    width: 100%;
    min-height: 270px;
    margin-top: 20px;
}

.sidebar-item img{
	width: 100%;
}

.sidebar-header{
	display: block;
	background: #ff0000;
	color: #fff;
	width: 100%;
	height: 20px;
	font-weight: normal;
	font-size: 15px;
	margin: 0;
    padding: 0 10px;

}


.recent-comments ul{
	padding: 0px;
	margin: 0;
	overflow: hidden;
}
.recent-comments ul li{
	list-style: none;
	float: left;
	padding: 5px
}

.comment-author{
	background: #ff0000;
	color: #fff;
	font-size: 15px;
	padding: 5px;
	float:right;
	display: block;
    margin-right: -5px;
    margin-bottom: -5px;
}

.recent-comments .black{
	width: 100%;
	color: #fff;
	background: rgb(68,68,68);
	height: 25px;
	margin-top: 5px;
}
.recent-comments .black a{
	color:#fff;
	text-decoration: none;
}
.recent-comments .grey{
	width: 100%;
	color:rgb(12,12,12);
	background: rgb(204,204,204);
}
.box1 ul{
	float: right;
}
.box1 ul li{
	list-style: none;
	width: 70px;
}
.box2{
	color: rgb(12,12,12);
	background: rgb(204,204,204);
}
.box3{
	color: #fff;
	background: rgb(68,68,68);
}

/* ********* single ************ */
.single-top{
	overflow: hidden;
}
.single-title{
	float: left;
	color: #ff0000;
	font-size: 40px;
	font-weight: normal;
	margin: 0;
}

.single-content{
	width: 100%;
	font-size: 20px;
	margin-top: 20px;
}

.single-reviews-box {
    float: right;
    width: 150px;
    height: 37px;
    
}

span.single-reviews-count {
    display: block;
    width: 43%;
    height: 100%;
    float: left;
    background: #cccccc;
    font-size: 26px;
    text-align: center;
    line-height: 36px;
}

span.single-reviews-title {
    display: block;
    background: #444444;
    width: 57%;
    float: left;
    height: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
}

.single-network-detail{
	width: 100%;
	background: #cccccc;
	margin-top: 20px;
	overflow: hidden;
}

.single-network-detail-top{
	width: 100%;
	height: 40px;
}

.single-network-detail-headline{
	display: block;
	float: left;
	background: #ff0000;
	color: #fff;
	line-height: 40px;
	height: 100%;
	font-size: 17px;
	font-weight: bold;
    padding: 0 12px;
}

.single-network-detail-contact{
	float: right;
	color: #000;
	padding: 0 10px;
    line-height: 40px;
}

.single-network-detail-contact-item{
	margin-left: 20px;
	display: block;
	float: left;
	font-size: 17px;
}

.single-network-detail-bottom{
	width: 100%;
	height: 50px;
	padding: 7px
}

.single-network-detail-btn{
	display: block;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	background: #ff0000;
	color: #fff;
	margin: auto;
	width: 260px;
	text-align: center;
	cursor: pointer;
}

.single-network-detail-btn:hover{
	background: #e00303;
}

.single-network-detail-body{
	width: 100%;
	overflow: hidden;
}

.single-network-detail-item{
	width: 100%;
	min-height: 50px;
    overflow: hidden;	
}

.single-network-detail-item:nth-child(odd){
	background: #444444;
}
.single-network-detail-item:nth-child(even){
	background: #6d6d6d;
}

.single-post-thumb-container{
	width: 100%;
	overflow: hidden;
	text-align: center;
	height: 300px;
	margin-top: 30px;
}

.single-post-thumb-container img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/*stars */

div.stars {
  width: 222px;
  display: inline-block;
  background: #ff0000;
  height: 26px;
  padding-right: 3px;
}

input.star { display: none; }

label.star {
    float: right;
    padding: 1px 3px;
    font-size: 22px;
    line-height: 25px;
    color: #9e9e9e;
    transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #fff;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
/*  color: #FE7;
  text-shadow: 0 0 20px #952;*/
}

/*input.star-1:checked ~ label.star:before { color: #F62; }*/

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f005';
  font-family: FontAwesome;
}

/*end stars*/

.comment-raiting-container{
	display: block;
	width: 100%;
	/*height: 26px;*/
}

.stars span{
    display: block;
    float: left;
    height: 26px;
    background: #cccccc;
    font-size: 16px;
    width: 86px;
    text-align: center;
    line-height: 26px;
}

.pagination-nav{
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
	margin-bottom: 20px;

}

.pagination-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination-nav ul li{
	float: left;
	display: block;
	font-size: 30px;
	height: 50px;
	width: 60px;
	background: #ccc;
	margin-left: 5px;
	border-bottom: 12px solid #444444;
	color: #444444;
	text-align: center;
}

.pagination-nav ul li a{
	color: #444444;
	text-decoration: none;
	line-height: 40px;
}
.pagination-nav ul li.active,
.pagination-nav ul li.disable
{
	border-bottom: 12px solid #ff0000;
}

.pagination-nav ul li:hover{
	border-bottom: 12px solid #ff0000;
}

.pagination-nav ul li.arrow-right{
	float: right;
}

.pagination-nav ul li.pagination-dots{
	background: none;
	border-bottom: 14px dotted #ccc;
    height: 32px;
    width: 217px;
}

.pagination-nav ul li.magination-space{
	background: none;
	border: none;
	width: 280px;
}

.pagination-nav ul li.magination-space.long{
	width: 345px;
}

.comment-body{
	overflow: hidden;
	padding-top: 15px;
    /*border-bottom: 2px solid #444;*/
}

li.comment {
    border-bottom: 2px solid #444;
    overflow: hidden;
    padding-bottom: 15px;
	width: 100%;
}

.comment div#respond {
    width: 686px;
    float: right;
    border-left: 2px solid #444;
    margin-top: -21px;
    margin-bottom: 20px;
    padding-left: 17px;
}

.comment-content {
    overflow: hidden;
    width: 75%;
    padding-left: 15px;
}

p.comment-notes {
    display: none;
}


.reply {
    width: 74%;
    float: right;
}

ol.commentlist {
    padding-left: 0;
    border-top: 2px solid #444;
    /*visibility: hidden;*/
}

footer.comment-meta {
    float: left;
    width: 24%;
    border-right: 2px solid #444;
    min-height: 150px;
    text-align: center;
}

.comment-metadata a{
	/*display: none;*/
	color: #ff0000;
	text-decoration: none;
	font-size: 20px;
}

.comment-meta .comment-author{
	width: 100%;
    /*height: 100%;*/
    background: none;
    color: #000;
}

.comment-meta .comment-author .says{
	display: none;
}


img.avatar {
    border-radius: 50%;
    margin: auto;
    display: block;
}

.comment_image {
    width: 200px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    max-height: 200px;
}

.comment_image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.single-network-detail-text {
    width: 50%;
    float: left;
    color: #fff;
    line-height: 30px;
    padding: 10px 9px;
}

.single-network-detail-item .single-network-detail-text:last-child {
    border-left: 1px solid #ccc;
}

.single-network-detail-text a{
	color: red;
	cursor: pointer;
	text-decoration: none;
}

.single-network-detail-text .detail-value{
	font-weight: bold;
}

.comment .comment-form-author, .comment .comment-form-email, .comment .comment-form-url {
    float: left;
    width: 220px;
}

.comment .comment-form-author input, .comment .comment-form-email input, .comment .comment-form-url input {
    width: 150px;
}

.comment-form-author, .comment-form-email, .comment-form-url{
	float: left;
	width: 298px;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input{
	width: 230px;
}

.comment-form-author label, .comment-form-email label, .comment-form-url label{
	background: #ccc;
	height: 24px;
    display: block;
    float: left;
    padding: 0px 5px;

}

.comment-form-comment{
	width: 100%;
	overflow: hidden;
}

.single-post-socials{
	width: 100%;
	text-align: center;
	margin: 30px 0px;
}

.single-post-socials .single-post-socials-item img{
	width: 70px;
	height: 70px;
}

a.single-post-socials-item {
    padding: 5px;
}

.comment-form-comment label{
	width: 100%;
	display: block;
	font-weight: bold;
}

.comment-form-comment textarea{
	width: 100%;
}

.form-submit input#submit {
    float: right;
    background: red;
}

.comment_image {
    float: left;
}

.comment_image .comment_image_field{
	/*background: red;*/
}

span.detail-value * {
    display: inherit;
}

.top-rated-network{
	list-style: none;
	padding:0;
}
.top-rated-network li{
    
    overflow: hidden;
    height: 70px;
}

.top-rated-network li a{
	text-decoration: none;
	color: #000;
}

.top-rated-network li .network-post-number {
    display: block;
    float: left;
    padding: 0 10px;
    height: 70px;
    background: #ccc;
    width: 55px;
    border-top: 2px solid #fff;
    line-height: 64px;
    font-size: 30px;
    text-align: center;
}

.top-rated-network li .network-post-title {
    float: left;
    margin: 0;
    height: 70px;
    background: #ccc;
    width: 215px;
    border-top: 2px solid #fff;
    font-size: 21px
}

.top-rated-network li .network-post-title span{
	font-size: 15px;
	color: #555;
}

.top-rated-network li .network-post-rate {
    display: block;
    float: right;
    padding: 0 3px;
    height: 70px;
    width: 88px;
    padding-top: 4px;
    text-align: center;
    background: #e0e0e0;
    font-size: 30px;
    line-height: 64px;
}

.top-rated-network li.network-number-1 .network-post-number,
.top-rated-network li.network-number-2 .network-post-number,
.top-rated-network li.network-number-3 .network-post-number{
	font-size: 38px;
}

.top-rated-network li.network-number-1 .network-post-title,
.top-rated-network li.network-number-2 .network-post-title,
.top-rated-network li.network-number-3 .network-post-title{
	font-size: 26px;
}

.top-rated-network li.best-network .network-post-number,
.top-rated-network li.best-network .network-post-title{
	border-top: 4px solid #fff;
}
.top-rated-network li:first-child .network-post-number,
.top-rated-network li:first-child .network-post-title{
	border: none;
}

.featured-network-item {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.featured-network-image {
    width: 47%;
    float: left;
}

.featured-network-body {
    width: 53%;
    float: right;
    padding-left: 3%;
}

.featured-network-title {
    width: 100%;
}

.featured-network-title h3 {
    margin: 0;
    color: #ff0000;
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 10px;
}

.featured-network-title a{
	text-decoration: none;
}

.featured-network-content {
    width: 100%;
}

.featured-network-rate {
    width: 50%;
    float: left;
}

.featured-network-rate i{
	color: #ff0000;
    font-size: 70px;
    position: relative;
}
.featured-network-rate i span{
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 0;
    text-align: center;
    display: block;
    line-height: 71px;
    width: 100%;
}
.featured-network-reviews {
    width: 50%;
    float: right;
}

span.featured-network-rev-number {
    width: 100%;
    display: block;
    text-align: center;
    background: #ccc;
    font-size: 25px;
}

span.featured-network-rev-text {
    display: block;
    width: 100%;
    text-align: center;
    background: #444;
    color: #fff;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
}

.comm-item-rating-container {
    width: 100%;
    overflow: hidden;
}

.comm-item-rating {
    float: right;
    border: 1px solid #ccc;
}

.comm-item-rating br{
	display: none;
}

.comm-rating-itm {
    float: left;
}

span.comm-rating-btn {
    display: block;
    float: left;
    padding: 2px 4px;
    cursor: pointer;
    width: 22px;
    text-align: center;
}

span.comm-rating-count {
	 display: block;
    float: left;
    padding: 2px 0px;
    width: 24px;
    text-align: center;
}

.comm-rating-neg span.comm-rating-btn{
	border-right: 1px solid #fff; 
}

.comm-rating-pos span.comm-rating-btn{
	border-left: 1px solid #ccc; 
}

.comm-rating-neg {
    background: #444;
    border-right: 1px solid #444;
    color:#fff;
}

.comm-item-rating-container
.post-item-rate{
	float: left;
	background: #ff0000;
	font-size: 11px;
}

.comm-item-rating-container
.post-item-rate br {
	display: none;
}

.comm-item-rating-container
.post-item-rate .post-item-rate-number{
	float: left;
	color: #000;
	background: #ccc;
	font-size: 17px;
    line-height: 26px;
}
.comm-item-rating-container
.post-item-rate .fa{
	color:#9e9e9e;
	font-size: 20px;
	line-height: 26px;
}

.comm-item-rating-container
.post-item-rate .fa.empty{
	color: #fff;
}

.post-item-rate-number.rate-name{
	width: auto;
}

.rate-num{
	width: 28px;
	display:block;
	float: left;
	text-align: center;
	font-size: 15px;
    line-height: 26px;
}

p.form-submit{
	overflow: hidden;
}

.comment .comment-raiting-container,
.children .reply,
.children .comm-item-rating-container
{
	display: none;
}


.children .comment{
	
    width: 686px;
    float: right;
    border-left: 2px solid #444;
    border-top: 2px solid #444;
    border-bottom: none;
    margin-top: -15px
}

.single-rate-container {
    height: 35px;
    width: 100%;
    overflow: hidden;
}


.single-rate-container .post-item-rate {
	float: left;
	margin-left: 23px;
}

.single-rate-container .post-item-rate:first-child {
	margin-left: 0px;
}

.single-rate-container .post-item-rate .post-item-rate-number{
	float: left;
	background: #ccc;
	color:#000;
    line-height: 35px;
    height: 35px;
   	width: 127px;
}

.single-rate-container .post-item-rate .rate-num {
	float: right;
	background: red;
    width: 40px;
    height: 35px;
    line-height: 35px;
    color: #fff;
}

.single-sorter ul li{
	width: 140px;
}


span.slider-speen {
    display: block;
    position: absolute;
    width: 181px;
    height: 5px;
    margin-top: -5px;

}

.slider-nav-item:last-child span.slider-speen{
	width: 175px;
}

span.slider-speen-in{
	display: block;
	height: 100%;
	width: 0px;
	background: red;
	transition: 0s

	/*ada9a9*/
}

.slider-item-active-speen span.slider-speen-in{
	/*background: #ada9a9;*/
	width: 100%;
	transition: 0s;
}

.slider-item-active-speen.slider-item-active span.slider-speen-in{
	width: 100%;
	transition: 5s cubic-bezier(0.24, 0.22, 0.62, 0.62);
}

.socials-detail, .socials-detail-mobile{
	float: right;
	margin-left: 10px;
	height: 100%;
    padding: 13px 0;
    line-height: 12px;
}

.socials-detail-mobile{
	display: none;
}

.socials-detail p {
	float: right;
    margin: 0;
}

.network-post-rate .fa-star{
	color: #000;
    font-size: 65px;
    position: relative;
}

.network-number-1 .network-post-rate .fa-star{
	color: #f4d03f
}

.network-number-2 .network-post-rate .fa-star{
	color: #CCCCCC
}

.network-number-3 .network-post-rate .fa-star{
	color: #cd7f32
}

.network-post-rate .fa-star span{
	color: #fff;
    font-size: 24px;
    position: absolute;
    top: 0;
    text-align: center;
    display: block;
    line-height: 65px;
    width: 100%;
}

.single-network-detail-text img{

	background: #fff;
	padding: 2px;
    box-sizing: content-box;
    border-radius: 5px;
}

.round-icon{
	background: #fff;
    border-radius: 50%;
    padding: 8px;
    line-height: 16px;
    margin-right: 5px;
}

.single-content img {
    margin: auto;
    display: block;
    max-width: 100%;
}


.post-item-rate-number.comment-rate-it{
	width: 25px;
    border-left: 5px solid #fff;
    box-sizing: content-box;
}

.breadcrumbs {
    background: rgb(68,68,68);
    margin: 10px 0;
    padding: 8px;
    color: #fff;
        margin-top: 20px;
}

.breadcrumbs a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-author .fn .url{
	text-decoration: none;
	color: #000;
    cursor: default;
}

.social-icons a {
    text-decoration: none;
}

.slider-item-active-speen-vv span.slider-speen-in{
    width: 175px;
    transition: 0s;
}

.comment .children{
	margin-top: 30px;
}

.page-template-default #comments{
	display: none;
}


/******************/

.related-posts-container h3{
	display: none;
}

.related-posts-headline {
    width: 100%;
    overflow: hidden;
    background: rgb(204,204,204);
    margin-bottom: 20px;
}

span.related-posts-headline-text {
    background: #ff0000;
    color: #fff;
    padding: 5px 10px;
    display: block;
    float: left;
}

span.yarpp-thumbnail-title {
    display: inline;
    color: #3a3a3a;
    font-size: 14px !important;
}

span.yarpp-thumbnail-title:hover{
	color: #ff0000;
}

.yarpp-thumbnail{
	text-align: center;
}

.yarpp-thumbnails-horizontal {
    padding: 0px 30px;
}

.su-table img.alignnone, .su-table img{
    display: inline;
}

.comment-raiting-container.error-rate {
    border-bottom: 1px solid red;
}

.single-rate-container .post-item-rate i.fa {
    margin-top: 8px;
}

.single-rate-container .post-item-rate i.fa.last-star {
    margin-right: 5px;
}

.mobile-menu-button{
	display: none;
}

.mobile-title-container{
	display: none;
}

#contant-body img{
	max-width: 100%;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail{
	overflow: hidden;
}

.footer-block{
	background: #444444;
	color: #cccccc;
	padding: 20px;
	overflow: hidden;
	margin-top: 30px;
	width: calc(100% - 20px);
	margin-bottom: 15px;

}
.footer-block li{
	padding: 5px;
}
.footer-block a{
		color: #cccccc;
		text-decoration: none;
		font-weight: bold
}
.footer-block a:hover{
	color: #7b7a7a;
}


.footer-block li:last-child a,
.footer-block li.last-m a{
	color:#ff0000;
}


.footer-block .footer-block-header{
	color: #fff;
}

.footer-block-left{
	width: 75%;
	float: left;
}

.footer-block-right{
	float: left;
	width: 25%;
}

.footer-block-right center{
	text-align: left;
}

.partner-list{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
}

.single-content img {
    max-width: 100%;
}


.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.news-image {
    width: 100px;
    float: left;
}

.news-title {
    width: calc(100% - 100px);
    float: left;
    padding: 10px;
    padding-top: 0px;
    margin-top: -4px;
}

.news-title .featured-network-title h3 {
    margin: 0;
    color: #000;
    font-weight: normal;
    font-size: 15px;
    padding-bottom: 0px;
}

span.news-comment-cnt {
    font-size: 12px;
    color: #7e7d7d;
}

.new-content {
    font-size: 14px;
    color: #696969;
}

.post-twitt {
    padding: 15px;
}

.post-twitt img{
	float: left;
    margin-right: 15px;
}

.mc4wp-form-fields input{
    width: 40%;
    height: 50px;
    margin: auto;
    float: none;
    padding: 0 20px;
    display: block;
}

.mc4wp-form-fields input[type=submit],
#subscribe-button{
    width: 39%;
    background: rgb(12,12,12);
    text-align: center;
    color: #fff;
    border: none;

}


#subscribe-button{
	/*display: none;*/
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
    margin: auto;
    padding: 50px;
    border: 1px solid #888;
    width: 80%;
    position: relative;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    top: 4px;
    right: 15px;
    position: absolute;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.mc4wp-form-fields {
    overflow: hidden;
    padding: 20px;
    text-align: center;
}

.submit-subscribe{
	display: none;
}

#recaptcha {
    width: 304px;
    margin: auto;

}

input.submit-subscribe{
	display: none;
}

.m-b-15{
	margin-bottom: 15px;
}

.header-banner .textwidget{
	margin-top: 40px;
}

.navigation {
	height: 50px;
}

.comments-nav{
	text-align: center;
}

.navigation a, .comments-nav a, .comments-nav span{
    display: inline-block;
    font-size: 30px;
    height: 50px;
    width: 60px;
    background: #ccc;
    margin-left: 5px;
    border-bottom: 12px solid #444444;
    color: #444444;
    text-align: center;
    text-decoration: none;
}

.navigation a:hover, .comments-nav a:hover, .comments-nav span{
	border-bottom: 12px solid #ff0000;
}

.next.page-numbers {
    float: right;
}

.prev.page-numbers {
    float: left;
}