@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
html, body {
	height: 100%;
}
html, hmtl a {
	width: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #FFFFFF;
	color: #7F8289;
	font-weight: 300;
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
	line-height: 28px;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;/*--------- End Font weight turns lighter on Mac/Safari------------*/
}
.container {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a {
	color: #3A3A3A;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.1s linear 0s;
	-moz-transition: color 0.1s linear 0s;
	-o-transition: color 0.1s linear 0s;
	transition: color 0.1s linear 0s;
}
a:hover, a:active, a:focus {
	outline: 0;
	color: #e8b12c;
	text-decoration: none;
}
a img {
	border: none;
}
a > img {
	vertical-align: bottom;
}
img {
	max-width: none;
}
strong {
	font-weight: 500;
}
input:focus, textarea:focus, input[type="text"]:focus {
	outline: 0;
}
.padding-off {
	padding: 0;
}
/* ==================================================
   Home Page
================================================== */

.header .container {
	margin-bottom: 10px;
	margin-top: 30px;
}
.header .social-icons {
	list-style: none;
	float: right;
	padding: 0;
}
.header .social-icons li {
	display: inline-block;
}
.header .social-icons li a {
	/* padding: 10px;*/
	color: #e8b12c;
	font-size: 25px;
	-webkit-transition: color 0.1s linear 0s;
	-moz-transition: color 0.1s linear 0s;
	-o-transition: color 0.1s linear 0s;
	transition: color 0.1s linear 0s;
	width: 45px;
	display: table;
	height: 45px;
	text-align: center;
	margin-left: 5px;
}
.header .social-icons li a i {
	display: table-cell;
	vertical-align: middle;
}
.header .social-icons li a:hover {
	background: #e8b12c;
	color: #FFFFFF;
}
.navbar-default {
	background-color: #e8b12c;
	border-color: #FFFFFF;
}
.navbar {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #fefefe;
	font-weight: 500;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fefefe;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fefefe;
	background-color: #000000;
}
.hvr-sweep-to-bottom:before {
	background-color: #000000 !important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: none;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}
.navbar-default .navbar-toggle {
	float: left;
	margin-left: 10px;
}
/*--------- Animated “x” icon navbar-toggle -----------*/
.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.navbar-default .navbar-toggle {
	position: relative;
	z-index: 100
}
.navbar-toggle .top-bar {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: 10% 10%;
	-webkit-transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
	opacity: 0;
}
.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
	-webkit-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
	-webkit-transform: rotate(0);
}
/*--------- Animated “x” icon navbar-toggle End -----------*/

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
/*--------------- Search Box Start --------------------*/
.sea {
	position: relative;
	z-index: 999;
}
.searchbox {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 9;
	min-width: 50px;
	width: 0%;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}
.searchbox-input {
	top: 0;
	right: 0;
	border: 0;
	outline: 0;
	background: #F3F3F3;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0px 55px 0px 20px;
	font-size: 20px;
	color: #3F3F3F;
}
 .searchbox-input::-webkit-input-placeholder {
 color: #888888;
}
.searchbox-input:-moz-placeholder {
 color: #888888;
}
.searchbox-input::-moz-placeholder {
 color: #888888;
}
.searchbox-input:-ms-input-placeholder {
 color: #888888;
}
.searchbox-icon, .searchbox-submit {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	font-family: verdana;
	font-size: 22px;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.searchbox-open {
	width: 100%;
}

@media (min-width:768px) {
.searchbox-input {
	width: 20%;
	float: right;
}
}

@media (max-width:768px) {
.searchbox {
	top: 0;
}
}
/*------------- Search Box End ---------------*/
/*--------- Slider -------*/


.rslider {
	position: relative;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 83px;
	width: 43px;
	background: transparent url("../img/slider-icons.png") no-repeat left top;
	margin-top: -45px;
	margin-left: 20px;
	margin-right: 20px;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
/*-------- Slider End ---*/ 
 
 /*--------------Slider Banner start-----------------*/
.s-banner {
	background: url(../img/content-bg.png) repeat-x left top #fff;
	padding-top: 50px;
}
#content {
	min-height: 170px;
}
#banner0 {
	margin-top: -227px;
}
.banners>div {
	text-align: center;
	padding: 0;
}
.banners {
	margin-bottom: 28px;
}
.banners>div div.banner-box {
	position: relative;
	z-index: 99;
	margin-top: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.banners>div div.banner-box:hover {
	margin-top: -15px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.banners>div div.banner-box a {
	overflow: hidden;
}
.banners>div a img {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.banners>div .s-desc {
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5% 0 0 7%;
	color: #463731;
	font-size: 13px;
	line-height: 26px;
}
.banners>div .s-desc h2 {
	font-size: 60px;
	line-height: 100%;
	font-weight: bold;
	color: #333333;
	margin: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.banners>div .s-desc h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 60px;
	line-height: 100%;
	color: #e8b12c;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.banners>div .s-desc p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #434343;
	max-width: 245px;
	margin-bottom: 20px;
}
.banners>div .s-desc span {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	font-size: 27px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 30px;
	padding: 20px 40px;
	color: #fff;
	background-color: #e8b12c;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-left: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border: solid 5px #FFF;
	outline: solid 2px #E8B12C;
	max-width: 245px;
}
.banners>div .s-desc span:hover {
	margin-left: 15px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width: 991px) {
.banners > div .s-desc h2 {
	font-size: 30px;
}
.banners > div .s-desc h1 {
	font-size: 25px;
}
.banners > div .s-desc p {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}
.banners > div .s-desc span {
	font-size: 12px;
	line-height: 20px;
}
}

@media (max-width: 1199px) and (min-width: 768px) {
.banners > div .s-desc h2 {
	font-size: 45px;
}
div .s-desc h1 {
	font-size: 30px;
}
.banners > div .s-desc p {
	font-size: 13px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.banners>div .s-desc span {
	padding: 8px 15px;
}
}

@media (max-width: 518px) {
.banners > div .s-desc h2 {
	font-size: 30px;
}
.banners > div .s-desc h1 {
	font-size: 20px;
}
.banners > div .s-desc p {
	font-size: 13px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.banners > div .s-desc span {
	padding: 8px 15px;
	font-size: 15px;
	line-height: 20px;
}
}

@media (max-width: 768px) {
#banner0 {
	margin-top: 0;
}
div div.banner-box {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 20px;
}
.callbacks_nav {
	height: 40px;
	width: 21px;
	background: transparent url("../img/slider-icons-small.png") no-repeat left top;
	margin-top: -25px;
}
}
/*--------------Slider Banner End-----------------*/
 
 
/*--------------Blog Section Start -----------------*/

.blog-section {
	margin-top: 70px;
}
.blog-section > h3 {
	font-family: Montserrat;
	color: #e8b12c;
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 30px;
}
.blog-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
	background-position: 50% 0%;
	min-height: 340px;
}
.fix-box {
	padding-bottom: 340px;
	height: 0;
	overflow: hidden;
}
.blog-info {
	position: absolute;
	width: 100%;
	height: 100%;/*z-index: -1;*/
}
.blog-info {
	background: #e8b12c;
	color: #3A3A3A;
	text-align: center;
}
.blog-info h3 {
	font-size: 18px;
	font-family: "Montserrat";
	color: #000000;
	font-weight: 500;
	padding: 0 26px;
	line-height: 1.2;
	margin: 20px 0;
}
.blog-info p {
	font-size: 14px;
	font-family: "Montserrat";
	color: #000000;
	line-height: 1.7;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	margin: 0px 28px;
	padding: 15px 0;
}
.blog-info ul {
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #000000;
	margin: 0px 26px;
}
.blog-info ul li {
	display: inline-block;
	padding-right: 13px;
	padding-left: 7px;
	font-size: 14px;
	font-family: "Montserrat";
	color: #000000;
}
.blog-info ul li i.fa {
	padding-right: 10px;
	font-size: 16px;
}
.blog-info span {
	display: block;
	margin: 15px 0;
}
.blog-info span a {
	font-size: 14px;
	font-family: "Montserrat";
	color: #000000;
	text-decoration: underline;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.blog-box:hover {
	cursor: pointer;
}
.blog-box:hover span a {
	margin-left: 15px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media (min-width:990px) and (max-width:1357px) {
.blog-info p {
	font-size: 12px;
	margin: 0px 15px;
	padding: 1px 0;
}
.blog-info ul li {
	font-size: 12px;
}
}

@media (max-width:351px) {
.blog-info ul li {
	font-size: 12px;
}
}

@media (min-width:768px) and (max-width:990px) {
.blog-box .col-sm-6.col-md-3 {
	margin-bottom: 10px;
}
}

@media (max-width:768px) {
.blog-box {
	margin-bottom: 10px;
}
}

@media (min-width:768px) {
.blog-row1 .blog-img:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #E8B12C;
	z-index: 99;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.blog-row2 .blog-img:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #E8B12C;
	z-index: 99;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
}
/*--------------Blog Section End -----------------*/



/*-----subscribe-----*/

.subscribe-sec {
	background: #ebebeb url(../img/coins.png) no-repeat;
	background-position: bottom;
	padding: 50px 0;
}
.subscribe-sec h3 {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #414141;
}
.subscribe-sec h4 {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #414141;
	margin-bottom: 15px;
}
.subs-input {
	width: 618px;
	padding: 10px 8px;
	margin: 40px auto;
	border-radius: 4px;
	background: rgba(232,176,44,1);
	background: -moz-linear-gradient(top, rgba(232,176,44,1) 0%, rgba(214,162,42,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232,176,44,1)), color-stop(100%, rgba(214,162,42,1)));
	background: -webkit-linear-gradient(top, rgba(232,176,44,1) 0%, rgba(214,162,42,1) 100%);
	background: -o-linear-gradient(top, rgba(232,176,44,1) 0%, rgba(214,162,42,1) 100%);
	background: -ms-linear-gradient(top, rgba(232,176,44,1) 0%, rgba(214,162,42,1) 100%);
	background: linear-gradient(to bottom, rgba(232,176,44,1) 0%, rgba(214,162,42,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b02c', endColorstr='#d6a22a', GradientType=0 );
}
.subs-input input[type=text] {
	width: 80%;
	margin-left: 2px;
	float: left;
	height: 40px;
	padding-left: 8px;
	border-radius: 5px 0 0 5px;
	border: none;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.78);
	-moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.78);
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.78);
}
.subs-input input[type=submit] {
	width: 20%;
	height: 40px;
	border-radius: 5px;
	background: #000;
	border: none;
	outline: none;
	color: #fff;
	margin-left: -2px;
}

@media (max-width: 668px) {
.subs-input {
	width: 100%;
}
}

@media (max-width:500px) {
.subs-input input[type=text] {
	width: 70%;
}
.subs-input input[type=submit] {
	width: 30%;
}
}

@media (max-width: 768px) {
.subscribe-sec h3 {
	font-size: 7vw;
}
.subscribe-sec h4 {
	font-size: 6vw;
}
.sr-only {
	position: absolute;
	color: #000000;
	top: 11px;
	left: 20px;
	clip: initial;
	overflow: visible;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
.navbar-nav {
	border-top: solid 1px #fff;
}
.nav>li {
	position: relative;
	display: block;
	border-bottom: solid 1px #fff;
}
.navbar-collapse {
/*
-webkit-overflow-scrolling: touch;
   
    -webkit-box-shadow: inset 0 8px 0 rgb(255, 255, 255);
    box-shadow: inset 0 8px 0 rgb(255, 255, 255);*/	
}
}

@media (min-width: 768px) {
.navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
}

@media (max-width:480px) {
.header .container .col-xs-6 {
	width: 100%;
	text-align: center;
}
.header .container {
	margin-top: 20px;
	margin-bottom: 0;
}
.header .social-icons {
	float: none;
	margin-top: 10px;
	margin-bottom: 0;
}
}
/*-- widgets -----*/
.widgets {
	background: #d8d8d8;
	padding: 60px 0;
}
footer {
	background: url(../img/footer-bg.jpg) repeat;
	padding: 20px 0;
}
footer p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	color: #fff;
	font-weight: 500;
}
/* ==================================================
   Blog Page
================================================== */

.blog-post
			{
				    margin-top: 50px;
    margin-bottom: 120px;
				}

.single-post .post-date {
	width: 70px;
	float: left;
	margin-right: 11px;
	color: white;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}
.post-date .date {
	background: #E8B12C;
	display: block;
	line-height: 44px;
	font-size: 30px;
	height: 44px;
}
.post-date .month {
	display: block;
	height: 30px;
	line-height: 30px;
	background:#000000;
}
.single-post .blog-heading {
	margin-left: 30px;
}
.blog-heading h3 {
	margin-top: 0;
	color: #0f0f0f;
	font-size: 30px;
	font-family: arial;
	font-weight: normal;
	text-transform: inherit;
}
.blog-heading ul {
	margin-bottom: 30px;
}
.blog-heading ul li {
	display: inline-block;
	margin-right: 15px;
	font-size: 13px;
	color: #7e7e7e;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.blog-heading ul li .fa {
	margin-right: 5px;
}
.blog-content p {
	margin-top: 30px;
	font-size: 14px;
	color: #7e7e7e;
	font-weight: 400;
		font-family: 'Open Sans', sans-serif;

	line-height: 1.6;
}
.blog-social span {
	float: left;
	margin-right: 10px;
}
.blog-social ul {
	padding: 0;
	margin-top: 36px;
}
.blog-social ul span {
	margin-right: 10px;
	font-size: 20px;
	color: #7e7e7e;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.blog-social ul li {
	display: inline-block;
	margin-right: 5px;
}
.blog-social ul li a {
	border: solid 1px #b0b0b0;
	padding: 4px 8px 4px 8px;
	font-size: 13px;
	color: #b0b0b0;
	transition: all .3s ease-in-out;
}
.blog-social ul .fb a:hover {
	background-color: #3a579d;
	border: solid 1px #3a579d;
	color: #FFFFFF;
}
.blog-social ul .tw a:hover {
	background-color: #28c9ff;
	border: solid 1px #28c9ff;
	color: #FFFFFF;
}
.blog-social ul .google a:hover {
	background-color: #c53012;
	border: solid 1px #c53012;
	color: #FFFFFF;
}
.blog-social ul .share a:hover {
	background-color: #e76a1a;
	border: solid 1px #e76a1a;
	color: #FFFFFF;
}
.blog-comment {
	margin-top: 40px;
}
.blog-comment h4 {
	font-size: 27px;
	color: #3e3b3b;
	font-weight: normal;
	text-transform: inherit;
	margin-bottom: 30px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.blog-txt {
	margin-left: 115px;
}
.blog-txt h5 {
	font-size: 17px;
	color: #3e3b3b;
	font-weight: 700;
	text-transform: inherit;
	margin-bottom: 4px;
		font-family: 'Open Sans', sans-serif;
}
.blog-txt span {
	font-style: italic;
	font-size: 13px;
	margin-top: 0;
		font-weight: 400;
		font-family: 'Open Sans', sans-serif;
}
.blog-txt p {
	margin-top: 10px;
	font-size: 14px;
	color: #7e7e7e;
	font-weight: 400;
		font-family: 'Open Sans', sans-serif;
	line-height: 1.6;
}
.comment-reply .fa {
	margin-right: 5px;
}
.comment-reply a {
	color: #3c3c3c;
	font-size: 16px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.comment-reply a:hover {
	text-decoration: none;
	color:#E8B12C;
}
.blog-co h3 {
	color: #3c3c3c;
	font-size: 16px;
		font-weight: 500;
		font-family: 'Open Sans', sans-serif;
	text-transform: inherit;
	margin-top: 30px;
	margin-bottom: 15px;
}
.blog-reply input {
	width: 100%;
	height: 40px;
	outline: none;
	border: solid 1px #8C8C8C;
	padding-left: 10px;
	margin-bottom: 20px;
}
.blog-reply textarea {
	width: 100%;
	height: 140px;
	outline: none;
	border: solid 1px #8C8C8C;
	padding-left: 10px;
	margin-bottom: 20px;
	resize: none;
	padding-top: 5px;
}
			
								
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:    #8C8C8C;
font-family: 'Open Sans', sans-serif;
 font-weight: normal;
 font-size: 14px;

}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #8C8C8C;
font-family: 'Open Sans', sans-serif;
 font-weight: normal;
 font-size: 14px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #8C8C8C;
 font-family: sansation;
 font-weight: normal;
 font-size: 16px;
 font-style:italic;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #8C8C8C;
font-family: 'Open Sans', sans-serif;
 font-weight: normal;
 font-size: 14px;
}
.comment-sub input {
	width: 140px;
	height: 45px;
	color: #FFFFFF;
	border: none;
	outline: none;
	margin-right: 15px;
	background:#000000;
	transition: all .3s ease-in-out;
}
.sidebar-right h3 {
	font-size: 19px;
	color: #0f0f0f;
	text-transform: uppercase;
	width: 141px;
	font-family: arial;
}
.recent-post {
	margin-bottom: 30px;
	clear: both;
}
.sidebar-right .r-post {
	margin-left: 80px;
}
.sidebar-right .r-post h4 {
	font-size: 13px;
	color: #757575;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: inherit;
}
.sidebar-right .r-post h4 a {
	color: #757575;
}
.sidebar-right .r-post h4 a:hover {
	text-decoration: none;
}
.sidebar-right .r-post h5 {
	font-size: 14px;
	color: #b2b2b2;
	font-weight: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: inherit;
}
.author h5 {
	font-size: 23px;
}
.all-post {
	font-size: 27px;
	color: #0f0f0f;
	text-transform: inherit;
	width: 197px;
	font-family: arial;
	margin-top: 100px;
	margin-bottom: 30px;
}
.author .more-btn {
	margin-top: 40px;
	margin-bottom: 50px;
}
.author .more-btn a {
	padding: 10px 35px 10px 35px;
	border-radius: 11px;
	transition: all .3s ease-in-out;
}
.author .more-btn a:hover {
	text-decoration: none;
}
.margin {
	margin-top: 122px;
	border-bottom: solid 1px #ECECEC;
}

.fb-w, .twt-w, .pins-w
{
	margin-bottom: 30px;
}