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

/*
font-family: 'Bangers', cursive; 400
font-family: 'Share', cursive; 400,700 | Italic

Teal - #1DCAD3 / 29,202,211
Blue - #003DA6 / 0,61,166

Text - #222425 / 34,36,37
Drk Gray - #686868 / 104,104,104
Lt Gray - #D8D8D8 / 216,216,216
*/

@media screen and (max-width: 64.063em) {

}
@media screen and (max-width: 40.063em) {

}



/*********************************** TOP HEADER ***********************************/

.header_top {
	text-align: center;
	padding: 0.65rem 0rem 0.35rem 0rem;
	/*height: 72px;*/

	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;	
}
.header_top p {
	font-family: 'Bangers', cursive;
	font-weight: 400;
	margin: 0rem;
	font-size: 1.65rem;
	line-height: 1.35;
	color: #FFFFFF;
}
.header_top p a {
	color: #FFFFFF;
	text-decoration: none;
}
.header_top p a:hover, .header_top p a:focus {
	color: #CCCCCC;
	text-decoration: none;
}

.header_top h3 {
	display: inline-block;
	padding: 0px;
	margin: 0rem;
}

.header_top h3 a {
	font-family: 'Bangers', cursive;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.35;
	letter-spacing: 0.05rem;
	color: #FFFFFF;
	text-decoration: none;
}
.header_top h3 a:hover, .header_top h3 a:focus {
	color: #D8D8D8;
	text-decoration: none;
}

.header_top.contact_info h3::before {
	color: #D8D8D8;
	color: rgba(216,216,216,0.65);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.85rem;
	margin-right: 0.65rem;
}
.header_top.contact_info.phone h3::before {
	content: 'P : ';
}
.header_top.contact_info.email h3::before {
	content: 'E : ';
}


a.mobile_icon i, button.mobile_icon i {
	color: #FFFFFF;
	font-size: 2.65rem;
}
a.mobile_icon:hover, a.mobile_icon:focus i, button.mobile_icon:hover, button.mobile_icon:focus i {
	color: #FFFFFF;
	color: rgba(255,255,255,0.65);
}
a.mobile_icon.hamburger, button.mobile_icon.hamburger {
	padding: 0.65rem 0rem 0.35rem 0rem;
	line-height: 1.5;
}

.main_menu {
	text-align: right;
}


header.smaller .header_top {
	margin-top: -90px;
	opacity: 0;
	line-height: 1.5;
}

@media screen and (max-width: 64.063em) {

.header_top {
	text-align: center;
}
.header_top p {
	font-size: 0.72rem;
}

}
@media screen and (max-width: 40.063em) {

header.smaller .header_logo {
	/*display: none;*/
}
header.smaller .header_top {
	margin-top: -248px;
}

}

.header_top .button {
	margin: 0rem;
}

/*********************************** /TOP HEADER ***********************************/
/*********************************** HEADER ***********************************/


header .drive_pcl {
	position: relative;
}
header .drive_pcl a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #CCCCCC;
}


header {
	/*width: 100%;*/
	/*overflow: hidden;*/
	position: fixed;
	top: 0rem;
	right: 0rem;
	left: 0rem;
	z-index: 5;
	padding: 0rem;
	/*background: #003DA6;
	background: rgba(0,61,166,0.35);*/
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}

@media screen and (max-width: 64.063em) {

header {
	/*top: 1.35rem;
	right: 1.35rem;
	left: 1.35rem;*/
}	
	
}
@media screen and (max-width: 40.063em) {

header {
	/*top: 0.65rem;
	right: 0.65rem;
	left: 0.65rem;*/
}	
	
}

header h1#logo {
	display: inline-block;
	/*height: 70px;*/
	padding: 30px 0px 0px 0px;
	margin: 0rem;
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
header h1#logo a {
	white-space: nowrap;
	/*color: #3B3B3E;*/
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;	
}
header h1#logo a img {
	margin: -0.85rem 0rem 0rem 0rem;
	
	height: 115px;
	width: auto;
	
	/*width: 100%;
	height: auto;*/
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;	
}


@media screen and (max-width: 64.063em) {
	
header h1#logo a img {
	margin: 0rem;
	width: 100%;
	height: auto;
}
	
}
	
header nav {
	display: inline-block;
	float: right;
	width: 100%;
}
header nav a {
	line-height: 60px !important;
	font-size: 1.65rem;
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
header nav a:hover {
	color: #FFFFFF;
}



header.smaller {
	background: #1DCAD3;
	background: rgba(29,202,211,1.0);
}

header.smaller h1#logo {
	height: 65px;
	padding: 40px 0px;
	line-height: 22px;
	font-size: 18px;
	margin-top: -28px;
}
header.smaller h1#logo a {
	color: #FFFFFF;
}
header.smaller h1#logo a img {
	height: 62px;
	margin: -13px 0rem;
}

header.smaller nav a {
	line-height: 65px;
}

@media screen and (max-width: 64.063em) {

header h1#logo {
	margin: 0 auto;
	padding: 0.65rem;
	/*width: 65%;*/
	height: auto;
	/*height: 100px;
	width: 315px;*/
	font-size: 1.35rem;
	line-height: 1.35;	
}
header h1#logo img {
	max-height: 55px;	
	max-width: 185px;	
}

header nav {
	display: block;
	float: none;
	/*height: 50px;*/
	text-align: center;
	margin: 0 auto;
}
header nav a {
	line-height: 48px;
	/*margin: 0 10px;*/
}
header.smaller {
}
header.smaller h1#logo {
	margin-top: 6px;
	padding: 20px 0px;
}
header.smaller nav {
}
header.smaller nav a {
	line-height: 48px;
}

}

@media screen and (max-width: 40.063em) {

header h1#logo {
	width: 100%;	
	margin: 1.35rem 0rem 0rem 0rem !important;
	padding: 0rem !important;
}
header.smaller {
	/*opacity: 0;*/
}
header h1#logo, header.smaller h1#logo {
	font-size: 1.35rem;
	line-height: 1.35rem;
	margin: 0rem auto;
}
header h1#logo img, header.smaller h1#logo img {
	max-height: 55px;	
	max-width: 185px;	
}
header.smaller h1#logo {
	/*margin-top: -148px;*/
}

}

/*********************************** /HEADER ***********************************/
/*********************************** MAIN MENU ***********************************/

nav {
	font-family: 'Alef', sans-serif;
	font-weight: 400;
}
nav#nav-main {
	padding: 0;
	border-top: 1px solid #D8D8D8;
	border-top: 1px solid rgba(216,216,216,0.35);	
}

.smaller nav#nav-main {
	border-top: none;
}

nav#nav-main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center !important;
}
nav#nav-main li {
	position: relative;
	display: inline-block;
	padding: 0rem;
}
nav#nav-main a {
	display: block;
	color: #FFFFFF;
	font-family: 'Bangers', cursive;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	padding: 0rem 1.15rem;
}
nav#nav-main > ul > li:last-child a {
	border: 2px solid #FFFFFF;
	border: 2px solid rgba(255,255,255,0);
	background: #1DCAD3;
	line-height: 26px !important;
	margin: 15px 0px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
nav#nav-main > ul > li:last-child a:hover, nav#nav-main > ul > li:last-child a:focus {
	color: #FFFFFF;
	background: #003DA6;
	/*background: rgba(40,155,16,0.35);*/
	border: 2px solid #FFFFFF;	
}

@media screen and (max-width: 78em) {
nav#nav-main a {
	font-size: 0.92rem;
	padding: 0rem 0.65rem;
}
}
 
header.smaller nav#nav-main a {
	color: #FFFFFF;
}
nav#nav-main a:hover, nav#nav-main a:focus {
	color: #1DCAD3;
}
header.smaller nav#nav-main a:hover, header.smaller nav#nav-main a:focus {
	color: #FFFFFF;
	color: rgba(255,255,255,0.65) !important;
}




nav#nav-main ul ul {
	margin-top: 2.35rem;
	padding: 0rem;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 52px;
	left: 0rem;
	z-index: 20;
	background: #FFFFFF;
	color: #003DA6;
	text-align: left;
	min-width: 9rem;
	
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;	
}
header.smaller nav#nav-main ul ul {
	top: 65px;
}
nav#nav-main ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
nav#nav-main ul ul li {
	display: block;
	width: 18.65rem;
	border: 0;
	_line-height: 0; /*IE6 only*/
}
nav#nav-main ul ul a {
	padding: 0.65rem 1rem;
	_height: 1rem; /*IE6 only*/
	display: block;
	text-align: left;
	/*white-space: nowrap;*/
	line-height: 1.35 !important;	
	font-size: 1rem;
	color: #003DA6;

	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
nav#nav-main ul ul a:hover {
	background: #D8D8D8;
}

nav#nav-main ul.nav li.nav-path-selected a.nav-path-selected {
	/*color: #A0A0A0;*/
	color: #FFFFFF;
}
nav#nav-main ul.nav li.nav-path-selected a.nav-path-selected:hover, nav#nav-main ul.nav li.nav-path-selected a.nav-path-selected:focus {
	color: #1DCAD3;
}
nav#nav-main ul.nav li.nav-path-selected a.nav-path-selected:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 10px 10px 0;
	border-color: #FFFFFF transparent;
	border-color: rgba(255,255,255,0.35) transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: 0px;
	left: calc(50% - 5px);
	
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
nav#nav-main ul.nav li.nav-path-selected a.nav-path-selected:hover:before, nav#nav-main ul.nav li.nav-path-selected a.nav-path-selected:focus:before {
	border-color: #1DCAD3 transparent;
	/*display: none;*/
}


nav#nav-main ul.nav li.nav-path-selected ul li.nav-path-selected a.nav-path-selected {
	border-bottom: none !important;
	background: url(../img/menu/arrow-right.png) 7px center no-repeat #289B10 !important;
	color: #FFFFFF !important;
	padding-left: 2rem !important;
}
nav#nav-main ul.nav li.nav-path-selected ul li.nav-path-selected a.nav-path-selected:after {
	display: none;
}

nav#nav-main ul ul ul {
	/*display: none;*/	
	top: 0;
	left: -18.65rem;
	right: auto;
}



@media screen and (max-width: 64.063em) {

nav#nav-main a {
}
nav#nav-main ul ul {
	top: 48px;
}
header.smaller nav#nav-main ul ul {
	top: 48px;
}

}

@media screen and (max-width: 800px) {
	
header {
	padding: 0rem;	
}
.header_top {
	border-bottom: none;	
}

}
	
/*********************************** /MAIN MENU ***********************************/


.secondary_menu ul {
	text-align: center;
	display: block;
	list-style-type: none;
	margin: 0.85rem 0rem 0rem 0rem;
}
.secondary_menu ul li {
	display: inline-block;
}
.secondary_menu ul li a {
	font-family: 'Bangers', cursive;
	font-weight: 400;
	color: #1DCAD3;
	text-transform: uppercase;
	padding: 0.35rem 0.65rem;
	letter-spacing: 0.1rem;
	line-height: 1.35;
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;		
}
.secondary_menu ul li a:hover, .secondary_menu ul li a:focus {
	color: #FFFFFF;
}


/*********************************** MOBILE MENU AREA ***********************************/


.mobile_logo {
	position: relative;
	z-index: 1;
}
.mobile_logo img {
	width: 65%;
	height: auto;
	margin: 3.65rem auto 1.65rem auto;
}



/***** OFF CANVAS *****/

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background-color: transparent;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: none; }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254,254,254,0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  text-align: center !important;
  position: absolute;
  background-color: transparent;
  padding-bottom: 6.65rem;
  z-index: 1;
  min-height: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); 

	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;	

}
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .off-canvas.position-left.is-open {
     left: 0px;
}
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .off-canvas.position-right.is-open {
      -webkit-transform: translateX(-250px);
          -ms-transform: translateX(-250px);
              transform: translateX(-250px); }


.off-canvas .close-button {
    position: absolute;
    color: #686868;
    right: 1rem;
    top: 0.35rem;
    font-size: 2.65rem;
    line-height: 1;
    cursor: pointer;
	z-index: 10
}

/***** / OFF CANVAS *****/


.mobile_menu ul {
    margin: 0;
    list-style-type: none;
}
.mobile_menu ul li {
	width: 100%;
    display: block !important;
}
.mobile_menu ul li a {
	font-family: 'Bangers', cursive;
	font-weight: 400;
	font-size: 2.65rem;
	text-transform: uppercase;
	line-height: 1.35;
	padding: 0.65rem 0rem;
}

.mobile_menu ul li ul {
	/*display: block;*/
	display: none;
    margin: 0.85rem 0rem;
	padding: 0.85rem 0rem;
	border-top: 1px solid #D8D8D8;	
	border-bottom: 1px solid #D8D8D8;	
}
.mobile_menu ul li ul li a {
	font-family: 'Bangers', cursive;
	font-weight: 400;
	font-size: 1.15rem;
}


/*********************************** /MOBILE MENU AREA ***********************************/
