@import url("https://fonts.googleapis.com/css?family=Dosis:600&subset=latin,latin-ext"); /* font-family: 'Dosis', sans-serif;*/
@import url("https://fonts.googleapis.com/css?family=Scheherazade&subset=arabic,latin"); /* font-family: 'Scheherazade', serif;*/

body {
    font-family: "Open Sans", serif;
}
a {
    display: block;
    font-family: "Open Sans", serif;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
a:hover {
    opacity: 0.9;
}


.container-boxed {
    width: 1020px;
    max-width: 1020px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
.container-boxed.with-border {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.container-navbar{
    overflow: visible;
}

#main-wrapper {
    display: flex;
}

#main-wrapper > .content {
    width: 679px!important;
    float: left;
    padding-top: 20px;
}
#main-wrapper > aside.sidebar {
    width: 339px!important;
    padding-top: 20px;
    float: right!important;
    border-left: 1px solid #dddddd;
}
#main-wrapper > aside.sidebar > .sidebar-content {
    /*width: !important;*/
    padding: 0 19px 20px;
    margin: 20px 0;
    border-bottom: 1px solid #ddd;

}
#main-wrapper > aside.sidebar > .sidebar-content:last-child {
    border-bottom: none;
}
#main-wrapper > aside.sidebar > .sidebar-content.content-margin-top {
    margin-top: 0;
}


.btn-theme {
    background-color: #662d91;
    border: 1px solid #662d91;
    color: #fff;
}
.btn-theme:hover,
.btn-theme.active,
.btn-theme:focus,
.btn-theme:active {
    background-color: #662d91;
    border: 1px solid #662d91;
    color: #fff;
    opacity: .8;
}


/****** content top ******/
.content-top {
    background-color: #662d91;
}
.content-top .container-boxed {
    padding: 10px 0 5px;
    background-color: #662d91;
}



.content-top .container-boxed .list-media li.dropdown-header {
    color: #fff!important;
    /*font-family: 'Dosis', sans-serif;*/
    font-family: 'Open Sans', arial,sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 0;
    margin-right: 35px;

}
.content-top .container-boxed .list-media li{
    margin-right: 20px;
}
.content-top .container-boxed .list-social li{
    margin-left: 10px;
}
.content-top .container-boxed .list-media li a,
.content-top .container-boxed .list-social li a{
    color: #fff;
    /*font-family: 'Dosis', sans-serif;*/
    font-family: 'Open Sans', arial, sans-serif;
    /*font-weight: 700;*/
    font-size: 13px;
}
.content-top .container-boxed .list-media li a:hover,
.content-top .container-boxed .list-social li a:hover{
    color: #be80ff;
}
.content-top .container-boxed .list-social li a,
.content-top .container-boxed .list-social li a span{
    background-color: transparent!important;
    color: #fff;
    font-size: 15px;
}
.content-top .container-boxed .list-social li a:hover span{
    color: #be80ff;
}




/** logo **/
header.content-navbar .container-boxed .logo-wrapper{
    margin: 20px 0;
}

/** navbar ***/
header.content-navbar .container-boxed{
    overflow: inherit;
}
#navbar-main {
    border-top: 4px solid #662d91;
    border-bottom: none;
    margin-bottom: 4px;
    padding-bottom: 0;
    background-color: #222;
}
#navbar-main .dropdown-full .caret {
    display: none;
}
#navbar-main ul.list-category li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
#navbar-main .dropdown-full .dropdown-menu {

    border-radius: 0;
    border: 1px solid #D0D0D0;
    border-top: none;
    background-color: #fff;
    box-shadow: none;
}


#navbar-main ul.list-category > li.dropdown-other ul.dropdown-menu,
#navbar-main ul.list-category > li.dropdown-other ul.dropdown-menu li,
#navbar-main ul.list-category > li.dropdown-other ul.dropdown-menu li a{
    background-color: #222;
    color: #fff;
}
#navbar-main ul.list-category > li.dropdown-other ul.dropdown-menu li a:hover,
#navbar-main ul.list-category > li.dropdown-other ul.dropdown-menu li a:active,
#navbar-main ul.list-category > li.dropdown-other ul.dropdown-menu li a.active{
    background-color: #fff;
    color: #222;
    opacity: 1;
}


#navbar-main ul.list-search > li > a {
    background-color: #662d91 !important;
    color: #fff;
    /*font-family: "Dosis", sans-serif;*/
    font-family: Dosis, Scheherazade, sans-serif, serif;
    font-weight: 600;
    font-size: 18px;
    height: 50px;
}

#navbar-main ul.list-category {
    margin-left: 10px;
}
#navbar-main ul.list-category > li > a{
    background-color: #222!important;
    color: #fff;
    /*font-family: "Dosis", sans-serif;*/
    font-family: Dosis, Scheherazade, sans-serif, serif;
    font-weight: 700;
    font-size: 18px;
    height: 50px;
}
#navbar-main ul.list-category > li:active > a,
#navbar-main ul.list-category > li.active > a,
#navbar-main ul.list-category > li:hover > a{
    background-color: #fff!important;
    color: #222;
    opacity: 1;
}


#navbar-main .list-category-sub {
    /*margin: 10px 10px 0;
    background-color: #c91717;*/

    padding: 5px 20px 10px;

}
#navbar-main .list-category-sub li{
    margin-right: 10px;
}
#navbar-main .list-category-sub li.active a{
    background-color: #662d91;
    color: #fff;
}

#navbar-main .list-category-sub li a{
    color: #222;
    padding: 3px 5px;
    font-size: 12px;
    background-color: transparent;
    border-radius: 3px;
}
/*#navbar-main .list-category-sub li a:hover{
    color: #222;
}*/



#navbar-main .list-news.content-padding-tb{
    padding-top: 5px;
    padding-bottom: 5px;
}
#navbar-main .list-news {
    padding-left: 19px;
    padding-right: 19px;
}
#navbar-main .list-news li {
    width: 180px;
    margin-right: 20px;
}
#navbar-main .list-news li:last-child {
    margin-right: 0;
}
#navbar-main .list-news li a{
    color: #222;
}
#navbar-main .list-news li a:hover{
    color: #662d91;
}
#navbar-main .list-news li .news-image {
    width: 180px;
    height: 120px;
}
#navbar-main .list-news li .news-info .news-caption{
    height: 55px;
    max-height: 55px;
    overflow: hidden;
    line-height: 1.4;
}
#navbar-main .list-news li .news-info .news-abstract{
    display: none;
}



#navbar-main .list-search li > ul{

    width: 300px;
    border: none;
    padding: 0;


    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #662d91;
}
#navbar-main .list-search li > ul form input[type="text"] {

    background-color: #662d91;
    border: none;
    width: 230px;
    color: #fff;
}
#navbar-main .list-search li > ul form button {
    height: 34px;
    border: none;
    padding: 0 15px;
    text-align: center;
    border-left: 1px solid #fff;
    background-color: #662d91;
    color: #fff;
}










/****** hot news *****/


.container-hot {
    padding: 10px 0;
    height: 50px;
}
.container-hot .hot-title {
    width: 138px;
    background-color: #c91717;
    height: 30px;
    margin-left: 10px;
    border-radius: 3px;

}
.container-hot .hot-title h4 {
    font-size: 13px;
    font-weight: 700;
    /*padding: 5px 0;*/
    line-height: 30px;
    height: 30px;
    color: #fff;
}
.container-hot .hot-title h4 > span{
    height: 30px;

    padding: 0 10px;
    font-size: 18px;
    float: left;
    line-height: 30px;
}
.container-hot .hot-items {
    height: 40px;
    width: 870px;
    padding: 0 10px;
    /*background-color: #f5e67e;*/
}
.container-hot .hot-items a {
    color: #000000;
    font-size: 16px;
}
.container-hot .hot-items .ticker-controls {
    width: 60px;
    position: relative;
    line-height: 30px;
}
.container-hot .hot-items .ticker-controls span {
    width: 22px;
    font-size: 12px;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    height: 22px;
    line-height: 22px;
    color: #666666;
    border: 1px solid #eee;
    border-radius: 3px;
}
.container-hot .hot-items .ticker-controls span:hover {
    background-color: #662d91;
    color: #fff;
}

#hot-news-ticker{
    height: 30px;
    overflow: hidden;
}
#hot-news-ticker li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}













/**** carousel ***/
#headline-carousel {
    margin-bottom: 60px;
}

#headline-carousel,
#headline-carousel li,
#headline-carousel li a,
#headline-carousel li a .news-item,
#headline-carousel li a .news-item .news-image{
    width: 679px;
    height: 325px;
}
#headline-carousel li a .news-item .news-image{

}
#headline-carousel li a .news-item {
    position: relative;
}
#headline-carousel li a .news-item .news-info{
    /*position: absolute;
    left: 0;
    top: 0;
    width: 679px;
    height: 325px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(188,188,188,0.25) 50%, rgba(63,63,63,0.49) 75%, rgba(61,61,61,0.5) 76%, rgba(19,19,19,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(188,188,188,0.25) 50%,rgba(63,63,63,0.49) 75%,rgba(61,61,61,0.5) 76%,rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(188,188,188,0.25) 50%,rgba(63,63,63,0.49) 75%,rgba(61,61,61,0.5) 76%,rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#131313',GradientType=0 );*/
}
#headline-carousel li a .news-item .news-caption{
    position: absolute;
    bottom: 10px;
    left: 10px;
    /*width: 100%;*/
    width: auto;
    /*background-color: rgba(77, 178, 236, .9);*/
    /*background-color: transparent;*/
    background-color: rgba(102, 45, 145, .85);
    border-radius: 4px;
    color: #fff;
    font-size: 23px;
    padding: 10px;
    line-height: 1.4;
    font-family: 'Open Sans', arial,sans-serif;
}
#headline-carousel .owl-controls {
    margin: 0;
    height: 40px;
    background-color: #000;
}
#headline-carousel .owl-controls .owl-page{
    width: 45px;
    height: 40px;
}
#headline-carousel .owl-controls .owl-page.active span{
    background-color: #662d91;
}
#headline-carousel .owl-controls .owl-page span{
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 45px;
    border-radius: 0;
    background-color: #222;
}





#subhead-list {
    width: 1020px;
    margin-top: 12px;
}
#subhead-list li:first-child {
    margin-right: 14px;
}
#subhead-list li {
    margin-right: 13px;
}
#subhead-list li:last-child {
    margin-right: 0;
}
/*#subhead-list li:nth-child(1),
#subhead-list li:nth-child(2){
    margin-bottom: 5px;
}*/
#subhead-list li a .news-item {
    position: relative;
}
#subhead-list li a .news-item .news-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 245px;
    height: 176px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(188,188,188,0.25) 50%, rgba(63,63,63,0.49) 75%, rgba(61,61,61,0.5) 76%, rgba(19,19,19,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(188,188,188,0.25) 50%,rgba(63,63,63,0.49) 75%,rgba(61,61,61,0.5) 76%,rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(188,188,188,0.25) 50%,rgba(63,63,63,0.49) 75%,rgba(61,61,61,0.5) 76%,rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#131313',GradientType=0 );
}
#subhead-list li a .news-item .news-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*background-color: rgba(77, 178, 236, .9);*/
    color: #fff;
    font-size: 16px;
    padding: 5px;
    line-height: 1.4;
    font-family: 'Open Sans', arial,sans-serif;

}
#subhead-list li a .news-item .news-image {

}

#subhead-list li,
#subhead-list li a,
#subhead-list li a .news-item,
#subhead-list li a .news-item .news-image{
    width: 245px;
    height: 176px;
}



















#news-listview {
    padding-right: 20px;
    padding-left: 20px;
}
#news-listview .news-item {
    width: 300px;
}

#news-listview .news-item:nth-child(odd) {
    float: left;
}
#news-listview .news-item:nth-child(even) {
    float: right;
}
#news-listview .news-item .news-image,
#news-listview .news-item .news-info {
    width: 300px;
    margin: 0 auto;
}
#news-listview .news-item .news-image {
    height: 200px;
}
#news-listview .news-item .news-caption {
    line-height: 1.3;
    height: 60px;
    max-height: 60px;
    overflow: hidden;
    text-align: left;
}
#news-listview .news-item a{
    color: #222;
}
#news-listview > .news-wrapper .news-caption {
    padding-top: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Open Sans', arial,sans-serif;
}






/*#news-listview .news-wrapper.rtl,*/
#news-listview .news-wrapper.rtl .news-item,
#news-listview .news-wrapper.rtl .news-item .news-info,
#news-listview .news-wrapper.rtl .news-item .news-caption,
#news-listview .news-wrapper.rtl .news-item .news-abstract{
    direction: rtl;
}
#news-listview .news-wrapper.rtl .news-item:nth-child(odd) {
    float: right!important;
}
#news-listview .news-wrapper.rtl .news-item:nth-child(even) {
    float: left!important;
}
#news-listview .news-wrapper.rtl .news-item .news-caption{
    text-align: right;
}













.main-wrapper .content .category-news-wrapper.rtl,
.main-wrapper .content .category-news-wrapper.rtl .title.cat-title,
.main-wrapper .content .category-news-wrapper.rtl .title.cat-title h4,
.main-wrapper .content .category-news-wrapper.rtl .category-news-list li,
.main-wrapper .content .category-news-wrapper.rtl .category-news-list li:first-child a .news-item,
.main-wrapper .content .category-news-wrapper.rtl .category-news-list li a .news-item .news-image,
.main-wrapper .content .category-news-wrapper.rtl .category-news-list li a .news-item .news-info{
    direction: rtl;
}
.main-wrapper .content .category-news-wrapper.rtl .category-news-list {
    margin: 0;
    padding: 0;
}

.main-wrapper .content .category-news-wrapper.rtl .category-news-list li{
    float: right!important;
    margin-left: 0;
    margin-right: 19px;
}
.main-wrapper .content .category-news-wrapper.rtl .category-news-list li:first-child {
    margin-left: 20px;
    margin-right: 0;
}
.main-wrapper .content .category-news-wrapper.rtl .category-news-list li a .news-item .news-image {
    width: 105px;
    height: 70px;
    float: right;
}
.main-wrapper .content .category-news-wrapper.rtl .category-news-list li a .news-item .news-info {
    margin-right: 115px;
    margin-left: 0;
}
.main-wrapper .content .category-news-wrapper.rtl .category-news-list li:first-child a .news-item .news-info {
    margin-right: 0;
    margin-left: 0;
}







.main-wrapper .content .category-news-wrapper{
    width: 100%;
    padding: 10px 20px;
}
.main-wrapper .content .category-news-wrapper .title.cat-title {
    display: inline-block;
}
.main-wrapper .content .title.cat-title h4,
.main-wrapper .content .category-news-wrapper .title.cat-title h4{
    font-size: 15px;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700;
}
.main-wrapper .content .category-news-wrapper .title.cat-title:hover h4{
    color: #122837;
}
.main-wrapper .content .category-news-wrapper .category-news-list li{
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 300px;
}
.main-wrapper .content .category-news-wrapper .category-news-list li:last-child{
    margin-bottom: 0;
}
.main-wrapper .content .category-news-wrapper .category-news-list li:first-child {
    margin-right: 19px;
    margin-left: 0;
    margin-bottom: 0;
}
.main-wrapper .content .category-news-wrapper .category-news-list li:first-child a .news-item{
    position: relative;
    padding: 0;
    margin: 0;
    height: 340px!important;
    max-height: 340px!important;
}
.main-wrapper .content .category-news-wrapper .category-news-list li:first-child a .news-item .news-image{
    width: 300px!important;
    height: 190px!important;
    float: none;
}
.main-wrapper .content .category-news-wrapper .category-news-list li:first-child a .news-item .news-info{
    float: none;
    margin-left: 0;
}
.main-wrapper .content .category-news-wrapper .category-news-list li:first-child a .news-item .news-info .news-caption {
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}
.main-wrapper .content .category-news-wrapper .category-news-list li:first-child a .news-item .news-info .news-abstract {
    display: block;
}



.main-wrapper .content .category-news-wrapper .category-news-list li a .news-item{
    height: 70px;
    max-height: 70px;
    overflow: hidden;
}
.main-wrapper .content .category-news-wrapper .category-news-list li a .news-item .news-image {
    width: 105px;
    height: 70px;
    float: left;
}
.main-wrapper .content .category-news-wrapper .category-news-list li a .news-item .news-info {
    margin-left: 115px;
}

.main-wrapper .content .category-news-wrapper .category-news-list li a .news-item .news-caption {
    line-height: 1.3;
    max-height: 70px;
    overflow: hidden;
    width: 100%;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 13px;
    font-weight: 600;

}
.main-wrapper .content .category-news-wrapper .category-news-list li a .news-item .news-abstract {
    display: none;
}

.main-wrapper .content .category-news-wrapper .category-news-list li a {
    color: #222;
}











/************ media gallery video ************/
/*.main-wrapper .content .video-wrapper {
    background-color: #de0000;
}
.main-wrapper .content .video-wrapper .title.cat-title h4{
    background-color: #ff4238;
}
.main-wrapper .content .gallery-wrapper {
    background-color: #0f79ed;
}
.main-wrapper .content .gallery-wrapper .title.cat-title h4{
    background-color: #00a3d9;
}*/

.main-wrapper .content .gallery-wrapper .title.cat-title,
.main-wrapper .content .video-wrapper .title.cat-title{
    display: inline-block;
    margin-left: 20px;
}
.main-wrapper .content .gallery-wrapper .title.cat-title h4,
.main-wrapper .content .video-wrapper .title.cat-title h4{
    font-size: 14px;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700;
}
.main-wrapper .content .gallery-wrapper .title.cat-title:hover h4,
.main-wrapper .content .video-wrapper .title.cat-title:hover h4{
    color: #122837;
}

#gallery-carousel,
#gallery-carousel .gallery-item,
#video-carousel,
#video-carousel .video-item{
    position: relative;
}
#gallery-carousel .gallery-item .gallery-info,
#gallery-carousel .gallery-item img,
#video-carousel .video-item .video-info,
#video-carousel .video-item img {
    margin: 0 auto;
    width: 336px;
}

#gallery-carousel .gallery-item img {
    height: 220px;
}
#video-carousel .video-item img {
    height: 189px;
}
#gallery-carousel .gallery-item .gallery-info .gallery-caption,
#video-carousel .video-item .video-info .video-caption {
    color: #fff;
}
#gallery-carousel .gallery-info {
    height: 220px;
}
#video-carousel .video-info{
    height: 189px;
}
#gallery-carousel .gallery-info,
#video-carousel .video-info{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(188,188,188,0.25) 50%, rgba(63,63,63,0.49) 75%, rgba(61,61,61,0.5) 76%, rgba(19,19,19,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(188,188,188,0.25) 50%,rgba(63,63,63,0.49) 75%,rgba(61,61,61,0.5) 76%,rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(188,188,188,0.25) 50%,rgba(63,63,63,0.49) 75%,rgba(61,61,61,0.5) 76%,rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#131313',GradientType=0 );
}
#gallery-carousel .gallery-info .gallery-caption,
#video-carousel .video-info .video-caption{
    position: absolute;
    color: #fff;

    left: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    line-height: 1.4;
    font-family: 'Open Sans', arial,sans-serif;
}
#gallery-carousel .owl-pagination .owl-page span,
#video-carousel .owl-pagination .owl-page span{
    color: #fff;
    background-color: #fff;
}
#gallery-carousel .owl-controls,
#video-carousel .owl-controls {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 20px;
    top: -33px;
}

#gallery-carousel .owl-controls .owl-buttons div.owl-prev,
#video-carousel .owl-controls .owl-buttons div.owl-prev{
    margin: 0 2px 0 0;
}
#gallery-carousel .owl-controls .owl-buttons  div.owl-next,
#video-carousel .owl-controls .owl-buttons  div.owl-next{
    margin: 0 0 0 2px;
}
#gallery-carousel .owl-controls .owl-buttons div,
#video-carousel .owl-controls .owl-buttons div{
    background-color: #662d91;
    border-radius: 3px;
    padding: 3px 7px;
    opacity: 1;
}
#gallery-carousel .owl-controls .owl-buttons div:hover,
#video-carousel .owl-controls .owl-buttons div:hover{
    opacity: .9;
    color: #122837;
}



.with-border-top {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.with-border-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}





.title.cat-title {
    border-radius: 3px;
    margin-bottom: 5px;
}
.title.cat-title h4 {
    background-color: #662d91;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
}























.btn-group button {
    border-radius: 3px;
}






/* SIDEBAR*/
aside.sidebar .title {
    background-color: #662d91;
    padding: 8px;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    margin-left: 20px;
    margin-bottom: 10px;
}
aside.sidebar .title h4{
    font-size: 14px;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700;
}
#league-button, #fixture-button, #popular-comment-button, #popular-view-button {
    color: #fff;
    background-color: #662d91;
    font-size: 12px;
    font-weight: 700;
    border-color: #662d91;
}
#league-button:hover.active, #fixture-button:hover.active, #popular-comment-button:hover.active, #popular-view-button:hover.active,
#league-button.active, #fixture-button.active, #popular-comment-button.active, #popular-view-button.active {
    background-color: #492068;
    opacity: 1;
    color: #fff;
    border: 1px solid #662d91;
}
#league-button:hover, #fixture-button:hover, #popular-comment-button:hover, #popular-view-button:hover {
    background-color: #9e46e0;
    border-color: #662d91;
}



aside.sidebar ul.fixture-list {
    height: 385px;
}







/** pharmacy */
aside.sidebar .pharmacy-content > .select-city{
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
aside.sidebar .pharmacy-content > .select-city > a {
    float: none;
    display: block;
    color: #222;
}


aside.sidebar .pharmacy-content  .pharmacy-list li{
    white-space: normal!important;
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
}
aside.sidebar .pharmacy-content  .pharmacy-list li:hover{
    background-color: #eee;
}
aside.sidebar .pharmacy-content  .pharmacy-list li .name{
    font-size: 15px;
    font-weight: 700;
}
aside.sidebar .pharmacy-content  .pharmacy-list li small {
    font-weight: 700;
}
aside.sidebar .pharmacy-content  .pharmacy-list li small,
aside.sidebar .pharmacy-content  .pharmacy-list li .address{
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
aside.sidebar .pharmacy-content  .pharmacy-list li:last-child {
    border-bottom: none;
}





/* POPULAR */
aside.sidebar .popular-view-list li:last-child,
aside.sidebar .popular-comment-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
aside.sidebar .popular-view-list li,
aside.sidebar .popular-comment-list li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
aside.sidebar .popular-view-list li > a,
aside.sidebar .popular-comment-list li > a {
    color: #222222;
}
aside.sidebar .popular-view-list li > a .news-item .news-image-cover,
aside.sidebar .popular-comment-list li > a .news-item .news-image-cover {
    float: left;
}
aside.sidebar .popular-view-list li > a .news-item .news-image,
aside.sidebar .popular-comment-list li > a .news-item .news-image {
    width: 100px;
    height: 67px;
    border: 1px solid #ddd;
}
aside.sidebar .popular-view-list li > a .news-item .news-caption,
aside.sidebar .popular-comment-list li > a .news-item .news-caption {
    margin-left: 120px;

    height: 67px;
    max-height: 67px;
    overflow: hidden;

    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 1.4;


    font-weight: 600;
    font-family: 'Open Sans', arial,sans-serif;
}












/* ARTICLE */
aside.sidebar .article-list {
    /*margin-bottom: 20px;*/
    max-height: 352px;
    height: auto;
    /*overflow: auto;*/
}
aside.sidebar .article-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
aside.sidebar .article-list li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
aside.sidebar .article-list li > a {
    color: #222222;

}

aside.sidebar .article-list li > a > div {
    overflow: hidden;
    border: 1px solid #ddd;
}

aside.sidebar .article-list li > a > div,
aside.sidebar .article-list li > a > div .author-image {
    width: 90px;
    height: 100px;
}
aside.sidebar .article-list li > a > div .author-image {
    float: left;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
aside.sidebar .article-list li > a:hover > div .author-image {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
aside.sidebar .article-list li > a > div .article-info {
    position: absolute;
    left: 110px;
    top: 0;
    height: 100px;
    max-height: 100px;
    overflow: hidden;
    color: #222;

    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.5px;
}









/* INTERVIEW */
#interview-carousel li{
    width: 300px;
    height: 200px;
    position: relative;
}

#interview-carousel li a{
    display: block;
    position: relative;
    color: #fff;
}

#interview-carousel li a .news-image{
    width: 300px;
    height: 200px;
}

#interview-carousel li a .news-caption{
    position: absolute;
    width: 100%;
    bottom: 0;
    /*background-color: rgba(0,0,0, .7);*/

    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
    line-height: 1.4;
    font-family: 'Open Sans', arial,sans-serif;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,2c2c2c+15,000000+28,131313+75,131313+75,000000+100&amp;0+0,0.1+15,0.8+75,1+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjglIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMTMxMzEzIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(76,76,76,0) 0%, rgba(44,44,44,0.1) 15%, rgba(0,0,0,0.25) 28%, rgba(19,19,19,0.8) 75%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,0)), color-stop(15%,rgba(44,44,44,0.1)), color-stop(28%,rgba(0,0,0,0.25)), color-stop(75%,rgba(19,19,19,0.8)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(76,76,76,0) 0%,rgba(44,44,44,0.1) 15%,rgba(0,0,0,0.25) 28%,rgba(19,19,19,0.8) 75%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(76,76,76,0) 0%,rgba(44,44,44,0.1) 15%,rgba(0,0,0,0.25) 28%,rgba(19,19,19,0.8) 75%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(76,76,76,0) 0%,rgba(44,44,44,0.1) 15%,rgba(0,0,0,0.25) 28%,rgba(19,19,19,0.8) 75%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(76,76,76,0) 0%,rgba(44,44,44,0.1) 15%,rgba(0,0,0,0.25) 28%,rgba(19,19,19,0.8) 75%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c4c4c', endColorstr='#000000',GradientType=0 ); /* IE6-8 */


}

#interview-carousel .owl-controls{
    margin-top: 0;
}

#interview-carousel .owl-controls .owl-pagination{
    padding: 5px 0;
    background-color: #000;
}

#interview-carousel .owl-controls .owl-pagination .owl-page{
    width: 30px;
    height: 30px;
    text-align: center;
}

#interview-carousel .owl-controls .owl-pagination .owl-page .owl-numbers{
    border-radius: 0;
    margin: 0;
    line-height: 30px;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    background-color: #000;
}

#interview-carousel .owl-controls .owl-pagination .owl-page.active .owl-numbers{
    background-color: #662d91;
}





/* QUOTE */
aside.sidebar .sidebar-content.quote-content blockquote{
    margin-top: 20px;

}








/* SURVEY */
aside.sidebar .survey-result-list {
    padding: 0 20px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
aside.sidebar .survey-result-list li:last-child,
aside.sidebar .survey-result li:last-child,
aside.sidebar .survey-result-list li.nav-header,
aside.sidebar .survey-result li.nav-header,
aside.sidebar .survey-result-list li.nav-header .survey-caption,
aside.sidebar .survey-result li.nav-header .survey-caption,
aside.sidebar .survey-form li.nav-header .survey-caption{
    font-size: 14px;
    line-height: 1.3;
}
aside.sidebar .survey-result-list li.nav-header,
aside.sidebar .survey-result li.nav-header,
aside.sidebar .survey-form li.nav-header {
    border-bottom: 1px solid #ddd;
    /*padding: 0 10px 10px;*/
    margin: 0;
    padding: 0;
}
aside.sidebar .survey-result-list li.nav-header h4,
aside.sidebar .survey-result li.nav-header h4,
aside.sidebar .survey-form li.nav-header h4{
    margin: 0;
    padding: 5px 0;
}

aside.sidebar .survey-form li .form-group label {
    margin-left: 20px;
}
aside.sidebar .survey-result-list li,
aside.sidebar .survey-result li {
    padding: 5px 0;
    margin: 0;
}
aside.sidebar .survey-result-list li h4,
aside.sidebar .survey-result li h4 {
    font-size: 14px;
}

#survey-view-button {
    border: 1px solid #ddd!important;
}
/*aside.sidebar .survey-result .progress .progress-bar,*/
.progress {
    margin: 5px 0;
    padding: 0;
    border-radius: 0;
}
.progress .progress-bar {
    background-color: #662d91;
}

















/* exchange */
aside.sidebar .exchange-list {
    /*background-color: #fbfbfb;
    border: 1px solid #ddd;*/
    /*padding-top: 10px;*/
    width: 100%;
}
aside.sidebar .exchange-list li{
    float: left;
    /*width: 84px;*/
    width: 25%;
    padding: 0;
}

aside.sidebar .exchange-list li .fa-caret-down{
    color: red;
}
aside.sidebar .exchange-list li .fa-caret-up{
    color: green;
}












/* WEATHER */
aside.sidebar .weather-list {
    /*background-color: #fbfbfb;
    border: 1px solid #ddd;*/
    width: 100%;
}
aside.sidebar .weather-day {
    font-size: 11px;
}
aside.sidebar .weather-list li.nav-header {
    float: none;
    width: 100%;
    text-align: left;
    padding: 5px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
aside.sidebar .weather-list li.nav-header h4{
    font-size: 15px;
    color: #222;
}
aside.sidebar .weather-list li {
    float: left;
    width: 33%;
}














/* PRAYING */
aside.sidebar .praying-list {
    /*background-color: #fbfbfb;
    border: 1px solid #ddd;*/
    width: 100%;
}
aside.sidebar .praying-list li.nav-header {
    float: none;
    width: 100%;
    text-align: left;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
aside.sidebar .praying-list li.nav-header h4{
    font-size: 15px;
    color: #222;
}
aside.sidebar .praying-list li {
    width: 16.66%;
    padding: 10px 0 0;
    text-align: center;
    float: left;
}




/* LEAGUE*/
aside.sidebar .league-list table{
    margin: 0 auto;
}




/* ASTROLOGY */
aside.sidebar .astrology-list li{
    float: left;
    width: 50px;
    text-align: center;
    padding: 5px 0;
}





/** HISTORY */
aside.sidebar .history-list {
    /*    background-color: #fbfbfb;
        border: 1px solid #ddd;*/
    overflow: auto;
    height: 220px;

}
aside.sidebar .history-list li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
aside.sidebar .history-list li:last-child {
    border-bottom: none;
}
aside.sidebar .history-list li h5{
    line-height: 1.4;
}
aside.sidebar .history-list li span{
    font-weight: 700;
}










/* DREAM */
aside.sidebar .dream-list,
aside.sidebar .dream-list li.dropdown-header,
aside.sidebar .dream-list li .form-group{
    padding: 0!important;
    margin: 0!important;
}

aside.sidebar .dream-list li {
    white-space: normal;
}






/* twitter*/
aside.sidebar .twitter-content {
    text-align: center!important;
    background: url("../images/twt.jpg") no-repeat;
    /*width: 300px!important;*/
    height: 60px;
    line-height: 60px;
    color: #fff;
    padding: 0 20px!important;
    margin: 20px!important;
}




aside.sidebar .sidebar-media {
    margin-top: 20px;
    padding: 0 20px;
}
aside.sidebar .sidebar-media li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
aside.sidebar .sidebar-media li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
aside.sidebar .sidebar-media li a {
    color: #222;
}
aside.sidebar .sidebar-media li a:hover {
    /*background-color: #eee;*/
}
aside.sidebar .sidebar-media li a .media-image{
    width: 100px;
    float: left;
}
aside.sidebar .sidebar-media li a .media-info{
    margin-left: 110px;
}
aside.sidebar .sidebar-media li a .media-info .media-caption{
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Open Sans', arial,sans-serif;
}





/****detail****/
/*dream*/
.content > .panel-group {
    margin-left: 20px;
    margin-right: 20px;
}


/*praying*/
.content .praying-caption,
.content .praying-list {
    padding: 5px 10px;
    background-color: #fff;
}
.content .praying-list li.dropdown-header{
    padding: 0;
}
.content .praying-caption li:first-child,
.content .praying-list .praying-menu li.nav-header {
    width: 120px;

}

.content .praying-caption li,
.content .praying-list .praying-menu li{
    padding: 0;

    width: 70px;
    text-align: center;
}





/* S E A R C H */
#search-listview .search-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
#search-listview .search-item a {
    color: #222;
}
#search-listview .search-item .search-image{
    width: 120px;
    height: 80px;
    margin-left: 20px;
}
#search-listview .search-item .search-info {
    margin-left: 150px;
    height: 80px;
    max-height: 80px;
    overflow: hidden;
    padding-right: 20px;
}
#search-listview .search-item .search-info .search-caption{
    font-size: 18px;
    font-weight: 600;

    line-height: 1.4;
    font-family: 'Open Sans', arial,sans-serif;
}
#search-listview .search-item .search-info .search-abstract {
    padding-top: 14px;
    line-height: 1.4;

    font-family: 'Open Sans', arial,sans-serif;
}













#other-listview {
    margin-left: 17px;
    margin-right: 17px;
}
#other-listview .news-item {
    width: 212px;
    margin-bottom: 20px;
    padding: 0 6px;
}
#other-listview .news-item {
    float: left;

}
#other-listview .news-item .news-image,
#other-listview .news-item .news-info{
    width: 200px;
    margin: 0 auto;
}
#other-listview .news-item .news-image {
    height: 134px;
}
#other-listview .news-item .news-info .news-caption{
    line-height: 1.3;
    height: 69px;
    max-height: 69px;
    overflow: hidden;
    color: #4e565a;
    text-align: left;
    font-size: 16px;
}



#other-listview .other-wrapper.rtl .news-item,
#other-listview .other-wrapper.rtl .news-item .news-image,
#other-listview .other-wrapper.rtl .news-item .news-info,
#other-listview .other-wrapper.rtl .news-item .news-info .news-caption{
    direction: rtl;
}
#other-listview .other-wrapper.rtl .news-item {
    float: right;
}
#other-listview .other-wrapper.rtl .news-item .news-info .news-caption{
    text-align: right;
}








#gallery-list > .gallery-wrapper ,
#video-list > .video-wrapper {
    background-color: transparent!important;
}
#gallery-list > .gallery-wrapper .gallery-item,
#video-list > .video-wrapper .video-item {
    width: 300px;
}
#gallery-list > .gallery-wrapper .gallery-item .gallery-info,
#gallery-list > .gallery-wrapper .gallery-item .gallery-image,
#video-list > .video-wrapper .video-item .video-info,
#video-list > .video-wrapper .video-item .video-image {
    width: 300px;
    margin: 0 auto;
}
#gallery-list > .gallery-wrapper .gallery-item .gallery-image {
    height: 196px;
}
#video-list > .video-wrapper .video-item .video-image {
    height: 189px;
}

#gallery-list > .gallery-wrapper .gallery-item .gallery-info .gallery-caption,
#video-list > .video-wrapper .video-item .video-info .video-caption {
    height: 50px;
    max-height: 50px;
    overflow: hidden;
    color: #222;

    /*font-size: 20px;*/
    font-weight: 600;
    line-height: 1.4;
    font-family: 'Open Sans', arial,sans-serif;

}
#video-list > .video-wrapper .video-caption,
#gallery-list > .gallery-wrapper .gallery-caption{
    padding-top: 5px;
    font-size: 15px;
}





/* pharmacy */
.content .pharmacy-list .data-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.content .pharmacy-list .data-item:hover {
    background-color: #eee;
}
.content .pharmacy-list .data-item:last-child{
    border-bottom: none;
}
.content .pharmacy-list .data-item .phone,
.content .pharmacy-list .data-item .name{
    font-weight: 700;
}
.content .pharmacy-list .data-item .phone {
    font-size: 14px;
    margin-top: 10px;
    display: block;
}
.content .pharmacy-list .data-item .address {
    font-size: 13px;
    margin-top: 10px;
}











.list-view .pager {
    text-align: center!important;
}


/* P A G I N A T I O N */
ul.pagination li a{
    color: rgb(50, 52, 57);
}
ul.pagination li.disabled a,
ul.pagination li.disabled a:hover {
    color: #adadad !important;
}
ul.pagination li a:hover{
    color: rgba(50, 52, 57, .8);
}
ul.pagination li.active a{
    /*background-color: rgb(50, 52, 57);
    border-color: rgb(50, 52, 57);*/

    background-color: #662d91;
    border-color: rgba(102, 45, 145, .8);
    color: #eee;

}
ul.pagination li.active a:hover{
    /*background-color: rgba(50, 52, 57, .8);
    border-color: rgba(50, 52, 57, .8);*/
    background-color: #662d91;
    border-color: rgba(102, 45, 145, .8);
}









.error-page h1 {
    font-size: 80px;
    padding-bottom: 20px;
}
.error-page h3 {
    font-size: 40px;
}
.error-page div {
    font-size: 20px;
}
.error-page div a {
    font-style: italic;
    text-decoration: underline;
    color: #fb4834;
}



.panel {
    border-radius: 0!important;
}




.tag-list li{
    margin-right: 10px;
}
.tag-list li a{
    color: #222;
}



.detail-wrapper .detail-share,
.detail-wrapper .detail-share > div {
    direction: ltr!important;
}

.detail-wrapper.rtl,
.detail-wrapper.rtl *{
    direction: rtl;
}

.rtl .list-left {
    float: right!important;
}
.rtl .tag-list li{
    margin-right: 0;
    margin-left: 10px;
}
.rtl .title,
.rtl .title .cat-title{
    direction: rtl;
}




.contact-wrapper .social-list {
    margin-top: 10px;
}
.contact-wrapper .social-list li{
    margin-right: 5px;
}
.contact-wrapper .social-list .btn-social{
    font-size: 24px;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.contact-wrapper input, textarea {
    border-radius:0!important;
}
.contact-wrapper input:focus,
.contact-wrapper textarea:focus {
    outline: none !important;
    box-shadow: none!important;
    border: 1px solid #0070ba !important;

}



.detail-description, .gallery-abstract, .detail-wrapper .text-left {
    line-height: 1.6;
}

.bg-green,
.bg-green h4{
    background-color: #00a65a!important;
}
.bg-yellow,
.bg-yellow h4{
    background-color: #ffb401!important;
    color: #222!important;
}



.main-adv {
    width: 160px;
    height: 600px;
}
.main-adv.left {
    position: absolute;
    left: -165px;
    top: -100px;
}
.main-adv.right {
    position: absolute;
    right: -165px;
    top: -100px;
}