/*
Theme Name: BobbyCooperSalon
Theme URI: 
Description: Custom Theme for Bobby Cooper Salon
Author: DD
Version: 1.0
Tags: custom
*/

/* CSS Document */

html, body {
	height: 100%;
}

body {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 16px;
	color: #111;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-weight: bold;
}

h2 {
	font-weight: normal;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 21px;
    letter-spacing: 1px;
	line-height: 23px;
	margin: 0;
}

h3 {
	font-size: 16px;
	color: #312825;
}

h4 {
	font-family: 'AlternateGothicFSNo1', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 20px;
    letter-spacing: 1px;
	line-height: 0;
}

.date {
	font-size: 14px;
	color: #444;
}

hr {
	border: none;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	margin: 25px 0 25px 0;
}

a:link { color: #111; text-decoration: underline; }
a:visited { color: #111; text-decoration: underline; }
a:hover { color: #a62327; text-decoration: underline; }
a:active { color: #a62327; text-decoration: underline; }

/*-------------------------------------------
	header
-------------------------------------------*/

.skip-link {
	position: fixed;
	top: -200px;
	left: 20px;
	background-color: #fff;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 5px;
	z-index: 999;
}
.skip-link:focus {
    top: 0; /* Now the link will appear */
}

#homePhotoContainer { 
	width: 100%;
	height: 700px;
	margin: 0;
	padding: 0;
	position: relative;
	top:0;
	text-align: center;
	background-image: url("images/bobby-cooper-home-052523.jpg");
	background-size: cover;
	background-position: top center;	
}
#headerContainer { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

.header {
	width: 100%;
	height: 170px;
	margin: 0; 
	position: relative; 
	text-align: left;
	z-index: 9999;
}
.sheader {
	width: 100%;
	height: 170px;
	margin: 0; 
	position: relative; 
	text-align: left;
	z-index: 9999;
	border-bottom: 1px solid #222;
}

#mHeader {
	display: none;
}
#msHeader {
	display: none;
}

#logoContainer {
	width: 280px;
	height: 170px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#logoTop {
	width: 280px;
	height: 170px;
	padding: 0;
	margin: 0;
	text-align: left;
	background-image: url(images/bobby-cooper-logo.png);
	background-repeat: no-repeat;
	background-size: 280px 170px;
}
#logoTopSub {
	width: 280px;
	height: 170px;
	padding: 0;
	margin: 0;
	text-align: left;
	background-image: url(images/bobby-cooper-logo-k.png);
	background-repeat: no-repeat;
	background-size: 280px 170px;
}
#Lnav {
    width: 280px; height: 170px;
    margin: 0;
	padding: 0;
    position: relative;
}
#Lnav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#Lnav li a { height: 0px; display: block; padding-top: 170px; overflow: hidden; }
#Lnav1 { left: 0; width: 280px; }
#Lnav li a:focus {
  text-decoration: inherit;
  outline: auto;
}

#navBG {
	width: 800px;
	height: 60px;
	padding: 0;
	margin: 0 30px 0 0;
	text-align: right;
	display: inline;
	float: right;
}
#navContainer {
	display: inline-block;
	width: auto;
	height: 60px;
	padding: 0;
	margin: 0;
	text-align: right;
}
#mNavContainer {
	display: none;
}

/* - - - Navigation - - - */

#navContainer nav {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  font-smoothing: antialiased;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#navContainer ul {
  list-style: none;
  margin: 47px 0 0 0;
  padding-left: 0;
}

#navContainer li {
  display: block;
  float: left;
  padding: 20px 15px 19px 15px;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
  
#navContainer li a {
  color: #fff;
  text-decoration: none;
}
#navContainer li a:hover {
  color: #be2226;
}
#navContainer li a:focus {
  color: #be2226;
}

#navContainer li:hover,
#navContainer li:focus-within {
  color: #be2226;
  cursor: pointer;
}


#snavContainer nav {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  font-smoothing: antialiased;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#snavContainer ul {
  list-style: none;
  margin: 47px 0 0 0;
  padding-left: 0;
}

#snavContainer li {
  display: block;
  float: left;
  padding: 20px 15px 19px 15px;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
  
#snavContainer li a {
  color: #111;
  text-decoration: none;
}
#snavContainer li a:hover {
  color: #be2226;
}
#snavContainer li a:focus {
  color: #be2226;
}

#snavContainer li:hover,
#snavContainer li:focus-within {
  color: #be2226;
  cursor: pointer;
}

#snavContainer li a.nav-item-On {
  color: #9d2e24;
}
#snavContainer li a.nav-item-On:hover,
#snavContainer li a.nav-item-On:focus-within {
  color: #9d2e24;
  cursor: pointer;
}


#homeImage-feature {
	width: 600px;
	height: auto;
	margin: 0 auto; 
	position: relative; 
	text-align: center;
	z-index: 9888;
}
#homeImage-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 130px 0 0 0;
	position: relative; 
	text-align: center;
	z-index: 9889;
	color: #fff;
	font-size: 40px;
	text-align: center;
	letter-spacing: 3px;
}

#redBTN {
	width: fit-content;
	height: auto;
	padding: 0;
	margin: 0 10px 0 10px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	background-color: #be2226;
	box-sizing: border-box;
	display: inline-block;
	text-transform: uppercase;
}
#redBTN a {
	display: block;
	height: auto;
	padding: 20px 30px 20px 30px;
}
#redBTN a:link { color: #fff; text-decoration: none; }
#redBTN a:visited { color: #fff; text-decoration: none; }
#redBTN a:hover { color: #111; text-decoration: none; }
#redBTN a:active { color: #111; text-decoration: none; }

#redBTN a:focus-within { color: #111; }


  

/*-------------------------------------------
	page structure
-------------------------------------------*/


#homeWrap { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 90px 0 90px 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	background-color: #f3f3f3;
}

#homeCopy { 
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 30px;
}
#subCopy { 
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 18px;
}

#whiteBTN {
	width: fit-content;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	box-sizing: border-box;
	display: inline-block;
	text-transform: uppercase;
}
#whiteBTN a {
	display: block;
	height: auto;
	padding: 20px 0 20px 0;
}
#whiteBTN a:link { color: #111; text-decoration: none; }
#whiteBTN a:visited { color: #111; text-decoration: none; }
#whiteBTN a:hover { color: #be2226; text-decoration: none; }
#whiteBTN a:active { color: #be2226; text-decoration: none; }

#whiteBTN a:focus-within { color: #be2226; }

.fa-chevron-right { font-size:12px; }



#homeCalloutsContainer { 
	width: 100%;
	height: auto;
	margin: 75px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#homeCallouts { 
	width: 900px;
	height: auto;
	margin: 0 auto;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#homeCallouts-L-photo { 
	width: 335px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#homeCallouts-R-photo { 
	width: 335px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#homeCallouts-L-photo-M { 
	display: none;
}
#homeCallouts-R-photo-M { 
	display: none;
}
#homeCallouts-R-text { 
	width: 500px;
	height: 320px;
	margin: 0 0 70px 40px;
	padding: 50px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#homeCallouts-L-text { 
	width: 500px;
	height: 320px;
	margin: 0 40px 70px 0;
	padding: 50px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

#instagram-container { 
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}


#team-Icons { 
	width: 260px;
	height: auto;
	margin: 30px 15px 0 15px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	line-height: 18px;
}
#team-Icons a {
	display: block;
	height: auto;
	padding: 0;
}
#team-Icons a:link { color: #111; text-decoration: none; }
#team-Icons a:visited { color: #111; text-decoration: none; }
#team-Icons a:hover { color: #be2226; text-decoration: none; }
#team-Icons a:active { color: #be2226; text-decoration: none; }

#team-Photo { 
	width: 350px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#product-images { 
	width: 400px;
	height: auto;
	margin: 30px 15px 0 15px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	line-height: 18px;
}
#product-images a {
	display: block;
	height: auto;
	padding: 0;
}
#product-images a:link { color: #111; text-decoration: none; }
#product-images a:visited { color: #111; text-decoration: none; }
#product-images a:hover { color: #be2226; text-decoration: none; }
#product-images a:active { color: #be2226; text-decoration: none; }


/*--- Clear ---*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*--- Footer ---*/


.footer {
	width: 100%;
	height: auto;
	padding: 50px 20px;
	box-sizing: border-box;
	margin: 70px 0 0 0;
	text-align: center;
	background-color: #111;
	font-size: 14px;
}

#footerL {
	width: 195px;
	height: auto;
	padding: 0;
	margin: 0 20px 0 0;
	text-align: left;
	color: #fff;
	float: left;
	display: inline;
}
#footerM {
	width: 250px;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #fff;
	float: left;
	display: inline;
}
#footerR {
	width: 800px;
	height: auto;
	padding: 0;
	margin: 0 0 0 40px;
	text-align: left;
	color: #fff;
	float: left;
	display: inline;
}

#footerR a {
  display: inline-block;
  color: #fff;
  padding: 0px 20px 0px 0;
  margin: 0 0 10px 0;
  text-decoration: none;
  }

#footerR a:hover { color: #a62327; }

#footer-Address {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 0 10px;
	text-align: left;
}

#footer-Copyright {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 0 0;
	text-align: left;
	color: #fff;
}



/* tablet Wide
--------------------------------------------- */
@media (min-width: 960px) and (max-width: 1019px) {


x

}



/* tablet Wide
--------------------------------------------- */
@media (min-width: 870px) and (max-width: 959px) {


#homeCallouts { 
	width: 800px;
	height: auto;
	margin: 0 auto;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#homeCallouts-L-photo { 
	width: 300px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#homeCallouts-R-photo { 
	width: 300px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#homeCallouts-L-photo-M { 
	display: none;
}
#homeCallouts-L-photo-R { 
	display: none;
}
#homeCallouts-R-text { 
	width: 460px;
	height: 320px;
	margin: 0 0 70px 40px;
	padding: 50px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#homeCallouts-L-text { 
	width: 460px;
	height: 320px;
	margin: 0 40px 70px 0;
	padding: 50px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

}



/* tablet
--------------------------------------------- */
@media (min-width: 768px) and (max-width: 869px) {
	

#homeCallouts { 
	width: 700px;
	height: auto;
	margin: 0 auto;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#homeCallouts-L-photo { 
	width: 300px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#homeCallouts-R-photo { 
	width: 300px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#homeCallouts-L-photo-M { 
	display: none;
}
#homeCallouts-L-photo-R { 
	display: none;
}
#homeCallouts-R-text { 
	width: 360px;
	height: 320px;
	margin: 0 0 70px 40px;
	padding: 50px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#homeCallouts-L-text { 
	width: 360px;
	height: 320px;
	margin: 0 40px 70px 0;
	padding: 50px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

}



/* wide mobile
--------------------------------------------- */
@media (min-width: 668px) and (max-width: 767px) {


#homeCallouts { 
	width: 600px;
	height: auto;
	margin: 0 auto;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#homeCallouts-L-photo { 
	width: 300px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#homeCallouts-R-photo { 
	width: 300px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#homeCallouts-L-photo-M { 
	display: none;
}
#homeCallouts-L-photo-R { 
	display: none;
}
#homeCallouts-R-text { 
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#homeCallouts-L-text { 
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

}



/* wide mobile
--------------------------------------------- */
@media (min-width: 568px) and (max-width: 667px) {

x

}



/* wide mobile
--------------------------------------------- */
@media (min-width: 480px) and (max-width: 567px) {

x

}



/* wide mobile
--------------------------------------------- */
@media (min-width: 400px) and (max-width: 479px) {

x

}



/* wide mobile
--------------------------------------------- */
@media (min-width: 360px) and (max-width: 399px) {

x

}



/* mobile
--------------------------------------------- */
@media (max-width: 359px) {
	
x

}



@media (max-width: 1150px) {

.header {
	display: none;
}
.sheader {
	display: none;
}

#mHeader {
	display: inherit;
	width: 100%;
	height: 70px;
	margin: 0; 
	position: relative; 
	text-align: left;
}
#msHeader {
	display: inherit;
	width: 100%;
	height: 70px;
	margin: 0; 
	position: relative; 
	text-align: left;
	background-color: #111;
}

#headerWrap { 
	width: 100%;
	height: 70px;
	margin: 0; 
	position: relative;
	text-align: left;
}

#headerL { 
	width: 100px;
	height: 50px;
	text-align: left;
	margin: 10px 0 0 10px;
	padding: 0;
	display: inline;
	float: left;
}
#headerR { 
	width: 50px;
	height: 50px;
	text-align: left;
	margin: 10px 10px 0 0;
	padding: 0;
	display: inline;
	float: right;
}

.menu-icon {
  background-color: transparent;
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.button1 {
  background-color: transparent;
  color: white;
}

.button1:focus {
  text-decoration: inherit;
  background-color: #ccc;
  outline: auto;
}

.button1:hover {
  background-color: #ccc;
  color: white;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #111;
}

.overlay-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: scroll;
  text-align: center;
  margin-top: 0px;
}

#oHeaderWrap {
	width: 100%;
	height: 70px;
	padding: 0;
	text-align: center;
}
#oHeader { 
	display: block !important;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 70px;
}	

#oHeaderL { 
	width: 100px;
	height: 50px;
	text-align: left;
	margin: 10px 0 0 10px;
	padding: 0;
	display: inline;
	float: left;
}

#oHeaderR { 
	width: 50px;
	height: 50px;
	text-align: left;
	margin: 10px 10px 0 0;
	padding: 0;
	display: inline;
	float: right;
	font-size: 36px;
	color: #fff;
}

#navHeader { 
	width: 100%;
	height: auto;
	margin: 0; 
	position: relative; 
	text-align: left;
}

#oNavContainer {
	display: inherit;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
}

ul.nav-list,
nav { 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	display: block; 
	height: auto; 
	float: none;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 18px;
    letter-spacing: 1px;
	text-transform: uppercase;
}

ul.nav-list li.nav-item,
ul.nav-list li.nav-item-ON { 
	display: block !important; 
	text-align: left; 
	float: none !important;
}

ul.nav-list li.nav-item a { 
	display: block; 
	line-height: auto; 
	height: auto; 
	margin: 0; 
	color: #fff; 
	border-top: 1px solid #333; 
	padding: 20px !important;
	text-decoration: none;
}

ul.nav-list li.nav-item a:hover { background-color: #a62327; color: #fff; }
ul.nav-list li.nav-item a:focus { background-color: #a62327; }

ul.nav-list li.nav-item-ON a { padding: 20px; color: #fff; border-top: 1px solid #000;}
	
ul.nav-list li.nav-item:first-child a,
ul.nav-list li.nav-item-ON:first-child a
{ border: none;}

}

@media (max-width: 667px) {

#homeImage-feature {
	width: 100%;
	height: 610px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	z-index: 9888;
	box-sizing: border-box;
}
#homeImage-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 20px 0 20px;
	text-align: center;
	z-index: 9889;
	color: #fff;
	font-size: 40px;
	text-align: center;
	letter-spacing: 3px;
	box-sizing: border-box;
	position: absolute;
    bottom: 0;
    left: 0;
}
#redBTN {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	background-color: #be2226;
	box-sizing: border-box;
	display: inline-block;
	text-transform: uppercase;
}

#homeCallouts { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#homeCallouts-L-photo { 
	width: 300px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#homeCallouts-R-photo { 
	display: none;
}
#homeCallouts-R-photo-M { 
	width: 300px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#homeCallouts-L-photo-R { 
	width: 300px;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#homeCallouts-R-text { 
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0 0 60px 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#homeCallouts-L-text { 
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0 0 60px 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

#homeWrap { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 0 30px 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	background-color: #f3f3f3;
}

#homeCopy { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 30px;
}
#subCopy { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 18px;
}

#footerR {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #fff;
	float: left;
	display: inline;
}

}