/*-------------------------------------------------------------------
[Table of contents]1. body

2. header

3. section

4. services

5. pricing

6. our services

7. team

8. Testimonials

9. Blog

10. Our blog

11. Our clients

12. Widget

13. Page title

14. Advantages box

15. Leave a request

16. about us

17. call to action

18. project

19. features

20. contact

21. 404

22. coming soon

23. offline

24. footer

25. animation

26. get a quote

27. typography

28. splash screen-------------------------------------------------------------------*/
/***********************************************************************************

 1. body start

***********************************************************************************/

body {
  font-family: "Roboto", sans-serif;

  font-size: 15px;

  line-height: 1.42857143;

  color: #36434d;

  background-color: #fff;

  font-weight: 300;

  overflow-x: hidden;
}

a {
  color: #ff6a13;

  text-decoration: none;
}

a:hover,
a:focus {
  color: #a30214;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif;

  font-weight: 100;

  line-height: 1.1;

  color: inherit;
}

.overflow_hidden {
  overflow: hidden;
}

.overflow_auto {
  overflow: auto;
}

/***********************************************************************************

 1. body end

***********************************************************************************/
/***********************************************************************************

 preloader start

***********************************************************************************/

#preloader {
  background-color: #fff;

  width: 100%;

  height: 100%;

  position: fixed;

  z-index: 99999999;
}

.preloader {
  position: absolute;

  top: 50%;

  left: 50%;

  text-align: center;

  background: #fff;

  height: 36px;

  width: 36px;

  margin-left: -18px;

  margin-top: -18px;
}

.spinner {
  width: 40px;

  height: 40px;

  background-color: #ff6a13;

  margin: auto;

  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;

  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);

    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);

    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);

    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/***********************************************************************************

 preloader end

***********************************************************************************/
/***********************************************************************************

 2. header start

***********************************************************************************/

.header_top {
  border-top-color: #ff6a13;

  border-top-style: solid;

  border-top-width: 6px;

  background-color: #fff;

  width: 100%;

  overflow: hidden;
}

.callies_header {
  position: fixed;

  left: 0;

  right: 0;

  padding: 0 0 30px;

  min-height: 120px;

  background-color: #ffffff;

  z-index: 999999;

  text-align: center;

  backface-visibility: hidden;

  float: left;

  width: 100%;
}

.callies_header.fixed_menu {
  /*padding: 10px 50px;*/

  min-height: 80px;

  max-height: 96px;

  border-bottom: 2px solid #f3f3f3;

  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/

  /*margin-top: 20px;*/
}

.callies_header .callies_header_left {
  float: left;

  padding-top: 25px;

  padding-left: 15px;
}

.callies_header .callies_header_left .callies_logo {
  margin-top: -3px;
}

.callies_header.fixed_menu .callies_header_left .callies_logo {
  margin-top: -13px;
}

.callies_header.fixed_menu .callies_header_right {
  float: right;

  padding-top: 10px;

  padding-right: 40px;
}

.callies_header .callies_header_center {
  display: inline-block;

  -webkit-transform: translateY(3px);

  -moz-transform: translateY(3px);

  -ms-transform: translateY(3px);

  -o-transform: translateY(3px);

  transform: translateY(3px);
}

.center {
  text-align: center;
}

/* menu start */

.callies_header .callies_menu {
  width: 100%;

  float: left;
}

.callies_header .callies_menu > ul {
  width: 100%;

  float: left;

  list-style: none;

  padding: 0;

  margin: 0;

  display: block;
}

.callies_header .callies_menu > ul > li {
  float: left;

  padding: 0 12px;

  position: relative;
}

.callies_header .callies_menu > ul > li:after {
  content: "";

  position: absolute;

  top: 50%;

  margin-top: -1.5px;

  right: -1.5px;

  width: 3px;

  height: 3px;

  display: inline-block;

  background-color: #ff6a13;
}

.callies_header .callies_menu > ul > li:last-child:after {
  display: none;
}

.callies_header .callies_menu > ul > li > a {
  font-size: 14px;

  font-weight: 300;

  font-stretch: condensed;

  letter-spacing: 2px;

  color: #36434d;

  text-transform: uppercase;

  line-height: 54px;

  cursor: pointer;

  text-rendering: optimizelegibility;
}

.callies_header .callies_menu > ul > li.active > a,
.callies_header .callies_menu > ul > li > a:hover {
  color: #ff6a13;
}

/* menu level 2 start */

.callies_header .callies_menu > ul > li > ul {
  position: absolute;

  min-width: 250px;

  background-color: #fff;

  box-shadow: 4px 4px 40px rgba(22, 49, 68, 0.1);

  border: 1px solid #eee;

  height: auto;

  z-index: 199;

  top: 100%;

  left: 0;

  margin: 0;

  padding: 10px 0;

  list-style: none;

  text-align: left;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: translateY(-10px) rotateX(90deg);

  -moz-transform: translateY(-10px) rotateX(90deg);

  transform: translateY(-10px) rotateX(90deg);

  -webkit-transform-origin: top;

  -moz-transform-origin: top;

  transform-origin: top;

  -webkit-transition: all 500ms cubic-bezier(1, 0, 0, 1);

  -moz-transition: all 500ms cubic-bezier(1, 0, 0, 1);

  -o-transition: all 500ms cubic-bezier(1, 0, 0, 1);

  transition: all 500ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */

  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);

  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);

  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);

  transition-timing-function: cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
}

.callies_header .callies_menu > ul > li:hover > ul {
  opacity: 1;

  visibility: visible;

  -webkit-transform: translateY(0px) rotateX(0deg);

  -moz-transform: translateY(0px) rotateX(0deg);

  transform: translateY(0px) rotateX(0deg);
}

.callies_header .callies_menu > ul > li > ul > li {
  position: relative;
}

.callies_header .callies_menu > ul > li > ul > li > a {
  font-size: 14px;

  font-weight: 400;

  display: block;

  height: 40px;

  line-height: 40px;

  color: #36434d;

  padding: 0 25px;

  text-transform: uppercase;

  cursor: pointer;

  font-stretch: condensed;

  letter-spacing: 2px;
}

.callies_header .callies_menu > ul > li > ul > li:hover > a {
  background-color: #f9f9f9;
}

.callies_header .callies_menu > ul > li > ul > li.active > a {
  color: #ff6a13;
}

/* menu level 2 end */

/* menu end */
.callies_header .callies_header_right {
  float: right;

  padding-top: 20px;

  padding-right: 40px;
}

.callies_menu_toggle {
  position: fixed;

  top: 50px;

  left: 40px;

  width: 30px;

  height: 26px;

  cursor: pointer;

  display: none;

  z-index: 3;
}

.callies_header.fixed_menu .callies_menu_toggle {
  top: 38px;
}

.callies_menu_toggle > span {
  width: 30px;

  height: 2px;

  border-radius: 2px;

  background-color: #333333;

  display: block;

  margin-bottom: 10px;

  transition: all 0.3s ease-in-out;
}

.callies_menu_toggle > span:last-child {
  margin-bottom: 0;
}

.callies_menu_toggle.toggle_open > span:nth-child(1) {
  width: 15px;

  -webkit-transform: rotate(-45deg) translate(-6px, 3px);

  -moz-transform: rotate(-45deg) translate(-6px, 3px);

  -ms-transform: rotate(-45deg) translate(-6px, 3px);

  -o-transform: rotate(-45deg) translate(-6px, 3px);

  transform: rotate(-45deg) translate(-6px, 3px);
}

.callies_menu_toggle.toggle_open > span:nth-child(3) {
  width: 15px;

  -webkit-transform: rotate(45deg) translate(-6px, -3px);

  -moz-transform: rotate(45deg) translate(-6px, -3px);

  -ms-transform: rotate(45deg) translate(-6px, -3px);

  -o-transform: rotate(45deg) translate(-6px, -3px);

  transform: rotate(45deg) translate(-6px, -3px);
}

.callies_main_slider {
  width: 100%;
  float: left;
}

.callies_main_slider .zeus.tparrows {
  width: 60px;

  height: 60px;

  border-radius: 60px;

  background-color: #36434d;

  min-width: inherit;

  min-height: inherit;
}

.callies_main_slider .zeus .tp-title-wrap {
  background: none;
}

.callies_main_slider .zeus.tparrows:before {
  line-height: 60px;
}

#hand:active,
#hand:focus {
  cursor: url(../images/closedhand.cur);
}

#hand:hover {
  cursor: url(../images/closedhand.png);
}

/* header version 1 start */

.header_v1 .callies_header .callies_header_center {
  /*width: calc(100% - 20px);*/

  float: left;
}

.callies_header .callies_language_wrapper {
  width: 20px;

  height: 20px;

  float: left;

  margin: 20px auto;

  padding-left: 20px;
}

.callies_header .callies_language_wrapper > .icon {
  width: 40px;

  height: 20px;

  line-height: 20px;

  cursor: pointer;
}

.callies_header .callies_language_wrapper > .icon:hover {
  color: #ff6a13;
}

.callies_header .callies_language_wrapper > .language_box {
  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  background-color: #ffffff;

  height: 120px;

  opacity: 0;

  visibility: hidden;
}

.callies_header
  .callies_language_wrapper
  > .language_box
  > .language_box_close_overlay {
  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;
}

.callies_header .callies_language_wrapper.open > .language_box {
  opacity: 1;

  visibility: visible;
}

.callies_header .callies_language_wrapper.open > .language_box img {
  padding-top: 50px;

  width: 38px;

  margin-left: 30px;
}

.callies_header.fixed_menu .callies_language_wrapper.open > .language_box img {
  margin-left: 30px;

  padding-top: 35px;

  width: 38px;
}

.callies_header .callies_language_wrapper > .language_box input {
  width: 100%;

  border: none;

  outline: none;

  font-size: 50px;

  color: #000;

  height: 110px;

  background-color: transparent;
}

.callies_header .callies_language_wrapper.open > .icon {
  position: relative;

  z-index: 1;
}

.callies_header .callies_language_wrapper.open > .icon img {
  visibility: hidden;
}

.callies_header .callies_language_wrapper.open > .icon > i:before {
  content: "\f00d";
}

.callies_header.fixed_menu .callies_language_wrapper > .language_box {
  height: 90px;
}

.callies_header.fixed_menu .callies_language_wrapper > .language_box input {
  height: 90px;
}

/* header version 1 end */ /***********************************************************************************

 2. header end

***********************************************************************************/
/***********************************************************************************

 3. section start

***********************************************************************************/

#callies_main_content {
  width: 100%;

  float: left;

  margin-top: 120px;
}

.callies_certification {
  width: 100%;

  float: left;

  padding-bottom: 100px;

  position: relative;

  background-size: cover;

  background-position: center;

  background-attachment: fixed;
}

.callies_section {
  width: 100%;

  float: left;

  padding-top: 70px;

  padding-bottom: 60px;

  position: relative;

  background-size: cover;

  background-position: center;

  background-attachment: fixed;
}

.callies_section.no_padding_top {
  padding-top: 0;
}

.callies_section.no_padding_bottom {
  padding-bottom: 0;
}

.callies_section.dark_overlay:before {
  content: "";

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  background-color: #f4f4f4;
}

.callies_banner {
  float: left;

  position: relative;

  width: 100%;
}

.callies_banner.product {
  background-image: url("../images/product/product_bg.jpg");

  background-position: center center;

  background-repeat: repeat-y;

  background-size: cover;

  margin-bottom: 200px;
}

.product .picture {
  position: absolute;

  top: -80px;

  z-index: 999;
}

.product .info {
  padding-bottom: 100px;

  padding-top: 100px;
}

.product .detail .description {
  color: #fff;

  font-size: 30px;

  line-height: 50px;

  font-weight: 300;
}

.product .detail .name {
  color: #fff;

  font-size: 20px;

  line-height: 40px;
}

.callies_video {
  width: 100%;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 0;
  display: block;
  position: relative;
}

.callies_video video {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  cursor: pointer;
}

.callies_video:hover video::before {
  border-left: 10px solid #fff;
}

.callies_video:hover video::after {
  background: #212121 none repeat scroll 0 0;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
}

.callies_video poster {
  height: 100%;
  left: 0;
  max-width: none;
  position: absolute;
  top: 0;
  width: auto;
}

/***********************************************************************************

 3. section end

***********************************************************************************/
/***********************************************************************************

 4. services start

***********************************************************************************/

svg path {
  fill: #fff;
}

svg:hover path {
  /*fill: black;*/
}

.callies_columns {
  background: #fff none repeat scroll 0 0;

  padding: 30px 15px 0 20px;

  text-align: center;
}

.callies_services_wrapper {
  width: 100%;

  float: left;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);
}

.callies_services_wrapper .container .row .col-lg-3 {
  padding-left: 15px;

  padding-right: 15px;
}

.callies_services_wrapper .container .row .col-lg-3:first-child {
  padding-left: 10px;
}

.callies_services_wrapper .container .row .col-lg-3:last-child {
  padding-right: 15px;
}

.callies_services {
  width: 100%;

  float: left;

  text-align: center;

  padding: 30px;

  color: #fff;

  height: 250px;

  background-color: rgba(255, 106, 19, 1);

  background-color: -moz-linear-gradient(
    -45deg,
    rgba(255, 106, 19, 1) 0%,
    rgba(200, 0, 40, 1) 100%
  );

  background-color: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(255, 106, 19, 1)),
    color-stop(100%, rgba(200, 0, 40, 1))
  );

  background-color: -webkit-linear-gradient(
    -45deg,
    rgba(255, 106, 19, 1) 0%,
    rgba(200, 0, 40, 1) 100%
  );

  background-color: -o-linear-gradient(
    -45deg,
    rgba(255, 106, 19, 1) 0%,
    rgba(200, 0, 40, 1) 100%
  );

  background-color: -ms-linear-gradient(
    -45deg,
    rgba(255, 106, 19, 1) 0%,
    rgba(200, 0, 40, 1) 100%
  );

  background-color: linear-gradient(
    135deg,
    rgba(255, 106, 19, 1) 0%,
    rgba(200, 0, 40, 1) 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6A13', endColorstr='#1bce7d', GradientType=1);
}

.callies_services > .title {
  font-size: 24px;

  font-weight: 100;

  color: #ffffff;

  line-height: 22px;

  margin: 8px auto;

  text-rendering: optimizelegibility;
}

.callies_services > .detail {
  font-size: 15px;

  font-weight: normal;

  color: #ffffff;

  line-height: 25px;

  letter-spacing: 0.01em;
}

.callies_services .icon {
  height: 150px;

  width: auto;
}

svg {
  height: 100%;

  width: 100%;
}

.callies_services:hover,
.callies_services.active {
  background-color: #df5e12;
}

.tab-callies {
  padding-bottom: 100px;

  padding-top: 100px;
}

.tab-callies .nav > li > a {
  padding: 0;
}

.tab-callies .nav > li > a:focus,
.tab-callies .nav > li > a:hover {
  background-color: transparent;
}

.tab-callies .nav > li.active .caption,
.tab-callies .nav > li > a:focus .caption,
.tab-callies .nav > li > a:hover .caption {
  border-bottom: 3px solid #ff6a13;

  color: #000;
}

.tab-callies .nav > li .caption,
.tab-callies .nav > li > a .caption {
  font-size: 14px;

  font-weight: 500;

  letter-spacing: 3px;

  padding-bottom: 10px;

  padding-top: 10px;

  text-transform: uppercase;
}

.tab-callies .tab-content {
  padding-bottom: 50px;

  padding-top: 50px;
}

.tab-callies .tab-content .heading {
  color: #000;

  font-size: 40px;

  line-height: 45px;

  padding-bottom: 20px;

  padding-top: 30px;

  text-align: left;

  font-weight: 100;
}

.tab-callies .tab-content .sub-heading {
  color: #ff6a13;

  font-size: 22px;

  padding-bottom: 20px;

  text-align: left;
}

.tab-callies .tab-content .description {
  color: #000;

  font-size: 18px;

  padding-top: 25px;

  text-align: left;
}

#options {
  margin-left: auto;

  margin-right: auto;

  text-align: center;

  margin-bottom: 25px;
}

#options ul {
  width: auto;

  text-align: center;

  margin: 0px;

  padding: 0px;
}

#options ul li {
  display: inline-block;

  margin: 0px;

  padding-top: 0px;

  padding-bottom: 0px;

  padding-left: 10px;

  padding-right: 10px;
}

#options ul li a {
  font-size: 16px;

  font-weight: 100;

  letter-spacing: 2px;

  display: inline-block;

  text-align: center;

  color: #36434d;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  transition: all 0.3s;

  text-transform: uppercase;
}

#options ul li a:link {
  color: #36434d;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  transition: all 0.3s;
}

#options ul li:hover a,
#options ul li a.selected {
  color: #ff6a13;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  transition: all 0.3s;

  text-decoration: none;
}

#portfolio ul li {
  list-style-type: none;
}

.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;

  -moz-transition-duration: 0.8s;

  transition-duration: 0.8s;

  -webkit-transition-property: -webkit-transform, opacity;

  -moz-transition-property: -moz-transform, opacity;

  transition-property: transform, opacity;
}

.mansory-effect figure {
  float: left;

  width: 30%;

  height: auto !important;

  overflow: hidden;

  /*background-color: #000;*/
}

.mansory-effect figure img {
  max-width: 100%;

  height: auto;

  display: inline-block;

  vertical-align: middle;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  transition: all 0.3s;
}

.mansory-effect figure.item {
  padding-left: 10px;

  padding-right: 10px;

  padding-top: 10px;

  padding-bottom: 10px;

  text-align: center;
}

.mansory-effect .picture {
  background-color: #ff6a13;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  transition: all 0.3s;

  position: relative;
}

.mansory-effect .item:hover img {
  opacity: 0.4;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  transition: all 0.3s;
}

.portfolio-overlay {
  -webkit-backface-visibility: hidden;

  display: block;

  position: absolute !important;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 1;

  opacity: 0;

  text-align: left;

  -webkit-transition: all 0.3s ease-in-out 0s;

  -moz-transition: all 0.3s ease-in-out 0s;

  -ms-transition: all 0.3s ease-in-out 0s;

  -o-transition: all 0.3s ease-in-out 0s;

  transition: all 0.3s ease-in-out 0s;
}

.portfolio-overlay .icons {
  display: table;

  width: 100%;

  height: 100%;
}

.portfolio-overlay:hover {
  opacity: 1;
}

.portfolio-overlay .icons > :first-child {
  display: table-cell;

  vertical-align: middle;

  text-align: center;
}

.portfolio-overlay .icons > :first-child .icon {
  display: inline-block !important;

  color: #fff;

  width: 50px;

  height: 50px;

  /*line-height: 50px;*/

  margin: 4px;

  text-align: center;

  -webkit-transition: all 0.1s ease-in-out 0s;

  -moz-transition: all 0.1s ease-in-out 0s;

  -ms-transition: all 0.1s ease-in-out 0s;

  -o-transition: all 0.1s ease-in-out 0s;

  transition: all 0.1s ease-in-out 0s;

  border: 1px solid #fff;

  padding-top: 12px;
}

.portfolio-overlay .icons > :first-child .icon a {
  font-size: 16px;

  line-height: normal !important;

  color: #fff;
}

.callies_icons_bg {
  background-color: rgba(255, 106, 19, 1);

  color: #fff;

  display: flex;

  float: left;

  height: 200px;

  width: 100%;
}

.icon_center {
  height: auto;

  margin: auto;

  width: 110px;
}

/* Why we are the best? end */
/***********************************************************************************

 4. services end

***********************************************************************************/
/***********************************************************************************

 5. pricing start

***********************************************************************************/

.callies_system_wrapper.active::before,
.callies_system_wrapper:hover::before {
  background-color: #ff6a13;

  color: #fff;
}

.callies_system_wrapper::before {
  background-color: #ff6a13;

  bottom: 0;

  content: "";

  left: 0;

  position: absolute;

  right: 0;

  top: 0;

  transition: all 300ms cubic-bezier(0.685, 0.01, 0.355, 0.995) 0s;

  z-index: -1;
}

.callies_system_wrapper {
  width: 100%;

  float: left;

  background-color: #ff6a13;

  text-align: center;

  /*box-shadow: 0 0 10px 0px rgba(93, 82, 76, 0.5);*/

  overflow: hidden;

  margin-bottom: 50px;

  color: #fff;
}

.callies_system_wrapper.active {
  color: #fff;
}

.callies_system_wrapper:hover {
  color: #fff;
}

.callies_system_header.active {
  background-color: #d36321;
}

.callies_system_header {
  background-color: #dbdbdb;
}

.callies_system_wrapper .callies_system_footer,
.callies_system_wrapper .callies_system_body {
  width: 100%;

  float: left;

  padding: 40px;
}

.callies_system_wrapper .callies_system_header {
  width: 100%;

  float: left;
}

.callies_system_wrapper .callies_system_header .callies_system_header_icon {
  top: 0px;

  z-index: 1;

  opacity: 1;
}

.callies_system_wrapper .callies_system_header .callies_system_heading {
  font-size: 24px;

  padding: 40px;
}

.callies_system_wrapper .callies_system_body {
  padding: 40px;
}

.callies_system_wrapper .callies_system_body .callies_system_feature {
  width: 100%;

  float: left;

  min-height: 530px;
}

.callies_system_wrapper .callies_system_body .callies_system_feature ul {
  list-style: none;

  padding: 0;

  margin: 0;
}

.callies_system_wrapper .callies_system_body .callies_system_feature ul li {
  font-size: 18px;

  line-height: 25px;

  border-bottom: 1px solid #dfdfdf;

  padding: 25px 0;
}

.callies_system_wrapper
  .callies_system_body
  .callies_system_feature
  ul
  li:last-child {
  border-bottom: none;
}

/***********************************************************************************

 5. pricing end

***********************************************************************************/
/***********************************************************************************

 6. our services start

***********************************************************************************/
.callies_icon_style {
  float: left;

  padding-bottom: 100px;

  width: 100%;
}

.callies_icon_style .copy {
  color: #333;

  font-size: 18px;

  font-weight: 300;

  letter-spacing: 0;

  line-height: 1.8;

  margin-bottom: 10px;

  margin-top: 10px;

  padding-bottom: 10px;

  text-rendering: optimizelegibility;
}

.callies_intro h1 {
  font-size: 48px;

  color: #333;

  font-weight: 100;

  position: relative;

  padding-bottom: 10px;

  margin-top: 0;

  margin-bottom: 10px;

  line-height: 1.1;

  text-rendering: optimizelegibility;
}

.callies_intro .subhead {
  font-size: 24px;

  color: #ff6a13;

  font-weight: 300;

  padding-bottom: 10px;

  margin-bottom: 10px;

  line-height: 36px;

  letter-spacing: -0.01em;

  text-rendering: optimizelegibility;
}

.callies_section_heading .copy {
  font-size: 20px;

  color: #333;

  font-weight: 300;

  padding-bottom: 10px;

  margin-bottom: 10px;

  margin-top: 10px;

  line-height: 1.5;

  letter-spacing: 0;

  text-rendering: optimizelegibility;
}

/* Our services page start */

.callies_ourservice {
  text-align: center;

  position: relative;

  display: table;

  margin: 0 auto;
}

.callies_ourservice .callies_ourservice_img {
  opacity: 0;

  -webkit-transform: translateY(50px);

  -moz-transform: translateY(50px);

  transform: translateY(50px);
}

.callies_ourservice .callies_ourservice_list {
  position: absolute;

  color: #fff;

  z-index: 1;

  left: -100px;

  right: -100px;

  bottom: 230px;
}

.callies_ourservice .callies_ourservice_list ul {
  list-style: none;

  padding: 0;

  margin: 0;
}

.callies_ourservice .callies_ourservice_list ul li {
  width: 50%;

  margin-top: 10px;

  opacity: 0;

  margin-bottom: 0px;

  height: 130px;
}

.callies_ourservice .callies_ourservice_list ul li:nth-child(2n + 1) {
  float: left;

  text-align: left;
}

.callies_ourservice .callies_ourservice_list ul li:nth-child(2n) {
  float: right;

  text-align: right;
}

.callies_ourservice .callies_ourservice_list ul li > div {
  display: inline-block;

  text-align: center;

  width: 230px;

  margin-bottom: 0px;
}

.callies_ourservice .callies_ourservice_list ul li > div .icon {
  height: 70px;

  text-align: center;

  width: 70px;

  margin-left: auto;

  margin-right: auto;

  margin-bottom: 0px;
}

.icon p {
  margin-top: 0px;
}

.callies_ourservice .icon svg path {
  fill: #fff;
}

.callies_ourservice .icon svg:hover path {
  fill: #ff6a13;
}

.callies_ourservice .callies_ourservice_list ul li:nth-child(1) > div {
  margin-left: 170px;
}

.callies_ourservice .callies_ourservice_list ul li:nth-child(2) > div {
  margin-right: 170px;
}

.callies_ourservice .callies_ourservice_list ul li:nth-child(3) > div {
  margin-left: 30px;
}

.callies_ourservice .callies_ourservice_list ul li:nth-child(4) > div {
  margin-right: 30px;
}

.callies_ourservice .callies_ourservice_list ul li:nth-child(5) > div {
}

.callies_ourservice .callies_ourservice_list ul li:nth-child(6) > div {
}

.callies_ourservice .callies_ourservice_list ul li:nth-child(7) > div {
}

.callies_ourservice .callies_ourservice_list ul li:nth-child(8) > div {
}

.callies_ourservice.play .callies_ourservice_list ul li:nth-child(1),
.callies_ourservice.play .callies_ourservice_list ul li:nth-child(2) {
  -webkit-animation: overservice78 0.3s;

  -moz-animation: overservice78 0.3s;

  animation: overservice78 0.3s;

  -webkit-animation-delay: 0.9s;

  -moz-animation-delay: 0.9s;

  animation-delay: 0.9s;

  -webkit-animation-fill-mode: forwards;

  -moz-animation-fill-mode: forwards;

  animation-fill-mode: forwards;
}

.callies_ourservice.play .callies_ourservice_list ul li:nth-child(3),
.callies_ourservice.play .callies_ourservice_list ul li:nth-child(4) {
  -webkit-animation: overservice78 0.3s;

  -moz-animation: overservice78 0.3s;

  animation: overservice78 0.3s;

  -webkit-animation-delay: 0.7s;

  -moz-animation-delay: 0.7s;

  animation-delay: 0.7s;

  -webkit-animation-fill-mode: forwards;

  -moz-animation-fill-mode: forwards;

  animation-fill-mode: forwards;
}

.callies_ourservice.play .callies_ourservice_list ul li:nth-child(5),
.callies_ourservice.play .callies_ourservice_list ul li:nth-child(6) {
  -webkit-animation: overservice78 0.3s;

  -moz-animation: overservice78 0.3s;

  animation: overservice78 0.3s;

  -webkit-animation-delay: 0.5s;

  -moz-animation-delay: 0.5s;

  animation-delay: 0.5s;

  -webkit-animation-fill-mode: forwards;

  -moz-animation-fill-mode: forwards;

  animation-fill-mode: forwards;
}

.callies_ourservice.play .callies_ourservice_list ul li:nth-child(7),
.callies_ourservice.play .callies_ourservice_list ul li:nth-child(8) {
  -webkit-animation: overservice78 0.3s;

  -moz-animation: overservice78 0.3s;

  animation: overservice78 0.3s;

  -webkit-animation-delay: 0.3s;

  -moz-animation-delay: 0.3s;

  animation-delay: 0.3s;

  -webkit-animation-fill-mode: forwards;

  -moz-animation-fill-mode: forwards;

  animation-fill-mode: forwards;
}

.block ul.check-list {
  margin: 0;

  padding: 20px 0;
}

.block ul.check-list li::before {
  color: #ff6a13;

  content: "";

  display: inline-block;

  font-family: FontAwesome;

  font-feature-settings: normal;

  font-kerning: auto;

  font-language-override: normal;

  font-size: inherit;

  font-size-adjust: none;

  font-stretch: normal;

  font-style: normal;

  font-synthesis: weight style;

  font-variant: normal;

  font-weight: normal;

  line-height: 1;

  padding-right: 8px;

  text-rendering: auto;

  margin-left: -28px;
}

.block ul.check-list li {
  list-style-type: none;

  padding-bottom: 3px;

  padding-top: 3px;

  font-size: 18px;

  font-weight: 300;

  letter-spacing: 0;

  line-height: 1.5;

  margin-bottom: 10px;

  text-rendering: optimizelegibility;
}

.block ul.attention-list {
  margin: 0;

  padding: 20px 0;
}

.block ul.attention-list li::before {
  color: #ff6a13;

  content: "\f06a";

  display: inline-block;

  font-family: FontAwesome;

  font-feature-settings: normal;

  font-kerning: auto;

  font-language-override: normal;

  font-size: inherit;

  font-size-adjust: none;

  font-stretch: normal;

  font-style: normal;

  font-synthesis: weight style;

  font-variant: normal;

  font-weight: normal;

  line-height: 1;

  padding-right: 8px;

  text-rendering: auto;

  margin-left: -28px;
}

.block ul.attention-list li {
  list-style-type: none;

  padding-bottom: 3px;

  padding-top: 3px;

  font-size: 18px;

  font-weight: 300;

  letter-spacing: 0;

  line-height: 1.5;

  margin-bottom: 10px;

  text-rendering: optimizelegibility;
}

.bold-red {
  font-weight: 400;

  color: #ff6a13;
}

.block ol.num-list {
  margin: 0;

  padding: 20px 0;

  counter-reset: item;
}

.block ol.num-list li::before {
  color: #ff6a13;

  content: counter(item) ". ";

  counter-increment: item;

  display: inline-block;

  font-feature-settings: normal;

  font-kerning: auto;

  font-language-override: normal;

  font-size: 20px;

  font-size-adjust: none;

  font-stretch: normal;

  font-style: normal;

  font-synthesis: weight style;

  font-variant: normal;

  font-weight: normal;

  line-height: 1;

  padding-right: 8px;

  text-rendering: auto;

  margin-left: -28px;
}

.block ol.num-list li {
  list-style: none;

  padding-bottom: 3px;

  padding-top: 3px;

  font-weight: 300;

  letter-spacing: 0;

  line-height: 1.5;

  margin-bottom: 10px;

  text-rendering: optimizelegibility;
}

.block ul.circle-list {
  margin: 0;

  padding: 0 0 20px 0;
}

.block ul.circle-list li::before {
  color: #ff6a13;

  content: "•";

  display: inline-block;

  width: 1em;

  margin-left: -1em;

  font-size: 25px;
}

.block ul.circle-list li {
  list-style: none;

  padding-bottom: 3px;

  padding-top: 3px;

  font-weight: 300;

  letter-spacing: 0;

  line-height: 1.5;

  margin-bottom: 10px;

  text-rendering: optimizelegibility;
}

.callies_certificat {
  margin-left: auto;

  margin-right: auto;

  padding-left: 50px;

  padding-right: 50px;

  padding-top: 25px;
}

.callies_certificat h1 {
  padding-top: 20px;

  margin-bottom: 50px !important;

  text-rendering: optimizelegibility;
}

@-webkit-keyframes overservice78 {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}

@-moz-keyframes overservice78 {
  0% {
    -moz-transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -moz-transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes overservice78 {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* Our services page end */
.mansory-effect figure {
  height: auto !important;
}

.mansory-effect figure.item {
  text-align: center;
}

.b-img-pto {
  /*background-attachment: fixed;*/

  background-image: url("../images/service/pto.jpg");

  background-repeat: repeat-y;

  background-position: center center;

  background-size: cover;
}

.b-img-impressum {
  /*background-attachment: fixed;*/

  background-image: url("../images/service/impressum.jpg");

  background-repeat: repeat-y;

  background-position: center center;

  background-size: cover;
}

.b-img-journal {
  /*background-attachment: fixed;*/

  background-image: url("../images/service/callies_strahlrohr.jpg");

  background-repeat: repeat-y;

  background-position: center center;

  background-size: cover;
}

.b-img-karriere {
  /*background-attachment: fixed;*/

  background-image: url("../images/service/iStock-1312585023.jpg");

  background-repeat: repeat-y;

  background-position: center center;

  background-size: cover;
}

.b-img-anfrage {
  /*background-attachment: fixed;*/

  background-image: url("../images/service/callies_fahrzeugbrand.jpg");

  background-repeat: repeat-y;

  background-position: center center;

  background-size: cover;
}

.inner-banner-style .info {
  padding-bottom: 290px;

  padding-top: 290px;
}

.inner-banner-style .breadcrumb {
  background-color: transparent;

  margin-top: 0;

  border-radius: 0;

  border-top: 1px solid rgba(255, 255, 255, 0.5);

  list-style: outside none none;

  margin-bottom: 20px;

  padding: 12px 0;

  display: none;
}

.breadcrumb > li {
  display: inline-block;
}

.inner-banner-style .breadcrumb > li a {
  color: #fff;

  font-size: 14px;
}

.breadcrumb > li + li::before {
  color: #ccc;

  content: "/ ";

  padding: 0 5px;
}

.inner-banner-style .breadcrumb > .active {
  color: #fff;
}

.callies_service {
  background-color: #f4f4f4;

  background-attachment: fixed;

  background-position: center center;

  background-size: cover;

  float: left;

  position: relative;

  width: 100%;
}

.callies_service:before {
  display: block;

  position: relative;

  top: -250px;

  visibility: hidden;
}

/***********************************************************************************

 6. our services end

***********************************************************************************/ /***********************************************************************************

 8. Testimonials start

***********************************************************************************/

.callies_hashtag_section .callies_section_heading {
  margin-bottom: 0;
}

/***********************************************************************************

 8. Testimonials end

***********************************************************************************/
/***********************************************************************************

 9. Blog start

***********************************************************************************/

.callies_blog_wrapper {
  width: 100%;

  float: left;

  background-color: #ffffff;

  margin-bottom: 35px;
}

.callies_blog_wrapper .callies_blog_image {
  width: 100%;

  float: left;

  overflow: hidden;
}

.callies_blog_wrapper .callies_blog_image > img {
  width: 100%;

  backface-visibility: hidden;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.callies_blog_wrapper .callies_blog_detail {
  width: 100%;

  float: left;

  padding: 30px;
}

.callies_blog_wrapper .callies_blog_detail .callies_meta {
  width: 100%;

  float: left;

  margin-bottom: 20px;
}

.callies_blog_wrapper .callies_blog_detail .callies_meta > span {
  color: #949494;

  font-size: 16px;

  letter-spacing: 0.01em;

  font-weight: 300;
}

.callies_blog_wrapper .callies_blog_detail .callies_meta > span.date {
  float: left;
}

.callies_blog_wrapper .callies_blog_detail > h3 {
  width: 100%;

  float: left;

  margin-top: 0;

  margin-bottom: 20px;

  height: 92px;

  max-height: 96px;

  min-height: 96px;

  overflow: hidden;
}

.callies_blog_wrapper .callies_blog_detail > p {
  margin-bottom: 20px;

  font-weight: 300;

  font-size: 18px;
}

.callies_blog_wrapper .callies_blog_detail > h3 > a {
  color: #000;

  font-size: 28px;

  font-weight: 100;

  letter-spacing: 0.01em;
}

a.callies_btn:hover {
  color: #ff6a13;

  background-color: transparent;
}

/***********************************************************************************

 9. Blog end

***********************************************************************************/
/***********************************************************************************

 10. Our blog start

***********************************************************************************/

.callies_ourblog_slider {
  width: 100%;

  float: left;
}

.callies_ourblog_slider .item {
  width: 100%;

  float: left;
}

.callies_ourblog_slider .item .callies_blog_wrapper {
  margin-bottom: 0;
}

/***********************************************************************************

 10. Our blog start

***********************************************************************************/
/***********************************************************************************

 11. Our clients start

***********************************************************************************/

.callies_ourclients_slider {
  width: 100%;

  float: left;
}

/***********************************************************************************

 11. Our clients end

***********************************************************************************/
/***********************************************************************************

 16. about us start

***********************************************************************************/

.fire_partner {
  background-color: #ff6a13;

  padding-top: 100px;

  background-attachment: fixed;

  background-position: center center;

  background-size: cover;

  float: left;

  padding-bottom: 20px;

  padding-top: 20px;

  position: relative;

  width: 100%;
}

.fire_partner .firetext {
  text-align: center;

  color: #fff;
}

.fire_partner .firetext .description {
  color: #fff;

  font-size: 26px;

  font-weight: 700;
}

.shield {
  border-right: 2px solid #fff;

  border-left: 2px solid #fff;

  display: table;

  margin-left: auto;

  margin-right: auto;

  padding-bottom: 10px;

  padding-left: 15px;

  padding-right: 15px;
}

/***********************************************************************************

 16. about us end

***********************************************************************************/
/***********************************************************************************

 20. contact start

***********************************************************************************/
.callies_map_section {
  width: 100%;

  height: 640px;

  float: left;

  position: relative;

  background-size: cover;

  background-position: center;

  background-attachment: fixed;

  overflow: hidden;
}

#callies_map {
  background-color: #070707;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  color: #fff;
}

#callies_map .inner {
  padding: 15em 0;

  height: 640px;
}

.callies_map_section .map-info,
.callies_map_section.open #close-map {
  opacity: 1;

  transition: all 0.3s ease-in-out 0s;

  visibility: visible;
}

.callies_map_section .map-info {
  position: relative;

  z-index: 3;
}

#callies_map h3 {
  color: #fff;

  font-size: 48px;

  line-height: 54px;

  margin-bottom: 20px;

  font-weight: 100;
}

.callies_map_section .copy {
  color: #fff;

  font-size: 20px;

  font-weight: 300;

  letter-spacing: 0;

  line-height: 1.5;

  margin-bottom: 10px;

  margin-top: 10px;

  padding-bottom: 10px;

  text-rendering: optimizelegibility;
}

.callies_map_section .map-link a {
  color: #fff;
}

.callies_map_section.open .map-info,
.callies_map_section #close-map {
  opacity: 0;

  visibility: hidden;
}

.callies_map-section #close-map {
  background-color: #000;

  color: #fff;

  font-size: 1.25em;

  padding: 0.75em;

  position: absolute;

  right: 15px;

  text-decoration: none;

  top: 15px;

  z-index: 2;
}

.callies_map_section #close-map {
  background-color: #000;

  color: #fff;

  font-size: 1.25em;

  padding: 0.75em;

  position: absolute;

  right: 15px;

  text-decoration: none;

  top: 15px;

  z-index: 2;
}

.contact_Map {
  width: 100%;

  height: 640px;

  background-color: #111 !important;

  bottom: -3em;

  left: 0;

  position: absolute;

  margin-top: 45px;

  top: -3em;

  transition: top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s;

  z-index: 1;
}

.grey-bg {
  background-color: #f4f4f4;
}

.contact {
  background-attachment: fixed;

  background-position: center center;

  background-size: cover;

  float: left;

  padding-bottom: 100px;

  padding-top: 100px;

  position: relative;

  width: 100%;
}

.contact .callies_text {
  padding-bottom: 70px;

  text-align: center;
}

.callies_text h1 {
  color: #333;

  font-size: 48px;

  font-weight: 100;

  line-height: 1.1;

  margin-bottom: 10px;

  margin-top: 0;

  padding-bottom: 10px;

  position: relative;

  text-rendering: optimizelegibility;
}

.callies_text .subhead {
  color: #ff6a13;

  font-size: 24px;

  font-weight: 300;

  letter-spacing: -0.01em;

  line-height: 36px;

  margin-bottom: 10px;

  padding-bottom: 10px;

  text-rendering: optimizelegibility;
}

.contact .block {
  padding-bottom: 20px;

  text-align: left;
}

.contact .block .heading {
  color: #000;

  font-size: 16px;

  font-weight: 500;

  padding-bottom: 12px;

  text-transform: uppercase;
}

.contact .block .text {
  color: #333;

  font-size: 20px;

  font-weight: 300;

  letter-spacing: 0;

  line-height: 1.5;

  margin-bottom: 10px;

  margin-top: 10px;

  padding-bottom: 10px;

  text-rendering: optimizelegibility;
}

.contact ul.social-icons {
  margin: 0;

  padding: 0;

  text-align: left;
}

.contact ul.social-icons li a {
  color: #b9b4b4;
}

.contact ul.social-icons li {
  font-size: 24px;

  line-height: 1.5;

  list-style-type: none;

  text-align: left;
}

.contact form {
  padding-top: 60px;
}

.form-group {
  margin-bottom: 15px;
}

.contact form .form-control {
  background-color: #fff;

  background-image: none;

  border: 1px solid #e0e0e0;

  border-radius: 0;

  color: #000;

  display: block;

  font-size: 14px;

  height: 55px;

  letter-spacing: 3px;

  line-height: 1.42857;

  padding: 6px 12px;

  text-transform: none;

  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;

  width: 100%;
}

.contact form .button {
  padding-top: 10px;

  text-align: center;
}

.button {
  margin-bottom: 10px;
  margin-top: 10px;
}

.btn-download,
.btn-download:visited {
  display: block;
  background-color: #ff6a13;
  color: #fff;
  padding: 0.5em 1em;
  margin-top: 20px;
  width: 335px;
  max-width: 100%;
}

.btn-download:hover {
  background-color: #ff6a13;
  color: #fff;
}

.btn-download img {
  width: 20px;
  height: auto;
}

.contact form .btn {
  -moz-user-select: none;

  background-image: none;

  border: 1px solid transparent;

  border-radius: 0;

  cursor: pointer;

  display: inline-block;

  font-size: 14px;

  font-weight: 400;

  letter-spacing: 3px;

  line-height: 1.42857;

  margin-bottom: 0;

  padding: 12px 40px;

  text-align: center;

  text-transform: uppercase;

  vertical-align: middle;

  white-space: nowrap;
}

.contact form .btn-default {
  background-color: #000;

  color: #fff;

  margin-top: 20px;
}

.contact form .btn-default:hover {
  background-color: transparent;

  border-color: #000;

  color: #000;
}

.message_post {
  margin-top: 16px;

  text-align: center;
}

.errorMessage {
  color: #ff0000;
}

.katalog form {
  padding-bottom: 30px;

  padding-top: 20px;
}

.katalog {
  background-attachment: fixed;

  background-position: center center;

  background-size: cover;

  float: left;

  padding-bottom: 100px;

  padding-top: 100px;

  position: relative;

  width: 100%;
}

.katalog form select.form-control {
  margin-bottom: 20px;
}

.katalog form .form-control {
  background-color: #fff;

  background-image: none;

  border: 1px solid #ccc;

  border-radius: 0;

  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

  color: #555;

  display: block;

  font-size: 14px;

  height: 45px;

  letter-spacing: 0;

  line-height: 1.42857;

  padding: 6px 12px;

  text-transform: none;

  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;

  width: 100%;
}

.katalog form .btn {
  -moz-user-select: none;

  background-image: none;

  border: 1px solid transparent;

  border-radius: 0;

  cursor: pointer;

  display: inline-block;

  font-size: 14px;

  font-weight: 400;

  letter-spacing: 3px;

  line-height: 1.42857;

  margin-bottom: 0;

  padding: 12px 40px;

  text-align: center;

  text-transform: uppercase;

  vertical-align: middle;

  white-space: nowrap;
}

.katalog form .btn-default {
  background-color: #ff6a13;

  color: #fff;

  margin-top: 20px;
}

.katalog form .btn-default:hover {
  background-color: transparent;

  border-color: #ff6a13;

  color: #ff6a13;
}

.katalog ul.your-order {
  border: 1px solid #ccc;

  margin: 0;

  padding: 20px;

  background: #fff;
}

.katalog ul.your-order li {
  color: #222;

  font-size: 14px;

  list-style-type: none;

  padding-bottom: 2px;

  line-height: 30px;
}

.katalog ul.your-order li h1 {
  margin-top: 0;

  padding-top: 0;

  color: #000 !important;

  font-size: 18px;

  font-weight: 500;

  text-transform: uppercase;
}

.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin-top: 8px;
}

/***********************************************************************************

 20. contact end

***********************************************************************************/
/***********************************************************************************

 21. 404 start

***********************************************************************************/

.callies_404_wrapper {
  position: fixed;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  text-align: center;

  background-size: cover;

  overflow: auto;

  background-position: center;
}

.callies_404_wrapper .callies_404_inner {
  position: absolute;

  top: 50%;

  left: 0;

  right: 0;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  transform: translateY(-50%);
}

.callies_404_wrapper .callies_404_inner > .callies_logo {
  margin-bottom: 120px;
}

.callies_404_wrapper .callies_404_inner > h3 {
  font-size: 72px;

  font-weight: bold;

  margin: 0;

  margin-bottom: 60px;
}

.callies_404_wrapper .callies_404_inner > h3 > span {
  color: #ff6a13;
}

.callies_404_wrapper .callies_404_inner > p {
  font-size: 60px;

  font-weight: bold;

  border: 8px solid;

  display: inline-block;

  line-height: 151px;

  margin-bottom: 30px;

  padding: 30px;
}

.callies_404_wrapper .callies_404_inner > a.callies_btn {
  margin: 0;

  margin-bottom: 120px;
}

.callies_404_wrapper .callies_404_inner > .callies_social {
  margin-bottom: 50px;
}

.callies_404_wrapper .callies_404_inner > .callies_social > ul > li > a {
  color: #36434d;
}

.callies_404_wrapper .callies_404_inner > .callies_social > ul > li > a:hover {
  color: #ff6a13;
}

/***********************************************************************************

 21. 404 end

***********************************************************************************/ /***********************************************************************************

 24. footer start

***********************************************************************************/

.callies_footer {
  width: 100%;

  float: left;

  background-color: #000;

  color: #999999;

  line-height: 30px;
}

.callies_footer .row1 {
  background-color: #212121;

  padding-bottom: 60px;

  padding-top: 60px;
}

.callies_footer .row1 h1 {
  color: #fff;

  font-size: 14px;

  letter-spacing: 3px;

  margin-bottom: 30px;

  margin-top: 0;

  padding-top: 0;

  text-transform: uppercase;

  font-weight: 500;
}

.callies_footer .row1 .links ul,
.callies_footer .row1 .customer_links ul {
  margin: 0;

  padding: 0;
}

.callies_footer .row1 .links ul li,
.callies_footer .row1 .customer_links ul li {
  font-size: 12px;

  font-weight: 500;

  letter-spacing: 2px;

  list-style-type: none;

  text-transform: uppercase;

  line-height: 30px;
}

.callies_footer .row1 .links ul li a::before,
.callies_footer .row1 .customer_links ul li a::before {
  color: #ff6a13;

  content: "";

  display: inline-block;

  font-family: FontAwesome;

  font-feature-settings: normal;

  font-kerning: auto;

  font-language-override: normal;

  font-size: inherit;

  font-size-adjust: none;

  font-stretch: normal;

  font-style: normal;

  font-synthesis: weight style;

  font-variant: normal;

  font-weight: normal;

  line-height: 1;

  padding-right: 12px;

  text-rendering: auto;
}

.callies_footer .row1 .links ul li a:hover,
.callies_footer .row1 .customer_links ul li a:hover {
  color: #ff6a13;

  text-decoration: none;
}

.callies_footer .row1 .links ul li a,
.callies_footer .row1 .customer_links ul li a {
  color: #999999;
}

.callies_footer .row1 .contact_footer .text a {
  color: #999999;
}

.callies_footer .row1 .callies_address .address {
  line-height: 22px;

  padding-bottom: 15px;

  text-transform: none !important;
}

.callies_footer .row1 .contact_footer .icon,
.callies_footer .row1 .callies_address .icon {
  color: #ff6a13;

  float: left;

  font-size: 16px;

  text-align: center;

  width: 20px;
}

.callies_footer .row1 .contact_footer .text,
.callies_footer .row1 .callies_address .text {
  font-size: 12px;

  font-weight: 500;

  letter-spacing: 2px;

  padding-left: 30px;

  text-transform: uppercase;
}

.callies_footer .row1 .contact_footer .text a:hover {
  color: #ff6a13;

  text-decoration: none;
}

.callies_footer .row2 {
  background-color: #000;

  color: #fff;

  font-size: 11px;

  padding-bottom: 40px;

  padding-top: 40px;

  font-weight: 300;

  letter-spacing: 2px;
}

.callies_footer .row2 a {
  color: #fff;
}

.callies_footer .row2 .designby {
  text-align: right;
}

/***********************************************************************************

 24. footer end

***********************************************************************************/
/***********************************************************************************

 25. animation start

***********************************************************************************/

.callies_custom_anim {
  -webkit-transition: all 300ms cubic-bezier(0.685, 0.01, 0.355, 0.995);

  -moz-transition: all 300ms cubic-bezier(0.685, 0.01, 0.355, 0.995);

  -o-transition: all 300ms cubic-bezier(0.685, 0.01, 0.355, 0.995);

  transition: all 300ms cubic-bezier(0.685, 0.01, 0.355, 0.995); /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.685, 0.01, 0.355, 0.995);

  -moz-transition-timing-function: cubic-bezier(0.685, 0.01, 0.355, 0.995);

  -o-transition-timing-function: cubic-bezier(0.685, 0.01, 0.355, 0.995);

  transition-timing-function: cubic-bezier(
    0.685,
    0.01,
    0.355,
    0.995
  ); /* custom */
}

/***********************************************************************************

 25. animation end

***********************************************************************************/
/***********************************************************************************

 26. get a quote start

***********************************************************************************/

.callies_50 img {
  width: 50%;

  height: auto;
}

.callies_hashtag_scroll {
  padding-bottom: 150px;

  padding-top: 150px;

  height: 400px;
}

/***********************************************************************************

 26. get a quote end

***********************************************************************************/ /***********************************************************************************

 27. typography start

***********************************************************************************/

/* button start */

h3.title {
  font-size: 48px;

  color: #000;

  font-weight: 100;

  position: relative;

  margin-bottom: 10px;

  padding-bottom: 5px;

  margin-top: 0;
}

p.sub_title {
  line-height: 36px;

  font-weight: 300;

  font-size: 24px;

  color: #ff6a13;

  margin-bottom: 0;
}

.callies_btn {
  height: 40px;

  line-height: 38px;

  display: inline-block;

  font-size: 20px;

  font-weight: 300;

  text-align: center;

  color: #fff;

  padding: 0 30px;

  background-color: #ff6a13;

  outline: none;

  box-shadow: none;

  text-decoration: none;

  margin: 40px auto;

  cursor: pointer;
}

.callies_btn:hover {
  color: #ffffff;

  background-color: #ff6a13;

  border-color: #15a663;
}

/* button end */
.callies_journal_detail_wrapper {
  float: left;

  width: 100%;
}

.callies_journal_detail_wrapper > img {
  width: 100%;
}

.callies_journal_detail {
  background-color: #ffffff;

  padding: 50px;
}

.callies_journal {
  border-bottom: 5px dotted #e8e8e8;
}

.callies_journal_date {
  padding-top: 50px;

  margin-left: 50px;
}

.callies_journal_detail_wrapper .download_wrapper {
  background-color: #f5f5f5;

  display: inline-block;

  margin-bottom: 20px;

  margin-top: 20px;

  padding: 20px 20px 10px;

  width: 100%;
}

.callies_journal_detail_wrapper .download {
  float: left;

  margin-bottom: 10px;
}

.callies_journal_detail_wrapper .download a {
  color: #36434d;

  float: left;

  line-height: 1.1em;

  margin-left: 15px;
}

.callies_journal_detail_wrapper .download a i {
  margin-right: 15px;
}

/* select dropdown end */
/* section heading start */

.callies_section_heading {
  width: 100%;

  float: left;

  text-align: center;

  padding-bottom: 60px;
}

.callies_section_heading h1 {
  font-size: 48px;

  color: #333;

  font-weight: 100;

  position: relative;

  padding-bottom: 10px;

  margin-top: 0;

  margin-bottom: 10px;

  line-height: 1.1;

  text-rendering: optimizelegibility;
}

.callies_section_heading .subhead {
  font-size: 24px;

  color: #ff6a13;

  font-weight: 300;

  padding-bottom: 10px;

  margin-bottom: 10px;

  line-height: 36px;

  letter-spacing: -0.01em;

  text-rendering: optimizelegibility;

  height: 66px;

  display: inline-block;
}

.callies_section_heading .copy {
  font-size: 18px;

  color: #333;

  font-weight: 300;

  padding-bottom: 10px;

  margin-bottom: 10px;

  margin-top: 10px;

  line-height: 1.8;

  letter-spacing: 0;

  text-rendering: optimizelegibility;
}

.callies_section_heading .headline {
  font-size: 18px;

  color: #ff6a13;

  font-weight: 500;

  padding-bottom: 10px;

  margin-bottom: 10px;

  margin-top: 10px;

  line-height: 1.8;

  letter-spacing: 0;

  text-rendering: optimizelegibility;
}

.callies_section_heading.light p.sub_title,
.callies_section_heading.light h3.title {
  color: #ffffff;
}

.callies_section_heading.light h3.title:before,
.callies_section_heading.light h3.title:after {
  background-color: #ffffff;
}

/* section heading end */
/* Image Comparison Slider */
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";

  display: block;

  background: white;

  position: absolute;

  z-index: 30;

  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);

  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);

  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;

  height: 9999px;

  left: 50%;

  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;

  height: 3px;

  top: 50%;

  margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;

  -moz-transition-duration: 0.5s;

  transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;

  -moz-transition-property: opacity;

  transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;

  font-size: 13px;

  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;

  background: rgba(255, 255, 255, 0.2);

  line-height: 38px;

  padding: 0 20px;

  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;

  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;

  margin-left: -45px;

  text-align: center;

  width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;

  height: 0;

  border: 6px inset transparent;

  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;

  margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;

  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;

  -moz-box-sizing: content-box;

  box-sizing: content-box;

  z-index: 0;

  overflow: hidden;

  position: relative;

  -webkit-user-select: none;

  -moz-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;

  position: absolute;

  top: 0;

  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active
  :hover.twentytwenty-overlay
  .twentytwenty-before-label,
.twentytwenty-container.active
  :hover.twentytwenty-overlay
  .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;

  -moz-box-sizing: content-box;

  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: "Vorher";
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: "Nachher";
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;

  -moz-transition-property: background;

  transition-property: background;

  background: rgba(0, 0, 0, 0);

  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;

  width: 38px;

  position: absolute;

  left: 50%;

  top: 50%;

  margin-left: -22px;

  margin-top: -22px;

  border: 3px solid white;

  -webkit-border-radius: 1000px;

  -moz-border-radius: 1000px;

  border-radius: 1000px;

  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);

  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);

  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);

  z-index: 40;

  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;

  margin-bottom: 22px;

  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);

  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);

  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;

  margin-top: 22px;

  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);

  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);

  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;

  margin-left: 22px;

  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);

  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);

  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;

  margin-right: 22px;

  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);

  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);

  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;

  left: 50%;

  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;

  right: 50%;

  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;

  top: 50%;

  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;

  bottom: 50%;

  margin-bottom: -17px;
}

/* Image Comparison Slider end */ /* owl slider controls start */

.owl-carousel img {
  backface-visibility: hidden;
}

.owl-carousel .owl-controls {
  width: 100%;

  float: left;
}

.owl-carousel .owl-controls .owl-dots {
  width: 100%;

  float: left;

  text-align: center;

  margin-top: 30px;
}

.owl-carousel .owl-controls .owl-dots > .owl-dot {
  width: 15px;

  height: 15px;

  display: inline-block;

  margin: 0 5px;
}

.owl-carousel .owl-controls .owl-dots > .owl-dot > span {
  width: 10px;

  height: 10px;

  border-radius: 50%;

  background-color: #999;

  display: block;

  -webkit-transition: all 300ms cubic-bezier(0.685, 0.01, 0.355, 0.995);

  -moz-transition: all 300ms cubic-bezier(0.685, 0.01, 0.355, 0.995);

  -o-transition: all 300ms cubic-bezier(0.685, 0.01, 0.355, 0.995);

  transition: all 300ms cubic-bezier(0.685, 0.01, 0.355, 0.995);

  -webkit-transition-timing-function: cubic-bezier(0.685, 0.01, 0.355, 0.995);

  -moz-transition-timing-function: cubic-bezier(0.685, 0.01, 0.355, 0.995);

  -o-transition-timing-function: cubic-bezier(0.685, 0.01, 0.355, 0.995);

  transition-timing-function: cubic-bezier(0.685, 0.01, 0.355, 0.995);

  backface-visibility: hidden;
}

.owl-carousel .owl-controls .owl-dots > .owl-dot.active > span {
  background-color: transparent;

  border-color: #ff6a13;

  border-style: solid;

  border-width: 1px;

  cursor: default;

  height: 10px;

  left: -1px;

  top: -1px;

  width: 10px;
}

.owl-carousel .owl-controls .owl-nav > div {
  position: absolute;

  top: 50%;

  margin-top: -22.5px;

  width: 45px;

  height: 45px;

  border-radius: 45px;

  background-color: #e4e4e4;

  background-repeat: no-repeat;

  background-position: center;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  opacity: 0.5;
}

.owl-carousel .owl-controls .owl-nav > div:hover {
  background-color: #ff6a13;
}

.owl-carousel .owl-controls .owl-nav > div.owl-prev {
  left: -75px;

  background-image: url(../images/icon/owl_prev.svg);
}

.owl-carousel .owl-controls .owl-nav > div.owl-next {
  right: -75px;

  background-image: url(../images/icon/owl_next.svg);
}

.callies-pictures-carousel.owl-carousel .owl-controls .owl-nav > div.owl-prev {
  left: 35px !important;

  background-image: url(../images/icon/owl_prev.svg);
}

.callies-pictures-carousel.owl-carousel .owl-controls .owl-nav > div.owl-next {
  right: 35px !important;

  background-image: url(../images/icon/owl_next.svg);
}

/* owl slider controls end */ /* accordion start */

.callies_accordion_wrapper {
  width: 100%;

  float: left;
}

.callies_accordion_wrapper .panel-default {
  border: none;

  box-shadow: none;
}

.callies_accordion_wrapper .panel-default > .panel-heading {
  padding: 0;

  background-color: transparent;

  border: none;
}

.callies_accordion_wrapper
  .panel-group
  .panel-heading
  + .panel-collapse
  > .panel-body,
.callies_accordion_wrapper
  .panel-group
  .panel-heading
  + .panel-collapse
  > .list-group,
.callies_accordion_wrapper .panel-default .panel-body {
  border-top: none;

  text-align: center;

  line-height: 24px;
}

.callies_accordion_wrapper .panel-default > .panel-heading > .panel-title > a {
  min-height: 52px;

  background-color: #feef1f;

  border-radius: 20px 0 20px 0;

  outline: none;

  box-shadow: none;

  border-bottom: 3px solid #ddab05;

  font-size: 16px;

  font-weight: bold;

  color: #36434d;

  padding: 16px 21px;

  padding-right: 50px;

  display: block;

  position: relative;
}

.callies_accordion_wrapper
  .panel-default
  > .panel-heading
  > .panel-title
  > a
  > span {
  float: right;

  font-size: 22px;

  margin-left: 10px;

  position: absolute;

  top: calc(50% - 9px);

  right: 20px;
}

.callies_accordion_wrapper
  .panel-default
  > .panel-heading
  > .panel-title
  > a[aria-expanded="true"] {
  color: #ffffff;

  background-color: #36434d;

  border-color: #566c7d;
}

.callies_accordion_wrapper
  .panel-default
  > .panel-heading
  > .panel-title
  > a[aria-expanded="true"]
  > span {
  color: #ffffff;
}

/* accordion end */

/***********************************************************************************

 27. JStellenangebote

***********************************************************************************/

#joboffers .callies_journal {
  border-bottom: 0;
}

#joboffers .callies_section {
  padding-bottom: 0;
}

#joboffers .callies_section:last-child {
  padding-bottom: 4em;
}

#joboffers .callies_section_heading {
  padding-bottom: 30px;
}

#joboffers .callies_journal_detail {
  padding: 20px;
}

#joboffers .callies_section_heading .subhead {
  padding-bottom: 0;
  margin-bottom: 0;
  height: 55px;
}

#joboffers .callies_journal_detail_wrapper .download_wrapper {
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px 20px 10px;
}

#joboffers .callies_journal_detail_wrapper .copy p {
  margin: 0;
}
