html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  /*text-shadow: 0px 0px 1px #DEDEDE;*/
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Vaccine';
  src: url('vaccine.eot');
  src: url('vaccine.eot?#iefix') format('embedded-opentype'), url('vaccine.woff') format('woff'), url('vaccine.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

a {
  /*text-decoration: none;	*/
  color: #1AA5F9;
  /*text-shadow: 0px 0px 1px #B6ECFE;*/
}

a:hover {
  /*text-decoration: underline;*/
  color: #FFB18C;
  /*text-shadow: 0px 0px 1px #F1E6E4;*/
}

h1, h2, h3 {
  font-family: 'Vaccine';
  font-weight: 500;
}

h2 {
  line-height: 100%;
  color: #999;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

input[type="text"], input[type="password"], textarea, select, input[type="email"], input[type="url"] {
  border: 1px solid #CCC;
  width: 280px;
  color: #455232;
  height: 40px;
  font-weight: 500;
  padding-left: 5px;
  font-size: 100%;
}

input[type="text"], input[type="password"], input[type="email"] {
  box-shadow: inset 0px 0px 0px 30px #FFF !important;
}

.st-profile input[type="text"], .st-profile input[type="password"], .st-profile select, .st-profile input[type="email"], .st-profile input[type="url"] {
  height: 30px;
}

#sitebox {
  min-width: 320px;
  position: relative;
  margin: 0 auto;
}

#header {
  background-color: #FFF;
}

#header:after {
  content: '';
  border-bottom: 1px solid #CCC;
  display: block;
  width: 80%;
  margin: 0 auto;
}

.footerline {
  text-align: center;
  padding: 50px 0;
  background-color: #e1e1e1;
  position: relative;
  display: flex;
  justify-content: center;
}

.footer_left, .footer_right {
  min-width: 300px;
}

.footer_center a {
  display: inline-block;
  white-space: nowrap;
  padding: 5px;
  color: #666;
  text-decoration: none;
}

.footer_center a:hover {
  background-color: #E6E6E6;
}

.footer_right a {
  opacity: 0.8;
  padding: 3px;
}

.footer_right a:hover {
  opacity: 1;
}

.footer_left img{
  width: 100%;
  max-width: 180px;
}


/*************/


/*** header ***/


/*************/

.topbox {
  display: table;
  width: 100%;
}

.topbox a {
  color: #666666;
  text-decoration: none;
}

.topbox_left, .topbox_center, .topbox_right {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}

.topbox_left {
  white-space: nowrap;
}

.topbox_left img {
  vertical-align: middle;
  margin: 5px 15px;
}

.logoimg1 {
  width: 80px;
}

.logoimg2 {
  width: 140px;
}

.topbox_center span {
  font-weight: bold;
  font-size: 110%;
  padding: 10px;
  display: inline-block;
}

.topbox_center a {
  padding: 7px 30px;
  color: #FFFFFF;
  background-color: #00D500;
  white-space: nowrap;
  margin: 10px 0px;
  display: inline-block;
}

.topbox_center a:hover {
  background-color: #00C600;
}

.topbox_right_1, .topbox_right_2 {
  display: inline-block;
  padding: 5px 10px;
  white-space: nowrap;
}

.topbox_right_2 {
  margin: 0px 0px;
}

.topbox_right_2 img {
  margin-right: 5px;
  vertical-align: middle;
}

.topbox_right_2 a span {
  padding-left: 5px;
  color: #1AA5F9;
}

.topbox_right_2 a:hover, .topbox .loginlink:hover {
  border-bottom: 4px solid;
  border-color: #CCC;
  padding-bottom: 8px;
}

.topbox .loginlink {
  margin: 0px 10px;
}

.topbox .profilemess {
  position: relative;
  padding-right: 15px;
  top: -3px;
}

.topbox .profilemess span {
  position: absolute;
  right: 7px;
  top: -7px;
}

.profilemess img {
  vertical-align: middle;
}

.topbox .profilemess a:hover {
  color: #71E100;
}

.topbox a.getProfileMenuBox:hover {
  background-color: #E7FFCE;
}

.topbox .profilename {
  position: relative;
  display: inline-block;
}

#profileMenuBox {
  position: absolute;
  top: 35px;
  right: 0px;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 5px;
}

#profileMenuBox a {
  display: block;
  text-align: left;
  padding: 5px 10px;
  margin: 0;
}

#profileMenuBox a:hover {
  background-color: #F4F4F4;
}

#profileMenuBox:after {
  content: '';
  position: absolute;
  right: 12px;
  top: -5px;
  display: block;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  background-color: #FFF;
}

#profileMenuBox:focus {
  outline: none;
}


/*************/


/*** top search ***/


/*************/

.topboxsearchinputs .tbsiclass {
  font-size: 120%;
  background-color: #fff;
  border: 0;
  height: 56px;
  vertical-align: top;
}
.topboxsearchinputs input.tbsiclass {
    border-radius: 2px;
    box-shadow: inset 0 0px 6px 0 rgb(255, 255, 255) !important;
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.topboxsearchinputs input.tbsiclw:hover {
    box-shadow: 0px 10px 5px 5px rgba(10, 10, 10, 0.28) !important;
}




select.tbsiclass {
  width: 180px;
}

input.tbsiclass.searcbtn {
  width: 200px;
  color: #FFF;
  background-color: #15DAFD;
  font-size: 120%;
  text-shadow: 0px 0px 2px #ebf5f7;
  height: 56px;
}

input.tbsiclass.searcbtn:hover {
  background-color: #02CEF2;
}

.localitysearchbox {
  display: inline-block;
  position: relative;
  width: 45%;
}

.tbsiclassrent input {
  width: 120px;
  padding-right: 0px;
  padding-left: 8px;
}

.tbsiclassrent img {
  display: none;
}

input.tbsiclw {
  width: 100%;
  padding-left: 10px;
}

#localityListBox {
  background-color: #FFF;
  position: absolute;
  text-align: left;
  width: 100%;
  border: 1px solid #09C;
  z-index: 3;
}

.topbox.rent .localitysearchbox {
  width: 44%;
}





.changetype {
  text-align: left;
  color: #E4E0E0;
  margin-top: 15px;
  white-space: nowrap;
}

.changetype input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*border-radius: 50%;*/
  width: 11px;
  height: 11px;
  border: 1px solid #dfdbdb;
  transition: 0.2s all linear;
  outline: none;
  margin-right: 5px;
  position: relative;
  /*top: 4px;*/
}

.changetype input:checked {
  border: 3px solid #a8ddfa;
}

.changetype label {
  margin-right: 15px;
  line-height: 32px;
}



/*del*/
.changetype span span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #FFF;
  margin: 0 10px;
  font-size: 9px;
  color: #000;
  text-align: center;
  vertical-align: middle;
}

.changetype1, .changetype2 {
  cursor: pointer;
}

.changetype span.changetype2 {
  margin-left: 20px;
}

.changetype .activ span {
  background-color: #15DAFD;
}

.changetype span:hover {
  text-shadow: 0px 0px 2px #FFF;
}

.changetype span.activ:hover {
  text-shadow: none;
  cursor: default;
}
/*del*/






#localityListBox div {
  cursor: default;
  padding: 2px 0 2px 10px;
}

#localityListBox div:hover {
  background-color: #F7F7F7;
}


/*************/


/*** pop up ***/


/*************/

#preoverlay {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -55px;
  margin-top: -50px;
}

#preoverlay div {
  position: absolute;
  height: 50px;
  width: 50px;
  transform-origin: 100% 50%;
}

#preoverlay div .bar {
  position: absolute;
  height: 1px;
  width: 100px;
  background-color: #369;
  left: 0;
  border-radius: 20px;
  transform-origin: right;
  animation: spin 6s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/*#preoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 480;
}

#preoverlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -64px 0 0 -64px;
}*/

#blank {
  z-index: 505;
}

#blank2 {
  z-index: 505;
}

#blankflat {
  z-index: 500;
}

.blankLogin h1, #askoffers h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 34px;
}

.blankmess {
  background: url(../images/popmess.png);
  min-height: 500px;
  width: 70%;
  left: 15%;
  position: fixed;
  top: 15%;
}

.blankLogin {
  width: 460px;
  left: 50%;
  top: 50%;
  background-color: #FFF;
  margin-left: -230px;
  position: absolute;
}

#startoverlay {
  background-color: #FF7B7B;
  position: fixed;
  right: 3px;
  top: 3px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid;
  padding: 0 4px;
  color: #FFF;
  line-height: 8px;
}

.alert-message, .alert-notice {
  background-color: #E3FCE2;
  border-color: #FAEBCC;
  color: #8A6D3B;
}

.alert-warning {
  background-color: #FCF8E3;
  border-color: #FAEBCC;
  color: #8A6D3B;
}

.alert-error {
  background-color: #FCEAE2;
  border-color: #FAEBCC;
  color: #8A6D3B;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
  font-size: 18px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgb(138, 109, 59);
  font-weight: 500;
  margin-bottom: 10px;
}

.blankmess a.close {
  display: none;
}

#overlay, #flatoverlay, #galeryoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #333;
  top: 0px;
  left: 0px;
  z-index: 500;
}

#galeryoverlay {
  z-index: 510;
}

#flatoverlay {
  z-index: 490;
}

#blankclose a {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../images/blanckclose.png);
  display: block;
  top: 0px;
  right: -35px;
}

.modal {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.modal.languages a {
  display: block;
  padding: 5px 0;
  font-size: 110%;
  cursor: default;
  text-shadow: 0px 0px 0px;
}

.modal.languages img {
  vertical-align: middle;
  margin: 0 5px;
  height: 14px;
}

.modal.languages a:hover {
  background-color: #F7F7F7;
  text-decoration: none;
}

.modal.languages .noneactivlang a {
  color: #999;
}

.modal.languages .noneactivlang a:hover {
  background: none;
}

form.modal input[type="text"], form.modal input[type="password"], form.modal textarea, form.modal select, form.modal input[type="email"] {
  border: 1px solid #CCC;
  width: 100%;
  color: #455232;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 15px;
}

form.modal textarea {
  height: 180px;
  font-size: 18px;
}

#logincomment {
  display: none;
}

form.modal a {
  color: #dbd7a7;
  font-weight: 700;
}

form.modal p {
  margin-top: 20px;
}

button.modal, .btn {
  color: #dbd7a7;
  font-size: 18px;
  background: #455232;
  padding: 10px 25px;
  border: none;
  border-radius: 0;
}

button.modal:hover, .btn:hover, .ask:hover {
  color: #F3F2E4;
  background: #5F7045;
}

.modal.currency {
  padding-bottom: 20px;
}

.modal.currency td {
  text-align: center;
}

.modal.currency a {
  display: block;
  cursor: default;
  padding: 10px 0;
}

.modal.currency a:hover {
  background-color: #F7F7F7;
  text-decoration: none;
}

.modal.login #remember {
  width: 16px;
  height: 16px;
}

.modal.login .btn {
  margin: 15px 0 0;
}

#remember:checked {
  box-shadow: inset 0px 0px 4px 3px #dbd7a7 !important;
}

.modal.login a {
  float: right;
  margin-top: 5px;
}

.modal hr {
  margin: 10px 0 30px;
  border: 0;
  border-top: 1px solid #EFEFEF;
}

p.pre {
  padding: 5px;
  font-size: 12px;
  color: #999;
  background-color: #F6F6F6;
  top: -20px;
  position: relative;
}

form.modal .regStep2conform p {
  margin: 10px 0;
}

form.modal .regStep2conform p span {
  color: #999;
}

form.modal .regStep2conform {
  margin-bottom: 40px;
}


/*************/


/*** component **/


/*************/

.modulimginnertop, .modulimginnerbottom, .modulimginnermidl {
  position: absolute;
  left: 0px;
  color: #FFF;
}

.modulimginnertop {
  top: 0px;
  font-size: 156%;
  background-color: #00D500;
  opacity: 0.9;
  padding: 5px 10px;
}

.modulimginnertop span {
  font-size: 80%;
  color: #000;
  padding-right: 10px;
}

.modulimginnerbottom {
  font-size: 105%;
  white-space: normal;
  line-height: 100%;
  bottom: 5px;
  padding: 5px 10px;
  text-shadow: 0px 0px 5px #000;
}


/*#main{
	padding: 10px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}*/

.linershed {
  box-shadow: 0px 3px 10px 1px #DEF2FE;
}

#main h1 {
  margin: 20px;
}

.spacer hr {
  border: 1px solid #EFEFEF;
  margin: 16px 0;
}

.boxMiddle {
  background-color: #FFF;
  padding: 0;
  margin: 0 auto;
}

.boxMiddle h2 {
  margin: 40px 0;
  font-size: 160%;
}

.boxMiddleInner {
  padding: 20px 0px 0;
}

.fildrow div {
  display: inline-block;
  margin: 7px 0;
}

.fildleft {
  text-align: right;
  width: 25%;
  padding-right: 20px;
  font-size: 12px;
  vertical-align: top;
  top: 5px;
  position: relative;
  white-space: nowrap;
}

#jform_captcha {
  width: 280px;
}

#jform_captcha input {
  width: 280px !important;
  border-color: #CCC !important;
}

.st-registration, .st-about, .st-developers {
  /*background-color: #EEEEEE;*/
}

.boxMiddle {
  margin: 40px auto 0;
  width: 62%;
  margin-left: 19%;
}

.st-partners #main {
  width: 60%;
  margin: 0 auto;
  border-top: 1px solid #CCC;
  padding-bottom: 80px;
}

.partnerstitle {
  font-size: 180%;
  margin: 20px 10px;
  padding-top: 40px;
}

.partnerstext {
  font-size: 120%;
  margin: 40px 10px;
  padding-bottom: 40px;
}

.contact-form {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.st-contact #main h1 {
  text-align: center;
  margin-top: 80px;
}

.st-contact fieldset {
  border: none;
  padding: 10px 0;
}

.st-contact legend {
  display: none;
}

.control-group {
  padding: 10px 0;
}

.control-group input {
  height: 40px;
  width: 60%;
}

.control-group input#jform_contact_emailmsg {
  width: 100%;
}

.control-group textarea {
  height: 280px;
  width: 80%;
}

#jform_spacer-lbl {
  color: #999;
  font-size: 90%;
  border-bottom: 1px solid #CCC;
  margin-bottom: 60px;
  display: block;
}

#jform_spacer-lbl .red {
  color: #F00;
  font-size: 100%;
}

#jform_contact_email_copy {
  width: 16px;
  height: 16px;
}

button.btn {
  background-color: #3AB3FA;
  height: 60px;
  width: 62%;
  color: #FFF;
  margin: 20px 0;
}

button.btn:hover {
  background-color: #5EC0FB;
}

.popover {
  display: none !important;
}

#main h1.simpltitle {
  text-align: center;
  margin-top: 80px;
}


/*calendar*/

img.ui-datepicker-trigger {
  width: 20px;
  position: relative;
  top: 7px;
  left: -25px;
}

.ui-datepicker {
  /*	width: 200px;*/
  background-color: #000;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  z-index: 3 !important;
  border: 1px solid #999;
}

.reservationBoxleftinner .ui-datepicker {
  background-color: #FFF;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
}

.ui-datepicker-header {
  background: url('../images/dark_leather.png') repeat 0 0 #000;
  color: #e0e0e0;
  font-weight: bold;
  text-shadow: 1px -1px 0px #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #111;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/arrow.png');
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}

.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(top, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #6eafbf;
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #4d7a85;
  filter: dropshadow(color=#4d7a85, offx=0, offy=1);
  border: 1px solid #55838f;
  position: relative;
  margin: -1px;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 27px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 27px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 27px;
  margin-bottom: 0;
}

.mobilemenubox {
  display: none;
  text-align: right;
  background-color: #02BED9;
  padding: 10px;
}

.mobilemenubox a {
  width: 32%;
  display: inline-block;
  color: #FFF;
}

a.topmobilemenu {
  color: #FFF;
  text-decoration: none;
  font-size: 32px;
  padding: 5px;
}

a.mobilemenuboxleft {
  text-align: left;
  vertical-align: middle;
}

.mobilemenublock {
  position: absolute;
  height: 100%;
  background-color: #02BED9;
  top: 0px;
  right: 0px;
  z-index: 490;
  width: 0;
  box-shadow: 0px 0px 30px -5px #000;
  overflow: hidden;
}

.mobilemenublock a {
  color: #FFF;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  width: 100%;
  font-size: 120%;
}

a.mobileatogl {
  color: #333;
}

.mobilemenublock a:hover {
  background-color: #02DAF9;
}

.mobilemenublock hr {
  margin: 0 10px;
  border-top: 1px solid;
  border-color: #01B1CB;
}

.mobilemenublock span {
  margin-left: 10px;
}

a.mobilemenu {
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 3px 5px;
  color: #999;
  outline: none !important;
}

.mobilemenu img {
  vertical-align: middle;
  height: 22px;
}

img.logo1 {
  margin-left: 40px;
  height: 102px;
  position: absolute;
  z-index: 2;
}

#toTop {
  position: fixed;
  z-index: 400;
  bottom: 20px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: none;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  text-decoration: none;
  opacity: 0.9;
}

.orangbtn {
  background: linear-gradient(to top, #FF8040, #FFC2A6);
  color: #FFFFF2;
}

.bluebtn {
  color: #FFF;
  background-color: #1AA5F9;
  border-radius: 4px;
  border: 1px solid #1AA5F9;
  padding: 4px 15px;
  margin-bottom: 40px;
  height: 50px;
}

.bluebtn:hover {
  background-color: #3AB3FA;
}

.bluechbx {
  width: 14px;
  height: 15px;
}

.bluechbx:checked {
  box-shadow: inset 0px 0px 9px 1px #8DD2FC !important;
}

.st-login .login, .st-login ul, .st-reset .reset, .st-remind .remind {
  width: 62%;
  margin-left: 19%;
  padding: 0;
}

.st-login fieldset, .st-reset fieldset, .st-remind fieldset {
  border: none;
  padding: 60px 0 0;
}

.st-login input[type="checkbox" i] {
  width: 14px;
  height: 15px;
}

.st-login ul {
  margin-bottom: 60px;
  list-style-type: none;
}

.item-page {
	padding: 80px;
}
#main .boxMiddle h1 {
	margin: 0;
}
.qf_recaptcha {
    display: block;
}

/* oneall_social_login_box */
.plugin #providers .provider{
  padding: 0;
}
.plugin #providers .provider .button{
  margin: 0;
}
.plugin #providers .provider .name{
  text-align: left;
}
.plugin #providers.providers_unpaginated .providers_group .providers_block{
  margin-top: 20px;
}

/* pagination */
#pagination ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
#pagination li{
  display: block;
  margin: 20px 5px;
  border: 1px solid #9da09d;
  padding: 5px;
  white-space: nowrap;
}
.visuallyhidden {
  /* position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px; */
}

/* breadcrumb */
#breadcrumb ol{
  display: flex;
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
#breadcrumb h1{
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}
#breadcrumb img {
    width: 9px;
    vertical-align: middle;
    margin: 0 10px;
    opacity: 0.4;
}
.fb_dialog {
  margin-right: 30px;
}











@media screen and (max-width:1600px) {
  html, body {
    font-size: 14px;
  }
  .logoimg1 {
    width: 70px;
  }
  .topboxsearchinputs .tbsiclass, input.tbsiclass.searcbtn {
    height: 48px;
  }
}

@media screen and (max-width:1200px) {
  .st-partners #main {
    width: 80%;
  }
}

@media screen and (max-width:840px) {
  .topbox_center {
    display: none;
  }
  .topbox_left img {
    margin: 5px 5px;
  }
  input.tbsiclass.searcbtn {
    width: 142px;
  }
  select.tbsiclass {
    width: 120px;
  }
  .logoimg1 {
    width: 64px;
  }
  .logoimg2 {
    width: 112px;
  }
  .st-partners #main {
    width: 90%;
    margin: 0 auto;
    font-size: 90%;
  }
  .contact-form {
    width: 90%;
  }
  .control-group input, .control-group textarea, .st-contact button.btn {
    width: 100%;
  }
  .footerline {
    flex-wrap: wrap;
  }

}

@media screen and (max-width:520px) {
  .topbox_left img {
    margin: 5px 0px;
  }
  .logoimg1 {
    width: 52px;
  }
  .logoimg2 {
    width: 98px;
  }
  .mobilemenubox {
    display: block;
  }
  .topbox {
    display: none;
  }
  .footer_center {
    border: 1px solid #F1F1F1;
    margin: 10px;
    padding: 10px 0;
  }
  .qfsubmit .bluebtn {
    width: 100%;
  }
  #header:after {
    content: none;
  }
}
