@import url("//fonts.googleapis.com/css?family=Open+Sans:400,700|Open+Sans+Condensed:700");
.ct-u-fontWeight100 {
  font-weight: 100 !important;
}
.ct-u-fontWeight200 {
  font-weight: 200 !important;
}
.ct-u-fontWeight300 {
  font-weight: 300 !important;
}
.ct-u-fontWeight400 {
  font-weight: 400 !important;
}
.ct-u-fontWeight500 {
  font-weight: 500 !important;
}
.ct-u-fontWeight600 {
  font-weight: 600 !important;
}
.ct-u-fontWeight700 {
  font-weight: 700 !important;
}
.ct-u-fontWeight800 {
  font-weight: 800 !important;
}
.ct-u-fontWeight900 {
  font-weight: 900 !important;
}
.inline-block {
  display: inline-block !important;
}
.underline {
  text-decoration: underline;
}
.ct-u-size10 {
  font-size: 10px !important;
}
.ct-u-size12 {
  font-size: 12px !important;
}
.ct-u-size14 {
  font-size: 14px !important;
}
.ct-u-size16 {
  font-size: 16px !important;
}
.ct-u-size18 {
  font-size: 18px !important;
}
.ct-u-size19 {
  font-size: 19px !important;
}
.ct-u-size20 {
  font-size: 20px !important;
}
.ct-u-size22 {
  font-size: 22px !important;
}
.ct-u-size30 {
  font-size: 30px !important;
}
.ct-u-size35 {
  font-size: 35px !important;
}
.ct-u-size40 {
  font-size: 40px !important;
}
.ct-u-size45 {
  font-size: 45px !important;
}
.ct-u-size50 {
  font-size: 50px !important;
}
.ct-u-size55 {
  font-size: 55px !important;
}
.ct-mediaSection {
  background-color: #fff;
  position: relative;
  display: table;
  width: 100%;
}
.ct-mediaSection video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.ct-mediaSection .ct-mediaSection-inner,
.ct-mediaSection > .inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ct-roundedBox:hover [data-background="#ff5c00"] {
  background-color: #dd5000 !important;
}
.ct-roundedBox:hover [data-background="#0070be"] {
  background-color: #005c9c !important;
}
.ct-roundedBox:hover [data-background="#00adee"] {
  background-color: #0094cc !important;
}
.ct-roundedBox:hover [data-background="#b1d235"] {
  background-color: #9dbb2a !important;
}
.ct-roundedBox:hover [data-background="#8d8d8d"] {
  background-color: #7c7c7c !important;
}
.browser-mozilla .ct-mediaSection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.browser-mozilla .ct-mediaSection .ct-mediaSection-inner {
  display: block;
}
.ct-mediaSection[data-stellar-background-ratio],
[data-parallax="scroll"] {
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
.mobile .ct-mediaSection[data-stellar-background-ratio],
.mobile [data-parallax="scroll"],
.table .ct-mediaSection[data-stellar-background-ratio],
.table [data-parallax="scroll"] {
  background-attachment: initial;
}
.ct-mediaSection[data-type="pattern"] {
  background-size: contain;
  background-repeat: repeat;
}
.ct-mediaSection[data-type="video"] {
  overflow: hidden;
}
.ct-mediaSection[data-type="video"] .ct-mediaSection-video {
  position: absolute;
  min-width: 100%;
  overflow: hidden;
  background-color: #000;
  height: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ct-mediaSection[data-type="kenburns"] {
  overflow: hidden;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns > img {
  vertical-align: middle;
  max-width: none;
  position: absolute;
  top: 50%;
  margin-top: -550px;
  min-width: 120%;
  min-height: 100%;
  opacity: 0;
  margin-left: -5%;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 3s, 8s;
  transition-duration: 3s, 8s;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns > img.singlefx {
  opacity: 1;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns > img {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns:nth-child(2n+1) {
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns:nth-child(3n+1) {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns:nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns .fx:first-child + img ~ img {
  z-index: -1;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns .fx {
  opacity: 1;
  -webkit-transform: scale(1.1) translate(30px);
  -ms-transform: scale(1.1) translate(30px);
  transform: scale(1.1) translate(30px);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns .singlefx {
  -webkit-animation: singleimageloop 20s infinite;
  /* Safari 4+ */
  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);
  }
}
@-webkit-keyframes singleimageloop {
  0% {
    -webkit-transform: scale(1) translate(0px);
    transform: scale(1) translate(0px);
  }
  50% {
    -webkit-transform: scale(1.1) translate(30px);
    transform: scale(1.1) translate(30px);
  }
  100% {
    -webkit-transform: scale(1) translate(0px);
    transform: scale(1) translate(0px);
  }
}
@keyframes singleimageloop {
  0% {
    -webkit-transform: scale(1) translate(0px);
    transform: scale(1) translate(0px);
  }
  50% {
    -webkit-transform: scale(1.1) translate(30px);
    transform: scale(1.1) translate(30px);
  }
  100% {
    -webkit-transform: scale(1) translate(0px);
    transform: scale(1) translate(0px);
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  overflow: hidden;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  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: 1043;
  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;
  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: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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;
  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;
  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;
    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);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-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;
}
.mfp-arrow-left:after,
.mfp-arrow-right:after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 0;
  border-bottom: 0;
  height: 42px;
  width: 42px;
}
.mfp-arrow-left:after {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}
.mfp-arrow-right:after {
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
  margin-left: 18px;
}
.mfp-arrow-left:before,
.mfp-arrow:before,
.mfp-arrow-right:before {
  display: none;
}
.mfp-close {
  color: #fff !important;
}
.mfp-ajax-holder .mfp-content .container {
  padding-top: 35px;
}
.mfp-close {
  position: absolute;
  float: right;
  top: -40px;
}
.mfp-popup-block {
  background: #0cace0;
  padding: 35px 40px;
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
.mfp-popup-block h3 {
  color: #fff;
  font-family: 'Bebas Neue';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 39px;
  margin: 0 0 25px 0;
}
.mfp-popup-block .form-link {
  margin-top: 10px;
}
.mfp-popup-block a {
  color: #fff;
  text-decoration: underline;
}
.mfp-popup-block a:hover {
  text-decoration: none;
}
.mfp-popup-block input[type="submit"] {
  padding: 11px 35px;
  font-size: 16px;
}
.mfp-close-custom {
  background: transparent url("../images/mfp-close.png") no-repeat 0 0 !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  width: 37px;
  height: 37px;
  top: 15px;
  right: 15px;
}
.mfp-close-custom:hover,
.mfp-close-custom:focus {
  opacity: .7 !important;
  filter: alpha(opacity=70) !important;
}
.mfp-close-custom:active {
  top: 15px;
}
.u-color-white {
  color: #fff;
}
.u-spacer {
  height: 60px;
  clear: both;
  width: 100%;
}
.registerText {
  font-size: 19px;
  line-height: 23px;
}
@media (max-width: 480px) {
  .mfp-popup-block .formButtons {
    text-align: center;
  }
  .mfp-popup-block .formButtons input[type="submit"] {
    float: none !important;
    display: block;
    width: 100%;
  }
  .mfp-popup-block .formButtons .form-link {
    float: none !important;
    display: inline-block;
  }
  .mfp-popup-block .formButtons .form-link {
    margin-top: 20px;
  }
}
.input-lg {
  color: #282828;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.3;
  border-color: transparent;
}
h3 {
  font-size: 23px;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/bebas-neue/bebasneue_bold-webfont.eot");
  src: url("../fonts/bebas-neue/bebasneue_bold-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/bebas-neue/bebasneue_bold-webfont.woff2") format('woff2'), url("../fonts/bebas-neue/bebasneue_bold-webfont.woff") format('woff'), url("../fonts/bebas-neue/bebasneue_bold-webfont.ttf") format('truetype'), url("../fonts/bebas-neue/bebasneue_bold-webfont.svg#bebas_neuebold") format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  width: 100%;
  overflow-x: hidden;
}
body {
  color: #252525;
  font-size: 16px;
  overflow-x: hidden;
  width: 100%;
}
img,
figure {
  max-width: 100%;
}
* {
  outline: none !important;
}
ul,
ol {
  margin-bottom: 0;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
section {
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'proxima-nova', sans-serif;
}
.ct-pageWrapper {
  position: relative;
  z-index: 3;
}
.btn {
  font-family: 'proxima-nova', sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding: 12px 35px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.btn img {
  display: inline-block;
  margin-left: 7px;
  position: relative;
  top: -1px;
}
@media (max-width: 479px) {
  .btn {
    font-size: 16px;
  }
}
.btn.btn-small {
  font-size: 18.5px;
  text-transform: none;
}
.btn.btn-large {
  font-size: 25px;
  padding: 16px 50px;
}
.btn.btn-blue {
  background-color: #2483c3;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-blue:hover {
  background-color: #1f6fa6;
}
.btn.btn-pink {
  background-color: #e7008b;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-pink:hover {
  background-color: #c40076;
}
.btn.btn-grey {
  background-color: #e1e1e1;
  color: #384249;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-grey:hover {
  background-color: #cbcbcb;
}
.btn.btn-motive {
  background-color: #33a6f3;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-motive:hover {
  background-color: #0e93ec;
}
.btn.btn-green {
  background-color: #b0d44b;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-green:hover {
  background-color: #9ec52f;
}
.btn.btn-dark {
  background-color: #363636;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-dark:hover {
  background-color: #292929;
}
.btn.btn-white {
  background-color: #fff;
  color: #111;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-white:hover {
  background-color: #e6e6e6;
}
.btn-separator {
  font-weight: 600;
  font-family: 'proxima-nova', sans-serif;
  padding: 25px;
  color: #888;
  color: rgba(93, 91, 91, 0.61);
  font-size: 19px;
}
@media (max-width: 768px) {
  .btn-fixedWidth-sm {
    min-width: 220px;
  }
}
@media (max-width: 480px) {
  .btn-separator {
    display: block;
  }
  .btn-fullWidth-sm {
    width: 100%;
  }
  .ct-pageHeader.ct-pageHeader--lineHeightSm {
    line-height: 0.9;
  }
}
.ct-pageHeader {
  font-family: 'Bebas Neue';
  text-transform: uppercase;
}
.ct-pageHeader sup {
  top: -1em;
  font-size: 50%;
}
.ct-sectionHeader {
  font-family: 'proxima-nova', sans-serif;
  color: #454444;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1px;
}
.ct-socials {
  padding-left: 0;
}
.ct-socials li {
  display: inline-block;
}
.ct-socials li a {
  display: block;
  height: 48px;
  overflow: hidden;
}
.ct-socials li a img {
  position: relative;
  top: 0;
  -webkit-transition: top 0.15s ease-in-out;
  transition: top 0.15s ease-in-out;
}
.ct-socials li a:hover img {
  top: -100%;
}
.ct-socials--smaller li a {
  height: 37px;
}
.ct-lead {
  font-family: 'proxima-nova', sans-serif;
  color: #4f4f4f;
  font-size: 19px;
  letter-spacing: -0.25px;
}
#mainNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 997;
}
div.navbar-fixed-top {
  margin-bottom: 0;
  height: 70px;
  border: none;
  background-color: #e3e5e0;
  background-color: rgba(227, 229, 224, 0.44);
  width: 100%;
  z-index: 999;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
@media (max-width: 767px) {
  div.navbar-fixed-top {
    top: 0 !important;
  }
}
#mainNav div.navbar-fixed-top:not(.scrolled) {
  top: 0 !important;
}
div.navbar-fixed-top.scrolled {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
div.navbar-fixed-top .navbar-header {
  height: 70px;
  display: table;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
div.navbar-fixed-top .navbar-header .navbar-brand {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  float: none;
}
.navbar-nav {
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
}
.navbar-nav a {
  padding: 0 12px;
  display: table;
  height: 70px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 379px) {
  .navbar-nav a {
    font-size: 20px;
  }
}
.navbar-nav a span {
  display: table-cell;
  vertical-align: middle;
  color: #1f1f1f;
}
.navbar-nav a.btn {
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: 400 !important;
}
div.navbar-fixed-top .nav-btn {
  font-size: 16px;
  background-color: rgba(227, 229, 224, 0.44);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.navbar-fixed-top .nav-btn:hover {
  background-color: rgba(205, 208, 199, 0.44);
}
div.navbar-fixed-top .nav-btn.btn-register {
  background-color: #2eacdf;
  padding: 15px 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.navbar-fixed-top .nav-btn.btn-signIn {
  background: #ededed;
  padding: 15px 20px;
}
div.navbar-fixed-top .nav-btn.btn-signIn:hover,
div.navbar-fixed-top .nav-btn.btn-signIn:focus {
  background-color: #ccc;
  color: #1f1f1f;
}
div.navbar-fixed-top .nav-btn.btn-signIn:hover span,
div.navbar-fixed-top .nav-btn.btn-signIn:focus span {
  color: #222;
}
div.navbar-fixed-top .nav-btn.btn-register:hover,
div.navbar-fixed-top .nav-btn.btn-register:focus {
  background-color: #1e96c6;
}
div.navbar-fixed-top .nav-btn.btn-register span {
  color: #fff;
}
.navbar-default .navbar-nav > li > a span,
.navbar-default .navbar-nav > li > a span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #9bb732;
}
.navbar-default .navbar-nav > li > a:focus span,
.navbar-default .navbar-nav > li > a:hover span {
  color: #fff;
}
.header-nav {
  text-align: right;
}
@media (max-width: 991px) {
  .header-nav {
    text-align: center;
  }
}
@media (max-width: 991px) {
  div.navbar-fixed-top {
    text-align: center;
    position: fixed;
    background-color: #fff;
  }
  div.navbar-fixed-top .navbar-nav {
    display: none;
  }
  div.navbar-fixed-top .navbar-header {
    display: inline-table;
    float: none;
  }
}
.navbar-scrolled div.navbar-fixed-top {
  background-color: #e3e5e0;
  height: 50px;
}
.navbar-scrolled div.navbar-fixed-top .navbar-header,
.navbar-scrolled div.navbar-fixed-top a {
  height: 50px;
}
ul.navbar-secondary {
  position: static;
  height: auto;
  float: none;
  display: inline-block;
  padding-left: 0;
}
ul.navbar-secondary li {
  display: inline-block;
}
ul.navbar-secondary li a {
  text-transform: none;
  height: 55px;
  padding: 0 19px;
  font-size: 23px;
}
ul.navbar-secondary li a.btn-pink span {
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
}
ul.navbar-secondary li a:hover span {
  color: #555;
}

/* search form */

.ct-searchForm {
  display: none;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  height: 88px;
  background: #0b71a9;
}
.ct-searchForm.is-active {
  display: block;
}
@media (max-width: 991px) {
  .ct-searchForm {
    display: none !important;
  }
}
.ct-searchForm .form-control {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-right: 30px;
  background: transparent;
  border: none;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
}
.ct-searchForm .form-control::-ms-clear {
  display: none;
}
.ct-searchForm button[type="submit"] {
  border: 0;
  background: 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  margin: -31px 0 0 20px;
  z-index: 1;
}
.ct-searchForm button[type="submit"]:hover {
  opacity: 0.7;
}
.ct-searchForm .form-close {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  font-size: 30px;
  padding: 0 10px;
}
.ct-searchForm .form-close:hover {
  color: #ccc;
  color: rgba(255, 255, 255, 0.7);
}
.ct-searchForm input::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.ct-searchForm input::-moz-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.ct-searchForm input:-ms-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.ct-searchForm input::placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

/* cta rotate button */

.side-widget.open {
  margin-right: 0;
}
.side-widget {
  width: 57px;
  z-index: 9;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  right: 0;
  top: 52%;
  text-align: center;
  margin-right: -45px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ie8 .side-widget {
  display: none !important;
}
@media (max-width: 767px) {
  .side-widget {
    display: none !important;
  }
}
.widget-close {
  position: absolute;
  left: 3px;
  top: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  z-index: 1;
}
.widget-close:hover {
  color: #ccc;
}
header {
  padding-top: 70px;
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
}
header .ct-slick {
  padding-top: 0;
}
header h1 {
  font-family: 'Bebas Neue';
  color: #3c3c3c;
  font-size: 85px;
  line-height: 65px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  header h1 {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  header h1 {
    margin-top: 10px;
  }
}
@media (max-width: 379px) {
  header h1 {
    font-size: 60px;
    line-height: 51px;
  }
}
header p {
  color: #3c3c3c;
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  header p {
    padding-right: 25px;
  }
}
header .ct-header-image {
  float: left;
  position: relative;
}
@media (min-width: 992px) {
  header .ct-header-image img.ct-header-image-background {
    max-width: none;
    min-width: 100%;
  }
}
@media (max-width: 991px) {
  header .ct-header-image {
    padding-bottom: 80px;
  }
}
header .ct-header-image a {
  position: absolute;
  display: block;
  width: 202px;
  height: 202px;
  margin: auto;
  top: 20%;
  right: 0;
  left: 0;
  bottom: 0;
}
header .ct-header-image a img {
  -webkit-transition: opacity, 0.2s, ease-in-out;
  transition: opacity, 0.2s, ease-in-out;
}
header .ct-header-image a .hover {
  opacity: 0;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}
header .ct-header-image a:hover .hover {
  opacity: 1;
}
@media (max-width: 767px) {
  header .ct-header-image a {
    width: 150px;
    height: 150px;
    top: 0;
  }
}
@media (max-width: 479px) {
  header .ct-header-image a {
    width: 75px;
    height: 75px;
  }
}
footer {
  background-color: #31302b;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
  color: #fff;
}
footer h2 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 25px;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  font-size: 16px;
}
footer ul li + li {
  margin-top: 8px;
}
footer p {
  color: #999;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
footer form {
  display: inline-table;
  height: 55px;
  padding-top: 10px;
}
footer form .input,
footer form button {
  height: 55px;
  display: table-cell;
  vertical-align: middle;
}
footer form button {
  width: 55px;
  background-color: #b0d44b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
footer form button:hover {
  background-color: #789724;
}
footer form input {
  padding: 0 25px;
  height: 55px;
  border: none;
  background: #555;
  font-size: 19px;
  font-weight: 300;
  color: #fff;
  width: 97%;
}
footer form input::-webkit-input-placeholder {
  color: #888;
  color: rgba(255, 255, 255, 0.35);
}
footer form input::-moz-placeholder {
  color: #888;
  color: rgba(255, 255, 255, 0.35);
}
footer form input:-ms-input-placeholder {
  color: #888;
  color: rgba(255, 255, 255, 0.35);
}
footer form input::placeholder {
  color: #888;
  color: rgba(255, 255, 255, 0.35);
}
footer .ct-postFooter {
  background: #181818;
  display: table;
  width: 100%;
  height: 87px;
}
footer .ct-postFooter:before,
footer .ct-postFooter:after {
  content: '';
  display: table;
}
footer .ct-postFooter:after {
  clear: both;
}
footer .ct-postFooter > * {
  color: #888;
  color: rgba(255, 255, 255, 0.5);
  display: table-cell;
  vertical-align: middle;
  height: 87px;
}
footer .ct-postFooter p {
  float: left;
  display: inline-block;
  margin: 0;
  font-size: 14px;
}
footer .ct-postFooter ul {
  float: right;
}
footer .ct-postFooter ul li {
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  margin: 0 12px;
}
footer .ct-postFooter ul li a {
  color: inherit;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
footer .ct-postFooter ul li a:hover {
  color: #fff;
}
footer > .container {
  position: relative;
}
@media (max-width: 991px) {
  footer .ct-postFooter {
    padding: 20px 0 30px;
    height: auto;
  }
  footer .ct-postFooter ul {
    padding-top: 5px;
  }
  footer .ct-postFooter ul li {
    display: block;
    padding-top: 5px;
  }
  footer .ct-postFooter * {
    display: block;
    text-align: center;
    float: none !important;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
.ct-btnScrollUp {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 1;
}
.ct-btnScrollUp img,
.ct-btnScrollUp span {
  display: block;
}
.ct-btnScrollUp img {
  width: 63px;
  margin: auto;
}
.ct-btnScrollUp span {
  padding-top: 21px;
  color: #b4bfc9;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ct-btnScrollUp {
    width: 63px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ct-btnScrollUp {
    display: inline-block;
    position: static;
    margin-bottom: 30px;
  }
}
.sticky-wrapper {
  overflow: hidden;
}
section.ct-iconBoxes {
  width: 100%;
}
section.ct-iconBoxes .ct-iconBox {
  position: relative;
  padding: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.ct-iconBoxes .ct-iconBox p {
  overflow: hidden;
  /*
-webkit-transition: height 0.3s ease;
transition: height 0.3s ease;
*/
  height: 100%;
  color: #282828;
}
section.ct-iconBoxes .ct-iconBox .ct-iconBox-header {
  display: table;
  width: 100%;
  padding-bottom: 15px;
  min-height: 70px;
  color: #061d2d;
}
.browser-mozilla section.ct-iconBoxes .ct-iconBox .ct-iconBox-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.browser-mozilla section.ct-iconBoxes .ct-iconBox .ct-iconBox-header h2 {
  padding-left: 20px;
}
.browser-mozilla section.ct-iconBoxes .ct-iconBox .ct-iconBox-header > * {
  display: block;
}
section.ct-iconBoxes .ct-iconBox .ct-iconBox-header > * {
  display: table-cell;
  vertical-align: middle;
}
section.ct-iconBoxes .ct-iconBox .ct-iconBox-header h2 {
  padding-left: 10px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 800;
  font-size: 26px;
  text-transform: uppercase;
  margin: 0;
}
section.ct-iconBoxes .ct-iconBox:before {
  content: '';
  position: absolute;
  bottom: -1px;
  height: 100.5%;
  width: 5000px;
  z-index: -1;
}
section.ct-iconBoxes .ct-iconBox--grey-darker {
  background-color: #dad8d8;
}
section.ct-iconBoxes .ct-iconBox--grey:before {
  background-color: #f3f1f1;
  right: 0;
}
section.ct-iconBoxes .ct-iconBox--blue .ct-iconBox-header,
section.ct-iconBoxes .ct-iconBox--blue p {
  color: #fff;
}
section.ct-iconBoxes .ct-iconBox--blue:before {
  background-color: #083554;
  left: 0;
}
section.ct-iconBoxes .ct-iconBox a {
  display: block;
  padding: 50px 40px 40px;
}
section.ct-iconBoxes .ct-iconBox--grey a:hover {
  background-color: #ebe8e8;
}
section.ct-iconBoxes .ct-iconBox--grey-darker a:hover {
  background-color: #d2cfcf;
}
section.ct-iconBoxes .ct-iconBox--blue a:hover {
  background-color: #072b44;
}
@media (max-width: 991px) {
  section.ct-iconBoxes .ct-iconBox:before {
    right: auto;
    left: -1000px;
  }
  section.ct-iconBoxes .ct-iconBox--grey-darker:before {
    background-color: #dad8d8;
  }
}
@media (min-width: 992px) {
  section.ct-iconBoxes.stuck {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
  section.ct-iconBoxes.stuck .ct-iconBox a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  section.ct-iconBoxes.stuck .ct-iconBox .ct-iconBox-header {
    padding: 0;
  }
  section.ct-iconBoxes.stuck .ct-iconBox p {
    height: 0;
  }
}
.ct-pricingBox {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  background-color: #f5f5f5;
  padding: 15px 0 0;
}
.ct-pricingBox h3 {
  color: #636363;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}
.ct-pricingBox .ct-pricingBox-price {
  color: #4a7da1;
  font-size: 68px;
  display: block;
}
.ct-pricingBox .ct-pricingBox-price-subtitle {
  display: block;
  position: relative;
  color: #1a1918;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 35px;
}
.ct-pricingBox .ct-pricingBox-price-subtitle:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 74px;
  background-color: #2483c3;
}
.ct-pricingBox ul {
  display: inline-table;
}
.ct-pricingBox ul li {
  color: #555;
  font-size: 17px;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: left;
  text-transform: none;
}
.ct-pricingBox .ct-pricingBox-buttons {
  display: table;
  width: 100%;
  height: 70px;
}
.ct-pricingBox .ct-pricingBox-buttons button {
  height: 70px;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  border: none;
  color: #fff;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  font-size: 25px;
}
.ct-pricingBox button.dark {
  background-color: #373737;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-pricingBox button.dark:hover {
  background-color: #242424;
}
.ct-pricingBox button.green {
  background-color: #b0d44b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-pricingBox button.green:hover {
  background-color: #94b92c;
}
.ct-pricingBox p {
  font-size: 14px;
  color: #636363;
  font-family: 'Helvetica';
  padding: 30px 50px;
  background-color: #e1e1e1;
  margin: 0;
}
.ct-pricingBox p span {
  display: block;
}
@media (min-width: 992px) {
  .ct-pricingBox--grey {
    margin-top: 43px;
  }
}
.ct-pricingBox.ct-pricingBox--blue {
  background-color: #2483c3;
  padding: 30px 0 0;
  z-index: 1;
}
.ct-pricingBox.ct-pricingBox--blue * {
  color: #fff;
}
.ct-pricingBox.ct-pricingBox--blue h3 {
  font-size: 21px;
}
.ct-pricingBox.ct-pricingBox--blue .ct-pricingBox-price {
  font-size: 79px;
}
.ct-pricingBox.ct-pricingBox--blue .ct-pricingBox-price-subtitle {
  font-size: 17px;
}
.ct-pricingBox.ct-pricingBox--blue .ct-pricingBox-price-subtitle:after {
  background: #fff;
  width: 85px;
}
.ct-pricingBox.ct-pricingBox--blue ul li {
  font-size: 19px;
}
.ct-pricingBox.ct-pricingBox--blue .ct-pricingBox-buttons,
.ct-pricingBox.ct-pricingBox--blue button {
  height: 80px;
}
.ct-pricingBox.ct-pricingBox--blue p {
  background-color: #155d8e;
}
.ct-features {
  list-style: none;
}
.ct-features li {
  position: relative;
  margin: 35px 0;
  font-family: 'proxima-nova', sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 700;
}
.ct-features li:before {
  content: '';
  width: 24px;
  height: 25px;
  background-size: contain;
  background-image: url("../images/check.png");
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -40px;
  opacity: 0.35;
}
.ct-features li img {
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.ct-rounded {
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  height: 529px;
  width: 529px;
  display: inline-table;
}
.ct-rounded .ct-rounded-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 15%;
}
.ct-rounded .ct-rounded-inner h2 {
  margin: 0 0 50px;
  font-family: 'proxima-nova', sans-serif;
  color: #161616;
  font-weight: 300;
  font-size: 42px;
  line-height: 52px;
  text-transform: uppercase;
}
.ct-rounded .ct-rounded-inner .btn {
  font-size: 18px;
}
@media (max-width: 550px) {
  .ct-rounded {
    width: 320px;
    height: 320px;
  }
  .ct-rounded .ct-rounded-inner {
    padding: 0;
  }
  .ct-rounded .ct-rounded-inner h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 30px;
  }
  .ct-rounded .ct-rounded-inner .btn {
    padding: 9px 21px;
    font-size: 15px;
  }
  .ct-mediaSection--circle {
    min-height: 480px !important;
  }
}
.ct-slick .row {
  margin: 0;
}
@media (max-width: 991px) {
  .ct-slick {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ct-slick.ct-u-paddingTop250 {
    padding-top: 125px;
  }
}
.ct-slick ul.slick-dots {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 700px;
  list-style: none;
  padding: 0;
  text-align: center;
  display: table;
}
.browser-msie .ct-slick ul.slick-dots {
  display: inline-block;
}
.ct-slick ul.slick-dots li {
  display: table-cell;
  width: 1%;
  position: relative;
  z-index: 1;
}
.ct-slick ul.slick-dots li:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 91px;
  height: 1px;
  margin-top: 0;
  background: #333;
  background: rgba(37, 37, 37, 0.57);
}
.ct-slick ul.slick-dots li:first-child:after {
  width: 175%;
  left: -75%;
}
.ct-slick ul.slick-dots li:last-child:after {
  width: 175%;
}
.ct-slick ul.slick-dots li button {
  border: none;
  background: transparent;
  padding-bottom: 67px;
}
.ct-slick ul.slick-dots li button span {
  border: none;
  background: transparent;
  position: relative;
  white-space: nowrap;
  border: 2px solid transparent;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  color: #252525;
  font-weight: 700;
}
.ct-slick ul.slick-dots li button:after {
  content: '';
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  border: none;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: inline-block;
  background: #e2e0e1;
  pointer-events: fill;
}
.ct-slick ul.slick-dots li.slick-active button span {
  color: #33a6f3;
  border-color: #33a6f3;
}
.ct-slick ul.slick-dots li.slick-active button:after {
  background: #33a6f3;
}
@media (max-width: 767px) {
  .ct-slick ul.slick-dots {
    width: 100%;
  }
  .ct-slick ul.slick-dots li {
    text-align: center;
  }
  .ct-slick ul.slick-dots li button {
    padding: 0;
    width: 24px;
    height: 24px;
  }
  .ct-slick ul.slick-dots li button span{
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: none;
    width: 24px;
    height: 24px;
  }
  .ct-slick ul.slick-dots li button:after {
    bottom: 0;
  }
  .ct-slick ul.slick-dots li:after {
    top: 50%;
    margin-top: 0;
  }
}
.ct-slick .slick-next,
.ct-slick .slick-prev {
  position: absolute;
  height: 55px;
  width: 30px;
  margin-top: -27.5px;
  top: 50%;
  background: none;
  font-size: 0;
  line-height: 0;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ct-slick .slick-next {
  right: -30px;
  background-image: url("../images/next.png");
}
.ct-slick .slick-prev {
  left: -30px;
  background-image: url("../images/prev.png");
}
@media (max-width: 767px) {
  .ct-slick .slick-next {
    right: -15px;
  }
  .ct-slick .slick-prev {
    left: -15px;
  }
}
.ct-slick-light * {
  color: #fff;
}
.ct-slick-light ul.slick-dots li:after {
  background: #ddd;
  background: rgba(244, 244, 238, 0.57);
}
.ct-slick-light ul.slick-dots li button span {
  color: #fff;
}
.ct-slick-light ul.slick-dots li button:after {
  background: #33a6f3;
}
.ct-slick-light ul.slick-dots li.slick-active button span{
  color: #fff;
  border-color: #fff;
}
.ct-slick-light ul.slick-dots li.slick-active button:after {
  background: #fff;
}
.ct-slick.is-loading .item {
  display: none !important;
}
.ct-slick.is-loading .item:first-child {
  display: table !important;
}
.ct-featureBox {
  background: #fff;
  padding: 40px 55px 30px;
  margin: 15px 0;
  min-height: 250px;
  display: table;
  text-align: center;
  color: inherit;
  -webkit-transition: background-color, 0.25s, ease-in-out;
          transition: background-color, 0.25s, ease-in-out;
}
.ct-featureBox:hover {
  background-color: #eeeeee;
  color: inherit;
}
.ct-featureBox .image {
  text-align: center;
}
.ct-featureBox .image img {
  display: inline-block;
}
.ct-featureBox .inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.ct-featureBox h4 {
  font-family: 'proxima-nova', sans-serif;
  padding: 10px 0 5px;
  color: #252525;
  font-size: 22px;
  font-weight: 600;
}
.ct-featureBox p {
  margin-bottom: 0;
}
.ct-jumbotron {
  background: #33a6f3;
  text-align: center;
  padding: 65px 15px 60px;
}
.ct-jumbotron h2 {
  font-weight: 700;
  font-family: 'proxima-nova', sans-serif;
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
}
.ct-jumbotron h3 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 30px;
  padding-bottom: 35px;
}
@media (max-width: 479px) {
  .ct-jumbotron h2 {
    font-size: 45px;
  }
  .ct-jumbotron h3 {
    font-size: 28px;
  }
}
#product-menu {
  width: 46px;
  height: 46px;
  /*background: #494646;*/
  z-index: 1000;
  position: fixed;
  top: 12px;
  border: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ie8 #product-menu {
  overflow: hidden;
}
#product-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 60%;
  background: #fff;
  opacity: 1;
  left: 20%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#product-menu span.bar-1 {
  top: 12px;
}
#product-menu span.bar-2 {
  top: 21px;
}
#product-menu span.bar-3 {
  top: 30px;
}
#product-menu.active {
  z-index: 99992;
  left: 250px;
}
#product-menu.active span.bar-1 {
  top: 21px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#product-menu.active span.bar-2 {
  opacity: 0;
}
#product-menu.active span.bar-3 {
  top: 21px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#product-menu {
  left: 15px;
  /*background: #9bb732;*/
}
.navbar-scrolled #product-menu {
  top: 5px;
  left: 5px;
}
#product-menu.active span.bar-2 {
  left: -60px;
}
#product-menu.active + .ct-product-menu {
  left: 0 !important;
  z-index: 99991;
}
.ct-product-menu {
  left: -320px;
  background-color: #000;
}
.snapjs-right .ct-product-menu {
  display: none;
}
.ct-product-menu {
  width: 100%;
  max-width: 320px;
  position: fixed;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  height: 100%;
  height: 100vh;
  padding: 11px 30px 80px;
  overflow: auto;
}
@media (max-width: 479px) {
  #product-menu.active + .ct-product-menu {
    max-width: none !important;
  }
  #product-menu.active {
    left: auto;
  }
  /*
.snapjs-left #ct-js-wrapper{
  transform: none !important;
}
*/
}
.ct-product-menu ul {
  list-style: none;
  padding-left: 0;
}
.ct-product-menu ul li a {
  font-family: 'proxima-nova', sans-serif;
}
.ct-product-menu ul li a:hover span {
  text-decoration: underline;
}
.ct-product-menu ul li a .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.ct-product-menu ul li a .subtitle {
  font-size: 16px;
  color: #c5c3c3;
  display: block;
}
.ct-product-menu ul.menu li + li {
  margin-top: 25px;
}
.ct-product-menu ul.secondary-menu li + li {
  margin-top: 5px;
}
.ct-product-menu .btn {
  color: #000;
}
.ct-product-menu .ct-socials {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .nav-btn.btn-register {
    margin-left: 0;
  }
  .navbar-nav > li > a {
    padding-left: 22px;
    padding-right: 25px;
  }
  .navbar-default .navbar-brand {
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-nav a.btn-pink {
    margin-left: 20px;
  }
  .navbar-secondary {
    padding-right: 9px;
  }
  .navbar-div.navbar-fixed-top-secondary a.btn {
    padding: 0 33px;
  }
}
.browser-mozilla section.ct-iconBoxes .ct-iconBox .ct-iconBox-header {
  min-height: 73px;
}
.ie8 footer input {
  line-height: 50px;
}
.ie8 .ct-product-menu {
  left: -360px;
}
.ie8 .ct-rounded-inner {
  padding: 30px;
}
@media (min-width: 992px) {
  .navbar-buttons-mobile {
    display: none;
  }
  #product-menu .text {
    display: none;
  }
}
@media (max-width: 991px) {
  div.navbar-fixed-top .navbar-header {
    float: left;
    width: 125px;
    margin-left: -5px;
  }
  .navbar-buttons-mobile {
    position: absolute;
    right: 56px;
    top: 12px;
  }
  .navbar-buttons-mobile:before,
  .navbar-buttons-mobile:after {
    content: '';
    display: table;
    clear: both;
  }
  .navbar-buttons-mobile .nav-btn {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
  }
  .navbar-buttons-mobile .nav-btn span {
    display: inline-block;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
  }
  .navbar-buttons-mobile .nav-btn.btn-register {
    padding: 0 10px;
  }
  .navbar-buttons-mobile .nav-btn.btn-signIn {
    padding: 9px;
    color: #222;
  }
  header .ct-header-image {
    padding-bottom: 0;
  }
  header .ct-header-image a {
    top: auto;
    bottom: 12%;
  }
  #product-menu {
    right: 10px;
    left: auto;
  }
  #product-menu.active {
    right: 25px;
  }
}
@media (max-width: 991px) {
  div.navbar-fixed-top .nav-btn.btn-register,
  div.navbar-fixed-top .nav-btn.btn-signIn {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 46px;
  }
}
@media (max-width: 479px) {
  div.navbar-fixed-top .navbar-header {
    width: 45px;
    overflow: hidden;
    display: block;
    padding-top: 9px;
  }
  .navbar-brand > img {
    max-width: none;
  }
  div.navbar-fixed-top .nav-btn.btn-register,
  div.navbar-fixed-top .nav-btn.btn-signIn {
    padding: 13px 13px;
    font-size: 15px;
    line-height: 1.33;
  }
}
@media (max-width: 767px) {
  .ct-tab-container {
    display: none !important;
  }
}
.ct-tab-content {
  display: none;
  overflow: hidden;
  opacity: 0;
  margin: 10px 0;
}
.ct-tab-content.active {
  display: block;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.ct-tab-content .inner {
  padding: 30px 30px 20px 30px;
  background-image: none !important;
  text-align: left;
  color: #fff;
  position: relative;
}
.ct-tab-content .inner h4 {
  font-size: 30px;
  margin: 0 0 15px 0;
  color: #fff;
  font-weight: 700;
}
.ct-tab-content .widget-close {
  left: auto;
  right: 20px;
  top: 15px;
}
header .ct-slick {
  padding-top: 0;
}
header .ct-slick .item {
  display: table;
  width: 100%;
}
header .ct-slick .item > .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.browser-mozilla header .ct-slick .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.browser-mozilla header .ct-slick .item > .inner {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* new tabs */

@media (min-width: 1200px) {
  .ct-tabs-outer {
    margin: 0 55px;
  }
  .ct-tab-container {
    margin: 0 55px;
  }
}
.ct-tabs-outer .item {
  display: block;
  position: relative;
  margin: 15px 0;
  z-index: 1;
}
.ct-tabs-outer .item h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #2b3644;
  text-transform: uppercase;
  cursor: pointer;
}
.ct-tabs-outer .inner {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.ct-tabs-outer .inner:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}
.ct-tab-content .inner {
  color: #2B364A;
}
.item.v_education .inner {
  background: #38b3e1 url("../images/content/tab-01.png") no-repeat center center;
}
.ct-tabs-outer .v_education:hover .inner {
  background-color: #1e9ac8;
}
.ct-tab-content .inner .v_education_description h4{
  color: #38b3e1;
}
.btn.btn-lightblue {
  background-color: #38b3e1;
  color: #fff;
}
.item.v_finance .inner {
  background: #a7c53b url("../images/content/tab-02.png") no-repeat center center;
}
.ct-tabs-outer .v_finance:hover .inner {
  background-color: #869e2f;
}
.ct-tab-content .inner .v_finance_description h4{
  color: #a7c53b;
}
.btn.btn-lightgreen {
  background-color: #a7c53b;
  color: #fff;
}
.item.v_healthcare .inner {
  background: #0b71a9 url("../images/content/tab-03.png") no-repeat center center;
}
.ct-tabs-outer .v_healthcare:hover .inner {
  background-color: #085179;
}
.ct-tab-content .inner .v_healthcare_description h4{
  color: #0b71a9;
}
.btn.btn-darkblue {
  background-color: #0b71a9;
  color: #fff;
}
.item.v_media .inner {
  background: #fa7c01 url("../images/content/tab-04.png") no-repeat center center;
}
.ct-tabs-outer .v_media:hover .inner {
  background-color: #c76301;
}
.ct-tab-content .inner .v_media_description h4{
  color: #fa7c01;
}
.btn.btn-lightorange {
  background-color: #fa7c01;
  color: #fff;
}
.item.v_engineering .inner {
  background: #707070 url("../images/content/tab-05.png") no-repeat center center;
}
.ct-tabs-outer .v_engineering:hover .inner {
  background-color: #575757;
}
.ct-tab-content .inner .v_engineering_description h4{
  color: #707070;
}
.btn.btn-darkgrey {
  background-color: #707070;
  color: #fff;
}
.item.v_retail .inner {
  background: #6e8e07 url("../images/content/tab-06.png") no-repeat center center;
}
.ct-tabs-outer .v_retail:hover .inner {
  background-color: #485d05;
}
.ct-tab-content .inner .v_retail_description h4{
  color: #6e8e07;
}
.btn.btn-grassgreen {
  background-color: #6e8e07;
  color: #fff;
}
.item.v_real_estate .inner {
  background: #828181 url("../images/content/tab-07.png") no-repeat center center;
}
.ct-tabs-outer .v_real_estate:hover .inner {
  background-color: #686868;
}
.ct-tab-content .inner .v_real_estate_description h4{
  color: #828181;
}
.btn.btn-darkergrey {
  background-color: #828181;
  color: #fff;
}
.item.v_services .inner {
  background: #ec0291 url("../images/content/tab-08.png") no-repeat center center;
}
.ct-tabs-outer .v_services:hover .inner {
  background-color: #b90272;
}
.ct-tab-content .inner .v_services_description h4{
  color: #ec0291;
}
.btn.btn-pink2 {
  background-color: #ec0291;
  color: #fff;
}
.item.v_shipping .inner {
  background: #0cc077 url("../images/content/tab-09.png") no-repeat center center;
}
.ct-tabs-outer .v_shipping:hover .inner {
  background-color: #099059;
}
.ct-tab-content .inner .v_shipping_description h4{
  color: #0cc077;
}
.btn.btn-justgreen {
  background-color: #0cc077;
  color: #fff;
}
.item.v_technology .inner {
  background: #7f75a7 url("../images/content/tab-10.png") no-repeat center center;
}
.ct-tabs-outer .v_technology:hover .inner {
  background-color: #655b8e;
}
.ct-tab-content .inner .v_technology_description h4{
  color: #7f75a7;
}
.btn.btn-purple {
  background-color: #7f75a7;
  color: #fff;
}
.item.v_utilities .inner {
  background: #e7b402 url("../images/content/tab-11.png") no-repeat center center;
}
.ct-tabs-outer .v_utilities:hover .inner {
  background-color: #b48d02;
}
.ct-tab-content .inner .v_utilities_description h4{
  color: #e7b402;
}
.btn.btn-mustard {
  background-color: #e7b402;
  color: #fff;
}
.item.v_more .inner {
  background: #ae041b url("../images/content/tab-12.png") no-repeat center center;
  color: #fff;
}
.ct-tabs-outer .v_more:hover .inner {
  background-color: #7c0313;
}
.ct-tab-content .inner .v_more_description h4{
  color: #ae041b;
}
.btn.btn-darkred {
  background-color: #ae041b;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ct-tabs-outer .inner {
    background-size: 50% !important;
  }
  .ct-tabs-outer .item h2 {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .ct-tabs-outer > .row > div {
    width: 50%;
  }
}
.btn-arrow {
  position: relative;
  padding: 13px 75px 13px 25px;
  text-transform: none;
  font-size: 19px;
}
.btn-arrow span {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.25);
}
.btn-arrow span img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px auto auto -4px;
  width: auto;
}
.btn-arrow.btn-motive {
  margin: 0 10px;
}
.ct-roundedBox {
  display: block;
  text-align: center;
}
.ct-roundedBox-icon {
  width: 185px;
  height: 185px;
  display: inline-table;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-roundedBox-icon > .inner {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}
.ct-roundedBox-icon > .inner img {
  display: inline-block;
  cursor: pointer;
}
.item .ct-roundedBox h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  color: #363636;
  cursor: pointer;
}
.ct-roundedArticle {
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.ct-roundedArticle-image {
  width: 242px;
  height: 242px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.ct-roundedArticle-person {
  border-radius: 50%;
  border: 4px solid #fff;
  width: 100%;
}
.ct-roundedArticle-icon {
  display: block;
  width: 81px;
  height: 81px;
  border: 5px solid #fff;
  background: #ff5c00 url("../images/content/rounded_icon-01.png") no-repeat center center;
  border-radius: 50%;
  position: absolute;
  bottom: -25px;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
  margin-bottom: -33px;
}
.ct-roundedArticle-icon.item-2 {
  background-image: url("../images/content/rounded_icon-02.png");
  background-color: #3bacdc;
}
.ct-roundedArticle-icon.item-3 {
  background-image: url("../images/content/rounded_icon-03.png");
  background-color: #b1d235;
}
.ct-roundedArticle h3 small {
  color: #fff;
  display: block;
  font-size: 19px;
}
.ct-roundedArticle h3 span {
  font-weight: bold;
  font-size: 35px;
}
.ct-roundedArticle .btn {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  -webkit-transition: none;
  transition: none;
}
.ct-roundedArticle p {
  padding-top: 10px;
  font-size: 17px;
  font-weight: 300;
  max-width: 320px;
  display: inline-block;
  min-height: 165px;
  color: #fff;
}
.ct-roundedArticle .orange {
  color: #ff5c00;
}
.ct-roundedArticle .green {
  color: #b1d235;
}
.ct-roundedArticle .motive {
  color: #3bacdc;
}
@media (min-width: 768px) {
  .ct-roundedArticle a {
    display: block;
  }
}
@media (max-width: 767px) {
  .ct-roundedArticle a {
    display: inline-block;
  }
}
.ct-roundedArticle a:hover .orange {
  color: #ae4003;
}
.ct-roundedArticle a:hover .green {
  color: #7c9731;
}
.ct-roundedArticle a:hover .motive {
  color: #226b8a;
}
.ct-roundedArticle a:hover .btn.btn-orange {
  background-color: #ae4003;
}
.ct-roundedArticle a:hover .btn.btn-motive {
  background-color: #226b8a;
}
.ct-roundedArticle a:hover .btn.btn-green {
  background-color: #7c9731;
}
.ct-roundedArticle a:hover .ct-roundedArticle-icon.item-1 {
  background-color: #ae4003;
}
.ct-roundedArticle a:hover .ct-roundedArticle-icon.item-2 {
  background-color: #226b8a;
}
.ct-roundedArticle a:hover .ct-roundedArticle-icon.item-3 {
  background-color: #7c9731;
}
@media (max-width: 991px) {
  .ct-roundedArticle-image {
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .ct-roundedArticle p {
    min-height: 0;
    margin-bottom: 15px;
  }
  .ct-roundedArticle {
    margin-top: 80px;
  }
  .row > div:first-child .ct-roundedArticle {
    margin-top: 0;
  }
}
.btn-orange {
  background-color: #ff5c00;
  color: #fff;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  color: #fff;
}
.ct-u-sectionGrey {
  background-color: #eee;
  background-color: rgba(235, 235, 235, 0.4);
}
.ct-btn-scroll {
  width: 49px;
  height: 49px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.ct-btn-scroll:hover {
  background-color: #2eacdf;
}
.ct-btn-scroll:hover:active {
  background-color: #20789c;
}
header {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .navbar-header {
    padding-left: 40px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header.header-small {
  margin-top: 70px;
}
header.header-small h1 {
  font-size: 70px;
  color: #f3f4f1;
}
.breadcrumb-container {
  background-color: #fafafa;
}
.breadcrumb {
  padding: 28px 15px;
  margin-bottom: 0;
  background-color: transparent;
  font-size: 11px;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 28px 15px 5px;
  }
}
.breadcrumb > li + li:before {
  content: '|';
  padding-right: 10px;
}
.breadcrumb-socials li {
  display: inline-block;
  padding: 0 0 20px 0;
  float: left;
}
.breadcrumb-socials {
  padding: 18px 15px;
}
@media (min-width: 768px) {
  .breadcrumb-socials {
    float: right;
    padding-bottom: 0;
  }
}
.breadcrumb-container .breadcrumb-socials-share {
  padding: 10px 10px 0 0;
  text-transform: uppercase;
  font-size: 11px;
  color: #25496a;
  font-weight: 600;
}
.section-content p {
  padding-bottom: 15px;
}
.section-content ul {
  padding-left: 20px;
}
.section-content h2 {
  font-size: 22px;
  font-weight: 700;
  padding: 10px 0 15px;
}
#mainNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 997;
}
.section-content {
  border-bottom: 8px solid #b0d44b;
  padding-bottom: 60px;
}
@media (max-width: 479px) {
  .section-content {
    padding-bottom: 30px;
  }
}
.ct-testimonial {
  font-size: 20px;
  font-family: 'proxima-nova', sans-serif;
  text-align: center;
  padding: 40px 35px;
  margin-top: 30px;
}
.ct-testimonial-container {
  background-color: #f2f5f8;
}
.ct-testimonial p {
  padding: 0;
  margin: 0;
}
.ct-testimonial-quote {
  padding-bottom: 25px;
}
.ct-testimonial-name {
  font-size: 19.03px;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.ct-testimonial-separator {
  width: 33px;
  height: 2px;
  background-color: #000000;
  display: inline-block;
  margin: 20px 0;
}
.ct-testimonial-company {
  font-weight: 700;
  line-height: 0.8;
  font-size: 19px;
  font-style: italic;
}
.ct-sectionHeader--type2 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 38px;
  color: #2483c3;
  font-weight: 700;
  padding-bottom: 30px;
  margin-bottom: 40px;
  margin-top: 0;
  position: relative;
}
.ct-sectionHeader--type2:after {
  content: '';
  width: 100%;
  max-width: 354px;
  background-color: #e1e1e1;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ct-sectionHeader--type2 small {
  font-size: 21.17px;
  padding-top: 10px;
  color: #231f20;
  display: block;
}
.ct-feature_list {
  display: inline-block;
}
.ct-feature_list-header {
  font-size: 20px;
  color: #2294a2;
  font-weight: 700;
  font-style: italic;
  padding-bottom: 15px;
  padding-left: 28px;
}
.ct-feature_list li {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}
.ct-feature_list li + li {
  margin-top: 25px;
}
.ct-feature_list li:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 0;
  width: 19px;
  height: 19px;
  background-image: url('../images/Check2.png');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.well {
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 19px;
  font-style: italic;
  text-align: center;
  font-weight: lighter;
  padding: 50px 25px;
  margin: 45px 0 30px;
}
.mobile-app-column {
  background-color: #f2f5f8;
}
form.mobile-app {
  border-top: 8px solid #b0d44b;
  padding: 45px 40px;
}
form.mobile-app h3 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  font-size: 22.02px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
form.mobile-app h3 span {
  display: inline-block;
  max-width: 335px;
}
form.mobile-app .form-group input,
form.form-request .form-group input,
form.form-request .form-group select {
  display: block;
  width: 100%;
  border-radius: 0;
  border: 2px solid #e1e1e1;
  padding: 0 0 0 10px;
  height: 38px;
}
form.mobile-app .form-group label,
form.form-request .form-group label {
  font-weight: 400;
  line-height: 0.9;
  font-size: 15.58px;
}
form.mobile-app label span {
  color: #e9162b;
}
form.mobile-app .checkbox {
  text-align: center;
  padding-top: 20px;
}
form.mobile-app .checkbox label span {
  position: relative;
  color: #5c5d5f;
  font-size: 17px;
  padding-left: 10px;
}
form.mobile-app .checkbox label .checkbox-box {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #252525;
  border-radius: 5px;
  position: relative;
  top: 1px;
  color: white;
  font-size: 0px;
  display: inline-block;
  float: left;
  padding: 0;
}
form.mobile-app .checkbox input:checked + .checkbox-box {
  font-size: inherit;
}
.label-lighter {
  color: #6f6e6e;
}
form.form-request h2 {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 40px;
}
form.form-request h2 small {
  display: block;
  font-size: 18px;
  padding-top: 5px;
  color: #050708;
}
form.form-request button.btn {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
form.form-request select option {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ct-sectionHeader--small {
  font-family: 'proxima-nova', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
}
.resources-category {
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  padding: 3px 5px;
  text-transform: uppercase;
}
.resources-image {
  min-height: 160px;
}
.resources-box {
  display: inline-block;
  text-align: left;
  color: inherit;
}
.resources-box h3 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 5px;
}
@media (max-width: 479px) {
  .resources-box h3, .resources-box {
    text-align: center;
  }
}

/* specific styles per element */

@media (max-width: 1300px) {
  .noTopMobilePadding {
    padding-top: 0 !important;
  }
  .noBottomMobilePadding {
    padding-bottom: 0 !important;
  }
  .noBothMobilePadding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ct-u-paddingTop100 {
    padding-top: 60px !important;
  }
  .ct-u-paddingTop80 {
    padding-top: 50px !important;
  }
  .ct-u-paddingTop110 {
    padding-top: 50px !important;
  }
  .ct-u-paddingBottom120 {
    padding-bottom: 80px !important;
  }
  .ct-u-paddingBottom70 {
    padding-bottom: 35px !important;
  }
  .text-center-tablet {
    text-align: center;
  }
}
@media (max-width: 479px) {
  #homeSlider1 {
    min-height: 600px !important;
  }
  form button.btn.btn-large {
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  form.mobile-app {
    padding-left: 25px;
    padding-right: 25px;
  }
  .ct-testimonial {
    padding: 40px 15px;
  }
}
h2.unique-header {
  font-size: 40px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  color: #000;
}
h2.unique-header.unique-header--withBottomLine {
  position: relative;
  padding-bottom: 10px;
}
h2.unique-header.unique-header--withBottomLine:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 457px;
  width: 100%;
  height: 1px;
  background-color: #eb1d5d;
}
h2.unique-header.unique-header--smallLineHeight {
  line-height: 33px;
}
.banner-section {
  background: center center no-repeat;
  background-size: cover;
  margin-top: 70px;
  position: relative;
}
.banner-section small {
  text-shadow: 0 0 3px #000;
  font-size: 16.31px;
  color: #b0d44b;
  display: block;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.15px;
  padding-top: 103px;
}
.banner-section h1 {
  font-size: 65px;
  line-height: 61px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 26px;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
}
@media (max-width: 479px) {
  .banner-section h1 {
    font-size: 42px;
    line-height: 0.95;
  }
  .banner-section small {
    padding-top: 50px;
  }
}
.banner-section p {
  margin-bottom: 92px;
  font-size: 20.4px;
  color: #fff;
  padding-right: 50px;
  max-width: 790px;
}
.banner-section.banner-section--news {
  background: center center no-repeat;
  color: #fff;
  padding-top: 173px;
  padding-bottom: 100px;
  background-size: cover;
}
.banner-section.banner-section--news h1 {
  font-size: 67.25px;
  line-height: 54.23px;
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 800;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
}
.banner-section.banner-section--news p {
  font-family: "proxima-nova", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 25px;
  line-height: 29.33px;
}
@media(max-width: 767px) {
  .banner-section h1 {
    font-size: 60px;
  }
}
@media(max-width: 767px) {
  .banner-section p {
    padding-right: 0;
  }
}
@media(max-width: 767px) {
  .banner-section.banner-section--news {
    padding-top: 112px;
    padding-bottom: 88px;
  }
}
@media(max-width: 767px) {
  .landing-header h1 {
    padding-top: 64px;
    padding-bottom: 56px;
  }
}
@media (max-width: 479px) {
  .banner-section h1 {
    font-size: 39px;
    line-height: 50px;
  }
  .banner-section.banner-section--news {
    padding-top: 65px;
    padding-bottom: 62px;
  }
  .normal-section.normal-section-mobile {
    padding-top: 30px;
  }
  .landing-header h1 {
    padding-top: 40px;
    padding-bottom: 33px;
    font-size: 46px;
  }
}
.divided-section h3 {
  font-weight: 600;
}
.divided-section p {
  font-size: 17px;
  line-height: 27px;
}
.divided-section p + p {
  padding-top: 15px;
}
.divided-section.white {
  padding-top: 125px;
  padding-bottom: 100px;
  background-color: #fff;
}
.divided-section.white h2 {
  color: #2b2b2b;
  margin-bottom: 62px;
  margin-top: 0;
}
.divided-section.white h2 span {
  color: #e9594d;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.divided-section.white h2 span:hover {
  color: #ff5f53;
}
.divided-section.white p + p {
  margin-bottom: 60px;
}
.divided-section.slateGrey {
  background-color: #203740;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 1px;
}
@media only screen and (min-width: 992px) {
  .col-right {
    padding-left: 50px;
  }
}
.divided-section.slateGrey h2 {
  font-size: 36.82px;
  color: #fff;
  margin-top: 30px;
}
.divided-section.slateGrey h3 {
  font-size: 24px;
  display: block;
  padding-bottom: 27px;
  margin-top: 6px;
  margin-bottom: 0;
}
.divided-section.whiteGrey {
  color: #000;
  overflow: hidden;
}
.divided-section.whiteGrey .divided-section-left,
.divided-section.whiteGrey .divided-section-right {
  padding-top: 122px;
  padding-bottom: 130px;
}
.divided-section.whiteGrey h3 {
  margin-top: 16px;
  margin-bottom: 70px;
}
.divided-section.whiteGrey .divided-section-left {
  background-color: #fff;
  padding-right: 65px;
}
.divided-section.whiteGrey .divided-section-left h3 {
  margin-bottom: 15px;
}
.divided-section.whiteGrey .divided-section-left img {
  padding-top: 27px;
  padding-bottom: 25px;
}
.divided-section.whiteGrey .divided-section-right {
  background-color: #f2f2f2;
  padding-left: 58px;
  position: relative;
  z-index: 10;
}
.divided-section.whiteGrey .divided-section-right:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 2000px;
  height: 1500px;
  background-color: #f2f2f2;
}
.divided-section.whiteGrey p > a {
  display: inline-block;
  color: #0b60b8;
  position: relative;
}
.divided-section.whiteGrey p > a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0b60b8;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.divided-section.whiteGrey p > a:hover:after {
  width: 100%;
}
.divided-section.greenOcean {
  background-color: #b0d44b;
  padding-top: 122px;
  padding-bottom: 118px;
  color: #000000;
}
.divided-section.greenOcean h2 {
  color: #000000;
}
.divided-section.greenOcean h2.unique-header.unique-header--withBottomLine {
  padding-bottom: 18px;
}
.divided-section.greenOcean h2.unique-header.unique-header--withBottomLine:after {
  background-color: #dfdede;
}
.divided-section.greenOcean h3 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 700;
}
.divided-section.greyWhite {
  overflow: hidden;
}
.divided-section.greyWhite h3 {
  margin-top: 30px;
}
.divided-section.greyWhite .divided-section-left,
.divided-section.greyWhite .divided-section-right {
  padding-top: 122px;
  padding-bottom: 130px;
}
.divided-section.greyWhite .divided-section-left {
  background-color: #f2f2f2;
  padding-right: 50px;
  position: relative;
  z-index: 10;
}
.divided-section.greyWhite .divided-section-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 2000px;
  height: 1500px;
  background-color: #f2f2f2;
}
.divided-section.greyWhite .divided-section-left figure + p {
  padding-top: 88px;
}
.divided-section.greyWhite .divided-section-left h3 {
  margin-bottom: 85px;
}
.divided-section.greyWhite .divided-section-right {
  padding-left: 30px;
}
.divided-section.greyWhite .divided-section-right h3 + p {
  padding-top: 40px;
}
.divided-section.withImage {
  overflow: hidden;
}
.divided-section.withImage h2 {
  margin-top: 90px;
}
.divided-section.withImage h3 {
  margin-bottom: 49px;
}
.divided-section.withImage h3 + p {
  padding-right: 77px;
  padding-bottom: 45px;
}
.divided-section.withImage .divided-fixed-height {
  min-height: 669px;
}
.divided-section.withImage .divided-image-inside {
  padding: 0;
  min-height: 669px;
}
.divided-section.withImage .divided-image-inside .divided-image-inside-inner {
  min-height: 669px;
  width: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  background: no-repeat left;
  background-size: cover;
}
@media (max-width: 3000px) {
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    width: 1550px;
  }
}
@media (max-width: 2750px) {
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    width: 1400px;
  }
}
@media (max-width: 2500px) {
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    width: 1270px;
  }
}
@media (max-width: 2200px) {
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    width: 1200px;
  }
}
@media (max-width: 1920px) {
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    width: 1000px;
  }
}
@media (max-width: 1630px) {
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    width: 830px;
    min-height: 732px;
  }
}
@media (max-width: 1200px) {
  .divided-section.withImage .divided-image-inside {
    min-height: 857px;
  }
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    width: 630px;
    min-height: 857px;
  }
}
.divided-section-paddingRight {
  padding-right: 20px;
}
@media (max-width: 1630px) {
  .divided-section-paddingRight {
    padding-right: 70px;
  }
  .divided-section.greenOcean p {
    padding-right: 0;
  }
  .divided-section.greyWhite .divided-section-right {
    padding-left: 57px;
  }
}
@media (max-width: 1200px) {
  .divided-section.slateGrey h2 {
    margin-top: 19px;
  }
  .divided-section.whiteGrey .divided-section-left {
    padding-right: 93px;
  }
}
@media (max-width: 992px) {
  .divided-section.withImage .divided-fixed-height {
    min-height: 1px;
    padding-bottom: 40px;
  }
  .divided-section.withImage h3 + p {
    padding-right: 0;
  }
  .divided-section.withImage .divided-image-inside {
    min-height: 500px;
  }
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    width: 1000px;
    min-height: 500px;
    left: -113px;
  }
  .divided-section-paddingRight {
    padding-right: 15px;
  }
  .divided-section.white {
    padding-top: 105px;
    padding-bottom: 110px;
  }
  .divided-section.slateGrey {
    padding-top: 113px;
    padding-bottom: 92px;
  }
  .divided-section.slateGrey h2 {
    margin-top: 80px;
  }
  .divided-section.whiteGrey .divided-section-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 2000px;
    height: 1500px;
    background-color: #f2f2f2;
  }
  .divided-section.whiteGrey .divided-section-left,
  .divided-section.whiteGrey .divided-section-right {
    padding-top: 110px;
    padding-bottom: 87px;
  }
  .divided-section.whiteGrey .divided-section-left {
    padding-right: 15px;
  }
  .divided-section.whiteGrey .divided-section-right {
    padding-left: 15px;
  }
  .divided-section.greyWhite .divided-section-left {
    padding-right: 15px;
  }©
  .divided-section.greyWhite .divided-section-left:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 2000px;
    height: 1500px;
    background-color: #f2f2f2;
  }
  .divided-section.greyWhite .divided-section-right {
    padding-left: 15px;
    background-color: #fff;
    z-index: 999;
  }
  .divided-section.greyWhite .divided-section-right:after,
  .divided-section.greyWhite .divided-section-right:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 2000px;
    height: 1500px;
    background-color: #fff;
  }
  .divided-section.greyWhite .divided-section-right:after {
    left: 0;
  }
  .divided-section.greyWhite .divided-section-right:before {
    right: 0;
  }
}
@media (max-width: 768px) {
  .divided-section.withImage .divided-image-inside {
    min-height: 500px;
  }
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    min-height: 500px;
    width: 780px;
    left: 0;
  }
  .divided-section.white {
    padding-top: 55px;
    padding-bottom: 45px;
  }
  .grey-section {
    padding-top: 60px;
  }
  .divided-section.greenOcean {
    padding-top: 103px;
    padding-bottom: 94px;
  }
  .divided-section.greyWhite .divided-section-left,
  .divided-section.greyWhite .divided-section-right {
    padding-top: 103px;
    padding-bottom: 93px;
  }
  .divided-section.withImage h2 {
    margin-top: 55px;
  }
  .divided-section.withImage .divided-fixed-height {
    min-height: 1px;
  }
  .normal-section.normal-section--grey {
    padding-top: 51px;
  }
}
@media (max-width: 480px) {
  .divided-section.withImage .divided-image-inside .divided-image-inside-inner {
    width: 490px;
    min-height: 300px;
  }
  .divided-section.withImage .divided-image-inside {
    min-height: 300px;
  }
  .divided-section.white h2,
  .divided-section.whiteGrey h2,
  .divided-section.slateGrey h2,
  .divided-section.greenOcean h2,
  .divided-section.greyWhite h2 {
    font-size: 30px;
  }
  .divided-section.slateGrey {
    padding-top: 67px;
    padding-bottom: 53px;
  }
  .divided-section.whiteGrey .divided-section-left,
  .divided-section.whiteGrey .divided-section-right {
    padding-top: 55px;
    padding-bottom: 45px;
  }
  .divided-section.whiteGrey h3 {
    margin-bottom: 50px;
  }
  .divided-section.greenOcean {
    padding-top: 56px;
    padding-bottom: 70px;
  }
  .divided-section.greyWhite .divided-section-left,
  .divided-section.greyWhite .divided-section-right {
    padding-top: 61px;
    padding-bottom: 55px;
  }
  .grey-section {
    padding-bottom: 30px;
    margin-top: 15px;
    padding-top: 30px;
  }
  .normal-section.normal-section--grey {
    padding-bottom: 9px;
  }
}
.table.table-cms > caption + thead > tr:first-child > td,
.table.table-cms > caption + thead > tr:first-child > th,
.table.table-cms > colgroup + thead > tr:first-child > td,
.table.table-cms > colgroup + thead > tr:first-child > th,
.table.table-cms > thead:first-child > tr:first-child > td,
.table.table-cms > thead:first-child > tr:first-child > th {
  vertical-align: bottom;
  padding: 16px 5px 16px 18px;
}
.table.table-cms > tbody > tr > td,
.table.table-cms > tbody > tr > th,
.table.table-cms > tfoot > tr > td,
.table.table-cms > tfoot > tr > th,
.table.table-cms > thead > tr > td,
.table.table-cms > thead > tr > th {
  border: none;
  padding: 12px 14px;
}
.table.table-cms > tbody > tr > th {
  background-color: #1b7f8b;
  font-size: 16.54px;
  color: #fff;
  text-align: right;
  width: 19%;
  vertical-align: bottom;
  min-height: 100px;
}
.table.table-cms > tbody > tr > td {
  font-size: 14px;
  color: #000;
  background-color: #efeeee;
  vertical-align: middle;
  width: 27%;
  min-height: 100px;
}
.table.table-cms > tbody > tr + tr {
  border-top: 5px solid #fff;
}
.ocoa,
.drupal,
.wordpress {
  font-size: 17.86px;
  font-weight: 600;
  display: block;
  padding-top: 25px;
  text-align: center;
}
.solodev {
  color: #e9262d;
}
.drupal {
  color: #0b5a8c;
}
.wordpress {
  color: #000;
}
.table-responsive.table-responsive-cms {
  padding-right: 40px;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .table-responsive {
    border: none;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: normal;
  }
}
@media (max-width: 992px) {
  .table-responsive.table-responsive-cms {
    padding-right: 0;
  }
}
.blog-header {
  font-family: 'nimbus-sans-condensed', sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  color: #0c0101;
  line-height: 48.27px;
  font-weight: 600;
  padding-bottom: 4px;
  position: relative;
}
.blog-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 283px;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}
.blog-header.blog-header-marginBottom0 {
  margin-bottom: 0;
}
.list-news {
  max-width: 350px;
  width: 100%;
  font-family: 'nimbus-sans-condensed', sans-serif;
  padding-left: 0;
  margin-left: -15px;
}
.list-news > li {
  display: block;
}
header.header-small h1 {
  font-size: 70px;
  color: #f3f4f1;
}
.list-news > li > a {
  font-size: 17px;
  color: #000;
  padding: 9px 0 9px 15px;
  display: block;
  -webkit-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
  letter-spacing: -0.25px;
}
.list-news > li > a:hover {
  background-color: #33a6f3;
  color: #fff;
}
.list-news > li.active > a {
  background-color: #33a6f3;
  color: #fff;
}
.media-box .media {
  padding-top: 14px;
  max-width: 283px;
  width: 100%;
}
.media-box .media .media-left .media-object {
  max-width: none;
}
.media-box .media .media-left:hover + .media-body .media-heading > a {
  color: #33a6f3;
}
.media-box .media .media-body {
  color: #000;
}
.media-box .media .media-body .media-heading {
  font-family: 'nimbus-sans-condensed', sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.1px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.media-box .media .media-body p {
  font-size: 12px;
  font-family: 'Helvetica', sans-serif;
}
.media-box .media:hover .media-body .media-heading {
  color: #000000;
}
.media-box .media + .media {
  border-top: 1px solid #e1e1e1;
}
.media-box .media:last-child {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 17px;
}
.media-box .media-left,
.media-box .media > .pull-left {
  padding-right: 15px;
}
.blog-sidebar {
  padding-top: 33px;
}
.side.side-paddingTop {
  padding-top: 70px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .side.side-paddingTop {
    padding-top: 0px;
  }
}
.sidebar-link {
  display: inline-block;
  font-family: 'nimbus-sans-condensed', sans-serif;
  color: #000000;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  -webkit-transition: color 0.22s ease-in-out;
  transition: color 0.22s ease-in-out;
}
.sidebar-link:hover {
  color: #33a6f3;
}
.blog-content {
  padding-top: 33px;
  padding-left: 32px;
}
.blog-content h2 {
  margin-top: 23px;
  font-family: "proxima-nova", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #0c0101;
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-content h3 {
  font-size: 25px;
  line-height: 23px;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.blog-content small {
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #0c0101;
  font-weight: 600;
  padding-right: 100px;
  display: block;
}
.blog-content p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-top: 20px;
  margin-bottom: 0;
}
.blog-content a {
  color: #d2282e;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.blog-content a:hover {
  color: #ff3343;
}
.blog-big-image {
  padding-top: 55px;
  padding-bottom: 30px;
}
.main-paragraph {
  padding-right: 100px;
  padding-top: 50px !important;
}
.blog-content-section {
  padding-bottom: 20px;
}
.seperate-content {
  margin-bottom: 45px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e1e1e1;
}
.list-normal {
  list-style: disc inside;
  padding-top: 33px;
  padding-left: 5px;
  color: #484747;
}
.list-normal > li {
  font-size: 16px;
  line-height: 28px;
}
.blog-section-divided {
  display: table;
  width: 100%;
  padding-top: 58px;
  padding-bottom: 25px;
}
.blog-section-divided .blog-section-divided-media {
  display: table-cell;
  width: 40%;
}
.blog-section-divided .blog-section-divided-media img {
  width: 100%;
}
.blog-section-divided .blog-section-divided-content {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
  background-color: #f2f5f8;
  padding: 15px 35px;
  text-align: center;
  color: #000;
}
.blog-section-divided .blog-section-divided-content q {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.blog-section-divided .blog-section-divided-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 13px;
}
.blog-section-divided .blog-section-divided-content footer {
  font-size: 18.31px;
  line-height: 21.44px;
  margin-top: 32px;
  position: relative;
  background: transparent;
}
.blog-section-divided .blog-section-divided-content footer:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  width: 41px;
  height: 3px;
  display: block;
  background-color: #000;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #515253;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 1630px) {
  .blog-content small {
    padding-right: 0;
  }
  .main-paragraph {
    padding-right: 0;
  }
  .blog-section-divided .blog-section-divided-content img {
    padding-bottom: 20px;
  }
  .blog-section-divided .blog-section-divided-content q {
    font-size: 18.36px;
    line-height: 23.65px;
  }
  .blog-section-divided .blog-section-divided-content footer {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .blog-section-divided .blog-section-divided-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog-section-divided .blog-section-divided-content q {
    font-size: 14.36px;
    line-height: 20.65px;
  }
  .blog-section-divided .blog-section-divided-content footer {
    margin-top: 55px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .side {
    text-align: center;
  }
  .side .sidebar-part {
    display: inline-block;
  }
  .side .sidebar-part .list-news {
    width: auto;
    max-width: none;
  }
  .blog-header:after {
    max-width: none;
  }
  .blog-content {
    padding-left: 15px;
  }
  .blog-section-divided {
    display: block;
  }
  .blog-section-divided .blog-section-divided-media {
    display: block;
    width: 100%;
  }
  .blog-section-divided .blog-section-divided-content {
    display: block;
    padding-top: 35px;
    padding-bottom: 35px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .blog-content h2 {
    font-size: 28px;
    line-height: 35.27px;
    margin-bottom: 25px;
  }
  .blog-content {
    padding-top: 8px;
  }
  .blog-content small {
    font-size: 23px;
    line-height: 25px;
  }
  .list-normal > li {
    font-size: 15px;
    line-height: 27px;
  }
  .list-news {
    margin-left: 0;
  }
  .blog-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .blog-header {
    margin-top: 0;
  }
  .break-liner br {
    display: none;
  }
}
.parallax {
  background-color: transparent !important;
}
section {
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .ct-featureBox {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
.browser-mozilla .ct-featureBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.browser-mozilla .ct-featureBox .inner {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.visible-desktop {
  display: none !important;
}
@media (max-width: 479px) {
  .mobile-fullWidth {
    width: 100%;
  }
  ol.breadcrumb {
    display: none;
  }
}
@media (min-width: 1440px) {
  .visible-desktop {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .header-nav {
    padding-top: 85px;
  }
}
@media (min-width: 1400px) {
  .header-nav {
    padding-top: 60px;
  }
}

.sidebar-part .media {
  -webkit-transition: background-color, 0.25s, ease-in-out;
          transition: background-color, 0.25s, ease-in-out;
}
.sidebar-part .media:hover {
  background-color: #eeeeee;
}
.blog-separator {
  height: 1px;
  width: 100%;
  background-color: #eeeeee;
  margin-bottom: 50px;
}





























@media (min-width: 1400px) {
  .ct-u-paddingBoth0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ct-u-paddingTop0 {
    padding-top: 0px;
  }
  .ct-u-paddingBottom0 {
    padding-bottom: 0px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ct-u-paddingTop0 {
    padding-top: 0px;
  }
  .ct-u-paddingBottom0 {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ct-u-paddingTop0 {
    padding-top: 0px;
  }
  .ct-u-paddingBottom0 {
    padding-bottom: 0px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .ct-u-paddingTop5 {
    padding-top: 5px;
  }
  .ct-u-paddingBottom5 {
    padding-bottom: 5px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth5 {
    padding-top: 4.5px;
    padding-bottom: 4.5px;
  }
  .ct-u-paddingTop5 {
    padding-top: 4.5px;
  }
  .ct-u-paddingBottom5 {
    padding-bottom: 4.5px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth5 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .ct-u-paddingTop5 {
    padding-top: 3px;
  }
  .ct-u-paddingBottom5 {
    padding-bottom: 3px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ct-u-paddingTop10 {
    padding-top: 10px;
  }
  .ct-u-paddingBottom10 {
    padding-bottom: 10px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth10 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .ct-u-paddingTop10 {
    padding-top: 9px;
  }
  .ct-u-paddingBottom10 {
    padding-bottom: 9px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth10 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .ct-u-paddingTop10 {
    padding-top: 6px;
  }
  .ct-u-paddingBottom10 {
    padding-bottom: 6px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ct-u-paddingTop15 {
    padding-top: 15px;
  }
  .ct-u-paddingBottom15 {
    padding-bottom: 15px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth15 {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }
  .ct-u-paddingTop15 {
    padding-top: 13.5px;
  }
  .ct-u-paddingBottom15 {
    padding-bottom: 13.5px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth15 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .ct-u-paddingTop15 {
    padding-top: 9px;
  }
  .ct-u-paddingBottom15 {
    padding-bottom: 9px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ct-u-paddingTop20 {
    padding-top: 20px;
  }
  .ct-u-paddingBottom20 {
    padding-bottom: 20px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth20 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .ct-u-paddingTop20 {
    padding-top: 18px;
  }
  .ct-u-paddingBottom20 {
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth20 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .ct-u-paddingTop20 {
    padding-top: 12px;
  }
  .ct-u-paddingBottom20 {
    padding-bottom: 12px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .ct-u-paddingTop25 {
    padding-top: 25px;
  }
  .ct-u-paddingBottom25 {
    padding-bottom: 25px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth25 {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }
  .ct-u-paddingTop25 {
    padding-top: 22.5px;
  }
  .ct-u-paddingBottom25 {
    padding-bottom: 22.5px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth25 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ct-u-paddingTop25 {
    padding-top: 15px;
  }
  .ct-u-paddingBottom25 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ct-u-paddingTop30 {
    padding-top: 30px;
  }
  .ct-u-paddingBottom30 {
    padding-bottom: 30px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth30 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .ct-u-paddingTop30 {
    padding-top: 27px;
  }
  .ct-u-paddingBottom30 {
    padding-bottom: 27px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth30 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .ct-u-paddingTop30 {
    padding-top: 18px;
  }
  .ct-u-paddingBottom30 {
    padding-bottom: 18px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .ct-u-paddingTop35 {
    padding-top: 35px;
  }
  .ct-u-paddingBottom35 {
    padding-bottom: 35px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth35 {
    padding-top: 31.5px;
    padding-bottom: 31.5px;
  }
  .ct-u-paddingTop35 {
    padding-top: 31.5px;
  }
  .ct-u-paddingBottom35 {
    padding-bottom: 31.5px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth35 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .ct-u-paddingTop35 {
    padding-top: 21px;
  }
  .ct-u-paddingBottom35 {
    padding-bottom: 21px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ct-u-paddingTop40 {
    padding-top: 40px;
  }
  .ct-u-paddingBottom40 {
    padding-bottom: 40px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth40 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .ct-u-paddingTop40 {
    padding-top: 36px;
  }
  .ct-u-paddingBottom40 {
    padding-bottom: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth40 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .ct-u-paddingTop40 {
    padding-top: 24px;
  }
  .ct-u-paddingBottom40 {
    padding-bottom: 24px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .ct-u-paddingTop45 {
    padding-top: 45px;
  }
  .ct-u-paddingBottom45 {
    padding-bottom: 45px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth45 {
    padding-top: 40.5px;
    padding-bottom: 40.5px;
  }
  .ct-u-paddingTop45 {
    padding-top: 40.5px;
  }
  .ct-u-paddingBottom45 {
    padding-bottom: 40.5px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth45 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .ct-u-paddingTop45 {
    padding-top: 27px;
  }
  .ct-u-paddingBottom45 {
    padding-bottom: 27px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ct-u-paddingTop50 {
    padding-top: 50px;
  }
  .ct-u-paddingBottom50 {
    padding-bottom: 50px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth50 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .ct-u-paddingTop50 {
    padding-top: 45px;
  }
  .ct-u-paddingBottom50 {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ct-u-paddingTop50 {
    padding-top: 30px;
  }
  .ct-u-paddingBottom50 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .ct-u-paddingTop55 {
    padding-top: 55px;
  }
  .ct-u-paddingBottom55 {
    padding-bottom: 55px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth55 {
    padding-top: 41.25px;
    padding-bottom: 41.25px;
  }
  .ct-u-paddingTop55 {
    padding-top: 41.25px;
  }
  .ct-u-paddingBottom55 {
    padding-bottom: 41.25px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth55 {
    padding-top: 19.25px;
    padding-bottom: 19.25px;
  }
  .ct-u-paddingTop55 {
    padding-top: 19.25px;
  }
  .ct-u-paddingBottom55 {
    padding-bottom: 19.25px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ct-u-paddingTop60 {
    padding-top: 60px;
  }
  .ct-u-paddingBottom60 {
    padding-bottom: 60px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth60 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .ct-u-paddingTop60 {
    padding-top: 45px;
  }
  .ct-u-paddingBottom60 {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth60 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .ct-u-paddingTop60 {
    padding-top: 21px;
  }
  .ct-u-paddingBottom60 {
    padding-bottom: 21px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .ct-u-paddingTop65 {
    padding-top: 65px;
  }
  .ct-u-paddingBottom65 {
    padding-bottom: 65px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth65 {
    padding-top: 48.75px;
    padding-bottom: 48.75px;
  }
  .ct-u-paddingTop65 {
    padding-top: 48.75px;
  }
  .ct-u-paddingBottom65 {
    padding-bottom: 48.75px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth65 {
    padding-top: 22.75px;
    padding-bottom: 22.75px;
  }
  .ct-u-paddingTop65 {
    padding-top: 22.75px;
  }
  .ct-u-paddingBottom65 {
    padding-bottom: 22.75px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ct-u-paddingTop70 {
    padding-top: 70px;
  }
  .ct-u-paddingBottom70 {
    padding-bottom: 70px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth70 {
    padding-top: 52.5px;
    padding-bottom: 52.5px;
  }
  .ct-u-paddingTop70 {
    padding-top: 52.5px;
  }
  .ct-u-paddingBottom70 {
    padding-bottom: 52.5px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth70 {
    padding-top: 24.5px;
    padding-bottom: 24.5px;
  }
  .ct-u-paddingTop70 {
    padding-top: 24.5px;
  }
  .ct-u-paddingBottom70 {
    padding-bottom: 24.5px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .ct-u-paddingTop75 {
    padding-top: 75px;
  }
  .ct-u-paddingBottom75 {
    padding-bottom: 75px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth75 {
    padding-top: 56.25px;
    padding-bottom: 56.25px;
  }
  .ct-u-paddingTop75 {
    padding-top: 56.25px;
  }
  .ct-u-paddingBottom75 {
    padding-bottom: 56.25px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth75 {
    padding-top: 26.25px;
    padding-bottom: 26.25px;
  }
  .ct-u-paddingTop75 {
    padding-top: 26.25px;
  }
  .ct-u-paddingBottom75 {
    padding-bottom: 26.25px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ct-u-paddingTop80 {
    padding-top: 80px;
  }
  .ct-u-paddingBottom80 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ct-u-paddingTop80 {
    padding-top: 60px;
  }
  .ct-u-paddingBottom80 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth80 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .ct-u-paddingTop80 {
    padding-top: 28px;
  }
  .ct-u-paddingBottom80 {
    padding-bottom: 28px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .ct-u-paddingTop85 {
    padding-top: 85px;
  }
  .ct-u-paddingBottom85 {
    padding-bottom: 85px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth85 {
    padding-top: 63.75px;
    padding-bottom: 63.75px;
  }
  .ct-u-paddingTop85 {
    padding-top: 63.75px;
  }
  .ct-u-paddingBottom85 {
    padding-bottom: 63.75px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth85 {
    padding-top: 29.749999999999996px;
    padding-bottom: 29.749999999999996px;
  }
  .ct-u-paddingTop85 {
    padding-top: 29.749999999999996px;
  }
  .ct-u-paddingBottom85 {
    padding-bottom: 29.749999999999996px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .ct-u-paddingTop90 {
    padding-top: 90px;
  }
  .ct-u-paddingBottom90 {
    padding-bottom: 90px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth90 {
    padding-top: 67.5px;
    padding-bottom: 67.5px;
  }
  .ct-u-paddingTop90 {
    padding-top: 67.5px;
  }
  .ct-u-paddingBottom90 {
    padding-bottom: 67.5px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth90 {
    padding-top: 31.499999999999996px;
    padding-bottom: 31.499999999999996px;
  }
  .ct-u-paddingTop90 {
    padding-top: 31.499999999999996px;
  }
  .ct-u-paddingBottom90 {
    padding-bottom: 31.499999999999996px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ct-u-paddingTop100 {
    padding-top: 100px;
  }
  .ct-u-paddingBottom100 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth100 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .ct-u-paddingTop100 {
    padding-top: 75px;
  }
  .ct-u-paddingBottom100 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth100 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .ct-u-paddingTop100 {
    padding-top: 35px;
  }
  .ct-u-paddingBottom100 {
    padding-bottom: 35px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .ct-u-paddingTop110 {
    padding-top: 110px;
  }
  .ct-u-paddingBottom110 {
    padding-bottom: 110px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth110 {
    padding-top: 82.5px;
    padding-bottom: 82.5px;
  }
  .ct-u-paddingTop110 {
    padding-top: 82.5px;
  }
  .ct-u-paddingBottom110 {
    padding-bottom: 82.5px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth110 {
    padding-top: 38.5px;
    padding-bottom: 38.5px;
  }
  .ct-u-paddingTop110 {
    padding-top: 38.5px;
  }
  .ct-u-paddingBottom110 {
    padding-bottom: 38.5px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .ct-u-paddingTop120 {
    padding-top: 120px;
  }
  .ct-u-paddingBottom120 {
    padding-bottom: 120px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth120 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .ct-u-paddingTop120 {
    padding-top: 90px;
  }
  .ct-u-paddingBottom120 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth120 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .ct-u-paddingTop120 {
    padding-top: 42px;
  }
  .ct-u-paddingBottom120 {
    padding-bottom: 42px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .ct-u-paddingTop145 {
    padding-top: 145px;
  }
  .ct-u-paddingBottom145 {
    padding-bottom: 145px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth145 {
    padding-top: 108.75px;
    padding-bottom: 108.75px;
  }
  .ct-u-paddingTop145 {
    padding-top: 108.75px;
  }
  .ct-u-paddingBottom145 {
    padding-bottom: 108.75px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth145 {
    padding-top: 50.75px;
    padding-bottom: 50.75px;
  }
  .ct-u-paddingTop145 {
    padding-top: 50.75px;
  }
  .ct-u-paddingBottom145 {
    padding-bottom: 50.75px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .ct-u-paddingTop175 {
    padding-top: 175px;
  }
  .ct-u-paddingBottom175 {
    padding-bottom: 175px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth175 {
    padding-top: 131.25px;
    padding-bottom: 131.25px;
  }
  .ct-u-paddingTop175 {
    padding-top: 131.25px;
  }
  .ct-u-paddingBottom175 {
    padding-bottom: 131.25px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth175 {
    padding-top: 61.24999999999999px;
    padding-bottom: 61.24999999999999px;
  }
  .ct-u-paddingTop175 {
    padding-top: 61.24999999999999px;
  }
  .ct-u-paddingBottom175 {
    padding-bottom: 61.24999999999999px;
  }
}
@media (min-width: 1400px) {
  .ct-u-paddingBoth300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  .ct-u-paddingTop300 {
    padding-top: 300px;
  }
  .ct-u-paddingBottom300 {
    padding-bottom: 300px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-paddingBoth300 {
    padding-top: 225px;
    padding-bottom: 225px;
  }
  .ct-u-paddingTop300 {
    padding-top: 225px;
  }
  .ct-u-paddingBottom300 {
    padding-bottom: 225px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-paddingBoth300 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .ct-u-paddingTop300 {
    padding-top: 105px;
  }
  .ct-u-paddingBottom300 {
    padding-bottom: 105px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ct-u-marginTop0 {
    margin-top: 0px;
  }
  .ct-u-marginBottom0 {
    margin-bottom: 0px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ct-u-marginTop0 {
    margin-top: 0px;
  }
  .ct-u-marginBottom0 {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ct-u-marginTop0 {
    margin-top: 0px;
  }
  .ct-u-marginBottom0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .ct-u-marginTop5 {
    margin-top: 5px;
  }
  .ct-u-marginBottom5 {
    margin-bottom: 5px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth5 {
    margin-top: 4.5px;
    margin-bottom: 4.5px;
  }
  .ct-u-marginTop5 {
    margin-top: 4.5px;
  }
  .ct-u-marginBottom5 {
    margin-bottom: 4.5px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth5 {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .ct-u-marginTop5 {
    margin-top: 3px;
  }
  .ct-u-marginBottom5 {
    margin-bottom: 3px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .ct-u-marginTop10 {
    margin-top: 10px;
  }
  .ct-u-marginBottom10 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth10 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .ct-u-marginTop10 {
    margin-top: 9px;
  }
  .ct-u-marginBottom10 {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth10 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .ct-u-marginTop10 {
    margin-top: 6px;
  }
  .ct-u-marginBottom10 {
    margin-bottom: 6px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .ct-u-marginTop15 {
    margin-top: 15px;
  }
  .ct-u-marginBottom15 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth15 {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
  }
  .ct-u-marginTop15 {
    margin-top: 13.5px;
  }
  .ct-u-marginBottom15 {
    margin-bottom: 13.5px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth15 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .ct-u-marginTop15 {
    margin-top: 9px;
  }
  .ct-u-marginBottom15 {
    margin-bottom: 9px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ct-u-marginTop20 {
    margin-top: 20px;
  }
  .ct-u-marginBottom20 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth20 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .ct-u-marginTop20 {
    margin-top: 18px;
  }
  .ct-u-marginBottom20 {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth20 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .ct-u-marginTop20 {
    margin-top: 12px;
  }
  .ct-u-marginBottom20 {
    margin-bottom: 12px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .ct-u-marginTop25 {
    margin-top: 25px;
  }
  .ct-u-marginBottom25 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth25 {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
  .ct-u-marginTop25 {
    margin-top: 22.5px;
  }
  .ct-u-marginBottom25 {
    margin-bottom: 22.5px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth25 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .ct-u-marginTop25 {
    margin-top: 15px;
  }
  .ct-u-marginBottom25 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ct-u-marginTop30 {
    margin-top: 30px;
  }
  .ct-u-marginBottom30 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth30 {
    margin-top: 27px;
    margin-bottom: 27px;
  }
  .ct-u-marginTop30 {
    margin-top: 27px;
  }
  .ct-u-marginBottom30 {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth30 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .ct-u-marginTop30 {
    margin-top: 18px;
  }
  .ct-u-marginBottom30 {
    margin-bottom: 18px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .ct-u-marginTop35 {
    margin-top: 35px;
  }
  .ct-u-marginBottom35 {
    margin-bottom: 35px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth35 {
    margin-top: 31.5px;
    margin-bottom: 31.5px;
  }
  .ct-u-marginTop35 {
    margin-top: 31.5px;
  }
  .ct-u-marginBottom35 {
    margin-bottom: 31.5px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth35 {
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .ct-u-marginTop35 {
    margin-top: 21px;
  }
  .ct-u-marginBottom35 {
    margin-bottom: 21px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ct-u-marginTop40 {
    margin-top: 40px;
  }
  .ct-u-marginBottom40 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth40 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .ct-u-marginTop40 {
    margin-top: 36px;
  }
  .ct-u-marginBottom40 {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth40 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ct-u-marginTop40 {
    margin-top: 24px;
  }
  .ct-u-marginBottom40 {
    margin-bottom: 24px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .ct-u-marginTop45 {
    margin-top: 45px;
  }
  .ct-u-marginBottom45 {
    margin-bottom: 45px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth45 {
    margin-top: 40.5px;
    margin-bottom: 40.5px;
  }
  .ct-u-marginTop45 {
    margin-top: 40.5px;
  }
  .ct-u-marginBottom45 {
    margin-bottom: 40.5px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth45 {
    margin-top: 27px;
    margin-bottom: 27px;
  }
  .ct-u-marginTop45 {
    margin-top: 27px;
  }
  .ct-u-marginBottom45 {
    margin-bottom: 27px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .ct-u-marginTop50 {
    margin-top: 50px;
  }
  .ct-u-marginBottom50 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth50 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .ct-u-marginTop50 {
    margin-top: 45px;
  }
  .ct-u-marginBottom50 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth50 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ct-u-marginTop50 {
    margin-top: 30px;
  }
  .ct-u-marginBottom50 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .ct-u-marginTop55 {
    margin-top: 55px;
  }
  .ct-u-marginBottom55 {
    margin-bottom: 55px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth55 {
    margin-top: 41.25px;
    margin-bottom: 41.25px;
  }
  .ct-u-marginTop55 {
    margin-top: 41.25px;
  }
  .ct-u-marginBottom55 {
    margin-bottom: 41.25px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth55 {
    margin-top: 19.25px;
    margin-bottom: 19.25px;
  }
  .ct-u-marginTop55 {
    margin-top: 19.25px;
  }
  .ct-u-marginBottom55 {
    margin-bottom: 19.25px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .ct-u-marginTop60 {
    margin-top: 60px;
  }
  .ct-u-marginBottom60 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth60 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .ct-u-marginTop60 {
    margin-top: 45px;
  }
  .ct-u-marginBottom60 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth60 {
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .ct-u-marginTop60 {
    margin-top: 21px;
  }
  .ct-u-marginBottom60 {
    margin-bottom: 21px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .ct-u-marginTop65 {
    margin-top: 65px;
  }
  .ct-u-marginBottom65 {
    margin-bottom: 65px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth65 {
    margin-top: 48.75px;
    margin-bottom: 48.75px;
  }
  .ct-u-marginTop65 {
    margin-top: 48.75px;
  }
  .ct-u-marginBottom65 {
    margin-bottom: 48.75px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth65 {
    margin-top: 22.75px;
    margin-bottom: 22.75px;
  }
  .ct-u-marginTop65 {
    margin-top: 22.75px;
  }
  .ct-u-marginBottom65 {
    margin-bottom: 22.75px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .ct-u-marginTop70 {
    margin-top: 70px;
  }
  .ct-u-marginBottom70 {
    margin-bottom: 70px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth70 {
    margin-top: 52.5px;
    margin-bottom: 52.5px;
  }
  .ct-u-marginTop70 {
    margin-top: 52.5px;
  }
  .ct-u-marginBottom70 {
    margin-bottom: 52.5px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth70 {
    margin-top: 24.5px;
    margin-bottom: 24.5px;
  }
  .ct-u-marginTop70 {
    margin-top: 24.5px;
  }
  .ct-u-marginBottom70 {
    margin-bottom: 24.5px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .ct-u-marginTop75 {
    margin-top: 75px;
  }
  .ct-u-marginBottom75 {
    margin-bottom: 75px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth75 {
    margin-top: 56.25px;
    margin-bottom: 56.25px;
  }
  .ct-u-marginTop75 {
    margin-top: 56.25px;
  }
  .ct-u-marginBottom75 {
    margin-bottom: 56.25px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth75 {
    margin-top: 26.25px;
    margin-bottom: 26.25px;
  }
  .ct-u-marginTop75 {
    margin-top: 26.25px;
  }
  .ct-u-marginBottom75 {
    margin-bottom: 26.25px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .ct-u-marginTop80 {
    margin-top: 80px;
  }
  .ct-u-marginBottom80 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth80 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .ct-u-marginTop80 {
    margin-top: 60px;
  }
  .ct-u-marginBottom80 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth80 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .ct-u-marginTop80 {
    margin-top: 28px;
  }
  .ct-u-marginBottom80 {
    margin-bottom: 28px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .ct-u-marginTop85 {
    margin-top: 85px;
  }
  .ct-u-marginBottom85 {
    margin-bottom: 85px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth85 {
    margin-top: 63.75px;
    margin-bottom: 63.75px;
  }
  .ct-u-marginTop85 {
    margin-top: 63.75px;
  }
  .ct-u-marginBottom85 {
    margin-bottom: 63.75px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth85 {
    margin-top: 29.749999999999996px;
    margin-bottom: 29.749999999999996px;
  }
  .ct-u-marginTop85 {
    margin-top: 29.749999999999996px;
  }
  .ct-u-marginBottom85 {
    margin-bottom: 29.749999999999996px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .ct-u-marginTop90 {
    margin-top: 90px;
  }
  .ct-u-marginBottom90 {
    margin-bottom: 90px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth90 {
    margin-top: 67.5px;
    margin-bottom: 67.5px;
  }
  .ct-u-marginTop90 {
    margin-top: 67.5px;
  }
  .ct-u-marginBottom90 {
    margin-bottom: 67.5px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth90 {
    margin-top: 31.499999999999996px;
    margin-bottom: 31.499999999999996px;
  }
  .ct-u-marginTop90 {
    margin-top: 31.499999999999996px;
  }
  .ct-u-marginBottom90 {
    margin-bottom: 31.499999999999996px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .ct-u-marginTop100 {
    margin-top: 100px;
  }
  .ct-u-marginBottom100 {
    margin-bottom: 100px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth100 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .ct-u-marginTop100 {
    margin-top: 75px;
  }
  .ct-u-marginBottom100 {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth100 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .ct-u-marginTop100 {
    margin-top: 35px;
  }
  .ct-u-marginBottom100 {
    margin-bottom: 35px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .ct-u-marginTop110 {
    margin-top: 110px;
  }
  .ct-u-marginBottom110 {
    margin-bottom: 110px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth110 {
    margin-top: 82.5px;
    margin-bottom: 82.5px;
  }
  .ct-u-marginTop110 {
    margin-top: 82.5px;
  }
  .ct-u-marginBottom110 {
    margin-bottom: 82.5px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth110 {
    margin-top: 38.5px;
    margin-bottom: 38.5px;
  }
  .ct-u-marginTop110 {
    margin-top: 38.5px;
  }
  .ct-u-marginBottom110 {
    margin-bottom: 38.5px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .ct-u-marginTop120 {
    margin-top: 120px;
  }
  .ct-u-marginBottom120 {
    margin-bottom: 120px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth120 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .ct-u-marginTop120 {
    margin-top: 90px;
  }
  .ct-u-marginBottom120 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth120 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .ct-u-marginTop120 {
    margin-top: 42px;
  }
  .ct-u-marginBottom120 {
    margin-bottom: 42px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }
  .ct-u-marginTop145 {
    margin-top: 145px;
  }
  .ct-u-marginBottom145 {
    margin-bottom: 145px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth145 {
    margin-top: 108.75px;
    margin-bottom: 108.75px;
  }
  .ct-u-marginTop145 {
    margin-top: 108.75px;
  }
  .ct-u-marginBottom145 {
    margin-bottom: 108.75px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth145 {
    margin-top: 50.75px;
    margin-bottom: 50.75px;
  }
  .ct-u-marginTop145 {
    margin-top: 50.75px;
  }
  .ct-u-marginBottom145 {
    margin-bottom: 50.75px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth175 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  .ct-u-marginTop175 {
    margin-top: 175px;
  }
  .ct-u-marginBottom175 {
    margin-bottom: 175px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth175 {
    margin-top: 131.25px;
    margin-bottom: 131.25px;
  }
  .ct-u-marginTop175 {
    margin-top: 131.25px;
  }
  .ct-u-marginBottom175 {
    margin-bottom: 131.25px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth175 {
    margin-top: 61.24999999999999px;
    margin-bottom: 61.24999999999999px;
  }
  .ct-u-marginTop175 {
    margin-top: 61.24999999999999px;
  }
  .ct-u-marginBottom175 {
    margin-bottom: 61.24999999999999px;
  }
}
@media (min-width: 1400px) {
  .ct-u-marginBoth300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }
  .ct-u-marginTop300 {
    margin-top: 300px;
  }
  .ct-u-marginBottom300 {
    margin-bottom: 300px;
  }
}
@media (max-width: 1399px) and (min-width: 480px) {
  .ct-u-marginBoth300 {
    margin-top: 225px;
    margin-bottom: 225px;
  }
  .ct-u-marginTop300 {
    margin-top: 225px;
  }
  .ct-u-marginBottom300 {
    margin-bottom: 225px;
  }
}
@media only screen and (max-width: 479px) {
  .ct-u-marginBoth300 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .ct-u-marginTop300 {
    margin-top: 105px;
  }
  .ct-u-marginBottom300 {
    margin-bottom: 105px;
  }
}
.ct-u-paddingTop250 {
  padding-top: 250px;
}
@media (max-width: 1199px) {
  .text-center-lg {
    text-align: center;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .float-left-lg {
    float: left;
  }
  .float-right-lg {
    float: right;
  }
  .float-none-lg {
    float: none;
  }
}
@media (max-width: 991px) {
  .text-center-md {
    text-align: center;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .float-left-md {
    float: left;
  }
  .float-right-md {
    float: right;
  }
  .float-none-md {
    float: none;
  }
}
@media (max-width: 767px) {
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .float-left-sm {
    float: left;
  }
  .float-right-sm {
    float: right;
  }
  .float-none-sm {
    float: none;
  }
}
@media (max-width: 479px) {
  .text-center-xs {
    text-align: center;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .float-left-xs {
    float: left;
  }
  .float-right-xs {
    float: right;
  }
  .float-none-xs {
    float: none;
  }
}

.ct-slick--block .item {
  display: block !important;
}
header .ct-slick .slick-next {
  right: 5px;
}
header .ct-slick .slick-prev {
  left: 5px;
}
@media (max-width: 991px) {
  #homeSlider1 .ct-slick .mobile-fullWidth {
    width: 100%;
  }
  #homeSlider1 .ct-slick {
    min-height: 0 !important;
  }
}
@media (max-width: 1199px) {
  .ct-slick .slick-prev {
    left: -15px;
  }
  .ct-slick .slick-next {
    right: -15px;
  }
}
.ct-pageWrapper {
  width: 100%;
  overflow-x: hidden;
}
.menu-open {
  overflow: hidden;
}
.ct-pageWrapper {
  -webkit-transition: -webkit-transform, 0.3s, ease;
          transition: transform, 0.3s, ease;
}
.menu-open .ct-pageWrapper {
  -webkit-transform: translateX(260px);
      -ms-transform: translateX(260px);
          transform: translateX(260px);
}
