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


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

.centered {
    text-align: center;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;
	font-weight:700;
    -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;
}

 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: 15px;
}

.navbar-inverse {
	background: #fff;
	border-color: #fff;
	-webkit-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 10px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 10px 5px 0px rgba(50, 50, 50, 0.5);
}

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

.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/hero1.jpg) no-repeat left top;
	margin-top: -10px;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;
	background-position: center;
	min-height: 782px;
	max-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;
}

#headerwrap1 {
	background-image:none;


}
#headerwrap h1, .carousel-caption h1 {
	margin-top: 300px;
	color: white;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 3px;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
}

#headerwrap h2, .carousel-caption h2  {
	color: white;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
  	margin-top: 50px;
}

.col-md-12 h2  {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
	margin-bottom:20px;
}

/* Orange Wrap */
#dg {
	background: #fb8230;
	padding-top: 70px;
	/*padding-bottom: 70px;*/
	
}

#dg h4, 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 {
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

#f i {
	color: #bdbdbd;
	font-size: 30px;
	padding: 20px;
}

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

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

.w {
	padding-top: 35px;
}

.w h4 {
	font-weight: 700;
}

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

/***** MODAL CONTACT *****/
.modal-content {
	border-radius: 0px;

}

.modal-header {
	background: #bdbdbd;
	color: white;
}

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

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

.modal-footer {
	background: #f2f2f2;
	margin-top: 0px; 
}

/* ==========================================================================
   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;
}

.quotes	{
	background-image:url(../img/pull.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:90px;
	text-align:left;
	color:#fff;
	font-weight:500;
	
}

.quotes h4 {
	color:#fff;
}

.white, .white h4 {
	color:#fff;
}

.woman	{
	background:url(../img/woman.png) no-repeat bottom center;
	height:450px;
}

.pregnant	{
		background:url(../img/pregnant.png) no-repeat center bottom;
		height:500px;
		
}

.children	{
		background:url(../img/kids.png) no-repeat center bottom;
		height:400px;
}

.baby		{
		background:url(../img/baby.png) no-repeat center bottom;
		height:510px;
}

.cranial	{
		background:url(../img/cranial_head.png) no-repeat center bottom;
		height:560px;
}

.heavy	{
	font-weight:700;	
}

cite	{
		font-style:italic;
}

.indent	{
		padding-left:90px;
}

.col-lg-4 a {
color:#fb8230;
	
}

.mar_top70	{
			margin-top:70px;
}

/* Call to action button */

.call	{
		padding:10px;
		background-color:#fa6602;
		display:block;
		width:200px;
		height:50px;
		color:#fff;
		border:0;
		margin:0 auto;
}

/* -------  320px viewport -------- */
@media (max-width: 320px)
{
#headerwrap {
background:url(../img/hero_320.jpg) no-repeat !important;
min-height: 173px;
padding-top:5px;
background-position:center center;
}
}

/* -------  480px viewport -------- */



@media (max-width: 480px)
{
#headerwrap {
background:url(../img/hero_480.jpg) no-repeat !important;
min-height: 260px;
padding-top:5px;
background-position:center center;
}
#headerwrap h1 {
	
	color: white;
	font-size: 30px !important;
	font-weight: 300;
	letter-spacing: 3px;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
	margin-top:60px;
}

#headerwrap h2 {
	color: white;
	font-size: 14px !important;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
	margin-top:10px;
}

.pad {
	padding-top: 35px;
}

.woman	{
		display:none;	
}

.indent	{
		padding-left:0;
}

.call	{
		padding:10px;
		background-color:#fa6602;
		display:block;
		width:280px;
		height:50px;
		color:#fff;
		border:0;
		margin:0 auto;
}

.small	{
		width:100% !important;
}

}

.navbar-brand img {

	width:220px;
} 

/* ----- Contact Form ----- */

.contact-form input {

margin: 1em 0;
padding: 1em;
width: 49%;
border: 1px solid #CCC;
}

.contact-form textarea {
width: 100%;
border: 1px solid #CCC;
margin-bottom: 1em;
padding: 1em;
}

.button {
font-family: Arial;
font-size: 1.28571428571em;
background-color: #fb8230;
color: #fff;
padding: 1em;
border: 0;
border-radius: 0;
display: block;
-webkit-transition: background-color 200ms linear;
-moz-transition: background-color 200ms linear;
-o-transition: background-color 200ms linear;
-ms-transition: background-color 200ms linear;
transition: background-color 200ms linear;
text-align: center;
height: auto;
width: 30%;
}

.right	{
	float:right;
}

