/* General */
body {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 16px;
}

h1,h2,h3,h4,h5 {
	font-family: 'Oswald', Arial, sans-serif;
	margin: 10px;
	font-weight: normal;
}

strong {
	font-weight: 600;
}

a {
	text-decoration: none;
	outline: none;
}

div.bbblogo {
	margin-bottom: 5px;
	margin-top: -22px;
}

.main {
	width: auto;
	max-width: 960px;
	min-width: 320px;
	margin: 0px auto;
	padding: 0% 1%;
	display: block;
}

.main:after {
	content: ' ';
	display: block;
	clear: both;
}

html.no-generatedcontent .main {
	zoom: 1;
}
/* End General */

/* Header */
#TopArea {
	background-image: url(../images/BG.png); /* darken($primary,74%),$primary,darken($primary,74%) */
	padding-top: 20px;
}

#TopZone {
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,0),#000000,#1A1A1A,rgba(8,49,83,0)); /* ,darken($primary,50%),lighten($primary,10%), */
	background-image: -moz-linear-gradient(right,rgba(0,0,0,0),#000000,#1A1A1A,rgba(8,49,83,0)); /* ,darken($primary,50%),lighten($primary,10%), */
	background-image: -o-linear-gradient(right,rgba(0,0,0,0),#000000,#1A1A1A,rgba(8,49,83,0)); /* ,darken($primary,50%),lighten($primary,10%), */
	background-image: linear-gradient(to left,rgba(0,0,0,0),#000000,#1A1A1A,rgba(8,49,83,0)); /* ,darken($primary,50%),lighten($primary,10%), */
}

html.no-cssgradients #TopArea {
	background-color: #000000; /* darken($primary,30%) */
}

#SiteLogo {
	width: 100%;
	overflow: hidden;
}

#SiteLogo .logo {
	width: 48%;
	float: left;
	text-align: center;
	padding: 40px 0px;
	display: block;
	position: relative;
	min-height: 120px;
}

#SiteLogo .logo img {
	position: relative;
}

#SiteLogo .logo:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0px;
	left: -35px;
	width: 115%;
	height: 100%;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
	background-image: -webkit-linear-gradient(left,#69747A,#90A5B1);
	background-image: -moz-linear-gradient(left,#69747A,#90A5B1);
	background-image: -o-linear-gradient(left,#69747A,#90A5B1);
	background-image: linear-gradient(to right,#69747A,#90A5B1);
}

html.no-generatedcontent #SiteLogo .logo {
	background-color: #0E0E0E; /* $secondary */
}

#SiteLogo .bg {
	float: right;
	width: 52%;
	padding: 40px 0px 0px 0px;
	text-align: right;
}

#SiteLogo .bg .tag {
	padding: 15px 3%;
	position: relative;
}

#SiteLogo .bg .tag:before {
	content: '  ';
	display: block;
	position: absolute;
	top: 0px;
	right: -20px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
	width: 95%;
	height: 100%;
	background-color: #711616; /* $red */
}

html.no-generatedcontent #SiteLogo .bg .tag {
	background-color: #000000; /* darken($primary,24%) */
}

#SiteLogo .bg .tag h3 {
	color: #ADADAD; /* lighten($primary,68%) */
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
}

#SiteLogo .bg .tag h2 {
	color: #FFDD00; /* $text2 */
	font-size: 35px;
	font-weight: normal;
	line-height: 1.2em;
	position: relative;
}

#SiteLogo .bg .tag h2 span {
	font-size: 24px;
	color: #FFFFFF;
	display: block;
	position: absolute;
	right: 210px;
}

#SiteLogo .bg .tag h2 a {
	color: #FFDD00; /* $text2 */
	text-decoration: none;
}

#SiteLogo .bg .tag span {
	color: #B39B00; /* darken($text2,30%) */
	font-size: 14px;
	font-family: 'Oswald', Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	position: relative;
}

#SmallMenu {
	padding: 1%;
	background-color: #000000; /* $primary */
	width: 4em;
	height: 4em;
	color: #FFDD00; /* $text2 */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	border-radius: 6px;
	display: none;
	float: left;
	margin: 10px 3px 0px 0px;
}

#SmallMenu:before {
	font-family: 'icomoon-ult';
	content: '\e187';
	display: block;
	font-size: 30px;
	line-height: 37px;
	-webkit-transform: scale(1.3,1);
	-moz-transform: scale(1.3,1);
	-o-transform: scale(1.3,1);
	transform: scale(1.3,1);
}

nav.top-nav {
	display: table;
	font-size: 14px;
	width: 100%;
	font-family: 'Oswald',sans-serif;
	line-height: 1.2em;
	height: 100%;
}

#NavZone {
	position: relative;
	z-index: 99;
}

nav.top-nav ul {
	display: table-row;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #000000; /* $primary */
}

nav.top-nav ul li {
	display: table-cell;
	text-align: center;
	position: relative;
	padding: 0% 1%;
	border-left: solid 1px #000000; /* darken($primary,30%) */
	border-right: solid 1px #333333; /* lighten($primary,20%) */
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	transform: skew(-15deg);
	background-color: #242424;
	background-image: url(../images/Nav-Bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

nav.top-nav ul li:first-child {
	border-left: none;
}

nav.top-nav ul li:last-child {
	border-right: none;
}

nav.top-nav ul li a {
	color: #FFDD00; /* $text2 */
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	padding: 19px 2% 15px 2%;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	transform: skew(15deg);
}

nav.top-nav ul li:hover {
	background-position: left top;
}

nav.top-nav ul li:hover a {
}

html.no-display-table nav.top-nav ul li {
	float: left;
}

@-moz-document url-prefix() {
	nav.top-nav ul li, nav.top-nav ul li a {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
}
/* End Header */

/* Flyout Menu */
nav.top-nav div.iflylist:before {
	font-family: 'icomoon-ult';
	content: '\e0eb';
	position: absolute;
	top: -15px;
	left: 30px;
	font-size: 40px;
	line-height: 40px;
}

nav.top-nav div.iflylist div.iflylist {
	padding: 6px 0px;
}

nav.top-nav div.iflylist div.iflylist:before {
	display: none;
}

nav.top-nav a div.ifly {
	background-color: #ffffff;
	border: none;
	border-top: solid 1px #ddd;
}

nav.top-nav div.ifly a {
	padding: 12px 25px;
	color: #000000; /* $primary */
	min-width: 150px;
	line-height: 1.5em;
	font-size: 13px;
}

nav.top-nav div.ifly a:hover {
	text-decoration: none;
}

nav.top-nav div.iflyOver {
	background-color: #000000; /* $primary */
}

nav.top-nav div.ifly a.iflyOver {
	color: #ffffff;
}

nav.top-nav div.iflyRight {
	background-image: none;
}

nav.top-nav div.iflyRight>a:before {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	float: right;
	margin-right: -27px;
	font-size: 20px;
}
/* End Flyout Menu */

/* Animation */
#SlideZone {
	height: 300px;
	margin-bottom: 70px;
}

#Animation {
	height: 364px;
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 25px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#Animation div.slide {
	height: 364px;
	position: absolute;
	width: 100%;
	display: none;
}

#Animation div.slide:first-child {
	display: block;
}

#Animation div.slide img {
	position: absolute;
	width: 100%;
	height: 364px;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

div.slide a.info {
	position: absolute;
	background-color: rgba(26,26,26,0.882);
	color: #FFFFFF;
	padding: 25px 3%;
	width: 40%;
	font-size: 14px;
	right: 0px;
	bottom: 40px;
	line-height: 1.4em;
}

html.no-rgba div.slide a.info {
	background-color: #000000; /* darken($primary,60%) */
	color: #4D4D4D; /* lighten($text3,30%) */
}

div.slide a.info h2 {
	font-size: 37px;
	color: #FFDD00; /* $text2 */
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.1em;
}

div.slide a.info h2 span {
	color: #FFFFFF;
}

div.slide a.info a.button {
	display: none;
}
/* End Animation */

/* CTAs */
#CTAZone {
	padding-top: 30px;
	padding-bottom: 30px;
}

.cta-list {
	width: 100%;
	overflow: hidden;
}

.cta-list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #711616; /* $red */
	background-image: -webkit-linear-gradient(right,#711616,#9A1E1E); /* $red,lighten($red,13%) */
	background-image: -moz-linear-gradient(right,#711616,#9A1E1E); /* $red,lighten($red,13%) */
	background-image: -o-linear-gradient(right,#711616,#9A1E1E); /* $red,lighten($red,13%) */
	background-image: linear-gradient(to left,#711616,#9A1E1E); /* $red,lighten($red,13%) */
}

.cta-list ul li {
	float: left;
	width: 25%;
	background-image: -webkit-linear-gradient(right,#711616,#4E0F0F); /* $red,darken($red,31%) */
	background-image: -moz-linear-gradient(right,#711616,#4E0F0F); /* $red,darken($red,31%) */
	background-image: -o-linear-gradient(right,#711616,#4E0F0F); /* $red,darken($red,31%) */
	background-image: linear-gradient(to left,#711616,#4E0F0F); /* $red,darken($red,31%) */
	height: 215px;
	padding: 10px 2%;
	position: relative;
	color: #B39B00; /* darken($text2,30%) */
	font-size: 14px;
	line-height: 1.3em;
	border-left: solid 1px #000;
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	transform: skew(-15deg);
}

.cta-list ul li:first-child {
	border-left: none;
}

.cta-list ul li a {
	color: #B39B00; /* darken($text2,30%) */
}

.cta-list ul li:first-child:before {
	content: ' ';
	left: -40px;
	top: 0px;
	width: 55px;
	height: 100px;
	background: #040404; /* darken($secondary,70%) */
	position: absolute;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	transform: skew(15deg);
	display: none;
}

.cta-list ul li:last-child:before {
	content: ' ';
	right: -40px;
	width: 55px;
	height: 100px;
	bottom: 0px;
	background: #0E0E0E; /* $secondary */
	position: absolute;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	transform: skew(15deg);
	display: none;
}

.cta-list ul.items2 li {
	width: 48%;
}

.cta-list ul.items3 li {
	width: 33.33%;
}

.cta-list ul.items4 li {
	width: 25%;
}

.cta-list ul li .info {
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	transform: skew(15deg);
	position: relative;
}

html.no-cssgradients .cta-list ul li {
	background-color: #1a1a1a;
}

.cta-list ul li icon {
	color: #FFDD00; /* $text2 */
	line-height: 28px;
	display: inline-block;
	font-size: 28px;
	margin-left: 5px;
}

.cta-list ul li h2 {
	color: #FFDD00; /* $text2 */
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.3em;
	font-weight: normal;
}

.cta-list ul li h2 icon {
	float: right;
}

.cta-list ul li h2 span {
	color: #566974; /* $Blu */
	display: block;
}

.cta-list ul li p {
	margin: 0px;
	color: #FFFFFF;
}

.cta-list ul li .button {
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image: -webkit-linear-gradient(top,#060606,#242424);
	background-image: -moz-linear-gradient(top,#060606,#242424);
	background-image: -o-linear-gradient(top,#060606,#242424);
	background-image: linear-gradient(to bottom,#060606,#242424);
	border-right: 1px solid #565656;
	font-family: 'Oswald', Arial, sans-serif;
	color: #FFDD00; /* $text2 */
	font-size: 14px;
	line-height: 1em;
	padding: 10px 0px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	background-color: #262626;
}

.cta-list ul li .button>span {
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	transform: skew(15deg);
	display: block;
}

html.no-lastchild .cta-list ul li {
	width: 25%;
}

.cta-list ul li:last-child .button {
	border-right: none;
}

.cta-list ul li .button>span:before {
	font-family: 'icomoon-ult';
	content: '\e0fd';
	font-size: 14px;
	color: #666666; /* lighten($primary,40%) */
	display: inline-block;
	margin-right: 5px;
}

.cta-list ul li:hover .button {
	color: #ffffff;
}
/* End CTAs */

/* Main */
#MainZone {
	float: left;
	width: 65%;
}

.text {
	font-size: 16px;
	line-height: 1.5em;
	color: #000000; /* $text3 */
}

.text h1 {
	font-size: 34px;
	text-transform: uppercase;
	color: #566974; /* $Blu */
	line-height: 1.6em;
	font-weight: bold;
}

.text h2,.text h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #711616; /* $red */
	font-weight: bold;
}

.text h4 {
	font-size: 17px;
	text-transform: none;
	color: #000000; /* darken($primary,30%) */
}

.text strong {
	color: #666666; /* lighten($primary,40%) */
}

.text a {
	color: #666666; /* lighten($primary,40%) */
}

.text a:hover {
	text-decoration: underline;
	color: #0E0E0E; /* $secondary */
}

#ContactMap {
	margin: 0px auto;
}

#CarImages div p {
	width: 25%;
	padding: 0 1%;
	display: table-cell;
	vertical-align: top;
}

#CarImages div p img {
	width: 100%;
	height: auto;
	text-align: center;
}

#CarImages div {
	margin: 0 auto;
	text-align: center;
	padding: 0 1%;
}

.homepageImages {
	float: right;
	width: 27%;
	margin-left: 4px;
	padding-top: 5px;
}

.homepageImages img {
	width: 100%;
	display: block;
	margin: 0 4px 4px 0px;
}
/* End Main */

/* Side */
#SideZone {
	float: right;
	width: 30%;
}

.contact-form {
	background-image: -webkit-linear-gradient(right,#000000,#000000); /* $primary,darken($primary,20%) */
	background-image: -moz-linear-gradient(right,#000000,#000000); /* $primary,darken($primary,20%) */
	background-image: -o-linear-gradient(right,#000000,#000000); /* $primary,darken($primary,20%) */
	background-image: linear-gradient(to left,#000000,#000000); /* $primary,darken($primary,20%) */
	padding: 20px 8%;
	background-color: #000000; /* $primary */
}

.contact-form h2 {
	color: #ADADAD; /* lighten($primary,68%) */
	text-transform: uppercase;
	font-size: 26px;
}

.contact-form h2 span {
	color: #FFDD00; /* $text2 */
}

.contact-form input {
	margin: 0px 0px 5px 0px;
	padding: 3% 5%;
	border: none;
	background-color: #FFDD00; /* $text2 */
	color: #000000; /* $text3 */
	font-size: 12px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	border-radius: 6px;
	width: 100%;
	line-height: 1em;
}

html.no-boxsizing .contact-form input {
	width: 278px;
}

.contact-form textarea {
	margin: 0px 0px 4px 0px;
	padding: 3% 5%;
	border: none;
	background-color: #FFDD00; /* $text2 */
	color: #000000; /* $text3 */
	font-size: 12px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	border-radius: 6px;
	width: 100%;
	line-height: 1em;
	height: 70px;
}

html.no-boxsizing .contact-form textarea {
	width: 278px;
}

.contact-form a.button {
	padding: 0px;
	text-align: center;
	display: block;
	background-image: -webkit-linear-gradient(top,#FFFFFF,#7E7E7E);
	background-image: -moz-linear-gradient(top,#FFFFFF,#7E7E7E);
	background-image: -o-linear-gradient(top,#FFFFFF,#7E7E7E);
	background-image: linear-gradient(to bottom,#FFFFFF,#7E7E7E);
	border-radius: 5px;
	color: #000000; /* darken($primary,30%) */
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 14px;
	text-shadow: 1px 1px rgba(255,255,255,.75);
	line-height: 45px;
	height: 41px;
	float: none;
	background-color: #CFCFCF; /* lighten($secondary,80%) */
}

.contact-form a.button:hover {
	background-image: -webkit-linear-gradient(bottom,#FFFFFF,#7E7E7E);
	background-image: -moz-linear-gradient(bottom,#FFFFFF,#7E7E7E);
	background-image: -o-linear-gradient(bottom,#FFFFFF,#7E7E7E);
	background-image: linear-gradient(to top,#FFFFFF,#7E7E7E);
}

.caseeval input {
	width: 300px;
	padding: 6px 10px;
	margin: 5px 0px;
	background-color: #eee;
	border: solid 1px #ddd;
	color: #565656;
}

.caseeval textarea {
	width: 300px;
	padding: 10px 10px;
	height: 80px;
	margin: 4px 0px;
	resize: none;
	overflow: auto;
	background-color: #eee;
	color: #565656;
	border: solid 1px #ddd;
}

.side {
	margin: 20px 0px;
}

.side h2 {
	font-size: 26px;
	text-transform: uppercase;
	color: #000000; /* darken($primary,30%) */
}

.side h2 a {
	color: #566974; /* $Blu */
}

.side h2 span {
	color: #566974; /* $Blu */
}

.side-nav {
}

.side-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.side-nav ul li {
	margin: 2px 0px;
	padding: 0px;
	border-bottom: dotted 1px #000000; /* $text3 */
}

.side-nav ul li a {
	display: block;
	padding: 5px 20px 5px 0px;
	color: #000000; /* $text3 */
}

.side-nav ul li a:before {
	font-family: 'icomoon-ult';
	content: '\e0fd';
	float: left;
	padding: 0px 10px 10px 0px;
	color: #000000; /* darken($primary,30%) */
	font-size: 11px;
}

.side-nav ul li a span {
	display: block;
	font-style: italic;
	margin-left: 20px;
	color: #000000; /* $primary */
}

.side-nav ul li:hover a:before, .side-nav ul li.selected a:before {
	padding: 0px 5px 10px 5px;
	color: #FFDD00; /* $text2 */
}

.item.blog h2 {
	margin: 12px 0;
}

.item.blog .content {
	margin-bottom: 12px;
}

.comments {
	line-height: 34px;
	margin-right: 8px;
}

.sidemenu h3 {
	padding: 5px;
	background-color: #000000; /* $primary */
	color: #FFDD00; /* $text2 */
	font-weight: normal;
}

#ValueStatements ul li {
	display: block;
	padding: 5px 20px 5px 0px;
	color: #585b5e;
}

#ValueStatements ul li:before {
	font-family: 'icomoon-ult';
	content: '\e0fd';
	float: left;
	padding: 0px 10px 10px 0px;
	color: #000000; /* darken($primary,30%) */
	font-size: 11px;
}
/* End Side */

/* Footer */
#Footer {
	background-color: #000000; /* darken($primary,60%) */
}

#FooterZone {
	padding: 30px 0px 20px 2%;
}

#FooterZone h2 {
	color: #FFDD00; /* $text2 */
	text-transform: uppercase;
	font-size: 24px;
}

#FooterZone h2 span {
	color: #666666; /* lighten($primary,40%) */
}

#FooterZone .left {
	float: left;
	width: 50%;
	color: #fff;
	line-height: 1.5em;
	font-size: 14px;
}

#FooterZone .left a {
	color: #FFDD00; /* $text2 */
}

#FooterZone .right {
	float: right;
	width: 25%;
}

#FooterZone .bottom {
	width: 100%;
	clear: both;
	padding-top: 20px;
}

#FooterZone .bottom nav {
	border-top: solid 1px #1A1A1A; /* lighten($primary,10%) */
}

#FooterZone .bottom nav ul {
	list-style: none;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

#FooterZone .bottom nav ul li {
	float: left;
	padding: 0px 10px;
	border-right: solid 1px #000000; /* $primary */
}

#FooterZone .bottom nav ul li:last-child {
	border-right: none;
}

#FooterZone .bottom nav ul li a {
	color: #566974; /* $Blu */
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1em;
}

#FooterZone .bottom nav ul li a:hover {
	color: #FFDD00; /* $text2 */
}

ul.social {
	list-style: none;
	padding: 0px;
	display: table;
	width: auto;
	margin: 0px;
}

ul.social li {
	margin: 0px;
	padding: 0px;
	display: table-cell;
}

html.no-display-table ul.social li {
	float: left;
}

ul.social li a {
	display: block;
	padding: 3px;
	border-radius: 5px;
}

ul.social li a icon {
	display: block;
	font-size: 25px;
	color: #278ee5;
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.3),transparent);
	background-image: -moz-linear-gradient(top,rgba(255,255,255,0.3),transparent);
	background-image: -o-linear-gradient(top,rgba(255,255,255,0.3),transparent);
	background-image: linear-gradient(to bottom,rgba(255,255,255,0.3),transparent);
	padding: 5px;
	border-radius: 3px;
}

ul.social li a icon:hover {
	background: #660a23;
	color: #ef8032;
	border-color: transparent;
}

ul.social li a icon.facebook {
	background-color: #3C599F;
	color: #FFF;
}

ul.social li a icon.twitter {
	background-color: #39a1d6;
	color: #FFF;
}

ul.social li a icon.google-plus {
	background-color: #E2563B;
	color: #FFF;
}

ul.social li a icon.linkedin {
	background-color: #067EBB;
	color: #FFF;
}

ul.social li a icon.youtube {
	background-color: #c83135;
	color: #FFF;
}

ul.social li a icon.yelp {
	background-color: #c92413;
	color: #FFF;
}

ul.social li a icon.angie {
	background-color: #7FBB00;
	color: #FFF;
}

ul.social li a icon.reach-cast {
	Background-color: #F36F21;
	color: #FFF;
}

ul.social li a icon.yellow-pages {
	background-color: #FFDD00;
	color: #000000;
}

ul.social li a icon.blogger {
	background-color: #FF9334;
	color: #fff;
}

#Payments {
	width: 100%;
	float: left;
	margin: 20px 0px;
}

#Payments img {
	float: left;
	background-image: url(../shared/images2/CreditCards.png);
	width: 40px;
	height: 29px;
	margin: 15px 5px 0px 0px;
	background-repeat: no-repeat;
}

#Payments img.visa {
	background-position: 0px 0px;
}

#Payments img.amex {
	background-position: -80px 0px;
}

#Payments img.mastercard {
	background-position: -38px 0px;
}

#Payments img.discover {
	background-position: -118px 0px;
}

#BottomZone {
	background-color: #333333;
}

#BottomContent img.rl-logo {
	float: right;
	margin: 18px 0px;
}

#BottomContent small {
	color: #9a9a9a;
	font-size: 13px;
	line-height: 75px;
}
/* End Footer */

/* Mobile Menu */
html.boxsizing body {
	overflow-x: hidden;
}

div.imenupanel {
	position: absolute;
	left: 0px !important;
	width: 100%;
	background-color: rgba(42,42,42,0.906);
	text-align: left;
	top: 266px !important;
	z-index: 99;
}

div.imenupanel div.imenu {
	width: 100% !important;
}

div.imenuitem {
	color: #FFFFFF;
	font-size: 15px;
	border-bottom: solid 1px #5a5a5a;
}

div.imenuitem.iright:before {
	content: '\e0ea';
	font-family: 'icomoon-ult';
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	line-height: 1;
	float: right;
	font-size: 20px;
	color: #000000; /* $primary */
	line-height: 41px;
	padding-left: 25%;
}

div.imenuitem a {
	color: #FFFFFF;
	display: block;
	padding: 12px 15px;
}

div.imenu {
	position: absolute;
	top: 0px !important;
	width: 100% !important;
}
/* End Mobile Menu */

#SiteLogo>.imenuitem {
	border-bottom: none !important;
}

/* Responsive */
form *,form *:before,form *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
}

html.no-canvas .main {
	width: 960px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

@media (max-width:900px) {
	#SiteLogo .bg {
		height: auto;
		background: none;
	}

	#SiteLogo .bg .tag h3 {
		font-size: 12px;
	}

	nav.top-nav ul li a {
		font-size: 12px;
	}
}

@media (max-width:800px) {
	#SiteLogo a.logo img {
		width: 90%;
	}

	.cta-list ul li h2 {
		font-size: 20px;
	}

	.cta-list ul li p {
		font-size: 12px;
	}

	.cta-list ul li a.button {
		font-size: 13px;
		padding: 5px 0;
	}

	#FooterZone .right {
		width: 35%;
	}
}

@media (max-width:650px) {
	#SiteLogo .bg {
		padding: 2% 0px 0px 0px;
	}

	#SiteLogo .bg .tag {
		background: none;
	}

	#SiteLogo .bg .tag h3 {
		display: none;
	}

	#SiteLogo .bg .tag h2 span {
		position: relative;
		right: 0px;
	}

	#SiteLogo .bg .tag span {
		display: none;
	}

	nav.top-nav {
		display: none;
	}

	#SmallMenu {
		display: block;
	}

	#SlideZone {
		height: 200px;
		margin-bottom: 40px;
	}

	#Animation {
		height: 250px;
	}

	#Animation div.slide {
		height: 250px;
	}

	#Animation div.slide img {
		height: 250px;
	}

	div.slide a.info {
		bottom: 20px;
	}

	div.slide a.info h2 {
		font-size: 28px;
	}

	div.slide a.info p {
		margin: 0px;
		color: #FFFFFF;
	}

	.cta-list ul li {
		float: none;
		width: 95%!important;
		margin: 0px auto 5px;
		height: 110px;
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
		transform: skew(0deg);
	}

	.cta-list ul li .info {
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
		transform: skew(0deg);
	}

	.cta-list ul li a.button>span {
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
		transform: skew(0deg);
	}

	.cta-list ul li:before {
		display: none;
	}

	.cta-list ul li h2 span {
		display: inline;
	}

	.cta-list ul li .button > span {
		padding-left: 10px;
		border: none;
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
		transform: skew(0deg);
	}

	#MainZone {
		width: 100%;
		padding: 0 1.5%;
	}

	#SideZone {
		width: 100%;
		padding: 0 1.5%;
	}

	#FooterZone h2 {
		font-size: 20px;
	}

	ul.social li a icon {
		font-size: 20px;
	}

	#FooterZone .bottom {
		display: none;
	}
}

@media (max-width:540px) {
	.cta-list ul li p {
		display: none;
	}

	#SiteLogo .bg .tag:before {
		display: none;
	}

	#SiteLogo .bg .tag {
		padding: 0;
	}

	#SiteLogo .logo:before {
		display: none;
	}

	#SiteLogo .logo {
		background-color: #8B9FAA;
	}
}

@media (max-width:480px) {
	#SmallMenu {
		display: block;
	}

	#SiteLogo .bg .tag h2 {
		font-size: 24px;
	}

	#SiteLogo .logo:before {
		left: -20px;
	}

	#SiteLogo .bg .tag:before {
		right: -10px;
	}

	div.slide a.info {
		width: 60%;
	}

	div.slide a.info h2 {
		font-size: 25px;
	}

	div.slide a.info p {
		display: none;
	}

	#FooterZone .left {
		float: none;
		width: 90%;
		margin: 0px auto;
		text-align: center;
	}

	#FooterZone .right {
		float: none;
		width: 90%;
		margin: 0px auto;
	}

	#FooterZone .bottom {
		float: none;
		width: 95%;
		margin: 0px auto;
	}
}
/* End Responsive */

nav.top-nav a div.iflylist {
	background-color: #ffffff;
	color: #003F72;
	border: none;
	border-radius: 6px;
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	padding: 17px 0px 6px 0px;
	text-align: left;
	min-width: 225px;
}