body{ background:  rgba(0, 0, 0, 0.3); }

span.glyphicon{color:green;
font-size:15px;}

    #rightcolumn{
float:left;
width:100%;
min-height:1000px;
height: auto;
overflow:auto;

}
 #rightcolumn p{
        font-family: Ubuntu, sans-serif;
        font-size: 50px;
        font-weight:bold;
        color: #000;
        text-align: center;
        position: relative;
        margin-top: 50px;
    }
    #rightcolumn p.bottom{
        top: 100%;
    }

     #btnclick { position: fixed;
    top:70px;
    left:10px;
    background:#ff3019;
    border:1px solid #890000;
    display: inline-block;
    margin:0 auto;
    padding:3px 0;
    border-radius:6px;
    color:#fff;
    font-weight:900;
    text-shadow:0 1px 1px #000;
    box-shadow:0 2px 3px #000;
    transition:background linear .5s;
}

#btnclick:hover { cursor:pointer;
    background: #900;
}
#btnclick:active {
    background:#c0c0c0;
}
#btnclick:focus {
    outline:none;
}
html, body, ul, li, img {
    margin: 0;
    padding: 0;
}
/* Importing Ubuntu Font */

/* Basic layout */

ul {
    list-style-type: none;
    float: left;
    margin-left:10px;
}
li {
    display: inline;
    float: left;

}
img.logo {
    float: right;
}
nav{
    width: 100%;
    margin: 0 auto;
}
header{
    background: #eeeeee;
    border-bottom: 1px solid #cccccc;
    border-radius:0px 0px 8px 8px;
    float: left;
    width: 100%;
    position: fixed;
    z-index: 10;
}
    header a{font-family: 'Lato', Calibri, Arial, sans-serif;
        color: #000;
        text-decoration: none;
        font-size:1.5vw;
        text-transform: uppercase;
    }

    header li{
        margin-right: 10px;
    }
    /* Sizes for the bigger menu */
    header{
        height: 50px;
        padding-top: 5px;
    }
    header img{
        width: 50px;
        height: 50px;
    }
    header li{
        margin-top: 15px;
    }
   /* Sizes for the smaller menu */
    header{
        height: 30px;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
    }
    header img{
        width: 50px;
        height: 30px;
    }
    header li{
        margin-top: 5px;
    }
header, a, img, li{
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}
section.stretch{
    float: left;
    height: 950px;
    width: 100%;
}
section.stretch p{
        font-family: Ubuntu, sans-serif;
        font-size: 50px;
        color: #969696;
        text-align: center;
        position: relative;
        margin-top: 250px;
    }
    section.stretch p.bottom{
        top: 100%;
    }
    #container {
	width: 100%;
	/*margin-left: auto;
	margin-right: auto;*/
	margin: auto;

}

#banner {
	text-align: center;
	font-variant: small-caps;
}


#footer {
  background-color: #fff;
  position:fixed;
  bottom:0px;
  height:50px;
  width:100%;
  margin: 0px;

  z-index:999999;
}

a{
 text-decoration: underline;
 font-weight: bolder;
 color: #00f;
}

a:hover {
 text-decoration: none;
}


p{
  text-align: justify;
  padding: 4px;
  margin-left: auto;
  margin-right: auto;
}
 .fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 167px) {
  .fullscreen-bg {
    background: url('../img/videoframe.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}
p a:link {text-decoration: none;color:red;font-family: Verdana}
p a:visited {text-decoration: none;color:red;font-family: Verdana}
p a:active {text-decoration: none;color:red;font-family: Verdana}
p a:hover {text-decoration: none;color:red;font-family: Verdana}

 iframe[name="sany"]{
 width:550px;
 height:500px;
 border:0;
background-position : 100% 100%;
background-repeat : no-repeat;
background-attachment : fixed;
background-size : cover;
 }
html, body {height:100%; }
body { margin:0px; padding:0px;  overflow:hidden; }

 .fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 167px) {
  .fullscreen-bg {
    background: url('../img/videoframe.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}
 #rightcolumn{
float:left;
width:100%;
height: 950px;


}
 #rightcolumn p{
        font-family: Ubuntu, sans-serif;
        font-size: 50px;
        font-weight:bold;
        color: #fff;
        text-align: center;
        position: relative;
        margin-top: 250px;
    }
    #rightcolumn p.bottom{
        top: 100%;
    }
    .tooltipster-default {
border-radius : 5px;
border : #000 solid 2px;
background : rgba(0, 0, 0, 0.3);
color : #fff;
margin-top:50px;
}
.tooltipster-default .tooltipster-content {
font-family : Arial, sans-serif;
font-size : 14px;
line-height : 16px;
padding : 8px 10px;
overflow : hidden;
}
.tooltipster-icon {
cursor : help;
margin-left : 4px;
}
.tooltipster-base {
padding : 0;
font-size : 0;
line-height : 0;
position : absolute;
left : 0;
top : 0;
z-index : 9999999;
width : auto;
overflow : visible;
}
.tooltipster-base .tooltipster-content {
overflow : hidden;
}
.tooltipster-arrow {
display : block;
text-align : center;
width : 100%;
height : 100%;
position : absolute;
top : 0;
left : 0;
z-index : -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
display : block;
width : 0;
height : 0;
position : absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
border-left : 8px solid transparent !important ;
border-right : 8px solid transparent !important ;
border-top : 8px solid;
bottom : -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
border-left : 9px solid transparent !important ;
border-right : 9px solid transparent !important ;
border-top : 9px solid;
bottom : -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
border-left : 9px solid transparent !important ;
border-right : 9px solid transparent !important ;
border-bottom : 9px solid;
top : -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
left : 0;
right : 0;
margin : 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
left : 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
left : 5px;
}
.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
right : 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
right : 5px;
}