/*------------------------------------------------------------------------
# BizReview
# ------------------------------------------------------------------------
# Created by Symphony Themes
# Updated: April 10th 2016
# Websites:  http://www.symphonythemes.com -  Email: info@symphonythemes.com
# Description: This file holds all main CSS styles for the BizReview theme.
--------------------------------------------------------------------------
    1.   Reset
    2.   Drupal system
    3.   Theme Elements
    4.   Layout
    5.   Menus & Logo
    6.   Node
    7.   Rating
    8.   Business Search
    9.   Business Detail
   10.   Business Events
   11.	 Business Categories
   12.	 Blog
   12.	 Users & Account
   13.	 Various Views & Blocks
   14.	 Theme specific
--------------------------------------------------------------------------------*/

/* 01. Reset
 --------------------------------------------------------------------------------*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin,vietnamese);

/* Reset unusual Firefox-on-Android default style, see https://github.com/necolas/normalize.css/issues/214*/
@media (max-width: 991px) { .form-text, .form-textarea, .block-superfish select, .block-search .form-submit { background-image: none; } }

html, body {
  height: 100%;
}
body {
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0 !important;
}

@media (min-width: 1199px) {
  body {
    font-size: 14px;
  }
}

p { margin: 0 0 25px; padding: 0; }
.themecolor-text {
  color: #00bff3;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #00bff3; }

a:hover { text-decoration: none; color: #ff9900; }

a:focus { outline: none; text-decoration: none; }

a.active { color: #ff9900; }

blockquote { margin: 40px; border-left: none; padding: 0; position: relative; }

blockquote::before { content: "\f10d"; display: block; font-size: 30px; left: -40px; top: 5px; position: absolute; font-family: fontawesome; color: #00bff3; }

blockquote p { font-size: 14px; line-height: 160%; font-weight: 400; }

p.blockquote {
  clear: both;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 18px;
  font-style: italic;
  padding: 30px 35px 10px;
}

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

#pre-header { color:#aaaaaa; }

#bottom-content { color: #ffffff; }

/* Heading */
h1, h2, h3, h4, h5, h6 {
  line-height: 120%;
  padding: 0;
  margin: 20px 0 10px 0;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #444; }

h1 { font-size: 36px }

h2 { font-size: 30px }

h3 { font-size: 24px }

h4 { font-size: 20px }

h5 { font-size: 18px }

h6 { font-size: 16px }

h1.page-header {
  font-size: 30px;
  color: #2b2b2b;
  text-transform: uppercase;
  /*padding-top: 30px;*/
  margin-bottom: 30px;
}
h2.home-block-title,
.node--type-full-width h1.page-header {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 30px;
  color: #2b2b2b;
  text-transform: uppercase;
  position: relative;
}
h2.home-block-title:after,
h2.block-title:after,
.node--type-full-width h1.page-header:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #00bff3;
  float: left;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.rtecenter,
.text-center {
  text-align: center;
}
.clear-left {
    clear: left;
}
@media (max-width: 776px) {
  h2.home-block-title, h1.page-header, h1.node-title {
    font-size: 20px;
  }
}

h2.block-title:after {
  left: 0%;
  margin-left: 0px;
}
.region-sidebar-second h2.block-title {
  text-transform: uppercase;
  font-weight: normal;
}
.background-color h2.home-block-title:after,
.background-image h2.home-block-title:after {
  background: #fff;
}

.background-color h2.home-block-title,
.background-image h2.home-block-title,
.background-color .home-block-description,
.background-image .home-block-description,
.background-color .themecolor-text,
.background-image .themecolor-text {
  color: #fff;
}

.home-block-description {
  font-size: 120%;
  padding-bottom: 30px;
}

h2.block-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #2B2B2B;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}
#sidebar-first .block h2.block-title:after {
  background: none;
}
#sidebar-first .block h2.block-title {
  font-size: 110%;
  text-transform: none;
  margin-bottom: 0;
}
#sidebar-first .block ul {
  padding-left: 0;
}

/* Input */
input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
  -webkit-appearance: caret;
  -moz-appearance: caret; /* mobile firefox too! */
}
.background-image-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.background-image-holder img {
  /*display: none;*/
}
button#edit-preview { display: none; }
ul.no-bullet {
  margin: 0;
  padding: 0;
}
ul.no-bullet li {
  margin: 0;
  padding: 0 0 5px 0;
  list-style: none;
}

/*--------------------------------------------------------------------------------*/

/* 02. Drupal system
 --------------------------------------------------------------------------------*/

/* Drupal system links */
ul.links { padding: 0; margin: 0; list-style-position: inside; }
ul.links li { margin: 0; }
ul.links li a {
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: bold;
}

/* Breadcrumb */
.breadcrumb {
  display: none;
}
.breadcrumb {
  background-color: #fcfcfc;
  border: 1px solid #eaeaea;
  padding: 14px 20px;
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; border-radius: 6px;
}
.breadcrumb > li { margin: 0 2px 0 0; display: inline; }

/* Drupal status messages */
div.messages { padding: 15px 15px 15px 50px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; background-position: 13px 15px;}
div.messages a { font-weight: bold; }
div.messages.status { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; }
div.messages.status a { color: #356635; }
div.messages.error { color: #b94a48; background-color: #f2dede; border-color: #ebccd1; }
div.messages.error a { color: #953b39; }
div.messages.warning { color: #c09853; background-color: #fcf8e3; border-color: #faebcc; }
div.messages.warning a { color: #a47e3c; }

/* Credits */
.credits { margin-bottom: 0; font-size: 0.9em; }

/* Drupal forum */
.path-forum li.action-links {
  list-style: none;
  float: right;
  margin-bottom: 10px;
}
.forums {
  width: 100%;
  border: none;
}
.forums thead { display: none; }

.forums tbody tr {
  border-bottom: 1px solid #f3f3f3;

}
.forums tbody tr > td {
  padding: 15px 0;
}
.forums td.forum-title-container {
  width: 47%;
}
.forums tr.forum-container-header td.forum-title-container {
  padding-top: 50px;
}
.forums tr.forum-container-header td.forum-title-container .forum-title-link {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.forums tr.forum-container-header td.forum-title-container .forum-title-link a {
  color: #313131;
}
.forums td.forum-title-container .forum-title-link {
  margin-bottom: 10px;
}
.forums td.forum-title-container .forum-title-link a,
.forums td h3 {
  font-size: 110%;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 10px;
  text-transform: unset;
  font-family: 'Raleway', sans-serif;
  color: #333;
}
.forums td.forum-title-container .forum-title-link a:hover {
  color: #00bff3;
}
.forums td.forum-title-container .forum-description {
  line-height: 24px;
  color: #5f5f5f;
}
.forums td.forum-num-topics,
.forums td.forum-num-posts {
  text-align: center;
  width: 13%;
}
.path-forum .table-responsive {
  width: 100%;
}
.path-forum .table-responsive table th,
.path-forum .table-responsive table td {
  padding: 15px 10px;
}
.path-forum .table-responsive .table > tbody > tr > td,
.path-forum .table-responsive .table > tbody > tr > th,
.path-forum .table-responsive .table > thead > tr > td,
.path-forum .table-responsive .table > thead > tr > th {
  border-bottom: 1px solid #f3f3f3;
}
.path-forum .table-responsive .table-striped > tbody > tr:nth-of-type(2n+1) {
  background: none;
}
.path-forum .table-responsive .forum__title div:first-child a {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;

}
.path-forum .table-responsive .forum__title div:first-child {
  margin-bottom: 10px;
}
.path-forum .table-responsive .forum__title div:nth-child(2) span {
  color: #5f5f5f;
  line-height: 24px;
}
.path-forum .table-responsive table thead th:nth-child(2),
.path-forum .table-responsive .forum__replies {
  text-align: center;
  width: 15%;
}

/* Forum detail */
article.node--type-forum {
  position: relative;
  padding-left: 120px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #eee;
}
article.node--type-forum ul.links {
    text-align: right;
    padding-top: 20px;
}
h2.forum-title,
article.node--type-forum .field--name-taxonomy-forums {
  display: none;
}
article.node--type-forum .header-info {
  margin-bottom: 20px;
}
article.node--type-forum footer {
    position: relative;
}
article.node--type-forum .field--name-user-picture {
  position: absolute;
  left: -120px;
  top: 0;
}
article.node--type-forum .field--name-user-picture,
article.node--type-forum .field--name-user-picture img {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  width: 100px;
}

/*--------------------------------------------------------------------------------*/

/* 03. Elements
 --------------------------------------------------------------------------------*/

/* Tables */
table { width: 100%; margin-bottom: 20px; border: 1px solid #dfdfdf; }
table tbody { border-top: none; }
table tr.even, table tr.odd, th { background-color: transparent; border-bottom: 1px solid #dfdfdf;}
thead tr th, thead tr td, tbody tr th, tbody tr td { padding: 8px; line-height: 142%; vertical-align: top; }

/* UL & OL lists */
ul li { list-style-type: square; }
ol li { list-style-type: decimal; }


/* Item lists */
.item-list ul li { border-bottom: 1px dashed #ddd; margin-bottom: 0; padding: 15px 0; }
#block-user-login .item-list ul li { border-bottom: none; padding: 0 0 5px 0; }
.item-list ul li.first { padding-top: 0; }
.item-list ul li.last { border-bottom: none; }

/* Pager */
ul.pager { overflow: hidden; padding: 0; width: 100%; clear: both; position: relative; margin-bottom: 25px; }
.item-list ul.pager li { display: inline;  float: left; margin: 0; padding: 0; border-bottom: none;}
ul.pager li a, ul.pager li.pager-current { background: #fff; border: 1px solid #eee; padding: 14px 20px; display: block; margin: 5px 3px 5px 0;
-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
ul.pager li a:hover, ul.pager li.pager-current { background-color: #444; border-color: #444; color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.2); }

.pagination > li > a, .pagination > li > span {
  margin-right: 5px;
  color: #00bff3;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius:0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #00bff3;
  border-color: #00bff3;
}
/* Forms */
input:focus, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

input.form-text, textarea.form-textarea, select {
  background-color: #eee;
  border: 2px solid #eaeaea;
  color: #999999;
  font-size: 14px;
  padding: 0 14px;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  max-width: 100%;
}
.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*input.form-text:focus, textarea.form-textarea:focus { background-color: #fff; outline: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }*/
.search-form input.form-text { width: 70%; }
.dark input.form-text { border: none; }
select { -webkit-appearance: menulist; }
fieldset { padding:10px; margin: 0 2px; border: 1px solid #eaeaea; clear: left;}
legend { border-bottom: none; font-size: 14px; width: auto; margin: 0;}
input[type="radio"], input[type="checkbox"] { margin: 0px 0 3px; }

/* Buttons */
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 12px;
}
a.btn {
    color: #fff !important;
}
.btn-default {
  border-color: #00bff3;
  background-color: #00bff3;
  color: #fff;
}
.btn-success a {
  color: #fff;
}
.btn-border {
  border-color: #00bff3;
  background: #fff;
}
.btn-default:hover {
  background-color: #00bff3;
  border-color: #00bff3;
}
.btn-primary {
  background-color: #00bff3;
  border-color: #1896b8;
  color: #FFFFFF;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin: 5px 5px 10px 0;
  background-color: #444;
  border: none;
  box-shadow: none;
  color: #fff;
  padding: 15px 24px;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .highlighted-block .btn:hover,.highlighted-block .btn:focus { color: #ffffff; }

/* Tabs */
.nav-tabs { margin: 25px 0 15px; }

/* Accordions */
.panel-group { margin: 25px 0; }
.panel-heading a:hover { text-decoration: none; }

/* Toggle control */
.toggle-control { width: 100%; position: relative; z-index: 13; }
.toggle-control a, .toggle-control a:hover { color: #fff; position: absolute; top: 0; right: 0; display: block; padding: 18px 19px; line-height: 14px; cursor: pointer; height: 52px; }

/* Google map */
.gm-style img { max-width: none; }

/* Drupal primary links */
ul.primary { margin: 15px 0 15px 0;  padding-left: 40px; }
ul.primary, ul.primary li a, ul.primary li.active a { border-color:#eaeaea; } ul.primary li.active a { border-bottom: 1px solid #fff; }

/* Drupal resets */
#toolbar { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
#toolbar ul.menu { width: auto; }
#toolbar ul.menu li { background: none; }
.not-logged-in .block-forum .contextual-links-wrapper { display: none; }
a.contextual-links-trigger, #toolbar a, textarea { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none; }

/* Pricing */
body.path-user .main-content-inner,
.price-comparison table {
    border-collapse: separate;
	margin: 0 auto;
    padding: 35px 10px;
    width: 100%;
	border: none;
}
.price-comparison table thead {
    background-color: #2f4255;
    font-family: Roboto,sans-serif;
    font-weight: 300;
}
.price-comparison table thead th {
    color: #fff;
    text-align: center;
    width: 33.333%;
	font-size: 18px;
    padding: 24px 18px;
    width: auto;
}
.price-comparison table tbody tr td:first-child {
    border-left: 2px solid #dededa;
    text-align: left;
}
.price-comparison table tbody tr td {
    border-bottom: 1px solid #e5e5e1;
    border-right: 1px solid #e5e5e1;
    color: #555;
    font-size: 20px;
    padding: 20px;
	text-align: center;
	width: 20%;
}

/* Sep boxed pricing */
.sep-boxed-pricing {
  margin: 0 auto 20px auto;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
}
.sep-boxed-pricing .column {
  float: left;
  margin-top: 30px;
  overflow: hidden;
  width: 100%;
}
.sep-boxed-pricing ul {
  list-style: none outside none;
  margin: 0;
  padding: 0 !important;
}
.sep-boxed-pricing ul li {
  list-style: none;
  background: #fff;
  border-color: #ccc;
  border-style: none solid dashed;
  border-width: 0px 1px 1px;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 99%;
}
.sep-boxed-pricing ul li:last-child {
  border-bottom: 1px solid #c9c9c9;
}
.sep-boxed-pricing ul li.title-row {
  background: #47d2f8;
  border-color: #47d2f8;
  border-bottom-style: solid;
  color: #fff;
  font-size: 150%;
}
.sep-boxed-pricing .column-middle ul li.title-row {
  padding: 30px 0;
}
.sep-boxed-pricing ul li.pricing-row {
  background: #00bff3;
  border-style: solid;
  border-color: #82e0fa #00bff3 #00bff3 #00bff3;
  border-top-style: solid;
}
.sep-boxed-pricing ul li.pricing-row .price {
  line-height: 1;
  color: #fff;
  font-size: 180%;
}
.sep-boxed-pricing ul li.pricing-row .time {
  color: #fff;
}
.sep-boxed-pricing ul li.footer-row {
  padding: 30px 0;
  border-bottom-style: solid;
}

.sep-boxed-pricing ul li.footer-row a.button {
  padding: 10px 20px;
  background: #fafafa;
  border: 1px solid #ccc;
  color: #00bff3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 120%;
  font-weight: bold;
}
.sep-boxed-pricing ul li.footer-row a.button:hover {
  background: #00bff3;
  color: #fafafa;
  border: 1px solid #00bff3;
}
.sep-boxed-pricing .price strong {
  color: #692b19;
  font-size: 28px;
  position: relative;
  top: -20px;
}
.sep-boxed-pricing .price em.exact_price {
  display: inline;
  font-size: 75px;
  font-style: normal;
  font-weight: bold;
}
.sep-boxed-pricing .price sup {
  font-size: 23px;
  font-weight: bold;
  position: relative;
  top: -24px;
}
.sep-boxed-pricing .price em.time {
  font-size: 26px;
  margin-left: 0;
  position: relative;
  top: -2px;
}
.sep-boxed-pricing .price-with-decimal em.time {
  margin-left: -18px;
}
@media (min-width: 991px) {
  .sep-boxed-pricing .column {
    width: auto;
    margin-left: 35px;
  }
  .sep-boxed-pricing .column:first-child {
    margin-left: 0;
  }
  .sep-boxed-pricing .column.column-middle {
    margin-top: 0;
  }
  .sep-boxed-pricing ul li {
    width: 290px;
	font-size: 120%;
  }
}
@media (min-width: 1199px) {
  .sep-boxed-pricing .column {
    width: auto;
    margin-left: 45px;
  }
  .sep-boxed-pricing ul li {
    width: 300px;
  }
}

/* FAQ */
.ui-accordion .ui-accordion-header {
  margin-top: 3px;
}
.accordion .card {
  margin-bottom: 20px;
}
.accordion .card-header {
  background: #00bff3;
  border: 1px solid #1896b8;
  font-weight: 500;
}
.accordion .card-header h5 {
  margin: 0;
  padding: 5px 0;
}
.accordion .card-header .btn-link{
  color: #FFF;
  font-weight: bold;
}
.accordion .card-body {
  border: 1px solid #ddd;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  overflow: visible;
  padding: 20px;
}


/*--------------------------------------------------------------------------------*/

/* 04. Layout
 --------------------------------------------------------------------------------*/

 section {
  padding: 60px 0 40px;
}
section.paragraph {
  position: relative;
}
section.padding0 {
  padding: 0;
}
section.pb0 {
  padding-bottom: 0;
}
section.pt0 {
  padding-top: 0;
}
section.image-bg,
section.image-bg h2 {
  color: #fff;
}
#pre-header { top: 0; left: 0; width: 100%; z-index: 13; position: absolute; background-color: #333; }

.logged-in #pre-header { padding-top: 64px; }

#pre-header-inside { display: none; position: relative; z-index: 13; padding: 40px 0 0 0; }

#header-top {
  background-color: #fff;
  border-bottom: 1px solid #EBEBEB;
}

#header {
  background-color: #fff;
  position: relative;
  z-index: 1000;
  width: 100%;
}

#banner-inside { padding-top: 60px; margin-bottom: 40px; }
#search-wrapper {
  background: #00bff3;
}
#preface {
  background: #fff;
  padding: 40px 0 20px;
}

#top-content { background-color: #ffffff; padding: 40px 0 20px 0; }
#main-menu-wrapper {
  background: #00bff3;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
#main {
  padding: 0;
}
#main-container {
  background: #f3f3f3;
  padding: 40px 0;
}
body.path-forum .main-content-inner,
body.path-user .main-content-inner,
body.path-node .main-content-inner,
body.path-latest-reviews .main-content-inner,
body.path-my-reviews .main-content-inner {
  background: #fff;
  padding: 25px;
}
#main-content { padding: 60px 0; }
#sidebar-second .block {
  background: #fff;
  padding: 25px;
  margin-bottom: 20px;
}
#sidebar-second .block.block-adv {
  padding: 0;
  background-color: transparent;
}
#sidebar-second .block h2.block-title {
  margin-top: 0;
  font-weight: 600;
}

.background-color {
  background: #00bff3;
}
.background-grey {
  background: #f3f3f3;
}
.background-image {
  position: relative;
  overflow: hidden;
}

section.postscript {
  background: #1d1e23;
  color: #999;
  padding: 0;
}
.postscript-first {
  padding: 60px 0;
}
.postscript-second {
  padding: 60px 0;
  border-top: 1px solid #282A32;
}
.bg--dark {
  background: #111215;
  color: #999;
  padding: 20px 0 0px;
}
@media (min-width: 1199px) {
  section {
    padding: 80px 0 60px;
  }
  section.paragraph {
    padding: 80px 0 80px;
  }
  section.padding0 {
    padding: 0;
  }
}
.postscript .block h2.block-title {
  font-weight: 400;
  font-size: 150%;
  color: #fff;
  border-bottom: 1px solid #282a32;
  padding-bottom: 10px;
}
.postscript .block h2.block-title:after {
  background: none;
}

.postscript .block h2.home-block-title {
  color: #fff;
  text-transform: none;
  margin-bottom: 50px;
}

.block { margin-bottom: 20px; }
#full-width-wrapper .block,
#header-top .block,
#main-navigation .block,
#banner .block {
  margin-bottom: 0;
}
#footer h2.block-title {
  color: #fff;
}
body.node-type-faq .region-content,
body.page-cart .region-content,
body.page-cart .region-content,
body.page-checkout-review .region-content {
  background: #fff;
  padding: 25px;
}

/*--------------------------------------------------------------------------------*/

/* 05. Menus & Logo
 --------------------------------------------------------------------------------*/

/* Logo - Site name*/
#logo {
  padding: 30px 0;
  text-align: center;
  z-index: 10;
  max-width: 100%;
}
@media (min-width: 992px) {
  #logo {
    float: left;
    padding: 30px 0 10px;
  }
}
#logo img { display: inherit; }
#logo img:hover { opacity: 0.8; filter: alpha(opacity=80); }
#site-name a { font-size: 38px; font-weight: 700; line-height: 1em; margin: 0 0 10px; color: #444444; display: block;}
#site-name a:hover { text-decoration: none; opacity: 0.8; filter: alpha(opacity=80); }
#site-slogan { color: #999; font-size: 13px; font-weight: 300; line-height: 150%; margin:10px 0 10px 0; }

/* Main menu */
.navbar {
  margin: 0;
  min-height: 0;
  float: right;
  width: 100%;
  border: none;
}
.navbar-collapse {
  padding: 0;
}
.navbar-collapse.in {
  overflow: visible;
}
#main-navigation ul.menu {
  float: right;
  margin: 20px 0 0;
}
#main-navigation .menu li {
  position: relative;
  list-style: none;
}
#main-navigation .menu > li {
  position: relative;
  float: left;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}
#main-navigation .menu > li > a,
#main-navigation .menu > li > span {
  height: 100%;
  display: inline-block;
  color: #666;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size:13px; line-height:19px;
  font-weight:600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 15px 30px;
}
#main-navigation .menu > li.active > a,
#main-navigation .menu > li:hover > a,
#main-navigation .menu > li.active > span,
#main-navigation .menu > li:hover > span {
  background: #00bff3;
  color: #fff;
}

#main-navigation .menu > li ul {
  left: 0;
  margin: 0;
  padding: 0;
  line-height: 1.625em !important;
  background: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  min-width: 16em;
  float: left;
  background: #00bff3;
}
#main-navigation .menu > li ul.make-right {
  right: 0;
  left: auto;
}
#main-navigation .menu > li > ul a {
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #6edbf8;
  padding: 12px 20px;
  text-transform: none;
  font-size: 13px;
  white-space: nowrap;
  width: 100%;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#main-navigation .menu > li > ul a:hover {
  color: #00bff3;
  background-color: white;
}
#main-navigation .menu > li > ul li:last-child > a {
  border: none;
}
#main-navigation .menu > li:hover > ul,
#main-navigation .menu > li > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.nav-mobile-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 99;
  cursor: pointer;
  line-height: 62px;
  padding: 0 1em;
  user-select: none;
  -webkit-user-select: none;
  color: #000;
  width: 40px;
  height: 40px;
}

.nav-mobile-toggle {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  opacity: .75;
}
.nav-mobile-toggle i {
  display: inline-block;
  margin-top: 35px;
  font-size: 24px;
}
.nav-mobile-toggle:hover {
  opacity: 1;
}
@media (min-width: 1199px) {
  #main-navigation .menu > li > a,
  #main-navigation .menu > li > span {
    padding: 20px 25px 30px;
  }
}
@media all and (max-width: 990px) {
  #main-navigation .menu {
    height: auto;
    width: 100%;
  }
  #main-navigation .menu li {
    float: none;
    width: 100%;
  }
  #main-navigation .menu > li > a,
  #main-navigation .menu > li > span {
    padding: 15px 0;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
  }
  #main-navigation .menu > li ul {
    position: relative;
    float: none;
    display: none;
    background: none;
    margin-left: 20px;
  }
  #main-navigation .menu > li ul ul {
    left: 0 !important;
    padding-left: 2em;
  }
  #main-navigation .menu > li > ul ul {
    padding-top: 0;
    padding-bottom: 1.5em;
  }
  #main-navigation .menu li.active > ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  #main-navigation .menu > li.active > a,
  #main-navigation .menu > li:hover > a,
  #main-navigation .menu > li.active > span,
  #main-navigation .menu > li:hover > span {
    background: none;
    color: #ff9900 ;
  }
  #main-navigation .menu > li > ul a {
    color: #000;
    border: none;
    border-bottom: 1px solid #f3f3f3;
  }
}
@media all and (max-width: 990px) {
  #main-navigation nav {
    display: none;
  }
  #main-navigation nav.nav-open {
    display: block;
  }
}

/* Block user menu on top left */
#header-top nav {
  margin: 0;
  padding: 0;
}
#header-top ul.menu--account {
  margin: 0;
  padding: 0;
  text-align: center;
}
#header-top ul.menu--account li {
  display: inline-block;
  border-left: 1px solid #ebebeb;
  padding: 9px 0;
  margin: 0;
}
#header-top ul.menu--account li.last {
  border-right: 1px solid #ebebeb;
}

#header-top ul.menu--account li a:before {
  position: absolute;
  top: 0;
  left: 10px;
  font-family: "fontawesome";
}
#header-top ul.menu--account li a#item-menu-user-login:before {
  content: "\f090";
}
#header-top ul.menu--account li a#item-menu-user-logout:before {
  content: "\f08b";
}
#header-top ul.menu--account li a#item-menu-user-my-impacts:before {
  content: "\f115";
}
#header-top ul.menu--account li a#item-menu-user-myaccount:before {
  content: "\f007";
}
#header-top ul.menu--account li a#item-menu-user-register:before {
  content: "\f040";impacts-search-results
}
#header-top ul.menu--account li a#item-menu-user-my-review:before {
  content: "\f123";
}
#header-top ul.menu--account li a {
  color: #666;
  padding: 0 15px;
  font-size: 90%;
  position: relative;
}
#header-top ul.menu--account li a:hover,
#header-top ul.menu--account li a.active {
  background: none;
  color: #00BFF3;
}
@media (min-width:992px) {
  #header-top ul.menu--account {
    text-align: left;
    float: left !important;
  }
}

/*--------------------------------------------------------------------------------*/

/* 06. Node
 --------------------------------------------------------------------------------*/

/* Node */
.page-node-type-full-width h1.page-header,
.page-node-type-article h1.page-header {
  display: none;
}
.node header h2 a:hover { text-decoration: none; }

.node .content, #comments, .page-contact #content-wrapper { padding: 0px; }
.node header { padding: 0px; }
.node.node-article footer ul.link { float: right; }

.field-name-field-image { margin: 0px; }
.node .user-signature { font-size: 12px; padding: 0; }
.submitted .glyphicon { top: 0; }


/* Comments */
.node--type-impacts article.comment .field {
  padding: 0;
  border: none;
}
.node--type-impacts article.comment .field--name-comment-body {
  padding: 15px 0 20px;
}
.node--type-impacts article.comment .field--name-user-picture img {
  border-radius: 5px;
}
#comments {
  margin: 1.5em 0;
}
#comments h2.title {
  margin-bottom: 1.3333em;
  margin-top: 30px;
}
.comment {
  padding: 0px 0 10px;
  position: relative;
  margin-bottom: 25px;
  border-bottom: 1px dotted #eee;
}
article.comment footer time {
  color: #aaa;
  font-style: italic;
  padding-bottom: 5px;
}
article.comment footer span.comment-author a {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 120%;
}
.comment-preview {
  background-color: #ffffea;
}
article.comment h3 {
  margin: 0px 10px 10px 0;
  float: left;
  font-size: 110%;
  font-weight: bold;
}
article.comment h3 a {
  color: #333;
}
article.comment h3 a:hover {
  color: #e6624d;
}
.new {
  color: #fff;
  background: #ccc;
  margin-right: 10px;
  text-transform: none;
}
.comments div.indented {
  margin-left: 70px;
}
.comment-author {
  position: absolute;
  top: 0px;
  left: -120px;
  float: left;
  width: 100px;
  text-align: center;
}
article.comment {
    position: relative;
    padding-left: 120px;
}
.comment-author-col {
  text-align: center;
  float: left;
  width: 100px;
  position: absolute;
  left: 0;
}
.comment .user-picture {
  float: left;
  width: 100px;
  margin: 0;
  max-width: 100px;
  padding: 0px 0 10px;
}
.comment .user-picture img {
  width: 100px;
}
.comment .comment-link {
  float: right;
  padding-right: 10px;
}
.comment .comment-created {
  color: #999;
}
.comment .field--name-comment-body {
  padding: 5px 0 20px;
}
.comment .field--name-field-photos .field--item {
  display: inline-block;
  margin-right: 10px;
}
.comment .field--name-field-photos .field--item img {
  width: 100px;
}
.comment .comment-body {
  margin-top: 0px;
}
.view-reviews .views-field-field-photos,
.comment-content .field-name-field-photos {
  padding-top: 20px;
}
.comment nav.comment-links {
  text-align: right;
}
.comment ul.links {
  margin: 10px 0;
  text-align: right;
}
.comment-links ul li a {
  background: none;
  color: #aaa;
  border: none;
  border-right: 1px solid #e8e8e8;
  line-height: 1.2;
  padding: 0 10px;
  margin: 0;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  float: right;
  font-weight: normal;
  font-size: 100%;
}
.comment-links ul li a:hover {
  color: #e6624d;
  background: none;
}
.comment-links ul li span {
  padding-bottom: 10px;
  float: right;
  color: #aaa;
  font-size: 100%;
}
.comment-links ul li span a {
  float: none;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 1.714;
  display: inline;
  color: #e6624d;
  vertical-align: top;
}
.indented {
  margin-left: 90px;
}
#comment-form label {
  top: 5px;
  left: 10px;
  font-weight: normal;
}
#comment-form #edit-author--2 label {
  position: relative;
  top: 0;
  left: 0;
}
.comment .submitted {
  float: left;
  margin: 0 0 10px;
}

#comment-form .form-item-field-photos-und-0 button {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .comment-author {
    display: none;
  }
  .comment {
    margin-left: 0;
  }
}

/* Node impacts form */
.node-impacts-form .panel-heading {
  background: #00bff3;
}
.node-impacts-form .panel-heading a {
  color: white;
  font-weight: bold;
}
.node-impacts-form button.link-edit-summary {
  display: none;
}
.node-impacts-form .field-group-tabs-wrapper {
  margin-bottom: 20px;
}
/*--------------------------------------------------------------------------------*/

/* 07. Rating
 --------------------------------------------------------------------------------*/
 span.stars, span.stars span {
  display: block;
  background: url(../img/stars.png) 0 -24px repeat-x;
  width: 120px;
  height: 24px;
}
span.stars-small, span.stars-small span,
.starrating, .starrating span {
  display: block;
  background: url(../img/stars-small.png) 0 -18px repeat-x;
  width: 90px;
  height: 18px;
}
span.stars-small span,
span.stars span,
.starrating span {
  background-position: 0 0;
}
.starrating {
  float: left;
  margin-top: 3px;
}

/* Review */
body.page-reviews #content-wrapper {
  background: #fff;
  padding: 20px;
}
.page-my-reviews .view-reviews {
  background: #fff;
  padding: 20px;
}
#block-views-reviews-block-1 {
  background: #fff;
  padding: 0 20px 20px;
  margin-bottom: 20px;
}
.view-reviews .views-row {
  margin-bottom: 20px;
}
.view-reviews .views-row-inner {
  position: relative;
  min-height: 120px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 20px 20px 120px;
  border-bottom: 1px solid #eee;
}
.view-reviews .views-row-last .views-row-inner {
  border-bottom: none;
  padding-bottom: 0;
}
.view-reviews .views-row-inner .views-field-name {
  padding-bottom: 10px;
  font-weight: 500;
  color: #444;
}
.view-reviews .views-row-inner .views-field-name a.username {
  text-transform: uppercase;
}
.view-reviews .views-row-inner .views-field-user-picture,
.view-reviews .views-row-inner .views-field-field-image,
.view-reviews .views-row-inner .views-field-field-image-thumbnail {
  position: absolute;
  left: 0px;
  top: 10px;
  float: left;
  width: 100px;
  max-width: 100px;
}
.view-reviews .views-row-inner .views-field-user-picture img,
.view-reviews .views-row-inner .views-field-field-image img,
.view-reviews .views-row-inner .views-field-field-image-thumbnail img {
  width: 100px;
}
.view-reviews .views-row-inner .views-field-field-comment-rating {
  padding: 10px 0;
}
.view-reviews .views-row-inner .views-field-field-photos img {
  display: inline;
}
@media (max-width: 767px) {
  .view-reviews .views-row-inner {
    padding-left: 0;
  }
  .view-reviews .views-row-inner .views-field-user-picture,
  .view-reviews .views-row-inner .views-field-field-image {
    display: none;
  }
}

/*--------------------------------------------------------------------------------*/

/* 08. Business Search
 --------------------------------------------------------------------------------*/
.path-impacts-search #header-top,
.path-impacts-search h1.page-header {
  display: none;
}
/* Business List */
#block-exposedformimpacts-searchpage-1 {
  padding: 15px 0px;
  margin: 0;
  background: #00bff3;
}
#block-exposedformimpacts-searchpage-1 h2.block-title {
  float: left;
  color: #fff;
  margin: 0px 20px 0px 0;
  padding: 13px 20px 13px 0;
  position: relative;
  background: #00bff3;
  border-right: 1px solid #6edbf8;
}
#block-exposedformimpacts-searchpage-1 h2.block-title:after,
#block-exposedformimpacts-searchpage-1 h2.block-title:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  background: none;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#block-exposedformimpacts-searchpage-1 h2.block-title:after {
  border-color: rgba(0, 191, 243, 0);
  border-left-color: #00bff3;
  border-width: 4px;
  margin-top: -4px;
}
#block-exposedformimpacts-searchpage-1 h2.block-title:before {
  border-color: rgba(110, 219, 248, 0);
  border-left-color: #6edbf8;
  border-width: 5px;
  margin-top: -5px;
}
#impacts-search-results #block-exposedformimpacts-searchpage-1 {
    background: none;
}
#impacts-search-results #block-exposedformimpacts-searchpage-1 h2.block-title {
    display: none;
}
#impacts-search-results #block-exposedformimpacts-searchpage-1 .container {
    width: 100%;
    padding: 0;
}
#impacts-search-results #block-exposedformimpacts-searchpage-1 #edit-secondary {
    display: block;
}
#block-exposedformimpacts-searchpage-1 .form-group {
  float: left;
  margin: 7px 10px 7px 0;
}
#block-exposedformimpacts-searchpage-1 #edit-actions {
  margin: 7px 0;
}

#block-exposedformimpacts-searchpage-1 .form-item-title:before,
#block-exposedformimpacts-searchpage-1 .form-item-field-category-target-id:before,
#block-exposedformimpacts-searchpage-1 .form-item-field-locations-target-id:before {
  font-family: fontawesome;
  color: #666;
  position: absolute;
  top: 9px;
  left: 10px;
  display: inline-block;
  z-index: 3;
}
#block-exposedformimpacts-searchpage-1 .form-item-title:before {
  content: "\f040";
}
#block-exposedformimpacts-searchpage-1 .form-item-field-category-target-id:before {
  content: "\f0e8";
}
#block-exposedformimpacts-searchpage-1 .form-item-field-locations-target-id:before {
  content: "\f041";
}
#block-exposedformimpacts-searchpage-1 .form-item-field-category-target-id,
#block-exposedformimpacts-searchpage-1  .form-item-field-locations-target-id {
  background: #fff;
  border: 1px solid #ccc;
}
#block-exposedformimpacts-searchpage-1 .form-item-title .input-group-addon {
  position: absolute;
  top: 5px; right: 15px; z-index: 2; border: none;
}

#block-exposedformimpacts-searchpage-1 .form-item-title,
#block-exposedformimpacts-searchpage-1 .form-item-field-category-target-id,
#block-exposedformimpacts-searchpage-1 .form-item-field-locations-target-id {
  position: relative;
}
#block-exposedformimpacts-searchpage-1 .form-item-title input {
  height: 40px;
  line-height: 40px;
  padding-left: 35px;
  background: #fff;
}
#block-exposedformimpacts-searchpage-1 .form-item-title .input-group-addon {
    background: none;
}
#block-exposedformimpacts-searchpage-1 .form-item-title .form-autocomplete .glyphicon {
  font-size: 100%;
}
#block-exposedformimpacts-searchpage-1 .form-select {
  padding: 0px;
  line-height: 40px;
  height: 40px;
  position: relative;
  text-indent: 0px;
  border: none;
  width: 100% !important;
  padding-left: 30px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);

}
#block-exposedformimpacts-searchpage-1 .form-select option {
  padding: 3px 0 3px 25px;
}
#block-exposedformimpacts-searchpage-1 .select-wrapper {
  position:relative;
}
#block-exposedformimpacts-searchpage-1 .select-wrapper:after {
  background: #fff;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 22px;
}
#block-exposedformimpacts-searchpage-1 a.chosen-single {
  background: none;
  border: none;
  -webkit-box-shadow: 0 0 0px 0px #fff;
  -moz-box-shadow: 0 0 0px 0px #fff;
  box-shadow: 0 0 0px 0px #fff;
  display: block;
  padding: 0 0 0 30px;
  line-height: 40px;
  height: 40px;
}
#block-exposedformimpacts-searchpage-1 a.chosen-single div b {
    background-position: 0px 10px;
}
#block-exposedformimpacts-searchpage-1 .views-submit-button {
  padding-right: 0;
}
#block-exposedformimpacts-searchpage-1 .form-submit {
  margin-top: 0;
  margin-right: 0;
  padding: 10px 30px;
  background: #ffde00;
  border-color: #ffde00;
  color: #333;
}
#block-exposedformimpacts-searchpage-1 #edit-secondary {
    float: left;
    clear: left;
    display: none;
    margin: 7px 10px 7px 0;
}
#block-exposedformimpacts-searchpage-1 #edit-secondary .panel-heading {
    padding: 8px 10px;
}
#block-exposedformimpacts-searchpage-1 .bef--secondary {
  display: none;
}
#block-exposedformimpacts-searchpage-1 .form-actions {
  margin: 7px 2px;
}
@media (max-width: 991px) {
  #block-exposedformimpacts-searchpage-1 h2.block-title {
    display: none;
  }
}
@media (min-width: 991px) {
  #block-exposedformimpacts-searchpage-1 .form-item-title {
    width: 235px;
  }
  #block-exposedformimpacts-searchpage-1 .form-type-select {
    width: 160px;
  }
}
@media (min-width: 1199px) {
  #block-exposedformimpacts-searchpage-1 h2.block-title {
    margin-right: 40px;
	padding-right: 40px;
  }
  #block-exposedformimpacts-searchpage-1 .views-exposed-form .views-exposed-widget {
    padding-right: 20px;
  }
  #block-exposedformimpacts-searchpage-1 .views-exposed-widget.views-submit-button {
    padding-right: 0;
  }
  #block-exposedformimpacts-searchpage-1 .form-item-title {
    width: 312px;
  }
  #block-exposedformimpacts-searchpage-1 .form-type-select {
    width: 200px;
  }
}
@media (max-width: 776px) {
  #block-exposedformimpacts-searchpage-1 .form-item-title,
  #block-exposedformimpacts-searchpage-1 .form-type-select {
    width: 290px;
  }
  #block-exposedformimpacts-searchpage-1 .form-item-field-category:before,
  #block-exposedformimpacts-searchpage-1 .form-item-field-locations:before {
    display: none;
  }
  #block-exposedformimpacts-searchpage-1 .form-submit {
    width: 290px;
    padding: 0;
    height:38px;
  }
  #block-exposedformimpacts-searchpage-1 .views-exposed-form {
    float: left;
    width: 100%;
  }
  #block-exposedformimpacts-searchpage-1 .views-exposed-widgets {
    width: 290px;
    margin: 0 auto;
  }
}
/*
#impacts-search-results {
    overflow: scroll;
}
*/
#impacts-search-results-map {
    padding: 0;
}
@media (min-width: 776px) {
  #impacts-search-results-map .leaflet-container {
    height: 100% !important;
  }
  #impacts-search-results-map .views-element-container,
  #impacts-search-results-map .view,
  #impacts-search-results-map .view-content {
      height: 100%;
  }
  #impacts-search-results .form-search-impacts {
    position: relative;
    padding-right: 160px;
  }
  #impacts-search-results .form-search-impacts .form-actions {
    position: absolute;
    top: 0;
    right: 40px;
  }
  #impacts-search-results .search-main-content,
  .list-impacts .search-main-content {
      /* border-right: 1px dotted #aaa; */
  }
}
.leaflet-top, .leaflet-bottom {
  z-index: 1;
}
#impacts-search-results header {
    margin: 20px 0;
}
#impacts-search-results .views-row,
.list-impacts .views-row {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
#impacts-search-results .views-row .views-row-inner,
.list-impacts .views-row .views-row-inner {
  background: #fff;
  float: left;
  width: 100%;
  /*padding: 20px 0;*/
}
#impacts-search-results .views-row .views-row-inner:hover,
.list-impacts .views-row .views-row-inner:hover {
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px; */
}
#impacts-search-results .views-row .views-row-inner .views-field.views-field-field-rating {
  margin-bottom: 10px;
}
#impacts-search-results .views-row .views-row-inner .field-image,
.list-impacts .views-row .views-row-inner .field-image {
  padding-right: 0;
}
#impacts-search-results .views-row .views-row-inner .field-image img,
.list-impacts .views-row .views-row-inner .field-image img {
    text-decoration: none;
    display: block;
    width: 100%;
    margin: 0;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
#impacts-search-results .views-row .views-row-inner:hover .field-image a img,
.list-impacts .views-row .views-row-inner:hover .field-image img  {
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}
#impacts-search-results .views-row .views-row-inner .field-title,
.list-impacts .views-row .views-row-inner .field-title {
  font-size: 120%;
  padding-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
#impacts-search-results .views-row .views-row-inner .field-title a,
.list-impacts .views-row .views-row-inner .field-title a {
  color: #000;
}
#impacts-search-results .views-row .views-row-inner .field-rating,
.list-impacts .views-row .views-row-inner .field-rating {
  padding-bottom: 10px;
}

/*--------------------------------------------------------------------------------*/

/* 09. Business Detail
 --------------------------------------------------------------------------------*/
#block-bizreview-views-block-impacts-detail-header-block-1 {
   margin: 0;
 }
#block-system-main article.node--type-impacts {
  background: #fff;
  padding: 25px;
}
.view-business-detail-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.business-detail-header {
  min-height: 300px;
  position: relative;
}
.business-detail-header .field-photo {text-align: center; }
.business-detail-header .field-photo img {
    display: inline;
}
.business-detail-header-text .container .row {
  position: relative;
}
.business-detail-header-text .field-title {
  border-bottom: 1px solid rgba(255,255,255,0.4);
  font-size: 300%;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  line-height: 1.2;
}
.business-detail-header-text .field-address,
.business-detail-header-text .field-phone,
.business-detail-header-text .field-website {
  font-size: 110%;
  padding-bottom: 5px;
}
.business-detail-header-text .field-phone {
  margin-bottom: 30px;
}
.business-detail-header-text .field-phone,
.business-detail-header-text .field-website {
  display: inline-block;
}
.business-detail-header-text .field-website {
  padding-left: 25px;
}
.business-detail-header-text span.glyphicon {
  width: 20px;
}
.business-detail-header-text .field-map {
  z-index: 1;
  border: 1px solid #aaa;
  background: #fff;
  padding: 5px;
}
.business-detail-header-text .field-map .leaflet-container {
  height: 300px;
}
@media (max-width: 767px) {
  .business-detail-header-text .leaflet-container {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  /* DHMOD: MOVING GRADIENT TO ALLOW EASIER SIZING OF HEADER */
  /*
  .gradient-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 -100px 250px rgba(0, 0, 0, 0.7) inset;
    -moz-box-shadow: 0 -100px 250px rgba(0, 0, 0, 0.7) inset;
    -webkit-box-shadow: 0 -100px 250px rgba(0, 0, 0, 0.7) inset;
  }*/

  .business-detail-header-text {
    color: black;
    z-index: 1;
    /* float: left; */
  }
  .business-detail-header-text .field-website a {
    color: #fff;
  }
  .business-detail-header-text-inner {
    /* position: absolute; */
    /* bottom: 30px; */
    width: 100%;
  }

  .business-detail-header-text .field-phone {
    margin-bottom: 0px;
  }
  .business-detail-header-text .row {
    position: relative;
  }
  .business-detail-header-text .field-map {
    position: absolute;
    bottom: -50px;
    right: 0;
    float: right;
  }
  .business-detail-header-text .leaflet-container {
    width: 100%;
    height: 250px;
  }
}
.business-detail-review .field-rating,
.business-detail-review .field-rating-count,
.business-detail-review .field-write-comment {
  display: inline-block;
}
.view-impacts-review {
  padding-top: 15px;
}
.view-impacts-review .field-rating {
    float: left;
    margin-left: 15px;
    margin-top: 8px;
}
.business-detail-review .field-rating-count {
  color: #999;
  margin-left: 20px;
}
.business-detail-review .field-write-comment {
  padding-top: 0px;
  margin-left: 25px;
}
.node--type-impacts .content .field {
  padding: 15px 0 15px 70px;
  border-bottom: 1px solid #F8F8F8;
  position: relative;
}
.node--type-impacts .content .field .field--label {
  font-family: 'Raleway', sans-serif;
  padding-bottom: 10px;
  color: #00bff3;
}
.node--type-impacts .content .field.field-name-field-share-this {
  padding-left: 0px;
}
.node--type-impacts .content .field.field-name-field-share-this .field--label {
  color: #2b2b2b;
  padding: 0;
}
.views-field-field-impacts-tags .field-content a {
  padding: 7px 10px;
  border: 1px solid #dddddd;
  color: #333;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.views-field-field-impacts-tags .field-content a:hover {
  border: 1px solid #00bff3;
  background-color: #00bff3;
  color: white !important;
}
.node--type-impacts.teaser h2 {
  text-transform: none;
  font-size: 16px;
  margin: 0;
  text-align: center;
}
.node--type-impacts.teaser .content .field {
    padding: 5px 0 5px 19px;
    border-bottom: none;
}
.node--type-impacts.teaser .content .field.field--name-field-image-thumbnail {
    padding-left: 0;
}
.node--type-impacts.teaser .content .field.field--name-field-image-thumbnail img {
  width: 100%;
}
.node--type-impacts.teaser .field.field--name-field-price-range:before,
.node--type-impacts.teaser .field.field--name-field-phone:before {
    width: auto;
    font-size: 14px;
    background: none;
    padding: 0;
    top: 5px;
    color: #000;
}

/* Office hours */
.office-hours-status {
  font-size: 120%;
  font-weight: bold;
}
.office-hours-status.office-hours-status--open {
  color: green;
}
.office-hours-status.office-hours-status--closed {
  color: red;
}
span.office-hours__item-slots {
  margin-left: 20px;
}
/* Map */
.leaflet-clickable {
  position: absolute;
}
.marker-cluster {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 60px !important;
  height: 60px !important;
}
.marker-cluster div {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.marker-cluster span {
  line-height: 50px;
  font-size: 150%;
}
.leaflet-tagged-marker i {
  font-family: FontAwesome;
  color: #666;
  top: -67px;
  font-size: 20px;
}
.leaflet-popup-content {
  text-align: center;
  min-width: 200px;
}
.leaflet-popup-content h2 {
  margin: 0;
  font-size: 120%;
}
.leaflet-popup-content a {
  font-family: 'Raleway', sans-serif;
}
.leaflet-popup-content img {
  margin: 5px 0;
  width: 100%;
  float: left;
}
.leaflet-popup-content br {
  line-height: 0;
}
.node--type-impacts .field.field--name-body:before,
.node--type-impacts .field.field--name-field-website:before,
.node--type-impacts .field.field--name-field-open-time:before,
.node--type-impacts .field.field--name-field-price-range:before,
.node--type-impacts .field.field--name-field-phone:before,
.node--type-impacts .field.field--name-field-highlights:before,
.node--type-impacts .field.field--name-field-locations:before,
.node--type-impacts .field.field--name-field-photos:before,
.node--type-impacts .field.field--name-field-tags:before,
.node--type-impacts .field.field--name-field-category:before,
.node--type-impacts .field.field--name-field-video:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 180%;
  float: left;
  position: absolute;
  left: 0;
  background: #00bff3;
  color: #fff;
  padding: 8px 0px;
  width: 40px;
  text-align: center;
}
.node--type-impacts .field.field--name-body:before {
  content: "\f044";
}
.node--type-impacts .field.field--name-field-website:before {
  content: "\f03e";
}
.node--type-impacts .field.field--name-field-open-time:before {
  content: "\f017";
}
.node--type-impacts .field.field--name-field-phone:before {
    content: "\f095";
}
.node--type-impacts .field.field--name-field-price-range:before {
  content: "\f155";
}
.node--type-impacts .field.field--name-field-highlights:before {
  content: "\f0eb";
}
.node--type-impacts .field.field--name-field-locations:before {
  content: "\f015";
}
.node--type-impacts .field.field--name-field-photos:before {
  content: "\f03e";
}
.node--type-impacts .field.field--name-field-tags:before {
  content: "\f02c";
}
.node--type-impacts .field.field--name-field-category:before {
  content: "\f02d";
}
.node--type-impacts .field.field--name-field-video:before {
  content: "\f03d";
}

.field--name-field-highlights .field__items .field--item,
.field--name-field-photos .field__items .field--item,
.field--name-field-tags .field__items .field--item {
  display: inline-block;
  padding: 0px 20px 0 0;
}
.field--name-field-highlights .field__items .field--item {
  position: relative;
  padding-left: 20px;
}
.field--name-field-highlights .field__items .field--item:before {
  position: absolute;
  top: 0px;
  left: 0;
  font-family: FontAwesome;
  display: inline;
  content: "\f00c";
  color: #8ac249;
}
.field--name-field-photos .field__items .field--item {
  padding: 0px 20px 0 0;
}
.field--name-field-photos .field__items .field--item img {
  width: 100px;
}
.node--type-impacts footer {
  padding-top: 20px;
}

/* Block Similar Business */
.block-similar-impacts .views-row {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #eee;
  margin-bottom: 20px;
  min-height: 100px;
}
.block-similar-impacts .views-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.block-similar-impacts .views-row .views-row-inner {
  padding: 0 0 0 115px;
  position: relative;
}
.block-similar-impacts .views-row .views-row-inner:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.block-similar-impacts .views-row .views-row-inner .views-field-field-image-thumbnail {
  float: left;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100px;
}
.block-similar-impacts .views-row .views-row-inner .views-field-title {
  padding-bottom: 10px;
}
.block-similar-impacts .views-row .views-row-inner .views-field-field-locations {
  padding-top: 10px;
  color: #999;
}
/*--------------------------------------------------------------------------------*/

/* 10. Business Events
 --------------------------------------------------------------------------------*/
.node--type-impacts .field-name-field-events > .field--label:after {
  background: none repeat scroll 0 0 #00bff3;
  bottom: 0;
  content: "";
  float: left;
  height: 2px;
  left: 0;
  position: absolute;
  width: 60px;
}
.node--type-impacts .content .field.field-name-field-events > .field--label {
  color: #2b2b2b;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
.node--type-impacts .content .field-collection-container .field-collection-view {
  margin: 0;
  border-bottom: 1px solid #f8f8f8;
}
.node--type-impacts .content .field-collection-container .field {
  border: none;
  padding: 0;
}
.node--type-impacts .content .field-collection-container .entity-field-collection-item {
  position: relative;
}
.node--type-impacts .content .field-collection-container .field.field-name-field-event-subtitle,
.views-field-field-event-subtitle {
  position: absolute;
  z-index: 1;
  left: -5px;
  top: 10px;
  background: url(../images/event-subtitle-bg.png) 0 100% no-repeat;
  color: #fff;
  padding: 5px 20px 8px;
}
.views-field-field-event-subtitle {
  left: 10px;
}
.node--type-impacts .content .field-collection-container .field.field-name-field-event-image {
  float: left;
  padding-right: 20px;
}
.node--type-impacts .content .field-collection-container .field.field-name-field-event-title {
  color: #00bff3;
  font-family: "Raleway",sans-serif;
  font-size: 150%;
  font-weight: 500;
  padding-bottom: 10px;
}

.node--type-impacts .content .field-collection-container .field.field-name-field-event-date .field-items {
  font-weight: 600;
  font-style: italic;
  margin-bottom: 10px;
}
.views-field-field-event-date .date-display-range {
  display: inline;
}

@media (max-width: 767px) {
  .node--type-impacts .content .field-collection-container .field.field-name-field-event-image {
     width: 100%;
     padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .node--type-impacts .content .field-collection-container .field.field-name-field-event-image {
     width: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-impacts .content .field-collection-container .field.field-name-field-event-image {
     width: 220px;
  }
}
@media (min-width: 1200px) {
  .node--type-impacts .content .field-collection-container .field.field-name-field-event-image {
     width: 280px;
  }
}
.view-events .view-filters {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.view-events #views-exposed-form-events-page {
  float: right;
  width: auto;
}
.view-events .views-exposed-form label {
  padding-right: 10px;
  padding-top: 5px;
}
.view-events .views-exposed-form label,
.view-events .views-widget {
  float: left;
}
.view-events .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
  padding: 5px 10px;
}
.view-events .views-row {
  margin: 0 0px 20px;
  float: left;
}
.view-events .views-row:nth-child(4n+1) {
	clear: left;
}
.view-events .views-row .views-row-inner {
  background: #fff;
}
.view-events .views-field-field-event-title {
  padding: 20px 15px 20px;
  font-size: 120%;
  border-bottom: 1px solid #f3f3f3;
}
.view-events .views-field-field-event-date {
  padding: 10px 15px 10px;
  border-bottom: 1px solid #f3f3f3;
}
.view-events .views-field-title {
  padding: 10px 15px 10px;
}

.view-events .extra-content:before {
  display: none;
}
.view-events .extra-content:after {
  height: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.view-events .views-field-field-event-image {
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.view-events .views-field-field-event-image img {
	width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  -ms-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s;
}
.view-events .views-field-field-event-image .extra-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
}
.view-events .views-field-field-event-image .extra-content .body-field {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  padding: 0 15px;
}
.view-events .views-field-field-event-image.hover img {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.view-events .views-field-field-event-image.hover .extra-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.view-events .views-field-field-event-image.hover .extra-content .body-field {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* Block Events */
.block-events .jcarousel-skin-default .jcarousel-container-horizontal {
  padding: 80px 0 0;
  height: 680px;
  width: 100%;
}
.block-events .jcarousel-skin-default .jcarousel-item {
  height: 600px;
  width: 290px;
  border: none;
  margin: 0;
  position: relative;
  margin: 0 15px 0 5px;
  background: none;
  overflow: visible;
}
.block-events .jcarousel-skin-default .jcarousel-prev-horizontal:before,
.block-events .jcarousel-skin-default .jcarousel-next-horizontal:before {
  line-height: 42px;
}
.block-events .jcarousel-skin-default .jcarousel-prev-horizontal {
  top: 0px;
  left: 50%;
  margin-left: -50px;
  margin-top: 0;
  width: 44px;
  height: 44px;
}
.block-events .jcarousel-skin-default .jcarousel-next-horizontal {
  top: 0px;
  left: 50%;
  margin-right: -50px;
  margin-top: 0;
  width: 44px;
  height: 44px;
}
.block-events .row-item {
  position: relative;
  margin-bottom: 20px;
}
.block-events.view-events .views-field-field-event-subtitle {
  left: -5px;
}
.block-events.view-events .views-field-field-event-title {
  font-family: 'Raleway', sans-serif;
  padding: 10px 0;
  font-weight: 500;
  font-size: 120%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,191,243,0.8);
  width: 100%;
}
.block-events.view-events .views-field-field-event-title a {
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-events .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 540px;
  }
  .block-events .jcarousel-skin-default .jcarousel-item {
    height: 460px;
    width: 220px;
  }
}
@media (min-width: 1199px) {
  .block-events .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 640px;
  }
  .block-events .jcarousel-skin-default .jcarousel-item {
    height: 560px;
    width: 270px;
  }
}


/*--------------------------------------------------------------------------------*/

/* 11. Business Categories & Lists
 --------------------------------------------------------------------------------*/
 .path-taxonomy h1.page-header { display: none; }

/* Business Category List */
.list-categories h5,
.list-categories p {
  padding-left: 55px;
}
.list-categories .icon {
  font-size: 120%;
  left: 15px;
  position: absolute;
  top: 20px;
  padding: 10px;
  background: #00bff3;
  color: #fff;
}
.view-categories .views-row {
  /* margin-bottom: 30px; */
}
.view-categories ul {
  margin: 0 0 0 15px;
  padding: 0;
}
.view-categories li.views-row {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}
.view-categories.block-sub-categories li.views-row {
  float: right;
  margin-left: 20px;
}
.view-categories.block-sub-categories li.views-row a {
  color: #fff;
}
.view-categories .views-row .views-row-inner {
  /* background: #fff; */
  color: #666;
  padding-bottom: 20px;
}
/* .view-categories .views-row .views-row-inner:hover {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
} */
.view-categories .views-field {
  padding: 10px 20px;
}
.view-categories .views-field-field-category-image {
  padding: 0;
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
}
.view-categories .views-field-field-category-image img {
  text-decoration: none;
  display: block;
  margin: 0;
  width: 100%;
}
.view-categories .views-field-nid {
  padding: 10px 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  float: left;
  background: rgba(0,191,243,0.8);
  color: #fff;
}
.view-categories .views-field-name {
  font-size: 130%;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  position: relative;
}
.view-categories .views-field-name:after {
  position: absolute;
  width: 60px;
  height: 2px;
  background: #00bff3;
  bottom: 0;
  left: 20px;
  content: "";
}
.view-categories .views-field-name a {
  color: #000;
  text-transform: uppercase;
}
.view-categories .views-field-name a:hover {
  color: #00bff3;
}
.taxonomy-term-description {
  margin-bottom: 30px;
}

/* Block Category */
.block-category .block-inner {
    background: #fff;
}
.view-blocks-category .views-field-nothing {
  position: relative;
}
.impacts-by-category-header .field-icon,
.impacts-by-category-header .field-category {
  display: inline-block;
}
.impacts-by-category-header {
  position: relative;
  border-bottom: 1px dotted #c9c9c9;
  margin-bottom: 20px;
}
.impacts-by-category-header .field-category {
  padding: 16px 15px 16px 70px;
  color: #2B2B2B;
  font-size: 24px;
  text-transform: uppercase;
}
.impacts-by-category-header .field-icon {
  position: absolute;
  top: 8px;
  left: 10px;
  height: 60px;
  width: 60px;
}
.impacts-by-category-header .field-icon img {
  width: 40px;
}
.impacts-by-category-img {
    padding: 0 15px;
}
.impacts-by-category-info {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5)
}
.impacts-by-category-info .field-title {
  float: left;
}
.impacts-by-category-info .field-title a {
  color: #fff;
}
.impacts-by-category-info .field-rating {
  float: right;
}
.view-blocks-category .attachment  {
  padding: 5px 15px;
}
.view-blocks-category .attachment .views-row-inner {
  margin: 10px 0 10px 100px;
  border-bottom: 1px dotted #c9c9c9;
  min-height: 80px;
  position: relative;
}
.view-blocks-category .attachment .views-field-field-image-thumbnail {
  float: left;
  margin-right: 20px;
  position: absolute;
  top: 0;
  left: -100px;
  width: 80px;
}
.view-blocks-category .attachment .views-field-title {
  padding-bottom: 5px;
}

/* Hot business */
#impacts-featured {
  position: relative;
  padding-top: 80px;
}
#impacts-featured .slick__arrow {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -50px;
}
#impacts-featured .slick__arrow button.slick-prev {
  margin-right: 10px
}
#impacts-featured-slider .field-category-icon img {
  display: inline;
}
#impacts-featured-slider .row-item {
  margin: 10px;
  padding-bottom: 15px;
  background: #f1f1f1;
  text-align: center;
}
#impacts-featured-slider .row-item .field-title {
  margin: 10px 0;
}
#impacts-featured-slider .row-item .stars-small {
  display: inline-block;
}
#impacts-featured-slider .field-image {
   padding: 5px;
}
.extra-content {
  background: rgba(0,191,243,0.8);
  position: absolute;
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.extra-content:before {
  content: "";
  display: inline-block;
  height: 30%;
  vertical-align: middle;
}
#impacts-featured-slider .extra-content:before {
  height: 100%;
}
.extra-content-inner {
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  float: none;
}
#impacts-featured-slider .field-image {
  padding: 0px;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}
#impacts-featured-slider .field-image img {
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  -ms-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s;
}
#impacts-featured-slider .field-image .extra-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
}
#impacts-featured-slider .field-image .extra-content .body-field {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
#impacts-featured-slider .field-image:hover img {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
#impacts-featured-slider .field-image.hover .extra-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
#impacts-featured-slider .field-image.hover .extra-content .body-field {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#impacts-featured-slider .field-category-icon {
  margin-top: -52px;
  position: relative;
  z-index: 20;
}
#block-views-block-impacts-featured-block-2 .block-inner {
  padding: 0 10px 20px;
}
#block-views-block-impacts-featured-block-2 h2.block-title {
  margin-left: 10px;
}
#block-views-block-impacts-featured-block-2 #impacts-featured-slider .row-item {
  margin: 0 10px;
}
#block-views-block-impacts-featured-block-2 #impacts-featured {
  padding-top: 0;
}
#block-views-block-impacts-featured-block-2 #impacts-featured .slick__arrow {
  top: -50px;
  left: auto;
  right: 10px;
  width: 65px;
}
#block-views-block-impacts-featured-block-2 #impacts-featured .slick__arrow button {
  width: 30px;
  height: 30px;
  display: inline;
}
#block-views-block-impacts-featured-block-2 #impacts-featured .slick__arrow button:before {
  font-size: 14px;
  margin: -6px 0 0 -4px;
}
#block-views-block-impacts-featured-block-2 #impacts-featured .slick__arrow button.slick-prev {
  margin-right: 5px
}

/*--------------------------------------------------------------------------------*/

/* 12. Blog
 --------------------------------------------------------------------------------*/
.view-list-news.view-list-modern .views-row:nth-child(2n+1) {
  clear: left;
}
.view-list-news .views-row {
  margin-bottom: 30px;
}
.view-list-news .views-row-inner {
  background: #fff;
  height: 100%;
}

.view-list-news .views-field-title {
  padding: 20px 20px 20px;
}
.view-list-news.view-list-classic .views-field-title {
  padding-bottom: 10px;
}
.view-list-news .views-field-title a {
  font-size: 150%;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #2b2b2b;
}
.view-list-news .views-field-title a:hover {
  color: #00bff3;
}
.view-list-news .views-field-comment-count {
  padding-right: 20px;
}
.view-list-news .views-field-name,
.view-list-news .views-field-created,
.view-list-news .views-field-field-tags-news,
.view-list-news .views-field-comment-count {
  display: inline-block;
  padding-left: 20px;
  padding-bottom: 30px;
  color: #555;
}
.view-list-news.view-list-classic .views-field-name,
.view-list-news.view-list-classic .views-field-created,
.view-list-news.view-list-classic .views-field-field-tags-news,
.view-list-news.view-list-classic .views-field-comment-count {
  padding-bottom: 20px;
}
.view-list-news .views-field-body {
  padding: 0 20px 20px;
}
.view-list-news .views-field-view-node {
  padding: 0 20px 20px;
  text-align: right;
}
.view-list-news .views-field-view-node a {
  color: #fff;
}

/* Blog Medium */
.view-blog.view-blog-medium .views-row {
  width: 100%;
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .view-blog.view-blog-medium .views-field-field-image {
    width: 40%;
  }
  .view-blog.view-blog-medium .views-field-title:before {
    border-color:rgba(251, 251, 251, 0) rgb(255, 255, 255) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    left:-24px;
    top: 35px;
  }
  .view-blog.view-blog-medium .views-field-title,
  .view-blog.view-blog-medium .views-field-name,
  .view-blog.view-blog-medium .views-field-body,
  .view-blog.view-blog-medium .views-field-created {
    float: left;
	width: 60%;
  }
  .view-blog.view-blog-medium .view-row-blog-footer {
	 width: 60%;
	 right: 0;
	 left: auto;
  }
}

/* Blog Large */
.view-blog.view-blog-large .views-row {
  width: 100%;
  margin: 0 0 20px;
}

/* Block detail */
#block-system-main article.node-article {
  background: #fff;
  padding: 0 25px;
}
.submitted {
  margin: 1.5em 0;
}
.article-image {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -25px;
}
.share-link ul {
  margin: 0;
  padding: 0;
}
.share-link ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.share-link ul li a {
  padding: 15px 20px;
  display: block;
  width: 100%;
  color: #2b2b2b;
}
.share-link ul li a:hover {
  background: #f8f8f8;
}
.share-link ul li a span.fa-stack {
  margin-right: 20px;
}
.article-submitted {
  float: left;
}
article.node--article ul.links {
  float: right;
  clear: right;
  width: 100%;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-title,
.field--name-field-tags .field-label {
  text-transform: uppercase;
  display: block;
}
article.node--type-article .article-header {
  margin-bottom: 20px;
}
article.node--type-article .addtoany_list {
  margin-top: 20px;
  width: 100%;
  float: left;
}
article.node--type-article ul.links {
  float: right;
}

/* Block Latest News */
.block-latest-news .views-row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: 1px dashed #f3f3f3;
}
.block-latest-news .views-row:last-child {
  margin-bottom: 0;
}
.block-latest-news .views-row-inner {
  padding-left: 75px;
  position: relative;
}
.block-latest-news .views-row .views-field-field-image {
  float: left;
  position: absolute;
  left: 0;
  top: 5px;
  width: 60px;
}

@media (min-width: 1199px) {
  .block-latest-news .views-row-inner {
    padding-left: 115px;
	min-height: 85px;
  }
  .block-latest-news .views-row .views-field-field-image {
    width: 100px;
  }
}
.block-latest-news .views-row .views-field-title {
  padding-bottom: 10px;
  font-weight: normal;
}
.block-latest-news .views-row .views-field-created {
  font-style: italic;
  color: #aaa;
}

/*--------------------------------------------------------------------------------*/

/* 13. Users
 --------------------------------------------------------------------------------*/

/* User profile */
body.path-user .region-content article .form-no-label {
  float: right;
  clear: right;
}
body.path-user .region-content article .form-no-label h4.label {
  color: #000;
}
.field--name-user-picture {
  float: right;
  max-width: 100px;
}
.field--name-field-name .field--label,
.field--name-field-name .field--item,
.field--name-field-website .field--label,
.field--name-field-website .field--item {
  display: inline-block;
  padding-bottom: 10px;
}
.field--name-field-about .field--label {
  padding-bottom: 10px;
}

/* User impacts */
.view-user-impacts {
  background: #fff;
  padding: 20px;
}

/* Member */
.view-member .view-content {
  background: #00bff3;
  padding: 3px;
  float: left;
  width: 100%;
}
.view-member .views-row {
  float: left;
  padding: 3px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .view-member .views-row {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .view-member .views-row {
    width: 33.3%;
  }
}
.view-member .views-field-user-picture {
  padding: 0px;
  position: relative;
  overflow: hidden;
}

.view-member .views-field-user-picture .extra-content .field-title a {
  color: #fff;
  font-weight: bold;
  font-size: 120%;
}
.view-member .views-field-user-picture img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  -ms-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s;
}
.view-member .views-field-user-picture .extra-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
}
.view-member .views-field-user-picture .extra-content .field-title,
.view-member .views-field-user-picture .extra-content .field-count-reviews {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.view-member .views-field-user-picture.hover img {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.view-member .views-field-user-picture.hover .extra-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.view-member .views-field-user-picture.hover .extra-content .field-title,
.view-member .views-field-user-picture.hover .extra-content .field-count-reviews {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/*--------------------------------------------------------------------------------*/

/* 14. Various Views & Blocks
 --------------------------------------------------------------------------------*/
.region-content-bottom .block {
  margin-top: 30px;
  background: #fff;
}

.region-content-bottom .block .block-inner {
  padding: 0 20px 20px;
}

/* Slideshow */
@media (min-width: 1020px) {
  #slideshow .slide__caption h2,
  #slideshow .slide__caption p {
    color: #fff;
  }
}

/* block-promotionsbox */
#block-views-block-slide-show-block-1 {
  margin: 0;
}
#block-promotionsbox {
  background: url(../img/image-background-region.jpg) center center no-repeat;
  color: #fff;
  padding: 60px 0;
  margin-bottom: 0;
}

/* Polls */
.poll .vote-form { text-align: left; }
.poll .vote-form .choices { display: block; }
.poll .bar .foreground { background-color: #444444; }


/* Meet our team */
.view-meet-our-team .views-row {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.view-meet-our-team .views-field-field-image {
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.view-meet-our-team .views-field-field-image img {
  display: inline;
  width: 300px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
}
.view-meet-our-team .views-field-title {
  font-weight: 600;
  padding-top: 10px;
  font-size: 110%;
}

@media (min-width: 992px) {
  .view-meet-our-team .views-row {
    width: 200px;
	margin-left: 15px;
	margin-right: 15px;
  }
  .view-meet-our-team .views-field-field-image img {
    width: 180px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
  }
}
@media (min-width: 1199px) {
  .view-meet-our-team .views-row {
    width: 250px;
  }
  .view-meet-our-team .views-field-field-image img {
    width: 200px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
  }
}

/* Testimonial */
#testimonial-slider .field-image {
  width: 100px;
  float: left;
  margin-right: 40px;
}
#testimonial-slider .field-image img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#testimonial-slider .field-body {
  margin-top: 10px;
  margin-bottom: 30px;
}
#testimonial-slider .field-title { font-weight: bold; }
#testimonial-slider .field-body i {
  float: left;
  margin-right: 30px;
}
#testimonial-slider .field-title,
#testimonial-slider .field-position {
  float: right;
  clear: right;
}

@media (min-width: 1199px) {
  #testimonial-slider .field-image {
    width: 140px;
  }
  #testimonial-slider .field-image img {
    width: 140px;
  }
  #slideshow-slider .slide__caption {
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
  }
}
.slide__caption {
  padding: 0;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 6px;
}

.slick-dots li button {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
  text-indent: 100px;
  overflow: hidden;
  padding: 0;
}
.slick-dots li.slick-active button {
  background: #00bff3;
}
.slick__arrow button {
  width: 44px;
  height: 44px;
  background: none;
  border: 1px solid #00bff3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}
.slick__arrow button:before {
  font-family: 'fontawesome';
  color: #00bff3;
  font-size: 18px;
  position: absolute;
  top: 45%;
  left: 50%;
  margin: -9px 0 0 -5px;
}
.slick__arrow button.slick-prev:before {
  content: "\f053";
}
.slick__arrow button.slick-next:before {
  content: "\f054";
}
#slideshow-slider .slick-list {
  height: 500px;
}

/* Newsletters */
.block.block-simplenews {
  margin: 50px 0;
}
.block-simplenews p {
  text-align: center;
  color: #fff;
  font-size: 180%;
}
.simplenews-subscribe {
  position: relative;
  text-align: center;
}
.simplenews-subscribe label {
  display: none;
}
.simplenews-subscribe #edit-submit {
  border: none;
}
.not-logged-in .simplenews-subscribe #edit-submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.simplenews-subscribe #edit-submit,
.simplenews-subscribe #edit-mail {
  height: 50px;
}

@media (min-width: 992px) {
  .simplenews-subscribe {
    width: 70%;
	margin-left: 15%;
  }
}
/* Block Connext with Biz */
.block-connect-with-biz {
  color: #fff;
}
.connect-with-biz-icon {
  margin-right: 10px;
}
.connect-with-biz-icon .fa-circle {
  color: #15171c;
}
.connect-with-biz-icon .fa-inverse {
  color: #c2c8db;
}
.connect-with-biz-content h3 {
  margin: 20px 0 0;
  font-size: 20px;
}

@media (max-width: 991px) {
  .connect-with-biz-icon,
  .connect-with-biz-content {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .connect-with-biz-icon {
    float: left;
  }
}

/* Block Contact Informations */
.path-contact .main-content-inner {
  background: #fff;
  padding: 25px;
}
#contact-message-feedback-form input,
#contact-message-feedback-form textarea {
  background: #f5f5f5;
  border: none;
}
.background-grey #contact-message-feedback-form input,
.background-grey #contact-message-feedback-form textarea {
  background: #fff;
}
@media (min-width: 767px) {
  #contact-message-feedback-form .form-item-name,
  #contact-message-feedback-form .form-item-mail {
    width: 48%;
	float: left;
  }
  #contact-message-feedback-form .form-item-name {
    margin-right: 4%;
  }
}
.contact-information h3 {
  font-size: 110%;
  font-weight: bold;
}
.contact-information ul {
  margin: 0;
  padding: 0;
}
.contact-information ul li {
  margin: 0;
  padding: 0 0 5px 0;
  list-style: none;
}
.contact-information ul li i {
  width: 30px;
  color: #00bff3;
}
.authorcontact-desc {
  margin-bottom: 20px;
}

/* Block social icons footer */
.block-social-icon-footer {
  margin-top: -85px;
  text-align: center;
}
.block-social-icon-footer .social-icon-item {
  display: inline-block;
}

/* Social Sidebar */
.block-transparent {
  padding: 0 !important;
  background: none !important;
}
.social-sidebar-item {
  float: left;
  width: 33.3%;
  padding: 20px;
  text-align: center;
  color: #fff;
}
.social-facebook {
  background: #5888f5;
}
.social-twitter {
  background: #58cdf5;
}
.social-google-plus {
  background: #d72525;
}

/* Social icons */
.list-social-icons {
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid #ebebeb;
}
.list-social-icons li {
  display: inline-block;
  padding: 7px 10px;
  list-style: none;
  border-left: 1px solid #ebebeb;
  font-size: 90%;
}
.list-social-icons li a {
  color: #666;
}
@media (max-width: 767px) {
  .list-social-icons {
    display: none;
  }
}
@media (min-width: 991px) {
  .list-social-icons {
    text-align: right;
	border: none;
  }
}

/* Promotions */
.box-promotions-content i {
  font-size: 25px;
  padding-right: 10px;
  vertical-align: middle;
}
.box-promotions-content {
  float: left;
  font-size: 150%;
  font-weight: normal;
  padding: 10px 0;
}
.box-promotions-button {
  float: right;
}

/* Block list */
.block-list ul {
  padding-left: 0px;
}
.block-list ul li {
  list-style: none;
  padding: 10px 0;
}

/* Advertise */
.list-advertise {
  position: relative;
}
.list-advertise h5,
.list-advertise p {
  padding-left: 70px;
}
.list-advertise .icon {
  left: 0px;
  position: absolute;
  top: 0px;
}

/*--------------------------------------------------------------------------------*/

/* 15. Theme specific
 --------------------------------------------------------------------------------*/

/* Homepage */
.front h1.page-header {
  display: none;
}

/* Home Default */
.path-latest-reviews section.header-wrapper {
  padding-top: 60px;
}
/* Block Theme Colors */
.block-theme-colors {
  position: fixed;
  top: 30%;
  left: 0;
  z-index: 100;
}
.block-theme-colors h4.block-title {
  float: left;
  width: 100%;
}
.block-theme-color-content {
  width: 240px;
  float: left;
  background: #fff;
  border: 1px solid #e8e8e8;
  -moz-box-shadow: 0 0 15px #000;
  -webkit-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
  padding: 20px 0 40px 20px;
  display: none;
}
.block-theme-colors .block-theme-color-content ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 250px;
  text-align: left;
}
.block-theme-colors .block-theme-color-content ul li {
  margin: 0;
  width: 120px;
  padding: 5px 0;
  list-style: none;
  float: left;
}
.block-theme-colors .block-theme-color-content ul li a {
  color: #000;
}
.block-theme-colors .block-theme-color-content ul li p {
  padding-left: 25px;
  margin-bottom: 0px;
}
.block-theme-colors .close,
.block-theme-colors .open {
  width: 42px;
  height: 300px;
  position: absolute;
  right: -40px;
  top: 0px;
  background: url(../images/theme-color-button.png) 0 0 no-repeat;
  cursor:pointer;
  opacity: 1;
}
.text-center {
  text-align: center;
}

/* Footer list */
ul.footer-list {
  margin: 0;
  padding: 0;
}
ul.footer-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Commerce Cart */
.view-commerce-cart-summary table {
  border: 0;
}
#edit-commerce-payment-payment-method input {
  top: 3px;
}
.commerce-paypal-icons .label {
  color: #333;
  padding-left: 0;
  padding-top: 10px;
  float: left;
}
#edit-commerce-payment-payment-method .commerce-paypal-icons img {
  display: inline;
  float: left;
}
.control-label .commerce-paypal-icon {
  display: inline;
  top: -3px;
}
.commerce-paypal-icons {
  float: left;
  width: 100%;
  padding-top: 5px;
}
.control-label .commerce-paypal-icons .commerce-paypal-icon {
  top: 6px;
}

/* Check out */
.checkout-help {
  padding-bottom: 10px;
}

/* Make the Facebook Like box responsive (fluid width) */
#fb-root {
  display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

/* Preloader */
#preloader {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#000;
  z-index:9999;
}
#status { width:200px; height:200px; position:absolute; left:50%; top:50%; background-image:url(../images/ajax-loader.gif); background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px; }

#edit-map-parameters .form-submit {
  margin-top: 25px;
}

/* Scroll to top */
#toTop { position: fixed; background: #fff;
width: 50px; height: 50px; bottom: 75px; right: 35px; cursor: pointer; color: #000; font-size: 22px; text-align: center; display: none; padding: 10px 0px 0 2px; z-index: 14; }
#toTop:hover { opacity: 1; filter: alpha(opacity=100); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }
