body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #555!important;
    font-weight: 400;
    background: #F0F0F0;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-font-smoothing: subpixel-antialiased;
    height: 100%;
    width: 100%;
    padding: 0;
    min-height: 100%;
}

.error {
    color: #FF0000;
    font-style: italic;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

a,
a:visited,
a:hover,
a:active,
a:focus,
input,
select,
textarea {
    outline: none;
    text-decoration: none;
}

a,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:focus,
.btn:focus {
    outline: 0;
}

code {
    color: #333;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    vertical-align: top;
    ms-interpolation-mode: bicubic;
    opacity: 1.0;
    width: auto\9;
}

iframe {
    border: 0 none;
}

.soundcloud {
    width: 100%;
}

.well {
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
    margin-bottom: 0px;
}

.center {
    margin: 0 auto;
}

.pull-left {
    margin-right: 10px;
}

.pull-right {
    margin-left: 10px;
}

input {
    -webkit-appearance: none;
}

.wow:nth-child(1),
.wow:nth-child(2),
.wow:nth-child(3),
.wow:nth-child(4),
.wow:nth-child(5),
.wow:nth-child(6) {
    visibility: hidden;
}

.fa-li {
    margin-left: -8px;
    padding-top: 2px;
}

.container {
    overflow: hidden;
    min-height: 100%;
    position: relative;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pad90 {
    padding-top: 90px;
}

.pad60 {
    padding-top: 60px;
}

.pad45 {
    padding-top: 45px;
}

.pad35 {
    padding-top: 35px;
}

.pad30 {
    padding-top: 30px;
}

.pad25 {
    padding-top: 25px;
}

.pad20 {
    padding-top: 20px;
}

.pad15 {
    padding-top: 15px;
}

.pad10 {
    padding-top: 10px;
}

.pad5 {
    padding-top: 5px;
}

.marg-right10 {
    margin-right: 10px;
}

.marg-top0 {
    margin-top: 0px;
}

.marg-top-minus25 {
    margin-top: -25px;
}

#about,
#team,
#work,
#price,
#contact {
    padding-top: 80px;
    background: #F0F0F0;
}

section {
    background: #F0F0F0;
    flex: 1 1 auto;
}

.btn {
    padding: 20px 25px;
    cursor: pointer;
    font-family: 'Raleway' sans-serif;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    border-radius: 0px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-weight: 700;
}

.btn:hover {
    background-color: #2E3138!important;
    cursor: pointer;
    color: #f0f0f0;
    -webkit-transition: all 0.3s ease-in-out;
    drop-shadow: none!important;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn a:hover,
.btn:focus {
    color: #f0f0f0!important;
}

.vendor {
    position: relative;
    padding: 0 0 56.25%;
    height: 0;
    margin 0 0;
}

.vendor iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

blockquote {
    padding: 10px;
    border: none;
    color: #f0f0f0;
}

blockquote.testimonial_blockquote {
    border: 0!important;
    padding: 0;
    color: #666;
}

blockquote.testimonial_blockquote i.fa-quote-left,
blockquote.testimonial_blockquote i.fa-quote-right,
blockquote.testimonial_blockquote i {
    font-size: 50px;
    position: relative;
    padding-right: 5px;
}

blockquote.testimonial_blockquote i.fa-quote-right {
    padding-right: 0px;
    padding-left: 5px;
}

blockquote.testimonial_blockquote p {
    font-size: 20px;
    line-height: 32px;
    color: #888;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

#overlay {
    background: url(../img/overlay.png) repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.dark_overlay {
    background: url(../img/overlay2.png) repeat;
    position: relative;
    width: 100%;
    height: 100%;
}

.light_overlay {
    background: url(../img/overlay.png) repeat;
    position: relative;
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    color: #555;
}

h1 {
    font-weight: 700;
    font-size: 80px;
    line-height: 100px;
    position: relative;
    letter-spacing: -3px!important;
    color: #222!important;
    margin: 0px 0px 30px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.lead {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 45px;
    margin-bottom: 45px;
    color: #666;
}

p {
    margin-bottom: 20px;
}

#single h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    position: relative;
    letter-spacing: -1px!important;
    color: #222;
    margin: 0px 0px 10px;
    text-transform: none;
    text-align: center;
}

#single .lead {
    font-family: 'Raleway', sans-serif;
    font-size: 28px!important;
    font-weight: 300;
    text-align: center;
    line-height: 40px;
    margin-bottom: 35px;
    color: #696f77;
}

#about h6 {
    margin: 20px 0;
    font-weight: 500;
}

.well h1,
.well p {
    background: inherit!important;
}

body.royal_loader {
    background: none!important;
    visibility: hidden!important;
}

#royal_preloader {
    visibility: visible;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999;
    -webkit-transition: opacity 0.2s linear 0.8s;
    -moz-transition: opacity 0.2s linear 0.8s;
    -ms-transition: opacity 0.2s linear 0.8s;
    -o-transition: opacity 0.2s linear 0.8s;
    transition: opacity 0.2s linear 0.8s;
}

#royal_preloader.complete {
    opacity: 0;
}

#royal_preloader .background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #2E3138!important;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

#royal_preloader.number .percentage {
    color: #646E7C;
    background: transparent;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin: -90px 0px 0px -90px;
    background-image: url('../img/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 110px;
    width: 180px;
    position: absolute;
    font-size: 25px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s linear 0.5s;
    -moz-transition: all 0.3s linear 0.5s;
    -ms-transition: all 0.3s linear 0.5s;
    -o-transition: all 0.3s linear 0.5s;
    transition: all 0.3s linear 0.5s;
}

#header {
    position: fixed;
    top: -80px;
    width: 100%;
    background-color: #f0f0f0;
    max-height: 80px;
    min-height: 80px;
    z-index: 999!important;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    opacity: 0.95;
    overflow: hidden;
}

#logo {
    padding: 22px 0px 0 60px;
    overflow: hidden;
    float: left;
}

#nav-toggle {
    position: absolute;
    z-index: 200;
    right: 15px;
    top: 25px;
    font-size: 25px;
    cursor: pointer;
    display: none;
}
#nav-toggle-product {
    position: absolute;
    z-index: 200;
    right: 15px;
    top: 25px;
    font-size: 25px;
    cursor: pointer;
    display: none;
}

#nav-toggle .menu-text {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-left: 10px;
}
#nav-toggle-product .menu-text {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-left: 10px;
}

.responsive-menu {
    max-height: 500px!important;
}

.show-header {
    top: 0px !important;
}

#menu {
    overflow: hidden;
    margin-bottom: 0px;
    list-style: none;
    float: right;
    padding: 0;
}

#menu a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0px!important;
}

#menu li {
    float: left;
    padding: 30px 0px 0 20px;
}

.top_video {
    background: url(../img/mfg.jpg) top center;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

#content {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 1%;
    right: 1%;
    z-index: 1;
}

#content h1 {
    margin: 0 auto!important;
    text-align: center;
    color: #fff!important;
    letter-spacing: 1px!important;
    font-size: 80px!important;
    line-height: 1em;
    font-weight: 700!important;
    padding: 0 0 20px 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    text-transform: none;
}

#content h2 {
    margin: 0 auto!important;
    text-align: center;
    color: #fff!important;
    letter-spacing: 1px!important;
    font-size: 50px!important;
    line-height: 1em;
    font-weight: 700!important;
    padding: 0 0 20px 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    text-transform: none;
}

.name {
    margin: 0px auto;
    text-align: center;
    color: #fff;
    letter-spacing: 6px;
    font-size: 24px;
    font-weight: 600;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.byline {
    margin: 0px auto 20px;
    text-align: center;
    color: #fff;
    letter-spacing: 4px;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.ilink {
    color: rgba(255, 255, 255, 1.0);
}

.ilink:hover {
    color: rgba(255, 255, 255, 0.7)!important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.heart {
    position: relative;
    width: 50px;
    height: 45px;
    margin: 0px auto 0px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
}

.heart:before,
.heart:after {
    position: absolute;
    content: "";
    left: 23.5px;
    top: 0;
    width: 25px;
    height: 40px;
    background: #E34834;
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.heart:after {
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

#big_image {
    background: url(../img/big_image.jpg) repeat-y top center fixed;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}

.service {
    text-align: center;
    margin: 20px auto 0;
    position: relative;
    width: 120px;
    height: 120px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.service i {
    color: #fff;
    line-height: 120px;
    margin: 0 auto;
    position: relative;
    display: block;
    font-size: 65px;
    -webkit-transform: scale(1.0);
    -moz-transition: -moz-transform 0.5s;
    -moz-transform: scale(1.10);
    -ms-transform: scale(1.0);
    transition: transform 0.5s;
    transform: scale(1.0);
}

.service:hover {
    background: #2E3138!important;
}

.service i:hover {
    color: #f5f5f5;
}

.like {
    min-height: 180px;
    font-size: 80px!important;
    line-height: 60px;
    margin: 60px 0 20px;
    color: #222!important;
}

.ticker {
    font-family: 'Lato', sans-serif;
    font-size: 52px;
    font-weight: 400;
    color: #777;
    line-height: 0px;
    letter-spacing: 0px;
    text-transform: lowercase;
}

.chart1,
.chart2,
.chart3 {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    margin-top: 50px;
    margin-bottom: 0px;
    text-align: center;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.percent {
    position: absolute;
    display: inline-block;
    margin: 0px auto;
    z-index: 2;
    color: #f0f0f0;
    left: 40%;
    top: 40%;
    font-weight: 700;
    font-size: 18px;
}

.pie p {
    color: #ddd;
    padding: 10px 0 60px;
    text-transform: uppercase;
}

#charts .well {
    background: url(../img/charts.jpg) 50% 0% fixed no-repeat;
    background-position: top center;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    padding: 0 0;
}

#charts .well h1 {
    margin: 60px auto 10px;
    font-size: 30px!important;
    font-weight: 400!important;
    line-height: 60px;
    letter-spacing: 2px!important;
    text-align: center;
    text-transform: uppercase;
    color: #bbb!important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

#milestones .well {
    background: url(../img/milestones.jpg) 50% 0% fixed no-repeat;
    background-position: top center;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    padding: 0 0;
    height: 450px;
}

#milestones .well h1 {
    margin: 0 auto;
    font-size: 35px!important;
    font-weight: 400!important;
    line-height: 60px;
    letter-spacing: 2px!important;
    color: #bbb!important;
    text-align: center;
    text-transform: uppercase;
    padding-top: 90px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.counter {
    padding: 10px 0 0;
    font-size: 70px;
    font-weight: 700!important;
    line-height: 80px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.light {
    font-family: 'Lato', sans-serif;
    padding: 20px 0 120px;
    font-size: 18px;
    font-weight: 400!important;
    line-height: 25px;
    color: #bbb;
    margin: 0 auto;
    letter-spacing: 1px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

#work .well {
    background: url(../img/quote.jpg) 50% 0% fixed no-repeat;
    background-position: top center;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    padding: 0px 0px;
}

#work .well h2 {
    font-size: 30px;
    line-height: 45px;
    margin: 120px auto 30px;
    color: #fff!important;
    font-weight: 300!important;
    font-family: 'Raleway', sans-serif;
}

#clients_parallax .well {
    background: url(../img/clients/clients_bg.jpg) 50% 0% fixed repeat;
    background-position: top center;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    padding: 0 0;
    height: 280px;
}

#pricing {
    margin: 0 auto;
}

.price-plan-top {
    background: #222;
    padding: 5px 0 10px 0;
}

.price-plan h2 {
    color: #eee!important;
    letter-spacing: 4px;
    font-size: 15px;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.price-plan-link:hover,
.price-breakdown {
    color: #f7f7f7;
}

.dollar {
    font-size: 22px;
    line-height: 22px;
    top: -55px;
    right: 3px;
    font-weight: 300;
    position: relative;
}

.price .amt {
    font-size: 110px;
    line-height: 84px;
}

.price .mo {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price > p {
    font-size: 11px;
    line-height: 16px;
    margin-top: 14px;
    color: #bbb;
}

#pricing .info-wrapper {
    padding: 20px 20px 0;
    border: 1px solid #555;
    margin-bottom: 40px;
}

#pricing .info-wrapper ul li {
    font-size: 14px;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
}

#pricing .list-group {
    list-style-type: none;
    color: #555;
}

#pricing .btn {
    border: 20px solid #F0F0F0;
    margin: 0 auto -40px;
    font-size: 12px;
    text-align: center;
}

.google-maps {
    height: 450px;
    margin: 0px 0 0px;
}

.gm-style img {
    max-width: none;
}

.gm-style label {
    width: auto;
    display: inline;
}

#contactme-form {
    margin-top: 30px;
}

#contactme-form textarea {
    height: 135px!important;
}

#contactme-form input,
#contactme-form textarea {
    background: transparent;
    color: #f0f0f0!important;
    background: rgba(255, 255, 255, .2);
    border-left: 0px none;
    border-right: 0px none;
    border-top: 0px none;
    border-bottom: 0px none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-border-radius: 6px;
    -moz-box-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 8px 10px;
    font-weight: 400;
    font-size: 16px;
}

::-webkit-input-placeholder {
    color: #f0f0f0;
    opacity: 1.0;
}

:-moz-placeholder {
    color: #f0f0f0;
    opacity: 1.0;
}

::-moz-placeholder {
    color: #f0f0f0;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: #fff;
    opacity: 1.0;
}

focus::-webkit-input-placeholder {
    color: transparent;
    opacity: 1.0;
}

#contactme-form input:focus,
#contactme-form textarea:focus {
    color: #f0f0f0;
    outline: none;
}

input {
    outline: none;
}

#contactme-form input.btn {
    padding: 15px 25px;
    background-color: #2E3138!important;
    color: #f0f0f0;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 15px;
    border: 0px none;
}

#contactme-form input.btn:hover {
    background-color: #f0f0f0!important;
    cursor: pointer;
    color: #222!important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.notification_error {
    color: #fff;
    background-color: #333;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: left;
}

.notification_ok {
    color: #fff;
    opacity: 0.5;
    font-weight: 400;
    height: auto;
    margin: 25px 0 9px 0;
    padding: 0px;
    text-align: left;
    font-size: 20px;
    line-height: 28px width: 100%;
    clear: both;
}

#contact h2 {
    color: #f0f0f0;
    line-height: 40px;
}

#contact a {
    color: #444;
}

#contact a:hover {
    color: #f0f0f0;
}

.inverse {
    color: #444;
}

.social-icons {
    font-size: 40px;
    list-style-type: none!important;
    margin: 20px 0px 25px -38px;
}

.social-icons li {
    list-style-type: none!important;
    float: left;
    margin: 20px 15px 25px 0px;
}

.social-icons ul li:last-child {
    margin-right: 0px;
}

.social-icons li a {
    color: #f0f0f0!important;
}

.social-icons li a:hover {
    color: #2E3138!important;
}

.footer {
    background: #2E3138;
    margin: 0px auto;
    padding: 50px 0;
    text-align: center;
    overflow-x: hidden;
    background-position: bottom;
}

#copyright {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 10px auto;
    padding: 0px 0;
}

.hi-icon-wrap2 {
    text-align: left;
    padding: 10px 0 0 0;
}

.hi-icon2 {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 0px 15px 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.hi-icon2:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon2:before {
    font-family: 'FontAwesome';
    speak: none;
    font-size: 35px;
    line-height: 60px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    margin-left: 3px;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.hi-icon-effect-a .hi-icon2 {
    color: #fff!important;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.no-touch .hi-icon-effect-a1 .hi-icon2:hover:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
    -moz-transition: -moz-transform 0.4s, opacity 0.2s;
    transition: transform 0.4s, opacity 0.2s;
}

.hi-icon-effect-a .hi-icon2:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.bars-wrapper {
    padding: 0 0;
    font-weight: 400;
    margin: 0px 0 25px 0;
}

.bars-wrapper .progress {
    height: 10px;
    background: #ddd;
    border-radius: 0px;
    box-shadow: none;
    margin: 3px 0 12px;
}

.bars-wrapper .progress-bar {
    box-shadow: none;
}

.bars-wrapper .progress:last-child {
    margin-bottom: 0;
}

h1.blog-title {
    font-size: 2.6em;
    line-height: 1em;
    margin-bottom: 10px;
    margin: 20px 0 10px;
    letter-spacing: 0px!important;
}

h1.blog-title a {
    color: #555;
}

h1.blog-title a:hover {
    color: #888;
}

.categories li {
    margin-left: -2px;
}

.blog-tabs a {
    color: #888;
}

.post {
    margin: 30px 0 10px;
}

.blog-carousel-bottom {
    margin: 0px 0 -20px;
}

.thin {
    font-weight: 300;
}

input[type="text"].form-control,
input[type="search"] .form-control {
    border: 2px solid #d8d3cb;
    font-weight: 700;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #888!important;
    opacity: 1.0;
}

.form-control:-moz-placeholder {
    color: #888!important;
    opacity: 1.0;
}

.form-control::-moz-placeholder {
    color: #888!important;
    opacity: 1.0;
}

.form-control:-ms-input-placeholder {
    color: #888!important;
    opacity: 1.0;
}

.badge {
    background-color: transparent;
    font-weight: 400;
    padding: 6px 10px 6px 0px;
    margin-bottom: 5px;
    color: #888;
    font-size: 12px;
}

.badge a {
    color: #777;
    font-size: 15px;
}

.badge a:hover {
    color: #333;
}

.pagination {
    height: 76px;
    margin: 18px 0px 0 -50px;
    font-size: 18px!important;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
}

.pagination li {
    display: inline;
}

.pagination a {
    float: left;
    padding: 0 10px;
    line-height: 34px;
    text-decoration: none;
}

.social-feed {
    margin: 0 0;
    padding-right: 0;
    display: block;
    width: 100%;
    display: table;
}

.social-feed ul {
    list-style: none;
    float: left;
    margin: 0 0px 0px -38px;
}

.social-feed li {
    list-style: none;
    float: left;
    margin: 0 1px 1px 0;
}

.social-feed li img {
    width: 60px;
    height: 60px;
}

div.author-block {
    margin: 35px 0 0 0;
}

div.author-block div.author-thumb {
    display: inline-block;
    float: left;
    margin: 5px 20px 30px 0;
}

.comments {
    margin-top: 65px;
}

ul.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pointer {
    border-bottom: 9px solid transparent;
    border-right: 9px solid #f5f5f5;
    border-top: 9px solid transparent;
    height: 0;
    left: -9px;
    position: absolute;
    top: 9px;
    width: 0;
}

.comment-quote {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 20px 20px 30px;
    position: relative;
    margin-bottom: 10px;
}

.reply {
    font-size: 13px;
}

.date {
    color: #999;
    margin: -10px 0 10px 0;
    font-size: 0.9em;
}

ul.comments div.comment-block p {
    margin 0;
    padding: 0;
}

ul.comments li {
    clear: both;
    padding: 10px 0 0 115px;
}

div.avatar {
    margin-left: -115px;
    position: absolute;
}

#ajax-contact-form2 textarea {
    height: 150px!important;
}

#ajax-contact-form2 input,
#ajax-contact-form2 textarea {
    background: #f5f5f5;
    color: #555;
    important;
    border: 0px none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 8px 10px 8px;
    font-weight: 400;
    font-size: 15px;
}

#ajax-contact-form2 input::-webkit-input-placeholder {
    color: #555!important;
    opacity: 1.0;
}

#ajax-contact-form2 input::-moz-placeholder {
    color: #555!important;
    opacity: 1.0;
}

#ajax-contact-form2 input:-ms-input-placeholder {
    color: #555!important;
    opacity: 1.0;
}

#ajax-contact-form2 textarea::-webkit-input-placeholder {
    color: #555!important;
    opacity: 1.0;
}

#ajax-contact-form2 textarea::-moz-placeholder {
    color: #555!important;
    opacity: 1.0;
}

#ajax-contact-form2 textarea:-ms-input-placeholder {
    color: #555!important;
    opacity: 1.0;
}

.panel-group {
    margin-bottom: 25px;
}

.panel-heading {
    background: #fff!important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.panel-heading a {
    font-size: 15px;
    color: #333;
}

.panel-heading a:hover {
    color: #555;
}

div.tabs {
    margin-bottom: 25px;
}

div.tabs div.tab-content {
    -moz-border-radius: 0 6px 6px 6px;
    -webkit-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    background-color: #F5F5F5;
    border: 0;
    padding: 40px 40px;
}

div.tabs ul.nav-tabs {
    border: 0;
    margin: 0;
    border: 0;
}

div.tabs ul.nav-tabs li.active a {
    background: #F5F5F5;
    border: 0;
    color: #fff!important;
}

div.tabs ul.nav-tabs a {
    border: 0;
    background: #222;
    color: #fff!important;
    margin-right: 3px;
    padding: 10px 20px 10px;
}

div.tabs ul.nav-tabs a:active,
div.tabs ul.nav-tabs a:focus {
    border-bottom: 0!important;
}

@media only screen and (max-width:1024px) {
    .well {
        background-attachment: scroll!important;
        background-position: center top !important;
        height: auto;
        margin: 0 auto;
        width: 100%;
    }
    .fadeIn,
    .bounceIn,
    .bounceInDown,
    .fadeInRightBig,
    .fadeInUp,
    .pulse,
    .bounce {
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    .wow {
        visibility: visible;
    }
    #milestones .well {
        height: auto!important;
    }
}

@media only screen and (device-width:768px) {
    .mbYTP_wrapper iframe {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .mbYTP_wrapper iframe {
        display: none;
    }
}

@media only screen and (max-width:940px) {
    .like {
        min-height: 260px;
    }
    #nav-toggle {
        float: none!important;
        cursor: pointer;
        display: block;
    }
    #nav-toggle-product {
        float: none!important;
        cursor: pointer;
        display: block;
    }
    #menu {
        text-align: left;
        padding-bottom: 30px;
        width: 100%!important;
    }
    #product-menu {
        text-align: left;
        padding-bottom: 30px;
        width: 100%!important;
    }
    #menu li {
        float: none!important;
        margin: 0px 0 10px 10px;
    }
    #product-menu li {
        float: none!important;
        margin: 0px 0 10px 10px;
    }
    #product-menu li {
        float: none!important;
        margin: 0px 0 10px 10px;
    }
    #header {
        background-color: rgba(255, 255, 255, 1.0)!important;
        opacity: 1.0;
    }
    #logo {
        padding: 25px 0px 0 30px;
        overflow: hidden;
        float: left;
    }
}

@media screen and (min-width:480px) and (max-width:767px) {
    #section_video h2 {
        margin: 30% auto 0;
        padding: 0 0;
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    #menu {
        overflow-y: scroll;
        max-height: 400px;
        margin-top: 30px!important;
    }
    #menu li:first-child {
        margin-top: -30px!important;
    }
    #product-menu {
        overflow-y: scroll;
        max-height: 400px;
        margin-top: 30px!important;
    }
    #product-menu li:first-child {
        margin-top: -30px!important;
    }
    .like {
        line-height: 40px;
        min-height: 150px;
        font-size: 60px!important;
    }
    .ticker {
        font-size: 30px!important;
    }
    h1 {
        font-size: 60px!important;
        line-height: 55px;
        letter-spacing: -1px!important;
    }
    .lead {
        font-size: 28px!important;
        line-height: 38px!important;
    }
    #single h1 {
        font-size: 40px!important;
        line-height: 40px!important;
    }
    #single .lead {
        font-size: 20px!important;
        line-height: 30px!important;
        margin: 0 0 20px;
    }
    .cbp-popup-singlePage-counter {
        display: none!important;
    }
}

@media screen and (max-width:31.5em) {
    #section_video h2 {
        font-size: 32px!important;
        line-height: 40px;
        margin: 50% auto 0;
        padding: 0 0;
        width: 100%;
    }
}

@media all and (min-width:321px) and (max-width:568px) {
    #content h1 {
        font-size: 40px!important;
    }
    .name {
        font-size: 12px;
        margin-top: -10px;
    }
    .byline {
        font-size: 12px;
        margin-bottom: 8px
    }
}

@media all and (max-width:320px) {
    #content h1 {
        font-size: 40px!important;
        margin-bottom: -10px!important;
    }
    .name,
    .byline {
        font-size: 12px;
    }
}

input[type="checkbox"] {
    -webkit-appearance: none;
    height: 1.5em;
    width: 1.5em;
    cursor: pointer;
    position: relative;
    -webkit-transition: .15s;
    border-radius: 1.5em;
    background-color: #900;
}

input[type="checkbox"]:checked {
    background-color: green;
}

input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    content: '✘';
}

input[type="checkbox"]:checked:before {
    content: '✔';
}

input[type="checkbox"]:hover:before {
    background: rgba(255, 255, 255, 0.3);
}

.btnchk input[type="button"] {
    -webkit-appearance: none;
    height: 1.5em;
    width: 1.5em;
    cursor: pointer;
    position: relative;
    -webkit-transition: .15s;
    border-radius: 1.5em;
    background-color: #900;
}

.btnchk input[type="button"]:checked {
    background-color: green;
}

.btnchk input[type="button"]:before,
input[type="button"]:checked:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    content: '✘';
}

.btnchk input[type="button"]:checked:before {
    content: '✔';
}

.btnchk input[type="button"]:hover:before {
    background: rgba(255, 255, 255, 0.3);
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.colorCheckbox {
	display:none!important;
}
.display-block{
	display:block !important;
}
.greyColorCheckbox,.graphiteColorCheckbox {
	width: 49%;
	/*margin: 10px 10px;*/
	position: relative;
	display:inline-block;
}
.greyColorCheckbox label ,.graphiteColorCheckbox label{
	cursor: pointer;
	position: relatice;
	width: 23px;
	height: 23px;
	top: 0;
    left: 0;
	background: #D3D3D3;
	margin-right:10px;
}
.graphiteColorCheckbox label{
	background:#30190A;
}

.greyColorCheckbox label:after,.graphiteColorCheckbox label:after {
	opacity: 0.0;
	content: '';
	position: absolute;
	width: 11px;
	height: 7px;
	background: transparent;
	top: 6px;
	left: 6px;
	border: 3px solid #fff;
	border-top: none;
	border-right: none;

	transform: rotate(-45deg);
}

.graphiteColorCheckbox label:after {
	opacity: 0.0;
}


.greyColorCheckbox label:hover::after {
	opacity: 1;
}
.graphiteColorCheckbox label:hover::after {
	opacity: 0.7;
}

.greyColorCheckbox input[type=radio]:checked + label:after,.graphiteColorCheckbox input[type=radio]:checked + label:after {
	opacity: 1;
}

.greyColorCheckbox span,.graphiteColorCheckbox span{
	vertical-align:top;
}

.colorPreviewImage{
	transform:0.5s;
	width:70%;
	margin:0 auto;
}

.extraCostsSpan{
	font-weight: 300;
    font-size: 14px;
}
.colorPreviewImage:hover{
	transform:scale(1.1);
	transition:0.5s;
}

#headerch {
    top: -80px;
    width: 100%;
    background-color: #f0f0f0;
    max-height: 80px;
    min-height: 80px;
    z-index: 999!important;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    opacity: 0.95;
    overflow: auto;
}

#headerup {
    position: fixed;
    top: -80px;
    width: 100%;
    background-color: #f0f0f0;
    max-height: 80px;
    min-height: 80px;
    z-index: 999!important;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    opacity: 0.95;
    overflow: hidden;
}

.downbutton {
    background: #eceaeb;
    color: #000000;
    border: none;
    display: inline-block;
    font-weight: bold;
    font-size: 1.2rem;
    overflow: hidden;
    padding: 7px 6em 7px 14px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: .1s all;
}

.downbutton:before {
    background: #565656;
    content: " ";
    height: 101%;
    position: absolute;
    right: -22px;
    top: 0;
    transition: .1s all;
    -webkit-transform: skewx(-55deg);
    -moz-transform: skewx(-55deg);
    -ms-transform: skewx(-55deg);
    -o-transform: skewx(-55deg);
    transform: skewx(-55deg);
    width: 6em;
}

.downbutton:after {
    color: #eceaeb;
    content: "›";
    font-size: 3rem;
    font-weight: normal;
    line-height: .8;
    margin-top: -1.5rem;
    position: absolute;
    right: .25em;
    top: 50%;
    transition: .1s all;
    z-index: 1;
}

.downbutton.orange:before {
    background: #E84F42;
}

.downbutton.orange:hover,
.button.orange:focus {
    background: #E84F42;
    color: #eceaeb;
}

.downbutton.orange:hover:before,
.button.orange:focus:before {
    background: #eceaeb;
}

.downbutton.orange:hover:after,
.button.orange:focus:after {
    color: #000000;
}

#wrapper {
    display: flex;
    flex-flow: column;
    min-height: 100%;
    background: #222222;
}

#product-header {
    background-size: cover;
    background: url("../img/products/product-head.jpg") no-repeat bottom left/100% auto;
    overflow: hidden;
    color: #fff;
}

#product-help {
    padding-bottom: 15px;
    padding-top: 75px;
}

#product-image {}

#product-name {
    line-height: 1.1;
    font-size: 3.0rem;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

#product-description {
    line-height: 1.1;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}

#product-order {
    padding-top: 30px;
    position: relative;
}

#product-order h2 {
    line-height: 1.1;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: 800;
}

.product-menu-div{
    width: 100%;
    background-color: #000;
    max-height: 80px;
    min-height: 80px;
    z-index: 999!important;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    opacity: 0.75;
    overflow: hidden;
    display:none;
}

.fixed { 
  position: fixed;
  top:0;
  z-index: 99;
}
.visible {
    display:block;
}

#product-menu{
    overflow: hidden;
    margin-bottom: 0px;
    list-style: none;
    float: right;
    padding:0 90px 0 0;
}
#product-menu a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0px!important;
}

#product-menu li {
    float: left;
    padding: 30px 0px 0 20px;
}


.headercontent {
    padding-top: 200px;
}

@media (max-width: 1000px) {
    .headercontent {
        padding-top: 5px;
    }
    #product-header {
        background: url("../img/products/product-head-alt.jpg") no-repeat bottom left/100% auto;
    }
}

.stopx {
    font-size: 80px;
}

.adstyle {
    border-style: solid;
    border-width: 1px;
    max-width: 960px;
    width: auto;
    height: 130px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.whitext {
    color: #f0f0f0!important;
}

.difbackground {
    background: #E84E41;
    color: #f0f0f0!important;
}

.3rem {
    font-size: 3rem;
    font-weight: 900;
}

.17rem {
    font-size: 1.7rem;
    font-weight: 900;
}

.uokvirentext {
    font-size: 2.2rem;
    border-style: solid;
}

#product-primary {
    background: url("../img/products/product-primary.png") no-repeat top right/120% auto;
    overflow: hidden;
    color: #fff;
}

.pad50 {
    padding-top: 50px;
}

.review-slika {
    text-align: center;
    padding: 0px 30px 30px 30px;
}

#product-secondary {}

.img-wrapper img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
}

.img-wrapper img:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -moz-transform: scale(1.2);
    /* Firefox */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
}

hr {
    border: 0;
    height: 3px;
    width: 90%;
    margin: 10px 0;
    background-color: #FD490B;
}

.pozadina-normal {
    /*background:url("http://www.virtuix.com/wp-content/uploads/2014/12/bg_stone_texture.jpg") no-repeat top left/100% auto;*/
    /*background-blend-mode: color-dodge, multiply, normal, normal;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(162, 239, 60, 0.25)), color-stop(6%, rgba(50, 187, 28, 0.48)), color-stop(20%, rgba(21, 78, 12, 1)), color-stop(30%, rgba(0, 0, 0, 1)), color-stop(70%, rgba(0, 0, 0, 1)), color-stop(80%, rgba(21, 78, 12, 1)), color-stop(94%, rgba(50, 187, 28, 0.48)), color-stop(100%, rgba(162, 239, 60, 0.25))), url("../img/products/background-products.jpg") no-repeat top left/100% auto;*/
    background-color: #161616;
}

@media (max-width: 850px) {
    .pozadina-normal {
        background: #050702;
    }
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.pad150 {
    padding-top: 150px;
}

.product-images {
    height: 250px;
    margin: 0 auto;
}

.shadowdown {
    border-bottom: solid 3px #FD490B;
    box-shadow: 0 10px 20px -10px black;
}

.shadowup {
    border-top: solid 3px #FD490B;
    box-shadow: 0 -10px 20px -10px black;
}

.quote {
    color: rgba(253, 73, 11, .9);
    text-align: center;
    margin-bottom: 30px;
}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: -12px;
}

#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #e84a64;
    border: none;
}

.textcenter {
    text-align: center;
}

.videoimage {
    position: relative;
    padding-top: 10px;
}

.watchitnow {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.72);
    border: solid 3px #FD490B;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
}

.watchitnow h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    color: #FFF;
    padding-top: 35px;
    opacity: .8;
}

.videoimage:hover .watchitnow {
    visibility: visible;
    opacity: 1;
}

.presentations {
    padding-bottom: 30px;
}

.videopadding {
    padding-top: 100px;
}

@media (max-height: 600px) {
    .videopadding {
        padding-top: 20px;
    }
}


/* PRODUCT TESTIMONIALS */


/* -------------------------------- 

Primary style

-------------------------------- */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* -------------------------------- 

Main components 

-------------------------------- */

.cd-testimonials-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 350px;
    background-color: #161616;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
}

.cd-testimonials-wrapper::after {
    /* quotation mark */
    content: '\201C';
    position: absolute;
    top: 45px;
    left: 0;
    width: 50px;
    height: 50px;
    padding-top: 8px;
    margin-left: 50px;
    font-family: "Georgia", serif;
    color: #ffffff;
    font-size: 70px;
    font-size: 4.375rem;
    text-align: center;
    /* visible on big devices only */
    display: none;
}

@media only screen and (min-width: 768px) {
    .cd-testimonials-wrapper {}
}

@media only screen and (max-width: 370px) {
    .cd-testimonials-wrapper {
        height: 350px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-testimonials-wrapper::after {
        /* quotation mark visible */
        display: block;
    }
}

.cd-testimonials {
    color: #ffffff;
    text-align: center;
}

.cd-testimonials::after {
    clear: both;
    content: "";
    display: table;
}

.cd-testimonials > li {
    position: absolute;
    opacity: 0;
    height: 300px;
    padding-top: 45px;
    text-align: center;
}

.cd-testimonials > li:first-child {
    position: relative;
    opacity: 1;
}

.cd-testimonials p {
    font-family: "Georgia", serif;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 1em;
    padding: 0 14px;
    margin-left: 20px;
    margin-right: 20px;
}

@media only screen and (min-width: 768px) {
    .cd-testimonials p {
        font-size: 22px;
        font-size: 1.375rem;
        margin-left: 200px;
        margin-right: 200px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-testimonials p {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.6;
    }
}

.cd-author img,
.cd-author .cd-author-info {
    display: inline-block;
    vertical-align: middle;
}

.cd-author .cd-author-info {
    text-align: left;
    line-height: 1.2;
}

.cd-author .cd-author-info li:first-child {
    font-size: 14px;
    font-size: 0.875rem;
}

.cd-author .cd-author-info li:last-child {
    font-size: 12px;
    font-size: 0.75rem;
    color: #6b6b70;
}

@media only screen and (min-width: 768px) {
    .cd-author img {
        width: 50px;
        height: 50px;
    }
    .cd-author .cd-author-info {
        line-height: 1.4;
    }
    .cd-author .cd-author-info li:first-child {
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-author .cd-author-info li:last-child {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.flex-direction-nav li {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
}

.flex-direction-nav li:first-child {
    left: 0;
}

.flex-direction-nav li:last-child {
    right: 0;
}

.flex-direction-nav li a {
    display: block;
    height: 100%;
    width: 100%;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.no-touch .flex-direction-nav li a:hover {
    background-color: #323234;
}

.flex-direction-nav li a::before,
.flex-direction-nav li a::after {
    /* left and right arrows in css only */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 13px;
    background-color: #ffffff;
}

.flex-direction-nav li a::before {
    -webkit-transform: translateY(-35px) rotate(45deg);
    -moz-transform: translateY(-35px) rotate(45deg);
    -ms-transform: translateY(-35px) rotate(45deg);
    -o-transform: translateY(-35px) rotate(45deg);
    transform: translateY(-35px) rotate(45deg);
}

.flex-direction-nav li a::after {
    -webkit-transform: translateY(-27px) rotate(-45deg);
    -moz-transform: translateY(-27px) rotate(-45deg);
    -ms-transform: translateY(-27px) rotate(-45deg);
    -o-transform: translateY(-27px) rotate(-45deg);
    transform: translateY(-27px) rotate(-45deg);
}

.flex-direction-nav li:last-child a::before {
    -webkit-transform: translateY(-35px) rotate(-45deg);
    -moz-transform: translateY(-35px) rotate(-45deg);
    -ms-transform: translateY(-35px) rotate(-45deg);
    -o-transform: translateY(-35px) rotate(-45deg);
    transform: translateY(-35px) rotate(-45deg);
}

.flex-direction-nav li:last-child a::after {
    -webkit-transform: translateY(-27px) rotate(45deg);
    -moz-transform: translateY(-27px) rotate(45deg);
    -ms-transform: translateY(-27px) rotate(45deg);
    -o-transform: translateY(-27px) rotate(45deg);
    transform: translateY(-27px) rotate(45deg);
}

@media only screen and (min-width: 768px) {
    .flex-direction-nav li {
        width: 50px;
    }
}

@media only screen and (min-width: 1170px) {
    .flex-direction-nav li a::before,
    .flex-direction-nav li a::after {
        background-color: #5e5e63;
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }
    .flex-direction-nav li a:hover::before,
    .flex-direction-nav li a:hover::after {
        background-color: #ffffff;
    }
}

.cd-see-all {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #222222;
    text-align: center;
    text-transform: uppercase;
    color: #6b6b70;
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-transition: color, 0.2s;
    -moz-transition: color, 0.2s;
    transition: color, 0.2s;
}

.no-touch .cd-see-all:hover {
    color: #79b6e4;
}

.cd-testimonials-all {
    position: relative;
    width: 100%;
    background-color: #161616;
    z-index: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    display: block;
}

.cd-testimonials-all .cd-testimonials-all-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
    width: 90%;
    max-width: 90%;
    margin: 4em auto;
}

.cd-testimonials-all .cd-testimonials-all-wrapper > ul::after {
    clear: both;
    content: "";
    display: table;
}

.cd-testimonials-all .cd-testimonials-item {
    margin-bottom: 2em;
    opacity: 1;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0) scale(0.4);
    -moz-transform: translate3d(0, 0, 0) scale(0.4);
    -ms-transform: translate3d(0, 0, 0) scale(0.4);
    -o-transform: translate3d(0, 0, 0) scale(0.4);
    transform: translate3d(0, 0, 0) scale(0.4);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
}

.cd-testimonials-all p {
    position: relative;
    background: #FD490B;
    color: #ffffff;
    padding: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    border-radius: 0.25em;
    margin-bottom: 1em;
    opacity: 0.8;
}

.cd-testimonials-all p::after {
    /* creating the triangle in css */
    content: '';
    position: absolute;
    top: 100%;
    left: 2em;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #FD490B;
}

.cd-testimonials-all .cd-author {
    text-align: left;
    margin-left: 1.5em;
}

.cd-testimonials-all .cd-author img {
    box-shadow: 0 0 0 transparent;
}

.cd-testimonials-all .cd-testimonials-item {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

@media only screen and (min-width: 768px) {
    .cd-testimonials-all .cd-testimonials-item {
        width: 46%;
        margin: 0 2% 3em;
    }
    .cd-testimonials-all .cd-author {
        margin-left: 1em;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-testimonials-all .cd-testimonials-item {
        width: 30%;
        margin: 0 1.6666% 3em;
    }
}

.close-btn {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 5%;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.close-btn::before,
.close-btn::after {
    /* close icon in css */
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 24px;
    top: 8px;
    left: 19px;
    background-color: #FD490B;
}

.close-btn::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-btn::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* PRODUCT TESTIMONIALS */

#owl-demo .item {
    display: block;
    background: #FD490B;
    color: #FFF;
    text-align: center;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    height: 86%;
    width: 40px;
    top: 0;
    margin: 0px;
    border-radius: 0px;
    background: #222;
    line-height: 225px;
    font-size: 30px;
    box-sizing: border-box;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}

.owl-pagination {
    box-shadow: 0 10px 20px -10px black;
}

.owl-wrapper {
    border-bottom: solid 3px #FD490B;
    box-shadow: 0 10px 20px -10px black;
}

.image-source-link {
    color: #FD490B;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

li.order-now {
    background-image: url("../img/products/order_now_btn.png") !important;
    height: 122px;
    width: 382px;
    display: inline;
    margin: 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -webkit-filter: none;
    filter: none;
    text-align: center;
}

li.order-now:hover {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
    color: #000000 !important;
}

li.order-now a {
    font-size: 1.7em;
    font-weight: 900;
    margin: 17px 10px 0 80px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.7);
    color: #232323 !important;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    height: 62px;
}

li.order-now a:hover {
    color: #000000 !important;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}

@media (max-width: 1399px) {
    li.order-now {
        width: 322px;
        height: 110px;
    }
}

@media (max-width: 1280px) {
    li.order-now {
        width: 307px;
    }
}

@media (max-width: 1050px) {
    li.order-now {
        width: 280px;
    }
    li.order-now a {
        font-size: 1em;
    }
}

@media (max-width: 1030px) {
    li.order-now {
        width: 214px;
    }
    li.order-now a {
        margin: 17px 10px 0 75px;
    }
}

@media (max-width: 1020px) {
    li.order-now {
        width: 180px;
    }
    li.order-now a {
        font-size: 1em!important;
    }
}
li.order-now-small {
    color:#fff;
}
li.order-now-small a {
    color:#fff!important;
}
li.order-now-small-black {
    color:#000;
}
li.order-now-small-black a {
    color:#000!important;
}
