

body {
  background: #ffffff;
  font-family: 'Raleway2', sans-serif;
  font-size: 16px;
  color: #606060;
  position: relative;
}
html, body {
  width: 100%;
  overflow-x: hidden;
}
h1,h2,h3 { font-weight: 300; color: #5f5f5f; }
p { line-height: 28px; }
hr {
  border-color: #f2f2f2;
  width: 100px;
  margin-bottom: 40px;
}
.title {
  color: #303030;
  font-size: 40px;
  padding-bottom: 40px;
  text-transform: uppercase;
}

/* START NAVIGATION */
.sticky-navigation { opacity: 0; }
.navbar-default {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  margin: 0;
  padding: 0;
}
.navbar-default .navbar-brand {
  color: #212227;
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  padding: 10px 0 0 12px;
}
.navbar-default .navbar-nav li a {
  color: #202020;
  font-size: 13px;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: 1px;
}
.navbar-default .navbar-nav li a:hover { color: #bd9768; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #bd9768;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #bd9768;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #bd9768;
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* END NAVIGATION */

/* START HOME */
.templatemo-home {
  background: url('../images/home-bg2.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  color: #5f5f5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;  
  height: 100vh;
}
.tm-home-title,
 .tm-home-subtitle {
  text-transform: uppercase;
  text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
 }
.tm-home-title { 
	font-size: 55px; 
	color: #5f5f5f;
}
.tm-home-subtitle {
  color: #bd9768;
  font-weight: bold;
  padding-bottom: 40px;
  letter-spacing: 2px;
}
.tm-view-more-btn {
  background: #BD9768;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  padding: 15px 50px;
  box-shadow: 0 2px 6px 0 rgba(50, 50, 50, 0.75);
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.tm-view-more-btn:hover {
  background: #ccc;
  color: ##5f5f5f;
  border-radius: 2px;
}
/* END HOME */

/* START WORK */
.tm-padding-top-bottom-100 {
  padding-top: 40px;
  padding-bottom: 100px;
}
.tm-work-h3 {
  color: #eb5424;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.work-wrapper {
  border: 1px solid #666;
  border-radius: 2px;
  text-align: center;
  padding: 80px 40px 80px 40px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.work-wrapper:hover { border-color: #eb5424; }
.work-wrapper .fa {
  color: #888888;
  font-size: 60px;
  padding-bottom: 40px;
}
/* END WORK */

/* START PORTFOLIO */
.tm-portfolio {
  background: #f8f8f8;
  padding-top: 80px;
}
.tm-portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.tm-portfolio .col-md-3,
 .tm-portfolio .col-sm-3 {
  padding: 0;
  margin: 0;
}
.tm-portfolio-title {
  text-align: center;
  text-transform: uppercase;
}
.portfolio-item-title {
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}
.portfolio-thumb {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.portfolio-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  color: #ffffff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;  
  padding: 0 40px;
  text-align: center;
  position: absolute;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.portfolio-thumb:hover .portfolio-overlay {
  opacity: 0.8;  
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
}
.portfolio-overlay .fa {
  border: 1px solid #666;
  border-radius: 0;
  color: #666;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin-right: 6px;
  margin-bottom: 10px;
}

/* FILTER CSS */
.filter-wrapper {
  width: 100%;
  margin: 0 0 24px 0;
  overflow: hidden;
  text-align: center;
}
.filter-wrapper li {
  display: inline-block;
  margin: 4px;
}
.filter-wrapper li a {
  color: #999999;
  padding: 8px 17px;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:focus,
 .filter-wrapper li a:hover,
 .filter-wrapper li a.selected {
  background: #BD9768;
  border-color: transparent;
  color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.75)
}

/* ISOTOPE BOX CSS */
.iso-box-section { width: 100%; }
.iso-box-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}
.iso-box {
  position: relative;
  min-height: 50px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
  height: auto;
}
/* END PORTFOLIO */

/* START RESUME */
.tm-red-text { color: #bd9768; text-shadow: 0 1px 0px rgba(255, 255, 255, 1); }
.tm-info-label {
  font-weight: bold;
  display: inline-block;
  width: 90px;
}
.tm-progress {
  background: #fff;
  border-radius: 2px;
  height: 4px;
}
.progress-bar-danger { background: #eb5424; }
.tm-progress-label {
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  text-transform: uppercase;
}
.progress-percent-small {
  display: block;
  float: right;
  padding-right: 80px;
}
/* END RESUME */

/* START ABOUT */
.tm-about {
  /*background: url('../images/about-bg.jpg');*/
  background: url('../images/about-bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 100px;
}
/* END ABOUT */

/* START SOCIAL */
.tm-social {
  text-transform: uppercase;
}
.tm-social .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.tm-social .col-md-4 {
  padding: 0;
  margin: 0;
}
.facebook:hover {
  background: #3b5998;
}
.twitter:hover {
  background: #ccc;
}
.pinterest:hover {
  background: #ccc;
}
.facebook { background: #BD9768; } /*eb5424*/
.twitter { background: #606060; }
.pinterest { background: #BD9768; }
.media {
  padding: 80px 40px 80px 40px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.tm-social a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}
.tm-social .media .fa {
  background: #ffffff;
  border-radius: 2px;
  color: #707070;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 20px;
}
.tm-social-title {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
/* END SOCIAL */

/* START CONTACT */
.tm-contact {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}
.form-control {
  background: transparent;
  border: 1px solid #666;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}

.form-control2 {
  height: 50px;
  background: #BD9768;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border: 0px solid #eb5424;
  border-radius: 20px;
  box-shadow: 0 2px 6px 0 rgba(50, 50, 50, 0.75);
  margin-bottom: 10px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}

.form-control2:hover {
	background: #ccc;
	color: ##5f5f5f;
	border-radius: 2px;
}

.form-control:focus,
 .form-control:hover {
  background: #BD9768;
  color: #ffffff;
}
input { height: 15px; }
.tm-contact p { padding-top: 40px; }
/* END CONTACT */

@media screen and (max-device-width: 1024px){
  .templatemo-home {
    background-attachment: scroll;
  }
}

/* START MEDIA 980 */
@media screen and (max-width:980px){
  .portfolio-overlay  { padding-top: 10px; }
}
/* END MEDIA 980 */

@media screen and (max-width: 767px) {
  .tm-home-title { font-size: 40px; }
}

/* START MEDIA 360 */
@media screen and (max-width:360px){
  .navbar-default .navbar-brand {  padding-top: 2px; }
}
/* END MEDIA 360 */



/*  tm- css */
.tm-team .team-title {
  background: url('../images/team-title-bg2.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tm-team .media {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.75);
          box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.75);
  position: relative;
  bottom: 40px;
  margin-bottom: 50px;
}

/* tm-css end */


/* home section */  
.tm-home {
  background: url('../images/home-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding-top: 180px;
  padding-bottom: 180px;
}
.tm-home-logo {
	font-size: 64px;
	color: #eb5424;
}
.tm-home-header {
  font-size: 48px;
  font-style: normal;
}
.tm-home .btn {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  width: 140px;
  height: 60px;
  margin-top: 60px;
  padding: 20px 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.tm-home .btn:hover { background: #a4c639; }

/* home section2 */  
.tm-home2 {
  background: url('../images/about-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding-top: 180px;
  padding-bottom: 180px;
}
.tm-home2-logo {
	font-size: 45px;
	color: #bd9768;
	text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}
.tm-home2-header {
  font-size: 45px;
  font-style: normal;
  color: #bd9768;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}
.tm-home2 .btn {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  width: 140px;
  height: 60px;
  margin-top: 60px;
  padding: 20px 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.tm-home2 .btn:hover { background: #a4c639; }

/* social icons section */

/* home section3 */
.tm-home3 {
  background: url('../images/about-bg2.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding-top: 180px;
  padding-bottom: 180px;
}
.tm-home3-logo {
	font-size: 45px;
	color: #eb5424;
	text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
}
.tm-home3-header {
  font-size: 45px;
  font-style: normal;
  color: #eb5424;
  text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
}
.tm-home3 .btn {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  width: 140px;
  height: 60px;
  margin-top: 60px;
  padding: 20px 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.tm-home3 .btn:hover { background: #a4c639; }

/* social icons section */

/* home section4 */  
.tm-home4 {
  background: url('../images/finanzierung_vrct.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding-top: 180px;
  padding-bottom: 180px;
}
.tm-home4-logo {
	font-size: 45px;
	color: #eb5424;
	text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
}
.tm-home4-header {
  font-size: 45px;
  font-style: normal;
  color: #eb5424;
  text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
}
.tm-home4 .btn {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  width: 140px;
  height: 60px;
  margin-top: 60px;
  padding: 20px 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.tm-home4 .btn:hover { background: #a4c639; }

/* social icons section */

/* home section5 */  
.tm-home5 {
  background: url('../images/finanzierung_vrct.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding-top: 180px;
  padding-bottom: 180px;
}
.tm-home5-logo {
	font-size: 45px;
	color: #eb5424;
	text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
}
.tm-home5-header {
  font-size: 45px;
  font-style: normal;
  color: #eb5424;
  text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
}
.tm-home5 .btn {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  width: 140px;
  height: 60px;
  margin-top: 60px;
  padding: 20px 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.tm-home5 .btn:hover { background: #a4c639; }

/* social icons section */

/* home section6 */  
.tm-home6 {
  background: url('../images/finanzierung_vrct.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding-top: 180px;
  padding-bottom: 180px;
}
.tm-home6-logo {
	font-size: 45px;
	color: #eb5424;
	text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
}
.tm-home6-header {
  font-size: 45px;
  font-style: normal;
  color: #eb5424;
  text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
}
.tm-home6 .btn {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  width: 140px;
  height: 60px;
  margin-top: 60px;
  padding: 20px 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.tm-home6 .btn:hover { background: #a4c639; }

/* social icons section */

/* home section7 */  
.tm-home7 {
  background: url('../images/finanzierung_vrct.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding-top: 180px;
  padding-bottom: 180px;
}
.tm-home7-logo {
	font-size: 45px;
	color: #eb5424;
	text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
}
.tm-home7-header {
  font-size: 45px;
  font-style: normal;
  color: #eb5424;
  text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
}
.tm-home7 .btn {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  width: 140px;
  height: 60px;
  margin-top: 60px;
  padding: 20px 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.tm-home7 .btn:hover { background: #a4c639; }

/* social icons section */

/* home section8 */  
.tm-home8 {
  background: url('../images/finanzierung_vrct.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding-top: 180px;
  padding-bottom: 180px;
}
.tm-home8-logo {
	font-size: 45px;
	color: #eb5424;
	text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
}
.tm-home8-header {
  font-size: 45px;
  font-style: normal;
  color: #eb5424;
  text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
}
.tm-home8 .btn {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  width: 140px;
  height: 60px;
  margin-top: 60px;
  padding: 20px 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.tm-home8 .btn:hover { background: #a4c639; }

/* social icons section */

/* home section9 */  
.tm-home9 {
  background: url('../images/finanzierung_vrct.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding-top: 180px;
  padding-bottom: 180px;
}
.tm-home9-logo {
	font-size: 45px;
	color: #eb5424;
	text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
}
.tm-home9-header {
  font-size: 45px;
  font-style: normal;
  color: #eb5424;
  text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
}
.tm-home9 .btn {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  width: 140px;
  height: 60px;
  margin-top: 60px;
  padding: 20px 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.tm-home9 .btn:hover { background: #a4c639; }

/* social icons section */

/* home section10 */  
.tm-home10 {
  background: url('../images/finanzierung_vrct.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding-top: 180px;
  padding-bottom: 180px;
}
.tm-home10-logo {
	font-size: 45px;
	color: #eb5424;
	text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
}
.tm-home10-header {
  font-size: 45px;
  font-style: normal;
  color: #eb5424;
  text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
}
.tm-home10 .btn {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  width: 140px;
  height: 60px;
  margin-top: 60px;
  padding: 20px 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.tm-home10 .btn:hover { background: #a4c639; }

/* social icons section */

/* home section11 */  
.tm-home11{
  background: url('../images/finanzierung_vrct.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding-top: 180px;
  padding-bottom: 180px;
}
.tm-home11-logo {
	font-size: 45px;
	color: #eb5424;
	text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
}
.tm-home11-header {
  font-size: 45px;
  font-style: normal;
  color: #eb5424;
  text-shadow: 0 3px 4px rgba(255, 255, 255, 1);
}
.tm-home11 .btn {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  width: 140px;
  height: 60px;
  margin-top: 60px;
  padding: 20px 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.tm-home11 .btn:hover { background: #a4c639; }

/* social icons section */

.tm-icons .media .media-heading { padding-bottom: 10px; }

.tm-icons .tm-icon-1{
  background-image: url("../texture/wood.jpg");
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.75);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.75);
  cursor: pointer;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: -40px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}

.tm-icons .tm-icon-2{
  background-image: url("../texture/alu.jpg");
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.75);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.75);
  cursor: pointer;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: -40px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}

.tm-icons .tm-icon-3 {
  background-image: url("../texture/kunststoff.jpg");
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.75);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.75);
  cursor: pointer;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: -40px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.tm-icons a {
  border: 4px solid #5f5f5f;
  border-radius: 50%;
  color: #202020;
  font-size: 24px;
  padding: 24px;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(50, 50, 50, 0.75);
}
.tm-icons .tm-icon-1 { border-left: 4px solid #5f5f5f; }
.tm-icons .tm-icon-1,
.tm-icons .tm-icon-2 {
  border-right: 1px solid #f9f9f9;
}
.tm-icons .tm-icon-1:hover { background: #BD9768; }
.tm-icons .tm-icon-2:hover { background: #BD9768; }
.tm-icons .tm-icon-3:hover { background: #BD9768; }



/* portfolio section */
.tm-portfolio {
  background: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding-top: 80px;
  padding-bottom: 80px;
  }
.tm-portfolio img {
  width: 100%;
}

.container2{
  margin-left: auto;
  margin-right: auto;
  width: 1170px;
}

/*menü dropdown */
#menu {
  font-size:14px;
  position:absolute;  
}

#menu ul {
  list-style-type:none;
  list-style-image:none;
  margin:0px;
  padding:0px;
}

#menu li.topmenu {
  float:left;
}

.topmenu a {
  float:left;
  width:110px;
  text-align:center;
}

.topmenu ul{
  display:none;
}

.topmenu a, .smoothScroll a{
  padding:1px 5px;
  border:1px solid #C37000;
  border-collapse:collapse;
  color:#C37000;
  font-weight:bold;
  text-decoration:none;
  background-color:#7F4800;
  margin:0;  
}

.smoothScroll a{
  font-size:12px;
  width:110px;
  position:relative;
  clear:both; /* special IE6 */
}

#menu a:hover, .topmenu.on a {
  color:#4C4C4C;
  background-color:#ffddbb !important;
}

.topmenu:hover ul {
  display:block;  
  z-index:500;
}

/* CoreSecure.de */

.wall {
	background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
	padding: 20px;
	transition: all 0.6s ease-in 0s;
}

.wall:hover {
	background: rgba(255, 255, 255, 0.10) none repeat scroll 0 0;
	padding: 20px;
}
/*
ul.nav li.dropdown:hover ul.dropdown-menu{
	display: block;
	margin-top:0px
}
*/

.colorwhite {
	color: #FFFFFF;
}
