#colorbox,#cboxOverlay,#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#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 {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    cursor: pointer;
}

#cboxPrevious:active,#cboxNext:active,#cboxClose:active,#cboxSlideshow:active {
    outline: 0;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox,#cboxContent,#cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: 0;
}

#cboxWrapper {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#cboxTopLeft {
    width: 15px;
    height: 15px;
}

#cboxTopCenter {
    height: 15px;
}

#cboxTopRight {
    width: 15px;
    height: 15px;
}

#cboxBottomLeft {
    width: 15px;
    height: 10px;
}

#cboxBottomCenter {
    height: 10px;
}

#cboxBottomRight {
    width: 15px;
    height: 10px;
}

#cboxMiddleLeft {
    width: 15px;
}

#cboxMiddleRight {
    width: 15px;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    background: rgba(255,255,255,0.7);
    bottom: 28px;
    left: 0;
    color: #535353;
    width: 100%;
    padding: 4px 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 60px;
    color: #949494;
}

.cboxSlideshow_on #cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -75px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -101px -50px;
}

.cboxSlideshow_off #cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -25px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -49px -50px;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -75px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -50px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: -50px -25px;
}

#cboxLoadingOverlay {
    background: #fff;
}

#cboxLoadingGraphic {
    background: url(/sites/all/modules/colorbox/styles/default/images/loading_animation.gif) no-repeat center center;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -25px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: -25px -25px;
}

.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
}

.ctools-owns-lock {
    background: #ffffdd none repeat scroll 0 0;
    border: 1px solid #f0c020;
    padding: 1em;
}

a.ctools-ajaxing,input.ctools-ajaxing,button.ctools-ajaxing,select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(/sites/all/modules/ctools/images/status-active.gif) right center no-repeat;
}

div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(/sites/all/modules/ctools/images/status-active.gif) center center no-repeat;
}

div.panel-pane div.admin-links {
    font-size: xx-small;
    margin-right: 1em;
}

div.panel-pane div.admin-links li a {
    color: #ccc;
}

div.panel-pane div.admin-links li {
    padding-bottom: 2px;
    background: white;
    z-index: 201;
}

div.panel-pane div.admin-links:hover a,div.panel-pane div.admin-links-hover a {
    color: #000;
}

div.panel-pane div.admin-links a:before {
    content: "[";
}

div.panel-pane div.admin-links a:after {
    content: "]";
}

div.panel-pane div.panel-hide {
    display: none;
}

div.panel-pane div.panel-hide-hover,div.panel-pane:hover div.panel-hide {
    display: block;
    position: absolute;
    z-index: 200;
    margin-top: -1.5em;
}

div.panel-pane div.feed a {
    float: right;
}

.wrapper.tagclouds {
    text-align: justify;
    margin-right: 1em;
}

.tagclouds.level1 {
    font-size: 1em;
}

.tagclouds.level2 {
    font-size: 1.2em;
}

.tagclouds.level3 {
    font-size: 1.4em;
}

.tagclouds.level4 {
    font-size: 1.6em;
}

.tagclouds.level5 {
    font-size: 1.8em;
}

.tagclouds.level6 {
    font-size: 2em;
}

.tagclouds.level7 {
    font-size: 2.2em;
}

.tagclouds.level8 {
    font-size: 2.4em;
}

.tagclouds.level9 {
    font-size: 2.6em;
}

.tagclouds.level10 {
    font-size: 2.8em;
}

@media screen and (max-width: 319px) {
    .unit {
        float:none !important;
        width: auto !important;
    }
}

.line:after,.lastUnit:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0 !important;
    line-height: 0;
    font-size: xx-large;
    content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}

.firstUnit,.unit {
    float: left;
}

.lastUnit {
    display: table-cell;
    float: none;
    width: auto;
}

.panel-1row2cols {
    width: 100%;
}

.panel-1row2cols-row {
    width: 100%;
}

.panel-1row2cols-left {
    width: 67%;
}

.panel-1row2cols-right {
    width: 33%;
}

.firstUnit .inside {
    margin: 0 .5em 1em 0;
}

.unit .inside {
    margin: 0 .5em 1em .5em;
}

.lastUnit .inside {
    margin: 0 0 1em .5em;
}

.oneUnit .inside {
    margin: 0 0 1em 0;
}

.galleryformatter-greenarrows {
}

.galleryformatter-greenarrows .gallery-thumbs {
    padding: 0 46px;
}

.galleryformatter-greenarrows .gallery-slides {
}

.galleryformatter-greenarrows .gallery-slide {
}

.galleryformatter-greenarrows .gallery-thumbs .arrow,.galleryformatter-greenarrows .gallery-thumbs .wrapper,.galleryformatter-greenarrows .gallery-thumbs li.active a,.galleryformatter-greenarrows .gallery-thumbs li a:hover,.galleryformatter-greenarrows .gallery-thumbs li a:focus,.galleryformatter-greenarrows .view-full {
    background: url(/sites/all/modules/galleryformatter/gallerystyles/greenarrows/images/sprite.png) no-repeat scroll 0 0 transparent;
}

.galleryformatter-greenarrows .gallery-slides .panel-overlay {
    position: absolute;
    bottom: 0.5em;
    left: 0;
    background: transparent url(/sites/all/modules/galleryformatter/gallerystyles/greenarrows/images/bg-trans.png) repeat;
    width: 100%;
    color: white;
}

.galleryformatter-greenarrows .gallery-slides .panel-overlay .overlay-inner {
    padding: 10px;
}

.galleryformatter-greenarrows .gallery-thumbs .wrapper {
    overflow: auto;
    line-height: 0;
    background-position: center -326px;
    background-repeat: repeat-x;
    border-bottom: 1px solid #EEEEEE;
}

.galleryformatter-greenarrows .view-full {
    background-position: center -205px;
    height: 46px;
    width: 46px;
    margin: 10px;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999px;
}

.galleryformatter-greenarrows a:hover .view-full,.galleryformatter-greenarrows a:focus .view-full {
    background-position: center -252px;
}

.galleryformatter-greenarrows .gallery-thumbs ul {
    list-style: none;
}

.galleryformatter-greenarrows .gallery-thumbs li {
    float: left;
    background: transparent none;
    overflow: hidden;
    padding-top: 3px;
}

.galleryformatter-greenarrows .gallery-thumbs li a {
    display: block;
    padding: 19px 0 7px;
}

.galleryformatter-greenarrows .gallery-thumbs li a:hover,.galleryformatter-greenarrows .gallery-thumbs li a:focus {
    background-position: center -307px;
}

.galleryformatter-greenarrows .gallery-thumbs li.active a {
    background-position: center -303px;
}

.galleryformatter-greenarrows .gallery-thumbs li.active img,.galleryformatter-greenarrows .gallery-thumbs li a:hover img,.galleryformatter-greenarrows .gallery-thumbs li a:focus img {
    filter: alpha(opacity=100);
    -ms-filter: ”alpha(opacity=100)”;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.galleryformatter-greenarrows .gallery-thumbs li img {
    filter: alpha(opacity=60);
    -ms-filter: ”alpha(opacity=60)”;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.galleryformatter-greenarrows .gallery-thumbs .arrow {
    bottom: 0;
    display: block;
    height: 46px;
    position: absolute;
    text-indent: -9999px;
    width: 46px;
}

.galleryformatter-greenarrows .gallery-thumbs .forward {
    background-position: 0px 0;
    right: 0;
}

.galleryformatter-greenarrows .gallery-thumbs .back {
    background-position: -4px -102px;
    left: 0;
}

.galleryformatter-greenarrows .gallery-thumbs .forward:hover,.galleryformatter-greenarrows .gallery-thumbs .forward:focus {
    background-position: 0px -52px;
}

.galleryformatter-greenarrows .gallery-thumbs .back:hover,.galleryformatter-greenarrows .gallery-thumbs .back:focus {
    background-position: -4px -156px;
}

.galleryformatter-greenarrows .slide-button {
    background: transparent url(/sites/all/modules/galleryformatter/gallerystyles/greenarrows/images/next-prev.png) no-repeat top left;
    height: 64px;
    width: 32px;
    top: 43%;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    -ms-filter: ”alpha(opacity=20)”;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.galleryformatter-greenarrows .prev-slide {
    background-position: top left;
}

.galleryformatter-greenarrows .next-slide {
    background-position: top right;
}

.galleryformatter-greenarrows .slide-button:hover,.galleryformatter-greenarrows .slide-button:focus {
    filter: alpha(opacity=100);
    -ms-filter: ”alpha(opacity=100)”;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.galleryformatter {
    margin: 0 auto;
}

.galleryformatter * {
    padding: 0;
    margin: 0;
}

.galleryformatter li {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.galleryformatter .gallery-slides,.galleryformatter .gallery-thumbs {
    margin: 0 auto;
}

.galleryformatter .gallery-slides ul,.galleryformatter .gallery-thumbs ul {
    margin: 0;
}

li.gallery-slide {
    display: block;
}

.gallery-thumbs .wrapper,.gallery-slides {
    overflow: hidden;
    position: relative;
}

.gallery-frame {
    width: 99999px;
}

.gallery-slides .gallery-slide {
    float: left;
    position: relative;
}

.gallery-thumbs {
    position: relative;
}

.galleryformatter .gallery-slides ul,.galleryformatter .gallery-thumbs ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.gallery-thumbs ul li {
    display: block;
    float: left;
    padding: 0 4px 0 0;
}

.gallery-thumbs li a {
    outline: none;
}

.galleryformatter .view-full {
    position: absolute;
}

.galleryformatter .slide-button {
    top: 42%;
    position: absolute;
    display: block;
    cursor: pointer;
}

.galleryformatter .prev-slide {
    left: 0;
}

.galleryformatter .next-slide {
    right: 0;
}

.galleryformatter .gallery-thumbs .arrow {
    cursor: pointer;
}

.gallery-processed .gallery-frame {
    position: relative;
}

.gallery-processed .gallery-slides .gallery-slide {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
}

.quicktabs-hide {
    display: none;
}

ul.quicktabs-tabs {
    margin-top: 0;
}

ul.quicktabs-tabs li {
    display: inline;
    background: none;
    list-style-type: none;
    padding: 2px;
    white-space: nowrap;
}

.sf-menu,.sf-menu * {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -2px;
}

.sf-menu {
    line-height: 1.2;
    z-index: 497;
}

.sf-menu ul {
    position: absolute;
    top: -99999em;
    width: 12em;
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit;
}

.sf-menu li {
    float: left;
    position: relative;
    z-index: 498;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu li:hover ul,.sf-menu li.sfHover ul {
    z-index: 499;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul {
    left: 0;
    top: 2.5em;
}

.sf-menu li:hover li ul,.sf-menu li.sfHover li ul,.sf-menu li li:hover li ul,.sf-menu li li.sfHover li ul {
    top: -99999em;
}

.sf-menu li li:hover ul,.sf-menu li li.sfHover ul,.sf-menu li li li:hover ul,.sf-menu li li li.sfHover ul {
    left: 12em;
    top: 0;
}

.sf-menu a.sf-with-ul {
    min-width: 1px;
}

.sf-sub-indicator {
    background: url(/sites/all/libraries/superfish/images/arrows-ffffff.png) no-repeat -10px -100px;
    display: block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 0.75em;
    text-indent: -999em;
    top: 1.05em;
    width: 10px;
}

a > .sf-sub-indicator {
    top: 0.8em;
    background-position: 0 -100px;
}

a:focus > .sf-sub-indicator,a:hover > .sf-sub-indicator,a:active > .sf-sub-indicator,li:hover > a > .sf-sub-indicator,li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px;
}

.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
}

.sf-menu ul a:focus > .sf-sub-indicator,.sf-menu ul a:hover > .sf-sub-indicator,.sf-menu ul a:active > .sf-sub-indicator,.sf-menu ul li:hover > a > .sf-sub-indicator,.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0;
}

.sf-shadow ul {
    background: url(/sites/all/libraries/superfish/images/shadow.png) no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
    background: transparent;
}

.sf-menu.rtl,.sf-menu.rtl li {
    float: right;
}

.sf-menu.rtl li:hover ul,.sf-menu.rtl li.sfHover ul {
    right: 0;
}

.sf-menu.rtl li li:hover ul,.sf-menu.rtl li li.sfHover ul,.sf-menu.rtl li li li:hover ul,.sf-menu.rtl li li li.sfHover ul {
    right: 12em;
}

.sf-menu.rtl a.sf-with-ul {
    padding-left: 2.25em;
    padding-right: 1em;
}

.sf-menu.rtl .sf-sub-indicator {
    left: 0.75em;
    right: auto;
    background: url(/sites/all/libraries/superfish/images/arrows-ffffff-rtl.png) no-repeat -10px -100px;
}

.sf-menu.rtl a > .sf-sub-indicator {
    top: 0.8em;
    background-position: -10px -100px;
}

.sf-menu.rtl a:focus > .sf-sub-indicator,.sf-menu.rtl a:hover > .sf-sub-indicator,.sf-menu.rtl a:active > .sf-sub-indicator,.sf-menu.rtl li:hover > a > .sf-sub-indicator,.sf-menu.rtl li.sfHover > a > .sf-sub-indicator {
    background-position: 0 -100px;
}

.sf-menu.rtl ul .sf-sub-indicator {
    background-position: 0 0;
}

.sf-menu.rtl ul a > .sf-sub-indicator {
    background-position: -10px 0;
}

.sf-menu.rtl ul a:focus > .sf-sub-indicator,.sf-menu.rtl ul a:hover > .sf-sub-indicator,.sf-menu.rtl ul a:active > .sf-sub-indicator,.sf-menu.rtl ul li:hover > a > .sf-sub-indicator,.sf-menu.rtl ul li.sfHover > a > .sf-sub-indicator {
    background-position: 0 0;
}

.sf-navbar.rtl li li:hover ul,.sf-navbar.rtl li li.sfHover ul {
    right: 0;
}

.sf-navbar.rtl li li li:hover ul,.sf-navbar.rtl li li li.sfHover ul {
    right: 12em;
}

.sf-vertical.rtl li:hover ul,.sf-vertical.rtl li.sfHover ul {
    left: auto;
    right: 12em;
}

.sf-navbar.rtl ul .sf-sub-indicator {
    background-position: 0 -100px;
}

.sf-navbar.rtl ul a > .sf-sub-indicator {
    background-position: -10px -100px;
}

.sf-navbar.rtl ul a:focus > .sf-sub-indicator,.sf-navbar.rtl ul a:hover > .sf-sub-indicator,.sf-navbar.rtl ul a:active > .sf-sub-indicator,.sf-navbar.rtl ul li:hover > a > .sf-sub-indicator,.sf-navbar.rtl ul li.sfHover > a > .sf-sub-indicator {
    background-position: 0 -100px;
}

.sf-navbar.rtl ul ul .sf-sub-indicator {
    background-position: 0 0;
}

.sf-navbar.rtl ul ul a > .sf-sub-indicator {
    background-position: -10px 0;
}

.sf-navbar.rtl ul ul a:focus > .sf-sub-indicator,.sf-navbar.rtl ul ul a:hover > .sf-sub-indicator,.sf-navbar.rtl ul ul a:active > .sf-sub-indicator,.sf-navbar.rtl ul ul li:hover > a > .sf-sub-indicator,.sf-navbar.rtl ul ul li.sfHover > a > .sf-sub-indicator {
    background-position: 0 0;
}

.sf-vertical.rtl .sf-sub-indicator {
    background-position: -10px 0;
}

.sf-vertical.rtl a > .sf-sub-indicator {
    background-position: 0 0;
}

.sf-vertical.rtl a:focus > .sf-sub-indicator,.sf-vertical.rtl a:hover > .sf-sub-indicator,.sf-vertical.rtl a:active > .sf-sub-indicator,.sf-vertical.rtl li:hover > a > .sf-sub-indicator,.sf-vertical.rtl li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0;
}

.sf-menu.sf-style-space {
    float: left;
    margin-bottom: 1em;
    padding: 0;
}

.sf-menu.sf-style-space.sf-navbar {
    width: 100%;
}

.sf-menu.sf-style-space ul {
    padding-left: 0;
}

.sf-menu.sf-style-space a {
    color: #f1f1f1;
    font-weight: bold;
    padding: 0.75em 14px;
    font-size: 0.85em;
    white-space: nowrap;
    text-transform: uppercase;
}

.sf-menu.sf-style-space a.sf-with-ul {
    padding-right: 2.25em;
}

.sf-menu.sf-style-space.rtl a.sf-with-ul {
    padding-left: 2.25em;
    padding-right: 1em;
}

.sf-menu.sf-style-space.sf-navbar a {
    border: 0;
}

.sf-menu.sf-style-space span.sf-description {
    color: #13a;
    display: block;
    font-size: 0.8em;
    line-height: 1.5em;
    margin: 5px 0 0 5px;
    padding: 0;
}

.sf-menu.sf-style-space li,.sf-menu.sf-style-space li li,.sf-menu.sf-style-space li li li,.sf-menu.sf-style-space.sf-navbar {
    background: #222222;
}

.sf-menu.sf-style-space li:hover,.sf-menu.sf-style-space li.sfHover,.sf-menu.sf-style-space li.active a,.sf-menu.sf-style-space a:focus,.sf-menu.sf-style-space a:hover,.sf-menu.sf-style-space.sf-navbar li li {
    background: #e95644;
    color: #fff;
}

.sf-menu.sf-style-space li li,.sf-menu.sf-style-space li li li,.sf-menu.sf-style-space.sf-navbar {
    border-top: 1px solid #353434;
}

.sf-menu.sf-style-space li a.active {
    background: #e95644;
    color: #fff;
}

.sf-menu.sf-style-space.sf-navbar li ul {
    background-color: #008ad2;
}

.sf-menu.sf-style-space.sf-navbar li ul li ul {
    background-color: transparent;
}

.sf-menu.sf-style-space ul.sf-megamenu li.sf-megamenu-wrapper ol,.sf-menu.sf-style-space ul.sf-megamenu li.sf-megamenu-wrapper ol li {
    margin: 0;
    padding: 0;
}

.sf-menu.sf-style-space ul.sf-megamenu li.sf-megamenu-wrapper a.menuparent {
    font-weight: bold;
}

.sf-menu.sf-style-space ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
    display: inline;
    float: left;
    width: 12em;
}

.sf-menu.sf-style-space.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
    float: right;
}

.sf-menu.sf-style-space li.sf-parent-children-1 ul.sf-megamenu {
    width: 12em;
}

.sf-menu.sf-style-space li.sf-parent-children-2 ul.sf-megamenu {
    width: 24em;
}

.sf-menu.sf-style-space li.sf-parent-children-3 ul.sf-megamenu {
    width: 36em;
}

.sf-menu.sf-style-space li.sf-parent-children-4 ul.sf-megamenu {
    width: 48em;
}

.sf-menu.sf-style-space li.sf-parent-children-5 ul.sf-megamenu {
    width: 60em;
}

.sf-menu.sf-style-space li.sf-parent-children-6 ul.sf-megamenu {
    width: 72em;
}

.sf-menu.sf-style-space li.sf-parent-children-7 ul.sf-megamenu {
    width: 84em;
}

.sf-menu.sf-style-space li.sf-parent-children-8 ul.sf-megamenu {
    width: 96em;
}

.sf-menu.sf-style-space li.sf-parent-children-9 ul.sf-megamenu {
    width: 108em;
}

.sf-menu.sf-style-space li.sf-parent-children-10 ul.sf-megamenu {
    width: 120em;
}
