body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.container{
	max-width: 1170px;
}

.navbar-inverse .navbar-nav>li>a{
	color: #aaa;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
.warning-text
{
	color: #ff0000;
}

.gallery-thumbs img {
    margin-bottom:20px;
	cursor: move;
}

	.gallery-thumb{
		position: relative;
		height: 140px;
		overflow: hidden;
		margin-bottom: 20px;
	}
	
	.gallery-thumb button{
		position: absolute;
		right: 25px;
		top: 10px;
	}

legend .btn{
	margin-top: -8px;
}

.row-form{
	margin-bottom: 5px;
}

.help-block{
	font-size: 11px;
}

.row-listing{
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

	.row-listing .col-md-1,
	.row-listing .col-md-2,
	.row-listing .col-md-3,
	.row-listing .col-md-4{
		padding-top: 7px;
	}
	
	.row-listing .col-buttons{
		padding-top: 0;
	}
	
	
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ccc !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccc !important;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccc !important;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ccc !important;
}

.video-small{
	width: 200px;
	height: 140px;
}

a.notNavLink{
	color: #aaa !important;
	cursor: default;
}
