/****************************** MAIN STYLES - backgorund,deviders ******************************/

/* Main Container */
img, embed, object, video {
	max-width: 100%;
	height:auto;
}
/* Deviders */
div.line {
	height: 6px;
	background:url(../images/separator.png) 0 0 no-repeat;
	border-top:2px solid #cfa0d1;
	display: block;
	margin:0;
}
div.sepContainer {
	height: 1px;
	background:#D9D9D9;
	display: block;
	margin: 30px 0 20px;
}
div.sepContainer1 {
	height: 1px;
	background:#dbdbdb;
	display: block;
	margin: 10px 0 20px;
}
div.sepContainer2 {
	height: 4px;
	background:#e1e8ed;
	border-left:20px solid #bfd6e4;
	display: block;
	margin: 5px 0;
}
div.blankSeparator {
	height: 1px;
	margin:20px 0 19px;
	display: block;
}
div.blankSeparator1 {
	height: 1px;
	margin:25px 0;
	display: block;
}
div.blankSeparator2 {
	height: 1px;
	margin:10px 0;
	display: block;
}
.tip-twitter {
	z-index:1000;
	text-align:left;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:8px 8px;
	max-width:200px;
	color:#fff;
	background-color: #8098a6;
	font-family: Arial, Helvetica, sans-serif;
}
.tip-twitter .tip-inner {
	font:12px/16px Arial, Helvetica, sans-serif;
}
/****************************** HOME - Content Part - Logo&Menu ******************************/
/* Header - Logo & Menu */
#header {
	margin-top:0px;
}
.logo {
	float: left;
	margin:22px 2px 10px 4px;
}
.mainmenu {
	float:right;
}
ul.sf-menu {
	margin-top:0px;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
.sf-menu {
	position: relative;
	float: right;
	line-height: 12px;
	margin: 0;
	z-index: 99;
}
.sf-menu li:hover { /* visited pseudo selector so IE6 applies text colour*/
	color:#aaa;
}
#sf-menu li{
	padding:54px 0 42px;
	float:left;
}
#sf-menu li a {
	background:url(../images/txt_gnavi.png) 0 0 no-repeat;
	display:block;
	text-indent:-9999em;
	height:15px;
}
	#sf-menu li a:hover {
		filter: alpha(opacity=10);
    	opacity: 0.4;
	}

	#sf-menu #sf-menu01 a{
		background-position:0 0;
		width:65px;
	}
	#sf-menu #sf-menu02 a{
		background-position:-65px 0;
		width:160px;
	}
	#sf-menu #sf-menu03 a{
		background-position:-225px 0;
		width:112px;
	}
	#sf-menu #sf-menu04 a{
		background-position:-337px 0;
		width:83px;
	}

	#sf-menu #sf-menu05 a{
		background-position:-512px 0;
		width:109px;
	}

	#sf-menu #sf-menu06 a{
		background-position:-420px 0;
		width:92px;
	}
	
/*** submenu ***/
.sf-menu li ul {
	/*border-bottom:5px solid #bfd6e4;
	margin-top:75px;*/
}
.sf-menu ul li { /* visited pseudo selector so IE6 applies text colour*/
	border-top:none;
}
.sf-menu ul li:hover { /* visited pseudo selector so IE6 applies text colour*/
	border-top:none;
}
.sf-menu li ul li a {
	padding:15px 0 15px 0;
	text-decoration:none;
	color:#fff;
	background:#727888;
	color: #fff;
	border: 0;
	padding:15px;
	font-weight: normal;
	font-size: 11px;
	text-transform:lowercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sf-menu li ul li a:hover {
	padding-left: 18px;
}
.sf-menu li li {
	border-bottom:1px solid #606573;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:-10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
span.home {
	margin-right:10px;
}
/****************************** HOME - Content Part - FlexSlider ******************************/
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a, .flexslider a, .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin:0 auto;
	padding: 0;
	background:##faf7f1;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	text-align:center;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	display:inline;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}
/* Caption style */
/* IE rgba() hack */
.flex-caption {
	zoom: 1;
	width: 20%;
	padding: 2%;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background:#bfd6e4;
	color:#414558;
	font-size: 12px;
	line-height: 15px;
}
/* Direction Nav */
.flex-direction-nav {
	height: 0;
	display:none;
}
.flex-direction-nav a {
	width:52px;
	height: 52px;
	margin: -15px 0 0;
	display: block;
	background:  url(../images/flexslider/bg_direction_nav.png) no-repeat;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -999em;
}
.flex-direction-nav .flex-next {
	background-position: -52px 0;
	right: 0px;
}
.flex-direction-nav .flex-prev {
	left: 0px;
}
.flex-direction-nav .flex-disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav a {
	width: 13px;
	height: 13px;
	display: block;
	cursor: pointer;
	text-indent: -999em;
}
.flex-control-nav a:hover {
	background-position: 0 -13px;
}
.flex-control-nav a.flex-active {
	background-position: 0 -26px;
	cursor: default;
}
/****************************** HOME - Content Part - Box One ******************************/
.info p{ line-height:20px;}
.info a {
	color:#3787B8;
	font-size:10px;
	margin-left:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.info .one_third p{ }
.info a:hover {
	margin-left:4px;
	color:#738a99;
}
span.red {
	color:#c45d69;
}
span.green {
	color:#61bd68;
}
/****************************** HOME - Content Part - Box Two ******************************/
.quote {
	text-align:center;
	padding:0px 0 10px 0;
}
.quote h3 {
	font-style:italic;
	font-weight:bold;
}
.quote h4 {
	margin-bottom:-10px;
}
.h2_works img{ opacity:1 !important;}
.clients img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	cursor:pointer;
}
.clients img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
/****************************** HOME - Content Part - Box Three ******************************/
.boxthree .one_third {
	background:#f2f2f2;
	margin-bottom:35px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size:14px;
	letter-spacing:-1px;
	color:#666;
}
.boxthreeleft, .boxthreecenter, .boxthreeright {
	padding:17px 17px 15px 17px;
}
.boxthree img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.boxthree img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
.boxthree h3 {
	margin:10px 0px;
}
a.simple {
	color:#485991;
}
/****************************** HOME - Content Part - Footer ******************************/
#footer {
	background:#f2f2f2;
	padding:20px 0px 30px;
}
.footer p {
	color:white;
}
.footer h3 {
	color:#bfd6e4;
}
#footer #mainmenu {
	margin-top:0px;
}
#tweets li {
	line-height: 1.5em;
	color:#efefef;
}
#tweets li a {
	color:#bfd6e4;
}
#tweets p.meta {
	color:#bfd6e4;
	margin-top:10px;
}
#tweets li.tweet_content_0 {
	border-top:0px none;
	list-style:none;
}
#tweets li:last-child {
	border-bottom:0px none;
}
#tweets .hash {
	color:#efefef;
}
#tweets .reply {
	color:#efefef;
}
.footer ul li {
	color:#f1f2f2;
	border-top:1px solid #787f94;
	border-bottom:1px solid #494d5a;
	padding:5px 0;
}
.footer ul li:last-child {
	border-bottom:none;
}
.footer ul li:first-child {
	border-top:none;
}
.footer ul li a {
	color:white;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.footer ul li a:hover {
	color:#bfd6e4;
	padding-left:5px;
}

#fNavi {
	width:538px;
	margin:auto;
}
#fNavi li{
	float:left;
}
#fNavi li a{
	background:url(../images/txt_fnavi.png) 0 0 no-repeat;
	display:block;
	height:18px;
	text-indent:-9999em;
}
#fNavi li a:hover{
	filter: alpha(opacity=30);
    opacity: 0.4;
}
	#fNavi #fNavi01 a{
		background-position:0 0;
		width:55px;
	}
	#fNavi #fNavi02 a{
		background-position:-55px 0;
		width:127px;
	}
	#fNavi #fNavi03 a{
		background-position:-182px 0;
		width:98px;
	}
	#fNavi #fNavi04 a{
		background-position:-280px 0;
		width:75px;
	}
	#fNavi #fNavi06 a{
		background-position:-355px 0;
		width:80px;
	}
	#fNavi #fNavi05 a{
		background-position:-435px 0;
		width:103px;
	}
	
	
/****************************** HOME - Content Part - Copyright ******************************/
#copyright {
	background:#f2f2f2;
	text-align:center;
}
p.copyright {
	font-size:10px;
	color:#b3b3b3;
	padding:6px 0 30px;
	margin-bottom:0 !important;
}
p.copyright a{
	color:#999 !important;
}
ul.socials {
	margin-top:10px;
	float:right;
}
ul.socials li {
	display:inline;
}
/****************************** ABOUT - Content Part ******************************/
.aboutBock01 {
}
	.aboutBock01 h3, .h3Common{
		color:#595959;
		font-size:20px;
		font-weight:bold;
	}
.h4Common {
	color:#595959;
	font-size:20px;
}
	.h4Common span{
		font-size:35px;
		color:#aeb319;
	}
	.h4Common em{
		font-style:normal;
	}

.txtColor01 {
	color:#595959;
}

/****************************** fee - Content Part ******************************/
#fee p, #fee h4 {
	padding:0px;
	margin:0px;
	
}
#fee h4 {
	line-height:25px;
}
.price {
	color:#bf3a26;
	font-size:20px;
}
.price span {
	color:#666;
	font-size:14px;
}
.mt80 {
	margin-top:80px;
}
.lastcolumn .feeText {
	display:block;
	font-size:20px;
}
.tblFee {
	width:100%;
}
.tblFee th,
.tblFee td {
	border:1px solid #dbdbdb;
	padding:6px 5px;
	vertical-align:middle;
	text-align:center;
}
.tblFee th {
	font-size:20px;
}
.tblFee tbody th {
	background:#c4cc29;
	color:#fff;
	width:31%;
}
.tblFee .priceCol {
	font-size:20px;
	width:31%;
}

/****************************** blog - Content Part ******************************/
.postColumn .mainCol {
	float:left;
	width:76%;
}
.postColumn .sideCol {
	float:right;
	width:17%;
	max-width:160px;
}
.sideCol h3 {
	padding-bottom:12px;
}
.linkList {
	font-size:12px;
	padding-bottom:35px;
}
.linkList li {
	padding-bottom:3px;
	letter-spacing:1px;
	color:#495891;
}
.linkList a {
	display:inline-block;
	background:url(../images/blog/bg_dot.png) no-repeat 0 7px;
	padding-left:8px;
	color:#495891;
	font-size:12px;
}
.linkList li a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}

.postColumn .date {
	letter-spacing:1px;
}
.postList > li {
	border-bottom:1px solid #dbdbdb;
	padding-bottom:30px;
	margin-bottom:40px;
	font-size:14px;
}
.postList .title {
	font-size:18px;
	color:#495a92;
	font-weight:bold;
}
.postList .title a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}
.pagerLink {
	clear:both;
	text-align:center;
	margin-right:-24%;
	padding:20px 0 30px;
}
.pagerLink a,
.pagerLink span {
	display:inline-block;
	border:1px solid #a3a3a3;
	padding:2px 6px 0;
	line-height:1.5;
	margin:0 2px;
}
.pagerLink a:hover,
.pagerLink .current {
	display:inline-block;
	background:#c5cb2b;
	color:#fff;
	border:1px solid #c5cb2b !important;
	font-weight:normal !important;
}
.postBlock {
	min-height:300px;
}
.postBlock .title {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #dbdbdb;
	padding-bottom:10px;
	margin-bottom:30px;
}
.postBlock div p {
	padding-bottom:20px;
}
.postLink {
	clear:both;
	margin-right:-24%;
	text-align:center;
	padding:50px 0;
}
.postLink li {
	display:inline-block;
	vertical-align:middle;
	width:40%;
	padding:0 1%;
	min-height:30px;
	border-right:1px dotted #ccc;
}
.postLink li a {
	display:inline-block;
	vertical-align:middle;
	line-height:1.5em;
}
.postLink li a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}
.postLink .prevPost {
	text-align:right;
	padding-right:2%;
}
.postLink .prevPost a {
	background:url(../images/blog/arrow_01.jpg) no-repeat 0 50%;
	padding-left:15px;
	text-decoration:underline;
}
.postLink .backList {
	width:10%;
}
.postLink .nextPost {
	border-right:none;
	text-align:left;
	padding-left:2%;
}
.postLink .nextPost a {
	background:url(../images/blog/arrow_02.jpg) no-repeat 100% 50%;
	padding-right:15px;
	text-decoration:underline;
}
/*.responsive-archives {
	display: none;
	float: left;
}*/
@media only screen and (max-width: 767px) {
.postColumn .mainCol {
	float:none;
	width:100%;
}
.postColumn .sideCol {
	float:none;
	width:100%;
	max-width:inherit;
}
.linkList {
	padding-bottom:20px;
}
.pagerLink {
	margin-right:0;
	padding:0 0 30px;
}
.postLink {
	margin-right:0;
}
.postLink li {
	width:100% !important;
	padding:0 0 10px!important;
	min-height:inherit;
	border-right:none;
	text-align:left !important;
}
.linkList {
	display:none;
}
.sideCol #responsive-menu {
	margin-bottom:40px;
	margin-top:0;
	padding-top:0;
}
.sideCol select {
    background: url(../images/navselect.gif) no-repeat scroll right center #fff;
    border: 1px solid #ededed;
    display: block;
    font: 12px Arial,Helvetica,sans-serif;
    margin: 0;
    max-width: 100%;
    outline: medium none;
    overflow: hidden;
    padding: 10px;
    width: 100%;
	height:34px;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.sideCol option {
    border: 0 none;
    color: #414558;
    display: block;
    font: 12px Arial,Helvetica,sans-serif;
    margin: 0;
    max-width: 100%;
    outline: medium none;
    overflow: hidden;
    padding-left: 15px;
    width: 100%;
}
}


/* TOGGLE -------------------------------------------------*/
.toggle-trigger {
	text-decoration: none;
	color: #414550;
	font-weight: bold;
	padding: 10px 10px 10px 25px;
	cursor: pointer;
	border: 1px solid #b7c7d1;
	background: #dae4ea url(../images/about/toggle.png) no-repeat 5px 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.toggle-trigger.active {
	border-bottom:1px solid #b7c7d1;
	background:#bfd6e4 url(../images/about/toggle.png) no-repeat 5px -75px;
}
.toggle-trigger:hover {
	background-color:#bfd6e4;
}
.toggle-container {
	margin-bottom: 0px;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
/***************** PORTFOLIO / Pagination*****************/
.portfolio .flexslider {
	margin: 0px 0 30px 0;
	padding: 5px;
	background:#fff;
	border:1px solid #efefef;
}
.portfolio h2 {
	border-bottom:1px dashed #cdcdcd;
	padding:0px 0 5px 0;
}
.portfolio h4 {
	font-style:italic;
	font-size:13px;
}
p.portfolio {
	margin-top:25px;
	background:#fff;
	border:1px solid #efefef;
	padding:5px;
}
ul.pagination {
	padding:22px 0px 10px 0px;
}
ul.pagination li {
	display: inline;
}
ul.pagination li a {
	background-color:white;
	border:#efefef solid 1px;
	color: #414550;
	font-weight:bold;
	width:80px;
	height:80px;
	padding:9px 13px;
	margin-right:5px;
	/* CSS3 Transition */
	transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	cursor:pointer;
}
ul.pagination li a:hover, ul.pagination li a#currentPage {
	text-decoration: none;
	background-color: #bfd6e4;
	color: white;
}
/****************************** Gallery ******************************/
.portfolio4columns .one_fourth {
	margin-bottom:10px;
	background: #fff;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 1px -1px 0px #efefef;
	border-bottom:2px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio4columns .one_fourth:hover {
	border-bottom:2px solid #bfd6e4;
}
.boxfour {
	padding:10px 10px 4px 10px;
}
.portfolio4columns img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.portfolio4columns img:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
/* #Tabs (activate in tabs.js)
================================================== */
ul.tabs {
	display: block;
	margin: 0 0 20px 0;
	background:#727888;
}
ul.tabs li {
	width: auto;
	height: 18px;
	padding: 10px 0px;
	float: left;
	margin-bottom: 0;
}
ul.tabs li a {
	text-decoration: none;
	width: auto;
	border-right:1px solid #fff;
	padding:0 20px;
	line-height: 10px;
	margin: 0;
	color:#bfd6e4;
	font-size: 16px;
}
ul.tabs li a.active {
	background:#7cbaca;
	padding:5px 20px;
	position: relative;
	top: 0px;
	margin: 0 0 0 0px;
	color: #fff;
}
ul.tabs li:first-child a.active {
	margin-left: 0;
}
ul.tabs-content {
	margin: 0;
	display: block;
	color:#efefef;
}
ul.tabs-content > li {
	display:none;
}
ul.tabs-content > li.active {
	display: block;
}
/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {
	clear: both;
}
ul.tabs {
	zoom: 1;
}
li#beauty, li#woman, li#people {
	-webkit-animation: slideLeft 0.5s ease-in-out forwards;
	-moz-animation: slideLeft 0.5s ease-in-out;
	-o-animation: slideLeft 0.5s ease-in-out;
	-ms-animation: slideLeft 0.5s ease-in-out;
	animation: slideLeft 0.5s ease-in-out;
}
@-webkit-keyframes slideLeft {
 0% {
 -webkit-transform: translateX(-20%);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0px);
 opacity: 1;
}
}
 @-moz-keyframes slideLeft {
 0% {
 -moz-transform: translateX(-20%);
 opacity: 0;
}
 100% {
 -moz-transform: translateX(0px);
 opacity: 1;
}
}
 @-o-keyframes slideLeft {
 0% {
 -o-transform: translateX(-20%);
 opacity: 0;
}
 100% {
 -o-transform: translateX(0px);
 opacity: 1;
}
}
 @-ms-keyframes slideLeft {
 0% {
 -ms-transform: translateX(-20%);
 opacity: 0;
}
 100% {
 -ms-transform: translateX(0px);
 opacity: 1;
}
}
 @keyframes slideLeft {
 0% {
 transform: translateX(-20%);
 opacity: 0;
}
 100% {
 transform: translateX(0px);
 opacity: 1;
}
}

/******************************* CONTACT FORM -  for blog and contact page  *******************************/
#contactForm h2 {
	margin-top:40px;
}
form#contact_form {
}
form#contact_form .name {
	padding:30px 0px 0 20px;
}
form#contact_form .email {
	padding-left:20px;
	padding-top:10px;
}
form#contact_form .message {
	padding-left:20px;
	padding-top:10px;
}
div#loader {
	margin-left: 20px;
	margin-bottom:30px;
}
form#contact_form input[type="text"] {
	border: 1px solid #B2B2B2;
	background-color: white;
	height: 30px;
	padding: 0 5px;
	font-size:14px;
}
form#contact_form input#email {
	background-color: white;
	height: 30px;
}
form#contact_form textarea {
	border: 1px solid #B2B2B2;
	background-color: white;
	font-size:14px;
	line-height:150%;
}
form#contact_form label {
	margin-right: 20px;
	font-size: 12px;
	font-weight:bold;
	color: #414550;
	text-transform: uppercase;
}
form#contact_form label span {
	color: #414550;
}
form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover, form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover {
	background-color:#efefef;
}
form#contact_form input[type="submit"] {
	background:url(../images/contact/btn_send.png) 0 0 no-repeat;
	border:none;
	padding:5px;
	height:30px;
	width:111px;
	text-indent:-999em;
	font-size:11px;
	color:white;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
form#contact_form input[type="submit"]:hover {
	color:#bfd6e4;
}
.map-container {
	position: relative;
	padding-bottom: 20%;
	overflow: hidden;
	border-bottom:5px solid #fff;
}
.map-container iframe, .map-container object, .map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.contact1 {
	margin-top:-40px;
}
/***************** Contact/Sidebar *****************/
.contactsidebar h3 {
	background:#bfd6e4;
	border:1px solid #fff;
	padding:5px;
}
ul.contactsidebarList a.about {
	color: #414558;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.contactsidebarList a.about:hover {
	padding-left:3px;
}
ul.contactsidebarList li {
	color:#414558;
	padding: 10px 20px;
	border-bottom:1px solid #fff;
	background: url(../images/raster.png) left no-repeat;
}
.second, .third {
	margin-top:30px;
}
.third h5 {
	text-transform:uppercase;
	font-size:12px;
}
span.color {
	background:#c45d69;
	color:#fff;
	padding:5px;
	font-weight:bold;
}
/****************************** Shortcodes ******************************/
/* Content Shortcodes */
.boxfive{ padding-top:10px;}
.boxfive div{
	color:#999;
	width:48%;
	float:left;
	margin-left:4%;
	line-height:2;
}
.boxfive div:first-child{ margin-left:0;}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.8%;
}
.one_sixth {
	width: 15%;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth {
	margin-right: 4%;
	margin-bottom: 5px;
	float: left;
}
.one_sixth {
	margin-right: 2%;
	margin-bottom:20px;
	float: left;
}
.lastcolumn {
	margin-right: 0!important;
	clear: right;
}
.contactcm {
	margin:0 60px 0 50px;	
}

/* #Page Styles
================================================== */
.content {
	padding-top: 20px;
}
.content.right {
	float: right;
}

.mainImg{
	text-align:center;
}
.h2Common{
	margin:0 0 41px;
	padding:0 0 0;
}

/* Contact
================================================== */

.ul_contact li p{
	margin-bottom:13px !important;
}
.ul_contact li p:first-child{
	margin-bottom:8px !important;
}
	.ul_contact li em{
		color:#bf3a26;
		font-style:normal;
	}

	.size01{ width:330px ;}
	.size02{ width:110px ;}
	.size03{ width:505px ;}
	.ul_contact li textarea{ width:495px ;height:12 7px; border: 1px solid #B2B2B2;}

	
	
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
.sf-menu li a {
 padding:45px 10px 45px 10px;
}
.flex-caption {
 display:none;
}
span.left {
 padding:0 5px;
}
.blog p.meta, .singleblog p.meta {
 background:#efefef;
}
.screenNav{
	margin-top:15px;
}
.one_half p{
		padding-right:0px;
	}
.mapBox{ height:250px;}
}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
 .mainmenu {
float: left;
width: 100%;
margin-top:-200px;
}
.newsTop li{
		width:100% !important;
		margin-left:0 !important;
		margin-bottom:10px !important;
	}
	.newsTopItem{
		padding:0 !important;
	}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_sixth {
width: 100%;
}
.boxfive div{
	color:#999;
	width:100%;
	float:left;
	margin:15px 0 0 0;
}
.flex-caption {
 display:none;
}
.blog p.meta, .singleblog p.meta {
 padding:20px 0px 50px 10px;
 background:#efefef;
}
form#contact_form textarea {
 width: 320px;
}
.one_half p{
		padding-right:0;
	}
.mapBox{ height:265px;}
}
#sf-menu li {
		padding: 44px 0 42px;
		float: left;
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
ul.tabs {
 margin-top:20px;
}
.flex-caption {
 display:none;
}
	.size01{ width:200px ;}
	.size02{ width:100px ;}
	.size03{ width:320px ;}
	.ul_contact li textarea{ width:320px;}
	.one_half p{
		padding-right:0;
	}
	.mapBox{ height:265px;}
	.formError { left:13% !important;}
	.newsTop li{
		width:100% !important;
		margin-left:0 !important;
		margin-bottom:10px !important;
	}
	.newsTopItem{
		padding:0 !important;
	}
}


	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
ul.tabs {
 margin-top:20px;
}
ul.tabs li {
 padding: 0 5px 0 0px;
}
 .mainmenu {
float: left;
width: 100%;
margin-top:-320px;
}
.mainmenu ul{ position:relative; z-index:-10;}
ul.pagination li a {
 padding:5px 8px;
}
.blog p.meta, .singleblog p.meta {
 padding:10px 0px 60px 10px;
 background:#efefef;
}
	.size01{ width:180px ;}
	.size02{ width:100px ;}
	.size03{ width:250px ;}
	.ul_contact li textarea{ width:250px !important;}
	.contactBox p.line22{font-size:11px; letter-spacing:-1px;}
	.formError { left:13% !important;}

ul.tabs li {
 padding:10px 0px;
}
ul.tabs li a {
 padding:0px 10px;
 line-height: 10px;
}
.one_half p{
		padding-right:0;
	}
	.mapBox{ height:200px;}
}
/* Responsive Menu
================================================== */

#mainmenu {
	visibility: visible;
	margin-top: -12px;
	margin-right:5px;
}
#responsive-menu {
	display: none;
	float: left;
}
 @media only screen and (max-width: 767px) {

 #mainmenu {
visibility: hidden;
height: 0;
}
 #fNavi{ display:none;}
 #responsive-menu {
display: block;
width: 100%;
margin-top: 13px;
}
.one_half p{
		padding-right:0;
	}
}

.tel {
	position:relative;
}
	.tel a{
		display:block;
		position:absolute;
		width:100%;
		height:100%;
		top:0px;
		left:0px;
	}
	
	
/* facility */

.ul_facility li {
	margin-bottom: 70px;
}
.ul_facility li:last-child {
	margin-right: 0px !important;
}
.ul_facility li h3 {
	font-weight: bold;
	color: #595959;
	font-size: 20px;
	padding-top: 15px;
}
@media only screen and (max-width: 767px) {
.ul_facility li {
	margin-bottom: 30px;
}
}