html, body {font-family: "Arial", sans-serif;}

body {background: url(../img/bgv2.jpg) top center no-repeat fixed;}

.form-control {border-radius:1px;box-shadow:none;}
.form-control:focus {border-color: #1e98a9;outline:0 none;}
.nav-tabs > li > a {border-radius:0;}
.nav-tabs > li.active > a {color: #ff2938;}

button.noStyle {background: none;border:none;padding: 0;margin:0;}

form label {color:#555;}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

	#main-container {padding-top:20px;padding-bottom:20px;background: #fff;}
		#member-area-btn {border-radius:3px 3px 0 0;margin-top: 20px;}
		#top-menu {border: none;}
			#top-menu > li > a {border: none;color: #666;text-transform: uppercase;}
			#top-menu > li > a:hover {background: none;text-decoration: underline;}
		
		#main-nav {border: none;background: none;}
			#main-nav .collapse {/*padding: 0;*/}
			
			#main-nav .navbar-nav > li.billiga-policy-menu {/*display: table-cell;width: 1%;float: none;*/border-right: 1px solid #fff;}
			
				#main-nav .navbar-nav > li.billiga-policy-menu > a {text-transform: uppercase;display: block;background: #000;color: #fff;font-weight: bold;}
				
				#main-nav .navbar-nav > li > .dropdown-menu {padding: 0;font-size: 12px;text-transform: uppercase;}
				#main-nav .navbar-nav > li > .dropdown-menu li a {border-bottom: 1px solid #fff;}
				
		.center-banner {border: 1px solid #ddd;padding: 10px;}
			.center-banner h4 {color: #ff2938;font-weight: bold;text-transform: uppercase;}
			.center-banner h5 {color: #666;font-weight: bold;}
		.center-banner, .kidimieux-banner {margin-bottom: 30px;}
		
	#category-insurance-list {margin-top: 40px;}
		#category-insurance-list > div {border-right: 1px solid #ddd;}
		#category-insurance-list h3 {font-size: 18px;}
		#category-insurance-list a.category-insurance-excerpt {font-weight: bold;color: #777;}
		#category-insurance-list img {max-height: 114px;}
		
	#account-menu {margin-bottom: 40px;}
		#account-menu a {font-weight: bold;}
		
	.profile-block {text-align: center;margin-bottom: 30px;}
		.profile-block-inner {background: #ddd;min-height: 160px;padding-top: 30px;transition: all 0.2s ease;}
		.profile-block-inner:hover {background: #1e98a9;}
			.profile-block i {font-size: 25px;display: block;color: #111;transition: all 0.2s ease;}
				.profile-block-inner:hover i {color: #ff2938;font-size: 35px;}
			.profile-block a {color: #ff9400;text-decoration: none;}
			.profile-block-inner:hover a {color: #fff;}
			
	.other-profile {text-align: center;margin-bottom: 30px;}
		.other-profile-inner {background: #ddd;min-height: 160px;padding-top: 50px;transition: all 0.2s ease;position: relative;}
		.other-profile-inner:hover {background: #1e98a9;}
			.other-profile-inner .other-profile-type {position: absolute;top:-13px;text-align: center;width: 100%;}
				.other-profile-inner .other-profile-type span {border:2px solid #fff;background: #1e98a9;color: #fff;border-radius:20px;padding: 0 20px;font-size: 18px;line-height: 25px;}
			.other-profile i.big {font-size: 25px;display: block;color: #333;transition: all 0.2s ease;position: relative;}
				.other-profile-inner:hover i.big {color: #ff2938;font-size: 35px;}
			.other-profile a {color: #fff;text-decoration: none;}			
				
@media (min-width: 768px) {	
    #main-nav .collapse {padding: 0;}
    #main-nav {margin-top: 30px;}
    #billiga-main-nav .navbar-nav {width: 100%;}
    #main-nav .navbar-nav > li.billiga-policy-menu {width: 25%;}
    
    #main-nav .dropdown-menu {min-width: 100%;}
    
	#main-nav ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;    
	}    
}				