/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #2C3E50;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;*/
    /*font-family: "open_sanslight";*/
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    /*font-weight: 700;*/
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #950095;
}

hr.star-light:after {
    color: #950095;
    /*background-color: #18bc9c;*/
    background-color: #ffffff;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    /*background: #18bc9c;*/
    background: #FFFFFF;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .banner-container {
    /*padding: 0px;*/
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 50px;
}

header .carousel-inner > .item > img,
header .carousel-inner > .item > a > img {
  line-height: 1;
  width: 100%;
  height: 700px;
}


header .carousel-inner > .item > .item-base {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    position: relative;
    width: 100%;
    height: 600px;
}

header .carousel-inner > .item > .item1 {
    background-image: url(../img/projects/fortitude_valley/1.jpeg);
}

header .carousel-inner > .item > .item2 {
    background-image: url(../img/projects/fortitude_valley/2.jpeg);
}

header .carousel-inner > .item > .item3 {
    background-image: url(../img/projects/fortitude_valley/3.jpeg);
}

header .carousel-inner > .item > .item4 {
    background-image: url(../img/projects/fortitude_valley/4.jpeg);
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text {
    padding-top: 400px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
    color: #D4171E;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
    color: #D4171E;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text {
        padding-top: 600px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}


nav .container {
    width: 100%;
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 5px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 0px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-size: 13px;
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    /*font-weight: 700;*/
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 0px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

/* navbar link colour */
/* top border is same as entire navbar background */
.navbar-default .navbar-nav > li > a {
  color: #B6B8BA;
  border-top: 5px solid #34393E;
}

/* entire navbar background */
.navbar-default,
.navbar-inverse {
    border: 0;
    background-color: #34393E;
}

.navbar-default .navbar-text {
  color: #FFFFFF;
}

.navbar-logo {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* this is active when mouse over */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  border-top: 5px solid #f26e50;
  color: #B6B8BA;
  background-color: #494d52;
}

/* this is active when scrolling the page */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #B6B8BA;
  background-color: #5A5E62;
}

section {
    padding-top: 120px;
}

section.first {
    /*top-margin: 650px;*/
    padding-top: 10px;
    /*padding: 0px 0;*/
}

section h2 {
    /*margin: 0;*/
    /*font-size: 3em;*/
    margin: 0px;
    padding: 0px 0px 30px;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
}

section .osLight {
    /*font-family: "open_sanslight";*/
}

section.success {
    color: #D4171E;
    background: #ffffff;
    /*background: #18bc9c;*/
}

@media(max-width:767px) {
    section {
        padding-top: 100px;
    }

    section.first {
        padding-top: 10px;
    }
}

#services .services-heading {
    color: #343A3B;
    padding-bottom: 20px;
}

#services .services-item {
    right: 0;
    margin: 0 0 15px;
}

#services .services-item .services-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#services .services-item .services-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#services .services-item .services-link .caption:hover {
    opacity: 1;
}

#services .services-item .services-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#services .services-item .services-link .caption .caption-content i {
    margin-top: -12px;
}

#services .services-item .services-link .caption .caption-content h3,
#services .services-item .services-link .caption .caption-content h4 {
    margin: 0;
}


@media(min-width:767px) {
    #services .services-item {
        margin: 0 0 30px;
    }
}


/* projects section */

#projects .projects-heading {
    color: #343A3B;
    padding-bottom: 20px;
}

#projects .projects-item {
    right: 0;
    margin: 0 0 15px;
}

#projects .projects-item .projects-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#projects .projects-item .projects-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#projects .projects-item .projects-link .caption:hover {
    opacity: 1;
}

#projects .projects-item .projects-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#projects .projects-item .projects-link .caption .caption-content i {
    margin-top: -12px;
}

#projects .projects-item .projects-link .caption .caption-content h3,
#projects .projects-item .projects-link .caption .caption-content h4 {
    margin: 0;
}

/*#projects * {*/
    /*z-index: 2;*/
/*}*/

.modal-body img {
    width: 100%;
}

@media(min-width:767px) {
    #projects .projects-item {
        margin: 0 0 30px;
    }

}


/*---------------*/
/***** Bubba *****/
/*---------------*/
#projects figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px;
    min-width: 100%;
    max-width: 100%;
    max-height: 360px;
    width: 48%;
    background: #AAAAAA;
    text-align: center;
    cursor: pointer;
}
#projects figure figcaption, figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#projects figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


#projects figure.effect-bubba { 
}

#projects figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

#projects figure.effect-bubba:hover img {
    opacity: 0.4;
}

#projects figure.effect-bubba figcaption::before,
#projects figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

#projects figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

#projects figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

#projects figure.effect-bubba h2 {
    font-size:20px;
    padding-top: 30%;
    color:#fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity: 0;
}

#projects figure.effect-bubba a {
    top: 30%;
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    color:#fff !important;
    font-size:14px;
    z-index:100;
} 

#projects figure.effect-bubba:hover figcaption::before,
#projects figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#projects figure.effect-bubba:hover h2,
#projects figure.effect-bubba:hover a {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/* end projects section*/

/* start of profiles (agenst) section */

#ouragents a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #2C3E50;
    text-decoration: none;
}

#ouragents .btn-black {
    background-color: #333;
    color: #fff;
}
#ouragents .btn-o.btn-black {
    background-color: transparent;
    color: #333;
    border-color: #333;
}
#ouragents .btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
    background-color: #000;
    color: #fff;
}
#ouragents .btn-o.btn-black:hover,
.btn-o.btn-black:focus,
.btn-o.btn-black:active,
.btn-o.btn-black.active,
.open > .dropdown-toggle.btn-o.btn-black {
    background-color: #000;
    color: #fff;
}

#ouragents .btn-facebook {
    background-color: #43609c;
    color: #fff;
}

#ouragents .btn-o.btn-facebook {
    background-color: transparent;
    color: #43609c;
    border-color: #43609c;
}

#ouragents .btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
    background-color: #395285;
    color: #fff;
}

#ouragents .btn-o.btn-facebook:hover,
.btn-o.btn-facebook:focus,
.btn-o.btn-facebook:active,
.btn-o.btn-facebook.active,
.open > .dropdown-toggle.btn-o.btn-facebook {
    background-color: #43609c;
    color: #fff;
}

#ouragents .btn-twitter {
    background-color: #55acee;
    color: #fff;
}

#ouragents .btn-o.btn-twitter {
    background-color: transparent;
    color: #55acee;
    border-color: #55acee;
}

#ouragents .btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
    background-color: #4993cc;
    color: #fff;
}
#ouragents .btn-o.btn-twitter:hover,
.btn-o.btn-twitter:focus,
.btn-o.btn-twitter:active,
.btn-o.btn-twitter.active,
.open > .dropdown-toggle.btn-o.btn-twitter {
    background-color: #55acee;
    color: #fff;
}


#ouragents .btn-google {
    background-color: #dd4b39;
    color: #fff;
}

#ouragents .btn-o.btn-google {
    background-color: transparent;
    color: #dd4b39;
    border-color: #dd4b39;
}

#ouragents 
.btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
    background-color: #c44433;
    color: #fff;
}

#ouragents
.btn-o.btn-google:hover,
.btn-o.btn-google:focus,
.btn-o.btn-google:active,
.btn-o.btn-google.active,
.open > .dropdown-toggle.btn-o.btn-google {
    background-color: #dd4b39;
    color: #fff;
}


#ouragents .btn-icon.btn-lg {
    width: 41px;
}

#ouragents .btn-icon.btn-sm {
    width: 31px;
}

#ouragents .btn-icon.btn-xs {
    width: 22px;
}

#ouragents .btn-icon.btn-round {
    border-radius: 50%;
}

#ouragents .btn > .state, .btn.active > .state-active {
    display: inline-block;
}

#ouragents .btn.active > .state, .btn > .state-active {
    display: none;
}

#ouragents .agent {
    text-align: center;
    margin-bottom: 20px;
}

#ouragents .agent-avatar {
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

#ouragents .agent-avatar img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

#ouragents .agent-avatar .ring {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #fff;
    opacity: 0.50;
    display: none;
}

#ouragents .agent-avatar .ring {
    display: block;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

#ouragents .agent-avatar:hover .ring {
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* end of profiles section*/

#contact .contact-heading {

}

#contact p {
    font-size: 15px;
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #D4171E;
    /*color: #18bc9c;*/
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;

    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #B6B8BA;
}

footer .map_icon {
    font-size: 42px;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

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

.btn-send {
    color: #FFF;
    background-color: #3AA1BE;
    border-color: #3AA1BE;
}

.btn-send:hover,
.btn-send:focus,
.btn-send.focus,
.btn-send:active,
.btn-send.active,
.open > .dropdown-toggle.btn-send {
    color: #FFF;
    background-color: #24282B;
    border-color: #24282B;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

