body {
  overflow: auto;
}

#main.gdzie-kupic {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

#main.gdzie-kupic .fusion-row {
  max-width: 100%;
}

.whyGoodtoContact .head {
  font-family: 'Roboto', sans-serif;
}

.whyGoodtoContact .head>span.big {
  color: #e10707;
  line-height: 40px;
}

.listOfCity .cityList .info, .listOfCity .cityList .info_not_found {
  font-family: 'Roboto', sans-serif;
}

.listOfCity .cityList .info>span, .listOfCity .cityList .info_not_found>span {
  font-family: 'Roboto', sans-serif;
}

.whyGoodtoContact .list .items .number {
  font-family: 'Roboto', sans-serif;
}

.listOfCity .cityList ul li {
  font-family: 'Roboto', sans-serif;
}

.listOfCity .cityList ul li .blue-button {
  border: 1px solid #e10707;
  color: white !important;
  transform: none;
  background: #e10707;
}

.listOfCity .cityList ul li .blue-button:hover {
  background-color: white;
  color: #e10707 !important;
}

.listOfCity .cityList .mCSB_scrollTools .mCSB_dragger {
  background-color: #e2000f;
}

.layout-wide-mode .fusion-header-wrapper .fusion-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .fusion-main-menu {
  padding-top: 10px !important;
} */

.fusion-header .fusion-logo {
  margin-right: 20px !important;
  max-width: 300px;
  min-width: 180px;
  margin-top: 15px;
}

.fusion-main-menu > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fusion-main-menu > ul > li {
  padding: 0 !important;
  flex: 1;
}

.fusion-main-menu > ul > li a {
  padding: 0 17px !important;
}

/* .fusion-main-menu > ul > li > a {
  height: auto !important;
  text-align: center;
} */

.fusion-main-menu > ul > li > a span {
  text-align: center;
}

#viewpage.partner-page {
  padding-top: 10px;
}

.partner-page .ppc {
  padding: 0;
}

.partner-page .partner-page-content .title {
  color: #e2000f;
  line-height: 36px;
}

.partner-page .partner-page-content .street {
  line-height: 26px;
  margin-bottom: 35px;
}

.partner-page .partner-page-content .open-hour .blue:before {
  background-color: #e2000f;
}

.partner-page-content.contact-form .title {
  color: #333;
}

.partner-page .partner-page-content .phone,
.partner-page .partner-page-content .fax,
.partner-page .partner-page-content .mail {
  margin-bottom: 0;
}

.blue-button {
  background: #e2000f;
  color: #fff;
}

.blue-button:hover {
  background: #c3030f;
  color: #fff;
}

.partner-page-content.contact-form input:focus, 
.partner-page-content.contact-form select:focus, 
.partner-page-content.contact-form textarea:focus {
  border-color: #c23434 !important
}

.partner-page-content.contact-form input:hover, 
.partner-page-content.contact-form select:hover, 
.partner-page-content.contact-form textarea:hover {
  border-color: #c23434 !important
}

#formContact .rodo-agreements, .rodo-agreements,
#formContact .rodo-agreements label, .rodo-agreements label {
  font-weight: 400 !important;
}

.compensate-for-scrollbar{
  margin-right: 0 !important;
}

.topPanel .partner label {
  color: #c23434;
}

.listOfCity .cityList ul li>.active {
  border-left: 3px solid #e2000f;
}

.fusion-footer-widget-area {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

#salons_in_city .conten {
  padding-top: 0;
  padding-bottom: 0;
}

#salons_in_city .conten .my_wrapper {
  padding: 0;
}

#salons_in_city .salon:nth-child(odd),
#salons_in_city .salon:nth-child(even) {
  height: unset;
  margin-bottom: 25px;
}

#salons_in_city .salon .blue-button {
  display: inline-block;
  padding: 7px 30px;
}

#salons_in_city .conten hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.adword-banners .mobile-banner {
  display: none;
}

.image-links {
  display: flex;
  clear: both;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}

.image-links .image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 10px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.image-links .image-link:hover::after {
  background-color: rgba(0,0,0,0.7);
}

.image-links .image-link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 1;
}

.image-links .image-link .image-link__title {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 28px;
  color: white;
}
/* ======   MEDIA QUERIES   ======= */

@media screen and (max-width: 1380px) {
  .layout-wide-mode .fusion-header-wrapper .fusion-row {
    padding-left: 0;
    padding-right: 0;
  }

  .fusion-header .fusion-logo {
    max-width: 200px;
    min-width: 125px;
  }

  .fusion-main-menu > ul > li > a {
    font-size: 13px;
    padding: 14px !important;
  }

  .fusion-standard-logo {
    display: none !important;
  }

  .fusion-mobile-logo {
    display: block !important;
    margin-top: -20px;
  }
}

@media screen and (max-width: 1200px) {
  .fusion-main-menu > ul > li > a {
    padding: 13px !important;
  }

  .partner-page-content .contact-form {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1170px) {
  .whyGoodtoContact .list .items {
    text-align: center;
  }
}

@media screen and (max-width: 1100px) {
  .layout-wide-mode .fusion-header-wrapper .fusion-row {
    display: block;
  }

  .fusion-mobile-logo {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1000px) {
  #salons_in_city .conten .col-md-8--m {
    width: 100%;
    clear: both;
  }
  
  #salons_in_city .conten .col-md-4--m {
    width: 100%;
    clear: both;
  }

  #salons_in_city .conten .my_wrapper .col-md-9 > div {
    float: none;
  }

  .adword-banners {
    padding-top: 20px;
  }

  .adword-banners .mobile-banner {
    display: block;
  }

  .adword-banners .desktop-banner {
    display: none;
  }

  .image-links .image-link {
    height: 150px;
  }

  .image-links .image-link .image-link__title {
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
 
}
@media only screen and (max-width: 800px) {
  #main>.fusion-row {
    display: block !important;
  }
}

@media only screen and (max-width: 670px) {
  #viewpage.partner-page {
    padding-top: 0 !important;
  }
  .image-links {
    flex-wrap: wrap;
  }

  .image-links .image-link {
    width: 100%;
  }
}

body.has-sidebar.single #content{
    width: 100%;	
	float:none !important;
}

body.has-sidebar.single #main .sidebar{
    width: 100%;
	float:none !important;
}

.sidebar .widget .widget-title.h4{
	color: #333333;	
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 100;
    line-height: 1.52;
    letter-spacing: 0px;
    font-style: normal;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}

.h1{
    text-align: center;
    color: #333333;
    font-size: 34px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 100;
    line-height: 1.40;
    letter-spacing: 2px;
    font-style: normal;	
}

.h2{
    font-size: 32px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 100;
    line-height: 1.31;
    letter-spacing: 1px;
    font-style: normal;
}

.h3{
	
}

.h4{
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 100;
    line-height: 1.52;
    letter-spacing: 0px;
    font-style: normal;	
	margin-top: 1.33em;
    margin-bottom: 1.33em;
    font-size: 18px;
}