/* 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: 'Josefin Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  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: 'Josefin Sans', Helvetica, Arial, sans-serif;
  font-size: 1.9em;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h2 {
  font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h3 {
  font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h4 {
  font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h5 {
  font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
  font-size: 0.73em;
  font-weight: 700;
  color: #9fa9ad;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page h6 {
  font-family: 'Josefin Sans', 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: 50px;
  margin-bottom: 50px;
  border-top: #ededed !important;
}
div.ccm-page main {
  background-color: #ffffff;
  padding-bottom: 0px;
  /*
    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: #cc960d;
}
div.ccm-page main a:not(.fa):not(.btn):hover,
div.ccm-page footer a:not(.fa):not(.btn):hover {
  color: #cc960d;
  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: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0px 0px 0px;
}
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: 0px !important;
  padding: 0px 0px 0px 0px;
  float: right;
}
div.ccm-page header nav ul a {
  font-family: 'Josefin Sans';
  font-size: 1.1em;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease-in;
  text-transform: none;
}
div.ccm-page header nav ul a:hover {
  color: #cc960d;
  text-decoration: none;
}
div.ccm-page header nav ul li {
  margin: 0;
  padding: 0;
  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 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  cursor: pointer;
  padding: 5px 15px 15px 15px;
  padding-bottom: 0px;
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 20px;
  visibility: hidden;
  width: 270px;
  background-color: #fff;
  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: 0px !important;
}
div.ccm-page header nav ul li ul li:hover a {
  color: #1a1a1a;
}
div.ccm-page header nav ul li ul li a {
  display: block;
  padding: 5px 0px 5px 0px !important;
  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: 'Josefin Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
div.ccm-page header nav ul li ul li a:hover {
  color: #1a1a1a;
}
div.ccm-page div.ccm-pagination-wrapper {
  text-align: center;
}
div.ccm-page .pagination > li.active span {
  background: none;
  color: #548627;
  border-color: #d4efbd;
}
div.ccm-page .pagination > li.next.disabled a,
div.ccm-page .pagination > li.next.disabled span {
  color: #b3beb8;
}
div.ccm-page .pagination > li.next a {
  border-right: 1px solid #d4efbd;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.next span {
  border-right: 1px solid #d4efbd;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.prev.disabled a,
div.ccm-page .pagination > li.prev.disabled span {
  color: #b3beb8;
}
div.ccm-page .pagination > li.prev span {
  border-left: 1px solid #d4efbd;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li.prev a {
  border-left: 1px solid #d4efbd;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li > a {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #d4efbd;
}
div.ccm-page .pagination > li > a:hover {
  background: none;
}
div.ccm-page .pagination > li > span {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #d4efbd;
}
div.ccm-page .breadcrumb {
  background-color: transparent;
  padding: 0px;
  color: #1a1a1a;
  justify-content: center;
}
div.ccm-page .breadcrumb a {
  color: #cc960d !important;
}
div.ccm-page .breadcrumb a:hover {
  text-decoration: none;
  color: #cc960d !important;
}
div.ccm-page .breadcrumb li.active {
  color: #fff !important;
}
div.ccm-page .breadcrumb-item + .breadcrumb-item:before {
  color: #fff !important;
}
div.ccm-page img.ccm-captcha-image {
  display: block;
  margin: 0px auto 30px auto;
}
div.ccm-page main .ccm-search-block-form h3 {
  font-family: 'Josefin Sans';
  font-size: 1.7em;
  text-transform: uppercase;
}
div.ccm-page main .ccm-search-block-form input.ccm-search-block-text {
  border: 1px solid #e6e6e6;
  margin-right: 15px;
  width: 50%;
  margin-bottom: 15px;
  padding: 10px;
}
div.ccm-page main .ccm-search-block-form input.ccm-search-block-submit:focus {
  outline: none;
}
div.ccm-page main .ccm-search-block-form #searchResults {
  margin-top: 15px;
  border-top: 1px solid #ececec;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ececec;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult p {
  color: #6e6e6e;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 {
  margin-top: 0px;
  text-transform: none;
  margin-bottom: 5px;
  font-family: inherit;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a {
  font-weight: 400;
  font-size: 22px;
  color: #0099ff;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a:hover {
  color: #abddff;
}
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: 'Josefin Sans' !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.7em;
  color: #1a1a1a;
  font-weight: 200;
}
/* comes outside of main because we want to show it in redactor */
.title-thin {
  color: #75ca2a !important;
  font-family: 'Josefin Sans' !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
}
.title-caps-bold {
  color: #75ca2a !important;
  font-family: 'Josefin Sans' !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: 'Josefin Sans' !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 300;
  text-transform: uppercase;
}
.image-caption {
  font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
  color: #b8c4cd;
  font-size: 1em;
}
.ccm-responsive-overlay {
  background: white;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 40px;
  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: "Font Awesome 5 Free";
  font-weight: 700;
  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: #1a1a1a;
}
.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;
  z-index: 9999 !important;
  position: absolute;
  top: 15px;
  right: 15px;
  float: right;
}
.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 20px;
  color: #fff;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-menu-launch i:after {
  font-size: 20px;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #fff;
  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;
  }
}
.ccm-notification-help-launcher {
  display: none !important;
}
html {
  max-width: 1920px;
  margin: 0px auto !important;
}
.cl {
  color: #cc960d !important;
}
.containerimageherofront {
  background: url(/application/themes/protheme/css/img/grimbud-dachy.jpg) no-repeat center top;
  height: 800px;
}
.logo img {
  display: block;
  width: 200px !important;
  margin: 0px !important;
}
div.ccm-page header nav ul a.nav-selected:after {
  content: "";
  height: 4px;
  display: block;
  background: #cc960d;
}
.phonetop {
  font-size: 1.1em !important;
  color: white !important;
  font-weight: bold;
  text-align: center;
}
.linkoffer {
  color: white !important;
  background: #cc960d;
  display: inline-block;
  text-align: center;
  padding: 15px 30px 15px 30px;
  border-radius: 25px;
  font-weight: bold;
  border: 1px solid #cc960d;
  transition: all 0.3s ease-in;
}
.linkoffer:hover {
  background: none !important;
  border: 1px solid white !important;
  color: #cc960d !important;
}
.experience {
  margin-bottom: 25px !important;
}
.fbi img {
  display: block;
  margin: 10px auto 0px auto !important;
  width: 40px !important;
}
.exp {
  position: relative;
  display: inline-block;
}
.exp:after {
  content: "";
  background: #cc960d;
  height: 2px;
  width: 43px;
  display: block;
  position: absolute;
  bottom: 0px;
}
.t1f {
  color: white !important;
  line-height: 1.1 !important;
  font-size: 2.1em !important;
  margin: 0px 0px 30px 0px !important;
}
.t1fs {
  font-size: 2em !important;
}
.tfooter {
  color: white !important;
  font-size: 1.2em !important;
}
.linkf {
  color: white !important;
  transition: all 0.3s ease-in;
}
.linkf:hover {
  color: #cc960d !important;
}
.descf {
  color: white !important;
  max-width: 450px;
}
.logob img {
  display: block;
  margin: 0px 0px 20px 0px !important;
  width: 200px;
}
.w {
  color: white !important;
}
.phoneb {
  color: white !important;
  text-align: center;
  font-size: 2.1em !important;
  font-weight: bold;
  display: block;
  margin-bottom: 0px !important;
}
.phoneb i {
  font-size: 0.8em !important;
}
.sendc {
  color: white !important;
  text-align: center;
  font-size: 1.2em !important;
  font-weight: bold;
  display: block;
  transition: all 0.3s ease-in;
}
.sendc:hover {
  color: #c52727 !important;
}
.t3cc {
  font-size: 2.3em !important;
  text-align: left;
  margin: 0px !important;
  color: white !important;
  line-height: 1.2 !important;
}
.contactfront {
  background: url(/application/themes/protheme/css/img/actionb.jpg) no-repeat center top;
  padding: 60px 0px 60px 0px;
}
#footer-theme {
  background: #191919;
  padding: 50px 0px 50px 0px;
}
.tpage {
  background: none !important;
  padding: 50px 0px 50px 0px;
}
.tpheader {
  background: url(/application/themes/protheme/css/img/grimbud-dachy.jpg) no-repeat center top;
  position: relative !important;
  padding: 10px 0px 10px 0px !important;
  margin-bottom: 50px !important;
}
.titlepage {
  margin: 0px !important;
  text-align: center !important;
  color: white !important;
}
.spacer {
  width: 100%;
  display: block;
  height: 50px;
}
.ip img {
  display: block;
  margin: 0px auto 15px auto !important;
}
.p-page {
  padding-bottom: 50px !important;
}
.p-page hr {
  width: 100px;
  height: 5px;
  border: none !important;
  background: #cc960d;
  display: block;
  margin: 30px 0px 35px 0px !important;
  opacity: 1 !important;
}
.ipage img {
  display: block;
  margin: 0px auto;
}
.idesc {
  padding: 50px 0px 40px 0px;
}
.centeri img {
  display: block;
  margin: 0px auto 0px auto !important;
}
.projectview .ccm-block-page-list-page-entry-thumbnail img {
  display: block;
  width: 100%;
  height: 229px;
  object-fit: cover !important;
  max-width: 100%;
}
.projectview .ccm-block-page-list-title {
  font-weight: bold;
  margin: 10px 0px 10px 0px !important;
  width: 100%;
}
.projectview .ccm-block-page-list-page-entry-read-more a {
  display: inline-block;
  margin: 0px 0px 35px 0px !important;
  text-align: center !important;
  background: #cc960d !important;
  border-radius: 25px;
  padding: 5px 20px 5px 20px;
  border: 1px solid #cc960d !important;
  color: white !important;
  transition: all 0.3s ease-in;
}
.projectview .ccm-block-page-list-page-entry-read-more a:hover {
  background: white !important;
  color: #cc960d !important;
}
.cc {
  text-align: center !important;
}
.linkall {
  background: #cc960d !important;
  color: #fff !important;
  display: block;
  max-width: 150px;
  padding: 10px 30px 10px 30px;
  text-align: center;
  border-radius: 30px;
  transition: all 0.3s ease-in;
  margin: 0px auto !important;
}
.linkall:hover {
  background: #1a1a1a !important;
}
.toffer {
  margin: 10px 0px 30px 0px !important;
  font-size: 1.6em !important;
}
.t2c {
  font-size: 1.4em !important;
}
.cform {
  width: 100%;
  padding: 15px;
}
.cform input {
  border: 1px solid #ddd !important;
  box-shadow: none !important;
  margin-bottom: 15px;
  transition: all 0.3s ease-in;
}
.cform textarea {
  box-shadow: none !important;
  border: 1px solid #ddd;
  min-height: 150px;
  margin-bottom: 15px !important;
  transition: all 0.3s ease-in;
}
.cform textarea:focus,
.cform input:focus {
  border: 1px solid #cc960d !important;
}
.cform select {
  box-shadow: none !important;
  border: 1px solid #ddd;
}
.cform label {
  padding-top: 0px;
  margin: 0px !important;
  font-size: 0.85em !important;
  padding-bottom: 8px !important;
}
.cform .field-checkboxlist {
  margin-top: 20px;
}
.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 GRIM-BUD 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: #cc960d;
  border: 1px solid #cc960d !important;
  font-weight: bold !important;
  color: white !important;
  font-size: 0.9em !important;
  transition: all 0.3s ease-in;
}
.cform input.btn:hover {
  background: #1a1a1a !important;
  border: 1px solid #1a1a1a;
}
@media all and (max-width: 767px) {
  .sm-hidden {
    display: none !important;
  }
  .phoneb {
    font-size: 1.6em !important;
    margin-bottom: 5px !important;
  }
  .cm {
    text-align: center !important;
  }
  .logob img {
    width: 150px !important;
    margin: 0px auto 25px auto !important;
  }
  .t3cc {
    text-align: center !important;
  }
  .containerimageherofront {
    height: 500px !important;
    background-size: cover !important;
  }
  .phonetop {
    text-align: center !important;
    padding-top: 10px;
  }
  .cfronttopcontent {
    padding-top: 125px;
    text-align: center !important;
  }
  .t1f {
    font-size: 1.6em !important;
    text-align: center !important;
    line-height: 1.1 !important;
  }
  .experience {
    font-size: 1.0em !important;
    text-align: center !important;
  }
  .linkoffer {
    display: block;
    width: 177px !important;
    margin: 0px auto 0px auto !important;
  }
  .cform {
    margin-top: 30px;
  }
  .tpheader {
    background: url(/application/themes/protheme/css/img/grimbud-dachy.jpg) no-repeat 20% 20% !important;
  }
}
@media all and (min-width: 576px) and (max-width: 767px) {
  .t3cc {
    margin-bottom: 25px !important;
  }
  .logo img {
    margin: 0px auto 25px auto !important;
  }
  .cfronttopcontent {
    padding-top: 165px !important;
  }
}
@media all and (min-width: 768px) {
  .phoneb {
    text-align: right !important;
  }
  .sendc {
    text-align: right !important;
  }
  .cfronttopcontent {
    padding-top: 250px;
  }
  .logo img {
    margin: 0px auto 30px auto !important;
  }
  .experience {
    font-size: 1.4em !important;
  }
  .exp:after {
    content: "";
    background: #cc960d;
    height: 2px;
    width: 60px;
    display: block;
    position: absolute;
    bottom: 0px;
  }
  div.ccm-page header nav ul li {
    padding-left: 0px !important;
    padding-right: 20px !important;
  }
  .fbi img {
    float: left;
    margin: 5px 0px 0px 0px !important;
  }
}
@media all and (min-width: 992px) {
  div.ccm-page header nav ul {
    padding-top: 35px !important;
  }
  div.ccm-page header nav ul li {
    padding-left: 24px !important;
    padding-right: 0px !important;
  }
  .phonetop {
    text-align: right !important;
    padding-top: 34px;
  }
  .t3cc {
    padding-top: 25px !important;
  }
  .f2 {
    padding-left: 50px !important;
  }
  .f3 {
    padding-left: 30px !important;
  }
}
@media all and (min-width: 1200px) {
  .ipage img {
    float: right;
  }
  .f2 {
    padding-left: 70px !important;
  }
  .f3 {
    padding-left: 50px !important;
  }
  div.ccm-page header nav ul li {
    padding-left: 40px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 1360px) {
  div.ccm-page header nav ul {
    padding-top: 35px !important;
  }
  div.ccm-page header nav ul li {
    padding-left: 48px !important;
    padding-right: 0px !important;
  }
  .phonetop {
    text-align: right !important;
    padding-top: 34px;
  }
  .cfronttopcontent {
    padding-top: 170px;
  }
  .containerimageherofront {
    background: url(/application/themes/protheme/css/img/grimbud-dachy.jpg) no-repeat center top;
    height: 700px;
  }
  .t1f {
    font-size: 2.8em !important;
  }
  .experience {
    font-size: 1.4em !important;
  }
  .titlepage {
    font-size: 3em !important;
  }
  .f2 {
    padding-left: 75px !important;
  }
  .f3 {
    padding-left: 60px !important;
  }
}
@media all and (min-width: 1680px) {
  .containerimageherofront {
    background: url(/application/themes/protheme/css/img/grimbud-dachy.jpg) no-repeat center top;
    height: 800px !important;
  }
  div.ccm-page header nav ul {
    padding-top: 30px !important;
  }
  div.ccm-page header nav ul li {
    padding-left: 70px !important;
    padding-right: 0px !important;
  }
  .phonetop {
    text-align: right !important;
    padding-top: 29px;
  }
  .cfronttopcontent {
    padding-top: 200px;
  }
  .t1f {
    font-size: 3em !important;
  }
  .experience {
    font-size: 1.4em !important;
  }
}
