@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);

@import url(https://fonts.googleapis.com/css?family=Karla:400,700,400italic,700italic);/*! jQuery UI - v1.11.4 - 2015-05-07
* http://jqueryui.com
* Includes: core.css, menu.css, selectmenu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=%23f1f1f1&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23f1f1f1&fcHeader=%23000000&iconColorHeader=%23e2570c&bgColorContent=%23f1f1f1&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23f1f1f1&fcContent=%23000000&iconColorContent=%23e2570c&bgColorDefault=%23f1f1f1&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23f1f1f1&fcDefault=%23000000&iconColorDefault=%23e2570c&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23f1f1f1&fcHover=%23000000&iconColorHover=%23e2570c&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23f1f1f1&fcActive=%23000000&iconColorActive=%23e2570c&bgColorHighlight=%23f1f1f1&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23f1f1f1&fcHighlight=%23000000&iconColorHighlight=%23e2570c&bgColorError=%23f1f1f1&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23e2570c&fcError=%23e2570c&iconColorError=%23e2570c&bgColorOverlay=%23f1f1f1&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT *//* Layout helpers
----------------------------------*/
#topcontrol {z-index: 1000;}
#topcontrol img {z-index: 1000;}

.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;
 /* support: IE7 */;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
 /* support: IE8 */;
}

.ui-front {
  z-index: 100;
}/* Interaction Cues
----------------------------------*/.ui-state-disabled {
  cursor: default !important;
}/* Icons

----------------------------------*//* states and images */.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}/* Misc visuals
----------------------------------*//* Overlays */.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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;
 /* support: IE7 */ /* support: IE10, see #8844 */
  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;
}/* icon support */.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}/* left-aligned */.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}/* right-aligned */.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
 /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}/* Component containers
----------------------------------*/.ui-widget {
  font-family: 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: Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #f1f1f1;
  background: #f1f1f1 url("/assets/images/ui/ui-bg_flat_75_f1f1f1_40x100.png") 50% 50% repeat-x;
  color: #000000;
}

.ui-widget-content a {
  color: #000000;
}

.ui-widget-header {
  border: 1px solid #f1f1f1;
  background: #f1f1f1 url("/assets/images/ui/ui-bg_highlight-soft_75_f1f1f1_1x100.png") 50% 50% repeat-x;
  color: #000000;
  font-weight: bold;
}

.ui-widget-header a {
  color: #000000;
}/* Interaction states
----------------------------------*/.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
  border: 1px solid #f1f1f1;
  background: #f1f1f1 url("/assets/images/ui/ui-bg_glass_75_f1f1f1_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #000000;
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {
  color: #000000;
  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 #f1f1f1;
  background: #dadada url("/assets/images/ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #000000;
}

.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: #000000;
  text-decoration: none;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
  border: 1px solid #f1f1f1;
  background: #ffffff url("/assets/images/ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #000000;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
  color: #000000;
  text-decoration: none;
}/* Interaction Cues
----------------------------------*/.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
  border: 1px solid #f1f1f1;
  background: #f1f1f1 url("/assets/images/ui/ui-bg_glass_55_f1f1f1_1x400.png") 50% 50% repeat-x;
  color: #000000;
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
  color: #000000;
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
  border: 1px solid #e2570c;
  background: #f1f1f1 url("/assets/images/ui/ui-bg_glass_95_f1f1f1_1x400.png") 50% 50% repeat-x;
  color: #e2570c;
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {
  color: #e2570c;
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {
  color: #e2570c;
}

.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);
 /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
 /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
 /* support: IE8 - See #6059 */;
}/* Icons
----------------------------------*//* states and images */.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,.ui-widget-content .ui-icon {
  background-image: url("/assets/images/ui/ui-icons_e2570c_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/assets/images/ui/ui-icons_e2570c_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/assets/images/ui/ui-icons_e2570c_256x240.png");
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon {
  background-image: url("/assets/images/ui/ui-icons_e2570c_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("/assets/images/ui/ui-icons_e2570c_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/assets/images/ui/ui-icons_e2570c_256x240.png");
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
  background-image: url("/assets/images/ui/ui-icons_e2570c_256x240.png");
}/* positioning */.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 is deprecated, use ui-icon-seek-start instead */.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;
}/* Misc visuals
----------------------------------*//* Corner radius */.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;
}/* Overlays */.ui-widget-overlay {
  background: #f1f1f1 url("/assets/images/ui/ui-bg_flat_0_f1f1f1_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
 /* support: IE8 */;
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("/assets/images/ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
 /* support: IE8 */
  border-radius: 8px;
}/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=%23f1f1f1&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23f1f1f1&fcHeader=%23000000&iconColorHeader=%23e2570c&bgColorContent=%23f1f1f1&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23f1f1f1&fcContent=%23000000&iconColorContent=%23e2570c&bgColorDefault=%23f1f1f1&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23f1f1f1&fcDefault=%23000000&iconColorDefault=%23e2570c&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23f1f1f1&fcHover=%23000000&iconColorHover=%23e2570c&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23f1f1f1&fcActive=%23000000&iconColorActive=%23e2570c&bgColorHighlight=%23f1f1f1&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23f1f1f1&fcHighlight=%23000000&iconColorHighlight=%23e2570c&bgColorError=%23f1f1f1&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23e2570c&fcError=%23e2570c&iconColorError=%23e2570c&bgColorOverlay=%23f1f1f1&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 *//* Component containers
----------------------------------*/.ui-widget {
  font-family: 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: Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #f1f1f1;
  background: #f1f1f1 url("/assets/images/ui/ui-bg_flat_75_f1f1f1_40x100.png") 50% 50% repeat-x;
  color: #000000;
}

.ui-widget-content a {
  color: #000000;
}

.ui-widget-header {
  border: 1px solid #f1f1f1;
  background: #f1f1f1 url("/assets/images/ui/ui-bg_highlight-soft_75_f1f1f1_1x100.png") 50% 50% repeat-x;
  color: #000000;
  font-weight: bold;
}

.ui-widget-header a {
  color: #000000;
}/* Interaction states
----------------------------------*/.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
  border: 1px solid #f1f1f1;
  background: #f1f1f1 url("/assets/images/ui/ui-bg_glass_75_f1f1f1_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #000000;
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {
  color: #000000;
  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 #f1f1f1;
  background: #dadada url("/assets/images/ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #000000;
}

.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: #000000;
  text-decoration: none;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
  border: 1px solid #f1f1f1;
  background: #ffffff url("/assets/images/ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #000000;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
  color: #000000;
  text-decoration: none;
}/* Interaction Cues
----------------------------------*/.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
  border: 1px solid #f1f1f1;
  background: #f1f1f1 url("/assets/images/ui/ui-bg_glass_55_f1f1f1_1x400.png") 50% 50% repeat-x;
  color: #000000;
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
  color: #000000;
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
  border: 1px solid #e2570c;
  background: #f1f1f1 url("/assets/images/ui/ui-bg_glass_95_f1f1f1_1x400.png") 50% 50% repeat-x;
  color: #e2570c;
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {
  color: #e2570c;
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {
  color: #e2570c;
}

.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);
 /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
 /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
 /* support: IE8 - See #6059 */;
}/* Icons
----------------------------------*//* states and images */.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,.ui-widget-content .ui-icon {
  background-image: url("/assets/images/ui/ui-icons_e2570c_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/assets/images/ui/ui-icons_e2570c_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/assets/images/ui/ui-icons_e2570c_256x240.png");
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon {
  background-image: url("/assets/images/ui/ui-icons_e2570c_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("/assets/images/ui/ui-icons_e2570c_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/assets/images/ui/ui-icons_e2570c_256x240.png");
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
  background-image: url("/assets/images/ui/ui-icons_e2570c_256x240.png");
}/* positioning */.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 is deprecated, use ui-icon-seek-start instead */.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;
}/* Misc visuals
----------------------------------*//* Corner radius */.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;
}/* Overlays */.ui-widget-overlay {
  background: #f1f1f1 url("/assets/images/ui/ui-bg_flat_0_f1f1f1_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
 /* support: IE8 */;
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("/assets/images/ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
 /* support: IE8 */
  border-radius: 8px;
}/*!
 *  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 PATH
 * -------------------------- */.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;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}/* makes the font 33% larger relative to the icon container */.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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);
}

.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 {
  -webkit-filter: none;
  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: #ffffff;
}/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */.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";
}/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
}

audio,canvas,video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,button,input,select,textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

h2 {
  font-size: 1.5em;
  margin: .83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: .83em;
  margin: 1.67em 0;
}

h6 {
  font-size: .67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p,pre {
  margin: 1em 0;
}

code,kbd,pre,samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,menu,ol,ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,ol,ul {
  padding: 0 0 0 40px;
}

nav ul,nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,input,select,textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,input {
  line-height: normal;
}

button,select {
  text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],html input[disabled] {
  cursor: default;
}

input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */html,button,input,select,textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Karla', sans-serif;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 *//** RESET AND LAYOUT
===================================*/.bx-wrapper {
  position: relative;
  margin: 0 auto 30px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}/** THEME ===================================*/.bx-wrapper .bx-viewport {
  overflow: hidden;
}

.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}/* LOADER */.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}/* PAGER */.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}/* DIRECTION CONTROLS (NEXT / PREV) */.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-prev {
  background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}/* AUTO CONTROLS (START / STOP) */.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}/* IMAGE CAPTIONS */.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/#colorbox,#cboxOverlay,#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,#cboxContent,#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../images/cbox-controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../images/cbox-controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(../images/cbox-controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

[class^="icon-"]:before,[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
 /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Animation center compensation - margins should be symmetric */ /* remove if not needed */
  margin-left: .2em;
 /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}

.icon-facebook:before {
  content: '\e809';
}/* '?' */a.icon-facebook {
  color: #fff;
  text-decoration: none;
  background: #2591ff;
  padding: 2px;
  border-radius: 5px;
}/* '?' */a.icon-facebook:hover {
  background: rgba(37, 145, 255, 0.75);
}/* '?' */.icon-twitter-bird:before {
  content: '\e800';
}/* '?' */a.icon-twitter-bird {
  color: #fff;
  text-decoration: none;
  background: #25ceff;
  padding: 2px;
  border-radius: 5px;
}/* '?' */a.icon-twitter-bird:hover {
  background: rgba(37, 206, 255, 0.75);
}/* '?' */.icon-linkedin:before {
  content: '\e801';
}/* '?' */a.icon-linkedin {
  background: #006599;
  color: #fff;
  text-decoration: none;
  padding: 2px;
  border-radius: 5px;
}/* '?' */a.icon-linkedin:hover {
  background: rgba(0, 101, 153, 0.75);
}/* '?' */.icon-youtube:before {
  content: '\e802';
}/* '?' */a.icon-youtube {
  background: #a80202;
  color: #fff;
  text-decoration: none;
  padding: 2px;
  border-radius: 5px;
}/* '?' */a.icon-youtube:hover {
  background: rgba(168, 2, 2, 0.75);
}/* '?' */.icon-rss:before {
  content: '\e803';
}/* '?' */a.icon-rss {
  background: #ff8800;
  color: #fff;
  text-decoration: none;
  padding: 2px;
  border-radius: 5px;
}/* '?' */a.icon-rss:hover {
  background: rgba(255, 136, 0, 0.75);
}/* '?' *//* ==========================================================================
   Author: Phil Cardenas
   Company: Unleaded Group
   ========================================================================== */
.header-wrap {
  padding: 10px 0px;
}



/**Colorbox fix for mobile*/
@media only screen and (max-width: 640px) {
  #cboxLoadedContent,
  #cboxContent,
  #cboxWrapper,
  #colorbox {width: 100% !important;}
  #colorbox {outline: 0;}
}

.search-wrap {
  background: #387eb5 url(../images/home-main-background.jpg) top center no-repeat;
  height: 278px;
  padding: 95px 0px 0px;
}

.searcharea {
  margin: 0 auto;
  width: 960px;
}

.searcharea .logo {
  float: left;
  width: 241px;
  height: 157px;
  margin-right: 80px;
}

.searcharea h1 {
  color: #f8f6f6;
  font-size: 42px;
  margin: 0px 0px 0px 35px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.63);
  text-indent: -15px;
  font-weight: normal;
}

.searcharea .search {
  width: 295px;
  padding: 20px;
  background: #fff200;
  float: left;
  box-shadow: 0px 0px 10px #666666;
}

.searcharea .search .get {
  position: relative;
}

.searcharea .search .by {
  position: relative;
}

.searcharea .search .by .category {
  position: absolute;
  top: 46px;
  left: -20px;
  background: #fff;
  width: 615px;
  padding: 10px;
  border-bottom: 5px solid #FFF200;
  box-shadow: 0px 0px 10px #666666;
  z-index: 999;
}

.searcharea .search .your {
  width: 200px;
  padding: 10px;
  font-size: 18px;
  color: #2f3336;
  font-style: italic;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background: #fff;
  float: left;
  cursor: pointer;
  margin: 0px;
}

.searcharea .search .your span {
  background: url(../images/icon-search.png) left 5px no-repeat;
  width: 16px;
  height: 21px;
  display: block;
  float: right;
}

.searcharea .search .your .city {
  display: none;
}

.searcharea .search .your:hover .city {
  display: block;
}

.searcharea .search .your .city {
  position: absolute;
  top: 0px;
  left: -260px;
  background: #fff;
  width: 815px;
  padding: 10px;
  border-bottom: 5px solid #FFF200;
  box-shadow: 0px 0px 10px #666666;
  z-index: 999;
}

.searcharea .search .yours {
  width: 200px;
  padding: 10px;
  font-size: 18px;
  color: #2f3336;
  font-style: italic;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background: #fff;
  float: left;
  cursor: pointer;
  margin: 0px;
  text-decoration: none;
}

.searcharea .search .yours a {
  color: #2f3336;
  text-decoration: none;
}

.searcharea .search .yours span {
  background: url(../images/icon-search.png) left 5px no-repeat;
  width: 16px;
  height: 21px;
  display: block;
  float: right;
}

.searcharea .search .yours .cities {
  background: #fff;
  padding: 10px;
  border-bottom: 5px solid #FFF200;
  box-shadow: 0px 0px 10px #666666;
  z-index: 999;
}

#inline_content {
  padding: 10px;
}

#inline_content ul {
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 10px;
}

#inline_content h3 {
  list-style-type: none;
  font-size: 16px;
  color: #1948b2;
  margin: 0px 0px 5px;
  text-transform: uppercase;
}

#inline_content h3 a {
  text-decoration: none;
  color: #1948b2;
}

#inline_content ul li ul {
  margin-top: 10px;
}

#inline_content ul li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 7px;
  list-style-type: none;
}

#inline_content ul li a {
  color: #2b3034;
  cursor: pointer;
  text-decoration: none;
}

#inline_content ul li a:hover {
  text-decoration: underline;
}

#inline_content .col {
  float: left;
  width: 30%;
}

.searcharea .search p {
  width: 40px;
  color: #fff;
  font-size: 24px;
  background: #2b3034;
  padding: 5px;
  border-radius: 25px;
  margin: 0px 10px;
  text-align: center;
  float: left;
}

.searcharea .search .button {
  background: url(../images/search-button.png) left top no-repeat;
  width: 59px;
  height: 42px;
  display: block;
  border: none;
  float: right;
}

.searcharea .search ul {
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 10px;
}

.searcharea .search h3 {
  list-style-type: none;
  font-size: 16px;
  color: #1948b2;
  margin: 0px 0px 5px;
  text-transform: uppercase;
}

.searcharea .search ul li ul {
  margin-top: 10px;
}

.searcharea .search ul li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 7px;
  list-style-type: none;
}

.searcharea .search ul li a {
  color: #2b3034;
  cursor: pointer;
  text-decoration: none;
}

.searcharea .search ul li a:hover {
  text-decoration: underline;
}

.searcharea .search .col {
  float: left;
  width: 190px;
  padding: 5px;
}

.cat-wrap {
  background: #2b3034;
  height: 50px;
  border-bottom: 5px solid #fff;
  clear: both;
}

.cat-wrap .cats {
  margin: 0 auto;
  width: 960px;
}

.cat-wrap ul {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.cat-wrap ul ul {
  position: static;
}

.cat-wrap ul li {
  float: left;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  list-style-type: none;
  border-left: 1px solid #3f4245;
  line-height: 1;
  text-align: center;
  height: 45px;
  padding: 5px 12px 0px;
}

.cat-wrap ul li:first-child {
  border-left: none;
  line-height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.cat-wrap ul li:first-child a {
  background: url(../images/white-arrow.png) right 7px no-repeat;
  padding-right: 25px;
}

.cat-wrap ul li:first-child a:hover {
  color: #fff;
}

.cat-wrap ul li:last-child {
  line-height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 50px;
}

.cat-wrap ul li a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.cat-wrap ul li a:hover {
  color: #FFF200;
}

.cat-wrap .cats li ul li:first-child {
  background: none;
  line-height: 1.5;
  height: auto;
  text-shadow: none;
}

.cat-wrap .cats li ul li:first-child a {
  background: none;
  color: #000;
}

.cat-wrap .cats li ul li:first-child a:hover {
  background: #1948b2;
  color: #fff;
}

.cat-wrap .cats ul li ul li {
  font-size: 16px;
  height: 40px;
  padding: 10px 13px 0;
}

.city .cats li:first-child {
  background: #fff200;
  height: 50px;
}

.city .cats li:first-child a {
  background: url(../images/orange-arrow.png) right 7px no-repeat;
  padding-right: 25px;
  color: #F03636;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.63);
}

.cat-wrap .cats li .drop {
  display: none;
  position: absolute;
  left: 15px;
  top: 48px;
  width: 910px;
  background: #fff;
  z-index: 999;
  text-align: center;
  padding: 10px;
  border-bottom: 5px solid #fff200;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.42);
}

.cat-wrap.city .cats li .drop .col {
  float: left;
  width: 320px;
}

.cat-wrap .cats li .drop .col {
  float: left;
  width: 300px;
}

.cat-wrap .cats li .drop .col li {
  height: auto;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.63);
}

.cat-wrap .cats li .drop .col li:first-child {
  text-shadow: 0;
}

.cat-wrap .cats li .drop img {
  margin: 10px;
}

.cat-wrap .cats li:hover .drop {
  display: block;
}

.cat-wrap .cats li .drop .ad250 {
  float: right;
}

.cat-wrap .cats li ul li {
  float: none;
  line-height: 2;
  padding: 0px;
  height: auto;
  border: none;
  text-align: left;
}

.cat-wrap .cats li ul li a {
  color: #000;
  display: block;
  padding-left: 5px;
}

.cat-wrap .cats li ul li a:hover {
  background: #1948b2;
  color: #fff;
}

.city .cats li ul li:first-child {
  background: none;
  line-height: 1.5;
  height: auto;
}

.city .cats li ul li:first-child a {
  background: none;
  color: #000;
}

.city .cats li ul li:first-child a:hover {
  background: #1948b2;
  color: #fff;
}

#cities {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -305px;
  z-index: 5001;
  width: 620px;
  background: #fff;
  text-align: center;
  padding: 10px;
  border-bottom: 5px solid #fff200;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.42);
}

#cities h2 {
  margin: 5px 0px;
  text-align: left;
}

#citiesmask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5000;
}

#cities ul {
  padding: 0px;
  margin: 0px 0px 10px;
}

#cities h3 {
  list-style-type: none;
  font-size: 16px;
  color: #1948b2;
  margin: 0px 0px 5px;
}

#cities ul li ul {
  margin-top: 10px;
}

#cities ul li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 7px;
  list-style-type: none;
}

#cities ul li a {
  color: #2b3034;
  cursor: pointer;
  text-decoration: none;
}

#cities ul li a:hover {
  text-decoration: underline;
}

#cities .col {
  float: left;
  width: 190px;
  padding: 5px;
  text-align: left;
}

.homecontent-wrap {
  background: #f4f0e9;
  padding-bottom: 40px;
  border-bottom: 5px solid #fff;
}

.home-content {
  margin: 0 auto;
  width: 960px;
  padding: 40px 0px 40px;
}

.home-content .left {
  width: 540px;
  float: left;
}

.home-content .left h2 {
  font-size: 40px;
  border-bottom: 1px solid #eade07;
  padding-bottom: 10px;
  color: #2b3034;
  font-weight: normal;
  margin: 0px 0px 15px;
}

.home-content .left p {
  font-size: 16px;
}

.home-content .right {
  width: 320px;
  padding: 20px;
  float: right;
  background: #1948b2;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.42);
}

.home-content .right h2 {
  font-size: 30px;
  border-bottom: 5px solid #f79635;
  padding-bottom: 10px;
  margin: 0px 0px 10px;
  color: #fff;
  font-weight: normal;
}

.home-content .right ul {
  padding: 0px;
}

.home-content #contact {
  text-align: center;
}

.home-content #contact ul {
  margin-left: 0px;
}

.home-content #contact ul li {
  background: url(../images/icon-logo.png) left no-repeat;
  font-size: 20px;
  font-family: arial;
  font-weight: bold;
  color: #fff;
  text-align: left;
  list-style-type: none;
  padding-left: 30px;
  line-height: 2;
}

.home-content #contact h2 {
  font-size: 30px;
  border-bottom: 5px solid #f79635;
  padding-bottom: 10px;
  margin: 0px 0px 10px;
  color: #fff;
  font-weight: normal;
}

.home-content #contact h3 {
  font-size: 30px;
  padding-bottom: 10px;
  margin: 0px 0px 10px;
  color: #fff;
  font-weight: normal;
}

.home-content #contact .textbox {
  border: 1px solid #fff;
  border-top: 1px solid #000;
  width: 275px;
  padding: 5px 5px 5px 35px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #2b3034;
  font-weight: bold;
  font-style: italic;
}

.home-content #contact .textbox.name {
  background: #fff url(../images/icon-name.png) 5px no-repeat;
}

.home-content #contact .textbox.email {
  background: #fff url(../images/icon-email.png) 5px no-repeat;
}

.home-content #contact .textbox.phone {
  background: #fff url(../images/icon-phone.png) 5px no-repeat;
}

.home-content #contact textarea {
  background: #fff url(../images/icon-comments.png) 5px 8px no-repeat;
  border: 1px solid #fff;
  border-top: 1px solid #000;
  width: 275px;
  padding: 5px 5px 5px 35px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #2b3034;
  font-weight: bold;
  font-style: italic;
}

.home-content #contact button {
  background: #f03636;
  font-size: 18px;
  color: #fff;
  border: none;
  font-family: 'Karla', sans-serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.63);
  padding: 5px 10px;
}

.info-wrap {
  background: #2b3034;
  padding: 20px 0px;
  border-bottom: 5px solid #fff;
}

.info-wrap .info {
  margin: 0 auto;
  width: 960px;
  text-align: center;
}

.info-wrap .info h2 {
  font-size: 38px;
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid #fff200;
  width: 460px;
  margin: 0px 0px 0px 260px;
  padding: 0px 0px 20px;
}

.info-wrap .info p {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

.info-wrap .info p a {
  color: #fff200;
  font-weight: bold;
}

.slider .item {
  overflow: hidden;
}

.slider h3 {
  font-size: 20px;
  color: #fff200;
  margin: 5px 0px;
}

.slider h3 a {
  color: #fff200;
  text-decoration: none;
}

.slider p {
  font-size: 15px;
  color: #fff;
  margin: 5px 0px;
}

.slidewrap .bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/left-arrow.png) left top no-repeat;
  left: -40px;
}

.slidewrap .bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/right-arrow.png) left top no-repeat;
  right: -50px;
}

.events-wrap {
  background: #f0e6cb;
  padding: 20px 0px;
  border-bottom: 5px solid #fff;
}

.events-wrap .info {
  margin: 0 auto;
  width: 960px;
  text-align: center;
}

.events-wrap .info h2 {
  font-size: 38px;
  font-weight: normal;
  color: #2b3034;
  border-bottom: 1px solid #1948b2;
  width: 360px;
  margin: 0px 0px 0px 300px;
  padding: 0px 0px 20px;
}

.events-wrap .info p {
  font-size: 16px;
  font-weight: normal;
  color: #2b3034;
}

.events-wrap .info p a {
  color: #1948b2;
  font-weight: bold;
}

.eventwrap .slider h3 {
  font-size: 20px;
  color: #2b3034;
  margin: 5px 0px;
}

.eventwrap .slider h3 a {
  color: #2b3034;
  text-decoration: none;
}

.eventwrap .slider p {
  font-size: 15px;
  color: #2b3034;
  margin: 5px 0px;
}

.eventwrap .bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/black-left.png) left top no-repeat;
  left: -40px;
}

.eventwrap .bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/black-right.png) left top no-repeat;
  right: -50px;
}

.eventwrap .date {
  font-size: 15px;
  color: #2b3034;
  background: #fff200;
  border-radius: 10px;
  width: 100px;
  margin: 20px auto;
}

.eventwrap .date a {
  color: #2b3034;
  text-decoration: none;
}

.eventwrap .date span {
  font-size: 70px;
  color: #1948b2;
  display: block;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.eventwrap .date span a {
  color: #1948b2;
  text-decoration: none;
}

.directory-wrap {
  background: url(../images/order-background.png) center top no-repeat;
  padding: 45px 0px 20px;
  height: 345px;
}

.directory {
  margin: 0 auto;
  width: 960px;
}

.directory h2 {
  color: #000;
  font-size: 87px;
  text-shadow: -5px -5px 0 #fff, 5px -5px 0 #fff, -5px 5px 0 #fff, 5px 5px 0 #fff;
  margin: 15px 0px 0px;
  padding: 0px;
  float: left;
}

.directory span {
  color: #000;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  background: #fff;
  padding: 5px 10px;
  float: left;
  clear: left;
}

.directory select {
  float: right;
  margin: 45px 90px 0px 0px;
  width: 205px;
  border: 1px solid #Ee7e7e7;
  border-radius: 5px;
  padding: 5px;
  font-style: italic;
  font-weight: bold;
  color: #2f3336;
}

.directory .guide {
  float: right;
  width: 360px;
  height: auto;
}

.directory .guide img {
  float: right;
}

.directory .guide h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 200px 0px 10px;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 130px;
  padding: 10px 0px;
}

.directory .guide h3 a {
  color: #222222;
  text-decoration: none;
}

.directory .guide p {
  font-size: 15px;
  text-align: center;
  margin: 0px;
}

.directory .guide p a {
  color: #1948b2;
  font-weight: bold;
}

.bar-wrap {
  background: #2b3034;
  padding: 15px 0px;
}

.bar {
  margin: 0 auto;
  width: 960px;
}

.bar p {
  color: #fff;
  font-size: 20px;
  margin: 0px;
  float: left;
}

.bar p span {
  color: #fff200;
}

.bar ul {
  float: right;
  margin: 0px;
  padding: 0px;
}

.bar ul li {
  float: left;
  list-style: none;
  color: #fff;
  font-size: 20px;
  margin: 0px 10px;
}/* ==========================================================================
   Sub Page
   ========================================================================== */.subheader-wrap {
  height: 180px;
  padding: 15px 0px;
}

.subheader {
  margin: 0 auto;
  width: 960px;
}

.subheader .logo {
  float: left;
  width: 241px;
  height: 157px;
  margin-right: 10px;
}

.subheader h1 {
  color: #f8f6f6;
  font-size: 42px;
  margin: 35px 0px 0px 35px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.63);
  text-indent: -15px;
  font-weight: normal;
  float: left;
  width: 600px;
  line-height: 1.2;
}

.subheader p.remove {
  color: #f8f6f6;
  font-size: 42px;
  margin: 10px 0px 0px 35px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.63);
  text-indent: -15px;
  font-weight: normal;
  float: left;
  width: 600px;
  line-height: 1.2;
}

.subheader h1 p {
  margin: 0px;
}

.subheader .search {
  width: 305px;
  padding: 10px 10px;
  background: #fff200;
  float: left;
  box-shadow: 0px 0px 20px #666666;
  margin: 5px 0px 10px 35px;
}

.subheader .search .by {
  position: relative;
}

.subheader .search .by .category {
  position: absolute;
  top: 46px;
  left: -300px;
  background: #fff;
  width: 960px;
  padding: 10px;
  border-bottom: 5px solid #FFF200;
  box-shadow: 0px 0px 10px #666666;
  z-index: 999;
}

.subheader .search h2 {
  width: 200px;
  padding: 10px;
  font-size: 18px;
  color: #2f3336;
  font-style: italic;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background: #fff;
  float: left;
  cursor: pointer;
  margin: 0px;
}

.subheader .search h2 span {
  background: url(../images/icon-search.png) left 5px no-repeat;
  width: 16px;
  height: 21px;
  display: block;
  float: right;
}

.subheader .search p {
  width: 40px;
  color: #fff;
  font-size: 24px;
  background: #2b3034;
  padding: 5px;
  border-radius: 25px;
  margin: 0px 10px;
  text-align: center;
  float: left;
}

.subheader .search .button {
  background: url(../images/search-button.png) left top no-repeat;
  width: 59px;
  height: 42px;
  display: block;
  border: none;
  float: right;
}

.subheader .search ul {
  padding: 0px;
  margin: 0px 0px 10px;
}

.subheader .search h3 {
  list-style-type: none;
  font-size: 16px;
  color: #1948b2;
  margin: 0px 0px 10px;
}

.subheader .search ul li ul {
  margin-top: 10px;
}

.subheader .search ul li {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 7px;
  list-style-type: none;
}

.subheader .search ul li a {
  color: #2b3034;
  cursor: pointer;
  text-decoration: none;
}

.subheader .search ul li a:hover {
  text-decoration: underline;
}

.subheader .search .col {
  float: left;
  width: 150px;
  padding: 5px;
}

.subcat-wrap {
  background: #2b3034;
  height: 50px;
  border-bottom: 5px solid #fff;
}

.subcat-wrap .subcat {
  margin: 0 auto;
  width: 960px;
}

.subcat-wrap ul {
  margin: 0px;
  padding: 0px;
}

.subcat-wrap ul li {
  float: left;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  list-style-type: none;
  border-left: 1px solid #3f4245;
  line-height: 1;
  text-align: center;
  height: 45px;
  padding: 5px 13px 0px;
  word-break: normal;
}

.subcat-wrap ul li:first-child {
  border-left: none;
}

.subcat-wrap ul li:last-child {
  line-height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 50px;
}

.subcat-wrap ul li a {
  color: #fff;
  text-decoration: none;
}

.subcat-wrap ul li a:hover {
  color: #FFF200;
}

.page-wrap {
  background: #f4f0e9;
  padding: 20px 0px;
}

.page {
  margin: 0 auto;
  width: 960px;
}

.breadcrumbs ul {
  padding: 0px;
  margin: 0px;
}

.breadcrumbs ul li {
  float: left;
  list-style-type: none;
  font-size: 14px;
  color: #2b3034;
}

.breadcrumbs ul li a {
  color: #2b3034;
  text-decoration: none;
}

.breadcrumbs ul li a:hover {
  text-decoration: underline;
}

.breadcrumbs ul li:last-child {
  color: #1948b2;
}

.page .cat-text h1 {
  font-size: 18px;
}

.page .left {
  float: left;
  width: 625px;
  clear: left;
  margin-bottom: 25px;
  overflow: hidden;
}

h2.title {
  font-size: 40px;
  color: #2b3034;
  font-weight: normal;
  border-bottom: 1px solid #fff200;
  margin: 0px 0px 15px;
  padding-bottom: 5px;
  clear: both;
}

.page .share {
  margin-bottom: 15px;
  float: left;
}

.page .left p {
  color: #2b3034;
  font-size: 16px;
  line-height: 1.2;
  margin: 10px 0px;
}

.page .left ul {
  margin: 10px 0px;
}

.page .left li {
  color: #2b3034;
  font-size: 16px;
  line-height: 1.2;
}

.page .content p {
  color: #2b3034;
  font-size: 16px;
  line-height: 1.2;
  margin: 10px 0px;
}

.page .content ul {
  margin: 10px 0px;
}

.page .content li {
  color: #2b3034;
  font-size: 16px;
  line-height: 1.2;
}

.page .content .show {
  color: #f03636;
  cursor: pointer;
  margin-bottom: 20px;
  display: block;
}

.page .content .more-content {
  margin-bottom: 20px;
}

.citywrap {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.42);
  width: 620px;
  height: 390px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.bxslider .item {
  width: 620px;
  height: 390px;
  position: relative;
}

.bxslider .item .caption {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0px;
  padding: 10px 15px;
  width: 590px;
}

.bxslider .item .caption h2 {
  font-size: 30px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  margin: 0px;
  font-family: 'Karla', sans-serif;
}

.bxslider .item .caption p {
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  margin: 0px;
  font-family: arial;
}

.bxslider .item .caption .btn {
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  background: #d8321c;
  padding: 5px 10px;
  float: right;
}

#bx-pager .thumb {
  width: 142px;
  height: 89px;
  float: left;
  border: 2px solid #525559;
  position: relative;
  margin-right: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.42);
  color: #fff;
}

#bx-pager .active {
  border: 2px solid #1641a0;
}

#bx-pager .last {
  float: right;
  margin-right: 5px;
}

#bx-pager a.active span {
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1641a0;
  border-left: 8px solid transparent;
  height: 0;
  left: 50%;
  margin-top: -10px;
  margin-left: -8px;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}

#bx-pager .thumb .caption {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0px;
  padding: 5px;
  width: 132px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.page .right {
  width: 290px;
  float: right;
}

.page #contact ul {
  margin-left: 0px;
  padding: 0px;
}

.page #contact ul li {
  background: url(../images/icon-logo.png) left no-repeat;
  font-size: 20px;
  font-family: arial;
  font-weight: bold;
  color: #fff;
  text-align: left;
  list-style-type: none;
  padding-left: 30px;
  line-height: 1.5;
}

.page #contact h2 {
  font-size: 30px;
  border-bottom: 5px solid #f79635;
  padding-bottom: 10px;
  margin: 0px 0px 10px;
  color: #fff;
  font-weight: normal;
}

.page #contact h3 {
  font-size: 30px;
  padding-bottom: 10px;
  margin: 0px 0px 10px;
  color: #fff;
  font-weight: normal;
}

.page #contact h3 span {
  display: none;
}

.page #contact {
  text-align: center;
  width: 100%;
  padding: 20px 10px;
  background: #1948b2;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.42);
  margin-bottom: 30px;
}

.page #contact .textbox {
  border: 1px solid #fff;
  border-top: 1px solid #000;
  width: 225px;
  padding: 5px 5px 5px 35px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #2b3034;
  font-weight: bold;
  font-style: italic;
}

.page #contact .textbox.name {
  background: #fff url(../images/icon-name.png) 5px no-repeat;
}

.page #contact .textbox.email {
  background: #fff url(../images/icon-email.png) 5px no-repeat;
}

.page #contact .textbox.phone {
  background: #fff url(../images/icon-phone.png) 5px no-repeat;
}

.page #contact textarea {
  background: #fff url(../images/icon-comments.png) 5px 8px no-repeat;
  border: 1px solid #fff;
  border-top: 1px solid #000;
  width: 225px;
  padding: 5px 5px 5px 35px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #2b3034;
  font-weight: bold;
  font-style: italic;
}

.page #contact button {
  background: #f03636;
  font-size: 18px;
  color: #fff;
  border: none;
  font-family: 'Karla', sans-serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.63);
  padding: 5px 10px;
}/* =TESTIMONIALS======================================================= */.testimony {
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.42);
  padding: 10px;
  margin-bottom: 20px;
}

.testimony p {
  color: #515151;
  font-size: 12px;
}

.testimony h2 {
  color: #515151;
  font-size: 15px;
  text-align: right;
}/* =CONTACT=US======================================================= */.contact-us h2 {
  font-size: 40px;
  border-bottom: 1px solid #eade07;
  padding-bottom: 10px;
  color: #2b3034;
  font-weight: normal;
  margin: 0px 0px 15px;
}

.contact-us p {
  font-size: 16px;
}

.contact-us li {
  font-size: 16px;
}

#contactus label {
  float: left;
  width: 250px;
  clear: left;
  text-align: right;
  margin-right: 5px;
  font-weight: bold;
  font-size: 16px;
}

#contactus .textbox {
  width: 300px;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 3px;
}

#contactus textarea {
  width: 400px;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 3px;
}

#contactus select {
  width: 315px;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 3px;
}

#contactus p {
  margin-left: 250px;
  font-weight: bold;
}

#contactus img {
  margin-bottom: 10px;
}

#contactus button {
  margin-left: 250px;
}/* =Listing CONTACT=US======================================================= */#list-contact .textbox {
  border: 1px solid #000;
  width: 275px;
  padding: 5px 5px 5px 35px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #2b3034;
  font-weight: bold;
  font-style: italic;
}

#list-contact .textbox {
  border: 1px solid #000;
  width: 275px;
  padding: 5px 5px 5px 35px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #2b3034;
  font-weight: bold;
  font-style: italic;
}

#list-contact .textbox.name {
  background: #fff url(../images/icon-name.png) 5px no-repeat;
}

#list-contact .textbox.email {
  background: #fff url(../images/icon-email.png) 5px no-repeat;
}

#list-contact .textbox.phone {
  background: #fff url(../images/icon-phone.png) 5px no-repeat;
}

#list-contact textarea {
  background: #fff url(../images/icon-comments.png) 5px 8px no-repeat;
  border: 1px solid #000;
  width: 275px;
  height: 275px;
  padding: 5px 5px 5px 35px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #2b3034;
  font-weight: bold;
  font-style: italic;
}

#list-contact button {
  background: #f03636;
  font-size: 18px;
  color: #fff;
  border: none;
  font-family: 'Karla', sans-serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.63);
  padding: 5px 10px;
}

#inline_content p {
  font-family: 'Karla', sans-serif;
  font-size: 20px;
}/* ==========================================================================
   Articles
   ========================================================================== */.art-wrap {
  background: #2b3034;
  height: 50px;
  border-bottom: 5px solid #fff;
  clear: both;
}

.art-wrap .art {
  margin: 0 auto;
  width: 960px;
}

.art-wrap ul {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.art-wrap ul li {
  float: left;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  list-style-type: none;
  border-left: 1px solid #3f4245;
  line-height: 1;
  text-align: center;
  height: 45px;
  padding: 5px 18px 0px;
}

.art-wrap ul li:first-child a:hover {
  color: #fff;
}

.art-wrap ul li:last-child {
  line-height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 50px;
  border-right: 1px solid #3f4245;
  cursor: pointer;
}

.art-wrap ul li:last-child span {
  background: url(../images/icon-locations.png) right 6px no-repeat;
  padding-right: 25px;
}

.art-wrap ul li a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.art-wrap ul li a:hover {
  color: #FFF200;
}

.art-wrap ul li ul li a {
  color: #000;
}

.art-wrap ul li ul li a:hover {
  color: #000;
  text-decoration: underline;
}

.art-wrap ul li ul li:first-child a:hover {
  color: #000;
  text-decoration: underline;
}

.art-wrap ul li ul li:last-child {
  border-right: none;
}

.art-wrap ul li .city {
  display: none;
  position: absolute;
  top: 46px;
  right: 0px;
  background: #fff;
  width: 935px;
  padding: 10px;
  border-bottom: 5px solid #FFF200;
  box-shadow: 0px 0px 10px #666666;
  z-index: 999;
  text-align: left;
}

.art-wrap ul li:hover .city {
  display: block;
  z-index: 999;
}

.art-wrap ul li:hover .drop {
  display: block;
  z-index: 999;
}

.art-wrap .art .drop {
  display: none;
  position: absolute;
  left: 15px;
  top: 48px;
  width: 910px;
  background: #fff;
  z-index: 999;
  text-align: center;
  padding: 10px;
  border-bottom: 5px solid #fff200;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.42);
}

.art-wrap .art .drop li {
  border: none;
  height: auto;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.63);
  line-height: 1.5;
  display: block;
  float: none;
  text-align: left;
}

.art-wrap .art .drop a {
  display: block;
  padding: 0px 0px 0px 5px;
}

.art-wrap .art .drop li a:hover {
  color: #fff;
  text-decoration: none;
  background: #1948b2;
}

.art-wrap .art .drop .col {
  float: left;
  width: 290px;
  padding: 5px;
}

.art-wrap .city ul {
  padding: 0px;
  margin: 0px 0px 10px;
}

.art-wrap .city h3 {
  list-style-type: none;
  font-size: 16px;
  color: #1948b2;
  margin: 0px 0px 10px;
  padding: 0px;
  line-height: 1;
}

.art-wrap .city ul {
  margin: 10px 0px 20px;
}

.art-wrap .city ul li {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 7px;
  list-style-type: none;
  border: none;
  float: none;
  text-align: left;
  height: 15px;
  padding: 0px;
}

.art-wrap .city ul li:last-child {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 7px;
  list-style-type: none;
  border: none;
  float: none;
  text-align: left;
  height: 15px;
  padding: 0px;
}

.art-wrap .city ul li a {
  color: #2b3034;
  cursor: pointer;
  text-decoration: none;
}

.art-wrap .city ul li a:hover {
  text-decoration: underline;
}

.art-wrap .city .col {
  float: left;
  width: 300px;
  padding: 5px;
}

.resources h2 {
  font-size: 42px;
  color: #31363a;
  margin: 10px 0px;
  clear: both;
}

.resources .featured {
  border-bottom: 2px solid #1948b2;
  box-shadow: 0 1px 5px #666666;
  margin-bottom: 70px;
  position: relative;
}

.resources .featured h3 {
  background: #2b3034;
  color: #fff;
  font-size: 16px;
  border-left: 5px solid #1948b2;
  padding-left: 10px;
  margin: 0px;
}

.resources .featured .bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom: 10px;
  width: 17px;
  height: 19px;
}

.resources .featured .bx-wrapper .bx-controls-direction a.bx-prev {
  right: 43px;
  bottom: -25px;
  top: auto;
  background: url(../images/bxprev.png) left top no-repeat;
}

.resources .featured .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0px;
  bottom: -25px;
  top: auto;
  background: url(../images/bxnext.png) left top no-repeat;
}

.resources .featured .bx-wrapper .bx-controls-auto .bx-start {
  background: url(../images/play.png) left top no-repeat;
  width: 17px;
  height: 19px;
  position: absolute;
  right: -12px;
  bottom: 5px;
}

.resources .featured .bx-wrapper .bx-controls-auto .bx-start.active {
  display: none;
}

.resources .featured .bx-wrapper .bx-controls-auto .bx-stop {
  background: url(../images/pause.png) left top no-repeat;
  width: 17px;
  height: 19px;
  position: absolute;
  right: -12px;
  bottom: 5px;
}

.resources .featured .bx-wrapper .bx-controls-auto .bx-stop.active {
  display: none;
}

.resources .featured .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 30px;
}

.resources .featured .bx-wrapper {
  margin: 0;
}

.resources .featured .bx-viewport {
  height: 255px;
}

.resources .item {
  padding: 15px 15px 15px;
  position: relative;
}

.resources .item .pic {
  float: left;
  width: 380px;
}

.resources .item .text {
  float: right;
  width: 525px;
}

.resources .item h4 {
  font-size: 32px;
  color: #1948b2;
  margin: 0px;
  border-bottom: 1px solid #000;
  line-height: 1.2;
}

.resources .item h4 a {
  color: #1948b2;
  text-decoration: none;
}

.resources .item p {
  font-size: 20px;
  color: #2b3034;
  margin: 10px 0px 0px;
}

.resources .item .more {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.resources .item .more a {
  font-size: 13px;
  float: right;
  text-decoration: none;
  color: #fff;
  background: #f03636;
  padding: 5px 10px;
}

.resources .cat {
  float: left;
  width: 295px;
  height: 400px;
  background: #fff;
  box-shadow: 0 1px 5px #666666;
  margin-bottom: 35px;
  position: relative;
}

.resources .cat.one {
  margin-right: 40px;
}

.resources .cat.three {
  float: right;
}

.resources .cat h3 {
  background: #2b3034;
  color: #fff;
  font-size: 16px;
  border-left: 5px solid #1948b2;
  padding-left: 10px;
  margin: 0px;
}

.resources .cat .recent {
  padding: 15px;
}

.resources .cat .recent h4 {
  font-size: 20px;
  color: #2b3034;
  margin: 10px 0px;
  line-height: 1.1;
}

.resources .cat .recent h4 a {
  color: #2b3034;
  text-decoration: none;
}

.resources .cat .recent p {
  font-size: 16px;
  color: #2b3034;
  margin: 10px 0px;
  line-height: 1.1;
}

.resources .cat .recent p.more {
  margin: 15px 0px 0px;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.resources .cat .recent p.more a {
  color: #f03636;
  text-decoration: none;
  font-weight: bold;
}

.paginate {
  font-size: 15px;
  clear: both;
}

.paginate strong {
  color: #fff;
  background: #2b3034;
  padding: 5px 10px;
  font-weight: normal;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
}

.paginate a {
  color: #2b3034;
  background: #fff;
  text-decoration: none;
  padding: 5px 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
}

.related {
  position: relative;
  min-height: 400px;
  background: #fff;
  box-shadow: 0 1px 5px #666666;
  margin-bottom: 30px;
}

.related h2 {
  background: #2b3034;
  color: #fff;
  font-size: 16px;
  border-left: 5px solid #1948b2;
  padding-left: 10px;
  margin: 0px;
}

.related .article {
  padding: 15px;
}

.related .article h4 {
  font-size: 20px;
  color: #2b3034;
  margin: 10px 0px;
  line-height: 1.1;
}

.related .article p {
  font-size: 16px;
  color: #2b3034;
  margin: 10px 0px 15px;
  line-height: 1.1;
}

.related .article p.more {
  margin: 15px 0px 0px;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.related .article p.more a {
  color: #f03636;
  text-decoration: none;
  font-weight: bold;
}/* ==========================================================================
   Listing
   ========================================================================== */.page .toolbar {
  font-size: 14px;
  color: #2b3034;
  margin: 10px 0px 15px;
  line-height: 1.5;
}

.page .toolbar .records {
  margin-bottom: 10px;
}

.page .toolbar label {
  font-weight: bold;
}

.page .toolbar select {
  width: 150px;
  margin-right: 190px;
  border: 1px solid #e7e7e7;
  border-top: 1px solid #92908c;
  border-radius: 3px;
}

.page .toolbar .sort {
  padding: 0px 10px;
  background: #2b3034;
  clear: both;
}

.page .toolbar .sort li {
  float: left;
  list-style-type: none;
  font-size: 13px;
}

.page .toolbar .sort li a {
  color: #fff;
  text-decoration: none;
  display: block;
  float: left;
  padding: 5px 3px;
}

.page .toolbar .sort li a:hover {
  color: #fff200;
}

.page .toolbar .sort li a.active {
  color: #fff200;
}

.page h2.list-title {
  font-size: 40px;
  color: #2b3034;
  font-weight: normal;
  margin: 0px 0px 15px;
  padding-bottom: 5px;
  clear: both;
}

.page h2.list-title a {
  color: #2b3034;
  text-decoration: none;
}

.page .headcat {
  font-size: 20px;
  color: #2b3034;
  font-family: 'Karla', sans-serif;
  border-bottom: 1px solid #fff200;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}

.page .headcat span {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 10px;
}

.page .headcat.inactive span {
  background: url(../images/icon-cathead-inactive.png) right no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 10px;
}

.page .headcat.active span {
  background: url(../images/icon-cathead-active.png) right no-repeat;
}

.page .subcat {
  padding: 10px;
  background: #fff;
  border: 5px solid #1948B2;
}

.page .subcat ul {
  padding: 0px;
  margin: 0px;
}

.page .subcat ul li {
  float: left;
  font-size: 15px;
  margin: 0px 5px 15px;
  list-style-type: none;
  width: 220px;
}

.page .subcat ul li a {
  color: #2b3034;
  text-decoration: none;
}

.page .subcat ul li a:hover {
  color: #f03636;
}

.left .listing {
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.42);
  margin-bottom: 20px;
}

.left .listing .content {
  padding: 10px;
}

.left .listing.featured h2 {
  background: #2b3034;
  color: #fff;
  font-size: 16px;
  border-left: 5px solid #1948b2;
  padding-left: 10px;
  margin: 0px;
  font-family: 'Karla', sans-serif;
}

.left .listing.featured h3 {
  font-size: 20px;
  color: #515151;
  margin: 0px 0px 10px;
  font-family: 'Karla', sans-serif;
}

.left .listing h2 {
  font-size: 20px;
  color: #515151;
  margin: 0px 0px 10px;
  font-family: 'Karla', sans-serif;
}

.left .listing h2 a {
  color: #515151;
  text-decoration: none;
}

.left .listing p {
  font-size: 13px;
  color: #515151;
  margin: 0px 0px 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.left .listing .pic {
  float: left;
  width: 145px;
  margin-right: 15px;
}

.left .listing .info {
  float: left;
  width: 300px;
}

.left .listing .links {
  float: right;
  width: 115px;
}

.left .listing .links p {
  margin-bottom: 20px;
}

.left .listing .links ul {
  padding: 0px;
  margin: 0px 0px 15px;
}

.left .listing .links ul li {
  font-size: 12px;
  font-weight: bold;
  list-style-type: none;
  line-height: 2;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  margin-left: 10px;
}

.left .listing .links ul li a {
  text-decoration: none;
  color: #515151;
  padding-left: 15px;
}

.left .listing .links ul li.email a {
  background: url(../images/icon-sm-envelope.png) left no-repeat;
}

.left .listing .links ul li.email a span {
  display: none;
}

.left .listing .links ul li.fav a {
  background: url(../images/icon-favorites.png) left no-repeat;
}

.left .red .links ul li.fav a {
  background: url(../images/red-heart.png) left no-repeat;
  padding-left: 20px;
}

.left .red .links ul li.rev a {
  background: url(../images/icon-star.png) left no-repeat;
  padding-left: 20px;
}

.left .listing .links ul li.postcomment a {
  background: url(../images/icon-comments.png) left no-repeat;
  background-size: 10px 9px;
}

.left .listing .links ul li.print a {
  background: url(../images/icon-print.png) left no-repeat;
}

.left .listing .links a.view {
  background: #f03636;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-family: 'Karla', sans-serif;
  padding: 5px 10px;
  margin-left: 12px;
}

.left .listing p.clearfix {
  clear: both;
}

.listwrap {
  clear: both;
  margin-bottom: 25px;
}

.listwrap .bx-prev {
  left: -40px;
  background: url(../images/black-previous.png) left top no-repeat;
}

.listwrap .bx-next {
  right: -40px;
  background: url(../images/black-next.png) left top no-repeat;
}

.listwrap .bx-wrapper .bx-next:hover {
  background-position: 0px 0px;
}

.details .left {
  width: 560px;
}

.details .left h3.title {
  font-size: 20px;
  color: #2b3034;
  border-bottom: 1px solid #5b5a59;
}

.details .left a {
  color: #1948b2;
  text-decoration: none;
}

.details .left .contact {
  text-align: center;
  margin: 30px 0px;
  clear: both;
}

.details .left .contact2 {
  float: left;
}

.details .left a.button {
  font-size: 25px;
  color: #fff;
  background: #f03636;
  font-family: 'Karla', sans-serif;
  text-decoration: none;
  padding: 10px 20px;
}

.left .listing.favorite {
  background: none;
  box-shadow: none;
  margin: 0;
}

.left .listing.favorite .links {
  float: right;
  width: auto;
  display: inline;
}

.left .addresses {
  margin: 10px 0px;
}

.left .addresses h3 {
  margin: 0px;
  font-size: 17px;
  color: #2b3034;
}

.left .addresses p {
  margin: 0px 0px 10px;
}

.left .seeall {
  cursor: pointer;
}

body.articleDetail .left .listing.favorite .links,body.eventDetail .left .listing.favorite .links {
  float: right;
  width: 230px;
  display: inline;
}

body.articleDetail .left .listing .links ul li,body.eventDetail .left .listing .links ul li {
  float: left;
  margin-left: 10px;
}

#details ul {
  padding: 0px 0px 0px 10px;
}

#details ul li {
  list-style-type: none;
  background: url(../images/icon-li.png) left no-repeat;
  padding-left: 25px;
}

#more-info ul {
  padding: 0px 0px 0px 10px;
}

#more-info ul li {
  list-style-type: none;
  background: url(../images/icon-li.png) left no-repeat;
  padding-left: 25px;
}

.details .right {
  width: 360px;
}

.details .right .map {
  margin-bottom: 40px;
}

.schema {
  margin: 0 auto;
  width: 500px;
  font-size: 10px;
}

.schema span {
  display: inline-block;
}

.schema div {
  display: inline-block;
}/* ==========================================================================
   Event Page
   ========================================================================== */.event-wrap {
  background: #f4f0e9;
}

.event-content {
  width: 960px;
  margin: 0 auto;
}

.event-content table {
  background: #fff;
  margin: 25px 0px;
}

.event-content table caption {
  background: #2b3034;
  border-bottom: 10px solid #f4f0e9;
  padding: 15px 0px;
}

.event-content table caption a {
  color: #fff;
  text-decoration: none;
  font-size: 41px;
  font-family: 'Karla', sans-serif;
}

.event-content table a.prev {
  background: url(../images/prev-month.png) left 18px no-repeat;
  width: 17px;
  height: 43px;
  text-indent: -9999px;
  display: inline-block;
  margin-right: 35px;
}

.event-content table a.next {
  background: url(../images/next-month.png) left 15px no-repeat;
  width: 17px;
  height: 43px;
  text-indent: -9999px;
  display: inline-block;
  margin-left: 35px;
}

.event-content table th {
  border: 5px solid #fff;
}

.event-content table td {
  background: #ececec;
  border: 5px solid #fff;
  text-align: right;
  height: 150px;
  width: 127px;
  vertical-align: top;
}

.event-content table td .cal-list {
  height: 150px;
  width: 127px;
  overflow-y: scroll;
}

.event-content table td span {
  padding: 10px;
}

.event-content table td p {
  text-align: left;
  font-size: 17px;
}

.event-content table td p a {
  color: #1948b2;
  text-decoration: none;
}

.event-content table tr.lasttd td {
  background: #fff;
  height: 25px;
  vertical-align: middle;
  padding: 15px 0px 0px;
}

.event-content table tr.lasttd td span {
  padding: 0px;
}

.event-content .toolbar label {
  font-size: 14px;
  font-weight: bold;
  color: #2b3034;
}

.event-content .toolbar {
  margin: 20px 0px;
}

.event-content .toolbar select {
  margin-right: 35px;
  font-size: 14px;
  color: #2f3336;
  font-weight: bold;
}

.event-content .toolbar ul {
  margin: 0px;
  padding: 0px;
  float: right;
}

.event-content .toolbar ul li {
  font-size: 14px;
  color: #898989;
  float: left;
  list-style-type: none;
  border-left: 1px solid #898989;
  padding: 0px 5px;
  line-height: 1;
}

.event-content .toolbar ul li.active {
  font-weight: bold;
}

.event-content .toolbar ul li.active a {
  color: #31363a;
}

.event-content .toolbar ul li:first-child {
  border: none;
}

.event-content .toolbar ul li a {
  color: #898989;
  text-decoration: none;
}

.event-content .headcat {
  font-size: 20px;
  color: #2b3034;
  font-family: 'Karla', sans-serif;
  border-bottom: 1px solid #fff200;
  padding: 0px;
  margin: 30px 0px;
  cursor: pointer;
}

.event-content .headcat span {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 10px;
  background: url(../images/icon-cathead-inactive.png) right no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 10px;
}

.event-content .headcat a {
  color: #2b3034;
  text-decoration: none;
}

.event-content .breadcrumbs ul {
  padding: 0px;
  margin: 0px;
}

.event-content .breadcrumbs ul li {
  float: left;
  list-style-type: none;
  font-size: 12px;
  color: #2b3034;
}

.event-content .breadcrumbs ul li a {
  color: #2b3034;
  text-decoration: none;
}

.event-content .breadcrumbs ul li a:hover {
  text-decoration: underline;
}

.event-content .breadcrumbs ul li:last-child {
  color: #1948b2;
}

.event-content .left {
  float: left;
  width: 625px;
  clear: left;
  margin-bottom: 25px;
}

h2.title {
  font-size: 40px;
  color: #2b3034;
  font-weight: normal;
  border-bottom: 1px solid #fff200;
  margin: 0px 0px 15px;
  padding-bottom: 5px;
  clear: both;
}

.event-content .share {
  margin-bottom: 15px;
}

.event-content .left p {
  color: #2b3034;
  font-size: 16px;
  line-height: 1.2;
  margin: 10px 0px;
}

.event-content .left a {
  color: #1948B2;
}

.event-content .left ul {
  margin: 10px 0px;
}

.event-content .left li {
  color: #2b3034;
  font-size: 16px;
  line-height: 1.2;
}

.event-content .right {
  width: 290px;
  float: right;
}

.event-content #contact h2 {
  font-size: 30px;
  border-bottom: 1px solid #4f78d4;
  padding-bottom: 10px;
  margin: 0px 0px 10px;
  color: #fff;
  font-weight: normal;
}

.event-content #contact ul {
  padding: 0px;
}

.event-content .right ul li {
  background: url(../images/yellow-check.png) left no-repeat;
  font-size: 15px;
  font-family: arial;
  font-weight: bold;
  color: #fff;
  text-align: left;
  list-style-type: none;
  padding-left: 20px;
  line-height: 2;
}

.event-content #contact {
  text-align: center;
  width: 270px;
  padding: 20px 10px;
  background: #1948b2;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.42);
  margin-bottom: 30px;
}

.event-content #contact .textbox {
  border: 1px solid #fff;
  border-top: 1px solid #000;
  width: 225px;
  padding: 5px 5px 5px 35px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #2b3034;
  font-weight: bold;
  font-style: italic;
}

.event-content #contact .textbox.name {
  background: #fff url(../images/icon-name.png) 5px no-repeat;
}

.event-content #contact .textbox.email {
  background: #fff url(../images/icon-email.png) 5px no-repeat;
}

.event-content #contact .textbox.phone {
  background: #fff url(../images/icon-phone.png) 5px no-repeat;
}

.event-content #contact textarea {
  background: #fff url(../images/icon-comments.png) 5px 8px no-repeat;
  border: 1px solid #fff;
  border-top: 1px solid #000;
  width: 225px;
  padding: 5px 5px 5px 35px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #2b3034;
  font-weight: bold;
  font-style: italic;
}

.event-content #contact button {
  background: #f03636;
  font-size: 18px;
  color: #fff;
  border: none;
  font-family: 'Karla', sans-serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.63);
  padding: 5px 10px;
}

#register label {
  float: left;
  width: 150px;
  text-align: right;
  margin-right: 5px;
}

#register label span {
  color: #f02020;
}

#register .textbox {
  width: 250px;
  margin-bottom: 10px;
}

#register textarea {
  width: 250px;
  margin-bottom: 10px;
}

#register button {
  background: #f03636;
  font-size: 18px;
  color: #fff;
  border: none;
  font-family: 'Karla', sans-serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.63);
  padding: 5px 10px;
  margin-left: 150px;
}/* ==========================================================================
   Member Account
   ========================================================================== */.account .sidenav {
  padding: 20px;
  margin: 0px 0px 20px;
  background: #2B3034;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.42);
}

.account .sidenav li {
  list-style-type: none;
  line-height: 1.5;
}

.account .sidenav li a {
  color: #fff;
  text-decoration: none;
}

.account .sidenav li a:hover {
  color: #fff200;
}

.account .sidenav li.active a {
  color: #fff200;
}

#zoo_visitor_form label {
  float: left;
  width: 150px;
  text-align: right;
  margin-right: 5px;
}

#zoo_visitor_form .form-submit {
  margin-left: 150px;
  background: #f03636;
  font-size: 18px;
  color: #fff;
  border: none;
  font-family: 'Karla', sans-serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.63);
  padding: 5px 10px;
}

#login label {
  float: left;
  width: 150px;
  text-align: right;
  margin-right: 5px;
}

#login .textbox {
  width: 250px;
}

#login .button {
  margin-left: 150px;
  background: #f03636;
  font-size: 18px;
  color: #fff;
  border: none;
  font-family: 'Karla', sans-serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.63);
  padding: 5px 10px;
}/* ==========================================================================
   Order
   ========================================================================== */.order-wrap {
  background: #f4f0e9;
}

.order {
  width: 960px;
  margin: 0 auto;
}

.order section {
  border-bottom: 1px solid #eade07;
  padding-bottom: 25px;
}

.order table {
  width: 60%;
}

#terms .option {
  margin-bottom: 15px;
}

#terms .option label {
  color: #222120;
  font-size: 16px;
  font-weight: 700;
}

#terms .type {
  background: #e8e1d5;
  padding: 10px;
  margin-bottom: 15px;
}

#terms .type label {
  color: #222120;
  font-size: 14px;
  margin-right: 35px;
}

#terms button {
  margin: 0px;
  padding: 5px 8px;
}

.shipping h2 {
  margin: 30px 0px 10px;
  border-top: 1px solid #9b9b9b;
  padding-top: 30px;
}

.left-form {
  float: left;
  width: 450px;
}

.billing p {
  font-size: 14px;
  color: #222120;
}

.left-form label {
  float: left;
  width: 90px;
  font-size: 14px;
  color: #222120;
}

.left-form .textbox {
  width: 340px;
  border: 1px solid #c5c5c5;
  margin-bottom: 10px;
}

.right-form {
  float: right;
  width: 450px;
}

.right-form label {
  width: 40px;
  font-size: 14px;
  color: #222120;
  margin: 0px  5px;
}

.right-form #shipping_zip {
  margin-left: 4px;
}

.right-form #zip {
  margin-left: 4px;
}

.right-form .box {
  border: 1px solid #c5c5c5;
  margin-bottom: 10px;
}

.right-form select {
  border: 1px solid #c5c5c5;
  margin-bottom: 10px;
  width: 145px;
}

.billing h2 {
  margin: 30px 0px 10px;
  border-top: 1px solid #9b9b9b;
  padding-top: 30px;
  clear: both;
}

.additional h2 {
  margin: 30px 0px 10px;
  border-top: 1px solid #9b9b9b;
  padding-top: 30px;
  clear: both;
}

.additional label {
  float: left;
  width: 90px;
  font-size: 14px;
  color: #222120;
}

.additional .textbox {
  width: 340px;
  border: 1px solid #c5c5c5;
  margin-bottom: 10px;
}

.method h2 {
  margin: 30px 0px 10px;
  border-top: 1px solid #9b9b9b;
  padding-top: 30px;
  clear: both;
  display: block;
}

.method .left-form img {
  margin: 15px 0px;
}

.method .left-form label.control-label {
  width: 130px;
  font-size: 14px;
  color: #222120;
}

.method .left-form label.required {
  float: none;
}

.method .left-form select#card_type {
  width: 250px;
  border: 1px solid #c5c5c5;
  margin-bottom: 10px;
}

.method .left-form .textbox {
  width: 250px;
  border: 1px solid #c5c5c5;
  margin-bottom: 10px;
}

.method .left-form .box {
  border: 1px solid #c5c5c5;
  margin-bottom: 10px;
}

.order button {
  background: #1948b2;
  border: 1px solid #222120;
  color: #fff;
  font-size: 16px;
  padding: 5px 15px;
  margin: 25px 0px 25px 350px;
}

.order #publishForm {
  margin-bottom: 25px;
}

.order #publishForm label {
  display: block;
}

.order #publishForm .button {
  background: #1948b2;
  border: 1px solid #222120;
  color: #fff;
  font-size: 16px;
  padding: 5px 15px;
  margin: 25px 0px 25px 20px;
}

.order #publishForm select {
  width: 400px;
}

table.matrix {
  background: #fff;
  border-collapse: separate;
}/* ==========================================================================
  Digital Guide
  ========================================================================== */.guide {
  float: left;
  margin: 15px;
  width: 300px;
  height: 485px;
}

.guide p {
  margin: 0px;
  font-size: 20px;
}

.guide img {
  border: 1px solid #bdbdbd;
}

.guide img:hover {
  border: 1px solid #004276;
}

.guide.gone {
  margin-left: 0px;
}

.guide.gthree {
  margin-right: 0px;
  float: right;
}/* ==========================================================================
   Rating
   ========================================================================== */.buttonReviews .reviews img {
  position: relative;
  top: -3px;
  left: -3px;
}

.rating_star {
  width: 30px !important;
  height: 30px !important;
}

.rating-block .rating_star {
  width: 30px !important;
  height: 30px !important;
}/* ==========================================================================
   Footer
   ========================================================================== */.footer-wrap {
  background: #2b3034;
  padding: 15px 0px;
  border-top: 5px solid #fff;
}

footer {
  margin: 0 auto;
  width: 960px;
}

footer ul {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 160px;
}

footer ul li {
  list-style-type: none;
  line-height: 2;
  color: #fff;
}

footer ul.city {
  width: 110px;
}

footer h2 {
  font-size: 18px;
  margin: 0px;
  color: #fff;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}

footer ul li a:hover {
  color: #FFF200;
}

footer p {
  color: #fff;
  font-size: 9px;
  text-align: center;
}

footer p a {
  color: #fff;
  text-decoration: none;
}

footer p a:hover {
  color: #FD0100;
}

footer .cities ul {
  width: 150px;
}

footer .newsletter {
  width: 325px;
  float: right;
  background: #fff;
  margin-bottom: 20px;
}

footer .newsletter h2 {
  background: #fff200;
  font-size: 22px;
  color: #2b3034;
  margin: 0px;
  padding: 15px;
}

footer .newsletter h2 span {
  background: url(../images/icon-envelope.png) left no-repeat;
  padding-left: 30px;
}

footer .newsletter p {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px 0px 10px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

footer .newsletter form {
  background: #fff;
  padding: 15px 10px 15px 10px;
  border-bottom: 5px solid #fff200;
}

footer .newsletter form {
  background: #fff;
  padding: 15px 10px 15px 10px;
  border-bottom: 5px solid #fff200;
  text-align: center;
}

footer .newsletter form .textbox {
  width: 280px;
  font-size: 15px;
  color: #2f3336;
  font-style: italic;
  border: 1px solid #e7e7e7;
  border-top: 1px solid #999999;
  border-radius: 5px;
  padding: 10px 5px;
  margin-bottom: 20px;
}

footer .newsletter form button {
  font-size: 18px;
  color: #fff;
  background: #1948b2;
  border: none;
  padding: 5px 15px;
}/* ==========================================================================
   Media Queries
   ========================================================================== *//* ==========================================================================
   Helper classes
   ========================================================================== */.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}/* ==========================================================================
   Print styles
   ========================================================================== */#mobileNavWrapper ul {
  display: none;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: left;
  width: 100%;
  cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_btn .slicknav_icon {
  background: url(/assets/images/icon_arrow_down.png) no-repeat;
  width: 12px;
  height: 12px;
  float: right !important;
  position: relative;
  top: 5px;
  right: 10px;
}

.slicknav_menu {
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 5px 10px 0;
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul {
  display: block;
}

.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 24px;
  box-sizing: border-box;
  border-top: 1px solid #a4aab7;
}

.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
  color: #000;
  font-weight: bold;
  text-shadow: none;
  padding-right: 30px;
}

.slicknav_menu .slicknav_icon-bar {
  background: none;
  display: none;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
}

.slicknav_nav {
  background: #fff;
  color: #000;
  border: 1px solid #a4aab7;
  border-top: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav .slicknav_row:hover {
  background: #c8e9f9;
  color: #000;
}

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #000;
}

.slicknav_nav a:hover {
  background: #c8e9f9;
  color: #222;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.symbol {
  display: inline-block;
  border-radius: 50%;
  border: 5px double white;
  width: 30px;
  height: 30px;
}

.symbol-empty {
  background-color: #ccc;
}

.symbol-filled {
  background-color: black;
}/* * * * * * * * GLOBAL ELEMENTS * * * * * * * */table {
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

table td,table th {
  padding: 0;
}

table th {
  text-align: left;
}

table.table > thead > tr > th,table.table > tbody > tr > th,table.table > tfoot > tr > th,table.table > thead > tr > td,table.table > tbody > tr > td,table.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

table.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

table.table > caption + thead > tr:first-child > th,table.table > colgroup + thead > tr:first-child > th,table.table > thead:first-child > tr:first-child > th,table.table > caption + thead > tr:first-child > td,table.table > colgroup + thead > tr:first-child > td,table.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

table.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

table.table table.table {
  background-color: #ffffff;
}

table.table-condensed > thead > tr > th,table.table-condensed > tbody > tr > th,table.table-condensed > tfoot > tr > th,table.table-condensed > thead > tr > td,table.table-condensed > tbody > tr > td,table.table-condensed > tfoot > tr > td {
  padding: 5px;
}

table.table-bordered {
  border: 1px solid #dddddd;
}

table.table-bordered > thead > tr > th,table.table-bordered > tbody > tr > th,table.table-bordered > tfoot > tr > th,table.table-bordered > thead > tr > td,table.table-bordered > tbody > tr > td,table.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

table.table-bordered > thead > tr > th,table.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

table.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

html,body {
  overflow-x: hidden;
}

body {
  font-family: "Lato", serif;
  font-size: 16px;
  margin: 0 auto;
  color: #2b3034;
}

.btn {
  border: none;
}

.bigOrange {
  background: #ffd777;
  background: -webkit-linear-gradient(top, #ffd777 0%, #fcaa29 20%, #f37430 100%);
  background: linear-gradient(to bottom, #ffd777 0%, #fcaa29 20%, #f37430 100%);
  border: 1px solid #faa32c;
  border-radius: 5px;
  font-family: "Lato", serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  padding: 20px 132px;
}

.bigOrange:hover,.bigOrange:focus {
  background: #153c88;
  border-color: #153c88;
}

.orange {
  background: #ffd777;
  background: -webkit-linear-gradient(top, #ffd777 0%, #fcaa29 20%, #f37430 100%);
  background: linear-gradient(to bottom, #ffd777 0%, #fcaa29 20%, #f37430 100%);
  border: 1px solid #faa32c;
  border-radius: 5px;
  font-family: "Lato", serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  padding: 10px 25px;
}

button.btn.green {
  background: #34d94d;
  background-image: -webkit-linear-gradient(top, #34d94d, #52ab44);
  background-image: -moz-linear-gradient(top, #34d94d, #52ab44);
  background-image: -ms-linear-gradient(top, #34d94d, #52ab44);
  background-image: -o-linear-gradient(top, #34d94d, #52ab44);
  background-image: linear-gradient(to bottom, #34d94d, #52ab44);
  border: 1px solid #34d94d;
}

.orange:hover,.orange:focus {
  background: #153c88;
  border-color: #153c88;
}

.smallOrange {
  background: #ffd777;
  background: -webkit-linear-gradient(top, #ffd777 0%, #fcaa29 20%, #f37430 100%);
  background: linear-gradient(to bottom, #ffd777 0%, #fcaa29 20%, #f37430 100%);
  border: 1px solid #faa32c;
  border-radius: 5px;
  font-family: "Lato", serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  padding: 16px 32px;
}

.smallOrange:hover,.smallOrange:focus {
  background: #153c88;
  border-color: #153c88;
}

.gray {
  background: #e3e7f0;
  border: 1px solid #e3e7f0;
  border-radius: 5px;
  font-family: "Lato", serif;
  font-weight: 900 !important;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000 !important;
  padding: 10px 25px;
}

.gray:hover,.gray:focus {
  background: #153c88;
  border-color: #153c88;
  color: #fff !important;
}

.readFull {
  position: relative;
  background: #f26817;
  background: -webkit-linear-gradient(top, #f99629 0%, #f26817 100%);
  background: linear-gradient(to bottom, #f99629 0%, #f26817 100%);
  display: block;
  font-family: "Lato", serif;
  font-weight: 400 !important;
  font-size: 14px;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 15px;
}

.readFull:hover,.readFull:focus {
  background: #153c88;
}

.readFull:hover .arrowWrapper,.readFull:focus .arrowWrapper {
  background: #153c88;
}

.readFull .arrowWrapper {
  background: #e6640e;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.readFull .arrowWrapper .arrow {
  position: relative;
  top: 5px;
  left: 11px;
  display: block;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}
/* * * * * * * * HEADER ELEMENTS * * * * * * * */
.header-wrap {
  padding: 0;
}

.header-wrap #mobilePhone {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 15px;
}

.header-wrap #mobilePhone a {
  background: url(/assets/images/icon_phone.png) no-repeat top left;
  padding-left: 25px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}



.header-wrap header #mobileNavWrapper {
  position: absolute;
  z-index: 100;
}

.header-wrap header #mobileNavWrapper ul {
  position: relative;
  margin: 0;
  padding: 0;
}

.header-wrap header #mobileNavWrapper ul li {
  float: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

.header-wrap header #mobileNavWrapper ul li a {
  background: #2b3034;
  color: #fff;
  padding: 10px;
  margin: 0;
}

.header-wrap header #mobileNavWrapper ul li.slicknav_open a.slicknav_item {
  background: #153c88;
}

.header-wrap header #mobileNavWrapper ul li ul {
  top: 0;
}

.header-wrap header #mobileNavWrapper ul li ul li a {
  background: #ececec;
  color: #153c88;
  border-radius: 0;
  cursor: pointer;
}



.header-wrap header #topNavWrapper {
  float: right;
  color: #fff;
  margin: 10px auto 0;
}

.header-wrap header #topNavWrapper #phoneNumber {
  float: left;
}

.header-wrap header #topNavWrapper #phoneNumber a {
  color: #fff;
  text-decoration: none;
}

.header-wrap header #topNavWrapper #phoneNumber a span {
  background: url(/assets/images/icon_phone.png) no-repeat top right;
  color: #ffda5b;
  padding-right: 30px;
  margin-right: 5px;
}

.header-wrap header #topNavWrapper .topnav {
  margin-right: 45px;
}

.header-wrap header #topNavWrapper .topnav li {
  list-style: none;
}

.header-wrap header #topNavWrapper .topnav li a {
  font-size: 16px;
  text-transform: none;
}

.header-wrap header #topNavWrapper .topnav li:before {
  content: '|';
  padding-left: 10px;
  margin-right: 10px;
  color: #fff;
}

.header-wrap header #topNavWrapper .topnav li:first-child:before {
  content: '';
}

.header-wrap header #topNavWrapper .topnav li.bookOrder {
  position: relative;
  height: 32px;
}

.header-wrap header #topNavWrapper .topnav li.bookOrder .bookOrderMenu {
  background: #f8f5e6;
  position: absolute;
  top: 32px;
  left: 12px;
  z-index: 90;
  visibility: hidden;
  box-shadow: 0px 1px 5px 0px black;
}

.header-wrap header #topNavWrapper .topnav li.bookOrder .bookOrderMenu ul {
  display: block;
  width: 150px;
  padding: 5px 15px 10px;
}

.header-wrap header #topNavWrapper .topnav li.bookOrder .bookOrderMenu ul li {
  display: block;
  float: none;
}

.header-wrap header #topNavWrapper .topnav li.bookOrder .bookOrderMenu ul li:before {
  content: '';
  padding-left: 0;
  margin-right: 0;
}

.header-wrap header #topNavWrapper .topnav li.bookOrder .bookOrderMenu ul li a {
  color: #000;
}

.header-wrap header #topNavWrapper .topnav li.bookOrder .bookOrderMenu ul li a:hover,.header-wrap header #topNavWrapper .topnav li.bookOrder .bookOrderMenu ul li a:focus {
  color: #153c88;
}

.header-wrap header #topNavWrapper .topnav li.bookOrder:hover a {
  color: #fdff00;
}

.header-wrap header #topNavWrapper .topnav li.bookOrder:hover .bookOrderMenu {
  display: block;
  visibility: visible;
}

.header-wrap header #topNavWrapper #currentCity {
  position: relative;
  top: -2px;
  float: right;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.header-wrap header #topNavWrapper #currentCity form#topCity {
  float: right;
  position: relative;
  top: -2px;
  margin-left: 15px;
  font-size: 12px;
}

.header-wrap header #topNavWrapper #currentCity form#topCity select {
  width: 180px;
  height: 30px;
  padding: 5px;
  font-size: 18px;
  line-height: 1;
  border: 0;
  border-radius: 0;
}

.header-wrap header .cat-wrap {
  background: none;
  height: auto;
  border-bottom: none;
  float: left;
  clear: none;
}

.header-wrap header .cat-wrap .cats ul {
  margin: 15px auto 0;
}

.header-wrap header .cat-wrap .cats ul li {
  background: url(/assets/images/bg_cats_li.png) no-repeat top right;
  padding-right: 25px;
  margin-right: 0;
  list-style: none;
  border: none;
  height: 77px;
}

.header-wrap header .cat-wrap .cats ul li:first-child {
  background: none;
  display: none;
}

.header-wrap header .cat-wrap .cats ul li.entertainment a {
  position: relative;
  top: 15px;
}

.header-wrap header .cat-wrap .cats ul li.entertainment li a {
  top: 0;
}

.header-wrap header .cat-wrap .cats ul li a {
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #3e4044;
}

.header-wrap header .cat-wrap .cats ul li .drop {
  background: #f8f5e6;
  top: 75px;
  border-bottom: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  padding-bottom: 20px;
}

.header-wrap header .cat-wrap .cats ul li .drop ul {
  margin: 0 auto 5px;
}

.header-wrap header .cat-wrap .cats ul li .drop ul li {
  background: none;
  text-shadow: none;
}

.header-wrap header .cat-wrap .cats ul li .drop ul li:first-child {
  display: block;
}

.header-wrap header .cat-wrap .cats ul li .drop ul li a {
  font-family: "Lato", serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
  text-shadow: none;
  color: #3e4044;
  line-height: 1.5;
}

.header-wrap header .cat-wrap .cats ul li .drop ul li a:hover,.header-wrap header .cat-wrap .cats ul li .drop ul li a:focus {
  background: none;
  color: #1948b2;
}

.search-wrap {
  position: relative;
  background: #bee2f8;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlZTJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZjJmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGY1ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bee2f8), color-stop(50%, #dbf2fa), color-stop(100%, #edf5f8));
  background: -webkit-linear-gradient(top, #bee2f8 0%, #dbf2fa 50%, #edf5f8 100%);
  background: linear-gradient(to bottom, #bee2f8 0%, #dbf2fa 50%, #edf5f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bee2f8', endColorstr='#edf5f8',GradientType=0 );
  padding: 0;
  height: 500px;
}

.search-wrap .searcharea {
  width: 1180px;
  padding: 0;
}

.search-wrap .searcharea .mainImage {
  background-repeat: no-repeat;
  float: right;
  width: 648px;
  height: 497px;
  margin-right: -10px;
}

.search-wrap .searcharea h1 {
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 48px;
  color: #3e4044;
  line-height: 1;
  margin: 0 auto 35px;
  padding: 45px 0 0 0;
  text-align: left;
  text-indent: 0;
  text-shadow: none;
}

.search-wrap .searcharea .search {
  background: #f8fcfe;
  box-shadow: none;
  width: 500px;
}

.search-wrap .searcharea .search h2 {
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 24px;
  color: #153c88;
  margin: 0 auto 10px;
  text-align: center;
  text-transform: uppercase;
}

.search-wrap .searcharea .search form {
  text-align: center;
}

.search-wrap .searcharea .search form select {
  background: #fff;
  border: 1px solid #a6a9ad;
  width: 448px !important;
  height: 52px;
  font-family: "Lato", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  color: #585757;
  text-indent: 15px;
  margin-bottom: 20px;
}

.search-wrap .searcharea .search form select:first-child {
  margin: 0 auto 10px;
}

.search-wrap .searcharea .search form a {
  margin: 15px auto 5px;
  padding: 12px 132px;
  text-decoration: none;
}/* * * * * * * * FOOTER ELEMENTS * * * * * * * */.bar-wrap {
  background: #ececec;
  padding: 20px 0 15px 0px;
}

.bar-wrap section p {
  font-size: 18px;
  color: #153c88;
}

.bar-wrap section p span {
  font-weight: 700;
  color: #153c88;
}

.bar-wrap section p span a {
  color: #153c88;
  text-decoration: none;
}

.bar-wrap section ul li {
  font-weight: 700;
  text-transform: uppercase;
  color: #153c88;
}

.bar-wrap section ul li a {
  display: inline-block;
  border-radius: 5px;
  font-size: 20px;
  margin-left: 5px;
}

.bar-wrap section ul li a.icon-facebook {
  background: #0094ff;
}

.bar-wrap section ul li a.icon-twitter-bird {
  background: #00d3ff;
}

.bar-wrap section ul li a.icon-youtube {
  background: #c60000;
}

.bar-wrap section ul li a.icon-linkedin {
  background: #00679b;
}

.bar-wrap section ul li a.icon-rss {
  background: #f4782f;
}

.bar-wrap section ul li.socialIcons a {
  display: inline-block;
  width: 32px;
  height: 30px;
  padding-top: 2px;
  text-align: center;
  color: #fff;
}

.bar-wrap section ul li.socialIcons a:hover,.bar-wrap section ul li.socialIcons a:focus {
  background-color: #000 !important;
}

.footer-wrap {
  background: #ececec;
  border-top: 2px solid #fff;
}

.footer-wrap footer {
  width: 1180px;
  margin: 30px auto;
  padding: 0;
}

.footer-wrap footer ul {
  margin-left: 100px;
}

.footer-wrap footer ul:first-child {
  margin-left: 0;
}

.footer-wrap footer ul li {
  line-height: 1.5;
}

.footer-wrap footer ul li h2 a {
  font-size: 18px;
  color: #153c88;
  text-transform: none;
}

.footer-wrap footer ul li a {
  font-size: 13px;
  color: #153c88;
  text-transform: uppercase;
}

.footer-wrap footer .cities {
  float: left;
  margin-left: 110px;
}

.footer-wrap footer .cities .col {
  float: left;
}

.footer-wrap footer .cities .col:first-child {
  margin-right: 0;
}

.footer-wrap footer h2 {
  color: #153c88;
  margin-bottom: 10px;
}

.footer-wrap footer .copyright {
  font-size: 12px;
  color: #153c88;
  text-align: left;
  margin-top: 50px;
}

.footer-wrap footer .copyright a {
  color: #153c88;
}

.footer-wrap footer .copyright a:hover,.footer-wrap footer .copyright a:focus {
  color: #000;
}/* * * * * * * * HOME PAGE ELEMENTS * * * * * * * */#homeCalloutWrapper {
  border-bottom: 1px solid #dadada;
}

#homeCalloutWrapper #homeCallout {
  width: 1180px;
  margin: 30px auto;
  padding: 0;
}

#homeCalloutWrapper #homeCallout .left,#homeCalloutWrapper #homeCallout .right {
  width: 50%;
  float: left;
  text-align: center;
}

#homeCalloutWrapper #homeCallout .left h3,#homeCalloutWrapper #homeCallout .right h3 {
  font-family: "Lato", serif;
  font-size: 24px;
  font-weight: 700;
  color: #153c88;
  margin: 0 auto;
}

#homeCalloutWrapper #homeCallout .left p,#homeCalloutWrapper #homeCallout .right p {
  font-size: 18px;
  color: #4e4f50;
  padding: 0 50px;
}

#homeCalloutWrapper #homeCallout .left a,#homeCalloutWrapper #homeCallout .right a {
  color: #153c88;
}

#homeCalloutWrapper #homeCallout .left a:hover,#homeCalloutWrapper #homeCallout .left a:focus,#homeCalloutWrapper #homeCallout .right a:hover,#homeCalloutWrapper #homeCallout .right a:focus {
  color: #000;
}

.info-wrap {
  background: url(/assets/images/bg_eventsWrap.jpg) repeat;
}

.info-wrap section {
  width: 1180px !important;
}

.info-wrap section h2 {
  width: auto !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px !important;
  color: #153c88 !important;
  text-transform: uppercase;
  border-bottom: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.info-wrap section h2 span {
  color: #a8a9ac;
}

.info-wrap section .text {
  position: relative;
  top: -20px;
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 16px;
}

.info-wrap section .text a {
  color: #e2550b;
}

.info-wrap section .text a:hover,.info-wrap section .text a:focus {
  color: #000;
  text-decoration: none;
}

.info-wrap .slidewrap .slider .item {
  text-align: left;
}

.info-wrap .slidewrap .slider .item h3 a {
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}

.info-wrap .slidewrap .slider .item p {
  font-family: "Lato", serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.info-wrap .slidewrap .slider .item p.readFullArticle {
  margin: 10px auto 0;
}

.info-wrap .slidewrap .bx-prev {
  background-image: url(../images/gray-left.png);
  left: -70px;
}

.info-wrap .slidewrap .bx-next {
  background-image: url(../images/gray-right.png);
  right: -70px;
}

.events-wrap {
  background: url(/assets/images/bg_eventsWrap.jpg) repeat;
}

.events-wrap section {
  width: 1180px !important;
  padding: 20px 0 35px 0;
}

.events-wrap section h2 {
  width: auto !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px !important;
  color: #153c88 !important;
  text-transform: uppercase;
  border-bottom: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.events-wrap section h2 span {
  color: #a8a9ac;
}

.events-wrap section .text {
  position: relative;
  top: -20px;
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 16px;
}

.events-wrap section .text a {
  color: #e2550b;
}

.events-wrap section .text a:hover,.events-wrap section .text a:focus {
  color: #000;
  text-decoration: none;
}

.events-wrap section .eventwrap {
  width: 640px;
  float: left;
  margin: 55px auto;
}

.events-wrap section .eventwrap .eventSlider .item {
  text-align: left;
}

.events-wrap section .eventwrap .eventSlider .item .date {
  background: none;
  width: 120px;
  height: 120px;
  font-family: "Lato", serif;
  text-align: center;
}

.events-wrap section .eventwrap .eventSlider .item .date span {
  font-size: 60px;
  font-weight: 700;
  color: #353535;
}

.events-wrap section .eventwrap .eventSlider .item .date a {
  display: block;
  background: -webkit-linear-gradient(top, #304e91 0%, #243e7f 100%);
  background: linear-gradient(to bottom, #304e91 0%, #243e7f 100%);
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.events-wrap section .eventwrap .eventSlider .item .date a .month {
  padding: 5px 10px;
}

.events-wrap section .eventwrap .eventSlider .item .date a .day {
  background: #fff;
  border-radius: 0;
}

.events-wrap section .eventwrap .eventSlider .item h3 a {
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 21px;
  color: #333333;
  text-decoration: none;
}

.events-wrap section .eventwrap .eventSlider .item p {
  font-family: "Lato", serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.events-wrap section .eventwrap .bx-prev {
  background-image: url(../images/gray-left.png);
  left: -110px;
}

.events-wrap section .eventwrap .bx-next {
  background-image: url(../images/gray-right.png);
  right: -110px;
}

.events-wrap section #miniCalendar {
  width: 425px;
  height: 390px;
  float: right;
}

.events-wrap section #miniCalendar a {
  color: #000;
  text-decoration: none;
}

.events-wrap section #miniCalendar.cityCalendar {
  width: 300px !important;
  height: 275px !important;
  float: right;
  padding: 5px;
  margin-bottom: 100px;
}

.events-wrap section #miniCalendar.cityCalendar table {
  background: #fff;
  width: 100%;
  height: 100%;
  border-spacing: 2px !important;
  border-collapse: separate;
  margin-bottom: 100px;
}

.events-wrap section #miniCalendar.cityCalendar table caption {
  position: relative;
  background: -webkit-linear-gradient(top, #304e91 0%, #243e7f 100%);
  background: linear-gradient(to bottom, #304e91 0%, #243e7f 100%);
  padding: 4px 0 !important;
}

.events-wrap section #miniCalendar.cityCalendar table caption a {
  font-family: "Lato", serif;
  font-weight: 400;
  font-size: 12px !important;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.events-wrap section #miniCalendar.cityCalendar table caption a:hover,.events-wrap section #miniCalendar.cityCalendar table caption a:focus {
  color: #e2550b;
}

.events-wrap section #miniCalendar.cityCalendar table caption a span {
  background: -webkit-linear-gradient(top, #203876 0%, #192d67 100%);
  background: linear-gradient(to bottom, #203876 0%, #192d67 100%);
  display: inline-block;
  padding: 6px 12px !important;
}

.events-wrap section #miniCalendar.cityCalendar table caption a span:hover,.events-wrap section #miniCalendar.cityCalendar table caption a span:focus {
  background: #e2550b;
  color: #fff;
}

.events-wrap section #miniCalendar.cityCalendar table caption a span.previous,.events-wrap section #miniCalendar.cityCalendar table caption a span.next {
  position: absolute;
  top: 0;
}

.events-wrap section #miniCalendar.cityCalendar table caption a span.previous {
  left: 0;
}

.events-wrap section #miniCalendar.cityCalendar table caption a span.next {
  right: 0;
}

.events-wrap section #miniCalendar.cityCalendar table caption a span i {
  color: #fff;
}

.events-wrap section #miniCalendar.cityCalendar table thead th {
  font-size: 12px;
  padding: 4px 0 !important;
}

.events-wrap section #miniCalendar.cityCalendar table tbody td {
  background: #d8dce0;
  text-align: left;
  vertical-align: bottom;
  width: auto !important;
  height: auto !important;
  font-size: 11px;
}

.events-wrap section #miniCalendar.cityCalendar table tbody td a {
  width: 24px !important;
  height: 24px !important;
  display: table-cell;
  color: #000;
  text-decoration: none;
  vertical-align: bottom;
  border-collapse: separate;
  pointer-events: none;
  cursor: default;
}

.events-wrap section #miniCalendar.cityCalendar table tbody td.has_event {
  background: url(/assets/images/bg_miniCalendarBodyTD.png) no-repeat bottom right #d8dce0;
}

.events-wrap section #miniCalendar.cityCalendar table tbody td.no_event {
  pointer-events: none;
  cursor: default;
}

.events-wrap section #miniCalendar table {
  background: #fff;
  width: 100%;
  height: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}

.events-wrap section #miniCalendar table caption {
  position: relative;
  background: -webkit-linear-gradient(top, #304e91 0%, #243e7f 100%);
  background: linear-gradient(to bottom, #304e91 0%, #243e7f 100%);
  padding: 10px 0;
}

.events-wrap section #miniCalendar table caption a {
  font-family: "Lato", serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.events-wrap section #miniCalendar table caption a:hover,.events-wrap section #miniCalendar table caption a:focus {
  color: #e2550b;
}

.events-wrap section #miniCalendar table caption a span {
  background: -webkit-linear-gradient(top, #203876 0%, #192d67 100%);
  background: linear-gradient(to bottom, #203876 0%, #192d67 100%);
  display: inline-block;
  padding: 10px 20px;
}

.events-wrap section #miniCalendar table caption a span:hover,.events-wrap section #miniCalendar table caption a span:focus {
  background: #e2550b;
  color: #fff;
}

.events-wrap section #miniCalendar table caption a span.previous,.events-wrap section #miniCalendar table caption a span.next {
  position: absolute;
  top: 0;
}

.events-wrap section #miniCalendar table caption a span.previous {
  left: 0;
}

.events-wrap section #miniCalendar table caption a span.next {
  right: 0;
}

.events-wrap section #miniCalendar table caption a span i {
  color: #fff;
}

.events-wrap section #miniCalendar table tbody td {
  background: #d8dce0;
  text-align: left;
  vertical-align: bottom;
}

.events-wrap section #miniCalendar table tbody td a {
  width: 55px;
  height: 55px;
  display: table-cell;
  color: #000;
  text-decoration: none;
  vertical-align: bottom;
  border-collapse: separate;
}

.events-wrap section #miniCalendar table tbody td.has_event {
  background: url(/assets/images/bg_miniCalendarBodyTD.png) no-repeat bottom right #d8dce0;
}

.events-wrap section #miniCalendar table tbody td.no_event {
  pointer-events: none;
  cursor: default;
}

#newsletterWrapper {
  text-align: center;
}

#newsletterWrapper section {
  width: 1180px !important;
  padding: 45px 0;
  margin: 0 auto;
}

#newsletterWrapper section #newsletterInnerWrapper {
  width: 45%;
  float: left;
  color: #434748;
}

#newsletterWrapper section #newsletter h2 {
  width: auto !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 48px !important;
  color: #153c88 !important;
  text-transform: uppercase;
  border-bottom: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  line-height: 1;
}

#newsletterWrapper section #newsletter h2 span {
  color: #a8a9ac;
}

#newsletterWrapper section #newsletter .text p {
  margin: 5px 15px 0 15px;
}

#newsletterWrapper section #newsletter form {
  margin: 45px auto 45px 35px;
}

#newsletterWrapper section #newsletter form input[type="email"] {
  width: 304px;
  height: 42px;
  float: left;
  border: 1px solid #a6a9ad;
  color: #a6a9ad;
  margin: 0 10px 0 0;
  padding: 0 10px;
}

#newsletterWrapper section #newsletter form input[type="email"]::-webkit-input-placeholder {
  color: #a6a9ad;
}

#newsletterWrapper section #newsletter form input[type="email"]::-moz-placeholder {
  color: #a6a9ad;
}

#newsletterWrapper section #newsletter form input[type="email"]:-ms-input-placeholder {
  color: #a6a9ad;
}

#newsletterWrapper section #newsletter form input[type="email"]::placeholder {
  color: #a6a9ad;
}

#newsletterWrapper section #newsletter form input[type="email"]:focus::-webkit-input-placeholder {
  color: #fff;
}

#newsletterWrapper section #newsletter form input[type="email"]:focus::-moz-placeholder {
  color: #fff;
}

#newsletterWrapper section #newsletter form input[type="email"]:focus:-ms-input-placeholder {
  color: #fff;
}

#newsletterWrapper section #newsletter form input[type="email"]:focus::placeholder {
  color: #fff;
}

#newsletterWrapper section #newsletter form button {
  float: left;
}

#newsletterWrapper section #printedDirectory {
  width: 45%;
  float: right;
  color: #333333;
}

#newsletterWrapper section #printedDirectory .image {
  float: left;
  width: 178px;
  margin: 0 auto;
}

#newsletterWrapper section #printedDirectory .content {
  float: right;
  width: 290px;
  text-align: left;
}

#newsletterWrapper section #printedDirectory .content h3 {
  font-size: 24px;
  margin: 0 auto;
}

#newsletterWrapper section #printedDirectory .content p {
  margin: 15px auto 25px;
}

#newsletterWrapper section #printedDirectory .content .text a {
  color: #e2550b;
}

#newsletterWrapper section #printedDirectory .content .text a:hover,#newsletterWrapper section #printedDirectory .content .text a:focus {
  color: #000;
  text-decoration: none;
}

#newsletterWrapper section #printedDirectory .content .btn {
  font-size: 19px;
  padding: 12px 30px;
}

.directory-wrap {
  background: #fff;
}/* * * * * * * * EVENTS LISTINGS PAGE * * * * * * * */body.landing #miniCalendar a {
  pointer-events: none !important;
  cursor: default !important;
}

body.events .events-wrap {
  background: #fff;
}

body.events #contentWrapper {
  padding-bottom: 50px;
}

body.events #contentWrapper #content {
  width: 100%;
}

body.events #contentWrapper #content h2 {
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 36px !important;
  color: #e2550b !important;
  text-transform: none;
  margin: 50px auto 10px !important;
}

body.events #contentWrapper #content p {
  font-size: 18px;
}

body.events #contentWrapper #content form#eventListingsCity select {
  background: #fff;
  width: 526px !important;
  height: 52px;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

body.events #contentWrapper #content form#eventListingsCity a {

  padding: 15px 100px;
  text-decoration: none;
  clear:both;
}

body.events #topContentWrapper #topContent select {
  background: #fff;
  width: 282px !important;
  height: 34px;
  padding: 5px;
  font-size: 18px;
  line-height: 1;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  margin-right: 15px;
}

body.events h1 {
  font-size: 36px;
  margin: 0 auto 15px;
}

body.events .events-wrap section #eventListingsWrapper .eventListings {
  border-bottom: 1px solid #3f4044;
  margin-bottom: 35px;
  padding-bottom: 35px;
  clear: both;
}

body.events .events-wrap section #eventListingsWrapper .eventListings h2 {
  margin: 0 auto;
  font-family: "Lato", serif;
  font-size: 21px !important;
  font-weight: 700;
  text-transform: none;
  color: #333333 !important;
}

body.events .events-wrap section #eventListingsWrapper .eventListings .date {
  border: 2px solid #e8e9eb;
  padding: 2px;
  float: left;
  margin-right: 30px;
  width: 120px;
  height: 120px;
  font-family: "Lato", serif;
  text-align: center;
}

body.events .events-wrap section #eventListingsWrapper .eventListings .date span {
  font-size: 60px;
  font-weight: 700;
  color: #353535;
}

body.events .events-wrap section #eventListingsWrapper .eventListings .date a {
  display: block;
  background: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

body.events .events-wrap section #eventListingsWrapper .eventListings .date a .month {
  background: -webkit-linear-gradient(top, #304e91 0%, #243e7f 100%);
  background: linear-gradient(to bottom, #304e91 0%, #243e7f 100%);
  padding: 5px 10px;
}

body.events .events-wrap section #eventListingsWrapper .eventListings .date a .day {
  background: #fff;
  border-radius: 0;
}

body.events .events-wrap section #eventListingsWrapper .eventListings .content {
  float: left;
  width: 69%;
}

body.events .events-wrap section #eventListingsWrapper .eventListings .content h3 {
  margin: 0 auto;
  font-size: 21px;
  color: #333333;
}

body.events .events-wrap section #eventListingsWrapper .eventListings .content h3 a {
  color: #333333;
  text-decoration: none;
}

body.events .events-wrap section #eventListingsWrapper .eventListings .content h3 a:hover,body.events .events-wrap section #eventListingsWrapper .eventListings .content h3 a:focus {
  color: #153c88;
}

body.events .events-wrap section #eventListingsWrapper .eventListings .content p {
  font-size: 16px;
}

body.events .events-wrap section #eventListingsWrapper .eventListings .content p.more {
  margin: 25px auto;
}

body.events .events-wrap section #eventListingsWrapper .eventListings .content p .btn {
  color: #fff;
  font-weight: 400;
}

body.events .events-wrap section #miniCalendar {
  width: 425px;
  height: 390px;
  float: right;
}

body.events .events-wrap section #miniCalendar a {
  pointer-events: auto;
  cursor: pointer;
}

body.events .events-wrap section #miniCalendar table {
  background: #fff;
  width: 100%;
  height: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}

body.events .events-wrap section #miniCalendar table caption {
  position: relative;
  background: -webkit-linear-gradient(top, #304e91 0%, #243e7f 100%);
  background: linear-gradient(to bottom, #304e91 0%, #243e7f 100%);
  padding: 10px 0;
}

body.events .events-wrap section #miniCalendar table caption a {
  font-family: "Lato", serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

body.events .events-wrap section #miniCalendar table caption a:hover,body.events .events-wrap section #miniCalendar table caption a:focus {
  color: #e2550b;
}

body.events .events-wrap section #miniCalendar table caption a span {
  background: -webkit-linear-gradient(top, #203876 0%, #192d67 100%);
  background: linear-gradient(to bottom, #203876 0%, #192d67 100%);
  display: inline-block;
  padding: 10px 20px;
}

body.events .events-wrap section #miniCalendar table caption a span:hover,body.events .events-wrap section #miniCalendar table caption a span:focus {
  background: #e2550b;
  color: #fff;
}

body.events .events-wrap section #miniCalendar table caption a span.previous,body.events .events-wrap section #miniCalendar table caption a span.next {
  position: absolute;
  top: 0;
}

body.events .events-wrap section #miniCalendar table caption a span.previous {
  left: 0;
}

body.events .events-wrap section #miniCalendar table caption a span.next {
  right: 0;
}

body.events .events-wrap section #miniCalendar table caption a span i {
  color: #fff;
}

body.events .events-wrap section #miniCalendar table tbody td {
  background: #d8dce0;
  text-align: left;
  vertical-align: bottom;
  width: auto !important;
  height: auto !important;
}

body.events .events-wrap section #miniCalendar table tbody td a {
  width: 38px;
  height: 38px;
  display: table-cell;
  color: #000;
  text-decoration: none;
  vertical-align: bottom;
  border-collapse: separate;
}

body.events .events-wrap section #miniCalendar table tbody td.has_event {
  background: url(/assets/images/bg_miniCalendarBodyTD.png) no-repeat bottom right #d8dce0;
}

body.events .events-wrap section #miniCalendar table tbody td.no_event {
  pointer-events: none;
  cursor: default;
}/* * * * * * * * EVENTS DETAIL PAGE * * * * * * * */body.eventDetail .page-wrap {
  background: #fff;
}

body.eventDetail .page-wrap .page {
  width: 1180px;
}

body.eventDetail .page-wrap .page h2 {
  border-bottom: none;
  line-height: 1;
}

body.eventDetail .page-wrap .page .left {
  width: 65%;
}

body.eventDetail .page-wrap .page .left .listing.favorite .links {
  width: auto;
}

body.eventDetail .page-wrap .page .right .backLink {
  font-size: 18px;
  color: #153c88;
}

body.eventDetail .page-wrap .page .right .backLink:hover,body.eventDetail .page-wrap .page .right .backLink:focus {
  color: #e2550b;
  text-decoration: none;
}
/* * * * * * * * CITY PAGE * * * * * * * */

body.city #topContentWrapper {
  padding-bottom: 10px;
  border-bottom: none;
}

body.city #topContentWrapper #breadcrumbsWrapper {
  padding: 10px 0;
  margin: 0 auto;
}

body.city #topContentWrapper #topContent {
  margin: 0 auto;
}

body.city #topContentWrapper #topContent h1 {
  font-size: 36px;
  margin: 0 auto 15px;
}

body.city #topContentWrapper #topContent .cat-text h2 {
  font-size: 24px;
  color: #153c88;
  margin: 0 auto 10px;
}

body.city #topContentWrapper #topContent .cat-text p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto 15px;
}

body.city .page-wrap {
  background: #edf6fb;
}

body.city .page-wrap .page {
  width: 1180px;
}

body.city .page-wrap .page .left {
  padding-left: 25px;
  width: 60%;
}

body.city .page-wrap .page .left #filterBy {
  position: relative;
  margin: 0 auto 25px;
}

body.city .page-wrap .page .left #filterBy p {
  float: left;
  margin-right: 25px;
}

body.city .page-wrap .page .left #filterBy p strong {
  font-size: 36px;
  color: #e2550b;
}

body.city .page-wrap .page .left #filterBy select {
  background: #fff;
  width: 375px !important;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  height: 48px;
  padding: 5px;
  font-size: 18px;
  line-height: 1;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

body.city .page-wrap .page .left #filterBy .paginationWrapper {
  position: absolute;
  top: 0;
  right: 12px;
}

body.city .page-wrap .page .left .listingItem {
  position: relative;
  z-index: 10;
  width: 91%;
  padding: 35px 25px 25px;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 3px 3px 3px 0px #c5dae9;
  border: 1px solid #a8a8a8;
}

body.city .page-wrap .page .left .listingItem .image {
  float: left;
  margin-bottom: 25px;
}

body.city .page-wrap .page .left .listingItem .image img {
  border: 1px solid #d8dce0;
  margin-right: 25px;
}

body.city .page-wrap .page .left .listingItem .content p {
  margin: 0 auto 25px !important;
}

body.city .page-wrap .page .left .listingItem .content a {
  color: #153c88;
}

body.city .page-wrap .page .left .listingItem .content a:hover,body.city .page-wrap .page .left .listingItem .content a:focus {
  color: #000;
  text-decoration: none;
}

body.city .page-wrap .page .left .listingItem .content .buttonReviews {
  float: right;
  margin-left: 25px;
}

body.city .page-wrap .page .left .listingItem .content .buttonReviews .btn {
  padding: 10px 20px;
  display: block;
  color: #fff;
}

body.city .page-wrap .page .left .listingItem .content .buttonReviews .reviews {
  margin: 25px auto;
  background: url(/assets/images/icon_rateThisListing.png) no-repeat top left;
  height: 21px;
}

body.city .page-wrap .page .left .listingItem .content .buttonReviews .reviews a {
  font-size: 14px;
  color: #ef382f;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 25px;
}

body.city .page-wrap .page .left .listingItem .content .buttonReviews .reviews a:hover,body.city .page-wrap .page .left .listingItem .content .buttonReviews .reviews a:focus {
  color: #000;
  text-decoration: none;
}

body.city .page-wrap .page .left .listingItem .content h3 {
  margin: 0 auto 15px;
  font-size: 20px;
  color: #333333;
}

body.city .page-wrap .page .left .listingItem .content h3 a {
  color: #333333;
  text-decoration: none;
}

body.city .page-wrap .page .left .listingItem .content h3 a:hover,body.city .page-wrap .page .left .listingItem .content h3 a:focus {
  color: #153c88;
}

body.city .page-wrap .page .left .listingItem .content h4 {
  margin: 25px auto 0;
  font-size: 16px;
  color: #153c88;
}

body.city .page-wrap .page .left .listingItem .content p {
  margin: 0 auto;
}

body.city .page-wrap .page .left .listingItem.featuredListing {
  background: #f8f5e6;
  border: 1px solid #ef382f;
  padding: 50px 25px 25px 25px;
}

body.city .page-wrap .page .left .listingItem.featuredListing .featuredIcon {
  position: absolute;
  z-index: 15;
  top: -1px;
  left: -18px;
  background: url(/assets/images/icon_featuredListing.jpg) no-repeat;
  width: 231px;
  height: 49px;
}

body.city .page-wrap .page .left .paginationWrapper .pagination {
  text-align: right;
}

body.city .page-wrap .page .left .paginationWrapper .pagination li {
  display: inline;
  margin-right: 15px;
}

body.city .page-wrap .page .left .paginationWrapper .pagination li.current a {
  color: #e2550b;
  text-decoration: underline;
}

body.city .page-wrap .page .left .paginationWrapper .pagination li a {
  font-size: 18px;
  color: #3f4044;
  text-decoration: none;
}

body.city .page-wrap .page .left .paginationWrapper .pagination li a i {
  font-size: 18px;
  color: #3f4044;
}

body.city .page-wrap .page .left .paginationWrapper .pagination li a i:hover,body.city .page-wrap .page .left .paginationWrapper .pagination li a i:focus {
  color: #e2550b;
}

body.city .page-wrap .page .left .paginationWrapper .pagination li a:hover,body.city .page-wrap .page .left .paginationWrapper .pagination li a:focus {
  color: #e2550b;
}

body.city .page-wrap .page .right {
  width: 37%;
}

body.city .page-wrap .page .right #browseServicesWrapper {
  margin-bottom: 35px;
}

body.city .page-wrap .page .right #relatedArticlesWrapper h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #153c88;
  text-transform: uppercase;
  margin: 0 auto;
}

body.city .page-wrap .page .right #relatedArticlesWrapper .text {
  margin: -5px auto 10px;
}

body.city .page-wrap .page .right #relatedArticlesWrapper .text p {
  margin: 0 auto;
}

body.city .page-wrap .page .right #relatedArticlesWrapper .text p a {
  color: #e2550b;
  font-weight: 700;
}

body.city .page-wrap .page .right #relatedArticlesWrapper .text p a:hover,body.city .page-wrap .page .right #relatedArticlesWrapper .text p a:focus {
  color: #153c88;
}

body.city .page-wrap .page .right #relatedArticlesWrapper #relatedArticles .article {
  margin: 0 auto 20px;
}

body.city .page-wrap .page .right #relatedArticlesWrapper #relatedArticles .article:last-child {
  margin-right: 0;
}

body.city .page-wrap .page .right #relatedArticlesWrapper #relatedArticles .article .content {
  padding: 15px;
  background: #fff;
}

body.city .page-wrap .page .right #relatedArticlesWrapper #relatedArticles .article .content h4 {
  font-size: 20px;
  color: #333333;
  margin: 0 auto;
}

body.city .page-wrap .page .right #relatedArticlesWrapper #relatedArticles .article .content p {
  color: #666666;
  margin: 0 auto;
}

body.city .page-wrap .page .right #relatedArticlesWrapper #relatedArticles .article .content .readFullArticle {
  margin: 10px auto 0;
}

body.city .page-wrap .page .right #relatedArticlesWrapper #relatedArticles .article .content .readFullArticle .arrowWrapper {
  width: 26px;
  height: 26px;
}

body.city .page-wrap .page .right #relatedArticlesWrapper #relatedArticles .article .content .readFullArticle .arrowWrapper .arrow {
  border-width: 8px 0 8px 8px;
  top: 7px;
  left: 13px;
}

body.city #mobileBrowseServices {
  margin-bottom: 25px;
}

body.city #mobileBrowseServices .browseServicesWrapper .browseTitle {
  position: relative;
}

body.city #mobileBrowseServices .browseServicesWrapper .browseTitle h2 {
  cursor: pointer;
}

body.city #mobileBrowseServices .browseServicesWrapper .browseTitle h2:after {
  position: absolute;
  top: 7px;
  right: 10px;
  font-family: "FontAwesome";
  font-size: 22px;
  content: "\f107";
  color: #fff;
}


body.city .browseServicesWrapper .browseTitle {
  position: relative;
  background: #000;
}

body.city .browseServicesWrapper .browseTitle .close {
  display: none;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 50;
  cursor: pointer;
}

body.city .browseServicesWrapper .browseTitle .close:hover i,body.city .browseServicesWrapper .browseTitle .close:focus i {
  color: #ef382f;
}

body.city .browseServicesWrapper .browseTitle .close i {
  color: #000;
}

body.city .browseServicesWrapper .browseTitle input {
  background: url(/assets/images/bg_icon_search.png) top right no-repeat #fff;
  color: #000;
  border: none;
  width: 95%;
  height: 25px;
  font-size: 24px;
  padding: 5px 10px;
}

body.city .browseServicesWrapper .browseTitle input::-webkit-input-placeholder {
  font-family: "Lato", serif;
  font-size: 22px;
  color: #000;
}

body.city .browseServicesWrapper .browseTitle input::-moz-placeholder {
  font-family: "Lato", serif;
  font-size: 22px;
  color: #000;
}

body.city .browseServicesWrapper .browseTitle input:-ms-input-placeholder {
  font-family: "Lato", serif;
  font-size: 22px;
  color: #000;
}

body.city .browseServicesWrapper .browseTitle input::placeholder {
  font-family: "Lato", serif;
  font-size: 22px;
  color: #000;
}

body.city .browseServicesWrapper .browseTitle input:focus {
  outline: none;
}

body.city .browseServicesWrapper .browseTitle input:focus::-webkit-input-placeholder {
  color: #fff;
}

body.city .browseServicesWrapper .browseTitle input:focus::-moz-placeholder {
  color: #fff;
}

body.city .browseServicesWrapper .browseTitle input:focus:-ms-input-placeholder {
  color: #fff;
}

body.city .browseServicesWrapper .browseTitle input:focus::placeholder {
  color: #fff;
}

body.city .browseServicesWrapper .browseTitle h2 {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  margin: 0 auto;
}

body.city .browseServicesWrapper .browseServices {
  position: relative;
  height: 485px;
}

body.city .browseServicesWrapper .browseServices ol.jumpMenu {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 5px auto;
}

body.city .browseServicesWrapper .browseServices ol.jumpMenu li {
  list-style: none;
  line-height: 1;
  margin: 0 0 2px 0;
  padding: 0;
}

body.city .browseServicesWrapper .browseServices ol.jumpMenu li a {
  color: #3f4044 !important;
  text-decoration: none;
}

body.city .browseServicesWrapper .browseServices ol.jumpMenu li a:hover,body.city .browseServicesWrapper .browseServices ol.jumpMenu li a:focus {
  color: #153c88;
}

body.city .browseServicesWrapper .browseServices .listings {
  position: absolute;
  top: 10px;
  left: 0;
  width: 395px;
  height: 465px;
  overflow: auto;
}

body.city .browseServicesWrapper .browseServices .listings ul {
  margin: 0 auto;
  padding: 0 0 0 15px;
}

body.city .browseServicesWrapper .browseServices .listings ul li {
  list-style: none;
  margin-bottom: 5px;
}

body.city .browseServicesWrapper .browseServices .listings ul li.active a {
  font-weight: 700;
  color: #ef382f !important;
  text-decoration: underline;
  pointer-events: none;
  cursor: default;
}

body.city .browseServicesWrapper .browseServices .listings ul li.letter_header {
  text-transform: uppercase;
  text-indent: -9999px;
  border-bottom: 1px solid;
  height: 1px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

body.city .browseServicesWrapper .browseServices .listings ul li.letter_header:first-child {
  border-bottom: none;
  margin-bottom: 0;
}

body.city .browseServicesWrapper .browseServices .listings ul li a {
  font-size: 21px;
  color: #3f4044 !important;
  text-decoration: none;
}

body.city .browseServicesWrapper .browseServices .listings ul li a:hover,body.city .browseServicesWrapper .browseServices .listings ul li a:focus {
  color: #153c88 !important;
}



body.city #homeCalloutWrapper {
  border-bottom: 1px solid #898989;
  padding: 35px 0;
}

body.city #homeCalloutWrapper #homeCallout h3 {
  margin-top: 10px;
}

body.city #homeCalloutWrapper #homeCallout p {
  font-size: 16px;
  line-height: 1.5;
}

body.city #homeCalloutWrapper #homeCallout a,body.city #homeCalloutWrapper #homeCallout a.show {
  color: #e2550b;
  text-decoration: underline;
  cursor: pointer;
}

body.city #homeCalloutWrapper #homeCallout a:hover,body.city #homeCalloutWrapper #homeCallout a:focus,body.city #homeCalloutWrapper #homeCallout a.show:hover,body.city #homeCalloutWrapper #homeCallout a.show:focus {
  color: #2b3034;
  text-decoration: none;
}

body.city #homeCalloutWrapper #homeCallout .btn {
  color: #fff;
  text-decoration: none;
}

body.city #homeCalloutWrapper #homeCallout .btn:hover,body.city #homeCalloutWrapper #homeCallout .btn:focus {
  color: #fff;
}

body.city #homeCalloutWrapper #homeCallout .left,body.city #homeCalloutWrapper #homeCallout .right {
  width: 49%;
}

body.city #homeCalloutWrapper #homeCallout .left {
  border-right: 1px solid #3f4044;
}

body.city #homeCalloutWrapper #homeCallout .right h3 {
  margin-bottom: 30px;
}

body.listingDetails #breadcrumbsWrapper {
  margin: -10px auto 25px;
}

body.listingDetails ul#meta {
  margin: 0 auto;
  padding: 0;
}

body.listingDetails ul#meta li#favoriteRatings {
  text-align: left;
  margin-right: 25px;
}

body.listingDetails ul#meta li#favoriteRatings img {
  margin-right: 2px;
}

body.listingDetails ul#meta li .btn {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  padding: 7px 15px;
}

body.listingDetails ul#meta li .btn.gray {
  padding: 8px 15px 7px;
}

body.listingDetails ul#meta li .btn.gray i {
  color: #ef382f;
}

body.listingDetails .createReviewForm {
  background: #f8f5e6;
  border: 1px solid #e2550b;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  width: 95%;
  display: table;
  padding: 15px;
  margin: 0  auto 25px;
}

body.listingDetails .createReviewForm .image,body.listingDetails .createReviewForm #ratingMessage,body.listingDetails .createReviewForm #submitReview {
  vertical-align: top;
  text-align: left;
}



body.listingDetails .createReviewForm .image img {
  border: 1px solid #a6a9ad;
}

body.listingDetails .createReviewForm #ratingMessage .textbox {
  width: 100%;
  outline: none;
}

body.listingDetails .createReviewForm #ratingMessage textarea {
  width: 100%;
  height: 100px;
  padding: 15px;
  outline: none;
}

body.listingDetails .createReviewForm #ratingMessage textarea::-webkit-input-placeholder {
  color: #000;
}

body.listingDetails .createReviewForm #ratingMessage textarea::-moz-placeholder {
  color: #000;
}

body.listingDetails .createReviewForm #ratingMessage textarea:-ms-input-placeholder {
  color: #000;
}

body.listingDetails .createReviewForm #ratingMessage textarea::placeholder {
  color: #000;
}

body.listingDetails .createReviewForm #ratingMessage textarea:focus::-webkit-input-placeholder {
  color: #fff;
}

body.listingDetails .createReviewForm #ratingMessage textarea:focus::-moz-placeholder {
  color: #fff;
}

body.listingDetails .createReviewForm #ratingMessage textarea:focus:-ms-input-placeholder {
  color: #fff;
}

body.listingDetails .createReviewForm #ratingMessage textarea:focus::placeholder {
  color: #fff;
}

body.listingDetails .createReviewForm #submitReview .ratingStarsWrapper {
  position: relative;
  top: -20px;
}

body.listingDetails .createReviewForm #submitReview .ratingStarsWrapper .fa {
  content: '';
  width: 30px;
  height: 30px;
  font-size: 0;
}

body.listingDetails .createReviewForm #submitReview .ratingStarsWrapper .fa-star.custom {
  background: url(/themes/third_party/rating/default/images/star-100.gif) no-repeat;
}

body.listingDetails .createReviewForm #submitReview .ratingStarsWrapper .fa-star-o.custom {
  background: url(/themes/third_party/rating/default/images/star-0.gif) no-repeat;
}

body.listingDetails .createReviewForm #submitReview span {
  display: inline-block;
  cursor: pointer;
}

body.listingDetails .createReviewForm #submitReview h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 10px auto 5px;
}

body.listingDetails .createReviewForm #submitReview ul {
  margin: 0 auto;
  padding: 0;
}

body.listingDetails .createReviewForm #submitReview ul li {
  display: block;
  float: left;
}

body.listingDetails .createReviewForm #submitReview ul li button[type="reset"] {
  background: none;
  cursor: pointer;
  border: none;
  border-right: 1px solid #3f4044;
  outline: none;
  color: #3f4044;
  padding-right: 10px;
  margin: 0 10px 25px 0;
  position: relative;
  top: 12px;
}

body.listingDetails .createReviewForm #submitReview ul li button[type="reset"]:hover,body.listingDetails .createReviewForm #submitReview ul li button[type="reset"]:focus {
  color: #153c88;
}

body.listingDetails .createReviewForm .notLoggedIn {
  margin: 0 auto 25px;
}

body.listingDetails .createReviewForm .clickToLogin {
  color: #fff;
}

body.listingDetails .page-wrap {
  background: #fff;
  margin: 0 auto;
}

body.listingDetails .page-wrap .page {
  width: 1180px;
  border-bottom: 1px solid #e2550b;
}

body.listingDetails .page-wrap h2 {
  border-bottom: none;
  font-size: 36px;
  font-weight: 700;
  margin: 0 auto 10px;
}

body.listingDetails .left h3.title {
  font-size: 24px;
  margin-top: 65px;
}

body.listingDetails .left h3.overview {
  margin-top: 40px;
}

body.listingDetails .left p {
  font-size: 17px;
}

body.listingDetails .left .listing.favorite .links {
  width: auto;
}

body.listingDetails .left .getDirections {
  margin: 25px auto;
}

body.listingDetails .left .getDirections a {
  color: #fff;
  font-size: 16px;
  padding: 5px 15px;
}

body.listingDetails .left .tab-container {
  margin-top: 100px;
}

body.listingDetails .left .tab-container .etabs {
  margin: 0 auto;
  padding: 0;
}

body.listingDetails .left .tab-container .etabs .tab {
  display: inline-block;
  zoom: 1;
  background: #fff;
  border-top: 5px solid #153c88;
  margin-right: -3px;
  font-weight: 700;
}

body.listingDetails .left .tab-container .etabs .tab.tabone {
  border-right: 0;
}

body.listingDetails .left .tab-container .etabs .tab:tabthree {
  border-left: 0;
}

body.listingDetails .left .tab-container .etabs .tab.active,body.listingDetails .left .tab-container .etabs .tab:hover,body.listingDetails .left .tab-container .etabs .tab:focus {
  background: #153c88;
}

body.listingDetails .left .tab-container .etabs .tab.active a,body.listingDetails .left .tab-container .etabs .tab:hover a,body.listingDetails .left .tab-container .etabs .tab:focus a {
  color: #fff !important;
}

body.listingDetails .left .tab-container .etabs .tab a {
  text-shadow: none;
  font-size: 24px;
  line-height: 50px;
  display: block;
  padding: 0 30px;
  outline: none;
  font-family: 'Karla', sans-serif;
  text-decoration: none;
  color: #153c88;
  cursor: pointer;
}

body.listingDetails .left .tab-container .etabs .tab a.active {
  font-weight: 700;
  color: #000;
}

body.listingDetails .left .tab-container .panel-container {
  padding: 10px 0;
}

body.listingDetails .left .tab-container .panel-container h3 {
  font-size: 24px;
  margin: 0 auto;
}

body.listingDetails .left .tab-container .panel-container p,body.listingDetails .left .tab-container .panel-container ul,body.listingDetails .left .tab-container .panel-container ol {
  font-size: 16px;
  margin: 0 auto 15px;
  padding: 0 !important;
}

body.listingDetails .left .tab-container .panel-container ul,body.listingDetails .left .tab-container .panel-container ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.listingDetails .left .tab-container .panel-container li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  box-sizing: border-box;
  padding: 5px 10px;
  margin: 0 auto;
  font-size: 16px;
}

body.listingDetails .left .reviews {
  float: right;
  margin: 0 auto;
}

body.listingDetails .left .reviews a {
  background: url(/assets/images/icon_rateThisListing.png) no-repeat top left;
  width: 150px;
  height: 21px;
  font-size: 14px;
  color: #ef382f;
  text-transform: uppercase;
  padding: 4px 0 10px 29px;
}

body.listingDetails .left .reviews a:hover,body.listingDetails .left .reviews a:focus {
  color: #000;
  text-decoration: none;
}

body.listingDetails .left .reviews span {
  font-size: 14px;
  color: #ef382f;
  text-transform: uppercase;
  position: relative;
  top: 2px;
}

body.listingDetails .left .reviews .rating_star {
  width: 30px !important;
  height: 30px !important;
}

body.listingDetails .left .favorite .links a:hover,body.listingDetails .left .favorite .links a:focus {
  color: #ef382f;
  text-decoration: none;
}

body.listingDetails .left .seeall {
  margin: 75px auto;
}

body.listingDetails .left .seeall a {
  font-size: 18px;
  font-weight: 700;
  background: #153c88;
  color: #fff !important;
}

body.listingDetails .left .seeall a:hover,body.listingDetails .left .seeall a:focus {
  background: #000;
}

body.listingDetails .left .etabs {
  border-bottom: 1px solid #153c88;
  padding-bottom: 1px;
}

body.listingDetails .left .etabs li {
  border-left: 1px solid #153c88;
  border-right: 1px solid #153c88;
}

body.listingDetails .left .etabs li:first-child {
  border-right: none;
}

body.listingDetails .left .etabs li:last-child {
  border-left: none;
}

body.listingDetails .right .listwrap .image img {
  border: 1px solid #a6a9ad;
  max-width: 100%;
  height: auto;
}

body.listingDetails .right .listwrap .bx-wrapper {
  z-index: 50;
}

body.listingDetails .right .listwrap .bx-viewport {
  border: 1px solid #a6a9ad;
}

body.listingDetails .right .listwrap .bx-prev {
  background: url(../images/gray-left.png) left top no-repeat;
  left: 10px;
}

body.listingDetails .right .listwrap .bx-next {
  background: url(../images/gray-right.png) left top no-repeat;
  right: 0;
}/* * * * * * * * BLOG LANDING * * * * * * * */body.blog.landing h1 {
  width: auto !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px !important;
  font-weight: 400;
  color: #153c88 !important;
  text-transform: uppercase;
  border-bottom: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.blog.landing h1 span {
  color: #a8a9ac;
}

body.blog.landing #blogListingsWrapper {
  width: 1180px;
  margin: 10px auto;
}

body.blog.landing #blogListingsWrapper #featuredBlog {
  margin: 0 auto 25px;
}

body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle {
  position: relative;
  width: 70%;
  border: 1px solid #ef382f;
  padding: 25px 0 25px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .featuredIcon {
  position: absolute;
  z-index: 15;
  top: -1px;
  left: -18px;
  background: url(/assets/images/icon_featuredArticle.png) no-repeat;
  width: 231px;
  height: 49px;
}

body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .image {
  margin: 0 auto 10px;
}

body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content {
  margin: 0 15px 15px 15px;
}

body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content h2 a {
  font-size: 24px;
  margin: 0 auto;
  color: #000;
  text-decoration: none;
}

body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content h2 a:hover,body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content h2 a:focus {
  color: #e2550b !important;
}

body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content .buttonShareWrapper {
  height: 20px;
}

body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content .buttonShareWrapper .buttonWrapper {
  float: left;
  width: 220px;
}

body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content .buttonShareWrapper .buttonWrapper .readFullArticle a .arrowWrapper .arrow {
  top: 7px;
  border-width: 8px 0 8px 8px;
}

body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content .buttonShareWrapper .share {
  float: right;
  margin: 21px 0 0;
}

body.blog.landing #blogListingsWrapper #blogListings {
  float: left;
  width: 70%;
}

body.blog.landing #blogListingsWrapper #blogListings #blogListingsTitleWrapper {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}

body.blog.landing #blogListingsWrapper #blogListings #blogListingsTitleWrapper #blogListingsTitle {
  font-size: 35px;
  font-weight: 400;
  float: left;
}

body.blog.landing #blogListingsWrapper #blogListings #blogListingsTitleWrapper .paginationWrapper {
  float: right;
}

body.blog.landing #blogListingsWrapper #blogListings .blogArticle {
  border-bottom: 1px solid #3f4044;
  padding: 20px 0 25px;
}

body.blog.landing #blogListingsWrapper #blogListings .blogArticle .image {
  float: left;
  margin-right: 20px;
}

body.blog.landing #blogListingsWrapper #blogListings .blogArticle .content {
  float: right;
  width: 54%;
}

body.blog.landing #blogListingsWrapper #blogListings .blogArticle .content h2 a {
  font-size: 24px;
  margin: 0 auto;
  color: #000;
  text-decoration: none;
}

body.blog.landing #blogListingsWrapper #blogListings .blogArticle .content h2 a:hover,body.blog.landing #blogListingsWrapper #blogListings .blogArticle .content h2 a:focus {
  color: #e2550b !important;
}

body.blog.landing #blogListingsWrapper #blogListings .blogArticle .content .buttonShareWrapper .buttonWrapper {
  float: left;
  width: 220px;
}

body.blog.landing #blogListingsWrapper #blogListings .blogArticle .content .buttonShareWrapper .buttonWrapper .readFullArticle a .arrowWrapper .arrow {
  top: 7px;
  border-width: 8px 0 8px 8px;
}

body.blog.landing #blogListingsWrapper #blogListings .blogArticle .content .buttonShareWrapper .share {
  float: right;
  margin: 21px 0 0;
}

body.blog.landing #blogListingsWrapper #blogListings .paginationWrapper .pagination {
  text-align: right;
}

body.blog.landing #blogListingsWrapper #blogListings .paginationWrapper .pagination li {
  display: inline;
  margin-right: 15px;
}

body.blog.landing #blogListingsWrapper #blogListings .paginationWrapper .pagination li.current a {
  color: #e2550b;
  text-decoration: underline;
}

body.blog.landing #blogListingsWrapper #blogListings .paginationWrapper .pagination li a {
  font-size: 18px;
  color: #3f4044;
  text-decoration: none;
}

body.blog.landing #blogListingsWrapper #blogListings .paginationWrapper .pagination li a i {
  font-size: 18px;
  color: #3f4044;
}

body.blog.landing #blogListingsWrapper #blogListings .paginationWrapper .pagination li a i:hover,body.blog.landing #blogListingsWrapper #blogListings .paginationWrapper .pagination li a i:focus {
  color: #e2550b;
}

body.blog.landing #blogListingsWrapper #blogListings .paginationWrapper .pagination li a:hover,body.blog.landing #blogListingsWrapper #blogListings .paginationWrapper .pagination li a:focus {
  color: #e2550b;
}

body.blog.landing #blogListingsWrapper #sidebar {
  float: right;
  width: 27%;
}

body.blog.landing #blogListingsWrapper #sidebar #categoriersWrapper {
  border: 1px solid #000;
}

body.blog.landing #blogListingsWrapper #sidebar #categoriersWrapper #categoriesTitle {
  background: #000;
  height: 44px;
  padding: 5px 15px 0 15px;
}

body.blog.landing #blogListingsWrapper #sidebar #categoriersWrapper #categoriesTitle h3 {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  margin: 0 auto;
}

body.blog.landing #blogListingsWrapper #sidebar #categoriersWrapper ul {
  margin: 25px auto;
  padding: 0 15px;
}

body.blog.landing #blogListingsWrapper #sidebar #categoriersWrapper ul li {
  list-style: none;
  line-height: 1.35;
  margin-bottom: 10px;
}

body.blog.landing #blogListingsWrapper #sidebar #categoriersWrapper ul li.parent a {
  cursor: pointer;
  display: block;
}

body.blog.landing #blogListingsWrapper #sidebar #categoriersWrapper ul li.parent a i {
  float: right;
  font-size: 22px;
  color: #959595;
}

body.blog.landing #blogListingsWrapper #sidebar #categoriersWrapper ul li.parent a i.fa-caret-down {
  color: #000;
}

body.blog.landing #blogListingsWrapper #sidebar #categoriersWrapper ul li.children {
  padding: 0 10px;
  display: none;
}

body.blog.landing #blogListingsWrapper #sidebar #categoriersWrapper ul li a {
  font-size: 18px;
  color: #3f4044;
  text-decoration: none;
}

body.blog.landing #blogListingsWrapper #sidebar #categoriersWrapper ul li a:hover,body.blog.landing #blogListingsWrapper #sidebar #categoriersWrapper ul li a:focus {
  color: #e2550b;
}

body.blog.landing #blogListingsWrapper #sidebar #categoriersWrapper ul li a.active {
  color: #000;
  font-weight: 700;
}

body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper {
  margin: 35px auto;
}

body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper #popularPosts #popularPostsTitle {
  background: #000;
  height: 44px;
  padding: 5px 15px 0 15px;
  margin: 20px auto 25px;
}

body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper #popularPosts #popularPostsTitle h3 {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  margin: 0 auto;
}

body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper #popularPosts .posts {
  margin: 0 auto 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dadada;
}

body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper #popularPosts .posts .image {
  float: left;
  width: 88px;
  margin-right: 10px;
}

body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper #popularPosts .posts .content {
  float: right;
  width: 69%;
}

body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper #popularPosts .posts .content h3 {
  margin: 0 auto;
}

body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper #popularPosts .posts .content h3 a {
  color: #000;
  text-decoration: none;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #3f4044 !important;
}

body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper #popularPosts .posts .content h3 a:hover,body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper #popularPosts .posts .content h3 a:focus {
  color: #e2550b !important;
}

body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper #popularPosts .posts .content p {
  color: #666666;
}

body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper #popularPosts .posts .readFullArticle {
  margin: 0 auto;
}

body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper #popularPosts .posts .readFullArticle a .arrowWrapper .arrow {
  top: 7px;
  border-width: 8px 0 8px 8px;
}/* * * * * * * * BLOG DETAILS * * * * * * * */body.articleDetail .page-wrap {
  padding: 0;
  background: #fff;
}

body.articleDetail .page-wrap .page {
  width: 1180px;
  margin: 0 auto;
}

body.articleDetail .page-wrap .page .left {
  width: 70%;
  margin: 0;
  padding: 0;
  overflow: visible;
}

body.articleDetail .page-wrap .page .left a {
  color: #153c88;
}

body.articleDetail .page-wrap .page .left a:hover,body.articleDetail .page-wrap .page .left a:focus {
  color: #000;
  text-decoration: none;
}

body.articleDetail .page-wrap .page .left p {
  font-size: 17px;
}

body.articleDetail .page-wrap .page .left img { max-width: 100%; height: auto !important; }

body.articleDetail .page-wrap .page .left li {
  font-size: 17px;
}

body.articleDetail .page-wrap .page .left h1 {
  font-size: 36px !important;
  font-weight: 700;
  margin: 0 auto 15px;
}

body.articleDetail .page-wrap .page .left .image {
  margin: 0 auto 35px;
}

body.articleDetail .page-wrap .page .left p {
  margin: 0 auto 35px;
  line-height: 1.5;
  color: #3f4044;
}

body.articleDetail .page-wrap .page .left ul,body.articleDetail .page-wrap .page .left ol {
  margin: 0 auto 35px;
  color: #3f4044;
}

body.articleDetail .page-wrap .page .left ul li,body.articleDetail .page-wrap .page .left ol li {
  margin: 0 auto 15px;
  line-height: 1.5;
  padding: 0 20px;
}

body.articleDetail .page-wrap .page .left #previousNextWrapper {
  clear: both;
  border-top: 1px solid #000;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
}

body.articleDetail .page-wrap .page .left #previousNextWrapper a {
  font-size: 18px;
  color: #3f4044;
  text-decoration: none;
}

body.articleDetail .page-wrap .page .left #previousNextWrapper a:hover,body.articleDetail .page-wrap .page .left #previousNextWrapper a:focus {
  color: #e2550b;
}

body.articleDetail .page-wrap .page .left #previousNextWrapper #previous {
  float: left;
}

body.articleDetail .page-wrap .page .left #previousNextWrapper #previous i {
  margin: 0 10px 0 0;
}

body.articleDetail .page-wrap .page .left #previousNextWrapper #next {
  float: right;
}

body.articleDetail .page-wrap .page .left #previousNextWrapper #next i {
  margin: 0 0 0 10px;
}

body.articleDetail .page-wrap .page .left #comments h3 {
  font-size: 36px;
  margin: 25px auto 15px;
}

body.articleDetail .page-wrap .page .right {
  width: 27%;
}

body.articleDetail .page-wrap .page .right .backLink {
  font-size: 18px;
  color: #153c88;
}

body.articleDetail .page-wrap .page .right .backLink:hover,body.articleDetail .page-wrap .page .right .backLink:focus {
  color: #e2550b;
  text-decoration: none;
}

body.articleDetail .page-wrap .page .right #sidebar #categoriersWrapper {
  border: 1px solid #000;
}

body.articleDetail .page-wrap .page .right #sidebar #categoriersWrapper #categoriesTitle {
  background: #000;
  height: 44px;
  padding: 5px 15px 0 15px;
}

body.articleDetail .page-wrap .page .right #sidebar #categoriersWrapper #categoriesTitle h3 {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  margin: 0 auto;
}

body.articleDetail .page-wrap .page .right #sidebar #categoriersWrapper ul {
  margin: 25px auto;
  padding: 0 15px;
}

body.articleDetail .page-wrap .page .right #sidebar #categoriersWrapper ul li {
  list-style: none;
  line-height: 1.35;
  margin-bottom: 10px;
}

body.articleDetail .page-wrap .page .right #sidebar #categoriersWrapper ul li.parent a {
  cursor: pointer;
  display: block;
}

body.articleDetail .page-wrap .page .right #sidebar #categoriersWrapper ul li.parent a i {
  float: right;
  font-size: 22px;
  color: #959595;
}

body.articleDetail .page-wrap .page .right #sidebar #categoriersWrapper ul li.parent a i.fa-caret-down {
  color: #000;
}

body.articleDetail .page-wrap .page .right #sidebar #categoriersWrapper ul li.children {
  padding: 0 10px;
  display: none;
}

body.articleDetail .page-wrap .page .right #sidebar #categoriersWrapper ul li a {
  font-size: 18px;
  color: #3f4044;
  text-decoration: none;
}

body.articleDetail .page-wrap .page .right #sidebar #categoriersWrapper ul li a:hover,body.articleDetail .page-wrap .page .right #sidebar #categoriersWrapper ul li a:focus {
  color: #e2550b;
}

body.articleDetail .page-wrap .page .right #sidebar #categoriersWrapper ul li a.active {
  color: #000;
  font-weight: 700;
}

body.articleDetail .page-wrap .page .right #sidebar #popularPostsWrapper {
  margin: 35px auto;
}

body.articleDetail .page-wrap .page .right #sidebar #popularPostsWrapper #popularPosts #popularPostsTitle {
  background: #000;
  height: 44px;
  padding: 5px 15px 0 15px;
  margin: 20px auto 25px;
}

body.articleDetail .page-wrap .page .right #sidebar #popularPostsWrapper #popularPosts #popularPostsTitle h3 {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  margin: 0 auto;
}

body.articleDetail .page-wrap .page .right #sidebar #popularPostsWrapper #popularPosts .posts {
  margin: 0 auto 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dadada;
}

body.articleDetail .page-wrap .page .right #sidebar #popularPostsWrapper #popularPosts .posts .image {
  float: left;
  width: 88px;
  margin-right: 10px;
}

body.articleDetail .page-wrap .page .right #sidebar #popularPostsWrapper #popularPosts .posts .content {
  float: right;
  width: 69%;
}

body.articleDetail .page-wrap .page .right #sidebar #popularPostsWrapper #popularPosts .posts .content h3 {
  margin: 0 auto;
}

body.articleDetail .page-wrap .page .right #sidebar #popularPostsWrapper #popularPosts .posts .content h3 a {
  color: #000;
  text-decoration: none;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #3f4044 !important;
}

body.articleDetail .page-wrap .page .right #sidebar #popularPostsWrapper #popularPosts .posts .content h3 a:hover,body.articleDetail .page-wrap .page .right #sidebar #popularPostsWrapper #popularPosts .posts .content h3 a:focus {
  color: #e2550b !important;
  text-decoration: none;
}

body.articleDetail .page-wrap .page .right #sidebar #popularPostsWrapper #popularPosts .posts .content p {
  color: #666666;
}

body.articleDetail .page-wrap .page .right #sidebar #popularPostsWrapper #popularPosts .posts .readFullArticle {
  margin: 0 auto;
}

body.articleDetail .page-wrap .page .right #sidebar #popularPostsWrapper #popularPosts .posts .readFullArticle a .arrowWrapper .arrow {
  top: 7px;
  border-width: 8px 0 8px 8px;
}

body.articleDetail .info-wrap {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #000;
  padding: 15px 0 0;
}

body.articleDetail .info-wrap section h2 {
  text-align: left;
  margin-bottom: 25px !important;
}/* * * * * * * * FLEX / MISCELLANEIOUS PAGES * * * * * * * */body.flex .page-wrap {
  border-bottom: 1px solid #000;
  padding-bottom: 45px;
}

body.flex .page-wrap .main h1 {
  margin: 0 auto 15px;
}

body.flex .page-wrap ul li ul {
  margin: 10px auto 0 !important;
  padding: 0 25px !important;
}

.testimony p {
  font-size: 18px;
}

.guide {
  float: left;
  width: 25%;
  margin: 0 auto 15px !important;
}

.guide.gthree {
  float: left;
}

.guide.gfour {
  float: left;
  margin: 0 auto;
}/* * * * * * * * GLOBAL ITEMS * * * * * * * */#topContentWrapper {
  border-bottom: 1px solid #dadada;
}

#topContentWrapper #topContent {
  width: 1180px;
  margin: 10px auto;
}

#topContentWrapper #topContent h1 span a {
  color: #ef382f;
}

#topContentWrapper #topContent h1 span a:hover,#topContentWrapper #topContent h1 span a:focus {
  color: #2b3034;
  text-decoration: none;
}

#topContentWrapper #topContent h1 a {
  color: #153c88;
  text-decoration: none !important;
}

#topContentWrapper #topContent a {
  color: #1948b2;
}

#topContentWrapper #topContent a:hover,#topContentWrapper #topContent a:focus {
  color: #2b3034;
  text-decoration: none;
}

#contentWrapper #content {
  width: 50%;
  float: left;
  font-family: "Lato", serif;
  font-size: 16px;
  text-align: left;
  color: #3f4044;
}

#breadcrumbsWrapper {
  width: 1180px;
  margin: 10px auto;
  clear: both;
}

#breadcrumbsWrapper ul#breadcrumbs {
  margin: 0 auto;
  padding: 0;
}

#breadcrumbsWrapper ul#breadcrumbs li {
  display: inline;
  color: #2b3034;
}

#breadcrumbsWrapper ul#breadcrumbs li:before {
  content: ' / ';
}

#breadcrumbsWrapper ul#breadcrumbs li:first-child:before {
  content: '';
}

#breadcrumbsWrapper ul#breadcrumbs li.active a {
  color: #1948b2;
  font-weight: 700;
  pointer-events: none;
  cursor: default;
}

#breadcrumbsWrapper ul#breadcrumbs li a {
  color: #2b3034;
  text-decoration: none;
}

#breadcrumbsWrapper ul#breadcrumbs li a:hover,#breadcrumbsWrapper ul#breadcrumbs li a:focus {
  color: #e2550b;
}

.toolbar {
  margin: 0 auto 25px;
}

.toolbar select {
  background: #fff;
  width: 25% !important;
  height: 34px;
  padding: 5px;
  font-size: 18px;
  line-height: 1;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}

#cities {
  width: 800px;
  margin-left: -400px;
  padding: 10px 35px;
  border-bottom: none;
}

.calendarLink {
  display: block;
  pointer-events: auto !important;
  cursor: pointer !important;
}/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #e2e6ea;
  position: relative;
}

.jspDrag {
  background: #3f4044;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #3f4044;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #3f4044;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 5px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #e2e6ea;
  float: left;
  height: 100%;
}

#profile {
  width: 75%;
  display: block;
}

#profile label,#profile input,#profile textarea,#profile select {
  width: 30%;
  float: left;
  margin: 5px auto;
  font-size: 16px;
  padding: 3px;
}

#profile label {
  clear: both;
}

#profile button {
  float: left;
  margin-left: 0;
  clear: both;
}

#profile h2,#profile h3,#profile h4 {
  clear: both;
}

#profile ul#loginLinks {
  display: block;
  clear: both;
  margin: 25px auto;
  padding: 0;
}

#profile ul#loginLinks li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#profile ul#loginLinks li:after {
  content: ' | ';
  margin: 0 5px;
}

#profile ul#loginLinks li:last-child:after {
  content: '';
}

body.profilePage #profile {
  width: 100%;
}

body.profilePage .left {
  width: 100% !important;
}

body.profilePage .left #inner #left {
  width: 50%;
  float: left;
}

body.profilePage .left #inner #right {
  width: 50%;
  float: left;
}

body.profilePage .right {
  display: none;
}

.dividerLine {
  width: 100%;
  display: block;
  margin: 25px 0;
}

.dividerLine h2 {
  font-size: 15px;
  text-align: center;
  border-bottom: 1px solid #3f4044;
  position: relative;
}

.dividerLine h2 span {
  background-color: #f8f5e6;
  position: relative;
  top: 10px;
  padding: 0 10px;
}

.accountSection {
  float: left;
  width: 72%;
}

.accountSection .left {
  width: 20% !important;
  float: left;
  text-align: center;
}

.accountSection .left img {
  margin: 0 auto;
}

.accountSection .left .btn {
  display: block;
  font-size: 14px;
  padding: 5px;
  margin: 10px auto;
  color: #fff !important;
  text-decoration: none;
}

.accountSection .right {
  width: 80% !important;
  float: left;
}

.ratingListings {
  padding-bottom: 10px;
  margin: 0 auto 20px;
  clear: both;
}

.ratingListings.last {
  border-bottom: none;
}

.ratingListings h3 {
  margin: 0 auto;
}

.ratingListings .left {
  float: left;
  width: 10% !important;
  margin-right: 5px;
}

.ratingListings .left img {
  max-width: 60px;
  height: auto;
}

.ratingListings .right {
  width: 80% !important;
  float: left;
}

.ratingListings .right h3 {
  font-size: 16px;
}

.ratingListings .right h3 span.name {
  margin-right: 5px;
}

.ratingListings .right h3 span.date {
  margin-left: 5px;
}

#inline_content {
  padding: 10px;
}

body.accountPage .main h3 {
  color: #e2550b;
}

body.accountPage .main a {
  color: #153c88;
}

body.accountPage .main a:hover,body.accountPage .main a:focus {
  color: #000 !important;
  text-decoration: none;
}

body.accountPage .main .sidenav a {
  color: #fff;
}

body.accountPage .main .sidenav a:hover,body.accountPage .main .sidenav a:focus {
  color: #fdff00 !important;
  text-decoration: none;
}

.links li a:hover,.links li a:focus {
  color: #e2550b !important;
}

.links .btn {
  background: none;
  font-weight: bold;
}

.links .btn:hover,.links .btn:focus {
  color: #e2550b !important;
}

.links i {
  color: #ef382f;
  margin-right: 5px;
}

.file_set {
  display: none;
}

.file_upload .no_file {
  display: block !important;
}

#loginForm {
  background: #f8f5e6;
  border: 1px solid #f4f0e9;
  margin: 0 auto;
  padding: 25px;
}

#loginForm.login-modal {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

#loginForm #profile {
  width: 100%;
}

#loginForm #profile input[type="text"],#loginForm #profile input[type="password"] {
  width: 65%;
  border: 1px solid #959595;
  padding: 5px;
}

#loginForm #profile button {
  width: 100%;
}

body.registerPage #loginForm {
  background: #f8f5e6;
  border: 1px solid #f4f0e9;
  width: 85%;
  margin: 0 auto;
  padding: 25px;
}

body.registerPage #loginForm #profile {
  width: 100%;
}

body.registerPage #loginForm #profile input[type="text"],body.registerPage #loginForm #profile input[type="password"] {
  width: 65%;
  border: 1px solid #959595;
  padding: 5px;
}

body.registerPage #loginForm #profile button {
  width: 100%;
  margin: 0 auto 15px;
}

.video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.video_wrapper iframe,.video_wrapper object,.video_wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.advertiseWithUs .page-wrap {
  border-bottom: 0;
}

body.advertiseWithUs .page {
  border-bottom: 1px solid #e2550b;
  padding-bottom: 50px;
}

body.advertiseWithUs .left img {
  max-width: 100% !important;
  height: auto !important;
}

body.advertiseWithUs .right {
  margin-bottom: 25px;
}

body.advertiseWithUs h1 {
  margin: 0 auto 5px !important;
  line-height: 1;
}

body.advertiseWithUs h2 {
  font-size: 24px;
  color: #153c88;
  margin: 0 auto !important;
  line-height: 1;
}

body.advertiseWithUs h3 {
  font-size: 24px;
}

body.advertiseWithUs #advertiseContactWrapper {
  margin-top: 35px;
}

body.advertiseWithUs #advertise_callouts {
  margin: 35px auto 0;
}

body.advertiseWithUs #advertise_callouts .item {
  float: left;
  text-align: center;
  margin: 0 auto 35px;
}

body.advertiseWithUs #advertise_callouts .item img {
  margin-bottom: 25px;
}

body.advertiseWithUs #advertise_callouts .item h3 {
  color: #153c88;
  margin: 0 auto !important;
}

body.advertiseWithUs #advertise_callouts .item a {
  text-decoration: none;
}

body.advertiseWithUs #advertise_callouts .item a:hover h3,body.advertiseWithUs #advertise_callouts .item a:focus h3 {
  color: #000 !important;
}

body.advertiseWithUs #advertise_callouts .item a h3 {
  color: #153c88;
}

body.advertiseWithUs #advertiseContactWrapper h2 {
  font-size: 36px;
  color: #e2550b;
  margin: 0 auto;
}

body.advertiseWithUs #advertiseContactWrapper p {
  font-size: 16px;
  margin: 0 auto 1em;
  line-height: 1.5;
}

body.advertiseWithUs #advertiseContactWrapper #advertiseContact {
  background: #f8f5e6;
  border: 1px solid #e2550b;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 25px 25px 10px 25px;
}

body.advertiseWithUs #advertiseContactWrapper #advertiseContact label,body.advertiseWithUs #advertiseContactWrapper #advertiseContact input,body.advertiseWithUs #advertiseContactWrapper #advertiseContact textarea,body.advertiseWithUs #advertiseContactWrapper #advertiseContact select {
  width: 96%;
  margin: 5px auto;
  font-size: 16px;
  padding: 8px 5px;
  outline: none;
}

body.advertiseWithUs #advertiseContactWrapper #advertiseContact input,body.advertiseWithUs #advertiseContactWrapper #advertiseContact textarea,body.advertiseWithUs #advertiseContactWrapper #advertiseContact select {
  border: 1px solid #a6a9ad;
}

body.advertiseWithUs #advertiseContactWrapper #advertiseContact label {
  clear: both;
  padding-left: 10px;
  font-weight: 700;
}

body.advertiseWithUs #advertiseContactWrapper #advertiseContact textarea {
  min-height: 100px;
}

body.advertiseWithUs #advertiseContactWrapper #advertiseContact button {
  margin: 10px auto 15px;
}

@font-face {
  font-family:'FontAwesome';src:url("../font/fontawesome-webfont.eot?v=4.3.0");src:url("../font/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../font/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../font/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../font/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../font/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal;
}

@font-face {
  font-family:'fontello';src:url("../font/fontello.eot?23041601");src:url("../font/fontello.eot?23041601#iefix") format("embedded-opentype"), url("../font/fontello.woff?23041601") format("woff"), url("../font/fontello.ttf?23041601") format("truetype"), url("../font/fontello.svg?23041601#fontello") format("svg");font-weight:normal;font-style:normal;
}

@media only screen and (min-width: 641px) and (max-width: 1179px) {
  .hideTablet {
    display: none !important;
  }


  .search-wrap {
    background-position: top center;
    height: 318px;
    padding: 25px 0 35px;
  }

  .search-wrap .searcharea {
    width: 95%;
  }

  .search-wrap .searcharea .mainImage {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 25px;
    width: 400px;
    height: 317px;
    background-size: 400px 317px;
    margin-right: -75px;
  }

  .search-wrap .searcharea h1 {
    font-size: 30px;
    margin: 0 auto 20px 15px;
    padding: 0;
  }

  .search-wrap .searcharea .search {
    width: 45%;
  }

  .search-wrap .searcharea .search h2 {
    font-size: 21px;
  }

  .search-wrap .searcharea .search form select {
    width: 100% !important;
  }

  .search-wrap .searcharea .search form a {
    width: 100%;
    font-size: 21px;
    padding: 10px 20px;
  }

  .bar-wrap {
    padding: 20px 15px;
  }

  .bar-wrap section p {
    font-size: 16px;
  }

  .bar-wrap section ul li {
    font-size: 16px;
  }

  .footer-wrap footer ul {
    margin-left: 10px;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .footer-wrap footer .cities {
    margin-left: 10px;
    clear: left;
  }

  .footer-wrap footer .cities .col {
    margin-right: 10px;
    width: 20%;
  }

  #homeCalloutWrapper #homeCallout {
    width: 100%;
  }

  #homeCalloutWrapper #homeCallout .left h3,#homeCalloutWrapper #homeCallout .right h3 {
    font-size: 19px;
  }

  #homeCalloutWrapper #homeCallout .left p,#homeCalloutWrapper #homeCallout .right p {
    font-size: 15px;
    padding: 0 15px;
  }

  .info-wrap section {
    width: 100% !important;
  }

  .info-wrap section h2 {
    font-size: 40px !important;
  }

  .info-wrap section .text {
    top: -15px;
  }

  .info-wrap section .text p {
    font-size: 14px;
  }

  .info-wrap .slidewrap .slider {
    height: 475px;
  }

  .info-wrap .slidewrap .slider .item {
    height: 475px;
  }

  .info-wrap .slidewrap .slider .item h3 a {
    font-size: 19px;
  }

  .info-wrap .slidewrap .bx-prev {
    left: -45px;
  }

  .info-wrap .slidewrap .bx-next {
    right: -55px;
  }

  .events-wrap section {
    width: 100% !important;
    padding: 10px 0 25px;
  }

  .events-wrap section h2 {
    font-size: 40px !important;
  }

  .events-wrap section .text {
    font-size: 14px;
  }

  .events-wrap section .eventwrap {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .events-wrap section .eventwrap .eventSlider .item h3 {
    margin: 0 auto;
  }

  .events-wrap section .eventwrap .eventSlider .item h3 a {
    font-size: 19px;
  }

  .events-wrap section .eventwrap .eventSlider .item p {
    font-size: 15px;
    margin: 0 auto;
  }

  .events-wrap section .eventwrap .bx-prev {
    left: -35px;
  }

  .events-wrap section .eventwrap .bx-next {
    right: -35px;
  }

  .events-wrap section #miniCalendar {
    float: none;
    margin: 45px auto;
  }

  #newsletterWrapper section {
    width: 100% !important;
    padding: 45px 15px;
  }

  #newsletterWrapper section #newsletterInnerWrapper {
    float: none;
    width: 100%;
    height: 210px;
    text-align: center;
    margin: 0 auto 35px;
    border-bottom: 1px solid #e8e9eb;
  }

  #newsletterWrapper section #newsletter h2 {
    margin: 0 auto;
    font-size: 40px !important;
  }

  #newsletterWrapper section #newsletter .text {
    padding: 0 50px;
  }

  #newsletterWrapper section #newsletter form {
    margin: 30px auto;
    width: 70%;
  }

  #newsletterWrapper section #newsletter form input[type="email"] {
    width: 60%;
  }

  #newsletterWrapper section #printedDirectory {
    width: 75%;
    float: none;
    margin: 25px auto;
  }

  #newsletterWrapper section #printedDirectory .image {
    margin: 0 10px 0 auto;
  }

  #newsletterWrapper section #printedDirectory .content {
    float: left;
    width: 65%;
  }

  #newsletterWrapper section #printedDirectory .content h3 {
    font-size: 22px;
  }

  #newsletterWrapper section #printedDirectory .content p {
    margin: 5px auto 30px;
  }

  #newsletterWrapper section #printedDirectory .content .btn {
    font-size: 18px;
    padding: 10px 20px;
  }

  body.events h1 {
    font-size: 30px;
  }

  body.events .events-wrap {
    width: 98%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  body.events #contentWrapper #content {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    float: none;
  }

  body.events #contentWrapper #content form#eventListingsCity select {
    width: 96% !important;
    margin: 10px auto 40px;
  }

  body.events #contentWrapper #content form#eventListingsCity a {
    float: none;
    clear: both;
  }

  body.events .events-wrap section #eventListingsWrapper .eventListings {
    text-align: left;
  }

  body.events .events-wrap section #miniCalendar {
    float: none;
  }

  body.eventDetail .page-wrap .page {
    width: 98%;
  }

  body.eventDetail .page-wrap .page h2 {
    font-size: 36px;
  }

  body.eventDetail .page-wrap .page p {
    font-size: 16px;
  }

  body.eventDetail .page-wrap .page .left {
    width: 100%;
    float: none;
  }

  body.eventDetail .page-wrap .page .right {
    width: 100%;
    float: none;
  }

  body.city #topContentWrapper {
    padding: 0 15px 10px;
  }

  body.city #topContentWrapper #topContent h1 {
    font-size: 30px;
  }

  body.city .page-wrap .page {
    width: 95%;
    padding: 0;
  }

  body.city .page-wrap .page .left {
    width: 100%;
    float: none;
  }

  body.city .page-wrap .page .left #filterBy {
    left: -25px;
    display: none;
  }

  body.city .page-wrap .page .left #filterBy p strong {
    font-size: 30px;
  }

  body.city .page-wrap .page .left #filterBy .paginationWrapper {
    right: 35px;
  }

  body.city .page-wrap .page .left .paginationWrapper .pagination {
    margin-right: 20px;
  }

  body.city .page-wrap .page .right {
    width: 100%;
    float: none;
  }

  body.city .page-wrap .page .right #relatedArticlesWrapper h2 {
    text-align: center;
  }

  body.city .page-wrap .page .right #relatedArticlesWrapper .text p {
    text-align: center;
    margin: 0 auto 35px;
  }

  body.city .page-wrap .page .right #relatedArticlesWrapper #relatedArticles .article {
    width: 45%;
    float: left;
    margin-right: 10%;
  }

  body.city .page-wrap .page .right #relatedArticlesWrapper #relatedArticles .article .content {
    background: #edf6fb;
  }

  body.city .page-wrap .page .right #relatedArticlesWrapper #relatedArticles .article .content .readFullArticle .readFull {
    padding: 8px 15px;
  }

  body.city .page-wrap .page .right #relatedArticlesWrapper #relatedArticles .article .content .readFullArticle .arrowWrapper {
    width: 32px;
    height: 32px;
  }

  body.city .browseServicesWrapper {
    float: none;
  }

  body.city .browseServicesWrapper .browseTitle {
    width: 66%;
    height: 44px;
    padding: 10px 10px 0 10px;
    margin: 0 auto;
  }

  body.city .browseServicesWrapper .browseTitle input {
    height: 25px;
    padding-left: 20px;
    width: 94%;
  }

  body.city .browseServicesWrapper .browseTitle h2 {
    padding: 10px;
  }

  body.city .browseServicesWrapper .browseServices {
    width: 68%;
    margin: 0 auto 25px;
  }

  body.city .browseServicesWrapper .browseServices .listings {
    width: 94%;
  }

  body.city #citySliderWrapper {
    float: none;
     width: 100%;
  }

  body.city #homeCalloutWrapper #homeCallout {
    margin: -50px auto 0;
  }

  body.city #homeCalloutWrapper #homeCallout h3 {
    font-size: 24px;
  }

  body.city #homeCalloutWrapper #homeCallout .left,body.city #homeCalloutWrapper #homeCallout .right {
    width: 100%;
  }

  body.city #homeCalloutWrapper #homeCallout .left {
    padding: 35px 0;
    border-right: none;
    border-bottom: 1px solid #3f4044;
    margin-bottom: 25px;
  }

  body.listingDetails .page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  body.listingDetails .page .left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: auto;
  }

  body.listingDetails .page .right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: auto;
  }

  body.listingDetails ul#meta {
    display: inline-block;
  }

  body.listingDetails ul#meta li {
    width: 33.333333%;
    list-style: none;
    float: left;
  }

  body.listingDetails ul#meta li form {
    position: relative;
    top: -10px;
  }

  body.listingDetails ul#meta li#favoriteRatings {
    width: 100%;
    margin-bottom: 25px;
  }

  body.listingDetails .page-wrap .page {
    width: 98%;
    padding-bottom: 25px;
  }

  body.listingDetails .left {
    width: 98% !important;
  }

  body.listingDetails .left {
    width: 60%;
  }

  body.listingDetails .left .bx-wrapper img {
    width: 100%;
  }

  body.blog.landing h1 {
    font-size: 40px !important;
  }

  body.blog.landing #blogListingsWrapper {
    width: 95%;
  }

  body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle {
    width: 100%;
    padding: 0;
  }

  body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .image {
    width: 50%;
    float: left;
    margin: 0 auto;
  }

  body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .image img {
    width: 100%;
  }

  body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content {
    float: right;
    width: 46%;
    margin: 0 15px;
  }

  body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content h2 a {
    font-size: 21px;
    margin: 10px auto 0;
  }

  body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content p {
    margin: 15px auto 0;
  }

  body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content .buttonShareWrapper .share {
    position: relative;
    bottom: 6px;
  }

  body.blog.landing #blogListingsWrapper #blogListings {
    width: 100%;
    float: none;
  }

  body.blog.landing #blogListingsWrapper #blogListings #blogListingsTitleWrapper #blogListingsTitle {
    display: none;
  }

  body.blog.landing #blogListingsWrapper #blogListings .blogArticle .content {
    width: 60%;
  }

  body.blog.landing #blogListingsWrapper #blogListings .blogArticle .content h2 a {
    font-size: 21px;
  }

  body.blog.landing #blogListingsWrapper #blogListings .blogArticle .content p {
    margin: 15px auto 0;
  }

  body.blog.landing #blogListingsWrapper #blogListings .blogArticle .content .buttonShareWrapper .share {
    position: relative;
    bottom: 6px;
  }

  body.blog.landing #blogListingsWrapper #sidebar {
    width: 100%;
    float: none;
    clear: left;
  }

  body.blog.landing #blogListingsWrapper #sidebar #categoriersWrapper {
    width: 49%;
    float: left;
  }

  body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper {
    width: 49%;
    float: right;
    margin: 0 auto;
  }

  body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper #popularPosts #popularPostsTitle {
    margin-top: 0;
  }

  body.articleDetail .page-wrap .page {
    width: 98%;
  }

  body.articleDetail .page-wrap .page .left {
    width: 100%;
    float: none;
  }

  body.articleDetail .page-wrap .page .left h1 {
    line-height: 1.1;
  }

  body.articleDetail .page-wrap .page .right {
    width: 100%;
    float: none;
  }

  .guide {
    width: 50%;
  }

  #topContentWrapper #topContent {
    width: 98%;
    font-size: 16px;
  }

  #breadcrumbsWrapper {
    width: 98%;
  }

  #breadcrumbsWrapper ul#breadcrumbs {
    font-size: 15px;
  }

  #cities {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    left: 10px;
  }

  #cities .col {
    width: 25%;
    padding: 0;
  }

  body.advertiseWithUs .page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  body.advertiseWithUs .left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: auto;
  }

  body.advertiseWithUs .right {
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: auto;
  }

  body.advertiseWithUs #advertise_callouts {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: auto;
  }

  body.advertiseWithUs #advertise_callouts .item {
    width: 50%;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1179px) {
  .header-wrap header #mobileNavWrapper {
    display: none;
  }

  .header-wrap header .cat-wrap {
    position: absolute;
    top: 50px;
    right: 0;
    display: block;
    width: 75%;
  }

  .header-wrap header .cat-wrap .cats ul li.entertainment a {
    top: 10px;
  }

  .header-wrap header .cat-wrap .cats ul li a {
    font-size: 17px;
  }

  .header-wrap header .cat-wrap .cats ul li .drop {
    width: 75%;
    top: 72px;
    left: 0;
    margin-left: 0;
    right: 5%;
  }

  .header-wrap header .cat-wrap .cats ul li .drop .col {
    width: 30%;
  }

  .header-wrap header .cat-wrap .cats ul li .drop ul li a {
    font-size: 18px;
  }

  body.city .page-wrap .page .left #filterBy {
    display: none;
  }

  body.listingDetails ul#meta li {
    width: 33.333333%;
    list-style: none;
    float: left;
  }

  body.listingDetails ul#meta li form {
    position: relative;
    top: -10px;
  }

  body.listingDetails ul#meta li#favoriteRatings {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1180px) {
  .hideDesktop {
    display: none !important;
  }

  .header-wrap header #topNavWrapper {
    position: absolute;
    top: 0;
    right: 0;
  }

  .header-wrap header #topNavWrapper .topnav {
    position: relative;
    top: -3px;
  }

  .header-wrap header .cat-wrap {
    position: absolute;
    top: 47px;
    right: 0;
    display: block;
    width: 960px;
  }

  .info-wrap section {
    padding: 20px 0 65px 0;
  }

  body.city .page-wrap .page .left .listingItem .content {
    float: left;
    width: 70%;
  }

  body.city .browseServicesWrapper .browseTitle {
    height: 44px;
    padding: 10px 10px 0 10px;
  }

  body.listingDetails ul#meta {
    width: 100%;
    display: table;
  }

  body.listingDetails ul#meta li {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }

  body.listingDetails ul#meta li#favoriteRatings {
    width: 26%;
  }

  body.listingDetails .page-wrap .page {
    padding-bottom: 100px;
  }

  body.listingDetails .left {
    width: 65%;
  }

  body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle {
    float: left;
  }

  body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content p {
    font-size: 17px;
  }

  body.blog.landing #blogListingsWrapper #blogListings .blogArticle .content p {
    font-size: 17px;
  }

  #loginForm {
    width: 35%;
  }

  body.registerPage #loginForm #left {
    float: left;
    width: 45%;
  }

  body.registerPage #loginForm #right {
    float: right;
    width: 55%;
  }

  body.advertiseWithUs .left {
    width: 63% !important;
  }

  body.advertiseWithUs .right {
    width: 35% !important;
    margin-top: 80px;
  }

  body.advertiseWithUs h3 {
    margin: 70px auto 0 !important;
  }

  body.advertiseWithUs #advertise_callouts .item {
    width: 25%;
  }

  body.advertiseWithUs #advertiseContactWrapper #advertiseContact {
    width: 87%;
  }
}

@media only screen and (max-width: 640px) {
  .hideMobile {
    display: none !important;
  }

  .header-wrap {
    background: url(/assets/images/bg_headerMobile.jpg) repeat-x;
    height: 175px;
    position: relative;
  }

  .header-wrap header {
    width: 100%;
    text-align: center;
  }

  .header-wrap header .logo {
    margin: 0 auto;
    float: none;
  }

  .header-wrap header #mobileNavWrapper {
    top: 127px;
    width: 100%;
  }

  .header-wrap header #topNavWrapper {
    display: none;
  }

  .header-wrap header #topNavWrapper #phoneNumber a span {
    display: none;
  }

  .header-wrap header #topNavWrapper .topnav {
    display: none;
  }

  .header-wrap header .cat-wrap {
    display: none;
  }

  .search-wrap {
    height: auto;
  }

  .search-wrap .searcharea {
    width: 100%;
  }

  .search-wrap .searcharea .mainImage {
    display: none;
    background-image: none;
    background-position: top center;
    margin: 10px auto 0;
  }

  .search-wrap .searcharea h1 {
    background: #fff;
    font-size: 26px;
    padding: 10px 15px 10px;
    margin: 0 auto !important;
    line-height: 1.35;
    clear: both;
    text-align: center;
  }

  .search-wrap .searcharea .search {
    background: #fff;
    width: 92%;
    padding: 0 15px 15px 15px;
    float: none;
    margin: 0 auto;
  }

  .search-wrap .searcharea .search h2 {
    font-size: 18px;
    text-align: left;
    margin: 0 auto 15px;
  }

  .search-wrap .searcharea .search form select {
    width: 100% !important;
  }

  .search-wrap .searcharea .search form a {
    width: 100%;
    font-size: 21px;
    padding: 10px 20px;
    position: relative;
    top: 10px;
  }

  .bar-wrap {
    padding: 20px 15px;
  }

  .bar-wrap section p {
    font-size: 14px;
  }

  .bar-wrap section ul li {
    font-size: 14px;
  }

  .footer-wrap {
    padding: 0;
  }

  .footer-wrap footer {
    width: 100%;
    padding: 0 15px;
  }

  .footer-wrap footer ul {
    width: 100%;
    margin: 0 0 25px 0;
    float: none;
  }

  .footer-wrap footer .cities {
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .footer-wrap footer .cities .col {
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .footer-wrap footer .cities .col ul {
    margin-bottom: 0;
  }

  .footer-wrap footer .copyright {
    margin: 20px auto;
  }

  #homeCalloutWrapper #homeCallout {
    width: 95%;
    margin: 0 auto 30px;
  }

  #homeCalloutWrapper #homeCallout .left,#homeCalloutWrapper #homeCallout .right {
    width: 100%;
    float: none;
  }

  #homeCalloutWrapper #homeCallout .left h3,#homeCalloutWrapper #homeCallout .right h3 {
    font-size: 19px;
  }

  #homeCalloutWrapper #homeCallout .left p,#homeCalloutWrapper #homeCallout .right p {
    font-size: 15px;
    padding: 0 15px;
  }

  .info-wrap section {
    width: 100% !important;
    padding: 0;
  }

  .info-wrap section h2 {
    font-size: 26px !important;
  }

  .info-wrap section .text {
    top: -15px;
  }

  .info-wrap section .text p {
    font-size: 14px;
  }

  .info-wrap .slidewrap {
    width: 95%;
    padding-bottom: 50px;
    margin: 0 auto;
  }

  .info-wrap .slidewrap .slider .item h3 {
    line-height: 1.15;
  }

  .info-wrap .slidewrap .slider .item h3 a {
    font-size: 16px;
  }

  .info-wrap .slidewrap .bx-controls {
    position: relative;
  }

  .info-wrap .slidewrap .bx-controls .bx-controls-direction {
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 30px;
  }

  .info-wrap .slidewrap .bx-controls .bx-controls-direction .bx-prev,.info-wrap .slidewrap .bx-controls .bx-controls-direction .bx-next {
    background-size: 14px;
  }

  .info-wrap .slidewrap .bx-controls .bx-controls-direction .bx-prev {
    left: 0;
  }

  .info-wrap .slidewrap .bx-controls .bx-controls-direction .bx-next {
    right: 0;
  }

  .events-wrap section {
    width: 95% !important;
    padding: 0 0 25px;
  }

  .events-wrap section h2 {
    font-size: 26px !important;
  }

  .events-wrap section .text {
    font-size: 14px;
  }

  .events-wrap section .eventwrap {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .events-wrap section .eventwrap .eventSlider .item h3 {
    margin: 0 auto;
    line-height: 1.0;
  }

  .events-wrap section .eventwrap .eventSlider .item h3 a {
    font-size: 16px;
  }

  .events-wrap section .eventwrap .eventSlider .item p {
    font-size: 15px;
    margin: 0 auto;
  }

  .events-wrap section .eventwrap .bx-prev {
    top: 85px;
    left: 35px;
  }

  .events-wrap section .eventwrap .bx-next {
    top: 85px;
    right: 25px;
  }

  .events-wrap section #miniCalendar {
    width: 300px !important;
    height: 275px !important;
    padding: 5px;
    margin: 0 auto 30px;
    float: none;
  }

  .events-wrap section #miniCalendar table {
    background: #fff;
    width: 100%;
    height: 100%;
    border-spacing: 2px !important;
    border-collapse: separate;
    margin-bottom: 30px;
  }

  .events-wrap section #miniCalendar table caption {
    position: relative;
    background: -webkit-linear-gradient(top, #304e91 0%, #243e7f 100%);
    background: linear-gradient(to bottom, #304e91 0%, #243e7f 100%);
    padding: 7px 0 !important;
  }

  .events-wrap section #miniCalendar table caption a {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 18px !important;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }

  .events-wrap section #miniCalendar table caption a:hover,.events-wrap section #miniCalendar table caption a:focus {
    color: #e2550b;
  }

  .events-wrap section #miniCalendar table caption a span {
    background: -webkit-linear-gradient(top, #203876 0%, #192d67 100%);
    background: linear-gradient(to bottom, #203876 0%, #192d67 100%);
    display: inline-block;
    padding: 6px 12px !important;
  }

  .events-wrap section #miniCalendar table caption a span:hover,.events-wrap section #miniCalendar table caption a span:focus {
    background: #e2550b;
    color: #fff;
  }

  .events-wrap section #miniCalendar table caption a span.previous,.events-wrap section #miniCalendar table caption a span.next {
    position: absolute;
    top: 0;
  }

  .events-wrap section #miniCalendar table caption a span.previous {
    left: 0;
  }

  .events-wrap section #miniCalendar table caption a span.next {
    right: 0;
  }

  .events-wrap section #miniCalendar table caption a span i {
    color: #fff;
  }

  .events-wrap section #miniCalendar table thead th {
    font-size: 12px;
    padding: 4px 0 !important;
  }

  .events-wrap section #miniCalendar table tbody td {
    background: #d8dce0;
    text-align: left;
    vertical-align: bottom;
    width: auto !important;
    height: auto !important;
    font-size: 16px;
  }

  .events-wrap section #miniCalendar table tbody td a {
    width: 24px !important;
    height: 24px !important;
    display: table-cell;
    color: #000;
    text-decoration: none;
    vertical-align: bottom;
    border-collapse: separate;
    pointer-events: none;
    cursor: default;
  }

  .events-wrap section #miniCalendar table tbody td.has_event {
    background: url(/assets/images/bg_miniCalendarBodyTD.png) no-repeat bottom right #d8dce0;
  }

  .events-wrap section #miniCalendar table tbody td.no_event {
    pointer-events: none;
    cursor: default;
  }

  #newsletterWrapper section {
    width: 100% !important;
    padding: 20px 0;
  }

  #newsletterWrapper section #newsletterInnerWrapper {
    float: none;
    width: 90%;
    height: 190px;
    margin: 0 auto 35px;
    border-bottom: 1px solid #e8e9eb;
  }

  #newsletterWrapper section #newsletter h2 {
    margin: 0 auto;
    font-size: 26px !important;
  }

  #newsletterWrapper section #newsletter .text p {
    font-size: 14px;
  }

  #newsletterWrapper section #newsletter form {
    margin: 30px auto 45px !important;
    width: 90%;
  }

  #newsletterWrapper section #newsletter form input[type="email"] {
    width: 90% !important;
    float: none;
    margin: 0 auto !important;
  }

  #newsletterWrapper section #newsletter form button {
    font-size: 14px;
    padding: 12px 15px;
    position: relative;
    left: 5px;
  }

  #newsletterWrapper section #printedDirectory {
    width: 95%;
    float: none;
    margin: 25px auto;
    clear: both;
  }

  #newsletterWrapper section #printedDirectory .image {
    width: 107px;
    margin: 0 10px 0 auto;
  }

  #newsletterWrapper section #printedDirectory .image img {
    width: 100%;
  }

  #newsletterWrapper section #printedDirectory .content {
    width: 60%;
  }

  #newsletterWrapper section #printedDirectory .content h3 {
    font-size: 16px;
  }

  #newsletterWrapper section #printedDirectory .content p {
    font-size: 13px;
    margin: 0 auto 15px;
  }

  #newsletterWrapper section #printedDirectory .content .btn {
    font-size: 14px;
    padding: 5px 10px;
  }

  body.events h1 {
    font-size: 21px;
  }

  body.events .events-wrap {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  body.events #contentWrapper {
    text-align: center;
  }

  body.events #contentWrapper #content {
    width: 95%;
    margin: 0 auto;
    float: none;
  }

  body.events #contentWrapper #content h2 {
    font-size: 18px !important;
    margin: 10px auto !important;
  }

  body.events #contentWrapper #content form#eventListingsCity select {
    width: 96% !important;
  }

  body.events #contentWrapper #content form#eventListingsCity a {
    padding: 15px 20px;
    display: block;
    float: none;
  }

  body.events #topContentWrapper #topContent select {
    width: 100% !important;
    height: 42px;
    padding: 10px;
    margin: 0 auto 15px;
  }

  body.events .events-wrap section #eventListingsWrapper .eventListings {
    text-align: left;
  }

  body.events .events-wrap section #eventListingsWrapper .eventListings .date {
    margin-right: 10px;
    width: 71px;
    height: 71px;
  }

  body.events .events-wrap section #eventListingsWrapper .eventListings .date span {
    font-size: 36px;
  }

  body.events .events-wrap section #eventListingsWrapper .eventListings .date a {
    font-size: 14px;
  }

  body.events .events-wrap section #eventListingsWrapper .eventListings .content {
    width: 65%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  body.events .events-wrap section #eventListingsWrapper .eventListings .content h3 {
    font-size: 16px;
  }

  body.events .events-wrap section #eventListingsWrapper .eventListings .content p {
    font-size: 14px;
    margin: 5px auto;
  }

  body.events .events-wrap section #eventListingsWrapper .eventListings .content p .btn {
    font-size: 14px;
    position: relative;
    top: 20px;
  }

  body.events .events-wrap section #miniCalendar {
    width: 96% !important;
    height: 275px !important;
    padding: 5px;
    margin: 20px auto 30px;
    float: none;
  }

  body.events .events-wrap section #miniCalendar table {
    background: #fff;
    width: 100%;
    height: 100%;
    border-spacing: 2px !important;
    border-collapse: separate;
    margin-bottom: 30px;
  }

  body.events .events-wrap section #miniCalendar table caption {
    position: relative;
    background: -webkit-linear-gradient(top, #304e91 0%, #243e7f 100%);
    background: linear-gradient(to bottom, #304e91 0%, #243e7f 100%);
    padding: 7px 0 !important;
  }

  body.events .events-wrap section #miniCalendar table caption a {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 18px !important;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }

  body.events .events-wrap section #miniCalendar table caption a:hover,body.events .events-wrap section #miniCalendar table caption a:focus {
    color: #e2550b;
  }

  body.events .events-wrap section #miniCalendar table caption a span {
    background: -webkit-linear-gradient(top, #203876 0%, #192d67 100%);
    background: linear-gradient(to bottom, #203876 0%, #192d67 100%);
    display: inline-block;
    padding: 6px 12px !important;
  }

  body.events .events-wrap section #miniCalendar table caption a span:hover,body.events .events-wrap section #miniCalendar table caption a span:focus {
    background: #e2550b;
    color: #fff;
  }

  body.events .events-wrap section #miniCalendar table caption a span.previous,body.events .events-wrap section #miniCalendar table caption a span.next {
    position: absolute;
    top: 0;
  }

  body.events .events-wrap section #miniCalendar table caption a span.previous {
    left: 0;
  }

  body.events .events-wrap section #miniCalendar table caption a span.next {
    right: 0;
  }

  body.events .events-wrap section #miniCalendar table caption a span i {
    color: #fff;
  }

  body.events .events-wrap section #miniCalendar table thead th {
    font-size: 12px;
    padding: 4px 0 !important;
  }

  body.events .events-wrap section #miniCalendar table tbody td {
    background: #d8dce0;
    text-align: left;
    vertical-align: bottom;
    width: auto !important;
    height: auto !important;
    font-size: 16px;
  }

  body.events .events-wrap section #miniCalendar table tbody td a {
    width: 24px !important;
    height: 24px !important;
    display: table-cell;
    color: #000;
    text-decoration: none;
    vertical-align: bottom;
    border-collapse: separate;
    pointer-events: none;
    cursor: default;
  }

  body.events .events-wrap section #miniCalendar table tbody td.has_event {
    background: url(/assets/images/bg_miniCalendarBodyTD.png) no-repeat bottom right #d8dce0;
  }

  body.events .events-wrap section #miniCalendar table tbody td.no_event {
    pointer-events: none;
    cursor: default;
  }

  body.eventDetail .page-wrap .page {
    width: 95%;
  }

  body.eventDetail .page-wrap .page h2 {
    font-size: 21px;
  }

  body.eventDetail .page-wrap .page p {
    font-size: 13px;
  }

  body.eventDetail .page-wrap .page .left {
    width: 100%;
    float: none;
    padding-left: 0;
    clear: both;
  }

  body.eventDetail .page-wrap .page .left .listing.favorite .links {
    width: 100%;
    float: none !important;
    padding: 0;
    margin: 0;
    clear: both !important;
  }

  body.eventDetail .page-wrap .page .left .listing.favorite .links ul li {
    float: none !important;
    padding: 0;
    margin: 0;
    clear: both !important;
  }

  body.eventDetail .page-wrap .page .left .listing.favorite .links ul li a {
    padding: 0 0 0 5px;
  }

  body.eventDetail .page-wrap .page .left .listing.favorite .links ul li form {
    text-align: left;
  }

  body.eventDetail .page-wrap .page .right {
    width: 100%;
    float: none;
    padding-left: 0;
  }

  body.city #topContentWrapper {
    padding: 0;
  }

  body.city #topContentWrapper #breadcrumbsWrapper {
    margin: 0 10px;
  }

  body.city #topContentWrapper #topContent h1 {
    font-size: 21px;
    margin: 0 10px 25px;
  }

  body.city .page-wrap .page {
    width: 95%;
    padding: 0;
  }

  body.city .page-wrap .page .left {
    width: 100%;
    float: none;
    padding-left: 0;
  }

  body.city .page-wrap .page .left #filterBy {
    display: none;
  }

  body.city .page-wrap .page .left #filterBy p {
    float: none;
    margin: 0 auto 10px;
  }

  body.city .page-wrap .page .left #filterBy p strong {
    font-size: 18px;
  }

  body.city .page-wrap .page .left #filterBy select {
    width: 98% !important;
  }

  body.city .page-wrap .page .left #filterBy .paginationWrapper {
    position: relative;
    right: 0;
  }

  body.city .page-wrap .page .left #filterBy .paginationWrapper .pagination {
    text-align: center;
  }

  body.city .page-wrap .page .left .listingItem {
    width: 83%;
    margin: 0 auto 15px;
  }

  body.city .page-wrap .page .left .listingItem .image {
    width: 83px;
    height: 83px;
    margin: 0 auto 10px;
    float: none;
  }

  body.city .page-wrap .page .left .listingItem .image img {
    width: 83px;
    height: 83px;
  }

  body.city .page-wrap .page .left .listingItem .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
  }

  body.city .page-wrap .page .left .listingItem .content h3 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  body.city .page-wrap .page .left .listingItem .content p {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  body.city .page-wrap .page .left .listingItem .content .buttonReviews {
    width: 100%;
    clear: both;
    margin-top: 10px;
    float: none;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-left: 0;
  }

  body.city .page-wrap .page .left .listingItem .content .buttonReviews .btn {
    text-align: center;
    padding: 5px 20px;
    font-size: 14px;
  }

  body.city .page-wrap .page .left .listingItem .content .buttonReviews .reviews {
    margin: 10px auto;
  }

  body.city .page-wrap .page .left .listingItem .content h3 {
    margin: 5px auto;
    font-size: 16px;
  }

  body.city .page-wrap .page .left .listingItem .content h4 {
    font-size: 15px;
  }

  body.city .page-wrap .page .left .listingItem.featuredListing {
    width: 89%;
    padding: 40px 15px 15px 15px;
    margin: 0 auto 15px;
  }

  body.city .page-wrap .page .left .listingItem.featuredListing .image {
    position: relative;
    top: 10px;
    margin-bottom: 0;
  }

  body.city .page-wrap .page .left .listingItem.featuredListing .featuredIcon {
    background: url(/assets/images/icon_featuredListingMobile.jpg) top center no-repeat;
    width: 100%;
    height: 35px;
    left: 0;
  }

  body.city .page-wrap .page .left .paginationWrapper {
    position: relative;
    right: 0;
  }

  body.city .page-wrap .page .left .paginationWrapper .pagination {
    text-align: center;
  }

  body.city .page-wrap .page .right {
    width: 106%;
    float: none;
    margin-left: -3%;
  }

  body.city .page-wrap .page .right #relatedArticlesWrapper {
    text-align: center;
  }

  body.city .page-wrap .page .right #relatedArticlesWrapper h2 {
    font-size: 26px;
  }

  body.city .page-wrap .page .right #relatedArticlesWrapper .text p a {
    display: block;
  }

  body.city .browseServicesWrapper {
    float: none;
    width: 70%;
    margin: 0 auto;
  }

  body.city .browseServicesWrapper .browseTitle {
    width: 88%;
    height: 44px;
    padding: 10px 10px 0 10px;
    margin: 0 auto;
  }

  body.city .browseServicesWrapper .browseTitle input {
    width: 90%;
    height: 25px;
    padding-left: 10px;
    font-size: 15px;
  }

  body.city .browseServicesWrapper .browseTitle input::-webkit-input-placeholder {
    font-size: 15px;
  }

  body.city .browseServicesWrapper .browseTitle input::-moz-placeholder {
    font-size: 15px;
  }

  body.city .browseServicesWrapper .browseTitle input:-ms-input-placeholder {
    font-size: 15px;
  }

  body.city .browseServicesWrapper .browseTitle input::placeholder {
    font-size: 15px;
  }

  body.city .browseServicesWrapper .browseTitle h2 {
    font-size: 18px;
    padding: 10px;
  }

  body.city .browseServicesWrapper .browseServices {
    width: 98%;
    margin: 0 auto 25px;
  }

  body.city .browseServicesWrapper .browseServices .listings {
    width: 85%;
  }

  body.city .browseServicesWrapper .browseServices .listings ul li a {
    font-size: 16px;
  }

  body.city #citySliderWrapper {
    float: none;
  }

  body.city #citySliderWrapper .bx-viewport {
    height: 250px !important;
  }

  body.city #citySliderWrapper .citywrap {
    width: 100%;
    height: 250px !important;
  }

  body.city #citySliderWrapper .citywrap .item {
    background-size: 90% 65% !important;
    height: 250px !important;
  }

  body.city #citySliderWrapper .citywrap .item .caption {
    padding: 20px 15px 10px 15px;
  }

  body.city #citySliderWrapper .citywrap .item .caption .link {
    margin: 20px 20px 20px 0;
  }

  body.city #citySliderWrapper .citywrap .item .caption .link a {
    padding: 5px;
    font-size: 12px;
  }

  body.city #citySliderWrapper .citywrap .item .caption .text {
    font-size: 12px;
  }

  body.city #citySliderWrapper #bx-pager .thumb {
    width: 70px;
    height: 56px;
    margin-right: 8px;
    margin-bottom: 35px;
  }

  body.city #citySliderWrapper #bx-pager .thumb img {
    width: 70px;
    height: 56px;
  }

  body.city #citySliderWrapper #bx-pager .thumb .caption {
    display: none;
  }

  body.city #homeCalloutWrapper #homeCallout {
    margin: -25px auto 0;
  }

  body.city #homeCalloutWrapper #homeCallout .btn {
    font-size: 14px;
  }

  body.city #homeCalloutWrapper #homeCallout .left,body.city #homeCalloutWrapper #homeCallout .right {
    width: 100%;
  }

  body.city #homeCalloutWrapper #homeCallout .left {
    padding: 35px 0;
    border-right: none;
    border-bottom: 1px solid #3f4044;
    margin-bottom: 25px;
  }

  body.listingDetails .page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  body.listingDetails .page .left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: auto;
  }

  body.listingDetails .page .right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: auto;
  }

  body.listingDetails ul#meta li {
    width: 100%;
    list-style: none;
    margin-bottom: 25px;
  }

  body.listingDetails ul#meta li form {
    text-align: left;
    position: relative;
    top: -20px;
  }

  body.listingDetails ul#meta li#favoriteRatings {
    width: 100%;
    margin-bottom: 25px;
  }

  body.listingDetails .createReviewForm {
    width: 92%;
  }

  body.listingDetails .createReviewForm .image,body.listingDetails .createReviewForm #ratingMessage,body.listingDetails .createReviewForm #submitReview {
    display: block;
  }

  body.listingDetails .createReviewForm .image {
    float: left;
  }

  body.listingDetails .createReviewForm #ratingMessage textarea {
    height: 60px;
  }

  body.listingDetails .createReviewForm #submitReview {
    clear: both;
  }

  body.listingDetails .createReviewForm #submitReview span {
    float: right;
    position: relative;
  }

  body.listingDetails .createReviewForm #submitReview .ratingStarsWrapper {
    top: 0;
  }

  body.listingDetails .createReviewForm #submitReview h4 {
    float: left;
  }

  body.listingDetails .createReviewForm #submitReview ul {
    clear: both;
  }

  body.listingDetails .createReviewForm #submitReview ul li {
    margin-right: 10px;
  }

  body.listingDetails .page-wrap .page {
    width: 95%;
    padding-bottom: 25px;
  }

  body.listingDetails .left {
    width: 95%;
  }

  body.listingDetails .left .listing.favorite .links {
    width: 100%;
    float: none !important;
    padding: 0;
    margin: 0;
    clear: both !important;
  }

  body.listingDetails .left .listing.favorite .links ul li {
    float: none !important;
    padding: 0;
    margin: 0;
    clear: both !important;
  }

  body.listingDetails .left .listing.favorite .links ul li a {
    padding: 0 0 0 5px;
  }

  body.listingDetails .left .listing.favorite .links ul li form {
    text-align: left;
  }

  body.listingDetails .left {
    width: 95%;
    float: none;
  }

  body.listingDetails .left .tab-container .etabs .tab {
    width: 99%;
    display: block;
    border: 1px solid #153c88 !important;
  }

  body.listingDetails .left .tab-container .panel-container ul,body.listingDetails .left .tab-container .panel-container ol {
    display: block;
  }

  body.listingDetails .left .reviews {
    width: 100%;
    float: none;
  }

  body.listingDetails .right {
    width: 100%;
    float: none;
  }

  body.city.listings {
    background: #edf6fb;
  }

  body.city.listings #breadcrumbsWrapper {
    padding: 0;
    margin: 0 auto !important;
  }

  body.city.listings #topContentWrapper #topContent h1 {
    margin: 0 auto;
  }

  body.city.listings #topContentWrapper #topContent h1 span {
    display: block;
  }

  body.city.listings body.city #browseServicesWrapper #browseServices #listings {
    width: 68%;
  }

  body.blog.landing h1 {
    font-size: 26px !important;
  }

  body.blog.landing #blogListingsWrapper {
    width: 100%;
  }

  body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle {
    width: 95%;
    padding: 0;
    margin: 0 auto;
  }

  body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .image {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .image img {
    width: 100%;
  }

  body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content {
    width: 95%;
    margin: 0 auto;
  }

  body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content h2 a {
    font-size: 17px;
    margin: 10px auto 0;
  }

  body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content p {
    font-size: 13px;
    margin: 10px auto 0;
  }

  body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content .buttonShareWrapper {
    height: auto;
    padding-bottom: 15px;
  }

  body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content .buttonShareWrapper .buttonWrapper {
    float: none;
    width: 100%;
  }

  body.blog.landing #blogListingsWrapper #featuredBlog .blogArticle .content .buttonShareWrapper .share {
    float: none;
    text-align: center;
  }

  body.blog.landing #blogListingsWrapper #blogListings {
    width: 100%;
    float: none;
  }

  body.blog.landing #blogListingsWrapper #blogListings #blogListingsTitleWrapper {
    padding-bottom: 0;
    margin: 0 10px;
  }

  body.blog.landing #blogListingsWrapper #blogListings #blogListingsTitleWrapper #blogListingsTitle {
    display: none;
  }

  body.blog.landing #blogListingsWrapper #blogListings #blogListingsTitleWrapper .paginationWrapper {
    float: none;
    clear: both;
  }

  body.blog.landing #blogListingsWrapper #blogListings #blogListingsTitleWrapper .paginationWrapper .pagination {
    margin: 0;
    padding: 0 0 10px;
  }

  body.blog.landing #blogListingsWrapper #blogListings .blogArticle {
    width: 95%;
    margin: 0 auto;
  }

  body.blog.landing #blogListingsWrapper #blogListings .blogArticle .image {
    float: none;
    margin: 0 auto;
  }

  body.blog.landing #blogListingsWrapper #blogListings .blogArticle .image img {
    width: 100%;
  }

  body.blog.landing #blogListingsWrapper #blogListings .blogArticle .content {
    width: 100%;
    float: none;
  }

  body.blog.landing #blogListingsWrapper #blogListings .blogArticle .content h2 a {
    font-size: 17px;
    margin: 10px auto;
  }

  body.blog.landing #blogListingsWrapper #blogListings .blogArticle .content p {
    font-size: 13px;
    margin: 10px auto 0;
  }

  body.blog.landing #blogListingsWrapper #blogListings .blogArticle .content .buttonShareWrapper .buttonWrapper {
    width: 100%;
  }

  body.blog.landing #blogListingsWrapper #blogListings .blogArticle .content .buttonShareWrapper .buttonWrapper .readFullArticle a {
    display: block;
  }

  body.blog.landing #blogListingsWrapper #blogListings .blogArticle .content .buttonShareWrapper .share {
    float: none;
    clear: both;
    text-align: center;
    position: relative;
    top: 15px;
  }

  body.blog.landing #blogListingsWrapper #sidebar {
    width: 100%;
    float: none;
    clear: left;
  }

  body.blog.landing #blogListingsWrapper #sidebar #categoriersWrapper {
    border: none;
  }

  body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper {
    margin: 0 auto;
  }

  body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper #popularPosts .posts {
    padding: 0 10px;
  }

  body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper #popularPosts .posts .content {
    width: 67%;
  }

  body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper #popularPosts .posts .content h3 a {
    font-size: 16px !important;
  }

  body.blog.landing #blogListingsWrapper #sidebar #popularPostsWrapper #popularPosts .posts .content p {
    font-size: 14px;
  }

  body.articleDetail .page-wrap .page {
    width: 95%;
  }

  body.articleDetail .page-wrap .page .left {
    width: 100%;
    float: none;
  }

  body.articleDetail .page-wrap .page .left h1 {
    font-size: 21px !important;
  }

  body.articleDetail .page-wrap .page .left p {

    margin: 0 auto 25px;
  }
   body.articleDetail .page-wrap .page .left li { font-size: 16px; }

  body.articleDetail .page-wrap .page .right {
    width: 106%;
    float: none;
    margin-left: -3%;
    margin-top: 25px;
  }

  body.articleDetail .page-wrap .page .right p {
    text-align: center;
  }

  body.articleDetail .page-wrap .page .right #sidebar #categoriersWrapper {
    border: none;
  }

  body.articleDetail .page-wrap .page .right #sidebar #popularPostsWrapper #popularPosts .posts {
    padding: 0 10px;
  }

  body.articleDetail .page-wrap .page .right #sidebar #popularPostsWrapper #popularPosts .posts .content {
    width: 67%;
  }

  body.articleDetail .page-wrap .page .right #sidebar #popularPostsWrapper #popularPosts .posts .content h3 a {
    font-weight: 700 !important;
    font-size: 16px !important;
    margin: 0 auto 5px;
  }

  body.articleDetail .page-wrap .page .right #sidebar #popularPostsWrapper #popularPosts .posts .content p {
    font-size: 14px;
    margin: 0 auto 10px;
  }

  body.articleDetail .info-wrap section h2 {
    padding: 0 10px !important;
  }

  body.articleDetail .info-wrap section p {
    font-size: 14px !important;
  }

  .guide {
    width: 50%;
  }

  #topContentWrapper #topContent {
    width: 95%;
    font-size: 14px;
  }

  form {
    width: 98%;
    text-align: center;
  }

  form label {
    width: 95% !important;
    clear: both !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  form input,form textarea,form select {
    width: 95% !important;
    padding: 10px;
    clear: both !important;
    margin: 0 auto 15px !important;
    border: 1px solid #3f4044;
  }

  form button {
    margin: 15px auto !important;
  }

  #breadcrumbsWrapper {
    width: 95%;
  }

  #breadcrumbsWrapper ul#breadcrumbs {
    font-size: 12px;
  }

  #cities {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    left: 5px;
  }

  #cities .col {
    width: 45%;
    padding: 0;
    margin-right: 5px;
  }

  body.profilePage .left #inner #left {
    float: none;
  }

  body.profilePage .left #inner #right {
    float: none;
  }

  .accountSection {
    width: 100% !important;
  }

  .accountSection .left {
    width: 100% !important;
    float: none;
  }

  .accountSection .right {
    width: 100% !important;
    float: none;
  }

  .ratingListings .left {
    float: left !important;
    width: 15% !important;
    margin-right: 10px;
  }

  .ratingListings .right {
    width: 100% !important;
  }

  body.advertiseWithUs .page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  body.advertiseWithUs .left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: auto;
  }

  body.advertiseWithUs .right {
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: auto;
  }

  body.advertiseWithUs #advertise_callouts {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: auto;
  }

  body.advertiseWithUs #advertise_callouts .item {
    float: none;
  }

  body.advertiseWithUs #advertiseContactWrapper #advertiseContact {
    width: 90% !important;
  }

  body.advertiseWithUs #advertiseContactWrapper #advertiseContact label,body.advertiseWithUs #advertiseContactWrapper #advertiseContact input,body.advertiseWithUs #advertiseContactWrapper #advertiseContact textarea,body.advertiseWithUs #advertiseContactWrapper #advertiseContact select {
    width: 90% !important;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
 /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }/*
   * Don't show links for images, or javascript/internal links
   */.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {content: "";}pre,blockquote {border: 1px solid #999;page-break-inside: avoid;}thead {display: table-header-group; /* h5bp.com/t */}tr,img {page-break-inside: avoid;}img {max-width: 100% !important;}p,h2,h3 {orphans: 3;widows: 3;}h2,h3 {page-break-after: avoid;}}@-moz-document url-prefix() {body.listingDetails ul#meta li#favoriteRatings {width: 25%;}}@-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);}
}
