


@import "http://fonts.googleapis.com/css?family=Lato:100,300,400,500,600,700,900,100italic,300italic,400italic,700italic,900italic&subset=latin,latin-ext";
body {
    background-color: #fff;
    color: #666;
    font-family: "Lato",sans-serif;
    font-weight: 300;
    height: 100%;
    width: 100%;
}
html {
    height: 100%;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 30px;
    text-transform: uppercase;
}
p {
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 0 20px;
}
p.lead {
    font-weight: 600;
}
a {
    color: #28c3ab;
    transition: all 0.2s ease-in-out 0s;
}
a:hover, a:focus {
    color: #176e61;
    text-decoration: none;
}
.light {
    font-weight: 400;
}
.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 0;
}
.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
    font-size: 18px;
    height: 40px;
    line-height: 1em;
    padding: 5px 15px;
}
.navbar-brand h1 {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}
.navbar-brand:focus {
    outline: 0 none;
}
.nav.navbar-nav {
    background-color: rgba(255, 255, 255, 0.4);
}
.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0, 0, 0, 0);
}
.navbar-custom ul.nav li a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.navbar-custom.top-nav-collapse ul.nav li a {
    color: #000;
    transition: all 0.2s ease-in-out 0s;
}
.navbar-custom ul.nav ul.dropdown-menu {
    border-radius: 0;
}
.navbar-custom ul.nav ul.dropdown-menu li {
    border-bottom: 1px solid #f5f5f5;
}
.navbar-custom ul.nav ul.dropdown-menu li:last-child {
    border-bottom: medium none;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
    padding: 10px 20px;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
    background: #fefefe none repeat scroll 0 0;
}
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: #666;
}
.navbar-custom .nav li a {
    transition: background 0.3s ease-in-out 0s;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
    background-color: rgba(255, 255, 255, 0.2);
    outline: 0 none;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
    background-color: rgba(255, 255, 255, 0.2);
    outline: 0 none;
}
.navbar-toggle {
    color: #fff;
    font-size: 14px;
    padding: 4px 6px;
}
.navbar-toggle:focus, .navbar-toggle:active {
    outline: 0 none;
}
#preloader {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
#loaderInner {
    background: #ffffff url("../img/spinner.gif") no-repeat scroll center center;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}
@keyframes boxSpin {
0% {
    transform: translate(-10px, 0px);
}
25% {
    transform: translate(10px, 10px);
}
50% {
    transform: translate(10px, -10px);
}
75% {
    transform: translate(-10px, -10px);
}
100% {
    transform: translate(-10px, 10px);
}
}
@keyframes shadowSpin {
0% {
    box-shadow: 10px -10px #39cccc, -10px 10px #ffdc00;
}
25% {
    box-shadow: 10px 10px #39cccc, -10px -10px #ffdc00;
}
50% {
    box-shadow: -10px 10px #39cccc, 10px -10px #ffdc00;
}
75% {
    box-shadow: -10px -10px #39cccc, 10px 10px #ffdc00;
}
100% {
    box-shadow: 10px -10px #39cccc, -10px 10px #ffdc00;
}
}
#load {
    animation: 1s ease-in-out 0s normal none infinite running shadowSpin;
    background-color: #ff4136;
    border: 5px solid #ff4136;
    border-radius: 0;
    box-shadow: 10px 0 #39cccc, 10px 0 #01ff70;
    height: 10px;
    left: 0;
    margin: -5px auto 0;
    opacity: 0.75;
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    z-index: 9999;
}
hr {
    margin-top: 10px;
}
.marginbot-0 {
    margin-bottom: 0 !important;
}
.marginbot-10 {
    margin-bottom: 10px !important;
}
.marginbot-20 {
    margin-bottom: 20px !important;
}
.marginbot-30 {
    margin-bottom: 30px !important;
}
.marginbot-40 {
    margin-bottom: 40px !important;
}
.marginbot-50 {
    margin-bottom: 50px !important;
}
.home-section {
    display: block;
    padding-bottom: 110px;
    padding-top: 110px;
    position: relative;
    z-index: 120;
}
.section-heading h2 {
    font-size: 40px;
}
.section-heading i {
    margin-bottom: 20px;
}
.bg-white {
    background: #fff none repeat scroll 0 0;
}
.bg-gray {
    background: #fff none repeat scroll 0 0;
}
.bg-dark {
    background: #575757 none repeat scroll 0 0;
}
.text-light {
    color: #fff;
}
.intro {
    background: #ffaa4f none repeat scroll 0 0;
    position: relative;
    width: 100%;
}
#intro.intro {
    padding: 20% 0 0;
}
.intro .slogan {
    margin-top: -200px;
    text-align: center;
}
.intro .page-scroll {
    text-align: center;
}
.brand-heading {
    font-size: 40px;
}
.intro-text {
    font-size: 18px;
}
.intro .slogan h2 {
    background-color: rgba(0, 0, 0, 0);
    border-color: #000;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    text-shadow: -1px 0 1px #000;
    text-transform: uppercase;
}
.intro .slogan h4 {
    color: #fff;
    text-shadow: -1px 1px 1px #000;
}
.boxed-grey {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 20px;
}
.team h5 {
    margin-bottom: 10px;
}
.team p.subtitle {
    margin-bottom: 10px;
}
.avatar {
    margin-bottom: 20px;
}
.team-social {
    margin-left: 0;
    padding-left: 0;
}
.team-social {
    text-align: center;
}
.team-social li {
    display: inline-block;
    margin: 0 !important;
    padding: 0;
}
.team-social a {
    background: #3bbec0 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: background 0.3s ease-in-out 0s;
    width: 40px;
}
.team-social a i {
    margin: 0;
    padding: 0;
    text-align: center;
}
.team-social .social-facebook a {
    background: #3873ae none repeat scroll 0 0;
}
.team-social .social-twitter a {
    background: #62c6f8 none repeat scroll 0 0;
}
.team-social .social-dribble a {
    background: #d74980 none repeat scroll 0 0;
}
.team-social .social-deviantart a {
    background: #8da356 none repeat scroll 0 0;
}
.team-social .social-google a {
    background: #000 none repeat scroll 0 0;
}
.team-social .social-vimeo a {
    background: #51a6d3 none repeat scroll 0 0;
}
.team-social .social-facebook a:hover {
    background: #4893ce none repeat scroll 0 0;
}
.team-social .social-twitter a:hover {
    background: #82e6ff none repeat scroll 0 0;
}
.team-social .social-dribble a:hover {
    background: #f769a0 none repeat scroll 0 0;
}
.team-social .social-deviantart a:hover {
    background: #adc376 none repeat scroll 0 0;
}
.team-social .social-google a:hover {
    background: #333 none repeat scroll 0 0;
}
.team-social .social-vimeo a:hover {
    background: #71c6f3 none repeat scroll 0 0;
}
.service-icon {
    margin-bottom: 20px;
}
form#contact-form .form-group label {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: left !important;
    text-transform: uppercase;
}
form#contact-form input, form#contact-form select, form#contact-form textarea {
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
}
form#contact-form input:focus, form#contact-form select:focus, form#contact-form textarea:focus {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.input-group-addon {
    background-color: #fefefe;
    border: 1px solid #eee;
    border-radius: 0;
}
.widget-contact {
    text-align: left;
}
.company-social {
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
}
.company-social {
    text-align: left;
}
.company-social li {
    display: inline-block;
    margin: 0 !important;
    padding: 0;
}
.company-social a {
    background: #3bbec0 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: background 0.3s ease-in-out 0s;
    width: 40px;
}
.company-social a i {
    margin: 0;
    padding: 0;
    text-align: center;
}
.company-social .social-facebook a {
    background: #3873ae none repeat scroll 0 0;
}
.company-social .social-twitter a {
    background: #62c6f8 none repeat scroll 0 0;
}
.company-social .social-dribble a {
    background: #d74980 none repeat scroll 0 0;
}
.company-social .social-deviantart a {
    background: #8da356 none repeat scroll 0 0;
}
.company-social .social-google a {
    background: #000 none repeat scroll 0 0;
}
.company-social .social-vimeo a {
    background: #51a6d3 none repeat scroll 0 0;
}
.company-social .social-facebook a:hover {
    background: #4893ce none repeat scroll 0 0;
}
.company-social .social-twitter a:hover {
    background: #82e6ff none repeat scroll 0 0;
}
.company-social .social-dribble a:hover {
    background: #f769a0 none repeat scroll 0 0;
}
.company-social .social-deviantart a:hover {
    background: #adc376 none repeat scroll 0 0;
}
.company-social .social-google a:hover {
    background: #333 none repeat scroll 0 0;
}
.company-social .social-vimeo a:hover {
    background: #71c6f3 none repeat scroll 0 0;
}
footer {
    padding: 50px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
footer p {
    color: #f8f8f8;
}
#parallax1 {
    background-image: url("../img/parallax/1.jpg");
}
#parallax1::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC");
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
#parallax2 {
    background-image: url("../img/parallax/2.jpg");
}
#parallax2::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC");
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.btn {
    border-radius: 0;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.btn-circle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    transition: background 0.3s ease-in-out 0s;
    width: 70px;
}
.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}
.btn-circle:hover, .btn-circle:focus {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    color: #fff;
    outline: 0 none;
}
.btn-circle.btn-dark *:hover, .btn-circle.btn-dark *:focus {
    background: #fff none repeat scroll 0 0;
    color: #999;
    outline: 0 none;
}
.btn-circle.btn-dark *:hover i, .btn-circle.btn-dark *:focus i {
    color: #999;
}
.page-scroll .btn-circle i.animated {
    transition-duration: 1s;
    transition-property: -moz-transform;
}
.page-scroll .btn-circle:hover i.animated {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-timing-function: linear;
}
@keyframes pulse {
50% {
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}
#text {
    background: #ffcc00 none repeat scroll 0 0;
    color: #fff;
}
#map {
    height: 500px;
}
.btn-skin:hover, .btn-skin:focus, .btn-skin:active, .btn-skin.active {
    background-color: #666;
    border-color: #666;
    color: #fff;
}
.btn-default:hover, .btn-default:focus {
    background-color: #28c3ab;
    border: 1px solid #28c3ab;
    color: #000;
    outline: 0 none;
}
.btn-huge {
    font-size: 26px;
    padding: 25px;
}
.banner-social-buttons {
    margin-top: 0;
}
@media (min-width: 767px) {
.navbar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 0 none;
    letter-spacing: 1px;
    padding: 20px 0;
    transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
}
.top-nav-collapse {
    background-color: #000;
    padding: 0;
}
.navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.intro {
    height: 100%;
    padding: 0;
}
.brand-heading {
    font-size: 100px;
}
.intro-text {
    font-size: 25px;
}
}
@media (max-width: 768px) {
.team.boxed-grey {
    margin-bottom: 30px;
}
.boxed-grey {
    margin-bottom: 30px;
}
}
@media (max-width: 480px) {
.navbar-custom .nav.navbar-nav {
    background-color: rgba(255, 255, 255, 0.4);
}
.navbar.navbar-custom.navbar-fixed-top {
    margin-bottom: 30px;
}
.tp-banner-container {
    padding-top: 40px;
}
.page-scroll a.btn-circle {
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    height: 40px;
    margin-top: 10px;
    padding: 7px 0;
    width: 40px;
}
}
.service2 {
    background: #000 none repeat scroll 0 0;
    position: relative;
    width: 100%;
}

