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

@font-face {
    font-family: 'bebas';
    src: url('/fonts/bebas-webfont.eot');
    src: url('/fonts/bebas-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bebas-webfont.woff') format('woff'),
         url('/fonts/bebas-webfont.ttf') format('truetype'),
         url('/fonts/bebas-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebas_n';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

H3{
	font-weight: bolder;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Arial Black", Gadget, sans-serif;
}

body{
	margin: 0px;
}

.sampleLink:link{
	text-decoration: none;
	color: #000;
}
.sampleLink:active{
	text-decoration: none;
	color: #000;
}
.sampleLink:visited{
	text-decoration: none;
	color: #000;
}
.sampleLink:hover{
	text-decoration: underline;
	color: #999;
}
.sampleLink:visited:hover{
	text-decoration: underline;
	color: #999;
}

.bodyFrame{
	width: 100%;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
}

.bodyContent{
	text-align: justify;
	float: right;
	width: 100%;
	font-size: 14px;
	line-height: 20px;

}
.headerFrame{
	width: 100%;
	min-width: 940px;
	height: 110px;
	z-index: 22;
	position: fixed;
	background-color: #000000;
    border-bottom: 1px solid #000000;
	/*box-shadow: 2px 2px 5px #000;*/
}

.headerMain{
	width: 900px;
	height: 110px;
}

.mainTitle{
	float: left;
	padding: 27px 0px 27px 0px;
	font-size: 27px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

.mainMenu{
	float: right;
	padding: 38px 0px 38px 0px;
	text-align: right;	
	color: #fff;
	width: auto;
	z-index: 100;
}

.loginForm{
	margin: 0px;
	background-color: #333;
	padding-top: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

.loginForm input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 0px;
	padding: 5px;
}

.loginForm input[type=submit]{
	border: 1px #ccc solid;
	margin-left: 5px;
}

.loginForm input[type=submit]:hover{
	border: 1px #ccc solid;
	margin-left: 5px;
	background-color: #eeeeee;
	cursor: pointer;
}

.contactForm{
	 -webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
}

.mainMenuLink:link{
	color: #fff;
	text-transform:uppercase;
	font-size: 14px;
	margin: 0px 5px 0px 5px;
	text-decoration: none;	
}

.mainMenuLink:hover{
	color: #ccc;
	text-transform:uppercase;
	font-size: 14px;
	margin: 0px 5px 0px 5px;
	text-decoration: none;	
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;	
}


.mainMenuLink:visited:hover{
	color: #ccc;
	text-transform:uppercase;
	font-size: 14px;
	margin: 0px 5px 0px 5px;
	text-decoration: none;	
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;	
}

.mainMenuLink:visited{
	color: #fff;
	text-transform:uppercase;
	font-size: 14px;
	margin: 0px 5px 0px 5px;
	text-decoration: none;		
}

.mainMenuLink:active{
	color: #fff;
	text-transform:uppercase;
	font-size: 14px;
	margin: 0px 5px 0px 5px;
	text-decoration: none;		
}


.mainBannerTint{
	width: 100%;
	height: 250px;
	background-image: url(../images/bannerTint.png);
}
.mainHeaderSocial{
	float: right;
	height: auto;
	width: auto;
	padding-top: 15px;
	position: relative;
	z-index: 21;
}

.mainBanner{
	width: 100%;
	height: 250px;
	background-image: url('../images/mainBanner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 75% 25%;
	position: relative;
	z-index: 19;
	padding-top: 100px;
    	border-bottom: 1px solid #000000;
	/*top: -100px;*/
}

.bannerContainer{
	width: 900px;
	height: auto;	
}

.bannerShadow{
	width: 100%;
	position: relative; 	
}

.bannerTitle{
	float:left;
	width: 500px;
	margin-top: 50px;
	margin-right: 300px;
	text-align: left;
	font-size: 30px;
	font-family: bebas;
    word-spacing: 9px;
	font-weight: bolder;
	color: #fff;
	/*text-shadow: 2px 2px 4px #444;*/
	text-transform: uppercase;
}

.bannerTitle:first-letter{
	font-size: 125%;
}

.bannerCopy{
	float: left;
	width: 360px;
	font-size: 14px;
	color: #fff;
	text-align: justify;
	text-transform: capitalize;
	font-family: arial;
	line-height: 20px;
}

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

.mainBodyContainer{
	width: 900px;
	height: auto;
	border: 1px transparent solid;
}
.blockCage{
	float: inherit;
    height: auto;
    overflow: hidden;
}

.bodyBlocks{
	float: left;
	width: 275px;
	margin: 50px 12px 25px 12px;
	text-align: justify;
	color: #000;
	font-size: 14px;
	height: 170px;
	line-height: 15px;
}

.blockTitleTop{
	border: 0px #000000 solid;
	width: 275px;
}

.blockWindow1{
	width: 275px;
	height: 80px;
	background-size: 275px;
	background-repeat: no-repeat;
	background-position: 75% 25%;
	margin-bottom: 5px;
    background-image: url(../images/block1.jpg);
}

.blockWindow2{
	width: 275px;
	height: 80px;
	background-size: 275px;
	background-repeat: no-repeat;
	background-position: 75% 25%;
	margin-bottom: 5px;
    background-image: url(../images/block2.jpg);
}

.blockWindow3{
	width: 275px;
	height: 80px;
	background-size: 275px;
	background-repeat: no-repeat;
	background-position: 75% 25%;
	margin-bottom: 5px;
    background-image: url(../images/block3.jpg);
}



.blockTitle{
	font-size: 20px;
	color: #000000;
	text-transform: uppercase;
	margin-left: 5px;
	font-weight: bolder;
	position: relative;
	top: -3px;
	font-family: bebas;
    word-spacing: 5px;
	/*text-shadow: 1px 1px 1px #000;*/
}

.blockText{
	width: 265px;
	margin-top: 5px;
	padding: 5px;
	line-height: 18px;	
	font-size: 14px;
	padding: 0px 3px 0px 0px;
	font-family: arial;
}

.mainFooter{
	width: 100%;
	height: 100px;
	background-color: #000;
}

.mainFooterContainer{
	width: 900px;
	height: 98px;
}

.mainFooterMenu{
	float: left;
	height: auto;
	width: 700px;	
	padding-top: 15px;
    text-align: left;
}

.mainFooterSocial{
	float: right;
	height: auto;
	width: auto;
	padding-top: 15px;
}



.poweredBy{
		width: 900px;
		font-size: 10px;
		color: #dcdcdc;
		text-transform: uppercase;
		text-align: center;
		float: left;
		margin-top: 25px;
}

.smallFont{
	font-size: 10px;
}

.pageBody{
	width: 900px;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}

.pageLeft{
	width: 295px;
	float: left;
	height: auto;
	border-right: 1px dashed #dedede;
}

.pageLeft h1{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-transform: uppercase;
}

.pageLeft h1:first-letter{
	font-size: 125%;
}

.pageRight{
	max-width: 480px;
	float: left;
	height: auto;
	margin-left: 25px;
}

.mainBlog{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	border-top: 1px dashed #dedede;
	border-bottom: 1px dashed #dedede;
	padding-bottom: 5px;
}

.mainBlogContainer{
	width: 900px;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
	text-align: left;
	line-height: 20px;
	padding: 5px;
}

.mainCities{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.mainCitiesContainer{
	width: 900px;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
	line-height: 20px;
	font-size: 14px;
	padding: 5px;
}

.mainCitiesLink:link{
	text-decoration: none;
	color: #ccc;
}
.mainCitiesLink:active{
	text-decoration: none;
	color: #ccc;
}

.mainCitiesLink:visited{
	text-decoration: none;
	color: #ccc;
}

.keyword1{
	width: 900px;
	padding: 10px;
	text-align: left;
	line-height: 20px;
	margin-top: 22px;
}

.leftMenuLink:link{
	text-decoration: none;
	color: #000;
	font-size: 17px;
}

.leftMenuLink:visited{
	text-decoration: none;
	color: #000;
	font-size: 17px;
}

.leftMenuLink:hover{
	text-decoration: none;
	color: #666;
	font-size: 17px;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
}

.leftMenuLink:visited:hover{
	text-decoration: none;
	color: #666;
	font-size: 17px;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
}

.contact{
	float: left;
	padding: 3px;
    -webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
}

.formLabel{
	margin-right: 200px;
	float: left;
	padding: 3px;
}

.SubmitButton{
	width: 220px;
	margin-top: 25px;
	padding: 25px;
	background-color: #000000;
	border: none;
	color: #fff;
	font-size: 17px;
	cursor: pointer;
	float: left;
    	 -webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
    
}

.SubmitButton:hover{
	background-color: #dedede;
	color: #000000;
	-webkit-transition: background-color .2s ease-in;
	-moz-transition: background-color .2s ease-in;
	-o-transition: background-color .2s ease-in;
	transition: background-color .2s ease-in;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
}

.pageWindow1{
	width: 275px;
	height: 218px;
	background-image: url(../ferrari458.co/images/block1.jpg);
	background-size: 225px;
}

.pageWindow2{
	width: 275px;
	height: 218px;
	background-image: url(../ferrari458.co/images/block2.jpg);
}

.pageWindow3{
	width: 275px;
	height: 218px;
	background-image: url(../ferrari458.co/images/block3.jpg);
}

.editForm{
	background-color: #fff;
	margin: 0px;
	width: 500px;
}

.blogTitle:link{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.blogTitle:visited{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.blogTitle:hover{
	color: #666;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.blogTitle:visited:hover{
	color: #666;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.socialLinks{
	float: right;
	width: 500px;
	text-align: right;	
	position: relative;
	top: -20px;
	left: -5px;
}

.socialHover{
	color: #ffffff;
	font-size: 18px;
	margin: 0px 5px 0px 5px;
	text-shadow: 1px 1px 1px #000;
}
.socialHover:hover{
	color: #cccccc;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;	
	cursor: pointer;
}

.blogTitle{
	color: #000;
    text-decoration: none;	
}

.blogTitle:link{
	color: #000;
    text-decoration: none;	
}
.blogTitle:hover{
	color: #666;
    text-decoration: none;	
}

.blogTitle:active{
	color: #000;
    text-decoration: none;	
}

.blogTitle:visited{
	color: #000;
    text-decoration: none;	
}

.blogTitle:visited:hover{
	color: #000;
    text-decoration: none;	
}

/*#######################################################################################################
#########################################################################################################
########################################################################################################*/

#stickey_footerLG { /* This will make your footer stay where it is */
 background: none repeat scroll 0 0 #1D1D1D;
 border: 1px solid rgba(0, 0, 0, 0.3);
 bottom: 0;
 font-family: Arial, Helvetica, sans-serif;
 height: 40px;
 left: 50%;
 margin: 0 auto 0 -490px;
 padding: 0 10px;
 position: fixed;
 text-shadow: 1px 1px 1px #000000;
 width: 960px;
 display: none;
}


/* border curves */
#stickey_footerLG {
 -moz-border-radius: 10px 10px 0px 0px;
 -webkit-border-radius: 10px 10px 0px 0px;
 border-radius: 10px 10px 0px 0px;
}
  
/* hover effect */
#stickey_footerLG:hover {
 background: none repeat scroll 0 0 #2b2a2a;
}
  
/* shadow for the footer*/
#stickey_footerLG {
 -moz-box-shadow:0px 0px 11px #191919;
 -webkit-box-shadow:0px 0px 11px #191919;
 box-shadow:0px 0px 11px #191919;
}
  
#footer_menuLG {
 margin: 0;
 padding: 0;
 width:auto;
}
  
#footer_menuLG li {
 list-style: none;
 float: left;
 font-size:12px;
 padding: 12px 14px 14px 14px;
 border-right:1px solid rgba(0, 0, 0, 0.4);
 background: rgba(0, 0, 0, 0.1);
}
  
#footer_menuLG .imgmenu {
 padding:5px 8px 3px 14px;
 float:left;
 background:url("images/home.png") 13px 5px no-repeat;
 width:36px;
 height:30px;
 border:none;
 border-right:1px solid rgba(0, 0, 0, 0.4);
 cursor:pointer;
}
  
#footer_menuLG li:hover {
 background:#202020; /* Fallback color for old browsers */
 background: rgba(0, 0, 0, 0.3);
}
  
#footer_menuLG .imgmenu:hover {
 background:url("images/home_hover.png") 13px 5px no-repeat;
}
  
#footer_menuLG li a {
 display: block;
 color: #cccccc;
 text-decoration: none;
}
  
#footer_menuLG li a:hover {
 color: #ffffff;
}
  
#footer_menuLG li span {
 display:none;
}
  
#stickey_footerLG #social_icons {
 float:right; /* social icons positions */
 width:auto;
 margin:5px 15px 0px;
 padding:0px;
 overflow:hidden;
}
  
#stickey_footerLG #social_icons li {
 margin-right:12px; /* 12px is the space between each one of them */
 float:left;
 width:24px;
 padding:0px;
 height:32px;
 list-style:none;
 _margin-right:0px; /*for IE6 */
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.bodyFrame{ width: 100%; max-width: 480px; }

	.bodyContent{
	text-align: justify;
	float: right;
	max-width: 360px;
	font-size: 14px;
	line-height: 20px;

}
#mobileMenu{
display: none;
}
	.mainBody{ width: 100%; }
  .mainCageLG{ padding: 7px; max-width: 480px; }
  .mainTitle{ float: left; text-align: left; border: 0px red solid;}
  .socialLinks{float: left; width: 350px; top: -80px; left: -10px;}
  .bannerContainer{ width: 100%; max-width: 480px;}
  .headerMain{max-width: 480px; float: left; margin-left: 10px;}
  .mainBodyContainer{ 100%;}
  .mainFooterContainer{ display: none; max-width: 480px; }
  .poweredBy{ max-width: 480px; }
  .pageBody{max-width: 480px;}
  .pageLeft{ display: none; }
  .pageRight{ width: 345px; max-width: 480px; float: left; text-align: justify;}
  .mainBlog{ display: none; width: 350px; max-width: 480px; float: left; }
  .mainBlogContainer{ width: 100%; max-width: 480px; }
  .mainCitiesContainer{ max-width: 480px; }
  .keyword1{ max-width: 480px; }
  .mainCage{ width: 100%; max-width: 480px; }
  .mainBannerTint{ display: none; }
  
  .mainBanner{max-height: 100px; max-width: 480px; }
  
  .bannerTitle{display: none;}
  .bannerCopy{display: none;}
  .mainMenu{ display: none;}
  .bodyBlocks{
  		display: none;
			float: left;
			width: 100%;
			margin: 15px 12px 15px 12px;
			text-align: justify;
			color: #000;
			font-size: 14px;
			height: auto;
			line-height: 15px;
}
.mainFooter{
		display: none;
}
#stickey_footerLG { display: block; padding: 0 10px ;position: fixed; width: 100%; margin: 0 0 0 0; left: -3%;}
.menuBoxFooterLG{display: none;}
}
 
