body {  
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Source Sans Pro', sans-serif;  
  font-size: 14px;
  line-height: 160%;
  color: #333;
  overflow-x: hidden;
  font-weight: 300;
}

.container {
  /*max-width: 1000px;*/
  /*max-width:1240px;*/

  padding-right:35px;
  padding-left:35px;
}

.col-lg-1, .col-lg-10,
.col-lg-11, .col-lg-12,
.col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5,
.col-lg-6, .col-lg-7,
.col-lg-8, .col-lg-9,
.col-md-1, .col-md-10,
.col-md-11, .col-md-12, .col-md-2,
.col-md-3, .col-md-4,
.col-md-5, .col-md-6,
.col-md-7, .col-md-8,
.col-md-9, .col-sm-1,
.col-sm-10, .col-sm-11,
.col-sm-12, .col-sm-2,
.col-sm-3, .col-sm-4,
.col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8,
.col-sm-9, .col-xs-1,
.col-xs-10, .col-xs-11,
.col-xs-12, .col-xs-2,
.col-xs-3, .col-xs-4,
.col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8,
.col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
}

p {
  margin: 0 0 20px 0;
  font-size:1.8rem;
  line-height: 1.6;
  color:#333;
}

h1,
.h1 {
  font-size: 18px;
  color: #0f3192;
}

h2,
.h2 {
  font-size: 3rem;
  font-weight: 500;
  color:#595aa5;
  margin-top:20px;
  margin-bottom:3rem;
}

h3,
.h3 {
  font-size: 1.8rem;
  font-weight:500;
  color: #333;
  margin-top:10px;
  margin-bottom:10px;
}

h4,
.h4 {
  font-size: 1.7rem;
  font-weight:600;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
}

.nt {
  color: #2f6f9f;
}

a {
  color: #595aa5;
}

a:hover {
  color: #595aa5;
  text-decoration: none;
}

a.button,
.button > a {
  background-color: #595aa5;
  color:#ffffff;
  /*padding: 10px 20px 8px;*/
  margin:0;
  padding: 4px 8px;
  border-radius:3px;
  font-size:1.5rem;
  font-weight: normal;
}
a.button:hover,
.button > a:hover {
  color:#ffffff;
  background-color: rgba(0,119,206,.8);
}
a.external::after {
  font:normal normal normal 14px/1 FontAwesome;
  content: "\f08e";
  margin-left:12px;
}

.video > div {
  position:relative;
}
.video > div::before {
  position: absolute;
  font:normal normal normal 8rem/1 FontAwesome;
  content: "\f144";
  left:44%;
  top:35%;
  color:rgba(255,255,255, 0.5);
}
.video > div:hover {
  cursor: pointer;
}

.video > div:hover::before {
  color:rgba(255,255,255, 0.94);
}

ul.links.inline {
  padding: 0;
}

ol,
ul {
  padding-left: 20px;
}

ul.links.inline li {
  list-style: none;
}


.block {
  margin-bottom: 12px;
}

.region-content {
  padding: 10px 2px;  
}

.block h2.blocktitle {
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
  color:#333;
  margin-bottom: 3.5rem;
  margin-left: 2px;
}

.block header {
  margin-bottom:20px;
}

.block header h2 {
  /*text-transform: uppercase;*/
  font-weight: 500;
  font-size:4rem;
  margin:10px 26px 30px;
  text-align:center;
}
.block header p {
  font-size:1.8rem;
  margin:10px 26px 20px;
}
.block-language {
    float:right;
    margin:0;
    padding-top:9px;
    padding-right:20px;
}
.front-page .block-language {
    padding-top:20px;
}
.block-language ul {
    list-style-type: none;
    margin:0:
}
.block-language ul li {
    display:inline-block;
}
.block-language ul li a {
    text-transform: uppercase;
}
.block-language ul li:first-child:after {
  content: '/';
  display:inline-block;
  padding: 0 5px;
}



.main-header {
  position: relative;
  padding-top:48px;
}

.main-header nav {
  background: #fff;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 200;
  min-height: auto;
}
.main-header > nav {
    position:fixed;
    z-index:202;
    -webkit-box-shadow: 0 1px 5px -1px rgba(32,18,58,.24);
    -moz-box-shadow: 0 1px 5px -1px rgba(32,18,58,.24));
    box-shadow: 0 1px 5px -1px rgba(32,18,58,.24);
}
.toolbar-horizontal .main-header {
  padding-top: 0;  
}
.toolbar-horizontal .main-header > nav {
    position: static;
}

.main-header nav.topnav.navbar-default {
    border-bottom: 0px !important;
}

.main-header .region {
  position: relative;
  z-index: 2;
}

.main-header nav.block {
  margin: 6px 0 0 0;
}

/*Region Header*/

.site-branding {
  margin: 0;
}

.brand.logo {
  margin-right: 5px;
  position: absolute;
  top:4px;
  left:0;
}
.brand.logo > a {
  display:block;
  background-color: #fff;
  padding:10px;
}
.brand.logo img {
  width: 80px;
  margin:0px;
}
.sticky .brand.logo > a {  
  padding:8px;
  transition: padding 1s;
}
.sticky .brand.logo img {
  width: 32px;  
  padding:0;
  margin-left:10px;
  transition: width 1s;
}

.region-header .brand {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  padding: 0px 0;
  margin-bottom:-2px;
}

.site-name a {
  font-size: 18px;
  font-weight: 500;
  color: #428bca;
}

.region-header .site-branding__slogan {
  font-size: 10px;
  color: #428bca;
}

/*Banner*/

.slideshow {
  text-align: center;
  line-height: 160%;
}

.slideshow h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}


/* Front page */

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

/* Make equal height */
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.front-page #wrapper {
  padding-top:0px;
}
.front-page .row.ueber {
  margin:0 50px;
}
.front-page .row.ueber > div {
  margin-bottom:20px;
}

.front-page .row.ueber .eifer {
  background-color: #ffe3aa;
  border-radius: 8px;
  padding:10px 20px;
  height: 100%;  
}

.eifer h2 {
  margin:0.7rem 0 1rem;
  font-size:2.5rem;
}
.eifer p {
  margin:0 0 1rem;  
}

.front-page .termine > div > div {
  border-right:0px solid #ddd;
}

.front-page .termin {
  /*background-color: #ffe3aa;*/
  background-color:#f7f7f7;
  padding:18px 14px 8px;
  margin-bottom:30px;
}

.front-page .termin h2 {
  font-size: 2.4rem;
  margin:0 0 1rem;
  color: #0f3192;
}
.front-page .termin .date {
  font-size: 2rem;
 
}
.front-page .termin h2 a {
  color: #0f3192;
}
.front-page .termin span {
  display: block;
  font-size: 1.6rem;
  margin-bottom:1.5rem;
}


/*Top Widget*/

.topwidget {
  padding: 20px 0 0 0;
  text-align: center;
}

.topwidget .fa {
  font-size: 42px;
  background: #428bca;
  width: 80px;
  height: 80px;
  padding: 20px 0 0 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  color: #fff;
  margin-bottom: 10px;
}

.topwidget .block {
  padding: 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #fafafa;
}

/*Promo*/

.region-promo {
  border: 1px solid #e9e8ed;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  margin: 20px 0;
  background: #fdfdfd;
}

.region-promo h2 {
  margin: 5px 0;
}

.region-promo p,
.region-promo .block {
  margin: 0;
}


/* Page Title */

#page-title {
  height:36rem;
  background-size: cover;
  background-position: center 30%;
}
#page-title-inner {
  display:table;
  height:100%;
}
#page-title-inner .titlerow {
  display:table-row;
  height:100%;
}
#page-title-inner .titlecell {
  display:table-cell;
  vertical-align: middle;
  text-align: center;
  /*padding-bottom:6rem;
  padding-left:0.8rem;*/
}
#page-title-inner .titlecell h1 {
  font-size:2.9rem;
  font-weight:400;
  display:inline-block;
  padding:14px 30px 12px;
  margin-bottom:6px;
  color:#ffffff;
  background-color: rgba(0,119,206,.86);
  border-radius: 4px;
  /*
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.5);
  */
}
#page-title-inner .titlecell h2 {
  font-size:2rem;
  font-weight:500;
  display:inline-block;
  padding:14px 30px 12px;
  margin-bottom:0;
  color:#ffffff;
  background-color: rgba(0,119,206,.86);
  border-radius: 4px;
  /*
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.5);
  */
}



/* Menu */

.menu-base-theme.sm {
  z-index:9;
}
.menu-base-theme li a {
  font-size:1.5rem;  
}


/* Main Content */

#wrapper {
  margin-bottom:100px;
}
.news {
  padding:40px 20px 40px;
}
.news .news-item {
  margin-top:10px;
  margin-bottom: 40px;
}
.news .news-item:last-child {
  margin-bottom: 0px;
}
.news h2 {
  font-size:2.8rem;
  font-weight: 400;
  margin-top:0.5rem;
  margin-bottom:1.2rem;
}
.news .date {
  display:block;
  margin:0 0 4px;
  padding:0;
}
.news p {
    font-size:2rem;
}
.news .fcnews h2 {
  margin-top:10px;
}
.news .views-row {
  margin-bottom:5rem;
}
.news .views-row .views-field-field-image {
  float:left;
  width:50%;
}
.news .views-row .views-field-title {
  float:right;
  width:50%;
}

.news ul {
  padding-left:30px;
  margin-bottom: 24px;
 
}
.news ul li {
  font-size:1.8rem;
  padding:4px 0;
}

/* Main content / article */

.page h2 {
  font-size: 3.4rem;
  font-weight: 400;
  margin-bottom:3rem;
}

article p {
    font-size:1.9rem;
    letter-spacing: 0.02rem;
}

article .embedded-entity {
    float:right;
    margin-right:-150px;
    margin-left:30px;
    padding:20px 30px 20px;
    background-color:rgba(0, 0, 0, 0.05);
    width:44%;
}
article .embedded-entity .block,
article .embedded-entity .block ul {
    border:0;
    margin:0;
}
article .embedded-entity .block ul li a {
    font-size:1.8rem;
}

article .embedded-entity nav h2 {
    font-size:1.8rem;
    display: none;
}


article .node__content .field__item {
    display:none;
}
article .node__content .field__item:first-child {
    display:block;
}

article .node__content video {
    max-width: 100%;
}

.region-content .block {
  border:1px solid white;
  margin-bottom:10px;
}

.bef-exposed-form {
  position:relative;
  margin:0 0 100px;
}

fieldset.form-composite {
  position:absolute;
  top:50px;
  left:0;
  margin:0;
}
fieldset.form-composite legend {
  display:none;
}
fieldset.form-composite .form-item {
  margin-left:.5rem;
  margin-right: 1rem;
}
.bef-exposed-form .form-type-textfield {
  width:80%;
  margin:0;
}
.bef-exposed-form .form-type-textfield input {
  width:100%;
  line-height: 2.4rem;
  padding:8px;
}
.bef-exposed-form .form-type-textfield input:focus,
.bef-exposed-form .form-type-textfield input:active {
  border-radius: 0;
  outline:none;
  background-color:#f7f7f7;
}

.bef-exposed-form .form-actions {
  clear:none;
  float:right;
  width:20%;
  margin:0;
}

.bef-exposed-form .form-actions input {
  line-height: 2.4rem;
  padding:8px;
  border:1px solid #428bca;
  width:100%;
}

.content-bottom .wrap {
  position: relative;
  padding:60px 0;
}

.bottomcontent {
  padding-bottom: 40px;
}

.bottomcontent .row .col-md-6 {
  /*
  padding-left:40px;
  padding-right:40px;
  */
}

.bottomcontent .row {
  padding-bottom: 10px;
}
.bottomcontent .row.narrow {
  padding-right: 140px;
  padding-left: 140px;
}

.bottomcontent .row .row {
  padding-bottom: 60px;
}

.bottomcontent .row .teaser p {
  font-size: 1.8rem;
  letter-spacing: 0.02rem;
}

.content-bottom .wrap.icampuslab {

}

.content-bottom .icampuslab .right .wrapinner {
    padding:0 30px 0 10px;
}
.content-bottom .icampuslab .left .wrapinner {
    padding:0 10px 0 30px;
}
.content-bottom .wrapinner h2 {
    font-size:3rem;
    font-weight: 400;
    color:#333;
    margin-bottom: 30px;
}
.content-bottom .wrapinner p {
    color:#333;
    font-size:2rem;
}

.content-bottom .wrapinner .readmore {
    display:inline-block;
    background-color: rgba(255,255,255,.4);
    border-radius: 3px;
}
.content-bottom .wrapinner .readmore a {
    color:#333;
    padding:8px 20px 6px;
    display:block;
    font-size:1.7rem;
    font-weight:normal;
    letter-spacing: 0.1rem;
}
.content-bottom .wrap .bg-left {
    position: absolute;
    top: 0;
    right: 50%;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    background-color:#999;
}
.content-bottom .wrap .bg-right {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    background-color:#999;
}

.services .row {
    margin-bottom:30px;
}
.services h2 {
    font-size:3.4rem;
    font-weight:500;
    letter-spacing:0.1rem;
    margin-bottom:4rem;
}

.services .icon img {
    width:90%;
}
.services .desc {
    margin-bottom: 30px;
}

.button {
  margin-left:0;
  margin-right:0;
}

.teaserimgs a {
    display: none;
}
.teaserimgs a img,
.teaserimgs > img,
.bottomcontent .video img {
    width:100%;
    border-radius: 3px;
}
.teaserimgs a:first-child {
    display: block;
}

.persimg img {
    border-radius: 55%;
}

/* Sidebar */


.sidebar-second {
  border-left:1px solid #ccc;
}



/*Sidebar Blocks*/

.region-sidebar-second,
.region-sidebar-first {
  margin: 30px 0 30px;
}

.region-sidebar-second .block,
.region-sidebar-first .block {  
  background: #f5f5f5;
  padding: 20px 10px;
}

.region-sidebar-second .block h2.title,
.region-sidebar-first .block h2.title {
  text-transform: capitalize;
  margin-top: 0;
}



/* Content Plus */

.content-plus .region {
  margin:0 auto 40px;  
}
.content-plus .block-views-blockueber-eifer-block-1 {
  text-align:center;
}

.content-plus .block-views-blocktermine-block-1 {
  background-color: #f7f7f7;
}


/* */

.carousel.fade {
     opacity: 1;
}
.carousel.fade .item {
    /*transition: opacity ease-out 1.7s;*/

    -webkit-transition: opacity 1.6s ease-in-out;
    -moz-transition: opacity 1.6s ease-in-out;
    -o-transition: opacity 1.6s ease-in-out;
    transition: opacity 1.6s ease-in-out;

    left: 0;
    opacity: 0; /* hide all slides */
    top: 0;
    position: absolute;
    width: 100%;
    display: block;
}


.carousel.fade .item:first-child {
    top: auto;
    opacity: 1; /* show first slide */
    position: relative;
}
.carousel.fade .item.active {
    opacity: 1;
}


/*Footer Widgets*/

.footer-widgets {
  background: #F6B222;
  color:#333;
  padding: 20px 0;
}
.footer-widgets .block {
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.footer-widgets .block h2.title,
.footer-widgets .block h2.blocktitle {
  margin: 5px 0 10px 0;
}
.footer-widgets nav h2,
.footer-widgets h2.blocktitle {
  color:#333;
  font-size:1.6rem;
  font-weight:500;
  text-transform: uppercase;  
  margin: 5px 0 10px 0;
  text-align: left;
}
.footer-widgets .menu {
  margin-left:0;
}
.footer-widgets .menu a {
  color:#333;
  font-size:1.6rem;
}
.footer-widgets .menu a.is-active {
    color: #333;
    text-decoration: underline;
}
.footer-widgets img {
  max-width: 100%;
  border: 5px solid #fff;
  box-shadow: 0px 0px 2px #ddd;
}
.menu--roboticlab .menu-item--collapsed {
  list-style-type: none;
  list-style-image: none;
}

/*Footer Ribbon*/

.footer-ribbon {
  margin: 0;
  border: 0;
  background: #fafafa;
  color: #fff;
}
.footer-ribbon ul {
  margin: 10px 0;
  padding: 0;
}
.footer-ribbon nav li {
  display: inline-block;
}
.footer-ribbon nav li a {
  display: block;
  padding: 5px;
}
#footer-bottom {
  text-align: center;
  padding: 25px 0 5px;
}

/*Copyright & Credit*/

.copy_credit .copyright,
.copy_credit .credit {
  text-align:center;
  color:#333;
  margin: 40px 10px 6px;
  font-size: 1.6rem;
}

/*Scroll Top*/

#toTop a.scrollUp {
  background: #595aa5;
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  cursor: pointer;
}

#toTop a.scrollUp .fa {
  color: #fff;
  font-size: 30px;
  height: 54px;
  line-height: 54px;
  width: 54px;
}

#toTop a.scrollUp:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(0,119,206,.7);
}

/*Social Media*/

.social-media {
  text-align: right;
}

.social-media > a {
  position: relative;
  top: 10px;
  width: 32px;
  height: 32px;
  background: #428bca;
  display: inline-block;
  border-radius: 32px;
  -moz-border-radius: 32px 32px 32px 32px;
  -webkit-border-radius: 32px 32px 32px 32px;
  color: #fff;
  margin: 1px;
}

.social-media > a > .fa {
  position: absolute;
  left: 32%;
  top: 30%;
  font-size: 14px;
}

.social-media .icon-twitter:hover {
  background: #00aced;
  color: #fff;
}

.social-media .icon-facebook:hover {
  background: #3b5998;
  color: #fff;
}

.social-media .icon-gplus:hover {
  background: #dd4b39;
  color: #fff;
}

.social-media .icon-linkedin:hover {
  background: #0274b3;
  color: #fff;
}

.social-media .icon-youtube:hover {
  background: #e12b28;
  color: #fff;
}

/*Designer Line - Horizontal*/

hr.style-mint {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(26,188,156,0), rgba(26,188,156,0.75), rgba(26,188,156,0));
  background-image: -moz-linear-gradient(left, rgba(26,188,156,0), rgba(26,188,156,0.75), rgba(26,188,156,0));
  background-image: -ms-linear-gradient(left, rgba(26,188,156,0), rgba(26,188,156,0.75), rgba(26,188,156,0));
  background-image: -o-linear-gradient(left, rgba(26,188,156,0), rgba(26,188,156,0.75), rgba(26,188,156,0));
  margin: 0;
  position: relative;
  top: 30px;
}

/*Form*/

input,
button,
select,
textarea {
  padding: 8px;
  border: 1px solid #428bca;
}

.contact-message-form label {
  display: block;
}

.btn,
input[type="submit"] {
  background: #428bca;
  color: #fff;
  border: 0;
  line-height: 100%;
  padding: 10px;
}

.btn:hover,
input[type="submit"]:hover {  
  background: #595aa5;
}

/*Front Page*/

.path-frontpage .feed-icon {
  display: none;
}

/*Menu*/

.navbar-default .navbar-toggle {
  margin-right: 0;
  border: 0;
  color: #fff;
  background: none;
  padding: 6px 6px;
  padding-right:20px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #595aa5;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 35px;
  height: 4px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: none;
}

nav h2 {
/*  display: none;*/
}

.menu-base-theme a,
.menu-base-theme a:hover,
.menu-base-theme a:focus,
.menu-base-theme a:active {
  padding: 10px 20px;
  padding-right: 58px;
  line-height: 23px;
  text-decoration: none;
}

.menu-base-theme ul a:hover {
  background: #fff !important;
}

.menu-base-theme a.current {
  background: #006892;
  color: white;
}

.menu-base-theme a.disabled {
  color: #a1d1e8;
}

.menu-base-theme a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-align: center;
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #dcdcdc;
  background: #efefef;
}

.menu-base-theme a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}

.menu-base-theme ul {
  background: white;
}

.menu-base-theme ul ul {
  background: rgba(102, 102, 102, 0.1);
}

.menu-base-theme ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.menu-base-theme ul li:first-child {
  border-top: 0;
}
.menu-base-theme .menu-item .login {
  position: relative; 
  color:#fff;  
  text-align:center;
  padding:14px 20px;
  background-color: transparent; 
  /*text-indent: -9999px; */
}
.menu-base-theme .menu-item .login.is-active {
  color:#fff !important;
}


.menu-base-theme .menu-item .login::before {
  content: "\f090";
  position: absolute;
  font-size:150%;
  font-family: 'FontAwesome';  
  top: 14px;
  left: 0;
  width:100%;
  color:#333;
  opacity:.86;
}


.region-primary-menu {
  display: none;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
}

.navbar-toggle {
  z-index: 999;
}


/* Second menu */

.snd-menu > div > div {
    min-height: 10px;
}

.snd-menu nav {
  float:right;
  margin-top:-2.4rem;
}
.snd-menu .menu-base-theme .menu-item {
  margin-right:0px;
}


.snd-menu .menu-base-theme li a:hover,
.snd-menu .menu-base-theme li a.is-active {
  color:#fff !important;
  background-color: #595aa5;
}


/* Breadcrumb */

.breadcrumb {
  background: none;
  padding: 4px 0 0 0;
  margin: 0;
  border-bottom: 0px solid #eee;
  font-size: 1.8rem;
}

.breadcrumb ul {
  padding: 0;
  margin: 0;
}

.breadcrumb li {
    line-height: 2.4;
}
.breadcrumb li:before {
    content: " / ";
}

.breadcrumb ul li {
  display: inline-block;
}

/*Search Form*/

.search-block-form {
  max-width: 500px;
  margin: 0 auto;
}

.region-search {
  padding: 15px;
}

#search-block-form {
  display: table;
  width: 100%;
}

#search-block-form .form-item,
#search-block-form .form-actions {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

#search-block-form .form-search {
  padding-right: 34px;
}

#search-block-form .form-actions {
  left: -41px;
  width: 41px;
}

#search-block-form input {
  width: 100%;
  height: 41px;
}

#search-block-form .fa-search {
  color: #428bca;
  font-size: 20px;
  left: 32%;
  position: absolute;
  top: 27%;
}

#search-block-form input[type="submit"] {
  background: transparent;
}

#search-block-form input[type="submit"]:hover {
  background: transparent;
}

#search-block-form .form-actions:hover i {
  color: #00614e;
  cursor: pointer;
}





/*Demo Typography*/

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}

.highlight {
  padding: 5px;
  background-color: #f7f7f9;
  margin: 15px 0;
}

.highlight pre {
  border: 0;
  background: none;
  margin: 0;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.bd-example-type h1,
.bd-example-type h2,
.bd-example-type h3,
.bd-example-type h4,
.bd-example-type h5,
.bd-example-type h6 {
  margin: 0;
}

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

/*Contact Form*/

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
  width: 100%;
}

/*User Login Form*/

.user-login-form,
.user-form,
.user-pass {
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #fff;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text {
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

/*Comment*/

.comment-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}

.comment-wrap .author-details {
  float: left;
  width: 20%;
}

.comment-wrap .author-comments {
  padding-left: 5px;
  float: left;
  width: 80%;
}

.comment-submitted {
  margin: 3px 0;
  font-size: 12px;
  display: inline-block;
  line-height: 100%;
}

.comment-wrap .author-comments h3 {
  margin-top: 10px;
}

.comment-wrap .author-comments p {
  margin-bottom: 10px;
}

/*links Inline*/

ul.links.inline li {
  display: inline-block;
  padding-right: 10px;
}

/*Carousel*/

.carousel-caption p,
.carousel-caption h3 {
  display: none;
}

.carousel-caption h3 {
  margin-top: 0;
}

.carousel-indicators li {
  border: 1px solid #428bca;
}

.carousel-indicators .active {
  background-color: #428bca;
  height: 10px;
  width: 10px;
}

/*Profile Page*/

.path-user .profile >div {
  display: inline-block;
}

.path-user .profile .label {
  display: block;
  color: #333;
}

/*Sliding header widget*/

.slidewidget {
  background: transparent;
  left: 0;
  position: absolute;
  top: 49px;
  width: 100%;
  height: 0;
}

.slidewidget #sliding-header-wrap {
  display: none;
  color: #333;
  position: relative;
  z-index: 13;
}

.slidewidget .wrapper {
  position: relative;
  z-index: 100;
  background-color: #32ecc8;
  border-bottom: 2px solid #428bca;
}

.slidewidget .toggle-switch {
  background-color: #428bca;
  position: relative;
  top: 0;
  left: 0;
  width: 49px;
  height: 49px;
  z-index: 250;
}

.slidewidget .fa-gear.fa-spin {
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  left: 25%;
  position: absolute;
  text-align: center;
  top: 25%;
}

.slidewidget img.left {
  float: left;
  margin: 10px 10px 0 0;
  width: 50%;
}

.slidewidget ul {
  padding-left: 15px;
}

.slidewidget .block {
  padding: 20px 10px 10px;
}

.slidewidget .block h2.title {
  margin: 5px 0 10px 0;
}


@media all and (min-width: 768px) { 
  
  .sticky .brand.logo img {
    width: 40px;  
    padding:0;
    margin:0;
    transition: width 1s;
  }

}


@media all and (min-width: 992px) { /* 768px */

  article.page {
    margin: 0 120px 0 120px;
  }
  .m0 article.page,
  .front-page article.page {
    margin: 0 0 20px;
    padding-bottom:0px;    
  }
  .front-page .region-content .block {
    padding:0;
    margin: 0 40px 20px 40px;      
    border-bottom: 1px solid  #ddd;
  }
  .front-page .region-content .block:last-child {
    border-bottom: 0px solid #ddd;
  }

  .front-page .region-content-plus .block {
    padding:0;
    margin: 20px 40px 40px 40px;    
    padding:10px 20px 20px;
  }

  .col-md-8.content-layout article.page {
    margin:0;
  }

  .block-views-blockrobotic-faq-block-1 {
    margin: 0 150px;
  }
  .page-nid-65 article.page {
      margin:0px;
  }

}
