@charset "UTF-8";/*
=====================================================================
BASED ON:
*   Kreative v1.0 Layout Stylesheet
*   url: styleshout.com
*   09-26-2013
=====================================================================

   TOC:
   a. Common Styles
   b. Header Styles
   c. pattern section
   
   d. HOME / hexagons
   e. INFO
   f. NEWS
   g. MENU
   h. EVENTS
   i. GALERIA / Reveal
   j. KONTAKT / formularz
   k. FOOTER
   
   l. Responsiveslides
   m. News Post
   n. Blog Entries
   
   o. Media Queries

===================================================================== */


/* ================================================================== */

/* a. Common Styles

/* ================================================================== */

.section-head h2 { font: 45px/45px signika-bold, sans-serif; font-weight: normal; font-style: normal; }/*M*/
strong {font-family: signika-bold, sans-serif; font-weight: normal; font-style: normal;}
.desc { font: 17px/24px signika-regular, sans-serif; }
.Home { font: 20px/36px signika-light, sans-serif; }

/* Left clearing for flexible columns - columns that changes width in
different screen sizes. Makes columns with different heights align
properly.
--------------------------------------------------------------------- */
.first { clear: left; }   /* first column in default screen */
.m-first { clear: none; } /* first column in medium size screens */

/* Flex Slider
/* ------------------------------------------------------------------ */

/* Reset */
.flexslider a:active,
.flexslider a:focus  { outline: none; }
.slides, .flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.slides li { margin: 0; }

/* Necessary Styles */
.flexslider {
   position: relative;
   zoom: 1;
   margin: 0;
   padding: 0;
}
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
/* Suggested container for slide animation setups. Can replace this with your own */
.flex-container { zoom: 1; position: relative; }

/* Clearfix for .slides */
.slides:before,
.slides:after {
    content: " ";
    display: table;
}
.slides:after {
    clear: both;
}

/* ================================================================== */

/* b. Header Styles

/* ================================================================== */

header {
   height: 73px;
   width: 100%;
   z-index: 99999;
   background: url(../layout/pattern_base.png);
   background-repeat: repeat;
   background-position: top;
   position: fixed;
   top: 0;
   left: 0;
}
header.static {
   background: #fff;
   position: static;
}

/* header logos */

header .logo {
   position: relative;
   height: 65px;
   width: 190px;
   float: left;
}

header .logo a {
   display: block;
   padding: 0;
   margin: 0;
   height: 52px;
   width: 132px;
   line-height: 18px;
   position: relative;
   margin-left: 16px;
   margin-top: 5px;
   overflow: hidden;
}

header .logo a span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
	height: 100%;

	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
	-ms-transition:      opacity 0.5s;
	 transition:   opacity 0.5s;
}

header .logo a:hover span {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}



.logo_header {
   margin-top: 13px;
   margin-right: 0px;
   padding: 0;
   height: 29px;
   float: right;
}

.logo_header li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 12px;
	position: relative;
	overflow: hidden;
}

.logo_header li a,
.logo_header li img {
    margin: 0;
    padding: 0;
}

.logo_header li span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
	height: 100%;

	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
	-ms-transition:      opacity 0.5s;
	 transition:   opacity 0.5s;
}

.logo_header li:hover span {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}


/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap ul, #nav-wrap li, #nav-wrap a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* nav-wrap */
#nav-wrap {
	position: relative;
    font: 16px signika-regular, sans-serif;
    float: left;
}

.mobile .row {
	background-color: #54bbd3;
}

/* hide toggle button */
#nav-wrap > a { display: none; }

ul#nav {
   min-height: 53px;
   width: auto;

   /* left align the menu */
   text-align: left;
}
ul#nav li {
	position: relative;
	list-style: none;
   height: 53px;
   display: inline-block;
}
ul#nav > li.active a {
   background: #fff;
   color: #54bbd3 !important;
}


/* Links */
ul#nav li a {
   display: block;
   padding: 0 12px;
   line-height: 53px;
	text-decoration: none;
   text-align: left;
   color: #fff;

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

ul#nav li a:active { background-color: transparent !important; }
ul#nav li:hover > a  { color: #0b5c6b; }
ul#nav li.active a { color: #fff; }




/* ================================================================== */

/* c. Pattern section

/* ================================================================== */

.pattern-white,
.pattern-black,
.pattern-turk,
.pattern-gray,
.pattern-clean,
.pattern-clean_rev {

	width:100%;
	height: 46px;
	position: relative;
   background-repeat: repeat;
   background-position: center top;
   z-index: 99;
   padding: 0;
   margin: 0;
	}
	
.pattern-white {
	background-image: url(../layout/pattern_base.png);
	background-color: #fff;
	}
	
.pattern-black {
	background-color: #1b1e21;
	background-image: url(../layout/pattern_base.png);
	}

.pattern-gray {
	background-color: #e6e8eb;
	background-image: url(../layout/pattern_base.png);
	}	

.pattern-turk {
	background-color: #54bbd3;
	}	

.pattern-clean {
	background-color: transparent !important;
	background-image: url(../layout/pattern_base.png);
	margin-top: -46px;
	}	

.pattern-clean_rev {
	background-color: transparent !important;
	background-image: url(../layout/pattern_base.png);
	background-position: center bottom;
	margin-bottom: -46px;
	}

.pat_rev {background-position: center bottom;}

.marg { margin-bottom: -54px;}



/* ================================================================== */

/* d. HOME Section

/* ================================================================== */


/* ------ HEX SECTION ----------- */

#home {
	background-color: #fff;
   padding-top: 150px;
   padding-bottom: 75px;
	overflow: hidden;
	position: relative;

	-webkit-transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	-ms-transition: all ease 500ms;
	transition: all ease 500ms;
}


#home article {
	width: 896px;
	margin: 0 auto;
}

.hex_item:nth-child(7n-2) {
	margin-left: 112px;
}

.hex_item:nth-child(n+5) {
	margin-top: -58px;
}


/* -------- HEXAGONS -------- */

.hex_item {
	width: 221px;
	height: 242px;
	position: relative;
	display: inline-block;
	margin: 0 auto;
}

.hexagon {
	position: relative;
	overflow: hidden;
	width: 209px;
	height: 242px;
	margin: 0 auto;

	-webkit-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
	cursor: pointer;	
	
	outline: 1px solid transparent;  
}

.hexagon-in1 {
	overflow: hidden;
	width: 100%;
	height: 100%;

	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);	
	
	outline: 1px solid transparent;
}

.hexagon-in2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;

	visibility: visible;

	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
	
/*  -webkit-backface-visibility: hidden;*/
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  
  outline: 1px solid transparent;
}

.hexagon-in2 span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 100%;
	height: 100%;
	
/*  -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;*/
	
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	-webkit-transition: opacity 0.3s;
	-moz-transition:    opacity 0.3s;
	-o-transition:      opacity 0.3s;
	-ms-transition:      opacity 0.3s;
	 transition:   opacity 0.3s;
	 
	 outline: 1px solid transparent;
}

.hexagon-in2:hover span {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}




/* ================================================================== */

/* e. INFO section

/* ================================================================== */

#info {
   background-color: #1b1e21;
   padding-top: 120px;
   padding-bottom: 120px;
   color: #fff;
   background-image: url(../img/info_bgd_1.jpg);
   background-position: center;
   background-repeat: no-repeat;
   overflow: hidden;

   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;   

}

/* FlexSlider Intro Slider Styles */
.slides {
   max-height: 1100px;
   overflow: hidden;
}
.slider-text {
	color: #fff;
   text-align: center;
   width: 85%;
   margin: 70px auto 30px auto;
}
.slider-text h2 {
   font: 40px/63px signika-regular, Sans-serif;/*M*/
   color: #fff;
   text-shadow: 1px 1px 5px rgba(50, 50, 50, .8);
   padding: 0;
   margin: 0;
}
.slider-text h2 span,
.slider-text a { color: #54bbd3; }

.slider-text p {
   font: 21px/33px signika-light, sans-serif;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
   padding: 0;
   margin: 30px 10% 0;
}


/* Direction Navigation
--------------------------------------------------------------- */
.flex-direction-nav a {
   display: block;
	width: 40px;
	height: 66px;
	margin: 0;
	background-color: #54bbd3;
	cursor: pointer;
	z-index: 99999;
	opacity: 0;
	filter: alpha(opacity=0);
   position: absolute;
	top: 50%;

   font: 0/0 a;
   text-shadow: none;
   color: transparent;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.flex-direction-nav a:hover { background-color: #0b5c6b; }

.flex-direction-nav .flex-next {
	right: 0px;
	background: #54bbd3 url(../layout/direction-nav-right.png) no-repeat 53% 50%;
	position: absolute;
}
.flex-direction-nav .flex-prev {
	left: 0px;
	background: #54bbd3 url(../layout/direction-nav-left.png) no-repeat 47% 50%;
	position: absolute;
}
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev { opacity: 1; filter:alpha(opacity=100); }
.flex-direction-nav .flex-disabled {
   opacity: .3 !important;
   filter: alpha(opacity=30);
   cursor: default;
}



/* ================================================================== */

/* f. NEWS section

/* ================================================================== */

#news {
	position: relative;
   background-color: #E6E8EB;
   padding-top: 156px;
   padding-bottom: 120px;
   color: #838c95;
}

#news a { color: #838C95; }
#news a:hover, #news a:focus { color: #54bbd3; }

#news .section-head h2 { 
color: #54bbd3;
-moz-text-shadow: 1px 1px 1px #fff;
-webkit-text-shadow: 1px 1px 1px #fff;
text-shadow: 1px 1px 1px #fff; }


#news .section-head .intro { font-size: 17px; color: #54bbd3;}

#news .blog-entries { 
	margin-top: 40px;
	position: relative;
	margin-bottom: 0px;}

#news .blog-entries .entry .row { margin-bottom: 0px; margin-top: 0px; }
#news .blog-entries .entry
{ margin-bottom: 10px; margin-top: 10px; }

/* post header */

#news .hr { position: relative; width:100%; float:left; height:1px; margin-top: 20px; margin-bottom: 30px; background-color: #fff; clear: both;zoom: 1;}

#news .entry img { border: 1px solid #fff;} 

#news { background-color: #E6E8EB;} 
#news .entry-title { padding-left: 23px; padding-top: 0px; }
#news  .entry-title h3 { font: 27px/40px signika-regular, sans-serif; color: #454545;/*M*/
-moz-text-shadow: 1px 1px 1px #fff;
-webkit-text-shadow: 1px 1px 1px #fff;
text-shadow: 1px 1px 1px #fff; 
}


#news .entry .post-content { padding-left: 25px; }
#news .entry .post-content p {
   font: 17px/29px signika-light, sans-serif; padding: 0px; margin:0px;
}
#news .entry .post-content .pad20 {
	margin-bottom: 18px;
}
#news .entry .post-content a.more-link {
   font: 17px/30px signika-regular, sans-serif;
   margin-left: 9px;
}



#news .desc a { padding-left: 0px;}
#news .desc a:link { color: #54bbd3; text-decoration: underline;}
#news .desc a:visited { color: #54bbd3; text-decoration: underline}
#news .desc a:hover { color: #838c95; text-decoration: underline}
#news .desc { padding-bottom: 35px}



/* ================================================================== */

/* g. MENU section

/* ================================================================== */

#menu {
	position: relative;
   padding-top: 190px;
   padding-bottom: 200px;
   background-image: url(../img/menu_bgd.jpg);
   background-color: #1b1e21;
	background-position: center top;
   background-repeat: no-repeat;
   overflow: hidden;
   
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#menu .section-head h2 { color: #54bbd3;
-moz-text-shadow: 1px 1px 1px #000;
-webkit-text-shadow: 1px 1px 1px #000;
text-shadow: 1px 1px 1px #000;}
#menu .section-head h2, 
#menu .section-head .desc { padding-left: 0px}
#menu .section-head .desc a:link { color: #54bbd3;}
#menu .section-head .desc a:visited { color: #54bbd3;}
#menu .section-head .desc a:hover { color: #fff;}
#menu .section-head .desc { padding-bottom: 35px}
#menu .section-head p.desc { color: #54bbd3; }
#menu .section-head p { color: #fff; font-size: 18px; line-height: 2;}



/* ================================================================== */

/* h. EVENTS section

/* ================================================================== */

#events {
   padding-top: 160px;
   padding-bottom: 130px;
   background-color: #54bbd3;
   background-position: center top;
   background-repeat: no-repeat;
}

#events ul {
   padding-bottom: 20px;
}

#events li img {
	border: 1px solid #fff;
}

/*#menu .col{
	background-color: rgba(69, 69, 69, 0.8);
	padding: 5% 5%;
}*/
#events .section-head h2 { color: #0b5c6b; font-size: 43px;
-moz-text-shadow: 1px 1px 1px #95dae7;
-webkit-text-shadow: 1px 1px 1px #95dae7;
text-shadow: 1px 1px 1px #95dae7;}
#events .section-head h2 { padding-left: 0px;}
#events .section-head h3 { color: #0b5c6b}
#events .section-head .desc { font-family: signika-regular, sans-serif; color: #0b5c6b; padding-left: 0px; padding-bottom: 35px}
#events .section-head p { color: #0b5c6b; font-size: 17px; line-height: 2; font-family: signika-light, sans-serif; }
#events .section-head p a { font-family: signika-bold; color: #fff; line-height: 2}
#events .section-head p a:hover, active { color: #0b5c6b; font-size: 17px; line-height: 2}



/* ================================================================== */

/* i. GALERIA section

/* ================================================================== */

#galeria {
   background: #fff;
   padding-top: 156px;
   padding-bottom: 144px;
   color: #A3A3A3;
}
#galeria .section-head h2,
#galeria h4, #galeria h5 { color: #54bbd3; }
#galeria .section-head h2 {font-size: 40px;}
#galeria .section-head p.desc { color: #54bbd3; }
#galeria .section-head .intro { color: #838c95; font-size:16px }
#galeria h3 {
   font: 24px/30px signika-regular, sans-serif;/*M*/
   margin-top: 24px;
   margin-bottom: 24px;
   color: #6E6E6E;
}


/* gallery Content */
#gallery-wrapper { margin-top: 36px; }
#gallery-wrapper .col {
   width: 25%;
   margin-bottom: 36px;
}

.gallery-item .item-wrap {
   background: #fff;
   overflow: hidden;

   -webkit-box-shadow: 0px 2px 3px #c2c2c2;
   -moz-box-shadow:    0px 2px 3px #c2c2c2;
   box-shadow:         0px 2px 3px #c2c2c2;

   -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-item .item-wrap a { display: block; }
.gallery-item .gallery-item-meta { padding: 12px 0; }
.gallery-item .gallery-item-meta h5 a {
   font: 16px/24px signika-bold, sans-serif;
   color: #54bbd3;
   margin-left: 7%;
}

/* on hover */
.gallery-item:hover .item-wrap { background-color: #54bbd3; }
.gallery-item:hover h5 a { color: #fff !important; }



/* REVEAL MODAL Plugin Styles
---------------------------------------------------*/
.reveal-modal-bg {
   position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}
.reveal-modal {
   visibility: hidden;
	top: 150px;
	left: 50%;
	margin-left: -375px;
    width: 750px;
	max-width: 750px;
	background: #fff;
	position: absolute;
	z-index: 101;
	padding: 0;

	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.reveal-modal .description-box {height: 10px; margin-bottom: 4px; padding: 0px;}

.reveal-modal .link-box {
   background: #111;
   padding: 11px 7% 8px;
   margin-top: -40px;
}

.reveal-modal .link-box h4 {
   font: 19px signika-semibold, sans-serif;/*M*/
   color: #54bbd3;
   display: inline;
   margin: 0; padding: 0;
}

.reveal-modal .link-box a {	
   color: #fff;
	font: 12px/24px signika-regular, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
   cursor: pointer;
   float: right;
   padding-top: 3px;
}
.reveal-modal a:hover {	color: #54bbd3; }
.reveal-modal a.close-reveal-modal { margin-right: 0%;}




/* ================================================================== */

/* j. KONTAKT section

/* ================================================================== */

#kontakt {
   background-color: #1b1e21;
   padding-top: 160px;
   padding-bottom: 100px;
   color: #838c95;
}

#kontakt .col strong {
   color: #fff;
   font-family: signika-regular, sans-serif; font-weight: normal;
}

#kontakt .col h3 {
	font-family: signika-light, sans-serif; font-weight: normal;
}

#kontakt a { color: #838c95; }
#kontakt a:visited { color: #838c95; }
#kontakt a:hover, #kontakt a:focus { color: #54bbd3; }

#kontakt .section-head { margin-bottom: 42px; }
#kontakt .section-head h2 { color: #54bbd3;
-moz-text-shadow: 1px 1px 1px #000;
-webkit-text-shadow: 1px 1px 1px #000;
text-shadow: 1px 1px 1px #000;}
#kontakt .section-head p.desc,
#kontakt .intro { color: #54bbd3; }
#kontakt p { font-size: 16px; }

/* kontakt form */
#kontakt form { margin-bottom: 30px; }

#kontakt label {
   font: 14px/20px signika-semibold, sans-serif;
   margin: 0px 0px;
   color: #838c95;
	display: inline-block;
	float: left;
   width: 22%;
}
#kontakt input,
#kontakt textarea,
#kontakt select {
   padding: 12px 20px;
	color: #eee;
	background: #34393d;
	margin-bottom: 35px;
	border: 0;
	outline: none;
   font-size: 15px;
   line-height: 24px;
   width: 66%;
}
#kontakt input:focus,
#kontakt textarea:focus,
#kontakt select:focus {
	color: #fff;
	background-color: #54bbd3;
}
#kontakt button.submit {
	font: 16px/25px signika-bold, sans-serif;/*M*/
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#fff;
	background: #54bbd3;
    padding: 6px 21px;
	border: none;
    cursor: pointer;
    height: auto;
    display: inline-block;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
    margin-left: 22%;
}

#kontakt button.submit:hover {
	color: #54bbd3;
	background: #fff;
}
#kontakt span.required {
	color: #54bbd3;
	font-size: 13px;
}

#message-warning, #message-success {
   display: none;
	background: #151719;
	padding: 24px 24px;
	margin-bottom: 36px;
   width: 88%;
}
#message-warning { color: #fff; }
#message-success { color: #54bbd3; }

#message-warning p,
#message-success p {
   margin-right: 10px;
}

#image-loader {
   display: none;
   position: relative;
   left: 18px;
   top: 12px;
}

/* kontakt sidebar */
#kontakt h3 {
   font: 21px/30px signika-bold, sans-serif;/*M*/
   margin-bottom: 17px;
   color: #54bbd3;
}



/* ================================================================== */

/* k. FOOTER

/* ================================================================== */

footer {
	background-color: #54bbd3;
   color: #0b5c6b;
   font: 15px signika-light, sans-serif;;
   padding-top: 30px;
   padding-bottom: 30px;
   border-top: 1px solid #fff;
}

footer a { color: #0b5c6b; }
footer a:hover, footer a:focus { color: #fff; }

/* copyright */
footer .copyright {
    margin: 0;
    padding: 0;
 }
footer .copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.ie footer .copyright li {
   display: inline;
}

footer .copyright li:before {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}
footer .copyright  li:first-child:before {
    display: none;
}

/* foot links */
footer .foot_links {
   margin-top: 2px;
   padding: 0;
   height: 26px;
   float: right;
}
footer .foot_links li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 15px;
}

footer .foot_links li:first-child { margin-left: 0; margin-right: 3px; }


.foot_links li {
	position: relative;
	overflow: hidden;
	height: 26px;;
}

.foot_links li span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
	height: 100%;

	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
	-ms-transition:      opacity 0.5s;
	 transition:   opacity 0.5s;

}

.foot_links li:hover span {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */

}




/* ================================================================== */

/* l. RESPONSIVE SLIDES

/* ================================================================== */

/*! http://responsiveslides.com v1.54 by @viljamis */


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  margin-bottom: 0px;
  }
  

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../layout/themes.gif) no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  filter:alpha(opacity=100);
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.centered-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs {
  margin-top: 0px;
  text-align: center;
  }

.centered-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }
  
.centered-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  margin-bottom: 6px;
  }

.centered-btns_here a{
  background: #222;
  background: rgba(0,0,0, .8);
  }


/*----------Events slides----------- */

#events .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  max-height: 330px;
  padding: 0;
  margin: 0;
  }

#events .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

#events .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

#events .rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 1px solid #fff;
  }
  

#events .centered-btns_nav {
  z-index: 33;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 19px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../layout/themes.gif) no-repeat left top;
  margin-top: -67px;
  }

#events .centered-btns_nav:active {
  opacity: 1.0;
  filter:alpha(opacity=100);
  }

#events .centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 19px;
  }

#events .centered-btns_nav:focus {
  outline: none;
  }

#events .centered-btns_tabs {
  margin-top: 12px;
  text-align: center;
  }

#events .centered-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

#events .centered-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

#events .centered-btns_here a{
  background: #222;
  background: rgba(0,0,0, .8);
  }



/* ================================================================== */

/* m. News Post

/* ================================================================== */

.post {
   background: #f5f5f5;
   padding-top: 120px;
   padding-bottom: 90px;
}
.post .entry-header {
   position: relative;
   width: 100%;
}
.post .entry-header h1 {
   font: 45px/60px signika-regular, sans-serif;/*M*/
   color: #313131;
   width: 83.33333%;
   padding-right: 12%;
   float: right;
}
.post .post-meta {
   float: left;
   text-align: right;
   width: 16.66667%;
   color: #bec0c1;
   padding-right: 36px;
   font: 14px/24px signika-regular, sans-serif;
   margin: 6px 0 6px 0;
}
.post .post-meta a { color: #B9BBBC; }
.post .post-meta a:hover,
.post .post-meta a:focus { color: #54bbd3; }

.post .post-meta .date {
   margin-bottom: 18px;
   display: block;
}
.post .post-meta .date:before,
.post .post-meta .categories:before {
   display: block;
   font: 14px/24px signika-bold, sans-serif;
   color: #313131;
   text-align: right;
}

.post .post-meta .date:before { content: "Published"; }
.post .post-meta .categories:before { content: "Categories"; }
.post .post-meta .categories a { display: block; }

/* hide sep */
.post .post-meta .categories .sep { display: none; }

/* post image */
.post .post-image {
  margin: 24px 0 36px 0;
  width: 100%;
}

/* post content */
.post .post-content {
   margin-bottom: 24px;
   width: 75%;
}

/* tags */
.post .post-content .tags {
  margin-top: 18px;
  font-family: signika-light, sans-serif;
}
.post .post-content .tags a { font-family: signika-bold, sans-serif; }

/* bio */
.post .bio {
   margin-top: 48px;
   padding-top: 29px;
   border-top: 1px solid #E0E0E0;
}
.post .bio .gravatar {
   width: 16.66667%;
   float: left;
   width: 72px;
   height: 72px;
}
.post .bio .gravatar img {
   margin-top: 12px;

   -moz-border-radius: 100% 100% 100% 100%;
	-webkit-border-radius: 100% 100% 100% 100%;
	-khtml-border-radius: 100% 100% 100% 100%;
	border-radius: 100% 100% 100% 100%;
}
.post .bio .about {
   width: 83.33333%;
   float: right;
}
.post .bio .about h5 {
   font: 16px/30px signika-bold, sans-serif;
   margin-bottom: 6px;
}

/* post-nav */
.post .post-nav {
   margin: 24px 0;
   padding: 30px 0 0 0;
   border-top: 1px solid #E0E0E0;
   font: 16px/30px signika-light, sans-serif;
}
.post .post-nav li {
   display: inline-block;
   margin: 0;
   padding: 0;
   width: 49%;
   line-height: 30px;
}
.post .post-nav li a { color: #a3a3a3; }
.post .post-nav li a:hover { color: #333; }
.post .post-nav li strong {
   font: 15px/30px signika-bold, sans-serif;
   text-transform: uppercase;
   color: #54bbd3;
   letter-spacing: 1px;
   display: block;
}
.post .post-nav li.next {
   float: right;
   text-align: right;
}
.post .post-nav li.prev {
   float: left;
   text-align: left;
}



/* news bottom nav */
.news-bottom-nav {
   margin-top: 36px;
   margin-left: 16.66667%;
   padding-top: 5px;
   border-top: 1px solid #D1D6DB;
}
.bottom-nav {
    margin: 0;
    padding: 12px 0;
    font: 14px/36px signika-bold, sans-serif;
 }
.bottom-nav li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.bottom-nav li i { margin-left: 5px; }
.bottom-nav li a:hover { color: #3d4145; }
.bottom-nav .sep {
   font: 16px/36px signika-light, sans-serif;
   margin: 0 6px;
   color: #C0C7CE;
}


/* ================================================================== */

/* n. News Entries

/* ================================================================== */


#blog-entries {
   background: #f5f5f5;
   padding-bottom: 48px;
}
#blog-entries .post {
   padding-bottom: 53px;
   border-bottom: 1px solid #E0E0E0;
}
#blog-entries .post .entry-header h1 a { color: #313131; }
#blog-entries .post .entry-header h1 a:hover,
#blog-entries .post .entry-header h1 a:focus { color: #54bbd3; }

#blog-entries .post .post-content p {
  font: 20px/36px signika-light, sans-serif;
}

/* more link */
#blog-entries .post-content a.more-link {
   font: 14px/30px signika-bold, sans-serif;
   margin-top: 18px;
   padding: 6px 18px;
   background: #838A91;
   color: #fff;
   display: inline-block;

   -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;

   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -khtml-border-radius: 2px;
	border-radius: 2px;
}
#blog-entries .post-content a.more-link:hover { background: #54bbd3; }
#blog-entries .post-content a.more-link i { margin-left: 10px; }

/* Pagination */
.pagination { margin: 36px auto 12px auto; }
.pagination ul li {
   display: inline-block;
   margin: 0;
   padding: 0;
}

/* bottom-block */
#bottom-block {
   background: #E6E8EB;
   padding-top: 24px;
   padding-bottom: 30px;
   border-top: 1px solid #E0E0E0;
}
#bottom-block .blog-categories {
   font: 13px/30px signika-semibold, sans-serif;
   margin: 0;
   padding: 0;
}
#bottom-block .blog-categories li {
   display: inline;
   margin-right: 15px;
}
#bottom-block .blog-categories li.current a { color: #54bbd3; }
#bottom-block .blog-categories a { color: #A0A6AB; }
#bottom-block .blog-categories a:hover { color: #5B6167; }

#bottom-block .back-to-top { text-align: right; }
#bottom-block .back-to-top a i { margin-left: 6px; }
#bottom-block .back-to-top a {
   font: 14px/30px signika-bold, sans-serif;
   color: #54bbd3;
}





/* ================================================================== */

/* o. MEDIA QUERIES

/* ================================================================== */


/* small screens
--------------------------------------------------------------------- */
@media only screen and (max-width: 836px) {

   /* adjust sections padding top */
  #info, #menu,
   #news, #galeria, #kontakt { padding: 110px padding-top: 130px;}

   #home { padding-top: 140px; padding-top: 130px;}
   	
	#nav-wrap {
    font: 16px signika-regular, sans-serif;
	}

	ul#nav li a {
   display: block;
   padding: 0 8px;
	}

   
   /* adjust font size */
   .info { font-size: 18px; }

   /* Info section
   -------------------------------------------------------------------- */
   .slider-text h2 { font: 33px/51px signika-regular, sans-serif; }/*M*/

   /* info section
   -------------------------------------------------------------------- */
   #info .section-head .col { width: 100%; }
   #info .info-wrapper { margin-top: 12px; }
   #info .info-wrapper .col { width: 50%; }
   #info .info-wrapper .col { margin-bottom: 0; }

   /* menu section
   -------------------------------------------------------------------- */
   #menu #gallery-wrapper { margin-top: 12px; }
   #menu #gallery-wrapper .col { width: 33.33333%; }

   /* news section
   -------------------------------------------------------------------- */
   #news .blog-entries { margin-top: 30px; }

   /* galeria section
   -------------------------------------------------------------------- */
   #galeria .process-wrap .col { width: 50%; }
	.reveal-modal .link-box h4 {
   		font: 16px signika-semibold, sans-serif;/*M*/
	}
	.reveal-modal .link-box a {	
		font: 11px/24px signika-regular, sans-serif;
	}
	
	.gallery-item .gallery-item-meta h5 a {
 	  font: 13px/24px signika-semibold, sans-serif;
	}
		
   /* galeria section
   -------------------------------------------------------------------- */
   #galeria .section-head .col { width: 100%; }

   /* kontakt section
   ----------------------------------------------------------------------- */
   #kontakt label { width: 25%; }
   #kontakt button.submit { margin-left: 25%; }
   #kontakt input,
	#kontakt textarea,
	#kontakt select { width: 70%; }
   #message-warning, #message-success { width: 95%; }

   /* left clearing */
   .first { clear: none; }
   .m-first { clear: left; }

   /* blog
   -------------------------------------------------------------------- */
   .post, #blog-entries .post { padding-top: 96px; }
   .post p.lead, #blog-entries .post .post-content p { font-size: 18px; }
   .post .entry-header h1 {
      padding-right: 18px;
      font-size: 43px;
   }
   .post .post-meta { margin-top: 6px; }
   .post .post-image { margin: 12px 0 24px 0 }
   .post .bio .galeria { padding-left: 18px; }

}



/* mobile wide
---------------------------------------------------------------------- */

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

   /* center align some text */
   .section-head, .intro, #galeria h3,
   #news, #kontakt .g-5{
      text-align: center;
   }

	.logo_header {
		display: none;
	}
	
   /* mobile navigation
   -------------------------------------------------------------------- */

   header.mobile { height: 73px; }
   header.mobile .logo a { top: 5px; }

   .mobile #nav-wrap {
      position: absolute;
      top: 0;
      right: 40px;
      width: auto;
      margin: 0;
   }
   .mobile #nav-wrap > a {
	   width: 48px;
		height: 48px;
		text-align: left;
		background-color: #fff;
		position: relative;
      border: none;
      float: right;

      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      }

	.mobile #nav-wrap > a:before,
   .mobile #nav-wrap > a:after {
	   position: absolute;
		border: 2px solid #54bbd3;
		top: 35%;
		left: 25%;
		right: 25%;
		content: '';
	}
   .mobile #nav-wrap > a:after { top: 60%; }

   /* toggle buttons */
	.mobile #nav-wrap:not( :target ) > a:first-of-type,
	.mobile #nav-wrap:target > a:last-of-type  {
	   display: block;
	}

   /* hide menu panel */
   .mobile #nav-wrap ul#nav {
      height: auto;
		display: none;
      clear: both;
   }
   .mobile #nav-wrap ul#nav li {
      display: block;
      width: 100%;
      height: 100%;
      text-align: left;
   }
   .mobile #nav-wrap ul#nav > li.active a {
      color: #54bbd3 !important;
      background: none;
   }

   /* display menu panels */
	.mobile #nav-wrap:target > ul#nav	{
	   display: block;
      padding: 12px 25px 25px 25px;
      background: #555559;
      margin: 0;
      clear: both;
   }
   .mobile #nav-wrap ul#nav li { border-bottom: 1px dotted #838c95; }
   .mobile #nav-wrap ul#nav li a {
      margin: 0;
      padding: 0;
      font-size: 15px;
      margin: 12px 0;
      line-height: 14px;
      border: none;
   }

    /* Info section
   -------------------------------------------------------------------- */
   .slider-text { margin-top: 40px; margin-bottom: 40px; }
   .slider-text h2 { font: 28px/46px signika-regular, sans-serif; }/*M*/
   .slider-text p {
      font: 18px/29px signika-regular, sans-serif;
      margin-top: 30px;
   }
   .slides {
      overflow: hidden;
      min-height: 300px;
   }

   /* gallery section
   --------------------------------------------------------------------- */
    .reveal-modal {
   	margin-left: -45%;
		width: 90%;
			top: 120px;
   }

.reveal-modal .link-box h4 {
   font: 16px signika-semibold, sans-serif;/*M*/
}

.reveal-modal .link-box a {	
	font: 11px/24px signika-regular, sans-serif;
}

.gallery-item .gallery-item-meta h5 a {
 	  font: 16px/24px signika-semibold, sans-serif;
	}

   /* news section
   --------------------------------------------------------------------- */


   #news .entry-title {
      padding-left: 0px;
      margin-bottom: 18px;
	  margin-top: 13px;
   }
   #news .entry .post-content {
      padding-left: 0px;
      margin-top: 6px;
   }
   #news .entry .post-meta time,
   #news .entry .post-meta .dauthor {
      display: inline;
   }
   #news .entry .post-meta .dauthor:before {
      content: "/";
      padding-left: 5px;
      padding-right: 5px;
   }


   /* kontakt section
   ----------------------------------------------------------------------- */
   #kontakt label {
      display: block;
      float: none;
      width: auto;
   }
   #kontakt input,
	#kontakt textarea,
	#kontakt select {
      width: 100%;
      margin-bottom: 30px;
	}
   #kontakt button.submit {
      margin-left: 0;
   }
   #message-warning,
   #message-success {
      width: 100%;
   }
	

   /* Blog Post
   ------------------------------------------------------------------ */
   .post, #blog-entries .post { padding-top: 84px; }
   .post .entry-header h1 {
      float: none;
	   width: 100%;
      font-size: 32px;
      line-height: 42px;
      text-align: center;
   }
   .post .post-meta {
      float: none;
      width: 100%;
      padding-right: 0;
      text-align: center;
   }

   .post .post-meta .categories,
   .post .post-meta .date,
   .post .post-meta .categories a { display: inline }

   .post .post-meta .date:before,
   .post .post-meta .categories:before { content: none }

   .post .post-meta .date {
      font: 13px/18px signika-bold, sans-serif;
      color: #3D4149;
   }
   .post .post-meta .categories {
      font: 13px/18px signika-regular, sans-serif;
   }
   /* show sep */
   .post .post-meta .categories .sep {
      display: inline;
      margin-right: 5px;
      font: 13px/18px signika-light, sans-serif;
   }

   /* bio */
   .post .bio {
      padding-top: 17px;
      border-top: 1px solid #E0E0E0;
   }
   .post .bio .gravatar {
      float: none;
      width: 72px;
      margin: 0 auto 18px auto;
   }
   .post .bio .galeria {
      width: 100%;
      float: none;
      padding-left: 0;
      text-align: center;
   }

   /* post-nav */
   .post .post-nav { margin-top: 18px; }
   .post .post-nav li {
      display: block;
      margin: 0 0 18px 0;
      width: 100%;
   }
   .post .post-nav li.next {
      float: none;
      text-align: center;
   }
   .post .post-nav li.prev {
      float: none;
      text-align: center;
   }

   /* Comments*/
   #comments h3 {
      text-align: center;
      margin-left: 0;
   }

   /* Comments List */
   ol.commentlist {
      width: 100%;
      margin-left: 0;
   }
   .commentlist  li .avatar { display: none; }

   /* comment form */
   #comments form { margin-left: 0; }
   #comments form input,
   #comments form textarea,
   #comments form select {
      width: 100%;
   }

   /* news bottom nav */
   .news-bottom-nav {
      margin-left: 0;
      text-align: center;
   }

   /* Blog-Entries
   ------------------------------------------------------------------ */
   #bottom-block .blog-categories {
      text-align: center;
   }
   #bottom-block .back-to-top {
      margin-top: 30px;
      text-align: center;
   }


   /* footer
   ------------------------------------------------------------------------ */
   footer .copyright li:before { content: none; }
   footer .copyright li { margin-right: 10px; }
   footer .copyright, footer .foot_links {
      text-align: center;
      float: none;
   }
   footer .foot_links { margin-top: 20px; }

}

/* mobile narrow
  -------------------------------------------------------------------------- */

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

   /* home section
   ------------------------------------------------------------------------- */
   .slider-text { margin-top: 10px; margin-bottom: 30px; }
   .slider-text h2 { font: 23px/36px signika-regular, sans-serif; }/*M*/
   .slider-text p {
      font: 16px/26px signika-regular, sans-serif;
      margin-top: 24px;
   }

    /* news section
   ------------------------------------------------------------------------- */
   #news .entry-title h3 {
     font-size: 28px;
     line-height: 36px;
   }

}


/* ----------- ----------------------------
         HEXAGONS RESPONSIVE */
		 

/*@media (max-width: 1015px) {
	#hex {
	width: 100%;
}

}*/

@media (max-width: 950px) {
	.hex_item:nth-child(5n-1) {
	margin-left: 112px;
}

.hex_item:nth-child(n+4) {
	margin-top: -58px;
}

.hex_item:nth-child(7n-2) {
	margin-left: 0px;
}

.hex_item:nth-child(n+5) {
	margin-top: -59px;
}


#home article {
	width: 672px;
	margin: 0 auto;
}

}


@media (max-width: 950px) and (min-width: 741px) {
	.hex_item:nth-child(n+11) {
	margin-left: 223px;
}
}

@media (max-width: 740px) {
	#home article {
	width: 450px;
}


.hex_item:nth-child(5n-1) {
	margin-left: 0px;
}

.hex_item:nth-child(3n) {
	margin-left: 112px;
}

.hex_item:nth-child(n+3) {
	margin-top: -57px;
}


}

@media (max-width: 475px) {
	#home {
	display: none;
}

#info {
	margin-top: -20px;}
/*
.hex_item:nth-child(3n) {
	margin-left: 0px;
}

.hex_item:nth-child(2n) {
	margin-left: 120px;
}

.hex_item:nth-child(n+2) {
	margin-top: -53px;
}
*/
}