@font-face {
    font-family: Montserrat;
    src: url("/fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: 'CircularStd-Bold';
  src: url('/fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'),  url(/'fonts/CircularStd-Bold.otf')  format('opentype'),
	     url('/fonts/CircularStd-Bold.woff') format('woff'), url('/fonts/CircularStd-Bold.ttf')  format('truetype'), url('/fonts/CircularStd-Bold.svg#CircularStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'Montserrat', 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Calibri, Arial, sans-serif;
	color: @gray;
	background: #222;
	font-size: 1em;
	min-width:1280px;
	line-height:1;

}
.normalbody{
	background: #eeeeee;
	min-height:900px;
}

.blackbody{
	background: transparent;
	
}


.present-body{
	/*overflow: hidden;*/
	font-family: 'Montserrat', 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Calibri, Arial, sans-serif;
	color: #fff;
	background-color: #222;
	font-size: 6em;
	min-width:700px;
	max-width:100%;
	line-height:1;
	width:100%;
	/*height:100%;*/
}

.l3rdbody{
	overflow: hidden;
	font-family: 'CircularStd-Bold', 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Calibri, Arial, sans-serif;
	color: #fff;
	background:transparent;
	background-image: url("../images/Titlesbg.png");
	line-height:1;
	width:1920px;
	height:1080px;
	text-shadow: 2px 2px 5px #666;
}

.fixedleft {
  position: absolute;
  bottom: 100px;
  text-align:left;
  left: 100px;
  width: 1500px;
  
}
.fixedright {
  position: absolute;
  bottom: 100px;
  right: 100px;
  text-align:right;
  width: 1500px;
  
}

.fixedcenter {
  position: absolute;
  bottom: 100px;
  text-align:center;
  left: 460px;
  width: 1000px;
  
}

.line1{
	font-size: 5em;
	font-weight:1000;
	margin:0px;
	line-height:1;

}
.line2{
	font-size: 3em;
	font-weight:600;
	margin:0px;
	line-height:1;

}

.question{
	background:#fff;
	margin:5px;
	padding:5px;
	border: 0px solid;
	border-radius: 10px;
	
}
.question-p{
	background:#555;
	margin:20px;
	padding:20px;
	border: 0px solid;
	border-radius: 20px;
	color:#fff;
}

select{
	-webkit-appearance: none;
    -moz-appearance: none;
	color: #000;
	background: #fff;
}


p{
	font-size: 1.0em;	
	color: @gray;
	/*background: #fdfdfd; */
}



.jumbotron{

}
.menu {
	width:100%;
	padding: 2px;
}

.menuinner{
	
	float:right;
}

.nomargin{
	margin:0px;
}


.bi{
	margin:15px 5px 5px 5px;
	color:#999;
	
}

.vote {
	bi{
		margin:15px 5px 5px 5px;
		color:#508;
	}
}

.mb{
	margin:5px;
	min-width:300px;

}
.MAAS {
  #font-family: "Circular Std Black";
  font-weight: 600;
  font-size: 6.2em;
}

h2 {
  padding:5px 5px 5px 10px;
  margin-top:5px;
  margin-bottom:5px;
  background:#508;
  color:#fff;
  text-align:center;
}

h3 {
  padding:5px 5px 5px 10px;
  margin-top:5px;
  margin-bottom:5px;
  text-align:top;
}



.jumbotron {
  padding: 10px;
  background: #508;
  margin-bottom: 0px;
  font-size: .65em;
  background-image: url("../images/jumbotronback.png");
  background-repeat: no-repeat;
  width: 100%;
  color: #fff;
  h1 {
    color: #fff;
  }

}

h3 {
    font-weight: 400;
    > small {
      font-weight: 200;
      font-size: .65em;
      color: @gray-light;
    }
  }
h6 {
    font-weight: 700;
    font-size: .65em;
    letter-spacing: 3.32px;
    text-transform: uppercase;
    color: #fdfdfd;
    margin: 0;
    line-height:5rem;
  }
.btn-toggle {
    top: 50%;
    transform: translateY(-50%);
  }

button {
	min-width:50px;
	margin:5px;
	}
  
a {
	text-decoration: none;
}

small {
	font-size:10px;
	font-weight: normal;
}

label{
	text-align:right;
	margin:5px;
	color:#333;
	font-size: .95em;
}

input {
   border-width: 0px;
   background:#ffffff;
   border-radius: 5px;
   margin:0px;
   font-weight:bold;	
}
.login{
	border-width: 1px;
}

select {
   border-width: 0px;
   background:#ffffff;
   border-radius: 5px;
   margin:0px;
   font-weight:bold;	
}

textarea {
   border-width: 1px;
   background:#ffffff;
   border-radius: 5px;
   margin:5px;
   /*width:45%;*/

}


.table{
	border-top: 0;
    border-bottom: 0;
    width:98%;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.2em;
    vertical-align: middle;
    border-top: 0px solid #ddd;
    margin:5px;
    font-size: .95em;
    border-bottom: 0px;   
    }

.thc {
	text-align: center;
	}
.thl {
	text-align: left;
	}
.thr {
	text-align: right;
	}
td {
	
	padding:3px;
	line-height:1;
	
}
tr {
	
	padding:3px;
	line-height:1;
	
}						
th {
	font-size: .95em;
}


.modal-dialog {
			width:450px;
            vertical-align: middle;
        }

.modal .modal-content {
		padding:10px;
		margin:auto;
		font-size:2.5em;
		
}


