/************************************
 To overwrite css properties, uncomment/edit them.
 If you decide to change the size of elements,
 please keep in mind both mobile and desktop layouts (media queries)
************************************/

/************************************
        Overlay gradient
*************************************/
.title-page .body .title-page-overlay {
    /*
    background: rgba(249, 150, 117, 0.85);
    background: -moz-linear-gradient(top, rgba(249, 150, 117, 0.85) 0%, rgba(15, 12, 3, 0.95) 85%);
    background: -webkit-linear-gradient(top, rgba(249, 150, 117, 0.85) 0%, rgba(15, 12, 3, 0.95) 85%);
    background: linear-gradient(to bottom, rgba(249, 150, 117, 0.85) 0%,rgba(15, 12, 3, 0.95) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99675', endColorstr='#207cca',GradientType=0 );
    */
}

/************************************
        Language selector
*************************************/
.title-page-language-selector {
    /*color: #fff;*/
    /*background-color: rgba(255,255,255, 0.15);*/
}
.title-page-language-selector:hover,
.title-page-language-selector:focus,
.title-page-language-selector:active {
    /*background-color: rgba(255,255,255, 0.2);*/
}
.title-page-language-selector .globe-icon {
    /*color: #da5124;*/
}

.title-page-language-selector .edit-icon {
    /*background-color: rgba(255,255,255,0.2);*/
}
.title-page-language-popup {
    /*background-color: rgba(0, 0, 0 , 0.75);*/
}

.title-page-language-popup a.close-language-popup {
    /*color: #fff;*/
}

.title-page-language-popup ul {
    /*background-color: rgba(0,0,0,0.25);*/
}

.title-page-language-popup ul li {
    /*border-bottom: 1px solid #fff;*/
}

.title-page-language-popup ul li a {
    /*color: #fff;*/
}

/************************************
        Header
*************************************/
.title-page .header h1 {
    color: #fff;
    text-shadow: 1px 1px 1px #212121;
}

.title-page .header p {
    color: #fff;
    font-weight: 100;
}
/************************************
        Footer
*************************************/
.title-page .footer .footer-text {
    /*color: #d4d4d4;*/
    /*font-weight: 100;*/
    /*background-color: transparent;*/
}

.title-page .footer .controls .btn-title-page-next {
    /*background-color: rgba(255, 105, 55, 0.85);*/
    /*text-transform: uppercase;*/
    /*font-weight: 600;*/
    /*color: #fff;*/
}

.title-page .footer .controls .btn-title-page-next:hover,
.title-page .footer .controls .btn-title-page-next:active,
.title-page .footer .controls .btn-title-page-next:focus {
    /*background-color: #D2562E;*/
}

.title-page .footer .controls .btn-title-page-back {
    /*color: #fff;*/
    /*background-color: rgba(0,0,0,0.5);*/
    /*font-weight: 100;*/
    /*box-shadow: 2px 2px 50px #4C4C4C;*/
}

.title-page .footer .controls .btn-title-page-back:hover,
.title-page .footer .controls .btn-title-page-back:active,
.title-page .footer .controls .btn-title-page-back:focus {
    /*background-color: rgba(0,0,0,0.3);*/
}

/************************************
        Custom question CSS rules

It is not recommended to edit this part.
*************************************/
.title-page #page-template {
	position: absolute;
	height: 100%;
	width: 100%;
}

.title-page .body {
	height: 100%;
	padding: 0;
    background-size: cover;
    transition: all 150ms ease-out;
    background-position: center;
}

.title-page .body .title-page-overlay {
    height: 100%;
    position: relative;
}

.title-page {
	text-align: center;
}

.title-page .header {
	position: absolute;
	width: 100%;
    left: 0;
}

.title-page .header img.logo {
	max-height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 90%;
}

.title-page .header h1 {
    font-size: 20px;
    width: 100%;
    padding: 0 10px;
    margin-top: 0;
}

.title-page .header p {
	font-weight: 100;
	font-size: 0.9em;
	padding: 5px 15px;
	max-width: 550px;
	margin: 0 auto;
}

.title-page .footer {
	position: absolute;
	width: 100%;
	bottom: 10px;
	border: 0;
	left: 0;
}

.title-page .footer .footer-text {
	font-size: 0.8em;
}

.title-page .footer .controls {
	padding: 0 20px;
	text-align: center;
}

.title-page .footer .controls .btn-title-page-next {
	cursor: pointer;
	padding: 17px 0;
	border-radius: 30px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 350px;
	font-size: 1.2em;
}

.title-page .footer .controls .btn-title-page-back {
    padding: 8px 20px;
    line-height: 45px;
    border-radius: 15px;
}


@media (min-width: 350px) {
    
    .title-page .header h1 {
        font-size: 2em;
    }

    .title-page .header p {
        font-size: 1em;
    }
    
    .title-page .header img.logo {
	    max-height: 100px;
	}

    .language-popup ul {
        margin-top: 160px;
    }

    .language-popup ul li a {
        font-size: 1.1em;
    }
}

@media (min-width: 768px) {
	
	.title-page .header {
        top: 100px;
    }
    
    .title-page .header h1 {
        font-size: 2.5em;
    }
    
    .title-page .header img.logo {
        height: 120px;
    }
    
    .title-page .header p {
       font-size: 1.2em;
    }

    .language-popup ul {
        margin-top: 240px;
    }
}

@media (min-width: 992px) {
    
    .title-page .header {
        top: 100px;
    }
    
    .title-page .header h1 {
        font-size: 2.5em;
    }
    
    .title-page .header img.logo {
        height: 120px;
    }
    
    .title-page .header p {
       font-size: 1.2em;
    }

    .language-popup ul {
        margin-top: 240px;
    }
    
}

@media (min-width: 1200px) {
    
    .title-page .header {
        top: 100px;
    }
    
    .title-page .header h1 {
        font-size: 2.5em;
    }
    
    .title-page .header img.logo {
        height: 120px;
    }
    
    .title-page .header p {
       font-size: 1.2em;
    }

    .language-popup ul {
        margin-top: 240px;
    }
    
}
