/* Global Styles - zusätzliche artgeselle-Version .02 */

html,
body {
  height: 100%;
  width: 100%;
    color: whitesmoke;/* Textfarbe kontaltfeld .text-container5 zeile 726 */
    background-color: #29293d;
}
p.lead,
.lead p {
  font-size: 1.5rem;  
  font-weight: 400;
  margin-bottom: 1.4125rem; }

.article .lead p, .article .lead ul, .article .lead ol, .article .lead pre, .article .lead blockquote {
  margin-bottom: 0; }

.lead {
  font-weight: 300;
  line-height: 1.5em; }
  .lead a {
    font-style: italic;
    font-weight: 400; }
    .lead a, .lead a:hover {
      text-decoration: none; }
  .lead h1 {
    font-size: 5.5rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 1.875rem; }
  .lead h2 {
    font-size: 4.5rem;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 1.875rem; }
  .lead h3 {
    font-size: 3.5rem;
    font-weight: 400;
    margin-bottom: 1.875rem; }
  .lead h4 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 1.0rem; }
  .lead blockquote {
    padding: 10px 0 10px 20px;
    position: relative; }
  .lead ul, .lead ol, .lead pre, .lead blockquote {
    margin-bottom: 2.3125rem; }
  .lead pre {
    background: #f4f4f4;
    padding: 10px 0 10px 24px; }
.features14 {
  overflow: hidden; }
  .features14 .card-block {
    position: relative; }
  .features14 .table-cell-lg:nth-child(2) {
    z-index: 1; }
  .features14 .card-img:after, .features14 .card-img:before {
    box-sizing: border-box; }
  .features14 .card-img {
    max-width: 320px;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px; }
    .features14 .card-img img {
      max-width: initial;
      height: 100%; }
  .features14 .mbr-embedded-video {
    width: 100%; }
  .features14 .btn {
    margin-bottom: 1.5rem; }
  .features14 .mbr-iconfont.mbr-iconfont-btn {
    font-size: 18px;
    padding-right: 0; }
  .features14 .mbr-section-subtitle {
    text-transform: uppercase; }
  .features14 .mbr-section-subtitle,
  .features14 .mbr-section-text {
    color: #2c3e50; }
  .features14 .card .card-number {
    position: absolute;
    z-index: 0;
    top: -80px;
    left: -200px;
    line-height: 1;
    font-size: 420px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    text-align: right;
    color: rgba(0, 0, 0, 0.051); }

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,700);

/*!

#menu-1 .navbar-caption {
  color: #d9d9d9;
}

 */




a {
    color: greenyellow;
    text-decoration: none;
}







body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Ubuntu', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Ubuntu', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Ubuntu', sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/* ==========================================================================
   Call To Action Section  width: 100%;
   ========================================================================== */
.cta_section{
    background-image: url(../x7/x7_logo/07_06_reddice+gromit_100.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 0;
    background-size: cover;
    padding: 0px 0;
    
}
.cta_section .cta_content h2{
    color: #fff;
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 15px;
}
.cta_section .cta_content p{
    color: #ddd;
}
.pro_cta_content{}
.pro_cta_content h2{}
.pro_cta_content p{
    margin-bottom: 30px;
}

.mbr-section {
  position: relative;  
  padding-top: 120px;
  padding-bottom: 120px;
  
 
  background-position: 50% 50%;
  /*! 
 */
  background-repeat: no-repeat;
  background-size: cover; }

.mbr-section-full {
  display: table;
  height: 100vh;
  padding-bottom: 0;
  padding-top: 0;
  table-layout: fixed;
  width: 100%; }
  .mbr-section-full > .mbr-table-cell {
    width: 100%; }

.mbr-section-small {
  padding-top: 60px;
  padding-bottom: 60px; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
  .mbr-overlay ~ * {
    z-index: 2; }

/*!
 dazu arrows fliegen nach oben..
 */
.arrow2{
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.arrow2 span{
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    transform: rotate(45deg);
    margin: -2px;
    animation: animate 2s infinite;
}
.arrow2 span:nth-child(2){
    animation-delay: -0.5s;
}
.arrow2 span:nth-child(3){
    animation-delay: -1.4s;
}
.arrow2 span:nth-child(4){
    animation-delay: -0.6s;
}
.arrow2 span:nth-child(5){
    animation-delay: -2.8s;
}
.arrow2 span:nth-child(5){
    animation-delay: -1.2s;
}
.arrow2 span2{
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg);
    margin: -2px;
    animation: animate 9s infinite;
}
.arrow2 span2:nth-child(2){
    animation-delay: -0.7s;
}
.arrow2 span2:nth-child(3){
    animation-delay: -1.0s;
}
.arrow2 span2:nth-child(4){
    animation-delay: -0.6s;
}
.arrow2 span2:nth-child(5){
    animation-delay: -2.2s;
}
.arrow2 span2:nth-child(5){
    animation-delay: -1.2s;
}








.arrow{
    position: absolute;
    top: 98%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.arrow span{
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg);
    margin: -2px;
    animation: animate 5s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.5s;
}
.arrow span:nth-child(3){
    animation-delay: -1.4s;
}
.arrow span:nth-child(4){
    animation-delay: -0.6s;
}
.arrow span:nth-child(5){
    animation-delay: -2.8s;
}
.arrow span:nth-child(5){
    animation-delay: -1.2s;
}
.arrow span2{
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    transform: rotate(45deg);
    margin: -2px;
    animation: animate 7s infinite;
}
.arrow span2:nth-child(2){
    animation-delay: -0.7s;
}
.arrow span2:nth-child(3){
    animation-delay: -1.0s;
}
.arrow span2:nth-child(4){
    animation-delay: -0.6s;
}
.arrow span2:nth-child(5){
    animation-delay: -2.2s;
}
.arrow span2:nth-child(5){
    animation-delay: -1.2s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
}
/*!
 dazu arrows fliegen nach oben..E N D E
 */
.trenner-schatten {
box-shadow: 1px 1px 11px 6px rgba(0,0,0,0.4);
 padding-top: 20px;
    padding-bottom: 20px;
}

body #wrapper .background00{
	box-shadow: 1px 1px 11px 6px rgba(0,0,0,0.4);
    /* 
    background-position: center center;
   */

    background-repeat: repeat;
    background-attachment: fixed;
	background-image:url(../images/nikhuber4.jpg);
	background-size:auto;
	padding-top:30px;
    padding-bottom:0px;
	}

.artgeselle2 {


width: 30px;
height: 30px;
overflow: hidden;
background: url(../images/tshirt_200x200.jpg) bottom right no-repeat;
z-index: 200;
}

.artgeselle2 a {

color: #f40;
}

.container {
  position: relative; }

/*-----------------------------------------------------------------------------------*/

.button {
    background-color: #666666;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 5px 5px #313131, 0 9px 0 #393939, 0 9px 10px rgba(0, 0, 0, 0.4), 0 2px 9px rgba(255, 255, 255, 0.2) inset, 0 -2px 9px rgba(0, 0, 0, 0.2) inset;
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 20px;
    margin-bottom: 40px;
    padding: 12px 20px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.button:hover {
    box-shadow: 0 5px 5px #313131, 0 9px 0 #393939, 0 9px 10px rgba(0, 0, 0, 0.4), 0 2px 15px rgba(255, 255, 255, 0.4) inset, 0 -2px 9px rgba(0, 0, 0, 0.2) inset;
    background:url(../images/hover_45.png) 12px 4px no-repeat;
}

.button:active {
    box-shadow: 0 2px 0 #393939, 0 4px 4px rgba(0, 0, 0, 0.4), 0 2px 5px rgba(0, 0, 0, 0.2) inset;
    top: 7px;
}


/* __________ Buttons __________ */
.btn {
	display:inline-block;
	margin: 0 3px 5px 0;
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	border:2px;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 0;
	box-shadow: none;
	text-transform:none;
	font-weight: 400;
	line-height: 20px;
	font-size: 13px;
	color:#fff;
	text-shadow: none;
	border-radius: 5px 5px 20px 5px;
	background:#B9282B;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:hover {
	color:#fff;/*  */
	/* 
    background-color:#B9282B; */
 background:url(../images/hover_45.png) 12px 4px no-repeat;
  
}

.btn-active:hover {
    background:#f00; color:#222;
	
    box-shadow: inset 3px 5px 12px 2px  #222; 
    /*background-color:#B9282B;  */ 

}
/* 
.btn-active:hover {background:#B9282B; color:#fff;} */
.btn-active {color:#f00;
	background-color:#222;
    box-shadow: inset 3px 5px 12px 3px  #000; }
.btn-white {background-color:#fff; color:#B9282B;}
.btn-white:hover {background-color:#fe5252; color:#fff;}

.btn-lg {
    padding-left: 8px;
    padding-right: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size:18px; font-weight: 800;}
.btn-sm {padding: 6px 20px 5px; font-size:12px;}
.btn-xs {padding: 2px 15px 3px; font-size:11px;}


.btn-active2 {/*box-shadow: inset 1px 4px 42px 1px rgba(255,255,67, 0.2);  */
	color:#fec;
	background-color:rgba(0,4,67, 0.2);
   border-radius: 4px 4px 20px 4px;
  box-shadow: inset 9px 5px 12px 5px rgba(255,255,255, 0.1);
     
    
    margin: 0 3px 5px 0;
	padding: 6px 10px;
}
.btn-active2:hover 
{border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); 
    background-color:rgba(0,4,67, 0.2);
    box-shadow: inset 2px 1px 7px 1px #000;
    background:url(../images/hover_45.png) 12px 4px no-repeat;
}
.btn-active-3 {/*box-shadow: inset 1px 4px 42px 1px rgba(255,255,67, 0.2); background-color:rgba(0,4,67, 0.2); */
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2); 
    color:#0cc;
	background-color:#0cc;
   border-radius: 8px 8px 8px 8px;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0, 0.3);
    /*
    background:url(../images/hover_5.png) 12px 4px no-repeat;
   */
    border-radius: 8px 8px 8px 8px;
    color:#fff;
  text-transform:none;
	font-weight: 600;
	line-height: 20px;
	font-size: 16px;   
    
    margin: 4px 4px 4px 4px;
    padding: 6px 6px 6px 6px;
	}
.btn-active-3:hover 
{
  border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); 
    transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background-color:rgba(255,255,255, 0.9);
    box-shadow: inset 2px 1px 7px 1px #000;
    color:#0cc;
}

/*-----------------------------------------------------------------------------------*/

.text000 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
  color: #000;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}






.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}

/* Side Menu */



#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */

.logo-container{
    text-align: center;
    font-size: 31px;
    color: #fff;
    font-weight: 200;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
   /* 
background: rgba(0,0,0,0.5);
 */

}

.text-container{
    text-align: center;
    font-size: 18px;
    color: #d0c6ab;
    text-transform: none;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    
   
   padding-bottom: 10px;
   padding-top: 10px;

}

.text-container1{
    text-align: center;
    font-size: 31px;
    color: #253389;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
   background: rgba(0,0,0,0.5);
   padding-bottom: 10px;
   padding-top: 10px;

}

.text-container2{
    text-align: center;
    font-size: 31px;
    color: #d0c6ab;
    text-transform: none;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
   background: rgba(0,0,0,0.5);
   padding-bottom: 10%;
   padding-top: 10%;

}
.text-container3{
    text-align: center;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
   
   padding-bottom: 4px;
}

.text-container4{
    text-align: right;
    font-size: 14px;
    color: #cc0000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
   background: #000;
   padding-bottom: 34px;
}
.text-container5{
    text-align: center;
    font-size: 20px;
    color: whitesmoke;
    text-transform: none;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    margin-top: 28px;
   padding-bottom: 4px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #dddddd;
    }
 .mbr-company .card-block {
    background: none;
    padding: 0; }
  .mbr-company .card-text {
    color: #acacac;
    font-size: 0.875rem;
    margin-bottom: 1.57rem; }
  .mbr-company .list-group {
    display: block; }
.mbr-company .list-group-item {
    background: none;
    color: #f60;
    border: 0;
    display: table;
    padding: 0;
    padding-bottom: 1.375rem;
    width: 100%; }

.img-list{
  
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 1.00em;
  color: #fff;
  margin-top: 0px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  
  letter-spacing:  1px;
  
  
}

.img-list-end{
  
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 1.00em;
  color: #fff;
  margin-top: 0px;
  margin-left: 40px;
  padding-top: 5px;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing:  1px;
  
  
}

.img-full {
  min-width: 100%;
 
}

.img-logo {
  margin-right: 5px;
  margin-top: -20px;
}

.img-text {
  margin-right: 0px;
  margin-top: -10px;
  font-size: 31px;
}

.img-text2 {
  margin-right: 20px;
  margin-top: -10px;
  font-size: 18px;
}


.img-margin {
  
  margin-right: 0px;
  margin-top: -15px;
  font-size: 14px;
}

/* Intro */

.intro {
  padding: 5px 0;
  /*background: rgba(0,0,0,0.5); */
}

/* Services */
.servicesstart {
  display: table;
  height: 100%;
  width: 100%;
   
  
  background: url(../x7/x7_1920x1200/010_nori_ecke.jpg) no-repeat fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.services {
  background: #152c3f;
  padding: 50px 0;
  color: #fff;
}


.services1 {
  background: #d0c6ab;
  padding: 0px 0;
  color: #253389;
 box-shadow: 0.2em 0.2em 0.7em black, inset 0 0 0.3em 0.3em rgba(0,0,0,0.6);
  margin-right: 34px;
  margin-left: 34px; 

}

.services2 {
  background: url(../x7/x7_bg/bg_30.jpg) no-repeat  fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  background-color: rgb(0, 0, 0) 0.6;
  height: 100%;
  box-shadow:inset 0 0 0.3em 0.3em rgba(0,0,0,0.6);
    /* 
  margin-right: 14px;
  margin-left: 14px;  
   */
  
}
.services3 {
  background: url(../x7/x7_1920x1200/05_1920x1200.jpg) no-repeat  fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  background-color: rgb(0, 0, 0) 0.6;
 
  
    /* box-shadow:inset 0 0 0.3em 0.3em rgba(0,0,0,0.6);
  margin-right: 14px;
  margin-left: 14px;  
   */
  
}
.services4 {
  background: url(../x7/x7_bg/bg27+.jpg) no-repeat  fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  background-color: rgb(0, 0, 0) 0.6;
 
  
    /* box-shadow:inset 0 0 0.3em 0.3em rgba(0,0,0,0.6);
  margin-right: 14px;
  margin-left: 14px;  
   */
  
}
.services2schopp {
  background: url(../x7/x7_bg/slide1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  background-color: rgb(0, 0, 0) 0.6;

  box-shadow:inset 0 0 0.3em 0.3em rgba(0,0,0,0.6);
  margin-right: 14px;
  margin-left: 14px;  
    
  
}
.services13 {
   
    background: url(../x7/x7_bg/slide1.jpg) no-repeat  fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  background-color: rgb(0, 0, 0) 0.6;
 
  
    /*background: url(../x7/x7_bg/bg_29.jpg) no-repeat  fixed;
    box-shadow:inset 0 0 0.3em 0.3em rgba(0,0,0,0.6);
  margin-right: 14px;
  margin-left: 14px;  
   */
  
}

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

/* Callout */
.callout10 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_callout/callout10+.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.callout1 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
background: url(../x7/x7_bg/bg_31.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.callout2 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
 background: url(../x7/x7_callout/callout11+.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.callout3 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_callout/callout3.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.callout4 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_callout/callout4.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.callout5 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_callout/rs-slide-8.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.callout6 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_callout/callout6.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.callout7 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_callout/bg_30.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.callout8 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_callout/bg_31.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.callout9 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_port/B1200/014.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.callout9blur {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_port/B1200/014+.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    
}
.callout12 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_port/B1200/039.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 25px;
}
.portfolio-item-000 {
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 5px;
  background: rgba(255,255,255,0.9);
-webkit-box-shadow: inset 0px 0px 15px 0px #000000; 
box-shadow: inset 0px 0px 15px 0px #000000;
}
.portfolio-item-lightskyblue {
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 5px;
    background-color: lightskyblue
}
.portfolio-item-kawasaki {
 margin-bottom: 25px;
 border-radius: 5px;
 background-color: greenh
}
.portfolio-item-whitesmoke {
 margin-bottom: 25px;
 border-radius: 5px;
 background-color: whitesmoke
}
.img-portfolio {
  margin: 0 auto;
  box-shadow: 0.3em 0.3em 0.7em rgba(0,0,0,0.6);
  border-radius: 5px;  
}
.img-portfolio2 {
  margin: 0 auto;
  box-shadow: 0.3em 0.3em 0.7em rgba(0,0,0,0.6);
  border-radius: 25px;  
}

/* Call to Action */

.call-to-action {
  color: #ffffff;
  background: #000;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

/* Map */

.map {
  height: 500px;
}

/* Footer */

footer {
  padding: 0px 0;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}
/* Responsive */
/*
@media (max-width: 768px) {
	 
  .header {
	background: url(../x7/x7_bg/bg4.jpg) no-repeat center center scroll; 
  } 
 .header {
	position: relative;
  background: url(../x7/45_1920x1080_farbi_00/07+2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  }
  .callout {
	background: url(../img/callout5.jpg) no-repeat center center scroll; 
  }*/
.image-size {
  vertical-align: middle;
  margin: auto;
  text-align: center; }
  .image-size .mbr-figure {
    padding-top: 3px; }

@media (max-width: 768px) {
  .image-size {
    width: 25% !important;  }


}
