/* CSS Document */
/*-------------------------------------------------------*/
/*              CSS Reset
/*-------------------------------------------------------*/
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

/*-------------------------------------------------------*/
/*             The CSS Intro         
/*-------------------------------------------------------*/
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
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none
}
::-webkit-input-placeholder {
    color: #9eb2bc !important
}
:-moz-placeholder {
    color: #9eb2bc !important
}
::-moz-placeholder {
    color: #9eb2bc !important;
    opacity: 1
}
:-ms-input-placeholder {
    color: #9eb2bc
}
.section {
    overflow: hidden
}
.fp-viewing-page2 .signup-btn {
    opacity: 1;
    z-index: 9
}
.fp-viewing-page2 .signin-btn {
    opacity: 0;
    z-index: 0
}
.fp-viewing-page3 .logo {
    opacity: 0
}
.fp-viewing-page3 .logo-b {
    opacity: 1
}
.fp-viewing-page3 .menu-btn {
    color: #546167
}
.fp-viewing-page3 .theapp {
    color: #546167
}
.fp-viewing-page3 .signup-btn {
    opacity: 1;
    background-color: #00a0e2;
    border-radius: 40px;
    font-size: 14px;
    color: #FFF;
    line-height: 40px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-color: #00a0e2;
    z-index: 9
}
.fp-viewing-page3 .signup-btn:hover {
    background-color: #0DBDEF
}
.fp-viewing-page3 .signup-btn:active {
    background-color: #064F70
}
.fp-viewing-page3 .signin-btn {
    opacity: 0;
    z-index: 0
}
.fp-viewing-page4 .logo {
    opacity: 0
}
.fp-viewing-page4 .logo-b {
    opacity: 1
}
.fp-viewing-page4 .theapp {
    color: #546167
}
.fp-viewing-page4 .menu-btn {
    color: #546167
}
.fp-viewing-page4 .signup-btn {
    opacity: 1;
    background-color: #00a0e2;
    border-radius: 40px;
    font-size: 14px;
    color: #FFF;
    line-height: 40px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-color: #00a0e2;
    z-index: 9
}
.fp-viewing-page4 .signup-btn:hover {
    background-color: #0DBDEF
}
.fp-viewing-page4 .signup-btn:active {
    background-color: #064F70
}
.fp-viewing-page4 .signin-btn {
    opacity: 0;
    z-index: 0
}
.fp-viewing-page5 .logo {
    opacity: 1
}
.fp-viewing-page5 .signup-btn {
    opacity: 1;
    z-index: 9
}
.fp-viewing-page5 .signin-btn {
    opacity: 0;
    z-index: 0
}
#section0,
#section4 {
    background: url(images/home_main_bg.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.join-affiliate-section {
    position: absolute;
    display: table;
}
#section0 .intro,
#section4 .intro {
    position: relative;
    width: 900px;
    color: #fff;
    margin: 30px auto;
    padding-top: 150px;
}
#section0 .intro .left-panel,
#section4 .intro .left-panel {
    float: left;
    width: 500px
}
#section0 .intro .left-panel h1,
#section4 .intro .left-panel h1 {
    font-size: 58px;
    line-height: 64px;
    margin: 0 0 28px 0;
    font-weight: 700;
}
#section0 .intro .left-panel p,
#section4 .intro .left-panel p {
    font-size: 22px;
    line-height: 34px;
    width: 455px
}
#section0 .box-holder,
#section4 .box-holder {
    float: left;
    text-align: center;
    padding-bottom: 100px;
}
#section0 .box-holder .tos,
#section4 .box-holder .tos {
    margin-top: 21px;
    width: 368px;
    font-size: 14px;
    line-height: 17px;
    text-align: center
}

#section0 .box-holder .tos strong a,
#section4 .box-holder .tos strong a {
    text-decoration: none;
    color: white
}
#section0 .box-holder .register-form,
#section4 .box-holder .register-form {
    width: 250px;
    height: auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: white;
    padding: 30px 60px;
    padding-bottom: 15px;
    padding-top: 25px
}
#section0 .box-holder .register-form h2,
#section4 .box-holder .register-form h2 {
    text-align: center;
    font-size: 27px;
    line-height: 31px;
    color: #374448;
    margin: 0 0 20px 0;
    letter-spacing: 0
}
#section0 .box-holder .register-form .row,
#section4 .box-holder .register-form .row {
    margin: 0 0 15px
}
.register-form input[type="password"],
.register-form input[type="email"],
.register-form input[type="text"],
.register-form input[type="password"],
.register-form input[type="email"],
.register-form input[type="text"] {
    width: 230px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 2px #E6EBF0;
    font-size: 15px;
    line-height: 22px; 
    margin: 0;
    padding: 10px 0 10px 10px;
    color: #75848C;
    letter-spacing: 0;
    height: 18px;
    outline: none
}
.register-form input[type="password"]:hover,
.register-form input[type="password"]:focus,
.register-form input[type="email"]:hover,
.register-form input[type="email"]:focus,
.register-form input[type="text"]:hover,
.register-form input[type="text"]:focus,
.register-form input[type="password"]:hover,
.register-form input[type="password"]:focus,
.register-form input[type="email"]:hover,
.register-form input[type="email"]:focus,
.register-form input[type="text"]:hover,
.register-form input[type="text"]:focus {
    transition: border 0.7s ease-out;
    border: solid 2px #00A0E2
}
.register-form input[type="password"].error,
.register-form input[type="email"].error,
.register-form input[type="text"].error,
.register-form input[type="password"].error,
.register-form input[type="email"].error,
.register-form input[type="text"].error {
    border-color: #E65648
}
label.error {
    font-size: 14px;
    color: #E65648;
    line-height: 17px;
    text-align: left;
    margin: 0;
    display: block;
    margin-top: 6px;
    font-family: Arial, Helvetica, sans-serif;
}
.btn-submit {
    background-color: #00A0E2;
    border-radius: 43px;
    font-size: 15px;
    color: #fff;
    line-height: 42px;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 237px;
    height: 43px;
    border: 0;
    letter-spacing: 3px;
    margin-left: 3px;
    -webkit-appearance: none
}
.btn-submit:hover {
    background-color: #0DBDEF
}
.btn-submit:active {
    background-color: #064F70
}
a.sign-in-with-facebook-3 {
    background-color: #3B5998;
    border-radius: 43px;
    font-size: 14px;
    color: #fff;
    line-height: 43px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 237px;
    height: 43px;
    border-color: transparent;
    margin-left: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}
#section0 .box-holder .register-form a.sign-in-with-facebook-3:hover,
#section4 .box-holder .register-form a.sign-in-with-facebook-3:hover {
    background-color: #4464A4
}
#section0 .box-holder .register-form a.sign-in-with-facebook-3:active,
#section4 .box-holder .register-form a.sign-in-with-facebook-3:active {
    background-color: #314D8B
}
#section0 .box-holder .register-form .or-stripe-1,
#section4 .box-holder .register-form .or-stripe-1 {
    width: 244px;
    height: 8px;
    background-size: cover;
    margin: 17px 0 17px 3px
}
#section1 {
    background-color: #00A0E2
}
.section1 .intro {
    position: relative;
    width: 1100px;
    color: #fff;
    margin: 0 auto;
    display: block;
}
.section1-video-text {
    float: right;
    width: 35%;
    margin-top: 140px;
}
.section1-video-text h1 {
    font-size: 36px;
}
.section1-video-text p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 40px;
    color: #d7e2e6;
}
.section1 .wistia-video {
    width: 60%;
    float: left;
    margin: 120px 0 100px 0;
}
#section1 .intro .left-panel {
    float: left;
    width: 460px;
}
#section1 .intro .left-panel h1 {
    font-size: 45px;
    line-height: 48px;
    margin-top: 100px;
    font-weight: 700;
}
.macbook-analytics {
    margin-top: 100px;
}
#section1 .intro .left-panel p {
    font-size: 21px;
    line-height: 30px;
    width: 400px;
    margin-top: 30px;
}
#section1 .intro .right-panel {
    float: right;
    width: 440px;
    margin-bottom: 100px;
}
#section1 .intro .right-panel img {
    width: 440px;
}
#section1 .intro .right-panel .video-holder {
    background-image: url(images/poster.png);
    background-size: 208px 435px;
    width: 208px;
    height: 435px
}
#section1 .intro .right-panel .video-holder video {
    margin: 61px 17px
}
#section2 {
    background-color: #EFF1F4;
    height: 100%
}
#section2 .fp-tableCell {
    vertical-align: top
}
#section2 .header-bg-holder {
    height: 92px
}
#section2 .top-selector {
    height: 100px;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 9
}
#section2 .top-selector .title {
    position: relative;
    top: 20px;
    text-align: center;
    font-size: 26px;
    line-height: 31px;
    color: #374448;
    font-weight: 700;
}
#section2 .top-selector .select-underline {
    border-bottom: 2px solid #00a0e2;
    position: absolute;
    transition: 0.7s all ease;
    bottom: 4px;
    height: 2px;
    left: 40px;
    width: 84px
}
#section2 .top-selector ul {
    text-align: center;
    width: 1020px;
    margin: 0 auto;
    padding: 0;
    margin-top: 75px
}
#section2 .top-selector ul li {
    display: inline-block;
    list-style-type: none;
    width: auto;
    font-size: 16px;
    line-height: 18px;
    color: #374448;
    letter-spacing: 2px;
    margin-left: 28px;
    cursor: pointer;
}

#section2 .top-selector ul li.active {
    border-bottom: 3px solid #00a0e2;
    color: #00a0e2;
    height: 24px;
    transition: all 0.1s ease-out
}
#section2 .bottom-container {
    position: relative;
    height: 100%;
    width: 100%
}
#section2 .bottom-container .frames-container {
    height: 100%;
    width: 100%
}
#section2 .bottom-container .frames-container .frame {
    -moz-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    -webkit-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    opacity: 0;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    width: 1026px;
    margin-left: -513px;
    top: 30%;
    margin-top: -140px;
    height: 400px
}
#section2 .bottom-container .frames-container .frame .left-panel {
    float: left
}
#section2 .bottom-container .frames-container .frame .left-panel h1 {
    color: #374448;
    font-size: 30px;
    line-height: 36px;
}
#section2 .bottom-container .frames-container .frame .left-panel p {
    color: #75848C;
    font-size: 20px;
    line-height: 30px;
    width: 362px
}
#section2 .bottom-container .frames-container .frame .right-panel {
    float: right
}
#section2 .selected_slide1 .bottom-container .frames-container .frame1 {
    opacity: 1
}
#section2 .selected_slide2 .bottom-container .frames-container .frame2 {
    opacity: 1
}
#section2 .selected_slide3 .bottom-container .frames-container .frame3 {
    opacity: 1
}
#section2 .selected_slide4 .bottom-container .frames-container .frame4 {
    opacity: 1
}
#section2 .selected_slide5 .bottom-container .frames-container .frame5 {
    opacity: 1
}
#section2 .selected_slide6 .bottom-container .frames-container .frame6 {
    opacity: 1
}
#section2 .selected_slide7 .bottom-container .frames-container .frame7 {
    opacity: 1
}
#section2 .selected_slide1 .top-selector ul .select-underline {
    left: 4px
}
#section2 .selected_slide2 .top-selector ul .select-underline {
    left: 126px
}
#section2 .selected_slide3 .top-selector ul .select-underline {
    left: 250px
}
#section2 .selected_slide4 .top-selector ul .select-underline {
    left: 373px
}
#section2 .selected_slide5 .top-selector ul .select-underline {
    left: 496px
}
#section2 .selected_slide6 .top-selector ul .select-underline {
    left: 619px
}
#section2 .selected_slide7 .top-selector ul .select-underline {
    left: 742px
}
#section3 .container {
    width: 936px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#section3 .intro h1 {
    font-size: 30px;
    line-height: 36px;
    color: #374448;
    margin-bottom: 60px;
    font-weight: 700;
    margin-top: 100px;
}
#section3 .frames-container .frame {
    width: 300px;
    height: 202px;
    display: inline-block;
    background-size: 300px 202px;
    float: left;
    margin-left: 18px;
    color: white;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}
#section3 .frames-container .frame .back {
    display: none;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    border-radius: 5px
}
#section3 .frames-container .frame .back .title {
    margin: 50px 40px 0 40px;
    font-size: 17px;
    line-height: 20px;
}
#section3 .frames-container .frame .back .subtitle {
    margin: 10px 0 0 40px;
    font-size: 15px;
    line-height: 18px;
}
#section3 .frames-container .frame .main {
    padding-top: 160px;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 2px
}
#section3 .frames-container .frame:hover {
    background-size: 340px 222px;
    background-position: -20px -10px
}
#section3 .frames-container .frame:hover .back {
    display: inline-block
}
#section3 .frames-container .frame:hover .main {
    display: none
}
#section3 .frames-container .frame1 {
    background-image: url("images/beauty.jpg");
    margin-left: 0px
}
#section3 .frames-container .frame1 .back .title {
   
}
#section3 .frames-container .frame2 {
    background-image: url("images/jim.jpg")
}
#section3 .frames-container .frame3 {
    background-image: url("images/tom.jpg")
}
#section3 .frames-container .frame4 {
    background-image: url("images/katie.jpg");
    margin-left: 0px;
    margin-top: 18px
}
#section3 .frames-container .frame5 {
    background-image: url("images/paul.jpg");
    margin-top: 18px
}
#section3 .frames-container .frame6 {
    background-image: url("images/charlie.jpg");
    margin-top: 18px;
    margin-bottom: 100px;
}
#section4 {
    background: url(images/home_sec_bg.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
#section4 .title {
    font-size: 36px;
    line-height: 43px;
    top: 100px;
    color: #fff;
    position: relative;
    text-align: center;
    font-weight: 700;
}
#section4 .intro {
    color: white;
    text-align: center;
    width: 920px;
    margin: 0 auto;
    display: block;
   
}
#section4 .intro .box-holder {
    float: left
}
#section4 .intro .right-panel {
    float: right;
    width: 470px
}
#section4 .intro .right-panel img {
    width: 470px;
}
#section4 .intro .right-panel h1 {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 2px;
    opacity: 0.6;
    text-align: left;
    margin-top: 0;
    text-align: center
}

.section4-footer-links {
    clear: both;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.section4-footer-links ul {
    text-align: center;
    padding: 20px 0 30px 0;
}
.section4-footer-links ul li {
    display: inline-block;
    padding: 0 15px;
}
.section4-footer-links ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 13px;
}
.section4-footer-links ul li a:hover {
    color: #fff;
}
.section-wrapper {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
/*-------------------------------------------------------*/
/*             The Tab         
/*-------------------------------------------------------*/

#tabs .frame {
    width: 900px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}
#tabs .frame .left-panel {
    float: left;
    width: 400px;
    margin-top: 30px;
}
#tabs .frame .left-panel h1 {
    color: #374448;
    font-size: 30px;
    line-height: 36px;
}
#tabs .frame .left-panel p {
    color: #75848C;
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
}
#tabs .frame .right-panel {
    float: right;
    width: 400px;
}
#tabs .frame .right-panel img {
    width: 400px;
    margin-bottom: 100px;
}
.ui-state-active {
    border-bottom: 3px solid #00a0e2;
    color: #00a0e2;
    height: 24px;
    transition: all 0.1s ease-out;
}
.ui-tabs-anchor {
    display: inline-block;
    list-style-type: none;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    
    color: #374448;
    text-decoration: none;
}
.ui-tabs-anchor:focus {
    outline: none;
}
.ui-tabs-panel {
    padding: 0 30px;
}

/*-------------------------------------------------------*/
/*             The Mobile version          
/*-------------------------------------------------------*/
.section1, .section2, .section3, .section4, .small-section {display: none;}



/*-------------------------------------------------------*/
/*             Aditional (fixes and polishes)        
/*-------------------------------------------------------*/

.styled-select.slate {
    width: 244px;
}
.styled-select.slate {
    left: 3px;
    position: relative;
}
.styled-select.slate select {
    border: 1px solid #ddd;
}
.styled-select.slate select:focus {
    outline: none;
}
.btn-submit {
    width: 244px;
}
.btn-submit:focus {
    outline: none;
}
label.error {
    position: relative;
    left: 5px;
    display: none !important;
}

#section1 .intro .left-panel {
    width: 360px;
}
#section1 .intro .left-panel h1 {
    font-size: 41px;
    margin-top: 120px;
}
#section1 .intro .right-panel {
    width: 540px;
}
#section1 .intro .right-panel img {
    width: 540px;
}
#section1 .intro .left-panel p {
    width: 360px;
}

.asd-panel {
    width: 500px !important;
}
.asd-panel img {
    width: 500px !important;
}







