@media(max-width:360px){

    div#wrapper {
        width: 980px;
    }

    section {
        width: 980px;
    }

    section.smile-section {
        margin: 0;
        padding: 0;
        background: url(../../img/pages/home3/smilebg.png) no-repeat center center scroll;
        background-size: cover;
        height: 420px;
        width: 980px;
    }

    div#login-section{
        width: 980px;   
    }

    div#top-section{
        width: 980px;   
    }

    div#top-section-content{
        display: flex;
    }

    div#top-section div#top-section-content {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }
    
    div.hero-content {
        display: flex;
        justify-content: space-between;
        align-self: center;
        height: 565px;
    }

    section.hero-section {
        margin: 0;
        padding: 0;
        background: url("../../img/pages/home3/landing-hero.png") no-repeat center center scroll;
        background-size: cover;
        height: 490px;
        width: 980px;
    }

    .form-title {
        color: #ffffff;
        font-size: 25px;
        font-weight: bold;
        padding-bottom: 0px;
    }

    .welcome-section {
        padding-bottom: 30px;
        padding-top: 0px;
    }

    div.left-content a{
        font-size: 19px;
    }
    div.right-content a{
        font-size: 19px;
    }
    div.flex-column{
        display: flex;
    }
    #top-section-content div#company-identity-container {
        display: flex;
        align-items: self-end;
        align-self: flex-start;
        text-align: right;
    }
  
  }

@media(max-width:412px){

    div#wrapper {
        width: 980px;
    }

    section {
        width: 980px;
    }

    section.smile-section {
        margin: 0;
        padding: 0;
        background: url(../../img/pages/home3/smilebg.png) no-repeat center center scroll;
        background-size: cover;
        height: 420px;
        width: 980px;
    }

    div#login-section{
        width: 980px;   
    }

    div#top-section{
        width: 980px;   
    }

    div#top-section-content{
        display: flex;
    }

    div#top-section div#top-section-content {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }
    
    div.hero-content {
        display: flex;
        justify-content: space-between;
        align-self: center;
        height: 565px;
    }

    section.hero-section {
        margin: 0;
        padding: 0;
        background: url("../../img/pages/home3/landing-hero.png") no-repeat center center scroll;
        background-size: cover;
        height: 490px;
        width: 980px;
    }

    .form-title {
        color: #ffffff;
        font-size: 25px;
        font-weight: bold;
        padding-bottom: 0px;
    }

    .welcome-section {
        padding-bottom: 30px;
        padding-top: 0px;
    }

    div.left-content a{
        font-size: 19px;
    }
    div.right-content a{
        font-size: 19px;
    }
    div.flex-column{
        display: flex;
    }
    #top-section-content div#company-identity-container {
        display: flex;
        align-items: self-end;
        align-self: flex-start;
        text-align: right;
    }

  }

@media(max-width:540px){

    div#wrapper {
        width: 888px;
    }

    section {
        width: 888px;
    }

    div#login-section{
        width: 888px;   
    }

    div#top-section{
        width: 888px;   
    }

    div#top-section-content{
        display: flex;
    }

    div#top-section div#top-section-content {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }
    
    div.hero-content {
        display: flex;
        justify-content: space-between;
        align-self: center;
        height: 565px;
    }

    section.hero-section {
        margin: 0;
        padding: 0;
        background: url("../../img/pages/home3/landing-hero.png") no-repeat center center scroll;
        background-size: cover;
        height: 490px;
        width: 888px;
    }

    .form-title {
        color: #ffffff;
        font-size: 25px;
        font-weight: bold;
        padding-bottom: 0px;
    }

    .welcome-section {
        padding-bottom: 30px;
        padding-top: 0px;
    }

    section.smile-section {
        margin: 0;
        padding: 0;
        background: url(../../img/pages/home3/smilebg.png) no-repeat center center scroll;
        background-size: cover;
        height: 420px;
        width: 888px;
    }
    div.left-content a{
        font-size: 19px;
    }
    div.right-content a{
        font-size: 19px;
    }
    div.flex-column{
        display: flex;
    }

    div.text-wrapper {
        background: #242526;
        width: 507px;
        display: flex;
        flex-direction: column;
        align-self: center;
        padding: 45px;
        height: 400px;
    }

    h3.dating-title {
        font-size: 25px;
        color: #ffffff;
    }

    #top-section-content div#company-identity-container {
        display: flex;
        align-items: self-end;
        align-self: flex-start;
        text-align: right;
    }

    div.agent-content img {
        height: 100%;
    }

    section.footer {
        background: #242526;
        height: 87px;
        display: flex; 
        align-self: center;
    }

  }
@media(min-width:768px){
    div#wrapper {
        width: 1051px;
    }

    section {
        width: 1051px;
    }

    .container {
        width: 100%;
    }
    
    .logo-container {
      display: inline-block;
      width: 300px;
      height: 60px;
    }

    section.smile-section {
        margin: 0;
        padding: 0;
        background: url(../../img/pages/home3/smilebg.png) no-repeat center center scroll;
        background-size: cover;
        height: 420px;
        width: 1051px;
    }

    div#login-section{
        width: 1051px;   
    }

    div#top-section{
        width: 1051px;   
    }

    div#top-section-content{
        display: flex;
    }

    div#top-section div#top-section-content {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }
    
    div.hero-content {
        display: flex;
        justify-content: space-between;
        align-self: center;
        height: 468px;
    }

    section.hero-section {
        margin: 0;
        padding: 0;
        background: url("../../img/pages/home3/landing-hero.png") no-repeat center center scroll;
        background-size: cover;
        height: 490px;
        width: 1051px;
    }

    .form-title {
        color: #ffffff;
        font-size: 25px;
        font-weight: bold;
        padding-bottom: 0px;
    }

    .welcome-section {
        padding-bottom: 30px;
        padding-top: 0px;
    }

    div.left-content a{
        font-size: 19px;
    }
    div.right-content a{
        font-size: 19px;
    }
    div.flex-column{
        display: flex;
    }

    div.text-wrapper {
        background: #242526;
        width: 507px;
        display: flex;
        flex-direction: column;
        align-self: center;
        padding: 45px;
        height: 400px;
    }

    h3.dating-title {
        font-size: 36px;
        color: #ffffff;
    }
    
    #top-section-content div#company-identity-container {
        display: flex;
        align-items: self-end;
        align-self: flex-start;
        text-align: right;
    }

    div.agent-content img {
        height: 100%;
    }

    section.footer {
        background: #242526;
        height: 87px;
        display: flex;
        align-self: center;
    }
}
@media(min-width:992px){
    div#wrapper {
        width: 100%;
    }

    section {
        width: 100%;
    }

    section.smile-section {
        margin: 0;
        padding: 0;
        background: url(../../img/pages/home3/smilebg.png) no-repeat center center scroll;
        background-size: cover;
        height: 420px;
        width: 100%;
    }

    div#login-section{
        width: 100%;
    }

    div#top-section{
        width: 100%;
    }

    div#top-section-content{
        display: flex;
    }

    div#top-section div#top-section-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    div.hero-content {
        display: flex;
        justify-content: space-between;
        align-self: center;
        height: 565px;
    }

    section.hero-section {
        margin: 0;
        padding: 0;
        background: url("../../img/pages/home3/landing-hero.png") no-repeat center center scroll;
        background-size: cover;
        height: 490px;
        width: 100%;
    }

    .form-title {
        color: #ffffff;
        font-size: 25px;
        font-weight: bold;
        padding-bottom: 0px;
    }

    .welcome-section {
        padding-bottom: 30px;
        padding-top: 0px;
    }

    div.text-wrapper {
        background: #242526;
        width: 507px;
        display: flex;
        flex-direction: column;
        align-self: center;
        padding: 45px;
        height: 400px;
    }

    h3.dating-title {
        font-size: 36px;
        color: #ffffff;
    }

    div.left-content a{
        font-size: 19px;
    }
    div.right-content a{
        font-size: 19px;
    }
    div.flex-column{
        display: flex;
    }
    #top-section-content div#company-identity-container {
        display: flex;
        align-items: self-end;
        align-self: flex-start;
        text-align: right;
    }

    div.agent-content img {
        height: 100%;
    }

    section.footer {
        background: #242526;
        height: 47px;
        display: flex;
        align-self: center;
    }

}
@media(min-width:1200px){

  .nav .nav-pills{
    width: 100%;
  }
}

.clearfix {
    display: block;
}

.page {
    padding: 0 120px;
}

.center {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

a {
    -moz-outline: none 0;
    outline: none 0;
}

img.header-bgcolor {
    position: fixed;
    right: 0px;
    width: 100%;
    left: 0px;
    min-height: 4px;
    z-index: 1031;
}

#login-section {
    background-image: url("../../img/pages/home2/color.jpg"), url("../../img/pages/home2/header-background.gif");
    background-repeat: repeat-x, repeat;
    /*background-position: right top, left top;*/
    padding-bottom: 10px;
}

#login-section h3 {
    color: #fff;
}

#login-section h3,
h1 {
    font-family: 'Oswald', helvetica !important;
}

.blue-btn {
    background-color: #45b7d3;
    color: #fff;
}

.blue {
    color: #45b7d3;
}

.grey {
    color: #949596;
}

.purple,
.purple a {
    color: #c0417f !important;
}

.green {
    color: #34cf95;
}

.yellow {
    color: #f3b82a;
}

#top-section div#top-section-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#right-content {
    display: flex;
    align-self: flex-end;
}

#login-section div#top-section-content {
    padding-top: 15px;
}

#top-section-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-text,
.top-link {
    color: #949596;
}

.top-text a {
    text-decoration: underline;
    color: #949596;
}

.logo img {
    width: 153px;
    height: 45px;
}

#top-section-content div#logo-container {
    display: flex;
    align-items: center;
    align-self: flex-start;
}

#top-section-content div#company-identity-container {
    display: flex;
    align-items: center;
    align-self: flex-end;
}

#company-identity-container h3 {
    font-size: 18px;
}

#top-section-content #left-content {
    float: left;
}

#top-section-content #left-content p {
    color: #ffffff;
    float: left;
    font-family: helvetica;
    font-size: 13px;
    margin-right: 8px;
}

#top-section-content #left-content p a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none
}

#top-section-content div#login-container {
    float: right;
}

#top-section-content div#login-container form {
    width: inherit;
    margin: 0 auto;
    float: right;
}

#top-section-content div#login-container #login-label {
    color: white;
    margin-top: 2px;
}

#top-section-content div#login-container form.form-inline div {
    float: left;
}

#top-section-content div#login-container div.username {
    padding-right: 10px;
}

#top-section-content div#login-container div.password {
    padding-right: 10px;
}

#top-section-content div#login-container div.login-btn-container {
    padding-top: 21px;
}

#top-section-content div#login-container p {
    font-family: arial;
    font-size: 13px;
    margin-bottom: 3px;
}

#top-section-content #login-container input[type='text'],
#top-section-content #login-container input[type='password'] {
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    font-family: arial;
    font-size: 13px;
    padding: 3px 5px;
    width: 185px;

}

#top-section-content #login-container input,
#top-section-content #login-container button {
    margin: 0 5px;
}

#top-section-content #login-container input[type=checkbox] {
    margin: 0px;
    vertical-align: middle;
}

#top-section-content #login-container label {
    font-size: 10px;
    color: #8c8c8c;
    text-align: left;
}

#top-section-content #login-container label a {
    margin-left: 16px;
    text-decoration: underline;
    font-style: italic;
}

#top-section-content #login-container button {
    border-radius: 3px;
    color: white;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 10px !important;
}

/** Hero section **/

.hero-section {
    margin: 0;
    padding: 0;
    background: url("../../img/pages/home3/landing-hero.png") no-repeat center center scroll;
    background-size: cover;
    height: 565px;
    width: 100%;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    align-self: center;
    height: 565px;
}

.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.slogan-text {
    font-size: 64px;
    color: #ffffff;
}

.slogan-border {
    width: 100px;
    padding-top: 10px;
    border-bottom: 3px solid #43B5CE;
}

.bold {
    font-weight: bold;
}

.slogan-subtext {
    font-size: 26px;
    color: #ffffff;
    padding: 30px 0px 50px 0px;
}

.flex-row {
    display: flex;
    align-self: flex-start;
    justify-content: center;
}

.flex-row img {
    margin-right: 25px;
}

.form-title {
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 10px;
}

.form-border {
    border-bottom: 3px solid #43B5ce;
    width: 52px;
    margin-bottom: 15px;
}

.hero-content p,
.hero-content label,
.hero-content a {
    color: #ffffff;
}

.hero-content a {
    text-decoration: underline;
}

.helper-text {
    text-align: center;
    font-size: 20px;
}

.signup-btn {
    background: #43B5CF;
    border: transparent;
    font-weight: bold;
    color: #ffffff;
    height: 43px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
}

.hero-content .form-control {
    width: 100%;
}

/** Welcome Section */

.welcome-section {
    padding-bottom: 30px;
    padding-top: 60px;
}

.feature-section {
    padding-bottom: 60px;
}

.welcome-text {
    text-align: center;
    color: #2C2C2D;
    font-size: 45px;
}

.welcome-bold {
    font-weight: bold;
    color: #212122;
}

.welcome-border {
    width: 100px;
    border-bottom: 3px solid #43B5ce;
    text-align: center;
    margin: 0 auto;
}

#our-services-container {
    min-height: 20px;
}

#our-services-container #slideshow,
#our-services-container #slideshow .slideshow-image {
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    top: 0;
    width: 100%;
    z-index: -9999;
}

div#signup-content {
    margin: 0 auto;
    padding-bottom: 70px;
    width: 75%;
}

#signup-content div#left-section-content {
    color: white;
    float: left;
    font-family: arial;
    width: 475px;
}

#signup-content div#left-section-content h3 {
    font-size: 32px;
}

#signup-content #left-section-content div.more-text {
    display: none;
}

#signup-content div#left-section-content p {
    font-family: arial;
    font-size: 17px;
}

#signup-content #left-section-content p.more-less-button a {
    cursor: pointer;
    text-decoration: none;
}

#signup-content div#right-section-content {
    background-color: #272727;
    font-family: arial;
    margin-top: -20px;
    padding: 0 20px 30px;
    width: 100%;
}

#signup-content #right-section-content p#get-started {
    color: #34cf95;
    font-size: 28px;
    margin-bottom: 0;
    text-align: center;
}

#signup-content #right-section-content p#get-started span {
    color: #f3b82a;
}

#signup-content #right-section-content #registration-text {
    border-bottom: 1px solid #3d3d3d;
    color: white;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}

#registration-text span {
    color: #33b0cf;
}

#signup-content #right-section-content form select {
    color: #919191;
    background: transparent;
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.styled-select {
    float: right;
    width: 70%;
    margin-left: 15px;
    overflow: hidden;
    background: url(../../img/pages/home2/select-arrow.png) no-repeat 95% #fff;
}

#signup-content #right-section-content form div {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

#right-section-content form #left-container {
    float: left;
    margin-right: 50px;
    width: 350px;
}

#right-section-content form #right-container {
    float: left;
    width: 350px;
}

#right-section-content form #signup-container {
    float: right;
}

#signup-content #right-section-content form div label {
    font-weight: bold;
    vertical-align: middle !important;
    font-size: 18px;
    margin-top: 5px;
}

#signup-content #right-section-content form p.full-name .inline {
    float: left;
    margin-right: 2%;
    width: 49%;
}

#signup-content #right-section-content form p.full-name .inline.lastname {
    margin-right: 0;
}

#signup-content #right-section-content form input.full-row {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

#signup-content #right-section-content form p.gender span {
    color: white;
    display: inline-block;
    margin-left: 5px;
    margin-right: 20px;
}

#signup-content #right-section-content button {
    background-color: #40b5d1;
    border: 1px solid #40b5d1;
    color: white;
    font-size: 23px;
    text-transform: uppercase;
    width: 100%;
}

#signup-content #right-section-content a#m-signup-link {
    background-color: #40b5d1;
    border: 1px solid #40b5d1;
    color: white;
    font-size: 23px;
    text-transform: uppercase;
    width: 100%;
    display: none;
    padding: 0 5px;
    text-decoration: none;
    text-align: center;
}

#signup-content #right-section-content form p.terms-text {
    color: white;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 0;
    margin-top: 10px;
}

#signup-container div#signup-content img.get-started-bgcolor {
    vertical-align: top;
    width: 100%;
    z-index: 1031;
}

#welcome-message-container h3 {
    border-bottom: 1px solid #ebebeb;
    font-size: 50px;
    padding-bottom: 10px;
    padding-top: 40px;
    text-align: center;
}

#welcome-message-container p {
    font-size: 15px;
    line-height: 30px;
    padding: 20px 35px;
    text-align: center;
    color: #828384;
}

#get-started-container .get-started-bgcolor,
#video-dating .get-started-bgcolor {
    vertical-align: top;
    width: 100%;
}

.connect-title {
    font-family: arial;
    font-size: 54px;
    padding-top: 15px;
    padding-bottom: 30px;
    color: #0B0B0C;
}

.connect-text {
    color: #656667;
    max-width: 438px;
}

#get-started-container {
    background-color: #F4F5F6;
    height: 471px;
}

.content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

#get-started-container div#get-started-content {
    margin: 0 auto;
    padding-bottom: 70px;
    width: 75%;
}

#get-started-content h1 {
    display: block;
    font-family: arial;
    font-size: 42px;
    margin-bottom: 30px;
    text-align: center;
}

#get-started-container div#get-started-content #get-started-list {
    /*display: table;
    margin: 0 auto;
    width: 100%;*/
}

#get-started-container div#get-started-content h1 {
    background-image: url("../../img/pages/home2/separator.png");
    background-position: 100% 100%;
    background-repeat: repeat-x;
    color: #555555;
    padding-bottom: 20px;
}

#get-started-container div#get-started-content h1 span {
    padding: 0 15px;
}

#get-started-container div#get-started-content #get-started-list div .inner-get-started {
    /*background-color: #f5f5f5;*/
    background-color: #fff;
    /*float: left;*/
    /*margin-right: 10px;*/
    /*margin-right: 1%;*/
    padding-bottom: 10px;
    text-align: center;
    /*width: 24%;*/
    margin-bottom: 15px;
    border: 1px solid #ededed;
    padding-bottom: 10px;
}

#get-started-container div#get-started-content #get-started-list .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
}

@media(min-width:992px) {
    .inner-get-started p {
        min-height: 90px;
    }
}

#get-started-container div#get-started-content #get-started-list div:last-child {
    margin-right: 0px;
}

#get-started-container div#get-started-content #get-started-list div:first-child {
    /*margin-left: 0px;*/
}

#get-started-container div#get-started-content #get-started-list div img {
    width: 100%;
}

#get-started-container div#get-started-content #get-started-list div.last-item {
    margin-right: 0;
}

span.blue-underline {
    border-bottom: 3px solid #45b7d3;
}

span.purple-underline {
    border-bottom: 3px solid #c0417f;
}

span.green-underline {
    border-bottom: 3px solid #34cf95;
}

span.yellow-underline {
    border-bottom: 3px solid #f3b82a;
}

#get-started-list div p {
    font-family: helvetica;
    font-size: 14px;
    min-height: 80px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

#get-started-list div h3 {
    font-family: helvetica;
    font-size: 20px;
    text-align: left;
    padding: 0 10px;
    text-transform: uppercase;
}

#get-started-list div a {
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-family: helvetica;
    font-size: 13px;
    /*line-height: 45px;*/
    padding: 8px 15px;
    text-decoration: none;
    display: block;
    width: 100px;
    margin: 5px auto;
}

#get-started-list div a.easy-to-join-btn {
    background-color: #45b7d3;
}

#get-started-list div a.build-your-profile-btn {
    background-color: #c0417f;
}

#get-started-list div a.my-dating-agent-btn {
    background-color: #34cf95;
}

#get-started-list div a.chat-instantly-btn {
    background-color: #f3b82a;
}

/**  Smile Section */
.smile-section {
    margin: 0;
    padding: 0;
    background: url("../../img/pages/home3/smilebg.png") no-repeat center center scroll;
    background-size: cover;
    height: 420px;
    width: 100%;
}

.smile-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    height: 420px;
    text-align: center;
}

.smile-title {
    color: #ffffff;
    font-size: 54px;
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
}

.smile-text {
    color: #ffffff;
    font-size: 35px;
    text-align: center;
}

.btn-smile {
    color: #ffffff;
    width: 260px;
    height: 49px;
    background: #B60D54;
    border-color: transparent;
    margin: 20px auto;
    border-radius: 6px;
    text-align: center;
}

/** App Advert */
.app-section {
    height: 550px;
    background: #F4F5F6;
}

.app-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.app-title {
    font-size: 56px;
    color: #1F2021;
}

.app-text {
    font-size: 28px;
    color: #1B1B1C;
    padding-top: 25px;
    padding-bottom: 25px;
}

.app-content img {
    margin-right: 10px;
}

.end {
    float: right;
}

/** Dating Agent Section */

.dating-wrapper {
    padding-bottom: 60px;
    background: #F4F5F6;
}

.agent-content {
    display: flex;
}

.text-wrapper {
    background: #242526;
    width: 576px;
    display: flex;
    flex-direction: column;
    align-self: center;
    padding: 45px;
    height: 398px;
}

.agent-content img {
    height: 398px;
}

.dating-title {
    font-size: 56px;
    color: #ffffff;
}

.white-text {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
}

.grey-text {
    color: #A1A2A3;
}

.yellow-text {
    color: #E8AB34;
    font-weight: bold;
}

#video-dating {
    background-color: #F4F5F6;
}

/** Fooer Section */
.footer {
    background: #242526;
    height: 52px;
    display: flex;
    align-self: center;
}

.link-wrapper {
    display: flex;
    align-self: flex-start;
    align-items: center;
    padding: 5px;
}

.link-wrapper a {
    color: #ffffff;
    padding: 10px;
}

.footer .img-container {
    display: flex;
    align-self: flex-end;
    align-items: center;
    height: 60px;
    width: 600px;
}

.img-container img:nth-child(1) {
    margin-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -40px;
    width: 48px;
    height: 30px;
}

#footer-section {
    background-color: #f7f7f7;
    border-top: 1px solid #ededed;
    padding-top: 20px;
}

#footer-section #footer-content {
    margin: 0 auto;
    width: 72%;
}

#footer-header {
    border-bottom: 1px solid #ededed;
}

#footer-section #footer-content #footer-header p {
    font-size: 14px;
    font-weight: bold;
}

#footer-section #footer-content #footer-header p.about-us {
    width: 290px;
}

#footer-section #footer-content #footer-header p.links {
    width: 220px;
}

#footer-section #footer-content #footer-header p.latest-tweets {
    width: 200px;
}

#footer-content ul#footer-posts {
    color: #838383;
    float: left;
    font-family: helvetica;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding-left: 0;
    width: 300px;
}

#footer-content ul#footer-posts li {
    list-style: outside none none;
}

#footer-content ul#footer-posts li a {
    color: #838383;
    text-decoration: none;
}

#footer-section #footer-content #footer-header p.latest-blog {
    width: 300px;
    margin-right: 0;
    margin-left: 70px;
}

#footer-section #footer-content #footer-center {
    margin-bottom: 20px;
}

#footer-section #footer-content #footer-center div#about-us-container {
    float: left;
    width: 320px;
}

#footer-section #footer-content #footer-center div#links-target-container {
    float: left;
    width: 270px;
}

#footer-section #footer-content #footer-center div#blog-posts-container {
    float: left;
    width: 310px;
}

#footer-section #footer-content #footer-center div#about-us-container p.about-us-header,
#footer-section #footer-content #footer-center div#links-target-container p.links-header,
#footer-section #footer-content #footer-center div#blog-posts-container p.latest-blog-header {
    border-bottom: 1px solid #ededed;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: black;
}

#footer-section #footer-content #footer-center div#about-us-container p.about-us-header a {
    color: black;
    text-decoration: none;
}

#footer-section #footer-content #footer-center p {
    color: #838383;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
}

#footer-section #footer-content #footer-center p.about-us {
    padding-right: 15px;
    width: 290px;
}

#footer-section #footer-content #footer-center p.links {
    width: 220px;
}

#footer-section #footer-content #footer-center p.latest-tweets {
    width: 200px;
}

#footer-section #footer-content #footer-center p.latest-blog {
    width: 200px;
    margin-right: 0;
}

#footer-section #footer-content p {
    float: left;
    font-family: helvetica;
    font-size: 13px;
    line-height: 10px;
    margin-bottom: 15px;
    margin-right: 20px;
}

#footer-section #footer-content p.right {
    float: right;
    line-height: 18px;
    margin-right: 0;
}

#footer-section img.footer-bottom {
    vertical-align: bottom;
    width: 100%;
}

#footer-section #footer-content p a {
    cursor: pointer;
    text-decoration: none;
    color: #5a5a5a;
}

#footer-section #footer-content p.about-us a {
    color: black;
}

#footer-section #footer-content #footer-center .links a {
    display: block;
    float: left;
    margin-bottom: 5px;
    outline: 0 none;
    width: 100px;
    color: #838383;
    text-decoration: none;
}

#footer-section #footer-content #footer-center .latest-tweets span {
    display: block;
}

#footer-section #footer-bottom {
    background-image: url("../../img/pages/home2/header-background.gif");
    background-repeat: repeat-x, repeat;
    color: #a0a0a0;
    padding-top: 20px;
}

#footer-section #footer-bottom div#footer-bottom-center {
    margin: 0 auto;
    width: 72%;
}

#footer-section #footer-bottom p.left {
    float: left;
}

#footer-section #footer-bottom p.right {
    float: right;
}

#profile-picture-section div.left img {
    left: 229px;
    position: relative;
    top: -15px;
}

div.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    min-width: 1160px;
}

.modal-container {
    display: none;
    position: absolute;
}

.modal-dialog .modal-content .modal-header {
    background-color: #2f2f2f;
}

.modal-dialog .modal-content .modal-header .close {
    margin-top: -25px;
    margin-right: -20px;
}

button.close {
    padding: 2px 3px;
    cursor: pointer;
    background: none repeat scroll 0% 0% #000;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
}

.close:not(.fa) {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    float: right;
    text-shadow: 0px 1px 0px #FFF;
    opacity: 1;
}

.close:hover {
    opacity: 1;
    color: #fff;
}

.modal-dialog .modal-content .modal-header h3.modal-title {
    color: #fff;
}

.modal-dialog .modal-content .modal-header {
    background: #2f2f2f;
    color: #fff;
}

.modal-privacy {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal-dialog div.more-text {
    display: none;
    margin-bottom: 10px;
}

.modal-dialog p.more-less-button a {
    cursor: pointer;
    text-decoration: none;
}

#top-section {
    padding: 10px 1px;
    margin: auto auto;
}

.account-modal {
    top: 190px !important;
}

.account-modal .modal-body {
    padding: 0px 20px 0px 0px;
    overflow: hidden;
}

.account-modal .modal-header {
    background: #2f2f2f url(../../img/pages/home2/color-small.jpg) repeat-x 100% 100% !important;
    min-height: 5px;
    padding: 0px;
}

.account-modal .modal-content {
    border-radius: 0px !important;
}

.account-modal>.row {
    min-height: 500px;
}

.account-modal .col-md-7 {
    min-height: 500px;
    font-weight: bold;
    padding-right: 0px;
    color: #fff;
    background: url(../../img/pages/home2/popup-image.jpg) no-repeat;
}

.account-modal .col-md-7 h3 {
    border-bottom: 1px solid #fff;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    display: flex;
    justify-content: space-around;
    padding-bottom: 5px;
}

#popup_one_text {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0px;
    padding: 5px 15px;
    text-align: left;
}

.account-modal .col-md-5 label {
    position: relative;
    right: -50px;
}

.account-modal .col-md-5 .clearfix {
    margin-bottom: 10px;
}

.account-modal .col-md-5 input,
.get-info-modals .floating-container input[type="text"] {
    width: 100%;
    padding: 3px 10px;
    float: right;
}

.account-modal .col-md-5 select,
.get-info-modals .floating-container select {
    padding: 3px 8px;
    background-color: #fff;
    width: 32%;
}

.account-modal .col-md-5 select:last-child {
    margin-left: 0px;
}

.account-form h2 {
    border-bottom: 1px solid #bdbdbd;
    text-align: center;
    width: 310px;
    margin: 10px auto;
}

.col.account-form .col {
    min-height: none !important;
}

.col.account-form .row {
    margin-bottom: 10px;
}

.col.account-form .row .col-md-4 {
    text-align: right;
    padding-top: 5px;
}

.col.account-form .row .col-md-8 {
    padding-left: 0px;
    padding-right: 20px;
}

.col.account-form .row .col-md-8 button,
.get-info-modals .floating-container button,
.next-button {
    background-color: #40b5d1;
    border: 1px solid #40b5d1;
    color: white;
    text-transform: uppercase;
    width: 80%;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.col.account-form .row p {
    padding: 20px 10px 20px 30px;
}

.get-info-modals {
    top: 190px !important;
}

.get-info-modals .modal-header {
    min-height: 130px;
    text-align: center;
    background: #2f2f2f url(../../img/pages/home2/color-small.jpg) repeat-x 0% 0% !important;
}

.get-info-modals .floating-container {
    width: 90%;
    margin: 0px auto;
    position: relative;
    top: -50px;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 3px 3px 0px 0px;
}

.get-info-modals .floating-container .full-width select {
    width: 100%;
}

.get-info-modals .floating-container .half-width select {
    width: 49%;
}

.get-info-modals .floating-container .row {
    margin-bottom: 10px;
}

.get-info-modals .floating-container .row .col-md-3 {
    text-align: right;
}

button#step_nine {
    background-color: #3b3b3b;
    color: #fff;
    border: none;
    padding: 10px;
    width: 150px;
}

#step_nine_dialog .floating-container {
    padding-top: 0px;
}

#step_nine_dialog .upload-box {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    min-height: 200px;
}

#step_nine_dialog .upload-box img {
    height: 90px;
    margin: 20px auto;
}

.upload-box {
    width: 245px;
    float: right;
}

.upload-box:first-of-type {
    float: left;
}

@media (max-width:1100px) and (min-width:992px) {
    #get-started-list div h3 {
        font-size: 17px;
    }

    #get-started-list div p {
        min-height: 100px;
    }
}

@media(max-width:991px) {
    #footer-section #footer-content p {
        margin-bottom: 15px;
    }

    #footer-section #footer-content p.right {
        margin-top: 15px;
    }

    #get-started-container div#get-started-content h1 {
        text-align: center;
    }

    #top-section-content div#login-container {
        width: 90%;
    }

    #top-section-content div#login-container form {
        float: none;
    }

    #top-section-content div#login-container .form-inline .form-group {
        display: block;
        float: none;
        margin-bottom: 5px;
    }

    #top-section-content #login-container input[type="text"],
    #top-section-content #login-container input[type="password"] {
        width: 100%;
        margin: 4px auto;
        padding: 5px;
    }

    #get-started-list div p {
        min-height: auto;
        margin-bottom: 20px;
    }

    #signup-content div#left-section-content {
        display: none;
    }

    #signup-content div#right-section-content {
        width: 100%;
    }

    span.yellow-underline,
    span.green-underline,
    span.purple-underline,
    span.blue-underline {
        border-bottom: none;
    }

    #signup-content #right-section-content #registration-text {
        padding-top: 10px;
    }
}

@media(max-width:463px) {
    #top-section div#top-section-content {
        width: 100%
    }

    #signup-content #right-section-content form div {
        text-align: left;
        width: 100%
    }

    #welcome-message-container h3 {
        font-size: 25px;
    }

    #signup-content #right-section-content form div.styled-select {
        float: none;
        margin-left: 0px;
    }

    #signup-content #right-section-content button {
        font-size: 17px;
    }

    #signup-content #right-section-content a#m-signup-link {
        display: inline-block
    }

    #signup-content #right-section-content button {
        display: none
    }
}


    .aadjust-line1{
        margin-left: 180px
    }
    .aadjust-line2{
        margin-left: 170px
    }

    @media (max-width: 768px){
        .adjust-line2{
            justify-content: center; 
            text-align: center;

        }
        .adjust-line1{
            justify-content: center; 
            margin-left: 20px;

        }
    }
