/*Every other css are loaded here
---------------------------------------------------------*/
@import url("../../bootstrap/3.3.5/css/bootstrap.min.css");
@import url(intlTelInput.min.css);
@import url(sweetalert.css);
@import url(//fonts.googleapis.com/css?family=Varela+Round|Open+Sans);
/*-------------------------------------------------------*/
*{
    margin: 0;padding: 0;
}
html {
    background: #eaf2df none repeat scroll 0 0
}
body {
    background: rgba(0, 0, 0, 0) url("../img/bg-bamboo.png") no-repeat scroll center 20px;
}
header .width {
    box-shadow: none;
    padding: 0;
    font-family: Arial,"Open Sans",sans-serif;
}
.header_top {
    height: 60px;
    padding: 10px 0 0;
    margin-bottom: 5px;
}
.site-header {
    width: 100%;
    height: 100%;
}
.site-logo {
    float: left;
    width: 72px;
    height: inherit;
    margin-right: 5px;
}
.site-title h1 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 42px;
}
.header_bottom {
    clear: both;
    background: #699c20 none repeat scroll 0 0;
    box-shadow: 0 0 2px 3px rgba(106,156,33, 0.15);
    height: 36px;
}
.header-bottom-container p {
    padding-left: 20px;
    margin: 0;
}
.header-bottom-container a {
    text-decoration: none;
    color: #fff;
}
.header-bottom-container a:hover {
    color: #e0e0e0;
}
.header-bottom-container {
    line-height: 36px;
    font-size: 13px;
}
.app-download .width{
    background-color: #fff;
}
.theme {
    color: #91b892;
    font-family: 'Varela Round', sans-serif;
}
.width {
    width: 980px;
    margin: 0 auto;
    padding: 15px 0 40px;
    box-shadow: 0 0 2px 4px rgba(106,156,33, 0.15);
    font-family: 'Open Sans', sans-serif;
}
.app-download .width{
    position: relative;
    z-index: 4;
}
.App-Description {
    padding-left: 0;
}
.App-Description h1 {
    margin-top: 0;
}
.item {
    height: 350px;
}
.item img {
    width: 100%;
}
.btn {
    background-color: #6a9c21;
    color: #fff;
    transition: all 0.3s;
}
.btn:hover {
    background-color: #91b892;
    color: #fff;
}
.carousel-indicators li {
    border-color: rgba(0,0,0,0);
    background-color: #91b892;
}
.carousel-indicators .active {
    background-color: #6a9c21;
}
.carousel-control {
    color: #91b892;
}
.carousel-control:hover {
    color: #6a9c21;
}
.form-group label, .form-group input {
    display: block;
    width: 100%;
}
.form-control:focus {
    box-shadow: 0 0 2px 4px rgba(106,156,33, 0.15);
    border-color: #91b892;
}
.intl-tel-input .flag-dropdown .country-list {
    width: 312px;
}
.store {
    margin-top: 20px;
}
.store .col-xs-4 {
    padding: 30px;
}
.store .col-xs-4 {
    border-bottom: rgba(0,0,0,0);
    border-right: 2px solid rgba(106,156,33, 0.1);
    border-top: rgba(0,0,0,0);
    border-left: rgba(0,0,0,0);
}
.store .col-xs-4:last-child {
    border-right: rgba(0,0,0,0);
}
.store .col-xs-4 .icon {
    margin-bottom: 30px;
    transition: all 0.4s;
}
.store .col-xs-4:hover .icon {
    margin-bottom: 30px;
    transform: scale(1.2);
}
.store .col-xs-4 .text-center:nth-child(2) {
    min-height: 65px;
}
.down_badge {
    width: 160px;
    margin-top: 30px;
}
.container {
    width: 100%;
}
footer .width {
    padding: 0;
    height: 10px;
    margin-bottom: 40px;
    background-color: #699C20;
    box-shadow: 0 1px 2px 4px rgba(106,156,33, 0.15);
}
.down_badge img {
    width: 100%;
}
.intl-tel-input {
    width: 100%;
}