@charset "UTF-8";

.header {
	padding: 25px;
    text-align: center;
    color: #fff;
    background: #1d8bbb;
}

.header div {
    display: inline-block;
    padding: 0 50px;
}

.nav {
	position: -webkit-sticky;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

#myIframe
{
    position: relative;
    height: 100%;
    width: 100%; 
}

.hidden {
    display:none;
}
.cookie {
    bottom: -20px;
}

.cookie-wrapper {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 150%;
    padding: 15px 45px 30px 15px;
    text-align: left;
    position: fixed;
    left: 0;
    /*background: rgba(18, 108, 177, 0.901961);*/
    background: rgb(22, 30, 51);
    color: #eee;
    width: 100%;
}

.btn {
    display: inline-block;
    float: right;
    width: 15%;
    text-decoration: none;
    margin-bottom: 0px;
    margin-right: 30px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    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-image: repeat-x;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: 3em;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.05);
    outline:none !important;
    padding: 1px 7px !important;
    color: #333;
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.btn:hover, .btn:focus, .btn:active, .active.btn, .disabled.btn, [disabled].btn {
    background-color: #e6e6e6;
}

.dark-text {
    color: #444;
}

/*
* @subsection   Icons
*/
.icon {
    display: inline-block;
    text-align: center;
    border-radius: 50%; }
  
.icon-xs {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 28px; }
  
.icon-sm {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 43px; }
  
.icon-md {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 48px; }
  
.icon-lg {
    width: 108px;
    height: 108px;
    padding-top: 28px;
    font-size: 40px; }
  
.icon-xl {
    width: 124.2px;
    height: 124.2px;
    padding-top: 28px;
    font-size: 55px; }
  
.icon-default {
    color: #ebeaea; }
  
.icon-primary {
    color: #FFF;
    background: #2196f3; }
  
.icon-secondary-1 {
    color: #FFF;
    background: #33d7b4; }
  
.icon-secondary-2 {
    color: #FFF;
    background: #ff4c2e; }
  
.icon-secondary-3 {
    color: #FFF;
    background: #feea3a; }


@media screen and (max-width: 600px) {
    #slidebox {
        visibility: hidden;
        height: 1px;
    }
}