article, aside, figure, figcaption, footer, header, hgroup, main, menu, nav, section { 
  display: block; 
}

input, textarea {
  outline: none; 
  resize: none;
}

img {
  border: 0;
  border-radius: 10px;
  vertical-align: top;
  width: 100%;
  height:auto;
}
.wp-post-image{
	margin-bottom:20px;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a, .animation {
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

body {
	background: url(../images/main-bg.jpg) top no-repeat fixed;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
    width: 100%;
}

.wrapper {   
	margin: auto;	
	padding: 0 10px;
	width: 90%;
}

.box {
	background-color: rgba(255, 255, 255, .8);
  border-radius: 10px;
  box-shadow: rgb(85, 85, 85) 0 0 3px;
  -webkit-box-shadow: rgb(85, 85, 85) 0 0 3px;
  color: #333;
  padding: 10px 20px;
}

#main-header {
	background-color: rgba(51, 51, 51,.95);
	border-radius: 0 0 10px 10px;
	color: rgba(255,255,255,.8);
	padding: 10px 20px 30px;
	position: relative;
	margin-bottom:20px;
}

.main-header-item {
	position:absolute;
	top:30px;
	left:20px;
	width:100%;
	max-width:320px;
}

#main-logo,.menu-top-menu-container {
	display: block;	
	margin-top: 20px;
}

#header-left {
	float: left;
}

#header-right {
	float: right;
}

.table {
	display: table;
	width: 100%;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}
#lang_sel_list {
    height: auto;
}
.contact-item {	
	font-weight: bold;
	display: table-cell;
	line-height: 36px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.contact-item:last-child {
	padding-right: 0;
}

.socials-item:hover {
	opacity: .6;
}


#main-nav {

	text-align:right;
}

.main-nav li {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-right: 15px;	
	padding: 10px 0;
	position: relative;
}
.main-nav li a {
	color:white;
	text-transform:uppercase;
}
.main-nav li.current_page_item a, .main-nav li:hover a {
	color: #d42929;
}
.main-nav li a:hover {
	border-top:2px solid;
	border-bottom:2px solid;
}

.sub-menu {
	display: none;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 0 0 10px 10px;
	box-shadow: rgb(85, 85, 85) 0 0 3px;
	-webkit-box-shadow: rgb(85, 85, 85) 0 0 3px;
	color: #333;
	padding: 0 20px;
	position: absolute;
	top: 42px;
	left: -20px;
	width: 250px;
	z-index:99;
}
.sub-menu ul.sub-menu {
    left: 230px;
    top: 0;
}
.lang-item {
	background-size: 32px;
	display: inline-block;
	font-size: 0;
	margin-left: 15px;
	height: 32px;
	vertical-align: top;
	width: 32px;
}

.lang-item a {
	display: block;	
	height: 32px;
}

.lang-item-uk {
	background-image: url(../images/uk.png);
}

.lang-item-ru {
	background-image: url(../images/ru.png);
}

.lang-item-en {
	background-image: url(../images/en.png);
}

.current-lang  {
	display: none;
}

.right {
	text-align: right;
}

/*
.sub-menu:before {
	content: "";
	border: 10px solid transparent;	
	border-bottom: 10px solid rgba(255, 255, 255, .8);
	position: absolute;
	left: 15px;
	top: -20px;
}
*/

#main-container:after, #main-container:before {
	content: "";
	clear: both;
	display: table;
}

#main-content {
	float: left;
	margin-right: 1.55%;
	min-height: 350px;
	width: 68.45%;
}

#main-content.full-box {
    width: 100%;
}

#inside-content {
	clear: both;
}

.columns, .flex-direction-nav {
	font-size: 0;
}

.one-column {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	width: 70%;
}

.one-column:last-child {
	padding-left: 20px;
	width: 30%;
}

#carousel {
	margin-bottom: 10px;
}

.flexslider {
	position: relative;
	overflow: hidden;
}
.tp-revslider-mainul{
	border-radius:10px;
}
.flex-prev {
	background: url(../images/prev.svg) center no-repeat rgba(0,0,0,.6);
	background-size: 30px auto;
	border-radius: 0 10px 10px 0;
	height: 90px;
	left: 0;
	margin-top: -45px;
	outline: none;
	position: absolute;
	top: 50%;		
	width: 60px;	
	z-index: 5;
}

.flex-next {
	background: url(../images/next.svg) center no-repeat rgba(0,0,0,.6);
	background-size: 30px auto;
	border-radius: 10px 0 0 10px;
	height: 90px;
	right: 0;
	margin-top: -45px;
	outline: none;
	position: absolute;
	top: 50%;		
	width: 60px;	
	z-index: 5;
}

#map-canvas {
	border-radius: 15px;
	height: 550px;
	width: 100%;
}

#slider {
	border-radius: 10px;
	text-align: center;
}

#slider img {
	height: 500px;
	width: auto;
}

#carousel {
	margin-top: 5px;
}

.slides, .flex-direction-nav {
	margin: 0 !important;
}

#carousel .slides li {
	cursor: pointer;
	opacity: .6;
	transition: .3s;
}

#carousel .slides img {
	height: 200px;
}

#carousel .slides .flex-active-slide {
	opacity: 1;
}

#main-content p, #main-content h3, .text p {
	margin-bottom: 10px;
	line-height: 22px;
}

#main-content ul, #main-content ol, .text ul, .text ol {
	margin: 0 0 20px 20px;
}

#main-content li, .text li {	
	margin-bottom: 5px;
}

.main-title {
	margin-bottom: 10px;
}

.main-slider {
	margin-bottom: 20px;
}

.main-aside {
	float: right;
	margin-bottom: 1.55%;
	text-align: center;
	width: 30%;
}

.sub-title, .subtitle {
	margin: 5px 0 15px;	
}

.models {
	font-size: 0;
	margin-bottom: 20px;
}

.model-item {	
	display: inline-block;	
	margin: 10px 0;
	vertical-align: middle;
	width: 33.3%;
}

.model-item:hover {
	opacity: .6;
}

.model-item a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 70px;	
	display: block;
	height: 70px;
	margin: auto;
	width: 70px;
}

.model figure.figure.animation {
    width: 48%;
    display: inline-block;
    margin: 1%;
}
#mercedes, #mercedes-uk, #mercedes-en {
	background-image: url(../images/mercedes.png);
}

#renault, #renault-uk, #renault-en {
	background-image: url(../images/renault.png);
}

#toyota, #toyota-uk, #toyota-en {
    background-image: url(../images/toyota-logo.png);
}

#peugeot, #peugeot-uk, #peugeot-en {
	background-image: url(../images/peugeot.png);
}

#volkswagen, #volkswagen-uk, #volkswagen-en {
	background-image: url(../images/wolksvagen-2.png);
}

#fiat, #fiat-uk, #fiat-en {
    background-image: url(../images/fiat_logo.png);
}

.model-item #citroen, .model-item #citroen-uk, .model-item #citroen-en {
	background-image: url(../images/citroen.png);
	background-size: contain;	
}

/*.figure {	
	margin-bottom: 20px;	
}

.figure:last-child {
	margin-bottom: 10px;
}*/

.figure img {
	border-radius: 10px 10px 0 0;
}

.figure:hover {
	opacity: .8;
}

.figure-all {
	font-size: 0;
}

.figure-item {
	display: inline-block;
	margin-right: 2%; 	
	text-align: center;
	position: relative;
	width: 32%; 
}

.figure-item:nth-child(3n) {
	margin-right: 0;	
}

.figure-item img {
	border-radius: 10px;
	height: 300px;
	object-fit: cover;
}

.figure-item .figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.figcaption {
	background: #333;
	border-radius: 0 0 10px 10px;
	color: rgba(255,255,255,.8);
	font-size: 16px;
	padding: 10px;
	cursor:pointer;
}

#main-footer {
	background: #333;
	border-radius: 10px 10px 0 0;
	color: rgba(255,255,255,.8);
	margin-top: 1.55%;
	padding: 20px;
	overflow: hidden;
}

.main-footer-item {
	float: left;
	width: 33.3%;
}

.main-footer-item a:hover {
	color: #fff;
}

.socials-item {
	background-size: contain;
	display: inline-block;
	height: 32px;
	margin-right: 15px;
	margin-bottom: 15px;
	vertical-align: middle;
	width: 32px;
}

.socials-item:last-child {
	margin-right: 0;
}

.fb {
	background-image: url(../images/fb.svg);
}

.insta {
	background-image: url(../images/instagram.svg);
}

.twitter {
	background-image: url(../images/twitter.svg);
}

.youtube {
	background-image: url(../images/YouTube.png);
}

.vk {
	background-image: url(../images/vk.svg);
}

.google {
	background-image: url(../images/google.svg);
}

.bottom-nav li {
	display: block;
	margin-bottom: 5px;
}

.bottom-nav li.current_page_item a {
	color: #fff;	
}

.right {
	text-align: right;
}

.development {
	display: inline-block;
	padding-top: 30px;
}

.center {
	text-align: center;
}

.slavmel {
  float: right;
  margin-top: 10px;
}

.slav, .mel {
  display: block;
  transition: .2s;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  color: #999;
  width: 32px;
}

.mel {
  margin-top: 23px;
}

.slavmel-box:hover .slav, .slavmel-box:hover .mel {
  color: #d42929;
}

.slavmel-box:hover .slav {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.slavmel-box:hover .mel {
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.more-button {
	color: #d42929;
	cursor: pointer;
	display: none;
}

.wp-pagenavi {
	font-size: 20px;
	margin: 50px 0;
	text-align: center;
}

.wp-pagenavi span.current {
	border-color: #d42929 !important;
	color: #d42929;
}


.menu-button {
    display: none;
}


@media only screen and (max-width: 1024px) {
	#main-header .table a{
		font-size:12px;
	}
	#main-logo {
		margin-top: 0;	
	}
	
	.main-header-item:first-child {
		width: 60%;
	}
	
	.main-header-item:nth-child(2) {
		margin-top: 20px;
		padding-left: 0;
		width: 100%;
	}
	
	.main-header-item:last-child {
		position: absolute;
		right: 20px;
		top: 30px;
		width: 100px;
	}
	
	.model-item {
		width: 50%;
	}
	.main-nav li {
		font-size: 12px;
		margin-right:10px;
	}
	.main-header-item {
		max-width: 240px;
	}

}

@media only screen and (max-width: 768px) {
	.cell {
		display: block;
	}
	.wrapper {
		width: 100%;	
	}
	
	.model-item {
		width: 50%;
	}
	form.wpcf7-form {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	input.wpcf7-text {
		width: 100%;
	}
	textarea.wpcf7-textarea{
		width: 100%;
	}
	.main-header-item {
		left:calc(50% - 120px);
	}
	.main-nav li a {
		color:black;
		text-transform:uppercase;
	}
	.main-header-item:nth-child(2) {
		margin-top: 10px;
		padding-left: 0;
		width: 100%;
		top:0px;
		left:10px;
	}
	.main-header-item {
		max-width: 200px;
	}
	#main-header .table{
		margin-top: 30px;
		text-align: center;
	}
	#lang_sel_list ul {
		margin: auto !important;
		display:table;   
	}
}

@media only screen and (max-width: 660px) {
	
	#main-nav {
		text-align: center;	
	}
	
	.box {
		padding: 10px;
	}
	
	.model-item {
		width: 33.3%;	
	}
	.figure {
		display: inline-block;
		vertical-align: top;
		width: 48% !important;
		max-width: 48% !important;
		margin: 1% !important;
		font-size: 0;
		/* float: left; */
	}
	
	aside .figure:nth-child(even) {
		margin-right: 2%;	
	}
			
	.figure-item:nth-child(3n), .figure-item {
		margin-right: 0;
	}
	
	.figure-item:nth-child(odd) {
		margin-right: 2%;
	}
	
	.figure img {
		height: 250px;
		object-fit: cover;
	}
	
	#main-content, .main-aside, .main-footer-item {
		float: none;
		margin-right: 0;
		width: 100%;
	}

    #glavn-content, .glavn-aside, .glavn-footer-item {
        float: none;
        margin-right: 0;
        width: 100%;
    }

	.one-column {
		width: 100% !important;
	}
	
	.main-nav-item {
		display: inline-block;
		width: 100%;
	}
	
	.main-title {
		font-size: 28px;
		text-align: center;
	}
	
	#main-nav {
		margin: 10px 0;
	}
	
	.main-nav-item {
		margin: 0 0 10px;
	}
	
	.main-nav-item:last-child {
		margin: 0;
	}
	
	.main-footer-item {
		margin-bottom: 20px;
	}
	
	.main-aside {
		margin-top: 10px;
	}
	
	.more-button {
		display: block;
	}
	
	.more-text {
		display: none;
	}
}
.breadcrumbs {
    margin-bottom: 10px;
}
@media only screen and (max-width: 480px) { 

	.contact-item.mail, .contact-item.skype {
		display: none;
	}
	
	#map-canvas {
		height: 300px;
	}
	
	#slider img {
		height: auto;
		width: 100%;
	}
	
	.figure {
		width: 100%;
		max-width: 100% !important;
	}
	.figure {
		display: inline-block;
		vertical-align: top;
		width: 100%!important;
		max-width: 100%!important;
		margin: 3% 0!important;
		font-size: 0;
	}
	.figure:nth-child(even) {
		margin-right: 0;
	}
	.owl-carousel.owl-rtl {
		margin-bottom: 30px !important;
	}	
	.thumbnails-single .item-img {
		height: 370px !important;
		
	}
	.thumbnails-all.owl-carousel {
		margin-top: 15px !important;
		display: none !important;
	}
}

@media only screen and (max-width: 320px) { 

	.contact-item, .contact-item.mail, .contact-item.skype {
		display: block;
	}
	
	.main-header-item:first-child {
		margin-top: 30px;
		width: 100%;
	}		
	
	.main-header-item:last-child {
		top: 10px;
	}
	
	.main-nav li {
		display: block;
		margin-right: 0;
	}
}



.full-width{width:100% !important;}
#lang_sel_list ul a {
    background: transparent !important;
}
#lang_sel_list a:visited {
    background:transparent !important;
}


.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    display: block;
    width: 100%;
    height: auto
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-dots {
    text-align: center
}

.owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #bcbcbc;
    display: inline-block;
    border-radius: 50%
}

.owl-dots .owl-dot.active {
    width: 30px;
    height: 8px;
    border-radius: 3px
}

.owl-dots .owl-dot+.owl-dot {
    margin-left: 1em
}

.thumbnails-all.owl-carousel{
 margin-top: 15px;
}
section.listing {
    font-size: 16px;
}
section.listing h2{
	font-size:24px;
}
.thumbnails-single .item-img{
    width: 100%;
    height: 670px;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.thumbnails-all .item-img{
    width: 100%;
    height:200px;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.list-pagition.text-center {
    text-align: center;
    padding: 20px 0;
}

.owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50% - 35px);
}

.owl-prev {
    float: left;
    color: transparent;
    background-image: url(../images/arrow_left.png);
    line-height: 40px;
    width: 50px;
    background-repeat: no-repeat;
    height: 70px;
    background-position: center;
    background-color: rgba(0,0,0,0.3);
}
.owl-next {
    float: right;
    color: transparent;
    background-image: url(../images/arrow_right.png);
    line-height: 40px;
    width: 50px;
    background-repeat: no-repeat;
    height: 70px;
    background-position: center;
    background-color: rgba(0,0,0,0.3);
}
.page_navi{
font-size: 18px;
font-weight: bold;
}
.page-numbers.current{
color:red;
font-weight: bold;
}

@media (max-width: 768px){
	.menu-button {
		position: absolute;
		right: 10px;
		width: 40px;
		height: 40px;
		display: block;
		top: 0px;
		background-color: transparent;
		color: #fff;
		cursor: pointer;
		transition: all 0.3s ease-in-out;
	}
	.menu-button span {
		display: block;
		width: 30px;
		height: 3px;
		background-color: #0070c0;
		margin: 19px auto;
		position: relative;
		transition: all 0.3s ease-in-out;
	}
	.menu-button span:before {
		content: '';
		display: block;
		width: 30px;
		height: 3px;
		background-color: #0070c0;
		position: absolute;
		bottom: 7px;
		transition: all 0.3s ease-in-out;
	}

	.menu-button span:after {
		content: '';
		display: block;
		width: 30px;
		height: 3px;
		background-color: #0070c0;
		position: absolute;
		top: 7px;
		transition: all 0.3s ease-in-out;
	}

    .menu-button.active span {
     background-color: transparent;
    }
    .menu-button.active span:before {
        transform: rotate(45deg);
        top: 0;
        transition: all 0.3s ease-in-out;
    }
    .menu-button.active span:after {
        transform: rotate(-45deg);
        top: 0;
        transition: all 0.3s ease-in-out;
    }
	#main-nav {
		width: 100%;
		position: fixed;
		top: 40px;
		background-color: #fff;
		flex-direction: column;
		height: 100vh;
		right: 0;
		border: 1px solid #eee;
		align-items: flex-start;
		justify-content: flex-start;
		z-index: 99;
		transform: translateX(100%);
		transition: all 0.3s ease-in-out;
	}
	#main-nav.active {
		transform: none;
		transition: all 0.3s ease-in-out;
	}
	.main-header-item:nth-child(3) {
		position: absolute;
		right: 50px;
		width: 82px;
		top: 14px;
	}
	.main-header-item:first-child {
		margin-top: 0;
		width: 50%;
	}
	#main-logo img {
		border: 0;
		border-radius: 10px;
		vertical-align: middle;
		width: 100%;
	}
	
	#main-header {
		padding: 10px 10px;
		margin-bottom: 10px;
	}
	
	.page-template-page-uslugi figure.figure.animation {
		max-width: 96% !important;
	}
	.page-template-page-uslugi figure.figure.animation a{
		height:130px !important;
	}
	.model figure.figure.animation {
		width: 98% !important;
		display: inline-block;
		margin: 1%;
	}
}

form.wpcf7-form {
    margin: 0 auto;
    max-width: 500px;
    padding: 30px;
    background-color: rgba(255,255,255,.8);
    border-radius: 10px;
    box-shadow: #555 0 0 3px;
    -webkit-box-shadow: #555 0 0 3px;
}
input[type=text],input[type=email], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #45a049;
}
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.contact-item{
    font-size:14px
}

#contact-graf-page .contact-tel-page{
    width:50%;
}

form.wpcf7-form {
    margin: 0 auto;
    max-width: 500px;
    padding: 30px;
    background-color: rgba(255,255,255,.8);
    border-radius: 10px;
    box-shadow: #555 0 0 3px;
    -webkit-box-shadow: #555 0 0 3px;
}
input[type=text],input[type=email], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
@media (max-width: 768px){
    .contact-item{
        font-size:14px;
    }
 .main-nav li {
  display: block;
 }
}
@media (max-width: 480px){
    .main-header-item .table {
        display: flex;
        width: 100%;
    }
    .main-header-item .table .row{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

.glavn{
    background-color: rgba(255, 255, 255, .8);
    border-radius: 10px;
    color: #333;
    margin-bottom: 20px;
   }
#glavn-content {
}
#main-container > .box {
	margin-bottom:20px;
}
#glavn-content.full-box {
    width: 100%;
}
.flexslider .slides img {
    margin: 0 auto;
}
#slider .flex-active-slide,#slider .flex-active-slide a{
    position:relative;
	display:block;
}
#slider .flex-active-slide:hover a:after {
    content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background: url(zoom76.png) center center no-repeat;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: url(zoom76.cur), zoom-in !important;
}
.col-xs-6{
	width: 50%;
	float:left;	
}
.col-xs-3{
	width:25%;
	float:left;
	padding:10px 20px;
	text-align:center;
}
.b-contacts__address {
    margin-left: 50px;
}
.contact-tel{
	font:700 15px 'Open Sans',sans-serif;
}
.aboutusbox .col-xs-6{
	padding:10px 20px;
}
.aboutusbox h3,.whatwedo h3{
	text-align:center;
	margin:5px 0px 15px;
	font-size:2em;
}
.navigation.pagination{
	text-align:center;
	margin:5px 0px 15px;
}
.aboutusbox h6{
	color:red;
	font-size:1em;
	margin-bottom:10px;
}
.entry-title{
	margin:20px 0px;
}
article{
	border-bottom:1px solid #c1c1c1;
}
.date{
	font-size:14px;
}
.date i{
	font-size:18px;
}
.whatwedo i{
	font-size:150px;
}
.whatwedo p{
	font-size:18px;
}
.whatwedo strong{
	font-size:32px;
}
@media only screen and (max-width: 768px) {
	.col-xs-6{
		width: 100%;
	}
	.col-xs-3{
		width:100%;
	}
}
