body{
	font-family: 'Barlow', sans-serif;
}

a.no-decoration:link,
a.no-decoration:active,
a.no-decoration:visited,
a.no-decoration:hover
{
	color: inherit;
	text-decoration: none;
} 

/********************************/
/* Background					*/
/********************************/

.background-info
{
    width: 100%;    
}

/********************************/
/* Navigation bar				*/
/********************************/

@media screen and (orientation:portrait) 
{
    mobile-toolbar
    {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 12.5em;
        background-color: rgba(0, 0, 0, 0.6);
        border-bottom: 3px solid white;
        z-index: 1;
    }
    
    mobile-toolbar img.logo
    {
        display: block;
        height: 4em;
        margin: 0.5em auto 0em auto;
    }
}

@media screen and (orientation:landscape) 
{
    mobile-toolbar
    {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 8.0em;
        background-color: rgba(0, 0, 0, 0.6);
        border-bottom: 3px solid white;
        z-index: 1;
    }
    
    mobile-toolbar img.logo
    {
        display: inline-block;
        width: 40%;
        margin: 1.5em 1em 0em 1em;
    }

    mobile-toolbar .container-fluid
    {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        width: 55%;
    }        
}

mobile-toolbar .action-box
{
    width: 100%;
    margin-top: 1.0em;
    padding-bottom: 6px;
    text-align: center;
    text-decoration: none;
    transition: all ease-in 0.3s;
    color: lightgray !important;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}        

mobile-toolbar .actions .col
{
    padding: 0px 0.5em;
}

mobile-toolbar .action-box a
{
    color: inherit;
}

mobile-toolbar .actions a i
{
	font-size: 40px;
	padding: 0px;
}

/********************************/
/* Bottom bar	      			*/
/********************************/

mobile-bottombar .container-fluid
{
    position: fixed;
    padding: 2px 5px;
    bottom: 0px;
    height: 4.3em;
    width: 100%;
    border-top: 2px solid white;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
}

@media screen and (orientation:portrait) 
{
    mobile-bottombar .container-fluid.affix
    {
        position: absolute;
        top: 100vh;
        border-bottom: 2px solid white;    
    }    
}

@media screen and (orientation:landscape) 
{
    mobile-bottombar .container-fluid.affix
    {
        position: absolute;
        top: 32em;
        border-bottom: 2px solid white;    
    }
}

mobile-bottombar .action-box
{
    padding: 6px 5px;
    text-align: center;
    line-height: 1.2em;
    border-right: 1px solid #999;
    color: lightgray !important;    
}

mobile-bottombar .action-box:hover
{
    background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (orientation:portrait) 
{
    mobile-bottombar .action-box
    {
        min-width: 80px;        
    }
}

@media screen and (orientation:landscape) 
{
    mobile-bottombar .action-box
    {
        min-width: 100px;        
    }    
}

mobile-bottombar a
{
    color: inherit;
    margin: 0px;
}

mobile-bottombar .login
{
    width: 90px;
    color: wheat !important;
}

mobile-bottombar a i
{
	font-size: 1.8em !important;
	padding: 0px 4px 0px 0px;
}

mobile-bottombar .language-bar
{
    position: absolute;
    right: 4px;
    margin: 12px 0px 0px 16px;
}

mobile-bottombar .language-bar a
{
    margin: 0px;
    padding: 2px 7px;
	opacity: 0.4;
}

mobile-bottombar .language-bar a.selected
{
	opacity: 1.0;
}

mobile-bottombar .language-flag
{
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    height: 1.8em;
    overflow: hidden;
    background-size: cover;
    border: 1px solid #aaa;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 2px #aaa;
}

/********************************/
/* Call to action				*/
/********************************/

mobile-register .cta
{
    position: absolute;
    top: 0px;
}

mobile-register .cta-entry
{
    opacity: 1;
    transition: opacity ease-in 0.8s;
}

mobile-register .cta-entry.ng-hide
{
    display: block !important;
    opacity: 0;
}

mobile-register .cta-text
{
    left: 0px;
    right: 0px;
    text-align: center;
    color: black;
    background-color: rgba(255, 255, 255, 0.6);  
}

@media screen and (orientation:portrait) 
{
    .background-info
    {
        height: 100vh;
    }
        
    mobile-register .cta-entry .progressive
    {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100vh;
        width: auto;
        max-width: 100vw;
        overflow: hidden;
        pointer-events: none;
        z-index: -1;
    }

    mobile-register .cta-entry .progressive img
    {
        object-fit: cover;
        object-position: center center;
        width: 100vw;
        min-height: 100%;
    }
    
    mobile-register .cta-text
    {
        position: absolute;
        top: 0px;
        margin-top: 14.5em;
        padding: 1em;
        width: 100vw;   
        z-index: 1;        
    }
    
    mobile-register .cta-text h1
    {
        font-size: 9.0vw;
        line-height: 1.0em;
        padding-bottom: 2vh;
    }

    mobile-register .cta-text h1 small
    {
        font-size: 5.5vw;
        color: #444;
    }
}

@media screen and (orientation:landscape) 
{
    .background-info
    {
        height: 32em;
    }

    mobile-register .cta-entry .progressive
    {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 32em;
        width: auto;
        max-width: 100vw;
        overflow-x: hidden;
        pointer-events: none;        
        z-index: -1;        
    }

    mobile-register .cta-entry .progressive img
    {
        object-fit: cover;
        object-position: center center;
        width: 100vw;
        min-height: 100%;
    }
    
    mobile-register .cta-text
    {
        position: absolute;
        top: 0px;
        margin-top: 10em;
        padding: 1em 6em;
        width: 100vw;
        z-index: 1;
    }
    
    mobile-register .cta-text h1
    {
        font-size: 6.0vw;
        line-height: 1em;
        padding-bottom: 6vh;
    }

    mobile-register .cta-text h1 small
    {
        font-size: 3.5vw;
        color: #444;
    }
}

/********************************/
/* Foreground					*/
/********************************/

.foreground-info
{
    width: 100%; 
}

/********************************/
/* Main content    				*/
/********************************/

mobile-content .title
{
	position: relative;
    margin: 0px; 
	color: wheat;
	font-family: 'Maven Pro', sans-serif;
    overflow: hidden;
    
    border-top: 3px solid white;
	border-bottom: 3px solid #204d74;
}

@media screen and (orientation:portrait) 
{
    mobile-content .title
    {
        max-height: 24em; 
        padding: 5em 1em;
    }

    mobile-content .title .progressive
    {
        position: absolute;
        top: 0px;
        left: 0px;
        min-width: 100%;
        height: 100%;        
        overflow: hidden;
        pointer-events: none;        
        z-index: -1;        
    }

    mobile-content .title .progressive img
    {
        object-fit: cover;
        object-position: center center;
        height: inherit;
    }
    
    mobile-content .title h1
    {
        font-size: 8.0vw;
        padding: 10px; 
        background-color: rgba(0, 0, 0, 0.6); 
        border-radius: 10px; 
        text-align: center; 
        text-shadow: 1px 1px #444    
    }
}

@media screen and (orientation:landscape) 
{
    mobile-content .title
    {
        max-height: 20em;
        padding: 4em 1em;
    }

    mobile-content .title .progressive
    {
        position: absolute;
        top: 0px;
        left: 0px;
        height: auto;
        width: 100vw;
        max-height: inherit;
        overflow: hidden;
        pointer-events: none;        
        z-index: -1;        
    }

    mobile-content .title .progressive img
    {
        object-fit: cover;
        object-position: center center;
        width: inherit;
    }
    
    mobile-content .title h1
    {
        font-size: 5.0vw;
        padding: 10px; 
        background-color: rgba(0, 0, 0, 0.6); 
        border-radius: 10px; 
        text-align: center; 
        text-shadow: 1px 1px #444    
    }
}

mobile-content .title small
{
    color: inherit;
    opacity: 0.8;
}

mobile-content .selector
{
    display: block;
    margin: -57px auto 0px auto;
    text-align: center;
	color: wheat;
}

mobile-content .selector .btn-group
{
    margin: 0 auto; 
    text-align: center;
    width: inherit;
    display: inline-block;
    z-index: 5;
}

mobile-content .selector button
{
    min-width: 10em;
    border-radius: 20px;
}

mobile-content .step-list
{
	position: relative;
    margin-top: 4vh;
	margin-bottom: 4vh;
}

mobile-content .step-list h2
{
    margin-left: 20px;
    font-family: 'Kalam', cursive;
    z-index: 2;
}

@media screen and (orientation:portrait) 
{
    mobile-content .step-list h2
    {
        font-size: 7vw;
    }

    mobile-content .step-list .step
	{
		position: relative;
		width: 100%;
		padding: 2vh 0vw 2vh 2vw;
		cursor: pointer;
		background-color: rgba(255, 255, 255, 0.6);
		transition: all ease-in 0.3s;
		z-index: 2;
	}
	
	mobile-content .step-list .phone
	{
		position: absolute;
		pointer-events: none;
		bottom: 0.0em;
		right: 20px;
        width: 50vw;
		z-index: 1;
        
		opacity: 0;
		transition: all ease-in 0.3s;
	}

	mobile-content .step-list .landscape
    {
        display: none;
    }
}

@media screen and (orientation:landscape) 
{
    mobile-content .step-list h2
    {
        font-size: 4.5vw;
    }

	mobile-content .step-list .step
	{
		position: relative;
		width: 100%;
		padding: 2vh 0vw 2vh 2vw;
		cursor: pointer;
		background-color: rgba(255, 255, 255, 0.6);
		transition: all ease-in 0.3s;
		z-index: 2;
	}
    
	mobile-content .step-list .phone
	{
		position: absolute;
		pointer-events: none;
		bottom: 1.3em;
		right: 10vw;
		width: 65vw; 
		z-index: 1;

		opacity: 0;
		transition: all ease-in 0.3s;
    }
    
	mobile-content .step-list .portrait
    {
        display: none;
    }    
}

mobile-content .step-list .step:hover
{
	background-color: rgba(230, 230, 120, .8);
}

mobile-content .step-list .step:hover ~ .phone
{
    opacity: 1;
}        

mobile-content .step .step-title
{
	position: relative;
	height: 2.6em;
	color: #333;
}

@media screen and (orientation:portrait) 
{
    mobile-content .step .step-title h2
    {
        position: absolute;
        font-size: 6.0vw;
        margin-top: -0.2em;
        margin-left: 1.7em;
        min-width: 50vw;
        padding: 5px 10px 5px 10px;
        border-bottom: 3px solid #333;
        font-family: 'Barlow Condensed', sans-serif;
    }

    mobile-content .step .step-title h2.number
    {
        position: absolute;
        margin: 0px;
        padding: 0px;
        min-width: 1.8em;
        min-height: 1.8em;
        line-height: 1.4em;
        text-align: center;
        font-family: 'Lato', sans-serif;
        color: white;
        background-color: #333;
        border: 3px solid #333;
        border-radius: 50%;
    }

    mobile-content .step .step-content
    {
        margin-top: -8px;
        margin-left: 3.2em;
        margin-right: 1em;
    }
}

@media screen and (orientation:landscape) 
{
    mobile-content .step .step-title h2
    {
        position: absolute;
        margin-top: -0.2em;
        margin-left: 1.7em;
        min-width: 50vw;
        padding: 5px 10px 5px 20px;
        border-bottom: 3px solid #333;
        font-family: 'Barlow Condensed', sans-serif;
    }

    mobile-content .step .step-title h2.number
    {
        position: absolute;
        margin: 0px;
        padding: 0px;
        min-width: 1.8em;
        min-height: 1.8em;
        line-height: 1.4em;
        text-align: center;
        font-family: 'Lato', sans-serif;
        color: white;
        background-color: #333;
        border: 3px solid #333;
        border-radius: 50%;
    }

    mobile-content .step .step-content
    {
        margin-left: 5.2em;
    }
}

/********************************/
/* footer bar	      			*/
/********************************/

mobile-footer .footer
{
    position: relative;
    bottom: 0px;
    width: 100%;
    border-radius: 0px;
	margin-bottom: 0px;
    background-color: #444;
    border-top: 3px solid black;
	padding: 46px 0px 12px 0px;
	z-index: 2;
}

@media screen and (orientation:portrait) 
{
    mobile-footer .company-info
    {
        margin: 5px -15px 10px 0px;
        text-align: right;
        color: white;
    }
    
    mobile-footer .row
    {
        margin: 0px 0px 5px 0px;
    }    
}

@media screen and (orientation:landscape) 
{
    mobile-footer .company-info
    {
        margin: 0px;
        padding: 0px;
        text-align: left;
        color: white;
    }
    
    mobile-footer .row
    {
        margin: 10px 0px 0px 0px;
    }
    
    mobile-footer .col-xs-12
    {
        padding-left: 0px;
        width: 60%;
    }

    mobile-footer .col-xs-3
    {
        width: 10%;
    }    
}

mobile-footer a.social
{
    display: block;
	padding: 6px;
	margin: 2px 4px 2px 4px;
	text-align: center;
	line-height: 2em;
	width: 3em;
	height: 3em;
	border: 2px solid lightgray;
	border-radius: 50%;
	color: lightgray;
	transition: all ease-in 0.3s;
	z-index: 2;    
}

mobile-footer a.social.disabled
{
    pointer-events: none;
    opacity: 0.7;
}

mobile-footer a.social:hover
{
	border-color: white;
	color: black !important;
	background-color: lightgray !important;
}

mobile-footer a.social i
{
	font-size: 160%;
}

mobile-footer .register
{
    display: block;
    margin: -70px auto 5px auto;
	color: white;
}

mobile-footer .register button
{
    display: block;
    margin: 0px auto;
    min-width: 15em;
    border-radius: 30px;
}

/********************************/
/* Sections						*/
/********************************/

mobile-sections
{
	position: fixed;
	top: 0px;
    max-height: 100%;
	left: 0px;
	right: 0px;
	overflow: auto;
	color: black;
	background-color: rgba(220, 220, 220, 0.95);
	z-index: 999;
}

mobile-sections .section-container 
{
	margin: 0px 15px 15px 15px;
}

mobile-sections .section-close
{
	float: right;
	text-decoration: none;
}

mobile-sections .section-title
{
    position: fixed;
    margin: 0px;
    padding: 10px 10px;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 2em;

    color: lightgray;
    background-color: #444;
    border-bottom: 2px solid black;
    z-index: 99;
}

mobile-sections .section-title a
{
    position: absolute;
    top: 7px;
    right: 10px;
    color: lightgray;
    font-size: 130%;
}

mobile-sections .section-content
{
    margin-top: 4em;
}

mobile-sections .section-content .region
{
    margin: 0px -5px 10px -5px;
    padding: 8px 15px;
    border: 1px solid #666;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.4);
}

mobile-sections .section-content .region-title
{
    min-height: 65px;
    padding: 8px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #666;    
}

mobile-sections .section-content .region-title img
{
	float: left;
    height: 48px;
}

mobile-sections .section-content .region-title h2
{
    margin: 0px 0px 0px 65px;
    font-size: 22px;
}

/********************************/
/* BLOG ENTRIES        			*/
/********************************/

mobile-section-blog .event-title
{
    margin: 0px -15px;
    font-size: 20px;
    font-weight: bold;
    padding: 16px 10px;
    border: 1px solid #ddd; 
    color: white;
	background-color: #387ef5;
	background-image: linear-gradient(0deg,#0c60ee,#0c60ee 50%,transparent 70%);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

mobile-section-blog .event-title .event-title-date
{
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
}

mobile-section-blog .event-title .event-title-text
{
    display: block;
    font-weight: normal;
}

mobile-section-blog .item-divider h2
{
    margin: 0px -15px;
    padding: 5px 5px;
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.4);
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}

mobile-section-blog .event-content
{
    margin: 10px -10px;
    font-size: 16px;    
}

mobile-section-blog .event-content .title
{
    margin: 10px 0px;
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #888;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
}

mobile-section-blog .event-content .notes
{
    margin: 10px -5px;
    padding: 10px 15px;
    font-size: 12px;
    color: lightgray;
    background-color: rgba(0, 0, 0, 0.4);
}

.event-content .notes .bl
{
    float: left;
}

.event-content .notes .li
{
    display: block;
    margin-left: 20px;
}



