.btn-primary {
    background-color: #00cfdc;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #ffffff;
    color: #00cfdc;
}

section.image-background {
    background:url(../media/image-backgrounds/contentbg.jpg) no-repeat;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-o-background-size:cover; background-attachment:fixed
}

section.grey {
    background: #EFEFEF;
}


section.white {
    background: #FFFFFF;
}


section.image-background {
    background:url(../media/image-backgrounds/contentbg.jpg) no-repeat;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-o-background-size:cover; background-attachment:fixed;
}

.dark-box > h2.accent {
    font-size:28px;
}

h2.accent a, h2.accent a:link {
    color: #00cfdc;
}

body {
    font-size: 15px!important;
}
/**
 *
 */
section.padding-10{
    padding-top:10px;
    padding-bottom:10px;
}

.black {
    color: #000000!important;
}

.img-grey:hover {
    filter: grayscale(0%) !important;
    -webkit-filter: grayscale(0);
    transition-delay: 20ms;
}

.img-grey {
    -webkit-filter: grayscale(1);
    filter: grayscale(100%) !important;
}

.padding-left-right-10 {
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.padding-left-right-20 {
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.padding-left-right-30 {
    padding-left: 30px!important;
    padding-right: 30px!important;
}

.padding-left-right-40 {
    padding-left: 40px!important;
    padding-right: 40px!important;
}


.margin-top-0 {
    margin-top: 0px;
}
.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}


.margin-bottom-0 {
    margin-bottom: 0px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}


.margin-top-bottom-0 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.margin-top-bottom-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.margin-top-bottom-20 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.margin-top-bottom-30 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.margin-top-bottom-40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.align-right {
    text-align:right;
}

.btn-main-ghost-black {
    background: transparent;
    color: #000000;
    border:  2px solid #000000!important;
    /* CSS Transition */
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -ms-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}

.btn-main-ghost-white {
    background: transparent;
    color: #FFFFFF;
    border:  2px solid #FFFFFF!important;
    /* CSS Transition */
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -ms-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}

.collapsing {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    visibility: hidden;
}

.collapse.show {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
    visibility: visible;
}


@media screen and (min-width: 1920px) {
    body {
        background-image: url(/assets/efecs/media/image-backgrounds/pattern-left.jpg), url(/assets/efecs/media/image-backgrounds/pattern-right.jpg);
        background-position: left top, right top ;
        background-size: 30% auto, 30% auto;
        background-repeat: repeat-y, repeat-y;
    }
}

span.counter {
    font-size: 42px;
    line-height: 48px;
}

.counters {
    color: #fff;
    padding: 15px 0 10px;
    border: solid 1px #555;
    text-align: center;
}

