/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: Flat & Scroll 2 - Bootstrap 3 vCard Theme
 * Version: 1.1
 * Date: 09-17-2013
 * URL: http://alvarez.is/demo/fs2/
 */


body {
  padding-top: 50px;
  background-color: #fff;
    font-family: "Lato";
    /*font-weight: 300;*/
    font-size: 16px;
    color: #181818;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}

h2 {
    color: #eee;
}
/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #3bc492;
    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: #181818;
    text-decoration: none;
    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;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.modal-header {
	background-color: #1abc9c;
	color: white;
}

.modal-title {
	color: white
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
    /*background: url(../assets/img/header-bg.jpg) no-repeat center top;
    background: url('../images/DSC_6025.jpg') no-repeat center top;*/
    background: url('../images/cdi-water-bk.jpg') no-repeat center top;
    
    margin-top: -10px;
    padding-top: 40px;
    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;
    border-bottom: 1px solid #57BDB3;
}

#headerwrap h1 {
	font-weight: 300;
	font-size: 70px;
	color: #fff;
}
#headerwrap img{
    border: solid 25px #fff;
}

#foliowrap {
	background: url(../img/foliowrap.jpg) no-repeat center top;
	margin-top: 30px;
	padding-top:50px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 800px;
	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;
}

#foliowrap h3 {
	font-size: 35px;
	color: white;
	text-align: center;
}

#testimonial {
	background: url(../img/mint.jpg) no-repeat center top;
	margin-top: 80px;
	padding-top:80px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 440px;
	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;
}

#testimonial h1 {
	color: white;
	font-size: 38px;
}

#testimonial h2 {
	color: white;
	font-size: 20px;
	font-weight: 700;
}

#footerwrap {
	background-color: #2f2f2f;
     background: url('../images/cdi-water-bk.jpg') no-repeat center bottom;
	color: white;
	margin-top: 50px;
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: left;
}
#footerwrap input
{color:#222;}

#footerwrap h3 {
	font-size: 28px;
	color: white;
}

#footerwrap p {
	color: white;
	font-size: 18px;
}
#footerend{background-color: #2D8DA6;
           color:#fff;
           padding-top:25px;
           padding-bottom:5px;
           text-align:center;
}

.about {
	padding-top: 10px;
	text-align: center
}

.about h3 {
	font-size: 35px;
}

.about h4 {
	font-size: 20px;
	text-align: left;
}

.about p {
	text-align: left;
}

#chartwrap {
	width: 100%;
	text-align: center;
}

.label {
	padding-bottom: 15px;
}

.centered {
	text-align: center;
}


/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #1abc9c;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
	
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 30px;
}


/* ==========================================================================
   Blog
   ========================================================================== */

.accordion-heading {
	margin-top: 30px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.accordion-inner h4 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
	
}

.accordion-heading plus {
	font-size: 30px;
	font-weight: 700;
	color: #1abc9c;
	font-family: 'Raleway', sans-serif;
	vertical-align: middle;
}

.accordion-heading date {
	background-color: #2f2f2f;
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	padding: 8px; 
}

.accordion-heading a {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	color: #333;
}

.accordion-heading a:hover {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	color: #1abc9c;
	text-decoration: none;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*.form-control {
	padding: 20px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
    color:#222;
}*/

.form-group label {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.btn-theme {
	color: #fff;
	background-color: #2D8DA6;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: 700;
	border-radius: 3px;
}

.btn-theme:hover {
	cursor: pointer;
	color: white;
	background-color: #16a085;
	
}
input[type="text"]{
color:gray !important
}
.People{
    display:none;
}
.Message h4 {
    color: #fff;
}