/*!
 * 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.
 */

/* CBA */

a.btn:hover, a.btn:link, a.btn:visited, a.btn:active {color:#fff!important;}

a.portfolio-link:link, a.portfolio-link:hover, a.portfolio-link:active, a.portfolio-link:visited {
color:#333!important;
}

.floating-label-form-group label {
display:none!important;
}

.about_img {
max-width:390px;
width:100%;
margin-bottom: 50px;
}

.navbar-brand>img {
max-width: 85%!important;
margin-top: 5px;
}

p {

font-size: 16px!important;

}

.perspective {
  perspective: 4000;
  -webkit-perspective: 4000;
}


a:hover, a:focus, a:active, a.active {
  color: #F6A208!important;
}

section {
  position: relative!important;
}

#about:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: '';
  width: 50%;
  padding-top: 4%;
  background: #fff;
  -ms-transform: skew(0, 4.5deg) translate(0, -50%);
  -webkit-transform: skew(0, 4.5deg) translate(0, -50%);
  -moz-transform: skew(0, 4.5deg) translate(0, -50%);
  -o-transform: skew(0, 4.5deg) translate(0, -50%);
  transform: skew(0, 4.5deg) translate(0, -50%);
}

#about:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 50%;
  padding-top: 4%;
  background: #fff;
  -ms-transform: skew(0, -4.5deg) translate(0, -50%);
  -webkit-transform: skew(0, -4.5deg) translate(0, -50%);
  -moz-transform: skew(0, -4.5deg) translate(0, -50%);
  -o-transform: skew(0, -4.5deg) translate(0, -50%);
  transform: skew(0, -4.5deg) translate(0, -50%);
}

#portfolio:before {
position: absolute;
  top: 0px;
  left: 0;
  content: '';
  width: 50%;
  padding-top: 4%;
  background: #fff;
  -ms-transform: skew(0, -4.5deg) translate(0, -50%);
  -webkit-transform: skew(0, -4.5deg) translate(0, -50%);
  -moz-transform: skew(0, -4.5deg) translate(0, -50%);
  -o-transform: skew(0, -4.5deg) translate(0, -50%);
  transform: skew(0, -4.5deg) translate(0, -50%);
}

#portfolio:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 50%;
  padding-top: 4%;
  background: #fff;
  -ms-transform: skew(0, 4.5deg) translate(0, -50%);
  -webkit-transform: skew(0, 4.5deg) translate(0, -50%);
  -moz-transform: skew(0, 4.5deg) translate(0, -50%);
  -o-transform: skew(0, 4.5deg) translate(0, -50%);
  transform: skew(0, 4.5deg) translate(0, -50%);
}

#services:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: '';
  width: 50%;
  padding-top: 4%;
  background: #fff;
  -ms-transform: skew(0, 4.5deg) translate(0, -50%);
  -webkit-transform: skew(0, 4.5deg) translate(0, -50%);
  -moz-transform: skew(0, 4.5deg) translate(0, -50%);
  -o-transform: skew(0, 4.5deg) translate(0, -50%);
  transform: skew(0, 4.5deg) translate(0, -50%);
}

#services:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 50%;
  padding-top: 4%;
  background: #fff;
  -ms-transform: skew(0, -4.5deg) translate(0, -50%);
  -webkit-transform: skew(0, -4.5deg) translate(0, -50%);
  -moz-transform: skew(0, -4.5deg) translate(0, -50%);
  -o-transform: skew(0, -4.5deg) translate(0, -50%);
  transform: skew(0, -4.5deg) translate(0, -50%);
}

#contact:before {
position: absolute;
  top: 0px;
  left: 0;
  content: '';
  width: 50%;
  padding-top: 4%;
  background: #fff;
  -ms-transform: skew(0, -4.5deg) translate(0, -50%);
  -webkit-transform: skew(0, -4.5deg) translate(0, -50%);
  -moz-transform: skew(0, -4.5deg) translate(0, -50%);
  -o-transform: skew(0, -4.5deg) translate(0, -50%);
  transform: skew(0, -4.5deg) translate(0, -50%);
}

#contact:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 50%;
  padding-top: 4%;
  background: #fff;
  -ms-transform: skew(0, 4.5deg) translate(0, -50%);
  -webkit-transform: skew(0, 4.5deg) translate(0, -50%);
  -moz-transform: skew(0, 4.5deg) translate(0, -50%);
  -o-transform: skew(0, 4.5deg) translate(0, -50%);
  transform: skew(0, 4.5deg) translate(0, -50%);
}

.btn_next:after {
  width: 226px;
  height: 226px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  position: absolute;
  top: 50%;
  left: 56%;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
  background: #fff;
}

.star-primary {
visibility:hidden!important;
}

.btn_next {
  /* bottom: 64px!important; */
}

.btn_next {
  position: absolute;
  left: 50%;
  bottom: 64px;
  width: 88px;
  line-height: 84px;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  text-align: center;
  z-index: 30;
  font-size: 35px;
}

#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(246,162,8,.9)!important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #333!important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #F6A208!important;
}

.navbar-default .navbar-toggle {
  border-color:  #F6A208!important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #ffffff!important;
  background-color: #F9B32F!important;
  box-shadow: 0px 4px 0px 0px #F6A208;
  border-radius: 6px;
}

a.portfolio-link:hover, a.portfolio-link:visited, a.portfolio-link:active, a.portfolio-link {
text-decoration:none!important;
}

footer .footer-above {
  background-color: #333!important;
}

.btn-success {
  background: transparent!important;
  border: 1px solid #fff!important;
  border-radius: 0px!important;
}

form .row:first-child .floating-label-form-group {
  border-top: 0px!important;
}

.floating-label-form-group {
  padding-bottom: 0px!important;
}

.form-control {
height:auto!important;
}

.floating-label-form-group input, .floating-label-form-group textarea {
  padding: 15px!important;
  border: 1px solid #fff!important;
}

.floating-label-form-group {
  border-bottom: 0px!important;
}

::-webkit-input-placeholder {
   color: #fff!important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff!important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff!important;
}

:-ms-input-placeholder {
   color: #fff!important;
}

.navbar-brand {
  height: 68px!important;
}

.navbar-brand {
  padding: 0px 15px!important;
}


.navbar-default {
  background-color: #fff!important;
}

.navbar-default .navbar-nav>li>a {
  color: #333!important;
}

.success2 {
background:#F6A208!important;
}



/* End CBA */

body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

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


h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    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: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

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: #F6A208;
}

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

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

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

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

@media(min-width:1200px) {

/* Header Icons */

.header_bg {
background:#F6A208 url(../img/bg_desktop.png) center center no-repeat!important;
}

.search_icon {
  margin: 0px 314px;
  position: absolute;
}

.cart_icon {
    margin: 70px 230px;
  position: absolute;
}

.browser_icon {
      margin: 150px 206px;
  position: absolute;
}

.iphone_icon {
    margin: 235px 95px;
  position: absolute;
}

.lock_icon {
  margin: 295px 24px;
  position: absolute;
}


.credit_card_icon {
  margin: 330px 175px;
  position: absolute;
}

.wallet_icon {
    margin: 380px 175px;
  position: absolute;
}

.gift_icon {
  margin: 340px 243px;
  position: absolute;
}

.map_icon {
    margin: 30px 0px 0px 745px;
  position: absolute;
}

.monitor_icon {
  margin: 71px 0px 0px 920px;
  position: absolute;
}

.truck_icon {
   margin: 230px 0px 0px 850px;
  position: absolute;
}

.email_icon {
margin: 380px 0px 0px 720px;
  position: absolute;
}

.clock_icon {
  margin: 370px 0px 0px 858px;
  position: absolute;
}

/* End Header Icons */

}


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

.header_bg {
background:#F6A208 url(../img/bg_desktop.png) center center no-repeat!important;
}

/* Header Icons */

.search_icon {
  margin: 0px 213px;
  position: absolute;
}

.cart_icon {
   margin: 70px 130px;
  position: absolute;
}

.browser_icon {
  margin: 150px 100px;
  position: absolute;
}

.iphone_icon {
  margin: 235px 0px;
  position: absolute;
}

.lock_icon {
 /*  margin: 295px 24px;
  position: absolute; */
  display:none;
}


.credit_card_icon {
  margin: 330px 80px;
  position: absolute;
}

.wallet_icon {
    margin: 380px 80px;
  position: absolute;
}

.gift_icon {
  margin: 340px 142px;
  position: absolute;
}

.map_icon {
  margin: 30px 0px 0px 652px;
  position: absolute;
}

.monitor_icon {
   margin: 71px 0px 0px 825px;
  position: absolute;
}

.truck_icon {
  margin: 230px 0px 0px 750px;
  position: absolute;
}

.email_icon {
  margin: 380px 0px 0px 605px;
  position: absolute;
}

.clock_icon {
    margin: 370px 0px 0px 750px;
  position: absolute;
}

/* End Header Icons */

}


@media only screen and (min-width: 768px) and (max-width: 991px) {

.header_bg {
background:#F6A208 url(../img/bg_desktop_768.png) center center no-repeat!important;
}

/* Header Icons */

.tablet_center img {
width: 188px;
}

.search_icon {
  margin: 0px 196px;
  position: absolute;
}

.search_icon img {
	width: 54px;
}

.cart_icon {
  margin: 50px 142px;
  position: absolute;
}

.cart_icon img {
	width: 38px;
}

.browser_icon {
  margin: 100px 125px;
  position: absolute;
}

.browser_icon img {
	width: 71px;
}

.iphone_icon {
  margin: 150px 56px;
  position: absolute;
}

.iphone_icon img {
	width: 43px;
}

.lock_icon {
  margin: 185px 8px;
  position: absolute;

}

.lock_icon img {
	width: 25px;
}


.credit_card_icon {
  margin: 210px 108px;
  position: absolute;
}

.credit_card_icon img {
	width: 36px;
}

.wallet_icon {
  margin: 242px 108px;
  position: absolute;
}

.wallet_icon img {
	width: 35px;
}


.gift_icon {
  margin: 215px 152px;
  position: absolute;
}

.gift_icon img {
	width: 52px;
}


.map_icon {
  margin: 18px 0px 0px 480px;
  position: absolute;
}

.map_icon img {
	width: 82px;
}

.monitor_icon {
   margin: 45px 0px 0px 588px;
  position: absolute;
}

.monitor_icon img {
	width: 56px;
}

.truck_icon {
    margin: 146px 0px 0px 540px;
  position: absolute;
}

.truck_icon img {
	width: 104px;
}

.email_icon {
  margin: 240px 0px 0px 460px;
  position: absolute;
}

.email_icon img {
	width: 48px;
}

.clock_icon {
  margin: 240px 0px 0px 540px;
  position: absolute;
}

.clock_icon img {
	width: 41px;
}

/* End Header Icons */

}

@media only screen and (max-width: 767px) {

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  box-shadow: 0px px 0px 0px!important;
  border-radius: 0px!important;
}

.header_bg {
background:#F6A208 url(../img/bg_mobile.png) center center no-repeat!important;
}

.mobile_con {
 height:780px;
   max-width: 320px;
}

/* Header Icons */

.tablet_center img {
width: 188px;
}

.tablet_center {
/* display:none; */
  padding-top: 198px;
}

.search_icon {
  margin: 115px 0px 0px 195px;
  position: absolute;
     -moz-transform: rotate(90.0deg);  /* FF3.5+ */
       -o-transform: rotate(90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(90.0deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.166);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.166)"; /* IE8 */
}

.search_icon img {
	width: 54px;
}

.cart_icon {
  margin: 55px 0px 0px 250px;
  position: absolute;
}

.cart_icon img {
	width: 38px;
}

.browser_icon {
  margin: 40px 0px 0px 140px;
  position: absolute;
}

.browser_icon img {
	width: 71px;
}

.iphone_icon {
  margin: -65px 79px;
  position: absolute;
}

.iphone_icon img {
	width: 43px;
}

.lock_icon {
  margin: -32px -10px;
  position: absolute;

}

.lock_icon img {
	width: 25px;
}


.credit_card_icon {
  margin: 60px 0px 0px 18px;
  position: absolute;
}

.credit_card_icon img {
	width: 36px;
}

.wallet_icon {
  margin: 95px 0px 0px 18px;
  position: absolute;
}

.wallet_icon img {
	width: 35px;
}


.gift_icon {
  margin: 65px 0px 0px 67px;
  position: absolute;
}

.gift_icon img {
	width: 52px;
}


.map_icon {
  margin: 470px 0px 0px 169px;
  position: absolute;
}

.map_icon img {
	width: 82px;
}

.monitor_icon {
  margin: 572px 0px 0px 170px;
  position: absolute;
}

.monitor_icon img {
	width: 56px;
}

.truck_icon {
  margin: 553px 0px 0px 30px;
  position: absolute;
}

.truck_icon img {
	width: 104px;
}

.email_icon {
  margin: 460px 0px 0px 0px;
  position: absolute;
}

.email_icon img {
	width: 48px;
}

.clock_icon {
  margin: 540px 0px 0px -20px;
  position: absolute;
}

.clock_icon img {
	width: 41px;
}

/* End Header Icons */

}


@media(min-width:768px) {

.navbar-nav>li>a {
  padding: 10px 15px 8px 15px!important;
  margin-top: 10px!important;
}

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

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

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

@media(min-width:768px) {
    .navbar-fixed-top {
        /* padding: 25px 0; */
		 padding: 0px 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: 10px 0; */
         padding: 0px 0;
    }

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

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

.navbar a:focus {
    outline: 0;
}

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

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

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #333;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

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

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

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

#portfolio .portfolio-item .portfolio-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;
}

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

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

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

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

#portfolio * {
    z-index: 2;
}

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

.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: #18bc9c;
    background: #fff;
}

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

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.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 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;
}

.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;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
