@charset "UTF-8";
@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@font-face {
	font-family: 'Modern-UI-Icons---Drawing';
	src:url('Modern-UI-Icons---Drawing.eot');
	src:url('Modern-UI-Icons---Drawing.eot?#iefix') format('embedded-opentype'),
		url('Modern-UI-Icons---Drawing.woff') format('woff'),
		url('Modern-UI-Icons---Drawing.ttf') format('truetype'),
		url('Modern-UI-Icons---Drawing.svg#Modern-UI-Icons---Drawing') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Modern-UI-Icons---Drawing';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/*
 *
 *
 */
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

.contact_header {
	font-weight: bold;
	display: inline-block;
	width: 4.5em;
}

.contact_right .contact_header {
	width: 6em;
}

.contact_right h2, .contact_left h2 {
	color: #666;
	margin: 0.5em 0em;
}

.contact_right div, .contact_left div {
	margin: 0.2em;
}

.contact_right input {
	border: 1px solid #CCC;
	width: 15em;
}

.contact_right #buttons {
	margin: 1em;
	text-align: center;
}

.contact_right input[type=submit], .contact_right input[type=reset] {
	border: 1px solid #CCC;
	width: 8em;
	height: 1.8em;
}

.contact_right textarea {
	border: 1px solid #CCC;
	width: 15em;
	height: 3em;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	height: 100%;
  	background: #212121;
	color: #ccc;
}

a:focus {
  outline: thin dotted;
}

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

h1 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 2em;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

#nav ul, #nav ol, #social-buttons ul, #social-buttons ol {
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, #nav ul, #nav ol, #social-buttons ul, #social-buttons ol {
  margin: 0;
}

h3 {
	display: block;
	background: #C8C8C8;
	padding: 0.2em;
	margin: 0.5em 0em;
}

a {
  text-decoration: none;
}

body {
  width: 100%;
  min-width: 20em;
}

.highlight {
  background: #fff699;
  padding: 0 0.5em;
}

.prose ul, .prose ol {
  list-style: outside disc;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.prose p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.prose p.small {
  font-size: 1em;
  line-height: 1.0em;
  margin-bottom: 0.5em;
}
.prose p.medium {
  color: #666;
  font-size: 0.875em;
  line-height: 1.71429em;
  margin-bottom: 1.71429em;
}
.prose p:last-child {
  margin-bottom: 0;
}
.prose h1 {
  font-size: 1.875em;
  line-height: 1.2em;
  margin-bottom: 0.4em;
}
.prose h2 {
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: 0.5em;
}
.prose a {
  color: #08d4ff;
  text-decoration: none;
  outline: none;
}
.prose a:focus, .prose a:hover {
  color: #4ab336;
}

.block {
  position: relative;
  margin: 0 auto;
  padding: 0.5em 4.75em;
}

.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: url("../img/close-btn.svg") left center no-repeat;
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .close-btn {
  background-image: url("../img/close-btn.png");
}
.close-btn:focus, .close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.nav-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: url("../img/nav-icon.svg") left center no-repeat;
  background-size: 1.875em 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .nav-btn {
  background-image: url("../img/nav-icon.png");
}
.nav-btn:hover, .nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}

#inner-wrap {
  height: 100%;
  width: 100%;
}

#nav {
  z-index: 2;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto !important;
  color: #fff;
}
#nav .close-btn {
  display: none;
}
#nav .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#nav .block {
  position: relative;
  padding: 0.75em 1.25em;
}
#nav ul {
  *zoom: 1;
  display: block;
}
#nav ul:before, #nav ul:after {
  content: "";
  display: table;
}
#nav ul:after {
  clear: both;
}
#nav li {
  display: block;
}
#nav li a {
  display: block;
  color: #ccc;
  font-size: 0.875em;
  line-height: 1.28571em;
  font-weight: bold;
  outline: none;
}
#nav li a:focus, #nav li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
#nav li.is-active a {
  color: #fff;
}

header {
	position: fixed;
	top: 0; left: 0; right: 0;
	font-family: 'Ubuntu', sans-serif;
	background: #212121;
	color: white;
	height: 6em;
}

#top {
  z-index: 1;
  color: #ccc;
}
#top .block-title {
  margin: 0;
  font-size: 1.875em;
  line-height: 1.2em;
  text-align: center;
  white-space: wrap;
}
#top .titleback {
//  background: rgba(255,255,255,0.6);
//  color: black;
}
#top .nav-btn {
  position: absolute;
  top: 0.5em;
  left: 1.875em;
}

#main {
	background: white;
	color: #212121;
}

#main .block {
  padding: 2.625em 1.875em;
  max-width: 55em;
  background: #EEE;
}

footer[role="contentinfo"] {
	position: fixed;
	bottom: 0;
	left: 0; right: 0;
	z-index: 3;
	padding: 0.5em;

	background: #212121;
	color: #ccc;
}

#inner-footer {
	margin: auto;
	max-width: 70em;
}

  #social-buttons {
	text-align: right;
  }
  
  .clear {
	clear: both;
	font-size: 0.1em;
  }

  .bg img, .bgindex img {
	width: 100%;
	margin: 0px;
  }

  
  
@media screen and (min-width: 45.0625em) {
	article {
		font-size: 1.2em;
		min-height: 100%;
	}

	#main {
		padding-bottom: 3em;
	}
	
	.contact_left {
		float: left;
		width: 50%; 
	}
	
	.contact_right {
		float: right;
		width: 50%; 
	}
	

footer {
	height: 3em;
}	

  #top .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #nav .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav ul {
    text-align: center;
    white-space: nowrap;
  }
  #nav li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-right: none;
  }
  #nav li a {
    padding: 0.42857em 0.85714em;
  }
  #wibly {
	display: inline-block;
	float: left;
  }
  #social-buttons {
    width:230px; float:right;
  }
  
	.bgindex img {
	  padding-top: 6em;
	}
	.bgindex {
	  /*background: url("") top center;*/
		background-size: cover;
		margin-top: 6em;
		margin: 0px;
	}

	.bg {
	  /*background: url("/img/header.jpg") top center;*/
	  background-size: cover;
	  max-height: 23em;
	  margin-top: 6em;
	  overflow: hidden;
	}
}
@media screen and (max-width: 45em) {
	header {
		position: relative;
	}
	#top .block-title {
		padding-right: 0.5em;
		margin-left: 2em;
		text-align: right;
	}

/*	.bg {
		height: 13em;
		margin-top: 0em;
	}*/
  
  .block {
	padding: 0.4em;
  }
  
  .social-buttons {
	margin-bottom: 0.5em;
  }
  
	.gallery {
		width: 18em !important;
		margin: 1em 0em !important;
	}

  footer[role="contentinfo"] {
	position: relative;
	bottom: 0;
  }

  #nav {
    position: absolute;
    top: 0;
    padding-top: 5.25em;
  }
  #nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  #nav:target .close-btn {
    display: block;
  }
  #nav .close-btn {
    position: absolute;
    top: -3.75em;
    left: 1.875em;
  }
  #nav .block {
    position: relative;
    padding: 0;
  }
  #nav li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li.is-active:after {
    z-index: 1;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
  }
  #nav li a {
    padding: 0.85714em 2.14286em;
  }
  
  .js-ready #nav {
    height: 100%;
    width: 15em;
    background: #212121;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  }
  .js-ready #nav .block {
    background: transparent;
  }
  .js-ready #nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  .js-ready #nav {
    left: -15em;
  }
  .js-ready #inner-wrap {
    left: 0;
  }

  .js-nav #inner-wrap {
    left: 15em;
  }

  .csstransforms3d.csstransitions.js-ready #nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(15em, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(15em, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(15em, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(15em, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(15em, 0, 0) scale3d(1, 1, 1);
  }

  .csstransforms3d.csstransitions.js-ready #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(15em, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(15em, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(15em, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(15em, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(15em, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .csstransforms3d.csstransitions.js-nav #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


#photobox {
	display: none;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 500;
	background: rgba(0,0,0,0.8);
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

#photobox-inner {
	position: fixed;
	top: 2em; bottom: 2em; left: 2em; right: 2em;
	z-index: 500;
	max-height: 85%;
	background: #DDD;
	border-radius: 1em;
	text-align: center;
}

#photobox-footer {
	position: absolute;
	left: 0em; right: 0em; bottom: 0em;
	height: 2em;
}

.fs1 {
	position: absolute;
	font-size: 3em;
	z-index: 1000;
	top: 0em; right: 0em;
	height: 1em;
	text-align: right;
	color: black;
	background: #DDD;
	cursor: pointer;
}

#cycle-slideshow {
	position: absolute;
	top: 0em; left: 0em; right: 0em; bottom: 2em;
	text-align: center;
}

/*.cycle-slide {
	z-index: 650;
	max-width: 80%;
	margin: auto;
	max-height: 90%;
	vertical-align: center;
}*/

.cycle-slide, .cycle-slide-active {
	max-width: 90%;
}

.gallery {
	display: inline-block;
	width: 20em;
	margin: auto;
	background: #CCC;
	border-radius: 0.2em;
	margin: 3em 2em;
}

.gallery img {
	max-width: 90%;
	margin: 0.7em;
}

#galleries {
	text-align: center;
}

@media screen and (max-width: 20em) {
.gallery {
	width: 15em;
	margin: 1em;
}

#top .block-title {
	max-width: 80%;
	font-size: 1.3em !important;
}

#photobox-inner {
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	min-height: 100%;
	z-index: 500;
}

}
	
@media screen and (orientation:portrait) {
     /* Portrait styles */
     /*set width to 100px */

}
@media screen and (orientation:landscape) {
     /* Landscape styles */
     /* set width to 200px*/
	.cycle-slide, .cycle-slide-active {
		max-height: 90%;
	}
}
	
/* Social */
.social-buttons {
	display: inline-block;
}
.social-buttons li {
    color: #08D4FF;
    float: left;
    font-size: 11px;
    line-height: 22px;
    padding-left: 2px;
    text-transform: uppercase;
}
.social-buttons li:first-child {
    padding: 5px 8px 0 0;
}
.social-buttons li a {
    background: url("/img/social-buttons.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 31px;
    width: 31px;
}
.social-buttons li a.item-1 {
    background-position: 0 0;
}
.social-buttons li a.item-1:hover {
    background-position: 0 0;
    opacity: 0.5;
	margin-top:-5px;
}
.social-buttons li a.item-2 {
    background-position: -33px 0;
}
.social-buttons li a.item-2:hover {
    background-position: -33px 0;
    opacity: 0.5;
	margin-top:-5px;
}
.social-buttons li a.item-3 {
    background-position: -66px 0;
}
.social-buttons li a.item-3:hover {
    background-position: -66px 0;
    opacity: 0.5;
	margin-top:-5px;
}
.social-buttons li a.item-4 {
    background-position: -99px 0;
}
.social-buttons li a.item-4:hover {
    background-position: -99px 0;
    opacity: 0.5;
	margin-top:-5px;
}
