/*--------------------------------------------------
				      RESET
---------------------------------------------------*/
pre,code{
	font-family:"Times New Roman", Times, serif;
	white-space:pre;
	padding:20px;
	letter-spacing: 0.1em;
}
pre{
	padding:5px;
}
code{
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	font-size:11px;
	color: #666666;
	padding: 3px;
	padding-left: 10px;
	background-color: #f8f8f8;
}
.clear:after {mfoo
    clear: both;
    content: "";
    display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,  del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {	margin:0px; 
	padding:0px; 
	border:0px; 
	border-collapse:separate; 
	border-spacing:0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
}
html, body {
	height: 100%;
	width: 100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

::-moz-selection{ color: #fff; background: #707070; }
::selection { color: #fff; background: #707070; }
body {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	background: #fff;
	/*border-top: 7px solid #000000;*/
	/*border-top: 7px solid #f5f5f5;*/
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0px;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
}
h1{
	font-size:42px;
	line-height: 44px;
}
h2{
	font-size:16px;
	line-height: 21px;
}
h3{
	font-size:24px;
	line-height: 29px;
}
h4{
	font-size:20px;
	line-height: 25px;	
}
h5{
	font-size:16px;
	line-height: 21px;
}
h6{
	font-size:14px;
	line-height: 17px;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title p.title {
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	line-height: 20px;
	font-weight: 300;
}
ul, ol	{
	display: block;
	padding: 0px;
	margin: 0 0 0px 17px;
}
blockquote {
	float: left;
	width: 60%;
	margin: 10px 15px 10px 0;
	color: #aaa;
	background: url(../images/sprite.png) no-repeat scroll 0 -330px transparent;
}
blockquote.right {
	float: right;
	margin: 10px 0 15px  15px;
}
blockquote p {
    font: 16px/17px Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	padding-left: 40px;
}
p {
	margin-bottom: 14px;
}
p:last-child {
	margin-bottom: 0;
}
em {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}

::-moz-selection{ color: #fff; background: #707070; }
::selection { color: #fff; background: #707070; }

input {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}

input, textarea, select {
	outline: medium none;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:14px;
	color: #000;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-transition: all 0.2s ease-out 0s;   
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s; 
	background-color: #fff;
	padding: 8px;
	-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #8DC5C5;
	color: #000;
	box-shadow:0 0 4px rgba(82,168,236,.5);
	-moz-box-shadow:0 0 4px rgba(82,168,236,.5);
	-webkit-box-shadow:0 0 4px rgba(82,168,236,.5);
}
input.submit, input.submit:focus, input.submit:active {
	cursor:pointer;
	text-align:center;
	text-transform: uppercase;
	/* font-size: 16px; */
	font-weight: bold;
	line-height: 14px;
    color: #fff;
	text-decoration:none !important;	
	padding: 7px;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	box-shadow:0 0 0;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0;
}
input.submit:hover {
	background-color: #444;
}

a { 
	-moz-transition:all 0.14s ease 0s; 
	-webkit-transition:all 0.14s ease 0s;   
	-o-transition:all 0.14s ease 0s; 
	outline:none;
}
a:hover {
	color: #444;
}
.title, .title a { 
	text-decoration: none;
}
.title a:hover {
}
img, iframe {
	max-width:100%;
}

img.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
 }
 
 #header-fixed {
	position:fixed;
	top:0px;
	z-index:100000;
	width:100%;
	background-color: #000000;
	margin-left:auto;
    margin-right:auto;
}

#subheader-fixed { 
	top:55px; 
	width:100%;
	background-color: #FFFFFF;
	margin-left:auto;
    margin-right:auto;
	border-bottom: 1px dashed #dedede;
}

#nav-menu_area {
	/* padding: 0 175px 0 110px; */ 
	margin: 0;
	background-color: #000000;
	/* Center the DIV */ 
	margin-left:auto;
    margin-right:auto;
	width: 300px;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
margin-left:auto;
margin-right:auto;
}

#nav-menu li
{
float: left;
margin: 0;
}

#nav-menu li a
{
float: left;
display: block;
text-align: center;
}

.cat_nav {
	font-smooth: always;
	font-family: 'Oswald', sans-serif; 	
	/* font-weight: bold; */
	font-size: 14px;
	color: #000000;
	height: 16px;
	background-color:#000000;
}

.cat_nav:hover {
	background-color:#4a4a4a;
}

.cat_nav_main {
	font-smooth: always;
	font-family: 'Oswald', sans-serif; 	
	/* font-weight: bold; */
	font-size: 14px;
	color: #000000;
	height: 16px;
	background-color:#FFFFFF;
}

.cat_nav_main:hover {
	background-color: #E1E1E1;
}

.cat_sub_nav {
	font-smooth: always;
	font-family: 'Oswald', sans-serif; 	
	/* font-weight: bold; */
	font-size: 14px;
	color: #000000;
	height: 16px;
	background-color: #FF7600;
}

.cat_sub_nav:hover {
	background-color: #FD6600;
}



/*--------------------------------------------------
			HIDE MOBILE ONLY CONTENT
---------------------------------------------------*/
.mobile_only { 
clear: both;
display: none;
}
 
 
/*--------------------------------------------------
			MAIN CONTENT
---------------------------------------------------*/
#wrapper {
	width: 100%;
	float: left;
}
.content-wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
	padding-top: 0px;
	/* border-top: 2px solid #000; */
}


.content-wrapper-loc {
	width: 1280px;
	margin: 0 auto 0 auto;
	padding-top: 0px;
	/* border-top: 2px solid #000; */
}

#header-wrapper {
	width: 100%;
	background-color: #000000;
}	
.header {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	position:relative;
}

#logo {
	margin-top: 12px; 
}
#logo, #logo a {
	float: left;
}
#logo a {
}	

/*--------------------------------------------------
			PRIMARY MENU 
---------------------------------------------------*/
#primary-menu {
	float: right;
	margin: 0;
	padding: 0;
}
#primary-menu select {
	display:none;
}
#primary-menu select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #eee;
    cursor: pointer;
    width: 100%;
	padding: 7px;
	margin: 38px 0;
	box-shadow:0 0 0 rgba();
	-moz-box-shadow:0 0 0 rgba();
	-webkit-box-shadow:0 0 0 rgba();
	color: #676767;
}
#primary-menu ul {
	margin: 0;
	padding: 0px 0;
	list-style-type: none;
	float: right;
}
#primary-menu ul li:hover { 
	visibility: inherit; 
}
#primary-menu ul li {
	position: relative;
	display: inline;
	float: left;
	margin: 0 0 0 -1px;
	background: url(../images/sprite.png) no-repeat scroll right -149px transparent; 
}
#primary-menu ul li:last-child {
    background: none;
}
#primary-menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #fff;
	padding: 21px 25px;
	display: block;
	float: left;
}
#primary-menu ul li a:hover, #primary-menu ul li.sfHover a {
	/* background-color: #444; */
	background-color: #2B2B2B;
	color: #fff;
}
#primary-menu ul li a.current {
	color: #fff;
	background-color: #373737;
}
#primary-menu ul li a.logo {
	display: none;
	margin: 0;
}
#primary-menu ul ul {
	position: absolute;
	top: -9999em;
	width: 180px;
    background: #444; 
	z-index: 9999;
}
#primary-menu ul ul li { 
	width: 100%; 
}
#primary-menu ul li:hover ul {
	left: 0;
	top: 51px;
}
#primary-menu ul li:hover li ul { 
	top: -9999em; 
}
#primary-menu ul li li:hover ul {
	left: 180px;
	top: 0;
}
#primary-menu ul ul {
	padding: 0;
	margin: 0;
}
#primary-menu ul ul li {
	margin: 0;
	background: none;
	border-bottom: 1px solid #555;
}
#primary-menu ul ul li:last-child {
	border-bottom: none;
}
#primary-menu ul ul li a {
	font-size: 11px;
	padding: 12px 15px;
}
#primary-menu ul li:hover ul li a { 
    color: #999;    
}
#primary-menu ul li:hover ul li a:hover { 
    color: #fff; 
}
.fixed { position: fixed; top: 0px; background-color: #000000; z-index:999; height: 59px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
#header-wrapper .fixed { }
.fixed .header { border-bottom: none; }
.fixed #logo { display:none; }
.fixed .logo2 { position:absolute; left: 0px; top:12px; }
.fixed #primary-menu ul { padding: 0; }
.fixed #primary-menu ul li { background: url(../images/sprite.png) no-repeat scroll right -149px transparent; }
.fixed #primary-menu ul li:last-child {  background: none; }
.fixed #primary-menu ul li a { color: #fff; padding: 21px 15px; }
.fixed #primary-menu ul li a:hover, .fixed #primary-menu ul li.sfHover a {	background-color: #444;	color: #fff; }
.fixed #primary-menu ul li a.current { color: #fff; }
.fixed #primary-menu ul li:hover ul { top: 59px; }
.fixed #primary-menu ul ul li { background: none; }
.fixed #primary-menu ul li:hover ul li a { padding: 12px 15px; background: #444; color:#999; }
.fixed #primary-menu ul li:hover ul li a:hover { color:#fff; }


/*--------------------------------------------------
				      COLUMNS
---------------------------------------------------*/
.one, .one-half, .two-third, .one-third, .one-fourth { float:left; position:relative; margin-right:4%; }
.one { width: 100%; margin-right: 0; }
.one-half {	width: 48%; }
.two-third { width: 65.33%; }
.one-third  { width: 30.66%; }
.one-fourth { width: 22%; }
.last { margin-right: 0 !important; }


/*--------------------------------------------------
		    BUTTONS
---------------------------------------------------*/
.button {
	cursor:pointer;
	text-align:center;
	display:inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.button.right {
	float:right;
}
.button, .button:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-transform:uppercase;
}
.button:hover {
	background-color: #444;
}
.small {
	padding:0 6px;	
	font-size: 11px;
	line-height: 16px;
}
.medium {
	font-size:11px;
	padding: 7px 14px !important;
}
.large {
	padding: 13px 19px 15px 19px !important;
	font-size: 17px;
}
.rounded {
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

input.large_submit {
	
font-family: 'Oswald', sans-serif;
padding: 15px 19px 15px 19px !important;
font-size: 17px;
	
}

.grey { background-color: #2B2B2B; }
.yellow { background-color:#FEEB43; color: #707070; }
.orange { background-color:#ff7e00; }
.green { background-color:#78d18b; }
.tealgreen { background-color:#3ea9a1; }
.blue { background-color: #427c9a; }
.navyblue { background-color: #657383; }
.purple { background-color:#9a86a2; }
.magenta {background-color:#C25283; }
.pink { background-color:#F9A7B0; }
.red { background-color:#dc4f49; }
.cream { background-color:#C9C299; }



/*--------------------------------------------------
			CONTACT
---------------------------------------------------*/

.google-map {
	height: 300px;
	width: 100%;
}
.form, .contact-success {
	/* padding: 5%; */
	/* background-color: #f8f8f8; */
	overflow: hidden;
}
.contact-success {
	padding: 20px;
	color: #fff;
	font-size:11px;
}
.form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.form  li {
	position: relative;
}
.form input, .form textarea {
	width: 100%;
	margin-bottom: 12px;
	font-size: 16px;
	position: relative;
}
.form textarea {
	width: 100%;
	height: 150px;
}
.form input.submit {
	width: 110px;
}
.form  li p, .form input.submit {
	margin: 0px;
}
.form em {
	color:#aaaaaa;
	display: inline;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.form .contact-error {
    color: #f96e5b;
    font-size: 11px;
	font-weight: bold;
    position: absolute;
    top: 0;
    right: 60px;
}
.contact-info {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/*--------------------------------------------------
			MOBILE NAV
---------------------------------------------------*/

.mobile-wrapper {
	width: 960px;
	margin: 0 auto 0px auto;
	padding-top: 0px;
}

#mobile_nav {
    display: none;
}

/*---------------WIDE SCREEN---------------*/

@media only screen and (min-width: 1251px) and (max-width: 4000px) {
/*--------------------------------------------------
			HEADER IMAGE AREA
---------------------------------------------------*/
 
 .header_area {
	 height: 800px;
}
}

@media only screen and (min-width: 1101px) and (max-width: 1250px) {
/*--------------------------------------------------
			HEADER IMAGE AREA
---------------------------------------------------*/
 
 .header_area {
	 height: 700px;
}
}

/*---------------LOCATOR WIDE SCREEN---------------*/

@media only screen and (min-width: 1099px) and (max-width: 1290px) {
/*--------------------------------------------------
			HEADER IMAGE AREA
---------------------------------------------------*/
 
 .content-wrapper-loc {
	 width: 980px;
}
}

/*---------------iPad portrait---------------*/

@media only screen and (min-width: 768px) and (max-width: 1100px) {
.content-wrapper-loc, .header, .content-wrapper, #footer-content, #contact-intro, .contact-popup, .mobile-wrapper { width: 714px; }
#header-wrapper.fixed { display:none !important; }

#primary-menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: #FFFFFF;
	padding: 21px 19px;
}

/*--------------------------------------------------
			HEADER IMAGE AREA
---------------------------------------------------*/
 
 .header_area {
	 height: 500px;
}

/*--------------------------------------------------
			VIDEO AREA
---------------------------------------------------*/
 
 .video-area {
	 height: 380px;
}

/*--------------------------------------------------
		SQUARE COLUMNS - INSTAGRAM GALLERY
---------------------------------------------------*/

.sqr_one-half { float:left; position:relative; }
.sqr_one-half {	height: 354px; width: 354px; }
.sqr_last { margin-right: 0 !important; padding-right: 0 !important; margin-left:3px; }

.sqr_one-third { float:left; position:relative; margin-right:3px; }
.sqr_one-third { height: 235px; width: 235px; }
.sqr_one-third_last { margin-right: 0 !important; padding-right: 0 !important; margin-left:3px; }

.grid li {
	border-bottom: none;
	border-right: none;
}
	


}



/*---------------iPhone portrait---------------*/
@media only screen and (min-width: 1px) and (max-width: 767px) {
.content-wrapper-loc, .header, .content-wrapper, #footer-content, #contact-intro, .contact-popup, #primary-menu select, .mobile-wrapper { width: 97%; }
#header-wrapper.fixed { display:none !important; }

/*--------------------------------------------------
			HEADER IMAGE AREA
---------------------------------------------------*/
 
.header_area {
	 height: 305px;
}

.desktop_only { 
clear: both;
display: none;
}

/*--------------------------------------------------
			SHOW MOBILE ONLY CONTENT
---------------------------------------------------*/
.mobile_only { 
clear: both;
display: block;
}

#header-wrapper, .header { 
clear: both;
display: none;
}

#primary-menu select {
clear: both;
display: none;
}

#mobile_nav {
clear: both;
display: block;
padding: 0;
margin: 0;
position: inherit;
}
	
.listing {
text-align: left;
}

/*--------------------------------------------------
		SQUARE COLUMNS - INSTAGRAM GALLERY
---------------------------------------------------*/


.one, .one-half, .two-third, .one-third, .one-fourth { float:left; position:relative; width: 100%;margin-right: 0; margin-bottom: 0px; }

.grid li {
	border-bottom: none;
	border-right: none;
}

}

/*--------------------------------------------------
                      NEW CSS
---------------------------------------------------*/

* {
    box-sizing: border-box;
}
	
html, body {
  height: 100%;
  margin: 0;
}

.listing {
text-align: right;
}

.rollov {

-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
		
}

.rollov:hover {
  background-color: #f5f5f5;
}
	
.mcontent {
  min-height: 100vh;
}
	
.mfooter {
  height: 420px;
}
	
.current {
	color: #fff;
	background-color: #373737;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 25%;
    padding: 2px;
	position: relative;
    /* height: 300px;  Should be removed. Only for demonstration */
}
	
/* Create two equal columns that floats next to each other */
.column2 {
    float: left;
    width: 50%;
    padding: 2px;
	position: relative;
    /* height: 300px;  Should be removed. Only for demonstration */
}
	
/* Create three equal columns that floats next to each other */
.column3 {
    float: left;
    width: 33.33%;
    padding: 2px;
	position: relative;
    /* height: 300px;  Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* HOVER EFFECT */	
div.rolloverfade {
    opacity: 0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
	padding-right: 5px;
	padding-bottom: 5px;
}
div.rolloverfade:hover {
    opacity: 1.0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}
/* END - HOVER EFFECT */	
	
	
/* FADE IMAGE IN AND OUT */	
img.fadeinout {
  -webkit-animation: fadeinout .7s alternate infinite;
  animation: fadeinout .7s alternate infinite;
  display: inline-block;
}

@-webkit-keyframes fadeinout {
  0% {
    opacity: .9;
  }

  100% {
    opacity: .2;
  }

}

@keyframes fadeinout {
  0% {
    opacity: .9;
  }
  100% {
    opacity: .2;
  }
}
/* END - FADE IMAGE IN AND OUT */		
	
	
.product_descriptions {
		
	font-size: 22px;
	font-weight: 300;
	padding: 8px;
	line-height: 30px;
	padding-left: 5%;
	padding-right: 5%;
	font-family: 'Oswald', sans-serif;
	text-align: justify;
	text-justify: inter-word;
	
}
	
.product_titles {
		
	/* font-size: 3.5vw; */
	font-size: 3.5vw;
	font-weight: 600;
	padding: 7px;
	line-height: 4vw;
	padding-left: 5%;
	padding-right: 5%;
	font-family: 'Oswald', 'Anton', sans-serif; 
	text-align: center;
	letter-spacing: -0.2vw;
	text-transform: uppercase;
	height: 3.5vw;
	
}
	
.product_tx_spaced {
		
	font-size: 10px;
	font-weight: 300;
	line-height: 20px;
	font-family: 'Oswald','Yellowtail', sans-serif; 
	text-align: center;
	letter-spacing: 10px;
	padding: 7px;
	text-transform: uppercase;
	
}
	
.product_tx_heat {
		
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	font-family: 'Oswald', sans-serif; 
	text-align: center;
	letter-spacing: 0px;
	padding: 7px;
	
}
	
/* Responsive layout - makes 4 columns stack to 2 */
@media screen and (max-width: 1200px) {
    .column {
    float: left;
    width: 50%;
    padding: 5px;
	vertical-align:top;
    }
	
}
	
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
    .column {
    float: left;
    width: 50%;
    padding: 2px;
	vertical-align:top;
    }
	
	.column2 {
    float: left;
    width: 50%;
    padding: 2px;
	vertical-align:top;
    }
	
	.column3 {
    float: left;
    width: 100%;
    padding: 1px;
    }
	
	.product_titles {	
	font-size: 6vw;
	height: 4vw;
	}
	
	.desktop_only { 
clear: both;
display: none;
}

/*--------------------------------------------------
			SHOW MOBILE ONLY CONTENT
---------------------------------------------------*/
.mobile_only { 
clear: both;
display: block;
}
	
/* HOVER EFFECT */	
div.rolloverfade {
	padding-right: 0px;
	padding-bottom: 0px;
}
	
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
    .column {
        width: 100%;
		padding: 2px;
    }
	
	.column2 {
        width: 100%;
		padding: 2px;
    }
	
	.column3 {
    width: 100%;
	padding: 1px;
    }
	
	.product_titles {
		
	font-size: 13vw;
	height: 7vw;
	}
	
.listing {
text-align: left;
}
	
	.desktop_only { 
clear: both;
display: none;
}

/*--------------------------------------------------
			SHOW MOBILE ONLY CONTENT
---------------------------------------------------*/

.mobile_only { 
clear: both;
display: block;
}
	
/* HOVER EFFECT */	
div.rolloverfade {
	padding-right: 0px;
	padding-bottom: 0px;
}
	
}

/*--------------------------------------------------
              FORM - STYLE AND CHECKBOX
---------------------------------------------------*/

.feature {
width:100%;
height: 100%;
background-color: #000000;
background-size: contain;
background-repeat: no-repeat;
background-position: center top;
}

.g-recaptcha {
 overflow:hidden;
 width: 298px;
 height: 73px;
}

iframe {
  margin: -1px -1px -1px -2px;  

}

/* The container */
.container_cb {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_cb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container_cb:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_cb input:checked ~ .checkmark {
  background-color: #0F698F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_cb input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_cb .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--------------------------------------------------
                   EXTRA TEXT CSS
---------------------------------------------------*/

.faqs ul li a {
color: #FF0096;
}
	
.faqs ul li {
font-size: 16px;
line-height: 22px;
font-weight: 200;
list-style-type: square;
padding-bottom: 10px;
text-align: justify;
}
	
.faqs ul li a:hover {
color: #FF0096;
}
	
.faqs a {
color: #000;
}
	
.faqs a:hover {
color: #000;
}
	
.faqs hr {

border-top: 1px dotted #C7C7C7;
margin-top: 20px;
margin-bottom: 20px;
height: 1px;
background-color: transparent;
color: transparent;
	
}
	
.faqs p {

font-size: 16px;
font-weight: 200;
line-height: 22px;
margin-top: 10px;
	
}
	
.column_overlay {

z-index: 20;
position: absolute;
color: #FFF;
text-align: center;
padding: 30px;
/* background-color: #325A60; */
width: 98%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
	
}
	
.column {
	
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
display: block;
	
}


/*--------------------------------------------------
                MOBILE HAMBURGER MENU
---------------------------------------------------*/


.hamburger {
	
  font-size: 20px;

  display: inline-block;

  width: 1em;
  height: 1em;
  padding: 0;

  cursor: pointer;
  transition: transform .1s ease-in-out;
  vertical-align: middle;

  border: 0 none;
  background: transparent;
}

/**
 * Button height fix for Firefox
 */
.hamburger::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}

/**
 * Focus fix for Chrome
 */
.hamburger:focus {
  outline: 0;
}
	
.hamburger:before,
.hamburger:after {
  content: "";
}

.hamburger:before,
.hamburger .icon,
.hamburger:after {
  display: block;

  width: 100%;
  height: .2em;
  margin: 0 0 .2em;

  transition: transform .1s ease-in-out;

  border-radius: .05em;
  background: #fff;
}

/**
 * Styles for the active `.hamburger` icon
 */
.hamburger.active:before,
.hamburger.active .icon,
.hamburger.active:after {
  background: #fff;
}
	
/**
 * VERTICAL HAMBURGER
 */
.hamburger.hamburger-vertical.active {
  transform: rotate(270deg);
}
	
/**
 * CLOSE/CANCEL/CROSS
 */
.hamburger.hamburger-cancel.active .icon {
  transform: scale(0);
}

.hamburger.hamburger-cancel.active:before {
  transform: translateY(.4em) rotate(135deg);
}

.hamburger.hamburger-cancel.active:after {
  transform: translateY(-.4em) rotate(-135deg);
}