/* ///////////////////////////////////////////////////////////////////// 
//  01 - Custom Fonts 
/////////////////////////////////////////////////////////////////////*/

.img_res {
    display: block;
    width: 100%;
    height: auto;
}
.block-title {
    font-family: 'Roboto_slablight', sans-serif;
    font-size: 35px;
    padding: 0 40px;
    margin: 0;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    margin-top: 3%;
}
.block {
    padding: 10px 0px 50px 0px;
    overflow: hidden;
}

.title-box {
    text-align: center;
    margin-bottom: 50px;
}

.bb-top-left {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.bb-bottom-left {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

.bb-top-right {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.bb-bottom-right {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.bw-top-left {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.bw-bottom-left {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.bw-top-right {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.bw-bottom-right {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.polo-btn {
    display: block;
    color: #fff;
    border: 1px solid #fcaf17;
    text-align: center;
    font-size: 21px;
    font-weight: 100;
    padding: 15px 0px;
    margin: 0px 0px 20px 0px;
    transition: 0.4s ease all;
    margin-top: 2%;
    font-family: 'robotolight';
}

.login h1 {
    font-family: 'roboto_slabregular';
    font-size: 20px;
    padding-bottom: 5%;
    text-align: center;
    color: #fcaf17;
}

.login h1 a:hover {
    text-decoration-line: none;
    color: #fff;
}

.login h1 a {
    text-decoration-line: none;
    color: #fcaf17;
}

/* ///////////////////////////////////////////////////////////////////// 
//  03 - Side Menu
/////////////////////////////////////////////////////////////////////*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 260px;
    height: 100%;
    margin-right: -260px;
    overflow-y: auto;
    background: #fcaf17;
    z-index: 99999999;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.27);
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    padding: 15px 15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #831836;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav>.sidebar-brand a {
    color: #999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 260px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

.close-btn {
    display: block;
    color: #FFFFFF;
    font-size: 2em;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    padding-right: 25px;
}

.close-btn:hover {
    color: #84FFB0;
}

/* ///////////////////////////////////////////////////////////////////// 
//  04 - Preloader
/////////////////////////////////////////////////////////////////////*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('../img/preloader.gif') no-repeat center center;
}

/* ///////////////////////////////////////////////////////////////////// 
//  05 - Header
/////////////////////////////////////////////////////////////////////*/

.sticky {
    width: 100%;
    background-color: #fcaf17;
    padding: 5px 0px;
    transition: all 0.5s;
    z-index: 99999;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fcaf17;
    padding: 5px 0px;
}

#logo_menu {
    padding: 5px 0px;
}

#menu-toggle {
    z-index: 1;
    font-size: 35px;
    float: right;
    border: 1px solid #fff;
    color: #fff;
    margin: 5px 0px;
    padding: 2px 10px;
    line-height: 0;
}

.store-btn-container {
    padding-top: 15px;
}

.store-btn:hover,
#menu-toggle:hover {
    background: #fcaf17;
    border-color: #fcaf17;
    color: #000;
}

/* ///////////////////////////////////////////////////////////////////// 
//  06 - Banner
/////////////////////////////////////////////////////////////////////*/

#banner {
    background: url(../img/bg.jpg);
    background-size: cover;
    padding-top: 80px;
    background-attachment: fixed;
    position: relative;
}

.headings .title img {
    width: 100%;
}

.headings {
    padding: 20% 0 5% 0;
    color: #fff;
}

.headings h1 {
    font-size: 17px;
    font-weight: 300;
    padding-bottom: -7px;
    text-align: center;
}

.headings .subtitle {
    font-family: 'roboto_slabthin';
    font-size: 25px;
    padding-bottom: 5%;
    text-align: center;
}

.headings hr {
    color: #fff;
    width: 80%;
}

.headings p {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 0px;
}

.hand-container {
    max-height: 800px;
    overflow: hidden;
}

.iphone-hand {
    padding: 70px 0px 0px 0px;
    margin-left: 4%;
}

.store:hover {
    background: #fcaf17;
    border-color: #fcaf17;
    color: #fff;
}

.polo-btn i {
    padding-right: 6px;
}

.slidedown {
    font-size: 50px;
    color: #fff;
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 99;
    cursor: pointer;
}

/* ///////////////////////////////////////////////////////////////////// 
//  06 - About 
/////////////////////////////////////////////////////////////////////*/

.mt_logo img {
    width: 80%;
}

.mt_content {
    text-align: justify;
    padding-top: 0%;
    font-size: 15px;
    font-family: 'robotoregular';
    line-height: 25px;
    font-weight: 400;
    color: #898989;
}

/* ///////////////////////////////////////////////////////////////////// 
//  07 - Features
/////////////////////////////////////////////////////////////////////*/

#features {
    background: url(../img/bg.jpg);
    background-attachment: scroll;
    background-size: auto auto;
    background-size: cover;
    padding-top: 25px;
    background-attachment: fixed;
    position: relative;
}

.white-title {
    font-family: 'Roboto_slablight', sans-serif;
    font-size: 35px;
    padding: 0 40px;
    margin: 0;
    margin-top: 0px;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    margin-top: 3%;
    color: #fff;
}

.feature-box {
    padding: 30px 0px;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
}

.feature-box i {
    font-size: 7em;
    line-height: 0 !important;
    margin: 0;
    padding: 0;
}

.feature-box p {
    padding: 0px 20px;
    font-size: 15px;
    font-family: 'calibri';
    color: #aeaeae;
    line-height: 25px;
    text-align: center;
}

.feature-box h2 {
    margin: 0;
    padding: 20px 0px;
    color: #fcaf17;
    font-family: 'roboto_slablight';
    font-size: 20px;
}

.feature-box a {
    padding: 0px 20px;
    font-size: 17px;
    font-family: 'calibri';
    color: #fcaf17;
    line-height: 25px;
    text-align: center;
}

.extra_f .btn {
    position: relative;
    left: 45%
}

.btn-info {
    color: #fff;
    background-color: #0088eb;
    border-color: #0088eb;
}

/* ///////////////////////////////////////////////////////////////////// 
//  08 - Gallery
/////////////////////////////////////////////////////////////////////*/

#gallery {
    background: url(../img/gallery-bg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#screenshots .item {
    padding: 2%;
    margin: 0px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.customNavigation {
    text-align: center;
}

/*use styles below to disable ugly selection*/

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.gallery-nav {
    color: #6ecba9;
    font-size: 2em;
    margin: 0 1em;
    padding: 10px 19px;
    line-height: 0;
    border: 1px solid #6ecba9;
    border-radius: 50%;
}

.gallery-nav:hover,
.gallery-nav:focus,
.gallery-nav:active {
    color: #fff;
    background: #6ecba9;
}

/* ///////////////////////////////////////////////////////////////////// 
//  09 - Team Member
/////////////////////////////////////////////////////////////////////*/

.team-social {
    margin: 0;
    padding: 8px 0px;
    list-style: none;
    text-align: center;
    float: right;
}

.team-social li {
    display: inline-block;
    font-size: 24px;
    padding: 0px 3px;
    color: #fff;
}

.team-social li a {
    display: inline-block;
}

.team-member {
    text-align: center;
    margin-bottom: 40px;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.team-member p {
    text-align: center;
    padding-top: 2%;
    font-size: 15px;
    font-family: 'robotoregular';
    line-height: 27px;
    font-weight: 400;
    color: #898989;
    padding: 10px 10px 15px 10px;
}

.team-member h2 {
    font-size: 25px;
}

/*.team-social li a i {
    border: 1px solid;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1.6;
    border-radius: 50%;
    transition: 0.5s ease all;
}
.facebook a i {
    color: #3B5998;
    border-color: #3B5998;
}
.facebook a i:hover {
    color: #fff;
    background-color: #3B5998;
}
.linkedin a i {
    color: #007bb6;
    border-color: #007bb6;
}
.linkedin a i:hover {
    color: #fff;
    background-color: #007bb6;
}
.googleplus a i {
    color: #dd4b39;
    border-color: #dd4b39;
}
.googleplus a i:hover {
    color: #fff;
    background-color: #dd4b39;
}
.github a i {
    color: #444;
    border-color: #444;
}
.github a i:hover {
    color: #fff;
    background-color: #444;
}
*/

/* ///////////////////////////////////////////////////////////////////// 
//  13 - Footer Section
/////////////////////////////////////////////////////////////////////*/

#footer {
    background: url(../img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 20px 0px 22px 0px;
}

.footer-logo {
    font-size: 27px;
    color: #fff;
    font-weight: 300;
}

.footer-logo a:hover {
    color: #00ceb8;
}

.footer-logo img {
    float: left;
    width: 25%;
    margin-right: 2%;
    padding-top: 2%;
}

.copyright {
    color: #fff;
    text-align: right;
    font-size: 15px;
    margin-top: 5px;
}

.copyright a {
    transition: all 0.3s ease-out;
    position: relative;
    padding: .5em;
    margin: -.5em;
    color: #fcaf17;
    font-family: 'robotoregular';
}

.copyright h1 {
    color: #fcaf17;
    text-align: right;
    font-size: 25px;
    margin-top: 14px;
    font-family: 'roboto_condensedbold';
}

.copyright a:hover {
    transition: all 0.3s ease-out;
    position: relative;
    padding: .5em;
    margin: -.5em;
    color: #fff;
    font-family: 'robotoregular';
}

#footer span {
    color: #e9e9e9;
    display: block;
    font-size: 20px;
    margin-bottom: -15px;
}

/*.team-social li a i {
    border: 1px solid;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1.6;
    border-radius: 50%;
    transition: 0.5s ease all;
}
.facebook a i {
    color: #3B5998;
    border-color: #3B5998;
}
.facebook a i:hover {
    color: #fff;
    background-color: #3B5998;
}
.linkedin a i {
    color: #007bb6;
    border-color: #007bb6;
}
.linkedin a i:hover {
    color: #fff;
    background-color: #007bb6;
}

.github a i {
    color: #ff4545;
    border-color: #ff4545;
}
.github a i:hover {
    color: #fff;
    background-color: #ff4545;
}
*/

/* ///////////////////////////////////////////////////////////////////// 
//  14 - Responsive Fixes
/////////////////////////////////////////////////////////////////////*/

/*1340px - 1170px*/

@media all and (max-width: 1340px) and (min-width: 1170px;
) {
    .address-list li {
        font-size: 18px;
    }
    .address-list li i {
        width: 60px;
        height: 60px;
        font-size: 34px;
    }
}

/*1170px - 992px*/

@media all and (max-width: 1170px) and (min-width: 992px) {
    .address {
        width: 100%;
    }
    .mailbox {
        width: 100%;
    }
    .address-list {
        padding: 200px 0px 70px 0px;
        width: 100%;
        max-width: 100%;
    }
    .address {
        height: 340px;
    }
    .mailbox .container {
        margin-top: 100px;
        height: auto;
    }
    .address-list {
        padding: 200px 0px 70px 0px;
        width: 100%;
        max-width: 100%;
    }
    .address-list li {
        font-size: 16px;
        padding: 1em;
        display: inline-block;
    }
    .address-list li i {
        display: table-cell;
        line-height: 42px;
        width: 42px;
        height: 40px;
        font-size: 18px;
    }
}

/*1170px*/

@media all and (max-width: 1170px) {
    .address {
        width: 100%;
    }
    .mailbox {
        width: 100%;
    }
    .mailbox {
        padding-bottom: 111px;
        height: auto;
    }
    .mailbox .container {
        margin-top: 130px;
        margin-bottom: 0px;
    }
}

/*992px*/

@media all and (max-width: 992px) {
    .headings h1,
    .headings p {
        text-align: center;
    }
    .block-title {
        font-size: 21px;
    }
}

/*768px*/

@media all and (max-width: 768px) {
    #footer,
    .copyright {
        text-align: center;
    }
}

/*480px*/

@media all and (max-width: 480px) {
    .btn-custom {
        padding: 5px 0px;
    }
}

/*320px-786px*/

@media all and (min-width: 320px) and (max-width: 786px) {
    .headings h1 {
        font-size: 12px;
        font-weight: 300;
        padding-bottom: -7px;
        text-align: center;
    }
    .headings .subtitle {
        font-family: 'roboto_slabthin';
        font-size: 15px;
        padding-bottom: 5%;
        text-align: center;
    }
    .polo-btn {
        display: block;
        color: #fff;
        border: 1px solid #fcaf17;
        border-top-color: rgb(252, 175, 23);
        border-right-color: rgb(252, 175, 23);
        border-bottom-color: rgb(252, 175, 23);
        border-left-color: rgb(252, 175, 23);
        text-align: center;
        font-size: 14px;
        font-weight: 100;
        padding: 15px 0px;
        margin: 0px 0px 20px 0px;
        margin-top: 0px;
        transition: 0.4s ease all;
        margin-top: 2%;
        font-family: 'robotolight';
    }
    .slidedown {
        display: none;
    }
    .mt_logo img {
        width: 100%;
    }
    .white-title {
        font-family: 'Roboto_slablight', sans-serif;
        font-size: 21px;
        padding: 0 40px;
        margin: 0;
        margin-top: 0px;
        margin-top: 0px;
        line-height: 1.6;
        display: inline-block;
        position: relative;
        text-transform: uppercase;
        margin-top: 3%;
        color: #fff;
    }
    .footer-logo img {
        float: left;
        width: 45%;
        margin-right: 2%;
        padding-top: 2%;
    }
    .copyright h1 {
        color: #fff;
        text-align: center;
        font-size: 21px;
        margin-top: 14px;
        font-family: 'robotoregular';
    }
}

@media all and (min-width: 640px) and (max-width: 640px) {
    .footer-logo img {
        float: left;
        width: 29%;
        margin-right: 2%;
        padding-top: 2%;
        margin-left: 12%;
    }
}

#cta01 {
    background: "#F9F5BA";
    margin-top: 0px;
    padding-top: 30px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 250px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#cta01 h1 {
    color: white;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 60px;
}

#cta01 h2 {
    color: white;
    font-weight: 700;
    margin-bottom: 25px;
}

#cta01 i {
    color: white;
    font-size: 45px;
}

#cta02 {
    background: "#F9F5BA";
    margin-top: 0px;
    padding-top: 100px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 350px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#cta02 h2 {
    color: white;
    font-weight: 700;
    margin-bottom: 25px;
}

#cta03 {
    background: url(../img/cta/cta01.jpg) no-repeat center top;
    margin-top: 0px;
    padding-top: 50px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 450px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#cta03 h2 {
    color: white;
    font-weight: 700;
    margin-bottom: 50px;
}

#cta03 i {
    color: white;
    font-size: 45px;
}

#cta03 p {
    color: white;
    font-size: 16px;
}

#cta-bar {
    background: #2f2f2f;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-transition: color 0.3s ease-in, background 0.3s ease-in;
    -moz-transition: color 0.3s ease-in, background 0.3s ease-in;
    -ms-transition: color 0.3s ease-in, background 0.3s ease-in;
    -o-transition: color 0.3s ease-in, background 0.3s ease-in;
    transition: color 0.3s ease-in, background 0.3s ease-in;
}

#cta-bar:before,
#cta-bar:after {
    -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
    -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
    -o-transition: color 0.2s ease-in, background 0.2s ease-in;
    transition: color 0.2s ease-in, background 0.2s ease-in;
    cursor: pointer;
}

#cta-bar h4 {
    color: white;
    font-weight: 400;
}