


a:link{
  cursor:  pointer;
}

.in_two-columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}


.stopfade { 
   opacity: .5;
}


a:hover {
  color: gray;
    text-decoration: none;
      
}

a {
  color: #FE9A2E; /* orange */
  text-decoration: none;

}

  body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #818181;
  }
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400; 
  }  
  

.insider {

  margin-top: 1.0em; 
  margin-left: .5em; 
  margin-right: .5em; 

  background-color: #FAFAFA;
  border: 1px solid #D8D8D8;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 3.0em;
  padding-right: 3.0em;
}




input[type="checkbox"]{
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: white;
    border-radius: 3px;
    border: solid 1px blue;
    box-sizing: border-box;
    position: relative;
    box-sizing: content-box ;
    width: 25px;
    height: 25px;
    border-width: 0;
    
    border: solid 3px #FE9A2E;
}
input[type="checkbox"]:checked{
  background-color: #FE9A2E;
}
input[type="checkbox"]:focus{
  outline: 0 none;
  box-shadow: none;
}




.profile_pic {
    width: 35%;
    float: left
}


.nav-sm .navbar.nav_title {
    width: 70px;
}

.nav-sm .navbar.nav_title a span {
    display: none;
}

.nav-sm .navbar.nav_title a i {
    font-size: 27px;
    margin: 13px 0 0 3px;
}

.nav_title {
    width: 230px;
    float: left;
    background: #2A3F54;
    border-radius: 0;
    height: 57px
}



.img-circle.profile_img {
    width: 70%;
    background: #fff;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 20px;
    border: 1px solid rgba(52, 73, 94, 0.44);
    padding: 4px
}

.profile_info {
    padding: 25px 10px 10px;
    width: 65%;
    float: left
}

.profile_info span {
    font-size: 13px;
    line-height: 30px;
    color: #BAB8B8
}

.profile_info h2 {
    font-size: 14px;
    color: #ECF0F1;
    margin: 0;
    font-weight: 300;
    text-transform: none;
}









  .container-fluid {
      padding: 60px 50px;
  }
   
  
 
  .navbar {
      margin-bottom: 0;
      background-color: #f4511e;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #f4511e !important;
      background-color: #fff !important;

  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
      
  }


.radio-toolbar input[type="radio"] {
    display:none;
}

.radio-toolbar label {
    display:inline-block;
    background-color:#ddd;
    padding:4px 11px;
    font-family:Arial;
    font-size:16px;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color:#FE9A2E;
    color: white;
}

.profile_pic {
    width: 35%;
    float: left
}


.nav-sm .navbar.nav_title {
    width: 70px;
}

.nav-sm .navbar.nav_title a span {
    display: none;
}

.nav-sm .navbar.nav_title a i {
    font-size: 27px;
    margin: 13px 0 0 3px;
}

.nav_title {
    width: 230px;
    float: left;
    background: transparent;
    border-radius: 0;
    height: 57px
}

  
  @keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }	
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
  }

  @media screen and (max-width: 768px) {
 }

