@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Open Sans';
	font-size:16px;	
	color:#333333
}

/********************** Transitional elements **********************/				
.container .row a, .accordion-heading, .logos li img,
.gallery .example-image-link:hover img
{ 
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Raleway";
}
h1, .h1{font-size:24px; margin-bottom:28px; margin-top:0; font-weight:600; text-transform:uppercase}
p{
	color:#5a5a5a;
	font-size:16px;
	font-family: 'Open Sans';
	margin-bottom:20px;
	line-height:28px;
}
img{
	max-width:100%;
}
header .topbar {
    background: url("../images/pattern-play.png") repeat scroll center center #444;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
	font-family: 'cabinbold';
	font-size:16px;
}
header .topbar .row > div:first-child {
    padding: 2% 15px;
}
header .topbar .row > div:first-child  i {
    color: #ffd302;
}

.social li {
    display: block;
    float: right;
    list-style: none outside none;
    margin-left: 1px;
    text-align: center;
}
.social li a {
    background: none repeat scroll 0 0 #333;
    display: block;
    font-size: 1.2em;
    height: 67px;
    line-height: 67px;
    width: 67px;
	color:#fff
}
.social li{line-height:67px;}
.social li a {
    transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
}


.social li a:hover i {
    color: #fff;
}
.social li a.twitter:hover {
    background: none repeat scroll 0 0 #00aced;
}
.social li a.facebook:hover {
    background: none repeat scroll 0 0 #3b5998;
}
.social li a.gplus:hover {
    background: none repeat scroll 0 0 #dd4b39;
}
.social li a.linkedin:hover {
    background: none repeat scroll 0 0 #007bb6;
}
.social li a.pinterest:hover {
    background: none repeat scroll 0 0 #cb2027;
}
.social li a.vimeo:hover {
    background: none repeat scroll 0 0 #aad450;
}
.social li a.play:hover {
    background: none repeat scroll 0 0 #bb0000;
}
.social li a.instagram:hover {
    background: none repeat scroll 0 0 #517fa4;
}
.social li a.instagram:hover {
    background: none repeat scroll 0 0 #ff0084;
}
header .navbar {
    background: none repeat scroll 0 0 #222222;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 1.2em;
    margin: 0;
    min-height: 68px;
    text-transform: uppercase;
	border-bottom:6px solid #19a9e5;
}
header .navbar .navbar-nav {
    float: right;
    z-index: 999;
}

header .navbar .navbar-nav li a {
    color: #fff;
    height: 68px;
    line-height: 68px;
    padding: 0 1em;
	font-family: 'cabinregular';	
	font-size:16px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #e1e1e1;
    color: #333;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #ffd302;
    color: #000;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #ffd302;
    color: #000;
}
.nav .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
	background:rgba(0,0,0,0.8);
	border-radius:0;
	padding:0
}

.navbar-nav > li > .dropdown-menu li{
	border-bottom:1px solid #fff;
}
.navbar-nav > li > .dropdown-menu li:last-child{
	border-bottom:0
}
.navbar-nav > li > .dropdown-menu li a{
	height:36px;
	line-height:36px;
	color:#fff;
	border-left:4px solid transparent;
}

.navbar-nav > li > .dropdown-menu li a:hover{
	background:#000000;
	border-left-color:#ffd302;
}
.navbar-brand{
	position:absolute;
	padding:0;
}
.banner{
	width:100%;
	background:url(../images/google-banner.jpg) no-repeat center top / cover ;
	/*min-height:475px;*/
	position:relative;
	padding-bottom:40px;
}
.search-box span.wpcf7-form-control-wrap{
	margin-bottom:0 !important;
}
.formSection{
	text-align:center;
	padding-top:70px;
	max-width:800px; 
	margin:auto
}
.formSection h1{
	color:#19a9e5;
	font-size:40px;
	font-family:"Raleway";
	font-weight:700;
	text-transform:capitalize
}
.formSection p{
	color:#333333;
	font-size:26px;
	font-family:"Raleway";
	font-weight:300;
	line-height:30px;
}
.search-box{
	background:#fff;
	border-radius:6px;
	-webkit-border-radius:6px;
	-ms-border-radius:6px;
	padding:10px 10px;
	border:1px solid #a1a1a1;
	max-width:600px;
	margin:25px auto;
	box-shadow:0 0 6px rgba(0,0,0,0.5)
}
.search-box input{
	width:100%;
	padding:8px;
	border:0;
	color:#333
}
.search-box  input:focus{
	background:#f0e8ca
}

.formSection input[type="submit"]{
	background:#646464;
	color:#fff;
	font-size:26px;
	border:0;
	border-radius:4px;
	padding:6px 20px;
	text-transform:uppercase;
	width:240px;
	font-family:"Raleway";
	font-weight:500;
	line-height:1.4;
}
.formSection input[type="submit"]:hover{
	background:#111;
}

.article-title{
	border-bottom:1px solid #000;
	display:inline-block;
	padding-bottom:4px;
	margin-bottom:20px;
	position:relative;
	color:#000000;
	font-family: 'cabinbold';
	font-size:25px;
	text-transform:uppercase;
	margin-top:0
}
.article-title:after{
	content:"";
	width:33px;
	height:5px;
	left:3px;
	background:#000;
	display:block;
	position:absolute;
	bottom:-3px
}
.counter{
	border-top:5px solid #1dcaff;
}
.counter .count-item{
	padding:18px 0
}
.counter .count-item span{
	width:115px;
	float:left;
	display:block;
	font-size:50px;
	color:#19a9e5;
	font-weight:900;
	font-family:"Raleway";
}
.counter .count-item span sub{
	color:#353537;
	font-size:30px;
	font-weight:700
}
.counter .count-item h4{
	font-weight:600
}

.service-section{
	background:#f1f2f7;
	padding:25px 0 75px;
}
.service-section .service-item{
	background:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	padding-top:78px;
	padding-bottom:20px;
	margin-top:100px;
	position:relative;
	padding-right:12px;
	padding-left:12px;
}
.service-item-heading{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
	text-align:center;
	padding-top:24px;
	
}
.service-item h6{
	font-size:16px;
	font-weight:500;
	text-align:center;
	border-bottom:1px solid #ff9700;
	padding-bottom:18px;
}
.cservice-block{
	width:152px;
	height:152px;
	border-radius:100%;
	border:12px solid #f1f2f7;
	margin:auto;
	top:-76px;
	position:absolute;
	text-align:center;
	line-height:122px;
	left:50%;
	margin-left:-76px;
}
.cservice-block.block1{
	background:#a1bf71;
}
.cservice-block.block2{
	background:#9674d4
}
.cservice-block.block3{
	background:#80c3e9
}
#home{
	padding-top:30px;
}
.service-section .service-item hgroup{text-align:center; border-bottom:1px solid #ff9700; margin-bottom:15px; padding-top:24px; padding-bottom:8px;}
.service-section .service-item hgroup h5{font-size:18px; font-weight:600; text-transform:uppercase}
.service-section .service-item hgroup h6{font-size:16px; font-weight:500;}
.service-section .service-item p{
	font-weight:200;
	font-family: 'Open Sans';
	line-height:26px;
}
.article-list {
	padding-left:0;
	list-style-type:none
}
.article-list h6{
	font-size:18px;
	font-weight:500
}
.article-list li{
	margin-bottom:50px;
	position:relative;
	padding-left:45px;
}
.article-list li:before{
	background:#19a9e5;
	width:32px;
	height:32px;
	content:'';
	position:absolute;
	left:0;
	display:block;
	border-radius:100%
}
.article-list li:after{
	width:22px;
	height:22px;
	content:'';
	position:absolute;
	left:5px;
	top:5px;
	display:block;
	border-radius:100%;
	border:3px solid #fff;
}
.article-list li p{
	line-height:22px;
	
}
.subscribe-section{
	background:#222c36;
	margin-bottom:30px;
	padding:52px;
}
.subscribe-section p, .subscribe-section h5{
	color:#fff;
}
.subscribe-section h5{
	font-family: 'cabinbold';
	font-size:30px;
}
.title{
	text-transform:uppercase;
	font-size:24px;
	color:#000;
	border-left:0;
	padding-left:0
}
.subscribe-section  a.btn-gray{
	background:#ececec;
	font-size:18px;
	color:#010101;
	display:block;
	text-align:center;
	padding:31px 0px;
	text-transform:uppercase;
	margin-top:12px;
}
.subscribe-section  a.btn-gray:hover{
	background:#3f4e5d;
	color:#fff;
	text-decoration:none
}
.section-spacer{
	margin-top:30px;
}

.twitter-content{
	padding-top:30px;
	padding-bottom:30px;
	background:#19a9e5
}
.twitter-content p{
	font-size:18px;
	color:#fff;
	font-family:"Raleway";
	margin-bottom:0;
	font-weight:600
}
.testimonials p:first-child{
	text-indent:25px;
	background:url(../images/quote.png) left top no-repeat
}

.innerbanner{
	background:url(../images/seobanner-2.jpg) center top no-repeat;
	padding:65px 0;
}
.innerbanner h1{
	color:#000;
	font-size:24px;
	font-family:"Raleway";
	font-weight:700;
	/*background:#fff;*/
	display:inline-block;
	padding:8px 18px
}
.apply-form {
    color: #707e88;
}
.apply-form{
	 background-color: #f0f0f0;
  color: #000;
  margin-bottom: 10px;
  padding: 1px 20px 5px;
}

.apply-form .checkbox-label{
	margin-top: 12px;
	display:inline-block;
	padding-left:8px;
}
  
.apply-form span{
	/*color: black;*/
	font-size: 15px;
}
.apply-form  label {
    display: block;
    font-family: "Raleway";
    font-size: 14px;
    margin-bottom: 5px;
    max-width: 100%;
    text-transform: uppercase;
	font-weight:400
}
.
	span.wpcf7-list-item {
  margin-left: 0.5em;
  display: block !important;
  margin-top: 12px;
  /* display: inline-block; */
  padding-left: 8px;
}
span.wpcf7-list-item{
display:inline-block;
width:49%;
margin-left:0.1em;
}

.input-box {
	background:none;
	margin-bottom:0px;
	border:1px solid #707e88;
	padding:5px;
	width: 100%;
	font-family: 'Raleway';
	color: #707e88;
}
.apply-form checkbox{
	margin-bottom:10px;
} 
.text-box input{
	width:100%;
	padding:5px;
	background:none;
	margin-bottom:10px;
	border:1px solid #707e88;
	font-family: 'Raleway';
	color: #707e88;
 }
.get-started-btn{
	background:#43507c;
	color:#fff;
	padding:8px 67px;
	border:none;
	font-size:24px;
	margin-top:18px;

}



/*=========================================================
			
				FOOTER SECTION START HERE

=============================================================*/

#footer{
	background:#222222;
	padding-bottom:15px;
	padding-top:35px;
	font-size:14px;
}
.entry-footer{
	padding-bottom:25px;
}
#footer .footer-title{
	font-size:18px;
	color:#fff;
	font-family: 'Raleway';
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:0.05em;	
}
#footer  ul.address{
	list-style-type:none;
	margin:0;
	padding:0;	
}
#footer  ul{
	list-style-type:none;
	margin-left:0;
	padding-left:0
}
#footer  ul.address li{
	margin-top:15px;
	margin-bottom:15px;
	font-size:14px;
	color:#7e7e7e;
}
#footer  ul.address li a{
	color:#7e7e7e;
}
#footer ul.address li h6{
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	font-family: 'cabinregular';
	font-weight:normal;
	margin-bottom:4px;
} 
#footer .footer-links{
	margin-top:20px;
}
#footer .footer-links li{
	margin-top:10px;
	padding-left:18px;
	position:relative;
	margin-bottom:15px;
}
#footer .footer-links li:before{
	bottom: -5px;
    color: #8c8c8c;
    content: "+";
    font-size: 27px;
    left: 0;
    position: absolute;
}
#footer .footer-links li a{
	color:#959595;
	font-size:14px;
}
#footer .socials{
	margin-top:25px;
	margin-bottom:40px;
}
#footer .socials li{
	display:inline-block;
}
#footer .socials li a{
	background:#202020;
	color:#959595;
	width:36px;
	padding:4px;
	display:inline-block;
	text-align:center;
	line-height:30px;
	border:1px solid #333333;
}
#footer .socials li a:hover{
	background:#f3c920;
	color:#fff;
}
#footer p{
	color:#959595;
	font-size:14px;
}
 ul.bottomlinks{
	padding-left:0;
	list-style-type:none;
	overflow:hidden;
	margin-left: 60px;
}
ul.bottomlinks li{
	float:left;	
	width:25%
}
ul.bottomlinks li i {
    float: left;
    font-size: 26px;
    height: 32px;
    width: 34px;
	margin-top:6px;
}
ul.bottomlinks li a{line-height:1; font-size:14px; font-family:"Raleway"; font-weight:700}
ul.bottomlinks li span{
	display:block;
	font-size:14px;
	font-weight:400
}
.copyright-section{
	background:#1e1e1e;
	min-height:26px;
	padding:15px 0;
	color:#959595;
}
.copyright-section p{
	color:#959595;
	margin-bottom:0;
	font-size:14px;
}

.copyright-section a{
	color:#8c8c8c;
}
#footer a:hover,#footer ul.address li a:hover, #footer .footer-links li a:hover,.copyright-section a:hover{
	color:#fff;
	text-decoration:none
}
/*=====================================Blog CSS======================*/
.wysija-submit {
    background: none repeat scroll 0 0 #13abb7 !important;
    border: 1px solid #21787f !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-style: normal;
    height: 100%;
    letter-spacing: -0.2px;
    line-height: 19px;
    width: 30.5% !important;
}


#blog .blog {
  margin: 60px auto;
  padding: 0;
}
.inner {
  height: auto;
 /* max-width: 1170px;*/
  position: relative;
  text-align: center;
  width: 100%;
}
.inner .blog-post{
	width:68%;
	float:left;
	text-align:left;
}
#blog .blog .posts .post {
  background: none repeat scroll 0 0 #ffffff;
 /* margin: 60px auto;*/
}
#blog .blog .posts .post .post-inner{
	border-right:1px solid #a8a8a8;
	border-bottom: 1px solid #9c9c9c;
	padding:20px;
	margin-left:-1em;
	margin-right:-16px;
}
#blog .blog .posts .post .post-inner span{
	color:#494949;
	font-size:13px;
	padding-right: 6px;
	
}
aside h3.widget-title{
	/*background:url(img/heading-rightbg.jpg) repeat-x;*/
	color:#000;
	height:44px;
	line-height:44px;
	text-indent:15px;
	font-size:28px;
	margin:0;

}
.relative {
  position: relative;
}
.fullwidth {
  max-width: 100%;
  width: 100%;
}
#blog .blog .posts .post ul.post-slides {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#blog .blog .posts .post ul.post-slides::after {
  background: none repeat scroll 0 0 transparent;
  bottom: -7px;
  content: "";
  left: -7px;
  position: absolute;
  right: -7px;
  top: -7px;
}
.post .post-inner {
 /* margin: 25px auto 10px;
  padding: 10px;
  width: 100%;*/
}
.post-image {
   background: #eaeaea none repeat scroll 0 0;
    border: 1px solid #808080;
    float: left;
    height: 140px;
    margin: 0;
    padding: 5px;
    text-align: left;
    width: 128px;
	margin-right:12px
}
.post-image img{
	border:1px solid #a8a8a8;
}
.post-dates .date {
  background: none repeat scroll 0 0 #222222;
  border-radius: 5px;
  display: block;
  height: auto;
  padding: 10px 7px;
  text-align: center;
  width: 65px;
}
.bold {
  font-weight: 700;
}
.white {
  color: white;
}
.post-dates .date h1 {
  font-size: 36px;
  line-height: 33px;
  margin: 0;
  padding: 0;
}
.post-dates .date p {
  color: #999999;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.semibold {
  font-weight: 600;
}
.blog-s .post-details {
    float: none;
    margin-left: 150px;
    width: auto;
}
.post-details {
  float: right;
  padding: 5px 0 5px 15px;
  text-align: left;
  width: 90%;
}
.post-details .fa.fa-calendar {
    margin-left: 5px;
    margin-right: 10px;
}
.post-details .fa.fa-user {
    margin-left: 25px;
    margin-right: 10px;
}
.post-details .fa.fa-comments {
    margin-left:25px;
    margin-right: 10px;
}
.post-details .post-header {
  color: #000000;
  font-size: 30px;
  margin: 0;
}
.post-details .post-header:hover{
	/*color:#0fa7b3*/
}
.normal {
  font-weight: 400;
}
.post-details .post-header {
  color: #000000;
  font-size: 30px;
  margin: 0 0 10px;
  font-weight: 600;
}
.post-details .tags {
  font-size: 13px;
  line-height: 20px;
  margin: 8px 0;
}

.post-read{
    border-top: 1px solid #dddddd;
    display: block;
    margin-top: 5px;
	margin-bottom:8px
}
.post-details p.post-read {
  color: #999999;
  font-size: 13px;
  font-weight: 100;
  line-height: 24px;
    margin-top: 7px;
	margin-bottom:0;
}
.t-right {
  text-align: right !important;
}
.post-details a.more-button i {
  color: white;
  font-size: 14px;
  padding: 0 0 0 4px;
}
.post-details p {
	color: #4c4c4c!important;
    padding-top: 4px;
	
}
.post-details a.more-button {
 /* background: url(../images/read-more-back.jpg) repeat-x;*/
 background-color:#5a5a5a !important;
  border:1px solid #21787f;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  margin: 10px 0 0;
  padding: 0 12px;
  text-align: center;
  transition: all 0.3s ease 0s;
  color:#fff;
  
}
.post-details > a:hover {
    color: #5a5a5a;
}
.textwidget > a{
color:#959595;
}
.jmh_pew_readmore{
color:#959595;
}
.blog-s{
	background:#fff;
	overflow:hidden;
	border: 1px solid #9c9c9c;
}
#secondary.widget-area {
   background: #fff none repeat scroll 0 0;
   padding: 30px 10px 10px;
    float: right;
    width: 30%;
	border-left: 0px solid #9c9c9c;
	 text-align: left;
}
#secondary aside{
	margin-bottom:15px;
}
.widget.widget_categories {
    padding: 0px;
}
.form .mc4wp-form  h3{
	font-size:24px;
	color:#000;
	text-align:left
}
.form .mc4wp-form input[type="text"]{
	border:1px solid #9c9c9c;
	padding:3px;
	font-size:12px;
	color:#9c9c9c;
	position:relative;
}

.form .mc4wp-form input[type="submit"] {
	background:url(../images/sign-back.jpg) repeat-x;
	color:#fff;
	font-size:18px;
	padding:8px 15px;
	position:absolute;
	right:o;
	border:1px solid #21787f;

}
.form.mc4wp-form {
    border-bottom: 1px solid #9c9c9c;
} 
.h3-background{
	background:url(../images/sign-back.jpg) repeat-x;
	color:#fff;
	border:1px solid #21787f;
	padding:15px;
	margin:0

}
.no-bullets  {
    border: 1px solid #9c9c9c;
    margin-left: 0px;
    margin-right: 0px;
	padding:10px;
}
.no-bullets li{
		padding:8px;
		border-bottom:1px solid #9c9c9c
}
.widget.widget_recent_entries  .recent-post-inner img{
	border:1px solid #9c9c9c;
	float:left;
	width:30%
}
.no-bullets a {
    color:#15adb9;
		text-decoration:none;
		font-size:13px;
}
.widget.widget_recent_entries  .recent-post-inner p{
		color:#2f2f2f;
		font-size:11px;
		color:#9e9d9d;
}
.widget.widget_recent_entries  .recent-post-inner  span{
	color:#9e9d9d;
	font-size:11px;
}



.entry-content {
       padding:10px 0;
}
.inner .blog-post header{
	background:none;
	padding:0;
}

.comment-awaiting-moderation {
    color: #676767;
    font-size: 15px;
    margin-top: 30px;
}
.entry-title, .widecolumn h2 {
    font-size: 2.9rem;
    line-height: 1.2308;
    margin-bottom: 0.231em;
	padding-top: 20px;
	padding-left: 6.3333%;
}

.comments-link .leave-reply {
    color: #9c9c9c;
    font-size: 20px;
	padding-left: 6.3333%;
}
/*footer{
	background:none;
    color: #414141;
    float: left;
    font-family: "breuertextregular",Arial,sans-serif;
    font-size: 20px;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;

}*/
.inner .blog-post footer{
		/*display:none;*/
}
.entry-meta {
    padding-left:8.3333%;
}


/*----*/
.reply-title{
	font-size:30px;
	color:#000;
}


/*------------form---------------*/
.widget_wysija_cont form{
	padding:3px 2px 3px 3px;
}
.comment-reply-link{
	border:1px solid #21787f;
	color:#21787f;
	padding:7px 15px;
	font-size:18px;
	 border-radius: 6px;
	text-transform:uppercase;	
}
.comment-reply-link:hover{
	border-color:#21787f;
	background:#5a5a5a;
	color:#fff;
	text-decoration:none;
	
	
}

.comment-reply-title {
    font-size: 32px;
	text-align: center;
	color:#3b9299;
	font-weight:600;
	position:relative;	
	 padding-bottom: 12px;
	  margin-bottom: 20px;
}

.comment-reply-title:after {
    border-bottom: 1px solid #ddd;
    bottom: 0;
    content: "";
    left: 40%;
    position: absolute;
    width: 135px;
}
.comment-notes > span {
    color: #6f6f6f;
}

.comment-notes {
    color: #6f6f6f;
}
.url {
    color: #13abb7;
    font-size: 20px;
    font-style: normal;
	margin-right:20px;
	display:inline-block;
	 text-transform: uppercase;
	}
	.url:hover{
		color:#494949;
	}
.comment-meta.comment-author.vcard > a {
    display: block;
    margin-left: 67px;
	 margin-top: -15px;
	 color:#959595;
}
.comment-meta.comment-author.vcard > a:hover {
	text-decoration:underline;
}
.comment {
    padding: 20px 0;
}
.comments-title {
    font-size: 2rem;
	font-family:raleway;
	color:#4c4c4c;
	font-weight:600;
    line-height: 1.1852;
	padding-bottom: 10px;
	position:relative;

}
.comments-title:after {
    border-bottom: 1px solid #ddd;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.commentlist{
	padding:30px 0;
}
.comment-content.comment > p {
    color: #000;
    font-size: 16px;
}
.avatar {
    border-radius: 100%;
    height: 50px;
    overflow: hidden;
    width: 50px;
	 margin-right: 15px;
	  border: 2px solid #5a5a5a;
}
.comment-form, .no-comments {
    padding-top: 1.6842em;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags {
   /* color: rgba(51, 51, 51, 0.7);*/
    font-family: "Noto Sans",sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.comments-area {
	text-align:left
}
.comments-area {
    /*margin: 8.3333% 8.3333% 0;*/
    padding: 5.3333%;
}
.comment-form label {
    color: rgba(51, 51, 51, 0.5);
    display: block;
    font-family: "Noto Sans",sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
	margin-top:25px;
}
.comment-form-author {
    float: left;
    margin-right: 14px;
    width: 30%;
}
.comment-form-email {
    float: left;
    margin-right: 14px;
    width: 30%;
}
.comment-form-url {
    float: left;
    width: 30%;
}
.comment-form-comment textarea{
	width:95% !important;
}
 .comment-respond{
	border: 1px solid #9c9c9c;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 20px;
	 width: 100%;
	}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], textarea{
    width: 100%;
	border:1px solid #a3a3a3;
	padding:10px;.wpp-list {
    border: 1px solid #000000;
}
	background-color: #f7f7f7;
    border-radius: 8px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 0 15px 0;
    max-width: 100%;
    vertical-align: baseline;
	 border: 1px solid rgba(51, 51, 51, 0.1);
    color: rgba(51, 51, 51, 0.7);
	 box-sizing: border-box;
	
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #333;
    border: 0 none;
    color: #fff;
    cursor: pointer;
	background-color:#5a5a5a !important;
    font-family: "Raleway";
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.7917em 1.5em;
    text-transform: uppercase;
	 width: 100%;
	 
}
 input[type="submit"]:hover, button:hover, a.button:hover, .widget input[type="submit"]:hover, .widget button:hover, .widget a.button:hover {
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
}
 button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    background-color: rgba(51, 51, 51, 0.7);
    outline: 0 none;
}
p, address, pre, hr, ul, ol, dl, dd, table {
    margin-bottom: 1em;
}

.newsletter input[type="submit"] {
    background-color: #308883;
    color: #ffffff;
    font-size: 17px;
    font-style: normal;
    height: auto;
    letter-spacing: -0.2px;
    line-height: 19px;
    padding: 6px 14px !important;
    width: 66%;
}


/*---------------*/
.left br {
    display: none;
}
.right br {
    display: none;
}
.wpcf7-form-control-wrap.file-283 {
    margin-bottom: 0;
}

span.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 8px;
    position: relative;
}
.wysija-submit.wysija-submit-field {
        font-size: 1em !important;
    margin-top:0;
    padding: 8px 20px;
    width: 30%;
}
.wysija-paragraph {
    float: left;
   width:66.5%
}
.widget_wysija_cont {
    border: 1px solid #9c9c9c;
border-radius: 0;
}
.widget_wysija_cont  input{
	border:0;
	padding: 4px 0;
	width:100%;
	font-size:12px;
	color:#5a5a5a;
}
#form-wysija-2 .widget_wysija .wysija-paragraph input[type="text"]{
	border:0;
	
}
.wysija-required {
    display: none ;
}
.widget.widget_wysija {
    border-bottom:1px solid #cdcdcd !important;
    padding-bottom: 10px !important;
}
.widget.widget_wysija .widget-title{
		background:none; 
		color: #000000 ;
		font-size: 32px ;
}
.wpp-list .wpp-post-title {
    color: #15ADB9 !important;;
}
.time p{
line-height:1;
margin-bottom:0;
}
#wysija-2 .widget-title{
		background:none; 
		color: #000000 ;
		font-size: 28/px ;
		  margin-left: -4px;
		 margin-top: -25px;
}
.wpp-list {
    border: 1px solid#9c9c9c;
border-top:0;
 padding: 10px;
}
.widget_wysija_cont p label {
    display: none !important;
}

.wpp-list li{
	border-bottom:1px solid #cdcdcd;
padding-bottom:10px;
padding-top:5px;
}


.srp-post-thumbnail {
    border: 1px solid #949494;
	 margin-left: 9px;
}
.srp-post-title a{
	color:#000
}
.srp-post-content{
line-height:28px;
}
.comment-reply-title{
color:#000;
}
.srp-post-content {
    color: #5a5a5a;
    font-size:16px;
	font-famlt:"open sans";
	}
.srp-post-date {
    color: #9e9d9d;
}
.comment.even.thread-even.depth-1 {
      border: 1px solid #9c9c9c;
    border-radius: 15px;
    padding: 20px;
	 margin-bottom: 15px;
	  width: 100%;
}
.comment.odd.alt.thread-odd.thread-alt.depth-1{
	border: 1px solid #9c9c9c;
    border-radius: 15px;
    padding: 20px;
	 margin-bottom: 15px;
	  width: 100%;
}
.widget.widget_specialrecentpostsFree {
    border: 1px solid #9c9c9c;
}
.srp-content-box .srp-post-date, .widget-area .widget .srp-post-date{
	margin-bottom:0 !important;
}


/*LEAVE A REPLY FORM CSS START HERE 12-05-2015*/

.comment-respond {
     border: 1px solid #9C9C9C;
    border-radius: 15px;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 15px;
    padding: 20px;
    width: 100%;
}
.comments-area {
    padding: 1.3333%;
}
#comments .comment-reply-title {
  
}
#comments .comment-notes {
   
}
#comments .comment-notes > span {
   
}
.comment-form label {
   
}
#comments .comment-form input[type="text"], #comments .comment-form input[type="email"], #comments .comment-form input[type="url"], #comments textarea {
   
    border-radius: 8px;
    box-sizing: border-box;
    color: #000;
}
#comments input[type="submit"]{
	width:auto
}
.comment-form-author, .comment-form-email, .comment-form-url{
	width:33%;
	margin-right:0;
	padding-right:14px;
	box-sizing:border-box
}
.comment-form-comment textarea {
    width: 97% !important;
}
.banner-blog
{
	background-repeat:no-repeat;
	background-size:cover;
	height:200px;
	text-align:center;
	position:relative;
	z-index:3
}

.banner-blog::before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.banner-blog h1{
	font-size:62px;
	color:#fff;
	text-shadow:2px 2px 0 #444444;
	font-weight: 900;
	padding-bottom:5px;
}
.banner-blog p{
	font-size:20px;
	color:#fff;
	text-shadow:2px 2px 0 #444444;
	line-height:24px;
}
.pageTitle{
color:#fff !important;
text-align:center;
}
#wysija-2 .widget-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
    font-size: 28px;
    margin-left: -4px;
    margin-top: -25px;
}
.normal.post-header > a{
color:#000;
}

.form-allowed-tags {
    display: none;
}
.comment.byuser.comment-author-seo.bypostauthor.even.thread-even.depth-1 {
    list-style: outside none none;
}
#footer-about-us{
color:#7e7e7e;
}
#footer-about-us .footer-title{
margin-left:1em;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
display:none !important;
}
.form-validation-field-0formError.parentFormform-wysija-2.formError{
top:90px!important;
left:736.6px!important;

}