:root {
    --main-color: #ff2529; 
    --black: #000; 
    --white: #fff; 
    --brand-color: #ff2529;
    --light-brand-color: #d90004;
    --accent-color: rgb(141, 141, 141);
    --gradient-middle: rgb(190, 190, 190);
}

* { box-sizing: border-box; }

html, body {
    width: 100%;
    height: 100%;
    position: relative;
}

a:hover, a:focus {
    color: var(--light-brand-color);
}


.gallery-post { margin: 10px 0; }

.gallery-post div.col-md-6:first-child span {
    width: 150px; 
    height: 150px; 
    overflow: hidden; 
    padding: 0; 
    margin: 0 auto; 
    display: block; 
}

.gallery-post div.col-md-6:first-child span img {
    width: 100%;
}

.row .gallery-post:nth-child(odd) {
    border-right: 1px solid #e8e8e8;
}

.navbar {margin-bottom: 0; }

.navbar-brand>img {display: inline-block;}

.color-buttons {
    padding: 10px;
}
.pink { color: var(--light-brand-color); }
.text-right { text-align: right; }
.price-border { border-right: 1px solid var(--black); }

#footer {
    text-transform: uppercase; 
    background: #000 url('../img/footer.jpg'); 
    background-size: 100% 150%;
    height: 80px;
    padding: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hero-title {
    text-transform: uppercase; 
    background: #000 url('../img/header.jpg'); 
    background-size: 100% 150%;
    height: 80px;
    padding: 25px;
}

.hero-title, footer {
    color: #fff; 
    text-align: center; 
    background-repeat: no-repeat;
    margin: 0; 
    width: 100%; 
    max-width: 100%;
}

.top-bar ul li {
    float: right;
}

.titleBar {
    color: var(--white); 
    text-align: left;
    text-transform: uppercase;
    padding-left: 20px;
    font-size: 140%;
}

.titleBar .right {
    float: right;
}

#email {
    display: none;
}

label img {
    width: 25px;
    vertical-align: middle;
}

#info {
    text-transform: uppercase;
}

#info .col-md-2, #info .col-md-6 {
    /*border: 1px solid #727272;*/
    padding: 5px;
    border-radius: 4px;
    text-align: center;
}

#info .greybox {
    background: #727272;
    border: 0;
    color: #fff;
    font: 600 14px/30px 'Monsterrat', sans-serif;
    letter-spacing: 0.5px;
}

.greybox-light {
    font: 600 16px/30px 'Monsterrat', sans-serif;
    letter-spacing: 0.5px;
    padding: 5px;
}

.greybox-light strong {
    color: #000;
}

.greybox a {
    color: #fff;
}

.active-dot {
    display: inline-block; 
    width: 10px; 
    height: 10px; 
    border-radius: 50%; 
    position: relative; 
    top: 8px; 
    left: 2px;
}

.active-dot.active {
    background: rgb(149, 255, 6); 
    box-shadow: 0 0 5px rgb(149, 255, 6);
}

.active-dot.inactive {
    background: rgb(255, 0, 0); 
    box-shadow: 0 0 5px rgb(255, 0, 0);
}


/* INPUTS */
#info .media span, #info .media i {
    font-size: 110%;
}

#info .media span, #info .media i {
    margin-left: 8px;
}

.media {
    margin-top: 0;
}

.media-disabled {
    color: #e8e8e8;
}

#main {
    height: 100%;
}

.file-drop {
    width: 100%;
    height: auto; 
    border-radius: 2px;
    margin: auto;
    border: 0;
    padding: 10px;
    background: var(--brand-color); 
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    font-weight: bold; 
    cursor: pointer;
}

.file-drop.inactive {
    opacity: 0.5;
}

select {
    width: 100%;
    border: 0;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    color: var(--white);
    display: block;
    height: 40px;
    background: var(--main-color);
}

select.target-type {
    -webkit-appearance: none; 
    text-align-last: center; 
    background: var(--brand-color); 
    border-radius: 2px; 
    height: auto; 
    color: #ffffff; 
    padding: 10px; 
    font-weight: 600;
}

.file-drop:hover { background: var(--light-brand-color); }

input[type=file] {display: none;}

textarea { border: 1px solid var(--main-color); }

#subscribe input[type="radio"] {
    display: none;
}

#subscribe label {
    display: inline-block;
    background-color: #f4f4f4;
    color: #000;
    padding: 48px;
    font-size: 26px;
    cursor: pointer;
    text-align: center;
    width: 49%;
}

#subscribe input[type="radio"]:checked+label {
    background-color: var(--brand-color);
    color: #fff;
}

.unselected {
    font-size: 60%;
    font-weight: normal;
}


/* BUTTONS */
.softo-btn-outline, .softo-btn-outline:hover, .softo-solid-btn, .softo-solid-btn:hover, .headingOne h2, .section-title h4:after, .bg-color, .color-text, .navbar .navbar-toggle.collapsed:active .icon-bar, .slider-action-btn a.video:hover span, .custom-indicator.owl-theme .owl-dots .owl-dot.active span, .custom-indicator.owl-theme .owl-dots .owl-dot:hover span, .phone-carousel .owl-theme .owl-nav button, .phone-carousel .owl-theme .owl-nav button:hover, .phone-carousel .owl-theme .owl-nav button:focus, .phone-carousel .owl-theme .owl-nav button:active, .indicator-color ul li:hover, .higlight-text p strong, .single-promo-section .line, .video-play-button a:hover, #sliderBlog .owl-nav button:focus, #sliderBlog .owl-nav button:hover, ul.blog-comments li a, .comment-input-field:focus, .comment-form textarea:focus, #toTop span {
    background: var(--brand-color);
}

.contact-us-form .form-group .form-control, .contact-us-form placeholder {
    color: var(--brand-color);
}

.softo-btn-outline, .softo-btn-outline:hover, .softo-solid-btn, .softo-solid-btn:hover {
    border: 0;
}

.softo-btn-outline:hover, .softo-solid-btn:hover, .softo-btn-outline:active, .softo-solid-btn:active {
    background: var(--light-brand-color);
    color: #FFF;
}

.navbar .navbar-collapse {
    border-top: none;
}

.blog-single-content-wrap blockquote {
    border-left: 4px solid var(--brand-color);
}

.section-circle .shape-primary, .section-circle .shape-style-1.shape-primary, .single-promo-section .line, .service-style-one span, #accordion .panel:before, #accordion .panel-title a:before, .footer-social-list ul li a:hover {
    background: var(--accent-color);
}

.navbar, .navbar.top-nav-collapse {
    background: #161616;
}

.footer-social-list ul li a i, .counter-content-wrap span, .download-app-button a:hover span, .download-btn.hover-active span, #accordion .panel-title a.collapsed:before {
    background: var(--accent-color);
    -webkit-background-clip: text;
}

.single-promo-content span, .blockquote-icon i {
background: linear-gradient(to bottom, var(--brand-color) 15%, var(--accent-color) 94%);
    -webkit-background-clip: text;
}

a, .white-indicator.owl-theme .owl-nav [class*=owl-]:hover, .slider-action-btn a.video span, .hero-action-btn a.softo-solid-btn:hover, .slider-indicator ul li:focus,.slider-indicator ul li:hover, .indicator-color ul li, .video-play-button a, .video-play-button a span, .biz-home-single-service-two:hover .service-style-two span, .biz-home-single-service-two:hover .service-style-two h5, .service-style-one span:before, .product-counter-section .counter-list li:nth-child(3n+1) .count, .testimonial-slider .owl-nav button span, .download-app-button a:hover p, .download-btn.hover-active p, .blog-post-content-area h3 a:hover, #sliderBlog .owl-nav button span, .footer-address ul li i {
    color: var(--brand-color);
}

.download-app-button a {
    display: inline-flex; 
    float: none; 
    border: 1px solid #000;
}

.download-app-button.white a {
    display: inline-flex; 
    float: none; 
    border: 1px solid #fff;
}

.download-app-button p, .download-app-button span {
    color: #000;
}

.download-app-button.white p, .download-app-button.white span {
    color: #FFF;
}

.info-icon {
    background: #000; 
    padding: 15px; 
    border-radius: 50%;
}

.target-file {
    height: 400px;
}

#loader {
    border-top-color: var(--brand-color);
}

.contact-us-form .form-group .form-control {
    border: 1px solid var(--brand-color);
}

.error {
    color: var(--brand-color);
    font-weight: bold;
}

.activeButton {
    opacity: 1;
}

.inactiveButton {
    opacity: 0.4;
}

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

.pricing-single .pricing-single-header .target-module {
    text-align: center; 
    color: #fff; 
    background: #727272;
    border-radius: 2px; 
    width: 100%; 
    text-transform: uppercase; 
    font-weight: bold; 
    padding: 10px;
}

.padded {
    padding: 15px;
}

.pricing-single .pricing-single-header .target-module h4 {
    color: #fff; 
    font-size: 1em;
}

.box-icon {
    color: var(--brand-color);
    font-size: 360%;
}

.box-icon.shuttle {
    transform: rotate(-45deg);
    margin-bottom: 7px;
}

a:hover i.box-icon {
    color: var(--light-brand-color);
}

.box-icon.lit, .box-icon:hover {
    color: var(--light-brand-color);
}

.box-icon.large {
    font-size: 850%;
}

h4.box-title {
    font-size: 21px;
}

.selected-file-title {
    display: inline-block;
}

.info-list {
    list-style: disc; 
    margin-left: 50px;
}

.info-list .example {
    margin-left: 15px; 
    list-style: none;
}

.info-list.numbered {
    list-style: decimal; 
}

.box-btn {
    cursor: pointer;
}

.sales-block {
    background: url('../img/background-5.jpg') center center; 
    margin-top: 0; 
    padding: 25px;
}

.sales-block .rocket {
    background: #000; 
    padding: 15px; 
    border-radius: 50%; 
    text-align: center; 
    border: 4px solid #fff;
}

.sales-block .download-app-text {
    padding: 0;
    margin-bottom: 0;
}


.new-owl-nav {
    width: 100%; 
    margin: 0 auto; 
    position: relative; 
    text-align: center; 
    font-size: 250%;
    padding-top: 10px;
}

.new-owl-nav button {
    background: transparent;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 1;
    background: #9a9a9a;
    border: 2px solid #9a9a9a;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}

.eula-btn {
    width: 49.8%;
}

.full-btn {
    padding: 5px 15px; 
    width: 100%;
}

.target-manage-btn {
    display: block; 
    width: 100%; 
    padding: 6px; 
    margin-top: 2px; 
    text-align: center; 
    background: var(--brand-color); 
    color: #fff;
}

.target-manage-null {
    display: block; 
    width: 100%; 
    padding: 6px; 
    margin-top: 2px;
}

.col-right {
    float: right;
}

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

.text-right {
    text-align: right;
}



.target-manage-box .pricing-single-header {
    padding: 14px 10px;
}

.target-manage-box .pricing-single-header span {
    height: 260px; 
    display: block; 
    overflow: hidden; 
    text-align: center; 
    margin: 0 auto;
}

.target-manage-box .pricing-single-header span img {
    max-width: 100%;
    margin: auto;
}


.target-manage-box .pricing-single-header h4 {
    font-size: 20px;
}

.target-manage-box .pricing-single-header strong {
    font-size: 18px;
}

.success-message {
    padding: 5%; 
    font-size: 120%;
    font-weight: 600;
}

.success-message p {
    color: #35962d;
    width: 60%;
    font-weight: 400;
    margin: auto;
}

.text-left {
    text-align: left;
}

.text-upper {
    text-transform: uppercase;
}

.signup-info-block {
    text-align: center; 
    color: #2c3e50; 
    border-left: 1px solid rgba(0,0,0,0.05); 
    border-right: 1px solid rgba(0,0,0,0.05);
}

.signup-info-block strong {
    font-size: 120%;
}

.signup-info-block img {
    width: 120px;
}

.info-instructions {
    padding-left: 50px;
}

.info-instructions ol {
    list-style: decimal; 
    margin-left: 15px;
}

#media-box {
    text-align: left; 
    border: 1px solid #727272; 
    border-radius: 5px; 
    padding: 5px;
}

.media-box-title {
    color: #000;
}

.profile-media-icons {
    width: 6%;
}


.account-type {
    display: inline-block; 
    width: 10px; 
    height: 10px; 
    border-radius: 50%; 
    position: relative; 
    top: 10px; 
    left: 2px;
}

.account-type.active {
    background: rgb(128, 221, 2); 
    box-shadow: 0 0 5px;
    background: rgb(149, 255, 6)
}

.account-type.inactive {
    background: rgb(255, 0, 0); 
    box-shadow: 0 0 5px rgb(255, 0, 0);
}


.owl-carousel .demo-box {
    width: 400px; 
    height: 500px; 
    overflow: hidden;
}

.owl-carousel .demo-box img {
    width: auto; 
    height: 350px; 
    margin: 0 auto;
}

.white-indicator.owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
}

.sorting-icon {
    font-size: 150%;
}

.pagination>li>a, .pagination>li>span {
    color: var(--brand-color);
    border: 1px solid var(--brand-color);
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #fff;
    color: var(--light-brand-color);
    border-color: var(--light-brand-color);
}

.hero { width: 100%; }

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

@media only screen and (max-width: 990px) {
    .gallery-post div.col-md-2 span {
        width: 60%;
        height: 350px;
        border-radius: 0;
    }
    
    .gallery-post div.col-md-2 span img {
        width: 100%;
    }
    
    .gallery-post {
        margin: 20px 0 10px;
    }
    
    .success-message p {
        width: 100%;
    }
    
    .col-right {
        font-size: 70%;
    }
}