body {
  padding-top: 10px;
  padding-bottom: 70px;
  /* background: #fff url('../images/noise.png'); */
  box-sizing: border-box;
  /* font-family: 'Droid Sans', sans-serif; 
  font-family: 'Roboto Condensed', sans-serif; */
  font-family: 'Oswald', sans-serif;
   font-family: Lato;
  font-weight: 600;
}

iframe {
    height: auto;
    width: -webkit-fill-available;
    min-height: 260px;
}

a {
    color: #0C1F31;
    font-weight: 600;
}

.help-button {
    margin-top: 20px;
}

.btn {
    border-radius: 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
    font-family: "din-condensed-web",sans-serif;
    color: #0C1F31;
    font-weight: 700;
    text-transform: uppercase;
}

h3 small {
	color: #2D2D2D;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #0C1F31;
    border-color: #0C1F31;
}

.panel-title {    
    font-size: 16px;
    color: #fff;
}

.panel-title p {    
    font-size: 14px;
    color: #fff;
	margin: 4px 0px 10px;
}

.panel-title p a{    
    font-size: 14px;
    color: #f2f2f2;
	text-transform: none;
	font-weight: 500;
}


.lead {font-size: 16px;}

/* navbar */
.navbar-custom {
    background-color: #0C1F31;
    border-color: #0C1F31;
}
/* title */
.navbar-custom .navbar-brand {
    color: #fff;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
    color: #fff;
}
/* link */
.navbar-custom .navbar-nav > li > a {
    color: #fff;
	text-transform: uppercase;
	font-family: "din-condensed-web",sans-serif;
	font-weight: 600;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}
.navbar-custom .navbar-nav > .active > a, 
.navbar-custom .navbar-nav > .active > a:hover, 
.navbar-custom .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #48a2ef;
}
.navbar-custom .navbar-nav > .open > a, 
.navbar-custom .navbar-nav > .open > a:hover, 
.navbar-custom .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}
/* caret */
.navbar-custom .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-custom .navbar-nav > .open > a .caret, 
.navbar-custom .navbar-nav > .open > a:hover .caret, 
.navbar-custom .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
/* mobile version */


.navbar-custom .navbar-toggle {
    border-color: none;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px;
}



.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}


.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0.1);
}
.navbar-custom .navbar-toggle .icon-bar {
    background-color: #fff;
}
@media (max-width: 767px) {
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
    }
}

.table-header-center {
	text-align: center;
	color: #fff;
	background: #0C1F31; /* Old browsers */
	background-color: #0C1F31;
}

.table tbody>tr>td.table-cell-center {
    display:table-cell;
	text-align: center;
	vertical-align:middle;
	color: #000;
}


.glyphicon-lrg {
	font-size: 1.4em;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
   display: block;
}


.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.dropdown:hover .dropdown-menu {
    display: block;
 }

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.feed{
	height: 200px;
	overflow: auto;
}

.badge-green {
	background-color: #47a447;
	font-size: 1.1em;
}

/* Slates */

.slate {
	background: #F8F8F8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	border: 2px solid #FFF;
	margin-bottom: 20px;
}

.slate .page-header {
	margin-top: 0;
	padding-bottom: 10px;
}

.slate h2 {
	font-weight: normal;
	font-family: "Oxygen", sans-serif;
	font-size: 18px;
	text-shadow: 0px 1px 1px #FFF;
}

.stat-column {
	text-align: center;
	display: block;
	color: #999;
	margin: 0 4%;
	padding: 12px 2%;
}

.stat-column:hover {
	background: #FDFDFD;
	color: #999;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.stat-column span {
	font-weight: normal;
	font-family: "Oxygen", sans-serif;
	font-size: 14px;
	text-shadow: 0px 1px 1px #FFF;
	display: block;
}

.stat-column span.number {
	font-size: 32px;
	font-weight: normal;
	font-family: "Oxygen", sans-serif;
	margin: 0;
	margin: 14px 0 10px 0;
	text-shadow: 0px 1px 1px #FFF;
}


.slate .table-striped,
.slate .table-striped {
  background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.slate .table tbody tr:hover td,
.slate .table tbody tr:hover th {
  background-color: #EEE;
}

.slate .table th,
.slate .table td {
  border-top: none;
  border-bottom: 1px solid #EBEBEB;
}

.slate .table td.date {
	width: 100px;
	font-size: 11px;
	color: #BBB;
	text-align: right;
}

.slate .table td.value,
.slate .table th.value {
	width: 100px;
	text-align: right;
}

.slate .table td.actions,
.slate .table th.actions {
	width: 200px;
	text-align: right;
}

.slate .table .btn-danger {
	visibility: hidden;
}

.slate .table tr:hover .btn-danger {
	visibility: visible;
}

.slate .table td span.meta {
	font-size: 11px;
	color: #BBB;
}

.slate .form-inline {
	margin-bottom: 0;
	padding: 10px 0;
}
.slate .form-inline input,
.slate .form-inline select {
	margin-right: 6px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ffffff;
  background-color: #3877ad;
  border-color: #48a2ef;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3877ad;
  border-color: #48a2ef;
  cursor: default;
}

/* counter lot detail */

.regemp {
   border-radius: 4px;padding:10px; font-size: 18px;color: #222;
	 /* background-color: #e3e3e3; -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75); -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75); box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);   */
}
                       
.regemp b {
  color: #171B60; font-size: 24px;
}
.box {
  background: #9D0003; color: #fff; margin-right: 4px; padding:6px; border-radius: 4px;
}
.sm {
  font-size: 11px;
}


/* carousel lot detail page & thumbs */

.carousel-control-small {
    position: absolute;
    top: 58%;
    left: -20px;
    width: 30px;
    height: 36px;
    margin-top: -20px;
    font-size: 40px;
    font-weight: 100;
    line-height: 36px;
    color: #5BC0DE;
    text-align: center;
    background: none repeat scroll 0% 0% #fff;
    border: 0px solid #ccc;
    border-radius: 4px;
    opacity: 1.0;
}

.carousel a:hover, a:focus {
    text-decoration: none;
    opacity: 0.8;
}

.carousel-control-small.right {
    right: -20px;
    left: auto;
    
}

.carousel-indicators li {
	border: 1px solid #333;
}

.carousel-indicators li:hover {
	background-color: #333;
}

.carousel-indicators .active {
	background-color: #900 !important;
}

.carousel-indicators{
	bottom: -10px;
}

.carousel-control {
  padding-top:10%;
  width:5%;
  color: #5BC0DE;
  
}

.carousel-control1.right {
	right: -30px;
}
	
	.carousel-control1.right {
	left: auto;
	right: 12px;
}
	
.carousel-control1 {
	position: absolute;
	top: 40%;
	left: 15px;
	width: 30px;
	height: 30px;
	margin-top: -20px;
	font-size: 16px;
	font-weight: 100;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	background: none repeat scroll 0% 0% #222;
	border: 1px solid #999;
	border-radius: 23px;
	opacity: 0.5;
}


.carousel-control.left, 
.carousel-control.right {
  background:none; 
}

.well {
min-height: 20px;							
padding: 0px;
margin-bottom: 0px;
background-color: #FFFFFF;
border: 0px solid #E3E3E3;
border-radius: 4px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.col-xs-3 {
  padding:0px;
}
.thumbImage {
  width:130px;
}

/* Load Fonts From aa-boot styles */
@font-face {
    font-family:"franchise-bold";
    src: url("../fonts/Franchise-Bold.ttf") /* TTF file for CSS3 browsers */
}

.franchise-bold {
	font-family: franchise-bold;
}

.title-types {
	font-family: franchise-bold;
	font-size: 36px;
	line-height: 36px;
	vertical-align: middle;	
	color: #fff;
	letter-spacing: 2px;
}


.lato {
   font-family: "Lato";
   font-weight: 400;
   font-style: normal;
   
}

.lato-italic {
   font-family: "Lato";
   font-weight: 500;
   font-style: italic;   
}

.lato-bold {
   font-family: "Lato";
   font-weight: 700;
   font-style: normal;      
}

.white  {

	color: #fff;

}

.size-up {
	font-size: 18px;
	letter-spacing: 2px;
}

.black {

	color: #000;

}

.blue  {

	color: #171B60;

}

.blue-bg {
	background: #161b5f; /* Original 171B60 */
}

.red {

	color:#9a0003; /* Original 9D0003 */

}

.red-bold {
	color:#9a0003;	
	font-weight: 700;
	font-style: normal;
}

.red-bg {

	background:#9a0003;

}

@import url(http://fonts.googleapis.com/css?family=Lato);

@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);


@font-face {
  font-family: "Lato Bold";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Bold"), local("Lato-Bold"), url("http://fonts.gstatic.com/s/lato/v10/wkfQbvfT_02e2IWO3yYueQ.woff") format("woff");
}


/* Load Fonts From aa-boot styles */

table .thumbnail {

	width: 60px;
	height: 60px;
	margin-bottom: 0px;
	

}

.thumbnail .caption {
    padding: 0px;	
}

.lots {
    padding: 1px 3px 1px 3px;
    border-radius: 2px;
}


.table tbody>tr>td.table-small {padding: 2px;}


#marks_as_paid a.disabled {
   pointer-events: none;
   cursor: default;
}

 .item {
        text-align: center; border: 1px solid #444;
    }
    
    .lot-thumb-href {
        text-align: center;
    }
    
    .lot-thumb-img {
        margin-left: auto; margin-right: auto;
    }
    
    .lot-thumb-box {
        background-color: #fff;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    
        /* IE 5-7 */
        filter: alpha(opacity=70);
    
        /* Netscape */
        -moz-opacity: 0.7;
    
        /* Safari 1.x */
        -khtml-opacity: 0.7;
    
        /* Good browsers */
        opacity: 0.7;
        
        position: absolute; bottom: 2%; width: 96%; margin-left: 2%; margin-right: 2%; border: 1px solid #000;
    }
    
    .lot-thumb-number {
        color: #009; font-weight: 700;
    }
    
    .lot-thumb-name {
        color: #333;
    }
    
    .lot-thumb-status {
        color: green; font-weight: 700;
    }
    
    img.open{
        
    }
      
    .controls{          
        width:50px;
        display:block;
        font-size:11px;
        padding-top:8px;
        font-weight:bold;          
    }
    .next {
        float:right;
        text-align:right;
    }
	
	.main_image {
		max-height: 480px;		
	}
	
	.image_thumb {
	
		width: 82px !important;
		height: 82px;
	
	}
	
	
	.owl-carousel .owl-prev,
	.owl-carousel .owl-next {
		position: absolute;
		top: 100px;
		height: 34px;		
		margin: auto !important;
		cursor: pointer;
		border: 1px solid #0C1F31;
		padding-right: 6px;
		padding-left: 6px;
		border-radius: 6px;
		background: rgba(255,255,255,0.4);
	}
	
	.icon-chevron-right, .icon-chevron-left {
		color: white;
		font-size: 30px;
		line-height: 30px;
		-webkit-text-fill-color: white; /* Will override color (regardless of order) */
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #0C1F31;;
	}

	.owl-carousel .owl-prev {
		left: 10px;
	}

	.owl-carousel .owl-next {
		right: 10px;
	}
	
	
	    
    
    @media (max-width: 480px) { 
        .lot-thumb-number {
          font-size: 11px;
        }

        .lot-thumb-box {
           display: none;
        }
		
		.navbar-nav {
			margin: 40.5px -15px;
		}
		
		.owl-carousel .owl-prev, .owl-carousel .owl-next {			
			top: 100px !important;			
		}
		

    }
	
	@media (min-width: 490px) {         
		.navbar-nav {
			margin: 40.5px -15px;			
		}

		.owl-carousel .owl-prev, .owl-carousel .owl-next {			
			top: 50px !important;			
		}
		
    }
	
	@media (min-width: 768px) {         
		.navbar-nav {
			margin: 7.5px -15px;			
		}
		
		

    }
    
    