@font-face {
    font-family: SnellRoundhand;
    src: url(../fonts/Lily_of_the_Valley.woff);
}

body {
    font-family: 'Amiri', serif;
    font-weight: 300;
    color: #666;
    background-color: #fff;
    font-size: 15px;
    line-height: 24px;
    hyphens: auto;
    overflow-wrap: break-word;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
}

a:focus {
    outline: none;
    outline: #ffdead;
    outline-offset: -2px;
    color: #fff;
}

a {
    color: #fff;
    text-decoration: underline
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

html,
body {
    width: 100%;
    padding: 0;
    margin: 0
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1.0E+15;
    background: url(../../images/loader.gif) center no-repeat #fff
}

header {
    position: absolute;
    z-index: 999999999;
    width: 100%;
    transition: all .5s ease
}

img.img-responsive.Logoimg {
width: 16%;
    display: -webkit-inline-box;
    float: left;
    margin-top: 27px;
}

.navbar.navbar-static-top {
    background: #222;
    width: 68%;
    margin: auto;
    height: auto
}

#menu {
    position: fixed;
    background-color: rgba(34, 34, 34, 0.84);
    height: 100%;
    z-index: 10;
    width: 240px;
    color: #bbb;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    font-family: 'Source Sans Pro', sans-serif
}

#menu ul {
    list-style: none;
    margin-top: 30px;
    padding: 0
}

#menu ul li {
    border-bottom: 1px solid #2a2a2a
}

#menu>ul>li>a {
    border-left: 4px solid #222
}

#menu ul li a {
    color: inherit;
    font-size: 13px;
    display: block;
    padding: 8px 0 8px 7px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 600
}

#menu ul a i {
    margin-right: 10px;
    font-size: 18px;
    margin-top: 3px;
    width: 20px
}

#menu ul a i[class*='fa-caret'] {
    float: right
}

#menu ul a:hover,
#menu ul a.active {
    background-color: #111;
    border-left-color: #81b441;
    color: #81b441
}

#menu ul a:hover i:first-child {
    color: #81b441
}

#menu ul li a.active+ul {
    display: block
}

#menu ul li ul {
    margin-top: 0;
    display: none
}

#menu ul li ul li {
    border-bottom: none
}

#menu ul li ul li a {
    padding-left: 43px;
    font-size: 13px
}

#menu ul li ul li a:hover {
    background-color: #1A1A1A
}

#container {
    padding: 50px
}

#overview-aside-nav {
    position: fixed;
    top: 50%;
    right: 6px;
    margin-top: -11.6875em;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 999999999999
}

.scrollToTop {
    position: fixed;
    right: 10px;
    bottom: 20px;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    font-size: 43px;
    color: #b58300;
    transition: all .4s ease-in-out;
}

.scrollToTop:hover {
    color: #f7ba24;
    transition: all .4s ease-in-out
}

.flags {
    position: absolute;
    right: 9%;
    top: 53%;
}

img.en-flag {
    margin-left: 10px;
}

.topbar span.glyphicon {
    padding: 4px;
    margin: 2px 4px 0px 62px;
    color: #fff;
}

.topbar {
    position: absolute;
    z-index: 99;
    width: 100%;
   background: #b58300;
    color: #fff;
    font-size: 13px;
}

@-moz-document url-prefix() {
    img.img-responsive.Logoimg {
        width: 40% !important;
    }
}

@-moz-document url-prefix() {
    .navbar-right {
        float: left !important;
        margin: 3.6em 0 0 -2em;
    }
}


/*************************************************************ABOUT HOMEPAGE=======================================*/

section.welcome h3 {
    color: #f60000;
    font-size: 19px;
    padding-top: 91px;
    font-family: 'Amiri', serif;
    font-weight: bold;
    padding-left: 12px;
}

section.welcome {
    background: url(../../images/back.png);
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: 50% 49%;
    background-color: white;
    margin-top: 20px;
}

section.welcome p {
    width: 87%;
    padding: 21px;
    line-height: 34px;
    color: #848484bd;
    font-weight: 600;
}

div#about {
    background: url(../../images/Eggs-in-carton_grande.png);
    background-repeat: no-repeat;
    background-size: 22%;
}


/*****************************************careers*********************************/

a.careesr-mail {
    color: #b58300 !important;
}

h6.careers-font {
    font-size: 21px;
    padding: 27px 8px;
    color: #b58300;
}

h6.careers-font {
    font-size: 21px;
    padding: 20px 8px;
    color: #b58300;
}

ul.available-jobs {
    padding-left: 20px;
    line-height: 29px;
    font-size: 14px;
}

.fixed-careers-bg {
    background-image: url(../../images/Careers.jpg);
    min-height: 300px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 22% -62%;
}


/**********************************************button********************************/

@import url(https://fonts.googleapis.com/css?family=Roboto:500);
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

main#st-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

main.right {
    float: right;
}

main#st-main .material-button {
    padding: 7px 9px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background: #000;
    border: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    border-radius: 20%;
}

main#st-main .material-button:hover {
    box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

main#st-main .material-button:focus {
    outline: none;
}

.taint {
    display: block;
    position: absolute;
    background: rgba(130, 177, 255, 0.5);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.taint.drop {
    -webkit-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}


/******************************************************productsHomePage*************************/

.col-md-6.col-sm-6.display-true-responsive {
    display: none;
}

section.products .col-md-4.col-lg-4.col-sm-6.col-xs-6 {
    padding-right: 0px !important;
    padding-left: 0px !important;
    vertical-align: top !important;
}

.back_blue {
    background: #b58300;
    height: 250px;
    width: 260px;
}

.back_blue>a>img {
    margin: 17% 34% 6%;
    width: 30%;
}

section.products {
    margin-top: 30px;
    margin-bottom: 90px;
}

section.products h3 {
    color: #022247;
    font-size: 25px;
    padding-top: 91px;
    font-family: 'Amiri', serif;
    font-weight: bold;
    padding-left: 12px;
    padding: 40px 0px 40px 0px;
}

section.products h4 {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Amiri', serif;
    font-weight: bold;
    text-align: center;
}

img.border {
    border: 1px solid;
    height: 250px;
    width: 260px;
}

.gallery-expander-contents div.image>img.new {
    width: 100%
}


/*****************************************************************services**************/

section.services {
    background: url(../../images/services-bg.jpg);
    background-repeat: no-repeat;
    min-height: 430px;
    background-size: cover;
    background-position: 70%;
}

section.services h3 {
    color: #b58300;
    font-family: 'Amiri', serif;
    font-weight: bold;
    padding-bottom: .3em;
    margin: 40px 0 0 0 !important;
}

h3.heading {
    text-align: center;
    font-size: 40px;
    margin-bottom: 1em !important;
    color: #b58300;
    text-transform: capitalize;
    position: relative;
    padding-bottom: .3em;
}

section.services p {
    line-height: 35px;
    color: #43464a;
    font-size: 17px;
    text-align: justify;
    margin-top: 40px;
}


/************************************************footer**********************************/

footer {
    background: #000;
    padding: 35px 0 0 0;
}

.copyright {
  background: #1c1c1c;
    text-align: center;
    padding: 12px;
}

footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid #b58300;
    padding-bottom: 17px;
    width: 64%;
}

footer ul {
    margin-top: 15px;
}

footer ul li>a {
    color: #fff;
    font-size: 12px;
}

footer ul li>a:hover {
    text-decoration: none !important;
}

footer h4 {
    color: #b58300;
    font-size: 15px;
    width: 64%;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    color: #fff;
    font-size: 12px;
    margin-top: 8px;
    line-height: 25px;
}

ul.Contact {
    color: #fff;
    font-size: 13px;
    text-align: left
}

ul.Contact li {
    list-style: none;
}

.copyright p {
    color: #fff;
}

.copyright p>a {
    color: #fff;
}

.copyright p>a:hover {
    text-decoration: none;
}

.container.Footer {
    padding-bottom: 20px;
}


/*************************************contactuspage*****************************/

.fixed-bg {
    background-image: url(../../images/contact-us.jpg);
    min-height: 320px;
    background-position-y: -100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.fixed-bg-news {
    background-image: url(../../images/news.gif);
    min-height: 320px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: -10px;
}

.fixed-bg-gallery {
    background-image: url(../../images/gallery.png);
    min-height: 340px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: -20%;
}

div#contact {
    padding-top: 50px;
    background-image: url(../../images/contactus.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 120%
}

.container.contact-details h2,
.container.contact-details span span {
    color: #b58300;
    font-size: 19px;
}

.container.contact-details .c-locaion {
    width: 105px;
    display: inline-block;
}

.container.contact-details h5 {
    font-size: 16px;
    margin: 20px 13px !important;
}

.container.contact-details .fa {
    color: #b58300;
    font-size: 20px;
}

p.Locaion {
    line-height: 1.7;
    color: #6f6666;
    font-weight: 600;
    padding-left: 10px
}

p.Locaion .glyphicon {
    color: #b58300;
    font-size: 17px;
    padding-right: 12px;
}

span.bold {
    font-weight: bold;
}


/*************************************aboutuspage*****************************/

li.resp-tab-item.resp-tab-active {
    border: none
}

.team-Info-agileits p {
    font-size: 17px
}

.resp-tabs-list li img {
    margin: auto
}

.fixed-aboutus-bg {
    background-image: url(../../images/about-banner.jpg);
    min-height: 300px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 22% -58%;
}

.about-bg-fixed {
    background-image: url(../../images/about-bg-fixed.jpg);
    min-height: 300px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 22% -58%;
}

.resp-accordion img {
    width: 15% !important
}

li.resp-tab-item h6 {
    font-size: 17px;
    font-family: 'Cairo', sans-serif;
    margin-bottom: 10px;
}

.who {
    margin: 40px auto 10px;
    line-height: 1.8;
}

.who p {
    color: #111;
}

.team {
    padding: 0!important
}

.resp-tabs-container {
    margin-bottom: 40px
}

.Ourmessage {
    margin: 40px auto 30px;
    line-height: 1.8;
}

.Ourmessage h4 {
    color: #4fa1e2;
    margin: 10px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold
}

.Ourmessage ul {
    padding-right: 40px;
    font-size: 18px;
    list-style-type: decimal;
    color: #111;
}

.Ourmessage ul ul {
    padding: 10px 40px 10px 0;
    list-style-type: initial;
    color: #666;
    font-size: 16px;
}


/*************************************productspage****************************/

.fixed-bg-products {
    background-image: url(../../images/maxresdefault.jpg);
    min-height: 320px;
    background-attachment: fixed;
    background-position: 70% 112%;
    background-repeat: no-repeat;
    background-size: cover;
}

.Products-page,
.product-details {
    padding-top: 60px;
    background: url(../../images/eggs.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.gallery-contents {
    text-align: center
}

.view.view-first h3 {
    position: absolute;
    bottom: 34px;
    background: #b58300;
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 9px;
    text-transform: uppercase;
}

.view h2 {
    margin: 33px 0 0 0 !important;
    padding: 10px !important;
}

.view-first:hover h3 {
    display: none;
}

.Products-page .view img {
    margin: auto;
	max-width: 100%;
}

a.material-button.back {
    background: #000 !important;
}

.gallery-expander-contents .image {
    margin-top: 17%
}

.gallery-expander-contents div.image>img {
    width: 50%
}

.gallery-items {
    margin-top: 30px
}

.gallery-item .thumbnail {
    margin: auto
}

.gallery-item .thumbnail>img {
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
    max-width: 100% !important;
}

.gallery-expander-contents h4 {
    margin: 10px 0 !important
}

.gallery-item .title {
    font-family: 'Amiri', serif;
    font-size: 23px;
    color: #444;
}


/*************************************drinking systems page****************************/

.drinking .view h2,
.heat.view h2 {
    margin-top: 20% !important
}

.gallery-expander .col .contents hr {
    margin: 10px 0;
    border-top: 1px solid #BCB098;
}


/*************************************heating systems page****************************/

.table span {
    width: 80%;
    display: inline-block
}


/*************************************news page****************************/

.news {
    padding: 30px 0 20px;
    background-image: url(../../images/servicebg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

button.accordion {
    background-color: #f2eae8a8;
    color: #222;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
}

button.accordion.active,
button.accordion:hover {
    background-color: #dbd4d0;
}

div.panel2 {
    padding: 0;
    background-color: white;
    max-height: 0;
    border: 1px solid #ddd;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

div.panel2 p {
    padding: 20px;
    background-color: #f5f3f2;
    font-size: 18px
}

div.panel2 a {
    display: inline-block;
    color: #222;
}

div.panel2 a:hover {
    color: #666
}


/*************************************photo gallery page****************************/

.gallery {
    margin: 30px auto 20px
}

.demo-gallery>ul {
    margin-bottom: 0;
}

.demo-gallery>ul>li {
    float: left;
    padding: 0 10px;
    margin: 10px 0
}

.demo-gallery>ul>li span {
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
}

.demo-gallery>ul>li span>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    height: 100%;
    width: 100%;
    border: 1px solid #555
}

.demo-gallery>ul>li span:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery>ul>li span .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li span .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li span:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>span>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>span:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>span:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>span .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>span .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>span:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li span {
    border: 3px solid #04070a;
}

.home .demo-gallery {
    padding-bottom: 80px;
}

.hvr-shrink:active,
.hvr-shrink:focus,
.hvr-shrink:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    box-shadow: 0 0 10px #555
}
