body {
	line-height: 1;
	font-size: 12px;
	font-family: arial;
	background: url('../images/body-background.jpg');
}

body.boxed {
	padding: 0 20px;
}

a{
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

#container {
	background: #fff;
}

body.boxed #container {
	max-width: 980px;
	margin: auto;
	box-shadow: 0px 0px 20px 2px #d0d0d0;
}

.nd{
	display:none;
}

.sbHolder > ul{
	max-height:none !important;
}


/*-------------------------------------------------*/
/* =  FancyBox - v2.0.6
/*-------------------------------------------------*/
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url(../images/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* Extras */
.fancybox-type-inline .fancybox-skin {
	background: rgba(255, 255, 255, 0.5) !important;
	border-radius: 10px !important;
}

.fancybox-type-inline .fancybox-outer {
	background: #fff !important;
}

.fancybox-type-inline .fancybox-inner {
	overflow: hidden !important;
	overflow-y: auto !important;
}

.fancybox-type-inline .fancybox-next {
	right: 15px !important;
}

.fancybox-type-inline .fancybox-prev {
	left: 15px !important;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

#first-line {
	min-height: 30px;
	width: 100%;
	border-top: 5px solid #7da817;
	position: relative;
}

div#top-line {
	position: relative;
	margin: auto;
}

#top-line .nav-language{
	position: absolute;
	right: 10px;
	top: 5px;
}
	#top-line .nav-language a{
		font-weight: bold;
		font-size: 13px;
	}

#top {
	margin: auto;
	width: 940px;
	height: 100%;
	margin-top: 13px;
	position: relative;
}

#top #logo {
	float: left;
	margin-bottom: 27px;
}

#top #logo p {
	font-size:17px; 
	color:#387B00; 
	font-weight:bold; 
	padding-left:7px;
	font-family:'Kanit', sans-serif;
	font-weight:500;
	letter-spacing:0.05em;
}

#top aside {
	float: right;
	position:relative;
}

#top aside form {
	float: left;
	margin-right: 7px;
	position: relative;
}
	#top aside form .search-result{
		display:none;
		position: absolute;
		top: 30px;
		left: 0;
		width: 99%;
		background-color: #F9F9F9;
		padding: 4px;
		z-index: 101;
		border: 1px solid #E9E9E9;
	}
		#top aside .search-result.active{
			display:block;
		}
			#top aside .search-result .group{
				position: relative;
			}
				#top aside .search-result .group h3{
					font-size:14px;
					font-weight: bold;
					padding:5px;
					padding-left:0;
					padding-right:0;
					margin-bottom:5px;
					color:#fff;
					text-align: center;
					background-color: #B4B4B4;
				}
				#top aside .search-result .group ul{
					position: relative;
					max-height:210px;
					width: 100%;
					display: block;
					overflow-y:auto;
					list-style: none;
					padding:0;
					margin:0;
					margin-bottom:5px;
				}
					#top aside .search-result .group ul li{
						width: auto;
						display: block;
						padding:0;
						margin:0;
					}
					#top aside .search-result .group ul li:hover{
						opacity: 1 !important;
						filter:alpha(opacity=100) !important;
					}
						aside .search-result .group ul li a{
							display:block;
							color:#7A7A7A;
							margin-bottom:2px;
							padding:6px;
							padding-bottom:2px;
						}
						#top aside .search-result .group ul li a:hover{
							background-color:#E7E7E7;
						}
						#top aside .search-result .group ul li a .subject{
							display:block;
							font-weight: bold;
						}
						#top aside .search-result .group ul li a .intro-text{
							color:#A4A4A4;
							display: block;
							max-height: 35px;
							overflow: hidden;
						}

#top #search-bar {
	position: relative;
	width: 295px;
	margin-top:5px;
}

 #top aside input[type="text"] {
	font-size: 10px;
	color: #9d9d9d;
	width: 250px;
	height: 22px;
	border: 1px solid #e8e8e8;
	background: #f9f9f9;
	padding-left: 13px;
	outline: none;
}

#top aside input[type="submit"] {
	height: 32px;
	width: 30px;
	position: absolute;
	cursor:pointer;
	border: 1px solid #E8E8E8;
	border-left: none;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	background: #fafafa url('../images/search-icon.png') center center no-repeat;
}

#top aside ul {
	float: right;
	margin: 0;
	margin-top: 3px;
}

#top aside ul li {
	display: inline;
	margin-left: 3px;
	transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

#top aside ul li:hover {
	opacity: 0.7;
}

#top aside ul li:first-child {
	margin-left: 11px;
}
#top .fb-like{
	display:inline-block;
	min-width:86px;
	min-height:20px;
	margin-left: 13px;
}
#top .register{
	/*float:right;*/
	clear:both;
	display:block;
	width:282px;
	height:35px;
	background-image:url(../images/register-banner.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	position: relative;
	top: 9px;
	/*margin-top:34px;*/
	/*left: -77px;*/
	left: 13px;
}

#top .hotline{
	/*float:right;*/
	clear:both;
	display:block;
	width:282px;
	height:36px;
	background-image:url(../images/hotline.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	position: relative;
	top: 3px;
	left: 29px;
}

.block-hotline
{
    white-space: nowrap;
    clear: both;
}

/* Mobile & Small Tablet */
@media (max-width: 650px) {
	body #top .register{
		top: 16px;
		left: 0;
		margin: auto;
		margin-top: 4px;
	}
}

/* Mobile & Small Tablet */
@media (max-width: 650px) {
	body #top .hotline{
		top: 12px;
		left: 50px;
		margin: auto;
		margin-top: 4px;
	}
}

#menu {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

#menu nav {
	width: 940px;
	margin: auto;
}

#menu nav ul {
	padding: 0;
	margin: 0;
}

#menu nav li{
	display: inline-block;
	margin-right: 25px;
}

#menu nav li a {
	padding: 20px 0;
	font-size: 15px;
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #202020;
	font-family: Calibri;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}

#menu nav li a:hover {
	color: #7da817;
}

  /*   //Language Menu */
  
  #menu nav li.nav-language {
	margin-top:15px;
	margin-right: 0;
  }
	  #menu nav li.nav-language a{
		padding:0;
		padding:5px;
		width:25px;
		display:inline-block; 
		font-size:11px;
		text-align:center;
		color:#000;
		background-color:#e0e0e0;
	  }
		  #menu nav li.nav-language a.active{
			background-color:#7da817;
			color:#fff;
		  }
		  #menu nav li.nav-language a:hover{
			border:0 !important;
			background:none;
			color:#fff;
			background-color:#7da817;
		  }



header nav ul li {
	border-bottom: 3px solid transparent;
}
header nav ul li:not(.active):hover {
	border-bottom-color: #7da817;
}

header nav ul li:hover li {
	border-bottom: 0px solid #7da817 !important;
}

header nav ul li.active {
	border-bottom-color: #7da817 !important;
}

header nav ul li.active:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0px;
	left: 50%;
	margin-left: -4px;
	border: 4px solid #7da817;
	border-width: 4px;
	border-bottom: 4px solid #7da817;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
}
/* DropDown Menu = Superfish */


.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 180px; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu ul li:first-child {
	border-top: 4px solid #7da817;
}

.sf-menu ul li li:first-child {
	border-top: 4px solid #7da817;
}

.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}

 li {
	position: relative;
}
.sub-menu {
	border: 1px solid #e8e8e8;
	border-top: none;
}
.sub-menu li {
	border-top: 1px solid #e8e8e8;
}

.sub-menu a {
	display: block;
	position: relative;
	padding: 10px 0px 10px 10px !important;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 54px; /* match top ul list item height */
	z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 180px; /* match ul width */
	top: -1px;
	/*margin-left: 2px;*/
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 180px; /* match ul width */
	top: -1px;
}

.sf-menu li li {
	background: rgba(255,255,255, 0.95);
	padding-right: 0px;
}

.sf-menu li li li {
	background: rgba(255,255,255, 0.95);
	padding-right: 0px;
}

/*-------------------------------------------------*/
/* =  Mobile Menu - selectbox
/*-------------------------------------------------*/
.sbHolder {
	background: #5a7f04;
	/*border: 1px solid #e4e4e4;*/
	height: 44px;
	line-height: 44px;
	position: relative;
	margin: auto;
	max-width: 100%;
	z-index: 99;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
	display: none;
}

.sbSelector{
	display: block;
	height: 44px;
	left: 0;
	line-height: 44px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #fff;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 5px;
	top: 7px;
	width: 30px;
}
.sbToggle:hover {
	opacity: 0.8;
	background-position: 0 -167px;
}
.sbToggleOpen {
	background-position: 0 -16px;
}
.sbToggleOpen:hover {
	opacity: 0.8;
	background-position: 0 -166px;
}
.sbOptions {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li {
	padding: 0 5px;
	line-height: 10px;
}
.sbOptions a {
	border-bottom: dotted 1px #e4e4e4;
	display: block;
	outline: none;
	padding: 0 0 0 3px;
}
.sbOptions a:link, .sbOptions a:visited {
	color: #646464;
	text-decoration: none;
	padding-left: 20px !important;
}
.sbOptions > li:first-child > a {
	padding-left: 10px;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #d91c03;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #e4e4e4;
	color: #646464;
	display: block;
	font-weight: bold;
	line-height: 40px;
}
.sbOptions .sbSub{
	padding-left: 17px !important;
}



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

/* Mobile & Tablet */
@media (max-width: 820px) {
	body section.slider {
		background:none;
		height: auto;
	}
	body section.slider .slides {
		padding:0;
	}
	body .slides li img {
		padding:0;
		max-width: 100%;
	}
	body section.slider .flex-direction-nav{
		right:0;
	}
	body section.slider .flex-control-nav{
		left:12px;
	}
}

/* Tablet Portrait */
@media (max-width: 650px) {
	body .branch{
		background-position:center top;
	}
}

/* Mobile Portrait */
@media (max-width: 330px) {
	body .like-regis{
		width: 120%;
		left: -30px;
	}
}

section.slider {
	background-image:url(../images/bg-slide-shadow.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	/*background-size:contain; */
	background-color: #7bae37;
	/*border-bottom: 1px solid #e5e5e5;*/
	padding-top:20px;
	/*margin-bottom: 40px;*/
	height: 480px;
	position:relative;
}

section.slider div {
	margin: auto;
	/*background-color:#fff;*/
	background-color: transparent;
}
section.slider .slides {
	padding-top: 47px;
	padding-left: 23px;
	padding-right: 5px;
}
.slides li {
	width: 100%;
	overflow: hidden;
}

.slides li img {
	/*padding-top:7px;
	padding-left:5px;
	padding-right:5px;*/
	/*max-width: 100%;*/
	/*max-width: 98.8%;*/
	max-width: 95%;
	max-height: 100%;
}
.slides .flex-caption { 
 	position:absolute; 
	color: #ffffff; 
	font-size: 13px; 
	font-style: italic; 
	font-family: georgia; 
	bottom: 0px; 
	padding:9px 12px 10px 12px; 
	background: rgba(0,0,0,0.5);
	line-height: 18px;
	display:none;
}

section.slider span {
  display: inline-block;
  width: 250px;
  height:250px;
  position: absolute;
  right:calc(50% - 470px);
  top:41px;
  overflow:hidden;
  z-index:99;
}
section.slider p.badge {
  display: inline-block;
  padding: .5em .4em;
  font-size: 170%;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  width: 100%;
  min-height:auto;
  position: absolute;
  font-family: 'Kanit', sans-serif;
  transform: rotate(45deg);
  width: 130%;
  top: 50px;
  font-weight:500;
}
.badge-special {
  color: #fff;
  background-color: #dc3545;
}

body .paragraphs p{
	margin-bottom:0;
}
body .paragraphs h2{
	color:#7da817;
	font-weight:bold;
	margin-bottom:10px;
}

.span-nemesis{width:100%; display:block; position: relative; margin-top: -27px; -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
.group.nemesis {
	background: url('../images/home/bg_wood.jpg') no-repeat left top;
	background-size: auto;
	background-size: 100% 100%;
	padding: 28px;
	margin: 28px 0;          
	border-radius:40px;
	position: relative;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.group.nemesis:before{content:""; width:100%; height:100%; display:block; position:absolute; top:0; left:0; border-radius:40px; border:7px solid rgba(162, 115, 68, .35); -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
.group.nemesis .nemesis-logo {
	position: absolute;
	top:-20px;
}
.group.nemesis > p {
	margin-top: 32px;
	color: #513E3A;
}

/* .group.nemesis{
	background: url('../images/home/nemesis-bg.jpg') no-repeat left top;
	background-size: 100% 100%;
	padding: 28px;
	padding-top: 53px;
	margin-top: -27px;
	position: relative;
}
.group.nemesis .nemesis-logo{
	position: absolute;
	top: 3%;
} */
.group.nemesis > p{
	margin-top: 32px;
	color: #513E3A;
}

.group.nemesis > h2{
	display:none;
}
.group.nemesis > p a{
	color: #487C30;
}
.group.nemesis > p strong{
	font-size:115%;
}


.branch{
	width:100%;
	height:310px;
	background-image:url(../images/branch2.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-size: contain;
}
.like-regis{
	width:100%;
	height:134px;
	background-image:url(../images/bg-like-1.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	margin: auto;
	text-align: center;
}
	.like-regis .fb-like{
		display:inline-block !important;
		position: relative;
		top: 33px;
		left: 35px;
		width:94px !important;
		height:36px;
	}
	.like-regis .fb-like span{
		/*position:absolute;*/
		/*top:18px;*/
		/*left:67px;*/
	}
	.like-regis a.btn-regis{
		display:inline-block;
		width:94px;
		height:33px;
		background-image:url(../images/btn-register.png);
		background-position:left top;
		background-repeat:no-repeat;
		/*position:absolute;
		top: 30px;
		left: 213px;*/
		position: relative;
		left:40px;
		top:30px;
	}
		.like-regis a.btn-regis:hover{
			background-position:left bottom;
		}

#slider1 .slides .flex-caption,
#slider2 .slides .flex-caption { 
	right: 76px;
	margin: 0;
}

#slider2 {
	padding: 0 !important;
	bottom: none !important;
}

/*-------------------------------------------------*/
/* =  Content - home
/*-------------------------------------------------*/

#inner-content {
	margin: auto !important;
	padding:0 20px;
}

#inner-content article {
	position: relative;
	background: url(../images/pattern.png);
	min-height: 90px;
	margin-bottom: 45px;
	margin-left: 0;
	clear: both;
}

#inner-content article blockquote {
	float: left;
	width:76%;
	margin: 30px 0 0 35px;
	color: #565656;
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	font-family: Georgia;
}

#inner-content article a {
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	font-family: Calibri;
	padding: 17px 36px;
	display: block;
	background: #7da817;
	border-radius: 5px;
	transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}
.subhead{
	font-size: 16px;
	font-family: Calibri;
	font-weight: bold;
	color: #404040;
	margin-bottom: 10px;
	line-height: 20px;
	text-transform: uppercase;
}
#inner-content article a:hover {
	opacity: 0.8;
}

#inner-content div#articles {
	clear: both;
	margin-bottom: 40px;
}

#inner-content div.span4:first-child {
	margin-left: 0;
}

#inner-content div.span4 h2 {
	line-height: 0;
	margin-bottom: 20px;
}

#inner-content div.span4 h2 img {
	margin-right: 12px;
}

#inner-content div.span4 h2 span {
	font-size: 14px;
	font-weight: bold;
	color: #7da817;
}
#inner-content #articles p {
	font-size: 13px;
	color: #535353;
	line-height: 20px;
	max-height: 60px;
	overflow: hidden;
	margin-bottom: 16px;
}

#articles2 div.span4 a, 
#articles div.span4 a {
	position: relative;
	color: #8f8f8f;
	font-size: 11px;
	display: inline-block;
	border: 1px solid #dbdbdb;
	border-right: none;
	margin-bottom: 30px;
	padding: 7px;
	padding-right: 27px;
	line-height: 10px;
}

#articles2 div.span4 a:hover span, 
#articles div.span4 a:hover span {
	background: #868686 url(../images/readmore-arrow.png) center center no-repeat;
}

#articles2 div.span4 a span, 
#articles div.span4 a span {
	position: absolute;
	width:20px;
	height: 26px;
	right: 0;
	top:-1px;
	background: #7da817 url(../images/readmore-arrow.png) center center no-repeat;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;

}

/*-------------------------------------------------*/
/* =  Recent
/*-------------------------------------------------*/

#recent {
	margin-bottom: 40px !important;
	height: 100%;
}

#recent h1 {
	color: #404040;
	font-size: 16px;
	margin: 0;
	margin-bottom: 18px;
	padding: 0;
	font-weight: bold;
	font-family: Calibri;
}

#recent .left {
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
	width: 23.4%;
	height: auto;
}

#recent .left:last-child {
	margin-right: 0px;
}

#recent .left:hover img {
	text-decoration: none;
	filter:grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

#recent .left img {
	width:100%;
	height: auto;
	filter:grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}

#recent .left p {
	width: 100%;
	height: auto;
	z-index: 10;
	position: relative;
	left: 0;
	color: #fff;
	font-size: 13px;
	background: #515151;
	padding: 15px 0;
	text-align: center;
	margin: 0;
	transition: all 0.4s ease-in-out ;
    -moz-transition: all 0.4s ease-in-out ;
    -webkit-transition: all 0.4s ease-in-out ;
    -o-transition: all 0.4s ease-in-out;
}

#recent .left{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#recent .left:hover p{
	background: #7da817;
}

#up,
#down {
	display: inline-block;
	position: absolute;
	width:80px;
	height: 80px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

#up {
	top: -40px;
	left: -40px;
	background: url(../images/link.png) center center;
}

#down {
	right: -40px;
	bottom: 0px;
	background: url(../images/zoom+.png) center center;
}

#up:hover,
#down:hover {
	opacity: 0.8;
}

/*-------------------------------------------------*/
/* =  our clients
/*-------------------------------------------------*/
#our_clients{
	text-align:center;
	margin-bottom:100px;
}

#our_clients h1 {
	color: #404040;
	font-size: 16px;
	font-weight: bold;
	font-family: Calibri;
	padding: 0;
	margin-bottom: 18px;
	overflow: hidden;
}

#our_clients .images {
	width:101%;
	margin-bottom: 22px;
}

.images span {
	/* float: left; */
	/*width: 19.6%;*/
	width: 24.6%;
	height: auto;
	/*border: 1px solid #e1e1e1;*/
	/*border-right: none;*/
	text-align:center;
	margin:5px 0;
}

.images span:last-child {
	/*border-right:1px solid #e1e1e1;*/
}


/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/

/*.credit{
	width:100%;
	height:55px;
	text-align:center;
	background: url(../images/bank-icon.jpg) no-repeat center;
	margin-bottom:30px;
}*/
.credit{
	width:100%;
	/*height:55px;*/
	/*padding-top: 59px;*/
	text-align: center;
	/*background: url(../images/logo-credit-bar.jpg) no-repeat center top;*/
	margin-bottom: 40px;
	color: #487C30;
	font-size: 150%;
	font-weight: bold;
}
	.credit img{
		display:block;
		text-align: center;
		margin: auto;
		margin-bottom: 10px;
	}

/* Mobile & Tablet */
@media (max-width: 820px) {
	body .back-to-top .icon{
		right:23px;
	}
}


footer {
	background: #303030;
	border-top: 8px solid #494949;
	margin-top: -7px;
	/* padding-bottom:55px; */
}

.innerfooter {
	margin: auto;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 50px;
}

.innerfooter article {
	margin-bottom: 30px;
	margin-left: 19px;
}

.innerfooter article:first-child{
	margin-left: 0;
}

.innerfooter article h2 {
	font-size: 17px;
	font-family: georgia;
	color: #a8a8a8;
	padding-bottom: 14px;
	margin-bottom: 16px;
	border-width: 5px;
	background: url(../images/bg1.png) repeat-x 0 26px;
	text-shadow: 1px 0px 1px #000;
	font-weight: normal;
}

article.about p {
	font-size: 13px;
	color: #909191;
	line-height: 18px;
	text-shadow: 1px 0px 1px #000;
}

.flicker-images a {
	float: left;
	width: 66px;
	height: 66px;
	margin-right: 11px;
	margin-bottom: 11px;
	transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}

.flicker-images a:hover {
	opacity: 0.8;
	
}

.flicker-images a:nth-child(3n) {
	margin-right: 0;
}

.Twiter p {
	color: #909191;
	font-size: 13px;
	line-height: 16px;
	width: 85%;
	text-shadow: 1px 0px 1px #000;
	float: right;
	margin-bottom: 10px !important;
	margin: 0;
}

.Twiter p img {
	margin-left: -30px;
	margin-right: 5px;
}

.Twiter p a {
	color: #67aa1f;
}

.Twiter span {
	color: #d1d1d1;
}

.contact-info p {
	color: #909191;
	font-size: 13px;
	text-shadow: 1px 0px 1px #000;
	line-height: 16px;
	margin-bottom: 10px;
}

.contact-info a{
	color: #909191;
}

.contact-info img {
	margin-top: 5px;
	float: left;
	margin-right: 15px;
}

.back-to-top {
	max-width: 940px;
	margin: 15px auto 0 auto;
	position:relative;
	/* padding-bottom:40px; */
}

.back-to-top img {
	margin-top: -33px;
	margin-left: 47%;
	cursor: pointer;
	transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}

.back-to-top img:hover {
	opacity: 0.8;
}

.back-to-top p {
	color: #909191;
	font-size: 11px;
	margin: 10px 0 16px;
}
	.back-to-top p a{
		display:inline-block;
		color: #909191;
	}
	.statcounter{width:5px;}
	.stat{
		position:relative;
		top:-4px;
	}
	.stat img{
		margin:0 0 0 5px;
	}
	
.back-to-top .icon{
	position:absolute;
	top:16px;
	right:12px;
}
	.back-to-top .icon ul li{
		float:left;
		margin-left:3px;
	}

.end {
	background: url(../images/bg1.png) repeat-x;
}

/*-------------------------------------------------*/
/* =  Content - home2
/*-------------------------------------------------*/

.main1 {
	margin-bottom: 10px;
}
.main1 div.span4 {
	margin-bottom: 30px;
}

.main1 h1,
.main2 h1,
.our-service h1,
.services3 h1,
.main3 h1,
#about h1,
#contact h1 {
	font-size: 16px;
	font-family: Calibri;
	font-weight: bold;
	color: #404040;
	margin-bottom: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

.main1 .services h2 {
	padding: 18px 0 18px 16px;
	font-size: 13px;
	color: #2f2f2f;
	border-top: 1px solid #e3e3e3; 
	cursor: pointer;
}

.services .active {
	border-bottom: 1px solid #e3e3e3;
	border-left: 3px solid #7da817;
	color: #7da817 !important;
}

.main1 .services h2 img {
	margin-right: 12px;
}

.main1 .services p {
	font-size: 13px;
	color: #535353;
	line-height: 20px;
	margin: 5px 0;
}

.hide { display: none;}

.popular-post .post {
	width: 100%;
	overflow: hidden;
}

.popular-post .post img {
	float: left;
	margin-right: 12px;
	margin-bottom: 15px;
}

.popular-post .post p {
	font-size: 13px;
	color: #7da817;
	line-height: 20px;
	margin-bottom: 5px;
	transition: color 0.5s linear;
    -moz-transition: color 0.5s linear;
    -webkit-transition: color 0.5s linear;
    -o-transition: color 0.5s linear;
}

.popular-post .post a:hover p {
	color: #646464;

}

.popular-post .post span {
	display: inline-block;
	font-size: 11px;
	color: #9c9c9c;
	margin-bottom: 10px;
}

.main1 .testimonials blockquote {
	font-size: 13px;
	color: #4b4b4b;
	margin: 0;
	font-family: Georgia;
	line-height: 20px;
	font-style: italic;
	background: #f7f7f7;
	padding: 16px;
	float: left;
}

.main1 .testimonials blockquote span {
	float: right;
	font-style: normal;
	font-weight: bold;
}

.testimonials li{ display:none;}
.testimonials li:first-child{ display:block;}
.testimonials ul{ list-style:none;}

/*-------------------------------------------------*/
/* =  Content - home3
/*-------------------------------------------------*/

#inner-content #articles div.span3 > img {
	width: 220px;
	margin-bottom: 15px;
}

.main2 {
	margin-bottom: 40px;
}

.main2 .services2 {
	position: relative;
	margin-bottom: 30px;
}

.main2 .services2 ul.span4,
.main2 .services2 ul.span8 {
	margin-left: 0;
}

.main2 .services2 ul.span8 li {
	display: none;
	width: 100%;
	background: #f5f5f5;
}

.main2 .services2 ul.span8 li:first-child {
	display: block;
}

.main2 .services2 ul.span8 li img {
	float: left;
	margin: 10px 15px 5px 15px;
}

.main2 .services2 ul.span8 li p{
	color: #828282;
	line-height: 20px;
	padding: 10px;
	margin: 0;
}
.main2 .services2 ul.span4 li {
	cursor:pointer;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #67aa1f;
	margin-bottom: 1px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 17px;
}

.services2 ul.span4 li.active2 {
	background: #f5f5f5;
	color: #454545;
}

.main2 .list-icons {
	margin-bottom: 30px;
}

.main2 .list-icons p,
.main2 .text-widget p {
	color: #828282;
	line-height: 20px;
	margin-top: -5px;
	margin-bottom: 10px;
}

.main2 .list-icons img {
	margin-right: 8px;
}

/*-------------------------------------------------*/
/* =  Content - home4
/*-------------------------------------------------*/

.articles img,
.articles1 img {
	width: 32px !important;
	height: 32px !important;
}

.articles h2,
.articles1 h2 {
	margin-bottom: 10px !important;
	line-height: 20px !important;
}

.articles div.span3 {
	text-align: center;
	border: 1px solid #dbdbdb;
	padding-top: 15px;
	margin-bottom: 20px;
}

.articles div.span3 p{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/*-------------------------------------------------*/
/* =  Content - home5
/*-------------------------------------------------*/
.articles1 {
	margin-bottom: 40px;
}

.articles1 img {
	float: left;
	margin-right: 12px;
	margin-top: 5px;
}

.articles1 div.span3 p {
	font-size: 13px;
	color: #535353;
	line-height: 20px;
	margin-bottom: 15px;
}
.our-service{
	position: relative; left: -19px; width: 110%;
}
.our-service div.span3:first-child{
	/*margin-left: 0!important;*/
}
/*-------------------------------------------------*/
/* =  Content - home6
/*-------------------------------------------------*/
.our-service {
/*	margin-bottom: 10px; */
}

.our-service div.span3 {
	margin-bottom: 40px;
	overflow:hidden;
}

#member1{
	margin-left: 0 !important;
}

.our-service a {
	/*display: inline-block;*/
	display: block;
	position: relative;
	border: none !important;
	padding: 0 !important;
	margin-bottom: 16px !important;
	transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.our-service a:hover:after {
	content: '';
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 5px solid #67aa1f;

}

.our-service a img {
	border: 1px solid #cdcdcd;
	width: 100%;
}

.our-service h4 {
	font-size: 15px;
	font-weight: bold;
	color: #6a6a6a;
	margin-bottom: 3px;
}

.our-service span {
	color: #67aa1f;
	font-family: Calibri;
}

.our-service p {
	color: #535353;
	font-size: 13px;
	line-height: 20px;
	max-height: 60px;
	overflow: hidden;
	margin-top: 10px;
}

/*-------------------------------------------------*/
/* =  Content - home7
/*-------------------------------------------------*/

.paragraphs span {
	color: #fff !important;
	padding: 8px 12px;
	width: 32px;
	height: 32px;
/*	background: #67aa1f;  */
	text-align: center;
	margin-right: 12px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
}

.paragraphs h2 {
	font-family: arial;
	font-size: 14px;
	color: #383838;
	margin-bottom: 22px;
	font-weight: normal;
}

.paragraphs p {
	font-size: 13px;
	line-height: 20px;
	color: #929292;
	margin-bottom: 30px;
}

.paragraphs {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
	margin-top: 10px;
}

.services3 {
	margin-bottom: 20px;
	padding-bottom:20px;
	border-bottom: 1px solid #dddddd;
}

.services3 ul.span3 li {
	width:80%;
}

.services3 ul.span3 li{
	display: inline-block;
	font-size: 13px;
	color: #2f2f2f;
	padding: 12px 16px;
	border: 1px solid #dddddd;
	border-top: none;
	cursor: pointer;
}

.services3 ul.span3 li:first-child{
	border-top:  1px solid #dddddd;
}

.services3 ul.span3 {
	margin-left: 0;
	margin-bottom: 30px;
}

.services3 ul.wrapper li{
	padding-left: 20px;
	margin-bottom: 30px;
	display: none;
}
.services3 img{width:100%;}

.active3 {
	background: #7da817;
	color: #fff !important;
}

.active3:after {
	content: '';
	top:0;
	right:-38px;
	position: absolute;
	width: 0;
	height: 0 !important;
	border:10px solid #7da817;
	border-width: 19px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;

}

.services3 ul.wrapper li:first-child {
	display: block;
}

.services3 ul.wrapper li img {
	float: left;
	margin-right: 20px;
}

.services3 ul.wrapper li h2 {
	font-size: 16px;
	color: #535353;
	line-height: 20px;
	margin-bottom: 5px;
}
	.services3 ul.wrapper li h2 a{
		color:#7da817;
	}

.services3 ul.wrapper p {
	font-size: 13px;
	color: #929292;
	line-height: 20px;
	margin-top: 0;
}
.services3 .frame{
	width:100%; 
	margin:50px 0; 
	padding:50px; 
	line-height:1.3; 
	text-align:center; 
	font-weight:400; 
	position:relative; 
	z-index:20; 
	border:6px solid #387B00; border-radius:20px;
	font-family:'Kanit', sans-serif;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.services3 .frame i{color: #387B00;}
.services3 .frame::before{content:' " '; width:80px; height:60px; line-height:125px; font-size:12em; color:#FF8400; background:#FFF; display:block; position:absolute; left:-10px; top:-27px; font-weight:500;}
.services3 .frame::after{content:' " '; width:80px; height:70px; line-height:125px; font-size:12em; color:#FF8400; background:#FFF; display:block; position:absolute; right:-30px; bottom:-15px; font-weight:500;}
/* .services3 .frame h2{width:100%; margin:0 0 7px 0; text-align:center; display:block; font-weight:500;} */
.services3 .frame p{width:100%; color:#753208; font-size:2.8em; line-height:1.5; font-weight:500; text-align:center; display:block; letter-spacing:2px;}
#articles2 {
	margin-bottom: 40px;
}

#articles2 h2 {
	margin-bottom: 10px !important;
	line-height: 20px !important;
}

#articles2 p {
	font-size: 13px;
	color: #535353;
	line-height: 20px;
	overflow: hidden;
	max-height: 100px;
	margin-bottom: 16px;
}

#articles2 img {
	float: left;
	margin-right: 12px;
	margin-top: 4px;
	width: 60px !important;
	height: 45px !important;
}

.block-cert_home{
	margin-bottom: 40px;
}
.block-cert_home h1{
	font-size: 16px;
	font-family: Calibri;
	font-weight: bold;
	color: #404040;
	margin-bottom: 20px;
	line-height: 20px;
	text-transform: uppercase;
}
.block-cert_home .cert-item{
	width:calc(25% - 20px);
}
.block-cert_home .cert-item a{
	display:inline-block;
	width:100%;
}
.block-cert_home .cert-item a img{
	width: 99% !important;
	height:auto !important;
	padding: 5px;
	border: 1px solid rgb(231, 231, 231);
	margin-bottom: 24px;
}

/*-------------------------------------------------*/
/* =  Content - home8
/*-------------------------------------------------*/

.main3 h1 {
	margin-bottom: 7px;
}

.main3 .span6 {
	margin-bottom: 40px;
}

.main3 .desc p {
	font-size: 13px;
	color: #929292;
	line-height: 20px;
	margin: 0;
	padding-bottom: 16px;
	border-bottom: 1px dotted #d8d8d8;
	margin-bottom: 20px;
}

.main3 .desc ul li {
	float: left;
	width: 48%;
	padding-right: 2%;
}

.main3 .desc ul li img {
	float: left;
	margin-right: 12px;
}

.main3 .desc ul li p {
	font-size: 13px;
	color: #7da817;
	border-bottom: none;
	padding: 0;
	margin-bottom: 10px;
}

.main3 .desc ul li span {
	font-size: 12px;
	color: #929292;
}

.main3 .recent2 ul {
	padding-top: 5px !important;
}

.main3 .recent2 ul li {
	position: relative;
	overflow: hidden;
	width: 31.5%;
	float: left;
	margin-right: 2.7%;
	margin-bottom: 2.7%;
	cursor: pointer;
}

.main3 .recent2 ul li:nth-child(3n) {
	margin-right: 0;
}

#link-up,
#link-down {
	position: absolute;
	width:80px;
	height: 80px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

#link-up {
	top: -40px;
	left: -40px;
	background: url(../images/link.png) center center;
}

#link-down {
	right: -40px;
	bottom: -40px;
	background: url(../images/zoom+.png) center center;
}

#link-up:hover,
#link-down:hover {
	opacity: 0.8;
}

.main3 .recent2 ul li a img {
	width: 100%;
}

.main3 .bottom {
	overflow: hidden;
}

.main3 .span4 {
	margin-bottom: 40px;
}

.main3 .span4:first-child p {
	font-size: 12px;
	color: #929292;
	line-height: 20px;
	margin-bottom: 12px;
}

.main3 .span4 h4,
#about .span6 h4 {
	font-size: 12px;
	color: #494949;
	margin-bottom: 8px;
}

.main3 .backgr,
#about .span6 .backgr {
	width: 99%;
	height: 10px;
	border: 1px solid #d4d4d4;
	margin-bottom: 20px;
	background: url('../images/main3-pattern.png');
}

#psd-skills {
	width: 80%;
	height: 100%;
	background: #7da817;
}

#html5-skills {
	width: 90%;
	height: 100%;
	background: #7da817;
}

#css3-skills {
	width: 75%;
	height: 100%;
	background: #7da817;
}

#php-skills {
	width: 60%;
	height: 100%;
	background: #7da817;
}

.main3 .span4 div p {
	color: #909191;
	font-size: 13px;
	line-height: 16px;
	width: 90%;
	float: right;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 15px !important;
}

.main3 .span4 div p img {
	margin-left: -30px;
	margin-right: 5px;
}

.main3 .span4 div p a {
	color: #67aa1f;
}

.main3 .span4 div span {
	color: #676767;
}

.main3 .widget img {
	float: left;
	width: 115px;
	height: 85px;
	margin-right: 14px;
	margin-top: 10px;
}

.main3 .widget p {
	font-size: 13px;
	color: #929292;
	line-height: 20px;
}


/*-------------------------------------------------*/
/* =  Blog
/*-------------------------------------------------*/

.cont-head {
	background: #7bae37;
	height: 64px;
	margin-bottom: 25px;
}

.cont-text h1 {
	float: left;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 25px;
}

.cont-text p {
	float: right;
	font-size: 11px;
	color: #fff;
	margin-top: 20px;
}

.cont-text p a {
	display: inline-block;
	color: #fff;
	margin-left: 12px;
	white-space: nowrap;
}

.cont-text p a span {
	display: inline-block;
	width: 24px;
	height: 24px;
/*	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border: 1px solid #e7e7e7; */
	background: url('../images/Blog-head-arrow2.png') center center no-repeat;
	margin-right: 12px;
	margin-bottom: -9px;
}

#inner-content .span12 {
	margin-left: 0;
}

.blog-post,
.single-post {
	margin-bottom: 64px;
}

.blog-post img,
.single-post img {
	width: 99%;
	padding: 5px;
	border: 1px solid #e7e7e7;
	margin-bottom: 24px;
}

.blog-post p {
	color: #7d7d7d;
	font-size: 13px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 15px;
}

.post-title {
	margin-bottom: 5x;
	overflow:hidden;
}

.post-title .post-date {
	width: 45px;
	height: 36px;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-top: 9px;
	background: #7da817;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	text-align: center;
	float: left;
}

.post-title .post-date span {
	display: block;
	font-size: 13px;
	font-family: calibri;
	color: #fff;
}

.post-title h1 {
	color: #7da817;
	font-size: 18px;
	font-family: Calibri;
	margin-bottom: 5px;
	overflow: hidden;
	max-height: 24px;
	line-height:24px;
	display: inline-block;
}

.post-title h1 a {
	color: #4f4f4f;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;

	display: inline-block;
	max-height: 24px;
	line-height:24px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post-title h1 a:hover {
	color: #7da817;
}

.post-title p span {
	display: inline-block;
	font-size: 11px;
	font-family: Calibri;
	color: #949494;
	padding: 0px 6px;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.post-title p span a {
	color: #7da817;
}

#read-more {
	position: relative;
	margin-bottom: 0 !important;
	color: #8f8f8f;
	font-size: 11px;
	display: inline-block;
	border: 1px solid #dbdbdb;
	border-right: none;
	padding: 7px;
	padding-right: 27px;
	line-height: 10px;
}

#read-more:hover span {
	background: #868686 url(../images/readmore-arrow.png) center center no-repeat;
}

#read-more span{
	position: absolute;
	width:20px;
	height: 26px;
	right: 0;
	top:-1px;
	background: #7da817 url(../images/readmore-arrow.png) center center no-repeat;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

.pagination {
	margin:0 0 115px;
	padding: 0;
}
.pagination a {
	display: inline-block;
	background: #7da817;
	color: #fff;
	padding: 8px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	margin-right: 3px;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

.pagination a.active,
.pagination a:hover {
	background: #868686;
}

.pagination a.first,
.pagination a.last,
.pagination a.prev,
.pagination a.next {
	color: #515151;
	background: #f9f9f9;
	border: 1px solid #d3d3d3;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}

.pagination a.first:hover,
.pagination a.last:hover,
.pagination a.prev:hover,
.pagination a.next:hover {
	color: #7da817
}

/*-------------------------------------------------*/
/* =  Blog with 2,3,4 colums
/*-------------------------------------------------*/

.blog .span6:nth-child(2n+1){
	margin-left: 0;
}

.blog .span4:nth-child(3n+1){
	margin-left: 0;
}

.blog .span4 .post-title p {
	clear: both;
}

.blog .span3:nth-child(4n+1){
	margin-left: 0;
}

.blog .span3 img {
	margin-bottom: 15px;
}

.blog .span3 .post-title h1 {
	margin-bottom: 20px;
}

.blog .span3 .post-title,
.blog .span4 .post-title {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
}

.blog-vers2 .post-title {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
}

.blog-vers2 .span6 p {
	clear: both;
}

body .blog-vers2 ul, body .blog-vers2 li {
	list-style: disc;
}
body .blog-vers2 ul,
body .blog-vers2 ol{
	padding:5px;
	padding-left:17px;
	margin:0px;
}

/*-------------------------------------------------*/
/* =  portfolio
/*-------------------------------------------------*/
#portfolio-filter {
	display:none;
	margin-bottom: 17px;
}

#portfolio-filter li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
}

#portfolio-filter li a {
	display: inline-block;
	padding: 7px 10px;
	background: #81a823;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	font-size: 13px;
	color: #fff;
	transition: background 0.4s linear ;
    -moz-transition: background 0.4s linear ;
    -webkit-transition: background 0.4s linear ;
    -o-transition: background 0.4s linear;
}

#portfolio-filter li a:hover {
	background: #868686;
}
ul.portfolio {
	display:none;
}
.portfolio .span6:nth-child(2n+1) {
	margin-left: 0;
}

.portfolio .span4:nth-child(3n+1) {
	margin-left: 0;
}


.portfolio-post {
	margin-bottom: 20px;
	height:100%;
}

.portfolio-post:hover img,
.portfolio-post4:hover img{
	filter:grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.portfolio-post img,
.portfolio-post4 img {
	width:100% !important;
	height: auto !important;
	filter:grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}

.portfolio-post p,
.portfolio-post4 p {
	width: 100%;
	height: auto;
	z-index: 10;
	position: relative;
	left: 0;
	color: #fff;
	font-size: 13px;
	background: #515151;
	padding: 10px 0;
	text-align: center;
	margin: 0;
	transition: all 0.4s ease-in-out ;
    -moz-transition: all 0.4s ease-in-out ;
    -webkit-transition: all 0.4s ease-in-out ;
    -o-transition: all 0.4s ease-in-out;
}

.portfolio-post,
.portfolio-post4 {
	position: relative;
	overflow: hidden;
	height: auto;
}

.portfolio-post:hover p,
.portfolio-post4:hover p{
	background: #7da817;
}

.col4{
	position: absolute;
	left:0;
	top:0;
	width: 220px;
	margin-right: 20px;
}

.col4:nth-child(4n) {
	/*margin-right: 0;*/
}

.col3 {
	width: 300px;
	margin-right: 20px;
	display: inline;
}

.col2 {
	width: 460px;
	margin-right: 20px;
	display: inline-block;
}

.col2:nth-child(2n) {
	/*margin-right: 0;*/
}

ul.portfolio {
	width: 103%;
	margin-bottom: 45px;
}

/*-------------------------------------------------------*/
/* Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:-moz-transform, opacity;
	transition-property:transform, opacity;
}

/*-------------------------------------------------------*/
/* About
/*-------------------------------------------------------*/

#about .span5 {
	padding: 5px;
	border: 1px solid #e7e7e7;
	margin-bottom: 25px;
}

#about .span5 img {
	width: 100%;
}

#about .span7 h1 {
	margin-bottom: 8px;
}

#about .span7 {
	margin-bottom: 25px;
}

#about .span7 p {
	font-size: 13px;
	color: #7d7d7d;
	line-height: 20px;
}

#about .span6 {
	margin-bottom: 60px;
}

#about .images ul li {
	float: left;
	border: 1px solid #e1e1e1;
	text-align: center;
	border-right: none;
	border-bottom: none;
	width: 32.8%;
}

#about .images ul li:nth-child(3n) {
	border-right: 1px solid #e1e1e1;
}

#about .images ul li:last-child {
	border-right: 1px solid #e1e1e1;
}

#about .images ul li:nth-last-child(-n+3) {
	border-bottom: 1px solid #e1e1e1;
}

/*-------------------------------------------------------*/
/* sidebar
/*-------------------------------------------------------*/

#sidebar ul li.widget {
	background: url('../images/pattern.png');
	display: block;
	padding: 20px;
	margin-bottom: 22px;
}

ul.tab-links li {
	float: left;
	background: #f8f8f8;
	padding: 12px 0;
	width: 32.8%;
	text-align: center;
	border: 1px solid #ebebeb;
	border-left: none;
}

ul.tab-links li:first-child {
	border-left: 1px solid #ebebeb;
}

ul.tab-links li a {
	color: #5a5a5a;
}

ul.tab-content li {
	background: #fff;
	display: none;
}

ul.tab-links li.active {
	background: #fff;
	border-bottom: none;
	border-top: 2px solid #7da817;
}

ul.tab-links li.active a {
	color: #7da817;
}

ul.tab-content li:first-child {
	display: block;
}

ul.tab-content li div {
	overflow: hidden;
	padding: 15px 10px;
	border: 1px solid #ebebeb;
	border-top: none;
}

ul.tab-content li div img {
	float: left;
	margin-right: 12px;
}

ul.tab-content li div h3 {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 7px;
	max-height: 36px;
	overflow: hidden;
}

ul.tab-content li div h3 a{
	color: #828282;
}

ul.tab-content li div span {
	font-size: 10px;
	color: #999999;
}

ul.tab-content li div p {
	font-size: 11px;
	color: #999999;
	line-height: 18px;
}

ul.tab-content li div span img {
	margin-right: 8px;
}

.widget h1 {
	font-size: 16px;
	color: #404040;
	font-family: Calibri;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.serv-widget div {
	display:inline-block;
	background: #ffffff;
	border: 1px solid #ebebeb;
	border-bottom: none;
	margin: 0;
	width: 99%;
	max-height: 320px;
}


.serv-widget div h3 {
	font-size: 13px;
	color: #2f2f2f;
	cursor: pointer;
	padding:15px 17px 12px;
	border-bottom: 1px solid #ebebeb;
}

.serv-widget div img {
	margin-right: 12px;
	margin-top: -5px;
}

.serv-widget div p {
	font-size: 13px;
	color: #535353;
	line-height: 20px;
	padding: 0 17px 15px;
	border-bottom: 1px solid #ebebeb;
}

div.serv-item h3.active {
	color: #7da817;
	border-bottom: none;
}


li.widget p {
	font-size: 13px;
	line-height: 20px;
	color: #7d7d7d;
}

li.tag-cloud-widget a {
	display: inline-block;
	color: #fff;
	padding: 5px;
	background: #666666;
	margin: 0 4px 6px 0;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

li.tag-cloud-widget a:hover {
	background: #7da817;
}

li.subscribe-widget input[type="text"] {
	float: left;
	width: 90%;
	height: 20px;
	font-size: 11px;
	color: #6a6a6a;
	border: 1px solid #d6d6d6;
}

li.subscribe-widget input[type="submit"] {
	position: absolute;
	right: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #7da817;
	width: 25%;
	padding: 0px 0px;
	height: 30px;
	border: none;
	transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

li.subscribe-widget input[type="submit"]:hover {
	opacity: 0.9;
}

li.flicker-widget a {
	display: inline-block;
	width: 30%;
	height: 30%;
	margin-right: 3.4%;
	margin-bottom: 3.4%;
	transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

li.flicker-widget a:hover {
	opacity: 0.8;
}

li.flicker-widget a:nth-child(3n+1) {
	margin-right: 0;
}

li.flicker-widget a:nth-last-child(-n+3) { 
	margin-bottom: 0;
}

li.flicker-widget a img {
	width: 100%;
}

li.tag-widget p {
	color: #3c3c3c;
	font-size: 13px;
	line-height: 16px;
	width: 90%;
	float: right;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 15px !important;
}

li.tag-widget div p img {
	margin-left: -30px;
	margin-right: 5px;
}

li.tag-widget div p a {
	color: #67aa1f;
}

li.tag-widget div span {
	color: #676767;
}

li.serv2-widget p {
	font-family: georgia;
	font-size: 12px;
	font-style: italic;
}

li.serv2-widget p span { 
	display: inline-block;
	width: 14px;
	height: 10px;
	margin-right: 10px;
	background: url('../images/list-check.png') center no-repeat;
}


/*-------------------------------------------------------*/
/* Singlepost
/*-------------------------------------------------------*/

.single-post p {
	color: #7d7d7d;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
}

.single-post ol{
	display:none;
	list-style-type: decimal;
}
	.single-post ol li{
		list-style-type: decimal;
	}
.single-post ul{
	list-style:disc;
}
	.single-post ul li,
	.single-post ol li{
		color: #7d7d7d;
		font-size:12px;
		line-height:18px;
		margin-top:5px;
		margin-bottom:5px;
	}

.single-post blockquote {
	color: #828282;
	font-size: 16px;
	font-style: italic;
	font-family: Georgia;
	line-height: 25px;
	padding: 0 24px;
	border-left: 2px solid #619d21;
	border-right: 2px solid #619d21;
	margin-bottom: 20px;
}

.social-media ul li {
	display: inline-block;
	width: 80px;
	margin-right: 5px;
}

#author,
#comment-leave {
	margin-bottom: 70px;
}

#comments {
	margin-bottom: 20px;
}

#author h1,
#comments h1,
#comment-leave h1 {
	color:#7da817;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

ul.member-post li {
	float: left;
	background: #f8f8f8;
	text-align: center;
	border: 1px solid #ebebeb;
	border-left: none;
	border-bottom: none;
	margin-bottom: -1px;
	z-index: 100;
}

ul.member-post li:first-child {
	border-left: 1px solid #ebebeb;
}

ul.member-post li a {
	display: inline-block;
	color: #373737;
	height: 12px;
	padding: 12px 15px;
}

ul.member-post li a img {
	margin-right: 5px;
}

ul.member-post li.active {
	background: #fff;
	border-bottom: 1px #fff;
	border-top: 2px solid #7da817;
}

ul.member-data li {
	min-height: 100px;
	display: none;
}

ul.member-data li:first-child {
	display: block;
}

ul.member-data li {
	padding: 15px;
	border: 1px solid #ebebeb;
}

ul.member-data li img {
	float: left;
	margin-right: 12px;
}

ul.member-data li h4 {
	color: #101110;
	font-size: 14px;
	margin-bottom: 5px;
}

ul.member-data li a {
	display: inline-block;
	color: #7da817;
	font-size: 11px;
	font-style: italic;
	font-family: georgia;
	margin-bottom: 7px;
}

ul.member-data li p,
#comments li div p {
	color: #7d7d7d;
	font-size: 13px;
	line-height: 20px;
}

#comments ul li {
	clear: both;
	margin-bottom: 50px;
}

#comments ul li.depth1 ul {
	margin-top: 50px;
}

#comments ul li.depth1 ul li {
	margin-left: 20%;
	margin-bottom: 50px;
}

#comments ul li img {
	float: left;
	overflow: hidden;
}

#comments ul li div {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	padding: 0 25px 20px;
	margin-top: 20px;
	margin-left: 90px;
}

#comments li div h5 {
	color: #101110;
	font-size: 13px;
	margin-bottom: 6px;
}

#comments li div span {
	display: inline-block;
	color: #7da817;
	font-size: 11px;
	margin-bottom: 7px;
}

#comments li div a {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 7px;
	background: #696969;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

#comments li div a:hover {
	background: #7da817; 
}

/*-------------------------------------------------------*/
/* contact
/*-------------------------------------------------------*/
#contact {
	margin-bottom: 120px;
}

#contact h1 {
	margin-bottom: 10px;
}

#contact p {
	font-size: 13px;
	color: #7d7d7d;
	line-height: 20px;
	margin-bottom: 20px;
}

div#map {
	height: 320px;
	padding: 5px;
	border: 1px solid #e7e7e7;
	margin-bottom: 30px;
}

#contact .span8 h1,
#contact .span4 h1 {
	color: #7da817;
}

#contact-form {
	margin-bottom: 40px;
	display: inline-block;
}

#contact input[type="text"],
#contact-form2 input[type="text"] {
	float: left;
	border: 1px solid #d8d8d8;
	font-family:arial;
	font-size:11px;
	color: #878787;
	padding:12px 10px;
	margin-bottom:10px;
	margin-right: 10px;
	display:block;
	height:10px;
	width: 22.3%;
	background:rgba(255, 255, 255, 0.2);
}

#contact label,
#contact-form2 label {
	float: left;
	min-width: 36px;
	height: 36px;
	cursor: pointer;
}

#label {
	background:  #7da817 url('../images/label1.png') center no-repeat;
}

#label1 {
	background:  #7da817 url('../images/label2.png') center no-repeat;
}

#label2 {
	background:  #7da817 url('../images/label4.png') center no-repeat;
}

#contact textarea,
#contact-form2 textarea {
	clear: both;
	border: 1px solid #d8d8d8;
	font-size:11px;
	color: #878787;
	width: 96%;
	height: 140px;

}

#contact-form,
#contact-form2 {
	width: 100%;
}

#contact input[type="submit"],
#contact-form2 input[type="submit"] {
	float: right;
	font-family: arial;
	margin-right: 10px;
	font-size: 12px;
	background: #8c8c8c;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border: none;
	padding: 10px 25px 8px;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

#contact input[type="submit"]:hover,
#contact-form2 input[type="submit"]:hover {
	background: #7da817;
}

#contact .message,
#contact-form2 .message {
	float: left;
	height:30px;
	font-size:12px;
}

#contact .message.error,
#contact-form2 .message.error {
	color:#eb2c06;
}

#contact .message.success,
#contact-form2 .message.success {
	color:#7da817;
}

#contact .span4 p {
	margin-bottom: 15px;
}

#contact .span4 div {
	margin-bottom: 12px;
}

#contact .span4 div p {
	font-size: 12px;
	color: #818181;
	margin-bottom: 8px;
}

#contact .span4 div p a, #contact .span4 div p a:hover{
	color: #818181;
}

#contact .span4 div img { 
	margin-right: 10px;
	width: 14px;
}

#contact .span4 ul {
	margin-bottom: 40px;
}

#contact .span4 ul li {
	float: left;
	margin-right: 8px;
}

#contact .span4 ul li a {
	display: inline-block;
	transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

#contact .span4 ul li a:hover { 
	opacity: 0.8;
}

/*-------------------------------------------------------*/
/* shortcodes
/*-------------------------------------------------------*/

#shortcodes > h1 {
	font-size: 18px;
	color: #7da817;
	padding-bottom: 14px !important;
	margin-bottom: 16px;
	border-bottom: 1px solid #e6e6e6;
}

.headings h1,
.headings h2,
.headings h3,
.headings h4, 
.headings h5, 
.headings h6,
#shortcodes h5 {
	color: #404040;
	font-family: Calibri;
	margin-bottom: 10px;
}

.headings h1 {
	font-size: 30px;
}

.headings h2 {
	font-size: 26px;
}

.headings h3 {
	font-size: 22px;
}

.headings h4 {
	font-size: 18px;
}

.headings h5,
#shortcodes h5 {
	font-size: 16px;
}

.headings h6 {
	font-size: 12px;
}

.headings p,
.text p,
.left-img,
.right-img,
.dropcaps p {
	color: #7d7d7d;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 30px;
}

.headings,
.text {
	margin-bottom: 50px;
}

.left-img {
	margin-bottom: 20px;
}

.right-img {
	margin-bottom: 70px;
}

.left-img img,
.right-img img {
	width: 180px;
	height: 132px;
	padding: 5px;
	border: 1px solid #e7e7e7;
	margin-bottom: 10px;
}
#shortcodes
.left-img img {
	float: left;
	margin-right: 15px;
}

.right-img img {
	float: right;
	margin-left: 15px;
}

#shortcodes .icons,
#shortcodes .buttons {
	margin-bottom: 70px;
}

#shortcodes .icons p {
	margin-bottom: 15px;
	color: #7d7d7d;
	font-size: 12px;
}

#shortcodes .icons img {
	margin-right: 12px;
}

.buttons a {
	display: inline-block;
	width:66px;
	height: 22px;
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	background: #343434;
	margin-right: 7px;
	margin-bottom: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

.buttons a:hover {
	opacity: 0.8;
}

#btn1 {
	background: #fff;
	color: #5b5b5b;
	border:1px solid #c1c1c1;
}

#btn2 {
	background: #5d8aa8;
	border:1px solid #5d8aa8;
}


#btn3 {
	background: #b7b7b7;
	color: #323232;
	border:1px solid #b7b7b7;
}

#btn4 {
	background: #faebd7;
	color: #5b5b5b;
	border:1px solid #c1c1c1;
}

#btn5 {
	background: #7fffd4;
	color: #5b5b5b;
	border:1px solid #7fffd4;
}

#btn6 {
	background: #838b8b;
	border:1px solid #838b8b;
}

#btn7 {
	background: #8b7d6b;
	border:1px solid #8b7d6b;
}

#btn8 {
	background: #3099de;
	border:1px solid #3099de;
}

#btn9 {
	background: #a52a2a;
	border:1px solid #a52a2a;
}

#btn10 {
	background: #deb887;
	color: #333333;
	border:1px solid #deb887;
}

#btn11 {
	background: #5f9ea0;
	border:1px solid #5f9ea0;
}

#btn12 {
	background: #66cd00;
	border:1px solid #66cd00;
}

#btn13 {
	background: #d2691e;
	border:1px solid #d2691e;
}

#btn14 {
	background: #ee6a50;
	border:1px solid #ee6a50;
}

#btn15 {
	background: #8b8878;
	border:1px solid #8b8878;
}

#btn16 {
	background: #cdc8b1;
	color: #323232;
	border:1px solid #c1c1c1;
}

#btn17 {
	background: #00cdcd;
	border:1px solid #c1c1c1;
}

#btn18 {
	background: #ffb90f;
	border:1px solid #ffb90f;
}

#btn19 {
	background: #006400;
	border:1px solid #006400;
}

#btn20 {
	background: #bdb76b;
	border:1px solid #bdb76b;
}

#btn21 {
	background: #556b2f;
	border:1px solid #556b2f;
}

#btn22 {
	background: #7fffd4;
	color: #5b5b5b;
	border:1px solid #c1c1c1;
}

#btn23 {
	background: #a2cd5a;
	border:1px solid #a2cd5a;
}

#btn24 {
	background: #ff8c00;
	border:1px solid #ff8c00;
}

#btn25 {
	background: #bf3eff;
	border:1px solid #bf3eff;
}

#btn26 {
	background: #e9967a;
	border:1px solid #e9967a;
}

#btn27 {
	background: #8fbc8f;
	border:1px solid #8fbc8f;
}

#btn28 {
	background: #483d8b;
	border:1px solid #483d8b;
}

#btn29 {
	background: #2f4f4f;
	border:1px solid #2f4f4f;
}

#btn30 {
	background: #97ffff;
	color: #404140;
	border:1px solid #97ffff;
}

#btn31 {
	background: #ff1493;
	border:1px solid #ff1493;
}

#btn32 {
	background: #00bfff;
	border:1px solid #00bfff;
}

#btn33 {
	background: #696969;
	border:1px solid #696969;
}

#btn34 {
	background: #ee2c2c;
	border:1px solid #ee2c2c;
}

#btn35 {
	background: #228b22;
	border:1px solid #228b22;
}

#btn36 {
	background: #dcdcdc;
	color: #3e3f3e;
	border:1px solid #dcdcdc;
}

#btn37 {
	background: #ffd700;
	color: #3e3f3e;
	border:1px solid #ffd700;
}

#btn38 {
	background: #8b7500;
	border:1px solid #8b7500;
}

#btn39 {
	background: #030303;
	border:1px solid #030303;
}

#btn40 {
	background: #ff69b4;
	border:1px solid #ff69b4;
}

#btn41 {
	background: #8b3a3a;
	border:1px solid #8b3a3a;
}

#btn42 {
	background: #7cfc00;
	color: #323332;
	border:1px solid #7cfc00;
}

#btn43 {
	background: #eedc82;
	color: #393a39;
	border:1px solid #eedc82;
}

#btn44 {
	background: #ff0f0f;
	border:1px solid #ff0f0f;
}

#btn45 {
	background: #ffb6c1;
	color: #454645;
	border:1px solid #ffb6c1;
}

#btn46 {
	background: #8470ff;
	border:1px solid #8470ff;
}

#btn47 {
	background: #b03060;
	border:1px solid #b03060;
}

#btn48 {
	background: #191970;
	border:1px solid #191970;
}

#btn1,#btn2,#btn3,#btn4,#btn5,#btn6,#btn7,#btn8,#btn9,#btn10,
#btn11,#btn12,#btn13,#btn14,#btn15,#btn16,#btn17,#btn18,#btn19,#btn20,
#btn21,#btn22,#btn23,#btn24,#btn25,#btn26,#btn27,#btn28,#btn29,#btn30,
#btn31,#btn32,#btn33,#btn34,#btn35,#btn36,#btn37,#btn38,#btn39,#btn40,
#btn41,#btn42,#btn43,#btn44,#btn45,#btn46,#btn47,#btn48 {
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(255,255,255,0.1)), to(rgba(0,0,0,0.1)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
}

.social_icons {
	margin-bottom: 80px;
}

.social_icons a {
	display: inline-block;
	margin-right: 3.5px;
	margin-bottom: 7px;
	transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

.social_icons a:hover {
	opacity: 0.8;
}

.social_icons a:last-child {
	margin-right: 0px;
}

.dropcaps {
	margin-bottom: 50px;
}

.dropcaps span {
	float: left;
	display: inline-block;
	padding: 14px 20px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	background: #555555;
	color: #fff;
	margin-right: 15px;
}

#blockquote2 {
	color: #7d7d7d;
	font-size: 28px;
	font-family: Georgia;
	font-style: italic;
	line-height: 36px;
	padding: 0 50px;
	margin-bottom: 70px;
	position: relative;
	clear: both;
}

#blockquote2:after {
	content:'"';
	position:absolute;
	right:0px;
	bottom:-20px;
	font-size:78px;
	font-family: georgia;
	color:#7da817;
}

#blockquote2:before {
	content:'"';
	position:absolute;
	font-family: georgia;
	left:0;
	top:20px;
	font-size:78px;
	color:#7da817;
}

#shortcodes #map {
	margin-bottom: 85px;
}

#shortcodes #contact {
	margin-bottom: 40px;
}

#shortcodes .serv-widget {
	margin-bottom: 85px;
}

ul.tab-list li {
	float: left;
	background: #67aa1f;
	text-align: center;
	margin-right: 1px;
	z-index: 100;
}

ul.tab-list li a {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	height: 12px;
	padding: 12px 15px;
	font-size: 11px;
}

ul.tab-list li a img {
	margin-right: 5px;
}

ul.tab-list li.active {
	background: #f5f5f5;
}

ul.tab-list li.active a{
	color: #454545;
}

ul.tab-cont li {
	min-height: 100px;
	display: none;
}

ul.tab-cont li:first-child {
	display: block;
}

ul.tab-cont li {
	padding: 15px;
	background: #f5f5f5;
}

ul.tab-cont li img {
	float: left;
	margin-right: 12px;
}

ul.tab-cont li p {
	color: #828282;
	line-height: 20px;
}

ul.tab-cont {
	margin-bottom: 85px;
}

#shortcodes #recent {
	margin-bottom: 65px !important;
}

#serv3 {
	margin-bottom: 50px !important;
}

#shortcodes .articles { 
	border-bottom:1px solid #e6e6e6;
	padding-bottom: 30px !important;
	margin-bottom: 45px!important;
}

#shortcodes #articles {
	border-bottom:1px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 45px;
}

#shortcodes #our_clients {
	margin-bottom: 80px;
}

#shortcodes #our_clients .images span{
	margin-bottom: 80px;
	display: inline-block;
}

#our_clients .head-links{
	height:16px;
	background-image:url(../images/head-links.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
/*-------------------------------------------------------*/
/* singlework
/*-------------------------------------------------------*/

.singlework .slider {
	background: #fff;
	border-bottom: none;
	margin-bottom: 10px;
}

.singlework .flex-direction-nav {
	width: 100%;
	bottom: 45%;
}

.singlework .flex-caption {
	min-width: 100px;
	bottom:45%;
	left: 20%;
	margin-right: 40px;
}

.singlework #down {
	bottom: -40px;
	right: -40px;
	z-index: 101;
}

.single-nav a {
	display: inline-block;
	font-size: 11px;
	color: #979796;
	border: 1px solid #e9e9e9;
	padding:7px;
	padding-bottom: 10px;
}

.single-nav a span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #8ab12e;
	margin-right: 6px;
	margin-bottom: -5px;
}

.single-nav a:hover {
	color: #8ab12e;
}

#lnch {
	float: right;
}

#lnch span {
	background: #8ab12e url('../images/launch-icon.png') center no-repeat;
}

#nxt span {
	background: #8ab12e url('../images/readmore-arrow.png') center no-repeat;
}

#prv span {
	background: #8ab12e url('../images/prev-arrow.png') center no-repeat;
}
 
.singlework h2 {
	font-size: 18px;
	color: #4f4f4f;
	font-family: Calibri;
	margin-bottom: 10px;
}

.singlework .row-fluid {
	margin-bottom: 150px;
}

.single-post .slides img {
	width: 100%;
	height: auto;
	border: none;
	padding: 0;
	margin: 0;
}

.single-post .slides p {
	margin-bottom: 0;
}

.singlework aside {
	margin-top: 20px;
}


/*-------------------------------------------------------*/
/* slider3 - revolution slider - full width
/*-------------------------------------------------------*/

 .fullwidthbanner-container {
	width:100% !important;
	position:relative;
	padding:0;
	max-height:450px !important;
	overflow:hidden;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.small_text span {
	display: inline-block;
	position: relative;
}

.small_text.desc_list span:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	top:8px;
	left: -10px;
	background: #8f8f8f;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;

}

.caption.big_white span {
	color: #3b3b3b;
}

iframe {
	border: none !important;
}

.fullwidthbanner-container .caption.big_black {
	color: #4f4f4f;
	font-size: 28px;
	font-family: Calibri;
	font-weight: bold;
	background: none !important;
}

.caption.big_black span {
	font-weight: normal;
}

.descript span {
	display: inline-block;
	font-family: arial;
	color: #fff;
	font-size: 1em;
	background: #7da817;
	font-style: normal;
	font-weight: bold;
	padding: 3px 10px;
	margin-right: 8px;

}

.descript span a {
	color: #fff;
}

.descript span a:hover {
	color: #fff;
}

.paragraf p {
	width: 420px;
	color: #7d7d7d;
	font-size: 0.43em;
	line-height: 1.5em;
	white-space:normal !important;
}

/*-------------------------------------------------------*/
/* slider4 - revolution slider
/*-------------------------------------------------------*/

#slider4 {
	background: #eaeaea;
	padding: 25px 20px;
	margin-bottom: 20px;
}

.bannercontainer {	
		padding:5px;		
		background-color:#fff;
		max-width:940px;	
		position:relative;
		position:relative;	
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 130px;
		padding: 0;
	
	}
 
  .banner{		
		width:100%;
		max-height:380px;
		position:relative;
		overflow:hidden;			
   }

.bannercontainer .tp-bullets.simplebullets	{
	display: none;
}

.bannercontainer .tp-bullets.tp-thumbs { 
	margin-bottom: -140px;
	visibility: visible !important;
	opacity: 1 !important;
	width: 96.1% !important;
	height: 130px !important;
	padding: 0 2% !important;
}

.bannercontainer .tp-bullets.tp-thumbs .tp-mask {
	width: 100% !important;
	height: 130px !important;
}

.bannercontainer .tp-bullets.tp-thumbs .bullet {
	position: relative;
	width: 168.5px !important;
	height: 100px !important;
	margin: 15px 15px 15px 0;
}

.bannercontainer .tp-bullets.tp-thumbs img {
	width: 100%;
	height: 100px;
}

.bannercontainer .tp-bullets.tp-thumbs .bullet:before {
	position: absolute;
	content: '';
	border: 10px solid rgba(0,0,0, 0.29);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.bannercontainer .tp-bullets.tp-thumbs .bullet.selected:before {
	position: absolute;
	content: '';
	border: 10px solid #7da817;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.bannercontainer .big_black {
	background: rgba(0,0,0,0.75);
	max-width: 455px !important;
	padding: 20px;
	white-space: normal !important;
}

.bannercontainer .big_black h2 {
	font-size: 0.45em;
	font-family: Arial;
	color: #fff;
	margin-bottom: 10px;
}

.bannercontainer .big_black p {
	font-size: 0.35em;
	font-family: Arial;
	color: #fff;
	font-weight: normal;
	max-width: 400px !important;
	line-height: 1.5em;
}
.span4 div table tr td{
	width: 100px;
	text-align: center;
	padding-bottom: 15px;
}
.text-call
{
	width:calc(100% - 30px);
	display: inline-block;
	padding-left: 30px;
	margin:12px 0;
	font-size: 18px;
	font-family: 'Heebo', sans-serif;
	color: #FF8400;
	font-weight: bold;
	position:relative;
}
.telephone, .telephone2
{
	display: inline-block;
	padding-left: 30px;
	font-size: 23px;
	/* font-family: sans-serif; */
	color: #387B00;
	font-weight: bold;
	font-style: italic;
	padding-top: 3px;
}
.telephone2{padding-left:10px;}
@media only screen and (max-width: 650px) {
	.block-hotline
	{
		text-align: center;
	}
}

.text-call .social{position:absolute; right:0; top:-8px;}
.text-call .social ul{margin:0;}
.text-call .social li{float:left; margin-left:3px;}
.text-call .social li img{width:25px;}

/******* Icon social left side *******/

.icon-social{
    display:block;
    position:fixed;
    left:0;
    top:calc(50% - 205px);
    transform: translateY(-50%);
    z-index:9999;
}
.icon-social .open-social{width:50px; height:50px; background:rgba(204, 204, 204, 0); display:block; position:relative; cursor:pointer; transition: all 0.3s ease 0s;}
.icon-social .open-social:hover{background:rgba(204, 204, 204, 1);}
.icon-social .open-social::before{content:""; width:50px; height:50px; text-align:center; background-image:url(../images/arrow_social.png); background-repeat:no-repeat; background-position: center; position:absolute; left:0; top:0; display:block; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;}
.icon-social.s-close .open-social::before{transform:rotate(180deg); transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;}
.icon-social span{ display:block; position:relative; left:0; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;}
.icon-social.s-close span{left:-50px; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;}
.icon-social a{width:50px; height:50px; padding:0; margin-bottom:1px; position:relative; left:0; display:block; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;}
.icon-social a img{width:50px; max-width:50px;}
.icon-social a.fb{background:#3B5999;}
.icon-social a.youtube{background:#B92911;}
.icon-social a.line{background:#00B900;}
.icon-social a.tiktok{background:#000000;}
.icon-social a.phone{margin-top:1em; background:#8F8E94;}
.icon-social a.phone2{background:#8F8E94;}
.icon-social a.email{background:#8F8E94;}
.icon-social a.fb:hover, 
.icon-social a.youtube:hover, 
.icon-social a.line:hover, 
.icon-social a.tiktok:hover, 
.icon-social a.phone:hover, 
.icon-social a.phone2:hover,
.icon-social a.email:hover{width:50px; height:50px; padding:0 0 0 20px; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;}

/******* Icon social left side *******/

/******* TEL LINE FOOTER *******/

.tel-line{
	width:940px;
    display:block;
    position:fixed;
    left:50%;
    bottom:65px;
    transform: translateX(-50%);
    z-index:9999;
}
.tel-line .tel, 
.tel-line .line {
	width:50%;
	text-align:center;
	display:block;
	float:left;
}
.tel-line .tel{
	background:#FF8400;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;	
}
.tel-line .line{
	background:#01B901;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	
}
.tel-line .tel p, .tel-line .line p{
	display:inline-block;
	font-weight:500;
	font-family: 'Kanit', sans-serif;
	line-height:30px;
	padding:15px 0;
	font-size:1.8em;
	color:#FFF;
}
.tel-line .tel p{padding-left:50px; background:url(../images/tel-footer.png) no-repeat left; background-size:50px;}
.tel-line .line p{padding-right:50px; background:url(../images/line-left-social.png) no-repeat right; background-size:50px;}
/* .tel-line .tel i, .tel-line .line i{
	display:inline-block;
	top: -2px;
  	position: relative;
}
.tel-line .tel i img, .tel-line .line i img{
	height:50px;
} */


/******* TEL LINE FOOTER *******/

/******* Human Touch *******/
.human-touch{
	display:block;
    position:fixed;
    right:0;
    bottom:0;
    /* transform: translateY(-50%); */
    z-index:9999;
}
.human-touch span{
	width:100%;
	display:block;
	position:relative;
}
.human-touch .close-human-touch {
	width:15px;
	height:18px;
	position:absolute;
	top:0;
	left:0;
	background: url(../images/btn-close.png) no-repeat center;
	background-size:100%;
	cursor:pointer;
	opacity:.2;
	transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;
}
.human-touch:hover .close-human-touch{opacity:1; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;}
.human-touch img{
	height:400px;
}
/******* Human Touch *******/

/******* Slide Testimonial *******/
.testimonial{
	margin-bottom: 20px;
  	padding-bottom: 20px;
  	border-bottom: 1px solid #dddddd;
	position:relative;
}
.testimonial .t-slide{
	width:100%;
	display:block;	
}
.testimonial .swiper-wrapper{height:auto;}
.testimonial .swiper-container{width:100%; display:block; float:left;}
.testimonial .swiper-container img{width:100%; display:block;}
.testimonial .testimonial-next{right:-50px; top:calc(50% - 25px);}
.testimonial .testimonial-prev{left:-50px; top:calc(50% - 25px);}
.testimonial .testimonial-next, .testimonial .testimonial-prev{width:50px; background-image:none !important;}
.testimonial .testimonial-prev i{
	width:50px; 
	height:50px; 
	text-align:center; 
	background-image:url(../images/arrow_social.png); 
	background-repeat:no-repeat; 
	background-position: center; 
	display:block; 
	transition: all 0.3s ease 0s; 
	-webkit-transition: all 0.3s ease 0s;
}
.testimonial .testimonial-next i{
	width:50px; 
	height:50px; 
	text-align:center; 
	background-image:url(../images/arrow_social.png); 
	background-repeat:no-repeat; 
	background-position: center; 
	display:block; 
	transition: all 0.3s ease 0s; 
	-webkit-transition: all 0.3s ease 0s;
	rotate:180deg;
}