﻿/* Remove the navbar's default margin-bottom and rounded borders */

body {
    /*background-image: url("images/bg.png");*/
    /*background-repeat: repeat-x;*/
    background-color: #ececee;   
}

.navbar {
    /*overflow: hidden;*/
    margin-bottom: 0;
    border-radius: 0;    
}

/* Hide the carousel text when the screen is less than 600 pixels wide */

@media (max-width: 600px) {
    .carousel-caption {
        display: none;
    }
}

.navbar-inverse {
    background-color: #ececee;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #464646;
    }

        .navbar-inverse .navbar-nav > li > a:focus,
        .navbar-inverse .navbar-nav > li > a:hover {
            color: #cc9d50;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #cc9d50;
    }

/*.panel-default {*/
    /*border-color: #f5f1f1;*/
/*}*/

.panel-default > .panel-heading {
    color: #fff;
    background-color: #cc9d50;
    font-size: 15px;
    font-weight:bold;
    /*border-color: #f5f1f1;*/    
}

.panel-default > .panel-heading:hover {
    color: #fff;
    background-color: #c68e34;
    /*border-color: #f5f1f1;*/
}


.panel-default > .panel-body {
    background-color: #ffffff;
    padding: 12px;
    min-height:255px;
    height: auto;    
}

.dropdown-menu {
    background-color: #fefefe;
}

    .dropdown-menu > li > a {
        color: #464646;
    }
        .dropdown-menu > li > a:focus,
        .dropdown-menu > li > a:hover {
            color: #cc9d50;
            text-decoration: none;
            background-color: #f5f5f5;
        }

.zoom {
    transition: transform .50s; /* Animation */
    margin: 0 auto;
    overflow: hidden;
}
    .zoom:hover {
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.-1); /* Safari 3-8 */
        transform: scale(1.1);
    }

.btn-default {
    background-color: #cc9d50;
    border-color: #cc9d50;
    color: white;
}

    .btn-default:active,
    .btn-default:hover {
        background-color: #cc9d50;
        border-color: #cb953b;
        color: white;
        opacity: 0.15;
        
    }

.btn-primary {
    background-color: #577539;
    border-color: #6e9b41;
    color: white;
}

    .btn-primary:active,
    .btn-primary:hover {
        background-color: #7bad49;
        border-color: #6e9b41;
        color: white;
        opacity: 0.80;
    }

.modal-footer {
    text-align: left;
}

img-circle {
    transition: transform .90s; /* Animation */
    margin: 0 auto;
}

.img-circle:hover {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.-1); /* Safari 3-8 */
    transform: scale(1.1);
}

.heading-text {
    text-align: justify;
}

/*Modal code*/
/*@import url(http://fonts.googleapis.com/css?family=Roboto);*/

/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
}

    .loginmodal-container h1 {
        text-align: center;
        font-size: 1.8em;
        font-family: roboto;
    }

    .loginmodal-container input[type=submit] {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        position: relative;
    }

    .loginmodal-container input[type=text], input[type=password] {
        height: 44px;
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        /* border-radius: 2px; */
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .loginmodal-container input[type=text]:hover, input[type=password]:hover {
            border: 1px solid #b9b9b9;
            border-top: 1px solid #a0a0a0;
            -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        }

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    padding: 0px 0px;
    font-family: roboto;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

    .loginmodal-submit:hover {
        /* border: 1px solid #2f5bb7; */
        border: 0px;
        text-shadow: 0 1px rgba(0,0,0,0.3);
        background-color: #357ae8;
        /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
    }

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}
/* modal code*/

/* test */


.imgShadow {
    width: 300px;
    height: 300px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.9);
}

/***** Footer *****/

.footer {
    /*color: rgb(255, 255, 255);*/
    /*padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;*/
    /*background-color: #464646;*/
    background-image: url('../../Images/footer-img.PNG');
}

.footer-top {
    padding: 65px 0px 138px 0px;
    /*background: #333;*/
    text-align: left;
    color: #fff;
}

    .footer-top h3 {
        padding-bottom: 10px;
        color: #fff;
    }

.footer-about img.logo-footer {
    max-width: 74px;
    margin-top: 0;
    margin-bottom: 18px;
}

.footer-about p a {
    border: 0;
}

    .footer-about p a:hover, .footer-about p a:focus {
        border: 0;
    }

.footer-contact p {
    word-wrap: break-word;
}

.footer-contact i {
    padding-right: 10px;
    font-size: 18px;
    color: #666;
}

.footer-contact p a {
    border: 0;
}

    .footer-contact p a:hover, .footer-contact p a:focus {
        border: 0;
    }

.footer-links a {
    color: #ffffff ;
    border: 0;
}

    .footer-links a:hover, .footer-links a:focus {
        color: #cc9d50;
    }

.footer-bottom {
    padding: 4px 0 4px 0;
    background: #9e9274;
    text-align: left;
    color: #fff;    
}

.footer-social {
    padding-top: 3px;
    text-align: right;
}

    .footer-social a {
        margin-left: 20px;
        color: #777;
        border: 0;
    }

        .footer-social a:hover, .footer-social a:focus {
            color: #79a05f;
            border: 0;
        }

    .footer-social i {
        font-size: 24px;
        vertical-align: middle;
    }

.footer-copyright {
    padding-top: 5px;
}

    .footer-copyright a {
        color: #fff;
        border: 0;
    }

        .footer-copyright a:hover, .footer-copyright a:focus {
            color: #f6edde;
            text-decoration: none;            
            background-color: transparent;
        }

.button {
    border-radius: 4px;
    background-color: #cc9d50;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    width: 100px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 3px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.tabCell {
    text-align: left;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: inherit;
    text-wrap: normal;
    color: #cc9d50;
}

.tabCellar {
    text-align: right;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: inherit;
    text-wrap: normal;
    color: #cc9d50;
}

.navbar-logos {
    padding:5px 0px 5px 0px;
}

.contact_info {
    width: 99%;
    float: left;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(1,1,1,0.3);
    background-color: rgb(241, 241, 241);
    padding: 5px 10px;
    box-sizing: border-box;
    margin-top: 20px;
}

.info_box {
    width: 50%;
    float: left;
    padding: 5px 10px;
    box-sizing: border-box;
    border-right: 1px dashed #d3d4d5;
    line-height: 1.9;
}

.info_box_inn {
    width: 50%;
    float: left;
    padding: 5px 20px;
    box-sizing: border-box;
}

.logo-left {
    text-align:left;
}

.logo-center {
    text-align: center;
}

.logo-right {
    text-align:right;
}

.text-capitalize {
    text-transform: none;
}

.Divpanel {
    padding: 10px 20px 15px 20px;
    margin-right: 1%;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(1,1,1,0.3);
    background-color: rgb(241, 241, 241)
}

.center-div {
    margin: 0 auto;
    max-width: 80%;
    /*height: 100px;*/
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.9);
    padding: 5px 5px 5px 5px;
}

/*
    Gallery
*/

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

    .gallery-title:after {
        content: "";
        position: absolute;
        width: 7.5%;
        left: 46.5%;
        height: 45px;
        border-bottom: 1px solid #5e5e5e;
    }
           
.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 20px;
}

p {
    font-size: 1em;
}



.mobileShow {
    display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mobileShow {
        display: inline;
    }
}


