/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   
   
   
/* ==========================================================================
   BODY
   ========================================================================== */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background: #003366 url(../img/bg_head.jpg) center 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

section {
    position: relative;
    background: #003366;
    z-index: 2;
}

body.fx {
    padding-top: 75px;
}

a,
a:focus,
a:hover,
a:active {
    color: #fff;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

h2,h3,h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    margin: 0 0 19px;
    font-size: 38px;
}

h3 {
    margin: 0;
    font-size: 22px;
}

h4 {
    margin: 0;
    font-size: 18px;
}

p {
    margin: 0 0 21px 0;
}

.btn {
    height: 57px;
    padding: 0 29px;
    border: 2px solid #fff;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 1px;  
    text-transform: uppercase;
    text-shadow: none;    
    color: #fff;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s;   
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    border-color: #ae1100;
    color: #fff;
    background: #ae1100;
    background-position: 0 0;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s;  
}

.link {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

section p {
    color: rgba( 255, 255, 255, 0.67);
}

/* ==========================================================================
   HOME
   ========================================================================== */

#head {
    min-height: 808px;
}

#head .logo {
    display: inline-block;
    margin: 54px 0 119px;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s; 
}

.logo:hover {
    opacity: 0.8;
}

.social-media {
    float: right;
    margin-top: 114px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.social-media li {
    display: inline-block;
    margin-left: 8px;
    padding-left: 16px;
    background: url(../img/misc_sep.png) 0 3px no-repeat;
}
.social-media li:first-child {
    margin-left: 0;
    padding-left: 0;
    background: none;
}

.h-text {
    position: fixed;
    top: 50%;
    margin-top: -60px;
    z-index: 1;
}

h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 65px;
    line-height: 63px;
    font-weight: 500;
    letter-spacing:20px;
}

#head p {
    margin-bottom: 52px;
    font-family: 'Montserrat', serif;
    font-size: 34px;
    font-weight: 400;
    color: #999999;
}

#head .btn {
    float: left;
    margin-right: 25px;
}

#head .link {
    padding-right: 17px;
    line-height: 61px;
    
}

#head .link:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 12px;
    margin-left: 4px;
    background: url(../img/ico_arrow_down.png) 0 0 no-repeat;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.fx #navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#navigation {
    position: relative;
    min-height: 75px;
    margin: 0;
    background: #14141a;
    z-index: 999;
}

.navbar .brand {
    margin: 0;
    padding: 0;
}

.navbar .brand img {
    margin-top: 24px;
}

.nav li {
    float: left;
}

.navbar .nav > li > a,
.navbar .nav > li > a:visited {
    padding: 28px 13px 27px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    -webkit-box-shadow: 0 none;
    box-shadow: 0 none;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s; 
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:active,
.navbar .nav > li.active > a {
    color: #ae1100 !important;
    text-decoration: none;
    background: none !important;
    outline: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .btn-navbar {
    width: 43px;
    height: 43px;
    border-color: #fff;
    background: none;
    box-shadow: none;
    border-radius: 43px;
}

/* ==========================================================================
   ABOUT US
   ========================================================================== */

#about-us {
    padding-top: 86px;
    background-color: #003366;
}

#about-us .container {
    padding-bottom: 80px;
}

#about-us .slider {
    margin-top: 86px;
}

#about-us .span3 {
    text-align: center;
    padding: 78px 0 20px;
}

#about-us .span3 h3 {
    margin-bottom: 13px;
}

#about-us .span3 p {
    margin: 0 12%;
}

.banner-outer {
    position: relative;
    height: 425px;
}

.banner-outer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 425px;
    background: #01264d;
    z-index: 19;
}

.banner_container {
    width:940px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}
 
.banner{
    width:940px;
    height:425px;
    position:relative;
    overflow:hidden;
    margin: 0 auto;
}

.banner img {
    max-width: 100%;
}

.banner .title {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.banner .text {
    width: 385px !important;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.67);
    white-space: normal !important;
}

.banner .links a {
    display: inline-block;
    margin-left: 14px;
    padding-left: 16px;
    background: url("../img/misc_sep.png") no-repeat scroll 0 3px transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.banner .links a:first-child {
    background: none;
    margin-left: 0;
    padding-left: 0;
}

.banner .links a:hover {
    text-decoration: underline;
}

#about-us .tp-leftarrow,
#about-us .tp-rightarrow {
    width: 103px;
    height: 103px;
    top: 160px !important;
    margin-top: 0 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#about-us .tp-leftarrow:hover,
#about-us .tp-rightarrow:hover {
    opacity: 0.6;
}

#about-us .tp-leftarrow {
    left: 0px !important;
    background: url(../img/arrow_left.png) 0 0  no-repeat;
}

#about-us .tp-rightarrow {
    right: -50px;
    background: url(../img/arrow_right.png) 0 0  no-repeat;
}

@media (min-width: 1200px) {
    #about-us .tp-leftarrow {
        left: -103px !important;
    }

    #about-us .tp-rightarrow {
        right: -103px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .banner, .banner_container{  width:750px; height:440px; text-align: center; margin: 0 auto;}
   #about-us .tp-leftarrow.round,
    #about-us .tp-rightarrow.round {
        opacity: 1;
        position: absolute;
        top: 47%;
        width: 80px;
    }

    #about-us .tp-leftarrow.round {
        left: -20px;
        background-position: 100% 0;
        padding-left:100px;
    }

    #about-us .tp-rightarrow.round {
        right: -20px;
    }

    .banner-outer:after {
        background-size: auto 230px;
        background-position: center 0;
    }
    .banner {
        height: 440px !important;
    }
    .banner li,
    .slotholder,
    .caption,
    .banner .text {
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        text-align: center;
    }
    .banner .title,
    .banner .text,
    .banner .links {
        position: static !important;
        text-align: center;
    }
    .banner .title {
        margin-bottom: 10px;
        padding-top: 20px !important;
    }
    .banner .text {
        margin-bottom: 20px;
    }
    .banner img {
        float: none;
        width: auto !important;
        height: 230px !important;
        display: inline;
    }
     #about-us .tp-leftarrow {
        top: 95px !important;
    }

    #about-us .tp-rightarrow {
        top: 95px !important;
    }
}
 
@media only screen and (max-width: 767px) {
  .banner, .banner_container{width:470px; height:440px; text-align: center; margin: 0 auto;}
   #about-us .tp-leftarrow.round,
    #about-us .tp-rightarrow.round {
        opacity: 1;
        position: absolute;
        top: 47%;
        width: 80px;
    }

    #about-us .tp-leftarrow.round {
        left: -20px;
        background-position: 100% 0;
    }

    #about-us .tp-rightarrow.round {
        right: -20px;
    }

    .banner-outer:after {
        background-size: auto 230px;
        background-position: 0 0;
    }
    .banner {
        height: 440px !important;
    }
    .banner li,
    .slotholder,
    .caption,
    .banner .text {
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        text-align: center;
    }
    .banner .title,
    .banner .text,
    .banner .links {
        position: static !important;
        text-align: center;
    }
    .banner .title {
        margin-bottom: 10px;
        padding-top: 20px !important;
    }
    .banner .text {
        margin-bottom: 20px;
    }
    .banner img {
        float: none;
        width: auto !important;
        height: 230px !important;
        display: inline;
    }
     #about-us .tp-leftarrow {
        top: 95px !important;
    }

    #about-us .tp-rightarrow {
        top: 95px !important;
    }

}
 
@media only screen and (max-width: 480px) {
   .banner, .banner_container{width:auto;height:440px;}
   #about-us .tp-leftarrow,
    #about-us .tp-rightarrow {
        opacity: 1;
        position: absolute;
        top: 47%;
        width: 80px;
    }

    #about-us .tp-leftarrow {
        left: 0 !important;
        background-position: 100% 0;
    }

    #about-us .tp-rightarrow {
        right: 0 !important;
    }
}

/* ==========================================================================
   SERVICES
   ========================================================================== */


#services header .parallax_services_back{height: 250px;padding:0px; margin-top:-86px;padding-top: 86px;
    background: url(../img/bg_services_back.png) center 0 no-repeat;
    
}
#services header .parallax_services_middle{height: 250px;padding:0px; margin-top:-86px;padding-top: 86px;
    background: url(../img/bg_services_middle.png) center 0 no-repeat;
        
}
#services header .parallax_services_front{height: 250px;padding:0px; margin-top:-86px;padding-top: 86px;
    background: url(../img/bg_services_front.png) center 0 no-repeat;
    
}

#services header {       
    height: 250px;
    padding-top: 86px;
    background-color: #01264d;
    
}

.light-violet {
    padding-top: 83px;
    border-top: 11px solid #3f3f56;
    background-color: #484860;
}

.light-violet .span4 {
    text-align: center;
}

.light-violet .span4 span {
    display: inline-block;
    width: 214px;
    height: 214px;
    margin-bottom: 25px;
    border: 2px solid #3f3f56;
    border-radius: 115px;
    line-height: 214px;
}

.light-violet .span4 h3 {
    margin-bottom: 13px;
}

.light-violet .span4 p {
    margin: 0 13% 88px;
}

.dark-violet {
    padding: 86px 0 82px;
    background-color: #003366;
}

.dark-violet h3 {
    margin-bottom: 9px;
    margin-top: 46px;
}

.dark-violet .span8 h3 {
    margin-bottom: 17px;
}

.dark-violet li {
    padding-left: 16px;
    color: rgba(255, 255, 255, 0.67);
    line-height: 30px;
    background: url(../img/bullet_check.png) 0 11px no-repeat;
}

.dark-violet li span {
    font-weight: 700;
}

.dark-violet .progress {
    margin-bottom: 9px;
    height: 26px;
    box-shadow: none;
    background: #738fab;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.progress .bar {
    background-color: #006699;
    background-image: none;
    text-align: left;
    padding-left: 9px;
    line-height: 25px;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}

/* ==========================================================================
   PORTFOLIO
   ========================================================================== */

#portfolio {
    position: relative;
}

#portfolio header {
    padding: 86px 0 37px;
    border-bottom: 11px solid #444444;
    background-color: #252325;
}

#filters {
    margin-top: 29px;
}

#filters li {
    float: left;
    margin-right: 7px;
    padding-left: 17px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: url(../img/misc_sep.png) 0 4px no-repeat;
}

#filters li:first-child {
    padding-left: 0;
    background: none;
}

#isotope {
    background-color: #787878;
}

#isotope .item {
    float: left;
}

#isotope img {
    display: block;
}

.dark-grey {
    padding: 67px 0 80px;
    background-color: #6e6e6e;
}

.dark-grey h3 {
    float: left;
}
.dark-grey ul {
    float: right;
    margin-top: 3px;
}

.dark-grey li {
    float: left;
    margin-left: 27px;
    line-height: 33px;
}

.item {
    display: block;
    width: -moz-calc(25% - 0.5px);
    width: -webkit-calc(25% - 0.5px);
    width: -o-calc(25% - 0.5px);
    width: calc(25% - 0.5px);
}

.item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.item:hover:after {
    background: rgba( 0, 0, 0, 0.66) url(../img/ico_search.png) center center no-repeat;

}

@media (min-width: 1200px) {
    #portfolio .item img {
        display: block;
        width: 100%;
        height: auto;
    }
}


/* ==========================================================================
   CONTACT
   ========================================================================== */

#contact {
    background-color: #003366;
}

#contact .details {margin-top:10px; text-align:center;}

#contact .contact-wrap {
    padding: 73px 0 91px;
    margin-top: -3px;
    border-top: 11px solid #444444;
}

#contact form {
    margin: 22px 0 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;   
}

#contact form input[type="text"],
#contact form input[type="email"] {
    width: 80%;
    height: 67px;
    margin-bottom: 20px;
    padding: 0 10%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#contact form textarea {
    width: 90%;
    height: 98px;
    margin-bottom: 20px;
    padding: 4% 5%;
    border: 0;
    border-radius: 0;
}

#contact form .span3.offset1 h3 {
    margin: 20px 0 13px;
}

#contact form .span3.offset1 p span {
    font-weight: 700;
}

#contact form .btn {
    float: right;
    height: 62px;
}

#contact .contact-wrap p strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;  
}

#contact .g-map iframe {
    width:100%;
    height:350px;
    margin:0px;
    border:0px;
    }


/* ==========================================================================
   FOOTER
   ========================================================================== */
 
#foot {
    line-height: 85px;
    background-color: #252325;
}

#foot .copyrights {
    float: left;
}

#foot a {
    float: right;
    margin-right: 31px;
    color: rgba( 255, 255, 255, 0.27);
}

#foot .arrow-up {
    display: block;
    float: right;
    width: 89px;
    height: 90px;
    margin: 0;
    overflow: hidden;
    text-indent: -9999em;
    background: url(../img/ico_arrow_up.png) center 29px no-repeat #ae1100;
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out; 
}

#foot .arrow-up:hover {
    background: url(../img/ico_arrow_up.png) center 29px no-repeat #900e00;
}

#foot p {
    margin: 0;
    color: rgba( 255, 255, 255, 0.27);
}
#pricing .pink {
        background: #906078;
    }
    
    
/* ==========================================================================
   Responsive Styles
   ========================================================================== */

/* Large desktop */
@media (min-width: 1200px) {
     #head {
        min-height: 808px;
    }
    /*.bannercontainer {
        width: 1200px;
    }
     
    .banner{
        width: 1200px; 
    }*/
    #pricing .span3 {
        width: 299px;
    }
    #contact form input[type="text"],
    #contact form input[type="email"] {
        margin-bottom: 30px;
    }
    /*.banner .span5 {
        left: 530px;
    }*/

}

@media (min-width: 980px) and (max-width: 1024px) {
    #head {
        background: url(../img/bg_head.jpg) center 0 no-repeat;
        background-size: cover;
    }
    .h-text {
        position: absolute;
        z-index: 1;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    body {
        font-size: 13px;
    }
    section p {
        line-height: 19px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 16px;
    }
    #head {
        background: url(../img/bg_head.jpg) center 0 no-repeat;
        background-size: cover;
    }
    #head .container {
        text-align: center;
    }
    .social-media {
        float: none;
        margin: 30px 0 0;
    }
    #head .logo {
        margin: 34px 0 69px;
    }

    #head h1 {
        font-size: 55px;
    }

    #head p {
        margin-bottom: 32px;
    }
    #head .btn {
        float: none;
        margin: 0 auto;
    }
    #head .link {
        clear: both;
        display: block;
        width: 156px;
        height: 59px;
        margin: 0 auto;
        padding: 0;
        line-height: 59px;
    }
    .navbar .brand {
        margin-left: 30px;
    }

    .navbar .brand {
        margin-left: 30px;
    }

    .navbar .btn-navbar {
        margin: 15px 30px 0 0;
    }

    .nav-collapse.pull-right {
        float: none;
    }

    .navbar .nav > li {
        float: none;
        text-align: center;
    }

    .navbar .nav > li > a,
    .navbar .nav > li > a:visited {
        padding: 0;
        font-size: 18px;
        line-height: 29px;
        color: #FFFFFF !important;
    }

    #pricing header,
    #services header {
        background-size: cover;
    }
    /*.banner, .bannercontainer{  width:750px; height:425px !important;}
    .bannershadow {width:750px;}*/
    .item {
         /* Firefox */
        width: 33.3%;
        /* WebKit */
        width: 33.3%;
        /* Opera */
        width: 33.3%;
        /* Standard */
        width: 33.3%;
    }

    #pricing .span3 .price strong {
        font-size: 45px;
    }

    /*.banner h3 {
        margin-top: 60px;
    }*/

    #pricing .row {
        display: block;
        margin: 0 auto;
    }

    #pricing .span3 {
        width: 180px;
    }

    #services header,
    #pricing header {
        background-size: auto;
    }

    .h-text {
		width: 100%;
		left: 0;
		margin-top: 0;
	}

    .dark-grey h3 {
        float: none;
        text-align: center;
    }

    .dark-grey ul {
        float: none;
        text-align: center;
    }
    .dark-grey li {
        display: inline-block;
        float: none;
        margin-right: 10px;
        margin-left: 10px;
    }

    #foot p,
    #foot a {
        font-size: 13px;
    }

    /*.banner img {
        margin-left: 0;
    }*/
    
    #pricing .pink {
        background: #906078;
    }

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    #services header .parallax_services_back {background:none;}
    #services header .parallax_services_middle {background:none;}
    #services header .parallax_services_front {background:none;}
    #pricing header .parallax_pricing_back {background:none;}
    #pricing header .parallax_pricing_middle {background:none;}
    #pricing header .parallax_pricing_front {background:none;}
    body {
        background-size: auto auto;
        background-attachment: scroll;
        font-size: 13px;
    }
    section p {
        line-height: 19px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 16px;
    }

    .h-text {
        position: absolute;
    }
    #head,
    #navigation,
    #about-us,
    #services header,
    #services .light-violet,
    #services .dark-violet,
    #portfolio header,
    #portfolio #isotope,
    #portfolio .dark-grey,
    #pricing header,
    #contact,
    #pricing .pink,    
    .banner-outer,    
    #foot {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;    
    }
    #services header,
    #portfolio header,
    #pricing header {
        height: auto;
    }
    #contact,
    #navigation,
    #portfolio #isotope,
    .banner-outer {
        padding-left: 0;
        padding-right: 0;
    }
    #contact .contact-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .fx #navigation {
        margin-left: 0;
        margin-right: 0;
    }
    #head {
        position: relative;
        min-height: 544px;
    }

    #head .container {
        text-align: center;
    }

    #head .logo {
        margin: 25px 0 30px;
    }

    .social-media {
        float: none;
        margin: 30px 0 0 0;
    }
    .logo {
        margin: 24px 0 28px 0;
    }
    h1 {
        font-size: 23px;
        line-height: 25px;
    }

    #head p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #head .btn {
        float: none;
        margin: 0;
    }
    #head .link {
        clear: both;
        display: block;
        width: 156px;
        height: 59px;
        margin: 0 auto;
        padding: 0;
        line-height: 59px;
        background-position: 100% center;
    }

    .h-text {
        width: 100%;
        left: 0;
        margin-top: 0;
    }

    .navbar .brand {
        margin-left: 30px;
        margin-top: 10px;
    }

    .navbar .brand img {
        margin-top: 14px;
    }

    .navbar .btn-navbar {
        margin: 15px 30px 0 0;
    }

    .nav-collapse.pull-right {
        float: none;
    }

    .navbar .nav > li {
        float: none;
        text-align: center;
    }

    .navbar .nav > li > a,
    .navbar .nav > li > a:visited {
        padding: 0;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        line-height: 29px;
        color: #fff !important;
    }

    .navbar .nav > li.active a,
    .navbar .nav > li > a:hover {
        color: #ae1100 !important;
    }

    #about-us {
        padding-top: 60px;
    }

    #about-us .span3 {
        text-align: center;
        padding: 25px 0;
    }

    #about-us .span6:last-child {
        text-align: center;
    }

    #contact form .btn {
        display: block;
        float: none;
        margin: 0 auto 40px;
    }

    #pricing header,
    #services header {
        background-size: cover;
    }

    #foot {
        position: relative;
        padding-bottom: 136px;
        text-align: center;
        color: #605f60;
        font-size: 13px;
        line-height: normal;
    }

    #foot a {
        display: inline-block;
        float: none;
        margin: 0 10px;
        color: #605f60;
    }

    #foot .arrow-up {
        float: none;
        margin: 0 auto 35px;
    }

    #foot .copyrights {
        position: absolute;
        bottom: 55px;
        left: 0;
        width: 100%;
        line-height: normal;
    }

    .item {
         /* Firefox */
        width: -moz-calc(50% - 0.5px);
        /* WebKit */
        width: -webkit-calc(50% - 0.5px);
        /* Opera */
        width: -o-calc(50% - 0.5px);
        /* Standard */
        width: calc(50% - 0.5px);
    }

    #pricing .span3 .price strong {
        font-size: 45px;
    }

    #pricing .span3 {
        width: auto;
        margin: 0 0 10px;
    }

    #head,
    #services header,
    #pricing header {
        background-size: cover;
    }

    #pricing .pink {
        background: none;
        border-top: 0;
    }

    #contact .span3 {
        clear: both;
        text-align: center;
    }

    .dark-grey h3 {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .dark-grey li {
        margin-bottom: 5px;
    }

    #contact form textarea {
        width: 80%;
        padding: 5% 10%;
    }

    .dark-grey ul {
        float: none;
        text-align: center;
    }

    .dark-grey li {
        float: none;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    #pricing .pink {
        background: #906078;
    }    
}

/* Landscape phones and down */
@media (max-width: 480px) {
    body {
        font-size: 13px;
    }
    section p {
        line-height: 19px;
    }   
    body.fx {
        padding-top: 55px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 16px;
    }
    #navigation {
        min-height: 55px;
    }
    .navbar .brand {
        margin-left: 30px;
    }

    .navbar .btn-navbar {
        margin-top: 6px;
    }

    .navbar .brand {
        margin-top: 0;
    }

    #about-us {
        padding-bottom: 40px;
    }

    #about-us .span6 {
        margin-bottom: 40px;
    }

    #services header {
        background-position: 0 0;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .light-violet {
        padding-top: 50px;
    }

    .light-violet .span4 p {
        margin-bottom: 50px;
    }

    .dark-violet {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .dark-violet h3 {
        margin-top: 16px;
    }

    #portfolio header {
        padding-top: 36px;
    }

    .item {
        width: 100%;
    }

    .dark-grey {
        padding: 40px 0;
    }

    #pricing .pink {
        padding: 60px 20px;
        background: none;
    }

    #pricing header {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #contact .contact-wrap {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    

    #foot {
        padding-bottom: 100px;
    }

    #about-us .tp-leftarrow.round,
    #about-us .tp-rightarrow.round {
        opacity: 1;
        position: absolute;
        top: 47%;
        width: 80px;
    }

    #about-us .tp-leftarrow.round {
        left: -20px;
        background-position: 100% 0;
    }

    #about-us .tp-rightarrow.round {
        right: -20px;
    }
      #pricing .pink {
        background: #906078;
    }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */     

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



