/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* NavBar Styles */
@import 'https://fonts.googleapis.com/css?family=Lato';

/*#navbar {
    background-color: rgba(255, 255, 255, 0.0);
}*/

.Validation-Error {
    color: #d42126;
    font-size: 10px;
}

.row-upper {
    height:90px;
}

.CovidWrapper {
    text-align: center;
    margin-top:20px;
    width: 100%;
    font-size: 14px;
    position:absolute;
}

    .CovidWrapper a {
        border: 1px solid #bababa;
        border-radius: 50px;
        padding: 8px 32px;
    }

.login-div {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    margin: 0px;
    padding: 0px;
}

#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(51,51,51,.9);
}

#login-dp .help-block{
    font-size:12px    
}

#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}

#login-dp {
    margin-bottom: 10px;
}

.form-group {
    padding: 5px;
    margin-bottom: 0px !important;
}

.nav-sleeper {
    height: 200px;
    background-image: url('../img/nav.jpg');
    z-index:1;
}

.navbar-inverse.nav-upper {
  height: 140px;
  background:none;
  z-index:1100;
  border:0px;
}

.navbar-nav > li > label {
    padding: 15px;
    line-height: 20px;
    color: #000;
}

.row-upper .open > a, .row-upper .open > a:focus, .row-upper .open > a:hover {
    color: #fbc926;
    background-color: transparent !important;
    border-color: #fff;
}

.row-upper .nav > li > a:hover {
    color: #fff;
    background-color: #6d6e70 !important;
    border-color: #fff;
}

.row-upper .nav > li > a:focus {
    color: #fff;
    background-color: #6d6e70 !important;
}

.row-upper > div > ul .active > a {
    color: #fff;
    background: #002b4f !important;
    text-shadow: none !important;
}

.row-lower .nav > li > a {
    color: #fff;
    font-size: 20px;
    background-color: #00aeef;
    border: 1px solid #fff;
}

    .row-lower .nav > li > a:hover {
        color: #fff;
        background: #404041;
    }

.row-lower > div > ul .active > a {
    color: #fff !important;
    background: #000 !important;
    border: 1px solid #fff;
}

.navbar-logo {
    background-image: url('../img/logo.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 13px;
    left: 30px;
    z-index: 1051;
}

.btn-primary {
    background-color: #00aeef;
    border-color: #fff;
    color: #fff;
    border-radius: 0px;
}

    .btn-primary:hover {
        background-color: #404041;
        border-color: #fff;
        color: #fff;
    }

.help-block a {
    color:#fff;
}

.form-control {
    border: 1px solid #f1592a !important;
    border-radius: 0px;
}

/* ------------------------------------------------------ */

/* MEDIA QUERIES */

/* Tablet Size */

@media only screen and (min-width: 320px) and (max-width:568px){
    
    #navbar {
        margin-top:65px;
        background-color:rgba(0,0,0,.6);
    }
    
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }

    .navbar-header {
        height:140px;
    }

    .row-upper {
        height:auto !important;
        border-bottom: solid 1px #000;
    }

    .row-lower {
        border-bottom: solid 1px #000;
    }

    .row-lower a {
        color:#fff !important;
    }

    #main-register {
        background-image:url('/img/Register_bg_img.jpg') !important;  
    }

    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    .adress-container {
            padding-top:60px;
            padding-bottom:60px;
     }

    .address-row {
            padding: 50px 0px 50px 0px;
     }

    header.carousel .item-caption2 {
        font-size: 15pt;
        left: 40px;
        top: 220px;
    }

    header.carousel .item-caption1 {
        font-size: 15pt;
        left: 40px;
        top: 280px;
    }

    #modalContainer {
            padding:50px 30px 30px 30px;
    }

    #entire-modal{
            padding: 20px 0 60px 0;
    }

    .navbar-logo {
            width: 182px;
            height: 180px;
            margin-left: 40px;
    }

    .navbar-inverse .navbar-text {
        color: #fff !important;
    }

    .row-upper .nav > li > a {
        color: #fff;
    }

    .navbar-right {
        margin-right: -15px !important ;
        background-color: rgba(0,0,0,.6);
    }

    #item-content {
            font-size: 20px; 
   }

   #item-content h2{
            font-size: 32px;  
   }

    .media {
        font-size: 20px; 
        margin-bottom: 20px; 
        padding: 15px;
    }

    header.carousel {
            height: 400px;
            z-index: 100;
        }

    .modal-content {
            margin-top:214px;
        }

}

/* Tablet Size */

@media only screen and (min-width: 569px) and (max-width:768px) {

    #navbar {
        margin-top:65px;
        background-color:rgba(0,0,0,.6);
    }
    
    #login-dp{
        background-color: inherit;
        color: #fff;
    }

    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }

    .navbar-header {
        height:140px;
    }

    .row-upper {
        height:auto !important;
        border-bottom: solid 1px #000;
    }

    .row-lower {
        border-bottom: solid 1px #000;
    }

    .row-lower a {
        color:#fff !important;
    }

    #main-register {
        background-image:url('/img/Register_bg_img.jpg') !important;  
    }

    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    .adress-container {
            padding-top:60px;
            padding-bottom:60px;
     }

    .address-row {
            padding: 50px 0px 50px 0px;
     }

    header.carousel .item-caption2 {
        font-size: 17pt;
        left: 40px;
        top: 230px;
    }

    header.carousel .item-caption1 {
        font-size: 17pt;
        left: 40px;
        top: 290px;
    }

    #modalContainer {
            padding:50px 30px 30px 30px;
    }

    #entire-modal{
            padding: 20px 0 60px 0;
    }

    .navbar-logo {
            width: 260px;
            height: 140px;
            margin-left: 40px;
    }

    .navbar-inverse .navbar-text {
        color: #fff !important;
    }

    .row-upper .nav > li > a {
        color: #fff;
    }

    .navbar-right {
        margin-right: -15px !important ;
        background-color: rgba(0,0,0,.6);
    }

    #item-content {
            font-size: 20px;  
   }

  #item-content h2{
            font-size: 32px; 
  }

  .media {
        font-size: 20px; 
        color: #fff; 
        margin-bottom: 20px;
        padding: 15px;
    }

    #media-body h2{
            font-size: 32px; 
            color: #fff;  
   }

    header.carousel {
            height: 400px;
            z-index: 100;
        }

    .modal-content {
            margin-top:210px;
        }

}

/* Large Tablet Size */

@media only screen and (min-width:769px) and (max-width:1023px) {

    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

    .adress-container {
        padding-top:50px;
        padding-bottom:50px;
    }

    .address-row {
        padding: 50px 0px 50px 80px;
    }

    header.carousel .item-caption2 {
        font-size: 20pt;
        left: 40px;
        top: 330px;
    }

    header.carousel .item-caption1 {
        font-size: 20pt;
        left: 40px;
        top: 430px;
    }

    #item-content {
            font-size: 17px; 
   }

   #item-content h2{
            font-size: 32px; 
   }

   .media{
        font-size: 20px; 
        margin-bottom: 20px;
        padding: 15px;
    }

    #modalContainer {
            margin-top:50px !important;
            padding:50px 30px 30px 30px;
    }

    #entire-modal{
            padding: 20px 0 10px 0;
    }

    .navbar-logo {
            width: 280px;
            height: 151px;
            margin-left: 40px;
    }

    .navbar-inverse .navbar-text {
        color: #000 !important;
    }

    .row-upper .nav > li > a {
        color: #000;
        font-size: 20px !important;
    }

    .navbar-right {
         margin-right: -15px !important ;
        background-color: rgba(255,255,255,.6);
    }

    .row-upper {
        margin-top: 60px;
    }

    header.carousel {
            height: 600px;
            z-index: 100;
        }

    .modal-content {
            margin-top:220px;
        }
}

/* Normal Desktop Size */

@media only screen and (min-width: 1024px) and (max-width:1366px) {

        .main-register {
            background-image:url('Register_bg_img.jpg');  
         }

        .contactUs {
            background-size: cover;
            height:450px;
        }

        .adress-container {
            padding-top:100px;
        }

        .address-row {
             padding: 40px 0px 40px 45px;
         }

    header.carousel .item-caption2 {
        font-size: 22pt;
        left: 40px;
        top: 350px;
    }

    header.carousel .item-caption1 {
        font-size: 22pt;
        left: 40px;
        top: 450px;
    }

        #item-content {
            font-size: 20px; 
        }

        #item-content h2{
            font-size: 32px; 
        }

       .media {
            font-size: 20px; 
            margin-bottom: 20px;
            padding: 15px;
        }

        #modalContainer {
            margin-top:50px !important;
        }

        #entire-modal{
            padding: 20px 0 20px 0;
        }

        .navbar-logo {
            width: 334px;
            height: 133px;
            margin-left: 40px;
            margin-top: 15px;
        }

        .navbar-inverse .navbar-text {
        color: #000 !important;
    }

        .row-upper .nav > li > a {
        color: #000;
        font-size: 20px !important;
    }

        .navbar-right {
         margin-right: -15px !important ;
        background-color: rgba(255,255,255,.6);
    }

    .row-upper {
        margin-top: 60px;
    }

    header.carousel {
            height: 600px;
            z-index: 100;
        }

    .modal-content {
            margin-top:240px;
        }

}

/* Large Full Screen Size */

@media only screen and (min-width:1367px) {

        .contactUs {
            background-size: cover;
            height: 760px;
        }

        .adress-container {
            padding-top: 80px;
            padding-bottom: 220px;
        }

        .address-row {
             padding: 0px 0px 60px 0px;
        }

    header.carousel .item-caption2 {
        font-size: 25pt;
        left: 140px;
        top: 460px;
    }

    header.carousel .item-caption1 {
        font-size: 25pt;
        left: 140px;
        top: 620px;
    }

        #item-content {
            font-size: 20px; 
        }

        #item-content h2{
            font-size: 32px; 
        }

       .media {
        font-size: 20px; 
        margin-bottom:20px;
        padding: 15px;
        }

        #modalContainer {
            margin-top:50px !important;
        }

        #entire-modal{
            padding: 20px 0 20px 0;
        }

    .navbar-logo {
        width: 334px;
        height: 133px;
        margin-left: 140px;
        margin-top: 30px;
    }

        .navbar-inverse .navbar-text {
        color: #000 !important;
    }

    .row-upper .nav > li > a {
        color: #fff;
        font-size: 20px;
        background-color: #6d6e70;
        border: 1px solid #fff;
    }

        .navbar-right {
         margin-right: -15px !important ;
         background-color: transparent;
    }

    .row-upper {
        margin-top: 60px;
    }

    header.carousel {
            height: 800px;
            z-index: 100;
        }

    .modal-content {
            margin-top:250px;
        }

    }

/* END MEDIA QUERIES */

/* Global Styles */

    html,
    body {
        height: 100%;
        font-family: 'Lato', sans-serif;
        font-size: 18px;
    }
    .body-content {
        padding-top:200px;

    }

    #item-content h2{
        color: #282d69;  
    }

   #item-content {
        color: #000;  
   }

   .media {
        color:#000; 
   }
    
 .page-header, .article-title, .sitemap h1, .page-heading {
            font-family: 'Lato', sans-serif;
            font-weight: bold;
    }
    .page-content-holder {
        padding-top: 140px;
    }

    body {
        padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    }

    .img-portfolio {
        margin-bottom: 30px;
    }

    .img-hover:hover {
        opacity: 0.8;
    }

    .alignleft {
        display: inline;
    }

.article-title {
    color: #404041 !important;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

    .-listing {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #652d91;
    }

    .product-listing {
        margin-bottom:30px;
        background-color: rgba(255,255,255,0.9);
        border-radius: 0px;
        color: #303030 !important;
        border: 2px solid #fff;
    }

    .product-single {
        margin-bottom:30px;
        background-color: rgba(255,255,255,0.9);
        border-radius: 0px;
        color: #303030 !important;
    }

    .product-listings h2 {
        color: #e25862 !important;
        font-size:45px;
    }

    .product-listings h4 {
        color: #58585a !important;
        font-size: 18pt;
    }

    .single-product h2 {
        color: #8cc63f !important;
    }

/* Home Page Carousel */

       
        header.carousel .item,
        header.carousel .item.active,
        header.carousel .carousel-inner {
            height: 100%;
        }

        .item p {
            text-align:right;
            font-size:18pt;
            color: #fff;
            text-shadow: #000 5px 6px 10px;
            padding-top:5px;
        }

        header.carousel .fill {
            width: 100%;
            height: 100%;
            background-position: center;
            background-size: cover;

        }

header.carousel .item-caption2 {
    position: absolute;
    color: #fff;
    text-shadow: 0px 0px 4px #000;
}

header.carousel .item-caption1 {
    position: absolute;
    color: #fff;
    text-shadow: 0px 0px 4px #000;
}


/* Home Welcome*/

        #Welcomepg {
           background-image: url('/img/Welcome_bg_img.jpg') !important;
            background-size: cover;
            padding: 40px 0 100px 0;
            background-position: center;
            background-color: #fff;
        }

        .skew-positive-5 {  
            -ms-transform: skewY(5deg); /* IE 9 */
            -webkit-transform: skewY(5deg); /* Safari */
             transform: skewY(5deg); /* Standard syntax */
             margin-top: -2px;
        }
        
        .skew-negative-5 {  
            -ms-transform: skewY(-5deg); /* IE 9 */
            -webkit-transform: skewY(-5deg); /* Safari */
             transform: skewY(-5deg); /* Standard syntax */
        }
.page-header {
    color: #fff;
    padding-top: 50px;
    border-color: transparent;
}

        .center {
            margin-left: auto;
            margin-right: auto;
            display: table;
        }

#WelcomeWording {
    padding: 80px;
    background-color: #f1592a;
    margin-top: -83px;
}

        .page-heading {
            color:#fff;
            padding-top: 50px;
        }

        #WelcomeWording p {
            padding-top:20px;
            font-size:22px;
            color:#fff;
        }

/*Product Wording*/

.btn-default {
    color: #fff;
    background-color: #f1592a;
    border-color: #fff;
    border-radius: 0px;
    margin-right: 0px !important;
    font-size: 16px;
}

    .btn-default:hover {
        color: #fff;
        background-color: #404041;
        border-color: #fff;
        border-radius: 5px;
        margin-right: 0px !important;
    }

        #entire-modal{
            margin-bottom:30px;
            background-color: rgba(255,255,255,0.9);
            border: 2px solid #fff;
        }

        .modal-content {
            background-color: rgba(255,255,255,.9);
            border-radius: 0px !important;
        }

.modal-header {
    border-bottom: 1px solid #f1592a;
    background-color: #f1592a;
}

        .modal-footer {
            border-top: none;
        }

        .modal-content h4{
            color: #fff;
            font-size: 30px;
            font-family: 'Lato', sans-serif;
            font-weight: bold;
        }

        .modal-content p{
            font-size: 18px;
            margin-top: 20px;
        }

        .text-wrap-left {
            float:left;
            margin-right:20px;

        }

        .modal-body img {
            margin-left:20px;
            margin-top:20px;
            margin-bottom:20px;
        }

        .modal-body p {
            color: #000 !important;
            font-size: 16px;
        }

        .panel {
            margin-bottom:30px;
            background-color: rgba(255,255,255,0.9);
            border-radius: 0px;
            border-top: 1px solid #dbdbdb;
            border-bottom: 1px solid #dbdbdb;
            border-left: none !important;
            border-right: none !important;
        }

        .panel img {
            padding-left:15px;
            padding-top:20px;
            margin-bottom:20px;
        }

/* Register*/

#HomeRegister {
    background: #666666; /* For browsers that do not support gradients */
    text-align: center;
    padding: 100px 100px 100px 100px;
    margin-top: -3px;
}

        #HomeRegister a {
            font-size: 40px;
            text-rendering: optimizeLegibility;
            padding: 20px 60px;
            background-color: transparent;
            color: #fff;
            border: 2px solid #fff;
        }

        #HomeRegister a:hover {
            font-size: 40px;
            text-rendering: optimizeLegibility;
            padding: 20px 60px;
            background-color: transparent;
            color: #fff;
            border: 2px solid #fff;
            border-radius: 25px;
        }

/* What You Get*/

        #WhatYouGet {
            padding: 80px 0 120px 0 !important;
            background-image: url('/img/WhatYouGet_bg_img.jpg');
            background-position:center;
            background-color: #3c3a3d;
        }

        #WhatYouGet .page-header {
            border-bottom: 1px solid #303030 !important;
        }

        #WhatYouGet h1 {
            color: #303030 !important;
            text-shadow: 0px 0px 4px #fff !important;
        }

        #WhatYouGet h2 {
            color: #303030 !important;
        }

        #WhatYouGet p {
            color: #303030 !important;
            font-size: 18px;
        }

        #WhatYouGet a {
            color: #303030 !important;
        } 
        
        .get_in_touch {
            background-color: rgba(255,255,255, 0.8);
            padding-bottom: 90px;
            margin-left: 30px;
            margin-top: 40px;
        }   

/*HOW TO*/

        .HowTo {
            margin-bottom:30px;
            background-color: rgba(255,255,255,0.9);
            border-radius: 0px;
            padding: 20px;
            border: 2px solid #fff;
        }

/*FOOTER*/

        #footer p {
            color: #fff;
        }

        #sfooter h1 {
            color: #fff;
        }

        .sitemap {
            background-color: inherit !important;
            padding: 0px !important;
        }

#sfooter {
    background: #00aeef; /* For browsers that do not support gradients */
    background-size: cover;
    padding: 130px 0 40px 0;
    margin-top: -84px;
}

        #footer {
            background-color:#000;
            background-size: cover;
            padding: 10px 0 0 0;
        }

        #sfooter a {
            color: #fff;
        }

        #sfooter a:hover {
             color: #fff;
        }

        #sfooter .well {
            background-color:inherit;
            border-color:#fff;
            color:#fff;
            border-radius: 0px;
        }


/* Register*/

        .main-register {
            background-image: url('/img/Register_bg_img.jpg') !important;
            background-size: cover;
            padding: 60px 0 50px 0;
        }

       .main-register .well {
            background-color: transparent !important;
            border: 0px !important;
            margin-top:20px;
            color: #303030 !important;
        }

       .main-register .well a{
            color: #1e303f;
            font-size: 18px;
        }

       .main-register .well a:hover{
            color: #000;
        }
   
        .register-bg {
            background-color: rgba(255,255,255,0.9);
            margin-left: 30px;
            margin-top: 40px;
            padding: 50px;
        }
/*Contact Us Page*/

        .contactUs h1 {
            color: #fff !important;
            font-size:20pt !important;
        }

        .contactUs h2 {
            color: #fff;
            margin-top: 0px;
        }

        .address-row {
            background-size: contain;
            text-align: left;
        }

        .adress-container a {
            color: #fff;
            font-size: 22px;
        }

        .adress-container a:hover {
            color: #1c9bd1;
            font-size: 22px;
        }

        .contactUs-bg img {
            width: 100%;
            background-size: cover;
            margin-bottom: 50px;
        }

        .contactUs {
            background-image: url('/img/contactus_bg_img1.jpg') !important;
            background-position: left center !important;
            min-height: 850px;
        }


/*EXTRA STYLES*/

/*Breadcrumb*/
        .breadcrumb {
            margin-top:20px;
            border-radius: 0px;
        }

        .breadcrumb a {
            color:#000;
        }

        .breadcrumb a:hover {
            color:#90278e;
        }

/*How to*/

        .howto h1 {
            color: #1a437c;
        }

        .howto h2 {
            color: #706e6f;
        }

/*My Account*/

        .My_Account h1, p, h4, .control-label {
        color: #000;
        }

/* 404 Page Styles */

        .error-404 {
            font-size: 100px;
        }

/* Pricing Page Styles */

        .price {
            display: block;
            font-size: 50px;
            line-height: 50px;
        }

        .price sup {
            top: -20px;
            left: 2px;
            font-size: 20px;
        }

        .period {
            display: block;
            font-style: italic;
        }

/* Sitemap*/

    .sitemap-master li {
        color:#fff;
    }

    .sitemap-children {
        font-weight: normal;
        padding-left: 20px;
    }

    .sitemap .col-md-3:nth-child(4n+3) {
        clear:left;
    }

/* Page Styles*/

	#divPageContainerMain .My_Account {
        margin-bottom:30px;
        background-color: rgba(255,255,255,0.9);
        border-radius: 0px;
        padding: 20px;
        border: 2px solid #fff;
	}	

    .register-bg h4 {
        color: #303030;
    }

    .register-bg p {
        color: #303030 !important;
    }
    
    .register-bg label {
        color: #303030;
    }

    #divPageContainerMain {
        padding:80px;
        background-image:url('/img/Main.jpg');
        background-color: #fff;
        padding-top: 120px;
        margin-top: -83px;
        background-position: top center !important;
	}

        #divPageContainerMain .btn {
            background-color: #f1592a;
            color: #fff;
            border-color: #fff;
            margin-left: 45px !important;
            border-radius: 0px;
        }

            #divPageContainerMain .btn:hover {
                background-color: #404041;
                color: #fff;
                border-color: #fff;
                border-radius: 5px;
            }	

    #divPageContainerMain li {
        padding-top:10px;
	}

    .list-group-item.active {
        background-color:#1c9bd1 !important;
        border-color:#fff;
        font-weight: bold;
    }

    .list-group-item.active:hover {
        background-color: #000 !important;
        color: #fff;
        border-color:#fff;
    }

    .main-sidebar a {
        color:#fff;
	}

    .main-sidebar a:hover {
        color:#fff;
	}

#divPageContainerMain h2 {
    color: #1c9bd1 !important;
    font-size: 55px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

    .list-group-item {
        background-color: #262261 !important;
        border-color:#fff;
        color: #fff;
    }

    .list-group-item:hover {
        background-color: #303030 !important;
        border-color:#fff;
    }

    #divContent p{
        color: #000 !important;
        text-shadow:-1px -1px 0 #fff,
                        1px -1px 0 #fff,
                        -1px 1px 0 #fff,
                        1px 1px 0 #fff;
    }

    #divContent h1{
        color: #262261;
    }
   






