/* Mobile layout: 0px to a max of 539px. */
#normal thead {
	display: table-header-group;
}

#normal .padding {
	padding: 10px 8px 15px 8px;
}
#normal .padding2 {
	padding: 15px 17px 15px 17px;
}

#normal .form-wrapper {
	padding: 8px;
	margin: 0px;
}

#normal .column {
	text-align: center;
	padding: 7px 7px 21px 7px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 100%;
}
#normal .column div {
	background-color: #e9ebee;
	box-shadow: 0 0 0 2px white,
				0 0 0 7px #cecece;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	height: 100%;
}

#normal .column div div:hover {
	opacity: 0.7;
}

#normal .column .blue {
	background-color: #5075b1;
	padding: 16px 10px 13px 10px;
	font-size: 15pt;
	color: white;
}
#normal .column .middle {
	padding: 16px 30px 16px 30px;
	font-size: 14pt;
}

#normal .column.checked div {
	box-shadow: 0 0 0 2px white,
				0 0 0 7px #a34bd0;
	color: #400061;
}
#normal .column.checked div div {
	background-color: #f5e3ff;
}
#normal .column.checked .blue {
	background-color: #9f47cc;
}

#normal .column div div {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	overflow: visible;
	box-shadow: none;
}

#normal .lock div {
	box-shadow: 0 0 0 1px white,
				0 0 0 5px #e5e6e7;
	background-image: url("../img/rhombus03.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ececed;
	cursor: default;
}
#normal .lock div div {
	opacity: 0 !important;
	height: 120px;
}


#normal #discounts .gray,
#normal #discounts .gold {
	border: 1px solid #b7b8b7;
	background-color: #e7e7e8;
}
#normal #discounts .gold {
	border: 1px solid #efae00;
	background-color: #ffe6a4;
}
#normal #discounts .gray div {border: none; border-left:9px solid #c4c5c4;}
#normal #discounts .gold div {border: none; border-left:9px solid #ffbf15;}

#normal .form-wrapper.error {
	box-shadow: inset 0 0 0 1px #f7a3ab, inset 0 0 0 2px #ffffff;
	background-color: #fcdee1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: none;
}

#normal .form-wrapper .effect {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #72c5ff;
	position: absolute;
	height: 100%;
	width: 0%;
	left: 0px;
	top: 0px;
	
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 67px;
	font-size: 21pt;
}



#normal #validation {
	padding: 15px 12px 3px 12px;
	background-color: white;
}

#normal #validation div {
	background-image: url("../img/error.svg");
	background-repeat: repeat-y;
	background-color: #fcdee1;
	padding: 5px 8px 5px 45px;
	font-size: 14pt;
	display: none;
}


#normal .separate.fixed {
	border-top: 1px solid #bcbcbc;
	padding: 15px 16px 13px 12px;
	font-weight: bold;
	font-size: 13pt;
}



/* Review */
#normal table tr td {
	padding: 3px 0px 3px 0px;
	vertical-align: top;
}

#normal .overview td {
	background-image: url("../img/shadow09.png");
	background-repeat: repeat-y;
	border-top: 1px solid #c5c6c9;
	border-right: 1px solid #b5b6b9;
	background-color: #d6d7db;
	padding: 12px 9px 11px 20px;
}

#normal .overview .title {
	border-top: 1px solid #d3d4d6;
	background: #f2f3f5;
	width: 100px;
}

#normal .overview td .tile {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(128,128,128,1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(128,128,128,1);
	box-shadow: 0px 1px 2px 0px rgba(128,128,128,1);
	background-color: #f2f3f5;
	margin: 0px 10px 4px 0px;
	padding: 2px 8px 2px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 13pt;
	float: left;
}
#normal .overview td .tile:hover {
	background-color: white;
}

#normal .separate #price {
	padding: 21px 0px 0px 18px;
	overflow: hidden;
	min-height: 38px;
}

#normal .separate #price div {
	margin: 0px 18px 16px 0px;
	display: inline-block;
	font-weight: bold;
}

#normal .separate .blueButn.trash {
	background-image: url("../img/trash.svg");
	background-position: 9px center;
	background-repeat: no-repeat;
	background-color: #fb5656;
	box-shadow: inset 0 1px 1px 0 #fbadad;
	padding: 8px 12px 6px 32px;
	border: 1px solid #c31d1d;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 12pt;
}
#normal .separate .blueButn.edit {
	background-image: url("../img/pencil.svg");
	background-position: 9px center;
	background-repeat: no-repeat;
	padding: 8px 12px 6px 39px;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 12pt;
}
#normal .separate .blueButn.download {
	background-image: url("../img/arrow16.svg");
	background-position: 9px center;
	background-repeat: no-repeat;
	padding: 8px 12px 6px 33px;
	display: inline-block;
	font-size: 12pt;
}
#normal .separate .blueButn.save {
	background-image: url("../img/save.svg");
	background-position: 9px center;
	background-repeat: no-repeat;
	padding: 8px 12px 6px 39px;
	display: inline-block;
	font-size: 12pt;
}
#normal .separate .blueButn.preview {
	background-position: 9px center;
	background-repeat: no-repeat;
	padding: 8px 21px 6px 23px;
	display: inline-block;
	font-size: 12pt;
}
#normal .blueButn:hover {
	opacity:0.7;
}



/* Checkout */
#normal #checkout .form-wrapper {
	display: table;
	width: 100%;
}

#normal #checkout .fixed {
	background-image: url("../img/cart.png");
	background-position: 9px 0px;
	background-repeat: no-repeat;
	padding: 0px 10px 5px 38px;
	font-weight: bold;
	font-size: 14pt;
}

#normal #checkout .form-wrapper .tile {
	padding-right: 10px;
	float: left;
}

#normal #checkout .form-wrapper .cvv {
	width: 80px;
}

#normal #checkout .form-wrapper .tile .card {
	max-width: 400px;
}
#normal #checkout .form-wrapper .tile .card div {
	background-image: url("../img/master.svg");
	background-size: 100% 100%;
	margin: 23px 10px 0px 0px;
	height: 50px;
	width: 60px;
	float: left;
}
#normal #checkout .form-wrapper .tile .card .visa {
	background-image: url("../img/visa.svg");
	background-position: 0px 10px;
	background-repeat: no-repeat;
	background-size: 100% 60%;
}
#normal #checkout .form-wrapper .tile .card .maestro {
	background-image: url("../img/maestro.svg");
}

#normal #checkout .form-wrapper .tile input {
	max-width: 320px;
}

#normal #checkout .form-wrapper .tile .newDrop {
	min-width: 170px;
}



/* Bubble */
#normal .separate label.mark {
	background-image: url("../img/question.png");
	background-repeat: no-repeat;
	padding: 3px 0px 2px 32px;
	cursor: pointer;
	display: table;
	height: 20px;
}

#normal .separate .bubble {
	border-bottom: 4px solid transparent;
	border-top: 2px solid transparent;
	font-size: 12.5pt;
	color: #673035;
	display: none;
}

#normal .separate .bubble div {
	border: 1px solid #f7a3ab;
	display: table;
}

#normal .separate .bubble div div {
	border: 1px solid #ffffff;
	background-color: #fcdee1;
	padding: 5px 10px 4px 6px;
}



/* Advert Details */
#normal .newDrop .list .group {
	background-color: #d7d7d7;
	padding: 9px 8px 9px 10px;
	font-weight: bold;
	cursor: default;
}

#normal .extra {
	border-top: 1px solid #d3d4d6;
	display: none;
}



/* Calendar Styles */
#normal #calendars {
	background-color: #808080;
	padding: 12px 56px 12px 56px;
	overflow: hidden;
	height: 289px;
}

#normal #calendars .calendar {
	box-sizing: border-box;
	margin: 0px auto 0px auto;
	width: 100%;
}

#normal #calendars .calendar:last-child {
	display: none;
}

#normal #calendars .arrow {
	border-left: 1px solid #e4e4e4;
	background-image: url("../img/arrow10.png");
	background-position: 12px center;
	background-repeat: no-repeat;
	background-color: #b7b7b7;
	position: absolute;
	cursor: pointer;
	height: 313px;
	width: 38px;
	right: 0px;
	top: 0px;
}

#normal #calendars .arrow:first-child {
	border-right: 1px solid #e4e4e4;
	background-position: -18px center;
	right: auto;
	left: 0px;
}

#normal #calendars .arrow:hover {
	background-color: #d1d1d1;
}

#normal #issues {
	background-color: #f2f3f5;
	margin: 10px 15px 0px 15px;
	
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.26);
	box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.26);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

#normal #issues .display {
	background-image: url("/sites/all/themes/lady/img/shadow09.png");
	background-repeat: repeat-x, no-repeat;
	background-position: 0px bottom;
	background-size: auto auto;
	
	border-bottom: 1px solid white;
	background-color: #6cabea;
	text-align: center;
	padding-top: 9px;
	color: white;
	height: 30px;
}

#normal #issues .list {
	overflow-y: visible;
	min-height: 100px;
}

#normal #issues .list div {
	border-bottom: 1px solid white;
	text-align: center;
	cursor: pointer;
	padding: 8px;
	
	-webkit-animation: highlight 1s linear 1;
	-moz-animation: highlight 1s linear 1;
	-o-animation: highlight 1s linear 1;
	-ms-animation: highlight 1s linear 1;
	animation: highlight 1s linear 1;
}
@-webkit-keyframes highlight {
0% {background-color: #b9dcff;} 100% {}
}
@-moz-keyframes highlight {
0% {background-color: #b9dcff;} 100% {}
}
@-o-keyframes highlight {
0% {background-color: #b9dcff;} 100% {}
}
@-ms-keyframes highlight {
0% {background-color: #b9dcff;} 100% {}
}
@keyframes highlight {
0% {background-color: #b9dcff;} 100% {}
}

#normal #issues .list div:hover {
	background-color: white;
}

#normal .calendar table {
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.26);
	box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.26);
	
	background-color: #f2f3f5;
	border-collapse: collapse;
	overflow: hidden;
	width: 100%;
}

#normal .calendar table td {
	border: 1px solid #e3e3e3;
	padding: 3px;
}

#normal .calendar table .month td {
	background-image: url("/sites/all/themes/lady/img/shadow09.png"), url("/sites/all/themes/lady/img/calendar-glow.png");
	background-size: auto auto, 400px 100%;
	background-position: 0px bottom, -400px 0%;
	background-repeat: repeat-x, no-repeat;
	background-color: #c74f4f;
	padding: 6px 0px 5px 0px;
	text-align: center;
	color: white;
	border: none;
	
	-webkit-animation: glow 4s linear infinite;
	-moz-animation: glow 4s linear infinite;
	-o-animation: glow 4s linear infinite;
	-ms-animation: glow 4s linear infinite;
	animation: glow 4s linear infinite;
}
@-webkit-keyframes glow {
	100% {background-position: 0px bottom, 1500px 0%;}
}
@-moz-keyframes glow {
	100% {background-position: 0px bottom, 1500px 0%;}
}
@-o-keyframes glow {
	100% {background-position: 0px bottom, 1500px 0%;}
}
@-ms-keyframes glow {
	100% {background-position: 0px bottom, 1500px 0%;}
}
@keyframes glow {
	100% {background-position: 0px bottom, 1500px 0%;}
}

#normal .calendar table .dates td {
	border: none;
	border-bottom: 1px solid white;
	background-color: #e3e3e3;
}

#normal .calendar table td div {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: default;
	
	text-align: center;
	line-height: 30px;
	height: 30px;
}
#normal .calendar table td div:hover {
	background-color: #e3e3e3;
}

#normal .calendar table .today div {
	background-color: #d5d5d5;
}

#normal .calendar table .issue div {
	background-color: #f4aa29;
	cursor: pointer;
	color: white;
	
	-webkit-box-shadow: inset 0px -1px 1px 0px #cb860e;
	-moz-box-shadow: inset 0px -1px 1px 0px #cb860e;
	box-shadow: inset 0px -1px 1px 0px #cb860e;
}
#normal .calendar table .selected div {
	background-color: #c74f4f;
}
#normal .calendar table .issue div:hover {
	background-color: #fe7444;
}



/* Upload Image */
#normal .upload img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-right: 10px;
	display: none;
	height: 84px;
	width: auto;
	float: left;
}

#normal .upload .blueButn {
	padding: 7px 22px 6px 22px;
	margin: 6px 0px 5px 0px;
	display: table;
}



/* Contact */
#normal .contact {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: url("/sites/all/themes/ladyjobs/img/checkbox.svg");
	background-position: 8px 6px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #dbdcde;
	background-color: #e9ebee;
	padding: 7px 18px 0px 38px;
	margin-top: 3px;
	cursor: pointer;
	display: table;
	height: 27px;
}
#normal .contact:hover {
	border-bottom: 1px solid #9fd2f7;
	background-color: #c2e5ff;
}
#normal .contact.checked {
	border-bottom: 1px solid #9fd2f7;
	background-position: 8px -24px;
	background-color: #c2e5ff;
}

#normal .form-wrapper .checkbox {
	background-image: url("../img/checkbox.png");
	background-position: right 2px;
	background-repeat: no-repeat;
	padding: 3px 32px 2px 0px;
	cursor: pointer;
	display: table;
	height: 22px;
}
#normal .form-wrapper .checkbox.checked {
	background-position: right -25px;
}



/* Vacancy */
#normal .node-vacancy-form .form-item-title,
#normal .node-vacancy-form .form-wrapper {
	padding: 0px 0px 15px 0px !important;
}

#normal .node-vacancy-form #edit-field-job-description-und-0-format {
	display: none;
}

#normal .node-vacancy-form .description {
	display: none;
}

#normal .node-vacancy-form .field-name-field-hourly-rate {
	display: none;
}

#normal .node-vacancy-form .field-type-addressfield .fieldset-legend {
	display: none;
}



/* Tags Section */
#normal #tags {
	background-image: url("../img/shadow08.png");
	background-repeat: repeat-x;
	background-color: #d6d7db;
	position: relative;
}

#normal #tags .display {
	background-image: url("../img/shadow08.png");
	background-repeat: repeat-x;
	border-bottom: 1px solid #d3d4d6;
	padding: 12px 15px 12px 15px;
	background-color: #f2f3f5;
	box-sizing: border-box;
	display: none;
	height: 100%;
	top: 0px;
	
	-webkit-animation: highlight 1s linear 1;
	-moz-animation: highlight 1s linear 1;
	-o-animation: highlight 1s linear 1;
	-ms-animation: highlight 1s linear 1;
	animation: highlight 1s linear 1;
}

#normal #tags .display p {
	padding-bottom: 2px;
}

#normal #tags .tags {
	min-height: 52px;
	overflow: hidden;
	padding: 12px;
}

#normal #tags .tags p {
	text-align: center;
	padding-top: 12px;
	font-weight: bold;
	font-size: 18pt;
	color: white;
}

#normal #tags .display .button {
	border-bottom: 1px solid #d0d2d4;
	margin: 10px 10px 0px 0px;
	padding: 1px 8px 1px 8px;
	background-color: white;
	display: inline-block;
	cursor: pointer;
}
#normal #tags .display .button:hover {
	border-bottom: 1px solid #98ccf2;
	background-color: #c2e5ff;
}

#normal #tags .display input {
	background-color: white;
}

#normal #tags .tags div {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(128,128,128,1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(128,128,128,1);
	box-shadow: 0px 1px 2px 0px rgba(128,128,128,1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	background-image: url("../img/close04.svg");
	background-position: 7px center;
	background-repeat: no-repeat;
	cursor: pointer;
	
	background-color: white;
	padding: 1px 8px 1px 20px;
	margin: 0px 5px 5px 0px;
	float: left;
}

#normal #tags .tags div.x {
	-webkit-animation: highlight 1s linear 1;
	-moz-animation: highlight 1s linear 1;
	-o-animation: highlight 1s linear 1;
	-ms-animation: highlight 1s linear 1;
	animation: highlight 1s linear 1;
}

#normal .autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
}

#normal .autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff; 
	border-bottom: 1px solid #d4d4d4;
}

#normal .autocomplete-items div:hover {
	background-color: #e9e9e9;
}

/* Complete Page */
#normal #lists .complete {
	background-image: url(../img/tick04.png);
	margin: -40px auto 15px auto;
	height: 152px;
	width: 152px;
	
	-webkit-animation: jump 1.3s linear 1;
	-moz-animation: jump 1.3s linear 1;
	-o-animation: jump 1.3s linear 1;
	-ms-animation: jump 1.3s linear 1;
	animation: jump 1.3s linear 1;
}

main #lists .title .expand div {
	background-image: url(../img/rhombus02.svg);
}

main #lists .title {
	font-weight: bold;
	color: #575757;
	font-size: 21pt;
}

main #lists .title .title {
	background-color: white;
	margin: 0px auto 0px auto;
}

/* tinyMCE Editor */
#toolbar {
	position: relative;
	height: 79px;
}

#toolbar .tox-tinymce {
	display: block !important;
}

#toolbar .tox .tox-menu {
	white-space: nowrap;
}

#editor {
	border: 1px solid #cccccc;
	background-color: white;
	border-top: none;
	overflow: hidden;
	padding: 20px;
	height: 800px;
}
#editor:focus {
	outline: none;
}

#editor p {
	margin: 3px 0px 3px 0px;
}

#editor p span {
	padding: 0px 5px 0px 5px;
}

#editor img {
	max-width: 100%;
	height: auto;
}
#editor table {
	background-color: white;
}
#editor table tr td {
	padding: 5px;
}

#normal #canvas {
	border: 1px solid #cccccc;
	display: none;
	width: 100%;
}

#normal #canvas {
	border: 1px solid #cccccc;
	display: none;
	width: 100%;
}
#normal #canvas.canvas {
	margin: 5px 16px 16px 16px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: block;
	width: 200px;
}

#normal #loading {
	background-color: rgba(255,255,255,0.6);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* Call us */
#normal #call {
	border-top: 1px solid #e9ebee;
	padding: 30px 25px 120px 32px;
	background-color: white;
	text-align: center;
	line-height: 29px;
	color: #00a5a0;
	font-size: 16pt;
}
#normal #call h1 {
	padding-top: 10px;
	font-weight: bold;
	font-size: 19pt;
}
#normal #call .arrows {
	padding: 13px 15px 11px 15px;
	border-bottom: none;
	position: absolute;
	color: black;
	bottom: 0px;
	width: 100%;
	left: 0px;
}
#normal #call .close {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e9ebee;
	padding: 13px 13px 0px 13px;
	position: absolute;
	cursor: pointer;
	height: 43px;
	right: 18px;
	top: 18px;
}
#normal #call .close:hover {
	background-color: #c2e5ff;
}

#normal #call .phone {
	background-image: url(../img/callus.svg);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	background-size: 100% 100%;
	height: 190px;
	width: 190px;
}
#normal #call .phone div {
	background-image: url(../img/callus.png);
	background-repeat: no-repeat;
	transform-origin: 95px 95px;
	background-size: 100% 100%;
	height: 190px;
	-webkit-animation: rotating 4s linear infinite;
	-moz-animation: rotating 4s linear infinite;
	-ms-animation: rotating 4s linear infinite;
	-o-animation: rotating 4s linear infinite;
	animation: rotating 4s linear infinite;
}
@-webkit-keyframes rotating {
	from {-webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes rotating {
	from {-ms-transform: rotate(0deg); -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
	to {-ms-transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}
/*
#normal .column.bespoke div {
	box-shadow: 0 0 0 2px white, 0 0 0 7px #e2d4b7;
	background-color: #eee8da;
	color: #645125;
}
#normal .column.bespoke div div {
	background-color: #eee8da;
	box-shadow: none;
}
#normal .column.bespoke .blue {
	background-color: #b69f6d;
}
#normal .column.bespoke .middle {
	padding: 15px 3% 15px 3%;
}
*/
#normal .column.bespoke .middle .col {
	box-shadow: none !important;
	opacity: 1 !important;
	line-height: 20px;
	font-size: 11.5pt;
	padding: 0px;
	float: none;
	width: 100%;
}
#normal .column .middle stars {
	background-image: url(../img/star04.png);
	margin: 0px auto 15px auto;
	display: block;
	height: 35px;
	width: 41px;
}





/* Tablet layout: 540px to 849px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 540px) {

#normal .padding {
	padding: 12px 12px 20px 12px;
}
#normal .padding2 {
	padding: 17px 22px 17px 22px;
}

#normal .form-wrapper {
	padding: 10px;
	margin: 0px;
}

#normal .column {
	border: none;
	border-right: 15px solid white;
	position: absolute;
}

#normal .checked .arrow p {
	background-image: url("../img/arrow15.svg");
	opacity: 1 !important;
	cursor: default;
	height: 28px;
	width: 47px;
}



/* Calendar Styles */
#normal #calendars {
	padding: 5px 240px 15px 35px;
	height: 303px;
}

#normal #calendars .calendar {
	padding-top: 10px;
	max-width: 325px;
}

#normal #calendars .arrow {
	right: 205px;
	height: 100%;
	width: 34px;
}

#normal #issues {
	position: absolute;
	width: 205px;
	margin: 0px;
	right: 0px;
	top: 0px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	overflow: visible;
}

#normal #issues .list {
	overflow-y: scroll;
	min-height: 0;
	height: 283px;
}

#normal .separate.fixed {
	background-color: transparent;
	position: fixed;
	padding: 0px;
	width: 100%;
	bottom: 0px;
	z-index: 3;
	left: 0px;
	
	font-size: inherit;
	border: none;
}

#normal .separate.fixed div {
	padding: 0px 16px 0px 16px;
	margin: 0px auto 0px auto;
}

#normal .separate.fixed div div {
	padding: 12px 20px 10px 20px;
	background-color: #c6e5f6;
	border-top: 3px solid #79b9db;
	
	-webkit-animation: highlight2 1s linear 1;
	-moz-animation: highlight2 1s linear 1;
	-o-animation: highlight2 1s linear 1;
	-ms-animation: highlight2 1s linear 1;
	animation: highlight2 1s linear 1;
}
@-webkit-keyframes highlight2 {
	0% {background-color:#ffa6b1; border-top:3px solid #fe0031;} 100% {}
}
@-moz-keyframes highlight2 {
	0% {background-color:#ffa6b1; border-top:3px solid #fe0031;} 100% {}
}
@-o-keyframes highlight2 {
	0% {background-color:#ffa6b1; border-top:3px solid #fe0031;} 100% {}
}
@-ms-keyframes highlight2 {
	0% {background-color:#ffa6b1; border-top:3px solid #fe0031;} 100% {}
}
@keyframes highlight2 {
	0% {background-color:#ffa6b1; border-top:3px solid #fe0031;} 100% {}
}

/* Review */
#normal table tr td {
	padding-right: 57px;
}

#normal .overview .title {
	width: 193px;
}

#normal .separate #price {
	-webkit-animation: highlight2 1s linear 1;
	-moz-animation: highlight2 1s linear 1;
	-o-animation: highlight2 1s linear 1;
	-ms-animation: highlight2 1s linear 1;
	animation: highlight2 1s linear 1;
}

/* Checkout */
#normal #checkout .fixed {
	margin-top: -15px;
	float: right;
}

/* Tags Section */
#normal #tags .display {
	margin: 0px 15px 0px 17px;
	position: absolute;
	width: 300px;
}

#normal #tags .tags {
	padding: 10px 0px 0px 340px;
	min-height: 125px;
}

#normal #tags .tags p {
	padding-top: 43px;
}

}



/* Desktop layout: 850px to a max of 1160px. Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 850px) {

#normal .separate.fixed div {
	padding: 0px 336px 0px 19px;
	max-width: 1045px;
}

#normal .separate.fixed div div {
	padding: 15px 20px 13px 20px;
}


/* Tags Section */
#normal #tags .display {
	width: 380px;
}

#normal #tags .tags {
	padding-left: 410px;
}

}



@media only screen and (min-width: 1130px) {

#normal .column .blue {
	font-size: 17pt;
}

/* Calendar Styles */
#normal #calendars {
	padding: 5px 270px 15px 55px;
}

#normal #calendars .calendar {
	display: block !important;
	padding-right: 15px;
	width: 50%;
	
	float: left;
	
	max-width: none;
}

#normal #calendars .arrow {
	right: 230px;
	width: 39px;
}

#normal #issues {
	width: 230px;
}

/* Call us */
#normal #call {
	text-align: left;
}
#normal #call .phone {
	margin-right: 25px;
	float: left;
}
#normal .column.bespoke .middle .col {
	padding-bottom: 15px;
	font-size: 10.5pt;
	float: left;
	width: 50%;
}
}