/*
	Bu kodlama izinsiz
	hiÃ§bir ÅŸekilde kopyalanamaz.
*/

a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body,
canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed,
fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol,
output, p, pre, q, ruby, s, samp, section, small, span, sub, summary, sup, table, tbody, td,
textarea, tfoot, th, thead, time, tr, tt, ul, var, video {margin: 0; padding: 0; border: 0; vertical-align: baseline; box-sizing: border-box }
ol, ul { list-style: none }
blockquote, q { quotes: none }
blockquote:after, blockquote:before, q:after, q:before { content: ''; content: none }
body { line-height: 1; background: #f5f5f5; font-family: Roboto;font-weight:400;overflow-x: hidden;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;text-rendering: optimizeLegibility;}
table { border-collapse: collapse; border-spacing: 0 }a { display:block;text-decoration:none; }
img { border: 0; max-width: 100%; height: auto;display:block; }:focus {outline: 0}

.clear {clear: both}
.container {width:1170px;margin:0 auto;position: relative;}
.site-wrapper {position:Relative!important;}
.floatLeft {float:left;}
.floatRight {float:right;}
.bg3 {background: #e38206!important;background: -moz-linear-gradient(left, #e38206 0%, #f94d28 100%);background: -webkit-linear-gradient(left, #e38206 0%,#f94d28 100%);background: linear-gradient(to right, #e38206 0%,#f94d28 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e38206', endColorstr='#f94d28',GradientType=1 );}
.block {width:100%;display:block;float:left;}
.mtt4 {margin-top:4px;}
/*
	HEADER (MAIN BAR)
	======================================
*/

.hdv-tag {
    text-transform:uppercase;
}

.svg-u-add {
    background-image: url(../img/svg-u-add.svg);
    display: block;
}

.svg-u-minus {
    background-image: url(../img/svg-u-minus.svg);
    display: block;
}

.content-in.right input,
.content-in.right button {
    border: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mobile-menu, .toggle-menu { display: none; }
header {width:100%;display:block;height:auto;float:left;position:relative;font-family: 'Roboto', sans-serif;z-index:99999;}
.mainBar {position:relative;display:block;float:left;width:100%;height:64px;}
.mainBar.fixed-nav {background:rgba(106, 158, 63, 0.95)!important;}
.fixed-nav {position: fixed!important;background: rgba(255,255,255,.95);z-index: 10;box-shadow: 0 4px 2px -2px rgba(0,0,0,.1)!important;right: 0;left: 0;-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);will-change: transform;transition: -webkit-transform .4s;transition: transform .4s;transition: transform .4s,-webkit-transform .4s;top: 0px!important;bottom: auto!important;}
.bm-header--pinned {-webkit-transform: translateY(0%);-ms-transform: translateY(0%);transform: translateY(0%);z-index: 500;}
.bm-header--unpinned {transform: translateY(-100%);position:fixed;top:54px;}
#site.defaultFixedHeader .mainBar {position:fixed;top:0px!important;z-index:9999;overflow: inherit!important;z-index:99999;}
#site.defaultFixedHeaderBottom .mainBar {position:fixed;top:0px!important;z-index:9999;overflow: inherit!important;z-index:99999;}
#site.defaultFixedHeader .bottomBar {top:64px;}
#site.defaultFixedHeader .site-wrapper {top:64px!important;}
#site.defaultFixedHeaderBottom .site-wrapper {top:60px!important;}
.right.r270 {
    width: 300px!important;
}

i.search.s270 {
    margin-right: 15px!important;
}

a.postUploadButton.p270 {
    margin-left: 0!important;
    margin-right: 15px!important;
}

body.logged-in.admin-bar #site.defaultFixedHeader .mainBar {top:32px!important;}
body.logged-in.admin-bar #site.defaultFixedHeaderBottom .mainBar {top:32px!important;}
.mb-goster {display: none !important;}
.mb-goster2 {display: none;}

.mb-goster6 {
    display: none;
}
.modal {
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.modal-overlay {
    position: absolute;
    display: block;
    background-color: rgba(0,0,0,.6);
    z-index: 0;
    width: 100%;
    height: 100%;
}

.modal-container {
    width: 750px;
    height: 550px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: 1;
    box-shadow: 0 0 29px 0 rgba(69,62,78,.53);
    background-color: #fff;
    border-radius: 6px;
}

.modal-ask-makale .modal-container {
    width: 850px;
}

.modal-left {
    width: 130px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: gray url(../img/login-bg.png);
    -webkit-animation: slide 30s linear infinite;
    background-size: cover;
    border-radius: 4px 0 0 4px;
}

.modal-ask .modal-left {
    background: gray url(../img/ask-bg.png);
    -webkit-animation: slide 10s linear infinite;
}

.modal-ask textarea,
.modal-ask-makale textarea {
    resize: none;
    height: 120px;
    background-color: #FCFCFB;
    border: 1px solid #E2E2E1;
    border-radius: 4px;
    padding: 15px 20px 0 20px;
    width: 100%;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: bold;
    color: #010101;
    text-transform: uppercase;
}

.modal-ask textarea::placeholder,
.modal-ask-makale textarea::placeholder {
    color: #B1B0B0;
}

.modal-ask .modal-right,
.modal-ask-makale .modal-right {
    padding: 0 40px 0 170px;
    width: 100%;
}

.modal-ask-makale .modal-body,
.modal-ask-makale .modal-header,
.modal-ask-makale .modal-right
 {
    z-index: 9999;
    position: relative;
}

.modal-ask-makale .modal-body,
.modal-ask-makale .modal-header {
    max-width: 560px!important;
}

.modal-ask-makale .modal-header {
    margin-top: 120px;
}

.modal-ask .modal-body,
.modal-ask-makale .modal-body {
    max-width: 100%;
}

.modal-ask .modal-body-p p:last-child,
.modal-ask-makale .modal-body-p p:last-child {
    margin-top: 10px;
}

.modal-ask .modal-body-submit button,
.modal-ask-makale .modal-body-submit button {
    margin: 20px 10px 20px 0;
}

.modal-ask .profile-alert,
.modal-ask-makale .profile-alert {
    margin-top: 0!important;
}

@-webkit-keyframes slide {
    0% { background-position: 0 0; }
    50% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}

.modal-right {
    width: calc(100% - 130px);
    padding-left: 170px;
    float: left;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.modal-right .modal-title {
    display: block;
}

.modal-right .modal-title p {
    font-family: 'Roboto';
    font-size:18px;
    line-height: 24px;
    color: #2E2539;
    font-weight: 600;
    display: block;
    margin-top: 20px;
}

.modal-title p b {
    color: #EA2847;
    font-weight: 600;
}

.modal-body {
    max-width: 392px;
    width: 100%;
}

.modal-body-inputs {
    position: relative;
    margin-top: 14px;
    display: block;
}

.modal-body-inputs input {
    height: 50px;
    background-color: #FCFCFB;
    border: 1px solid #E2E2E1;
    border-radius: 4px;
    padding: 15px 20px 0 20px;
    width: 100%;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: bold;
    color: #010101;
}
.blog-social-telegram .blog-social-in {
    background: transparent;
}.blog-social-telegram .blog-social-in p {
    background-color: #039be5!important;
}

.blog-social-telegram .blog-social-in {
    display: block;
}

.blog-social-telegram .blog-social-in img {
    margin: 0 auto;
}
.anim-input-place {
    font-family: 'Roboto';
    font-size: 11px;
    color: #B1B0B0;
    font-weight: bold;
    transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 21px;
    pointer-events: none;
    text-transform: uppercase;
}

input:focus~.anim-input-place,
.anim-input-place.active {
    transform: scale(.90) translateY(-15px) translateX(0px);
    transform-origin: left;
}
.modal-body-inputs input::placeholder {
    color: #010101;
    opacity: 0;
}

.modal-body-inputs input:focus {
    background-color: #fff;
}

.modal-body button {
  border: 0;
  box-shadow: none;
  outline: none;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-body-submit button {
    width: 126px;
    height: 34px;
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
    background-color: #6263F6;
    box-shadow: 0px 6px 40px 0 rgba(98,99,246,.20);
    color: #fff;
    font-family: 'Roboto';
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0;
    cursor: pointer;
}

.modal-body-p p {
    font-family: 'Roboto';
    color: #2E2539;
    font-weight: 600;
    font-size: 14px;
}

.modal-body-p p a,
.modal-body-p p i {
    color: #6263F6;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
}

.modal-body-p p:last-child {
    margin-top: 20px;
}

.agreement {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 30px;
    font-family: 'Roboto';
    font-weight: 600;
    line-height: 20px;
    color: #2E2539;
    font-size: 14px;
}

.agreement input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #FCFCFB;
    border: 1px solid #E2E2E1;
    border-radius: 4px;
}

.agreement a {
    color: #6263F6;
    font-size: 14px;
display: inline-block;
}

.agreement:hover input ~ .checkmark {
    background-color: #FCFCFB;
}

.agreement input:checked ~ .checkmark {
    background-color: #6263F6;
}

.checkmark:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 2px;
    height: 8px;
    background-color: #3E405D;
    transition: transform .2s ease-in-out;
    display: none;
}

.checkmark:before {
    content: "";
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 2px;
    background-color: #3E405D;
    display: none;
}

.agreement input:checked ~ .checkmark:after,
.agreement input:checked ~ .checkmark:before {
    display: block;
    background-color: #fff;
}

.modal-body-messages {
    position: relative;
    display: none;
}

.modal-body-messages .success,
.modal-body-messages .error {
    max-width: 390px;
    width: 100%;
    line-height: 1.6em;
    background-color: #E8F0FE;
    border: 1px solid #2FA2EA;
    border-radius: 4px;
    color: #010101;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 15px 20px;
    display: block;
    position: relative;
}

.modal-body-messages .error {
    background-color: #FEE8E8;
    border: 1px solid #E80C2F;
}

.modal-body-messages .error:after {
    content: "!";
    color: #E80C2F;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

.modal-body-messages .success:after {
    position: absolute;
    content: "";
    right: 20px;
    top: 39%;
    transform: translateY(-50%);
    width: 5px;
    height: 10px;
    border: solid #2FA2EA;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-body-messages p {
    font-family: 'Roboto';
    font-weight: 600;
    line-height: 20px;
    color: #EA2847;
    font-size: 14px;
}

.modal-close,
.add-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #6263F6;
    border-radius: 4px;
    transform: translate(50%,-50%);
    cursor: pointer;
    z-index: 9999;
}

.modal-ask-makale .modal-close {
    background-color: #5ac9b1;
    z-index: 99999;
}

.add-close {
    background-color: #33d2e0;
    display: none;
}

.modal-close:before,
.add-close:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    width: 10px;
    height: 2px;
    background-color: #fff;
    margin-left: 1px;
}

.modal-close:after,
.add-close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    width: 2px;
    height: 10px;
    transition: transform .2s ease-in-out;
    background-color: #fff;
    margin-left: 1px;
}

.modal-pos-img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 420px;
}
.modal-body-inputs.x2 {
    width: calc(50% - 10px);
    float: left;
    z-index: 9999;
    margin-bottom: 20px;
}

.modal-body .modal-body-inputs.x2:nth-child(2) {
    float: right;
}
/*profil sayfaları*/
.sidebar-left {
    width: 284px;
    float: left;
}


.sidebar-left .widget {
  width: 100%;
 height: auto;
 display: block;
 box-shadow: 0px 0px 40px 0px rgba(94,94,152,.06);
 border-radius: 6px;
}

.sidebar-left .widget:first-child {
    margin-bottom: 30px;
}
.avatar-section {
    width: 100%;
    height: 230px;
    border-radius: 6px;
    background-image: url(../img/404.png);
    background-size: cover;
    background-position: center;
    position: relative;
}
.avatar-section-in {
    position: relative;
    z-index: 99;
    flex-direction: column;
    height: 100%;
}
a.add-avatar {
    position: absolute;
    left: 0;
    width: max-content;
    top: 36px;
    display: block;
    margin-left: 5px;
    z-index: 9;
}
.add-cover label.add-cover-text, .add-avatar label.add-cover-text {
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #3E405D;
    height: 27px;
    line-height: 28px;
    border-radius: 12px;
    padding: 0 13px;
    margin-right: 5px;
    opacity: 0; transition: .2s ease-in-out;

}
a.add-avatar:hover label {
    opacity: 1;
}
.add-cover span.add-cover-icon, .add-avatar span.add-cover-icon {
    background-color: #ffffff;
    width: 27px;
    height: 27px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform .6s ease-in-out;
}
.add-avatar:hover span {
    transform: rotate(360deg);
}

.add-cover span.add-cover-icon svg, .add-avatar span.add-cover-icon svg {
    width: 13px;
    height: 13px;
}

.add-cover span.add-cover-icon svg path, .add-avatar span.add-cover-icon svg path {
    fill: #3e405d;
}

.phbi-middle-right .with-icon-bg {
    position: static;
}

.phbi-middle-right .with-icon-bg:hover {
    opacity: .8;
}
.avatar-section-in .active-avatar {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
}
.avatar-section-in .active-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #E72D43;
    overflow: hidden;
}
.avatar-section-in .active-avatar img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
}
.avatar-title h5 {
    font-family: 'Roboto';
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin: 21px 0 14px 0;
}
.avatar-title span {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.avatar-up {
    width: 100%;
    height: 230px;
    padding: 17.5px 12px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(97,93,250,.85);
    border-radius: 6px;
    z-index: 999;
    display: none;
}
.avatar-col-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 100%;
}
.avatar-col img {
    min-height: 58px;
    min-width: 100%;
    max-width: inherit;
    width: 100%;
height: 100%;
overflow: hidden;
border-radius: 100%;
}

.simplebar-scrollbar:before {
    background: #E9E9E9!important;
    border-radius: 3px!important;
    width: 6px!important;
}
.simplebar-track {
    right: -18px!important;
}
.simplebar-vertical {
    border-radius: 5px!important;
    width: 10px!important;
    background: #4E4AC8!important;
    transition: opacity .2s linear;
    opacity: 0;
}

.avatar-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(97,93,250,.85);
    border-radius: 6px;
}
.avatar-up:hover .simplebar-vertical,
.profile-header:hover .simplebar-vertical {
    opacity: 1!important;
}
.avatar-col .cover-btn {
    color: #fff;
    background-color: #4E4AC8;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    cursor: pointer;
    position: relative;
}

.avatar-col input {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.avatar-col .cover-btn:after {content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 20px;height: 2px;background-color: #fff;}

.avatar-col .cover-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 2px;
    height: 20px;
    background-color: #fff;
}

.avatar-col-last {
    background: linear-gradient(90deg, #46ECFF 0%, #CEAEFF 100%);
}
.toggler .toggler-header {
    min-height: 52px;
    width: 100%;
    line-height: 1.2em;
    background-color: #FCFCFD;
    border: 1px solid #EAEAF5;
    padding: 17px 50px 17px 20px;
    font-weight: 500;
    color: #3E3F5E;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    position: relative;
}
.toggler-menu .toggler-header {padding: 32px 28px;background-color: #fff;border-radius: 0;border: 0;border-bottom: 1px solid #EAEAF5;}

.toggler.toggler-menu {
    overflow: hidden;
    margin-bottom: 0;
}

.toggler.toggler-menu:last-child .toggler-header {
    border-bottom: 0;
}

.toggler.toggler-menu:first-child {
    border-radius: 6px 6px 0 0;
}
.toggler.toggler-menu:last-child {
    border-radius: 0 0 6px 6px
}

.toggler-menu .toggle-in {
    background-color: #FCFCFE;
    padding: 17px 0px 15px 60px;
    border: 0;
    border-bottom: 1px solid #EAEAF5;
}

.toggler-menu:last-child .toggle-in {
    border-top: 1px solid #EAEAF5;
    border-bottom: 0;
}


.toggler .toggler-header:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 2px;
    background-color: #3E405D;
}

.toggler .toggler-header:after {
    right: 28px;
    top: 38px;
    transform: unset;
}
.toggler h4.toggler-header:before {
right: 23px;
top: 50%;
transform: translateY(-50%);
}

.toggler h4.toggler-header:after {
  right: 20px;
top: 50%;
transform: translateY(-50%);
}

.toggler-menu .toggler-header.toggle-on:before {
    transform: rotate(90deg);
}


.toggler .toggler-header:before {
    content: "";
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 8px;
    background-color: #3E405D;
    transition: transform .2s ease-in-out;
}
.toggler .toggler-header:before {
    right: 31px;
    top: 35px;
    transform: unset;
}
.toggler .toggler-header:after {
    right: 28px;
    top: 38px;
    transform: unset;
}

.toggler-header-in svg {
    float: left;
}

.toggler-header-in-text {
    padding-left: 32px;
    padding-right: 5px;
}

.toggler-header-in-text span {font-family: 'Roboto';font-size: 14px;font-weight: bold;color: #3E3F5E;margin-bottom: 6px;display: block;}

.toggler-header-in-text p {font-family: 'Roboto';font-size: 11px;font-weight: 400;color: #9192A6;line-height: 16px;}

.toggler-menu .toggle-in ul li {
    display: block;
}

.toggler-menu .toggle-in ul li a {
    display: block;
    font-family: 'Roboto';
    font-weight: bold;
    color: #3E3F5E;
    transition: color .2s ease-in-out,transform .2s ease-in-out;
    padding: 11px 0;
    font-size: 13px;
}

.toggler-menu .toggle-in ul li a:hover,
.toggler-menu .toggle-in ul li.active a {
    color: #33D2E0;
    transform: translateX(4px);
}

.toggler-icon {
     fill: #33d2e0;
     width: 20px;
     height: 20px;
}

/* GENDER */

.widget .gender-calculation { width: 100%; height: auto; display: block; float: left;margin-bottom:20px;}
.widget .gender-calculation .head { width: 100%; height: 46px; border-radius: 3px; background: #f76286; background: -moz-linear-gradient(left, rgba(247,98,134,1) 0, rgba(255,110,145,1) 100%); background: -webkit-linear-gradient(left, rgba(247,98,134,1) 0, rgba(255,110,145,1) 100%); background: linear-gradient(to right, rgba(247,98,134,1) 0, rgba(255,110,145,1) 100%); line-height: 46px; text-transform: Uppercase; color: #FFF!important; font-size: 14px!important; font-weight: 700!important; box-shadow: 0 1px 15px rgba(17,21,25,.23); -webkit-box-shadow: 0 1px 15px rgba(17,21,25,.23); -moz-box-shadow: 0 1px 15px rgba(17,21,25,.23); -o-box-shadow: 0 1px 15px rgba(17,21,25,.23);  -webkit-font-smoothing: antialiased!important; font-smoothing: antialiased!important; -ms-font-smoothing: antialiased!important; -o-font-smoothing: antialiased!important;
      padding-left: 0!important;
     margin-bottom: 0!important;
     margin-top: 0;
}
.widget .sidebar-news .head, #main-loop .sidebar .widget .sidebar-news .inner>ul>li:nth-child(1) a .shTitle { -webkit-font-smoothing: antialiased!important; -moz-font-smoothing: antialiased!important; text-rendering: optimizeLegibility; font-style: inherit }
.widget .gender-calculation .head i { margin-left: 16px; margin-right: 14px; float: left }
.widget .gender-calculation .head i img { display: block; float: left }
.widget .gender-calculation .inner { display: block; float: left; background: #ff6e91; width: 100%; height: auto; padding: 14px 16px; margin-top: 20px; border-radius: 3px; box-sizing: border-box }
.widget .gender-calculation .inner .birth-day span { display: block; float: left; background: #e8577a; width: 100%; height: auto; color: #FFF; text-align: center; padding: 10px 0; font-weight: 400; font-size: 13px; text-transform: Capitalize; border-radius: 2px; margin-bottom: 10px }
.widget .gender-calculation .inner .birth-day select.day { width: 52px; height: 30px; -webkit-appearance: none; -moz-appearance: none; border: none; font-size: 12px; color: #6c6c6c; font-weight: 400; float: left; padding: 2px 0 0 11px; border-right: 6px solid #FFF; box-sizing: border-box; -webkit-box-shadow: 1px 1px 5px 0 rgba(182,79,85,1); -moz-box-shadow: 1px 1px 5px 0 rgba(182,79,85,1); box-shadow: 1px 1px 5px 0 rgba(182,79,85,1); margin-left: 1px; border-radius: 2px; position: relative; background: url(../img/select-arrow.png) right no-repeat #FFF }
.widget .gender-calculation .inner .birth-day select.month, #main-loop .sidebar .widget .gender-calculation .inner .birth-day select.year { height: 30px; font-size: 12px; color: #6c6c6c; padding: 2px 0 0 11px; -webkit-box-shadow: 1px 1px 5px 0 rgba(182,79,85,1); -moz-box-shadow: 1px 1px 5px 0 rgba(182,79,85,1); margin-left: 6px; background: url(../img/select-arrow.png) right no-repeat #FFF; -moz-appearance: none; font-weight: 400; float: left; position: relative; box-sizing: border-box; -webkit-appearance: none }
.widget .gender-calculation .inner .birth-day select.month { width: 126px; border: none; border-right: 7.5px solid #FFF; box-shadow: 1px 1px 5px 0 rgba(182,79,85,1); border-radius: 2px }
.widget .gender-calculation .inner .birth-day select.year { width: 75px; border: none; border-right: 7.5px solid #FFF; box-shadow: 1px 1px 5px 0 rgba(182,79,85,1); border-radius: 2px }
.widget .gender-calculation .inner .pregnant-month span { display: block; float: left; background: #e8577a; width: 100%; height: auto; color: #FFF; text-align: center; padding: 6px 0; font-weight: 400; font-size: 13px; text-transform: Capitalize; border-radius: 2px; margin-top: 10px }
.widget .gender-calculation .inner .pregnant-month select.month { width: 110px; height: 30px; -webkit-appearance: none; -moz-appearance: none; border: none; font-size: 12px; color: #6c6c6c; font-weight: 400; float: left; padding: 2px 0 0 11px; border-right: 7px solid #FFF; box-sizing: border-box; -webkit-box-shadow: 1px 1px 5px 0 rgba(182,79,85,1); -moz-box-shadow: 1px 1px 5px 0 rgba(182,79,85,1); box-shadow: 1px 1px 5px 0 rgba(182,79,85,1); margin-left: 1px; border-radius: 2px; position: relative; background: url(../img/select-arrow.png) right no-repeat #FFF }
.widget .gender-calculation .inner .pregnant-month .gender-button { float: right; border: none; width: 100%; height: 30px; cursor: pointer; transition: all .2s; -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.24); -moz-box-shadow: 0 2px 1px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.24); box-shadow: 0 2px 1px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.24); background: #ff9d00; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; font-size: 14px; color: #fff; text-shadow: 0 -1px rgba(0,0,0,.24); font-weight: 700; margin-top: 10px; }
.widget .gender-calculation .inner input.sonuc { color: #fff; border: none; background: 0 0; width: 100%; text-align: center; font-size: 13px; text-transform: Capitalize; border-radius: 2px; font-weight: 700; padding: 3px 0 2px }
.widget .gender-calculation .inner .pregnant-month .gender-button:hover { opacity: .9 }
.gender-calculation .head { filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76286', endColorstr='#ff6e91', GradientType=1 ); -moz-font-smoothing: antialiased!important; text-rendering: optimizeLegibility; font-style: inherit}
.gender { float: left; width: 100%; display: block }
.gender-calc-page .widget .horoscope-calc .inner .gender { width: 150px; margin: 0 auto; text-align: center; float: none; display: block }
.gender-calculation.red .head { background: #ad4d55; background: -moz-linear-gradient(left, #ad4d55 0, #d25555 100%); background: -webkit-linear-gradient(left, #ad4d55 0, #d25555 100%); background: linear-gradient(to right, #ad4d55 0, #d25555 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad4d55', endColorstr='#d25555', GradientType=1 )}
.gender-calculation.green .head { background: #05ae6a; background: -moz-linear-gradient(left, rgba(5,174,106,1) 0, rgba(0,194,115,1) 100%); background: -webkit-linear-gradient(left, rgba(5,174,106,1) 0, rgba(0,194,115,1) 100%); background: linear-gradient(to right, rgba(5,174,106,1) 0, rgba(0,194,115,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#05ae6a', endColorstr='#00c273', GradientType=1 )}
.gender-calculation.purple .head { background: #8a39ef; background: -moz-linear-gradient(left, rgba(138,57,239,1) 0, rgba(156,92,236,1) 100%); background: -webkit-linear-gradient(left, rgba(138,57,239,1) 0, rgba(156,92,236,1) 100%); background: linear-gradient(to right, rgba(138,57,239,1) 0, rgba(156,92,236,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a39ef', endColorstr='#9c5cec', GradientType=1 )}
.gender-calculation .head:before {display:none!important;}
.widget .gender-calculation .inner .birth-day select.year {
    height: 30px;
    font-size: 12px;
    color: #6c6c6c;
    padding: 2px 0 0 11px;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(182,79,85,1);
    -moz-box-shadow: 1px 1px 5px 0 rgba(182,79,85,1);
    margin-left: 6px;
    background: url(../img/select-arrow.png) right no-repeat #FFF;
    -moz-appearance: none;
    font-weight: 400;
    float: left;
    position: relative;
    box-sizing: border-box;
    -webkit-appearance: none;
}

/* horoscopes */
.widget .element .horoscopes { width: 100%; height: auto; display: block; float: left }
.widget .element .horoscopes .head:before {display:none!important;}
.widget .element .horoscopes .head { text-transform:uppercase;width: 100%; height: 46px; border-radius: 3px; background: #05ae6a; background: -moz-linear-gradient(left, rgba(5,174,106,1) 0, rgba(0,194,115,1) 100%); background: -webkit-linear-gradient(left, rgba(5,174,106,1) 0, rgba(0,194,115,1) 100%); background: linear-gradient(to right, rgba(5,174,106,1) 0, rgba(0,194,115,1) 100%); line-height: 46px!important; color: #FFF!important; font-size: 14px!important; font-weight: 700!important; box-shadow: 0 1px 15px rgba(17,21,25,.23); -webkit-box-shadow: 0 1px 15px rgba(17,21,25,.23); -moz-box-shadow: 0 1px 15px rgba(17,21,25,.23); -o-box-shadow: 0 1px 15px rgba(17,21,25,.23);  -moz-font-smoothing: antialiased!important; font-smoothing: antialiased!important; -ms-font-smoothing: antialiased!important; -o-font-smoothing: antialiased!important; font-style: inherit;margin:0!important;padding:0!important;}
.widget .element .category-tab .tab-head, .widget .element .category-tab .tab-head ul li a { line-height: 46px; -webkit-font-smoothing: antialiased!important; font-style: inherit;  text-transform: Uppercase; text-rendering: optimizeLegibility }
.widget .element .horoscopes .head i { margin-left: 16px; margin-right: 14px; float: left }
.widget .element .horoscopes .head i img { display: block; float: left }
.widget .element .horoscopes .inner { display: block; float: left; width: 100%; background: #fff; padding: 15px 10px; box-sizing: border-box; border: 1px solid #dcdcdc; margin-top: 20px }
.widget .element .horoscopes .inner ul { display: block; float: left; width: 100% }
.widget .element .horoscopes .inner ul li { float: left; margin: 6px 2px }
.widget .element .horoscopes .inner ul li .tooltip { background: url(../img/astrolojigun/tooltip.png); width: 114px; height: 74px; position: absolute; left: -17px; top: -50px; text-align: center; padding: 15px 0 0; box-sizing: border-box; z-index: 3; display: none }
.widget .element .horoscopes .inner ul li a:hover .tooltip { display: block }
.widget .element .horoscopes .inner ul li a { float: left; display: block; position: relative }
.widget .element .horoscopes .inner ul li a .shine { float: left; width: 68px; height: 92px; margin-right: 8px; margin-bottom: 15px; position: absolute; cursor: pointer; overflow: hidden; top: 0; z-index: 2 }
.widget .element .horoscopes .inner ul li a .shine::before { position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,.3) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0, rgba(255,255,255,.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg) }
.widget .element .category-tab .tab-posts .item:hover, .wide-tab-videos .tab-content .video-list>ul>li:hover { transform: scale(1.02); transition: .3s }
.widget .element .horoscopes .inner ul li a .shine:hover::before { -webkit-animation: shine .75s; animation: shine .75s }
@-webkit-keyframes shine {
100% {
left:125%
}
}
@keyframes shine {
100% {
left:125%
}
}
@keyframes flipInY {
from {
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function:ease-in;
opacity:0
}
40% {
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function:ease-in
}
60% {
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
to {
transform:perspective(400px)
}
}
.flipInY{
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipInY;
}
.widget .element .horoscopes .inner ul li a>strong { display: none }
.widget .element .horoscopes .inner ul li .tooltip p, .widget .element .horoscopes .inner ul li .tooltip span { color: #445757; font-weight: Bold; font-size: 13px; padding-top: 3px; text-shadow: .5px .5px #fff }
.widget .element .horoscopes .inner ul li.one a { float: left; display: block; width: 69px; height: 90px; background: url(../img/astrolojigun/one.png) no-repeat }
.widget .element .horoscopes .inner ul li.two a { float: left; display: block; width: 69px; height: 93px; background: url(../img/astrolojigun/two.png) no-repeat }
.widget .element .horoscopes .inner ul li.three a { float: left; display: block; width: 70px; height: 94px; background: url(../img/astrolojigun/three.png) no-repeat }
.widget .element .horoscopes .inner ul li.four a { float: left; display: block; width: 70px; height: 94px; background: url(../img/astrolojigun/four.png) no-repeat }
.widget .element .horoscopes .inner ul li.five a { float: left; display: block; width: 69px; height: 92px; background: url(../img/astrolojigun/five.png) no-repeat }
.widget .element .horoscopes .inner ul li.six a { float: left; display: block; width: 69px; height: 92px; background: url(../img/astrolojigun/six.png) no-repeat }

/*

	HEADER (MAIN BAR - LOGO)
	======================================
*/
.mainBar .logo {display:inline-block;height:auto;width:auto;}

/*	HEADER (MAIN BAR - NAV)	======================================*/

.mainBar .nav {width:auto;margin:0 0 0 58px;text-align: center;display: inline-block;}
.mainBar .nav>ul {width: 100%;margin: 0 auto;text-align: center;display: inline;/* position: Relative; */}
.mainBar .nav ul>li {line-height:64px;display: inline-block;position:relative;}
.mainBar .nav ul>li.active {/* position:relative; */margin-left:2px;}
.mainBar .nav ul>li.active>a {margin:0 32px 0 0!important;}
.mainBar .nav ul>li.active:before {opacity:0;visibility:hidden;position:Absolute;content:"";top:0;left:-18px;right:0;width:calc(100% + 4px);height:100%;
/*background:rgba(255, 255, 255, 0.05);*/}
.mainBar .nav ul>li.menu-item-has-children.active {position:relative;margin-right:9px;}
.mainBar .nav ul>li.has-mega-menu.active {position:initial!important;margin-right:9px}
.mainBar .nav ul>li.has-mega-menu.active>a {position:relative;}
.mainBar .nav ul>li.menu-item-has-children>a:before {opacity:0;visibility:hidden;position:Absolute;content:"";top:0;left:-17px;right:0;width:calc(100% + 50px);height:100%;background:rgba(255, 255, 255, 0.05);}
.mainBar .nav ul>li.has-mega-menu>a:before {opacity:0;visibility:hidden;position:Absolute;content:"";top:0;left:-17px;right:0;width:calc(100% + 50px);height:100%;background:rgba(255, 255, 255, 0.05);}
.mainBar .nav ul>li>a:before {opacity:0;visibility:hidden;position:Absolute;content:"";top:0;left:-17px;right:0;width:calc(100% + 36px);height:100%;background:rgba(255, 255, 255, 0.05);}
.mainBar .nav ul>li.menu-item-has-children.active>a {margin:0 40px 0 0!important;}
.mainBar .nav ul>li.has-mega-menu.active>a {margin:0 40px 0 0!important;}
.mainBar .nav ul>li.active.menu-item-has-children:after {right:23px!important}
.mainBar .nav ul>li.active.has-mega-menu>a:after {right:23px!important}
.mainBar .nav ul>li>a {font-weight: 700;color: #ffffff;font-size: 14px;position: relative;float: left;}
.mainBar .nav ul>li>a {margin:0 42px 0 0;}
.mainBar .nav ul>li.menu-item-has-children:after{content:"";float:right;width:7px;height:4px;background: url("../img/icons/navArroww.png")no-repeat;position:absolute;top:31px;right:31px}
.mainBar .nav ul>li.has-mega-menu>a:after{content:"";float:right;width:7px;height:4px;background: url("../img/icons/navArroww.png")no-repeat;position:absolute;top:31px;right:-17px}
.mainBar .nav ul>li.has-mega-menu{position:initial;}
.mainBar .nav ul>li:hover>a:before{opacity:1;visibility:visible;}

/*
	HEADER (MAIN BAR - DROPDOWN)
	======================================
*/

.mainBar .nav ul>li>ul.sub-menu{box-sizing:border-box;list-style:none;top:64px;left:-17px;
position:absolute;min-width:362px;white-space: nowrap;z-index:999;margin:0;border:0;-webkit-box-shadow:0 5px 40px rgba(0,0,0,.15);-moz-box-shadow:0 5px 40px rgba(0,0,0,.15);box-shadow:0 5px 40px rgba(0,0,0,.15);-ms-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-webkit-transform:scale(.8);transform:scale(.8);transition:.3s;padding:18px 30px;-webkit-border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;opacity:0;visibility:hidden;}
.mainBar .nav ul>li>ul.sub-menu>li.menu-item-has-children{padding-right:0}
.mainBar .nav ul>li>ul.sub-menu>li:hover>ul{visibility:visible;margin-left:20px}
.mainBar .nav ul>li>ul.sub-menu>li>a:hover:before{opacity:0;right:-5px;transition:.4s}
.mainBar .nav ul>li:hover>ul.sub-menu {z-index:9;opacity:1;-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);visibility:visible;transition:.3s}
.mainBar .nav ul>li:hover>.mega-menu {z-index:9;opacity:1;-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);visibility:visible;transition:.3s}
.mainBar .nav ul>li>ul.sub-menu>li>a:after,.header .nav ul>li>ul>li>a:before{height:10px;display:block;position:absolute;top:14px}
.mainBar .nav ul>li>ul.sub-menu>li>a:hover:before {display:none;}
.mainBar .nav ul>li>ul.sub-menu>li {width:calc(50% - 10px);box-sizing:border-box;float:left;display:inline-block;margin:0;padding:0 0px 0 15px;line-height:34.04px;position:relative;}
.mainBar .nav ul>li>ul.sub-menu>li:before {width:4px;height:4px;background:#FFF;position:absolute;left:0;content:"";top:14.5px}
.mainBar .nav ul>li>ul.sub-menu>li:nth-child(even) {margin-left:20px;}
.mainBar .nav ul>li>ul.sub-menu>li:hover:before {background:#fff956;}
.mainBar .nav ul>li>ul.sub-menu>li>a {white-space: nowrap;text-overflow: ellipsis;overflow:hidden;margin:0 0;display:block;width: 100%;text-align: left;}
.mainBar .nav ul>li>ul.sub-menu>li:after {opacity:0;position:absolute;left:-15px;right:0;top:0;bottom:0;content:"";background:rgba(255, 255, 255, 0.05);width:calc(100% + 0px);}
.mainBar .nav ul>li>ul.sub-menu>li:hover:after {opacity:1;}
.mainBar .nav ul>li>ul.sub-menu>li:hover>a {position:relative;z-index:9;}
.mainBar .nav ul>li>ul.sub-menu>li:nth-child(even):after {left: -15px;width: calc(100% + 25px);}
.mainBar .nav ul>li>ul.sub-menu>li>a:before {display:none;}
.mainBar .nav ul>li>ul.sub-menu>li>a:after {position:absolute;left:-30px;height:100%;top:0;right:0;bottom:0;content:"";width:100%;}

/*
	HEADER (MEGA MENUS)
	======================================
*/
.mega-menu {position:absolute;width:1170px;left: 0;top: 64px;margin-left:0px;-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.11);-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.11);box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.11);opacity:0;transition:.3s;visibility:hidden;-ms-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-webkit-transform:scale(.8);transform:scale(.8);}
.mega-menu .megaMenu {display:block;float:left;background:#FFF;width:1170px;height:280px;}
.mega-menu .megaMenu .leftCats {float:left;width:245px;padding:21px 0 21px 0;}
.mega-menu .megaMenu .leftCats .inner {float:left;width:100%;max-height:239px;overflow:auto;}
.mega-menu .megaMenu .leftCats a {width:calc(100% - 42px);font-size:13.3px;font-weight:600;text-align:left;
padding:0 24px;height:31px;line-height:31px;color:#FFF;text-transform:Uppercase;margin-left:21px;    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.mega-menu .megaMenu .leftCats a:after {display:none;}
.mega-menu .megaMenu .leftCats a:hover {background:rgba(255, 255, 255, 0.05);}
.mega-menu .megaMenu .leftCats .inner::-webkit-scrollbar {width: 10px;position:relative;right:5px;}
.mega-menu .megaMenu .leftCats .inner::-webkit-scrollbar-track {background: rgba(0, 0, 0, 0.15);}
.mega-menu .megaMenu .leftCats .inner::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, 0.151)}
.mega-menu .megaMenu.styleTwo  {height:360px}
.mega-menu .megaMenu.styleTwo  .leftCats {height:360px}
.mega-menu .megaMenu.styleTwo .leftCats .inner {max-height:318px}
.mega-menu .megaMenu.styleTwo .leftCats {background:#fbfbfb;border-right:1px solid #e9e9e9;}
.mega-menu .megaMenu.styleTwo .leftCats .inner::-webkit-scrollbar-track {background: #efeded;}
.mega-menu .megaMenu.styleTwo .leftCats .inner::-webkit-scrollbar-thumb {background: #d3d3d3;}
.mega-menu .megaMenu.styleTwo .leftCats a {color:#b2b2b2}
.mega-menu .megaMenu.styleTwo .leftCats a:hover {color:#242424}
.mega-menu .megaMenu.styleTwo .rightPosts {}
.mega-menu .megaMenu.styleTwo .rightPosts .wrapper {margin-left:23.5px;}
.mega-menu .megaMenu.styleTwo .rightPosts .postItem {float:left;width:260px;margin-right:26px;}
.mega-menu .megaMenu.styleTwo .rightPosts .postItem:nth-child(3n) {margin-right:0px;}
.mega-menu .megaMenu.styleTwo .rightPosts .postItem .thumb {width:100%;height:154px;float:left;-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.36);-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.36);box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.36);}
.mega-menu .megaMenu.styleTwo .rightPosts .postItem .thumb .thumbW {width:100%;height:154px;float:left;overflow:hidden;position:Relative;}
.mega-menu .megaMenu.styleTwo .rightPosts .postItem .thumb .thumbW img {max-height:154px;min-height:154px;min-width: 100%;width: auto;object-fit:cover;}
.mega-menu .megaMenu.styleTwo .rightPosts .postItem .text {width:100%;float:left;text-align:left;}
.mega-menu .megaMenu.styleTwo .rightPosts .postItem .text a {margin-top:15px;max-height:44px;overflow:hidden;width:100%;float:left;font-size:17px;color:#242424;font-weight:700;line-height:22px;}
.mega-menu .megaMenu.styleTwo .rightPosts .postItem .text p {text-transform:uppercase;margin-top:17.5px;width:100%;float:left;font-size:13px;color:#979797;font-weight:500;line-height:initial}
.mega-menu .megaMenu.styleTwo .slideButtons {float:left;width:100%;position:relative;left:46px;top:22px;}
.mega-menu .megaMenu.styleTwo .slideButtons span.prev {border-radius:1px;float:left;width:30px;height:34px;border:1px solid #e9e9e9;cursor:pointer;position:relative;}
.mega-menu .megaMenu.styleTwo .slideButtons span.prev:before {position:absolute;left:50%;top:50%;margin:-6px 0 0 -4px;content:"";background:url("../img/icons/megaMenuArrow.png")no-repeat;width:8px;height:12px;}
.mega-menu .megaMenu.styleTwo .slideButtons span.next {border-radius:1px;float:left;margin-left:4px;width:30px;height:34px;border:1px solid #e9e9e9;cursor:pointer;position:relative;}
.mega-menu .megaMenu.styleTwo .slideButtons span.next:before {position:absolute;left:50%;top:50%;transform:rotate(180deg);margin:-6px 0 0 -4px;content:"";background:url("../img/icons/megaMenuArrow.png")no-repeat;width:8px;height:12px;}
.mega-menu .megaMenu.styleTwo .rightPosts .postItem .thumb:hover i.videoIcon {transform:rotate(360deg);transition:400ms;}

.mega-menu .megaMenu.styleThree  {height:350px}
.mega-menu .megaMenu.styleThree  .leftCats {height:350px}
.mega-menu .megaMenu.styleThree .rightPosts {width:calc(100% - 0px);}
.mega-menu .megaMenu.styleThree .rightPosts .wrapper {margin-left:0;display:block;width:calc(100% - 0px);}
.mega-menu .megaMenu.styleThree .rightPosts .postItem {float:left;width:260px;margin-right:26px;}
.mega-menu .megaMenu.styleThree .rightPosts .postItem:nth-child(3n) {margin-right:26px;}
.mega-menu .megaMenu.styleThree .rightPosts .postItem:nth-child(4n) {margin-right:0px;}
.mega-menu .megaMenu.styleThree .rightPosts .postItem .thumb {width:100%;height:154px;float:left;-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.36);-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.36);box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.36);}
.mega-menu .megaMenu.styleThree .rightPosts .postItem .thumb .thumbW {width:100%;height:154px;float:left;overflow:hidden;position:Relative;}
.mega-menu .megaMenu.styleThree .rightPosts .postItem .thumb .thumbW img {max-height:154px;min-height:154px;min-width: 100%;width: auto;object-fit:cover;}
.mega-menu .megaMenu.styleThree .rightPosts .postItem .text {width:100%;float:left;text-align:left;}
.mega-menu .megaMenu.styleThree .rightPosts .postItem .text a {margin-top:15px;max-height:44px;overflow:hidden;width:100%;float:left;font-size:17px;color:#242424;font-weight:700;line-height:22px;}
.mega-menu .megaMenu.styleThree .rightPosts .postItem .text p {text-transform:uppercase;margin-top:17.5px;width:100%;float:left;font-size:13px;color:#979797;font-weight:500;line-height:initial}
.mega-menu .megaMenu.styleThree .slideButtons {float:left;width:100%;position:relative;left:22px;top:22px;}
.mega-menu .megaMenu.styleThree .slideButtons span.prev {border-radius:1px;float:left;width:30px;height:34px;border:1px solid #e9e9e9;cursor:pointer;position:relative;}
.mega-menu .megaMenu.styleThree .slideButtons span.prev:before {position:absolute;left:50%;top:50%;margin:-6px 0 0 -4px;content:"";background:url("../img/icons/megaMenuArrow.png")no-repeat;width:8px;height:12px;}
.mega-menu .megaMenu.styleThree .slideButtons span.next {border-radius:1px;float:left;margin-left:4px;width:30px;height:34px;border:1px solid #e9e9e9;cursor:pointer;position:relative;}
.mega-menu .megaMenu.styleThree .slideButtons span.next:before {position:absolute;left:50%;top:50%;transform:rotate(180deg);margin:-6px 0 0 -4px;content:"";background:url("../img/icons/megaMenuArrow.png")no-repeat;width:8px;height:12px;}
.mega-menu .megaMenu.styleThree .rightPosts .postItem .thumb:hover i.videoIcon {transform:rotate(360deg);transition:400ms;}

.mega-menu .megaMenu .rightPosts {width:calc(100% - 245px);height:280px;float:right;position:Relative;}
.mega-menu .megaMenu .rightPosts .wrapper {width:calc(100% - 46px);padding:25px 23px 0 23px;margin-left:25px;float:left;}
.mega-menu .megaMenu .rightPosts .item {width:149px;height:229px;margin:0px 0px 0 1px;display:block;float:left;padding: 16px 16px 15px 16px;-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.07);-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.07);box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.07);border-radius: 1px;border: 1px solid #dcdcdc;background:#ffffff;position:relative;overflow:hidden;}
.mega-menu .megaMenu .rightPosts .item:nth-child(5n) {margin:0px 0px 0 0;}
.mega-menu .megaMenu .rightPosts .item a.thumb {width:100%;height:118px;border-radius:1px;overflow:hidden;float:left;}
.mega-menu .megaMenu .rightPosts .item a.thumb img {min-height: 100%;min-width:100%;}
.mega-menu .megaMenu .rightPosts .item .text {line-height:initial;width:100%;display:block;float:left;padding-top:16px;font-family:'Roboto', sans-serif;}
.mega-menu .megaMenu .rightPosts .item .text a.title {overflow:hidden;color:#242424;text-shadow: 1px 1px 1px rgba(0,0,0,0.004);font-size:15px;font-weight:700;height: 16px;text-align:left;white-space: nowrap;text-overflow: ellipsis;}
.mega-menu .megaMenu .rightPosts .item .text a.category {text-align:left;color:#9da0a7;font-size:13px;font-weight:400;padding-top:6px;}
.mega-menu .megaMenu .rightPosts .appsSLeftButton {position:absolute;left:23px;top:123px;width:26px;height:34px;border:1px solid #e8e8e8;z-index:2;cursor:pointer;}
.mega-menu .megaMenu .rightPosts .appsSLeftButton:before {position:absolute;left:50%;top:50%;margin:-6px 0 0 -4px;content:"";background:url("../img/icons/megaMenuArrow.png")no-repeat;width:8px;height:12px;}
.mega-menu .megaMenu .rightPosts .appsSRightButton {background:#fff;position:absolute;right:23px;top:123px;width:26px;height:34px;border:1px solid #e8e8e8;z-index:2;cursor:pointer;}
.mega-menu .megaMenu .rightPosts .appsSRightButton:before {position:absolute;left:50%;top:50%;margin:-6px 0 0 -4px;content:"";transform:rotate(180deg);background:url("../img/icons/megaMenuArrow.png")no-repeat;width:8px;height:12px;}
.mega-menu .megaMenu .rightPosts .appsSRightButton:hover, .mega-menu .megaMenu .rightPosts .appsSLeftButton:hover {background:#f8f8f8;}
.mega-menu .megaMenu .rightPosts .item ul.rating_form {margin-top:9px!important;float:left;width:100%;}
.mega-menu .megaMenu .rightPosts .item ul.rating_form li.item {display:inline-block;width:auto;height:18px!important;margin:0 3px 0 0!important;padding:0;box-shadow:none;border:none;}
.mega-menu .megaMenu .rightPosts .item ul.rating_form li.item:last-child {margin:0 0px 0 0!important;}
.mega-menu .megaMenu .rightPosts .item ul.rating_form li.item:nth-child(5n) {}
.mega-menu .megaMenu .rightPosts .item ul.rating_form li.rating_score {display:none!important;}
.mega-menu .megaMenu .rightPosts .item ul.rating_form li.rating_total {display:none!important;}
.mega-menu .megaMenu .rightPosts .item .rating_stats {display:none!important;}
.mega-menu .megaMenu .rightPosts .item .thankyou {display:none!important;}
.mega-menu .megaMenu .rightPosts .item .rated {display:none!important;}

.mega-menu .megaMenu.styleTwo .slideButtons span.next:hover, .mega-menu .megaMenu.styleTwo .slideButtons span.prev:hover {background:#f6f6f6;}
.mega-menu .megaMenu .rightPosts .item .text a.title {text-overflow:initial;white-space: normal;height:auto;max-height:36px;}
/*
	HEADER (MAIN BAR - RIGHT)
	======================================
*/

.mainBar .right {float:right;width:249px;height:100%;}
.mainBar a.postUploadButton {float:right;color:#FFFFFF;margin-left:31px;padding:0 18.9px;height:42px;line-height:42px;font-size:15px;font-weight:500;margin-top:11px;border-radius:30px;display:inline-table;}
.mainBar a.postUploadButton i {float:left;width:13px;height:13px;background:url("../img/icons/headerPlus.png")no-repeat;margin:14px 12px 0 0;}
.mainBar i.user {float:right;cursor:pointer;margin:24px 0 0 0;width:18px;height:17px;background:url("../img/icons/headerUser.png")no-repeat;}
.mainBar i.search {float:right;cursor:pointer;margin:25px 29px 0 0;width:16px;height:16px;background:url("../img/icons/headerSearch.png")no-repeat;}
.mainBar .loggedIn {position:relative;z-index:100;}
.mainBar .loggedIn .avatarW {cursor:pointer;width:36px;height:36px;float:right;border-radius:100%;overflow:hidden;margin:14px 13px 0 0;-webkit-box-shadow: 0px 1px 15px 0px rgba(17,21,25,0.4);-moz-box-shadow: 0px 1px 15px 0px rgba(17,21,25,0.4);box-shadow: 0px 1px 15px 0px rgba(17,21,25,0.4);}
.mainBar .loggedIn span {cursor:pointer;float:right;font-size:14px;font-weight:500;color:#fff;line-height:67px;}
.mainBar .loggedIn span i {margin:32px 0 0 13px;float:right;width:7px;height:5px;background:url("../img/icons/headerArrow2.png")no-repeat;}
.mainBar .loggedIn ul {position:absolute;top:64px;right:0;background:#FFF;width:180px;padding:12px 0px 13px 0px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.18);-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.18);box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.18);-ms-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-webkit-transform:scale(.8);transform:scale(.8);opacity:0;visibility:hidden;transition:.3s;}
.mainBar .loggedIn ul:before {position: absolute;right: 28px;top: -5px;margin-left: -5.5px;content: "";width: 11px;height: 5px;transform:rotate(180deg);-webkit-mask-image: url("../img/svg/aPTriangle.svg");mask-image: url("../img/svg/aPTriangle.svg");background-color: #fff;}
.mainBar .loggedIn ul li {display:inline-block;float:none;width:100%;}
.mainBar .loggedIn ul li a {padding:0px 24px 0px 25px;font-size:14px;color:#9da0a7;font-weight:500;line-height:36px;}
.mainBar .loggedIn ul li a i {float:left;}
.mainBar .loggedIn ul li.postSubmit a i {margin:10px 14px 0 1px;width:22px;height:19px;-webkit-mask-image: url("../img/svg/postSubmit.svg");mask-image: url("../img/svg/postSubmit.svg");background-color: #9da0a7;}

.postSubmitMobile i {display: inline-block;width:22px;height:19px;-webkit-mask-image: url("../img/svg/postSubmit.svg");mask-image: url("../img/svg/postSubmit.svg");background-color: #fff;}

/*
	HEADER (BOTTOM BAR)
	======================================
*/

.bottomBar {width:100%;display:block;float:left;position:relative;height:54px;}
.bottomBar:before, header .bottomBar:after {position:Absolute;top:0;left:0;right:0;content:"";width:100%;height:54px;}
.bottomBar:before {}
.bottomBar ul {width:auto;position:relative;z-index:2;}
.bottomBar ul li {float:left;margin-right:39px;position: relative;}
.bottomBar ul li:last-child {margin-right:0px;}
.bottomBar ul li a {line-height:54px;color:#ffffff;font-size: 0.85em;font-weight:500;}
.bottomBar ul li a:hover {color: rgba(255,255,255,.85);}
.bottomBar ul.cats li a {position:relative;}

/*
	HEADLINE
	======================================
*/

section.headline {width:100%;display:block;float:left;}
.headlineElement {width:100%;display:block;float:left;}
.headlineElement:last-child {}

/*
	HEADLINE (DESIGN TWO)
	======================================
*/



.headlineOne {width:100%;display:block;float:left;height:404px;margin:0px 1px 4px 0px;margin-top: -4px;}
.es-rek.center {text-align: center;}

.es-rek.center a img {
    margin: 0 auto;
}
section.content.newsCategory .es-rek.gray {
  margin-top: -24px;
padding-top: 15px;
}
.headlineOne .item {float:left;margin:4px 2px 0 0;display:block;position:relative;}
.headlineOne .item:first-child {margin:0 2px 0 2px;}
.headlineOne .item .thumb {width:100%;height:100%;float:left;display:block;}
.headlineOne .item h3 {padding-bottom:1px;z-index:6;width:calc(100% - 38px);letter-spacing:0.3px;float:left;display:block;position:absolute;bottom:16px;left:19px;font-weight:600;color:#FFFFFF;font-size:19px;line-height:24px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.headlineOne .item a.post {position:relative;display:block;height:100%;}
.headlineOne .item a.post:before {z-index: 1;position: absolute;bottom: 0;left: 0;right: 0;content: "";width: 100%;height: 100%;box-shadow: inset 0 -223px 223px -86px rgba(0,0,0,0.70);}
.headlineOne .item.wide {width:605px!important;height:404px!important;display:block;overflow:hidden;margin-top:4px;}
.headlineOne .item.wide h3 {font-size:30px;font-weight:600;line-height:34px;width:calc(100% - 58px);bottom:26px;left:29px;}
.headlineOne .item.wide a.post:after {position:absolute;top:0;left:0;content:"";width:100%;height:100%;z-index:5;display: block;

background:linear-gradient(to bottom,transparent 0,rgba(0, 0, 0, 0.9) 99%,rgba(0, 0, 0, 0.9) 100%);opacity: .8;transition:opacity .4s ease;will-change:opacity;}
.headlineOne .item.wide:hover a.post:after {opacity:1;transition:opacity .4s ease;}
.headlineOne .item.wide a.post img {min-height: 404px;min-width: 100%;width: auto;max-width: inherit;}
.headlineOne .item.sixPosts {width:908px;float:left;display:block;margin:0 2px 0 2px;}
.headlineOne .item.sixPosts ul {float:left;}
.headlineOne .item.sixPosts ul li {width:300px;height:200px;float:left;display:block;margin:4px 4px 0 0px;position:relative;}
.headlineOne .item.sixPosts ul li a.post {position:relative;overflow:hidden;}
.headlineOne .item.sixPosts ul li a.post i.videoIcon {z-index:999;}
.headlineOne .item.sixPosts ul li a.post:hover i.videoIcon {transform:rotate(360deg);transition:400ms;}
.headlineOne .item.sixPosts ul li a.post img {min-height: 200px;min-width: 100%;width: auto;max-width: inherit;}
.headlineOne .item.sixPosts ul li a.post:after {position:absolute;top:0;left:0;content:"";width:100%;height:100%;z-index:5;display: block;
background:linear-gradient(to bottom,transparent 0,rgba(0, 0, 0, 0.9) 99%,rgba(0, 0, 0, 0.9) 100%);opacity: .8;transition:opacity .4s ease;will-change:opacity;}
.headlineOne .item.sixPosts ul li:hover a.post:after {opacity:1;transition:opacity .4s ease;}
.headlineOne .item.sixPosts ul li:nth-child(3n) {margin:4px 0 0 0px;}
.headlineOne .item.sixPosts ul li a.category {display:none;}
.headlineOne .item a.categoryInPost {right:31px;top:30px;z-index:9;}
a.categoryInPost {position:absolute;letter-spacing:0.25px;right:31px;top:30px;border-radius:2.2px;font-family:'Roboto', sans-serif;color:#ffffff;font-weight:400;font-size:12.4px;height:28px;line-height:28px;padding:0 17px;-webkit-box-shadow: 0px 2px 4px 0px rgba(17,21,25,0.36);-moz-box-shadow: 0px 2px 4px 0px rgba(17,21,25,0.36);box-shadow: 0px 2px 4px 0px rgba(17,21,25,0.36);}
.headlineOne .owl-prev, .headlineOne .owl-next {transition:.3s;position:absolute;top:179px;width:34px;height:48px;text-indent:-9999px;background:rgba(255, 255, 255, 0.90)!important;}
.headlineOne .owl-prev:before, .headlineOne .owl-next:before {position:absolute;content:"";margin:-9.5px 0 0 -7.5px;top:50%;left:50%;width:12px;height:19px;background:url(../img/icons/arrowblack.png)no-repeat center!important;}
.headlineOne .owl-next:before {transform:rotate(180deg);margin:-9.5px 0 0 -6px;}
.headlineOne .owl-prev {left:-2px;}
.headlineOne .owl-next {right:0px;}
.headlineOne .owl-prev:hover, .headlineOne .owl-next:hover {transition:.3s;}

.headlineOne.headlineOneMobile {display:none;margin-top:30px;height:auto;}
.headlineOne.headlineOneMobile .left {float:left;width:100%;}
.headlineOne.headlineOneMobile .right {float:right;}
.headlineOne.headlineOneMobile .eightSlide {display:block;width:100%;height:480px;border-radius:1px;overflow:hidden;position:relative;}
.headlineOne.headlineOneMobile .eightSlide .item {display:block;width:100%;height:100%;border-radius:1px;overflow:hidden;position:relative;}
.headlineOne.headlineOneMobile .eightSlide .item .thumb {width:100%;height:480px;display:block;float:left;}
.headlineOne.headlineOneMobile .eightSlide .item .thumb img {min-height: 480px;max-width: 100%;height:auto;min-width: 100%;margin-left: auto;margin-right: auto;width: 50%;}
.headlineOne.headlineOneMobile .eightSlide .item .text {position:absolute;bottom:19px;left:40px;right:0;width:calc(100% - 114px);box-sizing:border-box;}
.headlineOne.headlineOneMobile .eightSlide .item .text span {font-size:20px;font-weight:700;color:#FFFFFF;display: inline;line-height: 26px;}
.headlineOne.headlineOneMobile .eightSlide .owl-dots {position:absolute;right:0;top:0;z-index:2;width:74px;height:100%;padding-top:54px;}
.headlineOne.headlineOneMobile .eightSlide .owl-dots .owl-dot {background:#9da0a7;}

/* Headline Two */
.headlineTwoWrapper {display: block;float:left;width:100%;margin-top:24px;}
.headlineTwoWrapper.headlineFour>div.es-rek:first-child,
.headlineTwoWrapper>div.es-rek:first-child{
    margin-top: -9px;
    padding-top: 0;
}.headline>div.es-rek:last-child {
    margin-top: 15px;
}
.top-slider .es-rek {
    padding-bottom: 0!important;
    margin-bottom: -9px;
}
.headLineTwoMobile {display: none;}
.headLineTwoMini .item{position: relative; width:calc(50% - 10px);float:left; margin-bottom: 20px; transition: 300ms;height:144px;}
.headLineTwoMini .item:nth-child(2n) {float:right;margin-left:20px;}
.headLineTwoMini .item:last-child {margin-bottom:0px;}
.headLineTwoMini .item:nth-last-child(2) {margin-bottom:0px;}
.headLineTwoMini .item .thumb{width:100%;height:144px;float:left;display:block;border-radius:1px;overflow:hidden;}
.headLineTwoMini .item .thumb a {position:Relative;width:100%;height:100%;z-index:8;display:block;}
.headLineTwoMini .item .thumb a:before {content:'';-webkit-box-shadow: inset 0px -144px 120px -30px rgba(0,0,0,0.5);-moz-box-shadow: inset 0px -144px 120px -30px rgba(0,0,0,0.5);box-shadow: inset 0px -144px 120px -30px rgba(0,0,0,0.5);display:block; position: absolute; bottom: 0; left:0; width:100%;  height: 100%; border-radius:1px;}
.headLineTwoMini .item .thumb img{min-height: 144px;min-width: 100%;width: auto;object-fit: cover;}
.headLineTwoMini .item .text{position: absolute; left:0; top:15px; width: 100%; height:100%;}
.headLineTwoMini .item .text a.cat{z-index:9;position:relative;text-transform:Uppercase;display: inline-block; float:right; height: 23px;margin-right: 15px;font-size: 10px;font-weight: 600;color: #fff;padding: 0 12px;line-height: 24px;border-radius:1px;}
.headLineTwoMini .item .text a.cat span{display: block;}
.headLineTwoMini .item .text a.title{ z-index:9;position:relative;font-size:19px;overflow: hidden; font-weight: 600; color:#fff;line-height: 24px; position: absolute; width:100%; bottom:29px; padding:0 14px;  display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.headLineTwoMini .item:hover {transition: 300ms; transform: scale(1.02);}
.headLineTwoMini .item:first-child .text a.cat {background:rgba(104, 159, 56, 0.8);}
.headLineTwoMini .item:nth-child(2) .text a.cat {background:rgba(251, 108, 46, 0.8);}
.headLineTwoMini .item:nth-child(3) .text a.cat {background:rgba(95, 62, 182, 0.8);}
.headLineTwoMini .item:nth-child(4) .text a.cat {background:rgba(244, 0, 0, 0.8);}
.headLineTwoMini .item:nth-child(5) .text a.cat {background:rgba(255, 179, 0, 0.8);}
.headLineTwoMini .item:nth-child(6) .text a.cat {background:rgba(100, 115, 196, 0.8);}
/*
	HEADLINE (headLineLeft)
	======================================
*/
.headLineTwoMiddle { width:calc(100% - 468px);}
.headLineTwoMiddle .headLineslider{position: relative;}
.headLineTwoMiddle .item{position: relative; width:100%; transition: 300ms;height:373px;overflow:hidden;border-radius:1px;}
.headLineTwoMiddle .item .thumb{width:100%;height:100%;display:block;overflow:hidden;}
.headLineTwoMiddle .item .thumb a {position:relative;z-index:8;width:100%;height:100%;display:block;border-radius:1px;overflow:hidden;}
.headLineTwoMiddle .item .thumb a:before {content:'';-webkit-box-shadow:inset 0px -254px 150px -90px rgba(0,0,0,0.75);-moz-box-shadow:inset 0px -254px 150px -90px rgba(0,0,0,0.75);box-shadow:inset 0px -254px 150px -90px rgba(0,0,0,0.75);display:block; position: absolute; bottom: 0; left:0; width:100%;  height: 100%;}
.headLineTwoMiddle .item .thumb img{border-radius:1px;object-fit: cover;}
.headLineTwoMiddle .item .text{position: absolute;z-index:9;left:30px; bottom:29px;  height:auto;width:calc(100% - 60px);}
.headLineTwoMiddle .item .text a.cat{text-transform:Uppercase;display: inline-block;height: 23px;background:rgba(204,74,54,.8);margin-right: 15px;font-size: 10px;font-weight: 600;color: #fff;padding: 0 12px; line-height: 24px; margin-bottom:17px;border-radius:1px;}
.headLineTwoMiddle .item .text a.cat span{display: block;}
.headLineTwoMiddle .item .text a.title{    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 34px;
    max-height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 1px;}
.headLineTwoMiddle .item:hover {transition: 300ms; transform: scale(1.02);overflow:hidden;display:block;}
.headLineTwoMiddle .owl-thumb-item{width:132.4px; height:86px; border:4px solid #22272f; border-radius:1px; float: left; margin-right:10px; margin-top:13px; cursor: pointer; position: relative;}
.headLineTwoMiddle .owl-thumb-item.active:before{bottom: 100%;left: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-width: 10px;margin-left: -10px;}
.headLineTwoMiddle .owl-thumb-item .wrap {width:124.39px;height:78px;display:block;float:left;overflow:hidden;}
.headLineTwoMiddle .owl-thumb-item .wrap img{min-height: 78px;min-width: 100%;width: auto;object-fit: cover;}
.headLineTwoMiddle .owl-thumb-item:nth-child(5n){margin-right:0;}
.headLineTwoMiddle .headLineTwoSlider .owl-prev{background: url(../img/icons/arrowblack.png)no-repeat center!important; background-color: rgba(255, 255, 255, 0.9)!important; width:30px; height: 46px; position: absolute; top: 163px; color: #fff; font-size: 36px;}
.headLineTwoMiddle .headLineTwoSlider .owl-prev:hover{background-color: #e73130!important; }
.headLineTwoMiddle .headLineTwoSlider .owl-next:hover{background-color: #e73130!important; }
.headLineTwoMiddle .headLineTwoSlider .owl-prev span{ display:none;}
.headLineTwoMiddle .headLineTwoSlider .owl-next{background: url(../img/icons/arrowblack.png)no-repeat center!important; transform: rotate(180deg); background-color: rgba(255, 255, 255, 0.9)!important; width:30px; height: 46px; position: absolute; top: 163px; right:0; color: #fff; font-size: 36px;}
.headLineTwoMiddle .headLineTwoSlider .owl-next span{ display:none;}

/*
	HEADLINE (headLineRight)
	======================================
*/
.headLineTwoRight {width:448px;float:right;}

/*
	HEADLINE THREE
	======================================
*/
.headlineTwoWrapper.headlineThree .headLineTwoRight {width:214px!important;float:left!important;}
.headlineTwoWrapper.headlineThree .headLineTwoRight .item {width:100%!important;float:left!important;}
.headlineTwoWrapper.headlineThree .headLineTwoRight .item:nth-last-child(2) {margin-bottom:20px;}
.headlineTwoWrapper.headlineThree .headLineTwoRight .item:nth-child(2n) {margin-left:0!important;}
.headlineTwoWrapper.headlineThree .headLineTwoMiddle {margin-left:20px;margin-right:20px;}
.headlineTwoWrapper.headlineThree .headLineTwoMiddle .item .text,.headLineTwoMiddle .item .text {bottom:24px;}

/*
	HEADLINE FOUR
	======================================
*/
.headlineTwoWrapper.headlineFour .headLineTwoMiddle {width:calc(100% - 584px);}
.headlineTwoWrapper.headlineFour .headLineTwoMiddle .item {height:377px;}
.headlineTwoWrapper.headlineFour .headLineTwoRight {width:579px;}
.headlineTwoWrapper.headlineFour .headLineTwoMini .item {height:186px;margin-right:5px;width:calc(50% - 2.5px);margin-bottom:5px;position:relative;}
.headlineTwoWrapper.headlineFour .headLineTwoMini .item:nth-child(2n) {margin-right:0px;margin-left:0;}
.headlineTwoWrapper.headlineFour .headLineTwoMini .item:nth-child(3) {margin-bottom:0;}
.headlineTwoWrapper.headlineFour .headLineTwoMini .item:nth-child(4) {margin-bottom:0;}
.headlineTwoWrapper.headlineFour .headLineTwoMini .item .thumb {height:186px;}
.headlineTwoWrapper.headlineFour .headLineTwoMini .item .thumb img {min-height:186px;}
.headlineTwoWrapper.headlineFour .headLineTwoMini .item:hover {transform: scale(1.00);}
.headlineTwoWrapper.headlineFour .headLineTwoMini .item .text a.title {padding:0 20px;font-size:19px;position:static;line-height:24px;}
.headlineTwoWrapper.headlineFour .headLineTwoMini .item .text {height:auto;top:auto;bottom:17px;position:absolute;z-index:99;}
.headlineTwoWrapper.headlineFour .headLineTwoMini .item .text a.cat {position:relative;float:left;margin-left:20px;margin-bottom:13px;}

/*
	CONTENT (HOME)
	======================================
*/

section.content {width:100%;display:block;height:auto;float:left;}
section.content.home {margin-top:24px;}
section.content.singleFile {margin-top:24px}
section.content.singleFileDownloading {margin-top:124x}
section.content.newsCategory {margin-top:24px}
section.content.appCategory {margin-top:24px}
section.content.authorPage {margin-top:24px}
section.content.videoCategory {margin-top:24px}
section.content.singleLeftAreaWide {margin-top:14px}
section.content.videoSinglePage {margin-top:24px}
section.content.videoSinglePage.topBannerOn {margin-top:25px}
section.content.whiteNew {background:#fff;margin-top:0!important;padding-top:24px;}
section.content.whiteNew.singleLeftAreaWide .singleContent {padding:5px 0px 0 0px;}
section.content.whiteNew.singleLeftAreaWide .singleContent .mainContent .main {margin-bottom:0;position: relative;}
section.content.newsCategory .headBlock.bg {
    margin-bottom: 4px;
}
/*
.postInner img.size-full {margin-bottom:20px;}
*/
/*
	CONTENT (WIDEBAR)
	======================================
*/

section.content .widebar {width:calc(100% - 330px);display:block;height:auto;}
section.content .widebar .widget {width:100%;height:auto;float:left;display:block;margin-bottom:24px;}
section.content .widebar .widget:last-child {margin-bottom:0px!important;}

/*
	CONTENT (TAB ONE)
	======================================
*/

.wbTabOne {width:100%;display:block;float:left;}
.wbTabOne .tabHead {width:100%;margin: 0 auto;text-align: center;display: inline-block;position: relative;float:left;height:68px;border-radius: 1px;-webkit-box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);-moz-box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);}
.wbTabOne .tabHead ul {width: 100%;margin: 0 auto;text-align: center;display: inline;position: Relative;}
.wbTabOne .tabHead ul li {cursor: pointer;text-align: center;padding:14px 14px 19px 14px;display:inline-block;}
.wbTabOne .tabHead ul li:last-child {margin-right:0px;}
.wbTabOne .tabHead ul li span {display: block;font-size: 0.85em!important;font-weight: 700;color: rgba(255, 255, 255, 0.5);text-transform: Uppercase;position: Relative;float: left;}
.wbTabOne .tabHead ul li.active span {color: rgba(255, 255, 255, 1);}
.wbTabOne .tabHead ul li.active span:after {position:Absolute;content:"";bottom:-13px;left:0;right:0;width:100%;height:2px;background:#ffffff;}
.wbTabOne .tabHead ul li i {display: block;margin: 0 auto;}
.wbTabOne .tabHead ul li.active i {background-position: top center!important;}
.wbTabOne .tabHead ul li.all i {width: 17px;height: 19px;background: url("../img/icons/appsTab/one.png")bottom center;}
.wbTabOne .tabHead ul li.hot i {width: 16px;height: 18px;background: url("../img/icons/appsTab/two.png")bottom center;margin: 1px auto;}
.wbTabOne .tabHead ul li.windows i {width: 17px;height: 17px;background: url("../img/icons/appsTab/three.png")bottom center;margin: 3px auto;}
.wbTabOne .tabHead ul li.android i {width: 16px;height: 21px;background: url("../img/icons/appsTab/four.png")bottom center;margin: 1px auto;}
.wbTabOne .tabHead ul li.ios i {width: 17px;height: 20px;background: url("../img/icons/appsTab/five.png")bottom center;}
.wbTabOne .tabHead ul li.winPhone i {width: 20px;height: 18px;background: url("../img/icons/appsTab/six.png")bottom center;margin: 2px auto;}
.wbTabOne .tabHead ul li.macOS i {width: 20px;height: 16px;background: url("../img/icons/appsTab/seven.png")bottom center;margin: 3px auto;}
.wbTabOne .tabHead ul li.blackberry i {width: 24px;height: 18px;background: url("../img/icons/appsTab/eight.png")bottom center;margin: 2px auto;}
.wbTabOne .tabHead ul li.symbian i {width: 14px;height: 18px;background: url("../img/icons/appsTab/nine.png")bottom center;margin: 2px auto;}
.wbTabOne .tabHead ul li.all span {padding-top: 7.5px;}
.wbTabOne .tabHead ul li.hot span {padding-top: 7px;}
.wbTabOne .tabHead ul li.windows span {padding-top: 4px;}
.wbTabOne .tabHead ul li.android span {padding-top: 5px;}
.wbTabOne .tabHead ul li.ios span {padding-top: 7px;}
.wbTabOne .tabHead ul li.winPhone span {padding-top: 6px;}
.wbTabOne .tabHead ul li.macOS span {padding-top: 4.5px;}
.wbTabOne .tabHead ul li.blackberry span {padding-top: 5px;}
.wbTabOne .tabHead ul li.symbian span {padding-top: 5px;}
.postsOneInFiveWrapper {display:block;float:left;width:100%;}
.postsOneInFiveWrapper .item {width:calc(20% - 16px);height:229px;margin:20px 20px 0 0;display:block;float:left;padding: 16px 16px 15px 16px;-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.07);-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.07);box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.07);border-radius: 1px;border: 1px solid #dcdcdc;background:#ffffff;position:relative;overflow:hidden;}
.postsOneInFiveWrapper .item:nth-child(5n) {margin:20px 0px 0 0;}
.postsOneInFiveWrapper .item a.thumb {width:100%;height:118px;border-radius:1px;overflow:hidden;float:left;}
.postsOneInFiveWrapper .item a.thumb img {min-height: 118px;min-width: 100%;width: auto;max-width: inherit;}
.postsOneInFiveWrapper .item .text {width:100%;display:block;float:left;padding-top:19px;font-family:'Roboto', sans-serif;}
.postsOneInFiveWrapper .item .text a.title {color:#242424;text-shadow: 1px 1px 1px rgba(0,0,0,0.004);font-size:15px;font-weight:700;height:16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.postsOneInFiveWrapper .item .text a.category {color:#9da0a7;font-size:13px;font-weight:400;padding-top:6px;}
.postsOneInFiveWrapper .item ul.rating_form {margin-top:9px!important;float:left;width:100%;}
.postsOneInFiveWrapper .item ul.rating_form li.item {height:18px!important;width:auto!important;display:inline-block!important;margin:0 3px 0 0!important;padding:0;box-shadow:none;border:none;}
.postsOneInFiveWrapper .item ul.rating_form li.item:last-child {margin:0 0px 0 0!important;}
.postsOneInFiveWrapper .item ul.rating_form li.item img {display:inline-block!important;}
.postsOneInFiveWrapper .item ul.rating_form li.rating_score {display:none!important;}
.postsOneInFiveWrapper .item ul.rating_form li.rating_total {display:none!important;}
.postsOneInFiveWrapper .item .rating_stats {display:none!important;}
.postsOneInFiveWrapper .item .thankyou {display:none!important;}
.postsOneInFiveWrapper .item .rated {display:none!important;}

.postsOneInFiveWrapper .item span.stat {letter-spacing:1px;border-radius:19px;position:absolute;top:118px;font-weight:700;font-size:10px;left:16px;color:#ffffff;width:auto;min-width:82px;height:24px;line-height:24px;padding:0 15px;-webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.4);-moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.4);box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.4);}
.postsOneInFiveWrapper .item span.stat i {float:left;width:16px;height:16px;margin:4px 6px 0 0;background:url("../img/icons/download.png")no-repeat;}

/*
	CONTENT (CAT BOXES)
	======================================
*/

.wbCatBoxes {width:100%;display:block;float:left;}
.wbCatBoxes .catBox {font-family:'Roboto', sans-serif;width:calc(33.33% - 13.97px);float:left;background:#ffffff;border-radius: 1px;margin-right:21px;border:1px solid #dcdcdc;-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.07);-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.07);box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.07);}
.wbCatBoxes .catBox:last-child {margin-right:0px;}
.wbCatBoxes .catBox .head {height:53px;overflow:hidden;background:#fbfbfb;display:block;padding:0 20px;line-height:53px;border-bottom:1px solid #eae9e9;position:relative;}
.wbCatBoxes .catBox .head:before {position:absolute;content:"";top:0;left:0;right:0;width:100%;height:1px;background:#ffffff;}
.wbCatBoxes .catBox .head:after {position:absolute;content:"";bottom:0;left:0;right:0;width:100%;height:1px;background:#ffffff;}
.wbCatBoxes .catBox .head span {color:#383b44;font-size:0.9em;font-weight:700;text-transform:Uppercase;}
.wbCatBoxes .catBox .head i {float:left;margin:16px 12px 0 0;}
.wbCatBoxes .catBox .head i.box {width:18px;height:21px;background:url("../img/icons/catBox/box.png")no-repeat;}
.wbCatBoxes .catBox .head i.mic {width:14px;height:20px;background:url("../img/icons/catBox/mic.png")no-repeat;}
.wbCatBoxes .catBox .head i.share {width:18px;height:18px;background:url("../img/icons/catBox/share.png")no-repeat;margin-top:17px;}
.wbCatBoxes .catBox .head i.bulut1 {width:24px;height:20px;background:url("../img/icons/catBox/bulut1.png")no-repeat;margin-top:17px;}
.wbCatBoxes .catBox .head i.bulut2 {width:24px;height:20px;background:url("../img/icons/catBox/bulut2.png")no-repeat;margin-top:17px;}
.wbCatBoxes .catBox .head i.canta {width:24px;height:20px;background:url("../img/icons/catBox/canta.png")no-repeat;margin-top:17px;}
.wbCatBoxes .catBox .head i.capa {width:24px;height:20px;background:url("../img/icons/catBox/canta.png")no-repeat;margin-top:17px;}
.wbCatBoxes .catBox .head i.cop {width:24px;height:20px;background:url("../img/icons/catBox/cop.png")no-repeat;margin-top:17px;}
.wbCatBoxes .catBox .head i.depolama {width:24px;height:20px;background:url("../img/icons/catBox/depolama.png")no-repeat;margin-top:17px;}
.wbCatBoxes .catBox .head i.goz {width:24px;height:20px;background:url("../img/icons/catBox/goz.png")no-repeat;margin-top:17px;}
.wbCatBoxes .catBox .head i.kalp {width:24px;height:20px;background:url("../img/icons/catBox/kalp.png")no-repeat;margin-top:17px;}
.wbCatBoxes .catBox .head i.kamera {width:24px;height:20px;background:url("../img/icons/catBox/kamera.png")no-repeat;margin-top:17px;}
.wbCatBoxes .catBox .head i.kapat {width:24px;height:20px;background:url("../img/icons/catBox/kapat.png")no-repeat;margin-top:17px;}
.wbCatBoxes .catBox .head i.kilit {width:24px;height:20px;background:url("../img/icons/catBox/kilit.png")no-repeat;margin-top:17px;}
.wbCatBoxes .catBox .head i.mobile {width:24px;height:20px;background:url("../img/icons/catBox/mobile.png")no-repeat;margin-top:17px;}
.wbCatBoxes .catBox .head i.monitor {width:24px;height:20px;background:url("../img/icons/catBox/monitor.png")no-repeat;margin-top:17px;}
.wbCatBoxes .catBox .head i.play {width:24px;height:20px;background:url("../img/icons/catBox/play.png")no-repeat;margin-top:17px;}
.wbCatBoxes .catBox .head i.uzakbglanti {width:24px;height:20px;background:url("../img/icons/catBox/uzakbglanti.png")no-repeat;margin-top:17px;}
.wbCatBoxes .catBox .head i.video {width:24px;height:20px;background:url("../img/icons/catBox/video.png")no-repeat;margin-top:17px;}
.wbCatBoxes .catBox .head i.yazici {width:24px;height:20px;background:url("../img/icons/catBox/yazici.png")no-repeat;margin-top:17px;}
.wbCatBoxes .catBox .catCover {width:100%;height:200px;display:block;float:left;position:relative;}
.wbCatBoxes .catBox .catCover .firstItem {position:absolute;top:159px;left:0;width:100%;float:left;display:block;z-index:2;text-align:center;}
.wbCatBoxes .catBox .catCover .firstItem a.thumb {-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.07);-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.07);box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.07);border-radius:1px;overflow:hidden;width:78px;height:78px;padding:4px;background:#ffffff;display:block;margin:0 auto;border:1px solid #dbdbdb;}
.wbCatBoxes .catBox .catCover .firstItem a.title {display:inline-block;float:none;text-align:center;width:calc(100% - 40px);height:auto;font-size:15px;font-weight:700;color:#242424;margin-top:14px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.wbCatBoxes .catBox ul.otherPosts {float:left;width:100%;display:block;margin-top:83px;}
.wbCatBoxes .catBox ul.otherPosts li {float:left;width:100%;display:block;line-height:57px;border-top:1px solid #e9e9e9;}
.wbCatBoxes .catBox ul.otherPosts li:nth-child(odd) {background:#fbfbfb;}
.wbCatBoxes .catBox ul.otherPosts li a {float:left;width:100%;display:block;padding:0px 20px;}
.wbCatBoxes .catBox ul.otherPosts li i.thumb {float:left;height:36px;padding:10px 0;}
.wbCatBoxes .catBox ul.otherPosts li i.thumb div {float:left;width:36px;height:36px;border-radius:100%;overflow:hidden;}
.wbCatBoxes .catBox ul.otherPosts li span {float:right;width:calc(100% - 51px);font-size:14px;font-weight:500;color:#242424;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.wbCatBoxes .catBox ul.otherPosts li.all {padding:0;height:49px;text-align:center;line-height:49px;}
.wbCatBoxes .catBox ul.otherPosts li.all a {font-size:14px;font-weight:500;color:#b2b2b2;}


/*
	CONTENT (CAT TAB)
	======================================
*/

.wbCatTab {width:100%;display:block;float:left;}
.wbDefaultTabHead {width:100%;margin: 0 auto;text-align: center;height:50px;border-radius: 1px;padding:0px 0 0 0px;-webkit-box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);-moz-box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);}
.wbDefaultTabHead ul {float:left;width: 100%;margin: 0 auto;text-align: left;display: inline;position: Relative;}
.wbDefaultTabHead ul li {cursor:pointer;overflow:hidden;position:relative;color: rgba(255, 255, 255, 0.5);font-size:0.85em;font-weight:700;display:inline-block;line-height:51px;text-transform:Uppercase;margin:0 13.2px;}
.wbDefaultTabHead ul li:first-child {margin-left:25px;}
.wbDefaultTabHead ul li.active {color: rgba(255, 255, 255, 1);position:relative;}
.wbDefaultTabHead.tekli ul li {color: rgba(255, 255, 255, 1);position:relative;}
.wbDefaultTabHead ul li.active:after {position:Absolute;content:"";bottom:1px;left:0;right:0;width:100%;height:2px;background:#ffffff;}
.categoryFocusedTabPosts {float:left;display:block;width:100%;}
.categoryFocusedTabPosts .item {float:left;margin:14px 21px 0 0;width:calc(33.33% - 14px);transition: 300ms;position:relative;}
.categoryFocusedTabPosts .item:nth-child(3n) {margin:14px 0px 0 0;}
.categoryFocusedTabPosts .item .thumb {position:relative;float:left;width:100%;height:156px;border-top-left-radius:2px;-webkit-border-top-left-radius:2px;border-top-right-radius:2px;-webkit-border-top-right-radius:2px;overflow:hidden;display:block;}
.categoryFocusedTabPosts .item .thumb img {min-width: 100%;min-height: 156px;object-fit: cover;}
.categoryFocusedTabPosts .item .text {font-family:'Roboto', sans-serif;float:left;width:100%;height:96px;display:block;background: #ffffff;padding:17px 19px 16px 19px;-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.07);-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.07);box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.07);border-bottom-left-radius: 1px;-webkit-border-bottom-left-radius: 1px;border-bottom-right-radius: 1px;-webkit-border-bottom-right-radius: 1px;border:1px solid #dcdcdc;border-top:none;}
.categoryFocusedTabPosts .item .text a.cat {float:left;width:100%;display:block;font-size:13px;font-weight:500;color:#979797;padding-bottom:7px;}
.categoryFocusedTabPosts .item .text a.title {float:left;max-height:40px;overflow:hidden;width:100%;display:block;font-size:15px;font-weight:700;color:#000;line-height:20px;transition: 300ms;}
.categoryFocusedTabPosts .item:hover {transition: 300ms; transform: scale(1.02);}

/*
	LOAD MORE BUTTON
	======================================
*/

.loadMoreButton {width:100%;display:block;float:left;text-align:center;position:relative;margin-top:20px;}
.loadMoreButton:after {width:100%;display:block;position:absolute;content:"";left:0;top:50%;right:0;margin-top:-0.5px;height:1px;background:#e0e0e0;}
.loadMoreButton span {margin:0 auto;display:table;font-size:14px;font-weight:500;font-family: 'Roboto', sans-serif;cursor:pointer;text-align:center;color:#FFFFFF;padding:0 22px;position:relative;z-index:2;height:36px;line-height:36px;border-radius:19px;-webkit-box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);-moz-box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);}
.loadMoreButton span:hover {opacity:0.93;}

/*
	CONTENT (SIDEBAR)
	======================================
*/

.sidebar {width:300px;display:block;height:auto;font-family:'Roboto', sans-serif;}
.sidebar .widget {width:100%;height:auto;float:left;display:block;margin-bottom:20px;}
.sidebar .widget:last-child {margin-bottom:0px;}

/*
	SIDEBAR (WIDGET - BANNER)
	======================================
*/

.widget .banner {width:100%;height:auto;float:left;display:block;}

/*
	SIDEBAR (WIDGET - TAB)
	======================================
*/
.sidebarTab {width:100%;height:auto;float:left;display:block;}
.sidebarTab ul.tabHead {width:100%;height:53px;border-bottom:1px solid #e9e9e9;background:#fbfbfb;}
.sidebarTab ul.tabHead li {cursor:pointer;float:left;text-align:center;padding:0 15.9px;line-height:53px;text-transform:Uppercase;font-size:0.85em;font-weight:700;color:#b2b2b2;font-family:'Roboto', sans-serif;}
.sidebarTab.commentsAndPop ul.tabHead li {padding:0 18px;}
.sidebarTab ul.tabHead li:first-child {float:left;padding:0 19px 0 20px;border-right:1px solid #e9e9e9;}
.sidebarTab ul.tabHead li:nth-child(2) {float:right;}
.sidebarTab ul.tabHead li.active {position:relative;background:#FFFFFF;}
.sidebarTab ul.tabHead li.active:before {position:absolute;left:-1px;right:0;top:-1px;content:"";width:calc(100% + 2px);height:2px;}
.sidebarTab ul.tabHead li.active:after {position:absolute;left:0px;right:0;bottom:0px;content:"";background:#e9e9e9;width:100%;height:1px;}
.sidebarDpl {width:100%;display:block;float:left;padding:17px 17px;}
.sidebarDpl .item {width:100%;display:block;float:left;margin-bottom:16px;}
.sidebarDpl .item:last-child {margin-bottom:0px;}
.sidebarDpl .item .thumb {float:left;width:70px;height:70px;border-radius:1px;overflow:hidden;}
.sidebarDpl .item .thumb img {min-width:100%;min-height:70px;}
.sidebarDpl .item .text {width:calc(100% - 84px);height:auto;float:right;}
.sidebarDpl .item .text a.title {width:100%;float:left;height:auto;color:#242424;font-size:15.3px;font-weight:700;padding:6px 0 1px 0;margin-bottom:1px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.sidebarDpl .item .text span {width:100%;float:left;max-height:42.19px;overflow:hidden;height:auto;color:#9da0a7;font-size:13px;font-weight:400;line-height:19px;padding-top:4.2px;white-space: nowrap;text-overflow: ellipsis;}
.sidebarDpl.listingTwo .item .text span {white-space: normal;}
.sidebarTab.secondDesign .sidebarDpl .item .thumb img {min-height:60px;}
/*
	SIDEBAR (WIDGET - DEFAULT BOX)
	======================================
*/

.widget .sidebarBox {width:100%;height:auto;float:left;display:block;background:#FFF;border:1px solid #dcdcdc;border-radius: 1px;box-shadow:0px 1px 2px 0px rgba(0,0,0,0.07);-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.07);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.07);}

/*
	SIDEBAR (WIDGET - AUTHORS)
	======================================
*/

.sidebarDefaultHead {width:100%;height:53px;border-bottom:1px solid #e9e9e9;background:#fbfbfb;}
.sidebarDefaultHead span {background:#FFFFFF;border-right:1px solid #e9e9e9;position:relative;cursor:normal;float:left;text-align:center;padding:0 20px;line-height:53px;text-transform:Uppercase;font-size:0.85em;font-weight:700;font-family:'Roboto', sans-serif;}
.sidebarDefaultHead span:before {position:absolute;left:-1px;right:0;top:-1px;content:"";width:calc(100% + 2px);height:2px;}
.sidebarDefaultHead span:after {position:absolute;left:0px;right:0;bottom:0px;content:"";background:#e9e9e9;width:100%;height:1px;}
.sidebarDefaultHead.black span {color:#242424;}
.sidebarDefaultHead.black span:before {background:#242424;}

/*
	SIDEBAR (WIDGET - SUBSCRIBE)
	======================================
*/
.subscribeBox {position:relative;width:100%;display:block;padding:29px 20px 27px 20px;text-align:center;height:auto;float:left;background:#FFFFFF; -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.19);-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.10);box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.10);border-radius:1px;border-top: 1px solid #eeeeee;}
.subscribeBox:before {position:absolute;top:0;left:0;content:"";width:167px;height:191px;background:url("../img/shapes/sidebarSubscribeLeftShape.png")no-repeat;}
.subscribeBox:after {position:absolute;top:62px;right:0;content:"";width:124px;height:119px;background:url("../img/shapes/sidebarSubscribeRightShape.png")no-repeat;}
.subscribeBox i.paperPlane {width:51px;height:51px;margin:0 auto;display:block; -webkit-mask-image: url("../img/svg/paperPlane.svg");mask-image: url("../img/svg/paperPlane.svg");background-color: rgba(255, 255, 255, 0.5);}
.subscribeBox span {display:block;font-size:23.5px;font-weight:600;color:#242424;line-height:30px;padding:22px 13.5px 0 13.5px;}
.subscribeBox input.subscribeInput {display:block;width:100%;height:44px;border:1px solid #d7d7d7;margin-top:20px;text-align:center;border-radius:1px;color:#9da0a7;font-size:13.5px;font-weight:500;font-family:'Roboto', sans-serif;}
.subscribeBox input.subscribeInput::placeholder {color:#9da0a7;font-size:13.5px;font-weight:500;font-family:'Roboto', sans-serif;}
.subscribeBox button.subscribeSubmit {border:0;cursor:pointer;border-radius:1px;margin-top:12px;display:block;width:100%;text-align:center;height:46px;color:#FFFFFF;font-size:14.2px;font-weight:600;-webkit-box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);-moz-box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);font-family:'Roboto', sans-serif;}
.subscribeBox button.subscribeSubmit:hover {opacity:0.93;}
.subscribeBox.designTwo {background:#23262d;}
.subscribeBox.designTwo:before {display:none;}
.subscribeBox.designTwo:after {display:none;}
.subscribeBox.designTwo i.paperPlane {background:#FFF!important;}
.subscribeBox.designTwo span {color:#FFF;padding:22px 8.5px 0 8.5px;font-size:14.5px;font-weight:400;line-height:20px;}
.subscribeBox.designTwo input.subscribeInput {background:transparent;font-weight:400;border:none;border-radius:0px;border-bottom:1px solid #FFF;color:#FFF;}
.subscribeBox.designTwo input.subscribeInput::placeholder {color:#FFF;font-weight:400;}
.subscribeBox.designTwo button.subscribeSubmit {margin-top:20px;color:#fff;}

/*
	SIDEBAR (WIDGET - SECOND TAB DESIGN)
	======================================
*/

.sidebarTab.secondDesign .sidebarDpl .item {float:right;border-bottom:1px solid #e9e9e9;padding:13px 0 13px;margin-bottom:0;}
.sidebarTab.secondDesign .sidebarDpl .item:last-child {border-bottom:none;padding:13px 0 0 0;}
.sidebarTab.secondDesign .sidebarDpl .item:first-child {padding:0px 0 13px 0;}
.sidebarTab.secondDesign .sidebarDpl .item .thumb {width:59px;height:59px;}
.sidebarTab.secondDesign .sidebarDpl .item .text a.cat {width:100%;float:left;font-size:13px;margin-top:3px!important;font-weight:500;color:#9da0a7;margin-top:8px;}
.sidebarTab.secondDesign .sidebarDpl .item span {padding-top:3.2px;width:100%;float:left;font-size:13px;font-weight:400;color:#9da0a7;}
.sidebarTab.secondDesign .sidebarDpl .item .text {width:calc(100% - 108px)}
.sidebarTab.secondDesign .sidebarDpl .item .text a.title {padding-top:3px;margin-bottom:3px;max-height:19px;color:#383b44;}
.sidebarTab.secondDesign .sidebarDpl .item i.numb {text-align:center;float:left;width:20px;height:20px;background:#616161;margin:17px 15px 0 0;position:relative;}
.sidebarTab.secondDesign .sidebarDpl .item i.numb:before {position:absolute;content:"";left:0;right:0;color:#FFF;font-style:normal;font-weight:500;font-size:13px;line-height:21px;}
.sidebarTab.secondDesign .sidebarDpl .item i.numb:after {position:absolute;content:"";bottom:-5px;left:0;right:0;width:20px;height:5px;background:url("../img/icons/sidebarSecondD.png")no-repeat;}
.sidebarTab.secondDesign .sidebarDpl .item:first-child i.numb {background:#f3251c;}
.sidebarTab.secondDesign .sidebarDpl .item:first-child i.numb:after {background:url("../img/icons/sidebarSecondD2.png")no-repeat;}
.sidebarTab.secondDesign .sidebarDpl .item:nth-child(2) i.numb {background:#f87f13;}
.sidebarTab.secondDesign .sidebarDpl .item:nth-child(2) i.numb:after {background:url("../img/icons/sidebarSecondD3.png")no-repeat;}
.sidebarTab.secondDesign .sidebarDpl .item:nth-child(3) i.numb {background:#efab18;}
.sidebarTab.secondDesign .sidebarDpl .item:nth-child(3) i.numb:after {background:url("../img/icons/sidebarSecondD4.png")no-repeat;}
.sidebarTab.secondDesign .sidebarDpl .item:first-child i.numb:before {content:"1";}
.sidebarTab.secondDesign .sidebarDpl .item:nth-child(2) i.numb:before {content:"2";}
.sidebarTab.secondDesign .sidebarDpl .item:nth-child(3) i.numb:before {content:"3";}
.sidebarTab.secondDesign .sidebarDpl .item:nth-child(4) i.numb:before {content:"4";}
.sidebarTab.secondDesign .sidebarDpl .item:nth-child(5) i.numb:before {content:"5";}
.sidebarTab.secondDesign .sidebarDpl .item:nth-child(6) i.numb:before {content:"6";}
.sidebarTab.secondDesign .sidebarDpl .item:nth-child(7) i.numb:before {content:"7";}
.sidebarTab.secondDesign .sidebarDpl .item:nth-child(8) i.numb:before {content:"8";}
.sidebarTab.secondDesign .sidebarDpl .item:nth-child(9) i.numb:before {content:"9";}
.sidebarTab.secondDesign .sidebarDpl .item:nth-child(10) i.numb:before {content:"10";}

/*
	SIDEBAR (WIDGET - COMMENTS AND POP)
	======================================
*/

.sidebarTab.commentsAndPop ul.tabHead li:first-child {float:left;padding:0 17.05px 0 17.05px;border-right:1px solid #e9e9e9;}
.sidebarTab.commentsAndPop .sidebarDpl .item .text p.commentAuthor {margin-top:7px;float:left;width:100%;display:block;font-size:13px;font-weight:500;color:#5a5c63;}
.sidebarTab.commentsAndPop .sidebarDpl .item .text p.commentAuthor a {display:inline-block;}
.sidebarTab.commentsAndPop .sidebarDpl .item .text span {max-height:23.19px}
.sidebarTab.commentsAndPop .sidebarDpl.pop .item .text span {max-height:42.19px;text-overflow:clip;white-space:normal;}

/*
	SIDEBAR (WIDGET - ONE POST LISTING)
	======================================
*/

.onePl {position:relative;width:100%;display:block;}
.onePl .item {float:left;margin-bottom:20px;width:100%;transition: 300ms;position:relative;}
.onePl .item:last-child {margin-bottom:0px;}
.onePl .item .thumb {position:relative;float:left;width:100%;height:177px;border-top-left-radius:2px;-webkit-border-top-left-radius:2px;border-top-right-radius:2px;-webkit-border-top-right-radius:2px;overflow:hidden;display:block;}
.onePl .item .thumb img {min-width: 100%;min-height: 177px;}
.onePl .item .text {float:left;width:100%;height:96px;display:block;background: #ffffff;padding:16px 19px 16px 19px;-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.07);-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.07);box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.07);border-bottom-left-radius: 1px;-webkit-border-bottom-left-radius: 1px;border-bottom-right-radius: 1px;-webkit-border-bottom-right-radius: 1px;border:1px solid #dcdcdc;border-top:none;}
.onePl .item .text a.cat {float:left;width:100%;display:block;font-size:13px;font-weight:500;color:#979797;padding-bottom:8px;}
.onePl .item .text a.title {float:left;max-height:40px;overflow:hidden;width:100%;display:block;font-size:16px;font-weight:700;color:#242424;line-height:21px;transition: 300ms;}
.onePl .headBlock {height:48px;line-height:48px;margin-bottom:20px;padding:0 0 0 25px}
i.videoIcon {transition:400ms;}
.onePl .item:hover i.videoIcon {transform:rotate(360deg);transition:400ms;}
.onePl .headBlok {width: 100%;box-shadow:0px 1px 2px 0px rgba(0,0,0,0.07);-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.07);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.07);float:left;height: 53px;border-bottom: 1px solid #e9e9e9;border-radius: 1px;background: #fbfbfb;margin-bottom:10px;border:1px solid #dcdcdc}
.onePl .headBlok span {width:calc(100% - 80.2px);font-family:'Roboto', sans-serif;font-size: 0.85em;font-weight: 700;color:#616161;display:inline-block;text-align:center;padding:0 20px;text-transform:Uppercase;background:#FFF;height:51px;line-height:53px;border-right:1px solid #e9e9e9;position:relative;}
.onePl .headBlok span:before {position:absolute;left:0;right:0;top:-1px;content:"";width:100%;height:2px;background:#616161}
.onePl .headBlok a.tumu {float:right;text-transform:Uppercase;line-height:53px;width:80.2px;text-align:center;color:#b2b2b2;font-family:'Roboto', sans-serif;font-size: 0.85em;font-weight: 700;}


/*
	SIDEBAR (WIDGET - CAT LIST)
	======================================
*/

.sCatList {position:relative;width:100%;display:block;}
.sCatList .sidebarBox {padding-bottom:21px;}
.sCatList ul.head {width: 100%;height: 53px;border-bottom: 1px solid #e9e9e9;background: #fbfbfb;}
.sCatList ul.head li {float: left;text-align: center;padding: 0 20px;line-height: 53px;text-transform: Uppercase;font-size: 0.85em;font-weight: 700;color: #b2b2b2;}
.sCatList ul.head li:nth-child(2) {float: right;text-align:center;max-width:73.78px;}
.sCatList ul.head li.active {width:calc(100% - 73.78px);padding: 0 20px 0 24px;text-align:left;color: #5f3eb6;font-weight:700;position: relative;background: #FFFFFF;border-right:1px solid #e9e9e9;}
.sCatList ul.head li.active:before {position: absolute;left: -1px;right: 0;top: -1px;content: "";background: #5f3eb6;width: calc(100% + 2px);height: 2px;}
.sCatList ul.head li.active:after {position: absolute;left: 0px;right: 0;bottom: 0px;content: "";background: #e9e9e9;width: 100%;height: 1px;}
.sCatList ul.cats {font-family:'Roboto', sans-serif;padding:0px 19px 0px 21px;margin-top:17px;display:block;width:calc(100% - 21px);max-height:361px;overflow:auto}
.sCatList ul.cats li {display:inline-block;width:100%;float:left;height:auto;line-height:47px;padding-left:4px;border-bottom:1px solid #e9e9e9;}
.sCatList ul.cats li a {display:block;width:100%;height:47px;font-weight:500;color:#242424;}
.sCatList ul.cats li:nth-child(even) {background:#fcfcfc;}
.sCatList ul.cats li span {float:left;font-size:14px;width:calc(100% - 55px);line-height:24px;padding:10px 0;margin-top:1.5px;}
.sCatList ul.cats li i {float:right;font-size:12px;text-align:center;border:1px solid #dcdcdc;min-width:40px;height:28px;line-height:28px;font-style:normal;margin:9px 6px 0 0;color:#b2b2b2;}
.sCatList ul.cats li:first-child {height:38px;line-height:32px;}
.sCatList ul.cats li:first-child span {padding:3.5px 0 0 0}
.sCatList ul.cats li:first-child i {margin:0px 6px 0 0;}
.sCatList ul.cats li:last-child {border-bottom:none;}
.sCatList ul.cats::-webkit-scrollbar {width: 12px;position:relative;right:5px;}
.sCatList ul.cats::-webkit-scrollbar-track {background: #f5f5f5;}
.sCatList ul.cats::-webkit-scrollbar-thumb {background: #d9d9d9;}

/*
	CONTENT BOTTOM
	======================================
*/

section.contentBottom {width:100%;display:block;float:left;}
section.contentBottom .widget {width:100%;display:block;float:left;margin-bottom:0px;}

/*
	CONTENT BOTTOM (TAB SLIDER)
	======================================
*/

.CbtabSlider {border-radius: 1px;width:100%;display:block;float:left;}
.CbtabSlider .tabHead {border-radius: 1px;width: 100%;margin: 0 auto;text-align: center;height:50px;line-height:49px;-webkit-box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);-moz-box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);}
.CbtabSlider .tabHead ul {width: 100%;margin: 0 auto;text-align: center;display: inline;}
.CbtabSlider .tabHead ul li {display:inline-block;padding:0px 0px 0 0px;margin:0 12px;cursor:pointer;font-weight:700;font-size:0.85em;color:rgba(255, 255, 255, 0.5);text-transform:Uppercase;}
.CbtabSlider .tabHead ul li.active {position:relative;color:#fff;}
.CbtabSlider .tabHead ul li.active:before {position: absolute;left: -1px;right: 0;bottom: -1px;content: "";background: #fff;width: calc(100% + 2px);height: 2px;}
.CbtabSlider .boxes {border-radius: 1px;background:#FFF;border:1px solid #dcdcdc;width:100%;display:block;float:left;padding:20px 21px;margin-top:18px;-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.07);-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.07);box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.07);}
.CbtabSlider .boxes .item {float:left;width:268px!important;height:160px;position:Relative;margin-right:19px;border-radius:1px;}
.CbtabSlider .boxes .item .thumb {border-radius:1px;float:left;display:block;width:100%;height:100%;overflow:hidden;}
.CbtabSlider .boxes .item .thumb a {float:left;display:block;width:100%;height:100%;position:relative;}
.CbtabSlider .boxes .item .thumb a:before {z-index: 5;position: absolute;bottom: 0;left: 0;right: 0;content: "";width: 100%;height: 100%;box-shadow:inset 0px -103px 80px -30px rgba(0,0,0,.70);-webkit-box-shadow:inset 0px -103px 80px -30px rgba(0,0,0,.70);-moz-box-shadow:inset 0px -103px 80px -30px rgba(0,0,0,.70);}
.CbtabSlider .boxes .item .thumb a img {transform: scale(1.00);transition:300ms;min-width: 100%;min-height: 160px;}
.CbtabSlider .boxes .item ul {position:absolute;bottom:15px;left:19px;width:calc(100% - 38px);display:block;z-index: 6;}
.CbtabSlider .boxes .item ul li {width:100%;display:block;float:none;}
.CbtabSlider .boxes .item ul li a {color:#ffffff;}
.CbtabSlider .boxes .item ul li.title a {font-weight:600;font-size:17px;transition:.3s;line-height:initial;    display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow:hidden;}
.CbtabSlider .boxes .item ul li.cat a {font-family:'Roboto', sans-serif;font-weight:500;font-size:13px;padding-top:9.5px;text-transform:Uppercase;}
.CbtabSlider .boxes.owl-carousel .owl-nav.disabled {display:block!important;position:absolute;left:0;top:0;width:100%;right:0;}
.CbtabSlider .boxes .owl-prev {text-indent:-9999px;position:absolute;left:-9px;top:82px;height:36px;width:30px;border-top-left-radius:20px;border-bottom-left-radius:20px;}
.CbtabSlider .boxes .owl-prev:before {position: absolute;content: "";left: 50%;top: 50%;margin:-6px 0 0 -4px;width: 8px;height: 12px;background: url("../img/icons/sidebarAuthorsPostsArrow.png")no-repeat;}
.CbtabSlider .boxes .owl-next:before {transform:rotate(180deg);position: absolute;content: "";left: 50%;top: 50%;margin:-6px 0 0 -4px;width: 8px;height: 12px;background: url("../img/icons/sidebarAuthorsPostsArrow.png")no-repeat;}
.CbtabSlider .boxes .owl-next {text-indent:-9999px;position:absolute;right:-9px;top:82px;height:36px;width:30px;border-top-right-radius:20px;border-bottom-right-radius:20px;}
.CbtabSlider .boxes .owl-next:hover, .CbtabSlider .boxes .owl-prev:hover {opacity:0.95;}
.CbtabSlider .boxes .item .videoVector {transition:.35s;z-index:5;position:absolute;right:20px;top:20px;width:46px;height:46px;background:rgba(28, 32, 39, 0.39);border:2px solid rgba(255, 255, 255, 0.85);border-radius:100%;}
.CbtabSlider .boxes .item .videoVector:before {position:absolute;left:50%;top:50%;content:"";margin:-8px 0 0 -7px;width:14px;height:16px;background:url("../img/icons/videoVector2.png")no-repeat;}
.CbtabSlider .boxes .item:hover .videoVector {transform:rotate(360deg);transition:.3s;}
.CbtabSlider .boxes .item:hover ul li.title a {opacity:0.88;transition:.3s;}
.CbtabSlider .boxes .item:hover .thumb a img {transform: scale(1.05);transition:300ms;}
.CbtabSlider .owl-dots {display:none;}
.CbtabSlider.tekli .boxes .item {width:255px;}
.CbtabSlider.tekli .tabHead span {display: inline-block;padding: 0px 0px 0 0px;margin: 0 12px;cursor: pointer;font-weight: 700;font-size: 0.85em;text-transform: Uppercase;color:#fff}


/*
	FOOTER
	======================================
*/

footer.footer {width:100%;height:auto;display:block;float:left;padding:50px 0 17px 0;margin-top:40px;position:relative;}
footer.footer:before {position:absolute;left:0;top:211px;content:"";background:url("../img/shapes/footer1.png")no-repeat;width:117px;height:122px;}
footer.footer:after {position:absolute;right:0;bottom:0;content:"";background:url("../img/shapes/footer2.png")no-repeat;width:1389px;height:505px;}
footer.footer .container {position:relative;}
.contentFooter {width:100%;display:block;float:left;position:relative;z-index:2;}

/*
	FOOTER (OTHER ELEMENTS)
	======================================
*/

.footerOe {width:276px;display:block;height:auto;}
.footerOe h2 {width:100%;display:block;color:#FFFFFF;font-size:0.95em;text-transform:Uppercase;font-weight:700;}
.footerOe p {font-family:'Roboto', sans-serif;width:100%;display:block;font-size:14px;color:#9da1a4;line-height:24px;margin:22px 0 0 0;}
.footerOe p a {display:inline-block;}
.footerOe p a:hover {text-decoration:underline;}
footer.footer .contentFooter .otherElements .logo {width:100%;display:block;float:left;margin:55px 0 0 0;}
.flogo {float:left;padding: 50px 0 0 0;width: 100%;}
.flogo a {
    position: relative;
    width: 100%;
    display: inline-block;
}
.flogo a img {float:left;}
.flogo a span {font-size:15px;color:#9da1a4;font-weight:400;position: absolute;top: 50%;transform: translateY(-50%);width: 140px;margin-left: 10px;}
.flogo a span b {float:left;margin:0px 12px 0 0px;}
.footerOe .footerSocial { float: left; display: block; width: 100%; margin-top: 62px; }
.footerOe .footerSocial li {float: left; margin-right: 20px; }
.footerOe .footerSocial li a {display: block; }
.footerOe .footerSocial li a i {display: block; height: 20px; transition: 300ms;background-color: #9da1a5;}
a i.facebook {width: 10px;-webkit-mask-image: url("../img/svg/footerFacebook.svg");mask-image: url("../img/svg/footerFacebook.svg");}
a i.twitter {width: 18px;-webkit-mask-image: url("../img/svg/footerTwitter.svg");mask-image: url("../img/svg/footerTwitter.svg"); }
a i.dribbble {width: 18px;-webkit-mask-image: url("../img/svg/footerDribbble.svg");mask-image: url("../img/svg/footerDribbble.svg"); }
a i.whatsapp {width: 18px;-webkit-mask-image: url("../img/svg/whatsapp.svg");mask-image: url("../img/svg/whatsapp.svg"); }
.footerOe .footerSocial li a i.google-plus {width: 17px;-webkit-mask-image: url("../img/svg/footerGPlus.svg");mask-image: url("../img/svg/footerGPlus.svg"); }
a i.instagram {width: 17px;-webkit-mask-image: url("../img/svg/footerInstagram.svg");mask-image: url("../img/svg/footerInstagram.svg"); }
a i.pinterest {width: 14px;-webkit-mask-image: url("../img/svg/footerPinterest.svg");mask-image: url("../img/svg/footerPinterest.svg"); }
.footerOe .footerSocial li a i.youtube {width: 20px;-webkit-mask-image: url("../img/svg/footerYoutube.svg");mask-image: url("../img/svg/footerYoutube.svg"); }
.footerOe .footerSocial li a i.dribbble {width: 18px;-webkit-mask-image: url("../img/svg/footerDribbble.svg");mask-image: url("../img/svg/footerDribbble.svg"); }
.phbi-middle-right ul {
    display: flex;
    align-items: center;
}

/*
	FOOTER (POSTS)
	======================================
*/

.footerPosts {width:calc(100% - 334px);display:block;height:auto;}
.footerPosts span.blockTitle {width:100%;display:block;font-size:0.95em;text-transform:Uppercase;font-weight:700;color:#FFFFFF;position:relative;}
.footerPosts span.blockTitle:before {display:none;position:absolute;top:-24.5px;left:0;content:"";width:18px;height:2px;background: #ffffff;}footer.footer .contentFooter .footerPosts ul {float:left;width:100%;display:block;margin:0px 0 0 0;}
.footerPosts ul li {float:left;width:calc(50% - 35px);display:block;margin:26px 70px 0 0;font-family: 'Roboto', sans-serif;}
.footerPosts ul li:nth-child(2n) {margin:25px 0px 0 0;}
.footerPosts ul li a.thumb {float:left;width:100px;height:67px;overflow:hidden;border-radius:1px;}
.footerPosts ul li a.thumb img {min-width:100%;min-height:67px;}
.footerPosts ul li .text {float:right;width:calc(100% - 118px)}
.footerPosts ul li .text a.postTitle {float:left;display:block;max-height:44px;overflow:hidden;width:100%;color:#9da1a4;font-size:14px;line-height:22px;margin:0px 0 6px 0;}
.footerPosts ul li .text a.postCat {float:left;font-size:13px;font-weight:500;}
.footerPosts ul li .text span.postDate {float:left;color:#9da1a4;font-size:13px;margin-left:23px;font-weight:500;}

/*
	FOOTER (BOTTOM)
	======================================
*/

.bottomFooter {float:left;display:block;width:100%;text-align:center;padding:40px 0 0 0;position:relative;z-index:2;}
.bottomFooter span.copyright {font-family:'Roboto', sans-serif;display:block;width:100%;padding:27px 0 10px 0;position:relative;font-size:14px;color:#9da1a4;}
.bottomFooter span.copyright:before {position:absolute;top:-4px;left:50%;margin-left:-70px;content:"";width:140px;height:1px;background:#595f66}
.bottomFooter i.topLineRight, .bottomFooter i.topLineRightTwo, .bottomFooter i.topLineLeft, .bottomFooter i.topLineLeftTwo {position:relative;display:block;}
.bottomFooter i.topLineRight {top:0px;left:50%;margin-left:80px;width:70px;height:1px;background:#595f66}
.bottomFooter i.topLineRight:before {position:Absolute;top:0px;left:50%;margin-left:45px;content:"";width:35px;height:1px;background:#595f66}
.bottomFooter i.topLineRight:after {position:Absolute;top:0px;left:50%;margin-left:90px;content:"";width:17px;height:1px;background:#595f66}
.bottomFooter i.topLineRightTwo {top:-1px;left:50%;margin-left:232px;width:8px;height:1px;background:#595f66}
.bottomFooter i.topLineRightTwo:before {position:absolute;content:"";top:0px;left:50%;margin-left:14px;width:4px;height:1px;background:#595f66}
.bottomFooter i.topLineLeft {top:-2px;left:50%;margin-left:-150px;width:70px;height:1px;background:#595f66}
.bottomFooter i.topLineLeft:before {position:absolute;content:"";top:0px;left:50%;margin-left:-80px;width:35px;height:1px;background:#595f66}
.bottomFooter i.topLineLeft:after {position:absolute;content:"";top:0px;left:50%;margin-left:-108px;width:18px;height:1px;background:#595f66}
.bottomFooter i.topLineLeftTwo {top:-3px;left:50%;margin-left:-241px;width:8px;height:1px;background:#595f66}
.bottomFooter i.topLineLeftTwo:before {position:absolute;content:"";top:0px;left:50%;margin-left:-18px;width:4px;height:1px;background:#595f66}

/*
	LOGIN PAGE
	======================================
*/

body.loginPageBody {position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;min-height: 100vh;margin: 0;box-sizing: border-box;-webkit-animation: slide 50s linear infinite;animation: slide 50s linear infinite;will-change: background-position;background-size: contain;background: url("../img/loginPage/bgRepeatDefault2.png");-webkit-animation: sidedownscroll 30s linear infinite;animation: sidedownscroll 30s linear infinite;}
body.loginPageBody:before {content: '';display: block;position: fixed;top: 0;right: 0;bottom: 0;left: 0;opacity: 1;z-index: auto;}
body.loginPageBody #site {position:relative;}
body.loginPageBody .wrapper {width:100%;display:block;height:auto;float:left;padding:63px 0 63px 0;}
body.loginPageBody .wrapper .text {float:left;width:calc(100% - 500px);padding-top:380px;}
body.loginPageBody .wrapper .text h1 {float:left;width:100%;display:block;height:auto;font-size:40px;color:#FFFFFF;font-weight:400;line-height:50px;}
body.loginPageBody .wrapper .text span {float:left;width:100%;display:block;height:auto;font-size:16px;color:#FFFFFF;font-weight:400;line-height:25px;padding-top:40px;}
body.loginPageBody .wrapper .text .rocket {display:block;float:right;margin-top:73px;width:98px;height:97px;background:url("../img/loginPage/rocket.png")no-repeat;}
body.loginPageBody .wrapper .right {float:right;width:460px;height:auto;}
body.loginPageBody .wrapper .right .guy {display:block;margin-right:22px;float:right;width:287px;height:255px;background:url("../img/loginPage/guy.png")no-repeat;}
body.loginPageBody .wrapper .right .box {position:relative;display:block;float:left;width:100%;height:auto;background:#FFFFFF;padding: 0 0 31px 0;border-bottom-right-radius:20px;border-top-right-radius:4px;border-bottom-left-radius:4px;}
body.loginPageBody .wrapper .right .box:before {position:absolute;top:-61px;left:-42px;z-index:2;content:"";width:115px;height:114px;background:url("../img/loginPage/joystick.png")no-repeat;}
body.loginPageBody .wrapper .right .box ul.tabHead {display:block;float:left;width:100%;border-bottom:1px solid #e6ecf6;}
body.loginPageBody .wrapper .right .box ul.tabHead li {position:relative;background:#fafbfd;cursor:pointer;display:inline-block;font-weight:700;font-size:16px;color:#60658f;line-height:59px;width:calc(50% - 0px);text-transform:Uppercase;text-align:center;border-top-right-radius:4px;}
body.loginPageBody .wrapper .right .box ul.tabHead li:nth-child(2) {border-left:1px solid #e6ecf6;width:calc(50% - 4px);}
body.loginPageBody .wrapper .right .box ul.tabHead li.active {background:#FFFFFF;color:#9b99af;}
body.loginPageBody .wrapper .right .box ul.tabHead li:nth-child(2).active:before {position:absolute;top:0;left:-5px;content:"";width:4px;height:100%;background:#fafbfd;}
body.loginPageBody .wrapper .right .box .formTabContent {font-family:'Roboto', sans-serif;float:left;display:block;width:100%;height:auto;padding:29px 30px 0 30px;}
body.loginPageBody .wrapper .right .box .formTabContent input {float:left;width:100%;display:block;border-radius:3.5px;}
body.loginPageBody .wrapper .right .box .formTabContent input.textInput {transition:300ms;font-family:'Roboto', sans-serif;font-weight:600;color:#9b99af;font-size:15px;float:left;width:100%;display:block;border:1px solid #e6ecf6;height:50px;margin-bottom:19px;padding:0 19px;}
body.loginPageBody .wrapper .right .box .formTabContent input.textInput::placeholder {font-family:'Roboto', sans-serif;font-weight:600;color:#9b99af;}
body.loginPageBody .wrapper .right .box .formTabContent input.textInput:focus {border:1px solid #c3d1ea;transition:300ms;}
body.loginPageBody .wrapper .right .box .formTabContent input.textInput:focus::placeholder {color:#a7bbe0;transition:300ms;font-family:'Roboto', sans-serif;}
body.loginPageBody .wrapper .right .box .formTabContent input.submitDefault {height:50px;color:#FFFFFF;cursor:pointer;font-size:16px;font-weight:600;font-family:'Roboto', sans-serif;margin-top:11px;}
body.loginPageBody .wrapper .right .box .formTabContent span.divider {margin-bottom:18px;float:left;padding:0 23px;background:#FFFFFF;width:100%;position:relative;display:block;text-align:center;font-size:12px;font-weight:600;color:#9399bb;margin-top:30px;}
body.loginPageBody .wrapper .right .box .formTabContent span.divider:before {position:absolute;content:"";left:0;top:5px;width:calc(50% - 30px);height:1px;background:#9399bb;}
body.loginPageBody .wrapper .right .box .formTabContent span.divider:after {position:absolute;content:"";right:0;top:5px;width:calc(50% - 30px);height:1px;background:#9399bb;}
body.loginPageBody .wrapper .right .box .formTabContent input.submitDefault.fbLogin {margin-top:30px;background:#2e5b9d;}
body.loginPageBody .wrapper .right .box .formTabContent input.submitDefault.googleLogin {margin-top:20px;background:#ea512e;margin-bottom:10px;}
body.loginPageBody .wrapper .right .box .formTabContent p.check {display:none;font-size:14px;font-weight:400;margin-top:10px;width:100%;padding:0 20px;height:38px;line-height:38px;float:left;border-radius:3.5px;text-align:left;}
body.loginPageBody .wrapper .right .box .formTabContent p.check.yellow {background:#fef6dd;color:#a48f4b;}
body.loginPageBody .wrapper .right .box .formTabContent p.check.green {background:#eef8e6;color:#8abc52;}
body.loginPageBody .wrapper .right .box .formTabContent p.check i.close {cursor:pointer;float:right;margin-top:15px;width:9px;height:9px;background:url("../img/loginPage/close.png")no-repeat;}
body.loginPageBody .wrapper .right .box .formTabContent label.error {display: block;float: left;padding-bottom: 18px;font-size: 14px;width: 100%;font-family: Roboto;font-weight: 400;color: #9b99af;}
[for="email"] {padding-bottom:10px!important;}

@-webkit-keyframes sidedownscroll{
	0%{
		background-position:0 0
	}
	100%{
		background-position:-2000px 2000px
	}
}

@keyframes sidedownscroll{
	0%{
		background-position:0 0
	}
	100%{
		background-position:-2000px 2000px
	}
}

/*
	SINGLE DEFAULT PAGE
	======================================
*/

.breadcrumb {margin-top:26px;font-family:'Roboto', sans-serif;}
.breadcrumb.light {margin-top:0px;}
.breadcrumb.light ul li.date p {color:#ffffff;}
.breadcrumb ul {display: flex;align-items:center;min-height:25px;}
.breadcrumb ul li {float:left;margin-right:11px;color:#9da0a7;font-size:13px;font-weight:500;}
.breadcrumb ul li i {margin-left:12px;}
.breadcrumb ul li a {color:#9da0a7;}
.breadcrumb.v2 ul li.post {margin-left:2px;}
.breadcrumb ul li.post {padding:0 17px 0 20px;height:23px;line-height:23px;border-radius:19px;display:inline-table;-webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;}
.breadcrumb ul li.post span {color:#ffffff;font-size:13px;font-weight:500;}
.breadcrumb ul li.date i {float:left;padding:0 13px 0 0;margin-left:0;}
.breadcrumb ul li.date p {float:left;padding-right:3px;color:#2b3138;}
.breadcrumb.new {font-family:'Roboto';margin-top:0;}
.breadcrumb.new ul li.post {padding:0 0;}
.breadcrumb.new ul li.post span {color:#a3a3a3!important;font-size:14px;font-weight:700;}
.breadcrumb.new ul li a {color:#999!important;font-size:14px;font-weight:400;font-family: 'Roboto';    display: flex;
    align-items: center;}
.breadcrumb.new ul li a i {margin:0px 0 0 10px;display:inline-block;position:relative;top:-1px;width:3px;height:6px;background:url("../img/icons/arrow-breadcrumb.png")no-repeat;}


.singleContent {padding:25px 0px 24px 0px;border-radius: 1px;}
.singleContent .info {font-family:'Roboto', sans-serif;margin-bottom:25px;background:#fef6dd;color:#a48f4b;font-size:13px;text-transform:Uppercase;padding:8px 20px 8px 20px;}
.singleContent .info span {float:left;width:calc(100% - 15px);line-height:22px;}
.singleContent .info i.close {cursor:pointer;float:right;margin-top:7px;width:9px;height:9px;background:url("../img/loginPage/close.png")no-repeat;}
.singleContent .postHead {padding-bottom:25px;border-bottom:1px solid #e9e9e9}
.singleContent .postHead .image {width:136px;height:136px;border-radius:1px;float:left;overflow:hidden;}
.singleContent .postHead .wide {width:calc(100% - 160px);float:right;}
.singleContent .postHead .wide h1 {color:#242424;font-size:36px;font-weight:600;margin-top:1px;margin-left:-1.5px;}
.singleContent .postHead .wide span.summary {color:#a6a9ae;font-size:14px;font-weight:400;line-height:18px;margin-top:11px;font-family:'Roboto', sans-serif;}.singleContent .postHead .wide ul.buttons {display:inline-block;margin-top:11px;}
.singleContent .postHead .wide ul.buttons>li {display:inline-table;height:40px;padding:0 21px;line-height:40px;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;margin-right:3.17px;}
.singleContent .postHead .wide ul.buttons>li:last-child {margin-right:0px;}
.singleContent .postHead .wide ul.buttons>li>a {color:#FFF;}
.singleContent .postHead .wide ul.buttons li.downloadNow {background:#43a046;color:#FFFFFF;}
.singleContent .postHead .wide ul.buttons li.downloadNow i {float:left;margin:8px 8.53px 0 0;width:24px;height:23px;background:url("../img/icons/downloadSingle.png")no-repeat;}
.singleContent .postHead .wide ul.buttons li.vipButton {background: #eda824;background: -moz-linear-gradient(left, #eda824 0%, #e59d12 100%);background: -webkit-linear-gradient(left, #eda824 0%,#e59d12 100%);background: linear-gradient(to right, #eda824 0%,#e59d12 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eda824', endColorstr='#e59d12',GradientType=1 );color:#FFFFFF;}
.singleContent .postHead .wide ul.buttons li.vipButton i {float:left;margin:5.3px 10px 0 0;width:22px;height:30px;background:url("../img/icons/vip.png")no-repeat;}
.singleContent .postHead .wide ul.buttons li.alternatives {background:#fbfbfb;border:1px solid #e9e9e9;color:#b2b2b2;height:41px;line-height:40px;position:Relative;}
.singleContent .postHead .wide ul.buttons li.alternatives i {float:right;margin:18px 0px 0 9px;width:7px;height:4px;background:url("../img/icons/singleArrow.png")no-repeat;}
.singleContent .postHead .wide ul.buttons li.alternatives ul.altLinks {position:absolute;top:41px;left:-40px;right:0;z-index:2;display: block;padding: 11px 20px 11px 20px;-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.09);-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.09);box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.09);border: 1px solid #e9e9e9;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;width: 180px;background: #fff;margin-top: 15px;opacity:0;visibility:hidden;-ms-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-webkit-transform:scale(.8);transform:scale(.8);transition:.3s;}
.singleContent .postHead .wide ul.buttons li.alternatives.isletimSistemleri ul.altLinks {left:-26px;}
.singleContent .postHead .wide ul.buttons li.alternatives ul.altLinks:before{display: block;position: absolute;content:"";right: 20px;top: -12px;background: url("../img/icons/downAcilirArrow.png")no-repeat;width: 16px;height: 12px;}
.singleContent .postHead .wide ul.buttons li.alternatives ul.altLinks:after{display: block;position: absolute;content:"";top:-25px;left:0;right:0;width:100%;height:25px;background:transparent;}
.singleContent .postHead .wide ul.buttons li.alternatives ul.altLinks li {max-height:35px;float: right;width: 100%;display: inline-block;text-align: right;font-weight: 600;  font-size: 14px;}
.singleContent .postHead .wide ul.buttons li.alternatives ul.altLinks li a {line-height:initial;color:#b2b2b2;display:inline-block;}
.singleContent .postHead .wide ul.buttons li.alternatives ul.altLinks li span {float: right;color: #fff;padding: 2.5px 9px 1px 9px;font-size: 10px;line-height: 15px;margin-left: 10px;-moz-box-shadow: 0 2px 4px rgba(17,21,25,.26);box-shadow: 0 2px 4px rgba(17,21,25,.26);-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;font-weight: 500;margin-top:-1px;}
.singleContent .postHead .wide ul.buttons li.alternatives:hover>ul.altLinks {opacity:1;visibility:visible;-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);transition:.3s;}

.singleContent .postHead .wide ul.buttons li.brokenLink {position:relative;background:#f54022;color:#FFFFFF;padding:0 21px;}
.singleContent .postHead .wide ul.buttons li.brokenLink i {float:left;margin:11px 10px 0 0;width:4px;height:20px;background:url("../img/icons/brokenUrl.png")no-repeat;}
.singleContent .postHead .wide ul.buttons li.brokenLink:hover {background:#ea3a1d;}

.ui-dialog {width:250px!important;background:#FFF!important;box-shadow:0px 1px 4px 0px rgba(0,0,0,0.09);position:absolute!important;top:420px!important;z-index:2;left:48.6%!important;background: #fbfbfb!important;border: 1px solid #e9e9e9;padding:15px;border-radius:4px;}
body.logged-in .ui-dialog {top:488px!important;}

.ui-dialog .ui-dialog-title, .ui-dialog span {display:none;visibility:hidden;}
.ui-dialog .ui-dialog-titlebar-close {position:absolute;right:15px;top:15px;width: 16px;height: 16px;cursor: pointer;transition: 300ms;background:url("../img/icons/close.png")no-repeat;border:none;}
.ui-dialog .ui-dialog-titlebar-close:hover {transform:rotate(360deg);}
.ui-dialog input {height:37px;border-radius:1px;color:#9da0a7;border:1px solid #e6ecf6;float:left;width:100%;margin:15px 0;font-size: 13px;font-weight: 500;font-family: 'Roboto', sans-serif;padding:0 15px;}
.ui-dialog input::placeholder, .ui-dialog textarea::placeholder {font-size: 13px;font-weight: 500;color:#9da0a7;font-family: 'Roboto', sans-serif;}
.ui-dialog textarea {border:1px solid #e6ecf6;border-radius:1px;resize: none;color:#9da0a7;float:left;width:100%;font-size: 13px;font-weight: 500;font-family: 'Roboto', sans-serif;padding:15px 15px;}
.ui-dialog #RBL_Send {display:inline-table;font-size: 14px;font-weight: 500;font-family: 'Roboto', sans-serif;float:left;width:100%;cursor:pointer;margin-top:15px;height:37px;color:#FFF;background:#f54022;border:none;border-radius:20px;}
.ui-dialog #RBL_Send:hover {background:#ea3a1d;}


.singleContent .mainContent {float:left;padding-top:24px;display:block;width:100%;}
.singleContent .mainContent .side {float:left;width:136px;}
.singleContent .mainContent .side .author {float:left;display:block;text-align:center;width:100%;border-bottom:1px solid #e9e9e9;padding-bottom:22px;}
.singleContent .mainContent .side .author .avatar {width:70px;height:70px;display:block;margin:0 auto;border-radius:100%;}
.singleContent .mainContent .side .author span {display:block;padding-top:9px;font-size:15px;font-weight:600;color:#242424;}
.singleContent .mainContent .side .author span a {color:#242424;}
.singleContent .mainContent .side .author .authorButton {float:left;margin-top:9px;text-transform:Uppercase;border-radius:20px;display:block;height:24px;line-height:26px;font-size:10px;font-weight:700;color:#ffffff;text-align:center;width:100%;}
.singleContent .mainContent .side .author p.views {float:left;margin-top:9px;text-transform:Uppercase;font-size:12px;font-weight:600;color:#b2b2b2;width:100%;}.singleContent .mainContent .side .author p.views b {color:#43a147}

.side .rating {font-family:'Roboto', sans-serif;float:left;display:block;width:100%;border-bottom:1px solid #e9e9e9;padding:16px 0 22px 0;}
.side .rating .rating_form {display:block!important;}
.side .rating span.big {display:block;text-align:center;color:#242424;font-size:50px;font-weight:300;font-family:'Roboto', sans-serif;}
.side .rating .rateIcons {display:block;padding-top:6px;}
.side .rating .rateIcons img {display:inline-block;cursor:pointer;margin-right:0.01px;}
.side .rating .rateIcons img:last-child {margin-right:0px;}
.side .rating ul.stats {width:100%;float:left;padding-top:10px;}
.side .rating ul.stats li {width:100%;float:left;font-size:12px;font-weight:600;margin-bottom:4px;}
.side .rating ul.stats li:last-child {margin-bottom:0px;}
.side .rating ul.stats li p {float:left;color:#6e6e6e;width:13px;line-height:20px;}
.side .rating ul.stats li i {float:left;color:#FFFFFF;height:20px;line-height:20px;padding:0 9px;background:#78c7a1;}
.side .rating ul.stats li:nth-child(2) i {background:#aed887;}
.side .rating ul.stats li:nth-child(3) i {background:#ffd94c;}
.side .rating ul.stats li:nth-child(4) i {background:#ffb148;}
.side .rating ul.stats li:nth-child(5) i {background:#ff8b5e;}
.side .rating ul.stats li span {font-style:normal;}
.side .rating ul.stats li i.first {width:calc(100% - 31px);}
.side .rating ul.stats li i.second {width:calc(100% - 56px);}
.side .rating ul.stats li i.third {width:calc(100% - 81px);}
.side .rating ul.stats li i.fourth {width:calc(100% - 106px);}
.side .rating ul.stats li i.fifth {width:calc(100% - 131px);}

/**/
.side .rating .resultTable {width:100%;float:left;display:block;padding-top: 10px;}
.side .rating .resultTable table {width:100%;float:left;display:block;}
.side .rating .resultTable table tbody {width:100%;float:left;display:block;}
.side .rating .resultTable .rf_results_container {position:Relative!important;width:100%;float:left;display:block;}
.side .rating .resultTable .rf_results_container td:first-child {float: left;color: #6e6e6e;width: 13px;line-height: 20px;}
.side .rating .resultTable .rf_results_container td:nth-child(2) {float: left;height: 20px;line-height: 20px;padding: 0 0px;width: calc(100% - 13px);}
.side .rating .resultTable .rf_results_container td:nth-child(2) .rf_results_outer {background:transparent!important;margin:0 0!important;width:100%!important;}
.side .rating .resultTable .rf_results_container td:nth-child(2) .rf_results_outer .rf_results_inner {min-width:20px;height:20px!important;color: #FFFFFF!important;}
.side .rating .resultTable .rf_results_container:first-child td:nth-child(2) .rf_results_outer .rf_results_inner {background: #78c7a1!important;}
.side .rating .resultTable .rf_results_container:nth-child(2) td:nth-child(2) .rf_results_outer .rf_results_inner {background:#aed887!important;}
.side .rating .resultTable .rf_results_container:nth-child(3) td:nth-child(2) .rf_results_outer .rf_results_inner {background:#ffd94c!important;}
.side .rating .resultTable .rf_results_container:nth-child(4) td:nth-child(2) .rf_results_outer .rf_results_inner {background:#ffb148!important;}
.side .rating .resultTable .rf_results_container:nth-child(5) td:nth-child(2) .rf_results_outer .rf_results_inner {background:#ff8b5e!important;}
.side .rating .resultTable .rf_results_container td:last-child {position:absolute;left:20px;top:3.5px;color:#fff;font-size: 12px;font-weight: 600;}
.side .rating .big ul.rating_form li {display:none}
.side .rating .big ul.rating_form li.def.rating_score {display: block;text-align: center;color: #242424;font-size: 50px;font-weight: 300;font-family: 'Roboto', sans-serif;background:transparent;float:none;padding:0 0;margin:0;width:100%;}
.side .rating .big .rating_form_1 {text-align:center;}
.side .rating .bigStars {display:block;padding-top:6px;padding-left:17.5px;width:100%;}
.side .rating .bigStars .item {display: inline-block;cursor: pointer;margin-right: 0.01px;}
.side .rating .bigStars .def.rated {margin:10px 0 0 -15px;width:calc(100% + 15px);padding:0;height:35px;line-height:35px;font-size:13.5px;text-align: center;}

.side ul.social {width:100%;display:block;float:left;padding:20px 0 21px 0;border-bottom:1px solid #e9e9e9;}
.singleContent .mainContent .side ul.social li {display:inline-block;border-radius:1.5px;margin-right:2px;}
.singleContent .mainContent .side ul.social li:last-child {margin-right:0px;}
.singleContent .mainContent .side ul.social li a {display:inline-block;width:29px;height:28px;position:relative;}
.singleContent .mainContent .side ul.social li a:before {position:absolute;content:"";left:50%;top:50%;}
.singleContent .mainContent .side ul.social li.fb {cursor:pointer;background:#4d6fa9;}
.singleContent .mainContent .side ul.social li.fb a:before {width:10px;height:20px;margin:-9px 0 0 -5px;background:url("../img/icons/singleLeftFb.png")no-repeat;}
.singleContent .mainContent .side ul.social li.tw {cursor:pointer;background:#20c3f0;}
.singleContent .mainContent .side ul.social li.tw a:before {width:18px;height:20px;margin:-8px 0 0 -8.5px;background:url("../img/icons/singleLeftTw.png")no-repeat;}
.singleContent .mainContent .side ul.social li.gp {cursor:pointer;background:#ee574a;}
.singleContent .mainContent .side ul.social li.gp a:before {width:17px;height:20px;margin:-8px 0 0 -8.2px;background:url("../img/icons/singleLeftGp.png")no-repeat;}
.singleContent .mainContent .side ul.social li.grey {background:#B0B0B0;}
.singleContent .mainContent .side ul.social li.grey a:before {width:16px;height:16px;margin:-6.7px 0 0 -7.5px;background:url("../img/icons/singleLeftC.png")no-repeat;}
.singleContent .mainContent .side ul.social li:hover {opacity:0.9;}
.singleContent .mainContent .side ul.others {width:100%;float:left;padding-top:22px;}
.singleContent .mainContent .side ul.others li {width:100%;float:left;margin-bottom:14px;}
.singleContent .mainContent .side ul.others li:last-child {margin-bottom:0px;}
.singleContent .mainContent .side ul.others li b {width:100%;float:left;text-transform:Uppercase;font-weight:700;font-size:0.85em;color:#616161;padding-bottom:6px;font-style:normal;}
.singleContent .mainContent .side ul.others li span {font-family:'Roboto', sans-serif;width:100%;float:left;font-weight:400;font-size:13px;color:#9da0a7;font-style:normal;}
.singleContent .mainContent .side ul.others li span i {font-style:normal;}
.singleContent .mainContent .side ul.others li span i.green {color:#43a147}
.singleContent .mainContent .side ul.others li span i.red {color:#f54022}
.singleContent .mainContent .side ul.others li.licence span {color:#2e2e2e}
.singleContent .mainContent .main {float:right;width:calc(100% - 161px);}
.singleContent .mainContent .main .singleSlider {display:block;float:left;width:100%;height:310px;overflow:hidden;margin-bottom:18px;}
.singleContent .mainContent .main .singleSlider .ssNextBtn, .singleContent .mainContent .main .singleSlider .ssPrevBtn {float:left;width:30px;height:100%;cursor:pointer;position:Relative;background:#fbfbfb;border:1px solid #e9e9e9;}
.singleContent .mainContent .main .singleSlider .ssNextBtn {border-top-left-radius: 1px;border-bottom-left-radius: 1px;}
.singleContent .mainContent .main .singleSlider .ssPrevBtn {float:right;border-top-right-radius: 1px;border-bottom-right-radius: 1px;}
.singleContent .mainContent .main .singleSlider .ssNextBtn:before, .singleContent .mainContent .main .singleSlider .ssPrevBtn:before {position:absolute;top:50%;left:50%;content:"";width:12px;height:22px;margin:-11px 0 0 -6px;background:url("../img/icons/singleSlideArrow.png")no-repeat;}
.singleContent .mainContent .main .singleSlider .ssPrevBtn:before {transform:rotate(180deg);}
.singleContent .mainContent .main .singleSlider .ssSlider {display: inline-block;width: calc(100% - 98px);margin: 0 0px 0 19px;}
.singleContent .mainContent .main .singleSlider .ssSlider .item {float:left;width:100%;overflow:hidden;max-height:310px;}
.singleContent .mainContent .main .singleSlider .ssSlider .item img {min-width: 100%;min-height: 310px;}

.singleContent .mainContent .side ul.others li.dil b {padding-bottom:0px;}
.singleContent .mainContent .side ul.others li.dil span {margin-top:8px;}
.singleContent .mainContent .side ul.others li.dil span:first-child {margin-top:6px;}

/*
	SINGLE TAGS
	======================================
*/

.postInner img{width:auto}
.postInner ul{width:calc(100% - 18px);display:block;margin-left:18px;margin-bottom:15px;}
.postInner ul li{list-style-type:disc;float:none;width:100%}
.postInner ol{width:calc(100% - 18px);display:block;margin-left:0px;margin-bottom:18px;counter-reset: li-counter;}
.postInner ol li{float:none;width:100%;margin-bottom:12px;}
.postInner ol li:before {top:3px;width: 26px;height: 26px;position:relative;margin-right:11px;text-align: center;color: #fff;
background-color: #47a04b;content: counter(li-counter);counter-increment: li-counter;display: block;float: left;
-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;line-height: 27px;font-size: 14.5px;}
.postInner img.alignleft{float:left;margin-right:20px}
.postInner img.alignright{float:right;margin-left:20px}
.postInner img.aligncenter{margin:0 auto}
.postInner h1,.single_details h2,.single_details h3,.single_details h4,.single_details h5,.single_details h6 {line-height:initial;font-weight:700}
.postInner p{margin-bottom:24px}
.postInner h1 {font-size:32px;margin-bottom:18px;font-family:'Roboto';color:#000;}
.postInner h2 {margin-bottom:16px;font-family:'Roboto';color:#000;font-weight: 700;padding:5px 10px; clear:both;font-size:26px;}

.postInner h3 {margin-bottom:18px;font-family:'Roboto';color:#000;font-weight: 700;padding:5px 10px; clear:both;font-size:26px;}
.postInner h4 {font-size:22px;margin-bottom:17px;font-family:'Roboto';color:#000;}
.postInner h5, .postInner h6 {line-height:initial;margin-bottom:16px}
.postInner h5 {font-size:20px;font-family:'Roboto';color:#000;}
.postInner h6 {font-size:18px;font-family:'Roboto';color:#000;}

.postInner strong{font-weight:700}
.postInner em{font-style:italic}
.postInner del{text-decoration:line-through}
.postInner hr{-webkit-margin-after:1em;border:1px solid #e0e0e0}
.postInner blockquote{background:#f3f3f3;color:#606060;border-bottom:#ccc solid 2px;width:100%;display:block;padding:20px 20px 0;box-sizing:border-box;margin-bottom:24px}

.blog-post-in-body-left {float: left;width: 48px;display: block;height: calc(100% - 5px);position: absolute;margin-top:5px;}
.blog-post-in-body-left .in-sticky {float: left;width: 48px;display:flex;flex-direction:column;position: absolute;height: auto;z-index: 2;z-index: 999;}
.blog-post-in-body .drop-user-infos-arb {float: unset;}
.drop-user-infos-arb {display: inline-block;float: left;position: relative;width: 44px;height: 44px;left:2px;}
.blog-post-in-body-left .arb-friend-image {margin: 0 0 16px 0;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
  padding: 2px;
  }

.blog-post-in-body-left .arb-after {width: 100%;height: 100%;border-radius: 100%;background-color: #fff;padding: 2px;}
.arb-after img {border-radius:100%;}
.blog-post-in-body-left .point {position: absolute;right: 0;bottom: 0;background-color: #fff;border-radius: 100%;padding: 2px;}
.blog-in-bl p {display: block;position: absolute;left: calc(100% + 5px);top: 50%;transform: translateY(-50%);font-size: 12px;font-family: 'Roboto', sans-serif;height: 26px;background-color: #3E405D;
border-radius: 12px;text-align: center;line-height: 27px;padding: 0 13px;color: #fff;font-weight:500;width: max-content;z-index: 999;visibility: hidden;
opacity: 0;transition: opacity .2s ease-in-out, visibility .2s ease-in-out;}
.point span {width: 18px;height: 18px;background-color: #45457D;border-radius: 100%;display: block;text-align: center;line-height: 18.5px;font-family: 'Roboto', sans-serif;font-size: 10px;font-weight: 400;color: #fff;}
.blog-social .facebook a {border-bottom-left-radius: 0!important;border-bottom-right-radius: 0!important;background-color: #4565A0;}
.blog-social .share a {height: 34px;width: 34px;border-radius: 100%;cursor: pointer;display: table-cell;text-align: center;line-height: 34px;position: relative;vertical-align: middle;}
.blog-social .share a img {margin: 0 auto;max-height: 16px;}
.blog-social .share .blog-in-bl p {background-color: inherit;margin-left: 10px;}
.blog-social .twitter {margin-top: 2px;}
.blog-social .twitter a {border-top-left-radius: 0!important;border-top-right-radius: 0!important;background-color: #64B6EF;}
.blog-social-options .blog-in-bl {display: block;width: 34px;height: 34px;border-radius: 100%;margin-top: 8px;text-align: center;line-height: 34px;}
.blog-social-like .blog-social-in {background-color: #F75E6B;}
.blog-social-in {display: table-cell;width: 34px;height: 34px;text-align: center;margin: 0 auto;vertical-align: middle;position: relative;background-color: gray;border-radius: 100%;cursor: pointer;}
.blog-social-options .blog-in-bl p {background-color: inherit; margin-left: 10px;}
.blog-social-comment .blog-social-in {background-color: #4E4AC8;}
.blog-social-favorite .blog-social-in {background-color: #FD5830;}
.blog-social-favorite svg {width: 10px;height: 13px;margin: 0 auto;border: 0;max-width: 100%;height: auto;display: block;}
.blog-social-emotions ul {max-height: 50px;}
.blog-social-emotions ul li:first-child {visibility: visible;opacity: 1;}
.blog-social-emotions ul li img {transition: transform .2s ease-in-out;}
.blog-social-emotions ul li {padding: 0;position: relative;height: auto!important;line-height: 1em!important;visibility: hidden;opacity: 0;transition: visibility .2s ease-in-out, opacity .2s ease-in-out;cursor: pointer;}
.blog-social-options .blog-in-bl {display: block;width: 34px;height: 34px;border-radius: 100%;margin-top: 8px;text-align: center;line-height: 34px;}
.blog-social-emotions ul li span {font-family: 'Roboto', sans-serif;font-size: 12px;font-weight:500;color:#3e405d;line-height: 1em;transition: transform .2s ease-in-out;display: block;margin-top: 5px;}
.blog-social-emotions .blog-in-bl p {background-color:#3E405D;margin-top: 0;top: 4px;transform: translateY(0);}
.blog-social .facebook a:hover {background-color: #5e7eba;}
.blog-in-bl:hover p {visibility:visible;opacity:1;}
.blog-social-emotions:hover ul li {visibility:visible;opacity: 1;}
.blog-social-emotions:hover ul li:hover img,
.blog-social-emotions:hover ul li:hover span {transform: scale(1.2);}
.blog-social .twitter a:hover {background-color:#90caf3;}
.blog-social-like .blog-social-in img, .blog-social-comment .blog-social-in img {margin:0 auto}
.blog-social {display:flex;flex-direction:column;align-items:center;margin-top:10px;}

.postInner .es-rek {margin-top: 15px;padding-bottom: 0;}
.es-rek.right a {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.postInner {font-family:'Roboto', sans-serif;float:left;width:calc(100% - 70px);margin-top:1px;display:block;font-size:17px;font-weight:400;line-height:30px;color:#222;overflow: hidden;word-wrap: break-word;margin-left:70px}
.postInner.pageTemplate {padding-top:5px;}
.postInner.pageTemplate p:last-child {margin-bottom:0px!important;}
.postInner.hasGallery {margin-top:0px;}
.postInner p {margin-bottom:19px;    font-size: 18px;
    line-height: 1.7em;
    letter-spacing: -.2px;
    font-weight: 400;
    font-style: normal;
  }
.postInner .paragraphs.downloadSingle.active p {display:none;}
.postInner .paragraphs.downloadSingle.active p:first-child {display:block;}
.postInner .paragraphs.downloadSingle.active p:nth-child(2) {display:block;}
.postInner .paragraphs.downloadSingle.active p:nth-child(3) {display:block;}
.postInner .paragraphs.downloadSingle.active p:nth-child(4) {display:block;}
.postInner img {
  margin-top: 15px;
}
.postInner a {display:inline-block;color:#333399;}
.postInner iframe {width:100%;height:440px;float:left;display:block;margin-bottom:17px;}

.postInner .relatedPost {float:left;display:block;width:100%;border-radius:1px;padding:0 0;margin-bottom:19px;height:104px;border:none!important;}
.postInner .relatedPost .thumb {float:left;width:182px;height:104px;overflow:hidden;position:relative;}
.postInner .relatedPost .thumb img {min-width: 100%;
    min-height: 104px;}
.postInner .relatedPost .text {float:right;display:flex;flex-direction:column;height:104px;width:calc(100% - 182px);background:#6762cd;padding:0 25px;position:relative;border-top-right-radius:1px;border-bottom-right-radius:1px;}
.postInner .relatedPost .text span.pTitle a {float:left;width:100%;margin-top:13px;display:block;color:#fff;font-size:20px;line-height:24px;font-weight:700;padding-top:5px;    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;overflow:hidden }
.postInner .relatedPost .text span.widg {position:absolute;right:13px;top:-9px;height:24px;padding:0 11px;color:#fff;font-size:12px;font-weight:700;border-radius:1px;background:#fc573b;line-height:24px;}
.postInner .relatedPost .text a.cat {float:left;width:100%;font-size:12px;font-weight:700;color:#fff;text-transform:uppercase;position:relative;top:-3px; }
/*.postInner .relatedPost .text .button {float:right;width:80px;height:32px;text-align:center;line-height:32px;border-radius:20px;margin-top:24px;-o-transition: all .4s ease-in-out;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;background-size: 300% 100%;}
.postInner .relatedPost .text .button a {color:#FFFFFF;font-size:15px;font-weight:500;}
.postInner .relatedPost .text .button:hover {background-position: 100% 0;moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.postInner .relatedPost.articleV .thumb {width:136px;}
.postInner .relatedPost.articleV .text {width:calc(100% - 155px);}
.postInner .relatedPost.articleV .text .left {float:left;width:calc(100% - 146px);}
.postInner .relatedPost.articleV .text .button {width:130px;}*/


.postInner .readMore {display:block;width:100%;float:left;text-align:center;position:Relative;margin:12px 0 10px 0;}
.postInner .readMore:before {position:absolute;top:0;left:0;right:0;bottom:0;content:"";width:100%;height:1px;background:#e9e9e9;}
.postInner .readMore span {display:inline-block;background:#fbfbfb;border:1px solid #e9e9e9;padding:0 20px;border-radius:20px;height:28px;font-size:13px;color:#b2b2b2;font-weight:600;cursor:pointer;position:Relative;top:-15px;}
.postInner .readMore.active span.goster {display:none;}
.postInner .readMore.active span.gizle {display:inline-block;}
.postInner .readMore span.gizle {display:none;}
.postInner .plusAndCons {display:block;width:100%;height:auto;float:left;margin-bottom:24px;}
.postInner .plusAndCons ul {width:calc(50% - 12.5px);padding:17px 25px 18px 25px;border-radius:1px;margin-bottom:0px;margin-left:0px;}
.postInner .plusAndCons ul li {list-style-type:none;}
.postInner .plusAndCons ul.green {background:#eef8e6;}
.postInner .plusAndCons ul.red {background:#fcf0f0;}
.postInner .plusAndCons ul li {width:100%;display:block;float:left;padding-bottom:11px;font-size:14px;color:#242424;line-height:19px;}
.postInner .plusAndCons ul li:last-child {padding-bottom:0px;}
.postInner .plusAndCons ul li:first-child {padding-bottom:12px;}
.postInner .plusAndCons ul li i {font-style:normal;float:left;padding-right:5px;}
.postInner .plusAndCons ul.green li i {color:#8abc52;}
.postInner .plusAndCons ul.red li i {color:#e75c4f;}
.postInner .plusAndCons ul li:first-child {text-transform:Uppercase;font-weight:700;}
.postInner .plusAndCons ul.green li:first-child {color:#8abc52;}
.postInner .plusAndCons ul.red li:first-child {color:#e75c4f;}
.singleContent .mainContent .singleBottomBanner {float:left;width:100%;display:block;}
.singleContent .mainContent .singleBottomBanner img {margin:0 auto}
.singleRelatedPosts {float:left;width:100%;display:block;margin-top:25px;}
.headBlock {width:100%;height:58px;border-radius: 1px;line-height:58px;padding:0 0 0 28px;overflow:hidden;text-transform:Uppercase;color:#FFFFFF;font-size:0.85em;font-weight:700;-webkit-box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);-moz-box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);}
.singleRelatedPosts .postsOneInFiveWrapper {width:100%;float:left;display:block;}
.singleRelatedPosts .postsOneInFiveWrapper .item {width:152px;margin:20px 0 0 0;}
.singleRelatedPosts .postsOneInFiveWrapper .item .postRating .post-ratings img {width:auto;}
.singleRelatedPosts .postsOneInFiveWrapper .item .item.cyto-custom {width:auto!important;}

.relatedPostsNextBtn, .relatedPostsPrevBtn {float:right;width:42px;height:58px;cursor:pointer;background:rgba(255, 255, 255, 0.1);position:relative;}
.relatedPostsNextBtn:before, .relatedPostsPrevBtn:before {position:absolute;top:23px;content:"";width:8px;height:12px;background:url("../img/icons/sidebarAuthorsPostsArrow.png")no-repeat;}
.relatedPostsNextBtn:before {left:9px;transform:rotate(180deg);}
.relatedPostsPrevBtn:before {right:9px;}
.commentForm a{display: inline-block;}
.commentsField {float:left;width:100%;display:block;margin-top:25px;}
.commentsField ul.commentTabHead {float:left;width:100%;display:block;}
.commentsField ul.commentTabHead li {display:inline-block;margin-right:29px;cursor:pointer;color:rgba(255, 255, 255, 0.5);}
.commentsField ul.commentTabHead li:last-child {margin-right:29px;}
.commentsField ul.commentTabHead li.active {position:Relative;color:rgba(255, 255, 255, 1);}
.commentsField ul.commentTabHead li.active:before {position:absolute;content:"";left:0;right:0;bottom:0;height:2px;width:100%;background:#FFF;}
.commentWhite {width:100%;display:block;float:left;height:auto;background:#FFFFFF;box-shadow:0px 1px 4px 0px rgba(0,0,0,0.07);-webkit-box-shadow:0px 1px 4px 0px rgba(0,0,0,0.07);-moz-box-shadow:0px 1px 4px 0px rgba(0,0,0,0.07);padding:15px 24px 25px 24px;margin-top:19px;border:1px solid #dcdcdc;border-radius: 1px;}
.commentWhite.disqus {padding:15px 24px 14px 24px}
.commentWhite.topNoPadding {padding:9px 24px 29px 24px;}
.commentWhite .commentForm {width:100%;display:block;float:left;}
.commentWhite .commentForm ul {width:100%;display:block;float:left;}
.commentWhite .commentForm ul li.half {width:calc(50% - 15px);display:block;}
.commentWhite .commentForm ul li.half .defaultInput {font-family:'Roboto', sans-serif;width:100%;border:1px solid #dbdfe4;height:44px;padding:0 18px;font-size:13px;font-weight:400;color:#abaaaa;border-radius:1px;}
.commentWhite .commentForm ul li.half .defaultInput::placeholder {font-size:13px;font-weight:400;color:#abaaaa;font-family:'Roboto', sans-serif;}
.commentWhite .commentForm ul li.half .defaultInput:focus {background:#fbfbfb;border-color:#d1d5da;}
.commentWhite .commentForm ul li.one {width:100%;display:block;min-height:100px;max-width:100%;border:1px solid #dbdfe4;border-radius:1px;margin-top:25px;float:left;}
.commentWhite .commentForm ul li.one .submit {margin:29px 28px 0 0;float:right;border-radius:20px;width:146px;height:40px;background:#9da0a7;
color:#FFFFFF;font-size:13px;font-weight:600;font-family:'Roboto', sans-serif;cursor:pointer;-webkit-appearance: none;}
.commentWhite .commentForm ul li.one .submit:hover {background:#979aa2;}
.commentWhite .commentForm ul li.one textarea {font-size:13px;font-weight:400;font-family:'Roboto', sans-serif;color:#abaaaa;resize: none;float:left;width:calc(100% - 174px);height:100px;min-height:100px;max-width:100%;padding:15px 0 15px 17px;}
.commentWhite .commentForm ul li.one textarea::placeholder {font-size:13px;font-weight:400;color:#abaaaa;font-family:'Roboto', sans-serif;}
.commentWhite .commentForm ul li {position:relative;}
.commentWhite .commentForm ul li div.error {position: absolute;font-size: 13px;margin-bottom: 10px;background: rgba(255,0,0,.75);color: #fff;padding: 5px;top: -22px;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;left: 10px;}
.commentWhite .commentForm ul li div.error:before {    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-top-color: rgba(255,0,0,.75);
    border-width: 5px;
    margin-left: -5px;}
.commentListing {margin-top:30px;width:100%;display:inline-block;}
.commentListing .comment {display:inline-block;width:100%;margin-bottom:13px;}
.commentListing .comment:last-child {margin-bottom:0px;}
.commentListing .comment .avatar {float:left;width:66px;height:66px;border-radius:100%;overflow:hidden;-webkit-box-shadow: 0px 1px 15px 0px rgba(17,21,25,0.4);-moz-box-shadow: 0px 1px 15px 0px rgba(17,21,25,0.4);box-shadow: 0px 1px 15px 0px rgba(17,21,25,0.4);}
.commentListing .comment .right {float:right;width:calc(100% - 99px);}
.commentListing .comment .right ul {width:100%;display:inline-block;}
.commentListing .comment .right ul li {width:100%;display:inline-block;overflow: hidden;}
.commentListing .comment .right ul li .left {float:left;width:calc(100% - 175px);}
.commentListing .comment .right ul li .left span {float:left;display:block;width:100%;font-weight:600;}
.commentListing .comment .right ul li .left span.commentAuthor {font-size:15px;color:#43a147;padding-top:15px;}
.commentListing .comment .right ul li .left span.time {font-size:13px;color:#9da0a7;padding-top:9px;}
.commentListing .comment .right ul div.reply a {transition:300ms;margin:20px 0 0 0;float:right;height:30px;display:inline-block;padding:0 19px;background:#fbfbfb;border:1px solid #e9e9e9;line-height:29px;border-radius:20px;font-size:13px;color:#9da0a7;font-weight:600;font-family:'Roboto', sans-serif;}
.commentListing .comment .right ul div.reply a:hover {color:#FFFFFF;background:#9da0a7;border-color:#9da0a7;transition:300ms;}
.commentListing .comment .right ul li p {float:left;display:block;width:100%;font-family:'Roboto', sans-serif;color:#444;font-size:14px;line-height:20px;margin-top:10px;}
.commentListing .children .comment {width:calc(100% - 99px);float:right;margin-top:9px;}

/*
	NEWS SINGLE PAGE
	======================================
*/

section.content.singleLeftAreaWide .singleContent {padding:0px 24px 24px 24px;}
section.content.singleLeftAreaWide .singleContent.hasImage {border-top-left-radius:0px;border-top-right-radius:0px;border-top:0;}
section.content.singleLeftAreaWide .singleContent .mainContent {padding-top:0;}
section.content.singleLeftAreaWide .singleContent .mainContent .main {width:100%;position: relative;}
.singleBigTitle  {width:100%;display:inline-block;margin:0;}
.singleBigTitle h1 {width:100%;display:inline-block;font-weight:700;font-size:38px;color:#000;line-height:normal;font-family: Roboto;}
section.content.singleLeftAreaWide .thumbnail {width:100%;display:block;margin-bottom:19px;}
section.content.singleLeftAreaWide .infos {float:left;display:block;margin-top:20px;width:100%;font-family:'Roboto', sans-serif;}
section.content.singleLeftAreaWide .infos .author {float:left;height:46px;}
section.content.singleLeftAreaWide .infos .author a.avatarS {float:left;width:46px;height:46px;border-radius:1px;overflow:hidden;margin-right:16px;}
section.content.singleLeftAreaWide .infos .author ul {display:inline-block;}
section.content.singleLeftAreaWide .infos .author ul li {float:none;}
section.content.singleLeftAreaWide .infos .author span {display:inline-block;font-size:15px;font-weight:600;}
section.content.singleLeftAreaWide .infos .author span a {color:#383b44;}
section.content.singleLeftAreaWide .infos .author a.authorButton {-o-transition: all .4s ease-in-out;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;background-size: 300% 100%;margin-top:6px;display:inline-table;color:#FFFFFF;font-size:10px;font-weight:700;border-radius:20px;height:24px;text-transform:Uppercase;padding:0 15px;line-height:25px;letter-spacing:1px;}
section.content.singleLeftAreaWide .infos .author a.authorButton:hover {background-position: 100% 0;moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
section.content.singleLeftAreaWide .infos ul.buttons {float:right;margin-top:6px;}
section.content.singleLeftAreaWide .infos ul.buttons li {margin-left:8px;float:left;height:34px;border-radius:20px;text-align:center;}
section.content.singleLeftAreaWide .infos ul.buttons li:first-child {margin-left:0px;}
section.content.singleLeftAreaWide .infos ul.buttons li a {color:#FFFFFF;font-size:13.4px;font-weight:600;display:block;width:100%;line-height:34px;}
section.content.singleLeftAreaWide .infos ul.buttons li.views {background:#fbfbfb;padding:0 20px;border:1px solid #e9e9e9;line-height:31px;}
section.content.singleLeftAreaWide .infos ul.buttons li.views span {font-size:14.2px;font-weight:600;color:#b2b2b2;}
section.content.singleLeftAreaWide .infos ul.buttons li.favorite {background:#5f3eb6;padding:0 19px;}
section.content.singleLeftAreaWide .infos ul.buttons li.favorite i {float:left;margin:7px 10px 0 0;width:15px;height:19px;background:url("../img/icons/favorite.png")no-repeat;}
section.content.singleLeftAreaWide .infos ul.buttons li.favorite:hover {background:#5a39b0;}
section.content.singleLeftAreaWide .infos ul.buttons li.fb {cursor:pointer;background:#4d6fa9;width:108.61px;padding:0 22px 0 23px;}
section.content.singleLeftAreaWide .infos ul.buttons li.fb i {float:left;margin:6px 11px 0 0;width:10px;height:21px;background:url("../img/icons/singleFb2.png")no-repeat;}
section.content.singleLeftAreaWide .infos ul.buttons li.fb:hover {background:#4a6ba3;}
section.content.singleLeftAreaWide .infos ul.buttons li.tw {cursor:pointer;background:#20c3f0;width:108px;padding:0 18px 0 19px;}
section.content.singleLeftAreaWide .infos ul.buttons li.tw i {float:left;margin:9px 8px 0 0;width:20px;height:18px;background:url("../img/icons/singleTw2.png")no-repeat;}
section.content.singleLeftAreaWide .infos ul.buttons li.tw:hover {background:#1fbde8}
section.content.singleLeftAreaWide .infos ul.buttons li.gp {cursor:pointer;background:#ee574a;width:108px;padding: 0 16px 0 18px;}
section.content.singleLeftAreaWide .infos ul.buttons li.gp i {float:left;margin:7px 9px 0 0;width:20px;height:20px;background:url("../img/icons/singleGp2.png")no-repeat;}
section.content.singleLeftAreaWide .infos ul.buttons li.gp:hover {background:#e65245;}
section.content.singleLeftAreaWide .mainContent .main .postInner .relatedPost .text .left p {color:#383b44}
section.content.singleLeftAreaWide .singleContent .mainContent .singleBottomBanner {margin:0 0 25px 0;}
.tags {float:left;width:100%;display:block;border-top:1px solid #e9e9e9;padding-top:12.5px;}
.tags a {float:left;display:inline-block;margin:12.5px 10px 0 0;background:#fbfbfb;border:1px solid #e9e9e9;padding:0 21px;border-radius:20px;height:40px;line-height:40px;font-size:14px;font-weight:600;color:#b2b2b2;font-family:'Roboto', sans-serif;}
.tags a:last-child {margin:12.5px 0px 0 0;}
.tags a:hover {color:#FFFFFF;}

.single-summary {float:left;width:100%;color:#222;font-size:22px;line-height:1.4em;font-family:Roboto, sans-serif;margin-bottom:15px;}

/*
	404 PAGE
	======================================
*/

.errorWrapper {float:left;width:100%;height:auto;display:block;padding:51px 0 51px 0;background:#50b98c;}
.errorWrapper .head {float:left;width:100%;height:40px;}
.errorWrapper .head a.homeButton {float:left;height:40px;background:#fc554b;color:#FFF;font-size:14px;font-weight:500;text-transform:Uppercase;border-radius:20px;line-height:42px;padding: 0 19px;font-family:'Roboto', sans-serif;}
.errorWrapper .head a.homeButton i {float:left;margin:14px 11px 0 0;width:14px;height:12px;background:url("../img/icons/404Arrow.png")no-repeat;}
.errorWrapper .head .search {float:right;background:#32a06e;width:320px;height:40px;border-radius:20px;}
.errorWrapper .head .search .input {float:left;background:transparent;padding:0 10px 0 24px;width:calc(100% - 39px);font-family:Roboto;font-size:14px;border-top-left-radius:20px;border-bottom-left-radius:20px;height:40px;color:#ffffff;}
.errorWrapper .head .search .input::placeholder {color:#ffffff;font-size:14px;font-family:Roboto;}
.errorWrapper .head .search .submit {float:right;width:39px;height:40px;background:url("../img/icons/404Search.png")no-repeat;cursor:pointer;}
.errorWrapper .errorContent {float:left;width:100%;display:block;text-align:center;padding-top:70px;position:Relative;}
.errorWrapper .errorContent:before {position:absolute;content:"";left:0;top:38px;right:0;width:1170px;height:206px;background:url("../img/shapes/404.png")no-repeat;}
.errorWrapper .errorContent h2 {display:block;width:100%;font-size:78px;font-weight:900;color:#ffffff;}
.errorWrapper .errorContent span {display:block;width:100%;font-size:16px;font-weight:400;color:#ffffff;padding:8px 0 76px 0;}
.errorWrapper .errorContent .logo {display:block;margin:0 auto;padding-top:78px;}
.errorWrapper .errorContent .logo a img {display:inline-block;margin:0 auto;}

/*
	VIDEO CATEGORY PAGE
	======================================
*/

i.videoIcon {position:Absolute;left:20px;top:20px;border-radius:100%;width:32px;height:32px;background:rgba(255, 255, 255, 0.7)}
i.videoIcon:before {position:Absolute;top:4px;left:4px;width:24px;height:24px;content:"";background:url("../img/icons/videoIcon.png")no-repeat;}
.videoIcon.center {top:50%;left:50%;margin:-16px 0 0 -16px;}


/*
	VIDEO SINGLE PAGE
	======================================
*/

#videoPostHead {float:left;width:100%;height:auto;display:block;background-color:#2b3138;padding:25px 0 26px 0;border-top:1px solid rgba(255, 255, 255, 0.055);;position:relative;z-index: 1}
#videoPostHead:before {position:absolute;content:"";left:0;bottom:0;width:100%;height:184px;background:url("../img/shapes/city.png")repeat-x;}
#videoPostHead:after {position:absolute;content:"";left:68px;bottom:32px;width:100%;height:326px;background:url("../img/shapes/smallDetails.png")repeat-x;}
.videoPostHead  {float:left;width:100%;height:auto;display:block;position:relative;}
.videoPostHead:before {position:absolute;content:"";left:0px;bottom:109px;width:100%;height:584px;background:url("../img/shapes/line.png")no-repeat center;}
.videoPostHead .breadcrumb {position:relative;z-index:10;}
.videoPostHead .singleBigTitle {position:relative;z-index:10;}
.videoPostHead .singleBigTitle h1 {color:#ffffff;}
.videoPostHead .contentArea {float:left;width:100%;height:472px;display:block;margin-top:14px;position:relative;z-index:10;}
.videoPostHead .contentArea:before {position:absolute;content:"";left:-475px;bottom:139px;width:465px;height:340px;background:url("../img/shapes/vectors.png")no-repeat;}
.videoPostHead .contentArea:after {position:absolute;content:"";right:-475px;bottom:122px;width:467px;height:360px;background:url("../img/shapes/vectors2.png")no-repeat;}
.videoPostHead .contentArea .videoIframe {width:calc(100% - 330px);height:100%;display:block;border-radius:1px;overflow:hidden;}
.videoPostHead .contentArea .videoIframe iframe {width:100%;height:100%;}
.videoPostHead .contentArea .rightPosts {width:300px;display:block;height:100%;background:#444a51;border-radius:1px;overflow:hidden;padding:18px 20px 17px 20px;-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);}
.videoPostHead .contentArea .rightPosts span.title {width:100%;display:block;float:left;text-transform:Uppercase;font-size:14px;font-weight:700;color:#ffffff;}
.videoPostHead .contentArea .rightPosts ul {width:100%;display:block;float:left;height:calc(100% - 37px);margin-top:20px;overflow:auto}
.videoPostHead .contentArea .rightPosts ul li {width:100%;display:block;float:left;margin-bottom:20px;}
.videoPostHead .contentArea .rightPosts ul li:last-child {margin-bottom:0px;}
.videoPostHead .contentArea .rightPosts ul li a {display:block;color:#FFFFFF;}
.videoPostHead .contentArea .rightPosts ul li .thumb {float:left;width:96px;height:65px;position:relative;margin-right:12px;overflow:hidden;}
.videoPostHead .contentArea .rightPosts ul li .thumb img {min-width: 100%;min-height: 65px;}
.videoPostHead .contentArea .rightPosts ul li span {font-family:'Roboto', sans-serif;float:left;width:calc(100% - 120px);font-size:15px;
font-weight:400;line-height:20px;padding-top:1.5px;display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	overflow: hidden;}
.videoPostHead .contentArea .rightPosts ul li:hover span {color:#f6685c;}
.videoPostHead .contentArea .rightPosts ul::-webkit-scrollbar {width: 12px;}
.videoPostHead .contentArea .rightPosts ul::-webkit-scrollbar-track {background: #51565c; border-radius:20px;}
.videoPostHead .contentArea .rightPosts ul::-webkit-scrollbar-thumb {background: #ee574a; border-radius:20px;}
.videoPostHead .contentArea .rightPosts ul li i.videoIcon {transition:400ms;}
.videoPostHead .contentArea .rightPosts ul li:hover i.videoIcon {transform:rotate(360deg);transition:400ms;}

/*
	APP CATEGORY PAGE
	======================================
*/

.catBlock {display:inline-block;width:100%;margin-bottom:29px;}
.catBlock:last-child {margin-bottom:0px;}
.catBlock .headBlock li {display:inline-block}
.catBlock .headBlock li.all a {color:#FFFFFF;padding:0 25px;background:rgba(255, 255, 255, 0.1);}

/*
	AUTHOR PAGE
	======================================
*/

.authorsTab {float:left;width:100%;display:block;border:1px solid #dcdcdc;background:#FFF;border-radius:1px;box-shadow:0px 1px 2px 0px rgba(0,0,0,0.07);-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.07);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.07);}
.authorsTab ul.head {float:left;width:100%;height:61px;border-bottom:1px solid #e9e9e9;background:#fafbfd;}
.authorsTab ul.head li {float:left;line-height:61px;padding:0 25px;border-right:1px solid #e9e9e9;font-weight:600;font-size:14px;color:#b2b2b2;cursor:pointer;}
.authorsTab ul.head li i {float:left;}
.authorsTab ul.head li.active {color:#474d53;background:#FFF;}
.authorsTab ul.head li.post i {width:18px;height:20px;background:url("../img/icons/post.png")no-repeat;margin:21px 13px 0 0;}
.authorsTab ul.head li.active.post i {background:url("../img/icons/postActive.png")no-repeat;}
.authorsTab ul.head li.smile i {width:20px;height:20px;background:url("../img/icons/smile.png")no-repeat;margin:20px 11px 0 0;}
.authorsTab ul.head li.active.smile i {background:url("../img/icons/smileActive.png")no-repeat;}
.authorsTab ul.head li.favv i {width:20px;height:20px;background:url("../img/icons/favv.png")no-repeat;margin:20px 11px 0 0;}
.authorsTab ul.head li.active.favv i {background:url("../img/icons/favvActive.png")no-repeat;}

.authorsTab .authorListing {padding: 0 19px 30px 19px;float:left;display:block;width:100%;}
.authorsTab .authorListing .loadMoreButton {margin-top:30px;}
.authorsTab .authorListing .members {float:left;width:100%;display:block;}
.authorsTab .authorListing .members ul {float:left;width:100%;display:block;}
.authorsTab .authorListing .members ul li {float:left;margin:20px 20px 0 0;width:calc(16.6% - 16.13px);}
.authorsTab .authorListing .members ul li:nth-child(6n) {margin:20px 0px 0 0;}
.authorsTab .authorListing .members ul li i.thumb {display:block;width:100%;height:116px;overflow:hidden;border-top-left-radius:2px;border-top-right-radius:2px;}
.authorsTab .authorListing .members ul li span {box-shadow:0px 1px 2px 0px rgba(0,0,0,0.07);-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.07);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.07);border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;display:block;width:100%;font-size:14px;font-weight:700;color:#242424;float:left;overflow:hidden;height:41px;line-height:41px;padding:0 14px;border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.authorHead {float:left;display:block;width:100%;margin-top:20px;}
.authorHead .inner {border-radius:1px;overflow:hidden;float:left;display:block;width:100%;height:263px;position:Relative;background-size: contain;background: url("../img/loginPage/bgRepeatDefault2.png") center center; }
.authorHead .inner:before {content: '';display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;opacity: 1;z-index: auto;}
.authorHead .inner .datas {font-family:'Roboto', sans-serif;position:relative;z-index:3;width:100%;display:block;height:100%;}
.authorHead .inner .datas:after {content: '';display: block;position: absolute;bottom: 0;left: 0;background: url("../img/shapes/authorBottom.png")no-repeat;height:63px;width:100%;z-index:9}
.authorHead .inner .datas:before {content: '';display: block;position: absolute;bottom: 0;left: 0;background:rgba(43, 49, 56, 0.57);height:63px;width:100%;z-index:10}
.authorHead .inner .datas h3 {width:100%;display:block;text-align:center;font-size:19px;color:#FFF;font-weight:600;padding-top:30px;}
.authorHead .inner .datas span.slogan {width:100%;display:block;text-align:center;font-size:15px;color:#FFF;padding:16px 35px 24px 35px;}
.authorHead .inner .datas .centerInfos {width:60%;display:block;text-align:center;margin:0 auto;position:relative;}
.authorHead .inner .datas ul.leftSocial {float:left;display:inline-block;position:absolute;z-index:11;top:177.5px;left:25px;}
.authorHead .inner .datas ul.leftSocial li {float:left;margin-right:10px;}
.authorHead .inner .datas ul.leftSocial li a {float:left;display:block;width:44px;height:44px;background:#9a9fbf;border-radius:100%;position:relative;}
.authorHead .inner .datas ul.leftSocial li a i {position:absolute;left:50%;top:50%;}
.authorHead .inner .datas ul.leftSocial li.fb a i {margin:-9.5px 0 0 -5px;width:10px;height:19px;background:url("../img/icons/aPFb.png")no-repeat;}
.authorHead .inner .datas ul.leftSocial li.tw a i {margin:-7px 0 0 -8px;width:16px;height:14px;background:url("../img/icons/aPTw.png")no-repeat;}
.authorHead .inner .datas ul.leftSocial li.gp a i {margin:-8.5px 0 0 -8px;width:16px;height:17px;background:url("../img/icons/aPIn.png")no-repeat;}
.authorHead .inner .datas ul.leftSocial li:last-child {margin-right:0px;}
.authorHead .inner .datas ul.leftSocial li.fb:hover a {background:#597ac7}
.authorHead .inner .datas ul.leftSocial li.tw:hover a {background:#00b7ff}
.authorHead .inner .datas ul.leftSocial li.gp:hover a {background:#f05532}
.authorHead .inner .datas ul.rightIcons {float:right;display:inline-block;position:absolute;z-index:11;top:177.5px;right:25px;}
.authorHead .inner .datas ul.rightIcons li {float:left;margin-left:10px;cursor:pointer;position:relative;}
.authorHead .inner .datas ul.rightIcons li span {float:left;display:block;width:44px;height:44px;border-radius:100%;background:#9a9fbf;position:relative;}
.authorHead .inner .datas ul.rightIcons li span i {position:absolute;left:50%;top:50%;}
.authorHead .inner .datas ul.rightIcons li.trophy span i {margin:-8px 0 0 -9px;width:18px;height:16px;background:url("../img/icons/aPTrophy.png")no-repeat;}
.authorHead .inner .datas ul.rightIcons li.postCount span i {margin:-10px 0 0 -9px;width:18px;height:20px;background:url("../img/icons/aPPost.png")no-repeat;}
.authorHead .inner .datas ul.rightIcons li.status span i {margin:-10px 0 0 -10px;width:20px;height:20px;background:url("../img/icons/aPStatus.png")no-repeat;}
.authorHead .inner .datas ul.rightIcons li:first-child {margin-left:0px;}
.authorHead .inner .datas ul.rightIcons li>p.hoverText {visibility: hidden;opacity: 0;transition: 300ms;padding:0 10px;position:Absolute;left:0;right:0;top:-33px;background:#9a9fbf;color:#fff;font-size:13px;font-weight:500;height:28px;line-height:28px;border-radius:1px;display:block;text-align:center;}
.authorHead .inner .datas ul.rightIcons li>p.hoverText:after {position:absolute;left:50%;bottom:-5px;margin-left:-5.5px;content:"";width:11px;height:5px; -webkit-mask-image: url("../img/svg/aPTriangle.svg");mask-image: url("../img/svg/aPTriangle.svg");background-color: #9a9fbf;}
.authorHead .inner .datas ul.rightIcons li:hover>p.hoverText {opacity:1;visibility:visible;transition: 300ms;top:-39px;}
.authorHead .inner .datas ul.rightIcons li.trophy p.hoverText {width:290%;left:50%;margin-left:-145%;}
.authorHead .inner .datas ul.rightIcons li.postCount p.hoverText {width:400%;left:50%;margin-left:-200%;}
.authorHead .inner .datas ul.rightIcons li.status p.hoverText {width:180%;left:50%;margin-left:-90%;}
.authorHead .inner .datas ul.rightIcons li.status:before {position:absolute;right:4px;top:-2px;z-index:19;content:"";width:6px;height:6px;border-radius:100%;border:2px solid #4656b6;}
.authorHead .inner .datas ul.rightIcons li.status.online:before {background:#32e4cd;}
.authorHead .inner .datas ul.rightIcons li.status.offline:before {background:#ff4f60;}
.authorHead .inner .datas .authorCenter {width:100%;text-align: center;display:inline;position:relative;z-index:13;}
.authorHead .inner .datas .authorCenter ul {width: 100%;margin: 0 auto;text-align: center;display: inline;position: Relative;}
.authorHead .inner .datas .authorCenter ul li {display: inline-block;margin: 0 21px;position: relative;}
.authorHead .inner .datas .authorCenter ul li.avatar {width:134px;height:134px;border-radius:100%;background:#FFF;overflow:hidden;}
.authorHead .inner .datas .authorCenter ul li.avatar img {}
.authorHead .inner .datas .authorCenter ul li.button {display:inline-block;text-align:center;width:100px;position:relative;top:7px;}
.authorHead .inner .datas .authorCenter ul li.button i {cursor:pointer;width:44px;height:44px;border-radius:100%;display:block;margin:0 auto;position:relative;background:#00b7ff;}
.authorHead .inner .datas .authorCenter ul li.button i:before {position:absolute;left:50%;content:"";}
.authorHead .inner .datas .authorCenter ul li.button i.blue {background:#00b7ff;}
.authorHead .inner .datas .authorCenter ul li.button i.yellow {background:#ffc923;}
.authorHead .inner .datas .authorCenter ul li.button span {color:#FFFFFF;font-size:14px;display:inline-block;margin-top:11px;}
.authorHead .inner .datas .authorCenter ul li.button span b {font-weight:700;}
.authorHead .inner .datas .authorCenter ul li.follower i:before {width:20px;top:12px;height:28px;background:url("../img/icons/aPFollower.png")no-repeat;margin: 0px 0 0 -10px}
.authorHead .inner .datas .authorCenter ul li.following i:before {width:20px;top:12px;height:25px;background:url("../img/icons/aPFollowing.png")no-repeat;margin: 0px 0 0 -10px}

/*
	DOWNLOADING PAGE
	======================================
*/

.singleFileDownloading .singleContent .mainContent .main {width:100%;}
.singleFileDownloading .singleContent .mainContent .main .postInner {margin-top:0;line-height:1;}
.downloadingBox {width:100%;display:inline-block;background:#f1f8e8;border:1px solid #a4d66b;padding:17px 28px 22px 28px;border-radius:1px;font-family: 'Roboto', sans-serif;}
.downloadingBox i {float:left;width:73px;height:74px;background:url("../img/downloading.png")no-repeat;margin-top:5px;}
.downloadingBox ul {float:right;width:calc(100% - 99px);margin-bottom:0px;}
.downloadingBox ul li {float:left;width:100%;list-style-type:none;}
.downloadingBox ul li.now {color:#8bc34a;font-size:28px;font-weight:700;}
.downloadingBox ul li.buttons {margin-top:12px;}
.downloadingBox ul li.buttons a {float:left;border-radius:1px;color:#8bc34a;background:#fafdf5;font-size:13.4px;font-weight:600;height:36px;padding:0 14.5px;border:1px solid #cae2ae;line-height:35px;text-transform:Uppercase;margin-right:9px;}
.singleFileDownloading .postsOneInFiveWrapper .item {width:calc(20% - 16px);margin:20px 20px 0 0;}
.singleFileDownloading .postsOneInFiveWrapper .item:nth-child(5n) {margin:20px 0px 0 0;}
.singleFileDownloading .singleContent .mainContent .singleBottomBanner {margin-top:22px;}

/*
	CONTACT PAGE
	======================================
*/

.contactPage {padding-top:50px;position:relative;width:100%;display:block;height:auto;float:left;margin-top:20px;font-family:'Roboto', sans-serif;}
.contactPage:before {position:absolute;left:0;top:0;right:0;content:"";width:100%;height:460px;background:#fafbfd;}
.contactPage .contactBox {width:970px;margin:0 auto;position:relative;display:block;height:500px;background:#ffffff;border-radius:1px;box-shadow:3px 4px 76px 4px rgba(205,216,225,.6);-webkit-box-shadow:3px 4px 76px 4px rgba(205,216,225,.6);-moz-box-shadow:3px 4px 76px 4px rgba(205,216,225,.6);}
.contactPage .contactBox .left {display:inline-block;float:left;width:400px;height:500px;padding:59px 40px 0 50px;border-top-left-radius:2px;border-bottom-left-radius:2px;position:Relative;}
.contactPage .contactBox .left:before {position:absolute;left:0;top:0;content:"";width:100%;height:500px;background:url("../img/shapes/contactLeft.png")no-repeat;}
.contactPage .contactBox .left h1, .contactPage .contactBox .left h2, .contactPage .contactBox .left p {position:Relative;z-index:2;color:#FFF;line-height:1;float:left;width:100%;}
.contactPage .contactBox .left h1 {font-size:64px;font-weight:900;left:-1px;}
.contactPage .contactBox .left h2 {font-size:34px;font-weight:900;top:-7px;}
.contactPage .contactBox .left p {font-size:14px;line-height:24px;padding-top:6px;}
.contactPage .contactBox .right {display:inline-block;float:right;width:calc(100% - 400px);padding:44px 40px 43px 40px;}
.contactPage .contactBox .right ul {display:inline-block;width:100%;}
.contactPage .contactBox .right ul li {float:left;width:100%;}
.contactPage .contactBox .right ul li input {width:100%;}
.contactPage .contactBox .right ul li input.text {color:#9da0a7;font-size:15px;font-weight:500;font-family:'Roboto', sans-serif;border:1px solid #e6ecf6;height:50px;padding:0 18px;border-radius:1px;margin-bottom:24px;}
.contactPage .contactBox .right ul li input.text::placeholder {color:#9da0a7;font-size:15px;font-weight:500;font-family:'Roboto', sans-serif;}
.contactPage .contactBox .right ul li select {color:#9da0a7;font-size:15px;font-weight:500;font-family:'Roboto', sans-serif;height:50px;padding:0 18px;border-radius:1px;background:#fff url("../img/icons/contactSelect.png") no-repeat right center;margin-bottom:18px;border:1px solid #e6ecf6;width:100%;-webkit-appearance:none;appearance:none;-moz-appearance:none;}
.contactPage .contactBox .right ul li textarea {color:#9da0a7;font-size:15px;font-weight:500;padding:14px 18px 0 18px;height:120px;max-height:120px;border-radius:1px;border:1px solid #e6ecf6;width:100%;resize:none;}
.contactPage .contactBox .right ul li textarea::placeholder {color:#9da0a7;font-size:15px;font-weight:500;font-family:'Roboto', sans-serif;}
.contactPage .contactBox .right ul li .submit {height:52px;color:#FFF;border-radius:1px;margin-top:24px;cursor:pointer;font-family:'Roboto', sans-serif;font-size:15px;font-weight:600;}
.contactPageBottom {width:100%;display:block;float:left;height:auto;padding:0 0;position:relative;}
.contactPageBottom:after {position:absolute;content:"";left:0;right:0;bottom:-40px;width:100%;height:181px;background:url("../img/shapes/contactBottom.png")repeat-x;}
.contactPageBottom .infos {display: block;position: relative;z-index:3;width: calc(100% - 194px);padding:25px 0px 5px 0;margin:0 auto;text-align:center;}.contactPageBottom .infos ul {width: 100%;position: Relative;margin:0 auto;text-align:center;}
.contactPageBottom .infos ul li {display:inline-block;margin:0 45px;}
.contactPageBottom .infos ul li:first-child {padding-left:0;width:258px;}
.contactPageBottom .infos ul li:nth-child(2) {padding-right:0;width:328px;}
.contactPageBottom .infos ul li h2, .contactPageBottom .infos ul li p, .contactPageBottom .infos ul li span, .contactPageBottom .infos ul li a {display:block;width:100%;font-weight:400;text-align:left;color:#2b3138;}
.contactPageBottom .infos ul li h2 {font-size:26px;position:relative;}
.contactPageBottom .infos ul li h2:after {position:absolute;bottom:-33px;left:0;content:"";width:34px;height:2px;}
.contactPageBottom .infos ul li p {font-size:14.5px;line-height:24px;padding-top:88px;}
.contactPageBottom .infos ul li span {font-size:14.5px;padding-top:30px;font-weight:500;color:#515365;}
.contactPageBottom .infos ul li a {font-size:14.5px;font-weight:500;padding-top:9px;}
.contactPageBottom .infos ul li a:hover {text-decoration:underline;}

.comment-system-text {border:2px dashed #ecede8;padding:17px 20px;font-size:15px;color:#7b7b7b;float:left;width:100%;box-sizing:Border-box}
.comment-system-text a {color:#4d48b5;display:inline-block;}
#indicator {display:none;}
#result-message {display:none;}

.theme-4 .apsl-icon-block.icon-facebook {width:100%;text-align:center;height:50px;line-height:50px;margin:25px 0 0 0;}
.theme-4 .fa.fa-facebook {padding-top:10px!important;}
.apsl-long-login-text {padding-top:8px;display:inline-block;font-family:'Roboto', sans-serif;font-size:15.5px;font-weight:600;}

.theme-4 .apsl-icon-block.icon-twitter {width:100%;text-align:center;height:50px;line-height:50px;margin:20px 0 0 0;}
.theme-4 .fa.fa-twitter {padding-top:10px!important;}

.theme-4 .apsl-icon-block.icon-google {width:100%;text-align:center;height:50px;line-height:50px;margin:20px 0 10px 0;}
.theme-4 .fa.fa-google {padding-top:0!important;position:relative;top:-2px;}
.user-login {display:none;opacity:0;visibility:hidden;}

.rightBottomPost {visibility:hidden;opacity:0;position:absolute;padding:26px 25px 25px 25px;right:0px;bottom:0px;z-index:999;background:#fff;width:403px;height:145px;border:1px solid #dcdcdc;border-radius: 1px;-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.07);-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.07);box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.07);}
.rightBottomPost .post {width:100%;float:left;position:relative;z-index:9999;}
.rightBottomPost .post a.postTitle {width:80%;float:left;color:#383b44;font-size:22px;font-weight:700;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;height:24px;}
.rightBottomPost .post a.postTitle:hover {color:#111;}
.rightBottomPost .post a.postCat {display:inline-block;margin-top:9px;width:100%;float:left;color:#9da0a7;font-size:13px;font-weight:500;}
.rightBottomPost .post ul {width:100%;float:left;display:block;padding:13.5px 0 15px 0;border-bottom:1px solid #e8e8e8;}
.rightBottomPost .post ul li {-o-transition: all .4s ease-in-out;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;background-size: 300% 100%;float:left;margin-right:10px;border-radius:20px;}
.rightBottomPost .post ul li a {display:inline-table;height:32px;color:#fff;padding:0 23px;line-height:33px;font-size:14px;font-weight:700;moz-transition: all .4s ease-in-out;}
.rightBottomPost .post ul li:hover{background-position: 100% 0;moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.rightBottomPost .post .postBottom {float:left;width:100%;margin-top:15px;}
.rightBottomPost .post .postBottom a.thumb {float:left;width:55px;height:55px;overflow:hidden;}
.rightBottomPost .post .postBottom span {max-height:50px;overflow:hidden;position:relative;top:1.5px;float:right;width:calc(100% - 70px);
margin-top:0px;color:#91949b;font-size:13px;font-weight:500;line-height:17.8px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.rightBottomPost .post i.close {cursor:pointer;transition:300ms;position:absolute;right:0;top:0;width:16px;height:16px;background:url("../img/icons/close.png")no-repeat;}
.rightBottomPost .post i.close:hover {transform:rotate(360deg);transition:300ms;}
.rightBottomPost.show {visibility:visible;opacity:1;position:fixed;bottom:15px;right:15px;}

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

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {-webkit-animation-name: bounceInUp;animation-name: bounceInUp;}

.sidebarTab .headTwo {width:100%;height:52px;border-bottom:1px solid #e9e9e9;}
.sidebarTab .headTwo span {width: calc(100% - 123px);font-family: 'Roboto', sans-serif;font-size: 0.85em;font-weight: 700;color: #616161;display: inline-block;text-align: center;padding: 0 10px;text-transform: Uppercase;background: #FFF;height: 51px;line-height: 53px;border-right: 1px solid #e9e9e9;position: relative;}
.sidebarTab .headTwo span:before {position: absolute;left: 0;right: 0;top: -1px;content: "";width: 100%;height: 2px;background: #616161;}
.sidebarTab .headTwo ul {float:right;width:123px;text-align:center;padding-top:13px;}
.sidebarTab .headTwo ul li {display:inline-block;text-align:center;padding:0 3px;cursor:pointer;}
.sidebarTab .headTwo ul li i {display:block;}
.sidebarTab .headTwo ul li.active i {background-position: top center!important;position:Relative;}
.sidebarTab .headTwo ul li.active i:before {position:Absolute;bottom:-18px;width:calc(100% + 2px);height:2px;background:#616161;content:"";left:-1px;right:0;}
.sidebarTab .headTwo ul li.active i:after {position:Absolute;content:"";bottom:-10px;left:50%;margin-left:-3.5px;width:7px;height:4px;background:url("../img/icons/arrowSid.png")no-repeat;}
.sidebarTab .headTwo ul li.windows i {width: 17px;height: 17px;background: url("../img/icons/appsTab/threeSidebar.png")bottom center;margin:0 auto;}
.sidebarTab .headTwo ul li.android i {width: 16px;height: 21px;background: url("../img/icons/appsTab/fourSidebar.png")bottom center;margin:0 auto;}
.sidebarTab .headTwo ul li.ios i {width: 17px;height: 20px;background: url("../img/icons/appsTab/fiveSidebar.png")bottom center;}

.authorHead .inner .datas .followButton {position:absolute;cursor:pointer;top:30px;right:30px;background:#ffc923;font-size:13.5px;font-weight:600;color:#343434;border:none;height:32px;line-height:32px;padding:0 13px;border-radius: 1px;}
.authorHead .inner .datas .followButton.loginError:before {position:absolute;left:-121px;bottom:-40px;content:"LÃ¼tfen Ã¼ye giriÅŸi yapÄ±nÄ±z!";width:176px;text-align:center;    padding: 0 10px;    color: #343434;font-size: 13px;font-weight: 500;height: 28px;line-height: 28px;border-radius:1px;display: block;background:#ffc923;}
.authorHead .inner .datas .followButton.loginError:after{position:absolute;left:60%;bottom: -12px;margin-left: -5.5px;content: "";width: 11px;height: 5px;transform:rotate(-180deg);-webkit-mask-image: url("../img/svg/aPTriangle.svg");mask-image: url("../img/svg/aPTriangle.svg");background-color:#ffc923;}
span.authorNoPost {width:100%;display: block;text-align: center;font-size: 16px;font-weight: 600;padding: 20px 0 0 7px;}
span.noF {width:100%;display: block;text-align: center;font-size: 16px;font-weight: 600;padding: 20px 0 0 7px;}
.fulltopRekSingle {display:block;float: left;width:100%;margin:15px 0;}
.textwidget.custom-html-widget {
    margin-bottom: 15px;
}
.fulltopRekSingle.video {margin:15px 0;}
.es-rek a{display: block;}
.es-rek.gray {padding: 15px 0;background: #f5f5f5;}
.icerikOncesiR {float:left;display:block;width:100%;margin:6px 0 16px 0;}
.icerikOncesiR a {margin:0 auto;display:block;}
.icerikOncesiR a img {margin:0 auto;display:block;}

.darkPageHead {font-family:'Roboto', sans-serif;width:100%;float:left;display:block;height:auto;padding:39px 0 44px 0;background:#2b3138;border-top:1px solid rgba(255, 255, 255, 0.055);text-align:center;}
.darkPageHead h3 {font-weight:300;font-size:40px;color:#ffffff;}
.darkPageHead span {font-weight:400;font-size:15px;color:#ffffff;line-height:26px;display:inline-block;padding-top:22px;}
.uploadForm {font-family:'Roboto', sans-serif;width:100%;float:left;display:block;height:auto;margin-top:50px;margin-bottom:10px;}
.uploadForm .wrapper {border-radius: 1px;width:calc(100% - 248px);margin:0 auto;display:block;height:auto;}
.uploadForm .wrapper .form {width:100%;display:block;float:left;background:#f9f9f9;padding:49px 51px 50px 51px;-webkit-box-shadow: 0px 0px 9px 1px rgba(176,176,176,0.53);-moz-box-shadow: 0px 0px 9px 1px rgba(176,176,176,0.53);box-shadow: 0px 0px 9px 1px rgba(176,176,176,0.53);}
.uploadForm .wrapper .form.successForm {margin-bottom:60px;padding:49px 51px 45px 51px;}
#usp-success-message {width:100%;text-align:center;font-family:'Roboto', sans-serif;font-size:15px;color:darkgreen;font-weight:400;}
.usp-error {width:100%;text-align:left;font-family:'Roboto', sans-serif;font-size:15px;color:indianred;font-weight:400;padding-bottom:24px;}
.uploadForm .wrapper label {width:100%;display:inline-block;}
.uploadForm .wrapper label.post-title input {transition: .3s;font-family:'Roboto', sans-serif;font-size:14px;font-weight:400;color:#727276;width:100%;padding:0 21px;border-radius:1px;display:block;float:left;background:#fff;border:1px solid #dedede;height:54px;}
.uploadForm .wrapper label.post-title input::placeholder {font-family:'Roboto', sans-serif;font-size:14px;font-weight:400;color:#727276;}
.uploadForm .wrapper label.post-content {margin:24px 0 25px 0;}
.uploadForm .wrapper label.post-content textarea {font-family:'Roboto', sans-serif;font-size:14px;font-weight:400;color:#727276;width:100%;padding:21px 21px;border-radius:1px;display:block;float:left;background:#fff;border:1px solid #dedede;height:296px;}
.uploadForm .wrapper label.post-content textarea::placeholder {font-family:'Roboto', sans-serif;font-size:14px;font-weight:400;color:#727276;}
.uploadForm .wrapper .threeColumns {float:left;width:100%;display:block;}
.uploadForm .wrapper .threeColumns label.uploadThumb {text-align:center;width:226px;height:264px;border-radius: 1px;display:inline-block;position:Relative;background:#FFF;border:2px dashed #dadada;}
.uploadForm .wrapper .threeColumns label.uploadThumb input {width:100%;float:left;position:absolute;width:100%;height:100%;top:0;left:0;background:transparent;cursor:pointer;}
.uploadForm .wrapper .threeColumns label.uploadThumb span {width:100%;display:inline-block;margin:0 auto;padding:85px 0 0 0;}
.uploadForm .wrapper .threeColumns label.uploadThumb span i {width:52px;height:52px;border-radius:100%;display:block;position:relative;margin:0 auto;}
.uploadForm .wrapper .threeColumns label.uploadThumb span i:before {position:absolute;left:50%;top:50%;width:20px;height:20px;content:"";background:url("../img/icons/thumbAdd.png")no-repeat;margin:-10px 0 0 -10px;}
.uploadForm .wrapper .threeColumns label.uploadThumb span p {width:100%;display:inline-block;color:#515365;font-size:14px;font-weight:400;padding-top:22px;}
.uploadForm .wrapper .threeColumns label.otherInputs {width:calc(100% - 250px);}
.uploadForm .wrapper .threeColumns label.otherInputs .post-cat {width:100%;display:inline-block;}
.uploadForm .wrapper .threeColumns label.otherInputs .post-cat ul.ui-choose {box-sizing: border-box;display: inline-block;border: 1px solid transparent;font: 100 16px/30px 'Roboto', sans-serif;border-right: none;border-bottom: none;font-size: 16px;margin: 0;padding: 0;vertical-align: middle;-moz-user-select: none;user-select: none;}
.uploadForm .wrapper .threeColumns label.otherInputs .post-cat ul.ui-choose>li {position: relative;border: 1px solid #d4d7da;float: left;height: 42px;line-height: 42px;margin: 0 17px 17px 0;padding: 0 16px;cursor: pointer;z-index: 1;width: calc(33.33% - 11.31px);box-sizing: border-box;text-align: center;border-radius: 1px;-webkit-border-radius: 1px;-moz-border-radius: 1px;font-family: 'Roboto', sans-serif;font-size: 13px;font-weight: 700;text-transform: Uppercase;background: #e8ebee;overflow: hidden;}
.uploadForm .wrapper .threeColumns label.otherInputs .post-cat ul.ui-choose>li:nth-child(3n) {margin: 0 0px 17px 0;}
.uploadForm .wrapper .threeColumns label.otherInputs .post-cat ul.ui-choose li.selected {z-index: 3;border-color: transparent;color: #fff;}
.uploadForm .wrapper .threeColumns label.otherInputs .post-cat ul.ui-choose li:hover {color: #fff;}
.uploadForm .wrapper .threeColumns label.otherInputs .post-tag {width:100%;display:inline-block;}
.uploadForm .wrapper .threeColumns label.otherInputs .post-tag input {transition: .3s;font-family:'Roboto', sans-serif;font-size:14px;font-weight:400;color:#727276;width:100%;padding:0 21px;border-radius:1px;display:block;float:left;background:#fff;border:1px solid #dedede;height:54px;}
.uploadForm .wrapper .threeColumns label.otherInputs .post-tag input::placeholder {font-family:'Roboto', sans-serif;font-size:14px;font-weight:400;color:#727276;}
.uploadForm .wrapper .threeColumns label.otherInputs .post-tag span {float:left;width:100%;    font-size: 13px;font-weight: 400;font-family:'Roboto', sans-serif;color: #9fa6af;margin: 11px 0 0 21px;}
.uploadForm .wrapper .threeColumns label.submit {float:left;margin-top:24px;}
.uploadForm .wrapper .threeColumns label.submit input {width:100%;cursor:pointer;display:block;font-family:'Roboto', sans-serif;float:left;height:54px;font-size:14px;font-weight:700;color:#FFF;border-radius: 1px;}
.uploadForm .wrapper label.post-title input:focus {border: 1px solid #424fb5;box-shadow: 0 0 3px 1px rgba(66, 79, 181, 0.3);transition: .3s;}
.uploadForm .wrapper .threeColumns label.otherInputs .post-tag input:focus {border: 1px solid #424fb5;box-shadow: 0 0 3px 1px rgba(66, 79, 181, 0.3);transition: .3s;}
.uploadForm .check {width:100%;display:block;text-align:center;}
.uploadForm .check p {width: 100%;display: block;font-size: 15.5px;font-weight:400;line-height: 21px;color:#000;}
.uploadForm .check a {color: #FFF;padding:13px 18px;font-size: 13px;font-weight: 700;display: inline-block;border-radius: 4px;margin-top: 15px;text-transform: uppercase;}
.uploadForm .check a:hover {opacity:0.94;}

.cevaplaTitle {border: 2px dashed #ecede8;padding: 17px 20px;font-size: 15px;color: #7b7b7b;float: left;width: 100%;box-sizing: Border-box;margin:10px 0 20px 0;}
.cevaplaTitle a {color: #4d48b5;display: inline-block;}
#cancel-comment-reply-link {color: #fff;padding: 7px 10px 6px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;text-transform: uppercase;font-weight: 700;font-size: 11px;display: table;margin: 0 auto 10px;float: right;}
.commentWhite.topNoPadding #cancel-comment-reply-link {margin-top:15px;margin-bottom:10px;}

.searchBox input[type=submit] { display: none }
.searchBox { top: 0; bottom: 0; right: 0; left: 0; background: rgba(2,2,2,.9); position: fixed; z-index: 99999999; text-align: center; padding-top: 120px }
.searchBox input { border: none; background: 0 0; height: 70px; color: #fff; font-size: 25px; border-bottom: 1px solid #fff; font-weight: 700; font-family: Roboto; width: 90% }
.searchBox input::-webkit-input-placeholder {color:#fff;opacity:1}
.sbClose { float: right; transtation: .3s; transform: rotate(0) }
.sbClose:hover img { float: right; transition: .3s; transform: rotate(180deg) }
.sbClose img { transition: .3s; transform: rotate(0) }
.searchBoxInner { width: 80%; display: table; margin: auto; text-align: left; cursor: pointer }

.mobile-search {visibility:hidden;opacity:0;position: fixed;left: 0;right: 0;top: 64px;height: 60px;padding: 0 20px;z-index: 9999;background: rgba(0, 0, 0, 0.92);}
.mobile-search .input {width:calc(100% - 58px);float:left;height:60px;background:transparent;color:#FFF;font-size:15px;font-family:'Roboto', sans-serif;}
.mobile-search .input::placeholder {color:#FFF;font-size:15px;font-family:'Roboto', sans-serif;}
.mobile-search .submit {float:right;color:#FFF;font-size:14px;border-radius: 1px;margin-top: 10px;font-weight:700;height:40px;padding:0 15px;font-family:'Roboto', sans-serif;}
.mobile-search.show {visibility:visible;opacity:1;}
body.logged-in.admin-bar .mobile-search {top:110px;}
body.menu-visible .mobile-search.show {visibility:hidden;opacity:0;display:none;}

.wpcf7-response-output {position:Absolute;top:16px;border:none;margin:0!important;padding:0!important;font-size:13.3px;font-weight:400;font-family:'Roboto', sans-serif;}

div.wpcf7-validation-errors {border:none!important;color:indianred!important;}
div.wpcf7-mail-sent-ng {border:none!important;color:indianred!important;}

p.nocomments {float:left;font-family:'Roboto', sans-serif;font-size:14px;font-weight:500;color:#333;padding-top:18px;}

/*
	SIDEBAR (WIDGET - SLIDER POST)
	======================================
*/

section.content .sidebar .widget .sidebarSliderPostItem{position: relative;font-family: Roboto;}
section.content .sidebar .widget .sidebarSliderPostItem:before{content:'';-webkit-box-shadow: inset 0px -144px 120px -30px rgba(0,0,0,1);-moz-box-shadow: inset 0px -144px 120px -30px rgba(0,0,0,1);box-shadow: inset 0px -144px 120px -30px rgba(0,0,0,1);display:block; position: absolute; bottom: 0; left:0; width:100%;  height: 100%;}
section.content .sidebar .widget .sidebarSliderPostItem .PostImage{width:300px; height:360px; overflow: hidden;}
section.content .sidebar .widget .sidebarSliderPostItem .PostImage img{transition: 300ms; border-radius: 1px;min-width: 100%;min-height: 360px;width: auto;object-fit:cover;}
section.content .sidebar .widget .sidebarSliderPostItem .PostImage img:hover{ transform: scale(1.02);}
section.content .sidebar .widget .sidebarSliderPostItem .PostContent{position: absolute; bottom:23px; left:25px;width: calc(100% - 50px);}
section.content .sidebar .widget .sidebarSliderPostItem .PostCategory{height: 23px; margin-bottom:15px; line-height:24px;}
section.content .sidebar .widget .sidebarSliderPostItem .PostCategory a{float: left; display: block; height: 23px; margin-right:10px; font-size:10px; font-weight: 600; color:#fff;  padding:0 13px;}
section.content .sidebar .widget .sidebarSliderPostItem .PostCategory a span{display: block;}
section.content .sidebar .widget .sidebarSliderPostItem .PostName{font-size: 18px; font-weight: 600; line-height: 22px;}
section.content .sidebar .widget .sidebarSliderPostItem .PostName a{color:#fff;}
section.content .sidebar .widget .sidebarSliderPost .owl-prev{background: url("../img/icons/prev.png") no-repeat center; background-size:12px 16px; background-color: rgba(0,0,0,.8); width:30px; height: 46px; position: absolute; top: 157px; color: #fff; font-size: 36px;}
section.content .sidebar .widget .sidebarSliderPost .owl-prev span{ display:none;}
section.content .sidebar .widget .sidebarSliderPost .owl-next{background: url("../img/icons/next.png") no-repeat center; background-size:12px 16px; background-color: rgba(0,0,0,.8); width:30px; height: 46px; position: absolute; top: 157px; right:0; color: #fff; font-size: 36px;}
section.content .sidebar .widget .sidebarSliderPost .owl-next span{ display:none;}


.videoVectorNew {transition:.35s;z-index:5;position:absolute; left:50%; margin-left:-23px; top:52px; width:46px;height:46px;background:rgba(28, 32, 39, 0.39);border:4px solid rgba(255, 255, 255, 0.85);border-radius:100%;}
.videoVectorNew .videoOverlay {background: rgba(0,0,0,.39); width:38px; height:38px; border-radius: 100%; display:block;}
.videoVectorNew:before {position:absolute;left:50%;top:50%;content:"";margin:-8px 0 0 -7px;width:14px;height:16px;background:url("../img/icons/videoVector3.png")no-repeat;}
.categoryFocusedTabPosts .item:hover .videoVectorNew {transform:rotate(360deg);transition:.3s;}

.categoryFocusedTabPosts .item.editorChoice {width: calc(66.6666% - 7px);overflow:hidden;border-radius: 1px;display:block;}
.categoryFocusedTabPosts .item.editorChoice:before{content:'';-webkit-box-shadow: inset 0px -144px 120px -30px rgba(0,0,0,1);-moz-box-shadow: inset 0px -144px 120px -30px rgba(0,0,0,1);box-shadow: inset 0px -144px 120px -30px rgba(0,0,0,1);display:block; position: absolute; bottom: 0; left:0; width:100%;  height: 100%; z-index:1;}
.categoryFocusedTabPosts .item.editorChoice .text{background: none; border:none; box-shadow: none; position: absolute; bottom: 34px; left:30px; padding: 0; height: auto; z-index:2;width:calc(100% - 60px);}
.categoryFocusedTabPosts .item.editorChoice .text a.title{color:#fff; font-size: 20px;line-height: 27px;overflow: initial;}
.categoryFocusedTabPosts .item.editorChoice .text a.cat{text-transform:Uppercase;display:inline; width:auto; margin-bottom: 15px; font-size:10px; color:#fff; height:22px; line-height:23px; padding:0 12px;}
.categoryFocusedTabPosts .item.editorChoice .thumb{height: 256px;}
.categoryFocusedTabPosts .item.editorChoice a.post {position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;}

.categoryFocusedTabPosts .item.videoPost {margin-right: 0;}
.categoryFocusedTabPosts .item.videoPost .thumb{height: 176px;}
.categoryFocusedTabPosts .item.videoPost .thumb img{border-radius:1px;}
.categoryFocusedTabPosts .item.videoPost .videoVectorNew {top: 62px;}
.categoryFocusedTabPosts .item.videoPost .text{background: none; border: none; box-shadow: none; padding: 0; height: auto;}
.categoryFocusedTabPosts .item.videoPost .text a.title{margin-top: 13px;}
.categoryFocusedTabPosts .item.videoPost .text a.cat {margin-top:13px;padding-bottom: 0;margin-top:8.5px;font-size:14px;}

/*
	CONTENT (CAT TAB)
	======================================
*/
.catTabContent {width:100%;display:block;float:left;}
.catTabContent .tabHead {width:100%;display:block;float:left;height:82px;border-radius: 1px;-webkit-box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);-moz-box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);}
.catTabContent .tabHead ul {width:100%;display:block;float:left; margin-left: 16px;}
.catTabContent .tabHead ul li {cursor: pointer;float: left;text-align: center; margin:0 16px;}
.catTabContent .tabHead ul li:last-child {margin-right:0px;}
.catTabContent .tabHead ul li span {display: block;font-size: 14px;font-weight: 600;color: rgba(255, 255, 255, 0.5);text-transform: Uppercase;position: Relative;float: left;}
.catTabContent .tabHead ul li.active span {color: rgba(255, 255, 255, 1);}
.catTabContent .tabHead ul li.active span:after {position:Absolute;content:"";bottom:-12px;left:0;right:0;width:100%;height:3px;background:#ffffff;}
.catTabContent .tabHead ul li i img{display: table;margin: 15px auto 11px auto; opacity: .5;}
.catTabContent .tabHead ul li.active i img{opacity: 1}
.catTabContent .tabHead.noIcon {height:50px;}
.catTabContent .tabHead.noIcon ul li {line-height:50px;}
.catTabContent .tabHead.noIcon ul li i {display:none;}
.catTabContent .tabHead.noIcon ul li.active span:after {bottom:0;}

.catTabContent .catBigPost{width:calc(66.6666% - 7px); margin-top: 20px; position: relative; transition: 300ms;overflow:hidden;}
.catTabContent .catBigPost a.post {position:absolute;display:block;width:100%;height:100%;z-index:2;left:0;top:0;}

.catTabContent .catBigPost:before{content:'';-webkit-box-shadow: inset 0px -144px 120px -30px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0px -144px 120px -30px rgba(0,0,0,.5);
	box-shadow: inset 0px -144px 120px -30px rgba(0,0,0,.5);
	 display:block; position: absolute; bottom: 0; left:0; width:100%;  height: 100%; z-index:1}
.catTabContent .catBigPost .catBigImage{width:100%;display:block;float:left;border-radius:1px;overflow:hidden;}
.catTabContent .catBigPost .catBigImage img{min-width: 100%;
    min-height: 443.17px;
    width: auto;
    object-fit: cover;}
.catTabContent .catBigPost .catBigText{position: absolute; left:25px; bottom:20px; padding-right:25px; z-index:2;}
.catTabContent .catBigPost .catBigText a{color: #fff; font-size: 20px; font-weight: bold; line-height: 24px;}
.catTabContent .catBigPost .catBigText .info{color:#fff; font-size:12px; font-family: 'Roboto', sans-serif;  height: 18px; line-height: 18px; margin-bottom:13px;}
.catTabContent .catBigPost .catBigText .info .like{background: url("../img/icons/yorm.png") no-repeat left; padding-left:28px;  font-weight: 500; float: left; min-width: 55px; }
.catTabContent .catBigPost .catBigText .info .time{float: left; min-width: 90px;}
.catTabContent .catBigPost:hover{transition: 300ms; transform: scale(1.02);}

.catTabContent .catPostRight{width:calc(33.33% - 14px);}
.catTabContent .catPostRight .item{float:none;margin:20px 0 0 0;width:100%;transition: 300ms;position:relative;}

.catTabContent .item{float:left;margin:20px 21px 0 0;width:calc(33.33% - 14px);transition: 300ms;position:relative;}
.catTabContent .item:nth-child(3n){margin:20px 0 0 0;}
.catTabContent .item .thumb{height: 158px; overflow: hidden;border-radius:1px;}
.catTabContent .item .thumb img{border-radius:1px;min-width: 100%;
    min-height: 158px;
    width: auto;
    object-fit: cover;}
.catTabContent .item .text{font-size:16px; font-weight: 600; line-height: 22px; margin-top: 10px;}
.catTabContent .item .text a{color: #000;    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.catTabContent .item:hover {transition: 300ms; transform: scale(1.02);}



/*
	CONTENT (EDITOR CHOICE TAB)
	======================================
*/
.editorTab {width:100%;display:block;float:left; margin-top: 0;}
.editorTab .tabHead {width:100%;height:50px;border-radius: 1px;padding:0px 0 0 0px;-webkit-box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);-moz-box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);box-shadow: 0px 3px 10px 0px rgba(17,21,25,0.21);}
.editorTab .tabHead ul {width: 100%;position: Relative;}
.editorTab .tabHead ul li {cursor:pointer;position:relative;color: rgba(255, 255, 255, 0.5);font-size:14px;font-weight:700;display:inline-block;line-height:50px;text-transform:Uppercase;margin:0 20px;}
.editorTab .tabHead ul li.active {color: rgba(255, 255, 255, 1);position:relative;}
.editorTab .tabHead ul li.active:after {position:Absolute;content:"";bottom:0px;left:0;right:0;width:100%;height:3px;background:#ffffff;}

.editorTab .item{width: 260px; float: left; margin:20px 30px 0 0; position: relative; transition: 300ms;}
.editorTab .item .thumb:before{content:'';  border-radius: 1px;width:100%; height: 72px; display:block; position: absolute; bottom: 0;display:none;}
.editorTab .item:nth-child(3n){margin:20px 0 0 0;}
.editorTab .item .thumb{height: 333px; overflow: hidden; position: relative; border-radius:1px;}
.editorTab .item .thumb a.post {width:100%;height:100%;display:block;position:absolute;top:0;left:0;}
.editorTab .item .thumb img{border-radius:1px;min-width: 100%;
    min-height: 333px;
    width: auto;
    object-fit: cover;}
.editorTab .item .info{color:#fff; font-size:12px; font-family: 'Roboto', sans-serif;  height: 18px; line-height: 18px; position: absolute; left:13px; top:300px;}
.editorTab .item .info .like{background: url(../img/icons/catbiglike.png) no-repeat left; padding-left:28px;  font-weight: 500; float: left; min-width: 55px;}
.editorTab .item .info .comment{background: url("../img/icons/yorm.png") no-repeat left; height:19px; padding-left:28px;  font-weight: 500; float: left; min-width: 55px; line-height:16px;}
.editorTab .item .text{margin-top: 13px;}
.editorTab .item .text a.title{font-size:16px; font-weight: 600; line-height:22px; color:#000;}
.editorTab .item .text .summary{font-size:16px; color:#222; line-height:22px; margin-top:7px; max-height:66px; overflow: hidden;}
.editorTab .item .author{margin-top:12px;}
.editorTab .item .author-avatar{float:left;}
.editorTab .item .author-avatar img{width:36px; height:36px; border-radius:100%;}
.editorTab .item .author-name{float:left; margin-left:12px; line-height:36px; font-size:14px; font-weight: bold; position: relative; transition: 300ms;}
.editorTab .item .author-name a{color:#989898;}

.editorTab .item .author-name:after{content:''; display:block; position: absolute; top:17px; right:-80px; width:60px; height:2px; background: #adadad;}


.apsl-login-networks {display:inline-block;text-align:center;width:100%;padding-top:25px;}
div.social-networks a {display:inline-block;text-align:center;margin:0 auto;}
.unuttum {text-align:center;display:block;}
.unuttum a {color:#515366;font-size:14px;font-weight:600;text-align:center;display:block;}
.unuttum a:hover {text-decoration:underline;}
.unuttum a i {width:18px;height:20px;display:inline-block;background:url("../img/icons/unuttum.png")no-repeat;padding-right:6.7px;position:relative;top:4px;}

.headBlokNew {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 19px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 4px;
    font-family: Roboto;
    margin-bottom:20px;
    }
.headBlokNew:after{
	content: '';
    position: relative;
    margin: 0 auto;
    top: 20px;
    display: block;
    width: 35px;
height: 4px;}

#toc_container {border:1px solid #e5e5e5!important;background:#f9f9f9!important;margin-top:15px;float:left;width:100%!important;border-radius:1px;margin-bottom:15px;}
#toc_container p.toc_title {text-align:center;font-size:15px;color:#000;font-weight:600;padding:10px 0!important;border-bottom:1px solid #e5e5e5}
#toc_container p.toc_title span.toc_toggle a{font-weight:400;color:#000;}
#toc_container ul.toc_list {width:calc(100% - 30px;);box-sizing:border-box;padding:0 15px 2px 15px;}
#toc_container ul.toc_list li {list-style-type:none;margin-bottom:10px;}
#toc_container ul.toc_list li:last-child {margin-bottom:0px;}
#toc_container ul.toc_list li a {color:#393c45;font-size:14px;}
#toc_container ul.toc_list li a span.toc_number {margin-right:12px;border-radius:1px;background:#fc573b;float:left;color:#FFF;width:24px;height:26px;line-height:26px;text-align:center;}
#toc_container ul.toc_list li ul {margin-left:0px;margin-top:10px;}

/*
	SIDEBAR (WIDGET - EDITOR POST)
	======================================
*/
 .widget .editorPosts{}
.widget .editorPosts .head{border-bottom:1px solid #dcdcdc; padding-bottom:19px; font-size:16px; font-weight:bold; color:#222; text-align:center; margin-bottom:4px;}
 .widget .editorPosts .head:after{content:''; background:#e73130; position: relative; margin:0 auto; top: 20px; display:block; width:35px; height: 4px;}
 .widget .editorPosts .item{margin-top: 15px; position: relative;}
 .widget .editorPosts .item .thumb{}
.widget .editorPosts .item .thumb img{border-radius:1px;}
.widget .editorPosts .item .info{position: absolute; top:15px; right: 15px; z-index: 99; }
.widget .editorPosts .item .info .like{background: #fc573b; width:34px; height: 34px; border-radius: 50%; text-align:center; line-height: 40px; position: relative;}
.widget .editorPosts .item .info .like img{display: inline;}
.widget .editorPosts .item .info .like:hover span{opacity: 1;}
 .widget .editorPosts .item .info .like span{display:block; opacity:0; transition: 300ms; line-height: 28px; font-size:12px; font-weight:bold; color:#fff; position: absolute; top: 3px; right:48px; background: #fc573b; width:116px; height:28px; border-radius:1px;}
 .widget .editorPosts .item .info .like span:after{left: 100%;top: 50%;border: solid transparent;content: " ";height: 0;width: 0;	position: absolute;pointer-events: none;border-color: rgba(252, 87, 59, 0);	border-left-color: #fc573b;	border-width: 7px;	margin-top: -7px;}
 .widget .editorPosts .item .info .star{background: #e83330; width:34px; height: 34px; border-radius: 50%; text-align:center; line-height: 40px; margin-bottom: 7px;}
.widget .editorPosts .item .info .star img{display: inline;}
.widget .editorPosts .item .name{font-size: 16px; font-weight: 600; line-height: 22px; margin-top: 12px;}
.widget .editorPosts .item .name a{color: #000;font-family: Roboto;}
.widget .editorPosts .headBlokNew {
    font-size: 16px!important;
    font-weight: 700!important;
    color: #000!important;
    text-align: left!important;
    position: relative!important;
    padding-left: 15px!important;
    margin-bottom: 26px!important;
    margin-top: 8px;
    font-family: 'Roboto',sans-serif;
}

.widget .editorPosts .headBlokNew:before {
    content: '';
    position: absolute;
    top: -1px;
    display: block;
    width: 3px;
    height: 16px;
    left: 0;
    background-color: #e73130;
}

/*
	SIDEBAR (WIDGET - POPULAR POST)
	======================================
*/

.widget .PopularNews{}
.widget .PopularNews .head{border-bottom:1px solid #dcdcdc; padding-bottom:19px; font-size:16px; font-weight:bold; color:#222; text-align:center; margin-bottom:4px;}
.widget .PopularNews .head:after{content:'';position: relative; margin:0 auto; top: 20px; display:block; width:35px; height: 4px;}
.widget .PopularNews .item{height: 86px; margin-top: 15px;}
.widget .PopularNews .thumb{width:100px; height:86px; float: left;}
.widget .PopularNews .thumb img{border-radius:1px;width:100px;height:86px;min-height: 86px;object-fit: cover;}
.widget .PopularNews .text{float:left; margin-left:15px; width:185px;}
.widget .PopularNews .text a{font-size:16px;font-weight: bold;color: #000;line-height:22px;display: block;margin-bottom: 7px;max-height: 65px;overflow: hidden;}
.widget .PopularNews .text .info{color:#5d5d60; font-size:12px; font-family: 'Roboto', sans-serif;  height: 18px; line-height: 18px;}
.widget .PopularNews .text .info .like{background: url(../img/icons/yorm_gri.png) no-repeat left;padding-left:28px;font-weight: 500;float: left;min-width: 55px;height: 22px;}
.widget .PopularNews .text .info .time{float: left; min-width: 90px;}
.widget .PopularNews .text .info .points{background: url(../img/icons/populardots.png) no-repeat; width:16px; height: 4px; float: left; margin-top: 8px;}



.mobileSearch { display: none; }
.mobileUser { position: absolute; top: 50%; margin-top: 23px; width: 22px; height: 22px; right: 110px; display: none; }

.wbCatTab.designTwo .categoryFocusedTabPosts .item {width:100%;float:left;display:block;}
.wbCatTab.designTwo .categoryFocusedTabPosts .item .thumb {width:266px;height:158px;float:left;border-radius:1px;overflow:hidden;}
.wbCatTab.designTwo .categoryFocusedTabPosts .item .text,.wbCatTab.designTwo .categoryFocusedTabPosts .item .text {width:calc(100% - 266px);height:158px;padding:0 15px 0 15px;float:left;background:transparent;box-shadow:none;border:none;}
.wbCatTab.designTwo .categoryFocusedTabPosts .item .thumb a{
    display: block;
    height: 100%;
}
.wbCatTab.designTwo .categoryFocusedTabPosts .item .text .ust {width:100%;float:left;}
.wbCatTab.designTwo .categoryFocusedTabPosts .item .text .ust span.time {float:left;font-family:"Roboto", sans-serif;font-size:12px;color:#5d5d60;font-weight:400;line-height:25.5px;margin-left:19px;}
.wbCatTab.designTwo .categoryFocusedTabPosts .item .text .ust a.cat {float:left;color:#FFF;font-family:'Roboto', sans-serif;font-weight:700;font-size:12px;text-transform:Uppercase;display:inline-block;width:auto;height:22px;padding:0 12px;line-height:22.6px;}
.wbCatTab.designTwo .categoryFocusedTabPosts .item .text a.title {color:#222222;margin-top:10px;float:left;font-family:'Roboto', sans-serif;font-weight:700;font-size:22px;line-height:28px;max-height:55.5px;}
.wbCatTab.designTwo .categoryFocusedTabPosts .item .text p.summary {float:left;max-height:67.32px;overflow:hidden;width:100%;margin-top:3.5px;font-family:"Roboto", sans-serif;font-weight:400;font-size:14px;color:#5d5d60;line-height:22px;}


.sidebar .widget .sidebarTwoPl {width:100%;float:left;display:block;}
.sidebar .widget .sidebarTwoPl ul {width:100%;float:left;display:block;}
.sidebar .widget .sidebarTwoPl ul li {width:100%;float:left;display:block;}
.sidebar .widget .sidebarTwoPl ul li.firstPost {width:100%;height:190px;overflow:hidden;position:relative;margin-bottom:18px;transition:300ms;border-radius:1px;overflow:hidden;}
.sidebar .widget .sidebarTwoPl ul li.firstPost i.trendP {position:absolute;right:0;top:0;width:40px;height:63px;z-index:2;background:url("../img/shapes/trendPost.png")no-repeat;display:block;}
.sidebar .widget .sidebarTwoPl ul li.firstPost>a {width:100%;height:100%;display:block;position:relative; }
.sidebar .widget .sidebarTwoPl ul li.firstPost>a:before {width:100%;height:100%;display:block;position:absolute;content:"";top:0;left:0;bottom:0;right:0;    box-shadow: inset 0 -183px 153px -86px rgba(0,0,0,.51);z-index: 5;}
.sidebar .widget .sidebarTwoPl ul li.firstPost .thumb {width:100%;height:100%;display:block;float:left;position:absolute;top:0;left:0;}
.sidebar .widget .sidebarTwoPl ul li.firstPost .thumb img {min-width:100%;min-height:190px;transform:scale(1);transition:300ms;}
.sidebar .widget .sidebarTwoPl ul li.firstPost:hover .thumb img {transform:scale(1.1);transition:300ms;}
.sidebar .widget .sidebarTwoPl ul li.firstPost .text {position:Absolute;left:20px;bottom:15px;width:calc(100% - 40px);z-index:8;}
.sidebar .widget .sidebarTwoPl ul li.firstPost .text a {box-sizing:border-box;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow:hidden;font-family:'Roboto', sans-serif;font-weight:700;color:#ffffff;font-size:16px;line-height:22px;}
.sidebar .widget .sidebarTwoPl ul li.normalPost {margin-bottom:18px;height:74px;}
.sidebar .widget .sidebarTwoPl ul li.normalPost:last-child {margin-bottom:0px;}
.sidebar .widget .sidebarTwoPl ul li.normalPost .thumb {float:left;width:122px;height:74px;border-radius:1px;overflow:hidden;}
.sidebar .widget .sidebarTwoPl ul li.normalPost .thumb img {min-width:100%;min-height:74px;}
.sidebar .widget .sidebarTwoPl ul li.normalPost .text {float:right;width:calc(100% - 137px);height:74px;}
.sidebar .widget .sidebarTwoPl ul li.normalPost .text a {font-family:"Roboto", sans-serif;font-weight:700;font-size:16px;color:#000;line-height:22px;   display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow:hidden;margin-top:3px;}

i.genelPuan {position:absolute;right:20px;top:20px;border-radius:100%;line-height:32px;width:32px;height:32px;z-index:1;color:#FFF;
font-style:normal;font-size:12.5px;font-weight:700;text-align:center;overflow:hidden;}
i.genelPuan:before {position:absolute;left:0;bottom:0;content:"";background:rgba(0, 0, 0, 0.25);width:100%;height:100%;z-index:2;}
i.genelPuan p {position:relative;z-index:3;}


.wbCatTab.designThree .categoryFocusedTabPosts .item:hover {transition:none;transform:none;}
.wbCatTab.designThree .categoryFocusedTabPosts .item {width:calc(50% - 10.7px);}
.wbCatTab.designThree .categoryFocusedTabPosts .item:nth-child(even) {margin:14px 0px 0 0!important;}
.wbCatTab.designThree .categoryFocusedTabPosts .item .thumb {height:242px;}
.wbCatTab.designThree .categoryFocusedTabPosts .item .thumb a.post {width:100%;height:100%;position:relative;bottom:0;left:0;right:0;}
.wbCatTab.designThree .categoryFocusedTabPosts .item .thumb a.post:before {position:absolute;left:0;bottom:0;content:"";z-index:2;width: 100%;height: 100%;}
.wbCatTab.designThree .categoryFocusedTabPosts .item .thumb img {min-height: 242px;}
.wbCatTab.designThree .categoryFocusedTabPosts .item .thumb a.category {z-index:4;display:inline-block;width:auto;position:absolute;top:20px;left:20px;float: left;color: #FFF;font-family: 'Roboto', sans-serif;font-weight: 700;font-size: 12px;text-transform: Uppercase;display: inline-block;height: 25px;padding: 0 12px;line-height: 25.6px;}
.wbCatTab.designThree .categoryFocusedTabPosts .item:nth-child(3n) {margin:14px 21px 0 0}
.wbCatTab.designThree .categoryFocusedTabPosts .item .text {height:auto;box-shadow:none;background:transparent;padding:12px 0 0 0;border:none;}
.wbCatTab.designThree .categoryFocusedTabPosts .item .text a.title {max-height:56px;font-family:Roboto;font-weight:700;font-size:22px;color:#222222;line-height:28px;}
.wbCatTab.designThree .categoryFocusedTabPosts .item .thumb .pBott {display:none!important;font-family:"Roboto", sans-serif;color:#FFF;position:absolute;bottom:21px;right:33px;z-index:3;display:block;float:right;}
.wbCatTab.designThree .categoryFocusedTabPosts .item .thumb .pBott span.comment {float:left;font-weight:500;font-size:12px;margin-right:15px;}
.wbCatTab.designThree .categoryFocusedTabPosts .item .thumb .pBott span.comment i {margin-top:-1px;width:22px;height:19px;float:left;margin-right:7px;background:url("../img/icons/yorm_beyaz.png")no-repeat;}
.wbCatTab.designThree .categoryFocusedTabPosts .item .thumb .pBott span.time {font-weight:500;font-size:12px;float:left;margin-right:26px;}
.wbCatTab.designThree .categoryFocusedTabPosts .item .thumb .pBott span.dots {float:left;position:relative;width:4px;height:4px;background:#fff;border-radius:100%;top:4px;}
.wbCatTab.designThree .categoryFocusedTabPosts .item .thumb .pBott span.dots:before {position:absolute;content:"";top:0;left:6px;width:4px;height:4px;background:#fff;border-radius:100%;}
.wbCatTab.designThree .categoryFocusedTabPosts .item .thumb .pBott span.dots:after {position:absolute;content:"";top:0;left:12px;width:4px;height:4px;background:#fff;border-radius:100%;}

.wbCatTab.designThree .categoryFocusedTabPosts .item .thumb .videoVectorNew {top:50%;margin-top:-23px;}

.sidebar .widget .sidebarSlider2Post {float:left;width:100%;display:block;}
.sidebar .widget .sidebarSlider2Post .head {margin-bottom:20px;width:100%;display:inline-block;text-align:center;text-transform:Uppercase;font-family:'Roboto';font-weight:700;font-size:16px;color:#222222;position:relative;}
.sidebar .widget .sidebarSlider2Post .head:before {position:absolute;content:"";bottom:-1px;left:50%;margin-left:-17.5px;width:35px;height:4px;}
.sidebar .widget .sidebarSlider2Post #sidebarSlider2Post {width:100%;float:left;display:block;}
.sidebar .widget .sidebarSlider2Post #sidebarSlider2Post .item {width:100%;float:left;display:block;}
.sidebar .widget .sidebarSlider2Post #sidebarSlider2Post .item .thumb {width:100%;height:220px;float:left;display:block;position:relative;}
.sidebar .widget .sidebarSlider2Post #sidebarSlider2Post .item .thumb a img {min-width: 100%;min-height:220px;object-fit: cover;}
.sidebar .widget .sidebarSlider2Post #sidebarSlider2Post .item .thumb .videoVectorNew {top:50%;margin-top:-23px;}
.sidebar .widget .sidebarSlider2Post #sidebarSlider2Post .item .bott {float:left;display:block;width:100%;margin-top:15px;}
.sidebar .widget .sidebarSlider2Post #sidebarSlider2Post .item .bott ul {float:left;display:block;width:100%;}
.sidebar .widget .sidebarSlider2Post #sidebarSlider2Post .item .bott ul li {float:left;font-family:'Roboto', sans-serif;font-weight:500;color:#5d5d60;font-size:12px;}
.sidebar .widget .sidebarSlider2Post #sidebarSlider2Post .item .bott ul li.comment {margin-right:15px;}
.sidebar .widget .sidebarSlider2Post #sidebarSlider2Post .item .bott ul li.comment i {margin-top:-1px;background: url("../img/icons/yorm_gri.png") no-repeat left;width:22px;height:19px;float:left;margin-right:7px;}
.sidebar .widget .sidebarSlider2Post #sidebarSlider2Post .item .bott a.title {margin-top:9px;float:left;padding-bottom:8.5px;width:100%;display:block;font-family:Roboto;font-size:18px;font-weight:700;color:#222;line-height:24px;}
.sidebar .widget .sidebarSlider2Post #sidebarSlider2Post .owl-dots {text-align:center;display:block;width:100%;}
.sidebar .widget .sidebarSlider2Post #sidebarSlider2Post .owl-dots .owl-dot {width:40px;height:3px;background:#adadad;margin:0 5px;text-align:center;}

a.homeButtonLoginPage {float: left;
    height: 40px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: Uppercase;
    border-radius: 20px;
    line-height: 42px;
    padding: 0 19px;
    font-family: 'Roboto', sans-serif;}
a.homeButtonLoginPage i {
    float: left;
    margin: 14px 11px 0 0;
    width: 14px;
    height: 12px;
background: url("../img/icons/404ArrowBlack.png")no-repeat;}

body.loginPageBody a.homeButtonLoginPage {position:absolute;}
/*
	User Submitted Posts : CSS : USP Form
	@ https://perishablepress.com/user-submitted-posts/
	Complete list of CSS selectors @ https://m0n.co/e
*/

div#user-submitted-posts { width: 100%; max-width: 800px; overflow: hidden; }
div#user-submitted-posts form { box-sizing: border-box; margin: 10px 0; padding: 5px; }
div#user-submitted-posts fieldset { box-sizing: border-box; margin: 10px 0; padding: 0; border: 0; }

div#user-submitted-posts fieldset label           { box-sizing: border-box; display: block; float: none; clear: both; width: 80%;  margin: 0; padding: 0; border: 0; font-size: 90%; }
div#user-submitted-posts fieldset input.usp-input { box-sizing: border-box; display: block; float: none; clear: both; width: 80%;  margin: 0; }
div#user-submitted-posts textarea.usp-textarea    { box-sizing: border-box; display: block; float: none; clear: both; width: 100%; margin: 0; }
div#user-submitted-posts select                   { box-sizing: border-box; display: block; float: none; clear: both; width: auto; margin: 0; }

div#user-submitted-posts div.usp_text-editor { margin: 20px 0 0 0;  }
div#user-submitted-posts div.wp-editor-container { border: 1px solid #e5e5e5; }

div#user-submitted-posts fieldset.usp-images { margin: 25px 0; }
div#user-submitted-posts div#usp-upload-message { font-size: 90%; }
div#user-submitted-posts fieldset input.usp-input.usp-clone { margin: 10px 0 0 0; font-size: 90%; }
div#user-submitted-posts a#usp_add-another { display: inline-block; clear: both; margin: 10px 0 0 0; font-size: 90%; }
div#user-submitted-posts div#usp-submit { margin: 20px 0; }

div#user-submitted-posts div.usp-error { color: #cc3333; }
div#user-submitted-posts div#usp-error-message { margin: 0 0 20px 0; }
div#user-submitted-posts div#usp-error-message.usp-callout-failure { color: #cc3333; }
div#user-submitted-posts div#usp-success-message { margin: 0 0 20px 0; font-weight: bold; }

.usp-hidden, .usp-no-js { display: none; }
.usp-js { display: block; }

/* Parsley */

div#user-submitted-posts ul.parsley-errors-list { display: none; list-style-type: none; }
div#user-submitted-posts ul.parsley-errors-list.filled { display: block; float: none; clear: both; margin: 0; padding: 0; font-size: 12px; line-height: 18px; }
div#user-submitted-posts ul.parsley-errors-list.filled li.parsley-required { display: inline-block; margin: 0; padding: 5px 10px; color: #fff; background-color: #cc3333; }


/* Friends List */
.friends-list-body .more-content {
    margin-bottom: 14px;
}
.more-content a {
    height: 42px;
    line-height: 42px;
    color: #fff;
    width: 223px;
    background: linear-gradient(to right, #e73130 0%,#fc573b 100%);
    border-radius: 21px;
    font-family: 'Roboto';
    font-weight: bold;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    font-size: 13px;
}
.more-content svg {
    margin-right: 14px;
    width: 20px;
    transition: transform .4s linear;
}
.more-content svg path {
    fill: #fff;
}
.more-content a:hover svg {
    transform: rotate(-360deg);
}

.friends-list-header h5 {font-family: 'Roboto';font-size: 22px;font-weight: bold;color: #3E3F5E;}

.friends-list-header h5 i {font-style: normal;color: #33D2E0;}

.friends-list-header .section-head-input {
    width: 370px;
    position: relative;
}

.more-content {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 16px;
}
.section-messages-search input::placeholder {
    color: #AFB0C0;
}


.friends-list-header .section-messages-search input {
  height: 44px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #DEDEEA;
    padding: 0 45px 0 20px;
    font-family: 'Roboto';
    font-weight: 600;
    line-height: 16px;
    color: #3E3F5E;
    transition: border-color .2s ease-in-out;
    max-width: 370px;
    width: 100%;
    float: right;
}

.section-messages-search .section-head-input svg {
    max-width: 20px;
    position: absolute;
    top: 13px;
    right: 20px;
}

.friends-list-header .section-messages-search svg path {
    fill: #AFB0BF;
}


.flb-options i {
  font-style: normal;
}
.flb-mid {
    position: absolute;
    bottom: -32px;
    background-color: #fff;
    padding: 9px;
    border-radius: 100%;
    z-index: 999;
    width: 118px;
    height: 118px;
    left: 50%;
    transform: translate(-50%,50%);
    bottom: 0;
    overflow: hidden;
}


.friends-list-body {
    margin-top: 1px;
}

.friends-list-body .column4 {
    margin: 15px 0;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.friends-list .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.flb-header {
    width: 100%;
    height: 110px;
    border-radius: 6px 6px 0 0;
    position: relative;

}

.flb-header figure.cover {
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.flb-header .cover img {
    min-height: 100%;
    min-width: 100%;
    max-width: initial;
}
.flb-bottom {
    background-color: #fff;
    padding: 14px 26px 25px 26px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0px 0px 40px 0px rgba(94,94,152,.06);
}

.with-icon-bg {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #3763D2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 9px;
    left: 9px;
}


.with-icon-bg.fb {
    background-color: #3763D2;
}

.with-icon-bg.ins {
    background-color: #FF7A51;
}

.with-icon-bg.dri {
    background-color: #F661AB;
}

.with-icon-bg.tw {
    background-color: #1ABCFF;
}

.with-icon-bg.youtube {
    background-color: #FD434F;
}

.with-icon-bg.twitch {
    background-color: #7B5DFA;
}

.with-icon-bg svg {
    width: 12px;
    height: auto;
}

.with-icon-bg svg path {
    fill: #fff;
}

.flb-left .with-icon-bg,.flb-right .with-icon-bg {
    position: relative;
    top: unset;
    left: unset;
    float: left;
}

.flb-left .with-icon-bg:first-child {
    margin-right: 7px;
}

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

.flb-right .with-icon-bg:last-child {
    margin-left: 7px;
}

.flb-social a {
    display: inline-block;
}

.flb-name {
    margin-top: 25px;
    text-align: center;
    width: 100%;
    display: block;
    font-family: 'Roboto';
}

.flb-name h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #3E3F5E;
    margin-bottom: 3px;
}

.flb-name a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
    color: #AFB0C0;
}

.friends-list-header {
    width: 100%;
}

.flb-options a {font-family: 'Roboto';font-size: 12px;font-weight: bold;color: #fff;line-height: 48px;left: 4px;width: 150px;text-align: center;height: 48px;border-radius: 4px;
transition: all .2s ease-in-out;
display: inline-block;
text-align: center;
position: relative;
}

.friends-list-body .flb-mid img {
    border-radius: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.flb-options a:first-child {
    margin-right: 18px;
}

.flb-options {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

.flb-options a i.svgg,
.flb-options a svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -10px;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out,-webkit-transform .25s ease-in-out;
}

.flb-options a svg path {
    fill: #fff;
}



.flb-options p {
  top: 34px;
  transition: opacity .25s ease-in-out,visibility .25s ease-in-out,-webkit-transform .25s ease-in-out;

}


.flb-options .button-purple {
    background-color: #6263F6;
}

.flb-options .button-blue {
    background-color: #33D2E0;
}

.flb-social .with-icon-bg {
    overflow: hidden;
}

.flb-social .with-icon-bg svg {
    transition: transform .2s ease-in-out;
}

.flb-social .with-icon-bg:hover svg {
    animation: upper-icon .35s ease-in-out;
}

@keyframes upper-icon {
    0%{transform: translateY(0);}
    50%{transform: translateY(-250%);}
    51%{transform: translateY(250%);}
    100%{transform: translateY(0);}
}

.content-box-body p.user-status-bot {
    font-size: 14px;
    font-weight: 500;
    color: #3E3F5E;
}

.content-box-body .user-list {
    padding: 27px 33px;
    border: 1px solid #EAEAF5;
    border-radius: 4px;
    box-shadow: 0px 0px 40px 0px rgba(94,94,152,.06);
    background-color: #fff;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.content-box-body .user-list-out:nth-child(even) .user-list {
    background-color: #F8F8FB;
}

.content-box-body .user-list p.user-status-title {
    margin-top: 0;
}

.friends-request-box {
    margin-top: 19px;
}

.fr-box-right svg path {
    fill: #fff;
}

.fr-box-right a {
    border-radius: 4px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    text-align: center;
    width: 113px;
    font-family: 'Roboto';
font-size: 12px;
font-weight: bold;
overflow: hidden;
position: relative;
}

.flb-social .with-icon-bg:hover svg {
    animation: upper-icon .35s ease-in-out;
}

a.fr-box-1 {
    margin-right: 6px;
    background-color: #6263F6;
}

a.fr-box-2 {
    background-color: #FF7A51;
}

.fr-box-right svg {
    margin-right: 10px;
    transition: transform .35s ease-in-out;
    width: 20px;

}

.fr-box-right a:hover svg {
    animation: upper-icon .35s ease-in-out;
}


/* Profilim */

.widget-profile-infos svg {
  width: 20px;
  margin: 0 auto;
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

.widget-profile-infos svg path {
     fill: #3e3f5e;
}

.widget-profile-infos .wpi-top div {
    width: 50%;
    text-align: center;
}

.wpi-top {
    padding: 0px 10px 30px 10px;
    background-color: #fff;
    width: 100%;
    border-radius:0;
    border-bottom: 1px solid #EAEAF5;
    font-family: 'Roboto';
}

.wpi-top div {
    margin-top: 29px;
}

.widget-profile-infos h5 {
    font-size: 14px;
    font-weight: bold;
    color: #3E3F5E;
    margin: 16px 0 7px 0;
}

.widget-profile-infos p {
    font-size: 11px;
    font-weight: bold;
    color: #AFB0C0;
}

.wpi-bot {
    text-align: center;
    background-color: #F8F8FB;
    border-radius: 0;
    padding: 30px 0;
    font-family: 'Roboto';
    box-shadow: 0px 0px 40px 0px rgba(94,94,152,.06);
}


.content-in.right {
    width: calc(100% - 311px);
    border-radius: 0;
    float: right;
}

.blog-category-post:after, .blog-category-post:before, .content-in-blog:after, .content-in-blog:before, .content-in.right:before, .content-in.right:after {
    content: '';
    display: table;
    clear: both;
}

.content-in .content-box {
    padding: 27px 30px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(94,92,154,.06);
    position: relative;
}

.content-in .content-box-title p {
    font-size: 14px;
    font-weight: 700;
    color: #3E3F5E;
    font-family: 'Roboto';
    line-height: 21px;
}

.content-box-title p i {
    font-style: normal;
    color: #33D2E0;
}

.content-box-title svg {
    width: 20px;
    float: left;
    margin-right: 12px;
}

.content-box-title svg path {
    fill: #3E3F5E;
}

.avatar-section {
    width: 100%;
    height: 230px;
    border-radius: 6px;
    background-image: url("../img/404.png");
    background-size: cover;
    background-position: center;
    position: relative;
}

.form-row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 19px 0 5px 0;
    position: relative;
}

.form-row .form-item {
    margin-right: 24px;
    width: 100%;
    display: block;
    position: relative;
}

.form-row .form-item input, .form-row .form-item textarea, .form-row .form-item select, .services-steps-input input, .steps-with-input input, .price-inputs.actions-input input {
    height: 50px;
    background-color: #FCFCFB;
    border: 1px solid #E2E2E1;
    border-radius: 4px;
    padding: 15px 20px 0 20px;
    width: 100%;
    font-family: 'Roboto';
    font-size: 11px;
    font-weight: bold;
    color: #010101;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-row .form-item textarea {
    resize: none;
    height: 190px;
}

.form-item textarea::placeholder {
    color: #B1B0B0;
}


form .content-box-title {
    margin-top: 23px;
    margin-bottom: 19px;
}

.code-box {
    padding: 20px;
    background-color: #EDFEFF;
    border: 1px solid #BAEDF1;
    border-radius: 3px;
}

.code-box p {
    font-family: 'Roboto';
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #16909B;
}

.code-box.blue {
    background-color: #EDFEFF;
    border: 1px solid #BAEDF1;
}

.code-box.purple {
    background-color: #E4E1FF;
    border: 1px solid #BBB3FF;
    border-radius: 6px;
}

.code-box.blue p {
    color: #16909B;
}

.code-box.purple p {
    color: #8476EC;
}

.form-item svg.arrow-down {
    width: 8px;
    height: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    pointer-events: none;
}

.form-item svg path {
    fill: #3e405d;
}

.form .profile-button {
    width: 126px;
    height: 34px;
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
    background-color: #6263F6;
    box-shadow: 0px 6px 40px 0 rgba(98,99,246,.20);
    color: #fff;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    cursor: pointer;
    margin-right: 12px;
}

.form .profile-button:hover {
    background-color: #5753e4!important;
}

.form-row .form-item select {
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #B1B0B0;
}
.form-item svg.arrow-down path {
    fill: #B1B0B0;
}

.with-icon-bg {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #3763D2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 9px;
    left: 9px;
}

.with-icon-bg.fb {
    background-color: #3763D2;
}

.with-icon-bg.ins {
    background-color: #FF7A51;
}

.with-icon-bg.dri {
    background-color: #F661AB;
}

.with-icon-bg.tw {
    background-color: #1ABCFF;
}

.with-icon-bg.youtube {
    background-color: #FD434F;
}

.with-icon-bg.twitch {
    background-color: #7B5DFA;
}

.with-icon-bg svg {
    width: 12px;
    height: auto;
}

.with-icon-bg svg path {
    fill: #fff;
}

.form-item.with-icon input {
    padding: 15px 20px 0 50px;
}

.form-item.with-icon .anim-input-place {
    left: 51px;
}

.options-switch-left {
    height: 32px;
}

.options-switch-left .with-icon-bg {
    position: relative;
    top: unset;
    left: unset;
}

.form-row.mt28 {
    margin-top: 28px;
}

.options-switch p {
    font-family: 'Roboto';
    font-size: 11px;
    font-weight: bold;
    color: #B1B0B0;
    margin-left: 10px;
}

.form-switch {
    display: flex;
    align-items: center;
    width: 50px;
    height: 24px;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    background-color: #AFB0BF;
    transition: background-color .3s ease-in-out;
}

.form-switch.active {
    background-color: #6263F6;
}

.form-switch .form-switch-button {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: left .3s ease-in-out;
}

.form-switch .form-switch-button:after, .form-switch .form-switch-button:before {
    content: "";
    width: 2px;
    height: 8px;
    background-color: rgba(175,176,191,1);
    opacity: .2;
    position: absolute;
    top: 5px;
    border-radius: 1px;
}

.form-switch .form-switch-button:after {
    right: 6px;
}

.form-switch .form-switch-button:before {
    left: 6px;
}

.form-switch.active .form-switch-button {
    left: 29px;
}

.content-box.t30 {
    margin-top: 30px;
}

.content-box.t30 .form-row:not(:last-child) {
    margin-bottom: 42px;
}

.anim-input-place {
    font-family: 'Roboto';
    font-size: 11px;
    color: #B1B0B0;
    font-weight: bold;
    transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 21px;
    pointer-events: none;
    text-transform: uppercase;
}
.form-row .form-item:last-child {
    margin-right: 0;
}

.avatar-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(97,93,250,.85);
    border-radius: 6px;
}

.form .profile-button {
    width: 126px;
    height: 34px;
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
    background-color: #6263F6;
    box-shadow: 0px 6px 40px 0 rgba(98,99,246,.20);
    color: #fff;
    font-family: 'Roboto';
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    cursor: pointer;
    margin-right: 12px;
}

.profile-alert {
    display: inline-block;
    font-family: 'Roboto';
    font-size: 11px;
    font-weight: bold;
    border-radius: 4px;
    color: #fff;
    padding: 0 25px;
    background-color: #33D2E0;
    text-transform: uppercase;
    height: 34px;
    line-height: 35px;
    position: relative;
}

.profile-alert.error {
    background-color: #FB2E53;
    box-shadow: 0px 6px 10px 0px rgba(251,46,83,.2);
}

.profile-alert:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    border-radius: 1px;
    width: 10px;
    height: 10px;
    background-color: #33D2E0;
    margin-left: 1px;
}

.profile-alert.error:after {
    background-color: #FB2E53;
}
.profile-alert.success {
    background-color: #33D2E0;
}

.avatar-section-in {
    position: relative;
    z-index: 99;
    flex-direction: column;
    height: 100%;
}


.avatar-section-in .active-avatar {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
}

.avatar-section-in .active-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #E72D43;
    overflow: hidden;
}

.avatar-section-in .active-avatar img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
}

.avatar-title h5 {
    font-family: 'Roboto';
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin: 21px 0 14px 0;
}

.avatar-title span {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

a.add-avatar {
    position: absolute;
    left: 0;
    width: max-content;
    top: 36px;
    display: block;
    margin-left: 5px;
    z-index: 9;
}

.avatar-up {
    width: 100%;
    height: 230px;
    padding: 17.5px 12px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(97,93,250,.85);
    border-radius: 6px;
    z-index: 999;
    display: none;
}

.avatar-set:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.avatar-col {
    width: 58px;
    height: 58px;
    overflow: hidden;
    text-align: center;
    margin: 3.5px;
    border-radius: 100%;
    float: left;
    cursor: pointer;
    position: relative;
    background-color: rgba(255,255,255,.40);
    padding: 4px;

}

.avatar-col-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 100%;
}

.avatar-col img {
    min-height: 58px;
    min-width: 100%;
    max-width: inherit;
}

.avatar-col .cover-btn {
    color: #fff;
    background-color: #4E4AC8;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    cursor: pointer;
    position: relative;
}

.avatar-col input {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.avatar-col .cover-btn:after {content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 20px;height: 2px;background-color: #fff;}

.avatar-col .cover-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 2px;
    height: 20px;
    background-color: #fff;
}
.avatar-col-img:hover:before, .avatar-col-img:hover:after {
    visibility: visible;
    opacity: 1;
}
.avatar-col-img:after {
    left: 9px;
    top: 5px;
    width: 10px;
    height: 20px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -4px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}
.avatar-col-img:hover:before, .avatar-col-img:hover:after {
    visibility: visible;
    opacity: 1;
}
.avatar-up-scroll {
    height: 194px;
}
.avatar-col-img:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    background: #4e4ac8;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
}

.content-box-body .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.wpi-q {
    position: relative;
    display: inline-block;
}

.wpi-q-tool {
    position: absolute;
    right: -20px;
    top: 2px;
    cursor: pointer;
}

.wpi-q-tool img {
    width: 17px;
}

p.wpi-box {
    position: absolute;
    width: 208px;
    height: 144px;
    border-radius: 4px;
    background-color: #3E405D;
    padding: 13px 7px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    margin-bottom: 10px;
    visibility: hidden;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    transition: transform .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out;
}



.wsq-in {
    padding: 30px;
    background-color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #EAEAF5;
}

.wsq-in svg {
    max-width: 20px;
    float: left;
}

.wsq-in svg path {
    fill: #3e3f5e;
}

.wsq-in-rating span {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: bold;
    color: #3E3F5E;
    display: block;
    margin-bottom: 9px;
}

.wsq-in-rating i {
    font-style: normal;
}

.wsq-in-rating i.star-mobile {
    display: none;
}

.wsq-in-rating {
    padding-left: 32px;
    position: relative;
}

.wsq-in-b {
    position: relative;
}

.wsq-in-rating ul li {
    display: inline-block;
}

.wsq-in-b {
    margin-bottom: 23px;
    display: block;
}

.wsq-in-b:last-child {
    margin-bottom: 0;
}

.wsq-in-bottom {
    height: 95px;
    width: 100%;
    position: relative;
    padding: 0 30px;
    background-color: #F8F8FB;
    font-family: 'Roboto';
    border-radius: 0;
    box-shadow: 0px 0px 40px 0px rgba(94,94,152,.06)
}

.wsq-in-bottom-left p {
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: #AFB0C0;
}

.wsq-in-bottom-left h6 {
    color: #3E405D;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}

.wsq-in-bottom-right p {
    font-size: 11px;
    font-weight: bold;
    color: #AFB0C0;
    padding-bottom: 6px;
}

.wsq-in-bottom-right span {
    color: #FC995B;
    font-size: 34px;
    font-weight: bold;
    line-height: 1em;
}

.wsq-in-bottom-left {
    padding-top: 3px;
}


.profile-header {
    position: relative;
    height: 300px;
    width: 100%;
  }

.profile-header figure {
    border-radius: 0;
    height: 300px;
    overflow: hidden;
    width: 100%;
}

.content .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.profile-header figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.profile-cont .profile-header,
.profile-cont .profile-header img,
.profile-cont .profile-header figure {
    border-radius: 0;
}


.phbi-avatar {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.phbi-avatar img {
    min-height: 100%;
    min-width: 100%;
    max-width: initial
}

.profile-header-b-infos {
    width: 100%;
    height: 120px;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0px 0px 40px 0px rgba(94,94,152,.06);
}

.phbi-middle ul li {
    display: inline-block;
    font-family: 'Roboto';
    text-align: center;
    position: relative;
    padding-right: 29px;
    margin-right: 25px;
}

.phbi-middle ul li span {
    font-size: 20px;
    font-weight: bold;
    color: #3E3F5E;
    line-height: 24px;
}

.phbi-middle ul li p {
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: #AFB0C0;
    margin-top: 10px;
}

.phbi-actions a p i {
    font-style: normal;
}

.phbi-actions svg,
.phbi-actions i.svgg {
    width: 20px;
    height: 20px;
    position: absolute;
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out,-webkit-transform .25s ease-in-out;
    top: 30px;
    left: 50%;
    margin-left: -10px;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out,-webkit-transform .25s ease-in-out;
}

.phbi-actions svg path {
    fill: #fff;
}

.phbi-actions p {
    top: 34px;
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out,-webkit-transform .25s ease-in-out;
}

.phbi-middle {
    height: 100%;
}

.phbi-middle ul li:not(:last-child):after {content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 20px;background-color: #EAEAF5;}

.phbi-middle ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.phbi-middle-left {
    position: absolute;
    left: 89px;
}

.phbi-middle-right {
    position: absolute;
    right: 84px;
}

a.phbi-middle-mid-title {
    color: #3E3F5E;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 19px;
}

a.phbi-middle-mid-link {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #AFB0C0;
}

.phbi-middle-mid a {
    display: block;
}

.phbi-middle-mid {
    text-align: center;
    font-family: 'Roboto';
}

.phbi-actions a {
    display: inline-block;
    width: 170px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    transition: background-color .2s ease-in-out;
}

a.phbi-add {
    background-color: #615DFA;
    box-shadow: 0px 6px 10px 0px rgba(98,99,246,.20);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -198px;
}

a.phbi-add:hover {
    background-color: #5753e4;
}

a.phbi-send {
    background-color: #33D2E0;
    box-shadow: 0px 6px 10px 0px rgba(51,210,224,.20);
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    margin-right: -198px;
}

a.phbi-send:hover {
    background-color: #1bc5d4;
}

.phbi-actions {
    position: absolute;
    top: 0px;
    transform: translateY(-50%);
    width: 100%;
    height: 48px;
}

.column-top {
    width: 100%;
    height: 120px;
    border-radius: 0;
    box-shadow: 0px 0px 40px 0px rgba(94,94,152,.06);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.gridx3 {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.content-in .column4 {
  position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.column-bottom {
    width: 100%;
    height: 75px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #EAEAF5;
    box-shadow: 0px 0px 40px 0px rgba(94,94,152,.06);
    padding: 14px 20px 20px 20px;
    font-family: 'Roboto';
    margin-bottom: 30px;
}

.column-top-left,.column-top-right {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}

.column-top-left svg, .column-top-right svg {
    width: 20px;
}

.column-top-left svg path, .column-top-right svg path {
    fill: #fff;
}

.column-top-mid figure {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.column-top-mid img {
  min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.column-top-left {
    bottom: 20px;
    left: 17px;
    background-color: #33D2E0;
}

.column-top-right {
    right: 17px;
    bottom: 20px;
    background-color: #FB9461;
}

a.column-bottom-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    color: #1D1D1E;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
    margin-bottom: 6px;
    transition: color .2s ease-in-out;
}

a.column-bottom-title:hover,
.hover-green a.column-bottom-title:hover,
.hover-red a.column-bottom-title:hover {
    color: #6263F6!important;
}

p.column-bottom-total-price {
    font-size: 18px;
    font-weight: bold;
    line-height: 12px;
    color: #2B3353;
}

p.column-bottom-price {
    color: #ADAEBF;
    font-weight: bold;
    line-height: 12px;
    text-decoration: line-through;
    margin-bottom: 10px;
    font-size: 13px;
}

.column-tool {
    position: absolute;
    top: 0;
    white-space: nowrap;
    background-color: inherit;
    border-radius: 12px;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    padding: 0 14px;
    height: 26px;
    line-height: 26px;
    transform: translateY(-100%);
    margin-top: -4px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
}

.column-top-left:hover .column-tool,
.column-top-right:hover .column-tool {
    visibility: visible;
    opacity: 1;
}

.user-services-in {
    width: 100%;
    height: 374px;
    font-family: 'Roboto';
    margin-bottom: 30px;
}

.user-services-in-pos {
    width: 100%;
    height: 374px;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #EAEAF5;
    border-radius: 6px;
    padding: 30px 20px;
    box-shadow: 0px 0px 40px 0px rgba(94,94,152,.06);
    transition: all .2s ease-in-out;
    transform-origin: center;
}

h1.user-services-title {
    font-size: 18px;
    font-weight: bold;
    color: #3E3F5E;
    margin-bottom: 22px;

}

.user-services-in .wantto {
    font-size: 14px;
    color: #3E3F5E;
    font-weight: bold;
    display: inline-block;
    width: 204px;
    height: 48px;
    border: 1px solid #D5D7D9;
    border-radius: 0;
    line-height: 48px;
    transition: all .2s ease-in-out;
}

.user-services-in .wantto:hover,
.user-services-in .wantto.active {
    background-color: #FA4554;
    box-shadow: 0px 6px 10px 0px rgba(250,69,84,.20);
    color: #fff;
    border-color: #FA4554;
}

.user-services-in figure img {
    margin: 0 auto;
    max-width: 136px;
}

.user-services-in p {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #AFB0C0;
    display: block;
    margin-top: 20px;
    transition: color .1s ease-in-out;
}

.user-services-in:hover .user-services-in-pos {
    width: calc(100% + 14px);
    height: 388px;
    margin-top: -7px;
    margin-left: -7px;
}

.user-services-in:hover p {
    color: #3E3F5E;
}

.user-services-in:hover .wantto {
    background-color: #FA4554;
    box-shadow: 0px 6px 10px 0px rgba(250,69,84,.20);
    color: #fff;
    border-color: #FA4554;
}

#cn {
    position: absolute;
    top: -99px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 999;
    width: 140px;
    height: 140px;
    border-radius: 100%;
}

svg.kargo-icon {
    width: 22px;
    height: 22px;
}

.p-sidebar.left {
    float: left;
}

.p-sidebar {
  width: 284px;
}

.p-sidebar .widget {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 30px;
    box-shadow: 0px 0px 40px 0px rgba(94,94,152,.06);
    border-radius: 0;
}



.commentForm{margin-top:12px}
.commentForm form{border:1px solid #d8d8d8}
.commentForm form>div{padding:0 20px}
.commentForm form>div>p{color:#81878c;font-weight:500;font-size:14px;position:relative;padding:20px 0 20px 35px;border-bottom:1px solid #d8d8d8}
.commentForm form>div>p i{position:absolute;left:0;top:50%;line-height:0;font-size:24px}
.commentForm form>div #editorTool{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-12px;margin-left:-12px;margin:0}
.commentForm form>div #editorTool>div{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:0 12px;padding:0}
.commentForm form>div #editorTool .ql-toolbar{order:1;border:none;border-top:1px solid #dedede;padding:8px 0}
.commentForm form>div #editorTool .ql-toolbar>div{margin:0 -8px}
.commentForm form>div #editorTool .ql-toolbar>div:before,.commentForm form>div #editorTool .ql-toolbar>div:after{content:"";display:table;clear:both}
.commentForm form>div #editorTool .ql-toolbar>div>span{margin:0;padding:0 8px;border-left:1px solid #d9dbdf}
.commentForm form>div #editorTool .ql-toolbar>div>span:first-child{border-left:none}
.commentForm form>div #editorTool .ql-toolbar .send{padding:0 8px}
.commentForm form>div #editorTool .ql-toolbar .send button{width:auto;color:#81878c;font-size:15px;font-weight:700 !important;background:#e8eaed;padding:5px 20px;border-radius: 1px;height:auto}
.commentForm form>div #editorTool .ql-container{height:160px;overflow:auto;border:none;color:#2b2b2b;font-size:14px;font-weight:500}
.commentForm form>div #editorTool .ql-container .ql-editor{padding:20px 0}
.commentForm form>div #editorTool>span{display:block;font-size:12px;color:#81878c;padding:7px 0}
.commentForm form>p{font-size:12px;background:#f8f9fa;color:#81878c;border-top:1px solid #d8d8d8;padding:15px 20px}
.commentForm form>p strong{font-weight:normal !important;color:#c90914}
.icon-like{
  display: inline-block;
width: 30px;
line-height: 30px;
border-radius: 100%;
text-align: center !important;
color: #fff;
font-size: 14px;
background: #c90914;
vertical-align: middle;
}
a strong{
  display: inline-block;
font-size: 14px;
color: #000;
vertical-align: middle;
margin: 0 6px;
margin-left: 8px;
}
/*
 * NEWS SEND
 */
body.newsSendOpen{overflow:hidden}body.newsSendOpen>*{filter:blur(5px)}body.newsSendOpen>*.pop{filter:blur(0)}body.newsSendOpen>header{filter:blur(0)}body.newsSendOpen>header .bottom{filter:blur(5px)}
#newsSend{position:fixed;left:0;top:0px;right:0;bottom:0;z-index:9;filter:blur(0);opacity:0;visibility:hidden;-moz-transition-duration:.2s;-o-transition-duration:.2s;-webkit-transition-duration:.2s;transition-duration:.2s;-moz-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}#newsSend>.overlay{position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.5)}#newsSend>.close{position:absolute;left:50%;top:0;width:1200px;max-width:100%;text-align:right !important;height:0;transform:translateX(-50%);padding:0 15px}#newsSend>.close a{display:inline-block;font-size:16px;color:#fff;line-height:26px;margin-top:15px}#newsSend>.content{position:fixed;left:50%;top:165px;bottom:56px;width:0;max-width:100%;width:1200px;padding:0 15px;transform:translateX(-50%)}#newsSend>.content>div{width:100%;background:#fff;overflow:auto;max-height:100%}#newsSend>.content>div .row{margin:0;border:1px solid #d8d8d8}#newsSend>.content>div .row>div{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;padding:0 12px}#newsSend>.content>div .row>div:first-child{padding:0 20px 20px;width: 70%;float:left;}#newsSend>.content>div .row>div:first-child>strong{display:block;text-align:center !important;font-size:18px;color:#2b2b2b;font-weight:normal !important;padding:18px 0}#newsSend>.content>div .row>div:first-child>strong strong{color:#c90914;font-weight:600}#newsSend>.content>div .row>div:first-child form .input{position:relative;background:#fff;margin-bottom:14px;border:1px solid #dedede}#newsSend>.content>div .row>div:first-child form .input input,#newsSend>.content>div .row>div:first-child form .input select{width:100%;padding:0;font-size:15px;color:#2b2b2b;line-height:18px;padding:15px;background:none;border:none;appearance:none;-webkit-appearance:none;position:relative;z-index:1}#newsSend>.content>div .row>div:first-child form .input input[type="file"],#newsSend>.content>div .row>div:first-child form .input select[type="file"]{position:absolute;opacity:0;height:0;width:0;padding:0}#newsSend>.content>div .row>div:first-child form .input input::-webkit-input-placeholder,#newsSend>.content>div .row>div:first-child form .input select::-webkit-input-placeholder{color:#2b2b2b}#newsSend>.content>div .row>div:first-child form .input input::-moz-placeholder,#newsSend>.content>div .row>div:first-child form .input select::-moz-placeholder{color:#2b2b2b}#newsSend>.content>div .row>div:first-child form .input input:-ms-input-placeholder,#newsSend>.content>div .row>div:first-child form .input select:-ms-input-placeholder{color:#2b2b2b}#newsSend>.content>div .row>div:first-child form .input input:-moz-placeholder,#newsSend>.content>div .row>div:first-child form .input select:-moz-placeholder{color:#2b2b2b}#newsSend>.content>div .row>div:first-child form .input.url{border-color:#959595}#newsSend>.content>div .row>div:first-child form .input.url input{padding-left:45px}#newsSend>.content>div .row>div:first-child form .input.url b{position:absolute;left:10px;top:0;line-height:48px;font-size:20px;color:#000;width:35px;text-align:center !important}#newsSend>.content>div .row>div:first-child form .input input[type="file"]+label{display:block;line-height:46px;background:#c1c1c1;background:-moz-linear-gradient(bottom, #c1c1c1 0%, #ededed 100%);background:-webkit-linear-gradient(bottom, #c1c1c1 0%, #ededed 100%);background:linear-gradient(to top, #c1c1c1 0%, #ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1', endColorstr='#ededed', GradientType=0);position:relative;padding:0 20px 0 40px}#newsSend>.content>div .row>div:first-child form .input input[type="file"]+label i{position:absolute;left:10px;top:50%;width:30px;text-align:center !important;line-height:0;font-size:13px}#newsSend>.content>div .row>div:first-child form .input input[type="file"]+label span{display:block;white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}#newsSend>.content>div .row>div:first-child form .input>i{position:absolute;right:0;top:0;line-height:48px;width:40px;text-align:center !important;background:#ebebeb;font-size:12px}#newsSend>.content>div .row>div:first-child form .input>i+input,#newsSend>.content>div .row>div:first-child form .input>i+select{padding-right:55px}#newsSend>.content>div .row>div:first-child form .input>em{position:absolute;right:0;top:0;line-height:48px;width:44px;text-align:center !important;font-size:20px;border-left:1px solid #959595;background:#c1c1c1;background:-moz-linear-gradient(bottom, #c1c1c1 0%, #ededed 100%);background:-webkit-linear-gradient(bottom, #c1c1c1 0%, #ededed 100%);background:linear-gradient(to top, #c1c1c1 0%, #ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1', endColorstr='#ededed', GradientType=0)}#newsSend>.content>div .row>div:first-child form .input>em+input,#newsSend>.content>div .row>div:first-child form .input>em+select{padding-right:55px}#newsSend>.content>div .row>div:first-child form .input.sm input,#newsSend>.content>div .row>div:first-child form .input.sm select{padding-top:12px;padding-bottom:12px}#newsSend>.content>div .row>div:first-child form .input.sm input[type="file"]+label{line-height:42px}#newsSend>.content>div .row>div:first-child form .input.sm em{line-height:42px}#newsSend>.content>div .row>div:first-child form .input.sm.url b{line-height:42px}#newsSend>.content>div .row>div:first-child form .category{padding:6px 0 0;border-bottom:1px solid #d8d8d8;margin-bottom:20px}#newsSend>.content>div .row>div:first-child form .category ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}#newsSend>.content>div .row>div:first-child form .category ul li{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;padding:0 12px;padding:0 12px 20px}#newsSend>.content>div .row>div:first-child form .category ul li a{display:block;text-align:center !important;color:#2b2b2b;font-size:15px;border:1px solid #dedede;padding:15px;background:#f0f0f0;background:-moz-linear-gradient(bottom, #f0f0f0 0%, #fafafa 100%);background:-webkit-linear-gradient(bottom, #f0f0f0 0%, #fafafa 100%);background:linear-gradient(to top, #f0f0f0 0%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fafafa', GradientType=0);-moz-transition-duration:.2s;-o-transition-duration:.2s;-webkit-transition-duration:.2s;transition-duration:.2s;-moz-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}#newsSend>.content>div .row>div:first-child form .category ul li a i{display:block;font-size:24px;color:#000;padding-bottom:10px;-moz-transition-duration:.2s;-o-transition-duration:.2s;-webkit-transition-duration:.2s;transition-duration:.2s;-moz-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}#newsSend>.content>div .row>div:first-child form .category ul li a.active{background:#c90914;border-color:#c90914;color:#fff}#newsSend>.content>div .row>div:first-child form .category ul li a.active i{color:#fff}#newsSend>.content>div .row>div:first-child #editor{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-12px;margin-left:-12px;margin:0}#newsSend>.content>div .row>div:first-child #editor>div{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:0 12px;padding:0}#newsSend>.content>div .row>div:first-child #editor .ql-toolbar{order:1;border:1px solid #dedede;border-top:none;padding:8px}#newsSend>.content>div .row>div:first-child #editor .ql-container{height:240px;overflow:auto;border:1px solid #dedede}#newsSend>.content>div .row>div:first-child .alert{background:#333333;color:#fff;font-size:15px;position:relative;padding:10px 20px 10px 40px;margin-top:20px}#newsSend>.content>div .row>div:first-child .alert i{position:absolute;left:5px;top:50%;line-height:0;width:35px;text-align:center !important}#newsSend>.content>div .row>div:first-child .inline{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}#newsSend>.content>div .row>div:first-child .inline>div{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:0 12px;padding:20px 12px 0}#newsSend>.content>div .row>div:first-child .inline>div .input{margin-bottom:0}#newsSend>.content>div .row>div:first-child .cap{margin-top:-20px;border-bottom:1px solid #d8d8d8;margin-bottom:20px}#newsSend>.content>div .row>div:first-child .cap>div{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}#newsSend>.content>div .row>div:first-child .cap>div>div{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:0 12px;padding:20px 12px}#newsSend>.content>div .row>div:first-child .cap>div>div .input{margin-bottom:0}#newsSend>.content>div .row>div:last-child{width: 30%; height: 715px;float:right;padding:0 12px;background:#f8f9fa;border-left:1px solid #d8d8d8;padding:60px 20px}#newsSend>.content>div .row>div:last-child .file{border:1px solid #d8d8d8;background:#fff;padding:20px;position:relative}#newsSend>.content>div .row>div:last-child .file span{position:absolute;background:#c90914;color:#fff;line-height:30px;top:-10px;left:20px;font-size:12px;font-weight:600;padding:0 15px}#newsSend>.content>div .row>div:last-child .file input{display:none}#newsSend>.content>div .row>div:last-child .file label{display:block;font-size:0;cursor:pointer}#newsSend>.content>div .row>div:last-child .file label img{width:100%}#newsSend>.content>div .row>div:last-child button{width:100%;display:block;padding:0;border:1px solid #57a22e;margin-top:20px;font-size:15px;color:#fff;font-weight:600;line-height:18px;padding:15px;background:#59a82f;background:linear-gradient(0deg, #59a82f 0%, #5fb433 100%);-moz-transition-duration:.2s;-o-transition-duration:.2s;-webkit-transition-duration:.2s;transition-duration:.2s;-moz-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;cursor:pointer}#newsSend>.content>div .row>div:last-child button span{position:relative;padding-left:30px}#newsSend>.content>div .row>div:last-child button span i{position:absolute;left:0;top:50%;line-height:0}#newsSend>.content>div .row>div:last-child button:hover{background:#5fb433;background:linear-gradient(0deg, #5fb433 0%, #59a82f 100%)}#newsSend>.content>div .row>div:last-child button.dark{border-color:#333333;background:#000;background:linear-gradient(0deg, #000 0%, #333 100%)}#newsSend>.content>div .row>div:last-child button.dark:hover{background:#333;background:linear-gradient(0deg, #333 0%, #000 100%)}#newsSend.open{opacity:1;visibility:visible}

.sidebarComment{padding-top: 9px !important;margin-bottom: 20px;}
.sidebarComment:first-child{padding-top: 0px !important;position: relative: bottom: 3px;}
.sidebarComment h3{background: #9f9f9f;font-size: 12px !important; color: #fff !important;padding: 7px 10px; position: relative; display: inline-block; top: 15px;font-weight: 700;left: 20px;font-family: 'Roboto',sans-serif !important;}
.sidebarComment h3:before{content: "";position: absolute;left: 0;bottom: 0;width: 0;height: 0;z-index: 999;opacity: 1;border-right: 16px solid transparent;border-top: 10px solid#9f9f9f;bottom: -9px;right: 15px;}
.sidebarComment h3:after{border-right: 16px solid transparent;border-top: 10px solid #9f9f9f;bottom: -9px;right: 15px;}
.quickComment .emojiArea{margin-top: 10px;}
.quickComment .emojiArea .emoji{width: 30px;height: 30px;display: inline-block;margin-left: 8px;padding-bottom: 10px;cursor:pointer;}
.quickComment .emojiArea .happy{background: url(../img/svg/e1.png);background-size: 30px 30px;}
.quickComment .emojiArea .yawn{background: url(../img/svg/e2.png);background-size: 30px 30px;}
.quickComment .emojiArea .crying{background: url(../img/svg/e3.png);background-size: 30px 30px;}
.quickComment .emojiArea .sad{background: url(../img/svg/e4.png);background-size: 30px 30px;}
.quickComment .emojiArea .surprise{background: url(../img/svg/e5.png);background-size: 30px 30px;}
.quickComment .emojiArea .v-happy{background: url(../img/svg/e6.png);background-size: 30px 30px;}

.quickComment .emojiArea .happy:after{content: "";background: url(../img/svg/hoe1.png);background-size: 30px 30px;height:30px;}
.quickComment .emojiArea .yawn:after{content: "";background: url(../img/svg/hoe2.png);background-size: 30px 30px;height:30px;}
.quickComment .emojiArea .crying:after{content: "";background: url(../img/svg/hoe3.png);background-size: 30px 30px;height:30px;}
.quickComment .emojiArea .sad:after{content: "";background: url(../img/svg/hoe4.png);background-size: 30px 30px;height:30px;}
.quickComment .emojiArea .surprise:after{content: "";background: url(../img/svg/hoe5.png);background-size: 30px 30px;height:30px;}
.quickComment .emojiArea .v-happy:after{content: "";background: url(../img/svg/hoe6.png);background-size: 30px 30px;height:30px;}


.emojiArea2 .happy:after{content: "";background: url(../img/svg/hoe1.png);background-size: 30px 30px;height:30px;}
.emojiArea2 .yawn:after{content: "";background: url(../img/svg/hoe2.png);background-size: 30px 30px;height:30px;}
.emojiArea2 .crying:after{content: "";background: url(../img/svg/hoe3.png);background-size: 30px 30px;height:30px;}
.emojiArea2 .sad:after{content: "";background: url(../img/svg/hoe4.png);background-size: 30px 30px;height:30px;}
.emojiArea2 .surprise:after{content: "";background: url(../img/svg/hoe5.png);background-size: 30px 30px;height:30px;}
.emojiArea2 .v-happy:after{content: "";background: url(../img/svg/hoe6.png);background-size: 30px 30px;height:30px;}

.emojiArea2{width: 260px;margin: 0 auto;margin-top: 20px;margin-bottom: 10px;}
.emojiArea2 .emoji{width: 30px;height: 30px;display: inline-block;margin-right: 10px;padding-bottom: 10px; cursor:pointer;}
.emojiArea2 .happy{background: url(../img/svg/e1.png);background-size: 30px 30px;}
.emojiArea2 .yawn{background: url(../img/svg/e2.png);background-size: 30px 30px;}
.emojiArea2 .crying{background: url(../img/svg/e3.png);background-size: 30px 30px;}
.emojiArea2 .sad{background: url(../img/svg/e4.png);background-size: 30px 30px;}
.emojiArea2 .surprise{background: url(../img/svg/e5.png);background-size: 30px 30px;}
.emojiArea2 .v-happy{background: url(../img/svg/e6.png);background-size: 30px 30px;}

.quickComment .emojiArea .happy:hover{background: url(../img/svg/hoe1.png);background-size: 30px 30px;}
.quickComment .emojiArea .yawn:hover{background: url(../img/svg/hoe2.png);background-size: 30px 30px;}
.quickComment .emojiArea .crying:hover{background: url(../img/svg/hoe3.png);background-size: 30px 30px;}
.quickComment .emojiArea .sad:hover{background: url(../img/svg/hoe4.png);background-size: 30px 30px;}
.quickComment .emojiArea .surprise:hover{background: url(../img/svg/hoe5.png);background-size: 30px 30px;}
.quickComment .emojiArea .v-happy:hover{background: url(../img/svg/hoe6.png);background-size: 30px 30px;}

.emojiArea2 .happy:hover{background: url(../img/svg/hoe1.png);background-size: 30px 30px;}
.emojiArea2 .yawn:hover{background: url(../img/svg/hoe2.png);background-size: 30px 30px;}
.emojiArea2 .crying:hover{background: url(../img/svg/hoe3.png);background-size: 30px 30px;}
.emojiArea2 .sad:hover{background: url(../img/svg/hoe4.png);background-size: 30px 30px;}
.emojiArea2 .surprise:hover{background: url(../img/svg/hoe5.png);background-size: 30px 30px;}
.emojiArea2 .v-happy:hover{background: url(../img/svg/hoe6.png);background-size: 30px 30px;}

.emojiArea2 .countEmoji span{width: 40px; text-align: center;display: inline-block;font-size:14px;}
.emojiArea2 .countEmoji span:first-child{width: 34px;}

.emojiArea .countEmoji span{width: 30px;display: inline-block;text-align: center;font-size: 14px;margin-left: 8px;}

.quickComment{border: 1px solid #e8e8e8; border-radius:1px;width: 100%;padding: 20px;background: #fff;}
.quickComment form{margin-top: 10px;}
.quickComment textarea{border: 1px solid #e8e8e8;resize: none;padding: 10px;width: 100%;height: 43px;line-height: 20px;color: #9f9f9f;border-radius:1px;background: #e8e8e8}
.quickComment form input[type=submit]{height: 30px;float:right;background-color: #9f9f9f;border:none;color: #fff;font-weight: 700;border-radius:1px;cursor: pointer;padding: 7px 10px;}
.quickComment .commentHiddenArea{margin-top: 5px;display: none;}
.quickComment .info{height: 130px; background-color: #ececec; text-align:center; color: #1e1e1e;margin-top: 10px;
border: 1px solid
#e9e9e9;
border-radius: 4px;font-size: 14px;
line-height: 22px;padding-top: 10px;padding-left: 10px;padding-right: 10px;}
.quickComment textarea::-webkit-input-placeholder {
  color: #9f9f9f;
}
.quickComment textarea:-moz-placeholder {
  color: #9f9f9f;
}

.quickComment textarea::-moz-placeholder {
  color: #9f9f9f;
}

.quickComment textarea:-ms-input-placeholder {
  color: #9f9f9f;
}

.quickComment textarea::placeholder {
  color: #9f9f9f;
}

.infinityDiv{position: fixed; bottom: 0;z-index:9999;width: 839px;margin: 0 auto;background: #fff;-webkit-box-shadow: 1px 0px 8px -1px rgba(0,0,0,0.118);-moz-box-shadow: 1px 0px 8px -1px rgba(0,0,0,0.118);box-shadow: 1px 0px 8px -1px rgba(0,0,0,0.30);

}

.infinityDiv img{float:left;}
.infinityDiv h4{padding-left: 120px;padding-top: 10px; color: #c90914;}
.infinityDiv p{padding-left: 120px;padding-top: 5px; color: #000;position: relative; bottom: 4px;line-height: 30px;}
.infinityDiv .progress-bar{background-color:#eee;position: absolute;z-index: -1;width: 0;height: 100%;left: 0;top: 0;transition: width .1s ease;}

.infos .views{background: #fbfbfb;
    padding: 0 20px;
    border: 1px solid #e9e9e9;
    line-height: 29px;
    float: left;
    height: 30px;
    border-radius: 20px;
    text-align: center;}
    .infos .views span{font-size:14.2px; font-weight: 600; color: #b2b2b2;}
.infos>a{font-size:0;float:left}
.infos>a i{display:inline-block;width:30px;line-height:30px;border-radius:100%;text-align:center !important;color:#fff;font-size:14px;background:#c90914;vertical-align:middle}
.infos>a strong{display:inline-block;font-size:14px;color:#000;vertical-align:middle;margin:0 6px;margin-left: 8px;}
.infos>a span{display:inline-block;vertical-align:middle;font-size:13px;color:#646464;padding-left:12px;position:relative}
.infos>a span::before{position:absolute;content:"";left:0;top:50%;background:#9e9ea0;width:4px;height:4px;border-radius:100%;margin-top:-2px}
.infos ul{float:right;display:inline-block;font-size:0;vertical-align:middle}
.infos ul li{display:inline-block;vertical-align:middle;margin-left:10px}
.infos ul li a img{width:30px;height:30px;border-radius:100%}
.infos ul li a i{display:inline-block;width:30px;line-height:30px;border-radius:100%;text-align:center !important;color:#fff;font-size:14px;background:#c90914;vertical-align:middle}

/* New Widgets */
.fiveContent {float:left;width:100%;}
.fiveContent .leftOne {float:left;width:280px;height:388px;border-radius:1px;overflow:hidden;position:relative;}
.fiveContent .leftOne a.post {position:relative;width:100%;height:100%;}
.fiveContent .leftOne a.post:before {position:absolute;content:"";width:100%;z-index:1;height:100%;-webkit-box-shadow:inset 0px -200px 60px -23px rgba(0,0,0,0.7);-moz-box-shadow:inset 0px -200px 60px -23px rgba(0,0,0,0.7);box-shadow:inset 0px -200px 60px -23px rgba(0,0,0,0.7);}
.fiveContent .leftOne .thumb {width:100%;height:100%;}
.fiveContent .leftOne .thumb img {transform:scale(1);transition:.4s;min-height:388px;width:auto;object-fit: cover;min-width: 100%;}
.fiveContent .leftOne:hover .thumb img {transform:scale(1.1);transition:.4s;}
.fiveContent .leftOne .text {position:absolute;width:100%;bottom:19px;left:0;right:0;text-align:center;padding:0 0 0px 0;z-index:2;}
.fiveContent .leftOne .text a.title {color:#fff;width:100%;line-height:22px;font-weight:700;font-size:18px;text-align:center;padding:0 21px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.fiveContent .leftOne .cat {float:left;width:100%;margin-bottom:19px;}
.fiveContent .leftOne a.sSCat {text-align:center;display:inline-block;color:#fff;font-weight:700;font-size:11px;text-transform:uppercase;height:18px;line-height:19px;padding:0 9px;border-radius:1px;}

.fcCat {text-align:center;display:inline-block;position:absolute;bottom:82px;color:#fff;font-weight:700;font-size:11px;text-transform:uppercase;height:18px;line-height:19px;padding:0 8px;border-radius:1px;}
.fiveContent .quadruple {float:left;width:calc(100% - 296px);margin-left:16px;}
.fiveContent .quadruple .item {float:left;width:calc(50% - 8px);height:186px;position:relative;overflow:hidden;border-radius:1px;}
.fiveContent .quadruple .item a.post {position:relative;width:100%;height:100%;}
.fiveContent .quadruple .item .thumb img {transform:scale(1);transition:.4s;min-height:186px;width:auto;width: 100%;object-fit: cover;}
.fiveContent .quadruple .item:hover .thumb img {transform:scale(1.1);transition:.4s;}
.fiveContent .quadruple .item a.post:before {position:absolute;content:"";width:100%;height:100%;z-index:1;box-shadow: inset 0px -118px 50px -30px rgba(0,0,0,0.62);}
.fiveContent .quadruple .item:nth-child(even) {float:right;margin-left:16px;}
.fiveContent .quadruple .item:first-child {margin-bottom:16px;}
.fiveContent .quadruple .item:nth-child(2) {margin-bottom:16px;}
.fiveContent .quadruple .item span {position:absolute;z-index:2;bottom:19px;left:24px;width:calc(100% - 48px);color:#fff;line-height:22px;font-weight:700;font-size:17px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.fiveContent .quadruple .item .fcCat {top:20px;left:24px;}

.binaryCatPost {float:left;width:100%;}
.binaryCatPost .box {float:left;width:calc(50% - 8.5px);background:#FFF;border:1px solid #dcdcdc;border-radius:1px;padding:0 0 7px 0}
.binaryCatPost .box:nth-child(2) {float:right}
.binaryCatPost .box .head {float:left;width:100%;height:60px;border-bottom:1px solid #eaeaf5;line-height:60px;padding:0 24px;margin-bottom:15px;position:relative;}
.binaryCatPost .box .head span {float:left;color:#000;font-size:16px;font-weight:700;}
.binaryCatPost .box .firstPost {float:left;width:100%;}
.binaryCatPost .box .firstPost .thumb {float:left;width:100%;height:220px;overflow:hidden;}
.binaryCatPost .box .firstPost .details {float:left;width:100%;padding:28px 25px 15px 25px;}
span.binaryDate {float:left;width:100%;font-size:11px;font-weight:700;color:#979797;padding-left:15px;position:relative;}
span.binaryDate:before {width:4px;height:4px;position:absolute;content:"";border-radius:100%;left:0;top:1px;}
.binaryCatPost .box .firstPost .details a.title {float:left;width:100%;color:#000;font-size:20px;line-height:28px;font-weight:700;margin-top:11px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.binaryCatPost .box .firstPost .details p {float:left;width:100%;color:#666666;font-size:13px;line-height:22px;font-weight:500;font-family:'roboto', sans-serif;margin-top:7px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.binaryCatPost .box .firstPost .details a.readMore {float:left;margin-top:12px;display:inline-block;color:#fff;text-transform:uppercase;height:30px;line-height:31px;font-size:11px;font-weight:700;padding:0 17.5px;border-radius:1px;}
.binaryCatPost .box .othPosts {float:left;width:100%;padding:5px 25px 0 25px;}
.binaryCatPost .box .othPosts .post {float:left;width:100%;margin-bottom:20px;margin-top:0px;}
.binaryCatPost .box .othPosts .post .thumb {float:left;width:110px;height:75px;margin-right:14px;border-radius:1px;overflow:hidden;}
.binaryCatPost .box .othPosts .post .text {float:left;width:calc(100% - 124px);}
.binaryCatPost .box .othPosts .post .text span.binaryDate {margin-top:8px;}
.binaryCatPost .box .othPosts .post .text a.title {font-size:15px;font-weight:700;color:#000;line-height:22px;float:left;width:100%;margin-top:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}

.sSThree {float:left;width:100%;}
.sSThree .slides {float:left;width:100%;height:388px;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;overflow:hidden;position:relative;}
.sSThree .slides .item {float:left;width:100%;height:100%;position:relative;}
.sSThree .slides .item a.post {float:left;width:100%;height:100%;position:relative;}
.sSThree .slides .item a.post:before {position:absolute;bottom:0;left:0;right:0;z-index:1;content:"";width:100%;height:100%;box-shadow:inset 0px -142px 51px -24px rgba(0,0,0,0.78);}
.sSThree .slides .item a.post .thumb {float:left;width:100%;height:388px;}
.sSThree .slides .item a.post .thumb img {min-width:100%;min-height:388px;}
.sSThree .slides .item a.post .thumb img {transform:scale(1);transition:.4s;min-height:388px;min-width:100%;width:auto;object-fit: cover;}
.sSThree .slides .item:hover a.post .thumb img {transform:scale(1.1);transition:.4s;}
.sSThree .slides .item .text {position:absolute;z-index:2;width:100%;bottom:24px;left:0;right:0;display:flex;flex-direction:column;text-align:center;padding:0 0 19px 0;}
.sSThree .slides .item .text a.title {width:100%;font-size:18px;font-weight:700;color:#fff;text-align:center;padding:19px 28px 0 28px;line-height:22px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.sSThree .slides .item .cat {float:left;width:100%;}
.sSThree .slides .item a.sSCat {text-align:center;display:inline-block;color:#fff;font-weight:700;font-size:11px;text-transform:uppercase;height:18px;line-height:19px;padding:0 9px;border-radius:1px;}
.sSThree .slides .owl-nav {}
.sSThree .slides .owl-nav .owl-prev {position:absolute;left:20px;top:180px;width:28px;height:28px;background:url("../img/icons/sSTA.png")no-repeat center center rgba(255, 255, 255, 0.9);text-indent:-9999px;}
.sSThree .slides .owl-nav .owl-next {position:absolute;right:20px;top:180px;width:28px;height:28px;background:url("../img/icons/sSTA.png")no-repeat center center rgba(255, 255, 255, 0.9);text-indent:-9999px;transform:rotate(180deg);}
.sSThree .slides .owl-dots {position:relative;display:table;margin:0 auto;bottom:28px;height:4px;left:0;right:0;}
.sSThree .slides .owl-dots .owl-dot {width:10px;height:4px;background:#fff;margin:0 2.5px;display:block;text-align:center;float:left;border-radius:1px;}


.sSFour {float:left;width:100%;height:300px;}
.sSFour .slides {float:left;width:100%;height:300px;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;overflow:hidden;position:relative;}
.sSFour .slides .item {float:left;width:100%;height:100%;position:relative;}
.sSFour .slides .item a.post {float:left;width:100%;height:100%;position:relative;}
.sSFour .slides .item a.post:before {position:absolute;bottom:0;left:0;right:0;content:"";width:100%;height:100%;box-shadow:inset 0px -102px 51px -24px rgba(0,0,0,0.78);}
.sSFour .slides .item a.post .thumb {float:left;width:100%;height:300px;}
.sSFour .slides .item a.post .thumb img {min-height:300px;min-width:100%;width:auto;object-fit: cover;}
.sSFour .slides .item .text {position:absolute;width:100%;bottom:19px;left:0;right:0;display:flex;flex-direction:column;text-align:center;padding:0 0 0px 0;}
.sSFour .slides .item .text a.title {width:100%;font-size:18px;font-weight:700;color:#fff;text-align:center;padding:20px 30px 0 30px;line-height:22px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.sSFour .slides .item .cat {float:left;width:100%;}
.sSFour .slides .item a.sSCat {text-align:center;display:inline-block;color:#fff;font-weight:700;font-size:11px;text-transform:uppercase;height:18px;line-height:19px;padding:0 9px;border-radius:1px;}
.sSFour .slides .owl-nav {display:block!important;width:61px;height:28px;position:absolute;top:24px;right:24px;}
.sSFour .slides .owl-nav .owl-prev {width:28px;height:28px;background:url("../img/icons/sSFA.png")no-repeat center center #fff;text-indent:-9999px;border-radius:100%;}
.sSFour .slides .owl-nav .owl-next {margin-left:5px;width:28px;height:28px;background:url("../img/icons/sSFA.png")no-repeat center center #fff;text-indent:-9999px;border-radius:100%;transform:rotate(180deg);}


.wTList {background:#fff;float:left;width:100%;border:1px solid #dcdcdc;border-radius:1px;-moz-border-radius:1px;-webkit-border-radius:1px;}
.wTList .head {float:left;width:100%;height:59px;border-bottom:1px solid #eaeaf5;padding:0 25px;position:relative;}
.wTList .head span {float:left;font-size:16px;color:#000;font-weight:700;text-transform:uppercase;line-height:59px;}
.wTList .head i,.binaryCatPost .box .head i {float:left;width:38px;height:4px;position:absolute;bottom:-1px;left:20px;}
.widget.bt_widget_withoutthumblist-2 .head,.binaryCatPost .box .head {padding-left: 20px!important;margin-bottom: 0!important;}
.binaryCatPost .box .head:before {display: none;}

.widget.bt_widget_withoutthumblist-2 .head:before {
    display: none;
}
.wTList .posts {padding:22px 0 32px 0;float:left;}
.wTList .posts .post:last-child .numb:after {
    height: 47px;
}
.wTList .posts .post {width:100%;float:left;padding:0 20px 20px 20px;transition:300ms;}
.wTList .posts .post:last-child {padding-bottom:0}
.wTList .posts .post .numb {width:16px;height:16px;float:left;border-radius:100%;background:#d4d4d4;border:4px solid #e7e7e7;position:relative;transition:300ms;}
.wTList .posts .post .numb:before {position:absolute;top:0;left:0;right:0;width:100%;text-align:center;font-style:normal;color:#fff;font-size:10px;line-height:16px;}
.wTList .posts .post .numb:after {position:absolute;top:20px;left:50%;margin-left:-1px;right:0;width:2px;height:61px;content:"";background:#eee;}
.wTList .posts .post:nth-child(1) .numb:before {content:"1"}
.wTList .posts .post:nth-child(2) .numb:before {content:"2"}
.wTList .posts .post:nth-child(3) .numb:before {content:"3"}
.wTList .posts .post:nth-child(4) .numb:before {content:"4"}
.wTList .posts .post:nth-child(5) .numb:before {content:"5"}
.wTList .posts .post:nth-child(6) .numb:before {content:"6"}
.wTList .posts .post:nth-child(7) .numb:before {content:"7"}
.wTList .posts .post:nth-child(8) .numb:before {content:"8"}
.wTList .posts .post:nth-child(9) .numb:before {content:"9"}
.wTList .posts .post:nth-child(10) .numb:before {content:"10"}
.wTList .posts .post:nth-child(11) .numb:before {content:"11"}
.wTList .posts .post:nth-child(12) .numb:before {content:"12"}
.wTList .posts .post:nth-child(13) .numb:before {content:"13"}
.wTList .posts .post:nth-child(14) .numb:before {content:"14"}
.wTList .posts .post:nth-child(15) .numb:before {content:"15"}
.wTList .posts .post:nth-child(16) .numb:before {content:"16"}
.wTList .posts .post:nth-child(17) .numb:before {content:"17"}
.wTList .posts .post:nth-child(18) .numb:before {content:"18"}
.wTList .posts .post .text {float:left;width:calc(100% - 29px);padding-left:13px;}
.wTList .posts .post .text .date {float:left;width:100%;font-size:11px;font-weight:700;color:#979797;margin:4px 0 6px 0;}
.wTList .posts .post .text span.title {float:left;width:100%;font-size:15px;color:#000;font-weight:700;line-height:22px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.wTList .posts .post:hover .numb:before {transform:rotate(360deg);transition:300ms;}

.fullLength {float:left;width:100%;margin-bottom:30px;}
.fullLength.ust {margin-bottom:0;}
.fullLength.ust .widget {float:left;width:100%;margin-top:30px;}
.fullLength.ust .widget:last-child {margin-top:0px!important;}

.fullLength.alt {margin-bottom:0;}
.fullLength.alt .widget {float:left;width:100%;margin-bottom:30px;}
.fullLength.alt .widget:last-child {margin-bottom:0px!important;}

.fLPosts {float:left;width:100%;}
.fLPosts .item {float:left;width:225px;height:378px;margin-right:18px;position:relative;}
.fLPosts .item:nth-child(4n) {margin-right:0;}
.fLPosts .item .thumb {float:left;width:100%;height:217px;position:relative;}
.fLPosts .item .text .summary {float:left;width:100%;color:#4c4c4c;font-size:13px;font-weight:500;line-height:20px;padding:0px 20px 0 20px;font-family:'roboto', sans-serif;margin-top:6px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
.fLPosts .item.oth .thumb {border-left:1px solid #f5f5f5;border-right:1px solid #f5f5f5;border-top:1px solid #f5f5f5;border-top-left-radius:2.5px;border-top-right-radius:2.5px;overflow:hidden;}
.fLPosts .item.oth .thumb img {min-height:217px;}
.fLPosts .item .thumb img {transform:scale(1);transition:.4s;min-width:100%;width:100%;height: 100%;object-fit: cover;}
.fLPosts .item .thumb:hover img {transform:scale(1.1);transition:.4s;}
.fLPosts .item.oth .text {float:left;width:100%;height:162px;background:#fff;border:1px solid #dcdcdc;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;}
.fLPosts .item.oth .text h2 a {float:left;width:100%;font-size:18px;font-weight:700;color:#000;line-height:25px;padding:14px 20px 0 20px;}
.fLPosts .item.oth .thumb a.cat {position:absolute;left:20px;top:20px;color:#FFF;height:18px;font-size:11px;font-weight:700;line-height:19px;text-transform:uppercase;padding:0 9.5px;border-radius:1px;}
.fLPosts .item.wide {width:441px;border-radius:1px;overflow:hidden;}
.fLPosts .item.wide .thumb {height:100%;}
.fLPosts .item.wide .thumb a {float:left;display:block;width:100%;height:100%;position:relative;}
.fLPosts .item.wide .thumb img {min-height:100%;left:-50%;}
.fLPosts .item.wide .thumb a:before {position:absolute;bottom:0;left:0;right:0;content:"";width:100%;z-index:1;height:100%;box-shadow:inset 0px -203px 80px -30px rgba(0, 0, 0, 0.79);-webkit-box-shadow:inset 0px -203px 80px -30px rgba(0, 0, 0, 0.79);-moz-box-shadow:inset 0px -203px 80px -30px rgba(0, 0, 0, 0.79)}
.fLPosts .item.wide .text {position:absolute;bottom:13px;left:0;width:100%;z-index:2;}
.fLPosts .item.wide .text h2 a {color:#fff;font-size:28px;font-weight:700;line-height:32px;padding:0 25px 0 25px;}
.fLPosts .item .text h2 a {display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.fLPosts .item.wide .text .summary {color:#fff;font-size:12px;padding:0 25px;-webkit-line-clamp:2;}

.catsSlide {float:left;width:100%;}
.catsSlide .head {float:left;width:100%;text-align:center;}
.catsSlide .head .mainTitle {float:left;width:100%;position:relative;text-align:center;}
.catsSlide .head .mainTitle:before {position:absolute;content:"";width:100%;height:2px;background:#ddd;left:0;top:7px;right:0;z-index:1;}
.catsSlide .head .mainTitle h3 {display:inline-block;font-size:16px;color:#000;font-weight:700;padding:0 20px;position:relative;z-index:2;background:#f5f5f5;}

.catsSlide .head span {text-align: center;float:left;width:100%;font-size:14px;color:#4c4c4c;font-weight:600;font-family:'roboto', sans-serif;margin-top:13px;letter-spacing:0.8px;}
.catsSlide .head:before {
    display: none!important;
}
.catsSlide .catList {float:left;width:100%;height:164px;margin-top:16px;position:relative;}
.catsSlide .catList .catItem {float:left;width:124px;height:164px;margin-right:12px;position:relative;border-radius:1px;overflow:hidden;}
.catsSlide .catList .catItem a {position:relative;width:100%;height:100%;}
.catsSlide .catList .catItem a:before {position:absolute;content:"";bottom:0;left:0;right:0;width:100%;height:100%;box-shadow:inset 0px -103px 80px -30px rgba(0, 0, 0, 0.79);}
.catsSlide .catList .catItem .catTitle {width:calc(100% - 28px);text-transform:uppercase;position:absolute;bottom:13px;left:14px;font-size:12px;font-weight:500;color:#fff;
font-family:'Roboto', sans-serif;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;}
.catsSlide .catList .catItem .postCount {position:absolute;top:15px;line-height:19px;left:15px;color:#FFF;font-size:11px;font-weight:500;color:#fff;font-family:'Roboto', sans-serif;text-transform:uppercase;}
.catsSlide .catList .catItem .postCount i {float:left;height:18px;line-height:19px;font-style:normal;border-radius:1px;overflow:hidden;padding:0 5px;margin-right:5px;}
.catsSlide .catList .owl-nav {position:absolute;top:0;width:100%;}
.catsSlide .catList .owl-nav .owl-prev {position:absolute;left:0;top:62px;width:28px;height:40px;background:url(../img/icons/arrowblack.png)no-repeat center center rgba(255,255,255,.9);text-indent:-9999px;}
.catsSlide .catList .owl-nav .owl-next {position:absolute;right:0;top:62px;width:28px;height:40px;background:url(../img/icons/arrowblack.png)no-repeat center center rgba(255,255,255,.9);text-indent:-9999px;transform:rotate(180deg);}
.catsSlide .catList .owl-nav .owl-prev:hover, .catsSlide .catList .owl-nav .owl-next:hover {background:url("../img/icons/sSTA.png")no-repeat center center rgba(255, 255, 255, 0.90);}

.flyMe {position:fixed;bottom:20px;right:100px;width:37px;height:37px;cursor:pointer;z-index:9;border-radius: 100%;}
.flyMe i {background:url("../img/icons/up.png")no-repeat;width:11px;height:7px;position:absolute;top:50%;left:50%;margin:-3.5px 0 0 -5.5px;}

.homeContentTwo {float:left;width:100%;}
.homeContentTwo .widebarTwo {width:calc(100% - 330px);display:block;height:auto;float:left;}
.homeContentTwo .widebarTwo .widget {width:100%;float:left;margin-bottom:30px;}
.homeContentTwo .widebarTwo .widget:last-child {margin-bottom:0;}
.homeContentTwo .sidebarTwo {width:300px;display:block;height:auto;font-family:'Roboto', sans-serif;float:right;}
.homeContentTwo .sidebarTwo .widget {width:100%;float:left;margin-bottom:30px;}
.homeContentTwo .sidebarTwo .widget:last-child {margin-bottom:0;}


.container-food {
    display: block;
    background-color: #fff;
    border-bottom: 2px solid #EDEDED;
    position: relative;
}

.container-food:after, .container-food:before, .food-top:after, .food-top:before {content: "";position: relative;display: block;clear: both;}

.food-left {
    width: 678px;
    float: left;
    height: 386px;
}

.food-right {
  width: calc(100% - 678px);
  float: right;
  padding: 30px 30px 0px 40px;
}

.food-image {
    height: 386px;
    width: 100%;
    position: relative;
}

.food-image .thumbnail {height: 100%;}

.food-image .thumbnail img {
    min-height: 100%;
    object-fit: cover;
    height: 100%;
}

ul.food-adds li {
    display: inline-block;
    margin-right: 6px;
}

ul.food-adds li a {
    padding: 6px 18px;
    border: 1px solid #24272E;
    border-radius: 30px;
    color: #24272E;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.food-adds li a svg,
ul.food-adds li a img {
    margin-right: 10px;
}

ul.food-adds li a span {font-family: 'Roboto';font-size: 14px;font-weight: 500;line-height: normal;}

ul.food-adds {
    margin-bottom: 30px;
}

ul.food-adds li a:hover {background-color: #E73130;color: #fff;border-color: #E73130;}

ul.food-adds li a:hover svg path {
    fill: #fff;
}

ul.food-adds li a svg path {
    transition: fill .2s ease-in-out;
}

.food-right-text p {font-family: 'Roboto';font-size: 15px;line-height: 26px;color: #242424;margin: 15px 0;}

ul.food-adds li:last-child {
    margin-right: 0;
}

ul.food-adds {
    margin-bottom: 28px;
}

.food-top {
    width: 100%;
    display: block;
    border-bottom: 2px solid #EDEDED;
    position: relative;
    height: auto;
}

.food-bot {
    height: 83px;
    display: block;
    padding: 0 30px;
}

.foot-bot-right {
    width: 362px;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.food-bot-left {
    width: calc(100% - 362px);
    float: left;
}

.food-user a.avatarS {
    border-radius: 100%;
    height: 45px;
    width: 45px;
    overflow: hidden;
}

.food-user a.avatarS img {
    min-width: 100%;
}

.food-user {
    display: flex;
    justify-content: center;
    align-items: center;
}

.food-top {
    width: 100%;
    display: block;
    border-bottom: 2px solid #EDEDED;
    position: relative;
    height: auto;
}

.food-bot {
    height: 83px;
    display: block;
    padding: 0 30px;
}

.foot-bot-right {
    width: 362px;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.food-bot-left {
    width: calc(100% - 362px);
    float: left;
    height: 100%;
}

.food-user a.avatarS {
    border-radius: 100%;
    height: 45px;
    width: 45px;
    overflow: hidden;
}

.food-user a.avatarS img {
    min-width: 100%;
}

.food-user {
    padding-left: 20px;
}

.food-user-text h5 {font-family: 'Roboto';font-size: 16px;color: #383B44;font-weight: bold;margin-bottom: 5px;}

.food-user-text span {
    display: inline-block;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    color: #383B44;
}

.food-user-text span b {
    color: #E73130;
    font-weight: 500;
}

.food-user-text {
    margin-left: 12px;
}

a.food-user-follow {
    background-color: #FC573B;
    color: #fff;
    border-radius: 14px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    height: 29px;
    width: 80px;
    line-height: 29px;
    text-align: center;
    float: right;
}

.food-bot-left ul {
    width: 100%;
    height: 100%;
}

.food-bot-left ul li {
    width: 25%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    position: relative;
    padding-left: 18px;
}

.food-bot-left ul li svg {
    margin-right: 20px;
}

.food-bot-left ul li p {
    font-family: 'Roboto';
    color: #ADADAD;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.food-bot-left ul li span {font-family: 'Roboto';font-size: 20px;font-weight: bold;color: #FC573B;}

.food-bot-left ul li:after {content: "";position: absolute;right: 0;bottom: 0;width: 2px;height: 32px;background: #EDEDED;}

.food-bot-left ul li:first-child {
    padding-left: 0;
}

.widebar.food-widebar {
  width: calc(100% - 355px)!important;

}

.widebar.food-widebar .postInner {
  margin-top: 0;
padding-left: 24px!important;
padding-right: 0!important;
background-color: #fff;
padding-top: 25px;
padding-bottom: 30px;
}

.sidebar.food-sidebar {
  width: 355px!important;
  padding-right: 30px!important;
  padding-left: 25px!important;
  background-color: #fff;
}

.food-pdr-25 {
    padding-right: 25px;
}

.capa2 {
    display: none;
}

ul.food-adds li a:hover .capa2 {
    display: unset;
}

ul.food-adds li a:hover .capa1 {
    display: none;
}

.postInner table td {
    border: 1px solid #dcdcdc;
    padding-left: 7px;
}

.postInner table td strong {
    font-size: 17px;
}

.postInner tbody td {
    font-size: 16px;
}

.wbCatTab.designTwo.default .categoryFocusedTabPosts .item .thumb .videoVectorNew {
    height: auto;
}
.blog-social .share.wpp a {
    background-color: #38c248;
}

.blog-social .share.wpp {
    margin-top: 8px;
}

#wbfilter {
  background-color: transparent;
border: none;
color: #333;
font-weight: 700;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
    padding: 0 15px 8px 0;
border-bottom: 1px solid #eee;
border-radius: 0;
outline: 0;
cursor: pointer;
font-size: 12px;
line-height: normal;
font-style: normal;
margin-top: 3px;
}



.birtekno-emoji img {
    width: 100%;
    height: 100%;
}


.wbbf {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.wbbf span {
    text-transform: capitalize;
    color: #e73130;
    font-weight: bold;
    font-size: 20px;
}

.selectdivewb {
    position: relative;
    margin-top: 2px;
}

.selectdivewb:after {
  position: absolute;
content: "";
right: 0;
top: 7px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #222;
user-select: none;
pointer-events: none;
}
.singleAuthNew span {
    color: #999!important;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    display: block;
}
@media screen and (min-width:1171px) {
  .bin7desktop {
    display: block!important;
  }
  .bin7mobile {
      display: none!important;
  }
}
@media screen and (max-width:1170px) {
  .bin7mobile {
    display: block!important;
  }
  .bin7desktop {
    display: none!important;
  }
  .mb-goster2 {
      display: block;
  }
  .food-left {
  width: 50%;
}

.widebar.food-widebar {
    width: 100%!important;
}

.widebar.food-widebar .postInner {
    padding-right: 24px!important;
}

.food-pdr-25 {
    padding-right: 0;
}

.food-right {
  width: 50%;
      padding: 30px 20px 0 30px;
}

.foot-bot-right {
  width: 320px;
}

.food-bot-left {
  width: calc(100% - 320px);
}

.food-bot {
  padding: 0 15px;
}

.food-bot-left ul li {
    padding-left: 15px;
}

.food-bot-left ul li p {
    margin-bottom: 5px;
    font-size: 12px;
}

.food-bot-left ul li svg {
    margin-right: 10px;
}

.food-bot-left ul li span {
  font-size: 15px;
}

.food-user-text h5 {
  font-size: 14px;
}

.sidebar-left {
    display: block;
    width: 100%;
margin-top: 10px;
}


  .sidebar-lleft .avatar-widget {
      margin: 20px auto 0 auto;
  }

  .content-in.right {
      width: 100%;
      margin-top: 30px;
  }

  a.add-avatar {
      margin-left: -84px;
      left: 50%;
      transform: translateX(-50%);
  }

  .avatar-col {
      display: none;
  }

  .avatar-col-last {
      display: block;
      float: unset;
      margin: 0 auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
    }

.add-close {
      right: 10px;
      top: 10px;
    }

    .avatar-up {
        overflow: unset!important;
    }

    .avatar-col {
        width: 58px;
        height: 58px;
    }


}

.top-owl {
    width: 100%;
    height: 397px;
    overflow: hidden;
    margin-top: 24px;
}
.top-owl .top-slider-big {
    width: calc(50% - 1px);
    margin-right: 1px;
    float: left;
    display: inline-block;
    margin-bottom: 1px;
    position: relative;
}

.top-owl .top-slider-big .thumb {
    width: 100%;
    height: 397px;
    overflow: hidden;
    position: relative;
}

.top-owl .top-slider-big .thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.top-owl .top-slider-mini li:first-child .thumb,
.top-owl .top-slider-mini li:nth-child(3) .thumb {
    border-radius: 0;
}

.top-owl .top-slider-mini {
    width: 50%;
    float: left;
    display: inline-block;
    overflow: hidden;
}

.top-owl .top-slider-mini ul li {
    width: calc(50% - 1px);
    margin-right: 1px;
    float: left;
    display: inline-block;
    margin-bottom: 1px;
    position: relative;
}

.top-owl .top-slider-mini .thumb {
    width: 100%;
    height: 198px;
    overflow: hidden;
    position: relative;
}

.top-owl .top-slider-mini .thumb img {
    width: 100%;
    height: 100%;
      object-fit: cover;
}

.top-owl .thumb:before {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: inset 0 -134px 100px -50px rgba(0,0,0,0.70);
}

.top-owl .text {
    position: absolute;
    bottom: 15px;
    z-index: 999;
    width: 100%;
    padding: 0 25px;
    overflow: hidden;
}

.top-owl .top-slider-mini .text {
    max-height: 50px;
}

.top-owl .text h3 {
    font-weight: 700;
    line-height: 34px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Roboto;
    font-weight: 700;
    font-size: 30px;
}

.top-owl .top-slider-mini .text h3 {
    font-size: 19px;
    line-height: 24px;
}

.top-tag {
    position: absolute;
    top: 25px;
    left: 25px;
    height: 22px;
    padding: 0 10px;
    font-size: 10px;
    font-weight: 600;
    display: inline-block;
    z-index: 999;
    background-color: #6EB2B9;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}

.top-tag.purple {
    background-color: #615DFA;
}

.top-tag.blue {
    background-color: #3C85A9;
}

.top-tag.green {
    background-color: #3ABE6C;
}

.top-tag.red {
    background-color: #EF513C;
}

.top-tag.pink {
    background-color: #FB2E53;
}

.top-tag.brown {
    background-color: #9F8471;
}


.top-owl .owl-nav {
    display: block!important;
}

.top-owl .owl-nav .owl-prev,
.top-owl .owl-nav .owl-next {
    position: absolute;
    height: 40px;
    width: 28px;
    background: rgba(255,255,255,.90)!important;
    z-index: 9999;
    top: 50%;
    left: 28px;
    transform: translate(-100%,-50%);
    margin: 0;
    transition: background .2s ease-in-out
}

.top-owl .owl-nav .owl-next {
    right: 28px!important;
    transform: translate(100%, -50%);
    left: unset;
}

.top-owl .top-slider-mini ul li:nth-child(2), .top-owl .top-slider-mini ul li:nth-child(4) {
    width: 50%;
    margin-right: 0;
}

.top-owl .owl-nav .owl-prev span,
.top-owl .owl-nav .owl-next span {
    font-size: 42px;
    margin: 0;
    padding: 0;
    line-height: 32px;
    transition: color .2s ease-in-out;
    display: none;
}

.top-owl .owl-nav .owl-prev:hover,
.top-owl .owl-nav .owl-next:hover {
    background: rgba(51,210,224,.90)!important;
}

.top-owl .owl-prev:before,
.top-owl .owl-next:before {
    position: absolute;
    content: "";
    margin: -7.5px 0 0 -5.5px;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 19px;
    background: url(../img/icons/arrowblack.png)no-repeat;
}

.top-owl .owl-next:before {
    transform: rotate(180deg);
    margin: -9.5px 0 0 -5.5px;
}

.top-owl .owl-prev:hover:before,
.top-owl .owl-next:hover:before {
    background: url(../img/icons/prev.png)no-repeat;
}


@media screen and (max-width:991px) {
  .top-owl .top-slider-big {
    width: 100%;
    margin-right: 0;
}
  .mb-goster {
      display: block!important;
  }
  .food-left {
    width: 100%;
    height: 280px;
}

.food-image {
    max-height: 280px;
}

.food-image .thumbnail img {
    height: 100%;
}

.food-right {
    width: 100%;
    padding: 18px 24px;
}

.food-right-text p:last-child {
    margin-bottom: 0;
}

ul.food-adds {
  margin-bottom: 0;
}
.food-bot-left {
    width: 100%;
}

.food-bot-left ul li {
    text-align: center;
    justify-content: center;
    text-align: left;
}

.food-bot-left ul li:after {
    bottom: 50%;
    transform: translateY(50%);
}

.food-bot-left ul li:last-child:after {
    display: none;
}

.foot-bot-right {
    width: 100%;
    justify-content: center;
}

.food-user {
    margin-right: 20px;
    padding-left: 0;
}
}

@media screen and (max-width: 668px) {
  .friends-list-header {
    flex-direction: column;
    padding-top: 13px;
}
.friends-list-header h5 {
    margin-bottom: 8px;
}
.friends-list-header .section-messages-search {
    width: 100%;
}
.friends-list-header .section-head-input {
    width: 100%;
}
.friends-list-header .section-messages-search input {
    max-width: 100%;
    float: unset;
}
  .top-owl,
  .top-owl .top-slider-big .thumb {
      max-height: 300px;
  }
  .top-owl,
  .top-owl .top-slider-big .thumb {
      max-height: 300px;
  }

  .top-owl .top-slider-mini .thumb {
      max-height: 150px;
  }

  .top-owl .top-slider-mini .thumb img {
      width: calc(100% + 1px);
      margin-left: -1px;
  }


  .top-owl .top-slider-big {
      width: 100%;
      margin-right: 0;
  }

  .top-owl .top-slider-mini ul li:nth-child(2), .top-owl .top-slider-mini ul li:nth-child(4) {
      width: 50%;
      margin-right: 0;
  }

  .top-owl .text h3 {
      font-size: 22px;
      line-height: 30px;
  }
  .food-bot-left ul li {
  width: 50%;
}

.capa1 {
    display: none;
}

.capa2 {
    display: unset;
}

img.capa2 {
    max-width: 14px;
    margin-right: 0!important;
}

.food-bot-left {
  float: unset;
  height: auto;
}

.food-bot-left ul li {
    height: 63px;
}

.food-bot-left ul li span {
    font-size: 14px;
}
.food-bot-left ul li {text-align: left;justify-content: flex-start;padding: 9px;}

.food-bot-left ul li:first-child {
  padding-left: 9px;
}

.food-bot-left ul li:nth-child(2):after {
    display: none;
}

.food-bot-left ul li:after {
    right: 10px;
}

.foot-bot-right {
    position: absolute;
    top: 300px;
    height: auto;
    width: auto;
    right: 24px;
}

.food-user-text {
    display: none;
}

.food-user a.avatarS {
    width: 30px;
    height: 30px;
}

.food-user {
    margin-right: 10px;
}

ul.food-adds li a {
    padding: 0;
    width: 30px;
    height: 30px;
    background: #E73130;
    border: 0;
    text-align: center;
    justify-content: center;
}

ul.food-adds li a span {
    display: none;
}

ul.food-adds li a svg {
    margin: 0 auto;
    max-width: 16px;
    max-height: 16px;
}

ul.food-adds li a svg path {
    fill: #fff;
}
.food-bot {
    height: auto!important;
    padding: 15px;
}

.food-bot:after,.food-bot:before {content: "";position: relative;display: block;clear: both;}
.mb-gizle {
    display: none!important;
}
.mb-goster6 {
  display: block;
}

.mobile-bg .content-box, .section-body {
    margin-bottom: 30px;
}
.content-box-title {
    margin-bottom: 15px;
}
.form-row {
    display: block;
}
.form-row .form-item:last-child {
    margin-top: 19px;
}
.profile-alert {
    display: block;
    margin-left: 0;
    margin-top: 15px;
}
.profile-alert:after {
    top: 0;
    left: 32px;
}
}

.postInner .blockquote {border-left:2px solid #f4f4f4;padding:22px 0 7px 56px;position:relative;margin-bottom:21px;}
.postInner .blockquote:before {position:absolute;content:"";top:10px;left:19px;width:21px;height:17px;background:url("../img/icons/blockquote.png")no-repeat;}
.postInner .blockquote p {font-size:16px;color:#757373;font-weight:400;line-height:26px;margin-bottom:0;}

.headBlokNew:after {
    display: none;
}

.headBlokNew,
.widget .PopularNews .head {
    border-bottom: 0;
    font-size: 16px;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
}

.headBlokNew:after,
.widget .PopularNews .head:after {
    display: none;
}



.all-right {
    width: 80px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    margin-top: 118px;
    box-shadow: 0px 0px 40px 0px rgba(94,94,152,.06);
    z-index: 99999;
}

body.logged-in.admin-bar .all-right {
    margin-top: 150px;
}

.defaultFixedHeader.defaultFixedHeaderBottom .all-right {
    margin-top: 64px!important;
}

body.logged-in.admin-bar .defaultFixedHeader.defaultFixedHeaderBottom .all-right {
    margin-top: 96px!important;
}

.all-right-bottom {
    width: 80px;
    height: auto;
    text-align: center;
}

.all-right-top {
    width: 80px;
    height: 80px;
    background-color: #4E4AC8;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
}

.all-right-bottom ul {
    padding-top: 10px;
}

.all-right-bottom ul li {
    display: block;
    margin-top: 0;

}

@keyframes upb {
  from {transform: translateY(-100%);opacity:0;}
    to {transform: translateY(0);opacity:1;}
}


.all-right-top .altt {
    display: block;
    margin: auto;
    width: 80px;
    height: 80px;
}

.all-right-top .header-option-drop {
    width: 220px;
    padding: 20px 28px;
    top: 70px;
    right: 30px;
}

.all-right-top .drop-user-name span {
    font-family: 'Roboto';
    font-weight: 700;
    color: #3E3F5E;
}

.all-right-top .drop-user-text {
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 500;
    color: #3E3F5E;
}

.quit-button {
    display: inline-block;
    height: 48px;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
    box-shadow: 0px 6px 10px 0 rgba(51,210,224,.2);
    width: 156px;
    font-family: 'Roboto';
}

.all-right-top-in {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-top: 2px;
}

.all-right-top a svg {
    height: 20px;
    width: auto;
}

.all-right-top a svg path {
    fill: #fff!important;
}

.all-right-bottom a {
    display: flex;
    width: 54px;
    height: 54px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    align-items: center;
}

.all-right-bottom .arb-friend-image {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    padding: 8px;
}

.all-right-bottom .arb-after {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #fff;
    padding: 1px;
}








@media screen and (max-width:1365px) {
  .all-right {
    display: none;
  }
}

@media screen and (max-width:1024px) {

  .defaultFixedHeader.defaultFixedHeaderBottom .all-right,
   {
    margin-top: 96px!important;
}

  .all-right-bottom .arb-after {
    padding: 2px;
  }
.all-right {
  position: static;
  display: block;
top: unset;
right: unset;
z-index: 1;
background: unset;
width: 100%;
box-shadow: unset;
height: auto;
padding: 0 14px;
}
.defaultFixedHeader.defaultFixedHeaderBottom .all-right {
    margin-bottom: 9px!important;
}
body.logged-in.admin-bar .defaultFixedHeader.defaultFixedHeaderBottom .all-right {
    margin-top: 65px!important;
    margin-bottom: 0px!important;
}
.all-right:before {content: "";display: block;position: relative;clear: both;}

.all-right-bottom {
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
        height: 85px;
        margin-bottom: -12px;
}

.all-right-bottom ul li {
    display: inline-block;
    margin-top: 0;
    transform: translateY(-100%);
    animation: upb .35s ease-in-out forwards;
    opacity: 0;
}

@keyframes upb {
  from {transform: translateY(-100%);opacity:0;}
    to {transform: translateY(0);opacity:1;}
}


.all-right-bottom ul li a {
    width: 80px;
    height: 80px;
    padding: 2px;
}

.all-right-bottom ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.all-right-top {
    width: 80px;
    height: 80px;
    background-color: #4E4AC8;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
}

.all-right-bottom ul {
  padding-top: 5px;
  overflow-x: auto;
  overflow-y: hidden;
  width: auto;
  display: flex;
}
/* all-right yedek #site.defaultFixedHeader .site-wrapper {top:11px!important;}
.logged-in #site.defaultFixedHeader .site-wrapper {top:22px!important;}*/
}


.all-right-bottom ul::-webkit-scrollbar {
    width: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;

}


.all-right-bottom ul::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: unset;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;

}

.all-right-bottom ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: unset;
    background: transparent;
    opacity: 0;
    visibility: hidden;

}
.content_inner:not(:first-child) .breadcrumb {
    margin-top: 24px;
}
.headLineOne .owl-dots,
.headLineTwo .owl-dots,
.headlineThree .owl-dots,
.headlineFour .owl-dots {
    display: none;
}
.mainBar .nav ul>li:last-child a {
    margin-right: 0;
}
.widget .PopularNews .text .info .like,
.widget .PopularNews .text .info .points{
  display: none;
}
.catTab ul.commentTabHead {
    float: left;
}

.catTab .breadcrumb {
    width: auto;
    float: right;
    text-align: right;
    margin: 0;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 17px;
}

.catTab ul.block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.catTab .breadcrumb ul li.post {margin-top: 0;background: #fff;}

.catTab .breadcrumb ul li a {
    color: #fff;
}

.catTab .breadcrumb ul li.post span {
    color: #222!important;
}

.catTab .breadcrumb ul li i {
    margin-right: 12px;
    margin-left: 0;
}
.header-option-drop {
    width: 220px;
    padding: 20px 28px;
    top: 70px;
    right: 0;
    border-radius: 6px;
    box-shadow: 0px 6px 40px 0 rgba(94,92,154,.06);
    position: absolute;
    background-color: #fff;
    z-index: 999999;
    opacity: 0;
transition: .3s;
visibility: hidden;
-webkit-transform: scale(.8);
transform: scale(.8);
}

.header-option-drop-bottom.xauto {
    height: auto;
    width: 100%;
    overflow: unset;
}

p.dp-login-links {
    font-family: 'Roboto';
    font-weight: 700;
    color: #AFB0C0;
    margin: 20px 0 10px;
    text-transform: uppercase;
    display: block;
    font-size: 11px;
}

a.dp-login-links {
    font-family: 'Roboto';
    font-weight: 700;
    color: #3E3F5E;
    transition: padding .2s ease-in-out,color .2s ease-in-out;
    display: block;
    padding: 8px 0;
    position: relative;
    font-size: 13px;
}

a.dp-login-links .notification-count {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.notification-count {}

.notification-count {
    width: 18px;
    height: 18px;
    background-color: #FB2E53;
    position: absolute;
    right: -15px;
    top: -10px;
    border-radius: 100%;
    text-align: center;
    line-height: 15px;
}

.notification-count span {
    font-size: 10px!important;
    font-weight: 700!important;
    line-height: 15px!important;
    float: unset!important;
    font-family: 'Roboto';
}

.header-option-drop.anim.anim-up .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-option-drop.anim.anim-up .quit-button {
    display: inline-block;
    height: 48px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
    box-shadow: 0px 6px 10px 0 rgba(51,210,224,.2);
    width: 156px;
    background-color: #6263F6;
    margin-top: 20px;
    font-family: 'Roboto';
    font-size: 14px;
}

p.dp-login-links:first-child {
    margin-top: 5px;
}
a.dp-login-links:hover {
    color: #21C7D7;
    padding-left: 4px;
}
.mainBar .loggedIn:hover .header-option-drop {-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);opacity:1;visibility:visible;transition:.3s;}

.news-abone a span {
  display: block;
  width: max-content;
  margin-right: 10px;
}

.breadcrumb.block.v2.new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:5px;
}

.news-abone a {
  display: flex;
  font-size: 12px;
  color: #666;
  float: left;
  align-items: center;
  justify-content: center;
}

.news-abone a:hover {
    color: #e73130;
}

.news-abone-logo {
  border: 1px solid #dedede;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    font-size: 13px;
}
.news-abone {display: flex;align-items: center;justify-content: center;}

.news-abone-logo img {
    height: 14px;
    margin-right: 3px;
margin-top: 3px;
}


.scrollTop {
    position: fixed;
    right: 300px;
    bottom: 90px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    box-shadow: 0 0 18px rgba(157,161,164,.54);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #9DA1A4;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 2;
}
.qa-head {
    float: left;
    width: 100%;
    border-radius: 1px;
    margin-bottom: 22px;
    padding: 20px 25px 0 100px;
    min-height: 105px;
    position: relative;
    background: #fc573b;
    background: -moz-linear-gradient(left, #fc573b 0%, #e73130 100%);
    background: -webkit-linear-gradient(left, #fc573b 0%,#e73130 100%);
    background: linear-gradient(to right, #fc573b 0%,#e73130 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc573b', endColorstr='#e73130',GradientType=1 );
    margin-top: 18px;
}
.qa-head:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 55px;
    background: url(../img/qa-ask/qa-icon.png)no-repeat;
    top: 25px;
    left: 25px;
}
.qa-head h2 {
    float: left;
    width: 100%;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 2;
}.qa-head span {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding-top: 10px;
    position: relative;
    z-index: 2;
}
#cis-load-img{width: 64px !important;display: block; margin-left: 413px;}
.no-js .owl-carousel, .owl-carousel.owl-loaded{border-radius: none;}
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right{margin-top: 149px;}
.hideH1{position: absolute;visibility: hidden;user-select:none;pointer-events: none;}
.subscribeBox.designTwo button.subscribeSubmit{border: none;}
.ql-editor.ql-blank::before {
    font-size: 15px !important;
    font-style: normal !important;
    color: #000 !important;
}

.birtekno-socialing {
    position: fixed;
    right: 20px;
    bottom: 25px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 1000;
    transition: transform 0.45s cubic-bezier(.15,0.2,.1,1);
    z-index: 99999;
    transform: translateY(0px) scale(0);
}

.birtekno-emoji {
    position: fixed;
    right: 20px;
    bottom: 85px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 1000;
    transition: transform 0.45s cubic-bezier(.15,0.2,.1,1);
    z-index: 99999;
    transform: translateY(0px) scale(0);
}

.birtekno-socialing.active,
.birtekno-emoji.active {
    transform: translateY(-56px) scale(1);
    opacity: 1;
}

.birtekno-socialing >a,
.birtekno-emoji>a {
    height: 50px;
    width: 50px;
    line-height: 52px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #3452ff;
    transition: transform 0.45s cubic-bezier(.15,0.2,.1,1);
}

.birtekno-emoji>a {
  background-color: transparent;
}

.birtekno-socialing.hoverli>a {
    box-shadow: 0px 7px 15px rgba(0,0,0,0.2);
    transform: translateY(0) scale(1.1);
}


.birtekno-emoji.hoverli>a {
  transform: translateY(0) scale(1.1);

}

.birtekno-social,
.birtekno-emoji ul {
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}

.birtekno-social a,
.birtekno-emoji ul li {
  background-color: #3452ff;
    display: block;
    line-height: 36px;
    height: 36px;
    padding: 0!important;
    margin: 0!important;
    width: 36px;
    left: 7px;
    position: absolute;
    opacity: 0;
    border: none;
    top: 0;
    box-shadow: 0px 7px 15px rgba(0,0,0,0.22);
    border-radius: 100%;
    transition: all 0.44s cubic-bezier(.15,0.2,.1,1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.birtekno-emoji ul li {
  background-color: transparent!important;
box-shadow: unset;
cursor: pointer;
width: 34px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: flex-start;
}

.birtekno-emoji ul {
    display: flex;
    align-items: center;
    width: 50px;
}

.birtekno-emoji ul li span {
    display: block;
    height: 22px;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #3e405d;
    margin-top: 3px;
}

.birtekno-emoji ul li img {
    display: block;
}

.birtekno-social a:nth-child(1),
.birtekno-emoji li:nth-child(1) {
    transform: translateY(0px) scale(0);
}

.birtekno-social a:nth-child(2),
.birtekno-emoji li:nth-child(2) {
    transform: translateY(-36px) scale(0);
}

.birtekno-social a:nth-child(3),
.birtekno-emoji li:nth-child(3) {
    transform: translateY(-86px) scale(0);
}

.birtekno-social a:nth-child(4),
.birtekno-emoji li:nth-child(4) {
    transform: translateY(-136px) scale(0);
}
.hoverli .birtekno-social a:nth-child(1) {
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform: translateY(-56px) scale(1);
    opacity: 1;
}

.hoverli .birtekno-social a:nth-child(2) {
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform: translateY(-106px) scale(1);
    opacity: 1;
}

.hoverli .birtekno-social a:nth-child(3) {
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform: translateY(-156px) scale(1);
    opacity: 1;
}

.hoverli .birtekno-social a:nth-child(4){
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform: translateY(-206px) scale(1);
    opacity: 1;
}

.hoverli ul li:nth-child(1) {
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform: translateY(-66px) scale(1);
    opacity: 1;
}

.hoverli ul li:nth-child(2) {
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform: translateY(-129px) scale(1);
    opacity: 1;
}

.hoverli ul li:nth-child(3) {
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform: translateY(-193px) scale(1);
    opacity: 1;
}

.hoverli a i {
  height: 20px;
background-color: #fff;
display: block;
}

.lholder {
    top: 0;
    align-self: flex-start;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    z-index: 9;
}

.leftr {
    height: 1px;
}

.lholder.container .leftr img {
    transform: translateX(-100%);
    margin-left: -10px;
}

.righttr {
    position: absolute;
    right: -10px;
    top: 0;
    height: 1px;
}

.lholder.container .righttr img {
    transform: translateX(100%);
}

.lholder.container div>a {
    display: contents;
}
.lholder.container .righttr ins.adsbygoogle {
    transform: translateX(100%);
}