/*see index2.php - my attempt to find a workaround for alignable icon*/ 
.fa-alignable:before {
    content: url("/images/SVG/test.svg");
}


body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 25px;
}

a {
    color: #F65F14;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

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

.light {
    font-weight: 400;
}

.content-section {
    padding: 50px 0;
}

/* intro */
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 10px 0 20px 0;
    text-align: center;
    color: #fff;
    background: url(../img/horizonintro.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.intro-body {
    display: table-cell;
    vertical-align: middle;
}


.brand-heading {
    color:#f9ebe7;
    text-shadow: none;
    background: rgba(0,0,0,.2);
    font-size: 48px;
    padding: 20px 0;
}

.brand-heading span {
    font-weight:300;
}

.intro-text {
    color: #f9ebe7;
    font-size: 18px;
}

.mini-text {
    color: #000000;
    font-size: 11px;
    line-height: 1.3;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

/* Animations */

.delay1 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.delay2 {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

.delay25 {
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}

.delay3 {
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/* end Animations */

.btn {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #28c3ab;
    color: #000000;
    background-color: #28c3ab;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #2773a5;
    outline: 0;
    color: #fff;
    background-color: #2773a5;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

::-moz-selection {
    color:#000;
    text-shadow: none;
    background: #FF8040;
    background: rgba(255,128,64,.5);
}

::selection {
    color:#000;
    text-shadow: none;
    background: #FF8040;
    background: rgba(255,128,64,.5);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/* make the well swell */
.well {
    border-color:#c9c9c9;
}


.post h4 {
    margin-bottom: 9px;
}

.post h4 a {
    color: #333;
}

.post img.image {
    max-width: 100%;
    margin-top: 9px;
}

.info {
    padding:4px;
    background-color: #495840;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.post {
    margin-bottom: 30px;
}

/* skills section */

#skills {
    background-color: #f9f9f9;
}

.progress {
    margin-bottom: 20px;
    height: 40px;
    border-radius:0;
}

.h2-color h2 {
    color: #FF8040;
}


/* Features Section */

#features {
    background-color: #000;
}

#features h2,
#features h3 {
    color: #fff;
}

#features p {
    color: #ccc;
}

.icon {
    color: #FF8040;
    font-size:30px;
    padding-bottom: 20px;
}

/* info section */

.lead {
    color: #3A3A3A !important;
}

#info p {
    color: #666666;
}

#info h2 {
    color: #FF8040;
}

/* staff Section */

#staff {
    background-color: #ffffff;
}

#staff h2 {
    color: #FF8040;
}

.thumbnail {
    border: none;
    background-color: transparent !important;
}

.quote {
    position: relative;
}

.quote-source {
    position: relative;
    color: #FF8040;
    line-height: 1.6;
    font-style: italic;
}

/*replace the content value with the
corresponding value from the list below*/

.quote:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #BFBFBF;
    font-size: 60px;
    padding-right: 0.5em;
    position: absolute;
    top: -35px;
    left: -80px;
}

.quote:after{
    content: "\f10e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #BFBFBF;
    font-size: 60px;
    padding-right: 0.5em;
    position: absolute;
    top: -35px;
    right: -110px;
}

.caption h5 {
    margin: 0;
    color: #000; 
}

/* Seperators */

.bar {
    border-bottom: 1px solid #e3e3e3;
    display: inline-block;
    width: 170px;
    margin-bottom: 35px;
    margin-top: 0;
}

.bar-dark {
    border-bottom: 1px solid #808080;
    display: inline-block;
    width: 170px;
    margin-bottom: 35px;
    margin-top: 0;
}

.service-spacer {
    margin-bottom: 40px;
}

.arrow-black {
    color: #000;
    position:relative;
    top: -12px;
    font-size: 31px;
    background-color: transparent;
}

.arrow-white {
    color: #fff;
    position:relative;
    top: 19px;
    font-size: 31px;
    background-color: transparent;
}

.arrow-grey {
    color: #f9f9f9;
    position:relative;
    top: -12px;
    font-size: 31px;
    background-color: transparent;
}

.arrow-dark {
    color: #131722;
    position:relative;
    top: -12px;
    font-size: 31px;
    background-color: transparent;
}


/* Newsletter */

.newsletter {
    width: 100%;
    color: #2A2A2A;
    background: url(../img/newsletter-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 50px 0;
}

.input-btn {
    background: #F65F14;
    color: #FFF;
    padding: 12px;
    border:none;
    font-size: 18px !important;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-transform: none !important;
    -webkit-transition: background-color .2s linear, color .2s linear;
    -moz-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    -ms-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
}

.input-btn:hover {
    background: #FF8040;
    color: #fff;
    border:none;
}

.btn:focus {
    background: #FF8040 !important;
    color: #fff !important;
    border:none !important;
    outline-offset: 0 !important;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
    border-radius: 0;
}

/* Share */
#share {
    padding-bottom: 100px;
    text-align: center;
}
#share h2 {
    color: #FF8040;
    margin-top: 0 !important;
}

#share a {
    color: #fff;
    background: #282828;
    width: 100px;
    height: 80px;
    line-height: 100px;
    display: inline-block;
    font-size: 35px;
}

#share a:hover {
    color: #FF8040;
    
}
.social {
    margin-top: 40px;
}

.social-spacer {
    margin-bottom:5px;
}

/* Footer */

#footer {
    text-align: center;
    background: #000;
    font-weight: bold;
    padding: 50px 0 20px 0;
}

#footer p {
    color: #D1D1D1;
    font-size: 13px;
}

/*hide reCaptcha v3 badge */
.grecaptcha-badge { opacity:0;}


/* Media query */

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(min-width:767px) {
    
    .intro {
        height: 100%;
        padding: 0;
    }
    
    .brand-heading {
        font-size: 100px;
    }
    
    .intro-text {
        font-size: 25px;
    }
    
    .content-section {
        padding: 100px 0;
    }
    
    .about-section {
    }
    
    .newsletter{
        padding: 100px 0;
    }
    
    #map {
        height: 400px;
        margin-top: 250px;
    }
    
    #share {
        padding-bottom: 100px;
        text-align: center;
    }
    
    #footer {
        text-align: center;
        background: #000;
        font-weight: bold;
        padding: 50px 0 20px 0;
    }
    
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    
    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }
    
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
    
    p {
        margin: 0 0 35px;
        font-size: 14px;
        line-height: 25px;
        font-weight: normal;
    }
    
}


@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    
    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}
/* end Media Query */