body{
	margin:0;
	font-family: 'Roboto Condensed', sans-serif;
	background: #fff;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: 'Merienda', cursive !important;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*-- banner --*/  
.video {  
	background-size:cover; 
	position:relative; 
	min-height:800px;
}  
/*-- //banner --*/  
/*-- header --*/  
.msg-header {
    z-index: 99;
    padding: 2em 0;
}
/*-- logo --*/
.navbar-header h1 {
    font-size: 2.5em; 
    display: inline-block;
}
.navbar-header h1 a {
    color: #fff;
    text-decoration: none;
    border: 5px outset #00e1f7;
    padding: .2em 0.6em;
    display: inline-block;
    text-transform: uppercase;
}
.navbar-header {
    float: none;
}
/*-- //logo --*/
/*-- top-nav --*/
.navbar-default {
    background: none;
    border: none;
	margin: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #99abd5;
    background: none;
}
.navbar-nav > li {
    margin: 0 1.5em;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 1.2em;
    padding: .9em 0.5em;
    position: relative;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active {
    color: #ff7200;
}
.navbar-default .navbar-nav > li > a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    background: #ff7200;
    height: 3px;
    width: 0;
    left: 0;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.navbar-default .navbar-nav li  a:hover:before,.navbar-default .navbar-nav li a.active:before{
	width: 100%;
} 
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    color: #ff7200;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
	min-width: inherit;
    top: 102%;
    font-size: 13px;
} 
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #00bcd4;
}
.msg-header form {
	margin: 1.1em 0 0;
    position: relative;
	padding-left: 2em;
}
.msg-header input[type="search"] {
    width: 100%;
    padding: 0.6em 3.5em .6em .8em;
    font-size: 1em;
    color: #fff;
    outline: none;
    border: 1px solid #0696a9;
    background: none;
    -webkit-appearance: none; 
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
	transition: 0.5s all;
}
.msg-header button.btn.btn-default {
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 39px;
    outline: none;
    box-shadow: none;
    background: #00BCD4;
    padding: 0;
    border-radius: inherit; 
	-webkit-appearance: none;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
} 
.msg-header form:hover input[type="search"]{
	border-color:#ca5a00;
}
.msg-header form:hover .btn.btn-default{
    background: #ff7200;
}
.msg-header span.glyphicon {
    font-size: 1em;
    color: #fff;
    padding: 3px;
}
.msg-header ::-webkit-input-placeholder {
   color: #ccc;   
} 
.msg-header :-moz-placeholder { /* Firefox 18- */
   color: #ccc; 
} 
.msg-header ::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;  
} 
.msg-header :-ms-input-placeholder {  
   color: #ccc;  
}  
/*-- //top-nav --*/ 
/*-- banner-text --*/   
/* p.banner-text {
    position: absolute;
    bottom:23%;
    width: 52%;
    left: 24%;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    line-height: 2.3em;
    border: 3px solid rgba(255, 255, 255, 0.09);
    padding: 1em; 
}
*/
.video.jarallax {
    background: rgba(0, 0, 0, 0.7);
}

.sitename{
    color: white;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 220px !important;
    font-weight: bolder;
    letter-spacing: 15px;
    opacity: 0.3;
}

p.banner-text {
    position: absolute;
    bottom: 15%;
    width: 100%;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    line-height: 2.3em;
    padding: 1em;
    font-size: 30px;
    font-family: 'Merienda', cursive !important;
}
.page-header__content .text-bg {
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    /*position: absolute;*/
    z-index: -1;
    /* display: inline-block !important; */
}
.page-header__content .text-bg svg {
    width: 100%;
    height:100%; 
}
.page-header__content .text-bg svg text {
	text-anchor: middle;
}
.page-header__content .text-bg svg #alpha {
	fill: #b3b3b3;
}
/*--
.page-header__content .text-bg svg #alpha3 {
    fill: #adadad;
}
 --*/ 
.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
    font-size: 16em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px; 
} 
/*-- //banner-text --*/ 
/*-- about --*/
.about,.contact{
	padding:5em 0;
}
h3.massage-title ,h2.massage-title {
    font-size: 4em;
    margin-bottom: 0.5em;
    color: #565656;
	text-align: center;
    margin-top: 0.5em;
}
.msg-text {
    text-align: center;
}
p {
    color: #999;
    line-height: 1.8em;
    font-size: 1.1em;
} 
.msg-text h6 {
    font-size: 1.6em;
    color: #008c9a;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}
.grid {
	position: relative; 
	margin: 0 auto; 
}
.hf-text {
	text-align: center;
	background-color: #fff;
	padding-bottom: 1em;
} 
.hf-text h5 {
	font-size: 2em;
    font-weight: 400;
    color: #011750;
    line-height: 1.8em;
} 
.hf-text p{
    color: #D00030;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
} 
/*-- Common style --*/
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	background: #000;
	text-align: center;
	cursor: pointer;
} 
.grid figure img {
	position: relative;
	display: block; 
	opacity: 0.8;
	width: 100%;
} 
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/*
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-errors: none;
}
*/
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h4 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h4 span {
    font-weight: bold;
    color: #fff;
    margin-left: 12px;
} 
figure.spread-effect img {
	opacity: 0.8;
}
figure.spread-effect figcaption::after,
figure.spread-effect img,
figure.spread-effect p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.spread-effect figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
figure.spread-effect p {
	opacity:1;
	-webkit-transform: scale3d(0.8,0.8,1);
	-moz-transform: scale3d(0.8,0.8,1);
	-o-transform: scale3d(0.8,0.8,1);
	-ms-transform: scale3d(0.8,0.8,1); 
	transform: scale3d(0.8,0.8,1);
}
figure.spread-effect h4 {
	padding-top:25%;
    -webkit-transition: -webkit-transform 0.35s;
	-moz-transition: transform 0.35s;
	-o-transition: transform 0.35s;
	-ms-transition: transform 0.35s;
    transition: transform 0.35s;
    color:#ff7200;
    font-weight: bold;
    font-size:2em;
}
figure.spread-effect p {
    padding: 1em 0;
    text-transform: none;
    opacity: 0;
    color: #fff;
    font-size: .8em;
    letter-spacing: 2px;
}
figure.spread-effect:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.05,1.05,1);
	-moz-transform: scale3d(1.05,1.05,1);
	-o-transform: scale3d(1.05,1.05,1);
	-ms-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
figure.spread-effect:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	-moz-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	-o-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	-ms-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}
figure.spread-effect:hover h4,
figure.spread-effect:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
.about-section{
    background: #eaeaea;
    padding: 20px 30px 50px 30px;
}
.massage-section.msg-space {
    margin-top: 5em;
} 
.massage-section.msg-space.w3ls{ 
	margin:0;
} 
.abt-w3limg.one {
    margin-bottom:0;
}
.start{
	text-align:center;
	margin-top: 2em;
    margin-bottom: 2em;
}
.start a {
    padding: 1em 2em;
    background: #FF5722;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    border: 1px solid #FF5722;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.start a:hover {
    color: #FF5722;
    background: #fff;
}
/*-- //about --*/

/*-- contact --*/ 
.contact-info{
    background: url(../imgs/Acupoint_Studio.jpg)no-repeat 0px 0px;
    background-size:cover;
}
.contact {
    background:rgba(0, 0, 0, 0.68);
}
.contact-form {
    margin-top: 4em;
}  
.contact-form label {
    font-size: 1.6em;
    color: #ff5722;
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    font-weight: 100;
    font-family: 'Roboto Condensed', sans-serif;
}
.contact-form label i {
    font-size: 0.8em;
    margin-right: 5px;
    color: #ff5722;
}
.contact-form input[type="text"],.contact-form select.form-control  {
    width: 100%;
    color: #fff;
    outline: none;
    font-size: 1em;
    padding: 1em 1em;
    border: 2px solid #fff;
    -webkit-appearance: none;
    margin-bottom: 1.5em;
    line-height: 1.8em;
    background: none;
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
} 
.contact-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff !important;
}
.contact-form ::-moz-placeholder { /* Firefox 19+ */
  color:#fff !important;
}
.contact-form:-ms-input-placeholder { /* IE 10+ */
  color:#fff !important;
}
.contact-form:-moz-placeholder { /* Firefox 18- */
  color:#fff !important;
}
.contact-form select.form-control {
	outline: none; 
    height: 60px;  
	border-radius:0;
	box-shadow: none;
}
.contact-form input:hover,.contact-form select.form-control:hover{
    border-color: #00e1f7;
} 
.send-button {
    margin: 1em auto 0;
    text-align: center;
}
.send-button input[type=submit] {
    color: #fff;
    padding: 0.8em 2em;
    font-size: 1.1em;
    cursor: pointer;
    border: 2px solid #FF5722;
    outline: none;
    background: #FF5722;  
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
}
.send-button input[type=submit]:hover {
	color: #FF5722;
    background: none; 
} 
/*-- /contact --*/
textarea {
    width: 100%;
    color: #fff;
    outline: none;
    font-size: 1em;
    padding: 1em 1em;
    border: 2px solid #fff;
    -webkit-appearance: none;
    margin-bottom: 1.5em;
    line-height: 1.8em;
    background: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.map-grid iframe {
    width: 100%;
    height: 350px;
    display: block;
    border:none;
}
/*-- footer --*/
.footer{
	padding:4em 0;
    background: #eaeaea;
}
.footer h3 {
    font-size: 2.5em;
    color: #565656;
    margin-bottom: 0.6em;
}
.footer-padding:nth-child(1) {
    padding: 0 3em 0 0;
}
.footer-padding span {
    display: block;
}
.footer-padding span a {
    color:#FF5722;
}
.footer-padding span a:hover{
    color: #333;
} 
.footer form {
    position: relative;
    margin-top: 1em;
}
.footer input[type="email"] {
    background: #fff;
    padding: .8em 4em .8em 1em;
    font-size: 1em;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #D6D6D6;
	outline: none;
}
.footer input[type="submit"] {
    -webkit-appearance: none;
    background: url(../imgs/arrow.png)no-repeat center;
    border: none;
    position: absolute;
    top: 0;
    right: 1px;
    outline: none;
    width: 60px;
    height: 100%;
}
.footer form:hover input[type="email"] {
    border-color:#FF5722;
} 
.copyright {
    padding: 1.5em 0;
    background: #140e0a;
}
.copyright p {
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}
.copyright p a {
    color:#FF5722;
}
.copyright p a:hover{
    color: #fff;
} 
/*-- //footer --*/ 
/*-- social-icons --*/
.social-icons ul {
    margin-top:0.5em;
}
.social-icons.icons-pos ul li {
	margin: 5px 0;
}
.social-icons ul li { 
    text-align: center; 
}
.social-icons ul li a.fa {
    font-size: 1em;
    color: #fff;
    line-height: 2.6em;
	display: inline-block;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
    margin-left: 0px;
}
.icon-border {
	position: relative;
}
.icon {
    vertical-align: top;
    overflow: hidden;
    margin:0 5px;
    width: 35px;
    height: 35px;
}
.icon-border::before,
.icon-border::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
} 
.icon-border::before {
	z-index: 1;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;      
}  
.social-icons ul li a.fa.facebook:hover{
	color:#3b5998;   
} 
.social-icons ul li a.fa.twitter:hover{
	color:#4099ff;   
} 
.social-icons ul li a.fa.instagram:hover{
	color:#d34836;   
} 
.social-icons ul li a.fa.dribbble:hover{
	color:#ec4a89;   
} 
/* facebook */
.icon-border.facebook::before {
	-webkit-box-shadow: inset 0 0 0 48px #3b5998; 
	-moz-box-shadow: inset 0 0 0 48px #3b5998; 
	-o-box-shadow: inset 0 0 0 48px #3b5998; 
	-ms-box-shadow: inset 0 0 0 48px #3b5998; 
	box-shadow: inset 0 0 0 48px #3b5998;  
} 
.icon-border.facebook:hover::before {
	-webkit-box-shadow: inset 0 0 0 2px #3b5998; 
	-moz-box-shadow: inset 0 0 0 2px #3b5998; 
	-o-box-shadow: inset 0 0 0 2px #3b5998; 
	-ms-box-shadow: inset 0 0 0 2px #3b5998; 
	box-shadow: inset 0 0 0 2px #3b5998; 
}  
/* instagram plus */
.icon-border.instagram::before {
	-webkit-box-shadow: inset 0 0 0 48px #d34836;
	-moz-box-shadow: inset 0 0 0 48px #d34836;
	-o-box-shadow: inset 0 0 0 48px #d34836;
	-ms-box-shadow: inset 0 0 0 48px #d34836;
	box-shadow: inset 0 0 0 48px #d34836;
} 
.icon-border.instagram:hover::before {
	-webkit-box-shadow: inset 0 0 0 2px #d34836;
	-moz-box-shadow: inset 0 0 0 2px #d34836;
	-o-box-shadow: inset 0 0 0 2px #d34836;
	-ms-box-shadow: inset 0 0 0 2px #d34836;
	box-shadow: inset 0 0 0 2px #d34836;
}  
/*-- //social-icons --*/ 
/*-- slider-up-arrow --*/
#BackToTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 6%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../imgs/move-up.png") no-repeat 0px 0px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	-ms-transform: scale(0.85);
    transform: scale(0.85);
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
#BackToTop:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
#BacktoTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1);
}
/*-- //slider-up-arrow --*/
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}



/*-- pages --*/ 
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
	line-height: 2.5em;
}   
.grid_3{
	margin-bottom:3em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}   
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.w3ls-hdg, h3.bars {
	margin-bottom: 1em;
    color: #ff5722;
    font-weight: bold;
} 
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{ 
	color: #888;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
} 
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
	font-weight: 300 !important;
}
.nav-tabs {
	margin-bottom: 1em;
} 
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
} 
.input-group {
	margin-bottom: 20px;
}
.codes .row {
    margin: 0;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
} 
.form-control1, .form-control_2.input-sm{
	border: 1px solid #e0e0e0;
	padding:5px 18px;
	color: #616161;
	background: #fff;
	box-shadow: none !important;
	width: 100%;
	font-size: 0.85em;
	font-weight: 300;
	height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-appearance: none;
	outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.codes label {
    font-weight: 400;
}
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #5f5f5f;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
	font-size: 28px;
    color: #000 !important;
    margin: 30px 0 15px;
}
.agileits-icons-title {
    text-align: center;
    font-size: 36px;
    color: #ef2e46;
    font-weight: 300;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

/*-- responsive-design --*/ 
@media(max-width:1080px){
.sitename{
    font-size: 150px !important;
    letter-spacing: 15px;
    padding-top: 40px
}
p.banner-text {
    bottom: 24%;
    font-size: 1em !important;
    letter-spacing: 1px;
}
.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
    font-size: 14em; 
    z-index: 9999 !important;
}
p.banner-text {
    bottom: 23%;
    width: 65%;
    left: 18%;
}
.video {
    min-height: 700px;
}
.grid figure figcaption {
    padding: 1em; 
}
figure.spread-effect h4 { 
    font-size: 1.8em;
}
.msg-text {
    text-align: center; 
}
h3.massage-title, h2.massage-title {
    font-size: 3.5em; 
}
.abt-w3limg {
    margin-bottom: 2em;
}
.start a {
    padding: 0.8em 2em; 
}
.services-grids, .team-grids, .contact-grids { 
    margin-top: 3em;
}
.view.view-first { 
    width: 75%; 
    padding: 2em 3em; 
}
.view.view-first h5 { 
    font-size: 1.5em; 
}
.team-right { 
    padding: 3.6em 6em 3em 4em;
}
.carousel-indicators {
    bottom: 0;
    right: 3%;
    left: auto;
    width: inherit;
}
.services, .about, .reservation, .team, .testimonial, .portfolio, .contact, .codes {
    padding: 4em 0;
}
.services_bottom_grid_left1 img.img-responsive {
    width: 82%;
}
}
@media(max-width:1024px){

.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
    font-size: 11em;
    z-index: 9999 !important;
}
p.banner-text {
    bottom: 29%; 
}
}
@media(max-width:991px){
.footer > .container {
    text-align: center;
}
.agile_single_img { 
    width: 45%;
}
h4.w3ls-title {
    font-size: 2em; 
}
.author {
    margin: 3em 0;
}
.author-grid {
    width: 100%;
}
.write-reply textarea {
    min-height: 120px; 
}
.wthree_single_grid1 p span { 
    margin: 0.5em 0 0;
}
.navbar-nav > li {
    margin: 0 0.8em;
}
.video {
    min-height: 620px;
}
p.banner-text {
    bottom: 22%;
    width: 70%;
    left: 15%;
}
.massage-section.msg-space {
    margin-top: 4em;
}
.msg-text.box {
    margin-bottom: 2em;
}
.resp-tabs-list {
    width: 38%; 
}
.view.view-first {
    width: 95%;
    padding: 2em 2em;
}
.footer-padding:nth-child(1) {
    padding: 0 1em;
}
.footer h3 {
    font-size: 2.2em; 
}
.footer-padding:nth-child(2) {
    margin: 2em 0;
}
.team-right {
    padding: 3.6em 5em 3em 4em;
}
.team-left img {
    width: 142%; 
}
.filtr-item {
    padding: 0.5em;
}
.w3_agileits_mail_right_grid_pos { 
    top: -20%;
    left: 42%;
}
.w3_agileits_mail_right_grid { 
    margin: 6em 0 3em;
}
.contact-form label {
    font-size: 1.6em; 
} 
}
@media(max-width:800px){
.sitename{
    font-size: 150px !important;
    letter-spacing: 15px;
    padding-top: 40px
}
.agile_single_img {
    width: 44%;
}
.popular-posts-grid1 h4 a { 
    font-size: 1em; 
}
.wthree_single_grid h4 {
    font-size: 1.5em; 
}
.wthree_single_grid1 {
    margin-top: 1em;
}
.wthree_single_grid ul li { 
    font-size: 0.9em;
    margin-right: 1em;
} 
p.banner-text { 
	bottom: 24%;
    font-size: 1em;
    letter-spacing: 1px;
}
h3.massage-title, h2.massage-title {
    font-size: 3.2em;
}
.team-right {
    padding: 3.65em 5em 3em 4em;
}
}
@media(max-width:768px){

p.banner-text { 
    width: 73%;
    left: 14%;
}
.services-grids, .team-grids, .contact-grids {
    margin-top: 2em;
}
.services_bottom_grid_left1 { 
    left: 9%;
}
.services-bottom { 
    margin: 1em 0 0;
}
.services_bottom_grid_right {
    padding: 0 3em 0 0;
}
.social-icons.icons-pos { 
    right: 1%; 
}
.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
    font-size: 9em;
    z-index: 9999 !important;
} 
}
@media(max-width:767px){

.sitename{
    font-size: 80px !important;
    letter-spacing: 15px;
    padding-top: 40px
}
.navbar-default .navbar-toggle {
    border-color: #ff5722;
    background: #ff5722;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ff5722;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
div#bs-example-navbar-collapse-1 {
    background: #000;
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
	z-index: 999;
}
.navbar-nav {
    margin:.6em 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    text-align: center;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ff5722;  
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 7px 0;
}
.navbar-nav > li {
    margin: 0;
}
}
@media(max-width:736px){
.video {
    min-height: 530px;
}
p.banner-text {
    width: 76%;
    left: 12%;
    bottom: 25%;
}
.services_bottom_grid_left1 {
    left: 0%;
}
.team-left img {
    width: 114%;
    margin: 0 auto;
}
.team-right {
    padding: 2em;
}
.team-right h4 {
    font-size: 1.5em; 
}
.team-right h6 {
    font-size: 1.1em; 
}
p { 
    font-size: 1em;
}
.carousel-control { 
    width: 6%; 
}
.services, .about, .reservation, .team, .testimonial, .portfolio, .contact, .codes {
    padding: 3em 0;
}
}
@media(max-width:667px){
p.banner-text { 
    font-size: 0.9em; 
}
.msg-text h6 {
    font-size: 1.4em; 
    margin-bottom: 0.2em; 
}
.massage-section.msg-space {
    margin-top: 3em;
}
.start { 
    margin-top: 1em;
}
.services-grids h4 { 
    margin: 0.5em 0 .2em; 
}
.resp-tabs-list {
    width: 56%;
}
.view.view-first h5 {
    font-size: 1.3em;
    left: 41%;
    bottom: -17%;
} 
}
@media(max-width:640px){
p.banner-text { 
    letter-spacing: 0.5px;
}
.contact-form label {
    font-size: 1.4em;
}
.footer h3 {
    font-size: 2em;
    margin-bottom: 0.4em;
}
.footer {
    padding: 3em 0;
}
.start a { 
    font-size: 0.9em; 
}
h3.massage-title, h2.massage-title {
    font-size: 3em;
}
.services_bottom_grid_left1 img.img-responsive {
    width: 73%;
}
.team-left img {
    width: 146%; 
}
.contact-form select.form-control { 
    height: 50px; 
}
.contact-form input[type="text"],.contact-form select.form-control  { 
    padding: 0.7em 1em; 
}
.navbar-default .navbar-nav > li > a { 
    font-size: 1.1em; 
}
.send-button input[type=submit] { 
    font-size: 1em; 
}
.send-button {
    margin: 0.5em auto 0; 
}
.simplefilter li { 
    padding: 0.7em 1.5em; 
    font-size: 0.9em;
}
ul.simplefilter { 
    margin-bottom: 1em;
}
.contact-form {
    margin-top: 2em;
}
.agileits_mail_grid_right1 {
    padding: 2em; 
}
.agileits_mail_grid_right1 textarea {
    min-height: 150px; 
}
.map-grid iframe { 
    height: 200px; 
} 
}
@media(max-width:600px){
.sitename{
    font-size: 60px !important;
    letter-spacing: 15px;
    padding-top: 40px
}
.navbar-header h1 {
    font-size: 2em; 
}
.msg-header { 
    padding: 1.5em 0;
}
.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
    font-size: 6em;
    z-index: 9999 !important;
}
.video {
    min-height: 470px;
}
p.banner-text { 
    padding: 0.5em;
}
.social-icons .icon { 
    width: 30px;
    height: 30px;
}
.social-icons ul li a.fa {
    font-size: 0.9em; 
}
.social-icons.icons-pos { 
    top: 26%; 
}
figure.spread-effect p { 
    letter-spacing: 1px;
}
.social-icons ul {
    margin-top: 1em;
}
.team-left { 
    width: 100%;
    float: none;
}
.team-left img {
    width: 100%;
    margin: 0 auto;
}
.team-right { 
    width: 100%;
    float: none;
}
.about-w3banner .msg-header {
    padding: 1.5em 0; 
}
.msg-text { 
	margin-top:0;
}
figure.spread-effect h4 {
    font-size: 1.6em;
}
h3.massage-title, h2.massage-title {
    font-size: 2.8em;
}
.team-row {
    margin-top: 0;
} 
.author-grid-right { 
    padding-right: 0;
}
.wthree_single_grid {
    margin-top: 3em;
}
.acupoint_logo {
    width: 45% !important;
}
}
@media(max-width:568px){
p.banner-text {
    width: 79%;
    left: 11%; 
}
.msg-text h6 {
    font-size: 1.2em; 
}
.view.view-first { 
    padding: 1em;
}
.view.view-first h5 { 
    left: 37%; 
}
figure.spread-effect h4 {
    padding-top: 25%; 
}
h3.massage-title, h2.massage-title {
    font-size: 2.6em;
}
.popular-posts {
    margin-top: 2em;
}
.author {
    margin: 2em 0;
} 
}
@media(max-width:480px){
.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
    font-size: 6.5em;
    z-index: 9999 !important;
}
p.banner-text { 
    left: 10%;
	bottom: 17%;
}
.video {
    min-height: 410px;
}
.abt-w3limg {
    padding: 0 .5em;
}
.services-grids h4 { 
    font-size: 1.8em; 
}
.resp-tabs-list {
    width: 70%;
}
.resp-tabs-list { 
    margin: 3em auto 1em;
}
.ab-left.box {
    padding: 0;
}  
.ab-left.w3-agile {
    padding: 0;
}
}
@media(max-width:414px){

.acupoint_logo {
    width: 45% !important;
}
.services-grids { 
    width: 100%;
    float: none;
}
.services-grids i.fa { 
    display: block;
}
.services-grids h4 { 
    display: inline-block;
}  
.services_bottom_grid_right {
    padding: 0 2em 0 0;
}
.skillbar-title { 
    font-size: 0.9em; 
}
.skill-bar-percent { 
    right: -25px; 
    font-size: 0.9em;  
}
h3.massage-title, h2.massage-title {
    font-size: 2.4em;
}
.services-bottom {
    margin: 0;
}
.skillbar { 
    margin: 10px 0; 
}
.team-right p { 
    letter-spacing: 0px;
} 
.simplefilter li {
    padding: 0.7em 1em;
    font-size: 0.85em;
	margin: 0 0.1em; 
}
.w3_agile_mail_left {
    padding: 0;
}
.agileits_mail_grid_right1 {
    padding: 1.5em;
}
.agileits_mail_grid_right1 span i { 
    font-size: 0.9em; 
}
.agileits_mail_grid_right1 textarea {
    min-height: 120px;
    margin-bottom: 0em;
}
.agileits_mail_grid_right1 input[type="submit"] { 
    padding: .8em 2em;
    font-size: 0.9em; 
}
.w3_agileits_mail_right_grid_pos {
    top: -17%;
    left: 36%;
}
.write-reply form {
    width: 100%;
}
.footer h3 {
    font-size: 1.8em; 
}
.view.view-first h5 {
    left: 31%;
}
.author-grid {
    padding: 1.5em; 
}
.author-grid-right p {
    margin: 0.8em 0;
} 
}
@media(max-width:384px){
.sitename {
    font-size: 50px !important;
    letter-spacing: 15px;
    padding-top: 40px;
}
.acupoint_logo {
    width: 45% !important;
}
.wthree_single_grid h4 {
    font-size: 1.3em;
}
.wthree_single_grid ul li { 
    margin-top: 0.5em;
} 
.abt-w3limg {
    padding: 0 2em;
    width: 100%;
}
.resp-tabs-list {
    width: 79%;
}
.view.view-first h5 {
    left: 29%;
    font-size: 1.2em;
    bottom: -10%;
}
.services, .about, .reservation, .team, .testimonial, .portfolio, .contact, .codes {
    padding: 2.5em 0;
}
h3.massage-title, h2.massage-title {
    font-size: 2.2em;
}
.contact-form label {
    font-size: 1.2em;
}
.send-button input[type=submit] {
    font-size: 0.9em;
}
.send-button {
    margin: 0;
}
p {
    font-size: 0.95em;
}
.footer {
    padding: 2em 0;
}
.footer input[type="email"] { 
    font-size: 0.9em; 
}
.navbar-default .navbar-nav > li > a {
    font-size: 1em;
}
.services_bottom_grid_left1 img.img-responsive {
    width: 47%;
}
h4.w3ls-title {
    font-size: 1.8em;
    margin-bottom: 0.6em;
}
.icon { 
    margin: 0 2px; 
}
.write-reply input[type="text"], .write-reply input[type="email"], .write-reply textarea { 
    font-size: 0.9em; 
}
.contact-form input[type="text"],.contact-form select.form-control  { 
    font-size: 0.9em; 
}
.agileits_mail_grid_right1 input[type="text"], .agileits_mail_grid_right1 input[type="email"], .agileits_mail_grid_right1 textarea {
    font-size: 0.9em; 
}
.agileits_mail_grid_right1 span i {
    font-size: 0.85em;
    letter-spacing: 2px;
}
.w3_agileits_mail_right_grid h4 {
    font-size: 1.5em; 
}
.w3_agileits_mail_right_grid_pos { 
    left: 33%;
}
.w3_agileits_mail_right_grid h5 { 
    margin-bottom: 1em;
} 
.filtr-item { 
    width: 100%;
}
}
@media(max-width:375px){
.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
    font-size: 5em;
    z-index: 9999 !important;
}
.sitename{
    font-size: 50px !important;
    letter-spacing: 15px;
    padding-top: 30px
}
.view.view-first {
    width: 100%; 
}
.acupoint_logo {
    width: 45% !important;
}
}
@media(max-width:320px){
.sitename{
    font-size: 30px !important;
    letter-spacing: 15px;
    padding-top: 30px
}
.acupoint_logo {
    width: 45% !important;
}
.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
    font-size: 4.5em;
    z-index: 9999 !important;
}
p.banner-text {  
    font-size: 0.85em;
}
.video {
    min-height: 380px;
}
.navbar-header h1 {
    font-size: 1.8em;
}
.navbar-toggle { 
    margin-top: 6px;
    margin-right: 0; 
}
.resp-tabs-list {
    width: 94%;
    margin: 2em auto 1em;
}
.view.view-first { 
    margin: 0 auto 1em;  
}
.services_bottom_grid_right {
    padding: 0 1em 0 0;
}
.services_bottom_grid_left1 img.img-responsive {
    width: 35%;
}
.services_bottom_grid_right {
    padding: 0;
    width: 83%;
}
.skillbar {
    margin: 8px 0;
}
.simplefilter li {
    padding: 0.6em 0.8em;
    font-size: 0.79em;
    margin: 0;
} 
.w3_agileits_mail_right_grid_pos img { 
    width: 90px; 
}
.w3_agileits_mail_right_grid {
    margin: 5em 0 2em;
    padding: 4em 1em 1em;
}
.w3_agileits_mail_right_grid_pos {
    left: 30%;
    top: -21%;
} 
.abt-w3limg {
    padding: 0 1em; 
}
.msg-text { 
    padding: 0;
}
.services-grids i.fa {
    font-size: 2em; 
}
.footer-padding,.footer-padding:nth-child(1){ 
    padding: 0;
}
.footer h3 {
    font-size: 1.6em;
}
} 
/*-- //responsive-design --*/

.opis, .opis-massage {
    font-size: 18px;
}

.opis-massage {
    text-align: justify;
}

.acupoint_logo{
    width: 35%;
}

h3.massage-title.about-us {
    margin-top: 20px;
}

.massage-image {
    height: 1px;
}

.social-icons.icons-pos ul li {
    margin: 5px 0;
    list-style: none;
    display: inline-block;
}

.massage-title.msg-title2 {
 color:white;
}