body {
	max-width: 960px;
	margin: 0 auto !important;
	  background: url(../img/background-sccs.png) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

a, .navbar-inverse .navbar-nav>li:hover, .navbar-inverse .navbar-nav>li:focus, .navbar-toggle, .navbar-toggle:hover, .navbar-toggle:focus {
   -webkit-transition-property: all;
       -moz-transition-property: all;
         -o-transition-property: all;
            transition-property: all;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
}
		       
#logo {
	width:100%;
	height:auto;
	padding: 0 !important;
}

.pMargin {
	margin: 0 0 2em 0;
}

.AlignRight {
	display: block;
	position: relative;
	text-align: right;
}

.hrBlue {
	border-color: #C1D9E6 !important;
	border-width: 1px !important;
	margin: 0px;
	padding: 0px;
}



/* Navigation */


#navbarx {
	margin: 0 !important;
	padding: 14px 0 !important;
}

.navbar-brand {
	margin: -4px 0 0 0
}

#car-emblem {
	max-width:90px;
}

.navbar-inverse {
	display: block;
	background-color: rgba(202, 210, 213, .7);
	border-width: 0;
	border-color: rgba(202, 210, 213, 7);
	border-radius: 2px 2px 12px 12px;
	box-shadow: 0px 0px 3px #585858;
	padding: 0px !important;
	margin: 0px !important;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	text-shadow: 0px 0px 20px #454545;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: rgba(181, 16, 0, 1);
	text-shadow: none;
}

.navbar-nav {
	margin: 6px 0 !important;
}

.navbar-toggle {
	background:rgba(94, 105, 114, 1) !important;
}

.navbar-toggle:hover {
	background:rgba(94, 105, 114, .3) !important;
}

.activeX {
	background-color: rgba(181, 16, 0, 1);
	border-radius: 0px 12px 0px 12px;
	box-shadow: 0px 0px 6px #585858;
	text-shadow: none !important;
}

a.activeX:hover, a.activeX:focus {
	color: #fff !important;
	background-color: rgba(102, 104, 100, .5) !important;
	border-radius: 	12px 0px 12px 0px !important;
}

.boxletHome {
	display: block;
	position: relative;
	border: 10px solid transparent;
	border-radius: 0px 16px 0px 16px;
	box-shadow: 0px 0px 5px #585858;	
	background: rgba(94, 105, 114, .3);
	z-index: 3;	
}

.boxlet {
	display: block;
	position: relative;
	border: 10px solid transparent;
	border-radius: 0px 16px 0px 16px;
	box-shadow: 0px 0px 5px #585858;	
	background: rgba(94, 105, 114, .3);
	z-index: 3;	
}

.boxletContent, .boxletContentContact {
	display: block;
	position: relative;
	color: white;
	font-weight: 400;
	margin: 0;
	padding: 1em;
	border-radius: 0px 12px 0px 12px;
	background: rgba(94, 105, 114, 1);
	box-shadow: 0px 0px 5px #585858;	
	z-index: 4;	
}

.boxletContent a, .boxletContentContact a {
	font-weight: 700;
	font-style: oblique;
	font-size: small;
	text-shadow: 1px 1px 1px #454545;
	text-decoration: underline;
	color: #C1D9E6;
}

.boxletContent a:active, .boxletContent a:hover, .boxletContentContact a:active, .boxletContentContact a:hover {
	color: white !important;
}

h4 {
	font-weight: 900;
	font-style: oblique;
	font-size: large;
	text-shadow: 3px 3px 3px #454545;
	color: #C1D9E6;
}




/* Image transition */

#imgBox {
	display: block;
	position: relative;
	margin: 30px auto 0 auto;
	padding: 10px 10px;
	width: 100%;
	max-width: 90%;
	height: auto;
	border-radius: 0px 16px 0px 16px;
	box-shadow: 0px 0px 5px #585858;
	background: rgba(94, 105, 114, .3);
	overflow: hidden;
	z-index: 1;
	text-align: center;
}




/* Home page - cf4a */

#cf4a {
	z-index: 1;
}

#cf4a img {
	display: block;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px;
    max-width:100%;
	border-radius: 0px 16px 0px 16px;
	box-shadow: 0px 0px 5px #585858;
	z-index: 2;
		  
  -webkit-animation-name: cf4aFadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 24s;

  -moz-animation-name: cf4aFadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 24s;

  -o-animation-name: cf4aFadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 24s;

  animation-name: cf4aFadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 24s;
}

#cf4a img:nth-of-type(1) {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  animation-delay: 18s;
}

#cf4a img:nth-of-type(2) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

#cf4a img:nth-of-type(3) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}

#cf4a img:nth-of-type(4) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes cf4aFadeInOut {
	 0% {
	   opacity:1;
	 }
	 17% {
	   opacity:1;
	 }
	 25% {
	   opacity:0;
	 }
	 92% {
	   opacity:0;
	 }
	 100% {
	   opacity:1;
	 }
	}
	
	@-moz-keyframes cf4aFadeInOut {
	 0% {
	   opacity:1;
	 }
	 17% {
	   opacity:1;
	 }
	 25% {
	   opacity:0;
	 }
	 92% {
	   opacity:0;
	 }
	 100% {
	   opacity:1;
	 }
	}
	
	@-o-keyframes cf4aFadeInOut {
	 0% {
	   opacity:1;
	 }
	 17% {
	   opacity:1;
	 }
	 25% {
	   opacity:0;
	 }
	 92% {
	   opacity:0;
	 }
	 100% {
	   opacity:1;
	 }
	}
	
	@keyframes cf4aFadeInOut {
	 0% {
	   opacity:1;
	 }
	 17% {
	   opacity:1;
	 }
	 25% {
	   opacity:0;
	 }
	 92% {
	   opacity:0;
	 }
	 100% {
	   opacity:1;
	 }
}

.imgOverlap {
	display: block;
	position: relative;
	padding: 0px;
	margin: -67% 0 0 0 !important;
	z-index: 2;
}





/* Contact page */


#contactWindow img {
	display: block;
	position: relative;
	margin: 0px auto;
	padding: 0px;
    max-width:100%;
    z-index: 1;	
	border-radius: 0px 16px 0px 16px;
	box-shadow: 0px 0px 5px #585858;
}



/* Footer */


#footer {
	margin-top: 30px;
	text-align: center;
	font-size: x-small;
}

#footer a {
	font-weight: 900;
	font-style: oblique;
	text-decoration: underline;
	color: rgba(54, 54, 54, 1);
}

#footer a:active, #footer a:hover {
	color: #6d9371 !important;
}

/* Links page */

.LinkLogos {
	display: block;
	position: relative;
	max-width: 180px;
	height: auto;
	margin: 0;
	padding: 0;
	background: rgba(54, 54, 54, .2);
	border-radius: 0px 12px 0px 12px;
	border: 6px rgba(54, 54, 54, .2) solid;
	box-shadow: 0px 0px 5px #585858;	
	overflow: hidden;
}

.LinkLogos:hover, .LinkLogos:focus {
	background: rgba(54, 54, 54, 1) !important;
	border-color: rgba(54, 54, 54, 1) !important;
}

.LinkLogos img {
	width: 100%;
	height: auto;
	border-radius: 0px 9px 0px 9px !important;
}


/* Storage page */

#boxletContentStorage {
	border-radius: 0px 12px 0px 12px !important;
}

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

.carList li {
	display: block;
	position: relative;
	border-width: 0;
	border-color: rgba(202, 210, 213, 7);
	border-radius: 0 12px 0 12px;
	box-shadow: 0px 0px 3px #585858;
	background-color: rgba(202, 210, 213, .1);
    background-image: url(../img/car-emblem-list.png);
    background-repeat: no-repeat;
    background-position: left 10px bottom 6px; 
	background-size: 25px;
    padding: 10px 10px 10px 10px;
    margin: 30px 0;
}

#storage-img {
	display: block;
	position: relative;
	margin: -3px auto 30px auto;
	width: 90%;
	height: auto;	
	border-radius: 0px 0px 0px 12px !important;
	box-shadow: 0px 0px 5px #585858;
	overflow: hidden;
	z-index: 1;
}

#storage-img img {
	width: 100%;
	height: auto;
}