@charset "UTF-8";
/* CSS Document */

#navigation {
    display: block;
    float: right;
	padding-left:150px;
}
#navigation ul {
    margin: 0;
}
#navigation .sf-menu ul {
    width: 160px;
}
#navigation ul.sf-menu li li:hover ul, #navigation ul.sf-menu li li.sfHover ul {
    left: 160px;
}
#navigation .sf-menu > li:hover > ul, #navigation .sf-menu > li.sfHover > ul {
}
#navigation ul.main-nav {
    margin: 0;
}
#navigation .sf-menu li {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    margin: 0;
}
#navigation .sf-menu a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color rgba(0, 0, 0, 0);
    border-image: none;
    border-style: none none solid;
  
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    opacity: 0.8;
    padding: 0 5px;
    transition-delay: 0.1s;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
#navigation .sf-menu li:hover, #navigation .sf-menu li.sfHover, #navigation .sf-menu li.sfHover a, #navigation .sf-menu li.current-menu-item a, #navigation .sf-menu a:focus, #navigation .sf-menu a:hover, #navigation .sf-menu a:active, #navigation .sf-menu li.selected a, #navigation .current-menu-parent a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    opacity: 1;
}

#navigation .sf-menu a.sf-with-ul {
    padding-right: 27px;
}
#navigation .sf-sub-indicator {
    bottom: 0 !important;
    height: 100%;
    right: 13px;
    width: 13px;
}
#navigation .sf-sub-indicator .icon {
    display: block;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 12px;
}
#navigation li li .sf-sub-indicator, #navigation li li .sf-sub-indicator .icon {
    display: none;
}
#navigation .sf-menu li li {
    border-bottom: 1px solid #454647;
}
#navigation .sf-menu li li:last-child {
    border: 0 none;
}
#navigation .sf-menu li li a {
    background-color: #353637 !important;
    border-bottom: 0 none;
    border-left: 0 none;
    color: #CECECE !important;
    font-size: 13px;
    font-weight: normal;
    opacity: 1;
    padding: 12px 15px;
    text-shadow: none;
}
#navigation .sf-menu li li a:hover, #navigation .sf-menu li li a:focus, #navigation .sf-menu li li a:active {
    background-color: #2B2C2D !important;
    color: #4CADE6 !important;
    opacity: 1;
}
#navigation .sf-menu li ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border-color: none;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 2px 0 0;
}
#navigation .sf-menu li ul ul {
    background: none repeat scroll 0 0 #313232;
    margin-top: -2px;
    padding-top: 0;
}
#mobile-nav, #mobile-menu, #mobile-menu-open {
    display: none;
}
#mobile-menu-open {
    height: 28px;
    margin: 0 auto;
    width: 28px;
}
#mobile-menu-open .icon {
    font-size: 28px;
    line-height: 28px;
}
#mobile-nav {
    background: none repeat scroll 0 0 #353637;
    position: absolute;
    width: 100%;
    z-index: 999;
}
#m-menu, #m-menu ul {
    margin: 0;
    padding: 0;
}
#m-menu li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#m-menu li a {
    border-bottom: 1px solid #454647;
    color: #CECECE;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    text-decoration: none;
    transition-delay: 0.1s;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
#m-menu > li > a {
    background-color: #353637;
}
#m-menu li a:hover {
    background-color: #2B2C2D;
    color: #4CADE6;
}
#m-menu li li a, #m-menu li li li a, #m-menu li li li li a {
    color: #CECECE;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 5px;
}
#m-menu li li a {
    padding-left: 30px;
}
#m-menu li li li a {
    font-style: italic;
    padding-left: 60px;
}
#fixed-navigation #fixed-menu {
    float: right;
}
#fixed-navigation .sf-menu ul {
    width: 160px;
}
#fixed-navigation ul.sf-menu li li:hover ul, #fixed-navigation ul.sf-menu li li.sfHover ul {
    left: 160px;
}
#fixed-navigation .sf-menu li {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    margin: 0;
}
#fixed-navigation .sf-menu li a {
    border: 0 none;
    color: #FFFFFF;
    font-size: 13px;
    opacity: 1;
    padding: 0 15px;
    transition-delay: 0.1s;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
#fixed-navigation > .wrap > .col-24 > .sf-menu > li > a {
    height: 50px;
    line-height: 50px;
}
#fixed-navigation > .wrap > .col-24 > .sf-menu > li:hover, #fixed-navigation > .wrap > .col-24 > .sf-menu > li.sfHover, #fixed-navigation > .wrap > .col-24 > .sf-menu > li.sfHover > a, #fixed-navigation > .wrap > .col-24 > .sf-menu > li.current-menu-item > a, #fixed-navigation > .wrap > .col-24 > .sf-menu > li > a:focus, #fixed-navigation > .wrap > .col-24 > .sf-menu > li > a:hover, #fixed-navigation > .wrap > .col-24 > .sf-menu > li > a:active, #fixed-navigation > .wrap > .col-24 > .sf-menu > li.selected > a, #fixed-navigation > .wrap > .col-24 > .current-menu-parent > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #4CADE6;
}
#fixed-navigation .sf-menu a.sf-with-ul {
    padding-right: 30px;
}
#fixed-navigation .sf-sub-indicator {
    bottom: 0 !important;
    height: 100%;
    right: 13px;
    width: 13px;
}
#fixed-navigation .sf-sub-indicator .icon {
    display: block;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 12px;
}
#fixed-navigation li li .sf-sub-indicator, #fixed-navigation li li .sf-sub-indicator .icon {
    display: none;
}
#fixed-navigation .sf-menu > li:hover > ul, #fixed-navigation .sf-menu > li.sfHover > ul {
    top: 50px;
}
#fixed-navigation .sf-menu li li {
    border-bottom: 1px solid #454647;
}
#fixed-navigation .sf-menu li li:last-child {
    border: 0 none;
}
#fixed-navigation .sf-menu li li a {
    background-color: #353637 !important;
    border-bottom: 0 none;
    border-left: 0 none;
    color: #CECECE !important;
    font-size: 13px;
    font-weight: normal;
    opacity: 1;
    padding: 12px 15px;
    text-shadow: none;
}
#fixed-navigation .sf-menu li li a:hover, #fixed-navigation .sf-menu li li a:focus, #fixed-navigation .sf-menu li li a:active {
    background-color: #2B2C2D !important;
    color: #4CADE6 !important;
    opacity: 1;
}


body, .inputbox, input, textarea, button, .button, .ui-widget, .mb2-revslider-container .caption {
    font-family: 'Open Sans';
    font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    text-transform: none;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
#navigation .sf-menu a, #fixed-navigation .sf-menu a {
    font-family: 'Open Sans';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
}
#navigation .sf-menu li li a, #fixed-navigation .sf-menu li li a {
    font-family: 'Open Sans';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
}
#logo {
    margin-top: 5px;
}
#logo img {
    max-width: 215px;
}
#logo img {
    max-height: 80px;
}
#navigation > .sf-menu > li > a, #mobile-menu-open {
    height: 89px;
    line-height: 89px;
}
#navigation .sf-menu > li:hover > ul, #navigation .sf-menu > li.sfHover > ul {
    top: 89px;
}
#header {
    min-height: 129px;
}
#page-a {
    padding-top: 179px;
}
#mobile-nav {
    top: 129px;
}
#slider .under-header {
    margin-top: -179px;
    min-height: 179px;
}
#slider .below-header-no-margin {
    margin-top: -50px;
    min-height: 50px;
}
#page-a {
    background-color: #001B32;
}
#sliding-panel {
    display: none;
}
#mb2-content-wrap-100 {
    max-width: 100%;
    width: 1080px;
}
#mb2-content-wrap-100 .item-col-2 {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 540px;
}
#mb2-content-wrap-100 .mb2-content-item-inner {
    margin: 0 10px 30px;
}
#mb2-content-wrap-100 .mb2-content-item-media {
    max-width: 100%;
    width: 520px;
}
#mb2-content-wrap-100 .mb2-content-item-deatils {
    max-width: 100%;
    width: 520px;
}
#mb2-content-wrap-100 .mb2-content-item-inner .mb2-content-item-media-inner {
    margin: 0;
}
#mb2-portfolio-module-wrap-93 {
    max-width: 100%;
    width: 1080px;
}
#mb2-portfolio-module-wrap-93 .mb2-portfolio-module-item {
    max-width: 100%;
    width: 270px;
}
#mb2-portfolio-module-wrap-93 .mb2-portfolio-module-item-inner {
    margin: 0 10px 3px;
}
#mb2-portfolio-module-wrap-93 .mb2-portfolio-module-item-media {
    max-width: 100%;
    width: 250px;
}
#mb2-portfolio-module-wrap-93 .mb2-portfolio-module-item-details {
    max-width: 100%;
    width: 250px;
}
#mb2-portfolio-module-wrap-93 .mb2-portfolio-module-item-media-inner {
    margin: 0;
}
#mb2-portfolio-module-wrap-93 .mb2-portfolio-module-nav {
    right: 10px;
    top: -22px;
}
#mb2-revslider-container-122 {
    height: auto;
    max-width: 100%;
    padding-bottom: 0;
    width: 1300px;
}
#mb2-revslider-122 {
    max-height: 600px !important;
    max-width: 1300px;
}
#mb2-revslider-container-122 .rev-caption-custom-16 {
    box-shadow: none;
    font-size: 42px;
    font-style: normal;
    font-weight: bold;
    line-height: 42px;
    padding: 0;
    text-shadow: none;
    text-transform: uppercase;
}
#mb2-revslider-container-122 .rev-caption-custom-17 {
    box-shadow: none;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    padding: 0;
    text-shadow: none;
    text-transform: uppercase;
}
#mb2-revslider-container-122 .rev-caption-custom-20 {
    box-shadow: none;
    font-size: 42px;
    font-style: normal;
    font-weight: bold;
    line-height: 42px;
    padding: 0;
    text-shadow: none;
    text-transform: uppercase;
}
#mb2-revslider-container-122 .rev-caption-custom-21 {
    box-shadow: none;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    padding: 0;
    text-shadow: none;
    text-transform: uppercase;
}
#mb2-revslider-container-122 .rev-caption-custom-23 {
    box-shadow: none;
    font-size: 42px;
    font-style: normal;
    font-weight: bold;
    line-height: 42px;
    padding: 0;
    text-shadow: none;
    text-transform: uppercase;
}
#mb2-revslider-container-122 .rev-caption-custom-24 {
    box-shadow: none;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    padding: 0;
    text-shadow: none;
    text-transform: uppercase;
}
#mb2-revslider-container-122 .rev-caption-custom-27 {
    box-shadow: none;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    padding: 0;
    text-shadow: none;
    text-transform: uppercase;
}
#mb2-revslider-container-122 .rev-caption-custom-29 {
    box-shadow: none;
    font-size: 42px;
    font-style: normal;
    font-weight: bold;
    line-height: 42px;
    padding: 0;
    text-shadow: none;
    text-transform: uppercase;
}
