 body {
      padding-top: 50px;
      
      /* hidde scroll bar when using animations */ 
      overflow-x: hidden;

    }
    footer {
      background-color: white;
      border-top: 1px solid #ddd;
      padding: 30px;
      margin-top: 50px;
    }  
    [class*=span] {
      margin-bottom: 40px;
    }
    #navbarBg {
			background:#333;
      position: absolute;
      top: 0px; left: 0px;
      z-index: 0; height: 48px; width:100%;
    }
		
.thumbnail img {
	min-width: 130px;
	min-height: 100px;
	margin-top: -20px;
	margin-left: -15px;
}
.thumbnail {
	max-height: 60px;
	min-width: 90px;
	overflow: hidden;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.26);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.26);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.26);
	
}
#cont {
	border: none;
}
#contInner {
	padding: 0px; margin: 0px; /* 9px 15px */
}

.hasToolTip {
	border-bottom: dotted #A6A6A6 1px;
}

/* ML */
.ml-error, .ml-error:hover {
	background: #B22225;
	color: #FFFFFF;
}
.ml-success, .ml-success:hover {
	background: #009A0A;
	color: #FFFFFF;
}
span .fa {
	font-size: 25px;
	vertical-align:middle;
	margin-left: 5px;
}
.fa-check {
	color: #009A0A;
}

#previewTool {
	position: fixed;
	bottom: 10px;
	right: -250px;
	z-index: 100;
}
#previewTool i {
	margin-right: 8px;
}
#previewTool .btn.btn-large.btn-success {
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.imgSelected {
	border: solid #000000 4px;
}
.fa.faBig {
	font-size: 25px;
	line-height: 25px;
}
a.useUrl i {
	font-size: 20px;
	color:#8E8E8E;
	margin-top: 5px;
	margin-left: 7px;
}
.codeBox {
	background: #F8F0BC;
	color: #000000;
	border: #0365B7 solid 1px;
	padding: 5px;
	overflow:hidden;
}
#mainNav.menu_container h4 {
	margin-bottom:-5px;color:#E6E6E6;
}
#mainNav.menu_container .menuSpacer h4 {
	margin-bottom: 3px;
}
.accordion-inner {
	padding-top: 40px;
}

input.siteField, textarea.siteField {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.popover {
}
label {
	color: #000000;
}
label i {
	color: #728AA7;
	margin-left: 3px;
}
#mainWrap h1 {
	font-size: 24px;
}

.mce-widget.mce-tooltip {
    display: none !important;
}
.menu-dropdown, .menu-dropdown label {
	color: #FFFFFF;
}
.accordion-group {
	width: 976px;
}
#navWrap, #navbarBg {
	position: absolute;
	top: -50px;
}
.menu-ul > li > a.navHighlight {
	background:#E00003;
}
.menu-ul > li > a.navHighlight:hover {
	background: #FF2700;
}
.menu-ul > li > a.navHighlightPr {
	background:#7E0997;
}
.menu-ul > li > a.navHighlightPr:hover {
	background: #B300EB;
}
.price {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	
}
.special {
	color: #D70003;
	background:#F8FF00;
	padding-right: 5px;
	padding-left: 5px;
}
a:hover {
	color: #014C9B;
}

#mainRight {
	text-align: center;
}
.statsMain {
	font-size:30px;
cursor: pointer;
padding: 4px;
padding-top: 6px;
}
#mainRight table {
	width: 100%;
}
#mainRight h3 {
	font-size: 35px;
	margin: 0px;
	color: #FCFCFC;
	text-transform:uppercase;
	font-weight: 100;
}
.statsGroup {
	background:#333333;
	border: solid 2px rgba(33,81,127,1.00);
	padding: 20px;
	padding-top: 15px;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
color: #FFFFFF;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#statsButtons {
	margin-top: 10px;
}
#statsWrap {
	display: none;
	z-index: 9999999;
}
.statsUnit {
	background: #FCFCFC;
	overflow: hidden;
	color: #000;
	display: block;
	margin: 3px;
	padding-top: 5px;
	padding-right: 5px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.statsUnit.active1 {
	background: #9DFF42;
}
.statsUnit.active2 {
	background: #9DFF42;
}
.statsSub {
	font-size: 13px;
}