a:link { /* unvisited link */
	color:#2098D1;
	text-decoration:none;
}    
a:visited { /* visited link */
	color:#2098D1;
} 
a:hover { /* mouse over link */
	color: #27589A;
}   
a:active { /* selected link */
	color:#2098D1;	
}  
.hide_full {
		display: none;
	}
img{
	max-width:100%;
	height:auto;
	margin: 0 0 10px 0;
}
html,
body {
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
	background-color: #FFF;
}
.header_logo_text_big{
	font-family: Niconne;
	margin-left:15px;
	margin-top:15px;
	font-size: 45px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	color: #EC6D18;
	text-align:center;
}
.header_logo_text_med{
	font-family: Niconne;
	font-size: 40px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	color: green;
}
.header_text_big{
  	font-family: "Roboto";
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 7px;
	line-height: 3.2;
	color: #2098D1;
	padding: 5px;
}
.header_text_big2{
	font-family: Niconne;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.header_text_med{
  	font-family: Niconne;
	font-size: 40px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	color: green;
}
.header_text_sm{
	font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
  	font-size: 20px;
	font-style: italic;
	font-variant: normal;
	font-weight: 500;
	color:white;
	text-align: justify;
    text-justify: inter-word;
	line-height:25px;
}
.header{
	min-width: 90%;
	opacity:0.8;
	max-width: 90%;
	display: block;
    position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 160px;
	text-align:center;
}
.header-left{
    width: 25%;
	float:left;
	margin-top:10px;
}
.header-main{
    width: 50%;
	float:left;
	min-height: 160px;
	text-align:center;
	display:inline-block;
}
.header-right{
	margin-top:20px;
	display: block;
    width: 25%;
	float:right;
	min-height: 140px;
	text-align:center;
	display:inline-block;
	opacity:0.8;
}
.header-right-top{
	display: inline-block;
    width: 100%;
	float:right;
	min-height: 40px;
	text-align:center;
	display:inline-block;
	color:white;
}
.header-right-mid{
	display: inline-block;
    width: 100%;
	float:left;
	min-height: 40px;
	text-align:center;
	display:inline-block;
}
.header-right-bottom{
	display: inline-block;
    width: 100%;
	float:left;
	min-height: 15px;
	text-align:center;
	display:inline-block;
}
.menu{
	position:relative;
    top:0px;
    height: 35px;
	text-align:left;
	padding:0px;
	min-width: 90%;
	max-width: 90%;
	min-width:1000px;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
}
.body{
	background:#FFF;
	position:relative;
    top:0px;
	margin-left: auto;
	margin-right: auto;
	min-width: 90%;
	max-width: 90%;
	transition: all 0.9s ease-out;
	min-width:1000px;
	text-align: center;
	}
.body-book{
	background:#FFF;
	position:relative;
    top:0px;
	min-width: 90%;
	transition: all 0.9s ease-out;
	min-width:1000px;
	border-top: 1px solid #B4B4B4;
	text-align: center;
}
.footer{
	background:#0A0A0A;
	position:relative;
    top:20px;
    min-height: 100px;
	min-width: 100%;
	max-width: 100%;
	bottom:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
}
.login_button{
	margin:5px;
	border: 0px solid #F2981E;
	line-height:40px;
	background:#2098D1;
	color:#FFFFFF;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size:18px;
	border-radius: 5px;
	text-align:center;
	width:140px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.login_button:hover{
	border: 0px solid #F2981E;
	background:#27589A;
	color:#FFFFFF;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size:18px;
	transition: all 0.3s ease-out;
	border-radius: 5px;
	text-align:center;
	cursor:pointer;
}
div#Nav{
	width: 100%;
	font-size:12px;
	line-height:35px;
	font-style:normal;
	font-weight:normal;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}
div#Nav ul{
	padding-left: 0px;
	padding-right: 0px;
	list-style: none;
}
div#Nav li{
	display:inline;
}
div#Nav a{
	text-decoration:none;
	width:14.28%;
	float:left;
	text-align:center;
}
div#Nav a:hover{
	display:inline-block;
	color:#FFFFFF;
	background:#195EA3;
	float:left;
	border-top-left-radius:5em;
	border-top-right-radius:5em;
}
#current{
	display:inline-block;
	color:#FFFFFF;
	background:#195EA3;
	border-top-left-radius:5em;
	border-top-right-radius:5em;
}
.body1 {
	width:100%;
	min-width: 100%;
	max-width: 100%;
	display:inline-block;
}
.body1-1{
	*width:60%;
	position:relative;
	display:inline-block;
	*float:left;
	*margin-left:10px;
	margin-top:5px;
}
.body1-2{
	width:35%;
	position:relative;
	display:inline-block;
	float:right;
	margin-right:20px;
}
.body1-2-button{
	border: 1px solid #FFF;
	line-height:50px;
	margin-top:20px;
	*background:#838C4D;
	background: #a34e19;
	color:#FFFFFF;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size:18px;
	border-radius: 5px;
	text-align:center;
	width:250px;
	float:right;
}
.body1-2-button:hover{
	border: 1px solid #23282D;
	line-height:50px;
	margin-top:20px;
	background:transparent;
	color:#23282D;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size:18px;
	transition: all 0.3s ease-out;
	border-radius: 5px;
	text-align:center;
	cursor:pointer;
}
.body2{
	width:100%;
	min-height:280px;
	min-width: 100%;
	max-width: 100%;
	position:relative;
	display:inline-block;
}
.body2-1{
	width:20%;
	min-height:280px;
	position:relative;
	display:inline-block;
	float:left;
	height:auto;
	margin-left:20px;
}
.body2-2{
	width:70%;
	min-height:280px;
	position:relative;
	display:inline-block;
	float:right;
	height:auto;
	padding:20px;
	text-align: justify;}
.body2-3{
	width:100%;
	min-height:280px;
	min-width: 100%;
	max-width: 100%;
	position:relative;
	display:inline-block;
	margin-top:20px;
}
.body3{
	position:relative;
	width:100%;
	min-height:50px;
	vertical-align: middle;
	display:inline-block;
	min-width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.body4{
	position:relative;
	width:100%;
	min-height:280px;
	height:auto;
	min-width: 900px;
	display:inline-block;
}
.body5{
	width:100%;
	min-height:280px;
	min-width: 100%;
	max-width: 100%;
	position:relative;
	display:inline-block;
}
.body5-1{
	min-height:280px;
	position:relative;
	display:inline-block;
	float:left;
	height:auto;
	min-width: 60%;
	max-width: 60%;
	padding:10px;
	margin-left:10px;
}
.body5-2{
	min-height:240px;
	position:relative;
	display:inline-block;
	float:right;
	height:auto;
	padding:20px;
	min-width: 30%;
	max-width: 30%;
}
.body_full{
	min-height:240px;
	position:relative;
	display:inline-block;
	height:auto;
	min-width: 800px;
	max-width: 100%;
	position:relative;
    top:0px;
	text-align: center;
	*border: 1px solid red;
	margin: auto;
	width: 100%;
}
.cart_body_wrap{
	text-align:center;
}
.cart_body{
	position:relative;
	display:inline-block;
	margin:20px;
	min-width: 960px;
	max-width: 960px;
    height: auto;
	text-align:left;
}
.txt_white{
	color:white;
}
img.floatLeft2 { 
    float: left; 
    margin: 4px; 
	padding:5px;
}
img {
	border:0;width:300px;
	vertical-align: top; 
}
.txt_header_login img {
	border:0;height:25px;width: auto;
	vertical-align: top; 
}
#footer-top{
	margin: auto;
	width:1000px;
	color:white;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	font-family:"Roboto",sans-serif;
}
#footer-top-left{
	display:inline-block;
	color:black;
	width:35%;
	font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	font-size:17px;
	vertical-align:top;
	margin-top:10px;
	text-align: justify;
    text-justify: inter-word;
	margin-right:20px;
}
#footer-top-center{
	line-height:30px;
	display:inline-block;
	color:black;
	width:25%;
	font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	font-size:15px;
	vertical-align:top;
	margin-top:10px;
	margin-left:100px;
}
#footer-top-right{
	line-height:30px;
	display:inline-block;
	color:black;
	width:20%;
	font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	font-size:15px;
	vertical-align:top;
	margin-top:10px;
}
#footer-bottom{
	width:100%;
	min-height:50px;
	max-height:50px;
	color:white;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	font-family:"jaf-bernino-sans-narrow-1","jaf-bernino-sans-narrow-2","Calibri",Arial,sans-serif;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
#footer-top a:link{
    color:#FFFFFF;
}
#footer-top a:visited{
    color:#FFFFFF;
}
#footer-top a:hover{
    color:#EC6D18;
}
.text_m{
	font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	font-size:18px;
	text-align:initial;
	color: white;
	font-style:italic;
	font-weight:bold;
}
.text_sm{
	color: white;
	font-size:17px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight:100;
	letter-spacing: 2px;
	line-height: 2;
}
.header-small-text{
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight:100;
	letter-spacing: 2px;
	line-height: 2;
	color: #5e5e5e;
}
.header-large-text{
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight:300;
	letter-spacing: 5px;
	line-height: 2;
	color: #000;
}
.text_ssm{
	font-family: "Roboto";
	color: white;
	font-style:italic;
	font-size:12px;
}
.text_ssm2{
	font-family: "Roboto";
	color: white;
	font-size:14px;
	text-align: left;
}
.qty{
	line-height:30px;
}
.price_div_info{
	line-height:30px;
	position:relative;
	display:inline-block;
	color:white;
	width:45%;
	font-family: "Roboto";
	font-size:17px;
	border-bottom: 1px solid #999;
}
.price_div_qty{
	line-height:30px;
	position:relative;
	display:inline-block;
	color:white;
	width:15%;
	font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	font-size:17px;
	border-bottom: 1px solid #999;
}
.price_div_price{
	line-height:30px;
	display:inline-block;
	color:white;
	width:10%;
	font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	font-size:17px;
	border-bottom: 1px solid #999;
}
.price_div_button{
	line-height:50px;
	display:inline-block;
	color:white;
	width:25%;
	font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	font-size:17px;
	text-align:center;
	min-height:30px;
}
/*** shopping cart **/
.shopping-cart{
	font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	width: 98%;
	float:left;
	background: #FFF;
	padding: 10px;
}
.shopping-cart h2 {
	padding: 8px;
	margin: -10px -10px 5px;
	font: 18px "Trebuchet MS", Arial;
}
.shopping-cart h3,.view-cart h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.shopping-cart ol{
	padding: 1px 0px 0px 15px;
}
.shopping-cart .cart-itm, .view-cart .cart-itm{
	border-bottom: 1px solid #DDD;
	font-size: 11px;
	font-family: arial;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.shopping-cart .remove-itm, .view-cart .remove-itm{
	font-size: 14px;
	float: right;
	background: #F2F8F7;
	padding: 4px;
	line-height: 8px;
	border-radius: 3px;
}
.shopping-cart .remove-itm:hover, .view-cart .remove-itm:hover{
	background: red;
}
.shopping-cart .remove-itm a, .view-cart .remove-itm a{
	color: #C4C4C4;
	text-shadow: 1px 1px 1px #ECECEC;
	text-decoration:none;
}
.check-out-txt{
	float:right;
}
/*** view cart **/
.view-cart {
	color:#000000;
	width: 90%;
	float: left;
	padding: 10px;
}
.view-cart .p-price{
	float: right;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
}
.view-cart .product-info{
	width:30%;
}
.cart1{
	background:orange;
	line-height:60px;
	display:inline-block;
	color:white;
	width:100%;
	font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	font-size:17px;
	border: 1px solid #999;
	text-align:center;
	min-height:50px;
	position:relative;
}
.cart2{
	background:#FFF;
	line-height:40px;
	display:inline-block;
	color:white;
	width:100%;
	font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	font-size:17px;
	text-align:center;
	min-height:50px;
}
.cart3-wraper{
	line-height:60px;
	display:inline-block;
	color:white;
	width:100%;
	float:right;
	text-align:right;
}
.cart3-1{
	line-height:50px;
	display:inline-block;
	color:white;
	width:25%;
	float:right;
	position:relative;
	padding:10px;
}
.cart3-1-1{
	line-height:30px;
	display:inline-block;
	color:#000;
	float:left;
	position:relative;
	font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	font-size:16px;
}
.cart3-1-2{
	line-height:30px;
	display:inline-block;
	color:#000;
	float:right;
	position:relative;
	text-align:right;
	font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	font-size:16px;
}
.cart3-2{
	line-height:40px;
	color:#000;
	width:25%;
	float:right;
	position:relative;
	padding:10px;
	text-align:center;
}
#btn{
	background:#2098D1;
	font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	font-size:14px;
	line-height:30px;
	display:inline-block;
	color:white;
	width:50%;
	border: 0px solid #F2981E;
	border-radius: 5px;
}
#btn:hover{
	background:#27589A;
	font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	font-size:14px;
	line-height:30px;
	display:inline-block;
	color:white;
	width:50%;
	border: 0px solid #F2981E;
	border-radius: 5px;
	transition: all 0.3s ease-out;
	cursor:pointer;
}
#btn_new{
	background:#545454;
	font-family: Roboto;
	font-size:16px;
	line-height:30px;
	display:inline-block;
	color:white;
	width:50%;
	border: 1px solid #545454;
	border-radius: 3px;
}
#btn_new:hover{
	background: transparent;
	line-height:30px;
	display:inline-block;
	color:#545454;
	width:50%;
	border: 1px solid #545454;
	border-radius: 3px;
	transition: all 0.3s ease-out;
	cursor:pointer;
}
#txt_btn{
	font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	font-size:16px;
	color:white;
}
#btn2{
	font-family: "Arial", sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	background:#2098D1;
	font-weight:normal;
	margin:1px;
	width:100%;
	line-height:50px;
	min-height:50px;
	border-radius: 4px;
	border:0px solid #000000;
}
#btn2:hover{
	font-family: "Arial", sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	background:#27589A;
	font-weight:normal;
	margin:1px;
	width:100%;
	border-radius: 4px;
	border:0px solid #000000;
	line-height:50px;
	transition: all 0.3s ease-out;
	cursor:pointer;
}
#btn3{
	font-family: "Arial", sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	background:#2098D1;
	font-weight:normal;
	width:100%;
	line-height:40px;
	min-height:40px;
	border-radius: 4px;
}
#btn3:hover{
	font-family: "Arial", sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	background:#27589A;
	font-weight:normal;
	width:100%;
	border-radius: 4px;
	line-height:40px;
}
#btn4{
	font-family: "Arial", sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	background:#2098D1;
	font-weight:normal;
	margin:1px;
	min-width:150px;
	min-height:40px;
	border-radius: 4px;
	border:0px solid #000000;
}
#btn4:hover{
	font-family: "Arial", sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	background:#27589A;
	font-weight:normal;
	margin:1px;
	min-width:150px;
	border-radius: 4px;
	border:0px solid #000000;
	transition: all 0.3s ease-out;
	cursor:pointer;
}
#btn5{
	font-family: "Arial", sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	background:orange;
	font-weight:normal;
	margin:1px;
	width:auto;
	min-height:30px;
	border-radius: 4px;
	border:0px solid #000000;
}
#btn5:hover{
	font-family: "Arial", sans-serif;
	font-size: 18px;
	color:green;
	background:#FF7F00;
	font-weight:normal;
	margin:1px;
	width:auto;
	border-radius: 4px;
	border:0px solid #000000;
	transition: all 0.3s ease-out;
	cursor:pointer;
}
.space{
	min-width:100%;
	min-height:10px;
	max-height:10px;
	display:inline-block;
	background:green;
	font-family: "Arial", sans-serif;
	font-size: 10px;
}
.container_center{
	margin-left:20px;
	}
.item{
	color:#000;
	width:108%;
	float:left;
	position:relative;
	border:1px solid #D6DFB7;
	margin-bottom: 5px;
}
.item2{
	background:#D6DFB7;
	color:#000;
	width:100%;
	float:left;
	position:relative;
}
.item-inside-name{
	color:#000;
	min-width:50%;
	float:left;
	position:relative;
	text-align:left;
	margin-left:10px;
}
.item-inside-qty{
	color:#000;
	min-width:25%;
	float:left;
	position:relative;
}
.item-inside-price{
	color:#000;
	min-width:20%;
	float:left;
	position:relative;
}
.item-inside-name2{
	color:#000;
	min-width:50%;
	float:left;
	position:relative;
	text-align:left;
	margin-left:10px;
}
.item-inside-qty2{
	color:#000;
	min-width:23%;
	float:left;
	position:relative;
}
.item-inside-price2{
	color:#000;
	min-width:20%;
	float:left;
	position:relative;
}
.contact-map{
	width:100%;
	margin:0px;
	padding: 0px;
}
.contact1{
	color:white;
	width:100%;
	position:relative;
	display:inline-block;
}
.contact1-1{
	color:white;
	min-width:60%;
	max-width:60%;
	position:relative;
	float:left;
	display:inline-block;
}
.contact1-2{
	color:white;
	min-width:35%;
	max-width:35%;
	position:relative;
	float:right;
	display:inline-block;
}
.contact-form{
	color:white;
	position:relative;
	display:inline-block;
	min-height:200px;
}
.contact1-1-1{
	color:white;
	min-width:50%;
	max-width:50%;
	position:relative;
	display:inline-block;
	float:left;
}
.contact1-1-2{
	color:white;
	min-width:50%;
	max-width:50%;
	position:relative;
	display:inline-block;
	float:right;
}
.contact1-2{
	color:white;
	width:200px;
	position:relative;
	float:right;
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
}
.contact2{
	color:white;
	min-width:100%;
	position:relative;
	display:inline-block;
}
.contact3{
	font-family:"Roboto";
	font-size: 18px;
	font-weight: 100;
	color: #000;
	min-width:100%;
	position:relative;
	display:inline-block;
	margin: 20px 0;
}
.input-form{
	padding: 0px;
	list-style: none;
	line-height:40px;
}
.contact_txt_hr{
	padding-left: 0px;
	padding-right: 0px;
	text-align:center;
}
input.qty[type=text] {
	border: 0px solid #999;
	border-radius: 0;
	line-height: 25px;
	max-height: 25px;
	-webkit-appearance: none;
	max-width:10px;
	text-align:right;
	color: red;
    font-family: "Robonto";
    font-size:18px;
	font-style:normal;
	font-weight:normal;
}
textarea.qty {
	border: 1px solid #999;
	border-radius: 0;
	line-height: 30px;
	-webkit-appearance: none;
	width:100%;
}
input.qty[type=submit] {
	border: 1px solid #999;
	border-radius: 0;
	line-height: 30px;
	-webkit-appearance: none;
	width:130px;
	background:#2098D1;
	color:#FFFFFF;
	height:65px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:25px;
	font-style:normal;
	font-weight:normal;
}
input.qty[type=submit]:hover {
	border: 1px solid #999;
	border-radius: 0;
	line-height: 30px;
	-webkit-appearance: none;
	width:130px;
	background:#27589A;
	color:#FFFFFF;
	height:65px;
}
input.msg[type=text] {
	border: 1px solid #999;
	border-radius: 4px;
	line-height: 25px;
	max-height: 25px;
	-webkit-appearance: none;
	min-width:1000px;
	max-width:100%;
	font-family: "Roboto";
	color: #000;
    text-align:left;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	padding:10px 0px 10px 10px;
}
textarea.msg {
	border: 1px solid #999;
	border-radius: 4px;
	line-height: 25px;
	-webkit-appearance: none;
	min-width:1000px;
	max-width:100%;
	font-family: "Roboto";
	color: #000;
    text-align:left;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	padding:10px 0px 10px 10px;
	resize: none;
}
input.msg[type=submit] {
	border: 0px solid #999;
	line-height: 30px;
	-webkit-appearance: none;
	width:200px;
	margin: auto;
	background:#2098D1;
	color:#FFFFFF;
	height:40px;
	font-family: "Roboto";
	font-size:25px;
	font-style:normal;
	font-weight:normal;
}
input.msg[type=submit]:hover {
	border: 0px solid #999;
	line-height: 30px;
	-webkit-appearance: none;
	background:#27589A;
	color:#FFFFFF;
	height:40px;
	cursor:pointer;
}
.red-star{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color:red;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
}
.txt-form{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	color:black;
}
-webkit-input-placeholder {
	color: gray;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
}
#signup {
	background:#3C3C3C;
	width:490px;
	border-radius:5px;
	font-family:raleway;
	border:1px solid #ccc;
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:600px;
	margin-top:10px;
	margin-bottom:10px;
}
#login {
	background:#3C3C3C;
	width:490px;
	border-radius:5px;
	font-family:raleway;
	border:1px solid #ccc;
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:600px;
	margin-top:10px;
	margin-bottom:10px;
}
input.login[type=text],input.login[type=password] {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	width:400px;
	padding:10px;
	margin-top:8px;
	border:1px solid #ccc;
	padding-left:5px;
	font-family:raleway;
}
input.login[type=submit] {
	width:417px;
	font-size:20px;
	cursor:pointer;
	line-height: 40px;
	background:#2098D1;
	color:#FFFFFF;
	border: 0px solid #F2981E;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	text-align:center;
	cursor:pointer;
}
input.login:hover[type=submit] {
	width:417px;
	border: 0px solid #F2981E;
	line-height:40px;
	background:#27589A;
	color:#FFFFFF;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size:20px;
	transition: all 0.3s ease-out;
	text-align:center;
	cursor:pointer;
}
input.button[type=submit] {
	width:180px;
	font-size:18px;
	cursor:pointer;
	line-height: 40px;
	background:#2098D1;
	color:#FFFFFF;
	border: 0px solid #F2981E;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	text-align:center;
	cursor:pointer;
}
input.button:hover[type=submit] {
	background:#27589A;
	transition: all 0.3s ease-out;
	cursor:pointer;
}
input.info[type=text]{
	font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight:normal;
	width:auto;
	padding-left:4px;
	padding-right:4px;
	margin:5px 0;
	border:1px solid #E0E8F6;
	height:23px;
	min-width: 200px;
	max-width: 200px;
}
input.signup[type=text], input.signup[type=password], input.signup[type=email]{
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	line-height: 25px;
	-webkit-appearance: none;
	text-align: left;
	padding-left: 5px;
    width: 200px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #333;
}
input.signup[type=text]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.gender{
	-webkit-appearance: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #333;
	width:207px;
	border-radius: 2px;
	line-height: 25px;
	text-align: left;
	padding-left: 5px;
}
textarea.info {
	font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight:normal;
	color:black;
	padding-left:4px;
	padding-right:4px;
}
textarea.profile-info {
	font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight:normal;
	color:black;
	padding-left:4px;
	padding-right:4px;
	resize: none;
	border: 1px solid #E0E8F6;
	min-width: 200px;
	max-width: 200px;
}
.profile-body{
	width: 100%;
	min-height: 650px;
	height: auto;
	display: inline-block;
	background-image: url("../img/treatments/sportmassage.jpg");
	background-size: 100% auto;
}
.profile {
	width:900px;
	margin:  auto;
	display: block;
	height: 600px;
	background: rgba(255, 255, 255, 0.5);
}
.profile_left{
	padding:20px;
	font-size:20px;
	height:600px;
	width:550px;
	position:relative;
	float:left;
}
.profile_right{
	padding:20px;
	height:600px;
	width:250px;
	position:relative;
	float:left;
}
#logout {
	float:right;
	padding:5px;
	border:dashed 1px gray;
}
#main{
	width:100%;
	min-width:1010px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.inline{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.form_login{
	position:relative;
	display:block;
	margin-left:30px;
	margin-right:auto;
}
.login_left{
	color:white;
	width:49%;
	min-width:404px;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	vertical-align:top;
}
.login_rigth{
	margin-top:0px;
	color:white;
	width:49%;
	min-width:404px;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
}
.div_centered{
	width:80%;
	background:pink;
	text-align:center;
}
.div_new_user{
	width:90%;
	margin-left: 10px;
	color: white;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	margin-left:10px;
}
.sign_up_left{
	width:230px;
	position:relative;
	display:block;
	margin-left:10px;
	float:left;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	vertical-align:top;
}
.sign_up_right{
	width:230px;
	position:relative;
	display:block;
	margin-left:10px;
	float:right;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	vertical-align:top;
}
#input_sign_up{
	color:#000;
	line-height:25px;
}
.signin_btn{
	border: 0px solid #999;
	line-height: 30px;
	-webkit-appearance: none;
	width:417px;
	background:#2098D1;
	color:#FFFFFF;
	min-height:42px;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	transition: all 0.3s ease-out;
	text-align:center;
	cursor:pointer;
	margin-right:auto;
	margin-left:auto;
	display:block;
}
.signin_btn:hover{
	border: 0px solid #999;
	line-height: 30px;
	-webkit-appearance: none;
	width:417px;
	background:#27589A;
	color:#FFFFFF;
	height:42px;
	transition: all 0.3s ease-out;
	text-align:center;
	cursor:pointer;
}
.signin_btn2{
	border: 0px solid #999;
	border-radius: 4px;
	line-height: 30px;
	-webkit-appearance: none;
	width:200px;
	background:#2098D1;
	color:#FFFFFF;
	height:40px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	transition: all 0.3s ease-out;
	text-align:center;
	cursor:pointer;
}
.signin_btn2:hover{
	border: 0px solid #999;
	line-height: 30px;
	-webkit-appearance: none;
	width:200px;
	background:#27589A;
	color:#FFFFFF;
	height:40px;
	transition: all 0.3s ease-out;
	text-align:center;
	cursor:pointer;
}
.signin_div{
	width:100%;
	min-height:100px;
	position:relative;
	display:inline-block;
}
.txt_red{
	color:red;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
}

.txt_header_login{
	color:#000000;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
}
.txt_login{
	color:#FFFFFF;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
}
.square_sm_white{
	background:#FFFFFF;
	color: #000000;
	min-width:20px;
	max-width:20px;
	min-height:20px;
	max-height:20px;
	position:relative;
	display:inline-block;
	border:1px solid #000000;
	margin:2px;
}
.square_sm_red{
	background:red;
	color: #000000;
	min-width:20px;
	max-width:20px;
	min-height:20px;
	max-height:20px;
	position:relative;
	display:inline-block;
	border:1px solid #000000;
}
.square_sm_gray{
	background:gray;
	color: #000000;
	min-width:20px;
	max-width:20px;
	min-height:20px;
	max-height:20px;
	position:relative;
	display:inline-block;
	border:1px solid #000000;
}
.center{
	text-align:center;
	line-height:20px;
	margin-left:auto;
	margin-right:auto;
}
.line{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	background:blue;
	min-width:400px;
	max-width:400px;
	min-height:30px;
	max-height:30px;
	position:relative;
}
.space1{
	min-width:30px;
	max-width:30px;
	float:left;
}
.space2{
	float:left;
	min-width:100px;
	max-width:100px;
}
.content_center{
	color: #000000;
	min-width:320px;
	max-width:320px;
	min-height:320px;
	max-height:320px;
	position:relative;
	display:inline-block;
	float:left;
}
.content_side{
	background:red;
	color: #000000;
	min-width:35px;
	max-width:35px;
	min-height:320px;
	max-height:320px;
	position:relative;
	display:inline-block;
	float:left;
}
.content_side_mid{
	float:left;
	margin-top:160px;
	background:pink;
	text-align:center;
}
.content_line{
	color: #000000;
	min-width:320px;
	max-width:320px;
	min-height:44px;
	max-height:44px;
	position:relative;
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
	margin-top:1px;
}
.day{
	background:green;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	min-width:41px;
	max-width:41px;
	min-height:40px;
	max-height:40px;
	position:relative;
	display:inline-block;
	border:1px solid #000000;
	margin-left:2px;
}
.txt_vertical_center{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	background:pink;
}
/* calendar */
table.calendar{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal; 
	padding:4px;
}
td.calendar-day	{ 
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal; 
	position:relative; 
}
* html div.calendar-day { 
}
td.calendar-day:hover{ 
}
td.calendar-day-np{
}
* html div.calendar-day-np { 
}
td.calendar-day-head { 
	background:white;
	color:#55C0F9;
	line-height:40px;
	text-align:center;
	min-width:40px;
	max-width:40px;
	min-height:38px;
	max-height:38px;
	padding:4px;
}
div.day-number{
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	background:#FFFFFF; 
	margin:4px; 
	color:#91949D;
	float:right; 
	min-width:40px;
	max-width:40px;
	min-height:38px;
	max-height:38px; 
	text-align:center; 
	border:1px solid #CECFDE;
	border-radius: 5px;
}
div.day-number:hover{
	background:#9FCF45;
	padding:0px; 
	color:#FFFFFF;
	float:right; 
	min-width:40px;
	max-width:40px;
	min-height:38px;
	max-height:38px; 
	text-align:center; 
	transition: all 0.5s ease-out;
}
.black_link a:link,.black_link a:hover,.black_link a:active,.black_link a:visited{
	color:#000000;
}
.day-number_red a:link{
	color:#000000;
}
div.day-number_red{
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	background:#2098D1;
	padding:0px; 
	color:white;
	float:right; 
	margin:4px; 
	min-width:40px;
	max-width:40px;
	min-height:38px;
	max-height:38px; 
	text-align:center; 
	border:1px solid #E39D8F;
	border-radius: 5px;
}
.lower{
	position:relative;
	text-align:center; 
	line-height:40px;
}
div.day-number_gray{
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	background:#CECFDE;
	margin:4px; 
	color:#91949D;
	float:right; 
	min-width:40px;
	max-width:40px;
	min-height:38px;
	max-height:38px; 
	text-align:center;
	border:1px solid #CECFDE;
	border-radius: 5px;
}
/* shared */
td.calendar-day, td.calendar-day-np { 
	background:#FFFFFF;
	min-width:40px;
	max-width:40px;
	min-height:38px;
	max-height:38px;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
}
.div_btn{
	min-width:100px;
	max-width:100px;
	position:relative;
}
.line1{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	width:100%;
	min-height:80px;
	max-height:80px;
	position:relative;
	margin-left:20px;
	color:white;
}
.line2{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	width:100%;
	min-height:45px;
	max-height:45px;
	position:relative;
	color:white;
}
 .line2-1{
	width:25%;
	min-height:40px;
	max-height:40px;
	float:left;
	position:relative;
	margin-top:5px;
	text-align:right;
}
.line2-2{
	width:50%;
	min-height:33px;
	max-height:33px;
	float:left;
	position:relative;
	margin-top:7px;
}
.line2-3{
	width:25%;
	min-height:40px;
	max-height:40px;
	float:left;
	position:relative;
	margin-top:5px;
	text-align:left;
}
.line4{
	width:100%;
	position:relative;
}
.txt_hr{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	color:#000;
}
.txt_hr2{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	color:#000;
}
.body_1{
	min-width:380px;
	max-width:50%;
	float:left;
}
.body_2{
	max-width:50%;
	float:left;
	padding-left:10px;
}
.main_frame{
	color: #000000;
	min-width:340px;
	max-width:340px;
	min-height:410px;
	max-height:410px;
	position:relative;
	display:inline-block;
	padding:10px;
}
.second_frame{
	background:#FFFFFF;
	width:auto;
	position:relative;
	display:inline-block;
}
.line_23{
	position:relative;
	display:inline-block;
	width:100%;
	height:50px;
	border-bottom:1px solid #CECFDE;
	float:left;
}
.line_23-2{
	position:relative;
	width:50%;
	height:50px;
	border-bottom:1px solid #CECFDE;
	float:right;
}
.line_231{
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	color:#858793;
	position:relative;
	display:inline-block;
	width:50%;
	height:40px;
	top:15px;
	left:10px;
	float:left;
}
.line_233{
	position:relative;
	display:inline-block;
	min-width:20%;
	height:40px;
	top:12px;
}
.line_232{
	position:relative;
	display:inline-block;
	min-width:20%;
	height:40px;
	top:12px;
	left:10px;
	font-size:18px;
}
.line_24{
	position:relative;
	display:inline-block;
	width:auto;
	height:auto;
}
.line_25{
	position:relative;
	display:inline-block;
	width:auto;
}
#btn6{
	background:#FFF;
	font-family: Verdana,Geneva,sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	color:#858793;
	border:0;
	cursor: pointer;
}
#btn6:hover{
	color:#000000;
}
.onlinebooking{
	background:#444444;
	color:#FFFFFF;
	font-family: "Roboto", sans-serif;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	max-width:40px;
	min-width:40px;
	position:fixed;
	left: 0;
	top: 30vh;
	display: inline-block;
	vertical-align: middle;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	opacity: 0.8;
	transition: all 0.5s ease-out;
	border-bottom-right-radius:0.5em;
	border-top-right-radius:0.5em;
	font-weight: 500;
	z-index: 100;
	box-shadow: 10px 0px 15px grey;
}
.onlinebooking:hover{
	box-shadow: 15px 0px 20px grey;
}
.txt_forgot_pass{
	color: gray;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
}
.txt_pass{
	color:#000;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size:16px;
}
.txt_sm2{
	color:#EC812C;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size:16px;
}
.txt_p{
	color:#000;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size:14px;
}
.txt_a{
	color:green;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size:14px;
}
.txt_welcome{
	color:#000;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size:18px;
	margin-left: 20px;
}
.welcome{
	color:#000;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size:18px;
}
.textarea_note{
	width:100%;
	resize: none;
}
.error1{
	color:red;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size:12px;
	font-style:normal;
}
.input_txt{
	color:#000;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size:14px;
	font-style:normal;
	width:30px;
	text-align:center;
	border: 1px solid #E0E8F6;
	height: 23px;
}
.input_txt2{
	color:#000;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size:14px;
	font-style:normal;
	width:50px;
	text-align:center;
	border: 1px solid #E0E8F6;
	height: 23px;
}
.txt_green{
	color:green;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size:14px;
	font-style:normal;
	width:50px;
	text-align:center;
}
.txt_green2{
	color:green;
	font-family: Verdana,Geneva,sans-serif;
	font-size:16px;
	font-style:normal;
}
.txt_red2{
	color:red;
	font-family: Verdana,Geneva,sans-serif;
	font-size:16px;
	font-style:normal;
}
.ShowFull{
	background:orange;
	width: 100%;
	min-height: 140px;
	display:inline-block;
}
.cart-content-msg{
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size:12px;
	background: #E0E0E0;
	border: 1px dotted #fafafa;
	color: #000;
	text-align: center;
	padding-left: 5px; 
}
.treatments-body, .home-body , .contact-body, .price-body_{
	background-color: #FFF;
	width: 100%;
	min-height: 500px;
	height: auto;
	display: inline-block;
}
.price-body{
	width: 100%;
	min-height: 500px;
	height: auto;
	display: inline-block;
	background-image: url("../img/treatments/sportmassage.jpg");
	background-size: 100% auto;
}
.login-body{
	width: 100%;
	min-height: 500px;
	height: auto;
	display: inline-block;
	background-image: url("../img/treatments/sportmassage.jpg");
	background-size: 100% auto;
}
.testimonials-body{
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.treatments-content{
	width: 100%;
	height: auto;
}
.treatments-content-1{
	width: 100%;
	height: 400px;
	background-position: 50% 50%;
	background-image: url("../img/treatments/deep_tissue.jpg");
	background-size: 100%;
}
.treatments-content-2{
	width: 100%;
	height: 400px;
	background-position: 50% 50%;
	background-image: url("../img/treatments/reflexology.jpg");
	background-size: 100%;
}
.treatments-content-3{
	width: 100%;
	height: 400px;
	background-position: 50% 50%;
	background-image: url("../img/treatments/sportmassage.jpg");
	background-size: 100%;
}
.treatments-content-4{
	width: 100%;
	height: 400px;
	background-position: 50% 50%;
	background-image: url("../img/treatments/swedish_men.jpg");
	background-size: 100%;
}
.treatments-content-5{
	width: 100%;
	height: 400px;
	background-position: 50% 50%;
	background-image: url("../img/treatments/trigger_point.jpg");
	background-size: 100%;
}
.treatments-content-6{
	width: 100%;
	height: 400px;
	background-position: 50% 50%;
	background-image: url("../img/partners.png");
	background-size: 100%;
}
.treatments-content-text{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight:100;
	letter-spacing: 2px;
	line-height: 2;
	color: #5e5e5e;
	padding: 100px 20px;
}
.treatments-content-header-text{
	color: #545454;
	font-family: "Roboto";
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 7px;
	line-height: 1.2;
	padding: 180px 15px;
	text-transform: uppercase;
}
.transparent_bg{
	width: 500px;
	padding: 5px;
	text-align: center;
   	background: rgba(255, 255, 255, 0.5);
}
.testimonials-text{
	color: #000;
	text-shadow: 0px 0px 8px #FFF;
	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.2;
	padding: 0px 15px;
	padding: 20px;
	width: 100%;
	margin:auto;
	min-height: 100px;
}
.price-body-content{
	color: #545454;
	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.2;
	padding: 0px 15px;
	width: 70%;
	margin: auto;
  	background: rgba(255, 255, 255, 0.5);
}
.price-body-content-wellness{
	margin: auto;
	color: #545454;
	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.2;
	padding:  0px 15px;
	width: 70%;
   	background: rgba(255, 255, 255, 0.5);
}
.price-body-content-wellness li{
	color: #545454;
	list-style-type: none;
}
.price-body-shopping-cart{
	margin: 0px auto;
	color: #545454;
	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.2;
	padding: 20px 15px 0px 15px;
	width: 70%;
	height: 100%;
	display: block;
   	background: rgba(255, 255, 255, 0.5);
   	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.shopping-cart2 h2 {
	padding: 8px;
	margin: -10px -10px 5px;
}
.shopping-cart2 h3{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.shopping-cart2 ol{
	padding: 1px 0px 0px 15px;
}
.shopping-cart2 .cart-itm, .cart-itm{
	border-bottom: 1px solid #DDD;
	font-size: 11px;
	font-family: arial;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.shopping-cart2 .remove-itm, .remove-itm{
	font-size: 14px;
	float: right;
	padding: 4px;
	line-height: 8px;
	border-radius: 3px;
}
.shopping-cart2 .remove-itm:hover,  .remove-itm:hover{
	background: red;
}
.shopping-cart2 .remove-itm a, .remove-itm a{
	color: #C4C4C4;
	text-shadow: 1px 1px 1px #ECECEC;
	text-decoration:none;
}
.check-out-txt{
	float:right;
}
.price_div_info2{
	line-height:50px;
	position:relative;
	display:inline-block;
	width:45%;
	color: #545454;
	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.2;
}
.price_div_qty2{
	line-height:50px;
	position:relative;
	display:inline-block;
	width:15%;
	color: #545454;
	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.2;
}
.price_div_price2{
	line-height:50px;
	display:inline-block;
	width:10%;
	color: #545454;
	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.2;
	text-align: right;
}
.price_div_button2{
	line-height:50px;
	display:inline-block;
	color:white;
	width:25%;
	color: #545454;
	font-family: "Roboto";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.2;
	text-align:center;
	min-height:30px;
}

.home-content-top{
	width: 100%;
	height: 440px;
	background-position: 50% 50%;
	background-image: url("../img/treatments/massage_therapy.jpg");
	background-size: 100%;
}
.home-content-top-secund{
	width: 100%;
	height: 440px;
	background-position: 50% 50%;
	background-image: url("../img/treatments/wellness_massage.jpg");
	background-size: 100%;
}
.home-content-top-header{
	width: 550px;
	color: #545454;
	font-family: "Roboto";
	font-size: 50px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: capitalize;
	background: rgba(255, 255, 255, 0.5);
	margin: auto;
	text-align: center;
	padding: 10px;
}
.home-content-top-header-secund{
	width: 650px;
	color: #545454;
	font-family: "Roboto";
	font-size: 50px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: capitalize;
	background: rgba(255, 255, 255, 0.5);
	margin: auto;
	text-align: center;
	padding: 10px;
}
.home-button-wrap{
	margin: auto;
	width: 180px;
	display: block;
}
.home-button{
	height: 50px;
	width:180px;
	text-transform: uppercase;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	font-size:18px;
	text-align:center;
	padding: 0px 10px;
	color:#FFF;
	border: 1px solid transparent;
	border-radius: 5px;
	line-height:50px;
	background-color: #545454;
}	
.home-button:hover{
	background: rgba(255, 255, 255, 0.5);
	color:#545454;
	border: 1px solid #545454;
}
.home-content{
	width: 100%;
	background-color: #FFF;
}	
.home-content-header{
	color: #545454;
	font-family: "Roboto";
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	text-align:center;
	padding-top: 80px;
	padding-bottom: 80px;
}
.home-content-body{
	color: #545454;
	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 40px;
	text-align:center;
	padding-bottom: 80px;
	width: 100%;
	margin: auto;
}
.home-content-3icon{
	width: 70%;
	margin: auto;
	display: block;
	height: 500px;
}
.home-content-icon-1{
	display: inline-block;
	width: 33%;
	padding: 0px;
	float: left;
	text-align: center;
}
.home-content-icon-1content{
	padding: 20px;
}
.home-button-icon{
	height: 50px;
	width:180px;
	margin: auto;
	text-transform: uppercase;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	letter-spacing: 2px;
	font-size:16px;
	text-align:center;
	color:#FFF;
	padding: 0px 10px;
	border: 1px solid #545454;
	border-radius: 3px;
	line-height:50px;
	background-color: #545454;
}	
.home-button-icon:hover{
	background: transparent;
	border: 1px solid #545454;
	border-radius: 3px;
	transition: all 0.3s ease-out;
	cursor:pointer;
	color:#545454;
}
.contact_form{
	width: 1052px;
	margin: auto;
	background: rgba(255, 255, 255, 0.5);
	padding: 20px;
}
.contact_form_info{
	width: 1052px;
	margin: auto;
   	background: rgba(255, 255, 255, 0.5);
	padding: 20px;
	color: #000;
}
.contact1-info{
	color: gray;
	margin: auto;
}
.contact-form-background-img{
	background-position: 50% 50%;
	background-image: url("../img/treatments/massage_therapy.jpg");
	background-size: 100%;
	margin-top: -20px;
}
.contact_form_info th{
	text-transform: capitalize;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100;
	letter-spacing: 2px;
	font-size:30px;
	text-align:left;
	color: #838C4D;
}
.contact_form_info td{
	text-transform: capitalize;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	font-size:18px;
	text-align:left;
}
.progress{
	height:25px;
	margin-bottom:20px;
	overflow:hidden;
	background-color:#f5f5f5;
	border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar{
	float:left;
	width:0;
	height:100%;
	font-size:20px;
	line-height:25px;
	color:#fff;
	text-align:center;
	background-color:#337ab7;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition:width .6s ease;
	-o-transition:width .6s ease;
	transition:width .6s ease;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
}
.progress-bar-striped,.progress-striped .progress-bar{
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	-webkit-background-size:40px 40px;background-size:40px 40px
}
.progress-bar.active,.progress.active .progress-bar{
	-webkit-animation:progress-bar-stripes 2s linear infinite;
	-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;
}
.progress-bar-success{
	background-color:#5cb85c
}
.progress-bar-danger{
	background-color:#5cb85c
}
/*2499 - */