/* --- Fonts --- */
@font-face
{
    font-family: Brown;
	src: url('../fonts/Brown-Regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Brown-Regular.svg') format('svg'), /* Legacy iOS */
	     url('../fonts/Brown-Regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/Brown-Regular.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/Brown-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face
{
    font-family: Brown;
	src: url('../fonts/Brown-Bold.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Brown-Bold.svg') format('svg'), /* Legacy iOS */
	     url('../fonts/Brown-Bold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/Brown-Bold.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/Brown-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: bold;
}


/* --- Defaults --- */
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}

a, a *
{
	text-decoration: none;
	cursor: pointer !important;
}

a:hover
{
	text-decoration: none;
}

/* /--- Defaults --- */



.clearfix
{
	clear: both;
}


img.centered, img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* --- Alerts --- */

.alert
{
	display: block;
	font-family: Karla;
	font-size: 14px;
	padding: 5px;
	width: auto;
}

.alert.success
{
	color: #fff;
	background-color: #92B469;
}

.alert.error
{
	color: #fff;
	background-color: #ff4650;
}

/* /--- Alerts --- */



/* --- Document Layout - ALL PAGES--- */
body
{
	background-color: #fff;
}

.body-outer-wrapper
{
	width: 1044px;
	margin: 0 auto;
}

.body-wrapper
{
	width: 1024px;
	margin: 0 auto;
}


#header-container
{
	padding-top: 20px;
}

#header-right-side
{
	float: right;
	width: 310px;
	text-align: right;
	padding-top: 10px;
}

body.super-feature #header-right-side
{
	display: none;
}

#header-right-side .row
{
	margin-bottom: 15px;
}

#header-right-side .row .social-media-item
{
	display: inline-block;
	height: 20px;
	font-family: Merriweather;
	font-size: 13px;
	font-weight: normal;
	padding-left: 25px;
	text-align: left;
	width: 75px;
	color: #626666;
	margin-left: 25px;
}

#header-right-side .row .social-media-item:hover
{
	color: #222727;
}

#header-right-side .row .social-media-item.twitter
{
	background: url('../images/header-twitter-icon.png') no-repeat left top;
}

#header-right-side .row .social-media-item.facebook
{
	background: url('../images/header-facebook-icon.png') no-repeat left top;
}

#header-right-side .row .social-media-item.instagram
{
	background: url('../images/header-instagram-icon.png') no-repeat left top;
}

#header-right-side .row .social-media-item.rss
{
	background: url('../images/header-rss-icon.png') no-repeat left top;
}


#header-left-side
{
	float: left;
	width: 500px;
	text-align: left;
}

#header-logo
{
	display: block;
	width: 330px;
	height: 84px;
	background: url('../images/logo-standard-tagline.svg') no-repeat;
	background-size: contain;
	margin: 10px 0;
}

#page-bg-left-half {
	background: none;
	width: 50%;
	position: fixed;
	left: 0px;
	top: 30px;
	height: 100%;
	z-index: -1;
}

#page-bg-right-half
{
	background: none;
	width: 50%;
	position: fixed;
	right: 0px;
	top: 30px;
	height: 100%;
	z-index: -1;
}

#left-skin-container
{
	margin-right: 522px;
	max-width: 500px;
	height: 100%;
	text-align: left;
}

#left-skin-container a
{
	float: right;
}

#right-skin-container a
{
	float: left;
}

#right-skin-container
{
	margin-left: 522px;
	max-width: 500px;
	height: 100%;
	background-position: top left;
}

.wrapper
{
	width: 100%;
	margin: 0 auto;
}

#header-logo-container
{
	width: 295px;
	margin: 20px auto;
}

body.marketplace #header-logo-container
{
	width: 690px;
	padding-left: 30px;
	margin: 40px auto 20px auto;
}

#header-container.light-colour-mode #header-logo, body.marketplace #header-logo
{
	background: url('../images/logo-light.png') no-repeat;
}

body.marketplace #header-logo
{
	display: inline-block;
	width: 250px;
	height: 40px;
	background-size: contain;
	padding-right: 30px;
	border-right: 1px solid #aaa;
	vertical-align: top;
}

#header-marketplace-logo
{
	display: inline-block;
	width: 350px;
	height: 90px;
	background: url('../images/marketplace-logo.png') no-repeat;
}

#nav-wrapper
{
	width: 100%;
}

.sidebar-container
{
	float: right;
	display: block;
	width: 300px;
	margin-top: 60px;
}

.legacy-post .sidebar-container
{
	margin-top: 0px;
}

.sidebar-blogs-container
{
	margin: 10px 0 15px 0;
	padding: 0;
}

.sidebar-blogs-heading
{
	width: 300px;
	text-align: center;
}

.sidebar-blogs-heading h3
{
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Brown;
	font-size: 14px;
	color: #2a2f2d;
	vertical-align: top;
}

.sidebar-blogs-listing
{
}

.sidebar-blogs-listing ul
{
	list-style-type: none;
	margin-top: 0px;
}

.sidebar-blogs-listing li
{
	list-style-type: none;
	margin-left: -25px;
}

.sidebar-blogs-listing li a
{
	font-family: 'Karla', sans-serif;
	font-size: 12px;
	color: #686464;
}

.sidebar-blogs-left
{
	float: left;
	width: 150px;
	text-align: center;
}

.sidebar-blogs-right
{
	float: right;
	width: 150px;
	text-align: center;
}

.sidebar-sponsors-container
{
	border-bottom: 2px solid #b3b3b3;
	padding: 0;
	margin-bottom: 20px;
}

.sidebar-sponsors-heading
{
	width: 300px;
	text-align: center;
}

.sidebar-sponsors-heading h3
{
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Brown;
	font-size: 14px;
	color: #2a2f2d;
	vertical-align: top;
}

.sidebar-sponsors-listing
{
	margin-top: 10px;
}

.sidebar-sponsors-listing ul
{
	list-style-type: none;
	margin-top: 0px;
}

.sidebar-sponsors-listing li
{
	list-style-type: none;
	margin-left: -25px;
}

.sidebar-sponsors-listing li a
{
	font-family: 'Karla', sans-serif;
	font-size: 12px;
	color: #686464;
}

.sidebar-sponsors-centered
{
	text-align: center;
}

.sidebar-sponsors-left
{
	float: left;
	width: 150px;
}

.sidebar-sponsors-right
{
	float: right;
	width: 150px;
}

.sidebar-instagram-container
{
	margin: 10px 0 20px 0;
	border-top: 2px solid #b3b3b3;
	border-bottom: 2px solid #b3b3b3;
	padding: 10px 0;
}

.sidebar-instagram-heading
{
	width: 300px;
	text-align: center;
}

.sidebar-instagram-heading h3
{
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Brown;
	font-size: 14px;
	color: #2a2f2d;
	vertical-align: top;
}

.sidebar-instagram-listing
{
	width: 280px;
	margin: 0 auto;
}

.sidebar-instagram-row
{
	height: 70px;
}

.sidebar-instagram-listing a
{
	float: left;
	padding: 5px;
}

.sidebar-instagram-listing img
{
	width: 60px;
	height: 60px;

}

.main-content-container
{
	float: none;
	margin-right: 315px;
}

/* /--- Document Layout - ALL PAGES --- */
.logged-in-user-profile-image
{
	width: 27px;
	height: 27px;
}


/* /--- Top Bar - ALL PAGES --- */

/* --- Ad spots --- */
.leaderboard-ad
{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	background: url('../images/leaderboard-ad-background.png') repeat-x;
}

.sidebar-ad-container
{
	margin-bottom: 15px;
}

/* /--- Ad spots --- */

/* --- Navigation Menu - ALL PAGES --- */
/* ------ Main Menu ------ */
nav.main-menu
{
	float: left;
	height: 25px;
	margin-top: 2px;
}

nav.main-menu ul
{
}

nav.main-menu *
{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

nav.main-menu ul li
{
	float: left;
	position: relative;
	padding-right: 3px;
}

nav.main-menu ul li:after
{
	padding-left: 2px;
	content: "・";
	vertical-align: top;
	color: #c7c8ca;
}



nav.main-menu ul li:last-child
{
	padding-right: 0;
}

nav.main-menu ul li:last-child:after
{
	content: "";
}

nav.main-menu ul li a
{
	font-family: Brown;
	font-size: 14px;
	color: #222727;
	white-space: nowrap;
}

nav.main-menu ul:hover li a
{
	color: #c7c8ca;
}

header-container.light-colour-mode nav.main-menu ul li a
{
	color: #c7c8ca;
}

header-container.light-colour-mode nav.main-menu ul li a
{
	color: #222727;
}


nav.main-menu ul li a:hover
{
	color: #222727;
}

nav.main-menu ul li.current-menu-item
{
}

nav.main-menu ul li .new-menu-item
{
	font-size: 9px;
	vertical-align: top;
	background: #ff4650;
	padding: 2px 4px;
	color: #fff;
	border-radius: 7px;
	font-family: Brown;
	text-transform: uppercase;
	margin-left: 4px;
}

#menu-search a
{
	padding-right: 15px;
	background: url('../images/menu-search-icon.png') right top no-repeat;
}

nav.main-menu ul #menu-search a:hover
{
	background: url('../images/menu-search-icon.png') right top no-repeat !important;
}

nav.main-menu ul:hover #menu-search a
{
	background: url('../images/menu-search-icon-soft.png') right top no-repeat;
}

nav.login-section
{
	float: right;
	width: 110px;
	text-align: right;
}

nav.login-section #login-button
{
	display: inline-block;
	height: 22px;
	width: 96px;
	background: url('../images/header-login-button.png') no-repeat;
}

nav.login-section #logout-button
{
	display: inline-block;
	height: 25px;
	width: 110px;
	font-family: Brown;
	font-size: 14px;
	color: #222727;
	white-space: nowrap;
}

/* /------ Main Menu ------ */

/* /--- Navigation Menu - ALL PAGES --- */


/* --- Footer ---*/

footer
{
	clear: both;
	width: 100%;
	min-width: 1044px;
	height: 230px;
	background: #222727;
}

#footer-wrapper
{
	width: 984px;
	padding: 0 20px;
	margin: 0 auto;
}

footer .left-container
{
	display:inline-block;
	width: 300px;
	height: 230px;
	vertical-align: top;
}

footer .footer-links-section-title
{
	font-family: Brown;
	font-size: 12px;
	color: #fff;
	margin-bottom: 7px;
}

footer .links-listing
{
	margin-top: 60px;
}

footer .links-listing ul
{
	list-style-type: none;
	margin-top: 0px;
}

footer .links-listing li
{
	list-style-type: none;
	margin-left: -40px;
	margin-bottom: 5px;
}

footer .links-listing li a
{
	font-family: Merriweather;
	font-size: 12px;
	color: #fff;
}

footer .links-listing li a:hover
{
	color: #686464;
	text-decoration: none;
}

footer .links-left
{
	float: left;
	width: 150px;
}

footer .links-right
{
	float: right;
	width: 150px;
}

footer .middle-container
{
	display: inline-block;
	margin: 0 auto;
	width: 370px;
	height: 230px;
	vertical-align: top;
}

#footer-logo-container
{
	width: 250px;
	margin: 50px auto 20px auto;
}

#footer-logo
{
	display: block;
	width: 250px;
	height: 70px;
	background: url('../images/footer-logo.svg') no-repeat;
	background-size: contain;
}

footer .middle-container .stripes
{
	position: relative;
	top: 228px;
	width: 370px;
	height: 2px;
	background: url('../images/stripes.png') center;
}

footer .right-container
{
	display: inline-block;
	width: 300px;
	height: 180px;
	padding-top: 50px;
	vertical-align: top;
}

footer .right-container .row
{
	margin-bottom: 15px;
}

footer .right-container .row .social-media-item
{
	display: inline-block;
	height: 20px;
	font-family: Merriweather;
	font-size: 13px;
	font-weight: normal;
	padding-left: 25px;
	text-align: left;
	width: 75px;
	color: #fff;
	margin-left: 25px;
}

footer .right-container .row .social-media-item:hover
{
	color: #c7c8ca;
}

footer .right-container .row .social-media-item.twitter
{
	background: url('../images/footer-twitter-icon.png') no-repeat left top;
}

footer .right-container .row .social-media-item.facebook
{
	background: url('../images/footer-facebook-icon.png') no-repeat left top;
}

footer .right-container .row .social-media-item.instagram
{
	background: url('../images/footer-instagram-icon.png') no-repeat left top;
}

footer .right-container .row .social-media-item.rss
{
	background: url('../images/footer-rss-icon.png') no-repeat left top;
}

/* /--- Footer ---*/

/* --- Sharing buttons etc. --- */

.sharing-twitter
{
	display: inline-block;
	background: url('../images/sharing_twitter.png') center no-repeat;
	background-position: 0 0;
	width: 20px;
	height: 20px;
	vertical-align: top;
}

.sharing-twitter:hover
{
	background-position: 0 -20px;
}

.sharing-facebook
{
	display: inline-block;
	background: url('../images/sharing_facebook.png') center no-repeat;
	background-position: 0 0;
	width: 20px;
	height: 20px;
	vertical-align: top;
}

.sharing-facebook:hover
{
	background-position: 0 -20px;
}

.sharing-gplus
{
	display: inline-block;
	background: url('../images/sharing_gplus.png') center no-repeat;
	background-position: 0 0;
	width: 20px;
	height: 20px;
	vertical-align: top;
}

.sharing-gplus:hover
{
	background-position: 0 -20px;
}

.comment-bubble
{
	display: inline-block;
	background: url('http://cyclingtips.com.au/content/themes/cyclingtips-2014-05/images/comment_bubble.png') center no-repeat;
	background-position: 0 0;
	width: 30px;
	height: 21px;
	padding-top: 0px;
	font-family: 'Karla', sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
}

.comment-bubble:hover
{
	text-decoration: none;
	background-position: 0 -21px;
}

/* /--- Sharing buttons etc. --- */


/* --- New marker --- */

.new-marker
{
	display: inline-block;
	width: 32px;
	height: 13px;
	background: url('http://cyclingtips.com.au/content/themes/cyclingtips-2014-05/images/new_marker.png');
	margin-left: 3px;
}

/* /--- New marker --- */


.primary-button
{
	display: inline-block;
	text-align: center;
	background-color: #ff3d48;
	padding: 9px 15px;
	color: #fff !important;
	font-family: Brown !important;
	font-weight: normal !important;
	font-size: 14px;
	line-height: 1.0em;
	text-transform: uppercase;
	margin-right: 15px;
	height: 14px;
}

.primary-button:hover
{
	background-color: #aaa;
	color: #fff !important;
}

.secondary-button
{
	display: inline-block;
	text-align: center;
	background-color: #aaa;
	padding: 5px 15px;
	color: #fff !important;
	font-family: Brown !important;
	font-weight: normal !important;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 40px;
}

.secondary-button:hover
{
	background-color: #ff3d48;
	color: #fff !important;
}

.small-button
{
	font-size: 10px;
	padding: 3px 5px;
}

label, input[type=text], input[type=email], input[type=number], textarea
{
	font-family: 'Karla', sans-serif !important;
	font-size: 14px !important;
}


/* block quote styling - use short code "ctblockquote" */
.bq-start
{
	float: left;
	width: 50px;
	height: 25px;
	margin-top: 10px;
	padding-top: 25px;
	font-family: 'Karla', sans-serif;
	font-size: 800%;
	color: #ff4650;
}

.bq-content
{
	float: none;
	margin-left: 50px;
	color: #111;
	padding-bottom: 7px;
	border-bottom: 1px solid #ff4650;
}

.bq-content.no-underline
{
	border-bottom: none;
}

/* ct highlight styling */
.ct-highlight-box {
	display: block;
	vertical-align: top;
	margin: 0 0 1em;
	background-color: #e2e2e2;
	padding: 10px 15px;
}

/* contributor styling */
.contributor {margin-top:10px;margin-bottom:10px;width:100%;}
.contributor_photo {float:left; width:260px; height:140px;margin-top:10px; margin-right:10px;}
.contributor_details {float:left;width:524px;height:100%;margin-top:10px;}
.contributor_name {float:left;}
.contributor_info {clear:both;float:left;}


/* more news cateogry page */
.mn-more-news-section
{
	display: block;
	margin-bottom: 40px;
}

.mn-more-news-section-heading
{
	font-family: Brown;
	font-size: 16px;
	text-transform: uppercase;
}

.mn-more-news-link
{
	display: block;
	margin-top: 10px;
}

.mn-more-news-link a
{
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #686464;
}

.mn-more-news-link a:hover
{
	color: #ff4650;
}


/* pagination */
.navigation
{
	display: block;
	margin-top: 70px;
	margin-bottom: 70px;
}



/* mailchimp form formatting */
#mce-error-response
{
	/* all are marked as important to override any stylesheets embedded in posts - eg. Rococorba */
	font-family: 'Karla', sans-serif !important;
	font-weight: bold !important;
	font-size: 9px !important;
	background-color: #2a2f2d !important;
	color: #ff4650 !important;
	width: 290px !important;
	text-align: left !important;
	padding-bottom: 5px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

#mce-success-response
{
	/* all are marked as important to override any stylesheets embedded in posts - eg. Rococorba */
	font-family: 'Karla', sans-serif !important;
	font-weight: bold !important;
	font-size: 9px !important;
	color: #fff !important;
	background-color: #2a2f2d !important;
	width: 290px !important;
	text-align: left !important;
	padding-bottom: 5px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}


/* 404 page styling */
.entry-title {
	text-transform: uppercase;
	font-family: Brown;
	font-size: 40px;
	color: #2a2f2d;
}

.widgettitle
{
	text-transform: uppercase;
	font-family: Brown;
	font-size: 16px;
	color: #2a2f2d;
}

.widget_recent_entries ul
{
	list-style-type: none;
}

.widget_recent_entries ul li
{
	margin-bottom: 5px;
}

.widget_recent_entries a
{
	font-family: 'Merriweather', serif;
	font-weight: normal;
	color: #2a2f2d;
}

.widget_recent_entries a:hover
{
	color: #ff4650;
}

.tagcloud a
{
	color: #2a2f2d;
}

.tagcloud a:hover
{
	color: #ff4650;
}

.four-o-four-page-gutter
{
	height: 64px;
}

.ct-admin-error-message
{
	padding: 5px 10px;
	background: red;
	color: white;
}

.ct-admin-success-message
{
	padding: 5px 10px;
	background: green;
	color: white;
}

.ct-admin-warning-message
{
	padding: 5px 10px;
	background: orange;
	color: white;
}

#modal-form-background
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	z-index: 99;
}

#modal-login-form-container, .in-page-login-form
{
	width: 500px;
	background: #222727;
}

.in-page-login-form
{
	margin: 60px auto 200px auto;
	height: 330px;
}

body.marketplace .in-page-login-form
{
	margin-top: 0;
	position: relative;
	left: -80px;
}

#modal-login-form-container
{
	z-index: 100;
	display: none;
	margin: 100px auto 0 auto;
	height: 615px;
}

.login-form-logo
{
	width: 100px;
	height: 75px;
	position: relative;
	top: 90px;
	left: 200px;
}

.in-page-login-form .login-form-logo
{
	display: none;
}

#frmLogIn
{
	position: relative;
	top: 180px;
	left: 0px;
}

.in-page-login-form #frmLogIn
{
	top: 20px;
}

#frmLogIn .aFacebookLoginButton
{
	display: block;
	width: 328px;
	height: 35px;
	margin: 0 auto;
}

#frmLogIn #tbUsernameOrEmail
{
	display: block;
	width: 328px;
	height: 35px;
	margin: 20px auto 0 auto;
	border: none;
	text-indent: 20px;
	font-family: Merriweather !important;
	font-size: 13px;
}

#frmLogIn #tbPassword
{
	display: block;
	width: 328px;
	height: 35px;
	margin: 20px auto 0 auto;
	border: none;
	text-indent: 20px;
	font-family: Merriweather !important;
	font-size: 13px;
}

#frmLogIn #sbmSubmit
{
	display: block;
	width: 328px;
	height: 35px;
	margin: 20px auto 20px auto;
	border: none;
	background: url('../images/login-login-button.png');
}

#frmLogIn .login-form-link
{
	font-family: Brown;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #c7c8ca;
	text-align: center;
	margin-bottom: 20px;
}

#frmLogIn .login-form-link a
{
	color: #c7c8ca;
	font-weight: bold;
}


#modal-search-form-container
{
	display: none;
	z-index: 100;
	width: 800px;
	height: 80px;
	margin: 300px auto 0 auto;
}

#modal-search-form-container input.gsc-input
{
	background: none;
	border: none;
	border-bottom: 0px solid #222727;
	color: #222727;
	font-family: Merriweather !important;
	font-size: 20px !important;
	height: 30px;
}

#modal-search-form-container input.gsc-search-button
{
	display: inline-block;
	text-align: center;
	background-color: #ff3d48;
	padding: 9px 15px;
	color: #fff !important;
	font-family: Brown !important;
	font-weight: normal !important;
	font-size: 14px;
	line-height: 1.0em;
	text-transform: uppercase;
	margin-right: 15px;
	border: none;
	height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.search-popup-form-heading
{
	font-family: Karla;
	font-weight: bold;
	font-size: 16px;
	color: #626666;
}




/* TDF top bar */
#tdf-top-bar
{
	height: 32px;
	margin: 0 auto;
	background-color: #000;
	position: fixed;
	width: 100%;
	z-index: 999;
}

#tdf-top-bar .top-bar-container
{
	width: 1024px;
	margin: 0 auto;
}

#tdf-top-bar .top-bar-title, #tdf-top-bar .top-bar-link
{
	display: inline-block;
	color: #ffcb05;
	font-family: Brown;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 15px;
}


#tdf-top-bar .top-bar-title
{
	font-weight: normal;
}

#tdf-top-bar .top-bar-link
{
	font-weight: bold;
}

#tdf-top-bar .top-bar-link:hover
{
	text-decoration: underline;
}

.tdf-top-bar-spacer
{
	display: block;
	width: 100%;
	height: 32px;
}



/*
Added by Phil Smart on 28 Oct 2014
*/
.ctips-ad-billboard{
    margin-bottom : 1em;
}

/* AddThis Smart Layers plugin customisations */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#at4m-mobile-container{ display:none !important; }
.at4-share-btn .at-svc-yorumcuyum{ display : none !important; }
@media screen and (max-width: 1144px) {
    .at4-share-outer{display:none !important;}
}

/*Temp hide the facebook login button until fixed*/
.in-page-login-form .aFacebookLoginButton,
#modal-form-background .aFacebookLoginButton{ display:none !important; }