/* monthly has been waiting to see you here! take whatever you need, stranger */

/* fonts */

@font-face {
    font-family: 'Light';
    src: url('../fonts/soinsanspro_light-webfont.eot');
    src: url('../fonts/soinsanspro_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/soinsanspro_light-webfont.woff') format('woff'),
         url('../fonts/soinsanspro_light-webfont.ttf') format('truetype'),
         url('../fonts/soinsanspro_light-webfont.svg#soin_sans_prolight') format('svg');
}


@font-face {
    font-family: 'Roman';
    src: url('../fonts/soinsanspro_roman-webfont.eot');
    src: url('../fonts/soinsanspro_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/soinsanspro_roman-webfont.woff') format('woff'),
         url('../fonts/soinsanspro_roman-webfont.ttf') format('truetype'),
         url('../fonts/soinsanspro_roman-webfont.svg#soin_sans_proroman') format('svg');
}


@font-face {
    font-family: 'Bold';
    src: url('../fonts/soinsanspro_bold-webfont.eot');
    src: url('../fonts/soinsanspro_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/soinsanspro_bold-webfont.woff') format('woff'),
         url('../fonts/soinsanspro_bold-webfont.ttf') format('truetype'),
         url('../fonts/soinsanspro_bold-webfont.svg#soin_sans_probold') format('svg');
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* general definitions */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

::selection {
    background: #8ae182;
    text-shadow: none;
}

body {
	font-family: Roman, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: inherit;
}

a:hover {
	color: #8ae182;
}



h1, h2 {
	font-weight: normal;
	font-style: normal;
}

strong {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

.clear {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

.code {
	font-family: "Courier New", Courier, mono;
	font-size: 0.9em;
	display: block;
	padding: 1.8em;
	margin: 1em auto;
	background: #f1f1f9;
	text-align: center;
}

.good {
	background: #8ae182;
	color: white;
}



/* layout */

#wrap {
	width: 100%;
	margin: 0;
	padding: 0;
}

#wrap h1 {
	font-size: 4em;
	padding: 0 15%;
	margin: 1em auto 0.5em auto;
}

#wrap p {
	font-size: 1.8em;
	line-height: 1.4em;
	padding: 2% 15%;
	color: #444;
}

#wrap .get {
	position: relative;
	display: block;
	margin: 5em auto;
}

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

.block h1 {
	
}

.block #links {
	position: absolute;
	left: 1.4em;
	top: 1em;
	font-size: 1.1em;
	color: white;
	letter-spacing: 0.1em;
}

.block #links a {
	margin-right: 1em;
}

.block#header {
	background: white url(../img/bg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.block#header #message {
	position: absolute;
	left: 5%;
	bottom: 5%;
	width: 55%;
}

.block#header h1 {
	font-size: 5em;
	color: white;
	padding: 0.1em;
	margin-bottom: 0.5em;
	background: rgba(0,0,0,0.2);
}

.block#header .get {
	margin: 0 0 0.5em 0;
}

.block#header #main_img {
	position: absolute;
	left: 55%;
	bottom: 0;
}

.block .pic100 {
	width: 100%;
}

.block .pic80 {
	width: 80%;
	margin: 1em 10%;
}



#modern_lifestyle {
	background: #004560 url(../img/modern_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: white;
	position: relative;
}

#modern_lifestyle p {
	color: white;
}

#modern_lifestyle h1 {
	font-size: 4em;
	letter-spacing: 0.06em;
	font-weight: bold;
	padding: 0.8em 0 0;
	margin-bottom: 0.4em;
}

#modern_lifestyle h2 {
	font-size: 1.4em;
	letter-spacing: 0.2em;
	padding: 0;
	margin-bottom: 0.6em;
}

#modern_lifestyle ul#icons {
	display: block;
	position: relative;
	list-style-type: none;
	margin-top: 4em;
	color: white;
}

#modern_lifestyle ul#icons li {
	width: 150px;
	display: inline-block;
}

#modern_lifestyle ul#icons li:first-child {
	margin-left: 0;
	margin-right: 100px;
}

#modern_lifestyle ul#icons li:last-child {
	margin-left: 100px;
	margin-right: 0;
}


#modern_lifestyle ul#icons a {
	font-size: 1em;
	letter-spacing: 0.1em;
	color: white;
}

#modern_lifestyle ul#icons a:hover {
	color: #8ae182;
}

#modern_lifestyle ul#icons a:active {
	color: #ff712f;
}

#modern_lifestyle ul#icons a:visited {
	color: inherit;
}

#modern_lifestyle ul#icons .dopisek {
	padding: 2px 3px;
	background: #ff91b6;
	color: white;
	font-size: 1em;
	-webkit-transform: rotate(-3deg);
	-moz-transform:    rotate(-3deg);
	-ms-transform:     rotate(-3deg);
	-o-transform:      rotate(-3deg);
}

.video-container {
	position:relative;
	padding-bottom:30.5%;
	padding-top:30px;
	height:0;
	overflow:visible;
	width: 60%;
	margin: auto 20%;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.deck-container {
	position:relative;
	padding-bottom:37%;
	height:0;
	overflow:visible;
	width: 60%;
	margin: auto 20%;
}

.deck-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

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

body {
	width: 100%;
	margin: 0;
	background: gray;
}



a {
    color: #8ae182;
}

a:hover {
	color: #8ae182;
}

.block #links {
	display: none;
}

#wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	background: white;
	overflow: hidden;
}

#wrap h1 {
	font-size: 2.2em;
	line-height: 1.2em;
	padding: 0 5%;
	margin: 0.5em auto;
}

#wrap p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 6% 8%;
	color: #444;
	text-align: justify;
}


.block#header {
	background: white url(../img/bg.jpg) no-repeat left bottom;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.block#header #message {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 1%;
}

.block#header h1 {
	font-size: 2em;
	color: white;
	padding: 0;
	background: transparent;
}

.block#header .get {
	display: none;
}

.block#header #main_img {
	position: absolute;
	left: auto;
	right: 1%;
	bottom: 0;
	width: auto;
	height: 80%;
	margin: 0;
}

.code {
	display: block;
	padding: 2em 1em;
	margin: 2em auto;
	background: #f1f1f9;
	text-align: center;
	font: bold 0.6em/2em "Courier New", Courier, mono;
}

.good {
	background: #8ae182;
	color: white;
}

.video-container {
	padding-bottom:40%;
	padding-top:30px;
	width: 90%;
	margin: auto 5%;
}

.deck-container {
	padding-bottom:60%;
	width: 90%;
	margin: auto 5%;
}

.block .pic100 {
	width: 100%;
}

.block .pic80 {
	width: 90%;
	margin: 1em 5%;
}




#modern_lifestyle {
	background: #004560 url(../img/modern_bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: white;
	position: relative;
	width: 100%;
	height: auto;
}

#modern_lifestyle p {
	text-align: center;
	color: white;
	font-size: 1.4em;
	margin: 0;
}

#modern_lifestyle h1 {
	font-size: 2em;
	letter-spacing: 0.06em;
	font-weight: bold;
	padding: 0.8em 0 0;
	margin-bottom: 0.4em;
}

#modern_lifestyle h2 {
	font-size: 1.2em;
	letter-spacing: 0.2em;
	padding: 0;
	margin-bottom: 0.6em;
}

#modern_lifestyle ul#icons {
	display: block;
	position: relative;
	list-style-type: none;
	margin-top: 2em;
	color: white;
}

#modern_lifestyle ul#icons li {
	width: 150px;
	display: block;
	text-align: center;
	margin: 1em auto;
}

#modern_lifestyle ul#icons li:first-child {
	margin: auto;
}

#modern_lifestyle ul#icons li:last-child {
	margin: auto;
}


#modern_lifestyle ul#icons a {
	font-size: 1em;
	letter-spacing: 0.1em;
	color: white;
}

#modern_lifestyle ul#icons a:hover {
	color: #8ae182;
}

#modern_lifestyle ul#icons a:active {
	color: #ff712f;
}

#modern_lifestyle ul#icons a:visited {
	color: inherit;
}

#modern_lifestyle ul#icons .dopisek {
	padding: 2px 3px;
	background: #8ae182;
	color: white;
	font-size: 1em;
	-webkit-transform: rotate(-3deg);
	-moz-transform:    rotate(-3deg);
	-ms-transform:     rotate(-3deg);
	-o-transform:      rotate(-3deg);
}

}
