/*
 * Mednet
 * Developed by ivahid.com
 * Allrights Reserved.
 * Supports IE 8+ and all modern browsers( Google Chrome, Safari, Opera, Mozila Firefox, ... )
 * ALL Rights Reserved.
 * DO NOT COPY!
 *
 * 1- main
 * 2- Typography
 * 3- Animated CSS
 * 4- Login popup
 * 5- Top button
 * 6- Mobile menu
 * 7- Tab view
 * 8- Contact Form
 * 9- Other stuff
*/

/**
 ******** Main ********
*/

.col,
.go-right {
    float: right;
}

.go-left {
    float: left;
}

.no-p {
    padding: 0;
}

::selection {
    background: #ff9600;
    color: #fff;
}

::-moz-selection {
    background: #ff9600;
    color: #fff;
}

html {
    font-size: 11px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: auto;
}

body {
    font-family: "isans", 'tahoma', "verdana", "arial";
    font-size: 11px;
    line-height: 1.6;
    color: #393939;
    background: #fff url(../images/pattern.png) repeat;
    direction: rtl;
    height: auto;
}

.mm-page {
    height: auto;
}

.activity-comments a,
a {
    color: #6A0D6E;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-decoration: none;
    outline: 0;
}

a:hover,
.activity-header a:hover,
.activity-msg-text.activity-inner a:hover,
.time-since:hover {
    color: #ff9600;
    text-decoration: none !important;
}

.activity-msg-text.activity-inner a {
    color: #6a0d6e;
}

svg.icon,
svg.icon * {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}


/*
 *
 * Real Stuff Starts from here
 *
 * developed by Am!n - @amiut7
 * @link http://www.ivahid.com
 */

.container,
.container-fluid {
    margin: auto;
}

.site-wrap {
    background-color: rgba(246, 246, 246, 0.98);
    min-height: 100%;
}

.front-page .site-wrap {
    background-color: rgba(255, 255, 255, 0.97);
}

.fp-nav-con {
    background-color: rgba(243, 240, 234, 0.5);
    padding: 80px 0;
    height: auto !important;
}

.front-page-navigator {
    position: relative;
    padding: 0 11%;
}

.qucik-access-item {
    box-shadow: 0 5px 5px rgba(122, 104, 86, 0.09);
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
    height: 145px;
    margin-bottom: 15px;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -ms-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}

.qucik-access-item a {
    display: block;
    width: 100%;
    height: 100%;
    cursor:pointer;
}

.qucik-access-item .icn {
    float: right;
    width: 82px;
    height: 92px;
}

.qucik-access-item svg {
    width: 82px;
    height: 100%;
    fill: #6a0d66;
    margin-right: -17px;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -ms-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}

.qucik-access-item .texts {
    float: right;
    padding-right: 15px;
    width: -webkit-calc( 100% - 82px);
    width: calc( 100% - 82px);
}

.qucik-access-item .texts .title,
.qucik-access-item .texts .desc,
.qucik-access-item .texts .btn {
    display: block;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -ms-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}

.qucik-access-item .texts .title {
    font-size: 24px;
    color: #6a0d66;
    font-weight: 300;
}

.qucik-access-item .texts .title abbr {
    color: #ff9600;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -ms-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}

.qucik-access-item .texts .desc {
    font-size: 12px;
    color: #6a5643;
    font-weight: 200;
    margin-bottom: 7px;
}

.qucik-access-item .texts .btn {
    display: block;
    width: 100%;
    position: relative;
}

.qucik-access-item .texts .btn:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5px;
    background: -moz-linear-gradient(left, #ffffff 0%, #f2eae3 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #f2eae3 100%);
    background: linear-gradient(to right, #ffffff 0%, #f2eae3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2eae3', GradientType=1);
}

.qucik-access-item .texts .btn span {
    border-radius: 3px;
    background-color: #f3ece5;
    padding: 2px 5px;
    position: relative;
    z-index: 10;
    color: #46321d;
    font-size: 11px;
}

.qucik-access-item.download svg {
    fill: #FE9500;
    margin-right: -25px;
}

.qucik-access-item.shop svg {
    fill: #ff9600;
}

.qucik-access-item.register svg {
    fill: #eae0d6;
}

.front-page-main-con {
    padding-top: 184px;
}

.front-page-main .site-logo {
    display: table;
    margin: 0 auto;
    color: #998466;
    font-size: 17px;
    font-weight: 200;
    margin-bottom: 27px;
}

.front-page-main .site-logo img,
.front-page-main .site-logo svg,
.front-page-main .site-logo .logo {
    display: block;
    margin-bottom: 11px;
}

.site-presentation h2 {
    color: #6a0d66;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 10px;
}

.site-presentation p {
    color: #998466;
    font-size: 14px;
    text-align: justify;
    font-weight: 200;
    margin-bottom: 23px;
}

.quick-access-table {
    margin-bottom: 20px;
}

.quick-access-table ul {
    border-radius: 3px;
    border: 1px solid #E4E4E4;
    border-right: 0;
}

.quick-access-table ul li {
    height: 65px;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 15px;
    transition: 200ms all ease-in-out;
}

.quick-access-table ul li:hover {
    background-color: #f9f9f9;
}

.quick-access-table ul li a {
    float: right;
    width: 100%;
    height: 100%;
}

.quick-access-table ul li .ttl {
    display: block;
    color: #6a0d66;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 2px;
}

.quick-access-table ul li svg {
    width: 10px;
    height: 10px;
    fill: #6a0d66;
    float: left;
    transition: 200ms all ease-in-out;
}

.quick-access-table ul li:hover svg {
    fill: #ff9600;
}

.top-nav-wrap {
    top: 0;
    height: 45px;
    background-color: #eee;
    position: fixed;
    width: 101%;
    z-index: 9999;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
}

.top-nav.col-sm-7 {
    margin: 0 -8px 0 0;
}

.latest-news {
    height: 100%;
    line-height: 45px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin-top: 0;
}

.latest-news strong {
    color: #6a0d66;
    margin-left: 7px;
}

.latest-news svg {
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 -15px 7px;
    fill: rgba( 0, 0, 0, 0.13);
}

.latest-news .ticker-show {
    font-size: 11px;
    color: #818181;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest-news .ticker-show a {
    color: #818181;
}

.top-nav>ul>li {
    float: right;
    height: 45px;
    position: relative;
}

.top-nav>ul>li>a {
    float: right;
    height: 100%;
    line-height: 45px;
    padding: 0 16px;
    color: #454545;
    font-size: 11px;
    border-bottom: 2px solid transparent;
}

.top-nav>ul>li:hover>a {
    border-color: #6a0d66;
}

.top-nav>ul>li:after {
    content: '/';
    float: right;
    line-height: 45px;
    color: #c4c4c4;
}

.top-nav>ul>li:last-child:after {
    content: none;
}

.top-nav li ul {
    position: absolute;
    transition: 250ms all ease-in-out;
    opacity: 0;
    transform: translateY(-15px);
    visibility: hidden;
    z-index: 2555000;
}

.top-nav li:hover>ul {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.top-nav>ul>li>ul {
    top: 100%;
    right: 0;
    width: 180px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.top-nav>ul>li>ul li {
    position: relative;
}

.top-nav>ul>li>ul li>a {
    padding: 8px 10px;
    display: block;
}

.top-nav>ul>li>ul li>a:hover {
    background-color: #f6f6f6;
    color: #6a0d66;
}

.top-nav>ul>li>ul li>ul {
    top: 0;
    right: 100%;
    width: 180px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
}

.header {
    overflow: hidden;
    margin-top: 45px;
}

.header .site-logo {
    width: 136px;
    color: #5e492b;
    font-weight: 400;
    margin: 30px 0;
    float: right;
}

.header .qucik-access-slider-wrap {
    width: -webkit-calc( 100% - 150px);
    width: calc( 100% - 150px);
}

.header .site-logo .logo,
.header .site-logo img,
.header .site-logo svg {
    margin-bottom: 5px;
}

.header .site-logo a {
    color: inherit;
}

.header .site-logo .btn {
    width: 114px;
    height: 27px;
    line-height: 27px;
    color: #6a0d66;
    padding: 0 7px;
    font-size: 13px;
    fill: #ff9600;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
    border-radius: 2px;
    background-color: #ffffff;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-top: 7px;
    float: left;
}

.header .site-logo .btn:hover {
    background-color: #efefef;
}

.header .site-logo .btn svg {
    width: 35px;
    height: 22px;
    position: absolute;
    top: -7px;
    right: 0;
}

.qucik-access-slider-wrap .swiper-slide {
    padding: 25px 0;
}

.qucik-access-slider-wrap .next_prev {
    position: absolute;
    top: 0;
    height: 100%;
    cursor: pointer;
    z-index: 200;
}

.qucik-access-slider-wrap .next_prev svg {
    width: 23px;
    height: 40px;
    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: center center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    fill: #ccc;
}

.qucik-access-slider-wrap .next_prev.next svg {
    right: -10px;
}

.qucik-access-slider-wrap .next_prev.prev svg {
    transform: rotate(90deg);
    left: -10px;
}

.qucik-access-slider-wrap .next_prev:before {
    content: '';
    height: 100%;
    width: 15px;
    display: block;
    *border-left: 1px solid #E5E5E5;
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.16);
    transform: rotate(180deg);
    z-index: 15;
}

.qucik-access-slider-wrap .next_prev.prev:before {
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.16);
}

.qucik-access-slider-wrap .next_prev.next {
    right: 0;
}

.qucik-access-slider-wrap .next_prev.prev {
    left: 4px;
}

.qucik-access-slider .qucik-access-item {
    height: 100px;
    margin-bottom: 0;
    box-shadow: 0 5px 5px rgba(122, 104, 86, 0.09);
}

.qucik-access-slider .qucik-access-item:hover {
    background-color: #6a0d66;
}

.qucik-access-slider .qucik-access-item .icn {
    width: 52px;
    height: auto;
}

.qucik-access-slider .qucik-access-item .icn svg {
    width: 52px;
    height: 64px;
    fill: #e3d8cd;
    margin-right: -10px;
}

.qucik-access-slider .qucik-access-item:hover .icn svg {
    fill: #ff9600;
}

.qucik-access-slider .qucik-access-item .texts {
    padding-right: 0;
    width: -webkit-calc( 100% - 52px);
    width: calc( 100% - 52px);
}

.qucik-access-slider .qucik-access-item .texts .title {
    font-size: 17px;
}

.qucik-access-slider .qucik-access-item .texts .desc {
    font-size: 10px;
}

.qucik-access-slider .qucik-access-item:hover .texts .title,
.qucik-access-slider .qucik-access-item:hover .texts .title abbr,
.qucik-access-slider .qucik-access-item:hover .texts .desc {
    color: #fff;
}

.qucik-access-slider .qucik-access-item .btn {
    display: none;
}

.social-toppy-wrap {
    background-color: rgba(0, 0, 0, 0.03);
}

.social-toppy {
    padding: 30px 0;
}

.social-toppy h2 {
    color: #6a0d66;
    font-size: 16px;
    font-weight: 200;
    line-height: 22px;
    margin-bottom: 10px;
}

.social-toppy .widgettitle,
#sidebar-bottom-pics .widgettitle {
    display: none;
}

.social-toppy .latest-responses ul {
    line-height: 1.92;
    font-size: 13px;
    width: 100%;
    padding-left: 24px;
}

.social-toppy .latest-responses ul li a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.social-toppy .latest-responses ul li a:before {
    content: '';
    display: inline-block;
    margin-left: 5px;
    background-color: #6a0d66;
    width: 5px;
    height: 5px;
    border-radius: 100%;
}

.social-toppy .latest-responses ul li a:hover {
    transform: translateX(-10px);
}

.social-toppy .latest-responses ul li a .author {
    color: #6a0d66;
    font-size: 16px;
}

.social-toppy .quick-category-menu {
    border-radius: 3px;
    background-color: #fefefe;
    padding: 0;
}

.social-toppy .quick-category-menu h2,
.social-toppy .quick-category-menu label {
    /*border-bottom: 1px solid #EAEAEA;*/
    color: #919191;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.social-toppy .quick-category-menu>section nav {
    height: 237px;
    overflow: hidden;
}

.social-toppy .quick-category-menu>section nav ul.category-menu-wrap {
    padding-top: 12px;
}

.social-toppy .quick-category-menu .mCSB_scrollTools {
    width: 5px !important
}

.social-toppy .quick-category-menu .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #d9d7d7 !important;
    width: 5px !important;
    border-radius: 0 !important
}

.social-toppy .quick-category-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ff9600 !important;
    border-radius: 0 !important
}

.social-toppy .quick-category-menu>section nav ul.category-menu-wrap>li {
    color: #6a0d66;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 6px;
}

.social-toppy .quick-category-menu>section nav ul.category-menu-wrap>li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-left: 9px;
    border-radius: 100%;
    vertical-align: middle;
    background-color: #6a0d66;
}

.social-toppy .quick-category-menu>section nav ul.category-menu-wrap>li>ul {
    padding: 10px 15px 15px 0;
}

.social-toppy .quick-category-menu>section nav ul.category-menu-wrap>li>ul:before,
.social-toppy .quick-category-menu>section nav ul.category-menu-wrap>li>ul:after {
    content: '';
    display: table;
}

.social-toppy .quick-category-menu>section nav ul.category-menu-wrap>li>ul:after {
    clear: both;
}

.social-toppy .quick-category-menu>section nav ul.category-menu-wrap>li>ul li {
    color: #272727;
    font-size: 11px;
    font-weight: 300;
    float: right;
    margin-bottom: 6px;
    width: 50%;
}

.social-toppy .download-note {
    border-radius: 3px;
    background-color: #41d3c0;
    background-color: rgba( 55, 208, 192, 0.8);
    font-size: 13px;
    padding: 20px 35px;
    color: #fff;
    margin-top: 15px;
}

.social-toppy .download-note a {
    color: #072d28;
}

.social-toppy .download-note strong {
    color: #7c50ff;
}

#sidebar-top-notification span {
    border-radius: 3px;
    font-size: 13px;
    padding: 20px 35px 20px 15px;
    margin-top: 15px;
    display: block;
    width: 100%;
}

/*#sidebar-top-notification strong::before {
    content: "\25c2";
    margin-left: 3px;
}*/

#sidebar-top-notification a:hover {
    color: #fff;
}

#sidebar-top-pics ul li {
    margin-bottom: 13px;
}

#sidebar-top-pics img {
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.blink {
  -webkit-animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
  animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker { to { opacity: 0; } }

.fancy-searchform {
    height: 64px;
    border-radius: 3px;
    background-color: #fff;
    background-color: rgba( 255, 255, 255, 0.92);
    position: relative;
    margin-bottom: 15px;
}

.fancy-searchform form {
    width: 100%;
    height: 100%;
}

.fancy-searchform .placeholder {
    position: absolute;
    color: #5b5b5b;
    font-size: 16px;
    line-height: 64px;
    padding: 0 20px 0 40px;
    color: #5b5b5b;
    z-index: 2;
    width: 100%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.fancy-searchform .placeholder.goaway {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.fancy-searchform .placeholder span {
    color: #6a0d66;
}

.fancy-searchform input[type=search],
.fancy-searchform input[type=submit] {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    background: none;
    padding: 0 20px 0 40px;
    color: #5b5b5b;
    font-size: 16px;
    position: relative;
}

.fancy-searchform .placeholder.goaway+input {
    z-index: 7;
}

.fancy-searchform button {
    background: none;
    border: 0;
    outline: none;
    padding: 0;
    position: absolute;
    left: 25px;
    top: 50%;
    z-index: 222;
    margin-top: -10px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.fancy-searchform button:hover {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}

.fancy-searchform button svg {
    width: 21px;
    height: 20px;
    fill: #ff9600;
}

.soc-ads-box {
    padding: 12px;
    background-color: #f2f2f2;
    background-color: rgba(255, 255, 255, 0.44);
    padding: 12px 12px 1px;
    border-radius: 3px;
}

.soc-ads-box .ad {
    display: block;
    margin-bottom: 8px;
}

.social-main {
    padding: 45px 15px;
}

.social-main .mn-title {
    color: #6a0d66;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 10px;
}

.social-summary .itm {
    height: 21px;
    line-height: 21px;
    background-color: #fb9402;
    display: inline-block;
    color: #fff;
    padding: 0 4px;
    margin-left: 11px;
    font-size: 11px;
}

.social-summary {
    margin-bottom: 40px;
}

.social-summary a {
    height: 21px;
    border: 1px solid #dbdbdb;
    background-color: #f2f2f2;
    display: inline-block;
    padding: 0 4px;
    font-size: 11px;
    color: #5d5d5d;
    margin-left: 6px;
}

.social-summary a span {
    display: inline-block;
    height: 100%;
    border-right: 1px solid #D8D8D8;
    color: #6a0d66;
    padding-right: 4px;
    margin-right: 5px;
}

#bubble {
    transform: translate(0, 50%);
    width: 20px;
    height: 20px;
    padding: 2px 8px;
    border-radius: 50%;
    background: #ff9600;
    color: #fff;
    font-size: 11px;
    float: left;
    margin-left: 70px;
    margin-top: -4px;
    font-weight: 400;
    z-index: 9999;
}

.bot-ads-container {
    background-color: rgb(249, 249, 249);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 4px;
}

.bot-ads-container .ad img {
    display: block;
    width: 100%;
}

.pre-footer {
    padding: 0 0 25px;
}

.pre-footer .itm:first-child {
    padding-right: 0;
}

.pre-footer .itm:last-child {
    padding-left: 0;
}

.pre-footer .itm {
    padding: 0 4px;
    margin-top: 10px;
}

.pf-item {
    background-color: #fff;
    padding: 0 10px;
    padding-bottom: 10px;
}

.pf-item h3 {
    height: 47px;
    color: #710B6A;
    line-height: 47px;
    font-size: 16px;
    padding: 0 10px;
}

.pf-item.admins-blog {
    background: none;
    padding: 0;
}

.pf-item.admins-blog h3 {
    background-color: #F9F9F9;
    background-color: rgba( 255, 255, 255, 0.5);
    margin-bottom: 0;
    padding: 0 20px;
}

.pf-item.admins-blog ul {
    background-color: #fff;
    padding: 17px;
    font-size: 12px;
    line-height: 2.2;
}

.pf-item.admins-blog ul li a:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #66005F;
    vertical-align: middle;
    border-radius: 100%;
    margin-left: 10px;
}

.pf-item.admins-blog ul li a:hover {
    color: #66005F;
}

.pf-item.admins-blog.pf-nav ul li {
    width: 50%;
    float: right;
}

.pf-item.tag-cloud {
    text-align: justify;
}

.pf-item.tag-cloud ul {
    margin: 0 -10px;
    overflow: hidden;
    height: 170px;
}

.pf-item.tag-cloud ul li {
    float: right;
    padding: 3px 4px;
}

.pf-item.tag-cloud ul li a {
    background-color: #FBECD6;
    border-radius: 3px;
    padding: 2px 6px;
    display: inline-block;
    color: #D0C1A2;
}

.pf-item.tag-cloud ul li:nth-child(odd) a {
    background-color: #F3EEE8;
    color: #C7B497;
}

.pf-item.tag-cloud ul li a:hover {
    background-color: #AF8334;
    color: #fff;
}

.pf-item.active-users .users-list {
    display: flex;
    flex-flow: row wrap;
}

.pf-item.active-users a {
    display: inline-block;
    height: auto;
    width: 11.11111111111111%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    padding: 0 0 1px 1px;
}

.pf-item.active-users #header {
    text-align: right;
    width: 100%;
}

.pf-item.active-users #header:hover {
    box-shadow: none;
    transform: scale(1.03);
}

.pf-item.active-users a:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    transform: scale(1.08);
}

.pf-item.active-users a img {
    width: 100%;
    height: 100%;
}

.pf-item.active-users a span {
    font-size: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.above-footer.container {
    background: rgba( 255, 255, 255, 0.5);
    padding: 20px 10px;
    margin-bottom: 15px;
}

.above-footer .col-sm-5.about-footer {
    font-size: 14px;
    text-align: justify;
    line-height: 2;
}

.above-footer .logo-footer img {
    float: left;
    padding: 10px 10px 0px 0px;
    height: 140px;
}

.footer-nav li {
    float: right;
    font-size: 12px;
    color: #919191;
    margin-top: 6px;
}

.footer-nav li:after {
    content: '';
    margin: 0 12px;
    display: inline-block;
}

.footer-nav li>a {
    margin-right: 5px;
    font-family: isans;
}

.footer-nav li:last-child:after {
    content: none;
}

.footer-nav li a:hover {
    color: #373737;
}

.copyright-wrap {
    background-color: rgba( 0, 0, 0, 0.05);
    padding: 25px 0;
}

.copyright-cont,
.copyright,
.copyright .copyright-p {
    padding: 0
}

.copyright .copyright-p {
    color: #919191;
    direction: rtl;
    text-align: left;
}

.copyright .copyright-p a {
    text-decoration: underline;
    color: inherit;
    padding: 0 15px;
}

.copyright .copyright-p a:hover {
    color: #333;
}

.socialbuttons-footer {
    float: left;
    margin-top: 1%;
    margin-right: 10px;
}

.socialbuttons.facebook {
    background-color: #39599f;
}

.socialbuttons.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.socialbuttons.telegram {
    background-color: #45b0e3;
}

a.socialbuttons {
    border-radius: 100%;
    color: white;
    display: inline-block;
    height: 25px;
    padding: 5px;
}

a.socialbuttons:hover {
    background: #41d3c0 none repeat scroll 0 0;
    color: #fff;
}

.post-loop-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.post-item {
    border-radius: 3px;
    background-color: #ffffff;
    padding: 10px 10px 15px;
    margin-bottom: 22px;
    transition: 200ms all ease-in-out;
    position: relative;
}

.post-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
}

.post-item .post-thumb {
    text-align: center;
}

.post-item .post-thumb img {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #CFD2D4;
}

.post-item .post-title {
    color: #6a0d66;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
    margin: 10px 0;
    text-align: right;
    padding: 0 3px;
}

.post-item.product-item .post-title {
    padding: 10px 3px;
}

.post-item .post-excerpt {
    color: #010101;
    font-size: 11px;
    text-align: justify;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 23px;
}

.post-item .post-readmore-link {
    border-radius: 3px;
    background-color: #41d3c0;
    border-bottom: 3px solid #2cb3a1;
    display: block;
    width: 100%;
    width: calc( 100% - 20px);
    padding: 7px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.post-item .post-readmore-link.center {
    text-align: center;
}

.post-item .post-readmore-link svg {
    width: 20px;
    height: 16px;
    fill: #fff;
    vertical-align: middle;
    margin-left: 2px;
    display: inline-block;
}

.post-item.product-item .cart-link-add {
    float: right;
    color: #3f3f3f;
    font-size: 12px;
    font-weight: 300;
}

.post-item.product-item .cart-link-add:hover {
    color: #4eb118;
}

.post-item.product-item .cart-link-add .icn svg {
    width: 21px;
    height: 17px;
    fill: #4eb118;
    vertical-align: middle;
    margin-left: 4px;
}

.price-and-cart-sect {
    line-height: 32px;
    width: 92%;
    position: absolute;
    bottom: 6px;
}

.post-item.product-item .product-price {
    float: left;
    color: #010101;
    font-size: 18px;
    font-weight: 500;
}

.post-item.product-item .product-price .woocommerce-Price-currencySymbol {
    font-size: 11px;
    color: #a7a7a7;
}

.post-item.product-item .product-price .woocommerce-Price-currencySymbol:before {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20401.601%20401.6%22%20style%3D%22enable-background%3Anew%200%200%20401.601%20401.6%3B%22%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20fill%3D%22%23c0c0c0%22%20d%3D%22M116.682%2C229.329c11.286%2C0%2C22.195-0.729%2C32.518-2.086V114.094c-10.322-1.356-21.232-2.085-32.518-2.085%0A%09%09%09c-64.441%2C0-116.681%2C23.693-116.681%2C52.921v11.477C0.001%2C205.634%2C52.241%2C229.329%2C116.682%2C229.329z%22/%3E%0A%09%09%3Cpath%20fill%3D%22%23c0c0c0%22%20d%3D%22M116.682%2C288.411c11.286%2C0%2C22.195-0.729%2C32.518-2.084v-33.166c-10.325%2C1.356-21.229%2C2.095-32.518%2C2.095%0A%09%09%09c-56.25%2C0-103.199-18.054-114.227-42.082c-1.606%2C3.5-2.454%2C7.124-2.454%2C10.839v11.477%0A%09%09%09C0.001%2C264.718%2C52.241%2C288.411%2C116.682%2C288.411z%22/%3E%0A%09%09%3Cpath%20fill%3D%22%23c0c0c0%22%20d%3D%22M149.199%2C314.823v-2.578c-10.325%2C1.356-21.229%2C2.095-32.518%2C2.095c-56.25%2C0-103.199-18.054-114.227-42.082%0A%09%09%09C0.848%2C275.757%2C0%2C279.381%2C0%2C283.096v11.477c0%2C29.229%2C52.24%2C52.922%2C116.681%2C52.922c12.887%2C0%2C25.282-0.95%2C36.873-2.7%0A%09%09%09c-2.873-5.877-4.355-12.075-4.355-18.496V314.823z%22/%3E%0A%09%09%3Cpath%20fill%3D%22%23c0c0c0%22%20d%3D%22M284.92%2C22.379c-64.441%2C0-116.681%2C23.693-116.681%2C52.921v11.477c0%2C29.228%2C52.24%2C52.921%2C116.681%2C52.921%0A%09%09%09c64.44%2C0%2C116.681-23.693%2C116.681-52.921V75.3C401.601%2C46.072%2C349.36%2C22.379%2C284.92%2C22.379z%22/%3E%0A%09%09%3Cpath%20fill%3D%22%23c0c0c0%22%20d%3D%22M284.92%2C165.626c-56.25%2C0-103.199-18.053-114.227-42.082c-1.606%2C3.499-2.454%2C7.123-2.454%2C10.839v11.477%0A%09%09%09c0%2C29.228%2C52.24%2C52.921%2C116.681%2C52.921c64.44%2C0%2C116.681-23.693%2C116.681-52.921v-11.477c0-3.716-0.848-7.34-2.454-10.839%0A%09%09%09C388.119%2C147.573%2C341.17%2C165.626%2C284.92%2C165.626z%22/%3E%0A%09%09%3Cpath%20fill%3D%22%23c0c0c0%22%20d%3D%22M284.92%2C224.71c-56.25%2C0-103.199-18.054-114.227-42.082c-1.606%2C3.499-2.454%2C7.123-2.454%2C10.839v11.477%0A%09%09%09c0%2C29.229%2C52.24%2C52.922%2C116.681%2C52.922c64.44%2C0%2C116.681-23.693%2C116.681-52.922v-11.477c0-3.716-0.848-7.34-2.454-10.839%0A%09%09%09C388.119%2C206.657%2C341.17%2C224.71%2C284.92%2C224.71z%22/%3E%0A%09%09%3Cpath%20fill%3D%22%23c0c0c0%22%20d%3D%22M284.92%2C286.983c-56.25%2C0-103.199-18.054-114.227-42.082c-1.606%2C3.5-2.454%2C7.123-2.454%2C10.838v11.478%0A%09%09%09c0%2C29.228%2C52.24%2C52.921%2C116.681%2C52.921c64.44%2C0%2C116.681-23.693%2C116.681-52.921v-11.478c0-3.715-0.848-7.34-2.454-10.838%0A%09%09%09C388.119%2C268.928%2C341.17%2C286.983%2C284.92%2C286.983z%22/%3E%0A%09%09%3Cpath%20fill%3D%22%23c0c0c0%22%20d%3D%22M284.92%2C346.066c-56.25%2C0-103.199-18.053-114.227-42.081c-1.606%2C3.5-2.454%2C7.125-2.454%2C10.838V326.3%0A%09%09%09c0%2C29.228%2C52.24%2C52.921%2C116.681%2C52.921c64.44%2C0%2C116.681-23.693%2C116.681-52.921v-11.478c0-3.715-0.848-7.34-2.454-10.838%0A%09%09%09C388.119%2C328.012%2C341.17%2C346.066%2C284.92%2C346.066z%22/%3E%0A%09%3C/g%3E%0A%3C/svg%3E");
    width: 14px;
    height: 13px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    line-height: 1;
}

.post-item .post-readmore-link .price {
    float: left;
}

.post-item .post-readmore-link .price span.currency,
.post-item .post-readmore-link .price .woocommerce-Price-currencySymbol {
    font-size: 10px;
}

.post-item .post-readmore-link .price del,
.post-item.product-item .product-price del {
    display: none;
}

.single-post-top h1 {
    color: #6a0d66;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 7px;
}

.single-post-top .thumbnail {
    margin-bottom: 15px; 
    width: 86px; 
    margin-right: -15px; 
    float: right;
}

.breadcrumbs {
    font-size: 11px;
    font-weight: 300;
    color: #b0b0b0 !important;
    margin-bottom: 18px;
}

.breadcrumbs a {
    color: #000;
}

.breadcrumbs .sep {
    color: #c1c1c1;
    margin: 0 10px;
    font-size: 8px;
    display: inline-block;
}

.single-post-summary {
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 35px;
    padding: 15px;
}

.single-post-summary .thumbnail {
    padding: 0;
    margin-bottom: 10px;
}

.single-post-summary .informa {
    padding-right: 0;
}

.single-post-summary .post-title {
    color: #6a0d66;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 18px 0;
}

.single-post-summary .informa .info-list {
    line-height: 2.6;
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}

.single-post-summary .informa .info-list li span {
    color: #6a0d66;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-left: 10px;
}

.single-post-summary .informa .info-list li a {
    background-color: #f6f6f6;
    border-radius: 3px;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    padding: 0 8px;
}

.single-post-summary .informa .info-list li a:hover {
    color: #FFA500;
}

.single-post-summary .informa .cart-price {
    margin: 15px 0 15px 25px;
    line-height: 39px;
}

.single-post-summary .informa .quantity {
    float: right;
    margin-left: 5px;
}

.single-post-summary .informa .quantity .qty {
    width: 55px;
    text-align: center;
    height: 47px;
    font-size: 15px;
    border-radius: 3px;
    border-bottom: 2px solid #ddd;
    box-shadow: none;
}

.single-post-summary .informa #sms-notif-form {
    margin-top: 25px;
    line-height: 31px;
}

.cart-add-button {
    height: 47px;
    line-height: 47px;
    border-radius: 3px;
    background-color: #41d3c0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 0 18px;
    display: inline-block;
    border: 0;
    outline: none;
    position: relative;
    z-index: 35;
    border-bottom: 2px solid #21897b;
}

.single-post-summary .informa .support-text {
    height: 47px;
    line-height: 47px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 300;
    padding: 0 18px;
    background-color: #f5f5f5;
    display: inline-block;
    color: #212121;
    position: relative;
    z-index: 20;
    margin-right: -4px;
    float: right;
}

.single-post-summary .informa .product-price {
    margin-right: 17px;
    color: #a6a6a6;
    font-size: 19px;
    font-weight: 300;
}

.single-post-summary .informa .product-price svg {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 21px;
    fill: #b0b0b0;
    margin-left: 7px;
}

.single-post-summary .informa .product-price .amount {
    color: #6a0d66;
    font-size: 24px;
    font-weight: 500;
    line-height: 47px;
    float: right;
}

.single-post-summary .informa .product-price del .amount {
    font-size: 80%;
    color: #919191;
    margin-left: 5px;
    text-decoration: line-through;
}

.single-post-summary .informa .product-price .currency,
.single-post-summary .informa .product-price .woocommerce-Price-currencySymbol {
    color: #a7a7a7;
    font-size: 11px;
    font-weight: 400;
}

.cloud-download-link {
    color: #a6a6a6;
    font-size: 17px;
    font-weight: 300;
    transition: all 200ms ease-in-out;
}

.downloadbox .no-p {
    padding: 0;
    width: 100%;
    float: right;
    margin-top: 20px;
}

.cloud-download-link:hover {
    color: #444;
}

.cloud-download-link svg {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 27px;
    fill: #ff9600;
}

.cloud-download-link span {
    display: inline-block;
    position: relative;
}

.cloud-download-link span:after {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 1px solid #E5E5E5;
    right: 0;
    bottom: -2px;
    transition: all 200ms ease-in-out;
}

.cloud-download-link:hover span:after {
    transform: translateY(5px);
    opacity: 0;
}

.post-content input[type=email],
.post-content input[type=password],
.post-content input[type=search],
.post-content input[type=tel],
.post-content input[type=text],
.post-content input[type=url],
.post-content textarea {
    border: 1px solid #e1e1e1;
    padding: 15px;
    box-sizing: border-box;
    color: #818080;
    border-radius: 3px;
    width: 100%;
    background-color: #f9f8f8;
}

.msg-info {
    float: right;
    display: inline;
    width: 37%;
}

.msg-content {
    float: left;
    width: 60%;
    display: inline;
}

.msg-submit {
    float: right;
    width: 100%;
}

.post-content img,
.single-post-summary img {
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out 0s;
    display: inline;
    margin-bottom: 10px;
}

.post-content img:hover,
.single-post-summary img:hover {
    filter: contrast(1.2);
    transition: all 0.3s ease-in-out 0s;
}

.single-post-content {
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 35px;
    padding: 15px 35px;
}

.single-post-content .spc-head {
    margin: -15px -35px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 25px;
    padding: 0 35px;
    line-height: 70px;
}

.single-post-content .spc-head h3 {
    margin: 0;
    border-bottom: 1px solid #6A0665;
    color: #6a0d66;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding: 0 8px;
    margin-bottom: -1px;
}

.single-post-content .small-item {
    font-size: 12px;
    color: #6a5643;
    font-weight: 200;
}

/**
 ******** Typography ********
*/

.post-content {
    color: #000000;
    font-size: 13px;
    line-height: 2.5;
    font-weight: 300;
}

.post-content p,
.bbp-reply-content p {
    margin-bottom: 5px;
    margin-top: 15px;
}

.post-content a,
.bbp-reply-content a {
    text-decoration: none;
    color: #6a0d66;
}

.post-content a:hover,
.bbp-reply-content a:hover {
    color: #ff9600;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 12px;
    color: #6a0d66;
}

.post-content h1 {
    font-size: 18px;
}

.post-content h2 {
    font-size: 16px;
}

.post-content h3 {
    font-size: 14px;
}

.post-content h4 {
    font-size: 13px;
}

.post-content h5 {
    font-size: 12px;
}

.post-content h6 {
    font-size: 11px;
}

.post-content h1 small,
.post-content h2 small,
.post-content h3 small,
.post-content h4 small,
.post-content h5 small,
.post-content h6 small {
    font-weight: 400;
    margin-bottom: 8px;
}

.post-content h1 small {
    font-size: 16px;
}

.post-content h2 small {
    font-size: 14px;
}

.post-content h3 small {
    font-size: 13px;
}

.post-content h4 small {
    font-size: 12px;
}

.post-content h5 small {
    font-size: 11px;
}

.post-content h6 small {
    font-size: 10px;
}

.post-content strong,
.bbp-reply-content strong {
    font-weight: 700;
}

.post-content em,
.bbp-reply-content em {
    font-style: italic;
}

.post-content ins,
.bbp-reply-content ins {
    background-color: #bc19b4;
    color: #fff;
    padding: 0 5px;
    margin: 0 3px;
    border-radius: 3px;
}

.post-content pre,
.bbp-reply-content pre {
    margin-bottom: 30px;
}

.post-content blockquote,
.bbp-reply-content blockquote {
    margin-bottom: 30px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 45px 15px 20px;
    color: #666666;
    position: relative;
    border-right: 4px solid #ff9600;
}

.post-content blockquote::before,
.bbp-reply-content blockquote::before {
    content: "\201d";
    /*Unicode for Left Double Quote*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    position: absolute;
    right: 10px;
    top: -25px;
}

.post-content blockquote p,
.bbp-reply-content blockquote p {
    margin: 0;
}

.post-content figure,
.bbp-reply-content figure {
    position: relative;
}

.post-content table tbody td,
.bbp-reply-content table tbody td {
    border: 1px solid #f5f5f5;
}

.wp-caption-text {
    position: absolute;
    bottom: 20px;
    padding: 4px 20px;
    background-color: rgba(171, 46, 170, 0.65);
    color: #fff;
    right: 10px;
    border-radius: 3px;
}

.gallery {
    margin-bottom: 1em
}

.gallery:after,
.gallery:before {
    content: "";
    display: table
}

.gallery .gallery-item {
    float: right;
    padding: 4px;
}

.gallery .gallery-item .gallery-icon {
    position: relative;
}

.gallery .gallery-item a:before,
.gallery .gallery-item a,
.gallery .gallery-item a:before {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.gallery .gallery-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background-color: rgba( 0, 0, 0, 0);
}

.gallery .gallery-item:hover a:before {
    background-color: rgba( 0, 0, 0, 0.6);
}

.gallery .gallery-item .gallery-icon a {
    display: block
}

.gallery .gallery-item .gallery-icon img {
    border: none;
    height: auto;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.gallery .gallery-item .gallery-caption {
    margin: 0;
    text-align: center
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.3%
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16.666666667%
}

.gallery.gallery-columns-7 .gallery-item {
    width: 14.285714286%
}

.gallery.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery.gallery-columns-9 .gallery-item {
    width: 11.111111111%
}

.aligncenter {
    display: table;
    margin: 0 auto;
}

.post-content .aligncenter {
    margin: 0 auto 20px;
}

.post-content ol,
.post-content ul,
.bbp-reply-content ol,
.bbp-reply-content ul,
.bbp-reply-content ol li,
.bbp-reply-content ul li {
    list-style: none !important;
    margin: 0 15px 15px;
}

.post-content ol,
.bbp-reply-content ol {
    counter-reset: item;
}

.post-content ol li:before,
.bbp-reply-content ol li:before {
    content: counter(item) " . ";
    counter-increment: item;
    color: #6a0d66;
    width: auto;
    height: auto;
    background: none;
    display: inline;
    text-align: inherit;
    line-height: normal;
    margin-left: 2px;
    font-weight: 500;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
}

.post-content ul li:before,
.bbp-reply-content ul li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #6a0d66;
    vertical-align: middle;
    margin-left: 9px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

/**
 ******** Typography end ********
*/

.related-posts-box {
    padding: 0 30px;
    position: relative;
    margin-bottom: 25px;
}

.related-posts-box .post-item {
    margin-bottom: 0;
}

.related-posts-box:before {
    content: '';
    position: absolute;
    height: 90px;
    margin-top: -45px;
    background-color: #6B0A65;
    background-image: linear-gradient(to right, #ffb400 0%, #6a0d66 100%);
    top: 50%;
    width: 100%;
    right: 0;
}

.related-posts-box .next_prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 90px;
    margin-top: -45px;
    z-index: 2000;
    line-height: 105px;
    text-align: center;
    cursor: pointer;
}

.related-posts-box .next_prev svg {
    width: 16px;
    height: 24px;
    fill: #ffffff;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.related-posts-box .next_prev.next {
    right: 0;
}

.related-posts-box .next_prev.prev {
    left: 0;
}

.related-posts-box .next_prev.next svg {
    -webkit-transform: rotate( 90deg);
    transform: rotate( 90deg);
}

.related-posts-box .next_prev.prev svg {
    -webkit-transform: rotate( -90deg);
    transform: rotate( -90deg);
}

.comments-list li ul {
    padding: 25px 10px 0 0;
}

.comments-list li ul>.comment {
    padding-right: 30px;
    border-right: 1px solid #C8C8C8;
}

.comments-list li ul>.comment:last-child {
    border-right: 0;
}

.comments-list li ul>.comment:before {
    content: '';
    border-bottom: 1px solid #C8C8C8;
    border-right: 1px solid #C8C8C8;
    height: 20px;
    position: absolute;
    width: 22px;
    top: -7px;
    right: -1px;
}

.comments-list li ul>.comment:last-child:before {
    right: 0;
}

.comment {
    padding-bottom: 25px;
    position: relative;
}

.comment .comment-head {
    margin-bottom: 15px;
    line-height: normal;
}

.comment .likes {
    cursor: pointer;
    color: #7d7d7d;
    font-size: 12px;
    font-weight: 400;
}

.comment .likes svg {
    width: 15px;
    height: 14px;
    fill: #7fc857;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 0 10px;
}

.comment .author {
    color: #6a0d66;
    font-size: 14px;
    font-weight: 400;
}

.comment .author a {
    color: inherit;
}

.single-post .date,
.comment .date {
    color: #999999;
    font-size: 11px;
    font-weight: 400;
    float: left;
}

.comment .comment-text {
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    line-height: 2.5;
}

.comment-reply-link {
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
    background-color: #f6f6f6;
    padding: 0 12px;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
}

.comment-reply-link:hover {
    background-color: #373737;
    color: #fff;
}

.send-comment-form input[type=text],
.send-comment-form input[type=email],
.send-comment-form input[type=url],
.send-comment-form input[type=tel],
.send-comment-form input[type=number],
.send-comment-form textarea {
    height: 45px;
    border: 1px solid #e6e6e6;
    outline: none;
    padding: 0 20px;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    display: block;
    width: 45%;
    margin-bottom: 12px;
}

.send-comment-form input[type=text]:focus,
.send-comment-form input[type=email]:focus,
.send-comment-form input[type=url]:focus,
.send-comment-form input[type=tel]:focus,
.send-comment-form input[type=number]:focus,
.send-comment-form textarea:focus {
    border-color: #c3c3c3;
}

.send-comment-form label {
    color: #6a0d66;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #6A0665;
    margin: 0 15px -1px 0 !important;
    float: right;
    padding: 5px 5px 10px;
    cursor: pointer;
}

.send-comment-form textarea {
    width: 100%;
    padding: 15px 20px;
    height: 152px;
    line-height: 32px;
}

.send-comment-form input[type=submit],
.send-comment-form button {
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    background-color: #6a0d66;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    padding: 0 15px;
    outline: none;
    border: 0;
    transition: all 200ms ease-in-out;
    display: inline-block;
}

.send-comment-form input[type=submit]:hover,
.send-comment-form button:hover {
    background-color: #7C1C79;
}

#respond {
    -webkit-animation: showTab 200ms ease-in-out both;
    animation: showTab 200ms ease-in-out both;
    margin-bottom: 20px;
}

body.error404,
body.error404 .site-wrap {
    min-height: 100%;
    height: 103%;
    overflow: hidden;
}

.notfound-page {
    position: relative;
    top: 50%;
    width: 60%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.notfound-page h1 {
    display: table;
    text-align: left;
    margin: 0 auto 26px;
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 400;
}

.notfound-page h1 img {
    display: block;
    margin: 7px auto;
}

.notfound-page .help-404 {
    color: #8a8a8a;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    margin-top: 20px;
}

.send-report-link-404 {
    color: #8a8a8a;
    font-size: 15px;
    font-weight: 300;
    display: table;
    bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -80px;
}

.send-report-link-404 span {
    display: block;
    text-align: center;
    transform: rotate(-90deg);
    color: #c9c9c9;
    font-size: 22px;
    margin-top: -5px;
}

.edit-link {
    color: #6a0d6e;
    float: left;
    margin: 0 10px;
}

.single-post-summary .edit-link {
    width: 100%;
    text-align: left;
}

.cart-top {
    background: #fff;
    height: 60% !important;
    margin-top: 8px;
    line-height: 26px !important;
    padding: 0 8px  !important;
    font-weight: 500;
}

.cart-top:hover {
    background: #ddd;
}


/**
 ******** Animated CSS ********
*/

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}


/*
******** login popup ********
*/

.closeloginmodal {
    color: #aaa;
    float: left;
    font-size: 24px;
    line-height: 24px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.loginmodal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    border-radius: 5px;
    width: 400px;
}

.logincontainer-head {
    background-color: #f1f1f1;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 16px;
}

.closeloginmodal:hover,
.closeloginmodal:focus {
    color: red;
    cursor: pointer;
}

.logincontainer {
    padding: 16px;
    background: #f9f8f8;
}

.logincontainer label {
    color: #818080;
    margin-right: 3px;
}

.logincontainer input[type=text]:-webkit-autofill,
.logincontainer input[type=text]:-webkit-autofill:hover,
.logincontainer input[type=text]:-webkit-autofill:focus,
.logincontainer input[type=text]:-webkit-autofill:active,
.logincontainer input[type=password]:-webkit-autofill,
.logincontainer input[type=password]:-webkit-autofill:hover,
.logincontainer input[type=password]:-webkit-autofill:focus,
.logincontainer input[type=password]:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
}

.logincontainer input[type=text],
.logincontainer input[type=password] {
    border: 1px solid #ecebeb;
    border-radius: 3px;
    box-sizing: border-box;
    direction: ltr;
    display: inline-block;
    margin: 10px 0 15px;
    padding: 15px 15px 15px 40px;
    width: 100%;
}

.logincontainer input[type=text]::placeholder,
.logincontainer input[type=password]::placeholder {
    color: #818080;
}

.logincontainer input[type=text] {
    background: #fff url("../images/icons/username.png") no-repeat 15px center
}

.logincontainer input[type=password] {
    background: #fff url("../images/icons/lock.png") no-repeat 15px center
}

.logincontainer input[type="radio"],
.logincontainer input[type="checkbox"] {
    top: -2px;
}

.logincontainer .lost-pwd {
    float: left;
    font-size: 11px;
    margin-left: 4px;
    margin-top: 2px;
    white-space: nowrap;
}

.menu-item.loginform a {
    border: medium none;
    cursor: pointer;
}

.logincontainer button {
    margin: 16px 0 0 0;
    cursor: pointer;
    width: 100%;
    background: #1fbd3d none repeat scroll 0 0;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 14px 20px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.logincontainer button:hover {
    background: #19a033 none repeat scroll 0 0;
}

.logincontainer-footer {
    background-color: #f1f1f1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    padding: 16px;
    font-size: 13px;
}

.loginmodal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@media screen and (max-width: 414px) {
    .loginmodal-content {
        width: 90%;
    }
}


/*
******** top button ********
*/

.topbutton {
    height: 50px;
    width: 50px;
    position: fixed;
    margin-right: 20px;
    bottom: 20px;
    z-index: 1;
    background-image: url("../images/icons/topbutton.png");
    background-repeat: no-repeat;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.topbutton:hover {
    -webkit-transform: rotate(360deg);
    background: url('../images/icons/topbutton.png') no-repeat;
}

/*
******** mobile menu ********
*/

.mobile-menu-toggles {
    padding-left: 0;
}

.responsive-menu-toggle,
.responsive-login-toggle {
    float: left;
    line-height: 44px;
}

.responsive-menu-toggle svg {
    width: 39px;
    height: auto;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: inline-block;
    vertical-align: middle;
}

.responsive-menu-toggle path {
    fill: none;
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    stroke-width: 40px;
    stroke-linecap: round;
    stroke: #6A0D66;
    stroke-dashoffset: 0px;
}

.responsive-menu-toggle path#top,
.responsive-menu-toggle path#bottom {
    stroke-dasharray: 240px 950px;
}

.responsive-menu-toggle path#middle {
    stroke-dasharray: 240px 240px;
}

.responsive-menu-toggle.cross path#top,
.responsive-menu-toggle.cross path#bottom {
    stroke-dashoffset: -650px;
    stroke-dashoffset: -650px;
}

.responsive-menu-toggle.cross path#middle {
    stroke-dashoffset: -115px;
    stroke-dasharray: 1px 220px;
}

.responsive-login-toggle svg {
    display: inline-block;
    width: 15px;
    fill: #6A0D66;
    vertical-align: middle;
}

/*
******** tab view ********
*/

@keyframes showTab {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.latest-responses section,
.quick-category-menu section {
    display: none;
    padding-right: 20px;
}

.latest-responses section nav {
    height: 237px;
    overflow: hidden;
}

.spct-head section {
    display: none;
}

.latest-responses #content2 li{
    line-height: 31px;
}

.latest-responses input,
.spct-head input,
.quick-category-menu input {
    display: none;
}

.latest-responses label,
.spct-head label {
    color: #919191;
    display: inline-block;
    font-size: 16px;
    font-weight: 200;
    line-height: 22px;
    margin-bottom: 10px;
    margin-left: 20px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.spct-head label {
    margin: 10px 0 20px 20px;
}

.latest-responses label:hover,
.spct-head label:hover,
.quick-category-menu label:hover {
    color: #6a0d66;
    cursor: pointer;
}

.latest-responses input:checked+label,
.spct-head input:checked+label,
.quick-category-menu input:checked+label {
    color: #6a0d66;
}

.latest-responses #tab1:checked~#content1,
.latest-responses #tab2:checked~#content2,
.quick-category-menu #tab1:checked~#content1,
.quick-category-menu #tab2:checked~#content2 {
    display: block;
    animation: showTab 200ms ease-in-out both;
    -webkit-animation: showTab 200ms ease-in-out both;
}
.quick-category-menu #tab1:checked~#content1,
.quick-category-menu #tab2:checked~#content2 {
    border-top: 1px solid #EAEAEA;;
}

.spct-head #spct-tab1:checked~#spct-content1,
.spct-head #spct-tab2:checked~#spct-content2 {
    display: block;
    animation: showTab 200ms ease-in-out both;
    -webkit-animation: showTab 200ms ease-in-out both;
    border-top: 1px solid #EBEBEB;
    padding-top: 20px;
}

.spct-head #spct-content2 #comments {
    padding: 15px 5px;
    text-align: justify;
}

.latest-responses .mCSB_dragger_bar {
    background-color: #bbb !important;
}

.latest-responses .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, 0.07) !important;
}


/*
******** Contact Form ********
*/

.msg-error {
    background: #f44336 url(../images/icons/error.png) no-repeat right;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    padding: 20px 80px;
    margin-bottom: 20px
}

.msg-success {
    background:#4caf50 url(../images/icons/success.png) no-repeat right;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    padding: 20px 80px;
    margin-bottom: 20px
}

.msg-info .captcha {
    color: #818080; 
    margin-right: 4px;
}

.msg-info .message_human {
    direction: ltr;
    font-family: tahoma;
}

/*
******** Other Stuff ********
*/

#basic-details-section,
#profile-details-section {
    background: #f9f8f8;
    padding: 20px;
    margin-top: 20px;
    border-radius: 3px;
    border: 1px solid #eee;
    font-size: 13px;
}

#basic-details-section>h2,
#profile-details-section>h2 {
    font-weight: 600;
}

.post-tags {
    font-size: 14px;
    color: #757171;
    padding-bottom: 30px;
}

.post-tags a {
    color: #757171;
}

.post-tags a:hover {
    color: #6A0D6E;
}


/*.post-content ul {
  list-style: initial;
}*/

#blogs-list li {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 15px !important;
    padding: 15px !important;
    border-radius: 3px;
}

#blogs-list li .action {
    margin-left: 15px;
}

#blogs-list .item-avatar img {
    width: 80px !important;
}

#blogs-list .item-title a {
    color: #6a0d6e;
    font-size: 13px;
}

#blogs-list .meta {
    font-size: 11px !important;
}

.mu_register {
    max-width: 1191px;
    width: auto !important;
    margin: 50px auto !important;
    background: #fff;
    padding: 15px;
    font-size: 13px;
    line-height: 32px;
}

.fa-fw {
    text-align: center;
    width: 1.28571em;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-pencil-square-o,
.fa-comment-o,
.fa-book,
.fa-download,
.fa-tag,
.fa-link,
.fa-pencil,
.fa-check {
    color: #919191;
    font-size: 13px;
}

/* All-Access-Table */

.price-table-wrapper {
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin-top: 30px;
}

.price-table-wrapper .featured-table {
    box-shadow: 0px 0px 29px -3px rgba(0, 0, 0, 0.36);
}

.price-table-wrapper .pricing-table {
    display: inline-block;
    border: 1px solid #C8C8C8;
    border-radius: 10px;
    background: white;
    margin: 20px;
    transition: all 0.3s ease-in-out;
}

.price-table-wrapper .pricing-table__header {
    padding: 20px 90px;
    font-size: 20px;
    color: #ffff;
    background: #C0C0C0;
    font-weight: bold;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-bottom: 0;
}

.price-table-wrapper .boronz-table .pricing-table__header {
    background: #d98880;
    color: #fff;
}

.price-table-wrapper .featured-table .pricing-table__header {
    background: #FFD700;
    color: #fff;
}

.price-table-wrapper .pricing-table__price {
    color: #66CCCC;
    padding: 20px;
    margin: auto;
    font-size: 20px;
    font-weight: 500;
}

.price-table-wrapper .pricing-table__button {
    display: block;
    background: #66CCCC;
    text-decoration: none;
    padding: 20px;
    color: white;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 22px;
}

.price-table-wrapper .pricing-table__button:before {
    position: absolute;
    left: -20%;
    top: -10%;
    content: '';
    width: 60%;
    height: 220%;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    background: white;
    opacity: .3;
    transition: all 0.3s ease-in-out;
}

.price-table-wrapper .pricing-table__button:after {
    position: absolute;
    content: '>';
    top: 0;
    right: 0;
    font-size: 25px;
    padding: 15px;
    padding-right: 40px;
    color: white;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    line-height: 32px;
}

.price-table-wrapper .pricing-table__button:hover {
    background: black;
}

.price-table-wrapper .pricing-table__list {
    padding: 0 20px 20px;
    color: #A0A0A0;
    margin-bottom: 0;
}

.price-table-wrapper .pricing-table__list li {
    padding: 15px;
    border-bottom: 1px solid #C8C8C8;
    font-size: 14px;
    margin-top:0;
}

.price-table-wrapper .pricing-table__list li:before {
    display: none;
}

.price-table-wrapper .pricing-table__list li:last-child {
    border: none;
}

.price-table-wrapper p {
    margin-bottom: 0;
}

.price-table-wrapper .pricing-table:hover {
    box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}

.price-table-wrapper .pricing-table:hover .pricing-table__button {
    padding-left: 0;
    padding-right: 35px;
}

.price-table-wrapper .pricing-table:hover .pricing-table__button:before {
    top: -80%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%;
}

.price-table-wrapper .pricing-table:hover .pricing-table__button:after {
    opacity: 1;
    padding-right: 15px;
}
