/* Sticky footer styles
-------------------------------------------------- */
html 
{
    position: relative;
    min-height: 100%;
}

#cbody 
{
    background-color:#215B33 !important;
}



.error
{
    color:#b40000;
}

.noerror
{
    color:#444444;
}

.error-text 
{
    color:#ba0606;
}


.black {
  background-color:#000000 !important;
}

.yellow {
  background-color:#fff46d !important;
}

.gray {
  background-color: #bcbdc0 !important;
}

.lightgray {
  background-color: #e6e7e9 !important;
}

.white {
  background-color:#ffffff !important;
}

.full-width
{
    width:100% !important;
}

.full-width-100 {
    width: 100% !important;
}

.full-width-75 {
    width: 75% !important;
}

.full-width-50 {
    width: 50% !important;
}

.full-width-25 {
    width: 25% !important;
}


.price-table 
{
    width:100%;
    border:1px solid #eeeeee;
}

.price-table tr td
{
    width:100px;
    border:1px solid #eeeeee;
    padding:3px;
    text-align:center;
}

.price-table tr td:first-child
{
    width:50%;
    text-align:left;
}

.price-table-blue
{
    color:#e9edf6 !important;
    font-size:23px;
    padding-left:20px;
}

.price-table-green
{
    color:#d4eae7 !important;
    font-size:23px;
    padding-left:20px;
}

.price-table-red
{
    color:#f6c9dd !important;
    font-size:23px;
    padding-left:20px;
}

.price-table-yellow
{
    color:#f4d899 !important;
    font-size:23px;
    padding-left:20px;
}

.price-table-purple
{
    color:#b89ec0 !important;
    font-size:23px;
    padding-left:20px;
}

.price-table-purple-bg
{
    color:#ffffff !important;
    background-color:#b89ec0 !important;
    font-weight:bold;
}




/*TOPMENU START*/

.navbar
{
    margin-bottom:0px;
    background-color:#1a171b !important;
    border-radius:0px;
   padding: 10px 0;
    min-height:120px;
    border:none !important;
}
.navbar-brand
{
    padding:0px;
    padding-left:15px !important;
}


 .navbar-brand img
 {
      width:283px;
      margin-top: 5px;
 }

.navbar-default .navbar-toggle .icon-bar {
    border:none;
    background-color:#215B33 !important;
 }

.navbar-toggle:hover
{
    background-color:#1a171b !important;
}

.navbar-toggle:focus
{
    background-color:#1a171b !important;
}

 
.link-icons{text-align:right;margin-top:12px;margin-left:10px;}
.link-icons img{padding-right:5px;}

.navbar-default .navbar-toggle {
    border: none;
}


.navbar-nav
{
    margin-top:30px;
}
.navbar-collapse
{
    border:none;
    min-height:0px;
    -moz-transition: all .2s linear;
     -webkit-transition: all .2s linear;
     transition: all .2s linear;
}

.navbar-nav>li>a
{
    font-size: 13px;   
    text-decoration:none;
    color: #999 !important;
    padding-top:20px !important;
    padding-bottom:20px !important;
    padding-left:10px ;
    padding-right:10px;
    display:block;
    -moz-transition: all .25s ease;
     -webkit-transition: all .25s ease;
     transition: all .25s ease;
     text-transform:uppercase;
     letter-spacing:1px;
}

.navbar-nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff !important;
    background-color:#333333 !important;

    
}

.dropdown-menu
{
    background-color:#eeeeee ;
    margin-left:0px;
    padding:0px;
    border:none;
    margin:0px;
    -webkit-border-radius: 0px; 
    -moz-border-radius:  0px;  
    -o-border-radius:  0px; 
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
  
}

.dropdown-menu>li>a
{
    text-decoration:none;
    padding: 0px 15px 0px 15px;
    font-weight: 500;
    font-size: 14px;
    color: #333 !important;
     background-color:#eeeeee ;
}

.dropdown-menu>li>a:hover
{
     background-color:#eeeeee !important;
     text-decoration:underline;
}

.dropdown-toggle>.caret
{
    color:#333333 !important;
}


.dropdown-menu li:first-child
{
    display:none;
}

.subnav
{
    border-top:1px #444444 solid;
    padding-top:0px;
    padding: 6px 0;
}

.submenu-header div
{
    padding-top:10px;
    font-size:26px;
    color:#999;
    transition: all .25s ease;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
}

.submenu-header div:hover
{
    color:#f1f1f1;
}

.submenu-header div:hover .submenu-icon {
    color: #f1f1f1;
}

.submenu-icon
{
    font-size:33px !important;
    padding-top:50px !important;
    color:#999;
    transition: all .25s ease;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
}




@media(min-width:768px){

.navbar-nav>li>a
{
      display:inline-block;
    padding-bottom:10px;
}

.navbar-collapse.collapse
{
    height:0px !important;
}
.navbar-nav > li:after 
{
    color:#999;
    content: " | ";
}

.navbar-nav > li:last-child:after 
{
    display:none;
}

.navbar-nav > li > .dropdown-menu {
    padding: 10px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
}

.navbar-nav > li > .dropdown-menu:after {
    content: '';
    position: absolute;
    left: 27px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    clear: both;
}



}



/*TOPMENU END*/



/*/* FOOTER BEGIN */


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color:#333333;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer-content
{
    padding-right:10px;
    font-size:14px;
    margin-bottom:10px;
    color:#ffffff;
}

.footer-content-center
{
    text-align:center;
}
.footer-content p
{
    font-size:14px;
    color:#cccccc;
    margin-left:0px;
}

.footer-content a
{
    font-size:14px;
    color:#cccccc;
}


.footer-up-img {
    position: absolute !important;
    z-index: 99;
    left: 47%;
    top: -45px;
    width: 75px;
    cursor: pointer;
}

.footer-ul
{
     list-style-type: none;
     padding-left:0px;
}
.footer-ul li {
    margin-top:5px;
}

/*** MEDIA QUERIES ***/


@media (max-width: 480px) {

}


@media (max-width: 560px) {

}

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) 
{

    .footer {height: 450px;}
    body {margin-bottom: 450px;}

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .footer {height: 400px;}
    body {margin-bottom: 400px;}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) 
{
    .footer {height: 230px;}
     body {margin-bottom: 230px;}
}

@media (max-width: 992px) {

    .footer-content-center {
        margin-top:20px;
        text-align: left;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/*** END MEDIA QUERIES ***/

/*FOOTER END*/


.category-btn
{
    font-size: 18px;
	color: #666666;
	font-family: dincond-boldregular, arial;
	padding-left:20px;
	padding-right:20px;
    border: 1px solid #bbbbbb;
    background-color:#eeeeee;
    border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    -o-border-radius: 5px;
    -moz-box-shadow:inset 0 -15px 15px -15px #7e7c7c;
    -webkit-box-shadow:inset 0 -15px 15px -15px #7e7c7c;
    box-shadow:inset 0 -15px 15px -15px #7e7c7c;
    margin:10px;
}

.category-btn-selected
{
    font-size: 18px;
	color: #fff;
	font-family: dincond-boldregular, arial;
	padding-left:20px;
	padding-right:20px;
    border: 1px solid #1dae8d;
    background-color:#1dae8d;
    border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    -o-border-radius: 5px;
    -moz-box-shadow:inset 0 -15px 15px -15px #025240;
    -webkit-box-shadow:inset 0 -15px 15px -15px #025240;
    box-shadow:inset 0 -15px 15px -15px #025240;
    margin:10px;
}

.category-btn:hover
{
	background-color:#cccccc;
}



.modal-header{
    color:#fff !important;
}

#myModal .modal-dialog
{
    width: 90%;
}


.product-img
{
   height:600px;
   background-repeat:no-repeat;
   background-position:center;
   background-size:cover;
   overflow:hidden;

}

.fullspot-img
{
    overflow: hidden; 
}

.fullspot-img img
{
    display: block;
    max-width: 100%;
    /* just in case, to force correct aspect ratio */
    height: auto !important;
    width: 100%; /* ie8+9 */
    /* lt ie8 */
    -ms-interpolation-mode: bicubic; 
}


.fullspot-img p 
{
    margin:0px;    
}

.fullspot-prod-img
{
    max-height: 800px;
    overflow: hidden; 
    background-color:#fff;
}

.fullspot-prod-img img
{
    display: block;
    max-width: 100%;
    /* just in case, to force correct aspect ratio */
    height: auto !important;
    width: 100%; /* ie8+9 */
    /* lt ie8 */
    -ms-interpolation-mode: bicubic; 

}


.fullspot-prod-img p 
{
    margin:0px;    
}






/* header end */


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

.pagetop {
  padding-top:8px;
  height:40px;
  background-color:#393939;
  text-align:right;
  color:#fff;
}

.pagetop a{
  text-decoration:none;
  color:#fff;
}

.pagetop .glyphicon {
    color:#fff;
}

.fullwrapper {
  background-color:#fff;
  text-align:right;
}

.fullwrapper-green {
  background-color:#215B33;
  text-align:right;
}

.logospot img
{
    max-width:350px;
    width:100%;
}



.gallery-image-link
{
  margin-left:0px !important;
  margin-right:20px !important;
    
}

.logo-wrapper
{
    border-bottom:3px solid #5f5f62;
    background-color:#d1cfd0;
}

.logo-container
{
    padding-top:10px;
    padding-bottom:10px;
    background-color:#d1cfd0;
}

.container-spacer
{
    padding-top:15px;
    padding-bottom:15px;
}

.container-spacer-top
{
    padding-top:15px;
}

.container-spacer-bottom
{
    padding-bottom:15px;
}


.pagetop > .container {
  text-align:right;
  color:#fff;
}

.container .text-muted {
  margin: 20px 0;
}

 .overlay {
    background: rgba(0,0,0,.20);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.overlay img {
    display: block;
    margin: 0 auto;
}

.overlay span {
    color: #fff;
    display: block;
    top: 40%;
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    position: relative;
}


.smallspot
{
    width:100%;
    min-height:250px;
    border:1px solid #999;
    cursor:pointer;
    margin-top:30px;
}



.smallspot a 
{
  text-decoration: none;
}

.smallspot-text
 {
    width:100%;
    position: absolute;
    bottom: 0px;
    background: rgba(245, 245, 245, .7);
    padding-left:10px;
    padding-right:10px;

 }

.smallspot-text h1, .smallspot-text h2, .smallspot-text h3
 {
    margin-top:5px;
        color:#000 !important;
 }

.smallspot-text h1, .smallspot-text h2, .smallspot-text h3, .smallspot-text p, .smallspot-text div, .smallspot-text span
 {
    margin-top:5px;
    margin-bottom:5px;
    color:#000 !important;
 }



.productspot
{
    width:100%;
    min-height:250px;
    margin-top:30px;
    border:1px solid #eeeeee;
}

.productspot a 
{
  text-decoration: none;
}

.productspot-text
 {
    width:100%;
    position: absolute;
    bottom: 0px;
    background: rgba(245, 245, 245, .7);
    padding-left:10px;
    padding-right:10px;
    color:#000 !important;
 }

.productspot-text h1, .productspot-text h2, .productspot-text h3
 {
    margin-top:5px;
    color:#000 !important;
 }






.product-detail 
{
}

.product-detail img
{
    width:100%;
}




.product-two-column
{
    width:100%;
    margin-top:10px;
}

.product-two-column td:first-child
{
    padding-right:5px;
}
.product-two-column td:last-child
{
    padding-left:5px;
}

.product-two-column img
{
    width:100%;
}







/*** MEDIA QUERIES ***/

@media(max-width:480px){
    
     .navbar-brand img
     {
          width:200px;
          margin-top: 15px;
     }

    .productspot
    {
        min-height:300px !important;
    }

    .smallspot
    {
        min-height:300px !important;
    }

    


}

@media(max-width:992px){
    .product-img {
        max-height: 400px;
    }
 }



@media(max-width:767px){

    
  
    .smallspot
    {
        min-height:400px;
    }

    .productspot
    {
        min-height:400px;
    }
    .search 
    {
        display:none;
    }

    .nav-selected {
        border-bottom:none;
        }
     .navbar
     {
         background-image:none;
         background-color:#fff;
     }

    .nav-prodmenu > li:first-child 
    {
        padding-left:15px !important;
    }

    .nav-prodmenu > li:after 
    {
        display:none;
    }

    .nav-prodmenu > li
    {
        padding-left:15px !important;
    }

    .nav-prodmenu>li {
        float: left;
        width: 50% !important;
    }

}


@media(min-width:992px){
}

@media(max-width:992px){


}

@media(min-width:1200px) 
{
}

@media(max-width:992px) and (min-width:767px) 
{
    .navbar-right {
        right: auto !important;
        left: 0 !important;
        float: left !important;
    }
}
@media(max-width:1200px) 
{
     .nav-prodmenu>li {
        float: left;
        width: 20%;
        padding-left:0px;
    }

     .nav-prodmenu > li:after 
    {
        display:none;
    }
}




/*** END MEDIA QUERIES ***/

/* VIDEO
================================================== */




/*** END MEDIA QUERIES ***/

