html {
    font-family: sans-serif;
    font-size: 10px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    padding: 0;
    min-width: 360px;
    background-color: #FFF;
    color: #888;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.3;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3 {
    margin: 0;
    padding: 0 0 5px 0;
    color: #68368E;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
}

h3 {
    font-size: 20px;
}

h1.colGray,
h2.colGray,
h3.colGray {
    color: #AAA;
}

h1.noPad,
h2.noPad,
h3.noPad {
    padding: 0;
}

h1 .small,
h2 .small,
h3 .small {
    font-size: 0.6em;
    color: #888;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #EEE;
}

hr.cozy {
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
    margin: 0 0 10px 0;
}

a {
    color: #8D51AA;
    text-decoration: none;
}

a:focus {
    outline: 5px auto #68368E;
    outline-offset: -2px;
}

a:active, a:hover {
    text-decoration: underline;
    outline: 0;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

iframe {
    border: none;
}

/*** General ***/

.hidden {
    display: none !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.flL {
    float: left;
}

.flR {
    float: right;
}

.clB {
    clear: both;
}

.alC {
    text-align: center;
}

.alR {
    text-align: right;
}

.valT {
    vertical-align: top;
}

.valM {
    vertical-align: middle;
}

.noWrap {
    white-space: nowrap;
}

.maxW {
    width: 100%;
}

.fsBig {
    font-size: 18px;
}

.fsSmall {
    font-size: 12px;
}

.fsHuge {
    font-size: 2em;
}

.colGray {
    color: #AAA;
}

.colRed {
    color: #CB4848;
}

.colGreen {
    color: #00A000;
}

.colFavorite {
    color: #EDED10;
}

.colRated {
    color: #68368E;
}

.colEmp {
    color: #505050;
}

.colPurple {
    color: #C09FD0;
}

.capMultiLine, .capLine {
    overflow: hidden;
    text-overflow: ellipsis;
}

.capLine {
    white-space: nowrap;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-circle {
    border-radius: 50%;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body .la {
    font-size: 21px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

/* .show-xs-only {
} */

.show-md {
    display: none;
}

.marT {
    margin-top: 10px;
}

.marT-10 {
    margin-top: 10px;
}

.marT-xs-only {
    margin-top: 10px;
}

.marTS-container {
    margin-top: -5px;
}

.marTS {
    margin-top: 5px;
}

.marTS-xs-only {
    margin-top: 5px;
}

.marTS-xs-sm {
    margin-top: 5px;
}

/* .marTS-sm-only {
}

.marTS-md {
} */

.mar5t {
    margin-top: 5px;
}

.mar10t {
    margin-top: 10px;
}

.mar10b {
    margin-bottom: 10px;
}

.mar10b-xs-only,
.mar10b-xs-sm {
    margin-bottom: 10px;
}

.collapsable {
    display: none;
}

.collapsable.collapsableOpen {
    display: block;
}

.toggleCollapse .toggleCollapseIcon {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url(/img/v1/sprite_ico21.png);
    background-repeat: no-repeat;
    background-position: -42px -126px;
    overflow: hidden;
}

.toggleCollapse.toggleCollapseOpen .toggleCollapseIcon {
    background-position: -21px -147px;
}

/*** Sprites ***/

.tmIco_11, .tmIco_12, .tmIco_13, .tmIco_14, .tmIco_15,
.tmIco_21, .tmIco_22, .tmIco_23, .tmIco_24, .tmIco_25,
.tmIco_31, .tmIco_32, .tmIco_33, .tmIco_34, .tmIco_35 {
    display: none;
    width: 55px;
    height: 55px;
    background-image: url(/img/v2/design/topmenu/sprite_icons.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.tmIco_11 {
    background-position: 0 0;
}

.tmIco_12 {
    background-position: -55px 0;
}

.tmIco_13 {
    background-position: -110px 0;
}

.tmIco_14 {
    background-position: -165px 0;
}

.tmIco_15 {
    background-position: -220px 0;
}

.tmIco_21 {
    background-position: 0 -55px;
}

.tmIco_22 {
    background-position: -55px -55px;
}

.tmIco_23 {
    background-position: -110px -55px;
}

.tmIco_24 {
    background-position: -165px -55px;
}

.tmIco_25 {
    background-position: -220px -55px;
}

.tmIco_31 {
    background-position: 0 -110px;
}

.tmIco_32 {
    background-position: -55px -110px;
}

.tmIco_33 {
    background-position: -110px -110px;
}

.tmIco_34 {
    background-position: -165px -110px;
}

.tmIco_35 {
    background-position: -220px -110px;
}

.tmIco_avatar {
    display: none;
    width: 55px;
    height: 55px;
}

.ico21_11, .ico21_12, .ico21_13, .ico21_14, .ico21_15, .ico21_16, .ico21_17, .ico21_18, .ico21_19,
.ico21_21, .ico21_22, .ico21_23, .ico21_24, .ico21_25, .ico21_26, .ico21_27, .ico21_28, .ico21_29,
.ico21_31, .ico21_32, .ico21_33, .ico21_34, .ico21_35, .ico21_36, .ico21_37, .ico21_38, .ico21_39,
.ico21_41, .ico21_42, .ico21_43, .ico21_44, .ico21_45, .ico21_46, .ico21_47, .ico21_48, .ico21_49,
.ico21_51, .ico21_52, .ico21_53, .ico21_54, .ico21_55, .ico21_56, .ico21_57, .ico21_58, .ico21_59,
.ico21_61, .ico21_62, .ico21_63, .ico21_64, .ico21_65, .ico21_66, .ico21_67, .ico21_68, .ico21_69,
.ico21_71, .ico21_72, .ico21_73, .ico21_74, .ico21_75, .ico21_76, .ico21_77, .ico21_78, .ico21_79,
.ico21_81, .ico21_82, .ico21_83, .ico21_84, .ico21_85, .ico21_86, .ico21_87, .ico21_88, .ico21_89,
.ico21_91, .ico21_92, .ico21_93, .ico21_94, .ico21_95, .ico21_96, .ico21_97, .ico21_98, .ico21_99 {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url(/img/v1/sprite_ico21.png?v=4);
    background-repeat: no-repeat;
    overflow: hidden;
}

.ico21_11 {
    background-position: 0 0;
}

.ico21_12 {
    background-position: -21px 0;
}

.ico21_13 {
    background-position: -42px 0;
}

.ico21_14 {
    background-position: -63px 0;
}

.ico21_15 {
    background-position: -84px 0;
}

.ico21_16 {
    background-position: -105px 0;
}

.ico21_17 {
    background-position: -126px 0;
}

.ico21_18 {
    background-position: -147px 0;
}

.ico21_19 {
    background-position: -168px 0;
}

.ico21_21 {
    background-position: 0 -21px;
}

.ico21_22 {
    background-position: -21px -21px;
}

.ico21_23 {
    background-position: -42px -21px;
}

.ico21_24 {
    background-position: -63px -21px;
}

.ico21_25 {
    background-position: -84px -21px;
}

.ico21_26 {
    background-position: -105px -21px;
}

.ico21_27 {
    background-position: -126px -21px;
}

.ico21_28 {
    background-position: -147px -21px;
}

.ico21_29 {
    background-position: -168px -21px;
}

.ico21_31 {
    background-position: 0 -42px;
}

.ico21_32 {
    background-position: -21px -42px;
}

.ico21_33 {
    background-position: -42px -42px;
}

.ico21_34 {
    background-position: -63px -42px;
}

.ico21_35 {
    background-position: -84px -42px;
}

.ico21_36 {
    background-position: -105px -42px;
}

.ico21_37 {
    background-position: -126px -42px;
}

.ico21_38 {
    background-position: -147px -42px;
}

.ico21_39 {
    background-position: -168px -42px;
}

.ico21_41 {
    background-position: 0 -63px;
}

.ico21_42 {
    background-position: -21px -63px;
}

.ico21_43 {
    background-position: -42px -63px;
}

.ico21_44 {
    background-position: -63px -63px;
}

.ico21_45 {
    background-position: -84px -63px;
}

.ico21_46 {
    background-position: -105px -63px;
}

.ico21_47 {
    background-position: -126px -63px;
}

.ico21_48 {
    background-position: -147px -63px;
}

.ico21_49 {
    background-position: -168px -63px;
}

.ico21_51 {
    background-position: 0 -84px;
}

.ico21_52 {
    background-position: -21px -84px;
}

.ico21_53 {
    background-position: -42px -84px;
}

.ico21_54 {
    background-position: -63px -84px;
}

.ico21_55 {
    background-position: -84px -84px;
}

.ico21_56 {
    background-position: -105px -84px;
}

.ico21_57 {
    background-position: -126px -84px;
}

.ico21_58 {
    background-position: -147px -84px;
}

.ico21_59 {
    background-position: -168px -84px;
}

.ico21_61 {
    background-position: 0 -105px;
}

.ico21_62 {
    background-position: -21px -105px;
}

.ico21_63 {
    background-position: -42px -105px;
}

.ico21_64 {
    background-position: -63px -105px;
}

.ico21_65 {
    background-position: -84px -105px;
}

.ico21_66 {
    background-position: -105px -105px;
}

.ico21_67 {
    background-position: -126px -105px;
}

.ico21_68 {
    background-position: -147px -105px;
}

.ico21_69 {
    background-position: -168px -105px;
}

.ico21_71 {
    background-position: 0 -126px;
}

.ico21_72 {
    background-position: -21px -126px;
}

.ico21_73 {
    background-position: -42px -126px;
}

.ico21_74 {
    background-position: -63px -126px;
}

.ico21_75 {
    background-position: -84px -126px;
}

.ico21_76 {
    background-position: -105px -126px;
}

.ico21_77 {
    background-position: -126px -126px;
}

.ico21_78 {
    background-position: -147px -126px;
}

.ico21_79 {
    background-position: -168px -126px;
}

.ico21_81 {
    background-position: 0 -147px;
}

.ico21_82 {
    background-position: -21px -147px;
}

.ico21_83 {
    background-position: -42px -147px;
}

.ico21_84 {
    background-position: -63px -147px;
}

.ico21_85 {
    background-position: -84px -147px;
}

.ico21_86 {
    background-position: -105px -147px;
}

.ico21_87 {
    background-position: -126px -147px;
}

.ico21_88 {
    background-position: -147px -147px;
}

.ico21_89 {
    background-position: -168px -147px;
}

.ico21_91 {
    background-position: 0 -168px;
}

.ico21_92 {
    background-position: -21px -168px;
}

.ico21_93 {
    background-position: -42px -168px;
}

.ico21_94 {
    background-position: -63px -168px;
}

.ico21_95 {
    background-position: -84px -168px;
}

.ico21_96 {
    background-position: -105px -168px;
}

.ico21_97 {
    background-position: -126px -168px;
}

.ico21_98 {
    background-position: -147px -168px;
}

.ico21_99 {
    background-position: -168px -168px;
}

.ico55_11, .ico55_12, .ico55_13, .ico55_14, .ico55_15,
.ico55_16, .ico55_17, .ico55_18, .ico55_19,
.ico55_21, .ico55_22, .ico55_23, .ico55_24, .ico55_25,
.ico55_26, .ico55_27, .ico55_28, .ico55_29 {
    display: inline-block;
    width: 55px;
    height: 55px;
    background-image: url(/img/v1/sprite_ico55.png?v=5);
    background-repeat: no-repeat;
    overflow: hidden;
}

.ico55_11 {
    background-position: 0 0;
}

.ico55_12 {
    background-position: -55px 0;
}

.ico55_13 {
    background-position: -110px 0;
}

.ico55_14 {
    background-position: -165px 0;
}

.ico55_15 {
    background-position: -220px 0;
}

.ico55_16 {
    background-position: -275px 0;
}

.ico55_17 {
    background-position: -330px 0;
}

.ico55_18 {
    background-position: -385px 0;
}

.ico55_19 {
    background-position: -440px 0;
}

.ico55_21 {
    background-position: 0 -55px;
}

.ico55_22 {
    background-position: -55px -55px;
}

.ico55_23 {
    background-position: -110px -55px;
}

.ico55_24 {
    background-position: -165px -55px;
}

.ico55_25 {
    background-position: -220px -55px;
}

.ico55_26 {
    background-position: -275px -55px;
}

.ico55_27 {
    background-position: -330px -55px;
}

.ico55_28 {
    background-position: -385px -55px;
}

.ico55_29 {
    background-position: -440px -55px;
}

.gen73_11, .gen73_12, .gen73_13, .gen73_14, .gen73_15, .gen73_16,
.gen73_21, .gen73_22, .gen73_23, .gen73_24, .gen73_25, .gen73_26,
.gen73_31, .gen73_32, .gen73_33, .gen73_34, .gen73_35, .gen73_36,
.gen73_41, .gen73_42, .gen73_43, .gen73_44, .gen73_45, .gen73_46 {
    display: inline-block;
    width: 65px;
    height: 73px;
    background-image: url(/img/v1/sprite_gen73_resp.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.gen73_11 {
    background-position: 0 0;
}

.gen73_12 {
    background-position: -65px 0;
}

.gen73_13 {
    background-position: -130px 0;
}

.gen73_14 {
    background-position: -195px 0;
}

.gen73_15 {
    background-position: -260px 0;
}

.gen73_16 {
    background-position: -325px 0;
}

.gen73_21 {
    background-position: 0 -73px;
}

.gen73_22 {
    background-position: -65px -73px;
}

.gen73_23 {
    background-position: -130px -73px;
}

.gen73_24 {
    background-position: -195px -73px;
}

.gen73_25 {
    background-position: -260px -73px;
}

.gen73_26 {
    background-position: -325px -73px;
}

.gen73_31 {
    background-position: 0 -146px;
}

.gen73_32 {
    background-position: -65px -146px;
}

.gen73_33 {
    background-position: -130px -146px;
}

.gen73_34 {
    background-position: -195px -146px;
}

.gen73_35 {
    background-position: -260px -146px;
}

.gen73_36 {
    background-position: -325px -146px;
}

.gen140_11, .gen140_12, .gen140_13, .gen140_14, .gen140_15, .gen140_16, .gen140_17,
.gen140_21, .gen140_22, .gen140_23, .gen140_24, .gen140_25, .gen140_26, .gen140_27,
.gen140_31, .gen140_32, .gen140_33, .gen140_34, .gen140_35, .gen140_36, .gen140_37,
.gen140_41, .gen140_42, .gen140_43, .gen140_44, .gen140_45, .gen140_46, .gen140_47 {
    display: inline-block;
    width: 140px;
    height: 140px;
    background-image: url(/img/v1/sprite_gen140.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.gen140_11 {
    background-position: 0 0;
}

.gen140_12 {
    background-position: -140px 0;
}

.gen140_13 {
    background-position: -280px 0;
}

.gen140_14 {
    background-position: -420px 0;
}

.gen140_15 {
    background-position: -560px 0;
}

.gen140_16 {
    background-position: -700px 0;
}

.gen140_17 {
    background-position: -840px 0;
}

.gen140_21 {
    background-position: 0 -140px;
}

.gen140_22 {
    background-position: -140px -140px;
}

.gen140_23 {
    background-position: -280px -140px;
}

.gen140_24 {
    background-position: -420px -140px;
}

.gen140_25 {
    background-position: -560px -140px;
}

.gen140_26 {
    background-position: -700px -140px;
}

.gen140_27 {
    background-position: -840px -140px;
}

.gen140_31 {
    background-position: 0 -280px;
}

.gen140_32 {
    background-position: -140px -280px;
}

.gen140_33 {
    background-position: -280px -280px;
}

.gen140_34 {
    background-position: -420px -280px;
}

.gen140_35 {
    background-position: -560px -280px;
}

.gen140_36 {
    background-position: -700px -280px;
}

.gen140_37 {
    background-position: -840px -280px;
}

.gen140_41 {
    background-position: 0 -420px;
}

.gen140_42 {
    background-position: -140px -420px;
}

.gen140_43 {
    background-position: -280px -420px;
}

.gen140_44 {
    background-position: -420px -420px;
}

.gen140_45 {
    background-position: -560px -420px;
}

.gen140_46 {
    background-position: -700px -420px;
}

.gen140_47 {
    background-position: -840px -420px;
}

/*** Page Header ***/

.page-header {
    position: relative;
    background-color: #904FAD;
    background-image: url(/img/v1/header_image_full_tn.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
}

.page-header.big {
    height: 200px;
}

.page-header-links {
    display: none;
    padding: 5px 0 0 10px;
    color: #FFF;
    font-size: 12px;
    text-align: right;
}

.page-header-links a {
    color: #FFF;
}

.page-header-social {
    display: none;
}

.page-header-menu-toggle {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 40px;
    height: 30px;
    border: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
    z-index: 20;
}

body.ie .page-header-menu-toggle {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000', GradientType=0);
    zoom: 1;
}

.page-header-menu-toggle .la {
    font-size: 22px;
}

.page-header a.soc-link {
    display: none;
    float: left;
    margin: 5px 0 0 5px;
    color: #FFF;
}

.page-header a.soc-link:hover, .page-header a.soc-link:focus {
    text-decoration: none;
}

.page-header a.soc-link .la {
    font-size: 26px;
    text-shadow: none;
}

/*** Page Header Top ***/

.page-header-top {
    padding: 5px 0;
}

.page-header.big .page-header-top {
    background: rgba(0, 0, 0, 0.25);
}

body.ie .page-header.big .page-header-top {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#40000000', GradientType=0);
    zoom: 1;
}

.page-header-top .logo {
    display: block;
    float: left;
}

.page-header-top a {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}

/*** Page Header Slogan ***/

.page-header-slogan {
    margin: 47px 0 0 0;
    width: 60%;
    color: #FFF;
    font-family: "myriad-pro", Verdana, Arial, serif;
    font-size: 18px;
    text-align: center;
}

.page-header.news .page-header-slogan {
    margin-top: 33px;
}

/*** Page Header News ***/

.page-header-news {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    color: #C4B1CD;
    font-style: italic;
}

.page-header-news .capLine {
    padding: 5px 160px 5px 0;
}

.page-header-news a {
    color: #C4B1CD;
}

.page-header-news .la {
    font-size: 21px;
    vertical-align: middle;
}

/*** Page Header Model ***/

.page-header-model {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 154px;
    height: 140px;
    background-image: url(/img/v1/header_model_tn.png);
    z-index: 10;
}

/*** Page Header Menu ***/

.page-header-menu {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    background: #F6F6F6;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
    z-index: 998;
}

body.ie .page-header-menu {
    border-bottom: 1px solid #CCC;
}

.page-header-menu .col-sm-4 {
    padding: 0;
}

.page-header-menu-items {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.page-header-menu-items li {
    position: relative;
    border-top: 1px solid #F9F9F9;
    border-bottom: 1px solid #E3E3E3;
}

.page-header-menu-items li:hover .tmIco_11, .page-header-menu-items li:hover .tmIco_12, .page-header-menu-items li:hover .tmIco_13, .page-header-menu-items li:hover .tmIco_14, .page-header-menu-items li:hover .tmIco_15,
.page-header-menu-items li:hover .tmIco_21, .page-header-menu-items li:hover .tmIco_22, .page-header-menu-items li:hover .tmIco_23, .page-header-menu-items li:hover .tmIco_24, .page-header-menu-items li:hover .tmIco_25,
.page-header-menu-items li:hover .tmIco_31, .page-header-menu-items li:hover .tmIco_32, .page-header-menu-items li:hover .tmIco_33, .page-header-menu-items li:hover .tmIco_34, .page-header-menu-items li:hover .tmIco_35 {
    background-image: url(/img/v2/design/topmenu/sprite_icons_over.png);
}

.page-header-menu-items a {
    display: block;
    padding: 10px;
    font-size: 16px;
    text-align: center;
}

.page-header-menu-items .tmIcon {
    display: none;
}

.page-header-menu-items a br {
    display: none;
}

.page-header-menu-dd {
    display: none;
    position: absolute;
    top: 37px;
    left: 20px;
    right: 20px;
    padding: 20px 20px 10px 20px;
    background: #FFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, .6);
    z-index: 999;
}

body.ie .page-header-menu-dd {
    border: 1px solid #CCC;
}

.page-header-menu-dd.showMyProfile {
    display: block;
}

ul.page-header-menu-dd {
    margin: 0;
    list-style-type: none;
}

.page-header-menu-dd ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.page-header-menu-items .page-header-menu-dd li {
    float: none;
    padding: 0 0 10px 0;
    border: none;
}

.page-header-menu-dd a {
    display: inline;
    padding: 0;
    color: #8D51AA;
    text-align: left;
    white-space: nowrap;
}

.page-header-menu-dd a:hover,
.page-header-menu-dd a:focus {
    text-decoration: underline;
}

.page-header-menu-dd .la {
    font-size: 26px;
}

.page-header-menu-title {
    display: inline-block;
    width: 100%;
    color: #777;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pageTopMenuSpacer {
    padding: 30px;
}

/*** Page Footer ***/

.page-footer {
    margin: 20px 0 0 0;
    padding: 10px 0;
    background: #F6F6F6;
}

.page-footer .col-sm-8,
.page-footer .col-sm-4 {
    text-align: center;
}

/*** Global elements ***/

#divAjaxActive {
    position: fixed;
    display: none;
    top: 25%;
    left: 50%;
    margin: -56px 0 0 -130px;
    padding: 20px 10px;
    width: 270px;
    background: #FFF;
    border: 1px solid #CCC;
    color: #555;
    text-align: center;
    overflow: hidden;
    z-index: 10000;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

#divAjaxActive img {
    display: block;
    margin: 0 auto 10px auto;
}

.mfp-popup {
    position: relative;
    margin: 20px auto;
    padding: 20px;
    width: auto;
    min-width: 340px;
    max-width: 340px;
    background: #F6F6F6;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.pageSection {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    background: #F6F6F6;
}

.pageSection.cozy {
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
}

/* .pageContentWrap {
} */

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

.pageContentWrap:after {
    clear: both;
}

/* .pageContentWrap .pageContentLeft {
}

.pageContentWrap .pageContentRight {
}

.pageContentWrapWide .pageContentLeftWide {
}

.pageContentWrapWide .pageContentRightWide {
} */

.box {
    padding: 20px 0 0 0;
}

.box.cozy {
    padding: 10px 0 0 0;
}

.box .boxTitle {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 22px;
    color: #68368E;
    font-weight: normal;
}

.mfp-popup .box {
    padding: 0;
}

/* .box .boxCnt {
} */

.boxBorder {
    margin: 20px 0 0 0;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
}

.boxBorder .boxTitle {
    padding: 10px;
    border-bottom: 1px solid #E6E6E6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #F6F6F6;
}

.boxBorder .boxCnt {
    padding: 10px;
}

.formMsg {
    padding-top: 10px;
    padding-bottom: 10px;
}

.formMsg.error {
    border: 1px solid #C43737;
    color: #C43737;
    border-radius: 10px;
}

.formMsg.success {
    border: 1px solid #45C437;
    color: #45C437;
}

.boxNav2 {
    padding: 20px 0 0 0;
    text-align: center;
}

.boxNav2 .btn {
    display: inline-block;
    padding: 0 4px;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    height: auto;
    background: none;
    color: #8D51AA;
}

.boxNav2 .btn:hover {
    background: none;
    text-decoration: underline;
}

.boxNav2 .btn.marL {
    padding: 0 4px 0 24px;
}

.boxNav2 .btn.marR {
    padding: 0 24px 0 4px;
}

.boxNav2 .active {
    font-size: 22px;
    padding: 0 8px;
}

.boxNav2 .txtPageNav {
    display: inline-block;
    margin: 0 0 0 20px;
    width: 50px;
    height: 30px;
    padding: 1px;
    border: 0;
    background: #F6F6F6;
    font-size: 14px;
    line-height: 1.3;
    color: #555;
    text-align: center;
}

.boxNav2 .txtPageNav:focus {
    outline-color: #68368E;
}

.well {
    padding: 20px;
    background: #F6F6F6;
}

.wellBorder {
    padding: 10px;
    border: 1px solid #E6E6E6;
    background: none;
}

/*** Grid Layout ***/

.gridLayout {
    margin: -10px 0 0 -10px;
}

.gridLayout .gridItem {
    float: left;
    padding: 10px 0 0 10px;
    width: 100%;
    overflow: hidden;
}

.gridLayout.grid-tn-2 .gridItem {
    width: 50%;
}

/*** Avatar Tile ***/

.avatarTile {
    background: #F6F6F6;
}

.avatarTile .avatarCnt {
    padding: 5px 5px 0 5px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
}

.avatarTile img.center-block {
    border: 2px solid #E6E6E6;
}

.avatarTile img.center-block.gold {
    border-color: #FFD700;
}

.avatarTile .statusTxt {
    font-size: 0.7em;
    text-align: center;
}

.avatarTile .info {
    padding: 0 0 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.avatarTile .name {
    font-size: 1.3em;
}

.avatarTile .btns a {
    display: block;
    float: left;
    padding: 8px 0 5px 0;
    text-align: center;
    text-decoration: none;
}

.avatarTile .btns a:hover {
    background: #BBB;
    color: #FFF;
}

.avatarTile .btns a.accept:hover {
    background: #00A000;
}

.avatarTile .btns a.deny:hover {
    background: #CA3636;
}

.avatarTile .btns .la {
    font-size: 23px;
}

.avatarTile .btns-5 a {
    width: 20%;
}

.avatarTile .btns-6 a {
    width: 16.66666667%;
}

/*** Tab Control ***/

.tabControl {
    background: #F6F6F6;
}

.tabControl ul.tabs {
    margin: 0;
    padding: 20px 0;
    list-style: none;
}

.tabControl ul.tabs a, .tabControl ul.tabs span.active {
    display: block;
    padding: 10px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tabControl ul.tabs span.active {
    background: #E6E6E6;
    color: #707070;
}

.tabControl ul.tabs a:hover {
    background: #68368E;
    color: #FFF;
}

.tabControl ul.tabs span {
    vertical-align: middle;
}

/*** Avatar ***/

.avatar {
    display: inline-block;
    position: relative;
    max-width: 160px;
    max-height: 160px;
    border: 4px solid #E6E6E6;
    background: #E6E6E6;
    text-align: center;
    overflow: hidden;
}

.avatar.gold {
    border-color: #FFD700;
    background: #FFD700;
}

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

.avatar .avatarStatus {
    position: absolute;
    top: 0;
    right: 0;
}

/*** Avatar row ***/

.avatarRow {
    position: relative;
    padding: 10px 10px 10px 58px;
    min-height: 58px;
    background: #F6F6F6;
}

.avatarRow .avatar {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 38px;
    height: 38px;
    border-width: 2px;
}

/*** Avatar row big ***/

.avatarRowBig {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 0 150px;
    min-height: 140px;
}

.avatarRowBig:last-of-type {
    margin: 0;
}

.avatarRowBig .avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
}

.avatarRowBig .avatar img {
    width: 132px;
    height: 132px;
}

/*** Avatar Grid ***/

.avatarGrid {
    margin: -10px 0 0 -10px;
}

.avatarGrid .avatarCnt {
    float: left;
    padding: 10px 0 0 10px;
    width: 50%;
    text-align: center;
}

.avatarGrid .avatar img {
    width: 150px;
    height: 150px;
}

/*** Dashboard Item ***/

a.dashboardItem {
    display: block;
    padding: 20px;
    border: 1px solid #E6E6E6;
    color: #8D51AA;
    text-align: center;
    text-decoration: none;
}

a.dashboardItem:hover,
a.dashboardItem:focus {
    background: #F6F6F6;
}

a.dashboardItem .title {
    display: block;
    font-size: 18px;
}

a.dashboardItem .la {
    font-size: 55px;
}

/*** Object Options ***/

.objectOptions {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #F6F6F6;
}

.objectOptions li {
    float: left;
    width: 33.33333333%;
    text-align: center;
    white-space: nowrap;
}

.objectOptions.rating li {
    width: 16.66666667%;
}

.objectOptions .option {
    padding: 5px 0;
}

.objectOptions a.option {
    display: block;
    text-decoration: none;
}

.objectOptions a.option:hover {
    background: #E6E6E6;
}

.objectOptions .la {
    display: block;
    font-size: 30px;
}

/*** Options Row ***/

.optionsRow {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.optionsRow li {
    float: left;
    padding: 10px 10px 0 0;
}

.optionsRow li:last-of-type {
    padding-right: 0;
}

/*** Rating Container ***/

.ratingContainer {
    position: relative;
}

.ratingContainer .hearts {
    display: none;
    position: absolute;
    width: 150px;
    background: #AAA;
    color: #FFF;
    z-index: 998;
}

.ratingContainer:hover .hearts, .ratingContainer:focus .hearts {
    display: block;
}

.ratingContainer:focus-within .hearts {
    display: block;
}

.ratingContainer .heart a {
    display: block;
    float: left;
    padding: 5px 0;
    width: 30px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}

.ratingContainer .heart:hover > a {
    color: #68368E;
}

.ratingContainer .heart:hover > a .la-heart-o:before {
    content: "\f233"
}

/*** Image section ***/

.img-section:before,
.img-section:after {
    content: " ";
    display: table;
}

.img-section:after {
    clear: both;
}

.img-section-col-25, .img-section-col-50, .img-section-col-100 {
    float: left;
    overflow: hidden;
}

.img-section-col-25 {
    width: 50%;
}

.img-section-col-50, .img-section-col-100 {
    width: 100%;
}

.img-section-col-25 .img-section-col-25, .img-section-col-50 .img-section-col-25, .img-section-col-100 .img-section-col-25 {
    width: 25%;
}

.img-section-col-25 .img-section-col-50, .img-section-col-50 .img-section-col-50, .img-section-col-100 .img-section-col-50 {
    width: 50%;
}

.img-section-col-25 .img-section-col-100, .img-section-col-50 .img-section-col-100, .img-section-col-100 .img-section-col-100 {
    width: 100%;
}

.img-section-itm-50, .img-section-itm-100, .img-section-itm-200 {
    position: relative;
}

.img-section-itm-50 {
    padding-top: 50%;
}

.img-section-itm-100 {
    padding-top: 100%;
}

.img-section-itm-200 {
    padding-top: 200%;
}

.img-section .cnt {
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

.img-section img {
    width: 100%;
    height: 100%;
    background: #CCC;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.img-section .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: .9em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

/*** VideoGrid ***/

.videoGrid {
    margin: -10px 0 0 -10px;
}

.videoGrid .video {
    float: left;
    padding: 10px 0 0 10px;
    width: 50%;
    overflow: hidden;
}

.videoGrid .videoCnt {
    position: relative;
    width: 100%;
    background: #000000;
    aspect-ratio: 16/9;
    height: 109px;
}

.videoGrid .videoLnk {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.videoGrid .videoTn {
    height: 100%;
}

.videoGrid .videoTtl,
.videoGrid .videoNiche {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.videoGrid .videoTtl {
    padding: 3px 0 0 0;
    font-weight: bold;
}

.videoGrid .videoMnu,
.videoGrid .videoRat,
.videoGrid .videoDur {
    position: absolute;
    padding: 3px 4px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: 0.9em;
}

.videoGrid .videoMnu {
    top: 0;
    right: 0;
    display: none;
    text-align: right;
}

.videoGrid .videoRat {
    bottom: 0;
    left: 0;
}

.videoGrid .videoDur {
    bottom: 0;
    right: 0;
}

.videoGrid .videoCnt:hover .videoMnu {
    display: block;
}

.videoGrid .videoMnu div {
    padding: 5px 0 0 0;
    display: none;
}

.videoGrid .videoMnu a {
    display: block;
    padding: 8px;
    color: #FFF;
}

.videoGrid .videoMnu a:hover, .videoGrid .videoMnu a:focus {
    background: #3387D1;
    text-decoration: none;
}

.videoGrid .videoMnu:hover div {
    display: block;
}

/*** PhotoGrid **/

.photoGrid {
    margin: -10px 0 0 -10px;
}

.photoGrid .photo {
    float: left;
    padding: 10px;
    width: 50%;
}

.photoGrid .photoCnt {
    position: relative;
    margin: 16px;
    height: 140px;
    width: 140px;
    background: #F6F6F6;
}

.pageSection .photoGrid .photoCnt {
    background: #E6E6E6;
}

.photoGrid .centerTn {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.photoGrid .photoTn {
    max-width: 140px;
    max-height: 140px;
    vertical-align: middle;
}

.photoGrid .photoTtl,
.photoGrid .photoNiche {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.photoGrid .photoTtl {
    padding: 3px 0 0 0;
    font-weight: bold;
}

.photoGrid .photoRat {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3px 4px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: 0.9em;
}

.photoGrid .photoMnu {
    top: 0;
    right: 0;
    display: none;
    text-align: right;
}

.photoGrid .photoTn {
    width: 100%;
    height: 100%;
}

/*** Member list ***/

/* .memberList {
}

.memberList .member {
} */

.memberList .memberWrap {
    margin-left: 80px;
}

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

.memberList .memberWrap:after {
    clear: both;
}

.memberList .memberLeft {
    float: left;
    margin-left: -80px;
    width: 70px;
    text-align: center;
}

.memberList .memberRight {
    float: left;
    width: 100%;
}

.memberList .memberHeader {
    padding: 7px 0 0 0;
}

/* .memberList .memberCountry {
} */

.memberList .memberIntro {
    padding: 0 0 10px 0;
    font-style: italic;
}

.memberList .memberPerson {
    padding: 0 0 10px 0;
}

.memberList .memberGender {
    padding: 10px 0 0 0;
}

/*** Comment list ***/

.commentList {
    margin: -10px 0 0 0;
}

.commentList .comment {
    position: relative;
    margin: 10px 0 0 0;
    padding: 0 0 0 82px;
}

.commentList .avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
}

.commentList .avatar.small {
    left: 24px;
    width: 48px;
    height: 48px;
}

.commentList .text {
    padding: 10px;
    min-height: 72px;
    background: #F6F6F6;
    overflow: hidden;
}

.pageSection .commentList .text {
    background: #E6E6E6;
}

.commentList .text.small {
    min-height: 48px;
}

.commentList p {
    margin: 5px 0 0 0;
}

.commentList .options {
    margin: 5px 0 0 0;
}

.commentList .reply {
    margin: 10px 0 0 82px;
    padding: 10px;
    background: #F6F6F6;
}

/*** Promo Box ***/

.boxPromoCnt {
    padding: 20px;
    background: #F6F6F6;
    text-align: center;
}

/*** Upload File List ***/

/* .uploadFileList {
} */

.uploadFileList .uploadFile {
    margin-bottom: 10px;
    padding: 20px;
    background: #F6F6F6;
}

/*** Sex locations container ***/

.sexLocContainer {
    position: relative;
    margin: 5px 0 0 0;
    width: 100%;
    padding-top: 100%;
}

.sexLocContainer .map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*** Gols Perks ***/

.goldPerks {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.goldPerks li {
    position: relative;;
    padding: 11px 0 3px 26px;
}

.goldPerks span {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}

/*** Video Container ***/

.videoContainer {
    position: relative;
    padding-top: 56.25%;
}

.videoContainer .videoPlayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.videoContainer .unsupported {
    padding: 10px;
    color: #CCC;
    text-align: center;
}

/*** Photo Container ***/

.photoContainer {
    position: relative;
}

.photoContainer .photoPlayer {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
}

.videoContainer .unsupported {
    padding: 10px;
    color: #CCC;
    text-align: center;
}

/*** Playlist ***/

.playlist {
    margin: 0 -5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.playlist .playlistItem {
    display: inline-block;
    width: 33.33333333%;
    border: 5px solid #F6F6F6;
}

.playlist .playlistItem.current {
    border-color: #8D51AA;
}

/*** Video Tile ***/

.videoTile {
    position: relative;
    padding-top: 75%;
}

.videoTile .thumb {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #E6E6E6;
}

.videoTile .thumb img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.videoTile .videoDur {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px 4px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: 0.9em;
}

/*** Mesage List ***/

.messageList {
    border-top: 1px solid #E6E6E6;
}

.messageList a.message {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #E6E6E6;
    text-decoration: none;
    line-height: 21px;
}

.messageList a.message:hover {
    background: #F6F6F6;
}

.messageList a.message.active {
    background: #E6E6E6;
    border-bottom: none;
    cursor: default;
}

.messageList a.message.new {
    font-weight: bold;
}

/*** C700 promo avatar ***/

/* .c700-promo-av {
} */

.c700-promo-av h2 {
    position: relative;
    margin: 0 0 10px 0;
    padding: 5px 0;
    background: #28208C;
    color: #FFF;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.c700-promo-av img.logo {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    height: 20px;
}

.c700-promo-av a.c7-avatar {
    display: block;
    margin: 20px 0 0 0;
    background: #F6F6F6;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.c700-promo-av img.big {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.c700-promo-av img.small {
    position: absolute;
    top: 0;
    left: 5px;
    margin-top: -25px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.c700-promo-av .name {
    position: relative;
    padding: 10px 0 10px 60px;
    color: #1F6C92;
    font-family: "paralucent", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

/*** Form ***/

input,
button,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

textarea {
    resize: none;
    overflow: auto;
}

form {
    margin: 0;
    padding: 0;
}

label.padR {
    padding-right: 10px;
}

.formGroup {
    padding: 0 0 20px 0;
}

.formGroup.last {
    padding: 0;
}

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

.formGroup:after {
    clear: both;
}

.formHorizontal .formGroup {
    padding: 0 0 5px 0;
    margin-left: -10px;
    margin-right: -10px;
}

.formHorizontal .formGroup.last {
    padding: 0;
}

.formGroup label {
    line-height: 34px;
}

.formKeyVal .formGroup label {
    color: #AAA;
    line-height: 1.3;
    border-bottom: 1px solid #AAA;
}

.formGroup b.req {
    color: #F00;
    font-size: 10px;
    line-height: 34px;
    vertical-align: super;
}

.formGroup sup.req {
    color: #F00;
}

.formControl {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px;
    border: 1px solid #ddd;
    background: #FFFFFF;
    font-size: 13px;
    line-height: 1.3;
    color: #222;
    transition: border 333ms cubic-bezier(0.5, 0, 0.2, 1) 0ms, outline 500ms cubic-bezier(0.5, 0, 0.2, 1) 0ms, background 150ms cubic-bezier(0.5, 0, 0.2, 1) 0ms;
}

.formControl:focus {
    outline: 1px solid #000;
    border: 1px solid #000;
}

.formControl:disabled {
    background: #f7f5f6;
}

textarea.formControl {
    height: auto;
}

.formText, .formHint {
    line-height: 34px;
}

.formHint {
    color: #AAA;
}

.inputGroup {
    position: relative;
    display: table;
    border-collapse: separate;
}

.inputGroup .formControl {
    display: table-cell;
    float: left;
    width: 100%;
    z-index: 2;
}

.inputGroup .inputGroupBtn {
    display: table-cell;
    width: 1%;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.btn {
    height: 34px;
    padding: 6px 12px;
    border: none;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
}

.btn[disabled] {
    cursor: default;
}

.btn[disabled] {
    background: #BBB;
}

.btn.btnDefault {
    background: #8D51AA;
}

.btn.btnDefault:hover {
    background: #68368E;
}

.btn.btnDefault:hover[disabled] {
    background: #8D51AA;
}

.btn.btnDanger {
    background: #CA3636;
}

.btn.btnDanger:hover {
    background: #921F1F;
}

.btn.btnDanger:hover[disabled] {
    background: #CA3636;
}

.btn.btnHidden {
    padding-left: 0;
    padding-right: 0;
    background: none;
    color: #888;
    cursor: default;
}

.btn.btnHidden:hover {
    background: none;
}

a.btnIco {
    padding-top: 6px;
}

a.btnIco span {
    vertical-align: middle;
}

.chkN {
    position: relative;
    display: inline-block;
    -webkit-appearance: none;
    padding: 7px;
    border: 1px solid #CCC;
    background: #FFF;
}

body.ie .chkN {
    padding: 0;
    background: none;
}

.chkN:focus {
    outline-color: #68368E;
}

.chkN:checked {
    background: #FFF;
}

.chkN:checked:after {
    position: absolute;
    top: -7px;
    left: -1px;
    font-size: 19px;
    font-weight: bold;
    color: #68368E;
    content: '\2714';
}

.chkN.marR {
    margin: 0 4px 0 0;
}

/*** Tables ***/

table.data {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}

table.data th {
    font-weight: bold;
    text-align: left;
}

table.data th,
table.data td {
    padding: 5px 0;
    border-top: 1px solid #E6E6E6;
}

table.data tr.no-border-xs-only th,
table.data tr.no-border-xs-only td {
    border: none;
}

/*** Grid System ***/

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.row.ss {
    margin-left: -5px;
    margin-right: -5px;
}

.col-tn-1, .col-tn-2, .col-tn-3, .col-tn-4, .col-tn-5, .col-tn-6, .col-tn-7, .col-tn-8, .col-tn-9, .col-tn-10, .col-tn-11, .col-tn-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.row.ss .col-tn-1, .row.ss .col-tn-2, .row.ss .col-tn-3, .row.ss .col-tn-4, .row.ss .col-tn-5, .row.ss .col-tn-6, .row.ss .col-tn-7, .row.ss .col-tn-8, .row.ss .col-tn-9, .row.ss .col-tn-10, .row.ss .col-tn-11, .row.ss .col-tn-12,
.row.ss .col-xs-1, .row.ss .col-xs-2, .row.ss .col-xs-3, .row.ss .col-xs-4, .row.ss .col-xs-5, .row.ss .col-xs-6, .row.ss .col-xs-7, .row.ss .col-xs-8, .row.ss .col-xs-9, .row.ss .col-xs-10, .row.ss .col-xs-11, .row.ss .col-xs-12,
.row.ss .col-sm-1, .row.ss .col-sm-2, .row.ss .col-sm-3, .row.ss .col-sm-4, .row.ss .col-sm-5, .row.ss .col-sm-6, .row.ss .col-sm-7, .row.ss .col-sm-8, .row.ss .col-sm-9, .row.ss .col-sm-10, .row.ss .col-sm-11, .row.ss .col-sm-12,
.row.ss .col-md-1, .row.ss .col-md-2, .row.ss .col-md-3, .row.ss .col-md-4, .row.ss .col-md-5, .row.ss .col-md-6, .row.ss .col-md-7, .row.ss .col-md-8, .row.ss .col-md-9, .row.ss .col-md-10, .row.ss .col-md-11, .row.ss .col-md-12,
.row.ss .col-lg-1, .row.ss .col-lg-2, .row.ss .col-lg-3, .row.ss .col-lg-4, .row.ss .col-lg-5, .row.ss .col-lg-6, .row.ss .col-lg-7, .row.ss .col-lg-8, .row.ss .col-lg-9, .row.ss .col-lg-10, .row.ss .col-lg-11, .row.ss .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.col-tn-1, .col-tn-2, .col-tn-3, .col-tn-4, .col-tn-5, .col-tn-6, .col-tn-7, .col-tn-8, .col-tn-9, .col-tn-10, .col-tn-11, .col-tn-12 {
    float: left;
}

.col-tn-1 {
    width: 8.33333333%;
}

.col-tn-2 {
    width: 16.66666667%;
}

.col-tn-3 {
    width: 25%;
}

.col-tn-4 {
    width: 33.33333333%;
}

.col-tn-5 {
    width: 41.66666667%;
}

.col-tn-6 {
    width: 50%;
}

.col-tn-7 {
    width: 58.33333333%;
}

.col-tn-8 {
    width: 66.66666667%;
}

.col-tn-9 {
    width: 75%;
}

.col-tn-10 {
    width: 83.33333333%;
}

.col-tn-11 {
    width: 91.66666667%;
}

.col-tn-12 {
    width: 100%;
}

.col-tn-pull-0 {
    right: auto;
}

.col-tn-pull-1 {
    right: 8.33333333%;
}

.col-tn-pull-2 {
    right: 16.66666667%;
}

.col-tn-pull-3 {
    right: 25%;
}

.col-tn-pull-4 {
    right: 33.33333333%;
}

.col-tn-pull-5 {
    right: 41.66666667%;
}

.col-tn-pull-6 {
    right: 50%;
}

.col-tn-pull-7 {
    right: 58.33333333%;
}

.col-tn-pull-8 {
    right: 66.66666667%;
}

.col-tn-pull-9 {
    right: 75%;
}

.col-tn-pull-10 {
    right: 83.33333333%;
}

.col-tn-pull-11 {
    right: 91.66666667%;
}

.col-tn-pull-12 {
    right: 100%;
}

.col-tn-push-0 {
    left: auto;
}

.col-tn-push-1 {
    left: 8.33333333%;
}

.col-tn-push-2 {
    left: 16.66666667%;
}

.col-tn-push-3 {
    left: 25%;
}

.col-tn-push-4 {
    left: 33.33333333%;
}

.col-tn-push-5 {
    left: 41.66666667%;
}

.col-tn-push-6 {
    left: 50%;
}

.col-tn-push-7 {
    left: 58.33333333%;
}

.col-tn-push-8 {
    left: 66.66666667%;
}

.col-tn-push-9 {
    left: 75%;
}

.col-tn-push-10 {
    left: 83.33333333%;
}

.col-tn-push-11 {
    left: 91.66666667%;
}

.col-tn-push-12 {
    left: 100%;
}

.col-tn-offset-0 {
    margin-left: 0;
}

.col-tn-offset-1 {
    margin-left: 8.33333333%;
}

.col-tn-offset-2 {
    margin-left: 16.66666667%;
}

.col-tn-offset-3 {
    margin-left: 25%;
}

.col-tn-offset-4 {
    margin-left: 33.33333333%;
}

.col-tn-offset-5 {
    margin-left: 41.66666667%;
}

.col-tn-offset-6 {
    margin-left: 50%;
}

.col-tn-offset-7 {
    margin-left: 58.33333333%;
}

.col-tn-offset-8 {
    margin-left: 66.66666667%;
}

.col-tn-offset-9 {
    margin-left: 75%;
}

.col-tn-offset-10 {
    margin-left: 83.33333333%;
}

.col-tn-offset-11 {
    margin-left: 91.66666667%;
}

.col-tn-offset-12 {
    margin-left: 100%;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

/*** Media Queries ***/

@media (max-width: 529px) {
    .hide-tn, .hide-tn-xs, .hide-tn-xs-sm {
        display: none !important;
    }

    .marT-tn-10 {
        margin-top: 10px;
    }
}

@media (min-width: 530px) and (max-width: 767px) {
    .hide-xs, .hide-tn-xs, .hide-tn-xs-sm {
        display: none !important;
    }

    .marT-xs-5 {
        margin-top: 5px;
    }

    .marT-xs-10 {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hide-sm, .hide-tn-xs-sm {
        display: none !important;
    }

    .marT-sm-5 {
        margin-top: 5px;
    }

    .marT-sm-10 {
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hide-md {
        display: none !important;
    }

    .marT-md-5 {
        margin-top: 5px;
    }

    .marT-md-10 {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .marT-lg-5 {
        margin-top: 5px;
    }

    .marT-lg-10 {
        margin-top: 10px;
    }
}

@media (min-width: 530px) {
    /*** Page Header ***/
    .page-header.big {
        background-image: url(/img/v1/header_image_full_xs.jpg);
    }

    /*** Page Header Slogan ***/
    .page-header-slogan {
        margin-top: 50px;
        width: auto;
        text-align: left;
    }

    .page-header.news .page-header-slogan {
        margin-top: 44px;
    }

    /*** Page Header News ***/
    .page-header-news .capLine {
        padding-right: 180px;
    }

    /*** Page Header Model ***/
    .page-header-model {
        width: 172px;
        height: 195px;
        background-image: url(/img/v1/header_model_xs.png);
    }

    /*** Grid Layout ***/
    .gridLayout.grid-xs-2 .gridItem {
        width: 50%;
    }

    /*** Tab Control ***/
    .tabControl ul.tabs li {
        float: left;
        width: 50%;
    }

    /*** Avatar Grid ***/
    .avatarGrid .avatarCnt {
        width: 33.33333333%;
    }

    .avatarGrid .avatar img {
        width: 140px;
        height: 140px;
    }

    /*** Object Options ***/
    .objectOptions li {
        width: 25%;
    }

    /*** Image section ***/
    .img-section-col-25 {
        width: 25%;
    }

    .img-section-col-50 {
        width: 50%;
    }

    .img-section-col-100 {
        width: 100%;
    }

    .img-section-push-25 {
        left: 25%;
    }

    .img-section-pull-25 {
        right: 25%;
    }

    .img-section-push-50 {
        left: 50%;
    }

    .img-section-pull-50 {
        right: 50%;
    }

    /*** PhotoGrid **/
    .photoGrid .photo {
        width: 33.33333333%;
    }

    /*** C700 promo avatar ***/
    .c700-promo-av img.small {
        margin-top: -30px;
        left: 10px;
        height: 60px;
    }

    .c700-promo-av .name {
        padding: 10px 0 10px 75px;
    }

    /*** Grid System ***/
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-pull-0 {
        right: auto;
    }

    .col-xs-pull-1 {
        right: 8.33333333%;
    }

    .col-xs-pull-2 {
        right: 16.66666667%;
    }

    .col-xs-pull-3 {
        right: 25%;
    }

    .col-xs-pull-4 {
        right: 33.33333333%;
    }

    .col-xs-pull-5 {
        right: 41.66666667%;
    }

    .col-xs-pull-6 {
        right: 50%;
    }

    .col-xs-pull-7 {
        right: 58.33333333%;
    }

    .col-xs-pull-8 {
        right: 66.66666667%;
    }

    .col-xs-pull-9 {
        right: 75%;
    }

    .col-xs-pull-10 {
        right: 83.33333333%;
    }

    .col-xs-pull-11 {
        right: 91.66666667%;
    }

    .col-xs-pull-12 {
        right: 100%;
    }

    .col-xs-push-0 {
        left: auto;
    }

    .col-xs-push-1 {
        left: 8.33333333%;
    }

    .col-xs-push-2 {
        left: 16.66666667%;
    }

    .col-xs-push-3 {
        left: 25%;
    }

    .col-xs-push-4 {
        left: 33.33333333%;
    }

    .col-xs-push-5 {
        left: 41.66666667%;
    }

    .col-xs-push-6 {
        left: 50%;
    }

    .col-xs-push-7 {
        left: 58.33333333%;
    }

    .col-xs-push-8 {
        left: 66.66666667%;
    }

    .col-xs-push-9 {
        left: 75%;
    }

    .col-xs-push-10 {
        left: 83.33333333%;
    }

    .col-xs-push-11 {
        left: 91.66666667%;
    }

    .col-xs-push-12 {
        left: 100%;
    }

    .col-xs-offset-0 {
        margin-left: 0;
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xs-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 650px) {
    /*** Avatar Grid ***/
    .avatarGrid {
        margin: -20px 0 0 -20px;
    }

    .avatarGrid .avatarCnt {
        width: 25%;
    }

    /*** PhotoGrid **/
    .photoGrid .photo {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .show-xs-only {
        display: none;
    }

    .marT {
        margin-top: 20px;
    }

    .marT-xs-only {
        margin-top: 0;
    }

    .marTS-container {
        margin-top: -10px;
    }

    .marTS {
        margin-top: 10px;
    }

    .marTS-xs-only {
        margin-top: 0;
    }

    .marTS-xs-sm {
        margin-top: 10px;
    }

    .marTS-sm-only {
        margin-top: 10px;
    }

    .mar10b-xs-only {
        margin-bottom: 0;
    }

    .collapsable {
        display: block;
    }

    .toggleCollapse .toggleCollapseIcon {
        display: none;
    }

    /*** Sprites ***/
    .tmIco_11, .tmIco_12, .tmIco_13, .tmIco_14, .tmIco_15,
    .tmIco_21, .tmIco_22, .tmIco_23, .tmIco_24, .tmIco_25,
    .tmIco_31, .tmIco_32, .tmIco_33, .tmIco_34, .tmIco_35, .tmIco_avatar {
        display: inline-block;
    }

    /*** Page Header ***/
    .page-header {
        background-image: url(/img/v1/header_image_full_s.jpg);
        background-position: bottom center;
    }

    .page-header.big {
        background-image: url(/img/v1/header_image_full_s.jpg);
        height: 300px;
        background-position: center;
    }

    .page-header-links {
        display: block;
    }

    .page-header-social {
        display: block;
    }

    .page-header-menu-toggle {
        display: none;
    }

    .page-header a:hover,
    .page-header a:focus {
        text-decoration: underline;
    }

    .page-header a.soc-link {
        display: block;
    }

    /*** Page Header Top ***/
    body.non-ie .page-header-top {
        padding: 5px 0 0 0;
    }

    /*** Page Header Slogan ***/
    .page-header-slogan {
        margin-top: 60px;
        font-size: 26px;
    }

    .page-header.news .page-header-slogan {
        margin-top: 40px;
    }

    /*** Page Header News ***/
    .page-header-news .capLine {
        padding: 10px 180px 10px 0;
    }

    /*** Page Header Model ***/
    .page-header-model {
        left: 50%;
        right: auto;
        margin: 0 0 0 200px;
        width: 170px;
        height: 152px;
        background-image: url(/img/v1/header_model_s.png);
    }

    /*** Page Header Menu ***/
    .page-header-menu {
        position: relative;
        display: block;
        background: none;
        box-shadow: none;
        z-index: auto;
    }

    .page-header.big .page-header-menu {
        background: rgba(0, 0, 0, 0.25);
    }

    body.ie .page-header .page-header-menu {
        background: none;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#40000000', GradientType=0);
        zoom: 1;
    }

    .page-header-menu-items li {
        float: left;
        border: none;
    }

    .page-header-menu-items a {
        padding: 10px 6px;
        color: #FFF;
        font-size: 12px;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
    }

    .page-header-menu-items .tmIcon {
        display: inline-block;
    }

    .page-header-menu-items a br {
        display: block;
    }

    .page-header-menu-dd {
        position: absolute;
        top: 70px;
        left: 0;
        right: auto;
        min-width: 160px;
        background: #F6F6F6;
    }

    body.ie .page-header-menu-dd {
        border: none;
        background: none;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0000000', endColorstr='#C0000000', GradientType=0);
        zoom: 1;
    }

    .page-header-menu-dd.showMyProfile {
        display: none;
    }

    .page-header-menu-items li:hover .page-header-menu-dd {
        display: block;
    }

    .page-header-menu-dd.page-header-menu-profile .container {
        width: 700px;
    }

    .page-header-menu-dd a {
        padding: 0;
        color: #8D51AA;
        text-shadow: none;
    }

    /*** Page Footer ***/
    .page-footer {
        margin: 40px 0 0 0;
        padding: 20px 0;
    }

    .page-footer .col-sm-8 {
        text-align: left;
    }

    .page-footer .col-sm-4 {
        text-align: right;
    }

    /*** Global elements ***/
    .pageSection {
        margin: 40px 0 0 0;
        padding: 0 0 40px 0;
    }

    .pageSection.cozy {
        margin: 20px 0 0 0;
        padding: 0 0 20px 0;
    }

    .pageContentWrap {
        margin-right: 320px;
    }

    .pageContentWrap .pageContentLeft {
        float: left;
        width: 100%;
    }

    .pageContentWrap .pageContentRight {
        float: right;
        width: 300px;
        margin-right: -320px;
    }

    .box {
        padding: 40px 0 0 0;
    }

    .box.cozy {
        padding: 20px 0 0 0;
    }

    .boxBorder {
        margin: 40px 0 0 0;
    }

    .boxBorder .boxTitle {
        padding: 20px;
    }

    .boxBorder .boxCnt {
        padding: 20px;
    }

    .well.well-xs-only {
        padding: 0;
        background: transparent;
    }

    /*** Grid Layout ***/
    .gridLayout {
        margin: -20px 0 0 -20px;
    }

    .gridLayout .gridItem {
        padding: 20px 0 0 20px;
    }

    .gridLayout.grid-sm-2 .gridItem {
        width: 50%;
    }

    /*** Avatar Tile ***/
    .avatarTile .avatarCnt {
        padding: 10px 10px 0 10px;
    }

    .avatarTile img.center-block {
        border-width: 4px;
    }

    /*** Tab Control ***/
    .tabControl .box {
        padding-bottom: 20px;
    }

    .tabControl ul.tabs {
        padding: 20px 0 0 0;
    }

    .tabControl ul.tabs li {
        width: auto;
    }

    .tabControl ul.tabs span.active {
        background: #FFF;
    }

    /*** Avatar Grid ***/
    .avatarGrid .avatarCnt {
        padding: 20px 0 0 20px;
    }

    .avatarGrid .avatar img {
        width: 152px;
        height: 152px;
    }

    /*** Object Options ***/
    .objectOptions .option {
        padding: 10px 0;
    }

    .objectOptions li {
        width: 20%;
    }

    /*** Image section ***/
    .img-section-col-25 {
        width: 50%;
    }

    .img-section-col-50, .img-section-col-100 {
        width: 100%;
    }

    .img-section .info {
        padding: 10px;
    }

    .img-section .info .la {
        font-size: 21px;
    }

    /*** VideoGrid ***/
    .videoGrid .video {
        width: 33.33333333%;
    }

    .pageContentLeft .videoGrid .video {
        width: 50%;
    }

    /*** PhotoGrid **/
    .photoGrid .photo {
        width: 25%;
    }

    .pageContentLeft .photoGrid .photo {
        width: 50%;
    }

    /*** Member list ***/
    .memberList .memberIntro {
        padding: 0;
    }

    .memberList .memberPerson {
        padding: 18px 0 0 0;
    }

    .memberList .memberGender {
        padding: 0;
    }

    /*** Comment list ***/
    .commentList {
        margin: -20px 0 0 0;
    }

    .commentList .comment {
        margin: 20px 0 0 0;
    }

    .commentList .options {
        margin: 0;
        text-align: right;
    }

    .commentList .reply {
        margin: 20px 0 0 82px;
    }

    /*** Promo Box ***/
    .boxPromoCnt {
        padding: 10px;
        height: 250px
    }

    .pageContentLeft .boxPromoCnt h2 {
        font-size: 14px;
    }

    /*** Sex locations container ***/
    .sexLocContainer {
        padding-top: 56.25%;
    }

    /*** Mesage List ***/
    .messageList a.msgHandle {
        padding: 10px;
    }

    /*** C700 promo avatar ***/
    .c700-promo-av img.logo {
        margin-top: -15px;
        height: 30px;
    }

    /*** Tables ***/
    table.data th,
    table.data td {
        padding: 10px 0;
    }

    table.data tr.no-border-xs-only th,
    table.data tr.no-border-xs-only td {
        border-top: 1px solid #E6E6E6;
    }

    /*** Grid System ***/
    .container {
        width: 740px;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .show-md {
        display: block;
    }

    .marTS-xs-sm {
        margin-top: 0;
    }

    .marTS-sm-only {
        margin-top: 0;
    }

    .marTS-md {
        margin-top: 10px;
    }

    .mar10b-xs-sm {
        margin-bottom: 0;
    }

    /*** Page Header ***/
    .page-header {
        background-image: url(/img/v1/header_image_full_m.jpg);
    }

    .page-header.big {
        height: 400px;
        background-image: url(/img/v1/header_image_full_m.jpg);
    }

    .page-header-links {
        padding: 5px 0 0 20px;
        width: 513px;
        font-size: 14px;
    }

    /*** Page Header Slogan ***/
    .page-header-slogan {
        margin-top: 104px;
        font-size: 32px;
    }

    .page-header.news .page-header-slogan {
        margin-top: 84px;
    }

    /*** Page Header News ***/
    .page-header-news .capLine {
        padding-right: 270px;
    }

    /*** Page Header Model ***/
    .page-header-model {
        margin: 0 0 0 213px;
        width: 267px;
        height: 248px;
        background-image: url(/img/v1/header_model_m.png);
    }

    /*** Page Header Menu ***/
    .page-header-menu-items a {
        min-width: 83px;
        font-size: 14px;
    }

    /*** Global elements ***/
    .pageContentWrapWide {
        margin-right: 320px;
    }

    .pageContentWrapWide .pageContentLeftWide {
        float: left;
        width: 100%;
    }

    .pageContentWrapWide .pageContentRightWide {
        float: right;
        width: 300px;
        margin-right: -320px;
    }

    /*** Grid Layout ***/
    .gridLayout.grid-md-3 .gridItem {
        width: 33.33333333%;
    }

    /*** Tab Control ***/
    .tabControl ul.tabs a, .tabControl ul.tabs span.active {
        padding: 10px 20px;
    }

    /*** Avatar Grid ***/
    .avatarGrid .avatarCnt {
        width: 16.66666667%;
    }

    .avatarGrid .avatar img {
        width: 131px;
        height: 131px;
    }

    /*** Image section ***/
    .img-section-col-25 {
        width: 25%;
    }

    .img-section-col-50 {
        width: 50%;
    }

    .img-section-col-100 {
        width: 100%;
    }

    /*** VideoGrid ***/
    .videoGrid {
        margin: -20px 0 0 -20px;
    }

    .videoGrid .video {
        padding: 20px 0 0 20px;
    }

    .videoGrid .videoTtl,
    .videoGrid .videoNiche {
        font-size: 14px;
    }

    /*** PhotoGrid **/
    .photoGrid .photo {
        width: 16.66666667%;
    }

    .pageContentLeft .photoGrid .photo {
        width: 33.33333333%;
    }

    .photoGrid .photoTtl,
    .photoGrid .photoNiche {
        font-size: 14px;
    }

    /*** Promo Box ***/
    .boxPromoCnt {
        padding: 20px;
    }

    .pageContentLeft .boxPromoCnt h2 {
        font-size: 22px;
    }

    /*** Playlist ***/
    .playlist .playlistItem {
        width: 20%;
    }

    /*** Grid System ***/
    .container {
        width: 960px;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    /*** Page Header ***/
    .page-header {
        background-image: url(/img/v1/header_image_full_l.jpg?v=1);
        background-position: center;
    }

    .page-header.big {
        background-image: url(/img/v1/header_image_full_l.jpg?v=1);
    }

    /*** Page Header Slogan ***/
    .page-header-slogan {
        margin-top: 100px;
        font-size: 38px;
    }

    .page-header.news .page-header-slogan {
        margin-top: 80px;
    }

    /*** Page Header News ***/
    .page-header-news .capLine {
        padding-right: 320px;
    }

    /*** Page Header Model ***/
    .page-header-model {
        margin: 0 0 0 263px;
        width: 317px;
        height: 360px;
        background-image: url(/img/v1/header_model_l.png);
    }

    /*** Avatar Grid ***/
    .avatarGrid .avatar img {
        width: 152px;
        height: 152px;
    }

    /*** VideoGrid ***/
    .videoGrid .video {
        width: 25%;
    }

    .pageContentLeft .videoGrid .video {
        width: 33.33333333%;
    }

    /*** PhotoGrid **/
    .pageContentLeft .photoGrid .photo {
        width: 25%;
    }
}

.albumPreviews {
    margin: 16px;
    width: 148px;
    height: 148px;
    /*
    border: 1px solid #C9C9C9;
    */
    background: #EDEDED;
    overflow: hidden;
}

.albumPreviews img {
    margin: 5px;
}

.follow-link {
    font-size: 12px;
}

.form-control {
    font-size: inherit;
}

.color-white{
    color:white;
}
.btn-primary {
    background-color: rgb(141, 81, 170);
}

.btn-primary:hover {
    background-color: rgba(141, 81, 170, 75%);
}

.btn-primary:focus:not(:focus-visible) {
    border-color: rgba(141, 81, 170, 50%);
    box-shadow: 0 0 0 .25rem rgba(141, 81, 170, 25%);
}

.bg-black {
    background-color: #000000!important;
}

.container h1 {
    margin-bottom: 20px;
}

.content__grid {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    grid-gap: 16px;
}

@media (max-width: 1023px) {
    .content__grid {
        grid-template-columns: repeat(1, 300px);
    }
}
@media (max-width: 640px) {
    .content__grid {
        grid-template-columns: repeat(1, 300px);
    }
}

.content__video-card {
    background-color: #f2f2f2;
    width: 300px;
    border-radius: 7px;
}

.content__video-card-preview {
    display: grid;
    position: relative;
    margin: 10px;
    height: 168px;
    width: 300px;
    background: black;
    border-radius: 7px;
    overflow: hidden;
}

.content__video-card-preview img {
    height: 168px;
    width: 300px;
    margin: auto;
}

.content__video-card-info__title {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content__video-card-info__title a {
    height: 23px;
}

.content__video-card-preview img:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.content__video-card-preview img:nth-of-type(2) {
    grid-area: 1 / 1 / 2 / 2;
    transform: translateX(4px);
}

.content__video-card-preview img:nth-of-type(3) {
    grid-area: 1 / 1 / 2 / 2;
    transform: translateX(6px);
}

.content__video-card-preview-count {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0,66%);
    grid-area: 1 / 1 / 2 / 2;
    height: 210px;
    width: 280px;
}

.content__video-card-preview-count label {
    color: #FFF;
    font-size: 48px;
    position: relative;
    left: 35%;
    top: 35%;
}

.content__video-card-preview-image {
    position: absolute;
    left: 0;
    right: 0;
}

.content__video-card-info {
    margin: 10px;
}

.content__video-card-info__description {
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content__video-card-info__row {
    display: flex;
    justify-content: space-between;
}

.content__video-card-info__author {
    display: block;
    text-align: left;
    margin: 0;
}

.content__video-card-info__date {
    display: block;
    text-align: right;
    margin: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-radius: 7px 7px 0 0;
    border-color: #FFF
}

.nav-tabs {
    border: none;
}

.nav-link {
    color: #8D51AA;
}

.col-avatar {
    max-width: 74px;
}

.img-avatar {
    width: 64px;
    height: 64px;
    border-radius: 7px;
    border-style: hidden;
    overflow: hidden;
}

.row-message {
    background-color: transparent;
    border: 0 solid #dadce0;
}

.row-message:hover {
    background-color: #fafafa;
}

.user-nickname {
    font-size: 18px
}

.message-list {
    border-radius: 7px;
    border-style: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 338px;
}

.message-text {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    height: 24px;
    cursor: pointer;
}

.row-user-info {
    background-color: #e9ecef;
    border-color: transparent;
    border-bottom: #f8f9fa;
    border-style: solid;
    border-width: 1px;
}

.row-message-writing {
    background-color: #e9ecef;
}

.row-messages-list {
    overflow-y: scroll;
    height: 277px;
    width: 100%;
}

.message-incoming {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #888;
    background-color: #f8f9fa;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    max-width: 66%;
    margin: 8px auto 0 8px;
    height: min-content;
}

.message-incoming::after {
    content: "";
    position: absolute;
    top: 6px;
    left: -9px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #f8f9fa;
    border-bottom: 10px solid transparent;
}

.message-incoming p {
    margin: 0;
}

.message-outcoming {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #FFF;
    background-color: rgb(141, 81, 170);
    border-radius: 5px;
    padding: 10px;
    right: 10px;
    position: relative;
    max-width: 66%;
    margin: 8px 4px 0 auto;
    height: min-content;
}

.message-outcoming::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: -8px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgb(141, 81, 170);
    border-top: 10px solid transparent;
}

.message-outcoming p {
    color: #FFF;
    margin: 0;
}

.message-sent {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #000;
    background-color: #e9ecef;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    max-width: 66%;
    margin: 8px 12px 0 auto;
    height: min-content;
}

.message-sent::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: -8px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e9ecef;
    border-top: 10px solid transparent;
}

.message-sent p {
    color: #454545;
    margin: 0;
}

.messaging-window {
    position: relative;
    border-left: 1px solid #f8f9fa;
}

@media only screen and (max-width: 768px) {
    .messaging-window {
        display: none;
    }
}

.writing-field {
    height: 29px;
}

.message-window {
    max-height: 400px;
}

.emoji {
    width: 18px;
    height: 18px;
    margin: 0 2px;
}

.background-none{
    background: none;
}
.border-radius-50{
    border-radius: 50px;
}
.border-radius-20{
    border-radius: 20px;
}

.border-radius-10{
    border-radius: 10px;
}

.border-radius-6{
    border-radius: 6px;
}

.modal-body-padding{
    padding: 10px 24px;
}

.text-black-title{
    color:#000 !important;
}

.input-field-height{
    height: 40px;
}

.modal-content-modify{
    box-shadow: 0 0 12px 24px rgba(0, 0, 0, 0.15)
}

.btn-default{
    background: #000;
    color:#fff !important;
}

.btn-default:focus {
    color: #fff;
    background-color: #333;
    border-color: #333;
    outline: none;
    box-shadow: none;
}

.btn-default:hover {
    color: #fff;
    background-color: #272727;
    border-color: transparent;
    animation-duration: 300ms;
    animation-timing-function:cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn-default:active {
    color: #fff;
    background-color: #272727;
    border-color: transparent;
    animation-duration: 300ms;
    animation-timing-function:cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn-default:active:focus {
    color: #fff;
    background-color: #606060;
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.16);
    animation-duration: 300ms;
    animation-timing-function:cubic-bezier(0.075, 0.82, 0.165, 1);
}

.video-duration{
    position: absolute;
    z-index: 20;
    background: #000;
    color: #fff;
    right: 0;
    bottom: 0;
    padding: 3px;
    border-top-left-radius: 10px
}

.btn-cancel:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: transparent;
}
.header-box{
    margin-bottom: 20px;
}

.card-preview-image{
    width: 100%;
    max-width: 100% !important;
    object-fit: cover;
}

.card-preview-image__albums{
    height: 79px !important;
    max-width: 100% !important;
    border-radius: 7px;
    padding: 2px;
}

.pr-0{
    padding-right: 0;
}

.content__grid-20{
    grid-gap: 20px;
}

.content__video-card-preview__box{
    width:300px;
}

.content__video-card-info__mod{
    margin-left: 0;
    margin-right: 0;
}

:focus,.focus-visible:focus:not(:focus-visible) {
    outline: 0;
    box-shadow:none;
}

.empty-album {
    position: absolute;
    text-align: center;
    top:42%;
    width: 100%;
}

/** Bootstrap Theme **/
.btn-link {
    color: #000;
    background: transparent;
    border-color: transparent;
    border-radius: 20px;
    text-decoration: none;
}

.btn-link:hover {
    color: #272727;
    background: rgba(0, 0, 0, 0.05);
    border-color: transparent;
    border-radius: 20px;
    text-decoration: none;
}

.btn-link:focus {
    color: #212529;
    background: rgba(0, 0, 0, 0.1);
    border-color: transparent;
    border-radius: 20px;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.nav-link-tab{
    padding: 20px;
    border: 4px solid transparent !important;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    margin-bottom: 0 !important;
    color:#000;
}
.nav-link-tab.active{
    background-color: transparent !important;
    border-color: #0A0A6E !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-left: none;
    border-top: none;
    border-right: none;
    isolation: inherit;
    border-color: #0A0A6E !important;
}

.text-muted {
    color: #AAA!important;
}

/* End of Bootstrap Theme */

.album-title-uri {
    width: 275px;
    display: block;
}

.profile-avatar{
    border-radius: 50%;
}
.content__profile-grid-7-lg {
    grid-template-columns: repeat(6, 143px);
}

.profile-box{
    width:120px;
    margin-bottom: 20px;
}
.profile-img-box-gold{
    border: 3px solid #ffc107;
    padding: 2px;
}
.profile-icon{
    width: 17px;
    height: 17px;
    border-radius: 50px;
    display: block;
    position: absolute;
    right: 13px;
    bottom: 4px;
    z-index: 2;
    border: 4px solid white;
}
.profile-online{
    background: #198754;
}
.content__grid-30{
    grid-gap: 30px;
}
.profile-offline{
    background: #d20a46;
}
.gender{
    border-radius: 16px;
    padding: 8px;
}
.gender a{
    color:#fff;
}
.gender-male{
    background-color: #065fd4;
}

.gender-female{
    background: #FF69B4;
}
.gender-shemale, .gender-tg_male {
    background: linear-gradient(
            90deg,
            rgba(255, 0, 0, 1) 0%,
            rgba(255, 154, 0, 1) 10%,
            rgba(208, 222, 33, 1) 20%,
            rgba(79, 220, 74, 1) 30%,
            rgba(63, 218, 216, 1) 40%,
            rgba(47, 201, 226, 1) 50%,
            rgba(28, 127, 238, 1) 60%,
            rgba(95, 21, 242, 1) 70%,
            rgba(186, 12, 248, 1) 80%,
            rgba(251, 7, 217, 1) 90%,
            rgba(255, 0, 0, 1) 100%
    );
}
.divider-tab{
    width: 100%;
    height: 1px;
    bottom: 0;
    position: absolute;
    background: #e5e5e5;
}
.nav-link-tab{
    padding: 20px;
    border: 4px solid transparent !important;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    margin-bottom: 0 !important;
    color:#000;
}
.nav-link-tab.active{
    background-color: transparent !important;
    border-color: #0A0A6E !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-left: none;
    border-top: none;
    border-right: none;
    isolation: inherit;
    border-color: #0A0A6E !important;
}
.select-boxes{
    display: flex;
    justify-content: space-between;
    grid-gap: 15px;
}

.square-img {
    width: 300px;
    height: 300px;
}

.messageField {
    resize: vertical;
    height: auto !important;
}

.row-boxes{
    display: flex;
    justify-content: space-between;
    grid-gap: 15px;
}

.chkAcceptTos{
    margin-right: 15px;
}
.signup-box{
    max-width: 500px;
    margin:40px auto 0;
}
.frmSignUp{
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 24px;
}

.border-black{
    border-color: #000;
}
::placeholder{
    color:#222;
}
.message-text-box{
    line-height: 22px;
}
.messageField{
    resize: vertical;
    height: auto !important;
}

.aspect-ratio-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ratio-280x300 {
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: calc(280/300*100%);
    position: relative;
}

.shake-animation {
    animation: shake 0.5s 0ms ease-in-out;
}

@keyframes shake {
    0% { transform: translate(0px, 0px); }
    20% { transform: translate(-4px, 0px); }
    40% { transform: translate(4px, 0px); }
    60% { transform: translate(-4px, 0px); }
    80% { transform: translate(4px, 0px); }
    100% { transform: translate(0px, 0px); }
}

.border-red {
    border: 1px solid #FF0000;
}

.header-link-item {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}

.header-link-item:hover {
    cursor: pointer;
    text-decoration: underline;
}

.header-link-item{
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}

.header-link-item:hover{
    cursor: pointer;
    text-decoration: underline;
}

.language-modal {
    padding: 24px;
}

.g-recaptcha-box {
    height: 78px;
}
.centered-status {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
}
.hover-gray:hover {
    color: #808080;
    color: rgb(128, 128, 128);
    color: rgba(0, 0, 0, 0.5);
}
.form-control {
    width: 100%;
    font-size: 13px;
    padding: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: border 333ms cubic-bezier(0.5, 0, 0.2, 1) 0ms, outline 500ms cubic-bezier(0.5, 0, 0.2, 1) 0ms, background 150ms cubic-bezier(0.5, 0, 0.2, 1) 0ms;
}
.form-control:focus {
    outline: 1px solid rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
    box-shadow: none;
}

.icon-text {
    font-size: 12px;
    line-height: 14px;
    color: rgba(34,34,34,.8);
    color: rgb(34, 34, 34);
}

.nav-menu li {
    padding-bottom: 4px;
}

.accordion-button:not(.collapsed) {
    background-color: #F6F6F6;
    color: #5f3973;
}

.accordion-button {
    font-size: 14px;
    color: #8D51AA;
}

.accordion-button:focus {
    box-shadow: 0 0 0 .25rem rgba(141, 81, 170, 25%);
}

.blur-content iframe, .blur-content img, .blur-content video, .blur-content .fluid_pseudo_poster, .blur-content .mn-thumb__img {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
}

.confirm-age {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    min-width: 320px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.confirm-age-win {
    width: 750px;
    max-width: 750px;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    text-align: center;
}
.confirm-age-title {
    padding: 10px 24px;
    color: #000;
    font-size: 22px;
}
.confirm-age-content {
    padding: 10px 24px;
    text-align: justify;
}
.confirm-age-btn {
    display: flex;
    padding: 10px 24px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}
.confirm-age-btn .btn { border-radius: 999px; }
