@charset "UTF-8";
/* CSS Document */

.container{
	clear: both;
	margin-top: 25px;
}

input, textarea {
  padding:0px;
  margin:0px;
}

#bg {
    background-image: url(images/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 1;
	background-size: 125% auto;

}

#tbs_container{
	position:relative;
	width:900px;
	height:100%;
	overflow:hidden;
	margin: 0 auto 0 auto;
	background-color:none;
}



#tbs_left_column{
	position:relative;
	width:580px;
	height:100%;
	float:left;
	
}

#tbs_right_column{
	position:relative;
	width:270px;
	float:left;
	height:100%;
	overflow:hidden;
}

#tbs_end_column{
	position:relative;
	width:50px;
	float:left;
	height:480px;
	background-image:url(images/tensioner.jpg);
	background-repeat:no-repeat;
	background-position:0px 444px;
}

#tbs_logo {
	width:490px;
	height:236px;
	margin: 14px 25px 0 50px;
}

#tbs_logo img {
	width:490px;
	height:236px;
}

#tbs_logo_mobile {
	display:none;
}

#tbs_subhead{
	margin:0 0 15px 50px;
	color:#edead8;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	font-size:35px;
	text-decoration:none;
	line-height:50px;
}

#tbs_intro {
	width:505px;
	margin:0px 25px 25px 50px;
    font-family: 'Noto Sans HK', sans-serif;
	font-weight:300;
	font-size: 15px;
	line-height: 22px;
	color:#edead8;
}

#blog_container {
	width:505px;
	height:100%;
	background-color:#fff;
	overflow: hidden;
	-moz-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	margin:0px 25px 0px 50px;
	padding: 10px 5px 0 10px;
}

#fb_mobile{
	display:none;
}

#fb_mobile_landscape{
	display:none;
}

#fb_ipad_portrait{
	display:none;
}

#blog_intro {
	width:505px;
	height:auto;
	background-color:#fff;
	-moz-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	margin: 0 25px 0 50px;
	padding: 10px 10px 2px 10px;
}

#blog_header{
	width:auto;
	height:auto;
	background-color:#e1e1e1;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	font-size: 30px;
	line-height: 35px;
	color:#000;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:4px 10px 6px 15px;
}

#blog_text{
	width:auto;
	height:auto;
    font-family: 'Noto Sans HK', sans-serif;
	font-weight:400;
	font-size: 15px;
	line-height: 18px;
	color:#000;
	padding:8px 10px 0px 10px;
}

.blog_intro{
    font-family: 'Noto Sans HK', sans-serif;
	font-weight:400;
	font-size: 0.5em;
	line-height: 1.3em;
	color:#000;
	margin:0 0 10px 0;
}

#tbs_menu{
	width:269px;
	height:40px;
	padding-top:53px;
	text-align:center;
	margin-bottom: 30px;
}

#tbs_menu_mobile{
	display:none;
}

.menu a{
	margin-right:15px;
	color:#edead8;
    font-family: 'Noto Sans HK', sans-serif;
	font-weight:400;
	font-size:14px;
	text-decoration:none;
}

.menu a:hover {
	margin-right:15px;
	color:#63b1de;
    font-family: 'Noto Sans HK', sans-serif;
	font-weight:400;
	font-size:14px;
	text-decoration:none;
}

.menu_end a{
	color:#edead8;
    font-family: 'Noto Sans HK', sans-serif;
	font-weight:400;
	font-size:14px;
	text-decoration:none;
}

.menu_end a:hover{
	color:#63b1de;
    font-family: 'Noto Sans HK', sans-serif;
	font-weight:400;
	font-size:14px;
	text-decoration:none;
}

#tbs_slider {
	widht:269px;
	height:170px;
	margin-bottom: 15px;
	padding-right:20px;
}

#tbs_contact {
	height:100%;
	margin-bottom:25px;
	padding:12px 15px 10px 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color:#63b1de;
	border-style: solid;
    border-width: 8px;
	border-color:#63b1de;
	overflow:hidden;
}

#tbs_new_contact {
	height:100%;
	margin-bottom:20px;
	padding: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color:#63b1de;
	border-style: solid;
    border-width: 8px;
	border-color:#63b1de;
	overflow:hidden;
}

.intro {
	color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin: 10px 0 25px 0;
	padding-bottom: 15px;
    width: auto;
	line-height: 1.3em;
	border-bottom-style: solid;
    border-bottom-width: 1px;
	border-bottom-color:#fff;
}

.device {
	color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin: 10px 0 5px 0;
    width: auto;
	line-height: 0.5em;
}

.appleLinks  {
	color:#fff;
    font-family: 'Oswald', sans-serif;
	font-weight:700;
	font-size:36px;
	margin:0;
	text-decoration:none;
	line-height:50px;
}

.appleLinks a{
	color:#fff;
    font-family: 'Oswald', sans-serif;
	font-weight:700;
	font-size:36px;
	margin:0;
	text-decoration:none;
	line-height:50px;
}

.address_contact, .address_contact a {
	color:#FFF;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:18px;
	line-height:22px;
	margin: 10px 0 0 0;
	padding-bottom: 15px;
}

#opening_times{
	display:block;
	width: 100px;
	height:25px;
	margin:10px 0 0 0;
	padding:2px 0 0 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#064267;
	float:left;
}

#appointments{
	display:block;
	width: auto;
	height:auto;
	margin:10px 0 10px 0;
	padding: 6px 10px 8px 10px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#EC7A32;
	float:left;
	clear: both;
}

.appointments{
	margin:  0;
    font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:18px;
	line-height: 25px;
 	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
}

.closed{
	margin: 0 0 0 0;
    font-family: 'Oswald', sans-serif;
	font-weight:500;
	font-size:20px;
	line-height: 21px;
 	color:#000;
	text-decoration:none;
	clear: both;
	text-transform: uppercase;
}

#opening_times_mobile{
	display:none;
	width: 100px;
	height:25px;
	margin:10px 0 0 0;
	padding:2px 0 0 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#064267;
	float:left;
}


#opening_times a, #opening_times_mobile a{
    font-family: 'Noto Sans HK', sans-serif;
	font-weight:300;
	font-size:12px;
	line-height: 21px;
 	color:#fff;
	text-decoration:none;
}

#opening_times a:hover{
 	color:#faa61a;
}

.whatsapp{
	width: 100%;
	height: auto;
	margin: 10px 0 5px 0;
}

#socialise {
	width:60px;
	height:22px;
	margin:10px 0 0 0;
	float:left;	
}

.fb-like {
	width:80px;
	height:25px;
	float:left;
}

.tw-like {
	width:70px;
	height:25px;
	float:left;
}

.heading_dark {
	color:#000;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:37px;
	margin:0;
	padding-top:3px;
	text-decoration:none;
	line-height:42px;
}

.sub_heading{
	width:269px;
	color:#000;
	font-family: 'Passion One', cursive;
	font-weight:700;
	font-size:25px;
	margin:0 0 15px 0;
}

.heading_light {
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:2.3em;
	margin:0;
	text-decoration:none;
	line-height:50px;
}


#tbs_services {
	position:relative;
	height: 100%;
	padding:5px 10px 10px 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom:20px;
	background-color:#9cc5dd;
	border-style: solid;
    border-width: 8px;
	border-color:#9cc5dd;
	background-image:url(images/tbs_sevices.png);
	background-repeat:no-repeat;
}

.tbs_services_sub {
	margin:25px 0px 10px 0px;	
    font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size: 25px;
	line-height: 28px;
	color:#054267;
}

.tbs_services_blocks{
	margin:2px 0 0 0;
	padding:10px 0 10px 8px;
    font-family: 'Noto Sans HK', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height: 20px;
 	color:#000;
	background-color:#bfdff1;
	border-top-color:#9cc5dd;
	border-top-style:solid;
	border-top-width:5px;
	border-bottom-color:#9cc5dd;
	border-bottom-style:solid;
	border-bottom-width:5px;
}

.price{
	margin:0px;
	padding:0;
    font-family: 'Noto Sans HK', sans-serif;
	font-weight:500;
	font-size:21px;
	line-height: 25px;
 	color:#000;
}

.tbs_services_text {
	margin:5px 0 0 0;
    font-family: 'Noto Sans HK', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height: 22px;
 	color:#00071b;
	text-align:center;
}

#service_rate{
	display:block;
	position:absolute;
	top:180px;
	left:135px;
	width:95px;
	height:25px;
	margin:0 0 0 0;
	padding:2px 0 0 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#3d99ce;
	float:right;
}

#service_rate_mobile{
	display:none;
	position:absolute;
	top:180px;
	left:135px;
	width:95px;
	height:25px;
	margin:0 0 0 0;
	padding:2px 0 0 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#3d99ce;
	float:right;
}


#service_rate a, #service_rate_mobile a{
    font-family: 'Noto Sans HK', sans-serif;
	font-weight:300;
	font-size:12px;
	line-height: 21px;
 	color:#fff;
	text-decoration:none;
}

#service_rate a:hover{
 	color:#064267;
}


#tbs_selling {
	position:relative;
	z-index:1;
	height: 100%;
	padding: 0;
	-moz-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	margin-bottom:20px;
	background-color:#fff;
	border-style: solid;
    border-width: 8px;
	border-color:#fff;
}

.heading_selling {
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:37px;
	margin:0;
	padding-top:3px;
	text-decoration:none;
	line-height:42px;
	text-align:center;
}

#tyres_header{
	background-color: #EC7A32;
	width: 100%;
	border-top-left-radius: 10px;
    -moz-border-top-right-radius: 15px;
    border-top-right-radius: 10px;
	
}

.heading_tyres {
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:37px;
	margin:0;
	padding:6px 0 6px 0;
	text-decoration:none;
	line-height:42px;
	text-align:center;
	text-transform: uppercase;
	
}


.tbs_selling_sub {
	margin:20px 0px 0px 0px;	
    font-family: 'Oswald', sans-serif;
	font-weight:600;
	font-size: 24px;
	line-height: 28px;
	color:#000;
	text-align:center;
}

.tbs_tyres_sub {
	margin:10px 0px 12px 0px;	
    font-family: 'Oswald', sans-serif;
	font-weight:600;
	font-size: 21px;
	line-height: 28px;
	color:#000;
	text-align:center;
	text-transform: uppercase;
}

.tbs_selling_top_cash {
	margin:10px 0px 15px 0px;	
    font-family: 'Oswald', sans-serif;
	font-weight:700;
	font-size: 30px;
	color:#fff;
	background-color:#eb8923;
	border-top-style: solid;
    border-top-width: 2px;
	border-top-color:#eb8923;
	border-bottom-style: solid;
    border-bottom-width: 2px;
	border-bottom-color:#eb8923;
	padding-bottom:3px;
	text-align:center;
}

.tbs_selling_text {
	margin:10px 0 0 0;
    font-family: 'Noto Sans HK', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height: 22px;
 	color:#00071b;
	text-align:center;
}

.tbs_tyres_text {
	margin:10px 0 0 0;
    font-family: 'Noto Sans HK', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height: 22px;
 	color:#00071b;
	text-align:center;
	padding: 0 10px 10px 10px;
}	

#money{
	position:absolute;
	top:1155px;
	left:760px;
	width:auto;
	height:auto;
	z-index:2;
}

#money_2{
	position:absolute;
	top:1460px;
	left:755px;
	width:auto;
	height:auto;
	z-index:3;
}

.wanted{
	width:100%;
	height:auto;
}

.wanted_mobile{
	display:none;
}

#tbs_ebay {
	width:270px;
	height: 191px;
	margin-bottom: 25px;
}


.ebay_heading {
	margin:0 0px 5px 4px;	
    font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size: 25px;
	line-height: 28px;
	color:#000000;
}

.ebay_heading_white {
	margin:0 0px 5px 4px;	
    font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size: 25px;
	line-height: 28px;
	color:#fff;
}


.ebay_logo{
	margin: 4px 0 0 4px;
	width:230px;
	height:89px;
}

.ebay_sub {
	color:#000;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:18px;
	line-height:22px;
	margin: 6px 0 10px 4px;
}

.ebay_sub_flip {
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:18px;
	line-height:22px;
	margin: 6px 0 10px 4px;
}

.red{
	color:#e3464d;
}

.blue{
	color:#3a80d8;
}

.yellow{
	color:#f1ba3a;
}

.green{
	color:#9bc03a;
}


#tbs_livery {
	height: 150px;
	padding:10px 15px 0px 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color:#edead8;
	padding-bottom:25px;
    margin-bottom:15px;
	background-image:url(3m.jpg);
	background-repeat:no-repeat;
	ackground-position: 0 15px; 
}




.bullet_no_border_end {
	padding:0px 0px 10px 10px;
	color:#000;
	font-family: 'Noto Sans HK', sans-serif;
	font-weight:300;
	font-size:0.9em;
	line-height: 1.5em;
}

.tbs_services_text_bot {
	margin:0px 0 0 0;	
	font-family: 'Noto Sans HK', sans-serif;
	font-weight:300;
	font-size: 0.9em;
	line-height: 1.3em;
	color:#000;
}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

#logos{
	margin:0 auto 0 auto;
	width:900px;
	height:144px;
}



#extra {
	position:relative;
	margin:20px auto 0 auto;
	width:800px;
	height:auto;
	overflow:hidden;
}

#mechanic {
	float:left;
	width:244px;
	height: 100%;
	margin: 0 21px 0 0;
	padding:0;
}

.heading_mechanic {
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:37px;
	margin:0;
	padding-top:3px;
	text-decoration:none;
	line-height:42px;
}


.extra_heading {
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:37px;
	margin:0;
	padding-top:3px;
	text-decoration:none;
	line-height:42px;
}

.extra_text, .extra_text a{
	margin:10px 0 0 0;
	font-family: 'Noto Sans HK', sans-serif;
	font-weight:300;
	font-size:14px;
	line-height: 19px;
 	color:#fff;
}

#feedback {
	float:left;
	width:265px;
	height: auto;
	margin: 0 0 0 0;
	padding:0;
	overflow:hidden;
}
	
	
.extra_feedback_text{
	margin:13px 0 8px 0;
	padding-left:40px;
	font-family: 'Noto Sans HK', sans-serif;
	font-weight:300;
	font-size:14px;
	line-height: 20px;
 	color:#c3dbe9;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
}

.extra_feedback_item{
	margin:0 0 19px 0;
	font-family: 'Noto Sans HK', sans-serif;
	font-weight:300;
	font-size:12px;
	line-height: 17px;
 	color:#fff;
	text-align:right;
}

.quote{
	 color:#faa61a;
}





#extra_showroom {
	margin:0 auto 0 auto;
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:none;
}


#showroom {
	width:100%;
	height: 300px;
	margin: 0 auto 0 auto;
	background-color:#9cc5dd;
	background-image:url(images/showroom.jpg);
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	overflow:hidden;
}

#showroom_text{
	width:800px;
	height:80px;
	margin:20px auto;
}

.showroom_heading{
color: #fff;
font-family: 'Oswald', sans-serif;
font-weight: 100;
font-size: 80px;
margin: 0;
padding-top: 35px;
padding-bottom:25px;
text-decoration: none;
line-height: 42px;
}
	
.showroom_sub {
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:24px;
	margin: 0 0 10px 60px;
}
	
.bikes{
	width:300px;
	height:101px;
	border-color:#FFF;
	border-width:1px;
	border-style:solid;
	float:centre;
}

.bikes_mobile{
	display:none;
}





#brand_logos{
	width:900px;
	height:auto;
	margin:0 auto 20px auto;
}



#brand_logos img{
	padding: 0 50px 0 50px;
}

.tbs_showroom_sub {
	margin:0 0px 0 0px;	
    font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size: 1.4em;
	line-height: 1.3em;
	color:#000000;
}

#map {
	margin:0 auto;
	width:auto;
	height:365px;
	background-color:#193662;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#footer_holder{
	display:block;
	width:100%;
	margin:0 auto;
	background-color:#000;
	height:40px;
}

#tbs_footer{
	display:block;
	margin:0 auto;
	height:30px;
	width:800px;
	background-color:#000;
	padding-top:10px;
}

#tbs_footer_mobile{
	display:none;
}

#footer_left {
	float:left;
	width:auto;
	color:#fff;
	font-family: 'Noto Sans HK', sans-serif;
	font-weight:300;
	font-size:10px;
	margin: 0px;
	text-decoration:none;
}

#footer_centre {
	float:left;
	width:70%;
	color:#fff;
	font-family: 'Noto Sans HK', sans-serif;
	font-weight:300;
	font-size:10px;
	margin: 0px;
	text-decoration:none;
	text-align:center;
}

#footer_right {
	float:right;
	width:auto;
	color:#fff;
	font-family: 'Noto Sans HK', sans-serif;
	font-weight:300;
	font-size:10px;
	margin: 0px;
	text-decoration:none;
}

#footer_right a {
	color:#fff;
	font-family: 'Noto Sans HK', sans-serif;
	font-weight:300;
	font-size:10px;
	margin: 0px;
	text-decoration:none;
}

#footer_right a:hover{
	color:#b2d235;
	font-family: 'Noto Sans HK', sans-serif;
	font-weight:300;
	font-size:10px;
	margin: 0 0 0 0;
	text-decoration:none;
}

#recaptcha_desktop{
	display:block;
}

#recaptcha_ipad_portrait{
	display:none;
}

#recaptcha_iphone_portrait{
	display:none;
}

#email_container {
	margin:0 auto 0 auto;
	padding:5px 0 20px 0;
	width:100%;
	height:100%;
	background-color:#376794;
	overflow:hidden;
}

#email_container li{
	list-style-type: none;
}

#frmFormMailContainer{
    width: 800px;
	height:100%;
    margin: 10px auto 0 auto;

}

#email_container_1 {
	float:left;
	width:245px;
	margin-right:20px;
	
}

#email_container_2 {
	float:left;
	width:260px;
	margin-top:10px;
	margin-right:18px;

}

#email_container_3 {
	float:left;
	width:257px;
	margin-top:10px;
}

.heading_email {
	color:#9cc5dd;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:2.3em;
	margin:0;
	text-decoration:none;
	line-height:50px;
}

.contactform_headings{
	margin:8px 0 3px 0;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight:600;
	font-size:.9em;
}

.form_choice_text{
	margin-left:10px;
	}
	
	
.contact_text{
	width: 269x;
	color: #fff;
	font-family: 'Noto Sans HK', sans-serif;
	font-weight: 300;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 15px 0;
}

.maximum_text{
	width: 269x;
	color: #faa61a;
	font-family: 'Noto Sans HK', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 13px;
	margin: 0 0 0 5px;
}

.contact_bullets{
	width: 269x;
	color: #fff;
	font-family: 'Noto Sans HK', sans-serif;
	font-weight: 300;
	font-size: 0.9em;
	line-height: 2em;
	margin: 0 0 10px 0;
}

#field_1_div{
	margin-top:34px;
}


.text_box{
	padding-left:5px;
}

.text_box_upload{
	height: 32px;
	width: 95%;
	margin-top:5px;
    margin-bottom: 10px;
	background-color:#none;
	padding-left:0px;
}

.text_area{
	padding-left:5px;
	padding-top:5px;
}

#thank_you_msg{
	color:#fff;
	margin:10px auto 0 auto;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-weight:100;
	font-size:40px;
}


select, option{
    font-size:13px;
}

ol.phpfmg_form{
    list-style-type:none;
    padding:0px;
    margin:0px;
}

ol.phpfmg_form input, ol.phpfmg_form textarea, ol.phpfmg_form select{
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

ol.phpfmg_form li{
    margin-bottom:5px;
    clear:both;
    display:block;
    overflow:hidden;
	width: 100%
}


.form_field, .form_required{
    font-weight : bold;
}

.form_required{
    color:#faa61a;
    margin-right:8px;
}

.field_block_over{
}

.form_submit_block{
    padding-top: 3px;
}

.text_box,.text_select {
    height: 32px;
}

.text_box, .text_area, .text_select {
    width: 95%;
	margin-top:5px;
    margin-bottom: 10px;
	background-color:#none;
}

#field_1 .text_box {
    padding-left: 0px;
}


.text_area{
	width:252px;
    height:97px;
}

.form_error_title{
    font-weight: bold;
    color: #faa61a;
}

.form_error{
}

.form_error_highlight{
    background-color: #faa61a;
    border-bottom: 10px solid #376794;
}

div.instruction_error{
    color: red;
    font-weight:bold;
}

hr.sectionbreak{
    height:1px;
    color: #ccc;
}

#one_entry_msg{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 10px;
    margin-bottom: 10px;
}


#frmFormMailContainer input[type="submit"]{
    padding: 10px 25px; 
    font-weight: bold;
	margin-top:15px;
    margin-bottom: 10px;
    background-color: #9cc5dd;;
}

#frmFormMailContainer input[type="submit"]:hover{
    background-color: #faa61a;
}

.form_button{
	color:#000;
	width:262px;
}


    .flip-container {
        perspective: 1000;
        display: inline-block;
		width: 100%;
		height:191px;

    }
    .flip-container:hover .card {
        transform: rotateY(180deg);
    }
	
    .card {
        height: 191px;		
        transition: 0.5s;
        transform-style: preserve-3d;
        position: relative;
    }
	
   
    .front {
        width: 270px;
		height: 191px;
		padding:15px;	
		z-index: 1;
        transform: rotateY(180deg);
        background: url("/images/ebay_flip_1.png") no-repeat;
		background-color:#eb8923;
    }
	
    .back {
		width: 270px;
		height: 191px;
		padding:15px;	
        z-index: 2; /* back side, placed above front */
        transform: rotateY(0deg);
        background: url("/images/ebay_flip_2.png") no-repeat;
		background-color:#fff;
    } 
	
	
	.front, .back {
        backface-visibility: hidden;
        position: absolute;
    }
	
	
.brand_slider {
  height: 63px;
  width: 100%;
  margin: 15px auto 15px auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.brand_slider > div {
  height: 63px;
  width: 2400px;
  background: url(images/brand_logos_slider.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.brand_slider .mover-1 {
  animation: moveSlideshow 20s linear infinite;
}
.brand_slider .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 15s linear infinite;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}

#captcha_window_1, #captcha_window_2{
	clear: both;
}

#captcha_window_1{
	margin-bottom: 5px;
}


#aquaria_module_28 .form-control{
	height: 60px; 
	color: #000; 
	font-family: 'Monomaniac One', sans-serif; 
	font-size: 28px;
	text-transform: uppercase;
	padding: 15px 20px 20px 15px;
	background-color: #FFD500;
}

	
#aquaria_module_28  .form-control::-webkit-input-placeholder {
	color: #000 !important;
   overflow: visible;
}

#aquaria_module_28 input{
	color: #000;
}

	