@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,300,500');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Cabin:400,400i,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
*:focus {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 16px;
  color: #222;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  /* -webkit-font-smoothing: antialiased; */
}
.bedo-logo {
  width:120px;
  margin-top:0px;
}
.top-row {
    /* background: #4285f4; */
    background: #37474F;
    background-image: url('../img/block1_bg.jpg');
  /* background-image: url('../img/home_header_cloud_top.png');
    background-repeat:no-repeat;
    background-position:left bottom; */
    margin-top: -20px;
    margin-bottom: 50px;
  padding: 35px 0;
  max-width:100%;
  margin-left:0px;
      padding-bottom: 155px;
      position:relative;
}
.top-row-bottom {
width:100%;
position:absolute;
bottom:-1px;
left:0;
height:200px;
z-index:1;
background-image: url('../img/home_header_cloud_top.png');
background-repeat:no-repeat;
background-position:left bottom;
}
@media only screen and (min-width: 999px)  {
.top-text {
    display: block;
    max-width: 750px;
    float: left;
  padding:60px 50px;
}
}
.top-headline {
  margin: 0;
  padding: 20px 0;
  font-size: 42px;
  color: #fff;
  font-family: 'Merriweather', sans-serif;
  font-weight: 400;
}

.top-bread {
    color:#fff;
  padding:6px 0;
  font-size:20px;
}
.top-bread-1 {
  font-size:32px;
}
@media only screen and (max-width: 1199px)  {
  .top-headline {
    font-size: 32px;
  }
  .top-text {
      max-width: 580px;
      padding: 50px 70px;
  }
}
#login-box {
  position: relative;
  display:block;
  float:left;
  margin: 5% auto;
  width: 300px;
  /* height: 400px; */
  background: #FFF;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.left {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 40px;
  width: 300px;
  height: 400px;
  overflow-y: hidden;
}
.sm_reg {
    /* visibility:hidden; */
}
.shrinkSmall {
    margin-top:-20px;
}
.close-small, .tilmeld-btn {
    display:none;
}
@media only screen and (max-width: 999px)  {
.sm_reg {
    visibility:visible;
    position:absolute;
    z-index: 2;
    left:0;
    top:0;
}
.shrinkSmall {
    height:0;
    display:block;
    /* margin-top:-400px; */
}
.tilmeld-btn {
    display:block;
}
.bg_reg {
    visibility:hidden;
}
#login-box {
  margin: 0 auto;
  float: none;
}
#tilmeld {
position: fixed;
    /* left: 113px; */
    top: 50px;
    width: 100%;
    margin:0;
    height: 100%;
    background: #37474F;
    /* z-index: 10000; */
    top: 0;
    padding-top: 50px;
}
.top-text {
    max-width: 580px;
    padding: 10px 15px;
    /* position: absolute; */
    z-index: 1;
}
.top-row {
    display:block;

}
.close-small {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    color: #333;
    transition: 0.7s ease;
    display:block;
}
}

@media only screen and (min-width: 999px)  {
#login-box {
    margin-left: 50px;
}
#tilmeld {
    display:block;
}
}


h1 {
  font-family: 'Cabin', sans-serif;
  margin: 0 0 25px 0;
  font-weight: 300;
  font-size: 28px;
}

h2 {
  font-family: 'Merriweather', sans-serif;
  font-size:3.3rem;
}

input[type="text"],
input[type="number"],
input[type="password"] {
  display: block;
  box-sizing: border-box;
  /* margin-bottom: 20px; */
  padding: 4px 0;
  width: 220px;
  height: 32px;
  border: none;
  border-bottom: 1px solid #AAA;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  transition: 0.2s ease;
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus {
  border-bottom: 2px solid #4285f4;
  color: #666;
  transition: 0.2s ease;
}

input[type="text"].form-font::-webkit-input-placeholder { font-size:16px; }
input[type="password"].form-font::-webkit-input-placeholder { font-size:16px; }
input[type="number"].form-font::-webkit-input-placeholder { font-size:16px; }
::-moz-placeholder { font-size:16px; } /* firefox 19+ */
:-ms-input-placeholder { font-size:16px; } /* ie */
input:-moz-placeholder { font-size:16px; }

input[type="submit"] {
  *margin-top: 28px;
  *height: 32px;
  *background: #4285f4;
  *border: 1px solid #4285f4;
  *border-radius: 0px;
  *color: #FFF;
  *font-family: 'Roboto', sans-serif;
  *font-weight: 500;
  width: 207px;
  *font-size: 14px;
  *text-transform: uppercase;
  *transition: 0.1s ease;
  *cursor: pointer;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  background:#2265d4;
  border: 1px solid #2265d4;
  color: #fff;
  *box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}

input[type="su bmit"]:active {
  opacity: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}

.or {
  position: absolute;
  top: 180px;
  left: 280px;
  width: 40px;
  height: 40px;
  background: #DDD;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  line-height: 40px;
  text-align: center;
}

.right {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 40px;
  width: 300px;
  height: 400px;
  * background: url('https://goo.gl/YbktSj');
  * background-size: cover;
  * background-position: center;
  border-radius: 0 2px 2px 0;
}

.right .loginwith {
  display: block;
  margin-bottom: 40px;
  font-size: 28px;
  color: #FFF;
  text-align: center;
}

.form-font {
  *font-size:20px;
}

.gender {
    padding: 0px 0 10px;
}

.permission {
    font-size: 10px;
    /* margin-top: -5px; */
    padding: 95px 10px 0 10px;
    color:#aaa;
    line-height:125%;
    text-align:center;
}

/* .btn-gender */
.btn-group label {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #777;
    *text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    *background-color: #f5f5f5;
    background-color: #fff;
    *background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    *background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    *background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    *background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    *background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    *background-repeat: repeat-x;
    *filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    *border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: #777 #777 #777;
    *border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    *border: 1px solid #cccccc;
    border:1px solid #777;
    *border-bottom-color: #b3b3b3;
    *-webkit-border-radius: 4px;
    *-moz-border-radius: 4px;
    *border-radius: 4px;
    *-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    *-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    *box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}
.btn-group>.btn-gender:first-child {
    margin-left: 0;
    *-webkit-border-top-left-radius: 4px;
    *-moz-border-radius-topleft: 4px;
    *border-top-left-radius: 4px;
    *-webkit-border-bottom-left-radius: 4px;
    *-moz-border-radius-bottomleft: 4px;
    *border-bottom-left-radius: 4px;
}
.btn-group>.btn-gender:last-child, .btn-group>.dropdown-toggle {
    *-webkit-border-top-right-radius: 4px;
    *-moz-border-radius-topright: 4px;
    *border-top-right-radius: 4px;
    *-webkit-border-bottom-right-radius: 4px;
    *-moz-border-radius-bottomright: 4px;
    *border-bottom-right-radius: 4px;
}
.btn-group>.btn-gender, .btn-group>.dropdown-menu, .btn-group>.popover {
    font-size: 14px;
  width:110px;
}

.btn-group>.btn-gender {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-group input[type="radio"] {
  display: none;
}
.btn-gender.active, .btn-gender.active:hover, .btn-gender:active, .btn-gender:focus, .btn-gender:hover {
    *background-image: none;
    *outline: 0;
    *-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
    *-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    *box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
    *color: #333333;
    *background-color: #e6e6e6;
    color: #fff;
    background-color: #4285f4;
    z-index: 2;
}
.btn-group input[type="radio"]:checked+label {
    color: #fff;
    background-color: #4285f4;
    z-index: 2;
}

.gender-group {
  margin: 18px 1px 5px 1px!important;
}

.smallInput {
  display:inline-block;
  width:110px;
}
.input-container {
  margin-top: 41px;
  display:block;
}
.reg-txt, .reg-txt2, .reg-txt3 {
  margin-top: 25px;
}
.md-select {
  *, :after, :before {
    box-sizing: border-box;
  }
  }
  ul[role=listbox] {
    background-color: white;
    cursor: default;
    list-style: none;
    line-height: 26px;
    overflow: hidden;
    margin: 0;
    max-height: 0;
    position: absolute;
    padding: 0;
    transform: translateY(-50%);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;

    li {
      height: 48px;
      margin: 0;
      padding: 10px 16px;
      outline: none;
      overflow: hidden;

      &:focus, &:hover, &.active {
        background: rgba(0,0,0,0.1);
      }
    }
  }

  &.active ul {
    max-height: 200px;
    overflow: auto;
    padding: 8px 0 16px 0px;
    z-index: 2;
    transition: all .2s ease
  }
}

.navbar-collapse {
    flex-basis: auto;
}
.navbar {
    height: 65px;
}

.navbar-collapse {
    flex-basis: auto;
}
.navbar-nav .nav-link {
    font-size: 1.2rem;
}
.btn-tilmeld {
    font-size: 1.8rem;
    padding: 1.2rem 2.5rem;
    margin: 20px 0px 50px;
    border-radius: 0px;
    border: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    white-space: normal!important;
    word-wrap: break-word;
    cursor: pointer;
    /* border: 1px solid #fff; */
    color: #fff!important;
    /* background-color: #F44336; */
    background-color: #4285f4;
    /* width: 207px; */
    /* font-size: 20px; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-register {
  position: absolute;
    bottom: 50px;
    font-size: .8rem;
    padding: .85rem 2.13rem;
    margin: 6px;
    border-radius: 2px;
    border: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    white-space: normal!important;
    word-wrap: break-word;
    cursor: pointer;
    border: 1px solid #4285f4;
    color: #fff!important;
    background-color: #4285f4;
    width: 207px;
    font-size: 14px;
    border-radius: 0;
  margin-top:20px;
  z-index:1100;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-register:hover, .btn-register:focus, .btn-register:active, .btn-tilmeld:hover, .btn-tilmeld:focus, .btn-tilmeld:active  {
    border: 1px solid #2265d4;
    background: #2265d4;
    transition: 0.2s ease;
}

.back-text {
  position:absolute;
  top:5px;
  right:5px;
  font-size:12px;
  color:#333;
  transition: 0.7s ease;
}
a:not([href]):not([tabindex]) {
  color:#4285f4;
  text-decoration: none;
  cursor: pointer;
}
.tab-content {
  position:relative;
}
.modal-backdrop
{
    opacity:0 !important;
  display: none;
}
.modal-dialog {
    max-width: 500px;
    margin: 0px auto;
    position: absolute;
    top: 100px;
    width: 300px;
}
#privacy {
    position: absolute;
    margin-right: -15px;
}
.modal-content {
    box-shadow: none;
    height: 400px;
    background:transparent;
}
.privacy-content {
    background:#fff;
}
.privacy.fade:not(.in) .privacy-dialog {
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
}

.modal-content p {
    font-size: 12px;
    text-align: center;
}

.modal-content h4 {
    font-size: 20px;
  padding-top:10px;
}
.modal-fade, .modal-dialog {
    transform: translateY(0%);
}

.modal {
    overflow-y: hidden!important;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.sr-icons {
  padding:30px 0;
}

.group {
  position:relative;
}

/* LABEL ======================================= */
.txt-label 				 {
  color:#666;
  font-size:16px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  /* left:5px; */
  top:10px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ .txt-label, input:valid ~ .txt-label 		{
  top:-10px;
  font-size:12px;
  color:#4285f4;
  /* right:0px; */
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; }
.bar:before, .bar:after 	{
  content:'';
  height:1px;
  width:0;
  bottom:1px;
  position:absolute;
  background:#4285f4;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%;
  width:100px;
  top:25%;
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#4285f4; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#4285f4; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#4285f4; }
  to 	{ width:0; background:transparent; }
}
section {
    padding: 0px 0 70px;
    display:block;
}
/* @media (min-width: 992px) */
.services {

  /*  margin-top: -20px;
    margin-bottom: 50px;
  padding: 35px 0;
  max-width:100%;
  margin-left:0px;
      padding-bottom: 155px; */
}
.service-box {
    margin: 20px auto 0;
}

.service-box {
    max-width: 400px;
    margin: 50px auto 0;
}
#marketing {
    background: #03A9F4;
    background-image: url('../img/home_header_cloud_bottom.png');
    background-repeat:repeat-x;
  background-position:right top;
  padding-top:200px;
}
.featurette {
    margin-top:90px;
    margin-bottom:90px;
}
.featurette:last-of-type {
    margin-bottom:20px;
}
.featurette:first-of-type {
    margin-top:40px;
}
.text-muted-2 {
    color: #fff !important;
    font-size: 2rem;
    display: block;
    line-height: 150%;
    padding: 5px 0;
}
.fail {
    width: 100%;
    height: 60px;
    background: #FF3D00;
    /* position: absolute; */
    margin-top: -20px;
    color: #fff;
    padding-top:8px;
}
.tree-divider {
    background: #03A9F4;
    background-image: url('../img/treeline_bg.png');
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    /* background-repeat:repeat-x; */
    background-position:right top;
    /* padding-top:200px; */
    height:120px;
    width:100%;
    display:block;
}
.footer {
    /* background: #162b3c;
    height:200px; */
}
.cookie-hidden {
    display:none;
}
.cookie {
    /* bottom: -20px; */
}
.cookie-wrapper {
    text-align: left;
    position: fixed;
    left: 0;
    bottom:0;
    background-color: #37474F !important;
    color: #fff;
    width: 100%;
    z-index:3;
}
@media only screen and (min-width: 999px)  {
.cookie-wrapper {
    text-align: left;
    position: fixed;
    left: 30px;
    bottom:30px;
    /* background-color: #ff3d00 !important; */
    /* background-color: #4285f4 !important; */
    color: #fff;
    width: 250px;
    z-index:3;
}
}
.cookie-margin {
    display:flex;
    padding: 15px;
    /* min-height:48px; */
    position:relative;
}
.cookie-btn-container {
    /* padding-right: 15px; */
    /* position: absolute; */
    display: inline-block;
    overflow-x:hidden;
    /* padding-top: 8px; */
    width: 8%;
    /* top: 20%; */
    /* right: 10px; */
    text-align:right;
    vertical-align: top;
    /* height:100%; */
}
.cookie-text {
    /* padding: 12px 0 12px 15px; */
    font-size:12px;
    display:inline-block;
    /* padding-top: 12px; */
    width:92%;
    overflow-x:hidden;
}
.btn-cookie {
    padding: 3px 12px;
    font-size:12px;
    font-weight:400;
    color:#fff;
    background:#2c2c2c;
    border-radius:4px;
}
.close-cookie {
    font-size:20px;
    font-weight:400;
    color:#fff;
    /* line-height:14px */
}


/* FOOTER */

.footer-distributed{
	background-color: #162b3c;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: 16px 'Roboto', sans-serif;

	padding: 55px 20px;
	/* margin-top: 80px; */
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 0%;
}

.footer-distributed .footer-center i{
  background-color: #2196f3;
  color: #ffffff;
  font-size: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 15px;
	line-height: 30px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:1.4;
}

.footer-distributed .footer-center p a{
	color:  #2196f3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 55%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
  padding:20px 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}
.footer-logo {
	width: 120px;
  margin-left:-5px;
}
/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}





/*  footer 2 */

.footer-middle {
	display:inline-block;
	height:70px;
	padding-top:50px;
	width:100%;
	margin:0 auto 0 auto;
  position:relative;
}
.footer-item {
	color:#fff;
	font-size:15px;
	font-weight:300;
	text-transform:uppercase;
	display:inline-block;
	text-align:center;
	padding:10px 0 10px 0;
	width:24.7%; // 18.8%;
	margin:0 0 0 0;
}
.box6 {
	background-color:#27ae60;
}
.box5 {
	background-color:#16a085;
}
.box4 {
	background-color:#2980b9;
}
.box3 {
	background-color:#8e44ad;
}
.box2 {
	background-color:#d35400;
}
.box1 {
	background-color:#c0392b;
}
.box6:hover {
	background-color:#2ecc71;
}
.box5:hover {
	background-color:#1abc9c;
}
.box4:hover {
	background-color:#3498db;
}
.box3:hover {
	background-color:#9b59b6;
}
.box2:hover {
	background-color:#e67e22;
}
.box1:hover {
	background-color:#e74c3c;
}
@media (max-width: 999px) {
  .footer-middle {
  	text-align:center;
    padding-top:0px;
  }
  .footer-item {
    min-width:240px;
  	max-width:300px;
    margin:10px auto;
  }
  .footer-distributed .footer-right{
  	display:none;
  }
  }
.footer-button {
	display:inline-block;
	padding:6px 20px 6px 20px;
	color:#fff;
	margin-left:10px;
	margin-right:10px;
	/* border-radius: 3px 3px 3px 3px; */
  border:1px solid #fff;
}
.footer-button:hover {
	background-color:#37474F;
  color:#fff;
  border:1px solid #fff;
}

.footer-callout {
	font-family: robotolight,"Roboto","Arial",Helvetica,Sans-serif;
	color:#fff;
	font-size:20px;
	font-weight:300;
	display:inline-block;
	float:right;
	margin-top:8px;
}
.black-font {
  color:#000;

}
.cred-box {
  font-size: 20px;
  font-weight: 400;
}
.creds {
    padding: 30px 40px;
    background: #43A047;
    /* border-radius: 5px; */
    margin-bottom:30px;
    display:inline-block;
    text-align:left;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.center-creds {
    text-align:center;
    padding: 50px 0;
}
.cred-icons {
    padding: 16px;
    border: 5px solid #43A047!important;
    background: #43A047!important;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 25px;
    height: 107px;
    width: 107px;
}
.priv-icon {
padding-left: 24px;
}
#confirmed {
  padding:35px 0;
    background: #1B5E20;
    margin-top: -20px;
}
.text-creds {
    /* color: #2E7D32!important; */
    color: #FFF;
}
@media (max-width: 999px) {
  .creds {
      padding: 10px 15px;
  }
  .cred-box {
    font-size: 16px;
  }
  .center-creds {
      padding: 30px 20px;
  }
}
.modal-backdrop
{
    opacity:0.5 !important;
}
.login-frame {
    width: 100%;
    min-height: 900px;
    border: none;
}
.login-top-row {
    margin-top: -20px;
    margin-bottom: 50px;
    padding: 35px 0;
    max-width: 100%;
    margin-left: 0px;
    padding-bottom: 155px;
    position: relative;
}
.padding-less {
    padding-bottom:30px;
}
.btn-members {
  display:block;
    font-size: .8rem;
    padding: .85rem 2.13rem;
    margin: 20px 0;
    border-radius: 2px;
    border: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    white-space: normal!important;
    word-wrap: break-word;
    cursor: pointer;
    border: 1px solid #4285f4;
    color: #fff!important;
    background-color: #4285f4;
    width: 207px;
    font-size: 14px;
    border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
@media (min-width: 999px) {
.featurette-bg {
    padding: 25px 25px 7px 25px;
    border-radius: 2px;
    /* opacity: 0.5; */
    /* background-color: rgba(0, 0, 0, 0.1); */
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.text-muted-2 {
    color: #999 !important;
}
}
.login-icon {
    display:none;
}
@media (max-width: 999px) {
  .portal-width {
  	position: relative;
    display: block;
    min-height:600px; /* 1200 min */
  }
  .portal-width iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 100%;
    min-width: 100%;
    width: 100px;
    z-index:1005;
  }
iframe, object, embed {
    /* max-width: 100%; */
}
.login-icon {
    position: absolute;
    right: 15px;
    display:flex;
}
.navbar .navbar-brand {
    position: absolute;
}
.login-icon a {
    color:#333;
}
}
