@charset "utf-8";
/* CSS Document */

/*----------------------------------------------
	Basic Document style
-----------------------------------------------*/

html, body{
	-webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-style:normal;
	background-size:cover;
	z-index:-1;
	color:#48484c;
}
a{
	text-decoration:none;
	outline:none;
	border:none;
	background:none;
	color:#000
}
::-webkit-input-placeholder {
   color: #FFF;
}

:-moz-placeholder { /* Firefox 18- */
   color: #FFF;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;  
}

:-ms-input-placeholder {  
   color: #FFF;  
}

.clear{
	clear:both;
}

.main-container{
	max-width:1140px;
	margin:0 auto;
}

.header .main-container{
	padding:0px 10px;
}


@media only screen and (min-width: 767px) and (max-width: 3000px){
.navbar-collapse{
    margin-top: 5px;
    margin-bottom: 10px;
}

.header{
	width:100%;
	height:auto;
	background-color:#5d6535;
    border-bottom: 5px solid #7a8054;
}
.navbar-brand{
	padding:0px;
}
.navbar-inverse{
	margin-top:15px;
	border:none;
	background:transparent; 
}

.navbar-inverse .navbar-collapse{
	clear:right;
}

.navbar{
	border-radius:0px!important;
    margin-bottom: 0;
}

.nav>li{
    border-right: 1px dotted #949a7a;
    height: 26px;
    padding: 4px 20px 8px 20px;
}

.nav>li:last-of-type{
	border-right: none;
}

.nav>li>a {
    position: relative;
    display: block;
	color:#ffffff!important;
	padding:0!important;
}

.navbar-nav>li>a{
	padding:0!important;
}

.nav>li>a:after{
    content: "";
    height: 5px;
    width: 100%;
    background-color: #dcc120;
    left: 0px;
    bottom: -16px;
    position: absolute;
	display:none;	
}

.nav>li>a:before{
    content: "\f0d8";
 	left: 39%;
    bottom: -17px;
    position: absolute;
    font-family: 'fontawesome';
    color: #dcc120;
    font-size: 19px;
	display:none;
}

.nav>li>a:hover:after,
.nav>li>a:hover:before{
	display:block;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
	background:transparent;
	color:#dcc120!important;
    position: relative;
}

.navbar-brand>img{
	width:160px;
	margin-top:-5px;
}

.navbar-nav li.active a{
	color:#dcc120;
}

.nav>li.active>a:after,
.nav>li.active>a:before{
	display:block;
}


ul.navbar-nav > li:hover > a {
    background:transparent;
	color:#dcc120!important;
}

}

@media only screen and (max-width: 767px){
	.navbar-inverse,
	.navbar-inverse .navbar-collapse{
		width:100%;
		border-color:#7a8054;		
	}
	.navbar-inverse{
		background-color:#5d6535; 
		padding-bottom: 15px;
	}
	
	.navbar-fixed-bottom,
	.navbar-fixed-top{
		position:static;		
	}
	
	.navbar-inverse .navbar-nav>.active>a,	
	.navbar-inverse .navbar-nav>.active>a:focus,
	.navbar-inverse .navbar-nav>.active>a:hover{
	    color: #fadc28!important;
	    background:transparent;
	}	
	
	.navbar-nav li a{
    	color:#ffffff!important;	
	}
	
	.navbar-nav li a:hover{
    	color:#fadc28!important;	
	}
	
	.carousel-indicators{
		bottom:75px;	
	}
	
	.first .slider-button,
	.second .slider-button,
	.fourth .slider-button,
	.third .slider-buttom{
		left:35%!important;
	}
	
	#footer .foot-col{
		border:none!important;		
	}
	
	.banner{
		margin-top:-20px!important;		
	}
	
	.header .main-container{
		padding:0px;
	}

	.logo{
		margin-top: -5px;		
	}
	
	.navbar-inverse .navbar-collapse{
		margin-top:15px;		
	}
}


/* .navbar-collapse{
    margin-top: 5px;
    margin-bottom: 10px;
}

.header{
	width:100%;
	height:auto;
	background-color:#5d6535;
    border-bottom: 5px solid #7a8054;
}
.navbar-brand{
	padding:0px;
}
.navbar-inverse{
	margin-top:15px;
	border:none;
	background:transparent; 
}

.navbar-inverse .navbar-collapse{
	clear:right;
}

.navbar{
	border-radius:0px!important;
    margin-bottom: 0;
}

.nav>li{
    border-right: 1px dotted #949a7a;
    height: 26px;
    padding: 4px 20px 8px 20px;
}

.nav>li:last-of-type{
	border-right: none;
}

.nav>li>a {
    position: relative;
    display: block;
	color:#ffffff!important;
	padding:0!important;
}

.navbar-nav>li>a{
	padding:0!important;
}

.nav>li>a:after{
    content: "";
    height: 5px;
    width: 100%;
    background-color: #dcc120;
    left: 0px;
    bottom: -16px;
    position: absolute;
	display:none;
	
}

.nav>li>a:before{
    content: "\f0d8";
 	left: 39%;
    bottom: -17px;
    position: absolute;
    font-family: 'fontawesome';
    color: #dcc120;
    font-size: 19px;
	display:none;
}

.nav>li>a:hover:after,
.nav>li>a:hover:before{
	display:block;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
	background:transparent;
	color:#dcc120!important;
    position: relative;
}

.navbar-brand>img{
	width:160px;
	margin-top: -5px;
}

.navbar-nav li.active a{
	color:#dcc120;
}

.nav>li.active>a:after,
.nav>li.active>a:before{
	display:block;
}


ul.navbar-nav > li:hover > a {
    background:transparent;
	color:#dcc120!important;
}

*/

.head-contact{
    float: right;
    padding: 10px;
    clear: right;
}

.head-contact p{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: italic;
    color: #c5d087;
    margin-bottom: 0;
    margin-right: 50px;
}

.head-contact .phone{
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 700;
    color: #fadc28;
	float:right;
}

.head-contact .phone a{
	color: #fadc28;
	text-decoration:none;
}

.head-contact .fb{
    margin-left: 21px;
    background-color: #c5d087;
    border-radius: 35px;
    padding: 7px 10px;
    margin-top: -10px;
	float:right;	
}

.head-contact .fb i{
    font-size: 18px;
    color: #5d6535;
    line-height: 16px;
}

.logo{
	width:100%;
}



/* ---------------------------------------------------------
	Slider
------------------------------------------------------------*/

.slider{
	margin-top:143px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
	height:556px;
	overflow:hidden;
}

.banner{
	margin-top:143px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
	height:310px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
}

.about .banner{
	background-image:url(../images/about-banner.jpg);
}

.contact .banner{
	background-image:url(../images/contact-banner.jpg);
}

.contact-thankyou .banner{
	background-image:url(../images/contact-thankyou-banner.jpg);
}

.payment .banner{
	background-image:url(../images/payment-banner.jpg);
}

.products .banner{
	background-image:url(../images/products-banner.jpg);
}

.services .banner{
	background-image:url(../images/services-banner.jpg);
}

.services-thankyou .banner{
	background-image:url(../images/service-thankyou-banner.jpg);
}

.who-we-service .banner{
	background-image:url(../images/who-we-service-banner.jpg);
}

.slider .slider-button{
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 30px;
    letter-spacing: 1px;
	background-color:#84904b;
	color:#ffffff;
	position:relative;
}

.slider .slider-button i{
	margin-right:5px;
}

.first .slider-button{
	left:10%;
}

.second .slider-button,
.fourth .slider-button{
	left:80%;
}

.third .slider-button{
	left:10%;
}

.first{
	background-image:url(../images/slider/slide-1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.second{
	background-image:url(../images/slider/slide-2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.third{
	background-image:url(../images/slider/slide-3.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.fourth{
	background-image:url(../images/slider/slide-4.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.carousel-indicators li{
	background-color:rgba(255,255,255,0.3);
	border:none;
}

.carousel-indicators{
	left:90%!important;
}


.slider .main-container{
	padding: 268px 0px;
}


.tap-system{
	overflow:hidden;
}

.tap-system .tap-image{
	width:100%;
}



.ques{
	padding: 6px 0px 12px 0px;
    background-color: #dcc120;
    text-align: center;
    position: absolute;
    top: -79px;
    width: 89.8%;
}
.ques h2{
    font-family: 'Open Sans', sans-serif;
	font-weight:800;
    color: #ffffff;
	font-size:28px;
}

.catalog-link{
	background-image:url(../images/tap-system-background.jpg);
	background-repeat:no-repeat;
	background-size:cover;
    text-align: center;
    padding: 30px 10px 41px 10px;
    font-family: 'Roboto', sans-serif;
	font-weight:105;
}

.catalog-link p{
	color:#ffffff;
	font-size: 13px;
}

.catalog-link img{
    display: block;
    margin: 0 auto;
    padding: 30px 0px;
}

.catalog-link a{
    color: #dcc120;
    padding: 11px 14px;
    border: 1px solid #dcc120;
    text-decoration: none;
    font-size: 10px;
}

.welcome h2{
    font-size: 26px;
    color: #84904b;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight:800;
	text-transform:uppercase;
	margin-bottom:33px;
}

.welcome h3{
    font-size: 30px;
    color: #48484c;
    font-family: 'Open Sans', sans-serif;
	font-weight:800;	
}

.welcome h4{
    color: #a45d55;
    font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	margin-bottom:33px;
    line-height: 25px;	
}


.welcome p{
	font-size:13px;
	margin-bottom:33px;
}

#things-we-do{
	background-color:#f6f0db;
    padding: 60px 0px;
}

#things-we-do h2{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
    color: #615a42;
	font-size:36px;
	margin-bottom:70px;
	border-bottom:1px solid #bab7ac;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;	
}

#things-we-do .systems{
	font-family: 'Roboto', sans-serif;
	margin-bottom:60px;
}

#things-we-do .systems img{
	border-radius:100%;
	margin:0 auto;
}

#things-we-do .systems h3{
	font-weight:800;
	color: #615a42;
	margin-bottom:38px;
}


#things-we-do .systems p{
	line-height:28px;
	color: #615a42;
	height: 135px;
    overflow: hidden;
}

#things-we-do .systems a{
	padding:10px 25px;
	background-color:#dcc120;
	color:#ffffff;
    border-radius: 20px;
    letter-spacing: 1px;
	text-decoration:none;
}

#kosher-products{
	background-image:url(../images/transparent-section.jpg);
	background-repeat:no-repeat;
	background-size:cover;
    padding: 125px 0px;
}

.kosher-products{
	padding:60px 0px;
}

.kosher-products h2,
#kosher-products h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
    color: #ffffff;
	font-size:36px;
	text-transform:uppercase;
}
.kosher-products p,
#kosher-products p{
	font-size:33px;
	color:#ffffff;
	margin-bottom:50px;	
}

#kosher-products a{
	font-weight:800;
	color:#dcc120;
	font-size:28px;
	text-transform:uppercase;
    text-decoration: none;
	border-bottom: 1px solid #dcc120;
}

#footer{
	background-color:#5d6535;
    padding: 60px 0px 20px 0px;
}

#footer ul{
	list-style-type:none;
	padding-left:16px;
}

#footer .foot-col{
	border-right: 1px dotted #7d845d;
	color:#ffffff;
    height: 339px;
}

#footer .foot-col h4{
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight:800;
	position:relative;
	margin-bottom:30px;
}

#footer .foot-col h4:after{
    content: "";
    height: 1px;
    width: 115px;
    background-color: #7d845d;
    position: absolute;
    bottom: -10px;
    left: 0;
}

#footer .foot-col ul li a{
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
}

#footer .foot-col ul li a:hover,
#footer .foot-col ul li.active a{
	color:#dcc120;
}

#footer .foot-col ul li{
    line-height: 25px;
	position:relative;
}

/* #footer .col-2 ul li{
	line-height: 19px;
} */

#footer .col-1 ul li:before,
#footer .col-2 ul li:before{
	content:"\f0da";
	font-family:'fontawesome';
	color:#ffffff;
	position:absolute;
	top:0;
	left:-15px;
}

#footer .col-4{
	border:none;
}

#footer .col-4 p{
    line-height: 25px;
    margin-bottom: 35px;
}

#footer .col-4 p a{
	color:#ffffff;
	text-decoration:none;
}

#footer .col-4 p a:hover,
#footer .col-4 p:last-of-type > a:last-of-type{
	color:#dcc120;
}

#footer .col-4 p i{
    margin-right: 10px;
}

#footer .col-4 p span i{
	margin-right:0;
	color:#5d6535;
}

#footer .col-4 p span{
    padding: 6px 11px;
    background-color: #dcc120;
    border-radius: 35px;
    margin-right: 5px;
}

#copyrights{
	background-color:#454c23;
	padding:30px 0px;
	color:#a7a99d;
}

#copyrights p{
	line-height:25px;
}

/* ---------------------------------------------------------
	contact & service
------------------------------------------------------------ */

.welcome{
	padding-bottom:60px;
}

.welcome a{
	color:#84904b;	
}

#contact,
#service,
#payment{
	width:485px;
}


#service p,
#contact p,
#payment p{
	margin-bottom:25px;
}

#contact p input,
#service p input,
#payment p input[type=text],
#contact p select,
#service p select,
#contact p textarea,
#service p textarea{
	width:65%;
	float:right;
    padding: 3px 5px;
    border: 1px solid #5d6535;
}

#service input[type=submit],
#contact input[type=submit],
#payment input[type=submit]{
    float: right;
    clear: both;
    width: 65%;
	margin-top:18px;
    padding: 5px 0px;
    background-color: #84904b;
    border: 1px solid #84904b;
    color: #ffffff;
	text-transform:uppercase;	
}

#payment{
	margin-bottom:80px;
}

#payment .pay-btn{
	text-align:center;
}

/* ---------------------------------------------------------
	who we serve
------------------------------------------------------------ */

.who-we-serve-section ul{
	list-style-type:none;
	padding-left:0px;
    line-height: 25px;
    margin-bottom: 30px;
}



/* ---------------------------------------------------------
	Responsisve
------------------------------------------------------------*/
@media only screen and (max-width: 1300px){
	.row{
		padding-left:0!important;
		padding-right:0!important;
	    margin-right: 0!important;
	    margin-left: 0!important;		
	}
}

@media only screen and (max-width: 390px){
	.catalog-link a{
		font-size:12px;
		padding:12px 12px;
		letter-spacing:0px;		
	}
	#payment p input[type=text]{
		float:none;
		display:block;		
	}
	#payment .pay-btn{
		text-align:left;
	}
	
	#things-we-do h2{
		width:90%;		
	}
	
	#things-we-do .systems p{
		height:auto;
		padding-bottom:20px;		
	}
}


@media only screen and (max-width: 660px){
	.head-contact{
		margin-top:90px;
	}
	
	.slider{
		margin-top:-20px;
	}
	
	#contact,
	#service,
	#payment{
		width:100%;		
	}
	
	#contact p input, #service p input,
	#contact p select, #service p select,
	#contact p textarea, #service p textarea,
	#service input[type=submit],
	#contact input[type=submit]{
		width:55%;		
	}
	
	.kosher-products h2{
		font-size:25px;		
	}
	
	.kosher-products p{
		font-size:20px;		
	}

	.navbar-inverse{
		padding-bottom: 0px;
	}
}

@media only screen and (min-width: 661px) and (max-width: 767px){
	.ques{
		width:95.5%;		
	}

	
	.navbar{
		margin-bottom:0px;
	}
	
	.slider{
		margin-top:0;		
	}
}

@media only screen and (min-width: 768px) and (max-width: 1000px){
	.navbar-inverse .navbar-nav>li>a{
		font-size:10px;
	}
	
	.catalog-link a{
		font-size:7px;
		padding:8px 6px;
	}
	
	.ques h2{
		font-size:19px;		
	}
	.ques{
		top:-68px;		
	}
	
	.catalog-link p{
		font-size:10px;		
	}
	
	.catalog-link{
	    padding: 30px 8px 41px 8px;	
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1024px){
	.nav>li {
    	padding: 4px 16px 8px 16px;
	}
}

