@font-face {
    font-family: Poppins-Light;
    src: url(../../fonts/Poppins/Poppins-Light.ttf);
}
@font-face {
    font-family: Poppins-Medium;
    src: url(../../fonts/Poppins/Poppins-Medium.ttf);
}
@font-face {
    font-family: Poppins-Regular;
    src: url(../../fonts/Poppins/Poppins-Regular.ttf);
}
.bold {
    font-weight: 600;
}
.no-padd{padding:0px;}
.no-vpadd{padding-top:0px;padding-bottom:0px;}
.no-hpadd{padding-left:0px;padding-right:0px;}
body{
    width:100%;
    background: #f2f0f1;
    position: relative;
    font-family: 'Poppins', sans-serif;
    /*min-width: 624px;*/
}
.bgimage{
    margin-left: auto;
    margin-right: auto;
    height: 834px;
    position: relative;
}
.whitegradient{
    bottom: 0;
    position: absolute;
    height: 100px;
    width: 100%;
    background: url(/images/bck_white-grad.png);
    background-repeat-x: repeat;
    background-size: contain;
}
.ic-error:before {
    content: url(/images/ic_alert-form.svg);
    width: 18px;
    display: inline-block;
    vertical-align: middle;
}
.icon-arrow-left:before {
    content: url(/images/bt_arrow-down.svg);
    width: 10px;
    display: inline-block;
    vertical-align: text-bottom;
	transform: rotate(90deg);
	height: 23px;
}
.icon-arrow-right:before {
    content: url(/images/bt_arrow-down.svg);
    width: 10px;
    display: inline-block;
    vertical-align: text-bottom;
	transform: rotate(270deg);
    height: 23px;
}
#pagecontent {
    position: absolute;
    width: 100%;
    top: 30px;
}
.container1366{
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 1366px){
    .container1366 {
        width: 100%;
    }
}
.container1024{
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 1024px){
    .container1366 {
        width: 100%;
    }
}

.pageaspect{
    background: #ffffff;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 0px 16px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 0px 16px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 0px 16px 0px rgba(0,0,0,0.3);
}
#bannerouter{
    background: black; 
    height: 600px; 
    position: relative;
    transition: height 0.5s ease-in;
}
#top {
    padding-top: 72px;
    color: #ffffff;
}
#topleft {
    width: 60%;
    float: left;
}
#topright {
    width: 40%;
    float: right;
    text-align: right;
}
#toplogo {
    width: 100px;
    height: 100px;
    float: left;
    border-radius: 50px;
    margin-right: 12px;
    overflow: hidden;
}
#toplogoimg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#topinfo {
    float: left;
}
#topname{
    font-family: "Poppins-Light";
    font-size: 32px;
    padding-top: 25px;
    padding-bottom: 17px;
}
#topaddress {
    font-family: "Poppins-Regular";
    font-size: 16px;
    line-height: 25px;
}
#topcontacts{
    margin-top: 10px;
    font-family: "Poppins-Light";
}
#topsocialholder {
    margin-top: 20px;
}
.topsocial {
    margin-right: 4px;
    opacity: 0.8;
}
.topsocial img{
    height: 26px;
}
#topopenhours{transition: max-height 0.5s ease-in;}
#topopenhourstitle {
    font-family: "Poppins-Light";
    margin-bottom: 12px;
    margin-top: 38px;
    font-size: 20px;
}
#topopenhours_open{
    display: none;
}
#topopenhours_open, #topopenhours_close{
    background: rgb(242, 240, 240);
    padding: 0px 8px;
    border-radius: 14px;
    font-size: 14px;
    color: #333;
    margin-left: 5px;
}
#topopenhours div {
    padding-bottom: 4px;
    font-family: "Poppins-Light";
}
#scheduleouter{
    position: relative;
}
#scheduleinner{
    position: absolute;
    right: 0;
    left: 0;
    top: -100px;
}
#stickyscrollto {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    width: 200px;
    opacity: 0;
    display: none;
    transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
}
#stickyscrollto.showbutton {
    opacity: 1;
    display: block;
}
#stickyscrollto_inner {
    float: right;
    width: 190px;
    background: #f2f2f2;
    padding: 20px;
    margin: 10px;
    border-radius: 18px;
    -webkit-box-shadow: 2px 0px 16px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 0px 16px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 0px 16px 0px rgba(0,0,0,0.3);
}
#opensticky{
    background: #996fd1;
    color: white;
    border: 0;
    border-radius: 10px;
    padding: 6px 20px;
    width: 100%;
}
#stickyscrollto_inner > div {
    padding-bottom: 10px;
    color: #9260af;
    font-size: 16px;
}
.open #schedulepick{
    max-height: 840px;
    padding-top: 12px;
}

#schedule-top {
    margin-top: 8px;
}
#schedule_reopen,
#schedule_close {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 0px 7px;
    border-radius: 30px;
    font-style: inherit;
    cursor: pointer;
    z-index: 520;
    -webkit-box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.15);
    line-height: 23px;
}
#schedule_cancelclose {
    float: right;
    padding: 0px 7px;
    border-radius: 30px;
    font-style: inherit;
    cursor: pointer;
    z-index: 520;
    -webkit-box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.15);
    line-height: 23px;
}
.ic-close:before {
    content: url(/images/bt_icon_close_gray.svg);
    width: 10px;
    display: inline-block;
    vertical-align: inherit;
}
.ic-reopen:before {
    content: url(/images/bt_arrow-down.svg);
    width: 10px;
    display: inline-block;
    vertical-align: inherit;
}
#schedule {
    position: relative;
    max-width: 624px;
    margin: auto;
    background: #f2f0f0;
    border-radius: 20px;
    padding: 25px 40px;
    z-index: 2;
    -webkit-box-shadow: 2px 0px 16px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 0px 16px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 0px 16px 0px rgba(0,0,0,0.3);
}
#schedule-bottom{
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-in;
}
#schedule.opening #schedule-bottom{
    max-height: 600px;
    position: relative;
}
#schedule.open #schedule-bottom{
    max-height: 640px;
    position: relative;
    overflow: visible;
}
#schedulewarnings {
    color: #eb346a;
	margin-top: 14px;
}
#doschedule, #showscheduleresult{
    max-height: 950px;
    /*overflow: hidden;*/
    transition: max-height 0.5s ease-in;
}
#doschedule.opening{
    overflow: hidden;
}
#schedule_requestservice{float: left; width: 50%;}
#schedule-top:after {
    content: "";
    display: block;
    clear: both;
}
#schedulewarnings{
    display: none;
}
.open #schedulewarnings{
    /*display: unset;*/
	display: block;
}
.scheduletitle {
    color: #9360af;
    font-family: "Poppins-Regular";
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 2px;
}
#pickleft {
    width: 50%;
    float: left;
    padding-right: 5px;
}
#pickright {
    width: 50%;
    float: right;
    padding-left: 5px;
}
#employeetitle, #servicetitle {
    font-size: 12px;
    color: #484a55;
    font-family: "Poppins-Light";
}
#booking_employee, 
#booking_service{
    width: 100%;
}
#pickleft .select2-container *:focus,
#pickright .select2-container *:focus {
    outline: none;
}
.employee-option, 
.service-option {
    display: inline-flex;
    height: 40px;
}
.employee-dropimg,
.service-dropimg {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-size: cover !important;
    background-position: center !important;
    margin: auto 0;
}
.employee-dropname, 
.service-dropname{
    margin: auto 0 auto 10px;
    font-size: 13px;
    line-height: 14px;
}
.employee-droptitle {
    font-size: 11px;
}
.select2-selection__rendered .employee-dropname, 
.select2-selection__rendered .service-dropname{
    margin: auto 0 auto -7px;
    font-size: 16px;
    color: #484a55;
}
.select2-selection__rendered .employee-dropimg, 
.select2-selection__rendered .service-dropimg {
    margin-right: 17px;
}
#pickleft .select2-container--default .select2-selection--single, 
#pickright .select2-container--default .select2-selection--single{
    height: 50px;
    padding-top: 4px;
    background: transparent;
    border: none;
}
#pickleft .select2-container--default .select2-selection--single .select2-selection__arrow, 
#pickright .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px;
}
.select2-container--default .select2-results>.select2-results__options {
    background: #f2f0f0;
    max-height: 320px;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    background: repeating-linear-gradient( 135deg, #aaaaaa7a 0px , #aaaaaa7a 1px, #f8fafb 3px, #f8fafb 10px );
}
.select2-container--default [id^="select2-booking_service"] .select2-results__option[aria-disabled=true]{
    display: none;
}
.select2-container--default .select2-results__group {
    border-top: 1px solid #333;
    position: relative;
}
.select2-container--default .select2-results__group:after {
    content: url(/images/bt_arrow-down.svg);
    height: 20px;
    width: 12px;
    right: 6px;
    top: 12px;
    position: absolute;
}
.extraservice {
    display: flex;
}
#extraservicesoption > div {
    width: 50%;
    display: inline-block;
    cursor: pointer;
}
#extraservicesoption_add {
    font-size: 14px;
    color: #9260af;
    font-family: "Poppins-Light";
}
#extraservicesoption_remove{
    text-align: right;
}
#selectdate, #selecttime {
    padding: 10px 0;
}
#booking_selecteddate_pickDate,#booking_selectedhour_div {
    cursor: pointer;
}
.datetimepicker-minutes td, .datetimepicker-hours td {
    min-width: 245px;
}
#booking_selecteddate_pickDate, #booking_selectedhour_pickDate {
    display: inline;
}
#booking_selecteddate_pickDate:after {
    content: "alterar data";
    background: #dbd1e9;
    padding: 3px 8px;
    border-radius: 10px;
    margin-left: 8px;
    font-size: 12px;
}
#booking_selectedhour {
    background: none;
    border: 0;
    width: 77px;
}
#booking_selectedhour_after {
    display: inline-block;
    content: "alterar hora";
    background: #dbd1e9;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 12px;
}

/* Calendário */
#timetable{
    overflow: hidden;
    margin: 0 -7px;
    padding: 0 7px;
    background: url('/images/booking_agenda_bck.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position-y: 2px;
    height: 135px;
    max-height: 135px;
    transition: max-height 0.25s ease-out;
}
.timetable_inner {
    overflow-y: hidden;
    overflow-x: auto;
    height: 116px;
    width: 96%;
    margin: auto;
}
.timetable_inner::-webkit-scrollbar
{
	height: 4px;
	background-color: transparent;
}
.timetable_inner::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #c4c5cd;
}
.timetable_inner::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px #c4c5cd;
	border-radius: 5px;
	background-color: transparent;
}
#timetable_loading .circle {
    margin: auto;
    margin-top: 40px;
}

.calendarerror {
    margin-top: 50px;
    text-align: center;
}
.calendarheader {
    margin: 0px 10px 5px 10px;
    white-space: nowrap
}
.calendarhour{
    display: inline-block;
    width: 100px;
}
.calendarbody {
    margin: 0px 10px 5px 10px;
    white-space: nowrap;
    position: relative;
}
.calendarrow {
    z-index: 3;
    position: absolute;
}
.calendarblock {
    display: inline-block;
    height: 85px;
    width: 25px;
    opacity: 0.8;
}
.hourmarker {
    border-left: 1px solid #ebebeb;
}
.calendarblock.clickable {
    cursor: pointer;
}
.calendarblock.first {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.calendarblock.last {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 1px;
}
.calendarblock.occupied {
    background: #ddddff;
}
.calendarblock.unavailable {
    background: #bababa;
}
.timepreviewchosen,
.timepreview {
    position: absolute;
    height: 85px;
    /*width: 24px;
    background: #996fd1;
    border-radius: 10px;*/
    top: 0;
    opacity: 0.8;
    z-index: 2;
    background-blend-mode: darken;
}
.timepreviewchosen div,
.timepreview div{
    height: 85px;
    border-radius: 10px;
    display: inline-block;
}
.timepreviewchosen .work,
.timepreview .work{
    background: #996fd1;
}
.clientdata{
    max-height: 495px;
    transition: max-height 0.5s ease-out;
    padding-top: 20px;
}
.acceptterms {
    text-align: left;
    font-size: 12px;
    padding-right: 10px;
	margin-bottom: 14px;
}
#timetable_employee #timetable_onlyemployee{
    display: none;
}
#timetable_employee timetable_allemployees{
    display: block;
}
#timetable_employee.employeeselected #timetable_onlyemployee{
    display: block;
}
#timetable_employee.employeeselected #timetable_allemployees{
    display: none;
}
#timetable_employee {
    font-size: 12px;
}
#timetable_help {
    text-align: right;
    font-size: 12px;
}
#timetable_help > div {
    display: inline-block;
}
.timetable_help_line > div{
    display: inline-block;
}
.timetable_help_name{
    width: 75px;
    text-align: left;
}
#timetable_help span{
    padding: 0 7px;
    margin-right: 5px;
    font-size: 10px;
    border-radius: 4px;
}
#timetable_help span#occupied {
    background: #ddddff;
}
#timetable_help span#unavailable {
    background: #bababa;
}
#timetable_bottom_reminder {
    font-size: 12px;
    padding-top: 15px;
}
/* /Calendário */
#timetable_waitinglinetime{
    color: #9368d3;
}

#clientname_div{
    width: 100%;
}
#clientphone_div{
    padding-right: 5px;
}
#clientemail_div{
    padding-left: 5px;
}
#clientphone_div, #clientemail_div{
    width: 50%;
    float: left;
}
#clientphone_div.error #booking_client_phone, #clientemail_div.error #booking_client_email{
    border-color: #eb3569;
}
#clientphone_div.error>label, #clientemail_div.error>label{
    color: #eb3569;
}
#booking_client_name, #booking_client_phone, #booking_client_email, #booking_message  {
    width: 100%;
}
#clientdata label {
    font-size: 12px;
    padding-top: 10px;
}

/* SLIDER */
#slider-range {
    margin: 35px 10px;
    padding: 0;
}
#total_range {
    text-align: center;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: #7f4bc7;
    max-width: 60px;
    padding: 5px 10px;
}
#slider-range .number{padding-top:15px;}
#slider-range #slider-min{padding-left: 5px;}
#slider-range #slider-max{float: right; margin-right: -20px;}
.ui-widget.ui-widget-content {
    border: 0px;
    background: #c5c5cd;
    height: 10px;
}
.ui-slider .ui-slider-range {
    background: #9360af;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #7f4bc7;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    top: -5px;
    background: #fff;
	z-index: 1;
}
#slider-range .number-top {
    position: absolute;
    top: -35px;
    color: white;
    border-radius: 15px;
    padding: 6px 10px;
    background: #9461b0;
    font-size: 12px;
    line-height: 12px;
}
/* /SLIDER */

#waitingline_button{
    text-align: right;
    float: right;
    padding-right: 0;
}
#booking_confirmWaitingLine {
    background: #9360af;
    color: white;
    padding: 3px 14px;
    border-radius: 20px;
    margin-top: 24px;
}

/* FORM */
.transparent-field{
    padding: 0px 14px;
    color: #898b9b;
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    background: transparent;
    height: auto;
    line-height: 21px;
    border-radius: 20px;
    border-style: solid;
    border-color: #dddddd;
    outline: none;
}
textarea.transparent-field{
    height: 80px;
    padding: 10px;
    resize: none;
}
#clientsubmit {
    text-align: right;
    padding-top: 20px;
}
#clientsubmit > div {
    display: inline-block;
    vertical-align: middle;
}
#submitbutton {
    margin-top: 6px;
}
#sendingmessage > div {
    display: inline-block;
}
.scheduledatabutton {
    text-align: right;
}
.cancelerrorclose{
    background: #996fd1;
    border: 0;
    border-radius: 10px;
    color: white;
    padding: 8px 20px;
    outline: 0;
    width: 150px;
}
#booking_saveSchedule {
    background: #996fd1;
    border-radius: 10px;
    color: white;
    padding: 8px 20px;
    outline: 0;
}
#booking_saveSchedule:disabled {
    background: #c4b0e3;
}
.circle {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    position: relative;
    margin: 0 0 0 15px;
}
.circle .circle-loader {
    top: 5px;
    left: 0;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-left-color: #996fd1;
    animation-name: loader-spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    display: inline-block;
    vertical-align: top;
}
.circle .circle-loader, .circle .circle-loader:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* /FORM */

.scheduledataconfimation {
    font-size: 16px;
    padding: 10px 0;
    margin-top: 12px;
}
.scheduledata {
    color: #9360af;
    font-weight: 600;
}
.schedulereminder {
    font-size: 12px;
}
.schedulebuttons {
    padding: 20px 0 10px;
    text-align: right;
}
.schedulebuttons a {
    border-radius: 10px;
    padding: 5px 15px;
    text-decoration: none;
}
#schedulecancel {
    background: none;
    color: #eb3568;
    border: 1px solid #eb3568;
    margin-right: 5px;
}
#scheduleanother {
    color: white;
    background: #9360af;
    border: 1px solid #9360af;
}
#showscheduleresult .wl{display: none;}
#showscheduleresult.waitingline .wl{display: initial;}
#showscheduleresult.waitingline .sch{display: none;}
#timetable_waitingline{max-height: 200px; transition: max-height 0.5s ease-out;}

#showcancelresult {
    background: #f2f0f0;
    /*position: absolute;
    top: 14px;
    bottom: 14px;
    left: 8px;
    right: 8px;*/
}
#showcancelresult > div {
    /*padding: 15px 25px 10px;*/
}
#schedule_cancelclose{/*top: 4px;*/}

#mainbody {
    padding-top: 100px;
}
#warningmessage {
    padding: 86px 192px 0px;
    font-size: 16px;
    line-height: 26px;
}
#warningmessage > div{
    background: #d8d9de;
    padding: 25px 20px;
    border-radius: 20px;
}
#about-us {
    padding: 86px 192px;
    font-size: 16px;
    line-height: 28px;
    color: #484a55;
}
#servicesmaintitle, #locationtitle, #stafftitle, #gallerytitle {
    font-size: 28px;
    padding: 15px 0 18px;
    color: #484a55
}
.categorytitle {
    color: #764ca0;
    font-size: 18px;
    font-family: "Poppins-Light";
    padding: 16px 0 8px;
    clear: both;
}
.categoryservices {
    margin: 0 -10px;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}
.categoryservices.closed {
    max-height: 280px !important;
}
.categoryservicesseperator {
    margin-bottom: 32px;
}
.services {
    float: left;
    width: 33.333%;
    padding: 10px;
}
.service_inner {
    padding: 10px;
    background: #f2f2f2;
    border-radius: 15px;
    border: 1px solid #ddd;
    height: 120px;
    position: relative;
}
.serviceimage img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    float: left;    
	object-fit: cover;
}
.serviceinfo {
    float: left;
    padding-left: 14px;
    width: 58%;
}
.servicetitle {
    max-height: 60px;
    overflow: hidden;
}
.servicetimeprice {
    color: #9360af;
    padding-top: 10px;
}
.schedulethis {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    border: 1px solid #f2f2f2;
    box-shadow: 2px 0 16px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 2px 0 16px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 0 16px 0px rgba(0,0,0,0.15);
    text-align: center;
    line-height: 26px;
}
.schedulethisemployee {
    background: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    border: 1px solid #f2f2f2;
    box-shadow: 2px 0 16px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 2px 0 16px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 0 16px 0px rgba(0,0,0,0.15);
    text-align: center;
    line-height: 26px;
}
.schedulethis img,
.schedulethisemployee img{
    height: 14px;
    width: 14px;
}
.showallservices a {
    color: #764ca0;
    font-weight: 500;
    font-size: 14px;
}
#location {
    padding-top: 32px;
    padding-bottom: 98px;
}
#locationmap {
    border-radius: 20px;
    overflow: hidden;
}
#locationaddress {
    color: #757575;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    line-height: 25px;
}
#map {
    height: 440px;
    width: 100%;
}
/* gallery */
/* Add Animation */
#popupcontentgallery {  
	max-width: 1024px;
	    max-height: 598px;
     height:100%;
	/*
	height: 87%; 
	 height: auto; 
    */
	margin: auto;
    background: white;
    padding: 0;
    overflow-y: auto;
    position: relative;
    -webkit-animation-name: zoomm;
    -webkit-animation-duration: 0.6s;
    animation-name: zoomm;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoomm {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoomm {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

#gallery
{
	margin-bottom: 60px;
}
.gallery {
    width: 25%;
    float: left;
    padding: 0 10px 10px;
}

#gallery_detail {
    margin-left: -10px;
    margin-right: -10px;
}
.gallery_photo {
	position: relative;
    overflow: hidden;
    padding-bottom: 100%;
	background-size: cover !important;
	background-color: #e9e9e9 !important;
	/*
		 background-size: cover !important;
	*/
	background-position: center !important;
    border-radius: 18px;
    background-repeat: no-repeat !important;
	background:red;
}
.gallery .shape-gallery:hover .gallery_photo::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.6;
    background: linear-gradient(#ffffff00, #000000);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.galleryinfo
{
	display:none;
	position: absolute;
    bottom: 20px;
	left: 20px;
    right: 20px;
}
.galleryinfo span
{
	font-family:Poppins-Regular;
	font-size:16px;
	line-height:22px;
	color:white;
}
.gallery .shape-gallery:hover .gallery_photo
{
/*	opacity:0.3; */
}



.gallery .shape-gallery:hover
{
	background: linear-gradient(#ffffff00, #000000);
    border-radius: 21px;
	cursor:pointer;
}
.gallery .shape-gallery:hover  .galleryinfo
{
	display:block;
}

/* end gallery */

#staffcover {
    padding: 15px 0 42px;
    text-align: center;
}
#staffcover img {
    border-radius: 20px;
    max-width: 100%;
}
#stafftext {
    padding: 0 190px 96px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #484a55;
}
#employees_detail {
    margin-left: -10px;
    margin-right: -10px;
}
.employee {
    width: 25%;
    float: left;
    padding: 0 10px 60px;
}
.employee_name {
    font-size: 18px;
    padding-top: 12px;
    color: #484a55;
    font-weight: 400;
}
.employee_job {
    font-size: 14px;
    font-weight: 300;
    color: #484a55;
}
.employee_social_div {
    padding-top: 15px;
    height: 41px;
}
.employe_social img {
    height: 26px;
    width: 26px;
    padding-right: 2px;
}
.employee_cv {
    height: 280px;
    overflow: hidden;
    padding-top: 18px;
}
.employee_photo {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 18px;
}

#footer {
    height: 72px;
    border-top: 1px solid #ddd;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
}
#footer > div {
    margin-top: auto;
    margin-bottom: auto;
}
#ongenda{width:65%}
#ongendatm, #footerlinks{
    display: inline;
}
#ongendalogo img {
    height: 27px;
}
#ongendatm {
    margin-left: 15px;
    font-size: 14px;
    color: #7f8293;
    font-weight: 400;
}
#footerlinks {
    text-align: right;
    width:35%
}
.footerlink {
    display: inline-block;
    margin-left: 10px;
}
.footerlink a{
    color: #7f8293;
    font-size: 14px;
    font-weight: 400;
}

#popup_gallery
{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
/*	background: rgba(0, 0, 0, 0.9);*/
    z-index: 6;
    padding: 40px;
	/*padding-top: 74px; */
	overflow-y: auto;
	/*
	-webkit-overflow-scrolling: touch;
	*/
	max-height: 666px;
    height: auto;
    margin: auto;
	padding-top: 0;
    padding-bottom: 0;
}

#popupimage
{
	padding: 30px;
    height: 100%;
}
.pre-popup-gallery
{
	position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    left: 0;
    right: 0;
	z-index:9;
}
#popup_gallery .text-content-popup
{
	margin-top:70px;
	padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 16px;
}
#popup_gallery .text-content-popup .title-image
{
	margin-bottom:22px;
	font-size: 18px;
    color: #484a55;
    font-weight: 400;
}

#closepopupgallery{
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 0px 7px;
    border-radius: 30px;
    font-style: inherit;
    cursor: pointer;
    z-index: 520;
    -webkit-box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.15);
    line-height: 23px;
}
#closepopupgallery:before {
    content: url(/images/bt_icon_close_gray.svg);
    width: 10px;
    display: inline-block;
    vertical-align: inherit;
}
#galleryimage
{
	height: 100%;
    width: 65%;
	position: relative;
    overflow: hidden;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
	    background-color: #e9e9e9 !important;
}
.widthblockgallerytxt
{
	 width: 34%;
}
/*
.blockimagepopup-text
{
	    max-width: 426px;
}
*/
.blockimagepopup
{
	background-color: #e9e9e9 !important;
}
.buttonspopup-gallery .btn-item:hover{ cursor:pointer; }
.buttonspopup-gallery .btn-item.previousbtn img,
.buttonspopup-gallery .btn-item.nextbtn img
{
	height:10px;
	width:6px;
	margin-top: 2px;
}
.buttonspopup-gallery .btn-item.closebtn img
{
	height: 10px;
    width: auto;
    margin-top: 2px;
}
.buttonspopup-gallery .btn-item
{
	float: left;
	width:auto;
}

.buttonspopup-gallery .btn-item.previousbtn,
.buttonspopup-gallery .btn-item.nextbtn,
.buttonspopup-gallery .btn-item.closebtn
{
    background-color: #eaeaea;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
}
.buttonspopup-gallery .btn-item.closebtn,
.buttonspopup-gallery .btn-item.previousbtn
{
	margin-right:10px;
}

.buttonspopup-gallery .btn-item:hover
{
	background-color: rgba(234, 234, 234, 0.9);
}
#popup_gallery .contentbtns-popup
{
	width: 95px;
    margin: auto;
	margin-top: 20px;
}
.galleryview
{
	background: white;
	max-width: 1024px;
	margin: auto;
	overflow-y: auto;
	/*
	-webkit-overflow-scrolling: touch;
   */
}
.widthblockgallery {
    background: white;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.widthblockgallery:before {
    content: '';
    display: block;
}
.ratio1-1:before {padding-top: 100%;}
.ratio2-1:before {padding-top: 50%;}
.ratio4-3:before {padding-top: 75%;}
.ratio16-9:before {padding-top: 56.25%;}
.contenido {    
   position: absolute;
   top: 0; left: 0; bottom: 0; right: 0;
   font-size: 1.5rem;
   color: #444;
   text-align: left;
}
.buttons-block-gallery
{
    position: absolute;
    left: 0;
    right: 0;
	margin-bottom: 20px;
}
body.popupgalleryopen
{
	overflow:hidden !important;
}

#ongendatm_mobile{display: none;}

#popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: hsla(0, 0%, 0%, 0.8);
    z-index: 6;
    padding: 40px;
}
#popupcontent {
    max-width: 1024px;
    height: 100%;
    margin: auto;
    background: #f2f0f0;
    border-radius: 20px;
    padding: 30px;
    overflow-y: auto;
    position: relative;
}
#popupterms,
#popupprivacy {
    padding: 30px;
    height: 100%;
}
.content-cms {
    width: 100% !important;
    overflow-y: auto;
    height: 100%;
    max-width: 100% !important;
}
#closepopup{
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 0px 7px;
    border-radius: 30px;
    font-style: inherit;
    cursor: pointer;
    z-index: 520;
    -webkit-box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.15);
    line-height: 23px;
}
#closepopup:before {
    content: url(/images/bt_icon_close_gray.svg);
    width: 10px;
    display: inline-block;
    vertical-align: inherit;
}

.margin-bigtitle
{
	margin-top:0px;
	margin-bottom:24px;
}
.margin-subtitle
{
	margin-top:0px;
	margin-bottom:90px;
}
.margin-title
{
	margin-top:0px;
	margin-bottom:60px;
}
.margin-title-block
{
	margin-top:0px;
	margin-bottom:30px;
	line-height: 46px;
}
.pagescms.pt-pagecms
{
	padding-top: 280px;
}
.pagescms .bigtitle
{
	font-family: Poppins-light;
	font-size:44px;
	color:#404040;
}
.pagescms .subtitle
{
	font-family: Poppins-Regular;
	font-size:18px;
	color:#404040;
}
.pagescms .title
{
	font-family: Poppins-Medium;
	font-size:22px;
	color:#404040;
}

.pagescms .title-block
{
	color:#7e56ad;
	font-family: Poppins-Medium;
	font-size:22px;
}
.pagescms .text-block
{
	color:#404040;
	line-height:24px;
	font-family: Poppins-Light;
	font-size:16px;
}
.boldtitle
{
	font-family: Poppins-Medium;
	line-height:24px;
	font-size:16px;
	color:#404040;
}
.ul-mb
{
	padding-left: 20px;
	margin-bottom:90px;
}
	.ul-mb .text-block
	{
		margin-bottom:10px;
	}
	
ol.ul-mb {
  counter-reset: item;
}
ol.ul-mb li {
  display: block;
      margin-bottom: 6px;
}
ol.ul-mb li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.terms_link
{
	color:blue;
}
.terms_link:hover,.terms_link:focus
{
	color:blue;
	
}



.rightbtn-gallery,
.closebtn-gallery
{
	width: 24px;
	margin-right: 6px;
	float: right;
	z-index: 99999;
	width: 24px;
	height: 0;
}

.content-btn-gallery:hover
{
	 background-color: rgba(255, 253, 253, 0.62) !important;
}
.closebtn-gallery .content-btn-gallery
{
	 box-shadow: 0px 0px 20px 0px #77707085;cursor: pointer;position: fixed;  z-index: 999999;;width: 24px;margin: auto;height: 24px;margin-top: 6px;border-radius: 50%;background-color: rgba(234, 234, 234, 0.55);
}
.closebtn-gallery .content-btn-gallery img
{
	height: 10px;width: auto;position: absolute;top: 0;bottom: 0;margin: auto;left: 0;right: 0;
}

.rightbtn-gallery .content-btn-gallery
{
	box-shadow: 0px 0px 20px 0px #77707085;cursor:pointer;position: fixed;z-index: 999999;width: 24px;top: 0;bottom: 0;margin: auto;height: 24px;border-radius: 50%;background-color: rgba(234, 234, 234, 0.55);
}
.rightbtn-gallery .content-btn-gallery img
{
	height: 10px;width: auto;position: absolute;top: 0;bottom: 0;margin: auto;left: 0;right: 0;
}

.leftbtn-gallery .content-btn-gallery
{
	box-shadow: 0px 0px 20px 0px #77707085;z-index: 99; cursor:pointer;    text-align: center;   border-radius: 50%; width: 24px;height: 24px;background-color: rgba(234, 234, 234, 0.55);margin: auto;position: fixed;bottom: 0;top: 0;margin-left: 6px;
}
.leftbtn-gallery .content-btn-gallery img
{
	height: 10px;width: auto;position: absolute;top: 0;bottom: 0;margin: auto;left: 0;right: 0; 
}
		
.rightareaclick
{
	 width: 30%;
    margin: 0;
    float: right;
    height: 100%;
    z-index: 9999;
	display:none;
}
.rightareaclick span
{
	position: fixed;
	height: 100%;
	width: 30%;
	z-index: 999999;
}
.leftareaclick
{
	position: fixed;
    top: 0;
    bottom: 0;
    width: 30%;
    z-index: 2;
	display:none;
}
input, textarea {    
    outline: none;    
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 21px;
}
@media (max-width: 1199px) {
    body{background: #fff;}
	.bgimage{display: none;}
    .pageaspect{margin-bottom: 0px;}
    #pagecontent {padding: 0 20px;}
    .pageaspect {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
    .container1024 {width: 100%; padding: 0 40px;}
    #warningmessage, #about-us {padding: 86px 0;}
    #stafftext{padding: 0; padding-bottom: 96px}
}
@media (max-width: 991px) {
    .services {width: 50%;}
    .categoryservices.closed {max-height: 420px !important;}
    .employee {width: 33.3333%;}
	.gallery {width: 33.3333%;}
    #ongendatm {display: block; margin: 0;}
	
	
}
@media (max-width: 767px) {
    #pagecontent {top: 0px; padding: 0;}
    #bannerouter.showopenhours{height: 780px;}
    #top {padding-top: 30px;}
    #topleft, #topright {width: 100%;}
    #topright {float: none; text-align: left;float: none; padding-top: 8px; clear: both;}
    #topinfo {float: none; clear: both;}
    #topcontacts > div {padding-bottom: 8px;}
    .topsocial{margin-right: 15px;}
    .topsocial img{height: 42px;}
    #topopenhours{max-height: 0; overflow: hidden;}
    .showopenhours #topopenhours{max-height: 180px;}
    #topopenhours_open, #topopenhours_close{display: inline; font-size: 14px; cursor: pointer;}
    
    #scheduleinner {top: -60px;}
    .serviceinfo{width:100%;}
    .service_inner.withimage .serviceinfo{width:50%;}
    .employee {width: 50%;}
	.gallery {width: 50%;}	
}
@media (max-width: 634px) {
    #schedule{margin: 0 5px;}
}
@media (max-width: 576px) {
    .container1024 {padding: 0 20px;}
    
    #stickyscrollto {bottom: 0; top: unset; left: 0; width: auto; margin: 15px;}
    #stickyscrollto_inner {width: 100%; float: none; margin: 0; position: relative;}
    #opensticky_title{margin-right: 100px;}
    #opensticky_div{position: absolute; right: 20px; width: 100px; bottom: 0; top: 0; display: flex; padding: 0;}
    #opensticky{margin: auto;}
    #stickyscrollto_inner > div {padding: 0;}
    
    #schedule{padding: 20px;}
    #schedule_requestservice{width: 100%;}
    #pickleft, #pickright {float: none; width: 100%; margin-bottom: 12px;}
    #pickleft {border-bottom: 1px solid #d0d0d3; padding-bottom: 8px;}
    #pickright {padding-top: 8px; margin-bottom: 18px;}
    #booking_selecteddate_pickDate, #booking_selectedhour {font-size: 18px; color: #484a55;}
    #datetitle, #timetitle {font-size: 12px; font-family: "Poppins-Light";}
    #clientdatatitle>.text{font-size: 18px;}
    #clientphone_div, #clientemail_div{float: none; width: 100%;}
    #timetable_bottom_reminder{padding-top: 30px;}
    
    #mainbody{padding-top: 250px;}
    #warningmessage, #about-us{padding: 38px 0; font-size: 18px;}
    #staffcover {padding: 12px 0 24px;}
    
    .services {width: 100%; padding: 5px 10px;}
    #servicesmaintitle, #locationtitle, #stafftitle, #gallerytitle{padding: 15px 0 6px;}
    .categorytitle{padding: 6px 0 2px; font-size: 20px;}
    .categoryservicesseperator{margin-bottom: 20px;}
    .showallservices {padding-top: 8px;}
    .categoryservices.closed {max-height: 780px !important;}
    
    #location {padding-top: 10px; padding-bottom: 58px;}
    
    #stafftext{padding-bottom: 74px;}
    .employee {width: 100%;}
    .employee_social_div{height: auto; padding-top: 18px; padding-bottom: 16px;}
    .employe_social img{height: 42px; width: 42px; padding-right: 0; margin-right: 15px;}
    .employee_cv{height: auto; padding-bottom: 14px;}
    
	.gallery {width: 100%;}
    
    #footer {height: auto; min-height: 0 !important; padding: 20px 0;}
    #ongenda, #footerlinks{width: 50%;}
    #ongendatm{display: none;}
    #ongendatm_mobile{margin-bottom: 120px; display: block; color: #7f8293; text-align: center;}
}
@media (max-width: 370px) {
    #ongendatm_mobile{margin-bottom: 190px;}
}

@media (min-width: 20px) and (max-width: 1024px) and (orientation: landscape) {
  
  
		.rightareaclick, .leftareaclick
		{
			display:block;
		}
		.rightbtn-gallery,
		.closebtn-gallery
		{
			width: 45px !important;
			margin-right: 6px;
			float: right;
			z-index: 99999;
			width: 24px;
			height: 0;
		}
		
		

		.content-btn-gallery
		{
			width: 45px !important;
			height:45px !important;
		}
		
		
		.buttons-block-gallery
		{
			height: 63px;
			padding-top: 16px;
			margin-bottom: 0px;
		}

		.buttonspopup-gallery .btn-item.previousbtn, .buttonspopup-gallery .btn-item.nextbtn, .buttonspopup-gallery .btn-item.closebtn
		{
			width: 33px;
			height: 33px;
		}
		#popup_gallery .contentbtns-popup
		{
			margin-top: 0;
			width:126px;
		}
		.buttonspopup-gallery .btn-item.previousbtn img, .buttonspopup-gallery .btn-item.nextbtn img
		{
			height: 16px;
			width: 10px;
			margin-top: 9px;
		}
		.buttonspopup-gallery .btn-item.closebtn img {
			height: 16px;
			width: auto;
			margin-left: 1px;
			margin-top: 9px;
		}
		.transparent-field{
			line-height: 28px;
		}
  
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {

		.rightareaclick, .leftareaclick
		{
			display:block;
		}
		
		.rightbtn-gallery,
		.closebtn-gallery
		{
			width: 45px !important;
		}
		.content-btn-gallery
		{
			width: 45px !important;
			height:45px !important;
		}
		
		
		
		#popup_gallery
		{
			max-height: 80%;
		} 
		.ratio4-3:before {
			padding-top: 0;
		}
		
		#popup_gallery .text-content-popup {
			margin-top: 20px;
		}
	

		.buttons-block-gallery
		{ 
			/*
			position: fixed;
			bottom: 0;
			width: 100%;
			height: auto;
			background: rgba(0, 0, 0, 0.9);
			padding-top: 20px;
			margin-bottom: 0;
			*/
			position: fixed;
			background: none;
			bottom: 20px;
			height: 10%;
			padding-bottom: 0;
			margin-bottom: 0px;
		}
		.buttonspopup-gallery { margin-left: 3px; }
		
		.buttonspopup-gallery .btn-item.previousbtn, .buttonspopup-gallery .btn-item.nextbtn, .buttonspopup-gallery .btn-item.closebtn
		{
			width: 33px;
			height: 33px;
		}
		#popup_gallery .contentbtns-popup
		{
			margin-top: 0;
			width:126px;
			position: absolute;
			top: 48px;
			left: 0;
			right: 0;
		}
		.buttonspopup-gallery .btn-item.previousbtn img, .buttonspopup-gallery .btn-item.nextbtn img
		{
			height: 16px;
			width: 10px;
			margin-top: 9px;
		}
		.buttonspopup-gallery .btn-item.closebtn img {
			height: 16px;
			width: auto;
			margin-left: 1px;
			margin-top: 9px;
		}
		
		.widthblockgallerytxt{
			display: block;
			height: 100%;
			width: 100%;
			padding-bottom: 100%;
		}
		#galleryimage{ width:100%; }
  
}

@media (max-width: 600px) and (orientation: portrait),(max-width: 600px) and (orientation: landscape) {
  
		.rightareaclick, .leftareaclick
		{
			display:block;
		}
		
		.rightbtn-gallery,
		.closebtn-gallery
		{
			width: 45px !important;
		}
		.content-btn-gallery
		{
			width: 45px !important;
			height:45px !important;
		}
  
  
		 .ratio4-3:before {
			padding-top: 0;
		}
		#popup_gallery .text-content-popup {
			margin-top: 20px;
		}
	
		.pre-popup-gallery{ background: white; }
	    
		#popup_gallery
		{
			padding:0; 
			background: white;	
			margin: 0;
			max-height:100%;
		}
		.buttons-block-gallery
		{ 
			 position: fixed; 
			bottom: 0;
			width: 100%;
			 height: 63px; 
			background: rgba(0, 0, 0, 0.9);
			padding-top: 0px;
			padding-bottom: 0px;
			display: block;
			margin-bottom: 0px;
		}
		.buttonspopup-gallery
		{
			height: 33px;
			position: absolute;
			top: 0;
			bottom: 0;
			margin: auto;
			margin-left: 3px;
		}
		
	
	
		.buttonspopup-gallery .btn-item.previousbtn, .buttonspopup-gallery .btn-item.nextbtn, .buttonspopup-gallery .btn-item.closebtn
		{
			width: 33px;
			height: 33px;
		}
		#popup_gallery .contentbtns-popup
		{
			width:126px;
			margin-top: 0;
			margin-bottom: 0;
			/*
			position: absolute;
			left: 0;
			right: 0;
			top: 0; */
		}
		.buttonspopup-gallery .btn-item.previousbtn img, .buttonspopup-gallery .btn-item.nextbtn img
		{
			height: 16px;
			width: 10px;
			margin-top: 9px;
		}
		.buttonspopup-gallery .btn-item.closebtn img {
			height: 16px;
			width: auto;
			margin-left: 1px;
			margin-top: 9px;
		}
		
		.widthblockgallerytxt{
			display: block;
			height: 100%;
			width: 100%;
			padding-bottom: 300px;
		}
		#galleryimage{ width:100%; }
		.transparent-field{
			line-height: 28px;
		}
		#footer{display: block;}
		#ongenda, #footerlinks {width: 100%;}
		.footerlink {display: inline-block;width: 100%;text-align: left;margin-left: 0px;}
		.footerlink:first-child {margin-top: 10px;}
		
}
@media (max-width: 768px) and (orientation: portrait),(max-width: 768px) and (orientation: landscape) {
	#stickyscrollto {bottom: 0; top: unset; left: 0; width: auto; margin: 15px;}
	#stickyscrollto_inner {
		width: 100%;
		float: none;
		margin: 0;
		position: relative;
	}
	#stickyscrollto_inner > div {padding: 0;}
	#stickyscrollto_inner > div {padding: 0;}
	#opensticky_title {margin-right: 100px;}
	#opensticky_div {
		position: absolute;
		right: 20px;
		width: 100px;
		bottom: 0;
		top: 0;
		display: flex;
		padding: 0;
	}
	#opensticky {margin: auto;}
	#ongendatm_mobile{margin-bottom: 190px; display: block; color: #7f8293;}
	#ongendatm {display: none;}
}

.hide-vertical {
    max-height: 0 !important;
    overflow: hidden;
}
.top-center{display: flex;margin-bottom: 60px;}
.top-center>div{margin: auto;}
#toplogo.small {width: 76px;height: 76px;margin-right: 10px;}
#topname.small {font-size: 24px; padding: 21px 0px 21px 86px;}
#block-maintenance{color: #484a55;margin: auto;width: 770px;height: 690px;}
#block-maintenance>.blockinf{width: 770px;}
#block-maintenance>.blocktop{padding: 70px 56px 0px;height: 690px;width: 100%;}
#block-maintenance .text{margin-bottom: 100px;}
.tx-lg{font-size:28px;font-weight:300;line-height: 28px;margin-bottom: 20px;}
.tx-lg.bold{font-weight:500;margin-bottom: 30px;}
.tx-md{font-size:22px;font-weight:300;line-height: 22px;}
.tx-sm{font-size:20px;font-weight:300;line-height: 20px;}
.tx-xs{font-size:16px;font-weight:300;}
.tx-dark{font-size:14px;font-weight:300;color:#898b9b}
.tx-xs.regular{font-weight:400;}
.sttitle{line-height:25px;}
.ohtitle{margin-bottom:20px;}
.block-footer #footer > div {width: 100%;}
.block-footer #ongendatm {float: right;}
.btn-green {height:44px; padding: 10px 30px; color:#fff; background: #60c9bb;font-size:18px; font-weight:500; border-radius: 40px;}
.btn-green:hover {background: #52a59c; color:#fff; text-decoration: none; cursor:pointer;}
.text.center {text-align: center;}
@media (max-width: 992px){
    #block-maintenance{margin: auto 50px;width: 100%;}
    #block-maintenance>.blockinf{width: 100%;}
}
@media (max-width: 768px) {
	#block-maintenance{margin: auto 15px;width: 100%;height: 100%;}    
	#block-maintenance>.blocktop{padding: 70px 30px 0px;height: 100%;}
	.tx-lg{font-size:24px;line-height: 24px;}
	#block-maintenance #topleft {width:100%}
	#block-maintenance #topright {
		width: 100%;
		float: left;
		text-align: left;
		margin-top: 50px;
	}
	#block-notfound {max-width: 440px;}
	.btn-green {padding: 18px 30px;font-size: 20px;}
}

@media (max-width: 480px) {
	#block-maintenance>.blockinf{display:none;}
	#block-maintenance{height: 100%;margin: 0px;}
	#block-maintenance .text{margin-bottom: 70px;}
}


#clientdatatitle{display: -webkit-inline-flex; display: inline-flex;}
#clientdatatitle>.text{margin: auto; display: -webkit-inline-flex; display: inline-flex;}
#clientdatatitle>.text>.separator{padding: 0px 20px;font-weight:300;}
.social_login {margin-right: 5px;}
.social_login img{height: 35px;width: 35px;}






