body {
	background-color: #fff;
	color: #666666;
	font-family:  "Lato", Loto, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.43;
	 position: relative;
}
.light-dark-bg{ background-color: #fafafa;}
ul, ol {
	margin: 0px;
	padding: 0px;
}

.radio label, .checkbox label {
	line-height: 14px;
	font-size: 14px;
}

ul li {
	list-style: none;
}
#header{
	padding-top:10px; 
	background: rgba(255, 255, 255,.9);	
	border: none;	
    margin-bottom: -2px;
 }
a{text-decoration: none;}
#navbar{vertical-align: bottom; bottom:0px; background:none; }

#navbar li a{
	font-size:13px;	
	text-transform: uppercase;
	line-height: 1.2;
	text-align: right;
	padding-bottom: 20px;
	border-bottom:1px solid transparent;
}
#navbar .nav > li > a:focus, #navbar .nav > li > a:hover,#navbar .nav > li.active > a{background:none; border-bottom:1px  solid #fa7390}
.navbar-toggle {
    border-color: #fff;
    background-color: #fff;
    position: absolute;
    top:0;
    right: 0;
}
.navbar-toggle .icon-bar {
    background-color: #666666;
}
.navbar-toggle:focus,.navbar-toggle:hover{
	background-color: #fa7390;
}
.navbar-toggle:focus .icon-bar,.navbar-toggle:hover  .icon-bar{
	background-color: #fff;
}
 
.top-link {position: absolute; top:20px; right:0px;}
.top-link p{
	font-size:18px;
	color:#999;	
	line-height: 40px;
}
.color-black{
	color:#666666;
}
.btn-bordered{
	color:#fa7390;	
	background-color: transparent;
    border-color: #fa7390;
    border-radius:20px;
}
.btn-bordered:focus,.btn-bordered:hover{
	color:#fff;	
	border-color: transparent;
	background-color: #fa7390;
}

a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus,
	.btn.focus:active, .btn.active.focus, a:focus, .btn:focus, .btn:active:focus,
	.btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
	outline: none;
	text-decoration: none;
}
a{color:#565a5c;}

.footer{
	padding:20px 0px;
	background:#ffffff;	
	border-top:1px solid #f9f9f9;
}
.footer p{
	font-size:14px;
	color:#999999;
}


.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
	max-width: none;
}
.carousel-caption {
	  
	top:40%;
    line-height: 22px; 
    display: inline-block;
    vertical-align: middle;
    color: rgb(250, 115, 144);
    text-shadow: unset;
    font-weight: 100;
    text-align: center;
}

.carousel-caption .sub-head{
	font-size: 30px;
  	line-height: 1.2;
  	padding:10px 0px;
}
.carousel-caption .head{
	font-size: 60px;
  	line-height: 1.2;
  	padding:10px 0px;
}
.carousel-indicators .active{
	    width: 40px;
    height: 5px;
    border-radius: 0;
}
.page-content{padding-top:7.143em; padding-bottom:13.286em;}


.form-wrapper{border-radius:4px;}
.form-wrapper .form-head{padding:20px 0px; -webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px; background:#fa7390;  color:#f1ebf7; text-align: center; font-size:18px;  font-weight: 700;}
.form-wrapper .form-head strong{font-size:30px;}

.form-horizontal{border-radius:4px;  padding:20px; border-left:1px solid #d2d2d2; border-bottom:1px solid #d2d2d2; border-right:1px solid #d2d2d2;}
.form-group-wrap {
	margin-bottom:20px;	
	position: relative;
}
.form-group-wrap .form-control{
	padding:10px 5px; height: 38px; box-shadow:unset;
	font-size: 12px;
	border-radius:1px;
	font-family: "Lato";
	color: rgb(181, 181, 181);
	line-height: 1.2;
	text-align: left;
	font-weight: 400;
	padding-right:30px;
}
.form-group-wrap textarea.form-control{height: auto;}
.input-icon{position: absolute;  top:11px; right:10px;}
.form-button{width:247px; height: 38px; margin: 0 auto; border-color: transparent; background: #fa7390; color:#fff;}
p.small{font-size:12px;}
.form-button:focus,.form-button:hover{
	color:#fff;	
	border-color: transparent;
	background-color: #fa7390;
}


.page-head{
	font-weight: 100;
    font-size:3.429em; 
    color: #fa7390;
    margin:0px;
    line-height: 1.2;
    padding-bottom:30px;
    
}
.modal-content {
	box-shadow: none;
	border-radius: 0px;
	border: 0px;
}

 @media screen and (min-width: 769px) {
 
	.row-centered {
	  text-align: center;
	  display: table-row;
	}
	
	.col-centered {
	  display: table-cell;
	  float: none;
	  vertical-align: middle;
	    text-align: left;
	} 
 }
#header .header-row {
    clear: both;
    display: table-row;
    position: relative;
}
#header .header-column {
    display: table-cell;
    vertical-align: bottom;
} 
 
 .brand-name{width:100%; float:left;}
.tag-line{
	float:left;
  	text-decoration: underline;
  	font-size:13px;
  	padding:15px 0px;
  	width:100%;
}
.inner-column{display: inline-block; vertical-align: middle;}
 
 @media screen and (max-width: 768px) {
	.carousel-caption .head {
		font-size: 350%;
	}
	.carousel-caption .sub-head {
		font-size: 250%;
	}
	
	#header .header-row {
		display: block;
	}
	.navbar-toggle {
		display: block;
	}
	#navbar li{width:100%;}
	.brand-name, .tag-line {
		float: none;
		clear: both;
		display: block;
	}
	.top-link {
		position: relative;
		top: auto;
		text-align: center;
		width: 65%;
		margin: 0 auto;
	}
	.side-collapse-container {
		width: 100%;
		position: relative;
		left: 0;
		transition: left .4s;
	}
	.side-collapse-container.out {
		left: 200px;
	}
	#navbar {
		background: #fff;
	}
	.side-collapse {
		top: 0px;
		bottom: 0;
		left: 0;
		width: 200px;
		position: fixed;
		overflow-y: scroll;
		transition: width .4s;
	}
	.side-collapse.in {
		width: 0;
	}
}

@media screen and (max-width: 480px) {.top-link{width:150px;}}
