/*
 * Author: Carlos Alvarez
 * Revised: Jacob Barth
 * URL: http://alvarez.is
 *
 * Version: 1.1.0
 */
 
/* 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: #545454;

    -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;
}


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

.centered {
    text-align: center;
}

#lefty {
	text-align: left;
	padding-bottom: 20px;
}
/* Links */
/* Change link color here */
a {
    color: #579BD4;

    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: #f9f9f9;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    color: #579BD4;
    -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: 0px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.nave{
	color: #CFCFCF; 
	background-color: black;
}

.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: -12px;
	padding-bottom: -15px;
}

.navbar-inverse {
	background: black;
	border-color: black;
	height: 40px;
}

.navbar-inverse .navbar-nav > .active > a {
	background-color: #579BD4;
	padding-bottom: 15px;
}
.navbar-inverse .navbar-brand {
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
}

.navbar-inverse .navbar-brand i {
	color: #CFCFCF;
	font-size: 22;
	letter-spacing: 1px;
}
.code {
		color: #FFFFFF;
		font-weight: bolder;
		font-size: 22px;
		letter-spacing: 1px;
}
li:hover {
	background-color: #4B4B4B;
}
/*ZOOMY*/
.even1 {
	text-align: center;
	padding-left: 20px;
}
.even2 {
	text-align: center;
}
.image {
    width: 100%;
    height: 110%;    
}
/*look again for centering on diff. displays*/
.image img {
    -webkit-transition: all 0.6s ease; /* Safari and Chrome */
  	-moz-transition: all 0.6s ease; /* Firefox */
  	-o-transition: all 0.6s ease; /* IE 9 */
  	-ms-transition: all 0.6s ease; /* Opera */
  	transition: all 0.6s ease;
}

.image:hover img {
    -webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/new-header1.png) no-repeat center top;
	margin-top: -20px;
	padding-top:45px;
	text-align:center;
	background-attachment: fixed;
	background-position: center center;
	min-height: 500px;
	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;
}

#headerwrap h1 {
	margin-top: 100px;
	color: white;
	font-size: 70px;
	font-weight: 400;
	letter-spacing: 3px;
}

#headerwrap h2 {
	color: white;
	font-size: 55px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#headerwrap h3 {
	color: white;
	font-size: 35px;
}
#headerwrap h4 {
	color: white;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
}
#h {
	color: white;
}
#awesome {
	color: #7DB2FF;
	font-size: 30px;
}

/* Dark Grey Wrap */
.sub-header {
	padding-bottom: 30px;
}
#dg {
	background: #e0e0e0;
	padding-top: 20px;
	padding-bottom: -30px;
	text-align: center;
}

#dg h4 {
	font-weight: 700;
}
#gray {
	background-color: #e6e6e6;
}
#gray p {
	font-weight: 400;
}
/* Light Grey */
#lg {
	background: #ebebeb;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: left;
}

#lg h4 {
	font-weight: 700;
}
.serviceimg img {
	width: 95%;
	height: 95%;
}
@media (max-width: 1200px) {
	.serviceimg img {
		width: 70%;
		height: 70%;
	}
}
@media (max-width: 768px) {
	.serviceimg img {
		width: 65%;
		height: 65%;
	}
}
/*Mission wrap*/
#mission {
	background: #455a64 url(../img/pattern_bg.png) repeat center top;
	padding-top: 75px;
	padding-bottom: 75px;
	background-attachment: fixed;
}
#mission h4 {
	color: white;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 50px;
}
#mission p {
	color: white;	
}
#chart_text {
	background-color: #efefef;
	height: 325px;
	margin-right: 10px;
	margin-top: 20px;
	border: 5px solid #555;
	
}
.special {
	margin-left: -30px;
}
@media (max-width:1200px) {
	.special {
		margin-left: 0px;
	}
}
#chart_text p {
	color: #333;
}
/* Blue Wrap */

.bcode {
	background: url('../img/code_screen.png') repeat-x bottom left;
	background-attachment: fixed;
}
.keyboard{
	background: url('../img/keyboard_lit.png') repeat-x bottom center;
	background-attachment: fixed;
}
#blue {
	margin-top: -20px;
	padding-top: 35px;
	padding-bottom: 35px;
	height: 200px;
}

#blue h4 {
	color: white;
	font-weight: 700;
}

#blue p {
	color: white;
}
#quote {
	background-color: #a1cced;
	min-height: 160px;
}
#quote:hover {
	background-color: #b8dcf8;
}
#quote h4 {
	font-family: lato;
	font-weight: 600;
	font-size: 30px;
	color: #fff;
	margin-top: 50px;
}
#quote h5 {
	font-size: 25px;
	font-family: lato;
	font-weight: 400;
	color: #f2f2f2;
}

/* Footer Wrap */
#f {
	background: #1B1B1B;
	padding-top: 30px;
	padding-bottom: 30px;
}

#f i {
	margin-right: 12px;
	font-size: 35px;
}
#f i:hover {
	color: #666666;
}
#f h3 {
	color: #ffffff;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 23px;
	text-decoration: underline;
}
#twitter {
	color: #579BD4;
	font-size: 25px;
}
#facebook {
	color: #253C75;
	font-size: 25px;
}
#envelope {
	color: #bdbdbd;
}
#f-contact {
	
}
#f p {
	text-decoration: none;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	margin: 0px;
}
#f a {
	color: #cccccc;
}
#f a:hover {
	color: #579BD4;
}
#sub-f h6 {
	color: #eee;
	text-align: right;
	margin-top: 20px;
	margin-bottom: -25px;
}
/*make place for social icons, expiriment with classes*/
/****** SECTIONS *****/

.w {
	padding-top: 35px;
}

.w h4 {
	font-weight: 700;
}

.w i {
	color: black;
	font-size: 15px;
}


.wb {
	padding-top: 35px;
	margin-bottom: 0px;
}

.wb h4 {
	font-weight: 700;
}

.desc {
	padding-top: 35px;
}

.desc h4 {
	font-weight: 700;
}

.desc i {
	color: #ff7878;
	font-size: 12px;
	padding: 5px;
}
/***** MODAL CONTACT *****/
.modal-content {
	border: 3px solid #808080;
	border-radius: 3px;
	position: absolute;
	background-color: #333333;
	color: white;
}
@media (max-width:768px) {
	.modal-content {
		width: 90%;
	}
}
.modal-header {
	border-bottom: 1px solid #808080;
}

.modal-header h4 {
	font-weight: 700;
	color: white;
}

.modal-body {
	margin-left: 20px;
	margin-right: 20px;
	
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: white;
}

.modal-footer {
	border-top: 1px solid #808080;
	margin-top: 0px; 
}
#mod {
 	float: right;
 	margin-top: 10px;
	height: 30px;
	width: 100px;
	border: 0px;
	border-radius: 3px;
	background-color: #808080;
	color: white;
}
#mod:hover {
	background-color: #f9f9f9;
	color: #555;
	border: 2px solid #555;
}

/* ==========================================================================
   Contact Form
   ========================================================================== */
label {
	display: block;
	margin-top: 20px;
	text-align: left;
}
input, textarea {
	display: inline-block;
	color: #555;
	margin-left: 20px;
}
.name {
	border-style: solid;
	border-width: 2px;
	border-color: #808080;
	color: black;
	width: 400px;
	height: 27px;
	padding-left: 10px;
	font-size: 14px;
	background-color: #f2f2f2;
	
}
.name:focus{
	background-color: #cccccc;
	color: #545454;
}
@media (max-width:768px) {
	.name {
		width: 300px;
		margin-left: 0px;
	}
}
.Mess {
	height: 120px;
	width: 430px;	
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 2px;
	border-color: #808080;
	color: black;
	background-color: #f2f2f2;
}
.Mess:focus {
	background-color: #cccccc;
}
@media (max-width:768px) {
	.Mess {
		width: 350px;
		margin-left: 10px;
	}
	
	#ModalMess {
		margin-left: 0px;
		width: 300px;
	}
}
.submit {
	text-align: center;
	border: 0px;
	background-color: silver;
	color: white;
	border-radius: 2px;
	width: 70px;
	height: 30px;
	font-size: 14px;
	display: block;
	margin: 0 auto;
}   
.submit:hover {
	background-color: silver;
	color: black;
	border-radius: 2px;
	border: 2px solid black;
}

/* ==========================================================================
   Pricing Tables
   ========================================================================== */
   
.pricing-option {
    padding-bottom: 40px;
}

.pricing-option .pricing-top {
    position: relative;
    background: #222;
    color: white;
    text-align: center;
    font-weight: bold;

    padding: 40px 10px 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pricing-option .pricing-top .starting {
	text-transform: uppercase;
	display: block;
	font-size: 18px;
	letter-spacing: 3px;
}
.pricing-option .pricing-top .special-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1abc9c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
}
.lower-price {
	letter-spacing: 2px;
	padding-top: 20px;
	text-transform: none;
}
.special .pricing-top {
    background: black;
}

.pricing-option .pricing-edition {
    text-transform: uppercase;
    display: block;
    font-size: 22px;
    letter-spacing: 3px;
}

.pricing-option .price {
    display: inline-block;
    position: relative;
}

.pricing-option .price sup {
    position: absolute;
    top: 50px;
    left: -10px;
    font-size: 24px;
}

.pricing-option .price .price-amount {
    font-size: 108px;
    letter-spacing: -4px;
}

.pricing-option .price small {
    position: relative;
    left: -10px;
    font-size: 18px;
}

.pricing-option ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
}

.pricing-option ul li {
    border-bottom: solid 1px #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pricing-option li:hover {
	background-color: white;
}
.learn:hover {
	background-color: black;
	color: white;
}
.pricing-option .learn {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: white;
    background: #579BD4;
}

.pricing-option .learn:hover {
    background: #1abc9c;
}
#bl i {
	color: #579BD4;
	margin-bottom: 10px;
}
#bl a:hover {
	color: #808080;
}