html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, figcaption, figure, 
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
@font-face {
	font-family: 'helvetica';
	src: url('fonts/helveticaneue.eot');
	src: local('☺'), url('fonts/helveticaneue.ttf');
	font-weight: normal;
	font-style: normal;
}

body {
	font: 16px 'helvetica', Tahoma, Verdana, sans-serif;		
	width: 100%;
	height: 100%;
	color:#636363;
}
a {
	color: #2aa7da;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 25px
}
img {
	border: none;
}
input {
	vertical-align: middle;
	position:relative;
	font-family: 'helvetica';
	font-size:12px;
}
input[type="text"] {
	border-radius:4px;
}
input[type="submit"] { 
	cursor:pointer;
}
textarea {
	font-family: 'helvetica';
	font-size:12px;
}

#wrapper {
	width: 100%;
	max-width:1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.clear { clear:both; }
.hidden { display:none; }
.content_width { max-width:940px; margin:0 auto; padding: 5px 10px 5px 10px;}
.overflow { overflow:hidden; }
.fs-13 { font-size:13px; }
.fs-14 { font-size:14px; }
.fs-18 { font-size:18px; }
.bold { font-weight:bold; }
.placeholder { color: #aaa; }

/* Header
-----------------------------------------------------------------------------*/
#header {
	background:#eee url(../images/bg_header.jpg) repeat-x;
	position:relative;
	z-index:2;
	box-shadow: 0 4px 8px #666;
}
.header_top {
	height:49px;
	padding-top:31px;
}
.logo {
	display:inline-block;
}
.social {
	float:right;
	margin-top:-5px;
}
.social a {
	display:inline-block;
	width:28px;
	height:28px;
	background: url(../images/social.png) no-repeat;
	margin-left:10px;
}
.social a.google {
	background-position: -40px 0;
}
.social a.twitter {
	background-position: -81px 0;
}
.social a.star:hover {
	background-position: 0px -34px;
}
.social a.google:hover {
	background-position: -40px -34px;
}
.social a.twitter:hover {
	background-position: -81px -34px;
}

.search_form {
	float:right;
	margin-top:-3px;
	margin-left:17px;
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:151px;
}
.search_form input[type=text]{
	border:1px solid #efefef;
	border-top:0;
	width:152px;
	padding-left:5px;
	height:20px;
	font-style:italic;
	background:#fff url(../images/sprite.png) no-repeat -1px -389px;
}
.search_form input[type=submit]{
	width:15px;
	height:15px;
	border:0;
	background: url(../images/sprite.png) -152px -136px;
	position:absolute;
	top:3px;
	right:-2px;
}
a.query {
	display:block;
	float:right;
	width:161px;
	height:32px;
	line-height:29px;
	position:relative;
	text-shadow:1px 1px #666;
	color:#fff;
	text-align:center;
	font-size:16px;
	text-decoration:none;
	background: url(../images/sprite.png) -3px 0;
	margin-top:-8px;
	margin-left:22px;
	margin-right:2px;
}
a.query:hover {
	background-position: -3px -43px;
}
a.query:active {
	background-position: -3px -85px;
}
.menu_top {
	width:100%;
	min-height:32px;
	background:#2dacdd url(../images/bg_menu.jpg) repeat-x;
	box-shadow: 0 2px 4px #999;
}
.menu_top ul.menu{
	float:left;
	max-width:700px;
}
.menu_top ul.menu li {
	display:inline-block;
	padding-left:9px;
	position:relative;
	background: url(../images/sprite.png) no-repeat -239px 7px;
}
.menu_top ul.menu li a{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	font-size:15px;
	border-bottom:3px solid #00a5e7;
	height:100%;
	line-height:29px;
	margin-left:8px;
	position: relative;
	z-index: 20;
}
.menu_top ul.menu li:first-child {
	padding-left:0;
	background:none;
}
.menu_top ul.menu li:first-child a{
	margin-left:0;
	border-left:0;
}
.menu_top ul.menu li.current-menu-item a, .menu_top ul.menu li a:hover, .menu_top ul.menu li:hover a{
	color:#ffeb67;
	border-color:#f5e86d;
}
.menu_top ul.menu ul{
	display:none;
	border-radius:10px;
	position:absolute;
	left:10px;
	top:31px;
	background:#ccc;
	width:250px;
	height:auto;
	padding: 15px 5px 10px;
	z-index:10;
	background:#17a7dc;
	background: -moz-linear-gradient(top, #04c0fb 0, #019ed9 10%, #01acec 80%, #58c6f0 100%);
    background: -webkit-linear-gradient(top, #04c0fb 0, #019ed9 10%, #01acec 80%, #58c6f0 100%);
    background: -o-linear-gradient(top, #04c0fb 0, #019ed9 10%, #01acec 80%, #58c6f0 100%);
    background: -ms-linear-gradient(top, #04c0fb 0, #019ed9 10%, #01acec 80%, #58c6f0 100%); 
    background: linear-gradient(top, #04c0fb 0, #019ed9 10%, #01acec 80%, #58c6f0 100%);
    -pie-background: linear-gradient(top, #04c0fb 0, #019ed9 10%, #01acec 80%, #58c6f0 100%);
    -pie-background: linear-gradient(top, #04c0fb 0, #58c6f0 100%);
	box-shadow: 0 6px 12px #aaa;
	overflow: hidden;
}
.menu_top ul.menu ul .ul_line{
	display:inline-block;
	height:100%;
	width:2px;
	background:url('../images/line_submenu.jpg') repeat-y;
	position:absolute;
	left:3px;
	top:1px;
}
.menu_top ul.menu ul .ul_line:before{
	content:"";
	width:2px;
	height:20px;
	background:url( ../images/line_submenu.png ) no-repeat 0 0;
	position: absolute;
	top: 0;
}
.menu_top ul.menu ul .ul_line:after{
	content:"";
	width:2px;
	height:46px;
	background:url( ../images/line_submenu.png ) no-repeat 0 -105px;
	position:absolute;
	bottom:0;
}
.menu_top ul.menu li:hover ul{
	display:block;
}
.menu_top ul.menu li:first-child ul {
	left:-8px;
}
.menu_top ul.menu ul li {
	display:block;
	margin-bottom:2px;
	background:none;
	padding-left:0;
}
.menu_top ul.menu ul li.bg_submenu {
	background: url('../images/bg_submenu.jpg') repeat-x 0 0;
	display:inline-block;
	height:18px;
	width:100%;
	position:absolute;
	top: -3px;
	left: 0;
}
.menu_top ul.menu li ul li a{
	display:inline-block;
	text-decoration:none;
	color:#fff !important;
	height:100%;
	font-size:14px;
	line-height:15px;
	margin-left:8px;
	border:0;
	margin-left:0;
	padding:5px 0px 5px 10px;
	width:100%;
}
.menu_top ul.menu li ul li a:hover{
	background:#007caa;
}

a.clinic, a.forum {
	display:block;
	float:right;
	text-align:center;
	text-decoration:none;
	font-size:15px;
	width:105px;
	height:32px;
	line-height:32px;
	text-shadow: 1px 1px #efefef;
	margin-left:5px;
	margin-right: -3px;
}
a.clinic {
	background: url(../images/sprite.png) no-repeat -5px -133px;
	color:#607d87;
}
a.clinic:hover {
	background-position: -5px -175px; 
	color:#56b5d8;
}
a.clinic:active {
	background-position: -5px -218px; 
}
a.forum {
	background: url(../images/sprite.png) no-repeat -5px -261px;
	color:#b15808;
}
a.forum:hover {
	background-position: -5px -302px; 
	color:#c93400;
}
a.forum:active {
	background-position: -5px -345px; 
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 50px;
	height: 1%;
	position: relative;
	z-index:1;
}
.home #middle {
	padding-bottom:57px;
}
.archive #middle, .search-results #middle {
	padding-bottom:0px;
}
.archive #footer {
	margin-top:0px;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	background: url(../images/bg_top.jpg) no-repeat 50% 0;
	position:relative;
	padding-top:8px;
}
#container.index{
	background: url(../images/bg_tab.jpg) no-repeat 50% 0;
	margin-bottom:-57px;
}
#content {
	padding-top:45px;
	overflow:hidden;
	position:relative;
}
.index #content {
	margin-top:-15px;
	padding-top: 57px;
}

.bredcrumb {
	font-size:12px;
	color:#ff9c00;
	padding: 5px 0 7px;
	margin-bottom: -10px;
	background: url(../images/line_bredcrumb.jpg) repeat-x 0 100%;
}
.bredcrumb a, .bredcrumb span{
	color:#636363;
	text-decoration:none;
	display:inline-block;
}
.bredcrumb span{
	background: url(../images/sprite.png) no-repeat -276px -93px;
	padding-left:15px;
}
.bredcrumb a:first-child{
	background:none;
	padding-left:0;
}
.bredcrumb a:hover{
	color:#2aa7da;
	text-decoration:underline;
}
.bredcrumb span{
	height:12px;
	margin-left:5px;
}

.side-left {
	width:220px;
	float:left;
	margin-bottom:25px;
	display: none;
}
.side-left .thumb{
	background:#fff;
	padding:6px;
	position:relative;
	z-index:2;
	height:202px;
	
}
.side-left div.shadow{
	width:190px;
	margin:0 auto;
	border:1px solid red;
	height:10px;
	top:-15px;
	z-index:1;
	margin-bottom:10px;
	position:relative;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
		box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}
.side-left div.shadow:before,
.side-left div.shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
} 
.side-left div.shadow:before {
    top:50%;
    bottom:0px;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.8);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.8);
            box-shadow:0 0 15px rgba(0,0,0,0.8);
    -moz-border-radius:0;
         border-radius:0;
}
.adv_vertical {
	text-align:center;
	background:#fff;
}

.single .post_content {
	max-width: 695px;
	padding-top: 5px;

}
.index .post_content {
	padding:30px 0 0 240px;
}
.post_content_top {
	position:relative;
	height:200px;
}

.post_content h1 { font-size:180%; margin-bottom:25px; }
.post_content h2 { font-size:150%; margin-bottom:20px; }
.post_content h3 { font-size:130%; margin-bottom:15px; }
.post_content h4 { font-size:120%; margin-bottom:15px; }
.post_content h5 { font-size:110%; margin-bottom:10px; }

.post_content .post_content_top h1 {
	font-size:40px;
	margin-bottom:41px;
	color:#2aa7da;
	line-height:40px;
	height:175px;
	position:absolute;
	bottom:-10px;
}
.post_content .post_content_top.long_h1 h1 {
	bottom:20px;
}
.post_author {
	display:block;
}
.post_author .fs-14 {
	margin-bottom:6px;
}
.post_content ul, .post_content ol{
	margin-bottom:25px;
}
.post_content ul li{
	background: url(../images/sprite.png) no-repeat -165px -350px;
	padding-left:27px;
	min-height:20px;
	margin-bottom:10px;
}
.post_content ol {
	margin-left:32px;
}
.post_content ol li{
	margin-bottom:10px;
	padding-left:0px;
	list-style-type:decimal;
}
.post_content blockquote {
	background:#cbe8ed url(../images/sprite.png) no-repeat -193px -308px;
	color:#376f7a;
	font-weight:bold;
	padding:18px 20px;
	text-indent:17px;
	margin-bottom:25px;
	text-align:left;
}
.post_content blockquote p{
	margin-bottom:0;
}
.post_content .block_two {
	overflow:hidden;
	margin-bottom:25px;
	clear:both;
}
.post_content .block_two_var {
	margin-bottom:20px;
}
.post_content .block_links {
	float:left;
	border:2px solid #ddd0d0;
	max-width:335px;
	height:278px;
	position:relative;
	border-radius:3px;
	background:#f2f2f2;
}
.post_content .block_two_var .block_links {
	float:right;
}
.post_content .block_links .line{
	width:285px;
	margin:0 auto;
	border-top:1px dotted #bc8e9a;
	font-size:14px;
	padding:11px 0 11px 10px;
}
.post_content .block_links .line a {
	color:#1b1b1b;
}
.post_content .block_links .line.first{
	border-top:0;
}
.post_content .block_links .line span {
	display:inline-block;
	vertical-align:top;
	background: url(../images/sprite.png) no-repeat -177px -137px;
	position:relative;
	padding-left:19px;	
}
.post_content .block_links .line span a{
	font-size:12px;
	color:#d47e94;
	font-family: Calibri, Tahoma, sans-serif;
}
.post_content .block_links .title{
	font-size:25px;
	text-transform:uppercase;
	color:#b76d81;
	font-size:18px;
	font-family: Calibri, Tahoma, sans-serif;
	font-weight:bold;
	margin:25px 0 13px;
	text-align:center;
}
.post_content .adv_block {
	float:right;
	text-align:center;
	width:340px;
}
.post_content .adv_block img { border: 0; }
.post_content .block_two_var .adv_block {
	float:left;
}
.post_content .adv_block.margin-center {
	margin: 0 auto;
	float:none !important;
}

.line-shadow {
	height:15px;
	position:relative;
	background:#fff;
	background: -moz-linear-gradient(top, #b7b7b7 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(100%,#fff));
    background: -webkit-linear-gradient(top, #b7b7b7 0%, #fff 100%);
    background: -o-linear-gradient(top, #b7b7b7 0%, #fff 100%);
    background: -ms-linear-gradient(top, #b7b7b7 0%, #fff 100%);
    background: linear-gradient(top, #b7b7b7 0%, #fff 100%);
	margin-bottom:15px;
}
.soc_like_content, .comment_content {
	max-width: 700px;
	margin:0 auto;
	overflow:hidden;
}
.title_like_1 {
	font-size:18px;
	color:#2c7893;
	font-weight:700;
	text-transform:uppercase;
	font-family: Calibri, Tahoma, sans-serif;
	text-align:center;
}
.title_like_2 {
	font-size:12px;
	color:#2c7893;
	font-family: Calibri, Tahoma, sans-serif;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:10px;
}
.social_like {
	max-width:650px;
	margin:0 auto 20px;
	text-align:center;
}

.comment_content {
	min-height:200px;
	padding-left:10px;
}
.comment_content p{
	margin-bottom:0;
}
.comment_box {
	border:3px solid #ddd0d0;
	background:#f2f2f2;
	max-width:662px;
	padding:8px 13px 8px 15px; 
	overflow:hidden;
	margin-bottom:35px;
}
.comment_title {
	font-family: Calibri, Tahoma, sans-serif;
	text-transform:uppercase;
	color:#007589;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
.comment_box_in {
	color:#575757;
	font-family: Georgia, Tahoma, sans-serif;
	font-size:14px;
	width:70px;
	float:left;
	height:25px;
}
.comment_box_in .label {
	position:relative;
	top:10px;
	padding-right:5px;
}
.comment_box textarea {
	border:1px solid #d7cfca;
	background:#fff;
	max-width:655px;
	min-height:68px;
	margin-bottom:10px;
	margin-top:-20px;
}
.comment_box textarea:focus {
	border-color:#bbb;
}
.comment_box input[type="submit"], .question_content #your_question {
	width:216px;
	height:32px;
	line-height:30px;
	font-family: Calibri, Tahoma, sans-serif;
	text-transform:uppercase;
	color:#fff;
	float:right;
	font-weight:bold;
	font-size:13px;
	border:0;
	position:relative;
	border-radius:3px;
	text-shadow: 0 1px 1px #333;
	background:#00aaeb;
	background: -moz-linear-gradient(top, #00c3ff 0%, #00a4e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c3ff), color-stop(100%,#00a4e6));
    background: -webkit-linear-gradient(top, #00c3ff 0%, #00a4e6 100%);
    background: -o-linear-gradient(top, #00c3ff 0%, #00a4e6 100%);
    background: -ms-linear-gradient(top, #00c3ff 0%, #00a4e6 100%);
    background: linear-gradient(top, #00c3ff 0%, #00a4e6 100%);
}
.comment_box input[type="submit"]:hover, .question_content #your_question:hover {
	background: -moz-linear-gradient(top, #00a4e6 0%, #00c3ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a4e6), color-stop(100%,#00c3ff));
    background: -webkit-linear-gradient(top, #00a4e6 0%, #00c3ff 100%);
    background: -o-linear-gradient(top, #00a4e6 0%, #00c3ff 100%);
    background: -ms-linear-gradient(top, #00a4e6 0%, #00c3ff 100%);
    background: linear-gradient(top, #00a4e6 0%, #00c3ff 100%);
}
.comment_box input[type="submit"]:active, .question_content #your_question:active {
	background: -moz-linear-gradient(top, #0086bc 0%, #00c3ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0086bc), color-stop(100%,#00c3ff));
    background: -webkit-linear-gradient(top, #0086bc 0%, #00c3ff 100%);
    background: -o-linear-gradient(top, #0086bc 0%, #00c3ff 100%);
    background: -ms-linear-gradient(top, #0086bc 0%, #00c3ff 100%);
    background: linear-gradient(top, #0086bc 0%, #00c3ff 100%);
}
.comment_list li {
	margin-bottom:30px;
	padding-left:29px;
	font-family: Arial, sans-serif;
	font-size:13px;
	color:#1c1c1c;
	position:relative;
}
.comment_icon {
	width:22px;
	height:18px;
	display:inline-block;
	background: url(../images/sprite.png) no-repeat -135px -259px;
	position:absolute;
	top:0;
	left:0;
	
}
.comment_meta {
	display:block;
	margin-bottom:5px;
	font-size:12px; 
}
.comment_meta .comment_author {
	color:#186f7f;
	padding-right:30px;
}
.comment_meta .comment_date {
	color:#6e6e6e;
	background: url(../images/sprite.png) no-repeat -207px -257px;
	padding-left:15px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
}
#reply-title, .comment-form-author, .comment-form-email, .comment-form-url {
	display:none;
}
.oneall_social_login {
	max-width: 550px;
	float: left;
}

/* Blog
--------------------------- */
.block_blog {
	width:100%;
	margin:0;
	background: url('../images/bg_block_exc.jpg') repeat-x;
	padding-top:60px;
}
.bg_block_repeat {
	width:100%;
	height:100%;
	background: url('../images/bg_block_exc3.jpg') repeat;	
}
.bg_block_repeat.pagination { margin-top:-64px; }
.block_blog .content_width {
	max-width:954px;
}
.blog_hor {
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
}
.blog_hor .post_category {
	overflow:hidden;
	padding-left:7px;
}
.blog_hor .post_category a{
	text-decoration:none;
}
.blog_hor .post_category a:hover{
	color:#ff9c00;
}
.blog_hor .post_category.one {
	float:left;
}
.blog_hor .post_category.two {
	float:right;
}
.blog_hor .title{
	font-size:18px;
	color:#01a4e6;
	margin-bottom:8px;
	padding-left: 7px;
	font-weight:700;
}
.blog_hor .title.active{
	color:#ff9c00;
}
.blog_hor .img_thumb{
	float:left;
	width:154px;
	position:relative;
	height:145px;
	text-align:center;
}
.blog_hor .img_thumb .over{
	border:5px solid #fff;
	position:absolute;
	top:0;
	left:7px;
	width:130px;
	height:95px;
}
.blog_hor .img_thumb .shadow{
	width:154px;
	height:43px;
	background: url(../images/img_shadow.png) no-repeat;
	position:absolute;
	top:71px;
	left:0;
}
.blog_hor .img_thumb img {
	width:140px;
	height:105px;
	position:relative;
}
.blog_hor .post_category_desc{
	float:right;
	max-width:300px;
	color:#636364;
	font-size:14px;
	line-height:20px;
}
.blog_hor .date_publish{
	font-size:12px;
	color:#8c8c8c;
}
.blog_hor .more{
	color:#01a4e6;
	background: url(../images/sprite.png) no-repeat -185px -17px;
	text-decoration:none;
	padding-right:15px;
	display: inline-block;
	margin-top: 5px;
	font-weight:700;
	width:100px;
	line-height: 21px;
	height: 18px;
}
.blog_hor a.more:hover{
	color:#ff9c00;
	background-position: -185px -39px;
}

.pagenavi {
	text-align:center;
	padding:40px 0 50px;
}
.pagenavi a, .pagenavi span {
	text-align:center;
	width:28px;
	height:28px;
	display:inline-block;
	text-decoration:none;
	border:1px solid #2aa7da;
	line-height: 28px;	
	color:#2aa7da;
	margin: 0 2px;
}
.pagenavi a:hover, .pagenavi span {
	background: #d1f2ff;
}
.pagenavi span.current {
	background: #2aa7da;
}
.pagenavi span { color:#fff; }
.pagenavi span.extend { background:none; color:#2aa7da; }
.pagenavi a.prev span, .pagenavi a.next span {
	background:none;
	border:0;
}
.pagenavi a.next span{
	background: url(../images/sprite.png) no-repeat -268px -69px;
}
.pagenavi a.prev span{
	background: url(../images/sprite.png) no-repeat -269px -106px;
}

/* Index
----------------------------------------------------------------------*/
.section_tabs {
	max-width:980px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.tabs {
	margin-left:1px;
}
.tabs li {
	position:relative;
	display:inline-block;
	width:224px;
	padding: 10px 0;
	text-align:center;
	vertical-align:top;
	cursor:pointer;
	border-top:1px solid #f0f5f6;
	border-bottom:1px solid #e6ebeb;
}
.tabs li.first {
	padding:10px 20px;
}
.tabs li.last {
	padding:10px 20px;
}
.tabs li.current {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	margin-bottom:-1px;
	top:-1px;
	padding-top:11px;
}
.tabs li.current span.bg_line, .tabs li.current + li span.bg_line.f-left {
	display:none;
}
.tabs li span.title {
	color:#2aa7da;
	font-size:18px;
	position:relative;
	z-index:3;
}
.tabs li:first-child {
	margin-left:0;
}
.tabs li span.bg_opacity{
	opacity:0.5;
	background:#fff;
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.tabs li span.bg_line {
	display:inline-block;
	background:#fff;
	width:1px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
}
.tabs li span.bg_line.f-left {
	left:0;
}
.tabs li.current span.bg_opacity{
	opacity:1;
}
.section_tabs .boxs {  
	background:#fff;
	max-width:940px;
	padding:0 18px;
	overflow:hidden;
	border:1px solid #0cc0fb;
	border-top:0;
	border-bottom:0;
	padding-bottom:10px;
	position:relative;
}
.section_tabs .box {  
	display: none;
	background:#fff;
	padding:35px 0 0;
}  
.section_tabs .box.visible {  
	display: block;
}
.block_post {
	max-width:300px;
	margin-left:20px;
	overflow:hidden;
	float:left;
	position: relative;
	min-height: 338px;
}
.block_post.first {
	margin-left:0;
}
.block_post img {
	margin-bottom:10px;
}
.block_post .name_post {
	color: #2aa7da;
	font-size:18px;
	line-height:20px;
	display:inline-block;
	font-weight: 700;
}
.block_post .name_post a{
	text-decoration:none;
}
.block_post .name_post a:hover{
	color:#ff9c00;
}
.block_post .date_post {
	border-bottom:1px solid #78cde7;
	padding-bottom:8px;
	margin-bottom:8px;
	display:inline-block;
	width:100%;
	font-size:11px;
	color:#323232;	
}
.block_post .excerpt {
	font-size:14px;
	color:#323232;
	min-height:98px;
	margin-bottom:10px;
}
.block_post .more{
	color:#01a4e6;
	font-size:16px;
	background: url(../images/sprite.png) no-repeat -184px -158px;
	text-decoration:none;
	display: inline-block;
	margin-top: 5px;
	float:right;
	padding-right:19px;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 18px;
	line-height: 19px;

}
.block_post a.more:hover{
	color:#ff9c00;
	background-position: -184px -179px;
}
.all_read_more {
	padding:0 0 15px;
	border: 1px solid #0cc0fb;
	border-top:0;
	background: #fff;
	max-width:976px;
	text-align:center;
	font-size:17px;
	font-weight: 700;
}
.all_read_more a:hover {
	color:#ff9c00;
}
.tabs_shadow {	
	max-width:940px;
	height:42px;
	margin: 0 auto;
	position:relative;
	z-index:3;
	background:url(../images/tabs_shadow.png) no-repeat 50% 0;
}

.line_blue {
	border-top: 1px solid #0cc0fb;
	max-width:940px;
	margin:0 auto 15px;
}

.recommended_articles, .foto_articles {
	background:url(../images/bg_block_0.jpg) repeat;
	min-height:200px;
	position:relative;
	z-index:1;
	margin-top:-96px;
	padding-top:104px;
	padding-bottom:50px;
}
.recommended_articles span.title_text, .foto_articles span.title_text, .home_article span.title_text {
	font-size:26px;
	color:#01a4e6;
	display:inline-block;
	background:url(../images/sprite.png) no-repeat -355px -22px;
	padding-left:43px;
	font-weight:700;
}
.recommended_articles .title, .foto_articles .title, .home_article .title {
	border-bottom: 1px solid #0cc0fb;
	padding-bottom:10px;
	margin-bottom:25px;
	overflow:hidden;
}
.recommended_articles .title .more, .foto_articles .title .more {
	float:right;
	color:#01a4e6;
	text-decoration:none;
	position:relative;
	top:4px;
}
.recommended_articles .title .more span, .foto_articles .title .more span {
	width:20px;
	height:20px;
	display:inline-block;
	background: url(../images/sprite.png) no-repeat -280px -158px;
	position:relative;
	top:5px;
}
.recommended_articles .title .more:hover, .foto_articles .title .more:hover{
	color:#ff9c00;
}
.recommended_articles .title .more:hover span, .foto_articles .title .more:hover span {
	background: url(../images/sprite.png) no-repeat -280px -179px;
}
.block_link_hor {
	overflow:hidden;
}
.block_link_hor .link_article {
	float:right;
	width:49%;
	margin-bottom:20px;
}
.block_link_hor .link_article.first {
	float:left;
	clear:both;
}
.recommended_articles .block_link_hor .link_article a{
	font-size:18px;
	color:#01a4e6;	
	text-decoration:none;
	background: url(../images/sprite.png) no-repeat -306px -136px;
	padding-left:20px;
	display:inline-block;
}
.recommended_articles .block_link_hor .link_article a:hover{
	color:#ff9c00;
	background: url(../images/sprite.png) no-repeat -306px -236px;
}

.recommended_articles .block_link_hor .link_article span.count_comment {
	font-size:16px;
	padding-left:5px;
	color:#aeaeae;
	display:inline-block;
}
.recommended_articles .block_link_hor .link_article span.count_comment span{
	background: url(../images/sprite.png) no-repeat -135px -202px;
	width:20px;
	height:14px;
	display:inline-block;
}
.recommended_articles .block_link_hor .link_article a:hover span.count_comment span{
	background: url(../images/sprite.png) no-repeat -135px -186px;
}
.recommended_articles .block_link_hor .link_article a:hover span {
	color:#ff9c00;
}

.faq_articles {
	color:#fff;
	background:#51a0b6 url(../images/bg_block_2.jpg) repeat-x;
	padding-top:55px;
	height:305px;
	position:relative;
}
.faq_articles a{
	color:#fff;
}
.faq_articles .bg_top {
	background:#51a0b6 url(../images/bg_block_2_top.jpg) repeat-x;
	width:100%;
	height:11px;
	position:absolute;
	top:0;
	left:0;
}
.faq_articles span.title_text{
	font-size:26px;
	color:#fff;
	display:inline-block;
	background:url(../images/sprite.png) no-repeat -347px -100px;
	padding-left:56px;
	padding-top:2px;
	font-weight:700;
}
.faq_articles .title {
	border-bottom: 1px solid #fff;
	padding-bottom:12px;
	margin-bottom:29px;
	overflow:hidden;
}
.faq_articles .title .more{
	float:right;
	color:#fff;
	text-decoration:none;
}
.faq_articles .title .more span {
	width:24px;
	height:20px;
	display:inline-block;
	background: url(../images/sprite.png) no-repeat -276px -199px;
	position:relative;
	top:5px;
}
.faq_articles .title .more:hover{
	color:#ffdd3f;
}
.faq_articles .title .more:hover span{
	background: url(../images/sprite.png) no-repeat -276px -219px;
}
.faq_articles .block_link_hor .link_article a{
	font-size:18px;
	color:#fff;	
	text-decoration:none;
	background: url(../images/sprite.png) no-repeat -8px -477px;
	padding-left:22px;
	display:inline-block;
}
.faq_articles .block_link_hor .link_article a:hover{
	color:#ffdd3f;
	background: url(../images/sprite.png) no-repeat -8px -416px;
}
.faq_articles .block_link_hor .link_article span.count_comment {
	font-size:16px;
	padding-left:5px;
	color:#d1e5e9;
	display:inline-block;
}
.faq_articles .block_link_hor .link_article span.count_comment span{
	background: url(../images/sprite.png) no-repeat -135px -236px;
	width:20px;
	height:14px;
	display:inline-block;
}
.faq_articles .block_link_hor .link_article a:hover span.count_comment span{
	background: url(../images/sprite.png) no-repeat -135px -220px;
}
.faq_articles .block_link_hor .link_article a:hover span {
	color:#ffdd3f;
}

.fotoposts {
	max-width:960px;
	margin: 0 auto -8px;
	padding-top:16px;
	overflow:hidden;
}
.foto_articles {
	padding-top:25px;
	margin:0;
	background:#fff;
	overflow:hidden;
	box-shadow: 0 2px 20px 0px #666;
}
.fotopost span {
	display:block;
}
.fotopost span.hidden {
	display:none;
}
.fotopost {
	width:240px;
	float:left;
}
.fotopost .img_thumb{
	float:left;
	width:240px;
	position:relative;
	height:180px;
	text-align:center;
	margin-bottom:2px;
}
.fotopost .img_thumb .over{
	border:5px solid #fff;
	position:absolute;
	top:0;
	left:10px;
	width: 210px;
	height: 160px;
	z-index: 5;
}
.fotopost .img_thumb .shadow{
	width:240px;
	height:72px;
	background: url(../images/img_shadow2.png) no-repeat;
	position:absolute;
	top:118px;
	left:0;
	z-index:1;
}
.fotopost .img_thumb img {
	width:220px;
	height:168px;
	position:relative;
	z-index:2;
}
.fotopost a {
	text-decoration:none;
}
.fotopost a:hover {
	color:#ff9c00;
}
.fotopost a:hover .over {
	display:block !important;
}

.fotopost .fotopost_desc {
	width:215px;
	margin:0 auto;
	font-size:16px;
	float:left;
	padding-left:12px;
}
.fotopost .title {
	margin:0;
	padding:0;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:700;
}
.fotopost a:hover .title {
	border-bottom:1px solid #ff9c00;
}
.fotopost .date_publish {
	float:left;
	font-size:12px;
	width:100px;
}
.fotopost .date_meta {
	float:right;
	font-size:12px;
}
.fotopost .count_visit {
	display:inline-block;
	background: url(../images/sprite.png) no-repeat -134px -277px;
	padding-left:20px;
	margin-right: 10px;
}
.fotopost .count_comment {
	display:inline-block;
	background: url(../images/sprite.png) no-repeat -184px -277px;
	padding-left:20px;
}
.fotopost a:hover .count_visit {
	background-position: -134px -295px;
}
.fotopost a:hover .count_comment {
	background-position: -184px -295px;
}

.home_article {
	width:100%;
	background: url(../images/bg_block.jpg) repeat 50% 0;
	padding-top:30px;
}
.home_article span.title_text {
	background:none;
	padding-left:0;
	font-weight:700;
}
.home_article .post_content {
	padding:0;
	padding-bottom:30px;
}

.question_content {
	border: 3px solid #ddd0d0;
	background: #f2f2f2;
	width: 662px;
	padding: 8px 13px 8px 15px;
	overflow: hidden;
	margin-bottom: 35px;
}
.question_content input[type="text"], textarea {
	border:1px solid #d7cfca;
	width:98%;
	padding: 1% 1%;
	border-radius:0;
	margin-bottom:10px;
}
.question_content input[type="text"].error, textarea.error {
	border:1px solid red;
}
.question_content textarea {
	max-width:663px;
	height:80px;
	margin-bottom:5px;
}
.question_content select {
	margin-bottom:15px;
}
.question_content textarea:focus, .question_content input[type="text"]:focus {
	border:1px solid #bbb;
}
.question_content #your_question {
	float:none;
	display:inline-block;
	cursor:pointer;
	font-size:16px;
	line-height:32px;
	margin-left:32px;
}
.text-center {
	text-align:center;
}
.post_content .ajax-loader { 
	display:inline-block; 
	margin-top: -15px;
	position: relative;
	top: 9px;
	left: 8px;
	height:32px;
	width:32px;
}
.post_content .ajax-loader img { border:0; display:none; }
#result { 
	border: 1px solid #d7cfca;
	padding: 10px 0;
	display:none;
	margin:10px auto 5px;
}
.question_content .label {
	font-size:14px; 
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	max-width:1000px;
	margin: 0px auto 0;
	height: 45px;
	border-top:1px solid #94d3ec; 
	position: relative;
	padding-top:20px;
	color:#2aa7da;
	font-size:14px;
}
#footer a{
	color:#2aa7da;
}
#footer a:hover{
	text-decoration:underline;
}
.menu_footer {
	float:left;
	max-width:600px;
}
.menu_footer ul{
	
}
.menu_footer ul li{
	display:inline-block;
	border-left:1px solid #a6e6f9;
	padding-left:6px;
}
.menu_footer ul li:first-child {
	border-left:0;
}
.menu_footer ul li a{
	text-decoration:none;
	padding-right:3px;
}
.copyright {
	float:right;
}

.vk_like, .google_like, .fb_like, .twitter_like {
	display:inline-block;
	vertical-align:top;
	margin:0 2px;
	width:155px;
}
.google_like {
}
.fb_like {
	width:110px;
}
.twitter_like {
	width:130px;
	margin-left:-60px;
}

.wp-caption { 
	position:relative;
	margin-bottom:10px;
}
.wp-caption .wp-caption-text{ 
	position:absolute;
	margin-bottom:0px;
	bottom:4px;
	left:0;
	border-top:1px solid #535151;
	width:100%;
}
.wp-caption .wp-caption-text span.bg-caption{ 
	position:absolute;
	bottom:0;
	background:#000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity:0.7;
	display:inline-block;
	width:100%;
	height:100%;
	z-index:1;
}
.wp-caption .wp-caption-text span.caption-text{ 
	color:#fff;
	position:relative;
	z-index:5;
	font-size:15px;
	padding:5px 12px;
	displaY:inline-block;
}


iframe {max-width:100%;}
@media only screen and (max-width:815px){
.menu_top {display:none;}
}

@media only screen and (max-width:600px){
.alignright, img.alignright {float:none;}
.comment_content {min-height: 50px;}

}
@media only screen and (max-width:500px){
.alignleft, img.alignleft {float:none;}
}