
body{
            /*font-family: 'Quicksand', sans-serif;
            font-family: 'Fira Sans', sans-serif;*/
            font-family: 'Oswald', sans-serif;
            font-size: 16px;
            font-weight: 300;
        }
        /* remove the original arrow */
    select.form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        /* no standardized syntax available, no ie-friendly solution available */
        background-color: white;
    background-image:
    }
    .control-label{
        font-weight: 400;
    }


select + i.fa {
    float: right;
    margin-top: -30px;
    margin-right: 5px;
    /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
    
    pointer-events: none;
    /* everything after this is just to cover up the original arrow */
    /* (for browsers that don't support the syntax used above) */
    
    background-color: #fff;
    padding-right: 5px;
}
.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
        .pink{
            color: #00b085;
        }
        .tagline p{
            font-size: 3em
        }
        .tagline h1{
            font-size: 4em;color:#00b085;
        }
       
        ul.nav a{
            color: #fff;
            background-color: transparent;
            font-weight: 500;
            font-size: 18px;
        }
        ul.nav a:hover,ul.nav li.active a,ul.nav li.active a:hover{
            background-color: transparent;
            color: #fff;
        }
        .back{
            background: #333 url('../images/back.jpg') no-repeat fixed;
            background-size: cover;
            background-position: center top;
            color: #fff;
            text-shadow: 1px 1px 2px #000;
            padding-top: 40px;
        }
        .back2{
            background: #333 url('../images/backnew.jpg') no-repeat fixed;
            background-size: cover;
            background-position: center top;
        }
        .back a.btn-link{
            color: #fff;
            text-shadow: 0px 0px 5px #000;
        }
        .pad50{
            padding-top: 50px;
            padding-bottom:50px;
        }
        .btn-round{
            border-radius: 30px;
            background-color: #00b085;
            color: #fff;
        }
        .btn-round2{
            border-radius: 30px;
            background-color: #3D4B65;
            color: #ddd;
        }
        .btn-round2:hover{
            color: #fff;
        }
        .navbar{
     padding-top: 15px;
     padding-bottom: 15px;
     background-color: #fff;
     margin-bottom: 0;
     border:none;
    
     width: 100%;
     transition: top 0.3s;
     font-weight: 700;
     z-index: 2;
     border-radius: 0;
     border-bottom: 2px solid #D10019;
}
 .navbar .navbar-brand{
     padding: 0 !important;
     margin-top: -5px;
}
 .navbar .navbar-brand>img{
     height:50px;
}
 .navbar .dropdown-menu{
     background-color: #fff;
}
 .navbar .dropdown-menu li>a{
     color: #333;
}
 .navbar .dropdown-menu li>a:hover{
     color: #fff;
}
 .navbar a{
     font-weight: 700 !important;
     letter-spacing: 1px;
     text-transform: uppercase;
}
 .navbar-nav li>a{
     transition: all 0.3s;
     padding-left: 5px;
     padding-right: 10px;
     color: #eee !important;
     font-size: 14px;
     letter-spacing: 2px;
}
.navbar-nav li>a:hover{
     transition: all 0.3s;
     padding-left: 10px;
     padding-right: 5px;
     color: #fff !important;
     font-size: 14px;
     letter-spacing: 2px;
}
.footer{
    padding-top: 10px;
    padding-bottom: 10px;
    color:#333;
}
.footer a{
    transition: padding 0.8s;
    display: block;
    color: #333;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
}
.footer a:hover{
    transition: padding 0.4s;
    text-decoration: none;
    padding-left: 10px;
}
.footer .row>div{
    padding:10px;
}
         @media (min-width: 1200px) {
.product{
         height: 242px;
        width: 242px;
        background-color: #fff;
         margin-left: auto;
         margin-right:auto;
         border-bottom:2px solid #00b085;
        margin: 0px;
        text-align: center;
        /*background-image: url(../images/logo.png);
         background-position: bottom left;
         background-repeat: no-repeat;
         background-size: 60px;
        */
    }
    .product + h4{
        height: 70px;
    }
     .product>img{
         background-color: #fff;
        max-width: 240px;
        max-height: 240px;
    }
     img.logool{
         position: absolute;
        width: 80px !important;
        top: 160px;
        left: 25px;
        margin: auto;
        z-index: 1;
        background-color: transparent;
        opacity: 0.8;
    }
}

/*md screen*/
@media screen and (min-width: 991px) and (max-width: 1199px) {
 .product{
         height: 194px;
        width: 194px;
        background-color: #fff;
         margin-left: auto;
         margin-right:auto;
         border-bottom:2px solid #00b085;
        margin: 0px;
        text-align: center;
        /*background-image: url(../images/logo.png);
         background-position: bottom left;
         background-repeat: no-repeat;
         background-size: 60px;
        */
    }
    .product + h4{
        height: 70px;
    }
     .product>img{
         background-color: #fff;
        max-width: 192px;
        max-height: 192px;
    }
     img.logool{
         position: absolute;
        width: 80px !important;
        top: 160px;
        left: 25px;
        margin: auto;
        z-index: 1;
        background-color: transparent;
        opacity: 0.8;
    }
}
/*sm screen*/
@media screen and (min-width: 768px) and (max-width: 990px) {
    .product{
         height: 202px;
        width: 202px;
        background-color: #fff;
         margin-left: auto;
         margin-right:auto;
         border-bottom:2px solid #00b085;
        margin: 0px;
        text-align: center;
        /*background-image: url(../images/logo.png);
         background-position: bottom left;
         background-repeat: no-repeat;
         background-size: 60px;
        */
    }
    .product + h4{
        height: 70px;
    }
     .product>img{
         background-color: #fff;
        max-width: 200px;
        max-height: 200px;
    }
     img.logool{
         position: absolute;
        width: 80px !important;
        top: 160px;
        left: 25px;
        margin: auto;
        z-index: 1;
        background-color: transparent;
        opacity: 0.8;
    }
}

 @media screen and (max-width: 767px) {
     .back{
        padding-top: 0px;
     }
     h4.itemtitle{
        font-size: 12px;
     }
     h2.itemheading{
        text-align: left !important;
        font-size: 16px;
        border-top: 1px solid #f4f4f4;
        padding-top: 15px;
        margin-top: 10px;
     }
     .itemwell div.well{
        margin-bottom: 5px;
        border-radius: 5px !important;
        border: none;
     }
     .navbar{
         padding-top: 5px;
         padding-bottom: 5px;
    }
     .navbar .navbar-brand{
         padding: 5px !important;
         margin-top: 0px;
    }
     .navbar .navbar-brand>img{
         height:40px;
    }
     .navbar-nav li>a{
         padding-left: 10px;
    }
    .tagline p{
            font-size: 1.6em
        }
        .tagline h1{
            font-size: 2em;color:#00b085;
        }
 .product{
    height: 202px;width: 202px;background-color: #fff;
    margin-left: auto;
    margin-right:auto;
    border-bottom:2px solid #00b085;margin: 0px;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    /*background-image: url(../images/logo.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 60px;*/

    }
    .product>img{
        background-color: #fff;max-width: 200px;max-height: 200px;
    }
    img.logool{
            position: absolute;width: 80px;top: 160px;left: 25px;margin: auto;z-index: 1;background-color: transparent;opacity: 0.8;
        }
        
}
.cf {
  position:relative;
  margin:0 auto;
}

.cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.cf img.top:hover {
  opacity:0;
}
.btn-success{
    background-color: #00B085 !important;
}
.signboard{
    display: none;
}
.item .well{
    cursor: pointer;
}