.specials_system {
    margin-left: 0;
    width: 33.3%;
    float: left
}

.special_container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 250px;
}
.special_large > .special_container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 505px;
}

.single_page > .special_container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    margin-bottom: 10px
}

.special_text {
    position: absolute;
    width: inherit;
    height: inherit
}

.special_text_top {
    top: 10px;
    position: absolute;
    font-family: AntennaBold,'Source Sans Pro', sans-serif;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1rem;
}
.special_text_left {
    left: 20px;
    bottom: 10px;
    position: absolute;
    font-family: AntennaBold,'Source Sans Pro', sans-serif;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: left;
    align-items: flex-start;
    line-height: 1.5rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    text-transform:capitalize;
    border-right: 1px solid #000;
    padding-right: 10px;
}

.special_text_top .top {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 0 9px #000 !important;
}

}
.special_large > div > div > .special_text_top .top {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

.special_border {
width: 100%;
height: 50px;
bottom: 0;
position: absolute;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.special_border_item {
border-top: 2px solid black;
display: block;
width: 90%;
}
.special_text_top .lower {
    font-family: AntennaLight,'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 3rem;
    text-shadow: 0px 2px 2px #000 !important;
}
.special_large > div > div > .special_text_top .lower {
    font-family: AntennaLight,'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 3rem;
}

.special_price {
    bottom: 5px;
    padding-left: 40%;
    position: absolute;
    height: 40px;
    font-weight: 800;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: left;
    font-family: AntennaBold,'Source Sans Pro', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.price_1::after {
    content: " PM";
    font-size: 1rem;
    line-height: 1rem;
    color: #fff;
    text-transform: lowercase;
    font-weight: 400;
    align-self: center;
    padding-left: 5px;
}
.special_large > div > div > .special_price > .price_1::after {
    content: " PM";
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    text-transform: lowercase;
    font-weight: 400;
    align-self: center;
    padding-left: 5px;
}
.price_side {
    display: none;
}
.special_large > div > div > .special_price {
    bottom: 30px;
    left:auto;
    position: absolute;
    width: 100%;
    height: 40px;
    font-weight: 800;
    font-size: 2em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items:flex-start;
    font-family: AntennaBold,'Source Sans Pro', sans-serif;
    overflow: visible;
}

.special_large > div > div > .special_price > span > .price_side {
  font-size: 20px;
  line-height: 2rem;
  color: #fff;
  float: left;
  position: absolute;
  right: 20%;
  bottom: 20px;
  text-transform: lowercase;
}
.special_large > div > div > .special_text_left {
  left: 30px;
  bottom: 10px;
  position: absolute;
  font-family: AntennaBold,'Source Sans Pro', sans-serif;
  width: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  line-height: 2rem;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-transform: capitalize;;
  border-right: 1px solid #000;
}
.special_large > div > div > .special_border {
width: 100%;
height: 70px;
bottom: 0;
position: absolute;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.spec_title {
    float: left;
}

.z-tabs.flat.flat-midnight-blue > ul.z-tabs-nav > li.z-active > a, .z-tabs.flat.flat-midnight-blue > ul.z-tabs-mobile.z-state-closed > li a, .z-tabs.flat.flat-midnight-blue > ul.z-tabs-mobile > li a {
    background: #00346d!important;
}

.z-tabs.flat.flat-midnight-blue > ul, .z-tabs.flat.flat-midnight-blue > .z-container {
    border-color: #00346d!important;
}

.price_1,
.price_2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #fff;
    text-shadow: 1px 0px 5px rgba(0, 0, 0, .5)
}

.price_1::fir {
    color: #fff
}

.price_2 {
    color: #ea2a36;
}

.special_image {
    position: absolute;
    width: 100%;
}

.special_image_single {
    position: absolute;
    width: 100%;
    height: 300px;
    text-align: center
}

.special_image_single img {
    height: 300px
}

.special_button {
    width: 100%;
    text-align: center;
    background: #EA2A36;
    padding: 10px;
    text-transform: uppercase;
    text-shadow: 1px 0px 5px rgba(0, 0, 0, .5);
    font-size: 1.1em;
    -webkit-transition: ease-in-out, all .35s ease-in-out;
    transition: ease-in-out, all .35s ease-in-out;
    margin-bottom: 15px;
}

.special_button a {
    color: #fff!important;
    display: block;
}

.special_button:hover {
    background: red;
    -webkit-transition: ease-in-out, all .35s ease-in-out;
    transition: ease-in-out, all .35s ease-in-out
}

.site-inner {
    max-width: 1320px;
    margin: 0px auto;
    padding: 1%;
    background: #fff none repeat scroll 0% 0%;
    position: relative;
    padding-bottom: 20px;
}

@keyframes flickerAnimation {
    0%,
    10%,
    50% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    51%,
    60%,
    99% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes flickerAnimation {
    0%,
    10%,
    50% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    51%,
    60%,
    99% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes flickerAnimation2 {
    0%,
    10%,
    50% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
    51%,
    60%,
    99% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@-webkit-keyframes flickerAnimation2 {
    0%,
    10%,
    50% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
    51%,
    60%,
    99% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

/*.price_1 {
    -webkit-animation: flickerAnimation 5s infinite;
    animation: flickerAnimation 5s infinite
}

.price_2 {
    -webkit-animation: flickerAnimation2 5s infinite;
    animation: flickerAnimation2 5s infinite
}
*/
.special-single-summary {
    min-height: 300px;
    background: #70767d;
    padding: 1%;
    position: relative;
    background-image: url(http://www.cmhfordoptions.co.za/wp-content/uploads/images/single-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.special-title h1 {
  text-align: center;
  font-size: 3rem;
  color: #fff;
  font-family: AntennaBold,'Source Sans Pro', sans-serif;
}
    .special-contact .quform-popup-link {
    color: #fff;
    font-size:1.2em;
    font-weight: 700;
    font-family: AntennaBold,'Source Sans Pro', sans-serif;
    }
.specs {
color: #00346d;
}

.special-price-1,
.special-price-2 {
    text-align: left;
    color: #fff;
    font-size: 3rem;
    line-height: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-family: AntennaBold,'Source Sans Pro', sans-serif;
}

.special-contact {
    background: #00346d;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.special-contact a {
    color: #fff!important;
    font-size: 1.2em;
    font-weight: 600;
    display: block;
}

.special-desciption2 span {
    font-size: .7em;
    line-height: 1em;
    word-break: break-word;
    text-transform: capitalize;
    margin-top: 20px;
    display: block;
    font-style: italic;
    color:#fff;
}

.special-desciption1 span {
    font-size: 2rem;
    line-height: 1em;
    word-break: break-word;
    text-transform: capitalize;
    display: block;
    font-style: italic;
    color: #000;
    font-weight: 600;
}

.special-price-2 {
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-delay: 0s!important;
    animation-delay: 0s!important;
    -webkit-animation-iteration-count: 1!important;
    animation-iteration-count: 1!important;
}

.special-contact {
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-delay: 0s!important;
    animation-delay: 0s!important;
    -webkit-animation-iteration-count: 1!important;
    animation-iteration-count: 1!important
}

#tabbed_show {
    visibility: hidden
}

#tabbed_loader {
    visibility: visible;
    background-image: url(images/camera-loader.gif);
    background-position: center;
    background-repeat: no-repeat
}

.special_gal {
    display: block;
    clear: both
}

.section_title {
    font-size: 20px;
    margin: 10px 0
}

.section_title:first {
    font-size: 20px;
    margin: 0 0 10px
}

.section_title {
    float: left;
    color: #000;
    margin: 1%;
    clear: both;
}

.spec_value {
    float: right;
        color: #000;
}

.spec_block {
    clear: both;
    font-size: 16px;
    font-weight: 600
}

.disclaimer {
    font-size: 1em;
    font-style: italic;
    font-weight:400;
}

.z-content-inner {
    color: #000;
}

.z-tabs.flat, .z-tabs.flat > ul > li > a {
    color: #374858;
    text-shadow: none;
}
@media only screen and (max-width:1024px) {
    .special_price {
        font-size: 2rem;
        padding-left: 45%;
    }
    }

@media only screen and (max-width:768px) {
    .gal_slider {
        display: block
    }
    .special_gal {
        display: none
    }
    .special_image, .special_image > a > img {
      display: block;
      width: 100%;
      height: 100%;
    }
    .special > .special_container {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 505px;
    }
    .special > div > div > .special_text_top .top {
        color: #000;
        font-size: 25px;
        font-weight: 600;
    }
    .special > div > div > .special_text_top .lower {
        font-family: AntennaLight,'Source Sans Pro', sans-serif;
        color: #000;
        font-size: 20px;
        line-height: 3rem;
    }
    .special > div > div > .special_price,.special_large > div > div > .special_price {
        left:auto;
        position: absolute;
        width: 100%;
        height: 40px;
        font-weight: 800;
        font-size: 2.5em;
        text-transform: uppercase;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: left;
        font-family: AntennaBold,'Source Sans Pro', sans-serif;
            bottom: 10px;
    }

    .special > div > div > .special_price > span > .price_side {
      font-size: 20px;
      line-height: 2rem;
      color: #fff;
      float: left;
      position: absolute;
      right: 20%;
      bottom: 20px;
      text-transform: lowercase;
    }
    .special > div > div > .special_text_left {
      left: 30px;
      bottom: 10px;
      position: absolute;
      font-family: AntennaBold,'Source Sans Pro', sans-serif;
      width: 150px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: left;
      -webkit-align-items: left;
      -ms-flex-align: left;
      align-items: left;
      line-height: 2rem;
      color: #000;
      font-size: 24px;
      font-weight: 800;
      text-transform: capitalize;;
      border-right: 1px solid #000;
    }
    .special > div > div > .special_border {
    width: 100%;
    height: 70px;
    bottom: 0;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
    .price_1::after {
    content: " PM";
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    text-transform: lowercase;
    font-weight: 400;
    align-self: center;
    padding-left: 5px;
}
}

@media only screen and (max-width:480px) {
    .special-single-summary {
        min-height: 350px
    }
    .special > .special_container,.special_large > .special_container {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 300px;
    }

    .special_text_top {
        top: 10px;
        position: absolute;
        font-family: AntennaBold,'Source Sans Pro', sans-serif;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1rem;
    }
    .special > div > div > .special_text_left,.special_large > div > div > .special_text_left {
        left: 20px;
        bottom: 10px;
        position: absolute;
        font-family: AntennaBold,'Source Sans Pro', sans-serif;
        width: 90px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: left;
        -webkit-align-items: left;
        -ms-flex-align: left;
        align-items: left;
        line-height: 1.5rem;
        color: #000;
        font-size: 1rem;
        font-weight: 800;
        text-transform:capitalize;
        border-right: 1px solid #000;
    }

    .special_text_top .top {
        color: #000;
        font-size: 20px;
        font-weight: 600;
    }
    .special > div > div > .special_border,.special_large > div > div > .special_border {
    width: 100%;
    height: 50px;
    bottom: 0;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
    .special > div > div > .special_border_item,.special_large > div > div > .special_border_item {
    border-top: 2px solid black;
    display: block;
    width: 90%;
    }
    .special > div > div > .special_text_top .lower,.special_large > div > div > .special_text_top .lower {
        font-family: AntennaLight,'Source Sans Pro', sans-serif;
        color: #000;
        font-size: 15px;
        line-height: 3rem;
    }
    .special > div > div > .special_price,.special_large > div > div > .special_price {
        font-weight: 800;
        font-size: 1.3em;
        text-transform: uppercase;
        display: block;
        text-align: left;
        font-family: AntennaBold,'Source Sans Pro', sans-serif;
        bottom: 0;
    }
    .special > div > div > .special_price > span > .price_side,.special_large > div > div > .special_price > span > .price_side {
      font-size: 10px;
      line-height: 1rem;
      color: #fff;
      float: left;
      position: absolute;
      right: -35px;
      bottom: 10px;
      text-transform: lowercase;
      font-weight: 400;
    }
    .special-contact a {
    color: #fff !important;
    font-size: 1em;
    font-weight: 600;
    display: block;
}
}
