/*
Theme Name: Marina Produkter
Theme URI: http://marinaprodukter.se
Author: Amneteg&Friends
Author URI: http://amneteg.se
Description:  Wordpress Theme for Marina Produkter
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ungmedpsoriasis
Tags: Psoriasis, Marina Produkter
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,900');*/
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,600,900');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');


html {
	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-weight: 400;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.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="text"],
input[type="textarea"],
input[type="tel"],
input[type="email"] {
	width: 100%;
}

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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}
/* Medlemsform */

.memberform form .col-sm-12,
.memberform form .col-sm-3,
.memberform form .col-sm-4,
.memberform form .col-sm-6,
.memberform form .col-sm-8{
	margin-bottom: 15px;
}
.memberform form  {
	font-size: 16px;
}

.malsman {
	padding: 20px 0px;
	margin: 20px 0px;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}

span.wpcf7-list-item:first-child {
    margin-left: 0em;
}

div.wpcf7-validation-errors {
    border: 0px solid #f7e700;
	background-color: red;
	color: white;
	margin: 0px;
}

div.wpcf7-mail-sent-ok {
	border: 0px solid #004777;
    background-color: #004777;
    color: white;
}

div.wpcf7-mail-sent-ng {
	border: 1px solid #ffa500;
    background-color: #ffa500;
    color: white;
}

div.wpcf7-spam-blocked {
	border: 1px solid #ff0000;
        background-color: #ff0000;
    color: white;
}

div.wpcf7-validation-errors {
	border: 1px solid #f7e700;
        background-color: #f7e700;
    color: white;
}

/* Custom checkbox */
/*.custom-checkbox span > input[type=radio], input[type=checkbox] {
    display:none;
}

.custom-checkbox span > span span > input[type=radio] + .wpcf7-list-item-label:before {
    content: "";  
    display: inline-block;  
    width: 15px;  
    height: 15px;  
    vertical-align:middle;
    margin-right: 8px;  
    background-color: #aaa;  
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
    border-radius: 8px;  
}

.custom-checkbox span > span > input[type=checkbox] + .wpcf7-list-item-label:before {
    content: "";  
    display: inline-block;  
    width: 15px;  
    height: 15px;  
    vertical-align:middle;
    margin-right: 8px;  
    background-color: #aaa;  
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
    border-radius: 4px;  
}

.custom-checkbox span > span > input[type=radio]:checked + .wpcf7-list-item-label:before {
    content: "\2022"; 
    color:white;
    background-color: #666; 
    font-size:1.8em;
    text-align:center;
    line-height:14px;
    text-shadow:0px 0px 3px #eee;
}

.custom-checkbox span > span > input[type=checkbox]:checked + .wpcf7-list-item-label:before {
    content:"\2714"; 
    color:white;
    background-color: #666; 
    text-align:center;
    line-height:15px;
    text-shadow:0px 0px 3px #eee;
} */

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1 {
        font-size: 64px;
    margin: 0.7em 0;
    color: #a71d1d;
    line-height: 1em;
    font-weight: 700;
    text-align: left;
    margin-bottom: 25px;
    text-transform: ;
    font-family: 'Noto Serif', serif;
    
}

h1.flex-caption-h1 {
    font-size: 48px;
    margin: 0.13em 0;
    color: #000;
    font-weight: 700;
    text-align: center;
    text-transform: ;
        font-style: italic;
}


h1.bluetitle {
    font-size: 3em;
    margin: 0.13em 0;
    text-transform: uppercase;
    color: #000;
    line-height: 1.7em;
    font-weight: 800;
    text-align: left;
}



.h5, h5 {
    font-size: 22px;
    font-weight: 300;
    color: #000;
    line-height: 28px;
}

.ambassador h4 {
	padding: 5px 10px;
	background-color: black;
	color: white;
	display:table;
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 5px;
}

@media screen and (max-width: 420px) {
	
	h1 {
		font-size: 2.0em !important;
	}
}

p {
	margin-bottom: 1.5em;
    
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	font-family: 'Raleway', sans-serif;
	/*background: #004777; /* Fallback for when there is no custom background color defined. */
    /*font-family: 'Open Sans', sans-serif;*/
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

.site-header {
	background-color: #10324e;
	z-index: 9999;
    position: fixed;
    width: 100%;
}

section#start {
}

.startpagefirst {
    color: white;
    text-align: center;
    
}

.startpagefirst a,
.startpagefirst a:hover,
.startpagefirst a:focus {
    color: white;
    text-decoration: none;
}

.startpagefirst h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 21px;
}

section#ambassador {
	background-color: white;
}
.startpage .swiper-slide {
	height: 70vh;
}

.slidertext {
    font-size: 45px;
    color: white;
    line-height: 1em;
    font-weight: 800;
    text-transform: uppercase;
    padding-right: 40%;
    padding-top: 35%;
    text-align: left;
    
}

@media screen and (max-height: 800px) {
    .slidertext {
    font-size: 45px;
    color: white;
    line-height: 1em;
    font-weight: 800;
    text-transform: uppercase;
    padding-right: 40%;
    padding-top: 25%;
    text-align: left;
    
    }
    
    .startpage .swiper-slide {
	height: 70vh;
    }
}




@media screen and (max-width: 769px) {
    .slidertext {
    font-size: 35px;
    color: white;
    line-height: 1em;
    font-weight: 800;
    text-transform: uppercase;
    padding-right: 35%;
    padding-top: 40%;
    text-align: left;
}

.startpage .swiper-slide {
	height: 55vh;
}
}

@media screen and (max-height: 420px) {
    .slidertext {
    font-size: 17px;
    color: white;
    line-height: 1em;
    font-weight: 800;
    text-transform: uppercase;
    padding-right: 20%;
    padding-top: 10%;
    text-align: left;
    
    }
    
    .startpage .swiper-slide {
	height: 50vh;
    }
}


@media screen and (max-width: 420px) {
.ambassadors .swiper-slide {
	height: 45vh;
}
.ambassadors .ambassador {
	padding: 0px;	
}


.startpage .swiper-slide {
	height: 40vh;
}

.slidertext {
    font-size: 20px;
    color: white;
    line-height: 1em;
    font-weight: 800;
    text-transform: uppercase;
    padding-right: 0%;
    padding-top: 55%;
    text-align: left;
}
}

.onhover:hover{
   background-color:rgba(231, 238, 245, 0.55);
}


blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
} */

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #000;
    border-radius: 0px;
    background: transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0), inset 0 15px 17px rgba(255, 255, 255, 0), inset 0 -5px 12px rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.0);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #000;
	opacity: 0.7;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), inset 0 15px 17px rgba(255, 255, 255, 0), inset 0 -5px 12px rgba(0, 0, 0, 0);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #000;
	opacity: 0.7;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0), inset 0 2px 5px rgba(0, 0, 0, 0);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ececec;
	border-radius: 0px;
	padding: 9px;
	background-color: #ececec;
}

input:focus,
textarea:focus {
	outline: none;
    background-color: #c2d7e9;
	border: 1px solid #c2d7e9;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.dropdown-menu {
box-shadow:  0 6px 12px rgba(0,0,0,0);
border: 0px;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;

}
.dropdown .dropdown-menu {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.open .dropdown-menu {
    max-height: 999px;
    opacity: 1;
}
.yamm-content .width {
	width: 200px;
}

.dropdown-toggle {
	font-weight: 400;
}

.yamm li.dropdown {
	text-transform: uppercase;
    font-weight: 800;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
  background-color: #fff;
}

.yamm li.new-column {
	width: 200px;
	text-transform: uppercase;
	font-weight: 400;
    
}

.yamm li.new-column a {
	text-decoration: none !important;
	padding-bottom: 10px;
	font-size: 28px !important;
}

.yamm ul.elementy-ul {
    list-style:none;
    max-width:200px;
    padding-left:15px;
	text-transform: uppercase;
	border-left: 1px solid black;
	margin-left: 0px;
	margin-top: 10px;
	font-weight: 400;
}
.yamm-content li a {
    font-size: 16px;
    font-weight: 600;

}

.yamm ul.elementy-ul li a {
    font-size: 13px;
    font-weight: 400;
}

@media only screen and (max-width : 769px) {
	.yamm .yamm-content {
		padding-top: 0px;
	}
	.yamm li.new-column {
		width: 100%;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	
	.yamm-content .width {
    width: 100%;
	margin-bottom: 20px;
}
	

}

@media (max-width: 769px) {
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}
/* Brand */

.navbar-brand {
    float: left;
    height: 60px;
	width: auto;
    padding: 0px;
    font-size: 18px;
    line-height: normal;
}
.navbar-brand img {
	width: auto;
	height: 100%;
    max-width: 290px;
    padding: 0px 20px;
}

/* navbar */
.navbar {
	margin-bottom: 0px;
	border: 0px;
	border-radius: 0px;
}

@media (min-width: 769px) {
	.navbar-brand {
    float: left;
    /*height: 100px;*/
    width: auto;
    padding: 0px;
    font-size: 18px;
    line-height: normal;
	margin-right: 30px;
}
.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 15px;
}

.navbar-nav {
    float: right;
    margin: 0;
}
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}


/* Custom Nav Bli Medlem */

.navbar-default .navbar-nav > li.blimedlem {
}

.navbar-default .navbar-nav > li.blimedlem a {
	font-size: 1em;
	color: #004777;
    font-weight: 600 !important;
}

/* title */
.navbar-default .navbar-brand {
    color: #000;
    /*background-color: #000;*/
	background-color: transparent;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #000;
    /*background-color: #000;*/
    background-color: transparent;
}
/* link */
.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	font-weight: 400;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
	font-weight:400;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
	font-weight: 400;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 13px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), inset 0 15px 17px rgba(255, 255, 255, 0), inset 0 -5px 12px rgba(0, 0, 0, 0);
}

button.navbar-toggle:active {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), inset 0 15px 17px rgba(255, 255, 255, 0), inset 0 -5px 12px rgba(0, 0, 0, 0);
	
}

/* Toggle cellphone X */

.navbar-toggle {
  border: none;
  background: #000 !important;
  padding: 13px 10px 13px 10px;
}
.navbar-toggle:hover {
    background: #000 !important;
	padding: 13px 8px 13px 12px;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed  {
	padding: 13px 10px 13px 10px;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}



/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}

.entry-content a {
    color: #000;
    font-weight: 400;
    text-decoration: underline;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
	opacity: 0.7;
}

a:focus {
	outline:  hidden;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.post-navigation {
		padding-bottom: 20px;
	border-bottom: 1px dashed #d5d5d5;
}
.nav-links {
width: 100%;
    height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	
}

.posts-navigation .nav-previous:before,
.post-navigation .nav-previous:before {
	font-family: FontAwesome;
	content: "\f104";
	margin-right: 10px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.posts-navigation .nav-next:after,
.post-navigation .nav-next:after {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 10px;
}

/* Break Ipad Menu */

@media (max-width: 769px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: inset 0 0px 0 rgba(255,255,255,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;
    }
}
/* Header normalize */
.top-padding {
	padding-top: 50px;
}

@media screen and (max-width: 769px) {
	.top-padding {
	padding-top: 50px;
	}
}

/* Slider */

.swiper-container {
   width: 100%;
   height: 100%;
}
.swiper-slide {
   text-align: center;
   font-size: 18px;
   background: #fff;
   	width: 100%;
	height: 80vh;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
   /* Center slide text vertically */
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
   background-color: white !important;
   
  /* filter: grayscale(100%); /* Current draft standard */
   /*-webkit-filter: grayscale(100%); /* New WebKit */
  /* -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%); 
   -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
  /* filter: url(resources.svg#desaturate); /* Gecko */
   /*filter: gray; /* IE */*/*/
   /*-webkit-filter: grayscale(1); /* Old WebKit */
   /*-webkit-filter: opacity(0.6) gray(0.4);*/
*/
}

.swiper-text {
	font-size: 3em;
    margin: 0.13em 0;
    color: #fff;
    line-height: 1em;

	position: absolute;
	bottom: 20%;
}

.swiper-text span {
	font-family: 'MildLife';
	    -webkit-text-fill-color: rgba(255, 255, 255, 0.59);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}

.swiper-text .btn-large {
	font-family: 'Raleway';
	cursor: pointer;
	border: 1px solid;
	display: inline-block;
    border-color: #fff;
    border-radius: 0px;
    background: transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0), inset 0 15px 17px rgba(255, 255, 255, 0), inset 0 -5px 12px rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 18px;
    font-size: 1.3rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.0);
}
@media screen and (max-width: 769px) {
	.swiper-slide {
	height: 50vh;
	}
}


@media screen and (max-width: 420px) {
	.swiper-slide {
	height: 80vh;
	}
	
	.swiper-text {
		font-size: 1.3em;
		
		position: absolute;
		bottom: 20%;
	}
	
	.swiper-text > div > span {
		/*margin: 7px 0px;*/
		display: block;
		    -webkit-text-stroke-width: 1px;
			width: 200px;
	}
	.swiper-text .btn-large {
		 font-size: 13px;
		font-size: 1.0rem;	
	}
}

.swiper-slider {
	width: 100%;
	height: 80vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.swiper-button-next, .swiper-button-prev {
  display:None;
}
/* Tabs */
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.no-padding {
    padding-right:0;
    padding-left:0;    
}

.full-width {
	max-width: 100%;
	padding: 0px;
	margin: 0px;
}
.custom-tabs ul.nav-tabs  {
	border: 0px;
	margin: 0px;
}

/*.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {*/
/*    color: #555;*/
/*    cursor: default;*/
/*    background-color: #fff;*/
/*    border: 0px solid #ddd;*/
/*    border-bottom-color: transparent;*/
/*	opacity: 0.7;*/
/*}*/

/* Startpage items */
.toggled_content_left,
.toggled_content_center,
.toggled_content_right {
display:none;
min-height: 100px;
overflow: none;
padding: 30px 0px;
}

.toggler-left img:hover,
.toggler-center img:hover,
.toggler-right img:hover {
	filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(resources.svg#desaturate); /* Gecko */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
}



.thumb {
    min-height: 280px;
    max-height: 300px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    /*background-blend-mode: luminosity; */
    background-color: #fff !important;
	
/*	filter: grayscale(100%); /* Current draft standard */*/
/*    -webkit-filter: grayscale(100%); /* New WebKit */*/
/*    -moz-filter: grayscale(100%);*/
/*    -ms-filter: grayscale(100%); */
/*    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ */
/*    filter: url(resources.svg#desaturate); /* Gecko */*/
/*    filter: gray; /* IE */*/
/*    -webkit-filter: grayscale(1); /* Old WebKit */*/
}

.thumb-entry {
	margin-bottom: 30px;
}

@media screen and (max-width: 769px) {
.thumb {
    min-height: 200px;
    max-height: 200px;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
}

.ambassadors > .thumb:hover {
/*	filter: opacity(0.6) sepia(0.4);*/
/*    -webkit-filter: opacity(0.6) sepia(0.4);*/
/*    -moz-filter: opacity(0.6) sepia(0.4);*/
/*    -ms-filter: opacity(0.6) sepia(0.4);*/
/*    -o-filter: opacity(0.6) sepia(0.4);*/
/*    filter: url(resources.svg#desaturate);*/
/*    filter: gray;*/
/*    -webkit-filter: opacity(0.6) sepia(0.4);*/
    background-blend-mode: luminosity;
    background-color: #004777 !important;

}
	

section#highlights {
	min-height: 100px;
	overflow: hidden;
}

.highlight-background {
    background-size: cover !important;
	height: 50vh;
	background-attachment: fixed !important;
}

.highlight-entry {
	width: 27%;
	text-align: left;
	padding: 50px 50px;
	display: inline-block;
	background-color: rgba(255,255,255,0.0);
	}
	
.highlight-entry  span.title {
	font-size: 3em;
	font-family: 'MildLife';
	color: #c2d7e9;
	line-height: 1em;
	-webkit-text-fill-color: rgba(0, 0, 0, 1);
	-webkit-text-stroke-width: 0px;
	-webkit-text-stroke-color: #c2d7e9;
		
	}
	
.highlight-entry  span.text {
	font-size:1.2em;
	line-height: 1em;
	color: #030202;
}
		


@media screen and (max-width: 769px) {
	.highlight-background {
	background-size: cover !important;
	height: 45vh;
	}
	
	.highlight-entry {
	width: 50%;
	padding: 20px 20px;
	}
	.highlight-entry  span.title {
	font-size: 2em;
	}

}

@media screen and (max-width: 420px) {
	.highlight-background {
	background-size: cover !important;
	height: 45vh;
	}
	
	.highlight-entry {
	width: 90%;
	padding: 20px 20px;
	}
	.highlight-entry  span.title {
	font-size: 1.3em;
	}
	.highlight-entry  span.text {
	font-size:1.0em;
	}
}

section#current {
	background-color: white;
}

section#ambassadors {
	padding-bottom: 30px;
	/*min-height: 100px;*/
	/*overflow: hidden;*/
	background-color: white;
}

section#ambassadors .container {
	background-color: white;
		
}

.ambassador-entry {
	min-height: 280px;
    max-height: 300px;
	background-color: rgba(0, 0, 0, 0);
	color: white;
	line-height: 280px;
	text-align: center;
	margin: 0px;
	}
	
.ambassador-entry:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.ambassador-entry span {
display: inline-block;
vertical-align: middle;
line-height: normal;
display: none;
}

.ambassador-entry:hover span {
display: inline-block;
vertical-align: middle;
line-height: normal;
font-size: 2em;
text-transform: uppercase;
padding-left: 20%;
padding-right: 20%;
font-weight: 400;
}

.ambassadorpage h3.ingress {
    font-family: 'PT Serif', serif;
	font-size: 22px;
	font-weight: 400;
	margin: 30px 0px;
}

.ambassadorstext {
    padding: 10px 50px 20px 0px;
}


h1.ambassadorname {
    font-size: 55px; font-weight:200;
}

@media screen and (max-width: 769px) {
.ambassador-entry {
	min-height: 200px;
    max-height: 200px;
	line-height: 200px;

}

.ambassador-entry:hover span {
font-size: 1.6em;
}
	
}


@media screen and (max-width: 720px) {
.ambassador-entry {
	min-height: 200px;
    max-height: 200px;
	line-height: 200px;

}

.ambassadorstext {
    padding: 0px 15px 20px 15px;
}


.ambassadorstext p {
    font-size: 12px;
    font-weight: 400;
}

.ambassador-entry:hover span {
font-size: 1em;
}


.ambassadorpage h3.ingress {
    font-family: 'PT Serif', serif;
	font-size: 17px;
	font-weight: 400;
	margin: 18px 0px;
}

h3.ingress p {
    padding: 0px;
    margin: 0px;
}
	
}

.entry-content ul {
	margin: 0px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0px;
}

.entry-content h4 {
    padding: 5px 10px;
    background-color: #004777;
    color: white;
    display: table;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 5px;
}

.entry-content h4 a {
    color: white !important;
}
.announce-abs {
	position: absolute;
    display: block;
    height: 100%;
    top: 0px;
    width: 100%;
}
.announce-rel {
	position: absolute;
	width: 100%;
	padding: 20px 40px;
	bottom: 0px;
	text-align: center;
	color:white;
	min-height: 30%;
	overflow: hidden;
	top: 12%;
	margin-top: -15%;
}
.announce{
	width: 100%;
	display: block;
	font-family: 'Debby';
	text-transform: lowercase;
	/*font-size: 6em;*/
	font-size: 5.4vw;
	height: 100px;

}
.announce-after {
	font-size: 5em;
	line-height: 1em;
	text-align: center;
	display: block;
	position: relative;
	width: 100%;
	
}

.announce2{
	text-align: center;
	width: 100%;
	color: #777777;
	font-size: 1.5em;
	border-top: 1px dashed black;
	padding-top: 30px;
	
}

.announce2:after {
	font-family: FontAwesome;
	content:'\f101 ';
	font-size: 1em;
	line-height: 0.5em;
	padding-left: 10px;
	
}
@media screen and (max-width: 769px) {
	.announce{
	width: 100%;
	display: block;
	font-family: 'Debby';
	text-transform: lowercase;
	font-size: 3em;
	/*font-size: 5.4vw;*/
	height: 60px;

}
.announce-after {
	font-size: 2em;
}

.announce-rel {
	top: 45%;
}

	
}

.sepia {
	    filter: opacity(0.8) sepia(0.3);
    -webkit-filter: opacity(0.8) sepia(0.3);
    -moz-filter: opacity(0.8) sepia(0.3);
    -ms-filter: opacity(0.8) sepia(0.3);
    -o-filter: opacity(0.8) sepia(0.3);
    filter: url(resources.svg#desaturate);
    filter: gray;
    -webkit-filter: opacity(0.8) sepia(0.3);
}

.multiply {
	 background-blend-mode: multiply;
}

.luminosity {
	 background-blend-mode: luminosity;
	 background-color: #004777 !important;
	 background-size: cover;
}

.luminosity2 {
	 background-blend-mode: luminosity;
	 background-color: #dca8e2 !important;
	 background-size: cover;
}

.luminosity3 {
	 background-blend-mode: luminosity;
	 background-color: #c3e088 !important;
	 background-size: cover;
}


.grey {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(resources.svg#desaturate);
    filter: gray;
    -webkit-filter: grayscale(1);
}

/* Animation */

.bounce-up {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}


.slide-up {
  opacity: 1;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 180px, 0px);
  -webkit-transform: translate3d(0px, 180px , 0px);
  -o-transform: translate(0px, 180px);
  -ms-transform: translate(0px, 180px);
  transform: translate3d(0px, 180px, 0px);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.slide-down {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
    -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

@media screen and (max-width: 769px) {
		.slide-up {
			opacity: 1;
			-moz-transition: all 700ms ease-out;
			-webkit-transition: all 700ms ease-out;
			-o-transition: all 700ms ease-out;
			transition: all 700ms ease-out;
			-moz-transform: translate3d(0px, 0px, 0px);
			-webkit-transform: translate3d(0px, 0px , 0px);
			-o-transform: translate(0px, 0px);
			-ms-transform: translate(0px, 0px);
			transform: translate3d(0px, 0px, 0px);
			-webkit-backface-visibility: visible;
			-moz-backface-visibility: visible;
			backface-visibility: visible;
	    }
}

/* Top bilder */

.banner-40 {
	width: 40%; min-height: 200px;max-height: 250px;display: table; background-color: pink; float: left; background-size: cover !important;
}

.banner-20 {
	width: 20%; min-height: 200px;max-height: 250px;display: table; background-color: blue; float: left; background-size: cover !important;
}
.thumb-wrappers {
	width: 20%;
	float: left;
}

.thumb-top {
    min-height: 200px;
    max-height: 250px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
	/*background-blend-mode: luminosity;
    background-color: rgba(162, 154, 126, 0.45) !important;
    opacity: 0.8;*/
}

.thumb-entry-top {
	margin-bottom: 30px;
}

.ambassador-entry-top {
	min-height: 200px;
    max-height: 250px;
	background-color: rgba(0, 0, 0, 0);
	color: white;
	line-height: 200px;
	text-align: center;
	margin: 0px;
	}
	
.ambassador-entry-top:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.ambassador-entry-top span {
display: inline-block;
vertical-align: middle;
line-height: normal;
display: none;
}

.ambassador-entry-top:hover span {
display: inline-block;
vertical-align: middle;
line-height: normal;
font-size: 2em;
text-transform: uppercase;
padding-left: 20%;
padding-right: 20%;
font-weight: 400;
}

@media screen and (max-width: 769px) {
.banner-40 {
	width: 66.6666%; min-height: 200px;max-height: 250px;display: table; background-color: pink; float: left; background-size: cover !important;
}

.banner-20 {
	width: 33.3333%; min-height: 200px;max-height: 250px;display: table; background-color: blue; float: left; background-size: cover !important;
}
	
.thumb-wrappers {
	width: 33.333333%;
	float: left;
}	
.ambassador-entry-top {
	min-height: 200px;
    max-height: 200px;
	line-height: 200px;

}

.ambassador-entry-top:hover span {
font-size: 1.6em;
}
	
}


@media screen and (max-width: 420px) {
.banner-40 {
	width: 66.6666%; min-height: 20vh;max-height: 40vh;display: table; background-color: pink; float: left; background-size: cover !important;
}

.banner-20 {
	width: 33.3333%;  min-height: 20vh;max-height: 20vh;display: table; background-color: blue; float: left; background-size: cover !important;
}	
	.thumb-wrappers {
	display:none;
}
.ambassador-entry-top {
	min-height: 200px;
    max-height: 200px;
	line-height: 200px;

}

.ambassador-entry-top:hover span {
font-size: 1em;
}
	
}

/* Social Media */

.sharebtn {
    position: fixed;
    /* width: 30px; */
    /* height: 30px; */
    background-color: #004777;
    top: 300px;
    right: -17px;
    color: white;
    z-index: 9999;
    padding: 5px 17px;
    font-size: 28px;
    padding-right: 34px;
    transition: right 0.2s ease;
    text-align: center;
    cursor: pointer;
    
}

.sharebtn .sharetext {
    font-size: 14px;
}

.sharebtn:hover {
    right: 0px;
    
}
.socialnav {
    float: left;
    width: 90%;
}
.header-icons {
    width: 10%;
    float: right;
    padding-top: 15px;
    /*padding-bottom: 25px;*/
    font-size: 22px;
}

.header-icons i {
    margin-right: 10px;
    color: #fff;
}

.header-icons a {
    color: #fff;
}

.footer-icons {
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer-icons i {
    font-size: 2em;
    width: 20px; margin-right: 5px;
}

@media screen and (max-width: 769px) {
    
    .sharebtn {
    width: 100%;
    position: fixed;
    right: 0px;
    top: inherit;
    bottom: -10px;
    max-height: 40px;
    text-align: center;
    padding-bottom: 50px;
    /*transition: bottom 0.2s ease;*/
    font-size: 25px;
    }
    
    .sharebtn:hover {
         /*bottom: 0px;*/
    }

    
    #shareBtn {
        margin: 0 auto;
        max-width: 320px;
        text-align: center;
    }
    .sharebtn .sharetext {
        display: none;
    }
    
    .socialnav {
    float: left;
    width: 100%;
    }
    .header-icons {
    float: left;
    padding: 0px;
    position: absolute;
    right: 70px;
    width: 65px;
    padding-top: 14px;
    display: block;
    }
    
    
}


/* Footer */

footer#colophon {
	min-height: 100px;
	overflow: hidden;
	background-color: #10324ee;
}

footer > a {
	color: #fff;
	text-decoration: none;
}

footer .site-info {
	padding: 50px 0px;
	color: #fff;
}

footer .site-info a {
	color: #fff;
}

footer .site-info img.logotype {
	widtH: 70%;
}

@media screen and (max-width: 420px) {
	
	footer .site-info img.logotype {
	widtH: 70%;
	margin-left: 0px;
}
	
}

ul#menu-footer-menu a {
	color: #fff;
	
}

ul#menu-footer-menu {
	padding: 0px;
	list-style: none;
	margin: 0px;
	color: white;
	
}

/* Instagram */
section#instagram {
    padding: 40px 0px 40px 0px;
}

#instagram {
    font-family: Arial, Helvetica, sans-serif;
    /*background-color: #f2eedb;*/
    color: #000;
    overflow: hidden;
	min-height: 100px;
    width: 100% !important;
    height: auto !important;
	padding: 0px;
}

#instagram img {
	width: 100%;
 
}

.instagram_post {
	width: 20%;
	float: left;
	
}

.instagram_post_container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.instagram-wrap {
	height: 0;
    padding-bottom: 100%;
    position: relative;
}

.instagram-img {
    float: left;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    display: block;
	position: absolute;
}


.item_box{
    height:500px;
}
 
.photo-thumb{
    width:100%;
    height:auto;
    float:left; 
    /*border: thin solid #d1d1d1;*/
    /*margin:0 1em .5em 0;*/
    float:left; 
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 0em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
    text-align: left;
    font-size: 14px;
    /* font-weight: 800; */
    text-transform: uppercase;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/* Cookies */
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #000;
    font-size: 14px !important;
    text-transform: uppercase;
    background-color: #fff !important;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 1px solid #000;
}

.cc_banner-wrapper {
    z-index: 99999 !important;
    position: relative;
}


/* Video test */
.parent-wrapper {
  position: relative;
}

.white {
  color: white
}

.video-wrapper {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  display: inline-block;
  overflow: hidden;
  z-index: -1;
}

/*@media only screen and (max-width: 419px) {
  .video-wrapper {
    display: none !important;
  }
  .no-video {
    display: block;

  }
  
    .computer.full.screen {
    height: 60vh;
    width: 100vw;
    display: inline-block;
   background: url(videos/bluecolors.jpg) no-repeat center center;
    background-size: cover;
    
    
  }
} */


/* computer full screen home page cover */

.computer.full.screen {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 0px) {
  .no-video {
     display: none !important;
  }
  .computer.full.screen {
    height: 60vh;
    width: 100%;
    display: inline-block;
    
    
  }
  .cover-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
  }
}

/* Heroic Film */

.video-container-wrapper {
  position: relative; display: block; width: 100%; height: 70vh;
}

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}
.video-container video {
  
    width: 100%;
    height: auto;
  /* Make video to at least 100% wide and tall */
 /* min-width: 100%; 
  min-height: 100%; */

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
 /* width: auto;
  height: auto;*/

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media (max-width: 1024px) {
  .video-container-wrapper {
  position: relative; display: block; width: 100%; height: 35vh;
  }
}

@media (max-width: 520px) {
  .video-container-wrapper {
  position: relative; display: block; width: 100%; height: 30vh;
  }
}


/* Oembed */

	.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

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