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

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}
/* End normalizing stuff */


body {
	font-family: 'Fira Sans', sans-serif;
	font-size:18px;
	color:#828284;
	margin:0 0 0 0;
	position:relative;
    background:#212122;
}
p { 
	line-height: 1.6em;
}
a {
	color:#ee043d;
}
a:visited {
	color:#ee043d;
}
a:active {
	color:#ee043d;
}
a:hover {
	color:#ddd;
}

h1 {
	font-size:2em;
	font-weight:bold;
    font-family: 'Oswald', sans-serif;
    color:#fff;
    border-bottom:10px solid #a4032a;
    text-align: center;
    padding:10px 0;
}
h1 i {
    color:#a4032a;
    margin:0 5px;
}
h2 {
	font-size:3em;
	font-weight:bold;
    font-family: 'Oswald', sans-serif;
    color:#a4032a;
    text-align: center;
    text-shadow: 1px 1px 0px #fff;
}
h3 {
	font-size: 1.6em;
	font-weight:bold;
    font-family: 'Oswald', sans-serif;
    color:#fff;
}


header {
	width:100%;
	margin:0px auto;
    background:url("../images/headerBG.jpg") top no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    border-bottom:20px solid #a4032a;
}
header img {
    width:90%;
    max-width:800px;
    margin:20px 0;
}
header .headerphone a{
    position:absolute;
    top:20px;
    right:30px;
    text-align: right;
    display:inline-block;
    color:#fff;
    font-size:1.8em;
    z-index: 500;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}

nav {
	background:#1c2754;
	color:#a17d1d;
	text-align: center;
}

section {
	width:100%;
	position: relative;
}
.contain{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	position: relative;
}
.content {
	background: #fff;
	padding:4%;
}

.fullpage {
	width:96%;
	margin:0 auto 100px auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66%;
	float: left;
}
.col-threefourths {
	width: 75%;
	float: left;
}

.pad-left {
	padding-left: 2%;
}
.pad-right {
	padding-right: 2%;
}
.pad-top {
	padding-top: 2%;
}
.pad-bottom {
	padding-bottom: 2%;
}
.pad-all {
	padding: 2%;
}

.mar-left {
	margin-left: 2%;
}
.mar-right {
	margin-right: 2%;
}
.mar-top {
	margin-top: 2%;
}
.mar-bottom {
	margin-bottom: 2%;
}
.mar-all {
	margin:2%;
}
.tiltbed {
    padding-bottom:40%;
}
.ccwtilt {
    transform: rotate(-10deg);
    width:50%;
    margin:0;
    position: absolute;
    left:5%;
    z-index: 0;
}

.cwtilt {
    transform: rotate(10deg);
    width:55%;
    margin:-50px 0 0 0;
    position: absolute;
    right:5%;
    z-index: 5;
    background:#bdbdbd;
    color:#000;
	border:7px solid #000;
	box-shadow: 0px 0px 7px #000;
}
.cwtilt h2 {
    color:#000;
    font-size:2em;
}
.brands {
    text-align: center;
}
.brands img {
    max-height:100px;
    max-width:200px;
    margin:30px;
    vertical-align: middle;
}

.socials {
    text-align: center;
}
.socials img {
    width:30px;
    margin:10px;
    opacity: .7;
}
.socials img:hover {
    opacity: 1;
}
.pageimg {
	border:7px solid #bdbdbd;
	box-shadow: 0px 0px 7px #000;
}
.imgright {
	float:right;
	margin-left:10px;
}
.imgleft {
	float:left;
	margin-right:10px;
}
.list {
	margin:30px 0 10px 30px;
	padding:0px;
	font-size:1.1em;
}

.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) left top no-repeat;
	padding:1px 0px 5px 33px;
	margin: 8px 0 12px 0;
}	
hr {
	border: 0;
    height: 1px;
	margin:40px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.clear {
	clear:both;
}
.clearafter:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.ctr {
	text-align:center;
}


.c2a, .c2a:visited, .c2a:active {
	background:#a4032a;
	padding:20px 5%;
	border-radius:5px;
	color:#fff;
	text-decoration: none;
	font-size:1.4em;
    display:inline-block;
    margin:30px auto;
}
.c2a:hover {
	color:#fff;
	background:#ca0535;
}
.inlinebutton, .inlinebutton:visited, .inlinebutton:active {
	background:#1b1b1b;
	padding:10px 40px;
	text-decoration:none;
	font-size:1.2em;
	color:#fff;
	border-radius:3px;
	display:inline-block;
}
.inlinebutton:hover {
	background:#89000d;
	color:#fff;
}

address {
	font-size:1.2em;
	font-style:normal;
	margin:40px 0;
}

.formstyle fieldset {
	display:block;
	width:100%;
	max-width:500px;
	background:#ccc;
	border-radius:5px;
	border:none;
	margin:50px auto 100px auto;
	overflow: hidden;
	text-align: center;
	position:relative;
}
.formstyle legend {
	font-size:22px;
	font-weight:bold;
	color:#000;
}
.formstyle label {
	font-size:14px;
	font-weight:normal;
	margin: 0;
	width:100%;
	text-transform: uppercase;
}
.formstyle #submit {
	text-align:center;
	margin:0px -2% -3% -2%;
	padding:0px;
}
input {
	background:#777;
	color:#fff;
	width:100%;
	font-size:24px;
	padding:2%;
	border-radius:5px;
	margin:0px;
	border:none;
}
textarea {
	background:#777;
	color:#fff;
	font-size:24px;
	border-radius:5px;
	margin:0px;
	padding:2%;
	width:100%;
	height:120px;
	border:none;
}
select {
	background:#777;
	color:#fff;
	font-size:24px;
	border-radius:5px;
	margin:0px;
	padding:2%;
	cursor:pointer;
	border:none;
	border-collapse: collapse;
	width:100%;
}
input[type=radio], input[type=checkbox]{
	width:auto;
}
.unoCme {
	display:none;
	visibility: hidden;
}

.button{
	display:block;
	width:100%;
	padding:5%;
	background:#a4032a;
	color:#fff;
	text-align: center;
	border:none;
	border-collapse: collapse;
	font-size:24px;
	cursor: pointer;
	margin:20px 0 20px 0px;
    transition: all .25s ease-in;
}
.button:hover{
	background:#000;
	background-image: linear-gradient(to left,
                                      transparent,
                                      transparent 50%,
                                      #89000d 50%,
                                      #89000d);
    background-position: 100% 0;
    background-size: 200% 100%;
}

.google-maps {
	position: relative;
	padding-bottom: 50%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}


footer {
	font-size:1em;
	width:100%;
	margin:0 auto;
	padding:1%;
    border-top:20px solid #a4032a;
}
footer a, footer a:visited, footer a:active {
}
footer a:hover {
}
#credit {
	width:300px;
	float:right;
	text-align:right;
}

/* slider styles */
#slider-container {
	width: 100%;
	height: auto;
	padding: 0px;
	margin:0px;
	position: relative;
	overflow: hidden;
}
#slider {
	position: relative;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	width: 100%;
	height: auto;
}
#slider a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	left: 10px;
	top: 345px;
}
.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}
.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 5px;
}
a.nivo-prevNav {
	left: 5px;
}
.nivo-caption {
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #082334;
}
.nivo-caption a {
	color: #ffb02a;
	text-decoration: underline;
}
/* end slider styles */


@media (max-width: 940px) {
    .tiltbed {
        padding-bottom:0;
    }
    .ccwtilt {
        transform: rotate(-5deg);
        width:50%;
        margin:0;
        position: relative;
        left:auto;
        float:left;
        z-index: 0;
    }

    .cwtilt {
        transform: none;
        width:50%;
        margin:-50px 0 0 0;
        position: relative;
        left:auto;
        float:left;
        z-index: 5;
        background:#bdbdbd;
        color:#000;
        border:7px solid #000;
        box-shadow: 0px 0px 7px #000;
    }

}
@media (max-width: 719px) {
	.col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	.col-threefourths {
		width: 100%;
		float: none;
	}
	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
    header img {
        width:90%;
        max-width:800px;
        margin:40px 0 0 0;
    }
    .ccwtilt {
        transform: none;
        width:100%;
        margin:0;
        position: relative;
        left:auto;
        float:none;
        z-index: 0;
    }

    .cwtilt {
        transform: none;
        width:100%;
        margin:0px;
        position: relative;
        left:0px;
        float:none;
        z-index: 0;
        background:#bdbdbd;
        color:#000;
        border:7px solid #000;
        box-shadow: 0px 0px 7px #000;
    }
    h1 {
        font-size:1.4em;
        font-weight:bold;
        font-family: 'Oswald', sans-serif;
        color:#fff;
        border-bottom:10px solid #a4032a;
        text-align: center;
        padding:10px 0;
    }
    h2 {
        font-size:2em;
    }
    h3 {
        font-size: 1.2em;
    }


    header {
        border-bottom:10px solid #a4032a;
    }
    header img {
        width:98%;
        margin:30px 0 20px 0;
    }
    header .headerphone a{
        top:3px;
        right:10px;
        font-size:1.2em;
        font-family: 'Oswald', sans-serif;
    }
    
    .brands img {
        max-height:100px;
        max-width:30%;
        margin:30px 8%;
        vertical-align: middle;
    }

}
