/* @imports
--------------*/
/*(@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');

/* @font-faces
--------------*/

/* @general styles
-----------------*/
body {
    background-color: #f6f6f6;
    font-family: '', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: black;
    line-height: 20px;
    overflow-x: hidden
}

a {
    color: #00aeef;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #e60879;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 10px 0
}

strong,
label,
dt {
    font-weight: 700;
}

dd {
    margin-bottom: 15px
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 20px 0;
    font-weight: 700;
}

h1 { font-size: 30px }
h2 { font-size: 25px }
h3 { font-size: 22px }
h4 { font-size: 17px }
h5 { font-size: 16px }

header,
main,
footer,
section,
.wrap {
    width: 100%;
    margin:  0;
    padding: 0;
}

.no-gutter {
    margin: 0;
    padding: 0
}

ul.no-gutter {
    list-style: none
}

ul.no-left-gutter,
ol.no-left-gutter {
    padding-left: 17px
}

.ease {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn {
    background-color: #00aeef;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    color: white
}


.btn:hover {
    background-color: #e60879;
    color: white
}

.btn-mini {
    font-size: 9px;    
}

.spacer10 {
    height: 10px
}

.spacer20 {
    height: 20px
}

.spacer30 {
    height: 30px
}

.spacer40 {
    height: 40px
}

.spacer50 {
    height: 50px
}

.spacer100 {
    height: 100px
}

#schema {
    display: none
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.align-left {
    float: left
}

.align-right {
    float: right
}

.align-center,
.divider {
    margin: 0 auto
}

.thumb {
    width: 100%
}

.hide {
    filter: alpha(opacity=0);
    opacity: 0;
}

.l-icon {
    padding-left: 40px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: left top 4px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.overlay .content {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 100%
}

.helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;    
}




/* -- HEADER -- */
#header {
    text-align: center
}

.logo {
    margin: 20px auto;
    max-width: 180px;
    padding-bottom: 10px
}

.tagline {
    margin-bottom: 10px
}

#navigation .nav > li > a {
    
}

#navigation .nav > li > a:hover,
#navigation .nav > li > a:focus,
#navigation .nav > li.active > a {
}





/* -- FORMS -- */

.form-group {
    margin-bottom: 0
}

.upload-wrap {
    border: 2px dashed #ccc;
    border-radius: 4px;
    padding: 20px 40px;
    margin-bottom: 10px;
}

.upload-wrap label {
    text-align: left
}

.upload-wrap > div {
    margin-bottom: 20px
}

.upload-wrap > p {
    margin-bottom: 10px
}

.upload-wrap .btn-danger {
    position: relative;
    top: -2px;
    text-transform: none !important;
    
}

.add-file {
    text-transform: uppercase;
    font-weight: 600
}

.wpcf7-file {
    display: inline-block !important
}

.wpcf7-response-output {
    margin-top: 30px
}

.screen-reader-response {
    display: none
}


/* -- CONTENT -- */

.fact-wrap {
    border-radius: 5px;
    background-color: #e8e8e8;
}

/*.fact-wrap:hover {
    background-color: #ccc;
}*/


.fact {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 30px
}

.fact small {    
    font-size: 14px;
    font-weight: 800;
}

#get-started {
    position: relative;
    padding-top: 30px;
    top: -30px;
    opacity: 0;
    height: 0;
    transition: opacity 0.8s ease, top 0.5s ease, height 0.8s ease;
    overflow: hidden
}

#get-started.view {
    opacity: 1;
    height: auto;
    top: 0
}

.get-started {
    display: block;
    width: 100%;
    background-color: #00aeef;
    border-radius: 5px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff
}

.get-started h1 small {
    color: #fff
}
.get-started:hover {
    background-color: #e60879;
}

.get-started:active,
.get-started:focus,
.get-started:hover {
    color: #fff
}

#testimonials .carousel {
    padding: 30px 0 50px
}

#testimonials .carousel .item {
    padding: 20px 0
}

#testimonials .client {
    margin: 20px auto 10px auto;
    border: 2px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;    
    max-height: 60px;
    max-width: 60px;
    
}





#error {
    margin: 100px 0
}

#error h1 {
    color: #c33
}





/* -- FOOTER -- */

#footer {
    background-color: #000;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    color: white
}

#footer a {
    /*color: #e1d626*/
}



/* @media queries
-----------------*/
@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/
}

@media (max-width: 767px) {
    .printed,
    .clients {
        margin-bottom: 30px
    }
}

@media (max-width: 480px) {
}
