body {
    background: #fff;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('/statics/fonts/opensans-light-webfont.eot');
    src: url('/statics/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('/statics/fonts/opensans-light-webfont.woff2') format('woff2'), url('/statics/fonts/opensans-light-webfont.woff') format('woff'), url('/statics/fonts/opensans-light-webfont.ttf') format('truetype'), url('/statics/fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/statics/fonts/opensans-regular-webfont.eot');
    src: url('/statics/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/statics/fonts/opensans-regular-webfont.woff2') format('woff2'), url('/statics/fonts/opensans-regular-webfont.woff') format('woff'), url('/statics/fonts/opensans-regular-webfont.ttf') format('truetype'), url('/statics/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('/statics/fonts/opensans-semibold-webfont.eot');
    src: url('/statics/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/statics/fonts/opensans-semibold-webfont.woff2') format('woff2'), url('/statics/fonts/opensans-semibold-webfont.woff') format('woff'), url('/statics/fonts/opensans-semibold-webfont.ttf') format('truetype'), url('/statics/fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('/statics/fonts/opensans-bold-webfont.eot');
    src: url('/statics/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/statics/fonts/opensans-bold-webfont.woff2') format('woff2'), url('/statics/fonts/opensans-bold-webfont.woff') format('woff'), url('/statics/fonts/opensans-bold-webfont.ttf') format('truetype'), url('/statics/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    overflow-x:hidden;
}
header {
    position: relative;
    width: 100%;
    height: 790px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-image: url('../images/landing-page-img.jpg');
    text-align: center;
    color: white;
}
.navbar-brand {
    background: url(../images/urbansurf-logo.png) no-repeat;
    width: 190px;
    height: 40px;
    text-indent: -9999px;
    margin-top: 27px;
    display: block;
}
/*------ Responsive Hamburger Menu -----*/
.main-nav {
   float:right;
}
.smobitrigger,
.mnuclose {
    display: none;
}
.main-nav ul {
    padding: 0px;
    margin:32px 0px;
    list-style: none;
}
.main-nav ul li {
    display: inline-block;
}
.main-nav ul li a {
    color: #fea36c;
    font-size:14px;
    font-family: 'open_sansbold';
    display: inline-block;
    text-decoration: none;
    padding: 15px 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.main-nav ul li a:hover {
   color: #ffffff;
   text-decoration: none;
}
.mobimenu{
   background:none;
}
@media all and (max-width: 768px) {
    .smobitrigger,
    .mnuclose {
        display: inline-block;
        float: left;
    }
    .smobitrigger {
        color: #fff;
        font-size: 30px;
        padding: 10px;
        position:absolute;
        left:15px;
        top:50%;
        height:34px;
        margin-top:-17px;
        z-index:9999 !important;
    }
    .smobitrigger .icon-bar {
        background-color: #fea36c;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }
    .smobitrigger .icon-bar + .icon-bar {
         margin-top: 4px;
    }
    .mobimenu {
        background-color:#f5f5f5;
    }
    .mnuclose {
        font-size: 20px;
        width:20px;
        height:20px;
        margin:5px;
        float:right;
    }
    .smobitrigger span,
    .mnuclose span {
        font-size:18px;
        color:#fea36c;
        font-family: 'open_sansbold';
    }
    .main-nav ul {
        margin:0;
        padding-bottom: 40px;
        overflow-y: auto;
    }
    .main-nav ul li,
    .main-nav ul li a {
        width: 100%;
    }
    .main-nav ul li a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .main-nav ul li a:hover {
        color: #ac6949 !important;
    }
    .mobimenu {
        list-style: none;
        padding: 20px;
        margin: 0px;
        width: 210px;
        position: fixed;
        height: 100%;
        top: 0px;
        left: -250px;
    }
    .mnuopn {
        left: 0px !important;
    }
    .ovrActv {
        position: fixed;
        background: rgba(0, 0, 0, 0.79);
        width: 100%;
        height: 100%;
        z-index: 9998;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 0 0 0;
    text-align: center;
    z-index: 2;
}

header .header-content .inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
}

header .header-content .inner h1 {
    font-size: 48px;
    font-family: 'open_sansbold';
}

header .header-content .inner h2 {
    font-size: 24px;
    font-family: 'open_sanssemibold';
    margin-top:30px;
}

header.aboutus .header-content .inner h1 {
    /*background: url(../images/aboutus-icon.png) no-repeat center top;*/
    padding: 50px 0 0 0;
    margin: 0 0 20px 0;
}

header .header-content .inner .default-btn {
    border: 2px solid #fff;
    background: none;
    outline: 0;
    color: #fff;
    font-size: 18px;
    margin: 40px auto;
    min-width: 180px;
    font-family: 'open_sanssemibold';
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

header.aboutus {
    background: url(../images/aboutus-header-bg.jpg) no-repeat center center;
    height: 790px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.scroll-bottom-link {
    background: url(../images/down-arrow.png) no-repeat;
    width: 35px;
    height: 21px;
    display: block;
}

section.one {
    background: url(../images/why-bg.png) no-repeat center center;
}

section.one .info {
    color: #86766b;
    font-size: 24px;
    font-family: 'open_sansregular';
}

section.aboutus {
    background: none;
    padding: 45px 0;
    min-height:auto !important;
}

section.aboutus h2 {
    color: #6c5f56 !important;
}

section.aboutus .info {
    font-size: 20px;
    color: #86766b;
    line-height: 32px;
    font-family: 'open_sansregular';
}

section.one h2 {
    color: #fda26b;
    font-family: 'open_sansbold';
    font-size: 42px;
    margin: 75px auto;
}

section.one .why-icon1,
section.one .why-icon2,
section.one .why-icon3 {
    padding: 0 30px 0 95px;
    margin: 40px 0 0 0;
}

section.one .why-icon1 {
    background: url(../images/why-icons_01.png) no-repeat 5px 0;
    background-size: 75px 84px;
}

section.one .why-icon2 {
    background: url(../images/why-icons_02.png) no-repeat 0 8px;
    background-size: 88px 81px;
}

section.one .why-icon3 {
    background: url(../images/why-icons_03.png) no-repeat 0 5px;
    background-size: 85px 80px;
}

section.one h3 {
    color: #666;
    font-family: 'open_sansbold';
    font-size: 21px;
    margin: 0;
}

section.one h3 ~ p {
    color: #86766b;
    font-family: 'open_sansregular';
    font-size: 16px;
    margin: 10px 0 0 0;
}

section.one .motto {
    font-family: 'open_sansregular';
    font-size: 24px;
    position: absolute;
    bottom: 100px;
    width: 100%;
    left: 0;
}

section.third h2 {
    margin: 0 0 40px 0;
    color: #fda26b;
    font-family: 'open_sansbold';
    font-size: 40px;
}

section.forth {
    background: url(../images/phone-bg.png) no-repeat center top;
    min-height: 740px;
}

.carousel-caption {
    text-shadow: none;
    width: 100%;
    text-align: center;
}

.carousel {
    min-height: 480px;
}

.carousel-inner {
    overflow: inherit;
}

.carousel-img {
    background: url(../images/carousel-img-border.png) no-repeat;
    width: 279px;
    height: 279px;
    padding: 37px;
}

.carousel-img img {
    width: 205px;
    height: 205px;
}

.carousel-caption {
    top: 100%;
    left: 0;
}

.carousel-caption h3 {
    color: #666;
    font-size: 21px;
    font-family: 'open_sansbold';
}

.carousel-caption p {
    color: #86766b;
    font-family: 'open_sansregular';
    font-size: 20px;
}

.carousel-indicators {
    top: 90%;
}

.carousel-indicators li {
    background-color: #fda26b;
    border: 2px solid #fda26b;
    width: 15px;
    height: 14px;
    margin: 0 2px 0 2px;
}

.carousel-indicators .active {
    border: 2px solid #949494;
    background-color: transparent;
    width: 14px;
    height: 14px;
}

.newsletter-container {
    margin: 50px auto;
}

.newsletter-container h4 {
    color: #fda26b;
    font-family: 'open_sansbold';
    font-size: 24px;
}

.newsletter-container .description {
    font-size: 16px;
    color: #86766b;
    font-family: 'open_sansregular';
}

.newsletter-container .form-inline {
    padding: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: rgb( 245, 245, 245);
    box-shadow: 0 0px 0px rgba(1, 1, 1, 0.2);
    -webkit-box-shadow: 0 0px 0px rgba(1, 1, 1, 0.2);
    -moz-box-shadow: 0 0px 0px rgba(1, 1, 1, 0.2);
}

.newsletter-container .form-inline .form-control {
    border: 1px;
    box-shadow: none;
    padding: 12px 10 12px 0;
    height: 42px;
    width: 100%;
}

.newsletter-container .form-inline .btn-default {
    background: url(../images/letter-icon.png) no-repeat center center #3faf6c;
    background-size: 50% 40%;
    padding: 10px;
    border: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    position:absolute;
    right:30px;
}

footer {
    background-color: #f5f5f5;
    padding: 15px 0 15px 0;
    color: #666;
    font-family: 'open_sansregular';
}

footer nav {
    margin: 5px auto 10px auto;
    text-align: center;
}

footer nav a {
    color: #fea36c;
    font-family: 'open_sansbold';
    margin: 0 10px 15px 10px;
    text-align: center;
    display: inline-block;
}
footer nav a:hover {
    text-decoration:none;
    color:#FDA26B;
}
footer .address {
    font-size: 13px;
    font-family: 'open_sansregular';
    text-align: center;
    margin-bottom: 15px;
}

footer .social-media {
    list-style: none;
    margin: 20px auto;
    text-align: center;
    display: table;
    padding: 0;
}

footer .social-media li {
    text-align: center;
    display: inline;
}

footer .social-media li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-indent: -9999px;
    margin: 0 2px 0 2px;
}

footer .social-media li a.facebook {
    background: url(../images/facebook-icon.png) no-repeat;
    background-size: 30px 30px;
}

footer .social-media li a.twitter {
    background: url(../images/twitter-icon.png) no-repeat;
    background-size: 30px 30px;
}

footer .social-media li a.linkedin {
    background: url(../images/linkedin-icon.png) no-repeat;
    background-size: 30px 30px;
}

footer .social-media li a.instagram {
    background: url(../images/instagram-icon.png) no-repeat;
    background-size: 30px 30px;
}

footer .social-media li a.pinterest {
    background: url(../images/pinterest-icon.png) no-repeat;
    background-size: 30px 30px;
}

footer .social-media li a.medium {
    background: url(../images/medium-icon.png) no-repeat;
    background-size: 30px 30px;
}

footer .social-media li a.youtube {
    background: url(../images/youtube-icon.png) no-repeat;
    background-size: 30px 30px;
}

footer .download {
    margin: 15px 0;
}

.scroll-top {
    background: url(../images/up-link.png) no-repeat;
    width: 45px;
    height: 49px;
    position: fixed;
    bottom: 120px;
    right: 42px;
    background-size: 45px 49px;
    text-indent: -9999px;
    display: block;
}

.team-members .person {
    position: absolute;
    border-radius: 100%;
    width: 265px;
    height: 265px;
    top: 0;
    display: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.55) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.55) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.55) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.team-members .person span {
    color: #fff;
    font-family: 'open_sansbold';
    position: absolute;
    bottom: 50px;
    left: 60px;
}

.team-members .person .title {
    color: #ccc;
    bottom: 30px;
}

section.specialthanks h2 {
    background: url(../images/thanks-icon.png) no-repeat center bottom;
    background-size: 59px 58px;
    padding: 0 0 70px 0;
}
section.specialthanks h2,
.one.aboutus h2 {
    color: #fda26b !important;
}
.name-container .name {
    display: inline-block;
    margin: 0 15px 30px 0;
    color: #666;
    font-family: 'open_sansbold';
    font-size: 21px;
}

.name-container .name span {
    color: #d5d2c6;
    font-family: 'open_sansregular';
}

.third.specialthanks {
    min-height: 400px;
}
@media (max-width: 410px) {
   .top {
     /** width:110% !important; **/
   }
}
@media (max-width: 480px) {
 .newsletter-container .form-group {
    width:85%;
 }
}
@media (max-width: 540px) {
    .navbar-brand {
        width: 180px;
        height: 38px;
        background-size: 180px 38px;
        margin: 5px auto 9px auto !important;
    }
    .navbar-toggle {
        top: 2px;
        left: 2%;
    }
    .name-container .name {
        font-size: 14px;
    }
    .team-members .item img {
        width: 50%
    }
    .team-members .person {
        height: 158px;
        width: 158px;
        margin-left: -79px !important;
    }
    .team-members .person span {
        text-align: center;
        left: 15px;
    }
    header .header-content .inner h2 {
        width: 75%;
        text-align: center;
        margin: auto;
        line-height: 21px;
    }
    section.one .info {
        width: 100%;
        left: 0;
        display:none;
    }
    section.aboutus .info {
        display:block;
        line-height:22px;
    }
    section.one .motto {
        display: none;
    }
    section.one h2 {
        font-size: 20px !important;
        margin:0 auto 30px auto !important;
    }
    section.one .why-icon1,
    section.one .why-icon2,
    section.one .why-icon3 {
        background-position:center top;
        padding: 60px 0 0 0 !important;
        height: auto !important;
        text-align: center;
        margin: 20px 0 0 0 !important;
    }
    section.one .why-icon2,
    section.one .why-icon3 {
        background-position: center 15px;
    }
    section.one h3 {
        font-size: 18px;
        margin-top:10px;
    }
    section.one h3 ~ p {
        font-size: 14px;
    }
    section.one {
        background: none;
    }
    .newsletter-container h4 {
        font-size: 18px;
        text-align: center;
    }
    .newsletter-container .description {
        font-size: 14px;
        text-align: center;
    }
    .newsletter-container {
        margin:15px auto 30px auto;
    }

}
@media (min-width: 540px) and (max-width:768px) {
     .newsletter-container {
        margin:0 auto 40px auto;
    }
}
@media (min-width: 768px) {
    header .header-content {
        position: absolute;
        top: 50%;
        left: 0;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 768px) {
    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }
    section {
        min-height: 790px;
        padding: 75px 0;
        clear: both;
    }
}


@media (max-width: 767px) {
    header {
        height:50%;
    }
    header.aboutus {
        height:330px;
    }

    header .header-content {
        padding: 45px 0;
    }
    header.aboutus .header-content {
        padding:90px 0;
    }
    header .header-content .inner h1 {
        font-size: 24px;
        padding:0 !important;
        margin-bottom:20px;
    }
    header .header-content .inner h2 {
        font-size: 14px;
    }
    header .header-content .inner .default-btn {
        font-size: 16px;
        margin: 25px 0;
    }
    .scroll-bottom-link {
        width: 18px;
        height: 10px;
        background-size: 18px 10px;
    }
    section.one {
        background-size: 50% 25%;
        height: auto;
        padding: 30px 0;
    }
    section.one .info {
        font-size: 16px;
    }
    section.one h2 {
        font-size: 24px;
        margin: 30px auto;
    }
    section.one .motto {
        position: relative;
        bottom: 0;
        font-size: 16px;
        margin: 45px 0 0 0;
    }
    section.one .why-icon1 {
        height: 58px;
        background-size: 48px 58px;
        clear: both;
    }
    section.one .why-icon2 {
        height: 48px;
        background-size: 48px 44px;
    }
    section.one .why-icon3 {
        height: 45px;
        background-size: 48px 45px;
    }
    section.one .why-icon1,
    section.one .why-icon2,
    section.one .why-icon3 {
        padding: 0 0 75px 75px;
    }
    section.third h2 {
        font-size: 24px;
        margin: 20px 0 20px 0;
    }
    .carousel-caption p {
        font-size: 16px;
    }
    section.third {
        height: auto;
    }
    .newsletter-container .form-group {
        width: 82%;
        margin: 0;
    }
    footer {
        height: auto;
    }
    footer .col-sm-4 {
        margin: 15px 0;
    }
    footer .social-media {
        float: none;
        position: relative;
        right: 50%;
        margin-right: -75px;
    }
    .navbar {
        background: #93D1E0;
        width: 100%;
        position: fixed;
        height: 100%;
        z-index: 101;
        top: 0;
        width: 200px;
    }
    .navbar a {
        display: block;
        padding: 4px;
        text-align: center;
        font-size: 14px;
    }
    .navbar a:first-child {
        margin-top: 20px;
    }
    .up-link {
        right: 30px;
        bottom: 30px;
    }
    .team-members .item {
        text-align: center;
        margin-bottom: 20px;
    }
    .team-members .person {
        left: 50%;
        margin-left: -132px;
    }
    section.forth {
        display: none;
    }
}

section.second {
    width: 100%;
    background-image: url(../images/section-img.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center;
}

@media (max-width: 768px) {
    section {
        height: 50%;
    }
    .carousel {
       min-height: 500px;
    }
    .top {
        background-color: #f5f5f5;
        margin-left: -25px;
        margin-right: -15px;
        /** width: 108%; **/
        position: relative;
    }
    .navbar-brand {
        padding: 0;
        margin: 5px auto 10px auto;
        float: none;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    header,
    header.aboutus {
        height:500px;
    }
    .team-members .item {
        width: 42%;
        margin: 0 0 20px 40px
    }
    header .header-content .inner h1 {
        font-size: 24px;
    }
    header .header-content .inner h2 {
        font-size:18px;
    }
    header .header-content {
        top: 60%;
    }
    header.aboutus .header-content {
        top:50%;
    }
    section.one .motto {
        position: relative;
        top: 50px;
    }
}
@media (min-width:1024px) {
    header.aboutus {
        height:500px;
    }
}
