﻿.fa {
    font-family: 'FontAwesome' !important;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

* {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
}


.custom_font_holder:hover {
    color:#ff2435 !important;
    font-weight:bold !important;
}

.reg {
    vertical-align: top;
    padding: 0 !important;
    display: inline-block;
    margin-top: -3px;
}

.slider-item-1 .image {
    background-image: url(../images/Slider/Slider1.jpg);
}
.slider-item-2 .image {
    background-image: url(../images/Slider/Slider2.jpg);
}
.slider-item-3 .image {
    background-image: url(../images/Slider/Slider3.jpg);
}

.second a span {
    padding-left: 16px;
}

#logo {
    height: 50px !important;
}

.header-submenu-title {
    display: inline-block;
    color: #00aff0;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px !important;
    border-bottom: 1px solid;
    font-size: 14px;
    letter-spacing: 3px;
}

.scrolled .container_inner {
    padding: 0 !important;
}

.qbutton-1 {
    margin-right: 5px !important;
    letter-spacing: 2px !important;
    max-width: 100px;
    min-width: 80px;
    text-align: center !important;
    border-color: rgba(255,255,255,0.5) !important;
    font-size: 15px !important;
}

.qbutton-2 {
    margin-left: 5px !important;
    letter-spacing: 2px !important;
    max-width: 100px;
    min-width: 80px;
    text-align: center !important;
    border-color: rgba(255,255,255,0.5) !important;
    background-color: #333333 !important;
    font-size: 15px !important;
}

.q_logo_hidden a {
    width:249px !important;
}

.separator-line-home {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(150, 150, 150, 0.75), rgba(0, 0, 0, 0));
    display: block;
    width: 60%;
    margin: 0 auto;
}

.special-offers {
    max-width: 110px;
    margin-left: 17px !important;
}

.special-offers a {
    line-height: 22px !important;
    border: 1px solid;
    text-align: center;
}

.photo-credit {
    display: inline-block;
    color: #ddd;
    position: absolute;
    bottom: 0;
    font-size: 10px;
    left:8px;
}

.custom_font_holder_2 {
    font-size: 15px !important;
    letter-spacing: 2px !important;
    position: absolute !important;
    width: 50px;
    left: calc(50% - 25px);
    bottom: 0;
    line-height: 15px !important;
}

.wpb_wrapper_2 {
    min-height: 256px;
    position: relative;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
header.fixed_hiding.scrolled .q_logo_hidden a {
    position: initial !important;
} 
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media screen and (max-width:1130px) {

    nav.main_menu > ul > li > a {
        padding: 0 8px !important;
        letter-spacing: 2px !important;
    }

    .special-offers {
        margin-left: 8px !important;
    }
}



@media only screen and (max-width: 1023px) {
    .header_inner_right {
        display: inline-block !important;
    }

    .side_menu_button > a {
        color: white !important;
    }

    header.centered_logo nav.main_menu, header.centered_logo nav.main_menu.right {
        display: none !important;
    }

    .header_bottom .container_inner {
        width: initial !important;
    }
}

@media screen and (max-width: 800px) {
    .photo-credit {
        display: inline-table;
    }
}

@media screen and (max-width: 768px) {
    .custom_font_holder_2 {
       position:relative !important;
    }
}


@media screen and (max-width:650px) {

    .portraiture-h2 {
        font-size: 75px !important;
    }
}

@media screen and (max-width:600px) {
    .portfolio_category_5, .portfolio_category_6, .portfolio_category_7, .portfolio_category_8 {
        display: none !important;
    }
}


@media screen and (max-width:480px) {
    .qbutton-1 {
        margin-right: 0 !important;
    }

    .qbutton-2 {
        margin-left: 0 !important;
    }
}

@media screen and (max-width:450px) {

    .header_bottom .container_inner {
        padding: 20px 0 !important;
    }

    .q_logo a img {
        width: inherit !important;
    }

    .header_inner_left {
        min-width: 240px !important;
    }
}



/*****************************/
/*      START   PURCHASE     */
/*****************************/
/* RADIO */
.regular-radio {
    display: none;
}

    .regular-radio + label {
        -webkit-appearance: none;
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 9px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
    }

        .regular-radio + label:after {
            content: ' ';
            width: 6px;
            height: 6px;
            border-radius: 50px;
            position: absolute;
            top: 5px;
            border: 1px solid #99a1a7;
            text-shadow: 0px;
            left: 5px;
            font-size: 32px;
        }

    .regular-radio:checked + label:after {
        content: ' ';
        width: 8px;
        height: 8px;
        border-radius: 50px;
        position: absolute;
        top: 5px;
        background: #99a1a7;
        box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
        text-shadow: 0px;
        left: 5px;
        font-size: 32px;
        border: none;
    }

    .regular-radio:checked + label {
        background-color: #e9ecee;
        color: #99a1a7;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
    }

        .regular-radio + label:active, .regular-radio:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }



.number-radio {
    display: none;
}

    .number-radio + label {
        -webkit-appearance: none;
        background-color: #fff;
        border: 1px solid #cacece;
        padding: 9px;
        border-radius: 0px;
        display: inline-block;
        position: relative;
        width: 30px;
        height: 5px;
        line-height: 5px;
        cursor: pointer;
    }

    .number-radio:checked {
        background-color: #606060;
        border: 1px solid #000;
    }

        .number-radio:checked + label:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            background: #99a1a7;
            left: 0;
            line-height: 23px;
        }

        .number-radio:checked + label.label1:after, .number-radio:checked + label.label1-2:after, .number-radio:checked + label.label1-3:after,
        .number-radio:checked + label.label1-4:after, .number-radio:checked + label.label1-44:after {
            content: '1';
        }

        .number-radio:checked + label.label2:after, .number-radio:checked + label.label2-2:after, .number-radio:checked + label.label2-3:after,
        .number-radio:checked + label.label2-4:after, .number-radio:checked + label.label2-44:after {
            content: '2';
        }

        .number-radio:checked + label.label3:after, .number-radio:checked + label.label3-2:after, .number-radio:checked + label.label3-3:after,
        .number-radio:checked + label.label3-4:after, .number-radio:checked + label.label3-44:after {
            content: '3+';
        }
/* CHECKBOX START */
label {
    display: inline;
}

.regular-checkbox {
    display: none;
}

    .regular-checkbox + label {
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 8px;
        display: inline-block;
        position: relative;
        vertical-align: top;
        margin: 6% 15px 0 0;
        float: right;
    }

        .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

    .regular-checkbox:checked + label {
        background-color: #e9ecee;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
    }

        .regular-checkbox:checked + label:after {
            content: ' ';
            position: absolute;
            background-color: #99a1a7;
            width: 10px;
            height: 10px;
            bottom: 3px;
            right: 3px;
        }

/* CHECKBOX END */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}






.separator-line {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(195, 195, 195, 0.75), rgba(0, 0, 0, 0));
    display: block;
    width: 15%;
}

.separator-line-short {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(195, 195, 195, 0.75), rgba(0, 0, 0, 0));
    display: block;
    width: 45%;
}


.base-container {
    max-width: 1100px;
    margin: 40px auto;
}


.button-base {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #606060;
    color: white;
    width: 120px;
}

.button-blue:hover:enabled {
    background-color: #00adef !important;
}

.header-height-container {
    margin-top: 160px;
}

@media screen and (max-width: 1000px) {
    .header-height-container {
        margin-top: 30px !important;
    }

    .sup-bg-image, .sup-bg-image .base-container {
        margin-top: 0 !important;
    }
}


.flip {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-origin: 50% 50% 0px;
    -moz-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    -o-transform-origin: 50% 50% 0px;
    -webkit-transform-origin: 50% 50% 0px;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    height: 430px;
    position: absolute;
}

/*Begining*/
#buy-now-div, #buy-now-div-2, #buy-now-div-3, #buy-now-div-44 {
    transform: rotateY( 0deg );
    -moz-transform: rotateY( 0deg );
    -ms-transform: rotateY( 0deg );
    -o-transform: rotateY( 0deg );
    -webkit-transform: rotateY( 0deg );
}

#buy-now-div-4, #buy-now-div-5 {
    transform: rotateX( 0deg );
    -moz-transform: rotateX( 0deg );
    -ms-transform: rotateX( 0deg );
    -o-transform: rotateX( 0deg );
    -webkit-transform: rotateX( 0deg );
}

#select-confirm-div-1, #select-confirm-div-2, #select-confirm-div-3, #select-confirm-div-44,
#add-to-card-div-1, #add-to-card-div-2, #add-to-card-div-3, #add-to-card-div-44 {
    transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -ms-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    -webkit-transform: rotateY( 180deg );
}

#select-confirm-div-4, #select-confirm-div-5, #add-to-card-div-4, #add-to-card-div-5 {
    transform: rotateX( 180deg );
    -moz-transform: rotateX( 180deg );
    -ms-transform: rotateX( 180deg );
    -o-transform: rotateX( 180deg );
    -webkit-transform: rotateX( 180deg );
}



#select-confirm-div-1, #select-confirm-div-2, #select-confirm-div-3, #select-confirm-div-4, #select-confirm-div-44, #select-confirm-div-5,
#add-to-card-div-1, #add-to-card-div-2, #add-to-card-div-3, #add-to-card-div-4, #add-to-card-div-44, #add-to-card-div-5 {
    width: 100%;
    -moz-box-shadow: 0 0 12px #606060;
    -webkit-box-shadow: 0 0 12px #606060;
    box-shadow: 0 0 12px #606060;
}

#buy-now-div-5, #select-confirm-div-5, #add-to-card-div-5,
.pur #signin-vs, .pur #signin-vs,.pur #register-vs,.pur #confimation-register-vs,.pur #forgot-vs,.pur #confimation-forgot-vs {
    width: 100%;
    height: auto;
    min-height: 380px;
}

#buy-now-div-4, #select-confirm-div-4, #add-to-card-div-4{
    width: 100%;
    height: auto;
    min-height: 320px;
}

.flip-show {
    transform: rotateY( 0deg ) !important;
    -moz-transform: rotateY( 0deg ) !important;
    -ms-transform: rotateY( 0deg ) !important;
    -o-transform: rotateY( 0deg ) !important;
    -webkit-transform: rotateY( 0deg ) !important;
}

.flip-hide {
    transform: rotateY( 180deg ) !important;
    -moz-transform: rotateY( 180deg ) !important;
    -ms-transform: rotateY( 180deg ) !important;
    -o-transform: rotateY( 180deg ) !important;
    -webkit-transform: rotateY( 180deg ) !important;
}

.flip-show2 {
    transform: rotateX( 0deg ) !important;
    -moz-transform: rotateX( 0deg ) !important;
    -ms-transform: rotateX( 0deg ) !important;
    -o-transform: rotateX( 0deg ) !important;
    -webkit-transform: rotateX( 0deg ) !important;
}

.flip-hide2 {
    transform: rotateX( 180deg ) !important;
    -moz-transform: rotateX( 180deg ) !important;
    -ms-transform: rotateX( 180deg ) !important;
    -o-transform: rotateX( 180deg ) !important;
    -webkit-transform: rotateX( 180deg ) !important;
}

.selection-span-1 {
    vertical-align: top;
    line-height: 18px;
    margin-left: 5px;
    margin-top: 16px;
    display: inline-table;
    color: black;
    font-size: 14px;
    max-width: 160px;
}

/*****************************/
/*      END   PURCHASE       */
/*****************************/


/*****************************/
/*   START    PRODUCTS       */
/*****************************/

/* ======== SECTION 1 ======== */
.product_image {
    background-image: url(../images/Slider/Slider1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    position: relative;
}

    .product_image div {
        position: absolute;
        top: 40%;
        text-align: center;
        right: calc((100% - 1100px)/2);
    }

    .product_image h2 {
        color: #ff2435;
        font-size: 93px;
        line-height: 120px;
        font-style: normal;
        font-weight: 100;
        text-shadow: none;
        text-transform: uppercase;
    }

    .product_image p {
        color: #ffffff;
        font-size: 23px;
        font-style: normal;
        font-weight: 300;
        text-shadow: none;
        margin-top: 10px;
    }

.separator-product-image {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(150, 150, 150, 0.75), rgba(0, 0, 0, 0));
    display: block;
    width: 60%;
    margin: 0 auto;
}

.pro-suite-title {
    font-size: 60px;
    line-height: 60px;
    margin: 16px 0;
    display: inline-block;
}



/*only for video*/
.vs-payments {
    text-align: center;
    margin-top: 80px;
}

.div-1-pay {
    display: inline-block;
    width: auto;
    text-align: center;
    vertical-align: top;
    min-width: 195px;
}

.price-pay {
    font-size: 22px;
    color: #00aff0;
    font-weight: 300;
    margin-bottom: 5px;
}

.note-pay {
    display: block;
    color: black !important;
    font-size: 10px !important;
    line-height: 40px;
    text-align: center;
}

    .note-pay span {
        vertical-align: super !important;
        color:inherit !important;
        font-size:inherit !important;
    }

.div-1-pay button {
    margin-top: 8px;
}
/*end*/




@media screen and (max-width: 1200px) {
    .product_image h2 {
        font-size: 70px;
        line-height: 95px;
    }
    .product_image div {
        min-width:1000px;
        right: calc((100% - 1500px)/2);
    }

    .product_image {
        min-height: 500px;
    }

    .video-suite .vs-payments {
        margin-top: 50px;
    }

    .video-suite .div-1-pay {
        margin: 0 8px;
        min-width: initial;
    }

}

@media screen and (max-width: 1024px) {
    .product_image h2, .pro-suite-title {
        font-size: 60px;
        line-height: 80px;
    }

    .product_image div {
        min-width: 768px;
        right: calc((100% - 1152px)/2);
    }
    .product_image {
        min-height: 450px;
    }
}

@media screen and (max-width: 1000px) {

    .video-suite {
        top:20% !important;
    }
}

@media screen and (max-width: 900px) {
    .product_image h2, .pro-suite-title {
        font-size: 40px;
        line-height: 50px;
    }

    .product_image div {
        min-width: 550px;
        right: calc((100% - 775px)/2);
    }
    .product_image {
        min-height: 400px;
    }
}

@media screen and (max-width: 770px) {

    .video-suite {
        right: 0 !important;
        top: -30px !important;
        min-width: 250px !important;
    }

    .video-suite h2, .video-suite p{
        display:none;
    }

    .product_image {
        min-height: 300px;
    }

    .video-suite .vs-payments {
        width: 250px;
        margin-top: 30px;
    }

    .div-1-pay button {
        margin-top: 0px;
    }

    .price-pay {
        display: inline-block;
        margin-top: 20px;
        line-height: 15px;
    }

    .note-pay {
        line-height: 12px;
        max-width: 120px;
        margin: 8px auto;
    }
}

@media screen and (max-width: 580px) {
    .product_image div {
        min-width: 290px;
        right: calc((100% - 290px)/2);
    }

    .vs.product_image {
        background-position: center;
    }
}

@media screen and (max-height: 450px) {
    .video-suite .vs-payments {
        margin-top: 16px;
    }
}




/* ======== SECTION 2 ======== 2*/

.pt3__section2 {
    position: relative;
    height: 380px;
    text-align: center;
}


.pt3__section2_1 {
    text-align: center;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 10px;
}

.pt3__text1 {
    font-size: 24px;
    color: #575757;
    margin: 75px auto;
    max-width: 796px;
    line-height:30px;
}

.pt3__text2 {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    color: #575757;
    margin: 50px auto 80px;
    line-height: 22px;
}


#free-trial-button {
    background: white;
    border-color: #606060;
    color: black;
    font-weight: bold;
}

    .pt3__section2 .div_2_1 {
        min-width: 320px;
        max-width: 400px;
        margin: 0px auto;
    }

.pt3__section2 .mini-header {
       margin-bottom: 10px;
}


.pt3__section2 .p_2_1 {
    color: #969696;
    text-align: left;
    padding: 8px 20px;
    line-height: 15px;
    font-size: 16px;
    text-transform: lowercase;
}

.selection_2_1 #selection-ps, .selection_2_1 #selection-lr, .selection_2_1 #selection-ps-lr, .selection_label {
    text-align: left;
    padding: 0 8px;
    background-color: #f6f6f6;
    height: 60px;
    margin-bottom: 5px;
    display:inherit;
    cursor:pointer;
}

.selection_2_1_div_1 {
    display: inline-block;
    padding: 16px;
    vertical-align: middle;
}

.selection_2_1_div_2 {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    color: black;
}

    .selection_2_1_div_2 .span_1 {
        vertical-align: top;
        line-height: 15px;
        margin: 10px 0 0 5px;
        display: inline-table;
        color: black;
        font-size: 14px;
        text-align: left;
        max-width: 135px;
    }

.selection_2_1_p_1, .selection_2_1_p_2 {
    display: inline-block;
    font-size: 15px;
    margin-left: 80px;
}

.selection_2_1_p_3 {
    color: #00adef;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    margin: 2px 0 0px 178px;
}

.plus {
    font-size: 20px;
    font-weight: bold;
    color: #606060;
    padding: 0 10px;
    vertical-align: top;
    display: inline-block
}

.quantity_2_1 {
    margin: 20px 0 0;
    color: black;
    text-align: right;
}

    .quantity_2_1 p {
        color: #969696;
        font-size: 16px;
        display: inline-block;
        float: left;
        margin-left: 20px;
    }

.quantity_2_1_div_1 {
    display: inline-block;
    text-align: center;
    margin-right: 13px;
}

    .quantity_2_1_div_1_input {
        width: 46px;
        text-align: center;
        display: none;
        height: 19px;
    }

.quantity_2_1_div_2 {
    position: relative;
    text-align: right;
}

    .quantity_2_1_div_2 span.first {
        display: block;
        line-height: 20px;
        font-size: 9px;
        font-weight: bold;
        margin: 0 13px 0 0;
        cursor: pointer;
        clear: both;
    }

    .quantity_2_1_div_2 div {
        display: none;
        position: absolute;
        line-height: 15px;
        background-color: #606060;
        padding: 10px;
        border-radius: 15px;
        color: whitesmoke;
        opacity: 0.9;
        right: 12px;
        bottom: 45px;
    }

    .quantity_2_1_div_2 li span {
        color: #00adef;
    }

.div_2_2 {
    min-width: 320px;
    max-width: 400px;
    margin: 0 auto;
}

.mini-header h3 {
    padding: 24px 0 8px;
    display: inline-block;
    border-bottom: 1px solid #afafaf;
}

.form_2_2_p_1 {
    text-align: left;
    margin-top: 30px;
    margin-bottom:10px;
    line-height: 16px;
}

.form_2_2_input {
    width: 100%;
    height: 36px;
    max-width: 391px;
    padding-left: 5px;
}

.form_2_2_div {
    display: inline-block;
    width: calc(100% - 57px);
}

    .form_2_2_div p {
        padding: 7px 15px;
        text-align: left;
        line-height: 13px;
        border: 1px solid #afafaf;
    }

.form_2_2_p_2 {
    font-size: 12px;
    text-align: left;
    color: red !important;
    visibility: hidden;
    line-height: 14px;
    padding: 8px 0;
}


.add_to_cart_span {
    vertical-align: top;
    line-height: 15px;
    margin-left: 10px;
    display: inline-table;
    color: black;
    font-size: 14px;
    max-width: 170px;
}

.add_to_cart_span_2 {
    float: right;
    max-width: 50px;
    margin-left: 0;
    vertical-align: top;
    line-height: 15px;
    display: inline-table;
    color: black;
    font-size: 14px;
}

.confimation-div {
    min-width: 300px;
    max-width: 400px;
    margin: 50px auto 0;
    padding: 0 10px;
}

.buttons-container {
    position: absolute;
    bottom: 24px;
    max-width: 370px;
    padding: 0 12px 0 16px;
    width: 100%;
}

.buttons-container-2 {
    position: absolute;
    bottom: 24px;
    max-width: 400px;
    padding: 0;
    width: 100%;
}

.buttons-div {
    text-align: right;
}

.buttons-div span.first {
    display: block;
    height: 26px;
    margin: 0;
    vertical-align: middle;
}

.buttons-div span {
    font-size: 22px;
    color: #00adee;
}

.buttons-div .button-base {
    border: 1px solid #606060;
    background-color: white;
    color: black;
    font-size: 14px;
    width: auto;
    padding: 7px 20px;
    line-height: 14px;
}

.label-max {
    text-align: left;
    cursor: pointer;
    background-color: rgb(222, 222, 222);
    font-size: 15px;
    color: black;
    line-height: 0;
    display: block;
    padding: 8px 0px;
    width: 100%;
}

.label-min {
    text-align: left;
    padding: 8px 20px;
    display: block;
    cursor: pointer;
    margin-bottom: 5px;
    background-color: rgb(246, 246, 246);
}

.pt3__text1_rg {
    margin:85px auto !important;
}

#sign-in-auto {
    display:none;
}

@media screen and (max-width: 580px) {
    .pt3__text1 {
        font-size: 20px;
        margin: 50px auto;
    }
}


@media screen and (max-width: 420px) {
    .div_2_2 {
        min-width: 300px;
        max-width: 300px;
    }

    .form_2_2_div p {
        font-size: 10px;
        padding: 7px 10px;
    }

    .form_2_2_input {
        max-width: 291px;
    }

    .buttons-container-2 {
        position: initial;
    }
}

@media screen and (max-width: 400px) {
    .pt3__text1 {
        margin: 30px auto;
    }

    .pt3__text1_rg {
        margin: 50px auto !important;
    }

    .selection_2_1_p_1, .selection_2_1_p_2 {
        margin-left: 30px;
    }
    .selection_2_1_p_3 {
        margin-left:128px;
    }
    .buttons-container {
        position: initial;
        width: auto;
        margin-top:16px;
    }

}

/* ======== SECTION 4 ========3 */
.pt3__section4 {
   
}

.pt3__belt {
    background-color: #1d2b3a;
}

.pt3__section4 img {
    padding:8px;
    border-radius: 55px;
    display: table-cell;
    margin: 0 10px;
}

.pt3__section4 p {
    margin: 0;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: 100;
    display: table-cell;
    text-align:right;
}

.pt3__testimonial {
    display: table;
    margin: 0 auto;
    padding: 8px;
}

@media screen and (max-width: 900px) {
    .pt3__section4 img {
        margin-right: 55px;
    }
}

@media screen and (max-width: 670px) {
    .pt3__section4 img {
        margin-right: 100px;
    }
}



/* ======== SECTION 5 ======== 4*/
.pt3__section5 {
    text-align: center;
    max-width: 1100px;
    margin: 30px auto;
}

    .pt3__section5 .pt3__title {
        font-size: 40px;
        font-weight: 300;
    }

    .pt3__section5 p {
        color: #3b3b3c;
        font-size: 20px;
        font-weight: 300;
        margin: 0;
    }

.pt3__beforeafterwrapper.owl-carousel.owl-theme {
    margin: 10px auto 70px;
    width: 600px;
}

.pt3__beforeafter img {
    width: 600px;
    height: 600px;
    margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #4c4c51;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #5186c9;
}

@media screen and (max-width: 610px) {
    .pt3__section5 {
        display:none;
    }
}


/* ======== SECTION 3 ======== 5*/
.pt3__section3 {
    background-color: #f9feff;
    background-image: url("../images/Products/video_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 603px;
    border-bottom: 4px solid #fff;
}

.pt3__video {
    display: block;
    margin: 0 auto;
    height: 90px;
    width: 90px;
    background-color: #5186c9;
    opacity: 0.8;
    border-radius: 50px;
    background-image: url("../images/Products/play_btn.png");
    background-repeat: no-repeat;
    background-position: center;
}

    .pt3__video:hover {
        background-color: #575757;
    }

.pt3__section3 .pt3__title {
    color: #5186c9;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    margin: 20px 0 0;
    line-height: 32px;
    text-transform: none;
}

.pt3__section3 p {
    color: #3b3b3c;
    font-size: 16px;
    font-style: italic;
    font-weight: 100;
    text-align: center;
    margin: 10px 0 0;
}

.pt3__section3 .owl-carousel {
    padding: 225px 25px 0 265px;
}

.pt3__section3 .owl-prev {
    position: absolute;
    left: 10px;
    bottom: 250px;
}

.pt3__section3 .owl-next {
    position: absolute;
    right: 300px;
    bottom: 250px;
}

.pt3__section3 .owl-dots {
    margin-top:160px;
}
/**
 * BEGIN jQuery ShowYtVideo Plugin
 */
.modal {
    padding: 30px;
    left: 50%;
    top: 50%;
    position: fixed;
    z-index: 9999;
    background: transparent;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .modal.size-m {
        width: 720px;
        height: 480px;
    }

    .modal.size-l {
        width: 700px;
        height: 500px;
    }

    .modal.size-s {
        width: 500px;
        height: 300px;
    }

.modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 100;
}

.modal-close {
    color: #b1b0ac;
    font-size: 30px;
    line-height: .5;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    cursor: pointer;
}

    .modal-close:hover {
        color: #e72626;
    }

/**
 * END jQuery ShowYtVideo Plugin
 */


.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 60px;
    color: black;
    font-size: 30px;
    border: 1px solid;
    background-color: transparent;
    padding: 0;
    margin: 0;
}



@media screen and (max-width: 970px) {
    .pt3__section3 .owl-carousel {
        padding-left:120px;
    }
    .owl-theme .owl-nav{
        display:none;
    }
}
@media screen and (max-width: 670px) {
    .pt3__section3 .owl-carousel {
        padding-left: 60px;
    }
}
@media screen and (max-width: 550px) {
    .pt3__section3 .pt3__title {
        font-size:22px;
    }
    .pt3__video {
        height:70px;
        width:70px;
    }
}
@media screen and (max-width: 450px) {
    .pt3__section3 .owl-carousel {
        padding-left: 0;
    }
}




/* ======== SECTION 6 ======== */

.mini_box p {
    padding: 20px 0;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #1d2b3a;
}

.mini_box span {
    font-size: 18px;
    line-height: 22px;
    color: #1d2b3a;
    display:block;
}

.mini_box h6 {
    font-size: 16px;
    font-weight:400;
    line-height: 22px;
    color: #1d2b3a;
}


.mini_box div {
    position: absolute;
    height: 100%;
    text-align: center;
    top: 20%;
    width: 100%;
}


.mini_box {
    width: 220px;
    height: 180px;
    background-color: #d9d9d9;
    display: inline-block;
    margin: 0 10px;
    line-height: 14px;
    border: 8px double white;
    position: relative;
}

.mini_box_container {
    text-align: center;
    margin: 20px 0;
}
.forLineHeight {
    display:none;
}


@media screen and (max-width: 520px) {
    .mini_box {
        margin:0;
        width:140px;
        height:120px;
    }
    .mini_box p {
        font-size:16px;
        padding:12px 0;
    }
        .mini_box span {
            font-size: 13px;
            line-height: 16px;
        }
        .mini_box h6 {
            font-size: 13px;
            line-height:13px;
        }
        .mini_box div {
            height: 120px;
            top: 30px;
        }
    .forLineHeight {
        display: inline;
    }
}


/* ======== SECTION 6 ========7 */
.pt3__section6 {
    background-image: url('../images/Products/ui_bg.png');
    height: 612px;
    width: 100%;
    display: table;
}

    .pt3__section6 .pt3__ui {
        background-image: url('../images/Products/ui.png');
        background-repeat: no-repeat;
        background-position: center;
        display: table-cell;
        vertical-align: middle;
        background-size:contain;
    }

.pt3__ui-text {
    display: none;
}

@media screen and (max-width: 800px) {
    .pt3__section6 {
        height: 442px;
    }
}
@media screen and (max-width: 600px) {
    .pt3__section6 {
        height: 342px;
    }
}

@media screen and (max-width: 450px) {
    .pt3__section6 {
        height: 242px;
    }
}



/* ======== SECTION 9 ======== 8*/
.pt3__section9 {
    background-color: #1d2b3a;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
}

    .pt3__section9 .pt3__container {
        display: table;
        max-width:1100px;
        margin:0 auto;
    }

    .pt3__section9 .owl-carousel .owl-item img {
        display: table-cell;
        width: inherit;
    }

    .pt3__section9 img {
        display: table-cell;
        vertical-align: middle;
        margin: 15px 20px;
    }

    .pt3__section9 p {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        font-size: 16px;
        font-weight: 100;
        max-width:900px;
        padding:0 10px;
    }

@media screen and (max-width: 850px) {
    .pt3__section9 p {
        width: 80%;
    }
}

@media screen and (max-width: 600px) {
    .pt3__section9 p {
        width: 70%;
        font-size: 13px;
        padding: 10px;
    }
}
@media screen and (max-width: 450px) {
    .pt3__section9 p {
        font-size: 12px;
        line-height:15px;
    }
    .pt3__section9 img {
        margin: 15px 5px;
    }
}

.grecaptcha-badge {
    visibility:hidden;
}


/*VideoSuite And ProSuite*/
.pps-header-container {
    display: inline-block;
    margin: 15px 0 10px;
    text-align: center;
    padding: 0 20px;
    line-height: 20px;
}

    .pps-header-container p {
        font-size: 32px;
        color: black;
        padding-bottom: 7px;
    }

    .pps-header-container span {
        color: #00adef;
        font-size: 20px;
    }

.pps-number-span {
    font-size: 80px;
    margin: 40px 30px;
    display: inline-block;
}

.pps-div-2 {
    max-width: 310px;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
}

.pps-h5 {
    display: inline-block;
    max-width: 210px;
    vertical-align: top;
    text-align: center;
    margin-top: 10px;
    line-height: 24px;
}

.vs .vs-span-1 {
    color: #00aff0;
}

.vs .vs-span-2 {
    color: #606060;
}

.vs-overview {
    max-width: 950px;
    margin: 30px auto;
    text-align: center;
}

    .vs-overview h6 {
        font-size: 42px;
        line-height: 42px;
        padding: 30px 0;
        color: #00aff0;
        text-transform: capitalize;
        font-weight: 300;
    }

    .vs-overview p {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 40px;
        color: #575757;
    }

@media screen and (max-width:1055px) {
    .pps-div-2 {
        max-width: initial;
        margin-top: 0px;
    }

    .pps-h5 {
        vertical-align: initial;
    }

    .pps-number-span {
        margin: 30px 16px;
    }

    .vs-overview {
        padding: 0 20px;
        max-width: 750px;
    }
}

@media screen and (max-width:960px) {
    .pps-only {
        top: 20% !important;
    }
}

@media screen and (max-width:511px) {
    .pps-number-span {
        float: left;
    }
}



/*****************************/
/*    END   PRODUCTS         */
/*****************************/


/*****************************/
/*    START   FOOTER         */
/*****************************/

footer ul {
    list-style-type: none;
    width: auto;
    color: #f2f2f2;
    margin: 0 5%;
    display: inline-table;
    text-align: left;
}

    footer ul li {
        line-height: 15px;
        padding-top: 10px;
        cursor: pointer;
        text-transform: capitalize;
    }

        footer ul li:hover {
            text-decoration: underline;
        }

        footer ul li a {
            color: #f2f2f2;
        }

.footer-frist-li {
    padding-bottom: 20px;
    font-size: 16px;
    color: white;
    line-height: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #555;
    letter-spacing: 1px;
    font-weight: 400;
}

    .footer-frist-li:hover {
        text-decoration: none !important;
    }

.footer-div-1 {
    min-height: 350px;
    background-color: #414042
}

.footer-div-2 {
    max-width: 1100px;
    margin: 0 auto;
}

.footer-div-logo {
    display: inline-block;
    vertical-align: top;
    padding: 40px 25px;
}


.footer-div-text {
    display: inline-block;
    padding: 40px 0 0;
    width: calc(100% - 360px);
    text-align: left;
    max-width: 630px;
    margin-left: 15%;
}

.footer-div-copy {
    margin-top: 40px;
}

footer .tou {
    text-decoration:underline;
    color: #606060;
}

.social-links {
    margin-bottom: 20px;
}

    .social-links ul {
        margin: 0;
        width: auto;
    }

        .social-links ul li {
            float: left;
            padding-right: 16px;
            font-size: 20px;
        }

        .social-links ul li a{
          color:#606060;
        }

@media screen and (max-width: 1100px) {
    .footer-div-text {
        max-width: 535px;
        margin-left: 8%;
    }
    footer ul {
        margin: 0 20px;
    }
}


@media screen and (max-width: 920px) {
    .footer-div-text {
        margin-left: 3%;
    }

    footer ul {
        margin: 0 8px;
    }
}

@media screen and (max-width: 810px) {
    footer ul {
        min-width: initial;
        margin: 0 3%;
    }

    .footer-div-logo {
        display: block;
        vertical-align: top;
        padding: 40px 25px;
        text-align: center;
    }

    .footer-div-text {
        display: block;
        padding: 0;
        text-align: center;
        min-width: initial;
        max-width: initial;
        width: 100%;
    }

    .footer-div-copy {
        padding: 40px 25px 5px;
        text-align: center;
        margin: 0;
    }
}



@media screen and (max-width: 500px) {
    .footer-div-text {
        width: auto;
        max-width: 300px;
        margin: 0 auto;
    }

    footer ul {
        margin: 20px 10px 0 0;
        width: 135px;
        text-align: center;
    }
}

/*****************************/
/*    END   FOOTER           */
/*****************************/

/*****************************/
/*    START   DOWNLOAD       */
/*****************************/

label[for=policy] {
    float: left;
    cursor: pointer;
}

.big-policy:checked + label:after {
    content: '\f00c';
    position: absolute;
    background-color: transparent;
    width: 30px;
    height: 23px;
    bottom: 10px;
    right: 3px;
    font-family: 'FontAwesome' !important;
    font-size: 30px;
}


#buy-now-product, #initial-div, #add-to-card-div, #free-trial-product, #confimation-emali, #host-pt3,
#host-vs, #signin-vs, #register-vs, #forgot-vs, #confimation-register-vs, #confimation-forgot-vs, #hello-vs,
#email-request-llk, #info-request-llk, #choose-email-llk, #new-email-llk, #confimation-choose-email-llk, #confimation-new-email-llk {
    width: 100%;
    -moz-box-shadow: 0 0 12px #606060;
    -webkit-box-shadow: 0 0 12px #606060;
    box-shadow: 0 0 12px #606060;
}

#initial-div, .login #signin-vs, #hello-vs, .supportLLK #email-request-llk{
    transform: rotateX( 0deg );
    -moz-transform: rotateX( 0deg );
    -ms-transform: rotateX( 0deg );
    -o-transform: rotateX( 0deg );
    -webkit-transform: rotateX( 0deg );
}

#buy-now-product, #add-to-card-div, #free-trial-product, #confimation-emali, #host-pt3,
#host-vs, #signin-vs, #register-vs, #forgot-vs, #confimation-register-vs, #confimation-forgot-vs,
#email-request-llk, #info-request-llk, #choose-email-llk, #new-email-llk, #confimation-choose-email-llk, #confimation-new-email-llk {
    transform: rotateX( 180deg );
    -moz-transform: rotateX( 180deg );
    -ms-transform: rotateX( 180deg );
    -o-transform: rotateX( 180deg );
    -webkit-transform: rotateX( 180deg );
}

.regular-radio2 + label {
    padding: 5px;
    margin: 12px 5px 0 0;
    border-radius: 0;
    float: right;
    width: 65px;
    text-align: center;
}

    .regular-radio2:checked + label:after, .regular-radio2 + label:after {
        content: none;
    }

/*****************************/
/*    END   DOWNLOAD         */
/*****************************/


/*****************************/
/*    START   INSTALATION    */
/*****************************/

div.install.header-height-container {
    margin-top: 180px;
}

.install-container {
    max-width: 1100px;
    margin: 40px auto;
}

    .install-container h3 {
        font-size: 56px;
        font-weight: 400;
        color: black;
        margin-bottom: 50px;
    }

.install-blocks {
    display: inline-table;
    max-width: 358px;
    background-color: #f1f2f2;
    padding: 30px 0;
    min-height: 340px;
    height: auto;
}

.install .block-middle {
    margin: 0 16px;
}

.install h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    color: black;
    padding: 0 20px 20px;
    min-height: 44px;
}



.install-mini-blok {
    padding: 0 20px;
    display: block;
}

    .install-mini-blok .key {
        width: 36px;
        padding: 12px;
    }

    .install-mini-blok:hover {
        background-color: #b7b7b7;
    }

    .install-mini-blok h6 {
        font-size: 18px;
        font-weight: 300;
        line-height: 26px;
        color: black;
        vertical-align: top;
        padding-top: 20px;
        display: inline-block;
        text-transform: none;
    }

.install .install-mini-blok span {
    float: right;
    color: #00aff0;
    top: 22px;
    font-size: 18px;
}

.install .mini-h3 {
    font-size: 42px;
    margin-bottom: 30px;
    padding:0;
}

.install .first-p {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: black;
}

.install ol {
    padding: 20px 30px;
    background-color: #f1f2f2;
    margin: 20px 0 0;
    font-size: 16px;
    list-style-position: inside;
    color: black;
}

    .install ol a {
        color: #00aff0;
        padding-left: 8px;
    }

.install-sections a {
    color: #00aff0;
}


    .install-sections h4 {
        font-size: 22px;
        font-weight: 500;
        line-height: 22px;
        color: black;
        padding-bottom: 20px;
        padding-top: 90px;
    }

    .install-sections p {
        font-size: 18px;
        font-weight: 300;
        color: black;
        padding-bottom: 16px;
    }

        .install-sections p span, .important-p {
            color: red !important;
        }

    .install-sections img {
        width: 500px;
        margin: 0 auto;
        padding: 0 30px;
    }


@media screen and (max-width:1100px) {
    .install-blocks {
        display: block;
        max-width: initial;
        min-height: initial;
        margin: 16px !important;
    }

    .install-container h3 {
        font-size: 42px;
        padding: 0px 16px;
    }

    .margin16 {
        margin:0 16px;
    }
}

@media screen and (max-width:1000px) {
    .install-sections h4 {
        padding-top: 40px;
    }
}

@media screen and (max-width:580px) {
    .install-sections img {
        width: 100%;
        padding: 0;
    }
}


@media screen and (max-width:400px) {
    .install-mini-blok {
        padding: 0 20px 0 0;
    }

        .install-mini-blok h6 {
            font-size: 16px;
            line-height: 22px;
        }
}

/*****************************/
/*    END   INSTALATION    */
/*****************************/

/*****************************/
/*    START   VIDEO          */
/*****************************/


.vs_selection {
    margin-bottom: 22px;
}

.vs_checkbox {
    vertical-align: text-bottom !important;
    margin: 0 4px 0 0 !important;
    float: none !important;
}

.vs_initial_container span {
    color: black;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding-top: 30px;
}

    .vs_initial_container span a, .vs_register_container span a {
        color: #00aff0;
    }



.vs_register_container span {
    color: black;
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    text-align: left;
    margin-bottom: 25px;
}

.vs_signin_container a {
    float: right;
    color: #00aff0;
    font-size: 16px;
}

.vs_signin_container span {
    color: black;
    display: inline-block;
    font-size: 16px;
}

.vs_signin_container form {
    text-align: left;
}

.vs_signin_container input {
    margin-top: 16px;
    color: black;
}

.vs_signin_container .div-register {
    margin-bottom: 75px;
}

    .vs_signin_container .div-register span {
        float: right;
        margin-right: 8px;
    }

.vs_register_container input {
    margin-top: 8px;
    height: 26px !important;
}

.vs_forgotpass_container span {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    padding: 30px 0 16px;
    color: black;
    display: inline-block;
}

.vs_forgotpass_container input {
    color: black;
}

.vs_forgotpass_container .buttons-container-2 {
    margin-top: 20px;
}

.vs_initial_container .buttons-container {
    position: initial;
}

    .vs_initial_container .buttons-container .buttons-div {
        text-align: center;
        margin-top: 8px;
    }

.vs_span_2 {
    color: #00aFF0 !important;
    float: right;
}

.vs_span_1, .vs_span_2 {
    color: black;
    font-size: 16px;
    padding: 18px 20px;
    display: inline-block;
}

.vs-hello-div {
    margin: 100px auto 70px;
}

    .vs-hello-div span {
        padding: 0 !important;
    }

.vs-hello, .vs-hello span {
    font-size: 24px;
    line-height: 28px;
    color: black;
}

.vs .loader, .login .loader, .supportLLK .loader {
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    z-index: 1;
    display: none;
}

.vs .error-color-input {
    border: solid 1px red !important;
}


/*****************************/
/*    END   VIDEO            */
/*****************************/

.container-llk a {
    float: left;
    color: #00aff0;
    font-size: 16px;
    text-decoration-line: underline;
}

.container-llk span {
    color: black;
    display: inline-block;
    font-size: 16px;
}

.container-llk form {
    text-align: left;
}

.container-llk input {
    margin-top: 12px;
    color: black;
}

