@font-face {
    /*font-family: "Pacifico";
    src: url("../fonts/pacifico.ttf");*/
    font-family: 'Roboto', sans-serif;
}

html,body
{
	overflow: hidden;
	font-size: 14px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
}

sup
{
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 75%;
    vertical-align: super;
}

.main-bg
{
	position:absolute;
    top: -50px;
	background: url('../images/bg_home.jpeg');
	background-size: cover;
	height: 110%;
	width: 100%;
	/*padding: 10px;*/
	display: block;
    transition: all 10s ease,filter 500ms ease, opacity 500ms ease;
	-webkit-transition:all 10s ease, -webkit-filter 500ms ease, opacity 500ms ease;
	-moz-transition:all 10s ease,-moz-filter 500ms ease, opacity 500ms ease;	
}

/*.main-bg:hover
{
	transform: scale(1.1, 1.1);
	transition:all 10s;
	-webkit-transition:all 10s;
	-moz-transition:all 10s;
}*/

.main-bg-blurred
{
	visibility: visible;
	opacity: 0;
	position:absolute;
    top: -50px;
	/*padding: 10px;*/
	background: url('../images/bg_home_blur.jpeg');
	background-size: cover;
	/*background-position: -10px -10px;*/
	background-repeat: no-repeat;
	height: 110%;
	width: 100%;
	transition:opacity 500ms ease, visibility 500ms ease;
		-webkit-transition:opacity 500ms ease, visibility 500ms ease;
		-moz-transition:opacity 500ms ease, visibility 500ms ease;
	/*filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);*/
}

nav{
    z-index: 100;
}

.navbar-dark{
    background-color: rgba(100,100,100,0.4) !important;
}


.main-menu
{
	position: absolute;
	width: 100%;
	height: 40px;
	top: 0px;
	width: 100%;
	background: url('../images/bg_menu.png');
	background-repeat: repeat-x;
}

.main-logo
{
	/*padding: 10px;*/
    margin-top: -22px;
	/*margin-top: 10px;
	margin-left: 5px;*/
	height: 100px;
	width: 100px;
	background-image: url('../images/logo-rotasvision-bianco.svg');
	/*background-size: contain;*/
	background-size: 85%;
	background-position: 50% 50%;
	float: left;	
	background-repeat: no-repeat;
	cursor: pointer;
}

.main-logo:hover
{
    opacity: 0.5;
}


.main-about-content
{
	/*background-color: rgba(75,0,0,0.785);*/
	width: 640px;
	height: 480px;
	margin-left:-320px;
	margin-top:-100px;
	position: absolute;
	left:50%;
	top:55%;
	
	transition:             all 500ms ease;
        -moz-transition:    all 500ms ease;
        -ms-transition:     all 500ms ease;
        -o-transition:      all 500ms ease;
        -webkit-transition: all 500ms ease;
}

.about-image
{
	display:inline-block;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
    /*box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);*/
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.5));
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.5));
	/*filter: url(shadow.svg#drop-shadow);*/
	position: relative;
	top: 50px;
	width: 200px;
	height: 200px;
	left:50%;
	margin-left:-100px;
	/*margin-top:50px;*/
	background-image: url('../images/about_image.svg');
	background-size: 100%;
	background-repeat: no-repeat;
}

.about-image:hover
{
    opacity: 0.6;
}

.about-rotas
{
	cursor: pointer;
	filter: drop-shadow(3px 3px 10px rgba(255,255,255,0.8));
    -webkit-filter: drop-shadow(3px 3px 10px rgba(255,255,255,0.8));
	/*filter: url(shadow.svg#drop-shadow);*/
	text-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
    /*box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);*/
	position: relative;
	width: 400px;
	height: 150px;
	left:50%;
	/*top:65%;*/
	margin-left:-200px;
	/*margin-top:-100px;*/
	background-image: url('../images/about_rotas.png');
	background-size: 100%;
	background-repeat: no-repeat;
}

.about-rotas:hover
{
    opacity: 0.6;
}

.about-details
{
	text-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
    /*box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);*/
	font-size: 2em;
	color: #FFF;
	position: relative;
	/*top: 50%;*/
	text-align: center;
}

.about-close-area
{
	display: inline-block;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.main-fullscreen
{
	padding: 10px;
	height: 20px;
	width: 20px;
	background-image: url('../images/bg_fullscreen.png');
	background-size: 50%;
	background-position: 50% 50%;
	float: right;	
	background-repeat: no-repeat;
	cursor: pointer;
}

.main-fullscreen:after {
	padding: 10px;
	left:-5px;
	top:-5px;
}

.main-fullscreen:hover
{
    opacity: 0.5;
}

.main-title
{
	position: absolute;
	width: 370px;
	height: 80px;
	left: 50%;
	top: 50%;
	margin-left:  -185px;
	margin-top: -40px;
	border: 2px solid rgba(222,222,222,0);
	border-radius: 5px;
	/*box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
	*/
	text-align: center;
	font-size: 2.5em;
	line-height: 60px;
	font-weight: bold;
	color: white;
	opacity: 1;
	cursor: pointer;
	transition:             all 500ms ease;
        -moz-transition:    all 500ms ease;
        -ms-transition:     all 500ms ease;
        -o-transition:      all 500ms ease;
        -webkit-transition: all 500ms ease;

    text-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    /*-webkit-text-fill-color: transparent;
  	-webkit-background-clip: background;*/
  /*	color: #111;
    background-color: rgba(255,255,255,.6);
    text-shadow: 0px 1px 0px rgba(255,255,255,1); /* 50% white from bottom */*/

}

.main-title:hover
{
    border: 2px solid rgba(222,222,222,1);
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
    background-color: rgba(255,255,255,0.35);
}

.main-title-text{
    display: flex;
    align-items: center;
    justify-content: right;
    height: 80px;
}

.main-title-img{
    display: flex;
    align-items: center;
    justify-content: left;
    width: 190px;
    height: 80px;
	background-image: url('../images/Group_40_2x.png');
    background-repeat: no-repeat;
	background-size: contain;
    background-position: center center;

}

.main-login-content
{
	width: 410px;
    padding: 20px;
	height: 350px;
	top: 40px;
	position: absolute;
	left:50%;
	top:55%;
	margin-left:  -205px;
	transition:             all 500ms ease;
        -moz-transition:    all 500ms ease;
        -ms-transition:     all 500ms ease;
        -o-transition:      all 500ms ease;
        -webkit-transition: all 500ms ease;
}

.main-login-content.logged
{
	height: 220px;
}

.login-arrow
{
	width: 100%;
	height: 20px;
	background: url('../images/login_arrow.png');
	background-repeat: no-repeat;
	background-position: right;
}

.cc-window{
    background-color: rgba(	63, 155, 255, 1) !important;
}

.cc-window a{
    color: white;
}

.cc-btn{
    color: white;
}

.login-form
{
	padding-top: 23px;
	width: 100%;
	height: 300px;
	/*background-color: #333;*/
	/*border-radius: 5px;*/
}

.main-login-content.logged .login-form
{
	padding-top: 23px;
	width: 100%;
	height: 200px;
/*	background-color: #FAFAFA;*/
	/*border-radius: 5px;*/
}

.login-form h3
{
	line-height: 40px;
	width: 100%;
	/*padding-left: 20px;*/
	font-size: 2.2em;
	font-weight: bold;
	color: #999;
	text-align: center;
	margin-bottom: 10px;
}

.login-form hr
{
	width: 100%;
	border-width: 0px;
	/*margin-left: 8%;
	margin-right: 8%;*/
	
}

.main-login-welcome
{
  color: rgba(255, 255, 255, 0.75);
  font-size: 2.2em;
  margin-top: 7%;
  margin-bottom: 7%;
  text-align: center;
}

/** OVERLOAD OF CONTROL CLASSES **/
.control-container
{
	width: 100%;
	margin-top: 0px;
	display: inline-block;
	margin-left: 0%;
	margin-right: 0%;
}

.control-container:hover
{
	opacity: 0.5;
}

.control-container.w50
{
	width: 46%;
	margin-left: 0%;
	margin-right: 0%;
}

.control-container .control-wrapper
{
	float: center;
}

.control-container.text-control input:focus,
.control-container.textarea-control input:focus,
.control-container.password-control input:focus,
.control-container.button-control input:focus,
.control-container.combo-control input:focus
{
	border-bottom: 0px solid;
}

.control-container.password-control input,
.control-container.text-control input
{
	width: 100%;
	display: block;
	line-height: 35px;
	border: 0px;
	padding-left: 15%;
	font-size: 1.4em;
	font-style: italic;	
	background-color: transparent;
	border-bottom: 0px solid;		
	color:#FFFFFF;	
	background-color: rgba(80,80,80,0.6);
	margin-top: 5px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
	border-radius: 5px;

}


.control-container.text-control input
{
	font-style: italic;
	background-image: url('../images/user_img.png');
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: 10px 4px;
	opacity: 1;
}

.control-container.password-control input
{
	font-style: italic;
	background-image: url('../images/pwd_img.png');
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: 10px 4px;
	opacity: 1;
}

.control-container.textarea-control textarea
{
	width: 100%;
	display: block;
	line-height: 35px;
	border: 0px;
	padding-left: 5px;
	font-size: 1.4em;	
	background-color: transparent;
	border-bottom: 1px solid rgba(34, 34, 34, 0.0627451);
	min-height: 108px;
	color:#FFFFFF;
	resize: vertical;
	padding-top: 0px;
	padding-bottom: 0px;
}

.control-container.button-control
{
	padding-top: 0px;
	padding-bottom: 0px;
}

.control-container.button-control input
{
	float: left;
	width: 100%;
	display: block;
	line-height: 35px;
	border: 0px;
	padding-left: 5px;
	font-size: 1.4em;
	cursor: pointer;
	background-color: transparent;
	color:#FFFFFF;
	font-family: 'Trebuchet MS', sans-serif;
	opacity: 1;
	border-radius: 5px;
}

.control-container.button-control.blue input
{
	background-color: rgba(	63, 155, 255, 0.65);
	color: #FFF;
	margin-top:5px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

.control-container.button-control.green input
{
	background-color: rgba(	145, 225, 53, 0.65);
	color: #FFF;
	margin-top:5px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

.control-container.button-control.orange input
{
	background-color: rgba(	230, 92, 0, 0.65);
	color: #FFF;
	margin-top:5px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

.checkbox-control .ui-button .checkbox-state
{
  font: normal normal normal 14px/1 Trebuchet;
}

.control-container.label-control .control-wrapper label
{
	background-color: transparent;
	color:#FFFFFF;
}

.control-container.button-control input
{
	border: 0px solid;
}

@media screen and (max-width: 801px) and (min-height: 799px)
{
    #main-bg, #main-title{
        float: none;
    }
    
    #main-bg-blurred, #fullscreen-button{
        display:none;
    }
    
    .main-menu
    {
        height: 80px;
       	background-repeat: repeat;
    }
    
    .main-logo
    {
        width: 60px;
        height: 60px;
    }
    
    .main-fullscreen
    {
        width: 60px;
        height: 60px;
    }
    
    .main-title
    {
        width: 800px;
        height: 120px;
        margin-left: -405px;
       	margin-top:  -80px;
        font-size: 4em;
        vertical-align: middle;
        padding-top: 50px;
      /*  transition: none !important;
        -moz-transition:    none !important;
        -ms-transition:     none !important;
        -o-transition:      none !important;
        -webkit-transition: none !important;*/
    }
    
    .main-login-content
    {
        width: 800px;
        height: 700px;
        margin-left: -405px;
        margin-top: 40px;
        font-size: 1.5em;
        /*transition:         none !important;
        -moz-transition:    none !important;
        -ms-transition:     none !important;
        -o-transition:      none !important;
        -webkit-transition: none !important;*/
    }
    
    .control-container.password-control input,
    .control-container.text-control input
    {
        width: 85%;
        display: block;
        line-height: 70px;
        font-size: 1.6em;
        margin-top: 10px;
    
    }
    
        .control-container.button-control input
    {
        width: 100%;
        display: block;
        line-height: 70px;
        font-size: 1.6em;
    }
    .control-container.button-control.blue input
    .control-container.button-control.green input
    .control-container.button-control.orange input
    {
        margin-top: 30px;
    }
}

/** END OVERLOAD OF CONTROL CLASSES **/





/*@font-face {
    font-family: "Pacifico";
    src: url("../fonts/pacifico.ttf");
}

body
{
	overflow: hidden;
	font-size: 14px;
}

.main-bg
{
	background: url('../images/bg_home.jpg');
	background-size: cover;
	height: 100%;
	width: 100%;
	display: block;
	transition:all 3s;
	-webkit-transition:all 3s;
	-moz-transition:all 3s;
}

.main-logo
{
	margin-left: 10px;
	height: 40px;
	width: 40px;
	background-image: url('../images/bg_logo.png');
	background-size: contain;
	float: left;	
}

.main-title
{
	position: absolute;
	width: 400px;
	height: 80px;
	left: 50%;
	top: 50%;
	margin-left:  -150px;
	margin-top: -40px;
	border: 5px solid white;
	text-align: center;
	font-size: 2.5em;
	line-height: 80px;
	font-weight: bold;
	color: white;
	opacity: 0.67;
}

.main-bg:hover
{
	transform: scale(1.1, 1.1);
	
	transition:all 3s;
	-webkit-transition:all 3s;
	-moz-transition:all 3s;
}

.main-menu
{
	position: absolute;
	width: 100%;
	height: 40px;
	top: 0px;
	width: 100%;
	background: url('../images/bg_menu.png');
	background-repeat: repeat-x;
}

.menu-link
{
	display: block;
	line-height: 40px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
	opacity: 1;
	color: white;
	font-size: 1.35em;
	float: right;
	padding-right: 20px;
}

.menu-link:hover
{
	text-decoration: underline;
}

.main-login-content
{
	width: 300px;
	height: 350px;
	top: 40px;
	position: absolute;
	right: 10px;
}

.main-login-content.logged
{
	height: 220px;
}

.login-arrow
{
	width: 100%;
	height: 20px;
	background: url('../images/login_arrow.png');
	background-repeat: no-repeat;
	background-position: right;
}

.login-form
{
	padding-top: 23px;
	width: 100%;
	height: 330px;
	background-color: white;
	border-radius: 5px;
}

.main-login-content.logged .login-form
{
	padding-top: 23px;
	width: 100%;
	height: 200px;
	background-color: white;
	border-radius: 5px;
}

.login-form h3
{
	line-height: 40px;
	width: 100%;
	padding-left: 20px;
	font-size: 2.2em;
	font-weight: bold;
	color: #999;
}

.login-form hr
{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	
}
*/