body {
    font-family: 'Montserrat', sans-serif;
}
.sod_select,
.sod_select * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.sod_select {
    display: inline-block;
    position: relative;
    line-height: 1;
    width: 200px;
    padding: 15px 10px;
    border: 3px solid #5e5e5e;
    background: #ffffff;
    color: #444444;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    outline: 0;
    outline-offset: -2px;
    cursor: default
}
.sod_select:before,
.sod_select:after {
    content: "\25B2";
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 7px
}
.sod_select:after {
    content: "\25BC";
    top: auto;
    bottom: 12px
}
.sod_select:hover,
.sod_select.open,
.sod_select.focus {
    border-color: #000000
}
.sod_select.open {
    color: #919191
}
.sod_select.focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}
.sod_select.disabled {
    border-color: #828282;
    color: #b2b2b2;
    cursor: not-allowed
}
.sod_select .sod_label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px
}
.sod_select .sod_list_wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    height: auto;
    width: 200px;
    margin: 0 0 0 -3px;
    background: #ffffff;
    border: 3px solid #000000;
    border-top: none;
    color: #444444;
    font-weight: 300;
    z-index: 1
}
.sod_select.open .sod_list_wrapper {
    display: block
}
.sod_select.disabled.open .sod_list_wrapper {
    display: none
}
.sod_select.above .sod_list_wrapper {
    top: auto;
    bottom: 100%;
    border-top: 3px solid #000000;
    border-bottom: none
}
.sod_select .sod_list {
    display: block;
    overflow-y: auto;
    padding: 0;
    margin: 0
}
.sod_select .sod_option {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding: 10px 10px;
    list-style-type: none
}
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
    background: inherit;
    color: #939393;
    font-size: 10px;
    font-style: italic
}
.sod_select .sod_option.groupchild {
    padding-left: 20px
}
.sod_select .sod_option.is-placeholder {
    display: none
}
.sod_select .sod_option.disabled {
    background: inherit;
    color: #cccccc
}
.sod_select .sod_option.active {
    background: #f7f7f7;
    color: #333333
}
.sod_select .sod_option.selected {
    font-weight: 700;
    padding-right: 25px
}
.sod_select .sod_option.selected:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #808080;
    height: 9px;
    width: 10px;
}
.sod_select.no_highlight .sod_option.selected {
    font-weight: 300
}
.sod_select.no_highlight .sod_option.selected:before {
    display: none
}
.sod_select select {
    display: none !important
}
.sod_select.touch select {
    -webkit-appearance: menulist-button;
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1
}
.selectricWrapper {
    position: relative;
    margin: 0 0 10px;
    cursor: pointer;
    width: 150px;
    border-radius: 40px;
    height: 0px;
    float: left;
    margin-left: 15px
}
.selectricResponsive {
    width: 100%
}
.selectric {
    border: 1px solid #D0DADE;
    position: relative;
    border-radius: 40px;
    height: 41px;
    padding-top: 0;
    background: white;
    text-align: center
}
.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 30px 0 0;
    padding: 6px;
    min-height: 18px;
    text-align: center;
    padding-top: 10px;
    border-radius: 40px;
    background: white;
    margin-top: 1px;
    height: 24px;
    color: #75848C !important;
    letter-spacing: 1.73px !important;
    line-height: 21px !important;
    width: 78%;
    width: auto;
    font-size: 14px;
    padding-left: 0;
    padding-right: 5px
}
.selectric .button {
    border-left: 1px solid #B3C0C6;
    top: 5px;
    right: 5px;
    display: block;
    position: absolute;
    width: 30px;
    height: 31px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial
}
.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 7px;
    background-size: 12px 7px
}
.selectricHover .selectric {
    border-color: #CCC
}
.selectricHover .selectric .button {
    color: #888
}
.selectricHover .selectric .button:after {
    border-top-color: #888
}
.selectricOpen {
    z-index: 9999
}
.selectricOpen .selectric {
    border-color: #CCC;
    background: #F0F0F0
}
.selectricOpen .selectricItems {
    display: block
}
.selectricDisabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-touch-callout: none;
    user-select: none
}
.selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}
.selectricHideSelect select {
    position: absolute;
    left: -100%;
    display: none
}
.selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important
}
.selectricTempShow {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}
.selectricItems {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F9F9F9;
    border: 1px solid #CCC;
    box-shadow: 0 0 10px -6px;
    width: 148px;
    z-index: 20;
    border-radius: 20px;
    overflow: hidden
}
.selectricItems .selectricScroll {
    height: 100%;
    overflow: auto;
    margin-top: -1px;
    border-radius: 0
}
.selectricAbove .selectricItems {
    top: auto;
    bottom: 100%;
    overflow: hidden
}
.selectricItems ul,
.selectricItems li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px
}
.selectricItems li {
    display: block;
    padding: 5px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EEE;
    cursor: pointer;
    height: 25px;
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
    color: #75848C;
    letter-spacing: 1.73px;
    line-height: 20px;
    margin-top: -1px;
    text-transform: capitalize
}
.selectricItems li:first-child {
    border-top-right-radius: 19px;
    border-top-left-radius: 19px;
    height: 25px;
    padding-top: 14px
}
.selectricItems li:last-child {
    border-bottom-right-radius: 19px;
    border-bottom-left-radius: 19px
}
.selectricItems li.selected {
    background: #00a0e2;
    color: white
}
.selectricItems li:hover {
    background: #00a0e2;
    color: white
}
.selectricItems li.disabled {
    background: #F5F5F5;
    color: #BBB;
    border-top-color: #FAFAFA;
    cursor: default
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.menu-open .menu {
    opacity: 1;
    width: 476px;
    height: 380px;
    display: block
}
.menu {
    width: 476px;
    height: 380px;
    background-color: #E6EBF0;
    position: fixed;
    top: 76px;
    left: 115px;
    z-index: 11;
    border-radius: 12px;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}
.menu:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 90px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #E6EBF0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent
}
.menu .menu-holder {
    margin-top: 7px;
    margin-left: 50px
}
.menu .menu-holder .panel {
    float: left;
    width: 205px;
    background: transparent;
    border: transparent;
    padding: 0;
    margin: 0
}
.menu .menu-holder .panel a {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
    color: #374448;
    display: block;
    margin-top: 28px;
    text-decoration: none
}
.menu .menu-holder .social-icons {
    width: 245px
}
.menu .menu-holder .social-icons .social-icon {
    float: left;
    margin-left: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 180px 60px
}
.menu .menu-holder .social-icons .ico1 {
    background-position: 0px 0
}
.menu .menu-holder .social-icons .ico2 {
    background-position: -30px 0
}
.menu .menu-holder .social-icons .ico3 {
    background-position: -60px 0
}
.menu .menu-holder .social-icons .ico4 {
    background-position: -90px 0
}
.menu .menu-holder .social-icons .ico5 {
    background-position: -120px 0
}
.menu .menu-holder .social-icons .ico6 {
    background-position: -150px 0
}
.menu .menu-holder .social-icons .no-margin {
    margin-left: 0
}
.header .logo {
    background: none;
    overflow: initial;
    margin: 0;
    width: initial;
    height: initial;
    text-indent: initial;
    position: absolute;
    left: 33px;
    top: 18px;
    z-index: 9;
    opacity: 1;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out
}
.header .logo-b {
    background: none;
    overflow: initial;
    margin: 0;
    width: initial;
    height: initial;
    text-indent: initial;
    position: absolute;
    left: 33px;
    top: 18px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out
}
.header .menu-btn {
    color: white;
    z-index: 9;
    position: absolute;
    top: 28px;
    left: 131px;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    background-size: cover;
    width: 110px;
    height: 35px;
    background-size: 16px 14px;
    background-position: 27px 9px;
    background-repeat: no-repeat
}
.header .menu-btn .menu-text {
    position: absolute;
    display: block;
    left: 57px
}
.header .menu-btn:hover {
    opacity: 0.6
}
.header .signin-btn {
    z-index: 9;
    position: absolute;
    right: 190px;
    top: 26px;
    background-color: white;
    border-radius: 40px;
    font-size: 14px;
    color: #374448;
    line-height: 40px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 120px;
    height: 40px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1
}
.header .signin-btn:hover {
    background-color: #E6EBF0
}
.header .signin-btn:active {
    background-color: rgba(255, 255, 255, 0.25)
}
.header .contact-btn {
    z-index: 9;
    position: absolute;
    right: 22px;
    top: 26px;
    background-color: white;
    border-radius: 40px;
    font-size: 14px;
    color: #374448;
    line-height: 40px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 160px;
    height: 40px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1
}
.header .contact-btn a {
    color: #374448;
    text-decoration: none;
    padding: 10px;
}
.header .contact-btn:hover {
    background-color: #E6EBF0
}
.header .contact-btn:active {
    background-color: rgba(255, 255, 255, 0.25)
}
.header .signup-btn {
    z-index: 0;
    position: absolute;
    right: 20px;
    top: 26px;
    background-color: white;
    border-radius: 40px;
    font-size: 14px;
    color: #374448;
    line-height: 40px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 120px;
    height: 40px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0
}
.header .signup-btn:hover {
    background-color: #E6EBF0
}
.header .signup-btn:active {
    background-color: rgba(255, 255, 255, 0.25)
}
.header .theapp {
    z-index: 9;
    position: absolute;
    left: 276px;
    top: 28px;
    color: white;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 2px;
    text-decoration: none;
    height: 35px;
    opacity: 1;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out
}
.fp-viewing-page3 .menu,
.fp-viewing-page4 .menu,
.secondary .menu {
    background-color: #00a0e2
}
.fp-viewing-page3 .menu .menu-holder .panel a,
.fp-viewing-page4 .menu .menu-holder .panel a,
.secondary .menu .menu-holder .panel a {
    color: #fff
}
.fp-viewing-page3 .menu .social-icons,
.fp-viewing-page4 .menu .social-icons,
.secondary .menu .social-icons {
    width: 245px
}
.fp-viewing-page3 .menu .social-icons .social-icon,
.fp-viewing-page4 .menu .social-icons .social-icon,
.secondary .menu .social-icons .social-icon {
    background-position-y: -30px
}
.fp-viewing-page3 .menu:after,
.fp-viewing-page4 .menu:after,
.secondary .menu:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 90px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #00a0e2;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent
}