html, body {margin: 0; padding: 0;} body {font-family: "Open Sans", Verdana, Geneva, sans-serif; font-variant-ligatures: none !important;}

#width {position: fixed; top: 0; z-index: 20; padding: 0 3px; font-size: 11px; line-height: 14px; font-family: Arial, Helvetica, sans-serif; background-color: #FF0;}
a, a:visited, a:hover {outline: none; color: #00F;} a {text-decoration: none; cursor: pointer;}
img {border: 0;} #phone a {white-space: nowrap;} a, *:hover {-webkit-tap-highlight-color: transparent;}
.phlink {color: inherit !important; text-decoration: none !important; white-space: nowrap;} .phlink:hover {cursor: text;}

/*-----------------------------------------------*/

/*HEADER*/

/*#headtopback {border: 1px solid red} #headtop {border: 1px solid magenta}
#headerback {border: 1px solid cyan} #header {border: 1px solid yellow} .slant {border: 1px solid #FFF;}
#logo {border: 1px solid green} #logo a {border: 1px solid yellow} #logo img {border: 1px solid purple;}*/

#headtopback, #headtop {height: 40px; width: 100%; position: relative;} #headerback {width: 100%; position: relative;} #headerback, #header {height: 100px;}
#headtop, #header {position: relative; display: table; width: 100%; left: 0; right: 0; margin: auto; text-align: center;}
.slant {position: relative; border-bottom: 100px solid #B00; border-right: 90px solid transparent;}

#logo {position: absolute; top: calc(100px / 2); transform: translateY(-50%); z-index: 3;}
#logo img {display: block; width: 250px; /*height: sdf;*/} #logo a {display: block}
#logo, #social {left: 4vw;} #phone {padding-right: 4vw;}

#phone {display: table-cell; text-align: right; font-size: 20px; line-height: 1; vertical-align: middle;}
#phone, #phone a {font-weight: 500;} #phone a {margin-left: 5px;} #phone span {font-size: .9em; font-weight: 400;}

#social {position: absolute; top: 6px;} #social a {display: inline-block; margin: 0 2px;}
#social img {display: block; width: 26px; height: 26px; transition: .3s;} #social img:hover {-webkit-transform: scale(1.1);}

@media (max-width: 10px) {#social {top: 69px; left: 53%; width: 120px; z-index: 1;}}
@media (min-width: 1151px) {.slant {width: 40%;}} @media (max-width: 1150px) {.slant {width: calc(80vw - 500px);}}
@media (max-width: 950px) {.slant {width: calc(80vw - 430px);}} @media (max-width: 855px) {.slant {width: 300px;}}
@media (max-width: 450px) and (min-width: 401px) {.slant {width: 250px;}}
@media (max-width: 400px) {.slant {width: auto; border-right: 0;}} @media (max-width: 400px) {#phone span {display: none;}}
@media (max-width: 360px) {#logo img {width: 220px; /*height: sdf;*/}}
@media (max-width: 340px) {
#headerback, #header {height: 140px;} .slant {border-bottom: 140px solid #B00;}
#logo a {display: table;} #logo, #logo a {left: 0; right: 0; margin: auto; text-align: center;}
}

/*----------------*/

/*MENU*/

/*.navheader {border: 1px solid red} .menu {border: 1px dashed blue}*/

a, *:hover {-webkit-tap-highlight-color: transparent;} #navcheck {display: none;}
.menu a.selected {cursor: text; -webkit-user-select: none; -webkit-touch-callout: none;}
.menu a li {list-style-type:none; margin: 0 !important; padding: 0 !important;}
.menu a {display: block; position: relative; text-decoration:none !important; cursor: pointer; line-height: 1.3; font-weight: 400; vertical-align: middle;}

@media (max-width: 950px) and (min-width: 856px) {.menu span {display: block;}}
@media (min-width: 856px) {
.hamburger {display: none;} .navheader {position: absolute; top: 50%; transform: translateY(-50%); right: 0; margin-right: 3.5vw;}
.menu {display:inline-block;} .menu div {display: inline-block; vertical-align: middle; white-space: nowrap;}
.menu a {display: table-cell; text-align: center; height: 35px; padding: 2px 11px 3px 11px;}
}
@media (max-width: 855px) {
.menu {position: relative; text-align: center; transition: .15s; height: 0; font-size: 0; box-shadow: 0 8px 10px -9px #000; box-sizing: border-box; z-index: -1; top: 0;}
.menu div {width: 33%; display: inline-block; text-align: center; left: 0; margin: -.5px -.5px; font-size: 0; right: 0; height: 0; opacity: 0; transition: height .3s, opacity .6s;}
.menu a {text-align: center; font-size: 0; opacity: 0; height: 0; white-space: nowrap; padding: 0 8px 3px 8px;}
.menu li {width: 1%; display: table-cell; height: 67px; vertical-align: middle;}

#navcheck:checked ~ .menu {height: 100%; z-index: 2;} #navcheck:checked ~ .menu div {opacity: 1; height: 70px;}
#navcheck:checked ~ .menu a {font-size: 21px; opacity: 1; height: auto;}

.hamburger {position: absolute; z-index: 6; height: 35px; width: 45px; top: 22px; right: 10px; margin: auto; text-align: center; padding: 10px;}
.hamburger:hover {cursor: pointer;} .hamburger > div {top: 25px; left: 10px;}
.hamburger > div, .hamburger > div::before, .hamburger > div::after {display: block; content: ""; position: absolute; height: 4px; width: 44px; opacity: 1; background: #23336C; -webkit-transition: 0.15s ease-in-out; transition: 0.15s ease-in-out; -webkit-transition: transform 0.2s ease-out; -webkit-transition: -webkit-transform 0.2s ease-out;}
.hamburger > div::before {top: -11px;} .hamburger > div::after {top: 11px;}
#navcheck:checked ~ .hamburger > div {width: 0;}
#navcheck:checked ~ .hamburger > div::before {-webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); top: 0;}
#navcheck:checked ~ .hamburger > div::after {-webkit-transform: rotateZ(-45deg); transform: rotateZ(-45deg); top: 0;}
}
@media (max-width: 440px) and (min-width: 361px) {.menu span {display: block;}}
@media (max-width: 400px) {.hamburger > div, .hamburger > div::before, .hamburger > div::after {background: #FFF;}}
		
@media (max-width: 360px) {.menu div {width: 49.5%;}}
@media (max-width: 320px) {.menu div {width: 99.6%;}}
@media (max-width: 340px) {
.menu {position: relative; text-align: center; width: 100%; margin-top: 25px; visibility: hidden; transition: .8s !important; padding-top: 0; height: auto;}
.hamburger {position: relative; display: table; margin: -80px auto 0 auto; text-align: center; right: 0;}
#navcheck:checked ~ .menu {visibility: visible; z-index: 100;}
}
@media (min-width: 301px) {.menu a {-webkit-transition: background .3s, border .4s, font-size .4s;}}
@media (max-width: 300px) {.menu a {-webkit-transition: border .4s, font-size .4s;} .menu span {display: block;}}

/*-----------------------------------------------*/

/*BODY AREA*/

.bodyarea {position: relative; padding: 30px 0 35px 0; margin: auto; width: 85%; max-width: 1500px;}
.bodyarea, h2 {font-size: 20px; line-height: 1.7; font-weight: 400 !important;}
.bodyhead {padding: 10px 0; font-weight: 600 !important; font-size: 1.7em; line-height: 1.25; text-align: center;} h1, h2, h3 {margin: 0 !important;}

@media (max-width: 800px) {.bodyhead {font-size: 1.6em;}} @media (max-width: 480px) {.bodyhead {padding: 0;}}
@media (max-width: 360px) {.bodyarea {width: 88%;} .bodyhead {font-size: 1.5em;}}

.heading {font-weight: 600; font-size: 1.3em; line-height: 1.35;}

/*-----------------------------------------------*/

/*Page Pics*/

.pagepic img, .twopics img {border-radius: 3px;}

.pagepic img {width: 100%; display: block;}
/*.pagepic h4, .pagepic p {font-size: .9em; line-height: 1.45; margin: 10px auto 0 auto !important; text-align: center; font-weight: 400 !important;}*/
.picwide {max-width: 500px;} .pictall {max-width: 350px;}
.picleft {float: left; margin: 10px 30px 20px 0;} .picright {float: right; margin: 10px 0 20px 30px;}
.piccenter, .piccenter img {text-align: center; margin: auto; display: block;}
@media (max-width: 900px) and (min-width: 751px) {.picwide {max-width: 430px;}}
/*@media (min-width: 751px) {.piccenter {display: none;}}*/
@media (max-width: 750px) {.piccenter, .picleft, .picright {text-align: center; float: none; margin: 35px auto;} .pictall {max-width: 400px;}}

/*.imagewrap, .imagewrap2 p {overflow: hidden; margin: 0;}
@media (max-width: 975px) {
.imagewrap {overflow: visible;} .imagewrap p {overflow: hidden !important;}
.imagewrap2 p {overflow: visible !important;} .imagewrap, .imagewrap2 p {margin: 0 !important;}
}*/

/*.twopics {margin: 40px auto 20px auto; text-align: center;}
.twopics h4, .twopics p {font-size: .9em; line-height: 1.45; margin: 10px auto 0 auto !important; text-align: center; font-weight: 400 !important;}
.twopics p {margin: -5px 0 0 0; padding: 0;} .twopics img {width: 100%;} .twopics td:nth-child(2) {width: 4%;}
.twopictall {max-width: 380px;} .twopicwide {max-width: 480px;}
@media (max-width: 700px) {.twopics td {display: block;} .twopics td:nth-child(2) {width: 0; margin: 6vw auto;}}*/


/*-----------------------------------------------*/

.btn {display: table; text-align: center; margin: 25px auto 0 auto; -webkit-transition: 0.4s; border-radius: 6px;}
.btn a {display: table-cell; padding: 15px 22px 13px 22px; font-size: 18px; line-height: 1.4; text-decoration: none !important; background-color: #FDE001; -webkit-transition: 0.4s; white-space: nowrap; border-radius: 6px;}
@media (max-width: 480px) {.btn span {display: block;} .btn a {padding: 10px 18px; font-size: 16px;}}

/*-----------------------------------------------*/

/*Ready*/

#ready {clear: both; text-align: center; padding: 40px 20px; font-size: 1.8em; line-height: 1.4; font-weight: 600;} #ready div {margin-top: 25px;}
#ready div {display: block;} #ready a {display: inline-block; border-radius: 5px; font-weight: 600; padding: 9px 13px; font-size: 22px; text-decoration: none !important;}

@-webkit-keyframes rippleout {100% {top: -12px; right: -12px; bottom: -12px; left: -12px; opacity: 0;}}
@keyframes rippleout {100% {top: -12px; right: -12px; bottom: -12px; left: -12px; opacity: 0;}}
#ready a {display: inline-block; vertical-align: middle; box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative;}
#ready a:before {content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; -webkit-animation-duration: 1s; animation-duration: 1s; pointer-events: none; border-radius: 5px;}
#ready a:hover:before, #ready a:focus:before, #ready a:active:before {-webkit-animation-name: rippleout; animation-name: rippleout; border-radius: 5px;}

/*-----------------------------------------------*/

/*BOTTOM INFO*/

#btminfoback .connect img, #btminfoback .connect a {transition: 0.2s;}

#btminfoback {width: 100%; padding: 20px 0 18px 0; text-align: center; margin: auto;}
#btminfo {width: 100%; max-width: 1300px; text-align: center; margin: auto; padding: 0 15px;}
#btminfo td {vertical-align: top; font-size: 16px; line-height: 1.6; padding: 10px 0;} #btminfo a {text-decoration: none;}
.btmhead {font-size: 26px; font-weight: 600;}
.contactus, .hrs, .hrs span, .btmaddr span {text-align: left; display: inline-block;} .contactus div {padding: 3px 0;}
.hrs span:nth-child(3) {font-size: .85em;}

.contactus li, .hrs li {position: relative; float: left; vertical-align: top; margin-top: 3px; margin-right: 7px; width: 20px; height: 20px;}
.btmphicon, .btmemailicon, .btmaddricon, .hrsicon {background: url(../images/btmicons.png); display: inline-block; width: 20px; height: 20px;}
.btmphicon {background-position: 0 0px;} .btmemailicon {background-position: 0 -20px;}
.btmaddricon {background-position: 0 -40px;} .hrsicon {background-position: 0 -60px;}

.pay li {background: url(../images/pay.png); display: inline-block; width: 57px; height: 33px; margin: -3px 1px;}
.cash {background-position: 0 0 !important;} .check {background-position: 0 -33px !important;} .mc {background-position: 0 -66px !important;}
.visa {background-position: 0 -99px !important;} .amex {background-position: 0 -132px !important;} .disc {background-position: 0 -165px !important;}
.square {background-position: 0 -198px !important;}
.connect img {width: 36px; height: 36px;}
.connect a {margin: 0 5px;} .connect a:hover img {-webkit-transform: scale(1.1);} .connect a:hover {filter: brightness(120%);}

@media (max-width: 950px) {.contactusback, .hrsback, .payback, .connectback {background-color: #2f3a58;} #reviewus {margin-top: 25px;}}

@media (max-width: 950px) and (min-width: 571px) {
#btminfoback {width: auto; padding: 35px 0 25px 0;}
.contactusback, .hrsback, .payback, .connectback {width: 48%; display: inline-block; margin: 2px; border-radius: 3px; padding-top: 30px !important;}
.contactusback, .hrsback {height: 200px;} .payback, .connectback {height: 160px;}
}
@media (max-width: 570px) {
#btminfoback {padding: 30px 0 18px 0;} #btminfoback, #btminfo {width: auto;}
.contactusback, .hrsback, .payback, .connectback {display: block; margin: 5px auto; padding: 25px 15px !important;}
.btmhead {font-size: 23px;}
}
@media (max-width: 300px) {.contactusback, .hrsback, .payback, .connectback {padding: 20px 10px !important;}}

@keyframes shake {20% {-webkit-transform: rotateZ(-2deg);} 80% {-webkit-transform: rotateZ(2deg);}}
#reviewus img {width: 144px; height: 144px;} #reviewus img:hover {-webkit-animation: shake .18s 6;}

.copy {margin-top: 25px; font-size: 13px; line-height: 1.6; color: #FFF;} @media (max-width: 500px) {.btmco span {display: block;}}

/*-----------------------------------------------*/

/*BOTTOM AREA*/

.nolink, #cities a {color: inherit !important; text-decoration: none !important; pointer-events: none !important;}

.web {font-size: 13px; line-height: 1.8; padding: 15px 0; text-align: center;}
.web a {font-style: italic; text-decoration: none;} @media (max-width: 460px) {.web a {display: block;}}

#totop {position: fixed; right: 16px; bottom: 13px; font-size: 16px; border-radius: 4px; background-color: rgba(0, 0, 0, 0.35); padding: 8px; font-family: Arial, Helvetica, sans-serif; border: 2px solid #888;}
#totop img {width: 20px; height: 12px;} #totop:hover {-webkit-transform: scale(1.1);}
@media (min-width: 481px) {#totop {-webkit-transition: .3s;}}

/*====================================================*/

/*COLORS*/

body {color: #444;} body, .bodyarea {background-color: #FFF;} .bodyhead {color: #E60000;} .heading {color: #000;}
#headtopback, #headtop {background-color: #23336C;} #headerback, #header {background-color: #FFF}
#phone, #phone a {color: #FDE001;} #phone span {color: #FFF;} 

.menu a {color: #000;} .menu a:hover {color: #F00;} .menu a.selected, .menu a.selected:hover {color: #00F;}
@media (max-width: 855px) {
.menu, .menu a {background-color: #FDE001;} #navcheck:checked ~ .menu div {border: 1px solid rgba(0, 0, 0, .1);}
.menu a:hover {background-color: rgba(255, 255, 255, .6);}
.menu a.selected, .menu a.selected:hover {background-color: rgba(0, 0, 0, .2);}
}

.btn, .btn a {color: #000;}
#ready {background-color: #999; color: #FFF;} #ready div a {color: #000; background-color: #FDE001;} #ready a:before {border: #FDE001 solid 6px;}
#btminfo, #btminfoback a, #btm_menu a {color: #FFF;} #btminfoback {background-color: #1E2238;}
#bottomarea {background-color: #000;} .web, .web a {color: #BBB;} .web a:hover {color: #FFF;}
