﻿/*Transision speeds*/
/*Sections*/
.gradient-grey {
  background-size: 100% auto;
  background-image: url('../Graphics/gradient-grey.jpg'); }

.gradient-green {
  background-image: url('../Graphics/green-gradient.png');
  background-repeat: repeat-y;
  min-height: 35px;
  line-height: 1.85;
  font-size: 1.2em;
  padding-left: 17px;
  background-size: 136% auto;
  margin-left: -20px;
  /*background-color: #a7ba87;
    background-image: linear-gradient( to right, #a7ba87, white 100% );*/
  /*background-image: linear-gradient( to right, #a7ba87, rgba(255,0,0,0) );*/
  /*margin-left: -20px;
    padding-left: 15px;
    font-size: 1.2em;
    line-height: 1.85em;*/ }
  @media only screen and (max-width: 767px) {
    .gradient-green {
      /*margin-left: -65px;*/
      padding-left: 40px; } }
  @media only screen and (max-width: 600px) {
    .gradient-green {
      margin-left: -65px;
      padding-left: 90px; } }

.gradient-red {
  background-image: url('../Graphics/red-gradient.png');
  background-repeat: repeat-y;
  min-height: 35px;
  line-height: 1.85;
  font-size: 1.2em;
  padding-left: 17px;
  background-size: 100% auto;
  margin-left: -20px;
  /*background-color: #e7999d;
    background-image: linear-gradient( to right, #e7999d, white 100% );*/
  /*background-image: linear-gradient( to right, #e7999d, rgba(255,0,0,0) );*/
  /*margin-left: -20px;
    padding-left: 22px;
    font-size: 1.2em;
    line-height: 1.85em;*/ }
  @media only screen and (min-width: 1200px) {
    .gradient-red {
      min-width: 315px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gradient-red {
      min-width: 315px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .gradient-red {
      min-width: 315px;
      margin-left: -5px; } }
  @media only screen and (max-width: 767px) {
    .gradient-red {
      /*margin-left: -65px;*/
      padding-left: 40px; } }
  @media only screen and (max-width: 600px) {
    .gradient-red {
      margin-left: -65px;
      padding-left: 90px; } }

.btn {
  background-color: #0ca7c6;
  height: 33px;
  color: white;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  max-width: 272px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  border: none;
  z-index: 2;
  position: relative;
  -moz-transition: background-color ease 0.3s;
  -o-transition: background-color ease 0.3s;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
  box-shadow: 0 6px 12px 1px gray; }

.btn-color {
  background-color: #5d5d5d; }

.btn-popup {
  border-radius: 5px !important;
  border: none !important;
  width: 100% !important;
  max-width: 620px !important;
  margin-bottom: 15px !important;
  border-radius: 10px !important; }

.btn-popup-large {
  height: 75px !important;
  font-weight: normal; }

.btn-large {
  height: 55px;
  font-size: 20px;
  /*max-width: 475px;*/
  max-width: 300px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 6px 12px 1px gray; }

.btn:hover {
  background-color: #345a8b; 
  color: white !important}

.btn-small {
  -moz-transition: background-color ease-out 0.3s !important;
  -o-transition: background-color ease-out 0.3s !important;
  -webkit-transition: background-color ease-out 0.3s !important;
  transition: background-color ease-out 0.3s !important; }

.btn-small:hover {
  /*background-color: $entry-header !important;*/ }

.btn-sharp {
  background-color: #0ca7c6 !important; }

.btn-sharp:hover {
  background-color: #0d90ab !important;
  border: 3px solid #0ca7c6 !important; }

.btn-border {
  border: 3px solid #0d90ab !important; }

.ranking-wrapper {
  text-align: center; }
  .ranking-wrapper .ranking {
    text-align: center; }

/*Facebook*/
.fb-like {
  left: 30%;
  position: absolute !important;
  top: 10px; }
  @media only screen and (max-width: 600px) {
    .fb-like {
      left: 1%; } }

.fb-like.fb_iframe_widget {
  z-index: 5; }

/*Search*/
.searchwrapper {
  text-align: center;
  margin-top: 60px; }
  .searchwrapper .sections {
    margin-bottom: -9px;
    margin-left: -141px; }
    @media only screen and (max-width: 600px) {
      .searchwrapper .sections {
        margin-left: -80px !important;
        margin-bottom: -9px; } }
    .searchwrapper .sections .tax {
      display: inline;
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 3px;
      padding-bottom: 3px; }
      @media only screen and (max-width: 600px) {
        .searchwrapper .sections .tax {
          padding-left: 5px;
          padding-right: 5px;
          padding-bottom: 5px; } }
    .searchwrapper .sections .hospital {
      display: inline;
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 3px;
      padding-bottom: 3px; }
      @media only screen and (max-width: 600px) {
        .searchwrapper .sections .hospital {
          padding-left: 5px;
          padding-right: 5px;
          padding-bottom: 5px; } }
    .searchwrapper .sections .county {
      display: inline;
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 3px;
      padding-bottom: 3px; }
      @media only screen and (max-width: 600px) {
        .searchwrapper .sections .county {
          padding-left: 5px;
          padding-right: 5px;
          padding-bottom: 5px; } }
  .searchwrapper .search-text {
    max-width: 415px !important;
    color: black;
    display: inline;
    height: 58px;
    font-size: 22px;
    padding-left: 35px;
    outline: none; }
    @media only screen and (max-width: 600px) {
      .searchwrapper .search-text {
        max-width: 240px !important;
        margin-left: 5px;
        padding-left: 15px; } }
  .searchwrapper .search-btn {
    border: 3px solid #0d90ab !important;
    border-radius: 50px;
    height: 80px;
    margin-left: -20px;
    width: 80px;
    background-color: #0ca7c6;
    -moz-transition: background-color ease-out 0.3s;
    -o-transition: background-color ease-out 0.3s;
    -webkit-transition: background-color ease-out 0.3s;
    transition: background-color ease-out 0.3s;
    font-size: 20px;
    border: none; }
  .searchwrapper .search-btn:hover {
    border: 3px solid #0ca7c6 !important;
    background-color: #0d90ab; }

/*Sections*/
@media only screen and (min-width: 1200px) {
  .extra-padding {
    margin-left: 18%; }

  .extra-padding-2 {
    margin-left: 22%; }
 }

.tax {
  background-color: #c6b349 !important;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tax:hover {
  background-color: #94894d !important; }

.tax-text-color {
  color: #c6b349 !important; }

.hospital {
  background-color: #e04c5a !important;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.hospital:hover {
  background-color: #a9333e !important; }

.hospital-text-color {
  color: #e04c5a !important; }

.county {
  background-color: #34598b !important;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.county:hover {
  background-color: #203c62 !important; }

.county-text-color {
  color: #34598b !important; }

/*POPUPS*/
.black_overlay {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  /*background-color: black;*/
  z-index: 1001;
  /*background: rgba(255, 255, 255, 0.05);*/
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 100; }

#login {
  /*max-width: 500px;*/ }

.popup-wrapper {
  display: none;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  height: auto;
  padding: 16px;
  background: rgba(0, 0, 0, 0.84);
  z-index: 1002;
  border-radius: 15px;
  overflow: auto;
  margin: 0 auto;
  max-width: 600px;
  width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .popup-wrapper {
      left: 5%;
      right: 5%; } }
  @media only screen and (max-width: 767px) {
    .popup-wrapper {
      left: 3%;
      right: 5%; } }
  @media only screen and (max-width: 600px) {
    .popup-wrapper {
      left: 0%;
      right: 5%;
      /*font-size:0.9em;*/
      font-size: 1em; }
      .popup-wrapper input, .popup-wrapper select, .popup-wrapper h4, .popup-wrapper h1, .popup-wrapper span, .popup-wrapper label {
        font-size: 0.8em !important; }
      .popup-wrapper label {
        line-height: 35px; }
      .popup-wrapper .image {
        height: 70px !important;
        width: 70px !important;
        margin: 18px -14px 0 !important; } }
  .popup-wrapper .btn-large {
    box-shadow: none; }
  .popup-wrapper h1 {
    font-size: 2em;
    text-align: center;
    padding-top: 35px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .popup-wrapper h1 {
        font-size: 1.6em; } }
    @media only screen and (max-width: 767px) {
      .popup-wrapper h1 {
        font-size: 1.4em; } }
    @media only screen and (max-width: 600px) {
      .popup-wrapper h1 {
        font-size: 1em; } }
  .popup-wrapper h3 {
    text-align: center; }
  .popup-wrapper h4 {
    text-align: center; }
  .popup-wrapper .input-wrapper {
    max-width: 620px;
    width: auto;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 43px; }
    .popup-wrapper .input-wrapper .image {
      background-position: center center;
      background-size: cover;
      border: 4px solid #99999b;
      border-radius: 50px;
      height: 80px;
      margin: 7px 0 0 0px;
      position: relative;
      width: 80px; }
    .popup-wrapper .input-wrapper .forgot {
      color: white;
      float: right;
      font-size: 12px;
      margin-top: -11px;
      padding-bottom: 20px;
      text-align: right; }
    .popup-wrapper .input-wrapper input {
      padding-left: 15px;
      height: 40px; }
    @media only screen and (max-width: 767px) {
      .popup-wrapper .input-wrapper {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px; } }
    @media only screen and (max-width: 600px) {
      .popup-wrapper .input-wrapper {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px; } }
    .popup-wrapper .input-wrapper .checkbox {
      display: inline;
      position: absolute;
      margin-left: 0px;
      margin-top: -7px;
      background-color: black; }
    .popup-wrapper .input-wrapper .accept {
      margin-left: 32px; }
    .popup-wrapper .input-wrapper .textbox-large {
      min-height: 200px;
      padding-left: 15px; }
    .popup-wrapper .input-wrapper .rank-text {
      padding-bottom: 25px;
      font-size: 12px; }

.my-profile-style .btn-popup {
  font-size: 16px;
  font-weight: normal; }
.my-profile-style .save {
  font-size: 20px;
  font-weight: bold; }

select {
  background-image: url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdGOTc4RUEzNDc2QjExRTVCQzkxQUU4MUMxMTUyMjE4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdGOTc4RUE0NDc2QjExRTVCQzkxQUU4MUMxMTUyMjE4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0Y5NzhFQTE0NzZCMTFFNUJDOTFBRTgxQzExNTIyMTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0Y5NzhFQTI0NzZCMTFFNUJDOTFBRTgxQzExNTIyMTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAGBAQEBQQGBQUGCQYFBgkLCAYGCAsMCgoLCgoMEAwMDAwMDBAMDg8QDw4MExMUFBMTHBsbGxwfHx8fHx8fHx8fAQcHBw0MDRgQEBgaFREVGh8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx//wAARCAAqACcDAREAAhEBAxEB/8QAiAAAAwADAAAAAAAAAAAAAAAAAAMGAgQFAQACAwEBAQAAAAAAAAAAAAAAAgEEBQMGBxAAAAQEAwcEAwAAAAAAAAAAAAECAxESBAUhQQYxUTJyshOTIjMUB3GBIxEAAQMBBQYEBwAAAAAAAAAAAAECAwQRITGhBUFhkRIyklGBEzPwcbHR4SIU/9oADAMBAAIRAxEAPwBA9kfJQAAAAAAMa4z5VdJiFGbiLEilfX6QttRpBnUVhdee7JyXaleUla2lYRUmRKPSW38HHeKTKlySrG+zcpsS6ex1Mk0KqtnWi7MkJAXTHKzR+kKO5UNdeb085SWOhQczzUpLccwghExKLPdtMiFOpqVYqMYlr1NbT9PbI10sqq2Jvhiq7icaVR/ONUjnw5lH25k93tQPCeWWaXOWEchZW3l3mc1W8+3lzs+/kawc5FJobVatP3aL5dy11Zdm4MGUxKbPCaXM0x/ZRLMVaun9Rt3UmBpaXX/zyX3sdc5Nx2Lt9Z1a9V01Hav6We5F8ilrC9SG2MDXE85CUUu+JDhHXJ6aq7qbdZvLs+iuWoRsftvvRfBPxncJ+wtQ0ZkxpiynJZrV6FGk/eeLiUZltgccczie4NRQrfI/qd9BNWq23QRe3HmvxmRrXGfKrpMXlMVuIsSKAAKa3fYeprfYlWWmeSVKaVIQ4aTN1tK9pIXHDOGGAqvoo3P51S804dXnji9Jq/rmnyJkWjMGNcZ8qukxCjNxFiRQAAAAAAMa4z5VdJiFGbiN8IXidO0PCDiHaHhBxDtDwg4h2mbfEftcKtnKYhfMZuOw/9k=');
  /*/Graphics/arrow-select.jpg*/
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 14px;
  color: gray;
  border: none;
  height: 40px;
  outline: none !important; }

select::-ms-expand {
  display: none; }

.custom-select {
  background-image: url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdGOTc4RUEzNDc2QjExRTVCQzkxQUU4MUMxMTUyMjE4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdGOTc4RUE0NDc2QjExRTVCQzkxQUU4MUMxMTUyMjE4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0Y5NzhFQTE0NzZCMTFFNUJDOTFBRTgxQzExNTIyMTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0Y5NzhFQTI0NzZCMTFFNUJDOTFBRTgxQzExNTIyMTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAGBAQEBQQGBQUGCQYFBgkLCAYGCAsMCgoLCgoMEAwMDAwMDBAMDg8QDw4MExMUFBMTHBsbGxwfHx8fHx8fHx8fAQcHBw0MDRgQEBgaFREVGh8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx//wAARCAAqACcDAREAAhEBAxEB/8QAiAAAAwADAAAAAAAAAAAAAAAAAAMGAgQFAQACAwEBAQAAAAAAAAAAAAAAAgEEBQMGBxAAAAQEAwcEAwAAAAAAAAAAAAECAxESBAUhQQYxUTJyshOTIjMUB3GBIxEAAQMBBQYEBwAAAAAAAAAAAAECAwQRITGhBUFhkRIyklGBEzPwcbHR4SIU/9oADAMBAAIRAxEAPwBA9kfJQAAAAAAMa4z5VdJiFGbiLEilfX6QttRpBnUVhdee7JyXaleUla2lYRUmRKPSW38HHeKTKlySrG+zcpsS6ex1Mk0KqtnWi7MkJAXTHKzR+kKO5UNdeb085SWOhQczzUpLccwghExKLPdtMiFOpqVYqMYlr1NbT9PbI10sqq2Jvhiq7icaVR/ONUjnw5lH25k93tQPCeWWaXOWEchZW3l3mc1W8+3lzs+/kawc5FJobVatP3aL5dy11Zdm4MGUxKbPCaXM0x/ZRLMVaun9Rt3UmBpaXX/zyX3sdc5Nx2Lt9Z1a9V01Hav6We5F8ilrC9SG2MDXE85CUUu+JDhHXJ6aq7qbdZvLs+iuWoRsftvvRfBPxncJ+wtQ0ZkxpiynJZrV6FGk/eeLiUZltgccczie4NRQrfI/qd9BNWq23QRe3HmvxmRrXGfKrpMXlMVuIsSKAAKa3fYeprfYlWWmeSVKaVIQ4aTN1tK9pIXHDOGGAqvoo3P51S804dXnji9Jq/rmnyJkWjMGNcZ8qukxCjNxFiRQAAAAAAMa4z5VdJiFGbiN8IXidO0PCDiHaHhBxDtDwg4h2mbfEftcKtnKYhfMZuOw/9k=');
  /*/Graphics/arrow-select.jpg*/
  background-color: transparent;
  border: none;
  color: white;
  height: 40px;
  margin: 0 0 0 -4px;
  padding: 0 70px 0 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-select {
      padding-left: 10px !important;
      margin: 0; } }
  @media only screen and (max-width: 767px) {
    .custom-select {
      padding-left: 10px !important;
      margin: 0; } }
  @media only screen and (max-width: 600px) {
    .custom-select {
      padding-left: 10px !important;
      margin: 0; } }

select-select::-ms-expand {
  display: none; }

/*Upload*/
.custom-input {
  /*.test {
        background-color:$blue-light;
        height: 41px;
        left: 37%;
        margin-right: -8%;
        margin-top: -9px;
        position: absolute;
        width: 58%;
        z-index:-1;
    }*/ }
  .custom-input input {
    width: 100%;
    background-color: #0ca7c6;
    border: none;
    margin-bottom: 20px;
    margin-top: -20px;
    color: white; }
  .custom-input input:hover {
    background-color: #0ca7c6; }

input[type=file] {
  width: 1px;
  visibility: hidden; }

/*Ranking stars editable*/
.ranking-stars-center {
  text-align: center; }

.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 250px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background: url('../Graphics/my-rating-star-grey.png');
  background-size: contain; }
  @media only screen and (max-width: 767px) {
    .star-rating {
      margin-left: 0 !important; } }
  @media only screen and (max-width: 600px) {
    .star-rating {
      margin-left: -15px !important; } }
  .star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url('../Graphics/my-rating-star-yellow.png');
    background-size: contain; }
  .star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative; }
    .star-rating input:hover + i, .star-rating input:checked + i {
      opacity: 1; }
  .star-rating i ~ i {
    width: 40%; }
  .star-rating i ~ i ~ i {
    width: 60%; }
  .star-rating i ~ i ~ i ~ i {
    width: 80%; }
  .star-rating i ~ i ~ i ~ i ~ i {
    width: 100%; }

.choice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  display: block; }

/*//reset, center n shiz (don't mind this stuff)
*, ::after, ::before {
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}*/
/*Font awesome*/
.fa-thumbs-o-up, .fa-share-square-o {
  font-style: normal !important;
  color: #0ca7c6 !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }

.fa-thumbs-o-up {
  margin-left: 26px; }

.fa-thumbs-o-up:hover, .fa-share-square-o:hover {
  font-style: normal;
  color: #0d90ab !important; }
  
  
  .fa-thumbs-o-up1 {
  font-style: normal !important;
  color: #0ca7c6 !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }

.fa-thumbs-o-up1 {
  margin-left: 26px; }

.fa-thumbs-o-up1:hover{
  font-style: normal;
  color: #0d90ab !important; }


.fa-share-square-o {
  margin-left: 20px;
  margin-top: 2px;
  position: absolute; }

.fa-times {
  float: right;
  cursor: pointer; }

.headers {
  min-height: 35px; }

.entry-wrapper:nth-child(odd) {
  margin-left: 10px; }
  @media only screen and (min-width: 1200px) {
    .entry-wrapper:nth-child(odd) {
      margin-left: 105px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .entry-wrapper:nth-child(odd) {
      margin-left: 45px; } }
  @media only screen and (max-width: 767px) {
    .entry-wrapper:nth-child(odd) {
      margin-left: 35px; } }

.entry-wrapper:nth-child(even) {
  margin-left: 95px; }
  @media only screen and (min-width: 1200px) {
    .entry-wrapper:nth-child(even) {
      margin-left: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .entry-wrapper:nth-child(even) {
      margin-left: 100px; } }
  @media only screen and (max-width: 767px) {
    .entry-wrapper:nth-child(even) {
      margin-left: 36px; } }

.custom-section {
  text-align: center;
  margin-top: -10px; }
  @media only screen and (max-width: 600px) {
    .custom-section .county, .custom-section .hospital, .custom-section .tax {
      padding: 5px 5px !important; } }
  .custom-section .county {
    display: inline;
    margin-top: 1px;
    padding: 7px 25px; }
  .custom-section .hospital {
    display: inline;
    margin-left: -4px;
    padding: 7px 25px; }
  .custom-section .tax {
    display: inline;
    margin-left: -4px;
    padding: 7px 25px; }

.input-wrapper label {
  margin-top: 5px; }
@media only screen and (max-width: 600px) {
  .input-wrapper label {
    margin-top: 0; }
 }

.wrapper-place .places .count {
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  margin-left: -35px;
  /*margin-top: 2px;*/
  position: absolute;
  /*@include desktop-m {
                margin-top: -1px;
            }

            @include tablet-s {
                margin-top: -2px;
            }

            @include phones-xs {
                margin-top: -2px;
            }*/ }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .wrapper-place .places .count {
      font-size: 0.96em; } }
  @media only screen and (max-width: 767px) {
    .wrapper-place .places .count {
      font-size: 0.96em;
      margin-top: 0; } }
  @media only screen and (max-width: 600px) {
    .wrapper-place .places .count {
      font-size: 0.96em; } }

.checkbox {
  outline: none; }

/*Transision speeds*/
/*Sections*/
.section-top {
  min-height: 950px; }

.reviews-wrapper {
  margin-top: 230px;
  min-height: 245px;
  position: absolute;
  width: 100%;
  color: black;
  z-index: 5;
  text-align: center; }
  @media only screen and (max-width: 600px) {
    .reviews-wrapper {
      padding-left: 5px;
      padding-right: 5px; } }
  .reviews-wrapper .btn-large {
    max-width: 240px;
    margin-bottom: 10px;
    box-shadow: 0 6px 12px 1px gray;
    background: #666166;
    background-image: -webkit-linear-gradient(top, #666166, #adabad);
    background-image: -moz-linear-gradient(top, #666166, #adabad);
    background-image: -ms-linear-gradient(top, #666166, #adabad);
    background-image: -o-linear-gradient(top, #666166, #adabad);
    background-image: linear-gradient(to bottom, #666166, #adabad);
    /*-moz-transition: all $transision-standard;
        -o-transition: all $transision-standard;
        -webkit-transition: all $transision-standard;
        transition: all $transision-standard;*/ }
  .reviews-wrapper .btn-large:hover {
    box-shadow: 0 8px 14px 3px gray;
    background: #7d7d7d;
    background-image: -webkit-linear-gradient(top, #7d7d7d, #484848);
    background-image: -moz-linear-gradient(top, #7d7d7d, #484848);
    background-image: -ms-linear-gradient(top, #7d7d7d, #484848);
    background-image: -o-linear-gradient(top, #7d7d7d, #484848);
    background-image: linear-gradient(to bottom, #7d7d7d, #484848); }
  .reviews-wrapper .ranking-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block; }
    .reviews-wrapper .ranking-wrapper .ranking span img {
      margin-top: -10px; }
  .reviews-wrapper .published {
    padding-top: 60px;
    font-size: 20px; }
  .reviews-wrapper .community {
    padding-top: 25px;
    font-size: 22px; }
  .reviews-wrapper .updated {
    padding-top: 58px;
    font-size: 20px; }
  @media only screen and (max-width: 767px) {
    .reviews-wrapper .updated {
      padding-top: 10px; }
 }
  .reviews-wrapper h3 {
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px; }
  .reviews-wrapper h4 {
    padding-top: 10px;
    padding-bottom: 20px; }

.headers {
  /* margin-top: 320px !important; } */
  .headers h2 {
    color: white; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* .headers {
      margin-top: 320px !important; } } */
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* .headers {
      margin-top: 320px !important; } } */
  @media only screen and (max-width: 767px) {
    /* .headers {
      margin-top: 320px !important; } } */
  @media only screen and (max-width: 600px) {
    /* .headers {
      margin-top: 380px !important; } 
	  } */
	@media only screen and (max-width: 439px) {
    /* .headers {
      margin-top: 450px !important; } 
	  } */
  /* .headers .place-h2 {
    padding-left: 15px; } */
    /* @media only screen and (max-width: 600px) {
      .headers .place-h2 {
        margin-top: 65px; } } */

.content-margin-top {
  /*margin-top: 450px!important;*/ }

.content .header1 {
  padding-top: 100px; }
  @media only screen and (max-width: 600px) {
    .content .header1 {
      padding-top: 50px; } }
.content .large {
  max-width: 700px;
  width: 100%; }
  .content .large .sub {
    font-style: normal;
    padding-left: 170px;
	}
    @media only screen and (max-width: 600px) {
      .content .large .sub {
        padding-left: 32px; 
		
		} 
		}
    .content .large .sub .text {
      padding-right: 10px; }
    .content .large .sub .funtions {
      margin-top: 15px; }
      @media only screen and (max-width: 600px) {
        .content .large .sub .funtions {
          margin-top: 55px; } }
      .content .large .sub .funtions .counter {
        color: #0ca7c6;
        position: absolute;
        margin-top: 5px; }
      .content .large .sub .funtions .fb-thumb {
        height: 33px;
        width: 31px;
        background-image: url('../Graphics/facebook-thumb.png');
        cursor: pointer;
        display: inline-block;
        position: absolute; }
        @media only screen and (max-width: 600px) {
          .content .large .sub .funtions .fb-thumb {
            margin-top: -45px; } }
      .content .large .sub .funtions .submit-wrapper {
        background-color: #ababab;
        border-radius: 5px;
        display: inline-block;
        margin-left: 40px;
        max-width: 150px;
        width: 100%; }
        @media only screen and (max-width: 600px) {
          .content .large .sub .funtions .submit-wrapper {
            margin: 0;
            width: 90%;
            text-align: center;
            margin-top: -48px !important;
            position: absolute;
            margin-left: 45px !important; } }
        .content .large .sub .funtions .submit-wrapper #submit-btn {
          background-color: transparent;
          border: medium none;
          border-radius: 5px;
          color: white;
          font-size: 14px;
          font-style: normal;
          font-weight: bold;
          height: 33px;
          max-width: 272px;
          position: relative;
          text-align: left;
          width: 100%;
          z-index: 2; }
          @media only screen and (max-width: 600px) {
            .content .large .sub .funtions .submit-wrapper #submit-btn {
              text-align: center;
              /*height: 40px;*/
              margin-top: -5px;
              margin-bottom: -15px;
              /*width: 88%;*/ } }
        .content .large .sub .funtions .submit-wrapper span {
          border-radius: 5px;
          font-size: 10px;
          margin-left: -131px;
          margin-top: 19px;
          position: absolute;
          z-index: 1;
          color: white; }
          @media only screen and (max-width: 600px) {
            .content .large .sub .funtions .submit-wrapper span {
              margin: 0;
              position: unset; } }
  @media only screen and (max-width: 767px) {
    .content .large {
      width: 88%; } }
  .content .large .header {
    height: 58px; }
    .content .large .header .ranking {
      display: inline;
      float: right;
      padding-top: 0px;
      margin-right: 15px; }
    .content .large .header .place-wrapper {
      display: inline-block !important;
      height: 58px;
      margin-right: 25px;
      padding-top: 5px; }
      .content .large .header .place-wrapper p {
        font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .content .large .header .ranking {
        display: unset;
        float: right;
        padding-top: 0;
        text-align: center;
        margin-top: -10px; }

      .content .large .header .place-wrapper {
        display: inline-block !important;
        height: 58px;
        margin-right: 25px;
        padding-top: 5px;
        text-align: center; }

      @media only screen and (max-width: 600px) {
        .content .large .header .ranking {
          width: 100% !important;
          display: unset;
          float: right;
          padding-top: 0;
          text-align: center;
          padding-left: 35px; }

        .content .large .header .place-wrapper {
          width: 100% !important;
          display: inline-block !important;
          height: 58px;
          margin-right: 25px;
          padding-top: 0;
          text-align: center; }
 }
 }

.btn-large {
  margin-left: 30px; }
  @media only screen and (max-width: 600px) {
    .btn-large {
      margin-left: 0; } }

.section-top-darker {
  min-height: 710px;
  margin-top: 240px; 
  opacity:0.8;
  }

.entry-wrapper:nth-child(odd) {
  margin-left: 10px; }
  @media only screen and (min-width: 1200px) {
    .entry-wrapper:nth-child(odd) {
      margin-left: 48px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .entry-wrapper:nth-child(odd) {
      margin-left: 25px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .entry-wrapper:nth-child(odd) {
      margin-left: 30px; } }
  @media only screen and (max-width: 767px) {
    .entry-wrapper:nth-child(odd) {
      margin-left: 35px; } }

.entry-wrapper:nth-child(even) {
  margin-left: 95px; }
  @media only screen and (min-width: 1200px) {
    .entry-wrapper:nth-child(even) {
      margin-left: 48px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .entry-wrapper:nth-child(even) {
      margin-left: 25px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .entry-wrapper:nth-child(even) {
      margin-left: 30px; } }
  @media only screen and (max-width: 767px) {
    .entry-wrapper:nth-child(even) {
      margin-left: 50px; } }
  @media only screen and (max-width: 767px) {
    .entry-wrapper:nth-child(even) {
      margin-left: 35px; } }

.top-bar.gradient-grey.no-margin {
  padding-top: 11px; }


/*# sourceMappingURL=SubCategory.css.map */