/*  
Theme Name: Customizer
Theme URI: http://www.sixlinux.com
Description: This is a custom Wordpress theme.
Version: 1.0
Author: Sixlinux.
*/

/* **************************************************************************** */
/* ########################### MAIN BODY ###################################### */
/* **************************************************************************** */

body { 
    font-family: 'Source Sans Pro', sans-serif;
    font-size:18px;
    color:#fff;
    margin:0;
}

a{
    color:#000;
    text-decoration:none;
    font-size:18px;
    transition:0.5s;

}

a:hover{
    color:#6b2b2e;
    text-decoration:none;
    font-size:18px;
}

a img {border: none;} 

h1{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:700;
    font-size:45px;
    margin-top:10px;
    margin-bottom:10px;
}

h2{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:700;
    font-size:40px;
    margin-top:10px;
    margin-bottom:10px;
}

h3{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:700;
    font-size:35px;
    margin-top:10px;
    margin-bottom:10px;
}

h4{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:700;
    font-size:30px;
    margin-top:10px;
    margin-bottom:10px;
}


h5{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:700;
    font-size:25px;
    margin-top:10px;
    margin-bottom:10px;
}

h6{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:700;
    font-size:23px;
    margin-top:10px;
    margin-bottom:10px;
}

p{
    line-height:151%; 
    margin-top:16px;
}

.site-white{
    color:#fff;
}

.site-white-bk{
    background-color:#fff;
 }

.site-black{
    color:#000;
}

.site-black-bk{
    background-color:#000;
 }
 
.site-color-1{
    color:#01236a;
}

.site-color-1-bk{
    background-color:#01236a;
}

.site-color-2{
    color:#770000;
}

.site-color-2-bk{
    background-color:#770000;
}

.site-color-3{
    color:#4c86c1;
}

.site-color-3-bk{
    background-color:#4c86c1;
}

.site-color-4{
    color:#ffd200;
}

.site-color-4-bk{
    background-color:#ffd200;
}

.site-dark-gray{
    color:#333333;
}

.site-pattern-bk-1{
    background-image:url('images/45-degree-fabric-light.png');
    background-attachment:fixed;
    background-color:#002165;
}

.site-transparent-bk{
    background-color:transparent;
}

 .font-sourcesanspro{
    font-family: 'Source Sans Pro', sans-serif;
}

.font-ubuntu{
    font-family: 'Ubuntu', sans-serif;
}

.font-icons{
    font-family: icons;
}


/* **************************************************************************** */
/* ############################# POPUP ##################################### */
/* **************************************************************************** */

.popup-video{
    width:640px;
}


/* **************************************************************************** */
/* ############################# BUTTONS ##################################### */
/* **************************************************************************** */

.black-button{
    color:#fff;
    padding:10px 30px;
    background-color:#000;
    border-radius:3px;
    display:inline-block;
}

.black-button:hover{
    color:#000; 
    background-color:#4c86c1;
    box-shadow:inset 0 0 0 2px #000;

}

/* **************************************************************************** */
/* ############################# HEADER ##################################### */
/* **************************************************************************** */

.logo{
    height:65px;
    padding-top:15px;
    padding-bottom:15px;
}

.desktop-header{
/* background:rgba(0, 0, 0, 0.2); */
}

.mobile-header{
    display:none;
}

.mobile-search{
    background:#000;
}

.header-button{
    color:#fff;
    border:#fff 3px solid;
    border-radius:3px;
    padding:10px 17px 10px 17px;
    font-family:'Source Sans Pro', sans-serif;
    font-weight:600;
    font-size:15px;
    transition:0.5s;
    display:block;
}

.header-button:hover{
    color:#4c86c1;
    background-color:transparent;
    border:#4c86c1 3px solid;
    font-size:15px;
}

.desktop-header-inner{
    background-color:#000;
}


/* **************************************************************************** */
/* ########################### TOP MAIN MENU ################################## */
/* **************************************************************************** */

#headermenu{
    font-size:0;
}

/* ********************************************************************* */
/* ############################# SMALL MENU ############################ */
/* ********************************************************************* */

#mobile-nav-bar{
    display:none;
    background-color:#000;
    box-sizing:border-box;
    border:#0066c0 2px solid;
    margin-left:1px; 
    margin-right:1px;
    }

#mobile-nav-window{
    display:none;
}

.menuicon{
    cursor:pointer; 
}

/* **************************************************************************** */
/* ############################### MENUS ###################################### */
/* **************************************************************************** */


.headermenu .mainmenu .menu-item  a{
    font-size:17px;
    color:#fff;
    transition: 0.3s;
    font-weight:400;
    font-family: 'centurygothic', sans-serif;
    display:block;
    padding:10px 15px 10px 15px;
}

.headermenu .mainmenu .menu-item  a:hover{
    color:#fff;
}

.headermenu .mainmenu .current-menu-item{
    color:#fff;
    background-color:#01236a;
}

.headermenu ul{
    display:inline;
    margin:0;
    padding:0;
    list-style:none;
}

.headermenu ul li{
    display:inline-block;
    margin:0 7px;
    background-color:rgba(0,0,0,0.5);
    transition:0.5s;
}

.headermenu ul li:hover{
    /* background: linear-gradient(to top, #222222 , #444444); */
    background-color:rgba(0,0,0,0.5);
    display:inline-block;
    box-shadow:inset 0 0 0 1px #fff;
    cursor:pointer;
    margin:0 7px;
}

.headermenu ul li ul li{
    display:none;
}

/* ############################### MENUS CLICKED STATE ###################################### */


.headermenu-clicked .mainmenu .menu-item  a{
    font-size:17px;
    color:#fff;
    transition: 0.3s;
    font-weight:400;
    font-family: 'centurygothic', sans-serif;
    display:block;
}

.headermenu-clicked ul li a{
    padding:10px 15px 10px 15px;
}

.headermenu-clicked .mainmenu .menu-item  a:hover{
    color:#fff;
}

.headermenu-clicked .mainmenu .current-menu-item{
    color:#fff;
    background-color:#01236a;
}

.headermenu-clicked .mainmenu li ul .menu-item  a{
    color:#fff;
    font-family: 'avenir-medium', sans-serif;
}

.headermenu-clicked .mainmenu li ul li:hover a{
    color:#fff;
}

.headermenu-clicked .mainmenu li ul .current-menu-item a{
    color:#4c86c1;
    font-family: 'avenir-black', sans-serif;
}

.headermenu-clicked .mainmenu li ul .current-menu-item{
    background-color:initial;
}

.headermenu-clicked .mainmenu li ul .current-menu-item:hover{
    background:#01236a;
}

.headermenu-clicked ul{
    display:inline;
    margin:0;
    padding:0;
    list-style:none;
}

.headermenu-clicked ul li{
    display:inline-block;
    background-color:#01236a;
    margin:0 7px;
    position:relative;
    transition:0.5s;
}

.headermenu-clicked ul li:hover{
    /* background: linear-gradient(to top, #222222 , #444444); */
    background-color:rgba(0,0,0,0.5);
    box-shadow:inset 0 0 0 1px #fff;
    cursor:pointer;
    border-radius:0px;
}

.headermenu-clicked-active{
    /* background: linear-gradient(to top, #222222 , #444444); */
    background-color:rgba(0,0,0,0.5);
    box-shadow:inset 0 0 0 1px #fff;
    cursor:pointer;
    border-radius:0;
}

.headermenu-clicked ul li ul{
    display:none;
    position:absolute;
    background-color:transparent;
    top:55px;
    left:0;
    border:#fff 1px solid;    
    border-radius:0 0 0 0;
    overflow:hidden;
    background-color:rgba(1,35,106,0.9);
    padding:15px;
}


.headermenu-clicked ul li ul li a{
    padding:2px 15px 2px 15px;
}

.headermenu-clicked .mainmenu .menu-item ul li a{
    font-size:15px;
}

.headermenu-clicked ul li ul li{
    display:block;
    min-width:250px;
    box-sizing:border-box;
    background-color:transparent;
    margin:0;
    border-bottom:#b1bcd4 1px solid;
    padding:15px 0;
}

.headermenu-clicked ul li ul li:last-child{
    border-bottom:none;
    padding:15px 0;
}

.headermenu-clicked ul li ul li:hover {
    background-color:#000;;
    color:#fff;
    box-shadow:initial;
    border-radius:initial;
}




/* **************************************************************************** */
/* ######################### HEADER BANNER #################################### */
/* **************************************************************************** */


/* ---------------------------------------------------------------------------- */
/* ############################## SLIDER ###################################### */
/* ---------------------------------------------------------------------------- */

.slidecontainer{
    position:relative;
}

.slidecontainer_maintext{
    color:#fff;
    text-align:center;
    font-size:60px;
    font-weight:700;
    line-height:135%;
    letter-spacing: 4px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-left:30px;
    padding-right:30px;
    width:70%;
    margin:auto;
}

.slidecontainer_smalltext{
    color:#fff;
    text-align:center;
    font-size:55px;
    line-height:140%;
    text-align:center;
    font-weight:200;
    font-family: 'Source Sans Pro', sans-serif;
    padding-left:30px;
    padding-right:30px;
}

.slideimagecontainer{
    background-repeat:no-repeat ;
    background-position:center center ;
    background-size:cover ;
    z-index:-1 ;
    min-height:600px;
    width:100%; 
}

.slidebuttoncontainer{
    padding-top:20px;
    padding-bottom:40px;
}

.slidebutton{
    font-size:18px;
    background:#e22028 ;
    color:#fff ;
    padding: 20px 65px 20px 65px ;
    border:#fff 0 solid ;
    cursor:pointer ;
    overflow:visible;
    border-radius: 0;
    display:inline-block;
    text-transform:uppercase;
    transition: 400ms;
}

.slidebutton:hover{
    background:#fff ;
    color:#e22028 ;
    cursor:pointer ;
}

#pager{
    width:100%;
    text-align:center;
    position:absolute;
    z-index:300;
    bottom:0;
    /* background:rgba(0, 0, 0, 0.7); */
    left:0;
    right:0;
    padding-top:12px;
    padding-bottom:12px;
}

#pager a{
    display:inline-block;
    width: 22px; 
    height: 22px; 
    margin-right:5px; 
    background:url(images/paginateoff.png) no-repeat;
}

#pager a:last-child{
    margin-right:0; 
}

#pager a.cycle-pager-active {
    background:url(images/paginateon.png) no-repeat;
}

#next{
    position:absolute;
    width:32px;
    height:104px;
    right:30px;
    top:35%;
    z-index:300;
    cursor:pointer;
    background-image:url(images/slide-arrow-right.png);
    background-repeat:no-repeat;
    background-position:center center;
    opacity:0.8;
}

#prev{
    position:absolute;
    width:32px;
    height:104px;
    left:30px;
    top:35%;
    bottom:50%;
    z-index:300;
    cursor:pointer;
    background-image:url(images/slide-arrow-left.png);
    background-repeat:no-repeat;
    background-position:center center;
    opacity:0.8;
}


/* ---------------------------------------------------------------------------- */
/* ############################ IMAGE BANNER ################################## */
/* ---------------------------------------------------------------------------- */

.slideimagecontainer2{
    background-repeat:no-repeat ;
    background-position:center center ;
    background-size:cover ;
    z-index:-1 ;
    min-height:500px;
    width:100%;
  
}



/* **************************************************************************** */
/* ########################### HOME PAGE ###################################### */
/* **************************************************************************** */

.home-box-image img{
    display:block;
}

.home-box-images{
    background-image:url('images/paralax1.jpg');
    background-attachment: fixed;
}

.home-box-image-holder{
    width:20%;    
    margin-left:auto;
    margin-right:auto;
}

.home-box-image{    
    padding:3px 3px 3px 3px;
    background:#caa662;     
    overflow:hidden;
}

.slide-scale{
    background-color:rgba(202, 166, 98, 0.75);
    border-radius:5px;
    padding:20px;
}

#scale-slider{
    background-color:#000;
    height:8px;
    border-radius:20px;
    margin-left:10px;
}

#scale-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    background:#6b2b2e;
    border-radius:5px;
    border:#000 1px solid;
    cursor:pointer;
    outline:none;
    box-sizing:border-box;
}

.home-header-logo{
    max-width:850px;
}

.home-header-logo img{
    width:100%;
}


/* **************************************************************************** */
/* ################################ FAQS ###################################### */
/* **************************************************************************** */

.content-box-inner{
    margin:6% 15% 6% 15%;
}

/* **************************************************************************** */
/* ################################ GALLERY ###################################### */
/* **************************************************************************** */

.gallery-image{
    border:#000 10px solid;
    box-sizing:border-box;
}

.gallery-container{
    border-left:#000 10px solid;
    border-right:#000 10px solid;
    border-bottom:#000 10px solid;
  
}

.gallery-image-inner{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:0;
    transition:0.5s;
    
}

.gallery-image-inner:hover{
    opacity:1;
    background-color:rgba(255,255,255,0.8);
}

.gallery-icon{
    position:absolute;
    color:#fff;
    bottom:0;
    right:0;
    display: none;
}

.gallery-button-left{
    border-left:#48addd 1px solid;
}

.gallery-button{
    padding:15px 25px;
    cursor:pointer;
    transition:0.5s;
    border-right:#48addd 1px solid;
    box-sizing:border-box;
    font-family: 'centurygothicbold', sans-serif;
    font-size:18px;
}

.gallery-button-active{
    background:#000;
}

.gallery-button:hover{
    background-color:#000;
}

/* **************************************************************************** */
/* ####################### CONTACT HORIZONTAL FORM ############################ */
/* **************************************************************************** */

.hor-form form{
    display:flex;
    flex-direction: row;
    justify-content: center;
    margin:auto;
    flex-wrap: wrap;
    flex: 1;
}

.hor-form p{
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin:0;
    padding:0;
    background:#fff;
    margin:5px 7px 5px 7px;
}

.hor-form p:last-of-type{
   display:none;
}

.hor-form .ajax-loader{
    display:none !important;
}

.hor-form input{
    box-sizing: border-box;
    border:0;    
    font-size:25px;
    padding:10px 15px;
    max-width:200px;
    outline:none;
    margin:0;
    display:flex;
    justify-content: center;
    flex: 1; 
 }

.hor-form select{
    box-sizing: border-box;
    border:0;    
    font-size:25px;
    padding:10px 15px;
    outline:none;
    background: url(images/br_down.png) #fff no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 97%;
    transition:0.5s;
    text-indent: 1px;
    text-overflow: '';
    cursor:pointer;
    margin:0;
    display:flex;
    justify-content: center;
    flex: 1;


}

.hor-form select::-ms-expand {
    display: none;
}

.hor-form input[type=submit]{
    box-sizing: border-box;
    border:0;    
    font-size:17px;
    font-weight:700;
    padding:10px 20px;
    outline:none;
    display:flex;
    justify-content: center;
    flex: 1;
    background-color:#01236a; 
    cursor:pointer; 
    transition:0.5s;
    color:#fff;
}

.hor-form input[type=submit]:hover{
       background:#000;    
       color:#4c86c1;
       box-shadow:inset 0 0 0 2px #4c86c1;
}






/* **************************************************************************** */
/* ######################### CONTACT VERTICAL FORM ############################ */
/* **************************************************************************** */


.ver-form form{
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin:auto;
    flex: 1;
}

.ver-form p{
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin:0;
    padding:0;
    margin:0;
}

.ver-form .ajax-loader{
    display:none ;
}

.ver-form input{
    box-sizing: border-box;
    border:0;    
    font-size:25px;
    padding:12px 15px;
    outline:none;
    margin:0 0 20px 0;
    display:flex;
    justify-content: center;
    flex: 1; 
    width:100%;
 }

.ver-form select{
    box-sizing: border-box;
    border:0;    
    font-size:25px;
    padding:10px 15px;
    outline:none;
    background: url(images/br_down.png) #fff no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 97%;
    transition:0.5s;
    text-indent: 1px;
    text-overflow: '';
    cursor:pointer;
    margin:0;
    display:flex;
    justify-content: center;
    flex: 1;
    width:100%;
    margin:0 0 20px 0;
}

.ver-form select::-ms-expand {
    display: none;
}

.ver-form input[type=submit]{
    box-sizing: border-box;
    border:0;    
    font-size:17px;
    font-weight:700;
    padding:15px 50px;
    outline:none;
    display:flex;
    justify-content: center;
    flex: 1;
    background:#01236a;    
    cursor:pointer; 
    transition:0.5s;
    color:#fff;
    margin-left:auto;
    margin-right:auto;
    width:initial;
}

.ver-form input[type=submit]:hover{
       background:#000;    
       color:#fff;
       box-shadow:inset 0 0 0 2px #01236a;
}

.ver-form textarea{
    box-sizing: border-box;
    border:0;    
    font-size:25px;
    padding:10px 15px;
    outline:none;
    margin:0;
    display:flex;
    justify-content: center;
    flex: 1; 
    margin:0 0 20px 0;
    max-height:150px;
    resize: none;
    width:100%;
}

/* **************************************************************************** */
/* ################################ MAP ###################################### */
/* **************************************************************************** */

.map-info-box{
    width:250px;
}

.map-info-box p{
    font-size:14px ;  
    color:#555555 ;
    margin:0 0 0 0 ;
}

.map-info-box h1{
    font-family:ebrima;
    font-size:17px ;  
    margin:5px 0 7px 0 ;
    padding-bottom:5px ;
    border-bottom:#cccccc 1px solid;
    font-weight:normal ;
}

.map-info-box h2{
    font-family:ebrima;
    font-size:14px ;  
    margin:0 0 0 0 ;
    font-weight:normal ;
    color:#555555 ;
}


.map-info-box img{
    max-width:150px ;
}

.map-info-box a{
    color:#f7892f;   
}

.map-info-box a:hover{
    color:#000;
}

.map-info-box span a{
    color:#777777;   
    font-size:13px ;
    font-family:ebrimabd;
}

.map-info-box span a:hover{
    color:#ab685d;
}

/* **************************************************************************** */
/* ################################ BLOG ###################################### */
/* **************************************************************************** */

.blog-cell{
    border:#cccccc 1px solid;
    transition:0.5s;
}

.blog-cell:hover{
    background:#fff;
    cursor:pointer;
}

/* **************************************************************************** */
/* ########################### COMMENTS ###################################### */
/* **************************************************************************** */

.reply{
    font-size:20px;
}

.comments-template{
    margin: 0 0 0;
    border-top: 0 solid #cccccc;
    padding: 0 0 0;
}

.comments-template ol{
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
}

.comments-template ol li{
    margin: 0 0 0;
    line-height: 18px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
    font-size: 16px;
}

.commentmetadata{
    font-size: 12px;
}

.comments-template p.nocomments{
    padding: 0;
}

.comments-template textarea{
    font-size: 12px;
}



/* **************************************************************************** */
/* ####################### WOOCOMMERCE SIDEBAR ################################ */
/* **************************************************************************** */

.shopsidebar-ul{
    margin:0px;
    padding:0px;
    list-style:none;
}

.shopsidebar-ul ul{
    margin:0px;
    padding:0px;
    list-style:none;
}

.shopsidebar-ul ul li{
    margin:0px 0px 20px 0px;
    font-size:13px;
}

.shopsidebar-ul ul li a{
    color:#000;
    font-size:18px;
    font-family:'Source Sans Pro', sans-serif;
    text-decoration:none;
}

.shopsidebar-ul ul ul li{
    margin:0px 0px 0px 7px;
    padding:0px;
    font-size:11px;
    font-weight:bold;
}

.shopsidebar-ul ul ul li a{
    font-size:14px;
    font-weight:normal;
}



.current-cat-parent{
    color:#000;
}

.current-cat-parent a{
    color:#000 !important;
}

.current-cat{
    color:#d82e9e;
}

.current-cat a{
    color:#d82e9e !important;
}

current-cat ul li{
    color:#d82e9e;
}

current-cat ul li a{
    color:#d82e9e !important;
}

    
    
    

/* **************************************************************************** */
/* ############################## FOOTER ###################################### */
/* **************************************************************************** */

.pre-footer a{
    font-family:icons;
    color:#000;
    font-size:50px;
    margin:10px;
}

.pre-footer a:hover{
    color:#4c86c1;
}

.footermenu{
    display:inline-block;
    vertical-align:middle;
}

.footermenu ul{
    display:inline-block;
    margin:0;
    padding:0;
    list-style:none;
}

.footermenu ul li{
    display:inline-block;
    padding:0 10px 0 10px;
}

.footermenu a{
    color:#fff;
    font-size:13px;
}

.footermenu a:hover{
    color:#4c86c1;
}

.footer-button{
    color:#000;
    background-color:#fff;
    border-radius:3px;
    padding:10px 17px 10px 17px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:600;
    font-size:12px;
    transition:0.5s;
}

.footer-button:hover{
    color:#fff;
    background-color:#000;
    font-size:12px;
    box-shadow: inset 0 0 0 2px #fff;

}

.footerlogo{
    height:40px;
}


.footer-divider{
    border-bottom:#4c86c1 2px solid;
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}

/* **************************************************************************** */
/* ####################### My Woocommerce Styles ############################# */
/* **************************************************************************** */

    .woocommerce .woocommerce-breadcrumb {
        margin: 0;
        padding: 0;
        font-size:15px;
        color: #fff;
    }
    
    .woocommerce .woocommerce-breadcrumb a {
        color: #fff;
        font-size:15px;
    }

    .woocommerce .woocommerce-result-count {
        margin: 0;
    }

    .woocommerce .woocommerce-ordering {
        margin: 0;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        float: initial !important;
        margin: 0;
        padding: 0;
        position: relative;
        width: initial;
    }

    .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
        width: initial;
    }
    
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
        font-size:20px;
    }

    .woocommerce ul.products li.product a h2{
        color:#0066c0;
        font-weight:600;
    }
 
    .woocommerce ul.products li.product a p{
        color:#000;
    }

    .woocommerce ul.products li.product .price {
        color: #000;
        font-size: 23px;
    } 

    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        float: left;
        width: 35%;
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        float: right;
        width: 61%;
        clear: none;
    }

    .gray-divider{
        border-bottom:#dddddd 1px solid;
        margin-top:20px;
        margin-bottom:20px;
    }

    .woocommerce div.product .product_title {
        clear: none;
        margin-top: 0;
        padding: 0;
        font-size:30px;
        color:#0066c0;
    }

    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
        background-color: #01236a;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        transition:0.5s;
    }

    .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
        background-color: #caa662;
        color: #fff;
    }

    .woocommerce div.product .woocommerce-tabs .panel h2 {
       font-size:30px;
       color:#0066c0;
    }

    .related, .products h2{
        font-size:30px;
       color:#0066c0;
    }

    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
        font-size: 20px;
    }

    .select2-container--open { color: black; }

    .woocommerce div.product div.images img {
        border: #fff 5px solid;
       
        box-sizing:border-box;
    }

    

    /* **************************************************************************** */
/* ########################### FONTS ###################################### */
/* **************************************************************************** */

@font-face {
    font-family: 'icons';
    src: url('./fonts/Icons.eot');
    src: url('./fonts/Icons.eot?#iefix') format('embedded-opentype'),        
         url('./fonts/Icons.woff') format('woff'),  
         url('./fonts/Icons.ttf') format('truetype'),  
         url('./fonts/Icons.svg#Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ebrima';
    src: url('./fonts/ebrima.eot');
    src: url('./fonts/ebrima.eot?#iefix') format('embedded-opentype'),        
         url('./fonts/ebrima.woff') format('woff'),  
         url('./fonts/ebrima.ttf') format('truetype'),  
         url('./fonts/ebrima.svg#ebrima') format('svg');
    font-weight: normal;
    font-style: normal;
}








/* **************************************************************************** */
/* ########################### MEDIA QUERIES ###################################### */
/* **************************************************************************** */

/* DEFAULT */

/* QUERIES */


@media handheld, screen and (max-width:1800px){
   


}

@media handheld, screen and (max-width:1200px){
   
    .header-button{    
        padding:10px 8px 10px 8px;     
        font-size:12px;    
    }

    /* ---------------------------------------------------------------------------- */
    /* ################################ MENUS ################################# */
    /* ---------------------------------------------------------------------------- */

    .headermenu .mainmenu .menu-item  a{
        font-size:12px;
        padding:10px 5px;
    }

    .headermenu ul li{
        margin:0 2px;
    }

    .headermenu ul li:hover{
        margin:0 2px;
    }

    /* ############################### MENUS CLICKED STATE ###################################### */

    .headermenu-clicked .mainmenu .menu-item  a{
        font-size:12px;
    }

    .headermenu-clicked ul li a{
        padding:10px 5px;
    }

    .headermenu-clicked ul li{
        margin:0 2px;
    }

    .headermenu-clicked .mainmenu li ul .menu-item  a{
        font-size:10px;
    }


    /* ---------------------------------------------------------------------------- */
    /* ############################ HEADER BANNER ################################# */
    /* ---------------------------------------------------------------------------- */

    .slideimagecontainer{
    min-height:380px;
    }

    .slideimagecontainer2{
    min-height:300px;
    }


}

@media handheld, screen and (max-width:900px){

    h1{
        font-size:35px;
    }
    
    h2{
        font-size:30px
    }
    
    h3{
        font-size:27px;
    }
    
    h4{
        font-size:25px;
    }
    
    
    h5{
        font-size:20px;
    }
    
    h6{
        font-size:18px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ################################ POPUP ################################# */
    /* ---------------------------------------------------------------------------- */

    .popup-video{
        width:560px;
    }
   
    /* ---------------------------------------------------------------------------- */
    /* ################################ HEADER ################################# */
    /* ---------------------------------------------------------------------------- */
    .logo{
        opacity:1 !important;
    }

    .header-button{    
        padding:7px 6px;     
        font-size:10px;    
    }

    /* ---------------------------------------------------------------------------- */
    /* ################################ MENUS ################################# */
    /* ---------------------------------------------------------------------------- */

    .headermenu .mainmenu .menu-item  a{
        font-size:10px;
        padding:10px 5px;
    }

    .headermenu ul li{
        margin:0 2px;
    }

    .headermenu ul li:hover{
        margin:0 2px;
    }

    /* ############################### MENUS CLICKED STATE ###################################### */

    .headermenu-clicked .mainmenu .menu-item  a{
        font-size:10px;
    }

    .headermenu-clicked ul li a{
        padding:10px 5px;
    }

    .headermenu-clicked ul li{
        margin:0 2px;
    }

    .headermenu-clicked .mainmenu li ul .menu-item  a{
        font-size:10px;
    }

    
    /* ---------------------------------------------------------------------------- */
    /* ############################ FOOTER ################################# */
    /* ---------------------------------------------------------------------------- */

    .footermenu ul li{
        display:inline-block;
        padding:0 5px 0 5px;
    }

   
    /* ---------------------------------------------------------------------------- */
    /* ############################ FAQ ################################# */
    /* ---------------------------------------------------------------------------- */

    .content-box-inner{
        margin:4% 6% 4% 6%;
    }

    /* ---------------------------------------------------------------------------- */
    /* ############################ HEADER BANNER ################################# */
    /* ---------------------------------------------------------------------------- */
    

    .home-header-image{
        height:850px;
    }

    .slidecontainer_maintext{
        font-size:50px; 
    }

    .slidecontainer_smalltext{
    font-size:40px;
    }

    .slideimagecontainer{
    min-height:280px;
    }

    .slideimagecontainer2{
    min-height:200px;
    }


}


@media handheld, screen and (max-width:600px){

    /* ---------------------------------------------------------------------------- */
    /* ################################ POPUP ################################# */
    /* ---------------------------------------------------------------------------- */

    .popup-video{
        width:300px;
    }

/* ---------------------------------------------------------------------------- */
/* ################################ HEADER #################################### */
/* ---------------------------------------------------------------------------- */

    .mobile-header{
        display:block;
    }
    
    .desktop-header{
        display:none;
    }
    
    #mobile-nav-bar{
        display:flex;
    }
    
/* ---------------------------------------------------------------------------- */
/* ################################ MAIN MENU ################################# */
/* ---------------------------------------------------------------------------- */

    .mainmenu{
        text-align:center;
        background:#01236a
    }
    
    .mainmenu ul{
        list-style-type: none;
        margin-left:0;
        margin-top:0;
        margin-bottom:0;
        padding-top:0;
        padding-left:0;
        padding-bottom:0;
        display:block;
    }
    
    .mainmenu li{
        line-height:310%;
        border-bottom:#dfdfdf 1px solid;
        display:block;
        margin-right:0;
    }

    .mainmenu .menu-item a{
        color:#fff;
        display:block; 
        font-size:17px;
    }

    .mainmenu .menu-item  a:hover{
        background:transparent;
        color:#fff;
        font-size:17px;
    }

    .mainmenu .current-menu-parent a{
        color:#000;
    }

    .mainmenu .menu-item:hover {
        color: #fff;
    }

    .mainmenu .current-menu-ancestor, .current-menu-ancestor a {
        background:transparent;
    }

    .mainmenu .menu-item-has-children li{
        background:#0066c0;
    }

    .mainmenu .menu-item-has-children li a{
        color:#000;
    }

    .mainmenu .current-menu-item  a{
        color: #fff !important;
        background:#0066c0;
    }


/* ---------------------------------------------------------------------------- */
/* ############################ HEADER BANNER ################################# */
/* ---------------------------------------------------------------------------- */
    
    .home-header-image{
        height:650px;
    }

    .slidecontainer_maintext{
          font-size:25px; 
    }

    .slidecontainer_smalltext{
        font-size:23px;
    }

    .slideimagecontainer{
        min-height:130px;
    }

    .slideimagecontainer2{
        min-height:200px;
    }
    
     /* ---------------------------------------------------------------------------- */
    /* ############################ HOME ################################# */
    /* ---------------------------------------------------------------------------- */

    .home-box-image-holder{
        width:100%;  
        margin-top:10px;
        margin-bottom:10px;
    }

    /* ---------------------------------------------------------------------------- */
    /* ############################ FAQ ################################# */
    /* ---------------------------------------------------------------------------- */

    .content-box-inner{
        margin:6% 8% 6% 8%;
    }

    /* ---------------------------------------------------------------------------- */
    /* ############################ CONTACT ################################# */
    /* ---------------------------------------------------------------------------- */

    #map_canvas{
        min-height:300px !important;
    }


    /* ---------------------------------------------------------------------------- */
    /* ############################## WOOCOMMERCE ################################# */
    /* ---------------------------------------------------------------------------- */

    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        float: none;
        width: initial;
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        float: none;
        width: initial;

    }


    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: initial;
        float: none;
    }

}

