@charset "utf-8";
/* CSS Document */

#CONF .navbar-brand {
	font-family: eurostile, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-top: 8px;
	padding-bottom: 8px;
}

#CONF .navbar-default {
	background-image: url("images/top_nav_gradient.png");
	border-bottom: 1px solid #282828;
    font-family: eurostile, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

#CONF .navbar-default .navbar-nav > li > a {
	font-family: eurostile, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #d1cfc9;
}

#CONF .navbar-default .navbar-nav > li > a:hover {
	font-family: eurostile, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: whitesmoke;
    background-color: #df134c;
}

#CONF .navbar-default .navbar-nav > .active > a {
	font-family: eurostile, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    background-color: #666666;
	color: #b3aeae;
}

#CONF .navbar-default .navbar-nav > .active > a:hover {
	font-family: eurostile, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: white;
}

#CONF .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 18px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  font-family: eurostile, sans-serif;    
}

#CONF .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

#CONF .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

#CONF .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #666666;
  white-space: nowrap;
}

#CONF .dropdown-menu > li > a:hover, 
#CONF .dropdown-menu > li > a:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #df134c;
}

#CONF .dropdown-menu > .active > a,
#CONF .dropdown-menu > .active > a:hover,
#CONF .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

#CONF .dropdown-menu > .disabled > a,
#CONF .dropdown-menu > .disabled > a:hover,
#CONF .dropdown-menu > .disabled > a:focus {
  color: #777;
}
#CONF .dropdown-menu > .disabled > a:hover,
#CONF .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

#CONF .open > .dropdown-menu {
  display: block;
}

#CONF .open > a {
  outline: 0;
  background-color: #df134c;
}

#CONF .dropdown-menu-right {
  right: 0;
  left: auto;
}

#CONF .dropdown-menu-left {
  right: auto;
  left: 0;
}

#CONF .twst-container .carousel img {
min-width: auto;
}

#CONF .carousel img {
	min-width: 100%;
}

#CONF .carousel-indicators {
    bottom: -10px;
}
	
#CONF .carousel-indicators li{
	text-align:center !important;
}

#CONF .btn-xl {
     padding: 18px 22px;
     font-size: 22px;
     line-height: 1.6666666;
     border-radius: 12px;     
}

#CONF .btn-xl-pink {
     padding: 15px 50px 15px 50px;
     font-size: 22px;
     line-height: 22px;
     background-image: url("images/pinkbutton_gradient.png");
     border-radius: 12px; 
     border:1px solid #FFFFFF; 
     border-collapse:collapse;
     
}

#CONF .btn-xl-2line {
     padding: 30px 22px;
     font-size: 20px;
     line-height: 1.6666666;
     border-radius: 12px;     
}

#CONF .color_purple_headline {
	font-family: Gotham, sans-serif; color: #812990;
}

#CONF .color_teal {
	font-family: eurostile, sans-serif; color: #00a09b;
}

#CONF .color_white {
	font-family: Gotham, sans-serif; color: #FFFFFF;
    font-style: normal;
    font-weight: 400; 
    
}

#CONF .color_grey {
	font-family: Gotham, sans-serif; color: #666666;
}

#CONF .jumbotron-padding {
	padding-top:0px; 
	padding-bottom:0px;
	margin-bottom:0px;
}
#CONF .bottom-margin {
	margin-bottom:0px;
}

#CONF .jumbotron-image {
    margin-bottom: 0px;
	background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    color: black;
}

#CONF .btn-responsive {
	word-wrap: break-word;
	white-space: nowrap;
}

#CONF .h1-seo {
	font-size: 30px;!important;
	color: #db7b34;
}

 body {
    padding-top: 48px;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
 }

#CONF .color_blue {
	font-family: eurostile, sans-serif;color: #2492B9;
}

#CONF .color_green {
	font-family: eurostile, sans-serif;color: #4DBD68;
}

#CONF .popover {
max-width: 900px !important;
}

