@charset "UTF-8";

html {
    position: relative;
    min-height: 100%;
    height: 100%;
    margin: 0;
}

body {
}

.burger-menu{
	transition:500ms ease;
}

header .navbar button.navbar-toggler-default {
    right: 2.4rem !important;
    top: 2.9rem !important;
    background-color: white;
    color: #07baa5;
    padding: 0.5rem 0.8rem;
}

header .navbar button.navbar-toggler-scroll {
    right: 1.6rem !important;
    top: 1.2rem !important;
    background-color: white;
    color: #07baa5;
    padding: 0.5rem 0.8rem;
}

.bg-black{
	background-color: black !important;
}

/** Opacity **/

.op-1{
    opacity: 0.1;
}

.op-2{
    opacity: 0.2;
}

.op-3{
    opacity: 0.3;
}

.op-4{
    opacity: 0.4;
}

.op-5{
    opacity: 0.5;
}

.op-6{
    opacity: 0.6;
}

.op-7{
    opacity: 0.7;
}

.op-8{
    opacity: 0.8;
}

.op-9{
    opacity: 0.9;
}

.op-100{
    opacity: 1;
}

/** Width **/

.w-10{
  width: 10%;
  display: block;
}

.w-20{
  width: 20%;
  display: block;
}

.w-30{
  width: 30%;
  display: block;
}

.w-40{
  width: 40%;
  display: block;
}

.w-60{
  width: 60%;
  display: block;
}

.w-70{
  width: 70%;
  display: block;
}

.w-80{
  width: 80%;
  display: block;
}

.w-90{
  width: 90%;
  display: block;
}



/**
* LOGIN & REGISTER
*
*/

body[data-current-path="/login/"],
body[data-current-path="/register/"],
body[data-current-path="/password-recovery/"],
body[data-current-path="/account-pending/"],
body[data-current-path="/new-password/"],
body[data-current-path="/contact/"]
{
	background-image: url(../images/header_map_bg.png);
	padding-top: 120px;
	background-position: top center;
}

body[data-current-path="/login/"] .iMac,
body[data-current-path="/register/"] .iMac,
body[data-current-path="/password-recovery/"] .iMac,
body[data-current-path="/account-pending/"] .iMac,
body[data-current-path="/new-password/"] .iMac,
body[data-current-path="/contact/"] .iMac
{
	background-image: url(../images/timeline.png);
    background-size: inherit;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 0px;
    margin-top: 0px;
}

.new-password-form input{
	text-indent: 0.8rem;
}

/** Font-size **/

.fs-70{
  font-size: 70%;
}

.fs-80{
  font-size: 80%;
}

.fs-90{
  font-size: 90%;
}

.fs-110{
  font-size: 110%;
}

.fs-120{
  font-size: 120%;
}

.fs-130{
  font-size: 130%;
}

.fs-140{
  font-size: 140%;
}

.fs-150{
  font-size: 150%;
}

.fs-160{
  font-size: 160%;
}

.fs-170{
  font-size: 170%;
}

.fs-180{
  font-size: 180%;
}

.fs-190{
  font-size: 190%;
}

.fs-200{
  font-size: 200%;
}

.fs-210{
  font-size: 210%;
}

.fs-220{
  font-size: 220%;
}

.fs-230{
  font-size: 230%;
}

.fs-240{
  font-size: 240%;
}

.fs-250{
  font-size: 250%;
}

button {
    cursor: pointer;
}

.btn-login-home{
	border: 1px solid white;
    text-align: center;
}

div.wrapper {
    min-height: 100%;
    margin-bottom: -50px;
}

div.push {
    height: 50px;
}

.navbar-nav li{
	margin-left: 20px;
}

.topcontent{
	background-image: url(../images/header_map_bg.png);
	background-size: inherit;
    background-position: top;
	background-repeat: no-repeat;
}

.iMac{
	background-image: url(../images/timeline.png), linear-gradient(to bottom, #5be1ab 2%,#ffffff 20%);
    background-size: inherit;
    background-position: center 0px, center 294px;
    background-repeat: no-repeat;
    padding-top: 40px;
    margin-top: -23px;
	padding-bottom: 50px;
}

.iMac img{
	width: 860px;
}

.image-overlay{
	top:0;
	left: 0;
}

.image-overlay a{
	opacity: 0.01;
}

.image-overlay a:hover{
	opacity: 1;
	background-color: rgba(41,198,193,0.85);
}


.timeline-duomo.bg_places{
	margin-top:-168px;
}

.timeline-stone.bg_places{
	margin-top:-150px;
}

.timeline-examples{
	margin-top:-160px;
}

.bg_places h2, .timeline-examples h2{
	font-size: 1.9rem;
	color:#282828;
}

.bg_places h3, .timeline-examples  h3{
	font-size: 1.4rem;
    color: #838383;
    font-weight: 400;
}

.timeline-duomo .timeline-overlay img{
	width: auto;
}

.timeline-duomo .timeline-overlay{
	margin-top: 479px;
    margin-left: 110px;
}

.bg-duomo{
	height: 872px;
	background-image: url(../images/bg_domo.png);
	background-position: center right;
	background-repeat: no-repeat;
}

.example-preview{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	min-height: 277px;
}

.example-davinci{
	background-image: url(../images/preview_davinci.png);
}

.example-games{
	background-image: url(../images/preview_games.png);
}

.timeline-duomo .timeline{
	background-image: url(../images/timeline_image1.png);
	background-size: auto;
    background-position: -12rem 27.4rem;
    background-repeat: no-repeat;
    height: 100%;
}

.timeline-stone .timeline-overlay img{
	width: auto;
}

.timeline-stone .timeline-overlay{
	margin-top: 479px;
    margin-right: 123px;
}

.timeline-stone .timeline{
	background-image: url(../images/timeline_image2.png);
	background-size: auto;
    background-position: center 29rem;
    background-repeat: no-repeat;
    height: 100%;
}

.bg-stone{
	height: 874px;
	background-image: url(../images/bg_stone.png);
	background-size: cover;
	background-position: left;
}


.centered-axis-x {
    left: 50%;
    transform: translate(-50%, 0);
}

.image-content{
	margin-top:270px;
}

.btn-call-to-action{
	font-size: 18px;
}

.box-shadow{
	box-shadow: 2px 2px 2px 1px #00000021;
}

.z-0{
	z-index: 0;
}

.z-1{
	z-index: 1;
}

.z-2{
	z-index: 2;
}

.z-3{
	z-index: 3;
}

.h-90{
	height: 90%;
}

/** Font-weight **/

.fw-300{
  font-weight: 300;
}

.fw-400{
  font-weight: 400;
}

.fw-500{
  font-weight: 500;
}

.fw-600{
  font-weight: 600;
}

.fw-700{
  font-weight: 700;
}

/**
* BACKGROUNDS & COLORS
*
*/


/** Green **/

.bg-green-light{
	background-color: #07baa5;
}

.color-green-light{
	color:#07baa5;
}

.bg-green{
	background-color: #30be85;
}

.btn.bg-green:hover{
	background-color: #4ccd99;
}

.color-green{
	color: #30be85;
}


/** White **/

.color-white, .color-white li, .color-white a, .color-white-hover:hover{
	color: white;
}

.outline-white{
	border: 2px solid white;
}

/** Blue **/

.bg-blue{
	background-color: #00a8ca;
}

.btn.bg-blue:hover{
	background-color: #1abada;
}

.color-blue{
	color: #00a8ca;
}

.bg-facebook-blue   {
background-color:#4267B2;
}

.bg-google-red   {
background-color:#C94130;
}

/** GRAY **/

.bg-dark-gray{
	background-color:#656565;
}

.color-gray, .color-gray li, .color-gray li a{
	color:#838383;
}

/**
* BUTTONS
*
**/

.btn-outline{
	border: 1px solid white;
	text-align: center;
}

/**
 * HEADER
 *
 */

 header .timebar {
    height: 100px;
    background-image: url(../images/timebar.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 36px;
	transition:500ms ease;
 }

header .timebar a{
	color: white;
 }

 header .timebar-color {
    height: 74px;
	background-color: white;
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 0px;
	transition:500ms ease;
 }

.navbar.timebar-color .brand{
	background-image: url('../images/logo-color.png');
}

header .timebar-color .btn-outline{
	border-color:#07baa5;
}

 header .timebar-color a{
	color: #07baa5;
 }

 header .navbar button.navbar-toggler {
    position: absolute;
    right: 17px;
    top: 10px;
    float: right;
 }

header .navbar .brand {
    margin: 0px;
    padding: 0px;
    width: 180px;
    height: 31px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

header .navbar .navbar-toggler {
    position: fixed;
}



/**
* FOOTER
*
*/

footer {
    padding: 60px 0;
	background: #21b29f !important;
}

footer .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
/*
footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
*/

footer h5{
    margin-bottom: 16px;
    color:#ffffff;
}

footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
footer ul.social li{
	padding: 3px 0;
}
footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
footer ul.social li a,
footer ul.quick-links li a{
	color:#ffffff;
}
footer ul.social li a:hover{
	color:#eeeeee;
}
footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
footer ul.quick-links li a i{
	margin-right: 5px;
}
footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}

.footer-wrap {
/*	background-image: url(../images/footer_bg.jpg);*/
	background-size: auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}

img.logo-small{
	width: 120px;
}

/**
 * TOASTR
 */
#toast-container.toast-bottom-center>div, #toast-container.toast-top-center>div {
    width: auto!important;
    max-width: 640px!important;
}
#toast-container > .toast {
    background-image: none !important;
    padding-left: 68px;
}
#toast-container div.toast-title {
    margin: -3px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#toast-container > .toast:before {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-size: 48px;
    float: left;
    color: #FFF;
    left: 10px;
    top: 0px;
    margin: 0px 0px 0px 0px;
}
#toast-container > .toast-warning:before {
    content: "\f003";
    color: rgba(255,255,255,0.5);
}
#toast-container > .toast-error:before {
    content: "\f057";
    color: rgba(255,255,255,0.5);
}
#toast-container > .toast-info:before {
    content: "\f059";
    color: rgba(255,255,255,0.5);
}
#toast-container > .toast-success:before {
    content: "\f058";
    color: rgba(255,255,255,0.5);
}
#toast-container > .toast-success{
    background-color: rgba(0,169,157,1);
}
#toast-container>div{
    opacity: 0.9;
}

#toast-container > div:hover {
    box-shadow: none;
    opacity: 1;
    cursor: pointer;
}

#toast-container > .toast:before {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-size: 32px;
    float: left;
    color: #FFF;
    left: 15px;
    top: 0px;
    margin: 0px 0px 0px 0px;
    line-height: 76px;
}



/**
* ROUNDED CORNER EXTRAS
*/

.rounded-top-left{
	border-top-left-radius: .25rem!important;
}

.rounded-bottom-left{
	border-bottom-left-radius: .25rem!important;
}

.rounded-top-right{
	border-top-right-radius: .25rem!important;
}

.rounded-bottom-right{
	border-bottom-right-radius: .25rem!important;
}

.not-rounded-top-left{
	border-top-left-radius: 0rem!important;
}

.not-rounded-bottom-left{
	border-bottom-left-radius: 0rem!important;
}

.not-rounded-top-right{
	border-top-right-radius: 0rem!important;
}

.login-button{
    cursor: pointer;
    color:inherit;
}

.not-rounded-bottom-right{
	border-bottom-right-radius: 0rem!important;
}

.not-rounded, .not-rounded-a a{
	border-radius:0px !important;
}

.super-radius{
	border-radius: 10rem !important;
}

.dashboard-buttons{
    -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
}
/*
.dashboard-buttons{
    -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
    -moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
    box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
}

.dashboard-buttons:hover{
            transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
    -moz-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
    box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);

}*/

.list-footer-landing .list-group-item{
   background-color: #21B29F;
   color: white;
   border-color: rgba(255,255,255,0.2);
}
.footer-copyright{
   background-color: rgba(0,0,0,0.1) !important;
}


