body{
	margin:0;
	font-family: 'Lato', sans-serif;
}
@font-face {
    font-family: 'Lato', sans-serif;
    src: url(../fonts/Lato-sans-derif.ttf) format('truetype');
}
@font-face {
    font-family: 'Lato', sans-serif;
    src: url(../fonts/Lato-sans-derif.ttf) format('truetype');
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	color:#719801;
}

p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
	text-align: left;
}

body a:hover{
	text-decoration:none;
	color: #333;
}
/*--banner--*/
.banner{
	background:url(../images/banner1.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:700px;
}
.header {
  padding: 3em 0;
}
.logo {
	float: left;
	margin-left: 20px;
	margin-top: 0px;
}
.logo a {
  display: block;
}
.top-nav {
	float: right;
	width: 1px;
	margin-top: 0.3em;
}
/*--menu--*/
button#showRightPush {
  border: none;
  background: rgba(255, 255, 255, 0.21);
  padding: 8px;
  outline: none;
  position: fixed;
  z-index: 1;
}
nav#cbp-spmenu-s2 {
  background:rgba(84, 84, 84, 1);
  text-align: center;
}
nav#cbp-spmenu-s2 a {
	color: #fff;
	display: block;
	padding: 20px 25px;
	font-size: 18px;
	font-weight: 400;
	border: none;
	margin: 0;
	transition: .5s all;
	border-bottom: 1px dotted rgb(118, 118, 118);
	text-decoration: none;
}
nav#cbp-spmenu-s2 a:hover {
	text-decoration: none;
	color:#719801;
	background: none;
}
nav#cbp-spmenu-s2 a.active {
	color: #719801;
}
nav#cbp-spmenu-s2 h3 {
	background: #719801;
	color: #fff;
	font-size: 3em;
}
/*-- //menu --*/
.banner-text {
	text-align: center;
	margin: 7em auto 0;
	width: 56%;
	padding: 5em 0;
	opacity:0.62;
	background-color: #0C170B;
	border: 20px solid #101E0F;
	
}

.banner-text1 {
	text-align: center;
	margin: 7em auto 0;
	width: 22%;
	padding: 5em 0;
	
}

.banner-text h1 {
	font-size: 3em;
	color: #719801;
}
.banner-text p {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.8em;
  width: 75%;
  margin: 1em auto 0;
  letter-spacing: 2px;
}
h3.title {
  font-size: 3em;
  text-align: center;
  color: #201F1F;
}
p.title {
  font-size: 1em;
  text-align: center;
  width: 69%;
  margin: 1em auto 0;
  color: #8D8D8D;
  line-height: 1.8em;
}
/*--home-about--*/
.hm-about {
  padding: 5em 0 2em;
}
.hm-about img{
	width:100%;
	border: 8px solid #F8F8F8;
	outline-style: solid;
	outline-width: 1px;
	outline-color: #7D7D7D;
}
.hm-about h5 {
	font-size: 1.8em;
	color: #FAFAFA;
	
}
.hm-about p {
	font-size: 1em;
	margin: 1em auto 1.5em;
	line-height: 1.8em;
	color:#333;
	text-align: justify;
}
/*--//home-about--*/
.banner-bottom {
  padding: 5em 0;
}
.banner-bottom h4 {
	font-size: 2.5em;
	text-align: center;
	margin: 2em;
	color: #ccc;
}
.banner-bottom h5 {
  font-size: 1.8em;
  color: #000;
}
.bttm-grids-info p {
  text-align: left;
  color: #8D8D8D;
  font-size: 1em;
  line-height: 1.8em;
  margin-top: 0.5em;
}
/* Button 1d */
.btn {
  border:1px solid #333;
  color: #333;
  font-size: 1em;
  background: none;
  cursor: pointer;
  padding: 0.5em 2em;
  display: inline-block;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-1d {
	overflow: hidden;
}

.btn-1d:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #719801;	
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.btn-1d:hover,
.btn-1d:active {
	color: #fff;
	border-color:#719801;
}

.btn-1d:hover:after {
	width: 100%;
	opacity: 1;
}

.btn-1d:active:after {
	width: 101%;
	opacity: 1;
}
/*--slid--*/
.slid {
  background: url(../images/slid.jpg) no-repeat 0px 0px;
  background-size: cover;
  padding: 5em 0;
  text-align: center;
}
.slid-grids {
  width: 25%;
  margin: 0 3em;
  padding: 2.5em 0 3em;
  transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.slid h4 {
  color: #fff;
  font-size: 2.5em;
}
.slid h5 {
  font-size: 1.8em;
  color: #fff;
  margin: 1em 0;
  font-weight: 900;
}
.slid-grids a.btn.btn-1.btn-1d {
  color: #fff;
  z-index: 0;
}
.slid-grids:hover {
  background: rgba(11, 11, 11, 0.69);
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.slid-row {
  margin-top: 3em;
}
.slid h3.title {
  color: #fff;
}
.slid p.title {
  color: #FFF;
}
/*--//slid--*/
/*--services--*/
.services {
  margin: 5em 0;
}
.service-grids {
  padding-top: 4em;
  text-align: center;
}
.srvc-img {
	display: inline-block;
	border: 2px dotted #333333;
	padding: 1.5em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}

.srvc-img1 {
	display: inline-block;
	border: 2px dotted #719801;
	padding: 1.5em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}

.service-grids p {
  color: #8D8D8D;
  font-size: 1em;
  line-height: 1.8em;
}
.service-grids h5 {
	font-size: 1.8em;
	color: #719801;
	margin:.5em 0;
}
.srvc-grids-info:hover .srvc-img{
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

.srvc-grids-info:hover .srvc-img1{
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
/*--//services--*/
/*--testi--*/
.testi {
  background: url(../images/slid1.jpg) no-repeat 0px 0px;
  background-size: cover;
  padding: 5em 0;
  text-align: center;
}
/*--//testi--*/
/*------------------ Slider Part starts Here----------*/

#slider3,#slider4 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.banner-title .callbacks_container {
  background-color: rgba(84, 179, 174, 0.99);
  padding: 10em 2em 0;
  display: inline-block;
  min-height:598px;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks_nav {
  	position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 41%;
  left: 10%;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 51px;
  width: 22px;
  background: transparent url("../images/icons.png") no-repeat 0px -4px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  right: 10%;
  background: url(../images/icons.png)no-repeat -41px -4px;
}
#slider3-pager a ,#slider4-pager a {
  display: inline-block;
}
#slider3-pager span, #slider4-pager span{
  float: left;
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a , #slider4-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a{
  padding: 0;
}
#slider3-pager li ,#slider4-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  z-index:0 !important;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  width:100%;
}
.callbacks_tabs {
  list-style: none;
  position: absolute;
  bottom: 13%;
  z-index: 0;
  left: 46%;
  padding: 0;
  margin: 0;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}

.callbacks_tabs li{
	display: inline-block;
	margin: 0 .5em;
}
@media screen and (max-width: 600px){
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: 'Lato', sans-serif;
  visibility: visible;
  display: block;
  height: 13px;
  width: 13px;
  display: inline-block;
  background: #FCFAFA;
  border-radius: 50%;
}
.callbacks_here a:after {
  background: #E74C3C; 
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transition: .5s all;
  -ms-transition: .5s all;
  -moz-transition: .5s all;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
}
/*--//slider end here--*/
/*--testmonial--*/
div#top {
  margin: 4em;
}
.testi{
	position:relative;
}
.testi p.title {
  color: #FFF;
}
.testi h3.title {
  color: #FFF;
}
.testi p {
  color: #8D8D8D;
  font-size: 1em;
  width: 70%;
  margin: 0 auto;
  line-height: 1.8em;
}
.testi h4 {
  color: #fff;
  font-size: 2.5em;
  margin: 1em 5em 0 0;
  text-align: right;
}
/*--//testmonial--*/
/*--footer--*/
.footer {
  padding: 4em 0;
  background-color: rgb(51, 51, 51);
}
.footer h3 {
  color: #fff;
  font-size: 3em;
  margin-bottom: 0.6em;
}
.footer-grids ul li {
  margin-bottom: 1em;
}
.footer-grids ul li a {
  color: #fff;
  font-size: 1em;
}
.footer-grids:nth-child(2) li a {
  padding-left: 1.8em;
}
.footer-grids a:hover {
	color: #719801;
}
.footer-grids ul li{
	position:relative;
}
.footer-grids:nth-child(2) ul li a:before {
  content: '';
  background: url(../images/icon1.png)no-repeat 1px 0px;
  position: absolute;
  top: 23%;
  left: 0%;
  display: block;
  width: 19px;
  height: 10px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
.footer-grids h2 {
  color: #fff;
  font-size: 3em;
  font-family: 'Lato', sans-serif;
}

.footer-grids h2 a{
  color: #fff;
  font-family: 'Lato', sans-serif;
}
.footer-grids p {
  color: #fff;
  font-size:1em;
  margin-top: 0.5em;
  line-height: 1.8em;
}
.footer-bottom {
	background-color: #719801;
	padding: 2em 0;
	text-align: center;
}
.footer-left p {
  color: #fff;
  font-size: 1em;
}
.footer-left p a{
 color:#fff;
}
.footer-left p a:hover{
 color:#E74C3C;
 border-bottom:1px solid #fff;
}
.footer-right li {
  display: inline-block;
}
.footer-right li a {
  display:block;
  background: url(../images/iconsprite.png) no-repeat -7px -7px;
  width: 50px;
  height: 50px;
}
.footer-right {
  margin-top: 2em;
}
.footer-right li {
  margin: 0 0.5em;
}
.footer-right li a.twt {
  background: url(../images/iconsprite.png) no-repeat -7px -68px;
}
.footer-right li a.drbl {
  background: url(../images/iconsprite.png) no-repeat -7px -127px;
}
.footer-right li a.be {
  background: url(../images/iconsprite.png) no-repeat -7px -188px;
}
/*--about-page--*/
.banner.abt-bnr {
  min-height: 150px;
}
.about {
  padding: 5em 0;
}
.about h3 {
	font-size: 3em;
	color: #719801;
	margin-bottom: 0.5em;
}
.about img{
	width:100%;
}
.about h5 {
  font-size: 1.8em;
  color: #000;
  margin: .6em 0 0;
  line-height: 1.3em;
}
.about p {
	font-size: 1em;
	color: #201F1F;
	line-height: 1.8em;
	margin: .5em 0 1em;
}
h4.panel-title a {
  display: block;
  padding: 10px 15px;
  font-size: 0.9em;
}
h4.panel-title a:hover{
  color: #fff;
  background-color: rgba(51, 51, 51, 0.46);
}
.panel-heading{
    padding:0;
}
.team-grids {
  position: relative;
}
.team {
  margin-top: 5em;
}
.team-info {
  margin-top: 3.5em;
}
.team-grids a {
	overflow: hidden;
	position: relative;
	display: block;
}
.captn h4 {
  color: #fff;
  margin: .1em 0 0;
  font-size: 2.5em;
}
.captn p {
  color: #fff;
}
.team-grids a .captn {
  display: inline-block;
  height: 100%;
  width: 100%;
  font-weight: 800;
  color: #ffffff;
  position: absolute;
  bottom: -82%;
  right: 0;
  background-color: rgba(51, 51, 51, 0.68);
  padding: 5% 10%;
  text-align: center;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-grids a:hover .captn {
  width: 100%;
  bottom: 0%;
  padding: 40% 10%;
}
/*--//about-page--*/
/*--gallery-page--*/
.gallery {
	padding: 5em 0;}

.gallery img {
	padding: 0em;
	background: #fff;
    border: 10px solid rgba(0, 0, 0, 0.3);
   -moz-background-clip: border;     /* Firefox 3.6 */
   -webkit-background-clip: border;  /* Safari 4? Chrome 6? */
    background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
   -moz-background-clip: padding;     /* Firefox 3.6 */
   -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
    background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
   -moz-background-clip: content;     /* Firefox 3.6 */
   -webkit-background-clip: content;  /* Safari 4? Chrome 6? */
    background-clip: content-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	width: 110px;
    height: 110px;
    border-radius: 120px;
   -webkit-border-radius: 120px;
   -moz-border-radius: 120px;
     overflow:hidden; /* Für Image-Element Variante */
}

.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=''><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(70%);
	opacity: 0.9;
	display: inline-block;
	transition: all 0.5s;
}
.grayscale:hover {
	filter: none;
	-webkit-filter: none;
	opacity:1;
}

.del {
	width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	opacity:0.4;
	background: #000;
	padding:10px;
	color:#fff;
	border: 20px solid rgba(51,51,51,0.3);
	}

.gallery-grids .thumbnail {
  border: none;
  padding: 0;
  margin:0;
  overflow: hidden;
}
.gallery-grids {
	margin-bottom: 2.5em;
	margin-top: 0.5em;
	
}
.gallery h3{
	font-size: 2.3em;
	text-align: center;
	color: #201F1F;
	font-weight: bold;
}

.gallery h7{
	display: block;
	font-size: 1.5em;
	text-align: center;
	color: #719801;
	font-weight: bold;
}

.gallery h8{
	font-size: 12px;
    font-family: inherit;
    display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #fff;
	opacity:0.8;
}



.gallery-info {
  margin-top: 2em;
}
.galry-grids {
  padding: 1em;
}
.galry-grids img {
  width: 100%;
}
.caption.gallery-caption {
  padding: 1.5em .5em;
  
}
.caption h5 {
	font-size: 1.8em;
	margin-bottom: 0.2em;
	color: #71980;
	text-align: center;
}
.caption h5 a{
  color: #719801;
  font-family: 'Lato', sans-serif;
}
.caption h5 a:hover{
  color: #333;
}
.caption p {
	color: #8D8D8D;
	line-height: 1.8em;
	font-size: 1em;
	text-align: center;
}
img.zoom-img {
     transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
}
img.zoom-img:hover {
     transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 750ms;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-duration: 750ms;
	-o-transition-duration: 750ms;
	overflow: hidden;
}
/*--//gallery-page--*/
/*--Typography--*/
.typo {
  padding: 4em 0;
}
h3.typo-title{
  font-size: 3em;
  text-align: center;
  color: #201F1F;
}
.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{
	margin-bottom:1em;
}
.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;
}
/*--//Typography --*/
/*--contact-page--*/
.contact {
  padding:5em 0;
}
.contact h3 {
  font-size: 3em;
  text-align: center;
  color: #201F1F;
  margin-bottom: .6em;
}
.map iframe {
  width: 100%;
  height: 340px;
}
.address p {
	color: #8D8D8D;
	margin: 0 0 .5em 0;
	text-align: left;
	font-size: 1em;
	line-height: 1.8em;
}
p.cnt-p {
  margin-bottom: 1.5em;
}
.address a {
	color: #719801;
	margin: 0 0 .5em 0;
	text-align: left;
	font-size: 1em;
}
.address a:hover {
  color: #8D8D8D;
}
.contact-form {
  margin-top: 5em;
}
.contact-form input[type="text"] {
	display: inline-block;
	background: none;
	border: 1px solid #8D8D8D;
	width: 100%;
	outline: none;
	font-size: 1em;
	color: #8D8D8D;
	padding: .8em 1em;
	-webkit-appearance: none;
}
.contact-form input[type="email"] {
  display: inline-block;
  background: none;
  border: 1px solid #8D8D8D;
  width:  100%;
  margin:1.5em 0;
  outline: none;
  font-size: 1em;
  color: #8D8D8D;
  padding: .8em 1em;
  -webkit-appearance: none;
}
.contact-form textarea {
  background: none;
  margin-bottom: 0.8em;
  border: 1px solid #8D8D8D;
  width: 100%;
  display: block;
  height: 9em;
  outline: none;
  font-size: 1em;
  color: #8D8D8D;
  resize: none;
  padding: .8em 1em;
  -webkit-appearance: none;
}
button.btn.btn-1.btn-1d {
  padding: 0.6em 18em;
}
.form-grids:nth-child(1) {
  padding-left: 0;
}
.form-grids:nth-child(2) {
  padding-right: 0;
}
/*--//contact-page--*/
/*---- responsive-design -----*/
@media(max-width:1440px){
.banner-text {
  width: 80%;
}
.banner-text h1 {
  font-size: 2.8em;
}
}
@media(max-width:1280px){
.logo {
  width: 16%;
}
.logo img {
  width: 100%;
}
.top-nav {
  margin-top: 0em;
}
nav#cbp-spmenu-s2 h3 {
  font-size: 2.5em;
}
nav#cbp-spmenu-s2 a {
  font-size: 16px;
}
}
@media(max-width:1024px){
.banner {
  min-height: 590px;
}
.logo {
  width: 18%;
}
.top-nav {
  width: 7%;
}
.banner-text h1 {
  font-size: 2.5em;
}
.banner-text p {
  letter-spacing: 1px;
}
.banner-text {
  width: 90%;
  padding: 4em 0;
    margin: 5em auto 0;
}
.hm-about {
  padding: 5em 0 1em;
}
h3.title {
  font-size: 2.8em;
}
p.title {
  width: 73%;
}
.banner-bottom h4 {
  font-size: 2.3em;
  margin: 1.5em;
}
.banner-bottom h5 {
  font-size: 1.6em;
}
.slid-grids {
  margin: 0 2.7em;
}
.slid h4 {
  font-size: 2.3em;
}
.slid h5 {
  font-size: 1.6em;
}
.service-grids h5 {
  font-size: 1.6em;
}
.testi h4 {
  font-size: 2.3em;
  margin: 0.5em 4em 0 0;
}
div#top {
  margin: 4em 0 2em;
}
.footer h3 {
  font-size: 2.8em;
}
.footer-grids h2 {
  font-size: 2.8em;
}
.about h3 {
  font-size: 2.8em;
}
.about h5 {
  font-size: 1.6em;
}


.team-grids a:hover .captn {
  padding: 40% 8%;
}
.gallery h3 {
  font-size: 2.8em;
}
.caption h5 {
  font-size: 1.6em;
}
.contact h3 {
  font-size: 2.8em;
}
button.btn.btn-1.btn-1d {
  padding: 0.6em 14.3em;
}
}
@media(max-width:768px){
.logo {
  width: 23%;
}
.top-nav {
  width: 10%;
}
.banner-text h1 {
  font-size: 2em;
}
.banner-text p {
  font-size: 1em;
  width: 88%;
}
.banner-text {
  width: 92%;
  margin: 4em auto 0;
  border: 14px solid rgba(255, 255, 255, 0.21);
}
.banner {
  min-height: 555px;
}
.hm-about-left {
  float: left;
  width: 50%;
}
.hm-about h5 {
  font-size: 1.5em;
}
.hm-about p {
  font-size: 0.9em;
}
.btn {
  font-size: 0.85em;
  letter-spacing: 0px;
  padding: 0.5em 1.5em;
}
.hm-about {
  padding: 4em 0 0;
}
.banner-bottom {
  padding: 4em 0;
}
h3.title {
  font-size: 2.5em;
}
p.title {
  width: 85%;
  font-size: 0.9em;
}
.banner-bottom h4 {
  font-size: 2em;
}
.bttm-grids-info {
  float: left;
  width: 33.33%;
  padding-left: 0;
}
.banner-bottom h5 {
  font-size: 1.5em;
}
.bttm-grids-info p {
  font-size: 0.9em;
}
.slid {
  padding: 4em 0;
}
.slid-grids {
  float: left;
  margin: 0 2em;
}
.slid h4 {
  font-size: 2em;
}
.slid h5 {
  font-size: 1.5em;
}
.services {
  margin: 4em 0;
}
.srvc-grids-info{
  float: left;
  width: 33.3%;
  padding-left: 0;
}
.service-grids h5 {
  font-size: 1.5em;
}
.service-grids p {
  font-size: 0.9em;
}
.testi {
  padding: 4em 0;
}
.testi p {
  font-size: 0.9em;
  width: 81%;
}
.testi h4 {
  font-size: 2em;
  margin: 0.5em 3em 0 0;
}
div#top {
  margin: 3em 0 1em;
}
.callbacks_tabs {
  left: 43%;
}
.footer {
  padding: 3em 0;
}
.footer-grids {
  float: left;
  width: 33.33%;
}
.footer h3 {
  font-size: 2.5em;
}
.footer-grids ul li a {
  font-size: 0.9em;
}
.footer-grids h2 {
  font-size: 2.5em;
}
.footer-grids p {
  font-size: 0.9em;
  margin-top: 1em;
}
.footer-left p {
  font-size: 0.9em;
}
.footer-right li a {
  background-position: -5px -5px;
  width: 40px;
  height: 40px;
  background-size: 134%;
}
.footer-right li a.twt {
  background-position: -5px -52px;
  background-size: 134%;
}
.footer-right li a.drbl {
  background-position: -5px -99px;
  background-size: 134%;
}
.footer-right li a.be {
  background-position: -5px -147px;
  background-size: 134%;
}
.footer-right li {
  margin: 0 0.3em;
}
.about {
  padding: 4em 0;
}
.about h3 {
  font-size: 2.5em;
}
.about-grids {
  float: left;
  width: 50%;
  padding-left: 0;
}
.about h5 {
  font-size: 1.5em;
}
.about p {
  font-size: 0.9em;
}
h4.panel-title a {
  padding: 9px 12px;
  font-size: 0.8em;
}
.panel-body {
  font-size: 0.9em;
  padding: 12px;
}
.team {
  margin-top: 4em;
}
.team-info {
  margin-top: 2em;
}
.team-grids {
  float: left;
  width: 25%;
}

.captn h4 {
  font-size: 2em;
}

.captn h5 {
  font-size: 1.8em;
}
.team-grids a .captn {
  padding: 5% 8%;
}
.team-grids a:hover .captn {
  padding: 29% 8%;
}
.gallery-info {
  margin: 2em 0 0;
}
.gallery {
  padding: 4em 0 3em;
}
.gallery h3 {
  font-size: 2.5em;
}
.gallery-grids {
  margin-bottom: 1em;
  width: 33.33%;
  padding-left: 0;
}
.caption h5 {
  font-size: 1.5em;
}
.caption.gallery-caption {
  padding: 1em .5em;
}
.caption p {
  font-size: 0.9em;
}
h3.typo-title {
  font-size: 2.5em;
}
.grid_4 {
  margin-top: 40px;
}
.grid_3 {
  margin-bottom: 1em;
}
.label {
  font-size: 66%;
}
.grid_5 {
  padding: 1em 0;
}
.contact {
  padding: 4em 0;
}
.map {
  float: left;
  width: 50%;
  padding-left: 0;
}
.contact h3 {
  font-size: 2.5em;
  margin-bottom: .5em;
}
.map iframe {
  height: 206px;
}
.address {
  float: right;
  width: 50%;
  padding-left: 0;
}
.address p {
  font-size: 0.9em;
}
p.cnt-p {
  margin-bottom: 1em;
}
.contact-form {
  margin-top: 4em;
}
.form-grids{
  float: left;
  width: 50%;
}
.contact-form input[type="text"] {
  font-size: 0.9em;
}
.contact-form input[type="email"] {
  font-size: 0.9em;
}
.contact-form textarea {
  height: 8.5em;
  font-size: 0.9em;
}
button.btn.btn-1.btn-1d {
  padding: 0.6em 11.9em;
  font-size: .9em;
}
.footer-bottom {
  padding: 1.5em 0;
}
}
@media(max-width:640px){
.header {
  padding: 2em 0;
}
.logo {
  width: 25%;
}
button#showRightPush {
  padding: 5px;
  width: 6%;
}
button#showRightPush img {
  width: 100%;
}
nav#cbp-spmenu-s2 h3 {
  font-size: 2.3em;
}
.cbp-spmenu-push-toleft {
  left: -188px !important;
}
.cbp-spmenu-vertical {
  width: 188px !important;
}
.banner-text {
  width: 93%;
  margin: 3em auto 0;
}
.banner-text h1 {
  font-size: 1.8em;
}
.banner-text p {
  font-size: 0.9em;
  width: 91%;
}
.banner {
  min-height: 510px;
}
.hm-about {
  padding: 3em 0 0;
}
.hm-about-left {
  padding-left: 0;
}
.hm-about h5 {
  font-size: 1.4em;
}
.hm-about p {
  font-size: 0.85em;
  margin: 0.5em auto 1em;
}
.banner-bottom {
  padding: 3em 0;
}
h3.title {
  font-size: 2.3em;
}
p.title {
  width: 91%;
  font-size: 0.85em;
}
.banner-bottom h4 {
  font-size: 1.8em;
  margin: 1.2em;
}
.banner-bottom h5 {
  font-size: 1.3em;
}
.bttm-grids-info p {
  font-size: 0.85em;
}
.slid {
  padding: 3em 0;
}
.slid h4 {
  font-size: 1.8em;
}
.slid-grids {
  float: left;
  margin: 0 2em;
  padding: 1.5em 0 2em;
  width: 23%;
}
.slid-row {
  margin-top: 2em;
}
.services {
  margin: 3em 0;
}
.service-grids {
  padding-top: 3em;
}
.srvc-img {
  padding: 1.2em;
}
.service-grids h5 {
  font-size: 1.3em;
}
.service-grids p {
  font-size: 0.85em;
}
.testi {
  padding: 3em 0;
}
div#top {
  margin: 2em 0 1em;
}
.testi h4 {
  font-size: 1.8em;
  margin: 0.5em 2em 0 0;
}
.callbacks_tabs a:after {
  height: 10px;
  width: 10px;
}
.callbacks_tabs li {
  margin: 0 .2em;
}
.footer {
  padding: 3em 0 2em;
}
.footer h3 {
  font-size: 2.3em;
}
.footer-grids:nth-child(2) {
  padding: 0;
}
.about {
  padding: 3em 0;
}
.banner.abt-bnr {
  min-height: 100px;
}
.about h3 {
  font-size: 2.3em;
  margin-bottom: 0.3em;
}
.about h5 {
  font-size: 1.3em;
}
.about p {
  font-size: 0.85em;
}
.team {
  margin-top: 3em;
}
.team-info {
  margin-top: 1.5em;
}
.team-grids {
  padding-left: 0;
}
.captn h4 {
  font-size: 1.5em;
}
.captn h5 {
  font-size: 1.0em;
}

.gallery {
  padding: 3em 0 2em;
}
.gallery h3 {
  font-size: 2.3em;
}
.gallery-grids {
  width: 50%;
  padding: 0 1em;
  float: left;float: left;
}
.label {
  font-size: 54%;
}
.typo {
  padding: 3em 0 0;
}
.grid_4 {
  margin-top: 24px;
}
.typo .col-md-6 {
  float: left;
  width: 50%;
}
.typo .pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 13px;
  font-size: 14px;
}
.well {
  font-size: 0.9em;
  line-height: 1.8em;
}
.contact {
  padding: 3em 0;
}
.contact h3 {
  font-size: 2.3em;
}
.contact-form {
  margin-top: 3em;
}
button.btn.btn-1.btn-1d {
  padding: 0.6em 9.3em;
  font-size: .9em;
}
.contact-form input[type="email"] {
  margin: 1.2em 0;
}
}
@media(max-width:480px){
.logo {
  width: 31%;
}
.banner.abt-bnr {
  min-height: 90px;
}
button#showRightPush {
  padding: 5px;
  width: 7.85%;
}
.cbp-spmenu-push-toleft {
  left: -159px !important;
}
.cbp-spmenu-vertical {
  width: 159px !important;
}
nav#cbp-spmenu-s2 h3 {
  font-size: 2.1em;
}
nav#cbp-spmenu-s2 a {
  font-size: 15px;
}
.banner-text {
  width: 93%;
  margin: 1em auto 0;
    padding: 3em 0;
}
.banner-text h1 {
  font-size: 1.5em;
  line-height: 1.4em;
}
.banner-text p {
  width: 92%;
  letter-spacing: 0;
}
.banner {
  min-height: 468px;
}
.hm-about-left:nth-child(2) {
  padding: 0;
}
.hm-about h5 {
  font-size: 1.2em;
}
.hm-about {
  padding: 2.5em 0 0;
}
.btn {
  font-size: 0.8em;
  padding: 0.5em 1.2em;
}
.banner-bottom {
  padding: 2em 0 1em;
}
h3.title {
  font-size: 2.1em;
}
p.title {
  font-size: 0.8em;
}
.banner-bottom h4 {
  font-size: 1.5em;
  margin: 1.4em;
}
.banner-bottom h5 {
  font-size: 1.2em;
}
.bttm-grids-info {
  width: 50%;
  margin-bottom: 1.5em;
}
.slid {
  padding: 2em 0;
}
.slid h4 {
  font-size: 1.6em;
}
.slid h5 {
  font-size: 1.3em;
}
.slid-grids {
  margin: 0 1em;
  padding: 1.5em 0;
  width: 26%;
}
.services {
  margin: 2em 0;
}
.service-grids {
  padding-top: 2em;
}
.srvc-img img {
  width: 100%;
}
.srvc-img {
  width: 47%;
  border: 1px dotted;
}
.service-grids h5 {
  font-size: 1.2em;
}
.service-grids p {
  font-size: 0.8em;
}
.testi {
  padding: 2em 0;
}
.testi p {
  font-size: 0.85em;
  width: 91%;
}
.testi h4 {
  font-size: 1.5em;
  margin: 0.2em 1em 0 0;
}
.callbacks_tabs {
  left: 41%;
  bottom: 10%;
}
.footer {
  padding: 2em 0 1em;
}
.footer-grids {
  width: 50%;
}
.footer h3 {
  font-size: 2em;
}
.footer-grids h2 {
  font-size: 2.3em;
  margin-top: 0.5em;
}
.footer-grids p {
  font-size: 0.85em;
  margin-top: 0.5em;
}
.footer-right li a {
  background-position: -4px -4px;
  width: 32px;
  height: 32px;
  background-size: 130%;
}
.footer-right li a.twt {
  background-position: -4px -41px;
  background-size: 130%;
}
.footer-right li a.drbl {
  background-position: -4px -76px;
  background-size: 130%;
}
.footer-right li a.be {
  background-position: -4px -113px;
  background-size: 130%;
}
.footer-right li {
  margin: 0 0.2em;
}
.footer-right {
  margin-top: 1.5em;
}
.about {
  padding: 2em 0;
}
.about h3 {
  font-size: 2.1em;
  margin-bottom: 0.2em;
}
.about h5 {
  font-size: 1.2em;
}
.about-grids {
  float: none;
  width: 100%;
  padding:0;
}
.about-grids:nth-child(2) {
  margin-top: 2em;
}
.panel-body {
  font-size: 0.85em;
}
.team {
  margin-top: 1.5em;
}
.team-grids {
  padding: 1em;
  width: 50%;
}
.team-grids a:hover .captn {
  padding: 45% 8%;
}
.gallery {
  padding: 2em 0 1em;
}
.gallery h3 {
  font-size: 2.1em;
}
.gallery-info {
  margin: 1em 0 0;
}
.gallery-grids {
  padding-left: 0;
}
.caption h5 {
  font-size: 1.3em;
}
.caption p {
  font-size: 0.85em;
}
.typo {
  padding: 2em 0 0;
}
h3.typo-title {
  font-size: 2.3em;
}
h1, .h1 {
  font-size: 34px;
}
.contact {
  padding: 2em 0;
}
.contact h3 {
  font-size: 2.1em;
  margin-bottom: .3em;
}
.map {
  width: 100%;
  padding: 0;
}
.map iframe {
  height: 200px;
}
.address {
  width: 100%;
  padding: 0;
  margin-top: 1.5em;
}
.address p {
  font-size: 0.85em;
}
.contact-form {
  margin-top: 1.5em;
}
.form-grids:nth-child(1) {
  padding: 0;
}
.form-grids {
  width: 100%;
}
.contact-form input[type="text"] {
  padding: .6em 1em;
}
.contact-form input[type="email"] {
  margin: 0.8em 0;
  padding: .6em 1em;
}
.form-grids:nth-child(2) {
  padding: 0;
}
.contact-form textarea {
  margin-top: .8em;
}
button.btn.btn-1.btn-1d {
  padding: 0.5em 4.3em;
  font-size: .9em;
}
}
@media(max-width:320px){
button#showRightPush {
  width: 13%;
}
.top-nav {
  width: 15%;
}
.logo {
  width: 48%;
  padding: .2em 0;
}
.header {
  padding: 1.5em 0;
}
.banner-text {
  margin: 2em auto 0;
  padding: 2.5em 0;
  border: 11px solid rgba(255, 255, 255, 0.21);
}
.banner-text h1 {
  font-size: 1.2em;
}
.banner-text p {
  font-size: 0.85em;
}
.cbp-spmenu-vertical {
  width: 123px !important;
}
nav#cbp-spmenu-s2 h3 {
  font-size: 1.8em;
}
.cbp-spmenu-push-toleft {
  left: -123px !important;
}
.banner {
  min-height: 430px;
}
.hm-about {
  padding: 1.5em 0 0;
}
.hm-about-left {
  padding: 0;
  float: none;
  width: 100%;
}
.hm-about h5 {
  margin-top: 0.6em;
  font-size: 1.4em;
}
.banner-bottom {
  padding: 1.5em 0 0.5em;
}
h3.title {
  font-size: 1.9em;
}
p.title {
  margin: 0.2em auto 0;
  width: 97%;
}
.banner-bottom h4 {
  font-size: 1.3em;
  margin: 1.4em 0;
}
.bttm-grids-info {
  width: 100%;
  margin-bottom: 1em;
}
.banner-bottom h5 {
  font-size: 1.4em;
}
.slid {
  padding: 1.5em 0;
}
.slid h4 {
  font-size: 1.4em;
}
.slid h5 {
  font-size: 1.1em;
}
.btn {
  font-size: 0.8em;
  padding: 0.3em .6em;
}
.slid-grids {
  margin: 0 4.5em;
  padding: 1.5em 2em;
  width: 58%;
}
.slid-row {
  margin-top: 1.5em;
}
.services {
  margin: 1.5em 0 0.5em;
}
.service-grids {
  padding-top: 1.2em;
}
.srvc-grids-info {
  width: 100%;
  padding: 0;
  margin-bottom: 1.2em;
}
.srvc-img img {
  width: initial;
}
.srvc-img {
  width: initial;
}
.testi {
  padding: 1.5em 0;
}
div#top {
  margin: 1em 0;
}
.testi p {
  width: 100%;
}
.callbacks_tabs {
  left: 36%;
  bottom: 7%;
}
.footer {
  padding: 1.5em 0 1em;
}
.footer-grids {
  width: 100%;
  padding: 0 0 1em 1em;
}
.footer h3 {
  font-size: 1.8em;
}
.footer-grids:nth-child(2) {
  padding: 0 0 0 1em;
}
.banner.abt-bnr {
  min-height: 67px;
}
.about {
  padding: 1.5em 0;
}
.about h3 {
  font-size: 1.8em;
  margin-bottom: 0.2em;
}
.team-grids a:hover .captn {
  padding: 11% 8%;
}
.team {
  margin-top: 1em;
}
.team-info {
  margin-top: 0.5em;
}
.captn h4 {
  font-size: 1.3em;
}

.captn h5 {
  font-size: 2.3em;
}

.about p {
  font-size: 0.85em;
  margin: 0 0 0.6em;
}
.gallery {
  padding: 1em 0 0em;
}
.gallery-grids {
  padding: 0;
  width: 100%;
}
.typo {
  padding: 1.5em 0 0;
}
h3.typo-title {
  font-size: 1.8em;
}
.contact {
  padding: 1.5em 0;
}
.contact h3 {
  font-size: 1.8em;
}
.map iframe {
  height: 150px;
}
.address {
  margin-top: 1em;
}
.contact-form {
  margin-top: 1em;
}
.contact-form input[type="text"] {
  padding: .5em 1em;
}
.contact-form input[type="email"] {
  margin: 0.6em 0;
  padding: .5em 1em;
}
.about h5 {
  font-size: 1.4em;
}
.caption h5 {
  font-size: 1.65em;
}
}
/*--//responsive-design---*/

thumb
{
	float: right;
	box-shadow: 6px 6px 6px #666;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 12px;
	margin-right: 10px;
	margin-top: 6px;
	color: #454545;
	margin-left: 10px;
	border-radius: 1px;
	}

thumb1
{
	float: left;
	margin-bottom: 18px;
	margin-right: 22px;
	margin-top: 18px;
	color: #454545;
	border-radius: 1px;
}

thumb3
{
	background-color: #fff;
	border: 1px solid #e9e9e9;
	box-shadow: 6px 6px 6px #e9e9e9;
	font-style: normal;
	font-size: 14px;
	padding: 10px;
	margin: 10px;
	color: #333;
	border-radius: 0px;
}


thumb4
{
	width:100%;
	min-height:410px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--start-search--*/
.search {
	position: relative;
	padding: 8px 25px;
	width: 250px;
	float: right;
	border: 1px solid #D9E0E2;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	margin: 5px 24px 0 0;
}
.search input[type="text"] {
	outline: none;
	color: #D9E0E2;
	background: none;
	font-size: 14px;
	border: none;
	width: 84.33%;
}
.home {
	float:left;
	padding: 1.5em 1.7em;
	border-right: 1px solid #eaeaea;
}
.top-menu {
	float:left;
}
.top-menu ul li {
	display:inline-block;
	padding:1.5em 1.7em;
	border-right: 1px solid #eaeaea;
	float:left;
}
.top-menu ul li a {
	color:#474747;
	font-size:1.25em;
	font-weight:600;
	text-decoration:none;
}
.top-menu ul li a.active {
	color:#719801;
}
.top-menu ul li a:hover {
	color:#719801;
}

.top-menu1 {
	float:right;
	margin:10px;
	padding:10px;
}
.top-menu1 ul li {
	display:inline-block;
	padding:2em 2em;
	float:left;
}



.top-menu1 ul li a {
	color:#474747;
	font-size:1.25em;
	font-weight:600;
	text-decoration:none;
	
}
.top-menu1 ul li a.active {
	color:#719801;
}
.top-menu1 ul li a:hover {
	color:#719801;
}
img.einbild{
    margin:10px;	
	}
	
img.einbild1{
    margin:10px;	
	}

img.einbild2{
    margin:10px;	
	}	
	
.search input[type="submit"] {
	background: url('../images/sprit-1.png') no-repeat 0px 0px;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	top: 2px;
	right: 7px;
	width: 35px;
	height: 35px;
}
.navigation-strip {
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	background-color: #F5F5F5;
}
.nav_content {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
/*-- content --*/
.content {
	background:url('../images/content-bg.jpg') repeat;
}
.projects-section {
	padding:3em 0;
}
.project {
	padding:0;
}
.project img {
	width:100%;
}
h4.head {
	color: #5e5e5e;
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 1.3em 0 1.6em 0;
	border-top:1px dashed #cccccc;
	position:relative;
}
span.line {
	width: 157px;
	height: 1px;
	background: #719801;
	display: block;
	position: absolute;
	top:-1px;
	left:0;
}
.blog-post img {
	width: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
.blog-post {
	background: #fff;
	padding: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border:1px solid #dddddd;
	margin-bottom:1.5em;
}
a.blog-title {
	color: #5e5e5e;
	font-size: 1.2em;
	font-weight: 600;
	padding: 25px 0px 0px 16px;
	text-decoration:none;
	display:block;
}
.blog-post span {
	width:100px;
	height:1px;
	background:#d5d5d5;
	display:block;
	margin:1.1em 0 1.2em 1em;
}
.blog-post p {
	color: #6d6d6d;
	font-size: 0.875em;
	line-height:1.8em;
	font-weight: 400;
	padding:0 20px 15px 16px;
}
.blog-posts {
	width: 32.4%;
	padding: 0;
	margin-right: 1.333%;
}
p.sub_head {
	color: #000;
	font-size: 0.875em;
	font-weight: 300;
	padding:0 0 0 16px;
}
.span_66{
	margin-right:0;
}
.testimonials {
	margin-top:1.5em;
}
.testimonials h4 {
	color: #5e5e5e;
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom:0.9em;
	position: relative;
}
/********start-slider**************/
article > div {
	text-align: center;
}
.wmuSlider {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.wmuSlider .wmuSliderWrapper article {
	position: relative;
	text-align: center;
}
.wmuGallery .wmuGalleryImage {
	position: relative;
	text-align: center;
}
.wmuGallery .wmuGalleryImage img {
	max-width: 100%;
	width: auto;
	height: auto;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev {
	background-position: 19px 9px;
	left: 40px;
}
.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width:30px;
	height:20px;
	text-indent: -9999px;
	background: #719801 url(../images/arrows.png) no-repeat;
	top: 70%;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.wmuSliderPrev {
	  background-position: 13px 11px;
	left: 78.45em;
	padding: 23px 20px;
	top: 50px;
}
.wmuSliderPrev:hover {
	background:#8FBE01 url(../images/arrows.png) no-repeat;
	 background-position: 13px 11px;
}
.wmuSliderNext {
	  background-position: -30px 16px;
	right: 0em;
	top: 0;
	padding: 24px 20px;
}
.wmuSliderNext:hover {
	background:#8FBE01 url(../images/arrows.png) no-repeat;
	background-position: -30px 16px;
}
.slide-text{
	width:100%;
}
.slide-text p {
	color: #6d6d6d;
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 1.7em;
	font-weight: 600;
	font-style: italic;
	float:left;
	width: 72%;
	text-align: left;
}
.slide-text a {
	color:#719801;
	font-size:1em;
	font-weight:600;
	font-style: italic;
	letter-spacing:2px;
	text-decoration:none;
	float: left;
	margin-top: 1.8em;
	margin-left: 5em;
}





/*--- Contact- Starts Here ---*/
.contact-page{
	padding:3em 0;
}
h3.c-head {
	text-transform: uppercase;
	color: #41403e;
	font-size: 2.8em;
	margin-bottom: 1.2em;
}
.singel_right {
	margin-top: 3em;
}
.span_1_of_contact {
	width: 95%;
	float:left;
	margin-right: 2%;
}
p.comment-form-author {
	margin-bottom: 2em;
}
.contact-form label {
	display: block;
	font-size: 1em;
	color: #999;
	text-transform: uppercase;
}
.contact-form input[type="text"] {
	padding: 10px;
	width: 95%;
	color: #9198A3;
	font-size: 0.9em;
	background: #fff;
	outline: none;
	display: block;
	border: 1px solid #eee;
}
.contact-form textarea {
	padding: 10px;
	display: block;
	width: 95%;
	background: #fff;
	border: 1px solid #eee;
	outline: none;
	color: #9198A3;
	font-size: 0.9em;
	-webkit-appearance: none;
	resize: none;
	height: 170px;
}
.contact-form input[type="submit"] {
	display: inline-block;
	padding: 13px 25px;
	background: #474747;
	color: #FFF;
	font-size: 1em;
	line-height: 18px;
	text-transform: uppercase;
	border: none;
	outline: none;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	border-radius: 4px;
}
.contact-form input[type="submit"]:hover{
	background:#719801;
	border-radius: 4px;
}
.contact_grid {
	display: block;
	float: left;
	width: 37%;
}
.span_2_of_contact_right h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.5em;
}
.address {
	margin-bottom: 1em;
}
.contact_address, .contact_email {
	overflow: hidden;
	font-size: 0.95em;
	color: #999;
	line-height: 1.5em;
}
.contact_email a{
	color: #999;
	text-decoration:none;
}
.contact_email a:hover{
	color:#719801;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}
.map{
	margin-top: 3em;
}
.map iframe{
	width:100%;
	min-height:350px;
}

.pagination p3 {
	color:#fff;
	font-size:0.92em;
	font-weight:400;
	margin-bottom:1em;
}
.pagination p3 a {
	color:#737171;
}

.pagination p3 a:hover {
	text-decoration: none; 
	border-bottom: 1px solid #719801;
	
}

.pagination p3 ul li{
	list-style-type: none;
	padding: 5px 0 5px 25px;
	background: url('../images/icon5.png') no-repeat 0px 9px;
}

.pagination {
	margin: 3em 0 1em 0;
	width: 100%;
}
.pagination ul li {
	display: inline-block;
	margin:0 10px;
}
.pagination ul li  a {
	color:#4a4a4a;
	font-size:1.1em;
	font-weight:400;
	text-decoration:none;
}

.pagination ul li a.prev {
	background: #4a4a4a;
	color: #fff;
	padding: 4px 10px;
	font-weight:300;
}
.pagination ul li a.next {
	background: #4a4a4a;
	color: #fff;
	padding: 4px 10px;
	font-weight:300;
}

.pagination ul li a.next1 {
	background: #4a4a4a;
	color: #fff;
	padding: 4px 10px;
	font-weight:300;
}

.md-col-in ul li{
	list-style:none;
}
.md-col-in ul{
	padding:1.8em 0 0;
}
.md-col-in ul li a{
	text-decoration:none;
	color:#362f2f;
	font-size:1.1em;
	padding: 0.1em 0;
	display: block;
}
.md-col-in ul li a:hover{
	color:#c3a000;
}
.md-col-in ul li i{
	background: url(../images/icon1.png)no-repeat -497px -20px;
	width: 8px;
	height: 8px;
	display: inline-block;
	transition: 0.5s all;
	vertical-align: middle;
	margin: 0 13px 0 0;
}

.pagination1 p3 {
	color:#333;
	font-size:0.92em;
	font-weight:400;
	margin-bottom:1em;
	
}
.pagination1 p3 a {
	color:#737171;
}

.pagination1 p3 a:hover {
	text-decoration: none; 
	border-bottom: 1px solid #719801;
	
}

.pagination1 p3 ul li{
	list-style-type: none;
	padding: 5px 0 5px 25px;
	background: url('../images/icon5.png') no-repeat 0px 9px;
	
}

.pagination1 {
	margin: 3em 0 1em 0;
	width: 100%;
}
.pagination1 ul li {
	display: inline-block;
	margin:0 10px;
	
}
.pagination1 ul li  a {
	color:#4a4a4a;
	font-size:1.1em;
	font-weight:400;
	text-decoration:none;
}

.pagination1 ul li a.prev {
	background: #4a4a4a;
	color: #fff;
	padding: 4px 10px;
	font-weight:300;
}
.pagination1 ul li a.next {
	background: #4a4a4a;
	color: #fff;
	padding: 4px 10px;
	font-weight:300;
}

.pagination1 ul li a.next1 {
	background: #4a4a4a;
	color: #fff;
	padding: 4px 10px;
	font-weight:300;
}

b10
{
	display: block;
	background-color: #EFEFEF;
	border: 1px solid #E9E9E9;
	font-size: 14px;
	padding: 8px;
	color: #454545;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	border-radius: 6px;
	}
	
b11
{
	display: block;
	font-style: normal;
	font-size: 14px;
	padding: 3px;
	color: #454545;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	}

p2 {
  color: #454545;
  font-size:0.9em;
  margin-top: 0.5em;
  line-height: 1.8em;
  }
  
  p2 a:hover,a:focus{
  color: #333;
  
  }
  
  p3 {
  color: #454545;
  font-size:0.9em;
  margin-top: 0.5em;
  line-height: 1.8em;
  margin-left:10px;
  }
  
  p4 {
  color: #719801;
  font-size:1.0em;
 
  }

.pagination2 {
	
	margin-left: 2%;
	margin-top: 10px;
	margin-right: 2%;
}

.pagination2 ul li {
	display: inline-block;
	
	text-align: center;	
	
}
.pagination2 ul li  a {
	color:#4a4a4a;
	font-size:1.1em;
	font-weight:400;
	text-decoration:none;
}

.pagination2 ul li a.prev {
	background: #4a4a4a;
	color: #fff;
	padding: 4px 10px;
	font-weight:300;
}
.pagination2 ul li a.next {
	background: #4a4a4a;
	color: #fff;
	padding: 4px 10px;
	font-weight:300;
}

.pagination2 ul li a.next1 {
	background: #4a4a4a;
	color: #fff;
	padding: 4px 10px;
	font-weight:300;
}



.pagination2 ul li  a:hover {
	color:#719801;
	font-size:1.1em;
	font-weight:400;
	text-decoration:none;
}

ul.social {
	padding: 0;
	list-style: none;
	float:left;
	margin-right: 2em;
}
ul.social li:first-child {
	margin-left: 0;
}
ul.social li {
	display: inline-block;
}
ul.social li a i {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/img-sprite.png) #FFD001 no-repeat;
}
ul.social li a i:hover {
	background: url(../images/img-sprite.png)no-repeat;
}
ul.social li a i.fb {
	background-position:-2px -4px;
}
ul.social li a i.tw{
	background-position:-28px -4px;
}
ul.social li a i.utube{
	background-position:-56px -4px;
}
ul.social li a i.pin{
	background-position:-83px -3px;
}
ul.social li a i.instagram{
	background-position:-110px -4px;
}

i.pin_icon{
	width: 40px;
	height: 25px;
	background: url(../images/img-sprite.png)no-repeat -150px -123px;
	float:left;
	margin-right: 10px;
}
i.phone{
	width: 40px;
	height: 25px;
	background: url(../images/img-sprite.png)no-repeat -189px -126px;
	float: left;
	margin-right: 10px;
}
i.mail{
	width: 40px;
	height: 25px;
	background: url(../images/img-sprite.png)no-repeat -229px -126px;
	float: left;
	margin-right: 10px;
}

i.cart_icon{
	width: 45px;
	height: 40px;
	float:left;
	background: url(../images/img-sprite.png)no-repeat -203px -1px;
	margin-right: 10px;
}

i.instagram{
	width: 45px;
	height: 40px;
	float:left;
	background: url(../images/img-sprite.png)no-repeat -110px -4px;
	margin-right: 10px;
}
.table {
     float: left;
     width: 33.33333%;
     padding: 20px;
     background: #fff;
     box-sizing: border-box;
}

content3
{
	color: #333;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	width: 61%;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #E9E9E9;
	background-color: #FFF;
	opacity: 0.94;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: left;
}

content4
{
	color: #333;
	border: 1px solid #E9E9E9;
	font-weight: normal;
	font-style: normal;
	font-size: 12x;
	width: 37%;
	float: right;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #FFF;
	opacity: 0.94;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: left;
}

h7
{
	text-align: center;
	padding: 3px;
	margin-right: 55%;
	margin-left:45%;
	font-size: 22px;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
	color: #718901;
	}

h7 a:hover,a:focus
{
	color: #333;
	}

h8
{
	padding: 3px;
	font-size: 16px;
	font-variant: normal;
	font-weight: 400;
	color: #718901;
	}

h8 a:hover,a:focus
{
	color: #333;
	}
h9
{
	text-align: center;
	padding: 3px;
	margin-right: 75%;
	margin-left:25%;
	font-size: 22px;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
	color: #718901;
	}
	
	h10
{
	font-style: normal;
	font-size: 28px;
	padding: 10px;
	margin: 10px;
	margin-bottom:20px;
	color: #719801;
	display: block;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	}
	
	h11
{
	font-style: normal;
	font-size: 18px;
	padding: 10px;
	margin-bottom:10px;
	color: #719801;
	display: block;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	}

h9 a:hover,a:focus
{
	color: #333;
	}

.search1 {
	position: relative;
	padding: 8px 10px;
	width: 65%;
	float: right;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	float: left;
}
.search1 input[type="text"] {
	outline: none;
	color: #b3b3b3;
	background: none;
	font-size: 16px;
	border: none;
	width: 84.33%;
}

.search1 input[type="submit"] {
	background: url('../images/sprit-1.png') no-repeat 0px 0px;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	top: 2px;
	right: 7px;
	width: 35px;
	height: 35px;
}
#footer .container p a .weis {
	color: #FFF;
}
