@import url(../fonts/segoe-fonts/stylesheet.css);

a {
    color: #000
}

body {
    -youbkit-touch-callout: none;
    -youbkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* the ad card */
.advertisement{
  position:relative;
  overflow:hidden;
  border-radius:10px;
  margin:10px 0;
  background:#111;           /* prevents white gaps while image loads */
}

/* keep all cards same shape */
.advertisement a{
  display:block;
  aspect-ratio: 3 / 4;       /* pick what looks best for your sidebar */
  width:100%;
  position:relative;
}

/* make the image always fill the card */
.advertisement img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.advertisement a::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.65), rgba(0,0,0,0) 60%);
  pointer-events:none;
}
.advertisement span{
  position:absolute;
  left:10px;
  bottom:10px;
  color:#fff;
  font-weight:700;
  text-shadow:0 2px 10px rgba(0,0,0,.6);
  z-index:1;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
html {
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000
}

body {
    background: #fff
}

input,
select,
textarea {
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    color: #000
}

img {
    display: block;
    border: 0
}

li,
ul {
    list-style: none
}

:focus {
    outline: 0
}

a {
    display: inline-block;
    text-decoration: none;
    transition: all .3s
}

.verberg {
    display: none
}

.centered {
    padding-right: calc((100% - 1275px)/ 2);
    padding-left: calc((100% - 1275px)/ 2)
}

.centered-sm {
    padding-right: calc((100% - 1195px)/ 2);
    padding-left: calc((100% - 1195px)/ 2)
}

#wrapper {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%
}

#mainCntr {
    width: 100%
}

#headerCntr {
    position: relative;
    width: 100%
}

.topbox {
    padding-top: 13px;
    padding-bottom: 16px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to bottom, #fb542b 0, #fb542b 100%)
}

.topbox .logo {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 31%
}

.topbox .logo span {
    margin-top: 4px;
    margin-left: 13px;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff
}

.topbox .logo img {
    max-width: 100%
}

.topbox .search {
    margin-left: -84px;
    position: relative;
    z-index: 2;
    width: 412px
}

.topbox .form-control {
    padding: 10px 60px 10px 24px;
    width: 100%;
    max-width: 512px;
    height: 33px;
    text-transform: uppercase;
    color: #000;
    border: 0
}

.topbox input::placeholder {
    color: #000
}

.topbox .login {
    width: 29.6%;
    padding-top: 19px
}

.topbox input[type=search]::-webkit-search-cancel-button {
    display: none
}

.topbox .search-icn {
    position: absolute;
    top: 0;
    right: 0
}

.topbox .button {
    padding: 9px 10px;
    height: 33px;
    border: 0;
    border-radius: 0;
    background: #000000;
    cursor: pointer
}

.topbox ul {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center
}

.topbox li {
    font-weight: 300;
    text-transform: uppercase
}

.topbox li a {
    color: #fff
}

.topbox li a:hover {
    color: #000000
}

.topbox li:first-child a:before {
    margin-right: 12px;
    display: inline-block;
    width: 21px;
    height: 24px;
    vertical-align: middle;
    background: url('../images/user.png') no-repeat;
    content: ''
}

.topbox li:last-child {
    margin-left: 13px
}

.topbox li:last-child a {
    padding: 10px 19px;
    background: #000000
}

.topbox li:last-child a:hover {
    background: #fff
}

.topbox .star {
    margin-left: -398px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1
}

.header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7
}

.header .phone {
    width: 12%
}

.header .phone a {
    font-size: 18px;
    color: #000000
}

.header .phone a:before {
    margin-right: 15px;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url('../images/phone.png') no-repeat;
    content: ''
}

.header .phone a:hover {
    color: #000
}

.header .search {
    position: relative;
    z-index: 2;
    display: none;
    width: 77%
}

.header .form-control {
    padding: 10px 60px 10px 24px;
    width: 100%;
    height: 39px;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #d7d7d7
}

.header input::placeholder {
    color: #000
}

.header .login {
    width: 18.6%
}

.header input[type=search]::-webkit-search-cancel-button {
    display: none
}

.header .search-icn {
    position: absolute;
    top: 0;
    right: 0
}

.header .button {
    padding: 9px 10px;
    border: 0;
    border-radius: 0;
    background: #000000;
    cursor: pointer
}

#headerCntr .mobileMenu {
    position: absolute;
    top: 58px;
    right: 6px;
    z-index: 15;
    display: none;
    width: 40px;
    height: 40px;
    transition: .2s;
    cursor: pointer;
    overflow: hidden
}

#headerCntr .mobileMenu span {
    position: absolute;
    top: 50%;
    right: 20%;
    left: 20%;
    display: block;
    height: 4px;
    text-indent: -9999px;
    border-radius: 5px;
    background: #000000;
    transition: .2s
}

#headerCntr .mobileMenu span:after,
#headerCntr .mobileMenu span:before {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background-color: #000000;
    transition-duration: .2s, .2s;
    content: ''
}

#headerCntr .mobileMenu span:before {
    top: -7px
}

#headerCntr .mobileMenu span:after {
    bottom: -7px
}

.mm-opened #headerCntr .mobileMenu span {
    background: 0 0
}

.mm-opened #headerCntr .mobileMenu.is-active span:after,
.mm-opened #headerCntr .mobileMenu.is-active span:before {
    transition-delay: 0s, 0.2s
}

.mm-opened #headerCntr .mobileMenu span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-opened #headerCntr .mobileMenu span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menuBox:not(.mm-menu) {
    width: 96%
}

.menuBox:not(.mm-menu) ul li {
    margin-right: 16px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase
}

.menuBox:not(.mm-menu) ul li:last-child {
    margin-right: 0
}

.menuBox:not(.mm-menu) ul li a {
    padding: 17px 0 14px;
    position: relative;
    color: #000
}

.menuBox:not(.mm-menu) ul li a:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: 0 0;
    transition: all .3s;
    content: ''
}

.menuBox:not(.mm-menu) ul li a.active:after,
.menuBox:not(.mm-menu) ul li a:hover:after {
    background: #000000
}

.menuBox:not(.mm-menu) ul li a.active,
.menuBox:not(.mm-menu) ul li a:hover {
    color: #000000
}

#contentCntr {
    width: 100%
}

.pictureBox {
    padding-top: 25px
}

.pictureBox .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.pictureBox .item {
    position: relative;
    display: block;
    width: 14.9%
}

.pictureBox .item img {
    width: 100%
}

.pictureBox .item:before {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 0;
    height: 0;
    border-top: 54px solid #2d994b;
    border-right: 54px solid transparent;
    content: ''
}

.pictureBox .text {
    position: absolute;
    top: 11px;
    left: 5px;
    z-index: 1;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    transform: rotate(-45deg)
}

.pictureBox .name {
    padding: 5px 5px;
    position: absolute;
    bottom: 12px;
    left: 5%;
    display: block;
    font-size: 12px;
    text-align: justify;
    color: #fb542b;
    background-color: rgba(0, 0, 0, .5);
    transform: translateX(0)
}

.videoBox {
    margin-bottom: 42px;
    padding-top: 57px
}

.videoBox .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.videoBox .menu {
    width: 15.5%
}

.videoBox .content {
    width: 61.1%
}

.videoBox .videos {
    width: 20%
}

.videoBox h2 {
    margin-bottom: 13px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fb542b
}

.videoBox h2 .pink {
    display: inline-block;
    color: #000000
}

.videoBox h2 .escort {
    font-size: 16px;
    color: #000
}

.videoBox h2:after {
    margin-top: 11px;
    display: inline-block;
    float: right;
    width: 14px;
    height: 7px;
    background: url('../images/select-arrow.png') no-repeat;
    content: ''
}

.videoBox .content h2:after {
    display: none
}

.videoBox .media h2 {
    color: #000000
}

.videoBox .box {
    margin-bottom: 21px;
    padding: 10px 18px 20px 14px;
    background: #fafafa
}

.videoBox .advertisement {
    position: relative
}

.videoBox .advertisement img {
    width: 100%
}

.videoBox .advertisement span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    transform: translate(-50%, -50%)
}

.videoBox .menu li {
    padding-left: 28px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    text-transform: uppercase
}

.videoBox .menu li:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url('../images/right-arrow.png') no-repeat;
    content: ''
}

.videoBox .menu li a {
    color: #000
}

.videoBox .menu li a:hover {
    color: #fb542b
}

.videoBox .menu li a:hover {
    color: #fb542b
}

.videoBox .menu li a.active {
    color: #fb542b
}

.videoBox .search {
    margin-bottom: 10px;
    position: relative;
    width: 100%
}

.videoBox .search .form-control {
    padding: 10px 160px 10px 20px
}

.videoBox .button {
    padding: 9px 10px 9px 60px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 40px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background: #000000;
    cursor: pointer
}

.videoBox .button img {
    margin-left: 10px
}

.videoBox p {
    margin-bottom: 16px;
    line-height: 1.5
}

.videoBox input[type=search]::-webkit-search-cancel-button {
    display: none
}

.videoBox .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.videoBox .select {
    margin-bottom: 10px;
    width: 49.3%
}

.videoBox .select:last-child {
    margin-bottom: 0;
    width: 100%
}

.videoBox .custom-select {
    cursor: pointer;
    background: #fff url('../images/select-arrow.png') no-repeat center right 20px !important;
    -webkit-appearance: none
}

.videoBox .custom-select,
.videoBox .form-control {
    padding: 10px 20px;
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    color: #555;
    border: 0;
    background: #fff
}

.videoBox input::placeholder {
    color: #555
}

.videoBox .media {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.videoBox .img {
    position: relative;
    width: 21.4%
}

.videoBox .img img {
    width: 100%
}

.videoBox .img.is-new:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 54px solid #2d994b;
    border-right: 54px solid transparent;
    content: '';
}

.videoBox .img .text {
    position: absolute;
    top: 11px;
    left: 5px;
    z-index: 1;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    transform: rotate(-45deg)
}

.videoBox .media-body {
    width: 75.5%
}

.videoBox .media-body p {
    margin-bottom: 15px
}

.videoBox .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.videoBox .title li {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase
}

.videoBox .title li:after {
    margin-top: -4px;
    margin-left: 2px;
    display: inline-block;
    width: 7px;
    height: 14px;
    vertical-align: middle;
    background: url('../images/oblique.png') no-repeat;
    content: ''
}

.videoBox .title li:last-child:after {
    display: none
}

.videoBox .card {
    display: inline-block;
    font-weight: 700
}

.videoBox .card:before {
    margin-right: 6px;
    display: inline-block;
    width: 30px;
    height: 24px;
    vertical-align: middle;
    background: url('../images/card.png') no-repeat;
    content: ''
}

.videoBox .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.videoBox .info li {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase
}

.videoBox .info li a {
    padding: 10px 15px 10px 10px;
    text-align: center;
    color: #fff
}

.videoBox .info li:first-child {
    margin-right: 7px
}

.videoBox .info li:first-child a {
    background: #000000
}

.videoBox .info li:last-child a {
    background: #fb542b
}

.videoBox .info li:first-child a:hover {
    background: #fb542b
}

.videoBox .info li:last-child a:hover {
    background: #2d994b
}

.videoBox .info li:first-child a:before {
    margin-top: -3px;
    margin-right: 10px;
    display: inline-block;
    width: 20px;
    height: 17px;
    vertical-align: middle;
    background: url('../images/virtual-icon.png') no-repeat;
    content: ''
}

.videoBox .info li:last-child a:before {
    margin-right: 10px;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url('../images/phone-white.png') no-repeat;
    content: ''
}

.videoBox .videos .box {
    padding: 10px 18px 30px 14px;
    border: 1px solid #f9f9f9;
    background: #fff
}

.videoBox .video {
    position: relative;
    width: 100%
}

.videoBox .video img {
    width: 100%;
    object-fit: cover
}

.videoBox .video iframe {
    display: none;
    width: 100%
}

.videoBox .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.videoBox .icon-play img {
    width: 60px;
    height: 60px
}

.videoBox h4 {
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #6c6c6c
}

.videoBox .videos li {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6c6c6c
}

.videoBox .videos li:first-child {
    margin-right: 12px
}

.videoBox .videos li:first-child:before {
    margin-right: 8px;
    display: inline-block;
    width: 15px;
    height: 19px;
    vertical-align: middle;
    background: url('../images/user.png') no-repeat;
    background-size: contain;
    content: ''
}

.videoBox .videos li:last-child:before {
    margin-top: -3px;
    margin-right: 8px;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url('../images/clock-icn.png') no-repeat;
    content: ''
}

.pagination {
    padding-top: 10px
}

.pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 15px
}

.pagination li {
    margin-right: 7px
}

.pagination li:last-child {
    margin-right: 0
}

.pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    background: #000000
}

.pagination a.active,
.pagination a:hover {
    background: #b6000d
}

#footerCntr {
    padding-top: 33px;
    border-top: 6px solid #b6000d;
    background: #101010
}

#footerCntr .wrap {
    margin-bottom: 33px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#footerCntr .left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 99%
}

#footerCntr .box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 295px;
    height: 166px;
    background: url('../images/webcam-sex.jpg') no-repeat;
    background-size: contain
}

#footerCntr span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff
}

#footerCntr .content {
    width: 25%
}

#footerCntr h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fb542b
}

#footerCntr li {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase
}

#footerCntr li {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase
}

#footerCntr li a.active,
#footerCntr li a:hover {
    color: #fb542b
}

#footerCntr a {
    color: #fff
}

#footerCntr a:hover {
    color: #fb542b
}

#footerCntr .copyright {
    padding-top: 14px;
    padding-bottom: 10px;
    text-align: center;
    border-top: 4px solid #353535
}

#footerCntr .copyright p {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff
}

@media only screen and (max-width:1300px) {
    .centered {
        padding-right: 15px;
        padding-left: 15px
    }

    .centered-sm {
        padding-right: 15px;
        padding-left: 15px
    }

    .topbox .search {
        margin-left: 0;
        width: 430px
    }

    .topbox .logo {
        width: 35%
    }

    .topbox .login {
        width: 25%
    }

    .topbox ul {
        justify-content: end
    }
}

@media only screen and (max-width:1199px) {
    .menuBox:not(.mm-menu) ul li {
        margin-right: 25px;
        font-size: 16px
    }

    .header .phone {
        width: 14%
    }

    .topbox .search {
        width: 330px
    }

    .topbox .logo {
        width: 40%
    }

    .topbox .logo span {
        margin-left: 5px;
        font-size: 12px
    }

    .pictureBox .name {
        padding: 0 10px;
        font-size: 16px
    }

    .videoBox .menu li {
        padding-left: 20px;
        font-size: 14px
    }

    .videoBox .menu li:before {
        top: 7px;
        width: 12px;
        height: 12px;
        background-size: contain
    }
}

@media only screen and (max-width:991px) {
    .menuBox:not(.mm-menu) ul li {
        margin-right: 15px;
        font-size: 14px
    }

    .header .phone {
        width: 16%
    }

    .header .phone a {
        font-size: 14px
    }

    .header .phone a:before {
        margin-right: 10px;
        width: 17px;
        height: 17px;
        background-size: contain
    }

    .topbox .logo span {
        display: none
    }

    .topbox .logo {
        width: 25%
    }

    .topbox .search {
        width: 290px
    }

    .topbox .login {
        width: 32%
    }

    .videoBox .menu {
        width: 24%
    }

    .videoBox .content {
        width: 75%
    }

    .videoBox .videos {
        width: 100%
    }

    .videoBox .title {
        display: block;
        flex-wrap: wrap;
        justify-content: inherit
    }

    .videoBox .media h2 {
        margin-bottom: 5px
    }

    .videoBox .media ul {
        margin-bottom: 5px
    }

    #footerCntr li {
        font-size: 15px
    }

    #footerCntr span {
        font-size: 15px
    }

    #footerCntr .box {
        height: 145px
    }
}

@media only screen and (max-width:767px) {
    .menuBox:not(.mm-menu) {
        display: none
    }

    #headerCntr .mobileMenu {
        display: block
    }

    .topbox .search {
        display: none
    }

    .topbox .logo {
        width: 40%
    }

    .topbox .login {
        width: 60%
    }

    .topbox ul {
        align-items: inherit
    }

    .topbox li:last-child a {
        padding: 0;
        background: 0 0
    }

    .topbox li {
        font-size: 12px
    }

    .topbox li:first-child a:before {
        margin-right: 8px;
        width: 15px;
        height: 19px;
        background-size: contain
    }

    .topbox .star {
        display: none
    }

    .header {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .header .phone span {
        display: none
    }

    .header .phone {
        width: 5%
    }

    .header .phone a:before {
        margin-right: 0
    }

    .header .search {
        margin-right: 40px;
        display: block
    }

    .pictureBox .item {
        margin-bottom: 30px;
        width: 31%
    }

    .videoBox .menu {
        width: 100%
    }

    .videoBox .content {
        width: 100%
    }

    .videoBox .advertisement img {
        height: 400px;
        object-fit: cover;
        object-position: center center
    }

    .videoBox .menu li {
        font-size: 18px
    }

    .videoBox .menu li:before {
        top: 12px
    }

    .videoBox .select {
        width: 100%
    }

    .videoBox .button {
        padding: 9px 15px 9px 15px
    }

    .videoBox .search .form-control {
        padding: 10px 115px 10px 20px
    }

    #footerCntr .left {
        width: 100%
    }

    #footerCntr .box {
        max-width: 100%
    }

    #footerCntr .content {
        margin-bottom: 30px;
        width: 49%
    }
}

@media only screen and (max-width:575px) {
    .videoBox .img {
        margin-bottom: 30px;
        width: 100%
    }

    .videoBox .media-body {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .advertisement {
        display: none
    }

    .pictureBox .item {
        margin-bottom: 20px;
        width: 48%
    }

    .videoBox .card {
        margin-bottom: 15px;
        width: 100%
    }

    .videoBox .info {
        display: block;
        flex-wrap: inherit;
        justify-content: inherit;
        width: 100%
    }

    .videoBox .info li {
        display: block
    }

    .videoBox .info li:first-child {
        margin-right: 0;
        margin-bottom: 10px
    }

    .videoBox .info li a {
        width: 100%
    }
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1
}

.loginBox .holder {
    overflow: hidden
}

.loginBox .col {
    padding: 0 6px 0 0;
    width: calc(50% - 50px);
    float: left
}

.loginBox input[type=email],
.loginBox input[type=password] {
    padding: 0 10px;
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    color: #000;
    text-transform: uppercase
}

fieldset {
    border: 0
}

.loginBox .button {
    width: 70px;
    padding: 0 13px;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 34px;
    background: #000000
}

.loginBox a,
.loginBox p {
    margin-right: 27px;
    font-size: 14px;
    color: #fff
}

.loginBox a.active,
.loginBox a:hover {
    color: #000000
}

@media only screen and (max-width:767px) {
    .loginBox {
        margin: 0
    }

    @media only screen and (max-width:479px) {
        .loginBox a {
            margin: 0
        }
    }
}