@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

*::selection {
  color: #ffffff;
  background-color: #3a8eca;
}
*::-moz-selection {
  color: #ffffff;
  background-color: #3a8eca;
}

@media (min-width:1200px) {
  #body .container {
    width: 1170px
  }
}

html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
}
body#body {
  background-color: #ffffff;
  }



.lazy-hidden {
  opacity: 0;
}
.lazy-loaded {
  
  -webkit-transition: opacity 0.333s;
  -moz-transition: opacity 0.333s;
  -ms-transition: opacity 0.333s;
  -o-transition: opacity 0.333s;
  transition: opacity 0.333s;
  opacity: 1;
}




.header #navbar {
  background: #f9f9f9;
}
nav.navbar {
  margin-bottom: 0;
  min-height: 50px;
}
.mega .nav,
.mega .collapse,
.mega .dropup,
.mega .dropdown.menu-fw {
  position: static;
}
.mega .container {
  position: relative;
  color: #333333;
}
.mega .mega-menu {
  padding: 15px;
}
.mega-menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega .dropdown.menu-fw > .dropdown-menu {
  left: 0;
  right: 0;
  border-top-width: 0;
}
.mega-menu .menu li {
  position: relative;
}

/* first level
----------------------------------------------------------------------------- */
nav.navbar .navbar-nav > li > a,
nav.navbar .navbar-brand,
nav.navbar .search-item a,
nav.navbar .navbar-search input[type="search"],
nav.navbar .navbar-search input[type="search"]:active {
  color: #2fa4e7;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

nav.navbar .navbar-brand > img {
  height: 100%;
  padding: 10px 0;
  width: auto;
}

nav.navbar .navbar-nav > li > a.dropdown-toggle:after {
  font-family: "FontAwesome";
  content: "\f107";
  line-height: 1em;
}

nav.navbar .navbar-nav > .active > a,
nav.navbar .dropdown-menu > .active > a {
  color: #d9534f;
  background-color: transparent;
}

nav.navbar .navbar-nav > li:hover > a,
nav.navbar .navbar-nav > li:focus > a,
nav.navbar .navbar-nav > .active > a:hover,
nav.navbar .navbar-nav > .active > a:focus,
nav.navbar .navbar-nav > .open > a,
nav.navbar .navbar-nav > .open > a:focus,
nav.navbar .navbar-nav > .open > a:hover {
	color: #d9534f;
  background-color: rgba(0,0,0,0.033);
  text-shadow: none;
  z-index: 1001;
}

/* second level
----------------------------------------------------------------------------- */
nav.navbar .navbar-nav > li > .dropdown-menu {
  border-top-width: 0px;
}
.mega .dropdown-menu {
  left: auto;
  background-color: #ffffff;
}
nav.navbar .dropdown-menu > li > a,
nav.navbar .dropdown-menu .menu > li > a {
  font-size: 14px;
  color: #333333;
}
.mega-menu h4.title a {
  color: #333333;
  margin: 5px 0;
  font-size: 15px;
}
.mega .dropdown-menu .divider {
  background-color: #2fa4e7
}
.mega-menu .menu > li > a {
  padding: 5px 0;
  border-bottom: 1px solid #2fa4e7;
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.mega-menu .menu > li > a:before {
  font-family: "FontAwesome";
  content: "\f105";
  padding: 0 10px;
}
nav.navbar .dropdown-menu > .active > a,
nav.navbar .dropdown-menu .menu > .active > a {
  color: #d9534f;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
nav.navbar .dropdown-menu > li > a:hover,
nav.navbar .dropdown-menu > li > a:focus,
nav.navbar .dropdown-menu > .active > a:hover,
nav.navbar .dropdown-menu > .active > a:focus,
nav.navbar .dropdown-menu .menu > li > a:hover,
nav.navbar .dropdown-menu .menu > li > a:focus,
nav.navbar .dropdown-menu .menu > .active > a:hover,
nav.navbar .dropdown-menu .menu > .active > a:focus {
  background-color: #337ab7;
  color: #111111;
  text-decoration: none;
  outline: none;
}
.mega-menu .menu > li:last-child > a {
  border-bottom: none!important;
}
/* third level menu items */
nav.navbar .dropdown-submenu {
  position: relative
}
nav.navbar .dropdown-submenu > a:after {
  position: absolute;
  right: 7.5px;
  padding-top: 1px;
  font-family: FontAwesome;
  content: "\f101";
  color: #333333;
}
nav.navbar .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  right: auto;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
nav.navbar .dropdown-submenu:hover > .dropdown-menu {
   display: block;
}

/* Search
----------------------------------------------------------------------------- */
.navbar .container {
  position: relative;
}
.search-item {
  position: absolute;
  right: 0;
  padding: 0 15px;
  z-index: 25;
}
.navbar-search,
.navbar-search input {
   height: 50px;
   line-height: 50px;
}
.navbar-search {
   position: absolute;
   overflow: hidden;
   left: 0; top: 0;
   display: none;
   width: 100%;
   z-index: 20;
   opacity: 0.9;
   background-color: #fafafa;
}

.navbar-search input {
   padding: 0;
   border: none;
   width: 100%;
   z-index: 20;
}
nav.navbar .navbar-search input[type="search"],
nav.navbar .navbar-search input[type="search"]:active,
nav.navbar .search-item .open .fa {
   background: transparent;
   color: #999999;
}
nav.navbar .navbar-search input[type="search"]::-ms-clear {
  display: none;
}

/* Menu fixed
---------------------------------- */
.menu-fixed-on .header.fixed {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  opacity: 0;
  z-index: 1000;
}
.menu-fixed-on .header.fixed #navbar {
  background-color: rgba(249, 249, 249, 0.9);
}
.menu-fixed-on .header.fixed .dropdown-menu {
  background: rgba(255, 255, 255, 0.9);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), #ffffff);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.9), #ffffff);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.9), #ffffff);
  background: linear-gradient(rgba(255, 255, 255, 0.9), #ffffff);
}

@media (max-width: 767px) {

  .offcanvas-stop-scrolling {
      height: 100%;
      overflow: hidden;
  }
  nav.navbar .navbar-offcanvas {
      background-color: #f9f9f9;
  }
  .container > .navbar-collapse.navbar-offcanvas {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-offcanvas {
      position: fixed !important;
      width: 100%;
      max-width: 250px;
      left: -250px;
      top: 0;
      padding-left: 15px;
      padding-right: 15px;
      z-index: 999;
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
      -webkit-transition: all 0.15s ease-in;
      transition: all 0.15s ease-in;
  }
  .navbar-offcanvas.in {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      overflow-x: hidden;
  }
  .navbar-offcanvas.navbar-offcanvas-fade {
      opacity: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-fade.in {
      opacity: 1;
  }
  .navbar-offcanvas.offcanvas-transform.in {
      overflow-x: hidden;
      -webkit-transform: translateX(250px);
      transform: translateX(250px);
  }
  .navbar-offcanvas.offcanvas-position.in {
      left: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-right {
      left: auto;
      right: -250px;
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
      -webkit-transform: translateX(-250px);
      transform: translateX(-250px);
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
      left: auto;
      right: 0;
  }
  .navbar-offcanvas .dropdown-menu.shown {
      display: block;
  }

  nav.navbar .navbar-toggle {
    margin-top: 8px;
    border: none;
    background: none;
  }
  nav.navbar .navbar-toggle:focus,
  nav.navbar .navbar-toggle:hover {
    background: none;
  }
  nav.navbar .navbar-toggle .icon-bar {
    background-color: #2fa4e7;
    position: relative;
    transition: all 500ms ease-in-out;
  }
  .navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
  }
  .navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
  }
  .navbar-toggle.is-open .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
  }
  .navbar-toggle.is-open .icon-bar:nth-of-type(2) {
    background-color: transparent;
  }
  .navbar-toggle.is-open .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
  }

   .navbar-search {
      border-top: 1px solid #46aeea;
   }
   .search-item {
      display: none;
   }
   .mega .mega-menu {
     padding: 0;
   }
   .mega .mega-menu h4 {
     color: inherit;
     text-transform: none;
     margin: 0;
   }
   .mega .mega-menu h4 a {
     display: block;
     font-size: 14px;
     padding: 5px 0;
   }
   .mega .mega-menu h4 a:hover,
   .mega .mega-menu h4 a:focus {
     background-color: rgba(0, 0, 0, 0.05);
     text-decoration: none;
   }
   .mega .mega-menu h4 a:before {
      font-family: "FontAwesome";
      content: "\f105";
      padding: 0 10px;
   }
   .mega .mega-menu .divider {
     display: none
   }
   nav.navbar .dropdown-menu > li > a,
   nav.navbar .dropdown-menu .menu > li > a,
   nav.navbar .dropdown-menu > .active > a,
   nav.navbar .dropdown-menu .menu > .active > a,
   .mega-menu h4.title a {
     color: #2fa4e7;
     padding: 5px 15px 5px 5px;
   }
   nav.navbar .dropdown-menu > .active > a,
   nav.navbar .dropdown-menu .menu > .active > a,
   nav.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
   nav.navbar .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: rgba(0, 0, 0, 0.05);
   }

   .mega-menu .menu > li > a {
     border-bottom: none;
   }
   nav.navbar .dropdown-submenu > a:after {
      content: "";
   }
   nav.navbar .dropdown-submenu > .dropdown-menu {
      display: block;
   }
   nav.navbar .dropdown-submenu > .dropdown-menu > li > a {
      padding-left: 45px;
   }
   nav.navbar .dropdown-submenu > .dropdown-menu > li > a:before {
      font-family: "FontAwesome";
      content: "\f105";
      position: absolute;
      left: 30px;
   }
}

@media (min-width: 768px) {
  .navbar.navbar-default {
    background-color: transparent;
    background-image: none;
    border: none;
    margin: 0;
  }
  .menu-fixed-on nav.navbar .navbar-header {
    display: none;
  }
  .menu-center {
    text-align: center;
  }
  nav.navbar .navbar-header {
    float: none;
    text-align: center;
  }
  nav.navbar .navbar-brand {
    float: none;
  }
  nav.navbar .navbar-brand > img {
    display: inline;
  }
  nav.navbar .navbar-collapse {
    display: inline-block !important;
    margin-bottom: -3px;
  }
#body .menufull .container {
  width: 100%
}
  .navbar-wrapper {
    margin-top: 20px;
  }
   .navbar-wrapper.navbar-fixed {
      position: fixed;
      top: 20px; left: 0;
      margin-top: 0;
   }
   .navbar-wrapper .container > .navbar-header {
      margin-left: -15px;
      margin-right: -15px;
   }
   #top.navbar-over {
      padding: 90px 0 20px;
   }
}

.menu-shadow-fixed {
  background-image: url(./../../../styles/skew/img/menu-shadow-20px.png);
  background-position: center bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  height: 20px; bottom: -20px; left: 0; width: 100%;
  position: absolute;
  z-index: 2;
}

/* Sidebar Navigation
---------------------------------- */
#nav-sb .nav-pills > li > a {
  border-radius: 0;
  padding: 7px 10px;
  border: 1px solid transparent;
  color: #555555;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}
#nav-sb .nav-pills.nav-stacked > li > a:before {
  font-family: "FontAwesome";
  content: "\f101";
  font-size: 12px;
  position: absolute;
  left: 0px;
  top: 3px;
  color: #555555;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#nav-sb .nav-pills > li.active > a,
#nav-sb .nav-pills > li.active > a:hover,
#nav-sb .nav-pills > li.active > a:focus,
#nav-sb .nav-pills > li > a:hover,
#nav-sb .nav-pills > li > a:focus,
#nav-sb .nav-pills.nav-stacked > li.active > a:before,
#nav-sb .nav-pills.nav-stacked > li > a:hover:before,
#nav-sb .nav-pills.nav-stacked > li > a:focus:before {
  color: #303540;
  background-color: transparent;
}
#nav-sb .nav-pills > li + li {
  margin-left: 5px;
}
#nav-sb .nav-pills.nav-stacked > li + li {
  margin-left: 0;
}
#nav-sb .nav-pills.nav-stacked > li > a {
  padding: 2px 0 2px 15px;
}
#nav-sb .nav-pills.nav-stacked.list-style-icons > li > a {
  padding: 4px 0px;
}
#nav-sb .nav-pills.nav-stacked > li.active > a,
#nav-sb .nav-pills.nav-stacked > li.active > a:hover,
#nav-sb .nav-pills.nav-stacked > li.active > a:focus,
#nav-sb .nav-pills.nav-stacked > li > a:hover,
#nav-sb .nav-pills.nav-stacked > li > a:focus {
  background-color: transparent;
  border-color: transparent;
}

#nav-sb .nav-pills.nav-stacked > li.active > a:hover:before,
#nav-sb .nav-pills.nav-stacked > li.active > a:focus:before,
#nav-sb .nav-pills.nav-stacked > li > a:hover:before,
#nav-sb .nav-pills.nav-stacked > li > a:focus:before {
  left: 5px;
}

@media (max-width: 767px) {
  #nav-sb .nav-pills > li {
    text-align: center;
  }
  #nav-sb .nav-pills > li > a {
    display: inline-block;
  }
}




#audioopen, #audioclose {
  display: none;
}
#top, #main, #footer-content {
  position: relative;
}
#main {
  background-color: #ffffff;
  padding: 20px 0;
}

#top {
  padding: 0;
  background-color: #eeeeee;
  }
#top > div.container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#top.skew-bottom > div.container {
  padding-bottom: 0
}

a:hover, a:focus, a:active {
  outline: 0 !important;
}

#eyecatcher {
    padding: 0;
    width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #eeeeee;
}
#eyecatcher.affix {
  position: fixed;
  top: 0;
  z-index: 0;
}
#eyecatcher > img,
#eyecatcher > a > img {
  width: 100%;
  min-width: 100%;
  height: auto;
  border: 0;
  margin: 0 auto;
}
#eyecatcher > .container {
  position: relative;
}
#eyecatcher .summary {
  color: #ffffff;
  position: absolute; bottom: 0; z-index: 1;
  width: 100%;
    padding: 15px 0px 45px;
  }
#eyecatcher .summary p {
  margin: 0;
}
#eyecatcher .summary a {
  color: #ffffff;
}
#eyecatcher .summary h2 {
  color: #ffffff;
}

#videologobox {
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 120px;
  padding-top: 90px;
}

#eyecatcher img#videologo {
  display: block;
  z-index: 2;
  margin: 0 auto;
}

#videocaption {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  padding: 0 0 45px 0;
  z-index: 2;
}

#videocaption > h1 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
  margin: 0 0 15px;
  padding: 0 15px;
}

#videocaption > p {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
  margin: 0 auto 0 auto;
  padding: 0 15px;
}

#eyecatcher #control-video {
  position: absolute;
  font-size: 1em;
  top: 15px; right: 15px;
  padding: 10px;
  background-color: #000;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  transition: opacity .5s; -moz-transition: opacity .5s; -webkit-transition: opacity .5s;
  opacity: 0;
}
#eyecatcher #control-video a, #eyecatcher #control-video i {
  width: 1em;
  text-align: center;
}
#eyecatcher #control-video a {
  color: #fff;
}
#eyecatcher:hover #control-video {
  opacity: .5;
}
#eyecatcher:hover #control-video:hover {
  opacity: .75;
}
#eyecatcher #control-video a:last-child {
  margin-left: .5em;
}
#eyecatcher #control-video a:hover,
#eyecatcher #control-video a:focus,
#eyecatcher #control-video a:active {
  text-decoration: none;
  outline: none;
}

.pagination {
    left: 15px;
  }

.pagination li {
  background: url(../img/?f=bullet&ca=ffffff) no-repeat 0 -20px;
}
button.arrow, button.arrow:hover, button.arrow:focus {
  color: #ffffff;
}
.slider-shadow {
  background-color: rgba(0, 0, 0, 0);
  background-image: url(./../../../styles/bootstrap/img/slider-shadow.png);
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  height: 40px;
  width: 100%;
}
.footer {
  position: relative;
}
#footer-content h2, #footer-content h3 {
  color: #f2f2f2;
}
#footer-content {
  background-color: #2fa4e7;
  color: #ffffff;
}
#footer-content > div.container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer-content a {
  color: #eeeeee
}
#footer-content a:hover,
#footer-content a:focus {
  color: #f2f2f2
}
.skew-top:before,
.skew-bottom:after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 3.0rem;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
}
.skew-top:before {
  top: -3.0rem;
}
.skew-bottom:after {
  bottom: -3.0rem;
}
.skew-before {
  padding-top: 3.0rem !important;
}
.skew-after {
  padding-bottom: 3.0rem !important;
}
@media (min-width:768px) {
  #top.skew-top:before {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,100 0,100 100,0' style='fill:%23eeeeee;' /%3E%3C/svg%3E");
    z-index: 6;
  }
  .headerInVisible #main.skew-top:before {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,100 0,100 100,0' style='fill:%23ffffff;' /%3E%3C/svg%3E");
    z-index: 6;
  }
}
#top.skew-bottom:after {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 0,0 100,0' style='fill:%23eeeeee;' /%3E%3C/svg%3E");
}
.headerVisible #main.skew-top:before {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,100 0,100 100,0' style='fill:%23ffffff;' /%3E%3C/svg%3E");
  z-index: 6;
}
#main.skew-bottom:after {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 0,0 100,0' style='fill:%23ffffff;' /%3E%3C/svg%3E");
}
.footerInVisible #footer.skew-top:before {
  background-color: #ffffff;
}

#footer.skew-top:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,100 0,100 100,0' style='fill:%231a99e2;' /%3E%3C/svg%3E");
  }
#footer {
  padding: 20px 0;
}
#footer {
    color: #ffffff;
    text-align: center;
    background-color: #1a99e2;
  }



#scroll-top {
  display: block; position: fixed; z-index: 1999;
  font-family: "FontAwesome"; font-size: 16px; text-align: center;
  line-height: 20px; padding: 7.5px 10px; bottom: 5px; right: 5px;
    color: #ffffff;
      background-color: #1a99e2;
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#scroll-top:hover {
    background-color: #178acc;
    outline: none;
  text-decoration: none;
}
#scroll-top:focus, #scroll-top:active {
  outline: none;
  text-decoration: none;
}
#breadcrumb > li + li::before {
  content: "»";
}
#breadcrumb {
  margin: 0 0 10px 0;
  font-size: 90%;
  color: #888888;
  }
#breadcrumb a {
    text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#breadcrumb a:hover,
#breadcrumb a:focus {
  text-decoration: none;
  }
#body .breadcrumb > li.no-separator + li::before {
  content: "";
}
a.accordionlink {
  color: #333333;
}
a.accordionlink:hover,
a.accordionlink:focus {
  color: #111111;
}

#sidebarleft h2:first-child,
#sidebarright h2:first-child {
  margin-top: 0
}
#header-bottom {
  padding: 0;
  position: relative;
}
#header-top, #header-bottom {
  background-color: #fafafa;
  color: #999999;
}
#header-top a, #header-bottom a {
  color: #999999;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#header-top a:hover, #header-bottom a:hover {
  color: #666666;
  text-decoration: none;
}
#common, #icons, #headertext {
  line-height: 2.5em;
}

#common { float: right }
#icons, #headertext { float: left }
#headertext i { margin: 0 5px 0 15px }

#common a {
  text-transform: uppercase
}
#icons a {
  margin-left: 10px;
}
#icons a:first-child {
  margin-left: 0
}

.thumbnail h3,
.thumbnail .h3 {
  margin: 0;
}
ul.teaserpicturecaption li {
  box-sizing: initial;
}
.nginfobox, .nganimatedbox {
  box-sizing: content-box
}



#eyecatcher #sliderdown {
  color: #ffffff; font-family: "FontAwesome"; content:"\f103";
  opacity: .7;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  font-size: 40px; line-height: 40px; width: 40px; height: 40px;
  position: absolute; left: 50%; margin-left: -20px;
  top: 20px;
  cursor: pointer; visibility: hidden; opacity: 0; z-index: 6;
  -webkit-animation: arrowDown ease-in-out 1.5s; -moz-animation: arrowDown ease-in-out 1.5s; -ms-animation: arrowDown ease-in-out 1.5s; animation: arrowDown ease-in-out 1.5s;
  -webkit-animation-iteration-count: 12; -moz-animation-iteration-count: 12; -ms-animation-iteration-count: 12; animation-iteration-count: 12;
}
#eyecatcher #sliderdown i {
  opacity: .7;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#eyecatcher #sliderdown:hover i, #eyecatcher #sliderdown:active i, #eyecatcher #sliderdown:focus i {
  opacity: 1;
}
@-webkit-keyframes arrowDown {
  0% {
    visibility: visible;
    opacity:0;
    -webkit-transform: translate3d(0,0,0);
  }
  25% {
    opacity:1;
  }
  50% {
    opacity:1;
  }
  75% {
    opacity:0;
    -webkit-transform: translate3d(0,10px,0);
  }
}
@keyframes arrowDown {
  0% {
    visibility: visible;
    opacity:0;
    transform: translate3d(0,0,0);
  }
  25% {
    opacity:1;
  }
  50% {
    opacity:1;
  }
  75% {
    opacity:0;
    transform: translate3d(0,10px,0);
  }
}
@-ms-keyframes arrowDown {
  0% {
    visibility: visible;
    opacity:0;
    -ms-transform: translate3d(0,0,0);
  }
  25% {
    opacity:1;
  }
  50% {
    opacity:1;
  }
  75% {
    opacity:0;
    -ms-transform: translate3d(0,10px,0);
  }
}
@-moz-keyframes arrowDown {
  0% {
    visibility: visible;
    opacity:0;
    -moz-transform: translate3d(0,0,0)  ;
  }
  25% {
    opacity:1;
  }
  50% {
    opacity:1;
  }
  75% {
    opacity:0;
    -moz-transform:translate3d(0,10px,0)  ;
  }
}

a {
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-in-out
}
a.btn, .navbar a {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: all 0 ease-in;
  transition: none;
}
ul.list li p {
  margin: 0;
}
.tabcontainer {
  background-color: #ffffff;
}
.fluid-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.fluid-video > iframe,
.fluid-video > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
video {
  width: 100% !important;
  height: auto !important;
}


@media (max-width:1199px) {
  .columncontainer {
    background: none !important;
  }
  .paragraph.overflow-x {
    overflow-x: auto;
  }
}

@media (max-width: 991px) {
  img.img-responsive {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  h1, .h1, h2, .h2 {
    text-align: center;
  }
  .paragraphborder_default {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
  }
  #common,
  #icons {
    text-align: center;
    float: none;
  }
}
.paragraphsidebarleft,
.paragraphsidebarright,
.paragraphpic,
div[class*="paragraphborder"] div {
  overflow: hidden;
}

.gallery img,
div[class*="paragraphborder"] div a img {
  -webkit-transform: scale(1);
	transform: scale(1);
  -webkit-transition: .33s ease-in-out;
  transition: .33s ease-in-out;
  max-width: 100%;
}
.gallery:hover img,
div[class*="paragraphborder"] div:hover a img {
  -webkit-transform: scale(1.133);
  transform: scale(1.133);
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.header {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

