
body {
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #3b3b3b;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	background-color: #428ab3;
}

img {
	border: 0;
	padding: 0px;
	margin: 0px;
	outline: none;
	display: block;
}

img, a, span {
  vertical-align: top;
}

div {
	padding: 0px;
	margin: 0px;
}

ul, ol {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}

ul span, ul a {

}

table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
    border-spacing: 0;
}

iframe {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

a {
	color: #428ab3;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

a:active, a:focus, audio:active, audio:focus {
	outline: none;
}

a:hover {
	color: #d8a60e;
	text-decoration: none;
}

a .imgroller {
	opacity: 1.0;
	-webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

a:hover .imgroller {
	opacity: 0.7;
}​

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

#mobile-menu {
	display: none;
	position: absolute;
	top: -120%;
	left: 0;
	z-index: 9999;
	background-color: #d8a60e;
	width: 100%;
	text-align: center;
	-webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

.open-it {
	top: 0px !important;	
}

#close-menu {
	padding-top: 41px;
	padding-right: 30px;
	text-align: right;
}

#close-menu img {
	display: inline-block;
	width: 36px;
	height: 36px;	
}

#mobile-navigation {
	padding-top: 23px;
	max-width: 260px;
	margin: 0 auto;
	text-align: center;
}

#mobile-navigation a {
	display: inline-block;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 2px;	
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 18px;
}

#mobile-navigation a:hover {
	color: #3b3b3b;
	text-decoration: none;	
}

#mobile-social {
	margin-top: 55px;
	border-top: 2px solid #a9820d;
	padding-top: 31px;
	padding-bottom: 38px;
}

#mobile-social a {
	color: #ffffff;
	font-size: 32px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 17px;
}

#mobile-social a:hover {
	color: #3b3b3b;
	text-decoration: none;
}

#open-menu {
	display: none;	
	position: absolute;
	top: 42px;
	right: 26px;
	z-index: 9998;
	width: 44px;
	height: 33px;
}

#open-menu img {
	width: 100%;
	height: auto;	
}

.wrapper {
	max-width: 1050px;
	margin: 0 auto;
}

.common-pad {
	padding-left: 50px;	
	padding-right: 50px;
}

#top-bar {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 997;
	height: 180px;
	background-color: #c28d01;
	background-image: url(/img/common/bar-background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 1414px 180px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#top-bar {
		background-image: url(/img/common/bar-background@2x.jpg);
	}
}

#top-photo {
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 998;
	width: 100%;
	background-image: url(/img/common/uncle-jonny.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 250px 450px;
	overflow: hidden;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#top-photo {
		background-image: url(/img/common/uncle-jonny@2x.png);
	}
}

body.home #top-photo {
	height: 450px;	
}

body.content #top-photo {
	height: 170px;	
}

#content-full {
	background-color: #ffffff;	
}

#header {
	position: relative;
	z-index: 999;
}

#header-wrapper {
	border-bottom: 1px solid #dda100;	
}

body.home #header-wrapper {
	padding-top: 96px;
}

body.content #header-wrapper {
	padding-top: 46px;
}

#logo-mobile {
	display: none;
	width: 97%;
	max-width: 252px;
	margin: 0 auto;	
}

#logo-mobile img {
	width: 100%;
	height: auto;	
}

#logo {
	width: 100%;
}

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

#navigation {
	float: left;
	height: 66px;
	color: #428ab3;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-top: 42px;	
}

#navigation span {
	color: #d8a60e;
}

#navigation a {
	color: #428ab3;
	text-decoration: none;
}

#navigation a:hover {
	color: #d8a60e;
	text-decoration: none;
}

#navigation span, #navigation a {
	margin-right: 36px;	
}

#navigation span.no-margin, #navigation a.no-margin {
	margin-right: 0px;	
}

#social {
	float: right;
	text-align: right;
	font-size: 22px;
	font-weight: normal;
	line-height: normal;
	padding-top: 36px;
}

#social a {
	color: #428ab3;
	text-decoration: none;
	margin-left: 24px;
}

#social a:hover {
	color: #d8a60e;
	text-decoration: none;
}

#social a.no-margin {
	margin-left: 0px;
}

#content-wrapper {
	min-height: 200px;
}

#footer {
	color: #ffffff;
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 1px;
	padding-top: 75px;
	padding-bottom: 77px;
	text-align: center;
}

#footer a {
	color: #b4eaef;
	text-decoration: none;
}

#footer a:hover {
	color: #3b3b3b;
	text-decoration: none;
}

#footer span {
	color: #78bae0;
	display: inline-block;
}

#footer br {
	display: none;
}

.pad-top {
	padding-top: 41px;	
}

.pad-bottom {
	padding-bottom: 50px;
}

a.button-link {
	display: inline-block;
	border: 2px solid #5595ba;
	color: #428ab3;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	padding: 7px 20px 11px 20px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.button-link:hover {
	color: #d8a60e;
	border-color: #d8a60e;
	text-decoration: none;
}

.title {
	color: #3b3b3b;	
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.sub-title {
	color: #d8a60e;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 700;	
	text-transform: uppercase;
}

#about-text {
	float: left;
	width: calc(100% - 400px);
}

#about-photo {
	float: right;
	width: 350px;
	padding-top: 49px;
}

#about-photo img {
	width: 100%;
	height: auto;	
}

#about-photo-wrap {
	display: none;
}

#contact-content {
	text-align: center;	
}

#contact-content a.button-link {
	margin-top: 41px;
}

.event-item {
	padding-bottom: 27px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 22px;	
}

.event-details {
	float: left;
	width: calc(100% - 200px);
}

.event-links {
	float: right;
	text-align: right;
	width: 200px;
	padding-top: 26px;
	color: #b3b3b3;
}

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

#event-button {
	padding-top: 28px;
	text-align: center;
}

.music-cover {
	float: left;
	width: 400px;
	padding-top: 7px;
}

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

.music-info {
	float: right;
	width: calc(100% - 450px);
}

.music-divider {
	padding-bottom: 43px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 42px;
}

.track-number {
	clear: both;
	float: left;
	width: 35px;
	color: #ababab;	
}

.track-title {
	float: right;
	width: calc(100% - 35px);
}

ul#video-list {
	padding: 0px;
	margin: 0px;	
	list-style: none;
	overflow: hidden;
}

ul#video-list li {
	float: left;	
	width: calc(50% - 25px);
	margin-right: 50px;
}

ul#video-list li:nth-child(2n+2) {
	margin-right: 0px;
}

ul#video-list li:nth-child(2n+3) {
	clear: both;
}

ul#video-list li:nth-child(1n+3) {
	margin-top: 45px;
}

ul#video-list li .video-embed {
	
}

ul#video-list li .video-text {
	padding-top: 11px;
	text-align: center;
}

ul#video-list li .video-text a {
	color: #3b3b3b;	
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
}

ul#video-list li .video-text a:hover {
	color: #736761;
	text-decoration: none;
}

#home-content {
	position: relative;
	z-index: 1000;	
}

#home-album {
	display: table;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;	
}

#home-album-cover {
	display: table-cell;
	vertical-align: middle;
	width: 290px;
}

#home-album-cover img {
	border: 20px solid #428ab3;
	width: 100%;
	max-width: 250px;
	height: auto;
}

#home-album-info {
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 290px);
	color: #428ab3;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 300;
	line-height: 70px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
}

#home-album-info span {
	letter-spacing: 8px;
	padding-left: 8px;	
}

#home-album-title {
	color: #3b3b3b;
	font-weight: 700;
	letter-spacing: 8px;
	padding-left: 8px;
}

#home-album-info a {
	display: inline-block;
	border: 2px solid #5595ba;
	color: #428ab3;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: 4px;
	padding: 11px 16px 12px 20px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	margin-top: 21px;
}

#home-album-info a:hover {
	color: #d8a60e;
	border-color: #d8a60e;
	text-decoration: none;
}

#home-events {
	background-color: #dbdbdb;
	background-image: url(/img/home/events-background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 1414px 380px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#home-events {
		background-image: url(/img/home/events-background@2x.jpg);
	}
}

#home-events-wrapper {
	padding-bottom: 55px;
}

#home-events-title {
	color: #428ab3;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	padding: 45px 0px 38px 2px;
}

#home-events-title a {
	color: #428ab3;
	text-decoration: none;
}

#home-events-title a:hover {
	color: #3b3b3b;
	text-decoration: none;
}

ul#home-events-list {
	padding: 0px;
	margin: 0px;	
	list-style: none;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}

ul#home-events-list li {
	display: inline-block;	
	width: calc(33% - 100px);
	margin: 0px 50px;
}

ul#photo-list {
	padding: 0px;
	margin: 0px;	
	list-style: none;
	overflow: hidden;
}

ul#photo-list li {
	float: left;	
	width: calc(25% - 37.5px);
	margin-right: 50px;
}

ul#photo-list li img {
	width: 100%;
	height: auto;
}

ul#photo-list li:nth-child(4n+4) {
	margin-right: 0px;
}

ul#photo-list li:nth-child(4n+5) {
	clear: both;
}

ul#photo-list li:nth-child(1n+5) {
	margin-top: 50px;
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1249px) {

	/* ipad horizontal layout */
	
	.common-pad {
		padding-left: 62px;	
		padding-right: 62px;
	}
	
	#top-bar {
		height: 170px;
	}
	
	#top-photo {
		top: 17px;
		background-size: auto 405px;
	}
	
	body.home #top-photo {
		height: 405px;	
	}
	
	body.content #top-photo {
		height: 153px;	
	}
	
	body.home #header-wrapper {
		padding-top: 66px;
	}
	
	body.content #header-wrapper {
		padding-top: 26px;
	}
	
	#navigation {
		height: 56px;
		padding-top: 33px;	
	}
	
	#social {
		padding-top: 27px;
	}
	
	#footer {
		padding-top: 55px;
		padding-bottom: 57px;
	}
	
	.pad-top {
		padding-top: 31px;	
	}
	
	.pad-bottom {
		padding-bottom: 50px;
	}
	
	#about-text {
		width: calc(100% - 300px);
	}
	
	#about-photo {
		width: 260px;
		padding-top: 39px;
	}
	
	#contact-content a.button-link {
		margin-top: 36px;
	}
	
	.event-item {
		padding-bottom: 22px;
		margin-bottom: 17px;	
	}
	
	.music-cover {
		width: 340px;
	}
	
	.music-info {
		width: calc(100% - 380px);
	}
	
	.music-divider {
		padding-bottom: 38px;
		margin-bottom: 37px;
	}
	
	ul#video-list li {
		width: calc(50% - 20px);
		margin-right: 40px;
	}
	
	ul#video-list li:nth-child(2n+2) {
		margin-right: 0px;
	}
	
	ul#video-list li:nth-child(1n+3) {
		margin-top: 35px;
	}
	
	#home-album {
		padding-top: 60px;
		padding-bottom: 60px;	
	}
	
	#home-album-cover {
		width: 260px;
	}
	
	#home-album-cover img {
		border: 15px solid #428ab3;
		max-width: 230px;
	}
	
	#home-album-info {
		width: calc(100% - 260px);
		font-size: 34px;
		line-height: 54px;
		padding-bottom: 20px;
	}
	
	#home-album-info span {
		letter-spacing: 7px;
		padding-left: 7px;	
	}
	
	#home-album-title {
		letter-spacing: 7px;
		padding-left: 7px;
	}
	
	#home-album-info a {
		margin-top: 15px;
	}
	
	ul#home-events-list li {	
		width: calc(33% - 60px);
		margin: 0px 30px;
	}
	
	ul#photo-list li {
		width: calc(25% - 30px);
		margin-right: 40px;
	}

	ul#photo-list li:nth-child(1n+5) {
		margin-top: 40px;
	}
	
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1023px) {

	/* ipad vertical layout */
	
	.common-pad {
		padding-left: 34px;	
		padding-right: 34px;
	}
	
	#top-bar {
		height: 150px;
	}
	
	#top-photo {
		top: 12px;
		background-size: auto 364px;
	}
	
	body.home #top-photo {
		height: 364px;	
	}
	
	body.content #top-photo {
		height: 138px;	
	}
	
	body.home #header-wrapper {
		padding-top: 65px;
	}
	
	body.content #header-wrapper {
		padding-top: 25px;
	}
	
	#navigation {
		height: 46px;
		letter-spacing: 2px;
		padding-top: 23px;	
	}
	
	#navigation span, #navigation a {
		margin-right: 22px;	
	}
	
	#navigation span.no-margin, #navigation a.no-margin {
		margin-right: 0px;	
	}
	
	#social {
		padding-top: 17px;
	}
	
	#social a {
		margin-left: 14px;
	}
	
	#social a.no-margin {
		margin-left: 0px;
	}
	
	#footer {
		padding-top: 45px;
		padding-bottom: 47px;
	}
	
	.pad-top {
		padding-top: 26px;	
	}
	
	.pad-bottom {
		padding-bottom: 40px;
	}
	
	#about-text {
		width: calc(100% - 240px);
	}
	
	#about-photo {
		width: 200px;
		padding-top: 34px;
	}
	
	#contact-content a.button-link {
		margin-top: 35px;
	}
	
	.music-cover {
		width: 280px;
	}
	
	.music-info {
		width: calc(100% - 320px);
	}
	
	ul#video-list li {
		width: calc(50% - 15px);
		margin-right: 30px;
	}
	
	ul#video-list li:nth-child(2n+2) {
		margin-right: 0px;
	}
	
	ul#video-list li:nth-child(1n+3) {
		margin-top: 35px;
	}
	
	#home-album {
		padding-top: 40px;
		padding-bottom: 40px;	
	}
	
	#home-album-cover {
		width: 220px;
	}
	
	#home-album-cover img {
		border: 15px solid #428ab3;
		max-width: 190px;
	}
	
	#home-album-info {
		width: calc(100% - 220px);
		font-size: 26px;
		line-height: 40px;
		padding-bottom: 20px;
	}
	
	#home-album-info span {
		letter-spacing: 5px;
		padding-left: 5px;	
	}
	
	#home-album-title {
		letter-spacing: 5px;
		padding-left: 5px;
	}
	
	#home-album-info a {
		margin-top: 12px;
	}
	
	#home-events-wrapper {
		padding-bottom: 35px;
	}
	
	#home-events-title {
		padding: 35px 0px 29px 2px;
	}
	
	ul#home-events-list li {	
		width: calc(33% - 40px);
		margin: 0px 20px;
	}
	
	ul#photo-list li {
		width: calc(25% - 22.5px);
		margin-right: 30px;
	}

	ul#photo-list li:nth-child(1n+5) {
		margin-top: 30px;
	}
	
}


/* -------------------- */
/* -------------------- */

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

	/* mobile layout */
	
	body {
		font-size: 14px;
		line-height: 22px;
	}
	
	.common-pad {
		padding-left: 30px;	
		padding-right: 30px;
	}
	
	#mobile-menu {
		display: block;	
	}
	
	#open-menu {
		display: block;
	}
	
	#navigation {
		display: none;
	}
	
	#social {
		display: none;	
	}
	
	#top-bar {
		height: 120px;
	}
	
	#top-photo {
		top: 10px;
		background-size: auto 291px;
	}
	
	body.home #top-photo {
		height: 291px;	
	}
	
	body.content #top-photo {
		height: 110px;	
	}
	
	#header-wrapper {
		padding-bottom: 18px;	
	}

	body.home #header-wrapper {
		padding-top: 57px;
	}
	
	body.content #header-wrapper {
		padding-top: 17px;
	}
	
	#footer {
		padding-top: 45px;
		padding-bottom: 47px;
	}
	
	.pad-top {
		padding-top: 26px;	
	}
	
	.pad-bottom {
		padding-bottom: 30px;
	}
	
	#about-text {
		float: none;
		width: 100%;
	}
	
	#about-photo {
		display: none;
	}
	
	#about-photo-wrap {
		display: block;
		float: right;
		width: 200px;
		padding: 5px 0px 12px 20px;
	}
	
	#about-photo-wrap img {
		width: 100%;
		height: auto;	
	}
	
	a.button-link {
		font-size: 16px;
		font-weight: 700;
		padding: 5px 14px 9px 14px;
	}
	
	.title {
		font-size: 18px;
	}
	
	#contact-content a.button-link {
		margin-top: 35px;
	}
	
	.event-item {
		padding-bottom: 17px;
		margin-bottom: 12px;	
	}
	
	.event-details {
		float: none;
		width: 100%;
	}
	
	.event-links {
		float: none;
		text-align: left;
		width: 100%;
		padding-top: 0px;
	}
	
	.music-cover {
		width: 200px;
		padding-top: 5px;
	}
	
	.music-info {
		width: calc(100% - 230px);
	}
	
	.music-divider {
		padding-bottom: 33px;
		margin-bottom: 32px;
	}
	
	.track-number {
		width: 30px;
	}
	
	.track-title {
		width: calc(100% - 30px);
	}
	
	ul#video-list li {
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	
	ul#video-list li:nth-child(2n+2) {
		margin-right: 0px;
	}
	
	ul#video-list li:nth-child(1n+3) {
		margin-top: 12px;
	}

	ul#video-list li .video-text {
		padding-top: 9px;
	}
	
	ul#video-list li .video-text a {
		font-size: 18px;
	}
	
	body.home #header-wrapper {
		border-bottom: none;		
	}
	
	#home-album {
		display: block;
		padding-top: 0px;
		padding-bottom: 30px;	
	}
	
	#home-album-cover {
		display: block;
		vertical-align: top;
		width: 100%;
		max-width: 220px;
		margin: 0 auto;
	}
	
	#home-album-info {
		display: block;
		width: 100%;
		font-size: 16px;
		line-height: 32px;
		padding-top: 12px;
		padding-bottom: 0px;
	}
	
	#home-album-info span {
		letter-spacing: 2px;
		padding-left: 2px;	
	}
	
	#home-album-title {
		letter-spacing: 2px;
		padding-left: 2px;
	}
	
	#home-album-info a {
		font-size: 16px;
		letter-spacing: 2px;
		padding: 13px 16px 12px 18px;
		margin-top: 9px;
	}
	
	#home-events-wrapper {
		padding-bottom: 25px;
	}
	
	#home-events-title {
		letter-spacing: 1px;
		padding: 25px 0px 19px 1px;
	}
	
	ul#home-events-list li {	
		width: 100%;
		margin: 0px;
	}
	
	ul#home-events-list li:nth-child(1n+2) {
		display: none;
	}
	
	ul#photo-list li {
		width: calc(33.33% - 13.33px);
		margin-right: 20px;
	}
	
	ul#photo-list li:nth-child(4n+4) {
		margin-right: 20px;
	}
	
	ul#photo-list li:nth-child(3n+3) {
		margin-right: 0px;
	}
	
	ul#photo-list li:nth-child(4n+5) {
		clear: none;
	}
	
	ul#photo-list li:nth-child(3n+4) {
		clear: both;
	}
	
	ul#photo-list li:nth-child(1n+5) {
		margin-top: 20px;
	}
	
	ul#photo-list li:nth-child(1n+4) {
		margin-top: 20px;
	}
	
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 599px) {

	/* in-between size */
	
	#about-photo-wrap {
		width: 180px;
		padding: 5px 0px 8px 14px;
	}
	
	.music-cover {
		float: none;
		width: 100%;
		max-width: 400px;
		padding-top: 5px;
	}
	
	.music-info {
		float: none;
		width: 100%;
		padding-top: 9px;
	}
	
	ul#video-list li {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
	
	ul#video-list li:nth-child(2n+2) {
		margin-right: 0px;
	}
	
	ul#video-list li:nth-child(2n+3) {
		clear: none;
	}
	
	ul#video-list li:nth-child(1n+2) {
		margin-top: 30px;
	}
	
}
	
	
/* -------------------- */
/* -------------------- */

@media all and (max-width: 479px) {

	/* mobile vertical layout */

	#logo-mobile {
		display: block;	
	}
	
	#logo {
		display: none;	
	}
	
	#footer {
		padding-top: 26px;
		padding-bottom: 28px;
	}
	
	#footer span {
		display: none;
	}
	
	#footer br {
		display: block;
	}
	
	#about-photo-wrap {
		float: none;
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
		padding: 0px 0px 18px 0px;
		text-align: center;
	}
	
	ul#photo-list li {
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	
	ul#photo-list li:nth-child(3n+3) {
		margin-right: 20px;
	}
	
	ul#photo-list li:nth-child(2n+2) {
		margin-right: 0px;
	}
	
	ul#photo-list li:nth-child(3n+4) {
		clear: none;
	}
	
	ul#photo-list li:nth-child(2n+3) {
		clear: both;
	}
	
	ul#photo-list li:nth-child(1n+3) {
		margin-top: 20px;
	}
	
}


@media all and (min-width: 768px) {

	#mobile-menu, #open-menu {
		display: none !important;
	}

}