﻿
/* # WEBSITE CSS HTML info
- HTML5 Reset
	- Baseline Normalize
@import "site.css";
	- Box Sizing
	- Float Clearing

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html, input[type=search]{
	box-sizing:         border-box;
}

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


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

@font-face {
	font-family: 'S7Futura';
	src: url('../fonts/30C757_0_0.eot');
	src: url('../fonts/30C757_0_0.eot?#iefix') format('embedded-opentype'),
	url('../fonts/30C757_0_0.woff2') format('woff2'),
	url('../fonts/30C757_0_0.woff') format('woff'),
	url('../fonts/30C757_0_0.ttf') format('truetype');}


/* Webfont: Lato-Regular */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Italic */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Italic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Italic.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Italic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Heavy */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Heavy.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Heavy.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Heavy.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Heavy.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-HeavyItalic */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-HeavyItalic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-HeavyItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-HeavyItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-HeavyItalic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-HeavyItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: Social Icons */
@font-face {
    font-family: 'si';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(../fonts/socicon.svg) format(svg);
    }
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
	color: #333;
/*	font-family: Lato, sans-serif;*/
font-family:Futura LT W01 Book, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a, button, input:focus, input[type=button], input[type=reset], input[type=submit], textarea:focus, .button, .gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #007681;
	text-decoration: none;
	padding-bottom: 3px;
}

a:hover,
a:focus {
	color: #236192;
}

p a, ul a {
	border-bottom: 1px solid #b1e4e3;
}

p a:hover,
a:focus {
	border-bottom: 1px solid #007681;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
}

.site-inner ol, .site-inner ul, .modules ol, .modules ul {
		padding: 0 0 0px 40px;
}

li {
	list-style-type: disc;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
	font-weight: bold;
	color: #7d7d7d;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 80px;
	font-size: 8rem;
	height: 0;
	left: -45px;
	position: relative;
	top: -40px;
}

figure.wp-caption {
	margin: 20px auto;
	background: #eee;
	padding-bottom: 8px;
}

.search-form input {
	-webkit-appearance: none !important;
	-webkit-border-radius: 0;
}


/* ## Headings
--------------------------------------------- */

h1
{
	color: #460000;
	font-family: Futura LT W01 Book, sans-serif;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 10px;
	text-transform: uppercase;
font-size:50px;
font-size:5.5rem;

}

h2 {
	
        font-family: Futura LT W01 Book, sans-serif;
        font-size: 30px;
	font-size: 3rem;
	color: #460000;
/*        color: #b7700c;*/
        font-weight:300;
}

h3 {
color: #1b281a;

}
h4,
h5,
h6 {
	color: #333;
	font-family: S7Futura, sans-serif;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	border-bottom: none;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus  {
	border-bottom: none;
	color: #007681;
}

h1 {
font-family: S7Futura, sans-serif;
font-weight: 500;	
        font-size: 50px;
	font-size: 5.5rem;
}

h2 {
        font-family: S7Futura, sans-serif;
	font-size: 35px;
	font-size: 3rem;
	color: #460000;
/*        color: #b7700c;*/
        font-weight:300;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
        color:#1b281a;
        font-weight:600;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
        color: #460000;
        	font-weight: 400;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #b7700c;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type=checkbox], input[type=image], input[type=radio] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button, input[type=button], input[type=reset], input[type=submit], .button {
	font-family: S7Futura, sans-serif;
	border: 2px solid #333 !important;
	color: #333;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
	margin: 5px 10px 5px 0px;
}

button:hover, input:hover[type=button], input:hover[type=reset], input:hover[type=submit], .button:hover, button:focus, input:focus[type=button], input:focus[type=reset], input:focus[type=submit], .button:focus  {
	background-color: #d22630;
	border: 2px solid #d22630 !important;
	color: #fff;
}

.button-negative {
	color: #fff;
	border: 2px solid #fff !important;
}

.button-solid {
	background-color: #460000;
	border: 2px solid #460000 !important;
	color: #fff;
}

.button-solid:hover, .button-solid:focus {
	background-color: #b7700c; 
	border: 2px solid #b7700c !important;
	color: #fff;
}

.button-negative.button-solid {
	color: #460000;
        font-weight: 300;
	background-color: #fff;
	border: 2px solid #fff !important;
}

.button-negative.button-solid:hover, .button-negative.button-solid:focus {
	background-color: #460000;
	border: 2px solid #460000 !important;
	color: #fff;
}

.red .button:hover,
.red .button:focus,
.navy .button:hover,
.navy .button:focus {
	background-color: #2dccd3;
	border: 2px solid #2dccd3 !important;
}


.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button, .footer-widgets input[type=button], .footer-widgets input[type=reset], .footer-widgets input[type=submit], .footer-widgets .button {
	background-color: #c3251d;
	color: #fff;
}

.footer-widgets button:hover, .footer-widgets input:hover[type=button], .footer-widgets input:hover[type=reset], .footer-widgets input:hover[type=submit], .footer-widgets .button:hover, .footer-widgets button:focus, .footer-widgets input:focus[type=button], .footer-widgets input:focus[type=reset], .footer-widgets input:focus[type=submit], .footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus, .screen-reader-shortcut:focus, .genesis-nav-menu .search input[type=submit]:focus, .widget_search input[type=submit]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* ## Site Containers
--------------------------------------------- */

.wrap, .content-sidebar-wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	position: relative;
	z-index: 999;
	margin: 0 auto;
}

.no-header .site-inner {
	padding-top: 120px;
}

.home.no-header .site-inner {
	padding-top: 0px;
}


/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* ## Social Icons
--------------------------------------------- */
.soc {
    overflow:visible;
    margin:20px 0 0 0;
    padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 33px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 13px;
    color: #404040;
    background-color: #ffffff;
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter:before {
    content:'a';
}
.soc-facebook:before {
    content:'b';
}
.soc-youtube:before {
    content:'r';
}

/* ## Page Module classes
--------------------------------------------- */

.modules {
	z-index: 999;
	position: relative;
	clear: both;
}

.modules nav {
	display: block;
	clear: both;
}

.module-navbox {}

.module-oembed {
	padding: 50px 0;
}

.module-wysiwyg-1col {
	padding: 50px 120px;
	clear: both;
}

.module-wysiwyg-2col {
	padding: 50px 120px;
	clear: both;
}

.module-wysiwyg-3col {
	padding: 50px 0;
	clear: both;
}

.module-script {
	padding: 50px 0;
	margin: 0 auto;
	max-width: 700px;
	border-radius: 0px !important;
}

.BBFormTitle, .BBFormSubTitle {
	font-family: S7Futura, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.BBFormSection {
	max-width: 1200px !important;
}

.module-cta {
	padding: 100px 0;
	margin: 100px 0;
	color: #fff;
	text-align: center;
}

.module-cta {
	font-size: 2.2rem;
}

.module-features {
}

.module-cta h2 {
	color: #fff;
}


/* ## Feature Grids
--------------------------------------------- */

.feature-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  position: relative;
  padding: 15px 0;
}

ul.feature-grid {
	padding: 0px;
}

.feature-grid-left {
	width: 70%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.feature-grid-grad-filter {
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.60)),color-stop(100%,rgba(0,0,0,0)));
	background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.60) 100%);
	background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.60) 100%);
	background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.60) 100%);
	bottom:0;
	content:'';
/*	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(166,0,0,0)',endColorstr='rgba(0,0,0,0)',GradientType=0);*/
	left:0;
	position:absolute;
	width:100%;
	height:40%;
}


.feature-grid-left h3 {
	font-size: 40px !important;
	z-index: 1;
	}

.feature-grid-right {
	width: 30%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 20px;
}

.feature-grid-right img {
	width: 100%;
}

.feature-grid-right .feature-grid-item:first-child {
	margin-bottom: 20px;
}

.feature-grid a {
	border-bottom: none;
	padding-bottom: 0px;
}

.feature-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition:all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-size: cover;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.feature-grid-item h3 {
	color: #fff;
	margin-bottom: 0px;
	text-align: left;
	font-size: 2.3rem;
	line-height: 1;
	padding: 18px 18px 10px 18px;
}


.feature-grid-item:hover, .feature-grid-item:focus {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.feature-grid-content {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
       -ms-flex-direction: column;
           flex-direction: column;
   width: 100%;
}

/* ## Nav boxes (Home page features are in front-page.css)
--------------------------------------------- */

.navbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  position: relative;
/*  position: fixed;*/
  padding: 15px 0;
}

ul.navbox {
	padding: 0px;
}

.navbox a {
	border-bottom: none;
}

.navbox-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.5%;
  -webkit-transition:all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.navbox-item h1 {
	color:#460000;
/*        color: #b7700c;*/
	margin-bottom: 0px;
	text-align: center;
	font-weight: 500;
        font-size: 5rem;
                     
	line-height: 1.5;
	padding: 5px 18px 10px 18px;
}

.navbox-item h2 {
/*	color:#460000;*/
        color: #b7700c;
	margin-bottom: 0px;
	text-align: center;
	font-size: 3rem;
	line-height: 1.5;
	padding: 5px 18px 10px 18px;
}


.navbox-item h3 {
	color:#460000;
/*        color: #b7700c;*/
	margin-bottom: 0px;
	text-align: center;
	font-size: 2.3rem;
	line-height: 1;
	padding: 5px 18px 10px 18px;
}


.navbox-item:hover, .navbox-item:focus {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.navbox-content {

}

.navbox-content img {
	width: 100%;
}

.navbox-pad-top {
	padding-top: 34px;
}

.navbox-pad-bottom {
	padding-bottom: 34px;
}

/* ## Embedded Content
--------------------------------------------- */
.embed-container {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
		margin-bottom: 30px;
	}

.module-oembed .embed-container {
		margin-bottom: 0px;
	}

	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/* ## Programmes Archive Page
--------------------------------------------- */
.isotope {
    clear: both;
    margin-bottom: 40px;
}
.isotope .entry {
    float: left;
    margin-bottom: 10px;;
    width: 100%;
}

.isotope .entry p {
   	padding: 0 20px 10px 20px;
   	color: #fff;
}

.isotope img.alignleft {
	width: 100%;
	margin-bottom: 15px;
}

.post-type-archive-s7_programmes .main-filter {
	margin-bottom: 20px;
}

.isotope .main-filter ul {
    text-align: center;
}
.isotope .main-filter li {
    display: inline-block;
    margin: 1px;
}

.post-type-archive-s7_programmes .main-filter {
	margin-top: 100px;
}

@media only screen and (min-width: 800px) {
    .isotope .entry {
        width: calc(33.33333% - 13.333333333333px);
    }
}


.isotope .entry {
	padding: 0px;
}

.isotope .entry-title {
	padding: 20px 20px 0px 20px;
}

.isotope .entry-header {
	background: #fff;
}

.isotope h2 {
}

.isotope h2 a {
	color: #fff;
}

/* ## Channels Single
--------------------------------------------- */
.channel-box {
	background: #b1e4e3;
	padding: 20px;
	overflow: auto;
}



/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 1.5rem;
	font-size: 15px;
	padding-top: 6px;
}
.breadcrumb a {
	color: #2dccd3;
	border-bottom: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus  {
	color: #b1e4e3;
	border-bottom: 1px solid #b1e4e3;
}

.author-box {
	margin: 50px 120px 0px 120px;
	padding: 20px;
	background: #e5e5e5;
}

.archive-description,
.author-box {
	font-size: 16px;
	font-size: 1.6rem;
}

.author-box-title {
	font-size: 23px;
	font-size: 2.3rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type=submit], .widget_search input[type=submit] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 5;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type=submit] {
	background-color: #c3251d;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type=submit], .enews-widget input:focus[type=submit]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* ## Super Side Me
--------------------------------------------- */

button#slide-menu.slide-nav-link {
	margin: 21px 21px 0 0;
}

/* ## Scriptless Social Sharing
--------------------------------------------- */
.scriptlesssocialsharing .button {
	border: 0px !important;
}

.scriptlesssocialsharing-buttons {
	border-spacing: 0px !important;
}

/* ## Moderntribe Events
--------------------------------------------- */

#tribe-events .entry {
	padding: 0px;
}

.tribe-events-list-event-title {
	text-transform: uppercase !important;
}

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
	max-width: none !important;
}

.tribe-events-event-image a {
	border-bottom: none;
}

.tribe-events-loop .tribe-events-event-meta {
	font-size: 1.6rem !important;
	font-size: 16px !important;
}

.tribe-events-schedule h2 {
	font-family: 'Lato', sans-serif;
	text-transform: none;
	font-size: 1.8rem;
	font-size: 18px;
}

/* ## NinjaForms
--------------------------------------------- */

.ninja-forms-form-wrap {
	max-width: 70%;
	margin: 0 auto;
}

/* ## Blackbaud
--------------------------------------------- */
.BBFormSortCodeTextbox {
	min-width: 50px;
}

#bbox-root {
	background: #eee;
}

/* ## Google Maps Pro
--------------------------------------------- */
div._ibani_2618 {
    height: 150px !important;
}

div._ibani_2618 div {
    height: 150px !important;
}

div._ibani_2618 div:first-of-type {
    height: 0px !important;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}


/* # Utility Bar
---------------------------------------------------------------------------------------------------- */
.utility-bar {

        background: #460000;
        min-height: 25px;
        max-height: 25px;
        height:15px;
	color: #fff;
/*        color: #460000;*/
	margin-bottom: 15px;
	display: none;
     
        
}

.utility-bar .wrap {
	position: relative;
        

         
}

.js-expandmore button {
	padding: 2px 8px 1px 35px;
	margin-right: 0px;
	font-size: 14px;
	border-color: #fff !important;
}

.js-expandmore button:hover, .js-expandmore button:focus {
	background-color: #b7700c;
	border: 2px solid #b7700c !important;
	outline: none;
}

.js-expandmore button:focus {
	border: 0px;
}

.animated-expandmore__button {
  background: none;
  font-size: inherit;
  color: inherit;
  position: absolute;
  right: 0px;
  margin-top: -25px;
}

.js-to_expand input[type=search] {
	width: 80%;
	height: 53px;
	margin-top: 5px;
	border: 0px !important;
}

.js-to_expand input[type=submit] {
	border: 0px !important;
	float: right;
	margin-left: 20px;
}
.js-to_expand input[type=submit]:hover {
	background: #b7700c;
}

.js-to_expand[aria-hidden=true] { display: none; }

.animated-expandmore__button[aria-expanded=false]:before,
.animated-expandmore__button[data-expanded=false]:before{
  content : "\f179";
    font-family: "Dashicons";
    top: -4px;
    left: 4px;
    position: absolute;
    font-size: 22px;
}
.animated-expandmore__button[aria-expanded=true]:before,
.animated-expandmore__button[data-expanded=true]:before{
  content : "\f343";
    font-family: "Dashicons";
    top: -4px;
    left: 4px;
    position: absolute;
    font-size: 22px;
}

/* This is the opened state */
.animated-expandmore__to_expand {
	 display: block;
	 overflow: hidden;
	 opacity: 1;
	 transition: visibility 0s ease, max-height 1s ease, opacity 1s ease, margin 1s ease ;
	 max-height: 80em;
	 /* magic number for max-height = enough height */
	 visibility: visible;
	 transition-delay: 0s;
	 	text-align: center;
		width: 60%;
		margin: 30px auto;
}
/* This is the hidden state */
	[aria-hidden=true].animated-expandmore__to_expand {
	 display: block;
	 max-height: 0;
	 opacity: 0;
	 visibility: hidden;
	 transition-delay: 1s, 0s, 0s;
	 	text-align: center;
		width: 60%;
		margin: 0px auto;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */
/*.site-header {
           width:100%;
           position:relative;
           top:50px;
           margin:auto;
           z-index:100000;
	background-color: #460000;
}*/

.site-header {
/*	background-color: #fff;*/
	background-color: #b7700c;
}

.site-header a {
		border-bottom: none;
}

.site-header .wrap {
}

.mobile-logo {
	display: none;
}

.logo-round  {
	width: 120px;
	margin-top: -25px;
/*        	margin-top: -40px;*/
  margin-right: auto;
 margin-bottom: 0;
/* margin-left: 40px;*/
         margin-left: 70px;
         
	z-index: 100000;
	position: relative;
/*        position: center;*/
/*        position: fixed;  */
        
}

/*.mobile-logo {	position: fixed; 
	z-index: 99999;
	width: 120px;
	margin: 15px 0px 0px 15px;
	display: block;
	}*/


/* ## Title Area
--------------------------------------------- */


.title-area {
	margin: 0 auto;
}

.header-full-width .title-area {
	width: 180px;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.2;
	position: absolute;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
/*	background: url(./img/klipkerk_logo.png) no-repeat center;*/
        background: url(./img/klipkerk_logo.png) no-repeat center;
/*        background: url(../img/logo.png) no-repeat center;*/
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}


/*
.title-area {
           width:100%;
           position:absolute;
           top:-5px;
           margin:0 auto;
           z-index:100000;
           display: block;
           background-color: #fff;

}

.header-full-width .title-area {
	width: 100%;
        width: 180px;
        

	margin-top: 50px;
  margin-right: auto;
 margin-bottom: 0;
 margin-left: -100px;
    position: absolute;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 300;
	line-height: 1.2;
	position: absolute;
        position:fixed;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(../img/logo_tpsa.png) no-repeat center;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}


.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}
*/

/* # Navbar Site Navigation
---------------------------------------------------------------------------------------------------- */
.navbar {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
/*  height: 30px;*/
  height: 20px;
/*display:block;*/
  background-color: #fff;
}
.navbar {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  margin: 0;
  padding:0;
/*  height: 30px;*/
   height: 20px;
  width: 100%;
}


.header {
  background-color: #460000;					
  padding: 0px;
width:100%;
margin: 0px;
                height: 0px;
}


#navbar {
  overflow: hidden;
  background-color: #460000;
width:100%;
margin-top: 0px;
/*  height: 30px;*/
  height: 20px;
}

#navbar a {
  float: left;
  display: block;
  color: #460000;                                                                                     
  text-align: center;
/*  padding: 14px 16px;*/
  padding: 0px 0px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #0070c0;                                                      
  color: black;
}

#navbar a.active {
  background-color: #b7700c;                             
  color: white;
}

.content {
  padding: 0px;
}



/*.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 0px;
  height: 150px;
}

.sticky + .content {
  padding-top: 10px;
}*/

/*.navbar {
  overflow: hidden;
  background-color: #333;
  position: relative;
  top: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}

.main {
  padding: 16px;
  margin-top: 30px;
  height: 1500px; 
}
*/

/*genesis-nav-menu*/

.genesis-nav-menu {

       z-index:90000;
       display: block;
       background-color: #fff;       
        clear: both;       
        font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
        color: #460000;
       
        
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	width: 100%;
	padding:  0;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #b7700c;
	display: block;
	text-align: center;
	padding: 0px;
	width:	180px;

	border-bottom: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #b7700c;
        background-color:#fff;
	border-bottom: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(255, 255, 255, 0.91);
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px;
	position: relative;
	width: 180px;
	word-wrap: break-word;
	margin-left: -40px;
}

.genesis-nav-menu .sub-menu .menu-item-has-children > a:after   {
	content: " \f345";
	font-family: Dashicons;
	top: 3px;
	position: relative;
	font-size: 120%;
}


.genesis-nav-menu .sub-menu .sub-menu {
	margin: -45px 0 0 170px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
        
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Super Side Me
--------------------------------------------- */
#slide-menu, .sidr-inner button {
	border: 0px !important;
}
.sidr-inner {
	font-family: "S7Futura", sans-serif;
	text-transform: uppercase;
}

.sidr-inner .search-me {
	font-family: "Lato", sans-serif;
}


/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
       
}

.site-header .sub-menu .sub-menu {
/*	margin-top: -50px;*/
        margin-top: -60px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
	margin-bottom: 10px;
}


.nav-primary .genesis-nav-menu a {
	color: #460000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: S7Futura, sans-serif;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #236192;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #007681;

}

.nav-primary .sub-menu {
background: rgba(51,51,51,0);

background: -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(246,246,246,0.35) 35%, rgba(214,214,214,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,0)), color-stop(35%, rgba(246,246,246,0.35)), color-stop(100%, rgba(214,214,214,1)));
background: -webkit-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(246,246,246,0.35) 35%, rgba(214,214,214,1) 100%);
background: -o-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(246,246,246,0.35) 35%, rgba(214,214,214,1) 100%);
background: -ms-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(246,246,246,0.35) 35%, rgba(214,214,214,1) 100%);
background: linear-gradient(to bottom, rgba(51,51,51,0) 0%, rgba(246,246,246,0.35) 35%, rgba(214,214,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#d6d6d6', GradientType=0 );
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary a {
	font-family: S7Futura, sans-serif;
	color: #fff;
	text-transform: uppercase;
	line-height: 0.3;
	text-align: left;
}

.nav-secondary .genesis-nav-menu {
	padding-top: 0px;
}

/* ## Categories and Shop Navigation
--------------------------------------------- */
.nav-categories, .nav-shop {
	font-family: S7Futura, sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 10px 10px 5px 10px;
	text-align: center;
	border: 2px solid #000;
	z-index: 999;
}

.nav-categories ul, .nav-shop ul {
	padding: 0px;
}

.nav-categories .genesis-nav-menu a, .nav-shop  .genesis-nav-menu a{
	width: auto;
	padding: 0px 30px;
}

.nav-shop {
	margin: 0 auto;
	margin-bottom: 100px;
	max-width: 1200px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/*body {
 Location of the image 
background-image: url('./img/klipkerk2.png');

 Background image is centered vertically and horizontally at all times 
background-position: center center;

 Background image doesn't tile 
background-repeat: no-repeat;

 Background image is fixed in the viewport so that it doesn't move when
the content's height is greater than the image's height 
background-attachment: fixed;

 This is what makes the background image rescale based
on the container's size 
background-size: cover;

 Set a background color that will be displayed
while the background image is loading 
background-color: #FFFFFF;
}*/




/* ## Page Header
--------------------------------------------- */

.page-header-wrapper {
	margin-top: 25px;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.page-header {
	padding: 130px 100px 40px 100px;
	text-align: center;
	color: #fff;
	z-index: 10000;
	position: relative;
        margin-top:25px;
}

.page-header h1 {
font-family: S7Futura, sans-serif;	
        color: #fff;
	font-size: 9rem;
        font-weight: 300;
	font-size:60px;
/*	font-size:9rem;*/

        
	
}

.page-header-wrapper::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 100px;
    margin: 30px 0 0;
    position: relative;

    width: 100%;
}

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 0 120px;
}

.content .entry {
	background-color: #fff;
}

.after-post.widget-area .entry{
	padding: 0px;
	font-size: 1.5rem;
}

.after-post.widget-area h4 {
	font-size: 2.5rem;
}

.after-post.widget-area h3 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 50px;
}

.after-post.widget-area .entry-header .entry-meta {
	margin-bottom: 4px;
}

.after-post.widget-area a {
	border-bottom: 0px;
}
.after-post.widget-area {
	margin-bottom: 50px;
	}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-tags .dashicons {
	margin-top: 3px;
	font-size: 1.8rem;
	font-size: 18px;
}

.page-header .entry-tags a {
	margin: 0 15px 0 5px;
	border-bottom: 1px solid #c6a992;
	color: #fff;
}

.page-header .entry-tags a:hover,
.page-header .entry-tags a:focus {
	border-bottom: 1px solid #fff;
}

.page-header .entry-tags a {
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	text-align: center;
}

.pagination ul {
	padding: 0px;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type=email], .comment-respond input[type=text], .comment-respond input[type=url] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}

.after-post.widget-area {
	margin-top: 100px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #aaa;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #460000;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	padding: 110px 0 60px 0;
	color: #fff;
	margin-top: 10px;
}

.site-footer p {
	margin-bottom: 0;
}

.footer-text p {
	margin-bottom: 10px;
}

.footer-logo {
	margin-bottom: 30px;
}

.site-footer::before {
 	background-color: #fff;
    height: 150px;
    margin: -190px 0 0;
    position: absolute;
/*    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);*/
    width: 100%;
}

.nwc {
	font-size: 1.1rem;
	font-size: 11px;
	margin-top: 20px;
	display: block;

}

.nwc a {
	border-bottom: 0px;
	color: #fff;
	text-transform: uppercase;
}

.nwc a:hover,
.nwc a:focus {
	border-bottom: 1px solid #fff;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

	.js-to_expand input[type=search] {
	width: 70%;
}

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header {
		display: none;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.title-area {
		display: none;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
/*		padding: 20px 16px;*/
                		padding: 5px 5px;
                       font-weight: 100;         
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.masthead {
		margin-top: 0px !important;
	}

	.page-header-wrapper {
		margin-top: 0px;
	}

	.mobile-logo {
/*	position: absolute;*/
        	position: fixed;
	z-index: 100000;
	width: 90px;
	margin: 0px 0px 0px 0px;
	display: block;
	}

	.page-header-wrapper::after {
		height: 70px;
	}

	.page-header {
		padding: 150px 20px 50px;
	}

	.nav-secondary {
		display: block !important;
	}

	.site-footer {
		padding: 100px 0 0 0;
		margin-top: 20px;
	}

	.site-footer::before {
		margin: -215px 0 0;
	}

	.module-cta {
		margin: 50px 0;
	}

	.module-wysiwyg-1col, .module-wysiwyg-2col, .module-wysiwyg-3col {
		padding: 0px;
	}

	.page-header h1 {
		word-wrap: break-word;
	}

}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.navbox-item {
/*		width: 380px;*/
                width: auto;
		margin: 20px auto;
                padding: 0;
        }

	.ninja-forms-form-wrap {
	max-width: 90%;
	}

	.feature-grid a {
	  width: 100%;
	}

	.feature-grid-left h3 {
		font-size: 33px !important;
	}

	.feature-grid-left {
		display: flex;
		width: 100%;
		height: 390px;
		margin-bottom: 20px;
		word-wrap: break-word;
	}

	.feature-grid-right {
		display: flex;
		width: 100%;
		padding-left: 0px;
	}

	.feature-grid-right .feature-grid-item:first-child {
		margin-bottom: 20px;
	}

	.woocommerce ul.products li.product {
		width: 100% !important;
	}


}

@media only screen and (min-width: 960px) {

	.menu-left {
		border-left: 1px solid #bbb;
	}

	.menu-right {
		border-right: 1px solid #bbb;
	}

	.menu-right-offset {
		margin-left: 139px;
	}

	.utility-bar {
		display: inherit;
	}

	.title-area {
		visibility: visible;
	}
}

@media only screen and (min-width: 1200px) {
	.menu-right-offset {
		margin-left: 376px;
	}
}



/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;

	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

.masthead a, .leader a, .masthead a:hover, .leader a:hover {
	border-bottom: none;
}

.masthead {
	-ms-flex-align:end;
	-ms-flex-pack:center;
	-webkit-align-items:flex-end;
	-webkit-box-align:end;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	align-items:flex-end;
	background-size:cover;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content:center;
/*        justify-content:right;*/
/*	margin-top:25px;*/
        	margin-top:20px;
/*	margin-top:75px;*/
        overflow:hidden;
/*     position:fixed;
     z-index:0;*/
     width:100%;
}


.masthead h1 {
	font-family: Futura LT W01 Book, sans-serif;
/*        color:#FFF;*/
/*        color:#13294b;*/
        color: #460000;
        font-weight: 500;
/*	font-size:50px;
	font-size:5.5rem;*/
        font-size: 50px;
	font-size:5rem;

}

.masthead h3 {
	font-family: Futura LT W01 Book, sans-serif;
        color:#fff;
/*        color:#13294b;*/
/*        color: #460000;*/
        font-weight: 500;
/*	font-size:50px;
	font-size:5.5rem;*/
        font-size:36px;
	font-size:3.6rem;

}
 
.masthead-content {
font-family: Futura LT W01 Book, sans-serif;
font-weight: 200;	  

        color:#fff;
/*        color: #460000;*/
	text-align:center;
/*        text-align:right;*/
	width:60%;
	z-index:1;
	margin-bottom: 80px;
        margin-bottom: 0px;
   
}


.mastheadx h1 {
	font-family: Futura LT W01 Book, sans-serif;
        color:#fff;
/*        color: #460000;*/
        font-weight: 700;
/*	font-size:50px;
	font-size:5.5rem;*/
        font-size:60px;
	font-size:6.0rem;

}

 
.mastheadx-content {
font-family: Futura LT W01 Book, sans-serif;
font-weight: 200;	  

        color:#fff;
/*        color: #460000;*/
	text-align:center;
/*        text-align:right;*/
	width:60%;
	z-index:1;
	margin-bottom: 80px;
        margin-bottom: 0px;
   
}

.mastheadx .navbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
/*  justify-content: right;*/
  margin-top: -100px;
  z-index: 10;
  position: relative;
  padding-top: 30px;
}


.masthead .navbox-content h1 {
	margin-top: 0px;
}

.masthead .navbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
/*  justify-content: right;*/
  margin-top: -100px;
  z-index: 10;
  position: relative;
  padding-top: 30px;
}

.masthead .navbox-item {
  display: flex;
  width: 100%;
  background: none;
  margin: 50px 50px 50px 50px;
  transition: all .5s ease-in-out;
}


.masthead .navbox-item:hover, .leader .navbox-item:focus {
	transform: scale(1.05);
}



.masthead:before {
/*	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.40)),color-stop(100%,rgba(0,0,0,0)));
	background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%);
	background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%);
	background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%);
	bottom:-170px;
	content:'';*/
/*	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(166,0,0,0)',endColorstr='rgba(0,0,0,0)',GradientType=0);*/
	
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(166,0,0,0)',endColorstr='rgba(166,0,0,0)',GradientType=0);
	
        height:calc(100% / 1.4);
	left:0;
	position:absolute;
	width:100%;
}

.leader::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 160px;
    margin: 81px 0 0;
    position: relative;
/*    transform: skewY(0deg);
    transform-origin: left bottom;*/
    width: 100%;

}

.leader {
/*	background: url(./img/istanbul_blue.jpg) center center no-repeat;*/
/*	background-size: cover;*/
font-family: Futura LT W01 Book, sans-serif;
        
        font-weight: 700;
	font-size:50px;
	font-size:5.5rem;        
        color:#460000;
	text-align: center;
	position: relative;
        
}

.leader h2 {
font-family: Futura LT W01 Book, sans-serif;
        color: #460000;
	font-size: 4rem;
	margin-top: 40px;
}

.leader h3 {
font-family: Futura LT W01 Book, sans-serif;
        color: #460000;
	margin-top: 20px;
}

.leader p {
font-family: Futura LT W01 Book, sans-serif;
        font-size: 2rem;
        color: #460000;
	width: 80%;
	margin: 0 auto;
	line-height: 1.6;
/*	padding-bottom: 20px;*/
}

.xleader::after {
/*font-family: S7Futura, sans-serif;*/
    background-color: #fff;
    content: "";
    display: block;
    height: 160px;
    margin: 81px 0 0;
    position: relative;
    width: 100%;

}


.xleader {
        justify-content:center;
/*font-family: S7Futura, sans-serif;*/
        color: #460000;
/*	text-align: left;*/
          text-align: center;
	position: relative;
}

.xleader h1 {
font-family: S7Futura, sans-serif;
/*    color:#fff;*/
            color: #460000;
	font-size:96px;
	font-size:6rem;
}

.xleader-content {
/*font-family: S7Futura, sans-serif;*/
        color:#460000;
	text-align:center;
	width:50%;
	z-index:1;
	margin-bottom: 80px;
/*        margin-bottom: 0px;*/
}


.xleader h2 {
/*font-family: S7Futura, sans-serif;*/
        color: #460000;
	font-size: 4rem;
	margin-top: 40px;
}

.xleader h3 {
/*font-family: S7Futura, sans-serif;*/
        color: #fff;
	margin-top: 20px;
}

.xleader p {
/*font-family: S7Futura, sans-serif;*/
        font-size: 100%;
	width: 80%;
	margin: 0 auto;
	line-height: 1.6;
	padding-bottom: 20px;
}



.leader .navbox-content h3 {
	margin-top: 0px;
}

.leader .navbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -100px;
  z-index: 10;
  position: relative;
  padding-top: 30px;
}

.leader .navbox-item {
  display: flex;
  width: 370px;
  background: #fff;
  margin: 0 50px 50px 50px;
  transition: all .5s ease-in-out;
}


.leader .navbox-item:hover, .leader .navbox-item:focus {
	transform: scale(1.05);
}

.leader .navbox-content {

}





@media only screen and (max-width: 960px) {
	.masthead-content {
		width: 80%;
	}

		.leader p {
		font-size: 2.2rem;
		font-size: 22px;
		width: 100%;
	}

	.leader .navbox-item {
		margin: 15px 0;
	}

	.leader:after {
		height: 75px;
	}

	.module-navbox.navbox-pad-bottom {
		padding-bottom: 0px;
	}
}

@media only screen and (max-width: 500px) {
	.masthead h1 {
		font-size: 3rem;
	}
}

@media (max-device-width : 667px) and (orientation : landscape) {
	.masthead h1 {
		font-size: 4rem;
	}

	.masthead-content {
		margin-bottom: 0px;
	}

	.leader .navbox {
		padding-top: 30px !important;
		margin-top: 0px !important;
	}

}

/* header search block */

.header-search-block {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000;
}

.header-search-block .section-inner {
	position: relative;
}

.header-search-block .search-field {
	background: none;
	border: 1px solid transparent;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 2.5em;
	font-weight: 300;
	left: 5%;
	margin: -30px 0 0;
	position: absolute;
	right: 5%;
	top: 50%;
	width: 90%;
	-webkit-font-smoothing: antialiased;
}

.header-search-block .search-field:focus {
	border: 1px dotted rgba(255,255,255,.5);
	outline: none;
}

.header-search-block .search-submit {
	display: none;
}


/* ## showSlides 
--------------------------------------------- */
/* style */
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

