
/*
blue #166ddf
teal #31a1f4
coral #ff5757
pink #fc588a


light blue #26a5dd
dark blue #293891
search ebebeb
coral ff5757

navy 2B3990
teal 2BA5DC

*/

body {

	
	color: #4c4c4c;
	font-size: 16px;
}

@font-face {
	font-family: glacialIndifferenceBold;
	src: url(../fonts/GlacialIndifference-Bold.otf);
	font-weight: bold;
}

@font-face {
 	font-family: glacialIndifference;
	src: url(../fonts/GlacialIndifference-Regular.otf);
	font-weight: normal;
}

#header {
	width: 100%;
	padding: 0;
	z-index:10;
	position: relative;
	background-color: white !important;
	background-image: url('../img/df-bg-2.jpg') !important;
}


#header.container-fluid > div.container {
	padding: 0;
}

.loginbar {
}


.loginbar, #footer {
	background-image: linear-gradient(
		to right, 
		#293891, 
		#26a5dd
	);

	background-color: #26a5dd;
	border: 0;
	font-weight: normal;
}

#footer { padding-bottom: 50px; }

.navbar {
	font-size: 18px;
 	background-color: #26a5dd;
        border: 0;
        font-weight: normal;
}
.login a {
	font-weight: normal;
}

#footer {
	padding-top: 10px;
}

.navbar .navbar-collapse {
   	text-align: center;
}
.navbar .navbar-nav {
	display: inline-block;
   	float: none;
	/*padding-top: 20px;*/
}

.login,.login-mobile { margin: 0;}

.loginbar a {
	padding: 5px 10px;
	display: inline-block;

}

.loginbar { font-size: 18px; }
.loginbar a, .loginbar , ul.nav.navbar-nav li a {
	color: white;
	font-weight: normal;
}

ul.nav.navbar-nav li a {
	font-size: 18px;
}

#social {

	text-align: center;
	z-index:100;
	margin: 10px auto;
}

#social-mobile {
	
	text-align: center;
	z-index:100;
	margin: 10px auto;
}

#header img.dflogo {
	width: 280px;
	height: 280px;
	margin: 0 auto;
}

#header img.logo-mobile.dflogo {
	max-height:140px;
}

.navbar-inverse .navbar-toggle, .navbar-collapse, #bs-example-navbar-collapse-9 {
    border-color: white;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
 background-color: #293891; 
}


.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	background-color: #26a5dd;	
}

#searcher {
	background-color: rgba(39,115,186,.75);
/*	background-image: linear-gradient(
		to right, 
		#ff5757, 
		#fc588a
	);
*/
	font-family: glacialIndifferenceBold;
	font-size: 36px;
	font-weight: bold;
	color: white;
	text-shadow: 2px 2px 4px rgba(0,0,0,.3);
	text-transform: uppercase;
	text-align: center;
	padding: 20px;
	margin: 20px 0;
/*
box-shadow: 2px 2px 4px rgba(0,0,0,.3);
*/



}



input[name='what'], input[name='where'], #search_submit {
	font-family: glacialIndifference;
	font-size: 24px;
	font-weight: normal;
	color: black;
	border: 0px;
	padding: 4px 12px;
	margin: 16px 0;
	box-sizing: border-box;
	height: 34px;
}

#search_submit {
	color: #2b3990;
}

/*

@media screen and (max-width: 768px) { 
	a.freshwidget-theme {

		 background-color: #1985F9 !important;
	}
}

*/
.login-mobile .lead-orange, .login .lead-orange {
	color: white;
}



.btn-warning, .btn-danger , .btn-warning:focus, .btn-danger:focus {
	color: #fff;
	font-weight: bold;
	background-color: #ff5757;
	border: 0;
}



.btn-primary {
	font-weight: bold;
	background-color: #2b3990;
	border: 0;
}

.btn-success {
	background-color: #2BA5DC;
	border: 0;
	font-weight: bold;
}

.btn-success:hover, .btn-success:active {
        background-color: #2BA5DC;
}

.btn {
	border-radius: 6px ;
	font-weight: normal;
	padding: 6px 18px;
	font-size: 18px;
}

a, .lead-blue {

	color: #166DDF;
}

.btn-primary:hover, .btn-primary:active {
	background-color: #2b3990;
}
.btn-warning:hover, .btn-warning:hover {
	background-color: #c9302c;
    	border-color: #ac2925;

}


.alert-warning {
	background-color: white;
	border-color: #929292;
	color: #505050;
	
}

/*
.btn-primary:hover {
        background-color: #166DDF;
        border-color: #31A1F4;
}

 .btn-primary:hover > div, .btn-warning:hover > div, .btn-danger:hover > div {
        background-color:rgba(0, 0, 0, 0.1);
 }
*/

.caption strong, .lead-blue { font-weight: bold; font-size: 18px;} 

a {
	color: #2B3990;
}

h2.latest_rating a {

	color: #26a5dd !important;
	font-size: 18px;
	font-weight: bold;
/*
	color: #2b3990 !important;
*/
}



.lead-blue {
	color: #2B3990;	
}

.nivoSlider img {
}
.nivo-caption {
	position: relative !important;	
	opacity: 1 !important;
	padding: 10px 0 0 0 !important;
}

.nivo-caption p {
	color: #4c4c4c;
	padding: 0 !important;
}

.nivoSlider img {
	
}

.searchbox h4 {
	line-height: 1.6;
}

.controls input {
	border: 1px solid black;
	border-radius: 6px;
	
}

h2 {
	font-size:24px;
	font-weight:normal;
}

.thumbnail {
	padding: 0;
	border: 0;
}
.thumbnail.news_img img{
	width: 100%;
	height: auto;
}

#bs-example-navbar-collapse-9 {
	margin-bottom: -10px;
}

.annc {
	padding: 0;
}
.annc img, .nivoSlider {
/*
	border-radius: 6px;
*/
}

.annc .ad_banner img {
	margin: 0;
	padding: 0 15px;
	
}

.pagination {
	font-size: 18px;
}
.pagination>li>a, .pagination>li>span {
	
	color: #2B3990;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: white;
	color: #2b3990;
	border-color: #2b3990;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	background-color: white; 
	color: #2b3990;
}

.whitebox_full img {

	margin: 0 auto;
}

div.lateest_img {
width: 128px;

}
div.lateest_img img, img.late_rate_img  {
width: 128px;
height: 128px;
object-fit: cover;
}



div.review_box_small {
	margin-top: 0;
	margin-bottom:18px;
}

.footer_info {
	font-size: 14px;
}

a.twitter, a.facebook, a.googlelogin {
	height: 54px; 
	width: 54px;
	border-radius: 6px;
}

#editable-toolbar {
/*
	top: auto !important;
	bottom: 0;
*/
}


.search-error {
	margin-bottom: 32px;
}

.profilespecs .btn {
        width: 100%;
}

.profilespecs .btn-success {
        margin-bottom: 4px;
}
