/* Global Declarations */


@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300|Open+Sans:400,600);

body
{
    overflow-x: hidden;
    font-family: 'Open Sans Condensed' , sans-serif;
    font-size: 20px;
    line-height: 180%;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0.3) 0,rgba(0, 0, 0, 0.0001) 15%,rgba(0, 0, 0, 0.0001) 85%,rgba(0, 0, 0, 0.3) 100%);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-weight: 700;
    color: #053A6D;
    text-shadow: 2px 2px 0 rgba(5, 58, 109, 0.5);
    font-family: 'Open Sans Condensed' , Sans-Serif;
    margin-bottom: 20px;
}

.img-responsive
{
    margin: 0 auto;
}

.mt50
{
    margin-top: 50px;
}
.mb50
{
    margin-bottom: 50px;
}
.pad-v
{
    padding: 50px 0;
}

.sec-email
{
    display: none !important;
}

.tilt-right
{
    -moz-transform: rotate(3.0deg);
    -webkit-transform: rotate(3.0deg);
    -ms-transform: rotate(3.0deg);
    transform: rotate(3.0deg);
    -moz-transform-origin: 50% 100% 0;
    -webkit-transform-origin: 50% 100% 0;
    -ms-transform-origin: 50% 100% 0;
    transform-origin: 50% 100% 0;
    behavior: url(ms-transform.htc);
}

.tilt-left
{
    -moz-transform: rotate(-3.0deg);
    -webkit-transform: rotate(-3.0deg);
    -ms-transform: rotate(-3.0deg);
    transform: rotate(-3.0deg);
    -moz-transform-origin: 50% 100% 0;
    -webkit-transform-origin: 50% 100% 0;
    -ms-transform-origin: 50% 100% 0;
    transform-origin: 50% 100% 0;
    behavior: url(ms-transform.htc);
}

.zare
{
    background: #fff;
    height: 130px;
    left: -10%;
    position: absolute;
    width: 120%;
    z-index: 1;
}
.zare-top
{
    top: -60px;
}
.zare-bottom
{
    bottom: -60px;
}
.shadow
{
    box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
}


.shadow-inside:before
{
    content: " ";
    left: 0;
    width: 100%;
    height: 31px;
    text-align: center;
    position: absolute;
    z-index: -1;
    display: block;
}
.shadow-inside.shadow-bottom:before
{
    bottom: -31px; /*  box-shadow: 0 27px 50px -30px #000;*/
    background: url('../images/shadow-top.png') no-repeat center top;
}
.shadow-inside.shadow-top:before
{
    top: -31px; /* box-shadow: 0 -27px 50px -30px #000;*/
    background: url('../images/shadow-bot.png') no-repeat center top;
}
.tables
{
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}
.tables td, .tables th
{
    padding: 3px 5px;
    border: 1px solid #fff;
}
.tables th
{
    background: #fff;
    color: #053A6D;
}
.content-body
{
    z-index: 2;
    position: relative;
}
ol.styled
{
    list-style: none;
    counter-reset: section;
}
ol.styled li:before
{
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    left: -35px;
    font-size: 17px;
    line-height: 100%;
    top: 0px;
    background: #eee;
    padding: 16px 26px 16px 15px;
    border-radius: 50%;
    z-index: 0;
}
ol.styled li
{
    background: #EEE;
    font-family: "open sans";
    font-size: 14px;
    line-height: 21px;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 0 5px 5px 5px;
}
ol.styled h4
{
    padding: 5px 10px;
    margin: 0 0 10px -10px;
    background: #fff;
    position: relative;
}

/* Menu */

#menu #social {
    position: absolute;
    right: 0px;
    background: #E7E7E7;
    z-index: 0;
    padding: 82px 10px 0px;
    font-size: 0.8em;
    box-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px 3px;
}
#menu #social .lang:first-of-type
{
    margin-left: 5px;
}
#menu #social .lang
{
    margin-right: 5px;
}
#menu .navbar-brand
{
    background: url('../images/zare-logo.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    display: inline-block;
    height: 161px;
    position: absolute;
    text-indent: -500%;
    width: 277px;
    z-index: 1;
}
#menu .lavalamp-object
{
    z-index: 1;
}
@media screen and (max-width: 500px)
{
    #menu .navbar-brand
    {
        width: 210px;
    }
}

@media screen and (max-width: 991px)
{
    #menu .lavalamp-object
    {
        background-color: #fff;
        height: 28px !important;
        width: 5px !important;
        right: 0px;
        left: auto !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px)
{
    #menu .lavalamp-object
    {
        right: 10px;
    }
}

@media screen and (min-width: 992px)
{
    #menu .lavalamp-object
    {
        background-color: #fff;
        height: 5px !important;
    }
}

.navbar-inverse
{
    position: absolute;
    height: 200%;
    width: 110%;
    z-index: 1;
    bottom: 0;
    left: -5%;
    -moz-transform: rotate(1.5deg);
    -webkit-transform: rotate(1.5deg);
    -ms-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
    behavior: url(ms-transform.htc);
}


#menu .nav li
{
    list-style: none;
    display: inline-block;
    position: relative;
}


#menu .nav li > a
{
    background: none;
    color: #fff;
    background: none;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 180%;
}
#menu .nav ul ul
{
    border: 0;
    display: none;
    font-size: inherit;
}
@media screen and (min-width: 992px)
{
    #menu .nav ul ul
    {
        background: #222;
    }
}
#menu .nav ul li.open > ul, #menu .nav ul li:focus > ul
{
    display: block;
}
#menu .nav ul ul li
{
    display: block;
}
#menu .nav ul ul a
{
    line-height: 100%;
}
@media screen and (max-width: 767px)
{
    #mainNav
    {
        clear: both;
        padding: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
    #menu .nav
    {
        clear: both;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px)
{
    #menu .navbar-toggle
    {
        display: block;
        margin-right: 0;
        z-index: 1;
    }
    #menu .navbar-toggle .icon-bar
    {
        background: #fff;
    }
    #menu .nav.collapse
    {
        display: none !important;
    }
    #menu .nav.collapse.in
    {
        display: block !important;
    }
    #menu .nav li
    {
        display: block;
    }
    #menu .nav li > a
    {
        display: block;
        margin: 10px 0;
        text-align: right;
        padding-right: 30px;
    }

    #menu .dropdown-menu
    {
        position: relative;
        float: none;
        background: none;
        box-shadow: none;
        padding-right: 20px;
    }
    #menu .nav li.open > ul.dropdown-menu ul.dropdown-sub-menu
    {
        display: block;
        font-size: 90%;
    }
    #menu .nav li > ul.dropdown-sub-menu a
    {
        color: #ccc;
        padding-right: 30px;
    }
}
@media screen and (min-width: 992px)
{
    #menu .nav
    {
        margin-right: 15px;
    }
    #menu .nav li > a
    {
        display: inline-block;
        padding: 10px 0;
        white-space: initial;
    }
    #menu .nav > ul > li + li
    {
        margin-left: 20px;
    }
    #menu .nav ul ul
    {
        position: absolute;
        padding: 0 20px 0;
        width: 250px;
        left: -15px;
        top: 99%;
    }

    #menu .nav ul li:hover > ul, #menu .nav ul li.open > ul, #menu .nav ul li:focus > ul
    {
        display: block;
    }

    #menu .nav ul li:hover > ul.dropdown-menu ul, #menu .nav ul li.open > ul.dropdown-menu ul, #menu .nav ul li:focus > ul.dropdown-menu ul
    {
        left: 100%;
        top: 0;
    }
}

/* Banner */

#banner
{
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
}
.inner #banner .row
{
    position: relative;
}
#banner img
{
    width: 100%;
    max-width: 100%;
}

#banner .carousel-caption
{
    left: 10%;
    right: auto;
    font-size: 59px;
    font-weight: bold;
    text-shadow: 0 -4px 3px #000;
    font-variant: small-caps;
    -moz-transform: rotate(3.0deg);
    -webkit-transform: rotate(3.0deg);
    -ms-transform: rotate(3.0deg);
    transform: rotate(3.0deg);
    -moz-transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    behavior: url(ms-transform.htc);
}
@media screen and (max-width: 991px)
{
    #banner .carousel-caption
    {
        bottom: 53px;
    }
}
@media screen and (min-width: 992px)
{
    #banner .carousel-caption
    {
        bottom: 23.3%;
    }
}
.carousel-indicators li, .carousel-indicators li.active
{
    background: none;
    border: 2px solid #053A6D;
    width: 12px;
    height: 12px;
    margin: 1px;
}
.carousel-indicators li + li, .carousel-indicators li + li.active
{
    margin-left: 10px;
}
.carousel-indicators li.active
{
    background: #053A6D;
}

@media screen and (max-width: 767px)
{
    .inner #banner .row
    {
        height: 250px;
    }
}
@media screen and (min-width: 768px)
{
    .inner #banner .row
    {
        height: 450px;
    }
}
@media screen and (min-width: 992px)
{
    .carousel-inner > .item
    {
        height: 700px;
    }
    #banner img
    {
        position: absolute;
        bottom: 0;
    }
    .carousel-indicators
    {
        bottom: 100px;
    }
}





/* About Zare */

#about-zare
{
    position: relative;
    background: #fff;
}

@media screen and (min-width: 992px)
{
    #about-zare
    {
        margin-top: -100px;
    }
}


/* News */

.homeNews
{
    background: #EEE;
    padding: 5px 20px 15px;
    box-shadow: 0 0 0 1px #EEE;
    border: 3px solid #FFF;
}

.homeNews h3
{
    text-shadow: none;
    font-size: 22px;
    margin-bottom: 7px;
}


.homeNews p
{
    margin-top: 10px;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 21px;
}

@media screen and (max-width: 991px)
{
    .homeNews .news-block + .news-block
    {
        margin-top: 25px;
    }
}


/* Products */

#products, #products-inner
{
    background-image: url('../images/products-bg.png');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width: 991px)
{
    #products .product
    {
        margin-top: 15px;
    }
}

@media screen and (min-width: 992px)
{
    #products #Catalogue .product
    {
        float: none;
        display: inline-block;
    }
}

#products h1
{
    color: #fff;
    text-shadow: 2px 2px 0 rgba(255,255,255, 0.2);
}

#Catalogue .product .imgwrap
{
    margin-top: 40px;
    display: inline-block;
    position: relative;
    max-width: 100%;
    background: #fff;
    border-radius: 10px;
}

#Catalogue .product .zcode{
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	padding: 0px 15px;
	background: #F2F2F2;
	color: #000;
	line-height: 110%;
	font-size: 20px;
	border-radius: 5px
}
#Catalogue .category13 .product .zcode{
	top: auto;
	bottom: 45px;
	padding: 0px 10px 0 15px ;
	font-size: 18px;
	z-index: 10;
}
#products #Catalogue .category13 .product p {
	bottom: 5px;	
}
#Catalogue .category13 .product .zcode{display: block}
	
#Catalogue .product .imgwrap .product-overlay
{
    background: url('../images/products-bg2.png');
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 992px)
{
    #Catalogue .product .imgwrap
    {
        min-height: 200px;
    }
}
#products .product-link
{
    display: inline-block;
    position: relative;
}
#products .imgwrap img
{
    border-radius: 15px;
    max-width: 100%;
}
#products .product p
{
    color: #fff;
    line-height: 120%;
    margin-top: 10px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 1;
    line-height: 100%;
    font-size: 28px;
    text-transform: uppercase;
}
#products .product p.bottom
{
    bottom: 0px;
}
#products #Catalogue .product p
{
    font-size: 20px;
    font-weight: bold;
    text-transform: normal;
}

@media screen and (min-width: 992px)
{
    #products .product p
    {
        padding: 0 50px;
    }
    #products #Catalogue .product p
    {
        padding: 0;
    }
}
#products .nav-tabs > li > a
{
    background: #053A6D;
    color: #fff;
}
#products .nav-tabs > li.active
{
    position: relative;
}
#products .nav-tabs > li.active > a, #products .nav-tabs > li > a:hover
{
    box-shadow: 0 0 0 2px #fff inset;
    border-color: transparent;
    margin-left: 0px;
}
#products .nav-tabs > li.active > a:hover, #products .nav-tabs > li.active > a:focus
{
    box-shadow: 0 0 0 2px #053A6D inset;
}
#products .nav-tabs > li.active > a, #products .nav-tabs > li.active > a:hover, #products .nav-tabs > li.active > a:focus
{
    background: #fff;
    color: #053A6D;
}
#products .tab-content
{
    background: url('../images/products-bg.png');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding-top: 25px;
    border-top: 1px solid #fff;
}

#products #Technical, #products #Apply, #products #DivAccessories
{
    text-align: left;
}

#products .tab-content .applying
{
    padding: 15px;
    background: #fff;
    color: #333;
    margin-bottom: 20px;
    border-radius: 10px;
}
#products .tab-content .applying h3
{
    background: #053A6D;
    padding: 10px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0px;
    padding-left: 20px;
}
#products .tab-content .applying li + li
{
    margin-top: 10px;
}
#products .tab-content .applying-img
{
    border: 2px solid transparent;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 0 1px #fff;
    max-width: 100%;
    display: inline-block;
    margin-top: 15px;
    border: 1px solid #ccc;
}
#products .tab-content .applying-img p
{
    background: #bbb;
    margin: 0;
}
#products .tab-content #Apply #sidenav
{
    list-style: none;
    padding: 0;
}
#products .tab-content #Apply #sidenav li
{
    margin-bottom: 10px;
}
#products .tab-content #Apply #sidenav li a
{
    color: #333;
    background: #fff;
    padding: 5px 10px;
    border-radius: 7px;
    display: block;
    text-decoration: none;
}
#products .tab-content #Apply #sidenav li:hover a
{
    background: #053A6D;
    color: #fff;
}

#products #Technical h1, #products #Technical h2, #products #Technical h3, #products #Technical h4, #products #Apply h1, #products #Apply h2, #products #Apply h3, #products #DivAccessories h2, #products #DivAccessories h3
{
    color: #fff;
}
#products #DivAccessories h4
{
    text-shadow: none;
}
#products #DivAccessories img
{
    border: 1px solid #efefef;
    padding: 3px;
    max-width: 100%;
    margin-bottom: 10px;
}
#product-nav a
{
    display: inline-block;
    margin: 5px 10px;
    text-decoration: none;
    color: #fff;
    -ms-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
#product-nav a:hover, #product-nav a.quick, #product-nav a.active
{
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    behavior: url(ms-transform.htc);
}
#product-nav a.quick:hover
{
    -ms-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    behavior: url(ms-transform.htc);
}
@media screen and (min-width: 992px)
{
    #products .nav > li
    {
        display: inline-block;
        float: none;
        -moz-transform: rotate(-10.5deg);
        -webkit-transform: rotate(-10.5deg);
        -ms-transform: rotate(-10.5deg);
        transform: rotate(-10.5deg);
        -moz-transform-origin: 50% 100% 0;
        -webkit-transform-origin: 50% 100% 0;
        -ms-transform-origin: 50% 100% 0;
        transform-origin: 50% 100% 0;
        behavior: url(ms-transform.htc);
    }

    #products .nav > li + li
    {
        margin-left: 0px;
    }

    #products .nav-tabs > li > a
    {
        padding-bottom: 35px;
        padding-top: 15px;
    }
    #products .nav > li .twist-bg
    {
        display: block;
        -moz-transform: rotate(10.5deg);
        -webkit-transform: rotate(10.5deg);
        -ms-transform: rotate(10.5deg);
        transform: rotate(10.5deg);
        -moz-transform-origin: 50% 100% 0;
        -webkit-transform-origin: 50% 100% 0;
        -ms-transform-origin: 50% 100% 0;
        transform-origin: 50% 100% 0;
        behavior: url(ms-transform.htc);
    }

    #products .tab-content
    {
        margin-top: -30px;
        position: relative;
    }

}



/* Product Applications */

#Applications .product
{
    -moz-transform-origin: 50%;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -webkit-transition: 1s all;
    transition: 1s all;
    width: 50%;
}

@media screen and (max-width: 480px)
{

    #Applications .product
    {
    }
}

@media screen and (min-width: 481px)
{

    #Applications .product
    {
        width: 33.33%;
    }
}

#Applications img
{
    border: 5px solid #fff;
    margin-top: 30px;
}




/* Contact Us */

.contact-us
{
    background: #fff;
    position: relative;
}

.contact-us .input-group, .contact-us .field
{
    margin-bottom: 10px;
}

@media screen and (min-width: 992px)
{
    .contact-us textarea
    {
        height: 165px;
    }
    #Send-Inquiry.contact-us textarea
    {
        height: 116px;
    }
    .contact-us .input-group .input-group-addon
    {
        border-left: 0;
        border-radius: 0 5px 5px 0;
    }
}

.contact-us .btn-zare
{
    color: #fff;
    background-color: #053A6D;
    border-color: #06335D;
}
.contact-us .btn-zare:hover
{
    color: #fff;
    background-color: #06335D;
    border-color: #053A6D;
}

.contact-us .inquiry-form .err
{
    font-size: 16px;
    line-height: 16px;
    margin-top: 5px;
    display: inline-block;
}

/* Map */

#map-canvas
{
    height: 350px;
    z-index: 0 !important;
    margin: -50px 0;
}
@media screen and (min-width: 768px)
{
    #map-canvas
    {
        height: 500px;
    }
}

/* Footer */
#footer
{
    background: #B2B2B2;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 60px;
    position: relative;
}
#footer .content-body
{
    padding-top: 50px;
}

#gallery
{
    margin-top: 20px;
}
#gallery .cell
{
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    vertical-align: middle;
}
#gallery .cell img
{
    border: 5px solid #fff;
    max-width: 100%;
}
p.album-title
{
    background: none repeat scroll 0 0 #fff;
    bottom: 8px;
    color: #000;
    font-size: 0.9em;
    padding: 0 10px;
    position: absolute;
}


/* Fancy Box */
.fancybox-lock .fancybox-overlay
{
    background: rgba(0,0,0,0.7);
}


#products-grid .product .send-inquiry-link {
    background: none repeat scroll 0 0 #f1f1f1;
    border-radius: 0 0 10px 10px;
    bottom: 25px;
    color: #515150;
    display: inline-block;
    font-weight: bold;
    height: 40px;
    position: relative;
    top: -1px;
    width: 64%;
}

#products-grid .product a.send-inquiry-link .glyphicon {
    left: -10px;
    position: relative;
    top: 4px;
}

a.pdf {
    display: inline-block;
    background: url('../images/pdf_download.png');
    background-size: auto 64px;
    background-repeat: no-repeat;
    color: #FFF;
    margin-right: 21px;
    padding-top: 65px;
    background-position: top center;
    text-decoration: none;
}