*, html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;	
  color: #616161;	
}

body {
  min-height: 100vh; }

p {
  margin-bottom: 10px; }
cont
a {
  font-weight: bold;
  text-decoration: underline; }
  a.btn {
    text-decoration: none; }
.dropcap {
    color: #ffc3c7 !important;
    float: left;
    font-size: 63px;
    line-height: 60px;
    margin-top: -11px;
    padding-right: 8px;
    padding-left: 3px;
}
.gold {
  color: #cdbb70; }
div.center{
	text-align:center;
}
h4 .gold{
	font-size: 18px;
}
h4 a{
	font-size: 18px;
	color:#333;
	font-weight: bold;
	transition: all .3s ease;
	cursor: pointer;
}
h4 a:hover{
	color: #ffc3c7;
	text-decoration: none;
}
h1.big{
	font-size: 36px;
	font-weight: bold;
}
.btn-primary {
  background: #ffc3c7;
  border: 1px solid #ffc3c7; 
  color:#fff !important;
	transition: all .3s ease;
}
  .btn-primary:hover, .btn-primary:focus,
  .btn-sponsor:hover, .btn-sponsor:focus {
    background: #333;
    border: 1px solid #333; }
.btn-sponsor{
	background: #636363;
	border: 1px solid #636363;
}


.header {
  width: 100%; 
  background: #fff;	
}

.nav-pad {
  padding-top: 150px; }

.mob-bar {
  background: #ffc3c7;
  padding: 0;
  height: 5px;
  width: 100%;
  display: none; }

.no-nav-bar {
  background: #ffc3c7;
  padding: 0;
  height: 5px;
  width: 100%; }
#logo{
	display: flex;
	justify-content: center;
}
#logo img{
	width: 100%;
	max-width: 620px;
    padding: 0;
    background: #fff;
	margin-bottom: 30px;
}
.gold-nav{
	background: #cdbb70;
	margin-bottom: 30px;
}
.new-nav{
	display: flex;
	justify-content: center;
}

  .new-nav ul {
   display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    list-style: none;
    margin: 10px 0;
	}
    .new-nav ul li {
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: center;
		list-style: none;
		flex-direction: row;
	}
.new-nav ul li a{
	color: #fff;
    font-weight: 400;
    font-size: 1.1rem;
    margin: 0;
    padding: 0 15px;
	border-right: thin solid #fff;
	text-decoration:none;
}
.new-nav ul li:last-of-type a{
	border-right:none;
}


.address{
	color:#fff;
	float:left;
	width: auto;
	margin-top: 5%;
}
.address a{
	color: #ffc3c7;
}

span.winner{
	font-weight: bold;
	color:#ffc3c7 !important;
}

span.winnerh2{
  font-size: 30px;
  font-weight: bold;
  color:#ffc3c7 !important;
}

@media screen and (max-width: 450px){
	#new-logo{
		display:none;
	}
}
#logo-bg {
  height: 40vh;
  background: #737373;
  border-bottom: 12px solid #ffc3c7;
  padding-top: 40px; }

#new-logo {
  max-width: 100%;
  max-height: 25vh;
  margin-top: 4vh; }

h1.welcome-text {
  color: #FFF;
  margin: 7vh 0 0 40px;
  font-size: 72px;
  color: #ffc3c7; }

h4.welcome-text {
  color: #FFF;
  margin: 0 0 0 40px;
  font-size: 40px;
  text-align: center; }

#mob-logo {
  display: none;
  float: right;
  max-width: 85%;
  padding: 7px 0;
  height: 100%; }

#menu-btn {
  float: left;
  z-index: 1101;
  color: #FFF;
  font-size: 30px;
  margin: 10px 0 0 10px;
  cursor: pointer; }

#scroll-down {
  position: absolute;
  bottom: 5vh;
  color: #FFF;
  width: 60%;
  left: 20%; }
  #scroll-down p {
    text-align: center; }
  #scroll-down span {
    text-align: center;
    font-size: 30px; }

#value {
  position: fixed;
  top: 300px;
  text-align: center;
  color: #FFF;
  font-size: 40px; }

#scroll-top {
  position: fixed;
  top: 230px;
  right: 20px;
  color: #FFF;
  z-index: 2000;
  width: 70px;
  height: 70px;
  cursor: pointer;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  padding-top: 12px;
  transition: background 0.5s ease; }
  #scroll-top p {
    text-align: center;
    margin: 0;
    line-height: 16px; }
  #scroll-top span {
    text-align: center;
    font-size: 30px;
    transition: all 1s ease;
    line-height: 16px; }
  #scroll-top:hover {
    background: rgba(255,195,199, 0.7); }
    #scroll-top:hover span {
      transform: scale(1.1); }

.content {
  background-color: #111;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: relative; }

.content2, .content-page {
  background-color: #FFF; }
  .content2 p span, .content-page p span {
    color: #333333;
    font-weight: bold; }
    .content2 p span.bold, .content-page p span.bold {
      color: #333; }
  .content2 p a, .content2 p a:visited, .content2 p a:focus, .content2 p a:hover, .content-page p a, .content-page p a:visited, .content-page p a:focus, .content-page p a:hover {
    color: #ffc3c7; }
   .content2 h3 a {
	   font-size: 24px;
	   color: #ffc3c7;
   }
  .content2 p.bg-success, .content-page p.bg-success {
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0 0; }
  .content2 p.bg-danger, .content-page p.bg-danger {
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0 0; }
  .content2 ul, .content-page ul {
    padding-left: 20px; 
	list-style: none;
}
.content2 ul > li:before, .content-page ul >li:before{
	content: "•  ";
  color: #ffc3c7; 
	    margin-right: 5px;
    font-weight: 400;
}

.content2 {
  padding: 40px 0; }

.content-page {
  min-height: 0; }
  .content-page.left-col {
    padding-right: 15px; }
  .content-page.right-col {
    padding-left: 15px; }

.content3 {
  min-height: 30vh;
  background-color: #333; }

/*.content, .content2, .content3 {
  -webkit-box-shadow: inset 0px -20px 25px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px -20px 25px -10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -20px 25px -10px rgba(0, 0, 0, 0.5); }*/

#content1 {
  background-image: url("../img/Awards-Photo-1.jpg");
    background-position-y: top;
	background-size: cover;
    height: 45vh;
    margin-top: 235px !important;
}
.thankyou#content1{
	height: 50vh;
	background-position-y: center;
}
#content2 {
  background-image: url("../img/Awards-Photo-2.jpg"); }
.nominate#content2{
	height: 40vh;
}

#content3 {
  background-image: url("../img/Awards-Photo-3.jpg"); }
.admin#content3{
	height: 30vh;
}
/*.news#content3{
	height: 50vh;
}*/ 

#content4 {
  background-image: url("../img/Awards-Photo-4.jpg"); }

#content5 {
  background-image: url("../img/Awards-Photo-5.jpg"); }

#content6 {
  background-image: url("../img/Awards-Photo-6.jpg"); }

#content7 {
  background-image: url("../img/Awards-Photo-7.jpg"); }

.mobile body {
  width: 100%;
  overflow: hidden; }

.mobile #wrapper {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important; }

.mobile #scroller {
  width: 100%; }

a span.glyphicon {
  color: #FFF;
  text-decoration: none;
  font-size: 24px;
  line-height: 36px;
  padding: 7px 10px; }

h4.script, h4.script a {
  color: #ffc3c7;
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none; }

h1.script {

  margin-top: 0;
  font-size: 3rem; 
  font-weight: 600;
	margin-bottom: 25px;
}

.top-image {
  width: 100%;
  height: 50vh;
  background-size: cover;
  border-bottom: 5px solid #ffc3c7;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 50px; }

.banner1 {
  background-image: url("../img/Signature_001.jpg"); }

.banner2 {
  background-image: url("../img/nominees-banner.jpg"); }

.banner3 {
  background-image: url("../img/awards-banner.jpg"); }
.bannerBuyNow {
  background-image: url("/2018/img/Awards-Photo-2.jpg"); 
  background-position: bottom center;
}
@media screen and (min-width: 768px){
	.top-image{
		margin-top: 101px;
	}
}
@media screen and (min-width: 992px){
	.top-image{
		margin-top: 185px;
	}
}
.bannerThankYou {
  background-image: url("/2018/img/Awards-Photo-4.jpg"); }

.award-table {
  margin-bottom: 10px; }
  .award-table th {
    padding: 0 10px 0 0;
    }
  .award-table td {
    padding: 0 10px; }

.overlay-text {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  width: 60%;
  position: absolute;
  bottom: 15%;
  right: 5%;
  border-radius: 5px; }
  .overlay-text p {
    font-size: 18px;
    line-height: 1.5;
    color: #FFF;
    text-align: right; }
    .overlay-text p span {
      color: #ffc3c7;
      font-size: inherit;
      line-height: inherit; }

#nom-table {
  margin: 20px 0;
  width: 100%; }
  #nom-table td {
    border-collapse: collapse;
    padding: 5px; }
    #nom-table td.nom-table-header {
      padding-top: 30px;
      font-weight: 700;
      border-bottom: 1px solid #3d3d3d; }
  #nom-table th {
    font-weight: 400;
    font-style: italic;
    border-collapse: collapse;
    padding: 5px; }
  #nom-table a, #nom-table a:hover {
    color: #ffc3c7;
    text-decoration: none; }

#edit-table {
  margin: 20px 0;
  width: 100%; }
  #edit-table td.table-text {
    text-align: right;
    color: #ffc3c7;
    font-weight: bold; }
  #edit-table td input[type=text], #edit-table td textarea {
    margin: 0;
    width: 100%;
    padding: 5px;
    border-radius: 5px; }
  #edit-table th {
    border-collapse: collapse;
    padding: 5px 15px;
    font-style: none;
    width: 30%;
    vertical-align: middle;
    text-align: right;
    color: #ffc3c7; }
    #edit-table th.textarealabel {
      text-align: justify;
      vertical-align: top;
      padding: 20px 0 5px;
      color: #ffc3c7; }

.carousel-caption {
  width: 100%;
  text-align: center;
  left: 0; }
  .carousel-caption p {
    padding: 5px 20px;
    background-color: #333; 
    display: inline-block;
	  position:relative;
	  color:#fff;
	  text-shadow: none;
}
.carousel-caption p strong{
	  color:#fff;
}
/*.carousel-caption p:after {
    content: "";
    width: 0; 
    height: 0; 
    border-top: 17px solid #ffc3c7;
    border-bottom: 17px solid #ffc3c7;
    border-right: 10px solid transparent; 
    position: absolute;
    right: -10px;
    top: 0;
}
.carousel-caption p:before {
    content: "";
    width: 0; 
    height: 0; 
    border-top: 17px solid #ffc3c7;
    border-bottom: 17px solid #ffc3c7;
    border-left: 10px solid transparent; 
    position: absolute;
    left: -10px;
    top: 0;
}*/
.btn-vote{
	color:#fff !important;
}
.btn-buy-tickets{
	padding: 5px 20px;
    background-color: #ffc3c7; 
    display: inline-block;
	  position:relative;
	color:#fff !important;
	font-size: 18px;
	padding: 5px 10px;
	text-decoration: none;
	border-radius: 4px;
}
btn-


#winners-carousel .carousel {
  margin: 0 15%;
  border: 4px solid #ffc3c7; }
  #winners-carousel .carousel .carousel-inner {
    margin: 0; }
    #winners-carousel .carousel .carousel-inner .item {
      width: 100%;
      margin: 0;
      background-size: cover;
      background-position: center center;
      height: 450px; }
      #winners-carousel .carousel .carousel-inner .item.slide1 {
        background-image: url("../img/previous-winners/Emerging-Teacher.jpg"); }
      #winners-carousel .carousel .carousel-inner .item.slide2 {
        background-image: url("../img/previous-winners/Experienced-Teacher.jpg"); }
      #winners-carousel .carousel .carousel-inner .item.slide3 {
        background-image: url("../img/previous-winners/Professional-Contribution.jpg"); }
      #winners-carousel .carousel .carousel-inner .item.slide4 {
        background-image: url("../img/previous-winners/Supporting-Education.jpg"); }
      #winners-carousel .carousel .carousel-inner .item.slide5 {
        background-image: url("../img/previous-winners/Employee-Champion.jpg"); }
      #winners-carousel .carousel .carousel-inner .item.slide6 {
        background-image: url("../img/previous-winners/Leadership-Award.jpg"); }
      #winners-carousel .carousel .carousel-inner .item.slide7 {
        background-image: url("../img/previous-winners/Community-Spirit.jpg"); }
      #winners-carousel .carousel .carousel-inner .item.slide8 {
        background-image: url("../img/previous-winners/Lifetime-Achievement.jpg"); }

.news ul {
  padding-left: 20px; }

.news-item {
  height: 450px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 15px -5px black;
  -moz-box-shadow: 0px 0px 15px -5px black;
  box-shadow: 0px 0px 15px -5px black;
  padding: 5px 25px;
  margin-bottom: 20px; }
  .news-item.last {
    margin-right: 0; }
  .news-item .news-text {
    height: 80%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    position: relative;
    margin-bottom: 10px; }
    .news-item .news-text .fadeout {
      position: absolute;
      top: 70%;
      width: 100%;
      height: 30%;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 71%, white 100%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 71%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 71%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
    .news-item .news-text p, .news-item .news-text h4.script {
      -webkit-transform: translateZ(0px); }

.all-news {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 16px; }

.contact-info {
  height: 50px;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 5px;
  background: #f0f0f0;
  border-radius: 0 4px 4px 0; }
  .contact-info .contact-icon {
    background: #ffc3c7;
    width: 50px;
    height: 100%;
    padding: 11px 13px 0;
    border-radius: 4px 0 0 4px;
    float: left; }
    .contact-info .contact-icon span {
      color: #FFF;
      font-size: 24px;
      line-height: 24px;
      margin: 0;
      padding: 0;
      text-align: center; }
  .contact-info p {
    padding: 12px 0 0 20px;
    float: left;
    margin: 0;
    width: auto; }
    .contact-info p a {
      text-decoration: none;
      color: #333; }
      
.form-group .help-block {
	display: none;
}

.form-group.has-error .help-block {
	display: block;
}

#form-error {
	display: none;
	color: #a94442;
}

#topay {
	background: #FFF !important;
}

.blue {
	/*color: #333333;*/
	font-weight: bold;
}

.green {
	color: #ffc3c7;
}

hr.emb {
	border-top: 1px solid #ffc3c7;
	text-align: center;
}
hr.emb:after {
	content: '★';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #fff;
	color: #ffc3c7;
	font-size: 20px;
}

.footer {
  background: #616161;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
	color: #fff;
}
.footer .row{
	padding-bottom: 30px;
}

  .footer h2{
    color: #cdbb70;
	  font-size: 2rem;
	  font-weight: 600;
}
.footer .involved img{
	width: 36px;
	height: auto;
	margin: 0 15px 0 0;
}
.footer .sponsors{
	text-align:center;	
}
.footer .sponsors img{
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}


.bslbtnsmall {
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 10px 5px 0;
  cursor: pointer; }

.hvr-grow {
  float:none;	
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.modal {
  z-index: 1500; }

.modal h3.gold{
	float:left;
	width: 70%;
	margin: 20px 0 0 0;
}
.modal .logo{
	float:right;
	width: 30%;
}
.modal .logo img{
	max-width: 100%;
}
.modal ul{
	margin-left: 0;
	list-style: none;
}
.modal ul li{
	background: url(../img/star-icon.jpg) top left no-repeat;
	padding-left: 25px;
	margin-left: 5px;
}
.modal input.form-control{
	background: #737373;
	border-radius: 0;
	color:#fff;
}
.modal#sponsorModal input.form-control{
	background: #333 !important;
	border-radius: 0;
	color:#fff;
}
.modal#sponsorModal .form-control::-webkit-input-placeholder { font-style:italic; color: #999; }  /* WebKit, Blink, Edge */
.modal#sponsorModal .form-control:-moz-placeholder { font-style:italic; color: #999; }  /* Mozilla Firefox 4 to 18 */
.modal#sponsorModal .form-control::-moz-placeholder { font-style:italic; color: #999; }  /* Mozilla Firefox 19+ */
.modal#sponsorModal .form-control:-ms-input-placeholder { font-style:italic; color: #999; }  /* Internet Explorer 10-11 */
.modal#sponsorModal .form-control::-ms-input-placeholder { font-style:italic; color: #999; }  /* Microsoft Edge */

.modal#sponsorModal label.control-label{
	color:#ffc3c7;
	font-weight:bold;
	font-style: normal;
}
.modal#sponsorModal .btn-gold{
	background: #ffc3c7;
	color:#333;
	box-shadow: 5px 5px 5px rgba(150,150,150,.8);
	border-radius: 0;
}

.modal#sponsorModal div.thank-you{
	float:inherit;
	background: #85c917;
	color:#fff;
	padding: 10px;
	display:none;
}
.modal#sponsorModal div.modal-footer{
	display:none;
}

.no-pad {
  padding: 0 !important; }

.no-pad-left {
  padding-left: 0 !important; }

.no-side-pad {
  padding-left: 0;
  padding-right: 0; }

.left-pad-nil {
  padding-left: 0; }

.right-pad-nil {
  padding-right: 0; }

.left-pad-xs {
  padding-left: 10px; }

.left-pad-sm {
  padding-left: 20px; }

.right-pad-xs {
  padding-right: 10px; }

.right-pad-sm {
  padding-right: 20px; }

.btm-pad-xs {
  padding-bottom: 10px; }

.btm-pad-sm {
  padding-bottom: 20px; }

.pad-sm {
  padding: 10px; }

.top-pad-nil {
  padding-top: 0; }

.right-mar-xs {
  margin-right: 10px; }

.right-mar-sm {
  margin-right: 20px; }

.top-mar-xs {
  margin-top: 10px; }

.top-mar-sm {
  margin-top: 20px; }

.top-mar-md {
  margin-top: 30px !important; }

.top-mar-lg {
  margin-top: 60px !important; }

/*.btm-mar-nil {
  margin-bottom: 0; }

.btm-mar-xs {
  margin-bottom: 10px; }

.btm-mar-sm {
  margin-bottom: 20px; }

.btm-mar-md {
  margin-bottom: 30px; }

.btm-mar-lg {
  margin-bottom: 60px; }*/

.bsl-img {
  margin: 0 0 20px 20px; }

.no-mar {
  margin: 0 !important; }

.no-mar-top {
  margin-top: 0 !important; }

.top-mar-nil {
  margin-top: 0; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

.txt-center {
  text-align: center; }

.flt-right {
  float: right; }

.flt-left {
  float: left; }

.bold, strong {
  font-weight: bold; }

.award-shortlist{
	text-align:center;
}
.award-shortlist h1{
	text-align:left;
}
.award-shortlist  h3{
	color:#ffc3c7;
	color:#e3adb0; 
	font-family: 'Lato', Arial, sans-serif;
	font-style: italic;
	font-size: 120%;
	font-weight: 400;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (max-width: 767px) {
  
	
  #new-logo {
    height: 20vh;
    width: auto;
    float: right;
    margin-top: 20px; }

  .contact-info p {
    padding: 10px 0 0 10px; }
    .contact-info p.long, .contact-info p.long a {
      float: left;
      margin: 0;
      word-wrap: break-word;
      font-size: 14px;
      line-height: 1.1;
      width: 80%; }

  #welcome-box {
    top: 90px; }
    #welcome-box .welcome-banner {
      height: 60px;
      padding: 5px 20px; }
      #welcome-box .welcome-banner h1 {
        font-size: 30px;
        line-height: 50px; }
        #welcome-box .welcome-banner h1 span {
          font-size: 30px;
          line-height: 50px; }
        #welcome-box .welcome-banner h1 sup {
          line-height: 18px;
          font-size: 20px; }

  .content {
    background-position-x: center; }

  

  #winners-carousel .carousel {
    margin: 0; }
    #winners-carousel .carousel .carousel-inner .item {
      height: 250px; }

  .content2 h1.script, .content-page h1.script {
    font-size: 30px; }

  .content2 {
    padding: 40px 0; }

  .logo-container {
    height: 50px; }

  #std-logo {
    display: none; }

  #mob-logo {
    float: right;
    display: block;
    padding: 5px 0; }

  /*.nav-bar {
    display: none; }

  .mob-bar {
    display: block; }*/

  #scroll-top {
    top: 20px;
    right: 10px;
    width: 50px;
    height: 50px;
    padding-top: 10px; }
    #scroll-top p {
      line-height: 12px;
      font-size: 12px; }
    #scroll-top span {
      font-size: 20px;
      line-height: 12px; }

  #scroll-down {
    bottom: 10vh; }
    #scroll-down p {
      text-align: center; }
    #scroll-down span {
      text-align: center;
      font-size: 20px; } }
@media (min-width: 768px) and (max-width: 991px) {
  
  h1.welcome-text {
    margin: 20% 40px 0;
    font-size: 60px; }

  h4.welcome-text {
    font-size: 30px; }

  .footer img {
    width: 80px; }

  #winners-carousel .carousel {
    margin: 10%; }
    #winners-carousel .carousel .carousel-inner .item {
      height: 350px; }

  .content2 h1.script, .content-page h1.script {
    font-size: 36px; }

  .content2 {
    padding: 40px 0; }

  #scroll-down {
    bottom: 5vh; }
    #scroll-down span {
      font-size: 40px; }
	.header{
		/*height: 100px;*/
	}
  .nav-bar ul li {
    padding: 15px 0 5px 18px;
    font-size: 16px;
	  line-height: normal;
	} }
@media (min-width: 992px) and (max-width: 1199px) {
  .footer img {
    width: 120px; }

  #winners-carousel .carousel {
    margin: 0 12%; }
    #winners-carousel .carousel .carousel-inner .item {
      height: 400px; }

  #scroll-down {
    bottom: 5vh; }

  .content2 h1.script, .content-page h1.script {
    font-size: 42px; }

  .content2 {
    padding: 40px 0; } }


.control-label{
	font-weight: 300;
}
/*# sourceMappingURL=style.css.map */

.flt-center{
	max-width: 100%
}
