html {
	height:100%;
	
	/*
	min-height:100%;
	max-height:100%; 
	*/
}

body {
	/* min-height:2000px; Scroll check */
	
	padding-top: 60px;
	padding-bottom: 25px;
	
	margin: 0;

	background-repeat: no-repeat;
    background-attachment: fixed;
	
	background: rgb(27,40,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(27,40,56,1) 0%, rgba(36,51,70,1) 100%) fixed; /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(27,40,56,1) 0%,rgba(36,51,70,1) 100%) fixed; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(27,40,56,1) 0%,rgba(36,51,70,1) 100%) fixed; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2838', endColorstr='#243346',GradientType=0 ); /* IE6-9 */
}

.top-content {
	padding-top: 1px;
}

.pad0 {
	padding-bottom: 0px;
}

.navbar {
	min-height: 50px;
	
	background-repeat: no-repeat;
    background-attachment: fixed;
	
	background: rgb(255,209,64); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,209,64,1) 0%, rgba(254,191,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,209,64,1) 0%,rgba(254,191,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,209,64,1) 0%,rgba(254,191,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd140', endColorstr='#febf01',GradientType=0 ); /* IE6-9 */
}

.navbar-right {
	font-size:20px;	
}

.navbar-inverse .navbar-brand {
    color: #000;
	font-family: Bebas Neue;
	font-size: 28px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd140+0,febf01+95,fea201+100 */
	background: rgb(255,209,64); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,209,64,1) 0%, rgba(254,191,1,1) 95%, rgba(254,162,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,209,64,1) 0%,rgba(254,191,1,1) 95%,rgba(254,162,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,209,64,1) 0%,rgba(254,191,1,1) 95%,rgba(254,162,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd140', endColorstr='#fea201',GradientType=0 ); /* IE6-9 */
	
	color: #2a90cd;
}

.navbar-default .navbar-nav > li > a {
    color: #1b2838;
}

.navbar-default .navbar-nav > .active{
	color: #2a90cd;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd140+0,febf01+95,fea201+100 */
	background: rgb(255,209,64); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,209,64,1) 0%, rgba(254,191,1,1) 95%, rgba(254,162,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,209,64,1) 0%,rgba(254,191,1,1) 95%,rgba(254,162,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,209,64,1) 0%,rgba(254,191,1,1) 95%,rgba(254,162,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd140', endColorstr='#fea201',GradientType=0 ); /* IE6-9 */
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #2a90cd;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd140+0,febf01+95,fea201+100 */
	background: rgb(255,209,64); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,209,64,1) 0%, rgba(254,191,1,1) 95%, rgba(254,162,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,209,64,1) 0%,rgba(254,191,1,1) 95%,rgba(254,162,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,209,64,1) 0%,rgba(254,191,1,1) 95%,rgba(254,162,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd140', endColorstr='#fea201',GradientType=0 ); /* IE6-9 */
}

.text-title {
    color: #27b3ff;
}

.text-descr {
    color: #a7a7a7;
}

.input-group[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.table-middle td 
{
    vertical-align:middle;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #dddddd;
	border: 1px solid #009AE9;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #e6e6e6;
	border: 1px solid #ddd;
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #dddddd;
	border: 1px solid #009AE9;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}