/*
Theme Name: MoTA theme
Author: Hrvoje Hiršl, Tomislav Šabić Bastalec
Author URI: http://www.hrvojehirsl.com/
Description: Wordpress theme custom made for Museum of Transitory Art. Designed by Hrvoje Hiršl and developed by Tomislav Šabić Bastalec
Version: 1.0
*/
@font-face {
    font-family: 'Museo';
    src: url('fonts/MuseoSans_300.otf');
	font-weight: 300;
}
@font-face {
    font-family: 'Museo';
    src: url('fonts/MuseoSans_500.otf');
	font-weight: 500;
}
@font-face {
    font-family: 'Museo';
    src: url('fonts/MuseoSans_700.otf');
	font-weight: 700;
}
@font-face {
    font-family: 'Museo';
    src: url('fonts/MuseoSans_100.otf');
	font-weight: 100;
}
@font-face {
    font-family: 'Museo';
    src: url('fonts/MuseoSans_500_Italic.otf');
	font-weight: 500;
	font-style: italic;
}
@font-face {
    font-family: 'Museo';
    src: url('fonts/MuseoSans_900.otf');
	font-weight: 900;
}
*{
	margin:0;
	padding:0;
}
body{
	font-family: "Museo", sans-serif;
	font-weight: 500;
	background: #f2f2f2;
}
ul, ol{
	list-style-type: none;
}
a:link, a:visited{
	line-height:1;
	outline:none;
	color:#555555;
	text-decoration-color: #a5a5a5;
	-moz-text-decoration-color: #a5a5a5;
}
a:hover, a:active{
	line-height:1;
	outline:none;
	color:#000000;
	text-decoration:none;
}
h1{
	font-size:20px;
	letter-spacing:2px;
	font-weight:500;
	text-transform:uppercase;
	line-height:1;
}
h2{
	font-size:20px;
	font-weight:700;
	color:#444444;
}
.clearfix{
	width:100%;
	height:1px;
	display:block;
	clear:both;
}
.rwdfix{
	width:100%;
	height:1px;
	display:none;
	clear:both;
}
.header-wrapper{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 10px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	background: #f2f2f2;
	z-index:500;
}
.header-container{
	border-bottom:2px solid #808080;
	width:100%;
}
.header{
	width:100%;
	position:relative;
}
.logo{
	width:138px;
	display:inline-block;
	position:relative;
	margin-bottom:10px;
	margin-top:10px;
}

.logo img{
	width:100%;
	height:auto;
}

.menu{
	margin-bottom:40px;
	display:none;
}

.menu li{
	text-align:right;
}

.menu li a:link, .menu li a:visited{
	font-weight:500;
	color:#000000;
	text-transform:uppercase;
	letter-spacing:2px;
	text-decoration:none;
	margin:5px 0;
	display:inline-block;
}

.social{
	position:absolute;
	right:0px;
	top:12px;
	width:115px;
}

.social a{
	width:24px;
	height:24px;
	margin-left:10px;
	margin-bottom:10px;
	display:inline-block;
	text-indent:-9999px;
	text-decoration:none;
}
.fejs{
	background:url('images/social.png') no-repeat 0 0;
}
.fejs:hover{
	background:url('images/social.png') no-repeat 0 -25px;
}
.twitter{
	background:url('images/social.png') no-repeat -30px 0;
}
.twitter:hover{
	background:url('images/social.png') no-repeat -30px -25px;
}
.google{
	background:url('images/social.png') no-repeat -59px 0;
}
.google:hover{
	background:url('images/social.png') no-repeat -59px -25px;
}
.vimeo{
	background:url('images/social.png') no-repeat -89px 0;
}
.vimeo:hover{
	background:url('images/social.png') no-repeat -89px -25px;
}
.pinterest{
	background:url('images/social.png') no-repeat -118px 0;
}
.pinterest:hover{
	background:url('images/social.png') no-repeat -118px -25px;
}
.instagram{
	background:url('images/social.png') no-repeat -148px 0;
}
.instagram:hover{
	background:url('images/social.png') no-repeat -148px -25px;
}
.hide-menu{
	position:absolute;
	right:0px;
	bottom:0px;
	padding:1px 8px 2px 9px;
	background: #808080;
	display:none;
}

.show-menu{
	position:absolute;
	right:0px;
	bottom:-24px;
	padding:1px 8px 2px 9px;
	background: #808080;
}

.hide-menu a, .show-menu a{
	text-decoration:none;
	color:#ffffff;
	text-transform:uppercase;
	font-size:12px;
	font-weight:500;
	letter-spacing:2px;
}

.hide-menu a:hover, .show-menu a:hover{
	color:#aaaaaa;
}

.searchform{
	background:#ffffff;
	height:24px;
	padding-left:5px;
	position:absolute;
	bottom:0px;
	right:194px;
	display:none;
	overflow:hidden;
}

.searchform input{
	border:none;
	background:none;
	font-family: "Museo", sans-serif;
	font-weight:100;
	color:#000000;
	width:72px;
	float:left;
	margin-top:3px;
}

.searchform .searchsubmit{
	background:url('images/povecalo.png') no-repeat center 3px;
	width:24px;
	height:24px;
	cursor:pointer;
	float:right;
	margin:0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .searchform{	
		height:22px;
	}
}

.lang{
	position:absolute;
	right:106px;
	bottom:0px;
	padding:1px 8px 2px 9px;
	background: #808080;
	color:#aaaaaa;
	font-weight:500;
	display:none;
}

.lang a{
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:500;
	letter-spacing:2px;
	text-decoration:none;
}

.lang a.slc{
	color:#aaaaaa;
}

.bx-wrapper{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 10px;
	width:100%;
	margin-top:130px;
	position:relative;
	display:none;
	overflow:hidden;
}

.bx-viewport{
	margin:0 auto;
}

.bx-viewport ul li .link_img{
	width:55%;
	float:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right:15px;
	position:relative;
}

.bx-viewport ul li .link_img img{
	width:100%;
	height:auto;
}

.bx-viewport ul li .link_img h1{
	text-transform:none;
	color:#ffffff;
	font-size:28px;
	line-height:1.3;
	font-weight:100;
	position:absolute;
	top:50px;
	left:30px;
	right:45px;
	text-shadow: 0px 0px 10px #000000;
}

.bx-viewport ul li .text{
	width:45%;
	float:right;
	color:#555555;
	font-size:13px;
	font-weight:300;
	line-height:1.5;
}

.bx-viewport ul li .text p{
	margin-bottom:10px;
}

.bx-viewport ul li .text p.date{
	font-weight:bold;
	font-size:13px;
	color:#555555;
}

.bx-wrapper .bx-controls{
	width:100%;
	text-align:center;
	margin-top:20px;
}

.bx-wrapper .bx-controls .bx-pager-item{
	display:inline-block;
	margin:0 5px;
}

.bx-wrapper .bx-controls .bx-pager-item a{
	display:block;
	height:19px;
	width:19px;
	text-indent:-9999px;
	line-height:1;
	background:url('images/slider-nav.png') no-repeat 0px 0px;
	cursor:pointer;
}

.bx-wrapper .bx-controls .bx-pager-item a.active{
	background:url('images/slider-nav.png') no-repeat 0px -19px;
}

.bx-wrapper .bx-controls-direction{
	position:absolute;
	height:1px;
	left:10px;
	right:10px;
	bottom:19px;
	display:block;
}

.bx-wrapper .bx-controls-direction a{
	position:absolute;
	top:0px;
	text-indent:-9999px;
	height:19px;
	width:10px;
}

.bx-wrapper .bx-controls-direction a.bx-prev{
	left:0px;
	background:url('images/arrow-left.png') no-repeat 0px 0px;
}

.bx-wrapper .bx-controls-direction a.bx-next{
	right:0px;
	background:url('images/arrow-right.png') no-repeat 0px 0px;
}

.bx-wrapper .bx-controls-direction a.bx--prev:hover{
	background:url('images/arrow-left.png') no-repeat 0px -19px;
}

.bx-wrapper .bx-controls-direction a.bx--next:hover{
	background:url('images/arrow-right.png') no-repeat 0px -19px;
}

.content-wrapper{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 10px;
	width:100%;
	margin-top:120px;
	position:relative;
}

.ruler{
	width:100%;
	height:2px;
	position:relative;
	top:34px;
	background:#808080;
}

.content{
	position:relative;
	background:#f2f2f2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content h1{
	padding-bottom:12px;
	border-bottom:2px solid #808080;
	margin-bottom:20px;
}

.content.list h1{
	padding-bottom:7px;
}

.box-75{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
	width:100%;
	margin-bottom:30px;
}

.box-25{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
	width:100%;
	margin-bottom:30px;
}

.latest-tweets ul li{
	margin-bottom:20px;
}

.latest-tweets ul li p{
	margin:0;
}

.latest-tweets ul li p.tweet-details a{
	text-decoration:none;
	color:#a5a5a5;
	font-weight:700;
}

.toggle{
	display:block;
	text-decoration:none;
	font-weight:500;
	text-transform:uppercase;
	font-size:20px;
	color:#808080;
	padding:5px 0 5px 35px;
	background:url('images/menu.png') no-repeat 0px 2px;
}

.side-menu{
	margin-top:5px;
	display:none;
}

.side-menu li{
	width:100%;
}

.side-menu li a{
	display:block;
	text-decoration:none;
	font-weight:500;
	text-transform:uppercase;
	font-size:20px;
	border-bottom: 2px solid #808080;
	color:#808080;
	padding:6px 0;
}

.side-menu li a:hover{
	color:#808080;
	border-bottom: 2px solid #000000;
}

.side-menu li.current-menu-item a, .side-menu li.current-menu-ancestor a{
	color:#000000;
}

.side-menu li .sub-menu{
	display:none;
}

.side-menu li .sub-menu li a{
	padding-left:20px;
}

.side-menu li.current-menu-item .sub-menu, .side-menu li.current-menu-ancestor .sub-menu{
	display:block;
}

.side-menu li.current-menu-item .sub-menu li a, .side-menu li.current-menu-ancestor .sub-menu li a{
	color:#808080;
}

.side-menu li.current-menu-ancestor .sub-menu li.current-menu-item a, .side-menu li.current-menu-item .sub-menu li.current-menu-item a{
	color:#000000;
}

.article{
	width:100%;
	float:left;
	margin-bottom:20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.article .img-link{
	width:100%;
	margin-bottom:20px;
	display:block;
}

.img-link img{
	width:100%;
	height:auto;
}

.tags{
	font-size:15px;
	color:#b5b5b5;
	margin-bottom:10px;
	min-height:40px;
}

.tags a{
	font-size:15px;
	color:#b5b5b5;
	text-decoration:none;
}

.tags a:hover{
	color:#000000;
}

.article h2{
	margin-bottom:20px;
}

.box-100 .article{
	font-size:13px;
	color:#ffffff;
	font-weight:300;
	line-height:1.5;
}

.article p, .box-25 p{
	font-size:13px;
	color:#555555;
	font-weight:300;
	line-height:1.5;
	margin-bottom:20px;
}

.article .date{
	color:#000000;
	font-size:13px;
	font-weight:300;
	display:block;
	margin-bottom:20px;
}

.box-25 p .date{
	font-weight:700;
	color:#a5a5a5;
	display:block;
}

.box-25 p .location{
	font-weight:300;
	font-style:italic;
	color:#505050;
	display:block;
}

.box-25 p .title{
	font-weight:500;
	color:#444444;
	display:block;
}

.slider-logo-wrapper{
	width:100%;
	background:#b5b5b5;
	height:205px;
	position:relative;
	padding:55px 10px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.slider-logo {
	max-width:1144px;
	margin:0 auto;
	position:relative;
}
.slider-logo .bx-wrapper{ 
	margin: 0px;
	float: right;
	max-width: 1144px !important;
	margin-top:-25px !important;
	display:block;
}
.slider-logo .bx-wrapper .bx-viewport{ 
	overflow: hidden !important;
	width: 100% !important;
	max-width: 710px;
	float: none;
}
.slider-logo .bx-wrapper .bx-viewport ul li{ 
	opacity:1;
	text-align:center;
    display: block;
}
.slider-logo .bx-wrapper .bx-viewport ul li a{
	width: 100%;
	height: 53px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.slider-logo .bx-wrapper .bx-viewport ul li a img{ 
    max-height: 100px;
}
.slider-logo .bx-wrapper .bx-controls-direction {
	width:auto;
}
.slider-logo h2{
	width: 100%;
	top: -31px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 300;
	position: relative;
	max-width: 715px;
	float: none;
	margin: 0 auto;
}
.content-wrapper.gray{
	background:#808080;
	margin-top:0px;
}

.content-wrapper.gray .content{
	background:#808080;
	padding-top:25px;
}

.content-wrapper.gray .content.about{
	padding-top:45px;
}

.content-wrapper.gray .content p{
	color:#ffffff;
}

.content-wrapper.gray .content strong{
	font-weight:700;
}

.content-wrapper.gray .content a{
	color:#ffffff;
	text-decoration-color: #ffffff;
	-moz-text-decoration-color: #ffffff;
}

.content-wrapper.gray .content a:hover{
	color:#555555;
}

.box-100{
	position:relative;
	width:100%;
}

.go-up{
	position:absolute;
	right:0px;
	top:0px;
	display:inline-block;
	font-size: 14px;
    font-weight: 700;
	text-transform:uppercase;
	color:#ffffff !important;
	letter-spacing:2px;
	text-decoration:none;
	padding:4px 15px 6px;
	background:#b5b5b5;
	z-index:100;
}

.content.about .box-100 h1{
	margin-bottom:0px;
	padding-bottom:2px;
	font-weight:900;
	font-size:18px;
	color:#ffffff;
}

.small-menu{
	color:#b5b5b5;
	font-weight:500;
	margin-bottom:40px;
}

.small-menu a{
	color:#b5b5b5;
	font-weight:300;
	font-size:18px;
	text-transform:uppercase;
	margin:0 8px;
	text-decoration:none;
	letter-spacing:2px;
}

.small-menu a:hover{
	color:#555555;
}

.small-menu a.first{
	margin-left:0px;
}

.box-100 .article{
	width:100%;
}

.box-100 .article img.thumb{
	width:100%;
	height:auto;
}

.title-wrapper{
	width:100%;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.title-wrapper h1 {
	display:block;
	border-bottom:2px solid #ffffff;
	padding-bottom:10px;
	color:#ffffff;
}

.content-wrapper.gray .ruler{
	background:#ffffff;
	top:32px;
	width:100%;
}

.title-wrapper .arrow-up{
	display:none;
}

.flexslider{
	width:100%;
	position:relative;
}

.flexslider .flex-viewport li{
	position:relative;
}

.flexslider .flex-viewport li img{
	width:100%;
	height:auto;
}

.flexslider .flex-viewport li h1{
	text-transform:none;
	color:#ffffff;
	font-size:28px;
	line-height:1.3;
	font-weight:100;
	position:absolute;
	top:50px;
	left:30px;
	right:45px;
	text-shadow: 0px 0px 5px #000000;
	border:none;
}

.flexslider .flex-direction-nav{
	position:absolute;
	height:1px;
	left:0px;
	right:0px;
	top:5px;
	display:block;
}

.flexslider .flex-direction-nav li{
	display:inline-block;
}

.flexslider .flex-direction-nav li a{
	position:absolute;
	top:0px;
	text-indent:-9999px;
	height:40px;
	width:40px;
}

.flexslider .flex-direction-nav li a.flex-prev{
	left:0px;
	background:url('images/arrow-left-white.png') no-repeat 10px 10px;
}

.flexslider .flex-direction-nav li a.flex-next{
	right:0px;
	background:url('images/arrow-right-white.png') no-repeat 10px 10px;
}

.flexcarousel{
	width:100%;
	position:relative;
	margin-top:3px;
	margin-bottom:15px;
}

.flexcarousel .flex-viewport li{
	position:relative;
	width:110px;
	height:110px;
	margin-right:8px;
	opacity: 0.4;
    filter: alpha(opacity=40);
	cursor:pointer;
}

.flexcarousel .flex-viewport li.flex-active-slide{
	opacity: 1;
    filter: alpha(opacity=100);
}

.flexcarousel .flex-viewport li img{
	width:100%;
	height:auto;
}

.flexcarousel .flex-direction-nav{
	position:absolute;
	height:1px;
	left:0px;
	right:0px;
	top:0px;
	display:block;
}

.flexcarousel .flex-direction-nav li{
	display:inline-block;
}

.flexcarousel .flex-direction-nav li a{
	position:absolute;
	top:0px;
	text-indent:-9999px;
	height:110px;
	width:40px;
	display:none;
}

.flexcarousel:hover .flex-direction-nav li a{
	display:block;
}

.flexcarousel .flex-direction-nav li a.flex-prev{
	left:0px;
	background:url('images/arrow-left-white.png') no-repeat 10px 45px;
}

.flexcarousel .flex-direction-nav li a.flex-next{
	right:0px;
	background:url(images/arrow-right-white.png) no-repeat 10px 45px;
}

.featured-img{
	position:relative;
	width:100%;
	margin-bottom:8px;
}

.featured-img img{
	width:100%;
	height:auto;
}

.featured-img h1{
	text-transform:none;
	color:#ffffff;
	font-size:28px;
	line-height:1.3;
	font-weight:100;
	position:absolute;
	top:50px;
	left:30px;
	right:45px;
	text-shadow:0px 0px 10px #000000;
	border:none;
}

.text{
	padding-bottom:20px;
	line-height:1.5;
	font-size:17px;
	color:#555555;
	font-weight:300;
}

.text p{
	margin-bottom:20px;
}

.text iframe{
	margin:15px 0;
	width:100%;
}

.featured-video{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-bottom:15px;
}
.featured-video iframe {
	margin:0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.options{
	width:100%;
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:20px;
}

.options span{
	letter-spacing:2px;
	color:#000000;
}

.options a{
	width:24px;
	height:24px;
	margin-left:5px;
	display:inline-block;
	text-indent:-9999px;
	text-decoration:none;
	position:relative;
	top:-3px;
}
.options a.fejs{
	background:url(images/social.png) no-repeat 0 -25px;
}
.options a.fejs:hover{
	background:url(images/social.png) no-repeat 0 0;
}
.options a.tw{
	background:url(images/social.png) no-repeat -30px -25px;
}
.options a.tw:hover{
	background:url(images/social.png) no-repeat -30px 0;
}
.options a.gp{
	background:url(images/social.png) no-repeat -59px -25px;
}
.options a.gp:hover{
	background:url(images/social.png) no-repeat -59px 0;
}

.options a.post-edit-link{
	text-indent:0px;
	float:right;
	width:auto;
	height:auto;
	top:5px;
}

.text .article, .text .article p{
	font-size:17px;
}

.text .article{
	width:100%;
}

.text .article.second{
	width:100%;
}

.text blockquote p{
	padding-top:20px;
	border-top:3px solid #808080;
	font-size:22px;
	font-weight:700;
	margin-bottom:50px;
}

.text blockquote p:before{
	content: "\201C"; 
}

.text blockquote p:after{
	content: "\201D"; 
}

.text blockquote p, .text .article blockquote p{
	font-size:20px;
	font-weight:700;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    .box-25 p .location {
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
    }
    .box-25 p .title {
        font-weight: 300;
        font-size: 13px;
    }
    .article p, .box-25 p {
        font-size: 14px;
        line-height: 1.4;
    }

}
.pagination{
	border-top: 2px solid #808080;
	padding-top:30px;
}

.pagination a{
	padding:10px 0;
	width:40px;
	text-align:center;
	float:left;
	display:block;
	background:#d5d5d5;
	text-decoration:none;
	margin-right:3px;
	margin-bottom:3px;
	color:#777777;
}

.pagination a:hover{
	color:#111111;
}

.pagination a.current{
	background:#808080;
	text-decoration:none;
	margin-right:3px;
	color:#ffffff;
}

.pagination a.current:hover{
	color:#ffffff;
}