/*------------------------------------------------------------------
[Table of contents]

1. Typography
2. Navigation
3. Header
4. Sidebar
5. Blog
6. Prefooter
7. Timeline 
-------------------------------------------------------------------*/


/* Typography */


body {
	background: none repeat scroll 0 0 #fff;
	color: #878787;
	font-size: 14px;
	line-height: 1.333;
}
p {
	margin: 0 0 15px;
}
h1, .h1, h2, .h2, h3, .h3 {
	color: #000;
}
.alignnone {
	margin: 0 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto;
	text-align: center;
}
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 15px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption-text {
	padding: 10px;
	background: none repeat scroll 0 0 #f9f9f9;
}
.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger {
	padding: 10px;
}
.bg {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: 0 50px;
	height: 200%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.bg2 {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: 0 350px;
	height: 300%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.bg3 {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: 0 54px;
	height: 340%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.bg4 {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: 0 230px;
	height: 340%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.w700 {width: 1050px; margin: 0 auto;}
.centr {text-align: center;}
.centr h3 {color: #fff; text-transform: uppercase; font-size:26px;}
.fontsWidth {color: #fff; font-size: 16px;}
#blockStep {margin: 30px; width: 150px;}
#blockStep i {color: #fff; padding: 0 7px; line-height: 90px; width: 90px; text-align: center; margin-bottom: 10px; border: 2px solid #fff; border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;}

.bgHead {background: url(../img/header.jpg) 50% 20% no-repeat; height: 900px; border-bottom: 5px solid #333; background-size: cover; position: relative; top: 0;}

.inner-page #main-header {
	position: relative;
	z-index: 20;
	margin-bottom: 45px;
	margin-top: 0px;
	background-image: url(../img/1bg_loader.jpg) 100% 100% no-repeat;
	background-position: 0 -250px;
	background-size: cover;
	background-attachment: fixed;
	-moz-background-size: cover;
	-moz-background-attachment: fixed;
}
::selection {
	background-color: #000;
	color: #fff;
}

::-moz-selection {
 background-color: #000;
 color:#fff;
}
.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}
.arrow-link {
	font-size: 32px;
	text-transform: uppercase;
	color: #fff;
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: none;
	background: none;
}
.arrow-link:hover {
	text-decoration: none;
}
.arrow-link:hover .icon-transform {
	background: none repeat scroll 0 0 #fff;
}
.arrow-link .icon-transform {
	display: inline-block;
	min-width: 44px;
	text-align: center;
	padding: 5px 7px;
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.arrow-link:hover .vm-text {
	margin-right: -20px;
	opacity: 1;
}
.vm-text {
	opacity: 0;
	color: #666;
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	padding: 0 35px 6px 11px;
	position: relative;
	top: 0px;
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.entry-footer .arrow-link {
	position: relative;
}
.entry-footer .arrow-link .icon-transform {
	position: absolute;
	left: 0;
	top: 0;
}
.entry-footer .arrow-link:hover .icon-transform {
	position: absolute;
	left: 100%;
	top: 0;
}
.form-mini-search .arrow-link .icon-transform {
	padding: 10px;
}
.arrow-link .icon-transform i {
	color: #fff;
	font-size: 17px;
	margin: 5px;
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.transform-please {
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.transform-please span, .transform-please a, .transform-please i {
	display: block;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
.transform-please-2 {
	transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
.transform-please-2 span, .transform-please-2 h2, .transform-please-2 a, .transform-please-2 i {
	display: block;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}
.transform-revers {
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
.transform-revers span, .transform-revers a, .transform-revers i {
	display: block;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.transform-revers-2 {
	transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}
.transform-revers-2 span, .transform-revers-2 a, .transform-revers-2 i {
	display: block;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
html hr {
	border: medium none;
	/* display: inline-block; */
	margin: 20px auto;
	padding: 3px;
	position: relative;
	width: 130px;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
html hr:after {
	background: none repeat scroll 0 0 #000;
	border: 3px solid #fff;
	content: "";
	height: 20px;
	left: 59px;
	padding: 0;
	position: absolute;
	top: -7px;
	width: 20px;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
html hr:before {
	border: 4px solid #fff;
	content: "";
	height: 30px;
	left: 11px;
	position: absolute;
	top: -10px;
	width: 110px;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.marquee {
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	float: left;
	margin: 22px;
	overflow: hidden;
	white-space: nowrap;
	width: 200px;
	animation: marquee 50s linear infinite;
}
.marquee a {
	color: #fff;
	font-size: 12px;
}
.marquee:hover {
	animation-play-state: paused
}
/* NAVIGATION */
.navbar-top .navbar-nav>li>a {
	line-height: 46px;
	height: 44px;
}
.navbar-nav>li>a {
	line-height: 55px;
	height: 55px;
}
#main-nav .navbar-nav > li > a {
	height: 80px;
	line-height: inherit;
	padding: 20px 0 20px 25px;
}
#main-nav .navbar-nav > li > a small {
	color: #d8d8d8;
	font-size: 11px;
	margin-left: 10px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff !important;
	background-color: inherit;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #149cd7;
}
.navbar {
	min-height: 0;
	margin-bottom: 0
}
.navbar-default {
	background: 0 0;
	border: none
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	box-shadow: none
}
.navbar-nav>li {
	float: none;
	width: 1%;
	display: table-cell
}
.navbar-nav>li>a {
	padding: 0;
	white-space: nowrap;
	text-align: center
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 0;
	padding: 12px 0;
	margin-top: 8px;
	margin-bottom: 8px;
	background: 0 0;
	background-image: none;
	border: 0;
	border-radius: 0
}
.navbar-toggle.left {
	float: left
}
.navbar-toggle .icon-bar {
	display: block;
	width: 30px;
	height: 4px;
	border-radius: 0
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: 0 0
}
.gallery-block {
	background: transparent;
	padding: 30px 0px;
}
.gallery-block img {
	margin-bottom: 30px;
}
.form-block {
	background: transparent;
	padding: 30px 0px;
}
.map-block {
	background: transparent;
	padding: 30px 0px;
}
.nav-footer {
	text-align: center;
}
.nav-footer li {
	display: inline-block;
	margin: 0 5px;
}
.nav-footer li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
.footer-block {
	background: none repeat scroll 0 0 #000;
	margin-top: 20px;
	padding: 30px 0;
	position: relative;
}
.copyright-info {
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.copyright-block {
	padding: 60px 0 45px;
	text-align: center;
}
.copyright-block .social-team {
	text-align: center;
}
.copyright-block .social-team li {
	background: none repeat scroll 0 0 #000;
	border: medium none;
	float: none;
}
.footer-block .fot-container {
	position: relative;
}
/* HEADER */


#logo {
	left: 40px;
	position: relative;
}
.navbar-top .navbar-nav:after {
	bottom: -7px;
	content: "";
	height: 7px;
	left: 31px;
	position: absolute;
	width: 100%;
}
.navbar-top .navbar-nav {
	width: auto;
	position: relative;
	background: none repeat scroll 0 0 #585858;
	margin-top: -10px;
	position: relative;
	left: 100px;
	top: 30px;
	z-index: 14;
	transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.navbar-top .navbar-nav span {
	display: block;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}
.navbar-top .navbar-nav li {
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	display: inline-block;
	padding: 0 23px;
	width: auto;
	float: left;
}
.navbar-top .navbar-nav a {
	font-size: 12px;
	color: #676767;
	text-transform: none;
}
#logo:after {
	background: url(../img/uch.png);
	content: "";
	display: block;
	height: 116px;
	left: -97px;
	position: absolute;
	top: 95px;
	width: 150px;
	z-index: 777;

}
.bglogo1 {
	display: block;
	padding: 30px 0;
	text-align: center;
	width: 350px;
	z-index: 10;
	margin-bottom: 5px;
}
.bglogo2 {
	content: "";
	display: block;
	height: 105px;
	padding: 20px;
	position: absolute;
	top: 0;
	width: 348px;
	z-index: 2;
	left: 3px;
}
.bglogo3 {
	bottom: 0;
	content: "";
	display: block;
	height: 24px;
	left: 50px;
	position: absolute;
	width: 288px;
	z-index: 1;
}
.bglogo4 {
	bottom: -5px;
	content: "";
	display: block;
	height: 5px;
	left: -15px;
	position: absolute;
	width: 362px;
}
.mini-search-top {
	position: absolute;
	right: 0;
	top: -50px;
}
.mini-search-top:hover input[type="text"] {opacity: 1;}
.mini-search-top:hover input[type="password"] {opacity: 1;}
.mini-search-top input[type="text"] {
	opacity: 0;
	background: none repeat scroll 0 0 #fff;
	border: 0 none;
	margin-right: -45px;
	padding: 12px 60px 12px 12px;
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.mini-search-top input[type="password"] {
	opacity: 0;
	background: none repeat scroll 0 0 #fff;
	border: 0 none;
	margin-right: -45px;
	padding: 12px 60px 12px 12px;
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#main-nav li:first-child {
	padding-left: 120px;
}
#main-nav li li:first-child {
	padding-left: 0px;
}
#main-nav li a {
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}
#main-nav {
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	position: relative;
	z-index: 7;
}
#main-nav .row {
	display: block;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
#main-nav li {
	transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	border-right: 2px solid #434343;
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#main-nav li:last-child {
	border: none;
}
#main-nav li a span, #main-nav li a small {
	display: block;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}
#main-nav li.open a small {
	color: #555;
}
#main-nav li .dropdown-menu li:hover {
	left: 10px;
}
#main-nav li .dropdown-menu li {
	margin-bottom: 5px;
	font-family: 'Fjalla One', sans-serif;
	border: none;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px);
}
#main-nav .dropdown-menu {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	transform: rotate(0deg) scale(1.003)skew(26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	left: 20%;
	width: 90%;
}
#main-nav .dropdown-menu a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	transform: rotate(0deg) scale(1.003)skew(0deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px);
}
#main-nav .divider {
	background: rgba(217, 0, 0, 0.87);
	height: 5px;
	margin: 0;
	padding: 0;
}
#main-nav .dropdown-header {
	background: rgba(217, 0, 0, 0.87);
	color: #fff;
}
.hot-news {
	z-index: 8;
}
.hot-news h5 {
	font-family: 'Fjalla One', sans-serif;
	color: #fff;
	display: inline-block;
	float: left;
	margin: 10px 0;
	padding: 10px;
}
.hot-news h5 a {
	color: #fff;
	display: block;
	padding: 5px 10px;
}
.hot-news marquee {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 11px;
	margin: 21px 15px;
	text-transform: uppercase;
	width: 300px;
}
.hot-news marquee a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}
.camera_thumbs_cont ul li {
	display: inline-block;
	padding: 0;
	width: 290px;
	margin-right: 10px;
}
.camera_thumbs_cont ul li img {
	width: 100%;
	height: auto;
}
.camera_command_wrap {
	top: -60px;
}
/* Sidebar */


.widget {
	margin-bottom: 35px;
}
.category-list li {
	border-bottom: 1px solid #eeeeee;
	color: #666666;
	display: block;
	font-family: 'Fjalla One', sans-serif;
	padding: 10px 0;
	text-transform: uppercase;
}
.category-list li .posts-count {
	color: #fff;
	float: right;
	margin-top: -5px;
	padding: 5px;
}
.tag-cloud li {
	border: 1px solid #dddddd;
	color: #000;
	display: inline-block;
	margin: 0 1px 5px 0;
	padding: 9px;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.tag-cloud li:hover a {
	text-decoration: none;
	color: #fff;
}
.tag-cloud li {
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.tag-cloud li a {
	display: block;
	transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
.widget-latest-post .media {
	margin-bottom: 20px;
	position: relative;
}
.media-desc {
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	position: absolute;
}
.media-desc .entry-title {
	line-height: 22px;
	margin: 0 0 5px;
}
.media-desc * {
	color: #fff;
}
.widget-latest-post img {
	width: 100%;
	height: auto;
}
aside .entry-meta, aside .entry-meta * {
	color: #ccc;
	font-size: 10px;
}
.entry-thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.post .entry-thumbnail {
	overflow: hidden;
	float: none;
	margin-right: 0px;
	margin-bottom: 0px;
}
.widget-tabbed .entry-title a {
	color: #666666;
	font-size: 14px;
	text-transform: uppercase;
}
.widget-tabbed .entry-meta, .widget-tabbed a, .widget-tabbed * {
	color: #ccc;
	font-size: 10px;
}
#tab-popular {
	padding-top: 10px;
}
#tab-comments .entry-title a {
	margin-right: 5px;
}
#tab-comments .entry-datetime {
	display: inline-block;
	text-align: right;
	width: 100%;
}
.widget-title {
	font-size: 18px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
.widget-title:after {
	background: none repeat scroll 0 0 #000;
	bottom: 0;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
.widget-search input[type=text] {
	border: 1px solid #dddddd;
	padding: 14px 57px 14px 14px;
	width: 100%;
}
#searchform {
	position: relative;
}
.widget-search button {
	background: none repeat scroll 0 0 #000;
	border: medium none;
	color: #fff;
	padding: 7px 10px;
	position: absolute;
	right: 12px;
	top: 8px;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.widget-search button i {
	transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
.section-header .heading {
	color: #000;
	font-family: 'Fjalla One', sans-serif;
	font-size: 42px;
	text-align: center;
}
.section-header {
	color: #878787;
	text-align: center;
	font-size: 15px;
	color: #FF120A;
}
/* Blog */


.entry-header {
	margin-bottom: 10px;
	position: relative;
}
.post {
	margin-bottom: 40px;
}
.post .entry-media {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.post .entry-media img {
	width: 100%;
	height: auto;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.post .entry-media:hover .img-overlay {
	visibility: visible;
	opacity: 1;
}
.post .entry-media .img-overlay {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	height: 100%;
	opacity: 0;
	padding-top: 50%;
	position: absolute;
	text-align: center;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	visibility: hidden;
	width: 100%;
	z-index: 4;
}
.post .entry-media:hover img {
	position: relative;
	transform: scale(1.15, 1.15);
	transition-dur: 1500ms;
	transition-timing-function: ease-out;
	z-index: 3;
}
.post .entry-media {
	position: relative;
}
.link-view-more {
	color: #fff;
	font-family: 'Times New Roman';
	font-size: 42px;
	left: 50%;
	position: absolute;
	top: 26%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.entry-footer .arrow-link:hover .icon-transform {
	background: none repeat scroll 0 0 #000;
	color: #fff;
}
.entry-footer .arrow-link:hover .icon-transform i {
	color: #fff;
}
.post .entry-media:hover .link-view-more {
	text-decoration: none;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.post .entry-media .entry-thumbnail > a {
	display: block;
	background: #e1e1e1;
	min-height: 100px;
}
.post .entry-media .media-actions {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 9;
	transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
}
.post .entry-media:hover .media-actions {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
.post .entry-media .media-actions > .inner {
	position: absolute;
	width: 100%;
	height: 50px;
	top: 50%;
	left: 0;
	margin-top: -25px;
}
.entry-media .media-actions ul {
	display: table;
	margin: 0 auto;
}
.post .entry-media .media-actions ul > li {
	color: #999999;
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin: 5px 20px 5px 0;
	position: relative;
	top: -5px;
}
.media-actions ul > li > a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	background: #D2583E;
	color: #fff;
	font-size: 20px;
	-webkit-transform: scale(0.1);
	behavior: url('PIE.html');
}
.media-actions:hover ul > li > a {
	-webkit-transform: scale(1.1);
}
.post .entry-content {
	line-height: 1.333;
}
.post .entry-format {
	float: left;
	margin: -75px 30px 20px 25px;
	position: relative;
}
.post .entry-format > a {
	display: block;
	background-color: #d2583e;
	color: #fff;
	font-size: 24px;
	width: 100px;
	height: 100px;
	line-height: 65px;
	text-align: center;
	behavior: url('PIE.html');
	position: relative;
	z-index: 102;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.post .entry-format > a span {
	font-size: 50px;
	left: 26px;
	position: absolute;
	top: 22px;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
.post .entry-title {
	color: #666666;
	font-family: 'Fjalla One', sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	clear: both;
}
.post .entry-title > a {
	color: #666666;
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
.post .entry-meta, .post .entry-meta a {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 22px;
}
.post .entry-meta a:hover {
	text-decoration: underline;
}
.post .entry-meta {
	background: none repeat scroll 0 0 #000000;
	display: inline-block;
	float: right;
	margin-top: -72px;
	position: relative;
	width: 91%;
}
.post .entry-meta i, .post .entry-meta span[class*="icon-"] {
	color: #D2583E;
	display: inline-block;
	float: left;
	font-size: 16px;
	margin: 2px 8px 0 0;
	padding: 0;
	text-align: center;
}
.post .entry-meta ul {
	float: right;
}
.post .entry-meta > ul {
	margin-top: 15px;
	padding-bottom: 5px;
	padding-left: 29px;
}
.post .entry-meta > ul > li {
	float: left;
	margin: 5px 20px 5px 0;
	position: relative;
	top: -5px;
	font-size: 14px;
}
.post .entry-meta .likes {
	float: right;
	position: absolute;
	top: -1px;
	right: 0;
}
.post .entry-meta .tags > li {
	float: left;
}
.post .entry-meta .tags > li:before {
	content: ', ';
}
.post .entry-meta .tags > li:first-child:before {
	content: none;
}
.post .entry-content .readmore {
	color: #999999;
}
.post .entry-content .readmore:hover {
	border-bottom: 1px dotted #ff5757;
	color: #fff;
}
.post .entry-content {
	margin-bottom: 10px;
	transition: all 0.3s cubic-bezier(0, 0.3, 0.5, 0.2);
	-ms-transition: all 0.3s cubic-bezier(0, 0.3, 0.5, 0.2);
	-moz-transition: all 0.3s cubic-bezier(0, 0.3, 0.5, 0.2);
	-webkit-transition: all 0.3s cubic-bezier(0, 0.3, 0.5, 0.2);
}
.post .entry-content:hover {
	color: #666666;
}
.post .entry-footer .readmore {
	background: none repeat scroll 0 0#D2583E;
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 12px 25px;
	text-transform: uppercase;
	behavior: url('PIE.html');
	margin-top: 15px;
}
.post .entry-footer .entry-share {
	background: #fff;
	padding: 15px 20px;
	box-shadow: inset 0 -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 -3px rgba(0,0,0,0.1);
	behavior: url('PIE.html');
}
.post .entry-footer .entry-share .share > * {
	display: inline-block;
	vertical-align: middle;
}
.post .entry-footer .entry-share .share > span {
	font-size: 0.875em;
	text-transform: uppercase;
	color: #7f8c8c;
	margin-right: 5px;
}
.post .entry-footer .entry-share .share > ul > li {
	float: left;
	margin: 0 6px;
}
.entry-share .share > ul > li > a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	color : #fff;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	behavior: url('PIE.html');
}
.entry-share .share > ul > li > a:after {
	content: ' ';
	position: absolute;
	width: 150%;
	height: 150%;
	background: rgba(255,255,255,0.1);
	visibility: hidden;
	-webkit-transform: translate(3px, -50px) rotate(45deg);
	-moz-transform: translate(3px, -50px) rotate(45deg);
	-ms-transform: translate(3px, -50px) rotate(45deg);
	transform: translate(3px, -50px) rotate(45deg);
	transition: all 0.3s cubic-bezier(0, 0.3, 0.5, 0.2);
	-ms-transition: all 0.3s cubic-bezier(0, 0.3, 0.5, 0.2);
	-moz-transition: all 0.3s cubic-bezier(0, 0.3, 0.5, 0.2);
	-webkit-transition: all 0.3s cubic-bezier(0, 0.3, 0.5, 0.2);
}
.entry-share .share > ul > li > a:hover:after {
	visibility: visible;
	-webkit-transform: translate(-20px, -32px) rotate(45deg);
	-moz-transform: translate(-20px, -32px) rotate(45deg);
	-ms-transform: translate(-20px, -32px) rotate(45deg);
}
.entry-share .facebook {
	background: #3a599a;
}
.entry-share .twitter {
	background: #41abe1;
}
.entry-share .gplus {
	background: #e2534b;
}
.entry-share .linkedin {
	background: #527aa3;
}
.entry-share .pintrest {
	background: #3a599a;
}
.entry-footer .post-links {
	float: right;
}
.entry-footer .post-links > li {
	float: left;
	margin: 0 6px;
}
.entry-footer .post-links > li > a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	padding: 0;
}
.post.format-quote .entry-content, .post.format-quote blockquote {
	margin: 0;
}
.post-details {
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.post-details a {
	color: #000000;
	font-size: 14px;
}
.post-details a:hover {
	color: #D2583E;
}
.post-details span[class*="icon-"], .post-details i {
	color: #D2583E;
	margin-right: 10px;
}
.pagination ul {
}
.pagination ul > li {
	display: inline-block;
}
.pagination ul > li:first-child {
	margin-left: 0;
}
.pagination a {
	border: medium none;
	border-radius: 0;
	color: #666666;
	font-size: 18px;
	line-height: 34px;
	margin: 0 5px !important;
	padding: 7px 15px;
	text-align: center;
}
.pagination ul > li:hover a {
	color: #fff;
}
.pagination ul > li {
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	background: none repeat scroll 0 0 #dddddd;
}
.pagination .btn {
	background: none !important;
	margin: 0 10px;
	transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
}
.pagination .btn span {
	display: block;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
.pagination .btn-primary {
	background: none repeat scroll 0 0 #d90000;
	color: #fff;
}
#main-nav li {
	background: none repeat scroll 0 0 #585858;
	position: relative;
	z-index: 21;
}
.content-block {
	background: transparent;
	padding: 30px 0px;
}
.service-block {
	background: transparent;
	padding: 30px 0px;
}
.content-block img {
	margin-bottom: 30px;
}
.row {
	margin-left: 0;
	margin-right: 0
}
#masthead-container {
	display: table;
	height: 100%;
	float: right
}
#masthead {
	display: table-cell;
	vertical-align: middle
}
#masthead img {
	width: 72px;
	height: 72px
}
#slider {
	overflow: auto;
}
.home #main-header {
	position: absolute;
	width: 100%;
	z-index: 678
}
.copyright-block .right {
	text-align: right
}
.socialmedia a {
	margin-left: 5px
}
[class*=animate-] .overlay {
	padding: 0 15px!important
}
.serv-round .overlay, .serv-round img {
	border-radius: 720px
}
.serv-round h3 {
	text-align: center
}
.call {
	background: url(../img/icons/phone.png) no-repeat right center;
	padding-right: 92px;
	min-height: 72px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right
}
.call h1 {
	font-size: 26px;
	margin: 0
}
.call p {
	margin: 0;
	font-size: 14px
}
#toTop {
	background: none repeat scroll 0 0 #0072ba;
	bottom: 20px;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 20px;
	left: 20px;
	padding: 10px 17px;
	position: fixed;
	top: auto;
}
#toTop {
	transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
#toTop i {
	transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}

@media (min-width:1200px) {
.animatedElement, .animatedEntrance {
	visibility: hidden
}
}
.slider-col {
	padding: 30px 0
}
/* Comments */

.comments-header .arrow-link {
	position: absolute;
	right: -1px;
	top: 39px;
}
.comments-header .arrow-link > span {
	background: #000;
	cursor: inherit;
}
.comments-header .arrow-link:hover span {
	background: #000;
}
.comments-header .arrow-link {
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.comments-header .arrow-link i {
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
.comments-header {
	z-index: 7;
	background: none repeat scroll 0 0 #000000;
	color: #ffffff;
	display: inline-block;
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 60px;
	padding: 12px 20px;
	position: relative;
	text-transform: uppercase;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.comments-header span {
	display: block;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
.comments-header a {
	color: #fff;
}
.comments-list > li {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 25px;
}
.comments-list > li li {
	position: relative;
}
.comments-list {
	margin-bottom: 15px;
}
.comments-list .comment {
	position: relative;
	min-height: 100px;
}
.comment .avatar-placeholder {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	background-color: #e1e1e1;
	z-index: 9;
}
.comment .comment-header {
	margin: 0 0 10px 90px;
}
.comment .comment-author {
	color: #666;
	display: block;
	font-family: 'Fjalla One', sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}
.comment .comment-datetime {
	color: #858585;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
.comment-datetime i, .comment-datetime span[class*="icon-"] {
	color: #D2583E;
	font-size: 1.25em;
	font-style: normal;
	margin-right: 3px;
	position: relative;
	top: 2px;
}
.comment .comment-reply {
	background: none repeat scroll 0 0 #000;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	margin-right: 0;
	padding: 5px 12px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
	;
}
.comment .comment-reply i {
	color: #fff;
	display: inherit;
	left: 15px;
	position: absolute;
	top: 6px;
}
.comment .comment-reply a {
	color: #fff;
	padding-left: 21px;
	position: relative;
}
.comment .comment-reply a:hover {
	text-decoration: none;
}
.comments-wrapper .comment-about-autor .comment .comment-body {
	border-bottom: 0;
}
.comment .comment-body {
	background: none repeat scroll 0 0 #ffffff;
	color: #858585;
	font-size: 13px;
	line-height: 1.333;
	margin-left: 40px;
	padding: 0 30px 15px 50px;
}
.comments-list .children {
	list-style: none outside none;
	margin: 0 0 0 55px;
	padding: 0;
}
.comments-list > li:last-child, .comments-list .children > li:last-child {
	margin-bottom: 0;
	background: none;
}
#comment-reply-form {
	margin-top: 30px;
}
#comment-reply-form input {
	padding: 10px;
	width: 100%;
}
.about-autor {
	clear: both;
	margin-bottom: 20px;
	margin-top: 40px;
}
.about-autor .entry-main {
	color: #858585;
	font-size: 13px;
	line-height: 1.333;
}
#comment-reply-form textarea {
	height: 120px;
	padding: 10px;
	width: 100%;
}
.about-autor .entry-main h3 {
	margin-top: 0;
}
.section-comment {
	margin-top: 30px;
}
.social-team li {
	border: 1px solid #dddddd;
	display: inline-block;
	float: left;
	height: 45px;
	line-height: 30px;
	margin: 20px 5px 0;
	padding: 12px 10px 8px;
	text-align: center;
	width: 45px;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.social-team li a:hover {
	text-decoration: none;
	color: #fff;
}
.social-team li i {
	font-size: 20px;
}
.social-team li {
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.social-team li i {
	display: block;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
.post-list-mini.related-post {
	margin: 40px 0 20px;
}
.post-list-mini.related-post li {
	max-width: 265px;
	height: 61px;
}
.post-list-mini.related-post .media-body {
	color: #666666;
	font-family: 'Fjalla One', sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 10px 10px 5px;
	text-transform: uppercase;
}
.widget-social li {
	margin: 15px 2px;
}
/*Prefooter Block*/

.prefooter-container #logo-bottom {
	left: -45px;
	position: absolute;
	top: -100px;
	z-index: 7;
}
#flickr-feed {
	height: 275px;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}#flickr-feed2 {
	height: 275px;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#flickr-feed li {
	display: inline-block;
	list-style: none outside none;
	margin: 0 10px 11px 0;
	padding: 0;
}
#flickr-feed li a {
	position: relative;
	display: block;
}
.prefooter-container .entry-thumbnail {
	float: left;
	margin-bottom: 0;
	margin-right: 10px;
}
.prefooter-container .entry-thumbnail a {
	display: block;
	position: relative;
}
.prefooter {
	margin: 200px 0 120px;
}
.prefooter-container #logo-bottom:before {
	background: none repeat scroll 0 0 #fff;
	bottom: -4px;
	content: "";
	height: 30px;
	left: -9%;
	position: absolute;
	width: 20%;
	z-index: 78;
	transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
.prefooter-container {
	padding-top: 70px;
	position: relative;
}
.box-prefoot h4 {
	color: #fff;
	margin-top: -83px;
	padding-bottom: 55px;
}
.tweet-box li {
	border-bottom: 1px solid #eeeeee;
	list-style: none outside none;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.tweet-box .tw-icon {

	display: inline-block;
	float: left;
	padding: 6px;
	min-width: 56px;
	height: 55px;

}
.tweet-box {
	margin: 0;
	padding: 0;
}
.tweet-box .tw-icon i {
	display: inline-block;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.tweet-content {
	color: #858585;
	font-size: 13px;
	margin: 0 0 10px 0;
	width: 255px;
}
.tweet-datetime {
	color: #cccccc;
	font-size: 10px;
	text-align: right;
}
.prefooter-container .entry-datetime {
	color: #ccc;
	font-size: 10px;
	display: none;
}
.prefooter-container .entry-comments {
	margin-left: 5px;
	color: #fff;
	display: inline-block;
	padding: 2px 10px;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
.prefooter-container .entry-comments a {
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	color: #fff;
	display: inline-block;
	font-size: 12px;
}
.title-line {
	background: none repeat scroll 0 0 #676767;
	left: 0;
	padding: 20px;
	position: absolute;
	top: -22px;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
.title-line:after {
	content: "";
	left: 325px;
	padding: 3px;
	position: absolute;
	top: 39px;
	width: 61%;
	transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
.prefooter-container .bglogo1 {
	border-right: 5px solid #fff;
}
#logo-bottom {
	left: 0;
	position: absolute;
	top: -100px;
}
#logo-bottom:after {
	background: none repeat scroll 0 0 #000;
	bottom: 0;
	content: "";
	height: 13px;
	left: 8%;
	position: absolute;
	width: 70%;
	z-index: 77;
	transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
.foot-top-line {
	background: none repeat scroll 0 0 #000;
	top: -8px;
	left: 30%;
	height: 9px;
	position: absolute;
	width: 40%;
	transform: rotate(0deg) scale(1.003) skew(26degdeg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}
.foot-bot-line {
	background: none repeat scroll 0 0 #000;
	bottom: -8px;
	left: 30%;
	height: 9px;
	position: absolute;
	width: 40%;
	transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
.scroll-top {
	background: none repeat scroll 0 0 #676767;
	bottom: -27px;
	height: 48px;
	left: 43%;
	position: absolute;
	width: 15%;
	transform: rotate(0deg) scale(1.003) skew(-26degdeg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
.scroll-top i {
	color: #fff;
	font-size: 30px;
	left: 48%;
	position: absolute;
	top: 10px;
	transform: rotate(0deg) scale(1.003) skew(26degdeg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}
.copyright-block a {
	color: #fff;
}
#map {
	height: 400px;
}
#footer-map {
	height: 250px;
}
[class*="animate-"] .overlay {
	background: #005995;
}
/*TimeeLine*/



.timeline {
	list-style: none outside none;
	margin-top: -10px;
	padding: 20px 0;
	position: relative;
}
.timeline:before {
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
	width: 50%;
	float: left;
	clear: left;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	background: none repeat scroll 0 0 #f9f9f9;
	float: left;
	position: relative;
	width: 95%;
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;

	content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 24px;
	height: 24px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	right: -12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-badge > a {
	color: #C5C7C5 !important;
}
.timeline-badge a:hover {
	color: #000 !important;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
}
.timeline-body > p, .timeline-body > ul {
	padding: 20px;
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}
.timeline-footer {
	padding: 20px;
	background-color: #f4f4f4;
}
.timeline-footer > a {
	cursor: pointer;
	text-decoration: none;
}
.timeline > li.timeline-inverted {
	float: right;
	clear: right;
	margin-bottom: 30px;
}

.timeline > li.timeline-inverted > .timeline-badge {
	left: -12px;
}
.timeline-heading img {
	width: 100%;
	height: auto;
}
.podgotovka {
	margin-top:12px;
	font-style: normal;
	color:#FFF;
}
.a {
display: inline-block;
    background: #CA181A;
    margin: -10px 3px 3px;
    -webkit-transform: skewX(-30deg); 
    -moz-transform: skewX(-30deg); 
    -o-transform: skewX(-30deg); 
    -ms-transform: skewX(-30deg); 
    transform: skewX(-30deg);
	background-color: rgba(216, 3, 3, 0.8);
	padding: 0 20px;
	
	
}

.b {color: #fff;
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
	opacity: 1.8;}

.a .b span {
	font-size:22px;
	position: relative; top: -4px;}
	
.fa-phone-square {
	font-size:36px;
	margin-top:-4px;
	margin-right:5px;
	}

.b1 {color: #fff;
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    -webkit-transform: skewX(26deg);
    -moz-transform: skewX(26deg);
    -o-transform: skewX(26deg);
    -ms-transform: skewX(26deg);
    transform: skewX(26deg);
	opacity: 1.8;}


.text11 p a {
	font-size: 20px;
	font-family: roboto;
	}
.carousel-33 {
	width:850px;
	margin:0 auto;
	text-align:center;
	}	
	
.doroga-aga {
	background:url(../img/doroga-aga.png) no-repeat;
	width: 412px;
	height:262px;
	margin-bottom:20px;
	float:left;
	margin-right:15px;
	margin-top:10px;
	}	

.clr {clear: both;}	
.BgBlack {background: #000; -webkit-transform: skewX(-26deg); width: 380px; padding: 0 20px; position: relative; top: 10px; left: 12px; -moz-transform: skewX(-26deg); -o-transform: skewX(-26deg); -ms-transform: skewX(-26deg); transform: skewX(-26deg);}
.BgBlack h2 {font-size: 26px; color:#FFF; text-decoration: none; padding: 7px 0; -webkit-transform: skewX(26deg); -moz-transform: skewX(26deg); -o-transform: skewX(26deg); -ms-transform: skewX(26deg); transform: skewX(26deg);}
.img77 {
	zoom: 5;
	-ms-zoom: 5; -moz-zoom: 5;}
.galery7 {
	margin-top:30px;}
.image {overflow:hidden; width: 550px;}
.image img {-moz-transition: all 1s ease-out; -o-transition: all 1s ease-out; -webkit-transition: all 1s ease-out;} 
.image img:hover{-webkit-transform: scale(1.4); -moz-transform: scale(1.4); -o-transform: scale(1.4);}
.onas {
	margin-top:25px;}
.info1{
	background: url(../img/1112.png) no-repeat;
	margin-right: 10px;
	}
.info2{
	background:url(../img/1115.png) no-repeat;
	margin-right: 10px;}
.info3{
	background:url(../img/1114.png) no-repeat;
	margin-right: 10px;
	height:59px;
	margin-left: 6px;}
.infoss a{
	font-size:12px;}
.infoss a:hover{
	color: #F00;
	font-size:12px;}
.headertop {
	margin-top: 40px;}
	
.svedinya8 li {background: #585858; width: 320px;}

.leftbot {
	float:left;
	margin-right: 5px;}

.svechenie1 {color: #ED5557;}
.svechenie2 {color: #F58A49;}
.svechenie3 {color: #2FC617;}
.fa-4xx{font-size:55px;}
.top5b {
	margin-top: 6px;}
.red1 a {
	-webkit-transition-duration: 0.5s; 
-o-transition-duration: 0.5s; 
-moz-transition-duration: 0.5s; 
transition-duration: 0.5s;}
.orange a {
	-webkit-transition-duration: 0.5s; 
-o-transition-duration: 0.5s; 
-moz-transition-duration: 0.5s; 
transition-duration: 0.5s;}
.green a {
	-webkit-transition-duration: 0.5s; 
-o-transition-duration: 0.5s; 
-moz-transition-duration: 0.5s; 
transition-duration: 0.5s;}

.red1 a:hover {
	color: #f00;}
.orange a:hover {
	color: #F58A49;}
.green a:hover {
	color: #2FC617;}
ul {
	list-style:none;}

.box {margin: 10px 0;}
.box .box-header, .box .box-footer {*zoom: 1; background: #71CB8B; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #71CB8B), color-stop(100%, #66B87E)); background-image: -webkit-linear-gradient(top, #71CB8B, #66B87E); background-image: -moz-linear-gradient(top, #71CB8B, #66B87E); background-image: -o-linear-gradient(top, #71CB8B, #66B87E); background-image: linear-gradient(top, #71CB8B, #66B87E); text-shadow: 0 1px #000; border-top: 1px solid #59A06D; border-bottom: 1px solid #59A06D; color: #fff; font-weight: 600;}
.box-header:before, .box-header:after {display: table; content: ""; line-height: 0;}
.box-header .title {display: block; padding: 10px; font-size: 12px; font-weight: 600; float: left;}
.box .box-header {-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px;}
.box {-webkit-box-shadow: 0 0 10px 0 #cccccc; -moz-box-shadow: 0 0 10px 0 #cccccc; box-shadow: 0 0 10px 0 #cccccc; background: #fbfbfb; border: 1px solid #cdcdcd; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin-bottom: 20px;}

.table-normal thead td, th {text-align: center; font-size: 11px; padding: 3px 5px 2px 5px; color: #666; height: 25px; line-height: 25px; font-weight: 600; font-size: 12px; text-shadow: 0 1px rgba(255, 255, 255, 0.5); background: #eaeaea; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea)); background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea); background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea); background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea); background-image: linear-gradient(top, #fdfdfd, #eaeaea); border-left: 1px solid #d1d2da; border-right: 1px solid #d1d2da; border-bottom: 1px solid #d1d2da;}

table {border-collapse:collapse; border-spacing:0;}
.table-hover > tbody > tr:hover > td,.table-hover > tbody > tr:hover > th {background-color:#EFEFEF;}

.table-normal {margin-bottom: 0; color: #5a6573;}
.table-normal tbody td, .table-normal thead td {border-left: 1px solid #eaebef;}
.table-normal tbody td:first-child, .table-normal thead td:first-child {border-left: none;}
/*.table-normal tbody td {border-top: 1px solid #eaebef;}*/
.table-normal thead td {text-align: center; font-size: 11px; padding: 3px 5px 2px 5px; color: #666; height: 25px; line-height: 25px; font-weight: 600; font-size: 12px; text-shadow: 0 1px rgba(255, 255, 255, 0.5); background: #eaeaea; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea)); background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea); background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea); background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea); background-image: linear-gradient(top, #fdfdfd, #eaeaea); border-left: 1px solid #d1d2da; border-right: 1px solid #d1d2da; border-bottom: 1px solid #d1d2da;}
.table-normal thead td:first-child {border-left: none;}
.table-normal thead td:last-child {border-right: none;}
.table-normal tbody td {padding: 7px 5px; vertical-align: middle;}
/*.table-normal tbody tr {border-top: 1px solid #eaebef;}*/  
.table-normal tbody tr:nth-child(even) {background: #F3F4F8;}
.table-normal .icon {width: 30px; text-align: center;}
table col[class*="col-"] {float:none; display:table-column;}
table td[class*="col-"],table th[class*="col-"] {float:none; display:table-cell;}

.box-footer {border-top: 1px solid #DDDDDD;}

.row1 {margin-left: 15px; margin-right: 15px;}
.row1:before, .row1:after {content:" "; display:table;}
.row1:after {clear:both;}

.box-section {border-bottom: 1px solid #ddd; margin-left: 0; margin-right: 0; border-top: 1px solid #fff; padding: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.box-section:last-child {border-bottom: none;}

.justnika {
	text-align:justify;}
.table {
	margin-bottom:20px;}
.tablsize {
	font-size: 20px;}
	
.rectangle {counter-reset: li; list-style: none; font: 14px "Trebuchet MS", "Lucida Sans"; padding: 0; text-shadow: 0 1px 0 rgba(255,255,255,.5);}
.rectangle a.doki_a {position: relative; display: block; padding: .4em .4em .4em .8em; margin: .5em 0 .5em 2.5em; background: #585858; color: #fff; text-decoration: none; transition: all .3s ease-out;}
.rectangle a.doki_a:hover {background: #f00;}       
.rectangle a.doki_a:before {content: counter(li); counter-increment: li; position: absolute; left: -2.5em; top: 50%; margin-top: -1em; background: #F00; height: 2em; width: 2em; line-height: 2em; text-align: center; font-weight: bold;}
.rectangle a.doki_a:after {position: absolute; content: ""; border: .5em solid transparent; left: -1em; top: 50%; margin-top: -.5em; transition: all .3s ease-out;}
.rectangle a.doki_a:hover:after {left: -.5em; border-left-color: #f00;}

.button { color: #fff; background: #f00; padding: 7px; margin: 15px 0 7px 0; width: 100px; text-align: center; border-radius: 5px; box-shadow: 0 3px 3px rgba(196, 196, 196, 0.3); cursor: pointer;}
.button:hover {box-shadow: inset 0 7px 7px rgba(196, 196, 196, 0.7);}
.liBg {background: #FCF8E3; padding: 10px;}
#main-nav ul .size17 a {
	font-size: 17px;}
.bordertv {
	
	background: #d90000 none repeat scroll 0 0;
    padding: 30px 5px 5px 5px;
	border-radius: 5px;
	margin-top:-35px;
	}
.top36px {
	margin-top:42px;}
	
.bgimage {
	background-image: url(/img/media/paralax/paralax2.jpg) ;
	}
.bgblack {
	background:#000000;}
.section-8text {
	text-align:center;}
.obrazov a {
	color: #a94442;}
.left	{
	float:left;
	}
.grafik {
	text-align:center;
	font-size:12px;
	margin: -8px 25px 0 0;}
	
.fio {color: #333; font: 20px roboto; margin-bottom: 10px;}
.fio span {color: #999; font: 12px roboto;}
.item p {color: #333;}

#loading {top: 50%; left: 50%; width: 450px; height: 450px; position: absolute; margin-top: -225px; margin-left: -225px;}
#loading-layer {width: 100%; bottom: 0; left: 0; position: fixed; z-index: 999999; right: 0; top: 0; display: none; font-size: 15px; background: #333; text-align: center; color: #fff;}
.textLoad {font-size: 20px;}
#error {position: fixed; left: 0; background: #F17172; width: 250px; min-height: 80px; margin: 10px 0; padding: 10px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; z-index: 999999; color: #fff;}
#comment {text-align: center;}
.akciya {
	text-align:center;
	color: #fff;
	text-transform:uppercase;
	margin-top: 50px;
	}
.akciya2 {
	text-align:center;
	color: #fff;
	font-size: 17px;
	font-family: roboto;
	}
.ekzamen1 {
	background:url(../img/ekz1.jpg) no-repeat;
}	

.ekzamen2 {
	background:url(../img/ekz2.jpg) top center no-repeat;
}
.ekzamen3 {background:url(../img/ekz3.jpg) no-repeat;}		
.ekzamen {height: 490px; width: 100%; margin-bottom:15px;}
.box2 {padding: 30px;}
	
.top10x {margin-top: 10px;}
.nameInput {font-size: 16px; width: 200px;}
.line1 {border-top: 1px dotted #C4C4C4; display: inline-block; height: 1px; list-style: none outside none; margin: 0; width: 100%;}
.optd option {padding: 3px 0;}

#follow {background: #ec1b33; border-top-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-top-left-radius: 10px; -moz-border-bottom-left-radius: 10px; -webkit-border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px;
margin: 0px;
z-index: 99999;
position: fixed;
top: 200px;
right: 0px;
width: 38px;
height: 200px;
}

.modal-backdrop {position: relative; z-index: 0; background: none;}
.modal-footer {text-align: left;}
.modal-body ul {width: 400px; margin: 0 auto;}
.modal-body ul li {margin-bottom: 10px;}
.n {transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);}