/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: NYC Design
 * Version: 1.0
 * Date: 04-20-2014
 * URL: 
 */
/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);





html,
button,
input,
select,
textarea {
    color: #222;
}



/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}
*|*:-moz-any-link { text-decoration:none!important; }

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    /*height: 100%;*/
	overflow-x:hidden;
	cursor:pointer;
}

body {
    font-family: "Lato" sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
}


/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/Preloader_3.gif) center no-repeat #000;
}






/* ==========================================================================
   MENU CONFIGURATION
   ========================================================================== */

.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #1a1a1a;
	opacity: 0.9;
	width: 200px;
	height: 100%;
}

.menu h1.logo a {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #ffffff;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	color: #808080;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu a:hover {
	color: #ffffff;
}

.menu a:active {
	color: #ffffff;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 28px;
	font-size: 30px;
	line-height: 40px;
	margin: 25px 2px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/backbw2.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:120px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	overflow:hidden;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	/* newly added fade in */
	
	animation: fadein 5s;
    -moz-animation: fadein 5s; /* Firefox */
    -webkit-animation: fadein 5s; /* Safari and Chrome */
    -o-animation: fadein 5s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/*end newly added fade in*/

#headerwrap h1 {
	color:#FFF;
	margin-top: 90px;
	padding-bottom: 5px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;	
}
@media only screen and (max-width : 380px) { #headerwrap h1 {
	color:#FFF;
	margin-top: 0px;
	padding-bottom: 5px;
	letter-spacing: 8px;
	font-size: 80px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;	
}}
#headerwrap h1v2 {
	color:#FFF;
	margin-top: 0px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

@media only screen and (max-width : 380px) {#headerwrap h1v2 {
	color:#FFF;
	margin-top: 0px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}}

#headerwrap h1v3 {
	color:#FFF;
	margin-top: 0px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

@media only screen and (max-width : 380px) {#headerwrap h1v3 {
	color:#FFF;
	margin-top: 0px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}}

#headerwrap h1v4 {
	color:#FFF;
	margin-top: 0px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 3px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

@media only screen and (max-width : 380px) {#headerwrap h1v4 {
	color:#FFF;
	margin-top: 0px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 1px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}}


#biopop {
	
	
	background-color:#000;
	margin-top: 0px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	min-height: 700px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	/* newly added fade in */
	
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/*end newly added fade in*/

#biopop h1 {
	color:#FFF;
	margin-top: 20px;
	padding-bottom: 5px;
	letter-spacing: 8px;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
	
}

#biopop h2 {
	 font-family: 'San Francisco Text', sans-serif;
    font-weight: 400;
    font-size: 18px;
	text-align:left;
	color:#FFF;
	margin-top: 0px;
	padding-bottom: 30px;
	letter-spacing: 0px;
	
}

#biopop h1v3 {
	
	color:#FFF;
	margin-top: 0px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

#songlist {
	
	
	background-color:#000;
	margin-top: 0px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	min-height: 700px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
	
	/* newly added fade in */
	
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/*end newly added fade in*/

#songlist h1 {
	font-family:'San Francisco Text', sans-serif;
	color:#FFF;
	margin-top: 20px;
	padding-bottom: 5px;
	letter-spacing: 8px;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
	
}

#songlist h2 {
	 font-family: 'San Francisco Text', sans-serif;
    font-weight: 400;
    font-size: 18px;
	text-align:left;
	color:#FFF;
	margin-top: 0px;
	padding-bottom: 30px;
	letter-spacing: 0px;
	
}

#songlist h1v3 {
	font-family:'San Francisco Text', sans-serif;
	color:#FFF;
	margin-top: 0px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}




/* About Wrap & Conf */
#aboutwrap {
	margin-top: 0px;
	margin-bottom: 0px;
}

#aboutwrap h4 {
	font-family:'San Francisco Text', sans-serif;
	color:#000;
	letter-spacing: 8px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
	
}



.bigband {
	padding: 0px;
	padding-right: 15px;
	
	
}

.acoustic {
	border-left: 1px solid;
	padding: 0px;
	padding-left:15px;
	
	
}

.name {
	text-align: center;
}
.name p {
	font-size: 22px;
	font-weight: 300;
	margin-top: 15px;
	letter-spacing: 2px;
}

.name-label {
	width: 200px;
	margin: 0 auto 0px;
	border-top: 1px solid #000;
	
}

.name-zig {
	width: 73px;
	height: 17px;
	margin: 0px 0 5px;
	background: url(../img/name-zig.png) 0 0 no-repeat;
	background-size: 73px 17px;
	
	
}

.name-desc h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	line-height: 1.45;
	font-weight: 300;
}


/* Separator About - Parallax Section 
.sep {
	background-attachment: fixed!important;
	background-position: 50% 0!important;
	background-repeat: no-repeat!important;
	width: 100%!important;
	height: 180px!important;
	position: relative!important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}*/

/* Separator About - Parallax Section */
.sep {
	background-attachment: scroll;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 180px;
	position: relative;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}



.about {
	background-image: url(../img/about-sep.jpg);
}

#aboutwrap h2 {
	text-align: left
	
}


}

/* Portfolio Wrap Section */
#portfoliowrap {
	display: block;
	margin-top: 0px;
	margin-bottom:0px;
	
}

#portfoliowrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 50px;
}

.mt {
	margin-top: 10px;
}

.mb {
	margin-bottom: 20px;
}

#portfoliowrap i {
	font-size: 50px;
}

.proc {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px transparent;
}

#portfoliowrap .proc:hover {
	background-color: #eee;
	border-bottom: solid 2px #2f2f2f
}

.portfolio {
	background-image: url(../img/portfolio-sep.jpg);
}

/* Service Wrap */
#servicewrap {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	max-width: 100%;
    height: auto;
	
}

#servicewrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
	font-size:38px;
}

@media only screen and (max-width : 380px) { #servicewrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
	font-size:24px;
}}



.service {
	text-align: left;
}

.service small {
	font-size: 12px;
	font-weight: bold
}

.service i {
	float: left;
	margin-right: 15px;
	font-size: 30px;
	vertical-align: middle;
}

.service .text {
	color: #767676
}

/* Testimonials Wrap */
#testimonials {
	
	display: block;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #f3f3f3;
	
	
	
}

#testimonials h3b {
	font-family: oswald;
	font-size: 25px;
	font-weight:300;	
}

@media only screen and (max-width : 380px) { #testimonials h3b {
	font-family: oswald;
	font-size: 12px;
	font-weight:300;	
}}

#testimonials h3s {
	font-family: oswald;
	font-size: 14px;
	font-weight:200;
}

@media only screen and (max-width : 380px) { #testimonials h3s {
	font-family: oswald;
	font-size: 8px;
	font-weight:200;
}}

h3b, h3s,  {
	display:inline;
	
	
	
}



.slick {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #f3f3f3;
	text-align:center;
}
.table {
	<div style="display: table; height: 5em; width: 200px;">
  <div style="display: table-cell; vertical-align: middle;">
  }



/* Contact Wrap */
#contactwrap {
	background-color: #000;
	background: url(../img/sydney.jpg) no-repeat center top;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
    background-size: cover;
	margin-top: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 100%;
	
}

#contactwrap p {
	color: #f2f2f2;
}

#contactwrap small {
	font-size: 13px;
}

.contact {
	background-image: url(../img/contact-sep.jpg);
}

#contactwrap label {
	color: #f2f2f2;
	margin-top: 10px;
	text-decoration:none
}


/* Gallery Configuration */
.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #2f2f2f;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  
}

.project:hover .photo-wrapper {
  background-color: #2f2f2f;
	background-image:url(../img/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
}
.project:hover .photo {
  opacity: 10;
  filter: alpha(opacity=4000);
  opacity: 0.1;
  filter: alpha(opacity=40);
}
.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}



.desc {
	margin-top: 25px;
}


/* brandico */

ul.social-buttons {
  text-align: center;
  margin-top: 50px;
  margin-left: -50%;
}

ul.social-buttons li {
  display: inline-block;
  margin: 0 10px;
}

ul.social-buttons li a {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50px;
  text-decoration: none;
  font-size: 30px;
  line-height: 60px;
  color: white;
}


ul.social-buttons li a.fa-phone {
  background-color: #3f729b;
}

ul.social-buttons li a.fa-facebook {
  background-color: #3B5998;
}

ul.social-buttons li a.fa-envelope {
  background-color: #4099FF;
}


/*Demo 1*/
ul#demo1 li a {
  transition: transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
   -moz-transition: -moz-transform 0.2s linear;
   -o-transition: -o-transform 0.2s linear;
   -ms-transition: -ms-transform 0.2s linear;
  
  
}

ul#demo1 li:hover a {
  transform: translateY(-10px);
     -webkit-transform: translateY(-10px);
   -moz-transform: translateY(-10px);
   -o-transform: translateY(-10px);
   -ms-transform: translateY(-10px);
   
  
  
}


/*SET2 (hover effect)*/

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0px 0 0px;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	z-index:5
}

.grid figure img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media only screen and (max-width : 380px) { .grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.85em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	text-shadow: 2px 2px 2px #000;
}

.grid figure h2 span {
	font-weight: 800;
	text-shadow: 2px 2px 2px #000;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	text-shadow: 2px 2px 2px #000;
}

/* Individual effects */


/*---------------*/
/***** Jazz *****/
/*---------------*/

figure.effect-jazz {
	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}

figure.effect-jazz img {
	opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}

figure.effect-jazz h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-jazz p {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.85em;
	opacity: 0;
}

figure.effect-jazz:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}



/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}





/* Slick Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
	outline: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
	outline: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
	outline: 0;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
	outline: 0;
}
.slick-track:after
{
    clear: both;
	outline: 0;
}
.slick-loading .slick-track
{
    visibility: hidden;
	outline: 0;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
	outline: 0;
}
[dir='rtl'] .slick-slide
{
    float: right;
	outline: 0;
}
.slick-slide img
{
    display: block;
	outline: 0;
}
.slick-slide.slick-loading img
{
    display: none;
	outline: 0;
}
.slick-slide.dragging img
{
    pointer-events: none;
	outline: 0;
}
.slick-initialized .slick-slide
{
    display: block;
	outline: 0;
}
.slick-loading .slick-slide
{
    visibility: hidden;
	outline: 0;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
	outline: 0;
}
.slick-arrow.slick-hidden {
    display: none;
	outline: 0;
}


.little-calendar {
	width: 240px;
	max-width: 100%;
	
    margin: 0 auto;
	overflow: hidden;
	
}

@media (min-width: 500px) {
	.little-calendar {
		display: none !important;
	}
}

@media only screen and (max-width: 499px) {
	.big-calendar {
		display: none !important;
	}
}
