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

@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);

/*** 0.0 RESET ***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: 'Playfair Display', serif;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fjalla One', sans-serif;
	font-style:normal;
	font-weight: 200;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: none;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** 1.0 HEADER ***/

img {
	padding: 1%;
	display: block;
}

#content-details-right > p > img {
	display: block;
	height: auto;
	max-width: 100%;
}

#header-content-right > span.font-24 {
	color: #000;
}

#footer-hours > span.font-24 > a {
	color: #fff;
    font-size: 24px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 1.3em;
}

/*.tel,.tel:visited { 
	display:block; 
	font-family: 'Fjalla One', sans-serif;
	color: #424242;
	text-decoration:none; 
} 
.tel:hover,.tel:focus { 
	font-family: 'Fjalla One', sans-serif;
	color: #424242;
} .tel,.tel:visited {
	font-family: 'Fjalla One', sans-serif;
	color: #424242;
	cursor:default; 
}
.tel,.tel:focus { color:#000;
}  
*/


#hamburger-hold {
	background:#2997cd;
	float:right;
	margin: 10% 12% 0 ;
	width: 15%;
	height: 10%;
	padding: 3%;
	border-radius: 30px;
}

#hamburger-nav {
	padding: 3% 3% 2%;
	width: 25px;
	float: left;
}

#hamburger-nav > a {
	color: #fff;
	text-decoration:none;
	text-align:right;
}

#menu-text {
	float:right;
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	text-transform:uppercase;
	font-size: 140%;
	margin-top: 1px;
}

@media screen and (max-width:625px) {
#menu-text {
	display: none;
}	
	
#hamburger-hold {
	float:right;
	margin: 10% 12% 0 ;
	width: 7%;
	height: 10%;
	padding: 3% 3% 3% 4%;
	border-radius: 30px;
}
}

@media screen and (min-width:701px) {
#hamburger-hold {
	margin: 8% 12% 0 ;
}
}

@media screen and (min-width:821px) {
#hamburger-hold {
	display: none;
}
}

.menu {
  display: none;
  float: left;
  list-style: none;
  width: 75%;
  margin: 0;
  text-align: right;
  padding: 0;
}

.menu li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.menu li a {
  padding: 20px;
  display: block;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
@media screen and (max-width:767px) {
  .menu {
    display: none;
  }
}

/* Move Other Items */
.onCanvas {
  width: 100%;
  min-height: 100%;
  position: relative;
  height: 100%;
  float: left;
  z-index: 2;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.overflow_hidden,
.overflow_hidden body,
.overflow_hidden .onCanvas {
  overflow: hidden !important;
  height: 100%;
}
html.offCanvas_open body .onCanvas {
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
html.offCanvas_open body .onCanvas.onCanvas_left {
  -webkit-transform: translateX(260px);
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -o-transform: translateX(260px);
  transform: translateX(260px);
}
@media screen and (min-width:365px) {
  html.offCanvas_open body .onCanvas {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  html.offCanvas_open body .onCanvas.onCanvas_left {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
  }
}

/* Trigger / Button */
a.offCanvas_trigger {
  display: block;
  float: right;
  outline: none;
  width: 30px;
}
.offCanvas_trigger.offCanvas_trigger_open .offCanvas_trigger_item {
  background: #fff;
}
.offCanvas_trigger.offCanvas_trigger_open .offCanvas_trigger_item:first-child {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 6px 50%;
  -ms-transform-origin: 6px 50%;
  -webkit-transform-origin: 6px 50%;
  transform-origin: 6px 50%;
}
.offCanvas_trigger.offCanvas_trigger_open .offCanvas_trigger_item:nth-child(2) {
  opacity: 0;
}
.offCanvas_trigger.offCanvas_trigger_open .offCanvas_trigger_item:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -webkit-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}
.offCanvas_trigger_item {
  -moz-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  transition: all linear 0.4s;
  display: block;
  width: 30px;
  height: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 5px;
  background: #fff;
}
@media screen and (max-width:767px) {
  a.offCanvas_trigger {
    display: block;
  }
}

/* offCanvas Menu */
.offCanvas {
  padding: 20px 5px 20px 35px;
  height: 100%;
  overflow-y: hidden;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1111111;
  width: 235px;
  background-color: #1c77b2;
  -webkit-box-shadow: inset 37px 0px 50px -37px rgba(0,0,0,0.52);
	-moz-box-shadow: inset 37px 0px 50px -37px rgba(0,0,0,0.52);
	box-shadow: inset 37px 0px 50px -37px rgba(0,0,0,0.52);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width:365px) {
  .offCanvas {
    width: 275px
  }
}
html.offCanvas_open .offCanvas.offCanvas_menu_open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
}
ul.offCanvas_menu {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
}
ul.offCanvas_menu, ul.offCanvas_menu ul {
  -webkit-transform: translateZ(0);
  list-style: none;
  float: left;
  width: 100%;
  display: block;
  margin: 0 0 20px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul.offCanvas_menu ul {
  padding: 0 0 15px 20px;
  margin: 0;
  display: none;
}
ul.offCanvas_menu li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  cursor: pointer;
  position: relative;
}
ul.offCanvas_menu li a {
  display: block;
  float: left;
  width: 75%;
  padding: 7px 0;
  font-size: 16px;
  color: #ddd;
  text-overflow : ellipsis;
  white-space   : nowrap;
  overflow      : hidden;
}
ul.offCanvas_menu > li > a {
	text-decoration:none;
  font-size: 24px;
  background-color: #2997cd;
  padding: 7%;
  margin-bottom: 3%;
  border-radius: 25px;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
}
ul.offCanvas_menu li a:hover {
  color: #FC0;
}

/* offCanvas Sub-Menu Indicator */
ul.offCanvas_menu li .offCanvas_menu_has_children_indicator {
  display: block;
  float: left;
  width: 25%;
  height: 20px;
  position: absolute;
  right: 0;
  top: 8px;
  text-align: center;
}
ul.offCanvas_menu li > .offCanvas_menu_has_children_indicator svg {
  fill: #fff;
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform ease 0.2s;
  -moz-transition: -moz-transform ease 0.2s;
  -ms-transition: -ms-transform ease 0.2s;
  -o-transition: -o-transform ease 0.2s;
  transition: transform ease 0.2s;
}
ul.offCanvas_menu li.offCanvas_menu_sub_open > .offCanvas_menu_has_children_indicator svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}



@media (max-width: 480px) {
	
	#header-hold {
		max-width: 480px;
		overflow:hidden;
	}
	
	#header-body {
		text-align: center;
		width: 100%;
		padding: 0 1%;
	}
	
	#header-body > a > img {
		text-align: center;
		margin: 0 auto 0 auto;
	}
	
	#header-body > img.right {
		display: none;
	}
	
	#header-directions {
		background-image:url(/images/map-marker.png);
		background-repeat:no-repeat;
		background-position: left;
		padding-left: 40px;
		font-family: 'Fjalla One', sans-serif;
		color: #424242;
		margin-top: 4%;
		text-align: left;
		margin-left: 10%;
		float:left;
	}
	
	#header-directions a {
		color: #000;
		font-family: 'Fjalla One', sans-serif;
	}
	
	#header-directions a:hover {
		color:#06C;
	}
	
	#header-phone {
		font-size: 55px;
		color: #1c77b2;
		font-family: 'Fjalla One', sans-serif;
		text-align: center;
		margin: 7% auto 0 auto;
		display:inline-block;
	}
	
	#header-phone a{
		font-size: 55px;
		color: #1c77b2;
		font-family: 'Fjalla One', sans-serif;
		text-align: center;
		margin: 7% auto 0 auto;
		display:inline-block;
	}
	.font-24 {
		color: #fff;
		font-size: 26px;
		font-family: 'Fjalla One', sans-serif;
		line-height: 1.8em;
	}
	
	.font-15 {
		font-size: 16px;
		font-family: 'Fjalla One', sans-serif;
		padding-right: 4px;
		line-height: 2.0em;
	}
	
	#header-sub {
		width: 100%;
		margin-top: 3%;
	}
	
	#header-motto {
	color: #960d09;
	font-size: 27px;
	font-family: 'Fjalla One', sans-serif;
	float:left;
	text-align: left;
	margin-top: 3%;
	line-height: 150%;
	}
	
	.header-spacer {
		height: 10px;
		clear:both;
	}
	
	#header-body > ul, #header-sub > a:nth-child(2), #header-sub > a:nth-child(4), #header-follow, #header-social {
		display: none;
	}
	
	#content-body {
		background-color: #fff;
		background-image: none;
	}
	
	
}

@media only screen and (min-width : 481px) 
and (max-width : 820px) {
	
	body {
		overflow-x:hidden;
		max-width: 820px;
		height: 100%;
	}
	
	#header-body {
		max-width: 820px;
		margin-top: 1%;
		padding: 0 3%;
		overflow:hidden;
	}
	
	#header-body > a > img {
		float: left;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	
	#header-directions {
		float: left;
		background-image:url(/images/map-marker.png);
		background-repeat:no-repeat;
		background-position: left;
		padding-left: 40px;
		font-family: 'Fjalla One', sans-serif;
		color: #424242;
		margin-top: 8%;
	}
	
	#header-directions a {
		color: #000;
		font-family: 'Fjalla One', sans-serif;
	}
	
	#header-directions a:hover {
		color:#06C;
	}
	
	#header-phone {
		font-size: 45px;
		color: #1c77b2;
		font-family: 'Fjalla One', sans-serif;
		float:left;
		clear:left;
		margin-top: 20px;
	}
	#header-phone a{
		font-size: 45px;
		color: #1c77b2;
		font-family: 'Fjalla One', sans-serif;
		float:left;
		clear:left;
		margin-top: 20px;
	}
	
	.font-24 {
		color: #fff;
		font-size: 22px;
		font-family: 'Fjalla One', sans-serif;
		line-height: 1.3em;
		float:left;
		clear:left;
	}
	
	.font-15 {
		font-size: 14px;
		font-family: 'Fjalla One', sans-serif;
		padding-right: 4px;
		line-height: 2.0em;
		float:left;
		clear:left;
	}
	
	#header-motto {
		color: #960d09;
		font-size: 34px;
		font-family: 'Fjalla One', sans-serif;
		float:left;
		margin-top: 3%;
	}
	
	#header-body > ul, #header-sub > a:nth-child(2), #header-body > img.right, #header-sub > a:nth-child(4), #header-follow, #header-social {
		display: none;
	}
	
	.header-spacer {
		height: 10px;
		clear:both;
	}
	
}

@media (min-width: 821px) {
	
	#header-body {
		max-width: 1250px;
		margin: 0 auto 0 auto;
		margin-top: 1%;
		padding: 1%;
	}
	
	#header-body > a > img {
		float: left;
		width: 200px;
		height: auto;
	}
	
	#header-content-right {
		float: right;
		width: 30%;
		text-align:right;
		color: #424242;
		margin-right: 1%;
		margin-top: 1%;
	}
	
	#header-body > img.right {
		float:right;
		margin-top: 1%;
		width: 100px;
		height: auto;
	}
	
	#header-directions {
		float: left;
		background-image:url(/images/map-marker.png);
		background-repeat:no-repeat;
		background-position: left;
		padding-left: 40px;
		font-family: 'Fjalla One', sans-serif;
		color: #424242;
		margin-top: 4%;
	}
	
	#header-directions a {
		color: #000;
		font-family: 'Fjalla One', sans-serif;
	}
	
	#header-directions a:hover {
		color:#06C;
	}
	
	#header-phone {
		font-size: 25px;
		color: #1c77b2;
		font-family: 'Fjalla One', sans-serif;
	}
	#header-phone a {
		font-size: 25px;
		color: #1c77b2;
		font-family: 'Fjalla One', sans-serif;
	}
	.font-24 {
		color: #fff;
		font-size: 16px;
		font-family: 'Fjalla One', sans-serif;
		line-height: 1.3em;
	}
	
	.font-15 {
		font-size: 12px;
		font-family: 'Fjalla One', sans-serif;
		padding-right: 4px;
		line-height: 2.0em;
	}
	
	#header-body > ul {
		display:inline-block;
		width: 100%;
		text-align:right;
		font-size: 20px;
		margin-top: 15px;
	}
	
	#header-body > ul > li {
		display:inline-block;
		padding: 6px 8px;
	}
	
	#header-body > ul > li:hover {
		background-color: #9f9625;
		border-radius: 10px;
	}
	
	#header-body > ul > li:hover > a {
		color: #fff;
	}
	
	#header-body > ul > li > a {
		color: #1c77b2;
		font-family: 'Fjalla One', sans-serif;
		text-decoration:none;
		word-spacing: 0.1em;
	}
	
	#header-sub {
		width: 100%;
		margin-top: 3%;
	}
	
	#header-motto {
	color: #960d09;
	font-size: 30px;
	font-family: 'Fjalla One', sans-serif;
	float:left;
	}
	
	#header-social {
	  color: #fff;
	  background-color: #a02521;
	  text-shadow: #000 0px 0px 4px;
	  height: 40px;
	  width: 40px;
	  line-height: 2em;
	  text-align: center;
	  margin-top: 1px;
	  -moz-transition: all .1s ease-in;
	  -o-transition: all .1s ease-in;
	  -webkit-transition: all .1s ease-in;
	  transition: all .1s ease-in;
	  border-radius: 5px;
	  box-shadow: #652e2e 0px 1px 1px;
	  float:right;
	}
	
	#header-social > img {
		display: inline;
	}
	
	#header-social:hover {
		background-color:#F00;
	}
	
	#header-social > img {
		padding-top: 4px;
	}
	
	#header-follow {
		float:right;
		line-height: 40px;
		padding-right: 8px;
		font-family: 'Fjalla One', sans-serif;
		color: #505050;
		font-size: 15px;
	}
	
	.header-spacer {
		height: 10px;
		clear:both;
	}
	
	.header-social-space {
		float:right;
		padding-right: 3px;
	}
}

@media (min-width: 1040px) {
	
	#header-body > a > img {
		float: left;
		width: 307px;
		height: auto;
	}
	
	#header-body > img.right {
		float:right;
		margin-top: 1%;
		width: 116px;
		height: auto;
	}
	
	#header-phone {
		font-size: 34px;
		color: #1c77b2;
		font-family: 'Fjalla One', sans-serif;
	}
	
	.font-24 {
		color: #fff;
		font-size: 24px;
		font-family: 'Fjalla One', sans-serif;
		line-height: 1.3em;
	}
	
	.font-15 {
		font-size: 15px;
		font-family: 'Fjalla One', sans-serif;
		padding-right: 4px;
		line-height: 2.0em;
	}
	
	#header-motto {
	color: #960d09;
	font-size: 40px;
	font-family: 'Fjalla One', sans-serif;
	float:left;
	}
	
}

/*** 2.0 CONTENT ***/

#content-hold {
	margin: 0 auto 0 auto;
	width: 100%;
}

@media (max-width: 480px) {
	#content-body {
		max-width: 1250px;
		margin: 0 auto 0 auto;
	}
	
	#content-details-left {
		float:left;
		width: 100%;
	}
	
	#content-details-left > ul {
		background-color: #1c77b2;
		padding: 3%;
	}
	
	#content-details-left > ul > li {
		text-align: center;
		background-color:#2997cd;
		padding: 2% 3%;
		border-bottom: #1f759f solid 1px;
		border-radius: 25px;
		width: 50%;
		margin: 0 auto 1% auto;
	}
	
	#content-details-left > ul > li > a {
		color: #fff;
		font-size: 22px;
		text-decoration:none;
		font-family: 'Fjalla One', sans-serif;
		line-height: 140%;
	}
	
	#content-details-left > ul > li > a:hover {
		color: #e10600;
		font-size: 22px;
		text-decoration:none;
	}
	
	#content-details-left > img {
		display: none;
	}
	
	#content-details-review {
		background-color: #0f5a8e;
		border-radius: 10px;
		padding: 3% 5%;
		box-shadow: #8a8a8a 0px 0px 8px;
		font-family: 'Playfair Display', serif;
		color: #fff;
		font-size: 14px;
		line-height: 150%;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	
	#content-details-review > h2 {
		color: #fef262;
		font-size: 180%;
		text-align: center;
		line-height: 120%;
		padding-bottom: 2%;
	}
	
	#content-details-review > ul {
		margin-top: 2%;
	}
	
	#content-details-review > ul > li > a {
		color: #ffeb00;
		font-size: 17px;
	}
	
	#content-details-review > ul > li > a:hover {
		color:#FFF;
	}
	
	#content-details-right {
		width: 95%;
		margin: 0 auto 0 auto;
		color: #383838;
		font-size: 18px;
		line-height: 150%;
		padding: 1%;
	}
	#content-details-right p {
	margin-bottom: 22px;
	}
	
	#content-details-right > img {
	display: block;
	}
	
	#content-details-right > a {
		text-decoration:underline;
		color: #017fd3;
	}
	
	#content-details-right > a:hover {
		color: #e10600;
	}
	
	#content-details-right > h1 {
		color: #688497;
		font-size: 32px;
		border-bottom: 4px solid #e2dfbd;
		margin-top: 7%;
		margin-bottom: 1%;
		line-height: 150%;
	}
	#content-details-right > h2 {
		font-family: 'Fjalla One', sans-serif;
		color: #a19714;
		font-size: 27px;
		margin-top: 7%;
		margin-bottom: 1%;
	}


	#content-details-right > h2 a{
		color: #a19714;
		font-family: 'Fjalla One', sans-serif;
	}
	
	#content-details-right > ul {
		margin: 2% 4%;
		list-style-type:circle;
		line-height: 230%;
	}
	
	#content-details-spacing {
		margin-top: 4%;
		clear:both;
	}
	
	#content-body-left {
		float:left;
  		width: 100%;
		padding: 1%;
		background-color: rgba(255,255,255,0.6);
	}
	
	#content-body-right {
		float: left;
  		width: 100%;
	}
	
	#content-body-right-box a {
		color: #fffb46;
	}
	#content-body-right-box ul a {
		color: #fffb46;
	}
	#content-body-left > p {
		margin-bottom: 4%;
		line-height: 180%;
		font-size: 19px;
		padding: 1% 3% 0;
	}
	
	#content-body-left > h1 {
		font-size: 32px;
		color:#39627e;
		padding: 3% 3% 0;
		line-height: 150%;
	}
	
	#content-body-left > p > a {
		color: #b81813;
	}
	
	#content-body-left > p > a:hover {
		color: #ff0000;
	}
	
	#content-body-right-box {
		background-color: rgba(0, 64, 107, 0.6);
		float:left;
		margin-top: 5%;
		color:#FFF;
		border-radius: 25px;
		padding: 6%;
		font-family: 'Playfair Display', serif;
		font-size: 17px;
		line-height: 140%;
	}
	
	#content-body-left > p > img {
		float:right;
		padding: 3%;
		width: 50%;
		height: 50%;
	}
	
	#content-body-reset {
		height: 5px;
		clear: both;
	}
	
	#content-body-right-box > h2 {
		color: #e0d43f;
		font-size: 28px;
		margin-bottom: 5%;
		line-height: 130%;
		margin-top: 2%;
	}
	
	#content-body-right-box > p > img {
		vertical-align:middle;
		padding-bottom: 2%;
	}
	
	
	#content-body-right-box > p > a:hover {
		color: #fff;
	}
	
	#content-body-right-box > p {
		margin-bottom: 5%;
	}
	
	#content-body-right-box a {
		color: #fffb46;
		font-size: 21px;
	}
#content-body-right-box ul li a {
	color: #FFFB46;
}

	
	#content-body-spacing {
		height: 10px;
 		clear: both;
	}
	
	#content-body-left ul li {
	margin-top: 0px;
	margin-bottom: 12px;
	list-style-type: circle;
	margin-left: 7%;
}

#content-details-right > p {
	margin: 7% 0;
	line-height: 200%;
}
}

@media only screen and (min-width : 481px) 
and (max-width : 820px) {
	
	#content-body {
		max-width: 1250px;
		margin: 0 auto 0 auto;
	}
	
	#content-details-left {
		float:left;
		width: 100%;
	}
	
	#content-details-left > ul {
		background-color: #1c77b2;
		padding: 3%;
	}
	
	#content-details-left > ul > li {
		text-align: center;
		background-color:#2997cd;
		padding: 2% 3%;
		border-bottom: #1f759f solid 1px;
		border-radius: 25px;
		width: 50%;
		margin: 0 auto 1% auto;
	}
	
	#content-details-left > ul > li > a {
		color: #fff;
		font-size: 22px;
		text-decoration:none;
		font-family: 'Fjalla One', sans-serif;
		line-height: 140%;
	}
	
	#content-details-left > ul > li > a:hover {
		color: #e10600;
		font-size: 22px;
		text-decoration:none;
	}
	
	#content-details-left > img {
		display: none;
	}
	
	#content-details-review {
		background-color: #0f5a8e;
		border-radius: 10px;
		padding: 3% 5%;
		box-shadow: #8a8a8a 0px 0px 8px;
		font-family: 'Playfair Display', serif;
		color: #fff;
		font-size: 14px;
		line-height: 150%;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	
	#content-details-review > h2 {
		color: #fef262;
		font-size: 180%;
		text-align: center;
		line-height: 120%;
		padding-bottom: 2%;
	}
	
	#content-details-review > ul {
		margin-top: 2%;
	}
	
	#content-details-review > ul > li > a {
		color: #ffeb00;
		font-size: 17px;
	}
	
	#content-details-review > ul > li > a:hover {
		color:#FFF;
	}
	
	#content-details-right {
		width: 95%;
		margin: 0 auto 0 auto;
		color: #383838;
		font-size: 18px;
		line-height: 180%;
	}
	
	#content-details-right > img {
	margin: 2%;
	width: 25%;
	display: block;
	}
	
	#content-details-right > a {
		text-decoration:underline;
		color: #017fd3;
	}
	
	#content-details-right > a:hover {
		color: #e10600;
	}
	
	#content-details-right > h1 {
		color: #688497;
		font-size: 32px;
		border-bottom: 4px solid #e2dfbd;
		margin-top: 7%;
		margin-bottom: 1%;
		line-height: 150%;
	}
	
	#content-details-right > h2 {
		color: #a19714;
		font-size: 27px;
		margin-top: 7%;
		margin-bottom: 1%;
	}
	#content-details-right > ul {
		margin: 2% 4%;
		list-style-type:circle;
		line-height: 230%;
	}
	
	#content-details-spacing {
		margin-top: 4%;
		clear:both;
	}
	
	#content-body-left {
		float:left;
  		width: 100%;
		padding: 1%;
		background-color: rgba(255,255,255,0.6);
	}
	
	#content-body-right {
		float: left;
  		width: 100%;
	}
	
	#content-body-left > p {
		margin-bottom: 4%;
		line-height: 180%;
		font-size: 19px;
		padding: 1% 3% 0;
	}
	
	#content-body-left > h1 {
		font-size: 32px;
		color:#39627e;
		padding: 3% 3% 0;
	}
	
	#content-body-left > p > a {
		color: #b81813;
	}
	
	#content-body-left > p > a:hover {
		color: #ff0000;
	}
	
	
	#content-body-right-box {
		background-color: rgba(0, 64, 107, 0.6);
		float:left;
		margin-top: 5%;
		color:#FFF;
		border-radius: 25px;
		padding: 6%;
		font-family: 'Playfair Display', serif;
		font-size: 17px;
		line-height: 140%;
	}
	
	#content-body-left > p > img {
		float:right;
		padding: 3%;
		width: 50%;
		height: 50%;
	}
	
	#content-body-reset {
		height: 5px;
		clear: both;
	}
	
	#content-body-right-box > h2 {
		color: #e0d43f;
		font-size: 28px;
		margin-bottom: 5%;
		line-height: 130%;
	}
	
	#content-body-right-box > p > img {
		vertical-align:middle;
		padding-bottom: 2%;
	}
	
	#content-body-right-box > p > a {
		color: #fffb46;
	}
	
	#content-body-right-box > p > a:hover {
		color: #fff;
	}
	
	#content-body-right-box > p {
		margin-bottom: 5%;
	}
	

	#content-body-right-box a {
		color: #fffb46;
	}
	#content-body-spacing {
		height: 10px;
 		clear: both;
	}
	
	#content-body-left ul li {
	margin-top: 0px;
	margin-bottom: 12px;
	list-style-type: circle;
	margin-left: 7%;
}

#content-details-right > p {
	margin: 7% 0;
	line-height: 200%;
}
	
}

@media (min-width: 821px) {
	
	#content-body {
		max-width: 1250px;
		margin: 0 auto 0 auto;
		padding: 0 1% 0;
	}
	
	#content-details-left {
		float:left;
		width: 21%;
		margin-top: 1%;
	}
	
	#content-details-left > ul > li {
		padding-bottom: 5%;
	}
	
	#content-details-left > ul > li > a {
		color: #9f9625;
		font-size: 22px;
		text-decoration:none;
		font-family: 'Fjalla One', sans-serif;
		line-height: 140%;
	}
	
	#content-details-left > ul > li > a:hover {
		color: #e10600;
		font-size: 22px;
		text-decoration:none;
	}
	
	#content-details-left > img {
		width:100%;
    	height: auto;
		margin: 9% 0;
	}
	
	#content-details-review {
		background-color: #0f5a8e;
		border-radius: 10px;
		padding: 8% 7%;
		box-shadow: #8a8a8a 0px 0px 8px;
		font-family: 'Playfair Display', serif;
		color: #fff;
		font-size: 14px;
		line-height: 170%;
	}
	
	#content-details-review > h2 {
		color: #fef262;
		font-size: 26px;
		text-align: center;
		line-height: 130%;
		padding-bottom: 5%;
	}
	
	#content-details-review > ul {
		margin-top: 10%;
	}
	
	#content-details-review > ul > li > a {
		color: #ffeb00;
		font-size: 17px;
	}
	
	#content-details-review > ul > li > a:hover {
		color:#FFF;
	}
	
	#content-details-right {
		float:right;
		width: 77%;
		color: #383838;
		font-size: 19px;
		line-height: 180%;
	}
	#content-details-right p {
	margin-bottom: 22px;
	}
	
	#content-details-right > img {
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 2%;
	margin-left: 6%;
	width: 45%;
	display: block;
	}
	
	#content-details-right > a {
		text-decoration:underline;
		color: #017fd3;
	}
	
	#content-details-right > a:hover {
		color: #e10600;
	}
	
	#content-details-right > h1 {
		color: #688497;
		font-size: 32px;
		border-bottom: 4px solid #e2dfbd;
		margin-top: 3%;
		margin-bottom: 0.5%;
	}
	#content-details-right > h2 {
		color: #a19714;
		font-size: 27px;
		margin-top: 3%;
		margin-bottom: 0.5%;
	}

	#content-details-right > h2 a{
		color: #a19714;
		font-family: 'Fjalla One', sans-serif;
	}
	
	#content-details-right > ul {
		margin: 2% 4%;
		list-style-type:circle;
		line-height: 230%;
	}
	
	#content-details-spacing {
		height: 85px;
		clear:both;
	}
	
	#content-body-left {
		float:left;
  		width: 58%;
		padding: 1%;
		background-color: rgba(255,255,255,0.6);
	}
	
	#content-body-right {
		float: right;
  		width: 40%;
	}
	
	#content-body-left > p {
		margin-bottom: 4%;
		line-height: 180%;
		font-size: 19px;
	}
#content-body-left ul  {
	margin-bottom: 25px;
	margin-top: 0px;
	margin-left: 25px;
	font-size: 110%;
	color: #333;
}
#content-body-left ul li {
	margin-top: 0px;
	margin-bottom: 12px;
	list-style-type: circle;
	margin-left: 12px;
}


	
	#content-body-left > h1 {
		font-size: 32px;
		color:#39627e;
	}
	
	#content-body-left > p > a {
		color: #b81813;
	}
	
	#content-body-left > p > a:hover {
		color: #ff0000;
	}
	
	#content-body-right-box {
		background-color: rgba(0, 64, 107, 0.6);
		width: 83%;
		float:right;
		margin-right: 4%;
		margin-top: 5%;
		color:#FFF;
		border-radius: 25px;
		padding: 6% 4% 6%;
		font-family: 'Playfair Display', serif;
		font-size: 17px;
		line-height: 140%;
	}
	
	#content-body-left > p > img {
		float:right;
		padding: 3%;
	}
	
	#content-body-reset {
		height: 30px;
	}
	
	#content-body-right-box > h2 {
		color: #e0d43f;
		font-size: 28px;
		margin-bottom: 5%;
		line-height: 130%;
	}
	
	#content-body-right-box > p > img {
		vertical-align:middle;
		padding-bottom: 2%;
	}
	
	#content-body-right-box > p > a {
		color: #fffb46;
	}
	
	#content-body-right-box > p > a:hover {
		color: #fff;
	}
	
	#content-body-right-box > p {
		margin-bottom: 5%;
	}
	
	#content-body-right-box a {
		color: #fffb46;
	}

	
	#content-body-spacing {
		height: 10px;
 		clear: both;
	}
	
}

@media (min-width: 1040px) {
	
	#content-body {
		max-width: 1250px;
		margin: 0 auto 0 auto;
	}
}

/*** 3.0 FOOTER ***/

#footer-hold {
	margin: 0 auto 0 auto;
	width: 100%;
}

@media (max-width: 480px) {
	#footer-hold {
		background-color: #6c2927;
	}
	
	#footer-body {
		max-width: 480px;
		padding-top: 45px;
		padding-bottom: 10px;
		color:#FFF;
	}
	
	#footer-body > ul {
		display:inline-block;
		width: 100%;
		font-size: 17px;
		text-align: center;
	}
	
	#footer-body > ul > li {
		display:inline-block;
		padding: 0px 16px 50px;
	}
	
	#footer-body > ul > li:hover > a {
		color: #fff;
	}
	
	#footer-body > ul > li > a {
		color: #e7dc40;
		font-family: 'Fjalla One', sans-serif;
		text-decoration:none;
		word-spacing: 0.1em;
	}
	
	#footer-hours {
		float: left;
		width: 100%;
		text-align: center;
	}
	
	#footer-hours > span.font-24 {
		font-size: 55px;
		padding-top: 20px;
	}
	
	#footer-hours > span.font-13 {
		font-size: 18px;
	}
	
	.font-13 {
		padding-top: 9px;
		font-size: 22px;
		font-family: 'Fjalla One', sans-serif;
		line-height: 1.6em;
		margin-bottom: 10px;
	}
	
	#footer-address {
		margin: 0 auto 0 auto;
		text-align: center;
		float: right;
		width: 100%;
	}
	
	#footer-address > a {
		color: #fff;
		text-decoration:underline;
		font-size: 45px;
		font-family: 'Fjalla One', sans-serif;
	}
	
	#footer-address > a:hover {
		color: #e7dc40; 
	}
	
	#footer-copyright {
		color: #c4a9a9;
		font-size: 14px;
		font-family: 'Fjalla One', sans-serif;
		float:left;
		text-align: center;
		width: 100%;
		margin-top: 25px;
	}
	
	#footer-body > img {
		display: none;
	}
}

@media only screen and (min-width : 481px) 
and (max-width : 820px) {
	#footer-hold {
		background-color: #6c2927;
	}
	
	#footer-body {
		max-width: 820px;
		padding: 45px 20px 10px;
		color:#FFF;
	}
	
	#footer-body > ul {
		display:inline-block;
		width: 100%;
		font-size: 28px;
		text-align: center;
	}
	
	#footer-body > ul > li {
		display:inline-block;
		padding: 0px 14px 50px;
	}
	
	#footer-body > ul > li:hover > a {
		color: #fff;
	}
	
	#footer-body > ul > li > a {
		color: #e7dc40;
		font-family: 'Fjalla One', sans-serif;
		text-decoration:none;
		word-spacing: 0.1em;
	}
	
	#footer-hours {
	}
	
	#footer-hours > span.font-24 {
	  font-size: 33px;
	  font-family: 'Fjalla One', sans-serif;
	  line-height: 1.3em;
	  float:none;
	  clear: left;
	}
	
	.font-13 {
		padding-top: 9px;
		font-size: 20px;
		font-family: 'Fjalla One', sans-serif;
		line-height: 1.6em;
		padding-right: 1%;
	}
	
	#footer-address {
		float: right;
	}
	
	#footer-address > a {
		color: #fff;
		text-decoration:underline;
		font-size: 33px;
		font-family: 'Fjalla One', sans-serif;
	}
	
	#footer-address > a:hover {
		color: #e7dc40; 
	}
	
	#footer-copyright {
		color: #c4a9a9;
		font-size: 14px;
		font-family: 'Fjalla One', sans-serif;
		float:left;
		text-align: center;
		width: 100%;
		margin-top: 25px;
	}
	
	#footer-body > img {
		display: none;
	}
}

@media (min-width: 821px) {
	
	#footer-hold {
		background-color: #6c2927;
	}
	
	#footer-body {
	max-width: 800px;
	margin: 0 auto 0 auto;
	padding-top: 45px;
	padding-bottom: 40px;
	color: #FFF;
	}
	
	#footer-body > ul {
		display:inline-block;
		width: 100%;
		font-size: 17px;
		text-align: center;
	}
	
	#footer-body > ul > li {
		display:inline-block;
		padding: 0px 5px 50px;
	}
	
	#footer-body > ul > li:hover > a {
		color: #fff;
	}
	
	#footer-body > ul > li > a {
		color: #e7dc40;
		font-family: 'Fjalla One', sans-serif;
		text-decoration:none;
		word-spacing: 0.1em;
	}
	
	#footer-body > img {
		float:left;
		margin-left: 25px;
	}
	
	#footer-hours {
		float:right;
		max-width: 280px;
		margin-right: 50px;
	}
	
	.font-13 {
		padding-top: 9px;
		font-size: 13px;
		font-family: 'Fjalla One', sans-serif;
		line-height: 1.6em;
	}
	
	#footer-address {
		float: right;
		max-width:145px;
	}
	
	#footer-address > a {
		color: #fff;
		text-decoration:underline;
		font-size: 22px;
		font-family: 'Fjalla One', sans-serif;
	}
	
	#footer-address > a:hover {
		color: #e7dc40; 
	}
	
	#footer-copyright {
		color: #c4a9a9;
		font-size: 14px;
		font-family: 'Fjalla One', sans-serif;
		float:left;
		text-align: center;
		width: 100%;
		margin-top: 50px;
	}
}
