/* ==== Google font ==== */

@import url('http://fonts.googleapis.com/css?family=Lato:400,300,700,900');
body {
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #444;
}

h1 {
    font-size: 40px;
}

h3 {
    font-weight: 400;
}

h4 {
    font-weight: 400;
    font-size: 20px;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
}

a {
    color: #000099;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #FF6000;
    text-decoration: underline;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.navbar-default {
    background-color: #f8c607;
}

.navbar-default .navbar-nav {
    padding-top: 13px;
}

.navbar-default .navbar-nav>li>a {
    /*color: #c6d550;*/
    color: #ffffff;
    text-transform: capitalize;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    font-weight: 400;
}

.navbar-default .navbar-nav>li>a:hover {
    /*color: #c6d550;*/
    color: #000;
}

.language {
    top: 10px;
    position: absolute;
    right: 10px;
}

.language li {
    display: inline;
    margin-left: 5px;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.btn-theme {
    color: #fff;
    background-color: #fd680e;
    border-color: #fd680e;
}

.btn-theme:hover {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

form.signup {
    margin-top: 30px;
}

form.signup button.btn {
    text-transform: uppercase;
    font-weight: 700;
}

form.signup input.form-control:focus {
    border-color: #fd680e;
}

/* Nav */

a.navbar-brand {
    color: #fff !important;
    font-weight: 900;
    text-transform: uppercase;
}

a.navbar-brand:hover {
    color: #ddd !important;
}

/*nav navbar-nav navbar-right*/

/* Header */

#header {
    background-color: #ffffff;
    /* [disabled]background: url(../img/main-bg.jpg) no-repeat center top; */
    margin-top: -20px;
    padding-top: 150px;
    background-attachment: relative;
    background-position: center center;
    min-height: 650px;
    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;
}

#header .img-mm {
    /* [disabled]width: 100%; */
    /* [disabled]max-width:350px; */
}

#header h1 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #000;
    font-size: 33px;
    font-weight: 900;
    /* [disabled]letter-spacing: -1px; */
    /* [disabled]text-align: center; */
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    font-weight: 400;
}

#header .title_es h1 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #000;
    font-size: 30px;
    font-weight: 900;
    /* [disabled]letter-spacing: -1px; */
    /* [disabled]text-align: center; */
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    font-weight: 400;
}

h2.subtitle {
    color: #000000;
    font-size: 20px;
    margin-top: 0px;
    font-weight: 400;
    padding-bottom: 20px;
}

#header .download-area {
    display: inline-block;
}

#header .btn-group {
    margin-left: 40px;
}

#header .btn-group li {
    padding: 0;
    margin-bottom: 15px;
}

#header .btn-group li a {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    width: 200px;
    height: 60px;
    text-indent: -9999px;
    margin-right: 30px;
}

#header .btn-group li a:hover {
    background-color: #666;
}

#header .btn-group li.ios-btn a {
    background-image: url(../img/btn-app-store.png);
}

#header .btn-group li.android-btn a {
    background-image: url(../img/btn-google-play.png);
}

#header .homeImage {
    display: inline-block;
    width: 200px;
}

#contactUs .heading_text {
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

#tos .tos_title {
    color: #f8c607;
    font-weight: bold;
}

#tos .para_title {
    color: #f8c607;
    font-weight: 400;
}

#tos_tc .tos_title {
    color: #f8c607;
    font-weight: bold;
}

#tos_tc .para_title {
    color: #f8c607;
    font-weight: 400;
    font-size: small;
}

#tos_tc p {
    font-size: small;
    line-height: normal;
}

#tos_tc li {
    font-size: small;
    line-height: normal;
}

/* slide */

.carousel-indicators {
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -50%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #b7cb1b;
}

/* footer */

.footer {
    background-color: #f8c607;
    padding: 10px 0 5px;
    font-weight: 400;
}

.footer p {
    margin: 0em;
}

.copyright {
    color: #ffffff;
    text-align: center;
}

/*	
.copyright a{
	color: #000;
	text-align: center;
	font-weight: 400;
}
.copyright a:hover{
	color: #ffffff;
}
*/

.footer li a {
    color: #ffffff;
}

.footer li a:hover {
    color: #000000;
}

/*
p.copyright {
	color: #000;
	text-align: center;
}	
p.copyright a{
	color: #000;
	text-align: center;
	font-weight: 400;
}
p.copyright a:hover{
	color: #fff;
}
*/

@media (max-width: 767px) {
    #header {
        padding-top: 80px;
    }
    .navbar-default .navbar-nav {
        padding-top: 0px;
    }
    #header h1 {
        font-size: 17px;
    }
    .language {
        top: 45px;
        position: absolute;
        right: 10px;
    }
    .footer {
        background-color: #f8c607;
        padding: 5px 0 5px;
        /* height: 60px; */
    }
}