* {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
display: block;

}
audio,
canvas,
video {
display: inline-block;

}
audio:not([controls]) {
display: none;
height: 0;

}
[hidden] {
display: none;

}
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;

}
html,
button,
input,
select,
textarea {
font-family: "Source Sans Pro", Helvetica, sans-serif;

}
body {
color: #141412;
line-height: 1.5;
margin: 0;

}
a {
color: #ca3c08;
text-decoration: none;

}
a:visited {
color: #ac0404;

}
a:focus {
outline: thin dotted;

}
a:active,
a:hover {
color: #ea9629;
outline: 0;

}
a:hover {
text-decoration: underline;

}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;

line-height: 1.3;

}
h1 {
font-size: 48px;
margin: 0px 0px 14px 0px;

}
h2 {
font-size: 30px;
margin: 25px 0;

}
h3 {
font-size: 22px;
margin: 22px 0;

}
h4 {
font-size: 20px;
margin: 25px 0;

}
h5 {
font-size: 18px;
margin: 30px 0;

}
h6 {
font-size: 16px;
margin: 36px 0;

}
address {
font-style: italic;
margin: 0 0 24px;

}
abbr[title] {
border-bottom: 1px dotted;

}
b,
strong {
font-weight: bold;

}
dfn {
font-style: italic;

}
mark {
background: #ff0;
color: #000;

}
p {
margin: 0 0 24px;

}
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 14px;
-webkit-hyphens: none;
-moz-hyphens:    none;
-ms-hyphens:     none;
hyphens:         none;

}
pre {
background: #f5f5f5;
color: #666;
font-family: monospace;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;

}
blockquote,
q {
-webkit-hyphens: none;
-moz-hyphens:    none;
-ms-hyphens:     none;
hyphens:         none;
quotes: none;

}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;

}
blockquote {
font-size: 18px;
font-style: italic;
font-weight: 300;
margin: 24px 40px;

}
blockquote blockquote {
margin-right: 0;

}
blockquote cite,
blockquote small {
font-size: 14px;
font-weight: normal;
text-transform: uppercase;

}
blockquote em,
blockquote i {
font-style: normal;
font-weight: 300;

}
blockquote strong,
blockquote b {
font-weight: 400;

}
small {
font-size: smaller;

}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;

}
sup {
top: -0.5em;

}
sub {
bottom: -0.25em;

}
dl {
margin: 0 20px;

}
dt {
font-weight: bold;

}
dd {
margin: 0 0 20px;

}
menu,
ol,
ul {
margin: 16px 0;
padding: 0 0 0 0px;

}
ul {
list-style-type: square;

}
nav ul,
nav ol {
list-style: none;
list-style-image: none;

}
li > ul,
li > ol {
margin: 0;

}
img {
-ms-interpolation-mode: bicubic;
border: 0;
vertical-align: middle;

}
svg:not(:root) {
overflow: hidden;

}
figure {
margin: 0;

}
form {
margin: 0;

}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;

}
legend {
border: 0;
padding: 0;
white-space: normal;

}
button,
input,
select,
textarea {
font-size: 100%;
margin: 0;
max-width: 100%;
vertical-align: baseline;

}
button,
input {
line-height: normal;

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;

}
button[disabled],
input[disabled] {
cursor: default;

}
input[type="checkbox"],
input[type="radio"] {
padding: 0;

}
input[type="search"] {
-webkit-appearance: textfield;
padding-right: 2px; /* Don't cut off the webkit search cancel button */
width: 270px;

}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;

}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;

}

/* Buttons */

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	/*background: #e05d22; /* Old browsers 
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ 
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C 
	border: none;
	border-bottom: 3px solid #b93207;*/
	background-color:#666666;
	border-radius: 4px;
	color: #FFFFFF;
	display: inline-block;
	padding: 12px 52px 12px;
	font-weight:300; 
	font-size:20px !important;
	text-decoration: none;
	margin-bottom:40px; 
	border: none; 
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
}
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
background-color: #549C78; /* Old browsers */
outline: none;

}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
background-color: #444444; /* Old browsers */
outline: none;

}
.post-password-required input[type="submit"] {
padding: 7px 24px 4px;
vertical-align: bottom;

}
.post-password-required input[type="submit"]:active {
padding: 5px 24px 6px;

}
/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
color: #7d7b6d;

}
:-moz-placeholder {
color: #7d7b6d;

}
::-moz-placeholder {
color: #7d7b6d;

}
:-ms-input-placeholder {
color: #7d7b6d;

}
/*

 * Responsive images

 *

 * Fluid images for posts, comments, and widgets

 */

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
max-width: 100%;

}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto;

}
img.size-full,
img.size-large,
img.wp-post-image {
height: auto;
max-width: 100%;

}


/**

 * 4.2 Navigation

 * ----------------------------------------------------------------------------

 */
.main-navigation {
clear: both;
margin: 0 auto;
max-width: 1095px;
/*min-height: 45px;*/
position: relative;
/*float:right;*/

}
ul.nav-menu,
div.nav-menu > ul {
margin: 0;
padding: 0px;

}
.nav-menu li {

position: relative;
padding: 0px;


}



.nav-menu li a {
padding: 16px 24px 13px;
  font-family: 'lato', sans-serif;
  font-size: 14px;
  color: #FFF;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;

}
.nav-menu li:hover > a,
.nav-menu li a:hover {

background: #e0e0e0;
	color: #555;

}

.sub-menu li a{
color: #fff !important;
padding:10px 10px !important;
height:auto !important;}

.sub-menu li a:hover{
border-bottom:0px;
color: #BBBBBB !important; }

.nav-menu .sub-menu,
.nav-menu .children {
/* background-color: #525249; */
background: rgba(41,41,41,0.9);
/* border: 2px solid #f7f5e7; */
background-image:none;
border: none;
border-top: 0;
display: none;
padding: 0;
position: absolute;
/*left: -2px; */
z-index: 99999;
/*box-shadow: 0px 2px 6px rgba(0,0,0, 0.5);

-moz-box-shadow: 0px 2px 6px rgba(0,0,0, 0.5);

-webkit-box-shadow: 0px 2px 6px rgba(0,0,0, 0.5); */

}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
border-left: 0;
left: 100%;
top: 0;

}
ul.nav-menu ul a,
.nav-menu ul ul a {
color: #fff;
margin: 0;
width: 170px;
padding-bottom:13px;
padding-top:13px;
font-size:13px;
text-transform:none;
line-height:17px;
/*height:40px;*/

}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
background-color: #232422;	
/*color:#FFF !important;*/

}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
display: block;

}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
color: #FFF;
/*font-style: italic;*/

}
.menu-toggle {
display: none;

}
/* Navbar */

.navbar {

	color: rgba(88, 88, 90, 0.5);
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
	height:42px;
	padding-top:1px;
}
.site-header .search-form {
position: absolute;
right: 20px;


top: 1px;

}
.site-header .search-field {
background-color: transparent;
background-position: 5px center;
background-repeat: no-repeat;
background-size: 24px 24px;
border: none;
cursor: pointer;
height: 37px;
margin: 3px 0;
padding: 0 0 0 34px;
position: relative;
-webkit-transition: width 400ms ease, background 400ms ease;
transition:         width 400ms ease, background 400ms ease;
width: 0;

}
.site-header .search-field:focus {
background-color: #fff;
border: 2px solid #c3c0ab;
cursor: text;
outline: 0;
width: 230px;

}


/**

 * 6.1 Widgets

 * ----------------------------------------------------------------------------

 */
.widget {
background-color: #FAFAFA;
font-size: 14px;
-webkit-hyphens: auto;
-moz-hyphens:    auto;
-ms-hyphens:     auto;
hyphens:         auto;
margin: 0 0 24px;
padding: 20px;
word-wrap: break-word;
border:1px solid #E6E6E6;

}
.widget .widget-title {
font-size: 23px;

    

    font-weight: normal;
margin: 0 0 10px;

}
.widget ul,
.widget ol {
list-style-type: none;
margin: 0;
padding: 0;

}
.widget li {
padding: 5px 0;

}
.widget .children li:last-child {
padding-bottom: 0;

}
.widget li > ul,
.widget li > ol {
margin-left: 20px;

}
.widget a {
color: #bc360a;

}
.widget a:hover {
color: #ea9629;

}
/* Search widget */

.search-form .search-submit {
display: none;

}
/* RSS Widget */

.widget_rss .rss-date {
display: block;

}
.widget_rss .rss-date,
.widget_rss li > cite {
color: #a2a2a2;

}
/* Calendar Widget */

.widget_calendar table,
.widget_calendar td {
border: 0;
border-collapse: separate;
border-spacing: 1px;

}
.widget_calendar caption {
font-size: 14px;
margin: 0;

}
.widget_calendar th,
.widget_calendar td {
padding: 0;
text-align: center;

}
.widget_calendar a {
display: block;

}
.widget_calendar a:hover {
background-color: rgba(0, 0, 0, 0.15);

}
.widget_calendar tbody td {
background-color: rgba(255, 255, 255, 0.5);

}
.site-footer .widget_calendar tbody td {
background-color: rgba(255, 255, 255, 0.05);

}
.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
background-color: transparent;

}


.screen-reader-text {
	display:none;
	
}


.post-navigation {

font-size: 15px;


}
.post-navigation .nav-links {
margin: 0 auto;


}
.sidebar .post-navigation .nav-links {


}

header h1 {
	
	padding:0px !important;
	
}

.entry-content {
 
    padding: 0 !important;

}
