@charset "utf-8";
/* CSS Document */
/* colors
Turquoise: 00AFAD
Green: 99CC33
Yellow: FFF142

Primary: 00AFAD AAAAAA
Secondary: CCCCCC D93600
Alert: FFF142 D93600
Success: 5DA423
Body: 99CC33 454545
Header: 00AFAD 8C2300
*/

h1, .pricing-table .title {font-family: 'Lobster', cursive;}
h2 {font-family: 'Philosopher', sans-serif;}
h3 {font-family: 'Mandali', sans-serif;}
h4 {font-family: 'Rum Raisin', sans-serif;}
h5 {font-family: 'Alice', serif;}
h6 {font-family: 'Rubik One', sans-serif;}
p {font-family: 'Mandali', sans-serif;}

.mid-creame {color:#CCCCCC;}
.dark-creame {color:#A7A37E;}
.light-creame {color:#EFECCA;}
.blue {color:#00AFAD;}
.dark-green {color:#99CC33;}
.white {color:#FFF;}

.no-padiing{padding:0; margin:0;}

.panel {
    background: #AAAAAA;
	border-color: #454545;
}

.panel.callout {
    background: #D93600;
	border-color: #8C2300;
}

.panel.callout p, .panel.callout h1, .panel.callout h2, .panel.callout h3 {
	color: #FFF;
}

.pricing-table .title{	
    background-color: #D93600;
	color:#FFF;
	font-size:26px;
}

.top-bar, .tab-bar, .top-bar ul li a, .tab-bar ul li a, .contain-to-grid, .left-sub-menu, .back ul li a, .accordion dd > a {
    background-color: #454545 !important;
}

.top-bar ul li a:hover, .tab-bar ul li a:hover, .back ul li a:hover, .accordion dd > a:hover {
	background-color:#AAAAAA !important;
}

.left-submenu .back>a {color:#FFF;}

.left-off-canvas-menu, .left-submenu {
    background: #454545 !important;
	color:#FFFFFF;
}

.left-off-canvas-menu ul li a {
    background: #454545 !important;
	border-bottom:#AAAAAA;
	color:#FFFFFF;
}

.left-off-canvas-menu ul li a:hover {
    background: #AAAAAA !important;
	border-bottom:#454545;
	color:#FFFFFF;
}

.top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button) {
	padding-left:50px;
	padding-right:50px;
}

.top-bar-section li:not(.has-form) a:not(.button), .top-bar-section .has-dropdown>a {
	padding-right:50px !important;
}

.top-bar-section ul li>a {
	font-family: 'Alice', serif;
	font-weight:bold;
}

.side-nav li a:not(.button) {
	background-color:#454545;
}

.side-nav li a:hover:not(.button) {
	background-color:#AAAAAA;
}

.pricing-table .price {padding:0;}

.footer {
	background-color:#AAAAAA;
}

.footer p {
	color:#FFF;
	font-style:italic;
	padding-top:10px;
}

.footer a {
	color:#FFF;
	font-size:46px;
}

.footer a:hover {
	color:#454545;
}

.date {
	display: block;
	width: 100px;
	height: 110px;
	margin: 30px auto;
	background: #fff;
	text-align: center;
	font-family: 'Helvetica', sans-serif;
	position: relative;
}

.date h7 {color:#00AFAD;font-family: 'Lobster', cursive;}

.date .binds {
	position: absolute;
	height: 15px;
	width: 60px;
	background: transparent;
	border: 2px solid #99CC33;
	border-width: 0 5px;
	top: -6px;
	left: 0;
	right: 0;
	margin: auto;
}

.date .month {
	background: #00AFAD;
	display: block;
	padding: 8px 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 2px solid #99CC33;
	box-shadow: inset 0 -1px 0 0 #666;
}

.date .day {
	display: block;
	margin: 0;
	padding: 10px 0;
	font-size: 48px;
	box-shadow: 0 0 3px #ccc;
	position: relative;
}

.date .day::after {
	content: '';
	display: block;
	height: 100%;
	width: 96%;
	position: absolute;
	top: 3px;
	left: 2%;
	z-index: -1;
	box-shadow: 0 0 3px #ccc;
}

.date .day::before {
	content: '';
	display: block;
	height: 100%;
	width: 90%;
	position: absolute;
	top: 6px;
	left: 5%;
	z-index: -1;
	box-shadow: 0 0 3px #ccc;
}