/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}

img, fieldset {
    border: 0;
}

/* set image max width to 100% */
img {
    max-width: 100%;
    height: auto;
    width: auto \9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/***** GLOBAL *****/
body {
    background: url(../images/base.jpg) center top repeat;
    font-family: 'Roboto', Arial;
}

input:not('type=["radio"]'), input:not('type=["checkbox"]'), textarea, keygen, select, button {
    font-family: 'Roboto', Arial;
    -webkit-appearance: none;
}

.theprimary {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#theheader .theprimary {
    justify-content: space-between;
    align-items: stretch;

}

.theprimary .toplogoutbox {
    display: flex;
    justify-content: space-between;
}

.theprimary .toplogoutbox a {
    color: #f0f0f0;
    transition: opacity .2s ease;
}

.theprimary .toplogoutbox a:hover {
    opacity: .7;
    text-decoration: none;
}

.theprimary .toplogoutbox img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    margin-right: 10px;
}

.theprimary .toplogoutbox .top-profileinfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.theprimary .toplogoutbox .top-profileinfo .profile-link {
    font-size: 1.2em;
    margin-bottom: 4px;
}

.theprimary .toplogoutbox .top-profileinfo .account-link {
    font-weight: bold;
}

.theprimary .toplogoutbox .top-accountinfo {
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.theprimary .toplogoutbox .top-accountinfo .fa {
    margin-right: 10px;
}

.hidden {
    display: none !important;
}

.visible-xs {
    display: none;
}

.cfix {
    clear: both;
}

/***** THE HEADER *****/
#theheader {
    background-image: url(../images/s-t.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    min-height: 40px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
    padding: 20px;
    display: flex;
    z-index: 98;
}

.thelogo, .show-nav-icon {
    font-family: 'Roboto Condensed', Arial;
    font-size: 30px !important;
    font-weight: 700;
    color: #fff;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 55px !important;
    letter-spacing: -1px;
    margin-right: auto;
    display: flex;
    white-space: nowrap;
}

.show-nav-icon {
    display: none !important;
}

.thelogo:hover {
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.thelogo img {
    height: 55px;
    margin-right: 10px;
}

#theheader ul {
    list-style-type: none;
    border-left: 1px dotted rgba(255, 255, 255, 0.2);
    margin-left: 25px;
}

#theheader .joinbutton {
    font-family: 'Roboto Condensed', Arial;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 38px;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 4px rgba(0, 0, 0, 0.25);
    padding: 0 16px;
    position: relative;
    display: block;
    margin-left: 20px;
}

#theheader .joinbutton:hover {
    box-shadow: none;
}

#theheader .login-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
}

#theheader .loginbox {
    width: 322px;
    height: 30px;
    border-radius: 3px;

}

#theheader .login-inputs {
    width: 230px;
    margin-right: 20px;
}

#theheader form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#theheader form section {
    background: rgba(0, 0, 0, 0.13);
    width: 110px;
    height: 40px;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 5px rgba(0, 0, 0, 0.15) inset;
}

#theheader form section.remember {
    background: transparent;
    width: 100%;
    height: 40px;
    box-shadow: unset;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px;
    justify-content: flex-start;
}

#theheader form section.remember label {
    color: #fff;
    font-weight: normal;
}

#theheader form section.remember input {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

#theheader form section input {
    background: transparent;
    width: 110px;
    font-family: 'Roboto', Arial;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    border: 0;
    border-radius: 3px;
    padding: 10px 0;
}

#theheader form section

::-webkit-input-placeholder { /* WebKit browsers */
    color: white;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: white;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: white;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: white;
}


#theheader form .loginbutton {
    background: rgba(0, 0, 0, 0.25);
    width: 70px;
    height: 40px;
    border-radius: 3px;
    overflow: hidden;
    line-height: 30px;
    font-family: 'Roboto Condensed', Arial;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border: 0;
    padding: 7px 0;
    position: relative;
    cursor: pointer;
}

#theheader form .loginbutton:hover {
    background: rgba(0, 0, 0, 0.5);
}

/***** THE NAV *****/
#thenav {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    z-index: 97;
}

#thenav span,
#thenav a {
    font-family: 'Roboto Condensed', Arial;

    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    position: relative;
    display: inline-block;
}

#thenav a.avatar-link {
    padding-right: 0;
}

#thenav a:hover {
    text-decoration: none;
}

#thenav .close-nav-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

/***** THE LIST *****/
#thelist {
    padding: 20px 0;
    background: #e8e8e8 url(../images/s-b.png) center bottom repeat-x;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
    position: relative;
}

#thelist nav {
    text-align: center;
    position: relative;
}

#thelist nav a {
    background: rgba(0, 0, 0, 0.1);
    font-size: 13px;
    font-weight: 400;
    color: #888;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    padding: 7px 15px;
    position: relative;
    display: inline-block;
}

#thelist nav a:hover {
    color: #fff;
    text-decoration: none;
}

#thelist > ul {
    list-style-type: none;
    position: relative;
    margin: 0px 15px;
    text-align: center;
    padding-bottom: 15px;
}

#thelist .page-title {
    margin: 0px 15px 15px 15px;
    text-transform: uppercase;
}

#thelist .models-container {
    display: flex;
    flex-flow: row wrap;
}

#thelist > ul li {
    margin: 5px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
#thelist .models-container li {
    width: calc( (100% / 5) - 10px);
}

#thelist > ul li:hover {
}

#thelist > ul li .image-shadow {
    bottom: 0;
    height: 70px;
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 92;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 75%);
}

.load-more {
    color: #fff;
    font-size: 16px;
    background-color: #ad1e5b;
    padding: 0 16px;
    border-radius: 3px;
    line-height: 38px;
    display: inline-block;
    margin-bottom: 20px;
}
.load-more:hover {
    background: #772045;
    cursor: pointer;
}
.text-center {
    text-align: center;
}

#thelist > ul li .screen-name {
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 94;
    text-align: left;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    transition: .15s ease;
}

#thelist > ul li:hover .screen-name {
    opacity: 0;
    transition: .05s ease;
    transform: translateY(50px);
}

#thelist > ul li > section {
    background: rgba(68, 68, 68, 0.8);
}

@media screen and (max-width: 1558px) {
    #thelist .models-container li {
        width: calc( (100% / 4) - 10px);
    }
}

@media screen and (max-width: 1024px) and (min-width: 800px) {
    #thelist .models-container li {
        width: calc( (100% / 3) - 10px);
    }
}

@media screen and (max-width: 800px) and (min-width: 480px) {
    #thelist .models-container li {
        width: calc( (100% / 2) - 10px);
    }
}

@media screen and (max-width: 480px){
    #thelist .models-container li {
        width: 100%;
    }

    .thelogo img {
        /*display: none;*/
    }
}


#thelist > ul li header {
    width: 100%;/*was 320px;*/
    height: auto;
    position: relative;
    z-index: 90;
}

#thelist > ul li header img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    z-index: 91;
}

#thelist > ul li section {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transform: scale(0);
    opacity: 0;
    left: 0;
    z-index: 92;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
}

#thelist > ul li:focus section {
    transform: scale(.75);
    transition: none;
}

#thelist > ul li:hover header {
    filter: blur(5px);
    transition: .3s ease-in-out;
}

#thelist > ul li:hover section {
    transform: scale(1.0);
    opacity: 1.0;
    transition: .05s ease-in-out;
}

#thelist > ul li section h1 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding: 8px 0 0 0;
    position: relative;
}

#thelist > ul li section h1 a {
    color: #fff;
    text-decoration: none;
}

#thelist > ul li section h1 a:hover {
    color: #fff;
    text-decoration: underline;
}

#thelist > ul li section h2 {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 0 0 7px 0;
    position: relative;
}

#thelist > ul li section h3, #thelist > ul li section h4, #thelist > ul li section h5 {
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 15px;
    position: relative;
}

#thelist > ul li section h3 {
    font-size: 12px;
    font-weight: 600;
}

#thelist > ul li section h4 {
    padding: 7px 0 0 0;
}

#thelist > ul li section h4, #thelist > ul li section h5 {
    font-size: 13px;
}

#thelist > ul li section h4 a, #thelist > ul li section h5 a {
    text-decoration: underline;
}

#thelist > ul li section h4 a:hover, #thelist > ul li section h5 a:hover {
    color: #fff;
    text-decoration: none;
}

#thelist > ul li footer {
    height: 28px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 93;
    transform: translateY(28px);
    bottom: 0;
    transition: .15s ease-in-out;
}

#thelist > ul li footer a h2 {
    margin: 0;
}

#thelist > ul li .buttons-bar {
    font-size: 22px;
    margin: 10px 0;
}
#thelist > ul li .buttons-bar a {
    color: #fff;
    border-radius: 3px;
    background: rgb(173, 30, 91);
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

#thelist > ul li:hover footer {
    transform: translateY(0px);
    transition: .15s ease-in-out;
}

#thelist > ul li:hover footer h2 {
    transition: .15s ease;
    opacity: 1.0;
}

#thelist > ul li footer a {
    text-decoration: none;
    position: relative;
    display: block;
}

#thelist > ul li footer h1 {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    width: 125px;
    line-height: 30px;
    padding: 0 85px 0 10px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#thelist > ul li footer h2 {
    font-family: 'Roboto Condensed', Arial;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    transition: .15s ease;
}

#thelist > ul li footer:hover h2 {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

/* THE PROFILE */
#theprofile {
    width: auto !important;
    max-width: 960px;
    position: relative;
}

#theprofile-main {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    margin: 0 10px;
}

#theprofile-header {
    display: flex;
    min-height: 266px;
    padding: 10px;
    position: relative;
}

#theprofile-header .profile-picture {
    width: 300px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    margin-right: 15px;
}

#theprofile-header .profile-picture a {
    width: 100%;
}

#theprofile-header .profile-picture img {
    width: 100%;
    height: auto;
    position: relative;
}

#theprofile-header .profile-picture footer {
    width: 100%;
    height: 40px;
    left: 0;
    border-radius: 0 0 5px 5px;
}

#theprofile-header .profile-picture footer h1 {
    font-family: 'Roboto Condensed', Arial;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    position: relative;
    margin: 0;
}

#theprofile-header section {
    min-height: 246px;
    display: flex;
}

#theprofile-header .profile-header-data {
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 2;
}

#theprofile-header section h1 {
    font-size: 30px;
    font-weight: 400;
    color: #444;
    text-align: left;
    line-height: 32px;
    letter-spacing: -1px;
    position: relative;
}

#theprofile-header section h2 {
    font-size: 16px;
    font-weight: 300;
    color: #888;
    text-align: left;
    position: relative;
}

#theprofile-header section ul.profile-rates {
    list-style-type: none;
    text-align: left;
    padding: 15px 0 0 0;
    position: relative;
}

#theprofile-header section ul.profile-rates li {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
    border-radius: 3px;
    padding: 5px 12px;
    position: relative;
    display: inline-block;
    margin: 2px 0;
}

#theprofile-header section ul.profile-actions {
    list-style-type: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

#theprofile-header section ul.profile-actions li {
    height: 30px;
    margin-right: 10px;
    position: relative;
}

#theprofile-header section ul.profile-actions li a {
    text-decoration: none;
    position: relative;
    display: block;
}

#theprofile-header section ul.profile-actions li div {
    width: 30px;
    height: 30px;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#theprofile-header section ul.profile-actions li div img {
    width: 90px !important;
    height: 60px !important;
    max-width: 90px !important;
    max-height: 60px !important;
    position: absolute;
    top: 0;
}

#theprofile-header section ul.profile-actions li div img.profileaction-rating {
    left: 0;
}

#theprofile-header section ul.profile-actions li div img.profileaction-fav {
    left: -30px;
}

#theprofile-header section ul.profile-actions li div img.profileaction-msg {
    left: -60px;
}

#theprofile-header section ul.profile-actions li div.icon-star {
    font-size: 25px;
    overflow: visible;
    border: solid 3px;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#theprofile-header section ul.profile-actions li div.icon-mail,
#theprofile-header section ul.profile-actions li a div.icon-star-1 {
    font-size: 30px;
    overflow: visible;
    width: 30px;
    height: 30px;
    line-height: 34px;
    text-align: center;
}

#theprofile-header section ul.profile-actions li a div.icon-mail {
    line-height: 40px;
}

#theprofile-header section ul.profile-actions li:hover div img {
    top: -30px;
}

#theprofile-header section ul.profile-actions li p {
    font-size: 18px;
    font-weight: 300;
    color: #444;
    text-align: left;
    line-height: 30px;
    padding: 0 0 0 36px;
    position: relative;
}

#theprofile-footer {
    border-top: 1px dotted #e8e8e8;
    padding: 10px;
    position: relative;
}

#theprofile-footer nav {
    position: relative;
}

#theprofile-footer nav ul {
    list-style-type: none;
    text-align: left;
    position: relative;
    height: 34px;
}

#theprofile-footer nav ul li {
    position: relative;
    display: inline-block;
}

#theprofile-footer nav ul li a {
    background: #f5f5f5;
    font-family: 'Roboto Condensed', Arial;
    font-size: 16px;
    font-weight: 700;
    color: #bbb;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 8px 16px;
    position: relative;
    display: block;
    cursor: pointer;
}

#theprofile-footer nav ul li a:hover, #theprofile-footer nav ul li a.active, #theprofile-footer nav ul li a.active:hover {
    background: #e8e8e8;
    color: #444;
}

#theprofile-content {
    background: #e8e8e8;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}

#theprofile-details, #theprofile-media {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 5px;
}

#theprofile-details > section,  #theprofile-media > section {
    max-width: 310px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    overflow: hidden;
    margin: 5px;
}

.theprofile-details-title {
    background: rgba(255, 255, 255, 0.75);
    padding: 10px;
    position: relative;
}

.theprofile-details-title h1 {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    text-align: left;
    position: relative;
}

.theprofile-details-content {
    position: relative;
}

#theprofile-bio section.theprofile-details-content {
    padding: 8px 14px;
}

#theprofile-bio p {
    font-size: 13px;
    font-weight: 300;
    color: #888;
    text-align: justify;
    padding: 0 0 10px 0;
    position: relative;
}


#theprofile-stats section.theprofile-details-content {
    padding: 0;
}

#theprofile-links {
    max-width: 260px !important;
}

#theprofile-links section.theprofile-details-content {
    padding: 0;
}

#theprofile-stats ul, #theprofile-links ul {
    list-style-type: none;
    position: relative;
}

#theprofile-stats ul li, #theprofile-links ul li {
    height: 36px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.05);
    position: relative;
}

#theprofile-stats ul li strong, #theprofile-links ul li strong {
    font-size: 13px;
    font-weight: 400;
    color: #888;
    text-align: left;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 14px;
}

#theprofile-stats ul li p {
    font-size: 13px;
    font-weight: 300;
    color: #aaa;
    text-align: left;
    line-height: 36px;
    position: absolute;
    top: 0;
    right: 14px;
}

#theprofile-stats ul li:last-child, #theprofile-links ul li:last-child {
    border-bottom: 0;
}

#theprofile-stats ul li a, #theprofile-links ul li a {
    text-decoration: none;
}

#theprofile-stats ul li a:hover, #theprofile-links ul li a:hover {
    text-decoration: underline;
}

#theprofile-media header {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0 20px 20px 20px;
    position: relative;
}

#theprofile-media header h1 {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    text-align: left;
    position: relative;
}

#theprofile-media header ul {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    text-align: left;
    top: 2px;
    right: 20px;
}

#theprofile-media header ul li {
    text-decoration: none;
    padding: 0 3px;
    position: relative;
    display: inline-block;
}

#theprofile-media header ul li:hover {
    text-decoration: underline;
    cursor: pointer;
}

#theprofile-media header ul li.active {
    font-weight: bold;
    text-decoration: none;
}

#theprofile-media header ul li.active:hover {
    text-decoration: none;
}

#theprofile-media ul.cam-photo {
    list-style-type: none;
    text-align: center;
    padding: 25px 0 0 0;
    position: relative;
}

#theprofile-media ul.cam-photo li {
    background: rgba(255, 255, 255, 0.5);
    width: 162px;
    height: 122px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin: 0 0 5px 0;
    position: relative;
    display: inline-block;
}

#theprofile-media ul.cam-photo li:hover {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#theprofile-media ul.cam-photo li a {
    text-decoration: none;
    position: relative;
    display: block;
}

#theprofile-media ul.cam-photo li a img {
    width: auto;
    max-width: 162px;
    height: auto;
    max-height: 122px;
    position: relative;
}

#theprofile-schedule {
    background: #e8e8e8;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    position: relative;
}

#wppp-calendar {
    overflow-x: scroll;
}

/* POPUP NOTIFICATIONS */
#theoverlaypanel {
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#theoverlay-closer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9997;
}

/* panel types */
#theoverlay-join {
    background: #fff;
    width: 50%;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
    margin: 75px auto;
    position: relative;
    overflow: hidden;
    z-index: 9998;
}

#theoverlay-join p {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    text-align: justify;
    padding: 20px;
    position: relative;
}

#theoverlay-join p a {
    text-decoration: underline;
}

#theoverlay-join p a:hover {
    text-decoration: none;
}

#theoverlay-join footer {
    padding: 0 20px 20px 20px;
    position: relative;
}

#theoverlay-join footer a {
    font-family: 'Roboto Condensed', Arial;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding: 15px 0;
    position: relative;
    display: block;
}

#theoverlay-join footer a:hover {
    text-decoration: none;
}

/* STATUS TYPES */

.status-online section h2, .status-online section h4 a, .status-online section h5 a {
    color: #f2ff99;
}

.status-online footer, .profilestatus-online footer {
    background: #adc416;
}

.status-offline {
//opacity: 0.5;
}

.status-offline:hover {
    opacity: 1;
}

.status-offline section h2, .status-offline section h4 a, .status-offline section h5 a {
    color: #ccc;
}

.status-offline footer, .profilestatus-offline {
    background: #888;
}

.status-onbreak section {
    background: rgba(223, 48, 48, 0.9);
}

.status-onbreak section h2, .status-onbreak section h4 a, .status-onbreak section h5 a {
    color: #ffacac;
}

.status-onbreak footer, .profilestatus-onbreak {
    background: #c41616;
}

.status-private section {
    background: rgba(42, 185, 221, 0.9);
}

.status-private section h2, .status-private section h4 a, .status-private section h5 a {
    color: #a1ecff;
}

.status-private footer, .profilestatus-private, .profilerate-private {
    background: #16a1c4;
}

.status-vip section {
    background: rgba(143, 43, 228, 0.9);
}

.status-vip section h2, .status-vip section h4 a, .status-vip section h5 a {
    color: #d1a7f4;
}

.status-vip footer, .profilestatus-vip, .profilerate-vip {
    background: #7416c4;
}

.status-voyeur section {
    background: rgba(208, 121, 36, 0.9);
}

.status-voyeur section h2, .status-voyeur section h4 a, .status-voyeur section h5 a {
    color: #ffc68e;
}

.status-voyeur footer, .profilestatus-voyeur, .profilerate-voyeur {
    background: #c46c16;
}

/* THE PAGELINKS */
.thepagelinks {
    text-align: center;
    padding: 0 0 20px 0;
    position: relative;
}

.thepagelinks a {
    background: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    padding: 3px 8px;
    position: relative;
    display: inline-block;
}

.thepagelinks a:hover {
    color: #fff;
    text-decoration: none;
}

.thepagelinks a.active, .thepagelinks a.active:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #aaa;
}

/***** THE FOOTER *****/
#thefooter {
    padding: 25px 0;
    position: relative;
    z-index: 95;
}

#thefooter .theprimary{
    flex-direction: column;
}

#thefooter p {
    font-size: 13px;
    font-weight: 400;
    color: #888;
    text-align: center;
    position: relative;
}

#thefooter a {
    font-family: 'Roboto Condensed', Arial;
    font-weight: 700;
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase;
}

#thefooter a:hover {
    color: #fff;
    text-decoration: none;
}

/* TRANSITIONS */
.thelogo, #theheader ul li a, #theheader form aside, #thelist nav a, #thelist ul li, #thelist ul li section, #thelist ul li section a, #thelist ul li footer h2, #theprofile-footer nav ul li a, #theprofile-media ul li {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

table.contentdelimiter {
    margin: 0 auto;
}

.toplogout {
    background: white;
    padding: 10px;
    margin-top: -20px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    right: 0;
    text-align: right;
}

#sms2email {
    background: white;
}

#sms2email p {
    padding: 0 0 10px 0;
}

#sms2email h3 {
    padding: 0 0 10px 0;
    font-weight: normal;
    font-size: 25px;
}

#sms2email dl {
    padding: 0 0 10px 0;
}

#sms2email dl dt {

}

#sms2email dl dd {
    color: #bbb;
    padding: 0 0 5px 0;
}

.thepagelinks {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 0;
    position: relative;
    margin: 0 auto;
}

.thepagelinks h1 {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    position: relative;
}

.thepagelinks ul {
    list-style-type: none;
    text-align: right;
    position: absolute;
    top: 15px;
    right: 0;
}

.thepagelinks ul li {
    position: relative;
    display: inline-block;
}

.thepagelinks ul li a, .thepagelinks ul li span {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding: 0 2px;
    position: relative;
    display: block;
}

.thepagelinks ul li a:hover, .thepagelinks ul li .activepagelink, .thepagelinks ul li .activepagelink:hover {
    text-decoration: none;
}


.chat-container .chat-html .chat-top .list-unstyled {
    list-style: none;
}

.chat-container .chat-html .panel-video .ui-resizable-handle {
    z-index: 2;
}

.chat-container .chat-html .dialogue .qtip-content .clearfix {
    z-index: -1;
}

@media screen and (max-width: 800px){

    .profile-actions li {
        width: 100%;
    }

    .profile-picture {
        margin-right: 0 !important;
    }

    .profile-header-data {
        margin: 15px !important;
    }

    #tipmodel.dropdown {
        position: relative;
        z-index: initial;
        padding: initial;
        margin: initial;
        height: initial !important;
        width: 100% !important;
        font-size: 18px;
        font-weight: 300;
        font-family: 'Open Sans', Arial, sans-serif;
    }

    #tipmodel.dropdown.active .span {
        display:block;
    }

    #tipmodel.dropdown.active .icon-triangle-down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}


@media screen and (min-width: 600px) and (max-width: 800px){

    #theprofile-details > section {
        max-width: initial !important;
    }

    .profile-picture, .profile-header-data {
        max-width: 50% !important;
        width: 50%;
        flex-grow: 1;
    }
}

/*LOGIN*/

.swal2-popup {
    font-family: "Roboto Condensed" !important;
}

.popup-login .swal2-title, .popup-login .swal2-confirm {
    color: #e8e8e8 !important;
}

.popup-login input {
    background-color: #e8e8e8 !important;
}

.popup-login input[name=customer_password] {
    margin-top: 0;
}

.swal2-popup input[type=submit], .swal2-popup button {
    background-color: rgba(0,0,0,0.5) !important;
    border-color: rgba(0,0,0,0.5) !important;
}

.swal2-popup input[type=submit]:hover, .swal2-popup button:hover {
    background-color: rgba(0,0,0,0.7) !important;
    border-color: rgba(0,0,0,0.7) !important;
}

.swal2-popup #swal2-title.swal2-title {
    color: rgba(0,0,0,0.5) !important;
}

.swal2-popup .remember-box {
    width: 100%;
    display: flex;
    align-items: center;
}

.swal2-popup .remember-box label {
    font-weight: normal;
}

.swal2-popup .remember-box input {
    margin-right: 10px;
    margin-bottom: 5px;
}

@media screen and (max-width: 600px){

    /*LOGO*/

    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block;
    }

    #theheader .thelogo {
        margin-right: 15px;
    }

    #theheader .show-nav-icon {
        margin-left: 15px;
    }


    /*NAVIGATION*/

    #theheader .show-nav-icon, #thenav .close-nav-icon {
        display: block !important;
    }

    #theheader form {
        margin: 5px 15px;
        width: 100%;
    }

    #theheader form .loginbutton, #theheader .joinbutton { width: 48%; margin: 0 }

    #theheader .login-inputs  {
        display: none;
    }

    #thenav .theprimary {
        font-size: 25px;
        z-index: 100;
        position: fixed;
        background-color: #444444;
        color: #e8e8e8;
        height: 100%;
        width: 250px;
        top: 0;
        left: -250px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: baseline;
        transition: 0.2s
    }

    #thenav a, #thenav span {
        color: #e8e8e8 !important;
        font-size: 18px;
        margin: 0px 15px;
    }

    #thenav a.avatar-link {
        display: none;
    }

    /*LIST*/

    #thelist > ul li header {
        max-width: initial;
        width: 100%;
    }

    /*PROFILE*/


    .profile-picture {
        width: 100% !important;
    }

    #theprofile {
        width: unset !important;
        margin: 0 15px !important;
    }

    #theprofile-header {
        flex-direction: column;
    }

    #theprofile-schedule {
        overflow: scroll;
    }

    #theprofile-details > section {
        max-width: initial !important;
    }

}

/*CHAT STYLES*/
.chat-container .chat-html .qbtn {
    color: #ca366b;
}
.chat-container .chat-html .chat-right .panel-buttons-right .btn-send {
    color: #fff;
}
.chat-container .chat-html .chat-left .panel-buttons-left .qbtn {
    color: #ca366b;
}
.chat-container .chat-html .chat-left .panel-buttons-left .cont_tariff {
    background: #ca366b;
}
.chat-container .chat-html .chat-left .panel-buttons-left .cont_tariff .btn_tariff {
    background: #ca366b;
}
.chat-container .chat-html .chat-left .panel-buttons-left .cont_tariff .btn_tariff.btn_private,
.chat-container .chat-html .chat-left .panel-buttons-left .cont_tariff .btn_tariff.btn_private_end {
    background: #7416c4;
}
.chat-container .chat-html .chat-left .panel-buttons-left .btn-profile.active {
    background: #ca366b;
    color: #fff;
}
.chat-container .chat-html .chat-left .panel-buttons-left .btn-fanclub {
    padding: 0 5px;
    border: 1px solid #d1d1d1;
    color: #ca366b;
    text-decoration: none;
    line-height: 37px;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    border-left: 0;
}

.chat-html .chat-right {
    margin-right: 30px
}

.chat-container .chat-html .chat-right .gs-msg {
    background: #ca366b;
}
.chat-container .chat-html .chat-right .msg-balance {
    color: #ca366b;
}
.chat-container .chat-html .chat-right .balance .msg-balance {
    color: #ca366b;
}
.chat-container .chat-html .chat-right .balance .btns li a {
    color: #ca366b;
}
.chat-container .chat-html .chat-right .balance .btns li a.active {
    background: #ca366b;
}
.chat-container .chat-html .chat-right .cont_right .btn-pm.active {
    background: #ca366b;
}
.chat-container .chat-html .chat-top {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin: 0 30px -5px 5px;
}
.chat-container .chat-html .chat-top ul {
    width: 100%;
}
.chat-container .chat-html .chat-top ul li {
    height: 40px;
    border-bottom: 0;
    line-height: 39px;
}
.chat-container .chat-html .chat-top ul .space {
    overflow: hidden;
}
.chat-container .chat-html .chat-top ul .sn {
    float: left;
    font-size: 36px;
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
}
.chat-container .chat-html .chat-top ul .btn-2way {
    float: right;
    display: inline-block;
    padding: 0 15px;
    font-size: 18px;
    line-height: 38px;
    white-space: nowrap;
    border: 1px solid #d1d1d1;
    border-bottom: 0;
    cursor: pointer;
    background: white;
    color: #ca366b;
}
.chat-container .chat-html .chat-top ul .btn-2way.active {
    background: #66C033;
    border-color: #66C033;
    color: #ffffff;
}
.chat-container .chat-html .chat-top ul .btn-2way.active:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATJJREFUeNqEkjFLQmEUhq+XuENDQyQ4hDRI06UpqBbrD+jgJOLs0F+I3KK/0ZBDq/2CpoJAZyMXCRxMBIUSw77eE++V18+wF557P95zjp77nZNyzgWiCFTBKfimF4IHcAtmi0wrJAegAz5BBUSkQq/DnN/8pGgfDN2yvohqyNwgxVYfwbG0/AqaPBdBTmJP4MT+Le/96h1bTLqJ6KnyFrgSYwK2WBCDZ3BIbyJ513ZjWWmjBcagBN7ADrig15K8XSucirHN9xEYgT3w4sVM0w082mLE4Axcgi69G3qx5LXtWzKck155WeZY9kZluZnk5upuVXPiq64LEIKG+18N5i6tnBnnoP9HQZ+x0F+5wBt4TYpq3kIEunKme1mtTZlvD3zIKhbsoIUDDnyd3kHaDj8CDAAfgOXwCFWDAwAAAABJRU5ErkJggg==');
}

.fullscreen .chat-html .chat-top {
    display: none;
}
.chat-container .chat-html .chat-top .tooltip-icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 185px;
    overflow: hidden;
    color: white;
    z-index: 100;
    top: 5px;
}
.chat-container .chat-html .tooltip-icon .fa {
    font-size: 30px;
    line-height: 30px;
}
.chat-container .chat-html .qbtn svg * {
    fill: #ca366b !important;
}
.chat-container .chat-html .tooltip-icon:hover {
    overflow: inherit;
}
.chat-container .chat-html .tooltip-icon .tooltip-text {
    position: absolute;
    display: block;
    padding: 10px;
    color: #fff;
    border-radius: 5px 0px 5px 5px;
    background: rgba(0, 0, 0, 0.9);
    transition: all .5s ease;
    width: 500px;
    top: 55px;
    right: 15px;
    opacity: 0;
    z-index: -1;
    font-size: 15px;
    text-align: left;
    line-height: 14px;
    text-transform: none;
}
.chat-container .chat-html .tooltip-icon:hover .tooltip-text {
    z-index: 90;
    opacity: 1;
    top: 40px;
}
.chat-container .tooltip-icon:hover .tooltip-text:before {
    opacity: 1;
    z-index: 90;
}
.chat-container .tooltip-icon .tooltip-text:before {
    position: absolute;
    display: block;
    content: "";
    top: -10px;
    right: 0;
    z-index: -1;
    opacity: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, 0.9);
    transition: all .5s ease;
}
.chat-container .chat-html .chat-right .panel-buttons-right .tooltip-icon .tooltip-text {
    top: initial;
    bottom: 55px;
    border-radius: 5px 5px 0px 5px;
}
.chat-container .chat-html .chat-right .panel-buttons-right .tooltip-icon .tooltip-text:before {
    top: initial;
    bottom: -10px;
    border-top: initial;
    border-bottom: 10px solid transparent;
}
.chat-container .chat-html .chat-right .panel-buttons-right .tooltip-icon:hover .tooltip-text {
    top: initial;
    bottom: 40px;
}
.chat-container .chat-html .panel-video .maketip {
    position: absolute;
    right: 13px;
    top: 13px;
    outline: 0 none;
    width: 50px;
    height: 50px;
    transition-duration: 300ms;
}
.chat-container .chat-html .panel-video .maketip .icon-gift {
    cursor: pointer;
    background-image: none;
    background-color: #2da90d;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 52px;
    font-size: 24px;
    font-style: normal;
    padding-left: 2px;
    width: 100%;
    height: 100%;
    display: inline-block;
    text-indent: -1px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.chat-container .chat-html .chat-left .panel-buttons-left .btn-fanclub:hover {
    color: #ca366b !important;
}
.chat-container input:-moz-placeholder { color: #494949; }
.chat-container input::-moz-placeholder { color: #494949; }
.chat-container input:-ms-input-placeholder { color: #494949; }
.chat-container input::-webkit-input-placeholder { color: #494949; }

.chat-container .chat-left .panel-buttons-left .sendtip .popup-wrapper .popup {
    position: initial;
    margin: initial;
    bottom: initial;
    right: initial;
    overflow-y: auto;
    max-height: 300px;
}
.chat-container .chat-html .chat-left .panel-buttons-left .sendtip .popup-wrapper {
    visibility: hidden;
    position: absolute;
    margin: 0;
    bottom: calc(100% + 22px);
    right: -30px;
    z-index: 15003;
}
.chat-container .chat-html .chat-left .panel-buttons-left .sendtip .popup-wrapper .popup .js-send_tip .tip-name {
    position: absolute;
    left: 0;
    bottom: 3px;
    font-size: 13px;
    color: rgba(73, 73, 73, 0.7);
    line-height: normal;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 20px 0 48px;
}
.chat-container .chat-html .sendtip .popup form {
    position: relative;
}
.chat-container .chat-html .sendtip .popup {
    max-height: 300px;
    overflow-y: auto;
}
.chat-container .chat-html .chat-left .panel-buttons-left .sendtip .popup-wrapper .popup form:last-of-type {
    display: block;
    -ms-align-items: initial;
    -webkit-align-items: initial;
    align-items: initial;
    background-color: initial;
    border-radius: initial;
    border-bottom: initial;
}
.chat-container .chat-html .chat-left .panel-buttons-left .sendtip .popup-wrapper .popup form:first-of-type {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 5px;
    border-bottom: 0px;
}
.chat-container .chat-html .chat-left .panel-buttons-left .sendtip .popup-wrapper .popup form:last-of-type button {
    -webkit-flex: initial;
    flex: initial;
    width: initial;
    height: initial;
    border: initial;
    outline: initial;
    margin-left: initial;
    border-radius: initial;
    background-color: initial;
    display: block;
}
.chat-container .chat-left .panel-buttons-left .sendtip .popup-wrapper .popup form:first-of-type input[type=text] {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    background-color: transparent;
    font-size: 16px;
    line-height: 16px;
    width: 120px;
    border: 0px;
    outline: 0 none;
    color: #494949;
}
.chat-container .chat-html .chat-left .panel-buttons-left .sendtip .popup-wrapper .popup form:first-of-type button {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 35px;
    height: 35px;
    border: 0;
    outline: 0;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #e1791c;
}
.chat-container .chat-html .chat-left .panel-buttons-left .sendtip .popup-wrapper .popup form:last-of-type button:before {
    content: '\f1c0';
    color: #fdc83a;
    margin-right: 10px;
    position: initial;
    top: initial;
    width: initial;
    height: initial;
    font-size: inherit;
    line-height: initial;
    text-align: initial;
    display: inline-block;
}
.chat-container .chat-html .chat-left .panel-buttons-left .sendtip .popup-wrapper .popup form:first-of-type button:before {
    content: "\f00c";
    position: relative;
    top: 2px;
    display: block;
    color: #ffffff;
    font-size: 20px;
    width: 100%;
    height: 100%;
    line-height: 35px;
    text-align: center;
}
.chat-container .chat-html .chat-left .panel-buttons-left .sendtip .popup-wrapper .popup .js-send_tip.toltip:before {
    position: absolute;
    display: block;
    content: "";
    top: 67px;
    left: 50%;
    z-index: -1;
    opacity: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, 0.7);
    transition: all .5s ease;
    transform: translateX(-50%);
}
.chat-container .chat-html .chat-left .panel-buttons-left .sendtip .popup-wrapper .popup .js-send_tip.toltip:after {
    position: absolute;
    display: block;
    content: attr(data-text);
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.7);
    transition: all .5s ease;
    width: 190px;
    top: 75px;
    left: 6px;
    opacity: 0;
    z-index: -1;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
}
.chat-container .chat-html .chat-left .panel-buttons-left .sendtip .popup-wrapper .popup .js-send_tip.toltip:hover:before {
    top: 57px;
    opacity: 1;
    z-index: 90;
}
.chat-container .chat-html .chat-left .panel-buttons-left .sendtip .popup-wrapper .popup .js-send_tip.toltip:hover:after {
    z-index: 90;
    opacity: 1;
    top: 65px;
}
.chat-container .chat-html .chat-left .panel-buttons-left .sendtip.focus .popup-wrapper {
    visibility: visible;
}
.chat-container .chat-html .two_way {
    top: 57px;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 640px) {
    .chat-container .chat-html:not(.profile) {
        margin-top: 37px;
    }
    .chat-container .chat-html .chat-top {
        display: none;
    }
    .chat-container .chat-html .chat-left .panel-buttons-left .btn-fanclub {
        display: none;
    }
    .chat-container .chat-html .chat-right .cont_panel {
        position: fixed;
        top: 0;
    }
    .chat-container .chat-html .chat-right .cont_panel .btn-send {
        background-color: #ca366b;
    }
    .chat-container .chat-html .chat-left .panel-buttons-left .cont_tariff .btn_tariff,
    .chat-container .chat-html .chat-left .panel-buttons-left .cont_tariff .btn_offline,
    .chat-container .chat-html .qbtn {
        font-size: 18px;
    }
    .chat-container .chat-html .chat-right .cont_panel .btn-send {
        font-size: 0;
    }
    .chat-container .chat-html .chat-left .panel-buttons-left .sendtip .popup-wrapper .popup {
        position: initial;
        top: initial;
        transform: initial;
        box-shadow: initial;
        bottom: initial;
        left: initial;
        right: initial;
        max-width: initial;
        width: initial;
        margin: initial;
        border-radius: 5px;
    }
    .chat-container .chat-html .chat-left .panel-buttons-left .sendtip .popup-wrapper {
        position: fixed;
        top: 50vh;
        transform: translateY(-50%);
        box-shadow: 0px 0px 0px 500px rgba(0, 0, 0, 0.6);
        bottom: auto;
        left: 0;
        right: 0;
        max-width: calc(100% - 20px);
        width: -webkit-min-content;
        width: min-content;
        margin: 0 auto;
        border-radius: 5px;
    }
}

/*STYLES FOR ONDEMAND PAGES*/

#thelist.ondemand{
    background: #e8e8e8 url(../images/s-b.png) center bottom repeat-x !important;
}

#thelist.ondemand #theprofile {
    max-width: 1300px;
    z-index: unset;
}

#thelist.ondemand #theprofile .thepageheader header {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}

#thelist.ondemand #theprofile .thepageheader h1 {
    display: flex;
    align-content: center;
}

#thelist.ondemand #theprofile .thepageheader h1 form {
    position: unset;
    top: unset;
    right: unset;
}

#thelist.ondemand #theprofile .thepageheader h1 a {
    margin: 0px 10px;
}

/* FANCLUBS POPUP STYLES */

#fanclub-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: white;
    left: 0;
    top: 0;
    z-index: 15000;
    display: table;
}
#fanclub-popup .notification-box {
    margin: 0 auto;
    max-width: 320px;
    padding: 20px;
}
#fanclub-popup form {
    display: table-cell;
    vertical-align: middle;
}
#fanclub-popup form input {
    border: 0;
    border-radius: 3px;
    font-family: Roboto, Arial;
    height: 38px;
    line-height: 34px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 10px;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* PRIVATE MESSAGE POPUP STYLES */

.trigger-message .message-form {
    display: none;
}

.swal2-popup .message-form {
    display: block;
}

.swal2-popup .message-form .row {
    margin: 15px 0;
    width: 100%;
    display: flex;
}

.swal2-popup .message-form .row label {
    width: 20%;
}

.swal2-popup .message-form .row input, .swal2-popup .message-form .row textarea {
    width: 80%;
}
@charset "UTF-8";

@font-face {
  font-family: "untitled-font-1";
  src:url("fonts/untitled-font-1.eot");
  src:url("fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("fonts/untitled-font-1.woff") format("woff"),
    url("fonts/untitled-font-1.ttf") format("truetype"),
    url("fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star:before {
  content: "a";
}
.icon-star-1:before {
  content: "b";
}
.icon-dollar:before {
  content: "d";
}
.icon-triangle-down:before {
  content: "e";
}
.icon-mail:before {
  content: "c";
}
.icon-right-open:before {
  content: "f";
}

/***** FEMALE SPECIFIC *****/
#theheader, .thepagelinks a:hover, #thelist nav a:hover, #theoverlay-join footer a{background-color: #ad1e5b;}
#theoverlay-join footer a:hover{background-color: #8a1748;}
#theheader ul li a{background: #e8bb05;}
#thenav a:hover, #theprofile-header section ul.profile-actions li:hover p, #theprofile-stats ul li a, #theprofile-links ul li a, #theoverlay-join p a, #theoverlay-join p a:hover, #theprofile-media header aside a, #theprofile-media header aside a:hover{color: #ad1e5b;}
/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) and (max-width: 560px) {

}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

}


html, body {
  width: 100%;
  height: 100%;
}

body, form {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

table {
  border: 0;
  padding:0;
  border-collapse: collapse;
  border-spacing:0;
}

td, th {
  vertical-align:top;
}

.clear {
  clear:both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}

.noborder,
table.noborder,
table.noborder td, 
table.noborder th {
  border:0 !important;
}

.nopadding,
table.nopadding td,
table.nopadding th {
  padding:0 !important;
}

.nomargin,
table.nomargin td,
table.nomargin th {
  margin:0 !important;
}

.m-left {
  margin:0 auto 0 0;
}

.m-center {
  margin:0 auto !important;
}

.m-right {
  margin:0 0 0 auto;
}

.v-top {
  vertical-align:top;
}

.v-middle {
  vertical-align:middle;
}

.v-bottom {
  vertical-align:bottom;
}

.nowrap {
  white-space:nowrap;
}

.a-left {
  text-align:left;
}

.a-center {
  text-align:center;
}

.a-right {
  text-align:right;
}

.a-justify {
  text-align:justify;
}

.f-large, tr.f-large td {
  font-size:large;
}

.f-small, tr.f-small td {
  font-size:smaller;
}

.f-bold, tr.f-bold td {
  font-weight: bold;
}
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/*****
global styles
*****/

/*****
structure
*****/
#cc-header,
.cc-page,
#cc-pageheader,
#cc-footer,
.logo,
.primary,
.cc-pod,
.cc-cats,
.cc-cams,
.copyright,
.join-bottom{
	position: relative;
}

.primary{
	width: 980px;
	margin: 0 auto;
}
#cc-header .primary {
  min-height: 50px;
}
.primary-wide{
	margin: 0 auto;
}

.logo{
	left: 0;
}

.cc-loginpanel{
	position: absolute;
	top: -10px;
	right: 0;
  border: 1px solid;
}

.join-top{
	position: absolute !important;
	top: 0;
	right: 0;
}
.join-bottom{
	display: block;
}

.clearfix{
	clear: both;
}

/* camslist */
.camslist{
	list-style-type: none;
	text-align: center;
	padding: 25px 0 0 0;
	position: relative;
}

body{
}

a:link,
a:visited{
}
a:hover{
}
h1 a {
  text-decoration: none !important;
}

.datepicker
{
  z-index: 9999;
  border: solid 5px;
}
#cc-header,
.cc-page,
#cc-footer{
	padding: 10px 0; /* sets padding for the 3 sections */
}

#cc-pageheader{
	padding: 10px 0; /* sets padding for header of main section */
}

/* sets login area in top right corner of header */
.cc-loginpanel{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 0 15px 10px 15px;
	top: -38px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.cc-loginpanel:hover,
.cc-loginpanel:focus{
	top: -11px;
}
.cc-loginpanel p{
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	padding: 7px 0 14px 0;
	position: relative;
}
input.button {
  border: 0;
  border-radius: 3px 3px 3px 3px;
  height: 22px;
}
.cc-loginpanel form{
	position: relative;
}
.cc-loginpanel form label,
.cc-loginpanel form input.logininput,
.cc-loginpanel form input.loginbutton{
	margin: 0;
	float: left;
}
.cc-loginpanel form label{
	font-size: 10px;
	font-weight: 600;
	text-align: right;
	padding: 3px 0;
}
.cc-loginpanel form input.logininput{
	width: 100px;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	border: 1px solid;
	border-radius: 3px;
	padding: 3px;
	margin-left: 10px;
}
.cc-loginpanel form input.loginbutton{
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	border: 1px solid inherit;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 3px rgba(0, 0, 0, 0.15);
	padding: 2px 9px;
	margin-left: 10px;
	cursor: pointer;
}
.cc-loginpanel form input.loginbutton:hover{
	border: 1px solid;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* sets main content pod (for cams gui and/or grid view) */
.cc-pod{
	margin-top: 10px;
}

/* sets grid view for when cams gui is not showing */
.cc-cams{
	list-style-type: none;
	text-align: left;
}
.cc-cams li{
	width: 226px;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	display: block;
	padding: 5px;
	margin: 0 12px 12px 0;
	float: left;
}
.cc-cams li.cams-nom{
	margin: 0 0 12px 0 !important;
}
.cc-cams li:hover{
	background: inherit;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
}
.cc-cams li img{
	width: 100%;
	height: auto;
	border-radius: 5px;
	margin: 0;
	float: left;
}
.cc-cams li p{
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding: 10px 0 5px 0;
	margin: 0;
	float: left;
}
.cc-cams li:hover p{
}
.cc-cams li a{
	display: block;
	text-decoration: none;
	margin: 0;
	float: left;
}

/* sets font properties for main section header */
#cc-pageheader h1{
	font-size: 32px;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: -1px;
}
#cc-pageheader h1 span{
	font-size: 14px;
}

/* sets look for all join buttons */
.joinbuttons{
	font-size: 26px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	letter-spacing: -1px;
	border-radius: 5px;
	padding: 7px 18px;
}

.joinbuttons:link,
.joinbuttons:visited{
	border: 1px solid;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset, 0 -2px 0 rgba(0, 0, 0, 0.1) inset, 0 2px 3px rgba(0, 0, 0, 0.25);
}
.joinbuttons:hover{
	border: 1px solid;
}

/* sets up categories list */
.cc-cats{
	list-style-type: none;
	text-align: left;
	padding: 10px 0;
}
.cc-cats li{
	width: 155px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	display: block;
	margin: 0 10px 10px 0;
	float: left;
}
.cc-cats li.cats-nom{
	margin: 0 0 10px 0 !important;
}
.cc-cats li a{
	display: block;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px 0;
}
.cc-cats li a:link,
.cc-cats li a:visited{
}
.cc-cats li a:hover{
}

/* sets up pagelinks beneath cams list */
.camspages{
	list-style-type: none;
	text-align: center;
	padding: 25px 0 50px 0;
	position: relative;
}

.camspages li{
	display: inline;
}

.camspages li a{
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 5px;
}
.camspages li a:link,
.camspages li a:visited{
	text-decoration: none;
}
.camspages li a:hover,
.camspages li a.currentpage:link,
.camspages li a.currentpage:visited,
.camspages li a.currentpage:hover{
  -webkit-filter: invert(100%);
  filter: invert(100%);
  text-decoration: none;
}

/* sets font & padding properties for footer area */
.copyright{
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	padding: 10px 0;
}

.cc-form-container {
  border-radius: 7px;
  border: 1px solid;
}

.cc-loginforms{
	margin: 0 auto;
}

.cc-loginforms tr.header td{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
  letter-spacing: -1px;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
	padding: 15px 0;
}

.cc-loginforms tr td.fieldheader{
	font-size: 14px;
	font-weight: 400;
	padding: 16px 15px;
}

.cc-fieldinput input{
	border: 0;
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 8px 10px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.cc-fieldinput img.ui-datepicker-trigger{
	margin: 0 0 0 -7px;
}

.cc-fieldinput-row{
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
}

.cc-submitbuttonrow{
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.25) inset;
	padding: 15px 0;
}
.cc-submitbuttonrow input{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	border-radius: 3px;
	padding: 8px 12px;
	cursor: pointer;
}
.cc-submitbuttonrow input:hover{
}

.cc-genderrow{
	padding: 12px 0 0 0;
}

.cc-termsrow td{
	padding: 8px 0;
}
.cc-termsrow input.checkbox,
.cc-termsrow span.note-fieldrequired{
	float: right;
}
.cc-termsrow a:link,
.cc-termsrow a:visited{
	text-decoration: underline;
}
.cc-termsrow a:hover{
	text-decoration: none;
}

/* added 2012-04-21 */
.cc-pmforms{
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 2px 5px rgba(0, 0, 0, 0.3), -1px 0 0 #2f6ba9, 0 -1px 0 #2f6ba9, 1px 0 0 #2f6ba9, 0 1px 0 #2f6ba9, 0 -1px 12px rgba(0, 0, 0, 0.25) inset;
	margin: 0 auto;
	border-radius: 10px;
	border: 0 transparent;
}

.cc-pmforms tr.header td{
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	letter-spacing: -1px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
	padding: 15px 10px;
}

.cc-pmforms tr td.formfield{
	color: #abd4ff;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 8px 10px;
}
.cc-pmforms tr td.formfield a:link,
.cc-pmforms tr td.formfield a:visited{
	text-decoration: underline;
}
.cc-pmforms tr td.formfield a:hover{
	text-decoration: none;
}

.cc-pmforms tr td.fieldheader{
	font-size: 14px;
	font-weight: 400;
	padding: 16px 15px;
}

.cc-pmheader{
	font-size: 21px !important;
	font-weight: 400 !important;
	text-align: center !important;
}

.cc-pmlabel{
	padding: 8px 12px;
}

.cc-pminput{
	padding: 8px 12px;
}
.cc-pminput input,
.cc-pminput textarea{
	background: inherit;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
	padding: 5px;
}

.cc-friendsinput{
	padding: 8px;
}
.cc-friendsinput-fields{
	background: inherit;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
	padding: 5px;
}


#cc-terms {
  width: 980px;
}
#cc-terms p {
  padding-bottom: 20px;
}
#cc-terms ol li {
  margin: 0 0 10px 20px;
  padding-left: 10px;
}

/* new account page */

#cc-caccount{
	width: 60%;
	padding: 0;
	margin: 0 auto;
}

#cc-caccount p{
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
}

#cc-caccount form{
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
}

#cc-caccount div.cc-accformtitle{
	background: rgba(0, 0, 0, 0.05);
	width: 95%;
	border-bottom: 1px solid inherit;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 15px 2.5%;
	margin: 25px 0 0 0;
	float: left;
}
#cc-caccount div.cc-accformtitle h1{
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	letter-spacing: -1px;
	padding: 10px 0;
	margin: 0;
	float: left;
}

#cc-caccount div.cc-accountrow{
	width: 95%;
	border-bottom: 1px dotted inherit;
	padding: 10px 2.5%;
	margin: 0;
	float: left;
}
#cc-caccount div.cc-accrowfoot{
	width: 95%;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 12px 2.5%;
	margin: 0;
	float: left;
}

#cc-caccount div.cc-accrowfoot input.button{
	text-decoration: none;
	height: 32px;
	text-transform: uppercase;
	padding: 5px 12px 8px 12px;
	border-radius: 2px;
	cursor: pointer;
}
#cc-caccount div.cc-accrowfoot input.button:hover{
	text-decoration: none;
}

#cc-caccount div.cc-accountbuttons{
	background: rgba(0, 0, 0, 0.025);
	width: 100%;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 0;
	margin: 0;
	float: left;
}

/*.cc-accbigbutton{
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
}
.cc-accbigbutton a{
	display: block;
	text-decoration: none;
	padding: 15px 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.cc-accbigbutton a:link,
.cc-accbigbutton a:visited{
	background: transparent;
	text-decoration: none;
}
.cc-accbigbutton a:hover{
	background: #f2f4c0;
	color: #909337;
	text-decoration: none;
}*/

#cc-caccount div.cc-accountrow div.cc-accrowlabel,
#cc-caccount div.cc-accountrow div.cc-accrowvalue{
	width: 50%;
	margin: 0;
	float: left;
}

#cc-caccount div.cc-accountrow div.cc-accrowlabel h1{
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 26px;
	padding: 0;
	margin: 0;
	float: left;
}

#cc-caccount div.cc-accountrow div.cc-accrowvalue{
	text-align: right;
}
#cc-caccount div.cc-accountrow div.cc-accrowvalue span{
	line-height: 26px;
	margin: 0 0 0 10px;
	float: right;
}
#cc-caccount div.cc-accountrow div.cc-accrowvalue input{
	border: 0;
	border-radius: 4px;
	padding: 5px 10px;
	margin: 0 0 0 10px;
	float: right;
}
#cc-caccount div.cc-accountrow div.cc-accrowvalue input:hover{
}
#cc-caccount div.cc-accountrow div.cc-accrowvalue img{
	margin: 0 0 0 10px;
	float: right;
}
#cc-caccount div.cc-accountrow div.cc-accrowvalue h1{
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	line-height: 26px;
	padding: 0;
	margin: 0;
	float: right;
}

#cc-caccount ul.cc-accactivity{
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}
#cc-caccount ul.cc-accactivity li{
	width: 95%;
	border-bottom: 1px dotted inherit;
	padding: 10px 2.5%;
	margin: 0;
	float: left;
}
#cc-caccount ul.cc-accactivity li:hover{
	background: rgba(0, 0, 0, 0.025);
}
#cc-caccount ul.cc-accactivity li h1,
#cc-caccount ul.cc-accactivity li h2,
#cc-caccount ul.cc-accactivity li h3,
#cc-caccount ul.cc-accactivity li h4,
#cc-caccount ul.cc-accactivity li h5,
#cc-caccount ul.cc-accactivity li h6{
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	float: left;
}
#cc-caccount ul.cc-accactivity li h1{
	width: 10%;
	text-align: left;
}
#cc-caccount ul.cc-accactivity li h2{
	width: 25%;
	text-align: left;
}
#cc-caccount ul.cc-accactivity li h3{
	width: 20%;
	text-align: left;
}
#cc-caccount ul.cc-accactivity li h4{
	width: 25%;
	text-align: left;
}
#cc-caccount ul.cc-accactivity li h5{
	width: 10%;
	text-align: left;
}
#cc-caccount ul.cc-accactivity li h6{
	width: 10%;
	text-align: right;
}

#cc-caccount ul.cc-accactivity li h4.cc-acclistlabel,
#cc-caccount ul.cc-accactivity li h6.cc-acclistlabel,
#cc-caccount ul.cc-accactivity li a{
	font-weight: bold;
	text-decoration: none;
}
#cc-caccount ul.cc-accactivity li a:link,
#cc-caccount ul.cc-accactivity li a:visited,
#cc-caccount ul.cc-accactivity li a:hover{
	text-decoration: underline;
}

/* new account page */
#cc-caccount{
	width: 60%;
	padding: 0;
	margin: 0 auto;
}

#cc-caccount p{
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
}

#cc-caccount form{
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
}

#cc-caccount div.cc-accformtitle{
	background: rgba(0, 0, 0, 0.05);
	width: 95%;
	border-bottom: 1px solid inherit;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 15px 2.5%;
	margin: 25px 0 0 0;
	float: left;
}
#cc-caccount div.cc-accformtitle h1{
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	letter-spacing: -1px;
	padding: 10px 0;
	margin: 0;
	float: left;
}

#cc-caccount div.cc-accountrow{
	width: 95%;
	border-bottom: 1px dotted inherit;
	padding: 10px 2.5%;
	margin: 0;
	float: left;
}
#cc-caccount div.cc-accrowfoot{
	width: 95%;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 12px 2.5%;
	margin: 0;
	float: left;
}

#cc-caccount div.cc-accrowfoot input.button{
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 12px 8px 12px;
	border-radius: 2px;
	cursor: pointer;
}
#cc-caccount div.cc-accrowfoot input.button:hover{
	text-decoration: none;
}

#cc-caccount div.cc-accountbuttons{
	background: rgba(0, 0, 0, 0.025);
	width: 100%;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 0;
	margin: 0;
	float: left;
}

/*.cc-accbigbutton{
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
}
.cc-accbigbutton a{
	display: block;
	text-decoration: none;
	padding: 15px 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.cc-accbigbutton a:link,
.cc-accbigbutton a:visited{
	background: transparent;
	text-decoration: none;
}
.cc-accbigbutton a:hover{
	background: #f2f4c0;
	color: #909337;
	text-decoration: none;
}*/

#cc-caccount div.cc-accountrow div.cc-accrowlabel,
#cc-caccount div.cc-accountrow div.cc-accrowvalue{
	width: 50%;
	margin: 0;
	float: left;
}

#cc-caccount div.cc-accountrow div.cc-accrowlabel h1{
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 26px;
	padding: 0;
	margin: 0;
	float: left;
}

#cc-caccount div.cc-accountrow div.cc-accrowvalue{
	text-align: right;
}
#cc-caccount div.cc-accountrow div.cc-accrowvalue span{
	line-height: 26px;
	margin: 0 0 0 10px;
	float: right;
}
#cc-caccount div.cc-accountrow div.cc-accrowvalue input{
	margin: 0 0 0 10px;
  background: transparent none repeat scroll 0 0;
  font-family: "Roboto",Arial;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  border: 0 none;
  border-radius: 3px;
  padding: 10px 0;
  position: relative;
  float: right;
}
#cc-caccount div.cc-accountrow div.cc-accrowvalue input:hover{
}
#cc-caccount div.cc-accountrow div.cc-accrowvalue img{
	margin: 0 0 0 10px;
	float: right;
}
#cc-caccount div.cc-accountrow div.cc-accrowvalue h1{
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	line-height: 26px;
	padding: 0;
	margin: 0;
	float: right;
}

#cc-caccount ul.cc-accactivity{
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}
#cc-caccount ul.cc-accactivity li{
	width: 95%;
	border-bottom: 1px dotted inherit;
	padding: 10px 2.5%;
	margin: 0;
	float: left;
}
#cc-caccount ul.cc-accactivity li:hover{
	background: rgba(0, 0, 0, 0.025);
}
#cc-caccount ul.cc-accactivity li h1,
#cc-caccount ul.cc-accactivity li h2,
#cc-caccount ul.cc-accactivity li h3,
#cc-caccount ul.cc-accactivity li h4,
#cc-caccount ul.cc-accactivity li h5,
#cc-caccount ul.cc-accactivity li h6{
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	float: left;
}
#cc-caccount ul.cc-accactivity li h1{
	width: 10%;
	text-align: left;
}
#cc-caccount ul.cc-accactivity li h2{
	width: 25%;
	text-align: left;
}
#cc-caccount ul.cc-accactivity li h3{
	width: 20%;
	text-align: left;
}
#cc-caccount ul.cc-accactivity li h4{
	width: 25%;
	text-align: left;
}
#cc-caccount ul.cc-accactivity li h5{
	width: 10%;
	text-align: left;
}
#cc-caccount ul.cc-accactivity li h6{
	width: 10%;
	text-align: right;
}

#cc-caccount ul.cc-accactivity li h4.cc-acclistlabel,
#cc-caccount ul.cc-accactivity li h6.cc-acclistlabel,
#cc-caccount ul.cc-accactivity li a{
	font-weight: bold;
	text-decoration: none;
}
#cc-caccount ul.cc-accactivity li a:link,
#cc-caccount ul.cc-accactivity li a:visited,
#cc-caccount ul.cc-accactivity li a:hover{
	text-decoration: underline;
}



/* css bubble  */
.new-camslist {
  text-align: center;
  margin: 0 auto;
  width: auto;
}
.new-camslist .new-model-box {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.new-model-box {
  width: 255px;
  height: 230px;
  cursor: pointer;
}
.new-model-box .picture {
  width: 220px;
  height: 163px;
  margin: 0 auto;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}
#wp-pprofile .new-model-box .picture {
	position: relative;
	display: block;
}
#wp-pprofile .new-model-box .picture .prices {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.25s;
}
#wp-pprofile .new-model-box:hover .picture .prices {
  height: 28%;
}
#wp-pprofile .new-model-box .picture .private,
#wp-pprofile .new-model-box .picture .vip {
  color: white;
}
#wp-pprofile .new-model-box .picture .prices span {
  padding-left: 10px;
  display: inline-block;
  color: white;
  width: 4em;
}

.new-model-box .lvf-loader {
  width: 16px;
  height: 11px;
  display: none;
  background: url(../images/ajax-loader2.gif) left top no-repeat scroll;
  position: absolute;
  top: 85px;
  left: 135px;
}

.new-model-box .speech-bubble {
  margin: 0 auto;
  position: relative;
  font-weight: bold;
  font-size: 11px;
  top: 12px;
  left: 5px;
  width: 130px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
  border-color: red;
}
.new-model-box .speech-bubble:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid;
  left: 55%;
  bottom: 100%;
  margin-left: -15px;
}
.new-model-box:hover {
  cursor: pointer;
}
.new-model-box:hover .picture {
  box-shadow: 0 2px 8px #B2B2B2;
}
.new-model-box:hover .speech-bubble {
  box-shadow: 0 2px 4px #B2B2B2;
}

.new-model-box .sttt {
  position: absolute;
  width: 71px;
  height: 71px;
  top: 10px;
  margin-left: 10px;
}

.new-camslist .new-model-box .sttt {
  top: 0px;
  left: 0px;
}
#ppi-modelslist.new-camslist .new-model-box .sttt {
	top: -5px;
	left: 2px;
}
#wp-pprofile .new-model-box .sttt {
	top: 4px;
  margin-left: 12px;
}


.new-model-box .st {
  float:left;
  position:absolute;
  top:10px;
  margin-left: 25px;
}

.new-model-box .st a {
  text-decoration:none;
}
.new-model-box .st a:hover {
  text-decoration:underline;
}

.new-model-box .st a.free,
.new-model-box .st a.free:hover {
  font-weight:bold;
  color:#29b51b;
}
.new-model-box .st a.private,
.new-model-box .st a.private:hover {
  font-weight:bold;
}
.new-model-box .st a.voyeur,
.new-model-box .st a.voyeur:hover {
  font-weight:bold;
}
.new-model-box .st a.vip {
  font-weight:bold;
}
.new-model-box .st a.invip,
.new-model-box .st a.invip:hover {
  font-weight:bold;
}
.new-model-box .st a.offline,
.new-model-box .st a.offline:hover {
  font-weight:bold;
}

/* new customer profile page */
#cc-cusprofile{
  width: 60%;
  padding: 0;
  margin: 0 auto;
}

#cc-cusprofile form{
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
}

#cc-cusprofile form div.cc-proformtitle{
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  border-bottom: 1px solid inherit;
  padding: 15px 0;
  margin: 0;
  float: left;
}
#cc-cusprofile form div.cc-proformtitle h2 {
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  letter-spacing: -1px;
  padding: 10px 2.5%;
  margin: 0;
  float: left;
}
#cc-cusprofile form div.cc-proformtitle ul{
  list-style-type: none;
  padding: 0;
  margin: 5px 2.5% 0 0;
  float: right;
}
#cc-cusprofile form div.cc-proformtitle ul li{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding: 0;
  margin: 0 0 0 10px;
  float: left;
}
#cc-cusprofile form div.cc-proformtitle ul li a{
  display: block;
  text-decoration: none;
  border: solid 1px;
  padding: 8px 15px;
  border-radius: 2px;
}
#cc-cusprofile form div.cc-proformtitle ul li a:link,
#cc-cusprofile form div.cc-proformtitle ul li a:visited{
  text-decoration: none;
}
#cc-cusprofile form div.cc-proformtitle ul li a:hover{
  text-decoration: none;
}

#cc-cusprofile form div.cc-proformrow{
  width: 100%;
  border-top: 1px dotted inherit;
  border-bottom: 1px dotted #bbb;
  padding: 10px 2.5%;
  margin: 0;
  float: left;
}

#cc-cusprofile form div.cc-proformrow div.cc-rowlabel,
#cc-cusprofile form div.cc-proformrow div.cc-rowvalue{
  width: 50%;
  margin: 0;
  float: left;
}

#cc-cusprofile form div.cc-proformrow div.cc-rowlabel h1{
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding: 0;
  margin: 0;
  float: left;
}
.buttonlink {
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -1px;
  border: 1px solid;
  border-radius: 3px;
  padding: 8px 15px;
  margin: 0 0 0 8px;
  float: right;
  text-align: center;
}

.buttonlink.update-profile,
.buttonlink.addfunds
{
	width: 200px;
	float: none;
	margin: 0 auto;
	cursor: pointer
}

#cc-cusprofile form div.cc-proformrow div.cc-rowvalue a:link,
#cc-cusprofile form div.cc-proformrow div.cc-rowvalue a:visited{
  text-decoration: none;
}
#cc-cusprofile form div.cc-proformrow div.cc-rowvalue a:hover{
  text-decoration: none;
}

#cc-cusprofile form div.cc-proformrow div.cc-rowvalue input,
#cc-cusprofile form div.cc-proformrow div.cc-rowvalue select,
#cc-caccount div.cc-accountrow div.cc-accrowvalue input
{
	background: rgba(0, 0, 0, 0.1);
	font-family: "Roboto",Arial;
	font-size: 14px;
	font-weight: 300;
/*	color: #FFF;*/
	text-align: center;
	border: 0px none;
	/*border-radius: 3px;*/
	padding: 10px 0px;
	position: relative;
  float: right;
}

#cc-cusprofile form div.cc-proformrow div.cc-rowvalue input,
#cc-cusprofile form div.cc-proformrow div.cc-rowvalue a,
#cc-cusprofile form div.cc-proformrow div.cc-rowvalue select,
.cc-proformtitle .buttonlink {
	width: 200px;
}

#cc-cusprofile form div.cc-proformrow div.cc-rowvalue input:hover{
}

#cc-cusprofile form div.cc-proformrow div.cc-rowvalue select{
  border: 1px solid inherit;
  margin: 0;
  float: right;
}

#cc-cusprofile form div.cc-proformrow div.cc-rowvalue img{
  margin: 2px 10px 0 0;
  float: right;
}

#cc-cusprofile form div.cc-proformrow div.cc-rowvalue .list img {
	margin: 0;
}

#cc-cusprofile form div.cc-proformrow div.cc-rowvalue img.medium {
	width: 80px;
	height: 80px;
}

#cc-cusprofile form div.cc-proformrow input.savedata{
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 12px 8px 12px;
  border-radius: 2px;
  height: 32px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#cc-cusprofile form div.cc-proformrow input.savedata:hover{
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 1.0);
}

#cc-cusprofile-top,
#cc-cusprofile-bottom{
  width: 100%;
  margin: 0;
  float: left;
}
#cc-cusprofile-top p,
#cc-cusprofile-bottom p{
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  float: left;
}
#cc-terms,
.cwh-faqlist,
.chat-container,
#introdesc,
#cc-addfunds {
	width: 100%;
	margin: 0 15px;
}


#theprofile {
  width: 960px;
  margin: 0 auto;
}
.themedia-list{list-style-type: none; text-align: center; padding: 10px 0; position: relative;}
.themedia-list li{width: 290px; min-height: 218px; border-radius: 6px; margin: 0 5px 10px 5px; position: relative; display: inline-block;cursor: pointer;}
.themedia-list li header{background: #e5e5e5; width: 290px; height: 218px; border-radius: 4px; position: absolute; top: 0; left: 0; overflow: hidden;}
.themedia-list li header img{width: 100%; height: auto; position: absolute; top: 0; left: 0; z-index: 94;}
.themedia-list li header img.thumb-anim{display: none;}
.themedia-list li header:hover img.thumb-static{display: none;}
.themedia-list li header:hover img.thumb-anim{display: block;}
.themedia-list li header:hover img.thumb-permanent{display: block;}
.themedia-list li footer{background: rgba(255, 255, 255, 1); width: 35px; height: 35px; border-bottom-right-radius: 50px; position: absolute; top: 0; left: 0; z-index: 96; overflow: hidden;}
.themedia-list li footer:hover{ width: 290px; height: 218px; border-radius: 3px; top: 0; left: 0;}
.themedia-list li footer img{width: 25px; height: 25px; position: absolute; top: 0; left: 0;}
.themedia-list li footer:hover img{display: none;}
.themedia-list li footer section{width: 290px; height: 218px; position: absolute; top: 0; left: 0; opacity: 0; color: black;}
.themedia-list li footer:hover section{opacity: 1;}
.themedia-list li footer section h1{font-size: 14px; font-weight: 600; color: #333; text-align: left; line-height: 16px; padding: 9px 10px 0 10px; position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.themedia-list li footer section h2{font-size: 13px; font-weight: 400; color: #aaa; text-align: left; line-height: 15px; padding: 0 10px; position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.themedia-list li footer section div.setdesc{height: 84px; margin: 5px 10px 0 10px; position: relative; overflow: hidden;}
.themedia-list li footer section div.setdesc p{font-size: 12px; font-weight: 400; color: #666; text-align: justify; line-height: 14px; position: relative;}
.themedia-list li footer section div.setoptions{width: 270px; position: absolute; bottom: 0; left: 10px;}
.themedia-list li footer section div.setoptions span,.themedia-list li footer section div.setoptions a { font-size: 13px; font-weight: 600; text-align: center; text-decoration: none; text-transform: uppercase; line-height: 30px; border-radius: 3px; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset; padding: 0; margin: 0 0 10px 0; position: relative; display: block; cursor: pointer;}
.themedia-list li footer section div.setoptions .viewset{background: #666;}

.thepageheader header{border-bottom: 1px solid rgba(0, 0, 0, 0.05); padding: 0; position: relative; margin: 0 auto;}
.thepageheader header h1{font-size: 18px; font-weight: normal; text-align: left; position: relative; display: block; padding-bottom: 10px;}
.thepageheader header h1 form {
  position: absolute;
  top: 0;
  right: 0; 
}
.thepageheader header h1 form select {
  top: -3px;
  position: relative;  
}
.thepageheader header a{text-decoration: none;}
.thepageheader header h2{font-size: 14px; font-weight: 700; text-align: left; text-transform: uppercase; line-height: 18px; position: relative;}
.thepageheader header h2 a{text-decoration: none; cursor: pointer;}
.thepageheader header h2 a:hover, .thepageheader header h2 a.activepage, .thepageheader header h2 a.activepage:hover{text-decoration: none;}
.thepageheader footer{border-top: 1px solid #fff; padding: 15px 0; position: relative;}
.thepageheader footer h1{font-size: 14px; font-weight: 400; text-align: left; line-height: 16px; position: relative;}
.thepageheader footer h1 a{text-decoration: none; cursor: pointer;}
.thepageheader footer h1 a:hover, .thepageheader footer h1 a.activesort, .thepageheader footer h1 a.activesort:hover{text-decoration: none;}

.video-js * {
  color: white;
}

.dropdown {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  padding: 0 10px 0 10px;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  display: inline-block;
  overflow: visible;
  z-index: 100;
}

.dropdown .span {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border-color: white;
  margin: -2px -10px 0 -10px;
  background: white;
  border: solid 1px rgba(0,0,0,1);
  padding: 0 20px 2px 10px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
  border-color: rgba(0,0,0,0.5);
  display: none;
}

@media screen and (min-width: 800px){
  .dropdown:hover .span {
    display: block;
  }

  .dropdown:hover .icon-triangle-down {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
  }
}


#tipmodel.dropdown .anyamount {
  text-align :left;
}
#tipmodel.dropdown .anyamount .textField {
  line-height: 20px;
  background: white;
  border: solid 1px #888;
  border-radius: 4px;
  width: 70px;
  padding: 0 5px;
}
#tipmodel.dropdown .anyamount .submit {
  margin-bottom: -7px;
  margin-left: 2px;
}
.join-fanclub-link {
  position: relative;
  z-index: 209;
  width: auto;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding: 0 15px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
}

#tipmodel.dropdown {
	line-height: 38px;
	height: 38px;
	top: 1px;
	width: 130px;
	padding-left: 0;
}
#tipmodel.dropdown .icon-dollar {
	display: inline-block;
	border: solid 3px;
	border-radius: 15px;
	font-size: 20px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	position: relative;
	bottom: -4px;
	margin-right: 5px;
}
#tipmodel.dropdown .icon-triangle-down {
  font-size: 18px;
  line-height: 1;
  position: relative;
  bottom: -4px;
  right: -4px;
  /*width: 20px;*/
  display: inline-block
}
#tipmodel.dropdown .icon-right-open {
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border: solid 2px;
  position: relative;
  bottom: -4px;
  margin-left: 3px;
  font-size: 18px;
}

.messages-items > div {
	margin: 10px 0;
	padding: 10px;
	border-radius: 10px;
}
/*! jQuery UI - v1.11.0 - 2014-06-26
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Segoe%20UI%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=333333&bgTextureHeader=gloss_wave&bgImgOpacityHeader=25&borderColorHeader=333333&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=000000&bgTextureContent=inset_soft&bgImgOpacityContent=25&borderColorContent=666666&fcContent=ffffff&iconColorContent=cccccc&bgColorDefault=555555&bgTextureDefault=glass&bgImgOpacityDefault=20&borderColorDefault=666666&fcDefault=eeeeee&iconColorDefault=cccccc&bgColorHover=0078a3&bgTextureHover=glass&bgImgOpacityHover=40&borderColorHover=59b4d4&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=f58400&bgTextureActive=inset_soft&bgImgOpacityActive=30&borderColorActive=ffaf0f&fcActive=ffffff&iconColorActive=222222&bgColorHighlight=eeeeee&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=80&borderColorHighlight=cccccc&fcHighlight=2e7db2&iconColorHighlight=4b8e0b&bgColorError=ffc73d&bgTextureError=glass&bgImgOpacityError=40&borderColorError=ffb73d&fcError=111111&iconColorError=a83300&bgColorOverlay=5c5c5c&bgTextureOverlay=flat&bgImgOpacityOverlay=50&opacityOverlay=80&bgColorShadow=cccccc&bgTextureShadow=flat&bgImgOpacityShadow=30&opacityShadow=60&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("images/animated-overlay.gif");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Segoe UI,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Segoe UI,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #666;background:#000 url("images/ui-bg_inset-soft_25_000000_1x100.png") 50% bottom repeat-x;color:#fff}.ui-widget-content a{color:#fff}.ui-widget-header{border:1px solid #333;background:#333 url("images/ui-bg_gloss-wave_25_333333_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #666;background:#555 url("images/ui-bg_glass_20_555555_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eee}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#eee;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #59b4d4;background:#0078a3 url("images/ui-bg_glass_40_0078a3_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#fff}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#fff;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #ffaf0f;background:#f58400 url("images/ui-bg_inset-soft_30_f58400_1x100.png") 50% 50% repeat-x;font-weight:bold;color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #ccc;background:#eee url("images/ui-bg_highlight-soft_80_eeeeee_1x100.png") 50% top repeat-x;color:#2e7db2}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#2e7db2}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #ffb73d;background:#ffc73d url("images/ui-bg_glass_40_ffc73d_1x400.png") 50% 50% repeat-x;color:#111}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#111}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#111}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_cccccc_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("images/ui-icons_cccccc_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-active .ui-icon{background-image:url("images/ui-icons_222222_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("images/ui-icons_4b8e0b_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_a83300_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:6px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:6px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:6px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:6px}.ui-widget-overlay{background:#5c5c5c url("images/ui-bg_flat_50_5c5c5c_40x100.png") 50% 50% repeat-x;opacity:.8;filter:Alpha(Opacity=80)}.ui-widget-shadow{margin:-7px 0 0 -7px;padding:7px;background:#ccc url("images/ui-bg_flat_30_cccccc_40x100.png") 50% 50% repeat-x;opacity:.6;filter:Alpha(Opacity=60);border-radius:8px}
/* qTip2 v2.2.1 | Plugins: tips viewport imagemap modal | Styles: core basic css3 | qtip2.com | Licensed MIT | Sun Sep 07 2014 03:53:41 */

.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon,.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-bootstrap,.qtip-rounded,.qtip-tipsy{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border:0 solid transparent;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:transparent}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"}.qtip-jtools .qtip-content,.qtip-jtools .qtip-titlebar{background:0 0;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:0 0}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}
.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
    z-index: 15099;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
    top: -23px;
    right: -23px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 16001;
    background: url(../../../resources/jquery/nyroModal-2.0.0/img/close.png) no-repeat;
}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;
    z-index: 16001;
}
.nyroModalCont {
	position: absolute;
	border: 4px solid #777;
	margin: 25px;
	background: #fff;
    z-index: 16000;
}
.nyroModalCont iframe {
}
.nyroModalError {
	border: 4px solid red;
	color: red;
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 10px;
	min-height: 250px;
	min-width: 250px;
	max-width: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalImage img {
    vertical-align: top;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(../images/ajaxLoader.gif) no-repeat center;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalPrev:hover {
    background: url(../../../resources/jquery/nyroModal-2.0.0/img/prev.gif) left 20% no-repeat;
}
.nyroModalNext {
	right: 0;
}
.nyroModalNext:hover {
    background: url(../../../resources/jquery/nyroModal-2.0.0/img/next.gif) right 20% no-repeat;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url("../font/2.0.0/VideoJS.eot?#iefix") format("eot"); }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
    content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play-circle:before {
    content: "\f102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
    content: "\f103"; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
  .video-js .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\f104"; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
  .video-js .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\f105"; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
  .video-js .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\f106"; }

.vjs-icon-volume-high, .video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
  .video-js .vjs-volume-menu-button:before {
    content: "\f107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
    content: "\f108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-square:before {
    content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-spinner:before {
    content: "\f10b"; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
    content: "\f10c"; }

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-captions:before, .video-js .vjs-captions-button:before {
    content: "\f10d"; }

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
    content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-share:before {
    content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cog:before {
    content: "\f110"; }

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
    content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-outline:before {
    content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-inner-circle:before {
    content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-hd:before {
    content: "\f114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
    content: "\f115"; }

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-replay:before {
    content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-facebook:before {
    content: "\f117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-gplus:before {
    content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-linkedin:before {
    content: "\f119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-twitter:before {
    content: "\f11a"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-tumblr:before {
    content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pinterest:before {
    content: "\f11c"; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button:before {
    content: "\f11d"; }

.vjs-icon-audio, .video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio:before, .video-js .vjs-audio-button:before {
    content: "\f11e"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .video-js:-moz-full-screen {
    position: absolute; }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li:focus,
.vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }
  @media \0screen {
    .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
      visibility: hidden; } }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; } }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }
  .video-js .vjs-control:before {
    font-size: 1.8em;
    line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #fff; }
  .video-js .vjs-play-progress:before {
    position: absolute;
    top: -0.333333333333333em;
    right: -0.5em;
    font-size: 0.9em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1; }

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em; }

.vjs-tooltip-progress-bar {
  visibility: hidden; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }
  .vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }
  .vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-controls-disabled .vjs-poster {
  display: none; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 16em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none; }

.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right; }

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label > input {
  margin-right: 10px; }

.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: .5em; }

.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

table.performerCalendar {
	margin: 0 auto;
}
table.performerCalendar, table.performerCalendar td {
  text-align:center;
  vertical-align:middle;
  border-collapse: collapse;
}

table.performerCalendar td {
  padding: 5px;
  cursor: pointer;
  font-size:11px;
  font-weight:bold;
}
table.performerCalendar td.day_hour,
table.performerCalendar td.day {
  padding:6px 11px 6px 6px;  
}
table.performerCalendar td.day_hour {
  font-weight:normal;
}
table.performerCalendar td.hour {
}

table.performerCalendar td.day {
}

table.performerCalendar td.event {
  background-image: url(../images/check2.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

table.performerCalendar tr.even {
}
/*Photo boxes*/
table.photo {
  width:145px;
  border: 1px solid #717171;
  border-collapse:separate;
  border-spacing:2px;
}

table.photo td {
  color: #000000;
  padding: 0;
  font-weight:bold;  
  text-align: center;
}

table.photo td.link {
  border: 1px solid #717171;
  background-color: #CCCCCC;
}

table.photo td.disabledlink {
  border: 1px solid #717171;
  background-color: #666666;
  cursor: pointer;
  color: #AAAAAA;
}

table.photo td.image  {
  height:105px;
}

table.photo td.link a {
  color: #000000;
  text-decoration: none;
}

/*Performer profile gallery container*/
.gallerylist {
}

.gallerylist .th,
table.photo .th {
  width:120px;
  height:90px;
  margin:0 15px 15px 0;

  text-align:center;
  line-height:90px;

  background-color:#bdbdbd;

  box-shadow: 0 0 5px 2px #bdbdbd;
  -webkit-box-shadow: 0 0 5px 2px #bdbdbd;
  -moz-box-shadow: 0 0 5px 2px #bdbdbd;
}

.gallerylist .th img,
table.photo .th img {
  vertical-align:middle;
}

.gallerylist .th {
  float:left;  
}

table.photo .th {
  margin:0 auto !important;
}

/*Gallery Sets*/
ul.ul-galleries-sets,
ul.ul-galleries-sets li {
  padding:0;
  margin:0;
  list-style:none;
}

ul.ul-galleries-sets li a,
ul.ul-galleries-sets li a:hover {
  text-decoration: underline;
}

ul.ul-galleries-sets li .current a,
ul.ul-galleries-sets li .current a:hover {
  text-decoration: none;
  font-weight: bold;
}

/*Gallery Links*/
ul.ul-galleries-type,
ul.ul-galleries-type li {
  padding:0px;
  margin:0px;
  list-style:none;
}

.url-photos-public a,
.url-photos-private a,
.url-video-public a,
.url-video-private a,
.url-performer-profile a,
.url-history-back a {
}
/*chat logs in Admin Area*/
.chatlogslist {
  font:normal 11px Arial, Helvetica, sans-serif;
}

.chatlogslist .systemMessage {
  color: #333300;
}

.chatlogslist .performerMessage {
  color: #0000FF;
}

.chatlogslist .customerMessage {
  color: #FF0000;
}

.chatlogslist .systemNameAndTime {
  color: #333300;
}

.chatlogslist .performerNameAndTime {
  color: #0000FF;
}
.chatlogslist .customerNameAndTime {
  color: #FF0000;
}

.chatlogslist .badWord {
  font-weight: bold;
}
.modelslist {
  margin: 0 auto;
}

.modelslist .row {
  clear:both;
  padding-top:15px;
}
.modelslist .row .mbox {
  float:left;
  margin:0 0 0 16px;
}
.camslist li{
	width: 256px;
	height: 223px;
	margin: 0 1% 25px 1%;
}

.modelslist .row .mbox.first{
  margin-left:0;
}
#ppi-modelslist {
  display:table;
  margin:15px auto 0 auto;

}
#ppi-modelslist .row {
  padding-left:17px;
}
/*models box*/

.mbox {
  background: url(newimages/mbox_up.png) left bottom no-repeat;
  width:256px;
  height:223px;
  font-size:11px;
  text-align:center;
  /* background:#ffffff url(../images/models/mbox.jpg) left bottom repeat-x scroll; */
  position:relative;
  display: inline-block;
  cursor: pointer;
}
.mbox:hover{
  background: url(newimages/mbox_over.png) left bottom no-repeat;
}
.mbox .sn,
.mbox .country {
  width:130px;
  margin:0 auto;
  overflow: hidden;
  white-space:nowrap;
}
.mbox .sn {
  font-weight:bold;
  font-size:11px;
  position:absolute;
  top:202px; left:65px;
  width:125px;
  height:20px;
  line-height:20px;
  color:#595959;
}
.mbox:hover .sn{
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

/* Model Popup */
.mbox .popup-info {
  display: none;
}
.mbox:hover .popup-info {
  display: block;
}
.mbox .popup-info {
  width: 230px;
  position: absolute;
  top: 192px;
  left: 7px;
  z-index: 10;
  background-color: #fff;
  font-weight: bold;
  line-height: 14px;
  color: #595959;
  text-align: left;
  padding: 2px 5px 2px 5px;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-left: 1px solid #F3F3F3;
  border-top: 1px solid #F3F3F3;
  cursor: default;
}
.mbox .popup-info a {
  font-size: 11px;
  color: #444;
  font-weight: bold;
  text-decoration: none;
}
.mbox .popup-info a:hover {
  color: #c3388f;
  text-decoration: underline;
}
.mbox .country {

}
.mbox .lng {

}
.mbox .image-wrapper {
  margin:0 auto;
  text-align: center;
  cursor: pointer;
  width: 230px;
  height: 173px;
  overflow: hidden;
}
.new-model-box .th {
  background-position: center;
  background-repeat: no-repeat;
  width: 220px;
  height: 163px;
  text-align: center;
  margin: 6px 0 0 16px;
  border: solid 6px;
  position: relative;
}

.new-model-box .th .prices {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 0;
	overflow: hidden;
  transition: all 0.25s;
}
.new-model-box:hover .th .prices {
  height: 28%;
}
.new-model-box .th .prices .private,
.new-model-box .th .prices .vip {
  color: white;
}
.new-model-box .th .prices span {
	padding-left: 10px;
	display: inline-block;
  color: white;
	width: 4em;
}

.new-model-box .speech-bubble span {
  height: 24px;
  overflow: hidden;
  display: block;
}
.new-model-box .loading-animation {
  width: 220px;
  height: 163px;
  background-image: url(../images/loading-animation.gif);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 6px 0 0 37px;
  display: none;
  border: solid 6px;
}
.new-model-box .camera-preview {
  width: 220px;
  height: 163px;
  display: none;
  margin: 6px 0 0 16px;
  border: solid 6px;
}
.new-model-box .preview-images {
  width: 220px;
  height: 163px;
}
.new-model-box .preview-images img {
  display: none;
  max-width: 220px;
  max-height: 163px;
}

.mbox .fav {
  padding-top:5px;
}


.mbox .lng img,
.mbox .fav img,
.mbox .rt img {
  vertical-align:middle;
}
.mbox .rt,
.mbox .pr {
  padding-top:3px;
}

.mbox .st {
  float:left;
  position:absolute;
  top:4px;
  left:7px;
}

.mbox .st a {
  text-decoration:none;
}
.mbox .st a:hover {
  text-decoration:underline;
}

.mbox .st a.free,
.mbox .st a.free:hover {
  font-weight:bold;
  color:#29b51b;
}
.mbox .st a.private,
.mbox .st a.private:hover {
  font-weight:bold;
  color:#ff0000;
}
.mbox .st a.voyeur,
.mbox .st a.voyeur:hover {
  font-weight:bold;
  color:#ffa800;
}
.mbox .st a.vip {
  font-weight:bold;
  color:#ff0000;
}
.mbox .st a.invip,
.mbox .st a.invip:hover {
  font-weight:bold;
  color:#ffa800;
}
.mbox .st a.offline,
.mbox .st a.offline:hover {
  font-weight:bold;
}
.mbox .st a.gallery {}

/*pager*/

.modelslist .modelspager {
  clear:both;
  padding-top:20px;
  text-align:center;
}

/*
table.categorieslist td, table.categorieslist td a {
  font-weight: bold;
  color: #999999;
  font-size: 13px;
}

table.categorieslist td {
  padding: 0px 5px 0px 5px;
}

table.categorieslist td a:hover, table.categorieslist td a.current {
  color: #000000;
}
*/

/*sorting*/
.sorting {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e3e3e3;
	height: 35px;
  background: #f3f3f3;
}
.page-home .sorting {
  border-top: 1px solid #e3e3e3;
}
.center-block {
	margin:0 auto;
}
.show {
  float: right;
  padding-right: 20px;
  padding-left: 20px;
}
.show select {
	width: 156px;
	float: left;
	height: 20px;
	margin: 8px 0 0 10px;
}
.addthis_toolbox {
  margin-top: 10px;
  width: 225px;

}
.rss-toolbox {
  padding-top: 8px;
  padding-left: 10px;
}
.rss-toolbox .rss-icon {
  background-image: url(../images/rss-icon.png);
  width: 19px;
  height: 19px;
  margin-top: -2px;
}
.rss-toolbox .latest-news {
  padding-top: 2px;
  padding-left: 8px;
  color: #666666;
}
.rss-toolbox .latest-news b {
  color: #444444;
}
.rss-toolbox .latest-news a.read-more {
  color: #c3388f;
  cursor: pointer;
}
.sorting label {
	float: left;
	color: #272727;
	font-size: 12px;
	font-weight: bold;
	line-height: 35px;
}
.sorting input {
	float: left;
}
.sex {
	float: left;
}
.sex input {
	width: 15px;
	height: 15px;
	margin: 9px 8px 0 14px;
}
.filter {
	float: left;
	padding-left: 22px;
}
.filter select {
	height: 20px;
	float: left;
	width: 156px;
	margin: 8px 0 0 8px;
}

/**/
.buttons-bottom {
	width: 853px;
	overflow: hidden;
	margin: 50px auto 0;
  list-style:none;
}
.buttons-bottom li,
.buttons-bottom img {
	float: left;
}

.modelspager {
  color:#595959;
}
.modelspager a img {
  vertical-align:middle;
  margin:0 5px;
}

#wp-pprofile {
  width:980px;
}

#wppp-info {  
  float:right;
  width:300px;
  padding-left:30px;
}
#wppp-left {
  float:left;
  width:650px;
}
#wpppi-left {
}
#wpppi-left .mbox {
  margin:0 auto;
}
#wpppi-right {
  padding-top:20px;
}
#wpppi-right td {  
  line-height:26px;
  
  padding:0 10px 0 0;
}
#wpppi-right td.fieldheader {
  font-weight:bold;
  text-align:left;
  padding:0 10px 0 10px;
  color:#115AA5;
}

#wppp-calendar {
  clear:both;
  padding-bottom:15px;
}

#wppp-about h2, #wppp-calendar h2, #wppp-comments-add h2 {
	width: 100%;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	border-radius: 3px;
  margin-bottom: 5px;
}

/*profile info*/
.profile-info {
  width:100%;
}
/*gallery*/
.gallerypod {
  padding-bottom:10px;
}
.gallerylist {
  padding:0;
  margin:0;
}
.gallerylist li {
  list-style:none;
  padding:5px;
  margin:0;
  float:left;
}
.gallerylist li a {
  float:left;
  padding:5px;
  border:1px solid;
  width:140px;
  height:105px;
  text-align:center;
}
#gallery-links {
  font-size:16px;
  font-weight: normal;
}
#gallery-links a {
  text-decoration:none;
}
#gallery-links span {
  text-decoration:none;
  cursor:pointer;
}
.gallerypod-footer {
  clear:both;
}
/*comments*/
#wppp-comments {
}

.comments-list {
}

.comments-list .comment {
  padding:5px;
  margin-top:5px;
}

.comments-list .comment.odd {
}

.comment .message_comm {}

.message_comm p {
  margin:0;
}
.message_comm p.h {
  font-size:14px;
}
.message_comm p.m {
  padding-top:5px;
}

.message_comm .nick {
  font-weight:bold;
  font-size:12px;
  text-transform:capitalize;
}
.message_comm .vote {
  vertical-align:middle;
}

.comments-list .paginator2 {
  padding-top:10px;
}

/*comment add*/
.comments-add {}

.comments-add .fld {
  padding-top:5px;
}
.comments-add .fld .rating img {
  vertical-align:middle;
}

.comments-add .fld-submit {
  padding-top:5px;
  text-align:right;
}

.comm_form {
  width:500px;
}
#wppr-comments-add {
  width:300px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.7.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

