@-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:1170px) {
   #body .container {
      max-width: 1140px;
   }
   #body .full .container {
      max-width: 100%;
   }
   .sqrallwaysboxed, .sqrdesktopboxed, .sqrmobilefullwidth {
      max-width: 1140px;
      margin-left: auto;
      margin-right: auto;
   }
   .full #content > .sqrmobilefullwidth,
   #top > .sqrmobilefullwidth,
   #bottom > .sqrmobilefullwidth {
      padding-left: 15px;
      padding-right: 15px;
   }
}

@media (max-width:1169px) {
   .sqrallwaysfullwidth .sqrallwaysboxed {
      padding-left: 15px;
      padding-right: 15px;
   }
}
@media screen and (max-width: 1023px) {
   .sqrallwaysfullwidth .sqrmobileboxed {
      padding-left: 15px;
      padding-right: 15px;
   }
}


.sqrallwaysboxed .sqrallwaysboxed,
.sqrallwaysboxed .sqrdesktopboxed,
.sqrdesktopboxed .sqrdesktopboxed,
.sqrmobilefullwidth .sqrallwaysboxed,
.sqrdesktopboxed .sqrallwaysboxed,
.sqrdesktopboxed .sqrmobilefullwidth,
.sqrdesktopremovebox .sqrallwaysboxed,
.sqrdesktopremovebox .sqrmobilefullwidth {
   width: 100%;
   max-width: 100%;
}

.full > .container > .sqrallwaysboxed,
.full #content > .sqrallwaysboxed,
.full #content > .sqrdesktopboxed {
   padding-left: 15px;
   padding-right: 15px;
}

@media (min-width:992px) {
   #top > .sqrallwaysboxed, #top > .sqrdesktopboxed,
   #bottom > .sqrallwaysboxed, #bottom > .sqrdesktopboxed {
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto;
  }
}

@media (min-width: 768px) {
   #body .container {
      width: 100%;
   }
}

@media screen and (max-width:991px) {
   #top > .sqrallwaysboxed, #top > .sqrmobileboxed,
   #bottom > .sqrallwaysboxed, #bottom > .sqrmobileboxed,
   #header-bottom > .sqrallwaysboxed {
      padding-left: 15px;
      padding-right: 15px;
   }
   #top .row,
   #bottom .row,
   #main .full .row {
      margin-left: 0;
      margin-right: 0;
   }
   #content.col-md-10 > .sqrmobilefullwidth,
   #content.col-md-9 > .sqrmobilefullwidth,
   #content.col-md-8 > .sqrmobilefullwidth,
   #content.col-md-6 > .sqrmobilefullwidth {
      margin-left: -15px;
      margin-right: -15px;
   }
}

@media (max-width: 767px) {
   .columncontainer .col-sm-12,
   .columncontainer .col-sm-6,
   .columncontainer .col-sm-4 {
      padding-left: 0;
      padding-right: 0;
   }
   .sqrdesktopboxed .sqrallwaysboxed,
   .sqrdesktopremovebox .sqrallwaysboxed,
   .sqrmobilefullwidth .sqrmobileboxed {
      padding-left: 15px;
      padding-right: 15px;
   }
}


html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
}
body#body {
  background-color: #ffffff;
  }



.lazy-hidden {
  opacity: 0;
}
.lazy-loaded {
  
  -webkit-transition: opacity 0.555s;
  -moz-transition: opacity 0.555s;
  -ms-transition: opacity 0.555s;
  -o-transition: opacity 0.555s;
  transition: opacity 0.555s;
  opacity: 1;
}

.paragraphsidebarright img,
.paragraphsidebarleft img {
  max-width: 100%;
  width:100%;
  height:auto;
}

div[class*="paragraphborder"] p, .paragraphpicture p,
#body div[class*="paragraphborder"] h3, .paragraphpicture h3 {
   margin: 5px 0;
}




.header #navbar, #navbar.navbar.navbar-default {
   background: #2fa4e7;
   background-color: #2fa4e7;
}
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,
#op-head a,
#op-head a i {
   color: #ffffff;
   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: #fafafa;
   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: #fafafa;
   background-color: rgba(0,0,0,0.033);
   text-shadow: none;
   z-index: 1001;
}

nav.navbar .navbar-nav > li em.ngshopcartindicator {
  display: none;
  background: #1a99e2;
  font-style: normal;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 5px;
  font-weight: normal;
  line-height: 1.6em
}

nav.navbar .navbar-nav > li em.ngshopcartindicatoractive {
    display: inline-block;
}

/* 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 > li > a:focus,
nav.navbar .dropdown-menu .menu > li > a, nav.navbar .dropdown-menu .menu > li > a:focus {
   font-size: 14px;
   color: #333333;
}
nav.navbar .dropdown-menu > li > a {
  padding: 3px 15px;
}
nav.navbar .dropdown-menu > li.dropdown-submenu > a {
  padding-right: 25px;
}
.mega-menu h4.title a {
   color: #333333;
   margin: 5px 0;
   font-size: 15px;
}
.mega .dropdown-menu .divider {
   background-color: transparent
}
.mega-menu .menu > li > a {
   padding: 5px 0;
   border-bottom: 1px solid transparent;
   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: #337ab7;
   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 > a:hover:after {
  color: #111111;
}
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;
}

#onepage.navbar-default {
   background-color: #fcfcfc;
   background-image: none;
   border: 1px solid #efefef;
	border-width: 1px 0 1px 0;
   min-height: 50px;
   margin: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   z-index: 20;
}

#onepage.navbar-default .container,
#onepage.navbar-default .navbar-collapse,
#onepage.navbar-default ul {
   padding: 0;
}

#onepage.navbar-default .intro {
	margin: 15px 10px 15px 0;
}

#onepage.navbar-default .nav > li > a,
#onepage.navbar-default #op-head a,
#onepage.navbar-default #op-head a i {
	color: #333333;
}
#onepage.navbar-default .nav > li > a:hover,
#onepage.navbar-default .nav > li > a:focus,
#onepage.navbar-default .nav > li.active > a,
#onepage.navbar-default .nav > li.active > a:hover,
#onepage.navbar-default .nav > li.active > a:focus {
   background-color: #ffffff;
   color: #111111;
}

#onepage.navbar-default .nav > li.active > a {
	transition: all .6s;
}

@media (max-width: 1199px) {
	#onepage.navbar-default {
		width: 100%;
	}
}

@media (max-width: 767px) {
   #onepage.navbar-default .navbar-collapse,
   #onepage.navbar-default .navbar-nav {
      margin-left: 0;
      margin-right: 0;
   }
	#onepage.navbar-default .nav > li {
		float: none;
	}
	#onepage.navbar-default .nav > li > a {
		display: block;
	}
	#op-head {
		padding: 0 0 0 15px;
   }
	#op-head a {
		font-size: inherit;
	}
   #op-head a:hover, #op-head a:focus {
      text-decoration: none;
   }
}

/* Menu fixed
---------------------------------- */
.menu-fixed .navfix {
   position: fixed;
   top: 0; left: 0;
   width: 100%;
   opacity: 0;
   z-index: 1000;
}
.menu-fixed .navfix #navbar {
   background-color: rgba(47, 164, 231, 0.9);
}
.menu-fixed #onepage.navfix {
   background-color: rgba(252, 252, 252, 0.9)
}

rgba(47, 164, 231, 0.9)
.menu-fixed .navfix .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 (min-width: 768px) {
   .navbar-offcanvas.offcanvas {
      position: static;
      display: block!important;
      height: auto!important;
      padding-bottom: 0;
      overflow: visible!important;
   }
}
.offcanvas {
  display: none;
}
.offcanvas.in {
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
   #navbar .navmenu-fixed-left {
      position: fixed;
      top: 0;
      left: 0;
      right: auto;
      border-width: 0 1px 0 0;
      overflow-y: auto;
      border-radius: 0;
      width: 250px;
      height: 100%;
      background-color: #2fa4e7;
      z-index: 1070;
      margin-right: 0;
      margin-left: 0;
   }
   #navbar .navbar-offcanvas .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      padding-top: 0;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
   }
   #navbar .navbar-offcanvas .dropdown-menu .row {
      margin-left: 0;
      margin-right: 0;
   }
   #navbar .navbar-offcanvas .dropdown-menu .row > div {
      padding-left: 0;
      padding-right: 0;
   }

  .offcanvas-xs {
    display: none;
  }
  .offcanvas-xs.in {
    display: block;
  }
}
@media (max-width: 991px) {
  .offcanvas-sm {
    display: none;
  }
  .offcanvas-sm.in {
    display: block;
  }
}
@media (max-width: 1199px) {
  .offcanvas-md {
    display: none;
  }
  .offcanvas-md.in {
    display: block;
  }
}
.offcanvas-lg {
  display: none;
}
.offcanvas-lg.in {
  display: block;
}
.canvas-sliding {
  -webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
}
.offcanvas-clone {
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0px !important;
  right: 0px !important;
  opacity: 0 !important;
}


@media (max-width: 767px) {

   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: #ffffff;
      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;
   }
   #body .mega .mega-menu h4 {
      color: inherit;
      text-transform: none;
      margin: 0;
   }
   .mega-menu h4.title small {
      padding: 0 15px;
      display: block;
   }
   .mega .mega-menu h4 a {
      display: block;
      font-size: 14px;
      padding: 5px 0;
      margin: 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: #ffffff;
      padding: 5px 15px 5px 5px;
   }
   nav.navbar .navbar-nav .open .dropdown-menu > li > a {
     color: #ffffff;
   }
   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-image: none;
    border: none;
    margin: 0;
  }
  .mega-menu .menu > li > a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
            .navbar-wrapper {
      margin-top: 20px;
   }
      .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-15px.png);
   background-position: center bottom;
   background-size: 100% 100%;
   background-repeat: no-repeat;
   content: "";
   height: 15px; bottom: -15px; 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;
   }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #2299dd;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

#audioopen, #audioclose {
  display: none;
}
#top, #main, #bottom {
  position: relative;
}
#main {
  background-color: #ffffff;
  padding: 20px 0;
}

#top {
      padding-top: 20px;
    padding-bottom: 20px;
  background-color: #eeeeee;
  }
#top.skew-bottom > div.container {
  padding-bottom: 0
}

a:hover, a:focus, a:active {
  outline: 0 !important;
}

#eyecatcher {
    padding: 0;
  background-color: #eeeeee;
    width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
#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;
  z-index: 3;
}
#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;
}
#bottom h2, #bottom h3 {
  color: #f2f2f2;
}
#bottom {
  background-color: #2fa4e7;
  color: #ffffff;
}
#bottom a {
  color: #eeeeee
}
#bottom a:hover,
#bottom a:focus {
  color: #f2f2f2
}
.skew-top:before,
.skew-bottom:after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 10.0rem;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
}
.skew-top:before {
  top: -10.0rem;
}
.skew-bottom:after {
  bottom: -10.0rem;
}
.skew-before {
  padding-top: 10.0rem !important;
}
.skew-after {
  padding-bottom: 10.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;
  }

.sqrcommonnavhierarchical {
  display: block;
  list-style: none;
  text-align: left;
  padding: 0;
}
.sqrcommonnavhierarchical>li {
  display: block;
  list-style: none;
  padding: 0 0 5px 0;
}
.sqrcommonnavhierarchical>li>ul {
  display: block;
  margin: 0;
  padding: 5px 0 15px 0;
}
.sqrcommonnavhierarchical>li>ul>li {
  list-style: none;
  margin: 0;
  padding: 0 0 2px 0;
}
.sqrcommonnavhierarchical:after,
.sqrcommonnav:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}



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

  .sqrcommonnavhierarchical>li {
    float: left;
    padding-right: 5%;
  }
  .sqrcommonnavhierarchical2col>li {
    width: 50%;
  }
  .sqrcommonnavhierarchical3col>li {
    width: 33.3333333%;
  }
  .sqrcommonnavhierarchical4col>li {
    width: 25%;
  }
  .sqrcommonnavhierarchical5col>li {
    width: 20%;
  }

}

#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
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #2299dd;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

#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;
}
.gallery:hover img,
div[class*="paragraphborder"] div:hover a img {
  -webkit-transform: scale(1.0333);
  transform: scale(1.0333);
}
/*!
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;
}
