body {
  background: #f3f3f3;
  font-family: 'Open Sans', 'Helvetica', sans-serif;
  color: #575757;
}
.mt {
  margin-top: 15px;
}
.mb {
  margin-bottom: 15px;
}
.bmt {
  margin-top: 30px;
}
.bmb {
  margin-bottom: 30px;
}
.nomargin {
  margin: 0;
}
.nopad {
  padding: 0;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
#poi_edit .jumbotron {
  padding-left: 50px;
  padding-right: 50px;
}
.cut-corner {
  border-style: solid;
  border-width: 22px 20px 32px 0px;
  height: 20px;
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0% padding-box content-box;
  width: 20px;
  border-color: transparent rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.7);
}
.white-strip {
  background: #fff;
}
.landing-text {
  padding: 20px 0;
}
.landing-text .h3 {
  margin: 10px 0 20px;
}
::selection {
  color: #fff;
  background: #005077;
}
a {
  color: #77c04b;
  transition: color .1s linear;
}
a:hover,
a:visited {
  text-decoration: none;
  color: #6db740;
  transition: color .1s linear;
}
.panel,
.breadcrumb {
  box-shadow: 0px 0px 2px #DEDEDE;
  border: none;
  border-radius: 3px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  color: #575757;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
}
.dots:before,
.dots:after {
  content: "\000B7";
  vertical-align: middle;
}
.dots:before {
  margin-right: 3%;
}
.dots:after {
  margin-left: 3%;
}
.lead {
  font-size: 18px;
}
/************ HEADER ***********/
header {
  position: relative;
}
.video-wrapper {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
}
.video-wrapper video {
  width: 100%;
}
.header_area {
  position: relative;
  z-index: 2;
}
.header-index {
  overflow: hidden;
}
.login-links {
  margin-top: 25px;
}
.login-links .top-links,
.login-links .top-links:hover,
.login-links .top-links:visited,
.login-links .top-links:active {
  color: #fff;
  font-size: 1.06em;
  margin-right: 1em;
  text-decoration: none;
}
.login-links .top-links .glyphicon,
.login-links .top-links:hover .glyphicon,
.login-links .top-links:visited .glyphicon,
.login-links .top-links:active .glyphicon {
  margin-right: .5em;
  border: 1px solid;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}
.login-links .top-links .glyphicon:hover,
.login-links .top-links:hover .glyphicon:hover,
.login-links .top-links:visited .glyphicon:hover,
.login-links .top-links:active .glyphicon:hover {
  background: #004f77;
  transition: .2s linear background;
}
.header-links a {
  margin-top: 15px;
  color: #fff;
  font-size: 0.95em;
  margin-right: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 700;
}
.fixedsocial {
  position: fixed;
  top: 25%;
  right: 0;
  cursor: pointer;
  z-index: 1000;
}
.fixedsocial .list-inline li {
  display: block;
  margin-bottom: 0.5em;
  padding-right: 0;
}
.fixedsocial .fa {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 1.6em;
  line-height: 40px;
}
.fa-twitter {
  background: #00aced;
  color: #fff;
}
.fa-facebook {
  background: #3b5998;
  color: #fff;
}
.fa-linkedin {
  background: #007bb5;
  color: #fff;
}
.fa-google-plus {
  background: #d73d32;
  color: #fff;
}
.normal {
  background: #004f76;
}
.transparent-white {
  background: rgba(255, 255, 255, 0.7);
}
.search-top {
  padding: 15px 20px 4px 5px;
}
.search-bottom {
  padding: 20px 20px;
}
.search-holder {
  font-family: 'Open Sans', 'Helvetica', sans-serif;
  /*margin-top: 400px;*/
  margin-top: 0;
  margin-bottom: 0;
}
.search-holder .title {
  margin: 0;
  font-size: 1.75em;
  font-weight: 300;
}
.search-holder .title em {
  font-style: normal;
  color: #015077;
}
.presets {
  text-shadow: 0px 0px 20px #000;
}
.big-form .form-control {
  height: 42px;
  border: 0;
  box-shadow: none;
}
.big-form .input-group {
  padding: 12px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #F1F2F3;
}
.big-form .input-group .btn {
  margin: 0;
  border-radius: 2px;
  padding: 10px 20px;
  font-size: 16px;
}
.city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 300px;
}
.city .figcaption {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 20px;
  text-align: center;
}
.city .h2,
.city .h2:hover {
  color: #fff;
}
.quick-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 350px;
}
.quick-links .figcaption {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 20px;
  text-align: center;
}
.quick-links .h2,
.quick-links .h2:hover {
  color: #fff;
}
.review-slide {
  background: #005077;
  color: #fff;
  min-height: 470px;
}
.review-slide blockquote {
  border: none;
  font-size: 15px;
  transform: translateY(20%);
  -webkit-transform: translateY(20%);
}
.review-slide .h2 {
  border-bottom: 2px dashed;
  background: url(/assets/img/tooth.png) no-repeat left;
  padding: 0px 40px 10px 50px;
  display: inline-block;
  font-size: 1.7em;
  margin-bottom: 30px;
}
.review-slide .text {
  line-height: 1.7em;
  background: url(/assets/img/open-marks.png) no-repeat top left, url(/assets/img/close-marks.png) no-repeat bottom right;
}
.review-bg {
  background: url(/assets/img/review-bg.jpg) no-repeat center / cover;
  min-height: 470px;
}
.flexslider.rev li {
  max-width: 70%;
  height: 264px;
}
.advert {
  overflow: hidden;
}
.flexslider.rev .flex-control-nav {
  position: absolute;
  left: -35px;
  top: 50%;
}
.flexslider.rev .flex-control-nav li {
  height: 264px;
  width: 10px;
  height: 10px;
  float: none;
  text-indent: -999em;
  border-radius: 50%;
  margin-bottom: 10px;
  display: block;
}
.flexslider.rev .flex-control-nav li a {
  background: none;
  border: 1px solid #fff;
  display: block;
  width: 10px;
  height: 10px;
  margin-bottom: 10px;
  border-radius: 50%;
}
.flexslider.rev .flex-control-nav li a:hover,
.flexslider.rev .flex-control-nav li a.flex-active {
  background: #fff;
}
.thumbnail {
  position: relative;
  color: #fff;
  padding: 0;
  border: none;
  min-height: 262px;
  margin-bottom: 60px;
}
.thumbnail .over-img {
  padding: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.thumbnail .poi-name,
.thumbnail .poi-address,
.thumbnail .poi-city-postcode,
.thumbnail .poi-phone {
  color: #fff;
  text-shadow: 1px 1px 2px #404040;
  font-size: 1.1em;
}
.thumbnail .poi-name {
  font-size: 1.5em;
}
.thumbnail .poi-phone:before {
  content: '\f095';
  display: inline-block;
  width: 17px;
  height: 20px;
  font-family: FontAwesome;
  margin-right: 2px;
  vertical-align: middle;
}
.thumbnail .poi-phone .poi-address,
.thumbnail .poi-phone .poi-city-postcode {
  margin: 0;
}
.thumbnail:link:hover,
.thumbnail .active,
.thumbnail :focus,
.thumbnail :hover {
  text-decoration: none;
  border: none;
  color: #fff;
}
.thumbnail .title {
  margin-right: 10px;
  font-size: 1.1em;
  font-weight: 500;
  vertical-align: middle;
}
.thumbnail .title:hover {
  color: inherit;
}
.thumbnail .reviews {
  position: absolute;
  bottom: -35px;
  width: 100%;
  background: #fff;
  left: 0;
  color: #424242;
  padding: 10px 20px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0px 2px 0px #DAD9D9;
}
.thumbnail .reviews .fa {
  font-size: 1.5em;
  margin-right: 3px;
  color: #77c04b;
  vertical-align: middle;
}
.thumbnail .reviews strong:hover {
  color: #424242;
}
.thumbnail .no-reviews {
  position: absolute;
  bottom: -35px;
  width: 100%;
  background: #fff;
  left: 0;
  color: #424242;
  padding: 10px 20px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0px 2px 0px #DAD9D9;
}
.thumbnail .no-reviews .fa {
  font-size: 1.5em;
  margin-right: 3px;
  color: #ccc;
  vertical-align: middle;
}
.thumbnail .no-reviews strong:hover {
  color: #424242;
}
.thumbnail .no-reviews .review-circle {
  background: #fff;
  color: #fff ! important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
}
.thumbnail .review-circle {
  background: #77c04b;
  color: #fff ! important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
}
.thumbnail .review-full {
  color: #424242;
}
.thumbnail .review-full .fa {
  font-size: 1.5em;
  margin-right: 3px;
  color: #77c04b;
  vertical-align: middle;
}
.thumbnail .review-full strong:hover {
  color: #424242;
}
.thumbnail .review-full-no-reviews {
  color: #424242;
}
.thumbnail .review-full-no-reviews .fa {
  font-size: 1.5em;
  margin-right: 3px;
  color: #77c04b;
  vertical-align: middle;
}
.thumbnail .review-full-no-reviews strong:hover {
  color: #424242;
}
.thumbnail .review-full-no-reviews .review-circle {
  background: #fff;
  color: #fff ! important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
}
.feature-circle {
  width: 65px;
  height: 65px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: url(/assets/img/feature-circle.png) no-repeat;
}
.blog-post {
  color: #000;
  padding: 20px;
  min-height: 200px;
}
.blog-post .name {
  margin: 20px 0;
}
.blog-post a {
  color: #fff;
  border-bottom: 1px solid;
  padding: 5px;
  transition: .2s linear background;
}
.blog-post a:hover {
  text-decoration: none;
  background: #68a642;
  transition: .2s linear background;
}
.blog-text a {
  color: #005077;
}
.book-now {
  margin-left: 10px;
}
.col-md-3:nth-child(1) > .blog-post {
  border-top: 5px solid #68a642;
}
.col-md-3:nth-child(2) > .blog-post {
  border-top: 5px solid #015a85;
}
.col-md-3:nth-child(3) > .blog-post {
  border-top: 5px solid #439898;
}
.col-md-3:nth-child(4) > .blog-post {
  border-top: 5px solid #dbd92c;
}
.thumbnail.list {
  box-shadow: 0px 1px 0px #D4D4D4;
  margin-bottom: 20px;
  padding: 20px 0;
}
.thumbnail.list .poi-name,
.thumbnail.list .poi-address,
.thumbnail.list .poi-city-postcode,
.thumbnail.list .poi-phone {
  text-shadow: none;
}
.thumbnail.list .poi-address {
  margin-bottom: 2px;
}
.thumbnail.list .poi-name {
  color: #005077;
  margin-top: 0;
}
.thumbnail.list .poi-phone {
  color: #3285AD;
}
.thumbnail.list p,
.thumbnail.list .title,
.thumbnail.list strong {
  color: #818181;
}
.list-img-holder {
  min-height: 252px;
}
/***#lists {
    text-shadow: -1px 0 #000000,0 1px #000000,1px 0 #000000,0 -1px #000000;
}****/
.category-banner {
  padding: 120px 0;
}
.category-banner .search-top {
  padding: 22px;
  border-radius: 2px;
}
.category-banner .cut-corner {
  border-bottom-width: 55px;
}
.category-banner h1 {
  margin: 0;
  font-family: 'Open Sans', 'Helvetica', sans-serif;
}
.btn,
.btn:hover {
  transition: .2s linear background;
}
.filterheading h3 {
  margin-top: 0;
  font-family: 'Open Sans', 'Helvetica', sans-serif;
  color: #005077;
  font-size: 1.25em;
  font-weight: 600;
}
.filterheading .btn-danger {
  float: right;
  background: none;
  border: none;
  color: red;
  margin-top: -30px;
}
.filter-items {
  margin-bottom: 25px;
}
.filter-items label {
  line-height: 34px;
}
.filter-items input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-right: 10px;
}
.filter-items input[type=checkbox]:hover:before,
.filter-items input[type=checkbox]:checked:before {
  font-family: FontAwesome;
  content: "\f00c";
  display: inline-block;
  color: #77c04b;
  font-size: 1.7em;
}
.marg-fix {
  margin-top: 5px;
}
.navigator .btn {
  border: 0;
}
.pagination {
  margin: 0;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
  color: #757575;
  border-radius: 0;
}
.pagination > li > a.selected,
.pagination > li > a:hover {
  background: #016ea6;
  color: #fff;
  border-radius: 0;
}
.tab-content {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
}
.top-section {
  background: #004f76;
  color: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
}
.top-section:before {
  position: absolute;
  left: -1px;
  top: -1px;
  content: '';
  border-top: 70px solid #edeff0;
  border-right: 70px solid transparent;
}
.top-section:after {
  position: absolute;
  left: -2px;
  top: -2px;
  content: '';
  border-top: 70px solid #f3f3f3;
  border-right: 70px solid transparent;
}
.top-section .fa-star,
.top-section .fa-star-half {
  color: #77c04b;
  font-size: 1.7em;
  margin-right: 5px;
  vertical-align: -5px;
}
.top-section .review-circle {
  line-height: 45px;
  font-size: 1.2em;
  width: 45px;
  height: 45px;
}
.poi-image-holder {
  padding: 0;
}
.poi-images {
  min-height: 380px;
}
.poi-details {
  padding: 10px 40px;
}
.poi-details h1 {
  color: #fff;
}
.poi-details .address,
.poi-details .phone {
  font-size: 1.17em;
}
.poi-details hr {
  border-top: 1px solid #356e8b;
}
.poi-details a {
  color: #fff;
}
.zerofinance {
  display: block;
}
.dent-info {
  padding: 0 20px 20px;
}
.dent-info.reviews li {
  margin-top: 25px;
}
.dent-info.reviews .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4em;
}
.dent-info.reviews .fa {
  font-size: 1.6em;
  color: #77c04b;
  margin-right: 6px;
}
.dent-info.reviews .text {
  border-top: 1px solid #f3f3f3;
  padding-top: 10px;
}
.dent-title {
  color: #575757;
  font-size: 1.3em;
  font-weight: 400;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 15px;
}
.dent-title .glyphicon {
  font-size: .9em;
  color: #005077;
  margin-right: 8px;
}
.info-title {
  font-size: 1.05em;
  font-weight: 600;
}
.info-title .glyphicon {
  margin-right: 10px;
}
.glyphicon.green {
  color: #77c04b;
  font-size: 1.2em;
}
.open-times li {
  margin-bottom: 5px;
}
.signuplink a {
  display: block;
  margin-bottom: 2em;
  background: #005077;
  padding-bottom: 1em;
  font-size: 1.5em;
  color: #fff;
  transition: 0.25s;
}
.signuplink a img {
  width: 100%;
  padding-bottom: 1em;
}
.signuplink a:hover {
  background: #0072aa;
}
.sku-footer {
  position: fixed;
  bottom: 0;
  z-index: 4;
  width: 100%;
  background: #83c55b;
  line-height: 50px;
}
.sku-footer a,
.sku-footer .glyphicon {
  color: #fff;
  font-size: 1.2em;
}
.sku-footer a:visited {
  color: #fff;
}
.sku-footer a:hover {
  color: #fff;
}
.sku-footer a:active {
  color: #fff;
}
.sku-footer .glyphicon {
  margin-right: 6px;
}
.review-circle {
  background: #83c55b none repeat scroll 0% 0%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  vertical-align: middle;
}
.review-stars {
  line-height: 40px ! important;
  vertical-align: middle;
  display: inline-block;
}
.btn-success,
.btn-success:visited {
  background: #77c04b;
  box-shadow: 0px 2px 0px #6ab33f;
  border: none;
  color: #fff;
}
.btn-success:hover,
.btn-success:visited:hover,
.btn-success:active,
.btn-success:visited:active,
.btn-success:focus,
.btn-success:visited:focus {
  background: #5fa038;
  color: #fff;
}
.btn-primary,
.btn-primary:visited {
  background: #005077;
  box-shadow: 0px 2px 0px #003f5e;
  border: none;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:visited:hover,
.btn-primary:active,
.btn-primary:visited:active,
.btn-primary:focus,
.btn-primary:visited:focus {
  background: #002e44;
  color: #fff;
}
.breadcrumb {
  background: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
}
.breadcrumb a {
  color: #545454;
}
.back {
  float: right;
}
.news-signer {
  background: #3c3c3c;
  padding: 10px 0 35px;
  color: #fff;
}
.signup .form-control {
  text-indent: 30px;
}
.signup .fa {
  left: 20px;
  position: absolute;
  top: 32%;
  color: #a8a8a8;
  font-size: 1.6em;
  z-index: 3;
}
.footer {
  background: #2f2f2f;
  color: #fff;
  padding: 30px 0;
  /*.fa-twitter {
        background: #00aced;
    }

    .fa-facebook {
        background: #3b5998;
    }

    .fa-linkedin {
        background: #007bb5;
    }
    .fa-google-plus-square{
        background: #d73d32;
    }*/
}
.footer a {
  color: #fff;
  font-size: .9em;
}
.footer a:hover,
.footer a:active,
.footer a:visited {
  color: #fff;
  text-decoration: none;
}
.footer .head {
  color: #fff;
  font-size: 1.3em;
  margin-top: 0;
  font-family: 'Open Sans', 'Helvetica', sans-serif;
}
.footer .fa {
  width: 40px;
  height: 40px;
  font-size: 1.6em;
  line-height: 40px;
  text-align: center;
}
.footer a.contact {
  color: #83c55b;
  font-style: italic;
}
.subfooter {
  background: #2a2a2a;
  color: #fff;
  font-size: .8em;
  padding: 10px 0;
}
.subfooter a {
  color: #fff;
}
.subfooter a:hover,
.subfooter a:active,
.subfooter a:visited {
  color: #fff;
}
.subfooter p {
  margin: 0;
}
#cpanelMenu a {
  color: #000;
}
#cpanelMenu a:visited {
  color: #000;
}
#cpanelMenu a:hover {
  color: #000;
}
#cpanelMenu a:active {
  color: #000;
}
.bg-primary {
  background: #005077;
}
.bg-primary h1 {
  color: #fff;
}
.review-btn {
  margin-bottom: 10px;
}
.sign-up-title {
  background: url(/assets/img/sign-up-banner.jpg) no-repeat center / cover;
  min-height: 370px;
  padding: 30px;
  position: relative;
}
.sign-up-title h1,
.sign-up-title p {
  color: #fff;
}
.sign-up-title h1 {
  font-size: 2.8em;
}
.sign-up-title p {
  font-size: 1.1em;
}
.sign-up-title .offer {
  background: #77c04b;
  border-radius: 100%;
  width: 240px;
  height: 240px;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 55px 25px;
}
.sign-up-title .offer p {
  color: #fff;
}
.sign-up-title .offer .title {
  font-weight: 600;
  font-size: 1.35em;
  line-height: 1.3em;
}
.sign-up-title .offer .small {
  font-size: 85%;
}
.signer > .panel .panel-heading {
  background: #fff;
}
.signer > .panel .panel-title,
.signer > .panel .price_our {
  font-weight: 600;
}
.signer > .panel .btn {
  border-radius: 2px;
}
.signer > .panel .list-unstyled li {
  position: relative;
  margin: 15px 0;
  color: #4b4b4b;
  padding-left: 30px;
  font-size: 1.2em;
}
.signer > .panel .list-unstyled li:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  left: 0;
  content: "\f00c";
  font-size: 1.2em;
}
.signer:nth-child(1) .panel,
.panel.free {
  border-top: 3px solid #ec882f;
}
.signer:nth-child(1) .panel h3.panel-title,
.panel.free h3.panel-title {
  font-size: 1.6em !important;
}
.signer:nth-child(1) .panel .panel-title,
.panel.free .panel-title,
.signer:nth-child(1) .panel .price_our,
.panel.free .price_our {
  color: #ec882f;
  font-size: 1.5em;
}
.signer:nth-child(1) .panel li:before,
.panel.free li:before {
  color: #ec882f;
}
.signer:nth-child(1) .panel .btn,
.panel.free .btn {
  background: #ec882f;
  box-shadow: 0px 2px 0px #ec882f;
}
.signer:nth-child(2) .panel,
.signer:nth-child(3) .panel,
.panel.paid {
  border-top: 3px solid #77c04b;
}
.signer:nth-child(2) .panel .panel-title,
.signer:nth-child(3) .panel .panel-title,
.panel.paid .panel-title,
.signer:nth-child(2) .panel .price_our,
.signer:nth-child(3) .panel .price_our,
.panel.paid .price_our {
  color: #77c04b;
  font-size: 1.5em;
}
.signer:nth-child(2) .panel li:before,
.signer:nth-child(3) .panel li:before,
.panel.paid li:before {
  color: #77c04b;
}
.signer:nth-child(2) .panel .btn,
.signer:nth-child(3) .panel .btn,
.panel.paid .btn {
  background: #77c04b;
}
.social-icons .fa:hover,
.social-icons .fa:active {
  color: #FFF;
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
}
.social-icons.icon-zoom .fa:hover,
.social-icons.icon-zoom .fa:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.social-icons.icon-rotate .fa:hover,
.social-icons.icon-rotate .fa:active {
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}
.social-icons .fa {
  font-size: 1.8em;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
  -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;
  margin: 5px;
}
.social-icons.icon-circle .fa {
  border-radius: 50%;
}
.social-icons.icon-rounded .fa {
  border-radius: 5px;
}
.social-icons.icon-flat .fa {
  border-radius: 0;
}
.social-icons .fa-adn {
  background-color: #504e54;
}
.social-icons .fa-apple {
  background-color: #aeb5c5;
}
.social-icons .fa-android {
  background-color: #A5C63B;
}
.social-icons .fa-bitbucket,
.social-icons .fa-bitbucket-square {
  background-color: #003366;
}
.social-icons .fa-bitcoin,
.social-icons .fa-btc {
  background-color: #F7931A;
}
.social-icons .fa-css3 {
  background-color: #1572B7;
}
.social-icons .fa-dribbble {
  background-color: #F46899;
}
.social-icons .fa-dropbox {
  background-color: #018BD3;
}
.social-icons .fa-facebook,
.social-icons .fa-facebook-square {
  background-color: #3C599F;
}
.social-icons .fa-flickr {
  background-color: #FF0084;
}
.social-icons .fa-foursquare {
  background-color: #0086BE;
}
.social-icons .fa-github,
.social-icons .fa-github-alt,
.social-icons .fa-github-square {
  background-color: #070709;
}
.social-icons .fa-google-plus,
.social-icons .fa-google-plus-square {
  background-color: #CF3D2E;
}
.social-icons .fa-html5 {
  background-color: #E54D26;
}
.social-icons .fa-instagram {
  background-color: #A1755C;
}
.social-icons .fa-linkedin,
.social-icons .fa-linkedin-square {
  background-color: #0085AE;
}
.social-icons .fa-linux {
  background-color: #FBC002;
  color: #333;
}
.social-icons .fa-maxcdn {
  background-color: #F6AE1C;
}
.social-icons .fa-pagelines {
  background-color: #241E20;
  color: #3984EA;
}
.social-icons .fa-pinterest,
.social-icons .fa-pinterest-square {
  background-color: #CC2127;
}
.social-icons .fa-renren {
  background-color: #025DAC;
}
.social-icons .fa-skype {
  background-color: #01AEF2;
}
.social-icons .fa-stack-exchange {
  background-color: #245590;
}
.social-icons .fa-stack-overflow {
  background-color: #FF7300;
}
.social-icons .fa-trello {
  background-color: #265A7F;
}
.social-icons .fa-tumblr,
.social-icons .fa-tumblr-square {
  background-color: #314E6C;
}
.social-icons .fa-twitter,
.social-icons .social-icons .fa-twitter-square {
  background-color: #32CCFE;
}
.social-icons .fa-vimeo-square {
  background-color: #229ACC;
}
.social-icons .fa-vk {
  background-color: #375474;
}
.social-icons .fa-weibo {
  background-color: #D72B2B;
}
.social-icons .fa-windows {
  background-color: #12B6F3;
}
.social-icons .fa-xing,
.social-icons .fa-xing-square {
  background-color: #00555C;
}
.social-icons .fa-youtube,
.social-icons .fa-youtube-play,
.social-icons .fa-youtube-square {
  background-color: #C52F30;
}
/********* filter banner home *********/
.filter {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  z-index: 2;
}
/****nav******/
.navbar-nav {
  float: right;
}
.navbar-brand {
  height: auto;
}
.navbar-toggle {
  margin-top: 16px;
}
.navbar-toggle .icon-bar {
  width: 28px;
  height: 4px;
  background: #005077;
}
.nav > li > a {
  padding: 10px 6px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee !important;
  text-decoration: none ;
  color: #004f77 !important;
}
/************ CONTACT / ENQUIRY PAGE ************/
.enquirypage,
.claimpage {
  position: relative;
  z-index: 2;
  color: #005077;
  overflow: hidden;
}
.enquirypage .breadcrumb,
.claimpage .breadcrumb {
  background: rgba(0, 79, 118, 0.25);
  box-shadow: none;
  color: #fff;
}
.enquirypage .breadcrumb a,
.claimpage .breadcrumb a,
.enquirypage .breadcrumb > li + li:before,
.claimpage .breadcrumb > li + li:before {
  color: #fff;
}
.enquirypage h1,
.claimpage h1 {
  color: #005077;
}
.enquirypage .video-wrapper,
.claimpage .video-wrapper {
  height: 100%;
  overflow: hidden;
}
.enquirypage .video-wrapper video,
.claimpage .video-wrapper video {
  /*width: 100%;
			height: auto;
			bottom: -5em;*/
  width: auto;
  min-height: 100%;
}
.enquirypage label.required,
.claimpage label.required {
  margin-top: 2em;
}
.enquirypage label.required:first-child,
.claimpage label.required:first-child {
  margin-top: 0;
}
.enquirypage input[type="checkbox"],
.claimpage input[type="checkbox"] {
  margin: 2em 1em 0 0;
}
.enquirypage input[type="submit"],
.claimpage input[type="submit"] {
  margin: 2em 0;
}
.enquirypage select,
.claimpage select {
  color: grey;
}
@media (max-width: 767px) {
  .xs-mt {
    margin-top: 15px;
  }
  .transparent-white {
    background: none;
  }
  .header_area {
    background: #ccc;
  }
  .search-holder {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .video-wrapper {
    position: relative;
  }
  .login-links {
    margin-top: 19px;
    font-size: 13px;
  }
  /*.login-links .top-links .glyphicon:hover {
        background: #fff;
    }*/
  .search-holder {
    margin: 80px 0;
  }
  .search-holder .title {
    text-align: center;
    color: #fff;
  }
  .search-holder .title em {
    color: #fff;
  }
  .city {
    margin-bottom: 20px;
  }
  .enquirypage {
    background: grey;
  }
  .enquirypage .video-wrapper video {
    position: relative;
    bottom: 0;
  }
  .footer .col-sm-2,
  .footer .col-sm-3 {
    margin-bottom: 20px;
  }
  .subfooter {
    padding: 15px 0;
  }
  .subfooter .pull-right {
    float: left ! important;
    margin-top: 10px;
  }
  .category-banner {
    padding: 20px 0;
  }
  .mob-pag-mt {
    margin-top: 10px;
  }
  .thumbnail.list .img-responsive {
    margin-bottom: 15px;
  }
  .poi-images {
    min-height: 250px;
  }
  .sku-footer {
    line-height: 25px;
    text-align: center;
  }
  .sku-footer a,
  .sku-footer .glyphicon {
    font-size: 1.1em;
  }
}
@media (max-width: 991px) {
  .header-links {
    display: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-nav {
    position: relative;
    clear: both;
    float: none;
    margin: 7.5px 0;
    background: #005077;
    padding-bottom: 1em;
  }
  .navbar-nav > li {
    float: none;
  }
  .search-holder {
    margin-top: 0em !important;
    margin-bottom: 2em !important;
  }
  .sign-up-title .offer {
    top: auto;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 5px;
  }
  .enquirypage {
    background: grey;
  }
  .enquirypage .video-wrapper {
    position: relative;
  }
  .enquirypage .video-wrapper video {
    position: relative;
    bottom: 0;
    width: 100% !important;
    height: auto !important;
  }
  .enquirypage h1,
  .enquirypage label,
  .enquirypage p {
    color: #fff;
  }
}
@media (max-width: 1200px) {
  .search-holder {
    margin-top: 10em;
    margin-bottom: 10em;
  }
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
  .header-links.collapse {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1224px) {
  .review-slide blockquote {
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .search-holder {
    margin-top: 16em;
    margin-bottom: 16em;
  }
}
.review-pic {
  max-height: 500px;
  width: auto;
}
.form-text {
  height: 1140px;
}
