html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}
table
{
	border-collapse: collapse
}

th, td {
    padding: 5px;
    text-align: left;
} 

table, tbody, tfoot, thead,tr, th td
{
	margin: 0;
    outline: 0;    
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.container {
  width: 100%;
  margin-left: 30px;
  margin-right: 30px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container ul {
    list-style-type: none;
}
    nav ul {
        list-style: none;
    }

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-weight: bold;
    font-style: italic;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
}

input,
select {
    vertical-align: middle;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.round {
    border-radius: 50%;
}

.text--center {
    text-align: center;
}

    .text--center .seperator {
        margin-right: auto;
        margin-left: auto;
    }

.center,
.center img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

body {
    font-family: "Lato", sans-serif;
    line-height: 1.4;
}

h1 {
    font-weight: 900;
}

h2,
h3,
h4 {
    font-weight: 700;
}

h1 {
    letter-spacing: -.2px;
    font-size: 2rem;
}

h2 {
    font-size: 1.60rem;
    font-weight: 900;
}


h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.1rem;
    margin-bottom: 3px;
}

h5 {
    font-size: 2rem;
    font-weight: 100;
    margin: 0;
}

    h5 + * {
        margin-bottom: 20px;
    }

    h5 a {
        font-size: inherit;
        font-family: inherit !important;
    }

strong {
    font-weight: 900;
}

p,
blockquote,
li,
a {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.2px;
}

p,
blockquote,
li {
    color: #4d4d4d;
    font-weight: 400;
}

a,
a:visited {
    text-decoration: none;
    width: auto;
    white-space: nowrap;
}

blockquote {
    color: #2c2c2c;
    font-size: 1.2rem;
}

    blockquote:before,
    blockquote:after {
        display: inline-block;
        padding: 0 2px;
        font-size: 1.4rem;
        content: '"';
    }

a.button {
    border-radius: 3px;
    padding: 8px 18px !important;
    margin-top: 20px;
    font-family: "Lato", sans-serif !important;
    font-size: 1rem;
    background: transparent;
    transition: all .2s ease-in-out;
}

    a.button:hover {
        background: #000;
        color: #fff;
        text-decoration: none !important;
    }

    a.button.fill {
        background: #000;
        color: #fff;
    }

        a.button.fill:hover {
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            text-decoration: none;
        }

html,
body {
    width: 100%;
    overflow-x: hidden;
}

body {
    /*background: #f7f3e6;*/
	background: #FFFFFF;	
    min-height: 100%;
    min-width: 100%;
    font-size: 17px;
}

*[role="content"] {
    position: relative;
    min-height: calc(100vh - 486px);
}

header {
    padding: 0;
    width: 100%;
	background-color: white;
}

    header .row {
        margin: 0;
    }

    header .header-logo {
        margin-top: 80px;
        width: 100%;
        height: 80px;
        background-color: #FFCC01;
    }


.brand {
    margin: -65px 0 0 30px;
    width: 250px;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
}


#fb-root {
        display: none;
    }

.blogarchive div[class^="col-"] {
    margin-bottom: 20px !important;
}

.blogarchive .equal {
    width: 100%;
}

.blogarchive a {
    white-space: normal;
    transition: all 200ms ease;
    padding: 12px 18px;
    background: rgba(0, 0, 0, 0.08);
    display: block;
}

    .blogarchive a:hover {
        text-decoration: none;
        background: rgba(0, 0, 0, 0.05);
    }

        .blogarchive a:hover p {
            color: #2a2a2a;
        }

.blogarchive .date {
    font-size: .9rem;
    text-align: right;
    margin-bottom: 5px;
}

.blogarchive h2 {
    font-size: 1.2rem;
    font-family: "Lato", sans-serif;
    transition: all 200ms ease;
}

.blogarchive p {
    font-size: 1rem;
    color: #7f7d7d;
    transition: all 200ms ease;
}

footer ul {
    margin: 15px auto 0;
    text-align: center;
}

    footer ul li {
        position: relative;
        display: block;
        text-align: left;
        padding: 0 0 5px 0;
        margin: 0;
        line-height: 1;
    }

.clearfix:after, :before
{
    content: " "; 
    /*visibility: hidden;*/
    display: inline;
    height: 0;
    clear: both;
}

ul {
    margin-left: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

blockquote {
    padding: 10px;
    text-align: center;
    position: relative;
    font-size: 1.3rem;
}

    blockquote + * {
        padding: 30px 10px;
    }

* + ul {
    margin-bottom: 30px;
}

.equal {
    display: table;
    table-layout: fixed;
}

    .equal .vcenter {
        display: table-cell;
        vertical-align: middle;
    }

.full {
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
}

    .full * {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 0;
    }

    .full .wide {
        width: 100%;
        height: auto;
    }

.small {
    font-size: .85rem;
}

code,
pre {
    overflow: auto;
    padding: 6px 10px;
    border-radius: 3px;
    background-color: rgba(248, 248, 248, 0.3);
    font-size: .9rem;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 2.3;
}

.gallery .row > div {
    margin-bottom: 2%;
}

.gallery img {
    margin: 0;
}

.video-wrapper {
    margin: 30px auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.breadcrumbs {
    margin: 0;
    color: #826C5C;
    padding: 2px 0 0 15px;
    font-size: 0.75rem;
    
}

    .breadcrumbs li {
        display: inline;
        color: black;
		font-size: 0.75rem;
    }

    .breadcrumbs a,
    .breadcrumbs a:visited {
        font-size: 0.75rem;
    }


    .blogarchive a {
        background: rgba(0, 0, 0, 0.02);
    }

    .blogarchive a {
        min-height: 250px;
        overflow: hidden;
    }

        .blogarchive a:hover h2 {
            -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
            transform: translateY(-3px);
        }

#Header
{
	font-size: 1.5rem;
	font-weight:bold;
}

.search-link {
    display: block;
    font-size: 0.85em;
}

    /* Widgets Defaults
----------------------------*/

    .widget-container {
        list-style-type: none;
        list-style: none;
        margin: 0 15px 15px 0;
        padding: 0;
        color: #000000;
        font-size: 13px;
        line-height: 14pt;
    }

        .widget-container a {
            color: #000000;
            text-decoration: none;
        }

            .widget-container a:hover {
                color: #13582A;
                text-decoration: none;
            }

    .widgettitle {
        background: rgba(126, 95, 5, 0.1);
        margin: 0 10px 10px 0;
        padding: 10px;
        border-bottom: 0px solid #13582A;
    }

        .widgettitle, .widgettitle a, .widgettitle a:hover {
            color: #7E5F05;
            font-size: 14px;
            line-height: 16px;
            font-family: "Trebuchet MS", serif;
            font-weight: normal;
            text-decoration: none;
            text-transform: uppercase;
        }

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

        .widget ul li {
            padding: 0 0 5px 15px;
            margin: 0 0 0 0;
        }

            .widget ul li .children {
                padding-top: 17px;
            }


    /* Post General
----------------------------*/

    .post {
        margin-bottom: 15px;
        border-bottom: 0;
    }


    .post-box {
        width: 320px;
        height: 100%;
        float: left;
        margin-left: 15px;
        overflow: hidden;
    }

    .post-wrap div:first-child {
        margin-left: 0;
    }

    .page, .post-single {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .title {
        color: rgba(20, 89, 43, 1);
        margin: 0 0 10px 0;
        padding: 0;
        font-family: "Trebuchet MS", serif;
        font-size: 18px;
        line-height: 18px;
        font-weight: normal;
    }

    .post-single .title {
        font-size: 24px;
        line-height: 24px;
    }

    .title a {
        color: #13582A;
        text-decoration: none;
    }

        .title a:hover {
            color: #7E5F05;
            text-decoration: none;
        }

    .entry {
        line-height: 20px;
    }

    .featured_image {
        padding: 3px;
        /*border: 1px solid rgba(130, 108, 92, 1);*/
        background: #ffffff;
        margin: 0px 10px 0px 0px;
    }

    .page-title {
        color: #7E5F05;
        margin: 0px 0 10px 0;
        padding: 0 0 10px 0;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 20px;
        font-family: "Trebuchet MS", serif;
        border-bottom: 2px solid #7E5F05;
    }

 .aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}


.navbar-default {
    margin-top: -2px;
    margin-left: 15px;
    margin-right: 15px;
    border: none;
    background-color: #d22607;
}
.navbar-default .navbar-nav > li > a {
    color: #FFCC01; /*Change active text color here*/
}
	
.navbar-default .navbar-nav > li.dropdown:hover > a, 
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color:#d22607;
    color: #FFCC01;
}
li.dropdown:hover > .dropdown-menu {
    display: block;
	background-color:#FFCC01;
}


    /* Post Metas
----------------------------*/

    .postmeta-primary {
        color: #7E5F05;
        font-size: 12px;
        line-height: 18px;
        padding: 0 0 10px 0;
    }




.readmore {
    margin-bottom: 10px;
    float:right;
}


.readmore a {
    color: #7E5F05;
    background: rgba(126, 95, 5, 0);
    padding: 0px 0px;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
}

.readmore a:hover {
    color: #13582A;
    background: rgba(126, 95, 5, 0);
    text-decoration: none;
}

.sitemap {
}

.sitemap-col {
    width: 30%;
    padding: 0 0 0 10px;
}

.sitemap-col-archives {
    width: 45%;
    padding: 0 0 0 10px;
}

.sitemap h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.sitemap h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
}

.sitemap-list {
    font-size: 13px;
    line-height: 22px;
}

.sitemap-list, .sitemap-list ul {
    padding: 0 0 0 20px;
}

/* =SLIDER
-------------------------------------------------------------- */

.fp-slider {
    
}

.fp-slides-container {
	margin: 0 30px 0 -30px;
}

.fp-slides, .fp-thumbnail, .fp-prev-next, .fp-nav {
    width: 1005px;
}

.fp-slides, .fp-thumbnail {
    height: 300px;
    overflow: hidden;
	position: relative;
}

.fp-title {
    font-family: "Trebuchet MS", serif;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 2px 0;
    margin: 0;
}

.fp-title a, .fp-title a:hover {
    color: #fff;
    text-decoration: none;
}

.fp-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #13582A;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    padding: 10px 15px;
    overflow: hidden;
}

.fp-content p {
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 18px;
}

.fp-more,  .fp-more:hover{
    color: #fff;
    font-weight: bold;
}

.fp-nav {
    height: 12px;
    text-align: center;
    padding: 10px 0;
    background: #13582A;
}

.fp-pager a { 
    background-image: url(images/featured-pager.png); 
    cursor:pointer;  
    margin: 0 8px 0 0; 
    padding: 0;
    display: inline-block;
    width: 12px; 
    height: 12px;
    overflow: hidden;
    text-indent: -999px; 
    background-position: 0 0;
    float: none;
    line-height: 1;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

.fp-pager a:hover, .fp-pager a.activeSlide  { 
    text-decoration: none;
    background-position: 0 -112px;
    opacity: 1.0;
    filter: alpha(opacity = 100);
}

.fp-prev-next-wrap {
    position: relative; 
    z-index: 200; 
}

.fp-prev-next {
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    height: 37px;  
}

.fp-prev {
    float:left;
    margin-left: 14px;
    width:37px;
    height:37px;
    background:url(images/featured-prev.png) left top no-repeat;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.fp-prev:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

 .fp-next {
    float:right;
	width:36px;
    height:37px;
    margin-right: 14px;
    background:url(images/featured-next.png) right top no-repeat;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.fp-next:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 

  
}


@media (min-width: 1900px) {
  
}

@media (min-width: 992px) {


}

@media (max-width: 1140px)
{
		.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

@media (max-width: 992px) {
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

@media (min-width: 768px) {	
	.breadcrumbs {
		text-align: left;
		padding: 5px;
		color: #826C5C;
		font-size: 0.75rem;
	}


	li.dropdown:hover > .dropdown-menu {
    display: block;
}
}

    /* Mobile Phones ----------- */



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
