/* File: assets/cs/css/fonts.css
   Compiled at: 2018-10-15 12:51:07 
================================ */
@font-face {
    font-family: 'proximanova-regular';
    src: url('proximanova-regular-webfont.eot');
    src: url('proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-regular-webfont.woff') format('woff'),
         url('proximanova-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proximanova-semibold';
    src: url('proximanova-semibold-webfont.eot');
    src: url('proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-semibold-webfont.woff') format('woff'),
         url('proximanova-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proximanova-bold';
    src: url('proximanova-bold-webfont.eot');
    src: url('proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-bold-webfont.woff') format('woff'),
         url('proximanova-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proximanova-light';
    src: url('proximanova-light-webfont.eot');
    src: url('proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-light-webfont.woff') format('woff'),
         url('proximanova-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* File: assets/cs/css/main.css
   Compiled at: 2018-10-15 12:51:07 
================================ */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {
	font-family: 'proximanova-regular';
}

.fl-left {float: left;}
.fl-right {float: right;}
.clear {clear: both;}

strong {
	font-family: 'proximanova-semibold' !important;
}

.content-part {
	max-width: 940px;
	padding: 0px 10px;
	margin: 0 auto;
}

.subpage #content, .lp-content {
	background: #E7E8E9 url('../images/subpage_background.png') repeat-x top left;
	padding-top: 25px;
	padding-bottom: 50px;
}

/* TOP PART */
#header {
	width: 100%;
	height: 82px;
	background-color: #FFFFFF;
	padding: 7px 0px 10px 0px;
}

#logo img {
	max-width: 100%;
}

#header ul {
	float: right;
/* 	margin-right: 100px; */
	height: 99px;
	line-height: 82px;
}

#header ul li {
	list-style-type: none;
	float: left;
/* 	margin-right: 70px; */
	margin-right: 30px;
}

#header ul li a {
	text-transform: uppercase;
	color: #29292A;
	text-decoration: none;
}

#header ul li a:hover, #header ul li.active a {
	text-decoration: underline;
}

 #header ul li.active a:hover {
	text-decoration: none;
}

/* HP */
#hp-search {
	width: 100%;
	height: auto;
	min-height: 810px;
	/* 	max-height: 810px; */
	position: relative;
	background: transparent url('../images/hp_background.jpg') no-repeat top left;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 20px;
}

#hp-search h1, #hp-search h2, #hp-search h3,
#hp-search-2 h1, #hp-search-2 h2, #hp-search-2 h3 {
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#hp-search h1, #hp-search-2 h1 {
	font-size: 2.5em;
	text-transform: uppercase;
	margin-top: 55px;
	margin-bottom: 10px;
}

#hp-search h2, #hp-search-2 h2 {
	font-family: 'proximanova-light';
	font-size: 1.9em;
}

#hp-search h3, #hp-search-2 h3 {
	font-family: 'proximanova-regular';
	font-size: 1.9em;
	text-transform: uppercase;
}

.hp-box {
	width: 878px;
	background-color: #F3F3F3;
	border: 1px solid #F3F3F3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
}

.hp-box.box-search {
	min-height: 277px;
	margin-top: 50px;
	margin-bottom: 25px;
    padding-bottom: 30px;
}

.hp-box.box-advantages {
	height: auto;
	margin-top: 20px;
	padding-bottom: 20px;
}

.hp-box .tabs {
	height: 65px;
	width: 100%;
	background-color: #FAFAFA;
}

.hp-box .tabs li {
	list-style-type: none;
	float: left;
	display: block;
	height: 65px;
	width: 240px;
	line-height: 65px;
	text-align: center;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}

.hp-box .tabs li.active {
	background-color: #F3F3F3;
}

.hp-box .tabs li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #29292A;
	display: block;
}

.hp-box .tabs li a:hover {
	color: #6CB1D8;
}

.hp-box .tabs li.active a:hover {
	color: #29292A;
}

.element {
	width: 100%;
	height: 54px;
	background: #FFFFFF url('../images/element_background.png') repeat-x top left;
	border: 1px solid #929292;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}

.element input[type="text"] {
	position: absolute;
	border: 0;
	height: 40px;
	line-height: 40px;
	top: 8px;
	left: 16px;
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	width: 100%;
	color: #757575;
	font-family: 'proximanova-light';
	outline: 0;
	padding-right: 16px;
}

.element input[type="text"]:focus {
	outline: 0;
}

.hp-box.box-search table {
	width: 726px;
	margin: 15px auto 0px auto;
}

.hp-box.box-search table td, .hp-box.box-search table th {
	padding-bottom: 10px;
	vertical-align: top;
}

.hp-box.box-search table th {
	text-align: left;
	text-transform: uppercase;
	color: #29292A;
	font-size: 16px;
}

.submit {
	display: block;
	width: 100%;
	height: 56px;
	background-color: #DF3E1D;
	outline: 0;
	border: 1px solid #DF3E1D;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	color: #FFFFFF;
	text-align: center;
	line-height: 56px;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.submit:focus {
	outline: 0;
}

.submit:hover {
	background-color: #C62504;
}

.hp-box.box-search .cell-2 td {
	width: 347px;
}

.hp-box.box-search .cell-2 td:first-child {
	padding-right: 32px;
}

.location {
	display: block;
	width: 43px;
	height: 46px;
	text-indent: -9999px;
	background: #FFFFFF url('../images/location_icon.png') no-repeat top left;
	margin-top: 4px;
}

.location-wrapper .location {
	display: block;
	/* 	float: right; */
	top: 0px;
	right: 0px;
	position: absolute;
	z-index: 10000;
}

.advantages-wrapper {
	width: auto;
	margin: 35px auto 0px auto;
	padding: 0px;
	text-align: center;
	position: relative;
}

.advantages-wrapper a {
	text-decoration: none;
}

.advantages-wrapper a:hover span {
	text-decoration: underline;
}

.advantage {
	height: 150px;
	width: 150px;
	text-align: center;
	padding: 0px;
	display: inline-block;
	margin: 0px 5px 20px 5px;
	vertical-align: top;
}

.advantage span {
	color: #191919;
	font-family: 'proximanova-regular';
	display: block;
	width: 90%;
	margin: 35px auto 0px auto;
	line-height: 1.2em;
}

.advantage img {
	max-width: 100%;
	height: auto;
}

/* SERVICES */
#service-bar {
	width: 100%;
	background-color: #FFFFFF;
}

#service-bar .tabs-wrapper {
	width: 100%;
	height: 60px;
	padding-top: 10px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #CEE3EE;
	position: relative;
}

#service-bar .tabs-wrapper ul {
	width: 880px;
	height: 61px;
	margin: 0px auto 0px auto;
}

#service-bar .tabs-wrapper ul li {
	float: left;
	width: 211px;
	height: 60px;
	margin-left: 60px;
	line-height: 60px;
	cursor: pointer;
}

#service-bar .tabs-wrapper ul li.active {
	border: 1px solid #CEE3EE;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	border-bottom: 1px solid #FFFFFF !important;
	background-color: #FFFFFF;
	line-height: 58px !important;
	width: 209px !important;
}

#service-bar .tabs-wrapper ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

#service-bar .tabs-wrapper ul li a {
	color: #221F20;
}

#service-bar .tabs-wrapper ul li.active a, #service-bar .tabs-wrapper ul li:hover a {
	color: #6CB1D8;
}

#tab-content {
	width: 100%;
	height: 390px;
	overflow: hidden;
}

.tab {
	width: 930px;
	margin: 0 auto;
}

.hp-box .tab {
    width: 878px;
}

/* CAROUSEL */

.jcarousel-wrapper {
	margin: 0px auto;
	position: relative;
}

#tab-content .jcarousel-wrapper {
	width: 870px;
	margin-top: 100px;
	margin-bottom: 75px;
}

.jcarousel-wrapper .photo-credits a {
	color: #fff;
}

.jcarousel {
	position: relative;
	overflow: hidden;
	width: 749px;
	height: 200px;
	left: 60px;
}

.jcarousel li a.service-item {
	display: block;
	width: 223px;
	height: 200px;
	text-align: center;
	position: relative;
	text-decoration: none;
}

.jcarousel li a.service-item p {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #191919;
	font-size: 18px;
}

.jcarousel li a:hover p {
	text-decoration: underline;
}

.icon-wrapper {
	height: 125px;
	width: 223px;
	position: relative;
	text-align: center;
}

.icon-wrapper img {
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;right: 0;
	max-height: 100%;
	max-width: 100%;
}

.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0px 0px 0px -1px;
	padding: 0;
}

.jcarousel li {
	display: block;
	float: left;
	margin-right: 40px;
	height: 210px;
}

.jcarousel-control-prev,
.jcarousel-control-next {
	position: absolute;
	top: 35px;
	width: 43px;
	height: 72px;
	text-decoration: none;
	text-indent: -9999px;
}

.jcarousel-control-prev {
	left: 0px;
	background: transparent url('../images/slider-prev.png') no-repeat top left;
}

.jcarousel-control-next {
	right: 0px;
	background: transparent url('../images/slider-next.png') no-repeat top left;
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    background-position: -43px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: 0;
    cursor: default;
}

#services {
	background-color: #F9F9F9;
	width: 100%;
	padding-bottom: 35px;
}

.services-content {
	width: 910px;
	margin: 0 auto;
}

#services h4 {
	font-family: 'proximanova-bold';
	font-size: 19px;
	text-transform: uppercase;
	color: #191919;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 50px;
}

#services ul.columns {
	float: left;
	position: relative;
	margin-right: 75px;
	margin-left: 20px;
}

#services ul.columns li {
	padding-bottom: 28px;
}

#services ul.columns li a {
	color: #191919;
	text-decoration: none;
	font-size: 16px;
}

#services ul.columns li a:hover {
	text-decoration: underline;
}

#services ul.columns li a span {
	font-family: 'proximanova-bold';
}

#pre-footer {
	width: 100%;
	min-height: 222px;
	background-color: #2D2E31;
	padding: 58px 0px 20px 0px;
}

.footer-content {
	width: 880px;
	margin: 0 auto;
}

.footer-column {
	width: 240px;
	padding-left: 50px;
	float: left;
	border-left: 1px solid #4C4D4F;
	min-height: 235px;
}

.footer-column.last-column {
	width: 295px !important;
}

.footer-content .footer-column:first-child {
	padding-left: 0px !important;
	border-left: 0px !important;
}

.footer-column h3 {
	color: #F2F1EE;
	font-size: 19px;
	margin: 0px 0px 30px 0px;
}

.footer-column ul li {
	padding-bottom: 20px;
}

.footer-column ul li a {
	color: #F2F1EE;
	text-decoration: none;
	font-size: 15px;
	font-family: 'proximanova-light';
}

.footer-column ul li a:hover {
	text-decoration: underline;
}

.footer-column h4 {
	color: #F2F2F1;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

.footer-column h4 span {
	font-family: 'proximanova-semibold';
	font-size: 28px;
	padding-left: 6px;
}

#footer {
	width: 100%;
	height: 70px;
	background-color: #252628;
	overflow: hidden;
}

#footer p {
	color: #FFFFFF;
	line-height: 75px;
	font-size: 15px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* SUBPAGE */
.results-line {
	padding: 20px 0px 60px 0px;
	text-align: justify;
	font-family: 'proximanova-light';
	font-size: 20px;
}

.results-line b {
	font-family: 'proximanova-bold' !important;
}

.subpage-box {
	width: 100%;
	border: 1px solid #E5E6E7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	-moz-box-shadow: 2px 2px 3px #D2D3D4;
	-webkit-box-shadow: 2px 2px 3px #D2D3D4;
	box-shadow: 2px 2px 3px #D2D3D4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#D2D3D4')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#D2D3D4');
}

.subpage-box.highlight {
	background-color: #F7F7F7;
}

.section {
	padding: 20px;
	position: relative;
}

.section.highlight {
	background-color: #F7F7F7;
}

.subpage-box table th {
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 15px;
	font-size: 15px;
}

.subpage-box table td, .subpage-box table th {
	width: 360px;
	padding-left: 16px;
	vertical-align: top;
}

.subpage-box table tr td:first-child, .subpage-box table tr th:first-child {
	padding-left: 0px !important;
}

.subpage-box table.filter-table tr td:nth-child(2) , .subpage-box table.filter-table tr th:nth-child(2) {
	width: 500px;
}

.subpage-box table.filter-table tr td:first-child, .subpage-box table.filter-table tr th:first-child {
	width: 220px;
}

.subpage-box table .element {
	height: 40px;
}

.subpage-box table .element input[type="text"] {
	width: 100%;
	height: 30px;
	top: 4px;
	font-family: 'proximanova-regular';
}

.subpage-box table tr td:first-child .element {
/* 	width: 60% !important; */
}

.subpage-box table tr td:first-child .element input[type="text"] {
/* 	width: 100% !important; */
}

.subpage-box table .element.location-wrapper input[type="text"] {
	width: 100%;
}

.subpage-box table .location {
	background-image: url('../images/location_icon_small.png') !important;
	width: 33px;
	height: 28px;
	margin-top: 6px;
}

.subpage-box table .submit {
	height: 42px;
	line-height: 42px;
	font-size: 14px;
}

.subpage-box table th.cell-button, .subpage-box table td.cell-button {
	width: 150px !important;
}

.section.b-border {
/* 	border-bottom: 1px solid #E8E8E8; */
	border-bottom: 2px solid #E1EAF0;
}

.b-border.double-border {
	border-width: 2px;
	border-color: #E1EAF0;
}

.results-filter {
	background-color: #F0F0F0 !important;
	height: 60px;
}

.results-filter li {
	display: block;
	float: left;
/* 	margin-right: 12px; */
	height: 60px;
	line-height: 60px;
	background: transparent url('../images/filter_separator.png') no-repeat center left;
}

.results-filter li:first-child {
	background-image: none;
}

.results-filter li.active {
	display: block;
/* 	background-color: #DA3B1B; */
/* 	background-image: none; */
/* 	border: 1px solid #6CB1D8; */
/* 	-moz-border-radius: 3px; */
/* 	-webkit-border-radius: 3px; */
/* 	-khtml-border-radius: 3px; */
/* 	border-radius: 3px; */
/* 	height: 38px; */
/* 	line-height: 38px; */
/* 	padding: 0px 12px; */
}

.results-filter li a {
	display: block;
	text-decoration: none;
	color: #DA3B1B;
	text-transform: uppercase;
	padding: 0px 18px 0px 18px;
	font-weight: bold;
}

.results-filter li:hover {
/* 	background-color: #DA3B1B; */
/* 	background-image: none; */
}

.results-filter li a:hover, .results-filter li:hover a {
/* 	color: #FFFFFF; */
}

.results-filter li.active a, .results-filter li:hover a {
	display: block;
/* 	color: #FFFFFF; */
	text-decoration: underline
}

.results-filter li.active:hover a {
	text-decoration: none;
}

.columns-wrapper {
	overflow: hidden;
	margin-top: 19px;
	margin-bottom: 20px;
}

.columns-wrapper2 {
	margin: 0px !important;
}

.results-list {
	width: 100%;
	max-width: 633px;
	float: left;
}

.results-info {
	width: 100%;
	max-width: 275px;
	float: right;
	overflow: hidden;
}

.result {
	width: 100%;
	border: 1px solid #E2E3E4;
	margin-bottom: 12px;
	padding: 15px 0px 5px 0px;
}

.result.highlight, .result.even {
	background-color: #F7F7F7;
}

.result.odd {
	background-color: #FFFFFF;
}

.result-content {
	padding: 0px 15px;
}

.result-delimiter {
	width: 100%;
	height: 1px;
	background-color: #E2E3E4;
	margin-top: 15px;
	margin-bottom: 11px;
}

.result table {
	width: 100%;
}

.result table td {
	padding-bottom: 5px;
	vertical-align: middle;
}

.result table tr td:first-child {
	width: 80%;
}

.result td.r-align {
	text-align: right;
}

.star {
/*	width: 15px;
	height: 14px;
	background: transparent url('../images/star.png') no-repeat 0px 0px;*/
	width: 19px;
	height: 19px;
	background: transparent url('../images/star_new.png') no-repeat 0px 0px;
	float: left;
	margin-left: 1px;
}

.star.active {
/* 	background-position: -15px 0px; */
	background-position: -19px 0px;
}

.big .star {
	width: 21px;
	height: 21px;
/* 	background: transparent url('../images/star_big.png') no-repeat 0px 0px; */
	background: transparent url('../images/star_new.png') no-repeat 0px 0px;
}

.big .star.active {
	background-position: -21px 0px;
}


.result h3 a {
	color: #191919;
	font-family: 'proximanova-semibold';
	font-size: 20px;
	text-transform: uppercase;
	/* 	height: 22px; */
	line-height: 22px;
	text-decoration: none;
}
.result h3 a:hover {
	text-decoration: none;
	color: #C62504;
}

.result h3 span {
	color: #FFFFFF;
	font-size: 16px;
	text-transform: none;
/* 	background-color: #6CB1D8; */
	background-color: #8ECA2C;
	padding: 0px 9px;
	height: 22px;
	line-height: 22px;
	margin-left: 10px;
/* 	border: 1px solid #6CB1D8; */
	border: 1px solid #8ECA2C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.rating-info {
	font-size: 13px;
	color: #191919;
}

.result p {
	color: #191919;
	font-size: 14px;
}

.result-header {
	margin-bottom: 30px;
}

.result-position {
/* 	background: transparent url('../images/small_marker.png') no-repeat left center; */
}

.result-position span {
	display: block;
	float: left;
	padding: 19px 0px 12px 0px;
	margin-right: 10px;
}

.result-position span.pin {
	background: #73B4D9 url('../images/small_pin.png') no-repeat 14px 17px;
	padding: 14px 14px 12px 33px;
	color: #FFFFFF;
	font-size: 20px;
	font-family: 'proximanova-bold';
	line-height: normal;
}

.result-position-2 {
	padding-top: 4px;
	background: transparent url('../images/blue_pin.png') no-repeat left center;
	padding-left: 18px;
}

.result-position-2 strong {
	font-family: 'proximanova-semibold';
	color: #4B94BE;
}

.result-phone {
/* 	background: transparent url('../images/small_phone.png') no-repeat left center; */
	background: transparent url('../images/large_phone_icon.png') no-repeat left center;
	padding-left: 36px;
	font-size: 23px;
	font-family: 'proximanova-bold';
	line-height: 29px;
	margin-top: 40px;
}

table.result-footer {
	margin-bottom: 5px;
}

table.result-footer tr td:first-child {
	width: 75% !important;
}

table.result-footer ul li {
	background: transparent url('../images/bullet_check.png') no-repeat left center;
	padding-left: 18px;
	margin-bottom: 9px;
	font-size: 13px;
}

table.result-footer td {
	vertical-align: middle;
	padding-bottom: 0px;
}

table.result-footer b {
	font-family: 'proximanova-semibold';
}

table.result-footer .submit {
	font-size: 13px;
	text-decoration: none !important;
}

.advantages {
	background-color: #6CB1D8;
	color: #FFFFFF;
	margin-bottom: 6px;
	padding: 20px 4px;
}

.advantages h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

.adv-item {
	border-top: 1px solid #7BB9DC;
	margin-bottom: 25px;
	color: #FFFFFF;

}

.adv-item img {
	padding: 0px 10px 0px 25px;
}

.adv-item tr td:first-child {
	width: 20%;
}

.adv-item tr td {
	vertical-align: middle;
	padding-top: 20px;
}

.adv-item p {
	font-size: 17px;
	line-height: 1.2em;
}

.advantages a {
	text-decoration: none;
}


.advantages a:hover .adv-item p {
	text-decoration: underline;
}

.ad {
	height: 235px;
	background-color: #E7E8E9;
}

.show-more {
	width: 100%;
	background-color: #F7F7F7;
	padding: 20px 0px;
}

.show-more a {
	display: block;
	text-align: center;
	width: 180px;
	height: 40px;
	line-height: 42px;
	background-color: #FFFFFF;
	border: 1px solid #CECECE;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	color: #868686;
	text-transform: uppercase;
	font-size: 15px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.show-more a:hover {
	background-color: #CECECE;
	color: #FFFFFF;
}

.breadcrumb {
	margin-bottom: 20px;
}

.breadcrumb, .breadcrumb a {
	color: #191919;
	text-decoration: none;
	font-family: 'proximanova-light';
	font-size: 14px;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.profile {
	width: 630px;
	padding: 10px 0px;
	background-color: #FFFFFF;
	float: left;
}

.profile-side {
	width: 275px;
	padding: 10px 5px 10px 20px;
	float: left;
}

.profile-side-2 {
	padding: 0px 0px 10px 0px;
	width: 310px;
}

.profile-side-2 .profile-side-content {
	padding: 0px 15px 0px 15px;
}

.profile-side h4 {
	color: #191919;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 25px;
}

.profile-side-2 h4 {
	padding-top: 10px;
}

.profile-side .info-button {
	display: block;
	height: 23px;
	padding: 0px 6px;
	line-height: 25px;
	color: #FFFFFF;
	border: 1px solid #6CB1D8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #6CB1D8;
	font-size: 13px;
	text-transform: uppercase;
}

.profile-side .delimiter {
	margin: 10px 0px;
	height: 1px;
	background-color: #E2E2E2;
}

.service-detail-delimiter {
	margin: 10px 6px;
	height: 1px;
	background-color: #E9E9E9;
}

.service-info, .service-rating {
	float: left;
	padding: 20px;
}

.service-info {
	width: 320px;
	padding-top: 10px !important;
	padding-bottom: 0px;
	color: #191919;
}

.service-info-2 {
	width: 590px;
}

.service-rating {
	width: 220px;
	border-left: 1px solid #E9E9E9;
	padding: 10px 20px 0px 20px;
}

.service-rating-2 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px !important;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left-color: #F8FBFC;
	height: 120px;
	margin-top: 10px;
}

.service-rating td {
	vertical-align: middle !important;
	width: auto !important;
	padding-bottom: 8px;
}

.service-rating label {
	color: #191919;
	font-size: 14px;
}

.service-info h1 {
	font-size: 30px;
	font-family: 'proximanova-semibold';
	text-transform: uppercase;
	margin-bottom: 8px;
}

.service-info p {
	font-family: 'proximanova-light';
	font-size: 16px;
	margin-bottom: 8px;
}

.service-info .result-position {
	font-size: 15px;
}

.rating-overall, .rating-partial {
	border: 1px solid #6CB1D8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.rating-overall {
	background-color: #6CB1D8;
	color: #FFFFFF;
	font-size: 22px;
	padding: 7px 12px;
}

.rating-partial {
	background-color: #FFFFFF;
	color: #6CB1D8;
	font-size: 14px;
	width: 45px;
	display: block;
	text-align: center;
	padding: 5px 0px;
	float: right;
}

.rating-label {
	color: #2D2E31;
	font-size: 14px;
}

.stars-wrapper {
	margin-bottom: 5px;
}

.service-rating table .stars-wrapper.big {
	width: auto !important;
}

.left-col .stars-wrapper.big {
	width: 184px !important;
}

.service-rating .stars-wrapper.big {
  cursor: pointer !important;
}

.service-phone {
	font-family: 'proximanova-bold';
	color: #5E5E5E;
	font-size: 20px;
	background: transparent url('../images/big_phone.png') no-repeat center left;
	padding-left: 25px;
	height: 92px;
	line-height: 92px;
	margin: 8px 0px 0px 20px;
	float: left;
}

.profile-side .service-phone {
	font-family: 'proximanova-bold';
	color: #FFFFFF;
	font-size: 24px;
	background: #A7C964 url('../images/new_service_phone.png') no-repeat 20px 25px;
	padding-left: 60px !important;
	height: 75px;
	line-height: 75px;
	margin: 0px;
	float: none;
}

.offer-box {
	background-repeat: no-repeat;
	background-color: #6CB1D8;
	color: #FFFFFF;
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	margin: 0px 17px;
	border: 1px solid #6CB1D8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.subpage-box .offer-box {
	margin-top: 15px;
}

.icon-01 {
	background-image: url('../images/icons/offer_icon_01.png');
	background-position: 6px 5px;
	padding-left: 50px;
}

.specialization {
	width: auto;
	margin: 40px 17px 20px 17px;
}

.specialization td {
	width: auto !important;
}

.specialization th {
	text-transform: uppercase;
	font-size: 16px;
	color: #191919;
}

.specialization .smaller th {
	font-size: 14px;
}

.row-logos {
	padding-bottom: 40px;
}

.row-logos img {
	height: 39px;
	width: auto;
	padding-right: 14px;
}

.service-list {
	margin-top: 10px;
}

.service-list li {
	padding-bottom: 13px;
	color: #474747;
	font-size: 15px;
}

.users-rating .content {
	margin: 0px 20px;
}

.users-rating h3 {
	color: #29292A;
	text-transform: uppercase;
	font-family: 'proximanova-semibold';
	font-size: 15px;
	line-height: 41px;
}

.users-rating .left-col.equal, .users-rating .right-col.equal {
	overflow-y: hidden !important;
}

.button {
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	height: 41px;
	line-height: 41px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px 12px;
	text-decoration: none;
}

.button.red {
	border: 1px solid #DF3E1D;
	background-color: #DF3E1D;
	color: #FFFFFF;
}

.button.red:hover {
	background-color: #C62504;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.users-rating .left-col h4 {
	font-size: 15px;
	color: #191919;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}

.users-rating .left-col .rating-overall {
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	padding: 0px 9px;
	display: block;
	margin-right: 10px;
}

.rating-overall.red {
	background-color: #DF3E1D;
	color: #FFFFFF;
}

.users-rating .rating-overall {
	border-color: #DF3E1D !important;
}

.badge {
	text-indent: -9999px;
	width: 163px;
	height: 50px;
	margin: 50px auto 15px auto;
}

.badge.recommend {
	background: transparent url('../images/badge_recommend.png') no-repeat top left;
}

.badge.no-recommend {
	background: transparent url('../images/badge_no_recommend.png') no-repeat top left;
}


.content.no-m-r {
	margin-right: 0px !important;
}

.users-rating .left-col {
	width: 180px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 45px;
}

.users-rating .right-col {
	width: 413px;
	padding-top: 8px;
/* 	padding-bottom: 40px !important; */
}

.users-rating .left-col p {
	color: #2D2E31;
	text-align: center;
	font-size: 13px;
	padding-bottom: 25px;
	line-height: 1.2em;
}

.users-rating .left-col p span {
	font-size: 14px;
}

.users-rating .right-col {
	border-left: 1px solid #E5E5E5;
	position: relative;
}

.users-rating .right-col th {
	text-align: center;
	color: #191919;
	font-size: 14px;
	text-transform: none;
}

.users-rating .right-col .stars-wrapper {
	width: 110px;
	margin: 0px auto 0px auto;
}

.users-rating .right-col table {
	margin: 0px 0px 0px 9px;
	border-bottom: 1px solid #E5E5E5;
}

.users-rating .right-col td {
	padding-bottom: 8px;
}

.users-rating .right-col p {
	color: #000000;
	font-size: 14px;
	padding-top: 30px;
	margin-left: 20px;
	line-height: 1.2em;
/* 	margin-bottom: 40px; */
	padding-right: 10px;
	padding-bottom: 15px !important;
}

.users-rating .right-col .button {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 25px;
	line-height: 27px;
	border: 1px solid #818283;
	background-color: #FFFFFF;
	color: #818283;
	padding: 0px 8px;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}

.users-rating .right-col .button:hover {
	background-color: #818283;
	color: #FFFFFF;
}

.rating-box {
	background-color: #F7F7F7;
	padding: 20px;
	position: relative;
	margin: 0px 7px 20px 7px;
	border: 1px solid #F7F7F7;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	display: none;
}

.close-button {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 15px;
	right: 15px;
	background: transparent url('../images/rating_box_close.png') no-repeat top left;
	text-indent: -9999px;
}

.customer-info-form {
	width: 100%;
	margin-top: 15px;
}

.customer-info-form th {
	text-transform: none !important;
	padding-bottom: 5px !important;
	color: #727272;
}

.rating-box p {
	margin: 20px 0px;
	font-size: 16px;
	color: #727272;
}

.rating-table {
	color: #191919;
	font-size: 16px;
	height: 85px;
}

.rating-table td {
	padding-bottom: 5px;
	vertical-align: middle;
}

.rating-table tr td:first-child {
	width: 140px;
	overflow: hidden;
}

.rating-box textarea {
	width: 100%;
	height: 160px;
	background: #FFFFFF url('../images/textarea_background.png') repeat-x top left;
	border: 1px solid #929292;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	resize: none;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.checkbox, .radio {
	width: 26px;
	height: 26px;
	padding: 0 0px 0 0;
	background: url('../images/radio.png') no-repeat;
	display: block;
	clear: left;
	float: left;
	cursor: pointer;
}

.recommend-table {
	margin-top: 20px;
}

.recommend-table td {
	vertical-align: middle;
}

.recommend-table label {
	height: 45px;
	line-height: 45px;
}

.recommend-table .radio {
	margin-top: 9px;
	margin-right: 5px;
}

.submit-btn {
	float: right;
	display: block;
	height: 45px;
	line-height: 45px;
	background-color: #DF3E1D;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px 15px;
	font-size: 14px;
	border: 1px solid #DF3E1D;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.submit-btn:focus {
	outline: 0;
}

.submit-btn:hover {
	background-color: #C62504;
}

.subpage-content {
	width: 600px;
	float: left;
	margin: 0px 35px 0px 35px;
	height: 100%;
}

.subpage-content.full {
	width: auto;
	float: none;
}

.subpage-content h1, .subpage-box h1, .subpage-box h2 {
	text-transform: uppercase;
	color: #191919;
	font-size: 28px;
	font-family: 'proximanova-light';
	padding-bottom: 25px;
}

.subpage-content h1 {
	border-bottom: 1px solid #EAEAEA;
	padding-left: 15px;
	margin-bottom: 20px;
	margin-top: 45px;
}

.subpage-box h1 {
	margin-top: 0px;
}

.subpage-box .full h1 {
	margin-top: 25px;
}

.subpage-box h2 {
	margin-top: 35px;
}

.subpage-content p {
	padding-left: 15px;
	padding-top: 20px;
	line-height: 1.1em;
	margin-bottom: 30px;
}

.subpage-content p b, .subpage-content p strong {
	font-family: 'proximanova-semibold';
}

.subpage-menu {
	width: 263px;
	background-color: #DF3E1D;
	float: right;
	height: 100%;
}

.subpage-menu li {
	height: 58px;
	line-height: 58px;
	padding-left: 23px;
	border-bottom: 1px solid #DE5539;
}

.subpage-menu li a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

.subpage-menu li a:hover {
	text-decoration: underline;
}

.full-width-content h1, .full-width-content h2 {
	padding-left: 65px;
	padding-right: 65px;
}

.contact-info {
	margin: 0px 65px;
	width: auto !important;
}

.contact-info td {
	padding-right: 10px;
}

.full-width-content .delimiter {
	margin: 0px 3px 35px 3px;
	height: 1px;
	background-color: #E4E4E4;
}

.contact-form {
	width: 90%;
	table-layout: fixed;
	margin: 0px 65px;
}

.contact-form .element, .contact-form .submit {
	width: 95%;
}

.contact-form .element input[type="text"] {
	width: 92% !important;
}

.contact-form .element.captcha input[type="text"] {
	width: 50% !important;
}

.contact-form th {
	text-transform: uppercase;
	color: #757575;
	padding-bottom: 7px !important;
	font-size: 15px;
}

.subpage-box .contact-form td {
	padding-bottom: 25px;
}

.contact-form textarea {
	width: 95%;
	height: 133px;
	background: #FFFFFF url('../images/textarea_background.png') repeat-x top left;
	border: 1px solid #929292;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	resize: none;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'proximanova-regular' !important;
	color: #757575;
	font-size: 15px;
}

.captcha img {
	display: block;
	position: absolute;
	right: 0px;
	top: 5px;
	border-left: 1px solid #BEBEBE;
}

.captcha-icon {
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	margin-left: 8px;
	text-indent: -9999px;
	text-decoration: none;
}

.captcha-play {background: transparent url('../images/icon_captcha_play.png') no-repeat top left;}
.captcha-renew {background: transparent url('../images/icon_captcha_renew.png') no-repeat top left;}

.captcha-icon-wrapper {
	float: right;
	margin-right: 20px;
}

.captcha-label {
	color: #191919 !important;
}

/* FOTORAMA */
.my-arrow {
	position: absolute;
	width: 19px;
	height: 72px;
	bottom: 2px;
	z-index: 20000;
	border: 1px solid #6CB1D8;
	cursor: pointer;
}

.my-arrow-prev {left: 0px; border-radius: 4px 0px 0px 4px; background: #6CB1D8 url('../images/gallery_prev.png') no-repeat center center;}
.my-arrow-next {right: 0px; border-radius: 0px 4px 4px 0px; background: #6CB1D8 url('../images/gallery_next.png') no-repeat center center;}

.fotorama__thumb-border {
	border-color: #6CB1D8;
}

.fotorama__nav {
	margin-left: 24px;
	padding-left: 25px !important;
}

.fotorama--fullscreen .fotorama__nav {
	margin: 0 auto !important;
}

.fotorama__arr {display: none !important;}
.fotorama--fullscreen .fotorama__arr {display: block !important;}
.fotorama--fullscreen .my-arrow {display: none !important;}
.fotorama{
	margin-bottom: 10px;
}

.error{
	color: #DF3E1D !important;
}


.message{
	width: 796px;
	margin: 0px 0px 20px 65px;
	color: white !important;
	padding: 15px;
	border: 1px solid #F3F3F3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.message.error{
	background-color: #DF3E1D !important;
}

.message.ok{
	background-color: green !important;
}

.list-add-rating, .list-show-rating {
	font-size: 13px;
	color: #DF3E1D;
	text-decoration: none;
}

.list-add-rating:hover, .list-show-rating:hover {
	text-decoration: underline;
}

.business-hours {
	width: 100%;
  font-size: 15px;
}

.business-hours td:first-child {
	width: 20%;
	font-weight: bold;
}

.business-hours td {
	padding-bottom: 8px;
}

.service-logo {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	border-right: 1px solid #E9E9E9;
	padding-right: 20px;
}

.service-logo img {
	max-height: 100px;
	width: auto;
}

.service-logo-2 {
	border-right: 0px;
/* 	float: none; */
}

/** Google auto-completer **/
body .pac-container { padding: 5px; width: 726px !important; margin-top: 7px !important; margin-left: -15px !important;}
body .pac-item { padding: 4px 15px }

.subpage .pac-container {
	width: 300px !important;
}

.ui-autocomplete.ui-widget-content {
	background-color: #FFFFFF !important;
	width: 347px !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #FFFFFF;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
	-moz-box-shadow:    0px 2px 6px rgba(0, 0, 0, 0.298);
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.298);
	box-shadow:         0px 2px 6px rgba(0, 0, 0, 0.298);
}

.subpage .ui-autocomplete.ui-widget-content {
	width: 300px !important;
}

.ui-menu .ui-menu-item {
	min-height: 30px !important;
	line-height: 30px !important;
	font-family: 'proximanova-light' !important;
	font-size: 15px !important;
	border-top: 1px solid #E6E6E6 !important;
	margin: 0px 7px !important;
  overflow: hidden !important;
}

.ui-menu .ui-menu-item:hover {
	font-weight: normal !important;
}

.ui-autocomplete .ui-autocomplete .ui-state-hover, .ui-autocomplete .ui-widget-content .ui-autocomplete .ui-state-hover, .ui-autocomplete .ui-widget-header .ui-state-hover, .ui-autocomplete .ui-state-focus, .ui-autocomplete .ui-widget-content .ui-state-focus, .ui-autocomplete .ui-widget-header .ui-state-focus {
	background-color: #FAFAFA !important;
	border: none !important;
	border-top: 1px solid #E6E6E6 !important;
	color: #333333 !important;
	font-family: 'proximanova-light' !important;
}

.message-box {
	width: auto !important;
	margin: 7px !important;
	min-height: 35px;
	line-height: 35px;
	padding-left: 10px;
	background-color: #8DB600;
	color: #FFFFFF;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #8DB600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hp-box .message-box {
    max-width: 726px !important;
    margin: 20px auto 7px auto !important;
}

.message-box.error {
	background-color: #DF3E1D !important;
	border-color: #DF3E1D !important;
	color: #FFFFFF !important;
}

#results-list-spinner {
	width: 100%;
	height: 34px;
	background: transparent url('../images/preloader.gif') no-repeat center center;
	display: none;
}

.filter-wrapper {
  width: 45%;
  float: left;
}

.filter-wrapper .columns {
  float: left;
  position: relative;
  margin-right: 70px;
  margin-left: 0px;
}

.filter-wrapper .columns li {
  padding-bottom: 8px;
}

.filter-wrapper ul.columns li a {
  color: #191919;
  text-decoration: none;
  font-size: 16px;
}

.filter-wrapper ul.columns li a:hover {
  text-decoration: underline;
}

.add-rating-cell {
  padding-top: 30px;
/*   text-align: right !important; */
}

.top-perex {
  line-height: 1.3em;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  padding-bottom: 40px;
  font-style: italic;
}

.quote-sign {
  position: absolute;
  width: 30px;
  height: 22px;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
}

.quote-left {
  background-image: url('../images/quote_sign_left.png');
  top: 20px;
  left: 20px;
}

.quote-right {
  background-image: url('../images/quote_sign_right.png');
  bottom: 20px;
  right: 25px;
}


.title-icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
  margin-top: 15px !important;
}

.icon-car {
/*   background-image: url('../images/icon_car.png'); */
  background-image: url('../images/filter_car_icon.png');
  padding-left: 60px;
}

.icon-cr {
  background-image: url('../images/icon_cr.png');
  padding-left: 59px;
}

.icon-service {
  background-image: url('../images/wrench_icon.png');
  padding-left: 60px;
}

.columns li {
  background: transparent url('../images/arrow_bullet_blue.png') no-repeat 0px 2px;
  padding-left: 18px;
}

.filter-wrapper .columns {
  margin-right: 54px !important;
}

.results-info .filter-wrapper {
  width: 100% !important;
/*   float: none !important; */
  margin-bottom: 20px !important;
}

.results-info .filter-wrapper .columns {
  margin-right: 0px !important;
}


.right-filter-columns {
  background-color: #F8F8F8 !important;
  padding: 0px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.service-name-filter tr td:first-child {
  width: 425px !important;
}

#footer p {
  float: left;
}

#footer .fr-lithio{
  float: right;
}

.box-wysiwyg-simple ul {margin-left: 15px;}

.box-wysiwyg-simple li {
  background: transparent url('../images/arrow_bullet_blue.png') no-repeat 0px 2px;
  padding-left: 18px;
  padding-bottom: 4px;
}

/* LANDING PAGE */
#hp-search-2 {
  width: 100%;
  height: auto;
/*   min-height: 600px; */
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 100px;
}

.lp-rate-button {
  display: block;
  width: 250px;
  text-decoration: none;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #DF3E1D;
  text-align: center;
  margin: 20px auto 30px auto;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  padding: 20px 40px;
  font-size: 1.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

.lp-rate-button:hover {
  background-color: #C62504;
}

#hp-search-2 h1 {
  margin-bottom: 40px;
  text-transform: none !important;
}

#hp-search-2 h2 {
  margin-bottom: 30px;
  text-transform: uppercase !important;
}

.lp-content {
  text-align: center;
}

.lp-content h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
}

.lp-content p {
  line-height: 1.5em;
  font-size: 1.2em;
}

#hp-search.lp-search {
  min-height: 0 !important;
  padding: 60px 0px 80px 0px;
}

.lp-search .box-search {
  padding-top: 30px;
  min-height: 0px !important;
}

.form-non-required{
  font-size: 0.8em;
  font-style: italic;
}

.n-m-t {
  margin-top: 0px !important;
}

.small-b-m {
  margin-bottom: 0px;
}

.result-sections.section {
  padding: 10px;
}

.results-info .filter-wrapper h2.title-icon {
  font-size: 20px !important;
  line-height: 28px;
  font-family: 'proximanova-semibold' !important;
}

.subpage-main-title {
  text-align: center;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 10px !important;
  font-family: 'proximanova-semibold' !important;
}

@media all and (max-width: 970px) {
  .results-filter {
/* 	  height: auto; */
/* 	  min-height: 40px; */
	  padding: 10px !important;
  }

  .results-filter li {
	  margin-right: 12px;
	  height: 40px;
	  line-height: 40px;
	  padding: 0px 12px;
	  background-image: none;
  }

  .results-filter li:first-child {
	  background-image: none;
  }

  .results-filter li.active {
	  height: 38px;
	  line-height: 38px;
	  padding: 0px 11px;
  }

  .results-filter li a {
	  display: inline-block;
	  padding: 0px;
  }
}

h1.service-detail-header {
  font-family: 'proximanova-bold' !important;
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 0px !important;
}

.service-basic-summary {
  float: left;
  width: 450px !important;
}

.rating-cell {
  display: inline-block;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding: 10px 0px 10px 0px !important;
  height: 118px;
}

.partial-cell {
  padding-top: 22px !important;
  width: 37%;
}

.total-cell {
  text-align: center;
  color: #666666;
  font-family: 'proximanova-semibold' !important;
  line-height: 1.2em;
  width: 25%;
  background-color: #F8FBFC;
  padding-top: 20px !important;
}

.total-cell span {
  font-size: 38px;
  color: #4B94BE;
  font-family: 'proximanova-bold' !important;
  margin-top: 15px !important;
  display: block;
}

.rating-cell .rating-partial {
  border: none;
  color: #4B94BE;
  font-size: 25px;
  font-family: 'proximanova-bold' !important;
  margin-right: 0px;
  padding: 5px 0px 5px 0px !important;
}

.service-rating .rating-cell td {
  padding-bottom: 0px;
  vertical-align: middle;
}

.service-rating .rating-cell label {
  color: #5E5E5E;
  font-family: 'proximanova-semibold' !important;
}

.rating-cell .stars-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 155px;
}

.stars-cell {
  text-align: center;
  padding-top: 23px !important;
}

.profile-side-2 h4 {
  font-family: 'proximanova-semibold' !important;
  font-size: 17px;
}

.profile-side-2 .delimiter {
  margin-bottom: 0px !important;
}

h1.h1-fix {
  padding-top: 25px;
}

.stars-cell .big .star {
  width: 27px;
  height: 25px;
  background: transparent url('../images/stars_big_new.png') no-repeat 0px 0px;
  margin: 0px 2px;
}

.stars-cell .big .star.active {
  background-position: -27px 0px;
}

.stars-cell .list-show-rating {
  color: #6CB1D8;
  text-decoration: underline;
}

.stars-cell .list-show-rating:hover {
  text-decoration: none;
}

.stars-cell .list-add-rating {
  color: #6CB1D8;
  font-family: 'proximanova-semibold' !important;
  text-decoration: underline;
  margin-top: 10px !important;
  display: block;
}

.stars-cell .list-add-rating:hover {
  text-decoration: none;
}

#profile_map {
  width: 100%;
  height: 170px;
  border-bottom: 1px solid #E8E8E8;
}

.service-description {
  padding: 20px 20px 15px 20px;
  border-bottom: 1px solid #E8E8E8;
}

.service-description h4 {
  color: #333333;
  font-family: 'proximanova-semibold' !important;
  font-size: 18px;
  margin-bottom: 10px;
}

.service-description p {
  color: #333333;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.service-description strong, .service-description b {
  font-family: 'proximanova-semibold' !important;
}

.service-description emph, .service-description i {
  font-style: italic !important;
}

.service-description ol {
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item;
}

.service-description ul, .service-description ol {
  margin-bottom: 20px !important;
}

.service-description ol ol, .service-description ul ul {
  margin-left: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
}

.service-description ol li, .service-description ul li {
  font-size: 14px;
  padding-bottom: 6px;
  display: block;
  line-height: 1.3em !important;
}

.service-description ol li:before {
  content: counters(item, ".") ". "; counter-increment: item
}

.service-description ol ol li, .service-description ul ul li {
  padding-bottom: 0px;
  padding-top: 6px;
}

.service-description ul li {
  list-style: none;
  background: transparent url('../images/bullet.png') no-repeat 0px 6px;
  padding-left: 12px;
}

.service-description h1, .service-description h2, .service-description h3 {
  margin-top: 0px !important;
  padding-top: 0px !important;
  margin-bottom: 10px !important;
  padding-bottom: 0px !important;
  text-transform: none !important;
  font-family: 'proximanova-semibold' !important;
}

.service-description h1 {font-size: 21px !important;}
.service-description h2 {font-size: 19px !important;}
.service-description h3 {font-size: 17px !important;}
.service-description h4 {font-size: 15px !important;}

.service-description table {
  width: auto;
  border-collapse: collapse;
  margin-left: 0px !important;
  padding-left: 0px !important;
  margin-bottom: 20px;
}

.service-description th {
  border-bottom: 2px solid #E8E8E8;
  font-weight: bold;
  color: #E4191F;
  padding: 12px 20px 12px 0px;
  font-size: 14px;
}

.service-description td {
  border-bottom: 1px solid #E8E8E8;
  padding: 12px 20px 12px 0px;
  font-size: 14px;
}

.specialization-2 {
  margin-top: 20px;
}

.subpage-box table.specialization-2 th {
  width: 200px;
  font-family: 'proximanova-semibold' !important;
  font-size: 15px;
}

.specialization-2 .row-logos {
  padding-bottom: 0px !important;
}

.services-list-wrapper {
  padding: 0px 20px;
}

.services-list-wrapper h4 {
  font-family: 'proximanova-semibold' !important;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 8px;
  margin-top: 15px;
}

.services-list-wrapper ul {
  display: inline;
  list-style: none;
}

.services-list-wrapper ul li {
  display: inline;
/*   color: #A37975; */
}

.services-list-wrapper ul li:after {
  content: ", ";
}

.services-list-wrapper ul li:last-child:after {
  content: "";
}

.service-spacer {
  height: 10px;
}

.user-rating-2 .service-detail-delimiter {
  margin-left: 0px;
  margin-right: 0px;
}

.hours-mini-box {
  border: 1px solid #E0ECC9;
  background: #FFFFFF url('../images/hours.png') no-repeat 13px 17px;
  height: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 45px;
  margin-top: 8px;
}

.hours-mini-box span {
  line-height: 57px;
  font-size: 14px;
}

.info-label {
  text-transform: uppercase;
  font-family: 'proximanova-semibold' !important;
}

.hours-today {
  padding-right: 15px;
}

.info-label.opened {
  color: #99CC33 !important;
}

.info-label.closed {
  color: #DF3E1D !important;
}

.business-hours-2 {
  border: 1px solid #F2F2F2;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin-top: 8px;
}

.business-hours-2 .red_ {
  color: #DF3E1D !important;
}

@media all and (max-width: 660px) {
  .service-logo-2 {
    float: none;
    display: block !important;
    margin: 0 auto;
  }

  .service-basic-summary {
    width: 100% !important;
    float: none !important;
  }
}

@media all and (max-width: 550px) {
  .rating-cell {
    width: 100%;
    background-color: #FFFFFF !important;
  }

/*  .rating-cell.partial-cell label span {
    display: inline-block !important;
  }*/

  .service-rating-2 {
    height: auto !important;
  }

  .partial-cell table {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .partial-cell table td {
    text-align: center;
  }
}

.stars-cell .stars-wrapper {
  margin-bottom: 7px;
}

@media all and (max-width: 460px) {
/*   .users-rating .right-col th, .users-rating .right-col td { */
/*     display: block; */
/*     width: 100%; */
/*   } */
/*   .users-rating .right-col { */
/*     width: 100% !important; */
/*   } */
}

@media all and (max-width: 455px) {
  .submit-btn {
    clear: both !important;
    float: left !important;
  }

  .recommend-table tr:last-child td {
    display: block;
  }
}

.rating-cell.partial-cell tr td:first-child {
  white-space: nowrap;
}

/*.rating-cell.partial-cell label span {
  display: none;
}*/

.service-banner-wrapper {
 height: 112px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background: transparent url('../images/banner_pattern.png') repeat top left;
}

.service-banner-wrapper form {
  display: none;
}

.service-banner {
  position: relative;
}

#banner-image {
  width: 350px;
  height: 112px;
  background: transparent url('../images/banner_img.png') repeat top left;
  position: absolute;
  top: 0px;
  left: 0px;
}

.banner-content {
  margin-left: 365px;
  height: 72px;
  width: auto !important;
}

.banner-content h2 {
  font-size: 30px;
  color: #de3f1e;
  font-family: 'proximanova-bold';
  text-transform: none;
  margin: 0px !important;
  padding: 0px 0px 5px 0px !important;
}

.banner-content td {
  padding: 20px 0px 0px 0px !important;
  vertical-align: middle;
}

.banner-content p {
  font-size: 18px;
  color: #666666;
  font-family: 'proximanova-bold';
  text-transform: none;
  margin: 0px !important;
  padding: 0px !important;
  line-height: 1.3em;
}

.banner-button {
  min-width: 170px !important;
  height: 40px !important;
  text-align: center;
  font-family: 'proximanova-bold';
  font-size: 19px !important;
  margin-left: 15px !important;
  margin-top: 15px;
/*   float: left; */
}

.banner-content td.banner-first-cell {
  width: 890px !important;
}

#back-link {
  color: #A7C964;
  display: none;
  font-weight: bold;
  text-decoration: none;
}

#back-link:hover {
  text-decoration: underline;
}

@media all and (max-width: 980px) {
  #banner-image {
    display: none;
  }

  .service-banner-wrapper {
    height: auto;
  }

  .banner-content {
    margin-left: 0px !important;
    width: 100% !important;
    padding: 0px !important;
    margin-top: 20px !important;
  }

  .banner-content td {
    display: block;
    width: 100% !important;
    text-align: center !important;
    padding: 0px !important;
  }

  .banner-button {
    margin-top: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
  }

  .banner-content td.banner-first-cell {
    width: auto !important;
  }

  #back-link {
    display: inline;
  }

  .section.b-border.double-border form {
    display: none;
  }

  .section.b-border.double-border.hide-top-form {
    display: none;
  }
}

.footer-socials li a {
  color: #FFFFFF;
  margin-left: 10px;
}

.footer-socials li span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 27px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  text-align: center;
}

#ebook-popup, #ebook-popup-thx {
  width: 640px;
  height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  position: relative;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#ebook-popup .ebook-preview, #ebook-popup-thx .ebook-preview {
  width: 200px;
  height: 400px;
  background: transparent url('../images/ebook_preview.png') no-repeat top left;
  float: left;
}

.ebook-popup-content {
  width: 440px;
  padding: 50px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: center;
}

.ebook-popup-content h3 {
  text-transform: uppercase;
  color: #6CB1D8;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  line-height: 0.8em;
  margin-bottom: 25px;
}

.ebook-popup-content h3 span {
  font-size: 17px;
}

.ebook-popup-content p {
  color: #000000;
  font-size: 18px;
  text-align: center;
  width: 100%;
  line-height: 1.4em;
  margin-bottom: 35px;
}

.ebook-popup-content input[type="text"] {
  display: block;
  border: 1px solid #929292;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto 25px auto;
  width: 340px;
  padding: 20px;
  outline: 0;
  font-size: 16px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.ebook-popup-content input[type="text"]:focus {
  border-color: #6CB1D8;
}

.ebook-popup-content .send-button {
  cursor: pointer;
  display: inline-block;
  padding: 0px 35px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #DF3E1D;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.ebook-popup-content .send-button:hover {
  background-color: #C62504;
}

.ebook-preview-arrow {
  width: 96px;
  height: 47px;
  background: transparent url('../images/ebook_preview_arrow.png') no-repeat top left;
  position: absolute;
  top: 23px;
  left: 130px;
}

.clear {
  clear: both;
}

.fancybox-skin {
  background-color: #FFFFFF !important;
}

.popup-close {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 15px;
  right: 3px;
  background: #FFFFFF url('../images/popup_close_red.png') no-repeat center center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.popup-close:hover {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#fly-ebook {
  width: 258px;
  height: 404px;
  background: transparent url('../images/fly_ebook.png') no-repeat top left;
  position: static;
  margin-bottom: 10px;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

#fly-ebook h3 {
  font-size: 21px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.3em;
  margin-bottom: 10px;
}

#fly-ebook .fly-button {
  width: 163px;
  height: 37px;
  line-height: 37px;
  text-decoration: none;
  background-color: #FFFFFF;
  outline: 0 !important;
  color: #333333;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: none !important;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 15px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

#fly-ebook .fly-button:hover {
  background-color: #333333;
  color: #FFFFFF;
}

@media all and (max-width: 640px) {
  #ebook-popup, #ebook-popup-thx {
    width: auto !important;
    height: auto !important;
  }

  .ebook-preview-arrow {
    display: none;
  }

  #ebook-popup .ebook-preview, #ebook-popup-thx .ebook-preview {
    width: auto;
    height: 120px;
    float: none;
    background: transparent url('../images/ebook_small.png') no-repeat center center;
    margin-bottom: 0px !important;
    display: none;
  }

  .ebook-popup-content {
    width: auto;
    height: auto !important;
    float: none;
    padding: 15px;
  }

  .ebook-popup-content h3 {
    margin-bottom: 15px;
    background: transparent url('../images/ebook_small.png') no-repeat left center;
    text-align: left;
    padding-left: 80px;
    padding-top: 30px;
    height: 110px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .ebook-popup-content p {
    margin-bottom: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .ebook-popup-content input[type="text"] {
    width: 90%;
  }

  .popup-close {
    right: 7px;
  }
}

@media all and (max-width: 480px) {
  .ebook-popup-content h3 {
    padding-top: 10px;
  }

  .ebook-popup-content p {
    width: 90%;
  }
}

#ebook-rate-service {
  width: 940px;
  padding: 30px 0px 20px 0px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  position: relative;
}

.inner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  z-index: 1;
}

.inner-content {
  width: 570px;
  text-align: center;
  opacity: 1;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-top: 30px;
}

#ebook-rate-service .inner-content h1 {
  text-transform: uppercase !important;
  color: #FFFFFF;
  margin: 20px 0px 10px 0px !important;
}

#ebook-rate-service .inner-content p {
  color: #FFFFFF !important;
  line-height: 1.3em;
  margin-bottom: 15px;
  font-size: 17px !important;
}

#ebook-rate-service .inner-content input[type="text"] {
  width: 430px;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  outline: 0 !important;
  display: block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: none !important;
  margin: 30px auto;
  font-size: 17px;
}

#ebook-rate-service .second-part {
  width: 100%;
  position: relative;
  height: 540px;
  z-index: 2;
  display: none;
}

.ebook-aside {
  width: 204px;
  height: 438px;
  position: absolute;
  top: 10px;
  left: 0px;
  background: transparent url('../images/ebook_aside.png') no-repeat top left;
}

.ebook-aside-note {
  position: absolute;
  left: 40px;
  bottom: 0px;
  background: transparent url('../images/ebook_arrow_white.png') no-repeat center left;
  padding-left: 40px;
  padding-top: 25px;
  display: none;
}

.ebook-aside-note p {
  font-family: 'Shadows Into Light Two', cursive;
  text-align: center;
  width: 140px;
  color: #FFFFFF;
  line-height: 1.4em;
}

.ebook-rating {
  width: 540px;
  float: right;
  margin-right: 75px;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 400px;
}

#ebook-rate-service .ebook-rating h2 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  margin: 0px auto 20px auto !important;
  padding: 0px !important;
}

.ebook-rating .rating-table td {
  font-weight: 700 !important;
  color: #FFFFFF;
  padding-bottom: 25px !important;
  vertical-align: middle;
  font-size: 17px !important;
}

.ebook-rating .rating-table .recommend-others td {
  padding-top: 5px;
}

.radio-wrapper .radio {
  width: 26px;
  height: 26px;
  padding: 0px;
  display: block;
  clear: left;
  float: left;
  margin-right: 7px;
}

.yes-radio .radio {background: url('../images/custom_radio_yes.png') no-repeat;}
.no-radio .radio {background: url('../images/custom_radio_no.png') no-repeat;}

.radio-wrapper {
  float: left;
  margin-right: 7px;
  line-height: 26px;
  font-size: 14px !important;
}

.ebook-rating textarea {
  width: 100%;
  height: 120px;
  border: none;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  resize: none;
  font-family: 'proximanova-regular' !important;
  font-size: 16px;
  margin-bottom: 20px;
}

.ebook-rating textarea:focus {
  outline: none;
  border: none;
}

.ebook-submit {
  display: block;
  outline: 0;
  background-color: #F5512F;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  border: none !important;
  font-family: 'proximanova-semibold' !important;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
}

.ebook-submit:hover {
  background-color: #C02100;
}

@media all and (max-width: 940px) {
  #ebook-rate-service {
    width: auto;
  }

  .inner-content {
    width: 90%;
  }

  #ebook-rate-service .inner-content input[type="text"] {
    width: 100%;
  }
}

@media all and (max-width: 900px) {
  .ebook-aside, .ebook-aside-note {
    display: none !important;
  }

  .ebook-rating {
    width: auto;
    float: none;
    text-align: center;
    margin-right: 0px;
  }

  .ebook-rating h2 {
    text-align: center;
  }

  .ebook-rating .rating-table {
    width: 50%;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .ebook-rating textarea {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .ebook-submit {
    max-width: 90% !important;
    display: inline-block !important;
    white-space: normal;
    min-height: 40px;
    height: auto;
    line-height: 1.4em;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  #ebook-rate-service .second-part {
    height: auto;
  }
}

@media all and (max-width: 480px) {
  .ebook-rating .rating-table td {
    font-size: 14px !important;
  }
}

#hp-search #ebook-rate-service {margin: 20px auto 60px auto;}

.ml-30{
  margin-left: 30px;
}

.mt-20{
  margin-top: 20px;
}

@media all and (max-width: 460px) {
  .users-rating .right-col {
    width: 100% !important;
  }
  
  .subpage-box .users-rating  table th,
  .subpage-box .users-rating  table td {
    width: 30% !important;
    overflow: hidden !important;
  }
  
  .users-rating .star {
/*     width: 19px; */
/*     height: 19px; */
/*     background-size: 19px; */
    margin-left: 0px !important;
  }
  
  .users-rating .right-col table {
    margin-left: 0px !important;
  }
  
  .users-rating .right-col .stars-wrapper {
    width: 100%;
  }
  
  .users-rating .right-col p {
    padding-bottom: 25px !important;
  }
  
  .users-rating .right-col {
    border-left: none !important;
  }
}

/* File: assets/cs/css/fotorama.css
   Compiled at: 2018-10-15 12:51:07 
================================ */
/*!
 * Fotorama 4.5.1 | http://fotorama.io/license/
 */
.fotorama__html,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__img,.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__img{margin:-50% 0 0 -50%;width:100%;height:100%}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-timing-function:cubic-bezier(0.1,0,.25,1);-webkit-transition-duration:0ms;transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:0;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__wrap *{-moz-box-sizing:content-box;box-sizing:content-box}.fotorama__caption__wrap{-moz-box-sizing:border-box;box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:rgba(0,0,0,0)}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama@2x.png) no-repeat;background-size:96px 160px}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid}.fotorama__nav__frame.fotorama__active{pointer-events:none;cursor:default}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:6px;height:6px;border:none}.fotorama__dot{border-color:#7f7f7f}.fotorama__active .fotorama__dot{background-color:#7f7f7f}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:-webkit-linear-gradient(top left,rgba(255,255,255,.25),rgba(64,64,64,.1));background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.3s;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:0;background-position:0 0}.fotorama__arr--next{right:0;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:0;right:0;background-position:0 -32px;z-index:20}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon,.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--css2.fotorama__wrap--no-controls .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls .fotorama__fullscreen-icon,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon,.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev,.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next,.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity;-webkit-transition-duration:.3s;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.2)25%,rgba(0,0,0,.3)75%,transparent),-webkit-radial-gradient(0 50%,farthest-side,rgba(0,0,0,.4),transparent);background-image:linear-gradient(transparent,rgba(0,0,0,.2)25%,rgba(0,0,0,.3)75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.2)25%,rgba(0,0,0,.3)75%,transparent),-webkit-radial-gradient(100% 50%,farthest-side,rgba(0,0,0,.4),transparent);background-image:linear-gradient(transparent,rgba(0,0,0,.2)25%,rgba(0,0,0,.3)75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}

/* File: assets/cs/css/font-awesome.min.css
   Compiled at: 2018-10-15 12:51:07 
================================ */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fontawesome-webfont.eot?v=4.3.0');src:url('fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('fontawesome-webfont.woff?v=4.3.0') format('woff'),url('fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}


/* File: assets/cs/css/jquery-ui.min.css
   Compiled at: 2018-10-15 12:51:07 
================================ */
/*! jQuery UI - v1.11.0 - 2014-07-01
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-active .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("images/ui-icons_228ef1_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_ffd27a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}

/* File: assets/cs/css/tooltipster.css
   Compiled at: 2018-10-15 12:51:07 
================================ */
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px;
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.tooltipster-light {
	border-radius: 5px;
	border: 1px solid #cccccc;
	background: #ededed;
	color: #666666;
}
.tooltipster-light .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}

.tooltipster-punk {
	border-radius: 5px;
	border-bottom: 3px solid #f71169;
	background: #2a2a2a;
	color: #fff;
}
.tooltipster-punk .tooltipster-content {
	font-family: 'Courier', monospace;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}

.tooltipster-noir {
	border-radius: 0px;
	border: 3px solid #2c2c2c;
	background: #fff;
	color: #2c2c2c;
}
.tooltipster-noir .tooltipster-content {
	font-family: 'Georgia', serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}

.tooltipster-shadow {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	color: #2c2c2c;
}
.tooltipster-shadow .tooltipster-content {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}

/* File: assets/cs/css/fancybox/jquery.fancybox.css
   Compiled at: 2018-10-15 12:51:07 
================================ */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

