/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}
.overlay {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.05);
    background-image: url('../../images/dots.png');
    background-repeat: repeat;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.mt {
	margin-top: 40px;
}.logo{
	max-width:300px;
	width:100%;
}
/* Links */
a {
    color: #428bca;
    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: #7b7b7b;
    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;
}

/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 12px;
	background-color: #27aae1;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #27aae1;
	background-color: #fff;
}
.active a{
	color: #ffffff;
	background-color: #74cfae;
}
.navbar-brand {
	font-size: 60px;
	padding-top: 0px;
	width: 79%;
	padding-bottom: 0px;
}

.btn-theme {
	color: #ffffff;
	background-color: #27aae1;
	border-color: transparent;
}

.btn {
	padding: 10px 0;
	margin-bottom: 0;
	font-size: 18px;
	max-width: 532px;
	width: 100%;
	background: #27aae1;
	color: #fff;
	border: 5px solid transparent;
	border-radius: 0px;
}
.butn {
	margin-bottom: 0;
	font-size: 18px;
	background: #27aae1;
	color: #fff;
	border: 5px solid transparent;
	border-radius: 0px;
}
a
.lead {
	letter-spacing: 1px;
}

/* WRAP SECTIONS */

/* hello */
#home {
	width: 100%;
	padding-top: 10%;
	padding-bottom: 10%;
	background-image: url(../images/mb.jpg) !important;
	background-position: 50% 68%;
	background-size: initial;
	background-repeat:no-repeat;
}.header{width: 100%;background-color: rgba(255, 255, 255, 0.65) !important;}

#home h1 {
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 3px;
	color: #27aae1;
}

#home h2 {
	color: #2e2e30;
	font-weight: 400;
	text-transform: uppercase;
}

/* Green */
#service, #faq {
	background-color: #27aae1;
	padding-top: 50px;
	margin-bottom: 0px;
}

#service h3, #faq h3{
	color: white;
	font-weight: 400;
	margin-bottom: 35px;
}

#service p, #faq p {
	color: white;
	font-weight: 400;
	font-size: 20px;
	text-align: justify;
}

/* Skills */
#skills {
	background-color: #4e4e4e;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
}

#skills h3 {
	color: white;
}

#skills p {
	color: white;
	font-weight: 400;
}

/* Social Links */
#contact {
	width: 100%;
	padding-bottom: 200px;
	background: #4e4e4e;
}

#contact i {
	font-size: 50px;
	color: #27aae1;
}

#contact i:hover {
	color: #fff;
}

#contact .col-md-3 {
	padding:30px;
}#contact h3{
	font-weight: 400;
	margin-bottom: 35px;
	color:#fff;
}#contact p{color:#fff;font-weight: 400;}

/* Footer */
#f {
	padding-top: 20px;
	background-color: #27aae1;
}

#f p {
	color: white;
	text-align: right;
	font-weight: 400;
}
/* UNSUB BE */
.unsub{
	background: transparent;
	border:0;
	padding:0;
}
#confirm{
	display: none;
}
#yes, #no{
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}
/* Image Opacity */
.grid img {
    opacity: .7;
}
.grid img:hover {
    opacity: 1;
}.panel-title:hover {
     cursor: pointer;
}
.Subinfo{
	border: 2px solid #27aae1;
}
.Subinfo tr:first-child{
	color:#fff;
	background:#27aae1;
}textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

#form input[type="text"], #form input[type="email"], #form input[type="tel"] {
    width: 400px;
    border: none;
    margin: 5px 2.5px ;
    height: 35px;
    padding: 12px;
    border-radius: 3px;
}

#form textarea {
    padding: 12px;
    border-radius: 3px;
    margin: 5px 0;
    width: 810px;
    min-height: 150px;
}

.sendBtn input[type="submit"] {
    max-width: 200px;
    width: 100%;
	margin-top: 10px;
}

@media (max-width: 960px) {
	.mt .col-md-4{
		margin-bottom:10px;
	}
}
