/*! normalize.css v3.0.2 | MIT License | git.io/normalize */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,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:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}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{-moz-box-sizing:content-box;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;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;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}

html,
body {
/*  font: 100%/1.4em 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-family: 'Raleway', sans-serif;
  margin: 0 auto;
  color: #222;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #e8e8e8;
}

.menu {
  background-color: #1D1F20;
  background-image: linear-gradient(145deg, #1D1F20, #404348);
}

a {
  color: #c71701;
  text-decoration: none;
}

.mobile_image { display: none; }

.menu a {
  color: #fff;
}

.menu a:hover {
  text-decoration: underline;
}

.menu-header {
  border-bottom: 1px solid #2a2d2f;
  padding: 20px;
  background-size: 32px;
}

.menu-header-title {
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0;
}

.menu-section {
  margin: 25px 0;
}

.menu-section-title {
  text-transform: uppercase;
  color: #85888d;
  font-weight: 200;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0 20px;
  margin:0;
}

.menu-section-list {
  padding:0;
  margin: 10px 0;
  list-style:none;
}

.menu-section-list a {
  display: block;
  padding: 10px 20px;
}
/*
#panel { display: inline-block; }
*/
.panel {
  text-align: center;
/*  padding-top: 5px; */ 
  min-height: 100%;
  padding-left: max(0px,env(safe-area-inset-left));
  padding-right: max(0px,env(safe-area-inset-right));
}

#mocha {
  text-align: left;
  margin:0 !important;
}

#mocha-stats {
  top: 70px;
}

/**
 * Header
 */
.panel-header {
  margin: 0 auto;
  background: #e8e8e8;
  padding: 15px 0;
  min-height: 41px;
  position: relative;
/*  transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; */
}

.title {
	font-size: 32px;
	line-height: 1em;
	color: #000 !important;
	font-weight: 200;
	overflow: hidden;
	height: 0px;
	margin: 0px auto 20px auto;
	max-width: 500px;
	transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out;
}
.title a, .title a:link, .title a:active, .title a:visited, .title a:hover { color: #000; }
.title:hover + .titleline {
	width: 300px !important;
	transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;
}
.thin { font-weight: 100; }
h1.title .thin { font-weight: inherit; }
.titleline { 
	border: 0;
    height: 1px;
    background: #000;
    background-image: linear-gradient(to right, #AAA, #000, #AAA);
    width: 0px;
    margin-top: -20px;
    transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out;
}
.h2title {
	font-size: 36px;
	line-height: 1em;
	color: #000;
	font-weight: 200;
	overflow: hidden;
	height: 30px;
	margin: 0px auto 20px auto;
	clear: both;
	padding-top: 30px;
	text-align: center;
	text-transform: lowercase;
}
.h2titleline { 
	border: 0;
    height: 1px;
    background: #000;
    background-image: linear-gradient(to right, #AAA, #000, #AAA);
    width: 200px;
    margin-top: -20px; 
}
/**
 * hamburger
 */
.btn-hamburger {
  border: none;
  position: absolute;
  top: 12px;
  left: 12px;
  outline:none;
  background: url('assets/menu.png') no-repeat center;
  width: 50px;
  height: 50px;
}

/**
 * Boxes
 */
.box {
/*  border: 1px solid #4b5;
  border-radius: 4px; */
  text-align: center;
  margin: 0px 10px;
  position: relative;
  padding-bottom: 80px;
  padding-top: 130px;
  background: #f4f4f4;
}
.box-archive {
    background: #F9F9F9;
    margin: 0 auto 0 auto;
    padding: 40px 0 80px 0;
    clear: both;
 /*   display: inline-block; */
}
.bg-lighter {
	background: #f4f4f4;
	width: 98%;
/*    padding: 0 1%; */
}
/*
.box:before,
.box:after {
  content: ' ';
  display: inline-block;
  width: 1px;
  height: 50px;
  border-left: 1px solid #4b5;
  position: absolute;
  left: 50%;
}

.box:before {
  top: -50px;
}

.box:after {
  bottom: -50px;
}
*/
.box-title {
    margin: 0;
    padding: 10px 0 0 0;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    height: 20px;
    text-align: left;
}
.box-date {
	float: right;
	text-transform: lowercase;
}
.box-content {
	position: relative;
/*  padding:20px;
  background-color: #f8f8f8; */
}

/**
 * Medium Screens
 */
@media all and (min-width:40em) {

  .btn-hamburger {
    top: 20px;
    left: 30px;
  }

  .panel-header {
   /* margin-top: 0px;
    width: 455px; */
  }

  .title {
/*    font-size: 4.2em; */
  }
}

/**
 * Large Screens
 */
@media all and (min-width: 54em) {
  .box {
/*    width: 70%;
    max-width: 1000px;  */
    margin: 0px auto;
  }
}

/**
 * Footer
 */
.panel-footer {
  margin: 0 auto;
  background-color: #E8E8E8;
  padding: 10px 20px;
}

.panel-footer p {
	padding: 5px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	color: #000;
}
.photo, .box-content object, .box-content video { z-index: 10; position: relative; }
.box-content video { width: 100% !important; height: auto !important; }
.overlay {
    position: absolute;
 /*   width: 1000px;
    height: 647px; */
    display: block;
    font-family: 'Archivo Narrow', sans-serif;
    background-color: rgba(0,0,0,1);
    color: white;
    opacity: 0;
    transition: opacity 1.25s ease-in-out;
    -moz-transition: opacity 1.25s ease-in-out;
    -webkit-transition: opacity 1.25s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    margin: auto;
}
.lyric {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 58px;
    text-transform: lowercase;
    padding: 10px;
    width: 980px;
    border: 0px solid red;
    font-family: 'Lato', sans-serif;
    font-family: 'Raleway', 'Lato', sans-serif;
    opacity: 0.4;
    color: white;
    text-align: left;
    z-index: -1;
    font-weight: 100;
}
.box-content:hover .overlay {
    display: block;
    color: white;
    opacity: 0.4;
}

.infobar { font-size: 11px; height:24px; margin-left: auto; margin-right: auto;  margin-top:5px; position: relative; background: #E8E8E8; clear: both; }
.infobar a { color: #000; }
.infobar ul { margin: -2px 0 0 0; padding: 0; list-style-type: none; }
.infobar ul li { display: inline; padding: 6px 0 1px 0; height: 17px; margin: 0; float: left; }
.infobar ul li:hover { background: #AAA; }
.infobar ul li:hover a { color: #FFF; }
.infobar ul li a {	padding: 1em 0.8em;	text-decoration: none;	}
.infobar ul li a:hover { padding: 1em 0.8em; }
.infobar .xif a {	padding: 1em 0.4em;	text-decoration: none;	font-weight: normal;  }
.infobar .xif a:hover {	font-weight: normal;  padding: 1em 0.4em; }

.infoarea { display: none; margin: 0px auto 5px auto; padding: 10px; color: #000; font-size: 13px; background: #F9F9F9; }
.infoarea .centering { /* width:1000px; */ text-align:center; }
.infoarea .centering p { text-align: center; margin: 0; padding: 0 0 10px 0; }
#thumbs { padding: 0; margin: 0 auto; }
#thumbs img { float:left; padding: 2px; }

#info_words .centering { width:auto; text-align:justify; }
.addthis_inline_share_toolbox { text-align: right; }
.subscribe_msg { background: #e8e8e8; padding: 10px; }
.subscribe_msg a { background-color: #d4d4d4; padding: 5px 10px; float: right; color: black; margin-top: -5px; }
.subscribe input { font-size: 12px; line-height: 18px; border: none; padding: 5px 10px; }

.prevnav {
    position: absolute;
    margin-left: 0px;
    margin-top: -20px;
    top: 50%;
    width: 100px;
    font-size: 12px;
    overflow: hidden;
    text-align: left;
    transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out;
}
.nextnav {
    position: absolute;
    margin-top: -20px;
    top: 50%; /*
    left: 900px; */ 
    width: 100px;
    font-size: 12px;
    text-align: right;
    overflow: hidden;
    transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out;
}
.prevnav a.text { display: block; padding: 10px 0 10px 10px; color: #000; background: #E8E8E8; position: relative; z-index: 9; }
.nextnav a.text { display: block; padding: 10px 10px 10px 0; color: #000; background: #E8E8E8; position: relative; z-index: 9; }

.prevnextthumb { margin-top: -70px; opacity: 0; position: relative; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.prevnav:hover .prevnextthumb { margin-top: 0px; opacity: 1; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.nextnav:hover .prevnextthumb { margin-top: 0px; opacity: 1; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.prevnav:hover a.text { color: #FFF; background: #AAA; }
.nextnav:hover a.text { color: #FFF; background: #AAA; }

h2,h3,h4,h5,h6 { font-weight: 300; }

.demo-holder {
	margin-top: 30px;
}
.demo-holder .content {
/* 	margin-left: 1%; */
	margin: 20px;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
/*
.demo-holder .content .gallerysmaller {
	height:0;overflow:hidden; width: 19% !important;
}
*/
.demo-holder .content .photoroller { 
/* 	width:24%;height:auto;float:left;margin-right:1%; margin-bottom: 1%; */
	width:100%;height:auto;/* float:left; */
	height: calc(((100vw - 100px) / 4) * 0.66666667);
}
.demo-holder .content .photoroller img {
	width:100% !important;height:auto !important;height: calc(((100vw - 100px) / 4) * 0.66666667) !important;
}
.photoroller .pr-active { height: 100%; }
svg.video-overlay-play-button { fill: #FFF; }

/* NO ROLL COUNTRIES */
.demo-holder .content .photonoroller { 
/* 	width:24%;height:auto;float:left;margin-right:1%; margin-bottom: 1%; */
	width:100%;height:auto;/* float:left; */
	height: calc(((100vw - 100px) / 2.5) * 0.66666667);
}
.demo-holder .content .photonoroller a, .demo-holder-mob .content .photonoroller a { width: 100%; height: 100%; display: block; position: relative; }
.photonoroller .titlecard:before { content: ''; background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.3; }
.photonoroller .titlecard p.boxtitle { bottom: 0; padding: 0 5px; font-weight: 800; }
.demo-holder-mob .photonoroller .titlecard p.boxtitle { margin-bottom: 14px; font-weight: 800; }
.photonoroller .titlecard p.photo-count { top: 10px; right: 10px; left: auto; margin: 0; z-index: 1; font-weight: 800; font-size: 18px; }
.photonoroller .titlecard p.photo-count:before { content: '';
    width: 140px;
    height: 140px;
    display: block;
    position: absolute;
    z-index: -1;
    top: -110px;
    right: -80px;
    transform: rotate(45deg); }
.photonoroller .titlecard:hover.titlecard p.photo-count { margin-right: -50px; margin-top: -50px; }
.photonoroller .titlecard:hover.titlecard:before { content: ''; opacity: 0; transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; -webkit-transition: opacity 0.3s ease-in-out; }

@media all and (min-width:1500px) {
/* 	.prevnav { margin-left: 0; } */
/* 	.nextnav { left: auto; right: 0; } */
/* 	.demo-holder .content .photoroller{ width:19%; } */
	.demo-holder .content .photoroller{ width:100%; height: calc(((100vw - 120px) / 5) * 0.66666667); }
	.demo-holder .content .photonoroller{ width:100%; height: calc(((100vw - 120px) / 3) * 0.66666667); }
	.demo-holder .content .photoroller img { height: calc(((100vw - 120px) / 5) * 0.66666667) !important; }
	.demo-holder .content { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
}
@media all and (min-width:1120px) {
	.prevnav { margin-left: 0; }
	.nextnav { left: auto; right: 0; }
}
@media all and (max-width:1000px) {
	.overlay { display: none; }
	.box-content:hover .overlay { display: none; }
	.box-content img { width: 100%; height: auto; }
}
@media all and (max-width:500px) {
/*
	.demo-holder .content .photoroller{ 
		width:49%;
	}
*/
	.demo-holder .content .photoroller{ width:100%; height: calc(((100vw - 60px) / 2) * 0.66666667); }
	.demo-holder .content .photonoroller{ width:100%; height: calc(((100vw - 60px) / 2) * 0.66666667); }
	.demo-holder .content .photoroller img { height: calc(((100vw - 60px) / 2) * 0.66666667) !important; }
	.demo-holder .content { grid-template-columns: 1fr 1fr; }
	.box-title { font-size: 12px; }
}

.titlecard { 
	color: white;
	position: absolute;
/*	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4)); */
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;
}
.titlecard p {
	position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    color: white; font-family: 'Lato', Arial, sans-serif; text-transform: lowercase; font-size: x-small;
    transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;
    font-weight: 100;
}
.titlecard p.boxtitle { font-size: 24px; }
.titlecard:hover { background: rgba(0,0,0,0); transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.titlecard:hover.titlecard p { margin-bottom: -50px; 
	transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;
}

.titlecard_photoname {
	position: absolute; z-index: 99; width: 100%; background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); height: 100%; pointer-events: none; opacity: 0;
	transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;
}
.titlecard_photoname .boxtitle {
	position: absolute; bottom: 0px; width: 96%; color: white; padding: 0 2%;
}

.loader_tim { background: black; width: 200px; padding: 20px; opacity: 0.8; font-size: 18px; text-align: center; color:rgb(255,0,0);
-webkit-box-shadow: 0px 0px 5px 5px rgba(255,0,0, 0.6); box-shadow: 0px 0px 5px 5px rgba(255,0,0, 0.6); 
-webkit-border-radius: 5px; border-radius: 5px; z-index: 100; position: fixed;  left: 50%;  top: 30%; margin-left:-110px; opacity: 0; }
.container_mas { opacity: 0; } 
.tim_box { margin: 3px 0; width: 16.05%; overflow: hidden; position: relative; }
.tim_box a { display: inherit; margin-bottom: -4px; }
.tim_boximage { width: 100%; position:relative; -moz-transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); -o-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;  opacity: 0.1; }
.tim_box:hover .tim_boximage { margin: 0px; height: auto; -moz-transform: scale(1.08) rotate(-3deg); -webkit-transform: scale(1.08) rotate(-3deg); -o-transform: scale(1.08) rotate(-3deg); -ms-transform: scale(1.08) rotate(-3deg); transform: scale(1.08) rotate(-3deg); transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; }
.tim_box:hover .titlecard_photoname { opacity: 1; transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; }
.nav { padding-bottom: 20px; }
.nav a { color: rgb(255,0,0); border: 1px solid rgb(255,0,0); }
.nav a:link {  color: rgb(255,0,0); border: 1px solid rgb(255,0,0);  text-decoration: none; padding: 8px; }
.nav a:active { color: rgb(255,0,0); border: 1px solid rgb(255,0,0); text-decoration: none; padding: 8px; }
.nav a:visited { color: rgb(255,0,0); border: 1px solid rgb(255,0,0); text-decoration: none; padding: 8px; }
.nav a:hover { color: white; border: 1px solid white; text-decoration: none; padding: 8px; }

#holder { position: fixed; width: 100%; z-index: 21; }
header { width: 100%; z-index: 10; text-align: center; }
header.sticky {
  background: #000;
/*  transition: all 0.8s ease; */
  padding: 10px 0;
  min-height: auto;
}
header.sticky .title { font-size: 24px; height: 23px !important; color: #FFF; transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; }
header.sticky .title a, header.sticky .title a:link, header.sticky .title a:active, header.sticky .title a:visited, header.sticky .title a:hover { color: #FFF; }
header.sticky .titleline { width: 250px !important; color: #FFF; background: #FFF;
    background-image: linear-gradient(to right, #444, #FFF, #444);
	transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }

/* #section_container { width: 1000px; margin: 0 auto; } */
.hamburger-white, .hamburger-white::before, .hamburger-white::after {
    width: 40px;
    height: 4px;
    background-color: #FFF !important;
}
.hamburger-cal, .hamburger-cal::before, .hamburger-cal::after {
    width: 40px;
    height: 4px;
    background-color: #000 !important;
}
.menu-icon-cal { right: 20px !important; }
.clearfix:after { content: " "; /* Older browser do not support empty content */ visibility: hidden; display: block; height: 0; clear: both; }
.info_deactive { background: #E8E8E8; }
.info_active { background: #F9F9F9; }
.hero_country { width: 102%; height: 400px; position: relative; overflow: hidden; margin-top: -90px; margin-left: -1.01%; transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; transform: scale(1); }
.hero_image { background-repeat: no-repeat; background-size: cover; -webkit-filter: blur(3px); filter: blur(3px); height: 400px; transform: scale(1.55); background-attachment: fixed; background-position: 50% 50%; transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out;     background: 50% 50%/cover no-repeat fixed #CCC; }
.hero_image_blank { background: rgb(46,46,46); background: radial-gradient(circle, rgba(46,46,46,1) 0%, rgba(0,0,0,1) 100%); }
.hero_title { text-align: center; position: absolute; z-index: 1; width: 100%; transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; 
	margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.hero_title h2 { font-size: 82px; font-weight: 100; color: #FFF; text-transform: lowercase; margin-bottom: 0px; margin-top: 0; }
.hero_title p { color: #FFF; margin-bottom: 0; }
.video-overlay-play-button { width: 60px; }
.summary { margin: 20px 0 40px 0; }
.summary .h2title { height: 1.1em; margin: 0px auto 10px auto; }
.summary p { font-size: 14px; }
/*
.border_overlay {
	width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left: 0;
    top: 0;
    border-top: 10px solid #f4f4f4;
    border-right: 10px solid #f4f4f4;
    border-bottom: 10px solid #f4f4f4;
    border-left: 10px solid #f4f4f4;
    transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out;
}
*/

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.header_social { position: absolute; top: 30px; left: 35px; transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; }
.header_social ul { list-style: none; margin: 0; padding: 0; }
.header_social ul li { display: inline-block; margin-right: 5px; width: 15px; height: 15px; text-indent: 100%; white-space: nowrap; overflow: hidden; background-repeat: no-repeat; background-size: 15px; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; }
.header_social ul li:hover { transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; }
.header_social ul li.instagram { background-image: url('../img/instagram_dark.png'); background-position: -15px 0px; background-size: 30px; }
.header_social ul li.twitter { background-image: url('../img/twitter_dark.png'); background-position: 0px -15px; }
.header_social ul li.fivehundredpx { background-image: url('../img/500px_dark.png'); background-position: 0px 0px; background-size: 30px; }
.header_social ul li.flickr { background-image: url('../img/flickr_dark.png'); background-position: 0px 0px; }

.header_social ul li.instagram:hover { background-position: 0px 0px; }
.header_social ul li.twitter:hover { background-position: 0px 0px; }
.header_social ul li.fivehundredpx:hover { background-position: -15px 0px; }
.header_social ul li.flickr:hover { background-position: 0px -15px; }

.tags a { background: #E8E8E8; color: black; padding: 10px; margin: 3px 2px; display: inline-block; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; }
.tags a:hover { color: #FFF; background: #AAA; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; }

#comments { padding: 10px; text-align: left; }
form dt,dl.labels dt { float:left; width:8em; color:#000; margin-top: 6px; }
form dd,dl.labels dd { margin-bottom:0.5em; margin-left:8em; }
.robolabel { display: none; }
.robotext { display: none; }
#comments input { border: none; padding: 5px; width: 300px; background: #E8E8E8; }
#comments textarea { border: none; padding: 5px; width: 300px; height: 100px; background: #E8E8E8; }
#comments .submit input { cursor:pointer; background: #E8E8E8; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; }
#comments .submit input:hover { cursor:pointer; background: #AAA; color: #FFF; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; }
#error { color:red; font-size:10px; display:none; }
.needsfilled { background: #C00000; color:white; }

.wrapper {width: 100%; }
button#load_more_button { padding: 8px 20px; margin: 20px auto; border: none; background: #E8E8E8; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; }
button#load_more_button:hover, button#load_more_button:active, button#load_more_button:focus{ outline: none; color: #FFF; background: #AAA; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; }

.tim_box { margin: 0.5%; width: 19%; overflow: hidden; float: left; }
.tim_box a { display: inherit; margin-bottom: -4px; }


kbd, .key {
	display: inline;
	display: inline-block;
	min-width: 1em;
	padding: .2em .3em;
	font-family: "Raleway", Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	border: none;
	cursor: default;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	float: right;
}
kbd[title], .key[title] {
	cursor: help;
}

/* Dark style for display on light background. This is the default style. */
kbd, kbd.dark, .dark-keys kbd, .key, .key.dark, .dark-keys .key {
	background: rgb(80, 80, 80);
	background: -moz-linear-gradient(top, rgb(60, 60, 60), rgb(80, 80, 80));
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(60, 60, 60)), to(rgb(80, 80, 80)));
	color: rgb(250, 250, 250);
	text-shadow: -1px -1px 0 rgb(70, 70, 70);
	-moz-box-shadow: inset 0 0 1px rgb(150, 150, 150), inset 0 -.05em .4em rgb(80, 80, 80), 0 .1em 0 rgb(30, 30, 30), 0 .1em .1em rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 0 0 1px rgb(150, 150, 150), inset 0 -.05em .4em rgb(80, 80, 80), 0 .1em 0 rgb(30, 30, 30), 0 .1em .1em rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 1px rgb(150, 150, 150), inset 0 -.05em .4em rgb(80, 80, 80), 0 .1em 0 rgb(30, 30, 30), 0 .1em .1em rgba(0, 0, 0, .3);
	margin-top: -4px;
}

/* Light style for display on dark background. */
kbd.light, .light-keys kbd, .key.light, .light-keys .key {
	background: rgb(250, 250, 250);
	background: -moz-linear-gradient(top, rgb(210, 210, 210), rgb(255, 255, 255));
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(210, 210, 210)), to(rgb(255, 255, 255)));
	color:  rgb(50, 50, 50);
	text-shadow: 0 0 2px rgb(255, 255, 255);
	-moz-box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(130, 130, 130), 0 .11em 0 rgba(0, 0, 0, .4), 0 .1em .11em rgba(0, 0, 0, .9);
	-webkit-box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(130, 130, 130), 0 .11em 0 rgba(0, 0, 0, .4), 0 .1em .11em rgba(0, 0, 0, .9);
	box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(130, 130, 130), 0 .11em 0 rgba(0, 0, 0, .4), 0 .1em .11em rgba(0, 0, 0, .9);
	margin-top: -4px;
}
#menu .description { color: white; font-size: 12px; padding-bottom: 15px; }
#menu form { margin-top: 20px; }
#searchbox { border: 0; outline: 0; position: absolute; right: 120px; background: #DDD; width: 220px; display: block; }
.sticky #searchbox { background: #444; color: #CCC; height: 28px; }
.sticky #searchbox.searchboxcal { background: #DDD; color: #222; }
#searchbutton { padding: 4px 10px; color: #000; background: #E8E8E8; border: 0; outline: 0; font-size: 12px; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; }
#searchbutton:hover { color: #FFF; background: #AAA; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; }
.description kbd { float: none; padding: 2px; margin: 0 2px; }

#monthnames { clear:both;  color:#444; font-size: 12px; }
#monthnames div { float:left; width: 100px; margin: 5px; }
#diffnoimage { width: 100px; height: 100px; margin: 2px 5px; float:left; text-align:left; color: #444; font-size:9px; }
#diffnoimage div { margin-top: 11px; height: 75px; background: rgba(225, 225, 225,0.6); }
#difmonth { text-align:left; width: 100px; height: 100px; margin: 2px 5px; float:left; color:#444; font-size:9px; }
#difmonth img { margin-top: 11px; float:left; }
#calimage { float:left;  width:100px; margin: 2px 5px; text-align: left; font-size:9px; color:#444;  }
#calimage img { margin-top: 11px; float:left; }
#noimage { width: 100px; height: 100px; margin: 2px 5px; float:left; text-align:left; font-size:9px; color:#444;  }
#noimagediv { margin-top: 11px; height: 75px; background: rgba(225, 225, 225,1); }
.daycolour { background-color:#AAA; padding: 1px 3px; margin-bottom: -2px; color: #FFF; }
#calhead { width: 770px; padding:5px 10px; height: 13px; margin: 00px auto 00px auto; color: #AAA; }
.cal_current { font-size:12px; font-weight:bold; text-transform:uppercase; }

#thecal { padding: 10px; margin: 40px auto 20px auto;  width: 770px; clear:both; } 


.cal_prev {
    position: absolute;
    margin-left: -145px;
    margin-top: 5px;
    top: 50%;
    width: 120px;
    font-size: 12px;
    overflow: hidden;
    text-align: left;
}
.cal_next {
    position: absolute;
    margin-top: 5px;
    top: 50%;
    margin-left: 795px;
    width: 120px;
    font-size: 12px;
    text-align: right;
    overflow: hidden;
}
.cal_prev a.text { display: block; padding: 10px 0 10px 10px; color: #000; background: #DDD; position: relative; z-index: 9; }
.cal_next a.text { display: block; padding: 10px 10px 10px 0; color: #000; background: #DDD; position: relative; z-index: 9; }
.cal_prev form { display: block; padding: 10px 0 10px 10px; color: #000; background: #DDD; position: relative; z-index: 9; }
.cal_next form { display: block; padding: 10px 10px 10px 0; color: #000; background: #DDD; position: relative; z-index: 9; }
.cal_prev form input, .cal_next form input { background: transparent; border: 0; }
.cal_prev:hover a.text { color: #FFF; background: #AAA; }
.cal_next:hover a.text { color: #FFF; background: #AAA; }
.cal_prev:hover form { color: #FFF; background: #AAA; }
.cal_next:hover form { color: #FFF; background: #AAA; }
.calendar_container { position: relative; vertical-align: middle; top: 50%; transform: translateY(-50%); }
#mobile { display: none; }
#desktop { display: block; }
.search-icon { display: none; }
.search-field { opacity: 0; }
@media only screen and (min-width: 900px) and (max-width: 1100px) {
	.cal_prev { transform: rotate(-90deg); margin-left: -95px; }
	.cal_next { transform: rotate(90deg); margin-left: 745px; }
}
@media only screen and (max-width: 899px) {
#mobile { display: block; margin: 0 auto; width: 370px; }
#desktop, #calhead { display: none; }
#toggle-cal { display: none !important; }
.menu_social { bottom: 100px !important; }
#menu a#link_random { display: none; }
.calmobimage { float:left; padding:2px; }
#calheadmob { display: block; }
#thecalmob { display: block; }
#monthmob { float:left; width: 33%; text-align:center; font-size:9px; margin-bottom:10px; color:white; font-weight:bold; }
#monthmob a { text-decoration:none; color:white; width:100% }
#monthmob div { border:1px solid #CCC; padding:5px; margin-right:2px; }
#monthmob form { display: block; padding: 5px 10px; color: #000; background: #DDD; position: relative; z-index: 9; }
#monthmob form input { background: transparent; border: 0; }
#monthmob:hover form { color: #FFF; background: #AAA; }
.search-box, .close-icon { display: none !important; }
.search-icon { display: block; }
.search-field { opacity: 1; }
body { background-color: #f4f4f4; }
}
	.menu_social { display: block !important; position: relative; left: 0; top: 10px; }
	.menu_social a { display: inline !important; padding: 0 !important; border: none !important; }
	.menu_social { position: relative; top: 10px; left: 0px; transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; }
	.menu_social ul { list-style: none; margin: 0; padding: 0; }
	.menu_social ul li { display: inline-block; margin-right: 10%; width: 15px; height: 15px; text-indent: 100%; white-space: nowrap; overflow: hidden; background-repeat: no-repeat; background-size: 15px; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; }
	.menu_social ul li:hover { transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; }
	.menu_social ul li.instagram { background-image: url('../img/instagram_light.png'); background-position: -15px 0px; background-size: 30px; }
	.menu_social ul li.twitter { background-image: url('../img/twitter_light.png'); background-position: 0px -15px; }
	.menu_social ul li.fivehundredpx { background-image: url('../img/500px_light.png'); background-position: 0px 0px; background-size: 30px; }
	.menu_social ul li.flickr { background-image: url('../img/flickr_light.png'); background-position: 0px 0px; }
	
	.menu_social ul li.instagram:hover { background-position: 0px 0px; }
	.menu_social ul li.twitter:hover { background-position: 0px 0px; }
	.menu_social ul li.fivehundredpx:hover { background-position: -15px 0px; }
	.menu_social ul li.flickr:hover { background-position: 0px -15px; }
	
.footer_social { float: right; top: 5px; }
	.footer_social ul li {margin-right: 5px; }
	.footer_social ul li.instagram { background-image: url('../img/instagram_dark.png'); }
	.footer_social ul li.twitter { background-image: url('../img/twitter_dark.png'); }
	.footer_social ul li.fivehundredpx { background-image: url('../img/500px_dark.png'); }
	.footer_social ul li.flickr { background-image: url('../img/flickr_dark.png'); }
	
.mobile_tags { display: none; }
.demo-holder-mob { display: none; }
@media only screen and (min-width: 1121px) and (max-width: 1260px) {
	.nextnav { transform: translateX(60px) rotate(90deg) !important; 
		transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out;
	}
	.nextnav .prevnextthumb { display: none; }
	.prevnav { transform: translateX(-60px) rotate(-90deg) !important; /* margin-left: -80px !important;  */
		transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out;
	}
	.prevnav .prevnextthumb { display: none; }
}

@media only screen and (max-width: 1120px) {
	.title a, .title a:link, .title a:active, .title a:visited, .title a:hover { color: #FFF; }
	.hero_country { /* display: none; */ height: 280px; margin-top: -40px; }
	.mobile_tags { font-size: 14px; width: 33.3333%; float: left; display: block; }
	.mobile_tags a:hover { background: #efefef; color: #000; }
	.mobile_tags a {
		background: #e6e6e6;
	    width: 100%;
	    display: inline-block;
	    padding: 10px 0;
	    color: #000;
	}
	.infoareaMOB { padding: 15px 0; margin-top: 35px; }
	.infoareaMOB ul { padding-left: 0; }

	section.box { margin: 0; padding-top: 70px; padding-bottom: 0; min-height: calc(100vh - 110px); }
	#section_container { margin: 0 10px !important; width: auto !important; }
	.prevnav, .nextnav, .infobar, .header_social { display: none !important; }
	.infoarea { background: none; margin-bottom: 0; padding: 20px 10px; }
	.tim_box { width: 32%; }
	header.panel-header { width: 100%; z-index: 10; text-align: center; 
  background: #000;
/*  transition: all 0.8s ease; */
  padding: 10px 0;
  min-height: auto;
}
header .title { font-size: 24px; height: 23px !important; color: #FFF; transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; }
header .titleline { width: 250px !important; color: #FFF; background: #FFF;
    background-image: linear-gradient(to right, #444, #FFF, #444);
	transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
	 .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { background-color: #FFF !important; width: 24px !important; height: 1px !important; }
/*	 .hamburger--spring .hamburger-inner::before { top: 6px !important; }
	 .hamburger--spring .hamburger-inner::after { top: 12px !important; } */
	 .hamburger-white, .hamburger-white::before, .hamburger-white::after { background-color: #FFF !important; }
	 .hamburger-cal, .hamburger-cal::before, .hamburger-cal::after { background-color: #000 !important; }
	 #toggle-menu { padding: 2px 0px !important; right: 10px !important; z-index: 21 !important; }
	 #toggle-cal { top: 16px !important; left: 16px !important; transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; display: none; }
	 #searchbox { left: 16px !important; background: #444; color: #CCC; height: 28px; }
	 .close-icon { left: 206px !important; }
	 .close-icon:after {
    width: 10px !important;
    height: 10px !important;
    background-color: #888 !important;
    padding: 2px 3px 3px 3px !important;
    color: #000 !important;
    font-size: 10px !important;
	}
	.result {
    top: 40px !important;
    background: #000 !important;
}
#search #searchbutton {
    background: #444 !important;
    color: #ddd !important;
}
.result p {
    color: #CCC !important;
}
.result p:hover {
    background: #222 !important;
}
	 .search-box { top: 11px !important; }
	 
	 .hamburger-box { width: 30px !important; }
	 #menu { width: calc(100% - 50px) !important; }
	 #menu .description, kbd { display: none; }
	 #searchbox, #searchbutton { padding: 10px; }
	
	
	
	
	.hero_title h2 { font-size: 52px; }
/* 	.hero_image { background-size: auto 400px; background-position-y: 0; } */
	
	.summary { margin-top: 0; }
	
	#comments { padding-bottom: 0; padding-top: 0; }
	form dt, dl.labels dt { float: none; width: 100%; margin: 18px 0 6px 0; font-size: 14px; }
	form dd, dl.labels dd { margin-left: 0; }
	#comments input, #comments textarea { width: 100%; font-size: 14px; } 
	#comments .submit input { margin-top: 18px; padding: 15px 0; background: #d6d6d6; }
	
	.box-archive { padding: 0px 0 40px 0; }
	.demo-holder { display: none; }
	.demo-holder-mob { display: block; }
	.demo-holder-mob .content {
/* 		margin-left: 1%; */
		margin: 10px; display: grid; grid-gap: 10px; grid-template-columns: 1fr 1fr 1fr;
	}
	.demo-holder-mob .content .gallerysmaller {
		height:0;overflow:hidden; width: 19% !important;
	}
	.demo-holder-mob .content .photorollermob { 
/* 		width:32%;height:auto;float:left;margin-right:1%; margin-bottom: 1%; position: relative; */
		width:100%;height:auto;margin: 0; position: relative; height: calc((((100vw - 55px) / 3) / 3) * 2);
	}
	.demo-holder-mob .content .photonoroller { 
/* 		width:32%;height:auto;float:left;margin-right:1%; margin-bottom: 1%; position: relative; */
		width:100%;height:auto;margin: 0; position: relative; height: calc((((100vw - 55px) / 3) / 2) * 2);
	}
	.demo-holder-mob .content .photorollermob img {
		width:100% !important;height:auto !important;  height: calc((((100vw - 55px) / 3) / 3) * 2) !important; 
	}
	.titlecard p.boxtitle { font-size: 18px; margin-bottom: 24px; font-weight: 100; }
	.photonoroller .titlecard p.photo-count { font-size: 14px; top: 5px; right: 5px; }
	.photonoroller .titlecard p.photo-count:before { content: ''; top: -120px; }
	.titlecard p { font-weight: 100; }
	
	.mobile_image { display: block; }
	.mobile_image img { width: auto; float: right; padding: 0 0 10px 10px; }
	.addthis_inline_share_toolbox { display: none; }
}

@media only screen and (max-width: 900px) {
	.FotomotoToolbarClass { display: none; }
}

@media only screen and (max-width: 450px) {
	.demo-holder-mob .content .photorollermob { height: calc((((100vw - 45px) / 2) / 3) * 2); }
	.demo-holder-mob .content .photonoroller { height: calc((((100vw - 45px) / 2) / 1.6) * 2); }
	.demo-holder-mob .content .photorollermob img { height: calc((((100vw - 45px) / 2) / 3) * 2) !important; }
	.demo-holder-mob .content {
		grid-template-columns: 1fr 1fr;
	}
/*
	.demo-holder-mob .content .photorollermob { 
		width:49%;height:auto;float:left;margin-right:1%; margin-bottom: 1%; position: relative;
	}
*/
	.tim_box { width: 49%; }
	.mobile_image { display: block; }
	.mobile_image img { width: 100%; float: none; padding: 0; }
}

.FotomotoToolbarClass {
	margin-top: 3px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #e8e8e8 !important;
    height: 24px !important;
}
.FotomotoToolbarClass a:link, .FotomotoToolbarClass a:visited { color: #000 !important; }
.FotomotoToolbarClass a:hover { color: #FFF !important; text-decoration: none !important; }

html > body ul.FotomotoBar .FotomotoSeparator {
	display: none !important;
}

html > body ul.FotomotoBar li.FotomotoPrintButton {
	padding: 0px 10px;
    margin: 0px 0 0 -10px;
    height: 24px !important;
}
html > body ul.FotomotoBar li.FotomotoCardButton {
	padding: 0px 10px;
    margin: 0px 0 0 0;
    height: 24px !important;
}
html > body ul.FotomotoBar li.FotomotoLicenseButton {
	padding: 0px 10px;
    margin: 0px 0 0 0;
    height: 24px !important;
}
html > body ul.FotomotoBar li.FotomotoECardButton {
    padding: 0px 10px;
    margin: 0px -10px 0 0;
    height: 24px !important;
}
html > body ul.FotomotoBar, html > body ul.FotomotoBar a, html > body ul.FotomotoBar a.FotomotoBarLink {
	line-height: 24px !important;
}
html > body ul.FotomotoBar li.FotomotoPrintButton:hover, html > body ul.FotomotoBar li.FotomotoCardButton:hover, html > body ul.FotomotoBar li.FotomotoLicenseButton:hover, html > body ul.FotomotoBar li.FotomotoECardButton:hover {
	background: #AAA;
}

.search-box{
        position: absolute;
		top: 21px;
    	width: 100%;
    	z-index: 11;
	    transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
    	-webkit-transition: all 0.6s ease-in-out;
    }
    .sticky .search-box{
        top: 11px;
	    transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
    	-webkit-transition: all 0.6s ease-in-out;
	}
    .result{
        position: absolute;        
        z-index: 999;
        top: 50px;
        left: 0;
        height: 180px;
        overflow: hidden;
        background: #e8e8e8;
        text-align: center;
        opacity: 0;
    }
    .sticky .result {
	    top: 40px;
	    background: #000;
    }
    .sticky .resultcal {
	    background: #e8e8e8;
    }
    .search-box input[type="text"], .result{
        width: 100%;
        box-sizing: border-box;
    }
    .search-box input[type="text"]{
        height: 32px;
        padding: 5px 10px;
        border: 1px solid #CCCCCC;
        font-size: 14px;
        width: 300px;
    }
    /* Formatting result items */
    .result p{
        margin: 50px 0 0 0;
        padding: 7px 10px;
        cursor: pointer;
        width: 120px;
        text-align: center;
        font-size: 12px;
        min-height: 120px;
        display: inline-grid;
    }
    .result p:hover{
        background: #f2f2f2;
    }
    .sticky .result p {
	    color: #CCC;
    }
    .sticky .result p:hover{
        background: #222;
    }
    .sticky .resultcal p {
	    color: #222;
	}
    .sticky .resultcal p:hover{
        background: #f2f2f2;
    }
    #search #searchbutton {
	    border-radius: 0px;
	    background: #AAA;
	    color: #FFF;
	    margin-top: 30px;
	    width: 150px;
	    padding: 8px 5px;
	    font-size: 12px;
	    -webkit-transition: all .3s;
	    -moz-transition: all .3s;
	    -o-transition: all .3s;
	    -ms-transition: all .3s;
	    transition: all .3s;
	    position: absolute;
		left: 0;
    	right: 0;
    	margin: 10px auto;
    	outline: none;
    	border: 0;
    	cursor: pointer;
	}
	#search #searchbutton:hover {
		width: 180px;
	    -webkit-transition: all .3s;
	    -moz-transition: all .3s;
	    -o-transition: all .3s;
	    -ms-transition: all .3s;
	    transition: all .3s;
	}
	.sticky #search #searchbutton {
		background: #444;
		color: #ddd;	
	}
	
	.sticky #search .resultcal #searchbutton {
	    background: #AAA;
		color: #FFF;
	}
	.close-icon {
		border:1px solid transparent;
		background-color: transparent;
		display: inline-block;
		vertical-align: middle;
		outline: 0;
		cursor: pointer;
		position: absolute;
	    right: 120px;
	    top: 5px;
	    display: none;
	}
	.close-icon:after {
		content: "X";
	    display: block;
	    width: 15px;
	    height: 15px;
	    background-color: #ccc;
	    z-index: 1;
	    padding: 3px 2px 2px 2px;
	    border-radius: 50%;
	    text-align: center;
	    color: #777;
	    font-weight: normal;
	    font-size: 12px;
	    cursor: pointer;
	}
	.sticky .close-icon:after {
   		width: 10px;
   		height: 10px;
    	background-color: #888;
    	padding: 2px 3px 3px 3px;
    	color: #000;
    	font-size: 10px;
	}
	.close-icon-cal {
		top: 2px;
	}
	.sticky .close-icon.close-icon-cal:after {
	    width: 15px;
	    height: 15px;
	    background-color: #ccc;
	    padding: 3px 2px 2px 2px;
	    color: #777;
	    font-size: 12px;
	}
	.search-box:not(:valid) ~ .close-icon {
		display: none;
}



.search-icon {
    border: 1px solid #ddd;
    border-radius: 50%;
    position: absolute;
    left: 18px;
    top: 17px;
    width: 12px;
    height: 12px;
    -webkit-transition: all .3s;
	    -moz-transition: all .3s;
	    -o-transition: all .3s;
	    -ms-transition: all .3s;
	    transition: all .3s;
}
.search-icon.active {
	transform: rotate(90deg);
	-webkit-transition: all .3s;
	    -moz-transition: all .3s;
	    -o-transition: all .3s;
	    -ms-transition: all .3s;
	    transition: all .3s;
}
.search-icon::before {
    width: 2px;
    height: 8px;
    position: absolute;
    content: "";
    left: 13px;
    top: 11px;
    background: #ddd;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.search-icon:hover {
	cursor: pointer;
}
.search-field {
	    position: absolute;
    top: 52px;
    background: black;
    width: 100%;
    height: 40px;
    display: none;
    overflow: hidden;
}
.search-field form { padding: 0 16px; }
.search-field #searchbox {
	width: 100%;
	left: 0 !important;
	z-index: 10;
	position: relative;
}

/* SLIDESHOW */
#hidden-content {
    width  : 1000px;
    height : 666px;
    position: relative;
    padding: 0px;
    overflow: hidden;
    display: none;
}
#hidden-content .fancybox-close-small { display: none; }
#hidden-content .info {
	position: absolute; 
	z-index: 99; 
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
#hidden-content .info .fancy-play {
	width: 70px;
	height: auto;
	cursor: pointer;
}
#hidden-content .info p {
	margin-bottom: 0;
	color: #FFF;
}
#hidden-content h2 {
	font-size: 82px;
	font-weight: 100;
	color: white;
	text-transform: lowercase;
	margin-bottom: 20px;
	margin-top: 0;
}
.fancybox-progress { background: #c71701 !important; }
.FotomotoECardButton { display: none !important; }