/*Theme name: SHABWAH 
Theme URI: https://www.shabwah.net
Description:شبوة نت
Tags: شبوة نت
Author: Ayed CHOKRI
Version: 1
*/

@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
html {
    
    overflow-x: hidden;
}
body {
	font-family: 'Droid Arabic Kufi', sans-serif;
	direction: rtl;
	text-align: right;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
*:focus{
	outline: none !important;
}
img, iframe {
	max-width: 100%;
    height: inherit;
}
label {
    display: block;
}
input[type=submit] {
    background: #cf1650;
    border: none;
    color: #fff;
    padding: 5px 20px;
}
a {
    color: #cf1650;
}
a:hover {
    color: #710024;
	text-decoration: none;
}
.clearfix:after {
	content:"";
	display: block;
	clear: both;
}
.cmsPageWrapper {
    margin-top: 50px;
}
.cmsPageWrapper .content-post {
    border: 1px solid #f7f7f7;
    padding: 20px;
}
.entry-header {}
.entry-header h1 {
    border-right: 3px solid #cf1650;
    padding-right: 5px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}
.entry-header #breadcrumbs {
    color: #9e9e9e;
}
.entry-header #breadcrumbs a {
    color: #cf1650;
    font-weight: bold;
}
.entry-header #breadcrumbs span {}
.entry-header #breadcrumbs span.current {}
.entry-header #breadcrumbs i {}

.post-thumbnail {
	margin-bottom: 20px;
}
.tags {
    border-top: 1px dotted #e0e0e0;
    margin: 20px 0;
}
.tags h5 {
    font-size: 18px;
    font-weight: bold;
}
.tags a {
    background: #f3f3f3;
    padding: 5px 10px;
    float: right;
    margin: 5px;
}
.mainWrapper .container {
   /* overflow-x: hidden;*/
}
.header_top_main_wrapper  {
	background: #312646;
}
.header_top_main_wrapper .top-menu  li {
    float: right;
}
.header_top_main_wrapper .top-menu li a {
    color: #d7d0e5;
    font-size: 11px;
    padding: 10px 15px;
    display: inline-block;
    border-right: 1px solid #56496d;
    height: 40px;
    line-height: 25px;
}
.header_top_main_wrapper .top-menu li a:hover {
    background: #4c3b6d;
    color: #fff;
}
.header_top_main_wrapper .top-menu li:last-child a {
    border-left: 1px solid #56496d;
}

.header_top_main_wrapper .social-menu li {
    float: right;
}
.header_top_main_wrapper .social-menu li a {
    color: #776b8f;
    font-size: 16px;
    padding: 10px 15px;
    border-right: 1px solid #56496d;
    display: inline-block;
    height: 40px;
    width: 40px;
}
.header_top_main_wrapper .social-menu li a:hover {
    background: #4c3b6d;
	color: #fff;
}
.header_top_main_wrapper .social-menu li:last-child a {
    border-left: 1px solid #56496d;
}

.header_second_main_wrapper {
	background: #cf1650;
}
#date_wrapper {	
    color: #fff;
    font-size: 11px;
    padding: 10px 0;
}
.header_second_main_wrapper form {
    float: left;
}
.header_second_main_wrapper form .text-search-field {
    position: relative;
    background: #fff;
    margin-top: 5px;
}
.header_second_main_wrapper form .text-search-field i {
    position: absolute;
    left: 8px;
    top: 8px;
    color: #9e9e9e;
    font-size: 12px;
}
.header_second_main_wrapper form .text-search-field input[type="text"] {
    font-size: 11px;
    padding: 3px 10px 3px 30px;
    height: 25px;
    border: none;
}

.header_main_wrapper {
    padding: 30px 0;
}
.menuBtn.mainM_t  {
	display: none;
}


#menu_wrapper .nav {
    border: 1px solid #e0e0e0;
    border-right: none;
}
#menu_wrapper .nav  li {
	float: right;
	position: relative;
}

#menu_wrapper .nav li > a {
	line-height: 28px;
	position: relative;
    height: 50px;
    display: block;
    font-size: 14px;
    color: #484848;
    padding: 10px 14px;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #e0e0e0;
}
#menu_wrapper .nav li:first-child a {
    font-size: 0;
    padding: 10px 20px;
}
#menu_wrapper .nav > li:first-child a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f015";
    font-size: 22px;
    color: #cf1650;
}
#menu_wrapper .nav > li:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    display: block;
    bottom: 0px;
    right: 0;
    position: absolute;
    margin: 1px;
}
#menu_wrapper .nav > li:hover:after {
    background: #cf1650;
}
#menu_wrapper .nav > li:hover a {
    border-bottom: 1px solid #cf1650;
}
.topNav #menu_wrapper .nav li a {
    height: 48px;
    font-size: 14px;
    padding: 5px 10px;
}
#menu_wrapper .nav > li:hover > a {
    background: none;
    color: #cf1650;
}
#menu_wrapper .nav .sub-menu {
	list-style: none;
	display: none;
	position: absolute;
	z-index: 999999;
	font-size: 12px;
	width: 220px;
	right: 0;
    margin: 0;
    padding: 0;
}
#menu_wrapper .nav .sub-menu li {
	float: none;
	width: 100%;
	display: block;
}
#menu_wrapper .nav .sub-menu li > a {
    display: block;
    text-align: right;
    line-height: 35px;
    padding-left: 30px;
    font-size: 14px;
    border: none;
    background: #fbfbfb;
    border-bottom: 1px solid #eaeaea;
}
#menu_wrapper .nav .sub-menu li:last-child > a {
	border: none;
}
#menu_wrapper .nav li:hover > .sub-menu { 
    display: block;
}
#menu_wrapper .nav .sub-menu li:hover a {
    background: #f1f1f1;
}
.mainSlidePosts {
    margin-top: 10px;
}
.mainSlidePosts .col-md-6 .col-md-6{
	padding: 0;
}
.mainSlidePosts .row > .col-md-6:first-child{
	padding-left: 0;
}
.mainSlidePosts .row > .col-md-6:last-child{
	padding-right: 0;
}
.mainSlidePosts .slideshow-posts {
    height: 461px;
    direction: ltr;
}
.mainSlidePosts .slideshow-posts .widget-post-item {
    height: 461px;
}
.mainSlidePosts .box-post {
    height: 228px;
    margin: 0 5px 5px 0;
}
.mainSlidePosts  .slideshow-posts .widget-post-item .caption-container h1 {
    font-size: 20px;
    line-height: 30px;
}
.mainSlidePosts  .slideshow-posts .widget-post-item .caption-container {
    padding: 20px 20px 20px 20px !important;
}
.mainSlidePosts  .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: none;
}
.widget-post-item {
    position: relative;
    height: 100%;
}
.widget-post-item .image_grid_header_absolute{
	width: 100%;
    height: 100%;
    position: absolute;  
	right: 0;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.widget-post-item .link_grid_header_absolute{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
	display: none;
}
.widget-post-item .caption-container {
	position: absolute;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 220%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(220%, #000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 220%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 220%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 220%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 220%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    padding: 10px 20px 20px 20px;
    top: auto;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    padding: 10px 20px  !important;
    background: rgba(0,0,0,0.4) !important;
}
.widget-post-item .caption-container .meta-category-small a {
    position: absolute;
    top: -24px;
    background: rgba(255, 0, 0, 0.6);
    right: 20px;
    display: block;
    height: 24px;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 16px;
}
.widget-post-item .caption-container h1 {
    line-height: 25px;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}
.widget-post-item .caption-container h1 a{
	color: #fff;
}
.widget-post-item .caption-container .post-meta {
    margin-top: 10px;
    display: block;
}
.widget-post-item .caption-container .post-meta .post-date {
    color: #fff;
    font-size: 12px;
    direction: rtl;
    display: inherit;
}
.widget-post-item .caption-container .post-meta .post-date i {
    float: right;
    margin: 4px 0 0 10px;
}

.mainSlidePosts .bx-wrapper .bx-controls-direction a {
    width: 42px;
    height: 65px;
}
.mainSlidePosts .bx-wrapper .bx-controls-direction a {
    font-size: 0;
}
.mainSlidePosts .bx-wrapper .bx-prev {
    left: 0;
    background: url(images/controls.png) no-repeat 0 0;
}
.mainSlidePosts .bx-wrapper .bx-next {
    right: 0;
    background: url(images/controls.png) no-repeat -42px 0;
}
.mainSlidePosts .bx-wrapper .bx-next:hover {
    background-position: -42px 0;
}
.mainSlidePosts .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.mainSlidePosts  .bx-wrapper .bx-pager {
    display: none;
}

#latest-news-carousel {
}
#latest-news-carousel .slider-latest-news-carousel {
    direction: ltr;
}
#latest-news-carousel .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
}
#latest-news-carousel .bx-wrapper .bx-pager {
    display: none;
}
.title-costum {
    position: relative;
    margin: 15px 0;
}
.title-costum h4 {
    float: right;
    background: #cf1650;
    color: #fff;
    font-size: 13px;
    padding: 10px 15px;
    font-weight: bold;
    margin: 0;
}
.title-costum h4 a {
    color: #fff;
}
.title-costum h4:after {
	content:"";
	height: 2px;
	width: 100%;
    background: #cf1650;
	position: absolute;
	bottom: 0;
	right: 0;
}
#latest-news-carousel .box-widget-post {
    text-align: right;
    direction: rtl;
}
#latest-news-carousel .box-widget-post img {
	height: 130px;
	width: 190px;
	display: block;
}
#latest-news-carousel .box-widget-post h3 {
	font-size: 12px;
    margin: 5px 0;
}
#latest-news-carousel .box-widget-post h3 a {
    color: #373737;
    font-weight: bold;
    line-height: 20px;
}
#latest-news-carousel .box-widget-post .details {
    margin-top: 10px;
}
#latest-news-carousel .box-widget-post .details span {
    font-size: 11px;
    color: #868686;
}
#latest-news-carousel .box-widget-post .details span.views-span {
    padding-right: 20px;
    background: url(images/sprite-post.png) no-repeat right -55px;
}
#latest-news-carousel .box-widget-post .details span.comments-span {
    padding-right: 20px;
    background: url(images/sprite-post.png) no-repeat right -28px;
}


#latest-news-carousel .bx-wrapper .bx-controls-direction {
    position: absolute;
    top: -57px;
    left: 0;
    height: 40px;
    width: 40px;
}
#latest-news-carousel .bx-wrapper .bx-controls-direction a {
    font-size: 0;
    margin-top: -10px;
    width: 20px;
}
#latest-news-carousel .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
    background: url(images/controls-slider.png) no-repeat -20px -45px;
}
#latest-news-carousel .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
    background: url(images/controls-slider.png) no-repeat 0 -45px;
}
#latest-news-carousel .bx-wrapper .bx-controls-direction a.bx-next:hover {
    background: url(images/controls-slider.png) no-repeat -20px -5px;
}
#latest-news-carousel .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background: url(images/controls-slider.png) no-repeat 0 -5px;
}
.news-widget-wrapper {
    margin-bottom: 30px;
}
.news-widget-wrapper .title {
	position: relative;
    margin-bottom: 30px;
}
.news-widget-wrapper .title h4 {
    margin-bottom: 15px;
    float: right;
}
.news-widget-wrapper .title h4 a {
    color: #373737;
    font-weight: bold;
    font-size: 16px;
}
.news-widget-wrapper .title h4:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #f5f5f5;
    right: 0;
    bottom: 0;
}
.news-widget-wrapper .title h4:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background: #cf1650;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.main-box-widget-post .box-widget-post {
	
}
.main-box-widget-post .box-widget-post img {
    width: 370px;
    height: 270px;
}
.main-box-widget-post .box-widget-post p {
    font-size: 13px;
    color: #7b7b7b;
    line-height: 20px;
    margin-bottom: 20px;
}
.main-box-widget-post .box-widget-post h3{
	
}
.main-box-widget-post .box-widget-post h3 a {
	position: relative;
    font-size: 16px;
    color: #373737;
    font-weight: bold;
    padding-right: 10px;
}
.main-box-widget-post .box-widget-post h3 a:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 2px;
    background: #cf1650;
    right: 0;
    top: 5px;
}


.news-widget-wrapper .main-box-widget-post .box-widget-post .details {
    border-top: 1px solid #eaeaea;
    padding: 16px 0 17px 0;
}
.others-news-carousel .box-widget-post {
    margin-bottom: 20px;
}
.others-news-carousel .box-widget-post img {
    width: 105px;
    height: 85px;
    float: right;
    margin-left: 10px;
}
.others-news-carousel .box-widget-post h3 {
    margin: 0 0 10px 0;
}
.others-news-carousel .box-widget-post h3 a {
    font-size: 13px;
    color: #373737;
    font-weight: bold;
}



.news-widget-wrapper .box-widget-post .details span {
    font-size: 11px;
    color: #868686;
    padding-right: 24px;
    margin-left: 10px;
    display: inline-block;
    direction: rtl;
}
.news-widget-wrapper .box-widget-post .details span.publishdate-span {
    background: url(images/sprite-post.png) no-repeat right -4px;		
}
.news-widget-wrapper .box-widget-post .details span.views-span {
    background: url(images/sprite-post.png) no-repeat right -55px;		
}
.news-widget-wrapper .box-widget-post .details span.shares-span {
    background: url(images/sprite-post.png) no-repeat right -79px;
}

.bx-wrapper {
    direction: ltr;
    margin: 0 auto 10px;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
}
.bx-wrapper .bx-pager {
   display: none;
}

.main-box-widget-post ,
.news-widget-wrapper .bx-wrapper {
    border-bottom: 2px solid #f3f3f3;
}
.news-widget-wrapper .bx-wrapper {
	padding-bottom: 60px;
}
.news-widget-wrapper .bx-wrapper .bx-controls-direction {
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 40px;
    width: 40px;
}
.news-widget-wrapper .bx-wrapper .bx-controls-direction a {
    font-size: 0;
    margin-top: -10px;
    width: 32px;
    border: 1px solid #bebebe;
    display: block;
    z-index: 0;
}
.news-widget-wrapper .bx-wrapper .bx-controls-direction a:hover {
    border: 1px solid #cd1c50;
	z-index: 2;
}
.news-widget-wrapper .bx-wrapper .bx-controls-direction a.bx-next {
    right: -23px;
    background: url(images/controls-slider.png) no-repeat -20px -45px;
}
.news-widget-wrapper .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
    background: url(images/controls-slider.png) no-repeat 9px -45px;
}
.news-widget-wrapper .bx-wrapper .bx-controls-direction a.bx-next:hover {
    background: url(images/controls-slider.png) no-repeat -20px -5px;
}
.news-widget-wrapper .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background: url(images/controls-slider.png) no-repeat 9px -5px;
}

.news-slideshow-widget-wrapper {
	clear: both;
}
.news-slideshow-widget-wrapper .box-widget-post  {
	width: 100%;
	height: 340px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.news-slideshow-widget-wrapper .box-widget-post h3 {
    font-size: 13px;
    position: absolute;
    top: 50%;
    margin: 0;
    right: 15%;
    background: rgba(0, 0, 0, 0.75);
    padding: 10px;
    width: 70%;
    border-right: 4px solid rgba(207, 22, 80, 0.75);
    padding-left: 40px;
}
.news-slideshow-widget-wrapper .box-widget-post h3 a {
    color: #fff;
}
.news-slideshow-widget-wrapper .box-widget-post h3 a i {
    color: #fff;
    background: #cf1650;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 35px;
    font-size: 25px;
    text-align: center;
    line-height: 35px;
}
.news-slideshow-widget-wrapper .box-widget-post h3 a i:before {
    content: "\f137";
    top: 50%;
    position: absolute;
    right: 7px;
    margin-top: -15px;
}
.news-slideshow-widget-wrapper .bx-wrapper .bx-prev {
	font-size: 0;
	width: 30px;
	height: 60px;
    background: url(images/news-slideshow-controles.png) no-repeat 0 0;
}
.news-slideshow-widget-wrapper .bx-wrapper .bx-next {
	font-size: 0;
	width: 30px;
	height: 60px;
    background: url(images/news-slideshow-controles.png) no-repeat -30px 0;
}
.news-slideshow-widget-wrapper .bx-wrapper .bx-pager {
    display: block;
    bottom: 0;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.75);
}
.news-slideshow-widget-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    width: 15px;
    height: 4px;
}
.news-slideshow-widget-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #cf1650;
}

.gallerie-widget-wrapper .box-widget-post {
    width: 25%;
    float: right;
    padding-left: 10px;
}
.gallerie-widget-wrapper .box-widget-post > a {
	display: block;
    position: relative;
}
.gallerie-widget-wrapper .box-widget-post > a:after {
	content: "\f030";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: rgba(0, 0, 0, 0.75);
}
.gallerie-widget-wrapper .box-widget-post:nth-child(4),
.gallerie-widget-wrapper .box-widget-post:nth-child(8) {
    padding-left: 0;
} 
.gallerie-widget-wrapper .box-widget-post:hover  h3 {
    border-bottom: 2px solid #cf1650;
}
.gallerie-widget-wrapper .box-widget-post img {
    width: 190px;
    height: 165px;
}
.gallerie-widget-wrapper .box-widget-post h3 {
    font-size: 13px;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.gallerie-widget-wrapper .box-widget-post h3 a {
    color: #373737;
    line-height: 22px;
}


.gallerie-widget-wrapper .bx-wrapper .bx-controls-direction {
    position: absolute;
    top: -57px;
    left: 0;
    height: 40px;
    width: 40px;
}
.gallerie-widget-wrapper .bx-wrapper .bx-controls-direction a {
    font-size: 0;
    margin-top: -10px;
    width: 20px;
}
.gallerie-widget-wrapper .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
    background: url(images/controls-slider.png) no-repeat -20px -45px;
}
.gallerie-widget-wrapper .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
    background: url(images/controls-slider.png) no-repeat 0 -45px;
}
.gallerie-widget-wrapper .bx-wrapper .bx-controls-direction a.bx-next:hover {
    background: url(images/controls-slider.png) no-repeat -20px -5px;
}
.gallerie-widget-wrapperel .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background: url(images/controls-slider.png) no-repeat 0 -5px;
}
.widget-sidebar {
	margin-bottom: 20px;
}
.widget-sidebar .title-costum {
    margin: 5px 0 0;
}
.widget-sidebar  .contentWidget {
    border: 1px solid #f7f7f7;
    padding: 10px 0 0;
}
.widget-sidebar .box-widget-post:last-child {
	border: none;
	padding-bottom: 0;
}
.widget-sidebar .box-widget-post {
    margin-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 10px 10px;
}
.widget-sidebar .box-widget-post img {
    width: 75px;
    height: 75px;
    float: right;
    margin-left: 10px;
}
.widget-sidebar .box-widget-post a.author {
    font-size: 12px;
    color: #868686;
}
.widget-sidebar .box-widget-post h3 {
    margin: 10px 0;
    font-size: 12px;
}
.widget-sidebar .box-widget-post p {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
.widget-sidebar .box-widget-post h3 a {
    color: #4e4e4e;
}
.widget-sidebar .box-widget-post .details span {
    font-size: 11px;
    color: #868686;
}
.widget-sidebar .box-widget-post .details span.views-span {
    padding-right: 20px;
    background: url(images/sprite-post.png) no-repeat right -55px;
}
.widget-sidebar .box-widget-post .details span.comments-span {
    padding-right: 20px;
    background: url(images/sprite-post.png) no-repeat right -29px;
}
.more-comments {
    background: #f0f0f0;
    display: block;
    color: #737373;
    font-size: 12px;
    padding: 7px 10px;
    text-align: center;
    border: 1px solid #e6e6e6;
}
.follow-us-twitter img {
    width: 100%;
}

.widget-picture-and-comment .title-costum  h4 {
	background: #312646;
}
.widget-picture-and-comment .title-costum  h4:after {
	background: #312646;
}
.widget-picture-and-comment.widget-sidebar .box-widget-post p {
	color: #fff;
    font-size: 12px;
}
.widget-picture-and-comment.widget-sidebar .box-widget-post.clearfix a {
    color: #837b92 !important;
}
.widget-picture-and-comment  .contentWidget{	
    background: #312646;
    border: none;
    border-top: 1px solid #312646;
}
.widget-sidebar.widget-picture-and-comment .box-widget-post {
    border-bottom: 1px solid #41335d;
    border-right: 1px solid #312646;
    border-left: 1px solid #312646;
    padding-bottom: 10px;
}
.widget-sidebar.widget-picture-and-comment .more-comments {	
    background: #cf1650;
    border: 1px solid #cf1650;
    color: #fff;
    margin-top: -10px;
}
.widget-sidebar .main-box-widget-post {	
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 10px 10px;
}
.widget-sidebar .main-box-widget-post img {
    width: 100%;
    height: 210px;
    float: inherit;
}
.widget-sidebar.widget-picture-and-comment .box-widget-post h3 a,
.widget-sidebar.widget-picture-and-comment .box-widget-post a.author {
	color: #fff;
}
.widget-sidebar .main-box-widget-post .thumbnail-fixed {
    display: block;
    position: relative;
}
.widget-sidebar .main-box-widget-post a.author {
    position: absolute;
    bottom: 40px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}
.widget-sidebar .main-box-widget-post h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 25px;
    padding: 9px;
    margin: 0;
    background: rgba(0, 0, 0, 0.7);
}
.widget-sidebar .main-box-widget-post h3 a {
	color: #fff;
}
.widget-sidebar .main-box-widget-post .details {
    margin-top: 10px;
}

.widget-author .title-costum h4 {
    background: #312646;	
} 
.widget-author  .title-costum h4:after {
    background: #312646;
}
.widget-author  .box-widget-post img {
   /* width: 45px;
    height: 45px; */
}
.widget-author  .box-widget-post h3 {
    margin: 0;
    font-size: 11px;
}
.widget-author .box-widget-post a.author {
    font-size: 10px;
    color: #cf1650;
}
.widget-sidebar.widget-author  .box-widget-post .details {
    margin: 5px 50px 0 0;
}
/*
.widget-sidebar.popular-posts .title-costum h4 {
    background: #0180c3;	
} 
.widget-sidebar.popular-posts  .title-costum h4:after {
    background: #0180c3;
}
.widget-sidebar.sport-posts .title-costum h4 {
    background: #539900;	
} 
.widget-sidebar.sport-posts  .title-costum h4:after {
    background: #539900;
}
*/

.comment-form input, .comment-form select, .comment-form textarea {
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    text-align: right;
}
.comment-form input[type=submit] {
    width: inherit;
}

article.loop .thumbnail {
    float: right;
    border: none;
    margin-left: 20px;
}
article.loop h3 {
	
}
article.loop .main-box-widget-post .box-widget-post  h3 a {
    font-size: 18px;
}
article.loop .main-box-widget-post .box-widget-post  h3 a:before {
    height: 20px;
}
article.loop p{
	
}
article.loop .details {
	
}
article.loop .details span {
	
}



article.loop .details span {
    font-size: 11px;
    color: #868686;
    padding-right: 24px;	
	margin-left: 10px;
}
article.loop .details span.publishdate-span {
    background: url(images/sprite-post.png) no-repeat right 0px;		
}
article.loop .details span.views-span {
    background: url(images/sprite-post.png) no-repeat right -55px;		
}
article.loop .details span.shares-span {
    background: url(images/sprite-post.png) no-repeat right -79px;
}

.page-numbers {
    margin-top: 20px;
}
.page-numbers li {
    float: right;
}
.page-numbers li a {
    background: #cf1650;
    color: #fff;
    padding: 0 10px;
    margin: 0 5px 0 0;
}
.page-numbers li span.current {
    background: #312646;
    color: #fff;
    padding: 0 10px;
    margin: 0 5px 0 0;
}
footer.footer {
    background: #333;
    margin-top: 30px;
    color: #fff;
}
footer.footer .widget-footer h4 {
    position: relative;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
}
footer.footer .widget-footer h4:before {
	content:"";
	position: absolute;
	width: 15px;
	height: 3px;
    background: #cf1650;
	top: 0;
	right: 0;
}
footer.footer .widget-footer .textwidget,
footer.footer .widget-footer p {
    font-size: 12px;
    line-height: 20px;
    color: #eaeaea;
}
footer.footer .widget-footer p a {
    color: #eaeaea;
}
footer.footer .widget-footer p a:hover {
    color: #cf1650;
}
footer.footer .widget-footer ul  {}
footer.footer .widget-footer ul li {
    margin-bottom: 10px;
    width: 33.33%;
    float: right;
}
footer.footer .widget-footer ul.sub-menu {
	display: none;
}
footer.footer .widget-footer ul li a {
    color: #fff;
    font-size: 12px;
}
footer.footer .widget-footer ul li a:hover {
    color: #cf1650;
}
footer.footer .widget-footer ul li a i {
	margin-left: 10px;
    font-size: 10px;
}


div.copyright {
    background: #2c2c2c;
    color: #a5a5a5;
    font-size: 12px;
    padding: 20px 0;
}
div.copyright a {
    color: #a5a5a5;
}
div.copyright a:hover {
    color: #cf1650;
}
div.copyright .col-md-6:last-child{
    text-align: left;
}

.loading {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #312646;
    z-index: 99999999;
}
.spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -20px;
    margin-right: -20px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}