/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
    font-size: 100%;
	background:	#fff;
	font-family: 'Open Sans', sans-serif !important;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
	list-style:none;
}
body a:hover{
	text-decoration:none;
}
/*-- blog --*/

.blog,.single,.typo,.contact,.service,.servc{
	padding:5em 0;
	min-width:1170px;
}
.sit{
	padding:0 !important;
}
.blog-left h3,.blog-right h3,.contact h3,.service h3,.servc h3,.recent-posts h4,.comments h4,.related-posts h4,.response h4,.coment-form h4{
	color:#6ea145;
	font-size:2em;
	margin:0;
	font-family: 'Josefin Sans', sans-serif;
}
.related-posts h4 {
    margin: 0 0 1em;
}
.comments-info {
    margin: 2em 0 0;
}
.recent-posts-info {
    margin: 2em 0 4em;
}
.blog-left-grid{
	padding:1em 0; border-bottom:1px solid #999;
}
.blog-left-grid h4{
	text-transform: capitalize;
    color: #6ea145;
    margin: 0;
    font-size: 2em;
    font-family: 'Josefin Sans', sans-serif;
}
.blog-left-grid h4 a{
	color: #c6c5c0;
	font-size:1em;
	text-decoration:none;
	font-family: 'Josefin Sans', sans-serif;
}
.blog-left-grid a img {
    padding: .5em;
    border: 1px solid #F2F2F2;
}
.blog-left-grid h4 a:hover{
	color: #606060;
	text-decoration:none;
}
.blog-left-grid p{
	font-size:14px;
	color:#999;
	margin:.5em 0 1em;
	line-height:1.8em;
}
.blog-left-grid ul{
	padding:2em 0 4em;
}
.blog-left-grid ul li{
	display:inline-block;
	margin:0 2em 0 0;
}
.blog-left-grid ul li a{
	font-size:1em;
	color:#c6c5c0;
	text-decoration:none;
	padding-left: 1em;
	font-family: 'Josefin Sans', sans-serif;
}
.blog-left-grid ul li a:hover{
	color:#000;
	text-decoration:none;
}
.blog-left-grid ul li a i {
    left: -17px;
}
.more a{
	font-size: 16px;
    color: #FFF;
    padding: 10px 30px;
    text-decoration: none;
    background-color: #6ea145;
	font-family: 'Josefin Sans', sans-serif;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.more a:hover{
	color:#6ea145;
	background:#fff;
	text-decoration:none;
}
/*-- sign-in --*/
.in-form input[type="text"]{
	margin:2em 0 0;
}
.in-form input[type="password"],.in-form input[type="text"]{
	outline:none;
	border:1px solid #C9C8C9;
	width:100%;
	padding:12px 10px;
	color:#C9C8C9;
	font-size:14px;
	background:none;
	}
.in-form input[type="password"]{
	margin:1em 0;
}
.checkbox-form{
	position:absolute;
	top: 0%;
	width: 100%;
}
.check{
	margin: .5em 0;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 38px !important;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	position: relative;
    font-size: 14px;
    color: #c6c5c0;
    font-weight: 500;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.checkbox i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #DFD6D6;
}
.checkbox input + i:after {
	content: '';
	background: url("tick-mark.png") no-repeat 1px 2px;
	top: 3px;
	left: 1px;
	width: 15px;																																																																																													
	height: 15px;
	font: normal 12px/16px FontAwesome;																																						
	text-align: center;
}					
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
	}
.check-left{
	float:left;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.ckeck-bg{
	position:relative;
	min-height: 120px;
}
.checkbox-form input[type="submit"] {
  border: none;
  outline: none;
  color: #FFF;
  padding:10px 30px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 1em 0 0 0;
  -webkit-appearance: none;
  background:#6ea145;
  transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
  }
.check-right{
  float:right;
}
.checkbox-form input[type="submit"]:hover{
	background:#c6c5c0;
	color:#FFF;
}	
.in-form p.forget{
	color:#B687BF;
	font-size:14px;
	margin:0;
	}
.in-form p.forget span{
	display:block;
	}
.in-form p.forget a{
	color:#000;
	font-size:14px;
	}
.in-form p.forget a:hover{
	text-decoration:none;
	color: #B687BF;
	}
.in-form p.forget a.pass{
	color:#B687BF;
	font-size:14px;
	margin:0;
	}
.in-form p.forget a.pass:hover{
	text-decoration:none;
	color:#000;
	}
.recent-posts-info {
	margin-bottom: 4em;
}
.posts-left{
	float: left;
	width:35%;
}
.posts-right{
	float:right;
	width:60%;
}	
.posts-right lable {
	font-size: 14px;
	font-weight: 500;
	color: #989595
}
.posts-right h5{
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  margin: .5em 0;
}
.posts-right h5 a {
  color:#6ea145;
}
.posts-right h5 a:hover{	
	color: #5F9EA0;	
}
.posts-right p {
  color:#999;
  margin: 0 0 1em 0;
  font-size: 14px;
  line-height: 1.8em;
}
.related-posts-grids {
	float: left;
	width: 30%;
	margin-left: 1em;
}
.related-posts-grids img{
	width:100%;
}
.related-posts-grids h5 {
	font-size: 15px;
	font-weight: 600;
	margin: .5em 0;
	color: #1C90F4;
}
.comments-info.cmnts-mddl {
  margin: 2em 0;
}
.comments-info p.cmmnt {
	margin: 1em 0 0 0;
    font-size: 14px;
    line-height: 1.8em;
    color: #999;
}
.cmnt-icon-left {
	float: left;
	width: 25%;
	margin-right:1em;
}
.cmnt-icon-right {
  float: right;
  width: 71%;
}
.cmnt-icon-left a img {
  width: 100%;
}
.cmnt-icon-right p {
  margin:1em 0 0;
  font-size: 14px;
  color: #555555;
}
.cmnt-icon-right  p a{
	color: #6ea145;
    font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
}
.cmnt-icon-right p a:hover{
	color:#c6c5c0;
}
.blog-pagination {
    margin: 2em 0 0;
}
ul.pagination li a {
  color: rgb(95, 158, 160) !important;
  font-size: 17px;
  padding: 5px 15px;
}
.btn-primary {
  color: #fff;
  background-color: #6ea145;
  border: none !important;
  font-family: 'Josefin Sans', sans-serif;
}
a.list-group-item:hover, a.list-group-item:focus {
  color: #F4F1F1 !important;
  background-color: #1F8BA1 !important;
}
.btn{
	border-radius:0px;
}
.btn-primary:hover{
    color: #fff;
    background-color: #c6c5c0;
    border: none !important;
}
/*-- //sign-in --*/
.blog-left-grid:nth-child(3){
	margin:1em 0;
}
/*-- //blog --*/
/*-- banner --*/
.col-md-7a {
    width: 60%;
    margin: 0 auto;
}
.banner{
	min-width:1170px;
	min-height:800px;
	position:relative;
}
.banner1{
	background:url(banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
	min-width:1170px;
}
.header-left{
	float:left;
}
.header-right{
	float:right;
}
.header-left a{
	padding: 2em 0 1em 0;
    color: #fff;
    font-size: 2em;
    font-family: 'Josefin Sans', sans-serif;
    text-decoration: none;
    display: inline-block;
}
.header-left a span{
	display:block;
	font-size:16px;
	font-style:italic;
}
.header-left a i{
	font-size: 1em;
    color: #fff;
    left: -10px;
    top: 5px;
}
.header-left1{
	float:right;
	margin-left:2em;
}
span.menu{
	display:none;
}
.header-left1 ul li{
	display:inline-block;
	margin:0 0 0 10px;
	float:left;
}
.header-left1 ul li a{
	font-size:16px;
	color:#fff;
	text-decoration:none;
	font-family: 'Josefin Sans', sans-serif;
	padding:45px 30px;
    display: block;
}
.header-left1 ul li.active a{
	background:#6ea145;
    color: #fff;
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#6ea145;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.header-left1 ul li a i{
	font-size: 1em;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0.5em 0 0;
}
.header-right ul{
	padding:4em 0 0;
}
.header-right ul li{
	display:inline-block;
}
.header-right ul li a.facebook{
	background:url(img-sp.png) no-repeat -5px -13px;
    display: block;
    height: 32px;
    width: 32px;
}
.header-right ul li a.facebook:hover{
	background:url(img-sp.png) no-repeat -5px -59px;
    display: block;
}
.header-right ul li a.g{
	background:url(img-sp.png) no-repeat -48px -13px;
    display: block;
    height: 32px;
    width: 32px;
}
.header-right ul li a.g:hover{
	background:url(img-sp.png) no-repeat -48px -58px;
    display: block;
}
.header-right ul li a.twitter{
	background:url(img-sp.png) no-repeat -86px -13px;
    display: block;
    height: 32px;
    width: 32px;
}
.header-right ul li a.twitter:hover{
	background:url(img-sp.png) no-repeat -86px -58px;
    display: block;
}
.banner-info{
	width: 65%;
    margin: 18em auto 0 22em;
}
.banner-info h1{
	text-transform: capitalize;
    font-size: 2.8em;
    color: #FFFFFF;
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}
.banner-info p{
	font-size:14px;
	color:#DFDFDF;
	margin:1em 0 2em;
	line-height:1.8em;
	width: 80%;
}
/*-- //banner --*/
/*-- banner-bottom --*/
.banner-bottom-3grds{
	min-width:1170px;
}
.banner-bottom{
	padding:5em 0;
	min-width:1170px;
}
.banner-bottom-right h3{
	text-transform:capitalize;
	font-size:1.8em;
	color:#6ea145;
	font-family: 'Josefin Sans', sans-serif;
	margin:0;
}
.banner-bottom-right h4{
	text-transform:uppercase;
	color:#9D4922;
	margin:1em 0;
	font-size:15px;
}
.banner-bottom-right p{
	font-size:14px;
	color:#333;
	line-height:1.8em;
	margin:0em 0 4em;
}
.m1 a:hover{
	background:#c6c5c0;
	color:#fff;
}
/*-- //banner-bottom --*/
/*-- banner-bottom-3grds --*/
.banner-bottom-3grid h3{
	text-transform:capitalize;
	font-size: 1.5em;
    color: #9D4922;
	font-family: 'Josefin Sans', sans-serif;
	margin:1em 0 0;
}
.banner-bottom-3grid p{
	color:#333;
	font-size:14px;
	margin:1em 0 2em;
	line-height:1.8em;
}
.banner-bottom-3grd{
	padding:0 0 3em;
	box-shadow:1px 0px 1px #C0C0C0;
	-webkit-box-shadow:1px 0px 1px #C0C0C0;
	-moz-box-shadow:1px 0px 1px #C0C0C0;
	-o-box-shadow:1px 0px 1px #C0C0C0;
	-ms-box-shadow:1px 0px 1px #C0C0C0;
	margin:1em 0;
}
/*-- //banner-bottom-3grds --*/
/*-- service-type-grid --*/
.service-type-grid{
	min-width:1170px;
	padding:5em 0 3em;
}
.service-type-grd-left{
	float:left;
	width:55%;
}
.service-type-grd-right{
	float:right;
	width:45%;
	background:url(7.jpg) no-repeat 0px 0px;
	display:block;
	min-height:417px;
	padding: 2em;
}
.service-type-grd-right h3,.service-type-grd1-left h3{
	text-transform:capitalize;
	color:#fff;
	font-size:1.8em;
	margin:0;
	font-family: 'Josefin Sans', sans-serif;
}
.service-type-grd-right p,.service-type-grd1-left p{
	font-size:14px;
	color:#fff;
	margin:0;
	line-height:1.8em;
}
.service-type-grd-right h4{
	text-transform:uppercase;
	font-size:20px;
	margin:1em 0;
	line-height:1.3em;
	color:#6ea145;
}
.service-type-grd1{
	margin:3em 0 0;
}
.service-type-grd1-left{
	float:left;
	width:30%;
	background:url(8.jpg) no-repeat 0px 0px;
	display:block;
	min-height:301px;
	padding: 2em;
}
p.odit{
	margin:1.5em 0 0em;
}
.service-type-grd1-left1{
	float:left;
	width:40%;
}
.service-type-grd1-right{
	float:right;
	width:28%;
	background:url(10.jpg) no-repeat 0px 0px;
	display:block;
	min-height:301px;
	padding: 8em 0 0;
    text-align: center;
}
/*-- //service-type-grid --*/
/*-- keep-in-touch --*/
.keep-in-touch-gridl h3{
	font-family: 'Josefin Sans', sans-serif;
	font-size:2.5em;
	color:#6ea145;
	margin:0;
}
.keep-in-touch-gridr {
    margin: 0.5em 0 0;
}
.keep-in-touch-gridl p{
	font-size:14px;
	color:#999;
	margin:0;
}
.keep-in-touch-gridr input[type="text"]{
	width:80%;
	background:#fff;
	border:none;
	font-size:14px;
	color:#A2A2A2;
	outline:none;
	padding:14px 10px;
	float:left;
}
.keep-in-touch-gridr input[type="submit"]{
	width:20%;
	float:left;
	background:url(1.png) no-repeat 56px 11px #6ea145;
	outline:none;
	border:none;
	padding:13px 0;
	text-align:center;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.keep-in-touch-gridr input[type="submit"]:hover{
	background:url(1.png) no-repeat 56px 11px #c6c5c0;
}
.keep-in-touch {
    padding: 5em 0;
    background-color: #E6E6E6;
}	
/*--footer--*/
.footer {
  min-width:1170px;
  padding: 4em 0;
  background-color: #242424;
}
.ftr {
  margin-top: 0em;
  padding: 0;
}
.get_in_touch h3, .ftr_navi h3 {
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 2px;
	font-size: 1.4em;
	margin-bottom: .5em;
	color: #fff;
}
.ftr_navi.ftr ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ftr_navi ul li {
  display: block;
}
.ftr_navi ul li a {
	display: block;
	padding: 5px 0;
	color: #848484;
    font-size: 14px;
}
.ftr_navi ul li a:hover, .get_in_touch a:hover, .ftr-logo p a:hover {
  text-decoration: none;
  color: #fff;
}
.get_in_touch p {
  color: #848484;
  font-size: 14px;
  padding: 5px 0;
}
.get_in_touch a {
  color: #848484;
  font-size: 0.9em;
  text-decoration: none;
}
.ftr-logo a h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 3em;
	color: #fff;
}
.ftr-logo a h3 span{
	font-size:15px;
}
.ftr-logo a:hover{
	text-decoration:none;
}
.ftr-logo p {
  margin: 0em;
  color: #848484;
  line-height: 1.8em;
  font-size: 0.95em;
  font-family: 'Josefin Sans', sans-serif;
}
.ftr-logo p a {
	color:#fff;
}
.ftr-logo ul{
	padding:1em 0;
}
.ftr-logo ul li{
	display:inline-block;
}
.ftr-logo ul li a.f{
	background:url(img-sp.png) no-repeat -5px -13px;
    display: block;
    height: 32px;
    width: 32px;
}
.ftr-logo ul li a.f:hover{
	background:url(img-sp.png) no-repeat -5px -59px;
    display: block;
}
.ftr-logo ul li a.f1{
	background:url(img-sp.png) no-repeat -48px -13px;
    display: block;
    height: 32px;
    width: 32px;
}
.ftr-logo ul li a.f1:hover{
	background:url(img-sp.png) no-repeat -48px -58px;
    display: block;
}
.ftr-logo ul li a.f2{
	background:url(img-sp.png) no-repeat -86px -13px;
    display: block;
    height: 32px;
    width: 32px;
}
.ftr-logo ul li a.f2:hover{
	background:url(img-sp.png) no-repeat -86px -58px;
    display: block;
}
/*--/footer--*/
/*--single-page--*/
.single-page{
  padding:4em 0;
}
.sngl-title h3 a {
  text-decoration: none;
  transition:.5s all;
}
.sngl-title h3 a:hover{
  color:rgb(58, 205, 188);
}
.single-page h4 {
  font-size: 2em;
  font-weight: 600;
  color: #4d4949;
  margin-bottom: 1em;
  font-family:'Raleway', sans-serif;
}
.single-page-info a {
  display: block;
}
.sngl-title {
  margin-bottom: 5em;
}
.single-page-left  img {
  width: 100%;
}
.single-page-info h5 {
  font-size: 15px;
  font-weight: 600;
  color: #5F9EA0;
    margin: 1.5em 0 1em;
  line-height: 1.6em;
}
.read-more-grids {
  padding-left: 0 !important;
}
.single-page p {
  color: #989595;
  font-size: 14px;
  line-height: 1.6em;
}
.related-posts {
  padding: 4em 0;
  margin: 0;
}
.related-posts h3{
	margin: 0 0 .6em .3em;
	font-size: 2.5em;
	font-weight: 400;
	color: #E4BB07;
}
.related-grids {
  padding-left: 0 !important;
}
.related-posts img{
	width: 100%;
}
.related-grids h5 {
	font-size: 14px;
    margin: 1em 0 0;
}
.related-grids h5 a {
  color: #747474;
}
.related-grids h5  a:hover{
  color:#6EA145;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #5F9EA0;
}
.admin-text {
	border: 1px solid #f4f4f4;
	padding: 2em;
}
.admin-text h5 {
	font-size: 18px;
    margin: 0 0 1em 0;
	font-family: 'Josefin Sans', sans-serif;
    color: #6ea145;
}
.admin-text-left {
	float: left;
	width: 11%;
}
.admin-text-right {
	float: right;
	width: 86%;
}
.admin-text-right p {
	color: #999;
    font-size: 14px;
    margin: 0 0 1em;
    line-height: 1.8em;
}
.admin-text-right span {
  font-size: 15px;
  margin: 0 0 1em 0;
  font-weight: 500;
  color: #727272;
}
.admin-text-right span a {
	color:#C8C8C8;
	text-decoration:none;
}
.admin-text-right span a:hover{
	color: #838384;
	transition:.5s all;
}
.media.response-info {
  margin-top: 3em;
}
.response-info-mdl {
  margin: 1em 0px 1em 4em;
}
.response {
  margin-bottom: 5em;
}
.media-left.response-text-left {
  width: 11%;
}
.response-text h5 {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 1em 0;
	color: #fff;
}
.response-text-left h5 a {
	text-decoration: none;
    color: #6ea145;
    font-family: 'Josefin Sans', sans-serif;
}
.response-text-left h5 a:hover{
	text-decoration: none;
	color:#444F5B;
	transition:.5s all;
}
.response-text-left h5{
	font-size: 20px;
    margin: 1em 0 0 0;
}
.response-text-right p {
	color: #999;
    font-size: 14px;
    margin: 0 0 1em;
    line-height: 1.8em;
}
.response-text-right ul{
	padding:0;	
	text-align: right;
}
.response-text-right ul li{
  display: inline-block;
  color: #727272;
  font-size: 13px;
  margin-right: 1em;
}
.response-text-right ul li a{
	color: #6ea145;
    font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
}
.response-text-right ul li a:hover{
	color:#67686b;
	text-decoration:none;
}
.media-left a img {
  width: initial;
}
.coment-form input[type="text"],.coment-form textarea,.coment-form input[type="email"] {
  display: block;
  background: none;
  color: #999;
  border:1px solid #BDBBBB;
  width: 70%;
  outline: none;
  font-size: 14px;
  padding: 13px 10px;
}
.coment-form input[type="email"] {
	margin:1em 0;
}
.coment-form textarea {
	width: 100%;
	display: block;
	min-height: 150px;
	resize: none;
	margin:1em 0;
}
.coment-form input[type="submit"] {
  background:#6ea145;
  border:none;
  padding:13px 0;
  width: 100%;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
  outline: none;
  transition:.5s all;
  -webkit-transition:.5s all;
  -moz-transition:.5s all;
  -o-transition:.5s all;
  -ms-transition:.5s all;
  font-family: 'Josefin Sans', sans-serif;
}
.coment-form input[type="submit"]:hover{
	color: #fff;
	background:#c6c5c0;
	outline: none;
}
.thumbnail {
  padding: 8px !important;
}
.btn-primary {
  border-color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  border-color: #FFF !important;
   background-color:#c6c5c0 !important;
}
.coment-form form {
    margin: 2em 0 0;
}
/*--//single-page--*/
/*--Typography--*/
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
    color: #6ea145;
    font-family: 'Josefin Sans', sans-serif;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #333;
  border-top: none !important;
  line-height:1.56;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.in-gp-tl{
padding:0;
}
.in-gp-tb{
padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
 ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
h3.title {
    text-align: center;
	color:#6ea145;
	font-size:2em;
	margin:0;
	font-family: 'Josefin Sans', sans-serif;
}
/*--//Typography --*/
/*-- contact --*/
.contact iframe{
	width:100%;
	min-height: 360px;
	margin: 3em 0 0;
}
.contact-form {
	padding-top: 3em;
}
.contact-form-left p {
	color: #999;
    font-size: 14px;
    margin: 0 auto 1em;
    line-height: 1.8em;
}
.contact-form-left h5 {
	color:#9ec503;
	font-size: 18px;
	font-weight: 600;
	margin: 1.5em 0;
}
.contact-form-left a{
	color: #000;
	font-size: 17px;
	text-decoration:none;
	font-family: 'Josefin Sans', sans-serif;
}
.contact-form-left a:hover{
	color:#6ea145;
	text-decoration:none;
	transition:.5s all;
}
.contact input[type="text"],.contact input[type="email"],.contact textarea {
	display: inline-block;
    background: none;
    border: 1px solid #C7C5C5;
    width: 31.8%;
    outline: none;
    font-size: 14px;
    color: #C3C3C3;
    padding: 10px 15px;
}
.contact input[type="email"] {
	margin:0 .9em;
}
.contact textarea {
	width: 100%;
	display: block;
	min-height: 150px;
	resize: none;
	margin: 1em 0;
}
.contact input[type="submit"]{
	background: #6ea145;
    border: none;
    padding: 10px 0px;
    width: 21%;
    font-size: 16px;
    color: #fff;
    outline: none;
    transition: .5s all;
	font-family: 'Josefin Sans', sans-serif;
}
.contact input[type="submit"]:hover{
	background:#c6c5c0;
}
.contact h4 {
	color: #6ea145;
    font-size: 1.5em;
    margin: 0 0 1em 0;
    font-family: 'Josefin Sans', sans-serif;
}
/*-- //contact --*/
/*-- services --*/
.service-grid h4{
	font-size: 1.5em;
    line-height: 1;
    margin: 1em 0 0;
    color: #6ea145;
    font-family: 'Josefin Sans', sans-serif;
}
.service-grid{
	position:relative;
	text-align: center;
	margin-top:1em;
	margin-bottom:1em;
}
.service-grid a{
	display:block;
	width:270px;
	height:170px;
	margin:0 auto;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	text-decoration: none;
	background: #FFF;
	box-shadow: 0px 0px 7px #808080;
	-moz-box-shadow: 0px 0px 7px #808080;
	-webkit-box-shadow: 0px 0px 7px #808080;
	-o-box-shadow: 0px 0px 7px #808080;
	padding: 2px;
	overflow: hidden;
	position: relative;
}
.service-grid a img{
	display: block;
	width: 266px;
	height: 166px;
}
.service-grid a:hover{
	background:#c6c5c0;
}
.service-grid img {
  margin: 0 auto;
}
.service-grid:hover div.service-hov{
	display:block;
}
.service-hov{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background:rgba(110, 161, 69, 0.48);
	display:none;
	line-height:166px;
}
.service1{
	background:url(5.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	min-height:500px;
}
/*-- wmuslider --*/
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
	/*--max-width: 100%;
	width: auto;
	height: auto;
	display:block;--*/
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	right: 47%;
	top: 96%;
}
ul.wmuSliderPagination {
	padding:0;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 8px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
	text-indent: -9999px;
	width: 22px;
	height: 5px;
	background:#fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.wmuSliderPagination a.wmuActive {
	background:#6ea145;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.banner-wrap{
	padding:6em 0;
}
/*-- //wmuslider --*/
.service1-info{
	text-align:center;
}
.service1-info h3{
	color:#fff;
	font-size:4em;
	width:80%;
	margin:0 auto;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: capitalize;
}
.service1-info p{
	color:#fff;
	font-size:17px;
	line-height:1.8em;
	width:70%;
	margin:1em auto 0;
}
.servc-grid-left h4{
	color:#c6c5c0;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: capitalize;
	font-size:1.5em;
	margin:0 0 1em;
}
.servc-grids:nth-child(2) {
    margin: 2em 0;
}
.servc-grid-left p{
	color: #999;
    font-size: 14px;
    margin: 0;
    line-height: 1.8em;
}
.glyphicon-apple,.glyphicon-grain,.glyphicon-heart,.glyphicon-globe,.glyphicon-1,.glyphicon-2,.glyphicon-3,.glyphicon-4{
  font-size: 3em;
  color:#c6c5c0;
}
.servc-grids:nth-child(4){
	margin:4em 0 0;
}
.service-grids {
    margin: 2em 0 0;
}
.banner-info {
		margin: 10em auto 0 22em;
	}
	.banner {
		min-height: 660px;
	}
/*-- //services --*/
/*-----start-responsive-design------*/






.gallery{ width:100%; margin:0 auto;}
.gallery img{ float:left; display:inline; width:30.33333%; margin:1em 1% 0 0}
.blog-left-grid p{ position:relative; border-bottom:1px solid #999;}
.blog-left-grid P SPAN{ position:absolute; top:0; right:5%;}

.ourservices h1{
	font-size:23px;
	border-bottom:4px #CFC5BA double;
	margin-bottom:10px;
	font-weight:300;
	color:#1b1b1b;
	padding-bottom:10px;
}
.ourservices h3{ position:relative; font-size:20px; font-weight:500; color:#1b1b1b;text-shadow:none;min-height:32px;margin:0;}
.ourservices h3 span{ position:absolute; right:0; top:0; color:#900;line-height:30px;}
.ourservices h3 span em{font-style:normal;}
.ourservices p{ font-size:16px;margin:5px 0 20px 0; border-bottom:1px solid #CFC5BA; padding-bottom:10px; color:#5e5e5e;text-shadow:none;font-family: Lato,arial,sans-serif;font-weight:300;}
.shopping-cart {
    bottom: 0;
    font-size: 14px;
    right: 0;
    position: fixed;
    width: 322px;
    z-index: 100;
	background:#fff;
	box-sizing:border-box;
}
.shopping-cart *{
	box-sizing:border-box;

}
.shopping-cart .first-to-app {
    background-color: #cd5500;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    width: 100%;
	float:left;
	clear:both;
}
.shopping-cart .order-list {
    background-color: #ffffff;
    width: 100%;
	float:left;
}
.shopping-cart .title {
    background-color: #fafafa;
    border-top: 3px solid #cd5500;
    color: #898989;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    padding-left: 8px;
	font-weight:bold;
	width: 100%;
	float:left;
}
.shopping-cart .title .dishes {
    white-space: nowrap;
    width: 215px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.shopping-cart .title .ti-price {
    margin-left: 42px;
    white-space: nowrap;
}
.shopping-cart ul li {
    border-bottom: 1px solid #e5e5e5;
    height: 49px;
    padding-left: 15px;
}
.shopping-cart .na {
    height: 49px;
    line-height: 49px;
    width: 195px;
	font-size:12px;
	overflow:hidden;
}
.shopping-cart .modify {
    font-size: 12px;
    padding-top: 16px;
}
.shopping-cart .modify a {
    border: 1px solid #e5e5e5;
    color: #bfbfbf;
    display: inline-block;
    font-weight: bold;
    height: 16px;
	line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    width: 16px;
}
.shopping-cart .modify a {
    border: 1px solid #e5e5e5;
    color: #bfbfbf;
    display: inline-block;
    font-weight: bold;
    height: 16px;
    letter-spacing: 0;
    text-align: center;
    width: 16px;
}
.shopping-cart .modify input {
    border-color: #e5e5e5;
    border-left: 0 none #e5e5e5;
    border-right: 0 none #e5e5e5;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 3px;
    text-align: center;
    width: 14px;
}
.shopping-cart .pri {
    line-height: 49px;
    text-align: right;
    width: 60px;
	font-size:12px;
	font-weight:bold;
}
.shopping-cart .other-charge, .shopping-cart .privilege {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 5px 15px 10px;
	font-weight:bold;
	width:100%;
	float:left;
}
.shopping-cart .privilege .clearfix, .shopping-cart .other-charge .clearfix {
    padding-top: 3px;
}
.shopping-cart .total {
    height: 49px;
    padding-right: 5px;
    padding-top: 13px;
    text-align: right;
	float:left;
	width:100%;
}
.shopping-cart .total span {
    color: #ff6900;
    margin: 0 3px;
}
.shopping-cart .total span.bill {
    color: #ff6900;
    font-size: 16px;
    font-weight: bold;
    margin-right: 0;
}
.shopping-cart .footer {
    background: #333333;
    height: 40px;
    position: relative;
    z-index: 1;
	width:100%;
	float:left;
	padding:0;
}
#cartItemBoxy{
	float:left;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}
#cartItemBoxy li{
	float:left;
	width:100%;
}
.shopping-cart .logo {
    background: url(cartico.png) left top no-repeat;
    height: 44px;
    left: 10px;
    position: absolute;
    top: -10px;
    width: 44px;
}
.borderradius-2 {
    border-radius: 2px;
}
.shopping-cart .go-pay {
    background-color: #8fc31f;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    margin-right: 5px;
    margin-top: 4px;
    padding: 0 30px;
    text-align: center;
}
.shopping-cart .ready-pay {
    background-color: #e5e5e5;
    color: #a0a0a0;
    display: inline-block;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 15px;
    text-align: center;
}
.mybutton{
 line-height:16px;
 cursor:pointer;
}
.ic{
	display:inline-block;
	width:16px;
	height:16px;
	background:url(cart_put.png) left top no-repeat;
	margin-right:5px;
	float:left;
}
.shopping-cart .first-to-app span{
	float:left;
}
.shopping-cart .first-to-app .upd{
	float:right;
	width:32px;
	height:31px;
	background:url(upd.png) left top no-repeat;
}
.shopping-cart .first-to-app .upd.open{
	background-position:left top;
}
.shopping-cart .first-to-app .upd.close{
	background-position:left bottom;
}
label{
	display:block;
	margin-bottom:5px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea,select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus{
	border-color:#444;
}
.dish_menu {
    background-color: #f4efe1;
    border: 1px solid #cec9aa;
    border-collapse: collapse;
    color: #4e2124;
    font-size: 14px;
    font-weight: normal;
    text-shadow: 0 1px 0 #fdf9ee;
}
.dish_menu td{
	padding: 8px;
}
.dish_menu th{
	background:#494131;
	padding: 8px;
	color:#fff;
	font-size:16px;
	text-align:center;
	font-weight:normal;
}
.th_name{
	
}
.th_total{
	
}
.dish_menu tr:nth-child(even) td{background:#f5edd6;}
.dish_price {
    text-align: right;
    vertical-align: middle;
    width: 58px;
}
.dish_menu span {
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
	display:block;
}
.dish_menu em{
	font-style:normal;
}
.td_qty{
	width:50px;
	text-align:center;
}
.td_price{
	width:100px;
	text-align:right;
}
.h5{
	font-size:18px;
	text-align:center;
	margin:10px 0;
}
.fbd{
	font-weight:bold;
	font-size:14px;
	padding-bottom:7px;
	padding-top:15px;
}
.form_space {
    width: 39px;
}
.trfbd{
	text-align:right;
	font-weight:bold;
}
.dish_menu td label{
	font-size:14px;
	font-weight:bold;
}
.addtocart{
	display:inline-block;
	padding:4px 10px;
	font-size:12px;
	color:#FFF;
	 	border            : 1px solid #FFF;
        background        : #e33d3d;
        background        : url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzM2QzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYzAxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background        : -moz-linear-gradient(top,  #e33d3d 0%, #bc0100 100%);
        background        : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e33d3d), color-stop(100%,#bc0100));
        background        : -webkit-linear-gradient(top,  #e33d3d 0%,#bc0100 100%);
        background        : -o-linear-gradient(top,  #e33d3d 0%,#bc0100 100%);
        background        : -ms-linear-gradient(top,  #e33d3d 0%,#bc0100 100%);
        background        : linear-gradient(top,  #e33d3d 0%,#bc0100 100%);
        filter            : progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33d3d', endColorstr='#bc0100',GradientType=0 );
        box-shadow        : 0 1px 0 0 #e86767 inset, 1px 0 0 0 #da5251 inset, -1px 0 0 0 #da5251 inset,
                            0 2px 2px -1px rgba(0,0,0,0.4), 1px 0 1px -1px rgba(0,0,0,0.4), -1px 0 1px -1px rgba(0,0,0,0.4);  
        -moz-box-shadow   : 0 1px 0 0 #e86767 inset, 1px 0 0 0 #da5251 inset, -1px 0 0 0 #da5251 inset,
                            0 2px 2px -1px rgba(0,0,0,0.4), 1px 0 1px -1px rgba(0,0,0,0.4), -1px 0 1px -1px rgba(0,0,0,0.4);
	    -webkit-box-shadow: 0 1px 0 0 #e86767 inset, 1px 0 0 0 #da5251 inset, -1px 0 0 0 #da5251 inset,
                            0 2px 2px -1px rgba(0,0,0,0.4), 1px 0 1px -1px rgba(0,0,0,0.4), -1px 0 1px -1px rgba(0,0,0,0.4);
        color             : #fff;
        text-shadow       : 0 -1px 0 rgba(0, 0, 0, 0.30);
        -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
    cursor:pointer;
	border            : 1px solid #fff;
	line-height:1.5;
	vertical-align:middle;
	margin-left:10px;
}
.addtocart:hover{
		border            : 1px solid #781413;
        background        : #c82120;
        filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#c82120', endColorstr='#c82120');
        box-shadow        : 0 2px 2px -1px rgba(0,0,0,0.4), 1px 0 1px -1px rgba(0,0,0,0.4), -1px 0 1px -1px rgba(0,0,0,0.4),
                            0 0 0 1px #d45251 inset;
        -moz-box-shadow   : 0 2px 2px -1px rgba(0,0,0,0.4), 1px 0 1px -1px rgba(0,0,0,0.4), -1px 0 1px -1px rgba(0,0,0,0.4),
                            0 0 0 1px #d45251 inset;
	    -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,0.4), 1px 0 1px -1px rgba(0,0,0,0.4), -1px 0 1px -1px rgba(0,0,0,0.4),
                            0 0 0 1px #d45251 inset;    
}
.default-bg{
	display:block; position:absolute; left:0; top:0; overflow:hidden; z-index:0; height:100%; width:100%;
	background:url(banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.container{
	position:relative !important;
	z-index:99 !important;
}
#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(progress.gif) no-repeat center center;}
	
#supersized {  display:block; position:absolute; left:0; top:0; overflow:hidden; z-index:1; height:100%; width:100%;margin:0;padding:0;list-style:none;}
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
#supersized li { display:block; list-style:none; z-index:-30; position:absolute; overflow:hidden; top:0; left:0; right:0; bottom:0; width:100%; height:100%;background-size:cover;background-repeat:no-repeat;background-position:50% 50%;background-color:transparent;}
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }


#supersized img { max-width: none !important }