/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
@media (max-width:991px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/*
	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: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .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);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-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;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-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 {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

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-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

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

/*
	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,
  .mm-menu.mm-light .mm-header .mm-close: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,
  .mm-menu.mm-white .mm-header .mm-close: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,
  .mm-menu.mm-black .mm-header .mm-close: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; }

/* -- dk_mmenu theme 'lighter' -- */
.mm-menu.mm-light
{
	background: #ececec;
}
.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

/* accordion.css */
.ce_accordion{margin-bottom:5px}.ce_accordion .toggler{padding:3px 0 0 22px;vertical-align:top;background-image:url("../../files/neurocure/Bilder/akkord_pfeil.png");background-repeat:no-repeat;border-bottom:1px solid #cecece;cursor:pointer;cursor:hand;background-position:0px 0px}.ce_accordion .toggler.active{background-image:url("../../files/neurocure/Bilder/akkord_pfeil.png");background-repeat:no-repeat;font-weight:bold;color:#000;background-position:0px -20px}.toggler_first{color:#333}.toggler_first:hover{text-decoration:underline;color:#9a191f;cursor:pointer}.accordion div{padding:15px 0 0 22px}
/* signika-300 - latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 300;
  src: url("../../files/neurocure/fonts/signika-v20-latin-300.eot"); /* IE9 Compat Modes */
  src: local(''),
       url("../../files/neurocure/fonts/signika-v20-latin-300.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../../files/neurocure/fonts/signika-v20-latin-300.woff2") format('woff2'), /* Super Modern Browsers */
       url("../../files/neurocure/fonts/signika-v20-latin-300.woff") format('woff'), /* Modern Browsers */
       url("../../files/neurocure/fonts/signika-v20-latin-300.ttf") format('truetype'), /* Safari, Android, iOS */
       url("../../files/neurocure/fonts/signika-v20-latin-300.svg#Signika") format('svg'); /* Legacy iOS */
}

html {
	width: 100%;
}
body {
	font-family: 'Signika', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #454545;

	font-weight: 300;
	padding-left: 10px;
	padding-right: 10px;
	
}


#left .inside, #main .inside, #right .inside {
	
	padding-top: 5x;
}

.startseite #main .inside {
	border: 0;
}

#left .inside {
	margin-right: 70px;
	border-top: 1px solid #cacbcc;
}

#right .inside {
	margin-left: 70px;
	border-top: 1px solid #cacbcc;
}

#main .inside {
	
	border-top: 1px solid #cacbcc;
}

header {
	height: auto;

}

#header .ce_image {

}

.logo {
	background-image: url("../../files/neurocure/Bilder/neurocure-logo.svg");
	background-position: center left;
	background-repeat: no-repeat;	
	width: 266px;
	height: 92px;
position: absolute;
  top: 90px;
  left: 0px;

	z-index: 1000;
	
}

.logo-en {
	background-image: url("../../files/neurocure/Bilder/neurocure-logo-en.svg");

	
}

.logo-charite {
	background-image: url("../../files/neurocure/Bilder/charite-logo.svg");
	background-position: center left;
	background-repeat: no-repeat;	
	width: 148px;
	height: 57px;
	position: absolute;
	top: 90px;
	right: 0px;	
}

.claim {
	
	
	position: absolute;
	top: 113px;
	right: 0px;	
	left: 320px;
	text-align: right;
	display: none;
}

#mainmenu {
	display: none;
	height: 37px;
	overflow: visible;
	position: absolute;
	top: 220px;
	left: -16px;


}

#header .ce_image img {
	margin-top: 286px;
}

.mod_changelanguage ul li {
    float:left;
    margin-right:5px;
    
}

.header-linie-1 {
	height: 1px;
	background: #cacbcc;
	position: absolute;
	top: 60px;
	left: 0px;
	right: 0px;
	
}


.header-linie-2 {
	height: 1px;
	background: #cacbcc;
	position: absolute;
	top: 210px;
	left: 0px;
	right: 0px;
	
	
}

#suche-top {
	position: absolute;
	top: 15px;
	right: 0px;
}

h1 {
	font-size: 25px;
	line-height: 32px;

	color: #111;
	margin-bottom: 30px;
}

h2 {
	font-size: 25px;
	line-height: 32px;
	color: #111;
	margin-bottom: 30px;
}

h3 {
	font-size: 18px;
	line-height: 23px;
margin-bottom: 15px;
	color: #111;
}

h4,h6 {
	font-size: 18px;
	line-height: 23px;
margin-bottom: 15px;
	color: #111;
	    display: inline-block;
    padding: 6px;
    background-color: #369dc1;
    color: #fff;
}

a {
	color: #369dc1;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

#main ul {
	padding-left: 20px;
	list-style-type: disc;
}



.partner {
	padding-top: 30px;
	border-top: 1px solid #cacbcc;
	padding-bottom: 30px;
	
}

.partner-logo {
	float: left;
	width: 14.28%;
	text-align: center;
	
	
}

.partner-logo-item {
	margin-right: 30px;
	margin-left: 30px;
	max-height: 90px;
	margin-bottom: 30px;
	vertical-align: middle;
	

}

.partner-logo-item-first {
	margin-left: 0px;
	
}

.partner-logo-item-last {
	margin-right: 0px;
	
}

.partner-logo-item-top {
	margin-top: 20px;
	
}

.partner-kleiner {
	max-width: 80%;
}

#footer_dfg {
	padding-top: 30px;
	border-top: 1px solid #cacbcc;
	padding-bottom: 60px;
}

.impressum {
	float: right;
}

.page-menu li {
	border-bottom: 1px solid #cacbcc;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 15px;
}

.start-linie-top {
	border-top: 1px solid #cacbcc;
	padding-top: 30px;
}

.start-grau {
	background: #eee;
	padding: 5px 30px;
}

.startseite .col-md-6, .startseite .col-md-3 {
	padding-left: 0;
	padding-right: 0;
}



/* 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Inhaltselemente neurocure ru 
–––––––––––––––––––––––––––––
*/


.rs-column.leg {
    margin-top: 0;
}

.higr-grau-10 {
	background: #ececec;
}
.higr-grau-20 {
	background: #e9e9e9;
}
.higr-grau-30 {
	background: #c6c6c6;
}
.higr-grau-70 {
	background: #706f6f;
}
.redcap-weiss {	
	color:#fff;
    background-color: #9d9d9d;
      border-radius: 25px;
    width: 50%;
  	padding: 12px 10px 0px 18px;
    margin-left: 35px;
}

.higr-redcap-pfeil-1 {
	background-image: url("../../files/neurocure/layout/linie1.gif");
	background-repeat: no-repeat;	

}
.redcap-pad-l-80 {
	padding-left: 80px;
	  padding-right: 15px;
}

.head-1 {
  font-size: 1.6em;
  padding-top: 1.5em;
}


.ma-to--7 {
  margin-top: -7px;
}
.strong {
	font-weight: bold;
}



.blumblock {
  overflow: visible;
}

/* 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
*/



.link-box-blau {
	margin-top: 30px;
}

.link-box-blau a {
	
}

.layout_upcoming {
	margin-bottom: 30px;
}

.mod_newslist .layout_simple {
	margin-bottom: 30px;
}

.sf-menu > .submenu > a {

   pointer-events: none;
   cursor: default;

}

.download_pdf {
	background-image: url("../../files/neurocure/Bilder/download.png");
	background-position: center left;
	background-repeat: no-repeat;	
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 8px;
	line-height: 34px;
}

#mobil {

	display: block;
	width: 60px;
	position: absolute;
	top: 225px;
	left: 50%;
	margin-left: -30px;
	text-align: center;

}

#mobil a {
	color: #369dc1;
	text-decoration: none;
}

.icon-bar {
	background: #369dc1;
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 1px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

.mod_changelanguage {
   left:0px;
   top:15px;
   position:absolute;
}

.youtube {
   left:65px;
   top:15px;
   position:absolute;
   width: 150px;
}

.social-logo-item-youtube {
	width: 45px;
}


#metanav_footer {
	left:60px;
	top:5px;
	position:absolute;
	color:#fff;
	}	

#container {
	padding-top:5px;
   	padding-bottom:30px;
   	position: relative;

}

	
.sf-arrows .sf-with-ul:after {
	
}

.col-left {
	float: left;
	width: 100%;
}
.col-right {
	float: left;
	width: 100%;
}

.clear {
    content:"";
    display: table;
    clear: both;
}

.col-left img, .col-right img {
	margin-right: 10px;
}

hr {
	
	height: 1px;
border: 0;	
background: #999;
	margin: 10px 10px;

}

.mod_article [class*=layout_]>*, .mod_article [class*=event_]>* {
	margin-left: 0px;
	margin-right: 15px;

}

.terminstart .event {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbb;
}

.terminstart .last {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 0;
}

.layout_short {
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.layout_full .ce_text {

	margin: 0;
}

p.back {
	margin-top: 20px;
}

.logo-mobil {
	display: none;
width: 30%;
margin-bottom:20px;

}

.mod_eventlist .header {
	width: 20%;
}

.mod_eventlist .layout_teaser {
	width: 75%;
	float: right;
}

.profil-name {
	position: absolute;
	top: 113px;
	right: 0px;	
	left: 320px;
	text-align: right;
	display: none;
}

.caption {
	margin-bottom: 20px;
	color: #777;
	margin-left: 10px;
	margin-right: 10px;
	
}

#tab_vernetzung td, #tab_mitglieder td {
    padding: 8px 4px;
    border-bottom: 1px dashed #cacbcc;
}

.mod_eventlist .header {
    width: 20%;
    float: left;
    display: block;
     min-height: 20px
}

.mod_eventlist .event h2 {
	margin-top: -3px;
}

.mod_eventlist .event-wrapper {
    padding-top: 18px;
    border-top: 1px dashed #cacbcc;
}

.minicalendar {
	border-collapse: separate;
	border-spacing: 4px;
}

.minicalendar th, .minicalendar td {
	padding: 3px;
	font-weight: 300;
	
	text-align: center;
}

.minicalendar th.current {
	font-weight: bold;
}

.minicalendar td {
	background-color: #f1f1f1;
}

.minicalendar td.weekend {
	background-color: #edd1d1;
}

.minicalendar td.active {
	background-color: #bddde8;
}

.minicalendar .previous, .minicalendar .next {
	font-size: 30px;
}

/* Cookie */

#cookied a {color:#fff; text-decoration:underline;}

#cookied a:hover {text-decoration:none;}

#cookied div {padding: 10px; padding-right: 40px;}

#cookied { 
	
   position: fixed;
   top: 0px;
   left:0;
   right:0;
   text-align:center; 
   
   background: #369dc1; 
    
   z-index:10000; 
   
   font-size:14px; 
   color: #fff;
   line-height:17px;
}

#cookiecloser {
	position: absolute;
	top: 5px;
	right: 5px;
   color: #369dc1;
   font: 18px/100% arial, sans-serif;
   
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding: 4px 8px 4px 8px;
   
   background: #ced6df; /* Old browsers */
   
 }

#cookiecloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}

#datenschutz h3 {
	font-size: 21px;
}
/* Ende Cookie */



/* Columne ru */
.firstline-plus {
  margin-top: 4%;
}.secondline {
  margin-top: 9%;
}
.thirdline {
  margin-top: 18%;
}
.secondline-plus {
  margin-top: 13%;
}
.thirdline-plus {
  margin-top: 26%;
}

.rs-column {
  margin-top: 2.5%;
}

  @media screen and (max-width: 900px){
.rs-column.-large-first-row {
  margin-top: 2.5%;
}
}

@media (min-width: 992px) {

	#mainmenu {
		display: block;
	}
	
	#mobil {
		display: none;
	}

	#header {
	
    background-position:left top;
    background-repeat:repeat-x;
    min-height: 305px;
	}
	
	.mod_changelanguage {
 	   left:0px;
	}	
	

	
	#metanav_footer {
	left:200px;	
	}	

	#container {
 		padding-top:30px;
 	}
 	
	


	.profil-name {
			position: absolute;
		top: 113px;
		right: 0px;	
		left: 550px;
		text-align: right;
	}
	.claim {
		position: absolute;
		top: 113px;
		right: 0px;	
		left: 550px;
		text-align: right;
}	


}



@media (min-width: 768px) {

	.profil-name {
		display: block;
}
	.claim {
		display: block;
}	

body {

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

.youtube {
   left:80px;
   top:15px;
   position:absolute;
}

}

@media (min-width: 1200px) {
	.profil-name {
		display: block;
}
	.claim {
		display: block;
}

	.col-left {
	float: left;
	width: 45%;
	}
	.col-right {
	float: right;
	width: 45%;
	}

}





@media (max-width: 1200px) {
#left .inside {
	margin-right: 40px;
	
}

#right .inside {
	margin-left: 40px;
	
}




}

@media (max-width: 991px) {
	#container {
		
	padding-left: 0;
	padding-right: 0;
	}


.partner-logo {
	float: left;
	width: 33.33%;
	text-align: center;
	
}

.partner-logo-item {
	margin-right: 30px;
	margin-left: 0px;
	max-height: 90px;
	margin-bottom: 30px;
	

}

.partner-logo-item-first {
	margin-left: 0px;
	
}

.partner-logo-item-last {
	margin-right: 30px;
	
}
#right .inside {
	margin-left: 0px;
	
}
}

@media (max-width: 500px) {
	.logo-mobil {display: block;}
	.logo-tab {display: none;}
	.accordion div {padding: 15px 0px 0px 0px;}
	.partner-logo {
	float: left;
	width: 50%;
	text-align: center;
	
}

.partner-logo-item {
	margin-right: 30px;
	margin-left: 0px;
	min-height: 100px;
	margin-bottom: 30px;
	

}

.partner-logo-item-first {
	margin-left: 0px;
	
}

.partner-logo-item-last {
	margin-right: 30px;
	
}
#kontakt-kopie figure.image_container.float_left, #kontakt-eng-kopie figure.image_container.float_left {
	float: none;
}
}
@media (max-width: 400px) {
#suche-top .text {
width: 100px;}
}

/* Members Liste */
.portfolioContainer .portfolioitem h2 {
	margin-top:0px;
	margin-bottom: 0px;
}

.portfolioContainer .portfolioitem p {
	font-size: 15px;
	line-height: 20px;
}

.border-bottom-grey {
	
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.border-bottom-red {
	border-bottom: 1px solid #ff0000;
	padding-bottom: 10px;
}

.font-grau {
	color:#999;
}

.row-members {
	padding-bottom: 30px;
}

.portfolioFilter a { 
	cursor: pointer;
	color: #ff0000;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	float:left;
	border: 1px solid #ff0000;
	padding: 5px 10px 4px 10px;
	margin-right: 15px;
	text-decoration: none;
	margin-bottom: 15px;
}
 
.portfolioFilter a.current { 
    background: #ff0000;
	color: #fff;
}

.portfolioFilter a.current:hover { 
    background: #ff0000;
	color: #fff;
}

.portfolioFilter a:hover { 
    background: #eceded;

}

.portfolioContainer {
	margin-top: 60px;
}

.portfolioContainer .portfolioitem-inner {
	margin-bottom: 30px;
	border: 1px solid #eceded;
	padding: 15px;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
 
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.members-title {
	font-size: 16px;
}
/* Ende Members Liste */

.row {
	margin-right: -15px;
margin-left: -15px;
}

.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 {
	position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}

@media (min-width: 768px) {
col-sm-6 {
width: 50%;
}

.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 {
	float: left;
}
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	font-size: 16px;
	display: block;
	position: relative;
	
}

.sf-menu span {
	font-size: 16px;
	font-weight: bold;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

#skipNavigation2 {
	    height: .1px;
    font-size: .1px;
    line-height: .1px;
    clear: both
	
}


/*** DEMO SKIN ***/
.sf-menu {
	
	}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: .45em 0.75em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}

.sf-menu li.current, .sf-menu li.forward {
	color: #369dc1;
	padding: 0.45em 0.75em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}

.sf-menu li.trail {
	color: #369dc1;	
}



.sf-menu a {
	color: #111;
}

.sf-menu span.current, .sf-menu span.trail {
	color: #369dc1;
}

.sf-menu ul a, .sf-menu ul span {
	font-weight: 300;
}

.sf-menu li {
	
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background:	#fff;
	border-bottom: 1px solid #cacbcc;

}
.sf-menu ul ul li {
	background: #fff;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #bbd4dc;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}


/*** arrows (for all except IE7) **/
.sf-arrows ul .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows ul .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

@media (min-width: 1200px) {

.sf-menu a {
	font-size: 19px;
	display: block;
	position: relative;
	
}

.sf-menu span {
	font-size: 19px;
	font-weight: bold;
}

}

@media (min-width: 1300px) {

.sf-menu a {
	font-size: 20px;
	display: block;
	position: relative;
	
}

.sf-menu span {
	font-size: 20px;
	font-weight: bold;
}

}
@media (min-width: 1600px) {

.sf-menu a {
	font-size: 23px;
	display: block;
	position: relative;
	
}

.sf-menu span {
	font-size: 23px;
	font-weight: bold;
}

}

