
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  z-index: 99;
  cursor: pointer;
  outline: none;
  top: 17px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:2px; top: -8px;
  width: 15px; height: 15px;
  border: 1px solid #666666;
  background: #fff;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  background: url(../images/checked.png) no-repeat 0 0 scroll;
  top: -12px; left: 2px;
  font-size: 18px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  width: 18px;
  height: 18px;
}
[type="checkbox"]:focus {
    outline: none;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
.cmsedit label:hover::after {
     /* background: #428bca; */ 
    top: -4px;
    right: -44px;
}
.cmsedit label:hover {
    box-shadow: 0 0 0 4px #428bca;
}
.subsection-small .subsection-inner h1, .subsection .subsection-inner h2, .subsection .subsection-inner h3 {
}
.front .navbar-default .navbar-nav > li > a {
    // padding: 0px 20px !important;
}
.front .navbar-nav > li {
    padding: 0px !important;
    /*float: left;
    position: relative !important;*/
}
.front .banner .contact-info p {
    text-transform: none;
}
.cmsedit .newsletter form label:hover {
	margin: inherit;
	margin-bottom: 2px;
}
#page-wrapper {
	bottom: auto;
    overflow: hidden;
}
.news-sec h3 {
	text-transform: none;
}
.front .widget h3 {
	margin-bottom: 31px !important;
}
.front .widget p + div {
	margin-top: 56px;
}
.front .widget p + div a:first-child {
    margin-left: 0;
}
.front .widget p + div a {
    display: inline-block;
    margin-left: 21px;
}
.subsection .subsection-inner h3 {
	margin-bottom: 15px !important;
}
.front {
	font-size: 14px;
	line-height: 19px;
	text-align: justify;
	font-weight: 400;
}
.cmsfront .editable:hover, #footersection .editable:focus, #footersection .editable:active, #footersection .editable:visited {
	background: #428bca !important;
	box-shadow: 0px 0px 0px 0px !important;
}
.front .about-sec {
    /*font-family: "Calibri",Helvetica,sans-serif;*/
    font-size: 15px;
    line-height: 19px;
    text-align: justify;
}
#colors h4 {
    display: block;
    font-size: 15px;
}
.cmsfront .editable {
    font-weight: 400;
}
.cmsfront .phototitle {
    font-size: 25px;
    color: #625d5b;
    font-weight: 600;
}
.feature-box.imgbox .photodescription {
    margin-top: 5px;
    margin-bottom: 15px;
}
.texture-bg .fa-clock-o,
.texture-bg .fa-phone {
    font-size: 32px;
    margin-bottom: 10px;
}
.subsection .subsection-inner h3 + div {
    margin-bottom: 15px;
}
.remove-col {
    box-shadow: 0px 0px 5px 0px rgba(255,0,0, 0.5);
}
.front .banner .contact-info {
    bottom: 71px;
    position: absolute;
    text-align: center;
    width: 555px;
}
.front .banner .bx-wrapper .bx-prev {
    background: url(../images/prev.png) no-repeat;
    left: 0;
    width: 43px;
    height: 57px;
    top: 46%;
}
.front .banner .bx-wrapper .bx-next {
    background: url(../images/next.png) no-repeat;
    right: 0;
    width: 43px;
    height: 57px;
    top: 46%;
}

.fa-check {
    color:  #4b9647;
    font-size: 20px;
}
.fa-times-circle {
    color:  #d95a05;
    font-size: 20px;
}
a.cmseditbtn {
    cursor: pointer;
}
a.cmsmovebtn {
    cursor: move;
}
a.editable.ui-state-hover, a.editable.ui-state-default, .front .navbar-default .navbar-nav > li > a:hover, a.nav-handle{
    background: #428bca !important;
}
a.nav-handle {
    right: -54px;
    border-left: 2px solid #625d5b !important;
}
a.cmsmovebtn:hover, a.cmseditbtn:hover {
    background-color: #428bca;
}
a.cmsmovebtn:hover i, a.cmseditbtn:hover i {
    color: #fff !important;
}
a.cmseditbtn, a.cmsmovebtn {
    border-left: 0px;
}
.allsections .cmsedit > a {
    padding: 10px 0 0;
}
.allsections .cmsedit {
    cursor: initial;
}
.allsections .cmsedit h4 {
    cursor: pointer; 
}

/*.front .form-bg .col-md-8 .row {
    min-height: 525px;
}*/
.form-bg .col-md-8 .button {
    bottom: -65px;
    position: absolute;
    width: 93%;
}
.img-btn {
    background: #4790ca !important;
    border: 0 none;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0px;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
}
.nav > li > a {
    font-size: 14px;
    font-weight: 500;
}
.front .gallery label, .front .slidelist label, .front .serviceimages label {
    width: 100%;
}
@-moz-document url-prefix() { 
  .form-bg .col-md-8 .button {
     bottom: -65px;
  }
  .search a.btn {
        border-radius: 0 0 10px;
        font-size: 25px;
        padding: 7px 0 4px;
        position: absolute;
        right: 0;
        top: 0px;
        width: 200px;
    }
    .form-horizontal input[type="text"], .form-horizontal input[type="file"], .form-horizontal input[type="password"] {
        padding: 14px 14px 15px;
    }
    .search a.btn {
        padding: 7px 0px 3px;
    }
}
.socialicon div {
    margin-bottom: 15px;
}
.cke_chrome {
    width: auto !important;
}
form.active {
    box-shadow: 0 0 5px #b4c2cd inset;
}
.about-sec .col-sm-6.pull-right{
    padding-right: 0px;
}

.front .map-sec h5 {
    margin-top: 22px;
    margin-bottom: -1px;
}
.front .newsletter {
    margin-bottom:  0px;
}
.nav-tabs .dropdown button {
    font-size: 13px;
    font-weight: 500;
    padding: 18px 15px 18px;
    text-align: center;
    width: 100px;
}
.front .news h2 {
        text-align: center;
    }

@media (min-width: 0px) and (max-width: 1366px) { 
    .front .banner .contact-info {
        width: 93%;
    }
    td.action {
        width: 155px;
    }
    .search a.btn { 
        top:    0px;
        padding-bottom: 4px;
    }
    .front .news .detail {
        min-width: auto;
        max-width: 87%;
        margin-left: 1%;
    }
    .front .news h2 {
        width: 12%;
    }
    .front h3 {
        font-size: 20px ;
        text-align: initial;
    }
    .socialicon div {
        margin-bottom: 15px;
    }
    .front .socialicon a {
        width: 46px;
        height: 46px;
        margin-left: 0px;
    }
    .front .widget p + div a {
        margin-left: 5px;
    }
    .front .login-sec h3 {
        height: auto;
    }
    .form-bg .col-md-8 .button {
        bottom: -65px;
    }
}

@media (min-width: 768px){
    .modal-content {
        box-shadow: 0px 0px 0px 0px;
        border: 0px;
    }
}

@media (min-width: 991px) and (max-width: 1024px) {
    .news .detail {
        width: 545px;
    }
    .socialicon a {
        margin-left: 0px;
    }
    .widget .card a {
        margin-left: 5px;
    }
    .login-sec label {
        font-size: 13px;
    }
    h3 {
        font-size: 20px;
    }
    .login-sec .tabs-detail .tab-pane div label:first-child,
    .login-sec .tabs-detail .tab-pane div label:nth-child(6),
    .login-sec .tabs-detail .tab-pane div label:nth-child(11),
    .login-sec .tabs-detail .tab-pane div label:nth-child(16),
    .login-sec .tabs-detail .tab-pane div label:nth-child(21),
    .login-sec .tabs-detail .tab-pane div label:nth-child(26),
    .login-sec .tabs-detail .tab-pane div label:nth-child(31),
    .login-sec .tabs-detail .tab-pane div label:nth-child(36),
    .login-sec .tabs-detail .tab-pane div label:nth-child(41),
    .login-sec .tabs-detail .tab-pane div label:nth-child(46),
    .login-sec .tabs-detail .tab-pane div label:nth-child(51) {
        margin-left: 10px;
    }
    .login-sec .tabs-detail .tab-pane div label:first-child,
    .login-sec .tabs-detail .tab-pane div label:nth-child(5),
    .login-sec .tabs-detail .tab-pane div label:nth-child(9),
    .login-sec .tabs-detail .tab-pane div label:nth-child(13),
    .login-sec .tabs-detail .tab-pane div label:nth-child(17),
    .login-sec .tabs-detail .tab-pane div label:nth-child(21),
    .login-sec .tabs-detail .tab-pane div label:nth-child(25),
    .login-sec .tabs-detail .tab-pane div label:nth-child(29),
    .login-sec .tabs-detail .tab-pane div label:nth-child(33),
    .login-sec .tabs-detail .tab-pane div label:nth-child(37),
    .login-sec .tabs-detail .tab-pane div label:nth-child(41) {
        margin-left: 0px;
    }
}
@media (min-width: 0px) and (max-width: 990px) {
    .news .detail {
        width: 650px;
    }
    .content.login-sec {
        background: none !important;
    }
    .step-2 .input-area {
        width: 82%;
    }
    .step-2 .icon-area {
        width: 16%;
    }
    h3 {
        font-size: 20px;
    }
    .eyelash {
        padding: 25px 0px;
    }
    .tabs-title {
        width: 20%;
    }
    .tabs-title img {
        width: 100%;
    }

    .bg-white span {
        margin: 0px 5px 10px !important;
    }

    .login-sec .tabs-detail .tab-pane div label {
        margin: 0px 5px 10px !important;
    }
    .form-bg .col-md-4 {
        min-height: auto;
        border-right: 0px;
        margin-bottom: 40px;
    }
    .col-md-4, .col-md-6, .col-sm-4, .col-sm-6, .col-sm-8 {
        margin-bottom: 20px;
    }
    .form-bg .col-md-4 .button {
        position: relative;
        width: 100%;
    }
    .news {
        margin-bottom: 30px;
    }

    
}
@media (max-width: 768px){
    .booking, .login-sec {
        padding: 20px 0px;
    }
    .margin-minus {
        margin-top: 0px;
    }
    .about-sec {
        padding: 30px 0px 20px;
    }
    .navbar-nav > li {
        width: 100%;
        text-align: left;
        padding-left: 15px;
        border-right: 0px;
    }
    .navbar-nav > li:first-child {
        border-left: 0px;
    }
    .slidercontent h1 span {
        font-size: 30px !important;
    }
    .banner .contact-info {
        position: relative;
        width: 100%;
        margin-top: 15px;
        bottom: 0px;
    }
    .banner {
        min-height: auto;
        padding-bottom: 15px;
    }
    .news .detail {
        width: 100%;
        border-left: 0px;
        padding-left: 0px;
    }

    footer div p, footer .text-right {
        text-align: center;
    }
    footer .pull-right {
        float: none !important;
    }
    .form-bg .col-sm-4 {
        min-height: auto;
    }
    .form-bg .col-sm-4 .button {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }
    .form-bg .col-md-8 .button {
        position: inherit;
        width: 100%;
    }
    .front .sliderboxes {
        position: relative;
    }
    .front .sliderboxes .col-sm-6 {
        width: 100%;
    }
    .front .banner .contact-info {
        position: relative;
        bottom: 0;
        width: 100%;
    }
    .front .news .detail {
        max-width: 86%;
        border-left: 1px solid #b4afb2;
        padding-left: 15px;
    }
    .navbar-top-links li a {
        padding: 19px 0px 16px;
    }
    .navbar-top-links .dropdown button {
        padding: 19px 34px 16px;
    }
    .nav.navbar-top-links.navbar-right {
        position: absolute;
        right: 67px;
        top: 0;
    }
    .sidebar {
        width: 92%;
    }
    .front .widget p + div {
        text-align: center;
    }
    .cmsedit {
        margin-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-top-links li a {
        padding-bottom: 17px;
    }
    
    .cmsedit {
        margin-right: 0px;
    }
   /* #page-wrapper {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
    }*/
    .navbar-top-links .dropdown button {
        padding: 19px 0px 16px;
    }
    .nav.navbar-top-links.navbar-right {
        position: absolute;
        right: 67px;
        top: 0;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar-nav > li {
        width: 100%;
        text-align: left;
        padding-left: 15px;
        border-right: 0px;
    }
    .navbar-nav > li:first-child {
        border-left: 0px;
    }
    .socialicon a {
        height: 46px;
        width: 46px;
    }
    .banner .contact-info {
        width: 453px;
    }
    .banner {
        min-height: auto;
    }
}
@media (min-width: 0px) and (max-width: 560px) {
    .socialicon a {
        width: 46px;
        height: 46px;
        margin-left: 0px;
    }
    .widget .card a {
        margin-left: 15px;
    }
    .ml-30 {
        margin-left: 0px;   
    }
    .slidercontent h1 span {
        font-size: 20px !important;
    }
}
@media (min-width: 767px) and (max-width: 900px) {
    .banner .contact-info {
        width: 345px;
    }
}
@media (min-width: 981px) and (max-width: 1024px) {
    .cmsedit .navbar-header {
        display: none;
    }
}
@media (min-width: 0px) and (max-width: 1024px) { 
    #page-wrapper .right-sec {
        width: 100%;
    }
    .sidebar {
        width: 100%;
        margin-bottom: 15px;
    }
    .form-control.col-lg-11 {
        width: 90%;
    }

    td.action {
        width: 121px;
    }
}

h2 {
    color: #625d5b;
    font-size: 48px;
    font-weight: 600;
}
h3 {
    color: #625d5b;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}
p {
    color: #625d5b;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}
:-moz-placeholder {
    color: #625d5b;
}
*::-moz-placeholder {
    color: #625d5b;
}
.feature-box figcaption {
    text-align: center;
}
.feature-box.vertical-img figcaption {
    text-align: left;
}
.front .news h2 {
    font-weight: 600;
}
.content {
    padding: 50px 0px !important;
}
.col-sm-6.pull-left {
    padding-left: 0px;
}

/*.front .col-md-6:first-child {
    padding-left: 0;
}

.front .col-md-6:last-child {
    padding-right: 0;
}*/

.threecol h3 {
    margin: 0px 15px 15px 15px  !important;
}
.front h4{
    font-weight:bold;
}
.deactivated {
    opacity: 0.6;
}

.navbar-default .navbar-nav > li > a {
    padding: 10px 38px !important;
}
ul.mainsub li a.addsubmenucol {
    vertical-align: top;
}

.subsection-inner h2 {
    font-size: 20px;
    padding-top: 15px;
}
.ui-timepicker {
    z-index: 9999!important;
}

.colorpicker.dropdown-menu {
    width: auto;
}

.login-page [type="checkbox"]:not(:checked) + label:before,
.login-page [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: -7px; top: 0px;
  width: 15px; height: 15px;
  border: 1px solid #666666;
  background: #fff;
}

.login-page [type="checkbox"]:not(:checked) + label:after,
.login-page [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  background: url(../images/checked.png) no-repeat 0 0 scroll;
  top: -5px; left: -6px;
  font-size: 18px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  width: 18px;
  height: 18px;
}

.yearweeks span {
    float: left;
    width: 71px;
    height: 30px;
    margin-left: 11px;
    background: #c5c0bc;
    font-size: 14px;
    color: #625d5b;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 7px;
    cursor: pointer;
}

.yearweeks span.active {
    background: #435400 !important;
    color: #fff !important;
}

.my-toggle label {
    width: 50%;
    padding: 13px 29px !important;
}
.my-toggle input + label {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    padding: 0 0.5em;
    margin: 0;
    text-align: center;
}
.my-toggle label, .my-toggle > span {
    line-height: 24px;
    vertical-align: middle;
}

#emptab label {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 5px;
}
#emptab {
    background-color: #fff;
}
#emptab .switch-toggle.well label {
    width: 50%;
}
#emptab select {
    border: 1px solid #f4f4f4;
}
.modal-content input {
    display: inline-block;
}

/* Base for label styling */
.modal-content [type="radio"]:not(:checked),
.modal-content [type="radio"]:checked {
  position: absolute;
  opacity: 0;
  z-index: 99;
  cursor: pointer;
  outline: none;
  top: 17px;
}
.modal-content [type="radio"]:not(:checked) + label,
.modal-content [type="radio"]:checked + label {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}

/* radio aspect */
.modal-content [type="radio"]:not(:checked) + label:before,
.modal-content [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left:2px; top: -8px;
  width: 15px; height: 15px;
  border: 1px solid #666666;
  background: #fff;
}
/* checked mark aspect */
.modal-content [type="radio"]:not(:checked) + label:after,
.modal-content [type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  background: url(../images/checked.png) no-repeat 0 0 scroll;
  top: -12px; left: 2px;
  font-size: 18px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  width: 18px;
  height: 18px;
}
.modal-content [type="radio"]:focus {
    outline: none;
}
/* checked mark aspect changes */
.modal-content [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.modal-content [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled radio */
.modal-content [type="radio"]:disabled:not(:checked) + label:before,
.modal-content [type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.modal-content [type="radio"]:disabled:checked + label:after {
  color: #999;
}
.modal-content [type="radio"]:disabled + label {
  color: #aaa;
}
.modal-content [type="radio"]:not(:checked), .modal-content [type="radio"]:checked {
    top: -3px;
}
.modal-content > div {
    position: relative;
}
.modal-content input[type="radio"] + label {
    margin-right: 15px;
}
.appointment .container {
    position: initial;
}
button {
    margin-top: 0px;
}
.col-sm-4.imgbox, .col-sm-6.imgbox {
    margin-bottom: 20px;
}
.grey-fill figure label {
    width: 100%;
}

.subsection-small .subsection-inner .front h1, .subsection .subsection-inner .front h2, .subsection .subsection-inner .front h3 {
    background-color: transparent;
    padding: 0px;
}

.front.cmsfront #theCookie {
    display: none;
}

.tab-content.mytabs h4[data-toggle="collapse"] {
    font-size: 15px !important;
    font-weight: 700 !important;
}

.front.allsections h5 {
    font-size: 15px!important;
    font-weight: bold !important;
}
