﻿/*----------------------------------------------------
body
  +loading page
  +navbar
  +header section'
  +services section
  +contact section
  +scroll to top button

------------------------------------------------------*/
*{
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
           box-sizing: border-box;
}

body {
    font-size: 15px;
    font-weight: 300;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    /*background-color:#222;*/
}
.clear {clear:both;width:100%;padding:0px;margin:0px;}

a:focus,
a:hover{
    outline: none;
    text-decoration: none;
}

.fa {
  font-family: 'FontAwesome';
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5{
   font-family: 'Raleway', sans-serif;
}

p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.heading{
    position: relative;
    font-weight: 600;
    font-size: 40px;
    color: #444;
    text-align: center;
}

.heading .first{
	text-align:center;
	color: #a61125;font-size: 25px;
	min-width: 194px;height:30px;width:auto;
	font-family: 'open sans', sans-serif;
        background-image: url(../images/glass_liner_red.png);
        background-repeat: no-repeat;
        background-size: 194px 30px;
        background-position:center;
}

.heading .first-gr{
	text-align:center;
	color: #a61125;font-size: 25px;
	min-width: 194px;height:30px;width:auto;
	font-family: 'open sans', sans-serif;
        background-image: url(../images/glass_liner_gray.png);
        background-repeat: no-repeat;
        background-size: 194px 30px;
        background-position:center;
}

.heading .second{
	font-weight: 100;
	color: #333;
	font-family: 'Raleway', sans-serif;
}

.para{
	text-align: center;
	margin: 0 25% 60px 25%;
	word-spacing: 2px;
	color: #555;
}

.a-btn{
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 5px;
    position: relative;
    font-weight: 400;
    transform: perspective(1px)translateZ(0px);
    transition: all 0.3s ease 0s;
	overflow: hidden;
}

.a-btn:before{
    content: "";
    background: #a61125;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50%;
    transition: transform 0.4s ease-out;
    z-index: -1;
}

.a-btn:hover:before{
    transform: scaleX(1)
}
 

.default-color{color: #a61125 !important;}
.default-color-hover:hover{color: #a61125 !important;}

.default-background{background-color: #a61125;}
.default-background-hover:hover{background-color: #a61125 !important;}

.sec-padding{padding: 50px 0;border-bottom:1px solid #f2f2f2}
.sec-padd{padding: 20px 0;}
.sec-top{padding: 50px 0 0 0;}

/*----------------------------------------------------
Start div loading-overlay
----------------------------------------------------*/
.loading-overlay {
    background:#222;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:99999
}
 
.spinner{
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -20px;
    width: 100px;
    height: 40px;
    
}

.spinner span{
    display: block;
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #f8ff86;
    opacity: .5;
    animation: move 1.2s ease-in-out infinite;
}

.spinner span:nth-of-type(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    left: 20px;
}
.spinner span:nth-of-type(3) {
    left: 40px;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.6s;
}
.spinner span:nth-of-type(4) {
    left: 60px;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
}
.spinner span:last-of-type {
    left: 80px;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
}

@keyframes move {
    
    0%, 100% {
       opacity: .3;
        transform: translateY(0);
    }
50% {
       opacity: 1;
     transform: translateY(-15px);
    }    
}
/*----------------------------------------------------
End div Loading
----------------------------------------------------*/ 
 
/*----------------------------------------------------
Start Section header
----------------------------------------------------*/
.header { 
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    border-radius: 0; 
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    background-color: transparent;
} 

.navbar-brand {
    height: auto;
    display: block;
    font-size: 28px;
    line-height: 30px;
    color: #a61125;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; 
} 
.navbar-brand img{height: 150px;}
.navbar-brand:hover, 
.navbar-brand:focus {
    color: #f8ff86;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.header .navbar-nav,#header-wrapper .navbar-nav { 
    margin: 0;
    float: right;
}  

.header .navbar-nav li a,#header-wrapper .navbar-nav li a {
    padding: 40px 15px 5px 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.header .navbar-nav li a:hover,
.header .navbar-nav li a:focus,
#header-wrapper .navbar-nav li a:hover,
#header-wrapper .navbar-nav li a:focus{
    background: none;
} 

.header .navbar-nav li.active a,
#header-wrapper .navbar-nav li.active a {
    color: #dd6676;
}

.header .navbar-toggle,#header-wrapper .navbar-toggle { 
    margin-top: 20px;
    padding: 10px;
}

.header .navbar-toggle .icon-bar,.head .navbar-toggle .icon-bar {
    background: #fff;
    height: 3px; 
}
 
.header.shrink {
    position: fixed;
    top: 0;
    background:transparent url(../images/transblack.png) 0 0 repeat;
} 

.header.shrink .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}

.header.shrink .navbar-brand img{
height:60px;
}

.header.shrink .navbar-nav li a,
.header .navbar-nav li a  {
    padding-top: 25px;
    padding-bottom: 10px;
    color: #fff;
}

.header.shrink .navbar-nav li.active a {
     color: #dd6676;
}

.header.shrink .navbar-toggle { 
    margin-top: 10px;
    padding: 10px;
}

.header.shrink .navbar-toggle .icon-bar {
    background: #555;
    height: 3px; 
}
#header-wrapper{position:relative;}

#header-wrapper .head {
    position:fixed;
    width:100%;
    top:0;left:0;right:0;
    height:130px;
    padding:0px;
    margin: 0px;
    background: url('../images/winerack.jpg') no-repeat center;
} 

#header-wrapper .navbar-brand {
    padding-top: 5px;
    padding-bottom: 15px;
}

#header-wrapper .navbar-brand img{
height:100px;
}

#header-wrapper .navbar-nav li a {
    padding-top: 40px;
    padding-bottom: 5px;
    color: #fff;
}

.header.shrink .navbar-nav ul.dropdown-menu,
.header .navbar-nav ul.dropdown-menu,
#header-wrapper .navbar-nav ul.dropdown-menu{
background: transparent url(../images/transblack.png) 0 0 repeat;
}
.header.shrink .navbar-nav ul.dropdown-menu li a,
.header .navbar-nav ul.dropdown-menu li a,
#header-wrapper.header .navbar-nav ul.dropdown-menu li a {
    padding-top: 5px;
    padding-bottom: 3px;
    color: #fff;
}

#header-wrapper .container{position:relative;}

#header-wrapper .page-header {
        position: absolute;
	color: #fff;
        top:80px;
        left:120px;
	margin: 0px 0 0 0;
	border: none;
        z-index:100;
}

.page-header .title{font-size:20px;line-height:30px;font-weight:600;}

#header-wrapper .navbar-nav li.active a {
     color: #dd6676;
}

#header-wrapper .navbar-toggle { 
    margin-top: 10px;
    padding: 10px;
}

#header-wrapper .navbar-toggle .icon-bar {
    background: #ccc;
    height: 3px; 
}

.bodywrapper{background-color:#fff}
.body-wrapper{position:relative;margin-top:0px;padding-top:0px;background-color:#fff}

.page-body{min-height:705px;padding-top:0px;font-size:14px}
.words {padding-top:20px}
.words h2{color:#a61125}

/*----------------------------------------------------
end Section header
----------------------------------------------------*/

/*----------------------------------------------------
start section home for default page
----------------------------------------------------*/
.home{
    height: 100vh;
    text-align: center;
    overflow: hidden;
}

.home .overlay{
    /*background-color: rgba(0,0,0,0.6);*/
    height: 100vh;
    padding: 70px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home .overlay .title h1{
    font-family: 'Cookie', cursive;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.home .overlay .title p{
    line-height: 1.6em;
    font-style:italic;
    color: #eee;
    font-size: 36px;
    font-weight: 400;
    margin: 0 21%;
    margin-top: 20px;
}
 
.home .overlay .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
    color: #fff;
	border: 2px solid #fff;
	overflow: visible;
}

.home .overlay .title .a-btn.first{
    border: 2px solid #a61125;  
	color: #fff;
}

.home .overlay .title .a-btn.first:hover{
    background-color: #a61125;
	color: #222;
	border-color: #fff;
}

.home .overlay .title .a-btn:hover{
    border-color: #a61125;
    color: #fff;
}

.home .overlay .title .a-btn.first:before{
	background-color: #fff;
}


/*----------------------------------------------------
end section home for default page
----------------------------------------------------*/

/*----------------------------------------------------
start paragraph Section
----------------------------------------------------*/
.paragraph{
	background-color: #f7f7f7;
}
.paragraph .subhead{
font-size:20px;line-height:30px;
}
.paragraph .subhead i{
font-size:30px;
}
.paragraph .input-group-addon{
background-color:#fff !important;padding:0px !important;
}

.paragraph .btn{
border-radius:0px 4px 4px 0px;
padding-top:11px;padding-bottom:10px
}

.paragraph .form-control {
    text-indent:10px;
}

/*----------------------------------------------------
end paragraph Section
----------------------------------------------------*/
.nopad{padding:0px !important;}
.nomarg{margin:0px;}
.minvht{min-height:500px;}

/*----------------------------------------------------
start iparallax Section
----------------------------------------------------*/
.iparallax{
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
        margin:0px auto;
}

.iparallax .overlay{
	background-color: rgba(0,0,0,0.75);
}

 .iparallax .heading{
	color: #f5f5f5;
	margin-bottom: 40px;
}

.iparallax .heading .second{
	color: #fff;
}

.iparallax .item .fa{
	color: #888;
	font-size: 40px;
	margin-bottom: 20px;
	display: block;
}

.iparallax .item p{
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	margin: 10px 15% 20px 15%;
	font-style: italic
}

.iparallax .item h4{
	margin-bottom: 5px;
	font-family: 'Raleway', sans-serif;
}

.iparallax .item h6{
	color: #aaa;
	font-size: 15px;
	margin-top: 0;
	font-family: 'Raleway', sans-serif;
}

.owlht{height:410px;}
/*----------------------------------------------------
start contact Section
----------------------------------------------------*/
.contact {
    text-align: center;
}

.contact .item{
    margin-bottom: 30px;
}

.contact .item .fa{
    font-size: 30px;
	margin-bottom: 15px;
	color: #fff;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
}

.contact .item:hover .fa{
    color: #fff;
	background-color: #333;
}

.contact .item h5{
    font-size: 22px;
    color: #333;
	margin-top: 0;
	margin-bottom: 5px;
}

.contact .item p{
    color: #555;
    font-size: 15px;
}

.contact-form {
    border-radius: 3px;
}

.contact-form .form-group{
    margin-bottom: 30px;
    position: relative;
}

.contact-form .form-group label{
    position: absolute;
    left: 15px;
    top: 13px;
    color: #a61125;
    font-size: 18px;
}

.form-control {
    display: block;
    border: 1px solid #ddd;
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 0;
    color: #222;
    text-indent: 40px;
    background-image: none;
    border-radius: 4px;
    box-shadow: none; 
    font-weight: 300;
    line-height: 45px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.contact-form input[type='submit'] {
    cursor:pointer;
    color: #fff;
    font-size: 14px;
    background: #a61125;
    border: none;
    -webkit-transition:all .1s ease-in-out;
       -moz-transition:all .1s ease-in-out;
         -o-transition:all .1s ease-in-out;
            transition:all .1s ease-in-out;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 10px 20px;
	margin-bottom: 30px;
}

.contact-form input[type='submit']:hover {
    border: 1px solid #a61125;
    color: #222;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

.dirfrm .input-group-addon{
background-color:#fff !important;padding:0px !important;
}

.dirfrm .btn{
border-radius:0px 4px 4px 0px;
padding-top:11px;padding-bottom:10px
}

.dirfrm .form-control {
    text-indent:10px;
}
#panel{text-align:left !important;}
/*----------------------------------------------------
end contact Section
----------------------------------------------------*/

#map{
	height: 500px;
	width: 100%;
}

/*----------------------------------------------------
start social-icon-div
----------------------------------------------------*/
 .social-icon-div{
    background-color: #222;
    padding: 30px 0;
    text-align: center;
}

 .social-icon-div i{
    margin-top: 20px;
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: transparent;
    margin-bottom: 30px;
	border-radius: 50%;
}

 .social-icon-div i:hover{
    color: #fff;
    background-color: #a61125;
}

.social-icon-div p{
    color: #fff;
    font-weight: 400;
}

.social-icon-div .footer-links{
font-size:12px;color:#b1b0b0}
.social-icon-div .footer-links a{
color:#a61125;font-size:14px;}
.social-icon-div .footer-links a:hover{
color:#c3c3c3;}
/*----------------------------------------------------
end social-icon-div
----------------------------------------------------*/

/*----------------------------------------------------
start scroll-top div
----------------------------------------------------*/
#scroll-top {
    width:40px;
    height:40px;
    color:#fff;
    background-color:#444;
    text-align:center;
    position:fixed;
    border-radius: 50%;
    right:15px;
    bottom:10px;
    z-index:9999;
    display: none;
    cursor:pointer;
    padding: 10px;
}

#scroll-top:hover {
    background-color:#a61125;
}

#scroll-top i{
    line-height: 15px;
	 font-size: 25px;
}
/*----------------------------------------------------
end scroll-top div
----------------------------------------------------*/

/*----------------------------------------------------
start div swiper-container for carousel page
----------------------------------------------------*/
.swiper-container .swiper-wrapper .swiper-slide{
	height: 100vh;
	background-size: cover;
}

.swiper-container .swiper-wrapper .swiper-slide .overlay{
    /*background-color: rgba(0,0,0,0.75);*/
    height: 100vh;
    padding: 70px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.swiper-container .swiper-wrapper .left .overlay{
	text-align: left
}

.swiper-container .swiper-wrapper .left .title{
	text-align: left;
	padding-left: 60px; 
}

.swiper-container .swiper-wrapper .swiper-slide.left .overlay .title p{
	margin: 20px 50% 0 0;
}

.swiper-container .swiper-wrapper .swiper-slide .overlay .title h1{
    font-size: 80px;
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 2px #a61125;
    margin: 0;
	transform: translateY(60px);
	transition-delay: 0.6s;
	transition-duration: 1.5s;
	opacity: 0;
}

.swiper-container .swiper-wrapper .swiper-slide .overlay .title p{
    line-height: 1.6em;
    color: #eee;
    font-size: 36px;
    font-weight: 400;
	margin: 0 28%;
	margin-top: 20px;
	transform: translateY(60px);
	transition-delay: 1.2s;
	transition-duration: 1.5s;
	opacity: 0;
}

.swiper-container .swiper-wrapper .swiper-slide .overlay .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
	color: #fff;
	border: 2px solid #fff;
	overflow: visible;
	background-image: none;
	transform: translateY(60px);
	transition-delay: 1.7s;
	transition-duration: 2s;
	opacity: 0;
	transition-property: transform, opacity;
}

.swiper-container .swiper-wrapper .swiper-slide-active .overlay .title h1,
.swiper-container .swiper-wrapper .swiper-slide-active .overlay .title p,
.swiper-container .swiper-wrapper .swiper-slide-active .overlay .title .a-btn{
	opacity: 1;
	transform: translateY(0);
}

.swiper-container .swiper-wrapper .swiper-slide .overlay .title .a-btn.first{
    border: 2px solid #dd6676;  
	color: #fff;
}

.swiper-container .swiper-wrapper .swiper-slide .overlay .title .a-btn.first:hover{
    background-color: #dd6676;
	color: #222;
	border-color: #fff;
}

.swiper-container .swiper-wrapper .swiper-slide .overlay .title .a-btn:hover{
    border-color: #dd6676;
    color: #fff;
}

.swiper-container .swiper-wrapper .swiper-slide .overlay .title .a-btn.first:before{
	background-color: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active{
	background-color: #dd6676;
}

.swiper-button-next,
.swiper-button-prev{
	width: 35px;
	height: 35px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
}


#products{}
#products table, #products .table{border:none !important;}
#products table td, #products .table td{border:none !important;border-bottom:1px solid #ddd !important}
#products table tr:last-child td, #products .table tr:last-child td{border-bottom:none !important}
#products table tr td:first-child, #products .table tr td:first-child{width:25%}
#products table td b{color:#a61125}
#products .fa-file-pdf-o{color:#f20000}

.showonmobi{display:none;}
/*----------------------------------------------------
start media queries
----------------------------------------------------*/
@media (max-width: 1024px) { 
.hidethis{display:none;}
}

@media (min-width: 768px) { 
.pdr input{width:98%;margin-right:1%}
.pdl input{width:98%;margin-left:1%}
}

@media (max-width: 767px) { 
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}

.page-body{min-height:300px;}
.heading{font-size: 24px;}

#header-wrapper .head {height:90px;} 
#header-wrapper .navbar-brand {padding-bottom: 10px;}
#header-wrapper .navbar-brand img{height:70px;text-align:center}
#header-wrapper .page-header {top:50px;left:80px;}
#header-wrapper .page-header .title{font-size:17px;}
#header-wrapper .navbar-nav li a {padding-top: 10px;padding-bottom: 0px;font-weight:normal}

.navbar-collapse ul.navbar-nav{float:left !important;width:100%;border-top: 1px solid #ddd;}

.header .navbar-nav,#header-wrapper .navbar-nav 
{ float: none; background:transparent url(../images/transblack.png) 0 0 repeat;text-align:right} 
.header.shrink .navbar-nav li a,
.header .navbar-nav li a,#header-wrapper .navbar-nav li a { padding: 10px 10px; color: #fff; }
.header .navbar-nav li a .a-btn,.head .navbar-nav li a .a-btn{color: #fff;border-color: #fff;}
#products table:first-child{display:none;}
.showonmobi{display:block;}
.hideonmobi{display:none;}

.minvht{min-height:230px;}
.home .overlay .title h1{
    font-size: 24px;
    margin-top: 30px;
}
.swiper-container .swiper-wrapper .swiper-slide .overlay .title p,
.home .overlay .title p{display:none}
.swiper-container .swiper-wrapper .swiper-slide .overlay .title h1,
.home .overlay .title p{font-size: 40px;}
.para{margin: 0 15% 50px 15%;}
.sec-padding{padding: 25px 0;}
.sec-padd{padding: 10px 0;}
.sec-top{padding: 25px 0 0 0;}
.words img{float:none !important;display:block !important;margin:0 auto 20px auto !important;text-align:center !important}
#who-we-are img{float:none !important;display:block !important;margin:0 auto 20px auto !important;text-align:center !important}
}
