/*
Theme name: Klarinette Spielen
Author: The Klarinette Spielen Team
Version: 1.0
*/

/******* Klarinette Spielen WordPress CSS *******/

/* ------------------------------------------------------------ *\ 
	Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; }

/* ------------------------------------------------------------ *\ 
	Base
\* ------------------------------------------------------------ */

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { 
	min-width: 100%; 
	background: #fff;
	font-family: 'Adelle', Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 16px; 
	line-height: 1.53; 
	color: #4a4a4a;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent; 
	-moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; color: #07cea2; }
a:hover { text-decoration: underline; }

img { border: 0; vertical-align: middle; }
strong { font-weight: bold; }
small { font-size: 80%; }

button,
input,
select,
textarea { font-family: Verdana, Geneva, sans-serif; font-weight: 400; font-size: inherit; color: inherit; -webkit-font-smoothing: antialiased; border-radius: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }

input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea { 
	-webkit-appearance: none; 
			appearance: none; 
}

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input, textarea, select, button { 
	-webkit-box-sizing: border-box; 
			box-sizing: border-box;
}

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

h1 { font-size: 36px; line-height: 1.17; font-family: 'DIN', Arial, sans-serif; font-weight: 500; color: #07cea2; text-transform: uppercase; }
h2 { font-size: 36px; line-height: 1.17; font-family: 'DIN', Arial, sans-serif; font-weight: 500; color: #07cea2; text-transform: uppercase; }
h3 { font-size: 24px; line-height: 1.25; font-family: 'DIN', Arial, sans-serif; font-weight: 500; color: #07cea2; text-transform: uppercase; }
h4 { font-size: 20px; line-height: 1.10; font-family: 'DIN', Arial, sans-serif; font-weight: 500; color: #07cea2; text-transform: uppercase; }
h5 { font-size: 20px; line-height: 1.10; font-family: 'DIN', Arial, sans-serif; font-weight: 500; color: #07cea2; text-transform: uppercase; }
h6 { font-size: 16px; line-height: 1.31; font-family: 'DIN', Arial, sans-serif; font-weight: 500; color: #07cea2; text-transform: uppercase; }

::-webkit-input-placeholder { opacity: 1; color: inherit; }
:-moz-placeholder { opacity: 1; color: inherit; }
::-moz-placeholder { opacity: 1; color: inherit; }
:-ms-input-placeholder { opacity: 1; color: inherit; }

/* ------------------------------------------------------------ *\ 
	Transitions
\* ------------------------------------------------------------ */

a { 
	-webkit-transition: color 0.4s, background 0.4s;
			transition: color 0.4s, background 0.4s;
}

.header {
	-webkit-transition: padding 0.4s, background 0.4s, box-shadow 0.4s;
			transition: padding 0.4s, background 0.4s, box-shadow 0.4s;
}

.logo,
.article-primary .article-image img {
	-webkit-transition: font-size 0.4s, line-height 0.4s, -webkit-transform 0.4s;
			transition: font-size 0.4s, line-height 0.4s, transform 0.4s;
}

/* ------------------------------------------------------------ *\ 
	WP Reset
\* ------------------------------------------------------------ */

.wp-caption { border: 0; padding: 0; }

/* ------------------------------------------------------------ *\ 
	Helpers
\* ------------------------------------------------------------ */

.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.shell:before,
.shell:after { display: table; content: ' '; }
.clearfix:after,
.shell:after { clear: both; }

.shell { max-width: 870px; margin: 0 auto; padding: 0 20px; }

img.image-full { display: none; }

.fsr-holder { background-size: cover; background-position: center center; background-repeat: no-repeat; }

.logo { font-size: 24px; line-height: 28px; text-transform: uppercase; width: 142px; font-family: 'DIN', Arial, sans-serif; font-weight: 700; }
.logo:hover { text-decoration: none; }

.wrapper { width: 100%; }

/* ------------------------------------------------------------ *\ 
	Icons
\* ------------------------------------------------------------ */

[class^="ico-"], 
[class*="ico-"] { font-size: 0; line-height: 0; text-indent: -4004px; display: inline-block; vertical-align: top; position: relative; }

/* ------------------------------------------------------------ *\ 
	Header
\* ------------------------------------------------------------ */

.header { width: 100%; position: absolute; left: 0; right: 0; top: 0; z-index: 900; padding: 41px 0; }
.header .shell { max-width: 900px; }
.header .logo { float: left; }
.header .nav .menu-header-menu-container { float: right; }

/* ------------------------------------------------------------ *\ 
	Footer
\* ------------------------------------------------------------ */

.footer { width: 100%; background: #000 url(images/shadow.png) no-repeat 0 0; position: relative; color: #fff; }
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 { color: #fff; }
.footer .footer-map { position: absolute; right: 0; top: 0; bottom: 0; width: calc(50% - 161px); background-color: #ccc; }
.footer .footer-widgets { width: calc(50% + 161px); padding: 48px 0; position: relative; overflow: hidden; }
.footer .footer-widgets .shell { float: right; width: 585px; }

/* ------------------------------------------------------------ *\ 
	Navigations
\* ------------------------------------------------------------ */

	/* 512
		- Main
	*/

.nav .menu-header-menu-container ul { list-style: none; font-size: 0; line-height: 0; }
.nav .menu-header-menu-container li { display: inline-block; vertical-align: top; font-size: 16px; line-height: 1.13; text-transform: uppercase; padding: 0 12px; font-family: 'DIN', Arial, sans-serif; font-weight: 500; }
.nav .menu-header-menu-container li a { color: #4a4a4a; padding: 10px 10px; min-width: 120px; text-align: center; display: block; }
.nav .menu-header-menu-container a:hover { text-decoration: none; color: #07cea2; }
.nav .menu-header-menu-container li:last-child > a { border-radius: 2px; background-color: #43d0a0; color: #fff; }
.nav .menu-header-menu-container li:last-child > a:hover { background-color: #22ffce; }

/* ------------------------------------------------------------ *\ 
	Sections
\* ------------------------------------------------------------ */

	/*
		- Intro
	*/

.section-intro { width: 100%; color: #fff; position: relative; overflow: hidden; background-color: #000; background-size: cover; background-position: center bottom; }
.section-intro > img { display: block; width: auto; height: 100vh; opacity: 0; }
.section-intro:before { content: ' '; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: url(images/section-intro-shadow.png) no-repeat 0 0; z-index: 1; }
.section-intro .section-body { position: absolute; left: 0; right: 0; top: 50%; z-index: 10; }
.section-intro .section-body {
	-webkit-transform: translate(0,-50%);
			transform: translate(0,-50%);
}
.section-intro blockquote { max-width: 348px; }
.section-intro blockquote > *:last-child { padding-bottom: 0; }
.section-intro h4 { padding-bottom: 26px; color: #fff; font-family: 'Adelle', Arial, sans-serif; font-weight: 400; }
.section-intro p { font-size: 18px; line-height: 1.53; padding-bottom: 14px; }

	/*
		- Base
	*/

.section { width: 100%; padding: 62px 0; position: relative; }
.section > * { position: relative; z-index: 10; }
.section .section-image { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; background-size: 465px; background-position: calc(50% - 50px) bottom; }
.section .section-head { width: 100%; text-align: center; padding-bottom: 35px }
.section .section-head h2 { font-weight: 700; }
.section .section-body { width: 100%; }
.section .section-outro { width: 100%; padding-top: 62px; text-align: center; }
.section .section-outro h3 { text-transform: none; color: #4a4a4a; }

	/*
		- Colors
	*/

.section-dark { background: #000 url(images/shadow.png) no-repeat 0 0; color: #fff; padding-bottom: 144px; position: relative; overflow: hidden; }
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6 { color: #fff; }

/* ------------------------------------------------------------ *\ 
	Cols
\* ------------------------------------------------------------ */

.cols { position: relative; overflow: hidden; margin: -28px; }
.cols h1,
.cols h2,
.cols h3,
.cols h4,
.cols h5,
.cols h6 { text-align: center; padding-bottom: 40px; }
.cols p { padding-bottom: 20px;  }
.cols > .col { width: 100%; float: left; padding: 28px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.cols > .col > *:last-child { padding-bottom: 0; }
.cols.col-1of2 > .col { width: 50%; }
.cols.col-1of3 > .col { width: 33.333%; }

/* ------------------------------------------------------------ *\ 
	Lists
\* ------------------------------------------------------------ */
	
	/*
		- Primary
	*/

.list-primary { width: 100%; position: relative; overflow: hidden; }
.list-primary > ul { list-style: none; font-size: 0; line-height: 0; position: relative; margin: -12px; }
.list-primary > ul > li { display: inline-block; vertical-align: top; width: 100%; padding: 12px; font-size: 16px; line-height: 1.53; -webkit-box-sizing: border-box; box-sizing: border-box; }
.list-primary.list-primary-col-1of2 > ul > li { width: 50%; }
.list-primary.list-primary-col-1of3 > ul > li { width: 33.333%; }
.list-primary.list-primary-col-1of4 > ul > li { width: 25%; }

/* ------------------------------------------------------------ *\ 
	Articles
\* ------------------------------------------------------------ */

	/*
		- Primary
	*/

.article-primary { width: 100%; padding-bottom: 36px; }
.article-primary .article-image { width: 100%; padding-bottom: 26px; }
.article-primary .article-image img { display: block; width: 139px; height: auto; margin: 0 auto; border-radius: 50%; }
.article-single img { margin-left: auto; margin-right: auto; display: block; }
.article-primary .article-body h4 { text-align: center; text-transform: uppercase; padding-bottom: 36px; max-width: 195px; margin: 0 auto; }

/* ------------------------------------------------------------ *\ 
	Widgets
\* ------------------------------------------------------------ */

	/*
		- Title
	*/

h4.widget-title { padding-bottom: 23px; font-weight: 700; }

	/*
		- Footer
	*/

ul.widgets-footer { list-style: none; font-size: 0; line-height: 0; position: relative; margin: -30px; }
ul.widgets-footer h4.widget-title { color: #fff; }
ul.widgets-footer .widget { display: inline-block; vertical-align: top; text-align: left; font-size: 16px; line-height: 1.53; width: 50%; padding: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; }
ul.widgets-footer .widget ul a { color: #fff; }
ul.widgets-footer .carbon_richtext a { color: #fff; }

	/*
		- Text
	*/

.carbon_richtext a,
.carbon_richtext a:hover { cursor: default; text-decoration: none; }
.carbon_richtext a ~ a { text-decoration: none; cursor: pointer; }
.carbon_richtext a ~ a:hover { text-decoration: underline; cursor: pointer; }

	/*
		- Navigation
	*/

.widget > ul { list-style: none; }
.widget > ul li { line-height: 1.60; }
.widget > ul a { text-decoration: none; cursor: pointer; }
.widget > ul a:hover { text-decoration: underline; cursor: pointer; }

/* ------------------------------------------------------------ *\ 
	Inner
\* ------------------------------------------------------------ */

	/*
		- Player
	*/

.inner-player { width: 100%; position: relative; padding: 8px 0; border-top: 1px solid rgba(181, 178, 178, 0.7); border-bottom: 1px solid rgba(181, 178, 178, 0.7); }
.inner-player .jp-title { font-size: 14px; line-height: 1.17; padding-bottom: 6px; font-family: 'DIN', Arial, sans-serif; font-weight: 500; }
.inner-player .jp-play { display: inline-block; vertical-align: top; width: 12px; height: 12px; border: 2px solid #4a4a4a; position: relative; border-radius: 50%; font-size: 0; line-height: 0; text-indent: -4004px; background-color: transparent; }
.inner-player .jp-play:before { content: ' '; width: 0; height: 0; border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-left: 5px solid #4a4a4a; position: absolute; left: 50%; top: 50%; margin: -3px 0 0 -2px; }
.inner-player .jp-previous { width: 12px; height: 12px; display: inline-block; vertical-align: top; font-size: 0; line-height: 0; text-indent: -4004px; border: 0; background-color: transparent; position: relative; }
.inner-player .jp-previous:before { content: ' '; position: absolute; left: 2px; top: 50%; margin-top: -4px; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-right: 4px solid #4a4a4a; }
.inner-player .jp-previous:after { content: ' '; position: absolute; left: 6px; top: 50%; margin-top: -4px; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-right: 4px solid #4a4a4a; }
.inner-player .jp-next { width: 12px; height: 12px; display: inline-block; vertical-align: top; font-size: 0; line-height: 0; text-indent: -4004px; border: 0; background-color: transparent; position: relative; }
.inner-player .jp-next:before { content: ' '; position: absolute; right: 2px; top: 50%; margin-top: -4px; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 4px solid #4a4a4a; }
.inner-player .jp-next:after { content: ' '; position: absolute; right: 6px; top: 50%; margin-top: -4px; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 4px solid #4a4a4a; }
.inner-player .jp-state-playing .jp-play { border-color: #07cea2; } 
.inner-player .jp-state-playing .jp-play:before { border-left-color: #07cea2; } 
.inner-player .jp-mute { display: inline-block; vertical-align: top; font-size: 0; line-height: 0; text-indent: -4004px; border: 0; background-color: transparent; position: relative; width: 12px; height: 12px; }
.inner-player .jp-mute:before { content: ' '; width: 5px; height: 6px; position: absolute; left: 2px; top: 50%; margin-top: -3px; background-color: #4a4a4a; }
.inner-player .jp-mute:after { content: ' '; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #4a4a4a; position: absolute; right: 2px; top: 50%; margin-top: -6px; }
.inner-player .jp-volume-controls { position: absolute; right: 0; top: 50%; height: 12px; width: 50px; margin-top: -6px; }
.inner-player .jp-volume-controls .jp-mute { position: absolute; left: 0; top: 50%; margin-top: -6px; }
.inner-player .jp-volume-controls .jp-volume-bar { position: absolute; left: 16px; right: 10px; top: 50%; height: 2px; border-radius: 50%; margin-top: -1px; border-radius: 2px; background-color: #f1f1f2; cursor: pointer; }
.inner-player .jp-volume-controls .jp-volume-bar-value { position: absolute; left: 0; top: 0; bottom: 0; border-radius: 2px; background-color: #07cea2; }
.inner-player .jp-state-muted .jp-mute:before { background-color: #07cea2; }
.inner-player .jp-state-muted .jp-mute:after { border-right-color: #07cea2; }
.inner-player .jp-controls { position: absolute; left: 4px; top: 50%; height: 12px; margin-top: -6px; width: 12px; }
.inner-player .jp-interface { width: 100%; height: 20px; position: relative; }
.inner-player .jp-progress { position: absolute; left: 63px; right: 101px; top: 50%; height: 4px; margin-top: -2px; }
.inner-player .jp-progress .jp-seek-bar { width: 100%; height: inherit; border-radius: 2px; background-color: #f1f1f2; position: relative; cursor: pointer; }
.inner-player .jp-progress .jp-play-bar { position: absolute; left: 0; top: 0; bottom: 0; background-color: #07cea2; border-radius: 2px; }
.inner-player .jp-current-time { position: absolute; left: 20px; top: 50%; font-size: 14px; line-height: 10px; margin-top: -5px; color: #4a4a4a; font-family: 'Helvetica', Arial, sans-serif; font-weight: normal; }
.inner-player .jp-duration { position: absolute; right: 57px; top: 50%; font-size: 14px; line-height: 10px; margin-top: -5px; color: #4a4a4a; font-family: 'Helvetica', Arial, sans-serif; font-weight: normal; }
.inner-player + .inner-player { border-top: 0; }

/* ------------------------------------------------------------ *\ 
	Buttons
\* ------------------------------------------------------------ */

	/*
		- Mobile
	*/

.btn-main { display: none; }

/* ------------------------------------------------------------ *\ 
	Pagination
\* ------------------------------------------------------------ */

.paging .paging-prev { float: left; }

.paging .paging-next { float: right; }

/* ------------------------------------------------------------ *\ 
	Sample Page
\* ------------------------------------------------------------ */

.list-page strong { margin: 2% 0 2% 0; display: inline-block; }

.list-page ol { list-style-type: decimal; padding-left: 2%; }
.list-page ol li ol { padding-left: 3%; }

.list-page blockquote { margin-left: 10%; margin-right: 10%; }

.list-page ul { list-style-type: disc; }
.list-page ul li ul { padding-left: 3%; list-style-type: circle; }
.list-page ul li { padding: 0 12px 0 12px; }

.alignleft { padding: 0 2% 0 0; }

.alignright { padding: 0 0 0 2%; }

/* ------------------------------------------------------------ *\ 
	Body Classes
\* ------------------------------------------------------------ */

body.show-small-header .header { background-color: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.6); padding: 10px 0; }
body.show-small-header .logo  { font-size: 16px; line-height: 19px; }

/* ------------------------------------------------------------ *\ 
	Media
\* ------------------------------------------------------------ */

	/*
		- Retina display
	*/

@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
	
}

	/*
		- Tablet landscape
	*/

@media only screen and (max-width: 1024px) {
	
	/* ------------------------------------------------------------ *\ 
		Header
	\* ------------------------------------------------------------ */
	
	.header { position: absolute; }

	/* ------------------------------------------------------------ *\ 
		Sections
	\* ------------------------------------------------------------ */
	
		/*
			- Intro
		*/

	.section-intro { background-attachment: scroll; padding: 30% 0 0; }
	.section-intro > img { height: auto; }
}

	/* 
		- Tablet portrait 
	*/

@media only screen and (max-width: 930px){
	
	/* ------------------------------------------------------------ *\ 
		Helpers
	\* ------------------------------------------------------------ */
	
	.logo { font-size: 20px; line-height: 24px; }

	/* ------------------------------------------------------------ *\ 
		Footer
	\* ------------------------------------------------------------ */
	
	.footer .footer-widgets .shell { width: auto; float: none; }

	/* ------------------------------------------------------------ *\ 
		Navigations
	\* ------------------------------------------------------------ */
	
		/*
			- Main
		*/

	.nav .menu-header-menu-container li { padding: 0 5px; font-size: 14px; }
	.nav .menu-header-menu-container li a { padding: 10px 5px; }
	.nav .menu-header-menu-container a { min-width: 95px; }
}

	/*
		- Mobile 
	*/

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

	/* ------------------------------------------------------------ *\ 
		Transitions
	\* ------------------------------------------------------------ */
	
	.header .nav .menu-header-menu-container {
		-webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
				transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
	}

	/* ------------------------------------------------------------ *\ 
		Header
	\* ------------------------------------------------------------ */
	
	.header { padding: 20px 0; }
	.header .btn-main { float: right; position: relative; z-index: 10; }
	.header .nav .menu-header-menu-container { float: none; position: fixed; left: 0; top: 0; bottom: 0; width: 100%; background-color: #fff; overflow-y: auto; opacity: 0; visibility: hidden; box-shadow: 0 0 8px rgba(0,0,0,0.6); }
	.header .nav .menu-header-menu-container > ul { position: absolute; left: 0; right: 0; top: 50%; }
	.header .nav .menu-header-menu-container > ul {
		-webkit-transform: translate(0,-50%);
				transform: translate(0,-50%);
	}
	.header .nav .menu-header-menu-container {
		-webkit-transform: translate(100%,0);
				transform: translate(100%,0);
	}

	/* ------------------------------------------------------------ *\ 
		Footer
	\* ------------------------------------------------------------ */
	
	.footer .footer-map { position: relative; width: 100%; height: 300px; }
	.footer .footer-widgets { width: auto; }

	/* ------------------------------------------------------------ *\ 
		Sections
	\* ------------------------------------------------------------ */

		/*
			- Main
		*/

	.section .section-image { background: #000 !important; position: relative; padding-top: 30px; }
	.section .section-image > img { display: block; width: 100%; height: auto; }

		/*
			- Colors
		*/

	.section-dark { padding-bottom: 0; }

	/* ------------------------------------------------------------ *\ 
		Navigations
	\* ------------------------------------------------------------ */
	
		/*
			- Main
		*/

	.nav .menu-header-menu-container > ul { padding: 20px 0; }
	.nav .menu-header-menu-container li { display: block; padding: 0 20px; }

	/* ------------------------------------------------------------ *\ 
		Lists
	\* ------------------------------------------------------------ */
	
		/*
			- Primary
		*/

	.list-primary.list-primary-col-1of2 > ul > li,
	.list-primary.list-primary-col-1of3 > ul > li { width: 100%; }

	/* ------------------------------------------------------------ *\ 
		Cols
	\* ------------------------------------------------------------ */
	
	.cols.col-1of2 > .col,
	.cols.col-1of3 > .col,
	.cols.col-1of4 > .col { width: 100%; }

	/* ------------------------------------------------------------ *\ 
		Buttons
	\* ------------------------------------------------------------ */
	
		/*
			- Main
		*/

	.btn-main { display: inline-block; vertical-align: top; width: 32px; height: 32px; position: relative; }
	.btn-main:before,
	.btn-main:after,
	.btn-main span { content: ' '; position: absolute; left: 0; right: 0; top: 50%; height: 4px; border-radius: 2px; margin-top: -2px; background-color: #07cea2; }
	.btn-main:before { margin-top: -12px; }
	.btn-main:after { margin-top: 9px; }

	/* ------------------------------------------------------------ *\ 
		Widgets
	\* ------------------------------------------------------------ */
	
		/*
			- Sidebar
		*/

	ul.widgets-footer { margin: 0; }
	ul.widgets-footer .widget { display: block; width: 100%; padding: 0 0 30px 0; text-align: center; }
	ul.widgets-footer .widget:last-child { padding-bottom: 0; }

	/* ------------------------------------------------------------ *\ 
		Body Classes
	\* ------------------------------------------------------------ */
	
	body.show-nav-main { position: relative; width: 100%; height: 100%; }
	body.show-nav-main .header .nav .menu-header-menu-container { opacity: 1; visibility: visible; }
	body.show-nav-main .header .nav .menu-header-menu-container {
		-webkit-transform: translate(0px,0);
				transform: translate(0px,0);
	}
	body.show-nav-main .btn-main { position: fixed; right: 20px; top: 20px; }
	body.show-nav-main .btn-main span { opacity: 0; }
	body.show-nav-main .btn-main:before,
	body.show-nav-main .btn-main:after { margin-top: -2px; }
	body.show-nav-main .btn-main:before {
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	body.show-nav-main .btn-main:after {
		-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);
	}
}

@media only screen and (max-width: 600px) {
	/* ------------------------------------------------------------ *\ 
		Sections
	\* ------------------------------------------------------------ */
		/*  Intro  */

	.section-intro { min-height: 375px; box-sizing: border-box; }
}