@import url(https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700);

body {
    font-family: 'El Messiri', sans-serif !important;
}

.header {
    background: #fff;
    padding-top: 20px;
}

.top-info {
    margin-top: 2px;
    text-align: right;
}

.footer .pull-right .top-social {
    margin-top: 12px;
    text-align: right;
}

ul.top-social {
    margin: 0;
}

.top-social li {
    display: inline-block;
    padding-left: 10px;
}

/*my css*/
#product h2 {
    display: none;
}

.col-md-3 {
    padding-bottom: 15px;
}

/*My css end*/


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    /*     background-color: #fff; */
    color: #0f7b31;
    border-radius: 50px;
    text-align: center;
    /* box-shadow: 2px 2px 3px #999; */
}

.my-float {
    margin-top: 7px;
}

.top-social li a:hover,
.top-social li a:focus,
.top-social li a:active {
    background: transparent;
    color: #555;
    text-decoration: none;
}

ul.top-social li a {
    display: inline-block;
    color: #888;
    padding: 5px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    border: 1px solid #aaa;
    border-radius: 4px;
}

ul.top-social li a i {
    font-size: 14px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.logo-img {
    width: 320px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.navbar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    float: none;
}

.navbar {
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    text-align: center;
    font-size: 0;
}

.navbar .navbar-collapse {
    padding: 0;
    margin: 0;
}

.navbar-default .navbar-nav {
    margin-right: 10px !important;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li {
    //padding-left: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-default .navbar-nav > li:first-child {
    padding-left: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 25px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav > li > a i {
    margin: 0 -2px 0 -5px;
}

.navbar-default .navbar-nav > li > a:after {
    position: absolute;
    bottom: 0;
    content: '';
    left: 50%;
    display: block;
    height: 5px;
    width: 5px;
    opacity: 0;
    margin: 0 0 -3px -2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.navbar-default .navbar-nav > li > a.active:after {
    opacity: 1;
}

.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: -64px;
    top: 100%;
    width: 250px;
    background-color: #eee;
    visibility: hidden;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
    opacity: 1;
}

.dropdown li,
.sup-dropdown li {
    position: relative;
    //border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.dropdown li:first-child,
.sup-dropdown li:first-child {
    border-top: none;
}

.dropdown li a,
.sup-dropdown li a {
    display: block;
    color: #666;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'El Messiri', sans-serif;
    padding: 12px 25px;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
}

.dropdown > li:hover > a,
.sup-dropdown li:hover > a {
    padding-left: 15px;
}

.dropdown li a i {
    margin: 0 0 0 -4px;
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
    background-color: #fff;
    margin-top: 10px;
    transition: margin-top 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    visibility: hidden;
    z-index: 3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}

.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li:hover > a {
    color: #333;
}

.navbar-default .navbar-nav .dropdown {
    border-top: 2px solid #c18134;
}

.dropdown li a.active,
.sup-dropdown li a.active {
    background: #c18134;
    color: #fff;
}

.dropdown > li:hover > a,
.sup-dropdown li:hover > a {
    background: #c18134;
    color: #fff;
}

.dropdown > li.image-hover {
    position: absolute;
    left: 250px;
    top: -2px;
    width: auto;
    /*    height: 350px;*/
   
    border-top: 2px solid #c18134;
    background: #fff;
}

.dropdown > li.image-hover img {
    height: 100%;
}

/* End Navigation Section */

.footer {
    padding: 10px 0;
    text-align: center;
}

.footer p {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 20px;
}

ul.top-social li a {
    padding: 0;
}

.content {
    background-color: #111;
    background-position: center center;
    background-repeat: no-repeat;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#222), to(#111));
    background: -webkit-radial-gradient(circle, #222, #111);
    background: -moz-radial-gradient(circle, #210, #111);
    background: -ms-radial-gradient(circle, #222, #111);
    height: 100%;
    padding: 60px 0;

}

#about h2,
#product h2,
#products h2 {
    color: #eee;
    text-align: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

#about p {
    text-align: justify;
    color: #fff;
}

.separator {
    background: url(../img/separator.png) no-repeat top center scroll;
    height: 4px;
    width: 100%;
}

#product h6 {
    color: #fff;
    font-size: 16px;
}

#product table td {
    border-color: #fff;
    color: #fff;
    padding: 5px 20px 5px 0;
}

#product a,
#products a {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
}

a.inactive {
    opacity: 0.3 !important;
}

a.active {
    opacity: 1 !important;
}

#products .row a {
    text-align: center;
    display: inline-block;
}

#product .row a span,
#products .row a span {
    opacity: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Arial', Helvetica, sans-serif;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 3px;
    -moz-transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    position: relative;
    display: inline-block;
}

#products .row a:hover span {
    opacity: 1;
}

#products p {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    color: #fff;
    padding: 8px 0;
}

a.product-button {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Arial', Helvetica, sans-serif;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 3px;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
}

#about h3 {
    color: #fff;
    margin-top: 100px;
}

.box {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
}

p.gift-text {
    text-align: center !important;
    font-size: 18px;
}

.or-box {
    background: url(../img/box.png) no-repeat center top scroll;
    background-size: cover;
    padding: 63px 63px;
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 18px;
}

.width-fix {
    width: 350px;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width:600px) {
    .navbar-default .navbar-nav .dropdown {
        position: absolute !important;
        left: -54% !important;
    }

    .image-hover {
        display: none !important;
    }

    div#about {
        padding: 0 26px;
    }

    .navbar ul {
        margin: 0 29px 14px 0;
    }

    .footer .pull-right .top-social {

        margin-top: 10px;
    }

    .or-box {
        background: url(../img/box.png) no-repeat center top scroll;
        background-size: cover;
        padding: 56px 0px;
    }
