
 
.ct-switcher--language .dropdown-menu li a {
  padding: 5px 15px;
  margin: 0;
  border: transparent;
  border-bottom: 1px solid #e6e6e6;
}
.ct-switcher--language .dropdown-menu li a:hover {
  background-color: #60a7d4;
  color: #fff;
}
.ct-switcher--language .dropdown-menu li a i {
  margin-right: 15px;
}
.ct-switcher--language .dropdown-menu li:first-child a {
  border-radius: 4px 4px 0 0;
}
.ct-switcher--language .dropdown-menu li:first-child a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: dashed dashed solid;
  border-width: 0 5px 4px 5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -4px;
  left: 23px;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-switcher--language .dropdown-menu li:first-child a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 5px 6px;
  border-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -5px;
  left: 22px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-switcher--language .dropdown-menu li:first-child a:hover:before {
  border-color: transparent transparent #60a7d4 transparent;
}
.ct-switcher--language .dropdown-menu li:last-child a {
  border-bottom: none;
  border-radius: 0 0 4px 4px;
}
.ct-switcher--withDecoration {
  float: none;
  padding-left: 0;
}
.ct-switcher--withDecoration li {
  float: none;
}
.ct-switcher--withDecoration li a {
  margin: 0;
  padding: 0;
}
.ct-switcher--withDecoration li a:hover {
  background-color: transparent;
}
.ct-switcher--withDecoration li:first-child a:before {
  right: 23px !important;
  left: auto !important;
}
.ct-switcher--withDecoration li:first-child a:after {
  right: 22px !important;
  left: auto !important;
}
.ct-switcher--withDecoration .dropdown-menu {
  left: -85px;
}
.ct-hide--topbar {
  top: -40px !important;
}
/********Navbar*******/
.yamm .yamm-content {
  padding: 0;
}
.ct-shapeBottom {
  height: 4px;
  background-color: #e5e5e5;
  width: 100%;
  border-radius: 4px;
  position: absolute;
  bottom: -4px;
  z-index: 1;
}
.caret {
  border-top: 3px solid #60a7d4;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}
.navbar {
  margin: 0;
  background-color: #fff;
  width: 100%;
  border-radius: 0;
  z-index: 8000;
  -webkit-box-shadow: 0 0 5px 0 rgba(3, 3, 3, 0.25);
  -moz-box-shadow: 0 0 5px 0 rgba(3, 3, 3, 0.25);
  box-shadow: 0 0 5px 0 rgba(3, 3, 3, 0.25);
}
.navbar .container {
  position: relative;
}
.navbar .navbar-nav {
  margin-left: 42px;
}
.navbar .navbar-nav li.yamm-fw .yamm-content .ct-image--megamenu {
  padding: 0;
}
.navbar .navbar-nav li.yamm-fw .dropdown-menu li h1,
.navbar .navbar-nav li.yamm-fw .dropdown-menu li h2,
.navbar .navbar-nav li.yamm-fw .dropdown-menu li h3,
.navbar .navbar-nav li.yamm-fw .dropdown-menu li h4,
.navbar .navbar-nav li.yamm-fw .dropdown-menu li h5,
.navbar .navbar-nav li.yamm-fw .dropdown-menu li h6 {
  padding: 15px 15px 0 20px;
}
.navbar .navbar-nav li.yamm-fw .dropdown-menu li .yamm-content ul li:first-child a:before,
.navbar .navbar-nav li.yamm-fw .dropdown-menu li .yamm-content ul li:first-child a:after {
  display: none;
}
.navbar .navbar-nav li.yamm-fw .dropdown-menu li .yamm-content ul li a {
  color: #333;
  border-radius: 0;
}
.navbar .navbar-nav li.yamm-fw .dropdown-menu li .yamm-content ul li a:hover {
  color: #fff;
}
.navbar .navbar-nav li.yamm-fw .dropdown-menu li .yamm-content ul li img {
  width: 100%;
}
.navbar .navbar-nav li.yamm-fw .dropdown-menu li .yamm-content div[class^="col-"] ul {
  min-width: 100%;
}
.navbar .navbar-nav li.yamm-fw .dropdown-menu li .yamm-content div[class^="col-"]:first-child li:first-child a {
  border-radius: 4px 0 0 0;
}
.navbar .navbar-nav .dropdown:hover .ct-menu--arrow:before {
  -webkit-animation-delay: 0.25s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.navbar .navbar-nav .dropdown:hover .ct-menu--arrow:after {
  -webkit-animation-delay: 0.25s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.navbar .navbar-nav .dropdown > a:after {
  content: "";
  height: 4px;
  width: 100%;
  display: block;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  bottom: -5px;
  left: 0;
}
.navbar .navbar-nav .dropdown > a:hover:after {
  background-color: #60a7d4;
}
.navbar .navbar-nav .dropdown .dropdown-menu:after {
  content: "";
  position: absolute;
  height: 35px;
  background: transparent;
  top: -30px;
  width: 100%;
  left: 0;
}
.navbar .navbar-nav li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.navbar .navbar-nav li a {
  font-size: 13px;
  line-height: 30px;
  padding: 24px 5px 24px 15px;
  font-weight: bold;
}
.navbar .navbar-nav li a .caret {
  margin-left: 5px;
}
.navbar .navbar-nav li:hover > a,
.navbar .navbar-nav li:focus > a {
  background-color: #eff6fb;
  color: #60a7d4;
}
.navbar .navbar-nav li .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
  box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
  border: transparent;
  margin-top: 15px;
  min-width: 260px;
}
.navbar .navbar-nav li .dropdown-menu > .active > a {
  background-color: #eff6fb;
  color: #60a7d4;
}
.navbar .navbar-nav li .dropdown-menu a,
.navbar .navbar-nav li .dropdown-menu .yamm-content ul li a {
  padding: 10px 20px;
  border: transparent;
  border-bottom: 1px solid #e6e6e6;
  display: block;
}
.navbar .navbar-nav li .dropdown-menu a:hover,
.navbar .navbar-nav li .dropdown-menu .yamm-content ul li a:hover {
  background-color: #60a7d4;
  color: #fff;
}
.navbar .navbar-nav li .dropdown-menu li,
.navbar .navbar-nav li .dropdown-menu .yamm-content ul li {
  border: none;
}
.navbar .navbar-nav li .dropdown-menu li:first-child > a,
.navbar .navbar-nav li .dropdown-menu .yamm-content ul li:first-child > a {
  border-radius: 4px 4px 0 0;
}
.navbar .navbar-nav li .dropdown-menu li:first-child > a:hover:before,
.navbar .navbar-nav li .dropdown-menu .yamm-content ul li:first-child > a:hover:before {
  border-color: transparent transparent #60a7d4 transparent;
}
.navbar .navbar-nav li .dropdown-menu li:last-child > a,
.navbar .navbar-nav li .dropdown-menu .yamm-content ul li:last-child > a {
  border-bottom: none;
  border-radius: 0 0 4px 4px;
}
.navbar .navbar-nav li .dropdown-menu .active a:after {
  background-color: transparent;
}
.navbar .navbar-nav li .dropdown-menu .yamm-content .ct-u-displayTableVertical {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(4, 4, 4, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(4, 4, 4, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(4, 4, 4, 0.1);
}
.navbar .navbar-nav li .dropdown-menu .yamm-content .ct-u-displayTableVertical .middle-element ul li:first-child > a:hover {
  border-radius: 0;
}
.navbar .navbar-nav li .dropdown-menu .yamm-content .ct-u-displayTableVertical .middle-element ul li:first-child > a:before {
  z-index: 5;
}
.navbar .navbar-nav li .dropdown-menu .yamm-content .ct-u-displayTableVertical .ct-u-displayTableCell ul {
  border-right: 1px solid #e6e6e6;
}
.navbar .navbar-nav li .dropdown-menu .yamm-content ul {
  min-width: 260px;
  box-shadow: none;
}
.navbar .navbar-nav li .dropdown-menu .yamm-content .ct-u-displayTableCell {
  white-space: nowrap;
}
.navbar .navbar-nav li .dropdown-menu .yamm-content .ct-u-displayTableCell:first-child ul li:first-child > a {
  border-radius: 4px 0 0 0;
}
.navbar .navbar-nav li .dropdown-menu .yamm-content .ct-u-displayTableCell:first-child ul li:first-child > a:before {
  z-index: 5;
}
.navbar .navbar-nav li .dropdown-menu .yamm-content .ct-u-displayTableCell:first-child ul li:last-child > a {
  border-bottom: none;
  border-radius: 0;
}
.navbar .navbar-nav li .dropdown-menu .yamm-content .ct-u-displayTableCell li a:hover {
  border-radius: 0;
}
.navbar .navbar-nav li .dropdown-menu .yamm-content .ct-u-displayTableCell {
  vertical-align: top;
}
.navbar .navbar-nav li .dropdown-menu .yamm-content .ct-menuBrand .ct-u-displayTableCell a {
  line-height: 72px;
  font-size: 22px;
  padding: 0;
}
.navbar .navbar-nav li .dropdown-menu .yamm-content .ct-menuBrand .ct-u-displayTableCell a:hover {
  background: transparent;
  color: inherit;
}
.navbar .navbar-nav li .dropdown-menu .yamm-content .ct-menuBrand .ct-u-displayTableCell img {
  padding-right: 20px;
  border-right: 1px solid #e6e6e6;
}
.navbar .navbar-nav li .dropdown-menu .yamm-content .ct-menuBrand .ct-u-displayTableCell:first-child {
  width: 155px;
}
.navbar .navbar-nav li .dropdown-menu .yamm-content .ct-menuBrand .ct-u-displayTableCell:first-child a {
  padding: 0 0 0 20px;
}
.navbar .navbar-nav li .dropdown-menu .dropdown-submenu {
  position: relative;
  overflow: visible;
}
.navbar .navbar-nav li .dropdown-menu .dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: -16px;
  margin-left: 0;
  border-radius: 0 4px 4px 0;
}
.navbar .navbar-nav li .dropdown-menu .dropdown-submenu .dropdown-menu li:hover:first-child a {
  border-radius: 0 4px 0 0;
}
.navbar .navbar-nav li .dropdown-menu .dropdown-submenu .dropdown-menu li:hover:last-child a {
  border-radius: 0 0 4px 0;
}
.navbar .navbar-nav li .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.navbar .navbar-nav .active > a {
  background-color: #eff6fb;
  color: #60a7d4;
}
.navbar .navbar-nav .active > a:after {
  content: "";
  height: 4px;
  width: 100%;
  display: block;
  background-color: #60a7d4;
  position: absolute;
  z-index: 2;
  bottom: -5px;
  left: 0;
}
.navbar .navbar-nav .ct-yamm--dropdownRight .dropdown-menu {
  left: 14%;
}
.navbar .navbar-nav .ct-yamm--dropdownRight .dropdown-menu .yamm-content li a:before,
.navbar .navbar-nav .ct-yamm--dropdownRight .dropdown-menu .yamm-content li a:after {
  display: none;
}
.ct-navbar--noDecoration .ct-shapeBottom {
  display: none;
}
.ct-navbar--noDecoration .navbar-nav .dropdown > a:hover:after {
  background-color: transparent;
}
.ct-navbar--noDecoration .navbar-nav .active > a {
  background-color: #eff6fb;
  color: #60a7d4;
}
.ct-navbar--noDecoration .navbar-nav .active > a:after {
  background-color: transparent;
}
.onepager .ct-navbar--hoverEffectLine .navbar-nav .dropdown > a,
.ct-navbar--hoverEffectLine .navbar-nav .dropdown > a {
  padding: 24px 0;
  margin: 0 5px 0 15px;
}
.onepager .ct-navbar--hoverEffectLine .navbar-nav .dropdown > a:after,
.ct-navbar--hoverEffectLine .navbar-nav .dropdown > a:after {
  height: 1px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -ms-transform: scale(0.1);
  /* IE 9 */
  -webkit-transform: scale(0.1);
  /* Chrome, Safari, Opera */
  transform: scale(0.1);
  transform-origin: left center;
  -webkit-transform-origin: left center;
  bottom: 20px;
}
.onepager .ct-navbar--hoverEffectLine .navbar-nav .dropdown > a:hover,
.ct-navbar--hoverEffectLine .navbar-nav .dropdown > a:hover {
  background-color: #fff;
}
.onepager .ct-navbar--hoverEffectLine .navbar-nav .dropdown > a:hover:after,
.ct-navbar--hoverEffectLine .navbar-nav .dropdown > a:hover:after {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
}
.onepager .ct-navbar--hoverEffectLine .navbar-nav .onepage > a,
.onepager .ct-navbar--hoverEffectLine .navbar-nav .ceropadd > a,
.ct-navbar--hoverEffectLine .navbar-nav .onepage > a, 
.ct-navbar--hoverEffectLine .navbar-nav .ceropadd > a {
  padding: 24px 0;
  margin: 0 5px 0 0px;
}
.onepager .ct-navbar--hoverEffectLine .navbar-nav .onepage > a:after,
.onepager .ct-navbar--hoverEffectLine .navbar-nav .ceropadd > a:after,
.ct-navbar--hoverEffectLine .navbar-nav .onepage > a:after, 
.ct-navbar--hoverEffectLine .navbar-nav .ceropadd > a:after {
  content: "";
  width: 100%;
  display: block;
  background-color: #60a7d4;
  position: absolute;
  z-index: 2;
  left: 0;
  height: 1px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -ms-transform: scale(0.1);
  /* IE 9 */
  -webkit-transform: scale(0.1);
  /* Chrome, Safari, Opera */
  transform: scale(0.1);
  transform-origin: left center;
  -webkit-transform-origin: left center;
  bottom: 20px;
}
.onepager .ct-navbar--hoverEffectLine .navbar-nav .onepage > a:hover,
.ct-navbar--hoverEffectLine .navbar-nav .onepage > a:hover {
  background-color: #fff;
}
.onepager .ct-navbar--hoverEffectLine .navbar-nav .onepage > a:hover:after,
.ct-navbar--hoverEffectLine .navbar-nav .onepage > a:hover:after {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
}
.onepager .ct-navbar--hoverEffectLine .navbar-nav .active > a,
.ct-navbar--hoverEffectLine .navbar-nav .active > a {
  background-color: #fff;
}
.onepager .ct-navbar--hoverEffectLine .navbar-nav .active > a:after,
.ct-navbar--hoverEffectLine .navbar-nav .active > a:after {
  height: 1px;
  bottom: 20px;
  transform: scale(1);
}
.onepager .ct-navbar--hoverEffectLine .navbar-nav > li:hover > a,
.ct-navbar--hoverEffectLine .navbar-nav > li:hover > a {
  background-color: #fff;
}
.onepager .ct-navbar--hoverEffectLine .ct-shapeBottom,
.ct-navbar--hoverEffectLine .ct-shapeBottom {
  display: none;
}
.navbar-collapse.collapse {
  float: right;
  width: 62%;
}
.navbar-nav > li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.ct-panelBox {
  display: table;
  border-left: 2px solid #e5e5e5;
  float: left;
  margin: 25px 10px;
}
.ct-panelBox .ct-panel--socials {
  display: table-cell;
  vertical-align: middle;
}
.navbar-header {
  float: left;
  line-height: 80px;
}
.ct-panel--text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.ct-panel--text a {
  font-size: 17px;
  line-height: 30px;
  display: block;
  color: #60a7d4;
}
.ct-panel--text a:hover {
  color: #333;
}
.navbar-collapse {
  padding: 0;
}
.navbar-collapse .btn {
  float: right;
  margin: 20px 0;
}
.onepager .ct-navbar--noDecoration .navbar-nav {
  float: right;
}
.onepager .ct-navbar--noDecoration .navbar-nav li a {
  background-color: #fff;
}
.onepager .ct-navbar--noDecoration .navbar-nav .active {
  background-color: #fff;
}
.onepager .ct-navbar--noDecoration .navbar-nav .active a {
  color: #60a7d4;
}
.onepager .navbar .navbar-nav li a {
  padding: 24px 15px;
}
.ct-navbar--type2 .ct-panelBox {
  float: right;
  margin: 10px 0 10px 18px;
  border: none;
}
.ct-navbar--type2 .ct-panelBox .btn {
  margin-left: 20px;
}
.ct-navbar--type2 .collapse.navbar-collapse {
  width: auto;
  float: left;
}
.ct-navbar--type2 .navbar-nav {
  margin: 0;
}
.ct-navbar--type2 .navbar-nav li a {
  padding: 14px 5px 14px 15px;
}
/*******Mobile*******/
.snapjs-left,
.snapjs-right {
  overflow: hidden !important;
  height: 100%;
}
.snapjs-right .ct-navbarMobile {
  right: 0;
  left: auto;
}
.snapjs-right .ct-searchFormMobile {
  right: 0;
}
.snapjs-left .ct-navbarMobile {
  left: 0;
  right: auto;
}
.snapjs-left .ct-menuMobile {
  left: 0;
}
.snapjs-right .ct-menuMobile,
.snapjs-left .ct-menuMobile,
.snapjs-right .ct-searchFormMobile,
.snapjs-left .ct-searchFormMobile {
  overflow: scroll;
}
.ct-navbarMobile {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background-color: #fff;
  text-align: center;
}
.ct-navbarMobile .navbar-brand {
  height: 70px;
  line-height: 70px;
  float: none;
  padding: 19px;
}
.ct-navbarMobile .navbar-brand img {
  display: inline;
}
.ct-navbarMobile .navbar-toggle {
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
}
.ct-navbarMobile .navbar-toggle .icon-bar {
  background-color: #333;
}
.ct-navbarMobile .searchForm-toggle {
  position: absolute;
  top: 15px;
  right: 0;
  border: none;
  background-color: #fff;
  box-shadow: none;
  font-size: 24px;
  float: right;
  outline: none;
}
.ct-navbarMobile .searchForm-toggle .icon-bar {
  background-color: #333;
}
.ct-menuMobile {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 266px;
}
.ct-menuMobile .ct-menuMobile-navbar {
  padding: 0;
  list-style: none;
  border: none;
}
.ct-menuMobile .ct-menuMobile-navbar li {
  padding: 0;
}
.ct-menuMobile .ct-menuMobile-navbar li a {
  color: #333;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  font-weight: bold;
}
.ct-menuMobile .ct-menuMobile-navbar li a:hover {
  background-color: #eff6fb;
  color: #60a7d4;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown {
  overflow: hidden;
  color: #333;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown i {
  padding-left: 10px;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown a i {
  margin-right: 10px;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown:hover > a {
  background-color: #eff6fb;
  color: #60a7d4;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu {
  position: relative;
  display: block;
  text-align: center;
  max-height: 0;
  padding: 0;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  border: none;
  width: 100%;
  left: 0;
  margin: 0;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu li:hover {
  background-color: #eff6fb;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu li:hover a {
  color: #60a7d4;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu a {
  text-align: left;
  font-size: 12px;
  color: #333;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu > .active > a {
  background-color: #eff6fb;
  color: #60a7d4;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
  padding-left: 20px;
}
.ct-menuMobile .ct-menuMobile-navbar > .active > a {
  background-color: #eff6fb;
  color: #60a7d4;
}
.ct-searchFormMobile {
  position: fixed !important;
  margin: 0;
  width: 100%;
  max-width: 266px;
  right: -100%;
  padding: 25px 20px 30px 20px!important;
  overflow: scroll;
}
.ct-searchFormMobile .ct-form--label--type1 {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.ct-js-dropdown-mobile {
  background-color: #fff;
}
.ct-js-dropdown-mobile ul {
  max-height: 500px !important;
  overflow: auto;
  height: auto !important;
}
.ct-navbar--bounceIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInLeft > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInRight > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInDown > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes ct-navbar--fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes ct-navbar--fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.ct-navbar--fadeInUp > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: ct-navbar--fadeInUp;
  animation-name: ct-navbar--fadeInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--pulse > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--bounceInRight > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--bounceInLeft > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--flipInX > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--flipInY > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomInDown > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomInUp > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@media (max-width: 1200px) {
  .navbar-collapse.collapse {
    width: 100%;
  }
  .ct-panelBox {
    display: none;
  }
  .navbar-header {
    float: none;
  }
  .navbar {
    text-align: center;
  }
  .navbar .navbar-nav {
    margin-left: 0;
  }
  .navbar .navbar-nav .ct-yamm--dropdownRight .dropdown-menu .yamm-content ul li:first-child > a:before {
    left: 34%;
    right: auto;
  }
  .onepager .navbar-collapse {
    width: 82%;
  }
  .onepager .navbar-header {
    display: inline-block;
    float: left;
  }
}
@media (max-width: 992px) {
  .onepager .navbar-collapse {
    width: 100%;
    float: none;
  }
  .onepager .navbar-header {
    display: block;
    float: none;
  }
  .onepager .navbar .navbar-nav {
    float: none;
  }
}
@media (max-width: 767px) {
  .navbar {
    display: none;
  }
  .ct-topBar {
    display: none;
  }
}
@media (min-width: 768px) {
  .ct-navbarMobile,
  .ct-menuMobile,
  .ct-searchFormMobile {
    display: none;
  }
}
.ct-menu--arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 4px 5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: -16px;
  left: 20px;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
}
.ct-menu--arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 5px 6px;
  border-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -16px;
  left: 19px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body {
  font-family: "Montserrat", sans-serif;
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}
a {
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #60a7d4;
}
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1,
.h1 {
  font-size: 65px;
}
@media (max-width: 480px) {
  h1 {
    font-size: 42px;
  }
}
h2,
.h2 {
  font-size: 35px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 12px;
}
.list-group .active {
  background-color: #60a7d4;
  border-color: #60a7d4;
}
.list-group .active:hover {
  background-color: #60a7d4;
  border-color: #60a7d4;
}
ol {
  list-style: none;
}
table > thead > tr > th {
  background-color: #60a7d4;
  color: #fff;
  border-bottom: none !important;
}
.popover {
  border: none;
  padding: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
  box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
}
.popover .popover-title {
  background-color: #60a7d4;
  border: none;
  color: #fff;
}
.popover .popover-content {
  border: none;
}
.ct-progressBar-title {
  font-weight: bold;
  line-height: 30px;
}
.ct-progressBar-title .ct-progressBar-text {
  float: right;
}
.ct-progressBar-container .progress {
  height: 10px;
  border-radius: 2px;
  box-shadow: none;
}
.ct-progressBar-container .progress .progress-bar {
  border-radius: 2px;
}
.progress-bar-primary {
  background-color: #60a7d4;
}
.progress-bar-success {
  background-color: #a2bf52;
}
.progress-bar-warning {
  background-color: #eb8a21;
}
.progress-bar-danger {
  background-color: #bf5252;
}
/*****Search Form*********/
.ct-formSearch--extended,
.ct-searchFormMobile,
.ct-formRegister,
.ct-formContact--map,
.ct-formSearch--fullWidth {
  background-color: #333333;
  border-radius: 3px;
  position: relative;
  top: -10px;
  padding: 50px 20px 30px 20px;
  width: 100%;
}
.ct-formSearch--extended label,
.ct-searchFormMobile label,
.ct-formRegister label,
.ct-formContact--map label,
.ct-formSearch--fullWidth label {
  color: #fff;
}
.ct-formSearch--extended a,
.ct-searchFormMobile a,
.ct-formRegister a,
.ct-formContact--map a,
.ct-formSearch--fullWidth a {
  color: #e6e6e6;
}
.ct-formSearch--extended a:hover,
.ct-searchFormMobile a:hover,
.ct-formRegister a:hover,
.ct-formContact--map a:hover,
.ct-formSearch--fullWidth a:hover {
  color: #60a7d4;
}
.ct-formSearch--2col {
  top: 0;
}
.ct-searchFormMobile {
  height: 100%;
}
.ct-formRegister {
  max-width: 370px;
}
.ct-formSubmission label {
  font-size: 18px;
}
.ct-formSubmission label span {
  color: #cccccc;
  font-size: 18px;
  opacity: 1;
  display: inline;
}
.ct-formSubmission input {
  color: rgba(51, 51, 51, 0.4);
}
.ct-formSubmission .select2-container span {
  color: #333;
  opacity: 0.4;
}
.ct-formSubmission textarea {
  height: 200px;
}
.ct-formSubmission span {
  opacity: 0.3;
  display: block;
}
.ct-formSubmission .span {
  opacity: 1;
}
.ct-formSubmission .ct-infoLabel {
  display: inline-block;
  margin-left: 20px;
}
.ct-formSearch--gmaps {
  width: 470px;
  top: 22%;
}
.ct-formSearch--right,
.ct-formSearch--left {
  position: absolute;
  opacity: 0.95;
  z-index: 7000;
}
.ct-formSearch--right {
  right: 19%;
}
.ct-formSearch--left {
  left: 19%;
}
.slider.slider-horizontal {
  width: 100% !important;
}
.slider.slider-horizontal .slider-track {
  height: 4px;
  background: #5c5c5c;
}
.slider.slider-horizontal .slider-track .slider-selection {
  background: #60a7d4;
  opacity: 1;
  z-index: 1;
  box-shadow: none;
}
.slider.slider-horizontal .slider-handle {
  margin-top: -6px;
  opacity: 1;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  border: 4px solid #5c5c5c;
  background: #60a7d4;
  box-shadow: none;
}
form input {
  width: 100%;
}
.ct-formSearch--extended .ct-u-displayTableCell,
.ct-formSearch--fullWidth .ct-u-displayTableCell {
  width: 20%;
}
.ct-formSearch--extended .ct-form--label--type1 .ct-u-displayTableCell,
.ct-formSearch--fullWidth .ct-form--label--type1 .ct-u-displayTableCell,
.ct-formSearch--extended .ct-form--label--type2 .ct-u-displayTableCell,
.ct-formSearch--fullWidth .ct-form--label--type2 .ct-u-displayTableCell,
.ct-formSearch--extended .ct-form--label--type3 .ct-u-displayTableCell,
.ct-formSearch--fullWidth .ct-form--label--type3 .ct-u-displayTableCell {
  width: auto;
}
.ct-formSearch--extended .ct-slider--row .ct-u-displayTableCell,
.ct-formSearch--fullWidth .ct-slider--row .ct-u-displayTableCell {
  width: 11%;
  vertical-align: bottom;
}
.ct-formSearch--extended .ct-slider--row .ct-u-displayTableCell .btn,
.ct-formSearch--fullWidth .ct-slider--row .ct-u-displayTableCell .btn {
  margin-right: 10px;
}
.ct-js-slider-min,
.ct-js-slider-max {
  cursor: not-allowed;
  pointer-events: none;
}
.ct-form--label--type1,
.ct-form--label--type2,
.ct-form--label--type3 {
  background-color: #60a7d4;
  border-radius: 3px;
  position: absolute;
  top: -60px;
  text-align: center;
}
.ct-form--label--type1 .ct-u-displayTableCell,
.ct-form--label--type2 .ct-u-displayTableCell,
.ct-form--label--type3 .ct-u-displayTableCell {
  width: auto !important;
}
.ct-form--label--type1 .ct-u-displayTableCell:first-child,
.ct-form--label--type2 .ct-u-displayTableCell:first-child,
.ct-form--label--type3 .ct-u-displayTableCell:first-child {
  width: 40px !important;
}
.ct-form--label--type1 .ct-form--labelBody,
.ct-form--label--type2 .ct-form--labelBody,
.ct-form--label--type3 .ct-form--labelBody {
  position: relative;
}
.ct-form--label--type1 span,
.ct-form--label--type2 span,
.ct-form--label--type3 span {
  font-size: 14px;
  line-height: 24px;
  padding: 8px;
  display: block;
  color: #fff;
}
.ct-form--label--type1 .ct-input-group-btn .btn,
.ct-form--label--type2 .ct-input-group-btn .btn,
.ct-form--label--type3 .ct-input-group-btn .btn {
  border-radius: 3px 0 0 3px;
  background-color: #5696be;
  border: 1px solid #5696be;
  padding: 7px 9px;
}
.ct-form--label--type1 i,
.ct-form--label--type2 i,
.ct-form--label--type3 i {
  font-size: 20px;
  display: inline-block;
  width: 20px;
}
.ct-form--label--type1 {
  left: 10px;
  width: 30%;
}
.ct-form--label--type2 {
  width: 100%;
}
.ct-form--label--type3 {
  width: 100%;
  top: 0;
  left: 0;
}
.form-group {
  margin: 0;
  position: relative;
}
.form-control {
  font-size: 14px;
  line-height: 1.2;
  border: 2px solid #5c5c5c;
  border-radius: 3px;
  background-color: #333333;
  box-shadow: none;
  color: #999999;
  display: inline-block;
  height: 40px;
}
.form-control:focus {
  border: 2px solid #999999;
  box-shadow: none;
}
.input-lg {
  padding: 13px;
}
.ct-formContact--map {
  width: 370px;
  top: 7%;
}
.ct-formRegister .select2-container .select2-choice .select2-chosen,
.ct-formContact--map .select2-container .select2-choice .select2-chosen,
.ct-formSubmission .select2-container .select2-choice .select2-chosen {
  width: 150px;
}
.select2-drop {
  z-index: 10001;
  -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
  box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
}
.select2-drop .select2-search {
  display: none;
}
.ct-js-select {
  color: #555555;
  font-weight: 600;
}
.ct-js-select a {
  padding: 0 !important;
  border-radius: 3px;
  background-image: none;
  height: 40px !important;
}
.ct-js-select a span {
  padding: 5px 13px 10px 13px;
}
.ct-js-select a .select2-arrow {
  background-image: none;
  background-color: #fff;
  border: none;
  padding: 15px;
}
.ct-js-select a .select2-arrow:before {
  content: "\f107";
  font-family: fontawesome;
  position: relative;
  top: -10px;
}
.ct-js-select .select2-chosen {
  font-size: 14px;
  color: #555555 !important;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-choice {
  height: 47px;
  border: 2px solid #5c5c5c;
  box-shadow: none;
  background: transparent;
}
.select2-container .select2-choice .select2-arrow {
  width: auto;
  box-shadow: none;
  border-left: 2px solid #5c5c5c;
  background: transparent;
  color: #fff;
}
.select2-container .select2-choice .select2-chosen {
  color: #858585 !important;
  font-weight: 400;
  margin: 0;
  width: 100px;
}
.select2-dropdown-open .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choice {
  border-radius: 3px;
  background: transparent;
  border: 2px solid #999999;
}
.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open.select2-drop-above .select2-choice .select2-arrow {
  border-left: 2px solid #999999;
  background: transparent;
  box-shadow: none;
}
.select2-drop.select2-drop-above.select2-drop-active:before {
  display: none;
}
.select2-drop {
  margin-top: 10px;
  border: none;
  border-radius: 4px;
  background-color: #fff;
}
.select2-drop .select2-results {
  margin: 0;
  padding: 0;
  max-height: none;
  overflow: inherit;
}
.select2-drop .select2-results .select2-result-label {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 30px;
}
.select2-drop .select2-results li {
  border-bottom: 1px solid #e6e6e6;
}
.select2-drop .select2-results li:last-child {
  border-bottom: none;
}
.select2-drop .select2-results li:first-child {
  border-radius: 4px 4px 0 0;
}
.select2-drop .select2-results li:first-child:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 4px 5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -4px;
  right: 16px;
  z-index: 2;
}
.select2-drop .select2-results li:first-child:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 5px 6px;
  border-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select2-drop .select2-results li:first-child:hover:before {
  border-color: transparent transparent #60a7d4 transparent;
}
.select2-drop .select2-results li:last-child {
  border-bottom: none;
  border-radius: 0 0 4px 4px;
}
.select2-drop .select2-highlighted {
  background-color: #60a7d4;
}
.select2-drop .select2-highlighted:before {
  border-color: transparent transparent #60a7d4 transparent !important;
}
.ct-form--item {
  display: block;
  padding: 0 10px;
}
.ct-form--item label,
.ct-form--item select,
.ct-form--item input {
  display: block;
}
.ct-form--item .checkbox label input {
  left: 0;
  margin-left: 0;
  width: auto;
}
.ct-form--item .checkbox label a {
  color: #60a7d4;
}
.ct-form--item .checkbox label a:hover {
  color: inherit;
}
.slider input {
  display: none;
}
.ct-radio--items label {
  font-size: 14px;
  line-height: 24px;
}
.ct-radio--items input {
  position: inherit;
  width: auto;
}
.ct-radio--items .radio-inline + .radio-inline {
  margin-left: 20px;
}
.ct-radio--items span {
  display: inline;
  margin-left: 15px;
  opacity: 1;
  line-height: 24px;
}
.ct-radio--custom input[type=radio] {
  display: none;
}
.ct-radio--custom label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  padding-left: 30px;
  margin-right: 30px;
}
.ct-radio--custom label:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 4px;
  background-color: #e5e5e5;
  border-radius: 50%;
  z-index: 1;
}
.ct-radio--custom input[type=radio]:checked + label:before {
  content: "";
  color: #60a7d4;
  height: 10px;
  width: 10px;
  background-color: #60a7d4;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  top: 7px;
  left: 3px;
}
.ct-radio--customInline {
  display: inline-block;
}
/* Custom Checbox */
.ct-checbox--custom {
  position: relative;
  margin-bottom: 20px;
}
.ct-checbox--custom input[type="checkbox"] {
  visibility: hidden;
}
.ct-checbox--custom:last-child {
  margin-bottom: 0;
}
.ct-checbox--custom label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border-radius: 4px;
  background-color: #e5e5e5;
}
.ct-checbox--custom label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 6px;
  left: 6px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ct-checbox--custom label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.ct-checbox--custom input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.ct-input--transparent {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.ct-input--transparent::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.ct-input--transparent:-ms-input-placeholder {
  color: #fff;
}
.ct-input--transparent::-webkit-input-placeholder {
  color: #fff;
}
.ct-input--transparent:focus {
  border-color: #333;
}
.ct-input--border {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  color: #fff;
}
.ct-input--border::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.ct-input--border:-ms-input-placeholder {
  color: #666;
}
.ct-input--border::-webkit-input-placeholder {
  color: #666;
}
.ct-input--border:focus {
  border: 1px solid #60a7d4;
}
.alert p {
  margin-bottom: 10px;
}
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #333;
  opacity: 0.8;
}
.ct-popupForm {
  position: fixed;
  z-index: 10001;
  max-width: 970px;
}
.ct-popupForm .ct-content--left,
.ct-popupForm .ct-content--right {
  width: 50%;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.ct-popupForm form {
  background-color: #fff;
  border-radius: 3px;
}
.ct-popupForm form h1,
.ct-popupForm form h2,
.ct-popupForm form h3,
.ct-popupForm form h4,
.ct-popupForm form h5,
.ct-popupForm form h6 {
  line-height: 18px;
  margin-bottom: 20px;
}
.ct-popupForm form input,
.ct-popupForm form textarea {
  border: 1px solid #e6e6e6;
  background: transparent;
  margin-bottom: 20px;
}
.ct-popupForm form input:focus,
.ct-popupForm form textarea:focus {
  border: 1px solid #60a7d4;
}
.ct-popupForm form textarea {
  height: 200px;
}
.ct-popupForm form label {
  font-size: 14px;
  line-height: 24px;
}
.ct-popupForm form .ct-form-content {
  -webkit-box-shadow: 0 0 10px 0 rgba(4, 4, 4, 0.75);
  -moz-box-shadow: 0 0 10px 0 rgba(4, 4, 4, 0.75);
  box-shadow: 0 0 10px 0 rgba(4, 4, 4, 0.75);
  padding: 57px 60px;
  position: relative;
  z-index: 1;
}
.ct-popupForm form .ct-form-close {
  font-size: 20px;
  line-height: 30px;
  color: #cccccc;
  background-color: #fff;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 10px;
  right: -40px;
  padding: 5px 12px;
  cursor: pointer;
}
.ct-popupForm .ct-itemRemove i,
.ct-popupForm .ct-itemRemove input {
  display: inline-block;
}
.ct-popupForm .ct-itemRemove input {
  width: 400px;
}
.ct-popupForm .ct-itemRemove i {
  margin-right: 10px;
  color: #e11e26;
  cursor: pointer;
}
.ct-popupForm .select2-container {
  width: 150px !important;
  display: block;
}
.ct-popupForm .select2-container .select2-choice {
  border: 1px solid #e6e6e6;
}
.ct-popupForm .select2-container .select2-arrow {
  border-left: 1px solid #e6e6e6;
  color: #cccccc;
}
.ct-select2--light {
  display: block;
}
.ct-select2--light .select2-choice {
  border: 1px solid #e6e6e6;
}
.ct-select2--light .select2-arrow {
  border: none !important;
  color: #cccccc !important;
  opacity: 1;
}
.infinite-left {
  position: absolute !important;
  left: -10000px !important;
}
@media (max-width: 1200px) {
  .ct-form--label--type2 span {
    font-size: 12px;
    padding: 8px 6px;
  }
}
@media (max-width: 992px) {
  .ct-formSearch--extended .ct-u-displayTableCell,
  .ct-searchFormMobile .ct-u-displayTableCell,
  .ct-formSearch--extended .ct-u-displayTableVertical,
  .ct-searchFormMobile .ct-u-displayTableVertical,
  .ct-formSearch--extended .ct-slider--row .ct-u-displayTableCell,
  .ct-searchFormMobile .ct-slider--row .ct-u-displayTableCell {
    display: block;
    width: 100%;
  }
  .ct-formSearch--extended .ct-u-displayTableCell .ct-form--item,
  .ct-searchFormMobile .ct-u-displayTableCell .ct-form--item,
  .ct-formSearch--extended .ct-u-displayTableVertical .ct-form--item,
  .ct-searchFormMobile .ct-u-displayTableVertical .ct-form--item,
  .ct-formSearch--extended .ct-slider--row .ct-u-displayTableCell .ct-form--item,
  .ct-searchFormMobile .ct-slider--row .ct-u-displayTableCell .ct-form--item {
    margin-bottom: 20px;
    padding: 0;
  }
  .ct-formSearch--extended .btn,
  .ct-searchFormMobile .btn {
    float: none !important;
  }
  .ct-form--label--type1 {
    width: 50%;
  }
  .ct-form--label--type1 .ct-u-displayTableCell {
    display: table-cell;
  }
  .ct-form--label--type1 span {
    padding: 0 5px;
    font-size: 10px;
  }
  .ct-form--label--type1 .ct-u-displayTableVertical,
  .ct-form--label--type2 .ct-u-displayTableVertical,
  .ct-form--label--type3 .ct-u-displayTableVertical {
    display: table;
  }
  .ct-form--label--type1 .ct-u-displayTableVertical .ct-u-displayTableCell,
  .ct-form--label--type2 .ct-u-displayTableVertical .ct-u-displayTableCell,
  .ct-form--label--type3 .ct-u-displayTableVertical .ct-u-displayTableCell {
    display: table-cell;
  }
  .ct-formContact--map label,
  .ct-formSearch--gmaps label {
    text-align: left;
  }
  .ct-formSearch--gmaps {
    width: 100%;
    right: 0;
    left: 0;
    position: static;
  }
  .ct-popupForm {
    width: 100%;
  }
  .ct-popupForm form .ct-form-close {
    top: 0;
    right: 0;
    z-index: 2;
  }
  .ct-formSubmission input {
    margin-bottom: 20px;
  }
  .ct-formSubmission .ct-u-displayTableCell {
    width: auto;
  }
}
@media (max-width: 768px) {
  .ct-formContact--map {
    width: 100%;
  }
  .ct-formSearch--right {
    right: 0;
  }
  .ct-formSearch--left {
    left: 0;
  }
  .ct-formSubmission .ct-u-displayTableCell {
    display: block;
  }
}
.onepager .ct-formContact--map {
  width: 370px;
}
.ct-leftColumn form {
  text-align: start;
}
@media (max-width: 1500px) {
  .ct-formSearch--2col .ct-u-displayTableCell {
    display: block;
    width: 100% !important;
  }
  .ct-formSearch--2col .ct-form--label--type1 .ct-u-displayTableCell {
    width: auto !important;
    display: table-cell !important;
  }
}
@media (max-width: 1200px) {
  .ct-formSearch--2col .ct-form--label--type1 {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .ct-formSearch--2col .ct-form--label--type1 .ct-u-displayTableCell:first-child {
    width: 40px !important;
  }
}
@media (max-width: 768px) {
  .ct-formSearch--fullWidth {
    display: none;
  }
}
@media (max-width: 480px) {
  .ct-form--label--type2 span {
    font-size: 10px;
  }
  .ct-popupForm {
    width: 80%;
  }
  .ct-popupForm form .ct-content--left,
  .ct-popupForm form .ct-content--right {
    width: 100%;
  }
  .ct-popupForm form button {
    margin-top: 20px;
  }
}
button {
  outline: none;
}
.btn {
  padding: 6px 19px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  border-radius: 3px;
  border-width: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-default {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #333;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #ffffff;
  background-color: #60a7d4;
  border-color: #60a7d4;
}
.btn-primary {
  background-color: #60a7d4;
  border-color: #60a7d4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #333;
  border-color: #333;
}
.btn-success {
  color: #ffffff;
  background-color: #a2bf52;
  border-color: #a2bf52;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #60a7d4;
  border-color: #60a7d4;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #60a7d4;
  border-color: #60a7d4;
}
.btn-warning {
  color: #ffffff;
  background-color: #eb8a21;
  border-color: #eb8a21;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #60a7d4;
  border-color: #60a7d4;
}
.btn-danger {
  color: #ffffff;
  background-color: #e30000;
  border-color: #e30000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #60a7d4;
  border-color: #60a7d4;
}
.btn-dark {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
  color: #ffffff;
  background-color: #60a7d4;
  border-color: #60a7d4;
}
.btn-link {
  color: #e30000;
}
.btn-link:hover {
  color: inherit;
}
.btn-edit {
  background-color: #e11e26;
  color: #fff;
  position: absolute;
  top: -2px;
  margin-left: 8px;
}
.btn-edit:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 3px 4.5px 0;
  border-color: transparent #e11e25 transparent transparent;
  position: absolute;
  left: -5px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-edit:hover {
  background-color: #60a7d4;
  color: #fff;
}
.btn-edit:hover:before {
  border-color: transparent #60a7d4 transparent transparent;
}
.btn-transparent--border {
  background: transparent;
}
.btn-transparent--border:hover,
.btn-transparent--border:focus,
.btn-transparent--border:active,
.btn-transparent--border.active {
  background-color: #60a7d4;
  border-color: #60a7d4;
}
.btn-lg {
  padding: 15px 20px;
}
.btn-sm {
  padding: 6px 11px;
}
.btn-xs {
  font-size: 12px;
  line-height: 10px;
  padding: 3px 4px;
}
.ct-sectioButton--square {
  padding: 6px 10px;
  background-color: #60a7d4;
  display: block;
  border-radius: 3px;
}
.ct-sectioButton--square i {
  font-size: 30px;
  line-height: 24px;
  color: #fff;
}
.ct-sectioButton--square:hover {
  background-color: #fff;
}
.ct-sectioButton--square:hover i {
  color: #60a7d4;
}
.btn.active {
  box-shadow: none;
}
.btn-hoverWhite:hover {
  background-color: #fff;
  border-color: #fff;
  color: #60a7d4;
}
@media (max-width: 1200px) {
  .btn {
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .btn-edit {
    position: relative;
    display: inline-block !important;
  }
}
.ct-buttons--right10 .btn {
  margin-right: 10px;
}
.ct-buttons--right10 .btn:last-child {
  margin-right: 0;
}
.ct-fw-300 {
  font-weight: 300;
}
.ct-fw-400 {
  font-weight: 400;
}
.ct-fw-500 {
  font-weight: 500;
}
.ct-fw-600 {
  font-weight: 600;
}
.ct-fw-700 {
  font-weight: 700;
}
.ct-fw-800 {
  font-weight: 800;
}
.ct-fw-900 {
  font-weight: 900;
}
.ct-fs-i {
  font-style: italic;
}
.ct-fs-n {
  font-style: normal;
}
.ct-u-size20 {
  font-size: 20px;
}
.ct-u-arapey {
  font-family: 'Arapey', serif;
}
.ct-u-underline:hover {
  padding-bottom: 5px;
}
.ct-u-displayTable,
.ct-u-displayTableVertical {
  display: table;
  width: 100%;
}
.ct-u-displayTableVertical {
  height: 100%;
}
.ct-u-displayTableVertical .ct-u-displayTableCell {
  vertical-align: middle;
}
.ct-u-displayTableVertical .ct-u-alignBottom {
  vertical-align: bottom;
}
.ct-u-displayTableRow {
  display: table-row;
}
.ct-u-displayTableCell {
  display: table-cell;
}
.ct-u-padding0 {
  padding: 0 !important;
}
.ct-u-paddingBoth10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ct-u-paddingTop10 {
  padding-top: 10px;
}
.ct-u-paddingBottom10 {
  padding-bottom: 10px;
}
.ct-u-paddingBoth20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ct-u-paddingTop20 {
  padding-top: 20px;
}
.ct-u-paddingBottom20 {
  padding-bottom: 20px;
}
.ct-u-paddingBoth30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ct-u-paddingTop30 {
  padding-top: 30px;
}
.ct-u-paddingBottom30 {
  padding-bottom: 30px;
}
.ct-u-paddingBoth40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ct-u-paddingTop40 {
  padding-top: 40px;
}
.ct-u-paddingBottom40 {
  padding-bottom: 40px;
}
.ct-u-paddingBoth50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ct-u-paddingTop50 {
  padding-top: 50px;
}
.ct-u-paddingBottom50 {
  padding-bottom: 50px;
}
.ct-u-paddingBoth60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ct-u-paddingTop60 {
  padding-top: 60px;
}
.ct-u-paddingBottom60 {
  padding-bottom: 60px;
}
.ct-u-paddingBoth70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ct-u-paddingTop70 {
  padding-top: 70px;
}
.ct-u-paddingBottom70 {
  padding-bottom: 70px;
}
.ct-u-paddingBoth80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ct-u-paddingTop80 {
  padding-top: 80px;
}
.ct-u-paddingBottom80 {
  padding-bottom: 80px;
}
.ct-u-paddingBoth90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ct-u-paddingTop90 {
  padding-top: 90px;
}
.ct-u-paddingBottom90 {
  padding-bottom: 90px;
}
.ct-u-paddingBoth100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ct-u-paddingTop100 {
  padding-top: 100px;
}
.ct-u-paddingBottom100 {
  padding-bottom: 100px;
}
.ct-u-paddingBoth150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.ct-u-paddingTop150 {
  padding-top: 150px;
}
.ct-u-paddingBottom150 {
  padding-bottom: 150px;
}
.ct-u-paddingRight30 {
  padding-right: 30px;
}
.ct-u-margin0 {
  margin: 0 !important;
}
.ct-u-marginBoth10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ct-u-marginTop10 {
  margin-top: 10px;
}
.ct-u-marginBottom10 {
  margin-bottom: 10px;
}
.ct-u-marginBoth20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ct-u-marginTop20 {
  margin-top: 20px;
}
.ct-u-marginBottom20 {
  margin-bottom: 20px;
}
.ct-u-marginBoth30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ct-u-marginTop30 {
  margin-top: 30px;
}
.ct-u-marginBottom30 {
  margin-bottom: 30px;
}
.ct-u-marginBoth40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ct-u-marginTop40 {
  margin-top: 40px;
}
.ct-u-marginBottom40 {
  margin-bottom: 40px;
}
.ct-u-marginBoth50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ct-u-marginTop50 {
  margin-top: 50px;
}
.ct-u-marginBottom50 {
  margin-bottom: 50px;
}
.ct-u-marginBoth60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ct-u-marginTop60 {
  margin-top: 60px;
}
.ct-u-marginBottom60 {
  margin-bottom: 60px;
}
.ct-u-marginBoth70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.ct-u-marginTop70 {
  margin-top: 70px;
}
.ct-u-marginBottom70 {
  margin-bottom: 70px;
}
.ct-u-marginBoth80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ct-u-marginTop80 {
  margin-top: 80px;
}
.ct-u-marginBottom80 {
  margin-bottom: 80px;
}
.ct-u-marginBoth90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.ct-u-marginTop90 {
  margin-top: 90px;
}
.ct-u-marginBottom90 {
  margin-bottom: 90px;
}
.ct-u-marginBoth100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.ct-u-marginTop100 {
  margin-top: 100px;
}
.ct-u-marginBottom100 {
  margin-bottom: 100px;
}
.ct-u-marginBoth150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.ct-u-marginTop150 {
  margin-top: 150px;
}
.ct-u-marginBottom150 {
  margin-bottom: 150px;
}
/******Letter Spacing********/
.ct-u-letterSpacing1 {
  letter-spacing: 1px;
}
.ct-u-letterSpacing2 {
  letter-spacing: 2px;
}
.ct-u-letterSpacing3 {
  letter-spacing: 3px;
}
.ct-u-letterSpacing4 {
  letter-spacing: 4px;
}
.ct-u-letterSpacing5 {
  letter-spacing: 5px;
}
.ct-u-letterSpacing6 {
  letter-spacing: 6px;
}
.ct-u-letterSpacing7 {
  letter-spacing: 7px;
}
.ct-u-letterSpacing8 {
  letter-spacing: 8px;
}
.ct-u-letterSpacing9 {
  letter-spacing: 9px;
}
.ct-u-letterSpacing10 {
  letter-spacing: 10px;
}
/******Line height *********/
.ct-u-line-height24 {
  line-height: 24px;
}
.ct-u-line-height26 {
  line-height: 26px;
}
.ct-u-line-height30 {
  line-height: 30px;
}
.ct-u-text--white {
  color: #fff;
}
.ct-u-text--motive {
  color: #60a7d4;
}
.ct-u-text--green {
  color: #a2bf52;
}
.ct-u-text--lightBlue {
  color: #5bc0de;
}
.ct-u-text--red {
  color: #d9534f;
}
.ct-u-text--orange {
  color: #eb8a21;
}
.ct-u-text--dark {
  color: #333;
}
.ct-u-borderTop--white {
  border-top: 1px solid #fff;
  padding: 30px 0;
}
.ct-u-borderBottom--grey {
  border-bottom: 1px solid #e6e6e6;
}
.ct-u-borderAll {
  border: 1px solid #dddddd;
}
.ct-u-backgroundWhite {
  background-color: #ffffff;
}
.ct-u-backgroundGray {
  background-color: #fcfcfc;
}
.ct-u-positionRelative {
  position: relative;
}
.ct-u-shadow {
  height: 6px;
  position: relative;
  background: transparent;
  box-shadow: 0 3px 5px 0 rgba(4, 4, 4, 0.1);
  top: -6px;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../images/three-dots.svg) no-repeat center center;
}
/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* **************************************
  MEDIA SECTIONS - VIDEO/PARALLAX/KENBURNS
  **************************************** */
video {
  width: 100%;
}
.ct-mediaSection {
  background-color: #111111;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.ct-mediaSection video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.ct-mediaSection .ct-mediaSection-inner {
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .ct-mediaSection {
    width: 100%;
    display: block !important;
  }
  .ct-mediaSection .ct-mediaSection-inner {
    display: block;
    width: auto;
  }
}
.ct-mediaSection[data-type="pattern"] {
  background-repeat: repeat;
  display: table;
}
.ct-mediaSection[data-type="pattern"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="parallax"] {
  background-attachment: fixed;
  display: table;
}
.ct-mediaSection[data-type="parallax"].ct-mediaSection--stellar {
  overflow: hidden;
}
.ct-mediaSection[data-type="parallax"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="video"] {
  display: block;
}
.ct-mediaSection[data-type="video"] .ct-u-displayTable {
  height: 100%;
  position: absolute;
  top: 0;
}
.ct-mediaSection[data-type="video"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="video"] .ct-mediaSection-video {
  position: absolute;
  min-width: 100%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .ct-mediaSection[data-type="video"] .ct-u-displayTable {
    display: block;
    position: relative;
  }
  .ct-mediaSection[data-type="video"] .ct-u-displayTable .ct-mediaSection-inner {
    display: block;
  }
}
.ct-mediaSection[data-type="kenburns"] {
  overflow: hidden;
  display: table;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -550px;
  max-width: none;
  min-width: 120%;
  min-height: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-left: -5%;
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 3s, 8s;
  -moz-transition-property: opacity, -moz-transform;
  -moz-transition-duration: 3s, 8s;
  -o-transition-property: opacity, -o-transform;
  -o-transition-duration: 3s, 8s;
  transition-property: opacity, transform;
  transition-duration: 3s, 8s;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img.singlefx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(2n+1) {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(3n+1) {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx:first-child + img ~ img {
  z-index: -1;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.1) translate(30px);
  -moz-transform: scale(1.1) translate(30px);
  -o-transform: scale(1.1) translate(30px);
  transform: scale(1.1) translate(30px);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .singlefx {
  -webkit-animation: singleimageloop 20s infinite;
  /* Safari 4+ */
  -moz-animation: singleimageloop 20s infinite;
  /* Fx 5+ */
  -o-animation: singleimageloop 20s infinite;
  /* Opera 12+ */
  animation: singleimageloop 20s infinite;
  /* IE 10+ */
}
@-webkit-keyframes singleimageloop {
  0% {
    -webkit-transform: scale(1) translate(0px);
  }
  50% {
    -webkit-transform: scale(1.1) translate(30px);
  }
  100% {
    -webkit-transform: scale(1) translate(0px);
  }
}
@-moz-keyframes singleimageloop {
  0% {
    -moz-transform: scale(1) translate(0px);
  }
  50% {
    -moz-transform: scale(1.1) ct-m-translate(30px);
  }
  100% {
    -moz-transform: scale(1) translate(0px);
  }
}
@-o-keyframes singleimageloop {
  0% {
    -o-transform: scale(1) translate(0px);
  }
  50% {
    -o-transform: scale(1.1) translate(30px);
  }
  100% {
    -o-transform: scale(1) translate(0px);
  }
}
@keyframes singleimageloop {
  0% {
    transform: scale(1) translate(0px);
  }
  50% {
    transform: scale(1.1) translate(30px);
  }
  100% {
    transform: scale(1) translate(0px);
  }
}
.ct-mediaSection-stellarObject {
  position: absolute;
}
.ct-gallery .wp-pagenavi {
  display: none;
}
.container > .ct-gallery {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.ct-gallery {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
.ct-gallery.is-loaded:before {
  display: none;
}
.ct-gallery:before {
  content: "\f110";
  font-family: fontawesome;
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.ct-gallery.ct-gallery--withSpacing .ct-gallery-item .ct-gallery-itemInner {
  padding-left: 12.5px;
  padding-right: 12.5px;
  padding-bottom: 24px;
}
.ct-gallery-item.ct-gallery-item--masonry {
  position: relative;
  width: 20%;
  float: left;
  margin-top: -1px;
  overflow: hidden;
}
.ct-gallery-item.ct-gallery-item--masonry .project-thumb {
  width: 100%;
}
.ct-gallery-item.ct-gallery-item--masonry img {
  width: 100%;
}
.ct-gallery-item.ct-gallery-item--masonry:hover .area-hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery-item.ct-gallery-item--masonry:hover .area-hover .cat-links {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery-item.ct-gallery-item--masonry:hover .area-hover .entry-title {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry {
  width: 20%;
}
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 40%;
}
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
  width: 25%;
}
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 50%;
}
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry {
  width: 33.33%;
}
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 66.66%;
}
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry {
  width: 50%;
}
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 100%;
}
.ct-gallery.ct-gallery--col1 .ct-gallery-item.ct-gallery-item--masonry {
  width: 100%;
}
@media (max-width: 991px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
    width: 33.33%;
  }
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
    width: 66.66%;
  }
}
@media (max-width: 767px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry {
    width: 100%;
  }
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
    width: 100%;
  }
}
#infscr-loading {
  z-index: 3000;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
#infscr-loading > div {
  width: 200px;
  padding: 20px 0;
  background-color: #222222;
}
#infscr-loading img {
  display: none !important;
}
#infscr-loading div {
  position: relative;
  bottom: auto;
  left: auto;
}
#infscr-loading > div {
  position: absolute;
  bottom: -38px;
  left: 8px;
}
.gallerymessage {
  padding: 7px 15px;
  color: #ffffff;
}
.ct-gallery-itemInner {
  overflow: hidden;
}
.ct-gallery-itemInner .ct-galleryBox-overlay {
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ct-gallery-itemInner .ct-hover--text {
  position: absolute;
  bottom: -100%;
  left: 20px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ct-gallery-itemInner:hover .ct-galleryBox-overlay {
  bottom: 0;
}
.ct-gallery-itemInner:hover .ct-hover--text {
  bottom: 20px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@-webkit-keyframes   100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes   100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.ct-pageWrapper {
  z-index: 3;
  background-color: #ffffff;
  overflow: hidden;
}
.infobox {
  border: 2px solid black;
  padding: 10px;
  background: white;
}

@media (max-width: 767px) {
  .ct-pageWrapper {
    position: relative;
  }
}


.panel-group {
  margin-bottom: 50px;
}
.panel-group .panel,
.panel-group .panel-default {
  margin: 0;
}
.panel-group .panel + .panel {
  margin: 0;
}
.panel-default,
.panel-success,
.panel-danger,
.panel-warning,
.panel-info {
  border: none;
  box-shadow: none;
}
.panel-default .panel-heading,
.panel-success .panel-heading,
.panel-danger .panel-heading,
.panel-warning .panel-heading,
.panel-info .panel-heading {
  background-color: transparent;
  border: none;
  padding: 6px 0 6px 0;
}
.panel-default .panel-heading a,
.panel-success .panel-heading a,
.panel-danger .panel-heading a,
.panel-warning .panel-heading a,
.panel-info .panel-heading a {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  color: #333;
}
.panel-default .panel-heading a:hover,
.panel-success .panel-heading a:hover,
.panel-danger .panel-heading a:hover,
.panel-warning .panel-heading a:hover,
.panel-info .panel-heading a:hover {
  color: #60a7d4;
}
.panel-default .panel-heading a:before,
.panel-success .panel-heading a:before,
.panel-danger .panel-heading a:before,
.panel-warning .panel-heading a:before,
.panel-info .panel-heading a:before {
  content: "\f146";
  font-family: fontawesome;
  font-size: 14px;
  line-height: 21px;
  color: #60a7d4;
  display: inline-block;
  height: 14px;
  width: 14px;
}
.panel-default .panel-heading a:hover,
.panel-success .panel-heading a:hover,
.panel-danger .panel-heading a:hover,
.panel-warning .panel-heading a:hover,
.panel-info .panel-heading a:hover,
.panel-default .panel-heading a:focus,
.panel-success .panel-heading a:focus,
.panel-danger .panel-heading a:focus,
.panel-warning .panel-heading a:focus,
.panel-info .panel-heading a:focus,
.panel-default .panel-heading a:active,
.panel-success .panel-heading a:active,
.panel-danger .panel-heading a:active,
.panel-warning .panel-heading a:active,
.panel-info .panel-heading a:active {
  text-decoration: none;
}
.panel-default .panel-heading .collapsed:before,
.panel-success .panel-heading .collapsed:before,
.panel-danger .panel-heading .collapsed:before,
.panel-warning .panel-heading .collapsed:before,
.panel-info .panel-heading .collapsed:before {
  content: "\f0fe";
  font-family: fontawesome;
  font-size: 14px;
  line-height: 21px;
  color: #60a7d4;
}
.panel-default .panel-body,
.panel-success .panel-body,
.panel-danger .panel-body,
.panel-warning .panel-body,
.panel-info .panel-body {
  border-top: 1px solid #e6e6e6;
  padding: 12px 0;
  font-size: 14px;
  line-height: 21px;
}
.panel-success .panel-heading a:before {
  color: #a2bf52 !important;
}
.panel-danger .panel-heading a:before {
  color: #e30000 !important;
}
.panel-warning .panel-heading a:before {
  color: #eb8a21 !important;
}
.panel-info .panel-heading a:before {
  color: #a2bf52 !important;
}
.ct-navigation {
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
  box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
  background-color: #fff;
  z-index: 7000;
  max-width: 270px;
}
.ct-navigation .nav.nav-tabs {
  border: none;
}
.ct-navigation .nav.nav-tabs li {
  width: 100%;
  border: none;
  box-shadow: none;
  margin: 0;
  background-color: #fff;
}
.ct-navigation .nav.nav-tabs li a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 13px 20px;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: none;
  border-radius: 0;
  background-color: #fff;
}
.ct-navigation .nav.nav-tabs li a:hover {
  background-color: #60a7d4;
  color: #fff;
}
.ct-navigation .nav.nav-tabs li a:hover,
.ct-navigation .nav.nav-tabs li a:focus,
.ct-navigation .nav.nav-tabs li a:active {
  text-decoration: none;
}
.ct-navigation .nav.nav-tabs li:first-child a {
  border-radius: 3px 3px 0 0;
}
.ct-navigation .nav.nav-tabs li:last-child a {
  border-bottom: none;
  border-radius: 0 0 3px 3px;
}
.ct-navigation .nav.nav-tabs .active a {
  background-color: #60a7d4;
  color: #000;
  border-bottom: 1px solid #e6e6e6;
}
.ct-testimonials ul li {
  border-bottom: 2px solid #f3f3f3;
  position: relative;
}
.ct-testimonials ul li:after {
  background: url("images/testimonials-decoration.png") no-repeat;
  height: 16px;
  width: 19px;
  position: absolute;
  content: "";
  bottom: -2px;
  left: 35%;
  display: none;
  z-index: 1;
}
.ct-testimonials ul li img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.ct-testimonials ul li img:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-filter: grayscale(65%);
  -moz-filter: grayscale(65%);
  filter: grayscale(65%);
}
.ct-testimonials ul .active img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-testimonials ul .active:after {
  display: block;
}
.ct-testimonials .tab-content {
  width: 80%;
  margin:auto;
}
.ct-testimonials .tab-content p {
  font-size: 36px;
  line-height: 48px;
  font-style: italic;
  color: #000;
  font-family: "Libre Baskerville", serif;
}
.ct-testimonials .tab-content span {
  color: #000;
}
.ct-testimonials .tab-content .tab-pane {
  border: none;
}
.ct-testimonials--light ul li {
  border-bottom: 2px solid #60a7d4;
}
.ct-testimonials--light ul li:after {
  background: url("images/testimonials-decorationMotive.png") no-repeat;
}
.ct-testimonials--light .tab-content p {
  color: inherit;
}
