/*Cookie Consent Begin*/
#cookieConsent {
  background-color: rgba(20,20,20,0.8);
  min-height: 26px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  font-family: "Trebuchet MS",Helvetica,sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}
#cookieConsent a {
  color: #4B8EE7;
  text-decoration: none;
}
#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}
#closeCookieConsent:hover {
  color: #FFF;
}
#cookieConsent a.cookieConsentOK {
  background-color: #9ccc9c;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: #149414;
}


/*Cookie Consent End*/

.team .social-links a {
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }


.social-links a {
width: 41px;
height: 41px;
border-radius: 50%;
border: 1px solid #cddbe1;
text-align: center;
display: inline-block;
padding-top: 8px;
-webkit-transition: .3s ease;
        transition: .3s ease; }

.social-links a:hover {
  background: #80ccea;
  border-color: #69acc7;
  color: white; }


body {margin:0;}

.navbar {
overflow: hidden;
background-color: #FFFFFF;
position: fixed;
top: 0;
width: 100%;
}

.navbar a {
float: left;
display: block;
color: #000000;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
position: relative
vertical-align:middle
height:100px;

}

.navbar a:hover {
background: #ddd;
color: black;
}

.main {
padding: 100px;
margin-top: 100px;
height: 1500px; 
}

.section-title {
  font-size: 30px;
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 30px; }

footer,
header,
nav,
section {
  display: block; }



html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
 {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }


small {
  font-size: 80%; }


img {
  border: 0; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }


*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 15px; }


body {
  color: #8e9ca5;
  font-weight: 300;
  line-height: 1.5; }

h1, h2, h3 {
  font-weight: 700;
  margin: 0 0 20px;
  line-height: normal; }

hr {
  border: none;
  border-bottom: 1px solid #777; }

ul {
  margin: 0;
  padding-left: 0; }

a {
  text-decoration: none;
  color: #69acc7; }

p {
  margin-top: 0; }


.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .container:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .container-fluid:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .row:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

 .col-md-3, .col-md-4,  .col-md-5,  .col-md-6, {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

  .box{
    box-sizing: border-box;
    border: 3px solid transparent;
    background-clip:padding-box;
  }


@media (min-width: 992px) {
   .col-md-3, .col-md-4, .col-md-5, .col-md-6 {
    float: left; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }


.site-header {
  position: relative;
  z-index: 9; }
  .site-header.collapsed-nav {
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0; }

.fullwidth-block {
  padding: 50px 0; }