
.starIconTiny{
    width: 15px;
    height: auto;
}

.starIconSmall{
    width: 20px;
    height: auto;
}

.starIconMedium{
    width: 30px;
    height: auto;
}

.starIconMedium2{
    width: 25px;
    height: auto;
}

.starIconLarge{
    width: 40px;
    height: auto;
}

.reviewStarBlue{
    background-color: #415E81;
    margin-right: 3px;
    float: left;
    padding: 1px;
    border-radius: 3px;
    line-height: 1em;
}

.reviewStarGrey{
    background-color: #c2c2c2;
    margin-right: 3px;
    float: left;
    padding: 1px;
    border-radius: 3px;
    line-height: 1em;
}

.reviewStarTiny{
    width: 17px;
    height: 17px;
}

.reviewStarSmall{
    width: 22px;
    height: 22px;
}

.reviewStarMedium{
    width: 32px;
    height: 32px;
}

.reviewStarMedium2{
    width: 27px;
    height: 27px;
}

.reviewStarLarge{
    width: 42px;
    height: 42px;
}

.emailSenderForm{
    margin-left: 2em;
    margin-right: 5em;
}

#logoUploadSubmit {
    background-color: #213246;
    color: #fff;
}

#logoUploadInput {
    height: 50px;
    border: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.signup {
    background:#fff;
    max-width:500px;
    margin:0 auto;
    padding:1px 15px 15px 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.signup-footer {
    margin:0 auto;
    max-width:500px;
    padding-top:15px;
    font-size:11px;
}
.signup-footer p {
    text-align:center;
}

.login {
    background:#fff;
    max-width:350px;
    margin:0 auto;
    padding:1px 15px 15px 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.login-footer {
    margin:0 auto;
    max-width:350px;
    padding-top:15px;
    font-size:11px;
}
.login-footer p {
    text-align:center;
}

.error-field {
    border: 2px solid #e74c3c;
}
.error {
    color: #e74c3c;
}
.success {
    color: #5cb85c;
}

#admin_merchant_edit #left_table {
    padding-left: 6px;
}

#admin_merchant_edit .align_right {
    text-align: right;

}

#admin_merchant_edit {
    font-size: 13px !important;
    border: 1px solid black;
    padding: 10px;
}

.need_border {
    border: 1px solid black;
}

#admin_merchant_edit .no_padding {
    padding:0;
}

#admin_merchant_edit #left_div {
    width: 350px;
    height: 600px;
}

.border_bottom {
    border-bottom: 1px solid black;
}

#admin_merchant_edit .header {
    height: 30px;
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 7px;
}

.left_divs {
    border: 1px solid black;
    margin-top: 10px;

    width: 350px;
    height: 200px;
}

#admin_merchant_edit .avatar {
    margin-bottom: 5px;
}

.bold {
    font-weight: bold;
}



#right_div table {
    width: 350px;
}

#admin_merchant_edit .common_padding {
    padding-left: 10px;
    padding-right: 10px;
}

.table1 {
    width: 330px;
}

#admin_merchant_edit .right_text {
    padding-right: 10px;
    font-weight: 100;
}

#admin_merchant_edit .left2_div {
    height: 150px;
}

#admin_merchant_edit .last_left {
    height: 220px;
}

#admin_merchant_edit .bottom_margin {
    margin-bottom: 10px;
}

#right_div {
    margin-left: 5px;
    width: 230px;
}

#admin_merchant_edit #main_right_div {
    height: 580px;
    border: 1px solid black;
    margin-top: 10px;
    width: 710px;
    margin-left: 20px;
}

#admin_merchant_edit input , #admin_merchant_edit select , #admin_merchant_edit textarea{
    font-size: 12px;
}

#admin_merchant_edit .form_table tr td{
    padding-left: 5px;
    padding-right: 5px;
}

#admin_merchant_edit .need_padding {
    padding-top: 15px;
}

#right_div .first_row {
    width: inherit;
}

.planTitle{
    font: bold 16px/16px Arial,Helvetica,sans-serif;
    position: relative;
    width: 100%;
    top: 0;
    background-color: #F2F2F2;
    text-align: center;
    border: 1px solid #272727;
    border-right-width: 0;
}

.planTitle p{
    margin-top: 12px;
}

.priceTitle{
    position: absolute;
    display: block;
    /*height: 100px;*/
    width: 100%;
    text-align: center;
}

.subscribeButton{
    width: 100%;
    position: absolute;
    vertical-align : bottom;
    bottom: 0;
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    border-top-width: 2px;
    border-right-width: 0
}

#tablePlans{
    width:100%;
    table-layout:fixed;
    border: 1px solid black;
    margin-top: 0;
    clear: none;
    float: left;
}

#tablePlans td {
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
}

#tablePlans td{
    position: relative;
    padding: 0;
}

#tableTransactions{
    width:100%;
    table-layout:fixed;
    border: 1px solid black;
    border-collapse: inherit;
}

#tableTransactions td{
    border-collapse: inherit;
}

.priceText p{
    font-family:Arial;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#333333;

}

.priceText-high {
    margin-left: 10px;
    margin-top: 10px;
}

.priceText-bottom{
    margin-left: 10px;
    margin-top: 20px;
}

.priceText-high p{
    font-size:20px;
    line-height: 1.5;
}

.priceText-bottom p{
    font-size:16px;
    line-height: 1.5;
}

.priceTitle p{
    margin-top: 15px;
    font: bold 36px/36px Arial,Helvetica,sans-serif;
}

.subscribeButton .subscribe{
    background-color: #FFFFFF;
    font: 16px/16px Arial,Helvetica,sans-serif;
    border: 1px solid black;
    border-radius: 5px;
    display: block;
    margin: 5px auto;
    /*width: 230px;*/
    text-align: center;
    height: 35px;
}

.priceOptions p{
    font: bold 13px/13px Arial,Helvetica,sans-serif;
    font-style:normal;
    text-decoration:none;
    color:#333333;
    margin: 20px auto;
    margin-left: 10px;
}


.priceOptions{
    font: 13px/13px Arial,Helvetica,sans-serif;
    text-align: center;
    vertical-align: middle;
}

.currentPlan{
    font: 16px/16px Arial,Helvetica,sans-serif;
    margin: 5px auto;
    width: 230px;
    text-align: center;
    height: 35px;
}

.inputBlock{
    position: relative;
    float: right;
}

.input_1{
    border: 1px solid black;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    margin-left: 355px;
    align-content: stretch;
    width: 34%;
    border-right-width: 0;
}

.input_2{
    border: 1px solid black;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F2F2F2;
    float: left;
    align-content: stretch;
    width: 34%
}

.emailLink{
    font: 13px/13px Arial,Helvetica,sans-serif;
    font-weight:normal;
    font-style:italic;
    text-decoration:none;
    color:#333333;
}

.cancelSubs{
    font: 12px/12px Arial,Helvetica,sans-serif;
    font-weight:normal;
    font-style:normal;
    text-decoration:underline;
    color:#333333;
}

.titleBilling{
    font: bold 16px/16px Arial,Helvetica,sans-serif;
    font-style:normal;
    text-decoration:none;
    color:#333333;
}

.modalText{
    font: 14px/14px Arial,Helvetica,sans-serif;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#333333;
}

.modalText ul{
    padding-left: 15px;
}

.modalText li{
    padding-top: 3px;
    padding-bottom: 3px;
}

#u251{
    color: #000000;
    font-family: "Arial";
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    height: 30px;
    text-align: center;
    text-decoration: none;
    width: 197px;
}

#u252{
    color: #000000;
    font-family: "Arial";
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    height: 30px;
    text-align: center;
    text-decoration: none;
    width: 149px;
}

#chooseOption{
    margin: 10px;
}

#chooseOption hr{
    font: 13px/13px Arial,Helvetica,sans-serif;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#333333;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
    background-color: #333333;
}

#updateSubscr {
    color: #000000;
    font-family: "Arial";
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    height: 38px;
    left: 79px;
    text-align: center;
    text-decoration: none;
    width: 168px;
    margin-top: 10px;
    margin-right: 20px;
}

.u237 {
    color: #000000;
    font-family: "Arial";
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    height: 38px;
    left: 275px;
    text-align: center;
    text-decoration: none;
    width: 228px;
}

#u7{
    width: 115px;
    height: 25px;
    background: #FFFFFF;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    line-height: 4;
    margin-left: 50px;
}

.table-responsive a{
    color: #000000;
    text-decoration: underline;
}

.transaction_link{
    font: 13px/13px Arial,Helvetica,sans-serif;
    font-weight:normal;
    font-style:normal;
    color:#0000FF;
    text-decoration: underline;
}

.mostPopular{
    height: 45px;
    text-align: center;
    border: 1px solid black;
    display: inline-block;
    margin-left: 609px;
    margin-bottom: -1px;
    border-bottom-width: 0;
    width: 258px;
    background-color: #717171;
    margin-top: 50px;
    font: 16px/16px Arial,Helvetica,sans-serif;
    font-weight:normal;
    font-style:normal;
    color:#FFFFFF;
}

.priceOptions p{
    float: left;
}

.priceOptions .infCirc{
    width: 5%;
    display: inline;
    padding-bottom: 10px;
    margin-top: 7px;
    float: right;
    margin-right: 7px;
}

.chooseTerm{
    margin-top: 20px;
    width: 366px;
    display: block;
    margin-bottom: -30px;
}

@font-face {
    font-family: 'ProximaNova';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/proxima_nova_black.woff2') format('woff2'), url('../fonts/proxima_nova_black.woff') format('woff'), url('../fonts/proxima_nova_black.ttf') format('truetype');
}
@font-face {
    font-family: 'ProximaNova';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/proxima_nova_light.woff2') format('woff2'), url('../fonts/proxima_nova_light.woff') format('woff'), url('../fonts/proxima_nova_light.ttf') format('truetype');
}
@font-face {
    font-family: 'ProximaNova';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/proxima_nova_semibold.woff2') format('woff2'), url('../fonts/proxima_nova_semibold.woff') format('woff'), url('../fonts/proxima_nova_semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'ProximaNova';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/proxima_nova_bold.woff2') format('woff2'), url('../fonts/proxima_nova_bold.woff') format('woff'), url('../fonts/proxima_nova_bold.ttf') format('truetype');
}
@font-face {
    font-family: 'ProximaNova';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/proxima_nova_regular.woff2') format('woff2'), url('../fonts/proxima_nova_regular.woff') format('woff'), url('../fonts/proxima_nova_regular.ttf') format('truetype');
}
.dt {
    display: table;
}
.dt-r {
    display: table-row;
}
.dt-c {
    display: table-cell;
}
.main {
    font-family: ProximaNova;
}
.root {
    background-color: #eff3f9;
}
.content {
    padding-top: 70px;
}
.container-fluid {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}
.main {
    min-width: 320px;
}
.empty {
    display: inline-block;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
}
.logo {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    background-color: #111f31;
}
.logo a {
    display: block;
    padding: 18px 54px;
    transition: all 0.5s;
}
.btn:hover,
.btn:focus {
    opacity: 0.8;
}
header.header-smaller .logo a {
    padding: 8px 54px;
}
body .main .btn {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.2s;
}
body .main .btn-success {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #68ac3c;
}
header {
    height: 68px;
    background-color: #dce4f0;
    transition: all 0.5s;
    border-bottom: 1px #dce4f0 solid;
}
header.header-smaller {
    height: 49px;
    border-bottom: 1px solid #d7dfeb;
}
header.header-smaller .header-nav {
    padding-top: 8px;
    transition: all 0.5s;
}
header.header-smaller .header-nav a.btn {
    padding: 0;
    width: 155px;
}
.header-nav {
    float: right;
    padding-top: 10px;
}
.header-nav ul {
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-nav li {
    display: inline-block;
    vertical-align: middle;
}
.header-nav li.active a {
    text-shadow: 0px 0px 1px rgba(60, 80, 104, 0.5);
}
.header-nav a {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 35px;
    color: #3c5068;
    transition: all 0.2s;
}
.header-nav a:hover,
.header-nav a:focus {
    text-decoration: none;
    text-shadow: 0px 0px 1px rgba(60, 80, 104, 0.3);
}
.header-nav a.header-login:hover,
.header-nav a.header-login:focus {
    text-decoration: none;
    text-shadow: 0px 0px 1px rgba(120, 138, 160, 0.3);
}
.header-nav a.btn {
    font-size: 15px;
    width: 165px;
    margin-right: 0;
    margin-left: 39px;
    transition: all 0.5s;
}
a.header-login {
    position: relative;
    margin-right: 0;
    margin-left: 11px;
    color: #788aa0;
}
a.header-login:before {
    position: absolute;
    top: -2px;
    left: -25px;
    width: 1px;
    height: 25px;
    content: '';
    background-color: #a8b4c7;
}
.page-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 36px;
    padding-top: 45px;
    text-align: center;
    color: #111f31;
}
.page-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    padding-top: 6px;
    text-align: center;
    color: #788aa0;
}
.plan-free {
    display: block;
    max-width: 870px;
    margin: 33px auto 0;
    padding: 11px 0;
    border: 3px solid #a9b7c7;
    background-color: #fff;
}
.plan-free-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    float: left;
    padding: 21px 34px 20px 35px;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #333d49;
    border-right: 1px solid #a9b7c7;
}
.plan-free-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    float: left;
    padding: 9px 0 0 32px;
    color: #546981;
}
.plan-free-btn {
    float: right;
    padding: 7px 17px 0 0;
}
.plan-free-btn a {
    font-size: 16px;
    padding: 13px 43px;
}
.tarif {
    margin: 65px 0 0;
    padding-bottom: 31px;
}
.tarif-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    float: left;
    color: #3c5068;
}
.tarif-title span {
    font-weight: 700;
    color: #111f31;
}
.tarif-check {
    font-size: 0;
    float: right;
    overflow: hidden;
    width: 306px;
    height: 54px;
    margin-top: -2px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.tarif-check a {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    position: relative;
    display: inline-block;
    width: 50%;
    height: 100%;
    padding: 2px 0 0 45px;
    vertical-align: top;
    text-transform: uppercase;
    color: #91a2b7;
    background-color: #e1e6ed;
}
.tarif-check a:hover,
.tarif-check a:focus {
    opacity: 0.9;
}
.tarif-check a:after {
    position: absolute;
    top: 19px;
    left: 18px;
    width: 16px;
    height: 16px;
    content: '';
    background-image: url(../img/spritePricing.png);
    background-position: -94px -90px;
}
.tarif-check a span {
    display: inline-block;
    vertical-align: middle;
}
.tarif-check a span small {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}
.tarif-check a.active {
    color: #415e81;
    background-color: #bdc5cf;
}
.tarif-check a.active:after {
    width: 16px;
    height: 16px;
    background-image: url(../img/spritePricing.png);
    background-position: -110px -90px;
}
.tarif-check a:before {
    display: inline-block;
    visibility: hidden;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    content: '';
    vertical-align: middle;
}
.tarif-check a:hover,
.tarif-check a:focus {
    text-decoration: none;
}
.tarif-row {
    margin-top: 59px;
}
@media (min-width:480px) and (max-width:767px) {
    .tarif-row .col-sm-6 {
        width: 50%;
        float: left;
    }
}
.tarif-item {
    overflow: hidden;
    padding-bottom: 23px;
    text-align: center;
    border: 1px solid #c1c1c1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    transition: all 0.5s;
}
.tarif-item:focus,
.tarif-item:hover {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .5);
    box-shadow: 0 0 7px rgba(0, 0, 0, .5);
}
.tarif-item:focus .tarif-top,
.tarif-item:hover .tarif-top {
    background-color: #68ac3c;
}
.tarif-item:focus .tarif-item-subtitle,
.tarif-item:hover .tarif-item-subtitle {
    color: #fff;
}
.tarif-item:focus .tarif-price,
.tarif-item:hover .tarif-price {
    color: #68ac3c;
}
.tarif-item:focus .tarif-btn .btn-default,
.tarif-item:hover .tarif-btn .btn-default {
    background-color: #68ac3c;
}
.tarif-item-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    padding-top: 19px;
    text-transform: uppercase;
    color: #fff;
}
.tarif-item-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #9aaec7;
}
.tarif-price {
    font-size: 40px;
    font-weight: 700;
    line-height: 28px;
    padding-top: 35px;
    color: #394a60;
}
.tarif-price .tarif-price-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #788aa0;
}
.tarif-top {
    height: 102px;
    background-color: #415e81;
}
.tarif-btn {
    margin-top: 15px;
}
.tarif-btn .btn-default {
    font-size: 16px;
    padding: 13px 39px;
    border-color: transparent;
    background-color: #bdc5cf;
}
.tarif-bottom {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin: 28px 10px 0;
    padding-top: 18px;
    color: #969696;
    border-top: 1px solid #ededed;
}
.tarif-popular {
    font-size: 16px;
    font-weight: 900;
    line-height: 11px;
    position: absolute;
    top: -17px;
    right: 1px;
    width: 71px;
    height: 71px;
    padding-top: 26px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #f2b100;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 3px 0 rgba(0, 0, 0, .4);
    text-shadow: .5px .9px 0 rgba(0, 0, 0, .5);
}
.tarif-popular span {
    font-size: 10px;
    font-weight: 700;
}
.tarif-all {
    padding-bottom: 20px;
    text-align: center;
}
.tarif-all a {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #788aa0;
}
.tarif-all a:hover,
.tarif-all a:focus {
    text-decoration: none;
    text-shadow: 0 0 1px rgba(60, 80, 104, 0.5);
}
.tarif-all i {
    font-size: 19px;
    margin-top: 2px;
    color: #788aa0;
}
.question {
    padding-top: 12px;
    background-color: #fff;
}
.question .page-title {
    padding-bottom: 63px;
}
.question-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 11px;
    color: #68ac3c;
}
.question-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 31px;
    color: #565656;
}
.question-pay {
    font-size: 0;
    margin-top: 12px;
    margin-right: -55px;
    padding-bottom: 11px;
}
.question-pay-item {
    display: inline-block;
    margin-right: 27px;
    vertical-align: bottom;
}
.plans {
    padding-top: 17px;
    padding-bottom: 68px;
}
.plans-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    padding: 23px 19px 0;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #415e81;
}
.plans-table {
    width: 100%;
    table-layout: fixed;
}
.plans-table-title {
    table-layout: fixed;
    width: 100%;
    margin-top: 54px;
    border: 1px solid #c1c1c1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


.plans-table-title-item {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 18px 0 16px;
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    background-color: #415e81;
}
.plans-table-title-item:first-child {
    width: 281px;
    padding: 18px 10px 16px;
    text-align: left;
    border-left: 1px solid #c1c1c1;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.plans-table-title-item:last-child {
    border-right: 1px solid #c1c1c1;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.plans-table tr:nth-child(odd) {
    background-color: #eff3f9;
}
.plans-table td {
    font-size: 13px;
    font-weight: 600;
    line-height: 39px;
    position: relative;
    padding: 1px 0;
    text-align: center;
    white-space: nowrap;
    color: #394a60;
}
.td-tooltip {
    width: 15px;

}
.plans-table td .fa-info-circle {
    font-size: 16px;
    text-align: center;
    opacity: .3;
    color: #415e81;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    cursor: help;
}
.plans-table td i {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background-image: url(../img/spritePricing.png);
    background-position: -76px -90px;
}
.plans-table td:first-child {
    font-size: 14px;
    font-weight: 300;
    line-height: 39px;
    width: 265px;
    padding-left: 13px;
    text-align: left;
    letter-spacing: .5px;
    color: #444;
}
.plans-table-wrapper {
    margin-top: 2px;
    padding: 6px;
    border: 1px solid #c1c1c1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}
.plans-table .tooltip-inner {
    max-width: 300px;
    min-width: 200px;
    text-align: left;
    background-color: #415e81;
    padding: 5px 8px;
}
.plans-table .tooltip.top .tooltip-arrow {
    border-top-color: #415e81;

}

.start {
    padding: 33px 0 37px;
    text-align: center;
    background-color: #68ac3c;
}
.start i {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    opacity: .4;
    color: #fff;
}
.start-text {
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    display: inline-block;
    padding-right: 62px;
    text-align: left;
    vertical-align: middle;
    color: #fff;
}
.start-btn {
    display: inline-block;
    padding-left: 53px;
    vertical-align: middle;
}
.start-btn a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 44px;
    text-transform: uppercase;
    color: #68ac3c !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    transition: all 0.2s;
}
.start-btn a:hover,
.start-btn a:focus {
    text-decoration: none;
    opacity: 0.8;
}
.footer-nav {
    font-size: 0;
    padding: 35px 47px 60px;
    text-align: justify;
}
.footer-nav ul {
    display: inline-block;
    vertical-align: top;
}
.footer-nav-item {
    list-style-type: none;
}
.footer-nav-item a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #5a697b;
}
.footer-nav-social {
    display: inline-block;
    margin-right: 7px;
}
.footer-nav-social:last-child {
    margin-right: 0;
}
.footer-nav-social a {
    display: block;
    transition: 0.2s all;
}
.footer-nav-social a:hover {
    opacity: .8;
}
.footer-nav-social a.fb {
    width: 28px;
    height: 28px;
    background-image: url(../img/spritePricing.png);
    background-position: -71px -56px;
}
.footer-nav-social a.tw {
    width: 28px;
    height: 28px;
    background-image: url(../img/spritePricing.png);
    background-position: -28px -90px;
}
.footer-nav-social a.in {
    width: 28px;
    height: 28px;
    background-image: url(../img/spritePricing.png);
    background-position: 0 -90px;
}
.footer-nav-mobile {
    display: inline-block;
    margin-right: 4px;
}
.footer-nav-mobile:last-child {
    margin-right: 0;
}
.footer-nav-mobile a {
    display: block;
}
.footer-nav-mobile a:hover {
    opacity: .8;
}
.footer-nav-mobile a.ios {
    width: 36px;
    height: 33px;
    background-image: url(../img/spritePricing.png);
    background-position: -106px 0;
}
.footer-nav-mobile a.android {
    width: 36px;
    height: 33px;
    background-image: url(../img/spritePricing.png);
    background-position: -35px -56px;
}
.footer-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #3c5068;
    list-style-type: none;
}
.menu-toggle {
    display: none;
}
footer {
    background-color: #e3eaf4;
}
.reviews-top {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d4dde5;
    background-color: #fff;
}
.reviews-inner {
    overflow: hidden;
}
.reviews-logo {
    position: relative;
    float: left;
    width: 26%;
    padding: 44px 2% 49px 4.8%;
}
.reviews-logo:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 1000px;
    content: '';
    background-color: #a9b7c7;
}
.reviews-content {
    position: relative;
    float: left;
    width: 37%;
    padding: 4px 2% 0 4%;
}
.reviews-content-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 36px;
    color: #111f31;
}
.reviews-content-site a {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #788aa0;
}
.reviews-content-site span {
    font-size: 14px;
    font-weight: 400;
    color: #969696;
    line-height: 1;
    padding-bottom: 5px;
    display: block;
}
.reviews-content-item {
    display: inline-block;
    width: 35px;
    height: 34px;
    margin-right: 6px;
    vertical-align: middle;
    opacity: .4;
    background-image: url(../img/spritePricing.png);
    background-position: 0 -56px;
}
.reviews-content-item.active {
    opacity: 1;
}
.reviews-content-rating {
    font-size: 0;
    margin-top: 10px;
}
.reviews-content-res {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    display: inline-block;
    margin: 2px 0 0 9px;
    vertical-align: middle;
    color: #788aa0;
}
.reviews-content-res span {
    font-size: 22px;
    font-weight: 700;
    color: #68ac3c;
}
.reviews-content:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 1000px;
    content: '';
    background-color: #a9b7c7;
}
.reviews-content-count {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 16px;
    color: #415e81;
}
.reviews-rating {
    float: left;
    width: 37%;
    padding: 3px 0 0 27px;
}
.reviews-rating-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 3px;
    color: #68ac3c;
}
.reviews-rating-item {
    font-size: 0;
}
.reviews-rating-left {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    width: 65px;
    margin-top: 4px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #111f31;
}
.reviews-rating-right {
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
    color: #969696;
}
.reviews-rating-rail {
    display: inline-block;
    overflow: hidden;
    width: 219px;
    height: 7px;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #d0d7e0;
}
.reviews-rating-rail span {
    display: block;
    height: 7px;
    background-color: #68ac3c;
}
.reviews-all {
    float: left;
    width: 59.4%;
    margin-top: 16px;
    padding: 0 20px 71px;
}
.reviews-pane {
    font-size: 0;
    padding: 11px 0 16px;
    border: 3px solid #a9b7c7;
    background-color: #fff;
}
.reviews-pane-item {
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    display: inline-block;
    width: 33.33333%;
    height: 90px;
    padding-top: 21px;
    text-align: center;
    color: #111f31;
}
.reviews-pane-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: '';
    opacity: .5;
    background-color: #a9b7c7;
}
.reviews-pane-item:first-child:before {
    display: none;
}
.reviews-pane-item span {
    font-size: 19px;
    font-weight: 300;
    line-height: 40px;
    display: block;
    color: #546981;
}
.reviews-control {
    height: 48px;
    margin-top: 22px;
    padding: 1px;
    background-color: #415e81;
}
.reviews-search {
    position: relative;
    float: left;
    width: 310px;
    max-width: 100%;
}
.reviews-search input[type='search'] {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    padding: 0 17% 0 7%;
    color: #667d95;
    border: none;
    background-color: #203957;
}
.reviews-search button {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 45px;
    height: 46px;
    padding: 0;
    color: #738ca7;
    border: none;
    background: transparent;
    transition: all 0.2s;
}
.reviews-search button:hover {
    opacity: .8;
}
.reviews-search button:after {
    position: absolute;
    top: 10px;
    left: -1px;
    width: 1px;
    height: 26px;
    content: '';
    opacity: .5;
    background-color: #8fa1b9;
}
.reviews-sort {
    float: right;
    padding: 5px 10px 0 0;
}
.reviews-sort .reviews-sort-label {
    font-family: ProximaNova;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 2px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    float: left;
    margin-top: 6px;
}
.reviews-sort select {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding-right: 17px;
    cursor: pointer;
    color: #a2b4c6;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.reviews-sort select::-ms-expand {
    display: none;
}
.reviews-sort select option{
    color: #000;
}
.reviews-item {
    margin-bottom: 10px;
    padding: 15px 0 20px;
    background-color: #fff;
}
.reviews-item-inner {
    overflow: hidden;
}
.reviews-item-left {
    position: relative;
    float: left;
    width: 122px;
    padding-top: 14px;
    text-align: center;
}
.reviews-item-left:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 2000px;
    content: '';
    background-color: #dbe1e8;
}
.reviews-item-right {
    padding: 14px 32px 16px 156px;
}
.reviews-item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #111f31;
}
.reviews-item-verify {
    margin-top: 17px;
}
.reviews-item-verify i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/spritePricing.png);
    background-position: -56px -90px;
}
.reviews-item-verify span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: block;
    color: #a9b7c7;
}
.reviews-item-rating {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
.reviews-item-rating i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    vertical-align: middle;
    opacity: .4;
    background-image: url(../img/spritePricing.png);
    background-position: -106px -63px;
}
.reviews-item-rating i.active {
    opacity: 1;
}
.reviews-item-date {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    display: inline-block;
    float: right;
    vertical-align: middle;
    color: #788aa0;
}
.reviews-item-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 19px;
    color: #565656;
}
.reviews-item-text a {
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    margin-top: 4px;
    text-transform: uppercase;
    color: #68ac3c;
}
.reviews-item-bottom {
    font-size: 0;
    margin-top: 26px;
}
.reviews-item-bottom a {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.reviews-item-bottom a.btn {
    font-size: 12px;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}
.reviews-item-bottom a.fa {
    font-size: 35px;
    line-height: 35px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.reviews-item-bottom a.fa-facebook-official {
    color: #1e4f90;
}
.reviews-item-bottom a.fa-twitter {
    font-size: 18px;
    width: 31px;
    height: 31px;
    text-align: center;
    color: #fff;
    background-color: #41abe1;
    line-height: 1.8;
}
.reviews-item-bottom a.fa:hover,
.reviews-item-bottom a.fa:focus {
    text-decoration: none;
    opacity: .8;
}
.reviews-item-helpful {
    padding: 5px 15px 4px;
    transition: all 0.2s;
}
.reviews-item-helpful:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    content: '';
    background-image: url(../img/spritePricing.png);
    background-position: -126px -90px;
}
.reviews-item-helpful:hover,
.reviews-item-helpful:focus {
    opacity: .8;
}
.reviews-item-report {
    padding: 5px 18px 4px;
    border-color: transparent;
    background: #203957;
}
.reviews-item-report:before {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    content: '';
    background-image: url(../img/spritePricing.png);
    background-position: 0 -118px;
}
a.reviews-recommend {
    font-family: ProximaNova;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    float: right;
    margin-top: 2px;
    padding: 0 23px;
    text-align: center;
    text-transform: uppercase;
    color: #68ac3c;
    border: 1px solid #68ac3c;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    transition: all 0.2s;
}
a.reviews-recommend:hover,
a.reviews-recommend:focus {
    text-decoration: none;
    color: #fff;
    border: 1px solid #68ac3c;
    background-color: #68ac3c;
}
.reviews-answer {
    margin-top: -10px;
    margin-bottom: 10px;
    padding: 25px 31px 39px 35px;
    background-color: #dce4f0;
}
.reviews-answer-left {
    float: left;
}
.reviews-answer-right {
    padding: 3px 0 0 121px;
}
.reviews-answer-left {
    display: table;
}
.reviews-answer-img {
    width: 86px;
    height: 86px;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
}
.reviews-answer-img img {
    max-width: 80px;
    max-height: 80px;
}
.reviews-answer-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    float: left;
    color: #111f31;
}
.reviews-answer-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding-top: 38px;
    color: #565656;
}
.reviews-all-more {
    margin-top: -1px;
}
.reviews-all-more a {
    font-family: ProximaNova;
    font-size: 16px;
    font-weight: 600;
    line-height: 55px;
    display: block;
    height: 55px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #68ac3c;
}
.reviews-all-more a:hover {
    text-decoration: none;
    opacity: .8;
    color: #fff;
}
.reviews-desc {
    float: right;
    width: 38.5%;
    margin-top: 16px;
    padding: 0 20px;
}
.reviews-desc-item {
    margin-bottom: 20px;
    background-color: #fff;
}
.reviews-desc-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    padding: 20px 29px 0;
    color: #68ac3c;
}
.reviews-desc-text {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    padding: 9px 30px 26px;
    color: #565656;
}
.reviews-desc-btn {
    padding: 0 30px 32px;
    text-align: center;
}
.reviews-desc-btn a {
    font-size: 16px;
    font-weight: 600;
    min-height: 50px;
    display: inline-block;
    min-width: 220px;
    padding: 14px 42px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #68ac3c;
    transition: all 0.2s;
}
.reviews-desc-btn a:hover,
.reviews-desc-btn a:focus {
    text-decoration: none;
    opacity: .8;
}
.reviews-desc-merchant {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    padding: 24px 20px 22px 74px;
    color: #111f31;
    border-top: 1px solid #dce5f1;
}
.reviews-desc-merchant:before {
    position: absolute;
    top: 18px;
    left: 29px;
    width: 30px;
    height: 30px;
    content: '';
    background-image: url(../img/spritePricing.png);
    background-position: -106px -33px;
}
.thx {
    padding: 0 15px;
    text-align: center;
    background: #fff;
    overflow: hidden;
}
.thx-header {
    height: 40px;
    background-color: #dce4f0;
}
.thx-copy {
    font-size: 16px;
    font-weight: 100;
    line-height: 60px;
    padding: 10px 0;
    text-align: center;
    opacity: .7;
    color: #8999ab;
    background-color: #e3eaf4;
}
.thx-logo {
    text-align: center;
    padding-top: 31px;
}
.thx-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 36px;
    padding-top: 33px;
    color: #111f31;
}
.thx-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 43px;
    color: #546981;
}
.thx-subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    padding-top: 48px;
    color: #111f31;
}

.thx-coupon {
    background:url("../img/coupon.png") no-repeat scroll 0 0 / 100% auto;
    height: 209px;
    margin: 29px auto 0;
    width: 100%;
}
.thx-code {
    position: relative;
    float: left;
    width: 44%;
    padding:2px 0 0 12px;
}
.thx-code i {
    display: inline-block;
    width: 58px;
    height: 56px;
    background-image: url(../img/spritePricing.png);
    background-position: 0 0;
}
.thx-code span {
    color: #333d49;
    display: block;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    padding-top: 3px;
    text-transform: uppercase;
}
.thx-code:after {
    position: absolute;
    top: 23px;
    right: -1px;
    width: 1px;
    height: 111px;
    content: '';
    background-color: #a9b7c7;
}
.thx-name {
    font-size: 26px;
    font-weight: 400;
    line-height: 22px;
    float: left;
    width: 56%;
    padding: 53px 0 0 44px;
    text-align: left;
    color: #111f31;
}
.thx-name span {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    display: block;
    padding-top: 10px;
    color: #546981;
}
.thx-bot-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    padding-top: 56px;
    color: #111f31;
}
.thx-social {
    max-width: 515px;
    margin: 0 auto;
    padding-top: 19px;
}
.thx-social a {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 250px;
    height: 50px;
    padding: 14px 8px 0 0;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.2s;
}
.thx-social a:hover,
.thx-social a:focus {
    text-decoration: none;
    opacity: .8;
}
.thx-social a:first-child {
    float: left;
}
.thx-social a:last-child {
    float: right;
}
.thx-social a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 49px;
    content: '';
}
.thx-fb {
    border: 1px solid #3c6dae;
    background-color: #3c6dae;
}
.thx-fb i {
    font-size: 34px;
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 9px;
}
.thx-fb:after {
    background-color: #1e4f90;
}
.thx-tw {
    border: 1px solid #56bdf1;
    background-color: #56bdf1;
}
.thx-tw i {
    font-size: 20px;
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
}
.thx-tw:after {
    background-color: #41abe1;
}
.thx-footer {
    max-width: 800px;
    margin: 105px auto 0;
    padding: 23px 60px 25px;
    border-top: 1px solid #ededed;
}
.thx-footer a {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    color: #5a697b;
}
.thx-footer a:first-child {
    float: left;
}
.thx-footer a:last-child {
    float: right;
}
.review-form {
    width: 70%;
    margin: 50px auto;
    padding: 0 15px 50px;
    text-align: center;
    border: 3px solid #5f90aa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
@media (max-width:1200px) {
    .review-form {
        width: 80%;
    }
}
@media (max-width:767px) {
    .review-form {
        width: 100%;
    }
}
.review-form-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    padding-top: 35px;
    color: #415e81;
}
.review-form-subtitle {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    padding-top: 45px;
    color: #415e81;
}
.review-form-star {
    margin: 0 -12px;
    padding-top: 30px;
}
.review-form-star i {
    display: inline-block;
    width: 47px;
    height: 46px;
    opacity: .4;
    background-image: url(../img/spritePricing.png);
    background-position: -59px 0;
}
.review-form-star i.active {
    opacity: 1;
}
.review-form-textarea {
    max-width: 730px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 25px;
}
.review-form-textarea textarea {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    height: 180px;
    padding: 6px 13px;
    color: #546981;
    border: 1px solid #dadada;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.review-form-bot {
    max-width: 730px;
    margin: 0 auto;
    padding-bottom: 13px;
}
.review-form-bot-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    float: left;
    width: 39%;
    text-align: left;
    color: #415e81;
}
.review-form-bot-title span {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    display: block;
    color: #a1aab5;
}
.review-form-bot-right {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    float: left;
    width: 61%;
    padding-left: 25px;
    text-align: left;
    color: #a1aab5;
}
.review-form-bot-right span {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.review-form-bot-right span:after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #d6d7da;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.review-form-bot-right span i {
    font-size: 12px;
    position: absolute;
    top: 2px;
    left: 4px;
    display: none;
    color: #d6d7da;
}
.review-form-bot-right span.active i {
    display: inline-block;
}
.review-form-bot-right input[type='checkbox'] {
    display: none;
}
.review-form-bot-right input[type='text'] {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    color: #a1aab5;
    border: 1px solid #dadada;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.review-form input[type='submit'] {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    width: 300px;
    max-width: 100%;
    height: 55px;
    margin-top: 50px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #68ac3c;
}
.review-form input[type='submit']:hover,
.review-form input[type='submit']:focus {
    opacity: .8;
}
@media screen and (max-width:1100px) {
    a.reviews-recommend {
        display: block;
        float: none;
    }
    .reviews-rating {
        float: none;
        clear: both;
        width: auto;
        padding: 5px 20px;
        text-align: center;
    }
    .reviews-rating-right {
        min-width: 40px;
        text-align: left;
    }
    .reviews-rating-left {
        text-align: left;
    }
    .reviews-logo:after,
    .reviews-content:after {
        display: none;
    }
    .reviews-logo {
        width: 40%;
    }
    .reviews-content {
        width: 60%;
    }
    .reviews-rating-rail {
        width: 80%;
    }
}
@media screen and (max-width:991px) {
    .tarif-item {
        margin-bottom: 30px;
    }
    .header-nav a.btn {
        width: 140px;
        margin-left: 15px;
    }
    a.header-login:before {
        left: -15px;
    }
    .header-nav a {
        margin-right: 18px;
    }
    a.header-login {
        margin-right: 0;
    }
    .plan-free {
        text-align: center;
    }
    .plan-free-btn {
        float: none;
        clear: both;
        padding-right: 0;
    }
    .plan-free-title,
    .plan-free-text {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .plan-free-text {
        padding-bottom: 15px;
    }
    .tarif-check {
        margin-top: 30px;
    }
    .tarif-title {
        float: none;
    }
    .start-text {
        font-size: 22px;
        line-height: 24px;
        padding-right: 22px;
    }
    .start-btn {
        padding-left: 13px;
    }
    .reviews-all,
    .reviews-desc {
        float: none;
        width: auto;
    }
    a.reviews-recommend {
        display: inline-block;
        float: right;
    }
}
@media screen and (max-width:767px) {
    .logo {
        right: 0;
    }
    .logo a {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
    }
    .footer-nav {
        text-align: left;
    }
    .footer-nav ul {
        width: 25%;
        margin-bottom: 20px;
    }
    .start-text,
    .start-btn {
        display: block;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }
    .start i {
        display: none;
    }
    .start-btn {
        margin-top: 15px;
    }
    .thx-coupon {
        background: -moz-radial-gradient(0 100%, circle, rgba(220, 228, 240, 0) 20px, #dce4f0 21px), -moz-radial-gradient(100% 100%, circle, rgba(220, 228, 240, 0) 20px, #dce4f0 21px), -moz-radial-gradient(100% 0, circle, rgba(220, 228, 240, 0) 20px, #dce4f0 21px), -moz-radial-gradient(0 0, circle, rgba(220, 228, 240, 0) 20px, #dce4f0 21px);
        background: -o-radial-gradient(0 100%, circle, rgba(220, 228, 240, 0) 20px, #dce4f0 21px), -o-radial-gradient(100% 100%, circle, rgba(220, 228, 240, 0) 20px, #dce4f0 21px), -o-radial-gradient(100% 0, circle, rgba(220, 228, 240, 0) 20px, #dce4f0 21px), -o-radial-gradient(0 0, circle, rgba(220, 228, 240, 0) 20px, #dce4f0 21px);
        background: -webkit-radial-gradient(0 100%, circle, rgba(220, 228, 240, 0) 20px, #dce4f0 21px), -webkit-radial-gradient(100% 100%, circle, rgba(220, 228, 240, 0) 20px, #dce4f0 21px), -webkit-radial-gradient(100% 0, circle, rgba(220, 228, 240, 0) 20px, #dce4f0 21px), -webkit-radial-gradient(0 0, circle, rgba(220, 228, 240, 0) 20px, #dce4f0 21px);
        background-position: bottom left, bottom right, top right, top left;
        -moz-background-size: 50% 50%;
        -webkit-background-size: 50% 50%;
        background-size: 50% 50%;
        background-repeat: no-repeat;
    }
    .content {
        padding-top: 55px;
    }
    header {
        height: 50px;
    }
    .header-nav {
        position: absolute;
        z-index: 3;
        top: 0;
        right: 0;
        left: 0;
        display: none;
        padding: 57px 15px 10px;
        border-bottom: 3px solid #a9b7c7;
        background-color: #dce4f0;
    }
    .header-nav li {
        display: block;
        text-align: center;
    }
    .header-nav li a {
        margin: 0;
        padding: 10px 0;
        display: block;
        width: 100%;
        text-align: center;
        border-bottom: 1px #a1aec1 solid;
    }
    .header-nav li a.btn {
        margin: 10px auto 0;
    }
    .logo {
        z-index: 4;
    }
    .menu-toggle {
        position: absolute;
        z-index: 4;
        top: 15px;
        right: 15px;
        display: block;
        width: 24px;
        height: 20px;
    }
    .menu-toggle a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }
    .menu-toggle a span {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        display: block;
        height: 4px;
        margin-top: -2px;
        background-color: #fff;
    }
    .menu-toggle a:before,
    .menu-toggle a:after {
        position: absolute;
        right: 0;
        left: 0;
        display: block;
        height: 4px;
        content: '';
        background-color: #fff;
    }
    .menu-toggle a:before {
        top: 0;
    }
    .menu-toggle a:after {
        bottom: 0;
    }
    a.header-login:before {
        display: none;
    }
    .tarif-price {
        padding-top: 22px;
    }
    .tarif-btn {
        margin-top: 5px;
    }
    .tarif-bottom {
        margin-top: 12px;
        padding-top: 5px;
    }
    .tarif-all {
        padding-top: 0;
    }
    .question .page-title {
        padding: 10px 0;
    }
    .page-title {
        padding-top: 25px;
    }
    .tarif-top {
        height: 80px;
    }
    .tarif-item-title {
        padding-top: 10px;
    }
}
@media screen and (max-width:650px) {
    .footer-nav ul {
        width: 33%;
    }
    .question-pay {
        margin-right: 0;
    }
    .question-pay-item {
        margin-bottom: 10px;
    }
    .reviews-logo {
        float: none;
        width: auto;
        padding: 20px;
        text-align: center;
    }
    .reviews-content {
        float: none;
        width: auto;
        padding: 0 20px;
    }
    .reviews-rating-rail {
        width: 50%;
    }
    .reviews-item-left {
        float: none;
        width: auto;
    }
    .reviews-item-left:after {
        display: none;
    }
    .reviews-item-right {
        padding: 15px;
    }
    .reviews-answer-left {
        display: none;
    }
    .reviews-answer-right {
        padding-left: 0;
    }
    .reviews-answer-text {
        clear: both;
        padding-top: 10px;
    }
    .reviews-answer {
        padding-bottom: 25px;
    }
    .reviews-search {
        width: 210px;
    }
    .thx-social a {
        display: block;
        float: none !important;
        margin: 0 auto 15px;
    }
    .thx-code,
    .thx-name {
        float: none;
        width: auto;
    }
    .thx-code:after,
    .thx-name:after {
        display: none;
    }
    .thx-coupon {
        height: auto;
    }
    .thx-name {
        padding: 20px;
        text-align: center;
    }
    .thx-title {
        font-size: 34px;
    }
    .thx-footer a {
        display: block;
        float: none !important;
        margin-bottom: 15px;
    }
    .review-form-bot-title {
        float: none;
        width: auto;
    }
    .review-form-bot-right {
        float: none;
        width: auto;
        padding-left: 0;
    }
}
@media screen and (max-width:500px) {
    .reviews-item-bottom {
        text-align: center;
    }
    .reviews-all {
        padding: 0 5px 50px;
    }
    .reviews-item-right {
        padding: 11px;
    }
    .reviews-item-date {
        padding: 5px 0 5px 5px;
    }
}
@media screen and (max-width:533px) {
    .plan-free-text {
        padding-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width:480px) {
    .reviews-pane-item span {
        font-size: 12px;
    }
    .footer-nav {
        padding: 30px 20px 50px 20px;
    }
    .footer-nav ul {
        width: 50%;
        padding-left: 10%;
    }
    .reviews-content-title {
        font-size: 34px;
    }
    .reviews-sort {
        float: none;
        width: auto;
        padding: 10px 7%;
    }
    .reviews-search {
        float: none;
        width: auto;
    }
    .reviews-control {
        height: auto;
    }
}
@media screen and (max-width:479px) {
    a.reviews-recommend {
        display: block;
        float: none;
        margin: 5px auto 0;
        max-width: 283px;
    }
    .reviews-item-bottom a.fa-twitter {
        margin-right: 0;
    }
}
@media (max-width:767px) {

    .plans-table td span {
        display: none;
    }
    .plans-table td,
    .plans-table td:first-child,
    .plans-table-title-wrapper td {
        width: auto;
        white-space: normal;
        line-height: 1.1;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .td-tooltip {
        display: none;
        width: 0 !important;
        padding: 0 !important;
    }
    th.plans-table-title-item {
        width: auto;
        white-space: normal;
        font-size: 9px;
    }
    .plans-table td:first-child {
        font-weight: 400;
    }
    .plans-title {
        padding-top: 10px;
    }
    .plans-table,
    .plans-table-title {
        min-width: 100px;
    }
    .plans-table-wrapper,
    .plans-table-title-wrapper {
        overflow: visible;
    }
}
@media (max-width:560px) {
    .plan-free-title, .plan-free-text {
        border: 0 none;
    }
}
@media (min-width:481px) and (max-width: 767px) {
    .plans-table td:first-child {
        padding-right: 5px;
        width: 158px !important;
    }
    .plans-table-title-item:first-child {
        width: 158px;
        padding-left: 20px;
    }
}
@media (max-width:480px) {
    .plans-table td:first-child {
        padding-right: 5px;
        width: 73px !important;
    }
    .plans-table-title-item:first-child {
        width: 76px;
        padding-left: 20px;
    }
    .plans-table td,
    .plans-table td:first-child,
    .plans-table-title-wrapper td,
    th.plans-table-title-item {
        font-size: 10px;
    }
    th.plans-table-title-item {
        height: 100px;
        white-space: nowrap;
    }
    th.plans-table-title-item > div {
        width: 100px;
        transform: rotate(270deg);
        margin: 0 0 38px -18px;

    }
    th.plans-table-title-item:first-child > div {
        width: 40px;
        transform: rotate(0deg);
        margin: 38px 0 -20px 0;
        padding-bottom: 0;
    }
    .plans-table-title-item {
        text-align: left;
    }
    .tarif-top {
        height: auto;
        padding-bottom: 15px;
    }
}
@media (max-width: 330px) {
    .tarif-check {
        width: 290px;
    }
    .plans-table td:first-child {
        width: 67px !important;
    }
}

/*******************************************
     New Custom review-published
************************************/
body{text-shadow: none;}
/*#review-published{padding: 40px 0px;margin-top: 40px;}*/
#review-published h2.title{color: #111f31;font-weight: 600;letter-spacing: 1px;font-size: 30px;}
#review-published p{font-size: 16px;margin-bottom: 0px;}

/*filter*/
.filters-review{margin: 30px 0px;}
.header-filter {background: #415e81; padding: 10px 30px; color: #fff; }
.header-filter select {background: #587290; border: none; box-shadow: none; border-radius: 30px; width: 60px;margin: 0px 5px; }
.filters-review .f-block{display: inline-block;position: relative;}
.search-filter.f-block {margin: 0px 30px; }
.search-filter input, .search-filter input:focus{background:#587290;border-radius: 30px;box-shadow: none;border: none;width: 240px;position: relative; color: #fff!important; font-style: italic; }
.search-filter span {
    position: absolute;
    right: 15px;
    top: 7px;
    border-left: 1px solid #ccc;
    padding-left: 8px;
    z-index: 99;
}
.search-filter span a{color: #fff;}
.nav-review a{font-weight: 500;font-size: 13px;text-transform: uppercase;margin-right: 10px;color: #dce4f0;border-right: 1px solid #aab9ce;padding-right: 10px;}
.nav-review a.active{font-weight: 700;color: #fff;}
.nav-review a:last-child{border:none;}
.extends-filter.f-block {height: 54px; position: absolute; right: 15px;width: 168px; background: #203957; top: 0; bottom: 0; color: #fff; padding-top: 15px; }
.extends-filter.f-block a {color: #fff; padding:0px 40px; text-transform: uppercase; font-weight: 700; letter-spacing: .5px; }

/*filters internal*/
#filters .arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #203957;
    /* position: absolute; */
    float: right;
    margin-right: 65px;
    margin-top: -8px;
}
#filters .radio-inline{padding: 0;margin: 0;}
#filters {
    background: #d0d9e6;
}
#filters .title-filter {
    float: left;
    color: #415e81;
    width: 128px;
    text-align: right;
    padding-right: 15px;
    padding-top: 5px;
}
#filters input[type=radio].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}
#filters input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -18px;line-height: 18px;padding-right: 25px;
}
#filters input[type=radio].css-checkbox + label.css-label {

    height:18px;
    display:inline-block;
    line-height:18px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:50px;
    vertical-align:middle;
    cursor:pointer;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 2px;
}
#filters label.css-label {
    background-image:url(../img/radio.png);
    background-repeat: no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#filters label.css-label img {
    float: left;
    padding-right: 5px;
    opacity: 0.5;
    margin-top: -2px;
}
#filters input[type=radio].css-checkbox:checked + label.css-label img{opacity: 1;}
.rating.advance-filter {
    margin: 30px;
}
/*date picker*/
.date-filter,.advance-filters{margin: 30px;}
.date-filter .date-picker{display: inline-block;position: relative;margin: 0px 5px;}
.date-filter span.icon {
    position: absolute;
    left: 10px;
    top: 6px;
    color: #d0d9e6;
    font-size: 16px;
}
.date-filter .date-picker input{text-indent: 20px;}
.select-filter {
    display: inline-block;
    margin: 0px 5px;
}
.select-filter select{width: 162px;}
#filters hr{border-color: #b3c0d2;}
#filters .clear-filters{padding: 0px 20px 20px;margin: 0px;font-size: 16px;color: #415e81;}

/*filter-result*/
#filter-result{background: #dce4f0;padding: 20px 10px;}
.result-block {
    margin-bottom: 10px;
}
#filter-result .result-block .row{padding: 25px 35px;background: #fff; margin: 0px;}
.inline{display: inline-block;}
#filter-result .u-name h2{color: #203957;font-size: 18px;margin-top: 0px;font-weight: 600;margin-right: 10px;}
#filter-result .u-rating img{display: inline-block;margin-right: 3px;margin-top: -2px;}
#filter-result .col-md-10{border-right: 1px solid #dce4f0;}
#filter-result .u-rating img.mute{opacity: 0.5}
.info{color: #788aa0;padding: 20px 0px 44px 20px;font-weight: 100;line-height: 25px;}
.info p{font-size: 15px;}
#filter-result p{color: #203957}
.score{font-weight: 100;margin-top: 10px;font-size: 15px;color: #788aa0;}
.score b{color: #203957;}
.action-controls{margin-top: 20px;}
.action-controls a{color: #68ac3c;border: 1px solid #68ac3c;text-transform: uppercase; border-radius: 3px;display: inline-block;padding: 5px 20px;min-width: 125px;margin-right: 10px; text-align: center;}
.action-controls a:hover{background:#68ac3c;color: #fff;}
.action-controls a.action-flag{border:1px solid #aab9ce ;background: #aab9ce; color: #fff;}
.action-controls a.action-flag:hover{background: #415e81;}
.result-respond{border-top: 1px solid #bbc8d6;position: relative;}
.result-respond textarea{border: 1px solid #dce4f0;width: 100%;padding: 10px; border-radius: 3px;}
.result-respond .btn-success{margin-top: 5px;}
span.arrow {
    position: absolute;
    top: -18px;
    left: 90px;
}
.share{position: relative;}
.social-share {
    position: absolute;
    width: 190px;
    background: #eff3f9;
    padding: 8px;
    left: 50%;
    margin-left: -115px;
    border: 1px solid #ccc;
    border-radius: 5px;
    top: 45px;
    z-index: 99;
}
.social-share a, .social-share a:hover {border: none; background: none; min-width: inherit; padding: 0px; margin: 0px; }
.social-share a{display: inline-block;}
.social-share span.arrow {
    position: absolute;
    top: -15px;
    left: 100px;
}
/*pagination-numbers*/
.pagination-numbers{padding: 20px 0px;font-size: 15px;}
.pagination-numbers .number{font-size: 16px; font-weight: 600;letter-spacing: 1px;padding: 0px 3px;color: #203957;}

.pagination{float: right;margin: 10px 0px;}
.pagination li a{background: transparent;border:none;margin: 0px 5px;font-weight: 400;font-size: 15px;}
.pagination li.active a,.pagination li.active a:hover, .pagination li a:hover{background: none;color:#203957;font-weight: 600;}
.pagination li a.prev, .pagination li a.next{background: #c3cedf;text-transform: uppercase;padding: 8px 20px;border-radius: 3px;}
.pagination li a.prev i, .pagination li a.next i{font-weight: 100;padding: 0px 5px;}

/*flag*/
.modal{z-index: 9999;}
#flagging h2{font-size: 28px;margin-top: 0px;color: #000;font-weight: 500;margin-bottom: 30px;}
#flagging .modal-header{border:none;padding-bottom: 0px;display: inline-block; width: 100%;}
#flagging .modal-body{padding: 0px 15px 40px 15px;}
#flagging .close{background: transparent;}
#flagging  .modal-content{box-shadow: none;}
#flagging .modal-lg{max-width: 700px;min-width: 700px;}
#flagging .modal-body p{color: #788aa0;font-size: 16px;margin-bottom: 0px; font-weight: 100;}
#flagging .select-option{margin:30px 0px;position: relative;}

.desc { color:#6b6b6b;}
.desc a {color:#0092dd;}

.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { color:#5a697b; text-decoration:none; outline:none;}
.dropdown a:hover { color:#5a697b;}
.dropdown dt a:hover { color:#5a697b; border: 1px solid #5a697b;}
.dropdown dt a {
    display: block;
    border: 1px solid #ccc;
    max-width: 540px;
    height: 50px;
    margin: 0 auto;
    line-height: 38px;
    color: #5a697b;
    font-weight: 100;
    font-size: 15px;
}

.dropdown dt a span {cursor:pointer; display:block; padding:5px;}
.dropdown dd ul {
    color: #5a697b;
    display: none;
    left: 0px;
    padding: 0px 0px;
    position: relative;
    top: 0px;
    min-width: 170px;
    list-style: none;
    max-width: 540px;
    margin: 0 auto;
    border: 1px solid #dadada; border-top: none;
}
.dropdown span.value { display:none;}
.dropdown dd ul li a {
    padding: 15px;
    display: block;
    border-bottom: 1px solid #dadada;
    font-size: 15px;
}
.dropdown dd ul li:last-child a{border: none;}
.dropdown dd ul li a:hover { background-color:#5a697b;color: #fff;}

.dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }
#select-reason .icon-down {
    position: absolute;
    padding: 8px;
    top: 5px;
    right: 75px;
    border-left: 1px solid #dadada;
    padding-left: 20px;
    font-size: 22px;
}
#flagging .error p{color: #e81c1c;font-size: 15px;margin: 30px 0px;}
#flagging .btn-success{-webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #68ac3c;    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.2s;
    width: 232px;height: 50px;
    line-height: 30px;
}
span.pull-right.reason {
    font-size: 15px;
    padding-top: 8px;
}
/*lightbox*/
.customer-images a {
    display: inline-block;
    margin: 5px 5px 0px 0px;
    padding: 2px;
}
.customer-images a:hover{border: 1px solid #ddd;}
.customer-images a img{max-width: 75px;}
#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}
#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -10px;
    right: -40px;
    z-index: 9999;
}
#lightbox .modal-content{box-shadow: none;}
.filters-review .dataTables_length label {
    width: 182px;
}
.filters-review .f-block {
    float: left;
}
.filters-review .f-block.nav-review {
    top: 6px;
}
.filters-review .header-filter {
    height: 55px;
}
.filters-review #mreviews_filter input[type="search"] {
    margin-left: 10px;
    font-size: 14px;
}
.filters-review #mreviews_filter label {
    font-size: 0;
}
.sidebar-panel span.arrow.pull-right {
    position: static;
}
.nav-review a:focus {
    color: #fff;
}
.nav-review a:hover{
    color:#23527c;
}

.modal.fade.in {
    background: rgba(0, 0, 0, 0.43);
}
#flagging .success p {
    color: #188645;
    font-size: 15px;
    margin: 30px 0px;
}

#unflagging h2{font-size: 28px;margin-top: 0px;color: #000;font-weight: 500;margin-bottom: 15px;}
#unflagging .modal-header{border:none;padding-bottom: 0px;display: inline-block; width: 100%;}
#unflagging .modal-body{padding: 0px 15px 40px 15px;}
#unflagging .close{background: transparent;}
#unflagging  .modal-content{box-shadow: none;}
#unflagging .modal-md{max-width: 700px;min-width: 700px;}
#unflagging .modal-body p{color: #788aa0;font-size: 16px;margin-bottom: 15px; font-weight: 100;}
#unflagging .success p {
    color: #188645;
    font-size: 15px;
    margin: 30px 0px;
}
.paginationUi {
    background: #DCE4F0;
}
.paginationUi .pagination {
    margin-top: 0px;
    margin-bottom: 30px;
}
.paginationUi .pagination li a {
    background: #c3cedf;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 3px;
    border: none;
    color: #337ab7;
}
.paginationUi .pagination li.page a {
    background: none;
    border: none;
}
.paginationUi .pagination li.page.active a, .paginationUi .pagination li.page a:hover {
    color: #203957;
    font-weight: 600;
}
.paginationUi .pagination-numbers {
    padding: 6px 0;
}
.share.inline {
    padding-bottom: 12px;
    margin-bottom: -12px;
}

.post a, .post a:hover{background-color: #203957;font-size: 13px;color: #fff!important;cursor: pointer;}
.post .dropdown-menu {
    border: none;
    box-shadow: none;
    margin: 0px;
    padding: 5px 0px;
}
.post .dropdown-menu .dropdown-item {
    background: #415e81;
    border: none;
    border-radius: 0px;
    font-size: 12px;
    border-bottom: 1px solid #aab9ce;padding: 5px;
}
.post .dropdown-menu a:first-child{border-top: 5px solid #203957;border-radius: 3px 3px 0px 0px;}
.post .dropdown-menu a:last-child{border-radius: 0px 0px 3px 3px;}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #203957;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    margin-left: -12px;
    top: 0px;
}
.show-detail {
    margin-top: 10px;
}
.show-detail a{
    color: #aab9ce;
}
.show-detail span{display: block;}
.show-detail button, .show-detail button:hover, .show-detail button:focus{background:none;border:none;outline: none;  color: #aab9ce;}
.detail-respond {
    background-color: #fff;
    margin-top: -15px;
}
.detail-respond .score{margin-top: 0px;padding: 0px 40px;margin-bottom: 20px;}
.detail-respond .score span{display: block;}
.content-detail{padding: 25px 40px;
    border-top: 1px solid #bbc8d6;
    position: relative;
}
.content-detail h2{font-size: 18px;margin-top: 0px;
    color: #111f31; font-weight: 600;}
.content-detail .controls {
    margin-top: 15px;
    font-size: 15px;
    font-size: 12px;
    color: #587290;
}
.content-detail .controls a{margin-left: 5px; color: #587290;text-transform: uppercase;font-weight: 500;}
/*pagination-numbers*/


/*customize input*/

/* SQUARED FOUR */
.squaredFour {
    width: 20px;
    margin: 0px auto;
    position: relative;
    display: -webkit-inline-box;
}
.squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    border-radius: 4px;
    background: #415e81;
    border: 1px solid #dce4f0;
}
.inner-check{position: absolute;left: -15px;}
.inner-check label{background-color: #fff;}
.inner-check input{margin: 0px;box-shadow: none;}
.squaredFour label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #ccc;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*.squaredFour label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
}*/

.squaredFour input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.squaredFour input[type="checkbox"] {
    opacity: 0;
    height: auto;
}
.header-filter-product {
    padding: 10px 15px;
}
.header-filter-product select {
    box-shadow: none;
    color: rgb(220, 228, 240);
    background: rgb(65, 94, 129);
    border: none;
    margin: 0px 5px;
    width: 110px;
    border-radius: 0;
}
.header-filter-product .squaredFour {
    margin: 3px auto;
    float: left;

}
.header-filter-product .search-filter input, .header-filter-product .search-filter input:focus{
    width: 200px;
}

.filter-result-product .action-controls a{margin-right: 5px;}

#fbPhotoShare{
    float: left;
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 5px
}

/*QA Pages*/
#qa-tabs .tab-content{padding: 0px;}
#qa-tabs .nav-tabs{background: transparent;margin: 1px 0px;}
#qa-tabs .nav-tabs li{margin-right: 3px;}
#qa-tabs .date-info{position: absolute;right: 15px;top: 0px;font-size: 14px;color: #788aa0;}
#qa-tabs .date-info p{font-size: 14px;color: #788aa0;}
#qa-tabs .nav-tabs li a{background: #aab9ce; color: #fff;border-radius: 3px 3px 0px 0px;font-size: 16px;font-weight: 600;padding: 10px 30px;}
#qa-tabs .nav-tabs li.active a{background: #415e81;}
#qa-tabs .right-column{float: right; }
.nav-review a{margin-left: 10px; padding-right: 10px;margin-right: 0px;}
#qa-tabs .right-column .search-filter.f-block {
    margin: 0px 10px;
}
#qa-tabs .right-column .f-block.nav-review {
    margin-left: 0px;
}
#qa-tabs .score span{color: #344964;font-weight: 500;}
#qa-tabs .info {
    color: #788aa0;
    padding: 0px;
    font-weight: 100;
    line-height: 25px;font-weight: 500;
    text-align: right;
}
#qa-tabs #filter-result .col-md-10{border: none;}
#qa-tabs .info p{font-size: 14px;color:#788aa0; }
#qa-tabs .answer-block {
    background: #dce4f0;
    margin-top: 15px;
}
#qa-tabs button.accordion {
    background-color: #dce4f0;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-weight: 600;
    transition: 0.4s;
    top: 0px;
}
#qa-tabs button.accordion span{display: inherit;}
#qa-tabs button.accordion:after {
    content: '\2796';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

#qa-tabs button.accordion.collapsed:after {
    content: "\2795";
}
#qa-tabs .answer {
    font-weight: 800;
    color: #203957;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;

    position: relative;
}

#qa-tabs .inline-block {display: inline-block;margin-right: 15px;}

#qa-tabs .user-name.inline-block {
    font-size: 18px;
    font-weight: 700;
    color: #111f31;
}
#qa-tabs .date {
    font-size: 14px;
    color: #788aa0;
    float: right;
}
.action-tags a{margin-right: 10px;font-size: 12px;text-transform: uppercase;font-weight: 600;}
#qa-tabs .description-block p{color: #565656; margin-top: 10px;}
#qa-tabs .panel {
    box-shadow: none;
    border: 1px solid #e5e5e5;
    background: #eff3f9;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}
#qa-tabs div#trustspot-widget-review-block {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}
#qa-tabs .feedback{font-size: 12px; font-weight: 600;color: #68ac3c;text-align: right;}
#qa-tabs .feedback span{padding-right: 10px;font-size: 14px;}
#qa-tabs .feedback .like{background-color:#68ac3c;padding: 7px;color: #fff;border-radius: 3px; }
#qa-tabs .feedback .dislike{background-color:#aab9ce;padding: 7px;color: #fff;border-radius: 3px; }
#qa-tabs .controls {
    padding: 0px!important;
    background: none!important;
    margin: 15px -15px!important;
}
#qa-tabs .buyer{color: #68ac3c;}
#qa-tabs .action-tags a{color: #587290;}
#qa-tabs .flagged-detail{font-size: 14px;color: #415e81; font-weight: 600;}
#qa-tabs div#trustspot-widget-review-block.flagged-answer-block {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 10px 0px;
}
#qa-tabs div#trustspot-widget-review-block.flagged-answer-block .inner-check {
    position: absolute;
    left: -40px;
    top: -4px;
}
#qa-tabs .answers-block{margin-bottom: 30px;}

.product-images a img{max-height: 100px;}
.image-block{position: relative;display: inline-block;}
.product-images a{display: inline-block;border: none;margin-bottom: 0px;margin-top: 10px;position: relative;}
.pre-accept-btn {
    position: absolute;
    bottom: 15px;
    padding: 0px 10px;
    width: 98%;
    opacity: 0;
}
.image-block:hover .pre-accept-btn {opacity: 1;}
.pre-accept-btn .accept, .approved .accept {
    background-color: #68ac3c;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    float: left;
    margin: 0px;
}
.pre-accept-btn .reject {
    background-color: #dc4e41;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    float: right;
    margin: 0px;
}
.zoom-image {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff; background-color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    opacity:0 ;
}
.approved {  position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 16px;
    margin-top: -15px;
    margin-left: -15px;
    opacity: 0;}
.image-block:hover .approved{opacity: 1;}
.image-block:hover .zoom-image {opacity: 1;}
.select2-container{width:100%!important;}

/*company email request*/
.container-fluid-custom{padding: 0px 15px;}
.wrapper-container{background: #e3eaf3;    margin-left: 250px;padding-top: 30px;overflow: hidden;}
.wrapper-container .head  p{color: #2a4a6a;}
.tabs-block-review {margin-bottom: 20px;}
.tabs-block-review .tab-content{padding: 0;min-height: 750px;position: relative;}
.tabs-block-review ul{background: none;}
.tabs-block-review ul li{margin-right: 10px;margin-bottom: 0;}
.tabs-block-review ul li a{background: #acb9c8;color: #fff;padding: 15px;font-size: 16px;}
.restricted-email-list .dataTables_wrapper .dataTables_paginate ul{margin:0;}
.restricted-email-list .dataTables_wrapper .dataTables_paginate ul li a{padding:5px 12px;font-size: 12px}
.head-tab-content {padding: 15px 20px;border-bottom: 1px solid #eee;}
.label-head label{font-size: 16px;text-shadow: none;color: #4a698b;}
.head-tab-content span{display: inline-block;margin-left: 20px;}
.head-tab-content span label.control{margin-bottom: 0;}
.body-content-tab{padding:20px;}
.label-text{padding-top: 6px;display: inherit;font-size: 14px;text-shadow: none;color: #4a698b;}
#selection-form input,#selection-form input::placeholder, #selection-form textarea, #selection-form textarea::placeholder{ color: #2a4a6a;
    font-size: 14px;font-weight: 500;}
/*number format*/
.quantity {
    position: relative;
}
.quantity span{display: inline-block;font-size: 14px;margin-right: 5px;}
.quantity span:last-child{margin-right: 0;}/*
.quantity span:first-child{margin-right: 48px;}*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
}

.quantity input {
    /*  line-height: 1.65;
      float: left;
      display: block;*/
    padding: 0;
    margin: 0;
    border: 1px solid #BDC4C9;
    box-shadow: inset 0 1px 0 #F1F0F1;
    width:75px;
    text-align: center;
    color: #2a4a6a;
    font-size: 14px;
    font-weight: 600;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    position: relative;
    top: -34px;
    left: 19px;
}

.quantity-button {
    position: relative;
    cursor: pointer;/*
  border-left: 1px solid #eee;*/
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    top: 6px;
    right: 6px;
    border-left: 1px solid #BDC4C9;
}

.quantity-button.quantity-down {
    position: absolute;
    top: 6px;
    left: 6px;
    border-right: 1px solid #BDC4C9;
}
/*number-format ends*/
/*custom checkbox*/
.radio-list {
    display: inline-block;
    margin-right:2px;
    margin-bottom: 10px;
}
.radio-list input {
    margin: 0;
    border: none;
    background: none;
    box-shadow: none;
}
.radio-list img{height: 30px;}
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}
.control-group label{font-weight: 400; color: #4e6890;}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {

    background: #fff;
    border: 1px solid #ddd;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {

    background: #fff;
    border: 1px solid #ddd;
}
.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    left: 7px;
    top: 3px;
    width: 5.5px;
    height: 9px;
    border: solid #556e94;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
.action-btn {position: relative;}
.action-btn a{margin-right: 10px;display: inline-block;}
.hr {margin: 0px -18px;}
.hr hr{border-color: #eee;}
/*custom checkbox ends here*/
.btn-border-blue{border: 1px solid #2a4a6a!important; background: transparent!important;color: #2a4a6a!important;}
.btn-border-blue:hover, .btn-border-blue:focus{background:#2a4a6a!important;color: #fff!important;}
/*company email request*/
/*.preview-block*/
.preview-block{
    background-image: url(../img/transparent-bg.png);background-repeat: repeat;/*margin-top: 53px;*/position: relative;}
.preview-block .label-head {
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.tabs-preview ul {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%; margin-left: -50px;
    background: none;
}
.tabs-preview ul li a{height: 57px;background: none;}
.tabs-preview ul li:first-child a , .tabs-preview ul li:first-child a:hover, .tabs-preview ul li:first-child a:focus  {
    background-image: url(../img/icons/icon-laptop.png);
    background-repeat: no-repeat;
    background-position: 11px 15px;
    padding: 10px 30px;
    background-color: transparent;
    text-align: center;
}
.tabs-preview ul li.active:first-child a , .tabs-preview ul li.active:first-child a:hover, .tabs-preview ul li.active:first-child a:focus  {
    background-image: url(../img/icons/icon-laptop-active.png);
    background-repeat: no-repeat;
    background-position: 11px 15px;
    padding: 10px 30px;
    background-color: #79b74c;
    text-align: center;
}
.tabs-preview ul li:last-child a , .tabs-preview ul li:last-child a:hover, .tabs-preview ul li:last-child a:focus  {
    background-image: url(../img/icons/icon-phone.png);
    background-repeat: no-repeat;
    background-position:20px 15px;
    padding: 10px 30px;
    background-color: transparent;
    text-align: center;
}
.tabs-preview ul li.active:last-child a , .tabs-preview ul li.active:last-child a:hover, .tabs-preview ul li.active:last-child a:focus  {
    background-image: url(../img/icons/icon-phone-active.png);
    background-repeat: no-repeat;
    background-position:20px 15px;
    padding: 10px 30px;
    background-color: #79b74c;
    text-align: center;
}
.tabs-preview ul li.active{background: #79b74c; }
.preview-block .tab-content{background: transparent;min-height: 802px;}
.inner-preview{
    background: #fff; 
    border-radius: 5px; 
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    -ms-zoom: 0.75;
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -webkit-transform: scale(0.75);
}
.inner-preview .head {
    background: #e2e0e1;
    text-align: center;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    margin-top:0px;
}
.inner-preview .head a{color: #027ab7;}
.preview-block .tabs-preview{
    /*position: relative;*/
}
.preview-block iframe{
    width:100%;
    height: 100%;
    min-height: 1000px;
    position: absolute;
    border: none;
}
.content-inner{padding: 15px;}
.content-inner .img-block{text-align: center;}
.content-inner img{margin:13px auto;max-width: 100%;margin-bottom: 0px;}
.content-inner .header h4{color: #152a40; font-size: 14px;margin-bottom: 0px;font-weight: 800;text-align: center;}
.content-inner p{text-align: center;font-size: 14px;}
.star-radio .radio-list{margin-right: 10px;}
.star-radio .radio-list img{height: 25px;margin-left: 1px;margin: 0px;}
.star-radio .radio-list input {
    width: 17px;
    margin-top: -3px;
    margin-right: 5px;
}
.all-caps{text-transform: uppercase;}
.footer-block{background: #e2e0e1;}
.footer-block {
    background: #e2e0e1;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}
.footer-block p{margin-bottom: 0px;}
.footer-block a{color:#027ab7;text-decoration: underline; }

.mobile-preview{width:50%;}
.inner-preview.mobile-preview .head{font-size: 10px;}
.inner-preview.mobile-preview .star-radio .radio-list{margin-bottom: 10px;}
.inner-preview.mobile-preview .footer-block p{font-size: 10px;}
.powered-by {text-align: center;margin-top: 10px;}
.powered-by span{padding:0px 10px;}
.powered-by a{color: #027ab7;text-decoration: underline;}
.btn-success.all-caps{background: #79b74c;font-size: 18px;text-transform: uppercase;}
.btn-success.all-caps:hover, .btn-success.all-caps:focus{background: #81b859;}
.inner-preview.mobile-preview .btn-success.all-caps{width: 100%;}
/*.preview-block*/
.smart-reminder-block{padding: 15px;}
.smart-reminder-block label{color: #4a698b;text-shadow: none;}
.smart-reminder-block .form-inline .form-group{margin-bottom: 15px;}
.smart-reminder-block .form-inline .form-group label{min-width: 120px;}
.smart-reminder-block .form-inline .form-group span{padding-left: 10px;}

/*toggle switch*/
.example .btn-toggle {top: 50%; transform: translateY(-50%); } .btn-toggle {margin: 0 4rem; padding: 0; position: relative; border: none; height: 1.5rem; width: 3rem; border-radius: 1.5rem; color: #6b7381; background: #527293; } .btn-toggle:focus, .btn-toggle.focus, .btn-toggle:focus.active, .btn-toggle.focus.active {outline: none; } .btn-toggle:before, .btn-toggle:after {line-height: 1.5rem; width: 4rem; text-align: center; font-weight: 800; font-size: 0.75rem; text-transform: uppercase; position: absolute; bottom: 0; transition: opacity .25s; } .btn-toggle:before {content: 'Enabled'; left: -4rem; } .btn-toggle:after {content: 'Disabled'; right: -4rem; opacity: .5; } .btn-toggle > .handle {position: absolute; top: 0.1875rem; left: 0.1875rem; width: 1.125rem; height: 1.125rem; border-radius: 1.125rem; background: #fff; transition: left .25s; } .btn-toggle.active {transition: background-color 0.25s; } .btn-toggle.active > .handle {left: 1.6875rem; transition: left .25s; } .btn-toggle.active:before {opacity: .5; } .btn-toggle.active:after {opacity: 1; } .btn-toggle.btn-sm:before, .btn-toggle.btn-sm:after {line-height: 0.5rem; color: #fff; letter-spacing: .75px; left: 0.4125rem; width: 2.325rem; } .btn-toggle.btn-sm:before {text-align: right; } .btn-toggle.btn-sm:after {text-align: left; opacity: 0; } .btn-toggle.btn-sm.active:before {opacity: 0; } .btn-toggle.btn-sm.active:after {opacity: 1; } .btn-toggle.btn-xs:before, .btn-toggle.btn-xs:after {display: none; } .btn-toggle:before, .btn-toggle:after {color: #6b7381; } .btn-toggle.active {background-color: #527293; } .btn-toggle.btn-lg {margin: 0px; padding: 0; position: relative; border: none; height: 2.5rem; width: 5rem; border-radius: 2.5rem; left: 7rem; background: #d7d7d7; } .btn-toggle.btn-lg:focus, .btn-toggle.btn-lg.focus, .btn-toggle.btn-lg:focus.active, .btn-toggle.btn-lg.focus.active {outline: none; } .btn-toggle.btn-lg:before, .btn-toggle.btn-lg:after {line-height: 2.5rem; width: 5rem; text-align: center; font-weight: 800; font-size: 1.2rem; text-transform: uppercase; position: absolute; bottom: 0; left:7rem; letter-spacing: .5px; font-family: 'ProximaNova-Bold'; transition: opacity .25s; } .btn-toggle.btn-lg:before {content: 'Enabled'; left:-7rem; } .btn-toggle.btn-lg:after {content: 'Disabled'; right: -6.5rem; opacity: .5; } .btn-toggle.btn-lg > .handle {position: absolute; top: 0.3125rem; left: 0.3125rem; width: 1.875rem; height: 1.875rem; border-radius: 1.875rem; background: #fff; transition: left .25s; } .btn-toggle.btn-lg.active {transition: background-color 0.25s; } .btn-toggle.btn-lg.active > .handle {left: 2.8125rem; transition: left .25s; } .btn-toggle.btn-lg.active:before {opacity: .5; } .btn-toggle.btn-lg.active:after {opacity: 1; } .toggle-btn span.txt{font-weight: 600; color: #2a4a6a; font-size: 12px; text-transform: uppercase;margin: 0px 10px;} .switch {position: relative; display: inline-block; width: 50px; height: 28px; top: 10px; margin: 0px; } .switch input {display:none;} .slider {position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; -webkit-transition: .4s; transition: .4s; } .slider:before {position: absolute; content: ""; height: 20px; width: 20px; left: 2px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider {background-color: #527293; } input:focus + .slider {box-shadow: 0 0 1px #527293; } input:checked + .slider:before {-webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); }

.slider-selection{
    background-image: linear-gradient(to bottom,#0279b7 0,#0279b7 100%) !important;
}
.slider-track-high{
    background-image: linear-gradient(rgb(184, 190, 195) 0px, rgb(230, 230, 230) 100%) !important;
}
/*send test*/
.arrow_box {
    /*position: absolute;
    background: #fff;
    border: 1px solid #ccc;*/
    width: 300px;
    padding: 10px;
    /*border-radius: 5px;
    top: -95px;
    left: 8%;*/
}
/*.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box:before {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #cccccc;
    border-width: 11px;
    margin-left: -11px;
}*/
.arrow_box input{position: relative;}
.send-test-form .input-group-addon,.send-test-form .input-group-addon button {
   /* position: absolute;
    right: 0;
    z-index: 9999;
    border: none;
    margin: 0px;*/
    color: #fff;
    background: #8395a9;
    padding: 0;
    width: 35px;
    height:34px;
    /*border-radius: 0;*/
    border:none;
}
.arrow_box .input-group{display: block;}
@media (min-width:1024px) and (max-width:1380px) {
    .quantity {min-width: 118px;
    }
    .label-text {
        padding-top: 6px;
        display: inherit;
        font-size: 14px;
        letter-spacing: -0.5px;
        text-shadow: none;
        color: #4a698b;
    }
    .radio-list span img {
        height: 20px!important;
    }
    .star-radio .radio-list input {
        width: inherit;
        margin-top: 0px;
        margin-right: 5px;
    }
    .radio-list span input {
        margin: 0px;
        border: none;
        background: none;
        box-shadow: none;
        height: 25px;
    }
    /*.quantity span {
        display: inline-block;
        font-size: 14px;
    }*/
}
@media (max-width:767px) {
    .plans-table-title {
        margin-top: 15px;
    }
    .mobile-preview {
        width: 100%;
    }
}

#request-ratio-slider:before{
    position: relative;
    width: 0;
    height:0;
    background:transparent;
}
.spinner {
  margin: 0 auto;
    padding-top:50px;
    padding-bottom:50px;
  width: 100px;
  text-align: center;
}

.spinner > div {
  width: 25px;
  height: 25px;
  background-color: #0279b7;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.hidden {
    display: none;
}

.table-responsive.item-grid {
    overflow-x: visible !important;
}

.grid-column-pt-15 {
    width: 15%;
}

.grid-column-pt-20 {
    width: 20%;
}

.grid-column-pt-50 {
    width: 50%;
}

textarea.textarea-transparent {
    background: #fff;
    width: 100%;
    border: none;
    resize: none;
}

.admin-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.admin-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.admin-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a0a0a0;
    margin: -4px 0 0 -4px;
}

.admin-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.admin-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.admin-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.admin-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.admin-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.admin-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.admin-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.admin-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.admin-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.admin-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.admin-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.admin-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.admin-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.admin-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.admin-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.admin-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.form-group .form-textarea {
    height: 110px;
}

.width-100p {
    width: 100%;
}
