/* ==========================================================================
   Font Imports
   ========================================================================== */

@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import 'https://fonts.googleapis.com/css?family=Marck+Script|Ubuntu|Ubuntu+Condensed';
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;

}

body{
height: 100%;
}
a{
  text-decoration: none;
}
a:hover{
text-decoration: none;
}
*{
    font-family: 'Open Sans', sans-serif; 
   
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.phone{

  margin-top: 2em;
  margin-bottom: 2em;
}
/* ==========================================================================
   Navigation Bar
   ========================================================================== */

.navbar-default{
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
  border-color: #fff;
}

.navbar-default .navbar-brand{
  color: #5bc0de;
  font-size: 28px;
  font-weight: 400;
  padding-top: 22px;
  padding-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-brand span{
  font-weight: 800;
}

.navbar-default .navbar-brand:hover{
  color: #269abc;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-nav > li > a{
  color: #898ba2;
  font-size: 16px;
  text-shadow: none;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #242636;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
  color: #5bc0de;
  font-weight: 800;
  background-color: transparent;
}

.navbar-default .navbar-nav li.dropdown.open > a,
.navbar-default .navbar-nav li.dropdown.open > a:hover{
  color: #fff;
  background-color: #5bc0de;
}

.dropdown-menu {
  background-color: #5bc0de;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
     -o-border-radius: 1px;
      border-radius: 1px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -o-box-shadow: none;
      box-shadow: none;
}

.active-test{
  border-bottom: 2px solid #10AB98;
}


/* ==========================================================================
   Home Page Sections
   ========================================================================== */

/**** Thumbnail Links ****/
#thumbnails{
  padding-bottom: 30px;
  background: white;
}
#thumbnails .item{
  position: relative;   
  background: black;
  margin: 1px;
}

#thumbnails .item .title {
  position: absolute;
  bottom: 70px;
  font-size: 25px;
  color:white;
  text-align: center;
  margin: 0;
  width: 100%;
}

#thumbnails .item .sub {
  position: absolute;
  color:white;
  font-size: .9em;
  bottom: 45px;
  margin: 0;
  text-align: center;
  width: 100%;
}

#thumbnails .item img{
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
  transition: .5s ease-in-out;

}
#thumbnails .item img:hover{

  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
  transition: .5s ease-in-out;


}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}


/**** Location****/

#location{
  padding-bottom: 15px;
  background-color: #F5F5F5;
}
#location h3{
padding-bottom: 15px;
}
#location .cards .box {
  
  box-shadow:0 1px 2px #aaa;
  background:white;

  margin-top:20px;
  padding: 1px;
  min-height: 200px;
  user-select:none;
  overflow: hidden;


}

#location .cards .box-flex {
  
  box-shadow:0 1px 2px #aaa;
  background:white;

  margin-top:20px;
  padding: 1px;

  user-select:none;
  overflow: hidden;


}

#location .cards .img-container{
  padding: 0; 
  overflow: hidden;
} 
#location .cards .img-container img{
  width:100%;
  min-height:200px
} 

#location .footer{
    padding-top: 12px;
}

#location .footer .footer-item{
    float: left;
    padding-right: 12px;
}

#location .more-btn{
  width: 100%;
  height: 100px;
  background-color: #5BC0DE;
}

#location .box a{


}

.filter-collapsable{
  
}

/*
 * Card component
 */

.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}


#cta .hero-unit{
  background-image: url("../img/bg4.jpg");
  text-align: center;
}

#cta h2, #cta p{
  color: white;
  background-color: rgba(56, 191, 213, 0.8);
  padding: 20px;
  width: 100%;
}
#cta p{
  font-size: 18px;
  text-align: left;
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer {
  background: #191919;
  padding: 10px;
}

footer .flex-container{
  align-self: center;
  padding: 10px;

}
footer .flex-item-box{
 text-align: center;
 padding: 5px;
 margin-right:15px; 
}
footer .flex-item-box a{
 color: #38393a;
 font-weight: lighter;
}
footer .flex-item-box a:hover{
 color: #4a4b4c;
}
footer .flex-item-box input{
  height: 50px;
}
footer .flex-item-box  h2{
  text-align: center;
  font-size: 30px;
  font-weight: lighter;
  padding: 0;
}

footer .flex-item-box p{
  text-align: center;
  padding: 10px;
}

 .trademark{
  width: 100%;
  background-color: #191919;
  color: #7c7c7c;
  text-align: center;
  padding: 7px;
  min-height: 30px;
}

 .social{
  color: #7c7c7c;
  text-align: center;
}

 .social-icon{
  margin: 0 5px 0 5px;
  background: #38BFD5;
  border-radius: 50px;
  transition: .5s ease-in-out;
  width: 50px;
  height: 50px;
  font-size: 23px;
  line-height: 50px;
  text-align: center;

}

 .social-icon a{
  color: white;
}
 .facebook:hover{
  background: #3b5998;
  transition: .5s ease-in-out;
}
 .twitter:hover{
  background: #00aced;
  transition: .5s ease-in-out;
}
 .google-plus:hover{
  background: #dd4b39;
  transition: .5s ease-in-out;
}
 .instagram:hover{
  background: #EEDC31;
  transition: .5s ease-in-out;
}
 .pinterest:hover{
  background: #BD081C;
  transition: .5s ease-in-out;
}


/* ==========================================================================
   Flex Grid and Boxes
   ========================================================================== */

/**** Flex Grid ****/

.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-wrap: wrap;
}

.flex-spaced{
    align-items: streach;
    justify-content: space-between;
    flex-direction: row;
}
.flex-center{
    align-items: streach;
    justify-content: center;
    flex-direction: row;
}

/**** Flex Box Elements ****/


.flex-item{
  display: flex; 
  padding: 0.5em;
  width: 33.33%;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.flex-item-box {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 0;
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
  
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.flex-item-box .header{
  width: 100%;
  max-height: 250px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.flex-item-box .header img{
  width: 100%;
}

.flex-item-box .body{
  margin: 0;
  padding: 10px;
}
.flex-item-box .body h3 {
   text-align: left;
    font-size: 20px;
    color: #10AB98;
}

.flex-item-box .body img {
    padding: 5px;
}

.flex-item-box .body p {

    font-size: 15px;
    text-align: left;
  
}
.flex-item-box .body button{
  width: 100%;
}

.flex-item-box .footer{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    color: #595959;
}

.box-lg {
    max-width: 400px;
}
@media only screen and (max-width: 765px) {
    .box-lg {
      max-width: 700px;
      width: 700px;
    }
}

.box-sm {
    width: 250px;
}


.list {
  display: flex;
  flex-wrap: wrap;

}
.list-item {
  display: flex; 
  padding: 0.5em;
  width: 100%;
}
.list-content {
   display: flex;
   flex-direction: column;
   background-color: #fff;
  
   width: 100%;
   background-color: #fff;
  border: 1px solid #eee;
}
.list-content .list-data {
  flex: 1 0 auto;
  padding:1em;
}

.list-content h3{
  color: #357BB8;
}
.list-item {
  display: flex; 
  padding: 0.5em;
  width: 100%;
  
}
.list-item img{
  width: 100%;
  padding: 0;
}


.post-container::before,
.post-container::after{
  content: "";
  clear: both;
  display: table;
}

.post-container{
  margin-bottom: 30px;
}

.post-content{
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px 25px;
  margin-bottom: 2px;
}

.post-content.no-padding{
  padding: 0;
}

.post-content.no-padding img{
  margin: 0;
}

.post-atribut{
  background-color: #fff;
  border: 1px solid #eee;
  border-bottom-width: 3px;
  padding: 20px 25px;
}
@media all and (min-width: 40em) {
  .list-item {
    width: 50%;
  }
}
@media all and (min-width: 60em) {
  .list-item {
    width: 33.33%;
  }
}


/* ==========================================================================
   Hero Units 
   ========================================================================== */

.hero-unit {
    min-height: 435px;
    padding: 40px;
    background-size: cover;
    background-attachment:fixed;
}


.hero-unit h2 {
    font-size: 40px;
    font-weight: lighter;
    margin: 30px 0 78px;
    padding: 0;
    text-align: center;
}

.hero-unit p {
    font-size: 16px;
}

/* ==========================================================================
   Image styles 
   ========================================================================== */

.img-round {
    border-radius: 1%;
}

/* ==========================================================================
   Transformations
   ========================================================================== */

.grow {
    transition: all .4s ease-in-out;
}

.grow:hover {
    transform: scale(.95);
}


/* ==========================================================================
   Element Styles
   ========================================================================== */

.divider {
  width: 60px;
  height: 2px;
  padding: 0;
  margin: 27px auto 34px;
  background: #10AB98;
  border: none;
}

.shadow {
    -webkit-box-shadow: 0 0 6px 1px #dbdbdb;
    -moz-box-shadow: 0 0 6px 1px #dbdbdb;
    box-shadow: 0 0 6px 1px #dbdbdb;
}

@keyframes fly-in-from-left {
  from {
    transform:translateY(15rem) rotate(15deg);
    opacity:0;
  }
}

@keyframes fly-in-from-right {
  from {
    transform:translateY(15rem) rotate(-15deg);
    opacity:0;
  }
}


.animate-in{
  animation:fly-in-from-left .5s 1s ease both;
  transform-origin:top left;
}



/* ==========================================================================
   Text Styles
   ========================================================================== */

.text-dark{
  color:#6b6b6b;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

@media only screen and (min-width: 1200px){
  

  .img-logo{
    position: relative;
    bottom:8px;
    width: 80px;
  }

 


}

/* ==========================================================================
   Bootstrap Override - New Navbar Mobile Break Point
   ========================================================================== */

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
  .navbar-transparent img{
    width: 80px;
    transition: all .25s ease-in-out;

  }
  .img-logo{
    position: relative;
    bottom:23px;
    width: 80px;
    transition: all .25s ease-in-out;
    background-color:rgba(255, 255, 255, 0);
  }

}




.post-container::before,
.post-container::after{
  content: "";
  clear: both;
  display: table;
}

.post-container{
  margin-bottom: 30px;
}

.post-content{
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px 25px;
  margin-bottom: 2px;
}
.post-content h3{
  color: #357BB8;
}
.post-content.no-padding{
  padding: 0;
}

.post-content.no-padding img{
  margin: 0;
}

.post-atribut{
  background-color: #fff;
  border: 1px solid #eee;
  border-bottom-width: 3px;
  padding: 20px 25px;
}

.post-atribut a,
.post-atribut .fa,
.post-atribut .glyphicon{
  font-size: 30px;
  color: #6b6e80;
  vertical-align: middle;
}

.post-atribut a:hover,
.post-atribut a:focus,
.post-atribut a:hover .fa,
.post-atribut a:focus .fa,
.post-atribut a:hover .glyphicon,
.post-atribut a:focus .glyphicon{
  color: #5bc0de;
}

.post-atribut span{
  display: block;
 
  font-size: 16px;

}

.post-atribut .row{
  padding: 10px;
}
.post-atribut strong{
  color: #357BB8;
}
.post-content img{
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}

.post-meta{
  display: block;
  padding-top: 5px;
  padding-bottom: 15px;
}

.post-meta span{
  font-size: 13px;
  line-height: 13px;
  color: #888;
}
.page-title{
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.page-title h2{
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-title h2::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 80px;
  height: 3px;
  margin-left: -40px;
  background-color: #5bc0de;
}


.page-title-p{
padding-top: 25px;


}

.page-title-p h2{
  font-weight: 800;
  text-transform: uppercase;
}


.heading-title{
  display: block;
}

.heading-title h2{
  color: #555;
  font-weight: 700;
  text-align: left;
  font-size: 30px;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 30px;
}

.heading-title.heading-small h2{
  color: #555;
  font-weight: 700;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.post-content blockquote{
  position: relative;
  border-left: none;
  background-color: #5bc0de;
  color: #fff;
  border-radius: 2px;
  padding-top: 50px;
  padding-bottom: 30px;
}

.post-content blockquote p{
  text-indent: 55px;
}

.post-content blockquote small{
  color: rgba(0,0,0,.35);
}

.post-content blockquote::before{
  content: '\f10d';
  font-family: 'FontAwesome';
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 34px;
  color: #269abc;
}

.post-link:before,
.post-link:after{
  content: '';
  display: table;
  clear: both;
}

.post-link{ 
  padding-top: 10px;
}

.post-link a{
  color: #6b6e80;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  display: block;
  background-image: url(../img/read_more.png);
  background-repeat: repeat-x;
  background-position: 10px center;
}

.post-link a span{
  display: inline-block;
  padding: 0 12px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -o-border-radius: 4px;
      border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}

.post-link a:hover,
.post-link a:focus{
  color: #39b3d7;
}

.post-link a:hover > span{ 
  color: #5bc0de;
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
     -o-border-radius: 14px;
      border-radius: 14px;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}

.content-img{
  width: auto;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

.content-img img{
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}

.content-img-bg{
  width: 230px;
  height: 230px;
  -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
    -ms-background-size: cover !important;
     -o-background-size: cover !important;
      background-size: cover !important;
  background-position: center top;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     -o-border-radius: 100%;
      border-radius: 100%;
}

.content-text{
  text-align: center;
}

.content-text.text-justify{
  text-align: justify;
}
/* 7-Intro */

#intro {
  background: 50% 0 fixed; 
  height: auto;
  margin: 0 auto; 
  width: 100%; 
  position: relative; 
  color: white;
}



#intro h2 {
  color: #653f27;
  font-weight: 500;
  color: white;

}

/* 8-Intro Images */

#intro-features {
  padding-top: 0;
  margin-top: -100px;
}

.intro-features-wrap {
  z-index: 3;
  position: relative;
  background-color: #fff;
  padding: 5px 5px 20px 5px;
}

#intro-features figure .image {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

#intro-features .image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

#intro-features .image:hover img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

.min-feature {
  background-color: #fff;
  padding: 5px;
  margin-bottom: 40px;
}

.min-feature .shadow {
  margin: 10px auto 0 auto;
}

.min-feature h3 {
  font-size: 24px;
  color: #4a4a4a;
  font-weight: 300;
  padding: 15px 5px 5px 5px;
  margin: 0;
  text-transform: uppercase;
}
.min-feature h4 {
  font-size: 22px;
  color: #94c000;
  font-weight: 700;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

@media (min-width: 1430px) {
  .container {width: 1400px;}
}

@media (min-width:1200px) {
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}

@media (min-width:992px) and (max-width:1199px) {
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}

@media (min-width:768px) and (max-width:991px) {
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}

@media (max-width:767px) {
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 22px;
  }
  #intro {
    padding: 180px 0;
  }
  #intro h2 {
    font-size: 18px;
  }
  .copyright {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .navbar-header {
      float: none;
  }
  .mobile-toggle {
      display: block !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display:block !important;
  }
  .navbar-collapse {
      border-top: 0;
      box-shadow: none;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin: 20px -15px 30px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
  p {
    font-size: 18px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 26px;
  }
  #intro {
    padding: 240px 0;
  }
  #intro h2 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
  h1 {
    font-size: 58px;
  }
  h2 {
    font-size: 30px;
  }
  #intro {
    padding: 280px 0;
  }
  #intro h2 {
    font-size: 22px;
  }
  .title-separator.left {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #extra-features {
    text-align: left !important;
  }
  #extra-features .certificate p {
    position: absolute;
    top: 8px;
    left: 100px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */


.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

@media only screen and (min-width: 1200px){
  .navbar-transparent{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); 
    border: none;
  }

  .navbar-transparent img{
    width: 200px;
    transition: all .25s ease-in-out;
    
  }

  .img-logo{
    position: relative;
    bottom:10px;
    width: 80px;
  }


  .navbar-transparent .navbar-brand{
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .navbar-transparent .navbar-brand:hover{
    color: #5bc0de;
  }

  .navbar-transparent .navbar-nav > li > a{
    color: #fff;
    font-size: 16px;
    padding: 35px 25px 30px;
  }

  .navbar-transparent .navbar-nav > li > a:hover,
  .navbar-transparent .navbar-nav > li > a:focus{
    color: #fff;
  }

  .navbar-transparent .navbar-nav > li > a:hover::before,
  .navbar-transparent .navbar-nav > li > a:focus::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 70%;
    margin-left: -35%; 
    border-bottom: 2px dashed #fff;
  }

  .navbar-transparent .navbar-nav > .active > a:before,
  .navbar-transparent .navbar-nav > .active > a:hover::before,
  .navbar-transparent .navbar-nav > .active > a:focus::before,
  .navbar-transparent .navbar-nav li.dropdown.open > a::before,
  .navbar-transparent .navbar-nav li.dropdown.open > a:hover::before,
  .navbar-transparent .navbar-nav li.dropdown.open > a:focus::before{
    content: '';
    border-bottom: none;
  }

  .navbar-transparent .navbar-nav > .active > a,
  .navbar-transparent .navbar-nav > .active > a:hover,
  .navbar-transparent .navbar-nav > .active > a:focus{
    color: #fff;
    text-shadow: none;
    background-color: transparent;
  }

  .navbar-transparent .navbar-nav li.dropdown.open > a,
  .navbar-transparent .navbar-nav li.dropdown.open > a:hover{
    color: #fff;
    background-color: #0f101a;
  }

  .navbar-transparent .dropdown-menu {
    background-color: #0f101a;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
       -o-border-radius: 1px;
        border-radius: 1px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
       -o-box-shadow: none;
        box-shadow: none;
  }

  .navbar-transparent .dropdown-menu > li > a{
    color: #898ba2;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-transparent .dropdown-menu > li > a:hover,
  .navbar-transparent .dropdown-menu > li > a:focus,
  .navbar-transparent .dropdown-menu > .active > a,
  .navbar-transparent .dropdown-menu > .active > a:hover,
  .navbar-transparent .dropdown-menu > .active > a:focus{
 
  }


}

/* ==========================================================================
   Bootstrap Override - New Navbar Mobile Break Point
   ========================================================================== */

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
  .navbar-transparent img{
    width: 80px;
    transition: all .25s ease-in-out;

  }
  .img-logo{
    position: relative;
    bottom:20px;
    width: 80px;
    transition: all .25s ease-in-out;
    background-color:rgba(255, 255, 255, 0);
  }
  .hero-unit h2{
    font-size: 30px;
  }
  #pdf .pdf_show{
  display: none;
  }
}
  #pdf{
    border: 1px #ccc solid;
    padding: 20px;
    margin: 10px;
    background-color: white;
}
.navbar-orange {
    background-color: #38BFD5;
    border-color: #fff;
    margin-bottom: 0;
    border:0;
}

.navbar-orange a{
  color: white;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 16px;
}

/* The sticky */
.nav_stick {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  width: 100%;
  border-radius:0;

  top:0px;
  z-index: 10;
}

/* ======== Equal Height Inner Content Style ====== */

.equal-height .single-slider,
.equal-height .single-slider .flex-viewport,
.equal-height .single-slider .slides,
.equal-height .single-slider .slides li,
.equal-height .single-slider .slides li .image-wrapp{
    height:100%;
    position:relative;
}
.equal-height .slides .image-wrapp{
    padding-bottom:0;
}


/* ======== Single Slider ======== */

.single-slider{
    width:100%;
    overflow:hidden;
    position: relative;
}
.single-slider .image-wrapp{
    padding-bottom:56.25%;
}
.single-slider .flex-direction-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 11;
}
.flex-pauseplay a:before, 
.flex-direction-nav a:before{
    content:"";
    position:absolute;
    width:100%;
    left:0;
    height:0;
    bottom:0;
    background:#fff;
    z-index:-1;
}
.flex-pauseplay a:before,
.controllerbottom .flex-direction-nav a:before {
    background:#000;
}
.flex-pauseplay a:hover:before,
.flex-direction-nav a:hover:before{
    height:100%;
}
.flex-pauseplay a:hover,
.flex-direction-nav a:hover{
    color:#fff!important;
}
.flex-pauseplay a:hover:after,
.controllerbottom .flex-direction-nav a:hover{
    color:#fff;
}
.single-slider .flex-direction-nav a{
    opacity:1;
    width:36px;
}
.single-slider .flex-direction-nav .flex-prev{
    left:0;
}
.single-slider .flex-direction-nav .flex-next{
    right:0;
}
.single-slider .flex-direction-nav .flex-nav-next{
    right:-60px;
}
.single-slider .flex-direction-nav .flex-nav-prev {
    left:-60px;
}
.single-slider:hover .flex-direction-nav .flex-nav-next{
    right:30px;
}
.single-slider:hover .flex-direction-nav .flex-nav-prev{
     left:30px;
}
.single-slider .flex-nav-prev .flex-prev:hover:after, 
.single-slider .flex-nav-next .flex-next:hover:after {
    color:#000;
}
.single-slider .flex-control-nav{
    bottom:30px;
    right:50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
}
.col-sm-6 .single-slider{
    margin-left:-15px;
    margin-right:-15px;
    width:auto;
}

/* --- Show-Direction Class For Show Direction Btn EveryTime --- */

.show-direction.single-slider .flex-direction-nav .flex-nav-next {
    right: 30px;
}
.show-direction.single-slider .flex-direction-nav .flex-nav-prev {
    left: 30px;
}

/*==Media Queries==*/

@media only screen and (max-width :767px) {
    .single-slider .flex-direction-nav a {
        padding: 8px 10px;
    }
    .show-direction .flex-direction-nav {
        display: block;
    }
}
@media only screen and (max-width : 480px) {
    .single-slider .image-wrapp{
        padding-bottom:60%;
    }
    .single-slider .flex-direction-nav a{
        padding: 9px 3px;
        width: 22px;
    }
    .show-direction.single-slider .flex-direction-nav .flex-nav-next{
        right: 00px;
    }
    .show-direction.single-slider .flex-direction-nav .flex-nav-prev {
        left: 0px;
    }
}



/* ============= Flexslider =============== */

/* -------- Customize for Home And Gallery Slider  ----------- */

.flexslider{
    overflow: hidden;
    margin:0;
}
.slides{
    margin:0;
    padding:0;
}
.slides > li {
    margin:0;
    padding:0;
}
.flexslider .slides > li{
    height:30vh;
    width:100%;
    position:relative;
}
.flexslider .slides > li a{
    display:block;
}
.flex-direction-nav{
    position:absolute;
    top: 50%;
    width:100%;
    z-index:99;
}
.flex-direction-nav li{
    position:absolute;
}
.flex-direction-nav a{
    padding:20px 9px;
    font-size:0;
    background:rgba(255,255,255,.6);
    opacity:1;
    display: inline-block;
    border:2px solid #fff;
    margin-top: -38px;
    text-align:center;
}
.flex-direction-nav a:hover {
    color:#000;
    opacity:1;
}
.flexslider:hover .flex-direction-nav .flex-prev{
    left: 20px;
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next{
    right: 20px;
    opacity: 1;
}
.flex-nav-prev .flex-prev:after,.flex-nav-next .flex-next:after{
    left:0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #000;
    font-size: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flex-direction-nav .flex-nav-prev .flex-prev:after{
    content: "\f104";
}
.flex-direction-nav .flex-nav-next{
    right:0px;
}
.flex-direction-nav .flex-nav-next .flex-next:after{
    content: "\f105";
}
.flex-control-nav{
    position:absolute;
    bottom:76px;
    z-index: 9999;
    display:inline-block;
    width: auto;
    right:15%;
    padding-left:0;
    margin:0;
    -webkit-transform: translateX(15%);
    -moz-transform: translateX(15%);
    transform: translateX(15%);
}
.flex-control-nav li{
    display:inline-block;
    margin:0 6px;
    padding: 0;
}
.flex-control-nav li a{
    font-size:0px;
    width:11px;
    height:11px;
    display:block;
    border-radius:1px;
    padding-top: 10px;
    background:#fff;
}
.flex-control-nav li a.flex-active{
    background:#000;
}
.flex-pauseplay{
    position:absolute;
    display:inline-block;
    border:1px solid #000;
    border-bottom:none;
    border-top:none;
    left: 50%;
    bottom: 0;
    margin-left:-30px;
    z-index: 999999;
}
.flex-pauseplay a{
    display:inline-block;
    font-size:0;
    height:36px;
    position:relative;
    z-index:11;
  background:#fff;
    width:58px;
    padding:10px 23px;
}
.flex-pauseplay a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    color:#000;
    font-size:16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flex-pauseplay .flex-play:after{
    content: "\f04b";
}
.flex-pauseplay .flex-pause:after{
    content: "\f04c";
}
.flex-pauseplay .flex-pause:hover:after,.flex-pauseplay .flex-play:hover:after{
    color:#fff;
}
.flex-nav-prev .flex-prev:hover:after, .flex-nav-next .flex-next:hover:after {
    color:#000;
}
.thumbnail.flexslider{
    position:fixed;
    bottom:0;
    z-index:99;
    bottom: 30px;
    width:100%;
    background:none;
    text-align:center;
}
.thumbnail .flex-control-nav.flex-control-paging{
    display:none;
}
.thumbnail.flexslider .flex-viewport{
    background:#fff;
}
.thumbnail.flexslider .slides > li{
    width:100px!important;
    height:100px;
    cursor:pointer;
    margin:0 2px;
    opacity:.7;
}
.thumbnail.flexslider .slides > li:first-child{
    margin-left:0;
}
.thumbnail.flexslider{
    border:none;
}
.thumbnail.flexslider .slides > li.flex-active-slide{
    opacity:1;
}
@media only screen and (max-width : 991px) {
   .flex-pauseplay a {    
        width: 48px;
        padding: 10px 18px;
   }
}
@media only screen and (min-width : 888px) {
    .flex-control-nav.rightset {
        right: 15%;
        -webkit-transform: translateX(15%);
        -moz-transform: translateX(15%);
        transform: translateX(15%);
    }
}
@media only screen and (max-width : 887px) {
    .flex-control-nav.rightset {
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        transform: translateX(50%);
    }
}
@media only screen and (max-width : 768px) {
    .flex-control-nav{
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        transform: translateX(50%);
    }
}

/*--- controllerbottom class for slider, to get the direction controller on bottom ---*/

.controllerbottom .flex-direction-nav,
.kenburns-show.controllerbottom .owl-controls .owl-nav{
    top: auto;
    bottom: 0;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999999;
}
.controllerbottom .flex-direction-nav li,
.kenburns-show.controllerbottom .owl-controls .owl-nav>div{
    bottom:0;
    height:36px;
    padding:0;
  float:left;
    position:relative;
    list-style: none;
}
.kenburns-show.controllerbottom .owl-controls .owl-nav>div{
    position:relative;
}
.kenburns-show.controllerbottom .flex-direction-nav li:last-child{
   margin-left:0px;
}
.controllerbottom .flex-direction-nav li a,
.kenburns-show.controllerbottom .owl-controls .owl-nav>div{
    bottom:0;
    height:36px;
    background:#fff;
    border:none;
    position:relative;
    width:64px;
    text-align:center;
    margin-top:0;
    top:0;
    padding: 4px 23px;
    color:#000;
    text-shadow:none;
    opacity:1;
}
.controllerbottom .flex-direction-nav li a:hover {
    color:#ccc;
}
.controllerbottom .flex-direction-nav li .flex-prev,
.kenburns-show.controllerbottom .owl-controls .owl-nav .owl-prev{
    opacity:1;
    left: 0px;
    border-left:1px solid #000;
}
.controllerbottom .flex-direction-nav li .flex-next,
.kenburns-show.controllerbottom .owl-controls .owl-nav .owl-next{
    opacity:1;
    right: 0px;
    border-right:1px solid #000;
}
.controllerbottom .flex-direction-nav a:hover{
    opacity:1;
    color:#fff;
}
.controllerbottom:hover .flex-direction-nav .flex-prev,
.kenburns-show.controllerbottom .owl-controls .owl-nav .owl-prev{
    left:0!important;
    opacity:1;
}
.controllerbottom:hover .flex-direction-nav .flex-next,
.kenburns-show.controllerbottom .owl-controls .owl-nav .owl-next{
    right:0!important;
    opacity:1;
}
.controllerbottom .flex-pauseplay a{
    background:#fff;
}
.controllerbottom .flex-pauseplay a:after{
    color:#000;
}
.controllerbottom .flex-nav-prev .flex-prev:hover:after,
.controllerbottom .flex-nav-next .flex-next:hover:after {
    color:#fff;
}
.s-gap{
    margin-right: 58px;
}

/*==Media Queries==*/

@media only screen and (max-width : 991px) {
    .controllerbottom .flex-direction-nav li a,
    .kenburns-show.controllerbottom .owl-controls .owl-nav>div{
        padding: 5px 12px;
        width: 42px;
    }
    .controllerbottom .flex-direction-nav,
    .kenburns-show.controllerbottom .owl-controls .owl-nav{
        left:50%;
        position: fixed;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .controllerbottom .flex-pauseplay{
        left:50%;
        margin-left:auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .s-gap{
        margin-right: 50px;
    }
}
@media only screen and (max-width : 767px) {
    .controllerbottom .flex-direction-nav,.flex-direction-nav {
        display:none;
    }
    .flex-pauseplay a{
        height: 32px;
    }
    .controllerbottom .flex-pauseplay,.flex-pauseplay{
        left: 70px;
        width: 53px;
        bottom: 36px;
        width: 50px;
        border: 1px solid #fff;
        text-align: center;
        margin-left:auto;
        -webkit-transform: translateX(-0%);
        -moz-transform: translateX(-0%);
        transform: translateX(-0%);
    }
    .controllerbottom .flex-pauseplay a,.flex-pauseplay a{
        padding:8px 18px;
        width:100%;
        background:transparent;
    }
    .controllerbottom .flex-pauseplay a:after,.flex-pauseplay a:after{
        font-size: 17px;
    }
    .kenburns-show.controllerbottom .owl-controls .owl-nav{
        display:none;
    }
}
@media only screen and (max-width :1024px) {
.controllerbottom .flex-pauseplay, .flex-pauseplay{
    position: fixed;
}
}
@media only screen and (max-width :480px) {
    .controllerbottom .flex-pauseplay, .flex-pauseplay {
        left: 50px;
    }
    .controllerbottom .flex-pauseplay a, .flex-pauseplay a {
        width:50px;
    }
}

#basic_info{
  font-size: 16px;
}
.title_unit{
  font-size: 16px;
  font-weight: bold;
  color: #474747;
  text-align: left;
}

.section_unit{
  font-size: 16px;
  font-weight: bold;
 
  text-align: left;
}

#contact_buttons a{
  margin: 5px;
  text-align: center;
}
