﻿/* Design by RTBWizards.com
 * Main Colors:   #af0510 (dark), #e90717 (medium), #f7d5dc (light)
 * Accent Colors: #915d37 (dark), #c58f67 (medium), #f1e5db (light)
 * Google Fonts Used: 'Open Sans', 'Arima Madurai', 'Oswald'
 */

/* ============================== GENERAL RULES ================================================= */
html {height: 101%;}
header, figure, figcaption, footer, nav, article, section, aside {display: block;}
body {
   background-color: #000;
   font-family: 'Open Sans', Verdana, Arial, sans-serif;
   font-size: 16px;
   color: #000000;
   margin: 0;
   padding: 0;
   line-height: 1.5em;
   height: 100%;
}
table {
   padding: 0; border-collapse: collapse; font-size: 100%; width: 100%;
}

/* ============================== HORIZONTAL RULES AND CLEAR FLOATS ============================== */
hr {
   background: #ccc; text-align: center; 
   display: block; border: none; height: 1px; width: 100%; margin: 30px auto; clear: both;
   }
hr.fancy {   
   background: linear-gradient(to right, #af0510, #e90717, #af0510); text-align: center; 
   display: block; border: none; height: 2px; width: 60%; margin: 40px auto; clear: both;
}
hr.noshow {background-color: transparent; border: none; color: #fff; height: 0; clear: both; visibility: hidden;}
.clear {margin: 0; padding: 0; height: 0; clear: both;}

/* ============================== LISTS ========================================================== */
ul {margin: 10px 0 20px 10px; padding: 0 0 0 15px;}
ul li a {color: #e90717; text-decoration: none; font-weight: bold; padding: 0;}
ul li a:hover {color: #c58f67; text-decoration: underline;}
ol.leadingzero {background: none; list-style-position: outside; list-style-type: decimal-leading-zero;}
ul.list1 li {list-style-type: none; position: relative; margin-left: -10px; padding-left: 20px;}
ul.list1 li::before {position: absolute; font-family: 'FontAwesome'; font-size: 14px; top: 0; left: 0; content: "\f0a9"; color: #af0510;}
ul.list1 li ul {margin-top: 0; margin-bottom: 0;}
ul.list2 li {list-style-type: none; position: relative; margin-left: -10px; padding-left: 10px;}
ul.list2 li::before {position: absolute; font-family: 'FontAwesome'; font-size: 14px; top: 0; left: 0; content: "\f0da"; color: #af0510;}
ul.list2 li ul {margin-top: 0; margin-bottom: 0;}
ul.list3 li {list-style-type: none; position: relative; margin-left: -10px; padding-left: 15px;}
ul.list3 li::before {position: absolute; font-family: 'FontAwesome'; font-size: 14px; top: 0; left: 0; content: "\f101"; color: #af0510;}
ul.list3 li ul {margin-top: 0; margin-bottom: 0;}
ul.list4 {margin: 10px 0 20px 10px; padding: 5px 0 0 15px;}
ul.list4 li {list-style-type: none; position: relative; margin-left: -10px; padding: 0 0 3px 20px;}
ul.list4 li::before {position: absolute; font-family: 'FontAwesome'; font-size: 14px; top: 2px; left: 0; content: "\f0a9"; color: #af0510;}
ul.list4 li ul {margin-top: 0; margin-bottom: 0; padding-top: 0;}

/* ============================== TYPOGRAPHY ====================================================== */
a {
   color: #e90717;
   text-decoration: underline;
   outline: none;
   font-weight: bold;
}
a:hover {
   color: #c58f67;
   text-decoration: underline;
   font-weight: bold;
}
h1 {
   font: 42px 'Arima Madurai', Verdana, Helvetica, sans-serif;
   margin: 0.3em 0;
}
h2 {
   font: 38px 'Arima Madurai', Verdana, Helvetica, sans-serif;
   margin: 0.3em 0;
}
h3 {
   font: 36px 'Arima Madurai', Verdana, Helvetica, sans-serif;
   margin: 0.3em 0;
   padding: 1px 0 0 0;
   font-variant: small-caps;
}
h4 {
   font: 30px 'Oswald', Verdana, Helvetica, sans-serif;
   margin: 0.3em 0;
}
h5 {
   font: 24px 'Oswald', Verdana, Helvetica, sans-serif;
   margin: 0.3em 0;
}
h6 {
   font: 20px 'Oswald', Verdana, Helvetica, sans-serif;
   margin: 0.3em 0;
   text-transform: uppercase;
}
.alternate1-center::after {
   border-bottom: 3px solid #af0510;
   content: "";
   display: block;
   position: relative;
   width: 100px;
   padding-top: 10px;
   margin: 0 auto;
}
.alternate1-left::after {
   border-bottom: 3px solid #af0510;
   content: "";
   display: block;
   position: relative;
   width: 100px;
   padding-top: 10px;
   margin: 0;
}
.alternate2 {
   text-transform: uppercase;
   letter-spacing: -1px;
   margin: 0.3em 0;
   text-align: left;
   position: relative;
   overflow: hidden;
}
.alternate2::after {
   border-bottom: 1px solid #e90717;
   content: "";
   display: inline-block;
   height: .20em;
   position: relative;
   vertical-align: middle;
   width: 100%;
   margin-bottom: .45em;
   left: 0.4em;
   margin-right: -50%;
}
.alternate3 {
   font-variant: small-caps;
   letter-spacing: 2px;
   margin: 0.3em 0;
   padding: 0 0 5px 0 ;
}

/* ============================== PARAGRAPHS =================================================================== */
.big {font-size: 60px;}
.lead {font-size: 22px; line-height: 1.3em; font-variant: small-caps; letter-spacing: 1px; margin: 0; padding: 0; color: #915d37;}
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.small {font-size: 0.85em;}
.wide {letter-spacing: 3px;}
.onsale {color: #c5050a; text-decoration: line-through; margin-bottom: 0; padding-bottom: 0;} /* red strikethrough color */

/* ===== USING FONT AWESOME ICONS ===== */
.comment {position: relative; padding: 0 0 5px 35px;}
.comment::before {position: absolute; font-family: 'FontAwesome'; content: "\f086"; top: 0; left: 0; font-size: 26px;}
.email {position: relative; padding: 0 0 5px 25px;}
.email::before {position: absolute; font-family: 'FontAwesome'; content: "\f0e0"; top: 0; left: 0; font-size: 18px;}
.home {position: relative; padding: 0 0 5px 25px;}
.home::before {position: absolute; font-family: 'FontAwesome'; content: "\f015"; top: 0; left: 0; font-size: 20px;}
.hours {position: relative; padding: 0 0 5px 25px;}
.hours::before {position: absolute; font-family: 'FontAwesome'; content: "\f017"; top: 0; left: 0; font-size: 20px;}
.phone {position: relative; padding: 0 0 5px 25px;}
.phone::before {position: absolute; font-family: 'FontAwesome'; content: "\f095"; top: 0; left: 0; font-size: 20px;}
.noicon {padding: 0 0 5px 25px;}
.newsAuthor {position: relative; color: #6a6b6c; text-align: right; font-size: 0.90em; letter-spacing: 1px; padding: 0 20px 10px 0; margin-top: -2px;}
.newsAuthor::before {position: absolute; font-family: 'FontAwesome'; content: "\f044"; top: 0; right: 0; color: #af0510;}
.newsDate {position: relative; color: #6a6b6c; text-align: right; font-size: 0.90em; letter-spacing: 1px; padding: 0 20px 10px 0; margin-top: -2px;}
.newsDate::before {position: absolute; font-family: 'FontAwesome'; content: "\f073"; top: 0; right: 0; color: #af0510;}

.icon-shadow {text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);}
.iconcircle {
   width: 120px; height: 120px; color: #ffffff; background-color: #555; border-radius: 50%; 
   line-height: 120px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 0 4px #555 inset, 0 0 0 5px rgba(255, 255, 255, 0.5) inset, 0 0 30px #000 inset;
}

/* ============================== IMAGE STYLES ============================================================== */
img {border: none; max-width: 100%; box-sizing: border-box;} /* do not delete this line */
.img-small {max-width: 180px; height: auto;}
.img-xsmall {max-width: 80px; height: auto;}
.img-border {border: 1px #555 solid;}
.img-fullwidth {width: 100% !important;}
.img-round {border-radius: 50%;}
.img-round-shadow {border-radius: 50%; box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);}
.img-frame {background: #ffffff; border: 1px #aaa solid; padding: 4px;}
.img-frame-shadow {background: #ffffff; padding: 5px; margin: 5px 3px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
.img-portfolio {margin: 6px 4px 4px 4px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 10px 15px -8px rgba(0, 0, 0, 0.5);}

.img-left {margin: 5px 10px 0 0; float: left;}
.img-left-shadow {margin: 5px 10px 0 0; float: left; box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);}
.img-left-shadow-frame {margin: 5px 10px 0 0; float: left; background: #ffffff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); padding: 5px;}
.img-left-round {margin: 5px 10px 0 0; border-radius: 50%; float: left;}
.img-left-round-shadow {border-radius: 50%; float: left; margin: 5px 10px 0 0; box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);}

.img-right {margin: 5px 0 0 10px; float: right;}
.img-right-shadow {margin: 5px 0 0 10px; float: right; box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);}
.img-right-shadow-frame {margin: 5px 0 0 10px; float: right; background: #ffffff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); padding: 5px;}
.img-right-round {margin: 5px 0 0 10px; border-radius: 50%; float: right;}
.img-right-round-shadow {border-radius: 50%; float: right; margin: 5px 0 0 10px; box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);}

/* ============================== Text and Background Colors ================================================= */
/* ===== Styled Block Colors ===== */
.bg-color-main {background-color: #af0510;}
.bg-color-mainlight {background-color: #e90717;}
.bg-color-accent {background-color: #915d37;}
.bg-color-accentlight {background-color: #c58f67;}
.bg-color-light {background-color: #f1e5db;}
.bg-color-gray {background-color: #e5e7e9;}
.bg-color-black {background-color: #222;}

/* ===== Text Colors ===== */
.text-color-main {color: #af0510;}
.text-color-mainlight {color: #e90717;}
.text-color-accent {color: #915d37;}
.text-color-accentlight {color: #c58f67;}
.text-color-gray {color: #777;}
.text-color-lightgray {color: #e5e7e9;}
.text-color-white {color: #ffffff;}

/* ===== Styled Borders ===== */
.border1 {border-bottom: 1px dashed #555;}

/* ============================== LAYOUT RULES and BLOCK ELEMENTS =========================================== */
.container {padding: 0; margin: 0 auto; width: 1200px;}
.inside {width: 96%; padding: 0 2%;}
.outside {position: relative; margin: 0 -2%; z-index: 1;}
.row-white {background-color: #ffffff; padding: 0 0 20px 0; width: 100%;}

/* ===== HEADER AREA ======== */
header {
   margin: 0;
   padding: 10px 0 0 0;
   background-color: #000;
   background: linear-gradient(#555, #000);
}

/* ===== LOGO/SITE NAME AREA ======== */
.logo {
   margin: 0 auto 20px auto;
	padding: 0 0 0 0;
	text-align: center;
}
.logo img {vertical-align: baseline; position: relative; top: 4px; padding-right: 4px;}

.brand {
	font: 40px 'Arima Madurai', Verdana, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0 0 0 0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.brand a, .brand a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.slogan {
	font: normal 13px 'Open Sans', Helvetica, sans-serif;
	font-weight: 200;
	color: #fff;
	margin: -5px 0 0 0; padding: 0 0 0 0;
	letter-spacing: 1px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* ===== TOP COLOR BLOCK ======== */
.top-color {background-color: #af0510; background: linear-gradient(to right, #af0510, #e90717, #af0510); padding: 10px 0; margin-bottom: 20px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); color: #fff; width: 100%;}
.top-color h1 {color: #fff; text-align: center; letter-spacing: 1px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);}
.top-color .lead {color: #fff; text-align: center;}
.top-color p {color: #fff; text-align: center;}

/* ============================== SECTION BLOCKS ======================================================= */
.group {margin: 20px 0; clear: both;}

.contentBoxMiddle {width: 60%; padding: 10px 0; margin: 0 auto;}

.contentBox2a {float: left; width: 48%; padding: 10px 0; margin: 0 2% 0 0;}
.contentBox2b {float: left; width: 48%; padding: 10px 0; margin: 0 0 0 2%;}

.contentBox3a {float: left; width: 31.33333%; padding: 10px 0; margin: 0 2% 5px 0;}
.contentBox3b {float: left; width: 31.33333%; padding: 10px 0; margin: 0 1% 5px 1%;}
.contentBox3c {float: left; width: 31.33333%; padding: 10px 0; margin: 0 0 5px 2%;}

.contentBox4a {float: left; width: 23.5%; padding: 10px 0; margin: 0 1% 0 0;}
.contentBox4b, .contentBox4c {float: left; width: 23.5%; padding: 10px 0; margin:  0 1% 0 1%;}
.contentBox4d {float: left; width: 23.5%; padding: 10px 0; margin: 0 0 0 1%;}

.sidebarLeft {float: left; width: 31.3333%; padding: 10px 0; margin: 0 2% 0 0;}
.contentRight {float: right; width: 64.666%; padding: 10px 0; margin: 0 0 0 2%;}

.sidebarRight {float: right; width: 31.3333%; padding: 10px 0; margin: 0 0 0 2%;}
.contentLeft {float: left; width: 64.666%; padding: 10px 0; margin: 0 2% 0 0;}

/* ============================== FOOTER AREA ========================================================= */
footer {
	width: 100%;
	color: #fff;
	background-color: #000;
	background: linear-gradient(to right, #000, #333, #000);
	line-height: 1.4em;
	padding: 20px 0;
	margin: 0;
   font-size: 0.85em;
}
footer h4 {color: #888; border-bottom: 1px solid #888; margin: 0 0 30px 0;}
footer .comment::before, footer .home::before, footer .hours::before, footer .email::before, footer .phone::before {color: #aaa;}
footer .socialmedia {letter-spacing: 6px; margin: 0 0 0 0; font-size: 20px;}
footer .socialmedia a {color: #888;}
footer .socialmedia a:hover {color: #e90717;}
footer .copyright {
	letter-spacing: 1px;
	text-align: left;
	color: #fff;
}
footer a {color: #888; text-decoration: none;}
footer a:hover {color: #e90717; text-decoration: underline;}

/* ===== template attribution link can be deleted ========== */
.designed {color: #888 !important; letter-spacing: 1px; font-size: 0.90em; text-align: center; margin-top: 20px;}
.designed .lines {border-top: 1px solid #555; border-bottom: 1px solid #555; padding: 10px 20px;}

.designed a {color: #888 !important; font-weight: normal; text-decoration: none;}
.designed a:hover {color: #888 !important; font-weight: normal; text-decoration: underline;}


/* ============================== MAIN NAVIGATION AREA ============================================= */
nav {
   margin: 0; 
   padding: 0;
   list-style: none;
   text-align: center;
   height: 40px;
   color: #ffffff;
   box-sizing: border-box;
   text-transform: uppercase;
}
/* ===== NON-MOBILE TOP LEVEL ===== */
ul.slimmenu {list-style-type: none; margin: 0; padding: 0 0 0 0; width: 100%; text-align: center; font-size: 14px;}
ul.slimmenu li {width: 150px;}
ul.slimmenu > li {margin-right: -4px; border-left: 1px solid rgba(255, 255, 255, 0.25);}
ul.slimmenu li a {color: #fff; font-size: 14px; font-weight: normal; padding: 8px 10px 8px 10px;}
ul.slimmenu li a:hover {color: #fff; text-decoration: none; font-weight: normal; background-color: #af0510; background: linear-gradient(to right, #af0510, #e90717, #af0510);}

/* ===== NON-MOBILE SUB LEVELS ===== */
ul.slimmenu li ul li {width: 150px; background-color: #444; text-align: center;}
ul.slimmenu li ul li a {letter-spacing: normal; color: #fff; padding: 8px 10px 8px 10px; border-radius: 0;}
ul.slimmenu li ul li a:hover {color: #fff; background-color: #e90717; background: #e90717; border-radius: 0;}
ul.slimmenu li ul li ul li {text-align: center;}

/* ===== FOR MOBILE ===== */
.menu-collapser {border-radius: 0; color: #fff; text-transform: none;}
.collapse-button {background-color: transparent;}
.collapse-button:hover, .collapse-button:focus {background-color: transparent;}
.collapse-button .icon-bar {background-color: #fff; display: block; height: 4px; width: 26px; margin: 3px 0;}
.collapse-button:hover .icon-bar {background-color: #e90717;}

/* ===== MOBILE TOP LEVEL ===== */
ul.slimmenu.collapsed li {background: #444;}
ul.slimmenu.collapsed li a {color: #ffffff;}
ul.slimmenu.collapsed li a:hover {color: #000; background: #e90717; border-radius: 0; text-decoration: none;}
ul.slimmenu.collapsed li .sub-collapser > i {font-style: normal; color: #fff; /* arrow color */}

/* ===== MOBILE SUB LEVELS ===== */
ul.slimmenu.collapsed li ul li {background: rgba(255, 255, 255, 0.10);}
ul.slimmenu.collapsed li ul li a {color: #fff; padding: 12px 15px 12px 15px;}
ul.slimmenu.collapsed li ul li a:hover {color: #000;}
ul.slimmenu.collapsed li ul li ul li {background: rgba(255, 255, 255, 0.10);}
ul.slimmenu.collapsed li ul li ul li a {color: #fff;}
ul.slimmenu.collapsed li ul li ul li a:hover {color: #000;}

/* ===== stuff you won't need to edit ===== */
ul.slimmenu li {position: relative; display: inline-block; text-align: center;}
ul.slimmenu > li:first-child {border-left: 0;}
ul.slimmenu > li:last-child {margin-right: 0;}
ul.slimmenu li ul li:last-of-type {border-bottom: none;}
ul.slimmenu li ul {margin: 0; list-style-type: none;}
ul.slimmenu li .sub-collapser {visibility: hidden; position: absolute; right: 0; top: 0; width: 0; height: 100%; text-align: center; z-index: 999; cursor: pointer;}
ul.slimmenu li > ul {display: none; position: absolute; left: 0; top: 100%; z-index: 999; padding-left: 0; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);}
ul.slimmenu li > ul > li ul {display: none; position: absolute; left: 100%; top: 0; z-index: 999; width: 100%; white-space: normal; padding-left: 0;}
ul.slimmenu li a {display: block; font-family: 'Open Sans', sans-serif; transition: background-color 0.2s ease-out;}
ul.slimmenu li ul li a:hover {text-decoration: none;}
.menu-collapser {width: 96%; margin: 0 2%; position: relative; text-align: left; height: 40px; line-height: 40px; padding: 0 8px; 	box-sizing: border-box;}
.collapse-button {position: absolute; right: 8px; top: 50%; width: 40px; background-repeat: repeat-x; border-radius: 4px; color: #ffffff; padding: 7px 10px;
	cursor: pointer; font-size: 14px; text-align: center; transform: translate(0, -50%); box-sizing: border-box;}
ul.slimmenu.collapsed {list-style-type: none; margin: 0 1%; padding: 0; width: 98%; text-align: left;}
ul.slimmenu.collapsed li {border-left: none; display: block; width: 100%; box-sizing: border-box; z-index: 999; text-align: left;}
ul.slimmenu.collapsed li .sub-collapser {position: absolute; right: 0; top: 10px; width: 40px; height: 50px; text-align: center; z-index: 999; cursor: pointer; visibility: visible;}
ul.slimmenu.collapsed li .sub-collapser > i {font-size: 18px; display: inline-block; vertical-align: middle;}
ul.slimmenu.collapsed li ul li ul {display: none; position: relative; left: 0; top: 0; z-index: 999; width: 100%; white-space: normal; padding-left: 0;}
ul.slimmenu.collapsed li > ul {display: none; position: relative; width: 100%; box-shadow: none;}
ul.slimmenu.collapsed li a {display: block; box-sizing: border-box;}
ul.slimmenu.collapsed li ul li {display: block; width: 100%; box-sizing: border-box; z-index: 999; text-align: left; border-bottom: 0;}
ul.slimmenu.collapsed li ul li a {padding-left: 20px; display: block; box-sizing: border-box;}
ul.slimmenu.collapsed li ul li ul li {display: block; width: 100%; box-sizing: border-box; z-index: 999; text-align: left;}
ul.slimmenu.collapsed li ul li ul li a {padding-left: 30px;}

/* ============================== MISCELLANEOUS ========================================================= */
/* ===== ACCORDION CONTENT ===== */
#acc dl {
	position: relative;
	width: 100%;
	color: #000;
	padding: 0;
	margin: 0 auto;
}
#acc dt {
	position: relative;
	margin: -1px 0 0 0;
	padding: 8px 30px 8px 10px;
	text-align: left;
	font: 26px 'Oswald', Verdana, Helvetica, sans-serif;
	color: #333;
	cursor: pointer;
	border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}

#acc dt::before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 22px;
	top: 14px;
	right: 10px;
	color: #af0510;
	background-color: transparent;
}
#acc dt:hover {
	color: #af0510;
	transition: all 0.4s ease 0.0s;
}
#acc dd {
	width: 94%;
	padding: 5px 2% 10px;
	margin: 0 auto;
	border-top: none;
}

/* ===== BIG NUMBER ===== */
.bignumber {
   color: #af0510; border: 1px solid #af0510; display: block; float: left; font: normal 30px/50px Garamond, Georgia, serif; 
   margin: 5px 10px 5px 0; text-align: center; text-transform: uppercase; height: 50px; width: 50px; border-radius: 50%;
}

/* ===== BLOCKQUOTES ===== */
blockquote {
   font-size: 1.2em; color: #999; margin: 2px 40px; padding: 12px 12px 12px 45px; text-align: left; line-height: 1.6em;
   border-left: 3px double #ddd; border-right: 3px double #ddd; position: relative;
}
blockquote:before {
   position: absolute; font-family: 'FontAwesome'; font-size: 30px; color: #ddd; top: 12px; left: 5px; content: "\f10d";
}
blockquote p {padding: 0; margin: 0;}
blockquote strong {color: #999; font-size: 1.4em; font-weight: normal; letter-spacing: -1px;}
blockquote.leftside {
   float: left;
   display: block;
   width: 30%;
   margin: 5px 2% 10px 0;
   border-left: none;
   border-right: 3px double #ddd;
}
blockquote.rightside {
   float: right;
   display: block;
   width: 30%;
   margin: 5px 0 10px 2%;
   padding-right: 0;
   border-left: 3px double #ddd;
   border-right: none;
}

/* ===== BREADCRUMBS ===== */
.breadcrumbs {text-align: center;}
.breadcrumbs ul {display: inline-block; list-style: outside none none; margin: -20px 0 0 0; overflow: hidden; padding: 3px 10px 3px 3px;}
.breadcrumbs ul li {display: inline-block; color: #fff;}
.breadcrumbs ul li a {color: #fff;}
.breadcrumbs ul li a::after {color: #fff; content: "\f105"; font-family: FontAwesome; font-size: 14px; padding: 0 10px;}
.breadcrumbs ul li a:hover {color: #ddd; text-decoration: none;}

/* ===== BUTTONS ===== */
.btn-main {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	padding: 6px 10px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 8px;
   background-color: #af0510;
	color: #fff;
   box-shadow: 0 0 4px rgba(0, 0, 0, 0.3), 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.btn-main:hover {
	font-weight: normal;
	text-decoration: none;
   background-color: #000000;
	color: #fff;
}
.btn-accent {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	padding: 6px 10px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 8px;
   background-color: #000000;
	color: #fff;
   box-shadow: 0 0 4px rgba(0, 0, 0, 0.3), 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.btn-accent:hover {
	font-weight: normal;
	text-decoration: none;
   background-color: #e90717;
	color: #000;
}
.btn-cart {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	padding: 6px 35px 6px 10px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 8px;
   background-color: #000000;
	color: #fff;
   box-shadow: 0 0 4px rgba(0, 0, 0, 0.3), 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.btn-cart:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f07a";
	top: 5px;
	right: 12px;
}
.btn-cart:hover {
	font-weight: normal;
	text-decoration: none;
   background-color: #af0510;
	color: #fff;
}

/* ===== CALLBOX ===== */
.callbox {
   color: #fff;
   padding: 2px 3%;
   background-color: #222;
   text-align: center;
   margin: 15px 0;
   border-radius: 8px;
   box-shadow: 0 0 0 3px #222 inset, 0 0 0 4px #ffffff inset, 0 0 4px rgba(0, 0, 0, 0.3), 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}

/* ===== COLORBOXBOX ===== */
/* == Used on the home page == */
.colorbox {
   width: 94%;
   margin: 5px 0;
   padding: 10px 3%;
   text-align: center;
   background-color: #af0510;
   background: radial-gradient(#e90717, #af0510);
   color: #fff;
   box-shadow: 0 0 0 3px #af0510 inset, 0 0 0 4px #ffffff inset, 0 0 4px rgba(0, 0, 0, 0.3), 0 10px 15px -9px rgba(0, 0, 0, 0.5);
   border-radius: 10px;
}

/* ===== CONTACT FORM ===== */
form.contactform {
	width: 99%;
	text-align: left;
}
.contactform label {
	width: 99%;
	text-align: left;
	font-style: italic;
	display: block;
	margin-bottom: 4px;
}
.contactform label {
	width: 99%;
	text-align: left;
	font-style: italic;
	display: block;
	margin-bottom: 4px;
}
.contactform input {
	width: 99%;
	border: 1px #ccc solid;
	background-color: #f5f5f5;
	padding: 5px;
	margin-bottom: 10px;
	color: #000000;
}
.contactform textarea {
	width: 99%;
	border: 1px #ccc solid;
	background-color: #f5f5f5;
	padding: 5px;
	resize: none;
	color: #000000;
}
.contactform .submit {
	width: 100px;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 10px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 8px;
   background-color: #af0510;
   border: none;
   margin-top: 20px;
	color: #fff;
   box-shadow: 0 0 4px rgba(0, 0, 0, 0.3), 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.contactform .submit:hover {
	font-weight: normal;
	text-decoration: none;
   background-color: #000000;
	color: #fff;
}

/* ===== DROP CAP ===== */
.dropcap {overflow: hidden;}
.dropcap:first-letter {
   color: #af0510; display: block; float: left;
	font: 50px/48px Georgia, Garamond, serif; padding: 6px 4px 0 0;
}

/* ===== FIELDSET/LEGEND ===== */
fieldset {width: 92%; border: 1px solid #bbb; padding: 20px 3%; margin: 20px 1%;}
legend {color: #af0510; font: 30px 'Oswald', Verdana, Helvetica, sans-serif; font-variant: small-caps; padding: 0 10px 5px;}

/* ===== GOOGLE MAPS ===== */
.google-maps {
   position: relative; padding-bottom: 80%; height: 0;
	overflow: hidden; background-color: #ddd; border: 1px solid #aaa;
}
.google-maps iframe {
   position: absolute; top: 0; left: 0;
	width: 100% !important; height: 100% !important;
}

/* ===== PAGINATION ===== */
.pagination {display: block; text-align: center; height: 22px; line-height: 21px; clear: both;
	padding-top: 3px; margin: 20px 0; font-size: 12px; font-weight: normal;
}
.pagination a {padding: 7px; padding-top: 2px; padding-bottom: 2px; border: 1px solid #c0c0c0;
	margin-left: 5px; text-decoration: none; background-color: #f5f5f5; color: #af0510;
	width: 22px; font-weight: normal; border-radius: 3px;
}
.pagination a:hover {background-color: #e90717; border: 1px solid #af0510; color: #fff;}
.pagination .active_link {padding: 7px; padding-top: 2px; padding-bottom: 2px; border: 1px solid #af0510;
	margin-left: 5px; text-decoration: none; background-color: #e90717; color: #fff; cursor: default; border-radius: 3px;
}
.pagination .disabled_pagination {padding: 7px; padding-top: 2px; padding-bottom: 2px; border: 1px solid #e5e5e5;
	margin-left: 5px; text-decoration: none; background-color: #fff; color: #d5d5d5; cursor: default; border-radius: 3px;
}

/* ===== PORTFOLIO ===== */
figure.portfolio {
   font: 20px 'Oswald', Verdana, Helvetica, sans-serif;
   color: #fff;
   position: relative;
   margin: 10px auto;
   min-width: 200px;
   max-width: 300px;
   max-height: 300px;
   width: 100%;
   overflow: hidden;
   background-color: #af0510;
}
figure.portfolio * {box-sizing: border-box;}
figure.portfolio img {opacity: 1; width: 100%; transition: opacity 0.35s;}
figure.portfolio > div {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
figure.portfolio > div::before {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   content: '';
   opacity: 0;
   transition: opacity 0.4s;
   transition-delay: 0.3s;
   background: linear-gradient(-45deg, #000000 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.8));
}
figure.portfolio h2 {
   font-weight: 400;
   text-transform: uppercase;
   top: 0;
   opacity: 0;
   padding: 25px;
   margin: 0;
   font: 20px 'Oswald', Verdana, Helvetica, sans-serif;
   position: absolute;
   color: transparent;
   text-shadow: 0 0 10px #ffffff;
   transition: all 0.4s;
   transition-delay: 0s;
}
figure.portfolio h2 span {font-weight: 800;}
figure.portfolio i {
   display: inline-block;
   font-size: 26px;
   color: #ffffff;
   padding: 6px 16px;
   position: absolute;
   bottom: 0px;
   right: 0px;
   opacity: 0;
   z-index: 1;
   transition: 0.05s linear;
   transition-delay: 0.4s;
}
figure.portfolio .curl {
   width: 0px;
   height: 0px;
   position: absolute;
   bottom: 0;
   right: 0;
   background: linear-gradient(135deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.3) 50%, #af0510 60%, #af0510);
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
   transition: all .4s ease;
   transition-delay: 0.3s;
}
figure.portfolio .curl:before,
figure.portfolio .curl:after {
   content: '';
   position: absolute;
   z-index: -1;
   left: 12%;
   bottom: 6%;
   width: 70%;
   max-width: 300px;
   max-height: 100px;
   height: 55%;
   box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
   transform: skew(-10deg) rotate(-6deg);
}
figure.portfolio .curl:after {
   left: auto;
   right: 6%;
   bottom: auto;
   top: 14%;
   transform: skew(-15deg) rotate(-84deg);
}
figure.portfolio a {
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   position: absolute;
   color: #ffffff;
}
figure.portfolio:hover > div h2,
figure.portfolio.hover > div h2 {opacity: 1; text-shadow: 0 0 0px #ffffff; transition-delay: 0.3s;}
figure.portfolio:hover > div::before,
figure.portfolio.hover > div::before {opacity: 1; transition-delay: 0s;}
figure.portfolio:hover i,
figure.portfolio.hover i {opacity: 0.9; transition-delay: 0.15s;}
figure.portfolio:hover .curl,
figure.portfolio.hover .curl {width: 90px; height: 90px; transition-delay: 0s;}

/* ===== SCROLL TO TOP ===== */
.scroll-to-top {display: none; position: fixed; bottom: 40px; right: 0; z-index: 5; width: 30px; height: 30px;
	padding: 8px 12px 8px 8px; text-align: left; text-decoration: none; background-color: #af0510; border-radius: 10px 0 0 10px;
}
.scroll-to-top:hover {text-decoration: none; background-color: #333;}
.scroll-to-top a, .scroll-to-top a:hover {color: #ffffff; text-decoration: none;}


.shadow {text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);}
.showcode {
   font-family: "Courier New", Courier, monospace; font-size: 0.85em; background-color: #f5f5f5; border-radius: 3px;
   border: 1px dotted #bbb; color: #f00000; vertical-align: middle; padding: 1px 4px;
}

/* ===== TICKER ===== */
.reviews {
	width: 90%;
	margin: 0 2% 20px 2%;
	position: relative;
	padding: 2px 3%;
}
ul#ticker {list-style: none outside none; margin: 0; padding: 10px 0 10px 0;}
#ticker li {margin: 0; background: none; padding: 0;}
#ticker .content {padding: 10px 20px; min-height: 300px;}

/* ====================== MEDIA QUERIES ============================== */
/* =================================================================== */

/* ===== SMALL DEVICE 01 ===== */
@media screen and (max-width: 320px) {
   .container {width: 98%; margin: 0 auto; box-sizing: border-box;}
   .brand {font-size: 24px;}
   .logo img {top: 7px;}
   nav {width: 100%; float: none; text-align: center; box-sizing: border-box;}
    #image1 img, #image2 img, #image3 img {border: 5px #f0f0f0 solid;}
   fieldset img {max-width: 180px; height: auto;}
   blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
   .contentBox2a, .contentBox2b, 
   .contentBox3a, .contentBox3b, .contentBox3c, 
   .contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 98%; margin: 0 auto 0 auto; float: none;}
   .sidebarLeft, .sidebarRight {width: 98%; margin: 1%;}
   .contentRight, .contentLeft {width: 98%; margin: 1%;}
   .contentBoxMiddle {width: 90%;}
   figure.portfolio {max-width: 266px; max-height: 266px;}

}

/* ===== SMALL DEVICE 02 ===== */
@media screen and (min-width: 321px) and (max-width: 480px) {
   .container {width: 98%; margin: 0 auto; box-sizing: border-box;}
   .brand {font-size: 32px;}
   .logo img {top: 6px;}
   .menu-collapser {width: 300px; margin: 0 auto;}
   ul.slimmenu.collapsed {width: 300px; margin: 0 auto;}
    #image1 img, #image2 img, #image3 img {border: 5px #f0f0f0 solid;}
   blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
   .contentBox2a, .contentBox2b, 
   .contentBox3a, .contentBox3b, .contentBox3c, 
   .contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {
   	width: 98%; margin: 0 auto 0 auto; float: none; max-width: 450px;}
   .sidebarLeft, .sidebarRight {width: 98%; margin: 1%;}
   .contentRight, .contentLeft {width: 98%; margin: 1%;}
   .contentBoxMiddle {width: 90%;}
}

/* ===== SMALL DEVICE 03 ===== */
@media screen and (min-width: 481px) and (max-width: 623px) {
   .container {width: 98%; margin: 0 auto; box-sizing: border-box;}
   .menu-collapser {width: 300px; margin: 0 auto;}
   ul.slimmenu.collapsed {width: 300px; margin: 0 auto;}
    #image1 img, #image2 img, #image3 img {border: 5px #f0f0f0 solid;}
   blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
   .contentBox2a, .contentBox2b, 
   .contentBox3a, .contentBox3b, .contentBox3c, 
   .contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {
   	width: 98%; margin: 0 auto 0 auto; float: none; max-width: 450px;}
   .sidebarLeft, .sidebarRight {width: 98%; margin: 1%;}
   .contentRight, .contentLeft {width: 98%; margin: 1%;}
   .contentBoxMiddle {width: 80%;}
}

/* ===== MID DEVICE 01 ===== */
@media screen and (min-width: 624px) and (max-width: 669px) {
   .container {width: 98%; margin: 0 auto; box-sizing: border-box;}
   .menu-collapser {width: 300px; margin: 0 auto;}
   ul.slimmenu.collapsed {width: 300px; margin: 0 auto;}
    #image1 img, #image2 img, #image3 img {border: 5px #f0f0f0 solid;}
   blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
   .contentBox2a, .contentBox2b, 
   .contentBox3a, .contentBox3b, .contentBox3c, 
   .contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {
   	width: 98%; margin: 0 auto 0 auto; float: none; max-width: 450px;}
   .sidebarLeft, .sidebarRight {width: 98%; margin: 1%;}
   .contentRight, .contentLeft {width: 98%; margin: 1%;}
}

/* ===== MID DEVICE 02 ===== */
@media screen and (min-width: 670px) and (max-width: 768px) {
   .container {width: 98%; margin: 0 auto; box-sizing: border-box;}
   .menu-collapser {width: 300px; margin: 0 auto;}
   ul.slimmenu.collapsed {width: 300px; margin: 0 auto;}
   blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
   .contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 0 auto 0 auto; float: none; max-width: 450px;}
   .contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%; margin: 1%;}
   .sidebarLeft, .sidebarRight {width: 98%; margin: 1%;}
   .contentRight, .contentLeft {width: 98%; margin: 1%;}
}

/* ===== MID DEVICE 03 ===== */
@media screen and (min-width: 769px) and (max-width: 800px) {
   .container {width: 98%; margin: 0 auto; box-sizing: border-box;}
   .menu-collapser {width: 300px; margin: 0 auto;}
   ul.slimmenu.collapsed {width: 300px; margin: 0 auto;}
   blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
   .contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 0 auto 0 auto; float: none; max-width: 450px;}
   .contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%; margin: 1%;}
   .sidebarLeft, .sidebarRight {width: 98%; margin: 1%;}
   .contentRight, .contentLeft {width: 98%; margin: 1%;}
}

/* ===== LARGE DEVICE 01 ===== */
@media screen and (min-width: 801px) and (max-width: 1024px) {
   .container {width: 98%;	margin: 0 auto;}
   .menu-collapser {width: 300px; margin: 0 auto;}
   ul.slimmenu.collapsed {width: 300px; margin: 0 auto;}
   figure.portfolio {max-width: 293px; max-height: 293px;}
}

/* ===== LARGE DEVICE 02 ===== */
@media screen and (min-width: 1025px) and (max-width: 1279px) {
   .container {width: 98%; margin: 0 auto;}
}
