
body {
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #4c4c4c;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 50px;
	background-color: #494949;
}

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

img, a {
	vertical-align: top;
}

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

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

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: #619fb8;
	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: #4c4c4c;
	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.5;
}​

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

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

h1 {
	
}

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

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

#header {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 996;	
	background-color: #080609;
	background-image: url(/img/common/background-photo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
	#header {
		background-image: url(/img/common/background-photo@2x.jpg);
	}
}

#header-overlay {
	background: rgba(0, 0, 0, 0.2);	
}

#header-lines {
	width: 100%;
	height: 830px;	
	background-image: url(/img/common/diagonal.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: 160px 160px;	
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
	#header-lines {
		background-image: url(/img/common/diagonal@2x.png);
	}
}

#header-social {
	position: absolute;
	top: 34px;
	right: 50px;
	z-index: 997;	
	width: 70px;
	font-size: 28px;
	line-height: 50px;
	text-align: center;
	padding-bottom: 6px;
	border-bottom: 4px solid #ffffff;
}

#header-social a {
	color: #ffffff;
	text-decoration: none;
}

#header-social a.twitter {
	margin-right: 15px;	
}

#header-social a:hover {
	color: #619fb8;
	text-decoration: none;
}

#logo {
	position: relative;
	top: -350px;
	left: 0px;
	z-index: 999;
	width: 100%;
	height: 350px;
	background-image: url(/img/common/logo.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: 8000px 350px;	
	margin-bottom: -350px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
	#logo {
		background-image: url(/img/common/logo@2x.png);
	}
}

#content-full {
	position: relative;
	top: -5px;
	z-index: 998;
	background-color: #ffffff;
}

#content-wrapper {
	
}

#intro-text {
	text-transform: uppercase;
	text-align: center;
	padding: 35px 130px 135px 130px;
}

#intro-text-wrapper {
	letter-spacing: 6px;
	padding-left: 6px;
}

#intro-text a.contact-button {
	display: inline-block;
	color: #619fb8;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-decoration: none;
	letter-spacing: 3px;
	border-bottom: 2px solid #619fb8;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	padding: 7px 14px 13px 17px;
	margin-top: 17px;
}

#intro-text a.contact-button:hover {
	color: #4c4c4c;
	text-decoration: none;
	border-bottom: 2px solid #4c4c4c;
}

#video-content {
		
}

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

ul#video-list li {
	float: left;	
	width: calc(33.33% - 20px);
	margin-right: 30px;
	margin-bottom: 56px;
}

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

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

ul#video-list li .video-img {
	position: relative;
	top: 0;
	left: 0;
	z-index: 499;
	text-align: center;
}

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

ul#video-list li .video-img {
	position: relative;	
}

ul#video-list li .video-img div.video-lines {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	background-image: url(/img/common/video-diagonal@2x.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: 160px 160px;	
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
	ul#video-list li .video-img div.video-lines {
		background-image: url(/img/common/video-diagonal@2x.png);
	}
}

ul#video-list li .video-img div.video-lines img {
	width: 100%;
	height: auto;	
}

ul#video-list li .video-img a.play-button {
	position: relative;
	top: -52px;
	display: inline-block;
	width: 104px;
	height: 104px;
	background: url(/img/common/play.png) top left no-repeat;
	background-size: 104px 208px;
	margin-bottom: -52px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	ul#video-list li .video-img a.play-button {
		background-image: url(/img/common/play@2x.png);
	}
}

ul#video-list li .video-img:hover {
	cursor: pointer;
	cursor: hand;
}
	
ul#video-list li .video-img:hover a.play-button {
	background-position: bottom left;
}

ul#video-list li .video-img a.play-button:hover {
	background-position: bottom left;
}

ul#video-list li .video-text {
	color: #4c4c4c;
	font-family: 'Muli', sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	padding-top: 12px;
}

ul#video-list li .video-text div.video-sub {
	color: #619fb8;
	font-family: 'Oswald', sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 2px;
	padding-top: 15px;
}

#footer {
	color: #c8c8c8;
	font-family: 'Oswald', sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 2px;
	text-align: center;	
	padding-top: 20px;
	padding-bottom: 27px;
}

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

#footer a:hover {
	color: #619fb8;
	text-decoration: none;	
}

#footer span {
	display: inline-block;	
}

#footer br {
	display: none;	
}


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

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

	/* ipad horizontal layout */
	
	body {
		font-size: 24px;
		line-height: 44px;
	}
	
	.common-pad {
		padding-left: 62px;
		padding-right: 62px;	
	}
	
	#header {
		background-size: auto 500px;	
	}
	
	#header-lines {
		height: 500px;
	}
	
	#header-social {
		top: 30px;
		right: 40px;
	}
	
	#logo {
		top: -320px;
		height: 320px;
		background-size: auto 320px;	
		margin-bottom: -320px;
	}
	
	#content-full {
		top: -5px;
	}
	
	#intro-text {
		padding: 25px 20px 80px 20px;
	}
	
	#intro-text-wrapper {
		letter-spacing: 5px;
		padding-left: 5px;
	}
	
	#intro-text a.contact-button {
		margin-top: 15px;
	}
	
	ul#video-list li {
		margin-bottom: 46px;
	}
	
	ul#video-list li .video-img a.play-button {
		top: -40px;
		width: 80px;
		height: 80px;
		background-size: 80px 160px;
		margin-bottom: -40px;
	}
	
	ul#video-list li .video-text {
		font-size: 22px;
		line-height: 24px;
		padding-top: 10px;
	}
	
	ul#video-list li .video-text div.video-sub {
		padding-top: 12px;
	}
	
}


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

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

	/* ipad vertical layout */

	.common-pad {
		padding-left: 34px;
		padding-right: 34px;	
	}
	
	#header-social {
		
	}

}


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

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

	/* in-between size */
	
	ul#video-list li {
		width: calc(50% - 20px);
		margin-right: 40px;
		margin-bottom: 46px;
	}
	
	ul#video-list li:nth-child(3n+3) {
		margin-right: 40px;
	}
	
	ul#video-list li:nth-child(2n+2) {
		margin-right: 0px;
	}
	
	ul#video-list li:nth-child(3n+4) {
		clear: none;
	}
	
	ul#video-list li:nth-child(2n+3) {
		clear: both;
	}

}


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

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

	/* mobile layout */
	
	body {
		font-size: 20px;
		line-height: 38px;
	}
	
	.common-pad {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#header {
		background-size: auto 400px;	
	}
	
	#header-lines {
		height: 400px;
	}
	
	#header-social {
		top: 20px;
		right: 30px;	
		width: 50px;
		font-size: 20px;
		line-height: 36px;
		padding-bottom: 4px;
		border-bottom: 2px solid #ffffff;
	}
	
	#header-social a.twitter {
		margin-right: 10px;	
	}
	
	#logo {
		top: -260px;
		height: 260px;
		background-size: auto 260px;	
		margin-bottom: -260px;
	}
	
	#intro-text {
		padding: 25px 0px 60px 0px;
	}
	
	#intro-text-wrapper {
		letter-spacing: 4px;
		padding-left: 4px;
	}
	
	#intro-text a.contact-button {
		letter-spacing: 2px;
		padding: 7px 8px 13px 10px;
	}
	
	ul#video-list li {
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 36px;
	}
	
	ul#video-list li:nth-child(3n+3) {
		margin-right: 20px;
	}
	
	ul#video-list li:nth-child(2n+2) {
		margin-right: 0px;
	}
	
	ul#video-list li .video-img a.play-button {
		top: -30px;
		width: 60px;
		height: 60px;
		background-size: 60px 120px;
		margin-bottom: -30px;
	}
	
	ul#video-list li .video-text {
		font-size: 18px;
		line-height: 20px;
		padding-top: 8px;
	}
	
	ul#video-list li .video-text div.video-sub {
		padding-top: 10px;
	}
	

}


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

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

	/* mobile vertical layout */
	
	body {
		font-size: 18px;
		line-height: 32px;
	}
	
	#logo {
		top: -220px;
		height: 220px;
		background-size: auto 220px;	
		margin-bottom: -220px;
	}
	
	#intro-text-wrapper {
		letter-spacing: 2px;
		padding-left: 2px;
	}
	
	ul#video-list li {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
	
	ul#video-list li:nth-child(3n+3) {
		margin-right: 0px;
	}
	
	ul#video-list li:nth-child(2n+3) {
		clear: none;
	}	
	
	ul#video-list li .video-img a.play-button {
		top: -40px;
		width: 80px;
		height: 80px;
		background-size: 80px 160px;
		margin-bottom: -40px;
	}
	
	#footer span {
		display: none;	
	}
	
	#footer br {
		display: block;	
	}

}