/* 
	Pizza GOGO MyShop
	Author: Mark Willis, Jan 2018
*/
html {
	margin: 0;
	min-height: 100%;
	background: #F1F2F2;
	height: 100%;
}

body {
	margin: 0;
	min-height: 100%;
	font-size: 14px;
	color: #353535;
	height: 100%;
}

html, body {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
}

/* General */
p {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0 0 15px 0;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 22px;
	line-height: 1em;
	margin: 0 0 15px 0;
	color: #444444;
	font-family: 'Open Sans', sans-serif;
}
h2 {
	font-size: 18px;
	line-height: 1em;
	margin: 0 0 15px 0;
	color: #444444;
	font-family: 'Open Sans', sans-serif;
}
h3 {
	font-size: 16px;
	line-height: 1em;
	margin: 0 0 15px 0;
	color: #444444;
	font-family: 'Open Sans', sans-serif;
}
ul, ol {
	margin: 0 0 15px 0;
}
ul.standard li, ol.standard li {
	font-size: 14px;
	line-height: 22px;
	list-style: circle;
	margin: 0 0 5px 20px;
}
ul.standard_blank li, ol.standard_blank li {
	font-size: 14px;
	line-height: 22px;
	list-style: none;
	margin: 0 0 5px 0;
}
ul.ticks li, ol.ticks li {
	list-style: none;
	background: url('../../img/icons/led/accept.png') 0px 3px no-repeat;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px
}

a {
	text-decoration: none;
	color: #007DC1;
	-webkit-transition: 0.25s;
    transition: 0.25s;
}

div.info_page h1 {
	font-size: 3em;
}
div.info_page h2 {
	font-size: 2em;
}

/* Misc */
div#navigation_aids {
	position: absolute;
	height: 200px;
	width: 100%;
	top: -200px;
	left: 0;
	overflow: hidden;
}
div.sep_dash {
	clear: both;
	margin: 40px 0 40px 0;
	border-top: 1px dashed #DDDDDD;
	height: 1px;
}

/* Icons */
.icon_green {
	color: #3CB600;
}
.icon_red {
	color: #e74c3c;
}
.icon_grey {
	color: #CCCCCC;
}
.icon_yellow {
	color: #FFD702;
}

/* Wrapper */
div.wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
}
div.wrapper_review {
	width: 600px;
	margin: 0 auto 0 auto;
}

/* General */
div.page_pad {
	padding: 60px 10px 60px 10px;
}
div.page_pad_big {
	padding: 40px;
}
div.page_pad_display {
	padding: 80px 10px 80px 10px;
}
div.grey_page {
	background: #F7F7F7;
	text-align: left;
	
	-moz-box-shadow: inset 0 5px 15px -5px rgba(0,0,0,0.14), inset 0 -5px 25px -5px rgba(0,0,0,0.14);
	-webkit-box-shadow: inset 0 5px 15px -5px rgba(0,0,0,0.14), inset 0 -5px 25px -5px rgba(0,0,0,0.14);
	box-shadow: inset 0 5px 15px -5px rgba(0,0,0,0.14), inset 0 -5px 15px -5px rgba(0,0,0,0.14);
}
div.grey_page_man {
	background: #CCCCCC;
	background-image: url('../img/layout/photo_man.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	width: 100%;
}
div.grey_page_man h2 {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
div.grey_page_man hr {
	border-top: 1px solid rgba(255,255,255,0.2);
}

div.white_page {
	background: #FFFFFF;
	text-align: left;
}

div.page_pad_display h2 {
	font-size: 38px;
	font-family: 'Open Sans', sans-serif;
}
div.page_pad_display h2 i {
	color: #0088CC;
	color: #0054A5;
	color: #FFD702;
}
div.page_pad_display p {
	font-size: 18px;
	line-height: 1.6em;
	color: #737A82;
}
div.page_smalltext {
	margin: 30px 0 0 0;
}
div.page_smalltext p,
div.page_pad_display  div.page_smalltext p {
	color: #999999;
	font-size: 11px;
	line-height: 14px;
}
p.small,
div.page_pad_display p.small {
	color: #999999;
	font-size: 12px;
	line-height: 14px;
}

div.page_pad_display ul.standard li, div.page_pad_display ol.standard li {
	font-size: 18px;
	line-height: 1.6em;
	color: #737A82;
	list-style: circle;
	margin: 0 0 5px 20px;
}

img.page_block_image {
	width: 100%;
	height: auto;
}
div.page_image_right {
	width: 320px;
	float: right;
}
div.page_text_left {
	width: 600px;
	float: left;
}
div.page_image_left {
	width: 320px;
	float: left;
}
div.page_text_right {
	width: 600px;
	float: right;
}


/* ui page (most pages + dashboards) */
div.ui_page {
	position: relative;
}
div.ui_page_left {
	width: 670px;
	width: calc(100% - 340px);
	float: left;
}
div.ui_page_right {
	width: 340px;
	float: right;
}
div.ui_page_right_holder {
	width: 340px;
	position: relative;
}
div.ui_page_right_fixed {
	width: 340px;
	position: fixed;
}
div.ui_info_box_container {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
}
div.ui_info_box {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.ui_info_box_2 {
	margin: 0;
	background: #FFFFFF;
}
div.ui_info_box_text {
	margin: 0 0 20px 0;
}
div.ui_info_box p {
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 0 15px 0;
	color: #737A82;
}
div.ui_info_box p.info {
	font-size: 14px;
	line-height: 1.6em;
	margin: 0 0 10px 0;
	color: #737A82;
	text-align: left;
}
div.ui_info_box_text p {
	font-size: 14px;
	line-height: 1.6em;
	margin: 0;
	color: #737A82;
	border-bottom: 1px dashed #CCC;
}
div.ui_info_box_text p span {
	font-weight: bold;
}
div.ui_info_box_text p:last-child {
	border-bottom: none;
}
div.ui_info_message {
	position: absolute;
	z-index: 400;
	width: 100%;
	height: 200px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 0px 10px #555555;
}
div.ui_info_message_good {
	background: #5CB85C;
	background: rgba(92,184,92,0.5);
}
div.ui_info_message_bad {
	background: #D9534F;
	background: rgba(217,83,79,0.5);
}
div.ui_info_message span.icon {
	display: block;
	padding: 55px 0 0 0;
	font-size: 38px;
}
div.ui_info_message span.text {
	display: block;
	padding: 10px 0 0 0;
	font-size: 22px;
}

/* most pages */
div.page_pad_ui {
	padding: 40px;
}
div.page_pad_ui_right {
	padding: 40px 40px 40px 0;
}
div.page_pad_ui h1.title {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 5px 0;
}
div.page_pad_ui p.info {
	font-size: 14px;
	line-height: 1.6em;
	color: #737A82;
}

/* Dashboard pages */
div#dashboard div.page_pad_ui {
	padding: 40px 0 40px 0;
}
div#dashboard div.page_pad_ui_right {
	padding: 40px 0 40px 0;
}

div#dashboard div.ui_page_right,
div#dashboard div.ui_page_right_holder,
div#dashboard div.ui_page_right_fixed {
	width: 300px;
}



/* Header */


/* Content */
div#content_page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -500px auto;
}
div#footer {
    width: 100%;
    min-height: 500px;
}
div#content_page_bottom {
    height: 500px;
}

/* Footer */
div.footer {
	border: 0;
	background: #222222;
}
div.footer_left {
	width: 33.3%;
	float: left;
	text-align: left;
}
div.footer_left p {
	color: #999999;
	font-size: 11px;
	margin: 0;
}
div.footer_left p a {
	color: #FFFFFF;
	text-decoration: none;
}
div.footer_left p.footer_links,
div.footer_right p.footer_links {
	margin: 0px 0 0 0;
}
div.footer_left p.footer_links a,
div.footer_right p.footer_links a {
	display: block;
	margin: 0 0 10px 0;
	color: #FFFFFF;
}
div.footer_right {
	width: 33.3%;
	float: left;
	text-align: left;
	margin: 0;
}
div.footer_right a {
	text-decoration: none;
}
div.footer_pad {
	padding: 40px 0 0 0;
}
div.footer_disclaimer {
	margin: 40px 0 0 0;
	text-align: center;
}
div.footer_disclaimer p {
	color: #777777;
	font-size: 11px;
}

div#footer_top {
	background: url('../img/logo/footer_asset.jpg') center right no-repeat #E0121A;
	height: 30px;
}
div#footer_btm {
	background: #222222;
}

div#footer_top ul {
    margin: 0;
    padding: 0;
}
div#footer_top ul li {
    float: left;
}
div#footer_top ul li a {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
}
div#footer_top ul li a span {
    display: block;
    padding: 25px 15px 25px 15px;
}
div#footer_top ul li a:hover {
    background: rgba(0,0,0,0.2);
}

div#footer_btm p {
	font-size: 14px;
}
div#footer_btm p a {
	color: #FFFFFF;
}
div#footer_btm p a:hover {
	color: #FFD702;
}
div#footer_btm hr {
	border-top: 1px solid #333;
}


/* Header home bar */
div#header_home_bar {
	padding: 5px 0 0 0;
}

div#top_controls {
	width: 300px;
	height: 40px;
	display: block;
	float: right;
	text-align: right;
	margin: 10px 0 0 0;
}
div#top_controls a {
	display: inline-block;
	background: #FFFFFF;
	background: rgba(255,255,255,0.2);
	color: #EEEEEE;
	color: #0054A5;
	color: #0054a5;
	text-transform: lowercase;
	font-size: 14px;
	margin: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: 0.45s;
	transition: 0.45s;
	float: right;
	height: 42px;
	overflow: hidden;
}
div#top_controls a span {
	display: block;
	padding: 14px 22px 14px 22px;
	text-transform: uppercase;
}
div#top_controls a:hover {
	background: rgba(255,255,255,0.3);
	color: #FFFFFF;
	color: #0054A5;
}
div#top_controls a.dashboard {
	background: #E0121A;
	color: #EEEEEE;
}
div#top_controls a.dashboard:hover,
div#top_controls a.dashboard:active {
	background: rgba(255,255,255,0.3);
}

div#top_controls a.menu {
	font-weight: normal;
	background: #FFD702;
	background: #0054a5;
	color: #FFFFFF;
}
div#top_controls a.menu_active {
	-webkit-border-radius: 2px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 2px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 2px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
div#top_controls a.menu span {
	font-size: 20px;
	padding: 10px 12px 10px 12px;
}

div#subnav {
	position: absolute;
	z-index: 40000;
	width: 300px;
	background: #ff353d;
	background: #0054a5;
	display: none;
	-webkit-border-radius: 3px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topright: 0;
	border-radius: 3px;
	border-top-right-radius: 0;
}
div#subnav a {
	display: block;
	width: 100%;
	text-align: left;
	margin: 0;
	border-bottom: 1px solid #0081fe;
	text-transform: none;
	background: none;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-weight: bold;
}
div#subnav a:last-child {
	border-bottom: none;
}
div#subnav a:hover,
div#subnav a:active {
	color: #FFFFFF;
}

div#dashboard_subnav_hold {
	height: 60px;
}
div#dashboard_subnav {
	background: #ff353d;
	height: auto;
	
	position: fixed;
	width: 100%;
	display: block;
	
	z-index: 100;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff353d+0,e0121a+98 */
	background: #ff353d; /* Old browsers */
	background: -moz-linear-gradient(top, #ff353d 0%, #f92e36 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff353d 0%,#f92e36 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff353d 0%,#f92e36 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff353d', endColorstr='#f92e36',GradientType=0 ); /* IE6-9 */
}
div#dashboard_subnav a {
	float: left;
	width: 130px;
	text-align: center;
	display: inline-block;
	background: #ff353d;
	color: #FFFFFF;
	border-right: 1px solid #e0121a;
}
div#dashboard_subnav a.last {
	border-right: none;
}
div#dashboard_subnav a span {
	display: block;
	padding: 20px;
}
div#dashboard_subnav a:hover,
div#dashboard_subnav a:active {
	background: #ff9499;
}
div#dashboard_subnav a.active {
	background: #F1F2F2;
	color: #333333;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

div#dashboard_subnav_control {
	display: none;
}

/* Logo */
div#logo {
	width: 64px;
	height: 64px;
	float: left;
	display: block;
	position: relative;
}
div#logo a {
	display: block;
	width: 64px;
	height: 64px;
	background: url('../img/logo/128.png') 0px 0px no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-indent: -9999px;
}

/* Home Header */
div#header_normal {
	height: 74px;
	background: #E0121A;
}
div#header_normal_inner {
	background: #E0121A;
	
	width: 100%;
	height: 74px;
	position: fixed;
	z-index: 900;
}


/* Stars */
span.stars {
	font-size: 26px;
	color: #FFD702;
	display: block;
	margin: 0 0 5px 0;
	text-shadow: 1px 1px 1px #333333;
}
span.stars i {
	margin: 0 3px 0 0;
}

/* Home page */
div.home_fourth {
	width: 25%;
	float: left;
	margin: 20px 0 30px 0;
}
div.home_third {
	width: 33.3%;
	float: left;
	margin: 20px 0 30px 0;
}
div.home_half {
	width: 50%;
	float: left;
	margin: 20px 0 30px 0;
}
div.home_part_pad {
	padding: 40px 10px 40px 10px;
}
div.home_fourth h3,
div.home_third h3 {
	font-size: 26px;
}
div.home_part_img {
	width: 100%;
	height: 163px;
	background: #F7F7F7;
	margin: 0 0 15px 0;
	overflow: hidden;
}
div.home_fourth p,
div.home_third p {
	font-size: 16px;
	line-height: 1.6em;
	color: #737A82;
}


hr {
	height: 0;
	width: 100%;
	float: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 0;
	border-top: 1px solid #CCC;
}
hr.blue {border-top: 1px solid #25B9E3;}
hr.purple {border-top: 1px solid #6F2B90;}
hr.red {border-top: 1px solid #DB404C;}
hr.yellow {border-top: 1px solid #FFC200;}

.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}

.shadow_element {
	-moz-box-shadow: 0 2px 0 rgba(29,29,33,0.07);
	-webkit-box-shadow: 0 2px 0 rgba(29,29,33,0.07);
	box-shadow: 0 2px 0 rgba(29,29,33,0.07);
}
.shadow_element_full {
    -moz-box-shadow: 0 0px 5px rgba(29,29,33,0.16);
    -webkit-box-shadow: 0 0px 5px rgba(29,29,33,0.16);
    box-shadow: 0 0px 15px rgba(29,29,33,0.16);
}
.shadow_element_large {
	-moz-box-shadow: 2px 2px 5px rgba(29,29,33,0.1);
	-webkit-box-shadow: 2px 2px 5px rgba(29,29,33,0.1);
	box-shadow: 2px 2px 5px rgba(29,29,33,0.1);
}

/* Request page */
div.request_welcome h1 {
	font-size: 42px;
	line-height: 1.2em;
}
div.request_top {
	padding: 20px;
	margin: 0 0 10px 0;
}
div.request_welcome p {
	font-size: 16px;
	line-height: 1.6em;
}

/* Welcome page */
div#welcome_header {
	text-align: center;
	margin: 50px 0 0 0;
}
div#welcome_header h1 {
	font-size: 36px;
}
div#welcome_header p {
	font-size: 20px;
	line-height: 1.6em;
	margin: 0;
	color: #737A82;
}

div.third_block {
	width: 33.3%;
	float: left;
}
div.info_block {
	padding: 10px;
}
div.info_block_2 {
	padding: 0 0 26px 0;
}
div.info_block_inner {
	background: #FFFFFF;
}
div.info_block_image img {
	width: 100%;
	height: auto;
}
div.info_block_text {
	padding: 20px 20px 0px 20px;
}
div.info_block_text_full {
	padding: 20px;
}
div.info_block_footer {
	background: #FFF;
	border-top: 1px solid #EEEEEE;
	padding: 5px;
	text-align: right;
}
div.info_block_footer p {
	font-size: 14px;
	color: #AAA;
	margin: 0;
}
div.info_block_footer a.view_all {
	float: left;
	margin: 0 0 0 15px;
	font-weight: bold;
	color: #3CB600;
}




.ion-spin, .ion-loading-a, .ion-loading-b, .ion-loading-c, .ion-loading-d, .ion-looping, .ion-refreshing, .ion-ios7-reloading {display: inline-block; -webkit-animation: spin 1s infinite linear; -moz-animation: spin 1s infinite linear; -o-animation: spin 1s infinite linear; animation: spin 1s infinite linear; }
@-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); } }
@-o-keyframes spin { 0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); } }
@-ms-keyframes spin { 0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); } }
@keyframes spin { 0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); } }
.ion-loading-a { -webkit-animation-timing-function: steps(8, start); -moz-animation-timing-function: steps(8, start); animation-timing-function: steps(8, start); }

/* Fuzzy searcher */
.form_search {
	border: 1px solid transparent;
	background: none;
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 12px 20px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #888;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin: 0;
}
.form_search:focus {
	border: 1px solid rgba(15, 112, 183, 0.15);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.form_search::placeholder {
	color: #BBB;
}
.form_search:focus::placeholder {
	color: #777;
}

div.page_404 {
	margin: 0;
}
div.page_404 h1 {
	font-size: 60px;
	text-shadow: 5px 5px 0px #FFFFFF;
}
div.page_404 p {
	font-size: 26px;
	margin: 0 0 8px 0;
}
div.page_404 p a {
	color: #CC0000;
}


.page_half {
	width: 50%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.page_third {
	width: 33.3%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.light_blue_box {
	background: #dfebfa;
	border: 1px solid #0054A5;
}

/******************************/
/*
	Responsive
*/

/* LARGE Desktops */
@media only screen and (min-width: 1600px) {
	/* Wrapper */
	div.wrapper {
		width: 1200px;
	}
	
	/* Page UI layouts */
	div.page_image_right {
		width: 320px;
		float: right;
	}
	div.page_text_left {
		width: 800px;
		float: left;
	}
	div.page_image_left {
		width: 320px;
		float: left;
	}
	div.page_text_right {
		width: 800px;
		float: right;
	}
}
/* Big Desktops */
@media only screen and (min-width: 1000px) and (max-width: 1599px) {

}
/* iPad (or small monitor) Styles */
@media only screen and (min-width: 768px) and (max-width: 999px) {
	div.wrapper {
		width: 100%;
	}
	
	/* Page UI layouts */
	div.page_image_right {
		width: 320px;
		float: right;
	}
	div.page_text_left {
		width: calc(100% - 330px);
		float: left;
	}
	div.page_image_left {
		width: 320px;
		float: left;
	}
	div.page_text_right {
		width: calc(100% - 330px);
		float: right;
	}
	
	div.page_pad_display {
		padding: 40px 20px 40px 20px;
	}
	
	/* Header */
	div#header_home_bar {
		padding: 5px;
	}
	div#top_controls {
		width: 200px;
	}
	div#subnav {
		width: 197px;
	}
}
/* Mobile Styles */
@media only screen and (min-width: 0px) and (max-width: 767px) {
	div#topbar {background: black;}
	
	div.wrapper {
		width: 100%;
	}
	div.wrapper_review {
		width: 100%;
	}
	
	/* Header */
	div#header_home_bar {
		padding: 0px;
	}
	div#top_controls {
		width: 120px;
		height: 60px;
		margin: 0px 0 0 0;
	}
	div#top_controls.top_controls_wider {
		width: 150px;
		margin: 8px 0 0 0;
	}
	div#top_controls a {
		margin: 0;
		height: auto;
	}
	div#top_controls a.menu {
		width: 74px;
		height: 74px;
		margin: 0;
		font-size: 24px;
		overflow: hidden;
		text-align: center;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		background: #FFCC00;
	}
	div#top_controls a.menu span {
		font-size: 32px;
		text-align: center;
		padding: 20px 0px 14px 0px;
	}
	
	
	div#subnav {
		width: 100%;
		left: 0;
		right: 0;
		background: #FFCC00;
	}
	div#subnav a {
		border-bottom: 1px solid #FFCCCC;
		color: #333333;
		text-shadow: 1px 1px 1px #FFCCCC;
	}
	div#subnav a:hover {
		color: #333333;
	}
	div#subnav a span {
		display: block;
		padding: 24px 12px 24px 12px;
	}
	
	div#dashboard_subnav_hold {
		height: 60px;
	}
	div#dashboard_subnav {
		position: absolute;
		display: none;
		z-index: 30000;
	}
	div#dashboard_subnav a {
		float: none;
		width: 100%;
		text-align: left;
		display: inline-block;
		background: #0054A5;
		color: #FFFFFF;
		border-right: none;
		border-bottom: 1px solid #0054A5;
	}
	div#dashboard_subnav a.last {
		border-bottom: none;
	}
	div#dashboard_subnav a.active {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	div#dashboard_subnav_control {
		display: block;
		width: 100%;
		background: #0054A5;
	}
	div#dashboard_subnav_control a {
		display: block;
		color: #FFFFFF;
		font-weight: bold;
	}
	div#dashboard_subnav_control a span {
		display: block;
		padding: 20px;
	}
	div#dashboard_subnav_control a span i {
		color: rgba(255,255,255,0.5);
		margin: 0 6px 0 0;
	}
	
	
	
	
	
	
	/* Header */
	div#header_normal {
		height: 74px;
	}
	div#header_normal_inner {
		height: 74px;
	}
	div#logo {
		width: 64px;
		height: 64px;
		margin: 5px 0 0 5px;
	}
	div#logo a {
		width: 64px;
		height: 64px;
		background: url('../img/logo/128.png') 0px 0px no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	/* Home */
	div.home_third {
		width: 100%;
		float: none;
		margin: 0;
	}
	/* Home */
	div.home_part_img {
		height: auto;
	}
	
	/* Footer */
	div.footer_left {
		width: 100%;
		float: none;
		text-align: center;
	}
	div.footer_left p {
		color: #FFFFFF;
		font-size: 11px;
		margin: 0;
	}
	div.footer_left p a {
		display: inline-block;
		margin: 0 10px 0 10px;
	}
	div.footer_right {
		width: 100%;
		float: none;
		text-align: center;
		margin: 40px 0 0 0;
	}
	div.footer_right a {
		text-decoration: none;
	}
	div.footer_pad {
		padding: 40px 0 0 0;
	}
	
	/* Page UI layouts */
	div.page_image_right {
		width: 100%;
		float: none;
	}
	div.page_text_left {
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	div.page_image_left {
		width: 100%;
		float: none;
	}
	div.page_text_right {
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	
	div.page_pad_display {
		padding: 20px;
	}
	
	div.mobile_pad_ui {
		padding: 10px;
	}
	div.mobile_pad_ui .create_url {
		margin: -6px 0 0 0;
	}
	div#update_title_1 {
		padding: 15px 0 0 0;
	}
	
	/* Font adjustments */
	div.page_pad_display h2 {
		font-size: 22px;
	}
	div#header_home_welcome h1 {
		font-size: 24px;
	}
	div#header_home_welcome h2 {
		font-size: 30px;
	}
	div#header_home_welcome .button_flat {
		margin: 10px 0 0 0;
	}
	
	
	/* ui page (most pages + dashboards) */
	div#dashboard div.ui_page_left {
		width: 100%;
		float: none;
	}
	div#dashboard div.ui_page_right {
		width: 100%;
		float: none;
	}
	div#dashboard div.ui_page_right_holder {
		width: 100%;
		position: relative;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	div#dashboard div.ui_page_right_fixed {
		width: 100%;
		position: static;
	}
	
	/* Home page */
	div.home_fourth {
		width: 100%;
		float: none;
		margin: 0;
	}
	div.home_third {
		width: 100%;
		float: none;
		margin: 0;
	}
	div.home_half {
		width: 100%;
		float: none;
		margin: 0;
	}


	/* most pages */
	div#dashboard div.page_pad_ui {
		padding: 20px;
	}
	div.page_pad_ui_right {
		padding: 10px 0px 10px 0;
	}
	div.page_pad_ui h1.title {
		font-size: 30px;
		font-family: 'Open Sans', sans-serif;
		margin: 0 0 5px 0;
	}
	div.page_pad_ui p.info {
		font-size: 14px;
		line-height: 1.6em;
		color: #737A82;
	}
	div.page_pad_big {
		padding: 10px;
	}
	
	/* General */
	div.page_pad {
		padding: 10px;
	}
	
	/* Welcome */
	div.third_block {
		width: 100%;
		float: none;
	}
	
	/* Request page */
	div.request_welcome h1 {
		font-size: 32px;
	}
	div.request_top {
		padding: 0;
		margin: 0 0 20px 0;
	}
	
	/* Pages layout */
	.page_half {
		width: 100%;
		float: none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	.mobile_full {
		width: 100%;
		height: auto;
	}
}