@media screen and (max-width: 520px) {
* {
    outline: none
}
.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;
    font-family: MuseoSansRounded-500 !important;
    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-size: 20px;
    line-height: 30px;
}
.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-family: MuseoSansRounded-500;
    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
}

body {
    margin: 0;
    overflow-x: hidden;
}
form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none
}
::-webkit-input-placeholder {
    color: #fff !important
}
:-moz-placeholder {
    color: #fff !important
}
::-moz-placeholder {
    color: #fff !important;
    opacity: 1
}
:-ms-input-placeholder {
    color: #fff
}
.section-resp {
    width: 100%;
    height: auto;
    overflow: hidden
}
.section1.open-email {
    width: 100%;
    height: 650px
}
.section1.open-email .register-form-mobile {
    height: 256px
}
.section1 {
    background: url(../images/home_sec_bg.jpg);
    background-size: cover;
    background-position: center
}
.section1 .logo {
    text-align: center;
    padding-top: 30px
}
.section1 h1 {
    font-size: 27px;
    line-height: 33px;
    color: white;
    text-align: center;
    padding-top: 60px;
}
.section1 .register-form-mobile {
    overflow: hidden;
    height: 0
}
.section1 .register-form-mobile .row {
    height: 46px;
    margin-bottom: 8px;
    text-align: center
}
.section1 .register-form-mobile input[type="password"],
.section1 .register-form-mobile input[type="email"],
.section1 .register-form-mobile input[type="text"] {
    width: 250px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: transparent;
    border: solid 2px #FFF;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 10px 0 10px 10px;
    color: white;
    letter-spacing: 0;
    height: 18px;
    outline: none
}
.section1 .register-form-mobile input[type="password"]:hover,
.section1 .register-form-mobile input[type="password"]:focus,
.section1 .register-form-mobile input[type="email"]:hover,
.section1 .register-form-mobile input[type="email"]:focus,
.section1 .register-form-mobile input[type="text"]:hover,
.section1 .register-form-mobile input[type="text"]:focus {
    border: solid 2px #00A0E2
}
.section1 .register-form-mobile .tos {
    font-size: 13px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.4);
    display: none;
}
.section1 .button-holder {
    margin-top: 70px;
}
.section1 .button-holder .facebook-btn {
    opacity: 1;
    border: 2px solid #fff;
    border-radius: 46px;
    font-size: 14px;
    color: white;
    line-height: 46px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 245px;
    margin: auto
}
.section1 .button-holder .facebook-btn:hover {
    border-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff
}
.section1 .button-holder .facebook-btn:active {
    border-color: rgba(0, 0, 0, 0.15);
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.16)
}
.section1 .button-holder .email-btn {
    opacity: 1;
    background-color: #fff;
    border-radius: 46px;
    font-size: 14px;
    color: #546167;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 245px;
    margin: auto;
    -webkit-appearance: none;
    padding: 15px 0;
}
.section1 .button-holder .email-btn:hover {
    background-color: #E6EBF0
}
.section1 .button-holder .email-btn:active {
    background-color: rgba(255, 255, 255, 0.25)
}
.section1 .button-holder span {
    letter-spacing: 0px
}
.section1 .button-holder .or {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 35px;
}
.section2 {
    background-color: #00A0E2;
}
.section2 h1 {
    font-size: 20px;
    line-height: 24px;
    color: white;
    text-align: center;
    margin-top: 60px;
}
.section2 img {
    position: relative;
    width: 90%;
    padding: 0 20px;
    margin-top: 60px;
}
.section3 {
    height: 127px;
    background-color: #EFF1F4;
    text-align: center
}
.section3 h1 {
    padding-top: 45px;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
}
.small-section {
    height: 187px;
    width: 100%;
    text-align: center
}
.small-section .small-section-holder {
    width: 261px;
    height: 187px;
    margin: auto;
    border-bottom: 1px solid #E6EBF0
}
.small-section .small-section-holder img {
    margin-top: 30px
}
.small-section .small-section-holder h2 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 0px
}
.small-section .small-section-holder h3 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 0px
}
.section4 {
    background-color: #EFF1F4
}
.section4 h1 {
    color: #374448;
    text-align: center;
    font-size: 27px;
    line-height: 36px;
    margin: 0;
    padding-top: 65px
}
.section4 .button-holder2 .facebook-btn {
    opacity: 1;
    background-color: #3B5998;
    border-radius: 46px;
    font-size: 12px;
    color: white;
    line-height: 46px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 245px;
    margin: auto
}
.section4 .button-holder2 .facebook-btn:hover {
    background-color: #4464A4
}
.section4 .button-holder2 .facebook-btn:active {
    background-color: #314D8B
}
.section4 .button-holder2 .email-btn {
    opacity: 1;
    background-color: #00A0E2;
    border-radius: 46px;
    font-size: 14px;
    color: white;
    line-height: 46px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 245px;
    margin: auto;
    margin-top: 35px
}
.section4 .button-holder2 .email-btn:hover {
    background-color: #0DBDEF
}
.section4 .button-holder2 .email-btn:active {
    background-color: #064F70
}
.section4 .button-holder2 .or {
    font-size: 13px;
    line-height: 16px;
    margin: 12px;
    text-align: center;
    color: #75848C
}
.section4 .flok-footer {
    font-size: 15px;
    line-height: 18px;
    color: #B3C0C6;
    text-align: center;
    margin-top: 30px
}
.select-resp {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 34px !important;
    margin-bottom: 14px !important;
}
.styled-select.slate {
    width: 268px;
}
.styled-select.slate select {
    border: 2px solid #fff;
    background: #fff;
}



}
/* ---end mobile resp--*/