@charset "UTF-8";

/* Googel Fonts */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700&amp;subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic&amp;subset=latin,vietnamese);
* {
	margin: 0px;
	padding: 0px;
}
/* Global Typography */
body {
	background-color: #ececec;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
}
/* Heading Typo */
body h1, body h2, body h3, body h4, body h5, body h6 {
 color: #;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0px 0px 8px 0px;
	text-transform: uppercase;
}
.moregray {
	color: #333;
}
.nonepm {
	padding: 0;
	margin: 0;
}
.mmt {
	margin-top: 15px;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
	text-align: left;
}
h6 {
	font-size: 14px;
}
.ec-main-title h2, .ec-fancy-title h2, .port-icon h3, .ec-page-title h1, .ec-underconstruction h1 {
	font-family: 'Oswald', sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #3c3a3a;
}
p a {
	color: #60B245;
	    font-weight: bold;
}
p a:hover {
	color: #999;
}
p {
	letter-spacing: 0.5px;
	line-height: 22px;
	margin-bottom: 10px;
}
a {
	color: #60B245;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	outline: none;
	text-decoration: none;
	color: #60B245 !important;
}
ul {
	margin-bottom: 0px;
}
figure {
	margin-bottom: 6px;
	position: relative;
}
img {
	height: auto;
	max-width: 100%;
}
strong {
	color: #333333;
}
iframe {
	border: none;
	float: left;
	width: 100%;
}
/* Wordpress Defult Clasess */
.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor {
}
.wp-caption.alignleft, .wp-caption.alignnone {
	width: 100%;
}
/* Form Input Typo */
select {
	border: 1px solid #dfdfdf;
	color: #666666;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	height: 40px;
	padding: 8px 12px;
	width: 100%;
	background-color: #f0eef0;
}
label {
	color: #333333;
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
}
button {
	border: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #d8d8d8;
 border-radius: 3px;
 border: 1px solid #dfdfdf;
 color: #999999;
 float: left;
 font-size: 14px;
 height: 40px;
 padding: 6px 20px;
 width: 100%;
}
input[type="submit"] {
	outline: none;
}
form p {
	float: left;
	position: relative;
	width: 100%;
}
form p span i {
	color: #474747;
	left: 16px;
	position: absolute;
	top: 13px;
}
option {
	padding: 5px 15px;
}
/* ThemeUnit Style's */
li {
	line-height: 28px;
	list-style: disc inside none;
}
ul ul {
	margin-left: 20px;
}
ol {
	float: none;
	list-style: decimal;
	padding-left: 15px;
}
ol ol {
	margin-left: 20px;
}
ol li {
	list-style: decimal;
	width: 100%;
}
table {
	background-color: transparent;
	max-width: 100%;
}
th {
	text-align: left;
}
table {
	margin-bottom: 15px;
	width: 100%;
}
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: 1px solid #d2d2d2;
	border: 1px solid #d2d2d2;
	line-height: 2.5;
	padding-left: 3px;
	text-align: center;
	vertical-align: top;
}
table thead tr th {
	border-top: 1px solid #d2d2d2;
	text-align: center;
	text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
	border-top: 1px solid #d2d2d2;
}
table > thead > tr > th {
	border-bottom: 2px solid #d2d2d2;
	vertical-align: bottom;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
	border-bottom: 0;
}
table > tbody + tbody {
	border-top: 2px solid #d2d2d2;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 6px 10px;
}
p ins {
	color: #999;
}
dl dd {
	margin-left: 20px;
}
address {
	font-style: italic;
}
.sticky {
}
.ec-main-section {
	float: left;
	width: 100%;
	position: relative;
}
.ec-main-wrapper.wrapper-boxed {
	box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.1);
	float: none;
	margin: 0 auto;
	width: 1240px;
	background-color: #F2F2F2;
	position: relative;
}
.ec-absolute {
	left: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 99;
	z-index: 999\0; /* IE8, IE9 */
}
.ec-mainheader.ec-sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	margin: 0px;
	-webkit-animation: movedown 0.5s linear forwards;
	-moz-animation: movedown 0.5s linear forwards;
	-ms-animation: movedown 0.5s linear forwards;
	-o-animation: movedown 0.5s linear forwards;
	animation: movedown 0.5s linear forwards;
}
/* TopBaar */
.ec-topbar {
	float: left;
	width: 100%;
	background-color: #60B245;
	text-align: center;
}
.ec-stripinfo {
	float: right;
	padding: 42px 0px 0px 0px;
	text-align: left;
}
.ec-stripinfo li {
	list-style: none;
	float: left;
	color: #F2F2F2;
	padding-left: 28px;
}
.ec-stripinfo li i {
	float: left;
	font-size: 24px;
	margin-right: 19px;
	padding: 6px 0px 0px 0px;
}
.strip-info-text {
	padding: 0px 0px 0px 15px;
	border-left: 2px solid;
	float: left;
	line-height: 1;
	text-transform: uppercase;
	font-size: 14px;
}
.strip-info-text span {
	display: block;
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
}
/* Logo */
.ec-logo {
	float: left;
	padding: 18px 0px 60px 0px;
	width: 260px;
}
/* Top Nav */
.top-nav {
	float: left;
}
.top-nav ul li {
	float: left;
	list-style: none;
	padding: 4px 20px 4px 0px;
	position: relative;
}
.top-nav ul li:last-child:before {
	display: none;
}
.top-nav ul li:before {
	content: '';
	position: absolute;
	right: 9px;
	top: 15px;
	border-left: 1px solid rgba(255,255,255,0.8);
	width: 1px;
	height: 8px;
}
.top-nav ul li a {
	color: #F2F2F2;
}
.top-nav ul li a:hover {
	color: #b2b2b2;
}
.ec-social-strip {
	float: right;
	background: #262626;
	width: 100%;
	padding: 0px 10px;
	border-bottom: 2px solid rgba(13, 38, 1, 1);
}
.social-media {
	float: right;
}
.social-media ul li {
	list-style: none;
	float: left;
	margin-right: 3px;
}
.social-media ul li a {
	color: #F2F2F2;
	padding: 4px 10px;
	float: left;
	width: 35px;
	text-align: center;
	border-left: 1px dotted rgba(255,255,255,0.5);
}
.social-media ul li a:hover {
	color: #b2b2b2;
}
.social-media ul li:last-child {
	margin-right: 0px;
}
.social-media ul li:last-child a {
	padding-right: 0px;
}
/* MainHeader */
.ec-mainheader {
	float: left;
	width: 100%;
	border-bottom: 4px solid;
	margin-top: -34px;
	position: relative;
}
.ec-left-section {
	float: left;
	width: 85.50%;
	background-color: #D8D8D8;
	position: relative;
}
.ec-getqoute {
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	color: #F2F2F2;
	padding: 20px 20px;
	width: 14%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.5px;
}
.ec-getqoute i {
	margin-right: 5px;
}
/* MainNavigation */
.main-navigation {
	float: left;
	padding-right: 14px;
}
.main-navigation ul li {
	float: left;
	list-style: none;
	position: relative;
}
.main-navigation > ul > li > a i {
	font-size: 22px;
	float: left;
	padding: 5px 0px 1px 0px;
}
.main-navigation > ul > li > a {
	color: #0b0b0b;
	text-transform: uppercase;
	float: left;
	padding: 16px 15px;
	font-size: 13px;
	position: relative;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.5px;
}
.main-navigation > ul > li > a:before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1px;
	height: 100%;
	background-color: #e9e9e9;
}
.main-navigation ul > li:last-child > a:before {
	display: none;
}
.main-navigation > ul > li.active > a, .main-navigation > ul > li:hover > a {
	color: #F2F2F2;
}
.as-dropdown {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 200px;
	background-color: #fff;
	margin: 4px 0px 0px 0px;
	opacity: 0;
	visibility: hidden;
	font-family: 'Oswald', sans-serif;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
}
.as-dropdown .as-dropdown {
	left: 100%;
	top: 0px;
	margin: 0px;
}
.as-dropdown > li:hover > .as-dropdown {
	opacity: 1;
	visibility: visible;
}
.main-navigation > ul > li:hover > .as-dropdown {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.as-dropdown li, .as-dropdown li a {
	width: 100%;
	float: left;
}
.main-navigation .as-dropdown li a {
	padding: 8px 20px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 13px;
	color: #262626;
	text-transform: uppercase;
}
.main-navigation .as-dropdown li:last-child a {
	border: none;
}
.main-navigation .as-dropdown > li:hover > a {
	color: #fff;
}
.as-dropdown li:hover a:before {
	display: none;
}
/* Login Form */
.modal-dialog {
	width: 600px;
}
.modal-title, .close {
	color: #fff;
}
.close {
	opacity: 1;
}
.modal-header .close {
	margin-top: 2px;
}
.modal-body {
	background-color: #f2f2f2;
	padding: 10px 20px 10px 20px;
}
.modal-backdrop.in {
	opacity: 0.9;
}
.modal-header {
	border-radius: 2px 2px 0px 0px;
	padding: 15px 20px 15px 20px;
}
.ec-login-form li {
	display: inline-block;
	list-style: none;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}
.ec-login-form li.half-grid.no-padding {
	padding-left: 0px;
}
.ec-login-form li.half-grid {
	width: 50%;
	margin: 0px -4px 15px 0px;
	padding-left: 20px;
	vertical-align: top;
}
.ec-login-form li input[type="text"], .ec-login-form li input[type="password"], .ec-login-form li textarea {
	background-color: #d8d8d8;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	color: #999999;
	float: left;
	font-size: 14px;
	height: 40px;
	padding: 6px 20px;
	width: 100%;
}
.ec-login-form li textarea {
	height: 150px;
}
.select-parent {
	position: relative;
}
.select-parent:after {
	background-color: #f0eef0;
	border-left: 1px solid #d3e5eb;
	border-radius: 0 2px 2px 0;
	bottom: 1px;
	color: #4c545a;
	content: "\f107";
	font-family: FontAwesome;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	pointer-events: none;
	position: absolute;
	right: 1px;
	text-align: center;
	width: 35px;
}
.ec-login-form label {
	font-weight: bold;
	margin-bottom: 4px;
}
.modal-header h5 {
	margin: 0px;
	text-transform: uppercase;
	color: #F2F2F2;
}
/* MainBanner */
.ec-mainbanner {
	float: left;
	width: 100%;
	position: relative;
}
.ec-loading-section {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 98;
	background: url(images/ajax-loader.gif) center no-repeat #fff;
}
.ec-mainbanner .flex-control-nav {
	display: none;
}
.ec-line-pattren {
	position: absolute;
	left: 0px;
	top: 0px;
	/* background-color: rgba(0,0,0,0.60); */
	width: 100%;
	height: 100%;
	z-index: 99;
}
.ec-caption {
	position: absolute;
	left: 0px;
	top: 0%;
	width: 100%;
	z-index: 9999;
	padding: 15% 0px 0px 0px;
}
.ec-caption h1 {
	text-transform: uppercase;
	color: #F2F2F2;
	float: left;
	margin-left: 70px;
	margin-bottom: 0px;
	margin-top: 30px;
	font-size: 22px;
	padding: 10px;
	font-family: 'Oswald', sans-serif;
}
.as-captiontitle span {
	font-size: 18px;
	color: #60B245;
	background-color: #D8D8D8;
	float: left;
	padding: 8px 10px;
	margin-bottom: 30px;
	margin-left: 70px;
}
.ec-caption p {
	color: #F2F2F2;
	float: left;
	margin-left: 70px;
}
.ec-caption a {
	float: left;
	color: #F2F2F2;
	padding: 3px 22px;
	margin-left: 70px;
}
.caption-left-section {
	float: left;
	width: 40%;
	padding: 6% 0px 0px 0px;
}
.caption-right-section {
	float: right;
}
/* Main Content */
.ec-main-content {
	float: left;
	width: 100%;
	padding: 40px 0px 0px 0px;
	background-color: #F2F2F2;
}
/* Call Action */
.ec-call-action {
	float: left;
	width: 100%;
}
.ec-call-action i {
	float: left;
	width: 68px;
	height: 68px;
	border: 1px solid #d9d9d9;
	font-size: 40px;
	text-align: center;
	padding: 12px 0px 0px 0px;
	margin-right: 30px;
}
.ec-action-text {
	display: inline-block;
}
.ec-action-text h2 {
	margin: 0px 0px 1px 0px;
}
.ec-action-text span {
	font-size: 18px;
	color: #262626;
	font-weight: 600;
}
.ec-call-action a {
	float: right;
	padding: 10px 40px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin: 7px 0px 0px 0px;
}
/* Main Title */
.ec-main-title {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.ec-main-title h2 {
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	padding-left: 17px;
	margin: 0px;
}
.ec-main-title h2:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 7px;
	width: 3px;
	height: 21px;
}
/* Main Info */
.ec-liststyle {
	float: left;
	width: 100%;
	margin-bottom: 26px;
}
.ec-liststyle ul li {
	list-style: none;
	float: left;
	width: 100%;
	padding: 0px 0px 0px 15px;
	position: relative;
}
.ec-liststyle ul li a {
	color: #60B245;
}
.ec-liststyle ul li a:hover {
	color: #D8D8D8;
}
.ec-liststyle ul li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 12px;
	width: 5px;
	height: 5px;
}
.ec-wellcome-text strong {
	margin-bottom: 22px;
	display: inline-block;
}
.ec-wellcome-text {
	float: left;
	width: 100%;
}
.ec-wellcome-text a {
	float: left;
	padding: 10px 20px;
	color: #F2F2F2;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid;
}
.ec-wellcome-text a:hover {
	background-color: #F2F2F2;
	color: #262626;
}
/* Blog */
.ec-blog {
	float: left;
	width: 100%;
}
.ec-blog > ul > li {
	list-style: none;
}
.ec-blogmedium figure {
	float: left;
	width: 140px;
}
 figure img{
 width: 140px;
 max-height:105px;
}
.ec-bloghover {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.60);
	color: #F2F2F2;
	font-size: 24px;
	text-align: center;
	opacity: 0;
}
.ec-bloghover i {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	margin: -12px 0px 0px -30px;
}
.ec-blogmedium ul li:hover .ec-bloghover, .ec-blog-grid-wrap:hover .ec-bloghover {
	opacity: 1;
}
.ec-blogmedium ul li:hover .ec-bloghover i, .ec-blog-grid-wrap:hover .ec-bloghover i {
	margin: -12px 0px 0px 0px;
}
.ec-blogmedium figure ~ .ec-blog-text {
	padding: 0px 0px 0px 165px;
}
.ec-blog-text h5 {
	margin-bottom: 9px;
}
.ec-blog-text p {

	color: #000;

font-weight: 600;



	text-align: left;

}

.ec-blog-text p i {

	font-size: 12px;

}

/* Blog Grid */
.ec-blog-grid-wrap, .ec-blog-grid-wrap figure, .ec-blog-grid-wrap figure a, .ec-blog-grid-wrap figure img, .ec-blog-info, .ec-inner-info, .ec-blog-option, .ec-blog-grid-wrap h4 {
	float: left;
	width: 100%;
}
.ec-blog-option {
	margin: 0px;
}
.ec-blog-grid-wrap {
	border: 1px solid #e9e9e9;
}
.ec-blog-grid-wrap figure {
	margin-bottom: 0px;
}
.ec-blog-info {
	background-color: #F2F2F2;
}
.ec-blog-grid-wrap h5 {
	border-bottom: 1px solid #e9e9e9;
	padding: 12px 12px;
	margin-bottom: 13px;
}
.ec-inner-info {
	padding: 0px 16px 20px 16px;
}
.ec-blog-option li {
	float: left;
	list-style: none;
	margin-right: 10px;
	margin-bottom: 3px;
	color: #aaaaaa;
}
.ec-blog-option li a {
	color: #aaaaaa;
}
.ec-blog-option li i {
	margin-right: 6px;
}
.ec-inner-info a.pull-right i {
	margin-right: 4px;
}
/* Blog LArge */
.ec-blog-large .ec-blog-grid-wrap {
	border: none;
}
.ec-blog-large .ec-blog-info {
	background: none;
}
.ec-blog-large .ec-blog-grid-wrap h3 {
	margin: 0px 0px 5px 0px;
}
.ec-blog-large .ec-blog-option {
	margin-bottom: 3px;
}
.ec-blog-large .ec-blog-info time {
	float: left;
	width: 70px;
	font-size: 32px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 18px 0px 0px 0px;
}
.ec-blog-large .ec-blog-info time span {
	display: block;
	font-size: 14px;
	background-color: #eaeaea;
	color: #262626;
	margin-top: 15px;
}
.ec-blog-large .ec-inner-info {
	border: 1px solid #eaeaea;
	background-color: #F2F2F2;
	padding: 25px 30px;
}
.ec-blog-large .ec-blog-info time ~ .ec-inner-info {
	margin: -40px 0px 0px 70px;
	float: none;
	width: auto;
	position: relative;
}
ul li:hover .ec-largehover {
	opacity: 1;
}
ul li:hover .ec-largehover span {
	top: 50%;
}
.ec-largehover {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.80);
	opacity: 0;
}
.ec-largehover span {
	position: absolute;
	left: 50%;
	top: 20%;
	width: 43px;
	height: 43px;
	text-align: center;
	padding: 12px 0px 0px 12px;
	margin: -20px 0px 0px -10px;
}
.ec-largehover span:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.60;
	width: 100%;
	height: 100%;
}
.ec-blog .ec-largehover img {
	width: auto;
	display: inline-block;
	position: relative;
}
/* Blog Medium View Two */
.ec-medium-blog figure {
	float: left;
	width: 236px;
	margin: 0px;
}
.ec-medium-blog figure img {
	float: left;
	width: 100%;
}
.ec-blog-text h5 a {
}
.ec-blog-text h5 a:hover {
	color: #fff !important;
}
.ec-medium-blog .ec-blog-text h5 {
	margin-bottom: 4px;
}
.ec-medium-blog .ec-blog-wrap {
	float: left;
	width: 100%;
	background-color: #F2F2F2;
	border: 1px solid #eaeaea;
}
.ec-medium-blog figure ~ .ec-blog-text {
	padding: 16px 16px 0px 256px;
}
.ec-medium-blog .ec-flip-section figure ~ .ec-blog-text {
	padding: 16px 245px 0px 16px;
}
.ec-medium-blog .ec-flip-section figure {
	float: right;
}
.ec-medium-blog .ec-blog-text p {
	float: left;
}
.ec-medium-blog .ec-flip-section .ec-date {
	left: auto;
	right: -10px;
}
.ec-medium-blog .ec-flip-section .ec-date:before {
	left: auto;
	right: 0px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.ec-date {
	position: absolute;
	left: -10px;
	bottom: 9px;
	color: #F2F2F2;
	padding: 4px 14px;
}
.ec-date i {
	margin-right: 5px;
}
.ec-date:before {
	content: '';
	border-top: 10px solid;
	border-left: 10px solid transparent;
	position: absolute;
	left: 0px;
	bottom: -9px;
}
/* Blog Detail */
.ec-detail {
	float: left;
	width: 100%;
	background-color: #F2F2F2;
	border: 1px solid #e9e9e9;
}
.ec-detail .ec-blog > ul > li {
	margin: 0px;
}
.ec-detail .ec-blog-grid-wrap {
	border: none;
}
.ec-detail-editor {
	float: left;
	width: 100%;
	padding: 0px 28px 0px 28px;
}
.ec-detail-editor p {
	margin-bottom: 20px;
}
.ec-detail .ec-inner-info {
	padding: 0px;
	border: none;
}
.ec-detail .ec-blog-grid-wrap figure {
	margin-bottom: 20px;
}
.ec-detail .ec-blog-info {
	padding: 0 27px;
}
.ec-detail .ec-blog-option li {
	margin-right: 17px;
}
/* Blockquote */
blockquote {
	border: 1px solid #e9e9e9;
	border-left: none;
	border-right: none;
	color: #333333;
	float: left;
	font-size: 18px;
	line-height: 1.6;
	margin: 20px 0px 40px 0px;
	padding: 14px 30px 30px 30px;
	position: relative;
	width: 100%;
	font-style: italic;
}
blockquote:before {
	content: "\f10d";
	background-color: #fcfcfc;
	border: 1px solid #e9e9e9;
	border-radius: 100%;
	color: #bbb7b7;
	font-family: FontAwesome;
	font-size: 11px;
	height: 30px;
	left: -10px;
	line-height: 29px;
	position: absolute;
	text-align: center;
	top: -11px;
	width: 30px;
}
blockquote:hover:before, .quote-btn:hover {
	color: #F2F2F2;
}
.quote-btn {
	background-color: #fcfcfc;
	border: 1px solid #e9e9e9;
	bottom: -18px;
	color: #3e3e3e;
	font-size: 14px;
	left: 50%;
	margin: 0px 0px 0px -70px;
	padding: 3px 25px 5px 25px;
	position: absolute;
}
/* Detail Post */
.ec-postsection {
	border: 1px solid #e9e9e9;
	float: left;
	margin: 0px 0px 30px 0px;
	width: 100%;
}
.ec-postsection ul li {
	border-right: 1px solid #e9e9e9;
	display: inline-block;
	list-style: none;
	margin: 0px -3px 0px 0px;
	vertical-align: middle;
	width: 50%;
	position: relative;
}
.post-info {
	padding: 8px 20px 8px 120px;
}
.post-info > a {
	font-weight: bold;
}
.ec-postsection ul li:last-child {
	border-right: none;
	margin-right: 0px;
}
.ec-postsection ul li > a {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
.ec-postsection ul li h6 {
	float: left;
	margin: 0px 0px 0px 0px;
	text-transform: capitalize;
	width: 100%;
}
.ec-postsection ul li.ec-next-post > a {
	float: right;
}
.ec-postsection ul li.ec-next-post h6 {
	float: left;
	text-align: right;
}
.ec-arrow-left {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 34px;
	border-left: 1px solid #e9e9e9;
	color: #ccc;
	font-size: 18px;
	text-align: center;
	padding: 32px 0px 0px 0px;
}
.ec-postsection ul li.ec-next-post .ec-arrow-left {
	right: auto;
	left: 0px;
	border-right: 1px solid #e9e9e9;
	border-left: none;
}
.ec-previous-post > img {
	float: left;
	width: 104px;
}
.ec-next-post > img {
	float: right;
	width: 104px;
}
.ec-next-post .post-info {
	padding: 8px 120px 8px 20px;
	text-align: right;
}
.ec-postsection ul li:hover .ec-arrow-left {
	color: #F2F2F2;
}
/* UserComment */
#eccomments {
	position: relative;
}
#eccomments, #eccomments h2, .thumblist, #eccomments ul ul.children {
	float: left;
	width: 100%;
}
#eccomments h2 {
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}
#eccomments ul li .thumblist {
	padding-bottom: 10px;
}
#eccomments ul li {
	float: left;
	list-style: none;
	position: relative;
	width: 100%;
}
#eccomments ul ul {
	margin: 0px;
}
#eccomments ul li figure {
	border-radius: 100%;
	display: table-cell;
	width: 70px;
	vertical-align: middle;
}
#eccomments ul li figure a {
	width: 70px;
	float: left;
}
#eccomments ul li figure img {
	border-radius: 100%;
}
#eccomments ul li figure ~ .text {
	padding: 0px 0px 0px 30px;
	display: table-cell;
	vertical-align: middle;
}
.children > li {
	background-color: #F2F2F2;
	padding: 20px 20px 15px 20px;
}
#eccomments ul li .text a {
	display: inline-block;
	font-weight: bold;
	margin: 0px 10px 5px 0px;
	text-transform: capitalize;
	font-family: 'PT Sans', sans-serif;
}
#eccomments ul li .text time {
	color: #999999;
	font-size: 12px;
}
#eccomments ul li .text a.replay-btn {
	color: #333;
	font-weight: normal;
	position: absolute;
	right: 0px;
	text-transform: uppercase;
	top: 0px;
	text-decoration: underline;
}
#eccomments ul li .text a.replay-btn:hover {
	border-color: transparent;
	color: #F2F2F2;
}
#eccomments ul ul.children {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 116px;
	position: relative;
}
/*#eccomments > ul:before {
	border-left: 1px solid #e9e9e9;
	content: '';
	height: 80%;
	left: 30px;
	position: absolute;
	top: 55px;
	width: 2px;
 }*/

/*#eccomments ul ul.children:after {
	border-bottom: 1px solid #e9e9e9;
	content: '';
	height: 2px;
	left: 30px;
	position: absolute;
	top: 35px;
	width: 88px;
 }*/
 /* Comment */
.ec-form {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.ec-form form {
	float: left;
	width: 100%;
	position: relative;
}
.ec-form form p {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.ec-form form p:last-child {
	padding-bottom: 0px;
}
.ec-form form p input[type="text"] {
	float: left;
	width: 50%;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	height: 40px;
	padding: 6px 13px 6px 13px;
}
.ec-form form p textarea {
	float: left;
	width: 100%;
	border: 1px solid #e9e9e9;
	height: 160px;
	padding: 6px 13px 6px 13px;
}
.ec-form form p.ec-comment {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	padding: 0px 0px 0px 20px;
}
.ec-form form p.ec-submit {
	width: 50%;
	float: right;
	padding: 0px 0px 0px 20px;
}
.ec-form form p input[type="submit"], .ec-login-form li input[type="submit"] {
	float: left;
	padding: 6px 22px;
	font-size: 15px;
	color: #F2F2F2;
	border-radius: 4px;
	border: none;
	font-weight: 500;
}
/* Main Title */
.ec-fancy-title {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.ec-fancy-title h2 {
	display: inline-block;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 9px 0px;
	position: relative;
}
.ec-fancy-title h2:before {
	background: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	margin: 0 0 0 -28px;
	position: absolute;
	width: 60px;
}
.ec-white-title h2, .ec-white-title p {
	color: #F2F2F2;
}
.ec-divider {
	float: left;
	width: 100%;
	margin: 10px 0px;
}
.ec-fancy-title p {
	display: inline-block;
	width: 50%;
}
.ec-transparent-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ec-transparent-bg1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #60B245;
}
/* FilterAble */
.portfolio-items {
	width: 100%;
}
.portfolio-filter {
	float: left;
	margin-bottom: 25px;
	text-align: center;
	width: 100%;
	position: relative;
}
.portfolio-filter li {
	display: inline-block;
	list-style: none;
	margin: 0px 4px 4px 0px;
}
.portfolio-filter li a {
	border-radius: 3px;
	color: #F2F2F2;
	float: left;
	padding: 6px 12px 8px 12px;
	font-size: 16px;
	line-height: 1;
}
.portfolio-filter li a.active {
	color: #F2F2F2;
}
/* PortFolio List */
.ec-portfolio, .ec-portfolio figure, .ec-more-btn, .ec-portfolio figure > a, .ec-portfolio figure > a >img {
	float: left;
	width: 100%;
}
.ec-portfolio figure {
	overflow: hidden;
	margin: 0px;
}
.ec-portfolio ul li {
	list-style: none;
}
.ec-modren {
	margin-bottom: 40px;
}
.ec-modren ul li {
	padding: 0px;
}
.ec-portfolio ul li:hover figure img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
.ec-portfolio figure figcaption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	text-align: center;
	opacity: 0;
}
.ec-portfolio ul li:hover figure figcaption {
	opacity: 1;
}
.port-icon {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	margin: -55px 0px 0px 0px;
}
.port-icon a, .port-icon span {
	color: #F2F2F2;
}
.ec-port-icon {
	font-size: 28px;
	margin-bottom: 14px;
	display: inline-block;
}
.ec-port-icon {
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
}
.ec-portfolio ul li:hover .ec-port-icon, .ec-portfolio ul li:hover .port-icon span {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.port-icon h3 {
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 9px;
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	transform: translateX(-40px);
}
.ec-portfolio ul li:hover .port-icon h3 {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
.port-icon span {
	font-size: 15px;
	border-top: 1px solid;
	padding-top: 5px;
	display: inline-block;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}
.ec-more-btn {
	text-align: center;
	position: relative;
}
.ec-viewbtn {
	display: inline-block;
	text-transform: uppercase;
	color: #F2F2F2;
	padding: 10px 20px;
}
.ec-viewbtn i {
	margin-left: 4px;
}
/* PortFolio Gutter */
.ec-portfolio-gutter {
	float: left;
	width: 100%;
}
.ec-portfolio-gutter .portfolio-filter li a {
	color: #262626;
}
.ec-portfolio-gutter .portfolio-filter li a.active {
	color: #F2F2F2;
}
/* Simple PortFolio */
.ec-simple ul li {
	margin-bottom: 30px;
}
.ec-port-info {
	float: left;
	width: 100%;
	background: #F2F2F2;
	padding: 25px 75px 14px 25px;
	position: relative;
}
.ec-port-info h4 {
	margin: 0px;
	line-height: 1;
}
.ec-port-info span {
	font-size: 15px;
}
.ec-simple ul li:hover .ec-godetail {
	color: #F2F2F2;
}
.ec-godetail {
	position: absolute;
	right: 0px;
	top: 0px;
	border-left: 2px solid #e9e9e9;
	height: 100%;
	width: 73px;
	text-align: center;
	color: #cccccc;
	padding: 33px 0px 0px 0px;
	font-size: 22px;
}
.ec-simplehover {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.ec-simple ul li:hover .ec-simplehover {
	opacity: 1;
}
.ec-simplehover a {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.33);
	border-radius: 100%;
	color: #F2F2F2;
	font-size: 16px;
	text-align: center;
	padding: 11px 0px 0px 0px;
	margin: -15px 0px 0px -20px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.ec-simple ul li:hover .ec-simplehover a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ec-simplehover:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.62;
}
/* PortFolio Detail */
.ec-portfolio-detail {
	background-color: #F2F2F2;
	border: 1px solid #e9e9e9;
	float: left;
	width: 100%;
	padding: 28px 28px 10px 28px;
}
.ec-portfolio-detail .ec-detail-editor {
	padding: 0px;
}
.ec-portfolio-detail .ec-port-info {
	border: 1px solid #e9e9e9;
	border-top: none;
}
/* Portfolio Sidebar */
.ec-portfolio-info {
	background-color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.ec-port-box {
	float: left;
	padding: 28px 30px 22px 30px;
	width: 100%;
}
.ec-port-box span {
	color: #999999;
	display: inline-block;
	margin-bottom: 10px;
}
.ec-port-box p {
	color: #333333;
	margin-bottom: 18px;
}
.ec-portlist {
	float: left;
	margin-bottom: 18px;
	width: 100%;
}
.ec-portlist li {
	color: #999999;
	list-style: square inside;
}
.ec-port-box .ec-sharepost {
	border: none;
	margin: 0px;
	padding: 0px;
}
.ec-port-box .ec-sharepost h5 {
	margin-bottom: 10px;
}
.ec-port-btn {
	background-color: #fcfcfc;
	border-radius: 3px;
	border: 1px solid #ddd;
	color: #3f3f3f;
	float: left;
	font-size: 18px;
	margin-top: 2px;
	padding: 12px 15px;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
}
.ec-port-btn:hover {
	color: #F2F2F2;
}
/* SharePost */
.ec-sharepost {
	border-top-width: 2px;
	border: 1px solid #ddd;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 16px 16px 5px 16px;
	width: 100%;
}
.ec-sharepost span {
	float: left;
	font-weight: bold;
	margin: 6px 20px 0px 0px;
	text-transform: uppercase;
	color: #444;
}
.ec-sharepost ul li, .ec-authorpost ul li {
	float: left;
	list-style: none;
	margin: 0px 10px 10px 0px;
}
.ec-sharepost ul li a, .ec-authorpost ul li a {
	border-radius: 100%;
	color: #F2F2F2;
	float: left;
	font-size: 14px;
	height: 30px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	width: 30px;
}
.ec-sharepost ul li a:hover, .ec-authorpost ul li a:hover {
	opacity: 0.7;
}
.ec-sharepost ul li a[data-original-title="Facebook"] {
	background-color: #005992 !important;
}
.ec-sharepost ul li a[data-original-title="Twitter"] {
	background-color: #2a99e1 !important;
}
.ec-sharepost ul li a[data-original-title="Google-Plus"] {
	background-color: #fc0012 !important;
}
.ec-sharepost ul li a[data-original-title="Youtube"] {
	background-color: #d61727 !important;
}
.ec-sharepost ul li a[data-original-title="Instagram"] {
	background-color: #a77b62 !important;
}
.ec-sharepost ul li a[data-original-title="Share-Alt"] {
	background-color: #fa6f52 !important;
}
.ec-sharepost ul li a[data-original-title="linkedin"] {
	background-color: #006699 !important;
}
/* Services */
.ec-services ul li {
	list-style: none;
	margin-bottom: 30px;
}
.ec-service-wrap {
	float: left;
	width: 100%;
	background-color: #F2F2F2;
	text-align: center;
	padding: 40px;
}
.ec-small-view .ec-service-wrap {
	padding-top: 0px;
}
.ec-small-view .ec-icon {
	margin-top: -70px;
	background-color: #F2F2F2;
}
.ec-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	border: 1px solid;
	border-radius: 4px;
	font-size: 30px;
	padding: 20px 0px 0px 0px;
	margin-bottom: 22px;
}
.ec-service-wrap h4 {
	margin: 0px 0px 6px 0px;
}
.ec-infowrap a i {
	margin-left: 4px;
}
.ec-services ul li:hover .ec-icon {
	color: #F2F2F2;
}
/* Counter */
.ec-counter ul li {
	list-style: none;
	margin-bottom: 30px;
}
.ec-counter ul li i {
	font-size: 30px;
	float: left;
	padding: 0px 16px 0px 0px;
}
.counter-info {
	float: left;
}
.word-count {
	font-size: 30px;
	color: #F2F2F2;
	margin-bottom: 8px;
	display: inline-block;
}
.ec-counter ul li small {
	display: block;
	font-size: 16px;
	color: #F2F2F2;
	font-weight: 400;
	text-transform: uppercase;
}
.counter-wrap {
	float: left;
	width: 100%;
	padding: 26px 40px 22px 40px;
	background-color: rgba(255,255,255,0.20);
}
/* Testimonial */
.ec-testimonial-wrap {
	float: left;
	width: 100%;
	background-color: #F2F2F2;
	border: 1px solid #ebe9e9;
	padding: 34px 30px 35px;
}
.ec-testimonial-wrap i {
	float: left;
	font-size: 110px;
	font-weight: bold;
	margin: 30px 0px 0px -10px;
	position: relative;
}
.ec-testimonial-wrap i:before {
	content: ' “ ';
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 110px;
}
.ec-testimonial-wrap p {
	font-size: 18px;
	color: #454444;
	font-style: italic;
	line-height: 1.6;
	font-weight: bold;
	padding-left: 75px;
}
.ec-testimonial-wrap span {
	font-size: 16px;
	color: #454444;
	float: left;
	width: 100%;
	margin-top: 25px;
	padding: 0px 0px 0px 29px;
	position: relative;
	line-height: 0.8;
	font-weight: normal;
	font-style: normal;
}
.ec-testimonial-wrap span:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 2px;
	width: 20px;
	height: 1px;
}
.ec-testimonial .flex-direction-nav {
	display: none;
}
.ec-testimonial .flex-control-nav li {
	margin: 0px 3px;
	display: none;
}
.ec-testimonial .flex-control-paging li a {
	width: 10px;
	height: 10px;
	border-radius: 0px;
	box-shadow: none;
}
.ec-testimonial .flex-control-paging li a.flex-active {
	background-color: #e9e9e9;
}
.ec-testimonial .flex-control-paging {
	position: absolute;
	right: 30px;
	bottom: -42px;
	width: auto;
}
/* Partner */
.ec-sponsored, .ec-sponsored ul li a, .ec-sponsored ul li a img {
	float: left;
	width: 100%;
}
.ec-sponsored ul {
	margin: 0px -5px;
}
.ec-sponsored ul li {
	list-style: none;
	padding: 0px 5px;
	margin-bottom: 10px;
}
.ec-sponsored ul li a {
	border: 1px solid #ebe9e9;
}
/* SubHeader */
.ec-minheader {
	float: left;
	width: 100%;
	background: url(extra-images/breadcrumb-bg1.jpg);
	background-size: cover;
	height: 390px;
	position: relative;
	padding: 212px 0px 0px 0px;
}
.ec-minheader-wrap {
	float: left;
	width: 100%;
	padding: 56px 0px 0px 0px;
	text-align: center;
}
.full-pattren {
	background: url(images/transparent-pattren.png);
	background-color: rgba(0,0,0,0.80);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.ec-page-title {
	display: inline-block;
	margin-bottom: 32px;
}
.ec-page-title h1 {
	display: block;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 11px 0px;
	line-height: 0.9;
	color: #F2F2F2;
}
.ec-page-title p {
	color: #F2F2F2;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}
.ec-breadcrumb {
	display: inline-block;
}
.ec-breadcrumb li {
	float: left;
	list-style: none;
	padding: 0px 12px;
	position: relative;
	background-color: rgba(0,0,0,0.30);
}
.ec-breadcrumb li a {
	color: #F2F2F2;
	font-weight: 600;
	text-transform: uppercase;
}
.ec-breadcrumb li:before {
	content: "/";
	position: absolute;
	left: -1px;
	top: 0px;
	color: #F2F2F2;
}
.ec-breadcrumb li:first-child:before {
	display: none;
}
/* Pagination */
.ec-pagination {
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0px 15px 0px;
}
.ec-pagination li {
	display: inline-block;
	margin-left: 6px;
}
.ec-pagination li a {
	border: 1px solid #e9e9e9;
	padding: 1px 12px;
	color: #262626000;
	font-size: 14px;
	float: left;
	background-color: #F2F2F2;
}
.ec-pagination li:hover a, .ec-pagination li.active a {
	color: #F2F2F2;
}
/* Widget */
.ec-main-content .widget {
	float: left;
	/*width: 100%;
	background-color: #F2F2F2;*/
	padding: 15px;/*margin-bottom: 20px;*/
}
.ec-main-content .widget_categories ul li {
	border-color: #eee;
}
.ec-main-content .widget_gallery ul li:hover a:before {
	padding-top: 36px;
}
.ec-custom-search form {
	display: inline-block;
	margin-top: 30px;
	position: relative;
	width: 430px;
}
/* Search Widget */
.widget.ec-custom-search form {
	margin: 0px;
	width: 100%;
}
.widget.ec-custom-search form input[type="text"] {
	height: 40px;
}
.widget.ec-custom-search form input[type="submit"] {
	height: 38px;
	width: 40px;
}
.widget.ec-custom-search form label:before {
	font-size: 14px;
	left: 15px;
	top: 8px;
}
.ec-custom-search form input[type="text"] {
	border: 1px solid #eee;
	color: #999999;
	float: left;
	height: 45px;
	padding: 6px 30px;
	text-transform: uppercase;
	width: 100%;
}
.ec-custom-search form label {
	margin: 0px;
	position: absolute;
	right: 1px;
	top: 1px;
}
.ec-custom-search form label:before {
	color: #999999;
	content: "\f002";
	cursor: pointer;
	font-family: 'FontAwesome';
	font-size: 14px;
	left: 20px;
	position: absolute;
	top: 13px;
}
.ec-custom-search form input[type="submit"] {
	background-color: #F2F2F2;
	border-left: 1px solid #eee;
	border: none;
	float: left;
	height: 43px;
	width: 60px;
}
/* Recent Tweets Widget */
.widget-twitter ul li {
	color: #cccccc;
	float: left;
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 30px;
	position: relative;
	width: 100%;
}
aside .widget-twitter ul li {
	color: #333;
}
.widget-twitter ul li a {
	color: #448bff;
	font-weight: bold;
}
.widget-twitter ul li i {
	color: #448bff;
	font-size: 20px;
	left: 0px;
	position: absolute;
	top: 6px;
}
/* Twitter */
.ec-twitter {
	float: left;
	width: 100%;
	text-align: center;
}
.tweet-thumb {
	display: inline-block;
	position: relative;
	margin-bottom: 8px;
}
.tweet-thumb:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	border-bottom: 1px solid #F2F2F2;
	width: 100%;
	height: 2px;
}
.ec-twitter .slides .tweet-thumb img {
	width: auto;
	float: left;
	border-radius: 100%;
	position: relative;
	border: 4px solid #fff;
}
.tweet-thumb i {
	float: left;
	width: 70px;
	height: 70px;
	background-color: #F2F2F2;
	border-radius: 100%;
	color: #00bce9;
	font-size: 40px;
	padding: 15px 0px 0px 0px;
	position: relative;
}
.tweet-thumb a {
	float: left;
	background-color: #F2F2F2;
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	border-radius: 40px;
	padding: 0px 19px;
	position: relative;
	margin: 21px 22px 0px 22px;
}
.ec-twitter span {
	font-size: 24px;
	color: #F2F2F2;
	display: inline-block;
	width: 90%;
	line-height: 1.5;
}
.ec-twitter .flex-direction-nav, .ec-twitter .flex-control-nav {
	display: none;
}
/* Team Grid */
.ec-team, .ec-team-grid figure, .ec-team figure a, .ec-team figure a img {
	float: left;
	width: 100%;
}
.ec-team figure {
	margin: 0px;
	overflow: hidden;
}
.ec-team-grid figure {
	border: 1px solid #e9e9e9;
	border-bottom: none;
}
.ec-team ul li:hover figure a img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.ec-team > ul > li {
	list-style: none;
	margin-bottom: 30px;
}
.ec-team figcaption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.70);
	padding: 17px;
	opacity: 0;
}
.ec-team ul li:hover figcaption, .ec-team-grid ul li:hover figcaption p, .ec-team-grid ul li:hover figcaption ul {
	opacity: 1;
}
.ec-team-grid figcaption p {
	color: #F2F2F2;
	opacity: 0;
}
.ec-team-grid figcaption ul {
	margin: 0px;
	position: absolute;
	left: 17px;
	bottom: 0px;
	width: 100%;
	opacity: 0;
}
.ec-team-grid ul li:hover figcaption ul {
	bottom: 17px;
}
.ec-team-grid figcaption ul li, .ec-socialnetwork li {
	list-style: none;
	float: left;
	margin-right: 5px;
}
.ec-team-grid figcaption ul li a, .ec-socialnetwork li a {
	color: #F2F2F2;
	float: left;
	width: 25px;
	height: 25px;
	background: #3864a3;
	border-radius: 100%;
	text-align: center;
	font-size: 12px;
	padding: 6px 0px 0px 0px;
}
.ec-team-grid figcaption ul li a.fa-dribbble, .ec-socialnetwork li a.fa-dribbble {
	background: #e56193;
}
.ec-team-grid figcaption ul li a.fa-twitter, .ec-socialnetwork li a.fa-twitter {
	background: #3eacff;
}
.ec-team-grid figcaption ul li a.fa-google-plus, .ec-socialnetwork li a.fa-google-plus {
	background: #dd4b39;
}
.ec-team-grid .ec-teaminfo {
	float: left;
	width: 100%;
	background: #F2F2F2;
	padding: 20px 20px 14px 20px;
	position: relative;
	border: 1px solid #e9e9e9;
	border-top: none;
}
.ec-teaminfo h6 {
	text-transform: uppercase;
	margin-bottom: 0px;
	line-height: 1;
}
.ec-teaminfo span {
	color: #777777;
	font-size: 14px;
}
.ec-team ul li:hover .ec-detail-link {
	color: #F2F2F2;
}
.ec-detail-link {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 36px;
	border-left: 1px solid #e9e9e9;
	height: 100%;
	color: #777777;
	text-align: center;
	padding: 24px 0px 0px 0px;
	font-size: 18px;
}
/* Team Medium */
.ec-team-medium figure {
	float: left;
	width: 147px;
}
.team-wrap {
	float: left;
	width: 100%;
	background: #F2F2F2;
	padding: 22px;
}
.ec-team-medium .ec-teaminfo h6 {
	margin-bottom: 12px;
}
.ec-team-medium figure ~ .ec-teaminfo {
	padding: 0px 0px 0px 167px;
}
.ec-short-section {
	float: left;
	width: 100%;
	border-top: 1px solid #e9e9e9;
	padding: 14px 0px 0px 0px;
	margin-top: 7px;
}
.ec-short-section ul {
	margin: 0px;
}
.ec-short-section ul li {
	list-style: none;
	float: left;
	margin-right: 20px;
}
.ec-short-section ul li a {
	color: #777777;
}
.ec-teammore {
	float: right;
	text-transform: uppercase;
}
.ec-video {
	float: left;
	width: 100%;
}
/* Team Detail */
.ec-team-thumb {
	float: left;
	width: 267px;
	border: 1px solid #e9e9e9;
	margin-bottom: 22px;
}
.ec-team-thumb img {
	float: left;
	width: 100%;
}
.ec-team-thumb ~ .ec-team-detail {
	padding: 0px 0px 0px 300px;
}
.ec-team-detail h2 {
	margin-bottom: 15px;
}
.ec-team-detail p {
	margin-bottom: 18px;
}
.ec-team-detail .ec-team-network {
	float: left;
	margin: 8px 0 0;
}
.ec-process-list {
	padding: 10px 0 0;
	margin: 0 0 24px;
	float: left;
	width: 100%;
}
.ec-process-list li {
	list-style: none;
	position: relative;
	padding-bottom: 25px;
}
.ec-process-list .num {
	float: left;
	width: 50px;
	height: 50px;
	background: #ddd;
	color: #262626;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	z-index: 99;
}
.ec-process-list li:last-child:after {
	display: none;
}
.ec-process-list li:after {
	position: absolute;
	left: 25px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #ddd;
	content: '';
}
.ec-process-list .ec-text {
	padding: 0 0 0 30px;
	overflow: hidden;
}
.ec-process-list h6 {
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
}
/* ShopList */
.ec-shop, .ec-shop-list ul li figure, .ec-shop-list ul li figure img, .ec-shop-thumb {
	float: left;
	width: 100%;
}
.ec-shop-thumb {
	overflow: hidden;
}
.ec-shop-list ul li figure {
	margin: 0px;
	border: 1px solid #dedede;
}
.ec-shop ul li {
	list-style: none;
}
.ec-shop > ul > li {
	margin-bottom: 30px;
}
.ec-shop-list ul li figure figcaption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.50);
	text-align: center;
	opacity: 0;
}
.ec-shop-list ul li:hover figure figcaption {
	opacity: 1;
}
.ec-shop-list ul li figure figcaption span {
	display: block;
	color: #F2F2F2;
}
.ec-rating {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin-right: 0;
	padding-bottom: 0px;
	position: relative;
	width: 100px;
}
.ec-rating:before, .rating-box:before {
	color: #ffae00;
	content: '\f006 \f006 \f006 \f006 \f006';
	font-family: FontAwesome;
	font-size: 16px;
	left: 0;
	letter-spacing: 4px;
	position: absolute;
	top: 0;
}
.rating-box:before {
	content: "\f005 \f005 \f005 \f005 \f005";
	color: #ffae00;
}
.rating-box {
	height: 16px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}
.ec-shophover {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	margin: -25px 0px 0px 0px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.ec-shop-list ul li:hover .ec-shophover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ec-shop-list ul li:hover figure img {
	-webkit-transform: scale(1.9) rotate(10deg);
	-moz-transform: scale(1.9) rotate(10deg);
	-ms-transform: scale(1.9) rotate(10deg);
	-o-transform: scale(1.9) rotate(10deg);
	transform: scale(1.9) rotate(10deg);
}
.ec-shopinfo {
	float: left;
	width: 100%;
	text-align: left;
	border: 1px solid #dedede;
	border-top: none;
	padding: 12px 0px 0px 0px;
	background-color: #F2F2F2;
}
.ec-shopinfo span {
	color: #777;
	margin-bottom: 10px;
	display: inline-block;
	padding: 0px 22px 0px 22px;
	width: 100%;
}
.ec-shopinfo span small {
	text-decoration: line-through;
}
.ec-shopinfo h3 {
	margin: 0px 0px 2px 0px;
	text-transform: uppercase;
	position: relative;
	padding: 0px 22px 4px 22px;
}
.ec-shopinfo h3:before {
	content: '';
	position: absolute;
	left: 22px;
	bottom: 0px;
	width: 42px;
	height: 1px;
	background-color: #7e7e7e;
	margin: 0px 0px 0px 0px;
}
.ec-shopinfo h3 a {
	color: #575757;
}
.ec-cartbtn {
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 0px;
	bottom: -30px;
}
.ec-shop-list ul li:hover .ec-cartbtn {
	bottom: 0;
}
.ec-festured {
	position: absolute;
	left: -8px;
	top: 11px;
	padding: 0px 20px;
	color: #fff;
	z-index: 1;
}
.ec-festured:before {
	content: '';
	border-top: 8px solid #9b6800;
	border-left: 8px solid transparent;
	position: absolute;
	left: 0px;
	bottom: -8px;
}
/* ShopDetail */
.ec-images {
	float: left;
	width: 45%;
	margin-bottom: 25px;
}
.ec-images ul li a, .ec-images ul li a img, .ec-images ul li.ec-featured-thumb, .ec-images ul li a {
	float: left;
	width: 100%;
}
.ec-images ul {
	margin-left: -9px;
}
.ec-images ul li.ec-featured-thumb {
	padding: 0px 0px 20px 9px;
	position: relative;
}
.ec-featured-thumb i {
	position: absolute;
	right: 13px;
	bottom: 13px;
	color: #737272;
	font-size: 18px;
}
.ec-images ul li {
	float: left;
	width: 33.33%;
	list-style: none;
	padding: 0px 0px 9px 9px;
}
.ec-images ul li a {
	border: 1px solid #e9e9e9;
	position: relative;
}
.ec-images-hover {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.50);
	text-align: center;
	color: #F2F2F2;
	font-size: 18px;
	opacity: 0;
}
.ec-images-hover i {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 50%;
	margin: -8px 0px 0px 0px;
}
.ec-images ul li:hover .ec-images-hover {
	opacity: 1;
}
.ec-summary {
	float: left;
	width: 55%;
	padding-left: 27px;
}
.ec-summary > span {
	margin-bottom: 15px;
	display: inline-block;
	color: #c5c5c5;
}
.ec-summary p {
	margin-bottom: 22px;
}
.ec-quality {
	float: left;
	width: 100%;
	border: 1px solid #e9e9e9;
	border-left: none;
	border-right: none;
	padding: 18px 0px;
	margin-bottom: 25px;
}
.left-section {
	float: left;
}
.right-section {
	float: right;
}
.ec-quality span {
	color: #262626;
	font-weight: 300;
	float: left;
}
.ec-quality .ec-rating {
	float: left;
	margin: 2px 0px 0px 6px;
}
.ec-detail-btn {
	float: left;
	padding: 9px 32px;
	background-color: #f7f7f7;
	border: 1px solid #e9e9e9;
	color: #555555;
	font-size: 15px;
	border-radius: 4px;
	margin-right: 30px;
	margin-bottom: 15px;
}
.ec-detail-btn:hover {
	color: #F2F2F2;
}
.ec-shop-tab {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.nav-tabs > li > a {
	background-color: #fcfcfc;
	color: #262626;
	border: 1px solid #e9e9e9;
	border-left: none;
	border-radius: 0px;
	margin: 0px;
	position: relative;
}
.nav-tabs > li:first-child > a {
	border-left: 1px solid #e9e9e9;
}
.tab-content {
	float: left;
	width: 100%;
	border: 1px solid #e9e9e9;
	border-top: none;
	padding: 20px 19px;
}
.nav-tabs > li.active > a {
	color: #F2F2F2;
}
.nav-tabs > li.active > a:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -7px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid red;
	margin: 0px 0px 0px -6px;
}
/* Contact Us */
.ec-service ul li {
	list-style: none;
}
.ec-service-two ul {
	margin: 0px -2px;
}
.ec-service-two ul li {
	padding: 0px 2px;
}
.ec-service-two .ec-service-wrap {
	float: left;
	width: 100%;
	background: #F2F2F2;
	padding: 60px 70px;
	position: relative;
}
.ec-service-two .ec-service-wrap:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 50%;
	height: 4px;
	opacity: 0;
}
.ec-nextarrow {
	position: absolute;
	left: 50%;
	bottom: -13px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	color: #F2F2F2;
	font-size: 18px;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px -14px;
	opacity: 0;
}
.ec-service ul li:hover .ec-nextarrow {
	opacity: 1;
}
.ec-service-two ul li:hover .ec-service-wrap:before {
	width: 100%;
	opacity: 1;
}
.ec-service-wrap h6 {
	text-transform: uppercase;
	position: relative;
	padding: 0px 0px 17px 0px;
	margin: 0px 0px 13px 0px;
}
.ec-service-wrap h6:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 40px;
	height: 2px;
	margin: 0px 0px 0px -20px;
}
.ec-service-two .ec-service-wrap i {
	font-size: 30px;
	margin-bottom: 14px;
	display: inline-block;
}
.ec-service-two .ec-service-wrap p {
	color: #777777;
}
.ec-contact-form {
	float: left;
	width: 100%;
	background: #F2F2F2;
	padding: 30px 30px 22px 30px;
}
.ec-main-content .widget_info ul li {
	color: #000;
}
.ec-map {
	float: left;
	width: 100%;
}
/* ShortCode Price Table */
.ec-price-table {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.ec-price-table > ul {
	margin: 0px;
}
.ec-price-table > ul > li {
	background-color: #F2F2F2;
	border-left: 1px solid #e9e9e9;
	padding: 0px;
}
.ec-price-table > ul > li:last-child {
	border-right: 1px solid #e9e9e9;
}
.ec-price-table > ul > li.ec-featured-price {
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	-webkit-transform: scale(1.06);
	position: relative;
	transform: scale(1.06);
	z-index: 9;
	border-right: 1px solid #e9e9e9;
}
.ec-price-table ul li {
	list-style: none;
	text-align: center;
}
.price-title {
	background-color: #acacac;
	color: #F2F2F2;
	float: left;
	font-size: 24px;
	padding: 30px 0px;
	text-transform: uppercase;
	width: 100%;
}
.ec-price-table ul li small {
	background-color: #F2F2F2;
	color: #444;
	float: left;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	padding: 10px 0px;
	width: 100%;
}
.ec-price-table ul li ul {
	float: left;
	margin: 0px 0px 30px 0px;
	width: 100%;
}
.ec-price-table ul li ul li:first-child {
	border-top: 1px solid #e9e9e9;
}
.ec-price-table ul li ul li {
	border-bottom: 1px solid #e9e9e9;
	color: #444444;
	float: left;
	font-size: 12px;
	padding: 8px 0px 8px 30px;
	text-align: left;
	width: 100%;
}
.ec-price-table ul li ul li i {
	float: left;
	margin: 8px 15px 0 0;
}
.ec-pricebtn {
	border-radius: 4px;
	border: 1px solid #ddd;
	display: inline-block;
	line-height: 40px;
	margin-bottom: 30px;
	padding-right: 20px;
	text-transform: uppercase;
}
.ec-pricebtn i {
	border-right: 1px solid #ddd;
	float: left;
	margin-right: 17px;
	padding: 13px 15px;
}
.ec-price-table > ul > li:hover .ec-pricebtn, .ec-price-table > ul > li:hover .price-title, .ec-price-table > ul > li.ec-featured-price .ec-pricebtn, .ec-price-table > ul > li.ec-featured-price .price-title {
	color: #F2F2F2;
}
/* Accordian */
.ec-accordion {
	float: left;
	width: 100%;
}
.tab-content {
	background-color: #F2F2F2;
}
.panel-default > .panel-heading {
	background-color: #F2F2F2;
	padding: 0px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}
.panel, .panel-body {
	border: none;
	box-shadow: none;
}
.ec-thumb-service .ec-blog-info {
	background-color: #F2F2F2;
}
.ec-thumb-service .ec-blog-grid-wrap h6 {
	padding: 15px 15px 5px 15px;
}
.panel-body {
	padding: 15px 0 5px 0;
}
.panel-body p {
	margin: 0px;
}
.panel-title {
	position: relative;
}
.panel-title a {
	padding: 10px 15px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	color: #F2F2F2;
}
.panel-title a.collapsed {
	color: #333;
	background: none;
	padding: 10px 0px 10px 0px;
}
.panel-title a i {
	margin-right: 6px;
}
.panel-title a.collapsed:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #fff;
	font-size: 10px;
	padding: 0px 0px 0px 2px;
	height: 16px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 13px;
	width: 16px;
}
.panel-title a:before {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 10px;
	height: 16px;
	position: absolute;
	right: 12px;
	text-align: center;
	top: 13px;
	width: 16px;
	background-color: #F2F2F2;
}
/* Messages */
.error-msg {
	background: #FED2D3;
	color: #732729;
}
.error-msg i {
	color: #732729;
}
.success-msg {
	background: #D4FECC;
	color: #5A974F;
}
.success-msg i {
	color: #5A974F;
}
.spam-error-msg {
	background: #FEFCCB;
	color: #8F9031;
}
.spam-error-msg i {
	color: #8F9031;
}
.error-msg, .success-msg, .spam-error-msg {
	float: left;
	padding: 12px 20px;
	width: 50%;
	font-style: normal;
	border-radius: 4px;
}
.error-msg i, .success-msg i, .spam-error-msg i {
	margin-right: 8px;
	float: left;
	font-size: 20px;
}
/* Footer Widget */
#ec-footer {
	border-top: #aaaaaa 2PX SOLID;
	float: left;
	width: 100%;
	background: #ececec;
}
.ec-footer-widget {
	float: left;
	width: 100%;
	padding: 25px 0px 25px 0px;
}
.ec-footer-widget .ec-main-title h2 {
	font-size: 16px;
	color: #cccccc;
}
.ec-footer-widget .ec-main-title h2::before {
	height: 17px;
	top: 5px;
}
.ec-footer-widget p, .ec-footer-widget a, .ec-footer-widget ul li, .ec-copyright p, .ec-copyright a {
	color: #000;
}
/* Widget Info */
.widget_info ul li {
	float: left;
	width: 100%;
	color: #000;
	position: relative;
	padding-left: 30px;
	list-style: none;
	line-height: 1.5;
	margin-bottom: 12px;
}
.widget_info ul li i {
	position: absolute;
	left: 0px;
	top: 6px;
	color: #000;
}
/* Categories */
.widget_categories ul li {
	float: left;
	width: 100%;
	list-style: none;
	padding: 4px 0px 6px 0px;
	border-bottom: 1px solid #282828;
	text-align: right;
}
.widget_categories ul li a {
	float: left;
}
.widget_categories ul li:first-child {
	padding-top: 0px;
}
.widget_categories ul li:last-child {
	border: none;
}
.widget_categories ul li a:before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #cccccc;
	display: inline-block;
	margin: 0px 10px 0px 0px;
}
/* Gallery Widget */
.widget_gallery ul {
	margin: 0px 0px 0px -6px;
}
.widget_gallery ul li {
	float: left;
	width: 33.333%;
	padding: 0px 0px 6px 6px;
	list-style: none;
}
.widget_gallery ul li a img {
	float: left;
	width: 100%;
}
.widget_gallery ul li a {
	float: left;
	width: 100%;
	position: relative;
}
.widget_gallery ul li a:before {
	content: "\f00e";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.70);
	color: #F2F2F2;
	font-size: 20px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	opacity: 0;
}
.widget_gallery ul li:hover a:before {
	padding: 29px 0px 0px 0px;
	opacity: 1;
}
/* Widget Form */
.widget_form input[type="text"] {
	float: left;
	width: 100%;
	background-color: rgba(8,8,10,0.42);
	height: 36px;
	color: #ccc;
	font-size: 16px;
	border: none;
	padding: 6px 14px;
}
.widget_form textarea {
	float: left;
	width: 100%;
	background-color: rgba(8,8,10,0.42);
	height: 70px;
	color: #ccc;
	font-size: 16px;
	border: none;
	padding: 6px 14px;
}
.widget_form input[type="submit"] {
	float: left;
	border: none;
	padding: 3px 16px;
	color: #F2F2F2;
	font-size: 12px;
	text-transform: uppercase;
}
.widget_form ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	list-style: none;
}
/* Bottom Section */
.ec-bottom-section {
	float: left;
	width: 100%;
	background-color: #262626;
	padding: 11px 0px;
}
.ec-copyright {
	float: left;
	padding: 18px 0px 0px 0px;
	font-size: 12px;
	color: #ccc !important;
}
.backtop-btn {
	float: right;
	width: 40px;
	height: 36px;
	background-color: #60B245;
	color: #F2F2F2;
	text-align: center;
	font-size: 16px;
	padding: 6px 0px 0px 0px;
	margin: -112px 8px 0px 0px;
}
.backtop-btn:hover {
	color: #F2F2F2;
	background-color: #0D2601;
}
/* Social Network */
.ec-social-network {
	float: left;
	/*	position: absolute;
	left: -22%;
	top: -35px;*/
	padding: 11px 3px 11px 13px;/*background-color: rgba(1,1,1,0.28);*/
}
.ec-social-network ul li {
	list-style: none;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	line-height: 1;
}
.ec-social-network ul li a {
	float: left;
	padding: 8px 11px;
	color: #fff;
}
.ec-social-network ul li a[data-original-title="Twitter"] {
	background-color: #019ad2;
}
.ec-social-network ul li a[data-original-title="Google-Plus"] {
	background-color: #cb2027;
}
.ec-social-network ul li a[data-original-title="Dribbble"] {
	background-color: #ea4c88;
}
.ec-social-network ul li a[data-original-title="Pinterest"] {
	background-color: #bd2126;
}
.ec-social-network ul li span {
	text-indent: -99px;
	float: left;
	opacity: 0;
	margin-left: -50px;
	color: #fff;
}
.ec-social-network ul li:hover span {
	text-indent: 7px;
	opacity: 0.8;
	margin-left: 0px;
}
.ec-social-network ul li a i {
	float: left;
	color: #fff;
}
.block-head1 {
	color: #F2F2F2;
}
.block-head1:before, .block-head1:after {
	background-color: #0D2601;
}
.block-head1 {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px #D8D8D8 solid;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 18px;
}
.block-head1 span {
	color: #3c3a3a;
}
.block-head1 {
	color: #D8D8D8;
	text-transform: uppercase
}
.block-head1:before {
	position: absolute;
	bottom: -3px;
	left: 20px;
	width: 35px;
	height: 5px;
	content: "";
	display: inline-block;
}
.block-head1:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	content: "";
	display: inline-block;
}
.block-head1.center {
	margin-left: auto;
	margin-right: auto;
	display: table;
	padding-right: 30px;
	padding-left: 30px
}
.block-head1.center:before {
	left: 50%;
	margin-left: -17.5px
}
.block-head1.center:after {
	left: 50%;
	margin-left: -40px;
}
.block-head2 {
	color: #F2F2F2;
}
.block-head2:before, .block-head2:after {
	background-color: #1b4001;
}
.block-head2 {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px #D8D8D8 solid;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 18px;
}
.block-head2 span {
	color: #3c3a3a;
}
.block-head2 {
	color: #fff;
	text-transform: uppercase
}
.block-head2:before {
	position: absolute;
	bottom: -3px;
	left: 20px;
	width: 35px;
	height: 5px;
	content: "";
	display: inline-block;
}
.block-head2:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	content: "";
	display: inline-block;
}
.block-head2.center {
	margin-left: auto;
	margin-right: auto;
	display: table;
	padding-right: 30px;
	padding-left: 30px
}
.block-head2.center:before {
	left: 50%;
	margin-left: -17.5px
}
.block-head2.center:after {
	left: 50%;
	margin-left: -40px;
}
.a2 {
	color: #262626;
}
.a2 a:hover {
	color: #262626 !important;
}
.colorwhite {
	color: #fff;
}
.a3 {
	color: #D8D8D8 !important;
}
.a3 a {
	color: #D8D8D8 !important;
}
.a3 a:hover {
	color: #0D2601 !important;
}





/* Icon Float Away */

@-webkit-keyframes hvr-icon-float-away {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-1em);
 transform: translateY(-1em);
}
}
 @keyframes hvr-icon-float-away {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-1em);
 transform: translateY(-1em);
}
}
.hvr-icon-float-away {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}
.hvr-icon-float-away:before, .hvr-icon-float-away:after {
	content: "\f055";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
}
.hvr-icon-float-away:after {
	opacity: 0;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
	-webkit-animation-name: hvr-icon-float-away;
	animation-name: hvr-icon-float-away;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
/*----------------------------------------------------------------*/
/*Blogs*/
#blogs {
	padding-top: 10px;
	margin-bottom: 10px;
}
/*
.blog {
  margin-top: 30px;
}
*/
.blog .blogInner {
	border: 1px solid #999;
	overflow: hidden;
}
.blog .blogInner .blogDateTime {
	line-height: 50px;
	color: #000;
	font-family: 'Raleway', sans-serif;
}
.blog .blogInner .blogDateTime i {
	line-height: 50px;
	width: 50px;
	background: #D8D8D8;
	text-align: center;
	position: relative;
	font-size: 24px;
	color: #000;
	margin-right: 30px;
	padding-left: 15px;
	float: left;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.blog .blogInner .blogDateTime i:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #d8d8d8;
	position: absolute;
	top: -webkit-calc(50% - 10px);
	top: calc(50% - 10px);
	right: -10px;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.blog .blogInner .featureImg {
	max-height: 320px;
	position: relative;
}
.blog .blogInner .featureImg a {
	display: block;
	height: 100%;
	overflow: hidden;
}
.blog .blogInner .featureImg a img {
	width: 100%;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.blog .blogInner .postExcerpts {
	background: #D8D8D8;
	padding: 0 40px 15px;
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.blog .blogInner .postExcerpts .postExcerptInner {
	margin-top: -40px;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	background: #f2f2f2;
	position: relative;
}
.blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
	font-size: 14px;
	color: #262626;
	margin-top: 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.blog .blogInner .postExcerpts .postExcerptInner a.postTitle h1 {
	font-size: 14px;
	color: #262626;
	margin-top: 0;
	font-weight: bold;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.blog .blogInner .postExcerpts .postExcerptInner p {
	font-size: 14px;
	color: #333;
	text-align: justify;
}
.blog .blogInner .postExcerpts .postExcerptInner a.readMore {
	display: inline-block;
	float: right;
	color: #60B245;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.blog .blogInner:hover .blogDateTime i {
	background: #289903;
}
.blog .blogInner:hover .blogDateTime i:after {
	border-left-color: #289903;
}
.blog .blogInner:hover .featureImg a img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.blog .blogInner:hover .postExcerpts {
	background: #289903;
}
.blog .blogInner:hover .postExcerpts .postExcerptInner a.postTitle h4 {
	color: #60B245;
}
.blog .blogInner:hover .postExcerpts .postExcerptInner a.readMore {
	color: #9c9c9c;
}
.blog.row {
	padding: 0 15px;
}
.blog.row .blogInner .featureImg a img {
	width: 100%;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.blog.row .blogInner .postExcerpts {
	padding: 40px;
}
.blog.row .blogInner .postExcerpts .postExcerptInner {
	margin-top: 0;
}
.blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
	font-size: 17px;
	color: #262626;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.blog.row .blogInner .postExcerpts .postExcerptInner p {
	font-size: 16px;
	color: #9c9c9c;
}
.blog.row .blogInner .postExcerpts .postExcerptInner a.readMore {
	display: inline-block;
	float: right;
	color: #60B245;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.blog.single-blog {
	margin-bottom: 40px;
	padding-right: 20px;
}
.blog.single-blog .blogInner .featureImg {
	max-height: 100%;
}
.blog.single-blog .blogInner .featureImg a {
	height: 100%;
}
.blog.single-blog .blogInner .featureImg a img {
	width: 100%;
}
.blog.single-blog .blogInner .postExcerpts {
	padding-top: 0;
}
.blog.single-blog .blogInner .postExcerpts .postExcerptInner {
	margin-top: -40px;
}
.blog.single-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
	font-size: 24px;
	color: #262626;
	font-weight: bold;
	margin-bottom: 15px;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.blog.single-blog .blogInner .postExcerpts .postExcerptInner p {
	font-size: 14px;
	color: #9c9c9c;
}
.blog.single-blog .blogInner .postExcerpts .postExcerptInner a.readMore {
	display: inline-block;
	float: right;
	color: #60B245;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
/* General Carousel Class */
.vc_carousel-wrap {
	position: relative;
	margin: 0px -10px 0 -10px!important;
}
.vc_carousel-control {
	float: right;
	margin-top: -4px;
	display: none;
}
.vc_carousel-control a {
	float: left;
	font-size: 24px;
	color: #B6B6B6;
	display: block;
	padding: 4px 8px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}
.vc_carousel-control a:first-child {
	margin-right: 5px;
}
.vc_carousel-control a:hover {
	text-decoration: none;
	background: url("../img/stripe.gif");
	color: #333;
}
.vc_carousel > div {
	padding: 0 10px;
	float: left;
}
.vc_carousel > div:first-child {
	margin-left: 0;
}
.caroufredsel_wrapper {
	float: left !important;
}
.vc_carousel .vc_carousel-column {
	float: left;
}
.vc_carousel-column .title {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
/* Carousel Pager Class */
.vc_pager {
	z-index: 6;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.vc_pager a {
	border: 1px solid #888888;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	height: 10px;
	margin: 5px;
	width: 10px;
}
.vc_pager a.selected {
	border-width: 3px;
	margin: 3px;
	width: 15px;
	height: 15px;
	border-color: #2ca9df;
}
.vc_pager a span {
	display: none;
}
.mb15 {
	margin-bottom: 25px;
}
.mb10 {
	margin-bottom: 10px;
}
.b-img {
	padding: 10px;
	border: 1px solid #D8D8D8;
	background-color: rgba(242, 242, 242, 0.5);
}
.b-b {
	border-bottom: 1px thin #262626;
	color: #fff;
	font-size: 12px;
}
.b-b a {
	color: #262626;
}
.b-b a:hover {
	color: #fff !important;
}
.zoom-img {
	overflow: hidden;
}
.zoom-img img {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.zoom-img:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.pt10 {
	padding-top: 15px;
	color: #ccc;
}
 @media (max-width: 1024px) {
.blog .blogInner .blogDateTime {
	line-height: 50px;
	font-size: 13px;
}
.blog .blogInner .blogDateTime i {
	line-height: 50px;
	width: 50px;
	font-size: 18px;
	margin-right: 20px;
}
.blog .blogInner .postExcerpts {
	background: #b4bbb2;
	padding: 0 25px 15px;
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.blog .blogInner .postExcerpts .postExcerptInner {
	margin-top: -25px;
	padding: 20px;
}
.blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
	font-size: 15px;
	font-weight: normal;
}
.blog .blogInner .postExcerpts .postExcerptInner p {
	font-size: 13px;
	margin-bottom: 0;
}
.blog .blogInner .postExcerpts .postExcerptInner a.readMore {
	font-size: 13px;
}
.blog.row {
	padding: 0 15px;
}
.blog.row .blogInner .postExcerpts {
	padding: 33px;
}
.blog.row .blogInner .postExcerpts .postExcerptInner {
	margin-top: 0;
}
.blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
	font-size: 15px;
}
.blog.row .blogInner .postExcerpts .postExcerptInner p {
	font-size: 13px;
	margin-bottom: 14px;
}
.blog.single-blog .blogInner .postExcerpts {
	padding: 25px;
	padding-top: 0;
}
.blog.single-blog .blogInner .postExcerpts .postExcerptInner {
	margin-top: -25px;
}
.blog.single-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
	font-size: 20px;
	font-weight: normal;
}
.blog.single-blog .blogInner .postExcerpts .postExcerptInner p {
	font-size: 14px;
}
}
@media (max-width: 992px) {
#blogs .col-sm-4 {
	width: 100%;
}
}
@media (max-width: 990px) {
.blog .blogInner .blogDateTime {
	line-height: 40px;
	font-size: 12px;
}
.blog .blogInner .blogDateTime i {
	line-height: 40px;
	width: 40px;
	font-size: 18px;
	margin-right: 15px;
}
.blog.row {
	padding: 0 15px;
}
.blog.row .blogInner .postExcerpts {
	padding: 30px;
}
.blog.row .blogInner .postExcerpts .postExcerptInner {
	margin-top: 0;
}
.blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
	font-size: 15px;
}
.blog.row .blogInner .postExcerpts .postExcerptInner p {
	font-size: 14px;
	margin-bottom: 16px;
}
.blog.single-blog .blogInner .postExcerpts {
	padding: 25px;
	padding-top: 0;
}
.blog.single-blog .blogInner .postExcerpts .postExcerptInner {
	margin-top: -25px;
}
.blog.single-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
	font-size: 20px;
	font-weight: normal;
}
.blog.single-blog .blogInner .postExcerpts .postExcerptInner p {
	font-size: 14px;
}
}
@media (max-width: 767px) {
.blog {
	max-width: 400px;
	margin: 30px auto 0;
}
.blog .blogInner .blogDateTime {
	line-height: 40px;
	font-size: 12px;
}
.blog .blogInner .blogDateTime i {
	line-height: 40px;
	width: 40px;
	font-size: 18px;
	margin-right: 15px;
}
.blog.row {
	padding: 0 15px;
}
.blog.row .blogInner .postExcerpts {
	padding: 33px;
}
.blog.row .blogInner .postExcerpts .postExcerptInner {
	margin-top: 0;
}
.blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
	font-size: 15px;
}
.blog.row .blogInner .postExcerpts .postExcerptInner p {
	font-size: 13px;
	margin-bottom: 14px;
}
.blog.single-blog {
	max-width: 100%;
	padding: 0;
}
.blog.single-blog .blogInner .postExcerpts {
	padding: 25px;
	padding-top: 0;
}
.blog.single-blog .blogInner .postExcerpts .postExcerptInner {
	margin-top: -25px;
}
.blog.single-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
	font-size: 20px;
	font-weight: normal;
}
.blog.single-blog .blogInner .postExcerpts .postExcerptInner p {
	font-size: 14px;
}
}
.nbtn {
}
.nbtn a {
}
.nbtn a:hover {
	background: #262626 !important;
}
.mbmarginmore {
	padding: 30px;
}
.books {
	background: #D8D8D8;
	padding: 5px;
	margin-bottom: 5px !important;
}
.headtitles {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}
.fx {
	color: #d8d8d8;
	font-size: 25px;
	font-weight: bold;
}
.breadcrumbs span {
	color: #d8d8d8;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
.breadcrumbs a {
	font-size: 14px !important;
	font-weight: normal;
}
.linehight {
	line-height: 30px;
}
.newblock {
	background: #d8d8d8;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* Pagination */
.ec-pagination {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px;
}
.ec-pagination li {
	display: inline-block;
	margin-left: 6px;
}
.ec-pagination li a {
	border: 1px solid #ccc;
	padding: 1px 12px;
	color: #fff;
	font-size: 14px;
	float: left;
	background-color: #60b245;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ec-pagination li:hover a, .ec-pagination li.active a {
	color: #60b245;
}
.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	/* W3C */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);/* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);/* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.sfont {
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
}
.adsize {
 height: 155px;
 min-width: 100%;
}
.a-btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 30px 10px 70px;
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	margin: 10px;
	background: #60b245;
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(188,188,188,0.1);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(188,188,188,0.1);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(188,188,188,0.1);
	-webkit-transition: box-shadow 0.3s ease-in-out;
	-moz-transition: box-shadow 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out;
}
.a-btn-symbol {
	color: #d8d8d8;
	font-size: 25px;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
	position: absolute;
	left: 20px;
	top: 6px;
	line-height: 15px;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.a-btn-text {
	font-size: 16px;
	color: #d8d8d8;
	line-height: 16px;
	font-weight: bold;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
	display: block;
}
.a-btn-slide-text {
	font-family: Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #d8d8d8;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
.a-btn-slide-icon {
	position: absolute;
	top: -30px;
	width: 22px;
	height: 22px;
	background: transparent url(images/arrow_down_black.png) no-repeat top left;
	left: 20px;
	opacity: 0.4;
}
.a-btn:hover {
	background: #262626;
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
	-moz-box-shadow: 0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
	box-shadow: 0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
}
.a-btn:hover .a-btn-symbol {
	opacity: 0;
}
.a-btn:hover .a-btn-slide-icon {
	-webkit-animation: slideDown 0.9s linear infinite;
	-moz-animation: slideDown 0.9s linear infinite;
	animation: slideDown 0.9s linear infinite;
}
.a-btn:active {
	background: #428c29;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.6) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.6) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.6) inset, 0px 0px 0px 1px rgba(188,188,188,0.1);
}
.a-btn:active .a-btn-text {
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.a-btn:active .a-btn-slide-text {
	color: rgba(0,0,0,0.4);
	text-shadow: none;
}
@keyframes slideDown {
 0% {
top: -30px;
}
 100% {
top: 80px;
}
}
@-webkit-keyframes slideDown {
 0% {
top: -30px;
}
 100% {
top: 80px;
}
}
@-moz-keyframes slideDown {
 0% {
top: -30px;
}
 100% {
top: 80px;
}
}
 @media screen and (max-width: 767px) {
.col-md-4 {
	position: relative;
	clear: both;
	margin-bottom: 20px;
}
.vc_carousel-column {
	margin-bottom: 20px !important;
}
.blog .blogInner .postExcerpts .postExcerptInner {
	margin-top: 0px;
	padding: 20px;
}
.imgdetail{
max-width:100%;
height:300px;
 }
