/*--------------------------------------
			                           *Stylesheet		:global CSS
										*Site			:Braids By Sarafina
										*URI			:localhost;
										*verson			:2.1
										*Author			:GELCHHIRI SHERPA
										
										=============STRUCTURE===============
										*Page Width		:960px
										*no of column	:2
										
/*---------------------------------------------------------------------------*/
                   /* Globel Setting  */
/*---------------------------------------------------------------------------*/

@font-face {
	font-family: 'ArchivoNarrow-Regular';
	src: url('../font/ArchivoNarrow-Regular.eot?') format('eot'), url('../font/ArchivoNarrow-Regular.otf') format('opentype'), url('../font/ArchivoNarrow-Regular.woff') format('woff'), url('../font/ArchivoNarrow-Regular.ttf') format('truetype'), url('../font/ArchivoNarrow-Regular.svg#ArchivoNarrow-Regular') format('svg');
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;/*vertical-align: baseline;*/
}
/*---------------------------------------------------------------------------*/
                  /* HTML5 display-role reset for older browsers */
/*---------------------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../image/top_img.png) no-repeat center top #deebf0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #235167;
}
.clr {
	clear: both;
}
h1 {
	font-family: 'ArchivoNarrow-Regular';
	font-weight: normal;
	font-size: 28px;
	padding: 10px;
}
h2 {
	font-family: 'ArchivoNarrow-Regular';
	font-weight: normal;
	font-size: 24px;
	padding: 15px 10px 0px;
}
h3 {
	font-family: 'ArchivoNarrow-Regular';
	font-weight: normal;
	font-size: 20px;
	padding: 15px 10px 0px;
}
p {
	margin: 10px;
}
a {
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	padding: 2px;
}
#wrapper {
	margin: 0px auto;
	width: 960px;
}
#header {
	height: 102px;
	padding: 10px;
	overflow: hidden;
}
.header_left {
	float: left;
	width: 500px;
}
.header_left {
	margin-top: 20px;
}
.header_left p {
	margin: 10px 0px;
	font-weight: bold;
}
.header_right {
	float: right;
	width: 180px;
	text-align: right;
	margin-top: 10px;
	padding: 10px;
}
.header_right span {
	font-size: 19px;
	font-weight: bold;
}
.header_right span a { color:#15545c;}
.header_right p img {
	margin-right: 0px;
}
#nav {
	height: 56px;
	width: 960px;
	/*background: url(../image/nav.gif);*/
	background: #02aece;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-ms-border-radius: 10px 10px 0px 0px;
	-o-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}
#nav ul {
	list-style: none;
	background: #18c2e1;
	margin: 5px 5px 0px 5px;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-bottom: 1px solid #15545c;
}
#nav ul li {
	float: left;
	position: relative;
	display: inline;
}
#nav ul li:first-child a {
	border-radius: 10px 0px 0px 10px;
}
#nav ul li:last-child a {
	border-radius: 0px 10px 10px 0px;
	border-right: none;
}
#nav ul li a {
	/*background:url(../image/sepretar.png) right no-repeat;*/
	border-right: 1px solid #333;
	color: #000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 45px;
	line-height: 47px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	padding: 0 27px;
}
#nav ul li a:hover, #nav ul li a.active {
	background: #15545c;
	transition: 0.5s;
	color: #FFF;
}
/*#nav ul li.home {
	z-index: 5;
}
#nav ul li.about {
	z-index: 4;
	margin-left: -13px;
}
#nav ul li.service {
	z-index: 3;
	margin-left: -13px;
}
#nav ul li.braiding {
	z-index: 3;
	margin-left: -13px;
}
#nav ul li.abraiding {
	z-index: 3;
	margin-left: -13px;
}
#nav ul li.private {
	z-index: 2;
	margin-left: -13px;
}
#nav ul li.contact {
	z-index: 1;
	margin-left: -13px;
}
#nav ul li.home a {
	width: 130px;
}
#nav ul li.about a {
	width: 150px;
}
#nav ul li.service a {
	width: 150px;
}
#nav ul li.braiding a {
	width: 150px;
}
#nav ul li.abraiding a {
	width: 150px;
}
#nav ul li.private a {
	width: 150px;
}
#nav ul li.contact a {
	width: 150px;
}
#nav ul li a:hover, #nav ul li a.active {
	background: url(../image/nav.gif) no-repeat;
	color: #fff;
}
#nav ul li.home a:hover, #nav ul li.home a.active {
	background-position: 0px -57px;
}
#nav ul li.about a:hover, #nav ul li.about a.active {
	background-position: -184px -114px;
}
#nav ul li.service a:hover, #nav ul li.service a.active {
	background-position: -185px -114px;
}
#nav ul li.braiding a:hover, #nav ul li.braiding a.active {
	background-position: -185px -114px;
}
#nav ul li.abraiding a:hover, #nav ul li.abraiding a.active {
	background-position: -185px -114px;
}
#nav ul li.private a:hover, #nav ul li.private a.active {
	background-position: -183px -114px;
}
#nav ul li.contact a:hover, #nav ul li.contact a.active {
	background-position: 100% -57px;
}*/
#banner {
	width: 960px;
	margin-top: 10px;
}
#banner-left {
	width: 640px;
	border: 1px solid #ccc;
	float: left;
	background: #fff;
	padding: 10px 0px;
	position: relative;
	z-index: 999
}
#banner-right {
	border: 1px solid #c6c6c6;
	float: right;
	background: #fff;
	width: 308px;
	height: auto;
}
#banner-right ul {
	list-style-position: inside;
	padding: 1px 10px;
}
#banner-right ul li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	line-height: 23px;
	margin-bottom: 5px;
}
.banner_righttop {
	margin-right: -11px;
	margin-left: 0px;
	position: relative;
	padding: 0px 10px 0px 0px;
	background: url(../image/right-bg.png) no-repeat right;
}
#banner-right p {
	font-family: 'ArchivoNarrow-Regular';
	font-weight: normal;
	font-size: 20px;
	margin: 5px 10px 10px;
}
.banner_righttop h2 {
	background: url(../image/h2-bg.png) repeat-x;
	color: #FFF;
	font-weight: normal;
	height: 31px;
	padding: 7px 10px 13px 10px;
}
form p {
	margin: 5px;
}
#banner-right span {
	text-align: right;
}
.topbor {
	height: 4px;
	background: url(../image/border.jpg) repeat-x;
	margin-top: 20px;
}
#content {
	width: 640px;
	height: auto;
	float: left;
}
.content {
	border: 1px solid #b7bebf;
	height: auto;
	float: left;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	-ms-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
}
.content span {
	text-align: right;
}
.content_left {
	float: left;
	width: 938px;
	padding: 15px 10px;
}
.content_left ul {
	list-style: none;
}
.content_left ul li {
	float: left;
}
.content_left img {
	border: 1px solid #cfcfcf;
	width: 100%;
	margin-bottom: 10px;
}
.box {
	width: 214px;
	float: left;
	border-bottom: 1px solid #ddeaf0;
	margin: 10px;
	display: inline;
}
.box span {
	font-size: 15px;
	font-weight: bold;
}
.box p {
	margin: 10px 0px;
}
.content_right {
	float: left;
	width: 100%;
	background: #FFF;
}
.content_right img {
	margin-left: 10px;
}
.content_right span {
	font-size: 17px;
}
.content_text {
	margin: 20px 10px;
}
.content_text p {
	margin: 10px 0px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
}
.content_text h3 {
	font-weight: bold;
	color: #235167;
	font-weight: bold;
}
.content_text img {
	margin: 0px;
}
.topic {
	height: auto;
	background: #ebf2f3;
	float: left;
	width: 100%;
}
.topic img {
	margin: 10px;
}
.top_left {
	width: 100%;
	float: left;
}
.top_right {
	width: 230px;
	float: right;
}
.article {
	padding-top: 20px;
	float: left;
}
.article img {
	margin: 10px 20px 20px 20px;
	float: right;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.article p {
	line-height: 23px;
	font-size: 14px;
}
.article ul {
	margin-left: 30px;
	margin-top: 25px
}
.article ul li {
	/* [disabled]line-height: 22px;
*/
	font-size: 14px;
	padding-bottom: 15px;
	line-height: 22px;
}
.table {
}
.table img {
	border: 1px solid #cfcfcf;
	padding: 2px;
}
.read_more {
	float: left;
	margin: 20px 0px;
}
.read_more a {
	background: #ebf2f3;
	border: 2px solid #175761;
	padding: 10px 30px;
	font-size: 12px;
	border-radius: 4px;
}
.read_more a:hover {
	background: #175761;
	transition: 0.5s;
	font-size: 12px;
	font-weight: normal;
}
pre {
	display: none;
}
.inputField {
	width: 93%;
	height: 18px;
	margin: 0px;
	color: #000;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 3px 7px;
}
.commentField {
	width: 93%;
	height: 30px;
	color: #000;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 3px 7px;
}
.button {
	border: 2px solid #15525a;
	color: #000;
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
	background: none;
	border-radius: 4px;
	width: 25%;
	margin-top: 5px;
	margin-right: 10px;
}
.button:hover {
	background: #15525a;
	color: #FFF;
}
/*--------------------------------banner part-------------------------------------------*/


/* bottom center */
#wowslider-container1 .ws_bullets {
	top: 0;
	right: 0;
}
#wowslider-container1 {
	zoom: 1;
	position: relative;
	width: 620px;
	margin: 0 auto;
	z-index: 100;
}
#wowslider-container1 .ws_images {
	width: 620px;
	height: auto;
}
#wowslider-container1 .ws_images a {
	color: transparent;
}
#wowslider-container1 .ws_images img {
	top: 0;
	left: 0;
	border: none 0;
	max-width: none;
}
#wowslider-container1 a {
	text-decoration: none;
	outline: none;
	border: none;
}
#wowslider-container1 .ws_bullets {
	font-size: 0px;
	padding: 10px;
	float: left;
	position: absolute;
	z-index: 70;
}
#wowslider-container1 .ws_bullets div {
	position: relative;
	float: left;
}
#wowslider-container1 .ws_bullets a {
	margin-left: 5px;
	height: 10px;
	width: 10px;
	float: left;
	color: transparent;
	text-indent: 0px;
	position: relative;
}
#wowslider-container1 .ws_selbull {
	background-color: #B8C4CF;
	color: #FFFFFF;
}
#wowslider-container1 .ws_bullets a:hover, #wowslider-container1 .ws_overbull {
	background-color: #dae9f6;
	color: #FFFFFF;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	position: absolute;
	display: none;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	z-index: 60;
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 10px;
	opacity: 0.7;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#wowslider-container1 a.ws_next {
	right: 0;
}
#wowslider-container1 a.ws_prev {
	left: 0;
}
* html #wowslider-container1 a.ws_next, * html #wowslider-container1 a.ws_prev {
	display: block
}
#wowslider-container1:hover a.ws_next, #wowslider-container1:hover a.ws_prev {
	display: block
}
#wowslider-container1 .ws-title {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-right: 5px;
	z-index: 50;
	background-color: #000000;
	color: #FFFFFF;
	padding: 15px 1%;
	width: 98%;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	opacity: 0.55;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55);
	display: none !important;
}
/*--------------------------------gallery part-------------------------------------------*/




#gallery {
	width: 100%;
	background: #fff;
}
a {
	color: #FF6600;
}
.boxgrid {
	width: 299px;
	height: auto;
	margin: 8px;
	float: left;
	display: inline;
	background: #161613;
	border: solid 2px #8399AF;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
}
.boxgrid p {
	padding: 0 10px;
	color: #afafaf;
	font-weight: bold;
	font: 10pt "Lucida Grande", Arial, sans-serif;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 60px;
	width: 100%;
	opacity: .8;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 260;
	left: 0;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}
/*--------------------------------footer part-------------------------------------------*/
#footer {
	background:#207886 url(../image/footer_bg.jpg) repeat-x 0 0;
	clear: both;
	height: 88px;
	overflow: hidden;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-bottom: 10px;
}
.foo-wrap {
	padding: 15px;
}
.footer_left {
	float: left;
	width: 600px;
	margin-top: 4px;
}
.footer_right {
	float: right;
	font-size: 12px;
	padding-top: 15px;
}
#footer p {
	padding: 5px 0px;
	margin: 0px;
	font-size: 13px;
	line-height:24px;
	color: #FFFFFF;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #FF6600;
	font-weight: normal;
}
/*--------------------------------contact part-------------------------------------------*/
#contact {
	margin: 10px;
}
.contact_left {
	float: left;
	width: 460px;
}
.contact_right {
	float: right;
	width: 460px;
}
#contact h4 {
	font-size: 14px;
	color: #235167;
	line-height: 21px;
	margin-bottom: 5px;
	font-weight: bold;
}
.contact_right img {
	border: 1px solid #ccc;
	margin-right: 10px;
	display: inline;
}
.contact_right span {
	font-weight: bold;
}
.feedback-box {
	float: left;
	width: 350px;
	padding-top: 10px;
	color: #000;
}
.feedback-box div {
	float: left;
	width: 350px;
	height: auto;
	margin-bottom: 10px;
	display: inline;
}
.feedback-box div label {
	float: left;
	width: 125px;
	height: auto;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
}
.feedback-box img {
	text-align: left;
}
.redTxt {
	color: #F00;
}
.blueTxt {
	background-color: #09F;
}
/*accordion*/
.ac-container {
	width: 96%;
	;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #15545c;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 14px;
	font-weight: bold;
	background: #ebf2f3;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label h2 {
	padding: 0px;
	font-size: 20px;
	color: #165760;
}
.ac-container label:hover {
	background: #fff;
}
.ac-container input:checked + label, .ac-container input:checked + label:hover {
	background: #c6e1ec;
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after, .ac-container input:checked + label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../image/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after {
	background-image: url(../image/arrow_up.png);
}
.ac-container input {
	display: none;
}
.ac-container article {
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p {
	color: #15545c;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small {
	height: 105px;
}
.ac-container input:checked ~ article.ac-medium {
	height: 105px;
}
.ac-container input:checked ~ article.ac-large {
	height: 105px;
}
.ac_sep {
	margin-bottom: 10px;
}
.one_half {
	width: 45%;
	float: left;
}
.one_third {
	width: 29%;
	float: left;
	margin: 15px;
}
.one_third img {
	float: left;
	padding: 2px;
	border: 1px solid #CFCFCF;
	border-radius:0px !important;
	width:100%;
}
.one_third h2 {
	text-align: center;
}
.nobg {
	border-radius: 0px !important;
	padding: 3px;
	border: 1px solid #CFCFCF;
	margin-right: 0px !important;
}
.input-box {
	width: 62%;
}
.sitemap {
	width: 958px;
	float: left;
	background: #FFF;
}
.sitemap ul {
	margin-left: 20px;
	padding-top: 20px;
}
.sitemap ul li {
	color: #235167;
	list-style: square;
	padding-bottom: 10px;
}
.sitemap ul li a {
	color: #235167;
}
.hair-image {
	width: 100%;
	float: left;
}
.hair-image ul {
	float: left;
	margin-left: 10px;
	margin-top: 17px;
	margin-bottom: 20px;
}
.hair-image ul li:first-child {
	margin-left: 0px;
}
.hair-image ul li {
	list-style: none;
	padding: 0px;
	margin-left: 6px;
	float: left;
}
.hair-image ul li img {
	float: left;
	margin: 0px;
	border-radius: 0px;
	border: 1px solid #cccccc;
	padding: 4px;
}
#banner-left img { width:100%; display:none;}
/*Responsive*/
@media screen and (max-width: 960px) {
	#wrapper, #nav, #banner {
		transition:1s;
		width:800px;
		}
	#nav ul li a { padding:0 1.26em;}
	#banner-left { width:60%;}
	#banner img { display:none;}
	#wowslider-container1, #wowslider-container1 .ws_images { display:none;}
	#banner-left img { width:100%; display:block;}
	#content { width:60%;}
	.content_left { width:100%;}
	.box { width:22%;}
	.footer_right { width:20%;}
	.foo-wrap { padding:15px 0px;}
	.nivoSlider span img { width:100%;}
	.half { width:43%; float:left;}
	.one_third img { margin:0px;}
	.one_third { width:29%;}
	.content { width:100%;}
	.contact_right, .contact_left { width:50%;}
	.contact_right iframe { width:100%; }
}
@media screen and (max-width: 800px) {
	#wrapper, #nav, #banner {
		transition:1s;
		width:768px;
		}
	#nav ul li a { padding:0 1.12em;}
	#content { width:100%;}
	.content { width:99%;}
	#banner-left { display:none;}
	#banner-right { width:99%; float:left;}
}
@media screen and (max-width: 768px) {
	#wrapper, #nav, #banner {
		transition:1s;
		width:600px;
		}
	.header_left { width:65%;}
	.header_left a img { width:100%;}
	#nav { height:auto; margin-bottom:15px; float:left; padding-bottom:5px;}
	#nav ul li { width:50%;}
	#nav ul li a { padding:0 2.8em;}
	#nav ul li:last-child a { border-radius:0px; border-right:1px solid #333;}
	#nav ul li:first-child a { border-radius:0px;}
	.box { width:45%;}
	#footer { height:auto;}
	.footer_left, .footer_right { width:100%;}
	.one_third { width:28%;}
	.last { clear:both;}
	.hair-image ul li { width:32%;}
	.hair-image ul li img { width:90%;}
	.contact_right, .contact_left { width:100%;}
}
@media screen and (max-width: 600px) {
	#wrapper, #nav, #banner {
		transition:1s;
		width:480px;
		}
	.header_left { width:56%;}
	#nav ul li a { padding:0 !important;}
	.one_third { width:90%;}
}
@media screen and (max-width: 480px) {
		#wrapper, #nav, #banner {
		transition:1s;
		width:360px;
		}
		#header { height:auto;}
		.header_left { width:100%;}
		.header_right { width:100%; float:left; text-align:left;}
		
	.one_third, .box { width:90%;}
	.feedback-box { width:95%;}
	.feedback-box div, .feedback-box div label, .input-box { width:100%;}
	

}
@media screen and (max-width: 360px) {
		#wrapper, #nav, #banner {
		transition:1s;
		width:320px;
		}
	.one_third, .box { width:90%;}
	.half { float:none; width:90%;}
	.boxgrid { width:91%;}
	.hair-image ul li { width:90%;}

}
@media screen and (max-width: 320px) {
		#wrapper, #nav, #banner {
		transition:1s;
		width:240px;
		}
	#nav ul li { width:100%;}
	.one_third, .box { width:90%;}
	.half { float:none; width:90%;}
	.ac-container label { height:auto;}


}
@media screen and (max-width: 240px) {
		#wrapper, #nav, #banner {
		transition:1s;
		width:98%;
		}
	.one_third, .box { width:90%;}
	.half { float:none; width:90%;}

}