/* @imports
--------------*/

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/index/fonts/glyphicons-halflings-regular.eot);
    src: url(/index/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/index/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(/index/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/index/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/index/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}


/*imported*/

.checkout-container {
    margin: 50px;
}

.checkout-container-left,
.checkout-container-right {
    padding: 50px;
}

.checkout-container-right {
    border-bottom: 0;
    border-left: 1px solid #ddd;
}

i.flag:not(.icon) {
    margin: 0em 0.1em 0em 0em;
}

a.close {
    position: relative;
    display: inline-block;
    background: #d9534f;
    border-radius: 3px;
    border: 1px solid #d43f3a;
    opacity: 1;
    width: 20px;
    height: 20px;
    float: none;
}

a.close:hover {
    opacity: 1;
    background: #d9534f;
}

a.close:before,
a.close:after {
    position: absolute;
    content: ' ';
    height: 10px;
    width: 2px;
    background-color: #fff;
    top: 50%;
    left: 46%;
}

a.close:before {
    transform: translateY(-50%) rotate(45deg);
}

a.close:after {
    transform: translateY(-50%) rotate(-45deg);
}

.ifl {
    min-width: 100px;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #e0e0e0;
    border-color: #303040;
    font-weight: bold;
    text-shadow: 1px 1px 0px #C2E2F2;
    box-shadow: inset 0px 1px 0px 0px #C2E2F2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e0e0e0), color-stop(1, #303040));
    -moz-box-shadow: inset 0px 1px 0px 0px #333;
    -webkit-box-shadow: inset 0px 1px 0px 0px #333;
    background: -moz-linear-gradient(center top, #e0e0e0 5%, #303040 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e0e0e0", endColorstr="#303040");
}

.remove-tm-icon {
    position: relative;
    top: -3px;
}

.air {
    min-width: 100px;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #784400;
    background-color: #F69100;
    border-color: #C14400;
    font-weight: bold;
    text-shadow: 1px 1px 0px #DB8A59;
    box-shadow: inset 0px 1px 0px 0px #DB8A59;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F69100), color-stop(1, #C14400));
    -moz-box-shadow: inset 0px 1px 0px 0px #986229;
    -webkit-box-shadow: inset 0px 1px 0px 0px #986229;
    background: -moz-linear-gradient(center top, #F69100 5%, #C14400 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#F69100", endColorstr="#C14400");
}

.ult {
    min-width: 100px;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #646363;
    background-color: #6A9EB8;
    border-color: #91CBE8;
    font-weight: bold;
    text-shadow: 1px 1px 0px #C2E2F2;
    box-shadow: inset 0px 1px 0px 0px #C2E2F2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6A9EB8), color-stop(1, #91CBE8));
    -moz-box-shadow: inset 0px 1px 0px 0px #426273;
    -webkit-box-shadow: inset 0px 1px 0px 0px #426273;
    background: -moz-linear-gradient(center top, #6A9EB8 5%, #91CBE8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#6A9EB8", endColorstr="#91CBE8");
}

.glyphicon {
    cursor: pointer;
}

.custom-badge {
    display: inline-block;
    min-width: 10px;
    padding: 4px 7px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #5cb85c;
    border-radius: 22px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.btn-success-02 {
    border: 1px solid #4cae4c;
    background: #232325;
    color: #4cae4c;
    white-space: inherit;
}

.btn-success-02:hover {
    color: #4cae4c;
}


/*page style*/


/*
.cart-container {
	background: #cad0ec;
}
*/

.cart-inner {
    overflow: hidden;
    padding: 20px 0;
}

.cart-item {
    margin: 15px 0 50px;
    padding: 0 20px;
}

.cart-item .ttl {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
}

.cart-item .txt-mark {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
}

.logo-mark~.action {
    vertical-align: bottom;
}

.cart-item .action {
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
}

.cart-item .action span {
    font-size: 11px;
    cursor: pointer;
    color: #0070c0;
}

.cart-item .table>tbody>tr>td:nth-child(2),
.cart-item .table>tbody>tr>td:nth-child(3),
.cart-item .table>tbody>tr>td:nth-child(4) {
    border-right: 0;
    border-left: 0;
}

.cart-item .table>tbody>tr:last-child>td:nth-child(2),
.cart-item .table>tbody>tr:last-child>td:last-child {
    border: 1px dashed #858996;
}

.cart-item td:nth-child(2) .action.protection {
    padding-left: 14px;
    margin-bottom: 0;
}

.cart-item td:nth-child(2) .action.protection span {
    text-align: left;
}

.cart-item td:nth-child(2) .action.protection span:before {
    position: absolute;
    margin-right: 0;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.cart-item td:nth-child(4) .action.protection {
    padding-right: 14px;
    margin-bottom: 0;
}

.cart-item td:nth-child(4) .action.protection span {
    text-align: right;
    margin-left: 0;
}

.cart-item td:nth-child(4) .action.protection span:before {
    position: absolute;
    margin-right: 0;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.cart-item .logo-mark {
    display: inline-block;
    margin-bottom: 12px;
}

.cart-item .action span:before {
    margin-right: 3px;
}

.cart-item .text-sub-total {
    font-weight: bold;
    font-size: 18px;
}

.tbl-cart.table>tbody>tr>td,
.tbl-cart.table>tbody>tr>th,
.tbl-cart.table>tfoot>tr>td,
.tbl-cart.table>tfoot>tr>th,
.tbl-cart.table>thead>tr>td,
.tbl-cart.table>thead>tr>th {
    border: 1px dashed #858996;
    vertical-align: middle;
}

.cart-item .table>tbody>tr:last-child>td:first-child {
    border: 0;
}

.table>tbody>tr>td.custom-width>span {
    width: 50%;
    display: block;
}

.table>tbody>tr>td.remove,
.table>tbody>tr>td.edit {
    width: 38px;
    vertical-align: middle;
    text-align: center;
}

.table>tbody>tr>td.edit {
    border-left: 0;
}

.cart-summary {
    background: #232325;
    color: #fff;
    padding: 20px 10px;
}

.txt-summary {
    font-size: 18px;
    line-height: 0.8;
    font-weight: bold;
}

.txt-total {
    font-size: 20px;
}

.cart-total.table>tbody {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.cart-total.table>tbody>tr>td {
    line-height: 1;
    padding: 15px 0 0;
    vertical-align: middle;
    font-weight: bold;
    border-bottom: 0;
    border-top: 0;
}

.cart-summary .txt-sm {
    font-size: 11px;
    font-weight: normal;
}

.cart-total.table>tbody>tr>td.add-info {
    padding: 0;
    text-align: right;
}

.cart-total.table>tbody>tr:last-child>td.add-info {
    padding-bottom: 15px;
}

.txt-divider {
    text-align: center;
    font-style: italic;
    margin: 15px 0;
    font-size: 12px;
}

.text-quantity {
    font-size: 12px;
}

.btn-dark {
    color: #232325;
    background-color: #cad0ec;
    border-color: #232325;
    font-weight: bold;
}

.dark-sm {
    padding: 5px 0;
    font-size: 11px;
    border: 0;
}

.btn-dark:active {
    box-shadow: none;
}

.modal-content {
    padding: 20px 0;
}

.crt-fx {
    position: fixed;
    width: 332px;
    right: 16%;
    top: 12%;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    left: 0;
    background: #cad0ec;
    padding: 0 10px;
}

.sp-break {
    display: none;
}


/* Color */

.welcome-box .read-more a:hover,
.welcome-box:hover a,
.features-section h4,
.fact-number .factor,
.infograph-section ul li i,
.contact .btn:hover,
.tab-content i,
.blog-outer .span-inner,
.blog-outer .blog-status .read-more,
.blog-outer .blog-status .social-title,
.sidebar-social li a:hover,
.blog-outer .archives a:hover,
.blog-outer .sidebar-facebook h4,
.blog-outer .categories li:hover a,
.blog-outer .tags li:hover a,
.shortcodes .nav-tabs>li.active>a,
.shortcodes .nav-tabs>li.active>a:hover,
.shortcodes .nav-tabs>li.active>a:focus,
.shortcodes .testimonial .testimonial-inner .testimonial-content:after,
.shortcodes .testimonial .testimonial2-inner .testimonial-content:after,
.shortcodes .short-code .accordion-toggle:before,
.shortcodes .short-code .accordion-toggle.collapsed:before,
.shortcodes .piechart span,
.color,
.team-box h4,
.blog-content h2 a,
.features-list li:hover>.features-content h5,
.about-right li:hover>i,
header .navbar li a:hover,
header .navbar li a:focus,
header .navbar li.active a,
.title span,
.text-color,
.title span,
.welcome-section li:hover h5,
.pricing-box .price,
.pricing-more:hover a {
    color: #e74c3c;
}


/* Background Color */

.title h2:before,
.title:before,
.home-slider .slide-item,
.service-more:hover,
.infograph-section .btn,
.blog .btn:hover,
.contact .btn,
.copyright .copyright-social-icon i:hover,
.footer-social-icon i:hover,
.footer .btn-default,
.team .social-icon i:hover,
.filter-menu ul li:hover,
.filter-menu ul li.active,
.twitter-feed,
.twitter-feed i,
.blog-outer .blog-social i:hover,
.blog-single .btn:hover,
.faq .left-part .faq-panel .accordion-toggle:before,
.faq #accordion1 .panel-body,
.shortcodes #accordion1 .panel-body,
.shortcodes .testimonial .testimonial-inner .testimonial-content:hover,
.shortcodes .testimonial .testimonial2-inner .testimonial-content:hover,
.shortcodes .testimonial3-inner .carousel-indicators li.active,
.shortcodes .carousel .carousel-content a,
.pagination ul li a,
.pagination ul li span,
.features-list li:hover>i,
.highlight h3,
.subscribe-form-submit,
.social-media i:hover,
.timeline-title span,
.timeline-title2 span,
.blog-timeline-event-left:before,
.blog-timeline-event-right:before,
.additional-features>i,
.features-border-top .col-md-3:after,
.features-border-top .right-border:before,
.bg-inverse {
    background-color: #e74c3c;
}


/* Border Color */

.faq .panel-group .panel,
.shortcodes .carousel-indicators li,
.comment-reply,
.blog-single blockquote,
.blog-outer .tags li,
.highlight h3,
.features-border-top,
.team .team-box,
.bg-inverse {
    border-color: #e74c3c;
}

.shortcodes .nav-tabs>li.active>a:focus,
.shortcodes .nav-tabs>li.active>a {
    border-top-color: #e74c3c;
}

.shortcodes .testimonial .testimonial-inner .testimonial-content,
.shortcodes .testimonial .testimonial-inner .testimonial-content:hover,
.shortcodes .testimonial .testimonial2-inner .testimonial-content,
.shortcodes .testimonial .testimonial2-inner .testimonial-content:hover {
    border-bottom-color: #e74c3c;
}


/* @general styles
-----------------*/

body {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    padding: 0;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}


/*general*/

.cart-container-inner {
    margin-top: 0px;
}

.sp-view {
    display: none !important;
}

.pc-view {
    display: block !important;
}


/*Fold section*/

.fold {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 8% 0;
}

.fold2 {
    text-align: center;
    padding: 8% 0;
}

.fold h1.ttl {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 80px;
}

.fold h1.ttl span {
    color: #e74c3c;
}

.fold .txt-desc {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
}

ul.dashed {
    list-style-type: none;
    list-style-position: outside;
    display: table;
}

ul.dashed>li {
    padding-left: 20px;
    display: table-row;
}

ul.dashed>li:before {
    content: '\2014';
    text-indent: 5px;
    display: table-cell;
    width: 30px;
}

.fold .desc-italic {
    font-size: 20px;
    font-style: italic;
    color: #8d98be;
    margin: 0;
}

.fold .btn.btn-custom {
    background: #e74c3c;
    color: #fff;
    margin: 5px auto 20px;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 100px;
    margin-bottom: 30px;
}

.fold .btn.btn-custom:hover {
    background: #ba3b2e !important;
    color: #fff;
}

.btn.btn-custom-03 {
    margin: 5px 5px 14px;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 10px;
    margin-bottom: 14px;
    width: 295px;
}

.btn.btn-custom-04 {
    font-size: 18px;
    color: black;
    background: transparent;
    margin: 5px 5px 14px;
    border: 3px solid #4cae4c;
    padding: 10px 10px;
    /*width: 465px;*/
}

.btn.btn-custom-04:hover {
    color: #fff;
    background-color: #5cb85c !important;
}


/*.btn.btn-custom-03:hover {
	background: #ba3b2e !important;
	color: #fff;
}*/

.fold .btn.btn-custom {
    width: 465px;
}

.fold .btn.btn-custom-02 {
    font-size: 30px;
    color: #e74c3c;
    background: transparent;
    margin: 5px auto 20px;
    border: 2px solid #939cc3;
    padding: 10px 40px;
    width: 465px;
}

.fold .btn.btn-custom-02:hover {
    background: #ba3b2e !important;
    border-color: #ba3b2e !important;
    color: white;
}

.fold2 .btn.btn-custom-02 {
    font-size: 18px;
    color: #e74c3c;
    background: transparent;
    margin: 5px auto 20px;
    border: 2px solid #939cc3;
    padding: 10px 40px;
}

.fold2 .btn.btn-custom-02:hover {
    background: #939cc3;
}


/*Modal*/


/*

.modal .modal-header {
	background: #111148;
	color: #fff;
}
*/

.modal .modal-header .close {
    color: #fff;
}

.modal .modal-title {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.modal .modal-body form {
    overflow: hidden;
}


/*
.modal .btn-custom {
	background: #202064 !important;
	color: #fff;
}
*/

.btn-txt-link {
    background: transparent;
}

.btn-txt-link:active {
    box-shadow: none;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-left: 0;
}


/* @media queries
-----------------*/

@media (max-width: 992px) {
    .navbar>.container-fluid .navbar-brand {
        width: 35%;
        padding: 25px 15px;
        margin-top: -56px;
    }
    .navbar>.container-fluid .navbar-brand:before {
        position: absolute;
        top: -5px;
        transform: rotate(-68deg);
        right: -12px;
        content: "";
        border: 53px solid transparent;
        border-right-color: #111148;
        border-left: 0;
        border-bottom: 0;
    }
    .navbar-nav li {
        float: left;
    }
    .nav>li>a {
        padding: 10px;
    }
    .navbar .bottom .navbar-header {
        width: 100%;
    }
    .navbar .bottom .navbar-collapse {
        float: right;
        padding: 0;
        margin-top: -7%;
    }
    .navbar .bottom .navbar-collapse ul li>a {
        font-size: 12px;
        color: #333;
    }
    .navbar .container-fluid.top a {
        font-size: 12px;
        padding: 10px;
    }
    .navbar .container-fluid.top .navbar-nav i {
        font-size: 15px;
    }
    .navbar .container-fluid.top .navbar-right {
        padding-right: 20px;
    }
    /*fixed*/
    .navbar>.container-fluid.fixed-header ul li>a {
        padding: 10px 25px;
    }
    .navbar>.bottom.fixed-header .navbar-nav .btn.btn-custom {
        margin: 5px 0 !important;
    }
    .navbar ul.nav>li>a {
        padding: 24px 14px;
    }
}

@media (max-width: 640px) {
    .sp-view {
        display: block !important;
    }
    .pc-view {
        display: none !important;
    }
}

@media (max-width: 768px) {
    /*general*/
    .cart-container-inner {
        margin-top: 140px;
    }
    .navbar .container-fluid.top .navbar-right>li {
        display: block;
        float: none;
    }
    .navbar .container-fluid.top .navbar-right>li a {
        padding: 0 !important;
        font-size: 11px;
        z-index: 1;
    }
    .navbar .container-fluid.top .navbar-right {
        padding-right: 45px;
    }
    /*toggle*/
    .navbar-toggle,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #111148;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle .icon-bar {
        width: 20px;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar .bottom .navbar-nav .btn.btn-custom {
        margin: 0 !important;
    }
    .navbar .top .navbar-nav {
        float: right;
        margin: 0 5% 0 0;
    }
    .navbar>.container-fluid .navbar-brand {
        width: 50%;
        margin-top: 0;
        padding: 10px 0;
    }
    .navbar-default .navbar-toggle {
        margin: 0;
        top: 50%;
        position: absolute;
        right: 0;
        transform: translateY(-50%);
    }
    .navbar-brand>img {
        width: 100%;
        max-width: 100%;
    }
    .navbar>.container-fluid .navbar-brand img {
        width: 90%;
        margin: 0;
    }
    .navbar .container-fluid.top .navbar-nav i {
        font-size: 20px;
    }
    .navbar .container-fluid.bottom {
        position: relative;
    }
    .navbar-nav li {
        display: block;
        float: none;
    }
    .navbar .bottom .navbar-header {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
    }
    .navbar .bottom .navbar-collapse {
        position: absolute;
        top: 0;
        right: 0;
        float: none;
        width: 52%;
        padding: 0;
        margin: 0;
        border: 0;
        background-color: rgba(31, 31, 31, 0.94);
        z-index: 10;
    }
    .navbar ul.nav a {
        color: #fff !important;
        padding: 10px !important;
    }
    .navbar>.container-fluid .navbar-brand:before {
        content: none;
    }
    .fold p.ttl {
        font-size: 25px;
        margin-bottom: 50px;
    }
    .fold .btn.btn-custom,
    .fold .btn.btn-custom-02,
    .btn.btn-custom-03,
    .btn.btn-custom-04 {
        font-size: 14px;
        width: 90%;
    }
    .fold .desc-italic {
        font-size: 18px;
    }
    .navbar .container-fluid.bottom ul>li {
        padding: 1px 0;
    }
    .navbar .bottom .navbar-nav .btn.btn-custom {
        text-align: left;
        border-radius: 0;
    }
    .navbar .bottom.fixed-header .navbar-header {
        width: 100%;
    }
    .navbar>.container-fluid.fixed-header .navbar-brand img {
        width: 65%;
    }
    .navbar>.container-fluid.fixed-header .navbar-brand {
        padding: 5px 0;
        width: 50%;
    }
}

@media (max-width: 640px) {
    .fold p.ttl {
        margin-bottom: 35px;
        padding: 0 15px;
    }
}

@media (max-width: 543px) {
    .modal .btn-custom {
        width: 100%;
        margin-bottom: 10px;
    }
    .modal-footer .btn+.btn {
        margin-left: 0;
    }
}

@media (max-width: 543px) {
    .fold .btn.btn-custom {
        padding: 10px 20px;
    }
    .btn.btn-custom-03 {
        padding: 12px 10px;
        font-size: 12px;
    }
    .btn.btn-custom-04 {
        padding: 10px 10px;
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .navbar>.container-fluid.fixed-header .navbar-brand img {
        width: 90%;
    }
}

small {
    color: black;
}

#additional {
    color: black;
}

h4 {
    line-height: 25px;
}

.scriptvideo {
    border: 1px dashed #ccc;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 70%;
    margin-left: 15%;
    position: absolute;
}

a.bigfatlink:hover {
    text-decoration: underline;
    color: #111148;
}

a.bigfatlink {
    font-size: 18px;
    color: black;
}

.bookACall {
    background: #e73e33;
    color: white;
    font-size: 16px;
    padding: 20px;
    font-weight: bold;
}

.bookACall:hover {
    background: #a53d37;
    color: white;
}

.demo4 a {
    font-size: 22px;
}

.header {
    font-weight: 900;
    text-align: center;
    font-size: 40px;
    color: black;
    padding-top: 10px !important;
    padding-bottom: 20px;
}

#rj-contacts-ul {
    margin-left: 30px;
}

#rj-mobile-photo {
    display: none;
    background: #111148;
    color: white;
    padding: 10px;
}

@media only screen and (max-width: 1024px) {
    .header {
        padding-top: 60px !important;
    }
}

@media only screen and (max-width: 991px) {
    #rj-mobile-photo {
        display: block;
    }
    #rj-desktop-photo {
        display: none;
    }
}

.clearTop {
    clear: both;
    margin-top: 40px;
}

.content {
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .bookACall {
        padding: 14px;
    }
    .header {
        padding-top: 10px !important;
    }
}

@media only screen and (max-width: 400px) {
    #rj-contacts-ul {
        margin-left: 5px;
    }
    .bookACall {
        padding: 14px;
        font-size: 12px;
    }
}

.block1_img {
    border-top: 1px solid #aaa
}

.block1_desc {
    background: #2e3557;
    background: -moz-linear-gradient(top, #2e3557 0%, #191d2e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e3557), color-stop(100%, #191d2e));
    background: -webkit-linear-gradient(top, #2e3557 0%, #191d2e 100%);
    background: -o-linear-gradient(top, #2e3557 0%, #191d2e 100%);
    background: -ms-linear-gradient(top, #2e3557 0%, #191d2e 100%);
    background: linear-gradient(to bottom, #2e3557 0%, #191d2e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2e3557', endColorstr='#191d2e', GradientType=0);
    text-align: center;
    padding: 12px 0;
}

.block1_desc h1 {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 8px;
    font-weight: bold
}

.block1_desc p {
    color: #FFF;
    padding: 0 26px;
    line-height: 18px;
    font-size: 13px
}

.block1_desc p a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px
}

.block2_desc {
    background: #2e3557;
    background: -moz-linear-gradient(top, #2e3557 0%, #191d2e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e3557), color-stop(100%, #191d2e));
    background: -webkit-linear-gradient(top, #2e3557 0%, #191d2e 100%);
    background: -o-linear-gradient(top, #2e3557 0%, #191d2e 100%);
    background: -ms-linear-gradient(top, #2e3557 0%, #191d2e 100%);
    background: linear-gradient(to bottom, #2e3557 0%, #191d2e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2e3557', endColorstr='#191d2e', GradientType=0);
    text-align: center;
    padding: 12px 0;
}

.block2_desc h1 {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    padding: 0 18px;
    font-weight: bold;
    margin-bottom: 8px
}

.block2_desc p {
    color: #FFF;
    padding: 0 18px;
    line-height: 18px;
    font-size: 13px
}

.block2_desc p a {
    color: #FFF;
    text-decoration: none;
    font-size: 13px
}

.block2_desc a:hover {
    color: #a75035
}

.block3_desc {
    background: #2e3557;
    background: -moz-linear-gradient(top, #2e3557 0%, #191d2e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e3557), color-stop(100%, #191d2e));
    background: -webkit-linear-gradient(top, #2e3557 0%, #191d2e 100%);
    background: -o-linear-gradient(top, #2e3557 0%, #191d2e 100%);
    background: -ms-linear-gradient(top, #2e3557 0%, #191d2e 100%);
    background: linear-gradient(to bottom, #2e3557 0%, #191d2e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2e3557', endColorstr='#191d2e', GradientType=0);
    text-align: center;
    padding: 12px 0
}

.block3_desc h1 {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 8px;
    padding: 0 16px
}

.block3_desc p {
    color: #FFF;
    padding: 0 14px;
    line-height: 18px;
    font-size: 13px
}

.block3_desc p a {
    color: #FFF;
    text-decoration: none;
    font-size: 13px
}

.block3_desc a:hover {
    color: #a75035
}

@media (max-width: 693px) {
    .makeBig {
        width: 100%;
        margin-top: 10px;
    }
}

.makeBig.main:hover {
    background: #3e5284 !important;
}

.makeBig.sub:hover {
    background: lightgray !important;
}

.nav-container {
    border-bottom: 1px solid lightgray;
}

#additional {
    background: white;
}

@media screen and (max-width: 500px) {
    .rotateMobile div {
        display: inline-block;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        min-width: 10px !important;
        min-height: 100px;
        width: 30px;
    }
}

.rotateMobile div {
    min-width: 100px;
}

.buttonHoverifl201709 {
    background-color: #e0e0e0 !important;
}

.buttonHoverairnew {
    background-color: #F69100 !important;
}

.buttonHoverult {
    background-color: #91CBE8 !important;
}

h1 {
    font-size: 40px !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
}

h2 {
    font-size: 35px !important;
    font-weight: bold !important;
}

h3 {
    font-size: 36px !important;
    font-weight: 500 !important;
}

h4 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 40px;
}

h5 {
    font-size: 21px !important;
    font-weight: bold !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto', sans-serif !important;
}

@media (max-width: 500px) {
    h1 {
        font-size: 30px !important;
    }
    h3 {
        font-size: 26px !important;
    }
}

#featureBox h4 {
    color: #e74c3c !important;
}

#featureBox h5 {
    color: #404040;
    margin: 0 0 15px 0;
}

h4.customIndent {
    margin-left: 33px;
}

h4.customIndent:first-letter {
    margin-left: -33px;
}

.paddingTable td,
.paddingTable th {
    padding: 10px;
}

.btn-md {
    font-size: 17px;
    padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.pd0 {
    padding: 0px;
}


/* Currency selector start */

.currency-selector-container {
    width: auto;
    display: inline-block;
    border: 1px dashed;
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
    background: #2E2E2F;
}

.currency-selector-caption {
    margin: 5px 10px 2px 10px;
}

.currency-selector-row {
    cursor: pointer;
}

.currency-selector-row.active {
    cursor: pointer;
    /*background: #a97156;*/
    background: #F26522;
    color: black;
}


/* Currency selector end */


/* Slider slick start */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Slider slick end */

.twoButtonBlueMain {
    white-space: pre-wrap;
    background: #293655;
    color: white !important;
}

.twoButtonBlueSub {
    background: white;
    border: 1px solid #293655;
    color: black !important;
}

.twoButtonRedMain {
    white-space: pre-wrap;
    background: #e74c3c;
    border: 1px solid #e74c3c;
    color: white !important;
}

.twoButtonRedSub {
    background: white;
    border: 1px solid #e74c3c;
    color: #e74c3c !important;
}

.twoButtonBlueMain:hover,
.twoButtonBlueSub:hover {
    text-decoration: none !important;
}

.twoButtonRedMain:hover,
.twoButtonRedSub:hover {
    border: 1px solid #e74c3c;
    text-decoration: none !important;
}

.videoShare {
    float: right;
    margin: 9px 14% 20px 0px;
    line-height: 16px;
}

.packagePrice {
    font-size: 40px;
}

@media (min-width: 992px) {
    .col-md-offset-2 {
        margin-left: 16.66666667% !important;
    }
}

.revealformInput {
    width: initial;
    padding: 0px;
    margin: 0px;
    float: initial;
}

#disqus_thread {
    border-top: 3px dotted orange;
    border-bottom: 3px dotted orange;
    background: #FFE6CC;
    padding: 5px;
}

.surveyStyle {
    padding: 10px;
    max-width: 800px;
    margin: auto
}

.pr10 {
    padding-right: 10px;
}

.faqHr {
    width: 98%;
    height: 5px;
    border: 0;
    background-color: #999;
    margin-bottom: 20px;
}

.floatRight {
    float: right;
}

.clearFloat {
    clear: both;
    float: none;
}

#completely_confidential {
    float: right;
    text-align: center;
    width: 180px;
    position: relative;
    top: -13px;
}

#completely_confidential_wrapper {
    padding-left: 0;
    padding-right: 0;
}

#tmfquiz_div {
    text-align: right;
}

#tmfwebinar_div {
    text-align: left;
}

.tm_news_img {
    max-width: 500px;
    max-height: 300px;
}

@media all and (max-width: 991px) {
    #completely_confidential_wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    #tmfquiz_div {
        text-align: center;
    }
    #tmfwebinar_div {
        text-align: center;
    }
}

@media all and (max-width: 767px) {
    #completely_confidential {
        float: none;
        text-align: center;
        width: 100%;
        top: 0px;
    }
}

@media all and (max-width: 512px) {
    .tm_news_img {
        max-width: 100%;
        max-height: 100%;
    }
}

.pages-container li {
    display: inline-block;
}

.pages-container .focus {
    font-weight: bold;
    font-size: 14px;
}

.page-wrapper p {
    color: #ffffff;
    margin-bottom: 1px;
}

.container a {
    color: black;
}

.container a:hover {
    text-decoration: underline;
    color: #111148;
}

.mb20 {
    margin-bottom: 20px;
}

.mt10 {
    margin-top: 10px;
}

.temp-summary,
.dnp {
    cursor: pointer;
}

.is-ios * {
    cursor: pointer;
}

.subscribeButton {
    background: black;
    width: 70%;
    margin-left: 15% !important;
    color: white;
}

.subscribeButton div {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.subscribeButton .col-xs-12:first-child {
    padding-left: 10px !important;
    padding-top: 5px;
}

.newYoutubeVideo iframe {
    border: 1px dashed #ccc;
    border-bottom: 0px;
}

.newYoutubeVideo .subscribeButton {
    border: 1px dashed #ccc;
    border-top: 0px;
}

@media screen and (max-width: 500px) {
    .video-responsive {
        padding-bottom: 50%;
    }
    .video-responsive iframe {
        width: 90%;
        margin-left: 5%;
    }
    .subscribeButton {
        width: 90%;
        text-align: center;
        margin-left: 5% !important;
    }
}

@media screen and (min-width: 1100px) {
    .newYoutubeVideo .a2a_default_style {
        float: right;
    }
}

.breakWord {
    word-break: break-all;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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