/* Availability.ie */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, li, ol, blockquote, pre, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, fig caption, footer, header, hgroup, menu, nav, output, section, summary, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
/*.modal-header a, .modal-footer a{
    color:white;
}
.modal-header, .modal-footer {
    background:#D6080F !important;
    color:white !important;
}
.modal-header a:hover, .modal-footer a:hover{
    color: cyan;
    transition:1s color linear;
}*/
.regverify .form-control {
    margin:1em 0;
    font-size: 14px;
}
.regverify p {
    font-size: 11px;
}
.modal-header a, .modal-footer a{
    color:#D6080F !important;
}
.modal-header{
    border-bottom: 1px solid #D6080F !important;
} 
.modal-footer {
    border-top: 1px solid #D6080F !important;
}
.modal-header, .modal-footer {
    background:white !important;
    color:#D6080F !important;
}
.modal-header a:hover, .modal-footer a:hover{
    color: cyan;
    transition:1s color linear;
}
/* Custom default button */
.btn-full {
    width:100%;
}
.btn-default, .btn-default:hover, .btn-default:focus {
    color: #333;
    text-shadow: none;
    /* Prevent inheritence from `body` */

background-color: #fff;
    border: 1px solid #fff;
}
.padding {
    padding: 10px;
}
.left-border {
    border-left: 1px solid #E5E5E5;
}
.navbar.navbar-default {
    background: none;
    border: none;
}
.main .nav.navbar-nav li a {
    color: #666666;
}
.nav.navbar-nav li a.btn {
    color: #D6080F;
}
.nav.navbar-nav li a.btn.btn-default {
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
}
.nav.navbar-nav li a.btn:hover {
    color: #d51d0d;
}
.getlisted a {
    color:white !important;
}
/*
* Base structure
*/

html, body {
    font-weight: normal;
}
body.modal-open, body.modal-open > .modal {
    padding: 0 !important;
    width: 100% !important;
}
body, p {
    font-family: Roboto, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: #a4a4a4;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6, h7 {
    font-family: Dosis, helvetica, sans-serif;
    font-weight: normal;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */

.site_wrapper {
    display: table;
    width: 100%;
    height: 100%;
    /* For at least Firefox */

min-height: 100%;
}
.fill-width {
    width:100vw;
    max-width: 100vw;
    /*margin-top:53px;*/
}
.main-margin {
    margin-top:53px;
}
.cover_slider {
    position: relative;
    border-bottom: 1px solid rgba(201, 201, 201, 0.4);
    z-index: 0;
}
.searchPage .container-fluid {
    padding-top: 50px;
}
/*
* FlexSlider amendments
*/

.flexslider ul.slides > li {
    background-position: center;
}
.cover_slider .flexslider .slides li {
    height: 100%;
    width: 100%;
}
.cover_slider .flexslider .slides {
    height: 850px;
    overflow: hidden;
    background: #757f88;
    /* Old browsers */

background: -moz-linear-gradient(top, #757f88 0%, #757f88 41%, #ffffff 100%);
    /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #757f88), color-stop(41%, #757f88), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #757f88 0%, #757f88 41%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #757f88 0%, #757f88 41%, #ffffff 100%);
    /* Opera 11.10+ */

background: -ms-linear-gradient(top, #757f88 0%, #757f88 41%, #ffffff 100%);
    /* IE10+ */

background: linear-gradient(to bottom, #757f88 0%, #757f88 41%, #ffffff 100%);
    /* W3C */

filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#757f88', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */

clear: both;
}
/*
* Header
*/

.navbar {
    margin: 0;
}
.site-nav > li {
    display: inline-block;
    padding-right: 20px;
    margin-right: 10px;
}
.site-nav > li > a {
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
}
.site-nav > li.getlisted > a.btn.btn-default {
    color: #fff;
}
.site-nav > li {
    padding: 10px 0;
}
.site-nav > li > a:hover, .site > li > a:focus {
    background-color: transparent;
    border-bottom-color: #a9a9a9;
    border-bottom-color: rgba(255, 255, 255, .25);
    color: rgba(238, 28, 36, .75);
}
li.explore a:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    margin-left: 5px;
}
.site-nav > li: last-child {
    padding-right: 0;
}
.site-nav > li ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    background: rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid #fff;
    border-bottom: 0;
    position: absolute;
    top: 100%;
}
.site-nav > li > ul li {
    float: none;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    padding: 10px 20px;
    list-style: none;
}
.site-nav > li ul li a {
    padding: 0 1em;
    margin-right: 0;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
}
.site-nav > li ul li a:after {
    content: '';
}
.site-nav > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.dropdown-menu>li>a:hover {
    color: #ed1c24 !important;
    background: transparent;
}
.dropdown-menu {
    border-radius: 0 !important;
    margin: 0 !important;
}
.site_heading {
    font-family: 'Montserrat', sans-serif !important;
    margin-top: 20%;
    /*width: 100vw;*/
    text-align: center;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.63) 0 0 5px;
}
.site_heading h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 55px;
    font-weight: 300;
}
@media only screen and (min-width: 768px) {
    .site_heading h1 {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 95px;
        font-weight: 300;
   }
}
.site_heading p {
    font-family: 'Montserrat', sans-serif !important;
    color: #fff;
    font-size: 25px;
}
.sign_in {
    float: right;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background: transparent !important;
    color: #ed1c24;
}
.readMore_btn {
    color: #fff;
    font-size: 14px;
}
.readMore_btn:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    color: #fff;
    margin-left: 5px;
}
.header-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.homepage .header-content {
    border-bottom: 1px solid #feffff;
}
.homepage .navbar-collapse.collapse.in {
    background: rgba(0, 0, 0, 0.55);
}
.homepage .navbar-collapse.collapse.in a {
    color: #fff;
    text-align: center;
}
.logo_company img, #logoTop img {
    width: 80%;
    max-width: 225px;
}
.homepage .logo_company img, .homepage #logoTop img {
    /* margin-top: -5px; */
}
#logoTop img {
    position: relative;
    top: -100px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fixed #logoTop img {
    top: 0;
}
/* FlexSlider  */

.flex-control-nav.flex-control-paging, .flex-direction-nav {
    display: none;
}
.availability_box {
    position: absolute;
    top: 600px;
    right: 0;
    left: 0;
    z-index: 2;
}
.availability_box.internalPages {
    top: 101%;
}
.availability_box.fixed {
    background-color: #efefef;
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 0;
    position: fixed;
    top: 0;
}
.availability_box.internalPages.avail_back.fixed {
    top: 50%;
}
span.icon-bar {
    background-color: #ed2223;
}
.availability {
    display: block;
    background: #f0f0f0;
    padding: 15px 10px;
    /* height:80px; */
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.icon {
    position: absolute;
    right: 1%;
    bottom: 0;
    top: 5px;
    color: #ee1c24;
    font-size: 34px;
}
#form_avail {
    display: block;
    height: 45px;
    position: relative;
}
.gradient {
    position: absolute;
    width: 100%;
    height: 30%;
    z-index: 1;
    top: 70%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.9)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.info_icons {
    color: #ee1c24;
    padding: 5px 0;
    font-size: 32px;
    margin-top: 20px;
}
.more_info {
    margin-top: 5%;
    text-align: center;
}
.more_info h2 {
    font-weight: normal;
    line-height: 2;
    padding: 0px 0;
    font-size: 24px;
    color: #666666;
}
.more_info p {
    font-weight: normal;
    color: #a4a4a4;
}
.get_listed {
    text-align: center;
    margin-top: 5%;
    background: #ee1c24;
    padding: 2% 0;
    color: #fff;
}
.get_listed p {
    padding: 15px;
    color: #fff;
}
#listed_btn {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 1% 5%;
    color: #fff;
}
#listed_btn:hover {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
}
#site_footer {
    text-align: left;
    margin-top: 2%;
    color: #a4a4a4;
}
#site_footer h2 {
    margin-top: 20px;
    padding-bottom: 20px;
    color: #666666;
}
#site_footer p {
    font-size: 12px;
}
.categories {
    background: #f0f0f0;
    padding: 40px 0;
}
.flexyTabs-controls-nav {
    background-color: white;
    color:#777 !important;
}
.flexyTabs-controls-nav li {
    display: inline;
    margin: 0px 5px;
    list-style: none;
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}
.flexyTabs-controls-nav .flex-active, .flexyTabs-controls-nav li:hover {
    color: #ee1c24;
}
.flexyTabs-controls-nav .flex-active {
    background-repeat: no-repeat;
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 0px #d7d7d7;
    z-index: 1 !important;
}
.flexyTabs-controls-nav .flex-active:after {
    content: " " !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    background: blue !important;
    height: 4px;
    width: 100%;
    /*margin: 0 auto;*/
    /*-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);*/
    bottom: -4px !important;
    z-index: 0 !important;
    /*box-shadow: 2px 2px 0px #d7d7d7;*/
}
.profilePage .flexyTabs-controls-nav .flex-active:after {
    /*box-shadow: 1px 1px 0px #d7d7d7;*/
}
.flexyTabs-controls-nav {
    text-align: center;
    padding: 10px 0 45px;
}
.bottomArrow {
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -20px;
    z-index: 0;
}
.datepicker_home:hover {
    cursor:pointer;
}
.avail_input {
    position: relative;
    width: 31%;
    display: inline-block;
    box-shadow: 1px 1px 1px #d7d7d7;
    background: #fff;
    height: 45px;
    vertical-align: text-bottom;
    overflow: visible;
}
.fixed .avail_input {
    width: 20%;
}
#logoTop {
    position: relative;
}
.fixed #logoTop {
    width: 30%;
    display: inline-block !important;
    vertical-align: top;
    position: relative;
}
.button_submit {
    width: 4%;
    float: right;
    height: 100%;
    position: relative;
}
#form_avail_additional .button_submit * {
    width: auto;
    color: #fff;
}
.button_submit button {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
}
.button_submit button .icon {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 5px;
    color: #ee1c24;
    font-size: 34px;
}
.avail_input.whenPicker {
    overflow: hidden;
}
.avail_input label {
    padding-left: 10px;
    color: #d7d7d7;
    position: absolute;
    left: 0;
    top: 30%;
}
.avail_input input.avail_inputElement {
    width: 100%;
    padding: 5px 0 5px 25%;
    border: none;
    height: 100%;
    margin-left: 0px;
}
.avail_input input.avail_inputElement, .avail_input label {
    font-size: 14px;
}
.icon_avail {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    color: #d7d7d7;
    font-size: 24px;
    width: 30px;
    text-align: center;
}
.icon_avail i.fa {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}
.avail_input .bootstrap-select {
    width: 100% !important;
    height: 100%;
    padding: 5px 0 5px 25%;
}
.bootstrap-select.btn-group .btn .caret  {
    display: none;
}
/*select2 styling*/

.venue-s2 {
    height: 45px;
    line-height: 2em;
    /*margin-left: 60px;*/
    width: 100%;
    border: 0px;
}
.venue-s2 > a.select2-choice {
    border: 0px;
    border-radius: 0px;
    box-shadow: 0px;
    height: 45px;
    line-height: 2em;
}
.venue-s2 > a.select2-choice > span.select2-arrow {
    top: 7px;
}
/*#s2id_enquiry-venue {
    height:45px;
    width:100%;
    padding-left:60px;
}

#s2id_enquiry-venue > a.select2-choice {
    height:45px;
}
#s2id_enquiry-venue > .select2-container .select2-choice > .select2-chosen{
    height:45px;
    line-height: 2em;
}
#s2id_enquiry-venue > .select2-arrow {
    top:7px;
}
*/

button.btn.dropdown-toggle.selectpicker.btn-default {
    background: #fff;
    border: 0;
    height: 100% !important;
    padding: 0;
    box-shadow: none;
    color: #3b3b3b;
}
span.availability-state {
    text-transform: uppercase;
    font-weight: bold;
}
.footer {
    text-align: center;
    padding: 20px;
    background: #767676;
    margin-top: 30px;
    clear: both;
}
li.bigTab {
    background: #efefef;
    width: 100%;
    min-height: 1110px;
}
/* ---- .item ---- */

.item > img {
    width: 0;
    height: 0;
}
.item {
    width: 24%;
    background: #000;
    margin: 0.5%;
    overflow: hidden;
    height: 268px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    float: left;
    border: 0 !important;
}
.item.w2 {
    width: 49%;
}
.item.w3 {
    width: 74%;
}
.item.w4 {
    width: 99%;
}
.info_category {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    /*background: rgba(237, 28, 36, 0.8);*/
    padding: 5px;
    width: 100%;
    color: white;
    text-align: center;
    /*margin: 10px auto;*/
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.65) 96%, rgba(0,0,0,0.65) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0.01)), color-stop(96%,rgba(0,0,0,0.65)), color-stop(99%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.65) 96%,rgba(0,0,0,0.65) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.65) 96%,rgba(0,0,0,0.65) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.65) 96%,rgba(0,0,0,0.65) 99%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.65) 96%,rgba(0,0,0,0.65) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.info_category h2 {
    line-height: 2;
    font-size: 14px;
    letter-spacing: 0.9px;
}
h1, h2, h3, h4 {
    font-weight: normal;
}
a {
    text-decoration: none !important;
    cursor: pointer;
}
p {
    line-height: 1.5;
    font-weight: 300;
    color: #a4a4a4;
    font-weight: 300;
    font-size: 14px;
}
* {
    font-weight: normal;
}
.btn-default, .btn-default:hover, .btn-default:focus {
    text-shadow: none;
    background-color: #d6080f;
    border: none;
    color: #fff;
}
.btn {
    border-radius: 0;
}
span.review_category {
    position: relative;
}
span.ie-stars-rating {
    display: inline-block;
    position: relative;
}
span.ie-stars-rating i.fa-star {
    position: absolute;
    left: 1px;
    bottom: 1px;
    font-size: 1em;
    overflow: hidden;
}
span.ie-stars-rating.one-quarter i.fa-star {
    width: 35%;
}
span.ie-stars-rating.two-quarter i.fa-star {
    width: 45%;
}
span.ie-stars-rating.three-quarter i.fa-star {
    width: 55%;
}
.header-content.main, .header-content.main-header {
    /*position: fixed;*/
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.03) 0 5px 0;
    margin: 0 auto;
    border-bottom: 1px solid #d51d0d;
    padding-top: 0 !important;
}
.header-content.main .site-nav > li > a, .header-content.main-header .site-nav > li > a {
    color: #efefef;
    /* IE8 proofing */

padding: 2px 5px;
    border-radius: 2px;
    margin-right: 10px;
    color: rgba(0, 0, 0, .4);
}
.header-content.main .site-nav > li > a:hover, .header-content.main .site-nav > li > a:focus {
    color: rgba(238, 28, 36, .75);
}
.header-content.main .site-nav > li ul li a {
    color: #9c9c9c;
}
.header-content.main .site-nav > li ul {
    background: rgba(0, 0, 0, 0.5);
}
.header-content.main .logo_company, .header-content.main-header .logo_company {
    padding-top: 5px;
}
.profile-circular.extra_mini {
    width: 30px;
    height: 30px;
    background-image: url('../images/default_profile.jpg');
    background-size: cover;
    display: block;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin-top: 5px;
    float: left;
}
.profile-circular.mini {
    width: 45px;
    height: 45px;
    cursor: pointer;
    margin-top: 5px;
    background-image: url('../images/default_profile.jpg');
    background-size: cover;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.Reviews .profile-circular.mini {
    float: left;
}
.profile-circular.medium {
    width: 80px;
    height: 80px;
    background-image: url('../images/default_profile.jpg');
    background-size: cover;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    margin-top: 5px;
    float: left;
}
.profile-circular.large {
    width: 100px;
    height: 100px;
    background-image: url('../images/default_profile.jpg');
    background-size: cover;
    display: block;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin-top: 5px;
       position:absolute;
       top:20px;
}
.profile-circular.extra_large {
    width: 140px;
    height: 140px;
    background-image: url('../images/default_profile.jpg');
    background-size: cover;
    display: block;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    margin-top: 5px;
}
.header-content.main .col-md-7, .search_profile {
    margin-top: 5px;
}
.search_profile .site-nav-search {
    float: left;
    padding-top: 10px;
    cursor: pointer;
}
.site-nav-search.active {
    color: #ed2223;
}
.search_profile .profile-circular.mini {
    background-image: url('../images/default_profile.jpg');
    width: 40px;
    height: 40px;
    float: right;
}
.nav_breadCrumb {
    position: absolute;
    top: 50px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    width: 100%;
}
.nav_breadCrumb .breadcrumb {
    padding: 8px 30px;
    margin-bottom: 0px !important;
    list-style: none;
    background-color: transparent !important;
    border-radius: 0;
}
.nav_breadCrumb .breadcrumb li a {
    font-size: 14px;
    color: #fff;
}
.breadcrumb li.active a, li.active a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.nav_breadCrumb .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
}
.profilePage .cover_slider {
    border-bottom: none;
}
.profilePage .cover_slider .flexslider .slides {
    height: 600px;
}
/* review header*/

.review_verified {
    float: left;
    margin-left: 5px;
    color: #ed1c24;
    position: relative;
    margin-top: 10px;
}
.corner_ratings {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    vertical-align: middle;
    width:100%;
    height:40px;
    background: -moz-linear-gradient(top, rgba(145,145,145,0.65) 0%, rgba(145,145,145,0.64) 1%, rgba(55,55,55,0) 62%, rgba(0,0,0,0) 99%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,145,145,0.65)), color-stop(1%,rgba(145,145,145,0.64)), color-stop(62%,rgba(55,55,55,0)), color-stop(99%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(145,145,145,0.65) 0%,rgba(145,145,145,0.64) 1%,rgba(55,55,55,0) 62%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(145,145,145,0.65) 0%,rgba(145,145,145,0.64) 1%,rgba(55,55,55,0) 62%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(145,145,145,0.65) 0%,rgba(145,145,145,0.64) 1%,rgba(55,55,55,0) 62%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(145,145,145,0.65) 0%,rgba(145,145,145,0.64) 1%,rgba(55,55,55,0) 62%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6919191', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.corner_ratings .review_verified {
    float: none;
    margin: 0;
    /*background-color: rgba(254, 255, 255, 0.70);*/
    padding: 3px;
}
.corner_ratings .review_verified span {
    font-size: 9px;
    margin-top: -2px;
}
.corner_ratings .favourite {
    color: #ed1c24;
    font-size: 15px;
}
.white-force {
    font-size: 1$px;
    color: #fff !important;
    z-index: 1;
}
.review_header {
    position: absolute;
    background-image: url("../images/review_back.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 20px;
    color: #fff;
    width: 240px;
    height: 240px;
    right: 5%;
    top: 130px;
    padding-top: 50px;
    text-align: center;
}
.review_details p {
    line-height: 1.2;
    color: #9c9c9c;
    font-size: 14px;
}
.review_header .review_details p {
    line-height: 1;
    color: #fff;
    font-size: 14px;
}
.review_details span {
    display: block;
}
.review_details {
    float: left;
    text-align: left;
    padding: 10px 0 0 5px;
}
.review_header .profile-circular {
    margin-left: 40px;
    float: left;
}
.review_header h3 {
    font-size: 32px;
    text-shadow: rgba(0, 0, 0, 0.63) 0 0 5px;
    padding-top: 10px;
    font-weight: 300;
}
/*profile header*/

.profile_header {
    /*background: rgba(0, 0, 0, 0.5);*/
    margin: 0 auto;
    float: none;
}
.catergory_description {
    text-align: center;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.63) 0 0 5px;
}
.catergory_description h1 {
    font-size: 38px;
    font-weight: 300;
}
.event-type {
    font-size: 14px;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.63) 0 0 5px;
}
.profile_header span {
    text-align: center;
    /*display: block;*/
}
.more_info_buttons {
    padding-top: 10px;
}
.profilePage .more_info_buttons button {
    background: #ed1c24;
    border: none;
    padding: 10px 10px;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
}
#contact_btn {
    margin-bottom: 10px;
}
.container.profile_headers .row {
    margin-right: 0 !important;
}
.under_profile_header{
      background-color: #eee;
  /*height: 70px;*/
  padding: 10px;
  position:absolute;
  bottom:0;
  width:100%;
}
.wrap {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.65) 96%, rgba(0,0,0,0.65) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0.01)), color-stop(96%,rgba(0,0,0,0.65)), color-stop(99%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.65) 96%,rgba(0,0,0,0.65) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.65) 96%,rgba(0,0,0,0.65) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.65) 96%,rgba(0,0,0,0.65) 99%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.65) 96%,rgba(0,0,0,0.65) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 465px;
    /*bottom:0;*/
    right: 0;
    left: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    height:134px;
}
/*availabily banner*/

.availability_banner {
    text-align: center;
    background: blue;
    /*padding: 10px 0;*/
    display: block;
    color: #fff;
    position:absolute;
    top:50px;
float:left; margin: 0 auto; padding:5px;
    min-height:30px;
    width:100%;
    z-index: 1000;
    padding:1px 10px;
}
.availability_banner form .whenPicker  {
    width:90%;
    float:left;
    padding:0;
}
.availability_banner form .whenPicker input  {
    padding:0;
}
@media only screen and (min-width:480px){
    .availability_banner {
        
        top:86px;
    }
}
@media only screen and (min-width:768px){
    .availability_banner{
    float:none;
    width:none;

    }
    .availability_banner form .whenPicker  {
        width:253px;
        float:none;
    }

}   
span.review_date {
    font-weight: 600;
    font-size: 0.8em;
    margin-left: 10px;
    cursor: pointer;
}
form#form_avail_additional {
    padding: 10px 0;
}
/*.availability_banner.mobile {
    display: none;
    position:absolute;
    top:51px;
}*/
.review_date a {
    text-transform: none;
    font-size: 12px;
    color: #fff;
}
.review_date a:hover {
    color: #333;
}
.icon_profile {
    padding-left: 20px;
    font-size: 15px;
}
.reviews_list > .icon_profile {
    font-size: 8px;
}
.category_details ul.flexyTabs-controls-nav li {
    text-align: center;
}
.category_details .flexyTabs-controls-nav .flex-active {
    box-shadow: 0px 2px 0px #d7d7d7;
}
.category_details li a {
    color: #dadada;
}
.category_details li.active a, li.active a:hover {
    color: #fff;
}
.category_details .flexyTabs {
    margin-top: -34px;
    border-top: 1px solid #d7d7d7;
    border-right: 0;
    border-left: 0;
}
.category_details .flexyTabs-controls-nav li {
    display: inline;
    margin: 0;
    list-style: none;
    font-size: 13px;
    padding: 10px 10px;
    text-decoration: none;
    cursor: pointer;
    text-indent: 0;
    word-spacing: 0;
    white-space: normal;
    box-shadow: none !important;
}
body > .container-fluid > .category_details > .container > div > ul > li i {
    color: #dadada;
}
.category_details > .container > div > ul > li.flex-active i {
    color: #ed1c24 !important;
}
.category_details > .container > div > ul > li.flex-active i.white-force {
    color: #fff !important;
}
.category_details .flexyTabs-controls-nav i {
    padding-right: 0;
}
/*-----  Tabs -----*/

.tabs {} .tab {
    display: none;
}
.tab.active {
    display: block;
}
.tabs .tab-links {
    text-align: center;
}
.tabs {
    width: 100%;
    display: inline-block;
}
.tab-links:after {
    display: block;
    clear: both;
    content: '';
}
.tab-links li {
    margin: 0px 5px;
    float: left;
    list-style: none;
}
.tab-links a {
    display: inline-block;
    font-size: 14px;
    transition: all linear 0.15s;
    color: #fff;
    padding: 10px;
}
.tab-links a:hover {
    color: #ed1c24;
    text-decoration: none;
}
li.active a, li.active a:hover {
    color: #ed1c24;
}
/*----- Content of Tabs -----*/

.tab-content .photos {} .tab {
    display: none;
}
.tab.active {
    display: block;
}
.category_details .flexyTabs .sub_navigation {
    background: #757f88;
    /* Old browsers */

background: -moz-linear-gradient(top, #757f88 0%, #757f88 41%, #ffffff 100%);
    /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #757f88), color-stop(41%, #757f88), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #757f88 0%, #757f88 41%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #757f88 0%, #757f88 41%, #ffffff 100%);
    /* Opera 11.10+ */

background: -ms-linear-gradient(top, #757f88 0%, #757f88 41%, #ffffff 100%);
    /* IE10+ */

background: linear-gradient(to bottom, #757f88 0%, #757f88 41%, #ffffff 100%);
    /* W3C */

filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#757f88', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}
.login-container-background {
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 80px;
}
.sub_navigation ul {
    padding: 10px 0 0px 0;
}
.sub_navigation ul li {
    text-decoration: none;
    padding-right: 10px;
    font-size: 14px;
}
.sub_navigation ul li:hover {
    color: #ed1c24;
    border-bottom: none;
}
.profile_tab h3, .audio_content h3 {
    font-size: 28px;
    padding-bottom: 20px;
    color: #454545;
}
.Reviews h3 {
    font-size: 16px;
    clear: both;
}
.Reviews .review_category {
    padding: 10px 0;
    display: block;
}
span.review p:before {
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 12px;
    content: "\f10d";
}
span.review p {
    color: #a4a4a4;
    font-weight: 300;
    text-indent: -25px;
    font-size: 14px;
    clear: both;
}
.col1 {
    padding: 0px 30px;
    padding-top: 20px;
    overflow: hidden;
}
.Reviews .review_verified {
    float: right;
}
.Reviews .review_details {
    padding-left: 20px;
}
.Reviews .review_details p {
    font-weight: 300;
    font-size: 13px;
}
.Reviews {
    border-top: 1px solid #d7d7d7;
    margin-top: 1em;
    padding-top: 1em;
}
.content_related {
    padding: 40px 0;
}
.content_related h1 {
    text-align: center;
    font-size: 34px;
    color: #454545;
    padding-bottom: 1em
}
.review_tabs {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 5em;
}
.review_tabs .tab-links li {
    text-align: center;
    float: none;
    display: inline-block;
}
.review_tabs .tab-links li {
    position: relative;
}
.review_tabs .tab-links a {
    color: #454545;
}
.review_tabs li.active a, li.active a:hover {
    color: #ed1c24;
}
.review_tabs .tab-links .active {
    background-repeat: no-repeat;
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 0px #d7d7d7;
    z-index: 1 !important;
    color: #ed1c24;
}
.review_tabs .tab-links .active:after {
    content: " " !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    background: #fff !important;
    height: 15px;
    width: 15px;
    margin: 0 auto;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -8px !important;
    z-index: 0 !important;
    box-shadow: 2px 2px 0px #d7d7d7;
}
.review_tabs .review_title {
    font-size: 32px;
    line-height: 1.5;
    color: #454545;
}
.review_tabs .review p {
    padding-top: 15px;
    font-size: 16px;
}
.review_tabs .review_details {
    padding-left: 10px;
}
.review_tabs .review_details, .review_tabs .review_verified {
    float: left;
}
.review_tabs .review_verified {
    font-size: 13px;
    margin-top: 5px;
}
.review_tabs .review_name {
    color: #454545;
    font-size: 16px;
}
.review_tabs .review_place {
    font-weight: 300;
}
.grouped_details {
    padding-top: 40px;
}
.item2 {
    float: left;
    width: 24%;
    background: #000;
    margin: 0.5%;
    border: 0 !important;
    overflow: hidden;
    height: 268px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.item2.width2 {
    width: 49%;
}
/*Contact form*/

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    color: #454545;
    line-height: 1.5;
    font-weight: 300;
}
.form-control {
    font-size: 12px;
}
.profile_tab .contact_content p:before {
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 12px;
    content: "\f0e0";
}
.about_content p, .event_content p {
    padding-bottom: 20px;
}
.category_details > table > tbody > tr > td {
    font-size: 14px;
}
.table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    line-height: 1.5;
    font-weight: 300;
    color: #a4a4a4;
    font-weight: 300;
    font-size: 14px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th {
    color: #454545 !important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #a4a4a4;
    font-weight: 300;
}
body > .container-fluid > .review_tabs > div > div > div {
    padding-top: 20px;
}
#playlist li a:before {
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 12px;
    content: "\f04b";
}
#playlist > li {
    border-bottom: 1px solid #d7d7d7 !important;
}
#playlist li a {
    width: 100%;
    color: #666666;
}
#playlist li a:hover {
    color: #ed1c24;
}
.category_details #playlist .list-group-item.active, #playlist .list-group-item.active:hover, #playlist .list-group-item.active:focus {
    background: none;
    color: #ed1c24 !important;
}
.audio_content {
    padding-top: 2em;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    border-color: #d7d7d7;
}
#playlist {
    background: #fff;
    width: 100%;
}
/* Buttons */

.btn {
    border-radius: 0;
}
.btn.btn-secondary {
    background: #fff;
}
.btn.btn-secondary.active {
    color: #ed1c24;
}
ul.filters {
    list-style: none;
    padding: 10px;
}
ul.filters li {
    margin: 5px 0;
}
.filter_entry h3 {
    font-size: 1.5em;
}
.filter_entry h4 {
    font-size: 0.8em;
    border: 1px solid #feffff;
    border-right: 0;
    border-left: 0;
    padding: 5px;
    text-transform: uppercase;
}
ul.filters li label {
    margin-left: 10px;
    font-size: 0.9em;
}
ul.filters li span {
    float: right;
}
.row > .item_picture img {
    display: none;
}
.row.results {
    background-color: #f6f6f6;
    text-align: center;
    position: relative;
    margin: 50px 0;
}
.row.results .container-fluid {
    position: relative;
    padding: 20px 5px;
    background:#23B14D;

}
.row.results .container-fluid a:hover {
    color:red;
    transition: 0.2s color linear;
    -webkit-transition: 0.2s color linear;
}
.search_box {
      height: 0px;
      /*overflow-y: hidden;*/
}
.edit_search {
    color:white;
    text-decoration: underline !important;
    margin-left:10px;
}
.row.results .container-fluid p {
    font-size: 18px;
    color:white;
}
.hidden {
    display: none !important;
}
#toggle_filter {
    position: absolute;
    right: 5px;
    top: 10px;
}
.item_picture {
    height: 157px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.item_description h2.artist_title {
    font-size: 40px;
    color: #606060;
}
.item_description .review_category i {
    color: #ec2223;
}
.item_list.row {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #d1d1d1;
}
.item_list.row:first-child {
    padding-top: 0;
}
.item_list.row: last-child {
    border-bottom: 0;
}
.item_description .review_category {
    display: block;
    margin: 5px 0;
}
.item_description .artist_genre {
    margin: 5px 0;
}
.filterList {
    background-color: #9f9f9f;
    color: #fff;
}
/* generic page*/

.genericPage .cover_slider .flexslider .slides {
    height: 600px;
}
.nav_sub.nav.site-nav {
    margin-bottom: 30px;
    text-align: center !important;
}
.top-secondary-menu .nav_sub.nav.site-nav {
    margin-bottom: 0px;
    background-color: #f7f7f7;
    clear: both;
}
.nav_sub.nav.site-nav li a {
    display: inline;
    color: #666666;
}
.nav_sub.nav.site-nav li a:hover {
    color: #ed1c24;
}
#how_it_works {
    padding-bottom: 2em;
}
#how_it_works h1, .content_info h1, .testimonials h1 {
    text-align: center;
    font-size: 34px;
    color: #454545;
    padding: 1em 0 0.8em 0;
}
#how_it_works, .content_info, .testimonials, .social {
    padding-bottom: 2em;
}
#how_it_works h3 {
    color: #dadada;
}
#how_it_works h2 {
    font-weight: 300;
    font-size: 21px;
    padding: 0px 0 10px 0;
}
.content_info p {
    padding-bottom: 12px;
}
.testimonials {
    padding-bottom: 3em;
}
.testimonial_details {
    clear: both;
}
.testimonial_details {
    padding: 20px 0 10px 0;
}
.testimonial_details span {
    display: inline-block;
    vertical-align: top;
}
.test_icon {
    color: #ee1c24;
    font-size: 18px;
}
.test_name {
    color: #666666;
}
.test_place {
    line-height: 1;
    font-size: 12px;
}
.social {
    background: #f1f1f1;
    text-align: center;
    padding-bottom: 2em;
}
.social h1 {
    padding: 1em 0 0.5em 0;
    font-size: 34px;
}
.social .social_container {
    font-size: 34px;
    padding: 10px 5px 10px 5px;
}
.social .social_container i.fa:hover {
    color: #ee1c24;
}
.genericPage .get_listed {
    margin: 0;
}
.how_detail a {
    margin-top: 20px;
    background: transparent;
    border: 1px solid #ee1c24;
    color: #ee1c24;
    border-radius: 5px;
    padding: 1% 5%;
    font-family: dosis, helvetica, sans-serif;
}
.how_detail a:hover {
    background: #ed1c24;
    color: #fff;
}
a.upload_btn:after {
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 12px;
    content: "\f007";
}
a.target_btn:after {
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 12px;
    content: "\f041";
}
/* user profile page*/

.user_dash {
    margin-top: 50px;
}
.user_dash .profile-circular.extra_large {
    background-image: url('../images/default_profile.jpg');
    width: 140px;
    height: 140px;
    margin: 20px auto;
}
.user_dash .flexyTabs-controls-nav {
    text-align: left !important;
    padding: 0 !important;
}
.user_dash .flexyTabs-controls-nav .flex-active:after {
    content: none !important;
}
.user_dash .flexyTabs-controls-nav .flex-active {
    background: none !important;
    box-shadow: none !important;
}
.user_dash .flexyTabs-controls-nav .flex-active {
    color: #ed1c24;
}
.user_dash .flexyTabs-controls-nav li {
    display: block !important;
    padding: 20px 50px 20px 50px;
    border-bottom: 1px solid #414141;
    color: #d4d4d4;
    font-size: 14px;
}
.user_dash .flexyTabs-controls-nav li i {
    float: right;
}
.user_dash h1 {
    text-align: center;
    color: #fff;
    padding: 0px 0 10px 0;
    font-size: 24px;
}
.col-md-3.dashboard_nav {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.col-md-9.dashboard_tab {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.user_avail .bootstrap-select {
    width: 100% !important;
    height: 100%;
    padding: 5px 0 5px 25%;
}
.dashboard_tab {
    background: #f1f1f1;
    min-height: 520px;
}
.table-container {
    background: #f1f1f1;
    color: #666666;
}
.dashboard_tab h1 {
    font-size: 34px;
    text-align: left;
    color: #666666;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 30px;
}
.dashboard_tab h1 i.fa {
    margin-right: 15px;
}
.table {
    width: 100%;
}
.booking span, .favourite span {
    vertical-align: middle;
    display: inline-block !important;
    padding-right: 20px;
}
.table_container {
    padding-top: 50px;
}
.user_dash .table tr {
    border-bottom: 1px solid #d7d7d7;
}
.user_dash .list-group-item {
    background: none;
}
.user_dash .table>tbody>tr>td {
    padding: 10px 30px 10px 30px;
    color: #666666;
    vertical-align: middle !important;
    border: none;
}
.user_dash .table>tbody>tr>td a i.fa.fa-chevron-right {
    margin-left: 10px;
    color: #ed1c24;
}
.user_dash .user .table>tbody>tr>td a i.fa {
    font-size: 24px;
}
.dashboard_nav li span.badge {
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 12px;
    background: none;
}
.dashboard_nav li i.fa {
    font-size: 21px;
}
.user_dash .user .table>tbody>tr>td a i.fa:hover {
    color: #ed1c24;
}
.user_dash .table>tbody>tr>td a {
    color: #666666;
}
.user_dash .table>tbody>tr>td a:hover {
    color: #ed1c24;
}
.user_dash .table td i {
    color: #dadada;
}
.recent_view, .user_review {
    clear: both;
    padding: 30px 0;
}
.recent_view h2, .user_review h2 {
    padding: 10px 0 20px 0;
    font-size: 21px;
    color: #666666;
}
.user_review .review_title {
    font-size: 32px;
    color: #666666;
}
.user_review .review_category {
    display: block;
    color: #666666;
    padding-bottom: 10px;
}
.user_review .review_verified {
    float: left;
    margin: 10px 0 0 0px;
    font-size: 14px;
}
.recent_view span {
    display: inline-block;
    vertical-align: middle;
}
.recent_view li {
    list-style: none;
}
.recent_view span a {
    font-size: 12px;
    color: #ed1c24;
}
.user_dash .favourite .table td i {
    font-size: 18px;
}
.dashboard_nav {
    background: #292929;
    min-height: 500px;
}
.user_dash .table td span {
    display: block;
}
.user_dash .inbox_title {
    font-weight: 400;
}
.user_dash .message {
    color: #a4a4a4;
}
#Suppliers.tab .row {
    border-bottom: 1px solid #eee;
    padding: 3px;
}
#Suppliers.tab .row .endorsement_group .endorsement img {
    width: 60px;
    margin: 2px 2px 2px 0;
}
#blueimp-gallery .modal-content {
    background: none;
}
#blueimp-gallery .modal-header {
    border: none;
}
#blueimp-gallery .modal-footer {
    border: none;
    padding: 2% 25%;
}
#blueimp-gallery .modal-footer .btn {
    background: none;
    font-size: 0.7em;
    opacity: 0.7;
    cursor: pointer;
}
#blueimp-gallery .modal-header * {
    color: #fff;
    opacity: 1;
}
/* Smaller than standard 960 (devices and browsers) */
.profile-circular {
    z-index:1000;
}
.profile-circular > span {
    display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  bottom: -90px;
  color: white;
  text-shadow: 1px 1px black;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .catergory_description h1 {
        font-size: 28px;
   }
   .category-image .profile-circular.large {
       width: 80px;
       height: 80px;
       background-image: url('../images/default_profile.jpg');
       background-size: cover;
       display: block;
       border-radius: 40px;
       -webkit-border-radius: 40px;
       -moz-border-radius: 40px;
       /*margin-top: 5px;*/
  }
  .event-type {
      display: none;
 }
 body > .container-fluid > .review_tabs > div > div > div {
     padding-top: 20px;
}
.Reviews .review_verified {
    float: left;
}
.review_tabs .review_verified {
    padding-top: 25px;
    padding-left: 10px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .category_details .flexyTabs-controls-nav li i {
        display: none;
   }
   .wrap .profile-circular.large {
       /*display: none;*/
  }
  .review_header {
      display: none;
 }
 .profile_header {
     padding-bottom: 0;
}
.wrap {
    /*top: 300px;*/
}
ul.nav.navbar-nav {
    text-align: center;
}
}
@media only screen and (max-width: 479px) {
    #availabilityLogo {
        /* margin-left: 40px; */
   }
   .button_submit button {
       position: inherit;
       height: 40px;
       text-align: center;
  }
  ul.nav.navbar-nav li {
      border-top: 1px solid #f3f3f3;
 }
 .profile-panel.active #dropdownProfile.profile-circular.mini.dropdown-toggle {
     margin: 10px auto;
}
.homepage #availabilityLogo {
    /* margin-left: 40px; */

/* margin-top: -15px; */
}
.flexyTabs-controls-nav > li, .review_tabs .tab-links > li {
    background: none !important;
    box-shadow: 0px 2px 0px transparent !important;
    padding: 0;
}
.avail_input {
    width: 100%;
    margin-bottom: 5px;
    display: block;
}
.availability {
    height: auto;
}
.availability_box {
    top: 470px;
}
.row.results .container p {
    text-align: left;
    width: 60%;
    font-size: 16px;
    margin-left: 5%;
}
#toggle_filter {
    margin-top: 5%;
    margin-right: 5%;
}
li.bigTab {
    min-height: 0;
}
.item {
    height: 180px;
    width: 49%;
}
.info_category {
    /*width: 85%;*/
    padding: 1%;
}
.flexyTabs-controls-nav .flex-active:after, .review_tabs .tab-links .active:after {
    display: none;
}
.profilePage .flexyTabs-controls-nav .flex-active:after {
    box-shadow: 1px 1px 0px #d7d7d7;
}
#form_avail {
    height: auto;
}
.wrap .profile-circular.large {
    /*display: none;*/
}
.site-nav-search {
    display: none;
}
.search_profile {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
ul.nav.navbar-nav {
    text-align: center;
    margin: 0 auto;
}
.wrap {
    /*top: 300px;*/
}
.review_header {
    display: none;
}
.review_tabs .review_verified {
    padding-top: 30px!IMPORTANT;
}
.availability_banner {
    /*display: none;*/
}
/*.availability_banner.mobile {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 5px 0 10px 0;
}*/
/*.availability_banner.mobile span {} .available_date {
    font-size: 11px;
}*/
.quote a {
    font-size: 11px;
    color: #fff;
    text-transform: none;
}
.quote a:hover {
    color: #dadada;
}
.category_details .flexyTabs-controls-nav li.contact_list {
    display: none;
}
.category_details .flexyTabs-controls-nav li i {
    display: none;
}
.category_details .tab-links {
    display: none;
}
.nav_breadCrumb {
    display: none;
}
.profile_header {
    padding-bottom: 10px;
}
.category_details .flexyTabs-controls-nav {
    text-align: center;
    overflow: hidden;
}
.calendar {
    font-size: 21px;
    font-weight: 100;
}
.check {
    margin-left: -21px;
    font-size: 12px;
    font-weight: 100;
}
.audio_content, .video_content {
    display: none;
}
}
@media only screen and (max-width: 959px) {}/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 959px) {}/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {}/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .avail_input label {
        display: none;
   }
   .avail_input input, .availability_box .bootstrap-select {
       padding-left: 4% !important;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {
    #form_avail .button_submit {
        display: block !important;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        float: none;
        height: auto;
   }
   .info_icons {
       color: #ee1c24;
       padding: 5px 0;
       font-size: 32px;
  }
  .logo_company.navbar-brand {
      /* padding:20px 0; */
 }
 .navbar-default .navbar-toggle {
     margin: 20px 0;
     margin-right: 15px;
}
.header-content .container {
    padding: 0;
}
.header-content .col-md-9 {
    padding: 0;
}
.navbar-header {
    border: none;
}
.site-nav > li {
    display: block;
    border-bottom: 1px solid #d7d7d7;
}
.site-nav > li {
    margin: 0;
}
.site-nav > li {
    padding: 0;
    background: rgba(255, 255, 255, 0.6);
}
.site-nav > li a {
    padding-left: 30px;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar {
    margin: 0;
    border-bottom: none;
}
.navbar-nav {
    margin: 0;
}
.sign_in {
    float: none;
}
}
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
   }
}
/*paco@murrion.com*/

.disabled-button {
    opacity: 0.5;
}
/*.bootstrap-select2 {
    width: 220px;
    display: inline-block;
    float: none;
    margin-left: 0;
    
    height: 100% !important;
    padding: 5px 0 5px 25%;
    width: 100% !important;
    
    position: relative;
    vertical-align: middle;
    
      border: 0 none;
    font: inherit;
}

.venuepicker.form-control {
    padding:2px 12px; 
}

.form-control.no-border {
    border: 0 none;
    box-shadow: none;
}

.select2-container .select2-choice .Select2Container {
    border: 0 none;
   }
   
   
.nav.navbar-nav li a.btn.btn-link {
    color: #666666; 
}

#s2id_enquiry-venue-contact.select2-container.form-control.venuepicker {
    height:42px;
}*/

/*end paco@murrion.com*/

.content_info .clm2 img, .content_info .clm1 img {
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    max-width: 300px;
    max-height: 179px;
}
.content_info .clm2, .content_info .clm1 {
    min-height: 250px;
    padding: 2em 0;
}
.content_info .clm1 {
    background-color: #f8f8f8;
}
.connection_cost {
    background: #fff;
    border: 2px solid #919191;
    border-radius: 5px;
    margin-top: 59px !important;
    margin-bottom: 59px !important;
}
.connection_cost p {
    padding: 5%;
    color: #919191 !important;
    font-size: 15px;
    font-weight: bold;
}
.balance {
    border-top: 2px solid #454545;
}
.content_info ul li, .content_info tr td {
    line-height: 1.5;
    color: #454545;
    font-weight: 300;
    font-size: 21px;
    padding-bottom: 10px;
}
.content_info tr td {
    font-weight: 600;
    color: #454545;
}
.content_info .clm2 p, .content_info .clm1 p {
    font-size: 21px;
    color: #8e8e8e;
    text-align: center;
}
.content_info .clm1 h3, .content_info .clm2 h3 {
    text-align: center;
}
.content_info .btn {
    color: #d41d0d;
    border: 1px solid #d41d0d;
    text-align: center;
    border-radius: 3px;
}
.content_info .btn.btn-default {
    color: #fff;
}
.content_info .clm1 .btn, .content_info .clm2 .btn {
    margin: 0 auto !important;
    text-align: center !important;
    display: block;
    max-width: 250px;
}
.readMore_btn:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    color: #d41d0d;
    margin-left: 5px;
}
.thumbs_icon {
    font-size: 34px;
    padding-bottom: 10px;
    color: red;
}
.small_thumbs h1 {
    text-align: center;
}
.small_thumbs a {
    color: #666666;
}
.small_thumbs {
    text-align: center;
    padding-bottom: 4em;
}
.small_thumbs h2 {
    text-align: center;
    font-size: 24px;
}
.nav_sub.nav > li > a.active {
    color: #d41d0d;
}
.genericPage #site_footer, .genericPage .footer {
    margin-top: 0;
}
video.video.autoplay {
    position: absolute;
    min-height: 100% !important;
    min-width: 100% !important;
    z-index: 0;
    top: 0;
}
.homepage .nav.navbar-nav > li > a.btn {
    color: #fff;
}
.homepage .nav.navbar-nav > li > a.btn:hover {
    background: transparent;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    border: 0
}
.full-width-input {
    min-width: 100%;
}
/*.gallery-photo-container:nth-child(2n){
    width:60%;
}
.gallery-photo-container:nth-child(2n+1){
    width:40%;
}*/

#previewPane {
    min-width: 400px;
    min-height: 300px;
    background: lightgrey;
}
#previewEditPane {
    min-width: 400px;
    min-height: 300px;
    background: lightgrey;
}
.add-media {
    float: right;
    margin-right: 1em;
}
.list {
    list-style: none outside none;
    margin: 10px 0 30px;
}
.item-move {
    width: 200px;
    padding: 5px 10px;
    margin: 5px 0;
    border: 2px solid #444;
    border-radius: 5px;
    background-color: #EA8A8A;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    cursor: move;
}
.gallery-photo-container {
    display: inline-block;
    position: relative;
    /*float: left;*/

width: 50%;
    padding: 1em;
}
.gallery-photo-container img {
    width: 100%;
    height: auto;
}
.gallery-photo-edit {
    position: absolute;
    right: 1.1em;
    top: 1.5em;
}
.video-gallery-list {
    list-style-type: none;
}
.video-gallery-list li, .video-gallery-list > div {
    width: 100%;
    position: relative;
}
.gallery-video-container-i h3, .gallery-video-container-v h3 {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    color: white;
}
.gallery-video-container-i, .gallery-video-container-v {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .video-gallery-list li, .video-gallery-list > div {
        width: 50%;
        float: left;
        padding: 1em !important;
   }
}
.gallery-video-container-i:hover .gallery-video-overlay {
    background-image: url(../images/video_camera.png);
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.8);
    /*height:150px;*/

bottom: 0;
    cursor: move;
}
.gallery-video-overlay button {
    position: absolute;
    top: 5px;
    right: 5px;
}
.gallery-video-overlay {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 100%;
    /*height:0;*/

background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    will-change: bottom;
}
.image-list {
    list-style-type: none;
}
.image-list li {
    padding: 1em;
}
.tab-content {
    position: relative;
    transform: translate3d(0);
}
.add-video div {
    background-image: url(../images/video_camera.png);
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 1em;
    left: 1em;
    right: 1em;
    bottom: 1em;
}
.add-video input {
    width: 90%;
    margin-top: 30%;
    margin-left: 5%;
    color: black;
}
.add-video input: last-of-type {
    margin-top: 5%;
    color: white;
}
.submit-btn {
    color: white;
    background: #6D9EEB;
    transition: background 0.5s ease-in;
}
.submit-btn:hover {
    color: white;
    background: #5F8CCD;
}
.editProfileButton {
    position:fixed;
    z-index: 1000;
    bottom:10%;
    right:40px;
}
.editProfileButton button {
      background: #EE1C24;
      height: 100px;
      width: 100px;
      border-radius: 50px;
      box-shadow: 1px 4px 5px #777;
      color: white;
      border: none;
      transition:0.5s all ease-in-out;
      -webkit-transition:0.5s all ease-in-out;
}
.editProfileButton button:hover {
      box-shadow: 1px 6px 8px #222;
      transform: scale(1.01);
}

.incorrect {
    border:1px solid red !important;
    box-shadow: 0px 0px 3px red;
}

.cursor-move {
    cursor:move;
}


/*
from github.com/lipis/bootstrap-social*/
.btn-social{position:relative;padding-left:44px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open>.dropdown-toggle.btn-google-plus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google-plus:active,.btn-google-plus.active,.open>.dropdown-toggle.btn-google-plus{background-image:none}
.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google-plus .badge{color:#dd4b39;background-color:#fff}
.btn-email{color:#D6080F;background-color:white;border-color:#D6080F;}.btn-email:hover{background-color:#eee;}
.availability-icon-small{
    background-image:url(../images/availability-icon-small.png);
    background-position:center center;
    background-size:cover;
    width:28px !important;
    height:27px !important;
    margin:2px !important;
    border-right:none !important;
}
.line-through {
    position:relative;
    border-bottom:1px solid #A4A4A4;
    height:7px;
    margin:12px 0;
}
.line-through span{
    position:absolute;
    top:-5px;
    left:45%;
    color:#A4A4A4;
    background:white;
    padding-left:5px;
    padding-right:5px;
}

@media only screen and (max-width:568px){
    .modal-body {
        max-height: 300px;
        overflow: scroll
    }
}

.activate-profile {
    position:absolute;
    top:100px;
    right:10px;
    width:124px;
    z-index: 9999;
}

.available {
    background-color:green;
}
.unavailable {
    background-color:red;
}
.more-infos span {
  /* position: relative; */
  /* top: 16px; */
  /* color: red; */
  float: right;
  width: 100%;
}
.more-infos {
  border: none;
  background-color: transparent;
  width: 80px;
  text-align: center;
}
