      
/*Home Intro*/

.row.fw-row .v-box-wrap .v-box-inner {
    padding: 12%;
}

.row.fw-row .v-box-wrap .v-box-inner.no-padding {
    padding: 0%;
}

.row.fw-row .v-box-wrap .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
}

/*End Home Intro*/


.ui-widget-content a {
    color: #333333;
}

.ui-widget-content a:hover {
    color: #1dc6df;
}

    /*Custom Size*/
@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}
@media only screen and (min-width: 1250px) {
    body.boxed-layout {
        width: 1140px;
    }

        body.boxed-layout header {
            max-width: 1140px;
        }
	
}

.v-container{
    padding-top:70px !important;
    padding-bottom:70px !important;
}

.v-container-2x{
    padding-top:100px !important;
    padding-bottom:100px !important;
}
      .header-text {
            margin-left: 3px;
            color: black;
            font-size: 16px;
            font-weight: bold;

        }


        #load,
        #msg2,
        #msg3 {
            display: none;
        }

        #smal {
            display: none !important;
        }

        #bigi {
            display: block !important;
        }

        .ads {
            margin: 0px;
            padding: 0px;
        }

        @media (max-width:767px) {
            #bigi {
                display: none !important;
            }

            #smal {
                display: block !important;
            }
        }



        .m-b-md {
            margin-bottom: 30px;
        }

        @import url('https://fonts.googleapis.com/css?family=Roboto');

        .video-background {
            background: #000;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
        }

        #video-foreground,
        .video-background iframe {
            position: absolute;
            top: 0;
            left: 10;
            width: 100%;
            opacity: 0.3;
            z-index: 22;
            pointer-events: none;
        }

        @media (min-aspect-ratio: 16/9) {
            #video-foreground {
                height: 300%;
                top: -100%;
            }

            @media (max-aspect-ratio: 16/9) {
                #video-foreground {
                    width: 300%;
                    left: -100%;
                }
            }

            .tp-caption a.btn.v-btn {
                /* font-size: 12px; */
                margin-left: 120px !important;
                margin-top: 12px !important;
            }

            .btn-primary {
                color: #fff;
                margin-top: 25px !important;
                background-color: #428bca;
                border-color: #357ebd;
            }

            .btn-primary a {
                color: #fff !important;
            }
        }

          .tabset>input[type="radio"] {
            position: absolute;
            left: -200vw;
        }

        .tabset .tab-panel {
            display: none;
        }

        .tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
        .tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
        .tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
        .tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
        .tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
        .tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
            display: block;
        }

        /*
 Styling
*/
        body {
            font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
            color: #333;
            font-weight: 300;
        }

        #links {
            display: none;
        }

        .tabset>label {
            position: relative;
            display: inline-block;
            padding: 15px 15px 25px;
            border: 1px solid transparent;
            border-bottom: 0;
            cursor: pointer;
            font-weight: 600;
        }

        .tabset>label::after {
            content: "";
            position: absolute;
            left: 15px;
            bottom: 10px;
            width: 22px;
            height: 4px;
            background: #8d8d8d;
        }

        .tabset>label:hover,
        .tabset>input:focus+label {
            color: #06c;
        }

        .tabset>label:hover::after,
        .tabset>input:focus+label::after,
        .tabset>input:checked+label::after {
            background: #06c;
        }

        .tabset>input:checked+label {
            border-color: #ccc;
            border-bottom: 1px solid #fff;
            margin-bottom: -1px;
        }

        .tab-panel {
            padding: 30px 0;
            border-top: 1px solid #ccc;
        }

        /*
 Demo purposes only
*/
        h1.demo-title {
            text-align: center;
            font-size: 30px;
            font-weight: 600;
            color: #2A293E;
            letter-spacing: 2px;
        }

        h1.demo-title a {
            font-size: 16px;
            font-weight: 300;
        }

        .pricing-table {
            display: flex;
            flex-flow: row wrap;
            width: 100%;
            max-width: 1100px;
            margin: 0 auto;
            background: #ffffff;
        }

        .pricing-table .ptable-item {
            width: 33.33%;
            padding: 0 15px;
            margin-bottom: 30px;
        }

        @media (max-width: 992px) {
            .pricing-table .ptable-item {
                width: 33.33%;
            }

            #links {
                flex-direction: column;
                align-items: center;
            }

            #links a {
                margin-bottom: 5px;
            }

            .v-rev-slider {
                height: 460px !important;

            }
        }

        @media (max-width: 768px) {
            .pricing-table .ptable-item {
                width: 50%;
            }

            #intro_stores>div {
                flex-direction: column;
            }

            #intro_stores>div a {
                margin-bottom: 10px;
            }
        }

        @media (max-width: 576px) {
            .pricing-table .ptable-item {
                width: 100%;
            }

            .v-rev-slider {
                height: 370px !important;

            }

            #links a {
                width: 130px !important;
            }
        }

        @media (max-width: 360px) {

            .v-rev-slider {
                height: 290px !important;
            }
        }

        .pricing-table .ptable-single {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .pricing-table .ptable-header,
        .pricing-table .ptable-body,
        .pricing-table .ptable-footer {
            position: relative;
            width: 100%;
            text-align: center;
            overflow: hidden;
        }

        .pricing-table .ptable-status,
        .pricing-table .ptable-title,
        .pricing-table .ptable-price,
        .pricing-table .ptable-description,
        .pricing-table .ptable-action {
            position: relative;
            width: 100%;
            text-align: center;
        }

        .pricing-table .ptable-single {
            background: #f6f8fa;
        }

        .pricing-table .ptable-single:hover {
            box-shadow: 0 0 10px #999999;
        }

        .pricing-table .ptable-header {
            margin: 0 30px;
            padding: 30px 0 45px 0;
            width: auto;
            background: #2A293E;
        }

        .pricing-table .ptable-header::before,
        .pricing-table .ptable-header::after {
            content: "";
            position: absolute;
            bottom: 0;
            width: 0;
            height: 0;
            border-bottom: 100px solid #f6f8fa;
        }

        .pricing-table .ptable-header::before {
            right: 50%;
            border-right: 250px solid transparent;
        }

        .pricing-table .ptable-header::after {
            left: 50%;
            border-left: 250px solid transparent;
        }

        .pricing-table .ptable-item.featured-item .ptable-header {
            background: #FF6F61;
        }

        .pricing-table .ptable-status {
            margin-top: -30px;
        }

        .pricing-table .ptable-status span {
            position: relative;
            display: inline-block;
            width: 50px;
            height: 30px;
            padding: 5px 0;
            text-align: center;
            color: #FF6F61;
            font-size: 14px;
            font-weight: 300;
            letter-spacing: 1px;
            background: #2A293E;
        }

        .pricing-table .ptable-status span::before,
        .pricing-table .ptable-status span::after {
            content: "";
            position: absolute;
            bottom: 0;
            width: 0;
            height: 0;
            border-bottom: 10px solid #FF6F61;
        }

        .pricing-table .ptable-status span::before {
            right: 50%;
            border-right: 25px solid transparent;
        }

        .pricing-table .ptable-status span::after {
            left: 50%;
            border-left: 25px solid transparent;
        }

        .pricing-table .ptable-title h2 {
            color: #ffffff;
            font-size: 24px;
            font-weight: 300;
            letter-spacing: 2px;
        }

        .pricing-table .ptable-price h2 {
            margin: 0;
            color: #ffffff;
            font-size: 45px;
            font-weight: 700;
            margin-left: 15px;
        }

        .pricing-table .ptable-price h2 small {
            position: absolute;
            font-size: 22px;
            font-weight: 300;
            color: white;
            margin-top: 4px;
            margin-left: -25px;
        }

        .pricing-table .ptable-price h2 span {
            margin-left: 3px;
            font-size: 16px;
            font-weight: 300;
        }

        .pricing-table .ptable-body {
            padding: 20px 0;
        }

        .pricing-table .ptable-description ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .pricing-table .ptable-description ul li {
            color: #2A293E;
            font-size: 14px;
            font-weight: 300;
            letter-spacing: 1px;
            padding: 7px;
            border-bottom: 1px solid #dedede;
        }

        .pricing-table .ptable-description ul li:last-child {
            border: none;
        }

        .pricing-table .ptable-footer {
            padding-bottom: 30px;
        }

        .pricing-table .ptable-action a {
            display: inline-block;
            padding: 10px 20px;
            color: #FF6F61;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 2px;
            text-decoration: none;
            background: #2A293E;
        }

        .pricing-table .ptable-action a:hover {
            color: #2A293E;
            background: #FF6F61;
        }

        .pricing-table .ptable-item.featured-item .ptable-action a {
            color: #2A293E;
            background: #FF6F61;
        }

        .pricing-table .ptable-item.featured-item .ptable-action a:hover {
            color: #FF6F61;
            background: #2A293E;
        }