body {
	font-family: Helvetica, Arial, sans-serif;
	background: #e8e8e8;
}

.tlsp-home-page {
	background: transparent;	
}

.tl-clear {
	clear: both;
}

.tl-hide {
	/* display: none; */	
}

.tl-ah-hide {
	display: none;	
}

.tl-ah-image-data {
	display: none;
}

.tl-ahh-data {
	display: none;	
}

.tl-data {
	display: none;
}

/* Beta Bdage */

#tlsp-badge-beta {
	position: absolute;
	width: 99px;
	height: 99px;
	overflow: hidden;
	text-indent: -99999em;
	right: -35px;
	top: 10px;
	background: url(/assets/ui/badge-beta.png) left top no-repeat;
	display: block;
}

/* Starburst */

.cdr-starburst {
	height: 0;
	width: 0;
	position: absolute;
	left: 0;
	z-index: 0;
}

.cdr-starburst .starburst {
	background: #fff;
	text-align: center;
	width: 70px;
	height: 70px;
	position: absolute;
	left: -35px;
	top: -35px;
}

.cdr-starburst .starburst h4 {
	width: 100%;
	height: 100%;
	line-height: 70px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 1;
	border: rgba(0,0,0,0.1) solid 1px;
	border-radius: 50%;
	background: rgba(0,0,0,0.1);
	background: linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.25), rgba(0,0,0,0.05));
	font-weight: bold;
	text-shadow: 0 0 3px #333; 
}

.cdr-starburst .starburst span {
	display: block;
	width: inherit;
	height: inherit;
	background: inherit;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: inherit;
}

.cdr-starburst .starburst:before,
.cdr-starburst .starburst:after ,
.cdr-starburst .starburst span:before,
.cdr-starburst .starburst span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	border: inherit;
}

.cdr-starburst .starburst-shadow {
	background: #000;
	-webkit-filter: blur(4px);
	filter: blur(4px);
}

.cdr-starburst .starburst:after {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.cdr-starburst .starburst span:after {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.cdr-starburst .starburst span:before {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}


/* Button tyles */

.rt-button-large {
	display: block;
	width: 136px;
	height: 26px;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	background: #eee;
	border: #fff solid 2px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.35);
	box-shadow: 0 0 7px rgba(0,0,0,0.35);
}

.rt-button-large:hover {
	color: #000;
	background: #ddd;
}

.ajk-verifier-disable-save-and-revert .rt-button-large:hover {
	color: #666;
	background: #eee;
	cursor: default;	
}

.rt-button-very-large {
	width: 230px;
	font-size: 18px;
	padding: 8px 0 0 0;
	height: 28px;
}

.rt-button-medium {
	display: block;
	width: 87px;
	height: 22px;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}

.rt-button-medium:hover {
	color: #111;
}

.rt-button-medium-long {
	width: 110px;
}

.rt-button-3 {
	display: block;
	width: 65px;
	height: 17px;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	background: #ccc;
	border: #ccc solid 1px;
	border-radius: 4px;
}

.rt-button-3:hover {
	color: #111;
}

.rt-button-3-long {
	width: 100px;
}

.button-1 {
	width: 51px;
	height: 15px;
	background: url(/assets/ui/button1.png) left top no-repeat;
	color: #666;
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 3px 0 0 6px;
}

.button-1:hover {
	background-position: 0 -18px;
}

.rt-button-4 {
	display: block;
	width: 69px;
	height: 18px;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	background: #ddd;
	border: #fff solid 1px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	line-height: 18px;
}

.rt-button-4:hover {
	color: #333;
}

.rt-button-align-right {
	float: right;
	margin-left: 6px;
}

/* Custom checkbox style */

.rt-mp-checkbox {
	height: 16px;
	display: block;
	padding: 4px 0 0 29px;
	font-size: 13px;
	color: #434343;
	position: relative;
}

.rt-mp-checkbox span {
	display: block;
	cursor: pointer;
	height: 20px;
	width: 20px;
	background: url(/assets/ui/checkbox/checkbox.png) left top no-repeat;
	left: 0;
	top: 0;
	position: absolute;
	text-indent: -999999em;
	overflow: hidden;
}

.rt-mp-checkbox span.checkbox-selected {
	background-position: 0 -20px;
}

.ajk-verifier-field-error .rt-mp-checkbox {
	color: #ff0000;
}

.rt-mp-checkbox a {
	color: #434343;
}

.ajk-verifier-field-error .rt-mp-checkbox a {
	color: #ff0000;
}

.rt-mp-checkbox a:hover {
	color: #777;
}

/* Layout styles */

.tlsp-header {
	background: #fff;
	border: #ccc solid 0;
	border-width: 0 0 1px 0;
	position: relative;
	z-index: 5;
}

.tlsp-header-content {
	max-width: 814px;
	margin: 0 auto 0 auto;	
	position: relative;
	padding: 0 10px 5px 10px;
}


.tlsp-header .tlsp-main-title {
	color: #666;
	font-weight: normal;
	font-size: 16px;
	padding: 11px 0 0 0;
	position: relative;
	bottom: -2px;
}

.tlsp-header .tlsp-main-title a {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: -1px;
	font-weight: bold;
}

.tlsp-main-menu {
	position: absolute;
	right: 10px;
	bottom: 2px;
}

.tlsp-main-menu li {
	padding: 16px 7px 0 7px;
	display: inline;
}

.tlsp-main-menu li.last {
	padding-right: 0;
	background: none;
}

.tlsp-main-menu li a {
	font-size: 12px;
	text-decoration: none;
	color: #888;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0 0;
	position: relative;
	top: -4px;
}

.tlsp-main-menu li.highlight a, .tlsp-main-menu li a:hover {
	color: #111;
}

.tlsp-body-content {
	max-width: 814px;
	margin: 0 auto 0 auto;		
	padding: 60px 10px 0 10px;
	position: relative;
}

.tlsp-body-content h1 {
	font-size: 80px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}

.tlsp-body-content h2 {
	font-size: 20px;
	color: #111;
	margin: 5px 0 60px 0;
}

.tlsp-faq-group {
	margin: 0 -15px 40px -15px;	
}

.tlsp-faq-group h3 {
	padding: 0 0 9px 15px;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	color: #333;
	font-size: 25px;
	background:  url(/assets/ui/sub-pages/faq-group-headline-underline.gif) left bottom no-repeat;
}

.tlsp-faq-block {
	padding: 15px;
	max-width: 814px;
}

.js-enabled .tlsp-faq-content {
	/*display: none;*/
}

.tlsp-faq-block h4 {
	font-size: 25px;
}

.tlsp-faq-block h4 a {
	color: #333;
	text-decoration: none;
}

.tlsp-faq-block h4 a:hover {
	color: #333;
}

.tlsp-faq-content {
	padding: 10px 0 0 0;	
}

.tlsp-faq-block p {
	color: #666;
	font-size: 18px;
	margin: 10px 0 10px 0;
	line-height: 25px;
}

.tlsp-faq-block p a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

.tlsp-faq-block p a:hover {
	color: #333;
}

.tlsp-faq-block li p { 
	padding: 0 0 0 35px;
	margin: 10px 0 15px 0;
	position: relative;
}

.tlsp-faq-block li p span { 
	display: block;
	width: 21px;
	height: 21px;
	background:  url(/assets/ui/sub-pages/bullet.png) left bottom no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	text-align: center;
}

.tlsp-faq-block-open {
	background: #000;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 0 0 10px 0;
}

.tlsp-faq-block-open .tlsp-faq-content {
	display: block;
}

.tlsp-faq-block-open h4 a {
	color: #fff;
}

.tlsp-faq-image-block {
	width: 812px;
	position: relative;
	margin: 0 0 20px 0;
	border: #333 solid 1px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tlsp-faq-image-block img {
	width: 812px;
	display: block;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tlsp-faq-block .tlsp-image {
	display: none;	
}

/* Footer styles */

.tlsp-footer {
	padding: 100px 0 20px 0;	
}

.tlsp-footer-content {
	max-width: 970px;
	margin: 0 auto 0 auto;	
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.tlsp-footer .tlsp-copyright,
.tlsp-footer .tlsp-copyright a {
	font-size: 13px;
	color: #666;
	text-decoration: none;
}

.tlsp-footer .tlsp-copyright a:hover {
	color: #111;
}

.tlsp-footer ul {
	position: absolute;
	right: 15px;
	top: 0;
}

.tlsp-footer ul li {
	display: inline;
	padding: 0 0 0 10px;
	color: #595959;
}

.tlsp-footer ul a {
	font-size: 13px;
	color: #666;
	text-decoration: none;
}

.tlsp-footer ul a:hover {
	color: #111;
}

/* Home page styles */


.tlsp-home-page .tlsp-header {
	min-width: 1000px;	
}

.tlsp-home-page .tlsp-header-content {
	width: 1000px;	
}

.tlsp-home-page .tlsp-body {
	width: auto;
}

.tlsp-home-page .tlsp-body-content {
	padding-top: 40px;
	width: auto;
}

.tlsp-hp-content-block {
	padding: 65px 0 40px 0;	
	background:  url(/assets/ui/home-page/divider-light.gif) center top no-repeat;
	min-height: 1px;
}

.tlsp-hp-content-block-no-divider {
	padding-top: 20px;
	background-image: none;
}

.tlsp-hp-content-block .tlsp-hpc-title {
	color: #666;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	text-transform: none;
	margin: 0 0 20px 0;
	position: relative;
}

.tlsp-hp-content-block .tlsp-hpc-title .awesome {
	font-family: fontawesome;
	font-weight: normal;
	opacity: .75;
	transform: scale(0.75);
	display: inline-block;
}

.tlsp-hp-content-block .tlsp-hpc-intro {
	text-align: center;
	color: #333;
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 35px 0;
	max-width: 800px;
}

.tlsp-hpc-text-points li {
	padding: 0 0 22px 0;
}

.tlsp-hpc-text-points li h3 {
	text-align: center;
	color: #c1c1c1;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 6px 0;
}

.tlsp-hpc-text-points li h3 span {
	font-weight: bold;
}

.tlsp-hpc-text-points li p {
	text-align: center;
	color: #818181;
	font-size: 16px;
	line-height: 20px;
}

.tlsp-hpc-extra-info {
	text-align: center;
	color: #818181;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	padding: 5px 0 0 0;
}

.tlsp-hpc-thumb-block {
	max-width: 798px;
	margin: 0 auto 0 auto;	
}

.tlsp-hpc-thumb-block a {
	display: block;
	width: 242px;
	height: 135px;
	position: relative;
	float: left;
	margin: 0 12px 16px 12px;
}

.tlsp-hpc-thumb-block img {
	display: block;
	width: 242px;
	height: 135px;
	position: relative;
}

.tlsp-hpc-thumb-block span {
	display: block;
	width: 242px;
	height: 135px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/assets/ui/home-page/timeline-thumb-mask.png) left top no-repeat;
}

.tlsp-admin-content-block {
	background: #fff;
	max-width: 714px;
	margin: 0 auto 20px auto;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 30px 20px 25px 30px;
	position: relative;
	min-height: 1px;
	border: #ccc solid 1px;
}

.tlsp-admin-content-block .tlsp-acb-inner {
	position: relative;
	left: -5px;
	min-height: 1px;
}

.tlsp-admin-content-block-two-col .tlsp-field {
	width: 337px;	
	float: left;
}

.tlsp-admin-content-block .tlsp-field {
	margin: 0 10px 20px 10px;
	min-height: 1px;
}

.tlsp-admin-content-block .tlsp-field .tlsp-ah-uneditable-value {
	font-size: 18px;
	color: #222;
	margin: 0 0 0 5px;
	position: relative;
}

.tlsp-admin-content-block .tlsp-field .tlsp-ah-field-option {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	display: block;
	padding: 5px 7px 5px 7px;
	border: #fff solid 2px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.35);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.35);
	box-shadow: 0 0 4px rgba(0,0,0,.35);
}

.tlsp-admin-content-block .tlsp-field .tlsp-ah-field-option:hover {
	color: #333;
	background: #eee;
}

.tlsp-admin-content-block .tlsp-field select {
	color: #666;
	background: #eee;
	border: #ccc solid 1px;
	width: 100%;
	font-size: 16px;
	padding: 5px;
	height: 40px;
}

.tlsp-admin-content-block .tlsp-field label {
	font-size: 16px;
	color: #818181;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
}

.tlsp-admin-content-block .tlsp-field label span {
	display: block;
	font-size: 15px;
	color: #595959;
	padding: 0 0 2px 0;
}

.tlsp-admin-content-block .tlsp-field sup {
	color: #ff0000;
	padding: 0 4px 0 0;
}

.tlsp-admin-content-block .tlsp-field-input-holder {
	background: #f8f8f8;
	border: 2px solid #ccc; 	
	border-radius: 7px;
	-moz-border-radius: 7px;
	height: 36px;
	position: relative;
}

.tlsp-admin-content-block .tlsp-field-large .tlsp-field-input-holder {
	height: 52px;
}

.tlsp-admin-content-block .tlsp-field-input-holder input {
	border-width: 0;
	display: block;
	width: 318px;
	margin: 3px 0 0 3px;
	height: 28px;
	background: none;
	font-size: 18px;
	color: #333;
}

.tlsp-admin-content-block .tlsp-field-large .tlsp-field-input-holder input {
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.tlsp-admin-content-block .tlsp-field-textarea-holder {
	background: #f8f8f8;
	border: 2px solid #ccc; 	
	border-radius: 7px;
	-moz-border-radius: 7px;
	height: 100px;
}

.tlsp-admin-content-block .tlsp-field-textarea-holder textarea {
	border-width: 0;
	display: block;
	width: 317px;
	margin: 3px 0 0 3px;
	height: 90px;
	background: #f8f8f8;
	font-size: 18px;
	color: #ccc;
	resize: none;
}

.tlsp-admin-content-block .tlsp-acb-intro {
	color: #515151;
	font-size: 18px;
	padding: 0 0 15px 0;
	margin: 0 0 40px 5px;
	text-align: center;
	background:  url(/assets/ui/sub-pages/underline.gif) center bottom no-repeat;
}

#tlsp-create-timeline-button, #tlsp-signup-button {
	margin: 20px 0 0 474px;
}

.tlsp-admin-content-block .rt-mp-checkbox {
	font-size: 16px;
	color: #818181;
	padding: 6px 0 0 35px;
	margin-left: 10px;
}

.tlsp-admin-content-block .rt-mp-checkbox a {
	color: #818181;
}

.tlsp-admin-content-block .rt-mp-checkbox a:hover {
	color: #eee;
}

.tlsp-admin-content-block .rt-mp-checkbox span {
	height: 25px;
	width: 25px;
	background: url(/assets/ui/checkbox/checkbox2.gif) left top no-repeat;
	left: 0;
	top: 0;
}

.tlsp-admin-content-block .rt-mp-checkbox span:hover {
	background-position: 0 -25px;
}

.tlsp-admin-content-block .rt-mp-checkbox span.checkbox-selected, .tlsp-admin-content-block .rt-mp-checkbox span.checkbox-selected:hover {
	background-position: 0 -50px;
}

.tlsp-admin-content-block .tlsp-acb-account-details {
	color: #818181;
	font-size: 16px;
	line-height: 20px;
}


/* Admin error styles */

.tlsp-admin-content-block .verification-messages {
	position: absolute;
	left: 8px;
	bottom: 0;	
}

.tlsp-admin-content-block .verification-messages p {
		color: #ff0000;
}

.tlsp-admin-content-block .verification-messages p.ajk-verifier-tooltip-displayer {
	color: #595959;	
}

.tlsp-admin-content-block .ajk-verifier-field-error .tlsp-field-input-holder {
	border-color: #ff0000;
}

.tlsp-admin-content-block .ajk-verifier-field-error label {
	color: #ff0000;
}

.tlsp-admin-content-block .ajk-verifier-field-error .rt-mp-checkbox {
	color: #ff0000;
}

.tlsp-admin-content-block .ajk-verifier-field-error .rt-mp-checkbox a {
	color: #ff0000;
}


/* Promotions panel styles */

.tl-promotions-panel {
	background: #fff;
	border: #ccc solid 1px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 45px 0 0 20px;
	max-width: 960px;
	margin-left: -80px;
	margin-right: -80px;
}

.tl-promotions-panel .cdr-starburst .starburst-shadow {
	background: rgba(0,0,0,.35);
}

.tl-promotions-panel .tl-pp-column {
	float: left;
	position: relative;
	width: 203px;	
	padding: 0 0 20px 3px;
	margin: 0 18px 0 18px;
	min-height: 1px;
}

.tl-promotions-panel .tl-pp-laptop {
	height: 153px;	
	margin: 0 0 30px -50px;
	position: relative;
}

.tl-pp-laptop .tl-pp-ltp-content {
	position: absolute;
	height: 100px;
	width: 164px;
	right: 42px;
	top: 14px;
	padding: 20px 0 0 26px;
	background-size: cover;
	background-position: center center;
	background-color: #bbb;	
}

.tl-pp-laptop .tl-pp-ltp-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/assets/ui/macbook-small-with-bubbles.png) right top no-repeat;
}

.tl-promotions-panel .tl-pp-laptop .cdr-starburst {
	left: 50px;
	top: 125px;	
	transform: rotate(-15deg);	
}

.tl-pp-column-bronze-content .tl-pp-laptop  .cdr-starburst h4 {
	background: #c17237;
	background: linear-gradient(#c17237, #6e350a, #c17237);
	border-color: #6e350a;
}

.tl-pp-column-silver-content .tl-pp-laptop  .cdr-starburst h4 {
	background: rgba(0,0,0,0.1);
	background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.55), rgba(0,0,0,0.25));
	border-color: rgba(0,0,0,0.2);
}

.tl-promotions-panel .tl-pp-column-inner {
	position: relative;
}

.tl-promotions-panel .tl-pp-column h3 {
	font-size: 19px;
	color: #666;
	margin: 0 0 4px 0;
	font-weight: bold;
}

.tl-promotions-panel .tl-pp-column p {
	font-size: 14px;
	font-style: italic;
	opacity: 0.99;
	line-height: 1.2;
	color: #333;
}

.tl-promotions-panel .tl-pp-column ul {
    list-style-type: disc;
	padding: 10px 0 0 17px;	
}

.tl-promotions-panel .tl-pp-column li {
	font-size: 12px;
	margin: 0 0 6px 0;
	color: #666;
}

.tl-promotions-panel .tl-pp-column p.tl-pp-price {
	font-style: normal;
	padding: 5px 0 5px 0;
	font-size: 15px;
}

.tl-promotions-panel .tl-pp-column p.tl-pp-price span {
	font-weight: bold;
}

.tl-promotions-panel .tl-pp-column .rt-button-promotion {
	width: 113px;
	height: 30px;
	background: url(/assets/ui/button-promotion.gif) left top no-repeat;
	display: block;
	margin: 8px 0 0 0;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	padding: 6px 0 0 0;
}

.tl-promotions-panel .tl-pp-column form {
	width: 113px;
	height: 30px;
	display: block;
	margin: 8px 0 0 0;
}

.tl-promotions-panel .tl-pp-message-sub,
.tl-promotions-panel  .tl-pp-message {
	padding: 20px 0 20px 0;
	color: #898989;
	font-size: 16px;
	line-height: 22px;
	display: block;
	margin-right: 10px;
}

.tl-promotions-panel .tl-pp-message-sub a,
.tl-promotions-panel .tl-pp-message a {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}

.tl-promotions-panel .tl-pp-message-sub {
	margin-top: -15px;
	padding: 0 0 20px 0;
}

.tl-promotions-panel-3-cols .tl-pp-column {
	width: 241px;
	margin-left: 5px;
	padding-left: 50px;
}

.tl-promotions-panel-3-cols .tl-pp-column h3 {
	font-size: 21px;
	margin: 0 0 4px 0;
	font-weight: bold;
}

.tl-promotions-panel-3-cols .tl-pp-column p {
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
}

.tl-promotions-panel-3-cols .tl-pp-column ul {
	padding: 16px 0 4px 17px;	
}

.tl-promotions-panel-3-cols .tl-pp-column li {
	font-size: 14px;
	margin: 0 0 7px 0;
}

.tl-promotions-panel-3-cols .tl-pp-column .tl-pp-price {
	font-style: normal;
	padding: 5px 0 5px 0;
	font-size: 15px;
}

.tl-promotions-panel-3-cols .tl-pp-column .tl-pp-price span {
	font-weight: bold;
}

/* Home page logged in styles */

.tlsp-admin-list-item {
	display: block;
	background: #eee;
	margin: 0 0 10px 0;
	padding: 18px;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	position: relative;
	left: -5px;
	cursor: pointer;
}

.tlsp-admin-list-item-no-hover {
	cursor: default;	
	background: #eee;
}

.tlsp-admin-list-item:hover {
	background: #ddd;
}

.tlsp-admin-list-item .tlsp-ali-title {
	font-size: 22px;
	color: #333;
	display: block;
	overflow: hidden;
	margin-right: 180px;
	white-space: nowrap;
	padding-bottom: 1px;
	margin-bottom: -1px;
}

.tlsp-admin-list-item:hover .tlsp-ali-title {
	color: #111;
}

.tlsp-admin-list-item .tlsp-ali-controls {
	position: absolute;
	right: 18px;
	top: 18px;
	font-size: 22px;
	color: #333;
}

.tlsp-admin-list-item .tlsp-ali-controls span {
	text-transform: uppercase;
	font-size: 15px;
	position: relative;
	top: -2px;
	cursor: pointer;
}

.tlsp-admin-list-item .tlsp-ali-controls span:hover {
	color: #111;
}

.tlsp-admin-list-item-disabled {
	background: #ddd;
}

.tlsp-admin-list-item-disabled:hover {
	background: #ccc;
}

.tlsp-admin-list-item-disabled .tlsp-ali-title,
.tlsp-admin-list-item-disabled .tlsp-ali-controls {
	color: #bbb;
}

.tlsp-admin-list-item-disabled:hover .tlsp-ali-title,
.tlsp-admin-list-item-disabled .tlsp-ali-controls span:hover {
	color: #777;
}

.tlsp-admin-list-item .tlsp-ali-confirm {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ddd;
	left: 0;
	top: 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.tlsp-admin-list-item .tlsp-ali-confirm-text {
	padding: 21px 0 0 0;
	font-size: 20px;
	display: block;
	color: #333;
}

.tlsp-admin-list-item .tlsp-ali-confirm-text span {
	font-weight: bold;
	cursor: pointer;
}

.tlsp-admin-list-item .tlsp-ali-confirm-text span:hover {
	color: #000;
}

.tlsp-admin-list-item .tl-sp-pupil-timeline-holder {
	text-align: left;
}

.tlsp-admin-list-item .tl-sp-pupil-timeline-holder h4 {
	padding: 0 0 5px 0;
	font-size: 20px;
	color: #ddd;
}

.tlsp-admin-list-item .tl-sp-pupil-timeline-holder p,
.tlsp-admin-list-item .tl-sp-pupil-timeline-holder a {
	font-size: 16px;
	color: #999;
	padding: 0 15px 0 0;
	line-height: 25px;
}

.tlsp-admin-list-item .tl-sp-pupil-timeline-holder a:hover {
	color: #ccc;
}

.tlsp-call-to-action {
	text-transform: uppercase;
	color: #666;
	font-size: 26px;
	text-decoration: none;
	position: relative;
	top: -4px;
	text-align: center;
	padding: 10px 0 0 0;
}

.tlsp-call-to-action span {
	font-size: 40px;
	padding: 7px 0 0 0;
}

.tlsp-acb-left-col {
	width: 349px;
	padding: 0 7px 0 0;
	float: left;
}

.tlsp-acb-right-col {
	width: 349px;
	padding: 0 0 0 7px;
	float: right;
}

.tlsp-fis-control {
	position: absolute;
	top: 0;
	right: 0;
	height: 52px;
	width: 57px;	
	background: url(/assets/ui/sub-pages/image-selector.gif) left top no-repeat;
	right: 0;
}

.tlsp-fis-control:hover {
	background-position: left bottom;
}


/*  Alert styles  */

.tlsp-admin-content-block .tl-ah-alert {
	width: 100%;
	height: 100%;	
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	visibility: hidden;
	z-index: 1;
}

.tlsp-admin-content-block .tl-ah-alert-inner {
	margin: 8px;
	position: relative;
}

.tlsp-admin-content-block .tl-ah-alert-inner .tl-ah-alert-fade {
	background: #fff;
	opacity: 0.9;
	/*filter: alpha(Opacity = 75); */
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.tlsp-admin-content-block .tl-ah-alert-content {
	position: absolute;
	top: 15px;
	left: 50%;
	width: 237px;
	margin-left: -118px;
	background: #fff;
	padding: 5px 10px 8px 10px;
	border: #ccc solid 2px;
	border-radius: 7px;
	-moz-border-radius: 7px;
}

.tlsp-admin-content-block .tl-ah-alert-content h3 {
	font-weight: bold;
	font-size: 14px;
	padding: 8px 0 4px 0;
	color: #333;
	text-transform: uppercase;
}

.tlsp-admin-content-block .tl-ah-alert-content .tl-ah-alert-content-body {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-width: 0;
}

.tlsp-admin-content-block .tl-ah-alert-content .tl-ah-alert-content-body p {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 3px 0;
	color: #666;
}

.tlsp-admin-content-block .tl-ah-alert-content .tl-alert-close {
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 7px;
	right: 7px;
	overflow: hidden;
	font-family: fontawesome;
	color: #aaa;
	text-decoration: none;
	color: #999;
}

.tlsp-admin-content-block .tl-ah-alert-content .tl-alert-close:hover {
	color: #111;
}

.tlsp-content-block-reduced-width {
	max-width: 764px;
	margin: 0 auto 0 auto;	
}

.tlsp-content-block-small-width {
	max-width: 550px;
	margin: 0 auto 0 auto;	
}

/*.tlsp-content-block-small-width .tl-ah-alert-content {
	left: 137px;
}*/


/* Feed item selector styles */
.tl-ah-feed-item-selector {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;	
	z-index: 5;
	display: none;
}

.tl-ah-feed-item-selector .tl-ah-fis-fade {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.75;
	filter: alpha(Opacity = 75);
	background: #000;	
}

.tl-ah-fis-panel {
	width: 452px;
	margin: 0 auto 0 auto;
	position: relative;
	top: 50px;
}

.tl-ah-fis-panel .tl-ah-fis-top {
	height: 13px;
	background: url(/assets/ui/feed-item-selector/panel-back-top.png) left top repeat-y;	
}

.tl-ah-fis-panel .tl-ah-fis-middle {
	background: url(/assets/ui/feed-item-selector/panel-back-repeat.png) left top repeat-y;
	min-height: 1px;
}

.tl-ah-fis-panel .tl-ah-fis-bottom {
	height: 13px;
	background: url(/assets/ui/feed-item-selector/panel-back-bottom.png) left top repeat-y;	
}

.tl-ah-fis-panel .tl-ah-fis-content {
	background: #d5d5d5;
	margin: 0 6px 0 6px;
	min-height: 1px;	
}

.tl-ah-fis-panel .tl-ah-fis-content-inner {
	padding: 5px 10px 0 10px;
	min-height: 1px;
}

.tl-ah-fis-panel .tl-panel-specific-content {
	min-height: 1px;	
}

.tl-ah-fis-header {
	position: relative;	
}

.tl-ah-fis-header h3 {
	font-size: 16px;
	color: #333;	
}

.tl-ah-fis-header p {
	font-size: 13px;
	margin: 5px 0 5px 0;
	line-height: 1.3;
	color: #333;
}

.tl-ah-fis-header p a {
	color: #333;
}

.tl-ah-fis-header .tl-ah-fis-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(/assets/ui/admin/admin-close-2.gif) left top no-repeat;
	height: 8px;
	width: 9px;
	text-indent: -99999em;
	overflow: hidden;
}

.tl-ah-search-block {
	background: #a3a3a3 url(/assets/ui/feed-item-selector/search-divider.gif) center top repeat-y;	
	margin: 7px -10px 7px -10px;
	padding: 13px 10px 10px 10px;
	min-height: 1px;
}

.tl-ah-search-block .tl-ah-input input {
	width: 170px;
}

.tl-ah-fis-block {
	width: 205px;	
}

.tl-ah-fis-block-first {
	float: left;	
}

.tl-ah-fis-block-last {
	float: right;
	width: 200px;	
}

.tl-ah-fis-block h4 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin: 0 0 3px 0;	
}

.tl-ah-fis-block p {
	font-size: 12px;
	color: #333;
	line-height: 15px;
	min-height: 3.75em;
}

.tl-ah-fis-block .tl-ah-input {
	margin: 8px 2px 0 0;
	position: relative;
	left: -2px;	
}

.tl-ah-fis-search-results {
	position: relative;
}

.tl-ah-fis-search-results h5 {
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

.tl-ah-fis-image-carousel {
	height: 135px;
	margin: 8px 0 0 0;
	position: relative;
}

.tl-ah-fis-image-carousel-fade {
	height: 165px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	display: none;
	background: #d5d5d5 url(/assets/ui/feed-item-selector/animated-loader.gif) center 54px no-repeat;
}

.tl-ah-fis-image-carousel .tl-ah-fis-image-block {
	float: left;
	width: 64px;
	height: 64px;
	background: #fff;
	position: relative;
	margin: 0 0 7px 7px;
}

.tl-ah-fis-image-carousel .tl-ah-fis-image-block-row-start {
	margin-left: 0;
}

.tl-ah-fis-image-carousel .tl-ah-fis-image-holder {
	width: 63px;
	height: 63px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: #aaa;
	display: block;
}

.tl-ah-fis-image-carousel .tl-ah-fis-image-holder img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 63px;
	height: 63px;
}

.tl-ah-fis-controls {
	height: 15px;	
	position: relative;
	margin: 10px 0 0 0;
	visibility: hidden;
}

.tl-ah-fis-controls-inner-1 {
	position: absolute;
	left: 50%;
}

.tl-ah-fis-controls-inner-2 {
	position: relative;
	width: 90px;
	left: -45px;
	text-align: center;
}

.tl-ah-fis-controls p {
	display: inline;
	font-size: 12px;
}

.tl-ah-fis-controls p span {
	font-weight: bold;
}

.tl-ah-fis-controls a.tl-ah-fis-controls-prev {
	width: 10px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/assets/ui/feed-item-selector/control-prev.gif) left top no-repeat;
	text-indent: -99999em;
	overflow: hidden;
}

.tl-ah-fis-controls a.tl-ah-fis-controls-next {
	width: 10px;
	height: 15px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/assets/ui/feed-item-selector/control-next.gif) left top no-repeat;
	text-indent: -99999em;
	overflow: hidden;
}

.tl-fis-selected-message {
	padding: 5px 0 5px 0;
}

.tl-fis-selected-message p {
	font-size: 13px;
	line-height: 1.3;
	color: #333;
	font-weight: bold;
	background: #d5d5d5;
}

.tl-fis-selected-message a {
	color: #333;
	font-weight: bold;
}


/* Search button styles */

.tl-ah-search-button {
	position: absolute;
	display: block;
	background: url(/assets/ui/admin/field-search-button.gif) left top no-repeat;
	height: 21px;
	width: 22px;
	right: 1px;
	top: 1px;
	text-indent: -99999em;
	overflow: hidden;
}

.tl-ah-search-button:hover {
	background-position: left bottom;
}

.tl-ah-flickr-image-selector .ajk-fis-header-title {
	background: url(/assets/ui/flickr-logo.gif) left top no-repeat;
	padding-left: 65px;
	padding-top: 4px;
}

/* Useful admin styles */

.tl-ah-input {
	position: relative;	
}

.tl-ah-input .tl-ah-f-inner {
	height: 23px;
	background: url(/assets/ui/admin/field-left.png) left top no-repeat;
	margin: 0 3px 0 0;
}

.tl-ah-input .tl-ah-f-right {
	height: 23px;
	width: 3px;
	background: url(/assets/ui/admin/field-right.png) left top no-repeat;	
	position: absolute;
	top: 0;
	right: 0;
}

.tl-ah-input input {
	border-width: 0;
	height: 15px;
	display: block;
	position: relative;
	left: 3px;
	top:3px;
	width: 95%;
}

/* Help popup styles */

#tlsp-help-popup {
	top: -10000px;
	right: auto;
	left: -10000px;
	margin: 0 0 0 32px;
	display: block;
}

#tlsp-help-popup .tl-ahh-data {
	display: block;	
}

#tlsp-help-popup p span {
	font-weight: bold;
	color: #fff;	
}

.tlsp-terms-and-conditions-content {
	color: #333;	
}

.tlsp-terms-and-conditions-content h3 {
	margin: 15px 0 10px 0;
	padding: 0;
}

.tlsp-terms-and-conditions-content p {
	text-indent: 0;
	margin-bottom: 10px;
	color: #818181;
	line-height: 18px;
	font-size: 15px;
}

.tlsp-terms-and-conditions-content p a {
	color: #111;
	text-decoration: none;
}

/* Date picker stuff */

.tl-ah-date-picker-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 52px;
	width: 57px;	
	background: url(/assets/ui/date-picker/homepage-dp-launcher.gif) left top no-repeat;
	right: 0;
	text-indent: -99999em;
}

.tl-ah-date-picker-button:hover {
	background-position: left bottom;
}

.ajk-date-picker {

}



.ajk-date-picker .ajk-dp-day {

	display: block;

	float: left;

	background: #ddd;

	width: 58px;

	height: 40px;

	text-align: center;

	margin: 0 2px 2px 0;

	text-decoration: none;

	color: #333;

	line-height: 40px;
	font-size: 18px;
	color: #666;

}


.ajk-date-picker .ajk-dp-day:hover {

	color: #fff;
	background:#bbb;

}


.ajk-date-picker .ajk-dp-day-title {

	display: block;

	float: left;

	width: 58px;

	height: 20px;

	text-align: center;

	margin: 0 2px 2px 0;
	line-height: 20px;
	color: #999;
	font-size: 12px;

}





.ajk-date-picker .ajk-dp-day-hide-visibility {

	visibility: hidden;

}



.ajk-date-picker .ajk-dp-day-hide-display {

	display: none;

}



.ajk-date-picker .ajk-dp-day-selected, .ajk-date-picker .ajk-dp-day-selected:hover {
	background: #b70519;
	color: #fff;
}

.ajk-date-picker .ajk-dp-bottom {
	clear: both;
	padding: 1px 0 0 0;
}

.ajk-dp-header {
	background: #ddd;
	padding: 5px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 5px 0 10px 0;
	position: relative;
	height: 35px;
}

.ajk-dp-header h3 {
	text-align: right;
	width: 175px;
	font-size: 16px;
	color: #666;
	height: 35px;
	line-height: 35px;
}

.ajk-dp-month-arrow {
	position: absolute;
	height: 34px;
	width: 16px; 
	left: 10px;
	top: 5px;
	background: url(/assets/ui/date-picker/left-arrow.gif) left top no-repeat;
	text-indent: -99999em;
}

.ajk-dp-month-arrow:hover {
	background-position: 0 -34px;
}

.ajk-dp-next-month {
	left: auto;
	right: 10px;
	background-image: url(/assets/ui/date-picker/right-arrow.gif);
}

.ajk-dp-header .tl-ah-input {
	position: absolute;
	width: 50px;
	top: 10px;	
	left: 185px;
}

.ajk-dp-selected-date {
	padding: 10px 0 10px 0;
	position: relative;
	border: #ccc solid 0;
	border-width: 1px 0 1px 0;
	margin: 10px 0 15px 0;
	background: url(/assets/ui/date-picker/colons.gif) right top no-repeat;
}

.ajk-dp-selected-date p {
	font-size: 14px;
	color: #666;	
}

.ajk-dp-selected-date p span {
	font-weight: bold;
	color: #b70519;
	position: absolute;
	right: 114px;
	top: 10px;
	text-align: right;
}

.ajk-dp-switch-button {
	display: block;
	width: 30px;
	height: 22px;
	position: absolute;
	text-align: center;
	top: 0;
	background: url(/assets/ui/date-picker/switchers.gif) 0 -22px no-repeat;
	line-height: 23px;
	font-size: 11px;
	color: #999;
	text-decoration: none;
}

.ajk-dp-switch-button:hover {
	color: #333;
}

.ajk-dp-switch-button-selected {
	background-position: 0 0;
	font-weight: bold;	
	color: #fff;
	cursor: default;
}

.ajk-dp-switch-button-selected:hover {
	color: #fff;
}

.ajk-dp-ad-button {
	position: absolute;
	left: 240px;
	top: 11px;
}

.ajk-dp-bc-button {
	position: absolute;
	left: 272px;
	top: 11px;
}

.ajk-dp-time-field {
	width: 30px;	
	position: absolute;
	top: 5px;
}

.ajk-dp-time-field input {
	width: 22px;
	color: #b70519;
	font-weight: bold;
}

.ajk-dp-second-field {
	right: 0;	
}

.ajk-dp-minute-field {
	right: 38px;	
}

.ajk-dp-hour-field {
	right: 76px;	
}

.tl-ah-date-picker-lightbox .tl-ah-fis-panel {
	margin-top: -25px;	
}

/* Full screen link */

#tlsp-hp-full-window-link {
	text-align: center;	
	position: relative;
	top: -34px;
}

#tlsp-hp-full-window-link a {
	color: #999;
	font-size:12px;
	text-decoration: none;
}

#tlsp-hp-full-window-link a:hover {
	color: #fff;
}


/* New home page stuff */

.tlsp-big-carousel {
	padding: 0 0 50px 0;
	max-width: 1010px;
}

.tlsp-js-styles .tlsp-big-carousel {
	margin-bottom: 10px;
}

.tlsp-b-content {
	padding: 0 0 20px 0;
	max-width: 1110px;
	position: relative;
}

.tlsp-js-styles .tlsp-b-content {
	float: left;
}

.tlsp-js-styles .tslp-bc-stage-holder {
	position: relative;
	overflow: hidden;
	height: 345px;
}

.tlsp-js-styles .tslp-bc-stage {
	position: absolute;
	top: 0;
	left: 0;
	background: #1a1a1a;
}

.tlsp-bc-text {
	text-align: center;
}

.tlsp-bc-text .tlsp-bc-text-title {
	font-size: 70px;
	font-weight: bold;
	text-transform: none;
	line-height: 72px;
}

.tlsp-bc-text .tlsp-bc-text-title span {
	font-weight: bold;
}

.tlsp-bc-text p {
	font-size: 18px;
	color: #818181;
	line-height: 23px;	
	margin: 0 auto 3px auto;
	max-width: 600px;
}

.tlsp-bc-text p.first {
	text-indent: 0;	
}

.tlsp-bc-image {
	width: 635px;
	height: 346px;
	position: absolute;
	right: 100px;
	top: 0;
}

.tlsp-bc-image img {
	display: block;
	width: 614px;
	height: 327px;
	border-width: 0;
	left: 10px;
	top: 10px;
	position: absolute;
}

.tlsp-bc-image a {
	display: block;
	width: 635px;
	height: 346px;
	top: 0;
	left: 0;
}

.tlsp-bc-image span {
	display: block;
	width: 635px;
	height: 346px;
	background: url(/assets/ui/home-page/home-carousel-mask.png) left top no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.tlsp-bc-text h2 {
	font-size: 40px;
	font-weight: bold;
	text-transform: none;
	line-height: 45px;
	margin: 0 0 16px 0;
	color: #ddd;
}

.tlsp-bc-text h2.tlsp-bc-main-intro {
	font-size: 18px;
	line-height: 23px;	
	margin: 0 auto 3px auto;
	max-width: 680px;
	font-weight: normal;
}

.tlsp-blog-button,
.tlsp-bc-button {
	padding: 2px 9px 0 9px;
	background: #eee;
	border: #fff solid 2px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
	border-radius: 5px;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-size: 18px;
	line-height: 30px;
	display: block;
	display: inline-block;
}

.tlsp-blog-button:hover,
.tlsp-bc-button:hover {
	background: #dddd;
	color: #333;
}

.tlsp-blog-translation {
	position: absolute;
	right: 0;
	bottom: 10px;
	text-decoration: none;
	color: #666;
	display: inline-block;
	font-weight: bold;
}

.tlsp-blog-translation:hover {
	color: #333;
}


.tlsp-js-styles .tlsp-bc-controls {
	position: relative;
	margin: 10px 0 0 0;
	height: 20px;
}

.tlsp-js-styles .tlsp-bc-button {
	position: absolute;
	top: 0;
	left: 0;
}

.tlsp-bc-pos-buttons {
	position: absolute;
	top: 0;
	right: 9px;	
}

.tlsp-bc-pos-buttons a {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	text-align: center;
	background: #222;
	border: #646464 solid 1px;	
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #888;
	text-decoration: none;
	font-size: 13px;
	line-height: 19px;
	margin: 0 0 0 6px;
}

.tlsp-bc-pos-buttons a:hover {
	background: #3d3d3d;
	color: #dadada;
}

.tlsp-bc-pos-buttons a.selected {
	background: #000;
	color: #fff;
}

/* Content bar */

.tlsp-content-bar {
	background: #000;	
	border:  #777 solid 1px;
	border-width: 1px 0 1px 0;
	margin: 0 0 35px 0;
}

.tlsp-cb-content-holder {
	margin: 0 auto 0 auto;
	max-width: 1026px;
	position: relative;
	padding: 27px 0 40px 0;
}

.tlsp-cb-top {
	position: absolute;
	width: 19px;
	height: 7px;
	top: -8px;
	left: 50%;
	margin-left: -10px;
}

.tlsp-cb-bottom {
	position: absolute;
	width: 37px;
	height: 38px;
	background: url(/assets/ui/home-page/bar-bottom.gif) left top no-repeat;
	bottom: -19px;
	left: 494px;
	display: none;
}

.tlsp-cb-content {
	width: 24.99%;
	float: left;
}

.tlsp-cb-content h4 {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
	margin: 0 0 12px 13px;
}

.tlsp-cb-content p {
	color: #444;
	font-size: 15px;
	line-height: 19px;
	margin: 0 13px 0 13px;
}

.tlsp-cb-content p a {
	color: #222;
	text-decoration: none;
}

.tlsp-cb-content p a:hover {
	color: #000;
}

.tlsp-content-bar .tlsp-cb-content p a {
	font-weight: bold;
}

/* Timeline lightbox styles */

.tlsp-timeline-lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	visibility: hidden;
	display: none;
}

.tlsp-tlb-fade {
	background: #000;
	opacity: 0.75;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.tlsp-timeline-lightbox .tlsp-tlb-content {
	position: relative;
	left: 16px;
	padding-top: 55px;
}

.tlsp-timeline-lightbox .tlsp-timeline-iframe-holder {
	margin: 0 auto 0 auto;	
}

.tlsp-timeline-lightbox .tlsp-timeline-iframe-holder .tlsp-tih-top {
	background:  url(/assets/ui/home-page/opc-timeline-holder-top.png) left bottom no-repeat;
}

.tlsp-timeline-lightbox .tlsp-timeline-iframe-holder .tlsp-tih-bottom {
	background:  url(/assets/ui/home-page/opc-timeline-holder-bottom.png) left bottom no-repeat;
}

.tlsp-timeline-lightbox .tlsp-timeline-iframe-holder .tlsp-tih-left {
	background:  url(/assets/ui/home-page/opc-timeline-holder-left.png) left bottom repeat-y;
}

.tlsp-timeline-lightbox .tlsp-timeline-iframe-holder .tlsp-tih-right {
	background:  url(/assets/ui/home-page/opc-timeline-holder-right.png) left bottom repeat-y;
}


.tlsp-tlb-text-holder {
	width: 1029px;
	position: relative;
	margin: 0 auto 0 auto;
	z-index: 11;
	height: 5px;
}

.tlsp-tlb-text-holder a {
	text-decoration: none;
	opacity: 0.75;
	font-size: 13px;
	color: #aaa;	
	position: absolute;
	top: 0;
}

.tlsp-tlb-text-holder a:hover {
	color: #fff;
}

.tlsp-tlb-text-holder .tlsp-tlb-full-window {
	left: 0;	
}
	
.tlsp-tlb-text-holder .tlsp-tlb-close {
	right: 33px;	
}
	
	
/* Notification and blog post styles */

.tlsp-notification-block {
	background: #fff;
	border: #ccc solid 1px;	
	border-radius: 10px;
	padding: 20px 20px 10px 20px;
	max-width: 600px;
	margin: 0 auto 30px auto;
}

.tlsp-notification-block h4 {
	color: #333;
	font-size: 16px;
	padding: 0 0 8px 0;
	font-weight: bold;
}

.tlsp-notification-block p {
	color: #666;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 8px 0;
}

.tlsp-notification-block p a {
	color: #111;
}

.tlsp-blog-post {
	width: auto;
	max-width: 814px;
}

.tlsp-blog-post ol {
	list-style-type: lower-roman;
	margin: 0 0 0 50px;
	color: #666;
	font-size: 18px;
}

.tlsp-blog-body-content {
	position: relative;	
}

.tlsp-blog-body-content img {
	display: block; 
	float: left;
	margin: 0 20px 5px 0;
	border: #aaa solid 1px;
	box-sizing: border-box;
	border-width: 0;
}

.tlsp-blog-body-content p span {
	color: #fff;
}

.tlsp-blog-button {
	margin-bottom: 10px;
}

.tlsp-footer-814 .tlsp-footer-content {
	width: 814px;
}
	
.tlsp-blog-post h1,
.tlsp-notification-block h3 {
	color: #333;
	font-size: 25px;
	padding: 0 0 10px 0;
	line-height: 30px;
	text-transform: none;
	font-weight: normal;
}

.tlsp-blog-post h1 span,
.tlsp-notification-block h3 span {
	font-weight: bold;
	display: block;
	color: #333;
	font-size: 40px;
	padding: 5px 0 0 0;
	line-height: 45px;
}

.tlsp-blog-post h2 {
	color: #111;
	font-size: 25px;
	margin: 0 0 20px 0;
	font-weight: bold;
	padding: 25px 0 10px 0;
	border: #ccc solid 1px;
	border-width: 0 0 1px 0;
}

.tlsp-notification-block .rt-button-large {
	margin-top: 10px;
	margin-bottom: 10px;
}

.tlsp-notification-block-thin {
	width: 400px;	
}

.tlsp-blog-post p {
	font-size: 18px;
	line-height: 24px;	
	margin: 0 0 18px 0;
}

.tlsp-blog-post .standfirst {
	color: #333;
	font-size: 20px;	
	line-height: 25px;
	margin-bottom: 10px;
}

.tlsp-blog-post p a {
	text-decoration: none;
	font-weight: bold;
}

.tlsp-blog-post h2 {
	margin-bottom: 5px;
	line-height: 25px;
}

.tlsp-blog-post .tlsp-bp-image {
	padding: 0 0 0 0;	
	overflow: hidden;
	border-radius: 5px;
}

.tlsp-blog-post .tlsp-bp-main-image {
	padding: 30px 0 15px 0;	
}

.tlsp-blog-post .tlsp-bp-image a {
	width: 772px;
	display: block;
	width: 100%;
}

.tlsp-blog-post .tlsp-bp-image img {
	display: block;
	width: 772px;
	border-radius: 5px;
	width: 100%;
}
.tlsp-blog-post .tlsp-bp-main-image .tlsp-bg-caption {
	position: relative;
	top: 5px;
}

.tlsp-blog-post h5 {
	color: #999;
	font-size: 13px;	
}

.tlsp-blog-post .blog-section-header {
	font-size: 23px;
	padding-top: 15px;
	font-weight: normal;
	color: #000;
}

.tlsp-blog-post .blog-section-header span {
	font-weight: bold;
	color: #000;	
}

.tlsp-blog-post .tlsp-blog-body-content img.full-width {
	width: 100%;
	display: block;
	border-radius: 5px;
	border-width: 0;
	margin-bottom: 10px;
}

.tlsp-blog-post .tlsp-bg-caption {
	font-size: 12px;
	margin: 0 0 16px 0;
	position: relative;
	top: -4px;
	line-height: 15px;
	top: 1px;
}

.tlsp-blog-post .bullet-list {
	position: relative;
	padding-left: 35px;	
}

.tlsp-blog-post .bullet-list span {
	color: #eee;
	font-size: 17px;
	border-radius: 25%;
	background: #666;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	text-align: center;
	line-height: 20px;
	padding: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

/* Select replacer styles */

.gt-select-replacer-menu {}

.gt-sr-menu-inner {
	position: relative;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.35);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.35);
	box-shadow: 0 0 7px rgba(0,0,0,.35);
	overflow: hidden;
}

.gt-select-replacer-menu .selected-item-container {
	position: relative;	
}

.gt-select-replacer-menu .selected-item-container .open-close-icon {
	position: absolute;
	right: 10px;
	bottom: 13px;
	width: 16px;
	height: 21px;
	background: url(/assets/ui/drop-down-menu/arrow-states.png) left top no-repeat;
	display: none;
}

.gt-select-replacer-closed .selected-item-container .open-close-icon {
	display: block;	
}

.gt-select-replacer-menu .selected-item-container:hover .open-close-icon {
	background-position: left -21px;
}

.gt-select-replacer-item {
	background: #eee;
	padding: 8px 5px 8px 5px;
	color: #333;
	border: #fff solid 0;
	border-width: 0 1px 1px 1px;
	cursor: pointer;
}

.gt-sri-first {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-width: 1px;
}

.gt-sri-last {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.gt-select-replacer-item:hover {
	background: #ddd;
	background-image: linear-gradient(#e8e8e8,#dddddd);
}

.gt-select-replacer-closed .gt-select-replacer-item {
	display: none;
}

.gt-select-replacer-closed .gt-sri-selected {
	display: block;
	border-radius: 5px;
	background-image: linear-gradient(#f8f8f8,#eeeeee);
}

.gt-sri-selected, .gt-sri-selected:hover {
	background: #ddd;
	background-image: linear-gradient(#e8e8e8,#dddddd);
}

.gt-select-replacer-menu .unselected-items-container .gt-sri-selected {
	display: none;	
}

.gt-select-replacer-menu .ajk-cs-carousel-scroll-holder {
	right: 3px;	
}

.gt-select-replacer-menu .ajk-cs-carousel-scroll-holder .ajk-cs-scroll-bar span {
	display: block;
	height: 100%;
	background: #999;
	cursor: move;
	margin: 0 3px 0 3px;
}

.gt-select-replacer-menu .ajk-cs-carousel-scroll-holder .ajk-cs-scroll-bar:hover span {
	background: #666;
}

/* Color Scheme Selector styles  */

.gt-cc-drop-down-selector {
	margin: 10px 0 10px 0;
	z-index: 1;
	position: relative;
}

.gt-cc-drop-down-selector .ajk-cs-carousel {
	height: 250px;
}

.gt-cc-drop-down-selector .ajk-content-scroller {
	max-height: 250px;
}

.gt-cc-drop-down-selector .gt-select-replacer-item {
	position: relative;
	padding-bottom: 4px;
}

.gt-cc-drop-down-selector .gt-select-replacer-item h4 {
	color: #666;
	font-size: 18px;
	padding: 0 0 3px 65px;
	height: 26px;
}

.gt-ccdd-thumb {
	position: absolute;
	left: 8px;
	top: 8px;
	background: #aaa;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 54px;
	height: 54px;
}

.gt-ccdd-thumb div {
	width: 52px;
	height: 52px;
	border: #fff solid 2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.gt-ccdd-thumb div img {
	display: block;
	width: 50px;
}

.gt-ccdd-sub-thumbs {
	padding: 0 0 0 65px;
	height: 30px;
}

.gt-ccdd-sub-thumbs div {
	width: 25px;
	height:25px;
	position: relative;
	float: left;
	margin: 0 5px 0 0;	
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.gt-ccdd-sub-thumbs div span {
	position: relative;
	top: 0;
	left: 0;
	border: #fff solid 1px;
	width: 23px;
	height: 23px;
	opacity: 0.5;
	display: block; 
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.gt-ccdd-with-wide-thumb .gt-ccdd-thumb {
	width: 100px;	
}

.gt-ccdd-with-wide-thumb .gt-ccdd-thumb div {
	width: 98px;
}

.gt-ccdd-with-wide-thumb .gt-ccdd-thumb div img {
	width: 98px;	
}

.gt-ccdd-with-wide-thumb .gt-ccdd-sub-thumbs {
	padding-left: 113px;	
}

.gt-cc-drop-down-selector .gt-select-replacer-item .gt-ccdd-with-wide-thumb h4 {
	padding-left: 113px;	
}


/* Misc styles */

#tlsp-create-timeline-button {
	float: right;
	margin-right: 8px;
}

#tlsp-create-timeline-form textarea {
	width: 466px;
}

#tlsp-create-timeline-form input {
	width: 467px;
}	


/* Themable content */

.cdr-theme-styles-active.tlsp-js-styles {
	background: #eee;	
}

/*.cdr-theme-styles-active.tlsp-js-styles .tlsp-content-bar {
	background-color:transparent;	
}*/
		
.cdr-theme-styles-active.tlsp-js-styles .cdr-themeable-content {
	position: absolute;
	width: 100%;
	left: 0;
	top: 920px;
}

.cdr-theme-styles-active .tl-promotions-panel {
	background-color: transparent;	
}

.cdr-theme-styles-active .tlsp-admin-content-block .rt-mp-checkbox span {
	top: 1px;
	left: 1px;
	width: 20px;
	height: 20px;
	border: rgba(255,255,255,0.5) solid 2px;
	border-radius: 3px;
	background: none;
}

.cdr-theme-styles-active .tlsp-admin-content-block .rt-mp-checkbox span::before {
	content: "\f00c";
	font-family: fontawesome;
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	opacity: 0.22;
	text-indent: 0;
}

.cdr-theme-styles-active .tlsp-admin-content-block .rt-mp-checkbox span:hover::before {
	opacity: 0.65;
}

.cdr-theme-styles-active .tlsp-admin-content-block .rt-mp-checkbox span.checkbox-selected::before {
	opacity: 1;
}

.cdr-theme-styles-active .rt-button-large,
.cdr-theme-styles-active .rt-button-very-large {
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 7px;	
	color: #fff;
	opacity: 0.8;
	font-weight: bold;
	-moz-box-shadow: 0 0 4px #000;
	-webkit-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
	display: inline-block;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	white-space: nowrap;
}

.cdr-theme-styles-active .rt-button-large:hover {
	opacity: 1;
}

.cdr-theme-styles-active .tlsp-footer ul li,
.cdr-theme-styles-active .tlsp-footer ul li a,
.cdr-theme-styles-active .tlsp-footer .tlsp-copyright, 
.cdr-theme-styles-active .tlsp-footer .tlsp-copyright a {
	color: inherit;	
}

.cdr-theme-styles-active .tlsp-admin-content-block {
	background-color: transparent;	
}


.cdr-theme-styles-active .tlsp-admin-content-block  .rt-mp-checkbox {
	background: none;
}

.cdr-theme-styles-active .tl-promotions-panel li,
.cdr-theme-styles-active .tl-promotions-panel p,
.cdr-theme-styles-active .tl-promotions-panel h3 {
	color: inherit;	
}


.cdr-themeable-content {
	position: relative;
}

.cdr-themeable-content .tlsp-hp-content-block {
	background-image: none;
	padding-top: 10px;
}

.cdr-themeable-content .tlsp-cb-bottom {
	background-image: none;	
}

.cdr-themeable-panel {
	position: relative;	
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.cdr-themeable-panel-bg-color {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;	
}

.tl-promotions-panel .cdr-themeable-panel-bg-color,
.tlsp-admin-content-block .cdr-themeable-panel-bg-color {
	border-radius: 5px;
}

#gt-header {
	height: 42px;
	border-color: rgba(255,255,255,0.1);
	border-style: solid;
	background-repeat: no-repeat;
}

#gt-header .gt-header-inner {
	max-width: 1026px;
	margin: 0 auto 0 auto;
	height: 35px;
	position: relative;
}

#gt-header-menu li {
	margin: 0 0 0 13px;	
}

/* Home timeline styles */

#cdr-stage-sizer {
	max-width: 1000px;
	height: 500px;
	position: relative;
	margin: 300px auto 0 auto;
	width: 100%;
	width: calc(100% - 28px);
	top: 42px;
}

.cdr-popup-panels-holder-outer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.cdr-popup-panels-holder {
	position: relative;
	width: 1026px;
	margin: 0 auto 0 auto;
}
	
.cdr-main-timeline-promotion {
	max-width: 1026px;
	margin: 0 auto 0 auto;
	padding: 100px 0 0 0;
	position: relative;
	margin-bottom: -254px;
	z-index: 4;
}

.cdr-main-timeline-promotion .tlsp-bc-text {
	padding-top: 0;
}

.cdr-main-timeline-promotion .tlsp-bc-text h1 {
	position: relative;
	opacity: 0.75;
}

.cdr-main-timeline-promotion .tlsp-bc-button-holder {
	padding: 20px 0 0 0;
}

#cdr-timeline-promotion-starburst {
	right: 20px;
	top: 20px;
	left: auto;	
	transform: rotate(20deg);
}

#cdr-timeline-promotion-starburst .starburst {
}

#cdr-timeline-promotion-starburst h4 {
	background: rgba(0,0,0,0.1);
	background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.55), rgba(0,0,0,0.25));
	border-color: rgba(0,0,0,0.2);
}

.cdr-themeable-panel.tl-promotions-panel,
.cdr-themeable-panel.tlsp-admin-content-block {
	border: transparent solid 1px;
	left: -1px;	
}

.cdr-themeable-panel .rt-mp-checkbox,
.cdr-themeable-panel .rt-mp-checkbox a,
.cdr-themeable-panel .tlsp-field label,
.cdr-themeable-panel .tlsp-field label span,
.cdr-themeable-panel h3,
.cdr-themeable-panel p,
.cdr-themeable-panel p a:hover,
.cdr-themeable-panel p a {
	color: inherit;	
}

.cdr-themeable-panel p a {
	font-weight: bold;
	opacity: 1;
}

.cdr-themeable-panel p a:hover {
	text-decoration: underline;
}

.cdr-themeable-panel .tlsp-field label span {
	opacity: 0.5;	
}

.cdr-themeable-panel .tl-pp-message {
	position: relative;
	color: inherit;
	display: block;
}

.cdr-themeable-text-block .tlsp-hpc-intro,
.cdr-themeable-text-block .tlsp-hpc-title,
.cdr-themeable-text-block h1,
.cdr-themeable-text-block h2,
.cdr-themeable-text-block h3,
.cdr-themeable-text-block h4,
.cdr-themeable-text-block li h4,
.cdr-themeable-text-block li h3,
.cdr-themeable-text-block li p,
.cdr-themeable-text-block p,
.cdr-themeable-text-block p a:hover,
.cdr-themeable-text-block p a {
	color: inherit;	
}

.cdr-themeable-text-block .tlsp-hpc-text-points li p {
	opacity: 0.75;	
}

.cdr-themeable-text-block p.tlsp-hpc-intro {
	opacity: 0.75;	
}

.tlsp-cb-top {
	background-image: none;	
	height: 0;
	padding-left: 1px;
}

.tlsp-cb-top span {
	display: block;
	float: left;
	width: 1px;
	height: 3px;
	margin-top: 4px;
	margin-right: 2px;
	background: inherit;
}

.tlsp-cb-top span.last {
	margin-right: 0;
}

.tlsp-cb-top span.center {
	height: 7px;
	margin-top: 0;
}

.cdr-themeable-panel .tlsp-field-input-holder {
	border-width: 1px;	
}

.tlsp-content-divider {
	margin: 0 auto 50px 0;
	position: relative;
	height: 1px;
	position: relative;
	left: -1px;

}

.tlsp-content-divider .circle-outer,
.tlsp-content-divider .circle {
	border-radius: 50%;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 50%;
	top: -17px;
	margin-left: -17px;
	padding: 0;
}

.tlsp-content-divider .circle-outer .cdr-themeable-panel-bg-color {
	border-radius: 50%;
}

.tlsp-content-divider .circle {
	opacity: 0.65;
	background: #fff;
}

.tlsp-content-divider .circle span {
	display: block;
}

.tlsp-content-divider .circle-inner {
	border-radius: 50%;
	width: 33px;
	height: 33px;
	background: rgba(0,0,0,0.95);
	position: absolute;
	top: 1px;
	left: 1px;
}

.tlsp-content-divider .circle-inner-inner {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: rgba(255,255,255,1);
	position: absolute;
	top: 4px;
	left: 4px;
}

.tlsp-content-divider .left-gradient {
	position: absolute;
	right: 50%;
	top: 0;
	margin-right: 25px;
	height: 1px;
	width: 40%;
	max-width: 260px;
	background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.65) )
}

.tlsp-content-divider .right-gradient {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: 25px;
	height: 1px;
	width: 40%;
	max-width: 260px;
	background: linear-gradient(270deg, rgba(255,255,255,0), rgba(255,255,255,0.65) )
}

.tlsp-content-bar-divider {
	margin: -36px auto 30px auto;
}

.tlsp-content-bar-divider .right-gradient,
.tlsp-content-bar-divider .left-gradient {
	display: none;
}

.tlsp-primary-content-bar {
	position: relative;	
}

.cdr-timeline-promotion-tools {
	color: rgba(255,255,255,0.75);
	padding: 7px 0 0 0;
	position: absolute;
	top: -65px;
}

.cdr-timeline-promotion-tools p {
	text-transform: uppercase;	
	font-size: 11px;
	display: inline-block;
	color: inherit;
}

.cdr-timeline-promotion-tools p span {
	font-weight: bold;
}

.cdr-timeline-promotion-tools .control-holder {
	display: inline-block;
	font-size: 15px;
	padding: 0 0 0 8px;
	position: relative;
	top: 1px;
}

.cdr-timeline-promotion-tools .theme-autoplay {
	display: none;	
}

.cdr-timeline-promotion-tools .theme-controls .autoplay-on {
	display: none;	
}

.cdr-timeline-promotion-tools .theme-info {
	cursor: pointer;	
}

.cdr-timeline-promotion-tools .control {
	font-family: fontawesome;
	color: inherit;
	display: inline-block;
	padding: 0 3px 0 3px;
	text-decoration: none;
	opacity: 0.85;
}

.cdr-timeline-promotion-tools .control:hover {
	opacity: 1;
}

.cdr-timeline-promotion-tools  .size-controls {
	position: absolute;
	right: 0;
	top: 7px;	
}

.size-controls .contract,
.size-controls .expand {
	position: relative;
	padding-right: 30px;
	text-decoration: none;
	color: inherit;
}

.size-controls .contract span,
.size-controls .expand span {
	position: absolute;
	display: block;
	width: 20px;
	height: 15px;
	right: 0;
	top: -3px;
	border: rgba(255,255,255,1) solid 1px;
}

.size-controls .contract span {
	border-color: rgba(255,255,255,.25);
}

.size-controls .contract span::after,
.size-controls .expand span::after {
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 9px;
	right: 3px;
	top: 2px;
	border: rgba(255,255,255,0.5) solid 1px;
}

.size-controls .contract span::before,
.size-controls .expand span::before {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 3px;
	right: 6px;
	top: 5px;
	border: rgba(255,255,255,0.25) solid 1px;
}

.size-controls .contract span::before {
	border-color: rgba(255,255,255,1);
}

.size-controls .contract {
	display: none;	
}

.cdr-page-holder-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}

.tlsp-home-page .gt-vtc-view {
	background-color: transparent !important;	
}

/*.tlsp-home-page .tl-main-content-block-holder {
	z-index: 0;
}

.tlsp-home-page .tl-main-content-block-holder .tl-main-content-block {
	top: 290px !important;
}

.tlsp-home-page .gt-ah-alert-content {
	top: 240px !important;	
}*/

.tlsp-home-page #gt-header-menu {
	top: 14px;
	right: 14px;
}

.cdr-browser-type-firefox-mac #cdr-scale,
.cdr-browser-type-firefox-mac #cdr-stage-background-color,
.cdr-browser-type-firefox-mac #cdr-canvas,
.cdr-browser-type-firefox-mac #cdr-image-canvas,
.cdr-browser-type-firefox-mac #cdr-image-overlay-canvas,
.cdr-browser-type-firefox-mac .cdr-image-tinted-canvas {
	z-index: 0;
}

/* Mobile specific styles */

.cdr-browser-type-no-background-attachment-support .cdr-main-home-content {
	background-attachment: scroll !important;
	background-image: none !important;
}

/*.cdr-browser-type-no-background-attachment-support .cdr-page-holder-home {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.cdr-browser-type-no-background-attachment-support .cdr-page-holder-home-inner {
	position: absolute;
	width: 100%;
	height: 100%;	
}*/

.cdr-browser-type-no-background-attachment-support .cdr-page-holder-home .cdr-themeable-panel {
	background-attachment: scroll !important;
}

.cdr-browser-type-no-background-attachment-support .cdr-main-home-content .cdr-themeable-panel {
	background-image: none !important;
}

/*.cdr-browser-type-no-background-attachment-support #tl-content-holder .tl-mc-panel-image,
.cdr-browser-type-mobile #tl-content-holder .tl-mc-panel-image,
.cdr-browser-type-mobile .cdr-page-holder-home  #cdr-stage-image,
.cdr-browser-type-no-background-attachment-support .cdr-page-holder-home #cdr-stage-image {
	background-attachment: scroll !important;	
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
}

.cdr-browser-type-no-background-attachment-support #tl-content-holder .tl-mc-bg-image,
.cdr-browser-type-mobile #tl-content-holder .tl-mc-bg-image {
	background-attachment: scroll !important;
}*/

.cdr-browser-type-mobile .tlsp-content-bar,
.cdr-browser-type-mobile #gt-header {
	background-attachment: scroll !important;	
}

/*.cdr-browser-type-mobile */.cdr-page-holder-home canvas#cdr-main-bg-image {
	position: absolute !important;
}

#gt-view-type-carousel {
	top: -42px;
	margin-bottom: -42px;
}

.cdr-browser-type-very-modern-ie .cdr-main-timeline-promotion .cdr-mcp-left {
	background: rgba(0,0,0,.01);
	z-index: 1;	
}

.cdr-browser-type-very-modern-ie #cdr-timeline-promotion-starburst {
	z-index: 1;	
}

.cdr-browser-type-very-modern-ie .tlsp-home-page .tl-main-content-block-holder {
	z-index: 2;	
}

.cdr-browser-type-very-modern-ie .cdr-theme-styles-active.tlsp-js-styles .cdr-main-home-content {
	z-index: 2;	
}

.cdr-main-home-content {
	background-attachment: fixed;
	background-repeat: no-repeat;
}

/* Social media styles */

.tlsp-blog-post .tl-mc-social-icon-container {
	position: relative;
	display: block;
	height: 27px;
	position: relative;
	left: -5px;
	margin-bottom: 25px;
}

.cdr-timeline-promotion-tools .tl-mc-social-icon-container {
	text-align: right;
	right: 0;
	top: 0;
	position: absolute;
}

.tl-mc-social-icon-container a {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	background: #fff;
	font-size: 1px;
	text-indent: -999999em;
	width: 25px;
	height: 25px;
	opacity: 0.85;
	position: relative;
}

.tl-mc-social-icon-container a:hover {
	opacity: 1;
}

.tl-mc-social-icon-container .tl-mc-si-item {
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 5px;
	margin: 0 0 0 5px;
	box-shadow: 0 0 3px rgba(0,0,0,0.35);
	font-family: fontawesome;
	color: #333;
	text-align: center;
	line-height: 25px;
	font-size: 15px;
	text-indent: 0;
	text-decoration: none;
	font-weight: bold;
}

.tl-mc-social-icon-container .tl-mc-call-to-action {
	text-indent: 0;
	color: #000;
	border-radius: 12px;	
	display: inline-block;
	font-size: 12px;
	line-height: 23px;
	height: 22px;
	width: auto;
	padding: 1px 12px 0 12px;
	border: #000 solid 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}


.tl-mc-social-icon-container .tl-mc-call-to-action:hover {
	background: #000;
	color: #eee;
}

.tlsp-lf-call-to-action {
	display: block;	
	margin: 30px 0 20px 0;
	text-align: center;
}

.tlsp-lf-call-to-action a {
	font-size: 20px;
	font-weight: bold;
	border: #333 solid 2px;
	border-radius: 20px;
	padding: 10px 15px 10px 15px;
	background: #fff;
	display: inline-block;
	margin: 0 auto 0 auto;
	text-align: center;
	text-decoration: none;
	color: #333;
}

.tlsp-lf-call-to-action a:hover {
	background: #333;
	color: #eee;
}


/* Timeline preview */ 

.tlsp-timeline-preview-holder {
	width: 720px;
	margin: 0 auto 10px auto;
}

.ajk-wrw-less-than-800px .tlsp-timeline-preview-holder {
	width: auto;	
}

.tlsp-timeline-preview-main {
	width: 720px;
	height: 406px;
	background: #fff;
	border-radius: 5px;
	position: relative;
	margin: 10px auto 10px auto;
}


.tlsp-timeline-preview {
	width: 350px;
	height: 200px;
	background: #fff;
	margin: 10px auto 10px auto;
	border-radius: 5px;
	position: relative;
	float: left;
}

.tlsp-timeline-preview:nth-child(even) {
	float: right;	
}

.ajk-wrw-less-than-800px .tlsp-timeline-preview {
	float: none;	
	margin-bottom: 20px;
}

.ajk-wrw-less-than-800px .tlsp-timeline-preview-main {
	margin-bottom: 20px;
	width: 350px;
	height: 200px;
}

.tlsp-timeline-preview-main .inner,
.tlsp-timeline-preview .inner {
	width: 346px;
	height: 196px;
	position: absolute;
	top: 2px;
	left: 2px;
	background: #ccc;
	overflow: hidden;
	border-radius: 4px;
	display: block;
}

.tlsp-timeline-preview-main .inner {
	width: 716px;
	height: 402px;
}

.ajk-wrw-less-than-800px .tlsp-timeline-preview-main .inner {
	width: 346px;
	height: 196px;
}

.tlsp-timeline-preview-main .inner img,
.tlsp-timeline-preview .inner img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

/* Home page specific styles */
.cdr-page-holder-home .ajk-pop-down-panel {
	z-index: 6;
}



/* Home page / standard page small window sizes */

.tlsp-cb-responsive-separator {
	display: none;	
}

#tlsp-hp-content-block-sign-up .tlsp-hpc-intro {
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
}

.ajk-wrw-less-than-950px #tlsp-hp-content-block-sign-up .tlsp-hpc-intro {
	width: 100%;
}

.ajk-wrw-less-than-950px #tlsp-hp-content-block-sign-up .tlsp-hpc-intro {
	width: 100%;
}

.ajk-wrw-less-than-950px .tlsp-main-title {
	padding-bottom: 20px;
	text-align: center;
}

.ajk-wrw-less-than-950px .tlsp-main-menu {
	right: auto;
	position: relative;
	text-align: center;
	bottom: -4px;
	
}

.ajk-wrw-less-than-750px #gt-header {
	height: auto;
}

.ajk-wrw-less-than-750px #gt-header .gt-header-inner {
	height: auto;
}

.ajk-wrw-less-than-750px #gt-header-menu {
	float: none;
	position: static;
	text-align: center;
	display: block;
	padding-bottom: 10px;
}

.ajk-wrw-less-than-750px #gt-header-menu li {
	float: none;
	display: inline-block;
	margin: 0 6px 0 6px;
}

.ajk-wrw-less-than-750px .ajk-pop-down-panel {
	margin-top: -11px;	
}


.ajk-wrw-less-than-750px #gt-header .logo {
	position: static;
	width: 100%;
	text-align: center;
	padding: 10px 0 10px 0;
}

.ajk-wrw-less-than-950px .tlsp-footer {
	text-align: center;
}

.ajk-wrw-less-than-950px .tlsp-footer ul {
	position: static;
	text-align: center;
	padding: 5px 0 0 0;
}

.ajk-wrw-less-than-1050px .tlsp-home-page .tlsp-bc-text {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: center;
}

.ajk-wrw-less-than-1050px .tlsp-home-page .tlsp-bc-text p {
	margin-left: 20px;
	margin-right: 20px;
    text-align: justify;
    text-justify: inter-word;
    /*font-size: 20px;*/
   /* line-height: 25px;*/
}

.ajk-wrw-less-than-1050px .tlsp-home-page .tlsp-bc-image {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.ajk-wrw-less-than-550px .tlsp-home-page .tlsp-bc-text {
	width: 100%;
}

.ajk-wrw-less-than-550px .tlsp-home-page .tlsp-bc-text p {
	margin-left: 10px;
	margin-right: 10px;
}

.ajk-wrw-less-than-650px .tlsp-home-page .tlsp-bc-image {
	width: 90%;
	height: auto;
}

.ajk-wrw-less-than-650px .tlsp-home-page .tlsp-bc-image img {
	width: 100%;
	height: auto;
}

.ajk-wrw-less-than-1050px .tlsp-home-page .cdr-main-timeline-promotion .tlsp-bc-text {
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
} 

.ajk-wrw-less-than-1050px .tlsp-home-page .cdr-main-timeline-promotion .tlsp-bc-text p {
	margin-left: auto;
	margin-right: auto;
    text-align: center;
    width: 630px;
    /*margin-top: -10px;*/
}

.ajk-wrw-less-than-650px .tlsp-home-page .cdr-main-timeline-promotion .tlsp-bc-text p {
	width: auto;
}

.ajk-wrw-less-than-950px .tlsp-home-page .tlsp-hpc-thumb-block {
	margin-left: auto;
	margin-right: auto;
	width: 532px;
}

.ajk-wrw-less-than-550px .tlsp-home-page .tlsp-hpc-thumb-block {
	width: 266px;
}

.ajk-wrw-less-than-800px .tlsp-admin-content-block  {
	width: 357px;
}

.ajk-wrw-less-than-800px #tlsp-admin-timeline-list {
	width: auto;
}

.ajk-wrw-less-than-800px #tlsp-create-timeline-button,
.ajk-wrw-less-than-800px #tlsp-signup-button {
	margin-left: auto;
	margin-top: 40px;
	margin-right: auto;
}

.ajk-wrw-less-than-800px #tlsp-home-sign-up .tlsp-acb-inner {
	padding-bottom: 40px;	
}

.ajk-wrw-less-than-500px .tlsp-admin-content-block {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.ajk-wrw-less-than-500px .tlsp-admin-content-block .tlsp-acb-right-col,
.ajk-wrw-less-than-500px .tlsp-admin-content-block .tlsp-acb-left-col {
	float: none;
	width: 100%;
}

.ajk-wrw-less-than-500px .tlsp-admin-content-block .tlsp-field-textarea-holder textarea {
	width: 95%;	
}

.ajk-wrw-less-than-500px .tlsp-admin-content-block .tlsp-field {
	width: 90%;
}

.ajk-wrw-less-than-500px .tlsp-admin-content-block .tlsp-field-input-holder {
	width: 100%;
}


.ajk-wrw-less-than-500px .tlsp-admin-content-block .tlsp-field-input-holder input {
	width: 100%;
}

.ajk-wrw-less-than-1000px .tl-promotions-panel {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.ajk-wrw-less-than-700px .tl-promotions-panel {
	width: 342px;
}


.ajk-wrw-less-than-600px .tlsp-cb-content {
	width: 48.5%;
	margin-bottom: 25px;
	overflow: hidden;
}

.ajk-wrw-less-than-600px  .tlsp-cb-responsive-separator {
	display: block;
	clear: both;	
}

.ajk-wrw-less-than-600px .tlsp-cb-content-holder {
	padding-bottom: 15px;	
}

.ajk-wrw-less-than-400px .tlsp-cb-content {
	width: 100%;
	margin-bottom: 25px;	
}

.ajk-wrw-less-than-400px .tlsp-cb-content-holder {
	padding-bottom: 15px;	
}

.ajk-wrw-less-than-800px .tlsp-admin-list-item .tlsp-ali-controls span {
	font-size: 13px !important;
}

.ajk-wrw-less-than-600px #cdr-stage-sizer {
	height: 400px;	
}


