/*
	Core Theme: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	
	Template by Z_B
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
html {
	font-size:62.5%;
	height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
	color:#000;
	min-width: 320px;
}
main {
	
}
article {
	font-size: 16px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
}
a:focus {
	color:#000000;
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
iframe {
	max-width: 100%;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-footer + footer,
.no-margin-footer + .block-form  {
	margin-top: 0 !important;
}
.no-padding {
	padding: 0;
}
.no-top-padding {
	padding-top: 0;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.height-100 {
	height: 100%;
}
.table-style {
	display: table;
    height: 100%;
    width: 100%;
}
.table-row-style {
	display: table-row;
}
.table-cell-style {
	display: table-cell;
	vertical-align: middle;
}
.inline-block-wrap:after {
    content: "1";
    display: inline-block;
    height: 1px;
    margin-left: 100%;
    overflow: hidden;
}
.inline-block-wrap {
    text-align: center;
}
.inline-block  {
	display: inline-block;
	vertical-align: top;
}
.inline-block-middle {
	display: inline-block;
	vertical-align: middle;
}
@media (min-width: 1200px) {
	.inline-block-wrap {
		text-align: justify;
	}
	.inline-block-wrap.special-inline-block-wrap {
		text-align: center;
	}
}
.absolute {
	position: absolute;
}
.block-title,
.page-title {
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	margin: 0 0 15px;
	text-transform: uppercase;
}
@media (min-width: 768px) { 
	.block-title,
	.page-title {
		font-size: 34px;
		text-align: center;
		margin: 0 0 25px;
	}
}
.button-style {
	background: #ff0000 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	margin: 10px auto;
	padding: 8px 18px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.1s ease-out 0s;
}
.button-style:hover,
.button-style:focus {
	background: #c30101 none repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
}
.more-link {
	background: #ff0000 none repeat scroll 0 0;
    cursor: pointer;
	display: block;
	color: #fff;
    font-size: 12px;
	font-weight: 600;
    margin: 10px auto;
    padding: 8px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.1s ease-out 0s;
    width: 165px;
}
.more-link:hover,
.more-link:focus {
	background: #c30101 none repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
}
/*------------------------------------*\
    FORM STYLE
\*------------------------------------*/

.wpcf7-form {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 15px;
	text-align: center;
}
.wpcf7-form .form_text {
	color: #282828;
    font-size: 20px;
    margin-bottom: 15px;
}
.wpcf7-form .form_text span {
	color: #ed1d24;
}
.wpcf7-form input {
	display: block;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"] {
	border: 0 none;
	border-bottom: 1px solid #b1b1b1;
	color: #282828;
    font-size: 24px;
    margin-top: 10px;
    max-width: 100%;
	width: 100%;
    padding: 10px 0;
}
.wpcf7-form input::-webkit-input-placeholder {
	color: #b7b7b7;
	opacity: 1;
}
.wpcf7-form input:-moz-placeholder {
	color: #b7b7b7;
	opacity: 1;
}
.wpcf7-form input::-moz-placeholder {
	color: #b7b7b7;
	opacity: 1;
}
.wpcf7-form input:-ms-input-placeholder {
	color: #b7b7b7;
	opacity: 1;
}
.wpcf7-form input:placeholder-shown {
	color: #b7b7b7;
	opacity: 1;
}
.wpcf7-form input[type="submit"] {
	background: #ff0000 none repeat scroll 0 0;
	border: 0 none;
	border-bottom: 6px solid #9f0101;
    cursor: pointer;
	display: block;
	height: 43px;
	color: #fff;
    font-size: 16px;
	font-weight: 400;
    margin: 10px auto;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: top 0.1s ease-out 0s;
    max-width: 225px;
	width: 100%;
}
.wpcf7-form input[type="submit"]:hover {
	background: #ff0000 none repeat scroll 0 0;
	border-bottom: 2px solid #9f0101;
	color: #fff;
	text-decoration: none;
	top: 3px;
}
div.wpcf7-response-output {
	margin-top: 15px;
}
@media (max-width: 480px) { 
	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="tel"],
	.wpcf7-form input[type="email"] {
		font-size: 16px;
		margin-top: 0;
	}
	.wpcf7-form input[type="submit"] {
		margin: 20px auto 0;
	}
	span.wpcf7-not-valid-tip {
		font-family: Arial;
		font-size: 11px;
	}
	div.wpcf7-response-output {
		font-size: 12px;
		margin-top: 15px;
	}
}
@media only screen and (min-width: 992px){
	.wpcf7-form {
		padding: 35px 30px;
	}
	.wpcf7-form .form_text {
		margin-bottom: 30px;
	}
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/

/* wrapper */
.wrapper {
	
}
.header {

}
.header .top-header-blocks {
	padding: 8px 0px;
}
.header .top-header-blocks > div {
	margin: 15px 0;
}
.header .logo-block {
	padding-top: 25px;
	text-align: center;
}
.header .logo-block img {
	max-height: 160px;
}
.header .top-header-blocks .slogan-block {
	font-family: 'Roboto', sans-serif;
	color: #2e2d33;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
}
.header .top-header-blocks .slogan-block .header-slogan {
	max-width: 500px;
	margin: 0 auto;
}
.header .top-header-blocks .contacts-block  {
    font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.header .contacts-block a:hover {
	text-decoration: underline;
}
@media (min-width: 992px) {
	.header .top-header-blocks {
		padding: 8px 0px;
	}
	.header .top-header-blocks > div {
		margin: 0;
	}
	.header .top-header-blocks .contacts-block  {
		text-align: right;
	}
	.header .button-and-social .button-style {
		margin: 10px 0 0;
		/*float: right;*/
	}
}
/*menu*/
header .navbar.navbar-inverse {
	background: #74abef;
	border-radius: 0px;
	border: 0 none;
	margin: 0;
	min-height: 0;
	font-family: 'Roboto', sans-serif;
}
header  .navbar-collapse{
	background: #74abef;
	padding-left: 0;
    padding-right: 0;
	border-color: #fff !important;
}
header  .navbar-nav {
	margin: 0;
}
.navbar-inverse .navbar-toggle:focus, 
.navbar-inverse .navbar-toggle:hover {
    background-color: #427bc2;
}
header .navbar-inverse .navbar-nav  li {
	position: relative;
}
header .navbar-inverse .navbar-nav > li > a {
	color: #fff;
    font-size: 15px;
	padding: 17px 10px 15px;
}
header .navbar-inverse .navbar-nav > li:hover > a,
header .navbar-inverse .navbar-nav > li > a:hover,
header .navbar-inverse .navbar-nav > li > a:focus,
header .navbar-inverse .navbar-nav > li.current-menu-item > a,
header .navbar-inverse .navbar-nav > li.current-category-ancestor > a,
header .navbar-inverse .navbar-nav > li.current-menu-parent > a {
	background: #427bc2;
    color: #fff;
}
header .navbar-inverse .navbar-toggle {
    border-color: #fff;
}
header .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}
header .sub-menu {
    background: #195093 none repeat scroll 0 0;
    list-style-type: none;
    padding: 20px 0;
    text-align: left;
}
header .navbar-inverse .navbar-nav > li:hover > .sub-menu {
	display: block;
}
header .navbar-nav > li .sub-menu a {
	color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 25px;
}
header .navbar-inverse .navbar-nav > li .sub-menu > li:hover > a, 
header .navbar-inverse .navbar-nav > li .sub-menu > li > a:hover,
header .navbar-inverse .navbar-nav > li .sub-menu > li > a:focus {
	background: #195093;
	box-shadow: 0 3px 4px 2px #202020;
	color: #fff;
	text-decoration: none;
}
header .navbar-inverse .navbar-nav > li:hover > .sub-menu > li > .sub-menu {
	background: #ececec none repeat scroll 0 0;
    left: 280px;
    top: 0;
}
header .navbar-inverse .navbar-nav > li:hover > .sub-menu > li:hover > .sub-menu  {
	display: block;
}
header .navbar-inverse .navbar-nav > li .sub-menu > li .sub-menu:hover > a, 
header .navbar-inverse .navbar-nav > li .sub-menu > li .sub-menu > a:hover,
header .navbar-inverse .navbar-nav > li .sub-menu > li .sub-menu > a:focus {
	background: #4b4b4b;
	box-shadow: 0 3px 4px 2px #202020;
	color: #221604;
	text-decoration: none;
}

@media (min-width: 768px) { 
	header .navbar-collapse {
		padding: 0;
		text-align: center;
	}
	header  .navbar-nav {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	header .navbar.navbar-inverse .navbar-nav  {
		text-align: center;
	}
	header .navbar-inverse .navbar-nav > li > a {
		color: #fff;
		display: block;
		font-size: 14px;
		text-align: center;
	}
	header .sub-menu {
		background: #427bc2 none repeat scroll 0 0;
		box-shadow: 0 5px 4px 2px #202020;
		display: none;
		list-style-type: none;
		padding: 20px 0;
		position: absolute;
		text-align: left;
		width: 280px;
		z-index: 20;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.navbar .container {
		width: auto;
	}
}
@media (min-width: 992px) { 
	header .navbar-inverse .navbar-nav > li > a {
		font-size: 20px;
	}
}
@media (min-width: 1200px) { 
	header .navbar-inverse .navbar-nav > li > a {
		font-size: 20px;
	}
}
/*------------------------------------*\
    MAIN PAGE
\*------------------------------------*/

/*block 1*/
.block-1.slider-block {
	max-height: 688px;
	overflow: hidden;
}
.block-1.slider-block img {
	width: 100%;
}
.block-1.slider-block .slide-caption  {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	text-transform: uppercase;
}
.block-1.slider-block .slide-caption .container {
	max-width: 620px;
}
@media (min-width: 480px) { 
	.block-1.slider-block .slide-caption  {
		font-size: 28px;
	}
}
@media (max-width: 767px) { 
	.block-1.slider-block .bx-controls {
		display: none;
	}
}
@media (min-width: 768px) { 
	.block-1.slider-block .slide-caption  {
		font-size: 35px;
	}
}
/*block 2*/
.block-2 {
	padding-top: 30px;
}
.about-block .block-title:after {
	border-bottom: 1px dashed #bdbdbd;
    content: "";
    display: block;
    margin: 10px auto 0;
    max-width: 340px;
}
.about-pic {
	text-align: center;
	max-width: 970px;
	margin: 0 auto;
}
.about-text {
	color: #221604;
	font-size: 16px;
	text-align: center;
	max-width: 970px;
	margin: 0 auto;
}
.about-text:after {
	border-bottom: 1px dashed #bdbdbd;
    content: "";
    display: block;
    margin: 25px auto;
    max-width: 340px;
}
.readmore-button {
	display: inline-block;
    font-size: 16px;
    margin: 20px auto 0;
    text-transform: uppercase;
}
.about-block .button-style {
	font-size: 18px;
	margin-top: 40px;
	padding: 8px 30px;
	border-radius: 10px;
}
@media (min-width: 768px) { 
	.block-2 {
		padding-top: 80px;
	}
	
}

/*block 3*/
.block-3 {
	
}
.services-category .block-3 {
	padding-top: 0px;
}
.service-item {
	margin-top: 20px;
}
.service-background {
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	border: 2px solid #ededed;
	width: 290px;
	height: 179px;
	padding-top: 1px;
	margin: 0 auto;
}
.terror-position {
	margin-top: 20px;
	position: relative;
}
.select-page {
	background: #74abef;
	box-shadow: 2px 3px 4px 1px #3b3b3b;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	width: 220px;
	display: block;
	position: relative;
	left: -9px;
	line-height: 17px;
	cursor: pointer;
}
.select-page:hover,
.select-page:focus,
.select-page.active {
	background: #427bc2;
	color: #fff;
	text-decoration: none;
}
.select-page span {
	display: table-cell;
	vertical-align: middle;
	height: 55px;
	padding-top: 3px;
	padding-left: 18px;
	padding-right: 35px;
}
.select-page .fa {
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 13px;
    transition: all 0.3s ease-out 0s;
}
.select-page:hover .fa,
.select-page.active .fa {
	transform: rotate(90deg);
}
.post-list-spoil {
	background: #fff;
	border: 1px solid #acacac;
	box-shadow: 1px 2px 5px 0 #5c5c5c;
    margin: 0;
    padding: 10px 0;
	list-style: none;
    position: absolute;
    top: 100%;
	left: -9px;
	width: 242px;
	z-index: 2;
	display: none;
}
.post-list-spoil > li > a { 
	display: block;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px 5px 20px;
	position: relative;
}
.post-list-spoil > li > a:before {
	background: #74abef none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 5px;
    left: 8px;
    position: absolute;
    top: 14px;
    width: 5px;
}
.post-list-spoil > li > a:focus,
.post-list-spoil > li > a:hover {
	background: #74abef none repeat scroll 0 0;
    box-shadow: 0 3px 3px 1px #6f6f6f;
    z-index: 1;
}
.post-list-spoil > li > a:focus:before,
.post-list-spoil > li > a:hover:before {
	background: #fff none repeat scroll 0 0;
}
@media (min-width: 600px) {
	.service-background {
		width: 555px;
		height: 342px;
	}
	.terror-position {
		margin-top: 40px;
	}
}
@media (min-width: 768px) { 
	.block-3 {
		padding-top: 80px;
	}
}
@media (min-width: 992px) { 
	.service-background {
		width: 455px;
		height: 280px;
	}
	.service-item:nth-child(n + 5) .service-background {
		width: 100%;
		height: 173px;
	}
}
@media (min-width: 1200px) { 
	.service-background {
		width: 555px;
		height: 342px;
	}
	.service-item:nth-child(n + 5) .service-background {
		width: 100%;
		height: 235px;
	}
}
/*block-4*/
.seo-block {
	padding-top: 10px;
	font-size: 14px;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
	color: #000;
}
.footer a {
	color: #000;
}
.footer .footer-nav {
	background: #74abef;
	font-family: 'Roboto', sans-serif;
	border-bottom: 1px solid #b6b6b6;
	margin-bottom: 10px;
}
.footer .navbar-nav {
	float: none;
	margin: 0;
	text-align: center;
}
.footer .navbar-nav > li {
	float: none;
	display: block;
	margin: 10px 0;
}
.footer .navbar-nav > li:first-child {
	margin-left: 0;
}
.footer .navbar-nav > li:last-child {
	margin-right: 0;
}
.footer .navbar-nav > li > a {
	color: #fff;
	font-size: 20px;
	padding: 17px 10px 15px;
}
.footer .navbar-nav > li > a:focus, 
.footer .navbar-nav > li > a:hover {
	background: #427bc2;
    color: #fff;
	text-decoration: none;
}
.footer .navbar-nav .sub-menu {
	display: none;
}
.footer .info-foot-block {
	text-align: center;
	font-size: 25px;
}
.footer-contacts {
	
}
.footer-contacts p {
	margin: 0;
}
.copyright-and-creator {
	font-family: 'Roboto', sans-serif;
	background: #e9e9e9;
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 12px;
	font-weight: 100;
}
.site-created {
	text-align: center;
}
.site-created a {
	
}
@media (min-width: 768px) {
	.footer {
		margin-top: 100px;
	}
	.footer .navbar-nav > li {
		display: inline-block;
		margin: 0 10px;
	}
	.footer .navbar-nav > li > a {
		font-size: 20px;
	}
	.footer .info-foot-block {
		text-align: right;
	}
	.footer .info-foot-block + .info-foot-block {
		text-align: left;
	}
	.copyright {
		text-align: left;
	}
	.site-created {
		text-align: right;
	}
}
@media (min-width: 992px) {
	.footer .info-foot-block + .info-foot-block  {
		margin-top: 0px;
	}
	.footer .navbar-nav > li > a {
		font-size: 20px;
	}
}
/*------------------------------------*\
    PAGE
\*------------------------------------*/

/*contacts page*/
.contact-page .contact-text article {
	font-size: 20px;
	font-weight: 100;
}
.contact-page .wpcf7-form {
	padding: 0;
}
.contact-page .wpcf7-form input[type="text"],
.contact-page .wpcf7-form input[type="tel"],
.contact-page .wpcf7-form input[type="email"],
.contact-page .wpcf7-form textarea {
	border: 1px solid #2a243d;
	color: #2a243d;
    font-size: 15px;
    margin-top: 10px;
    max-width: 100%;
	width: 100%;
    padding: 10px;
}
.contact-page .wpcf7-form textarea {
	height: 150px;
}
.contact-page .wpcf7-form input::-webkit-input-placeholder,
.contact-page .wpcf7-form textarea::-webkit-input-placeholder {
	color: #2a243d;
	opacity: 1;
}
.contact-page .wpcf7-form input:-moz-placeholder,
.contact-page .wpcf7-form textarea:-moz-placeholder {
	color: #2a243d;
	opacity: 1;
}
.contact-page .wpcf7-form input::-moz-placeholder,
.contact-page .wpcf7-form textarea::-moz-placeholder {
	color: #2a243d;
	opacity: 1;
}
.contact-page .wpcf7-form input:-ms-input-placeholder,
.contact-page .wpcf7-form textarea:-ms-input-placeholder {
	color: #2a243d;
	opacity: 1;
}
.contact-page .wpcf7-form input:placeholder-shown,
.contact-page .wpcf7-form textarea:placeholder-shown {
	color: #2a243d;
	opacity: 1;
}

.block-map  {
	margin: 20px 0 0;
}
.block-map iframe {
	display: block;
	width: 100% !important;
	height: 480px;
    pointer-events: none;
}
.acf-map {
	width: 100%;
	height: 480px;
}
.acf-map img {
   max-width: inherit !important;
}
@media (min-width: 481px) {
	.block-map  {
		margin: 60px 0 0;
	}
}

/*gallery page*/
.gallery-page .page-title:after {
	border-bottom: 1px dashed #bdbdbd;
    content: "";
    display: block;
    margin: 10px auto 0;
    max-width: 340px;
}
.master-gall {
	margin-bottom: 20px;	
}
.master-gall-img {
	background-position: 50% 50%;
	background-size: cover;
	width: 290px;
	height: 206px;
	margin: 15px auto 0;
	position: relative;
}
.master-gall-img:before {
	background-color: rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0) radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
	content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	opacity: 0;
	transition: all 0.2s ease-out 0s;
}
.master-gall-img:hover:before { 
	opacity: 1;
}
.master-gall-img .search-plus {
	background-image: url("img/search-plus.png");
	width: 51px;
	height: 53px;
	margin: 0 auto;
	opacity: 0;
	transform: scale(0);
    visibility: hidden;
	top: 75px;
}
.master-gall-img:hover .search-plus,
.master-gall-img:focus .search-plus  {
	opacity: 1;
    position: relative;
    transform: scale(1);
    transition: all 0.2s ease-out 0.2s;
    visibility: visible;
}
.master-caption {
	position: absolute;
	bottom: 0;
	color: #fff;
	height: 56px;
	text-align: center;
	background: #000;
	padding: 5px;
	z-index: 2;
}
@media (min-width: 992px) {
	.master-gall {
		
	}
	.master-main-img {
		margin-bottom: 0;
	}
	.master-contacts,
	.master-social {
		text-align: left;
	}
	.master-gall-img {
		width: 293px;
		height: 208px;
		margin: 25px auto 0;
	}
}
@media (min-width: 1200px) {
	.master-gall-img {
		width: 360px;
		height: 256px;
	}
}
/*certificate page*/
.certificate-page .page-title:after {
	border-bottom: 1px dashed #bdbdbd;
    content: "";
    display: block;
    margin: 10px auto 0;
    max-width: 340px;
}
.certificate-page .master-gall {
	text-align: center;
}
.certificate-page .certef-items{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 25px;
}
.certificate-page .master-gall-img {
	width: 266px;
	height: 257px;
	margin: 0 auto 0;
	box-shadow: 0px 0px 3px 2px #dfdfdf;
}
.certificate-page .certef-caption {
	font-size: 22px;
	margin-top: 5px;
}
@media (min-width: 768px) {
	.certificate-page .certef-items {
		margin: 0 30px 50px;
	}
}
/*------------------------------------*\
    BLOG
\*------------------------------------*/

/*Simple blog*/

.blog-style article {
	background: #ececec;
	padding: 25px 0;
}
.blog-style  .article-block-pic {
	margin-bottom: 30px;
	text-align: center;
}
.blog-style .post-title {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 25px;
	text-align: center;
	line-height: 1;
}
.blog-style .post-title a {
	color: #2a243d;
    font-size: 20px;
	font-weight: 500;	
}
.blog-style .post-text {
	font-size: 16px;
	line-height: 20px;
}
.blog-style .blog-style .article-link {
	display: block;
	position: relative;
}
.blog-style article:nth-child(2n) {
	background: #fff;
} 
.sub-cat-title-serv {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 50px 0 30px;
	text-transform: uppercase;
}
.sub-cat-title-serv + .blog-style + .sub-cat-title-serv {
	border-top: 5px solid #d9d9d9;
	padding-top: 50px;
}
.news-thumb {
	text-align: center;
	margin-bottom: 15px;
}
@media (min-width: 768px) { 
	.blog-style article {
		padding: 45px 0;
	}
}
@media (min-width: 992px) { 
	.blog-style  .article-block-pic {
		margin-bottom: 0px;
	}
	.blog-style .post-title {
		text-align: left;
		max-width: 585px;
	}
	.blog-style .col-md-12 .post-title {
		max-width: none;
	}
	.blog-style .post-text {
		/*max-width: 585px;*/
	}
	.col-md-12.post-title {
		text-align: center;
		max-width: none;
	}
	.col-md-12.post-text {
		max-width: none;
	}
	.blog-style .more-link {
		margin: 10px 0;
		clear: both;
	}
	.blog-style article:nth-child(2n) .post-title,
	.blog-style article:nth-child(2n) .article-block-pic,
	.blog-style article:nth-child(2n) .post-text,
	.blog-style article:nth-child(2n) .more-link {
		float: right;
		clear: both;
	}
	.blog-style article:nth-child(2n) .col-md-12 .post-title,
	.blog-style article:nth-child(2n) .col-md-12 .post-text {
		float: none;
	}
}

/*Blog blocks*/

.blog-style-v2 article {
	margin: 30px auto;
}
.blog-style-v2 article .inside-content {
	
}
.blog-style-v2 .article-block-pic {
	max-height: 298px;
    overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}
.blog-style-v2 .article-block-pic img{
	
}
.blog-style-v2 article .post-title{
	margin-bottom: 0;
	font-size: 16px;
    line-height: 1;
    margin-top: 0;
    overflow: hidden;
    text-align: center;
}
.blog-style-v2 article .post-title a {
	color: #000;
    font-size: 16px;
}
.blog-style-v2 .post_content .post-text {
	color: #5b5b5b;
    overflow: hidden;
	font-size: 12px;
    padding: 0 20px;
    text-align: center;
}
.blog-style-v2 .post_content .post-text p {
	margin-bottom: 0;
}
.blog-style-v2 .more-link {
	display: none;
}
.blog-style-v2 .read_more {
	color: #000000;
	display: block;
	margin-top: 25px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}
@media (min-width: 992px) { 
	.blog-style-v2 article {
		margin: 15px auto;
	}
	.blog-style-v2 article .post-title{
		height: 34px;
	}
	.blog-style-v2 .article-block-pic {
		height: 244px;
	}
	.blog-style-v2 .article-block-pic img{
		min-height: 244px;
	}
	.blog-style-v2 .post_content .post-text {
		height: 86px;
	}
}
@media (min-width: 1200px) { 
	.blog-style-v2 .article-block-pic {
		height: 298px;
	}
	.blog-style-v2 .article-block-pic img{
		min-height: 298px;
	}
}

/*sub-category template*/

.children-cat-template {
	text-align: center;
}
.children-cat-template .children-cat {
	max-width: 280px;
	margin: 20px 10px;
}
.children-cat-template .main-category-img {
	height: 280px;
	overflow: hidden;
}
.children-cat-template .main-category-img img{
	min-height: 100%;
	transition: all 0.1s ease-out 0s;
}
.children-cat-template .main-category-img:hover img{
	transform: scale(1.1);
}
.children-cat-template .category-link {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 500;
}
@media (min-width: 768px) { 
	.children-cat-template .children-cat {
		max-width: 260px;
	}
	.children-cat-template .main-category-img {
		height: 260px;
	}
}
@media (min-width: 992px) { 
	.children-cat-template .children-cat {
		max-width: 200px;
	}
	.children-cat-template .main-category-img {
		height: 200px;
	}
}
@media (min-width: 1200px) { 
	.children-cat-template .children-cat {
		max-width: 260px;
	}
	.children-cat-template .main-category-img {
		height: 260px;
	}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

.breadcrumbs {
	color: #282828;
	font-size: 14px;
	font-weight: 500;
	margin: 25px 0;
}
.breadcrumbs a {
	color: #282828
}
.breadcrumbs a:hover {

}
.pagination {
	border-radius: 0px;
	font-size: 18px;
	display: block;
	text-align: center;
	margin: 20px 0;
}
.pagination .page-numbers {
	border: 6px solid #4d4370;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
    width: 12px;
	margin: 0 15px;
	transition: border 0.2s ease-out 0s;
}
.pagination a.page-numbers:hover {
	border: 2px solid #4d4370;
}
.pagination .page-numbers.dots {
    border: 0 solid #4d4370;
    border-radius: 0;
    color: #000;
    display: inline-block;
    height: auto;
    margin: 0 15px;
    overflow: auto;
    text-indent: 0;
    transition: border 0.2s ease-out 0s;
    vertical-align: middle;
    width: 12px;
}
.pagination .page-numbers.current {
	border: 2px solid #4d4370;
    height: 16px;
    position: relative;
    width: 16px;
}
.pagination a.prev,
.pagination a.next {
	border: 0 none;
	overflow: unset;
    text-indent: 0px;
	margin: 0;
}
.pagination a.prev:hover,
.pagination a.next:hover {
	border: 0 none;
}
.pagination a.prev {
	float: left;
}
.pagination a.next {
	float: right;
}
.high-in-the-sky .fa-angle-up {
	background: #ff6970 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 30px;
    color: #fff;
    font-size: 48px;
    height: 50px;
    line-height: 45px;
    position: fixed;
    text-align: center;
    width: 50px;
	text-decoration: none;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
	transition: opacity 0.3s ease-out 0.1s;
}
@media (max-width: 480px) { 
	.high-in-the-sky .fa-angle-up {
		font-size: 28px;
		height: 30px;
		line-height: 25px;
		width: 30px;
	}
}
@media (max-width: 1300px) { 
	.high-in-the-sky .fa-angle-up {
		right: 10px;
	}
}
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
.gallery-class {
	text-align: center;
}
.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 165px;
	margin: 25px 15px;
}
.gallery-item .gallery-link {
	box-shadow: 0 2px 4px 2px #acacac;
	display: block;
	width: 100%;
	height: 187px;
	overflow: hidden;	
	margin-bottom: 10px;
	position: relative;
}
.gallery-item .gallery-link img {
	min-width: 100%;
	min-height: 100%;
}
.gallery-item .gallery-link:before {
	background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
	opacity: 0;
	transition: all 0.1s ease-out 0s;
}
.gallery-item .gallery-link:hover:before {
	opacity: 1;
}
.gallery-item .gallery-link:after {
	background: transparent url("img/loop.png") no-repeat scroll 0 0;
    content: "";
    height: 50px;
    left: 66px;
    position: absolute;
    top: 66px;
    width: 51px;
    z-index: 2;
	transform: scale(0);
}
.gallery-item .gallery-link:hover:after {
	transform: scale(1);
	transition: all 0.1s ease-out 0.3s;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone,
.aligncenter,
div.aligncenter,
.alignright,
.alignleft,
a img.alignright,
a img.alignnone,
a img.alignleft,
a img.aligncenter {
	display: block;
	margin: 10px auto;
	text-align: center;
}
@media (min-width: 768px) { 
	.alignnone {
		display: inline;
		margin:5px 20px 20px 0;
	}
	.aligncenter,
	div.aligncenter {
		display:block;
		margin:5px auto 5px auto;
	}
	.alignright {
		float:right;
		margin:5px 0 20px 20px;
	}
	.alignleft {
		float:left;
		margin:5px 20px 20px 0;
	}
	a img.alignright {
		float:right;
		margin:5px 0 20px 20px;
	}
	a img.alignnone {
		margin:5px 20px 20px 0;
	}
	a img.alignleft {
		float:left;
		margin:5px 20px 20px 0;
	}
	a img.aligncenter {
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*new*/
.lang {
	display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}
.lang li + li {
	margin-left: 20px;
}
.lang .lang-item img{
	width: 30px;
	height: 20px;
}