@media (min-width:768px) {.navbar-nav > li > a {
	padding-top:30px;
	padding-bottom:30px;
}
#MapCanvas {
    width: 100%;
    height: 300px!important;
}
}
@media (max-width:768px) {
.navbar-brand img {height:30px;}
#MapCanvas {
    width: 100%;
    height: 200px!important;
}
}
body {
	color:#414042;
	background-color:#ddd;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif; /*font-family: 'Oxygen', sans-serif;*/
	background-image: url(../img/diamond-eyes.png);	
}
a {
	color:#83A730;
}
a:hover {
	color:#414042;
}

img {
	max-width:100%;
	height:auto;
}
h1 {
	font-size:16px;
	font-weight: 700;
	padding-top: 10px;
	margin-top: 0px;
}

.page-header {
	background-color: #9dc73b;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 15px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #87AC31;
	color: #FFFFFF;
}
.margin-top {margin-top:50px; margin-bottom:10px;}
.padding-all {
	padding: 15px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:16px;
}
h4 {
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}
h5 {
}
.brand img {
	padding-top:10px;
	padding-bottom:10px;
}
.panel {border-radius: 0px;}
.glymph-circle {border: solid 4px #9dc73b;-webkit-box-shadow: 10px 10px 13px -13px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 13px -13px rgba(0,0,0,0.75);
box-shadow: 10px 10px 13px -13px rgba(0,0,0,0.75);}
.box {
	padding:15px;
}
.box-bot {
	margin-bottom:15px;
}
.box-top {
	margin-top:15px;
}

.white {
	background-color:#FFF;
	padding-bottom: 20px;
}
.dark {
	background-color:#414042;
	color:#FFF;
	padding:3px;
}
.color-green {
	background-color:#9DC73B;
	color:#242424;
}
.alignleft {
	background-color:#FFF;
	padding:2px;
	float:left;
	margin-right:10px;
	border:1px solid #999;
}
.alignright {
	background-color:#FFF;
	padding:2px;
	float:right;
	margin-left:10px;
	border:1px solid #999;
}
.breadcrumb {
	margin:0px;
	border-bottom-width:0px;
	background-color:transparent;
	border-radius:0px;
	font-size:95%;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:0px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color:#9DC73B;
	border-color:#8AAF32;
}
#footerBot a, #footerBot a:visited {
	color:#666;
	font-weight:bold;
}
#footerBot p {
	margin:0px;
	padding:0px;
}
#footerBot ul {
	list-style-type:none;
	margin:0px;
	padding-top:10px;
	padding-right:0px;
	padding-bottom:10px;
	padding-left:0px;
}
#footerBot li {
	display:inline;
	padding-right:8px;
}
#footerBot a {
	color:#000;
	font-weight:normal;
}
#footerBot {
	padding-bottom:10px;
	color:#333;
	padding-top:10px;
	background-color:#B8B5A5;
	margin-top:12px;
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
}
legend {
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	margin-top: 15px;
	margin-bottom: 25px;
	text-align: center;
	padding-bottom: 10px;
}
.form-control:focus {
	border-color:#9DC73B;
	outline:0px none;
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(157, 199, 59, 0.6);
}
/***************** nav **********/

.navbar {
	background-color:#eee;
	min-height:46px !important;
	padding:0px;
	
	border:0px;
	margin-bottom:0px;
}
.navbar .divider-vertical {
	height:46px;
	margin:0;
	border-left:1px solid #000;
	border-right:1px solid #626163;
}
.icon-bar {
	background-color:#333!important;
}
.navbar-nav > li > a {
	float:none;
	color:#222;
	text-decoration:none;
	font-weight:bold;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	background-color:#9DC73B;
	color:#fff;
	text-decoration:none;
	background-image:-moz-linear-gradient(top, #9DC73B, #799A2C);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#9DC73B), to(#799A2C));
	background-image:-webkit-linear-gradient(top, #9DC73B, #799A2C);
	background-image:-o-linear-gradient(top, #9DC73B, #799A2C);
	background-image:linear-gradient(to bottom, #9DC73B, #799A2C);
	background-repeat:repeat-x;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color:#FFF;
	text-decoration:none;
	background-color:#9DC73B;
	-webkit-box-shadow:inset 0 3px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:inset 0 3px 8px rgba(0, 0, 0, 0.3);
	box-shadow:inset 0 3px 8px rgba(0, 0, 0, 0.3)
}
.navbar .nav > li > .dropdown-menu:before {
	content:'';
	display:inline-block;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:7px solid #CCC;
	border-bottom-color:rgba(0, 0, 0, 0.2);
	position:absolute;
	top:-7px;
	left:9px
}
.navbar .nav > li > .dropdown-menu:after {
	content:'';
	display:inline-block;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid #FFF;
	position:absolute;
	top:-6px;
	left:10px
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color:#9DC73B;
	color:#FFF
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color:#9DC73B;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color:#FFF;
	border-bottom-color:#FFF;
}
.nav .caret {
	border-top-color:#FFF;
	border-bottom-color:#FFF;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color:#FFF;
	border-bottom-color:#FFF;
}
.dropdown-menu {
	font-size:12px;
}
.dropdown-menu > li > a:hover {
	background-color:#9DC73B;
}
.mmv_odyky_table_hover h5 {
	font-weight:bold;
}
.mmv_odyky_table_hover span.price {
	color:#3E9B06;
	font-weight:bold;
}
.mmv_odyky_table_hover th {
	background-color:#EDEDED;
	text-align:center;
}
.mmv_odyky_table_hover tr.td_tooltip:hover td, .subheader {
	background-color:#FFC;
}
.mmv_odyky_table_hover td {
	text-align:center;
}
td.text-left {
	text-align:left !important;
}
.mmv_odyky_table_hover td + td + td + td + td + td + td {
	background-color:#EDEDED;
}
.mmv_odyky_table_hover th + th + th + th + th + th, .mmv_odyky_table_hover th + th + th + th + th + th + th {
	background-color:#E0E0E0;
}
.venue_excerpt {
	min-height:40px
}
.venue_heading {
	min-height:57px
}
.radio-inline {
	margin-right:20px
}
.radio-inline input {
	width:auto
}
.mmv_tooltip_container {
	position:relative;
}
.tooltip-inner {
	max-width:500px
}
.fuel_comparison {
}
.fuel_comparison .label {
	font-size:100%
}
form .error-message {
	padding-left:5px;
	padding-top:2px;
	color:#B94A48;
}
form .required label {
	color:#080
}
form .required label:after {
	content:' *'
}
.display_none {
	display:none
}
.panel-default .panel-heading {
	background:#403F41
}
.panel-default .panel-heading,  .panel-default .panel-heading a,  .panel-default .panel-heading a:hover {
	color:#FFF;
	font-weight:bold
}
.panel-image img {
	border:1px solid #403F41;
	border-bottom-left-bottom:4px !important;
	border-bottom-right-bottom:4px !important;
	width:100%;
}
.panel-success > .panel-heading {
	background-image:-webkit-linear-gradient(top, #9DC73B 0, #7CB037 100%);
	background-image:linear-gradient(to bottom, #9DC73B 0, #7CB037 100%);
	background-repeat:repeat-x;
	color:#FFF !important;
	font-weight:bold;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9dc73b', endColorstr='#ff7cb037', GradientType=0)
}
.panel-success > .panel-body, .thumbnail {
	background-image:-webkit-linear-gradient(top, #D7EFA0 0, #FFF 100%);
	background-image:linear-gradient(to bottom, #D7EFA0 0, #FFF 100%);
}
.label-success {
	background-color:#8CC63F;
}
.carousel {
	margin-bottom:10px
}
.carousel-indicators {
	left:0px;
	margin-left:0px;
	right:30px;
	text-align:right;
	padding-right:30px;
	width:100%
}
.panel-carousel .carousel {
	margin-bottom:0px
}
.golden_list {
	background:#403F41;
	height:120px;
	margin-bottom:10px
}
.associates_scroll {
	width:100%;
	height:120px;
	position:relative;
	display:block
}
.associates_scroll img {
	border:1px solid #FFF
}
.associates_scroll .contentBox {
	position:relative;
	float:left;
	display:block;
	height:100px;
	width:150px;
	padding:7px 0px;
	margin:0px 5px
}
.odyky_widget .panel-body {
	min-height:280px
}
.discloser {
	margin-bottom:10px
}
.discloser p {
	margin-bottom:5px
}
.hidden_content {
	background-color:#FFF;
	border:1px solid #DDD;
	border-radius:4px;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	background:#FFF;
	height:104px;
	overflow:hidden;
	padding:5px;
	color:#333
}
.hidden_content .hidden_header a {
	font-weight:bold;
	text-decoration:none
}
.hidden_content .hidden_text a {
	color:#333;
	text-decoration:none;
	font-size:0.9em;
}
.label-price {
	background:#403F41;
	color:#FFF;
	font-size:1em
}
.nav-right {
	background-color:#F3F3F3;
	border:1px solid #C0C0C0;
}
.nav-right > li > a {
	border-radius:0px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#C0C0C0;
}
.nav-right > li.active > a, .nav-right > li.active > a:hover, .nav-right > li.active > a:focus {
	color:rgb(0, 0, 0);
	background-color:#E3E1E1;
}
#top-pills {
	padding-top:15px;
}
#top-pills > li > a {
	text-decoration:none;
	background-color:transparent;
	color:#799A2C;
	font-weight:bold;
}
#top-pills > li > li > a {
	font-weight:normal;
}
#top-pills > li > a:hover, #top-pills > li > a:focus {
	background-color:rgb(238, 238, 238);
	color:#000;
}
#top-pills .caret {
	border-top-color:rgb(0, 0, 0);
	border-bottom-color:rgb(0, 0, 0);
}
#top-pills .dropdown-menu > li > a:hover {
	color:rgb(38, 38, 38);
	text-decoration:none;
	background-color:#CCC;
}
#top-pills .dropdown-menu {
	font-size:12px;
	z-index:10000;
}
.social_icon a {
	padding-top:1px !important;
	padding-right:0px !important;
	padding-bottom:0px !important;
	padding-left:5px !important;
}
.social_icon a:hover {
	background-color:transparent !important;
}
.social_icon img {
	height:42px;
	width:42px
}
.no_block {
	display:inline
}
.btn-success {
	color:rgb(255, 255, 255);
	background-color:#8CC63F;
	border-color:#82B83A;
}
.btn-success:hover,  .btn-success:focus,  .btn-success:active,  .btn-success.active,  .btn-success.disabled,  .btn-success[disabled] {
	color:#FFF;
	background-color:#82B83A;
	border-color:#7CB037;
}
.btn-inverse {
	color:#FFF;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#363636;
 *background-color:#222;
	background-image:-moz-linear-gradient(top, #444, #222);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
	background-image:-webkit-linear-gradient(top, #444, #222);
	background-image:-o-linear-gradient(top, #444, #222);
	background-image:linear-gradient(to bottom, #444, #222);
	background-repeat:repeat-x;
	border-color:#222 #222 #000;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-inverse:hover,  .btn-inverse:focus,  .btn-inverse:active,  .btn-inverse.active,  .btn-inverse.disabled,  .btn-inverse[disabled] {
	color:#FFF;
	background-color:#222;
 *background-color:#151515;
}
.btn-inverse:active,  .btn-inverse.active {
	background-color:#080808 \9;
}
#fuel_compare_container li.active a {
	font-weight:bold
}
#contact_box img {
	padding:0px 10px
}
.venues h4 {
	min-height:40px
}
.venues .venue_excerpt {
	min-height:55px
}
#venue_gallery {
	text-align:center
}
#venue_gallery img {
	margin:5px
}
.package_table span a {
	color:#FFF !important
}
#page_menu .btn-group {
	padding:10px;
}
th {background:#eee;font-size:14px;}
.table_dd {
	background:#F0F0F0 !important;
	width:15%;
	min-width:150px;
}
#sketch-editor {
	border:2px solid #000;
}
.image-frame {
	border:1px solid #333;
}
.image-frame .image-tools {
	background:#333;
	color:#FFF;
	padding: 5px;
	line-height: 1.7em;
}
