/* Temporary navbar container fix */
.navbar-toggler {
    z-index: 1;
}
@media (max-width: 576px) {
    nav > .container {
        width: 100%;
    }
}
/* ------------------------------ */
html {
  position: relative;
  min-height: 100%;
}
body {
    padding-top: 72px;
    margin-bottom: 6rem;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

/* Sitcky footer */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7rem; /* Fixed height footer */
  background-color: #ffffff;
  border-top:1px solid #000000;
}
 
@media (min-width: 992px) {
    body {
        padding-top: 72px;
    }
}

.carousel-item {
    height: 80vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}

.carousel {
    font-size: 1.5rem;
}

.carousel h3 {
    font-size: 2.5rem;
    font-weight:300;
}

.row {
  margin-top: 1rem;
}

.center-vertical {
    display: flex;
    align-items: center;
}
.overlay-carousel {
    width:100%;
    height:40%;
    margin: auto auto;
    margin-top:10%;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
}
.carousel-caption {
    background-color:rgba(0,0,0,0.5);    
    max-width: 100%;
    width:100%;
    left:0;
    bottom:0;
}

.inverse-dropdown {
  background-color: #292b2c;
  border-color: #080808;
}
.inverse-dropdown a {
    color: rgba(255, 255, 255, 0.5)
}

.btn_download
{
	background:white url('../images/menu_deselected_48.png') repeat-x left top;
	height: 48px;
	width:  115px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
    overflow: visible;
	display: block;
	border: 1px solid #bcbebf;
	padding:0px;
	/*float: left;*/
	
	-moz-box-shadow: 0px 0px 16px #bcbebf;
	-webkit-box-shadow: 1px 1px 1px #bcbebf;
	box-shadow: 1px 1px 3px #bcbebf;
}

#menuFreeTrial {
	color: #ffa0a0;
	visibility: hidden;
}

.btn_download a
{
	display:block;
	width:115px;
	height:48px;
	color: #5f5f5f;
	background-color:transparent;
	font-size:14px;
	text-decoration:none;
	text-indent:0px;
	text-align:center;
	margin:0px;
	/*height:28px;*/
	padding:6px 0px 0px 0px;
	/*text-shadow:1px 1px 1px #333;*/
}

.btn_download a:hover
{
	color: #5f5f5f;
	background-image:url(../images/menu_hover_48.png);
	background-repeat:repeat-x;
	text-decoration:none;
}

.error-message {
	display:block;
	background-color:#FFcccc;
	color:#aa0000;	
	
	border: 1px solid #ff0000;
	padding:10px;
	/*float: left;*/
	
	-moz-box-shadow: 0px 0px 16px #bcbebf;
	-webkit-box-shadow: 1px 1px 1px #bcbebf;
	box-shadow: 1px 1px 3px #bcbebf;
}

.error-message h2 {
	color:#440000;	
}

.success-message {
	display:block;
	background-color:#ccFFcc;
	color:#00aa00;	
	
	border: 1px solid #00ff00;
	padding:10px;
	/*float: left;*/
	
	-moz-box-shadow: 0px 0px 16px #bcbebf;
	-webkit-box-shadow: 1px 1px 1px #bcbebf;
	box-shadow: 1px 1px 3px #bcbebf;
}

.success-message h2 {
	color:#004400;	
}


.info-message {
	display:block;
	background-color:#D3E6EA;
	color:#3EA1B7;	
	
	border: 1px solid #3EA1B7;
	padding:10px;
	/*float: left;*/
	
	-moz-box-shadow: 0px 0px 16px #bcbebf;
	-webkit-box-shadow: 1px 1px 1px #bcbebf;
	box-shadow: 1px 1px 3px #bcbebf;
}

.info-message h2 {
	color:#286A77;	
}

.form-control {
    display:block;
    width:100%;
}
.form-group {
  position: relative;
}
.login-form {
  /*width:50%;*/
  background-color: #edeff1;
  margin-left:auto;
  margin-right:auto;
  padding:20px;
  border: 1px solid;
  border-radius: 3px;
  border-color: #bcbebf;
  
-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.19);
-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.19);
box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.19);
  }
  
.login-form .control-group {
  position: relative;
  margin-bottom: 6px;
  padding: 38px;
  width:100%;
  }
.login-form .form-group {
  width:100%;
  }
.login-form .login-field {
display:inline block;
  border: 1px solid;
  border-radius: 3px;
  font-size: 1.2em;
  text-indent: 16px;
  border-color: #aaaaaa;
  padding:10px 0 10px 0;
  margin-top:10px;
  margin-bottom:5px;
  width:100%;
  }
.login-form .login-field:focus {
  border-color: #3EA1B7;
  }
.login-form .login-field:focus + .login-field-icon {
  color: #3EA1B7;
  }
.login-form .login-field-icon {
  position: absolute;
  right: 0.7em;
  top: 0.7em;
  font-size: 1.0em;
  color: #bfc9ca;
  -webkit-transition: all .25s;
          transition: all .25s;
/*
  position: absolute;
  top: 3px;
  right: 15px;
          */
  }
.login-link {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  color: #bfc9ca;
  text-align: center;
}
  
  /*  
.btn {

    text-decoration: none;
    color: initial;
    
    vertical-align: middle;
    cursor: pointer;
        user-select: none;
    background-image: none;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    
    -webkit-border-image: none;
    -moz-border-image: none;
    -ms-border-image: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;        

  text-align: center;
    
  padding: 10px 15px;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4;
  border: none;
  border-radius: 4px;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
          transition: border .25s linear, color .25s linear, background-color .25s linear;

  -webkit-font-smoothing: subpixel-antialiased;
}

.btn:hover,
.btn:focus {
  color: #fff;
  outline: none;
  }
.btn:active,
.btn.active {
  outline: none;
  box-shadow: none;
  }
.btn:focus:active {
  outline: none;
  }
  
.btn-lg
{
  padding: 10px 19px;
  font-size: 1.2em;
  line-height: 1.471;
  border-radius: 3px;
  }
  
.btn-primary {
  color: #fff;
  background-color: #3EA1B7;
  }
.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #48c9b0;
  border-color: #48c9b0;
  }
  */
.btn-block {
    display: block;
    width: 100%;
    white-space: normal;
}

  
.btn-signup {
  color: #fff;
  background-color: #FFC759;
}
.btn-signup:hover {
  color: #fff;
  background-color: #E5B150;
}
  
.fullwidth {
    width:100%;
}

