/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translateX(-30%);
      transform: translateX(-30%); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    right: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }
  html.mm-opened .mm-page {
    box-sizing: border-box;
    position: relative; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-page,
html.mm-front #mm-blocker {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  z-index: 0; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.spaceup {margin-top: 85px}
.space {padding-top: 3%; padding-bottom: 3%; box-sizing: border-box;}
.up {padding-top: 3%}
.bigup {padding-top: 5%}
.down {padding-bottom: 3%}
/* ********CSS Grid - 12 tiles CSS Grid System*/	
.inside {
	width: 90%;
	max-width: 1180px;
	margin: 0 auto; 
	padding-right:1%; 
	overflow: hidden}
.row {clear: both; overflow: hidden; }
/* *******************Common tilumns definitions**************************/
 
 *[class*="til"]{float: left;margin: 0 3% 0 0;}	
.til1.last, .til2.last, .til3.last, .til4.last, .til5.last, .til6.last, .til7.last, .til8.last, .til9.last, .til10.last, .til11.last, .til12 {
	margin-right: 0;}
.til1 { width: 5.5%; }
.til2 { width: 14%; }
.til3 { width: 22.5%; }
.til4 { width: 31%; }
.til5 { width: 39.5%; }
.til6 { width: 48%; }
.til7 { width: 56.5%; }
.til8 { width: 65%; }
.til9 { width: 73.5%; }
.til10 { width: 82%; }
.til11 { width: 90.5%; }
.til12 { width: 99%; margin: 0; 
}

.offset1 {margin-left: 8.5%}
.offset3 {margin-left: 13.75%}
.offset6 {margin-left: 26.5%}
.offset8 {margin-left: 35.5%}
.offset10 {margin-left: 42.75%}

/* *********************************************************************************************************************
 * Small devices
 */
@media all and (max-width: 768px) {
	*[class*="til"],
	.til1.last, .til2.last, .til3.last, .til4.last, .til5.last, .til6.last, .til7.last, .til8.last, .til9.last, .til10.last, .til11.last, .til12
	{
		float: none;
		width: 99%;
		margin-top: 3%
	}
	*[class*="offset"] {margin-left: 0}
}

.galleria-errors {
    display: none;
}

body{margin:0;padding:0;width:100%;height: 100%;
position: relative;overflow:hidden;overflow-y:scroll;font: 15px/1.8 'Roboto', sans-serif; font-weight: 300;color: #565656;-moz-box-sizing: border-box; -webkit-box-sizing: border-box;box-sizing: border-box}
a{text-decoration: none; outline: none}
ul, li, h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0}
h1{font-size: 2em;line-height: 1.6;}
h2{font-size: 30px}
h3{font-size: 20px}
.txtalm{padding-bottom: 20px;padding-left: 15px;vertical-align: middle;}
.caption, .small {font-size: 11px}
.center, .caption{text-align: center; /*color: rgb(44, 42, 42)*/}
figure {margin: 0; text-align: center}
figure img {max-width:100%; height: auto}
#eads-241 figure.image_container.float_right,
#cassidian figure.image_container.float_right, #airbus figure.image_container.float_right,  #article-315 figure.image_container.float_right
{
	float: right;
}
li {list-style-type: none}

#main .mod_breadcrumb.block ul li
{
	   display: inline-block;
}
#main .mod_breadcrumb.block ul li a
{
	color: #888;
	font-size: 11px;
}

/*CORONA HINT*/
body.home  #mm, #right {padding-bottom: 0}
body.home #right {padding-top: 30px}
body.home #main {width: 77%; margin-right: 0}
#coHint {background-color: #2c4d9a; color: #fff; padding: 20px 12px; margin: 13px 0 20px}
#coHint p {margin-top: 9px}
#coHint p:last-child {margin-bottom: 0}
#coHint a {color: #fff; text-decoration: underline; font-weight: bold}
/*-------------*/


.lined {border-top: 1px solid #B5B5B5; border-bottom: 1px solid #B5B5B5}
.invisible {display: none}
.centered {text-align: center}

/*==helles blau HG==*/
#mm li, .bigref a {background-color:#2c4d9a; color: #fff; transition: all 0.2s ease; cursor: pointer}
/*helles blau TEXT*/
.blue, a, .icon h3, .icon a, #main h1, #right h3, h2,  #main h3
{color: #2c4d9a}

/*helles blau: #009ee0*/
/*bplan blau: #2c4d9a*/
/*alternatives blau: #1c8a8a*/


h2, #main h1,  #main h3 {margin: 0.7em 0}
.mod_newslist { margin-top: 10px;}
.mod_newslist h4 {padding-top: 16px}
.mod_newslist, #archivref { padding: 30px 12px 12px;
  background-color: #E0E0E2}
#archivref {padding-bottom: 20px}  

/*
#home-17 h1
{
	font-size: 30px;color: rgb(68, 68, 68);
}*/
/*==dunkles Grau + helle Schrift ==*/
#footer {background-color:#444444; color: #fff; font-weight: 300;}
#footer a {color: #fff}
/*aktive Buttons + hover*/
#mm li:hover, .bigref a:hover, #mm li.active, #mm li.trail{background-color: #444444}


#main {width: 75%; float: left; margin-right: 2%;overflow: hidden; position: relative; padding-bottom: 30px}
#mm, #right {width: 22%; float: right; margin-left: 1%; padding-bottom: 30px}
#mm {height: 330px; overflow: hidden}
#container {overflow: hidden;}
#mainpic{width: 77%; float: left; overflow: hidden; position: relative; height: 330px}
#mainpic figure img {max-width: none;}
/*===BILD MIT TEXTOVERLAY====*/
#mainpictext{width: 77%; float: left; overflow: hidden; position: relative; height: 330px}
#mainpictext figure img {max-width: none;}
#mainpictext figure {position: relative}
#mainpictext .text {position: absolute;top: 25%;color: #FFF;width: 70%;left: 5%}
#mainpictext h1 {text-transform: uppercase; font-size: 2.2em;font-weight: lighter;line-height: 1.4; text-shadow: 2px 2px 30px #020202}
#mainpictext .text p {text-align: left}
#mainpictext a { color: #FFF;
  border: 1px solid;
  padding: 8px 60px;
  background-color: rgba(255, 255, 255, 0.08);
  display: block;
  text-transform: uppercase;
  font-weight: lighter;
  max-width: 120px;
  text-align: center;
  font-size: 14px;
  text-shadow: 2px 2px 30px #020202;
}

/*==HEADER + NAV + MAINPIC==*/
#header {padding-top: 12px; clear: both}
#logo {float: left}
#select {float: right; font-weight: 400; font-size: 20px}
#select li {display: inline-block; padding-left: 10px}
#select li.first{padding-right: 10px; border-right: 2px solid #333;}
#maintext {position: absolute}

#mm li {padding: 11px;margin-bottom: 6px;}
#mm li a, #mm li span.active {color: #fff; display: block; height: 28px; text-transform: uppercase;font-size: 0.9em;}

#mainmenu_mobile {z-index: 999999999}
#nav_mobile_trigger {background-color: rgba(0, 0, 0, 0);position: relative;display: none;margin-top: 4px}

/*==Content==*/
.bigref a {display: block; text-align: center; padding: 11px; height: 28px;text-transform: uppercase; font-size: 0.9em}
.icon {font-size: 0.9em;}
.icon h3, #right h3, h2, #main h1, #main h3 {text-transform: uppercase; font-size: 15px; font-weight: normal;}
.icon p {margin-top: 0}

/*==News==*/
#archivref, .mod_newslist {padding-top: 12px}
 #archivref h3 {text-transform: uppercase}
.layout_full {border-bottom: 1px solid #B5B5B5; padding: 15px 0}
.layout_full p, .mod_newslist h2 {margin: 0; color: rgb(68, 68, 68); font-weight: 300; font-size: 0.9em}
.layout_full b, .mod_newslist h2 {text-transform: uppercase}
.info{float: right;}
#right p.info{font-size: 0.7em; padding-right: 4px}
/*==Kontaktform==*/
#kontakt select, #contact select, #download select, #download_en select 
{background: transparent;width: 295px;padding: 6px;font-size: 11px;line-height: 1;border: 0;border-radius: 0;height: 34px;  border: 1px solid #9D9D9D;
-webkit-appearance: none;outline: none; margin-bottom: 10px}
#kontakt label, #contact label, #download label, #download_en label  {display: block; font-size: 12px; line-height: 15px;}
#kontakt label.mandatory,#kontakt .widget-captcha label, #contact label.mandatory,#contact .widget-captcha label, #download label.mandatory, #download .widget-captcha label, #download_en label.mandatory, #download_en .widget-captcha label  
{color: #B13434}
#kontakt input, #contact input, #download input, #download_en input {height: 25px;margin-bottom: 10px;width: 90%; outline: none;border: 1px solid #9D9D9D;padding: 5px; font-size: 16px}
#kontakt textarea, #contact textarea, #download textarea, #download_en textarea {width: 90%; height: 100px; outline: none; padding: 5px; font-size: 16px;  border: 1px solid #9D9D9D;}
#kontakt input[type="submit"], #contact input[type="submit"],#download input[type="submit"],#download_en input[type="submit"] 
{background-color: #2c4d9a; height: 38px; padding: 5px; width: 92%; border: 0; outline: none; color: #fff; margin-top: 20px;  
-moz-appearance: button;
-webkit-appearance: button;
appearance: button;}
#kontakt input.captcha, #contact input.captcha, #download input.captcha, #download_en input.captcha {display: block; margin-bottom: 0px}

/*==Galerie Pegasos und Efika==*/
.ce_gallery li {display: inline-block}

/*==Referenzen Subpage==*/
#referenzen figure, #references figure {text-align: left}
#referenzen .til6, #references .til6 {margin-top: 5%}
#referenzen .til6.nomargtop, #references .til6.nomargtop {margin-top: 0}



/*==CHRISTMAS HEAD==*/
#christmas {display: block}
#right {position: relative}
#christmas {position: absolute;left: -47px;z-index: 99999;top: 0}
#christmas img {max-width: 110px}
.home #christmas{top: 30px}

@media all and (max-width: 850px) 
{
#right {margin-top: 0; padding: 30px 0 0 30px;}
#christmas {left: -19px;top: 28px}
body.home #main {
    margin-right: 0;
    width: 99%;}
    
    .layout_full { width: 92%;}
}






/*==Footer==*/
#footer {height: 200px; margin-top: 12px; padding: 12px 0}
#footer .inside {position: relative; overflow: initial;}
#Text_footer {margin-top: 50px;font-size: 12px;}
#socials {position: absolute; right: 0; top: 10px; width: 200px}
#IN, #XING {float: right;}
#IN {margin-left: 7%}

/*==Breaks==*/
@media all and (max-width: 1150px) 
{
.bigref a { font-size: 0.8em;}
}

@media all and (max-width: 850px) 
{
#footer {height: 250px; padding: 12px 0 0 0s}
#logo img {vertical-align: -webkit-baseline-middle;}
#nav_mobile_trigger {display: block; margin-right: 1%; float: right}
#nav_mobile_trigger a 
{
background: url("../../tl_files/sysImg/nav.png") no-repeat;
background-size: cover;
height: 28px;
width: 28px;
position: absolute;
right: 0;
display: block}
#select {position: absolute;right: 100px;}
#mainpic img, #mainpictext img {width: 100%; height: auto}
#mainpic, #main, #right, #mainpictext{
		float: none;
		width: 99%;
		margin-top: 3%; 
		height: auto; margin-left: 0;}
#mainpictext .text {width: 95%;top: 15%}		
#mainpictext h1 {font-size: 16px;font-weight: 300 }
#mainpictext a {display: none}		
		
#mm {display: none}	
/*
#home-17 h1, h1, h2 {font-size: 22px;line-height: 1.6}
*/
#socials {position: static}
#IN, #XING {float: left;margin: 10% 5%;margin-left: 0;}
#kontakt select, #contact select, #download select, #download_en select{width: 120px}
#kontakt input[type="submit"], #contact input[type="submit"],#download input[type="submit"],#download_en input[type="submit"] 
{width: 94%}
}
