@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:400,600,700'); 


body {
	font-family:'Open Sans', Arial, sans-serif;
	font-weight:300;
	line-height:1.6em;
	color:#656565;
	font-size: 1.4em;
	background: #f5f5f5;
}
a {
	color: #4799EB;
	text-decoration: none;
}
a:active {
	outline:0;
}

.clear {
	clear:both;
}

h1,h2{
	font-weight: 600;
	line-height:1.1em;
	color: #252525;
	margin-bottom: 20px;
	
}
h3, h4, h5, h6 {
	line-height:1.1em;
	color: #212121;
	margin-bottom: 10px;
	font-weight: 600;
}
input, button, select, textarea { 
    border-radius: 0px !important;
}

#wrapper{
	width:100%;
	margin:0;
	padding:0;
}
ul.withArrow{
	
}
ul.withArrow li{
	
}
ul.withArrow li span{
	
margin-right: 10px;
	
font-weight: 700;
	
color: #93c83f;
	
border: 1px solid;
	
padding: 4px 8px;
	
font-size: 11px;
	
border-radius: 50%;
	
height: 20px;
	
width: 20px;
}
.line{
	width: 100%;
	height: 2px;
	background: #CCCCCC;
	margin: 0 auto;
	margin-bottom: 10px;
}
.widget {
    color: #858585;
}
.row,.row-fluid {
	margin-bottom:15px;
}

.row .row,.row-fluid .row-fluid{
	margin-bottom:15px;
}

.row.nomargin,.row-fluid.nomargin {
	margin-bottom:0;
}
.about-image img {
    width: 100%;
}
img.img-polaroid {
	margin:0 0 20px 0;
}
.img-box {
	max-width:100%;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
    margin-top: 16px;
}
/*  Header
==================================== */

header .navbar {
    margin-bottom: 0;
}
.navbar-default {
    border: none;
}

.navbar-brand {
	color: #222;
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -1px;
	margin-top: 15px;
	padding: 0 0 0 8px;
}
.navbar-default .navbar-brand{
	color: #1e1e1e;
	font-size: 24px;
}

header .navbar-collapse  ul.navbar-nav {
    float: right;
    margin-right: 0;
}
header .navbar {
	min-height: 70px;
	padding: 18px 0;
	background: #f5f5f5;;
}
.home-page header .navbar-default{
	background: #f5f5f5;
	/* position: absolute; */
    width: 100%;
}

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar {
    min-height: 62px;
    padding: 0;
}

header .navbar-nav > li  {
    padding-bottom: 12px;
    padding-top: 12px;
    padding: 0 !important;
}

header  .navbar-nav > li > a {
    /* padding-bottom: 6px; */
    /* padding-top: 5px; */
    margin-left: 2px;
    line-height: 40px;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.services{
	
}
.dishes{
	background: #93c83f;
	padding: 20px 0;
	color: #1b1b1b;
}
.dropdown-menu li a:hover {
	color: #fff !important;
	background: #348CE6 !important;
}

header .nav .caret {
    border-bottom-color: #29448e;
    border-top-color: #29448e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color:  #fff;
}	
	

.dropdown-menu  {
    box-shadow: none;
    border-radius: 0;
	border: none;
}

.dropdown-menu li:last-child  {
	padding-bottom: 0 !important;
	margin-bottom: 0;
}

header .nav li .dropdown-menu  {
   padding: 0;
}

header .nav li .dropdown-menu li a {
	line-height: 22px;
	padding: 3px 12px;
}

/* --- menu --- */

header .navigation {
	float:right;
}

header ul.nav li {
	border:none;
	margin:0;
}

header ul.nav li a {
	font-size: 16px;
	border:none;
	font-weight: 600;
}

header ul.nav li ul li a {	
	font-size:12px;
	border:none;
	font-weight:300;
}


.navbar .nav > li > a {
  color: #676767;
  text-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0) !important;
}

.navbar .nav a:hover {
	background:none;
	color: #2e8eda;
}

.navbar .nav > .active > a,.navbar .nav > .active > a:hover {
	background:none;
	font-weight:700;
}

.navbar .nav > .active > a:active,.navbar .nav > .active > a:focus {
	background:none;
	outline:0;
	font-weight:700;
}

.navbar .nav li .dropdown-menu {
	z-index:2000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

header ul.nav li ul {
	margin-top:1px;
}
header ul.nav li ul li ul {
	margin:1px 0 0 1px;
}
.dropdown-menu .dropdown i {
	position:absolute;
	right:0;
	margin-top:3px;
	padding-left:20px;
}

.navbar .nav > li > .dropdown-menu:before {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content:none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #ffffff;
	background: #348CE6;
	border-radius: 0;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #1a1a1a;
  background-color: transparent;
}

ul.nav li.dropdown a {
	z-index:1000;
	display:block;
}

.pageTitle{
	color: #333333;


    padding:: 25px 0 25px;
	display: inline-block;
	font-size: 18px;
	margin-top: 10px;
}
#banner{
	width: 100%;
	position:relative;
	margin:0;
	padding:0;
}

/*  Sliders
==================================== */

.text-center img {
margin: auto;
}
img.img-center {
margin: 0 auto;
display: block;
max-width: 100%;
}

/* Content
==================================== */

#content {
	position:relative;
	/* background: #ffffff; */
	padding:10px 0 0px 0;
}

/* page headline
==================================== */

#inner-headline{
	background: #348CE6;
	position: relative;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	border-top: 1px solid #93c83f;
}


#inner-headline h2.pageTitle{
	color: #3f3f3f;
	padding: 5px 0;
	display:block;
}

/* Forms
============================= */

/* --- search form --- */

.about-text h3 {
	font-size: 20px;
	padding-bottom: 10px;
}

.about-text .btn {
	margin-top: 20px;
	//font-size: 15px;
	//text-align: justify;
}

.about-image img {
}

.about-text ul {
	margin-top: 0px;
	padding: 0;
}

.about-text li {
	margin-bottom: 10px;
	//
	font-weight: bold;
	list-style: none;
}

 
.about-text-2 img {
	border: 5px solid #ddd;
	margin-bottom: 20px;
}

.about-text-2 p {
	margin-bottom: 20px;
}

section.section-padding.gray-bg {
	background: #ffffff;
	padding: 20px;
	color: #484848;
}
 
  #accordion-alt3 .panel-heading h4 {
font-size: 13px;
line-height: 28px;
}

#accordion-alt3 .panel-heading h4 a i {font-size: 17px;line-height: 18px;width: 18px;height: 18px;margin-right: 8px;color: #A0A0A0;text-align: center;border-radius: 50%;margin-left: 6px;font-weight: bold;}  

/* --- portfolio detail --- */
.top-wrapper {
	margin-bottom:20px;
}
.info-blocks {
	margin-bottom: 10px;/* background: #efefef; */
}
.info-blocks i.icon-info-blocks {/* float: left; */color: #93c83f;font-size: 48px;min-width: 50px;margin-bottom: 15px;text-align: center;/* background: #ffffff; */width: 72px;/* height: 72px; *//* padding-top: 21px; *//* border: 1px solid #e0e0e0; *//* line-height: 75px; */width: 100%;}
.info-blocks .info-blocks-in {
	padding: 15px 15px 5px 15px;
	overflow: hidden;
	border: 1px solid #dedede;
	text-align: center;
	background: #fff;
}
.info-blocks .info-blocks-in h3 {
	color: #202020;
	font-size: 16px;
	line-height: 28px;
	margin:0px;
	margin-bottom: 8px;/* font-weight: bold; */
}
.info-blocks .info-blocks-in p {font-size: 14px;}
.info-blocks .info-blocks-in:hover{
	border: 1px solid #93c83f;
}  

/* --- list style --- */

ul.general {
	list-style:none;
	margin-left:0;
}

ul.link-list{
	margin:0;
	padding:0;
	list-style:none;
}

ul.link-list li{
	margin:0;
	padding:2px 0 2px 0;
	list-style:none;
}
footer{background: #1e1e1e;}
footer ul.link-list li a{
	color: #8C8C8C;
}
footer ul.link-list li a:hover {
	color: #93c83f;
}
/* --- Heading style --- */

h4.heading {
	font-weight:700;
}

.heading { margin-bottom: 30px; }

.heading {
	position: relative;
	
}


.widgetheading {
	width:100%;
	padding:0;
	font-weight: bold;
}

#bottom .widgetheading {
	position: relative;
	border-bottom: #e6e6e6 1px solid;
	padding-bottom: 9px;
}

aside .widgetheading {
	position: relative;
	border-bottom: #e9e9e9 1px solid;
	padding-bottom: 9px;
}

footer .widgetheading {
	position: relative;
}

footer .widget .social-network {
	position:relative;
}

#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {	
	position: absolute;
	width: 60px;
	height: 1px;
	bottom: -1px;
	right:0;

}

/* ===== Widgets ===== */
 
/* --- Recent post widget --- */
  
footer{
	padding:50px 0 0 0;
	color:#f8f8f8;
}

footer a {
	color:#fff;
}

footer a:hover {
	color: #93c83f;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color: #d3d3d3;
}

footer address {
	line-height:1.6em;
	color: #797979;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}

#sub-footer{
	text-shadow:none;
	color: #dedede;
	padding:0;
	padding-top:30px;
	margin:20px 0 0 0;
	background: #1e1e1e;
	border-top: 1px solid #3e3e3e;
}

#sub-footer p{
	margin:0;
	padding:0;
}

#sub-footer span{
	color: #9e9e9e;
}

.copyright {
	text-align:center;
	font-size:12px;
	width: 100%;
}

#sub-footer ul.social-network {
	float:right;
}

  

/* scroll to top */
.scrollup{
    position:fixed;
    width:36px;
    height:48px;
    bottom:0px;
    right:20px;
    background: #93c83f;
}

a.scrollup {
	outline:0;
	text-align: center;
	background-image: url(../design/up-to-top.png);
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}



 
.absolute{
	position:absolute;
}

.relative{
	position:relative;
}

.aligncenter{
	text-align:center;
}

.aligncenter span{
	margin-left:0;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.floatnone {
	float:none;
}

.aligncenter {
	text-align:left;
}
 
img.pull-left, .align-left{
	float:left;
	margin:0 15px 15px 0;
}

.widget img.pull-left {
	float:left;
	margin:0 15px 15px 0;
}

img.pull-right, .align-right {
	float:right;
	margin:0 0 15px 15px;
}

/*  Media queries 
============================= */

@media (min-width: 768px) and (max-width: 979px) {

	a.detail{
		background:none;
		width:100%;
	}


	
	footer .widget form  input#appendedInputButton {
		  display: block;
		  width: 91%;
		  -webkit-border-radius: 4px 4px 4px 4px;
			 -moz-border-radius: 4px 4px 4px 4px;
				  border-radius: 4px 4px 4px 4px;
	}
	
	footer .widget form  .input-append .btn {
		  display: block;
		  width: 100%;
		  padding-right: 0;
		  padding-left: 0;
		  -webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				  box-sizing: border-box;
				  margin-top:10px;
	}
	
}

@media (max-width: 767px) {
.navbar-default .navbar-collapse{border-color: none;/* background: #05142b; */}
.navbar-default .navbar-toggle .icon-bar {background-color: #868686;border-radius: 0;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: rgba(221, 221, 221, 0);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: rgba(255, 255, 255, 0.58);
margin-top: 15px;
}
header  .navbar-nav > li > a{
	line-height: inherit;
}

  body {
    padding-right: 0;
    padding-left: 0;
  }
	.navbar-brand {
		margin-top: 18px;
		border-bottom: none;
	}
	.navbar-header {
		/* margin-top: 20px; */
		border-bottom: none;
	}
	
	.navbar-nav {
		border-top: none;
		float: none;
		width: 100%;
	}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover {background: none;font-weight: 700;color: #93c83f;}
	header .navbar-nav > li {
padding-bottom: 2px;
padding-top: 3px;
}
	header .nav li .dropdown-menu  {
		margin-top: 0;
	}

	.dropdown-menu {
	  position: absolute;
	  top: 0;
	  left: 40px;
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 160px;
	  padding: 5px 0;
	  margin: 2px 0 0;
	  font-size: 13px;
	  list-style: none;
	  background-color: #fff;
	  background-clip: padding-box;
	  border: 1px solid #f5f5f5;
	  border: 1px solid rgba(0, 0, 0, .15);
	  border-radius: 0;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
			  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	

	
	li.active  {
		border: none;
		overflow: hidden;
		/* background: #2e8eda; */
}
	
	footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6, 
	footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12{
		margin-bottom:20px;
	}

	#sub-footer ul.social-network {
		float:left;
	}
	

	
  [class*="span"] {
		margin-bottom:20px;
  }

}

@media (max-width: 480px) {
	.bottom-article a.pull-right {
		float:left;
		margin-top:20px;
	}


	.search{
		float:left;
	}


}
.tab-section .col{
	
}
.tab-section .container{
	padding: 15px;
	border: 1px solid #eaeaea;
	background: #fff;
}
.active .collapsible-header{color: #93c83f;} 
span.color {
    color: #93c83f;
    text-transform: ;
}
.guide-left-box {
	background-color:#FFFFFF;
	margin-right: 1%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	margin-left:0.9%;
	border:1px solid #CCCCCC;
}
.navigate{
	padding-top:15px;
	font-weight:600;
	color:#FFFFFF
}	
.right-box{
	background-color: #FFFFFF;  
	margin-right:0.9%;
	border:1px solid #CCCCCC;  
}
.right-box-line{
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	background-color:#348CE6;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: 600;
}
.right-box-text{
	padding:10px 15px 15px 15px;
	line-height: 30px;
}
.mid-text{
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #CCCCCC;
	padding-top: 15px;
}
.product-box{
	text-align:left;
    
}
.product-box-title{
	color:#FFFFFF;
	font-weight:700;
	font-size:14px;
	text-decoration: underline;

}
.faq-title {
	padding:5px;
	margin:0;
	font-size: 20px;
}
