html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 16px
}

body {
	margin: 0;
    color: #666;
    font: normal 100.125%/1.55 'Lato',Arial,sans-serif;
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0;
	text-decoration:none;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
.masthead{
	background:#e67300;
	border-bottom: 5px solid #ccc;
	overflow: hidden;
}
.masthead .search-wrapper {
    margin: 0px;
    padding: 10px 0 0 0;
    float: left;
    width: 10%;
    box-sizing: border-box;
}
.masthead .search-wrapper form.searchform {
    right: auto;
    width: 100%;
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
form.searchform input.searchfield {
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
	border-radius:16px;
	padding-left:8px;
	box-shadow: none;
    border: none;
}
.masthead .search-wrapper form.searchform button.searchsubmit {
    top: 0px;
    right: 5px;
}
form.searchform button.searchsubmit {
    position: absolute;
    top: 2px;
    background: transparent;
    padding: 4px;
    right: 2px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Genericons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    vertical-align: bottom;
    color: #e67300;
    border: none;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}
h1 {
	font-size: 343.7465625%;
	margin-bottom: 15px
}

h2 {
	font-size: 206.25%;
	margin-bottom: 15px
}

h3 {
	font-size: 137.49656249999998%;
	margin-bottom: 15px
}

h4 {
	font-size: 120.3159375%;
	margin-bottom: 15px;
	margin-bottom: 0.5rem
}

h5 {
	font-size: 103.125%;
	margin-bottom: 15px;
	margin-bottom: 0.5rem;
	text-transform: uppercase
}

h6 {
	font-size: 103.125%;
	margin-bottom: 15px;
	margin-bottom: 0.5rem;
	text-transform: uppercase
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1a1a1a;
	font-family: 'Lato', Arial, sans-serif;
	line-height: 1.1667;
	margin-top: 0;
	font-weight: normal
}

hr {
	margin: 30px 0;
	border: 1px solid #e6e6e6
}
blockquote {
	background: #f2f2f2;
	padding: 10px 20px;
	margin: 0 0 30px 0;
	position: relative;
	border-left: 3px solid #c0392b;
	overflow: hidden
}

blockquote p {
	color: #999
}

blockquote p:last-child {
	margin-bottom: 0
}
.wp-caption {
	background: #f2f2f2;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	max-width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	padding: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.wp-caption .wp-caption-text {
	text-align: center;
	padding: 0;
	margin: 0;
	color: #808080;
	font-size: 0.8em
}

.wp-caption img {
	float: none;
	margin: 0
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em
}
.alignleft,
.alignright,
.aligncenter {
	display: block;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.alignleft {
	clear: right;
	float: left;
	margin: 10px 0 15px 0
}

.alignright {
	clear: left;
	float: right;
	margin: 10px 0 15px 0
}

.aligncenter {
	clear: both;
	display: block;
	margin: 10px auto 15px auto
}

.alignright .alignright,
.alignleft .alignleft,
.aligncenter .aligncenter {
	padding: 0 5px;
	border: 0
}
.gallery {
	padding: 0;
	margin-bottom: 30px
}

.gallery dl {
	float: left;
	text-align: center;
	margin: 0 0 15px 0
}

.gallery dl dt {
	padding: 0 0;
	*zoom: 1
}

.gallery dl dt:before,
.gallery dl dt:after {
	content: "";
	display: table
}

.gallery dl dt:after {
	clear: both
}

.gallery dl dd {
	padding: 0 0;
	margin: 0;
	font-size: 0.8em
}

.gallery dl img {
	max-width: 100%;
	height: auto;
	opacity: 0.9;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out
}

.gallery dl img:hover {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out
}

.gallery a.image {
	float: none
}

.gallery .gallery-caption {
	font-style: italic
}

.gallery.gallery-columns-1 dl {
	width: 100%
}

.gallery.gallery-columns-2 dl {
	width: 50%
}

.gallery.gallery-columns-3 dl {
	width: 33.33%
}

.gallery.gallery-columns-4 dl {
	width: 25%
}

.gallery.gallery-columns-5 dl {
	width: 20%
}

.gallery.gallery-columns-6 dl {
	width: 16.666%
}

.gallery.gallery-columns-7 dl {
	width: 14.28%
}

.gallery.gallery-columns-8 dl {
	width: 12.5%
}

.gallery.gallery-columns-9 dl {
	width: 11.11%
}

.gallery.gallery-columns-10 dl {
	width: 10%
}

.infinite-scroll .pagination {
	display: none
}

.infinite-scroll #infinite-handle {
	clear: both;
	padding: 30px;
	margin-bottom: 30px;
	text-align: center
}

.infinite-scroll #infinite-handle span {
	font-size: 0.9em;
	padding: 0 15px;
	line-height: 30px;
	color: #fff;
	border-radius: 30px;
	border: 1px solid #c0392b;
	display: inline-block;
	text-decoration: none;
	background-color: #bb3d30;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d34a3b), to(#a33024));
	background-image: -webkit-linear-gradient(top, #d34a3b, #a33024);
	background-image: -moz-linear-gradient(top, #d34a3b, #a33024);
	background-image: -ms-linear-gradient(top, #d34a3b, #a33024);
	background-image: -o-linear-gradient(top, #d34a3b, #a33024);
	background-image: linear-gradient(top, #d34a3b, #a33024);
	border-color: #a33024;
	-webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	border-radius: 3px;
	background: #c0392b;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out
}

.infinite-scroll #infinite-handle span:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a33024;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c0392b), to(#86281e));
	background-image: -webkit-linear-gradient(top, #c0392b, #86281e);
	background-image: -moz-linear-gradient(top, #c0392b, #86281e);
	background-image: -ms-linear-gradient(top, #c0392b, #86281e);
	background-image: -o-linear-gradient(top, #c0392b, #86281e);
	background-image: linear-gradient(top, #c0392b, #86281e);
	border-color: #86281e
}

.infinite-scroll #infinite-handle span:hover {
	background: #962d22
}

.infinite-scroll #infinite-handle span:hover {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out
}

.infinite-scroll .infinite-loader {
	clear: both;
	padding: 30px
}

.infinite-scroll .infinite-loader .spinner {
	margin: 0 auto
}

.widget {
	overflow: hidden
}

.widget h3.widgettitle:before {
	-webkit-font-smoothing: antialiased;
	font-family: 'Genericons';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	vertical-align: bottom;
	margin-right: 3px
}

.widget select {
	width: 100%
}

.widget.milestone-widget .milestone-content {
	margin: 0 auto
}

.widget.widget_author_grid ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	*zoom: 1
}

.widget.widget_author_grid ul:before,
.widget.widget_author_grid ul:after {
	content: "";
	display: table
}

.widget.widget_author_grid ul:after {
	clear: both
}

.widget.widget_author_grid ul li {
	float: left;
	max-width: 50%
}

.widget.widget_author_grid ul img {
	display: block
}

.widget.widget_authors ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0
}

.widget.widget_authors ul strong {
	display: block;
	font-size: 137.49656249999998%;
	margin-bottom: 15px
}

.widget.widget_authors ul ul {
	list-style-type: disc;
	margin: 0 0 30px 0;
	padding: 0 0 0 1.5rem
}

.widget.widget_authors ul img {
	display: block
}

.widget.widget_recent_comments table.recentcommentsavatar {
	width: 100%;
	margin: 0;
	border: none
}

.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatarend,
.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatartop {
	padding: auto
}

.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatartop a {
	display: block;
	line-height: 0
}

.widget.widget_recent_comments table.recentcommentsavatar tr,
.widget.widget_recent_comments table.recentcommentsavatar tr:nth-child(odd) {
	background: transparent
}

.widget.widget_flickr #flickr_badge_uber_wrapper,
.widget.widget_flickr #flickr_badge_wrapper {
	width: 100%;
	margin: 0
}

.widget.widget_flickr #flickr_badge_uber_wrapper td,
.widget.widget_flickr #flickr_badge_wrapper td {
	padding: 5px
}

.widget.widget_flickr #flickr_badge_uber_wrapper td a,
.widget.widget_flickr #flickr_badge_wrapper td a {
	color: #c0392b
}

.widget.widget_flickr #flickr_badge_uber_wrapper td a:hover,
.widget.widget_flickr #flickr_badge_wrapper td a:hover {
	text-decoration: underline
}

.widget.widget_flickr #flickr_badge_wrapper {
	border-color: #e6e6e6
}

.widget.widget_image .wp-caption {
	max-width: 100%
}

.widget.widget_recent_comments h3.widgettitle:before {
	content: '\f300'
}

.widget.widget_recent_entries h3.widgettitle:before {
	content: '\f444'
}

.widget.widget_pages h3.widgettitle:before {
	content: '\f443'
}

.widget.widget_categories h3.widgettitle:before {
	content: '\f301'
}

.widget.widget_archive h3.widgettitle:before,
.widget.widget_calendar h3.widgettitle:before {
	content: '\f307'
}

.widget.widget_meta h3.widgettitle:before {
	content: '\f445'
}

.widget.widget_tag_cloud h3.widgettitle:before,
.widget.wp_widget_tag_cloud h3.widgettitle:before {
	content: '\f302'
}

.widget.widget_wpcom_instagram_widget h3.widgettitle:before {
	content: '\f215'
}

.widget.widget_twitter_timeline h3.widgettitle:before {
	content: '\f202'
}

.widget.widget_links h3.widgettitle:before {
	content: '\f107'
}

.widget.widget-grofile h3.widgettitle:before,
.widget.widget_gravatar h3.widgettitle:before {
	content: '\f304'
}

.widget.widget_jetpack_posts_i_like h3.widgettitle:before {
	content: '\f461'
}

.widget.widget_rss_links h3.widgettitle:before {
	content: '\f413'
}

.widget.PDS_Poll,
.widget.pds-box {
	max-width: 100%
}

.widget.PDS_Poll .pds-input-label,
.widget.pds-box .pds-input-label {
	max-width: 100%;
	width: auto;
	float: none;
	display: inline
}

.widget.PDS_Poll .pds-answer-input,
.widget.pds-box .pds-answer-input {
	display: inline;
	float: none
}

.content-comments h3#comments:before {
	-webkit-font-smoothing: antialiased;
	font-family: 'Genericons';
	font-weight: normal;
	font-style: normal;
	font-size: 32px;
	vertical-align: bottom;
	content: '\f108';
	line-height: 0.8;
	margin-right: 5px
}

ol.commentlist {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0
}

ol.commentlist li.trackback,
ol.commentlist li.pingback {
	padding: 30px 0
}

ol.commentlist li.trackback .comment-body:before,
ol.commentlist li.pingback .comment-body:before {
	-webkit-font-smoothing: antialiased;
	font-family: 'Genericons';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	vertical-align: bottom;
	content: '\f107'
}

ol.commentlist li.comment,
ol.commentlist li.trackback,
ol.commentlist li.pingback {
	*zoom: 1;
	margin: 0;
	position: relative;
	border-bottom: 1px solid #f2f2f2;
	list-style-type: none
}

ol.commentlist li.comment:before,
ol.commentlist li.trackback:before,
ol.commentlist li.pingback:before,
ol.commentlist li.comment:after,
ol.commentlist li.trackback:after,
ol.commentlist li.pingback:after {
	content: "";
	display: table
}

ol.commentlist li.comment:after,
ol.commentlist li.trackback:after,
ol.commentlist li.pingback:after {
	clear: both
}

ol.commentlist li.comment article,
ol.commentlist li.trackback article,
ol.commentlist li.pingback article {
	padding: 20px 0
}

ol.commentlist li.comment .says,
ol.commentlist li.trackback .says,
ol.commentlist li.pingback .says {
	display: none
}

ol.commentlist li.comment #respond,
ol.commentlist li.trackback #respond,
ol.commentlist li.pingback #respond {
	position: relative;
	margin: 0
}

ol.commentlist li.comment #respond #cancel-comment-reply-link,
ol.commentlist li.trackback #respond #cancel-comment-reply-link,
ol.commentlist li.pingback #respond #cancel-comment-reply-link {
	position: absolute;
	right: 0;
	font-size: 0.9em;
	padding: 0 15px;
	line-height: 30px;
	color: #fff;
	border-radius: 30px;
	border: 1px solid #b3b3b3;
	display: inline-block;
	text-decoration: none;
	background-color: #b3b3b3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c4c4c4), to(#a1a1a1));
	background-image: -webkit-linear-gradient(top, #c4c4c4, #a1a1a1);
	background-image: -moz-linear-gradient(top, #c4c4c4, #a1a1a1);
	background-image: -ms-linear-gradient(top, #c4c4c4, #a1a1a1);
	background-image: -o-linear-gradient(top, #c4c4c4, #a1a1a1);
	background-image: linear-gradient(top, #c4c4c4, #a1a1a1);
	border-color: #a1a1a1;
	-webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	border-radius: 3px;
	background: #c0392b;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

ol.commentlist li.comment #respond #cancel-comment-reply-link:hover,
ol.commentlist li.trackback #respond #cancel-comment-reply-link:hover,
ol.commentlist li.pingback #respond #cancel-comment-reply-link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a1a1a1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#8f8f8f));
	background-image: -webkit-linear-gradient(top, #b3b3b3, #8f8f8f);
	background-image: -moz-linear-gradient(top, #b3b3b3, #8f8f8f);
	background-image: -ms-linear-gradient(top, #b3b3b3, #8f8f8f);
	background-image: -o-linear-gradient(top, #b3b3b3, #8f8f8f);
	background-image: linear-gradient(top, #b3b3b3, #8f8f8f);
	border-color: #8f8f8f
}

ol.commentlist li.comment #respond #cancel-comment-reply-link:hover,
ol.commentlist li.trackback #respond #cancel-comment-reply-link:hover,
ol.commentlist li.pingback #respond #cancel-comment-reply-link:hover {
	background: #962d22
}

ol.commentlist li.comment .avatar,
ol.commentlist li.trackback .avatar,
ol.commentlist li.pingback .avatar {
	float: left;
	margin: 0 10px 0 0
}

ol.commentlist li.comment .reply,
ol.commentlist li.trackback .reply,
ol.commentlist li.pingback .reply {
	position: absolute;
	top: 20px;
	right: 0
}

ol.commentlist li.comment .reply a,
ol.commentlist li.trackback .reply a,
ol.commentlist li.pingback .reply a {
	font-size: 0.9em;
	padding: 0 15px;
	line-height: 30px;
	color: #fff;
	border-radius: 30px;
	border: 1px solid #c0392b;
	display: inline-block;
	text-decoration: none;
	background-color: #bb3d30;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d34a3b), to(#a33024));
	background-image: -webkit-linear-gradient(top, #d34a3b, #a33024);
	background-image: -moz-linear-gradient(top, #d34a3b, #a33024);
	background-image: -ms-linear-gradient(top, #d34a3b, #a33024);
	background-image: -o-linear-gradient(top, #d34a3b, #a33024);
	background-image: linear-gradient(top, #d34a3b, #a33024);
	border-color: #a33024;
	-webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	border-radius: 3px;
	background: #c0392b;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: block
}

ol.commentlist li.comment .reply a:hover,
ol.commentlist li.trackback .reply a:hover,
ol.commentlist li.pingback .reply a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a33024;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c0392b), to(#86281e));
	background-image: -webkit-linear-gradient(top, #c0392b, #86281e);
	background-image: -moz-linear-gradient(top, #c0392b, #86281e);
	background-image: -ms-linear-gradient(top, #c0392b, #86281e);
	background-image: -o-linear-gradient(top, #c0392b, #86281e);
	background-image: linear-gradient(top, #c0392b, #86281e);
	border-color: #86281e
}

ol.commentlist li.comment .reply a:hover,
ol.commentlist li.trackback .reply a:hover,
ol.commentlist li.pingback .reply a:hover {
	background: #962d22
}

ol.commentlist li.comment.bypostauthor,
ol.commentlist li.trackback.bypostauthor,
ol.commentlist li.pingback.bypostauthor {
	border: none
}

ol.commentlist li.comment.bypostauthor>article,
ol.commentlist li.trackback.bypostauthor>article,
ol.commentlist li.pingback.bypostauthor>article {
	padding: 20px;
	background: #fff;
	border-left: 2px solid #c0392b;
	position: relative
}

ol.commentlist li.comment.bypostauthor .reply,
ol.commentlist li.trackback.bypostauthor .reply,
ol.commentlist li.pingback.bypostauthor .reply {
	right: 20px
}

ol.commentlist li.comment .comment-content,
ol.commentlist li.trackback .comment-content,
ol.commentlist li.pingback .comment-content {
	clear: both
}

ol.commentlist li.comment .comment-content p:last-child,
ol.commentlist li.trackback .comment-content p:last-child,
ol.commentlist li.pingback .comment-content p:last-child {
	margin-bottom: 0
}

ol.commentlist li.comment .edit-link,
ol.commentlist li.trackback .edit-link,
ol.commentlist li.pingback .edit-link {
	margin-left: 10px
}

ol.commentlist li.comment .edit-link a,
ol.commentlist li.trackback .edit-link a,
ol.commentlist li.pingback .edit-link a {
	padding: 2px 5px;
	background: #b3b3b3;
	color: #fff;
	border-radius: 3px
}

ol.commentlist li.comment .edit-link a:hover,
ol.commentlist li.trackback .edit-link a:hover,
ol.commentlist li.pingback .edit-link a:hover {
	background: #808080
}

ol.commentlist li.comment .comment-meta,
ol.commentlist li.trackback .comment-meta,
ol.commentlist li.pingback .comment-meta {
	margin-bottom: 15px
}

ol.commentlist li.comment .comment-meta .comment-metadata,
ol.commentlist li.trackback .comment-meta .comment-metadata,
ol.commentlist li.pingback .comment-meta .comment-metadata {
	font-size: 0.8em
}

ol.commentlist li.comment .comment-meta .comment-metadata a,
ol.commentlist li.trackback .comment-meta .comment-metadata a,
ol.commentlist li.pingback .comment-meta .comment-metadata a {
	color: #b3b3b3
}

ol.commentlist li.comment .comment-meta .comment-metadata .edit-link a,
ol.commentlist li.trackback .comment-meta .comment-metadata .edit-link a,
ol.commentlist li.pingback .comment-meta .comment-metadata .edit-link a {
	color: #fff
}

ol.commentlist li.comment:last-child,
ol.commentlist li.trackback:last-child,
ol.commentlist li.pingback:last-child,
ol.commentlist li.comment li:last-child,
ol.commentlist li.trackback li:last-child,
ol.commentlist li.pingback li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0
}

ol.commentlist ul.children {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
	clear: both;
	position: relative
}

ol.commentlist ul.children li:last-child {
	margin: 0
}

ol.commentlist img.avatar {
	border-radius: 50%
}

#respond {
	*zoom: 1;
	clear: both;
	margin-bottom: 30px;
	background: #fff
}

#respond:before,
#respond:after {
	content: "";
	display: table
}

#respond:after {
	clear: both
}

#respond h3#reply-title:before {
	-webkit-font-smoothing: antialiased;
	font-family: 'Genericons';
	font-weight: normal;
	font-style: normal;
	font-size: 32px;
	vertical-align: bottom;
	content: '\f300';
	line-height: 0.8;
	margin-right: 5px
}

#respond label {
	float: left;
	min-width: 150px;
	line-height: 3;
	font-size: 0.7em
}

#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url {
	margin: 0
}

#respond p.comment-subscription-form {
	margin-bottom: 0;
	clear: both
}

#respond p.logged-in-as {
	font-size: 0.9em;
	color: #b3b3b3;
	text-transform: uppercase;
	margin-bottom: 15px
}

#respond p.logged-in-as a {
	color: #999
}

#respond p.logged-in-as a:hover {
	color: #c0392b
}

#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url,
#respond p.comment-form-comment {
	margin: 0
}

#respond p.form-allowed-tags {
	font-size: 0.7em
}

#respond p.form-submit {
	margin: 0
}

#respond p.form-submit #submit {
	line-height: 45px;
	padding: 0 20px;
	color: #fff;
	border-radius: 30px;
	border: 1px solid #27ae60;
	display: inline-block;
	text-decoration: none;
	background-color: #27ae60;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb70), to(#209150));
	background-image: -webkit-linear-gradient(top, #2ecb70, #209150);
	background-image: -moz-linear-gradient(top, #2ecb70, #209150);
	background-image: -ms-linear-gradient(top, #2ecb70, #209150);
	background-image: -o-linear-gradient(top, #2ecb70, #209150);
	background-image: linear-gradient(top, #2ecb70, #209150);
	border-color: #209150;
	-webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	border-radius: 3px;
	background: #c0392b;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

#respond p.form-submit #submit:hover {
	color: #fff;
	text-decoration: none;
	background-color: #209150;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#27ae60), to(#1a7440));
	background-image: -webkit-linear-gradient(top, #27ae60, #1a7440);
	background-image: -moz-linear-gradient(top, #27ae60, #1a7440);
	background-image: -ms-linear-gradient(top, #27ae60, #1a7440);
	background-image: -o-linear-gradient(top, #27ae60, #1a7440);
	background-image: linear-gradient(top, #27ae60, #1a7440);
	border-color: #1a7440
}

#respond p.form-submit #submit:hover {
	background: #962d22
}

.screen-reader {
	display: none
}
body {
	*zoom: 1;
	background: #fdfdfd
}

body:before,
body:after {
	content: "";
	display: table
}

body:after {
	clear: both
}

a {
	color: #c0392b;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

a:hover {
	color: #81261d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}


.menu-primary {
	padding: 0 15px
}

.menu-primary .menu {
	padding: 15px 20px;
	*zoom: 1;
	position: relative;
	text-align: left
}

.menu-primary .menu:before,
.menu-primary .menu:after {
	content: "";
	display: table
}

.menu-primary .menu:after {
	clear: both
}

.menu-primary .menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 199;
	-webkit-transition: opacity 200ms, margin 200ms, left 0 linear 1s;
	-moz-transition: opacity 200ms, margin 200ms, left 0 linear 1s;
	-ms-transition: opacity 200ms, margin 200ms, left 0 linear 1s;
	-o-transition: opacity 200ms, margin 200ms, left 0 linear 1s;
	transition: opacity 200ms, margin 200ms, left 0 linear 1s;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms
}

.menu-primary .menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left
}

.menu-primary .menu li a {
	display: block;
	padding: 7px 10px;
	position: relative
}

.menu-primary .menu li.page_item_has_children>a,
.menu-primary .menu li.menu-item-has-children>a {
	padding-right: 20px
}

.menu-primary .menu li.page_item_has_children>a:after,
.menu-primary .menu li.menu-item-has-children>a:after {
	top: 40%;
	right: 5px;
	position: absolute;
	border: 5px solid transparent;
	content: '';
	border-top-color: #ccc
}

.menu-primary .menu li.current-menu-item>a {
	background-color: #191919;
	color: #fff
}

.menu-primary .menu li ul {
	position: absolute;
	width: 18em;
	background: #fff;
	display: none;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3)
}

.menu-primary .menu li ul:before {
	position: absolute;
	border: 8px solid transparent;
	content: '';
	border-bottom-color: #4d4d4d;
	top: -16px;
	left: 16px
}

.menu-primary .menu li ul ul {
	top: 0;
	display: none;
	left: 18em
}

.menu-primary .menu li ul ul:before {
	display: none
}

.menu-primary .menu li ul li {
	position: relative;
	display: block;
	float: none;
	border-bottom: 1px solid #474747
}

.menu-primary .menu li ul li a {
	color: #fff
}

.menu-primary .menu li ul li a:hover {
	color: #fff;
	text-decoration: underline
}

.menu-primary .menu li ul li.page_item_has_children>a:after,
.menu-primary .menu li ul li.menu-item-has-children>a:after {
	top: 35%;
	border-top-color: transparent;
	border-left-color: #a6a6a6
}

.menu-primary .menu li ul li:last-child {
	border: none
}

.menu-primary .menu li ul li.current-menu-item>a {
	background-color: #404040;
	border-radius: 0
}

.menu-primary .menu li.focus>ul,
.menu-primary .menu li:hover>ul {
	display: block
}

.menu-primary .menu {
	background: transparent;
	border-top: 3px double #e6e6e6;
	border-bottom: 1px double #e6e6e6;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Lato', sans-serif;
	font-size: 13px
}

.menu-primary .menu ul li a:before {
	content: '|';
	color: #e6e6e6;
	content: '|';
  margin-right: 4px;
}

.menu-primary .menu ul li:first-child a:before {
	display: none
}

.menu-primary .menu ul li:first-child ul {
	margin-left: 0
}

.menu-primary .menu ul ul {
	margin-left: 25px
}

.menu-primary .menu ul ul li a:before {
	display: none
}

.menu-primary .menu ul ul ul {
	margin-left: 0
}
.slider-fetured .item a.thumbnail {
margin: 0;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center;
    float: left;
    display: block;
    line-height: 0;
}

.slider-fetured .item h2 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 120.3159375%;
    margin-bottom: 15px;
    margin: 0;
		font-size: 275.0034375%;
    font-weight: 900;
	line-height:1.4
}
.slider-fetured .item h2 a {
		color: #fff;
    display: block;
    padding: 10px 0;
    text-align: left;
	text-transform:none;
}
.branding {
    text-align: left;
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 10px 0px 10px 0px;
}

nav.menu-primary {
    padding: 0;
}
nav.menu-primary .menu {
    border: none;
    text-align: left;
    padding: 5px 13px;
    margin-top: 38px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Lato',sans-serif;
    font-size: 13px;
    position: relative;
}
.menu-masthead_menu-container {
    font-size: 18px;
    font-weight: 600;
}
.menu-primary .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 199;
    -webkit-transition: opacity 200ms, margin 200ms, left 0 linear 1s;
    -moz-transition: opacity 200ms, margin 200ms, left 0 linear 1s;
    -ms-transition: opacity 200ms, margin 200ms, left 0 linear 1s;
    -o-transition: opacity 200ms, margin 200ms, left 0 linear 1s;
    transition: opacity 200ms, margin 200ms, left 0 linear 1s;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}
.menu-primary .menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
}
.menu-primary .menu li a {
    display: block;
    padding: 6px 4px 6px 0;
    position: relative;
	  color: #fff;
		text-align: left;
}

.general-post .item{
	position:relative;
}
.general-post .item a.thumbnail {
margin: 0;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    float: left;
    display: block;
    line-height: 0;
}

.general-post .item h2 {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0px;
    right: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 120.3159375%;
    margin-bottom: 15px;
    margin: 0;
}
.general-post .item h2 a {
	color: #fff;
    display: block;
		padding: 20px 15px 5px 15px;
    font-weight: 900;
		line-height: 1.5;
    background: rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
	
	    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.75) 50%,rgba(0, 0, 0, 0.84) 100%);
}

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

blockquote {
    margin: 0 0 1rem;
    padding: 10px;
    background: #fff4e4;
    border: 1px solid #FF5722;
}

blockquote p{
    margin:0px;
}

.widget-title{
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 5px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #222222;
}
.entry-content figure{
	padding: 5px;
border: 1px solid #000;
    background: #252525;
}
.entry-content .wp-caption-text{
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
}
.entry-footer{
border: 1px solid #ccc;
    padding: 10px;
    background: #eceeef;
}
.heading{
	display: block;
    line-height: 45px;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.widget h2 span,.heading a{
	color: #9e131c;
	font-weight: 700;
	padding: 0;
}


.wrapper {
    padding: 10px 0;
}
.subs {
    border: 1px solid #ccc;
    text-align: center;
    background: #202f38;
    color: #ddd;
    padding: 40px 0px;
    font-size: 14px;
}
.nav-single {
    margin: 20px 0;
    padding: 10px;
    display: block;
    background: #252525;
}
.nav-single a{
		color:#fff!important;
}

.owl-dots{
	position: absolute;
    top: 0;
}
.owl-theme .owl-dots .owl-dot span{
    background: #fff;
    border: 2px solid #b8240d;
    width: 15px;
    height: 15px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #b8240d;
    border: 2px solid #fff;
}
h2.archive-title{
		font-size: 206.25%;
    font-weight: 700;
}
.home h2.archive-title{
		font-size: 120.3159375%;
    font-weight: 700;
}
h2.archive-title a {
    color: #000;
		line-height: 1.5em;
}

.entry-title {
    /* font-size: 1.7rem; */
    /* line-height: 2.7rem; */
    /* font-weight: 700; */
    margin: 0 0 15px 0;
    font-weight: 900;
    line-height: 1.35;
    color: #1a1a1a;
    font-family: 'Lato',Arial,sans-serif;
    font-size: 220%;
}
.post-categories{
		list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
	border-bottom:#9e131c solid 2px;
}
.post-categories li{
	background:#9e131c;
	display:inline-block;
	padding:2px 5px;
}
.post-categories li a{
	color:#fff;
	text-decoration: none;
}
.post-categories li:hover{
    background:#c0392b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-slider .owl-prev {
    position: absolute;
    top: 40%;
    color: #FFFFFF;
    font-size: 40px!important;
    margin: 0px!important;
    padding: 5px 20px!important;
    line-height: 40px!important;
    background: #0a0a0a57!important;
    display: inline-block;
    zoom: 1;
    left: 0;
}
.main-slider .owl-next {
    position: absolute;
    top: 40%;
    color: #FFFFFF;
    font-size: 40px!important;
    margin: 0px!important;
    padding: 5px 20px!important;
    line-height: 40px!important;
    background:#0a0a0a57!important;
    display: inline-block;
    zoom: 1;
    right: 0;
}
.main-slider .owl-prev:hover{
	background:#690408!important;
}

.post-meta {
    font-size: 0.75em;
    color: #999;
    margin: 0 0 2px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.main-slider .post-meta a{
	color:#fff;
}
.image-meta{
background: rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.90) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.90)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.90) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.90) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.90) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.90) 100%);
    display: block;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;	
}
.read-more{
	color: #9e131c;
  margin-left: 5px;	
}
.left-sidebar-widget {
    background: #fffdf0;
    border: 1px solid #9e131c;
    border-radius: 3px;
    padding: 4px;
    margin-bottom: 20px;
}
.left-sidebar-widget h4{
		font-weight: 500;
    font-size: 106.34322%;
    margin: 10px 0;
    line-height: 1.4;
    color: #9e131c;
}
.left-sidebar-widget h5 {
    margin: 10px 0 15px 0;
    font-size: 90.6536%;
    line-height: 1.4;
    color: #aa231a;
}
img.popup{
    cursor: zoom-in;
}
@media (min-width: 1366px){
.container {
    width: 1240px;
    max-width: 100%;
	}}