/*
Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, i, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/*
Grid
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body{
    font-family: roboto, helvetica, serif;
    font-weight: 300;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover,
a:visited,
a:focus {
  outline: none;
}
small {
  font-size: 80%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
    .container{
        max-width: 1010px;        
        margin: 0 auto;
    }
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-md-4, .col-xs-12  {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;  
  float: left;
}
.col-xs-12 {
  width: 100%;
}
@media screen and (min-width: 768px) {
    .col-md-4 {
        width: 33.3333%;
    }
}
/*
Floats & Clearfix
*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/*
Body
*/
.background-container {
    background: #151D2F;
}
/*
Header
*/
.hamburger,
.lightbox,
.lightboxOverlay,
.logo1,
.logo2 {
    position: absolute;
}
.logo {
    margin-bottom: 30px;
}
.logo1 {
    max-width: 60px;
    left: -10px;
}
.logo2 {
    max-width: 180px;
    left: 53px;
    top: 5px;

}
@media screen and (min-width: 768px) {
    .logo {
        display: block;
        max-width: 270px;
        margin: 0 auto;
    }
    .logo1 {
        position: relative;
        display: inline-block;
        left: 0;
        -webkit-animation: spin 20s linear infinite;
        -moz-animation: spin 20s linear infinite;
        animation: spin 20s linear infinite
    }
    @-moz-keyframes spin {
        100% {
            -moz-transform: rotate(360deg)
        }
    }
    @-webkit-keyframes spin {
        100% {
            -webkit-transform: rotate(360deg)
        }
    }
    @keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }
    .logo2 {
        position: relative;
        left: 0;
        top: -5px;
    }
}
.header {
    width: 100%;
    top: 0;
    height: 80px;
    max-width: 999px;
    position: relative;
    display: block;
    margin: 0 auto;
}
.social-media {
    display: none
}
@media screen and (min-width: 992px) {
    .social-media {
        display: block
    }
    .background-container {
        padding-bottom: 20px;
    }
}
/*Navigation*/
.myMenu {
    width: 100%;
    max-width: 767px;
    top: 0;
    border-radius: 0;
    padding-right: 0;
    height: 0;
    margin: 0 auto
}
.myMenu li {
    width: 100%;
    height: 40px;
    border-radius: 0;
}
.myMenu li a {
    padding-top: 12px;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    border-bottom: 1px solid #bbb;
    text-align: center;
}
.hamburger {
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 10px 15px
}
.line {
    border-bottom: 4px solid #fff;
    width: 35px;
    margin-bottom: 6px
}
.line:last-child {
    margin-bottom: 0
}
.myMenu li a:hover {
    background: #636771;
    border-radius: 0;
    color: #fff;
    width: 100%;
    height: 100%;
}
.borders {
    position: relative;
    z-index: 1;
    background: #151d2f;
    height: 0;
    overflow: hidden;
    transition: height .3s linear;
    margin-left: -15px;
    margin-right: -15px
}
.open {
    height: 240px
}
@media screen and (min-width: 992px) {
    .hamburger {
        display: none;
    }
    .myMenu {
        height: 45px;
        max-width: 949px;
    }
    .borders {        
        position: relative;
        background: #101625;
        box-shadow: 0px 2px 5px #1e2842;
        box-shadow: 0px 0px 10px 4px #293044;
        height: 48px;
    }
    .myMenu li {
        display: inline-block;
        list-style: none;
        width: 161px;
        height: 43px;
        text-align: center;
        margin-bottom: 2px;
        margin-left: 10px;
        margin-top: 2px
    }
    .myMenu li:hover {
        background: 0 0
    }
    .myMenu li a {     
        border-bottom: none;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
    }
    .border-left {
        position: relative;
        left: -10px;
        top: 0;
        margin-right: -12px;
        padding-left: 2px;
        border-left: 1px solid #636771;
    }
    .border-left:first-of-type  {
        border-left: none;
    }
    .myMenu li a:hover {
        text-shadow: 0 0 10px #fff;
        position: relative;
    }
}
/* Mid Section */
.mid-section {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 100px;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 3px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
body {
    color: #252729;
    font-size: 18px;
}
.section {
    margin-top: 50px;
}
.section p {
    line-height: 30px;
}
h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
    color: #151d2f;
}
.example {
    margin: 0 auto;
    max-width: 100%;
}
.ul {
    margin-top: 15px;
}
.ul li{
    margin-bottom: 15px;
}
.list {
    display: block;
    color: #252729;
    font-size: 18px;
    line-height: 30px;
}
.list:hover {
    text-decoration: underline;
}
.yt-video {
    width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}
@media screen and (min-width: 768px) {
    .yt-video {
        width:560px; 
        height: 394px;
    }
}
.button, .btn-small, .upload-btn {  
    display:block;
    width: 220px;
    height: 50px;
    margin: 20px auto;
    font-size: 17px;
    text-align: center;
    padding-top: 16px;
    color: #fff;  
    border-radius: 3px;
    background: #87b52b;
    background-image: -webkit-linear-gradient(to top,#87b52b,#96c930);
    background-image: -webkit-linear-gradient(bottom, #87b52b, #96c930);
    background-image: linear-gradient(to top,#87b52b,#96c930);
}
.button:hover, .btn-small:hover, .upload-btn:hover { 
   background: #a2d934;
    background-image: -webkit-linear-gradient(to top,#87b52b,#a2d934);
    background-image: -webkit-linear-gradient(bottom, #87b52b, #a2d934);
    background-image: linear-gradient(to top,#87b52b,#a2d934);
}
.btn-small {
    width: 120px;
    height: 50px;
    margin: 0 auto;
}
.upload-btn {
    padding: 0;
    border: none;
    cursor: pointer;
}
.login-form .login-btn {
    cursor: pointer;
    display: block;
    width: 200px;
    height: 40px;
    background: #87b52b;
    background-image: -webkit-linear-gradient(to top,#87b52b,#96c930);
    background-image: -webkit-linear-gradient(bottom, #87b52b, #96c930);
    background-image: linear-gradient(to top,#87b52b,#96c930);
    color: #fff;
    border: none;
}
.login-form .login-btn:hover {
    background: #a2d934;
    background-image: -webkit-linear-gradient(to top,#87b52b,#a2d934);
    background-image: -webkit-linear-gradient(bottom, #87b52b, #a2d934);
    background-image: linear-gradient(to top,#87b52b,#a2d934);
}
li a { 
    display: block; 
    height: 100%;
    font-size: 16px;
    color:#fff;
}
li a:hover {
    text-decoration: none;
}
/*Footer*/
footer {     
    background-color: #41424E;
    color: #fff;
    padding-top: 10px;
}
.footer-container {
    max-width: 768px;
    position: relative;
    margin: 0 auto
}
.small-container{
    margin-top: 20px;
    text-align: center;
}
.small-container a{
    color: #fff;
}
.small-container a:focus,
.small-container a:hover,
.small-container a:visited,
footer li a:hover {
    text-decoration: underline
}
.footer-list img {
    display: inline-block;
    height: 26px;
    width: 26px;
    margin-top: -0.30em;
    margin-right: 10px;
    float: left;
}
.footer-list a img {
    border: none;
}
.footer-list {
    display: block;
    position: relative;
    margin: 0 auto;
}
.ul-wrapper {
    max-width: 250px;
    position: relative;
}
.ul-wrapper ul {
    text-align: left;
}
footer li {
    margin-top: 20px;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}
footer li a {
    color: #fff;
    font-size: 14px;
    height: 14px;
    display: block;
}
.small-container {
    margin-top: 30px;
    text-align: center
}
@media screen and (min-width: 992px) {
    .footer-container {
        max-width: 992px;
    }
}
/*
Sticky footer
*/
* {
margin: 0;
}
html, body {
height: 100%;
}
.sticky-container {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -395px;
}
.footer, .push {
    height: 395px;
}
@media screen and (min-width: 768px) {
    .sticky-container {
        margin: 0 auto -235px;
    }
    .footer, .push {
        height: 235px
    }
}
/*Cookies*/
#impliedsubmit{
    color: #fff;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 16px;
    width: 80px;
    height: 40px;
    border: none;
    border-radius: 3px;
    background: #87b52b;
    background-image: -webkit-linear-gradient(to top,#87b52b,#96c930);
    background-image: -webkit-linear-gradient(bottom, #87b52b, #96c930);
    background-image: linear-gradient(to top,#87b52b,#96c930);
}
#impliedsubmit:hover{
    background: #a2d934;
    background-image: -webkit-linear-gradient(to top,#87b52b,#a2d934);
    background-image: -webkit-linear-gradient(bottom, #87b52b, #a2d934);
    background-image: linear-gradient(to top,#87b52b,#a2d934)
}
#cookiesdirective { 
    min-height: 81px !important;
}
#cookiesdirective div {
    display: inline-block;
}
/*Table*/

table {
    border-collapse: collapse;
  }
  
.table {
    table-layout: fixed ;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    width: 100%;
    max-width: 1010px;
    border: 1px solid #ccc;
    background: #ebebeb;
    box-shadow: 0 2px 6px #ccc;
    margin-bottom: 25px;
  }
  
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    text-align: center;
    font-weight: 500;
    color: #101625;
    font-size: 16px;
  }
  
  .table thead th {
    border-bottom: 2px solid #dee2e6;
  }
  
  .table tbody + tbody {
    border-top: 2px solid #dee2e6;
  }
 .logout-btn {
        color: #101625;
        text-decoration: underline;
        display: block;
        margin: -15px 0 15px 0;
        text-align: right;
 }
 .login-form input {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

*/Input file*/
box + .box {
    margin-top: 2.5rem;
}

.box {
    background-color: #f1f5ff;
    padding: 3.25rem 1.25rem;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 4 */

.inputfile-4 + label {
    color: #101625;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #2b3e6d;
}

.inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color:#101625;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    background-color: #2b3e6d;
}

.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1f5ff;
}
.error {
    color: #ff0047;
    text-align: center;
}