/* BACKGROUND COLORS */

.bg-black {
  background-color: #111111 !important;
}
.bg-white {
  background-color: #FFFFFF !important;
}
.bg-offwhite {
  background-color: #F5F5F5 !important;
}
.bg-clouds {
  background-color: #ECF0F1 !important;
}
.bg-silver {
  background-color: #BDC3C7 !important;
}
.bg-concrete {
  background-color: #4a4c4b !important;
}
.bg-asbestos {
  background-color: #7F8C8d !important;
}
.bg-tan {
  background-color: #D1DBBD !important;
}
.bg-logo {
  background-color: #c0412f !important;
}
.bg-pewter {
  background-color: #91AA9D !important;
}
.bg-moonlight {
  background-color: #3E606F !important;
}
.bg-deepocean {
  background-color: #193441 !important;
}
.bg-turquoise {
  background-color: #1ABC9C !important;
}
.bg-aqua {
  background-color: #16A085 !important;
}
.bg-sunflower {
  background-color: #F1C40F !important;
}
.bg-orange {
  background-color: #F39C12 !important;
}
.bg-sienna {
  background-color: #BF4E19 !important;
}
.bg-milanored {
  background-color: #AC1C00 !important;
}
.bg-river {
  background-color: #3498DB !important;
}
.bg-marina {
  background-color: #2980B9 !important;
}
.bg-deco {
  background-color: #C9D787 !important;
}
.bg-crete {
  background-color: #7D8A2E !important;
}
.bg-guardsman {
  background-color: #D90000 !important;
}
.bg-pomegranate {
  background-color: #C0392B !important;
}
.bg-finn {
  background-color: #723147 !important;
}
.bg-tamarind {
  background-color: #31152B !important;
}
.bg-oker {
  background-color: #b3cf76 !important;
}
.bg-gray {
  background-color: #f3f3f3;
  padding-bottom: 60px;
}
.bg-cyanlight {
  background-color: #b3d1c9 !important;
}
/* COLORS */

.black {
  color: #111111;
}
.white {
  color: #ffffff;
}
.darkgreen {
  color: #344b25;
  font-weight: 300;
}
.offwhite {
  color: #F5F5F5;
}
.clouds {
  color: #ECF0F1;
}
.silver {
  color: #BDC3C7;
}
.concrete {
  color: #95A5A6;
}
.asbestos {
  color: #7F8C8d;
}
.tan {
  color: #D1DBBD;
}
.logo {
  color: #fcfbf8;
}
.pewter {
  color: #91AA9D;
}
.moonlight {
  color: #3E606F;
}
.deepocean {
  color: #193441;
}
.turquoise {
  color: #1ABC9C;
}
.aqua {
  color: #16A085;
}
.sunflower {
  color: #F1C40F;
}
.orange {
  color: #F39C12;
}
.sienna {
  color: #BF4E19;
}
.milanored {
  color: #AC1C00;
}
.river {
  color: #3498DB;
}
.charcoal {
  color: #36454f;
}
.charcoalanalog {
  color: #fff;
}
.marina {
  color: #2980B9;
}
.deco {
  color: #C9D787;
}
.crete {
  color: #7D8A2E;
}
.guardsman {
  color: #D90000;
}
.pomegranate {
  color: #C0392B;
}
.finn {
  color: #723147;
}
.tamarind {
  color: #31152B;
}
.oker {
  color: #b3cf76;
}
.senf {
  color: #e0b246;
}
/* PADDING, MARGIN & ALIGNMENT */
.pad5 {
  padding-top: 5px;
}
.pad10 {
  padding-top: 10px;
}
.pad15 {
  padding-top: 15px;
}
.pad25 {
  padding-top: 25px;
}
.pad30 {
  padding-top: 30px;
}
.pad35 {
  padding-top: 35px;
}
.pad40 {
  padding-top: 40px;
}
.pad45 {
  padding-top: 45px;
}
.pad50 {
  padding-top: 50px;
}
.pad55 {
  padding-top: 55px;
}
.pad60 {
  padding-top: 60px;
}
.pad90 {
  padding-top: 90px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb15 {
  padding-bottom: 15px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 70px;
}
.min-height-100px {
  min-height: 100px;
}
.min-height-200px {
  min-height: 200px;
}
.min-height-300px {
  min-height: 300px;
}
.min-height-400px {
  min-height: 400px;
}
.min-height-500px {
  min-height: 500px;
}
.min-height-600px {
  min-height: 600px;
}
.min-height-700px {
  min-height: 700px;
}
.min-height-800px {
  min-height: 800px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.but_marg {
  margin-left: 3px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt50 {
  margin-top: 50px;
}
.v-center {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
/** TYPOGRAPHY **/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.33;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  color: #e5e5e5;
}
h1, h2, h3, h4 {
  /*! text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); */
}
h1 {
  margin-bottom: 20px;
  font-weight: 700;
}
h3 {
/*! margin-bottom: 20px; */
  /*! font-weight: 300; */
  /*! color: #32312a; */
}
h4 {
  margin: 15px 0 15px 0;
}
h5, h6 {
  margin-bottom: 0px;
  margin-top: 10px;
}

p {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  margin: 16px 0;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: .1px;  
  /*! text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); */
}
.lead {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.444;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 1px;/*! margin-bottom: 30px; */
}
.lead-times {
  color: #dedede;
}
small, .small {
  font-size: 80%;
  line-height: 2;
}
em {
/*! color: rgba(60, 34, 30,.5); */
}

/* LINKS */

1a {
color: #F0F8FF;
font-weight: 300;
}
header.marquee {
  padding: 50px 0;
  text-align: center;
  color: #fff;
  background-color: #b84d45;
  background-image: url(../assets/img/bg.png)
}
header.marquee .brand-name {
  display: block;
  font-size: 50px;
  line-height: 1
}
header.marquee h1 {
  font-size: 24px;
  line-height: 1;
  margin: 20px 0
}
header.marquee p {
  font-size: 16px;
  color: rgba(255,255,255,.8);
  line-height: 1.4
}
header.marquee p a {
  color: #fff
}
header.marquee img.logo {
  margin-bottom: 50px
}
header.marquee .btn-cta {
  margin: 20px 0 0;
  padding: 10px 15px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px
}
header.marquee .btn-cta:hover {
  color: #b84d45;
  background-color: #fff
}
/*BUTTONS*/

.btn-white {
  color: #ffffff;
  padding: 0px;
  border: 1px solid #8a8a8a;
  padding: 10px 20px;
  background-color: #8a8a8a;
}
.btn-white:hover {
  border-color: #d7d7d7;
  color: #dc322f;
  background-color: #d7d7d7;
}
.btn-white-inv {
  color: #dc322f;
  padding: 0px;
  border: 1px solid #d7d7d7;
  padding: 10px 20px;
  background-color: #d7d7d7;
}
.btn-white-inv:hover {
  border-color: #d7d7d7;
  color: #ffffff;
  background-color: #8a8a8a;
}
.btn-radius {
  padding: 14px 16px;
  margin-top: 12px;
}
/* Hyphenator */
.hyphenate {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
}
/* FORM CONTROL */

fieldset {
  border: 2px solid #8a8a8a;
  border-radius: 6px;
  padding: 30px 50px;
}
fieldset legend {
  color: #333;
  padding: 5px 10px;
  border: 2px solid #8a8a8a;
  border-radius: 6px;
}
.form-control {
  border: 2px solid #8a8a8a;
  background-color: #ffffff;
  color: #160504;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 40px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group.focus .form-control, .form-control:focus {
  border-color: #d7d7d7;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f4f6f6;
  border-color: #d5dbdb;
  color: #d5dbdb;
  cursor: default;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.form-control.form-minimal {
  border-color: transparent;
}
.form-control.form-minimal:hover {
  border-color: #bdc3c7;
}
.form-control.form-minimal:focus {
  border-color: #1abc9c;
}
.has-success .help-block, .has-success .control-label {
  color: #2ecc71;
}
.has-success .form-control {
  color: #2ecc71;
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:-moz-placeholder {
 color: #2ecc71;
 opacity: 1;
}
.has-success .form-control::-moz-placeholder {
 color: #2ecc71;
 opacity: 1;
}
.has-success .form-control:-ms-input-placeholder {
 color: #2ecc71;
}
.has-success .form-control::-webkit-input-placeholder {
 color: #2ecc71;
}
.has-success .form-control.placeholder {
  color: #2ecc71;
}
.has-success .form-control:focus {
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: #ffffff;
}
.has-warning .help-block, .has-warning .control-label {
  color: #f1c40f;
}
.has-warning .form-control {
  color: #f1c40f;
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:-moz-placeholder {
 color: #f1c40f;
 opacity: 1;
}
.has-warning .form-control::-moz-placeholder {
 color: #f1c40f;
 opacity: 1;
}
.has-warning .form-control:-ms-input-placeholder {
 color: #f1c40f;
}
.has-warning .form-control::-webkit-input-placeholder {
 color: #f1c40f;
}
.has-warning .form-control.placeholder {
  color: #f1c40f;
}
.has-warning .form-control:focus {
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #f1c40f;
  border-color: #f1c40f;
  background-color: #ffffff;
}
.has-error .help-block, .has-error .control-label {
  color: #e74c3c;
}
.has-error .form-control {
  color: #e74c3c;
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
 .has-error .form-control:-moz-placeholder {
 color: #e74c3c;
 opacity: 1;
}
 .has-error .form-control::-moz-placeholder {
 color: #e74c3c;
 opacity: 1;
}
 .has-error .form-control:-ms-input-placeholder {
 color: #e74c3c;
}
 .has-error .form-control::-webkit-input-placeholder {
 color: #e74c3c;
}
.has-error .form-control.placeholder {
  color: #e74c3c;
}
.has-error .form-control:focus {
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: #ffffff;
}
.text-danger, .text-danger:hover {
  color: #cc0000;
  font-weight: 700;
}
/* FORM - INPUT ICON */
.form-control + .input-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 37px;
  vertical-align: middle;
  font-size: 20px;
  color: #b2bcc5;
  background-color: #ffffff;
  padding: 0 12px 0 0;
  border-radius: 6px;
}
.input-hg + .input-icon {
  line-height: 49px;
  padding: 0 16px 0 0;
}
.input-lg + .input-icon {
  line-height: 41px;
  padding: 0 15px 0 0;
}
.input-sm + .input-icon {
  font-size: 18px;
  line-height: 30px;
  padding: 0 10px 0 0;
}
/* FORM - INPUT GROUP */
.input-group .input-group-btn .btn {
  margin: 0;
  box-shadow: none;
}
/* Tabs */
/*.nav-tabs > li > a {
	padding: 16px 25px 12px;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	text-transform: capitalize;
	color: rgba(53,53,53,0.65);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 4px 4px 0px 0px;
	border: none !important;
	border-bottom: 4px solid transparent !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: rgba(53,53,53,0.05);
	border-bottom: 4px solid #c67e1d !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
	outline: 0; 
	background-color: #c67e1d; 
	color: #ffffff;
}


.tab-content {
	padding-left: 0;
	padding-right: 0;
	border: none;
}*/

.tab-pane {
  padding: 10px 0;
 border-bottom: 0px solid #;
}
/* CONTENT BLOCK HOLDERS */

.content-block {
  width: 100%;
  /*! padding: 60px 0 60px 0; */
  z-index: 100;
  position: relative;
  background-color: rgba(146, 161, 200, .58);
}
.content-block-nopad {
  width: 100%;
  z-index: 100;
  position: relative;
  padding: 20px 0 20px;/*! background-color: #8a8a8a; */
}
/*.testimonials-overlay {
  background-color: rgba(6,32,51,.8);
  padding: 40px 0px 40px 0px;
}
#testimonials {
  background-image: url("../img/slider/3.jpg");
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  z-index: 1;
  display: block;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.testimonials .flexslider .slide-items img {
  width: 100px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-bottom: 20px;
}
.testimonials .flex-direction-nav a:before {
  font-family: "Ionicons";
  font-size: 40px;
  display: inline-block;
  content: '\f3d5';
}
.testimonials .flex-direction-nav a.flex-next:before {
  content: '\f3d6';
}
.testimonials .flexslider {
  margin: 0px;
}
.testimonials .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255,255,255,1);
  text-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
}
.slide-items {
  padding: 50px 40px;
}
.slide-items p {
  color: #fff;
}
.slide-items h5 {
  margin-bottom: 18px;
  color: #960f0f;
  font-weight: 600;
}
.testimonials .flexslider {
  background: rgba(0,0,0,0);
  border: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
/*************** Testimonials-Fisher ***************/


#testimonial:before {
  position: absolute;
  /*z-index: 99;*/
  background: rgba(0, 0, 0, .83);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}
.testimonial-section {
  background: url(../img/parallax/waschen_mit_absaugung.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #fff;
  text-align: center;
  position: relative;
}
.testimonials .testimonial-content img {
  width: 320px;
  height: auto;
  margin-bottom: 20px;
}
.testimonials .testimonial-content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #fff;
}
.testimonials .testimonial-content {
  position: relative;
}
.testimonials .testimonial-author {
  margin-bottom: 40px;
}
.testimonials .testimonial-author .author {
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
  font-size: 18px;
  padding-bottom: 5px;
}
.testimonials .testimonial-author .designation {
  color: #7d848c;
  margin-bottom: -30px !important;
}
.touch-slider .owl-controls.clickable .owl-buttons div:hover {
  background-color: #00afd1;
}
.touch-carousel .owl-controls.clickable .owl-buttons div:hover {
  background-color: #00afd1;
}
.testimonials-carousel .owl-controls.clickable .owl-buttons div {
  background: none;
  font-size: 40px;
  display: none;
}
.testimonials-carousel .owl-controls.clickable .owl-buttons .owl-next {
  position: relative;
  right: 0;
  z-index: 1000;
}
.testimonials-carousel .owl-controls.clickable .owl-buttons .owl-prev {
  position: relative;
  left: 0;
  top: 50%;
  z-index: 1000;
}
.testimonials .testimonial-content img {
  border: 0px solid #aaaaaa;
}
.testimonials .testimonial-author .author {
  color: rgba(229, 81, 0, .85);
}
.testimonials-carousel .owl-controls.clickable .owl-buttons div {
  color: rgba(229, 81, 0, .65);
}
.owl-theme .owl-controls .owl-page.active {
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 0px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
/* call to advice */
.cta-bg3 {
  background: #2f2f2f url(../img//logo.png) no-repeat center 26%;
  padding: 240px 0px;
  background-size: cover;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-block-start-color: rgba(160, 120, 90, .65);
  border-block-end-color: #4b3c00;
}
.cta-bg2 {
  background: rgba(243,241,240,1) url(../img/sign.png) no-repeat center;
  border-style: solid;
  border-width: 10px 0 10px 0;
  border-color: rgba(243,241,240,1);
  width: 100%;
  height: auto;
}
.cta-bg2 {
  padding-bottom: 110px;
  padding-top: 110px;
}
.cta h1 {
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
  margin-bottom: 30px;
}
.cta-bg {
  background-color: #1566c4;
  padding-top: 40px;
}
.cta-bg h2 {
  color: #ffffff;
}
.cta-bg h1 {
  color: #ffffff;
}
.content-1-4 .image-container {
  position: absolute;
  height: 100%;
  padding: 0px;
  top: 0px;
}
.content-1-4 .image-container .background-image-holder {
  background: #000 url('../img/tresor.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}
/*=================================================================
    Video Section
==================================================================*/


/*=================================================================
    Video Section
==================================================================*/


.video-bg {
    background: transparent url("../img/parallax/video-bg.jpg") no-repeat scroll center center / cover ;
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 1;
}

.modal-section {

}
.modal-dialog {
    margin:100px auto;
}
.modal-header {
    border:none;
}

.video-bg .section-title p {
    color: #fff;
}

.video-bg .vioverlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.video-popup-button {
    background-color: #0aa6bd;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 90px;
    height: 150px;
    line-height: 150px;
    margin-bottom: 80px;
    width: 150px;
    position: relative;
}
.video-popup-button i {
    margin-left: 15px;
}

.video-popup-button:hover,.video-popup-button:focus {
    background-color: transparent;
    color: #fff;
}

.video-popup-button:before {
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}

.video-popup-button:hover:before {
    opacity: 1;
}
/*!.section-title h2 {
  color: #0aa6bd; 
  font-size: 24px; 
  font-weight: 700;
   line-height: 20px; 
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase; 
}*/
.section-title p {
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
}
.section-title.white p {
  color: #7d848c;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}
.section-title.white h2 {
  color: #7d848c;
}
.line-style {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

/*.section-title h2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 72px;
  margin-left: -36px;
  background: #;
  content: "";
}
.section-title.white h2:after {
  background: #fcbd32;
}*/
.parallax {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.panel-title {
/*! text-transform: uppercase; */
}
.panel-title i {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-right: 12px;
  color: #f8f8f8;
  font-size: 23px;
  background-color: #EF4D43;
  border: 1px solid #EF4D43;
  /*! border-radius: 4px; */
  vertical-align: middle;
}
#service3 {
  text-align: center;
  background: #8a8a8a;
}
.service3 {
  text-align: left;
  margin-bottom: 15px;
}
.service3 .caption {
  text-align: center;
}
.service3 .caption h3 {
  margin: 0 0 10px;
  /*! color: #333333; */
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
}
.service3 .icon-box {
  display: inline-block;
  margin-bottom: 15px;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}
.service3 .icon-box:before {
  display: block;
  content: '';
  position: relative;
  top: 75px;
  width: 120px;
  height: 1px;
  display: block;
  margin: 0 auto;
  background-color: #4b3c00;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.service3 .icon-box .icon {
  background-color: #dc322f;
  border-radius: 5px;
  display: inline-block;
  height: 75px;
  left: 36%;
  position: relative;
  top: 12px;
  width: 75px;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
  background: #f85032;
  background: -moz-linear-gradient(45deg, #f85032 0%, #f85032 38%, #f6290c 61%, #f02f17 79%, #dc322f 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #f85032), color-stop(38%, #f85032), color-stop(61%, #f6290c), color-stop(79%, #f02f17), color-stop(100%, #dc322f));
  background: -webkit-linear-gradient(45deg, #f85032 0%, #f85032 38%, #f6290c 61%, #f02f17 79%, #dc322f 100%);
  background: -o-linear-gradient(45deg, #f85032 0%, #f85032 38%, #f6290c 61%, #f02f17 79%, #dc322f 100%);
  background: -ms-linear-gradient(45deg, #f85032 0%, #f85032 38%, #f6290c 61%, #f02f17 79%, #dc322f 100%);
  background: linear-gradient(45deg, #f85032 0%, #f85032 38%, #f6290c 61%, #f02f17 79%, #dc322f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#dc322f', GradientType=1);
}
.service3:hover .icon-box .icon {
  background-color: #41aba0;
}
.service3 .icon-box .icon i {
  color: #d7d7d7;
  font-size: 30px;
  height: 75px;
  line-height: 70px;
  text-align: center;
  width: 75px;
  display: inline-block;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
#service3 .thumbnail {
  border: 2px solid #DEDEDE;
  border-radius: 0px;
  padding: 40px 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
#service3 .thumbnail:hover {
  background-color: #41aba0;
  border: 2px solid #41aba0;
  opacity: 1;
}
.thumbnail .icon {
  font-size: 50px;
}
#service3 .thumbnail:hover .icon, #service3 .thumbnail:hover .caption h3, #service3 .thumbnail:hover .caption p {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#service3 .thumbnail img {
  padding-bottom: 30px;
}
#service3 .thumbnail .img-adjust {
  margin-top: 10px;
  position: relative;
}
#service3 .thumbnail .caption h3 {
  color: #333333;
  font-weight: 300;
  font-size: 25px;
  padding-bottom: 22px;
}
#service3 .caption p {
  line-height: 1.5;/*! font-size: 15px; *//*! color: #7e7e7e; */
}
/*---------------------------------------------------------------------------------
5. EVENTS
-------------------------------------------------------------------------------*/

.resp-vtabs li.resp-tab-active {
  border-left: 5px solid #e0b246;
}
.event-date {
  background: #78ae0f;
}
.upcome-events .event:nth-child(odd) .event-date {
  background: #456900;
}
#eventTab {
  padding: 30px 20px 35px;
}
.activities {
  margin-top: 42px;
}
.activities h5 {
  margin-bottom: 21px;
}
.upcome-events {
  padding: 20px;
}
.upcome-events h4 {
  margin-bottom: 42px;
}
.event {
  padding-bottom: 21px;
}
.event:last-child {
  padding-bottom: 14px;
}
.event-date {
  padding: 10px 25px;
  color: #FFF;
  text-align: center;
  margin-right: 14px;
}
.event-desc {
  width: 80%;
  border: 1px solid #c1c1c1;
  padding: 7px 14px;
}
.event-date {
  background: #ccaa59;
}
.upcome-events .event:nth-child(odd) .event-date {
  background: #b8860b;
}
.theme-pad {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.box {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(165,166,166,.37);
  -moz-box-shadow: 0 2px 2px rgba(165,166,166,.37);
  box-shadow: 0 2px 2px rgba(165,166,166,.37);
  overflow: hidden;
}
.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
#portfolio {
  padding: 100px 0;
}
#portfolio .block .recent-work-mixMenu {
  padding-bottom: 40px;
  text-align: center;
}
#portfolio .block .recent-work-mixMenu ul li {
  display: inline-block;
  padding: 0;
}
#portfolio .block .recent-work-mixMenu ul li button {
  background: none;
  border: 0;
  font-size: 15px;
  color: #474747;
  margin: 0 20px;
  transition: 0.2s;
  text-transform: uppercase;
}
#portfolio .block .recent-work-mixMenu ul li button:hover {
  color: #80d6a3;
}
#portfolio .block .recent-work-mixMenu ul li button:focus {
  outline: 0;
}
#portfolio .block .recent-work-mixMenu ul li .active {
  color: #80d6a3;
}
#portfolio .block .recent-work-pic ul li {
  margin-bottom: 30px;
  position: relative;
}
#portfolio .block .recent-work-pic ul li:hover .overlay {
  opacity: 1;
}
#portfolio .block .recent-work-pic ul li:hover .overlay i {
  top: 40%;
  opacity: 1;
}
#portfolio .block .recent-work-pic ul li:hover .overlay h3 {
  bottom: 50%;
  opacity: 1;
}
#portfolio .block .recent-work-pic ul li .overlay {
  position: absolute;
  top: 23px;
  left: 38px;
  bottom: 23px;
  right: 38px;
  background: rgba(128, 214, 163, 0.85);
  transition: 0.3s;
  text-align: center;
  opacity: 0;
}
#portfolio .block .recent-work-pic ul li .overlay h3, #portfolio .block .recent-work-pic ul li .overlay i {
  color: #fff;
}
#portfolio .block .recent-work-pic ul li .overlay h3 {
  bottom: 30%;
  left: 50%;
  opacity: 0;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  transition: 0.3s;
  position: absolute;
  transition-delay: 0.1s;
  transform: translateX(-50%);
}
#portfolio .block .recent-work-pic ul li .overlay i {
  top: 30%;
  opacity: 0;
  left: 50%;
  font-size: 50px;
  transition: 0.3s;
  transition-delay: 0s;
  position: absolute;
  transform: translate(-50%, 50%);
}
#portfolio .block .recent-work-pic ul li .overlay .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-detail {
  background: rgba(74,76,75,0.95);
  border-radius: 4px;
  height: 170px;
  padding: 16px;
}
.btn-outline {
  color: #FFF;
  padding: 12px 20px;
  margin: 15px 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.btn-outline:hover {
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-sm {
  padding: 5px 13px;
  font-size: 13px;
}
.btn-outline-lg {
  padding: 14px 26px;
  font-size: 15px;
}
.btn-outline-xl {
  padding: 18px 30px;
  font-size: 24px;
}
.btn-outline.outline-light, .icon.outline-light {
  color: #fae0bb;
  background: none;
  border: 2px solid #fae0bb;
}
.btn-outline.outline-light:hover, .icon.outline-light:hover {
  color: #2c3e50;
  background: #ffffff;
}
.btn-outline.outline-dark, .icon.outline-dark {
  color: #EF4D43;/*2c3e50*/
  background: none;
  border: 2px solid #110b03;/*2c3e50*/
}
.btn-outline.outline-dark:hover, .icon.outline-dark:hover {
  color: #110b03;
  background: #EF4D43;/*2c3e50*/
}
button:hover {
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-inline {
  color: #FFF;
  padding: 12px 20px;
  margin: 15px 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.btn-inline:hover {
  text-decoration: none;
  color: #ffffff;
}
.btn-inline-sm {
  padding: 5px 13px;
  font-size: 13px;
}
.btn-inline-lg {
  padding: 14px 26px;
  font-size: 15px;
}
.btn-inline-xl {
  padding: 18px 30px;
  font-size: 24px;
}
.btn-inline.inline-light, .icon.inline-light {
  color: #fae0bb;
  background: none;
  border: 2px solid #fae0bb;
}
.btn-inline.inline-light:hover, .icon.inline-light:hover {
  color: #2c3e50;
  background: #ffffff;
}
.btn-inline.inline-dark, .icon.inline-dark {
  color: #000000;
  background: #EF4D43;
  border: 2px solid #110b03;
}
.btn-inline.inline-dark:hover, .icon.inline-dark:hover {
  color: #110b03;
  background: none;
}
