/* Import bootstrap 3 mixins and variables so we can use them */
/* Import core mixins so we can use them */
.clear_float:before,
.clear_float:after {
  display: table;
  content: " ";
}
.clear_float:after {
  clear: both;
}
/* Import our theme variables. */
/*
 * The sections in this document roughly correspond to our theme style guide.
 */
/* Import our theme mixins */
/* Import our theme fonts */
/* Our style rules - namespace so as not to collide with the core app styles */
div.ccm-page {
  position: relative;
}
div.ccm-page {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
}
div.ccm-page blockquote {
  padding-left: 60px;
  font-size: 1.46em;
  font-weight: 300;
  border-color: #bdcfd8;
  color: #5b676c;
  line-height: 1.42857143;
}
div.ccm-page h1 {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 2.1em;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h2 {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h3 {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h4 {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 800;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h5 {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 0.73em;
  font-weight: 800;
  color: #9fa9ad;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page h6 {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 0.73em;
  font-weight: 400;
  color: #a3db75;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page img {
  max-width: 100%;
  height: auto;
}
div.ccm-page hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #ececec;
}
div.ccm-page main {
  background-color: #ffffff;
  /*
    div.container:last-child {
      padding-bottom: 80px;
    }
    */
}
div.ccm-page main a:not(.fa):not(.btn),
div.ccm-page footer a:not(.fa):not(.btn) {
  color: #009ff4;
}
div.ccm-page main a:not(.fa):not(.btn):hover,
div.ccm-page footer a:not(.fa):not(.btn):hover {
  color: #009ff4;
  text-decoration: none;
}
div.ccm-page div[data-container=block] div.container:last-child {
  padding-bottom: 0px;
}
div.ccm-page.page-type-blog-entry div.col-sidebar {
  padding-top: 40px;
}
div.ccm-page div.col-sidebar hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
div.ccm-page div.ccm-system-errors {
  margin-top: 40px;
}
div.ccm-page header {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
div.ccm-page header nav .dropdown:after {
  content: ' ▶';
}
div.ccm-page header nav .dropdown:hover:after {
  content: '\25bc';
}
div.ccm-page header nav ul {
  -webkit-font-smoothing: antialiased;
  list-style: none;
  margin-top: 10px !important;
  padding: 0px 0px 0px 0px;
  float: right;
}
div.ccm-page header nav ul a {
  font-size: 1em;
  font-weight: 800;
  color: #1a1a1a;
  transition: all 0.3s ease-in;
  text-transform: none;
}
div.ccm-page header nav ul a:hover {
  color: #0c9c49;
  text-decoration: none;
}
div.ccm-page header nav ul li {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
div.ccm-page header nav ul li:hover ul {
  opacity: 1;
  top: 30px;
  visibility: visible;
}
div.ccm-page header nav ul li ul {
  cursor: pointer;
  padding: 15px;
  padding-bottom: 0px;
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 20px;
  visibility: hidden;
  width: 200px;
  background-color: #ffffff;
  z-index: 99;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  border: 1px solid #edf2f3;
}
div.ccm-page header nav ul li ul li {
  float: none;
  width: 100%;
  padding-bottom: 0px;
}
div.ccm-page header nav ul li ul li:hover a {
  color: #0099ff;
}
div.ccm-page header nav ul li ul li a {
  display: block;
  padding-bottom: 15px;
  font-size: 1.0em;
  text-transform: none;
  color: #a2a2a2;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
div.ccm-page header nav ul li ul li a:hover {
  color: #0099ff;
}
div.ccm-page .breadcrumb {
  background-color: transparent;
  padding: 0px;
  text-align: center;
  margin: 0px !important;
  justify-content: center;
}
div.ccm-page .breadcrumb a {
  color: #fff !important;
}
div.ccm-page .breadcrumb a:hover {
  text-decoration: none;
  color: #fff !important;
}
div.ccm-page .breadcrumb li.active {
  color: #fff !important;
}
div.ccm-page img.ccm-captcha-image {
  display: block;
  margin: 0px auto 30px auto;
}
div.ccm-page .btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 10px 30px 10px 30px;
}
div.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.focus {
  color: #ffffff;
  background-color: #00994d;
  border-color: #255625;
}
div.ccm-page .btn-success:hover {
  color: #ffffff;
  background-color: #00994d;
  border-color: #398439;
}
div.ccm-page .btn-success:active,
div.ccm-page .btn-success.active,
.open > .dropdown-togglediv.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00994d;
  background-image: none;
  border-color: #398439;
}
div.ccm-page .btn-success:active:hover,
div.ccm-page .btn-success.active:hover,
.open > .dropdown-togglediv.ccm-page .btn-success:hover,
div.ccm-page .btn-success:active:focus,
div.ccm-page .btn-success.active:focus,
.open > .dropdown-togglediv.ccm-page .btn-success:focus,
div.ccm-page .btn-success:active.focus,
div.ccm-page .btn-success.active.focus,
.open > .dropdown-togglediv.ccm-page .btn-success.focus {
  color: #ffffff;
  background-color: #00753b;
  border-color: #255625;
}
div.ccm-page .btn-success.disabled:hover,
div.ccm-page .btn-success[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-success:hover,
div.ccm-page .btn-success.disabled:focus,
div.ccm-page .btn-success[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.disabled.focus,
div.ccm-page .btn-success[disabled].focus,
fieldset[disabled] div.ccm-page .btn-success.focus {
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success .badge {
  color: #00cc66;
  background-color: #ffffff;
}
div.ccm-page .btn-default {
  color: #6e6e6e;
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.focus {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #75c231;
}
div.ccm-page .btn-default:hover {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #97d75f;
}
div.ccm-page .btn-default:active,
div.ccm-page .btn-default.active,
.open > .dropdown-togglediv.ccm-page .btn-default {
  color: #6e6e6e;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #97d75f;
}
div.ccm-page .btn-default:active:hover,
div.ccm-page .btn-default.active:hover,
.open > .dropdown-togglediv.ccm-page .btn-default:hover,
div.ccm-page .btn-default:active:focus,
div.ccm-page .btn-default.active:focus,
.open > .dropdown-togglediv.ccm-page .btn-default:focus,
div.ccm-page .btn-default:active.focus,
div.ccm-page .btn-default.active.focus,
.open > .dropdown-togglediv.ccm-page .btn-default.focus {
  color: #6e6e6e;
  background-color: #d4d4d4;
  border-color: #75c231;
}
div.ccm-page .btn-default.disabled:hover,
div.ccm-page .btn-default[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-default:hover,
div.ccm-page .btn-default.disabled:focus,
div.ccm-page .btn-default[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.disabled.focus,
div.ccm-page .btn-default[disabled].focus,
fieldset[disabled] div.ccm-page .btn-default.focus {
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page .btn-default .badge {
  color: #ffffff;
  background-color: #6e6e6e;
}
div.ccm-page main .jumbo {
  min-height: 300px;
}
div.ccm-page main .jumbo h1 {
  color: #75ca2a !important;
  font-family: 'Nunito' !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
  padding-top: 40px;
  font-size: 3.69em;
  padding-bottom: 40px;
}
div.ccm-page main .jumbo p {
  font-size: 1.8em;
  color: #4f585c;
  font-weight: 200;
}
/* comes outside of main because we want to show it in redactor */
.title-thin {
  color: #75ca2a !important;
  font-family: 'Nunito' !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
}
.title-caps-bold {
  color: #75ca2a !important;
  font-family: 'Nunito' !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.title-caps {
  color: #75ca2a !important;
  font-family: 'Nunito' !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 300;
  text-transform: uppercase;
}
.image-caption {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  color: #b8c4cd;
  font-size: 1em;
}
.ccm-responsive-overlay {
  background: white;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 0px;
  left: 0px;
  padding-top: 15px;
  padding-left: 20px;
  -webkit-text-size-adjust: none;
}
.ccm-responsive-overlay ul {
  padding-left: 0;
}
.ccm-responsive-overlay ul li {
  list-style-type: none;
  display: block;
}
.ccm-responsive-overlay ul li.parent-ul a:after {
  padding-left: 7px;
  padding-top: 3px;
  font-size: 20px;
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-overlay ul li a {
  color: #1a1a1a;
  font-size: 18px;
  display: inline-block;
  width: 80%;
  padding: 7px 5% 7px 0px;
  margin: 0% 5% 0% 0;
  padding-left: 15px;
  height: 100%;
  font-weight: 700;
  text-decoration: none;
}
.ccm-responsive-overlay ul li a:hover {
  color: #00c593;
}
.ccm-responsive-overlay ul li ul li {
  padding-left: 10px;
}
.ccm-responsive-overlay ul li ul li.last-li a {
  padding-top: 0px;
  font-size: 15px;
}
.ccm-responsive-overlay ul li ul li.last-li a:after {
  content: '';
}
.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  float: right;
}
.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 20px;
  color: #1a1a1a;
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-menu-launch i:after {
  font-size: 20px;
  content: "\f0c9";
  font-family: FontAwesome;
  color: #1a1a1a;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
@media all and (max-width: 767px) {
  .ccm-responsive-menu-launch {
    display: block;
  }
  .ccm-responsive-navigation.original {
    display: none;
  }
  header .ccm-search-block-form {
    margin-top: 20px;
  }
}
@media all and (min-width: 767px) {
  .ccm-responsive-overlay {
    display: none !important;
  }
}
/* nunito-regular - latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('/packages/ktheme/themes/ktheme/css/fonts/nunito-v16-latin-ext-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/packages/ktheme/themes/ktheme/css/fonts/nunito-v16-latin-ext-regular.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* nunito-800 - latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: local(''), url('/packages/ktheme/themes/ktheme/css/fonts/nunito-v16-latin-ext-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/packages/ktheme/themes/ktheme/css/fonts/nunito-v16-latin-ext-800.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  max-width: 1920px;
  margin: 0px auto !important;
}
a {
  outline: none !important;
}
.ci img {
  display: block;
  margin: 0px auto !important;
}
.cl {
  color: #119247 !important;
}
.w {
  color: white !important;
}
.ft1 {
  color: white !important;
}
.ft2 {
  color: white !important;
}
.ft3 {
  color: white !important;
}
.box {
  max-width: 360px;
  margin: 0px auto !important;
}
.box img {
  margin: 0px auto !important;
  display: block;
}
.imgifc {
  position: relative;
  display: block;
  margin: 0px auto !important;
}
.logo {
  max-width: 225px !important;
  margin: 0px auto !important;
}
.logo img {
  margin: 0px auto !important;
  display: block;
  width: 100%;
}
.tfrontpage {
  background: url(/packages/ktheme/themes/ktheme/css/img/uslugi-ogrodnicze-kosiarze-min.jpg) no-repeat center center;
}
.socialt {
  text-align: center !important;
  color: white !important;
  font-size: 1.3em !important;
  display: block;
}
.t1f {
  text-align: center;
  color: white !important;
  display: block;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  width: 100%;
}
.tsub {
  text-align: center;
  color: white !important;
  display: block;
  width: 100%;
}
.imgf img {
  display: block;
  margin: 30px auto 0px auto !important;
}
.t2f {
  text-align: center;
}
.c {
  text-align: center;
}
.action {
  padding: 80px 0px 80px 0px;
  background: url(/packages/ktheme/themes/ktheme/css/img/backaction.jpg) center center;
  margin-top: 40px;
}
.actionoffer {
  padding: 80px 0px 80px 0px;
  background: url(/packages/ktheme/themes/ktheme/css/img/backaction.jpg) center center;
  margin-top: 40px;
}
.phoneactionoffer {
  font-weight: bold;
  text-align: center;
  color: white;
}
.sendc {
  color: white !important;
  border: 1px solid white;
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  padding: 10px;
  border-radius: 25px;
  width: 210px;
  margin: 0px auto !important;
  transition: all 0.3s ease-in;
}
.sendc:hover {
  background: white !important;
  color: #119247 !important;
}
.int {
  color: white !important;
  text-align: center;
}
.whwrk {
  text-align: center;
  display: block;
  margin: 20px 0px 10px 0px;
  font-size: 1.5em !important;
}
footer#footer-theme {
  background: #222222;
  padding: 40px 0px 40px 0px;
}
.rm {
  background: #119247;
  display: inline-block;
  padding: 10px 30px 10px 30px;
  color: white !important;
  text-align: center;
  margin-bottom: 30px !important;
  font-weight: bold;
  border-radius: 30px;
  font-size: 0.9em !important;
  border: 1px solid #119247;
  transition: all 0.3s ease-in;
}
.rm:hover {
  color: #dd9933 !important;
  background: #fff !important;
  border-color: #dd9933;
}
.phonetop {
  text-align: center;
  display: block;
  width: 100%;
}
.phonetop span {
  font-size: 0.9em !important;
}
.phonebr {
  color: #fff !important;
}
.pb {
  padding-bottom: 40px;
}
.rt3 {
  text-align: center;
  color: white !important;
}
.navbt {
  color: white !important;
  display: block;
  width: 100%;
  text-align: center !important;
  font-size: 1.3em;
}
.navb {
  color: white !important;
  display: block;
  width: 100%;
  text-align: center !important;
  padding: 8px 0px 0px 0px;
  transition: all 0.3s ease-in;
}
.navb:hover {
  color: #119247 !important;
  text-decoration: none !important;
}
.t3about {
  line-height: 1.1 !important;
}
.fpage {
  margin-top: 50px;
}
.about {
  padding: 60px 0px 40px 0px;
}
.iabout img {
  display: block;
  margin: 10px auto !important;
}
.imgcat img {
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.22);
  display: block;
  margin: 0px auto;
}
.logob img {
  display: block;
  margin: 0px 0px 25px 0px;
  width: 150px;
}
.tpage {
  background: #119247;
  padding: 60px 0px 60px 0px;
  margin-bottom: 40px;
}
.titlepage {
  margin: 0px 0px 10px 0px !important;
  font-size: 2.1em !important;
  text-align: center;
  color: white !important;
  line-height: 1.1 !important;
}
.fblink {
  color: white !important;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 20px;
}
.fblink i {
  font-size: 1.5em;
}
.ci img {
  display: block;
  margin: 0px auto !important;
}
.navrightoffer {
  box-shadow: 0px 10px 40px 0px rgba(35, 35, 37, 0.08);
  padding: 20px;
  border-radius: 20px;
}
.navrightoffer .nav li {
  width: 100%;
}
.navrightoffer .nav li a {
  display: block;
  text-align: center !important;
  transition: all 0.3s ease-in;
  border-radius: 20px;
  font-size: 0.9em !important;
  font-weight: bold;
  color: #1a1a1a !important;
  background: #f8f8f8;
  margin-bottom: 10px !important;
  padding: 10px 3px 10px 3px;
}
.navrightoffer .nav li a.nav-selected {
  background: #119247 !important;
  color: white !important;
}
.navrightoffer .nav li a:hover {
  background: #119247 !important;
  color: white !important;
  border-radius: 20px;
}
.t2c {
  font-size: 1.8em !important;
}
.phonec {
  color: #119247 !important;
  font-weight: bold;
  font-size: 1.3em !important;
}
.nm {
  margin-bottom: 5px !important;
}
.map {
  position: relative;
  margin-top: 35px;
}
.map iframe {
  width: 100%;
  position: relative;
}
.cc {
  text-align: center !important;
  padding-top: 30px;
}
.cform {
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 25px;
  border-width: 1px;
  background-color: #fff;
}
.cform input {
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid #ddd !important;
  box-shadow: none !important;
}
.cform textarea {
  box-shadow: none !important;
  border: 1px solid #ededed;
  min-height: 110px;
}
.cform select {
  box-shadow: none !important;
  border: 1px solid #ededed;
}
.cform label {
  padding-top: 0px;
  margin: 0px !important;
  font-size: 0.85em !important;
  padding-bottom: 8px !important;
}
.cform .field-checkboxlist .control-label {
  display: none;
}
.cform .checkboxList span:after {
  content: "Potwierdzam, że zapoznałem (-am) się z polityką prywatności i informacjami o przetwarzaniu danych osobowych przez firmę GreenRise i wyrażam zgodę na kontakt w celu odpowiedzi na zadane pytanie";
  font-size: 0.7em !important;
  display: block;
  text-align: justify;
}
.cform input.btn {
  float: right;
  z-index: 1 !important;
  background: #119247;
}
@media all and (max-width: 767px) {
  .ci img {
    margin: 30px auto 30px auto !important;
  }
  .logo img {
    margin: 0px auto !important;
    display: block;
    width: 100%;
    max-width: 150px !important;
  }
  .phonetop {
    margin: 5px 0px 0px 0px !important;
  }
  .rspin {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999 !important;
  }
  .icp {
    max-width: 125px;
    margin: 25px auto 0px auto !important;
  }
  .tfrontpage {
    background: #018749 !important;
    padding: 30px 30px 30px 30px;
  }
  .hiddensm {
    display: none !important;
  }
  .t1f {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 3em !important;
    line-height: 1.1 !important;
  }
  .tsub {
    padding-top: 20px;
  }
  .rspin {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999 !important;
  }
  .box h3 {
    font-size: 1.2em !important;
  }
  .boxofferh3 {
    font-size: 1.2em !important;
  }
  .ci img {
    display: block;
    margin: 20px auto !important;
  }
  .ft1,
  .ft2,
  .ft3 {
    text-align: center !important;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .locimg {
    display: block;
    margin: 0px auto 20px auto !important;
  }
  .phonebr {
    display: block;
    font-size: 1.8em !important;
    margin: 0px auto 10px auto;
  }
  .pp {
    text-align: center;
    width: 100%;
    display: block;
  }
  .t1f {
    padding-top: 85px;
  }
  .titlepage {
    text-align: center !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
  }
  .breadcrumb {
    text-align: center !important;
    font-size: 0.9em !important;
  }
  .navrightoffer {
    margin-top: 40px !important;
  }
  .clp {
    font-size: 1.3em !important;
  }
  .t2f {
    padding-top: 30px;
    line-height: 1.1 !important;
  }
  .t3about {
    font-size: 2.3em !important;
    padding-top: 30px;
  }
  .phonebr {
    font-size: 0.9em !important;
  }
  .rt3 {
    font-size: 1.5em !important;
  }
  .cm {
    text-align: center !important;
  }
  .logob img {
    display: block;
    width: 100px;
    margin: 0px auto 10px auto !important;
  }
  .int {
    font-size: 2.1em !important;
    line-height: 1.1 !important;
  }
  .phoneactionoffer {
    font-size: 1.3em !important;
  }
}
@media all and (max-width: 991px) {
  .imgifc {
    position: relative;
    display: block;
    margin: 0px auto 20px auto !important;
    width: 50px !important;
  }
  .ft1,
  .ft2,
  .ft3 {
    text-align: center !important;
    display: block;
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .t1f {
    font-size: 3.0em !important;
  }
  .tsub {
    font-size: 1.4em !important;
  }
  .box h3 {
    font-size: 1.2em !important;
  }
  .boxoffer h3 {
    font-size: 1.2em !important;
  }
  div.ccm-page header nav ul li {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .clp {
    font-size: 1.3em !important;
  }
  .rt3 {
    font-size: 1.8em !important;
  }
  .navb a {
    text-align: right;
    padding-left: 27px;
  }
  .fbb {
    float: right;
  }
  .pp {
    text-align: right !important;
  }
  .box {
    min-height: 205px;
  }
  .boxoffer {
    min-height: 205px;
  }
  .tfrontpage {
    background: url(/packages/ktheme/themes/ktheme/css/img/uslugi-ogrodnicze-kosiarze-min.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .t2f {
    font-size: 2.1em !important;
    padding-top: 30px;
  }
  .t3about {
    font-size: 2.3em !important;
  }
  .int {
    font-size: 1.8em !important;
  }
  .phoneactionoffer {
    font-size: 1.2em !important;
  }
  .titlepage {
    font-size: 3em !important;
  }
}
@media all and (min-width: 992px) {
  .socialt {
    margin-top: 60px !important;
  }
  .t1f {
    font-size: 3.4em !important;
  }
  div.ccm-page header nav ul {
    padding-top: 37px !important;
  }
  div.ccm-page header nav ul li {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  div.ccm-page header nav ul li a {
    font-size: 1.1em !important;
  }
  .phonetop {
    text-align: right !important;
    padding-top: 30px;
  }
  .tfrontpage {
    background: url(/packages/ktheme/themes/ktheme/css/img/uslugi-ogrodnicze-kosiarze-min.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .box h3 {
    font-size: 1.3em !important;
  }
  .boxoffer h3 {
    font-size: 1.3em !important;
  }
  .fbb img {
    display: block;
    margin: 25px auto !important;
    width: 40px;
  }
  .aoc {
    padding-top: 9px;
  }
  .sendc {
    margin-top: 20px !important;
  }
  .int {
    font-size: 1.9em !important;
  }
}
@media all and (min-width: 1200px) {
  .logo img {
    margin-top: 20px !important;
  }
  .socialt {
    margin-top: 80px !important;
  }
  .aoc {
    padding-top: 17px;
  }
  .sendc {
    margin-top: 30px !important;
  }
  .phoneactionoffer {
    font-size: 1.4em !important;
  }
  .imgifc {
    top: -5px;
  }
  .rt3 {
    font-size: 1.8em !important;
  }
  .phonetop {
    text-align: right !important;
    padding-top: 30px;
  }
  .clp {
    font-size: 1.4em !important;
  }
  div.ccm-page header nav ul {
    padding-top: 44px;
  }
  div.ccm-page header nav ul li {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .t1f {
    font-size: 3.8em !important;
  }
  .tfrontpage {
    background: url(/packages/ktheme/themes/ktheme/css/img/uslugi-ogrodnicze-kosiarze-min.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .t2f {
    font-size: 2.3em !important;
    padding-top: 30px;
  }
  .tsub {
    font-size: 1.4em !important;
  }
  .t3about {
    font-size: 3em !important;
    margin-top: 20px;
  }
  .int {
    font-size: 2.1em !important;
  }
}
@media all and (min-width: 1680px) {
  .offerright {
    position: relative;
    top: -80px;
  }
  .logo img {
    margin-top: 20px !important;
  }
  .tfrontpage {
    background: url(/packages/ktheme/themes/ktheme/css/img/uslugi-ogrodnicze-kosiarze-min.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
