@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic|Fjalla+One|Raleway:400,200,600,700|Dancing+Script|Lato:400,400italic,700,700italic,300,300italic);
/*IMPORTS*/
/*KEYFRAME ANIMATIONS MIXIN*/
/*HEADINGS*/
/*BUTTON*/
/*BORDER RADIUS*/
/** Text **/
/** Text Left Line **/
/** Dropdown **/
/* Normal state */
/* Active state */
/* Disabled state */
/*p*/
/*heading*/
/*links*/
/*h1*/
/*h2*/
/*h3*/
/*h4*/
/*h5*/
/*h6*/
/*p*/
/*text label*/
/*Button Default*/
/*Button Pale*/
/*Button Primary*/
/*Button Info*/
/*Button Warning*/
/*Button Danger*/
/*Button Success*/
#wrapper {
  font-family: 'PT Sans', sans-serif;
  color: #8b97a3;
  font-size: 13px;
}
#wrapper .background-label {
  background-color: #f58220;
  color: #fff;
  margin: 15px 0;
  padding: 8px 15px;
  font-size: 15px;
}
#wrapper a:hover,
#wrapper a:focus {
  outline: none;
  text-decoration: none !important;
}
#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4,
#wrapper h5,
#wrapper h6 {
  margin: 25px 0;
}
#wrapper small {
  color: #5f7b99;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
#wrapper p {
  margin: 0;
  padding-bottom: 8px;
  padding-top: 8px;
  line-height: 180%;
}
#wrapper hr {
  border-color: #e5e5e5;
  border-width: 2px;
}
#wrapper h1 {
  color: #2c3e50;
  font-size: 36px;
  font-family: Raleway;
  font-weight: 600;
}
#wrapper h2 {
  color: #2c3e50;
  font-size: 34px;
  font-family: Raleway;
  font-weight: 600;
}
#wrapper h3 {
  color: #2c3e50;
  font-size: 32px;
  font-family: Raleway;
  font-weight: 600;
}
#wrapper h4 {
  color: #2c3e50;
  font-size: 30px;
  font-family: Raleway;
  font-weight: 500;
}
#wrapper h5 {
  color: #2c3e50;
  font-size: 26px;
  font-family: Raleway;
  font-weight: 500;
}
#wrapper h6 {
  color: #2c3e50;
  font-size: 22px;
  font-family: Raleway;
  font-weight: 500;
}
#wrapper p {
  color: #1c1c1c;
  font-size: 17px;
  font-family: Raleway;
  font-weight: 300;
}
#wrapper .bordered {
  border-bottom: 2px solid #2c3e50;
  padding-bottom: 4px;
}
#wrapper .border-stripes {
  position: relative;
  padding-bottom: 25px;
}
#wrapper .border-stripes:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 6px;
  border: none;
  font: normal 100% normal Arial, Helvetica, sans-serif;
  color: #ffffff;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #eeeeee;
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #eeeeee;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #eeeeee;
  background-position: auto auto;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 5px 5px;
  background-size: 5px 5px;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
}
#wrapper .border-thin {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 15px;
  position: relative;
}
#wrapper .border-thin:after {
  border-bottom: 1px solid #f58220;
  bottom: -1px;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 50%;
  box-sizing: border-box;
}
#wrapper .border-thin:hover:after,
#wrapper .border-thin:focus:after {
  width: 100%;
}
/*VARIABLES*/
.clearb {
  clear: both;
}
body {
  background: #ffffff;
}
.page-template-home {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .page-template-home {
    padding-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .page-template-home {
    padding-top: 0 !important;
  }
}
#wrapper {
  overflow-x: hidden;
  padding-top: 50px;
  /*------------------------ block defaults --------------------------*/
  /* Page List */
  /* Feature */
  /* Autonav */
  /* FAQ */
  /* Datenav */
  /* Search */
  /* Topics */
  /* Survey */
  /* Social Links */
  /* Testimonial */
  /* Share This Page */
  /*--------------------------------------------------*/
  /*---------------------------
    Bootstrap navbar styling.
----------------------------*/
  /*
Ref:
Thanks to:
http://www.jqueryscript.net/layout/Simple-jQuery-Plugin-To-Create-Pinterest-Style-Grid-Layout-Pinterest-Grid.html
*/
  /*
*Source: http://codepen.io/ameyraut/pen/yfzog
*/
  /*Change icons size here*/
  /*Change icons circle size and color here*/
  /*--------------------------------------------------*/
  /* .modal-transparent */
  /* .modal-fullscreen */
  /*--------------------------------------------------*/
}
@media (max-width: 1200px) {
  #wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  #wrapper {
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  #wrapper {
    padding-top: 78px;
  }
}
@media (max-width: 480px) {
  #wrapper {
    padding-top: 78px;
  }
}
#wrapper .ds-next-previous-wrapper .ccm-block-next-previous-parent-link,
#wrapper .ds-next-previous-wrapper .ccm-block-next-previous-header {
  display: inline-block;
  padding: 10px;
}
#wrapper .ds-next-previous-wrapper .ccm-block-next-previous-parent-link a,
#wrapper .ds-next-previous-wrapper .ccm-block-next-previous-header a {
  color: #1c1c1c;
}
#wrapper .ds-next-previous-wrapper .ccm-block-next-previous-parent-link .fa,
#wrapper .ds-next-previous-wrapper .ccm-block-next-previous-header .fa {
  font-size: 21px;
}
#wrapper .ds-next-previous-wrapper .ccm-block-next-previous-parent-link .fa.fa-angle-left,
#wrapper .ds-next-previous-wrapper .ccm-block-next-previous-header .fa.fa-angle-left {
  padding-right: 5px;
}
#wrapper .ds-next-previous-wrapper .ccm-block-next-previous-parent-link .fa.fa-angle-right,
#wrapper .ds-next-previous-wrapper .ccm-block-next-previous-header .fa.fa-angle-right {
  padding-left: 5px;
}
@media (max-width: 1200px) {
  #wrapper h1 {
    font-size: 31px;
  }
}
@media (max-width: 991px) {
  #wrapper h1 {
    font-size: 26px;
  }
}
#wrapper .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry-horizontal .ccm-block-page-list-page-entry-text .ccm-block-page-list-title a {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: normal;
}
#wrapper .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry-horizontal .ccm-block-page-list-page-entry-text .ccm-block-page-list-description {
  color: #7b7b7b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: normal;
}
#wrapper .ds-vertical-tab-content {
  margin: 30px 0px;
}
#wrapper .ds-vertical-tab-content .nav li {
  margin-bottom: 10px;
  position: relative;
}
#wrapper .ds-vertical-tab-content .nav li.active a {
  background: none;
}
#wrapper .ds-vertical-tab-content .nav li a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  left: 0;
  padding: 6px 15px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #wrapper .ds-vertical-tab-content .nav li a {
    width: 50%;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -10%);
  }
}
@media (max-width: 480px) {
  #wrapper .ds-vertical-tab-content .nav li a {
    width: 100%;
    left: 0;
    top: 4px;
    transform: translate(0, 0);
  }
}
#wrapper .ds-vertical-tab-content .nav li a:hover {
  background: none;
}
@media (max-width: 767px) {
  #wrapper .ds-vertical-tab-content .nav li img {
    width: 50%;
    height: 50%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  #wrapper .ds-vertical-tab-content .nav li img {
    width: 100%;
  }
}
#wrapper .ds-vertical-tab-content .tab-content .tab-pane {
  color: #fff;
  padding: 30px 50px;
}
#wrapper .ds-vertical-tab-content .tab-content .tab-pane h1,
#wrapper .ds-vertical-tab-content .tab-content .tab-pane h2,
#wrapper .ds-vertical-tab-content .tab-content .tab-pane h3,
#wrapper .ds-vertical-tab-content .tab-content .tab-pane h4,
#wrapper .ds-vertical-tab-content .tab-content .tab-pane h5,
#wrapper .ds-vertical-tab-content .tab-content .tab-pane h6 {
  margin: 0;
  padding: 15px 0;
}
#wrapper .ds-vertical-tab-content .tab-content .tab-pane h1,
#wrapper .ds-vertical-tab-content .tab-content .tab-pane h2,
#wrapper .ds-vertical-tab-content .tab-content .tab-pane h3,
#wrapper .ds-vertical-tab-content .tab-content .tab-pane h4,
#wrapper .ds-vertical-tab-content .tab-content .tab-pane h5,
#wrapper .ds-vertical-tab-content .tab-content .tab-pane h6,
#wrapper .ds-vertical-tab-content .tab-content .tab-pane p {
  color: #fff;
}
@media (max-width: 480px) {
  #wrapper .ds-vertical-tab-content .tab-content .tab-pane {
    padding: 30px 15px;
  }
}
#wrapper .ds-vertical-tab-content .tab-content .tab-pane:nth-child(4n+1) {
  background-color: #F0A623;
}
#wrapper .ds-vertical-tab-content .tab-content .tab-pane:nth-child(2n) {
  background-color: #4178C8;
}
#wrapper .ds-vertical-tab-content .tab-content .tab-pane:nth-child(3n) {
  background-color: #98A61B;
}
#wrapper .ds-vertical-tab-content .tab-content .tab-pane:nth-child(4n+4) {
  background-color: #CA4A19;
}
#wrapper .pbt {
  padding-bottom: 30px;
  padding-top: 30px;
}
#wrapper .mt-40 {
  margin-top: 40px;
}
#wrapper .sidebar-area .ds-transparent-search-box {
  margin: 15px 0;
}
#wrapper .section-map {
  position: relative;
}
#wrapper .section-map .map-textcontent {
  display: block;
  height: auto;
  left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  width: auto;
  z-index: 1;
}
#wrapper .section-map .map-textcontent h3 {
  margin: 0;
}
#wrapper .section-map .map-textcontent h3,
#wrapper .section-map .map-textcontent p {
  color: #fff;
}
#wrapper .section-map.in-page-title {
  margin-top: -5em;
  margin-bottom: -5em;
}
#wrapper .content {
  /* for other pagetypes */
  margin: 30px -30px;
  clear: both;
  padding: 30px 0px;
}
#wrapper .content.section2 {
  background-color: #ececec;
}
#wrapper .content.section3 {
  background-color: #eaeeee;
}
#wrapper .content.section4 {
  background-color: #ffffff;
}
#wrapper .content.section5 {
  background-color: #ffffff;
}
#wrapper .content.section6 {
  background-color: #ffffff;
}
#wrapper .content.pagefooter-fullwidth {
  padding: 0px;
  clear: both;
}
#wrapper .content-home {
  /* for home pagetype */
  padding: 45px 0px;
}
#wrapper .content-home.section2 {
  background-color: none;
}
#wrapper .content-home.section3 {
  background: url('/packages/ds_agency/themes/agency/images/desktopbg.jpg') top center no-repeat;
  min-height: 630px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  #wrapper .content-home.section3 {
    display: none;
  }
}
#wrapper .content-home.section3 p {
  font-size: 30px;
}
#wrapper .content-home.section4 {
  background-color: #f58220;
}
#wrapper .content-home.section5 {
  background-color: transparent;
}
#wrapper .content-home.section6 {
  background-color: #ffffff;
  padding: 15px 0;
}
#wrapper .content-home.section6 p,
#wrapper .content-home.section6 h1,
#wrapper .content-home.section6 h2,
#wrapper .content-home.section6 h3,
#wrapper .content-home.section6 h4,
#wrapper .content-home.section6 h5 {
  color: #393939;
}
#wrapper .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry-horizontal .ccm-block-page-list-page-entry-thumbnail {
  width: 25%;
}
#wrapper .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry-horizontal .ccm-block-page-list-page-entry-thumbnail .img-responsive {
  width: 100%;
}
#wrapper .main-backtop {
  background-color: #f58220;
  border: 1px solid #f58220;
  bottom: 20px;
  color: #ffffff;
  display: none;
  font-size: 10px;
  padding: 30px 15px 18px;
  position: fixed;
  right: 20px;
  text-transform: uppercase;
  z-index: 999;
  -webkit-transition: background-color 1s ease 0s;
  -moz-transition: background-color 1s ease 0s;
  -ms-transition: background-color 1s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: background-color 1s ease 0s;
  transition: background-color 1s ease 0s;
}
#wrapper .main-backtop:before {
  content: "\f106";
  font-family: 'Fontawesome';
  position: absolute;
  font-size: 2.5em;
  left: 50%;
  top: 25%;
  text-align: center;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#wrapper .main-backtop:hover,
#wrapper .main-backtop:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 1s ease 0s;
  -moz-transition: background-color 1s ease 0s;
  -ms-transition: background-color 1s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: background-color 1s ease 0s;
  transition: background-color 1s ease 0s;
}
#wrapper .main-backtop.is-fade-out {
  opacity: 0.1;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#wrapper .main-backtop.is-fade-out:hover {
  opacity: 1;
}
#wrapper .newsletter {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font: normal 100% normal Arial, Helvetica, sans-serif;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #eeeeee;
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #eeeeee;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #eeeeee;
  background-position: auto auto;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 5px 5px;
  background-size: 5px 5px;
  padding: 24px 15px;
}
#wrapper .newsletter .ccm-block-type-form {
  padding: 5% 15px;
}
#wrapper .newsletter h1,
#wrapper .newsletter h2,
#wrapper .newsletter h3,
#wrapper .newsletter h4,
#wrapper .newsletter h5,
#wrapper .newsletter h6,
#wrapper .newsletter p {
  margin: 12px 0;
}
#wrapper a {
  color: #f58220;
}
#wrapper a:focus {
  outline: none;
}
#wrapper img {
  max-width: 100%;
}
#wrapper .search-results-wrapper {
  min-height: 18em;
}
#wrapper .search-results-wrapper .ds-search-box {
  text-align: center;
}
#wrapper .search-results-wrapper .ds-search-box .form-control {
  padding: 6px 12px;
}
#wrapper .search-results-wrapper .searchResult {
  border-bottom: 1px solid #ddd;
}
#wrapper .search-results-wrapper .searchResult h3 {
  margin-bottom: -18px;
  color: #1a0dab;
}
#wrapper .search-results-wrapper .searchResult h3 a {
  color: #1a0dab;
}
#wrapper .search-results-wrapper .searchResult p .pageLink {
  color: #006621;
}
#wrapper .ccm-block-page-list-wrapper .ccm-block-page-list-pages .ccm-block-page-list-page-entry-horizontal .ccm-block-page-list-page-entry-thumbnail,
#wrapper .ccm-block-page-list-wrapper .ccm-block-page-list-pages .ccm-block-page-list-page-entry-horizontal .ccm-block-page-list-page-entry-text {
  float: left;
}
#wrapper .ccm-block-page-list-wrapper .ccm-block-page-list-pages .ccm-block-page-list-page-entry-horizontal .ccm-block-page-list-page-entry-thumbnail {
  width: 25%;
}
#wrapper .ccm-block-page-list-wrapper .ccm-block-page-list-pages .ccm-block-page-list-page-entry-horizontal .ccm-block-page-list-page-entry-text {
  width: 75%;
}
#wrapper .ccm-block-page-list-wrapper .ccm-block-page-list-pages .ccm-block-page-list-page-entry-horizontal .ccm-block-page-list-page-entry-text .ccm-block-page-list-title a {
  color: #f58220;
}
#wrapper .ccm-block-page-list-wrapper .ccm-block-page-list-pages .ccm-block-page-list-page-entry-horizontal .ccm-block-page-list-page-entry-text .ccm-block-page-list-description {
  color: #1c1c1c;
  font-size: 14px;
}
#wrapper .ccm-block-feature-item h4 {
  margin-bottom: 15px;
}
#wrapper .nav li a {
  padding: 5px 10px;
}
#wrapper .nav li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#wrapper .nav li ul {
  padding-left: 25px;
}
#wrapper .nav li ul li {
  list-style: none;
}
#wrapper .nav li ul li a {
  display: block;
  padding: 5px 10px;
}
#wrapper .nav li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#wrapper .ccm-faq-container .ccm-faq-block-links a {
  padding: 5px 0;
  margin-bottom: 5px;
}
#wrapper .ccm-faq-container .faq-entry-content h3 {
  font-size: 26px;
  margin-bottom: 5px;
}
#wrapper .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-header h5 {
  margin-bottom: 15px;
}
#wrapper .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates {
  padding-left: 15px;
}
#wrapper .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates li {
  font-size: 14px;
  padding: 2px 4px;
}
#wrapper .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates li a {
  display: inline-block;
  padding: 2px 4px;
}
#wrapper .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates ul {
  padding-left: 25px;
}
#wrapper .ccm-search-block-form h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
#wrapper .ccm-search-block-form .ccm-search-block-text,
#wrapper .ccm-search-block-form .ccm-search-block-submit {
  float: left;
  display: inline-block;
}
#wrapper .ccm-search-block-form .ccm-search-block-text {
  height: 34px;
}
#wrapper .ccm-search-block-form .ccm-search-block-submit {
  margin-left: 4px;
}
#wrapper .ccm-block-topic-list-wrapper .ccm-block-topic-list-header h5 {
  margin-bottom: 15px;
}
#wrapper .ccm-block-topic-list-wrapper .ccm-block-topic-list-list {
  padding-left: 15px;
}
#wrapper .ccm-block-topic-list-wrapper .ccm-block-topic-list-list li {
  font-size: 14px;
  padding: 2px 4px;
}
#wrapper .ccm-block-topic-list-wrapper .ccm-block-topic-list-list li a {
  display: inline-block;
  padding: 2px 4px;
}
#wrapper .ccm-block-topic-list-wrapper .ccm-block-topic-list-list ul {
  padding-left: 25px;
}
#wrapper .poll #surveyQuestion {
  font-size: 14px;
}
#wrapper .poll form .radio label {
  font-size: 14px;
}
#wrapper .ccm-block-social-links .list-inline li a {
  display: inline-block;
  font-size: 14px;
  padding: 2px;
}
#wrapper .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-image {
  max-width: 25%;
}
@media (max-width: 767px) {
  #wrapper .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-image {
    width: 30%;
  }
}
#wrapper .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-image img {
  height: auto;
  width: 100%;
}
#wrapper .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text {
  font-size: 14px;
  max-width: 75%;
}
#wrapper .ccm-block-share-this-page .list-inline a {
  display: inline-block;
  font-size: 14px;
  padding: 2px;
}
#wrapper .ds-collapsible .mtree {
  position: relative;
  background: transparent;
  padding: 0;
  opacity: 1;
}
#wrapper .ds-collapsible .mtree a {
  color: #ffffff;
  padding: 14px 24px;
  text-transform: capitalize;
}
#wrapper .ds-collapsible .mtree a:hover {
  text-decoration: none;
}
#wrapper .ds-collapsible .mtree a:focus {
  text-decoration: none;
}
#wrapper .ds-collapsible .mtree.transit li.mtree-node > ul > li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
#wrapper .ds-collapsible .mtree.transit li.mtree-node > a:before {
  color: #ffffff;
  right: 24px;
}
#wrapper .ds-collapsible .mtree.bubba > li {
  background-color: #354b64;
}
#wrapper .ds-collapsible .mtree.bubba li.mtree-node > a:after {
  content: '';
}
#wrapper .ds-collapsible .mtree li.mtree-node > a {
  font-weight: normal;
}
#wrapper .ds-collapsible .mtree li ul {
  background-color: #2e3e4f;
  padding-left: 0;
}
#wrapper .ds-collapsible .mtree li ul p {
  margin: 32px;
}
#wrapper .ds-collapsible-v2 .mtree {
  position: relative;
  background: transparent;
  padding: 0;
  opacity: 1;
}
#wrapper .ds-collapsible-v2 .mtree.ds-mtree-v2 {
  padding: 0;
}
#wrapper .ds-collapsible-v2 .mtree a {
  color: #ffffff;
  padding: 14px 24px;
  text-transform: capitalize;
}
#wrapper .ds-collapsible-v2 .mtree a:hover {
  text-decoration: none;
}
#wrapper .ds-collapsible-v2 .mtree a:focus {
  text-decoration: none;
}
#wrapper .ds-collapsible-v2 .mtree.transit li.mtree-node > ul > li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
#wrapper .ds-collapsible-v2 .mtree.transit li.mtree-node > a:before {
  color: #ffffff;
  right: 24px;
}
#wrapper .ds-collapsible-v2 .mtree.bubba > li {
  background-color: #354b64;
  margin-bottom: 4px;
}
#wrapper .ds-collapsible-v2 .mtree.bubba li.mtree-node > a:after {
  content: '';
}
#wrapper .ds-collapsible-v2 .mtree li.mtree-node > a {
  font-weight: normal;
}
#wrapper .ds-collapsible-v2 .mtree li ul {
  background-color: #2e3e4f;
  padding-left: 0;
}
#wrapper .ds-collapsible-v2 .mtree li ul p {
  margin: 32px;
}
#wrapper .ds-navbar-static-top {
  background-color: #ffffff;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  border-bottom: 0px;
  z-index: 499;
}
@media (max-width: 991px) and (min-width: 768px) {
  #wrapper .ds-navbar-static-top {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #wrapper .ds-navbar-static-top .navbar-header {
    float: left;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #wrapper .ds-navbar-static-top .navbar-header {
    float: none;
    text-align: left;
    width: 100%;
  }
}
#wrapper .ds-navbar-static-top .navbar-header .navbar-brand {
  height: auto;
  padding-top: 0px;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  #wrapper .ds-navbar-static-top .navbar-header .navbar-brand {
    float: none;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #wrapper .ds-navbar-static-top .navbar-header .navbar-brand {
    float: left;
  }
}
@media (max-width: 480px) {
  #wrapper .ds-navbar-static-top .navbar-header .navbar-brand {
    padding: 14px 0 14px 15px;
    max-width: 200px;
  }
}
#wrapper .ds-navbar-static-top .navbar-header .navbar-brand p {
  margin: 0;
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper {
  margin: 25px 15px 33px 15px;
}
@media (max-width: 991px) {
  #wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper {
    display: block;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 991px) {
  #wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right {
    float: none !important;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right {
    float: left;
    margin: auto;
    text-align: left;
  }
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right .dropdown .dropdown-toggle {
  position: relative;
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right .dropdown .dropdown-menu {
  background-color: #ffffff;
  border-radius: 0;
  left: 50%;
  margin-left: -88px;
  min-width: 180px;
  padding: 0;
}
@media (max-width: 767px) {
  #wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right .dropdown .dropdown-menu {
    display: none;
    left: 0;
    margin-left: 0;
    opacity: 1;
    position: relative;
    transform: none;
    transition: none;
    visibility: visible;
    width: 100%;
  }
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right .dropdown .dropdown-menu li {
  border-bottom: 1px solid #acacac;
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  #wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right .dropdown .dropdown-menu li:last-child {
    border-bottom: 1px solid #acacac;
  }
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right .dropdown .dropdown-menu li a {
  color: #f58220;
  font-family: Raleway;
  font-size: 15px;
  font-style: none;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 6px 8px;
  text-align: center;
  white-space: normal;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1200px) {
  #wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right .dropdown .dropdown-menu li a {
    font-size: 15px;
  }
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right .dropdown .dropdown-menu li:hover {
  border-color: #acacac;
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right .dropdown .dropdown-menu li:hover a {
  background-color: #f58220;
  color: #ffffff;
  margin-top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right .dropdown .dropdown-menu > .active > a {
  background-color: #f58220;
  color: #ffffff;
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right .dropdown .dropdown-menu > .active > a:hover,
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right .dropdown .dropdown-menu > .active > a:focus {
  background-color: #f58220;
  color: #ffffff;
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right .dropdown .dropdown-menu .dropdown-toggle:after {
  content: "\f0da";
}
@media (max-width: 767px) {
  #wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right .dropdown .dropdown-menu .dropdown-toggle:after {
    content: "\f0d7";
  }
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right .dropdown .dropdown-menu .dropdown-menu {
  left: 99%;
  top: -3px;
  margin-left: 0;
}
@media (max-width: 767px) {
  #wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right .dropdown .dropdown-menu .dropdown-menu {
    position: relative;
    left: 0;
    top: 0;
  }
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > .open > a {
  background-color: transparent;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 300;
  font-style: none;
  color: #f58220;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > .open > a:hover,
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > .open > a:focus {
  background-color: transparent;
  font-family: Raleway;
  font-weight: 300;
  font-style: none;
  color: #f58220;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1200px) {
  #wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > .open > a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  #wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > li {
    float: none;
    display: block !important;
  }
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > li.has-active > a {
  background-color: transparent;
  font-family: Raleway;
  font-weight: 300;
  font-style: none;
  color: #f58220;
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > li > a {
  background-color: transparent;
  color: #0d1c25;
  font-family: Raleway;
  font-size: 20px;
  font-style: none;
  font-weight: 300;
  position: relative;
  letter-spacing: 1px;
  padding-bottom: 7px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > li > a:hover,
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > li > a:focus {
  background-color: transparent;
  font-family: Raleway;
  font-weight: 300;
  font-style: none;
  color: #f58220;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > li > a:hover:before,
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > li > a:focus:before {
  color: #acacac;
}
@media (max-width: 991px) {
  #wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > li > a {
    border-bottom: 0px solid #acacac;
    text-align: left;
  }
  #wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > li > a:before {
    content: '';
  }
  #wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > li > a:hover,
  #wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > li > a:focus {
    border-color: #df4001;
  }
}
@media (max-width: 1200px) {
  #wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > li > a {
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > li.active > a {
  background-color: transparent;
  font-family: Raleway;
  font-weight: 300;
  font-style: none;
  color: #f58220;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > li.active > a:hover,
#wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > li.active > a:focus {
  background-color: transparent;
  font-family: Raleway;
  font-weight: 300;
  font-style: none;
  color: #f58220;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (max-width: 767px) {
  #wrapper .ds-navbar-static-top .ds-navbar-collapse .ds-navbar-right-wrapper .ds-navbar-right > li .caret {
    float: right;
    margin: 10px 0;
  }
}
#wrapper .navbar-default .navbar-toggle {
  border-color: transparent;
  top: 24px;
}
@media (max-width: 480px) {
  #wrapper .navbar-default .navbar-toggle {
    margin-right: 0;
    right: -12px;
  }
}
#wrapper .navbar-default .navbar-toggle:hover,
#wrapper .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
#wrapper .navbar-default .navbar-toggle:hover .icon-bar,
#wrapper .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #808080;
  transition: all 0.4s ease 0s;
}
#wrapper .navbar-default .navbar-toggle .icon-bar {
  background-color: #f58220;
  height: 4px;
  width: 34px;
  transition: all 0.4s ease 0s;
}
#wrapper .navbar-default .navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 18% 10%;
}
#wrapper .navbar-default .navbar-toggle .middle-bar {
  opacity: 0;
}
#wrapper .navbar-default .navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
#wrapper .navbar-default .navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
#wrapper .navbar-default .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
#wrapper .navbar-default .navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
#wrapper .tree {
  padding: 0;
}
#wrapper .tree li {
  position: relative;
  margin-left: -15px;
  list-style: none;
}
#wrapper .tree li a {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #f58220;
  display: block;
  margin-top: -1px;
  padding: 6px 4px;
  text-decoration: none;
  transition: background 0.4s ease-in-out;
}
#wrapper .tree li a:hover {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #d91f1f;
  text-decoration: none;
  transition: background 0.4s ease-in-out;
}
#wrapper .tree li .a-has-child {
  padding-left: 34px;
  display: block;
}
#wrapper .tree li .a-has-child:before {
  background-color: #efefef;
  border: 1px solid #dddddd;
  color: #dddddd;
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 14px;
  left: -0;
  position: absolute;
  top: 0;
  padding: 7px;
}
#wrapper .tree li .has-child-checkbox {
  cursor: pointer;
  height: 2em;
  left: 0;
  margin-left: 0;
  opacity: 0;
  position: absolute;
  top: -1px;
  width: 2em;
  z-index: 2;
}
#wrapper .tree li .has-child-checkbox:checked + ol {
  height: auto;
  margin: -1.4em 0 -3px -44px;
  padding: 1.563em 0 0 80px;
  trasition: all 0.4s ease-in-out;
}
#wrapper .tree li .has-child-checkbox:checked + ol > li {
  display: block;
  margin: 0 0 0.125em;
}
#wrapper .tree li .has-child-checkbox:checked + ol > li:last-child {
  margin: 0 0 0.063em;
}
#wrapper .tree li .has-child-checkbox + ol {
  height: 1em;
  margin: -0.98em 0 0 -44px;
}
#wrapper .tree li .has-child-checkbox + ol > li {
  display: none;
  margin-left: -14px !important;
  padding-left: 1px;
}
#wrapper .tree li ol li a {
  margin-top: -3px;
}
#wrapper .ds-core-conversation .form-control {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #2e3e4f;
}
#wrapper .ds-core-conversation .form-control::-webkit-input-placeholder {
  color: #2e3e4f;
}
#wrapper .ds-core-conversation .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #2e3e4f;
}
#wrapper .ds-core-conversation .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #2e3e4f;
}
#wrapper .ds-core-conversation .form-control:-ms-input-placeholder {
  color: #2e3e4f;
}
#wrapper .ds-core-conversation .main-reply-form .ccm-conversation-avatar img {
  border: 1px solid #2e3e4f;
  border-radius: 0;
}
#wrapper .ds-core-conversation .main-reply-form .ccm-conversation-message-form [data-submit="conversation-message"] {
  background-color: #f58220;
  border: 2px solid #f58220;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 4px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
  color: #ffffff;
  position: relative;
  transition: all 0.4s ease 0s;
}
#wrapper .ds-core-conversation .main-reply-form .ccm-conversation-message-form [data-submit="conversation-message"]:hover {
  background-color: #fc913f;
  border-color: #fc913f;
  color: #ffffff;
}
#wrapper .ds-core-conversation .main-reply-form .ccm-conversation-message-form .ccm-conversation-attachment-toggle {
  border: 1px solid #2e3e4f;
  border-radius: 0;
}
#wrapper .ds-core-conversation .ccm-conversation-messages-header .ccm-sort-conversations {
  display: none;
}
#wrapper .ds-core-conversation .ccm-conversation-attachment-container .dropzone {
  border: 1px dashed #2e3e4f;
  border-radius: 0;
}
#wrapper .ds-date-nav {
  margin-bottom: 25px;
}
#wrapper .ds-date-nav .date-nav-dates {
  list-style: none;
  margin: 0;
  padding: 0;
}
#wrapper .ds-date-nav .date-nav-dates li {
  display: block;
  padding: 0;
}
#wrapper .ds-date-nav .date-nav-dates li a {
  border-bottom: 2px solid #e6e6e6;
  display: block;
  padding: 8px 2px;
  text-decoration: none;
  color: #1c1c1c;
}
#wrapper .ds-date-nav .date-nav-dates li a:hover {
  color: #f58220;
}
#wrapper .first-text {
  color: #f58220;
}
#wrapper .second-text {
  color: #0d1c25;
}
#wrapper .small-text {
  border-color: #1c1c1c !important;
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 200;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  padding: 10px 0px 10px 20px;
}
@media (max-width: 767px) {
  #wrapper .small-text {
    border-left: 0px !important;
    padding-left: 0px;
    margin-left: 0px;
    display: block;
    font-size: 20px;
  }
}
#wrapper .ds-faq-collapsible .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #e5e5e5;
}
#wrapper .ds-faq-collapsible .panel-heading {
  background-image: linear-gradient(to bottom, #fcfcfc 0px, #f2f2f2 100%);
  background-repeat: repeat-x;
  background-color: #f8f8f8;
  border-radius: 0;
}
#wrapper .ds-faq-collapsible .panel-heading .panel-title {
  margin: 0 !important;
}
#wrapper .ccm-faq-block-links {
  margin-bottom: 50px;
}
#wrapper .ccm-faq-block-links a {
  display: block;
  margin-bottom: 18px;
}
#wrapper .ds-faq-scroll .ds-faq-scroll-links {
  margin-bottom: 50px;
}
#wrapper .ds-faq-scroll .ds-faq-scroll-links a {
  display: block;
  margin-bottom: 18px;
}
#wrapper .ds-faq-scroll .ds-faq-scroll-entries .ds-faq-scroll-entry-content {
  border-bottom: 1px solid #ddd;
  margin-bottom: 32px;
  padding-bottom: 14px;
}
#wrapper .ds-faq-scroll .ds-faq-scroll-entries .ds-faq-scroll-entry-content:first-child {
  margin-top: -20px;
}
#wrapper .ds-faq-scroll .ds-faq-scroll-entries .ds-faq-scroll-entry-content .fa-arrow-up {
  border: 1px solid #ccc;
  border-radius: 100%;
  color: #ccc;
  float: right;
  font-size: 12px;
  height: 24px;
  padding: 4.5px 6px;
  position: relative;
  top: -24px;
  width: 24px;
}
#wrapper .faq-alternate-collapsible .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: transparent;
}
#wrapper .faq-alternate-collapsible .panel:last-child .panel-heading .panel-title a .dotted:before {
  background-color: #f58220;
  border-radius: 100%;
  height: 18px;
  right: 30px;
  top: 35%;
  width: 18px;
}
#wrapper .faq-alternate-collapsible .panel:last-child .panel-body {
  border-right: none !important;
}
#wrapper .faq-alternate-collapsible .panel:last-child .even-heading .panel-title a .dotted:before {
  background-color: #f58220;
  border-radius: 100%;
  height: 18px;
  left: 34px !important;
  top: 35%;
  width: 18px;
}
#wrapper .faq-alternate-collapsible .panel:last-child .even-panel-body {
  border-left: none !important;
}
#wrapper .faq-alternate-collapsible .panel .panel-collapse .panel-body {
  border-left: none;
  border-right: 2px dotted #f58220;
  border-top: none;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 2px;
  padding-left: 0;
  padding-right: 80px;
  text-align: justify;
  text-justify: inter-word;
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-collapsible .panel .panel-collapse .panel-body {
    border-right: none;
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
#wrapper .faq-alternate-collapsible .panel .panel-collapse .even-panel-body {
  border-left: 2px dotted #f58220;
  border-right: none;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 3px;
  padding-left: 80px;
  padding-right: 0;
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-collapsible .panel .panel-collapse .even-panel-body {
    border-left: none;
    margin: 0;
  }
}
#wrapper .faq-alternate-collapsible .panel .even-heading {
  text-align: right;
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-collapsible .panel .even-heading {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-collapsible .panel .even-heading .panel-title a .content-title {
    padding: 0;
  }
}
#wrapper .faq-alternate-collapsible .panel .even-heading .panel-title a .dotted {
  padding-left: 28px !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-collapsible .panel .even-heading .panel-title a .dotted {
    display: none !important;
  }
}
#wrapper .faq-alternate-collapsible .panel .even-heading .panel-title a .dotted:before {
  left: 12px;
  position: absolute;
  top: 50%;
}
#wrapper .faq-alternate-collapsible .panel .panel-heading {
  background-color: transparent;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
#wrapper .faq-alternate-collapsible .panel .panel-heading .panel-title {
  margin: 0 !important;
}
#wrapper .faq-alternate-collapsible .panel .panel-heading .panel-title a:hover,
#wrapper .faq-alternate-collapsible .panel .panel-heading .panel-title a:focus {
  text-decoration: none;
}
#wrapper .faq-alternate-collapsible .panel .panel-heading .panel-title a .content-title {
  display: table-cell;
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-collapsible .panel .panel-heading .panel-title a .content-title {
    display: block;
    padding: 0;
  }
}
#wrapper .faq-alternate-collapsible .panel .panel-heading .panel-title a .content-title .counter,
#wrapper .faq-alternate-collapsible .panel .panel-heading .panel-title a .content-title .title {
  background-color: #fff;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
  display: table-cell;
  padding: 5px 15px;
  white-space: nowrap;
  z-index: 2;
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-collapsible .panel .panel-heading .panel-title a .content-title .counter,
  #wrapper .faq-alternate-collapsible .panel .panel-heading .panel-title a .content-title .title {
    display: block;
    text-align: center;
    white-space: normal;
  }
}
#wrapper .faq-alternate-collapsible .panel .panel-heading .panel-title a .content-title .icon {
  display: table-cell;
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-collapsible .panel .panel-heading .panel-title a .content-title .icon {
    display: block;
  }
}
#wrapper .faq-alternate-collapsible .panel .panel-heading .panel-title a .content-title .fa {
  background-color: #f58220;
  bottom: -5px;
  color: #fff;
  padding: 4px 30px;
  position: relative;
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-collapsible .panel .panel-heading .panel-title a .content-title .fa {
    bottom: 0;
    display: block;
    text-align: center;
  }
}
#wrapper .faq-alternate-collapsible .panel .panel-heading .panel-title a .dotted {
  display: table-cell;
  height: 100%;
  overflow: hidden;
  padding-left: 0;
  padding-right: 25px;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-collapsible .panel .panel-heading .panel-title a .dotted {
    display: none;
  }
}
#wrapper .faq-alternate-collapsible .panel .panel-heading .panel-title a .dotted:before {
  border-right: 2px dotted #f58220;
  content: "";
  height: 100%;
  margin: 0;
  max-width: 30px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 40px;
  top: 50%;
  vertical-align: middle;
  width: 100%;
  z-index: -1;
}
#wrapper .faq-alternate-collapsible .panel .panel-heading .panel-title a .dotted:after {
  background-color: transparent;
  border-bottom: 2px dotted #f58220;
  content: "";
  display: block;
  height: 1px;
  margin: 0;
  width: 100%;
}
#wrapper .ccm-faq-block-links {
  margin-bottom: 50px;
}
#wrapper .ccm-faq-block-links a {
  display: block;
  margin-bottom: 18px;
}
#wrapper .faq-alternate-expand .intro-content {
  border-left: 2px dotted #f58220;
  margin: 0 40px;
  padding: 15px 15px 15px 25px;
  position: relative;
  text-align: justify;
}
#wrapper .faq-alternate-expand .intro-content:before {
  background-color: #f58220;
  border-radius: 100%;
  height: 18px;
  left: -10px;
  position: absolute;
  top: -12px;
  width: 18px;
  content: '';
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-expand .intro-content:before {
    display: none;
  }
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-expand .intro-content {
    border-left: none;
    padding: 15px;
    margin: 0 30px;
  }
}
#wrapper .faq-alternate-expand .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: transparent;
  margin-bottom: 0;
}
#wrapper .faq-alternate-expand .panel:last-child .panel-heading .panel-title .dotted:before {
  background-color: #f58220;
  border-radius: 100%;
  height: 18px;
  right: 30px;
  top: 30%;
  width: 18px;
}
#wrapper .faq-alternate-expand .panel:last-child .panel-body {
  border-right: none !important;
}
#wrapper .faq-alternate-expand .panel:last-child .even-heading .panel-title .dotted:before {
  background-color: #f58220;
  border-radius: 100%;
  height: 18px;
  left: 34px !important;
  top: 30%;
  width: 18px;
}
#wrapper .faq-alternate-expand .panel:last-child .even-panel-body {
  border-left: none !important;
}
#wrapper .faq-alternate-expand .panel .panel-body {
  border-left: none;
  border-right: 2px dotted #f58220;
  border-top: none;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: -1px;
  padding-left: 0;
  padding-right: 50px;
  text-align: justify;
  text-justify: inter-word;
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-expand .panel .panel-body {
    border-right: none;
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
#wrapper .faq-alternate-expand .panel .even-panel-body {
  border-left: 2px dotted #f58220;
  border-right: none;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: -2px;
  padding-left: 50px;
  padding-right: 0;
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-expand .panel .even-panel-body {
    border-left: none;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
#wrapper .faq-alternate-expand .panel .even-heading {
  text-align: right;
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-expand .panel .even-heading {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-expand .panel .even-heading .panel-title .content-title {
    padding: 0;
  }
}
#wrapper .faq-alternate-expand .panel .even-heading .panel-title .dotted {
  padding-left: 28px !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-expand .panel .even-heading .panel-title .dotted {
    display: none !important;
  }
}
#wrapper .faq-alternate-expand .panel .even-heading .panel-title .dotted:before {
  left: 12px;
  position: absolute;
  top: 50%;
}
#wrapper .faq-alternate-expand .panel .panel-heading {
  background-color: transparent;
  border: none;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
#wrapper .faq-alternate-expand .panel .panel-heading .panel-title {
  margin: 0 !important;
}
#wrapper .faq-alternate-expand .panel .panel-heading .panel-title .content-title {
  display: table-cell;
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-expand .panel .panel-heading .panel-title .content-title {
    display: block;
    padding: 0;
  }
}
#wrapper .faq-alternate-expand .panel .panel-heading .panel-title .content-title .counter {
  position: relative;
}
#wrapper .faq-alternate-expand .panel .panel-heading .panel-title .content-title .counter:after,
#wrapper .faq-alternate-expand .panel .panel-heading .panel-title .content-title .counter:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#wrapper .faq-alternate-expand .panel .panel-heading .panel-title .content-title .counter:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
#wrapper .faq-alternate-expand .panel .panel-heading .panel-title .content-title .counter:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #1c1c1c;
  border-width: 8px;
  margin-left: -8px;
}
#wrapper .faq-alternate-expand .panel .panel-heading .panel-title .content-title .counter,
#wrapper .faq-alternate-expand .panel .panel-heading .panel-title .content-title .title {
  background-color: #fff;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
  display: table-cell;
  font-size: 30px;
  font-weight: 700;
  padding: 15px 30px;
  white-space: nowrap;
  z-index: 2;
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-expand .panel .panel-heading .panel-title .content-title .counter,
  #wrapper .faq-alternate-expand .panel .panel-heading .panel-title .content-title .title {
    display: block;
    text-align: center;
    white-space: normal;
  }
}
#wrapper .faq-alternate-expand .panel .panel-heading .panel-title .content-title .icon {
  display: table-cell;
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-expand .panel .panel-heading .panel-title .content-title .icon {
    display: block;
  }
}
#wrapper .faq-alternate-expand .panel .panel-heading .panel-title .content-title .fa {
  background-color: #f58220;
  bottom: -8px;
  color: #fff;
  padding: 4px 30px;
  position: relative;
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-expand .panel .panel-heading .panel-title .content-title .fa {
    bottom: 0;
    display: block;
    padding-top: 10px;
    text-align: center;
  }
}
#wrapper .faq-alternate-expand .panel .panel-heading .panel-title .dotted {
  display: table-cell;
  height: 100%;
  overflow: hidden;
  padding-left: 0;
  padding-right: 25px;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 767px) {
  #wrapper .faq-alternate-expand .panel .panel-heading .panel-title .dotted {
    display: none;
  }
}
#wrapper .faq-alternate-expand .panel .panel-heading .panel-title .dotted:before {
  border-right: 2px dotted #f58220;
  content: "";
  height: 100%;
  margin: 0;
  max-width: 30px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 40px;
  top: 50%;
  vertical-align: middle;
  width: 100%;
  z-index: -1;
}
#wrapper .faq-alternate-expand .panel .panel-heading .panel-title .dotted:after {
  background-color: transparent;
  border-bottom: 2px dotted #f58220;
  content: "";
  display: block;
  height: 1px;
  margin: 0;
  width: 100%;
}
#wrapper .ccm-faq-block-links {
  margin-bottom: 50px;
}
#wrapper .ccm-faq-block-links a {
  display: block;
  margin-bottom: 18px;
}
#wrapper .ds-tab-content {
  background-color: #f58220;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #wrapper .ds-tab-content {
    white-space: normal;
  }
}
#wrapper .ds-tab-content .intro-content p {
  color: #ffffff;
  padding: 1em 2em 3em;
  text-align: center;
}
#wrapper .ds-tab-content .nav-tabs {
  border-bottom: none;
  display: inline-block;
}
#wrapper .ds-tab-content .nav-tabs > li {
  display: inline-block;
  float: none;
  margin: auto;
  vertical-align: top;
  width: 20%;
}
@media (max-width: 767px) {
  #wrapper .ds-tab-content .nav-tabs > li {
    width: 100%;
  }
}
#wrapper .ds-tab-content .nav-tabs > li.active > a {
  background: none;
  border-color: transparent;
  color: #ae5000;
}
@media (max-width: 767px) {
  #wrapper .ds-tab-content .nav-tabs > li.active > a {
    border-bottom: 2px dashed #ae5000;
  }
}
#wrapper .ds-tab-content .nav-tabs > li > a {
  color: #ffffff;
  position: relative;
  text-align: center;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (max-width: 767px) {
  #wrapper .ds-tab-content .nav-tabs > li > a {
    border-bottom: 2px dashed #ae5000;
  }
}
#wrapper .ds-tab-content .nav-tabs > li > a:after {
  border-top: 2px dashed #ae5000;
  content: "";
  height: 1px;
  left: 74%;
  position: absolute;
  top: 32px;
  width: 104px;
  z-index: 1;
}
@media (max-width: 767px) {
  #wrapper .ds-tab-content .nav-tabs > li > a:after {
    border-top: none;
  }
}
@media (max-width: 991px) {
  #wrapper .ds-tab-content .nav-tabs > li > a:after {
    width: 80px;
  }
}
#wrapper .ds-tab-content .nav-tabs > li > a:hover,
#wrapper .ds-tab-content .nav-tabs > li > a:focus {
  background: none;
  border-color: transparent;
  color: #ae5000;
}
@media (max-width: 767px) {
  #wrapper .ds-tab-content .nav-tabs > li > a:hover,
  #wrapper .ds-tab-content .nav-tabs > li > a:focus {
    border-bottom: 2px dashed #ae5000;
  }
}
#wrapper .ds-tab-content .nav-tabs > li > a .titleText {
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  white-space: normal;
}
@media (max-width: 1200px) {
  #wrapper .ds-tab-content .nav-tabs > li > a .titleText {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  #wrapper .ds-tab-content .nav-tabs > li > a span i {
    font-size: 30px;
  }
}
#wrapper .ds-tab-content .nav-tabs > li:last-child > a:after {
  border-top: none;
}
#wrapper .ds-tab-content .tab-content-container {
  background-color: #0d1c25;
}
#wrapper .ds-tab-content .tab-content-container .tab-content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-height: 200px;
  padding: 100px 15px;
  position: relative;
}
@media (min-width: 768px) {
  #wrapper .ds-tab-content .tab-content-container .tab-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #wrapper .ds-tab-content .tab-content-container .tab-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #wrapper .ds-tab-content .tab-content-container .tab-content {
    width: 1170px;
  }
}
#wrapper .ds-tab-content .tab-content-container .tab-content h5 {
  margin: 0 0 15px;
}
#wrapper .ds-tab-content .tab-content-container .tab-content h1,
#wrapper .ds-tab-content .tab-content-container .tab-content h2,
#wrapper .ds-tab-content .tab-content-container .tab-content h3,
#wrapper .ds-tab-content .tab-content-container .tab-content h4,
#wrapper .ds-tab-content .tab-content-container .tab-content h5,
#wrapper .ds-tab-content .tab-content-container .tab-content h6,
#wrapper .ds-tab-content .tab-content-container .tab-content p {
  color: #ffffff;
}
#wrapper .container .tab-container .tab-content,
#wrapper .container .ds-tab-content .tab-content {
  width: auto;
}
#wrapper .tab-container {
  padding: 30px 15px 60px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  #wrapper .tab-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #wrapper .tab-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #wrapper .tab-container {
    width: 1170px;
  }
}
#wrapper .content-home .ds-tab-content {
  margin-bottom: -60px;
}
#wrapper .ccm-block-feature-item h4 {
  color: #1c1c1c;
  font-weight: bolder;
  font-size: 30px;
}
#wrapper .ccm-block-feature-item h4 i {
  font-size: 50px;
}
#wrapper .ccm-block-feature-item h5 {
  font-weight: lighter;
  font-size: 22px;
  line-height: 150%;
}
#wrapper .icon-content .fa {
  float: left;
  padding: 12px 15px;
}
#wrapper .ds-feature-horizontal {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #wrapper .ds-feature-horizontal {
    text-align: center;
  }
}
#wrapper .ds-feature-horizontal .ds-feature-icon {
  margin-bottom: 20px;
}
#wrapper .ds-feature-horizontal .ds-feature-icon .fa {
  text-shadow: 1px 1px 0px #454545;
}
#wrapper .ds-feature-horizontal .ds-feature-content .ds-feature-title h4 {
  margin: 0;
}
#wrapper .ds-feature-horizontal .ds-feature-content p {
  margin: 14px 0 25px;
  line-height: 154%;
}
#wrapper .ccm-block-feature-item-hover-wrapper {
  margin-bottom: 25px;
}
#wrapper .ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon .fa {
  font-size: 3em;
  text-shadow: 1px 1px 0px #454545;
}
#wrapper .ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover-title {
  color: #2c3e50;
  font-size: 30px;
  font-family: Raleway;
  font-weight: 500;
}
#wrapper .ds-feature-vertical {
  text-align: center;
}
#wrapper .ds-feature-vertical .ds-feature-icon {
  margin: 25px 0;
}
#wrapper .ds-feature-vertical .ds-feature-icon .fa {
  text-shadow: 1px 1px 0px #454545;
}
#wrapper .ds-feature {
  text-align: center;
  cursor: default;
}
#wrapper .ds-feature:hover h4,
#wrapper .ds-feature:hover .ds-feature-icon i {
  color: #f58220;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
#wrapper .ds-feature h4 {
  color: #1c1c1c;
  font-size: 18px;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
#wrapper .ds-feature .ds-feature-icon {
  margin-bottom: 15px;
}
#wrapper .ds-feature .ds-feature-icon i {
  color: #1c1c1c;
  font-size: 8em;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
#wrapper .ds-form .form-control {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ddd;
}
#wrapper .ds-form .img-captcha img {
  margin-bottom: 10px;
}
#wrapper .ds-newsletter-form .form-inline .captcha {
  display: none;
}
#wrapper .ds-newsletter-form .form-inline .form-control {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ddd;
}
#wrapper .ds-newsletter-form .form-inline .form-field-group {
  display: block;
  margin-bottom: 0;
  vertical-align: middle;
  float: left;
  width: 68%;
}
@media (max-width: 480px) {
  #wrapper .ds-newsletter-form .form-inline .form-field-group {
    width: 50%;
  }
}
#wrapper .ds-newsletter-form .form-inline .form-field-group .field-email {
  display: block;
}
#wrapper .ds-newsletter-form .form-inline .form-field-group .field-email label {
  display: none;
}
#wrapper .ds-newsletter-form .form-inline .form-field-group .field-email .form-control {
  height: 36px;
  margin-top: 0;
  padding-left: 15px;
  padding-top: 7px;
}
#wrapper .ds-newsletter-form .form-inline .form-field-group .field-text,
#wrapper .ds-newsletter-form .form-inline .form-field-group .field-textarea,
#wrapper .ds-newsletter-form .form-inline .form-field-group .field-radios,
#wrapper .ds-newsletter-form .form-inline .form-field-group .field-select,
#wrapper .ds-newsletter-form .form-inline .form-field-group .field-checkboxlist,
#wrapper .ds-newsletter-form .form-inline .form-field-group .field-fileupload,
#wrapper .ds-newsletter-form .form-inline .form-field-group .field-telephone,
#wrapper .ds-newsletter-form .form-inline .form-field-group .field-url,
#wrapper .ds-newsletter-form .form-inline .form-field-group .field-date,
#wrapper .ds-newsletter-form .form-inline .form-field-group .field-datetime {
  display: none;
}
#wrapper .ds-newsletter-form .form-inline .form-actions {
  float: left;
}
#wrapper .ds-newsletter-form .form-inline .form-actions .btn {
  box-shadow: none;
  border-radius: 0;
}
#wrapper .ds-newsletter-form .form-inline .img-captcha img {
  margin-bottom: 10px;
}
#wrapper .ds-subscribe-form .form-block .field-email .form-control {
  border-radius: 0;
  box-shadow: none;
  height: 44px;
  padding: 8px 15px;
}
#wrapper .ds-subscribe-form .form-block .btn-primary {
  background-color: #111111;
  border-color: #111111;
  border-radius: 0;
  box-shadow: none;
  color: #f58220 !important;
  display: block;
  font-size: 18px;
  height: 44px;
  padding: 8px 15px;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
#wrapper .ds-subscribe-form .form-block .btn-primary:hover {
  background-color: #000000;
  border-color: #f58220;
}
#wrapper .ds-img-bottom-to-top .pic {
  display: block;
  margin-bottom: 15px;
}
#wrapper .ds-img-bottom-to-top .pic:hover img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-img-bottom-to-top .pic img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-img-bottom-to-top .pic .pic-caption {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
}
#wrapper .ds-img-bottom-to-top .pic .pic-caption .fa-search {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  color: #fff;
  height: 50px;
  width: 50px;
  padding: 12px;
  transition: all 0.5s ease;
}
#wrapper .ds-img-bottom-to-top .pic .pic-caption .fa-search:hover {
  color: #fff;
  transition: all 0.5s ease;
}
#wrapper .ds-img-bottom-to-top .pic .pic-caption .caption-inner-with-title,
#wrapper .ds-img-bottom-to-top .pic .pic-caption .no-title {
  position: relative;
  top: 40%;
}
#wrapper .ds-img-left-to-right .pic {
  display: block;
  margin-bottom: 15px;
}
#wrapper .ds-img-left-to-right .pic:hover img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-img-left-to-right .pic img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-img-left-to-right .pic .pic-caption {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
}
#wrapper .ds-img-left-to-right .pic .pic-caption .fa-search {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  color: #fff;
  height: 50px;
  width: 50px;
  padding: 12px;
  transition: all 0.5s ease;
}
#wrapper .ds-img-left-to-right .pic .pic-caption .fa-search:hover {
  color: #fff;
  transition: all 0.5s ease;
}
#wrapper .ds-img-left-to-right .pic .pic-caption .caption-inner-with-title,
#wrapper .ds-img-left-to-right .pic .pic-caption .no-title {
  position: relative;
  top: 40%;
}
#wrapper .ds-img-bottom-to-top-link-icon .pic {
  display: block;
  margin-bottom: 15px;
}
#wrapper .ds-img-bottom-to-top-link-icon .pic:hover img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-img-bottom-to-top-link-icon .pic img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-img-bottom-to-top-link-icon .pic .pic-caption {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
}
#wrapper .ds-img-bottom-to-top-link-icon .pic .pic-caption .fa-link {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  color: #fff;
  height: 50px;
  width: 50px;
  padding: 12px;
  transition: all 0.5s ease;
}
#wrapper .ds-img-bottom-to-top-link-icon .pic .pic-caption .fa-link:hover {
  color: #fff;
  transition: all 0.5s ease;
}
#wrapper .ds-img-bottom-to-top-link-icon .pic .pic-caption .caption-inner-with-title,
#wrapper .ds-img-bottom-to-top-link-icon .pic .pic-caption .no-title {
  position: relative;
  top: 40%;
}
#wrapper .ds-img-left-to-right-link-icon .pic {
  display: block;
  margin-bottom: 15px;
}
#wrapper .ds-img-left-to-right-link-icon .pic:hover img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-img-left-to-right-link-icon .pic img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-img-left-to-right-link-icon .pic .pic-caption {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
}
#wrapper .ds-img-left-to-right-link-icon .pic .pic-caption .fa-link {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  color: #fff;
  height: 50px;
  width: 50px;
  padding: 12px;
  transition: all 0.5s ease;
}
#wrapper .ds-img-left-to-right-link-icon .pic .pic-caption .fa-link:hover {
  color: #fff;
  transition: all 0.5s ease;
}
#wrapper .ds-img-left-to-right-link-icon .pic .pic-caption .caption-inner-with-title,
#wrapper .ds-img-left-to-right-link-icon .pic .pic-caption .no-title {
  position: relative;
  top: 40%;
}
#wrapper .ds-img-right-to-left-link-icon .pic {
  display: block;
  margin-bottom: 15px;
}
#wrapper .ds-img-right-to-left-link-icon .pic:hover img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-img-right-to-left-link-icon .pic img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-img-right-to-left-link-icon .pic .pic-caption {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
}
#wrapper .ds-img-right-to-left-link-icon .pic .pic-caption .fa-link {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  color: #fff;
  height: 50px;
  width: 50px;
  padding: 12px;
  transition: all 0.5s ease;
}
#wrapper .ds-img-right-to-left-link-icon .pic .pic-caption .fa-link:hover {
  color: #fff;
  transition: all 0.5s ease;
}
#wrapper .ds-img-right-to-left-link-icon .pic .pic-caption .caption-inner-with-title,
#wrapper .ds-img-right-to-left-link-icon .pic .pic-caption .no-title {
  position: relative;
  top: 40%;
}
#wrapper .ds-img-top-to-bottom-link-icon .pic {
  display: block;
  margin-bottom: 15px;
}
#wrapper .ds-img-top-to-bottom-link-icon .pic:hover img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-img-top-to-bottom-link-icon .pic img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-img-top-to-bottom-link-icon .pic .pic-caption {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
}
#wrapper .ds-img-top-to-bottom-link-icon .pic .pic-caption .fa-link {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  color: #fff;
  height: 50px;
  width: 50px;
  padding: 12px;
  transition: all 0.5s ease;
}
#wrapper .ds-img-top-to-bottom-link-icon .pic .pic-caption .fa-link:hover {
  color: #fff;
  transition: all 0.5s ease;
}
#wrapper .ds-img-top-to-bottom-link-icon .pic .pic-caption .caption-inner-with-title,
#wrapper .ds-img-top-to-bottom-link-icon .pic .pic-caption .no-title {
  position: relative;
  top: 40%;
}
#wrapper .ds-img-right-to-left .pic {
  display: block;
  margin-bottom: 15px;
}
#wrapper .ds-img-right-to-left .pic:hover img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-img-right-to-left .pic img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-img-right-to-left .pic .pic-caption {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
}
#wrapper .ds-img-right-to-left .pic .pic-caption .fa-search {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  color: #fff;
  height: 50px;
  width: 50px;
  padding: 12px;
  transition: all 0.5s ease;
}
#wrapper .ds-img-right-to-left .pic .pic-caption .fa-search:hover {
  color: #fff;
  transition: all 0.5s ease;
}
#wrapper .ds-img-right-to-left .pic .pic-caption .caption-inner-with-title,
#wrapper .ds-img-right-to-left .pic .pic-caption .no-title {
  position: relative;
  top: 40%;
}
#wrapper .ds-img-top-to-bottom .pic {
  display: block;
  margin-bottom: 15px;
}
#wrapper .ds-img-top-to-bottom .pic:hover img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-img-top-to-bottom .pic img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-img-top-to-bottom .pic .pic-caption {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
}
#wrapper .ds-img-top-to-bottom .pic .pic-caption .fa-search {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  color: #fff;
  height: 50px;
  width: 50px;
  padding: 12px;
  transition: all 0.5s ease;
}
#wrapper .ds-img-top-to-bottom .pic .pic-caption .fa-search:hover {
  color: #fff;
  transition: all 0.5s ease;
}
#wrapper .ds-img-top-to-bottom .pic .pic-caption .caption-inner-with-title,
#wrapper .ds-img-top-to-bottom .pic .pic-caption .no-title {
  position: relative;
  top: 40%;
}
#wrapper .ds-animate-slider-wrapper .carousel .carousel-inner {
  height: 550px;
}
#wrapper .ds-animate-slider-wrapper .carousel .carousel-inner .item {
  min-height: 350px;
  height: 100%;
  width: 100%;
}
#wrapper .ds-animate-slider-wrapper .carousel .carousel-inner .item .img-animate {
  height: auto;
  margin: auto;
}
@media (max-width: 767px) {
  #wrapper .ds-animate-slider-wrapper .carousel .carousel-inner .item .img-animate {
    display: none;
  }
}
#wrapper .ds-animate-slider-wrapper .carousel .carousel-inner .item .carousel-caption {
  padding-bottom: 50px;
  /* Animation delays */
}
@media (max-width: 480px) {
  #wrapper .ds-animate-slider-wrapper .carousel .carousel-inner .item .carousel-caption {
    padding-bottom: 25px;
  }
}
#wrapper .ds-animate-slider-wrapper .carousel .carousel-inner .item .carousel-caption .caption-title {
  animation-delay: 1s;
  color: #fff !important;
  display: inline-block;
  font-family: "Fjalla One", sans-serif;
  font-size: 5.2em;
  font-weight: bold;
  margin: 0 0 32px;
  text-align: center;
}
@media (max-width: 480px) {
  #wrapper .ds-animate-slider-wrapper .carousel .carousel-inner .item .carousel-caption .caption-title {
    font-size: 2.4em;
    margin: 0 0 12px;
  }
}
#wrapper .ds-animate-slider-wrapper .carousel .carousel-inner .item .carousel-caption .caption-description {
  animation-delay: 2s;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 4px 15px;
}
#wrapper .ds-animate-slider-wrapper .carousel .carousel-inner .item .carousel-caption .caption-description p {
  color: #fff !important;
  text-align: center;
}
#wrapper .ds-animate-slider-wrapper .carousel .carousel-inner .item .carousel-caption .caption-description p a {
  text-decoration: underline;
}
#wrapper .ds-animate-slider-wrapper .carousel .carousel-indicators {
  background-color: rgba(0, 0, 0, 0);
  bottom: 18px;
  left: 0;
  margin: 0;
  padding: 10px;
  width: 100%;
}
#wrapper .ds-animate-slider-wrapper .carousel .carousel-control .fa-angle-right,
#wrapper .ds-animate-slider-wrapper .carousel .carousel-control .fa-angle-left {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  display: inline-block;
  font-size: 2.5em;
  height: 78px;
  margin-top: -15px;
  padding: 20px;
  position: absolute;
  top: 50%;
  width: 72px;
  z-index: 5;
}
#wrapper .ds-animate-slider-wrapper .carousel .carousel-control .fa-angle-left {
  margin-left: -15px;
  left: 50%;
}
#wrapper .ds-animate-slider-wrapper .carousel .carousel-control .fa-angle-right {
  margin-right: -15px;
  right: 50%;
}
#wrapper .ds-animate-slider-wrapper .carousel .carousel-control.left,
#wrapper .ds-animate-slider-wrapper .carousel .carousel-control.right {
  background-image: none;
}
#wrapper .fullpage-carousel {
  overflow: hidden;
  background-color: #424242;
}
#wrapper .fullpage-carousel .carousel-inner {
  margin: 0;
  padding: 0;
}
@media all and (transform-3d),(-webkit-transform-3d) {
  #wrapper .fullpage-carousel .carousel-inner > .item.next.right,
  #wrapper .fullpage-carousel .carousel-inner > .item.active.right {
    opacity: 0;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #wrapper .fullpage-carousel .carousel-inner > .item.prev.left,
  #wrapper .fullpage-carousel .carousel-inner > .item.active.left {
    opacity: 0;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #wrapper .fullpage-carousel .carousel-inner > .item.next.left {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #wrapper .fullpage-carousel .carousel-inner > .item.prev.right {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #wrapper .fullpage-carousel .carousel-inner > .item.active {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#wrapper .fullpage-carousel .carousel-inner .carousel-control {
  width: 8%;
}
#wrapper .fullpage-carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
#wrapper .fullpage-carousel .carousel-inner .item.active {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
#wrapper .fullpage-carousel .carousel-inner .item.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#wrapper .fullpage-carousel .carousel-inner .item .carousel-description {
  display: block;
  float: left;
  height: 100%;
  width: 65%;
  position: relative;
}
@media (max-width: 767px) {
  #wrapper .fullpage-carousel .carousel-inner .item .carousel-description {
    width: 70%;
  }
}
@media (max-width: 480px) {
  #wrapper .fullpage-carousel .carousel-inner .item .carousel-description {
    width: 100%;
  }
}
#wrapper .fullpage-carousel .carousel-inner .item .carousel-description .description-position {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  #wrapper .fullpage-carousel .carousel-inner .item .carousel-description .description-position {
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
  }
}
#wrapper .fullpage-carousel .carousel-inner .item .carousel-description .description-position .title {
  color: #ffffff !important;
  font-family: Raleway;
  font-size: 65px;
  font-style: none;
  font-weight: 700;
  line-height: 70px;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  #wrapper .fullpage-carousel .carousel-inner .item .carousel-description .description-position .title {
    font-size: 55px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  #wrapper .fullpage-carousel .carousel-inner .item .carousel-description .description-position .title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 480px) {
  #wrapper .fullpage-carousel .carousel-inner .item .carousel-description .description-position .title {
    font-size: 35px;
    line-height: 40px;
  }
}
#wrapper .fullpage-carousel .carousel-inner .item .carousel-description .description-position p {
  color: #ffffff !important;
  font-family: Raleway;
  font-size: 21px;
  font-style: none;
  font-weight: 300;
  line-height: 150%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
#wrapper .fullpage-carousel .carousel-inner .active {
  opacity: 1;
}
#wrapper .fullpage-carousel .carousel-inner .active.left,
#wrapper .fullpage-carousel .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 2;
}
#wrapper .fullpage-carousel .carousel-inner .next,
#wrapper .fullpage-carousel .carousel-inner .prev {
  left: 0;
  z-index: 1;
}
#wrapper .fullpage-carousel .carousel-inner .next.left,
#wrapper .fullpage-carousel .carousel-inner .prev.left,
#wrapper .fullpage-carousel .carousel-inner .next.right,
#wrapper .fullpage-carousel .carousel-inner .prev.right {
  opacity: 1;
}
#wrapper .fullpage-carousel .carousel-indicators li {
  border-color: #ffffff;
}
#wrapper .fullpage-carousel .carousel-indicators li.active {
  background-color: #ffffff;
  border-color: #ffffff;
}
#wrapper .fullpage-carousel .carousel-control.left,
#wrapper .fullpage-carousel .carousel-control.right {
  background-image: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .fullpage-carousel .carousel-control .left-angle,
#wrapper .fullpage-carousel .carousel-control .right-angle {
  color: #ffffff;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 58px;
  font-weight: normal;
  text-decoration: inherit;
}
#wrapper .fullpage-carousel .carousel-control .left-angle:before {
  content: '\f104';
}
#wrapper .fullpage-carousel .carousel-control .right-angle:before {
  content: '\f105';
}
#wrapper .fullpage-carousel-half-desc {
  overflow: hidden;
  background-color: #424242;
}
#wrapper .fullpage-carousel-half-desc .carousel-inner {
  margin: 0;
  padding: 0;
}
@media all and (transform-3d),(-webkit-transform-3d) {
  #wrapper .fullpage-carousel-half-desc .carousel-inner > .item.next.right,
  #wrapper .fullpage-carousel-half-desc .carousel-inner > .item.active.right {
    opacity: 0;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #wrapper .fullpage-carousel-half-desc .carousel-inner > .item.prev.left,
  #wrapper .fullpage-carousel-half-desc .carousel-inner > .item.active.left {
    opacity: 0;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #wrapper .fullpage-carousel-half-desc .carousel-inner > .item.next.left {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #wrapper .fullpage-carousel-half-desc .carousel-inner > .item.prev.right {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #wrapper .fullpage-carousel-half-desc .carousel-inner > .item.active {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#wrapper .fullpage-carousel-half-desc .carousel-inner .carousel-control {
  width: 8%;
}
#wrapper .fullpage-carousel-half-desc .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
#wrapper .fullpage-carousel-half-desc .carousel-inner .item.active {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
#wrapper .fullpage-carousel-half-desc .carousel-inner .item.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#wrapper .fullpage-carousel-half-desc .carousel-inner .item .carousel-description {
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  float: left;
  height: 100%;
  position: relative;
  width: 40%;
  -moz-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media (max-width: 991px) {
  #wrapper .fullpage-carousel-half-desc .carousel-inner .item .carousel-description {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #wrapper .fullpage-carousel-half-desc .carousel-inner .item .carousel-description {
    width: 100%;
  }
}
#wrapper .fullpage-carousel-half-desc .carousel-inner .item .carousel-description .description-position {
  position: absolute;
  top: 50%;
  left: 55%;
  width: 65%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@media (max-width: 480px) {
  #wrapper .fullpage-carousel-half-desc .carousel-inner .item .carousel-description .description-position {
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
  }
}
#wrapper .fullpage-carousel-half-desc .carousel-inner .item .carousel-description .description-position .title {
  color: #ffffff !important;
  font-family: Raleway;
  font-size: 50px;
  font-style: none;
  font-weight: 700;
  line-height: 55px;
  margin: 0 0 15px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  #wrapper .fullpage-carousel-half-desc .carousel-inner .item .carousel-description .description-position .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  #wrapper .fullpage-carousel-half-desc .carousel-inner .item .carousel-description .description-position .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 480px) {
  #wrapper .fullpage-carousel-half-desc .carousel-inner .item .carousel-description .description-position .title {
    font-size: 32px;
    line-height: 40px;
  }
}
#wrapper .fullpage-carousel-half-desc .carousel-inner .item .carousel-description .description-position p {
  color: #ffffff !important;
  font-family: Raleway;
  font-size: 21px;
  font-style: none;
  font-weight: 300;
  line-height: 150%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
#wrapper .fullpage-carousel-half-desc .carousel-inner .active {
  opacity: 1;
}
#wrapper .fullpage-carousel-half-desc .carousel-inner .active.left,
#wrapper .fullpage-carousel-half-desc .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 2;
}
#wrapper .fullpage-carousel-half-desc .carousel-inner .next,
#wrapper .fullpage-carousel-half-desc .carousel-inner .prev {
  left: 0;
  z-index: 1;
}
#wrapper .fullpage-carousel-half-desc .carousel-inner .next.left,
#wrapper .fullpage-carousel-half-desc .carousel-inner .prev.left,
#wrapper .fullpage-carousel-half-desc .carousel-inner .next.right,
#wrapper .fullpage-carousel-half-desc .carousel-inner .prev.right {
  opacity: 1;
}
#wrapper .fullpage-carousel-half-desc .carousel-indicators li {
  border-color: #ffffff;
}
#wrapper .fullpage-carousel-half-desc .carousel-indicators li.active {
  background-color: #ffffff;
  border-color: #ffffff;
}
#wrapper .fullpage-carousel-half-desc .carousel-control {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .fullpage-carousel-half-desc .carousel-control.left,
#wrapper .fullpage-carousel-half-desc .carousel-control.right {
  background-image: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .fullpage-carousel-half-desc .carousel-control .left-angle,
#wrapper .fullpage-carousel-half-desc .carousel-control .right-angle {
  color: #ffffff;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 58px;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .fullpage-carousel-half-desc .carousel-control .left-angle:before {
  content: '\f104';
}
#wrapper .fullpage-carousel-half-desc .carousel-control .right-angle:before {
  content: '\f105';
}
#wrapper .bounce {
  position: absolute;
  bottom: 5em;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: bounce 5s infinite;
  -webkit-animation: bounce 5s infinite;
  -moz-animation: bounce 5s infinite;
  -o-animation: bounce 5s infinite;
  z-index: 999;
  text-align: center;
}
#wrapper .bounce .fa-angle-down {
  color: #fff;
  font-size: 42px;
  position: relative;
  top: 4px;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
#wrapper .thumbnail-scroller {
  background-color: transparent;
  border-color: transparent;
  padding-top: 40px;
}
#wrapper .thumbnail-scroller .slides li {
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#wrapper .thumbnail-scroller .slides li img {
  height: 100%;
}
#wrapper .thumbnail-scroller .flex-direction-nav a:before {
  font-size: 34px;
}
#wrapper .thumbnail-scroller .flex-control-nav {
  display: none;
}
#wrapper .fourcolumn-about {
  float: left;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
#wrapper .fourcolumn-about .column {
  border: 1px solid transparent;
  display: inline-block;
  margin: -4px -2px;
  position: relative;
  width: 25%;
}
@media (max-width: 767px) {
  #wrapper .fourcolumn-about .column {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #wrapper .fourcolumn-about .column {
    width: 100%;
  }
}
#wrapper .fourcolumn-about .column .about-hover {
  background-position: center;
  background-size: cover;
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  #wrapper .fourcolumn-about .column .about-hover {
    height: 240px;
  }
}
#wrapper .fourcolumn-about .column .about-hover .content-overlay {
  background-color: rgba(245, 130, 32, 0.75);
  display: table-cell;
  float: left;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#wrapper .fourcolumn-about .column .about-hover .content-overlay:hover {
  opacity: 1;
}
#wrapper .fourcolumn-about .column .about-hover .content-overlay .content {
  display: block;
  height: auto;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#wrapper .fourcolumn-about .column .about-hover .content-overlay .content .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  #wrapper .fourcolumn-about .column .about-hover .content-overlay .content .name {
    font-size: 21px;
    line-height: 25px;
  }
}
#wrapper .fourcolumn-about .column .about-hover .content-overlay .content .position {
  font-size: 15px;
  line-height: 16px;
}
#wrapper .fourcolumn-about .column .about-hover .content-overlay .content p {
  color: #ffffff;
}
#wrapper .fourcolumn-about .column .about-hover .content-overlay .content a {
  color: #ffe900;
}
#wrapper .ds-image-text-testimonial .image img {
  border-radius: 100%;
  float: left;
  height: 75px;
  margin-right: 15px;
  width: 75px;
}
@media (max-width: 480px) {
  #wrapper .ds-image-text-testimonial .image img {
    display: block;
    float: none;
    margin: auto;
  }
}
#wrapper .ds-image-text-testimonial .image-text-content .text .text-content {
  color: #1c1c1c;
  font-family: Dancing Script;
  font-size: 24px;
  font-style: none;
  font-weight: 500;
  line-height: 32px;
  text-align: justify;
  vertical-align: middle;
}
#wrapper .ds-image-text-testimonial .image-text-content .name {
  color: #f58220;
  display: inline-block;
  font-family: georgia;
  font-size: 16px;
  font-style: none;
  font-weight: 500;
  margin-left: 12px;
  text-align: right;
  vertical-align: middle;
}
#wrapper .ds-image-text-testimonial .image-text-content .name .position {
  color: #f58220;
  font-family: georgia;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
}
#wrapper .ds-plain-text-testimonial .plain-text-content .text {
  color: #1c1c1c;
  font-family: Dancing Script;
  font-size: 28px;
  font-style: none;
  font-weight: 500;
  text-align: justify;
}
#wrapper .ds-plain-text-testimonial .plain-text-content .name {
  color: #f58220;
  display: block;
  font-family: georgia;
  font-size: 16px;
  font-style: none !important;
  font-weight: 500;
  text-align: right;
}
#wrapper .ds-plain-text-testimonial .plain-text-content .position {
  color: #f58220;
  font-family: georgia;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
}
#wrapper .banner-feature-content .ds-3-column-img-hover-wrapper {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #wrapper .banner-feature-content .ds-3-column-img-hover-wrapper {
    margin: 0;
    padding: 0 15px;
  }
}
#wrapper .banner-feature-content .ds-3-column-img-hover-wrapper .ds-3-column-img-hover {
  border: 1px solid #fff;
}
#wrapper .ds-3-column-img-hover-wrapper {
  padding: 0 15px;
}
#wrapper .ds-3-column-img-hover-wrapper .ds-3-column-img-hover {
  background-color: #454545;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  #wrapper .ds-3-column-img-hover-wrapper .ds-3-column-img-hover {
    height: 200px;
  }
}
#wrapper .ds-3-column-img-hover-wrapper .ds-3-column-img-hover.img-zoom {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  #wrapper .ds-3-column-img-hover-wrapper .ds-3-column-img-hover {
    margin-bottom: 15px;
  }
  #wrapper .ds-3-column-img-hover-wrapper .ds-3-column-img-hover:first-child {
    margin-top: 15px;
  }
}
#wrapper .ds-3-column-img-hover-wrapper .ds-3-column-img-hover .img-hover {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-3-column-img-hover-wrapper .ds-3-column-img-hover .img-hover-content {
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-3-column-img-hover-wrapper .ds-3-column-img-hover .img-hover-content:hover {
  background-color: rgba(245, 130, 32, 0.45);
  border-color: rgba(245, 130, 32, 0.75);
}
#wrapper .ds-3-column-img-hover-wrapper .ds-3-column-img-hover .img-hover-content .text {
  position: absolute;
  bottom: 18px;
  left: 0;
  padding: 4px 15px;
}
#wrapper .ds-3-column-img-hover-wrapper .ds-3-column-img-hover .img-hover-content .text h6,
#wrapper .ds-3-column-img-hover-wrapper .ds-3-column-img-hover .img-hover-content .text p {
  margin: 0;
  color: #ffffff !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.54);
}
#wrapper .ds-3-column-img-hover-wrapper .ds-3-column-img-hover .img-hover-content .text h6:hover,
#wrapper .ds-3-column-img-hover-wrapper .ds-3-column-img-hover .img-hover-content .text p:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  #wrapper .ds-3-column-img-hover-wrapper .ds-3-column-img-hover .img-hover-content .text h6 {
    padding-bottom: 8px;
  }
  #wrapper .ds-3-column-img-hover-wrapper .ds-3-column-img-hover .img-hover-content .text h6 a {
    font-size: 16px;
  }
}
#wrapper .ds-3-column-img-hover-wrapper .ds-3-column-img-hover .img-hover-content .text a {
  text-decoration: none;
}
#wrapper .ds-3-column-img-hover-wrapper .ds-3-column-img-hover .img-hover-content .text .date {
  font-size: 13px;
}
#wrapper .ds-four-column-carousel-list-wrapper .carousel .carousel-inner .item .ds-four-column-carousel-list-inner-wrapper .ds-four-column-carousel-list {
  margin: 25px 0;
}
#wrapper .ds-four-column-carousel-list-wrapper .carousel .carousel-inner .item .ds-four-column-carousel-list-inner-wrapper .ds-four-column-carousel-list .pagethumbnail {
  display: inline-block;
  height: 150px;
  overflow: hidden;
  width: 100%;
}
#wrapper .ds-four-column-carousel-list-wrapper .carousel .carousel-inner .item .ds-four-column-carousel-list-inner-wrapper .ds-four-column-carousel-list .pagethumbnail .img-pagethumbnail {
  max-height: 270px;
  margin: auto;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#wrapper .ds-four-column-carousel-list-wrapper .carousel .carousel-inner .item .ds-four-column-carousel-list-inner-wrapper .ds-four-column-carousel-list h5 {
  font-size: 18px;
}
#wrapper .ds-four-column-carousel-list-wrapper .carousel .carousel-inner .item .ds-four-column-carousel-list-inner-wrapper .ds-four-column-carousel-list .page-name {
  text-decoration: none;
}
#wrapper .ds-four-column-carousel-list-wrapper .carousel .carousel-control {
  width: 42px;
}
#wrapper .ds-four-column-carousel-list-wrapper .carousel .carousel-control .glyphicon-chevron-left,
#wrapper .ds-four-column-carousel-list-wrapper .carousel .carousel-control .glyphicon-chevron-right {
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
}
#wrapper .ds-four-column-carousel-list-wrapper .carousel .carousel-control.left {
  left: -40px;
}
#wrapper .ds-four-column-carousel-list-wrapper .carousel .carousel-control.right {
  right: -40px;
}
#wrapper .ds-four-column-carousel-list-wrapper .carousel .carousel-control.left,
#wrapper .ds-four-column-carousel-list-wrapper .carousel .carousel-control.right {
  background-image: none;
}
#wrapper .ds-four-column-list-wrapper .ds-four-column-list {
  margin: 25px 0;
}
#wrapper .ds-four-column-list-wrapper .ds-four-column-list .pagethumbnail {
  border: 1px solid #fff;
  display: inline-block;
  height: auto;
  width: 100%;
  position: relative;
}
#wrapper .ds-four-column-list-wrapper .ds-four-column-list .pagethumbnail .img-pagethumbnail {
  max-height: 270px;
  margin: auto;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  #wrapper .ds-four-column-list-wrapper .ds-four-column-list .pagethumbnail .img-pagethumbnail img {
    width: 100%;
    height: auto;
  }
}
#wrapper .ds-four-column-list-wrapper .ds-four-column-list .pagethumbnail .ds-datetime-float {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(245, 130, 32, 0.92);
}
#wrapper .ds-four-column-list-wrapper .ds-four-column-list .pagethumbnail .ds-datetime-float span {
  text-align: center;
  display: block;
  line-height: 100%;
  color: #ffffff;
}
#wrapper .ds-four-column-list-wrapper .ds-four-column-list .pagethumbnail .ds-datetime-float span:nth-child(1) {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
}
#wrapper .ds-four-column-list-wrapper .ds-four-column-list .pagethumbnail .ds-datetime-float span:nth-child(2) {
  font-size: 28px;
  font-weight: bold;
}
#wrapper .ds-four-column-list-wrapper .ds-four-column-list .title {
  font-size: 18px;
}
#wrapper .ds-four-column-list-wrapper .ds-four-column-list .title .page-name {
  text-decoration: none;
}
#wrapper .ds-arrow-list-wrapper .ds-arrow-list {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}
#wrapper .ds-arrow-list-wrapper .ds-arrow-list li {
  position: relative;
}
#wrapper .ds-arrow-list-wrapper .ds-arrow-list li.active:before {
  color: #f58220;
}
#wrapper .ds-arrow-list-wrapper .ds-arrow-list li.active a {
  color: #f58220;
}
#wrapper .ds-arrow-list-wrapper .ds-arrow-list li a {
  color: #1c1c1c;
  display: block;
  padding: 7px 12px 7px 0;
}
#wrapper .ds-arrow-list-wrapper .ds-arrow-list li a:after {
  content: "\f105 \f105";
  font-family: FontAwesome;
  font-size: 10px;
  left: 6px;
  position: relative;
  top: -1px;
}
#wrapper .ds-arrow-list-wrapper .ds-arrow-list li:hover:before {
  color: #f58220;
}
#wrapper .ds-arrow-list-wrapper .ds-arrow-list li:hover a {
  color: #f58220;
  text-decoration: none;
}
#wrapper .ds-card-list-wrapper #dsCardList {
  max-width: 100%;
  position: relative;
  width: 100%;
}
#wrapper .ds-card-list-wrapper .ds-card-list .date-wrapper {
  margin: 0;
}
#wrapper .ds-card-list-wrapper .ds-card-list .white-panel {
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 10px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  /* stylize any heading tags within white-panel below */
}
#wrapper .ds-card-list-wrapper .ds-card-list .white-panel img {
  height: auto;
  width: 100%;
}
#wrapper .ds-card-list-wrapper .ds-card-list .white-panel h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
#wrapper .ds-card-list-wrapper .ds-card-list .white-panel h1 {
  font-size: 1em;
}
#wrapper .ds-card-list-wrapper .ds-card-list .white-panel h1 a {
  color: #f58220;
}
#wrapper .ds-card-list-wrapper .ds-card-list .white-panel:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#wrapper .ds-main-list-wrapper .article {
  border: none;
  margin-bottom: 32px;
  transition: all 0.3s ease;
}
#wrapper .ds-main-list-wrapper .article .article-image {
  max-height: 400px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}
#wrapper .ds-main-list-wrapper .article .article-image h1 {
  margin: 0;
}
#wrapper .ds-main-list-wrapper .article .article-image h1 img {
  margin: auto;
  width: 100%;
  height: auto;
}
#wrapper .ds-main-list-wrapper .article .article-content {
  margin-top: -1px;
}
#wrapper .ds-main-list-wrapper .article .article-content .article-content-head .date,
#wrapper .ds-main-list-wrapper .article .article-content .article-content-head .title {
  display: table-cell;
  text-transform: capitalize;
  vertical-align: middle;
}
@media (max-width: 480px) {
  #wrapper .ds-main-list-wrapper .article .article-content .article-content-head .date,
  #wrapper .ds-main-list-wrapper .article .article-content .article-content-head .title {
    display: block;
  }
}
#wrapper .ds-main-list-wrapper .article .article-content .article-content-head .date {
  background-color: #e5e5e5;
  color: #f58220;
  padding: 4px;
  text-align: center;
  width: 12%;
}
@media (max-width: 480px) {
  #wrapper .ds-main-list-wrapper .article .article-content .article-content-head .date {
    width: 100%;
  }
}
#wrapper .ds-main-list-wrapper .article .article-content .article-content-head .date span {
  display: inline-block;
  width: 100%;
}
#wrapper .ds-main-list-wrapper .article .article-content .article-content-head .date span:first-child {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
#wrapper .ds-main-list-wrapper .article .article-content .article-content-head .date span:nth-child(2) {
  text-transform: uppercase;
}
#wrapper .ds-main-list-wrapper .article .article-content .article-content-head .title {
  background-color: #f58220;
  padding-left: 40px;
  padding-right: 40px;
  width: 88%;
}
#wrapper .ds-main-list-wrapper .article .article-content .article-content-head .title a {
  color: #ffffff;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
#wrapper .ds-main-list-wrapper .article .article-content .article-content-head .title a:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (max-width: 480px) {
  #wrapper .ds-main-list-wrapper .article .article-content .article-content-head .title {
    width: 100%;
    padding: 15px;
  }
  #wrapper .ds-main-list-wrapper .article .article-content .article-content-head .title h5 {
    margin: 0;
    font-size: 21px;
  }
}
#wrapper .ds-main-list-wrapper .article .article-content .article-content-head .title * {
  margin: 20px 0;
}
#wrapper .ds-main-list-wrapper .article .article-content .article-details {
  margin: 25px 0;
}
#wrapper .ds-main-list-wrapper .article .article-content .article-details p {
  margin: 0;
  font-size: 14px;
}
#wrapper .ds-main-list-wrapper .article .article-content .article-details .author,
#wrapper .ds-main-list-wrapper .article .article-content .article-details .date,
#wrapper .ds-main-list-wrapper .article .article-content .article-details .comment {
  color: #1c1c1c;
}
#wrapper .ds-main-list-wrapper .article .article-content .article-paragraph {
  padding: 15px 0;
}
#wrapper .ds-name-list-wrapper .ds-name-list li {
  position: relative;
}
#wrapper .ds-name-list-wrapper .ds-name-list li:hover:before {
  border-color: #f58220;
  width: 15%;
}
#wrapper .ds-name-list-wrapper .ds-name-list li:before {
  bottom: 0;
  position: absolute;
  display: block;
  content: '';
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  height: 0;
  width: 10%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
#wrapper .ds-name-list-wrapper .ds-name-list li.active:before {
  border-color: #f58220;
}
#wrapper .ds-name-list-wrapper .ds-name-list li.active a {
  color: #f58220;
}
#wrapper .ds-name-list-wrapper .ds-name-list li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: #f58220;
  display: block;
  font-size: 14px;
  padding: 10px 4px;
  transition: color 0.3s ease;
}
#wrapper .ds-name-list-wrapper .ds-name-list li a:hover {
  color: #f58220;
  text-decoration: none;
}
#wrapper .ds-portfolio-list-wrapper .ds-portfolio-list {
  display: inline-block;
  margin: 24px auto;
  max-height: 240px;
  padding: 4px 10px;
  vertical-align: middle;
  width: 32.3333%;
}
#wrapper .ds-portfolio-list-wrapper .ds-portfolio-list.mb-75 {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  #wrapper .ds-portfolio-list-wrapper .ds-portfolio-list {
    display: inline-block;
    margin: 24px auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  #wrapper .ds-portfolio-list-wrapper .ds-portfolio-list {
    padding: 4px 0;
  }
}
#wrapper .ds-portfolio-list-wrapper .ds-portfolio-list .pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 240px;
}
#wrapper .ds-portfolio-list-wrapper .ds-portfolio-list .pic .pic-caption {
  background-color: rgba(245, 130, 32, 0.75);
}
#wrapper .ds-portfolio-list-wrapper .ds-portfolio-list .pic .pic-caption .fa-eye {
  color: #ffffff;
  font-size: 18px;
  height: 100px;
  padding: 16px;
  position: relative;
  text-align: center;
  top: 32%;
  width: 100px;
  z-index: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (max-width: 767px) {
  #wrapper .ds-portfolio-list-wrapper .ds-portfolio-list .pic .pic-caption .fa-eye {
    top: 40%;
  }
}
@media (max-width: 480px) {
  #wrapper .ds-portfolio-list-wrapper .ds-portfolio-list .pic .pic-caption .fa-eye {
    top: 32%;
  }
}
#wrapper .ds-portfolio-list-wrapper .ds-portfolio-list .pic .pic-caption .fa-eye:hover {
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#wrapper .ds-portfolio-list-wrapper .ds-portfolio-list .pic .pic-caption .no-title {
  position: relative;
  top: 40%;
}
#wrapper .ds-portfolio-list-wrapper .ds-portfolio-list .pic .pic-caption .date {
  display: block;
}
#wrapper .ds-portfolio-list-wrapper .ds-portfolio-list .pic .pic-caption .view-project {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
}
#wrapper .ds-portfolio-list-wrapper .ds-portfolio-list .ds-portfolio-name {
  max-width: 300px;
}
#wrapper .ds-portfolio-list-wrapper .ds-portfolio-list .ds-portfolio-name h5 {
  margin: 12px 0;
  font-size: 18px;
}
#wrapper .ds-portfolio-list-wrapper .ds-portfolio-list .ds-portfolio-name .date {
  color: #808080;
}
#wrapper .ds-sidebar-list-wrapper .ds-sidebar-list {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
}
#wrapper .ds-sidebar-list-wrapper .ds-sidebar-list:last-child:after {
  background: none;
}
#wrapper .ds-sidebar-list-wrapper .ds-sidebar-list .ds-imagebox {
  display: table-cell;
  vertical-align: top;
  width: 80px;
}
@media (max-width: 480px) {
  #wrapper .ds-sidebar-list-wrapper .ds-sidebar-list .ds-imagebox {
    display: block;
    margin-bottom: 12px;
    width: 100%;
  }
}
#wrapper .ds-sidebar-list-wrapper .ds-sidebar-list .ds-imagebox .pagethumbnail {
  float: left;
  height: 80px;
  width: 100%;
  background-size: contain !important;
}
#wrapper .ds-sidebar-list-wrapper .ds-sidebar-list .ds-imagebox .ds-sidebar-list-date {
  background-color: #f58220;
  color: #fff;
  height: auto;
  left: 0;
  line-height: 24px;
  padding: 6px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 70px;
}
#wrapper .ds-sidebar-list-wrapper .ds-sidebar-list .ds-imagebox .ds-sidebar-list-date .day,
#wrapper .ds-sidebar-list-wrapper .ds-sidebar-list .ds-imagebox .ds-sidebar-list-date .month {
  display: block;
}
#wrapper .ds-sidebar-list-wrapper .ds-sidebar-list .ds-imagebox .ds-sidebar-list-date .day {
  font-size: 25px;
}
#wrapper .ds-sidebar-list-wrapper .ds-sidebar-list .ds-imagebox .ds-sidebar-list-date .month {
  font-size: 14px;
}
#wrapper .ds-sidebar-list-wrapper .ds-sidebar-list .ds-descbox {
  display: table-cell;
  padding-left: 15px;
}
#wrapper .ds-sidebar-list-wrapper .ds-sidebar-list .ds-descbox h6 {
  font-size: 18px;
  margin: 0 0 4px;
}
@media (max-width: 480px) {
  #wrapper .ds-sidebar-list-wrapper .ds-sidebar-list .ds-descbox h6 {
    margin: 24px;
  }
}
#wrapper .ds-sidebar-list-wrapper .ds-sidebar-list .ds-descbox h6 a:hover {
  text-decoration: none;
}
#wrapper .ds-sidebar-list-wrapper .ds-sidebar-list .ds-descbox p {
  font-size: 14px;
  margin: 0;
  padding-top: 0;
  text-align: justify;
}
#wrapper .ds-search-box {
  margin: 5px 0;
}
#wrapper .ds-search-box .search-input {
  background-color: #ffffff;
  border-color: #dddddd;
  border-radius: 0;
  height: 38px;
  padding-left: 15px;
  top: 0;
}
#wrapper .ds-search-box .search-input::-webkit-input-placeholder {
  color: #2c3e50;
  font-style: italic;
}
#wrapper .ds-search-box .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #2c3e50;
  font-style: italic;
}
#wrapper .ds-search-box .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2c3e50;
  font-style: italic;
}
#wrapper .ds-search-box .search-input:-ms-input-placeholder {
  color: #2c3e50;
  font-style: italic;
}
#wrapper .ds-search-box .search-btn {
  background-color: #f58220;
  border: 1px solid #f58220;
  border-radius: 0;
  height: 38px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
#wrapper .ds-search-box .search-btn .fa-search {
  border: 1px solid transparent;
  color: #ffffff;
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#wrapper .ds-search-box .search-btn:hover {
  background-color: #f58220;
  border-color: #f58220;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
#wrapper .ds-search-box .search-btn:hover .fa-search {
  color: #ffffff !important;
  line-height: 101%;
}
#wrapper #searchResults .searchResult {
  border-bottom: 1px solid #ddd;
  padding: 25px 15px;
}
#wrapper #searchResults .searchResult:nth-child(2n) {
  background-color: #f5f5f5;
}
#wrapper #searchResults .searchResult h3 {
  margin: 0;
  color: #2c3e50;
  font-size: 32px;
  font-family: Raleway;
}
#wrapper #searchResults .searchResult p {
  margin-top: 12px;
}
#wrapper #searchResults .searchResult span {
  background-color: #f58220 !important;
  color: #fff;
  font-size: 90%;
  padding: 4px;
}
#wrapper .stride-transparent-search-box {
  margin: 5px 0;
}
#wrapper .stride-transparent-search-box .is-focused .search-input,
#wrapper .stride-transparent-search-box .is-focused .search-btn {
  border-color: #66afe9;
}
#wrapper .stride-transparent-search-box .search-input {
  background-color: #ffffff;
  border-color: #dddddd;
  border-radius: 0;
  border-right: none;
  box-shadow: none;
  height: 38px;
  padding-left: 15px;
  top: 0;
}
#wrapper .stride-transparent-search-box .search-input::-webkit-input-placeholder {
  color: #2c3e50;
  font-style: italic;
}
#wrapper .stride-transparent-search-box .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #2c3e50;
  font-style: italic;
}
#wrapper .stride-transparent-search-box .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2c3e50;
  font-style: italic;
}
#wrapper .stride-transparent-search-box .search-input:-ms-input-placeholder {
  color: #2c3e50;
  font-style: italic;
}
#wrapper .stride-transparent-search-box .search-btn {
  background-color: #fff;
  border-left: none;
  border-radius: 0;
  border: 1px solid #ddd;
  height: 38px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
#wrapper .stride-transparent-search-box .search-btn .fa-search {
  border: 1px solid transparent;
  color: #424242;
  font-size: 20px;
}
#wrapper .stride-transparent-search-box .search-btn:hover {
  background-color: #fff;
  border-left: none;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
#wrapper .stride-transparent-search-box .search-btn:hover .fa-search {
  color: #000 !important;
  line-height: 101%;
}
#wrapper .ds-share-this-page {
  background-color: #0d1c25;
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  #wrapper .ds-share-this-page {
    background-color: transparent;
  }
}
#wrapper .ds-share-this-page .list-inline li.share {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 480px) {
  #wrapper .ds-share-this-page .list-inline li.share {
    color: #000;
    display: block;
    margin: 15px 0;
  }
}
#wrapper .ds-share-this-page .list-inline li a {
  color: #ffffff;
  display: block;
  font-size: 18px;
  padding: 12px 15px;
  transition: color 0.3s ease;
}
#wrapper .ds-share-this-page .list-inline li a:hover {
  color: #f58220;
  transition: color 0.3s ease;
}
@media (max-width: 480px) {
  #wrapper .ds-share-this-page .list-inline li a {
    background-color: #0d1c25;
    padding: 12px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
}
#wrapper .social-icons .fa {
  font-size: 1.8em;
}
#wrapper .social-icons .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#wrapper .social-icons li {
  padding-left: 2px;
  padding-right: 2px;
}
#wrapper .social-icons.icon-circle .fa {
  border-radius: 50%;
}
#wrapper .social-icons.icon-rounded .fa {
  border-radius: 5px;
}
#wrapper .social-icons.icon-flat .fa {
  border-radius: 0;
}
#wrapper .social-icons .fa:hover,
#wrapper .social-icons .fa:active {
  color: #FFF;
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
}
#wrapper .social-icons.icon-zoom .fa:hover,
#wrapper .social-icons.icon-zoom .fa:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#wrapper .social-icons.icon-rotate .fa:hover,
#wrapper .social-icons.icon-rotate .fa:active {
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}
#wrapper .social-icons .fa-adn {
  background-color: #504e54;
}
#wrapper .social-icons .fa-apple {
  background-color: #aeb5c5;
}
#wrapper .social-icons .fa-android {
  background-color: #A5C63B;
}
#wrapper .social-icons .fa-bitbucket,
#wrapper .social-icons .fa-bitbucket-square {
  background-color: #003366;
}
#wrapper .social-icons .fa-bitcoin,
#wrapper .social-icons .fa-btc {
  background-color: #F7931A;
}
#wrapper .social-icons .fa-css3 {
  background-color: #1572B7;
}
#wrapper .social-icons .fa-dribbble {
  background-color: #F46899;
}
#wrapper .social-icons .fa-dropbox {
  background-color: #018BD3;
}
#wrapper .social-icons .fa-facebook,
#wrapper .social-icons .fa-facebook-square {
  background-color: #3C599F;
}
#wrapper .social-icons .fa-flickr {
  background-color: #FF0084;
}
#wrapper .social-icons .fa-foursquare {
  background-color: #0086BE;
}
#wrapper .social-icons .fa-github,
#wrapper .social-icons .fa-github-alt,
#wrapper .social-icons .fa-github-square {
  background-color: #070709;
}
#wrapper .social-icons .fa-google-plus,
#wrapper .social-icons .fa-google-plus-square {
  background-color: #CF3D2E;
}
#wrapper .social-icons .fa-html5 {
  background-color: #E54D26;
}
#wrapper .social-icons .fa-instagram {
  background-color: #A1755C;
}
#wrapper .social-icons .fa-linkedin,
#wrapper .social-icons .fa-linkedin-square {
  background-color: #0085AE;
}
#wrapper .social-icons .fa-linux {
  background-color: #FBC002;
  color: #333;
}
#wrapper .social-icons .fa-maxcdn {
  background-color: #F6AE1C;
}
#wrapper .social-icons .fa-pagelines {
  background-color: #241E20;
  color: #3984EA;
}
#wrapper .social-icons .fa-pinterest,
#wrapper .social-icons .fa-pinterest-square {
  background-color: #CC2127;
}
#wrapper .social-icons .fa-renren {
  background-color: #025DAC;
}
#wrapper .social-icons .fa-skype {
  background-color: #01AEF2;
}
#wrapper .social-icons .fa-stack-exchange {
  background-color: #245590;
}
#wrapper .social-icons .fa-stack-overflow {
  background-color: #FF7300;
}
#wrapper .social-icons .fa-trello {
  background-color: #265A7F;
}
#wrapper .social-icons .fa-tumblr,
#wrapper .social-icons .fa-tumblr-square {
  background-color: #314E6C;
}
#wrapper .social-icons .fa-twitter,
#wrapper .social-icons .fa-twitter-square {
  background-color: #32CCFE;
}
#wrapper .social-icons .fa-vimeo-square {
  background-color: #229ACC;
}
#wrapper .social-icons .fa-vk {
  background-color: #375474;
}
#wrapper .social-icons .fa-weibo {
  background-color: #D72B2B;
}
#wrapper .social-icons .fa-windows {
  background-color: #12B6F3;
}
#wrapper .social-icons .fa-xing,
#wrapper .social-icons .fa-xing-square {
  background-color: #00555C;
}
#wrapper .social-icons .fa-youtube,
#wrapper .social-icons .fa-youtube-play,
#wrapper .social-icons .fa-youtube-square {
  background-color: #C52F30;
}
#wrapper .ds-social-links-wrapper .ds-social-links {
  padding: 0;
}
#wrapper .ds-social-links-wrapper .ds-social-links li {
  padding: 2px;
  margin-right: 2px;
}
#wrapper .ds-social-links-wrapper .ds-social-links li a {
  font-size: 16px;
  width: 35px;
  height: 35px;
  color: #f58220 !important;
  text-align: center;
  border: 3px solid #f58220;
  border-radius: 999px;
  display: inline-block;
  transition: all 0.4s ease;
}
#wrapper .ds-social-links-wrapper .ds-social-links li a:hover {
  border-color: #0d1c25;
  color: #0d1c25 !important;
  transition: all 0.4s ease;
}
#wrapper .ds-social-links-wrapper .ds-social-links li a i {
  position: relative;
  top: 4px;
}
#wrapper header .ds_info {
  top: 30px;
}
@media (max-width: 991px) {
  #wrapper header .ds_info {
    top: 0px;
  }
}
@media (max-width: 767px) {
  #wrapper header .ds_info {
    display: none;
  }
}
#wrapper .ds_info {
  display: block;
  text-align: right;
  padding-right: 15px;
  position: relative;
  z-index: 500;
}
@media (max-width: 991px) {
  #wrapper .ds_info {
    text-align: center;
  }
}
#wrapper .ds_info .ccm-block-feature-item {
  margin-bottom: 0px;
  display: inline-block;
  position: relative;
}
#wrapper .ds_info .ccm-block-feature-item h4 {
  font-size: 18px;
  font-weight: normal;
  color: #838383 !important;
}
@media (max-width: 1200px) {
  #wrapper .ds_info .ccm-block-feature-item h4 {
    font-size: 15px;
  }
}
#wrapper .ds_info .ccm-block-feature-item h4 i {
  color: #838383;
  margin-right: 5px;
  font-size: 18px;
  vertical-align: text-bottom;
}
#wrapper .ds_info .ccm-block-feature-item h4:hover a,
#wrapper .ds_info .ccm-block-feature-item h4:hover i {
  color: #f58220 !important;
}
#wrapper .ds_info .ccm-block-feature-item:nth-child(2) {
  padding-left: 25px;
}
#wrapper .ds_info .ccm-block-feature-item:nth-child(2):before {
  content: "|";
  position: absolute;
  left: 0;
  margin-left: 7px;
  margin-top: 25px;
}
#wrapper .ds_info .ccm-block-social-links {
  display: inline-block;
  padding-left: 25px;
}
#wrapper .ds_info .ccm-block-social-links:before {
  content: "|";
  position: absolute;
  margin-left: -15px;
}
#wrapper .ds_info .ccm-block-social-links li {
  margin-right: 2px;
}
#wrapper .ds_info .ccm-block-social-links li a {
  border: 2px solid #868686;
  border-radius: 999px;
  color: #838383;
  display: inline-block;
  font-size: 11px;
  height: 23px;
  padding-left: 1px;
  padding-top: 3px;
  text-align: center;
  width: 23px;
}
#wrapper .ds_info a {
  text-decoration: none;
}
#wrapper .ds_info a:hover {
  color: #f58220 !important;
  border-color: #f58220 !important;
}
#wrapper .ds-tags-wrapper .ds-tags > li {
  margin-bottom: 18px;
  padding-left: 2px;
  padding-right: 2px;
}
#wrapper .ds-tags-wrapper .ds-tags > li > a,
#wrapper .ds-tags-wrapper .ds-tags > li > .not-link,
#wrapper .ds-tags-wrapper .ds-tags > li > span {
  background-color: transparent;
  border: 1px solid #313d50;
  color: #657082;
  display: block;
  padding: 6px 12px;
  transition: background-color 0.3s ease;
}
#wrapper .ds-tags-wrapper .ds-tags > li > a:before,
#wrapper .ds-tags-wrapper .ds-tags > li > .not-link:before,
#wrapper .ds-tags-wrapper .ds-tags > li > span:before {
  font-family: 'Fontawesome';
  content: "\f02b";
  position: relative;
  left: 0;
  margin-right: 12px;
}
#wrapper .ds-tags-wrapper .ds-tags > li > a:hover,
#wrapper .ds-tags-wrapper .ds-tags > li > .not-link:hover,
#wrapper .ds-tags-wrapper .ds-tags > li > span:hover,
#wrapper .ds-tags-wrapper .ds-tags > li > a:focus,
#wrapper .ds-tags-wrapper .ds-tags > li > .not-link:focus,
#wrapper .ds-tags-wrapper .ds-tags > li > span:focus {
  background-color: #f58220;
  border: 1px solid #f58220;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
#wrapper .ds-thumbnail-slider-block-wrapper {
  padding-top: 30px;
  position: relative;
}
#wrapper .ds-thumbnail-slider-block-wrapper .fotorama .fotorama__caption {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  -webkit-transition: display 0.3s ease 0s;
  -moz-transition: display 0.3s ease 0s;
  -ms-transition: display 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: display 0.3s ease 0s;
  transition: display 0.3s ease 0s;
}
#wrapper .ds-thumbnail-slider-block-wrapper .fotorama .fotorama__caption .right-description,
#wrapper .ds-thumbnail-slider-block-wrapper .fotorama .fotorama__caption .left-description,
#wrapper .ds-thumbnail-slider-block-wrapper .fotorama .fotorama__caption .bottom-description {
  display: none;
}
#wrapper .ds-thumbnail-slider-block-wrapper .fotorama .fotorama__caption.left-mode {
  left: 0;
  height: 100%;
  width: 30%;
  float: left;
  display: block;
}
#wrapper .ds-thumbnail-slider-block-wrapper .fotorama .fotorama__caption.right-mode {
  left: auto;
  height: 100%;
  width: 30%;
  float: right;
  display: block;
}
#wrapper .ds-thumbnail-slider-block-wrapper .fotorama .fotorama__caption.bottom-mode {
  height: auto;
  display: block;
}
#wrapper .ds-thumbnail-slider-block-wrapper .fotorama .fotorama__caption .fotorama__caption__wrap {
  background-color: transparent;
  padding: 25px 50px;
  width: 100%;
}
@media (max-width: 480px) {
  #wrapper .ds-thumbnail-slider-block-wrapper .fotorama .fotorama__caption .fotorama__caption__wrap > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
}
#wrapper .ds-thumbnail-slider-block-wrapper .fotorama .fotorama__caption .fotorama__caption__wrap p,
#wrapper .ds-thumbnail-slider-block-wrapper .fotorama .fotorama__caption .fotorama__caption__wrap h1,
#wrapper .ds-thumbnail-slider-block-wrapper .fotorama .fotorama__caption .fotorama__caption__wrap h2,
#wrapper .ds-thumbnail-slider-block-wrapper .fotorama .fotorama__caption .fotorama__caption__wrap h3,
#wrapper .ds-thumbnail-slider-block-wrapper .fotorama .fotorama__caption .fotorama__caption__wrap h4,
#wrapper .ds-thumbnail-slider-block-wrapper .fotorama .fotorama__caption .fotorama__caption__wrap h5,
#wrapper .ds-thumbnail-slider-block-wrapper .fotorama .fotorama__caption .fotorama__caption__wrap h6 {
  color: #ffffff !important;
}
#wrapper .ds-thumbnail-slider-block-wrapper .fotorama .fotorama__wrap .fotorama__stage__shaft {
  background-color: #000000;
}
#wrapper .ds-thumbnail-slider-block-wrapper .fotorama .fotorama__wrap .fotorama__nav-wrap .fotorama__thumb-border {
  border-color: #f58220;
  background-color: rgba(245, 130, 32, 0.45);
}
#wrapper span.alert {
  display: block;
}
#wrapper .alert-success {
  background-color: #e2f5e4;
  border-color: #289917;
  border-radius: 0;
  color: #299918;
}
#wrapper .alert-danger {
  background-color: #fad4cd;
  border-color: #d62911;
  border-radius: 0;
  color: #d62911;
}
#wrapper .alert-info {
  background-color: #d2e4f1;
  border-color: #4694cf;
  border-radius: 0;
  color: #3c87c9;
}
#wrapper .alert-warning {
  background-color: #fdfcce;
  border-color: #d89c04;
  border-radius: 0;
  color: #dfaf3b;
}
#wrapper .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  padding-left: 0;
}
#wrapper .breadcrumb li {
  font-size: 16px;
  padding: 0;
  position: relative;
  -webkit-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
#wrapper .breadcrumb li:hover,
#wrapper .breadcrumb li:focus {
  -webkit-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
#wrapper .breadcrumb li:hover a,
#wrapper .breadcrumb li:focus a {
  color: #f58220;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .breadcrumb li:hover:before,
#wrapper .breadcrumb li:focus:before,
#wrapper .breadcrumb li:hover:after,
#wrapper .breadcrumb li:focus:after {
  -webkit-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
#wrapper .breadcrumb li:first-child a {
  padding-left: 5px;
}
#wrapper .breadcrumb li a {
  color: #343434;
  display: block;
  padding: 4px 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .breadcrumb li + li:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  left: -10px;
  position: absolute;
  top: 4px;
  color: #f58220;
}
#wrapper .breadcrumb li.active {
  color: #f58220;
  padding: 4px 15px;
}
#wrapper .breadcrumb li.active:hover,
#wrapper .breadcrumb li.active:focus {
  color: #f58220;
}
#wrapper .-btn-danger,
#wrapper .-btn-default,
#wrapper .-btn-fill-o,
#wrapper .-btn-info,
#wrapper .-btn-pale,
#wrapper .-btn-primary,
#wrapper .-btn-success,
#wrapper .-btn-warning {
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 4px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 0.5em 1.5em;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .-btn-danger:hover,
#wrapper .-btn-default:hover,
#wrapper .-btn-fill-o:hover,
#wrapper .-btn-info:hover,
#wrapper .-btn-pale:hover,
#wrapper .-btn-primary:hover,
#wrapper .-btn-success:hover,
#wrapper .-btn-warning:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .-btn-fill-o {
  background-color: transparent !important;
  border-radius: 2px;
  box-shadow: none;
}
#wrapper .-btn-default {
  background-color: #f58220;
  border-color: #f58220;
  color: #ffffff;
}
#wrapper .-btn-default.-btn-fill-o {
  color: #f58220 !important;
}
#wrapper .-btn-default:hover {
  background-color: #fc913f !important;
  border-color: #fc913f !important;
  color: #ffffff !important;
}
#wrapper .-btn-pale {
  background-color: #e4e5e6;
  border-color: #e4e5e6;
  color: #454545;
}
#wrapper .-btn-pale.-btn-fill-o {
  color: #454545 !important;
}
#wrapper .-btn-pale:hover {
  background-color: #dedede !important;
  border-color: #dedede !important;
  color: #454545 !important;
}
#wrapper .-btn-primary {
  background-color: #228ce2;
  border-color: #228ce2;
  color: #ffffff;
}
#wrapper .-btn-primary.-btn-fill-o {
  color: #228ce2 !important;
}
#wrapper .-btn-primary:hover {
  background-color: #1b83d3 !important;
  border-color: #1b83d3 !important;
  color: #ffffff !important;
}
#wrapper .-btn-info {
  background-color: #4dc2e2;
  border-color: #4dc2e2;
  color: #ffffff;
}
#wrapper .-btn-info.-btn-fill-o {
  color: #4dc2e2 !important;
}
#wrapper .-btn-info:hover {
  background-color: #45b2d1 !important;
  border-color: #45b2d1 !important;
  color: #ffffff !important;
}
#wrapper .-btn-warning {
  background-color: #f2a63c;
  border-color: #f2a63c;
  color: #ffffff;
}
#wrapper .-btn-warning.-btn-fill-o {
  color: #f2a63c !important;
}
#wrapper .-btn-warning:hover {
  background-color: #e29b36 !important;
  border-color: #e29b36 !important;
  color: #ffffff !important;
}
#wrapper .-btn-danger {
  background-color: #e54947;
  border-color: #e54947;
  color: #ffffff;
}
#wrapper .-btn-danger.-btn-fill-o {
  color: #e54947 !important;
}
#wrapper .-btn-danger:hover {
  background-color: #d64240 !important;
  border-color: #d64240 !important;
  color: #ffffff !important;
}
#wrapper .-btn-success {
  background-color: #4fc14f;
  border-color: #4fc14f;
  color: #ffffff;
}
#wrapper .-btn-success.-btn-fill-o {
  color: #4fc14f !important;
}
#wrapper .-btn-success:hover {
  background-color: #47b247 !important;
  border-color: #47b247 !important;
  color: #ffffff !important;
}
#wrapper .-btn-sm {
  padding: 0.35em 1.12em;
  font-size: 12px;
  line-height: 1.5;
}
#wrapper .-btn-md {
  padding: 0.5em 1.5em;
  font-size: 14px;
  line-height: 1.42857;
}
#wrapper .-btn-lg {
  padding: 0.52em 1.52em;
  font-size: 18px;
  line-height: 1.3333333;
}
#wrapper .-btn-xl {
  padding: 0.54em 1.54em;
  font-size: 21px;
  line-height: 1.2;
}
#wrapper .ds-list-square ul,
#wrapper .ds-list-long-arrow ul,
#wrapper .ds-list-arrow ul,
#wrapper .ds-ordered-list ul,
#wrapper .ds-list-square ol,
#wrapper .ds-list-long-arrow ol,
#wrapper .ds-list-arrow ol,
#wrapper .ds-ordered-list ol {
  padding: 0;
}
#wrapper .ds-list-square ul,
#wrapper .ds-list-square ol {
  list-style: none;
  position: relative;
}
#wrapper .ds-list-square ul li,
#wrapper .ds-list-square ol li {
  padding: 4px 0 4px 18px;
}
#wrapper .ds-list-square ul li:before,
#wrapper .ds-list-square ol li:before {
  color: #f58220;
  content: "\f0c8";
  font-family: Fontawesome;
  font-size: 8px;
  height: 12px;
  left: 0;
  margin-top: 4px;
  position: absolute;
  width: 12px;
}
#wrapper .ds-list-long-arrow ul,
#wrapper .ds-list-long-arrow ol {
  list-style: none;
  position: relative;
}
#wrapper .ds-list-long-arrow ul li,
#wrapper .ds-list-long-arrow ol li {
  padding: 4px 0 4px 18px;
}
#wrapper .ds-list-long-arrow ul li:before,
#wrapper .ds-list-long-arrow ol li:before {
  color: #f58220;
  content: "\f178";
  font-family: Fontawesome;
  left: 0;
  margin-top: 2px;
  position: absolute;
}
#wrapper .ds-list-arrow ul,
#wrapper .ds-list-arrow ol {
  list-style: none;
  position: relative;
}
#wrapper .ds-list-arrow ul li,
#wrapper .ds-list-arrow ol li {
  padding: 4px 0 4px 18px;
}
#wrapper .ds-list-arrow ul li:before,
#wrapper .ds-list-arrow ol li:before {
  color: #f58220;
  content: "\f105";
  font-family: Fontawesome;
  left: 0;
  margin-top: 2px;
  position: absolute;
}
#wrapper .ds-ordered-list ul,
#wrapper .ds-ordered-list ol {
  padding-left: 15px;
  list-style-type: none;
}
#wrapper .ds-ordered-list ul li,
#wrapper .ds-ordered-list ol li {
  counter-increment: step-counter;
  padding: 4px 0 4px 4px;
}
#wrapper .ds-ordered-list ul li:before,
#wrapper .ds-ordered-list ol li:before {
  color: #f58220;
  content: counter(step-counter, decimal) ". ";
  left: 15px;
  position: absolute;
  top: auto;
}
#wrapper .ds-pagination {
  text-align: center;
}
#wrapper .ds-pagination .pagination > li:first-child > a,
#wrapper .ds-pagination .pagination > li:first-child > span {
  border-radius: 0;
}
#wrapper .ds-pagination .pagination > li:last-child > a,
#wrapper .ds-pagination .pagination > li:last-child > span {
  border-radius: 0;
}
#wrapper .ds-pagination .pagination > li > a,
#wrapper .ds-pagination .pagination > li > span {
  background-color: transparent;
  border: 1px solid #f58220;
  color: #f58220;
  margin-bottom: 10px;
  margin-left: 8px;
  transition: all 0.3s ease;
}
#wrapper .ds-pagination .pagination > li > a:hover,
#wrapper .ds-pagination .pagination > li > span:hover {
  background-color: #f58220;
  border-color: #f58220;
  color: #ffffff;
  transition: all 0.3s ease;
}
#wrapper .ds-pagination .pagination > .active > a,
#wrapper .ds-pagination .pagination > .active > span {
  background-color: #f58220;
  border-color: #f58220;
  color: #ffffff;
}
#wrapper .ds-pagination .pagination > .active > a:hover,
#wrapper .ds-pagination .pagination > .active > span:hover,
#wrapper .ds-pagination .pagination > .active > a:focus,
#wrapper .ds-pagination .pagination > .active > span:focus {
  background-color: #f58220;
  border-color: #f58220;
  color: #ffffff;
}
#wrapper .ds-pagination .pagination > .disabled > a,
#wrapper .ds-pagination .pagination > .disabled > span {
  background-color: transparent;
  border-color: #dddddd;
  color: #dddddd;
  cursor: not-allowed;
}
#wrapper .ds-pagination .pagination > .disabled > a:hover,
#wrapper .ds-pagination .pagination > .disabled > span:hover,
#wrapper .ds-pagination .pagination > .disabled > a:focus,
#wrapper .ds-pagination .pagination > .disabled > span:focus {
  background-color: transparent;
  border-color: #dddddd;
  color: #dddddd;
  cursor: not-allowed;
}
#wrapper .btn-modal-fullscreen {
  border-radius: 0;
  display: none;
  height: 50px;
  left: -88px;
  margin: 0;
  outline: none;
  position: fixed;
  top: 350px;
  width: 220px;
  z-index: 999;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
#wrapper .modal-transparent {
  background: transparent;
}
#wrapper .modal-transparent .modal-content {
  background: transparent;
}
#wrapper .modal-backdrop.modal-backdrop-transparent {
  background: #fff;
}
#wrapper .modal-backdrop.modal-backdrop-transparent.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#wrapper .modal-backdrop.modal-backdrop-fullscreen {
  background: #ca1f28;
}
#wrapper .modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: 0.97;
  filter: alpha(opacity=97);
}
#wrapper .modal-fullscreen {
  background: #ca1f28;
  /* .modal-fullscreen size: we use Bootstrap media query breakpoints */
}
#wrapper .modal-fullscreen p {
  color: #fff;
}
#wrapper .modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 0 25px;
}
#wrapper .modal-fullscreen .modal-content .modal-title {
  color: #fff;
}
#wrapper .modal-fullscreen .form-control {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
}
#wrapper .modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
#wrapper .arrow-wrap {
  font-size: 80px;
  position: absolute;
  bottom: 0px;
  width: 200px;
  margin-left: -100px;
  display: block;
  color: #fff;
  left: 50%;
  text-align: center;
  text-decoration: none;
  transition: 0.5s all;
}
#wrapper .arrow-wrap:hover {
  color: #f58220;
  font-size: 100px;
}
#wrapper .arrow-wrap span {
  display: table;
  width: 100%;
  height: 100px;
}
#wrapper .arrow-wrap span i {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
}
#wrapper section#login {
  background: #000;
}
#wrapper section#login ul {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
#wrapper section#login ul li {
  display: inline-block;
  border-right: 1px solid #b8b8b8;
  padding: 10px 15px;
}
#wrapper section#login ul li a {
  color: #b8b8b8;
  text-transform: uppercase;
  font-size: 12px;
}
#wrapper header#pt-home {
  background-color: rgba(0, 0, 0, 0.88);
  background-position: center center;
  background-size: cover;
  min-height: 200px;
}
#wrapper header#pt-home h1,
#wrapper header#pt-home h2,
#wrapper header#pt-home h3,
#wrapper header#pt-home h4,
#wrapper header#pt-home h5,
#wrapper header#pt-home p {
  color: #2c3e50;
}
#wrapper header#pt-home #fullscreen {
  background: url(/packages/ds_agency/themes/agency/images/img_homebanner.jpg) center center;
  height: 100vh;
  min-height: 100vh;
  background-size: cover;
  padding-left: 20%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  display: table;
  width: 100%;
}
#wrapper header#pt-home #fullscreen .fscontent {
  display: table-cell;
  vertical-align: middle;
}
#wrapper header#pt-home #fullscreen .fscontent h1 {
  width: 500px;
  margin: 0px;
  font-size: 70px;
  color: #fff;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  transition: all 0.5s;
  line-height: 90%;
}
@media (max-width: 1200px) {
  #wrapper header#pt-home #fullscreen .fscontent h1 {
    width: 400px;
    font-size: 57px;
  }
}
@media (max-width: 991px) {
  #wrapper header#pt-home #fullscreen .fscontent h1 {
    width: 300px;
    font-size: 47px;
  }
}
@media (max-width: 767px) {
  #wrapper header#pt-home #fullscreen .fscontent h1 {
    width: 300px;
    font-size: 37px;
  }
}
@media (max-width: 480px) {
  #wrapper header#pt-home #fullscreen .fscontent h1 {
    width: 250px;
    font-size: 30px;
  }
}
#wrapper header#pt-home #fullscreen .fscontent p {
  color: #fff;
  width: 500px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 19px;
  font-family: 'Raleway', sans-serif;
  word-spacing: 1px;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  #wrapper header#pt-home #fullscreen .fscontent p {
    width: 400px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #wrapper header#pt-home #fullscreen .fscontent p {
    width: 300px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #wrapper header#pt-home #fullscreen .fscontent p {
    width: 300px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #wrapper header#pt-home #fullscreen .fscontent p {
    width: 250px;
    font-size: 13px;
  }
}
#wrapper header #stickyheader {
  background: #ffffff;
  padding-top: 10px;
  -webkit-transition: all 0.4s ease 0s, width 0s;
  -moz-transition: all 0.4s ease 0s, width 0s;
  -ms-transition: all 0.4s ease 0s, width 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.4s ease 0s, width 0s;
  transition: all 0.4s ease 0s, width 0s;
}
#wrapper header #stickyheader.fixedthis {
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 1000;
}
@media (min-width: 991px) {
  #wrapper header #stickyheader.fixedthis .navbar-header img {
    height: 50px;
  }
  #wrapper header #stickyheader.fixedthis .navbar-header p {
    margin: 7px 0px;
  }
}
#wrapper header #stickyheader.bordernow {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#wrapper header #topmost {
  position: relative;
  z-index: 500;
  background: #ffffff;
  color: #868686;
  font-size: 15px;
}
#wrapper header #topmost p {
  color: #868686;
  margin: 10px 0;
}
#wrapper header #topmost a {
  color: #868686;
}
#wrapper #banner {
  background-attachment: fixed;
  background-color: #f58220;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
}
#wrapper #banner h1,
#wrapper #banner h2,
#wrapper #banner h3,
#wrapper #banner h4,
#wrapper #banner h5,
#wrapper #banner p {
  color: #fff;
}
@media (min-width: 1200px) {
  #wrapper #banner .banner-content {
    padding: 100px 40px 0px;
  }
}
@media (max-width: 1200px) {
  #wrapper #banner .banner-content {
    padding: 70px 20px 0px;
  }
}
@media (max-width: 991px) {
  #wrapper #banner .banner-content {
    padding: 10px 20px 0px;
  }
}
@media (max-width: 767px) {
  #wrapper #banner .banner-content {
    padding: 0px 40px 50px;
  }
}
#wrapper #page-title {
  background-attachment: fixed;
  background-color: #f58220;
  background-position: center center;
  margin-top: 45px;
  padding: 5em 0;
}
@media (max-width: 767px) {
  #wrapper #page-title {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  #wrapper #page-title {
    margin-top: 0;
  }
}
#wrapper #page-title .page-title-text {
  float: left;
  min-width: 150px;
  position: relative;
}
#wrapper #page-title .page-title-text h3 {
  color: #ffffff;
  font-size: 45px;
  font-family: Raleway;
  font-weight: normal;
}
#wrapper #page-title .page-title-text .border-thin {
  padding-bottom: 12px;
}
#wrapper .page-title-not-empty {
  padding: 5em 0;
}
#wrapper .pbt-5em {
  padding: 5em 0;
}
#wrapper .empty-page-title {
  margin-top: 95px !important;
}
#wrapper #body {
  padding: 30px;
}
@media (max-width: 991px) {
  #wrapper #body {
    margin-top: 0 !important;
  }
}
#wrapper #prefoot {
  background-color: #0d1c25;
  padding: 30px 0;
  position: relative;
}
#wrapper #prefoot .ds-social-links-wrapper .ds-social-links li a:hover {
  color: #fff !important;
  border-color: #fff !important;
}
#wrapper #prefoot h1,
#wrapper #prefoot h2,
#wrapper #prefoot h3,
#wrapper #prefoot h4,
#wrapper #prefoot h5,
#wrapper #prefoot h6 {
  color: #bfc9d6;
  font-family: 'Lato', sans-serif;
}
#wrapper #prefoot p {
  color: #c1c1c1;
  font-size: 18px;
  font-family: Lato;
  font-weight: 300;
}
#wrapper #prefoot a {
  color: #c1c1c1;
}
#wrapper #prefoot .border-thin {
  border-color: #313d50;
}
#wrapper #prefoot .border-thin:after {
  border-color: #3f5670;
}
#wrapper #prefoot .nav li a {
  color: #c1c1c1;
  font-size: 18px;
  font-weight: 300;
  padding: 4px 8px;
  font-family: 'Lato', sans-serif;
}
#wrapper #prefoot .nav li a:hover,
#wrapper #prefoot .nav li a:focus {
  color: #f58220;
  background-color: transparent;
}
#wrapper #footer {
  padding: 15px 0 5px 0;
  background: #f58220;
  color: #ffffff;
}
#wrapper #footer a {
  color: #ffffff;
}
#wrapper #footer p {
  font-size: 16px;
  margin: 12px 0;
}
#wrapper #footer h1,
#wrapper #footer h2,
#wrapper #footer h3,
#wrapper #footer h4,
#wrapper #footer h5,
#wrapper #footer h6,
#wrapper #footer p {
  color: #ffffff;
}
@media (max-width: 767px) {
  #wrapper #footer h1,
  #wrapper #footer h2,
  #wrapper #footer h3,
  #wrapper #footer h4,
  #wrapper #footer h5,
  #wrapper #footer h6,
  #wrapper #footer p {
    text-align: center !important;
  }
}
#wrapper #footer h1 a,
#wrapper #footer h2 a,
#wrapper #footer h3 a,
#wrapper #footer h4 a,
#wrapper #footer h5 a,
#wrapper #footer h6 a,
#wrapper #footer p a {
  color: #ffffff;
}
#wrapper .author {
  font-size: 12px;
}
@media (max-width: 991px) and (min-width: 767px) {
  #wrapper {
    /* since 3.1.0 */
  }
  #wrapper .navbar-header {
    float: none;
    margin-left: -15px !important;
  }
  #wrapper .navbar-toggle {
    display: block;
  }
  #wrapper .navbar-collapse.collapse {
    display: none !important;
  }
  #wrapper .navbar-nav > li {
    float: none;
  }
  #wrapper .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #wrapper .navbar-text {
    float: none;
    margin: 15px 0;
  }
  #wrapper .navbar-collapse.collapse.in {
    display: block !important;
  }
  #wrapper .collapsing {
    overflow: hidden !important;
  }
  #wrapper .ds-navbar-static-top {
    padding-bottom: 0px;
  }
  #wrapper .ds-navbar-static-top .navbar-header .navbar-brand {
    float: left;
    margin: inherit;
  }
}
@media (max-width: 991px) {
  #wrapper .navbar-collapse {
    border-top: 0px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #wrapper #stickyheader {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    padding: 10px 0px;
    width: 100%;
    z-index: 1000;
  }
  #wrapper #stickyheader #topmost {
    display: none !important;
  }
  #wrapper .navbar-nav {
    float: none !important;
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #wrapper .navbar-brand {
    padding: 0px !important;
  }
  #wrapper .navbar-brand p {
    margin: 0px !important;
  }
  #wrapper .navbar-brand p img {
    height: 40px;
  }
  #wrapper .navbar-default .navbar-toggle {
    top: 0px;
  }
  #wrapper .navbar-header {
    margin: 0px !important;
  }
}
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 999;
  /* makes sure it stays on top */
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(/packages/ds_agency/themes/agency/images/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
