body {
    background: url('../img/fonbg.png');
    font-size: 14px;
    background-size: 100px!important;
}

.headerTopCont > .container {
    border-top: 5px solid #3f454b;
    padding: 10px 25px 20px 25px;
    background: #f4f4f4;
}

div#prayer-times {
    padding: 5px;
    display: none;
    text-align: center;
}

div#prayer-times .active {
    font-weight: bold;
    color: #e76c35;
}

div#prayer-times .row {
    margin-left: 0;
    margin-right: 0;
}

.no-widget-title {
    display: none;
}

.searchTop {
    float: right;
}

.topsearch input[type="search"] {
    outline: none;
    border: 1px solid #000;
    border-radius: 0;
    padding: 0 10px;
    font-size: 12px;
    box-sizing: border-box;
    height: 35px;
    width: 315px;
    background: #f4f4f4;
}

.topsearch input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background: url('../img/seacrh.png') no-repeat center center;
    padding: 0;
    text-indent: -999px;
    width: 35px;
    height: 35px;
    border: none;
    background-color: rgba(156, 22, 22, 0);
    box-shadow: none;
}

.topsearch {
    margin-top: 52px;
    position: relative;
}

.headerBottom .container {
    background: #3f454b;
    padding-left: 0;
}

#site-navigation {
}

#site-navigation ul {
}

#site-navigation ul ul {
    background: #363b40;
    top: 50px;
    min-width: 180px;
}

#site-navigation ul ul li {
    display: block;
}

#site-navigation ul ul li a {
    text-indent: inherit!important;
    background: none!important;
    width: 100%!important;
    display: block;
    padding: 5px 15px;
    border-bottom: 1px solid #2a2e31;
    text-transform: none;
    font-size: 14px;
}

#site-navigation ul li {
}

#site-navigation ul li a {
    /*font-family: 'Times New Roman';*/
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 14px;
}

#site-navigation ul li:nth-child(1) a {
    background: url('../img/home.png') no-repeat center center;
    text-indent: -9999px;
    width: 60px;
}

#site-navigation ul li a:hover {
    text-decoration: none;
    background-color: #e76c35;
    color: #000000;
}

#site-navigation ul ul li a:hover {
    text-decoration: none;
    background-color: #e76c35!important;
    color: #000000;
}

#site-navigation ul li.current_page_item a {
    background-color: #e76c35;
    color: #000000;
}

div#content {
    background: #f4f4f4;
    padding-bottom: 40px;
}

/* New Style */
.post_item {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #a7a7a7;
    transition: 0.2s;
}

.post_item:hover {
    background: #eaeaea;
}

.post_description p {
    margin: 0;
}

.author_post {
    margin: 5px 0;
}

.title_post_item a {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    line-height: 18px;
}

.title_post_item a:hover {
    color: #e76c35;
    text-decoration: none;
}

.title_post_item {
    margin: 5px 0;
}

.post_image {
    margin-bottom: 10px;
}

.post_image img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

hr.post_meta_hr {
    border-top: 1px solid #ddd8d0;
    margin: 0;
}

.post_meta > .author_post > span.color {
    font-weight: normal;
}

.author_post {
    /*font-family: 'Times New Roman';*/
    font-size: 15px;
    font-weight: bold;
}

.author_post a {
    color: #e76c35;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}
.author_post a.author.url.fn {
    margin-left: 45px;
}

.author_post a.author.url.fn:first-of-type {
    margin-left: 0;
}

.author_post.post_tags {
	margin-top: 40px;
}

.author_post.post_tags a {
    border: 1px solid #e76c35;
    border-radius: 5px;
    padding: 1px 8px 2px 8px;
    transition: 0.2s;
    line-height: normal;
    display: inline-table;
    margin-top: 5px;
}

.author_post.post_tags a:hover {
    text-decoration: none;
    background: #e76c35;
    color: #fff;
}

.post_block {
    border-top: 1px solid #a7a7a7;
    margin-top: 40px;
    position: relative;
    padding-top: 30px;
}

.category_name {
    background: #e76c35;
    display: inline-block;
    position: absolute;
    top: -18px;
}

.category_name a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    padding: 0px 20px;
    display: inline-block;
    line-height: 35px;
    position: relative;
    text-transform: uppercase;
}

.category_name a:after {
    content: "";
    position: absolute;
    border-width: 17px 0px 18px 25px;
    border-color: rgba(255, 0, 0, 0) rgba(0, 128, 0, 0) rgba(102, 51, 153, 0) #e76c35;
    border-style: solid;
    right: -25px;
}

.related_item_post ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-type: square;
}

.related_item_post li {
}

.related_item_post li a {
    font-size: 15px;
    color: #e76c35;
}

.related_item_post {
    margin: 5px 0;
}

ul.relul_post li:nth-child(1) {
    display: none!important;
}

.post_description {
    height: 120px;
    overflow: hidden;
    text-align: justify;
}

.footer_content {
    background: url('../img/footerbg.png') no-repeat;
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    box-sizing: border-box;
    background-size: cover;
}

.copyright_logo {
    display: flex;
    align-items: center;
}

.metrika_footer {
    display: flex;
    align-items: center;
}

.copyright a {
    color: #fff;
    font-size: 13px;
}

.copyright {
    padding-left: 30px;
}

.mapsite {
    margin-right: 30px;
}

div#secondary {
    margin-top: 23px;
}

.social_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.widget {
    margin: 0 0 16px;
}

.social_right img {
    transition: 0.2s;
    box-shadow: 0 0 0 0;
}

.social_right img:hover {
    /* box-shadow: 0 0 0px 3px #e76c35; */
}

.widget {
}

.widget h1.widget-title {
    border-top: 1px solid #a7a7a7;
    position: relative;
    margin: 0;
    margin-top: 42px;
    margin-bottom: 34px;
}

.widget h1.widget-title span {
    margin: 0;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #e76c35;
    display: inline-block;
    line-height: 35px;
    position: absolute;
    padding: 0px 20px;
    left: 0;
    top: -17px;
}

.widget h1.widget-title span:after {
    content: "";
    position: absolute;
    border-width: 17px 0px 18px 25px;
    border-color: rgba(255, 0, 0, 0) rgba(0, 128, 0, 0) rgba(102, 51, 153, 0) #e76c35;
    border-style: solid;
    right: -25px;
}

.cat-post-widget ul {
    margin: 0;
    padding-left: 17px;
    background: #fff;
    border: 1px solid #696969;
    border-radius: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
}

.cat-post-widget ul li {
    list-style-type: none!important;
    border-bottom: none!important;
    margin: 0!important;
    padding: 3px 0!important;
}

.cat-post-widget ul li a {
    font-size: 14px!important;
    color: #000;
    display: block;
    position: relative;
    padding-left: 15px;
    line-height: 17px;
}

.cat-post-widget ul li a:hover {
    color: #e76c35;
}

.cat-post-widget ul li a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #e76c35;
    left: 0;
    top: 8px;
}

.widget_fon {
}

.category-posts-internal .cat-post-item:before {
    content: "";
    display: none!important;
    clear: both;
}

.all_post {
    text-align: center;
}

.all_post a {
    display: block;
    border: 1px solid #e76c35;
    border-radius: 10px;
    padding: 0;
    font-size: 15px;
    line-height: 35px;
    box-sizing: border-box;
    color: #e76c35;
    transition: 0.2s;
}

.all_post a:hover {
    text-decoration: none;
    background: #e76c35;
    color: #fff;
}

.widget_video_right.cat-post-widget ul li a:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url('../img/video_icon.png') no-repeat top left;
    left: 0;
    top: 4px;
}

.widget_video_right.cat-post-widget ul li a {
    padding-left: 35px;
    min-height: 40px;
}

.widget_info .textwidget {
    margin: 0;
    padding-left: 17px;
    background: #fff;
    border: 1px solid #696969;
    border-radius: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
}

.info_more .textwidget {
    padding: 0;
    background: none;
    border: none;
}

.widget_info .textwidget ul {
    margin: 0;
    padding-left: 0;
    box-sizing: border-box;
    list-style: none;
    font-size: 14px;
}

.widget_info .textwidget ul li {
    position: relative;
    padding-left: 17px;
}

.widget_info .textwidget ul li a {
    color: #e76c35;
}

.widget_info .textwidget ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #e76c35;
    left: 0;
    top: 8px;
}

.wpsm_nav-tabs {
    margin: 0;
    border: none;
    text-align: center;
}

.wpsm_nav-tabs > li {
    float: none;
    margin-bottom: 0;
    display: inline-block;
}

.wpsm_nav-tabs > li.active > a, .wpsm_nav-tabs > li.active > a:hover, .wpsm_nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #e76c35;
    border: none;
}

.wpsm_nav > li > a {
    position: relative;
    display: block;
    padding: 4px 15px;
    border-radius: 0;
    border: none;
    background: #a7a7a7;
    color: #fff;
    font-size: 16px;
}

.wpsm_nav > li > a:hover, .wpsm_nav > li > a:focus {
    text-decoration: none;
    background-color: #e76c35;
    border: none;
}

.textwidget .tab-content {
    margin: 0;
    padding-left: 17px;
    /* background: #fff; */
    /* border: 1px solid #696969; */
    border-radius: 10px;
    padding: 0px 0px;
    box-sizing: border-box;
    margin-top: 15px;
}

.audio_right ul li a {
    padding-left: 30px;
}

.audio_right ul li a:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/audio.png) no-repeat top left;
    left: 0;
    top: 0;
    background-size: contain;
    line-height: normal;
}

h1.entry-title a {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    /*font-family: 'Times New Roman', sans-serif;*/
    text-decoration: none;
    line-height: 18px;
}

.post_category.row {
    margin: 0;
}

.cat_header h1.page-title {
    background: #e76c35;
    display: inline-block;
    position: relative;
    /* top: -18px; */
    font-size: inherit;
    margin: 0;
    z-index: 99;
}

.cat_header h1.page-title span {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    padding: 0px 20px;
    display: inline-block;
    line-height: 35px;
    position: relative;
    text-transform: uppercase;
}

.cat_header h1.page-title span:before {
    content: "";
    position: absolute;
    border-width: 17px 0px 18px 25px;
    border-color: rgba(255, 0, 0, 0) rgba(0, 128, 0, 0) rgba(102, 51, 153, 0) #e76c35;
    border-style: solid;
    right: -25px;
}

.cat_header {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cat_header:after {
    position: absolute;
    content: "";
    border-top: 1px solid #a7a7a7;
    width: 100%;
    left: 0;
    top: 16px;
}

article.post_cat_class {
    padding: 15px 0;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #a7a7a7;
    transition: 0.2s;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    transition: 0.2s;
}

.post_cat_class:before, .post_cat_class:after {
    content: " ";
    display: table;
    clear: both;
}

.post_category_content h1.entry-title {
    margin: 0 0 5px 0;
}

.post_category_content .author_post {
    margin: 0;
}

.post_cat_content {
    text-align: justify;
    margin-top: 5px;
    padding-bottom: 25px;
}

.post_cat_content p {
    margin: 0;
}

.post_cat_img {
}

.post_cat_img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.more_article {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.more_article a {
    color: #e76c35;
    font-size: 15px;
    text-decoration: underline;
}

.more_article a:hover {
    text-decoration: none;
}

.post_category_content {
    padding-left: 0;
    position: relative;
}

.post_cat_class:hover, .post_cat_class_video:hover {
    background: #eaeaea;
}

.pagination {
    text-align: center;
    width: 100%;
}

.pagination a {
    color: #e76c35;
}

.pagination span, .pagination a {
    display: inline-block;
    padding: 0px 5px;
    text-transform: uppercase;
}

.breadcrumb {
    margin-top: 18px;
}

.breadcrumb a {
    font-size: 13px;
    text-transform: uppercase;
    color: #e76c35;
}

span.color {
    color: #e76c35;
}

.social_share {
    display: flex;
    align-items: center;
}

.social_share_title {
    margin-right: 15px;
    font-weight: bold;
}

.post_content_wrap > img {
    float: left;
    max-width: 400px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.post_meta {
    line-height: 13px;
    margin-bottom: 15px;
}

article.post_page {
    padding: 10px 15px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #a7a7a7;
    transition: 0.2s;
    margin: 10px 0 15px 0;
}

.post_page h1 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3f454b;
    /*font-family: 'Times New Roman', sans-serif;*/
    text-decoration: none;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}

.post_content_wrap p {
    margin: 0 0 10px 0;
}

nav.post-navigation {
    margin: 15px 0 15px 0!important;
}

.nav-links a {
    color: #ffffff;
}

.nav-links {
}

.nav-links a {
    display: block;
}

.nav-links .nav-previous a {
    background: #e76c35;
    padding: 5px 15px;
    margin-right: 10px;
}

.nav-links .nav-next a {
    background: #e76c35;
    padding: 5px 15px;
    margin-left: 10px;
}

.related_post_bottom {
    margin-top: 40px;
}

.audio_category {
}

.audio_category ul {
    margin: 0;
    padding-left: 17px;
    background: #fff;
    border: 1px solid #696969;
    border-radius: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
}

.audio_category ul ul {
    padding: 0;
    border: none;
    background: #e9e9e9;
    border-radius: 0;
    display: none;
}

.audio_category ul li {
    list-style: none;
    position: relative;
}

.audio_category ul li a {
    font-size: 16px!important;
    color: #000;
    display: block;
    position: relative;
    padding-left: 40px;
    line-height: 28px;
    padding: 7px 0px 7px 38px;
    border-bottom: 1px solid #a7a7a7;
}

.audio_category ul li:nth-last-child(1) a {
    border-bottom: none;
}

.audio_category ul li a:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 24px;
    background: url(../img/audio.png) no-repeat top left;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.audio_category ul ul li a {
    padding: 7px 7px 7px 15px;
}

.audio_category ul ul li a:after {
    content: "";
    display: none;
}

.clearfix {
    clear: both;
}

span.children_arrow:before {
    border-width: 7px 0px 7px 12px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 255, 0) rgba(255, 0, 0, 0) black;
    border-style: solid;
    content: "";
    width: 1px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.sub-menu span.children_arrow:before {
    border-width: 7px 0px 7px 12px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 255, 0) rgba(255, 0, 0, 0) black;
    border-style: solid;
    content: "";
    width: 1px;
    height: 1px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

span.children_arrow {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    height: 42px;
    width: 30px;
    cursor: pointer;
}

span.children_arrow:hover:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 255, 0) rgba(255, 0, 0, 0) #e76c35;
}

ul.sub-menu.activeul {
    display: block;
}

.audio_category ul ul ul {
    background: #cdcdcd;
}

span.children_arrow.activeulspan {
    transform: rotate(90deg);
}

span.children_arrow.activeulspan:before {
    border-width: 7px 0px 7px 12px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 255, 0) rgba(255, 0, 0, 0) #e76c35;
    border-style: solid;
    content: "";
    width: 1px;
    height: 1px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

.wp-playlist-light {
    clear: both;
}

.site-main-video {
    margin-top: 23px;
}

.flexvideo_row {
    display: flex;
    flex-wrap: wrap;
}

.post_content_wrap iframe {
    width: 100%!important;
    height: 460px!important;
}

.colmd_video {
}

.video_cat_img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.video_category_content h1 {
    margin: 10px 0 0 0;
    min-height: 54px;
    overflow: hidden;
    height:74px;
}

.post_cat_class_video {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #a7a7a7;
    transition: 0.2s;
    margin-bottom: 30px;
}

.video_category_content .author_post {
    margin-top: 0;
}

.bottom_video {
    color: #828282;
    font-size: 14px;
    border-top: 1px solid #a7a7a7;
    padding-top: 5px;
    display: flex;
    align-items: center;
}

.comments {
    margin-left: 20px;
}

.bottom_video .post-views {
    background: url(../img/view_video.png) no-repeat center left;
    padding-left: 23px;
}

.bottom_video .comments {
    background: url(../img/view_comments.png) no-repeat center left;
    padding-left: 25px;
}

.video-menu {
}

.video-menu ul {
    margin: 0;
    padding-left: 17px;
    background: #fff;
    border: 1px solid #696969;
    border-radius: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
}

.video-menu ul li {
    list-style: none;
    position: relative;
}

.video-menu ul li a {
    font-size: 16px!important;
    color: #000;
    display: block;
    position: relative;
    padding-left: 40px;
    line-height: 28px;
    padding: 7px 0px 7px 38px;
    border-bottom: 1px solid #a7a7a7;
}

.video-menu ul li a:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 24px;
    background: url(../img/video_icon.png) no-repeat top left;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

#site-navigation ul li.menu-item-has-children {
}

#site-navigation ul li.menu-item-has-children a {
    position: relative;
    padding-right: 25px;
}

#site-navigation ul li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    border-width: 5px 5px 0px 5px;
    border-style: solid;
    border-color: white rgba(0, 128, 0, 0) rgba(0, 0, 255, 0) rgba(255, 192, 203, 0);
    right: 8px;
    top: 50%;
    margin-top: -2px;
}

.tableSearch {
    display: none;
}

.related-post .headline {
	font-size: 18px;
	margin: 20px 0;
	font-weight: bold;
}

.related-post.grid .post-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-self: stretch;
}

.related-post.grid img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.related-post.grid .item:first-child {
    margin-left: 0px;
}

.related-post.grid .item {
    flex-grow: 1;
    width: 23%;
    margin-left: 12px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #a7a7a7;
    transition: 0.2s;
}

.related-post.grid .item:hover {
    background: #eaeaea;
}

.related-post.grid a {
    color: #999;
    font-size: 14px;
}

.cat_desc_img_audio {
    float: left;
    width: 40%;
    margin-right: 20px;
}

.cat_desc_img_audio img {
    height: 270px;
    object-fit: cover;
    max-width: 100%;
}

.clearfix {
    clear: both;
}

.audio_list {
    margin-bottom: 2px;
}

.audio_list:nth-child(even) {
}

h3.entry-audio-title {
    margin: 0;
}

h3.entry-audio-title a {
    background: #d9d9d9;
    padding: 10px 15px;
    margin-bottom: 2px;
    display: block;
    color: #000;
    font-size: 15px;
    transition: 0.2s;
}

h3.entry-audio-title a:hover {
    text-decoration: none;
    color: #fff;
    background: #e76c35;
}

.audio_list_wrp {
    margin-top: 20px;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cat_desc_img_audio_list {
    width: inherit;
}

.social_widget .social_right a {
    width: 32px;
    height: 32px;
    transition: 0.2s;
}

.social_widget .social_right a:hover {
    background-position-y: -32px!important;
}

.social_widget .social_right a span {
    text-indent: -999999px;
    display: block;
}

.social_widget .social_right a.insta {
    background: url('../img/inst.png');
}

.social_widget .social_right a.vk {
    background: url('../img/vk.png');
}

.social_widget .social_right a.fb {
    background: url('../img/fb.png');
}

.social_widget .social_right a.tlgrm {
    background: url('../img/telegram.png');
}

.social_widget .social_right a.youtube {
    background: url('../img/youtube.png');
}

.entry-audio-title a {
    position: relative;
}

.entry-audio-title a:after {
    background: url('../img/naush.png');
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    right: 15px;
}

.main-navigation ul ul ul {
    /* position: relative; */
    /* left: 0!important; */
    top: 0!important;
    background: #27292b!important;
    box-shadow: 0 0 0 0 #000;
    display: none;
}

.main-navigation ul ul li:hover ul {
    display: block;
}

.down_a {
    margin-top: 15px;
    text-transform: uppercase;
    color: green;
}

.down_a a {
    color: #299d09;
    display: inline-block;
    background: url('../img/down.png') no-repeat;
    padding: 2px 0px 0px 42px;
    line-height: 30px;
    text-decoration: underline;
}

.tabs {
    position: relative;
    /* margin: 0 auto; */
    /* width: 800px; */
    text-align: center;
}

.tabs label {
    color: #555;
    cursor: pointer;
    display: inline-block;
    /* float: left; */
    width: 32px;
    height: 32px;
    position: relative;
    /* top: 2px; */
    text-align: center;
    margin-bottom: 10px;
    text-indent: -99999999999px;
    /* background: url(../img/inst.png); */
}

.tabs input {
    position: absolute;
    left: -9999px;
}

#tab_1:checked ~ #tab_l1, #tab_2:checked ~ #tab_l2, #tab_3:checked ~ #tab_l3 {
    /* background: #fff; */
    /* border-color: #fff; */
    top: 0;
    z-index: 3;
    background-position-y: -32px;
}

.tabs_cont {
    background: #fff;
    position: relative;
    z-index: 2;
    /* height: 230px; */
}

.tabs_cont > div {
    position: absolute;
    left: -9999px;
    top: 0;
    opacity: 0;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

#tab_1:checked ~ .tabs_cont #tab_c1, #tab_2:checked ~ .tabs_cont #tab_c2, #tab_3:checked ~ .tabs_cont #tab_c3, #tab_4:checked ~ .tabs_cont #tab_c4 {
    position: relative;
    left: 0;
    opacity: 1;
}

.in_sect {
    background: url(../img/inst.png);
}

.fb_sect {
    background: url(../img/fb.png);
}

.vk_sect {
    background: url(../img/vk.png);
}

.in_sect, .fb_sect, .vk_sect {
}

a.instalink-panel-subscribe {
    color: #fff!important;
}

#tab_c3 {
    border: 1px solid #c3c3c3;
    background: #f9f9f9;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}

#tab_c3 a.title:link, #tab_c3 a.title:visited {
    display: block;
    height: 33px;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#547fa7+0,46719b+100 */
    background: #46719b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #547fa7 0%, #46719b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #547fa7 0%,#46719b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #547fa7 0%,#46719b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#547fa7', endColorstr='#46719b',GradientType=0 );
    /* IE6-9 */
}

#tab_c3 .title .icon {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    background: url('data:img/png;base64,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') no-repeat;
    background-size: 25px 25px;
    margin: 4px 10px 0 5px;
}

#tab_c3 .title .text {
    float: left;
    height: 25px;
    overflow: hidden;
    margin: 5px 0 0 0;
    color: #FFF;
    font-size: 18px;
    white-space: nowrap;
}

#tab_c3 .profile {
    width: 100%;
    height: 80px;
    border-collapse: collapse;
}

#tab_c3 .profile tr td {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#tab_c3 .profile td {
    border: 1px solid #c3c3c3;
}

#tab_c3 .profile .avatar {
    width: 1%;
    padding: 10px !important;
    border-left: none !important;
    line-height: 0px;
}

#tab_c3 .profile .avatar img {
    width: 60px;
}

#tab_c3 .profile .value {
    width: 33%;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
}

#tab_c3 .profile span {
    display: block;
    font-size: 9px;
    font-weight: bold;
    color: #999999;
    margin: -2px 0 0 0;
}

#tab_c3 a.follow:link, #tab_c3 a.follow:visited {
    display: block;
    background: #ad4141;
    text-decoration: none;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    width: 120px;
    margin: 0 auto 0 auto;
    padding: 4px 4px 4px 10px;
    border: 3px solid #FFF;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.5);
}

#tab_c3 a.follow:hover {
    background: #cf3838;
}

#tab_c3 .data {
    text-align: left;
    margin: 10px 0 0 10px;
    padding: 0 0 5px 0;
}

#tab_c3 .data a.image:link, #tab_c3 .data a.image:visited {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    overflow: hidden;
    border: 2px solid #FFF;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    ling-height: 0px;
    text-decoration: none;
}

#tab_c3 .data .image:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#tab_c3 .data .image span {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#tab_c3 .empty {
    text-align: center;
    margin: 10px 0 10px 0;
}

.widget .data a.image:link, .widget .data a.image:visited {
    width: 71px;
    height: 71px;
}

.widget .data .image span {
    width: 71px;
    height: 71px;
}

/*slick slider*/
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 38%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    box-shadow: none;
    background: #e76c35;
    z-index: 9999;
    opacity: 0.60;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    box-shadow: none;
    border: none;
    opacity: 1;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before, .slick-next:before {
    font-size: 45px;
    line-height: 0.25;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0px;
    width: 28px;
    height: 50px;
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "‹";
    margin-right: 12px;
}

[dir='rtl'] .slick-prev:before {
    content: "‹";
}

.slick-next {
    right: 0px;
    width: 28px;
    height: 50px;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "›";
    margin-left: 12px;
}

[dir='rtl'] .slick-next:before {
    content: "›";
}