@import url('https://fonts.googleapis.com/css?family=Roboto:400,900');

@font-face {
    font-family: 'regularFont';
    src: url('../fonts/regularFont.woff2') format('woff2'),
         url('../fonts/regularFont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'boldFont';
    src: url('../fonts/boldFont.woff2') format('woff2'),
         url('../fonts/boldFont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titleFont';
    src: url('../fonts/titleFont.woff2') format('woff2'),
         url('../fonts/titleFont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.title-font {
    font-family: 'titleFont', 'Roboto', sans-serif;
}

html, 
body {
    height: 100%;
}

body {
	/*background: url(../images/main-bg.jpg) no-repeat center top #fcf9e7;*/
	background-size: contain;
    background-size: cover;
	color: #000;
	font-family: 'regularFont', 'Roboto', sans-serif;
}
body {
    position: relative;
    /*padding-bottom: 30px;*/
    background-color: #333;
}
body.home {
    /*background: url(../images/landing-bg.jpg) no-repeat center top #FFF;*/
    background-size: cover;
}
body.gallery {
    /*background: url(../images/gallery-bg.jpg) no-repeat center top #FFF;*/
    background-size: cover;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #000;
    font-family: 'boldFont';
	font-weight: bold;
	margin: 0px;
    padding: 20px 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.img-responsive {
    margin: 0px auto;
}

.container.main-container {
    padding: 0px;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

a {
	cursor: pointer;
	color: #000;
	text-decoration: underline;
}
a:focus, a:hover {
	color: #000;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.focus, .btn-primary:focus,
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    color: #d80b76;
    border: none !important;
    background: none !important;
    padding: 10px 20px;
    box-shadow: none !important;
    text-decoration: underline;
}
.btn-primary {
    outline: none !important;
}

input[type=radio].form-control,
input[type=checkbox].form-control {
    width: auto;
    height: auto;
}

.ng-invalid .btn-primary {
    opacity: 0.5;
    pointer-events: none !important;
}

footer {
	font-size: 14px;
	z-index: 0;
    /*position: relative;*/

    line-height: 30px;
    padding: 0px 15px;
    /*position: absolute;*/
    bottom: 0px;
    z-index: 1050;

    width: 100%;
    text-align: center;
}
.home footer {
    position: absolute;
}

footer.text-muted,
footer a,
footer a:hover,
footer a:focus {
	color: #000;
}








/* ========== LANDING =========== */

.header-wrapper, .main-content-wrapper {
    width: 1920px;
    max-width: 100%;
    margin: 0px auto;
}
.main-content-wrapper {
    background: url('../images/form-bg.jpg') center top no-repeat;
    background-size: 100% auto;
}
.home .main-content-wrapper {
    background: url('../images/home-bg.jpg') center top no-repeat;
    background-size: 100% auto;
}

.header-wrapper {
    position: relative;
}
.header-wrapper .masthead{
    pointer-events: none;
}
.header-wrapper .logo {
    position: absolute;
    left: 20px;
    top: 20px;
}

.content-wrapper {
    padding: 0px 50px 50px;
    background: white;
}

h4.title-font {
    font-size: 30px;
    color: #5788b4;
}

.register-description {
    color: #5788b4;
}
.register-description span {
    color: #d80b76;
}

/* ----------- FORM ---------- */
.registerForm {
    border: #5788b4 solid 4px;
    border-radius: 20px;
    padding: 30px;
    box-shadow: rgba(87, 136, 180, 0.5) 5px 5px 10px;
}
.registerForm .form-group {
    letter-spacing: -4px;
}
.registerForm .form-group * {
    letter-spacing: normal;
}
.registerForm .form-group label {
    width: 30%;
    text-align: right;
    padding-right: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: normal;
    color: #5788b4;
}
.registerForm .form-group .form-control {
    width: 70%;
    display: inline-block;
    height: auto;
    line-height: 30px;
}
.registerForm .form-group.icon-postcode label {
    width: 61.8%;
}
.registerForm .form-group.icon-postcode .form-control {
    width: 38%;
}

.registerForm .form-group select.form-control {
    height: 46px;
    margin-bottom: 0px;
}

.submit-wrapper {
    padding-top: 30px;
}

.form-group .ng-invalid {
    border-color: red;
    color: red;
}

/* ========== end LANDING =========== */



/* ========== QUESTIONANIRE ========== */
.surveyForm {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}

.question-wrapper {
    padding-bottom: 20px;
}

.question-header {
    position: relative;
    text-align: right;
}

.quetion-number {
    padding: 10px 15px;
    color: white;
    background: #5788b4;
    border-radius: 8px 8px 0px 0px;
    position: absolute;
    left: 20px;
    bottom: 0px;
}

.bear-wrapper {
    display: inline-block;
    padding: 0px 20px;
}
.bear-wrapper img {
    height: 120px;
}

.question-content {
    padding: 20px 20px;
    border: #5788b4 solid 3px;
}

.question-content h4 {
    color: #5788b4;
    line-height: normal;
    padding: 0px;
}

.question-answer {
    padding: 20px;
    border: #5788b4 solid 3px;
    border-top: none;
    border-radius: 0px 0px 15px 15px;
    letter-spacing: -4px;
    text-align: center;
}

.surveyForm .form-group {
    color: #5788b4;
    display: inline-block;
    width: 50%;
    letter-spacing: normal;
    padding: 10px 25px;
    margin: 0px;
    background: url('../images/btn-choice-01.png') left top no-repeat;
    background-size: 100% 100%;
}

.surveyForm .form-group.selected {
    color: white;
    background: url('../images/btn-choice-02.png') left top no-repeat;
    background-size: 100% 100%;
}

.surveyForm .form-group.brand {
    width: 100%;
    padding: 10px 0px;
    background: none;
}
.question-answer .form-group.brand label {
    width: 10%;
}
.question-answer .form-group.brand .form-control {
    width: 87%;
    display: inline-block;
}

.surveyForm .radio-inline {
    padding: 0px;
    display: block;
}
.surveyForm input[type="radio"] {
    display: none;
}

.tnc-wrapper,
.form-submit-wrapper {
    text-align: center;
}
.tnc-wrapper p, 
.tnc-wrapper a {
    color: #5788b4;
}
.tnc-wrapper label {
    font-weight: normal;
}
.tnc-wrapper label a {
    font-weight: bold;
}

.btn-primary.btn-submit,
.btn-primary.btn-submit:active {
    color: white;
    padding: 15px 0px 20px;
    background: url(../images/btn-submit.png) center top no-repeat !important;
    background-size: auto 100% !important;
}

/* ========== end QUESTIONANIRE ========== */




/* ========== THANKYOU PAGE ========== */
.title-participation {
    font-size: 24px;
    color: #d80b76;
}

.cta-wrapper {
    background: #e3f4fd;
    color: #5788b4;
    font-size: 24px;
    padding: 30px 40px;
    border-radius: 25px;
}

.cta-wrapper p {
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.cta-wrapper strong {
    display: block;
    font-weight: bold;
}

/* ========== end THANKYOU PAGE ========== */





@media (max-width: 767px) {
    body {
        font-size: 12px;
    }
    body.thank {
        background-color: #e9f4f8;
    }

    .header-wrapper .logo {
        width: 120px;
    }

    .main-content-wrapper {
        padding: 0px 15px;
        background-color: #ffe1ed;
    }
    .home .main-content-wrapper {
        background: url('../images/form-bg.jpg') center top no-repeat;
        background-size: 100% auto;
    }

    .content-wrapper {
        padding: 0px 15px 30px;
    }

    h4.title-font {
        font-size: 24px;
    }

    .registerForm {
        padding: 20px;
    }

    .registerForm .form-group label {
        padding-right: 15px;
        line-height: normal;
        vertical-align: middle;
    }

    .registerForm .form-group.icon-postcode label {
        width: 30%;
    }
    .registerForm .form-group.icon-postcode .form-control {
        width: 70%;
    }
    .registerForm .form-group.icon-postcode.mb-0 {
        margin-bottom: 15px;
    }

    .btn-primary {
        font-size: 16px;
    }

    .quetion-number {
        left: 15px;
    }
    .bear-wrapper {
        padding: 0px 15px;
    }
    .bear-wrapper img {
        height: 70px;
    }

    .question-content {
        padding: 20px 15px;
    }
    .question-content h4 {
        font-size: 16px;
    }
    .question-answer {
        padding: 20px 15px;
    }

    .surveyForm .form-group {
        width: 100%;
        margin-bottom: 5px;
    }

    .question-answer .form-group.brand label {
        width: 25%;
    }
    .question-answer .form-group.brand .form-control {
        width: 70%;
    }

    .cta-wrapper {
        padding: 25px 20px;
    }

    .cta-wrapper p {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    
}

@media (max-width: 320px){
    
}