/*
Copyright (C) 2014 Rezaur

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
*/
/* 
    Created on : Nov 20, 2014, 10:19:46 PM
    Author     : Rezaur
*/

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 0px;
    color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    font-family: 'salvo', Arial, sans-serif;
    height: 500px;
    margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}
.carousel-caption h1{
    font-family: 'salvo', Arial, sans-serif; 
}
@media screen and (min-width: 1400px){
    .carousel-caption h1{
        font-size: 6.44em;
    }
}
/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
}
.marketing .col-lg-4 img{
    display: initial;
}
.thumb-icon{
    height: 185px;
    width: 185px;
    margin: 0 auto;
    border: 1px solid #4787ed;
}
.thumb-icon span{
    font-size: 115px;
    color: #4787ed;
    margin-top: 35px;
}
/* Featurettes
------------------------- */

.featurette-divider {
    margin: 25px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}
#slider-white-box{
    background: white;
    margin-top: 125px;
}
#slider-white-box h3{
    font-weight: bold;
    text-align: center;
    line-height: 29px;
}
.imgbox{
    padding-right: 0;
    padding-top: 45px;
}
.marketing .text-muted{
    font-size: smaller;
}
.jumbotron{
    background: transparent;
}
.jumbotron h1{
    font-weight: bold;
    color: white;
    /*letter-spacing:-1px;*/
    font-size: 35px;
    text-shadow: 0 3px 5px rgba(0,0,0,0.6);
}
.af-form-wrapper{
 background: white;
 padding: 25px;
}
#awf_field-71364548{
  border-color: #ccc;
  border-color: rgba(82,168,236,.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: 0 0 8px rgba(82,168,236,.6);
  box-shadow: 0 0 8px rgba(82,168,236,.6);
}
.af-form-wrapper .buttonContainer{
    margin-top: 25px;
}
.home .site-header{
    background: rgba(255,255,255,1);
    margin-bottom: 35px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 30px;
    }
}
