@charset "UTF-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea, time {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	text-decoration:none;
}

a{
	color:#b64c79;	
}

a:hover{
	color: #9C0646;	
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
display: block;
}

.padding-sm-container{
	padding-top:15px;
	padding-bottom:15px;	
}

*:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

::selection {
	background: #b64c79;
	text-shadow: none;
	color:#FFF;
}

div{
	display:block;
}

.fright{
	float:right;	
}

.fleft{
	float:left;	
}

p{
	font-size:14px;	
}
.center-text{
	text-align:center;	
}

ol, ul{
	list-style:none;	
}

h1,h2,h3, h4{
	text-align:center;	
	font-family:"Raleway";
}

h1{
	font-size:54px;
	font-weight:bold;	
}

h2{
	font-size:34px;
	font-weight:bold;
}

h3{
	font-size:30px;	
}

h4{
	font-size:24px;	
}

h5{
	font-size:16px;	
}

p{
	font-size:15px;	
}
.wrapper{
	overflow:hidden;
	margin: 0 auto;	
}

body, html{
	background:	#262626;
	color:	#adb3ba;
	font-size:13px;
	height:100%;
}

header{
	background:rgb(41, 25, 48);
	background:rgba(41, 25, 48, .75);
	
}

.header-container{
	width:100%;	
	margin:0 auto;

}

.logo{
	float:left;
}

.logo img{
	width:100%;	
	
}

#navigation{
	padding:15px 15px 15px;
	background:rgb(41,25,48);
	background:rgba(41, 25, 48, .75);
}

.icon-bar{
	background-color: #ddd;
	height:2px;	
}

.nav li a{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";

  /* IE 5-7 */
  filter: alpha(opacity=75);

  /* Netscape */
  -moz-opacity: 0.75;

  /* Safari 1.x */
  -khtml-opacity: 0.75;
	color:#fff;
	opacity:.75;	
	-webkit-transition:250ms ease-in-out;
	-moz-transition: 250ms ease-in-out;
	-o-transition:250ms ease-in-out;
	transition: 250ms ease-in-out;
	font-size:13px;
}
.nav li a:hover{
	opacity:1;
	background:none;
	-webkit-transition:150ms ease-in-out;
	-moz-transition: 150ms ease-in-out;
	-o-transition:150ms ease-in-out;
	transition: 150ms ease-in-out;
}

.nav li a.active{
	opacity:1;
	background:none;
	-webkit-transition:150ms ease-in-out;
	-moz-transition: 150ms ease-in-out;
	-o-transition:150ms ease-in-out;
	transition: 150ms ease-in-out;
}

nav ul li a.active:after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=1);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;
	opacity:1;
	width:100%;
	-webkit-transition:150ms ease-in-out;
	-moz-transition: 150ms ease-in-out;
	-o-transition:150ms ease-in-out;
	transition: 150ms ease-in-out;
}

nav ul li a:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  /* IE 5-7 */
  filter: alpha(opacity=0);

  /* Netscape */
  -moz-opacity: 0;

  /* Safari 1.x */
  -khtml-opacity: 0;
	padding-top: .25em;
	border-bottom:1px solid #FFF;
	display: block;
	content: '';
	width: 0;
	margin: 0 auto;
	-webkit-transition:250ms ease-in-out;
	-moz-transition: 250ms ease-in-out;
	-o-transition:250ms ease-in-out;
	transition: 250ms ease-in-out;
	width:100%;
	opacity:0;
}

nav ul li a:hover:after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;
	opacity:1;
	width:100%;
	-webkit-transition:150ms ease-in-out;
	-moz-transition: 150ms ease-in-out;
	-o-transition:150ms ease-in-out;
	transition: 150ms ease-in-out;
}

nav ul li .header-button:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;
	padding-top: 0px;
	border-bottom: none;;
	display: block;
	content: '';
	width: 0;
	margin: 0 auto;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	width:none;
	opacity:1;
}

nav ul li a:hover:after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;
	opacity:1;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}

nav ul li a:focus{
	background-color: #b64c79;
	text-shadow: none;
	color:#000;	
}

.divider{
	color:#5e3b6d;
}

.divider:after{
	content: '|';
	margin-right: 15px;
	margin-top: 15px;
	font-size: 16px;
	display: block;
}

input[type=text], textarea{
	background-color: #eeeeee;

	border-radius: 0px;
	font-size: 18px;	
	height:45px;
}

textarea{
	line-height: 1.42857143;
	color: rgb(85, 85, 85);
	text-shadow: none;
	width: 485px;
	height: 244px;
	margin: 0px;
	border: 1px solid #cccccc;
	padding: 10px;
}
.header-button{
	background:#fff !important;
	display: inline-block !important;
	padding: 6px 11px !important;
	font-size: 13px !important;
	line-height: 1.428571429 !important;
	margin-top: 8px !important;
	color:#000 !important;
	border:2px solid #fff !important;
	opacity:1 !important;
}

#section-4{
	-webkit-transition:150ms ease-in-out;
	-moz-transition: 150ms ease-in-out;
	-o-transition:150ms ease-in-out;
	transition: 150ms ease-in-out;
}

footer a:hover{
	color:#fff;
}

.header-button:hover{
	background-color:transparent !important;
	color:#fff !important;
}

.header-button:hover:after{
	border:none !important;
}

.light-header{
	color:#FFF;
	text-shadow:1px 1px #000;	
}

.dark-header{
	color:#000;	
}

.darkgrey-header{
	color:	#5f5f5f;
}

h4.light-header{
	text-shadow:none;	
}

p.light-header{
	text-shadow:none;	
}

.lightgrey-header{
	color:#f4f4f4;
	text-shadow:1px 1px #000;	
}

.header-pad{
	padding-top:81px;
	background:rgb(41, 25, 48);
	background:rgba(41, 25, 48, 1);
}

.grey-header{
	color:#cccccc;
	text-shadow: 1px 1px black;	
}

#section-1 .image-wrap{
	background:url(../images/winbin-blur.jpg) top center fixed;
	background-size:cover;	
}

#section-4 .image-wrap{
	background:url(../images/winbin-clear.jpg) top center fixed;
	background-size:cover;	
}

#section-4 .black-overlay{
	background-color:rgba(0,0,0,.5);
}

.semigrey-header{
	color: #dddddd;	
}
#section-5{
	background-color:#FFF;	
}
#section-1 .black-overlay{
	background-color:rgba(0,0,0, .2);
}

#section-2{
	background-color:#b64c79;
}

#section-3{
	background-color:#FFF;	
}
.subtitle{
	margin-bottom:15px;	
}

.subtitle img{
	margin:0 auto 30px;	
	display:block;
}

.padding-lg{
	padding:50px 0;	
}

.padding-md{
	padding:30px 0;	
}

.padding-sm{
	padding:15px 0;	
}

.left{
	text-align:left;	
}

.btn-clear{
	color:#FFF;
	text-shadow:1px 1px #000;
	background-color:transparent;
	border:3px solid #FFF;	
}

.btn-clear:hover{
	background-color:#000;
	color:#fff;	
}

.btn-primary{
	text-shadow:1px 1px #000;
}

.btn-primary.border{
	border:3px solid #e7b000;	
}

.open > .dropdown-head {
	display: block;
	float: right;
	position: absolute;
	right: 0;
	left: inherit;
}

.hidden-768{
	display:none;	
}

.logo{
max-width: 83px;
padding-top: 15px;
	-webkit-transition:250ms ease-in-out;
	-moz-transition: 250ms ease-in-out;
	-o-transition:250ms ease-in-out;
	transition: 250ms ease-in-out;
}
/* Default styles first then media queries */

nav{
	-webkit-transition:250ms ease-in-out;
	-moz-transition: 250ms ease-in-out;
	-o-transition:250ms ease-in-out;
	transition: 250ms ease-in-out;
}

.logo img{

}

.btn-response{
	font-size:13px;	
}

div p{
	margin:15px 0;	
}

div p:first-child{
	margin-top:0;	
}

div p:last-child{
	margin-bottom:0;	
}

.bold{
	font-weight:bold;	
}

.smallpadding{
	padding: 0 3px !important;
	margin:0 !important;	
}

.padding-xs{
	padding:5px 0;	
}

.shrinknav{
	padding:0 15px 0 !important;
}

.item > .active{
	-webkit-transition:150ms ease-in-out;
	-moz-transition: 150ms ease-in-out;
	-o-transition:150ms ease-in-out;
	transition: 150ms ease-in-out;	
}

.carousel-indicators .active{
	background-color:#fff;	
}

.carousel-indicators li {
	border:2px solid #FF00A3;
	width:15px;
	height:15px;
}

.carousel-indicators .active {
	width: 17px;
	height: 17px;
}

.carousel-indicators {
	bottom: -10px;
}

#section-1 .solid{
	background-color:#791a42;	
}

#section-3.lightgrey, #section-1.lightgrey{
	background-color: #F8F8F8;
}

.darkpink{
	color:#571330;
	text-shadow:none;
}

.whitebg{
	background-color:#FFF;
	border: 1px solid #D5D5D5;
}

.div-rounded{
	border-radius:5px;
}

.column_first, .column_first:after, .clear {
	clear: both;
}

.feature-box {
	clear: both;
}

.feature-box .feature-box-icon {
	background-color: #b64c79;;
}

.feature-box .feature-box-icon {
	border-radius: 50%;
	color: #FFF;
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 1px;
	width: 40px;
}

.feature-box .feature-box-icon.smallicon{
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 2px;
	width: 30px;
}

.feature-box .feature-box-icon.large{
	height: 60px;
	line-height: 60px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 0px;
	width: 60px;
}

.feature-box .feature-box-icon i{
	font-size:20px;
	margin-top: 10px;	
}

.feature-box .feature-box-icon.large i{
	font-size: 30px;
margin-top: 15px;	
}



.feature-box .feature-box-icon.smallicon i{
	font-size:15px;
	margin-top:7px;	
	margin-left:1px;
}
.feature-box-info{
	padding-left:50px;	
}


.feature-box-info.large{
	padding-left:70px;
	padding-top:15px;
}

.light-form input[type=text]{
	background-color:#FFF;
}

.light-form textarea{
	background-color:#FFF;	
}

@media screen and (max-width: 767px)  {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
		margin: 15px 15px;
	}
	
	.sm-img{
		margin:0 auto;	
	}
	
	.hidden-768{
		display:inherit;	
	}
	
	footer div, footer p, footer div h3{
	 	text-align:center !important;	
	}
	
	.nomarg .col-sm-6 {
		margin:0 0;	
	}
	
	.pull-right{
		float:inherit !important;	
	}
	
	.pull-left{
		float:inherit !important;	
	}
}

@media screen and (max-width:480px){
	h1{
		font-size:32px;	
	}
	
	h2{
		font-size:20px;	
	}
}

@media screen and (max-width:1000px){
	p{
		font-size:13px;	
	}
	
	h3{
		font-size:20px;	
	}
	
	h4{
		font-size:16px;	
	}
}

@media screen and (min-width:480px) and (max-width:1000px){
	h1{
		font-size:44px;	
	}
	
	h2{
		font-size:24px;	
	}
}

@media screen and (min-width: 400px)  {
	.header-container{
		min-width:400px;	
	}
	
}
@media screen and (min-width: 600px)  {
	.header-container{
		min-width:600px;	
	}
	

}

@media screen and (min-width:769px){
	.header-pad{
		padding-top:84px;	
	}	
	

}


@media screen and (min-width: 1000px) {
	.btn-response{
		font-size:20px;	
	}
	.header-container{
		min-width:1000px;	
		
	}
	
	.shrinklogo{
		width:60% !important;	
	}
	
	
	.logo img{
		width:100%;	
	}
	
	.header-pad{
		padding-top:87px;	
	}
	
	.nav li a{
		font-size:14px;	
	}
	
	.logo{
		max-width: 229px;
		padding-top:0px;
	}
	
	.shrinklogo img{
		padding-top:10px;	
	}
}

@media screen and (min-width: 1200px) {
	.header-container{
		min-width:1200px;	
	}
	
	.logo img{
		width:100%;	
	}
	
	.header-pad{
		padding-top:87px;	
	}
}

@media screen and (min-width: 1400px) {
	.header-container{
		max-width:1200px;	
	}
	
	.logo img{
		width:100%;	
	}
	
	.header-pad{
		padding-top:87px;	
	}
}

.no-margin-ever{
	margin:0 0;	
}

.padding-top-sm{
	padding-top:30px;	
}

.feature-box-info p{
	line-height: 24px;
	margin: 0 0 20px;
}

.feature-box-info h4{
	margin-bottom:0;
	line-height:24px;
}

.feature-box-info p:last-child{
	margin-bottom:20px;	
}