body {
    margin: 0;
	padding: 0;
	border: none;
	background: #f9f9f9;
	color: #333;
	padding-top: 0px;
    font-size: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1{
padding-left: 5px;
}

::selection {
	background-color: #ffd503;
	color: #333;
}

::-moz-selection { /* for ff */
	background-color: #ffd503;
	color: #333;
}

.clear { clear: both; }


.navbar-inverse {
	/*background-color:  #ffd503 !important;
	border-color: #fff !important;*/
	
	background-color: #fff !important;
	border-color: #fff !important;
	filter: none !important;
	/*box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);*/
	/*border-bottom: 1px solid rgba(0,0,0,0.2);*/
}

nav .searchform {
	margin-top:15px;
}

.comment-form label {
	width:100%;
}

.container{
    background-color: #fff;
    margin: 0 auto;
    width:1080px;
}


.content-wrap{
margin: 0 auto;
padding: 0;
width: 100%;
}

/*@media (min-width: 768px){*/
@media only screen and (min-width: 768px) {
  .content-area{
    max-width:100%;
  }

}

/*@media (min-width: 768px){*/
@media only screen and (min-width: 768px) {
  .container{
    max-width:100%;
  }
  .carousel .featured-wrap img{
	height: 100%;
}

}


@media only screen and (min-width: 992px){
  .container{
    max-width:100%;
  }
  .carousel .featured-wrap img{
  height: 100%;
}


}

@media only screen and (min-width: 992px){
  .content-area{
    max-width:100%;
  }
   .col-sm-6 {
    max-width: 100%;
}
}




@media only screen and (min-width: 1200px){
  .container{
    max-width:100%;
    margin: 0 auto;
  }
}

.navbar{
	margin-bottom: 0px !important;
	min-height: 18px !important;
	
	}
	
.navbar-std {
	color: #337;
	font-weight: bold;
	text-transform: uppercase;
}
.navbar .navbar-std > ul {
	margin: 0 0 0 5px;
	font-size: 15px;
}
.navbar .navbar-std > li {
	position: relative;
	display: inline;
	height: auto;
	margin: 0 auto;
}

.navbar-static-top{
/*border-bottom: 3px solid #EEE !important;*/
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus, .navbar-inverse .nav .current_page_item a, .navbar-inverse .nav .current_page_item a:hover, .navbar-inverse .nav .current_page_item a:focus, .navbar-inverse .nav .current_page_parent a, .navbar-inverse .nav .current_page_parent a:hover, .navbar-inverse .nav .current_page_parent a:focus {
	font-size: 15px !important;
	background-color: #ffd503;
	color: #555555;
	border-bottom: 5px solid #555;
}
.navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #ffd503;
	color: #555555;
}
.navbar-inverse .navbar-nav>li>a:hover {
	background-color: #ffd503;
	/*color: #01a8e9;*/
	color: #fff;
}
.navbar-inverse .navbar-toggle {
	background-color: #ffd503;
	border-color: #fff;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #ffd503;
	border-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #fff;
}
.site-name {
	display: none;
}

.sitebrand{
	margin-left: auto;
    margin-right: auto;
	}
.page-id-8 .title {
	display: none;
}



.blog-sidebar{
	margin-left: auto;
    margin-right: auto;
}

/*@media (min-width: 768px){*/
@media only screen and (max-width: 768px) {
  .blog-sidebar{
    max-width:100%;
    margin-left:10px;
  }
 .col-xs-6 {
    width: 85%;
}  
}

/*@media (min-width: 768px){*/
@media only screen and (max-width: 768px) {
    .container{width:100%;}
    .content-area{
   padding-left:12px;
  }
}


@media only screen and (min-width: 992px){
    .col-xs-6 {
    width: 25%;
}  
}

.social{
text-align: center;
}

.social h4{
font-size:16px;
}

/** need to check this **/
.page-row h2 {
	font-size: 30px;
}
.page-title h2 {
}

.page-title {
    font-size: 2.4em;
    weight: 650;
	padding-top: 0;
	padding-bottom: 0;
	}

.page-title h2{
    border-bottom: 2px solid #f3f3f3;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    box-shadow: 0 2px 0px #ddd;
    -moz-box-shadow: 0 2px 2px #ddd;
    -webkit-box-shadow: 0 2px 2px #ddd;
    display: inline-block;
    padding: 0px 5px 5px 5px;
}

.page-title h2:after
{position:absolute; left:0; bottom:0; width:100%; height:1px;}



 . /* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.carousel {
 height: 180px;
 width: 100%;
 margin-bottom: 20px;
 margin-top: 0px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
	text-align: left;
	left: 10%;
    padding-bottom: 20px;
}
.carousel-caption h1 {
	font-size: 18px;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px){
.carousel-caption h1 {
	font-size: 18px;
}
    
.sitebrand{
        padding-left: 15px;
	}
}

.carousel-control {
	width: 10%;
	font-size: 18px;
	text-align: left;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	background-color: #777;
    overflow: hidden;
    padding: 150px;
}
.carousel .featured-wrap{
    margin: 0 auto;
}

.carousel .featured-wrap img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    display: block;
}


.btn-group-lg>.btn, .btn-lg {
	padding: 5px 10px;
	font-size: 16px;
}
.carousel-indicators {
	margin-bottom: 0px;
}
.starter-template {
	padding: 40px 15px;
	text-align: center;
}

.featured {
	width: 100%;
}

.featured-wrap a:hover:before, .featured-wrap a:focus:before {
	opacity: 0.4;
    color: #999;
}
featured-wrap a:hover, .featured-wrap  a:focus {
    background-color: rgba(0, 0, 0, 0.1);
}



/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px){
.carousel-control {
 z-layer: -1;
}
.featured {
    padding-left:10px;
	width: 100%;
}
.carousel {
	width: 100%;
}
.side-feat {
	width: 100%;
}
.imgFloatLeft{
    width: 100%;
}
    
.carousel .item {
	background-color: #777;
    overflow: hidden;
    padding: 100px;
}
    
}


.featured h2 {
	font-size: 16px;
}
.side-feat {
	width: 320px;
}
/** spotlight  **/
.spotlight-section{
padding-top: 20px;
padding-bottom: 20px;
padding-left:10px;
border-bottom: solid 2px #eee;
width: 750px;
}


.col-md-4{
padding-left:5px !important;
padding-right:5px !important;
}
.spotlight-box{
width:33.3%;
margin-top:20px;
}

.content-post{
padding-top:20px;
}

@media only screen and (max-width: 768px){
    .blog-post, .page-post {width:100%;}

    .spotlight-box {
    	display:none;
    }
}

@media only screen and (max-width: 992px){
    .blog-post, .page-post, .spotlight-box{width:100%;}
    
.carousel .featured-wrap img{
    margin: 0 auto;
    height: 100% !important;
}

}

.spotlight {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-left: 1px solid #eaeaea;
	border-left: 1px solid rgba(51, 51, 51, 0.1);
	border-right: 1px solid #eaeaea;
	border-right: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	background-position: center;
	background-size: cover;
	position: relative;
	height: 150px;
}
.spotlight a {
	/*padding: 3.8461% 7.6923%;*/
	padding: 0;    
	text-decoration: none;
	color: #FFD503;
}

.spotlight:before {
	padding-top: 5px;
}
.spotlight a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}


.spotlight a:hover:before, .spotlight a:focus:before {
	opacity: 0.4;
}
.spotlight a:hover, .spotlight a:focus {
	color: #ffffff;
}
.spotlight a:before {
	background-color: rgba(204, 204, 204, 0.1);
}
.spotlight h2 {
	font-size: 16px;
	height: 50px;
	margin: 100px 0px 0;
	background-color: rgba(153, 153, 153, 0.9);
	padding: 8px;
	width: 100%;
}
/** end  **/


.blog-post, .page-post, .article-post {
	margin-bottom: 5%; 
	border-bottom: solid 2px #eee;
    margin-left: 1%;
}


.blog-post{
	padding-bottom: 8%;
}

.page-post {
	padding-bottom: 4%;
}

.article-post {
	padding-bottom: 4%;
}


.divider{
	border-bottom: solid 2px #eee;
    margin-top:20px;
}

.blog-post img {
	max-width: 100%;
	height: auto;
    display: block; 
    margin: 0 auto;
}
.blog-post-title {
	margin-bottom: 5px;
	font-size: 24px;
}
.blog-post-meta {
	margin-bottom: 20px;
	color: #999;
}

.blog-post p{
    font-size: 
    line-height: 170%;
	margin-bottom: 1.1em;
}

.wp-caption-text{
    font-size:12px;
    text-align: center;
    padding: 5px 0 5px 0;
    font-style: italic;
}
.blog-continue-read a{
    display: block;
	background: #999;
	padding: 8px 18px;
	color: #FFF;
	font-size: 0.95em;
	border-radius: 4px; 
    float: right;
}

.blog-continue-read a:hover{
	background-color: #ffd503;
	color: #555555;
	text-decoration: none !important;
}

.page-row {
	margin-top: 0;
}

.maxwidth{
    width: 742px;
}
/** end **/

.sidebar-module {
	padding: 15px;
	margin: 0 -15px 15px;
}
.sidebar-module-inset {
	padding: 15px;
	background-color: #fafafa;
	border-radius: 4px;
	margin: 0 auto;
}
.page-sidebar-module {
	padding: 15px;
	margin: 0px 0;
}
.page-sidebar-module-inset {
	padding: 15px;
	background-color: #fafafa;
	border-radius: 4px;
	margin: 0 auto;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
/** adapted from twentyfifteen theme **/
.post-nav {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-left: 1px solid #eaeaea;
	border-left: 1px solid rgba(51, 51, 51, 0.1);
	border-right: 1px solid #eaeaea;
	border-right: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}
.post-nav a {
	display: block;
	padding: 3.8461% 7.6923%;
	text-decoration: none;
}
.post-nav span {
	display: block;
}
.post-nav .nav-label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}
.post-nav .post-title {
	font-size: 2.7rem;
	line-height: 1.1852;
	position: relative;
	z-index: 2;
}
.post-nav .nav-next, .post-nav .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}
.post-nav a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.post-nav a:hover:before, .post-nav a:focus:before {
	opacity: 0.5;
}
.post-nav .nav-label {
	opacity: 0.8;
}
.post-nav div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

/** thumbnail for front page **/
.imgFloatLeft {
	float: left;
	padding-right: 15px; 
    margin-bottom: 10px;
	}

.posttext-right {
	float:left;
	height:130px ;
	width:480px;
	margin-bottom:15px;
}

.posttext-links {
	float:right;
	width:495px;	
}


@media only screen and (max-width: 768px) {
  .posttext-right {
    width:100%;
    height:160px;
  }

  .posttext-links {
	float:left;
	width:100%;	
	}

}


.posttext-links .addthis_sharing_toolbox {
	max-width: 320px;
	float:left;
}

div.wp-caption{
 max-width: 100%;}

/**form **/
#mc_embed_signup {
	background-color: #f2f2f2;
	clear: left;
	font: 12px Helvetica, Arial, sans-serif;
	width: 245px;
}
#mc_embed_signup h4 {
	font-size: 14px;
}
div.mce_inline_error {
	color: #000;
	background-color: #F09D9E;
}

/** newsletter signup **/
#optin { background: #fff url(../../../../images/shadow.png) repeat-x top; border: 0px solid #efefef; padding:0; text-align: center }
	#optin input {
		border: 0px solid #ccc;
		font-size: 14px;
		margin-bottom: 10px;
		padding: 10px 25px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 1px 1px #ddd;
		-moz-box-shadow: 0 1px 1px #ddd;
		-webkit-box-shadow: 0 1px 1px #ddd;
	}
		#optin input.email { background: #fff url(../../../../images/email.png) no-repeat 5px center; padding-left: 35px;font-size:12px; margin-left:5px;}
		#optin input.name { background: #fff url(../../../../images/name.png) no-repeat 5px center; padding-left: 35px;font-size:12px; margin-left:5px;}
		#optin input[type="submit"] {
			background: #f6640e url(../../../../images/orange.png) repeat-x top;
			/*border: 1px solid #a44913;*/
			color: #fff;
			cursor: pointer;
			font-size: 12px;
			font-weight: bold;
			padding:5px;
			/*text-shadow: -1px -1px #562806;*/
			width: 95%
		}
			#optin input[type="submit"]:hover { color: #ffdeb3 }

#mc_embed_signup form {
    padding: 5px 0 5px 1% !important;
}

#mc_embed_signup .indicates-required {
    text-align: left !important;
    padding: 10px 0 10px 10px;
    font-size: 10px;    
}

#mc_embed_signup #mce-success-response{color: #444;}

/** **/
.blog-footer {
	padding: 40px 0;
	color: #999;
	text-align: center;
	background-color: #f9f9f9;
	border-top: 1px solid #e5e5e5;
}

/** transitions **/
.blog-continue-read a{
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {
.page-title, .comments-title, .comment-reply-title, .post-navigation .post-title {
	font-size: 2.7rem;
	line-height: 1.1852;
}
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter, img.sizefull { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.searchside {
	padding-left:20px;
	padding-right:10px;
	margin-top:-25px;
}

.search-field {
	border:1px solid #ccc;
	padding-left:5px;
	padding-right:5px;
}

#google_translate_element {
  margin-bottom:5px;
}