*
{
	border: none;
	margin: 0px;
	padding: 0px;
	text-rendering: optimizeLegibility;
}

#long_copy
{
	padding-right: 30px;
	margin-top: 20px;
}
/* OLD LADY GAME START */


.bg_old_lady
{
	background-image: url('../images/old_ladies.jpg');
}

#alt_awards
{
	margin: 0 !important;
	width: 100%;
}

#alt_awards li
{
	margin-left: 0 !important;
	font-size: 11px;
	margin-top: 5px;
	margin-top: 5px;
	color: #868686;
	width: 100% !important;
	float: left;
}

.title_divider
{
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #868686;
	line-height: 150%;
}

.award
{
	font-size: 13px;
	width: 100%;
	color: #868686;
	line-height: 150%;
	margin-bottom: 3px;
}

#old_lady_holder
{
	display: none;
	position:relative;
	top:0px;
	background-repeat:no-repeat;
	float: left;
	border-radius: 5px;
	height: 437px;
	width: 300px;
	margin-right: 27px;
	margin-bottom: 0px;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.10);
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.10);

}

#old_lady_holder img
{
	-webkit-clip-path: inset(-1px -1px -1px -1px);
	clip-path: inset(-1px -1px -1px -1px);
}

#old_lady_overlay
{
	position: relative;
	left: 0px;
	height: 291px;
	width: 2400px;
	max-width: none !important;
	max-height: none !important;
}

#old_lady_options
{
	width: 200px;
	height: 582px;
	max-width: none !important;
	max-height: none !important;
	position:relative;
	top: -291px;
	opacity: 0;
	cursor: pointer;
}

#choices
{
	float: left;
	position:absolute;
	top: 0px;
	display:table;
}

#choice_left
{
	width: 100px;
	height: 291px;
	background-color: rgba(0, 0, 0, 0.5);
	text-align:left;
	padding-left: 20px;
	display:table-cell;
	vertical-align:middle;
	cursor: pointer;
	opacity:0;
}

.choice_left_touch
{
	width: 60px !important;
	height: 90px !important;
	display: block !important;
	top: 240px;
	left: 0px;
	position: absolute;
	padding-left: 10px;
	background-color: rgba(0,0,0,0.5) !important;
	text-align: left !important;
	border-radius: 0px 90px 90px 0px;
	user-select: none;
   -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}

.choice_left_touch_down
{
	width: 60px !important;
	height: 90px !important;
	display: block !important;
	top: 240px;
	left: 0px;
	position: absolute;
	padding-left: 10px;
	background-color: rgba(0,0,0,0.8) !important;
	text-align: left !important;
	border-radius: 0px 90px 90px 0px;
	user-select: none;
   -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}

.choice_left_span_touch
{
	text-align: left !important;
	position: relative;
	top: 25px;
	font-size: 12px !important;
	line-height:0px !important;
	user-select: none;
   -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}

#choice_left span
{
	color: #ffffff;
/*	font-family: 'Dosis', sans-serif; */
    font-size: 28px;
	line-height: 36px;
    font-weight: 400;
	user-select: none;
	-o-user-select:none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	pointer-events:none;
}

#choice_right
{
	width: 50px;
	height: 150px;
	background-color: rgba(0, 0, 0, 0.5);
	text-align:right;
	padding-right: 20px;
	display:table-cell;
	vertical-align:middle;
	cursor:pointer;
	opacity:0;
	user-select: none;
   -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}

.choice_right_touch
{
	width: 60px !important;
	height: 90px !important;
	display: block !important;
	top: 240px;
	right: 0px;
	position: absolute;
	padding-right: 10px;
	background-color: rgba(0,0,0,0.5) !important;
	text-align: right !important;
	border-radius: 90px 0px 0px 90px;
	user-select: none;
   -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}

.choice_right_touch_down
{
	width: 60px !important;
	height: 90px !important;
	display: block !important;
	top: 240px;
	right: 0px;
	position: absolute;
	padding-right: 10px;
	background-color: rgba(0,0,0,0.8) !important;
	text-align: right !important;
	border-radius: 90px 0px 0px 90px;
	user-select: none;
   -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}

.choice_right_span_touch
{
	text-align: right !important;
	position: relative;
	top: 14px;
	font-size: 24px !important;
	line-height: 30px !important;
	user-select: none;
   -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}

#choice_right span
{
	color: #ffffff;
/*	font-family: 'Dosis', sans-serif; */
    font-size: 28px;
	line-height: 36px;
    font-weight: 400;
	user-select: none;
   -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   pointer-events:none;
}

.scoreboard
{
	position: relative;
	width: calc(100% - 20px);
	left: 10px;
	padding-top: 10px;
	height: 180px;
	border-radius: 10px;
	background-color: #000000;
	position: absolute;
	top: 291px;
	opacity: 0;
}

.scoreboard_copy
{
	float: left;
	color: #ffffff;
/*	font-family: 'Dosis', sans-serif; */
	font-weight: 400;
	font-size: 16px;
	line-height: 10px;
	text-align:center;
	width: 100%;
	opacity: 0;
}

.scoreboard_copy_2
{
	float: left;
	color: #ffffff;
/*	font-family: 'Dosis', sans-serif; */
	font-weight: 700;
	font-size: 21px;
	line-height: 10px;
	text-align:center;
	width: 100%;
}

.scoreboard_copy_3
{
	float: left;
	color: #ffffff;
/*	font-family: 'Dosis', sans-serif; */
	font-weight: 400;
	font-size: 16px;
	line-height: 10px;
	text-align:center;
	width: 100%;
}

.scoreboard_copy_4
{
	float: left;
	color: #ffffff;
/*	font-family: 'Dosis', sans-serif; */
	font-weight: 700;
	font-size: 21px;
	line-height: 21px;
	text-align:center;
	width: 100%;
}

.scoreboard_copy_5
{
	float: left;
	color: #ffffff;
/*	font-family: 'Dosis', sans-serif; */
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	text-align:center;
	width: 100%;
	margin-top: 5px;
	cursor: pointer;
	text-decoration: underline;
}

/* OLD LADY GAME END */

.flashlink
{
	float: left;
}

.no-margin-top
{
	margin-top: 0;
}

.yellow
{
//	color: #868686;
}

#long_title
{
//	font-family: 'Raleway', sans-serif;
//	font-family: 'Source Sans Pro', sans-serif;
//	font-family: 'Ubuntu', sans-serif	font-weight: 400;
	color:  #666666;
	font-size: 18px;
}

html, body
{
	background-color: #f8f8f8;
	height: 100%;
//	overflow-x:hidden;
//	font-family: 'Raleway', sans-serif;
//	font-family: 'Source Sans Pro', sans-serif;
//	font-family: 'Ubuntu', sans-serif;
	font-family: 'Heebo','helvetica','arial',sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}

#lightbox
{
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999999999999;
}

#lightbox-bg
{
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	position: absolute;
	top: 0px;
	left: 0px;
}

#lightbox-content
{
	height:0px;
	width: 0px;
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
}

#lightbox-overlay
{
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
}

#menu_header
{
	width: 100%;
	height: 50px;
	background-color: grey;
	float: left;
	text-align: center;
	display: none !important;
	opacity: 0;
}

#menu_header div
{
	font-size: 34px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
}

p
{
	font-size: 13px;
}

#header
{
	width: 100%;
	height: 150px;
	background-color: #ffffff;
	position: relative;
	top: -150px;
	left: 0px;
	z-index: 100;
	opacity: 0;
}

#logo
{
	padding-left: 35px;
	padding-top: 35px;
	float: left;
}

#content
{
	background-color: #f8f8f8;
	width: 100%;
	height: 100%;
	<!--// display: none;//-->
}

#section_coming_soon
{
	background-image:url('../images/pw_pattern.png');
	-moz-box-shadow: inset 0 0 10em #b8b8b8;
	-webkit-box-shadow: inset 0 0 10em #b8b8b8;
	box-shadow: inset 0 0 10em #b8b8b8;
}

.section
{
	float: left;
	position:relative;
	overflow: hidden;
	cursor: pointer;
	opacity: 0;
}

p
{
	line-height: 150%;
	color: #868686;
	font-size: 13px;
	margin-top: 20px;
}

.title_overlay
{
	width: 100%;
	height: 100%;
	z-index: 100;
	position:absolute;

	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ie-transform: scale(1.05);

	opacity: 0;
	cursor: hand;
	border: 0px;
}

.thumb
{
	width: 100%;
	height: 100%;
	position:relative;

	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transform-style: flat;
	-ie-transform-style: flat;

	transform: perspective(500px) scale(1.05);
	-webkit-transform: perspective(500px) scale(1.05);
	-moz-transform: perspective(500px) scale(1.05);
	-ie-transform: perspective(500px) scale(1.05);
}

.thumb img
{
	width: 100%;
	height: 100%;
}

.title_text
{
	width: 80%;
	height: 50px;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	margin-left: 10%;
	left: 0px;
	z-index: 100000;
}

.title_text h1
{
//	font-family: 'Raleway', sans-serif;
//	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Heebo','helvetica','arial', sans-serif;
	font-weight: normal;
	font-size:20px;
//	margin-top: -10px;
}

.title_background
{
	background-color: black;
	width: 100%;
	height: 100%;
	opacity: 0.4;
}

#work
{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	padding-bottom: 0px;
}

#single_work
{
	float: left;
	display: none;
	padding-bottom: 50px;
}

#single_col_left
{
	width: 100%;
	height: 100%;
}

#single_col_left p
{

}

#single_col_left h3
{

}



#single_col_right
{
	width: 100%;
	height: 100%;
	float: left;
	margin-left: 35px;
}

#single_col_right img
{
	float: left;
}

h1
{
	font-size: 13px;
	color: #ffffff;
}

h2
{
	padding-top: 5px;
	font-size: 14px;
	font-family: 'Heebo','helvetica','arial',sans-serif;
	font-weight: normal;
	color: #ffffff;
}

.showSingle
{
	max-height: 1500px;
}

.caption
{
	width: 100%;
	float: left;
	padding-top: 10px;
	font-family: 'Heebo','helvetica','arial',sans-serif;
//	font-family: 'Raleway', sans-serif;
//	font-family: 'Source Sans Pro', sans-serif;
//	font-family: 'Ubuntu', sans-serif	color: #868686;
	font-size: 12px;
}

#single_col_right img
{
	float: left;
}

#close_button
{
	opacity: 1;
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	background-image:url('../images/close-button.png');
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 9999999999999999;
}

#lightbox-overlay:hover
{
//	cursor: url(images/lightbox-off.png), auto;
}

#close_button:hover
{
	cursor: pointer;
}

#work_info
{
	float: left;
	width: 300px;
	padding: 47px 35px 0px 32px;
}

.close_button_lightbox
{
//	top: auto !important;
//	position: absolute !important;
//	top: 0px !important;
//	right: 0px !important;
}

.next_button_lightbox
{
	width: 30px;
	heighT: 30px;
	background-image:url('../images/arrow_right.png');
	background-size: 100% 100%;
	position: absolute;
	cursor: pointer;
	display:none !important;
}

.prev_button_lightbox
{
	width: 30px;
	heighT: 30px;
	background-image:url('../images/arrow_left.png');
	background-size: 100% 100%;
	position: absolute;
	cursor: pointer;
	display: none !important;
}

#next_button
{
	width: 30px;
	height: 30px;
	background-image:url('../images/arrow_right.png');
	background-size: 100% 100%;
	position: absolute;
	right: 15px;
	bottom: 15px;
	cursor: pointer;
}

#prev_button
{
	width: 30px;
	heighT: 30px;
	background-image:url('../images/arrow_left.png');
	background-size: 100% 100%;
	position: absolute;
	right:55px;
	bottom: 15px;
	cursor: pointer;
}

.image_loader
{
	background-image:url('../images/preloader.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.image_loader_black
{
	background-image:url('../images/preloader_black.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35px 35px;
}

.big_image
{
	width: 854px;
//	height: 300px;
	overflow: hidden;
	float: left;
	padding-top: 50px;
}

.big_image img
{
	width: 100%;
	height: auto;
}

.big_video
{
	width: 854px;
//	height: 480px;
	overflow: hidden;
	float: left;
	padding-top: 50px;
}

#lightbox
{
	opacity: 0;
	display: none;
}

.bold_intro
{
	font-size:16px !important;
	color: #808080;
	font-weight: bold;
}

ul
{
	float: left;
	margin-top: 67px;
	margin-bottom: 20px;
	margin-left: 15px;
	font-family: 'Heebo','helvetica','arial',sans-serif;
//	font-family: 'Raleway', sans-serif;
//	font-family: 'Source Sans Pro', sans-serif;
//	font-family: 'Ubuntu', sans-serif;
//  font-family: 'NettoOT', sans-serif;
}

ul.left
{
	color: #868686;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0px;
	float: left;
	font-size: 12px;
	line-height: 150%;
//	font-family: 'Raleway', sans-serif;
//	font-family: 'Source Sans Pro', sans-serif;
//	font-family: 'Ubuntu', sans-serif
}

.left li
{
	color: #868686 !important;
	margin: 0 0 0 0;
	font-size: 12px !important;
	list-style-type: disc;
	float: none !important;
}

#award_wrapper
{
	margin-top: 25px;
	width: 100%;
	float: left;
}

#long_copy img
{
	width:  35px;
	opacity: 0.4;
}

#long_copy p:last-child-of-type
{
	margin-bottom: 20px;
}

.left li span
{
	color: #868686;
}

li
{
	font-size: 13px;
	font-weight: normal;
	list-style-type: none;
	margin-left: 10px;
	float: left;
}

a:link
{
	color: #868686;
	text-decoration: none;
}

.big_image img:hover
{
	text-decoration: underline;
	cursor: pointer !important;
}

a:visited
{
	color: #868686;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.big_image a
{
	//cursor: url(../images/lightbox-on.png), auto;
}
