/*
	Parallelism by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		position: relative;
		background-color: #555;
		color: #999;
		color: rgba(0,0,0,0.6);
		font-family: 'Didact Gothic';
		font-weight: 700;
		letter-spacing: .1em;
	}

ha {
	text-align: center;
	font-size: 3em;
	display: block;
	width: 100%;
	margin-top: 3em;
	color: #f0f0f0;
	letter-spacing: .5em;
}

#rotator {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
}

.center {
	text-align: center;
	width: 100%;
}

small {
	font-size: 65%;
}

.gray,
gray {
	color: gray !important;
}

.gray {
	text-decoration: none !important;
}
	.bg-cover {
		position: absolute;
		left: -50px;
		right: -50px;
		top: -50px;
		bottom: -50px;
		background-color: black;
		background-size: cover;
		background-position: center;
		-webkit-filter: 	blur(30px);
		-moz-filter: 		blur(30px);
		-o-filter: 			blur(30px);
		-ms-filter: 		blur(30px);
		filter: 			blur(30px);

	}

	.orange {
		background-color: orange;
	}
	a
	{
		color: #333;
		text-decoration: none;
		outline: none;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
  		-webkit-tap-highlight-color: transparent;
	}

		.inner a {
			border-bottom: 1px dotted gray;
		}
	
		a:hover
		{
			color: #f90;
		}

		.section {
			font-size: 32pt;
		}

		.copyright a {
			font-size: .6em;
			font-weight: 400;
			color: #eee;
		}

	h1,h2,h3,h4,h5,h6
	{
		font-weight: 400;
		color: #fff;
	}

	strong, b
	{
		font-weight: 600;
	}
	
	/* List */
	
		ul
		{
		}

			ul.contact
			{
				cursor: default;
				margin: 0 0 1em 0;
				font-size: 1.2em;
			}
			
				ul.contact li
				{
					display: inline-block;
				}
				
				ul.contact li span
				{
					display: none;
				}
				
				ul.contact li a
				{
					opacity: 0.35;
					color: #eee;
					-moz-transition: opacity 0.25s ease-in-out;
					-webkit-transition: opacity 0.25s ease-in-out;
					-o-transition: opacity 0.25s ease-in-out;
					-ms-transition: opacity 0.25s ease-in-out;
					transition: opacity 0.25s ease-in-out;
				}
				
					ul.contact li a:hover
					{
						opacity: 1.0;
					}

					ul.contact li a::before {
						text-shadow: 0 1px 3px rgba(0,0,0,.4);
					}
	
	/* Item */

		.item
		{
			text-align: center;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			float: left;
		}

			.item.thumb
			{
				display: block;
				position: relative;
				cursor: default;
				background-size: cover;
				background-position: center;
				background-repeat: no-repeat;
				transition: opacity .5s ease;
				/*filter:blur(1px);*/
				opacity: .25;

			}

				.item.thumb h2
				{
					position: absolute;
					bottom: 0;
					left: 0;
					right: 0;
					background-color: #1a1f2c;
					background-color: rgba(18,21,29,0.65);
					background-size: cover; 
					padding: 1em .5em;
					font-weight: 400;
					line-height: 1em;
					z-index: 2;

				}
				
				.item.thumb img
				{
					display: block;
					z-index: 1;
				}

				.item.thumb a {
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					background-size: cover;
					background-position: center;
					background-repeat: no-repeat;
					border-radius: 3px;
				}


/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

	#wrapper
	{
		position: relative;
		z-index: 1;
	}
	
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		background-color: white;
	}
	
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#title {
		position: absolute;
		left:0;
		background-color: #fff;
		color: #333;
		padding: 2em;
		letter-spacing: 0;
		font-weight: 400;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		text-align: justify;
		overflow: auto;
		box-shadow: 0px 0px 0px 10px white;
		border: 5px solid white;
		border-right: 0;
		text-align: center;
	}

#title .inner {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: relative;
	top:0;
	display: none;
}

.inner p {
	text-align: justify;
}
	#title h1,h3,h4,h5,h6 {
		font-size: 1.5em;
		text-align: center;
		color: #222;
	}

	#title h2 {
		font-size: .9em;
		text-align: center;
		color: #666;
	}

	#title h3 {
		font-size: .9em;
	}

	#title p {
		text-indent: 1em;
	}
	#title p:first-letter {
		font-weight: 700;
		color: #f90;
	}

/*	.mCustomScrollBox {
			 	width: 100% !important;
		display: table;
	}*/
/*	 .mCSB_container {
		display: table;
		vertical-align: middle;
		line-height: normal;
		height: 100%;
		width: 100%;
	}*/
	#header
	{
		position: relative;
		cursor: default;
	}
	
		#header p
		{
			opacity: 0.85;
		}

.pluso-110010011010-04 .pluso-wrap a {
    margin: 0px !important;
}

.pluso-more {
	display: none !important;
}

.pluso-counter {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.mainmenu {
	text-align: center;
	text-transform: uppercase;
	font-size: 120%;
	background-color: #f60;
	line-height: 3em;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100600;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
}

.mainmenu a {
	padding: 0 1em 1em 1em;
	color: #fff;
	border: none;
	text-shadow: 0 0 3px rgba(0,0,0,.1) !important;
}

.mainmenu a:hover i{

	text-shadow: 0 0 5px rgba(255,255,200,.7) !important;
}

.row {
	text-align: center;
	position: relative;
}

#photo {
	position: relative;
	border-radius: 4px;
	max-height: 75%;
	max-width: 100%;
	z-index: 100500;
	margin-top: 10px;
	/*margin-bottom: 100px;*/
}

.photo {
	display: inline-block;
	position: relative;
	border-radius: 10px;
	max-height: 75%;
	max-width: 90%;
	z-index: 100500;
	margin-top: 100px;
	margin-bottom: 50px;
}

label {
	/*position: relative;*/
	top: -50px;
	font-size: 1.1em;
	font-weight: 400;
	/*color: white;*/
	content: attr('title');
	text-shadow: 0 1px 5px  rgba(0,0,0,.3);
}

.megashadow {
	box-shadow: 0 5px 25px  rgba(0,0,0,.3);
}

#i_scr-b
{
	position:fixed;
	cursor:default;
	bottom:00px;
	left:0;
	height:5px;
	width:100%;
	background:#ccc;
	
	 -o-transition: all 1s ease;
	-ms-transition: all 1s ease;
   -moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
		transition: all 1s ease;
}

#i_scr-s
{
	position:absolute;
	cursor:default;
	bottom:0;
	left:0;
	height:100%;
	width:5px;
	background:#444;
	border-radius: 2px;
}


.fa-500px::before {
	font-size: 90%;
}

.article::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 1 !important;
	border: 5px solid white;
}


[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'navfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


[class^="icon-"]:before, [class*=" icon-"]:before {
	vertical-align: middle;
	color: #eee;
}

[class^="icon-"]:hover, [class*=" icon-"]:hover {
	text-shadow: 0 0 3px rgba(255,255,192,.5);
}

.home {
	font-size: 1.5em;
}

.icon-other:before {
    content: "\e900";
}
.icon-travel:before {
    content: "\e901";
  cursor: pointer;
}
.icon-info:before {
    content: "\e902";
  cursor: pointer;
}
.icon-people:before {
    content: "\e903";
}
.icon-art:before {
    content: "\e904";
}
.icon-nature:before {
    content: "\e905";
}
.icon-prev:before {
    content: "\e906";
}
.icon-next:before {
    content: "\e907";
}
.icon-up:before {
    content: "\e908";
}
.icon-home:before {
    content: "\e90a";
}
.icon-pin:before {
    content: "\e90b";
}
.icon-awards:before {
	content: "\e90c";
	font-size: .9em;
  cursor: pointer;
}

				ul.contact li a
				{
					border-bottom: none;
				}

.awards:nth-child(even) {
	background-color: #eee !important;
}

quote {
	position: relative;
	display: block;
	font-style: italic;
	color: #888;
	padding-left: 3em;
	margin-top: .2em;
}

quote::after {
	font-size: 90%;
	color: #666;
	content: attr(author);
	position: absolute;
	bottom: -1em;
	right: 3em;
	display: inline-block;
	height: 2em;
}

.ya-share2__container_size_m .ya-share2__icon {
/*	height: 1.6em !important;
	width: 1.6em !important;
	font-size: 1.6em;*/
}

.ya-share2__container_size_m .ya-share2__counter {
    /*line-height: 2.7 !important;*/
}

.ya-share2__counter::before {
	background: none;
}

.ya-share2__badge {
  background-color: transparent !important;
  opacity: .5;
  transition: all .5s ease;
}

.ya-share2__badge:hover {
  opacity: 1;
}

/* Alignment styles for images, videos and iframes in editable regions */

/* Center (default) */
[data-editable] iframe,
[data-editable] image,
[data-editable] [data-ce-tag=img],
[data-editable] img,
[data-editable] video {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/* Left align */
[data-editable] .align-left {
    clear: initial;
    float: left;
    margin-right: 0.5em;
}

/* Right align */
[data-editable].align-right {
    clear: initial;
    float: right;
    margin-left: 0.5em;
}

/* Alignment styles for text in editable regions */
[data-editable] .text-center {
    text-align: center;
}

[data-editable] .text-left {
    text-align: left;
}

[data-editable] .text-right {
    text-align: right;
}


pictitle {
	display: inline-block;
	position: absolute;
	left: 50px;
	right: 50px;
	top: 0;
	line-height: 62px;
	transition: opacity .5s ease-in-out;
	color: white;
}

/* Basic Styles */

.nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 10000;
    min-height: 3em;
    margin-bottom: 1em;
}

.nav span {
    display: inline-block;
    height: 28px;
    margin: 0 10px;
    font-size: 24pt;
    opacity: .3;
    transition: opacity .5s ease;
}

.container {
	position: relative;
	width: 100%;
	overflow: hidden;
  	text-align: center;
     text-transform: uppercase; 
     background-color: #f60;
}

/* Toggle Functionality */
#toggle {
  display: none;
}

#toggle:checked ~ .toggle-container .button-toggle {
  box-shadow: 0 0 0 650px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}
#toggle:checked ~ .toggle-container .button-toggle:before {
  transform: translateY(-50%) rotate(45deg) scale(1);
}
#toggle:checked ~ .toggle-container .button-toggle:after {
  transform: translateY(-50%) rotate(-45deg) scale(1);
}
#toggle:checked ~ .navmenu {
  pointer-events: auto;
  transform: translate(50px, -6px);
}
#toggle:checked ~ .navmenu .nav-item {
  color: #ffffff;
  letter-spacing: 0;
  margin-top: 0;
  opacity: 1;
  transform: scaleY(1);
  transition: 0.25s, opacity 0.1s;
  margin: 0 20px;
}
#toggle:checked ~ .navmenu .nav-item:nth-child(1) {
  transition-delay: 0.15s;
}
#toggle:checked ~ .navmenu .nav-item:nth-child(1):before {
  transition-delay: 0.15s;
}
#toggle:checked ~ .navmenu .nav-item:nth-child(2) {
  transition-delay: 0.1s;
}
#toggle:checked ~ .navmenu .nav-item:nth-child(2):before {
  transition-delay: 0.1s;
}
#toggle:checked ~ .navmenu .nav-item:nth-child(3) {
  transition-delay: 0.05s;
}
#toggle:checked ~ .navmenu .nav-item:nth-child(3):before {
  transition-delay: 0.05s;
}
#toggle:checked ~ .navmenu .nav-item:nth-child(4) {
  transition-delay: 0s;
}
#toggle:checked ~ .navmenu .nav-item:nth-child(4):before {
  transition-delay: 0s;
}
#toggle:checked ~ .navmenu .nav-item:before {
  opacity: 0;
}
#toggle:checked ~ .dummy-content {
  /*padding-top: 30px;*/
}
#toggle:checked ~ .dummy-content:before {
  /*background-color: rgba(0, 0, 0, 0.3);*/
}

#toggle:checked ~ pictitle {
	opacity: 0;
}

/* Toggle Button */
.button-toggle {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 22px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  transition: 0.6s;
}
.button-toggle:hover {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}
.button-toggle:before, .button-toggle:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: 0.5s;
}
.button-toggle:before {
  transform: translateY(-50%) rotate(45deg) scale(0);
}
.button-toggle:after {
  transform: translateY(50%) rotate(-45deg) scale(0);
}

/* Menu */
.navmenu {
  /*display: inline-block;*/
  margin: 22px;
  height: 20px;
  pointer-events: none;
  transition: 0.5s;
  /*background-color: #f60;*/
  z-index: 100500;
  position: relative;
  text-align: left;
}

.nav-item {
  position: relative;
  display: inline-block;
  /*float: left;*/
  /*clear: both;*/
  color: transparent;
  /*font-size: 14px;*/
  letter-spacing: -6.2px;
  height: 7px;
  line-height: 7px;
  text-transform: uppercase;
  white-space: nowrap;
  transform: scaleY(0.2);
  transition: 0.5s, opacity 1s;
}
.nav-item:nth-child(1) {
  transition-delay: 0s;
}
.nav-item:nth-child(1):before {
  transition-delay: 0s;
}
.nav-item:nth-child(2) {
  transition-delay: 0.05s;
}
.nav-item:nth-child(2):before {
  transition-delay: 0.05s;
}
.nav-item:nth-child(3) {
  transition-delay: 0.1s;
}
.nav-item:nth-child(3):before {
  transition-delay: 0.1s;
}
.nav-item:nth-child(4) {
  transition-delay: 0.15s;
}
.nav-item:nth-child(4):before {
  transition-delay: 0.15s;
}
.nav-item:nth-child(1) {
  letter-spacing: -8px;
}
.nav-item:nth-child(2) {
  letter-spacing: -7px;
}
.nav-item:nth-child(n + 2) {
  letter-spacing: -8px;
  margin-top: -7px;
  opacity: 0;
}
.nav-item:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: translateY(-50%) scaleY(5);
  transition: 0.5s;
}

/* Dummy Content */
.dummy-content {
  position: relative;
  text-align: center;
  transition: 0.5s;
}
.dummy-content:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #555;
  z-index: 2;
  transition: 0.5s;
}

.dummy-content .row {
	z-index: 100;
}

/* Awards page*/
.line {
	overflow: auto;
	position: relative;
	display: table;
	padding: 10px 0;
	/*margin: 10px;*/
	width: 100%;
	max-width: 100%;
	height: 360px;
	/*white-space: nowrap;*/
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	z-index: 200;
}
.awphoto {
	display: inline-block;
	position: relative;
	border-radius: 8px 0 0 8px;
	margin: 1em 5em;
	box-shadow: 0 2px 15px rgba(0,0,0,.4);
	float: right;
	white-space: nowrap;
}
.span {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.2em;
	text-align: center;
	color: white;
}

.span a { color: orange; }

.awphoto a {
	padding:0;
	vertical-align: bottom;
}
.awphoto img, iframe {
	vertical-align: top;
	max-height: 300px;
}

.awphoto a:first-child img {
	border-radius: 8px 0 0 8px;
}

stamp {
	position: absolute;
	top: 30%;
	transform: rotate(90deg);
	padding:.5em 2em;
	margin-left: -2em;
	background-color: #ff6600;
	color: white;
	border-radius: 5px 5px 0 0;
	z-index: -1;
}
