/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/montserrat-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('./fonts/montserrat-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('./fonts/montserrat-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('./fonts/montserrat-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('./fonts/montserrat-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('./fonts/montserrat-v13-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
}

body, html{
    margin:0;
    padding:0;
    border:0;
    font-family: 'Montserrat', sans-serif;
}

*{
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4{
    font-family: 'Montserrat', sans-serif;
    font-weifght:bold;
}

h3{
    font-size: 36px;
    margin-bottom: 25px;
}

p{
    font-size:16px;
    /*line-height: 30px;*/
}

p.asterics{
    font-style: italic;
    font-size: 11px;
}

a:hover, a:active, a:focus, a:visited{
    text-decoration: none;
}



#signup h4{
    color: #000000;
    text-align: center;
    margin: 7px 0 30px 0;
    font-weight: bold;
    font-size: 26px;
}

#wrapper {
    padding-top:80px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}


#topNav{
    position:fixed;
    top:0;
    width:100%;
    left:0;
    background-color: #151f35;
    height:88px;
    padding:10px 0;
    z-index:100;
    -webkit-box-shadow: -2px 10px 11px -8px rgba(163,106,152,0.49);
    -moz-box-shadow: -2px 10px 11px -8px rgba(163,106,152,0.49);
    box-shadow: -2px 10px 11px -8px rgba(163,106,152,0.49);
}

#topNav .navHolder{
    margin: 12px 0 0 0;
}

.navHolder ul{
    padding:0;
    margin:0;
}

.navHolder ul li{
    list-style:none;
    display:block;
    text-align:right;

}

.navHolder ul li .form-group{
    list-style:none;
    display:block;
    text-align:right;
    display:inline-block;
    margin: 0 5px;
}

.navHolder ul li .btn-default{
    margin: 0 5px;
}

.imgHolder{
    width:100%;
    height:100%;
    text-align:center;
    display:block;
    position:relative;
}

.imgHolder img{
    max-width:100%;
    height:auto;
    display:inline-block;
}

#logo.imgHolder{
    width: 100%;
    height: 68px;
    text-align: left;
    display: block;
    position: relative;
}

.imageCollectionHolder{
    overflow:hidden;
    position:relative;
    display:none;
    margin: 0 80px;
}

.imageCollectionHolder.active{
    display:block;
}

.btnRound{
    position:absolute;
    width:100%;
    margin:0;
    padding:0;
    text-align:center;
    left:0;
    bottom:0;
}



.btnRound li{
    display:inline-block;
    list-style:none;
}

.btnRound li a{
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background-color: #ffffff;
    margin: 6px;
}


.btnRound li a.active{
    background-color: #de0352;
}

.imageCollectionContainer{
    position:absolute;
    left:0;
    top:0;
}

#newUser{
    width:100%;
    overflow:hidden;
}

.sliderHolder{
    position:relative;
    opacity:0;
}

.sliderHolder.active{
    opacity:1;
}

.userHolder .imgHolder{
    width: 120px;
    height: 120px;
    display: inline-block;
    overflow: hidden;
    border-radius: 100px;
    background-color: #3e465b;
    border: 8px solid #3e465b;
    margin: 10px;
}

.userHolder h6{
    font-size:16px;
    color: #aaa;
}

.userHolder p{
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
}

.newUsrCntr{
    display:block;
    color:#000000;
    background-color:#8b909b;
    border-radius: 30px;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    top: 40px;
}

.newUsrCntr.left{
    position: absolute;
    left: 0;
}

.newUsrCntr.right{
    position: absolute;
    right: 0;
}

.newUsrCntr.right i{
    margin-left:5px;
}

#secondContent{
    background-color:#ffffff;
    padding: 10px 0 20px 0;
}

#secondContent h3{
    color:#151f35;
    text-align:center;
    font-weight:bold;
}

#thirdContent, #fourthContent, #fifthContent{
    background-color:#eeeeee;
}

#topNav .form-control, #firstContent .form-control{
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
    border:0px;
    background-color: transparent;
}

#firstContent .form-control{
    background-color: #f7f7f7;
}

.btn{
    border-radius: 0px;
    border:0;
}

.btn-default{
    background-color:#de0352;
    color:#ffffff;
    border-radius: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#secondStepHolder .secondStepHead .btn{
    width:100%;
    display:block;
}

#firstContent{
    padding: 40px 0;
    background: url(./imgs/bgImage_1_gross.jpg) no-repeat 50% 20%; 
    background-size: cover;
}

#signup{
    background-color:#ffffff;
    padding: 25px 35px;
    border-radius: 10px;
}

#signup .contentHolder{
    position:relative;
}

#signup .input-group{
    width:100%;
}

#signup .input-group-addon:first-child{
    width:100px;
    border-radius: 0px;
    border:0;
}


.imageCollectionCntrl{
    display:none;
}

.tabHead{
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
}

.tabHead a{
    color: #000000;
    font-size: 20px;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.tabHead a:hover, .tabHead a:focus, .tabHead a:active{
    text-decoration:none;
}

.tabbing{
    display:none;
}

.tabbing.active{
    display:block;
}

.tabHead a.active{
    border-bottom: 2px solid #de0352;
    color:#de0352;
}

#signinTab .btn-default {
    width: 100%;
}

#signinTab .headLink{
    float:none;
}

.formColLeft{
    display: block;
    float:left;
    height: 36px;
    width: 12%;
    text-align: center;
    font-size: 17px;
    padding: 6px 6px 0 0;
}

.formColRight{
    display:block;
}

.birthdayPicker .input-group-inline{
    width:33.333%;
}

.secondStepContent .formRow{
    margin:30px 0;
}

#searchSignup .input-group-inline{
    line-height: 25px;
    text-align:left;
    margin: 8px 0;
}

#searchSignup label{
    min-width: 100px;
}

#searchSignup label.radioContainer{
    min-width: 0;
}



.birthdayPicker, #locationSignup{
    margin-left:-10px;
}

#searchSignup, #locationSignup{
    text-align: center;
}

.radioContainer {
    position: relative;
    padding-left: 35px;
    padding-right: 21px;
    margin-bottom: 7px;
    cursor: pointer;
    font-weight:normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align:left;
    line-height: 25px;
}

/* Hide the browser's default checkbox */
.radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.radioContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.radioContainer input:checked ~ .checkmark {
    background-color: #de0352;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.radioContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}





#locationSignup .input-group-inline{
    //width:100%;
    width:49%;
}
#locationSignup .input-group-inline.maxwidth{
    //width:100%;
    width:100%;
}

.autofillList {
    position:relative;
}

.autofillList .ui-autocomplete {
    background-color:#f7f7f7;
    border:1px solid #e5e8eb;
    border-top:none;
    padding:0 5px 5px 5px;
}

.autofillList li {
    border: 0px solid #f7f7f7;
}

.autofillList li.ui-menu-item {
    border-bottom: 1px solid #e5e8eb;
}

.autofillList li.ui-menu-item:hover{
    background-color:#ffffff;
}

.autofillList li.ui-menu-divider{
    display:none;
}


.input-group-inline{
    display:inline-block;
}

.input-group-container{
    position:relative;
    /*margin:0 3px;*/
    background-color: #f7f7f7;
}

.input-group-inline:first-child .input-group-container{
    margin-left:0;
}

.input-group-inline:last-child .input-group-container{
    margin-right:0;
}

#signupBtn{
    width:100%;
}

.formRow, .contentHolder{

    width: 100%;
}

#signInBtnHolder{
    display:none;
}

#signInBtnHolder a{
    display: block;
    text-align: center;
    margin: 10px 20px;
}

.headContent{
    color:#ffffff;
}

.headContent h1{
    margin-bottom:30px;
    margin-top: 75px;
    font-weight:bold;
}

.headContent > span{
    display:block;
    height:4px;
    width:50px;
    background-color:#de0352;
}

.headContent p span{
    font-weight: bold;
    font-size: 20px;
}

.headContent p{
    line-height: 26px;
    font-size: 20px;
    margin: 30px 0;
}

.uspHolder {
    text-align:center;
    color:#151f35;
    padding:20px;
}

.uspHolder h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    line-height: 30px;
    margin: 15px 0;
    font-weight: bold;
}

.uspHolder .iconHolder{
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    line-height: 30px;
    padding: 10px 0;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 80px;
    background-color: #ffffff;
    border: 8px solid #f6f6fb;
}

.uspHolder .iconHolder i{
    font-size: 38px;
    color: #de0352;
    padding: 8px 0;
}

#thirdContent{
    text-align: center;
    padding: 45px 0;
    background-color:#151f35;
    color:#ffffff;
}

ul.btnCollection{
    margin: 50px 0;
    padding:0;
    display: inline-block;
    border-radius: 30px;
    overflow: hidden;
}

ul.btnCollection li{
    list-style:none;
    display:inline-block;
}

ul.btnCollection li a{
    display:block;
    padding: 15px 25px;
    background-color: #ffffff;
    color:#000000;
}


ul.btnCollection li a:hover, ul.btnCollection li a.active{
    background-color: #de0352;
    color:#ffffff;
    text-decoration: none;
}

#fifthContent{
    text-align:center;
    padding:45px 0;
    background-color:#151f35;
    color:#fff
}

#sixthContent{
    background-color:#fff;
    padding:10px 0 20px 0;
}

#sixthContent h2{
    font-size:15px; 
    line-height:22px;
}
#sixthContent a{
    background-color: rgba(222, 3, 82, 0.81); 
    display:block;
    color: #fff; 
    max-width: 200px; 
    margin: 90px auto 50px auto; 
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-radius: 10px;
    border-width: 1px;
    border-color: #151f35;
}

.journalHolder{
    border-width: 2px;
    border-color: #151f35;
    border-style: solid;
    border-radius: 10px;
    margin: 10px 10px 10px 10px; 
    background-repeat:no-repeat;
    background-size: cover ;
    min-height:250px;
}

#sixthContent h3{
    color:#151f35;
    text-align:center;
    font-weight:700
}

#fourthContent{

    color:#000000;
    padding:45px 0;
}

#fourthContent .selectBg{
    border-radius: 0px;
    background-color:#ffffff;
    border:0px;
    padding:0;
}

#fourthContent .form-control{
    border-radius: 0px;
    background-color:#ffffff;
    border:0px;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    box-shadow: inset 0 0 0 rgba(0,0,0,.075);
}

#searchUser{
    margin: 30px 0 10px 0;
}

.input-group-inline .form-group{
    margin-left: 10px;
}

.headLink{
    color:#ffffff;
    display: inline-block;
    float: right;
    text-decoration: none;
    color: #8b909b;
    padding: 6px 10px;
    font-size: 12px;
}

input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
    background-color: transparent !important;
}
.form-group{
    border: 1px solid #dddddd;
    border-radius: 20px;
    padding: 0 15px;
    background-color: #f7f7f7;
}

.headLink:hover{
    color:#fdfdfd;
    text-decoration: none;
}

#signupForm .headLink:hover{
    color:#000000;
    text-decoration: underline;
}

#fourthContent .headding{
    overflow: hidden;
    margin-bottom:30px;
}

#fourthContent .headding h3{
    float:left;
    font-weight:bold;
    margin: 3px 0;
}

#fourthContent .headding ul{
    float:right;
    text-align:right;
}

#fourthContent .headding ul li{
    display:inline-block;
    list-style:none;
    float:left;
    margin-right:10px;
}

#fourthContent .headding ul li:last-child{
    margin-right:0;
}

#fourthContent .headding ul li a{
    background-color:#ffffff;
    padding:12px 14px;
    color:#000000;
    border-radius:40px;
    line-height:24px;
    display: block;
    border:1px solid  #ffffff;;
}


#fourthContent .headding ul li a:hover{
    border:1px solid  #de0352;
    color: #de0352;
    background-color:transparent;
    text-decoration:none;
}

#fourthContent .headding ul li a i{
    font-size:24px;
}

#fourthContent .headding ul li:last-child a{
    padding: 14px 20px;
    background-color: #de0352;
    color:#ffffff;
    border:1px solid  #de0352;
}

#fourthContent .headding ul li:last-child a:hover{
    padding: 14px 20px;
    background-color: #ffffff;
    color:#de0352;
    border:1px solid  #de0352;
}

.highlightHolder .highlightContainer .highlightInner{
    padding: 110px 50px 110px 50px;
    height: 600px;
    background-size: cover !important;
    background-color:#ffffff !important;
    border-radius:10px;
}

.highlightHolder .highlightContainer .highlightInner h4{
    font-weight:bold;
    font-size:22px;
    margin: 15px 0 30px 0;
}

.highlightHolder .highlightContainer .highlightInner span{
    display: block;
    height: 4px;
    width: 50px;
    background-color: #de0352;
}

.highlightHolder .highlightContainer .highlightInner p{
    margin: 30px 0 0 0;
    line-height:26px;
}

.carousel {
    position: relative;
    overflow: hidden;
}

.carouselHolder {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transition: left .5s ease;
    -moz-transition: left .5s ease;
    -o-transition: left .5s ease;
    -ms-transition: left .5s ease;
    transition: left .5s ease;
}

.carousel .carousselContainer {
    width: 100%;
    height: 100%;
    position: absolute;
}

.navigationPointHolder{
    width:100%;
    position:relative;
    margin:0;
    padding:0;
    text-align:center;
    padding: 20px 0;
    margin-top: -73px;
}

.navigationPointHolder a {
    display: inline-block;
    background-color: #a6abb4;
    border-radius: 10px;
    width: 14px;
    height: 14px;
    margin: 7px;
    border: 1px solid #a6abb4;
}

.navigationPointHolder a.active {
    border: 1px solid #de0352;
    background-color: #de0352;
}

.navigationPointHolder a:hover{
    border:1px solid #de0352;
    background-color: transparent;
}

#myModalLabel .modal-body{
    text-align:center;
}

.modal-body h3{
    font-size:20px;
}

#myModalLabel .modal-body p{
    padding:30px 0;
}

#passwordForm{
    margin-bottom:30px;
}

.modal-body #passwordRequ p{
    padding:15px;
}

#footer{
    background-color:#151f35;
    padding:30px 0;
    overflow:hidden;
    color:#ffffff;
}

#footerLeft{
    float:left;
    padding-left:20px;
    /*width:30%;*/
}

.txtFooter{
    float:left;
    padding-right:15px;
}

.row {
    text-align:center
}

#footerCenter {

    text-align:left;
    margin:0 auto !important; 
    display:inline-block
        /*width:30%;
      margin-top: 0px;
      margin-right: auto; 
      margin-bottom: 0px;
      margin-left: auto; 
        */
}


#footerCenter ul li{
    list-style:none;
    float:left;
}

#footerCenter ul{
    margin:0;
    padding:0;
}

#footerCenter ul li{
    list-style:none;
    float:left;

}

#footerCenter ul li a{
    padding:10px;
    display:block;
    color:#ffffff;
    /*color: #337ab7;*/
    font-size: 46px;
    text-align: center 
}


#footerRight {
    float:right;
    /*width:30%;*/
}

#footerRight ul{
    margin:0;
    padding:0;
}

#footerRight ul li{
    list-style:none;
    float:left;
}

#footerRight ul li a{
    padding:10px;
    display:block;
    color:#ffffff;
}

/*
#footerLeft, #footerRight { width: 33%; }
#footerCenter { margin: 0 33%; }
*/

.formCollection{
    text-align:right;
}

#secondStepHolder{
    display:none;
}

#secondStepHolder.active{
    display:block;
}

@media (max-width: 1200px) {
    .uspHolder h2{
        font-size: 15px;
        line-height: 22px;
    }

    #topNav {
        height: 100px;
    }
}


@media (max-width: 992px) {
    .highlightContainer.carousel{
        min-height:700px;
    }

    .highlightHolder .highlightContainer .highlightInner {
        height: 840px;
        text-align: center;
        padding: 50px 50px 80px 50px;
    }

    .highlightHolder .highlightContainer .highlightInner span{
        margin:auto;
    }

    .highlightHolder .highlightContainer .highlightInner p{
        margin-bottom:40px;
    }

    #logo.imgHolder {
        width: 68px;
        height: 68px;
        overflow: hidden;
    }

    #logo.imgHolder img {
        max-width:inherit;
    }

    .headContent {
        text-align: center;
    }

    .headContent > span {
        margin: auto;
    }

    #topNav {
        height: 100px;
    }

    #topNav .container{
        width:100%;
    }

    .headLink {
        width: 100%;
        text-align: right;
        padding-right: 0;
    }

    #signinForm{
        text-align: right;
    }

    .headContent h1 {   
        margin-top: 0;
    }

    .imageCollectionCntrl.active{
        display:block;
    }

    #newUser .sliderHolder .imageCollectionHolder .col-md-4{
        display:none;
        opacity:0;
    }

    #newUser .sliderHolder .imageCollectionHolder .col-md-4.active{
        display:block;
        opacity:1;
    }
}

@keyframes moveTop {
    from {top: -50px;}
    to {top: 0px;}
}

@media (max-width: 767px) {

    #firstContent {
        padding: 40px 0;
        background: url(imgs/bgImage_1_gross.jpg) no-repeat 35% 0%;
        background-size: cover;
    }

    #signInBtnHolder.active{
        display:block;

        -webkit-animation: moveTop 0.6s ease; 
        animation: moveTop 0.6s ease;
    }

    #signInBtnHolder{
        display:none;
        background-color: #161b1c;
        -webkit-box-shadow: -2px 10px 11px -8px rgba(163,106,152,0.49);
        -moz-box-shadow: -2px 10px 11px -8px rgba(163,106,152,0.49);
        box-shadow: -2px 10px 11px -8px rgba(163,106,152,0.49);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index:200;
    }

    #topNav .navHolder {
        display:none;
    }
    
    #topNav .headLink {
        display:none;
    }

    #wrapper{
        padding:0;
    }

    #topNav{
        position: relative;
        height: auto;
        background-color:#161b1c;
    }

    #logo.imgHolder {
        width: 100%;
        height: 68px;
        overflow: hidden;
        text-align: center;
    }
    #loginBtn{
        float:right;
    }

    #logo{
        text-align: center;
    }

    .headLink{
        float: left;
        width: auto;
        padding-left: 0;
    }

    #firstContent {
        padding: 30px 0;
    }

    .headContent h1, .headContent h2{
        font-size: 25px;
        text-align: center;
        margin-bottom:20px;
    }

    .headContent h2{
        font-size: 20px;
        text-align: center;
        margin-bottom:20px;
    }

    .uspHolder h2{
        font-size: 18px;
    }

    ul.btnCollection li a {
        padding: 10px 15px;
    }

    #fourthContent .headding h3 {
        float:none;
        text-align:center;
    }

    #fourthContent .headding ul {
        float: none;
        text-align: center;
        padding:0;

        margin: 30px 0 15px;
    }

    .tabHead a {
        font-size: 16px;
    }

    #signup h4 {
        font-size: 19px;
    }

    .form-group {
        padding: 0 10px;
    }

    #signup {
        padding: 20px 15px;
    }

    #fourthContent .headding ul li:last-child a {
        padding: 14px 15px;
        overflow: hidden;
    }

    #fourthContent .headding ul li:last-child {
        margin-right: 0;
        float: right;
    }

    .uspHolder {
        padding: 10px 0;
        height: 270px;
    }

    #signup .input-group-addon:first-child {
        display: none;
    }

    h3 {
        font-size: 30px;
    }

    .imageCollectionHolder {
        margin: 0px 40px;
    }

    #searchUser .form-group{
        width:70%;
        display: inline-block;
    }

    #fourthContent .selectBg{
        width: 48%;
        display: inline-block;
    }

    #footerLeft {
        float: none;
        padding: 0;
        text-align: center;
    }

    .txtFooter {
        float: none;
        padding-right: 15px;
        float: none;
        display: inline-block;
    }

    #footerLeft img{
        vertical-align:top;
    }

    #footerCenter {
        float: none;
        text-align: center;
    }

    #footerCenter ul li{
        float:none;
        display:inline-block;
    }

    #footerRight {
        float: none;
        text-align: center;
    }


    #footerRight ul li{
        float:none;
        display:inline-block;
    }

    #searchSignup label {
        min-width: 100%;
    }
}

@media print {
    html, body {
        display: none;  /* hide whole page */
    }
}
