/* CSS Document */

@charset "utf-8";

/* text rules */

h1 {
	font-size: 1.3em;
	font-weight: bold;
	width: 100%;
	line-height: 1.1em;
}
h2{
	font-size: 1.1em;
	margin-top: 20px;
}
h3{
	font-size: .95em;
	font-weight: bold;
	text-align: center;
}
h4{
}
h5{
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	color: #FFFDF9;
	background-color: #CC0000;
	border-radius: 9px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: center;
}
body {
	background-color: #FFFDF9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #444;
	height: 100%;
	margin: 0px;
	background-image: none;
}
nav {
	z-index: 1000;
}
.small {
  font-size: 13px;
}
.center {
	text-align: center;
}
 a:link {color: #2AB7CA;text-decoration: none}
 a:visited {color:#2AB7CA; text-decoration: none}
 a:hover {color:#CC0000; text-decoration: none}
 a:active {color:2AB7CA; text-decoration: none}

#nav1 a:link {color:#FFFDF9; text-decoration:none}
#nav1 a:visited {color:#FFFDF9; text-decoration:none}
#nav1 a:hover {color: #fFFFFF;text-decoration: underline}
#nav1 a:active {color: #FFFDF9; text-decoration: none; font-weight: bold}

#social-top a:link {color: #666; text-decoration: underline}
#social-top a:visited {color:#666; text-decoration:none}
#social-top a:hover {color:#2AB7CA; text-decoration:none}
#social-top a:active {color:#666; text-decoration:none}

#mobile-menu-holder a:link {color: #fFF3E2; text-decoration: none}
#mobile-menu-holder a:visited {color:#fFF3E2; text-decoration:none}
#mobile-menu-holder a:hover {color:#fFFFFF; text-decoration:none}
#mobile-menu-holder a:active {color:#fFFFFF; text-decoration:none}

.listing a:link {color: #208A99; text-decoration: underline}
.listing a:visited {color:#208A99; text-decoration: underline}
.listing a:hover {color:#CC0000; text-decoration: none}
.listing a:active {color:#208A99; text-decoration: underline} 

.listing2 a:link {color: #C7EEF3;text-decoration: underline}
.listing2 a:visited {color:#C7EEF3; text-decoration: underline}
.listing2 a:hover {color:#ffefd9; text-decoration: none}
.listing2 a:active {color:#fF9797; text-decoration: underline}

.states a:link {color: #208A99; text-decoration: underline}
.states a:visited {color:#208A99; text-decoration: underline}
.states a:hover {color:#CC0000; text-decoration: none}
.states a:active {color:#208A99; text-decoration: underline}

#footer-holder a:link  {color: #666; text-decoration: none}
#footer-holder a:visited {color:#666; text-decoration: none}
#footer-holder a:hover {color:#CC0000; text-decoration: underline}
#footer-holder a:active {color:#8A8AFF; text-decoration: underline}

.clear {clear:both}

.spotlight-top {
	width: 100%;
	background-color: #900;
	background-image:
; 	background-image: url(https://www.hairextensionguide.com/img/home/spotlights-top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	color: #fff3e2;
	height: 22px;
	border-radius: 15px;
	font-style: italic;
	font-weight: bold;
}
.spotlight-holder {
	width: 100%;
	border-bottom: thin solid #900;
}
.listed-items {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 30px;
}	

/* form rules */

#web {
	display: none;
}
.send-button {
	width: 200px;
	font-size: 1em;
	color: #FFFDF9;
	text-indent: 2px;
	padding: 3px;
	text-align: center;
	background-color: #CC0000;
	border: 2px outset #5B0000;
	border-radius: 8px;
	font-weight: bold;
}
.send-button:hover {
	cursor: pointer;/* cursor: hand; for IE5 */
}
.contact-info {
	width: 95%;
	padding-top: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.contact-form {
	width: 95%;
	border: thin solid #769883;
	border-radius: 8px;
	padding-left: 20px;
	padding-top: 5px;
	background-color: #D8E2DC;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.listing-form {
	width: 90%;
	border: thin solid #769883;
	border-radius: 8px;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	background-color: #D8E2DC;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}
.login-fieldset {
	width: 90%;
	max-width: 350px;
	text-align: center;
	padding: 15px;
	margin: 50px auto 50px auto;
	border: thin solid #900;
	border-radius: 0 25px 0 25px;
}
.member-account {
	width: 95%;
	margin: 10px auto 0 auto;
	border: thin solid #769883;
	border-radius: 10px;
	background-color: #F2F7F3;
	padding: 5px;
	font-size: 0.9em;
	overflow: hidden;
}
.pwButton {
	font-size: .9em;
	color: #FFFDF9;
	background-color: #CC0000;
	border-radius: 8px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF5B5B;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #FF5B5B;
	margin-left: 10px;
	cursor: pointer;
}
select,
input[type=text],
input[type=password],
textarea {
	font-size: 1em;
	padding: 2px 6px;
	margin-top: 2px;
	box-sizing: border-box;
	border: 1px solid #769883;
	border-radius: 7px;
	background-color: #fFF9F0;
	max-width: 100%;
}
textarea {
   font-family: inherit;
   font-size: .9em;
}
input[type=text]:focus {
    background-color: #fFFFCC;
}
textarea:focus {
    background-color: #fFFFCC;
}
::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

:-ms-input-placeholder {  
   color: #999;  
}
label {
display: block;
}
.own-design-yes {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 10px;
	display: none;
}
.own-design-no {
	margin-bottom: 15px;
	margin-top: 10px;
}

/* image rules */

img {
	max-width: 100%;
	height: auto;
	border-style: none;
}
.left {
	float: left;
	margin-right: 12px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.right {
	float: right;
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.middle {
	vertical-align: middle;
	margin-right: 7px;
	margin-left: 7px;
}
.basic img {margin: 2px 5px 6px 5px;
vertical-align:middle;
}
.PhotoFieldset {
	margin-left: auto;
	padding: 20px;
	margin-right: auto;
	width: 90%;
	text-align: center;
	color: #999;
	font-size: .8em;
	border: none;
}
.logos {
	vertical-align: middle;
	margin-right: 7px;
	margin-bottom: 5px;
}
.showroom {
	width: 33%;
	height: 230px;
	font-size: .85em;
	float: left;
	position: relative;
	text-align: center;
	line-height: 2em;
}
.showroom-nav {
	color: #e8D0D0;
	text-align: center;
	letter-spacing: 4px;
}
.image-box {
	text-align: center;
	width: 100%;
	margin: 10px 0 10px 0;
}

/* video rules */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-list {
	width: 25%;
	height: 275px;
	font-size: .9em;
	float: left;
	position: relative;
	text-align: center;
	padding: 0 3% 0 3%;
}
ul, li {
    font-size:14px; 
    font-family:Verdana, Geneva, sans-serif;
    line-height:21px;
    text-align:left;
}
 
/* Navigation Bar */

#nav-holder {
	width: 100%;
	height: 60px;
	background-color: #CC0000;
	display: none;
	background-image: https://www.hairextensiongiode.com/img/navigation-background.jpg;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF5B5B;
	background-image: url(https://www.hairextensionguide.com/img/navigation-background.jpg);
}

#nav {
    list-style:none;
    width:980px;
    margin:0px auto 0px auto;
    height:30px;
    padding:0px 0px 0px 0px;
	display: none;
	top: 13px;
	position: relative;
 	background: #CC0000;
}
 
#nav li {
	z-index: 500;
	float: left;
	text-align: center;
	position: relative;
	padding: 4px 13px 4px 13px;
	margin-top: 2px;
	color: #900;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #420000;
	border-left-color: #FF2020;
}
#nav li:last-child {
	border-right: none;
}
#nav li:first-child {
	border-left: none;
}
 
#nav li:hover {
    border: 1px solid #777777;
    padding: 4px 13px 4px 13px;
     
    /* Background color and gradients */
     
    background: #fFFAF2;
	color: #900;
     
    /* Rounded corners */
     
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
 
#nav li a {
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px; 
    color: #FFFDF9;
    display:block;
    outline:0;
    text-decoration:none;
}
 
#nav li:hover a {
    color:#900;
    text-shadow: 1px 1px 1px #fFFFFF;
}
#nav li .drop {
    padding-right:20px;
    background:url("../img/nav/Down.gif") no-repeat right 8px;
}
#nav li:hover .drop {
    background:url("../img/nav/Down.gif") no-repeat right 7px;
}
 
/* Drop Down */

.dropdown_tab1,
.dropdown_tab2,
.dropdown_tab3,
.dropdown_tab4,
.dropdown_tab5  {
    margin:4px auto;
    float:left;
    position:absolute;
	visibility: hidden;
	opacity: 0;
  	-webkit-transition: opacity 300ms linear 0s;
	-moz-transition: opacity 300ms linear 0s;
	-ms-transition: opacity 300ms linear 0s;
	-o-transition: opacity 300ms linear 0s;
	transition: opacity 300ms linear 0s;
    text-align:left;
    padding:10px 20px 10px 5px;
    border:1px solid #900;
    border-top:none;
     
    /* Gradient background */
    background:#fFFAF2;
 
    /* Rounded Corners */
    -moz-border-radius: 0px 8px 8px 8px;
    -webkit-border-radius: 0px 8px 8px 8px;
    border-radius: 0px 8px 8px 8px;
	
	-moz-box-shadow: rgba(105,0,0,0.8) 3px 3px 3px;
	-webkit-box-shadow: rgba(105,0,0,0.8) 3px 3px 3px;
	box-shadow: rgba(105,0,0,0.8) 3px 3px 3px;
}
.dropdown_tab3 a {
	padding-top: 10px;
}
 
.dropdown_tab4 {width: 450px;}
.dropdown_tab2 {width: 650px;}
.dropdown_tab5 {width: 300px;}
.dropdown_tab3 {width: 520px;}
.dropdown_tab1 {width: 700px;}
 
#nav li:hover .dropdown_tab4, 
#nav li:hover .dropdown_tab2, 
#nav li:hover .dropdown_tab5,
#nav li:hover .dropdown_tab3,
#nav li:hover .dropdown_tab1 {
    left:-1px;
    top:auto;
	visibility: visible;
	opacity: 1;
}
 
/* Columns */
 
.col_1,
.col_1a,
.col_1b,
.col_2,
.col_3,
.col_4,
.col_5 {
    display:inline;
    float: left;
    position: relative;
    margin: 5px 5px 5px 10px;	
}
.col_1 {width:230px;}
.col_1a {width: 120px;}
.col_1b {width: 180px; margin-left: 20px; text-align: center;}
.col_2 {width:330px; border-right: solid thin #900;}
.col_3 {width:360px;}
.col_4 {width:500px;}
.col_5 {width:690px;}
.col_right {float: right; padding-top: 15px;}
.col_1c {float: right; width:142px; text-align: center; padding-top: 15px;}

/* Right alignment */
 
#nav .nav_right {
    float:right;
    margin-right:0px;
}
#nav li .align_right {
    /* Rounded Corners */
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}
#nav li:hover .align_right {
    left:auto;
    right:-1px;
    top:auto;
}
 
/* Drop Down Content Stylings */
 
#nav p, #nav h2, #nav h3, #nav ul li {
    font-family:Arial, Helvetica, sans-serif;
    line-height:21px;
    font-size:12px;
    text-align:left;
    text-shadow: 1px 1px 1px #fFFFFF;
}
#nav h2 {
	width: 100%;
    font-size:21px;
    font-weight:400;
    letter-spacing:-1px;
    margin:2px 0 7px 0;
    padding-bottom:4px;
 	border-bottom: solid thin #900
}
#nav h3 {
    font-size:14px;
    margin:0px 0 0px 0;
    padding-bottom:2px;
	text-align: center;
}
#nav p {
    line-height:18px;
    margin:0 0 10px 0;
}
 
#nav li:hover div a {
	font-size: 14px;
	text-decoration: none;
    color:#8A8AFF;
	padding-bottom: 2px;
}
#nav li:hover div a:hover {
    color:#6600CC;
	text-decoration: none;
}
.strong {
    font-weight:bold;
}
.italic {
    font-style:italic;
}
.imgshadow {
    background:#fFFFFF;
    padding:4px;
    border:1px solid #777777;
    margin-top:5px;
    -moz-box-shadow:0px 0px 5px #666666;
    -webkit-box-shadow:0px 0px 5px #666666;
    box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
    width:auto;
    float:left;
    margin:5px 15px 5px 5px;
}
.img_center {
	margin-bottom: 5px;
	-moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
}
.img_text {
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
}
.h_text {
	margin-left: 20px;
	font-size: 11px;
	line-height: 10px;
}
#nav li .black_box {
    background-color:#900;
    color: #fff3e2;
    padding:4px 6px 4px 6px;
 
    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
 
    /* Shadow */
    -webkit-box-shadow:inset 0 0 3px #000000;
    -moz-box-shadow:inset 0 0 3px #000000;
    box-shadow:inset 0 0 3px #000000;
	text-align: center;
}
#nav li ul {
    list-style:none;
    padding:0;
    margin:0 0 12px 0;
}
#nav li ul li {
    font-size:12px;
    line-height:24px;
    position:relative;
    text-shadow: 1px 1px 1px #ffffff;
    padding:0;
    margin:0;
    float:none;
    text-align:left;
    width:130px;
}
#nav li ul li:hover {
    background:none;
    border:none;
    padding:0;
    margin:0;
}
#nav li .greybox li {
    background:#f4F4F4;
    border:1px solid #bbbbbb;
    margin:0px 0px 4px 0px;
    padding:4px 6px 4px 6px;
    width:116px;
 
    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#nav li .greybox li:hover {
    background:#ffffff;
    border:1px solid #aaaaaa;
    padding:4px 6px 4px 6px;
    margin:0px 0px 4px 0px;
}
@media screen and (min-width:200px) {

/* layout rules header section */

#logo-holder {
	display: none;
}
#nav1 {
	display: none;
}
#member {
	display: none;
}
#member-top {
	display: none;
}
#social-top {
	display: none;
}
.image-box {
	display: none;
}
#footer-holder {
	display: none;
}
#side-bar {
	display: none;
}
#side-bar2 {
	display: none;
}
#listing-details {
	display: none;
}
#siteLock {
	display: none;
}
#breadcrumbs {
	display: none;
}
.next {
	display: none;
}
.previous {
	display: none;
}
.pointer {
	display: none;
}
}
#toTop {
	width: 100px;
	text-align: center;
	padding: 5px;
	cursor: pointer;
	display: none;
	color: #333;
	font-family: verdana;
	font-size: 11px;
}
#news {
	display: none;
}
.techniques {
	display: none;
}

body {
	font-size: 1em;
}

#logo {
	width: 100%;
	height: 50px;
	background-color: #CC0000;
	background-image: url(https://www.hairextensionguide.com/img/logo-7a.png);
	background-repeat: no-repeat;
	background-position: 15px;
}
.nav1_mobile {
	visibility: visible;
	width: 100%
	height: 50px;
}
.logo_mobile {
	width: 100%;
	left: 0px;
	height: 50px;
}
.img-dt {
	display: none;
}
.img-m {
	display: block;
}
#mobile-menu-holder {
	width: 155px;
	right: 0px;
	height: 50px;
	top: 0px;
	position: absolute;
}
.login-button {
	float: right;
	width: 50px;
	height: 50px;
	text-align: center;
	border-left: solid thin #d30000;
	border-right: solid thin #550000;
}
#mobile-menu-button {
	float: right;
	width: 50px;
	height: 50px;
	text-align: center;
	border-right: solid thin #550000;
}
#side-menu {
	position: absolute;
	z-index: 500;
}
#menu-tab1 {
	background: #CC0000;
	color: #FFFDF9;
	display: none;
	left: 0px;
	width: 275px;
	position: absolute;
	box-shadow: 4px 4px 10px #420000
}
#close-tab1 {
	padding-left: 50px;
}
#menu-tab1 a {
	color: #fFF3E2;
}
#menu-tab1 ul {
	list-style-type: none;
}
#menu-tab1 li {
	font-size: 1.15em;
	padding-bottom: 11px;
	padding-top: 7px;
	border-top: 1px solid #bF0000;
	border-bottom: 1px solid #530000;
}
#menu-tab1 li:first-child {
	border-top: none;
}
#open-tab2 {
}
#close-tab2 {
	padding-left: 50px;
}
#menu-tab2 {
	color: #FFFDF9;
	background-color: #D90000;
	display: none;
	left: 10px;
	width: 260px;
	position: absolute;
	box-shadow: 4px 4px 10px #420000 , -2px 0px 6px #420000;
}
#menu-tab2 a {
	color: #FFFDF9;
}
#menu-tab2 ul {
	list-style-type: none;
}
#menu-tab2 li {
	font-size: 1.15em;
	padding-bottom: 11px;
	padding-top: 7px;
	border-top: thin solid #bF0000;
	border-bottom: thin solid #530000;
}
#menu-tab2 li:first-child {
	border-top: none;
}

#open-tab3 {
}
#close-tab3 {
	padding-left: 50px;
}
#menu-tab3 {
	background: #D90000;
	color: #FFFDF9;
	display: none;
	left: 10px;
	width: 260px;
	position: absolute;
	box-shadow: 4px 4px 10px #420000 , -2px 0px 6px #420000;
}
#menu-tab3 a {
	color: #FFFDF9;
}
#menu-tab3 ul {
	list-style-type: none;
}
#menu-tab3 li {
	font-size: 1.15em;
	padding-bottom: 11px;
	padding-top: 7px;
	border-top: thin solid #bF0000;
	border-bottom: thin solid #530000;
}
#menu-tab3 li:first-child {
	border-top: none;
}

#open-tab4 {
}
#close-tab4 {
	padding-left: 50px;
}
#menu-tab4 {
	background: #D90000;
	color: #FFFDF9;
	display: none;
	left: 10px;
	width: 260px;
	position: absolute;
	box-shadow: 4px 4px 10px #420000 , -2px 0px 6px #420000;
}
#menu-tab4 a {
	color: #FFFDF9;
}
#menu-tab4 ul {
	list-style-type: none;
}
#menu-tab4 li {
	font-size: 1.15em;
	padding-bottom: 11px;
	padding-top: 7px;
	border-top: thin solid #bF0000;
	border-bottom: thin solid #530000;
}
#menu-tab4 li:first-child {
	border-top: none;
}

#open-tab5 {
}
#close-tab5 {
	padding-left: 50px;
}
#menu-tab5 {
	background: #D90000;
	color: #FFFDF9;
	display: none;
	left: 10px;
	width: 260px;
	position: absolute;
	box-shadow: 4px 4px 10px #420000 , -2px 0px 6px #420000;
}
#menu-tab5 a {
	color: #FFFDF9;
}
#menu-tab5 ul {
	list-style-type: none;
}
#menu-tab5 li {
	font-size: 1.15em;
	padding-bottom: 11px;
	padding-top: 7px;
	border-top: thin solid #bF0000;
	border-bottom: thin solid #530000;
}
#menu-tab5 li:first-child {
	border-top: none;
}

#open-tab6 {
}
#close-tab6 {
	padding-left: 50px;
}
#menu-tab6 {
	background: #E10000;
	color: #FFFDF9;
	display: none;
	left: 20px;
	width: 280px;
	position: absolute;
	box-shadow: 4px 4px 10px #420000 , -2px 0px 6px #420000;
}
#menu-tab6 a {
	color: #FFFDF9;
}
#menu-tab6 ul {
	list-style-type: none;
}
#menu-tab6 li {
	font-size: 1.15em;
	padding-bottom: 11px;
	padding-top: 7px;
	border-top: thin solid #bF0000;
	border-bottom: thin solid #530000;
}
#menu-tab6 li:first-child {
	border-top: none;
}
.close-menu {
	padding-left: 50px;
}

/* main content */

#content-holder {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#main-content {
	width: 95%;
	padding-left: 10px;
	padding-bottom: 15px;
}
#main-member {
	width: 97%;
	padding-left: 5px;
	padding-bottom: 15px;
	overflow: hidden;
}
#main-member h1 {
	margin-bottom: 15px;
}
.member-logo {
	width: 250px;
	text-align: center;
	margin-right:auto;
	margin-left: auto;
}
.member-bottom {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	font-size: .9em;
	margin-bottom: 10px;
	text-align: center;
}
.member-likes {
	display: inline;
	color: #4763b2;
	padding-right: 10px;
	padding-bottom: 10px;
}
.member-account-l {
	width: 90%;
	float: none;
}
.member-account-r {
	width: 90%;
	float: none;
	text-align: left;
}
.review {
	border: thin solid #d1a5a5;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: left;
	padding: 10px;
}
.spotlight-left {
	width: 90%;
	padding: 3%;
}
.spotlight-right {
	display: none;
}
.featured {
	width: 90%;
	text-align: center;
	font-size: .9em;
	border: thin solid #d2a5a5;
	border-radius: 10px;
	float: none;
	margin: 10px auto 10px auto;
}
.showroom {
	width: 50%;
}
.video-list {
	width: 250px;
	height: auto;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	float: none;
}
.col-box {
	width: 25%;
	float: left;
	font-size: .85em;
	margin-right: 5%;
	margin-left: 3%;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.col-box:last-child {
	margin-right: 0
}
.mobile-icons {
	width: 100%;
	display: block;
}
.news-col-l {
	width: 90%;
	float:none;
	margin: 0 auto 20px auto;
}
.news-col-r {
	width: 90%;
	float:none;
	margin: 0 auto 20px auto;
}
.news-header {
	width: 99%;
	margin: 0 0 0 0;
	background-color: #D8E2DC;
	line-height: 2em;
	overflow: hidden;
	padding-left: 5px;
	font-size:.9em;
}
.two-col-l {
	width: 90%;
	float:none;
	margin: 0 auto 10px auto;
}
.two-col-r {
	width: 90%;
	float:none;
	margin: 0 auto 10px auto;
}
.methods {
	width: 95%;
	position: relative;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border: thin solid #CC0000;
}
.methods-space {
	display: none;
}
.item-list {
	width: 90%;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	border-bottom: solid 2px #D8E2DC;
	overflow: hidden;
}
.event-box {
	width: 90%;
}

.hair-photo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}
.hair-photo-r {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}
.states {
	background-color: #EEF2EF;
	border: thin solid #769883;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-IE-border-radius: 7px;
	width: 90%;
	margin-bottom: 40px;
	padding-left: 15px;
	padding-bottom: 10px;
	box-shadow: inset 1px 1px 2px 1px #555;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
}
.states-col {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	line-height: 1.9em;
}
.directory-top {
	width: 100%;
	max-width: 620px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.top-listing-left {
	width: 48.4%;
	max-width: 300px;
	min-width: 250px;
	float: left;
	margin-top: 20px;
	margin-right: 3%;
}
.top-listing-right {
	width: 48.4%;
	max-width: 300px;
	min-width: 250px;
	float: left;
	margin-top: 20px;
}
.basic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	border-bottom: 2px solid #D8E2DC;
}
.listing {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	background-color: #EEF2EF;
	font-size: 0.9em;
	width: 76%;
	margin: 0px auto 15px auto;
	padding: 5px 10px 5px 10px;
	border: thin solid #769883;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-IE-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 2px 2px 3px 1px #555;
	overflow: hidden;
}
.listing2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFDF9;
	background-color: #2B2D42;
	font-size: 0.9em;
	width: 76%;
	padding: 5px 2% 5px 2%;
	margin: 0px auto 15px auto;
	border: thin double #FFFDF9;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-IE-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 2px 2px 2px 2px #003333;
	overflow: hidden;
}
.name {
	font-size: 1.1em;
	font-weight: bold;
	width: 100%;
	border-bottom: thin solid #769883;
	margin-bottom: 5px;
}
.name2 {
	font-size: 1.1em;
	font-weight: bold;
	width: 100%;
	border-bottom: thin solid #ffefd9;
	margin-bottom: 5px;
}
.address {
	vertical-align: top;
	float: left;
	margin-bottom: 5px;
}
.phone {
	text-align: right;
	vertical-align: top;
	float: right;
	margin-bottom: 10px;
}
.specialized {
	font-style: italic;
	text-align: center;
	font-size: .9em;
	border-bottom-style: solid;
	border-bottom-width: medium;
	margin-bottom: 5px;
}
.profile {
	font-size: 1em;
	font-weight: bold;
	float: left;
}
.registered {
	font-size: .9em;
	font-weight: bold;
	text-align: right;
	float: right;
}

.devider-hr {
	width: 100%;
	height: 15px;
	background-color: #CC0000;
	border-top: solid 2px #FF5B5B;
	border-bottom: solid 2px #900;
}

/* Footer section */

#social-footer-holder {
	background-color: #D8E2DC;
	width: 100%;
	height: 40px;
}
#social-footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #555;
	text-align: right;
	width: 90%;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	top: 15px;
	position: relative;
}
#google{
	width: 60px;
	position: relative;
	text-align: center;
	float: right;
	height: 24px;
}
#facebook{
	float: right;
	height: 24px;
	width: 95px;
	position: relative;
	overflow: hidden;
}
.copyright {
	width: 100%;
	text-align: center;
	margin: 0 auto 25px auto;
	background-color: #FFFDF9;
	font-size: 12px;
}

}

@media screen and (min-width:366px) {

#mobile-menu-holder {
	left:216px;
}
.img-dt {
	display: block;
}
.img-m {
	display: none;
}	
}

@media screen and (min-width:481px) {

h1 {
	font-size: 1.4em;
	font-weight: bold;
	width: 100%;
}

/* header section */
	
#logo {
	width: 100%;
	height: 73px;
	text-align: center;
	background-image: url(https://www.hairextensionguide.com/img/logo-3a.png);
	background-repeat: no-repeat;
	background-position: right;
}
.nav1_mobile {
	height: 73px;
}
.logo_mobile {
	height: 70px;
}
#mobile-menu-holder {
	width: 100%;
	left: 0px;
	background-color: #2B2D42;
	color: #FFFDF9;
	height: 50px;
	border-bottom: solid 2px #320000;
	position: relative;
}

.login-button {
	float: right;
	width: 100px;
	height: 50px;
	text-align: center;
	border: none;
}
.login-button:hover {
		background-color: #700;
}
.mobile-menu-button {
	float: left;
	width: 100px;
	height: 50px;
	text-align: center;
	margin-left: 30px;
	border: none;
}
.mobile-menu-button:hover {
		background-color: #700;
}

/* main content section */

#main-content {
	width: 95%;
}
#main-member {
	width: 95%;
}
.member-logo {
	float: right;
	width: 250px;
	margin-left:10px;
}
.hair-photo {
	float: left;
	width: 175px;
	margin-right: 30px;
	margin-bottom: 15px;
	padding-top: 20px;
}
.hair-photo-r {
	float: right;
	width: 175px;
	margin-left: 30px;
	margin-bottom: 15px;
	padding-top: 20px;
}
.states {
	width: 97%;
	font-size: .95em;
}
.states-col {
	width: 25%;
	float: left;
}
.showroom {
	width: 33%;
}
.featured {
	width: 47%;
	text-align: center;
	font-size: .9em;
	border: thin solid #d2a5a5;
	border-radius: 10px;
	float: left;
	margin: 10px 2% 10px 0;
}
.news-col-l {
	width: 47%;
	float: left;
}
.news-col-r {
	width: 47%;
	float: right;
}
.two-col-l {
	width: 50%;
	float: left;
}
.two-col-r {
	width: 45%;
	float: right;
}

}
@media screen and (min-width:600px) {
.spotlight-left {
	width: 43%;
	padding: 3%;
	float: left;
	border-right: thin solid #900;
}
.spotlight-right {
	width: 43%;
	padding: 3%;
	float: right;
	display:inline-block;
}
}

@media screen and (min-width:699px) {
	
body {
	font-size: 1em;
}
	
/* header section */
	
	#logo {
	width: 100%;
	height: 73px;
	top: 0px;
	text-align: center;
	background-image: url(https://www.hairextensionguide.com/img/logo-2a.png);
	background-repeat: no-repeat;
	background-position: center;
}
#sidemenu {
	visibility: hidden;
}

/* main section */

.image-box {
	display: block;
}
.member-account-l {
	width: auto;
	float: left;
}
.member-account-r {
	width: auto;
	float: right;
	text-align: right;
}
.event-box {
	width: 45%;
	float: left;
	font-size: .9em;
	position: relative;
	margin-right: 4%;
	border-right: solid thin #d1A5A5;
}
.event-box:last-child {
	border-right: 0px;
}	
.techniques {
	width:400px;
	margin-top:20px;
	margin-left:250px;
	display: block;
}
.methods {
	width: 90%;
	font-size: .9em;
	position: relative;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: thin solid #CC0000;
}
.featured {
	width: 30.9%;
	text-align: center;
	font-size: .9em;
	border: thin solid #d2a5a5;
	border-radius: 10px;
	float: left;
	margin: 20px 2% 20px 0;
}

.video-list {
	width: 40%;
	height: 275px;
	padding: 0 3% 0 3%;
	float: left;
}
.pointer {
	width: 136px;
	height: 35px;
	color: #FFF;
	display: block;
	font-size: .8em;
	background-image: url(https://www.hairextensionguide.com/img/pointer.png);
	text-align: center;
	line-height: 27px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	margin-top: 25px;
}

#listing-details {
	float: right;
	text-align: center;
	width: 14%;
	background: #D8E2DC;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 10px 5px 10px 5px;
	border: 1px solid #769883;
	border-radius: 7px;
	margin-top: 50px;
	margin-right: 10px;
	display: inline;
}
.devider-hr {
	width: 100%;
	height: 25px;
	background-color: #CC0000;
	border-top: solid 2px #FF5B5B;
	border-bottom: solid 2px #900;
}
.states-col {
	line-height: 1.5em
}
}

@media screen and (min-width:801px) {
	
h1 {
	font-size: 1.7em;
	font-weight: bold;
}
h2 {
	margin-top: 30px;
}

body {
	font-family: Verdana, Geneva, sans-serif;
}
/* header section */
	
#member {
	width: 100%;
	height: 22px;
	text-align: center;
	color: #FFFDFG;
	background-color: #2B2D42;
	font-size: 12px;
	padding-top: 5px;
	display: block;
}
#member a {
	color: #fFF3E2;
	text-decoration: none;
}
#member-top {
	width: 100%;
	height: 22px;
	text-align: center;
	color: #FFFDF9;
	font-size: 12px;
	padding-top: 5px;
	display: block;
	top: 0px;
	position: absolute;
}
#member-top a {
	color: #FFFDF9;
	text-decoration: none;
}
#mobile-menu-holder {
	display: none;
}
/* menu */
#nav-holder {
		display: block;
}
#nav {
		display:block;
		width:100%;
		top: 5px;
}
#nav li {
	padding: 4px 8px 4px 8px;
}
#nav li:hover {
    padding: 4px 8px 4px 8px;
}
#nav li a {
    font-size:12px; 
}
#nav li:hover .dropdown_tab3 {
		left: -180px;
		-moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
}

/* main content section */
#main-content {
	width: 75%;
	float: left;
	padding-bottom: 15px;
}

#breadcrumbs {
	margin-top: 10px;
	font-size: .8em;
	color: #999;
	text-align: right;
	display: block;
	width: 98%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.mobile-icons {
	display: none;
}
#side-bar {
	float: right;
	width: 17%;
	text-align: center;
	font-size: 11px;
	line-height: 1.2em;
	padding-left: 10px;
	padding-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d1A5A5;
	display: inline;
}
#side-bar2 {
	float: right;
	width: 17%;
	text-align: right;
	font-size: 11px;
	line-height: 1.2em;
	padding-left: 10px;
	padding-top: 10px;
	display: inline;
}

/* footer section */

#social-footer-holder {
	background-color: #D8E2DC;
	width: 100%;
}
#facebook{
	width: 103px;
}

#footer-holder {
	width: 100%;
	background-color: #D8E2DC;
	color: #555;
	display: block;
	text-align: center;
	font-size: 16px;
	padding-top: 20px;
}
.resources-holder {
	color: #000;
	width: 730px;
	height: 140px;
	padding: 5px;
	margin: 40px auto 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.resources {
	float: left;
	height: 132px;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 22px;
	text-align: left;	
}
.resources:last-child {
	visibility: hidden;
}
.company-info {
	font-size: 13px;
	line-height: 22px;
	position: relative;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 30px;
}
.footer-bottom {
	width: 100%;
	height: auto;
 	background-image: url(https://www.hairextensionguide.com/img/footer-line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bottom-image {
	margin: 0 auto 0 auto;
	width: 100%;
	max-width: 1150px;
}

}

@media screen and (min-width:945px) {
	
#news {
	width: 100%;
	display: block;
}

}

@media screen and (min-width:980px) {

/* header section */	

#logo {
	width: 100%;
	height: 100px;
	top: 0px;
	position: absolute;
	text-align: center;
	background-image: url(https://www.hairextensionguide.com/img/logo-1a.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color:transparent;
}
#logo-holder {
	width: 100%;
	height: 73px;
	background-color: #CC0000;
	border-bottom: #900 2px solid;
	display:block;	
}
.nav1_mobile {
	visibility: hidden;
}
#nav1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #FFFDF9;
	width: 980px;
	height: 55px;
	font-weight: bold;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	line-height: 50px;
}
#social-top-holder {
	width: 100%;
	height: 30px;
	background-color: #D8E2DC;
}
	
#social-top {
	width: 100%;
	height: 30px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#social-top1 {
	float: left;
	margin-left: 50px;
}
#social-top2 {
	float: right;
	margin-right: 50px;
}
/* menu */
#nav {
		display:block;
		width:980px;
	}
	#nav li {
	padding: 4px 13px 4px 13px;
	}
	#nav li:hover {
    padding: 4px 13px 4px 13px;
	}
	#nav li a {
    font-size:15px; 
	}

/* main content section */

#main-content {
	width: 80%;
	float: left;
}
#main-member h1 {
	margin-bottom: 25px;
}
/* footer section */

.resources-holder {
	width: 940px;
	padding: 10px;
}
.resources:last-child {
	visibility: visible;
}
.resources {
	padding-left: 20px;
	padding-right: 20px;
}
.video-list {
	width: 25%;
}
}

@media screen and (min-width:1200px) {
	

#sitelock{
	background-color: #fFEFD9;
	height: 67px;
	width: 117px;
	float: none;
	position: fixed;
	left: 20px;
	bottom: 20px;
	box-shadow: 2px 2px 2px 2px #370000;
	border-radius: 6px;
	display: block;
}
#toTop {
	width: 100px;
	text-align: center;
	padding: 5px;
	position: fixed; /* this is the magic */
	bottom: 200px; /* together with this to put the div at the bottom*/
	right: 10px;
	cursor: pointer;
	display: none;
	color: #333;
	font-family: verdana;
	font-size: 11px;
}
.next {
	position: fixed;
	width: 65px;
	height: 100px;
	top: 40%;
	right: 0px;
	display: block;
}
.previous {
	position: fixed;
	width: 65px;
	height: 100px;
	top: 40%;
	left: 0px;
	display: block;
}
}