/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:400,100,300,700,900);
@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:300,600,700,900);


/* OVERALL ASPECT */

body {
    background-color: #084DB6;
    font-family:'Lato', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    text-align: left;
    padding: 0 20px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Source Code Pro", sans-serif;
    color: #fff;
}

h4 {
    margin-top: 150px; 
}


/* Paragraph & Typographic */
p {
    line-height: 30px;
    margin: 8px 0 25px 0;
    color: #fff;
    letter-spacing: .2px;
}

p.first:first-letter, .dropcap {
  float: left;
  font-size: 3em;
  padding: 9px 0 0 0;
  font-family: 'Lato', sans-serif;
  margin-right: 5px; 
  line-height: 0.35em;
  font-weight: 100;
}

p.pullquote {
  font-size: 24px;
  background-color: #f6f4ee;
  padding: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  
}

.iviewer {
  font-family: 'Source Code Pro', sans-serif;
  color: #0527c3;
}

.iviewee {
  font-weight: 600;
  font-family: 'Source Code Pro', sans-serif;
}

.col-lg-3#menu {
  float: right;
  
}

/* Links */
a {
    color: #fff;
    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: #fff;
    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 {
	border: solid #fff; 
	border-width: 2px 0 0;
	clear: both;
	height: 0;
	margin: 1.2em auto;
}


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

.navbar-inverse {
	background: #2d2d2d;
	border-color: #2d2d2d;
}

.navbar-inverse .navbar-nav > .active > a {
	background: #ff7878
}

.navbar-inverse .navbar-brand {
	color: #999999;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
}

.navbar-inverse .navbar-brand i {
	color: #ff7878;
	font-size: 22px;
	letter-spacing: 1px;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	/*background: url(../img/header-bg.jpg) no-repeat center top;
	margin-top: -10px;
	padding-top:20px; ONLY NEED FOR MENU*/
	text-align:center;
	background-attachment: relative;
	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;
}

#headerwrap h2 {
	font-size: 1.3125em; /* 21px */
	line-height: 1.1429; /* 24px */
	margin-top: 4em;
	margin-bottom: 1em;
	font-weight: 200;
	font-family:'Lato', sans-serif;
	color: #fff;
}

/* Dark Grey Wrap */
#dg {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#dg h4 {
	font-weight: 700;
}

/* Light Grey */
#lg {
	background: #ebebeb;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#lg h4 {
	font-weight: 700;
}


/* Red Wrap */
#r {
	background: #ff7878;
	padding-top: 35px;
	padding-bottom: 35px;
}

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

#r p {
	color: white;
}

/* Blue Wrap */

#blue {
	background: #3498db;
	padding-top: 35px;
	padding-bottom: 35px;
}

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

#blue p {
	color: white;
}



/* Footer Wrap */
#f {
	margin-bottom: 100px;
}

#f i {
	color:  #fff;
	font-size: 30px;
	padding: 20px;
	margin-bottom: 30px;
}

#f i:hover {
	color: #FFFD00;
}

.centered {
  text-align: center;
}

/****** SECTIONS *****/

.whi {
    color: #fff;
}

.w h1 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0;
	padding-top: 20px;
}

.w h2 {
      font-size: 20px;
      font-weight: 300;
      line-height: 25px;
      color: #5391AA;
}

.w .p1 {
	margin-top: 150px;
}

.w i {
	color: #ff7878;
	font-size: 30px;
}


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

/*Additions MS */
h2.featurette-heading {
	text-align: center;
	font-size: 21px;
	margin-bottom: 24px;
	font-family: 'Open Sans', sans-serif;
}

.muted {
	color: #A5A5A2;
	font-family: 'Quattrocento', serif;
	font-size: 23px;
}

ul {
  list-style: none;
  font-family: 'Source Code Pro', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 36px;
}

/* ==========================================================================
   Forms
   ========================================================================== */
#headerwrap input[type=text] {
	background: rgba(227, 231, 228, 1);
	font-family: 'Lato', sans serif;
	font-size: 1em;
	border: 0;
	text-align: center;
	font-weight: 100;
	width:40%;
	/*vertical-align: middle;
	margin-bottom:0 !important;
	margin-top:-4px;
	*/
	
}

#headerwrap input[type=text]:focus {
	background: #fff;
	color: #555;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}

#headerwrap input[type=submit] {
	color: #000;
	width: 130px;
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:0.8em 0 0.9em 0;
	letter-spacing: 0.05em;
	text-transform: none;
	background: #FFFD00 !important;
}

select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:0.8em 0 0.9em 0;
}

/*
select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
	display: inline-block;
}
*/
/* ==========================================================================
   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 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.special .pricing-top {
    background: black;
}

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

.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 .pricing-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: white;
    background: #1abc9c;
}

.pricing-option .pricing-signup:hover {
    background: #ff7878;
}


