/*
Theme Name: Guggenheim
Theme URI: 
Description: 
Version: 2.0
Author: Michal Gajek
Author URI: http://www.perfect3dstudio.com

*/

@font-face {
    font-family: 'industrial_736normal';
    src: url('fonts/industrial736bt-roman-webfont.eot');
    src: url('fonts/industrial736bt-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/industrial736bt-roman-webfont.woff2') format('woff2'),
         url('fonts/industrial736bt-roman-webfont.woff') format('woff'),
         url('fonts/industrial736bt-roman-webfont.ttf') format('truetype'),
         url('fonts/industrial736bt-roman-webfont.svg#industrial_736normal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('fonts/proximanova-bold-webfont.eot');
    src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('fonts/proximanova-bold-webfont.woff') format('woff'),
         url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body 
{
	border:0;
	font-family: 'proxima_nova_rgregular',sans-serif;
	font-weight:normal;
	font-size: 16px;
	line-height:20px;
	color:#ffffff;
	padding: 0;
	margin:0;
	background:url('img/bg.jpg') #2a343f;
	cursor: default;
}

body, html 
{
    height: 100%;
    width: 100%;
}

::-moz-selection 
{
    color: #ffffff;
    background: #99cccc;
}

::selection 
{
    color: #ffffff; 
    background: #99cccc;
}

*
{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

img
{
	border:none;
}

ul
{
	list-style:none;
	margin:0px;
	padding:0px;	
}

ul li
{
	margin:0px;
	padding:0px;	
}

a
{
	text-decoration:none;
}

table
{
	border-spacing: 0px;
	width:100%;
	max-width:100% !important;
}

table tr td
{
	vertical-align: top;
    border-spacing: 0px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#main
{	
	position: relative;
	margin:0 auto;
	top: 0;
	left: 0;
	cursor:default;
	height: auto;
	min-height: 100%;
}

.cleared
{
	display:block;
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0;
	height:0;
	overflow:hidden;
}

.spinner 
{
	position:fixed;
	z-index:10000000;
	background:url('img/ajax_loader.svg') center center no-repeat #2a343f;
	width:100%;
	height:100%;
	top:0;
	left:0
}

.art-main
{
	width: 1200px;
	margin: 0 auto;
}

.art-main-inner
{
	padding-left: 15px;
	padding-right: 15px;
}

.art-bg
{
	position: absolute;
	width:100%;
	height:100%;
    background-position: top center;
    background-size: cover;
}

.art-logo
{
	position: absolute;
	margin-left: 50px;
    top: 60px;
	z-index: 10;
	-webkit-transition: 0.3s ease-out;
	   -moz-transition: 0.3s ease-out;
	     -o-transition: 0.3s ease-out;
	    -ms-transition: 0.3s ease-out;
	        transition: 0.3s ease-out;
}

.art-logo h1
{
	text-indent: -9999px;
	margin: 0px;
}

.art-logo a
{
	display: inline-block;
	width: 330px;
	height:90px;
	text-indent: -9999px;
	text-decoration:none;
    background: url('img/logo.png') center left no-repeat;
    background-size: contain;
	opacity:1;
	-webkit-transition: 0.3s ease-out;
	   -moz-transition: 0.3s ease-out;
	     -o-transition: 0.3s ease-out;
	    -ms-transition: 0.3s ease-out;
	        transition: 0.3s ease-out;
}

.art-logo a:hover
{
	opacity:0.6;
}

.art-navigation
{
	position: absolute;
    margin-left: 50px;
	top:205px;
	z-index: 10;
	padding-left:25px;
	-webkit-transition: 0.3s ease-out;
	   -moz-transition: 0.3s ease-out;
	     -o-transition: 0.3s ease-out;
	    -ms-transition: 0.3s ease-out;
	        transition: 0.3s ease-out;
}

/*============================ Menu Mobile =========================*/

.art-menu-mobile
{
	display:none;
	z-index: 1;
	cursor: pointer;
	height: 50px;
	width: 50px;
	text-indent: -9999px;
    position: absolute;
    right: 40px;
	top:40px;
	border:1px solid rgba(255, 255, 255, 0.15);
}

.art-menu-mobile span
{
	height: 100%;
	width: 100%;
	display: block;
    background: url('img/menu_mobile.png') center center no-repeat;
    -webkit-transition: 0.3s ease-out;
       -moz-transition: 0.3s ease-out;
         -o-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
}

.open-menu .art-menu-mobile span
{
	background:url('img/button_close_a.png') center center no-repeat;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		 -o-transform: rotate(180deg);
			transform: rotate(180deg);
}

/*=========================== Menu top / bottom =============================*/

ul.art-hmenu1
{

}

ul.art-hmenu1, 
ul.art-hmenu1 ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	position:relative;
	min-height: 0;
}

ul.art-hmenu1:after,
ul.art-hmenu1 ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

ul.art-hmenu1 li
{
	height: 50px;
    display: table;
	margin: 0;
	margin: 0px;
	position: relative;
	z-index: 5;
}

ul.art-hmenu1 li:hover>ul 
{
   visibility: visible;
   top: 100%;
}

ul.art-hmenu1 li li:hover>ul 
{
   top: 0;
   left: 100%;
}

ul.art-hmenu1 li a
{
	font-family: 'proxima_nova_rgbold',sans-serif;
	text-transform:uppercase;
    display: table-cell;
    vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
	padding: 0px 0px 0px 38px;
	font-size:12.5px;
	border-left: 5px solid rgba(255,255,255,0);
	opacity:0.3;
	-webkit-transition: 0.3s ease-out;
	   -moz-transition: 0.3s ease-out;
	     -o-transition: 0.3s ease-out;
	    -ms-transition: 0.3s ease-out;
	        transition: 0.3s ease-out;
}

ul.art-hmenu1 li a:hover,
ul.art-hmenu1 li.active a:hover,
ul.art-hmenu1 li.active a
{
	opacity:1;
	border-left: 5px solid #ffffff;
}

/* ------------------- begin MenuSubItem --------------------*/

ul.art-hmenu1 ul
{
	display:none;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	padding: 0px;
	margin: 0px;
	padding-top: 34px;
	margin-left: -310px;
    border-bottom: 4px solid #CECECE;
}

ul.art-hmenu1 li li
{
	float: none;
	width: auto;
	display: block;
	background: rgba(1, 64, 128, 0.90);
	padding: 0px 0px;
	margin:0px;
}

.art-hmenu1 ul a
{
	display: block;
	white-space: nowrap;
	height: 41px;
	border-width: none;
	border-style: none;
	border-color: none;
	text-align: left;
	text-decoration: none;
	line-height: 41px;
	font-size: 14px;
	color: #ffffff;
	margin:0;
	padding-left: 15px;
	padding-right: 15px;
	text-transform:uppercase;
}

.art-hmenu1 ul>li:first-child>a
{

}

.art-hmenu1 ul a:link, 
.art-hmenu1 ul a:visited, 
.art-hmenu1 ul a:hover, 
.art-hmenu1 ul a:active
{
	text-decoration: none;
	margin:0;
	text-align: left;
}

.art-hmenu1 ul li.active,
.art-hmenu1 ul li a:hover
{
	color: #ffffff;
	background: #000000;
}

.art-hmenu1 ul li a.art-hmenu1-before-hovered
{
   border-bottom-width: 0 !important;
}

/* ============================ Slider ========================= */

.art-slider
{
	position: absolute;
    height: 100%;
    width: 100%;
	top:0px;
	z-index:1;
	overflow: hidden;
}

.art-slider-rest
{
	position: relative;
    height: 100%;
    width: 100%;
	z-index:1;
	overflow: hidden;
}

.meteor-slides
{
    width: 100%;
	height: 100%;
}

.meteor-slides .meteor-clip 
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
	height: 100%;
}

.meteor-slides a:focus 
{
	outline: none;
}

.meteor-slides .mslide 
{
	width: 100% !important;
	height: 100% !important;
}

.meteor-slides .mslide 
{

}

/* Desc
-------------------------------------------------------------- */

.meteor-slides .slideshow-desc 
{
    position: absolute;
    margin-left: -159px;
    top: -35px;
    width: 620px;
    height: 870px;
    background: url(img/bg_2.png) center center no-repeat;
	z-index: 10;
	-webkit-transition: 0.3s ease-out;
	   -moz-transition: 0.3s ease-out;
	     -o-transition: 0.3s ease-out;
	    -ms-transition: 0.3s ease-out;
	        transition: 0.3s ease-out;
}

/* Img
-------------------------------------------------------------- */

.meteor-slides .meteor-shim
{
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    position: absolute;
}

/* Excerpt
-------------------------------------------------------------- */

.meteor-slides .art-excerpt
{
	position: relative;
	padding-top: 150px;
	z-index:100;
}

.meteor-slides .slideshow-cover
{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 1000%;
    background: url(img/slider_cover.png) center center repeat;
    opacity: 0.5;
}

.meteor-slides .art-excerpt .art-main
{

}

.meteor-slides .art-excerpt .art-main-inner
{
    padding-left: 220px;
    padding-right: 220px;
}

.meteor-slides.art-excerpt .art-main-inner.align-left
{
	text-align:left;
}

.meteor-slides .art-excerpt .art-main-inner.align-center
{
	text-align:center;
}

.meteor-slides .art-excerpt .art-main-inner.align-right
{
	text-align:right;
}

.meteor-slides .art-excerpt-inner
{
    padding: 0px 0px 100px 0px;
	position: relative;
}

.meteor-slides .art-excerpt p
{
    margin:0px;
}

.meteor-slides .art-excerpt h1,
.meteor-slides .art-excerpt h2
{
    margin: 0px;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 4px;
}

.meteor-slides .art-excerpt h3
{
	font-family: 'industrial_736normal',sans-serif;
    margin: 0px;
    font-weight: normal;
    font-size: 72px;
	line-height:75px;
    padding-bottom: 5px;
}

.meteor-slides .art-excerpt h4
{
	color:#99cccc;
	font-weight:normal;
    margin: 0px;
	font-size:16px;
	line-height:18px;
}

.meteor-slides .art-excerpt h5
{
	color:#99cccc;
	font-weight:normal;
    margin: 0px;
	font-size:16px;
	line-height:23px;
}

.meteor-slides .art-excerpt hr
{
    border: none;
    height: 1px;
    width: 150px;
    margin: 0px;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-top: 85px;
    margin-bottom: 20px;
}

.meteor-slides .art-excerpt .text-white hr
{
    background: rgba(255, 255, 255, 0.5);
}

.meteor-slides .art-excerpt .text-dark hr
{
    background: rgba(0, 0, 0, 0.5);
}

.meteor-slides .art-excerpt .bg
{
    position: absolute;
    text-align: center;
    width: 100%;
	top:0px;
    margin-top: -40px;
}

.meteor-slides .art-excerpt a
{
    text-decoration: none;
    border-bottom: 1px solid;
}

.meteor-slides .art-excerpt strong
{
	font-weight:normal;
	font-family: 'proxima_nova_rgbold',sans-serif;
}

.meteor-slides .art-excerpt ul
{
	margin:0px;
	padding:10px 0px;
	list-style:none;
}

.meteor-slides .art-excerpt ul li
{
	background: url('img/button_more_1_a.png') 0px 8px no-repeat;
    padding: 0px 0px 0px 20px;
}

.meteor-slides .art-excerpt .text-white ul li
{
	background: url('img/button_more_1_a.png') 0px 8px no-repeat;
}

.meteor-slides .art-excerpt .text-dark ul li
{
	background: url('img/button_more_1_b.png') 0px 8px no-repeat;
}

/* Previous / Next Navigation
-------------------------------------------------------------- */

.meteor-slides .meteor-nav-bg
{

}

.meteor-slides .meteor-nav-bg .art-main
{
	width:100%;
}

.meteor-slides .meteor-nav-bg .art-main-inner
{
	padding-left: 0px;
    padding-right: 0px;
}

.meteor-slides ul.meteor-nav a
{
	position:absolute;
	left:50%;
	top:186px;
	width: 28px;
    height: 54px;
	z-index:10;
	text-indent:-9999px;
	display: block;
	outline: none;
   -webkit-transition: 0.3s ease-out;
	  -moz-transition: 0.3s ease-out;
		-o-transition: 0.3s ease-out;
	   -ms-transition: 0.3s ease-out;
		   transition: 0.3s ease-out;
}

.meteor-slides .meteor-nav .prev a 
{
	background: url('img/button_slide_prev.png') no-repeat center center;
	margin-left:-278px;
}

.meteor-slides .meteor-nav .next a 
{
	background: url('img/button_slide_next.png') no-repeat center center;
	margin-left:250px;
}

.meteor-slides .meteor-nav .prev a:hover 
{
	opacity:0.6;
}

.meteor-slides .meteor-nav .next a:hover 
{
	opacity:0.6;
}

/* Paged Navigation
--------------------------------------------------------------*/

.meteor-slides .meteor-buttons-bg
{
	display:none;
}

/* ============================ Content =========================== */

.align-left
{
	text-align:left;
}

.align-right
{
	text-align:right;
}

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

.text-white
{
	color:#ffffff;
}

.text-dark
{
	color:#000000;
}

.text-white a
{
	color:#ffffff;
}

.text-dark a
{
	color:#000000;
}

/* ============================ Gallery =========================== */

.gallery 
{
   margin: 0 auto;
   clear:both;
   overflow:hidden;
}

.gallery .gallery-item 
{
   float: left;
   margin-top: 0px !important;
   text-align: center;
   width: 33.3333% !important;
   overflow:hidden;
}

.gallery .gallery-item a
{
	background: none;
	padding: 0px;
    position: relative;
    display: table;
	width: 100%;
	border:none;
}

.gallery .gallery-item a:before 
{
	content: "";
    position: absolute;
    z-index: 100;
    background: #000000;
    width: 101%;
    height: 100%;
	opacity:0;
	top:0px;
	left:0px;
    color: #ffffff;
    background: url(img/button_zoom.png) center center no-repeat rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.3s ease-out;
	   -moz-transition: 0.3s ease-out;
	     -o-transition: 0.3s ease-out;
	    -ms-transition: 0.3s ease-out;
	        transition: 0.3s ease-out;
}

.gallery .gallery-item a:hover:before
{
	opacity:1;
}

.gallery .gallery-item img 
{
	border: none !important;
	padding: 0px;
	float: left;
	width: 101%;
    height: auto;
}

.gallery .gallery-caption 
{
   font-size: 12px;
   margin: 0 0 12px;
}

.gallery dl 
{
   margin: 0;
}

.gallery br+br 
{
   display: none;
}

.aligncenter,
div.aligncenter,
.art-article .aligncenter img,
.aligncenter img.art-article,
.aligncenter img, img.aligncenter
{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

p.aligncenter , p.center 
{
   text-align: center;
}

.alignleft
{
   float: left;
}

.alignright
{
   float: right;
}

.alignright img,
img.alignright
{
   margin: 20px;
   margin-right: 0;
}

.alignleft img,
img.alignleft
{
   margin: 20px;
   margin-left: 0;
}

/* ========================== Lightbox - start ====================== */

/* Preload images */
body:after 
{
	content: url(img/button_close_a.png) url(img/ajax_loader.svg) url(img/button_prev.png) url(img/button_next.png);
	display: none;
}

.lightboxOverlay 
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
	display: none;
	width: 100%!important;
}

.lightbox 
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.lightbox .lb-image 
{
	display: block;
	height: auto;
	max-width: inherit;
}

.lightbox a img 
{
	border: none;
}

.lb-outerContainer 
{
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

.lb-outerContainer:after 
{
	content: "";
	display: table;
	clear: both;
}

.lb-container 
{
	padding: 4px;
}

.lb-loader 
{
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel
{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url('img/ajax_loader.svg') no-repeat;
}

.lb-nav 
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav 
{
	left: 0;
}

.lb-nav a 
{
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next 
{
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev 
{
	width: 34%;
	left: 0;
	float: left;
	background: url('img/button_prev.png') left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	   -moz-transition: opacity 0.6s;
	     -o-transition: opacity 0.6s;
	        transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover 
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next 
{
	width: 64%;
	right: 0;
	float: right;
	background: url('img/button_next.png') right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	   -moz-transition: opacity 0.6s;
	     -o-transition: opacity 0.6s;
	        transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover 
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer 
{
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	    -moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	        border-bottom-left-radius: 4px;
	   -moz-border-radius-bottomright: 4px;
   -webkit-border-bottom-right-radius: 4px;
	       border-bottom-right-radius: 4px;
}

.lb-dataContainer:after 
{
	content: "";
	display: table;
	clear: both;
}

.lb-data 
{
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details 
{
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption 
{
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
}

.lb-data .lb-number 
{
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

.lb-data .lb-close 
{
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	background: url('img/button_close_a.png') center center no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	   -moz-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
}

.lb-data .lb-close:hover 
{
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}