/*****************************************
                     Global Styles
*****************************************/

*{box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
html, body{margin:0;}
html{background:#171717; height:100%;}
body{font-size: 16px; font-family:"Open Sans", helvetica, arial, sans-serif !important;}

h1, h2, h3, h4, h5, h6{color:#444;}

a{-webkit-transition: all 0.3s cubic-bezier(0.03, 0.4, 0.3, 0.97); -khtml-transition: all 0.3s cubic-bezier(0.06, 0.4, 0.3, 0.97); -moz-transition: all 0.3s cubic-bezier(0.06, 0.4, 0.3, 0.97); -ms-transition: all 0.3s cubic-bezier(0.06, 0.4, 0.3, 0.97); -o-transition: all 0.3s cubic-bezier(0.06, 0.4, 0.3, 0.97); transition: all 0.3s cubic-bezier(0.06, 0.4, 0.3, 0.97);}
a:link, a:visited { color:#000099; }
a:hover { color:#990000; }
a:active { color:#009900; }

img{max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto;
image-rendering: optimizeSpeed; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: optimize-contrast; -ms-interpolation-mode: nearest-neighbor;
}

body,td,.ar_text {color:#000000; text-align:left;}

.ar_pgtitle {text-align:left; font-size:1.3em; padding:0; margin:0;} 
.ar_pgdesc {text-align:left; font-size:1em; padding:0 0 1em 0; font-weight:normal; margin:0;} 

.footer-links .ar,
.footer-links .ar:link,
.footer-links .ar:visited {display:inline-block; color:#ccc; font-weight:normal; font-size:.5em; text-decoration:none; margin:0; padding:.5em;}


.footer-links .ar:hover,
.footer-links .ar:active {color:#fff; background-color:#000;}



/*****************************************
                     Container Styles++
*****************************************/

.header-wrap, .nav-wrap, .content-wrap, .footer-wrap{width:100%; display:block; clear:both; position:relative; padding:1em 0; font-family: 'Comfortaa', cursive;}
.container {max-width:1200px; margin:0 auto; position:relative;}
.container:after{content: ""; display: block; height: 0; clear: both;}


.header-wrap{background:#fff; display:none;}
.header-wrap .container{text-align:center;}
.header{}
.logo{float:left; margin-top: 13px; -webkit-transition: all 0.6s cubic-bezier(0.06, 0.4, 0.3, 0.97); -khtml-transition: all 0.6s cubic-bezier(0.06, 0.4, 0.3, 0.97); -moz-transition: all 0.6s cubic-bezier(0.06, 0.4, 0.3, 0.97); -ms-transition: all 0.6s cubic-bezier(0.06, 0.4, 0.3, 0.97); -o-transition: all 0.6s cubic-bezier(0.06, 0.4, 0.3, 0.97); transition: all 0.6s cubic-bezier(0.06, 0.4, 0.3, 0.97);}

.header-wrap *{text-align:center;}
.header h1{margin:0;}

.fp-hero-car{opacity:1;-webkit-transition: all 0.3s cubic-bezier(0.03, 0.4, 0.3, 0.97); -khtml-transition: all 0.3s cubic-bezier(0.06, 0.4, 0.3, 0.97); -moz-transition: all 0.3s cubic-bezier(0.06, 0.4, 0.3, 0.97); -ms-transition: all 0.3s cubic-bezier(0.06, 0.4, 0.3, 0.97); -o-transition: all 0.3s cubic-bezier(0.06, 0.4, 0.3, 0.97); transition: all 0.3s cubic-bezier(0.06, 0.4, 0.3, 0.97);}

.nav-wrap{background:#fff; padding:0; border-bottom:1px solid #ddd; -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.05); -khtml-box-shadow: 0 2px 5px rgba(0,0,0,.05); -moz-box-shadow: 0 2px 5px rgba(0,0,0,.05); -ms-box-shadow: 0 2px 5px rgba(0,0,0,.05); -o-box-shadow: 0 2px 5px rgba(0,0,0,.05);}
.nav-wrap .container{line-height:50px;}

h1, h2, h3, h4, h5, h6, p{line-height:1.5em;}
.content-wrap{background:#f2f2f2; padding:80px 20px;}
.content-wrap .container{text-align:left;}

.footer-wrap{background:#171717;     padding: 17px 0; font-family: "Open Sans", helvetica, arial, sans-serif !important;}
.footer-wrap a, .footer-wrap a:link, .footer-wrap a:visited{ font-family: "Open Sans", helvetica, arial, sans-serif !important; color: #fff !important;}
.footer-wrap .container{}

.footer{}
.footer-links{text-align:center;}
.footer-links h5{margin:0; padding:0; text-align:left;}

.footer a{text-decoration:none;}
.footer h2{font-size:30px; margin:0; text-decoration:none; line-height:auto; color:#fff; text-align:left;}
.footer h3, .footer p{margin:0; color:#fff;}
.footer h3 {border-bottom:5px solid #A1A1A1; padding:0 0 .5em 0; margin: .5em 0;}
.footer ul.footer-nav{list-style:none; margin:0; padding:0; }
.footer ul.footer-nav li{float:left; margin:0; padding:0; width:50%;}
.footer ul.footer-nav li a{color:#f1f1f1; text-decoration:none; font-size:14px;}
.footer ul.footer-nav li a:hover{color:#cc0000;} 

.footer .footer-phone{font-size:22px}
.footer .footer-address{font-size:14px;}



/*****************************************
                     Grid Styles
*****************************************/

.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}

.wfull{width:100%;max-width:100%}
.w320{max-width:320px}
.w640{max-width:640px}
.w960{max-width:960px}
.row{width:100%;}
.row .row{width:auto;margin:0 -20px}
.ar1{width:8.33%}
.ar2{width:16.66%}
.ar3{width:25%}
.ar4{width:33.33%}
.ar5{width:41.66%}
.ar6{width:50%}
.ar7{width:58.33%}
.ar8{width:66.66%}
.ar9{width:75%}
.ar10{width:83.33%}
.ar11{width:91.66%}
.ar12{width:100%}
.ar1,.ar2,.ar3,.ar4,.ar5,.ar6,.ar7,.ar8,.ar9,.ar10,.ar11,.ar12{min-height:1px;float:left;padding:0 10px; position:relative}
.ars1{margin-left:8.33%}
.ars2{margin-left:16.66%}
.ars3{margin-left:25%}
.ars4{margin-left:33.33%}
.ars5{margin-left:41.66%}
.ars6{margin-left:50%}
.ars7{margin-left:58.33%}
.ars8{margin-left:66.66%}
.ars9{margin-left:75%}
.ars10{margin-left:83.33%}
.ars11{margin-left:91.66%}
.last{float:right!important}



/*****************************************
                       Misc Styles
*****************************************/

.social-imgs{float:left; margin:0 3px 0 0;}

.special-message-container{width:100%; background:#333;}
.special-message-div{margin:0 auto; max-width:1020px}

sup {vertical-align:text-top;} 
.ticnt {}

.fp-counter{text-align:center; padding:3em 0 0 0;}
.counter {font-family:verdana,arial,geneva,helvetica,sans-serif; font-size:12px; color:#000; font-weight:bold; text-align:center; background-color:#fff; border:#000 solid 1px; height:22px;
letter-spacing:1px; line-height:12pt; padding:2px; padding-left:4px; text-decoration:none;} 



/*****************************************
                         Form Styles
*****************************************/

.row .ar6 .arform_surround {width:100% !important;}
.row .ar6 .arform_surround * {color:#333 !important;}

.forms-container *{text-align:center;}

form .ar_form_sub label::after, form .ar_form_sub legend::after {line-height: inherit; vertical-align: inherit;}
form .ar_form_sub input[type=radio] {margin-LEFT: 6PX;}



/*****************************************
                  Locations-Map Styles
*****************************************/

.store-contact-wrap{}
.store-contact-container{width:100%; padding:1em; color:#333; box-sizing:border-box; background:#f1f1f1; border:1px solid #bbb; margin-bottom:1em; text-align:center;}
.store-contact-wrap span{display:block; text-align:center;}
.store-contact-container .store-contact-name h3{font-size:1.3em; text-align:center; padding:0; margin:0;}

.store-hours-wrap{}
.store-hours-container{width:100%; padding:1em; color:#333; box-sizing:border-box; background:#f1f1f1; border:1px solid #bbb; margin-bottom:1em;}
.store-hours-row{width:100%; font-size:1em;}
.store-hours-col-left{float:left; width:50%; text-align:left; font-weight:bold;}
.store-hours-col-right{float:right; width:50%; text-align:right;}
.store-hours-row h3{font-size:1.3em; text-align:left; padding:0 0 .8em 0; margin:0;}
.store-hours-row h4{font-size:1em; text-align:right; padding:.5em 0 0 0; clear:both; font-style: oblique;}

.locations-container{width:100%; margin:0 0 30px 0; float:left; display:block; box-sizing: border-box; border:1px solid #bbb; background:#f1f1f1;position:relative;overflow:hidden;}
.locations-container .arform_surround{width:100%;}
.locations-left{width:40%; padding:20px 0 0 20px; float:left;margin-right:4%;box-sizing: border-box;}

.locations-info h2{margin:0;}
.locations-left .locations-info{margin-bottom:2em;}
.locations-left h2, .locations-left h3{color:#111;}

.locations-left h2{font-size:25px; padding-bottom:5px; text-align:left;}
.locations-left p{ color: #3f3f3f !important; line-height: 21px; font-size: 18px; margin-bottom: .5em !important; text-align:left;}

.locations-left .store-hours-row{font-size:.9em;}
.locations-left .store-hours-container{padding:0; background:none; border:none;}
.locations-left .store-hours-row h4{text-align:left; padding:1em 0 0 0;}

.locations-right{width:56%;margin-right:0;box-sizing: border-box; margin-right: 0; border-left: 1px solid #bbb;position:absolute;right:-1px;height:100%;}



/*****************************************
                  Editable Mods Styles
*****************************************/

.ar_prodtable *{box-sizing:border-box;}
.ar_prodtable{width:100% !important; margin:1em 0 !important}
.ar_prod_data{vertical-align:top; color:#000099; width:60% !important; height:100%; background-color:transparent; padding:15px;}
.ar_prod_image_div{width:20% !important; height:auto; padding:0 !important;}
.ar_prod_image_div img{width:100%; max-width:100%; height:auto; padding:0 !important; }
.ar_prod_desc{text-align:left;}

.fourpictable{width:100% !important; padding:0 !important;}
.modfourpiccell{width:23%; margin:1%; float:left;}
.modfourpic img{width:100%;}



/*****************************************
                  Resp. Navigation Styles
*****************************************/

.menu-link {display: none;}
.icon-css {padding-left:20px;}
.icon-css:before {content:''; position:absolute; top: 12px; left:15px; width:2em; height:.3em; border-top: 1em double #fff; border-bottom: .41em solid #fff; }
.menu {z-index:9996; float:right; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;font-size:1.1em;}
.menu ul {padding: 0px; margin: 0px; list-style: none; position: relative; display: inline-table;}
.menu > li > ul.sub-menu {min-width: 10em; padding: 4px 0; background-color: #f4f4f4; border: 1px solid #CCC;}
.menu > ul > li {display: inline-block; padding: 0px;}
.menu ul li a {display:block; text-decoration: none; color:#555559; font-size:18px; font-weight:400; margin:.6em 0em; padding:.2em .8em; border-radius:4px;}
.menu ul ul {display: none; position: absolute; top:100%; min-width: 220px; background-color: #f4f4f4; border: 1px solid #CCC; z-index:9999;}
.menu ul li:hover > ul {display: block;}
.menu ul ul > li {position: relative; 
-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
.menu ul ul > li a {padding:0em 1em; height:auto; color:#333; background: #f1f1f1; font-size:.85em}
.menu ul ul ul { position: absolute; left: 100%; top:0;}

.menu ul li > a:hover {color:#fff !important; background:#016A9C ; text-decoration: none;}
.menu ul ul > li a:hover {color:#fff !important; background:#016A9C ; text-decoration: none;}

.button-special:hover, .pagecopy + .button:hover {
        color: #fff;
        text-decoration:none;
}
@media all and (max-width:883px) {
body{font-size:17px;}
.header-wrap{display:block; padding:1em 0;}
.logo{float:none; padding:0 15px; max-width:none; margin:1em auto;}

.herotext {height:100%; width:100%; text-align:center; color:#111 !important; padding-top:0; margin-bottom:0;}
.herotext h1 {text-transform:uppercase; margin:.5em 0 0 0; font-size:5em; font-family: 'Oswald', sans-serif; color:#fff; line-height: 1.1em;}
.herotext p {font-size:1.4em; font-weight:100; margin:0 0 1.5em;}

.nav-wrap{padding:0;position: relative;}
.nav-wrap .logo{display:none;}
.nav-wrap .container {line-height:normal;}
.menu > ul > li {float:none;}
.menu ul li > a { font-size:1em; border-radius:0px; display: block; padding: 10px 23px; color:#134779;}
.menu ul li a{margin:0;}
a.menu-link {border-bottom: 1px solid; display: block; color: #fff !important; background-color: #134779; float: right; text-decoration: none; padding:1em .8em;width: 100%; text-align: center;}
.menu { clear: both; min-width: inherit; float: none;}
.menu, .menu > ul ul { overflow: hidden; max-height: 0; background-color: #f4f4f4;}
.menu > li > ul.sub-menu { padding: 0px; border: none;}
.menu.active, .menu > ul ul.active { max-height: 55em;}
.menu ul { display: inline;}
.menu > ul { border-top: 1px solid #808080;}
.menu li, .menu > ul > li { display: block;}
.menu li a { color: #000; display: block; padding: 0.8em; border-bottom: 1px solid #808080; position: relative;}
.menu li.has-submenu > a:after {content: '+'; position: absolute; top: 0; right: 0; display: block; font-size: .9em; padding: 0.8em 0.5em;}
.menu li.has-submenu > a.active:after {content: "-";}
.menu ul ul > li a {background-color: #e4e4e4; padding: .8em 2em;}
.menu ul ul ul > li a {background-color: #f1f1f1; padding: .8em 3em;}
.menu ul ul, .menu ul ul ul { display: inherit; position: relative; left: auto; top:auto; border:none;}
}

@media all and (max-width:640px) {
.herotext h1 {text-transform:uppercase; margin:.75em 0 0 0; font-size:3.8em; font-family: 'Oswald', sans-serif; color:#fff; line-height: 1.1em;}
.herotext p {letter-spacing:2px;font-size:1.4em; font-weight:100; margin:0 0 1.5em;}

}



/* background setup */
.background {
    background-repeat:no-repeat;
background-size:cover;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscreen,
.container {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .row,
.fullscreen.not-overflow,
.fullscreen.not-overflow .row {
    overflow:hidden;
}



.herotext {width:100%; text-align:center; color:#111;}
.herotext h1 {text-transform:uppercase; font-size:4em; margin:0px; font-family: 'Comfortaa', cursive; color:#fff; line-height: 1.1em; letter-spacing: 3px;
    font-weight: 300;}
.herotext p {font-size:1.3em; font-weight:300; margin:1em 0; }


.section-4 {text-align:center;}
.section-4 h1 {margin-bottom:0;}
.section-4 h3 {margin:0; padding:0;}
a.button {display:inline-block; padding:1em; font-size:1.5em; text-decoration:none; margin:3% 2% 0; width:40%; border-radius:4px; text-shadow:0px 0px 0px transparent;}


.section-2 {text-align:center;}
.section-2 h1 {margin-bottom:0;}
.box h2 {color:#333; margin:0 auto;}
.box p {margin-top:0;}
.box {border:1px solid #ccc; text-align:center; margin:1%; width:31%;}
.box img {margin:0 auto; width:25%;}


.section-3 * {color:#fff; text-align:center; text-shadow:1px 1px 3px #333;}
.section-3 {padding:45px; margin:2em 0;}
.section-3 h1 {margin:0;}
.section-3 p {line-height:1.6em; font-size:1.2em; margin:0 15%;}


.sec-6 {border-bottom:2px solid #fff;}
.side-nav a {color:#fff; text-decoration:none; padding:24px; display:block; text-transform:uppercase; font-style:italic; font-weight:bold;}
.sec-6 .side-nav {margin:0px;  background:#333; border-bottom:2px solid #333; text-align:center;}
.sec-6 .side-nav:last-child {border-bottom:0px solid;}
.side-nav:hover {background:#fff;}


.section-1 h1 {color:#333; padding-bottom:10px; margin-bottom:4px; border-bottom:4px solid #333;}
.section-1 p {line-height:1.6em;}
.ar6 img {padding:20px;}

.bodytext {letter-spacing: 2px;
    font-size: 1.5em;
    font-weight: 300;
    margin: 1em 0;}

.bold {font-family: 'Comfortaa', cursive;}

@media (max-width:1084px){
.herotext h1 {font-size:3em;}
a.button{font-size:1.3em;}
}


@media(max-width:603px){
.content-wrap{padding:40px !important;}
.herotext h1{font-size:3em;}
a.button{width:100%; margin:1em 0 0;}
}

@media(max-width:480px){
.herotext h1{font-size:2.5em;}
.content-wrap {padding: 20px !important;}
}




a.button{position:relative;    padding: 1em 1.4em;}
a.button-vi{background:#EDAA3E;}
a.button-vi:hover{background:#F39C10;}

.prev-next-button {
  position: absolute;
  top: 50%;
  width: 10%;
  padding-bottom: 10%;
  border-radius: 50%;
  background: transparent;
  transform: translateY(-50%);
}

.next { right: 10px; }

.bold{letter-spacing:2px;}

.prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.arrow { fill: #fff; }

@media (max-width:1024px){
a.button{margin: 3% 1% 0; width: 45%;}
}

@media (max-width:769px){
a.button{width: 100%;}
}

svg * {box-sizing:content-box;  width:100% !important;
    height: 100%;
    display:block;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
}
.label text, .label rect {opacity:0;}
#XMLID_126_:hover ~ *, #XMLID_7_:hover ~ *{opacity:1;}







.content-wrap {}
h1{padding-bottom:5px; font-size:34px; margin:0;}
h3{padding-bottom:5px; font-size:20px; color:#555559;}
p{font-size:1em; margin-bottom:35px;     margin-top: 16px;}

a.link-joinnow{background:#96c93c; color:#fff; letter-spacing:0px; border-radius:5px; padding:.7em 1em; display:inline-block; text-align:center; text-decoration:none; font-size:1.6em}
a.link-joinnow:hover{background:#FD6006;}

.BBB-container {padding:3.5em 0 0;}
.BBB-container div{padding-right:15px; text-align:center; color: #11627E; font-size:.7em; font-weight:800; display:inline-block;}
.BBB-container div a{text-decoration:none; display:inline-block; color:#11627E;}
.BBB-container p{font-size:0.96em; padding:.45em 0 0 .5em; display:inline-block; width:70%; margin:0; vertical-align:top;}

.fp-ullist{}
.fp-ullist ul{list-style:none; position:relative; margin:0;}
.fp-ullist ul li{font-size: 1.3em; font-weight: 700; color:#555559; position:relative; padding:.2em}
.fp-ullist ul li img{position:absolute; right:100%; display:inline-block; padding:0; padding-right:15px;}


.section02{display:inline-block; padding:3em 0 20px; margin-top: -40px;}
.section02 h1{padding-bottom:5px; font-size:34px; margin:0;padding-bottom}

.section03{margin-top:20%;display:block;}
.section03 h3{padding-bottom:5px; font-size:20px; color:#555559;}
.section03 li{line-height:1.6em;}

.bigbg{background-size:1000px !important;}

@media (max-width:1403px){
.bigbg{background-size: 900px !important;}
.bigbg{background-position-x: 120% !important;}
}

@media (max-width:1222px){
.bigbg{background-size: 800px !important;}
.bigbg{background-position-y:-20px !important;}
.bigbg{background-position-x: 150% !important;}
}

@media (max-width:1046px){
.bigbg{background-position-x: 170% !important;}
}

@media (max-width:960px){
.container:padding:40px 20px;
.logo{margin:1em auto;}
.fp-ullist ul{padding-left: 5em; font-size:12px;}
.member-login{display:none;}
.BBB-container p{padding-left:0;width:80%;}
.bigbg{background:#fff none; background:#fff !important;}
.section03{margin:0 auto;}
}

@media (max-width:860px){
.section02, .section03{padding:0 !important; margin:0 auto !important; background:none !important;}
}



.button-row{color:#fff; text-align:center;}
.button-row .ar4{padding:0;}
.button-row .ar4 img{height:99px;}
.button-row .ar4 span{font-weight:bold;}

.button-row .ar4 a{display:block; padding:2em 1em; color:#fff; text-decoration:none;}
.button-row .ar4 a:hover{background:#FC6006;}
.button-row-01, .button-row-02, .button-row-03{display:block; font-size:1.3em;}
.button-row-01{background:#71c6ae;}
.button-row-02{background:#008da8;}
.button-row-03{background:#62c2e1;}

@media(max-width:1153px){
.first-page{padding:50px 20px !important;}
}

@media (max-width:961px){
.first-page{background-attachment:fixed !important;}
}


@media (max-width:689px){
.ars4 {width:100%; margin:0 auto;}
.first-page{background-attachment:fixed !important;}
}


h2.color-white, p.color-white {color:#fff;}


.nada-expo-img {margin: 0 auto 15px; border: 1px solid #ccc;}
.nada-expo .h1-special {font-size: 1.8em !important; letter-spacing: -1px !important; color:#58585A !important; max-width: 750px; margin: 0 auto;}
.nada-expo .pagecopy-special { color:#58585A !important; margin:0 !important; font-weight:bold !important;}
.nada-expo .button-special {padding: 1em !important; font-size: 1em !important;  width: auto !important;    background: #016A9C; -webkit-box-shadow: inset  0px 5px 5px 0px rgba(0,0,0,.8); -moz-box-shadow: inset  0px 5px 5px 0px rgba(0,0,0,.8); box-shadow: 0px 5px 5px 0px rgba(0,0,0,.8);}


.solo-image {display:inline-block; vertical-align:middle;}

.image-row {text-align:center;}
.image-row a, .image-row span {line-height:100px; display:inline-block; width:230px; height:100px; vertical-align:middle; text-align:center;}

.image-row img {display:inline-block; width:150px; vertical-align:middle; opacity:.6;  -webkit-filter: grayscale(100%); filter: grayscale(100%);
webkit-transition: all 0.3s cubic-bezier(0.03, 0.4, 0.3, 0.97); -khtml-transition: all 0.3s cubic-bezier(0.06, 0.4, 0.3, 0.97); -moz-transition: all 0.3s cubic-bezier(0.06, 0.4, 0.3, 0.97); -ms-transition: all 0.3s cubic-bezier(0.06, 0.4, 0.3, 0.97); -o-transition: all 0.3s cubic-bezier(0.06, 0.4, 0.3, 0.97); transition: all 0.3s cubic-bezier(0.06, 0.4, 0.3, 0.97);
}
.image-row a:hover img, .image-row span:hover img {width:230px; -webkit-filter: grayscale(0%); filter: grayscale(0%); opacity:1;}

.fp-list * {    text-align: center !important;}
.fp-list li h2{color:#62C2E1 !important;}

@media (min-width: 884px){
.nav-wrap {
    position: fixed;
    top: 0px;
    height: 79px;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: 99999999;
}
.content-wrap-first {
    margin-top:79px;
}
.content-wrap-second {
    margin-top:79px;
}
}

.errorbox {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}
.modal{
    z-index:9999999999 !important;
}

.modal-backdrop
{
        z-index:999999999 !important;

}

.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    text-align: center !important;
    border-top:0px !important;
}
.close {
    margin-top: -2px;
    font-size: 27px;
    background: #fff !important;
    padding: 0px 10px !important;
    position: absolute;
    right: -17px;
    border-radius: 50px;
    top: -15px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.66);
    opacity: 1;
    color: #086198;
    border: none;
    z-index: 99999;
    cursor: pointer;
        height: 35px;
}
input[type="submit"], .btn {
    background: #447DB9;
    color: #FFF !important;
    border: none;
    text-decoration: none;
    margin-bottom: 0px;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #FFFFFF;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    margin: 120px auto;
    background-image: url(/Content/Images/Cityscape.jpg);
    background-size: 1189px 857.071px;
    background-position: 50% -201.082px;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 36px 1000px rgba(255, 255, 255, 0.87);
}
@media (min-width: 768px){
 .modal-dialog {
    width: 600px;
}
}
.modal-content {
    background:none !important;
}

        body {
            height: auto !important;
            min-height: 50% !important;
        }
.nada-expo .h1-special, .nada-expo .pagecopy-special {
    color: #fff !important;
}





.text_center{
	text-align:center;
}
.fs1em{
	font-size:1.3em;
}
.fs1_8em{
	font-size:1.5em;
}
.fs10{
	font-size:10px;
}
.fs11{
	font-size:11px;
}
.fs13{
	font-size:13px;
}
.fs12{
	font-size:12px;
}
.fs14{
	font-size:14px;
}
.fs15{
	font-size:15px;
}
.fs16{
	font-size:16px;
}
.fs18{
	font-size:18px;
}
.fs20{
	font-size:20px;
}
.fs22{
	font-size:22px;
}
.fs23{
	font-size:23px;
}
.voice_para_text{
	font-size:1.3em;
	font-weight:400;
}
.voice_blue_text{
	color:#066a9b;
}
.voice_orange_text{
	color:#f15a29;
}
.margT20{
	margin-top:20px;
}
.margB20{
	margin-bottom:20px;
}
.margT32{
	margin-top:32px;
}
.margB32{
	margin-bottom:32px;
}
.margB34{
	margin-bottom:34px;
}
.margT36{
	margin-top:36px;
}
.margB40{
	margin-bottom:40px;
}

.voice_circle_div{
	width: 160px;
    height: 160px;
    border-radius: 50%;
    display: table;
    text-align: center;
    border: 8px solid #066a9b;
	background:#ffffff;
	padding:10px;
	margin-bottom:20px;
	margin:auto;
}
.voice_circle_subdiv{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.voice_circle_subdiv h4{
	color: #f15a29;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}
#voice_circles .col-xs-12{
	margin-bottom:20px;
}
#voice_circles {
	margin-bottom:50px;
	max-width: 600px;
    margin: auto;
}
.margT10{
	margin-top:10px;
}
.howits_work_div{
	max-width:288px;
	margin:auto;
}
.howits_wrk_text{
	font-size:50px;
	font-weight:700;
	margin-top:26px;
    margin-bottom: 0px;
}
.howits_common_ul{
	margin:0px;
	padding-left:20px;
}
.howits_common_ul li{
	font-size:17px;
	color:#066a9b;
    line-height: 26px;
}
.howits_work_div_text{
	padding: 0px 12px !important;
}
.record_text{
	line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.comfort_bold{
	font-weight:700;
}
.voice_img_ft{
	width:12%;
	position: relative;
    top: 17px;
    display: inline-block;
}
.howit_works_img{
	width:100%;
}

.howitswrk_maindiv{
    max-width:1200px;
    margin:auto;

}
.margB0{
    margin-bottom:0px !important;
}
.margB6{
    margin-bottom:6px !important;
}
.margT10{
    margin-bottom:10px !important;
}
.ft_para{
    margin-top:0px !important;
}
@media (max-width: 640px){
	.voice_image{
		width:90%;
	}
	.voice_img_ft{
		width:55%;
	}
    .ft_para{
        margin-top:15px !important;
    }
    .voice_img_ft{
	    
	    position: relative;
        top: 6px;
    }
}
.max_container {
      padding: 60px 20px 20px 20px;
}
  



@media (min-width: 1200px){
.max_container {
    width: 100% !important;
}
}



.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}