@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');

html {
	height: 100%;
}
body {
	height: 100%;
	font-family: 'Rubik', sans-serif;
	background: url('/images/tile1.png');
	background-attachment: fixed;
}

body > #wrap > .container,
body > #wrap > .container.head,
body > #wrap > .container.header-img,
body > #wrap > .container.bg-white,
body > #wrap-inner > .container,
body > #wrap-inner > .container.head,
body > #wrap-inner > .container.header-img,
body > #wrap-inner > .container.bg-white,
body > .container.footer {
	box-shadow: 0 0 20px rgba(0,0,0,0.125);
}
h1, h2, h3, h4, h5, h6 {
	color: #2E3E87;
	text-transform: uppercase;
	font-weight: 500;
}

@element 'html, body' and (min-scroll-y: 600px) {
	#wrap .navbar,
	#wrap-inner .navbar {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 34px;
		border-top: 0;
		border-bottom: 2px solid #0477CF;
		background: #fff;
		-webkit-box-shadow: 0px 15px 25px -15px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 15px 25px -15px rgba(0,0,0,0.5);
		box-shadow: 0px 15px 25px -15px rgba(0,0,0,0.5);
		z-index: 10;
	}
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: auto \9;
}

.img-thumbnail {
	width: auto \9;
}

a,
button {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

.radio label,
.checkbox label {
	line-height: 20px;
}

.btn-default {
	position: relative;
	display: inline-block;
	background: transparent;
	color: #000;
	border: 0;
	border-radius: 0;
	text-shadow: none;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 15px;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

input.btn-default {
	border: 2px solid #ccc;
}

.btn-lg {
	padding: 15px 20px;
	font-size: 18px;
	line-height: 1.3333333;
}

.btn-default:before,
.btn-default:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	border-width: 2px;
	border-style: solid;
	border-color: #ccc;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.btn-lg:before,
.btn-lg:after {
	border-width: 3px;
}

.btn-default:before {
	border-right: none;
	right: 80%;
	left: 0;
}

.btn-default:after {
	border-left: none;
	left: 80%;
	right: 0;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background: transparent;
	color: #000;
	border: none;
}

input.btn-default:hover,
input.btn-default:focus,
input.btn-default:active {
	border: 2px solid #0477CF;
}

.btn-default:hover:before {
	right: 0;
}

.btn-default:hover:after {
	left: 0;
}

.bg-white {
	background: #fff;
	padding-bottom: 30px;
}

#wrap,
#wrap-inner {
	min-height: 100%;
	height: auto;
	margin: 0 auto -300px;
	padding: 0 0 300px;
	overflow-x: hidden;
}

#footer {
	padding-top: 40px;
	height: 300px;
	background: #fff;
}

.footer p,
.footer a {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #777;
	-webkit-transition: all 0.3s ease-in-out;
	-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;
}

.footer a:hover,
.footer a:focus {
	color: #0477CF;
	text-decoration: none;
}

.footer h2 {
	margin-bottom: 25px;
}

@media (max-width: 991px) {
	#wrap,
	#wrap-inner {
		margin: 0 auto -250px;
		padding: 0 0 250px;
	}

	#footer {
		padding-top: 10px;
		height: 250px;
	}

	.footer p,
	.footer a {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
	}
}

@media (max-width: 767px) {
	#wrap,
	#wrap-inner {
		margin: 0 auto -300px;
		padding: 0 0 300px;
	}

	#footer {
		height: 300px;
	}
}

#map {
	display: block;
	height: 400px;
	margin-bottom: 20px;
}

.head {
	background-color: #fff;
	color: #000;
	padding-top: 5px;
	padding-bottom: 10px;
}

#wrap .head {
	margin-right: -15px;
	margin-left: -15px;
	padding: 5px 15px 10px 15px;
}

.head i {
	color: #0477CF;
	font-size: 25px;
	margin-right: 8px;
	width: 20px;
}

.head p small {
	font-size: 12px;
}

.head a {
	cursor: pointer;
}

.logo img {
	float: left;
	height: 90px;
}

.logo a:hover {
	text-decoration: none;
}

.logo a p {
	color: #000;
	font-size: 26px;
	line-height: 25px;
	text-transform: uppercase;
	padding-top: 25px;
	margin-left: 90px;
	margin-bottom: 0;
}

.logo a span {
	font-weight: bold;
	color: #0477CF;
	text-shadow: 1px 1px 0px #2E3E87;
	margin-left: 0;
	margin-top: 23px;
	font-size: 35px;
	letter-spacing: -2.3px;
	padding-top: 0;
}

.top-phone {
	margin-top: 9px;
}

.top-phone a {
	font-size: 16px;
	color: #0477CF;
}

.top-phone a:hover,
.top-phone a:focus {
	color: #2E3E87;
}

.top-phone p {
	font-size: 21px;
	margin-bottom: 10px;
}

.top-phone p i {
	color: #0477CF;
	font-size: 25px;
	margin-right: 8px;
}

@media (max-width: 991px) {
	.top-phone {
		text-align: right;
	}
}

.header-img,
.header-img-inner {
	color: #fff;
	background: url('http://pravo-cis.ru/images/main/map-cis.png') top center no-repeat #fff;
	background-size: 100%;
	height: auto;
	min-height: auto;
}

.header-img {
	padding: 0;
}

.header-img-inner {
	height: auto;
	margin-bottom: 0;
}

.header-img-inner .head {
	background-color: rgba(255, 255, 255, 0.80);
	color: #000;
	padding-top: 5px;
	padding-bottom: 10px;
}

@media (max-width: 767px) {
	.header-img {
		min-height: 300px;
	}

	.header-img-inner {
		height: auto;
		background: none;
	}
}

.nav-pills > li > a {
	border-radius: 0;
	color: #fff;
	background: #0477CF;
	margin-right: 10px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-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;
}

.nav-pills > li:last-child > a {
	margin-right: 0;
}

.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
    text-decoration: none;
    background-color: #2E3E87;
}

.bg-blue-btn {
	color: #FFDA47;
	background: #4B9CDE;
	border: 2px solid #0477CF;
	border-top: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-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;
}

.bg-blue-btn:first-child {
	border-right: 0;
	margin-left: 15px;
	width: calc(50% - 15px);
}

.bg-blue-btn:last-child {
	margin-right: 15px;
	width: calc(50% - 15px);
}

.bg-blue-btn:hover {
	background: #7EB3DE;
}

.bg-blue-btn a {
	display: block;
	color: #FFDA47;
	line-height: 52px;
	text-shadow: 1px 1px 0 #0477CF;
}

.bg-blue-btn a:hover {
	text-decoration: none;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default {
	min-height: 34px;
	border-radius: 0;
	border: 0;
	background: #fff;
}

.navbar-default .navbar-nav > li > a {
	color: #000;
	text-transform: uppercase;
	text-shadow: none;
	font-size: 14px;
	padding: 7px 15px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #0477CF;
	background-color: transparent;
}

@media (max-width: 991px) {
	.navbar-nav > li > a {
		font-size: 14px;
		padding: 7px 15px;
	}

	.nav-pills > li > a {
		font-size: 14px;
		line-height: 16px;
	}
}

@media (max-width: 767px) {
	.navbar-nav > li > a {
		line-height: 16px;
	}
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #0477CF;
	background-color: #fff;
}

.dropdown-menu {
	width: auto;
	background-color: #fff;
	border: 0px;
	border-radius: 0;
}

.dropdown-menu .divider {
	background-color: #ededed;
}

.dropdown-menu > li > a {
	padding: 5px 20px;
	font-size: 15px;
	color: #777;
	text-transform: uppercase;
}

.dropdown-menu > li > a:hover {
	background: #ededed;
	color: #333;
}

@media (max-width: 991px) {
	.dropdown-menu > li > a {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.navbar {
		min-height: 50px;
	}

	.navbar-toggle {
		margin-top: 7px;
		margin-bottom: 7px;
		border-radius: 0;
		border: 2px solid #ccc;
	}

	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
	 	background-color: #fff;
	 	border: 2px solid #0477CF;
	 }
}

.navbar-brand {
	margin-bottom: 0px;
	font-size: 16px;
	height: 50px;
	line-height: 46px;
	padding: 2px 15px;
}

.navbar-brand img {
	display: inline-block;
	height: 46px;
	margin-right: 5px;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
}

.fill {
	height: 100%;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.caption {
	position: absolute;
	top: -20px;
	width: 100%;
	height: 150px;
	text-align: center;
	color: #fffca7 !important;
	z-index: 2;
	font-size: 20px;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-weight: 600;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.model-block {
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
}

.model-block:before {
	background: #dfdfdf;
	content: '';
	height: 100%;
	position: absolute;
	right: -15px;
	top: 0;
	width: 1px;
}

#catalog .model-block {
	border: 1px solid #DDDDDD;
}

#catalog .model-block:before {
	display: none;
}

.sticker {
	z-index: 2;
	color: #fff;
	background-color: #5a9ffa;
	padding: 3px 7px;
	position: absolute;
	top: 15px;
	left: -8px;
}

.caption-img {
	height: 190px;
}


@media (max-width: 1199px) {
	.caption-img {
		height: 150px;
	}
}

@media (max-width: 991px) {
	.caption-img {
		height: 240px;
	}
}

.model-block .caption-img {
	height: 150px;
}

.model-block .caption-m {
	border-top: 1px solid #eee;
	padding: 10px;
	min-height: 220px;
}

.model-block .caption-m h3 {
	text-align: center;
	font-size: 20px;
}

.model-block .caption-m .btn-bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 100%;
}

#catalog .model-block .caption-m .btn-bottom {
	position: relative;
}

.model-block .caption-m .btn-bottom button {
	margin-top: 0px;
}

.model-block .model-info {
	margin-top: 20px;
	font-size: 16px;
	text-align: center !important;
}

.model-block .model-info p:last-child {
	font-size: 20px;
	font-weight: bold;
}

.model-block .model-info p {
	text-align: center !important;
}

.model-block .model-info i {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

.owl-row {
	padding-left: 45px;
	padding-right: 45px;
	overflow: hidden;
}

.owl-nav {
	position: absolute;
	top: 45%;
	width: 100%;
}

@-moz-document url-prefix() {
	.owl-nav {
		top: 20%;
	}
}

.owl-prev {
	position: absolute;
	left: -50px;
	content: none;
}

.owl-prev:before {
	content: '\2039';
}

.owl-next {
	position: absolute;
	right: -50px;
}

.owl-next:before {
	content: '\203a';
}

.owl-theme .owl-controls {
	margin: 0;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #0477CF !important;
	font-size: 30px !important;
	line-height: 20px;
	padding: 6px 10px 6px !important;
	background: transparent !important;
	border-radius: 0;
	border: 2px solid #0477CF;
	-webkit-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	color: #2E3E87 !important;
	background: transparent !important;
	border: 2px solid #2E3E87;
}

@media (max-width: 767px) {
	.owl-nav {
		top: 30%;
	}
}

.parallax-window {
	padding: 0px;
	width: 100%;
	background: transparent;
	margin: 0;
	-webkit-transition: all .6s ease-in-out;
		 -o-transition: all .6s ease-in-out;
			transition: all .6s ease-in-out;
}

.bg-footer {
	background: url('http://pravo-cis.ru/images/parallax/parallax-2-b.jpg');
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.caption-transparent {
	width: 100%;
	position: relative;
	background-color: transparent;
	padding: 50px 0;
	color: #000;
	text-shadow: none;
	font-size: 16px;
}

.bg-footer .caption-transparent {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 20px;
}

.header-img .caption-transparent {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 20px;
	background: -moz-linear-gradient(top,  rgba(46,62,135,0.6) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(46,62,135,0.6) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(46,62,135,0.6) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#992e3e87', endColorstr='#ffffff',GradientType=0 );
	padding: 70px 0;
}

.header-img .caption-transparent h1 {
	font-weight: bold;
	color: #fff;
	font-size: 40px;
	text-shadow: 1px 1px 1px #000;
}

.bg-footer .caption-transparent h3 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 30px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.parallax-window .caption-transparent {
	width: 100%;
	position: relative;
	background-color: transparent !important;
	padding: 50px 0;
}

.parallax-window .caption-transparent ol li {
	margin-bottom: 10px;
}

.parallax-window .caption-transparent .bg-white {
	width: 100%;
	margin: 40px 0;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.parallax-window .caption-transparent .bg-semi-white {
	background: rgba(255, 255, 255, 0.85);
	-webkit-transition: all 0.3s ease-in-out;
	-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;
}

.parallax-window .caption-transparent .bg-semi-white:nth-child(2) {
	border-top: 1px solid #eee;
}

.parallax-window .caption-transparent .bg-semi-white .hover:hover {
	background: rgba(255, 255, 255, 0.8);
}

.parallax-window .par-hr {
	height: 50px;
}

@media (max-width: 991px) {
	.bg-footer .caption-transparent h3 {
		margin-bottom: 15px;
		font-size: 25px;
	}

	.bg-footer .caption-transparent {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.parallax-window img {
		margin-right: auto;
		margin-left: auto;
	}

	.bg-footer .caption-transparent {
		text-align: center;
	}

	.header-img .caption-transparent {
		padding: 30px 0;
	}
}

.parallax-window .caption-transparent .btn-default,
.header-img .caption-transparent .btn-default {
	margin-top: 20px;
	margin-bottom: 20px;
	background: transparent;
}

.header-img .caption-transparent .btn-default:before,
.header-img .caption-transparent .btn-default:after,
.parallax-window .caption-transparent .btn-default:before,
.parallax-window .caption-transparent .btn-default:after {
	border-color: #4B9CDE;
}

.bg-footer .caption-transparent .btn-default {
	margin-top: 15px;
	background: transparent;
	color: #fff;
}

.bg-footer .caption-transparent .btn-default:before,
.bg-footer .caption-transparent .btn-default:after {
	border-color: #fff;
}

@media (max-width: 991px) {
	.bg-footer .caption-transparent .btn-lg {
		font-size: 14px;
	}
}

.ribbon {
	position: absolute;
	-webkit-transform: rotate(35deg);
		-ms-transform: rotate(35deg);
		 -o-transform: rotate(35deg);
			transform: rotate(35deg);
	top: 10px;
	right: -15px;
	z-index: 10;
	color: #fff;
	-webkit-transition: 0.5s;
		 -o-transition: 0.5s;
			transition: 0.5s;
}

.ribbon p {
	margin: 0 1em;
	padding: 5px 10px;
	background: #0477CF;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 20px;
	text-align: center;
	text-shadow: 0 0 2px rgba(0,0,0,.4);
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
	color: #FFF;
}
.ribbon:before,
.ribbon:after,
.ribbon p:before,
.ribbon p:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
}
.ribbon:before,
.ribbon:after {
	top: 1.4em;
	z-index: -2;
	border: 12px solid #0477CF; 
}
.ribbon:before {
	left: 0;
	border-left-color: transparent;
}
.ribbon:after {
	right: 0;
	border-right-color: transparent;
}
.ribbon p:before,
.ribbon p:after {
	top: 38px;
	z-index: -1;
	border: 3px solid #4276c5;
	border-bottom-color: transparent;
}
.ribbon p:before {
	left: 19px;
	border-left-color: transparent;
}  
.ribbon p:after {
	right: 20px;
	border-right-color: transparent;
}

.model-block:hover .ribbon {
	top: 0px;
	right: -25px;
}

.item-box {
	background: transparent;
	overflow: hidden;
	margin: 0px;
	width: 100%;
	max-width: 400px;
	position: relative;
	border: 0px;
}

#catalog .item-box {
	padding: 4px;
	border: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.item-box {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
}

.item-box figure {
	width: 100%;
	display: block;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	height: 200px;
}

#catalog .item-box figure {
	height: 130px;
}

.item-box.fixed-box figure img {
	width: 100%;
	height: auto;
}

.item-box-desc {
	padding: 20px 10px;
	overflow: hidden;
	background-color: transparent;
	text-align: center;
	text-shadow: none;
	color: #243238;
	font-size: 23px;
	text-transform: uppercase;
}

#catalog .item-box-desc {
	padding: 10px;
	font-size: 17px;
}

.item-box-desc p {
	margin-top: 5px;
	display: block;
	overflow: hidden; 
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
}

/* hover */
.item-box .item-hover,
.item-box .item-hover .overlay {
	-webkit-border-top-right-radius: 0px;
	 -webkit-border-top-left-radius: 0px;
		 -moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			 border-top-left-radius: 0px;
			border-top-right-radius: 0px;
}

.item-box.news-box {
	margin-bottom: 20px;
}

.item-box.news-box .item-box-desc {
	font-size: 14px;
	text-shadow: none;
	font-weight: bold;
}

.item-box.news-box .item-box-desc p:last-child {
	color: #777;
}

.item-box.news-box .item-box-desc p:last-child i {
	margin-top: 20px;
	color: #0477CF;
	margin-right: 10px;
	font-size: 16px;
}

.item-box.news-box .descr p {
	font-size: 14px;
	color: #777;
	text-transform: none;
	font-weight: 400;
}

.item-box.news-box .item-hover .inner {
	background-color: transparent;
	color: #fff;
	text-shadow: none;
	box-shadow: none;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.item-box.news-box .item-hover .inner:hover {
	background-color: transparent;
	color: #fff;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.item-box.news-box .item-hover .inner i {
	font-size: 60px;
}

.item-box.news-box .btn-bottom button {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.overlay {
	background: rgba(4, 119, 207, 0.6);
	position: absolute; 
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 1s;
	   -moz-transition: all 1s;
		 -o-transition: all 1s;
			transition: all 1s;
	z-index: 10;
}

.overlay.white {
	background: rgba(255,255,255,0.6) !important;
}

.item-box .item-hover {
	opacity: 0;
	filter: alpha(opacity=0);
	position:absolute;
	left:0; right:0; top:0; bottom:0;
	text-align:center;
	color:#fff;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
		 -o-transition: all 0.5s;
			transition: all 0.5s;
	z-index: 10;
}

.item-box .item-hover,
.item-box .item-hover button,
.item-box .item-hover a {
	color: #fff;
}

.item-box .item-hover .inner {
	background: #eee;
	padding: 10px 20px;
	color: #0477CF;
	text-shadow: 1px 1px 1px #fff;
	border: none;
	outline: none;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.3);
	position: absolute;
	display: block;
	left: 45%;
	top: 50%;
	bottom: auto;
	text-align: center;
	-webkit-transform: translate(-45%, -50%);
	-moz-transform: translate(-45%, -50%);
	-o-transform: translate(-45%, -50%);
	-ms-transform: translate(-45%, -50%);
	transform: translate(-45%, -50%);
	z-index: 100;
}

.item-box .item-hover .inner:hover {
	background: #eeeeee;
	color: #0477CF;
	border: none;
	outline: none;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.item-box:hover .item-hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-animation: zoomIn 300ms linear;
	   -moz-animation: zoomIn 300ms linear;
		 -o-animation: zoomIn 300ms linear;
            animation: zoomIn 300ms linear;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
}

	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
}

	50% {
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.item-box-desc {
		padding: 5px;
		font-size: 14px;
	}

	.item-box .item-hover .inner {
		font-size: 12px;
	}

	.item-box .item-hover .inner span {
		font-size: 12px;
	}
}

.owl-partners .item {
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	filter: gray; /* IE6-9 */
	-webkit-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

.owl-partners .item:hover,
.owl-partners .item:focus {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}

.partners-row {
	margin-top: 0px;
	padding-left: 25px;
	padding-right: 25px;
}

.partners-row .owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #ccc !important;
	font-size: 30px !important;
	line-height: 20px;
	padding: 2px 10px 6px !important;
	background: transparent !important;
	border: 2px solid #ccc;
	-webkit-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}

.partners-row .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	color: #0477CF !important;
	background: transparent !important;
	border: 2px solid #ccc;
}

@media (max-width: 767px) {
	.partners-row .owl-theme .owl-controls .owl-nav [class*=owl-] {
		font-size: 40px !important;
		border: 0px;
	}

	.partners-row .owl-theme .owl-controls .owl-nav .owl-prev {
		margin: 5px 0px 5px 15px;
	}

	.partners-row .owl-theme .owl-controls .owl-nav .owl-next {
		margin: 5px 15px 5px 0px;
	}

	.partners-row .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
		border: 0px;
	}
}


/* Testimonials */

.testimonial {
	margin-bottom: 20px;
}

.testimonial.white p,
.testimonial.white cite {
	background-color: #fff !important;
}
.testimonial cite {
	background: #ccc;
	display: inline-block;
	padding: 0 10px 6px 10px;
	font-style: normal;
	text-align: justify;
	line-height: 20px;
}

.testimonial p {
	color: #000;
	background: #ccc;
	padding: 20px;
	font-size: 16px;
	margin-bottom: 0;
	font-style: italic;
	border-radius: 0px;
}

.cover .testimonial p,
.cover .testimonial cite {
	background:none !important;
	color: #fff;
	font-size: 24px;
}

.testimonial.classic p {
	border-radius: 0px;
}

.testimonial.male p,
.testimonial.female p {
	padding-left: 52px;
	background-image: url('http://pravo-cis.ru/images/female.png');
	background-repeat: no-repeat;
	background-position: 16px 25px;
}

.testimonial.male p {
	background-image:url('http://pravo-cis.ru/images/male.png');
}

.icon {
	color: #0477CF;
	margin-right: 10px;
	font-size: 22px;
}

.icon-rev {
	color: #0477CF;
	margin-left: 10px;
	font-size: 22px;
}

.breadcrumb-bg {
	background-color: #f5f5f5;
}

.breadcrumb {
	width: 100%;
	font-size: 13px;
	margin: 10px 15px;
	padding: 0;
	background: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.breadcrumb > .active {
	color: #777;
}

.round-block {
	border-radius: 0;
	height: 200px;
	width: 200px;
	border: 2px solid #0477CF;
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	margin: 0 auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.round-block:hover {
	background: rgba(255, 255, 255, 0.7);
}

.round-block a {
	display: inline-block;
	color: #0477CF;
	text-shadow: none;
	font-size: 16px;
	margin-top: 20px;
	padding: 10px 5px 0;
	display: block;
	width: 100%;
}

.round-block a:before {
	content: '';
	position: relative;
	display: block;
	height: 1px;
	width: 120px;
	background: #000;
	top: -10px;
	left: 35px;
}

.round-block img {
	margin-top: 20px;
	display: inline-block !important;
	height: 70px;
	width: 70px !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.round-block a:hover,
.round-block a:focus {
	text-decoration: none;
}

.round-block:hover img {
	height: 80px;
	width: 80px !important;
}

.rectangle {
	counter-reset: li; 
	list-style: none; 
	padding: 0;
}

.rectangle span {
	position: relative;
	display: block;
	padding: .4em .4em .4em .8em;
	margin: .5em 0 .5em 2.5em;
	background: transparent;
	color: #000;
	text-decoration: none;
	transition: all .3s ease-out;
}
.rectangle span:hover {
	background: transparent;
}       
.rectangle span:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	color: #fff;
	background: #0477CF;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}
.rectangle span:after {
	position: absolute;
	content: "";
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	transition: all .3s ease-out;
}
.rectangle span:hover:after {
	left: -.5em;
	border-left-color: #0477CF;
}

.mar-right {
	margin-right: 32px;
}

p.cite-name {
	font-size: 14px;
}

.all-news {
	margin-top: 20px;
	line-height: 26px;
}

.all-news .icon-rev  {
	font-size: 18px;
}

.panel-default {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.panel-default .nav > li > a {
	padding-left: 0;
	color: #333;
}

.panel-default .nav > li > a:focus,
.panel-default .nav > li > a:hover {
	background-color: transparent;
	padding-left: 10px;
	color: #0477CF;
}

.panel-collapse {
	padding-left: 31px;
}

.panel-collapse > li > a {
	color: #888;
}

.panel-collapse > li > a:focus,
.panel-collapse > li > a:hover {
	color: #0477CF;
	text-decoration: none;
	padding-left: 5px;
}

.modal-content {
	border-radius: 0;
}

.partner-row {
	font-weight: 500;
}

.partner-row p {
	margin-top: 20px;
}

.partner-row a {
	color: #777;
}

.partner-row a:hover,
.partner-row a:focus {
	color: #2E3E87;
	text-decoration: none;
}

.news-row h2 {
	margin-top: 0;
}

.news-row-main {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.news-row-main p:first-child {
	font-weight: bold;
}

.news-row-main .descr p {
	font-size: 14px;
	color: #777;
	text-transform: none;
	font-weight: 400;
}

.news-img {
	margin-bottom: 20px;
}

.news-img .caption-img {
	height: 300px;
}

.news-img .caption-data {
	color: #fff;
	padding: 5px 10px;
	background: #0477CF;
	margin-top: -35px;
}

.news-img .icon {
	color: #fff;
}