/* Browser Reset */

html {
	min-height: 100%;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	text-align: inherit;
	background: transparent;
	border: 0;
	font-family: inherit;
	outline: 0;
	vertical-align: baseline;
	white-space: normal;
}
body a {
	color: #E95846;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline
}
body.contentpane {
	padding: 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #E95846
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ol, ul {
	margin: 0 0 0 20px
}
ul.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none
}
:focus {
	outline: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	height: auto;
	max-width: 100%;
}
/*	Grid  */



.container {
	max-width: 960px;
	min-width: 960px;
	margin: 0 auto;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.container .row, .col {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.row {
	margin-bottom: 1.5em
}
.col {
	display: block;
	float: left;
	width: 100%;
}
.col:first-child {
	margin-left: 0
}
.row:after, .col:after, .clr:after, .group:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
	visibility: hidden;
}
/* grid */



.col {
	margin-left: 2%
}
.span_1 {
	width: 6.5%
}
.span_2 {
	width: 15.0%
}
.span_3 {
	width: 23.5%
}
.span_4 {
	width: 32.0%
}
.span_5 {
	width: 40.5%
}
.span_6 {
	width: 49.0%
}
.span_7 {
	width: 57.5%
}
.span_8 {
	width: 66.0%
}
.span_9 {
	width: 74.5%
}
.span_10 {
	width: 83.0%
}
.span_11 {
	width: 91.5%
}
.span_12 {
	width: 100%
}
#wrapper {
	padding: 0 10px!important;
}
.count-1 {
	clear: both;
	margin-left: 0;
}
/* Body + Main Containers */



body {
	min-height: 100%;
	color: #606060;
	font-weight: 400;
	background: #fff; /* layer fill content */

	font: 13px/25px Arial, Helvetica, sans-serif;
	nowhitespace: afterproperty;
}
#box-wrap {
	margin: 20px auto;
	padding: 0px;
}
#main-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper {
	margin: 0 auto;
	max-width: 940px;
	min-width: 940px;
	width: 940px;
	padding: 0;
	position: relative;
}
#comp-wrap {
	padding: 0
}
.full {
	padding: 0;
	margin: 0;
	clear: both
}
.contact a {
	text-decoration: none
}
/* Article Columns */



.column-1, .column-2, .column-3, .column-4 {
	position: relative;
	margin: 0;
	padding: 0;
}
/* Content styles */



#archive {
	padding: 0;
	margin: 0;
}
.archive {
	padding: 0;
}
.archive .article-count {
	color: #999;
}
.blog-featured {
}
.items-leading {
	position: relative;
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
}
.leading {
	margin: 0 0 20px 0;
	position: relative;
}
.items-row, .item-page, .contact {
	position: relative;
}
.item-separator {
}
.item-page {
	position: relative
}
.item-page-title {
	padding: 0 70px 5px 0;
	margin: 0 0 10px 0
}
.item-page-title, .item-page-title a, .contact-name {
	text-decoration: none;
	font-size: 35px;
	line-height: 35px;
}
.item-page-title a:hover {
}
.contact h2 {
	margin: 0 0 20px 0;
}
.contact .current {
	margin: 0;
	padding: 0;
}
dl.tabs {
	display: block;
	clear: both;
	border-bottom: 1px solid #ddd;
}
dl dt.tabs {
	display: inline-block;
	margin: 0 0 -1px 0
}
dt.tabs h3 {
	margin: 0 2px 5px 0;
}
dt.tabs h3 a {
	padding: 8px 8px 3px 8px;
	line-height: 20px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
	text-decoration: none
}
dt.tabs.closed h3 a {
	border-color: #eeeeee #eeeeee #dddddd;
}
dt.tabs h3 a, dt.tabs h3.open a {
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
dd.tabs {
	padding: 10px 20px
}
.jicons-icons {
	float: left;
	margin: 0 10px 0 0;
	padding: 5px 0 0 0
}
h1.componentheading {
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	color: #333;
}
ul.button-icons {
	position: absolute;
	top: 3px;
	right: 5px;
	margin: 10px 0 0 0;
	padding: 0;
}
ul.button-icons li {
	display: inline-block
}
ul.button-icons li.edit-icon, ul.button-icons li.print-icon, ul.button-icons li.email-icon {
	margin: 0;
	padding: 0;
	width: 20px;
	height: 16px;
	float: left;
	overflow: hidden;
	line-height: 12px;
	font-size: 12px
}
.iteminfo, .content_rating {
	font-size: 11px;
	display: block;
	color: #999999;
	margin: 0 0 5px 0;
}
.content_rating p {
	margin: 0;
	padding: 0;
}
.iteminfo span {
	margin: 0 10px 0 0;
}
.iteminfo a {
}
.iteminfo a:hover {
}
.iteminfo .category, .iteminfo .sub-category, .iteminfo .create, .iteminfo .modified, .iteminfo .published, .iteminfo .createdby, .iteminfo .hits {
	display: inline-block;
	line-height: 20px!important;
}
.iteminfo .createdby {
	font-weight: bold;
}
.items-more {
	clear: both;
}
h3.items-more {
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.items-more ol {
	margin: 0 0 0 30px;
	padding: 0
}
table.category {
}
th.item-title, th.list-title {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
/* Commons */



.clear {
	clear: both
}
blockquote {
	position: relative;
	margin: 30px 0;
	padding: 20px;
	background-color: #e9e9e9;
	color: #505050;
	border-left: 5px solid #ddd;
	font-size: 16px;
	font-style: italic;
	font-family: 'Georgia', sans-serif;
	line-height: 1.8em;
}
pre {
	margin: 30px 0;
	padding: 20px;
	background-color: #e9e9e9;
	color: #505050;
	border-left: 5px solid #ddd;
	font-size: 15px;
	font-family: 'Georgia', sans-serif;
	line-height: 1.8em;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
address {
	margin: 20px 0;
	letter-spacing: 1px;
}
/* Typography */



h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: bold;
	font-family: 'Sintony', Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0 0 20px;
	font-size: 23px;
}
h2 {
	font-size: 18px
}
h3 {
	font-size: 16px
}
h4 {
	font-size: 14px
}
h5 {
	font-size: 12px
}
h6 {
	font-size: 10px
}
.entry p:last-child {
	margin: 0
}
.entry ul {
	margin: 30px 0 30px 20px
}
.entry ul li, .entry ol li {
	margin: 0 0 5px
}
.entry ol {
	margin: 30px 0 30px 25px
}
.entry ol {
	list-style: decimal
}
.entry ul {
	list-style: disc
}
.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin: 40px 0 20px
}
p {
	margin: 0;
}
p.lead {
	color: #777;
	font-size: 21px;
	line-height: 27px;
}
em {
	font-style: italic
}
strong {
	font-weight: bold
}
small {
	font-size: 80%
}
hr {
	height: 0;
	margin: 30px 0 30px;
	border: solid #eee;
	border-width: 1px 0 0;
	clear: both;
}
a {
	outline: 0;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease
}
a:hover {
	color: #000
}
p a, p a:visited {
	line-height: inherit
}
/* Header  */



#header-wrap {
	background: #0C486C; /* layer fill content */
 min-width: 995px;
	height: 255px;
}
#header-wrap .row {
	margin-bottom: 0
}
#logo {
	display: inline-block;
	margin: 11px 0 0px;
}
#logo img {
	display: block;
	width: auto;
}
#logo a {
	color: #000;
	text-shadow: 0 -2px 0 #cfcfcf;
	line-height: 60px;
	font-size: 60px;
	font-family: 'Pacifico', Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	font-weight: bold
}
#site-description {
	color: #000;
	text-shadow: 0 -1px 0 #cfcfcf;
	font-size: 12px;
	font-family: 'Sintony', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase
}
#top {
	line-height: 18px;
	float: right;
	display: inline-block;
}
#top a {
	text-decoration: underline
}
#top h1, #top h2, #top h3, #top h4 {
	font-size: 15px;
	padding: 0;
	margin: 0;
}
#social {
	display: block;
	float: right
}
#social a.social-icon {
	display: inline-block;
	margin-left: 2px;
	padding: 0;
	width: 32px;
	height: 32px;
}
#social a.social_1 {
	background: url(../images/social/facebook.png) 0 0 no-repeat;
}
#social a.social_2 {
	background: url(../images/social/twitter.png) 0 0 no-repeat;
}
#social a.social_3 {
	background: url(../images/social/google.png) 0 0 no-repeat;
}
#social a.social_4 {
	background: url(../images/social/youtube.png) 0 0 no-repeat;
}
#social a.social_5 {
	background: url(../images/social/dribbble.png) 0 0 no-repeat;
}
#social a.social_6 {
	background: url(../images/social/flickr.png) 0 0 no-repeat;
}
#social a.social_7 {
	background: url(../images/social/pinterest.png) 0 0 no-repeat;
}
#social a.social_8 {
	background: url(../images/social/picasa.png) 0 0 no-repeat;
}
#social a.social_9 {
	background: url(../images/social/linkedin.png) 0 0 no-repeat;
}
#social a.social_10 {
	background: url(../images/social/reddit.png) 0 0 no-repeat;
}
/* Navigation */



#navbar-wrap {
	padding: 0px;
	margin: 0 0 10px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
#navbar {
	position: relative;
	height: 55px;
}
#navbar.row {
	margin-bottom: 0
}
#navigation {
	padding: 0 10px;
}
#navigation .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation .menu .icon-angle-right {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	color: #aaa;
	font-size: 12px;
}
#navigation .menu > li {
	display: block;
	float: left;
}
#navigation .menu > li ul {
}
#navigation .menu ul {
	position: absolute;
	left: 0;
	top: 100%;
	margin: 10px 0 0 0; /*IE6 only*/
	_margin: 0;
	nowhitespace: afterproperty;
	opacity: 0;
	transition: all .2s ease-in-out;
	visibility: hidden;
	z-index: 99;
}
#navigation .menu ul ul {
	left: 100%;
	top: 0;
}
#navigation .menu ul ul li {
	width: 100%
}
#navigation .menu li {
	position: relative;
	list-style: none;
}
#navigation .menu li:hover > ul {
	margin: 0;
	opacity: 1;
	visibility: visible;
}
#navigation .menu a {
	display: block;
	position: relative;
}
/* current item */



#navigation .menu > li > a:hover, #navigation .menu > li.sfHover > a, #navigation .menu > .active > a, #navigation .active > a:hover, #navigation .active > a:hover {
	color: #E95846;
}
#navigation .menu > .active > a, #navigation li.active > a {
	font-weight: bold;
	color: #E95846
}
#navigation .menu > li {
	margin-right: 20px;
	padding: 0 10px;
}
#navigation .menu a {
	height: 55px;
	color: #606060;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	line-height: 55px;
	font-size: 16px;
}
/*drop-down styles*/



#navigation .menu ul {
	border-top: none;
	background: #fff;
	border: 1px solid #ddd;
	min-width: 200px;
}
#navigation .menu li:hover ul {
	margin-top: 0;
}
#navigation .menu ul ul.sub-menu {
	margin-top: -1px;
	margin-left: 1px;
}
#navigation .menu ul li {
	border-bottom: 1px solid #ddd
}
#navigation .menu ul li:first-child {
}
#navigation .menu ul li:last-child {
	border: 0
}
#navigation .menu ul li > a:hover {
	color: #E95846
}
#navigation .menu ul a {
	display: block;
	height: auto;
	margin: 0px;
	padding: 12px 15px;
	text-transform: none;
	border: 0px;
	line-height: 1.7em;
}
#navigation .selector {
	display: none
}
#navigation ul.sub-menu .icon-angle-down:before {
	content: "\f105"!important;
}
#navigation ul.sub-menu a {
	font-size: 12px;
}
#navigation i {
	text-align: right
}
#menu-icon {
	display: none;
}
#slide-wrap a:hover {
	color: #fff
}
/* Module Classes */



/* light */



.light {
	border: 2px solid #cfcfcf !important;
	background: #fff url(../images/light-bg.png) 0 0 repeat !important;
	color: #555 !important;
	text-shadow: 1px 1px #fff!important
}
.light .module-title {
	color: #555 !important;
	background: none!important;
	border-bottom: none!important;
}
.light .module-body {
	border-top: none !important;
}
.light a {
	text-decoration: underline !important;
}
.light a:hover {
	color: #333!important
}
/* normal */



.normal {
	border: 2px solid #E95846 !important;
	background: #E95846 url(../images/normal-bg.png) 0 0 repeat !important;
	color: #fff!important;
	text-shadow: 1px 1px #aa2919!important
}
.normal .module-title {
	color: #fff !important;
	background: none!important;
	border-bottom: none!important;
}
.normal .module-body {
	border-top: none !important;
}
.normal a {
	text-decoration: underline !important;
	color: #fff!important
}
.normal a:hover {
	color: #fccdc7!important
}
/* dark */



.dark {
	border: 2px solid #1a1a1a !important;
	background: #222 url(../images/dark-bg.png) 0 0 repeat !important;
	color: #fff !important;
	text-shadow: 1px 1px #000!important;
}
.dark .module-title {
	color: #fff !important;
	background: none !important;
	border-bottom: none!important;
}
.dark .module-body {
	border-top: none !important;
}
.dark a {
	text-decoration: underline !important;
	color: #ccc!important
}
.dark a:hover {
	color: #fff!important
}
/* blank */



.blank {
	border: none!important;
	background: none!important;
	padding: 5px!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	-o-border-radius: 0!important;
	border-radius: 0!important;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	-o-box-shadow: none!important
}
.blank .module-title {
	border: none!important;
	padding: 0 0 0 5px!important
}
.light, .normal, .dark {
	padding: 10px!important;
}
.light ul.menu li a, .normal ul.menu li a, .dark ul.menu li a {
	text-decoration: none!important
}
.light .module-title, .normal .module-title, .dark .module-title {
	padding: 0 0 0 5px!important;
	border: none!important;
	line-height: 30px!important;
}
.light .module-body, .normal .module-body, .dark .module-body {
	padding: 0 5px !important;
}
/* Page Navigation */



ul.pagenav {
	display: block;
}
ul.pagenav li {
	list-style: none;
}
ul.pagenav li a {
	display: block
}
.pagenav-prev {
	float: left;
}
.pagenav-next {
	float: right
}
#pagination {
	clear: both;
	text-align: center;
	padding: 0;
}
/* Breadcrumbs */



.breadcrumbs {
	padding: 0;
	margin: 0 0 10px 0;
	color: #999
}
.breadcrumbs a {
	color: #999
}
.breadcrumbs .icon-angle-right {
	padding: 0 5px
}
/* Sidebar */



#leftbar-w {
	float: left
}
#rightbar-w {
	float: right;
	display: block;
}
#sidebar {
	padding: 0;
}
#sidebar .module {
	margin-bottom: 20px;
	border: 4px solid #fff;
	position: relative;
	background: #fff;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2)
}
#sidebar .module-title {
	font-size: 14px;
	line-height: 25px;
	color: #333;
	padding: 5px 0 5px 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 5px solid #e0e0e0;
}
#sidebar h3 {
	margin: 0;
	padding: 0 0 5px 0;
}
#rightbar-w .module-title {
}
#sidebar .module-body {
	margin: 0;
	padding: 5px;
}
#sidebar .module-body p {
	padding: 0;
	margin: 0 0 5px 0;
}
#sidebar ul li {
	margin: 0 5px;
	padding: 0;
}
#sidebar a {
}
#sidebar a:hover {
}
/* Sidebar Menu*/



#sidebar .module ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar .module ul.menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/sidebar-menu-sep.png) bottom left repeat-x;
}
#sidebar .module ul.menu li:hover {
}
#sidebar .module ul.menu li a, #sidebar .module ul.menu li.active ul li a, #sidebar .module ul.menu li ul li.active ul li a {
	display: block;
	margin: 0;
	padding: 5px 0 7px 25px;
	background: url(../images/sidebar-li1.png) 5px 50% no-repeat;
	text-decoration: none;
	color: #999;
	font-family: 'Sintony', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
}
#sidebar .module ul.menu li a:hover, #sidebar .module ul.menu li.active a, #sidebar .module ul.menu li ul li a:hover, #sidebar .module ul.menu li ul li.active a, #sidebar .module ul.menu li.active ul li a:hover, #sidebar .module ul.menu li ul li.active ul li.active a {
	background: url(../images/sidebar-li2.png) 5px 50% no-repeat;
	text-decoration: none;
	color: #E95846;
}
#sidebar .module ul.menu li.active {
}
/* Sidebar SubMenu*/



#sidebar .module ul.menu li ul {
	margin: 0;
	background: url(../images/sidebar-menu-sep.png) top left repeat-x
}
#sidebar .module ul.menu li ul li {
	background: none;
	margin: 0;
	padding: 0 0 0 10px
}
#sidebar .module ul.menu li:last-child, #sidebar .module ul.menu li ul li:last-child, #sidebar .module ul.menu li.active ul li:last-child {
	background: none
}
#sidebar .module ul.menu li ul li a {
}
#sidebar .module ul.menu li ul li a:hover {
	border: 0;
}
#sidebar .module ul.menu li ul li.active, #sidebar .module ul.menu li.active ul li {
	background: url(../images/sidebar-menu-sep.png) bottom left repeat-x
}
.module .menu .icon-angle-down:before {
	content: ""!important
}
/* User1 and User2 */



#user1-wrap {
	margin-bottom: 20px;
	border: 4px solid #fff;
	position: relative;
	background: #fff;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2)
}
#user1 {
	padding: 0;
	margin: 0 auto;
	clear: both;
}
#user1 .module {
	color: #555;
	margin-bottom: 10px
}
#user1 .inner {
	padding: 0 10px;
}
#user1 .module-title {
	display: block;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#user1 h3.module-title {
	margin-bottom: 0;
	padding-bottom: 0;
}
#user1 .module-body {
}
#user1 a {
}
#user1 a:hover {
}
#user1 ul {
	margin: 0;
	padding: 0;
}
#user1 ul li {
	border-bottom: none;
	list-style: none;
}
#user1 ul li:hover {
}
#user1 ul li a {
	display: block;
	padding: 0 0 0 20px;
	background: url(../images/user1-arrow.png) 0 50% no-repeat;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Sintony', Arial, Helvetica, sans-serif;
}
#user1 ul li a:hover {
}
/* User 2 */



#user2-wrap {
	margin-bottom: 20px;
	border: 4px solid #fff;
	position: relative;
	background: #fff;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2)
}
#user2 {
	padding: 0;
	margin: 0 auto;
	clear: both;
	text-shadow: 1px 1px #fff;
}
#user2 .module {
	color: #555;
	margin-bottom: 10px
}
#user2 .inner {
	padding: 0 10px;
}
#user2 .module-title {
	display: block;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#user2 h3.module-title {
	margin-bottom: 0;
	padding-bottom: 0;
}
#user2 .module-body {
}
#user2 a {
}
#user2 a:hover {
}
#user2 ul {
	margin: 0;
	padding: 0;
}
#user2 ul li {
	border-bottom: none;
	list-style: none;
}
#user2 ul li:hover {
}
#user2 ul li a {
	display: block;
	padding: 0 0 0 20px;
	background: url(../images/user2-arrow.png) 0 50% no-repeat;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Sintony', Arial, Helvetica, sans-serif;
}
#user2 ul li a:hover {
}
/* Search */



input[type="search"] {
	display: block;
	width: 100%;
	padding: 10px 32px 10px 11px;
	color: #202020;
	font-size: 11px;
	-moz-box-sizing: border-box;
	-webkit-appearance: none !important;
	-webkit-box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
 input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none
}
 input[type="search"]::-webkit-search-decoration {
 display: none
}
input[type="search"]:focus {
	color: #000;
	outline: none;
}
/* Forms / Inputs / Buttons */



.inputbox, input, textarea, select {
	background: #fff;
	border: 1px solid #d4d4d4;
}
.inputbox {
	width: 160px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], textarea {
	display: block;
	max-width: 100%;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 12px !important;
	color: #808080;
	font-size: 13px;
	font-weight: 400;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.030) inset;
}
textarea {
	width: 100%;
	line-height: 1.6em !important;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
	color: #505050;
	border-color: #ccc;
	outline: none;
}
input[type="button"], input[type="submit"], button[type="submit"], button[type="button"] {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 15px;
	background-color: #fff;
	color: #666;
	text-decoration: none;
	-webkit-appearance: none !important;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
	background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0 );
	min-height: 36px;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
	cursor: pointer;
	line-height: 36px;
	nowhitespace: afterproperty;
	nowhitespace: afterproperty;
	nowhitespace: afterproperty;
	nowhitespace: afterproperty;
	text-shadow: 1px 1px 0 #FFFFFF;
}
input[type="button"]:active, input[type="submit"]:active, button[type="submit"]:active, button[type="button"]:active {
	background-image: linear-gradient(to bottom, #efefef 0px, #fff 100%);
	border-color: #bbb #bbb #ddd;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10) inset;
}
input[type="button"]:hover, input[type="submit"]:hover, button[type="submit"]:hover, button[type="button"]:hover {
	background: #fff
}
a.btn-readmore {
	background-color: #E95846;
	color: #fff;
	padding: 5px 10px;
}
/* Mailto */



.mailto {
	background: #fff;
	color: #222;
	padding: 10px;
}
/* Tooltips */



.tip-wrap {
	float: left;
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #535353;
	border: 1px solid #222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	max-width: 200px;
	text-shadow: 1px 1px #000
}
.tip-title {
	padding: 0;
	margin: 0;
	display: none
}
.tip-text {
	font-size: 100%;
	margin: 0;
}
#topcontrol {
	background: url(../images/arrow_up.png) 50% 50% no-repeat;
	width: 60px;
	height: 60px;
	white-space: nowrap;
	cursor: pointer;
	opacity: 0.7;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	bottom: 20px;
	right: 20px;
	z-index: 999;
}
/* Error */



#error {
	padding: 20px;
	text-align: center
}
#error .error {
	color: #FF0000;
	display: block;
	padding: 0;
	font-size: 200px;
	font-weight: bold;
	line-height: 200px;
}
#error .center {
	width: 400px;
	margin-left: -200px;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 20%
}
#error .error {
	text-shadow: 0 -1px 0 rgba(0,0,0,0.9), 0 1px 0 rgba(255,255,255,0.7);
}
#error .error > span {
	display: inline-block;
	position: relative;
}
#error .error > span:before {
	content: "";
	position: absolute;
	top: 70%;
	left: -30px;
	right: -30px;
	height: 80px;
	background: url(../images/error.png) no-repeat;
	background-size: 100% 100%;
}
#error ol li {
	text-align: left;
}
/* Offline */



.error-offline .error > span:before {
	top: 65%;
}
.error-offline .message {
	width: 350px;
}
/* Thumbs */



.width-10 {
	width: 10px;
}
.width-20 {
	width: 20px;
}
.width-30 {
	width: 30px;
}
.width-40 {
	width: 40px;
}
.width-50 {
	width: 50px;
}
.width-60 {
	width: 60px;
}
.width-70 {
	width: 70px;
}
.width-80 {
	width: 80px;
}
.width-90 {
	width: 90px;
}
.width-100 {
	width: 100px;
}
.height-10 {
	height: 10px;
}
.height-20 {
	height: 20px;
}
.height-30 {
	height: 30px;
}
.height-40 {
	height: 40px;
}
.height-50 {
	height: 50px;
}
.height-60 {
	height: 60px;
}
.height-70 {
	height: 70px;
}
.height-80 {
	height: 80px;
}
.height-90 {
	height: 90px;
}
.height-100 {
	height: 100px;
}
.thumbnail {
	border: 1px solid #ccc!important;
	max-width: 100%!important;
}
.thumbnail img {
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.thumbnail img:hover {
	opacity: 1;
}
.thumbnail.pull-left {
	margin-right: 10px!important
}
.thumbnail.pull-right {
	margin-left: 10px!important
}
.thumbnails {
	margin-left: -20px;
	list-style: none;
 *zoom: 1;
}
.thumbnails:before, .thumbnails:after {
	display: table;
	content: "";
	line-height: 0;
}
.thumbnails:after {
	clear: both;
}
.thumbnails > li {
	float: left;
	margin-bottom: 18px;
	margin-left: 20px;
}
.thumbnail {
	display: block;
	padding: 4px;
	line-height: 18px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a.thumbnail:hover {
	border-color: #08c;
	-webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
	-moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
	box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.thumbnail > img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail .caption {
	padding: 9px;
	color: #555;
}
/* Footer */



#footer-wrap {
	padding: 10px 0;
}
#footer-wrap p {
	margin: 0;
	padding: 0;
}
/* Footer Menu*/



#footer-nav {
	float: right
}
#footer-nav ul {
	margin: 0;
	padding: 0;
	float: right;
}
#footer-nav ul li {
	list-style: none;
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0 1px 0 0;
	height: 25px;
	border-right: none;
	font-family: 'Sintony', Arial, Helvetica, sans-serif;
}
#footer-nav ul li a {
	display: block;
	padding: 0 10px;
	margin: 5px 0 0 0;
	line-height: 12px;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	border-right: 1px solid #cfcfcf;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}
#footer-nav ul li a:hover {
	color: #000
}
.copyright {
	margin: 6px 0 0 1px;
	padding: 0;
	font-size: 12px;
	float: left;
}
.copyright a {
	font-size: 12px;
}
.copy a:hover {
}
.clever {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #cfcfcf;
	text-align: right;
	text-shadow: none;
	position: absolute;
	bottom: -10px;
	right: 0;
}
.clever a {
	text-decoration: none;
	font-size: 10px;
	color: #cfcfcf
}
.dl-horizontal dt {
	clear: left;
	float: left;
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 40px;
}
.dl-horizontal dd {
	margin-left: 50px;
}
.wk-gallery-wall.zoom > *:hover {
    box-shadow: none !important;
    transform: none !important;
    z-index: 10;
}
.wk-gallery-wall.zoom .prt:hover > img {
    box-shadow: none !important;
    transform: rotate(0deg) scale(1.2);
    transition: all 1s ease 0s;
    z-index: 10;
}
.wk-gallery-wall.zoom .prt > img {
    box-shadow: none !important;
    transition: all 1s ease 0s;
    z-index: 10;
}
.wk-gallery-wall.zoom {
    cursor: pointer;
}
@font-face {
	font-family: "Roboto Slab Bold";
	src: url(../fonts/RobotoSlab-Bold.ttf); /* Путь к файлу со шрифтом */
}
.top-tel p a {
	color: #fff; /* text color */
	font-family: "Roboto Slab Bold";
font-size: 35px;

	
	}
	
	@font-face {
	font-family: "Roboto Slab Regular";
	src: url(../fonts/RobotoSlab-Regular.ttf); /* Путь к файлу со шрифтом */
}
.top-tel p a span {
	color: #fff; /* text color */
	font-family: "Roboto Slab Regular";
font-size: 35px;

	
	}
	@font-face {
	font-family: "Roboto Medium";
	src: url(../fonts/Roboto-Medium.ttf); /* Путь к файлу со шрифтом */
}

.top-perezvonit #per_sent {
	color: #fff; /* text color */
	font-family: "Roboto Medium";
font-size: 15px;
border: 1px solid #e51a1d; /* stroke */
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #fff; /* layer fill content */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMmQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlNzI3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
background-image: -moz-linear-gradient(bottom, #ed2d31 0%, #ee7274 100%); /* gradient overlay */
background-image: -o-linear-gradient(bottom, #ed2d31 0%, #ee7274 100%); /* gradient overlay */
background-image: -webkit-linear-gradient(bottom, #ed2d31 0%, #ee7274 100%); /* gradient overlay */
background-image: linear-gradient(bottom, #ed2d31 0%, #ee7274 100%); /* gradient overlay */
 height: 40px;
    margin: 0;
    padding: 5px 7px;
    position: relative;
    top: -2px;
}
div#maximenuck ul.maximenuck li.maximenuck.level1 > a, div#maximenuck ul.maximenuck li.maximenuck.level1 > span.separator {
color: #fff; /* text color */
	font-family: "Roboto Medium";
font-size: 15px;
}

div#maximenuck ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck ul.maximenuck li.maximenuck.level1.active > span.separator {
color: #fff; /* text color */
	font-family: "Roboto Medium";
font-size: 15px;
text-decoration: underline;
}
#header {
    float: left;
    overflow: visible !important;
	width: 387px;
}
.top-tel p {
    line-height: 36px;
}
.top-perezvonit .formResponsive .formHorizontal .formControlLabel {
    display: none;
    float: left;
    padding-top: 4px;
    text-align: right;
    width: 140px;
}

.top-perezvonit .formResponsive .formHorizontal .formControls {
    margin-left: 0;
}
.top-perezvonit h2 {
    display: none;
}
.rsform-block.rsform-block-per-mne {
    width: 194px;
	float: left;
}
.top-perezvonit .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.top-perezvonit .formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: 11px;
    line-height: 18px;
    margin-bottom: 9px;
    padding: 4px;
}
.rsform-block.rsform-block-per-sent {
    float: right;
    margin: 0 0 0 46px;
}
#header2 {
    float: right;
	width: 58%;
	position: relative;
}
.top-menu ul {
	margin:0;
	}
	div#maximenuck ul.maximenuck li.maximenuck.level1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid transparent;
    box-shadow: none;
    cursor: pointer;
    filter: none;
    list-style: outside none none;
    margin: 0;
    padding: 4px 0 2px;
    text-align: center;
    vertical-align: middle;
}
.top-menu {
    margin: 38px 0 0;
	 background: #0c486c none repeat scroll 0 0;
	 
}

.top-kartinka {
    left: 76px;
    position: absolute;
    top: 54px;
}
@font-face {
	font-family: "Roboto Bold";
	src: url(../fonts/Roboto-Bold.ttf); /* Путь к файлу со шрифтом */
}
.my-zaberem-vas p {
color: #fff; /* text color */
	font-family: "Roboto Bold";
font-size: 27px;
 line-height: 44px;
}
.my-zaberem-vas {
    background: rgba(0, 0, 0, 0) url("../images/bg-my-zab.png") no-repeat scroll 0 0;
    height: 64px;
    margin: 13px 0 0 -5px;
    text-align: center;
    width: 953px;
}
@font-face {
	font-family: "Roboto Slab Bold";
	src: url(../fonts/RobotoSlab-Bold.ttf); /* Путь к файлу со шрифтом */
}
.raspisania h3 {
 color: #0b476b;
    font-family: "Roboto Slab Bold";
    font-size: 35px;
    font-weight: normal;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 295px;
	}
	.nashi-preim h3 {
 color: #0b476b;
    font-family: "Roboto Slab Bold";
    font-size: 35px;
    font-weight: normal;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 477px;
	padding: 15px 0 0;
	}
.raspisania h3::before {
    background: rgba(0, 0, 0, 0) url("../images/bg-h3.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 10px;
    position: relative;
    width: 24px;
	 top: 19px;
}

.raspisania h3::after {
    background: rgba(0, 0, 0, 0) url("../images/bg-h3.png") no-repeat scroll right center;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: 19px;
    width: 24px;
}

.nashi-preim h3::after {
    background: rgba(0, 0, 0, 0) url("../images/bg-h3.png") no-repeat scroll right center;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: 36px;
    width: 24px;
}

.nashi-preim h3::before {
    background: rgba(0, 0, 0, 0) url("../images/bg-h3.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 10px;
    position: relative;
    width: 24px;
	 top: 19px;
}
.raspisania h4 {
color: #000; /* text color */
	font-family: "Roboto Bold";
font-size: 27px;
font-weight:normal;
  /*margin: 17px 0 6px;*/
  margin: 10px 0 10px;
    text-align: center;
}

.tb2 {
    border-bottom: 2px solid #e0e0e0;
    border-left: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
}
.td1, .td3 {
    border: 2px solid #e0e0e0;
}
#t5 td {
    border-bottom: medium none;
}
@font-face {
	font-family: "Roboto Medium";
	src: url(../fonts/Roboto-Medium.ttf); /* Путь к файлу со шрифтом */
}
.td1 {
color: #000;
    font-family: "Roboto Medium";
    font-size: 23px;
    padding: 11px 0;
	text-align: center;
	width: 310px;
}
.td3 {
	color: #000;
    font-family: "Roboto Medium";
    font-size: 23px;
    padding: 11px 0;
	text-align: center;
	width: 310px;
}

#tr3, #t5 {
    background: #f2f2f2 none repeat scroll 0 0;
	
}
.tb1, .tb2 {
    margin: 0 auto;
	 width: 621px;
}

@font-face {
	font-family: "Roboto light";
	src: url(../fonts/Roboto-light.ttf); /* Путь к файлу со шрифтом */
}
.st {
	font-family: "Roboto light" !important;
    font-size: 25px !important;
    line-height: 29px !important;
    margin: 0 !important;
	}
	
	.ae {
 font-family: "Roboto light" !important;
    font-size: 17px !important;
    line-height: 17px !important;
    margin: 0 0 0 125px !important;
    text-align: left !important;		}
		
		.raspisania p {
 font-family: "Roboto light";
    font-size: 25px;
    line-height: 35px;
    margin: 9px 0 1px;
    text-align: center;
			}
			
			.tz {
				font-size:20px !important;
				    font-family: "Roboto Medium" !important;
 margin: 1px 0 0 !important;
				}
.zakaz-taxi .pweb-text {				
				color: #fefefe; /* text color */
    font-family: "Roboto Medium";
font-size: 23px;

}

.zakaz-taxi .pwebcontact_toggler.pweb-toggler-blue {
	border: 1px solid #e51a1d; /* stroke */
-moz-border-radius: 31px;
-webkit-border-radius: 31px;
border-radius: 31px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #000; /* layer fill content */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMmQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlNzI3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
background-image: -moz-linear-gradient(bottom, #ed2d31 0%, #ee7274 100%); /* gradient overlay */
background-image: -o-linear-gradient(bottom, #ed2d31 0%, #ee7274 100%); /* gradient overlay */
background-image: -webkit-linear-gradient(bottom, #ed2d31 0%, #ee7274 100%); /* gradient overlay */
background-image: linear-gradient(bottom, #ed2d31 0%, #ee7274 100%); /* gradient overlay */
  height: 44px;
    padding: 15px 10px 0;
    text-align: center;
    width: 240px;
	
	}
	
	.zakaz-taxi {
    margin: 16px auto;
    width: 265px;
}
.nash-shema-otzyvy {
background-color: #000; /* layer fill content */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSItMS40MjEwODU0NzE1MjAyZS0xNCUiIHgyPSI1MCUiIHkyPSIxMDAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
background-image: -moz-linear-gradient(top, #f7f7f7 0%, #fff 100%); /* gradient overlay */
background-image: -o-linear-gradient(top, #f7f7f7 0%, #fff 100%); /* gradient overlay */
background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #fff 100%); /* gradient overlay */
background-image: linear-gradient(top, #f7f7f7 0%, #fff 100%); /* gradient overlay */
 margin: 30px 0 43px;
  min-width: 995px;
}
.car2 {
    float: left;
    margin: 21px 0 0 -9px;
}

.ulspna ul li {
    background: rgba(0, 0, 0, 0) url("../images/bg-li-pr.png") no-repeat scroll 0 0;
    color: #000;
    font-family: "Roboto Medium";
    font-size: 17px;
    line-height: 17px;
    list-style: outside none none;
    padding: 0 0 19px 27px;

}
.ulspna {
    float: right;
	  width: 57%;
}
.ul1 {
    float: left;
    margin: 84px 0 0 15px;
}
.ul2 {
    float: right;
    margin: 84px 0 0;
    width: 254px;
}
.nashi-preim {
    border-bottom: 1px solid #ececec;
    height: 297px;
	 padding: 20px 0 0;
}
.shema-raboty h3 {
 color: #0b476b;
    font-family: "Roboto Slab Bold";
    font-size: 35px;
    font-weight: normal;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 346px;
	padding: 15px 0 0;
	}
.shema-raboty h3::after {
    background: rgba(0, 0, 0, 0) url("../images/bg-h3.png") no-repeat scroll right center;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: 36px;
    width: 24px;
}

.shema-raboty h3::before {
    background: rgba(0, 0, 0, 0) url("../images/bg-h3.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 10px;
    position: relative;
    width: 24px;
	 top: 19px;
}
.shema-raboty .caption {
color: #0b476b;
    font-family: "Roboto Medium";
    font-size: 23px;
    margin: 14px 0 0;
    text-align: center;
}
.shema-raboty .wk-gallery {
    margin: 52px 0 0;
}
.shema-raboty .prt {
    margin: 0 25px;
}
.shema-raboty {
    border-bottom: 1px solid #ececec;
    height: 351px;
	padding: 20px 0 0;
}

.otzyvy {
    padding: 20px 0 0;
	  height: 310px;
}
.otzyvy h3 {
 color: #0b476b;
    font-family: "Roboto Slab Bold";
    font-size: 35px;
    font-weight: normal;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 240px;
	padding: 15px 0 0;
	}
.otzyvy h3::after {
    background: rgba(0, 0, 0, 0) url("../images/bg-h3.png") no-repeat scroll right center;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: 36px;
    width: 24px;
}

.otzyvy h3::before {
    background: rgba(0, 0, 0, 0) url("../images/bg-h3.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 10px;
    position: relative;
    width: 24px;
	 top: 19px;
}
@font-face {
	font-family: "Roboto-light";
	src: url(../fonts/Roboto-light.ttf); /* Путь к файлу со шрифтом */
}
.otzyvy .item-des {
 color: #000;
    font-family: "Roboto-light";
    font-size: 13px !important;
    line-height: 17px;
    margin: 10px 0 0;
    padding: 0 19px;
}
.otzyvy .item-title  a{
color: #000; /* text color */
    font-family: "Roboto Medium";
font-size: 17px;
}
.otzyvy .item-content {
    background: rgba(0, 0, 0, 0) url("../images/bg-li-otz.png") no-repeat scroll 0 0;
    display: inline-block;
    float: none;
    font-size: medium;
    height: 209px;
    margin-bottom: 2%;
    vertical-align: top;
    white-space: normal;
    width: 270px;
}
.otzyvy .item-title {
    padding: 0 0 0 5px;
}
.otzyvy .preview {
    background: rgba(0, 0, 0, 0) url("../images/preview.png") repeat scroll 0 0 !important;
    height: 25px !important;
    left: -18px !important;
    position: absolute !important;
    top: 88px !important;
    width: 13px !important;
}
.otzyvy .next  {
    background: rgba(0, 0, 0, 0) url("../images/next.png") repeat scroll 0 0 !important;
    height: 25px !important;
    right: -18px !important;
    position: absolute !important;
    top: 88px !important;
    width: 13px !important;
}
@font-face {
	font-family: "Roboto Slab Regular";
	src: url(../fonts/RobotoSlab-Regular.ttf); /* Путь к файлу со шрифтом */
}
.chasto-zad-vop  h3 {
 color: #fffefe;
    font-family: "Roboto Slab Regular";
    font-size: 35px;
    padding: 24px 0 0;
    text-align: center;
}
.chasto-zad-vop {
background: #0C486C; /* layer fill content */
 padding: 0 0 15px;
  min-width: 995px;
}
@font-face {
	font-family: "Roboto Slab Regular";
	src: url(../fonts/RobotoSlab-Regular.ttf); /* Путь к файлу со шрифтом */
}
.chasto-zad-vop h3.toggler  {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #fff;
    font-family: "Roboto Slab Regular";
    font-size: 17px;
    font-weight: normal;
    line-height: 19px;
    padding: 10px 0 0;
    text-align: left;
}
.chasto-zad-vop .content {
color: #fff; /* text color */
    font-family: "Roboto-light";
font-size: 15px;
font-weight: normal;
}

.chasto-zad-vop .toggler > span {
	
	border-bottom:1px dashed #fff;
	}
	
	.chasto-zad-vop .wk-accordion {
    margin: 12px 0 0 83px;
    width: 800px;
}
.footer-menu1 ul li a {
color: #000; /* text color */
    font-family: "Roboto Medium";
font-size: 13px;
text-decoration: underline;
}
.footer-menu1 ul li  {
	list-style:none;
	
}

.footer-menu2 ul li a {
color: #000; /* text color */
    font-family: "Roboto Medium";
font-size: 13px;
text-decoration: underline;
}
.footer-menu2 ul li  {
	list-style:none;
	
}
.footer-menu1 {
    float: left;
    margin: 0 0 0 12px;
}
.footer-menu2 {
    float: left;
    margin: 0 0 0 18px;
}
@font-face {
    font-family: "Roboto Slab Bold";
    src: url("../fonts/RobotoSlab-Bold.ttf");
}
.footer-tel p a {
    color: #000;
    font-family: "Roboto Slab Bold";
    font-size: 25px;
}
@font-face {
    font-family: "Roboto Slab Regular";
    src: url("../fonts/RobotoSlab-Regular.ttf");
}
.footer-tel p a span {
    color: #000;
    font-family: "Roboto Slab Regular";
    font-size: 25px;
}
.footer-tel {
    float: left;
    margin: 9px 0 0 70px;
}
.footer-zak-taxi {
    float: left;
	  margin: 18px 0 0 73px;
}
.footer-zak-taxi .pweb-text {
color: #fff; /* text color */
    font-family: "Roboto Medium";
font-size: 15px;
}
#pwebcontact114_toggler {
	border: 1px solid #e51a1d; /* stroke */
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #fff; /* layer fill content */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMmQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlNzI3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
background-image: -moz-linear-gradient(bottom, #ed2d31 0%, #ee7274 100%); /* gradient overlay */
background-image: -o-linear-gradient(bottom, #ed2d31 0%, #ee7274 100%); /* gradient overlay */
background-image: -webkit-linear-gradient(bottom, #ed2d31 0%, #ee7274 100%); /* gradient overlay */
background-image: linear-gradient(bottom, #ed2d31 0%, #ee7274 100%); /* gradient overlay */
text-align: center;
    width: 146px;
	}
	.footer-soc img {
    margin: 0 9px 0 6px;
}
.footer-soc {
    float: left;
    margin: 19px 0 0 8px;
}
@font-face {
	font-family: "Roboto-light";
	src: url(../fonts/Roboto-light.ttf); /* Путь к файлу со шрифтом */
}
.copyright p {
color: #000; /* text color */
font-family: "Roboto-light";
font-size: 15px;

font-style:italic;
}
.rozrab a {
color: #000; /* text color */
font-family: "Roboto-light";
font-style:italic;

font-size: 15px;
}
.rozrab a span {
color: #000; /* text color */
font-family: "Roboto-light";
font-weight: bold;

font-size: 15px;
}
.rozrab {
    float: right;
    margin: 5px 0 0;
}
.item101 {
	display:none !important;
	}
	
	.raspisania {
    display: block;
    padding: 30px 0 0;
    position: relative;
}

.gorod  {
	font-size: 27px;
	color: #0c486c;
	font-family: "Roboto Slab Bold";
	margin: 15px 0 0 0;
	text-align: center;
}

.razdel {
	background: url('/templates/clever/images/razdel.png') no-repeat scroll 0 0;
    display: block;
    width: 630px;
    height: 10px;
    margin: 40px auto 30px;
}

