/*	---------------------------------------------------------------------------
	==/ 00 /===>	* CREDITS *

	Owner: Mondo Mostre Skira - Milano/Roma
	Template URI: http://www.hikusaimilano.it
	Description: Art exhibition website
	Author: Bibibus
	Author URI: http://www.bibibus.com
	
===============================================================/ Credits /== */

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/*	---------------------------------------------------------------------------
	==/ 01 /===>	* GLOBAL & RESETS *
===============================================================/ 01 /======= */

html { background: #fff; }
body {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	color: #4a4a4a;
}
a {
	color: #c4151b;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform-style: preserve-3d;
}
a:hover, a:focus {
	color: #ff0000;
	text-decoration: none;
}
em { color: #444; }
.uk-article-divider { border-color: #aec4c2; }

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #303346;
}
.uk-table td, .uk-table th { border-bottom: 1px solid #ddd; }

/* preloader 
-------------------------------------------------------------------------*/
/* Preloader, Google Maps, videos
-------------------------------------------------------------------------*/
.video-container,.google-maps{position:relative;height:0;overflow:hidden;}.video-container iframe,.video-container object,.video-container embed,.google-maps iframe{position:absolute;top:0;left:0;width:100% !important;height:100% !important;}
.google-maps{padding-bottom:75%;}
.video-container { padding-bottom: 56.25%; }


/* DefaultCountdown 
-------------------------------------------------------------------------*/
.clock { text-align: center; }
#countdown {
	font-family: 'Roboto', sans-serif;
	color: #aec4c2;
	display: inline-block;
	font-weight: 300;
	font-size: 26px;
	text-align: center;
}
#countdown > div{
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #303346;
	background: #465574;
	display: inline-block;
}
#countdown div > span{
	padding: 5px 15px;
	border-radius: 3px;
	background: #303346;
	display: inline-block;
}
.smalltext{
	padding-top: 5px;
	font-size: 14px;
}

/** 02.c -> Home video
--------------------------------------------------- */
#home-video { position: relative; }
#home-video .uk-alert > .uk-close:first-child {
	position: absolute;
	top: -10px;
	right: -10px;
}

.uk-alert-top {
	margin: 0;
}

/*	---------------------------------------------------------------------------
	==/ 02 /===>	* NAVIGATION *
===============================================================/ 02 /======= */

/*  Main Navigation
--------------------------------------------------- */
.navigation-bar {
	padding: 0 30px;
	background-color: #131313;
	z-index:100;
}
.uk-navbar {
	display: table;
	margin: 0 auto;
	background: transparent;
}
.uk-navbar-nav > li > a {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #999;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform: uppercase;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li.current a,
.uk-navbar-nav > li.uk-open > a,
.uk-navbar-nav > li.uk-active-path > a,
.uk-navbar-nav > li.uk-active > a {
	color: #fff;
	background: transparent;
}
.uk-dropdown-navbar {
	background: #f2e7d5;
	border-left: 1px solid #303346;
	border-right: 1px solid #303346;
	border-bottom: 1px solid #303346;
}
.uk-dropdown-navbar .uk-nav-navbar a { color: #303346; }
.uk-dropdown-navbar .uk-nav-navbar a:hover {
	background: #303346;
	color: #f2e7d5;
}

/*  Mobile Navigation
--------------------------------------------------- */
.mobile-navigation { padding-top: 5px; }
.uk-offcanvas-bar { background: #303346; }
.uk-offcanvas-bar .bar-title {	
	padding: 10px;
	background: #131313;
}
.offsidenav li a {
	padding: 10px 15px;
	border-bottom: 1px dotted #85b8e4;
	color: #fff;
}
.offsidenav > ul > li:hover > a {
	background: #fff;
	color: #c41e2a;
}



/*	------------------------------------------------------------------------
	==/ 03 /===>	* ASSETS *
===============================================================/ 03 /======= */
.top-bar {
	padding: 10px 0;
	background-color: #131313;
}

/*  Home Page
--------------------------------------------------- */
.home-header {
    background: url('../img/background.jpg') center;
	color: #fff;
}
.home-logo {
    height: 960px;
	padding: 50px 0;
}
p.home-logo-top {
    font-size: 20px;
    letter-spacing: 1px;
}
.home-logo-middle {
	margin: 0 20px;
	text-align: center;
}
p.home-logo-middle { margin: 20px 0; }
p.home-logo-bottom {
	font-size: 16px;
    letter-spacing: 0;
}
.home-logo-payoff h1 {
	margin-top: 50px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.0em;
	text-align: center;
	color: #c4d9da;
}

.home-about {
	padding: 75px 25px;
    background-color: #212e3e;
}
.home-about-content {
	padding: 50px;
	border: 2px solid #303346;
    background-color: #f2e7d5;
}
.home-about h2 {
    font-size: 3rem;
    margin-bottom: 35px;
}
.home-about h2::after {
    background-color: #303346;
    content: "";
    display: block;
    height: 5px;
    margin-left: 3px;
    margin-top: 5px;
    opacity: 0;
    transform: translate3d(-50px, 0px, 0px);
    transition: all 0.3s ease-in-out 0s;
    width: 30px;
}
.home-about:hover h2::after {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.home-boxes { background: #465574; }
.home-boxes .uk-panel:hover { background: #f7f7f7; }
ul.list-services {
    display: inline-block;
    position: relative;
    width: 100%;
}
ul.list-services::before {
    height: 100%;
    left: 0;
    right: 0;
    width: 1px;
}
ul.list-services::after {
    bottom: 0;
    height: 1px;
    left: 0;
    top: 0;
    width: 100%;
}
ul.list-services::after, ul.list-services::before {
    background-color: #888;
    content: "";
    margin: auto;
    position: absolute;
}
ul.list-services > li {
    float: left;
    text-align: center;
    width: 50%;
}
ul.list-services > li a {
    border: medium none;
    color: #fff;
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 0.34375rem;
    line-height: 1.6;
    padding: 78px 0;
    text-transform: uppercase;
}
ul.list-services > li a:hover {
    background-color: #aec4c2;
    color: #111;
}

.home-quote {
    background: #303346 url('../img/wave-quote.jpg') center;
    height: 408px;
    width: 100%;
    position: relative;
	color: #fff;
}
.home-quote-layer {
    background-color: rgba(48,51,70,0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.intro { padding: 50px 0; }
.intro i { font-size: 36px; }
.intro p,
.intro cite { font-size: 1.25em; }
.intro i,
.intro cite { color: #aec4c2; }

.middle-boxes {
	background: #212e3e;
	padding: 75px 0;
}
.middle-boxes p, .middle-boxes h2, .middle-boxes h3 { color: #f2e7d5; }
.low-boxes {
    background: #f2e7d5 url('../img/background-low-boxes.jpg') center;
	padding: 75px 0;
}
.low-boxes .uk-panel-box { background: #212e3e; }
.low-boxes .uk-panel-box p,
.low-boxes .uk-panel-box h3 { color:  #f2e7d5; }

/*  Inner Pages
--------------------------------------------------- */
.page-holder { background: url('../img/background.jpg') fixed; }
.page-wrapper { background-color: rgba(48,51,70,0.75); }
.page-title { padding: 25px; }
.page-title-image { float: left; }
.page-title-image p {
	color: #fff;
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase;
}
.page-title-text {
	float: right;
	color: #fff;
	text-align: right;
}
.page-title h1 {
    font-size: 32px;
    line-height: 1.0em;
	color: #fff;
	margin-top: 20px;
}

.page-content {
	background: #212e3e;
	background: #f2e7d5;
	border: 20px solid #212e3e;
	padding: 50px 0;
	margin-bottom: 50px;
}

.gallery-grid {
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
}
.gallery-grid p { margin-top: 0; }

/*  Footer
--------------------------------------------------- */
.newsletter-wrapper {
	background-color: rgba(0,0,0,0.5);
	padding: 10px 0;
	color: #fff;
}
.newsletter-wrapper h2 {
	padding-top: 7px;
	color: #f2e7d5;
	font-weight: 300;
	text-align: center;
}
footer {
	background-color: #131313;
	padding: 10px 0;
	color: #fff;
}
ul.sponsors-list li {
	display: inline-block;
	margin: 10px 5px 10px 0;
	padding: 0 12px;
}
.sponsors-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #777;
}


/*  Translate and social
--------------------------------------------------- */
.translate,
.social-icons { padding-top: 10px; }
.social-icons i { padding: 0; }
.social-icons i,
.translate a { color: #999; }
.translate a:hover,
a.lang-active,
.social-icons i:hover { color: #fff; }

input.uk-button-danger { color: #fff; }
.uk-button-home {
    background: transparent;
    border: 3px solid #fff;
    font-size: 26px;
	color: #fff;
}
.uk-button-home:hover {
    background: #c41e2a;
    border: 3px solid #c41e2a;
    font-size: 26px;
	color: #fff;
}


/*  Mediaqueries for Backgrounds
--------------------------------------------------- */
@media only screen and (min-width:480px) {
	.home-logo-payoff h1 { font-size: 48px; }
}
@media only screen and (min-width:960px) {
	.clock { text-align: right; }
	p.home-logo-top {
		font-size: 24px;
		letter-spacing: 5px;
	}
	p.home-logo-bottom {
		font-size: 20px;
		letter-spacing: 1px;
	}
	.home-logo-payoff h1 {
		font-size: 98px;
		text-align: right;
	}
	.home-logo-middle { margin: 0; }
	.page-title h1 { font-size: 48px; }
	.intro p,
	.intro cite { font-size: 2em; }
	.social-icons i { padding: 0 5px; }
	ul.list-services > li a { font-size: 1.5rem; }
	.newsletter-wrapper h2 { text-align: right; }
}

/*! Bibibus 2.0 | Component: timeline | MIT License */
#timeline .timeline-item:after, #timeline .timeline-item:before {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}

*, *:before, *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#timeline { position: relative; }
#timeline:before {
	position: absolute;
	left: 50%;
	content: "";
	width: 3px;
	height: 100%;
	background: #ee4d4d;
}
#timeline .timeline-item { margin-bottom: 25px; }
#timeline .timeline-item .timeline-icon {
	position: absolute;
	left: 50%;
	background: #465574;
	width: 55px;
	height: 55px;
	overflow: hidden;
	margin-left: -25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	color: #F2E7D5;
}
#timeline .timeline-item .timeline-icon i { margin-top: 10px; }
#timeline .timeline-item .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content h2 {
  padding: 15px;
  background: #303346;
  color: #fff;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#timeline .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #303346;
}
#timeline .timeline-item .timeline-content.right { float: right; }
#timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #303346;
}


@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #ee4d4d;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}
