/* -------- main.scss----------- */

/* ------------- _helpers.scss ------------- */

/* -------------  VARIABLES ------------- */

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i");

.black {

  color: #1f1f1f !important; }



.white {

  color: white !important; }



.whitish {

  color: #f9f9f9 !important; }



.red {

  color: #e51d26 !important; }



.gray-light {

  color: #d2d2d2 !important; }



.gray-medium {

  color: #616161 !important; }



.gray-dark {

  color: #343434 !important; }



.green {

  color: #739849 !important; }



.menu {

  color: #fff !important; }

  .menu-hover {

    color: #fff !important; }

  .menu-selected {

    color: #fff !important; }



/* ------------- FUNCTIONS ------------- */

/* ------------- MIXINS ------------- */

/* -------------  PLACEHOLDERS ------------- */

/* ------------- _base.scss ------------- */

/* ------------RESET------------ */

/* Headings */

h1 {

  margin-top: 0;

  font-size: 38px;

  line-height: 41px;

  margin-bottom: 35px;

  font-weight: 400; }



/* 22px */

h3 {

  font-size: 1.429em; }



/* 20px */

h4 {

  font-size: 1.286em;

  margin-bottom: 0px !important; }



/* 18px */

h5 {

  font-size: 1.143em; }



/* 16px */

h6 {

  font-size: 1em; }



/* 14px */

h2, h3, h4, h5, h6 {

  font-weight: 400;

  line-height: 1.1;

  margin-bottom: .8em;

  margin-top: 0px; }



h2 {

  font-size: 25px;

  line-height: 31px;

  margin-bottom: 25px;

  font-weight: 400; }



img {

  max-width: 100%; }



p {

  margin: 0 0 18px; }



.team-members {

  margin: 0px 0px 40px 0px; }



/* ---------- GLOBAL ----------------- */

body {

  position: relative;

  font-family: 'Roboto Condensed', sans-serif;

  font-size: 17px; }



* {

  box-sizing: border-box; }



.cover {

  -webkit-background-size: cover;

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat; }



.contain {

  -webkit-background-size: contain;

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat; }



/* ---------------  _typography.scss ----------------- */

.col-content h1, .col-content p, .col-content a {

  font-family: 'Roboto Condensed', sans-serif;

  font-weight: 400; }



/* ------------- _layouts.scss ------------- */

html {

  text-rendering: optimizeLegibility !important;

  -webkit-font-smoothing: antialiased !important;

  -moz-osx-font-smoothing: grayscale !important; }



/* ------------- GRID ------------- */

/* HTML5 tags */

header, main, section, footer,

aside, nav, article, figure {

  display: block; }



main, header, footer {

  clear: both;

  margin: 0 auto;

  height: auto;

  max-width: 100%;

  min-height: 30px; }



main {

  margin-bottom: 100px; }



/* ------------- HEADER ------------- */

header {

  clear: both; }



.header_wrapper {

  width: 100%;

  margin-bottom: 0px;

  padding: 20px 0px; }



.info-bar {

  background: #464646;

  line-height: 37px;

  font-size: 14px;

  text-align: right;

  font-family: 'Roboto Condensed';

  -webkit-font-smoothing: antialiased; }



.info-bar a {

  color: #d5d3cf; }



.info-sep {

  color: #d5d3cf;

  margin: 0px 5px; }



/* ------------- PAGE HEADERS ------------- */

.header-image {

  width: 100%;

  height: 164px; }



.ccm-custom-style-headerimage {

  height: 164px; }



.page-title h1 {

  color: #c60070;

  border-bottom: 1px solid #c1c1c1;

  line-height: 63px;

  margin: 40px 0px 60px; }



.page-title2 h1 {

  color: #fff;

  line-height: 82px;

  margin: 65px 0px 40px;

  background: #333;

  display: block;

  text-align: center; }



/* ------------- SIDEBAR ------------- */

.sidebar h2 {

  font-size: 31px;

  line-height: 31px;

  padding: 40px 30px 15px;

  background: #333333;

  margin: 0px;

  color: #c60070; }



.sidebar .nav {

  padding: 0px 30px 40px;

  background: #333333; }



.sidebar .nav > li {

  background: #333333;

  line-height: 48px;

  border-top: 1px solid #5c5c5c; }



.sidebar .nav > li.nav-last {

  border-bottom: 1px solid #5c5c5c; }



.sidebar .nav > li.nav-selected {

  background: #333333; }



.sidebar .nav > li > a {

  color: #fff;

  font-size: 20px;

  font-weight: 400;

  padding: 0px; }



.sidebar .nav > li > a::before {

  font-family: fontAwesome;

  color: #c60070;

  content: '\f18e';

  margin-right: 10px; }



.sidebar .nav > li > a:hover {

  color: #c60070; }



.sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus {

  background: #333333; }



/* ------------- Breadcrumbs ------------- */

.breadcrumbs {

  margin-top: 25px; }



.breadcrumbs ul {

  display: inline-block;

  margin: 0;

  padding: 0; }



.breadcrumbs li {

  display: inline-block;

  line-height: 16px;

  font-size: 14px; }



.breadcrumbs li > a {

  display: inline-block;

  padding: 0px;

  text-decoration: none;

  color: #464646; }



.breadcrumbs ul ul li > a {

  text-decoration: none; }



.breadcrumbs li > a:hover {

  background: none;

  color: #464646; }



.breadcrumbs ul > li + li:before {

  font-family: fontAwesome;

  content: "\f105"; }



.breadcrumbs ul > li + li:before {

  font-family: fontAwesome;

  content: "\f105";

  padding: 0 3px;

  color: #464646; }



.breadcrumbs ul ul > li:before {

  font-family: fontAwesome;

  content: "\f105"; }



.breadcrumbs ul ul > li:before {

  font-family: fontAwesome;

  content: "\f105";

  padding: 0 3px;

  color: #464646; }



/* ------------- Slider ------------- */

.ccm-image-slider-text {

  position: absolute !important;

  width: 50%  !important;

  right: 0;

  top: 0%  !important;

  height: 100%;

  left: initial !important; }



.accredited {

  position: absolute;

  width: auto !important;

  height: 100px !important; }



.ccm-image-slider-text img.slide-bg {

  width: auto !important;

  height: 100% !important;

  float: right !important; }



.ccm-image-slider-text img.accredited {

  width: auto !important;

  height: 6vw !important;

  float: right !important;

  right: 135px;

  top: 22%; }



.ccm-image-slider-text h2 {

  font-size: 3.7vw;

  position: absolute;

  color: #fff;

  font-weight: 700;

  text-transform: uppercase;

  top: 40%;

  text-align: right;

  width: 100%;

  padding-right: 135px;

  line-height: 85%; }



.ccm-image-slider-text h3 a {

  font-size: 1.9vw;

  position: absolute;

  color: #fff;

  font-weight: 400;

  top: 67%;

  text-align: right;

  width: 100%;

  padding-right: 135px;

  line-height: 85%; }



.ccm-image-slider-text h3 a:after {

  font-family: fontAwesome;

  color: #000;

  content: '\f18e';

  margin-left: 10px;

  font-size: 1.5vw; }



.ccm-image-slider-text h3 span.fa-arrow-circle-right::before {

  font-size: 1.3vw; }



.rslides_tabs {

  text-align: center;

  margin-top: -45px;

  z-index: 1000;

  position: relative;

  margin-bottom: 0px; }



.rslides_tabs li {

  margin-right: 0px !important; }



.rslides_tabs li a {

  background: #fff !important;

  margin-right: 5px !important;

  margin-left: 5px; }



.rslides_tabs li.rslides_here a {

  background: #c60070 !important; }



/* ------------- FOOTER ------------- */

.footer_wrapper {

  padding-top: 75px;

  width: 100%;

  margin-top: 0px; }



.pink_wrapper {

  background: #c60070;

  color: #fff;

  font-family: 'Roboto Condensed', sans-serif;

  font-weight: 300;

  font-style: italic;

  padding: 64px 0px;

  font-size: 38px;

  line-height: 76px;

  text-align: center; }



.footer_wrapper h4 {

  color: #868686;

  margin-top: 0px;

  font-size: 19px;

  line-height: 19px;

  margin-bottom: 14px !important; }



.footer_wrapper a {

  text-decoration: none;

  color: #fff;

  font-size: 16px;

  line-height: 16px !important; }



.footer_wrapper a:hover {

  color: #c60070;

  text-decoration: none; }



.footer_wrapper p {

  line-height: 20px; }



.footer-contact a {

  font-size: 26px;

  line-height: 26px; }



.copyright {

  color: #868686;

  font-size: 12px;

  text-align: center;

  line-height: 30px;

  margin-top: 50px;

  display: inline-block;

  width: 100%; }



/* ------------- Slideshow ------------- */

.mySlides {

  display: none; }



/* Slideshow container */

.slideshow-container {

  max-width: 1000px;

  position: relative;

  margin: auto; }



/* The dots/bullets/indicators */

.dot {

  height: 13px;

  width: 13px;

  margin: 0 2px;

  background-color: #bbb;

  border-radius: 50%;

  display: inline-block;

  transition: background-color 0.6s ease; }



.dot.active {

  background-color: #c60070; }



/* Fading animation */

.slideshow-container .fade2 {

  -webkit-animation-name: fade2;

  -webkit-animation-duration: 1.5s;

  animation-name: fade2;

  animation-duration: 1.5s; }



@-webkit-keyframes fade2 {

  from {

    opacity: .4; }

  to {

    opacity: 1; } }

@keyframes fade2 {

  from {

    opacity: 0.4; }

  to {

    opacity: 1; } }

/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {

  .text {

    font-size: 11px; } }

/* ------------- _design.scss ------------- */

/* ------------- HEADER ------------- */

.header_wrapper {

  background: #c60070; }



/* ------------- FOOTER ------------- */

.footer_wrapper {

  background: #333; }



/* ------------- _menus.scss ------------- */

/* ------------- AUTO-NAV ------------- */

nav {

  margin-top: 15px;

  margin-left: -17px;

  /*ul*/ }

  nav ul {

    list-style: none;

    margin: 0px;

    padding: 0px;

    /*li*/

    /*dropdown menu start*/

    /*dropdown menu end*/ }

    nav ul li {

      margin: 0px;

      position: relative;

      display: inline-block;

      float: left;

      /*dropdown menu start*/

      /*dropdown menu end*/ }

      nav ul li a {

        font-family: 'Roboto Condensed', sans-serif;

        font-weight: 400;

        font-size: 19px;

        text-transform: uppercase;

        color: #fff;

        padding: 0 17px;

        font-weight: 400;

        line-height: 41px; }

        nav ul li a:hover, nav ul li a:focus {

          text-decoration: none;

          color: #fff;

          outline: none; }

        nav ul li a.nav-selected {

          color: #fff; }

      nav ul li:last-child a {

        padding-right: 0; }

      nav ul li:hover > ul {

        display: block;

        background: #464646;

        padding-top: 15px;

        padding-bottom: 20px;

        margin-left: 0px; }

        nav ul li:hover > ul li {

          padding: 0px 20px; }

          nav ul li:hover > ul li a {

            line-height: 30px; }

    nav ul ul {

      /*ul ul*/

      display: none;

      position: absolute;

      top: 100%;

      left: 0;

      background: #ffffff;

      padding: 0px;

      z-index: 999; }

      nav ul ul li {

        float: none;

        min-width: 210px;

        z-index: 999; }

        nav ul ul li a {

          padding: 0px;

          font-size: 16px;

          color: #d5d3cf; }

      nav ul ul ul {

        /*ul ul ul*/

        top: 0;

        left: 100%; }



/* ------------- RESPONSIVE NAVIGATION ------------- */

.ccm-responsive-navigation.original {

  float: right; }



.ccm-responsive-overlay-open .ccm-responsive-overlay {

  left: 0;

  display: block;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  transition: all 0.5s ease; }



.ccm-responsive-overlay {

  background: #00823f;

  opacity: 0.95;

  display: block;

  position: absolute;

  margin-top: 23px;

  border-bottom: 5px solid #1f1f1f;

  width: 100%;

  z-index: 9999;

  top: 160px;

  left: -100%;

  height: auto;

  padding: 15px 40px 25px;

  -webkit-text-size-adjust: none;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  transition: all 0.5s ease; }

  .ccm-responsive-overlay ul {

    padding-left: 0;

    float: none;

    text-align: left; }

    .ccm-responsive-overlay ul li {

      list-style-type: none;

      display: block;

      width: 100%; }

      .ccm-responsive-overlay ul li a {

        display: block;

        padding: 0;

        max-width: 100%;

        line-height: 30px; }

      .ccm-responsive-overlay ul li.parent-ul a {

        color: #fff;

        font-size: 19px;

        display: inline-block;

        width: 100%;

        height: 100%;

        font-weight: 400;

        text-decoration: none; }

        .ccm-responsive-overlay ul li.parent-ul a:after {

          padding-left: 7px;

          padding-top: 3px;

          font-size: 14px;

          content: "\f107";

          font-family: FontAwesome;

          font-weight: normal;

          font-style: normal;

          display: inline-block;

          cursor: pointer;

          text-decoration: inherit; }

        .ccm-responsive-overlay ul li.parent-ul a:hover {

          color: #c60070; }

      .ccm-responsive-overlay ul li ul {

        /*new for dd start*/

        display: block;

        position: relative;

        background: none;

        top: 0;

        left: 0;

        /*new for dd end*/ }

        .ccm-responsive-overlay ul li ul li {

          width: 100%; }

        .ccm-responsive-overlay ul li ul ul {

          position: relative;

          left: 0;

          top: 0; }

        .ccm-responsive-overlay ul li ul li {

          padding-left: 35px; }

          .ccm-responsive-overlay ul li ul li.last-li a {

            padding-top: 0;

            font-size: 19px;

            background: url(http://cavaliers.org.au/application/files/5914/8842/1524/dash.png) no-repeat 0px 14px;

            padding-left: 12px; }

            .ccm-responsive-overlay ul li ul li.last-li a:after {

              content: ""; }



.ccm-responsive-menu-launch {

  display: none;

  cursor: pointer;

  float: none;

  color: #fff;

  text-transform: uppercase;

  position: relative;

  text-decoration: none;

  font-weight: 400;

  line-height: 52px;

  height: 52px;

  width: 84px;

  padding: 0 0.5em;

  border: none;

  border-radius: 0.3em;

  margin: 0.4em 0.5em;

  -webkit-tap-highlight-color: transparent;

  z-index: 2;

  left: 50%;

  margin-left: -42px; }

  .ccm-responsive-menu-launch span {

    margin-right: 5px;

    position: relative;

    top: -2px;

    font-size: 19px;

    color: #000;

    float: left;

    margin-top: 2px; }



.ccm-responsive-menu-launch.responsive-button-close i:after {

  font-size: 20px;

  color: #000;

  content: "\f00d";

  font-family: FontAwesome;

  font-weight: normal;

  font-style: normal;

  display: inline-block;

  cursor: pointer;

  text-decoration: inherit; }



.ccm-responsive-menu-launch i:after {

  font-size: 19px;

  color: #000;

  content: "\f0c9";

  font-family: FontAwesome;

  font-weight: normal;

  font-style: normal;

  display: inline-block;

  cursor: pointer;

  text-decoration: inherit; }



a.nav-dropdown::after {

  content: '\f107';

  font-family: fontAwesome;

  font-size: 19px;

  padding-left: 4px; }



@media all and (max-width: 992px) {

  .ccm-responsive-menu-launch {

    display: block; }



  .original {

    display: none; }



  header .ccm-search-block-form {

    margin-top: 20px; } }

@media all and (min-width: 993px) {

  .ccm-responsive-overlay {

    display: none !important; } }

.ccm-responsive-overlay nav {

  margin-left: 0px; }



.ccm-responsive-menu-launch span {

  font-size: 0px; }



.ccm-responsive-menu-launch.responsive-button-close i::after, .ccm-responsive-menu-launch i::after {

  font-size: 30px;

  color: #fff; }



.ccm-responsive-menu-launch {

  float: right;

  width: 40px;

  padding: 10px;

  border: none;

  border-radius: 0px;

  margin: 0px;

  z-index: 2;

  left: 0px;

  margin-left: 0px; }



.ccm-responsive-overlay {

  margin-top: 51px;

  opacity: 1;

  background: #464646;

  border: none; }



.ccm-responsive-overlay nav ul li:hover > ul {

  padding-top: 0px;

  padding-bottom: 0px; }



.ccm-responsive-overlay nav ul li:hover > ul li {

  padding-left: 35px; }



/* ------------- _forms.scss ------------- */

/* ------------- FORM ------------- */

.ccm-block-type-form input[type="email"],

.ccm-block-type-form input[type="number"],

.ccm-block-type-form input[type="password"],

.ccm-block-type-form input[type="tel"],

.ccm-block-type-form input[type="text"],

.ccm-block-type-form input[type="url"],

.ccm-block-type-form textarea {

  border: 1px solid #E6E6E6;

  background-color: #E6E6E6;

  border-radius: 0px;

  box-shadow: none; }

.ccm-block-type-form label {

  font-weight: 400 !important;

  text-transform: uppercase; }

.ccm-block-type-form .form-actions input.btn,

.ccm-block-type-form .form-actions input[type="submit"] {

  background-color: white;

  color: #616161;

  float: right;

  text-transform: uppercase;

  border: 2px solid #d2d2d2;

  font-size: 1.4em;

  padding: 8px 25px; }

  .ccm-block-type-form .form-actions input.btn:hover,

  .ccm-block-type-form .form-actions input[type="submit"]:hover {

    border: 2px solid #343434; }



input.form-control {

  background: #d5d3cf !important;

  color: #464646 !important;

  height: 56px;

  padding: 0px 20px;

  font-size: 17px;

  font-weight: 400;

  font-style: italic; }



textarea.form-control {

  background: #d5d3cf !important;

  color: #464646 !important;

  padding: 17px 20px;

  font-size: 17px;

  font-weight: 400;

  font-style: italic;

  resize: none;

  height: 160px; }



.form-group {

  margin-bottom: 5px; }



.contact-form button.btn-primary {

  border: none !important;

  color: #fff !important;

  background: #c60070 !important;

  height: 76px;

  padding: 0px !important;

  width: 100%;

  border-radius: 0px !important;

  text-transform: initial !important;

  font-size: 24px !important;

  font-weight: 400;

  text-transform: uppercase !important;

  margin-top: -6px; }



.contact-form button.btn-primary::after {

  font-family: fontAwesome;

  color: #333;

  content: '\f18e';

  margin-left: 5px; }



::-webkit-input-placeholder {

  /* WebKit, Blink, Edge */

  color: #464646 !important; }



:-moz-placeholder {

  /* Mozilla Firefox 4 to 18 */

  color: #464646 !important;

  opacity: 1; }



::-moz-placeholder {

  /* Mozilla Firefox 19+ */

  color: #464646 !important;

  opacity: 1; }



:-ms-input-placeholder {

  /* Internet Explorer 10-11 */

  color: #464646 !important; }



/* ------------- _components.scss ------------- */

.fa-arrow-circle-right::before {

  font-family: fontAwesome; }



a, a:hover, a:focus {

  color: #c60070;

  text-decoration: none; }



/* ------------- CTA BUTTONS ------------- */

a.my-button {

  font-size: 24px;

  text-transform: uppercase;

  color: #333;

  background: #fff;

  line-height: 76px;

  width: 265px;

  display: inline-block;

  margin-left: 10px;

  font-weight: 400;

  font-style: initial; }



a.my-button:hover {

  text-decoration: none;

  color: #fff;

  background: #333; }



a.my-button::after {

  font-family: fontAwesome;

  color: #c60070;

  content: '\f18e';

  margin-left: 5px; }



a.black-button {

  margin-top: 20px;

  font-size: 24px;

  text-transform: uppercase;

  color: #fff;

  background: #333;

  line-height: 60px;

  display: inline-block;

  padding: 0px 50px;

  font-weight: 400;

  font-style: initial;

  cursor: hand; }



a.black-button::after {

  font-family: fontAwesome;

  color: #c60070;

  content: '\f18e';

  margin-left: 5px; }



a.black-button:hover {

  cursor: pointer; }



/* ------------- Lists ------------- */

.my-content ul {

  padding: 0px 0px 0px 15px;

  list-style: none;

  margin-bottom: 0px;

  line-height: 18px; }



.my-content li {

  padding: 4px 0px; }



.my-content li::before {

  font-family: fontAwesome;

  color: #c60070;

  content: '\f101';

  position: absolute;

  left: 15px; }



/* ------------- _pages.scss ------------- */

/* ------------- HOME ------------- */

.home-boxes {

  width: 100%;

  min-height: 50px;

  display: inline-block;

  margin-top: 7px;

  padding-right: 5px;

  padding-left: 5px; }



.home-boxes img {

  width: 100%; }



.home-boxes .col-lg-2 {

  padding-left: 5px;

  padding-right: 5px; }



.home-boxes .col-md-2 {

  padding-left: 5px;

  padding-right: 5px; }



.home-boxes .col-sm-4 {

  padding-left: 5px;

  padding-right: 5px; }



.home-boxes .col-xs-6 {

  margin-bottom: 10px; }



.box-title {

  color: #fff;

  position: absolute;

  top: 0px;

  display: block;

  left: 10%;

  top: 57%;

  font-size: 1.6vw;

  line-height: 1.5vw; }



.box-title:hover {

  color: #fff; }



a.big-button {

  position: relative;

  background: #d5d3cf;

  width: 100%;

  display: block;

  padding: 20px 20% 18px 30px;

  height: 114px;

  margin-bottom: 8px; }



a.big-button h2 {

  font-size: 25px;

  text-transform: uppercase;

  color: #464646;

  margin: 0px;

  font-weight: 700; }



a.big-button p {

  font-size: 17px;

  color: #464646;

  margin: 0px; }



a.big-button:hover {

  background: #333;

  text-decoration: none; }



a.big-button:hover h2 {

  text-decoration: none;

  color: #fff; }



a.big-button:hover p {

  text-decoration: none;

  color: #fff; }



a.big-button::after {

  font-family: fontAwesome;

  color: #fff;

  background: #c60070;

  content: '\f18e';

  position: absolute;

  right: 0px;

  top: 0px;

  width: 38px;

  text-align: center;

  line-height: 114px;

  font-size: 19px; }



.main-area {

  margin-top: 100px; }



.Featured {

  background: #d5d3cf;

  padding-bottom: 90px;

  margin-bottom: 0px;

  margin-top: 100px; }



.Featured h3.page-title {

  margin-left: 0px !important;

  margin-right: 0px !important;

  margin-bottom: 60px; }



.feature-block h2 {

  font-size: 38px;

  color: #464646;

  margin-bottom: 10px; }



.feature-block h3 {

  font-size: 25px;

  color: #464646;

  margin-bottom: 0px; }



.location {

  color: #c60070;

  margin-bottom: 30px;

  text-transform: uppercase; }



.feature-block2 {

  position: relative; }



.after-image:hover {

  cursor: pointer; }



.after-image {

  height: 100%;

  display: inline-block;

  line-height: 100%;

  background: #c60070;

  position: absolute;

  width: 38px;

  margin-left: -38px;

  font-size: 19px;

  text-align: center;

  cursor: hand; }



.after-image::after {

  font-family: fontAwesome;

  color: #fff;

  background: #c60070;

  content: '\f18e';

  position: absolute;

  top: 50%;

  margin-top: -9px;

  width: 38px;

  text-align: center;

  font-size: 19px;

  margin-left: -19px;

  cursor: hand; }

.youtube-wrapper {
    height: 615px;
    width: 100%;
    background: url(../img/rocks.jpg) no-repeat center bottom;
    margin-bottom: -100px;
    background-size: cover;
}
.gradient-block {
    background: url(../img/youtube-bg.png) no-repeat center top;
    width: 425px;
    height: 404px;
    margin-top: 100px;
    background-size: 100% 338px;
    padding: 35px 0 0 60px;
    float: left;
}
.gradient-block .view-button {
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}
.gradient-block .view-button:after {
    color: #c60070;
}
.video-block {
    width: calc(100% - 425px);
    float: left;
    display: block;
    margin-top: 100px;
    background-size: cover;
    height: 404px;
}
.video-container {
    display: none;
    width: 1140px;
    position: fixed;
    top: 50%;
    margin-top: -320px;
    margin-left: -570px;
    left: 50%;
    z-index: 100;
}
.video-image {
    width: 100%;
    height: 100%;
    background-size: cover;
}
.video-play {
    background: url(../img/video-play.png) rgba(0,0,0,0) no-repeat center center;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.video-play:hover {
    background: url(../img/video-play.png) rgba(0,0,0,0.35) no-repeat center center;
}
.video-box {
    width: 100%;
    margin: 0;
    float: left;
}
.video-box > div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0px;
}
.video-box iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.videobg {
    display: none;
    z-index: 50;
    position: fixed;
    background: rgba(51, 51, 51, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.close-video {
    display: block;
    width: 40px;
    position: absolute;
    top: -45px;
    right: -40px;
    color: #fff;
    font-size: 50px;
    line-height: 45px;
}
.close-video:before {
	font-family: fontAwesome;
	content: '\f00d';
}

@media only screen and (max-width:1200px) {
	.video-container { width: 80%; top: 50%; margin-left: 10%; left: 0; margin-top: -25vw;}
}

@media only screen and (max-width:992px) {
    .video-block { width: calc(100% - 300px);  height: 300px; }
    .gradient-block { width: 300px; height: 330px; padding: 35px 30px 0 30px; }
    .youtube-wrapper { height: 500px; }
}


@media only screen and (max-width:768px) {
    .video-block {
        width: 100%;
        height: 0;
        padding-top: 56.25%;
        position: relative;
        margin-top: 0;
        margin-bottom: 100px;
    }
    .gradient-block { width: 100%; padding: 35px 60px 0 60px; height: 200px; }
    .youtube-wrapper { height: auto; }
    .gradient-block .view-button { display: block; }
    .video-image { position: absolute; top: 0; left: 0; }
    .video-container { margin-top: 45px; top: 0; }
}

/* ------------- CONTACT ------------- */

.map_wrapper {

  margin-top: 130px;

  margin-bottom: -100px; }



/* ------------- Blog ------------- */

.ccm-block-page-list-page-entry-thumbnail img {

  width: 270px !important; }



.ccm-block-page-list-page-entry-horizontal {

  margin-bottom: 40px !important;

  padding-bottom: 40px;

  border-bottom: 1px solid #d6d6d6; }



.ccm-block-page-list-title {

  font-size: 30px !important;
  margin-bottom: -23px !important;
  line-height: 34px;
margin-top:10px;}



.ccm-block-page-list-date {

  font-size: 14px !important; }



.ccm-block-page-list-description {

  margin-top: 30px; }



.page-template-full img {

  height: auto; }



/* ------------- Gallery ------------- */

.imagePopup img {

  width: 100%; }



.gallery-block {

  margin-bottom: 30px; }



a.gallery-title {

  background: #c60070;

  color: #fff;

  display: block;

  padding: 15px 25px 10px;

  font-size: 23px;

  font-weight: 400;

  line-height: 21px; }



span.gallery-subs {

  font-size: 17px;

  line-height: 17px; }



span.gallery-view {

  color: #202020;

  font-size: 19px;

  line-height: 40px; }



span.gallery-view::after {

  font-family: fontAwesome;

  content: '\f18e';

  margin-left: 5px; }



/* ------------- Services ------------- */

.recent-projects {

  background: #d5d3cf;

  display: inline-block;

  width: 100%;

  padding: 0px 14px 50px; }



h3.page-title {

  text-transform: uppercase;

  color: #fff;

  line-height: 82px;

  background: #333;

  display: block;

  text-align: center;

  font-size: 30px;

  margin-bottom: 0px;

  margin-top: 0px;

  margin-left: -14px !important;

  margin-right: -14px !important; }



.project-block {

  padding-left: 6px !important;

  padding-right: 6px !important; }



.project-block img {

  margin-top: 50px; }



.project-block h3 {

  font-size: 25px;

  color: #464646;

  margin: 20px 0px 0px;

  line-height: 32px; }



.title-section {

  min-height: 88px; }



.view-button {

  font-size: 19px;

  cursor: hand; }



.view-button:hover {

  cursor: pointer; }



.view-button::after {

  font-family: fontAwesome;

  color: #c60070;

  content: '\f18e';

  margin-left: 5px;

  color: #333; }



.modal-backdrop.fade, .modal-backdrop.fade.in {

  opacity: 0.7 !important; }



.fa-times {

  font-family: fontAwesome;

  color: #c60070;

  content: '\f00d';

  font-size: 25px; }



.close {

  opacity: 1; }



.modal-header {

  border: none; }



.modal-content {

  border-radius: 0px; }



.modal-body {

  display: inline-block;

  padding-top: 0px; }



.modal-content h3.page-title {

  margin: 0px 0px 50px !important;

  color: #fff !important; }



.modal-header {

  padding-bottom: 5px; }



.modal-header .close {

  margin-top: -5px;

  margin-right: -8px; }



.testi-bar {

  padding: 30px 15px 100px;

  background: #c60070;

  color: #fff;

  font-style: italic; }



.modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5, .modal-body h6 {

  color: #c60070;

  margin-bottom: 12px;

  text-transform: uppercase; }



h2.proj-title {

  font-size: 38px;

  margin-bottom: 5px; }



h2.proj-subtitle {

  color: #464646;

  margin-bottom: 50px; }



.modal-body ul {

  margin-bottom: 30px; }



.testi-name {

  font-size: 20px;

  font-weight: 700;

  font-style: initial; }



.testi-role {

  font-size: 14px;

  font-weight: 400;

  text-transform: uppercase;

  color: #333;

  font-style: initial; }


/* Additional Style fixes */
.project-block:nth-of-type(3n+1) {
    clear: both;
}
.project-block img {
    object-fit: cover;
    height: 170px;
    width: 100%;
}
h2.proj-title {
    line-height: 40px;
}

/* ------------- _queries.scss ------------- */

/* ------------- QUERIES ------------- */

/* Large Devices, Desktops */

/**SMALLER THAN 1200*******************************/

@media only screen and (max-width: 1200px) {

  .ccm-image-slider-text h2, .ccm-image-slider-text h3 a {

    width: 85%;

    padding-right: 0px; }



  .ccm-image-slider-text img.accredited {

    padding-right: 15%;

    right: 0px; }



  nav ul li a {

    padding: 0 12px; }



  .container {

    width: 100%;

    padding: 0px 25px; } }

/**SMALLER THAN 1100*******************************/

@media only screen and (max-width: 1100px) {

  nav ul li a {

    font-size: 17px; } }

/* TABLETS */

/**SMALLER THAN 1026*******************************/

@media only screen and (max-width: 1026px) {

  .main-area {

    margin-top: 65px; } }

/**SMALLER THAN 992*******************************/

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

  .ccm-image-slider-text h2, .ccm-image-slider-text h3 a {

    width: 100%;

    padding-right: 80px; }



  .ccm-image-slider-text img.accredited {

    padding-right: 80px; }



  a.big-button h2 {

    font-size: 23px; }



  a.big-button p {

    font-size: 15px; }



  .pink_wrapper {

    font-size: 28px;

    line-height: 53px;

    padding: 50px 0px; }



  a.my-button {

    line-height: 53px;

    font-size: 17px;

    width: 224px; }



  .footer-email a {

    font-size: 14px; }



  .testi-bar {

    margin-top: 50px; }



  .box-title {

    font-size: 2.6vw;

    line-height: 2.5vw; }
    
    .project-block img {
        height: auto;
    }    
    
}

/* iPad portrait */

/* iPad landscape */

/* PHONES */

/**SMALLER THAN 767*******************************/

@media only screen and (max-width: 768px) {

  .ccm-image-slider-text h2, .ccm-image-slider-text h3 a {

    padding-right: 60px; }



  .ccm-image-slider-text img.accredited {

    padding-right: 60px; }



  a.big-button {

    height: 100px;

    padding: 27px 50px 0px 25px; }



  a.big-button::after {

    line-height: 100px; }



  .pink_wrapper {

    font-size: 31px;

    line-height: 33px; }



  a.my-button {

    clear: both;

    display: block;

    margin-top: 20px;

    left: 50%;

    margin-left: -112px;

    position: relative; }



  .footer-email a {

    font-size: 16px; }



  .footer_wrapper .col-xs-6 {

    height: 220px; }



  .sidebar, .testi-bar, .feature-block2, .home-sidebar {

    margin-top: 50px; }



  .ccm-block-page-list-page-entry-thumbnail img, .ccm-block-page-list-page-entry-thumbnail {

    width: 100% !important;

    display: block !important; }



  .ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {

    display: block !important;

    padding-left: 0px  !important; }



  .box-title {

    font-size: 3.6vw;

    line-height: 3.5vw; } 
    
    .info-pobox,
    .info-add + .info-sep  {
        display: none;
    }
}

/**SMALLER THAN 550*******************************/

@media only screen and (max-width: 550px) {

  .ccm-image-slider-text {

    display: none; }



  .main-area {

    margin-top: 45px; }



  a.big-button h2 {

    font-size: 22px; }



  a.big-button {

    padding-top: 15px; }



  a.big-button p {

    line-height: 19px; }



  .footer_wrapper .col-xs-6 {

    height: auto;

    margin-bottom: 25px;

    width: 100%; }



  .copyright {

    line-height: 14px;

    margin-top: 15px;

    margin-bottom: 10px; }



  .info-add, .info-tel {

    font-size: 0px; }



  .info-sep {

    display: none; }



  .info-tel::after {

    font-family: fontAwesome;

    font-size: 14px;

    content: '\f098';

    top: 8px;

    position: absolute;

    right: 50px; }



  .info-add::after {

    font-family: fontAwesome;

    font-size: 14px;

    content: '\f041';

    top: 8px;

    position: absolute;

    right: 20px; }



  .home-boxes .col-xs-6 {

    width: 100%; }



  .box-title {

    font-size: 8.6vw;

    line-height: 8.5vw; } }

/* Small Devices, Phones */

/* Extra Small Devices, Phones */

/* IE */



/*# sourceMappingURL=main.css.map */

.clickable {
    cursor: pointer;
}