/*	################################################################

	Author: Carlos Alvarez
	URL: http://alvarez.is

	Project Name: SOLID - Bootstrap 3 Theme
	Version: 1.0
	URL: http://alvarez.is
	
################################################################# */ 
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
@import url(https://fonts.googleapis.com/css?family=Cabin);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* { 
		margin: 0;
		padding: 0px;
	} 

body { 
	background: #ffffff; 
	margin: 0; 
	height: 100%; 
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	}

h1, h2, h3, h4, h6 {
	font-family: 'Arial Rounded MT Bold', sans-serif;
	font-weight: 700;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px; 
	line-height: 24px;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px; 
	line-height: 24px;
	color: #333333; 
	margin-top: 10px; 
}

img {
	height: auto;
	max-width: 100%;
}

a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #555555; 
}
a:hover,
a:focus {
  text-decoration: none;
  color:#fd8724;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#75b5ab;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#75b5ab;
}

.centered {
	text-align: center
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.navbar {
	min-height: 70px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
}

.navbar-header .navbar-brand {
	color: #75b5ab;
}

.navbar-default .navbar-nav > li > a {
	color: #999999;
	font-weight: 700;
	font-size: 12px;
}

.navbar-default .navbar-nav > li > a span {
	color: #0282ac;
	font-weight: 700;
	font-size: 12px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #555555;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #555555;
	background-color: transparent;
}

.navbar-default {
	background-color: #ffffff;
/*	border-color: #75b5ab; */
}

.dropdown-menu {
	background: #555555;
}

.dropdown-menu > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
}

.btn-theme-grey {
  color: #fff;
  background-color: #999;
  border-color: #999;
  margin: 4px;
}
.btn-theme-grey:hover,
.btn-theme-grey:focus,
.btn-theme-grey:active,
.btn-theme-grey.active,
.open .dropdown-toggle.btn-theme-grey {
  color: #fff;
  background-color: #777;
  border-color: #999;
}

.btn-theme {
  color: #fff;
  background-color: #ff8700;
  border-color: #ff8700;
  margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #d97300;
  border-color: #ff8700;
}

.btn-theme-stroke {
  color: #999;
  background-color: #fff;
  border-color: #999;
  margin: 4px;
}
.btn-theme-stroke:hover,
.btn-theme-stroke:focus,
.btn-theme-stroke:active,
.btn-theme-stroke.active,
.open .dropdown-toggle.btn-theme-stroke {
  color: #999;
  background-color: #fff;
  border-color: #777;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

.mtb {
	margin-top: 80px;
	margin-bottom: 80px;
}

.mtb p {
	color: #333333;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 2px solid #e8e8e8;
}

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}

.caret {
	margin-top: -2px;
}

/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
	background: linear-gradient(#ffffff, #f7f7f7);
	min-height: 550px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}


#headerwrap h1 {
	color: #231f20;
	margin-bottom: 18px;
}

#headerwrap .img-responsive {
	margin: 0 auto;
}

#headerwrap .img-responsive-logo {
	margin: 0 auto;
}


#headerwrap h3, h5 {
	color: #231f20;
	font-weight: 400;
	padding-top: 5px;
	padding-bottom: 4px;
}

#headerwrap h4 {
color: #999;
padding-bottom: 40px;
}

#headerwrap p {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: 60px;
	margin-right: 60px;
}

/* Services Wrap */
#service {
	margin-top: 50px;
	margin-bottom: 80px;
}

#service i {
	color: #ff8700;
	font-size: 60px;
	padding: 15px;
}

#service h4 {
	color: #ff8700;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
}

#service p {
	color: #333333;
}

/* Content Area Wrap */
#content {
	margin-top: 20px;
	margin-bottom: 80px;
}

#content i {
	color: #ff8700;
	font-size: 60px;
	padding: 15px;
}

#content i, small {
	color: #75b5ab;
	font-size: inherit;
	padding: 0 5px 0 0;
}

#content p {
	color: #555555;
}

#content a {
	color: #555555;
}

#content a:hover {
	color: #999999;
}

#content p span {
	color: #999999;
	font-size: 12px;
}

#content h4 {
	padding-top: 15px;
	color: #555555;
	line-height: 25px;
}

#content ul {
	color: #555555;
	line-height: 20px;
	padding-left: 25px;
}

#content .shots {
	margin: 0 20px 20px 0;
	border:solid 1px #ededed;
}

#content blockquote {
	padding: 10px 20px;
	margin: 0 0 10px;
	font-size: 17.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555555;
	border-left: 5px solid #eee;
}

#content .quote  {
	font-size: 12px;
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 20px;
	color: #999999; 
	margin-top: 0px; 
}

#content .grey  {
	font-size: 12px;
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 20px;
	color: #999999; 
	margin-top: 20px; 
}

.hline-sm {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
}

/* Fertility App Wrap */
#fertility {
	margin-top: 50px;
	margin-bottom: 0px;
}

#fertility i {
	color: #ba1891;
	font-size: 60px;
	padding: 15px;
}

#fertility h4 {
	color: #ba1891;
	line-height: 25px;
}


/* Pregnancy App Wrap */
#pregnancy {
	margin-top: 50px;
	margin-bottom: 0px;
}

#pregnancy i {
	color: #75b5ab;
	font-size: 60px;
	padding: 15px;
}

#pregnancy h4 {
	color: #75b5ab;
	line-height: 25px;
}

#pregnancy p {
	color: #75b5ab;
	line-height: 25px;
}

/* Baby App Wrap */
#baby {
	margin-top: 50px;
	margin-bottom: 0px;
}

#baby i {
	color: #fd8724;
	font-size: 60px;
	padding: 15px;
}

#baby h4 {
	color: #fd8724;
	line-height: 25px;
}


/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 60px;
	margin-bottom: 60px;
	display: block;
	text-align: center
}

#portfoliowrap h3 {
	margin-bottom: 25px;
}

.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#00b3fe;
	background-color:rgba(0,179,254,.9);
	text-align:center;
}

/* Testimonials Wrap */
#twrap {
	background: url(../img/t-back.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	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;
}

#twrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#twrap p {
	color: white;
	font-size: 15px;
	line-height: 25px;
}

#twrap h3,h4 {
	color: white;
}

/* clients logo */
#cwrap {
	border-top: solid;
	border-width: 3px;	
	border-color: #f7f7f7;
	background: #ffffff;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 {
	margin-bottom: 60px;
}

/* Footer */
#footerwrap {
	padding-top: 60px;
	padding-bottom: 10px;
	background: #f7f7f7;
}

#footerwrap .splash {
	background: #fff;
	width: 100%;
	padding-top: 10px;
	position: absolute;
	position: ;
}

#footerwrap p {
	color: #999999;
}

#footerwrap p span {
	color: #bbbbbb;
	font-size: 12px;
}

#footerwrap .copyright {
	color: #999999;
	font-size: 12px;
}

#footerwrap h4 {
	color: #999999;
}

#footerwrap a {
	color: #999999;
}

#footerwrap .copyright span a {
	color: #999999;
}

#footerwrap .copyright span a:hover {
	color: #555555;
}

#footerwrap a:hover {
	color: #cccccc;
}

#footerwrap i {
	font-size: 30px;
	color: #999999;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #cccccc;
}

#footerwrap .hline-w {
	border-bottom: 2px solid #dedede;
	margin-bottom: 15px;
}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#aqua {
	background: #75b5ab;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#aqua h3 {
	color: white;
	margin-left: 15px;
}

#purple {
	background: #66218a;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#purple h3 {
	color: white;
	margin-left: 27px;
}


.ctitle {
	color: #00b3fe;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	background: #00b3fe;
}

/* Contact Page */
#contactwrap {
	background: url(../img/contact.jpg) no-repeat center top;
	margin-top: -60px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	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;
}

/* Fertility Page */
#fertilitywrap {
	/*background: url(../img/contact.png) no-repeat center top;*/
	background: linear-gradient(#fff, #f9f9f9);
	margin-top: 60px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 550px;
	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;
}

#fertilitywrap h1 {
	color: #ba1891;
	margin-bottom: 25px;
}

#fertilitywrap h2 {
	color: #ba1891;
	line-height: 37px;
}

#fertilitywrap i,p {
	color: #ba1891;
}

#fertilitywrap a {
	color: #ba1891;
}

#fertilitywrap a:hover {
	color: #c846a7;
}

#fertilitywrap .btn-theme {
  color: #fff;
  background-color: #ba1891;
  border-color: #ba1891;
  margin: 4px;
}

#fertilitywrap .btn-theme:hover,.btn-theme:focus,.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #c846a7;
  border-color: #c846a7;
}


/* Pregnancy Page */
#pregnancywrap {
	/*background: url(../img/bg-pregnancy-feature.png) repeat-y center top;*/
	background: linear-gradient(#90c4bc, #75b5ab);
	margin-top: 60px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 550px;
	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;
}

#pregnancywrap h1 {
	color: white;
	margin-bottom: 25px;
}

#pregnancywrap h2 {
	color: white;
	line-height: 37px;
}

#pregnancywrap i,a,p {
	color: white;
}

#pregnancywrap p {
	color: white;
}

#pregnancywrap a:hover {
	color: #ededed;
}

#pregnancywrap .btn-theme {
  color: #fff;
  background-color: #ff8700;
  border-color: #ff8700;
  margin: 4px;
}

#pregnancywrap .btn-theme:hover,.btn-theme:focus,.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #ff9f33;
  border-color: #ff9f33;
}


/* Baby Page */
#babywrap {
	/*background: url(../img/bg-pregnancy-feature.png) repeat-y center top;*/
	background: #fff;
	background: linear-gradient(#fff,#f9f9f9);
	margin-top: 60px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 550px;
	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;
}

#babywrap h1 {
	color: white;
	margin-bottom: 25px;
}

#babywrap h2 {
	color: #ff8700;
	line-height: 37px;
}

#babywrap .btn-theme {
  color: #fff;
  background-color: #ff8700;
  border-color: #ff8700;
  margin: 4px;
}

#babywrap .btn-theme:hover,.btn-theme:focus,.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #ff9f33;
  border-color: #ff9f33;
}

#babywrap a,p {
	color: #ff8700;
}

#babywrap a:hover {
	color: #ff9f33;
}

/* Blog Page */
.popular-posts { 
	margin: 0px;
	padding-left: 0px;
	}
	
.popular-posts li {
	list-style: none; 
	margin-bottom: 20px; 
	min-height: 70px;
}
.popular-posts li a, 
.popular-posts li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.popular-posts li img {
	float: left; 
	margin-right: 20px;
	}
	
.popular-posts li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}	

.share i {
	padding-right: 15px;
	font-size: 18px;
}

.modal-body {
  position: relative;
  padding: 0;
  background: #000;
}

  .modal-dialog {
    width: 402px;
    margin: 30px auto;
  }
  
  
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 0px;
  margin-bottom: 13px;
  background: #000;
}

.modal-content {
  position: relative;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.close {
    color: #fff; 
    opacity: 1;
	text-shadow: none;
}

.close:hover,
.close:focus {
  color: #fff;
}

.modal-footer {
  padding: 0;
  margin-top: 0px;
}

@media only screen and (max-width: 991px) {
	.img-responsive-logo {
	width: 300px;
	height: 35px;
	margin-top: 7px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

#aqua {
    background: #75b5ab;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.mtb {
	margin-top: 0px;
	margin-bottom: 20px;
}

#service {
	margin-top: 0px;
	margin-bottom: 20px;
}

#aqua {
	background: #75b5ab;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}

}

@media only screen and (max-width: 498px) {
	.img-responsive-logo {
	width: 300px;
	height: 35px;
	margin-top: 7px;
}

#aqua {
    background: #75b5ab;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.mtb {
	margin-top: 0px;
	margin-bottom: 20px;
}

#service {
	margin-top: 0px;
	margin-bottom: 20px;
}
}

.nav-tabs > li > a {
  /* margin-right: 2px; */
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #999;
    
}