/*global*/
body {
	background-color: #C9C1A9;
}
body * {
	box-sizing: border-box;
}
.hidden {
	display:none;
	visibility:hidden;
}
#wrap {
	position:relative;
	width: 780px;
	min-width:400px;
	margin: 0 auto;
	background-color:white;
}
#top-row {
	width: 100%;
	max-width: 780px;
	min-height: 330px;
	padding: 15px;
	white-space:nowrap;
	background-color: black;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}
#top-row > * {
	display: inline-block;
	vertical-align: top;
}
#top-row > img:first-child {
	width: 228px;
}
#top-row > div {
	width: 515px;
	text-align: left;
	padding-left: 40px;
	padding-top: 48px;
}

#top-left-box {
	width: 100%;
	max-width: 267px;
	min-height: 222px;
	padding: 48px 15px 15px 15px;
	white-space:nowrap;
	background-color: black;
}


#left-column, #right-column {
	float:left;
}
#left-column > img {
	width:100%;
}
#tabs {
	position:absolute;
	top:0px;
	right:0px;
	width:67%;
	height:30px;
}
#tabs > a {
	background-color: #FFF200;
	float:right;
	padding:5px;
	margin-left:5px;
	text-decoration:none;
	color:black;
}
#tabs > a.current-tab {
	padding:10px;
}
#top-row img:nth-child(2), #right-column {
	width:65%;
}
#footer {
	float:left;
	padding-left: 38%;
}
#footer ul {
	padding-left:2%;
	white-space:nowrap;
}
#footer li {
	list-style-type: none;
	display:inline;
	padding-right:19px;
	font-size:12px;
}
#footer li a {
	text-decoration:none;
	color:black;
}
#footer li a:hover {
	text-decoration:underline;
}
button {
	height:20px;
	line-height:20px;
	background-color: #FFF200;
	box-shadow: 5px 5px 5px #C2C2C2;
	border:none;
}
button:active {
	box-shadow:none;
	margin-top:2px;
	margin-left:2px;
}

.play{
	outline: 0px none;
	border-color: #FFF;
	background-color: rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 3em #FFF;
	transition: all 0s ease 0s;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
	font-size: 20px;
	display: block;
	z-index: 4;
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	opacity: 1;
	border: 0.1em solid #3B4249;
	border-radius: 8px;
	box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
	transition: all 0.4s ease 0s;
	color: #CCC;
	font-weight: normal;
	font-style: normal;
	font-family: Arial,sans-serif;
	display:block;
}
.play:before {
    content: '\25BA';
    line-height: 40px;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    margin-top:-1px;
}
img:hover ~ .play{
	outline: 0px none;
	border-color: #FFF;
	background-color: rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 3em #FFF;
	transition: all 0s ease 0s;
}
.play:hover{
	outline: 0px none;
	border-color: #FFF;
	background-color: rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 3em #FFF;
	transition: all 0s ease 0s;
}
#bottom-row {
	min-height: 364px;
	padding: 10px;
}
/*end global*/

/*entry*/
#entry #bottom-row > div {
	padding-top:2%;
}

#entry #bottom-row > div:first-child {
	width:38%;
	float:left;
}
#entry #bottom-row > div:first-child > * {
	width:81%;
	padding-left:19%;
}
#entry #bottom-row > div:nth-child(2) {
	width:62%;
	float:left;
}
#entry #bottom-row > div:nth-child(2) > * {
	padding-left:2%;
	padding-right:6%;
}
#entry form table td {
	padding-bottom:8%;
}
#entry form button {
	width:80%;
}
/*end entry*/

/*home*/
#home #bottom-row > div {
	position:relative;
	width:33.3%;
	float:left;
}
#home #bottom-row > div > div {
	position:relative;
}
#home #bottom-row > div > div > div {
	position:relative;
}
#home #bottom-row > div > div:first-child {
	height:60px;
}
#home #bottom-row > div > div:first-child > img {
	float:left;
}
#home #bottom-row > div > div:first-child > div {
	padding-top:5%;
}
#home #bottom-row > div > div {
	width: 90%;
	margin: 0 auto;
}
#home #bottom-row > div > div:nth-child(2) {
	height:230px;
}
#home #bottom-row > div > div:not(:first-child) > img {
	width:100%;
}
#home #bottom-row > div > div > div > img {
	width:100%;
}
#home #bottom-row > div > div > form > input {
	width:50%;
}
#home #bottom-row > div > form > button {
	margin-left: 22%;
}
#home #bottom-row > div > div:nth-child(3), #home #bottom-row > div > div:nth-child(4) {
	width:70%;
	margin: 0 auto;
}
#home #bottom-row > div > a {
	display:block;
	width:50%;
	margin: 0 auto;
}
#home #bottom-row > div > a > button {
	width:100%;
}
/*end home*/

/*articles*/
#columns {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}
#articles #right-column > p {
	padding-left:10px;
	padding-top:50px;
}
#articles #right-column > div:not(#tabs) {
	height: 250px;
	margin-left: 10px;
}
#articles #left-column > div:not(#top-left-box) > div:first-child {
	height:100px;
	width: 90%;
	margin: 0 auto;
}
#articles #left-column > div > div:first-child > img {
}
#articles #left-column > div > div:first-child > div {
	padding-top: 5%;
	position:relative;
}
#articles #left-column > div:not(#top-left-box) > div:nth-child(2) {
	height: 200px;
	width: 90%;
	margin: 0 auto;
}
#articles #left-column > div:not(#top-left-box) > div:nth-child(2) > img {
	width: 100%;
}
#articles #left-column > div:not(#top-left-box) > div:nth-child(2) > form > input {
	width: 50%;
}
#articles #left-column > div:not(#top-left-box) > div:nth-child(3) {
	width: 70%;
	margin: 0 auto;
}
/*end articles*/

/*videos*/
#videos #left-column > div > div:first-child {
	height:60px;
	width: 90%;
	margin: 0 auto;
}
#videos #left-column > div > div:first-child > img {
	float:left;
}
#videos #left-column > div > div:first-child > div {
	padding-top: 5%;
	position:relative;
}
#videos #left-column > div > div:nth-child(2) {
	height: 200px;
	width: 90%;
	margin: 0 auto;
}
#videos #left-column > div > div:nth-child(2) > img {
	width: 100%;
}
#videos #left-column > div > div:nth-child(2) > form > input {
	width: 50%;
}
#videos #left-column > div > div:nth-child(3) {
	width: 70%;
	margin: 0 auto;
}
#videos #right-column #top-row {
	padding-top:50px;
}
#videos #right-column #bottom-row {
	position:relative;
	padding-top:20px;
}
#videos #right-column #bottom-row > div {
	position:relative;
	width:80%;
	margin: 0 auto;
}
#videos .thumbnail {
	display:block
	position:relative;
	width:31.3%;
	height:100px;
	float:left;
	margin:1%;
	color:black;
	text-decoration:none;
}
#videos .thumbnail > div {
	position:relative;
	width:100%;
}
#videos .thumbnail > div > img {
	width:100%;
}


#video {
	margin: 0 auto;
}
.video-js {
    position: relative !important;
    width: 72.5% !important;
    height: auto !important;
}
.vjs-tech {
	position: relative !important;
    width: 100% !important;
    height: auto !important;
}
.vjs-poster {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/*end videos*/


/* bonus plans */
#videos #right-column div.bonus-plan > img {
	display: inline-block;
	margin-right: 10px;
}
#videos #right-column div.bonus-plan > div {
	display: inline-block;
	vertical-align: top;
	width: 230px;
}
#videos #right-column div.bonus-plan div > b {
	display: block;
	margin-bottom: 10px;
}
#videos #right-column div.bonus-plan div > a {
	display: block;
	cursor: pointer;
	text-align: center;
}
#videos #right-column div.bonus-plan div button {
	cursor: pointer;
	text-align: center;
	background-color: #FFD503;
	font-weight: bold;
}
/* end bonus plans */