.container{
    width: 95%;
}

.btn-primary:active,
.btn-xl:active {
    background-image: none
}

body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    webkit-tap-highlight-color: #0CABE5
}

.btn-primary,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

.text-muted {
    color: #777;
    font-size: 16px
}

.text-primary,
a,
a.focus,
a:active,
a:hover {
    color: #0CABE5
}

p {
    font-size: 14px;
    line-height: 1.75
}

p.large {
    font-size: 16px
}

.btn-xl,
.navbar-default .nav li a {
    font-size: 13px;
    /* text-transform: uppercase; */
}

a,
a:active,
a:focus,
a:hover {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* text-transform: uppercase */
}

.img-centered {
    margin: 0 auto
}

.bg-light-gray {
    background-color: #f7f7f7
}

.btn-primary {
    border-color: #0CABE5;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background-color: #0CABE5
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503
}

.btn-primary[disabled],
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
    border-color: #0CABE5;
    background-color: #0CABE5
}

.btn-primary .badge {
    color: #0CABE5;
    background-color: #fff
}

.btn-xl {
    padding: 12px 30px;
    /* border-color: #0CABE5; */
    border-radius: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #000;
    background-color: #f7e05f;
    /* padding-right:5rem;
    padding-left:5rem; */
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.3rem;
    /* padding-top: 2rem;
    padding-bottom: 2rem; */
    padding: 1.5em 6em;
}

.btn-xl:active,
.btn-xl:focus,
.btn-xl:hover {
    /* border-color: #0b99cd; */
    /* color: #fff; */
    background-color: #f9d029
}

.btn-xl[disabled],
.btn-xl[disabled]:active,
.btn-xl[disabled]:focus,
.btn-xl[disabled]:hover {
    /* border-color: #0CABE5; */
    background-color: #f9d029;
}

.btn-xl .badge {
    color: #0CABE5;
    background-color: #fff
}

.btn-xl-bordered {
    padding: 12px 30px;
    border-color: #fff;
    border-radius: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    /* padding-right:5rem;
    padding-left:5rem; */
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.3rem;
    /* padding-top: 2rem;
    padding-bottom: 2rem; */
    /* padding: 1.5em 6em; */
}

.btn-xl-bordered:active,
.btn-xl-bordered:focus,
.btn-xl-bordered:hover {
    /* border-color: #0b99cd; */
    color: #fff;
    background-color: #1a27c9;
}

.btn-xl-bordered[disabled],
.btn-xl-bordered[disabled]:active,
.btn-xl-bordered[disabled]:focus,
.btn-xl-bordered[disabled]:hover {
    /* border-color: #0CABE5; */
    background-color: #f9d029;
}

.btn-xl-bordered .badge {
    color: #0CABE5;
    background-color: #fff
}

.navbar-default {
    border-color: transparent;
    background-color: transparent;
    margin-top: 20px;
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
    color: #0CABE5
}

.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fec503
}

@media only screen and (max-width: 405px) {
    .navbar-default .navbar-collapse {
    /* border-color: rgba(255, 255, 255, .02); */
    }
}

.navbar-default .navbar-collapse {
    /* border-color: rgba(255, 255, 255, .02); */
}

.navbar-default .navbar-toggle {
    /* border-color: #0CABE5; */
    border-width: 0px;
    background-color: transparent
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    /* background-color: #0CABE5 */
}

.navbar-default .nav li a {
    font-family: 'Lato-Light', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    color: #fff;
    font-size: 1.5em;    
}

.navbar-default .nav li a:focus,
.navbar-default .nav li a:hover {
    /* outline: 0; */
    color: #eee;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #0CABE5
}

.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #0CABE5
}

@media (min-width:768px) {
    .navbar-default {
        padding: 10px 0;
        border: 0;
        background-color: rgba(255,255,255,0);
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-default.navbar-shrink {
        padding: 10px 0
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }
 
}

@media (max-width:767px){
    header {

    text-align: center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /* background: url('../img/header/bgnew-mobile.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }
}


@media (min-width:768px){
    header {
    text-align: center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /* background: url('../img/header/bgnew.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
    }

}

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

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px
}

@media (min-width:768px) {
    header .intro-text {
        padding-top: 120px;
        padding-bottom: 200px
    }
    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Lato', sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px
    }
    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: 'Lato', sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px
    }
}

section {
    padding: 100px 0
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 400
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    /* font-family: avenir_regular, sans-serif; */
    font-size: 16px;
    font-weight: 400
}

@media (min-width:768px) {
    section {
        padding: 150px 0
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: UPPERCASE;
    font-size: 16px;
    /* font-family: avenir_bold, sans-serif */
}

#portfolio .portfolio-item {
    margin: 0;
    text-transform: none;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

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

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254, 209, 54, .9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s
}

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

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-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 .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px
}

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

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff
}

aside.clients img,
section#contact {
    background-color: #13182C;
    background-position: center;
    background-repeat: no-repeat
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    /* font-family: avenir_light, sans-serif; */
    font-size: 14px;
    letter-spacing: 1px
}

#portfolio * {
    z-index: 2
}

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

.team-member {
    margin-bottom: 50px;
    text-align: center
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none
}

.team-member p {
    margin-top: 0
}

aside.clients img {
    margin: 50px auto
}

section#contact .section-heading {
    color: #fff
}

section#contact .form-group {
    margin-bottom: 25px
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px
}

section#contact .form-group input.form-control {
    height: auto
}

section#contact .form-group textarea.form-control {
    height: 236px
}

section#contact .form-control:focus {
    border-color: #0CABE5;
    box-shadow: none
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb
}

section#contact .text-danger {
    color: #e74c3c
}

footer {
    padding: 25px 0;
    text-align: center
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Lato', sans-serif;
    line-height: 40px
}

ul.social-buttons {
    margin-bottom: 0
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    background-color: #0CABE5
}

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

.portfolio-modal .modal-content {
    padding: 10px 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-bottom: 15px;
    font-size: 3em
}

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

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: italic
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px
}

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

.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: #fff;
    -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: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.portfolio-lr,
.portfolio-rl {
    width: 1px;
    height: 75px;
    background-color: #000
}

.portfolio-lr {
    z-index: 1051;
    margin-left: 35px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.portfolio-rl {
    z-index: 1052;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

::-moz-selection {
    text-shadow: none;
    background: #FCDF3E;
}

::selection {
    text-shadow: none;
    background: #FCDF3E;
    color: #0D0E0E;
}

img::selection {
    background: 0 0
}

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