@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,500);
@import url(http://fonts.googleapis.com/css?family=Pacifico);
* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?6ikdgh');
    src: url('../fonts/icomoon.eot?#iefix6ikdgh') format('embedded-opentype'), url('../fonts/icomoon.ttf?6ikdgh') format('truetype'), url('../fonts/icomoon.woff?6ikdgh') format('woff'), url('../fonts/icomoon.svg?6ikdgh#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-shape"],
[class*=" icon-shape"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-shape-1:before {
    content: "\e600";
}

.icon-shape-2:before {
    content: "\e601";
}

.icon-shape-3:before {
    content: "\e602";
}

.icon-shape-4:before {
    content: "\e603";
}

.icon-shape-5:before {
    content: "\e604";
}

.icon-shape-6:before {
    content: "\e605";
}

.icon-shape-7:before {
    content: "\e606";
}

body {
    font-family: 'Montserrat', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    overflow-y: scroll;
}

button {
    font-family: 'Montserrat', sans-serif;
}

a:hover,
a:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}

#content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

textarea {
    resize: vertical;
    min-height: 36px !important;
}

.no-wrap {
    white-space: nowrap;
}

.carousel-indicators li {
    margin: 0;
}

.show-message {
    display: block !important;
}

.a-transp {
    display: block;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    border-radius: 8px;
    border: 3px #fff solid;
    text-transform: uppercase;
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
}

.a-transp:hover,
.a-transp:focus {
    background: #fff;
}

.cmn-toggle-switch {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    position: relative;
}

.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 3px;
    background: #b66273;
    width: 53%;
    margin: 28px auto 0;
    border-radius: 3px;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #b66273;
    content: "";
    border-radius: 3px;
}

.main-header .cmn-toggle-switch span {
    background: #fff;
}

.main-header .cmn-toggle-switch span::before,
.main-header .cmn-toggle-switch span::after {
    background: #fff;
}

.cmn-toggle-switch span::before {
    top: -12px;
}

.cmn-toggle-switch span::after {
    bottom: -12px;
}

.cmn-toggle-switch__htx span {
    -webkit-transition: background 0 0.3s;
    transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

.cmn-toggle-switch__htx.active {
    background: #b66273;
}

.cmn-toggle-switch__htx.active span:after,
.cmn-toggle-switch__htx.active span:before {
    background: #fff4e1;
}

.main-header .cmn-toggle-switch__htx.active span {
    background: none;
}

.cmn-toggle-switch__htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
}

textarea {
    max-height: 200px;
}

.content-blurred {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: .999
}

.content-blurred,
.content-blurred:after {
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.content-blurred:after {
    bottom: 0;
    content: '';
}

header.main-header,
.content-blurred:after {
    background-color: rgba(109, 61, 103, .15);
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

header.main-header.color,
header.main-header.color2 .content-blurred:after {
    background-color: #6d3d67;
}

.content-blurred .carousel {
    opacity: 1;
    top: -30px;
    margin-top: 0;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    filter: blur(20px);
}

header {
    background: #fff4e1;
    width: 100%;
    z-index: 20;
    top: 0;
    overflow: hidden;
}

header.main-header {
    position: fixed;
}

header>.container {
    z-index: 1;
    position: relative;
}

#xs-menu {
    height: 0px;
    overflow: hidden;
    position: fixed;
    z-index: 9;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2)
}

#xs-menu li {
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #b66273;
}

#xs-menu li > a {
    color: #b66273;
    font-size: 16px;
    display: block;
    padding: 13px 0;
}

#xs-menu.xs-menu-main li > a {
    color: #6d3d67;
}

.drop-mobile + ul {
    height: 0px;
    overflow: hidden;
}

#xs-menu.xs-menu-main .drop-mobile + ul {
    box-shadow: 0 1px 0 0 #6d3d67;
}

#xs-menu .drop-mobile + ul > li {
    border: 0px;
    border-top: 1px solid #b66273;
    background: #fff4e1;
    color: #b66273;
    border-bottom: 0px;
    margin-bottom: -1px;
}

#xs-menu.xs-menu-main .drop-mobile + ul > li {
    border-top: 1px solid #6d3d67;
}

#xs-menu.xs-menu-main .drop-mobile + ul > li a {
    color: #b66273;
}

#canvas {
    opacity: 1;
    z-index: 9;
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
}

header > div {
    display: table;
    height: 110px;
}

header > div > div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.logo {
    width: 163px;
    font-size: 26px;
    line-height: 23px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
}

.logo-first {
    font-weight: 700;
    letter-spacing: .05em;
    color: #b66273;
}

.nav-sm {
    display: none;
}

.main-header .logo-first {
    color: #fff;
}

.logo-second {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #d0b58b;
}

.logo-second span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.main-header .logo-second {
    color: #fff;
}

.top-nav {
    margin: 0;
}

.top-nav >li>a,
.top-nav .dropdown a {
    font-size: 14px;
    font-weight: 700;
    color: #b66273;
    text-transform: uppercase;
    display: block;
    padding: 3px 20px;
    border-radius: 18px;
    border: 2px solid transparent;
    -webkit-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s;
}

.main-header .top-nav>li>a,
.main-header .top-nav .dropdown > a {
    color: #fff;
}

.main-header .top-nav>li>a:hover,
.main-header .top-nav>li>a.active,
.main-header .top-nav .dropdown > a:hover {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.top-nav>li> a:hover,
.top-nav>li> a.active,
.top-nav .dropdown > a:hover {
    text-decoration: none;
    color: #fff3df;
    background: #b66273;
}

.main-header .top-nav>li> a:hover,
.main-header .top-nav .dropdown > a:hover {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

header .top-nav {
    position: relative;
}

header .top-nav .dropdown {
    position: static;
}

.top-nav .dropdown > a {
    position: relative;
}

.top-nav .dropdown>a:before {
    content: '';
    position: absolute;
    bottom: -6px;
    display: block;
    height: 6px;
    width: 6px;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    background: #b66273;
}

.main-header .top-nav .dropdown>a:before {
    background: #fff;
}

.top-nav .dropdown-menu {
    width: 100%;
    margin: 0 auto;
    background: transparent;
    box-shadow: none;
    border: none;
    opacity: 0;
    margin-top: 0;
    padding-top: 8px;
    display: block;
    visibility: hidden;
    -webkit-transition: opacity .3s .0s, visibility .3s .0s;
    transition: opacity .3s .0s, visibility .3s .0s;
}

.dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s .1s, visibility .3s .1s;
    transition: opacity .3s .1s, visibility .3s .1s;
}

.top-nav .dropdown-menu li {
    display: inline-block;
}

.top-nav .dropdown-menu li > a {
    color: #B66273;
    text-transform: none;
    padding: 3px 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.top-nav .dropdown-menu li > a:hover,
.top-nav .dropdown-menu li > a.active,
.nav-lg .list-open .dropdown.open > a {
    text-decoration: none;
    color: #fff3df;
    background: #b66273;
}

.main-header .top-nav .dropdown-menu li > a:hover,
.main-header .top-nav .dropdown-menu li > a.active,
.main-header .nav-lg .list-open .dropdown > a {
    background: transparent;
    color: #fff;
}

.main-header .top-nav .dropdown-menu li > a {
    color: #fff;
}

#ul-top-nav>li>a {
    opacity: 1;
    -webkit-transition: border 0.3s ease 0s, opacity .3s, background-color .3s, color .3s;
    transition: border 0.3s ease, opacity .3s, background-color .3s, color .3s;
}

#ul-top-nav.list-open>li>a {
    opacity: .5;
}

#ul-top-nav.list-open>li.open>a {
    opacity: 1;
}

.nav-lg .top-nav {
    -webkit-transition: margin-top .3s ease;
    transition: margin-top .3s ease;
}

.nav-lg .list-open {
    margin-top: -33px;
}

.nav-lg .list-open .dropdown-menu {
    display: block;
}

.list-open>li>a {
    opacity: .5;
}

.main-header .nav-lg .list-open .dropdown.open > a {
    border-color: #fff;
}

.main-header .top-nav .dropdown-menu li > a:hover {
    border-color: #fff;
}

.call-us {
    color: #d0b58b;
    text-transform: uppercase;
    font-size: 14px;
}

.main-header .call-us {
    color: #fff;
}

.call-us .call {
    font-weight: 700;
}

.try-now {
    height: 615px;
    position: relative;
    color: #fff;
    /*margin-top: -30px; */
}

.try-now .container {
    position: relative;
    z-index: 6;
    height: 100%;
}

.try-now .item {
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.try-now .item:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    left: 0;
    background: -webkit-linear-gradient(55deg, rgba(109, 61, 103, 1) 0%, rgba(109, 61, 103, 0) 65%, rgba(109, 61, 103, 0) 100%);
    background: -webkit-linear-gradient(35deg, rgba(109, 61, 103, 1) 0%, rgba(109, 61, 103, 0) 65%, rgba(109, 61, 103, 0) 100%);
    background: linear-gradient(55deg, rgba(109, 61, 103, 1) 0%, rgba(109, 61, 103, 0) 65%, rgba(109, 61, 103, 0) 100%);
}

#carousel.try-now .item:after {
    background: -webkit-linear-gradient(90deg, rgba(109, 61, 103, 0) 0%, rgba(109, 61, 103, .7) 50%, rgba(109, 61, 103, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(109, 61, 103, 0) 0%, rgba(109, 61, 103, .7) 50%, rgba(109, 61, 103, 0) 100%);
    background: linear-gradient(90deg, rgba(109, 61, 103, 0) 0%, rgba(109, 61, 103, .7) 50%, rgba(109, 61, 103, 0) 100%);
}

#carousel1 .item1,
#carousel2 .item1 {
    background-image: url(../images/slider-image1.jpg);
}

#carousel1 .item2,
#carousel2 .item2 {
    background-image: url(../images/slider-image2.jpg);
}

#carousel1 .item3,
#carousel2 .item3 {
    background-image: url(../images/slider-image3.jpg);
}

#carousel .item1 {
    background-image: url(../images/how-image1.jpg);
}

#carousel .item2 {
    background-image: url(../images/how-image2.jpg);
}

#carousel .item3 {
    background-image: url(../images/how-image3.jpg);
}

#carousel .item4 {
    background-image: url(../images/how-image4.jpg);
}

.menu-carus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.menu-carus ul {
    text-align: center;
    position: relative;
    top: 50%;
    margin: 0 auto;
}

.menu-carus ul:before {
    content: "";
    width: 5px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 15px auto 30px;
    position: relative;
    border-radius: 10px;
    -webkit-transition: width .3s, height .3s;
    transition: width .3s, height .3s
}

.menu-carus ul.active:before {
    width: 60px;
    height: 3px;
}

.menu-carus ul li {
    display: inline-block;
    list-style: none;
}

.menu-carus ul li a {
    color: #fff;
    font-family: 'Montserrat';
    padding: 6px 18px;
    margin: 0 5px;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.menu-carus ul li a:hover,
.menu-carus ul li a.active {
    background-color: #fff;
    color: #6d3d67
}

.menu-carus .set {
    position: absolute !important;
    color: #fff;
    width: 100% !important;
    text-align: center;
    top: 41.5%;
    opacity: 0;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 26px;
    padding: 0;
    -webkit-transition: top .5s ease, opacity .5s ease;
    transition: top .5s ease, opacity .5s ease
}

.menu-carus .set.active {
    opacity: 1;
    top: 43%;
}

.try-now .container .banner {
    position: absolute;
    bottom: 142px;
    color: #fff;
    font-size: 35px;
    line-height: 20px;
    font-weight: 400;
    -webkit-transition: opacity .8s ease-out, margin-left .8s ease-out;
    transition: opacity .8s ease-out, margin-left .8s ease-out;
}

.try-now .container .banner h1 {
    font-size: 40px;
    font-weight: 700;
}

.index-page .try-now .container .banner {
    margin-left: 25px;
    opacity: 0;
}

.index-page .try-now .active .container .banner {
    margin-left: 0;
    opacity: 1;
}

.try-now .container a {
    position: absolute;
    bottom: 57px;
    min-width: 250px;
    -webkit-transition: opacity 1.5s, background .3s, color .3s;
    transition: opacity 1.5s, background .3s, color .3s;
}

.index-page .try-now .container a {
    opacity: 0;
}

.index-page .try-now .active .container a {
    opacity: 1;
}

.try-now .container a:hover,
.try-now .container a:focus {
    color: #b66273;
}

.try-now .carousel-inner {
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 5;
}

.try-now .carousel-inner img {
    width: 100%;
}

.try-now .carousel-indicators {
    right: 30px;
    top: 320px;
    left: auto;
    margin: 0;
    width: auto;
}

.try-now .carousel-indicators li {
    display: block;
    margin-bottom: 10px;
    height: 12px;
    width: 12px;
}

.features {
    background: #fff4e1;
}

.features h2 {
    color: #d0b58b;
    text-align: center;
    margin: 60px auto 15px;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.features ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    margin-bottom: 70px;
    list-style-type: none;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    position: relative;
}

.features ul:before {
    position: absolute;
    display: block;
    content: '';
    width: 3px;
    height: 60px;
    border-radius: 1px;
    background: #d0b58b;
    top: 50%;
    left: 50%;
    margin-left: -1.5px;
    margin-top: -30px;
}

.features ul > li {
    padding: 0 110px;
    color: #50432f;
    margin-bottom: 15px;
    position: relative;
}

.features ul > li:before {
    content: '';
    display: block;
    position: absolute;
    left: 88px;
    top: 7px;
    border-radius: 50%;
    background: #d0b58b;
    height: 8px;
    width: 8px;
}

.features p {
    text-align: center;
    margin-bottom: 25px;
}

.features p > span {
    width: 100%;
    color: #c6ac83;
    font-size: 18px;
}

.place-order {
    color: #fff;
    background: #b66273;
}

.place-order h2 {
    font-weight: 700;
    margin-top: 55px;
    margin-bottom: 30px;
    font-size: 28px;
    text-align: center;
}

.place-order a {
    margin: 20px auto 55px;
    width: 235px;
    font-size: 14px;
    border-width: 2px;
}

.place-order a:hover,
.place-order a:focus {
    color: #b66273;
}

.links {
    color: #fff;
    text-align: center;
    background: #6d3d67;
    padding: 55px 0 65px;
}

.links p {
    font-size: 14px;
    margin: 20px auto 24px;
    max-width: 300px;
    font-weight: 100;
    font-family: Arial, Tahoma, Verdana, sans-serif;
}

.links a {
    border-width: 2px;
    width: 182px;
    margin: auto;
    font-size: 14px;
}

.links a:hover,
.links a:focus {
    color: #6d3d67;
}

.img-outside {
    height: 75px;
    background-image: url(../images/links_img.png);
    background-repeat: no-repeat;
}

.img-outside1 {
    background-position: 50% 0px;
}

.img-outside2 {
    background-position: 50% -96px;
}

.img-outside3 {
    background-position: 50% -185px;
}

footer {
    background: #2f2234;
    color: #fff;
}

footer > div {
    display: table;
    height: 97px;
}

footer > div > div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

footer a {
    color: #fff;
}

.to-chat a {
    display: block;
    height: 45px;
    padding-left: 50px;
    padding-top: 2px;
    margin-top: 13px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 100px;
    font-size: 12px;
    background: url(../images/to-chat.png) 0 5px no-repeat;
}

.to-chat a:hover {
    color: #fff;
    background-position: 0 -52px;
    -webkit-transition: none;
    transition: none;
}

.to-chat a:focus {
    color: #fff;
}

.footer-nav ul {
    float: right;
    margin: 0;
}

.footer-nav li {
    margin-left: 60px;
}

.footer-nav li > a {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.footer-nav li > a:hover,
.footer-nav li > a:focus {
    color: #fff;
    text-decoration: underline;
}

.footer-bot {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 12px;
}

.copyright {
    padding-left: 45px;
    background: url(../images/small-logo.png) 0 50% no-repeat;
    max-width: 300px;
    padding-top: 2px;
}

.payments {
    text-align: right;
}

.payments.reverse {
    text-align: left;
    display: inline-block;
    margin-bottom: 20px;
}

.payments ul {
    margin: 0;
    display: inline-block;
}

.payments li {
    height: 17px;
}

.payments li > a {
    display: block;
    width: 41px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url(../images/pay.png);
    position: relative;
    border-radius: 2px;
}

.payments li > a:before {
    content: '';
    position: absolute;
    display: block;
    height: 0%;
    width: 100%;
    top: 100%;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    background-image: url(../images/pay.png);
    overflow: hidden;
}

.payments li > a:hover:before {
    height: 100%;
    top: 0;
    border-radius: 2px;
}

.pay-visa {
    background-position: 0px 0px;
}

.pay-visa:before {
    background-position: 0px -25px;
}

.reverse .pay-visa {
    background-position: 0px -50px;
}

.pay-master-card {
    background-position: -41px 0px;
}

.pay-master-card:before {
    background-position: -41px -25px;
}

.reverse .pay-master-card {
    background-position: -41px -50px;
}

.pay-paypal {
    background-position: -82px 0px;
}

.pay-paypal:before {
    background-position: -82px -25px;
}

.reverse .pay-paypal {
    background-position: -82px -50px;
}

.pay-amex {
    background-position: -123px 0px;
}

.pay-amex:before {
    background-position: -123px -25px;
}

.reverse .pay-amex {
    background-position: -123px -50px;
}

.main-content {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    padding-top: 60px;
}

.main-content form > div:not(.clearfix) {
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.rc-anchor-light {
    border: none !important;
    background: transparent !important;
}

.rc-anchor {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.main-content form > .clearfix {
    position: static;
}

.main-content form label {
    display: block;
    text-align: right;
    font-weight: 500;
    padding-top: 21px;
    font-size: 18px;
    color: #2f2234;
}

.autocomplete-links {
    padding-top: 15px;
}

.link-circle {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-repeat: no-repeat;
    background-image: url(../images/circle-sprite.png);
    margin-right: 5px;
    margin-left: 5px;
    background-color: #cbc8cc;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    border-radius: 50%;
}

.circle-fb {
    background-position: 0px 0px;
}

.circle-tw {
    background-position: -36px 0px;
}

.circle-gp {
    background-position: -72px 0px;
}

.circle-in {
    background-position: -108px 0px;
}

.circle-fb:hover,
.circle-fb.active {
    background-color: #3e5b98;
}

.circle-tw:hover,
.circle-tw.active {
    background-color: #4da7de;
}

.circle-gp:hover,
.circle-gp.active {
    background-color: #d93e2d;
}

.circle-in:hover,
.circle-in.active {
    background-color: #3371b7;
}

.main-content form>div>input[type="text"],
.main-content form input[type="tel"],
.main-content form input[type="password"],
.main-content form .dropdown,
.main-content form textarea {
    border: none;
    background-color: transparent;
    text-align: left;
    border-bottom: 1px solid #2f2234;
    padding: 6px 10px 7px;
    margin-top: 14px;
    width: 301px;
    font-size: 18px;
    min-height: 30px;
    border-radius: 0px;
}

.main-content form #mobile-number {
    margin-top: 0;
}

.main-content.order-main form input[type="text"],
.main-content.order-main form input[type="tel"],
.main-content.order-main form input[type="password"],
.main-content.order-main form .dropdown,
.main-content.order-main form textarea {
    width: 100%;
    max-width: 480px;
}

.main-content form>div>input[type="text"]:focus,
.main-content form input[type="tel"]:focus,
.main-content form input[type="password"]:focus,
.main-content.order-main form input[type="text"]:focus,
.main-content.order-main form textarea:focus,
.dropdown.default-dropdown.open {
    outline: none;
    background-color: #fff4e1;
}

.like-checkbox {
    display: inline-block;
    height: 28px;
    width: 28px;
    border: #c2c2c2 2px solid;
}

.icon-bar {
    position: absolute;
    left: 320px;
    top: -4px;
    display: table;
    height: 80px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
}

.order-main .icon-bar {
    width: 100%;
    height: 0px;
    max-width: 500px;
    left: 0;
}

.icon-bar > div {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    right: -22px;
}

.icon-bar > div:first-child {
    margin-top: 30px;
}

.icon-info {
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    background-image: url(../images/icon-info-sprite.png);
    margin-left: 18px;
    border-radius: 50%;
}

.default .icon-info {
    background-position: 0px 0px;
}

.default .sup-message,
.from-fb .sup-message,
.from-tw .sup-message,
.from-in .sup-message,
.from-gp .sup-message,
.valid .sup-message {
    display: none;
}

.invalid .icon-info {
    background-position: -36px 0px;
}

.valid .icon-info {
    background-position: -18px 0px;
}

.from-fb .icon-info {
    background-position: -54px 0px;
}

.from-tw .icon-info {
    background-position: -108px 0px;
}

.from-in .icon-info {
    background-position: -90px 0px;
}

.from-gp .icon-info {
    background-position: -72px 0px;
}

.sup-message {
    padding: 12px 17px;
    border: 1px solid;
    border-radius: 9px;
    width: 195px;
    margin-left: 17px;
    font-size: 12px;
    position: absolute;
    top: 10px;
    background: #fff;
    font-weight: 400;
    z-index: 8;
}

.default .sup-message {
    color: #34353e;
    border-color: #cccccf;
}

.from-fb .sup-message {
    color: #3e5b98;
    border-color: #3e5b98;
}

.from-gp .sup-message {
    color: #d93e2d;
    border-color: #d93e2d;
}

.from-in .sup-message {
    color: #3371b7;
    border-color: #3371b7;
}

.from-tw .sup-message {
    color: #4da7de;
    border-color: #4da7de;
}

.invalid .sup-message {
    color: #d85959;
    border-color: #d85959;
    display: block !important;
}

.valid .sup-message {
    color: #519d4f;
    border-color: #519d4f;
}

.circle-left {
    position: absolute;
    left: -13px;
    border-radius: 50%;
    border: 1px solid;
    height: 6px;
    width: 6px;
    top: 26px;
}

.default .circle-left {
    border-color: #e0dee1;
}

.invalid .circle-left {
    border-color: #d85959;
}

.valid .circle-left {
    border-color: #519d4f;
}

#mobile-number {
    padding-left: 50px;
}

.intl-tel-input {
    width: 100%;
    height: 38px;
}

.intl-tel-input .flag-dropdown {
    height: 40px;
}

.to-submit {
    border-color: #2f2234;
    color: #2f2234;
    margin: 10px auto 70px;
    width: 160px;
    font-size: 14px;
    background: transparent;
    font-weight: 400;
    border-width: 2px;
    font-family: 'Montserrat';
}

.to-submit:hover {
    color: #fff;
    background: #2f2234;
}

.price-page {
    text-align: center;
}

.prices-list .container> p {
    font-size: 14px;
    text-align: left;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    margin-top: 65px;
    margin-bottom: 30px;
    color: #141519;
}

.set-order {
    /*    margin-left: 140px;*/
}

.select-type {
    display: inline-block;
    width: 242px;
    height: 28px;
    margin-left: 18px;
    padding-top: 11px;
}

.main-content form .dropdown-menu {
    width: 100%;
}

.main-content form .dropdown-menu> li {
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.default-dropdown > a {
    display: block;
    height: 28px;
    line-height: 25px;
    color: #3b3b3b;
    position: relative;
}

.dropdown-menu > li > a:focus {
    background-color: transparent;
}

.default-dropdown.open > a:before {
    background: transparent;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #2f2234;
}

.select-type > a {
    border-bottom: #2f2234 1px solid;
}

.select-type ul {
    top: 32px;
    width: 100%;
}

.select-type li {
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    cursor: pointer;
}

.settings > div {
    min-height: 40px;
    vertical-align: top;
}

.settings .icon-bar > div:first-child {
    margin-top: 7px;
}

.settings .icon-bar {
    height: 100%;
    top: 2px;
    left: 253px;
    z-index: 8;
}

.settings .icon-bar .icon-info {
    margin-left: 0;
}

.settings .sup-message {
    top: auto;
    bottom: 35px;
    background: #fff;
    left: -119px;
    text-align: left;
}

.settings .circle-left {
    top: auto;
    bottom: -11px;
    left: 46%;
}

.counter-outside {
    position: relative;
    text-align: left;
}

.counter-outside .icon-bar {
    left: 400px;
}

.counter-outside > div {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
}

.counter-outside label {
    margin-top: 7px;
}

.counter-outside .icon-bar .sup-message {
    bottom: 47px;
}

.words {
    font-size: 14px;
    font-family: "Raleway";
    font-weight: 100;
    min-width: 28px;
}

.main-content.order-main form .dropdown.select-date {
    width: 230px;
}

.counter {
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #000;
    text-align: center;
    font-size: 18px;
    font-family: "Raleway";
    font-weight: 100;
    clear: both;
    margin: 0 10px;
    overflow: hidden;
}

.counter > * {
    display: inline-block;
    height: 28px;
    float: left;
}

.counter a {
    width: 25px;
    color: #000;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
}

.counter a:hover {
    color: #fff;
    background: #2f2234;
}

.counter input[type="text"] {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    width: 62px !important;
    font-weight: 100;
    margin-top: 0;
    text-align: center;
    border-top: none;
    border-bottom: none;
    outline: none;
}

.order-table {
    margin-top: 30px;
    font-size: 14px;
    font-family: "Raleway";
    margin-right: auto;
    margin-left: auto;
    left: -75px;
    position: relative;
}

.order-table tr td:first-child {
    background: #fff;
    color: #5a525d;
    text-align: right;
    padding-right: 18px;
}

.order-table td,
.order-table th {
    height: 36px;
    text-align: center;
    width: 148px;
    border-right: #e0dee1 1px solid;
    border-collapse: collapse;
}

.order-table td:not(:first-child) {
    font-size: 18px;
    font-weight: 100;
}

.order-table tr:nth-child(2n+3) td:not(:first-child) {
    background: #f4f4f5;
}

.order-table th:not(:first-child) {
    background: #fff4e1;
    font-weight: 400;
}

.order-table th:first-child {
    text-align: right;
    padding-right: 18px;
    font-size: 18px;
    font-weight: 400;
}

.order-table td:not(:first-child):hover,
.order-table td.active {
    background: #2f2234 !important;
    color: #fff;
    cursor: pointer;
}

.prices-info {
    margin-bottom: 30px;
}

.prices-info b {
    font-size: 18px;
}

.prices-info span {
    white-space: nowrap;
}

.plz-read {
    font-size: 12px;
    font-style: italic;
    text-align: left;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    position: relative;
    display: inline-block;
    width: 60%;
    margin: -40px auto 80px;
}

.plz-read:before {
    content: "*";
    position: absolute;
    left: -10px;
}

.numpage:before,
.tserv:before,
.acadlvl:before,
.urgcy:before {
    background-image: url(../images/price-icons.png);
    display: inline-block;
    content: '';
    width: 22px;
    height: 20px;
    background-position: 0 0;
    margin: 5px 3px -4px 5px
}

.numpage:before {
    background-position: -44px 0;
}

.tserv:before {
    background-position: -22px 0;
}

.acadlvl:before {
    background-position: -66px 0;
}

.prices-list .a-transp {
    color: #2f2234;
    border: 2px solid #2f2234;
    font-weight: 400;
    width: 160px;
    font-size: 14px;
    margin: 40px auto 70px;
}

.prices-list .a-transp span {
    font-weight: bold;
}

.prices-list .a-transp:hover {
    color: #fff;
    background: #2f2234;
}

.one-time {
    background: #fff4e1;
    font-family: 'Montserrat';
}

.one-time h2 {
    color: #d0b58b;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 50px;
    font-weight: 700;
}

.one-time .container > p {
    font-size: 14px;
    color: #50432f;
    max-width: 780px;
    margin: 30px auto;
}

.discount-block {
    margin: 10px auto 50px;
}

.discount-block > p {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 25px;
    color: #50432f;
    max-width: 260px;
    margin: 25px auto;
}

.discount-img {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #d0b58b;
    border: 3px solid #d0b58b;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    margin: auto;
}

.disc-5 {
    height: 60px;
    width: 60px;
    margin: 5px auto;
    padding-top: 12px;
}

.disc-10 {
    height: 70px;
    width: 70px;
    padding-top: 17px;
}

.extra-features {
    background: #b66273;
    color: #fff;
    font-family: 'Montserrat';
}

.extra-features h2 {
    margin-top: 55px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.extra-features .container > p {
    max-width: 780px;
    margin: 35px auto 30px;
}

.extra-features .container > div {
    margin-top: 20px;
}

.extra-inside {
    margin-bottom: 50px;
}

.extra-inside > p {
    margin-top: 20px;
    text-transform: uppercase;
}

.like-radio {
    display: inline-block;
    font-size: 14px;
    padding: 4px 12px;
    color: #2f2234;
    border: 1px solid #2f2234;
    border-radius: 18px;
    margin-top: 18px;
    margin-right: 5px;
}

.reg-log-sw li a:hover,
.like-radio:hover,
.radio-switch:hover {
    background: #eee;
    color: #2f2234;
}

.like-radio.active,
.radio-switch.active,
.reg-log-sw li.active a {
    background: #2f2234;
    color: #fff;
}

.radio-outside .counter,
.radio-outside .words,
.radio-outside .radio-field {
    display: inline-block;
    height: 100%;
    float: left;
}

.order-main form .radio-outside {
    position: relative;
}

.radio-outside .counter {
    margin-top: 19px;
    margin-left: 0;
}

.radio-outside .words {
    padding-top: 23px;
    margin-left: 12px;
}

.radio-field {
    margin-top: 10px;
    margin-left: 50px;
}

.radio-field input,
.checkbox-field input {
    display: none;
}

.radio-field > span {
    display: inline-block;
    height: 20px;
    padding-left: 28px;
    cursor: pointer;
    position: relative;
}

.order-form .radio-field span span {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    border: 1px solid #2f2234;
    top: 2px;
    left: 6px;
    text-align: center;
    padding: 0;
}

.order-form .radio-field span span:before {
    content: '';
    background-color: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: background-color ease-out .2s;
    transition: background-color ease-out .2s;
}

.order-form .radio-field span.selected span:before {
    height: 8px;
    width: 8px;
    left: 2px;
    top: 2px;
    background: #2f2234;
}

.radio-outside .radio-field span.selected {
    background-position: 0px 3px;
}

.checkbox-field {
    margin-top: 24px;
}

.checkbox-field span {
    display: inline-block;
    height: 20px;
    font-size: 14px;
    padding-left: 25px;
    cursor: pointer;
    position: relative;
}

.checkbox-field span.selected {
    background-position: 0px -21px;
}

.checkbox-field span:before,
.checkbox-field span:after {
    position: absolute;
    width: 13px;
    z-index: 2;
    margin-top: -14px;
    top: 17px;
}

.checkbox-field span:before {
    content: '';
    height: 13px;
    border: 1px solid #2f2234;
    display: inline-block;
    margin-right: 10px;
    left: 1px;
    bottom: 2px;
}

.checkbox-field span:after {
    content: '';
    height: 6px;
    border-width: 0 0 0 0;
    border-style: solid;
    border-color: #2f2234;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 9px;
    left: 3px;
    opacity: 0;
    transition: border-width ease-out .1s, opacity .2s;
    -webkit-transition: border-width ease-out .2s, opacity .2s;
}

.checkbox-field span.selected:after {
    border-width: 0 0 2px 2px;
    opacity: 1;
}

.checkbox-field span .bottom-link {
    position: absolute;
    width: 1px;
    height: 11px;
    z-index: 5;
    top: 15px;
    left: 7px;
    background: #000;
}

.order-main form textarea {
    height: 110px;
    background: #f2f2f2;
}

.total-sum {
    padding-top: 24px;
}

.line-in-form {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    width: 780px;
    margin: auto;
}

.line-in-form.price-calc {
    margin-top: 10px;
}

.line-in-form:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 13px;
    height: 1px;
    background: #cbc8cc;
    z-index: 6;
    left: 0;
}

.line-in-form span {
    display: inline-block;
    color: #cccccf;
    border: 1px solid #cccccf;
    border-radius: 5px;
    position: relative;
    z-index: 7;
    background: #fff;
    text-transform: uppercase;
    font-size: 7px;
    padding: 0 10px;
}

.date-field a {
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    padding-left: 40px;
}

.birth-date a {
    background-position-y: 0px;
}

.deadline-date a {
    background-position-y: -50px;
}

.order-main form .payments {
    text-align: left;
    padding-top: 21px;
}

.order-main .payments a,
.profile-main .payments a {
    background-image: url(../images/order-pay.png);
    height: 29px;
    width: 47px;
}

.order-main .payments a.active:before {
    top: 0;
    height: 100%;
}

.profile-main .total-sum {
    font-size: 18px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-weight: 400;
}

.profile-main .total-sum span,
.profile-main .total-sum input {
    font-family: 'Raleway';
}

.profile-main .payments {
    border-bottom: 0px;
    margin-top: 22px;
    text-align: left;
}

.profile-main .payments ul {
    margin-left: 7px;
}

.profile-main .payments li {
    width: 54px;
    padding: 0;
}

.profile-main .payments li a {
    margin-top: 0;
}

.portmone {
    display: inline-block;
    border: 1px solid #2f2234;
    height: 30px;
    width: 48px;
    border-radius: 20px;
    margin-bottom: -11px;
    background: url(../images/balance.png) no-repeat 50% 3px;
    position: relative;
}

.portmone:before {
    content: '';
    position: absolute;
    display: block;
    height: 5px;
    width: 5px;
    border: 1px #2f2234 solid;
    border-radius: 50%;
    left: 50%;
    margin-left: -2.5px;
    bottom: -13px;
}

.profile-main .payments a:before {
    display: none;
}

.order-main .payments a.use-balance,
.order-details .payments a.use-balance {
    width: 208px;
    border-radius: 18px;
    border: 1px solid #2f2234;
    color: #2f2234;
    font-size: 14px;
    padding-left: 40px;
    background-image: url(../images/balance.png);
    background-position: 15px 3px;
    padding-top: 4px;
}

.order-main .payments a.use-balance:before,
.order-details .payments a.use-balance:before {
    display: none;
}

.order-main .payments a.use-balance:hover,
.order-details .payments a.use-balance:hover {
    background-position: 15px -37px;
    color: #fff;
    background-color: #2f2234;
}

.payments a.use-balance span {
    display: block;
    float: left;
    height: 100%;
}

.payments a.use-balance .balance {
    font-weight: 700;
    margin-left: 4px;
}

.order-main .payments a:before,
.order-details .payments a:before {
    background-image: url(../images/order-pay.png);
}

.order-main .pay-visa,
.profile-main .pay-visa,
.order-details .pay-visa {
    background-position: 0px 0px;
}

.order-main .pay-visa:before,
.order-details .pay-visa:before {
    background-position: 0px -39px;
}

.order-main .pay-master-card,
.profile-main .pay-master-card,
.order-details .pay-master-card {
    background-position: 0px -78px
}

.order-main .pay-master-card:before,
.order-details .pay-master-card:before {
    background-position: 0px -117px;
}

.order-main .pay-paypal,
.profile-main .pay-paypal,
.order-details .pay-paypal {
    background-position: 0px -156px;
}

.order-main .pay-paypal:before,
.order-details .pay-paypal:before {
    background-position: 0px -195px;
}

.order-main .pay-amex,
.profile-main .pay-amex,
.order-details .pay-amex {
    background-position: 0px -234px;
}

.order-main .pay-amex:before,
.order-details .pay-amex:before {
    background-position: 0px -273px;
}

.finish-buttons {
    text-align: center;
    margin: 25px auto 63px;
    font-family: 'Montserrat';
}

.finish-buttons a,
.finish-buttons button {
    display: inline-block;
    margin: 9px;
    border: #2f2234 2px solid;
    background: #fff;
    color: #2f2234;
    font-size: 14px;
    width: 160px;
}

.finish-buttons a:hover,
.finish-buttons button:hover {
    color: #fff;
    background: #2f2234;
}

.order-form .words {
    width: 82px;
}

.main-content .profile-form input[type="text"],
.main-content .profile-form .dropdown,
.main-content .profile-form textarea {
    width: 100%;
    max-width: 360px;
}

.profile-form .icon-bar {
    left: 380px;
}

.additional {
    background-image: url(../images/add-info.png);
}

.sex-choise,
.reg-log-sw {
    width: 160px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    margin-top: 21px;
}

.sex-choise a,
.reg-log-sw li a {
    display: inline-block;
    width: 50%;
    color: #2f2234;
    padding: 5px 10px;
    height: 100%;
    float: left;
    border: 1px solid #2f2234;
    border-collapse: collapse;
}

.sex-choise a:first-child,
.reg-log-sw li:first-child a {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.sex-choise a:last-of-type,
.reg-log-sw li:last-of-type a {
    margin-left: -1px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.reg-log-sw {
    display: table;
    margin: 0 auto;
    padding: 20px 0;
}

.reg-log-sw li {
    min-width: 160px;
    display: table-cell;
}

.reg-log-sw li a {
    width: 100%;
    white-space: pre
}

.profile-form .a-transp {
    display: block;
    width: 160px;
    font-size: 14px;
    border: 2px solid #2f2234;
    color: #2f2234;
    background: transparent;
    margin: 45px auto 70px;
}

.profile-form .a-transp:hover {
    color: #fff;
    background: #2f2234;
}

.text-page {
    color: #2f2234;
}

.text-page p,
.text-page ul li {
    font-family: Arial, Tahoma, Verdana, sans-serif;
}

.how-work p {
    display: block;
    float: left;
    padding-left: 50px;
    padding-right: 20px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.how-work p:nth-of-type(2n+1) {
    clear: both;
}

.how-work p + .payments {
    padding-left: 45px;
}

.how-work p>span {
    position: absolute;
    left: 0;
    top: 0;
}

.how-work p>span:before {
    font-size: 36px;
    color: #d0b58b;
}

.text-top > div {
    padding-bottom: 80px;
}

.text-top h1 {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 28px;
}

.text-top p {
    font-size: 14px;
    margin-top: 32px;
}

.text-low > div {
    padding: 50px 0 60px;
}

.text-low h2 {
    font-size: 18px;
    text-transform: uppercase;
}

.text-low p {
    margin-top: 25px;
}

.text-list h3 {
    font-family: 'Pacifico';
    font-size: 22px;
}

.text-list ul {
    margin-top: 25px;
    font-size: 14px;
    list-style-type: circle;
}

.text-info {
    background: #fff4e1;
    color: #50432f;
    font-family: 'Raleway';
    text-align: right;
    margin-top: 20px;
}

.text-info > div {
    padding: 40px 0 32px;
}

.text-info h3 {
    font-size: 18px;
    font-weight: 300;
}

.text-info p {
    font-size: 14px;
    font-weight: 100;
    max-width: 770px;
    display: inline-block;
}

.text-button {
    text-align: center;
}

.text-button a {
    min-width: 180px;
    color: #3d3142;
    border: 2px solid #3d3142;
    font-size: 14px;
    padding: 10px 20px;
    margin: 35px auto 10px;
    display: inline-block;
    color: #3d3142;
}

.text-button a:hover {
    background: #3d3142;
    color: #fff;
    text-decoration: none !important;
}

.room-main .container {
    padding: 0;
}

.order-navigation {
    border-bottom: 1px solid #2f2234;
    margin-top: 80px;
}

.order-select {
    text-align: center;
    border-bottom: 0px;
    max-width: 780px;
    margin: 0 auto;
    font-family: 'Raleway';
}

.order-select > li {
    display: inline-block;
    width: 20%;
    float: left;
    font-size: 14px;
    height: 28px;
    margin: 0;
    padding: 0;
}

.order-select > li:first-of-type a {
    border-top-left-radius: 15px;
}

.order-select > li:last-of-type a {
    border-top-right-radius: 15px;
}

.order-select > li a {
    display: block;
    padding: 4px;
    color: #2f2234;
    font-weight: 100;
    border: 1px solid #2f2234;
    border-bottom: 0px;
    margin-left: -1px;
    padding-right: 15px;
}

.order-select > li a > span {
    position: relative;
}

.order-select > li.active a {
    background: #2f2234;
    color: #fff;
}

span.msg-counter {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 5px;
    min-width: 14px;
    padding: 1px 5px;
    min-width: 14px;
    font-size: 10px;
    color: #fff;
    background: #b66273;
    border-radius: 20px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
}

.order-list {
    color: #433b47;
}

.order-info {
    display: table;
    width: 100%;
    cursor: pointer;
    font-family: 'Raleway';
}

.order-list .order-info > div {
    display: table-cell;
    height: 68px;
    vertical-align: middle;
    margin-right: 40px;
    padding-left: 30px;
}

.order-list .order-info > div > span {
    text-overflow: ellipsis;
}

.single-order {
    margin-top: 18px;
    position: relative;
}

.single-order h4 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
}

.single-order.no-order {
    height: 74px;
    border: 1px dashed #2f2234;
    text-align: center;
    color: #2f2234;
    text-align: center;
    display: table;
    width: 100%;
}

.single-order.no-order .order-info {
    display: table-cell;
    vertical-align: middle;
    cursor: inherit;
}

.single-order.no-order a {
    color: #b66273;
}

.single-order.no-order a:hover {
    text-decoration: underline;
}

.order-completed {
    background: #e5f0e5;
    border: 3px solid #e5f0e5;
}

.order-in-progress {
    background: #fff4e1;
    border: 3px solid #fff4e1;
}

.order-accepted {
    background: #e5e5e5;
    border: 3px solid #e5e5e5;
}

.order-in-progress .order-status > div {
    color: #d0b58b;
    border-color: #d0b58b;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 12px;
    border-radius: 10px;
    padding: 2px 15px;
}

.order-unpaid {
    background: #f9e6e6;
    border: 3px solid #f9e6e6;
}

.order-unpaid .order-status > a {
    color: #fff;
    border-color: #d85959;
    background: #d85959;
    border-width: 2px;
    font-weight: bold;
}

.order-in-progress .order-status > div .days {
    font-family: Raleway;
    font-weight: 500;
    font-size: 18px;
}

.order-pick {
    padding-left: 28px;
    width: 72px;
}

.order-type {
    width: 260px;
}

.order-deadline {
    width: 220px;
}

.order-id {
    width: 100px;
}

.writer-id {
    width: 120px;
}

.order-price {
    width: 100px;
}

.msg-outside {
    width: 130px;
    text-align: center;
    padding-right: 10px;
}

.msg-outside > div {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 10px;
    min-height: 20px;
    padding-top: 2px;
    color: #2f2234;
    border: #2f2234 1px solid;
    border-radius: 10px;
    width: 85px;
    opacity: .25;
}

.msg-outside.msg-new > div {
    background: #b66273;
    color: #fff;
    border: 1px #b66273 solid;
    opacity: 1;
}

.order-status {
    width: 145px;
    padding-left: 20px;
}

.order-drop {
    text-align: center;
}

.order-drop > a {
    display: inline-block;
    height: 21px;
    width: 21px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #2f2234;
}

.order-drop > a span {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: #fff url(../images/show.png) no-repeat 50% 55%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.order-drop > a.opened span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.order-status > div,
.order-status > a {
    display: block;
    width: 108px;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
}

.order-completed .order-status > div {
    border-color: #519d4f;
    color: #519d4f;
    text-transform: capitalize;
}

.order-accepted .order-status > div {
    text-transform: capitalize;
    border-color: #2f2234;
    color: #2f2234;
}

.order-in-progress .order-status > div > div {
    display: inline-block;
    width: 48%;
}

.order-chat {
    overflow: hidden;
    height: 0px;
    background-color: #fff;
}

.order-details {
    background: #f4f4f5;
    text-align: center;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 12px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.order-details > a {
    color: #b66273;
    text-decoration: underline;
}

.details-list {
    text-align: left;
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

.details-list.opened {
    height: 106px;
}

.order-unpaid .details-list.opened {
    height: 58px;
}

.details-list > div {
    padding: 15px 0 25px 25px;
}

.details-list > div a {
    color: #b66273;
}

.chat-outside {
    background: #fff;
    padding: 50px 15px 55px;
}

.chat-outside > div {
    max-width: 780px;
    margin: auto;
    min-height: 360px;
}

.chat-outside .nav-tabs {
    max-width: 360px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: 'Raleway';
    margin: auto;
    border: 0px;
    margin-bottom: 15px;
}

.chat-outside .nav-tabs li {
    display: inline-block;
    width: 50%;
    height: 100%;
}

.chat-outside .msg-counter {
    margin-left: 2px;
}

.chat-outside .nav-tabs li a {
    padding: 0;
    color: #2f2234;
    display: block;
    height: 100%;
    margin: 0;
    padding-top: 4px;
    border-radius: 0px;
    border: 1px solid #2f2234;
}

.chat-outside .nav-tabs li:first-child a {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: -1px;
}

.chat-outside .nav-tabs li:last-child a {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-right: -1px;
}

.chat-outside .nav-tabs>li.active>a {
    background: #2f2234;
    color: #fff;
    border: 1px solid #2f2234;
}

.chat-outside .tab-content > div {
    margin-top: 15px;
    min-height: 326px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    position: relative;
}

.add-file {
    display: inline-block;
    height: 29px;
    width: 29px;
    background-image: url(../images/loadfile.png);
    background-position: 50% 7px;
    background-repeat: no-repeat;
    margin-right: 25px;
    border-radius: 50%;
    border: 1px solid #2f2234;
    margin-top: 6px;
    position: absolute;
    left: 8px;
}

.add-file:hover {
    background-position: 50% -37px;
    background-color: #2f2234;
}

.chat {
    padding-left: 55px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.chat,
.chat-holder {
    height: 290px;
    width: 100%;
    text-align: left;
}

.chat-holder {
    display: table-cell;
    vertical-align: bottom;
}

.chat .message {
    position: relative;
    width: 80%;
}

.chat .chat-holder > div:last-of-type,
.chat .chat-holder > div:last-of-type > div.msg-text {
    margin-bottom: 0;
}

.chat .message .msg-text {
    width: 540px;
    font-size: 14px;
    padding: 8px 12px;
    margin-bottom: 15px;
    border-radius: 7px;
    display: inline-block;
    position: relative;
}

.chat .message .msg-text:before {
    content: '';
    position: absolute;
    height: 6px;
    display: block;
    width: 6px;
    border-radius: 50%;
    top: 16px;
    background: inherit;
}

.chat .message-to .msg-text {
    margin-left: 40px;
    background: #fff4e1;
}

.chat .message-to .msg-text:before {
    right: -12px;
}

.chat .message-from .msg-text {
    margin-right: 40px;
}

.chat .message-from .msg-text {
    background: #f4f4f5;
}

.chat.to-support .message-to .msg-text {
    background: #e9f3f8;
}

.chat .message-from .msg-text:before {
    left: -12px;
}

.chat .new-msg .msg-text:before {
    background: #b66273 !important;
}

.chat .msg-date {
    font-size: 10px;
    color: #bebcbf;
    margin-left: 22px;
    position: absolute;
    top: 12px;
    left: 580px;
    width: 85px;
}

.chat .message-to .file {
    text-decoration: underline;
    color: #b66273;
}

.chat .message-to .file > span {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 6px;
    background: url(../images/loadfile.png) 50% 3px no-repeat;
}

.disabled .chat {
    text-align: center;
    display: inherit;
}

.disabled .chat .no-msg {
    background-color: #f4f4f5;
    padding: 5px 20px;
    display: inline-block;
    position: relative;
    top: 50%;
    border-radius: 100px;
    margin-left: -40px;
    margin-top: -5px;
}

.disabled .send-msg-block textarea,
.disabled .send-msg-block .add-file,
.disabled .send-msg-block .send-msg,
.disabled .send-msg-block .send-msg:hover,
.disabled .send-msg-block textarea:focus {
    background-color: #f4f4f5;
    border-color: #f4f4f5;
    cursor: not-allowed;
}

.disabled .send-msg-block .send-msg:hover {
    color: #2f2234;
}

.disabled .send-msg-block textarea,
.disabled .send-msg-block textarea:focus {
    border-color: inherit;
}

.disabled .send-msg-block .add-file:hover {
    background-position: 50% 7px;
}

.send-msg-block > * {
    display: inline-block;
    float: left;
}

.send-msg-block {
    position: absolute;
    padding: 0 105px 0 55px;
    width: 95%;
    margin-left: 0;
    margin-right: 0;
}

.send-msg-block.accept textarea,
.send-msg-block.accept textarea:focus {
    background-color: rgba(81, 157, 79, 0.15);
}

.send-msg-block.deny textarea,
.send-msg-block.deny textarea:focus {
    background-color: rgba(216, 89, 89, 0.15)
}

.chat-outside .send-msg-block textarea {
    -webkit-transition: background .5s;
    transition: background .5s;
}

.send-msg-block textarea + p {
    font-size: 10px;
    font-weight: bold;
    margin-top: 3px;
    opacity: 0;
    -webkit-transition: opacity .3s, color .3s;
    transition: opacity .3s, color .3s;
}

.send-msg-block textarea + p:before {
    content: '*';
    padding-right: 15px;
    -webkit-transition: padding .5s ease-out;
    transition: padding .5s ease-out;
}

.send-msg-block.deny textarea + p,
.send-msg-block.accept textarea + p {
    opacity: 1;
}

.send-msg-block.deny textarea + p:before,
.send-msg-block.accept textarea + p:before {
    padding-right: 3px;
}

.send-msg-block.accept textarea + p {
    color: #519d4f
}

.send-msg-block.deny textarea + p {
    color: #d85959
}

@-webkit-keyframes deny {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    20%,
    60% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    40%,
    80% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}

@keyframes deny {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    20%,
    60% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    40%,
    80% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}

.deny {
    -webkit-animation-duration: .65s;
    animation-duration: .65s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: deny;
    animation-name: deny;
}

.chat-outside textarea {
    display: inline-block;
    width: 100%;
    margin-right: 17px;
    border: 0px;
    border-bottom: 1px solid #2f2234;
    padding: 6px 16px;
    height: 36px;
    resize: none;
    max-height: 100px;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
}

.chat-outside textarea:focus {
    outline: none;
    background: #fff4e1;
}

.chat-outside .send-msg {
    display: inline-block;
    width: 80px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    font-family: 'Raleway';
    border: 1px solid #2f2234;
    color: #2f2234;
    background: #fff;
    text-align: center;
    padding-top: 5px;
    margin-top: 5px;
    position: absolute;
    right: 6px;
    ;
}

.chat-outside .send-msg:hover {
    color: #fff;
    background: #2f2234;
}

.your-balance {
    margin: 40px 0;
    text-align: right;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Raleway';
}

.your-balance span {
    font-weight: bold;
    margin-left: 25px;
}

footer .call-us {
    display: none;
}

.settings label {
    font-size: 18px;
    font-family: 'Raleway';
    font-weight: 400;
}

.has-value:hover {
    background: #fff4e1;
}

.default-dropdown .dropdown-menu> li ul li:before {
    content: '-';
}

.order-form .radio-field span {
    font-size: 14px;
}

.total-sum span {
    display: inline-block;
    margin: 0 10px 0 8px;
    font-size: 18px;
    font-weight: 700;
}

.profile-main form div.total-sum input[type="text"] {
    width: 110px;
    background: #fff;
    margin: 0 10px;
}

.order-details .payments {
    text-align: center;
}

.order-details .payments li a {
    background-image: url(../images/order-pay.png);
    height: 29px;
    width: 47px;
}

.choice {
    width: 100%;
}

.file-accept {
    margin: 0 auto 15px;
    height: 30px;
    width: 194px;
    position: relative;
    left: -2%;
}

.file-accept a {
    display: inline-block;
    float: left;
    height: 100%;
    width: 50%;
    border: 1px solid #2f2234;
    margin-left: -1px;
    font-family: 'Raleway';
    font-size: 14px;
    color: #2f2234;
    padding-top: 4px;
    position: relative;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.file-accept a span {
    position: absolute;
    height: 18px;
    width: 18px;
    border: #2f2234 1px solid;
    border-radius: 50%;
    top: 5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.file-accept .file-deny {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 21px;
}

.file-accept .file-deny:before,
.file-accept .file-deny:after {
    content: '';
    left: 14px;
    position: absolute;
    height: 10px;
    width: 2px;
    top: 9px;
    background: #2f2234;
    z-index: 3;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.file-accept .file-deny:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.file-accept .file-deny:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.file-accept .file-deny span {
    left: 6px;
}

.file-accept a:hover,
.file-accept a.active {
    color: #fff;
    background: #2f2234;
}

.file-accept .file-deny:hover span,
.file-accept .file-deny.active span {
    background: #d85959;
    border: 1px solid #d85959;
}

.file-accept .file-confirm {
    padding-right: 21px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.file-accept .file-confirm:before,
.file-accept .file-confirm:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    bottom: 9px;
    background: #2f2234;
    z-index: 3;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.file-accept .file-confirm:before {
    height: 14px;
    right: 9px;
    top: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.file-accept .file-confirm span {
    right: 6px;
}

.file-accept .file-confirm:hover span,
.file-accept .file-confirm.active span {
    background: #519d4f;
}

.file-accept .file-deny:hover:before,
.file-accept .file-deny:hover:after,
.file-accept .file-confirm:hover:before,
.file-accept .file-confirm:hover:after,
.file-accept .file-deny.active:before,
.file-accept .file-deny.active:after,
.file-accept .file-confirm.active:before,
.file-accept .file-confirm.active:after {
    background: #fff;
}

.file-accept .file-confirm:after {
    height: 7px;
    right: 15px;
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.file-accept .file-confirm.active {}

.rating {
    text-align: center;
    position: absolute;
    top: -2px;
    left: -5px;
    right: -5px;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    z-index: 3;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    visibility: hidden;
    -webkit-transition: visibility .3s, opacity .3s;
    transition: visibility .3s, opacity .3s;
}

.rating.active {
    visibility: visible;
    opacity: 1;
}

.rating p {
    position: absolute;
    font-size: 10px;
    top: 3px;
    right: 0;
    left: 0;
    text-align: center;
    direction: ltr;
    -webkit-transition: top .4s ease-out;
    transition: top .4s ease-out;
}

.rating.active p {
    top: -3px;
}

.rating span {
    font-family: 'icomoon';
    font-size: 24px;
    display: inline-block;
    position: relative;
    padding: 0 1px;
    margin-top: 0;
    -webkit-transition: margin-top .4s ease-out;
    transition: margin-top .4s ease-out;
}

.rating span:before {
    -webkit-transition: color .2s;
    transition: color .2s;
}

.rating.active span {
    margin-top: 6px;
}

.rating > span:hover,
.rating > span:hover ~ span,
.rating > span.active,
.rating > span.active ~ span {
    color: transparent;
}

.rating > span:hover:before,
.rating > span:hover ~ span:before,
.rating > span.active:before,
.rating > span.active ~ span:before {
    content: "\e608";
    position: absolute;
    left: 0;
    color: #519d4f;
    cursor: pointer
}

.rating:hover > span.active:before,
.rating:hover > span.active ~ span:before {
    content: "\e607"
}

.rating > span.active:hover:before,
.rating > span.active:hover ~ span:before,
.rating > span.active ~ span:hover:before,
.rating > span.active ~ span:hover ~ span:before,
.rating:hover > span:not([class='active']):hover:before,
.rating:hover > span:not([class='active']):hover ~ span:before {
    content: "\e608";
}

.arrow {
    display: inline-block;
    margin-top: 5px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #b66273;
    border-bottom: 0px;
}

.arrow.opened {
    border-top: 0px;
    border-bottom: 8px solid #b66273;
}

.send-msg-block {
    padding-bottom: 50px;
    margin-top: 15px;
}

.calendar {
    font-family: 'Raleway', Tahoma, Verdana, Arial, sans-serif;
    font-size: 0.9em;
    background-color: #EEE;
    color: #333;
    border: 1px solid #DDD;
    border-radius: 4px;
    padding: 0.2em;
    width: 20em;
}

.calendar .months {
    background-color: #2f2234;
    border-radius: 15px;
    color: #FFF;
    padding: 0.2em;
    text-align: center;
}

.calendar .prev-month,
.calendar .next-month {
    padding: 0;
}

.calendar .prev-month {
    float: left;
}

.calendar .next-month {
    float: right;
}

.calendar .current-month {
    margin: 0 auto;
}

.calendar .months .prev-month,
.calendar .months .next-month {
    background: #FFF;
    color: #2f2234;
    height: 15px;
    width: 15px;
    font-size: 10px;
    padding-top: 1px;
    margin-top: 2px;
    text-decoration: none;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}

.calendar .months .prev-month:hover,
.calendar .months .next-month:hover {
    background-color: #FDF5CE;
    color: #C77405;
}

.calendar table {
    border-collapse: collapse;
    padding: 0;
    font-size: 0.8em;
    width: 100%;
}

.calendar .prevMonth,
.calendar .nextMonth {
    color: #fff;
    position: relative;
}

.calendar .prevMonth:before,
.calendar .nextMonth:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    top: 3px;
}

.calendar .prevMonth:before {
    border-right: 4px solid #2f2234;
    left: 0px;
}

.calendar .nextMonth:before {
    border-left: 4px solid #2f2234;
    left: 1px;
}

.calendar th {
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    font-weight: 400;
}

.calendar td {
    text-align: right;
    padding: 2px 1px;
    width: 14.3%;
}

.calendar td span {
    display: block;
    color: #2f2234;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    background-color: #f2f2f2;
    border: 1px solid #CCC;
    border-radius: 15px;
    font-size: 12px;
    text-decoration: none;
    padding: 0.2em;
    cursor: pointer;
}

.calendar td span:hover {
    color: #C77405;
    background-color: #FDF5CE;
    border: 1px solid #FBCB09;
}

.calendar td.today span {
    background-color: #FFF;
    border: 1px solid #2f2234;
}

.select-date {
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    padding-left: 40px !important;
    background-position: 5px 5px;
}

.profile-main .line-in-form {
    margin-top: 15px;
}


/*select style*/

div.fancy-select {
    position: absolute;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    width: 100%;
    top: -1px;
    left: 0;
    text-align: left;
    font-family: 'Raleway', Tahoma, Verdana, Arial, sans-serif;
    border-bottom: 1px solid #333;
}

div.fancy-select.disabled {
    opacity: 0.5;
}

div.fancy-select select:focus + div.trigger.open {
    box-shadow: none;
}

div.fancy-select div.trigger {
    cursor: pointer;
    padding: 8px 24px 9px 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #333;
    color: #333;
    width: 100%;
    height: 38px;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
}

div.fancy-select div.trigger:after,
div.fancy-select div.trigger:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    top: 20px;
    right: 9px;
    border-top-color: #333
}

div.fancy-select div.trigger:before {
    border-width: 6px;
    right: 8px;
}

div.fancy-select div.trigger.open {
    background: #fff4e1;
    box-shadow: none;
}

div.fancy-select div.trigger.open:after {
    border-top-color: #fff4e1;
}

div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 38px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    font-size: 14px;
    max-height: 200px;
    overflow: auto;
    background: #fff;
    border: 1px solid #333;
    width: 100%;
    min-width: 200px;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
    visibility: visible;
    opacity: 1;
    transition: opacity 300ms ease-out, top 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 38px;
    transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 38px;
    transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
    padding: 5px 12px;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.hover,
div.fancy-select ul.options li.selected {
    background-color: #fff4e1
}

.or {
    width: 60px;
    right: 15px;
    top: -24px;
    position: absolute;
    text-align: center;
}

.or:after,
.or:before {
    display: inline-block;
}

.or:after {
    content: 'or';
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    position: relative;
    background-color: #fff;
    padding: 0 7px 0 8px;
    bottom: -17px;
}

.or:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.forgot {
    display: table;
    width: 100%;
    max-width: 480px;
    text-align: right;
    margin-top: 8px;
    margin-bottom: -14px;
    box-sizing: border-box;
    font-size: 14px;
}

.forgot a {
    color: #b66273;
    position: relative;
    margin-left: 15px;
}

.forgot a:hover {
    text-decoration: underline
}

.space {
    margin-top: 50px;
    margin-bottom: 90px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
}

.space h1 {
    margin-bottom: 20px;
    font-size: 28px;
}

.space h1,
.space h2,
.space h3,
.space .a-transp {
    font-family: 'Montserrat', sans-serif;
}

.space a {
    color: #b66273
}

.space a.a-transp {
    color: #3d3142;
}

.space a.a-transp:hover {
    color: #fff;
}

.space a:hover {
    text-decoration: underline
}

.space p {
    margin-top: 15px;
}

.space ul li {
    list-style: none;
    margin-left: 15px;
}

.space ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 5px;
    top: -3px;
    position: relative;
    background-color: #b66273;
    display: inline-block;
    border-radius: 50%;
}

#content h2.bg-color {
    background-color: #fff4e1;
    color: #50432f;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 500;
}

.policy .text-button {
    text-align: left;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    -o-column-gap: 10px;
    column-gap: 10px;
}

.policy .text-button a {
    margin: 0 10px 10px 0;
    font-size: 12px;
    width: 100%;
    border-color: #b66273;
    color: #b66273;
}

.policy .text-button a:hover {
    background-color: #b66273;
    color: #fff;
}

.connect {
    text-align: center;
}

.connect h3 {
    font-size: 18px;
    text-transform: uppercase
}

.connect > div {
    float: none;
    margin: 0 auto;
}

.call-contact,
.email,
.locate {
    margin: 25px 0
}

.call-contact .text-button a {
    margin-top: 10px;
    margin-right: 5px;
}

.maps-block {
    margin: 50px 0;
    text-align: center
}

.maps-block > div {
    margin-top: 20px;
}

.maps-block h2 {
    font-size: 22px;
}

.maps-block p {
    font-style: italic;
    font-size: 13px;
}

.maps-block #map_canvas,
.maps-block #map_canvas2 {
    display: inline-block;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    -webkit-transition: width .3s, border-radius .3s;
    transition: width .3s, border-radius .3s
}

.maps-block #map_canvas.active,
.maps-block #map_canvas2.active {
    border-radius: 5px;
    width: 100%;
}

#content.faq h2 {
    font-size: 16px;
    margin-bottom: 0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    position: relative;
}

#content.faq h2.bg-color:hover {
    background-color: #f5e1bd
}

#content.faq a.active h2 {
    background-color: #f5e1bd
}

#content.faq a.active + p {
    box-shadow: iside 3px 0 0 #f5e1bd;
}

#content.faq .container h2.bg-color:first-of-type,
#content.money .container h2.bg-color:first-of-type {
    margin-top: 25px;
}

#content.faq a h2:after {
    content: '';
    position: absolute;
    background: url(../images/show.png) center center no-repeat;
    width: 11px;
    height: 11px;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

#content.faq a.open h2:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq a.slide {
    color: #50432f;
    text-decoration: none;
}

.faq a.slide + p {
    display: none;
    overflow: hidden;
    margin: 0;
    padding: 20px;
    box-shadow: inset 0px 0px 0px 2px #fff;
    -webkit-transition: background-color .3s, box-shadow .3s;
    transition: background-color .3s, box-shadow .3s;
}

.faq a.slide.active + p {
    background-color: rgba(255, 244, 225, 1);
    box-shadow: inset 0px 0px 0px 2px #f5e1bd
}

.faq .qwes {
    margin-top: 20px;
}

.faq b {
    padding-top: 20px;
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
}

.faq p {
    font-family: Arial, Tahoma, Verdana, sans-serif;
}

.service h2 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 15px;
}

.service p,
.service ul li {
    font-family: Arial, Tahoma, Verdana, sans-serif;
}

.service .colums {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
}

.service .colums li:before {
    display: none;
}

.error-page {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.error-page h1 {
    font-size: 36px;
    font-weight: 700;
    color: #6d3d67
}

.error-page h1 span {
    color: #b66273
}

.error-page .error-img,
.error-page .error-img:after,
.error-page .error-img:before {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.error-page .error-img:after,
.error-page .error-img:before {
    content: '';
    left: 0;
    top: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

.error-page .error-img:after {
    background-image: url(../images/404.png);
    background-size: contain;
}

.error-page .error-img:before {
    background-image: url(../images/404-code.png);
    background-attachment: fixed;
}

.error-page p {
    padding: 0 20px;
}

.error-page p a {
    color: #b66273;
}

.error-page p a:hover {
    text-decoration: underline;
}

.tnx-msg {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.tnx-msg>div {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color: #519d4f;
    font-weight: 400;
    padding: 40px 20px;
}

.tnx-msg>div:before {
    content: '';
    width: 15px;
    height: 25px;
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: #519d4f;
    display: inline-block;
    margin-right: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.admin-panel {
    position: fixed;
    left: -270px;
    top: 0;
    width: 270px;
    height: 100%;
    background-color: #fff;
    z-index: 50;
    padding: 30px 10px;
    -webkit-transition: left .5s ease;
    transition: left .5s ease;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.admin-panel.active {
    left: 0
}

.adn-btn {
    content: '';
    width: 40px;
    height: 50px;
    right: -40px;
    top: 50%;
    margin-top: -25px;
    position: absolute;
    background-color: #fff;
    border-radius: 0 30px 30px 0;
    box-shadow: 6px 0 6px rgba(0, 0, 0, 0.08), 3px 0 3px rgba(0, 0, 0, 0.08), 1px 0 1px rgba(0, 0, 0, 0.08);
}

.adn-btn:after,
.adn-btn.active:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-width: 3px 3px 0 0;
    border-style: solid;
    border-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -8px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
}

.adn-btn.active:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -5px 0 0 -10px;
}

.adn-btn:hover {
    cursor: pointer;
}

.adn-btn:hover:after {
    border-color: #d85959;
}

.admin-panel li {
    list-style: none;
}

.admin-panel a {
    color: #333;
    padding: 5px 15px;
    display: inline-block;
    width: 100%
}

.admin-panel a:hover,
.admin-panel a.active {
    color: #d85959;
}

.verify {
    text-align: center;
    display: block;
    height: 53px;
    margin-top: -10px;
}

.verify:before,
.verify:after {
    content: '';
    width: 35%;
    height: 1px;
    background-color: #fff;
    opacity: .1;
    display: inline-block;
    position: absolute;
    margin-top: 27px;
}

.verify:before {
    left: 0;
    margin-top: 30px;
}

.verify:after {
    margin-top: -37px;
    right: 0;
}

.verify ul li {
    display: inline-block;
    margin: 5px 10px;
}

.verify ul li a {
    opacity: .3;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.verify ul li a:hover {
    opacity: 1
}

.place-order .container .features ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

.place-order .container .features ul:after,
.place-order .container .features ul:before {
    position: absolute;
    display: block;
    content: '';
    width: 3px;
    height: 60px;
    border-radius: 1px;
    background: #d0b58b;
    top: 50%;
    left: 33%;
    margin-left: -1.5px;
    margin-top: -30px;
}

.place-order .container .features ul:before {
    left: 66%;
}

@media(max-width:1600px) {
    .verify:before,
    .verify:after {
        width: 30%;
    }
}

@media(max-width:1199px) {
    .counter-outside .icon-bar {
        left: 410px;
    }
    .settings .sup-message {
        left: -207px;
        bottom: 144%;
    }
    .counter-outside .sup-message {
        bottom: 197%;
    }
    .settings .counter-outside {
        padding-left: 40px;
    }
    .settings .circle-left {
        left: 91%;
    }
    .set-order {
        margin-left: 79px;
    }
    .counter input[type="text"] {
        width: 48px;
    }
    .top-nav >li>a,
    .top-nav .dropdown a {
        padding: 3px 13px;
    }
    .top-nav .dropdown-menu li > a {
        padding: 3px 2px;
    }
    .order-page .sup-message {
        left: -204px;
        top: -49px;
    }
    .order-page .circle-left {
        left: 90%;
        top: auto;
        bottom: -14px;
    }
    .profile-main .sup-message {
        left: -137px;
        top: auto;
        bottom: 66px;
    }
    .profile-main .circle-left {
        left: 106px;
        top: auto;
        bottom: -13px;
    }
    .signup-form .sup-message {
        width: 185px;
    }
    .order-list .order-info > div {
        padding-left: 12px;
    }
    .order-list .order-info .order-drop {
        padding-right: 12px;
    }
    .policy .text-button {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
    }
    .order-table {
        left: -70px;
        ;
    }
    .verify:before,
    .verify:after {
        width: 26%;
    }
}

@media(max-width:991px) {
    header .call-us {
        display: none;
    }
    .top-nav >li>a,
    .top-nav .dropdown a {
        padding: 3px 11px
    }
    .features ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        background: none;
    }
    .features ul:before {
        display: none;
    }
    .links>div>div {
        margin-bottom: 70px;
        padding: 0;
    }
    .footer-nav li {
        margin-left: 30px;
    }
    .g-recaptcha > div > div {
        margin: auto !important;
    }
    .sup-message {
        left: -136px;
        bottom: -12px;
        top: auto;
    }
    .circle-left {
        left: 106px;
        top: auto;
        bottom: -13px;
    }
    .sex-outside {
        padding-top: 21px;
    }
    .sex-choise {
        margin: auto;
    }
    .chat .message .msg-text {
        width: 475px;
    }
    .chat .msg-date {
        left: 513px;
    }
    .set-order {
        margin-left: 0;
    }
    .counter input[type="text"] {
        width: 63px;
    }
    .counter-outside .icon-bar {
        left: 305px;
        top: 34px;
    }
    .counter-outside .counter,
    .counter-outside .words {
        margin-top: 3px;
    }
    .order-main .radio-field {
        width: 100%;
        margin-left: 0;
    }
    .radio-field > span {
        padding-left: 21px;
        margin: 0 10px;
    }
    .order-main .radio-field br {
        display: none;
    }
    .order-main .checkbox-field {
        text-align: left;
    }
    .order-form .payments ul {
        text-align: center;
    }
    .order-form .payments ul li {
        margin-bottom: 25px;
    }
    .profile-form .sup-message {
        left: -210px;
    }
    .profile-form .circle-left {
        left: 180px;
    }
    .text-page > section {
        padding: 0 10px;
    }
    .counter-outside {
        text-align: center;
    }
    .counter-outside > div:first-child {
        display: block;
    }
    footer .call-us {
        display: table-cell;
        color: #fff;
        padding-top: 5px;
        padding-left: 30px;
    }
    .top-nav .dropdown-menu li > a {
        margin-right: 0;
        font-size: 13px;
        padding: 3px 5px;
    }
    header .list-inline>li {
        padding: 0;
    }
    .links p {
        max-width: 220px;
    }
    .counter-outside label {
        margin-top: 0;
    }
    .main-content form > div:not(.clearfix) {
        max-width: 370px;
        margin: 0 auto 15px;
    }
    .order-list .order-info > div {
        padding-left: 20px;
    }
    .signup-form .sup-message {
        width: 195px;
    }
    .details-list .payments {
        margin: 15px auto 8px;
        padding: 0;
    }
    .details-list.opened {
        height: 212px;
    }
    .order-form .radio-field span span {
        left: 2px
    }
    .policy .text-button {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
    }
    .maps-block > div {
        margin-top: 50px;
    }
    .plz-read {
        width: 90%;
    }
    .verify {
        margin: 10px auto;
        height: 60px;
    }
    .verify:before,
    .verify:after {
        width: 23%;
    }
    .place-order .container .features ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
    .place-order .container .features ul:after,
    .place-order .container .features ul:before {
        display: none;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .logo {
        width: 20%
    }
    .nav-lg {
        width: 80%
    }
}

@media(max-width:767px) {
    .place-order .container .features ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .place-order .container .features ul li {
        padding: 0 40px;
        margin-left: 15%;
    }
    header {
        position: fixed;
    }
    header > .container {
        height: auto;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        width: 100%;
    }
    header .logo {
        margin: 0;
        height: 80px;
        width: 100%;
        display: block;
    }
    header .logo > a {
        margin-top: 17px;
        float: left;
        padding-left: 20px;
        display: block;
    }
    header .logo .logo-second {
        display: block;
    }
    header.main-header {
        background-color: #6d3d67;
    }
    #content {
        margin-top: 80px;
    }
    #content.space,
    #content.room-page {
        margin-top: 130px;
    }
    .nav-sm {
        display: inline-block;
        height: 100%;
        width: 80px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .nav-sm > a {
        display: block;
        height: 100%;
        width: 100%;
    }
    .nav-lg {
        display: none;
    }
    .features ul > li {
        padding: 0 40px;
    }
    .features ul > li:before {
        left: 20px;
    }
    .features h2 {
        margin-left: 40px;
    }
    .links {
        padding-bottom: 0;
    }
    footer .call-us {
        color: #fff;
        display: inline-block;
        width: 49%;
        float: left;
        height: 85px;
        padding-top: 20px;
    }
    .to-chat {
        display: inline-block;
        width: 49%;
        float: left;
    }
    footer > div,
    footer > div > div {
        display: block;
        text-align: center;
        height: auto;
    }
    .main-content .container {
        padding: 0;
    }
    .main-content form label,
    .main-content form > div {
        text-align: center;
    }
    .main-content form>div> input[type="text"],
    .main-content form>div> input[type="tel"],
    .main-content form>div> input[type="password"],
    .main-content form>div> .dropdown,
    .main-content form>div> textarea,
    .main-content form>div>input[type="text"],
    .main-content.order-main>div>input[type="text"],
    .main-content form input[type="tel"],
    .main-content.order-main form input[type="password"],
    .main-content.order-main form .dropdown,
    .main-content.order-main form textarea,
    .main-content .profile-form input[type="text"],
    .main-content .profile-form .dropdown,
    .main-content .profile-form textarea,
    .main-content.order-main form input[type="text"] {
        background-color: #fff4e1;
        width: 80%;
        margin: auto;
    }
    .profile-main form div.total-sum input[type="text"] {
        background-color: #fff4e1;
    }
    .main-content form #mobile-number {
        width: 100%
    }
    .main-content form>div> input[type="text"],
    .main-content form>div> input[type="tel"],
    .main-content form>div> input[type="password"],
    .main-content form>div> .dropdown,
    .main-content form>div> textarea,
    .main-content.order-main>div>input[type="text"],
    .main-content form input[type="tel"],
    .main-content.order-main form input[type="password"],
    .main-content.order-main form .dropdown,
    .main-content.order-main form textarea,
    .main-content .profile-form input[type="text"],
    .main-content .profile-form .dropdown,
    .main-content .profile-form textarea,
    .main-content form.signup-form input[type="text"],
    .main-content .intl-tel-input {
        margin-bottom: 40px;
    }
    .main-content form .autocomplete-links a {
        margin-bottom: 30px;
    }
    .signup-form .icon-bar,
    .order-main .icon-bar,
    .profile-form .icon-bar {
        top: -20px;
    }
    .intl-tel-input {
        margin-top: 0;
        width: 80%;
    }
    .main-content form > div:not(.clearfix) {
        width: 100%;
        margin: auto;
        padding: 0;
        float: none;
    }
    .sup-message {
        left: -209px;
    }
    .circle-left {
        right: 8px;
        left: auto;
    }
    .links p {
        max-width: 100%;
    }
    .to-chat a {
        margin: 20px auto;
    }
    .footer-nav ul {
        display: block;
        float: none;
        padding: 20px 0 5px;
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -o-column-count: 2;
        border-top: 1px solid #443949;
    }
    .footer-nav li {
        margin: 0;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    footer > div {
        padding: 0;
    }
    .payments {
        text-align: center;
        min-height: 60px;
        margin: 20px auto 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #443949;
    }
    .payments.reverse {
        border: none
    }
    .order-main form .payments {
        border-bottom: 0px;
    }
    .order-main form div.input-outside {
        margin-bottom: 40px;
    }
    .payments ul {
        margin-top: 20px;
    }
    .copyright {
        height: 60px;
        margin: 20px auto;
        text-align: left;
        padding-top: 21px;
        width: 200px;
    }
    .main-content form div.checkbox-field {
        text-align: left;
        padding-left: 15px;
    }
    .payments ul {
        text-align: center;
    }
    .payments ul li {
        margin-bottom: 30px;
    }
    .sex-outside {
        padding-top: 0;
    }
    .sex-choise {
        margin: 0 auto 40px;
    }
    .order-info {
        display: block;
        text-align: center;
    }
    .order-list .order-info>div {
        display: inline-block;
        margin-right: 0;
        padding: 0;
        padding-top: 10px;
        height: auto;
        vertical-align: top;
    }
    .order-type,
    .order-deadline,
    .msg-outside,
    .order-status,
    .order-id,
    .writer-id,
    .order-price {
        width: 49%;
    }
    .order-list .order-info .order-drop {
        position: absolute;
        left: 50%;
        width: 27px;
        height: 27px;
        background: inherit;
        margin-left: -14px;
        bottom: -16px;
        padding-top: 3px;
        border-radius: 50%;
        padding-right: 0;
    }
    .msg-outside > div {
        width: 60%;
        margin: 15px auto 0;
    }
    .order-status > * {
        margin: 10px auto 0;
    }
    .order-in-progress .order-status > div {
        margin-top: 0;
    }
    .chat-outside {
        padding: 50px 0;
    }
    .chat-outside textarea {
        width: 100%;
        margin-right: 0;
        border-radius: 0;
    }
    .order-unpaid .details-list.opened {
        height: 155px;
    }
    .details-list > div:not(.payments) {
        width: 50%;
        float: left;
    }
    .details-list .payments {
        border: 0px;
    }
    .details-list .payments label {
        display: block;
    }
    .details-list .payments ul li:last-of-type {
        display: block;
        margin: auto;
    }
    .details-list .payments ul li:last-of-type a {
        margin: auto;
    }
    .chat-outside .tab-content {
        position: relative;
    }
    .chat-outside .tab-content > div {
        text-align: center;
    }
    .send-msg-block {
        display: inline-block;
        margin-top: 15px;
    }
    .chat {
        padding-left: 10px;
        padding-right: 26px;
        position: relative;
        z-index: 5;
    }
    .add-file {
        margin-right: 3px;
    }
    .chat-outside .nav-tabs li a {
        font-size: 13px;
        padding-top: 5px;
        padding-right: 0;
    }
    .chat .message-to .msg-text {
        margin-left: 30px;
    }
    .chat .message-from .msg-text {
        margin-left: 10px;
    }
    .chat .message {
        width: 100%;
    }
    .chat .message .msg-text {
        width: 600px;
        padding-top: 30px;
    }
    .chat .msg-date {
        margin-left: 0;
    }
    .message-from .msg-date {
        left: 22px;
        top: 10px;
    }
    .message-to .msg-date {
        left: 42px;
    }
    .message-to .message .msg-text {
        margin-left: 10%;
    }
    .your-balance {
        padding-right: 25px;
    }
    .order-select {
        border: 0px;
        width: 100%;
        overflow: hidden;
        margin-left: 0;
        border-radius: 0px;
    }
    .order-select > li {
        display: block;
        float: none;
        height: auto;
        width: 100%;
        border-top: 1px solid #2f2234;
        margin: 0;
        float: left;
    }
    .order-select > li a {
        margin-left: 0;
        border: 0px;
        padding: 10px 0;
    }
    .order-select > li:first-of-type a {
        border-top-left-radius: 0px;
    }
    .order-select > li:last-of-type a {
        border-top-right-radius: 0px;
    }
    .order-table-xs {
        margin: auto;
        width: 100%;
        border-top: #e0dee1 1px solid;
    }
    .order-table-xs > div {
        border-bottom: #e0dee1 1px solid;
        height: 50px;
        padding-top: 14px;
    }
    .order-table-xs .level,
    .order-table-xs .price {
        display: inline-block;
        float: left;
        width: 50%;
    }
    .order-table-xs .price {
        cursor: pointer;
    }
    .order-table-xs .price.active {
        color: #fff;
        background: #2f2234;
    }
    .order-table-xs .terms {
        background: #fff4e1;
    }
    .order-table-xs .level {
        border-right: #e0dee1 1px solid;
    }
    .prices-list .container {
        padding: 0;
    }
    .prices-list .container> p {
        padding: 10px;
    }
    .settings > div {
        margin-bottom: 40px;
        text-align: center;
        display: inline-block;
        width: 300px;
    }
    .settings > div label {
        display: block;
        margin-bottom: 20px;
        padding-top: 5px;
    }
    .select-type {
        margin: 0;
    }
    .counter input[type="text"] {
        width: 64px;
    }
    .counter-outside label {
        margin-bottom: 15px;
    }
    .settings .icon-bar {
        left: 278px;
    }
    .counter-outside .icon-bar {
        left: 307px;
        top: 53px;
    }
    .settings .sup-message {
        left: -211px;
        bottom: 191%;
    }
    .settings .circle-left {
        bottom: -12px;
        left: 94%;
    }
    .main-content form label {
        padding-top: 5px;
        margin-bottom: 10px;
    }
    .footer-top,
    .footer-bot {
        padding: 0;
    }
    .radio-outside .counter,
    .radio-outside .words,
    .radio-outside .radio-field {
        float: none;
    }
    .radio-outside .words {
        margin-left: 0;
        top: -11px;
        position: relative
    }
    .radio-outside .counter {
        margin-top: 0;
    }
    .line-in-form {
        margin-bottom: 40px !important;
    }
    #select-acad-level,
    #content .main-content form > .acad-level {
        padding: 0 25px;
    }
    .acad-level {
        margin-bottom: 40px !important;
    }
    .profile-main .payments {
        text-align: center;
    }
    .profile-main .payments ul {
        margin-top: 0;
    }
    .order-info {
        padding-top: 50px;
        padding-bottom: 20px;
        background: inherit;
    }
    .single-order.no-order .order-info {
        padding: 0 15px;
        ;
    }
    .order-list .order-info .msg-outside {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        padding: 20px 0;
        z-index: 2;
    }
    .order-list .order-info .msg-outside div {
        width: 85px;
        margin-top: 0;
    }
    .order-price span {
        font-weight: 700;
    }
    .chat-outside .send-msg {
        width: 60px;
    }
    .chat-outside .nav-tabs .msg-counter {
        display: none;
    }
    .send-msg-block {
        position: relative;
        padding: 0 70px 0 40px;
        width: 90%;
        margin-left: 0;
        margin-right: 0;
    }
    .add-file {
        left: 0;
        position: absolute;
    }
    .chat-outside .send-msg {
        position: absolute;
        right: 0;
    }
    .order-navigation {
        margin-top: 20px;
    }
    .details-list > div {
        padding: 0 0 0 15px;
    }
    .main-content form input[type="tel"] {
        width: 100%;
    }
    .chat-outside .tab-pane:before {
        content: '';
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        width: 26px;
        background: url(../images/drag-texture.png);
        background-size: 50%;
        height: calc(100% - 56px);
        z-index: 10;
    }
    .country-list {
        min-width: 255px;
    }
    .country-list .country {
        text-align: left
    }
    .reg-log-sw {
        margin-bottom: 30px;
    }
    div.fancy-select div.trigger {
        background-color: #fff4e1
    }
    .or {
        position: relative;
        margin: 0 auto;
        padding-top: 30px;
        top: -50px;
        width: 150px;
        right: 0;
    }
    .forgot {
        text-align: center;
        top: -38px;
        position: relative;
        margin-bottom: -30px;
    }
    .forgot a {
        margin: 0 7px;
    }
    .like-radio {
        margin: 6px 2px
    }
    .icon-bar > div {
        right: 5px;
    }
    .sing-in .main-content {
        margin-top: 10px;
    }
    .chat-outside .nav-tabs {
        max-width: 290px;
    }
    .disabled .chat .no-msg {
        margin-left: 13px;
    }
    .how-work p {
        width: 100%;
        padding-right: 0;
    }
    .service .colums {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
    }
    .policy .text-button {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }
    .verify {
        margin: 10px auto;
        height: auto;
        border-width: 1px 0 1px 0;
        border-color: rgba(255, 255, 255, 0.10);
        border-style: solid;
        padding: 25px 0 22px;
        box-sizing: content-box;
    }
    .verify:before,
    .verify:after {
        display: none;
    }
    .verify ul li a {
        opacity: 1
    }
}

@media(max-width:700px) {
    .chat .message .msg-text {
        width: 500px;
    }
}

@media(max-width:600px) {
    .chat .message .msg-text {
        width: 400px;
    }
}

@media(max-width:500px) {
    .chat .message .msg-text {
        width: 300px;
    }
}

@media(max-width:420px) {
    .extra-inside {
        width: 100%;
    }
    .details-list.opened {
        height: 242px;
    }
    .reg-log-sw li {
        min-width: 145px;
    }
    .main-content form > div:not(.clearfix) {
        max-width: 100%;
    }
    .profile-form .icon-bar {
        left: 100%;
    }
    .icon-bar > div {
        right: 7px;
    }
    .service .colums {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }
    .chat .message .msg-text {
        width: 240px;
    }
}

@media(max-width:320px) {
    .chat .message .msg-text {
        width: 220px;
    }
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel {
    background-color: #6d3d67
}


/*Banner style*/

.bottom-banner {
    position: fixed;
    width: 100%;
    height: 130px;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-transform: translateY(91%);
    -ms-transform: translateY(91%);
    transform: translateY(91%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}

.bottom-banner:not(.active) {
    cursor: pointer;
}

.bottom-banner.active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.bottom-banner span {
    color: #fff;
    font-size: 33px;
    letter-spacing: -.03em;
    line-height: 40px;
    display: inline-block;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 400;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.35);
}

.bottom-banner span b {
    font-weight: 700;
    font-size: 1.2em;
}

.bottom-banner .a-transp {
    display: inline-block;
    position: relative;
    margin-left: 50px;
    top: -22px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.35);
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.35);
}

.bottom-banner .a-transp:hover {
    text-shadow: none;
}

.bottom-banner .banner-pic {
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 20px;
    box-shadow: 0 0 35px rgba(255, 255, 255, 0.35), 0 0 7px rgba(255, 255, 255, 0.35), 0 0 3px rgba(255, 255, 255, 0.35);
    -webkit-transition: box-shadow .5s ease, bottom .4s ease;
    transition: box-shadow .5s ease, bottom .4s ease;
}

.bottom-banner:hover .banner-pic {
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.5), 0 0 17px rgba(255, 255, 255, 0.5), 0 0 9px rgba(255, 255, 255, 0.5);
}

.bottom-banner:not(.active) .banner-pic:hover {
    bottom: 120px;
}

.bottom-banner .banner-close-btn {
    width: 37px;
    height: 37px;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: -17px;
    top: -58px;
    background-color: #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .7s ease;
    transition: transform .7s 0s ease;
}

.bottom-banner.active .banner-close-btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s .25s ease;
    transition: transform .4s .25s ease;
}

.bottom-banner .banner-close-btn:after,
.bottom-banner .banner-close-btn:before {
    content: '';
    width: 25px;
    height: 3px;
    top: 17px;
    left: 6px;
    border-radius: 3px;
    background-color: #5a525d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.bottom-banner .banner-close-btn:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bottom-banner.winter-sale {
    background: url(../images/winter-sale.jpg) center center no-repeat;
}

.bottom-banner.winter-sale .banner-pic {
    background: url(../images/winter-sale-pic.png) center center no-repeat;
}

footer.bottom-space {
    padding-bottom: 30px;
}

@media(max-width:1200px) {
    .bottom-banner span {
        font-size: 24px;
    }
}

@media(max-width:992px) {
    .bottom-banner {
        text-align: center;
        height: auto;
        -webkit-transform: translateY(81%);
        -ms-transform: translateY(81%);
        transform: translateY(81%);
    }
    .bottom-banner span {
        line-height: 45px;
        font-size: 30px;
        margin: 40px 15px;
        display: inline-block;
    }
    .bottom-banner .banner-pic {
        display: none;
    }
    .bottom-banner .banner-close-btn {
        top: 5px;
        right: 50%;
        margin-right: -17px;
        background-color: transparent;
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .bottom-banner:not(.active) .banner-close-btn:after,
    .bottom-banner:not(.active) .banner-close-btn:before {
        background-color: #fff;
        left: 3px;
        width: 19px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .bottom-banner:not(.active) .banner-close-btn:after {
        left: auto;
        right: 3px;
    }
    .bottom-banner.active .banner-close-btn {
        top: -17px;
        right: 40px;
        background-color: #fff;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .bottom-banner .a-transp {
        margin: 0 auto 40px;
        display: table;
    }
}

@media(max-width:420px) {
    .bottom-banner {
        -webkit-transform: translateY(85%);
        -ms-transform: translateY(85%);
        transform: translateY(85%);
    }
    .bottom-banner span {
        font-size: 22px;
        line-height: 35px;
        margin-top: 35px;
    }
    .bottom-banner .a-transp {
        margin-bottom: 15px;
    }
}