/* 
    Document   : base_stylesheet.css
    Author     : Rory
    Description:
        Base reset and 978 grid layout.
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
    display: block;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}
/*
dl {
    clear: both;
    float: left;
}

dt {
    clear: both;
    float: left;
}

dd {
    float: left;
}
*/
/*----[Clearfix]----*/
/* this method allows you to clearfix the first element in the DOMtree without incuring a margin at the bottom of the page (of 12px) */
.row:after, .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.row, .clearfix {
    zoom: 1;      /*triggers hasLayout */
    display: block;     /* resets display for IE/Win */
}

* html .row, * html .clearfix {
    overflow: hidden;
}

/*----[Hide an element]----*/
.hidden {
    visibility: hidden;
}

/*----[Overall style rules]----*/
body {
    font: 87.5%/1.5 Arial, Helvetica, sans-serif; /* 87.5% 1em equivalent pixel size 0.875*16=14px */
    background: #FFFFFF;
    color: #424041;
    font-family: "Trebuchet MS", sans-serif;
}

div#grid, div.grid { 
    position: relative; 
    width: 978px; 
    margin: 0 auto; 
    padding: 0; 
}

.column, .columns { 
    float: left; 
    margin-right: 30px; 
}

.column:last-Child, .columns:last-Child { 
    margin-right: 0px; 
}

.column.right, .columns.right { 
    float: right; 
    margin-left: 30px;
    margin-right: 0;
}

.column,right:first-child, .columns,right:first-child { 
    margin-left: 0px !important; 
}

.column.margin-0, .columns.margin-0 {
    margin: 0;
}

.one { width: 54px; }
.two { width: 138px; }
.three { width: 222px; }
.four { width: 306px; }
.five { width: 390px; }
.six { width: 474px; }
.seven { width: 558px; }
.eight { width: 642px; }
.nine { width: 726px; }
.ten { width: 810px; }
.eleven { width: 894px; }
.twelve { width: 978px; }

.offset-by-one-half { margin-left: 42px; }
.offset-by-one { margin-left: 84px; }
.offset-by-two { margin-left: 168px; }
.offset-by-three { margin-left: 252px; }
.offset-by-four { margin-left: 336px; }
.offset-by-five { margin-left: 420px; }
.offset-by-six { margin-left: 504px; }
.offset-by-seven { margin-left: 588px; }
.offset-by-eight { margin-left: 672px; }
.offset-by-nine { margin-left: 756px; }
.offset-by-ten { margin-left: 840px; }

div.zpException {
    font-size: 12px;
    background: #fff url(/lib/img/exception/report.jpg) no-repeat 5px 5px;
    border: 1px solid #ff0000;
    color: #404040;
    padding: 55px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50000;
}

div.zpException > pre {
    padding: 20px;
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: normal;
  src: local('PT Sans'), local('PTSans-Regular'), url(/lib/css/font/PTS55F-webfont.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: bold;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(/lib/css/font/PTS75F-webfont.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: bold;
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(/lib/css/font/PTS76F-webfont.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: normal;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(/lib/css/font/PTS56F-webfont.woff) format('woff');
}
@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url(/lib/css/font/PTN57F-webfont.eot);
    src: url(/lib/css/font/PTN57F-webfont.eot?#iefix) format('embedded-opentype'),
         url(/lib/css/font/PTN57F-webfont.woff) format('woff'),
         url(/lib/css/font/PTN57F-webfont.ttf) format('truetype'),
         url(/lib/css/font/PTN57F-webfont.svg#PTSansNarrowRegular) format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'icomoon';
	src:url(/themes/clover/responsive/fonts/icomoon.eot);
	src:url(/themes/clover/responsive/fonts/icomoon.eot?#iefix) format('embedded-opentype'),
		url(/themes/clover/responsive/fonts/icomoon.woff) format('woff'),
		url(/themes/clover/responsive/fonts/icomoon.ttf) format('truetype'),
		url(/themes/clover/responsive/fonts/icomoon.svg#icomoon) format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Common styles of menus */

.dl-menuwrapper {
	width: 100%;
	max-width: 300px;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
	
	
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	background: #105da8;
	border: none;
	width: 40px;
	height: 40px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
	background-color:#105da8;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	/*background-image:url(/themes/clover/responsive/images/btn-menu.png);
	width:34px;
	height:32px;
	background-repeat:no-repeat;*/
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #aaa;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 3px;
	background: #fff;
	top: 8px;
	left: 25%;
	box-shadow: 
		0 10px 0 #fff, 
		0 20px 0 #fff;
	
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-color:#409ddf;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
	padding-right:60px;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	-moz-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	-moz-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	-moz-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	-moz-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	-moz-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut1 {
	50% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-moz-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut2 {
	100% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut3 {
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut4 {
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut5 {
	100% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	50% {
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	100% {
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	100% {
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	-moz-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	-moz-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	-moz-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	-moz-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	-moz-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn1 {
	0% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-moz-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn2 {
	0% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn3 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn4 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn5 {
	0% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	-moz-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	-moz-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	-moz-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	-moz-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn1 {
	0% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn2 {
	0% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn3 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn4 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn5 {
	0% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	-moz-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	-moz-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	-moz-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	-moz-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut1 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut2 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut3 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut4 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut5 {
	0% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/* Colors for demos */

/* Demo 1 */
.demo-1 .dl-menuwrapper button {
	background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
	background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
	background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
	background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
	background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
	background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
	background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
	background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
	background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
	background: #643771;
}

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,padding-right
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 90%;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url(/themes/clover/responsive/fonts/glyphicons-halflings-regular.eot);
  src: url(/themes/clover/responsive/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/themes/clover/responsive/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/themes/clover/responsive/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/themes/clover/responsive/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  /*background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;*/
}
.carousel-control.right {
  right: 0;
  left: auto;
  /*background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;*/
}


/*OLD CODE*/
/*
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
*/
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  
  
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  
  
  
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

ul.sharebox-buttons,
ul.sharebox-buttons li {
	display:inline-block;
	font-family:'Museo Sans',Helvetica,Arial,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	vertical-align:middle;
}
ul.sharebox-buttons li {
	margin-right:0.7em;
	margin-bottom:0.7em;
}
ul.sharebox-buttons li:first-child {
	margin-left:0;
}
ul.sharebox-buttons li a {
	background:#efefef;
	border-radius:3px;
	border:1px solid #ddd !important;
	box-shadow:inset 0 1px 0 #fff;
	color:#000 !important;
	display:inline-block;
	font-size:inherit;
	font-family:"Museo Sans";
	font-weight:normal;
	line-height:1;
	margin:0;
	padding:0;
	text-decoration:none;
        width:80px;
}
ul.sharebox-buttons li a:hover {
	background:#eee;
	border-color:#ccc;
	color:#000;
	text-shadow:0 1px 0 #fff;
}
ul.sharebox-buttons li a span {
	background-position:2px center;
	background-repeat:no-repeat;
	display:block;
	line-height:1.5em;
	opacity:.8;
	padding:1px 5px 1px 23px;
	text-shadow:none;
}
ul.sharebox-buttons li a:hover span {
	opacity:1;
}

/* Icons */
li.share-digg a > span {
	background-image:url(/themes/clover/responsive/icons/digg.png);
}
li.share-google-plus a > span {
	background-image:url(/themes/clover/responsive/icons/google-plus.png);
}
li.share-facebook a > span {
	background-image:url(/themes/clover/responsive/icons/facebook.png);
}
li.share-linkedin a > span {
	background-image:url(/themes/clover/responsive/icons/linkedin.png);
}
li.share-pinterest a > span {
	background-image:url(/themes/clover/responsive/icons/pinterest.png);
}
li.share-reddit a > span {
	background-image:url(/themes/clover/responsive/icons/reddit.png);
}
li.share-stumbleupon a > span {
	background-image:url(/themes/clover/responsive/icons/stumbleupon.png);
}
li.share-tumblr a > span {
	background-image:url(/themes/clover/responsive/icons/tumblr.png);
}
li.share-twitter a > span {
	background-image:url(/themes/clover/responsive/icons/twitter.png);
}

li.share-email a > span {
	background-image:url(/themes/clover/responsive/icons/email.png);
}
li.share-print a > span {
	background-image:url(/themes/clover/responsive/icons/print.png);
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 18px; 
	border: 2px solid #73b1dd;
	background: #73b1dd;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family:'Museo Sans',Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
	text-align:center;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

@charset "utf-8";
/* CSS Document */
* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -120px;
}
.footer, .push {
    position:relative;
    z-index: 1000;
min-height: 120px;
}

/* HTML CSS */
html { height:100%; font-family:'Museo Sans'; }
body { background-color:#f2f2f2; font-family:Arial, Helvetica, sans-serif; color:#797979; font-size:11px; height:100%; background-image:url(/themes/clover/responsive/images/tile-main.gif); background-repeat:repeat-x;}
img { border:none; max-width:100%;}
h1 { color:#105da8; font-size:58px; font-family:"Museo Sans",Arial, Helvetica, sans-serif; font-weight:normal; }
h4 { font-family:"Museo Sans 700",Arial, Helvetica, sans-serif; font-size:14px; }
h2 { font-family:"Museo Sans",Arial, Helvetica, sans-serif; font-size:37px; font-weight:normal;}
#logo-main { width:113px; z-index:2000; padding-left:0px; }

@font-face {
font-family:'Museo Sans';
src: url(/themes/clover/responsive/fonts/museosans_100-webfont.eot);
src: url(/themes/clover/responsive/fonts/museosans_100-webfont.eot?#iefix) format('embedded-opentype'),
url(/themes/clover/responsive/fonts/museosans_100-webfont.woff) format('woff'),
url(/themes/clover/responsive/fonts/museosans_100-webfont.ttf) format('truetype'),
url(/themes/clover/responsive/fonts/museosans_300-webfont.svg) format('svg');
font-weight:normal;
font-style:normal;
}
@font-face
{
   font-family:"Museo Sans 700";
    src: url(/themes/clover/responsive/fonts/museosans_700-webfont.eot);
src: url(/themes/clover/responsive/fonts/museosans_700-webfont.eot?#iefix) format('embedded-opentype'),
url(/themes/clover/responsive/fonts/museosans_700-webfont.woff) format('woff'),
url(/themes/clover/responsive/fonts/museosans_700-webfont.ttf) format('truetype'),
url(/themes/clover/responsive/fonts/museosans_700-webfont.svg) format('svg');
    font-weight:normal;
font-style:normal;	
}

@font-face
{
    font-family:"Museo Sans 900";
    src: url(/themes/clover/responsive/fonts/MUSEOSANS_2.eot);
src: url(/themes/clover/responsive/fonts/MUSEOSANS_2.eot?#iefix) format('embedded-opentype'),
url(/themes/clover/responsive/fonts/MUSEOSANS_2.woff) format('woff'),
url(/themes/clover/responsive/fonts/MUSEOSANS_2.ttf) format('truetype'),
url(/themes/clover/responsive/fonts/MUSEOSANS_2.svg) format('svg');
    font-weight:normal;
font-style:normal;	
 
}
@font-face
{
    font-family:"Museo Sans 300";
    src: url(/themes/clover/responsive/fonts/museosans_300-webfont.eot);
src: url(/themes/clover/responsive/fonts/museosans_300-webfont?#iefix) format('embedded-opentype'),
url(/themes/clover/responsive/fonts/museosans_300-webfont.woff) format('woff'),
url(/themes/clover/responsive/fonts/museosans_300-webfont.ttf) format('truetype'),
url(/themes/clover/responsive/fonts/museosans_300-webfont.svg) format('svg');
    font-weight:normal;
font-style:normal;	
}

@font-face
{
    font-family:"Museo Sans 500";
    src: url(/themes/clover/responsive/fonts/museosans_500-webfont.eot);
src: url(/themes/clover/responsive/fonts/museosans_500-webfont?#iefix) format('embedded-opentype'),
url(/themes/clover/responsive/fonts/museosans_500-webfont.woff) format('woff'),
url(/themes/clover/responsive/fonts/museosans_500-webfont.ttf) format('truetype'),
url(/themes/clover/responsive/fonts/museosans_500-webfont.svg) format('svg');
    font-weight:normal;
font-style:normal;	
}


.museo100 { font-family:'Museo Sans'; }
.musei700 { font-family:"Museo Sans 700";}
.museo900 { font-family:"Museo Sans 900";}
.museo300 { font-family:"Museo Sans 300";}
.museo500 { font-family:"Museo Sans 500";}
.arial { font-family:Arial, Helvetica, sans-serif; }

table { margin:0px; padding:0px; border-collapse:collapse;}
table tr td { margin:0px; padding:0px; border-collapse:collapse; }
 .flb-close { color:RED !important;margin-top:39px !important;margin-right:15px !important;position:relative; z-index:99999;}
/* GENERIC CSS */
#bigcatImage.nomargin{
    margin-left: 0px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.brand_img_container {
    width:523px;
    height:382px;
    overflow:visible;
    float:left;
    margin-right:20px;
    position:relative;
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 250px;
    opacity: 0;
}
.reddotDropdown{
    font-family:'Museo Sans';
    font-size:18px;
    display: none;
    position: absolute;
    border: solid 1px #E4E3E3;
    background: white;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F5F7F4');
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#F5F7F4));
    background: -moz-linear-gradient(top,white,#F5F7F4);
    padding: 5px 15px 10px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    left: 11px;
    top: 16px;
    z-index: 3;
}
.reddotDropdown a{
    background: none;
    white-space: nowrap;
    text-decoration: none;
    line-height: 20px;
    color: #848585;
    margin-left: 10px;
    height: 20px;
    width: 100%;
}
.reddotDropdown a:hover{color: #105DA8;}
.reddot01 {
    width:50px;
    height:50px;

    position:absolute;
}
.reddot01 a {
    background-image: url(/themes/clover/responsive/img/product_cross.png);
    background-repeat: repeat;
    background-position: center center;
    background-size: 80%;
    width:50px;
    height:50px;
    display:block;
    -webkit-transition: background-size .4s ease-in;
    -moz-transition: background-size, .4s ease-in;
    -o-transition: background-size .4s ease-in;
    transition: background-size .4s ease-in;
}
.reddot01 a:hover {
    background-size: 100%;
    -webkit-transition: background-size .1s ease-in;
    -moz-transition: background-size, .1s ease-in;
    -o-transition: background-size .1s ease-in;
    transition: background-size .1s ease-in;
}
.reddot01 a {
    background-image: url(/themes/clover/responsive/img/product_cross.png);
    background-repeat: repeat;
    background-position: center center;
    background-size: 80%;
    width:50px;
    height:50px;
    display:block;
    -webkit-transition: background-size .1s ease-in;
    -moz-transition: background-size, .1s ease-in;
    -o-transition: background-size .1s ease-in;
    transition: background-size .1s ease-in;
}
.reddot01 a:hover {
    background-size: 100%;
    -webkit-transition: background-size .1s ease-in;
    -moz-transition: background-size, .1s ease-in;
    -o-transition: background-size .1s ease-in;
    transition: background-size .1s ease-in;
}
.reddot02 {
    height: 30px;
    float: left;
    clear:left;
}
.reddot02:first-child{
    /*width: 148px;*/
}
.reddot02 a {
    background-image: url(/themes/clover/responsive/img/product_cross.png);
    background-repeat: no-repeat;
    background-position: left center;
   /* background-size: 80%;*/
    
    font-family:'MuseoSans500';
    font-size:12px;
    color:#105da8;
    text-decoration:none;
    vertical-align: bottom;
    padding-left: 40px;
    
    -webkit-transition: background-size .1s ease-in;
    -moz-transition: background-size, .1s ease-in;
    -o-transition: background-size .1s ease-in;
    transition: background-size .1s ease-in;
}
.reddot02 a:hover {
    /*background-size: 100%;*/
    color:#e80000;
    text-decoration:none;
    -webkit-transition: background-size .1s ease-in;
    -moz-transition: background-size, .1s ease-in;
    -o-transition: background-size .1s ease-in;
    transition: background-size .1s ease-in;
}
.closed_arrow{
    background-image: url(/themes/clover/responsive/img/arrow_down.png);
    background-position: right 5px;
    background-repeat: no-repeat;
    padding-right: 20px;
}
.opend_arrow{
    background-image: url(/themes/clover/responsive/img/arrow_up.png);
    background-position: right 3px;
    background-repeat: no-repeat;
    padding-right: 20px;
}
.display_none{ display: none;}
.blue { color:#449ad8;}
.darkblue { color:#105da8; }
.lightblue { color:#70b9ed; }
.h4blue { color:#73b1dd; }
.nav-grey { color:#656163; }
a:link.nav-grey, a:visited.nav-grey, a:hover.nav-grey, a:active.nav-grey { color:#656163;}

.neon-blue { color:#2482dd; }
a:link.neon-blue, a:visited.neon-blue, a:hover.neon-blue, a:active.neon-blue { color:#2482dd; }

.light-grey { color:#888686; }
a:link.light-grey, a:visited.light-grey, a:hover.light-grey, a:active.light-grey { color:#888686;}

.mediumblue { color:#409ddf;}
.recipeblue { color:#5aabe5;}
a:link.recipeblue, a:visited.recipeblue, a:hover.recipeblue, a:active.recipeblue { color:#5aabe5;}

.lighterblue { color:#5eb0e6; }
a:link.lighterblue, a:visited.lighterblue, a:hover.lighterblue, a:active.lighterblue { color:#5eb0e6; }

a:link.mediumblue, a:visited.mediumblue, a:hover.mediumblue, a:active.mediumblue { color:#409ddf;}

a:link.lightblue, a:visited.lightblue, a:hover.lightblue, a:active.lightblue { color:#70b9ed;}


.logout-blue { color:#105da8; }
a:link.logout-blue, a:visited.logout-blue, a:hover.logout-blue, a:ctive.logout-blue { color:#105da8;}

.red { color:#d5030b; }
a:link.red, a:visited.red, a:hover.red, a:active.red { color:#d5030b;}
.uc { text-transform:uppercase !important; }
.tc { text-align:center; }
.fl { float:left; }
.fr { float:right;}
.as-tbl { display:table; vertical-align:middle; }
.as-row { display:table-row; }
.as-cell { display:table-cell;height:30px; vertical-align:middle; }
.as-cell-top { display:table-cell; vertical-align:top; }
.as-column { display:inline-block;}
.vm { vertical-align:middle; }
.w100 { width:100%;}
.bwhite { background-color:#fff; }
.np { padding-left:0px; padding-right:0px;}
.tr { text-align:right; }
.w50 { width:50%; }
.fsize10 { font-size:10px; font-weight:normal;}
.padding-bottom20 { padding-bottom:20px !important; }

.drop_shadow {
-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.44);
-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.44);
box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.44);
}
.drop-shadow-invert {
   -moz-box-shadow: inset 0 0 10px #ccc;
   -webkit-box-shadow: inset 0 0 10px #ccc;
   box-shadow: inset 0 0 10px #ccc;
}
.npb { padding-bottom:0px !important; }
.as-cell { display:table-cell; vertical-align:middle; line-height:28px; }
.mtn20 { margin-top:-25px;}

.recipe { }
.recipe li { padding:10px 0px;}
.bold { font-weight:bold; }
.no-bullets { list-style:none; margin:0px; padding:0px;}
.no-bullets li { list-style-type:none; padding-bottom:4px;}
.section { padding-bottom:20px; height:100%; width:100%; position:relative; display:inline-block;}
.bottom { position:absolute; bottom:0px; text-align:center; margin:0px auto; width:100%; height:auto;}
.top { top:0px; position:absolute; width:100%; height:auto;}
.arrow { font-weight:bold; font-size:40p;}
.bred { border:1px solid red;}
.ib { display:inline-block;}
.bg-grey { background-color:#eeeeee; }

.login-blue { color:#105ea9; }
a:link.login-blue, a:visited.login-blue, a:hover.login-blue, a:active.login-blue { color:#105ea9; }

.dark-grey { color:#605e5e; }
a:link.dark-grey, a:visited.dark-grey, a:hover.dark-grey, a:active.dark-grey { color:#605e5e; }

.md-grey { color:#9c9c9c;}
a:link.md-grey, a:visted.md-grey, a:hover.md-grey, a:active.md-grey { color:#9c9c9c; }
a:link.white-t, a:visited.white-t, a:hover.white-t, a:active.white-t { color:#ffffff; }

.radius-10 { border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; }

.nu { text-decoration:none !important; }

/* SPECIFIC CSS */
.lh42 { line-height:30px; }
.bg-search { background-image:url(/themes/clover/responsive/images/bg-search.gif); height:33px; border:none; padding-left:15px; padding-right:15px; width:351px; color:#105da8;}
.pl30 { padding-left:30px; }
.pl10 { padding-left:10px; }
.pt13 { padding-top:13px; }
.padding-sides-15 { padding-left:15px; padding-right:15px; }
.padding-15 { padding:15px; }
#search-block { display:inline-block; float:right;}
.food1 { background-image:url(/themes/clover/responsive/images/food-1.jpg); background-repeat:no-repeat; background-size:cover;}
.food2 { background-image:url(/themes/clover/responsive/images/food-2.jpg); background-repeat:no-repeat; background-size:cover;}
.food3 { background-image:url(/themes/clover/responsive/images/food-3.jpg); background-repeat:no-repeat; background-size:cover;}
.food4 { background-image:url(/themes/clover/responsive/images/food-4.jpg); background-repeat:no-repeat; background-size:cover;}
.food5 { background-image:url(/themes/clover/responsive/images/food-5.jpg); background-repeat:no-repeat; background-size:cover;}
.food6 { background-image:url(/themes/clover/responsive/images/food-6.jpg); background-repeat:no-repeat; background-size:cover;}
.promo1 { background-image:url(/themes/clover/responsive/images/promo-1.jpg); background-repeat:no-repeat; background-size:contain; }
.img-placeholder1 { height:310px; position:absolute; width:100%;}
.content-recipe{position: absolute; top:70%; width: 100%;}
.fsize19 { font-size:19px; }

.padding20 { padding:20px; }

.btn_blue { background-color:#70b9ed; border:none; color:#fff; font-size:26px; font-family:"Museo Sans"; padding:10px;}
.bg-win { background-image:url(/themes/clover/responsive/images/tile-win.jpg); background-repeat:repeat-x; background-position:bottom; background-color:#ebebeb; }
.fsize40 { font-size:40px;}
.fsize46 { font-size:46px;}
.fsiz30 { font-size:30px; }
.fsize16 { font-size:16px; }
.fsize24 { font-size:24px; }
.fsize14 { font-size:14px; }
.fsize27 { font-size:27px; }
.fsize22 { font-size:22px; }
.fnormal { font-weight:normal; }
.padding-top34 { padding-top:15px; }
.padding-right12 { padding-right:6px; }
.padding-top45 { padding-top:45px; }
.padding-left30 { padding-left:24px;}
.padding-top52 { padding-top:20px;}
.padding-top52b { padding-top:30px; padding-left:0px !important; padding-right:0px !important;}
.padding-left10 { padding-left:10px; }
.padding30 { padding:30px;}
.w55 { width:53.103668261563%; max-width:698px; }
.padding-left34 { padding-left:34px;}
.w44 { width:45.97607655502392%;}
.padding10 { padding:10px; }
.nm { margin:0px; }
.nmt { margin-top:0px; }
.h100 { height:100% !important; }
.white { background-color:#ffffff; }
.margin-top15 { margin-top:17px; }
.fsize20 { font-size:20px; }
.mm { margin:0 auto;}
.fbold { font-weight:bold; }
.container { max-width:1350px; }
.back-recipe { position:absolute; right:0px; top:200px;}

.ti24 { padding-left:20px; }
.bg-top-search-right { background-image:url(/themes/clover/responsive/images/top-nav-search-right.gif); width:52px; height:34px; background-repeat:no-repeat; }
.tile-top-search { background-image:url(/themes/clover/responsive/images/tile-top-search.gif); background-repeat:repeat-x; height:31px; }


/* ingredients */
.ingredients li { padding:10px 0px; margin-left:5px; border-bottom:1px dashed #d3d3d3; }
.comment { width:100%; height:72px; border:none; padding-left:10px; padding-right:10px; border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px; color:#2b93d7;}
.btn-comment { border:none; color:#2693db; padding:20px 0px; background-color:#f1f1f1; font-size:17px;}
.mheight { min-height:535px; }

.user-comment { border-bottom:1px dashed #5eb0e5; padding-top:20px; padding-bottom:20px;}
.btn-comments { position:absolute; right:10px; top:0px; background-color:#eeeeee;}

.w86 { width:86.21533442088091%; }
.div-nav { top:42px;}
.hover-nav-over { background-color:#f4f4f4; }
.main-nav li { float:left; padding:0px 24px; text-align:center; cursor:pointer; height:67px; font-size:12px; display:table-cell; vertical-align:middle; line-height:67px; max-height:67px;}

.main-nav li a { color:#656163;}
 a:hover.main { color:#105ea9; }

/* menu system */
.subnav-main { background-color:#f4f4f4; width:auto; height:auto;}
.subnav-ul { padding:0px; padding-left:10px; padding-right:10px;}
.subnav-ul li { clear:both; padding:0px; text-transform:none; height:22px; line-height:22px; z-index:2005; }
.dd-nav { position:absolute;top:63px; padding-bottom:10px; padding-top:10px; left:94px; display:inline-block; background-color:#f4f4f4; border:1px solid #e6e6e6; z-index:2000;}

.search-top { background-image:url(/themes/clover/responsive/images/tile-search.gif); background-repeat:repeat-x; border:1px solid #ededed; height:27px; margin-top:2px;padding-left:5px;}
.btn-search-top { display:block; top:5px; left:10px; position:relative;}
.search-social { position:absolute; right:0px;}

/* FOOTER */
.footer { background-image:url(/themes/clover/responsive/images/tile-footer.gif); background-repeat:repeat-x; width:100%; color:#fff; background-color:#145899;position:relative; z-index:1001;}
.footer_links { font-weight:bold; font-size:13px; position:relative; top:30px;}
.w16 { width:16.66666666666667%; }

/* footer links */
.footer-links-bottom { position:relative; top:40px; padding-bottom:20px;}
.footer-input { background-image:url(/themes/clover/responsive/images/tile-footer-input.gif); background-repeat:repeat-x; height:26px; border:none; width:177px; color:#0d5190; padding:5px;}
.input-footer { padding-bottom:7px; }
.fsize11 { font-size:11px; }
.mobile-menu { z-index:2001; position:absolute; right:0px; top:60px; cursor:pointer;}

#sub-mobile-main { background-color:#ffffff; position:absolute; top:50px; width:200px; right:0px; padding:10px;}
#sub-mobile-main li { padding:10px; font-size:13px; padding:5px; border-bottom:1px dashed #70b9ed;}

.hide-me { display:none; font-size:11px; font-weight:normal !important; margin-top:10px; padding:5px;}
.w70 { width:70%;}
.w40 { width:40%;}
.w90 { width:90%; }
.w80 { width:80%; }
.w10 { width:10%; }
.w91 { width:90.666667%; }
.hand { cursor:pointer; }
.cursor { cursor:pointer;}
.w33 { width:33%;}
.hellip{visibility: hidden; position: absolute; left: 10px; width: 0px !important; height: 0px !important;}
.tooltip-rating
{
   display:block;
   position:absolute;
   border:1px solid #333;
   background-color:#ffffff;
   padding:2px 6px;
   z-index:4010;
   color:#666;
}
.btn-rate { display:block; position:relative; top:7px; left:10px; width:143px; height:34px;}

/* SECOND ROW */
.second-row-li { position:absolute;top:0px; left:120px;}

/* SHARE FUNCTIONALITY */
.btn-share
{
   position:relative;
   top:10px;
   left:10px;
   cursor:pointer;
   margin-bottom:10px;
}
.all-share { background-image:url(/themes/clover/responsive/images/tile-share.png); background-repeat:repeat; height:200px; display:block; position:absolute; cursor:pointer; width:100%; }
.all-share-div { background-image:url(/themes/clover/responsive/images/tile-share.png); background-repeat:repeat; height:200px; display:block; position:absolute; cursor:pointer; width:95%; }
#share-box, .share-box { position:relative; top:5px; width:95%; margin-left:10px;}
.dn {display:none;}

#logo-main { width:113px; }
.lifestyle { background-image:url(/themes/clover/responsive/images/lifestyle_blog-final.png); background-repeat:no-repeat; width:143px; height:34px;margin-top:0px !important;}
.arrow-h1 { margin-top:34px;}
.submit-rating { display:block; margin-top:-8px;}
.heart { position:absolute; right:20px; top:10px; background-image:url(/themes/clover/responsive/images/heart.png); background-repeat:no-repeat; width:39px; height:34px; opacity:0; cursor:pointer; }
.heart-gen { position:absolute; right:0px; top:10px; background-image:url(/themes/clover/responsive/images/heart.png); background-repeat:no-repeat; width:39px; height:34px; opacity:0; cursor:pointer; }

.log-actions { width:50%; text-align:right;}

.fav-actions { width:50%;}
.padding-right45 { padding-right:45px;}
.facebook {}

.arrow-h1 { width:30px; background-image:url(/themes/clover/responsive/images/btn-arrow-h1.png); background-position:center; background-repeat:no-repeat; height:24px; }
.icon-heart { padding:0px 20px;}

.hover-nav-link a:hover { color:#105ea9!important;}
.back-recipe { background-image:url(/themes/clover/responsive/images/back-to-recipe.gif); width:125px; height:33px; background-repeat:no-repeat; cursor:pointer;}

/* LOGIN CSS */
#div-login { width:266px; position:absolute;z-index:3000; top:100px; border:1px solid #e5e5e5; padding:0px 14px 0px 14px;}
.arrow-up { position:absolute; left:20px; top:-13px;}
.bg-input-login { border:none; background-image:url(/themes/clover/responsive/images/bg-login-inputs.gif); background-repeat:no-repeat; width:238px; height:31px; padding-left:14px; padding-right:14px; color:#3da0e6; font-size:12px;}
.input-login { margin-bottom:14px;}
.input-dashes { border-bottom:1px dashed #5eb0e6; width:100%; height:1px; }
.forgotten { padding-top:15px; margin-bottom:15px;}
.login-inner-h { margin-left:25px;}

.margin-bottom15 { margin-bottom:15px;}
.placeholder-pages { position:absolute; bottom:10px; left:2px; width:100%; padding:0px 10px; text-align:center;}
.padding-top14 { padding-top:14px;}

.footer_links { /*background-color:#145899;*/ }
.bottom-links { }

.img-dd { position:absolute; top:0px; right:0px;}

/* HOMEPAGE */
.move-to-top { margin-top:-18px;}
.tred { color:#e8272e; }
.fsize44 { font-size:44px; }
.product-slider { background-image:url(/themes/clover/responsive/images/tile-product-slider.gif); background-repeat:repeat-x; padding-left:26px; padding-right:26px; left:0px; position:relative; }
.product-slider-bg { background-image:url(/themes/clover/responsive/images/bg-product-slider.gif); background-repeat:no-repeat; height:228px; background-size:cover;}
.red-bg { background-color:#ef2e28; }
.dark-red-bg { background-color:#e41c15;}
.h4-red { color:#99020f;background-color:#e41c15;}
.h4-padding { padding:17px 10px; margin-top:0px;}
.btn-red { color:#ffffff; background-color:#99020e; border:none; font-family:"Museo Sans 300"; padding:10px;}
.txt-pink { color:#ffa19e; font-family:"Museo Sans 300"; }
a:link.txt-pink, a:visited.txt-pink, a:hover.txt-pink, a:active.txt-pink { color:#ffa19e;}
.padding-sides-26 { padding-left:26px; padding-right:26px; }
.fb-blue { color:#01aef0; }
a:link.fb-blue, a:visited.fb-blue, a:hover.fb-blue, a:active.fb-blue { color:#01aef0;}
.social-feed-box { background-color:#fff; border:5px solid #f3f3f3; padding-left:24px; padding-top:10px; padding-right:24px; height: 200px;}

.bg-social-feed { background-image:url(/themes/clover/responsive/images/dropshadow-box.png); background-repeat:no-repeat; width:112px; height:6px; right:10px; bottom:-4px; position:absolute;}

.txt-dark-blue { color:#145899;}
a:link.txt-dark-blue, a:visited.txt-dark-blue, a:hover.txt-dark-blue, a:active.txt-dark-blue { color:#145899;}

.padding-bottom16 { padding-bottom:16px; }
.padding-bottom16 li { padding-bottom:16px;}
.w45 { width:45.25495750708215% !important; }
.w22 { width:26.025496% !important; }
.footer .section {padding-bottom: 0px;}
.promo-home-1 { background-color:#01aef0; background-image:url(/themes/clover/responsive/images/row2-banners-1.jpg); background-repeat:no-repeat; background-size:cover; height:295px;}
.promo-home-2 { }
.promo-home-3 { background-image:url(/themes/clover/responsive/images/row2-banners-2.jpg); background-repeat:no-repeat; background-size:cover; height:295px;}
.h295 { height:295px;}
.margin-left18 { margin-left:14px;}
.inner-home-promos { padding-left:26px; margin-top:26px; display:inline-block; width:100%; padding-bottom:26px; padding-right:26px; }

.tile-scroller { height:228px;}
.w5 { width:5.294117647058824%; }
.w89 { width:89.26470588235294%; }
.padding-none { padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px;}
.bg-community-blue { background-color:#eaf0f6;}
.h-community-bg { background-image:url(/themes/clover/responsive/images/tile-h-community.jpg); height:60px; background-repeat:repeat-x; width:100%; }
.h-community-bg h2 { margin-top:11px; display:block; position:absolute; width:99%; }
.txt-community-blue { color:#018fd1; }
.txt-comm-date-blue { color:#006eb3; }
.fsize18 {font-size:18px;}
.nmt { margin-top:0px;}
.nmb { margin-bottom:0px; }
.icon-fb-light-blue { background-image:url(/themes/clover/responsive/images/btn-arrow-fb-blue.gif); background-repeat:no-repeat; background-position:left; line-height:17px; padding:10px 25px;}
.bg-fb-icon { background-image:url(/themes/clover/responsive/images/icon-fb.gif); background-repeat:no-repeat; width:20px; height:20px; position:absolute; right:23px; top:15px;}
.bg-twitter-icon { background-image:url(/themes/clover/responsive/images/icon-twitter.gif); background-repeat:no-repeat; width:20px; height:20px; position:absolute; right:23px; top:15px;}

.icon-twitter-red { background-image:url(/themes/clover/responsive/images/icon-red-circle.gif); background-repeat:no-repeat; background-position:left; line-height:17px; padding:10px 25px; }
.icon-purple { background-image:url(/themes/clover/responsive/images/icon-purple.gif); background-repeat:no-repeat; background-position:left; line-height:17px; padding:10px 25px;}
.icon-orange { background-image:url(/themes/clover/responsive/images/icon-orange.gif); background-repeat:no-repeat; background-position:left; line-height:17px; padding:10px 25px; }
.icon-green { background-image:url(/themes/clover/responsive/images/icon-green.gif); background-repeat:no-repeat; background-position:left; line-height:17px; padding:10px 25px; }
.icon-bright-red { background-image:url(/themes/clover/responsive/images/icon-bright-red.gif); background-repeat:no-repeat; background-position:left; line-height:17px; padding:10px 25px; }

.twitter-red { color:#bb2733; }
a:link.twitter-red, a:visited.twitter-red, a:hover.twitter-red, a:active.twitter-red { color:#bb2733;}

.purple { color:#9530a4; }
a:link.purple, a:visited.purple, a:hover.purple, a:active.purple { color:#9530a4;}

.orange { color:#fc5f01; }
a:link.orange, a:visited.orange, a:hover.orange, a:active.orange { color:#fc5f01; }

.green { color:#88af20; }
a:link.green, a:visited.green, a:hover.green, a:active.green { color:#88af20; }

.bright-red { color:#e31d1a; }
a:link.bright-red, a:visited.bright-red, a:hover.bright-red, a:active.bright-red { color:#e31d1a; }

.shadow-scroller { margin-top:2px;}
.social-rows { padding:24px 20px; padding-bottom:0px; }
.social-rows-short { padding:11px 20px; padding-bottom:0px; }
.row-grey { background-color:#f6f5f5;}
.tile-control-comm {background-image:url(/themes/clover/responsive/images/tile-comm-social-bottom.gif); height:52px !important; background-repeat:repeat-x; width:100%;}
.padding-bottom40 { padding-bottom:40px; }
.padding-bottom60 { padding-bottom:60px;}
.heading-control { position:absolute; top:-50px; width:100%; font-size:20px; left:0px;}
.heading-control h1 { font-size:20px; color:#145899;}
.arrow-control { cursor:pointer; margin-top:2px; position: relative;}
#parallax_mouseinteraction_bullets { }
.padding-bottom51 { padding-bottom:51px; }


   
   .carousel-control.right { background:url(/themes/clover/responsive/images/btn-blue-arrow-right.png); height:34px; background-repeat:no-repeat; top:40%;}
   .carousel-control.left{ background:url(/themes/clover/responsive/images/btn-blue-arrow-left.png); height:34px; background-repeat:no-repeat;top:40%;}
   .thumbnail { background:none; height:250px; border:none;}
   .carousel-inner {height: 280px}
   .padding-last-flippy { display:block; position:relative;right:0px; min-width:380px; height:auto;}
   .item-1 {max-width:270px; }

.flippy-h4 { color:#1e8fed; background-color:#eaf0f6; font-size:25px; padding:10px; }
.flipping { background-color:#fff; width:300px; }
.flipping p { padding:10px; font-size:14px; }
.w13 { width: 13.15789473684211% !important; }

.footer-mid-links { z-index:4000;}

.flb-wrapper { overflow:auto !important; }
.hide-item { display:block;}

/* SEARCH ICON */
.icon-search { z-index:10000; cursor:pointer; }
#search-box { width:200px; height:30px; left:-20px !important; position:relative; margin-top:15px;}
#search-box .search-top { width:160px !important; left:5px !important; position:relative; height:25px !important; padding:0px 5px;}
.arrow-up-search { top:-14px; left:25px;position:absolute;}
.inner-search-btn { position:relative; right:0px; top:-26px; left:162px;width: 12%;}

.facebook, .youtube, .biz, .lifestyle { z-index:2050; }
// .facebooks { background-image:url(/themes/clover/responsive/img/icons/facebook_icon.png); width:25px; height:24px; margin-top:7px; }
#flip-1 { z-index:2050; }

/* PAGINATION LARGE */
.pagination-large ul { }

.pagination-large ul li
{
    border:1px solid #a9a9a9;
list-style-type:none;
float:left;
min-width:28px;
background-image:url(/themes/clover/responsive/images/tile-pagination-large.gif); background-repeat:repeat-x;
height:32px;
margin-right:3px;
border-radius:4px;
-webkit-border-radius:4px;
font-weight:bold;
padding:10px;


}
.pagination-large ul li:hover
{
    border:1px solid #a9a9a9;
list-style-type:none;
float:left;
min-width:28px;
background-image:url(/themes/clover/responsive/images/tile-pagination-large-hover.gif); background-repeat:repeat-x;
height:32px;
margin-right:3px;
border-radius:4px;
-webkit-border-radius:4px;
font-weight:bold;
padding:10px;



}
.pagination-large ul li a { color:#757175; text-decoration:none;}
.pagination-large ul li a:hover { color:#fff; text-decoration:none;}

/* PAGINATION LARGE */



.zp_pager_links ul li a {
background-color: #0080ff !important;
background-image: none !important;
color:#fff !important; 
border: none !important;
border-radius:3px;
-webkit-border-radius:3px;
}



#noimage_recipes-previous, #noimage_recipes-next
{
    
    color:#fff; 
    text-decoration:none;
    border: none !important;
font-weight:bold;
cursor:pointer;
background-color: #0080ff;
background-size: 100%;

margin:0 auto;
border-radius:3px;
-webkit-border-radius:3px;
margin-top:100px;

padding:10px;
margin-right:10px;

}

.zp_pager_links ul li a:hover{
background-color: #FFF !important;
background-image: none !important;
color:#0053a3 !important; 
border: none !important;
border-radius:3px;
-webkit-border-radius:3px;
}

.zp_pager_links ul .red
{
  background-color: #FFF !important;
  color:#0053a3 !important; 
  border-radius:3px;
-webkit-border-radius:3px;
}


#noimage_recipes-previous:hover, #noimage_recipes-next:hover
{
    color:#0053a3; 
    text-decoration:none;
    border: none !important;
list-style-type:none;


cursor:pointer;
background-color: #e8e8e8;

margin:0 auto;
border-radius:4px;
-webkit-border-radius:4px;
border-radius:3px;
font-weight:bold;
padding:10px;
margin-top:100px;
margin-right:10px;
}

.disabledd { cursor:context-menu !important;
background: #F2F2F2 !important;
color:#fff !important; 
border: none !important;
}

.disabledd:hover { cursor:context-menu !important;
background: #F2F2F2 !important;
color:#fff !important; 
border: none !important;
}

.pagination-small ul li:hover
{
    border:1px solid #a9a9a9;
list-style-type:none;
float:left;
min-width:28px;
background-image:url(/themes/clover/responsive/images/tile-pagination-large-hover.gif); background-repeat:repeat-x;
height:26px;
margin-right:3px;
border-radius:4px;
-webkit-border-radius:4px;
font-weight:bold;
padding:5px;



}
.pagination-small ul li a { color:#757175; text-decoration:none;}
.pagination-small ul li a:hover { color:#fff; text-decoration:none;}
.recipe-promo {padding-bottom: 16px;}







/****************************************************************************************/
/* NAV STYLE */
#main_menu {width: 1000px !important;margin-top: 40px !important;margin-left: 0px !important;}
.menu_dropdown{
    font-family:'MuseoSans300';
    font-size: 13px;
    color: #535557;
    height:72px;
    width: 1100px;
    text-transform:uppercase;
    float: left;
    padding-left:0px;


}

.mainnav{
    float: left;
    height: 71px;

        width: 1100px !important;
}

.menu_dropdown{}

#main_menu{list-style:none;margin:0px;padding:0px;position: relative;}
.menu_dropdown li{list-style:none;float:left;margin-right:0px;padding-left:8px;padding-right:8px;}
.menu_dropdown li a{
   // background-image:url(/themes/clover/responsive/img/nav_bg.gif);
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -ms-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out;
    background-repeat:repeat-x;
    color:#535557;
    text-decoration:none;
    display:block;
    padding:29px 11px 25px;
}
.menu_dropdown li:hover a{
    color:#105da8;
    text-decoration:none;
    padding:29px 11px 25px;
    
    background-image: none;
    background-color: #f4f4f4;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -ms-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out;
}
#main_menu li a.zpCurrent{
    color:#105da8;
}
.zpNav-home{
    float: left;
}
.menu_contain{
border: solid 1px #EDEDED;
background-color: #fff;
float: left;
position: absolute;
border-top: none;
z-index: 999;
top: 70px;
-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.42);
-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.42);
box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.42);
}
.menu_col{
    border-top: none;
    float: left;
    padding: 14px 20px 10px 14px;
    position: relative;
}
#main_menu .menu_contain a{
    background: none;
    text-transform:none;
    font-family: 'MuseoSans100';
    font-size: 12px;
    font-weight: normal;
    color: #828282;
    padding: 0;
    width: 100%;

}
#main_menu .menu_contain a:hover, #main_menu .menu_contain a.head:hover, #main_menu .menu_contain a.main{
    color: #147dbd;
}

#main_menu .ab_right > .menu_contain{
    right: 0px;
}

.menu_border{
    float: left;
    border: solid 1px #fff;
    border-top: solid 1px #f4f4f4;
    width: 100%;
    height: 100%;
}
#main_menu .menu_contain a.head{
    font-family: 'MuseoSans700';
    font-size: 12px;
    color: #105DA8;
}
#main_menu .menu_contain a.main{
    padding-bottom: 7px;
}
#main_menu .menu_contain span.head{
    font-family: 'MuseoSans500';
    font-size: 14px;
    color: #105da8;
}
#main_menu .menu_contain span.main{
    padding-bottom: 7px;
}


.mainnav li{
    cursor: pointer;
}
.mainnav li div{
    display: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    
}
.mainnav li:hover div{
    display: block;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
















@media (min-width: 1200px) and (max-width:1400px)
{
    
.social-feed-box {padding-bottom:20px;}
    
        .menu_dropdown{
    font-family:'MuseoSans300';
    font-size: 13px;
    color: #535557;
    height:72px;
    width: 920px;
    text-transform:uppercase;
    float: left;
    padding-left:0px;


}

.mainnav{
    float: left;
    height: 71px;
        width: 920px !important;

}
    .menu_dropdown li{list-style:none;float:left;margin-right:0px;padding-left:0px !important;padding-right:0px !important; }
    

    .recipe-promo {width: 100% !important; }
    
    .tile-control-comm { height: 0px !important; }
        .facebook, .youtube, .biz, .lifestyle {margin-top: -4px;}
   .main-nav li { padding:0px 14px;}
    
    myCarousel ul {margin-left: 5%;}
   .main-nav li { padding:0px 14px;}
  .socials {margin-bottom: 15px;}
   .w91 { width:90%; }
   #share-box { width:70%;}
   .carousel { left:-10px; width:96%;}
   .padding-last-flippy { right:40px; height:auto;}
   .carousel img { max-width:100px; }
   .item-1 {max-width:200px;padding-left:40px; }
   .shadow-scroller { position:absolute; bottom:100px; }
    .w45 { }
.w22 { width:24.025496%; }
.padding-bottom16 { top:-20px !important; position:relative; }
.padding-bottom16 { margin-top:-10px !important; position:relative; }
.padding-last-flippy { display:block; position:relative;right:0px; max-width:250px; height:auto;}
}

@media (min-width: 1200px) {
    
    
.socials {margin-bottom:18px !important;}
    


    .recipe-promo {width: 100% !important;}
    .tile-control-comm { height: 0px !important;}
        .facebook, .youtube, .biz, .lifestyle {margin-top: -4px;}
rightblock {margin-top:7%;}
.w26 { width:27.7%; margin-bottom:17px;}
.w43 { width:44.5%;}
   .w24 { width:24.05625462620281%; }
  .w20{ width:20.28127313101406%; }
  .w31 { width:34.90229459659511%; }
  .recipe, .promo1 { height:440px; overflow:hidden; display:block; position:relative; }
  #share-box { width:70%;}
  
  
}

@media (max-width: 1460px) {
carousel img { max-width:300px !important; vertical-align:middle; display:block; top:0px; position:absolute;}
#myCarousel .carousel-inner img, #myCarousel1 .carousel-inner img { max-width:300px !important; vertical-align:middle; display:block; top:0px; position:absolute;}
}

@media (min-width: 992px) and (max-width: 1199px) {

.socials {margin-bottom:18px !important;}
    
        .recipe-promo {width: 100% !important;}
.tile-control-comm { height: 0px !important;}
    .facebook, .youtube, .biz, .lifestyle {margin-top: -4px;}
rightblock {margin-top:9%;}
.w26 { width:27.7%; margin-bottom:10px;}
.w43 { width:44.5%; margin-bottom:10px;}
  .w24 { width:24.05625462620281%; }
  .w20{ width:20.28127313101406%; }
  .w31 { width:34.90229459659511%; }
   .recipe, .promo1 { height:440px; overflow:hidden; display:block; position:relative;}
   
   .w55 { width:40%; max-width:none; }
   .w44 { width:60%; max-width:none;}
   .padding-left34 { padding-left:0px; }
   .main-nav, .mainnav, .menu_dropdown { display: none; }
   .mobile-menu { display:block!important; }
   .fav-actions { width:50%;}
.padding-right45 { padding-right:45px;}

.log-actions { width:auto; text-align:right;}

.fav-actions { width:auto;}
.hi { text-align:left; width:50%;}
.logout { text-align:right; width:50%;}
.padding-right45 { padding-right:0px;}
#share-box { width:70%;}

   .carousel { left:-10px; width:96%; }
   .carousel img { vertical-align:middle; display:block; top:0px; position:absolute;}
   .item-1 {max-width:220px;padding-left:40px; }
 .padding-last-flippy { display:block; position:relative;right:0px; max-width:250px; height:auto;}
 .shadow-scroller { position:absolute; bottom:100px; }
 .item-1 { text-align:center; margin-top:60px;padding-right:20px; }
 .item-2 { text-align:center; margin-top:20px; }
 .item-3 { text-align:center; margin-top:20px; }
 .item-4 { text-align:center; margin-top:20px; }
 
  .w45 { width:32% !important; height:320px;}
.w22 { width:32%; height:320px;}
   .h295 { height:320px !important; }
   .hide-item { display:none;}
   
}
.listing {width: 100%}
@media (min-width: 768px) and (max-width: 991px) {
    

.socials {margin-bottom:18px !important;}


    
.tile-control-comm { height: 0px !important;}
.item- { margin-top:50px;}
    .socials {margin-bottom: 15px;}
    .lifestyle { width: 30px;}
   .spacer {height:0px;}
    .rightblock img {width:47.7% !important; float:left; margin-top:-30px; margin-bottom:10px; margin-left:14px !important; margin-right:10px !important;height: 432px !important;}
  listing {width:46.5% !important; float:left; margin-left:7px !important; margin-bottom:10px; margin-top:-45px;}
  .listing2 {width:100% !important; float:left; margin-left:0px !important; margin-bottom:10px; margin-top:0px;}
  .w26 { width:50%; margin-bottom:10px;}
.w43 { width:50%; margin-bottom:10px;}
  .w24 { width:50%; margin-bottom:10px; }
  .w20{ width:50%; margin-bottom:10px; }
  .w31 { width:50%; margin-bottom:10px; }
  .recipe, .promo1 { height:430px; overflow:hidden; display:block; position:relative; }
  .section { padding-bottom:0px !important; }
  
   .w55 { width:100%; max-width:none; }
   .w44 { width:100%; max-width:none; padding-top:20px;}
   .padding-right12 {}
   .padding-left30 { padding-left:0px; }
   .padding-left34 { padding-left:0px; padding-top:10px; }
   .row { margin-left:0px !important; margin-right:0px !important;}
   .back-recipe { display:block; }
   
   .fsize46 { font-size:25px;}
   .fsize40 { font-size:32px; }
   
   .w33 { }
   .w33 img { }
    .main-nav, .mainnav, .menu_dropdown { display: none; }
.mobile-menu { display:block !important; }
.lifestyle { display:block; }
.w16 { width:auto; }
.mobile-menu { top:14px; right:14px;}
.search-social { background-color:#eaeaea; width:100% !important; max-height:80px; padding-left:95px;}

.log-actions { width:auto; text-align:right;}
    .fav-actions { width:auto; text-align:left;}

.arrow-h1 { width:30px; height:10px; margin-top:30px; background-image:url(/themes/clover/responsive/images/sml_arrow_blue.png); background-position:center; background-repeat:no-repeat;}
#share-box { width:70%;}
.bottom-links { font-size:10px; top:-20px; display:block; padding-bottom:0px !important; margin-bottom:10px;}
.footer { overflow:hidden; }
.hide-me { padding:0px; }
.shareprice { }
.w16 { width:16%; }

 .search-social { background-color:#eaeaea; width:100% !important; min-height:80px; padding-left:95px;}
   .search-top { width:83px !important; }
   body { background-image:url(/themes/clover/responsive/images/tile-mobile-main.gif); background-repeat:repeat-x;}
   .facebook { top: 18px; left:180px; position:relative;}
   .youtube { top: 18px; left:180px; position:relative;}
   .biz { top: 18px; left:180px; position:relative;}
   .lifestyle { background-image:url(/themes/clover/responsive/images/lifestyle_icon.png); top: 22px; left:180px; position:relative; margin-top:7px; }
   .footer-input { width:100px;}
   .footer-submit { width:100px;}
   .mobile-padding { padding-bottom:14px;}
   
   .carousel { left:-10px; width:96%; }
   carousel img { max-width:150px !important; vertical-align:middle; display:block; top:0px; position:absolute;}
   #myCarousel .carousel-inner img, #myCarousel1 .carousel-inner img { max-width:150px !important; max-height:150px;vertical-align:middle; display:block; top:0px; width:150px;margin:0px auto; }
   .hide-item { display:none;}
    .shadow-scroller { position:absolute; bottom:103px; }
.item-1 {padding-left:60px; }
 .padding-last-flippy { }
 .item-1 { text-align:center; margin-top:50px; padding-right:40px; text-align:center;}
 .item-2 { text-align:center; margin-top:20px; padding-left:20px; max-height:90px;; height:100px; text-align:center;}
 .item-2 img { text-align:center; margin-top:30px; padding-left:50px; max-height:140px; text-align:center;}
 .item-3 { text-align:center; margin-top:50px;text-align:center; }
 .item-4 { text-align:center; margin-top:50px; text-align:center;}
  
  
  .w45 { width:31% !important; height:340px;}
.w22 { width:31% !important; height:340px;}
   .h295 { height:340px !important; }
   
   
  


}
 .overlay-btn-report {margin-left: 8px !important;}
@media (max-width: 767px) {
        
    .tile-control-comm { height: 0px !important;}
     .spacer {height:0px;}
    .rightblock img {width:92% !important; margin-bottom:10px; margin-left: 14px; margin-top: -32px;}
    .listing {width:90% !important; margin-left: 14px; margin-top: -15px;}
    .w26 { width:100%; margin-bottom:10px;}
.w43 { width:100%; margin-bottom:10px;}
  .w24 { width:100%; margin-bottom:10px; }
  .w20{ width:100%; margin-bottom:10px; }
  .w31 { width:100%; margin-bottom:10px; }
   .recipe, .promo1 { height:430px; overflow:hidden; display:block; position:relative; }
   .bg-search { width:118px; background-image:url(/themes/clover/responsive/images/sml_search_bg.png); background-repeat:no-repeat; background-color:#f2f2f2;
   font-size:0.7em;
     }
h1 { font-size:30px; }
h2 { font-size:20px; }
   .small { font-size:0.6em; }
   .aheight { }
   
   .w55 { width:100%; max-width:none; }
   .w44 { width:100%; max-width:none;}
   
   .padding-left30 { padding-left:0px; }
   .padding-left34 { padding-left:0px; padding-top:10px; }
   .w86 { width:100%; margin:0 auto;}
   .section { margin-left:0px; margin-right:0px; }
   
   .fsize46 { font-size:25px; line-height:25px; padding:0px; margin:0px; padding-top:10px;}
   .fsize40 { font-size:32px; }
   .back-recipe { display:none; }
   .fsiz30 { font-size:15px; }
   
   .w33 { width:33%; }
   .w33 img { }
   .main-nav, .mainnav, .menu_dropdown { display: none; }
   .mobile-menu { display:block !important; }
   .lifestyle { display:block; }
   .w16 { width:100%; }
   
   .search-social { background-color:#eaeaea; width:100% !important; min-height:80px; padding-left:95px;}
   .search-top { width:83px !important; }
   body { background-image:url(/themes/clover/responsive/images/tile-mobile-main.gif); background-repeat:repeat-x; }
   .mobile-menu { top:35px;}
   .dl-trigger { width:20px; height:20px;}
   
   #logo-main { width:84px; height:auto;}
   #fav { display:none;}
   
   .lifestyle { background-image:url(/themes/clover/responsive/images/lifestyle_icon.png); width:25px; height:24px; margin-top:17px; }
   .arrow-h1 { margin-top:28px;}
   
   .log-actions { width:auto; text-align:right;}

.log-actions { width:auto; text-align:left; padding-bottom:5px;}
    .fav-actions { width:auto; text-align:left;}
.logout { text-align:right;}
.padding-right45 { padding-right:0px;}

.facebook { top:10px; position:relative;}
.youtube { top:10px; position:relative;}
.biz { top:10px; position:relative;}
.lifestyle { top:14px; position:relative;}
.mobile-menu { top:44px;}

.arrow-h1 { width:30px; background-image:url(/themes/clover/responsive/images/sml_arrow_blue.png); height:30px; margin-top:8px; background-position:center; background-repeat:no-repeat;}
.icons-recipe { margin-top:15px;}
#search-block { width:100%;}

.back-recipe { display:block;background-image:url(/themes/clover/responsive/images/sml_back.png); background-repeat:no-repeat; width:37px; height:27px; position:fixed; z-index:100; }

.main-btn-footer { background-color:#145798;}
hide-me { background-color:#185fa3; }

.carousel { left:-30px; width:100%;}
#myCarousel .carousel-inner img, #myCarousel1 .carousel-inner img { max-width:80px !important; max-height:80px;vertical-align:middle; display:block; top:0px; position:absolute;} 
carousel img { max-width:80px !important; max-height:80px;vertical-align:middle; display:block; top:0px; position:absolute;}
   .hide-item { display:none;}
    .shadow-scroller { display:none; }
.item-1 { }
 .padding-last-flippy { display:block; position:relative;right:0px;height:auto;}
 .item-1 { text-align:center; margin-top:50px; left:20px;}
 .item-2 { text-align:center; margin-top:50px; padding-left:20px !important;}
 .item-3 { text-align:center; margin-top:50px; }
 .item-4 { text-align:center; margin-top:50px; min-height:200px;}
 
  .w45 { width:100% !important; height:340px; float:left; padding-top:20px; margin-top:-50px;}
.w22 { width:100% !important; height:340px; float:left; margin-top:20px;}
   .h295 { height:340px !important; }
   .margin-left18 { margin-left:0px; }
   .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
   {
padding-left:0px;
padding-right:0px;
   }
   .parallax_mouseinteraction { margin-top:-20px !important;}
   .social-feed-box {margin-top:20px; padding-bottom:20px; position:relative;}
   .social-feed-box:last-child { padding-bottom:40px;}
   .social-rows-short { padding:0px 20px !important; }
     .hide-item { display:none !important;}

.arrow-control { top:20px; position:relative; padding-bottom:20px; }
.footer { margin-top:30px; }

.arrow-control {	top:-0px;}
 .overlay-btn-report {margin-left: 0px !important;}
}



@media (max-width:340px)
{


    .tile-control-comm { height: 47px !important;}
    #myCarousel {width: 74% !important;}
.icon-search { display:block !important; width:30px; height:auto; position:relative;top:27px; left:-9px;}
.facebook { display:block !important;position:relative;top:29px; left:-15px;}
.youtube { display:block !important;position:relative;top:29px; left:-15px;}
.biz { display:block !important;position:relative;top:29px; left:-15px;}
.lifestyle { display:block !important;position:relative;top:34px; left:-15px;}
.top-search-left { display:none !important;}
.top-search-middle { display:none !important; }
.top-search-btn { display:none !important; }
#logo-main { left:-10px;}
.container { width:100%; }

.mobile-menu
{
position:absolute;
left:10px;	
top:28px;
}

carousel { left:-30px; width:100%;}
#myCarousel .carousel-inner img, #myCarousel1 .carousel-inner img { max-width:60px !important; max-height:80px;vertical-align:middle; display:block; top:0px; position:absolute;}  
carousel img { max-width:60px !important; max-height:80px;vertical-align:middle; display:block; top:0px; position:absolute;}
   .hide-item { display:none;}
    .shadow-scroller { display:none; }
item-1 { }
 .padding-last-flippy { display:block; position:relative;right:0px;height:auto;}
 item-1 { text-align:center; margin-top:50px; left:20px;}
 item-2 { text-align:center; margin-top:30px; padding-left:10px !important; max-height:60px;}
 item-3 { text-align:center; margin-top:50px; }
 item-4 { text-align:center; margin-top:50px; min-height:200px;}
 #flip-1 { max-width:250px; margin-top:15px; }
 #flip-1 img { max-width:90px;}
 .flb-close { color:RED !important;margin-top:39px !important;margin-right:15px !important;position:relative; z-index:99999;}
 .arrow-control {	top:50px; }
 .heading-control { }
 .control-down { top:-50px; }
 .control-up { top:-1px;}
 
 #logo-main { top:-5px; }
 .carousel-control { margin-top:-100px;}
  .carousel-control.left { }
  .promo-home-1 { position:relative; margin-top:-100px;}

}


@media (max-width:500px)
{
    .tile-control-comm {background-image:url(/themes/clover/responsive/images/tile-comm-social-bottom.gif); height:52px !important; background-repeat:repeat-x; width:100%;}
    
}

@media (max-width:545px) and (min-width:341px)
{
.overlay-btn-report {margin-left: 0px !important;}
  .control-down { top:-50px; }
 .control-up { top:-1px;}
 .arrow-control {	top:50px; }
}


 .contact_submit {
  background-image: url(/themes/clover/responsive/images/btn-footer-submit.gif);
background-size:cover; background-position: center;
}

fav-actions {width: 0%;}

#re_search_go_btn {background-image: url(/themes/clover/responsive/images/btn-search.gif);
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  cursor:pointer;
}

.social-tweets {width: 50%;}
.social {float: left; padding-right: 5px;}
.btn-comment, .btn-search-top, .lifestyle {cursor: pointer;}
.related_recipe { height:130px;}
.rightblock {padding:0px !important;}

.zp-block-streamersblock-right-column-blocks {margin-bottom: 17px;width:98%;}
.zp-block-streamersblock-right-column-blocks img {height: 440px;
 box-shadow:3px 3px 3px #ccc;
   -webkit-box-shadow:3px 3px 3px #ccc;
   -moz-box-shadow:3px 3px 3px #ccc;
}

.big-image{width:100%;height:100% !important;border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px;box-shadow:3px 3px 3px #ccc; }

.reg-submit-button {background-image: url(/themes/clover/responsive/images/btn-register.gif);
  background-repeat: no-repeat;
  height: 33px;
  width: 96px;
  cursor:pointer;
}

.log-submit-button {background-image: url(/themes/clover/responsive/images/btn-login.gif);
  background-repeat: no-repeat;
  height: 34px;
  width: 77px;
  cursor:pointer;
}

#button-reviews {background-image: url(/themes/clover/responsive/images/btn-login.gif);
  background-repeat: no-repeat;
  height: 34px;
  width: 77px;
  cursor:pointer;}

.forgot {
    background-image: url(/themes/clover/responsive/images/btn-submit.gif);
  background-repeat: no-repeat;
  height: 34px;
  width: 79px;
  cursor:pointer;}

.register {
    background-image: url(/themes/clover/responsive/images/btn-register.gif);
  background-repeat: no-repeat;
  height: 34px;
  width: 96px;
  cursor:pointer;}

.zp_pager_links, .zp_pager_results{ text-align: center; }
.zp_pager_results {display: none;}
/* PAGINATION LARGE */
.zp_pager_links ul { }

.pagination {font-family: arial;}

.pr20 {padding-right: 20px !important;}

.zp_pager_links ul li a
{

                border:1px solid #a9a9a9;
                list-style-type:none;
                float:left;
                min-width:28px;
                background-image:url(/themes/clover/responsive/images/tile-pagination-large.gif); background-repeat:repeat-x;
                height:32px;
                margin-right:3px;
                border-radius:4px;
                -webkit-border-radius:4px;
                font-weight:bold;
                padding:10px;
                
                
}
.zp_pager_links ul li a:hover
{
                border:1px solid #a9a9a9;
                list-style-type:none;
                float:left;
                min-width:28px;
                background-image:url(/themes/clover/responsive/images/tile-pagination-large-hover.gif); background-repeat:repeat-x;
                height:32px;
                margin-right:3px;
                border-radius:4px;
                -webkit-border-radius:4px;
                font-weight:bold;
                padding:10px;
                
                
                
}
.zp_pager_links ul li a { color:#757175; text-decoration:none;}
.zp_pager_links ul li a:hover { color:#fff; text-decoration:none;}

/* PAGINATION LARGE */
.pagination-small ul { margin-top: 0px; }

.pagination-small ul li a
{
                border:1px solid #a9a9a9;
                list-style-type:none;
                float:left !important;
                min-width:28px;
                background-image:url(/themes/clover/responsive/images/tile-pagination-large.gif); background-repeat:repeat-x;
                height:26px;
                margin-right:3px;
                border-radius:4px;
                -webkit-border-radius:4px;
                font-weight:bold;
                padding:5px;
                
                
}
.pagination-small ul li a:hover
{
                border:1px solid #a9a9a9;
                list-style-type:none;
                float:left;
                min-width:28px;
                background-image:url(/themes/clover/responsive/images/tile-pagination-large-hover.gif); background-repeat:repeat-x;
                height:26px;
                margin-right:3px;
                border-radius:4px;
                -webkit-border-radius:4px;
                font-weight:bold;
                padding:5px;
                
                
                
}
.pagination-small ul li a { color:#757175; text-decoration:none;}
.pagination-small ul li a:hover { color:#fff; text-decoration:none;}

.mobile-menu
{
  z-index: 2001;
  
}


#recipes {width: 413px; vertical-align: top;}
#recipes ul li {width: 132px; text-align: left; margin-left: 15px !important;}

.more-recipes { min-height:200px; margin-bottom: 10px;}

#zp_frontpage_index {margin-top: -34px;}

.bottomNav
{width: 90px !important;}


.pad-bottom {margin-bottom: 20px;}

.social-feed-box .mus{
position: absolute;
bottom: 0;
margin-bottom: 10px !important;
}

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */

#simplemodal-container {
 
   /* background-color:#F3F3F3;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;*/
    
    
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: 15px solid rgba(0, 0, 0, 0.3);
    
    background-color:#F3F3F3;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    
    border-radius: 15px;
    padding: 15px;
    
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F3F3F3 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F3F3F3 100%);
    /* Opera */
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F3F3F3 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #F3F3F3));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F3F3F3 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #FFFFFF 0%, #F3F3F3 100%);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    /* IE 5-7 */
    filter: alpha(opacity=100);

    /* Netscape */
    -moz-opacity: 1;

    /* Safari 1.x */
    -khtml-opacity: 1;

    /* Good browsers */
    opacity: 1;
    behavior: url(/themes/clover/responsive/css/PIE.htc);
    
}
#simplemodal-container code {
    background:#141414;
    border-left:3px solid #65B43D;
    color:#bbb;
    display:block;
    font-size:12px;
    margin-bottom:12px;
    padding:4px 6px 6px;
}
#simplemodal-container a {color:#105DA8;}
#simplemodal-container a.modalCloseImg {
    background:url(/themes/clover/responsive/images/close.png) no-repeat;
    width:25px;
    height:29px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:-15px;
    right:-16px;
    cursor:pointer;
}
/* IE 6 hacks */
#simplemodal-container a.modalCloseImg {
    right: 13px;
    width: 68px;
    height: 26px;
    top: 15px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='clover/theme/clover/img/basic/x.png',sizingMethod='scale');
}
#simplemodal-container .ui-tabs-nav{
    margin-bottom: 6px;
}
#simplemodal-container .ui-corner-bottom{
    padding: 10px 10px 20px 10px;
    background-color: white;
}
#simplemodal-container .ui-state-active a{
    color: #F3EBD9;
}
#spricecalc, #dividentcalc{
    padding-top: 20px;
}

.footer { margin-top: 50px; }
myCarousel img {width: 146px; height: 183px;}

#listing .pagination li
{
width: 0px;
height: 0px;
border:solid #fff;
background-image:url(/themes/clover/responsive/images/tile-pagination-large-hover.gif1); background-repeat:repeat-x;
}


.carousel {width: 100% !important;margin:0px;}
.carousel-control.right {width: 35px;}

promos-home { margin-top: 100px;}
myCarousel div div ul li {z-index: 9999999 !important;height: 300px}

.change-year {background-color: #fff;
padding: 7px 12px;
border-top: 1px solid #d5d2d2;
border-bottom: 1px solid #e7e7e7;
border-left: 1px solid #e7e7e7;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius:20px;
border-top-left-radius: 20px;
border-bottom-left-radius:20px;
-moz-box-shadow: inset 1px 2px 4px #ccc;
-webkit-box-shadow: inset 1px 2px 4px #ccc;
box-shadow: inset 1px 2px 4px #ccc;
color: #105da8;
font-size: 14px;
height: 35px;
}

.dd-year {
background-color: #FFF;
padding: 7px 12px;
border-top: 1px solid #d5d2d2;
border-bottom: 1px solid #e7e7e7;
border-right: 1px solid #e7e7e7;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
-moz-box-shadow: inset 1px 2px 4px #ccc;
-webkit-box-shadow: inset 1px 2px 4px #ccc;
box-shadow: inset 0px 2px 5px #ccc;
color: #105da8;
font-size: 14px;
height: 35px;}

.no-year {border-top-left-radius: 20px;
border-bottom-left-radius:20px;}

#ar-year {font-family:"Museo Sans 300";}

#product_list .line_crumb a
{

  font-size: 14px !important;

}



col-lg-2
{
  width: 16.4%;
}
#site_search
{

  font-size: 12px;
  color: #0a59a6;
  padding-left: 5px;
}


.carousel-control.left {margin-left: 16px;}
.carousel-control.right {margin-right: 16px;}


.main-nav a{ text-decoration: none !important;}
#recipe ul li {float: left; margin: 0px !important; padding:0px !important;}
#recipe ul {width: 471px; margin: 0px !important; padding:0px !important;}
#recipe {width: 445px;padding-left: 15px;}
.tooltipster-base {width: 10.5% !important;}

#mains, #dish, #meal, #occasions, #specials, #kid { width: 280px;}
#mains li, #dish li, #meal li, #occasions li, #specials li, #kid li { width: 160px;}



imagery {margin-top: 11px; margin-right: 10px !important; margin-bottom: 10px;}
#newspopup h3
{
  font-family: 'MuseoSans500';
  font-size: 26px;
  color: #1863ac;
}
#newspopup span
{
  font-family: 'MuseoSans300';
  font-size: 14px;
  color: #747474;
}
#newspopup label
{
  clear: both;
  font-family: 'MuseoSans300';
  font-size: 14px;
  color: #1863ac;
}
.contact_submit
{
  cursor: pointer;
  display: block;
  background-color: #105da8;
  color: #f3ebd9;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-top-width: 0px;
  border-right-width-value: 0px;
  border-bottom-width: 0px;
  border-left-width-value: 0px;
  border-top-style: none;
  border-right-style-value: none;
  border-bottom-style: none;
  border-left-style-value: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
background-repeat: no-repeat;
}
#simplemodal-container
{
  background-clip: padding-box;
  border-top-width: 15px;
  border-right-width-value: 15px;
  border-bottom-width: 15px;
  border-left-width-value: 15px;
  border-top-style: solid;
  border-right-style-value: solid;
  border-bottom-style: solid;
  border-left-style-value: solid;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-right-color-value: rgba(0, 0, 0, 0.3);
  border-bottom-color: rgba(0, 0, 0, 0.3);
  border-left-color-value: rgba(0, 0, 0, 0.3);
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  background-color: #f3f3f3;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  //height: 45% !important;
  //width: 100%;
  width: inherit;
  background-image: #ffffff;
  opacity: 1;

  position: fixed;
  z-index: 2002;
  //left: 0% !important;
  //top: 25px;
  margin: 0 auto !important;
}

#newspopup {width: 300px;}
.attr_col, .containTable {width: 100%}
.contact_input1
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #848585;
  text-align: left;
  width: 350px;
  height: 20px;
  border-top-width: 0px;
  border-right-width-value: 0px;
  border-bottom-width: 0px;
  border-left-width-value: 0px;
  border-top-style: none;
  border-right-style-value: none;
  border-bottom-style: none;
  border-left-style-value: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
  background-color: transparent;
  background-image: #f0f0f0;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding-top: 4px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
}

.mama_social_container{
    font-family: Arial;
    font-size: 10px;
    border: solid 5px #E8E8E6;
    color: #636363;
    background-color: white;
    float: right;
    width: 100%;
    margin-bottom: 10px;
}
.mama_social_container a{
    text-decoration: none;
    color: #636363;
}
#twitter .twitter_row{
    border-top: 1px solid #E8E8E6;
    padding-top: 5px;
    margin-top: 5px;
}
#twitter .first_row{
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}
.mama_links{
    padding-top: 5px;
    clear: both;
    background-color: #E8E8E6;
}
.mama_links img{
    float: right;
    padding-left: 5px;
    width: auto !important;
}
.mama_heading{
    width:auto;
    height:auto;
    font-family:'Museo Sans' !important;
    font-size:16px;
    color:#145899;
    text-align:center;
    text-transform:uppercase;
    padding-bottom: 6px;
    padding-top: 10px;
}
.twitter_heading, .twitter_posted{
    display: none;
}
.spricecalc{
    width: 462px;
    height: 570px;
}

.footer_links a:hover {text-decoration: none !important; color: #87ceff !important;}
#main_menu ul li a {font-family: 'Museo Sans' !important;}
#main_menu ul li span {font-family: 'Museo Sans' !important; color: #2482dd !important; font-weight: bold;}


.overlay-btn-report a {text-decoration: none !important;}

#spacer {height: 50px;}

.notification.error
{
     background-image: none;
    background-repeat: no-repeat !important;
}

#pocure_tabs li a
{
height: 30px !important;
}

#main_menu ul li div div div a {line-height: 22px;}

.contact_submit {
    background-image: url(/themes/clover/responsive/images/btn-footer-submit.gif) !important;
    background-position: center center;
    background-size: cover;
}
/*
h4 a {color:#fff;}
h4:hover a {color:#fff; text-decoration: none;}
*/
.col-lg-9,.col-lg-8, .col-md-9, .col-lg-12, .col-md-12 {margin-left:0px !important;padding-left:0px !important;margin-bottom: 20px !important;}

.newsLetter_link {cursor: pointer;}

.from_the_farm {width: 584px;}
.from_the_farm img {float:right;}
.lifestyle_menu {width: 513px;}

.facebook {
    background-image: url(/themes/clover/responsive/images/facebook_icon-final.png) !important;
    width:33px;
    height:30px;
    //position:relative;
    margin-top:0px !important;
    cursor: pointer;
}

.youtube {
    background-image: url(/themes/clover/responsive/images/youtube_icon-final.png) !important;
    width:33px;
    height:30px;
    //position:relative;
    margin-top:0px !important;
    cursor: pointer;
}

.biz {
    background-image: url(/themes/clover/responsive/images/biz_icon-final.png) !important;
    width:33px;
    height:30px;
    //position:relative;
    margin-top:0px !important;
    cursor: pointer;
}

.pro_back_button img {margin-top:7px !important;margin-left: 8px;}
.simplemodal-wrap > #newspopup {margin-top:30px !important;padding-left: 8px;}
simplemodal-wrap .footer-input {width:100%;}
simplemodal-wrap .subscribe {width:30%;}

.contact-form label {font-weight: bold !important;}

.error {padding:15px;font-size: 16px;color: red;}

.dl-submenu a:hover {text-decoration: none;}


.menu-title {text-align:right;border-bottom:solid 1px #3399ef;width: 100%;color:#3399ef;font-family: Museo Sans}


.featured_image {
    height: 150px; background-repeat:no-repeat; background-position: left top;
}













/*
root element for the scrollable.
when scrolling occurs this element stays still.
*/
.scrollable {

/* required settings */
position:relative;
overflow:hidden;
width: 100%;
height:120px;

/* custom decorations */
border:1px solid #ccc;
background:url(/themes/clover/responsive/css/demos/images/scrollable/h300.png) repeat-x;
}




/*
root element for scrollable items. Must be absolutely positioned
and it should have a extremely large width to accomodate scrollable items.
it's enough that you set the width and height for the root element and
not for this element.
*/

/*Blue buttons*/
button {
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  -webkit-box-shadow: 1px 1px 2px #666666;
  -moz-box-shadow: 1px 1px 2px #666666;
  box-shadow: 1px 1px 2px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #105da8;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.contact-form select{
    height: 38px;
    border: none !important;
    font-family: 'Museo Sans';
    color: #115da8;
    font-size: 14px;
    width: 70%;
    padding: 4px 15px;
    background-color: #fff;
    box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
}

.contact-form fieldset button{
    float: left;
}

.contact-form #enquiryForm select{
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 100%;
    height: 30px;
    margin: 0 !important;
}


button:hover {
  background: #fff;
  text-decoration: none;
  color: #105da8;
}

.contact-form > h5{
    padding: 15px 0;
}
.contact-form h3{
    padding: 0 0 15px 0;
}
.contact-form > h5, .contact-form h3, .contact-form h4{
    color: #105da8;
}

.contact-form h6{
    font-size: 16px;
    font-family: "Museo Sans 500";
    margin-bottom: 0;
}

.contact-form label {
    line-height: 20px;
    margin: 0;
    font-size: 14px;
}
.contact-form dt{
    line-height: 38px;
}
.contact-form .pull-right dt{
    width: 152px;
}
.contact-form .pull-right label{
    width: 100%;
    text-align: right;
    padding-right: 20px;
}
.contact-form > h5 > button{
    margin-left: 15px;
}
.contact-form p{
    font-family: 'Museo Sans';
    color: #515151;
}
.contact-form .splitview dl{
    width: 50%;
    clear: none;
}
.contact-form .splitview dd input[type=text], .contact-form .splitview dd select, .contact-form .splitview dd textarea{
    width: 50% !important;   
}

.contact-form .twothirds dl{
    width: 70%;
    clear: none;
}
.contact-form .twothirds dl.pull-right{
    width: 30%;
}

.contact-form .twothirds dd input[type=text], .contact-form .twothirds dd textarea, .contact-form .twothirds dd select{
    width: 65% !important;
}
.contact-form .twothirds dd textarea{
    height: 230px;
}
.contact-form hr{
    height: 1px;
    background-color: #ddd;
}
.displayer{
  float: left;
  font-size: 14px;
  line-height: 38px;
  padding-left: 10px;
}
.termserror{
    display: block;
    padding: 9px 0 10px 35px;
    background-position: 10px 10px;
}
.termserror p{ margin: 0; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    color: #105da8 !important;
}
.ui-widget-header{
    background: none !important;
    background-color: #105da8 !important;
    border-color: #105da8 !important;
}

.scrollable .items {
/* this cannot be too large */
width:2000000em;
position:absolute;
clear:both;
}

.items div {
float:left;
width:680px;
}

/* single scrollable item */
.scrollable img {
float:left;
margin:20px 5px 20px 21px;
background-color:#fff;
padding:2px;
border:1px solid #ccc;
width:100px;
height:75px;

-moz-border-radius:4px;
-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
border:2px solid #000;
position:relative;
cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
background:url(/themes/clover/responsive/css/demos/images/scrollable/hori_large.png) no-repeat;
display:block;
width:30px;
height:30px;
float:left;
margin:40px 10px;
cursor:pointer;
font-size:1px;
}

/* right */
a.right { background-position: 0 -30px; clear:right; margin-right: 0px;}
//a.right:hover { background-position:-30px -30px; }
a.right:active { background-position:-60px -30px; }


/* left */
a.left	{ margin-left: 0px; }
//a.left:hover { background-position:-30px 0; }
a.left:active { background-position:-60px 0; }

/* up and down */
a.up, a.down	{
background:url(/themes/clover/responsive/img/scrollable/arrow/vert_large.png) no-repeat;
float: none;
margin: 10px 50px;
}

/* up */
a.up:hover { background-position:-30px 0; }
a.up:active { background-position:-60px 0; }

/* down */
a.down { background-position: 0 -30px; }
a.down:hover { background-position:-30px -30px; }
a.down:active { background-position:-60px -30px; }


/* disabled navigational button */
a.disabled {
visibility:hidden !important;	
}

.noclick {
    background: #AAA;
    color: #105DA8 !important;
    cursor: context-menu;

}

.noclick a {
    background: #AAA;
    color: #105DA8 !important;
    cursor: context-menu;

}
.noclick a:hover {
    background: #AAA;
    color: #105DA8 !important;
    cursor: context-menu;
    
}

.recipe-nav .light-grey:hover {color: #3399fe; text-decoration: none;}

top-image-report {background-size: 100% !important;}


.flipping img {padding: 8px;}

.more-recipes a {text-decoration: none;}
@media (min-width:821px)
{.margin-left24 {margin-left: 24%;}}

.padding-top-5 {margin-top: 6px;}

input[type="radio"] {
  margin-top: -2px;
margin-right: 2px;
  vertical-align: middle;
}

#closeLogin {color: red; cursor: pointer; font-weight: bold; font-size: 14px;top: -8px;right: -8px;position:relative;}

.login_input1 {
    border: medium none;
    background-image: url(/themes/clover/responsive/images/bg-login-inputs.gif);
    background-repeat: no-repeat;
    width: 238px;
    height: 31px;
    padding-left: 14px;
    padding-right: 14px;
    color: #3DA0E6;
    font-size: 12px;
margin-bottom: 10px;
}

.for_btn
{
-webkit-box-shadow: 1px 1px 2px #ccc;
box-shadow: 0px 1px 1px 1px #ccc;
color: #fff;
font-size: 14px;
height: 34px;
width: 130px;

}

#info a {position:relative; z-index:1;}

.carousel-control.right, .carousel-control.left {z-index: 1000 !important;}

.ls_grey_copy {width: 100% !important;}

@media (max-width: 482px)
{
    .fb-like {display: none !important;}
}

@media (min-width: 483px)
{
    .fb-like {display: visible !important;}
}


#zp_search_index h2 a{font-size: 20px !important;}

@media (max-width:476px) {
   #zp_search_index #tabs-2 .news-normal-block p {display: none} 
}

ul.ui-corner-all {width: 38% !important; position:relative; z-index: 6 !important;} 

.products-wrapper {width: 48%; float: left; padding-left: 10px; padding-bottom: 10px;}
.contents-wrapper {width: 50%; float: right; padding-bottom: 10px;}
search-listing { font-size: 20px; color: #105da8;float:left;font-weight: normal; }

search-listing li {font-size: 12px; color: #105da8;float:left;font-weight: normal;}
    
    @media (min-width:992px) {
   ul.ui-corner-all {display: none} 
}


#paginations .pagination {margin: 0px;}

.padding-10 {padding: 10px;}

products { border-right: solid 1px #ccc; padding-right: 10px;}
contents { border-left: solid 1px #ccc;padding-left: 10px;}

.h1-class-1 a,.h1-class-1 a:hover {color: #2a6496;}
.padding1030 {padding: 10px 30px 30px 30px;}

.darkblue {color: #105DA8;}
.terms h2 {
  font-size: 25px !important;
  margin-bottom: 10px;
  margin-top: 25px !important;
}
.terms li {margin-bottom: 10px;}
.terms .share_icon, .terms .print_icon{display: none;}
.searchBtn{
    background: url(/themes/clover/responsive/img/searchBtns.png) no-repeat 0 0;
    background-position-y: -30px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size:16px;
    cursor: pointer;
}
.searchBtnDown{
    background-position-y: 0px;
}
.text-left{text-align: left !important;}

#captcha{ width: 200px !important; }

@media (max-width: 1230px) {
    .contact-form .splitview dl{
        width: 100%;
    }
    .contact-form .splitview dd input[type=text], .contact-form .splitview dd select, .contact-form .splitview dd textarea{
        width: 70% !important;   
    }
    .contact-form .pull-right dt{ width: 200px; }
    .contact-form .pull-right label{ text-align: left; }
    
    .contact-form .twothirds dl{ width: 100% !important; }
    .contact-form .twothirds dd input[type=text], .contact-form .twothirds dd textarea, .contact-form .twothirds dd select{
        width: 70% !important;
    }
}
@media (max-width: 850px) {
    .contact-form > h5 > button{
        display: block;
        margin: 10px 0 10px 0;
    }
}
@media (max-width: 780px) {
    .contact-form .pull-right dt{
        width: 100%;
    }
    .contact-form .splitview dd input[type=text], .contact-form .splitview dd select, .contact-form .splitview dd textarea{
        width: 100% !important;
    }
    .contact-form .twothirds dd input[type=text], .contact-form .twothirds dd textarea, .contact-form .twothirds dd select{
        width: 100% !important;
    }
}
@media (max-width: 540px) {
    #captcha{
        margin-bottom: 10px !important;
        width: 100% !important;
    }
}
@charset "utf-8";
/* CSS Document */

/* BOOTSTRAP CAROUSEL SLIDER */
.control-box {
    text-align: right;
    width: 100%;
    }
    .carousel-control{
        background: #666;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 34px;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 10px 0px;
        position: static;
        height: 30px;
        width: 60px;
   }
   
   .carousel { position:absolute; width:100%; left:-35px; top:20px; text-align:center; margin:0 auto; z-index:5; margin-left:35px; }
   
   
   .carousel img { max-width:inherit;}
   
   /* overwrite bootstrap */
   .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img
   {
	   max-width:none;
	      
   }

   .carousel-control.right { background:url(/themes/clover/responsive/images/btn-blue-arrow-right.png);  height:34px; width:34px;  background-repeat:no-repeat;  position:absolute; right:0px; top:40%;}
   .carousel-control.left{ background:url(/themes/clover/responsive/images/btn-blue-arrow-left.png); height:34px; width:34px;  background-repeat:no-repeat;  position:absolute; left:0px; top:40%;}
   .thumbnail { background:none; height:250px; border:none;}
   .carousel-inner {height: 280px}
   
   
   .sidebar { background-repeat:no-repeat; background-position:left; position:absolute; padding-left:90px; left:30px !important; }
   
   .mt-product-bg {  margin-top:60px;}
   
   .thumbnails img {display:inline-block; margin:0 auto;}
    .prod-scroller { margin-top:0px; }
 
.inner-home-promos{
    font-size: 13px;
    
}    
#homeNews{
    /*color: #428bca;*/
    color: #2482dd;
    font-family: "Museo Sans 300";
}
#homeNews h4 {
    font-family: "Museo Sans 700";
    font-size: 14px;
    line-height: 18px;
    color: #2482dd;
    margin: 6px 0 0 0 !important;
}
.inner-home-promos ul > li > div{
    font-family: "Museo Sans 700";
    font-size: 14px;
    line-height: 16px;
    color: #2482dd;
}

.inner-home-promos h3 {
    font-size: 30px;
    font-family: "Museo Sans 300";
    color: #2482dd;
    margin: 0 !important;
    line-height: 28px;
}
.inner-home-promos ul{
    width: 32%;
    float: left;
    margin-right: 20px;
    padding: 10px;
    height: 215px;
}
.inner-home-promos ul > li{
    width: 100%;
    float: left;
}
#homeNews2{
    width: 32%;
    float: left;
    margin-right: 20px;
    height: 215px;
}
#homeNews2 > section{
    text-align: center;
    white-space: nowrap;
}
#homeNews2 > section:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

#homeNews2 img{
    max-height: 215px !important;
    border: none;
    display: inline-block;
    vertical-align: middle;
}
.investor-sens iframe{
    width: 100% !important;
}
/*
.inner-home-promos ul > li > div{
    font-family: "Museo Sans 700";
    font-size: 11px;
} */
.inner-home-promos a{
    cursor: pointer;
    color: #2482dd;
} 
#homeSense{
    width: 32%;
    float: left;
    height: 215px;
    margin: 0;
    background-color: rgb(56, 153, 222);
    padding-left: 5px;
}

 @media (min-width: 1200px) and (max-width:1400px)
{
   .main-nav li { padding:0px 14px;}
  
   .w91 { width:90%; }
   #share-box { width:70%;}
   .carousel { left:-35px; width:100%; top:50px; }
   .carousel img { max-width:100px; }
   .shadow-scroller { position:absolute; bottom:100px; }
    .w45 { }
	.w22 { width:24.025496%; }
	padding-bottom16  { position:relative; }
	.padding-bottom16  { margin-top:-10px !important; position:relative; }
	.sidebar { background-image:none!important; padding-left:0px; left:30px !important;}
	
	 .carousel img { max-width:250px !important; vertical-align:middle; display:block; top:20px; position:absolute;}
	 
	
}

@media (max-width: 1300px) {
  .inner-home-promos ul{
      height: 215px;
  }
  #homeNews h4, .inner-home-promos ul > li > div{
    font-family: "Museo Sans 700";
    font-size: 12px;
    line-height: 14px;
  }
  .inner-home-promos{
      font-size: 12px;
  }
  .inner-home-promos h3 {
      font-size: 24px;
      margin: 10px 0 5px 0;
  }
}

@media (min-width: 1200px) {
	
   .w24 { width:24.05625462620281%; }
  .w20{ width:20.28127313101406%; }
  .w31 { width:34.90229459659511%; }
  .recipe, .promo1 {  height:440px; overflow:hidden; display:block;  position:relative; }
  #share-box { width:70%;}
}

@media ( max-width:1409px)
{

	 .carousel { left:-35px; width:100%; height:273px;  margin-top:-20px !important;}
	 carousel-inner { overflow:inherit !important;}
         .carousel-inner { height: 100%}
   .carousel img { vertical-align:middle; display:block; top:0px; max-width:300px !important; height:auto; position:absolute;}
    .product-slider { height:auto !important;}

}
@media ( min-width:1410px)
{
	.product-slider { height:273px !important; }
	 .carousel { left:-35px; width:100%; height:273px;}
	 carousel-inner { overflow:inherit !important;}
         .carousel-inner { height: 100%}
   .carousel img { vertical-align:middle; display:block; top:0px;  height:auto; position:absolute;}
   .prod-scroller { margin-top:72px; }
}


@media ( max-width:1104px)
{
    .inner-home-promos ul{
        width: 100%;
        padding: 10px;
        max-height: 215px;
    }
    .inner-home-promos ul > li span{
      display: block;
    }
    #homeNews h4, .inner-home-promos ul > li > div{
        font-family: "Museo Sans 700";
        font-size: 14px;
        line-height: 20px;
    }
    .inner-home-promos a{
         text-decoration: none;
    }
    #homeNews2, #homeSense{width: 49%;}
    #homeNews2{ margin-right: 0;}
    #homeSense{ float: right;}
}

@media (max-width: 992px){
    .tile-scroller{
        background: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
 

   .carousel { left:-35px; width:100%; top:40px; overflow:hidden; height:177px;}
   .carousel img { vertical-align:middle; max-width:250px !important; display:block; top:0px; position:absolute;}
   .product-slider { height:auto !important;}
 
 .shadow-scroller { position:absolute; bottom:100px; }
 .sidebar { background-image:none!important; padding-left:0px; left:10px !important;}
   
}

@media (max-width: 780px) {
    #homeNews2, #homeSense{width: 100%;}
    #homeSense{ float: left;}
    #homeNews2{ margin-bottom: 10px;}
}

@media (min-width: 768px) and (max-width: 991px) {
 
   .carousel { left:-35px; width:100%; top:49px;}
   .carousel img { max-width:190px !important; vertical-align:middle; display:block; top:20px; position:absolute;}
   .hide-item { display:none;}
    .shadow-scroller { position:absolute; bottom:103px; }
	.sidebar { background-image:none!important; padding-left:0px; left:10px !important;}
	 .product-slider { height:auto !important;}
	  .carousel-control.right,  .carousel-control.left { top:24%;}

 
}
@media (max-width: 767px) {
  
	
	.carousel { left:-35px; width:100%;height:150px; top:80px;}
   .carousel img { max-width:150px !important; max-height:150px;vertical-align:middle; display:block; top:0px; width:150px;margin:0px auto; }
   .hide-item { display:none;}
    .shadow-scroller { display:none; }
	.sidebar { background-image:none!important; padding-left:0px; left:10px !important;}
	 .product-slider { height:auto !important;}
	 .carousel-control.right,  .carousel-control.left { top:24%;}
}

@media (max-width: 660px) {
    .inner-home-promos ul{
        height: auto !important;
        max-height: none;
    }
}

@media (max-width:615px) and (min-width:300px)
{
	.carousel { left:-30px; width:100%;height:150px;}
   	 .carousel img { max-width:90px !important; max-height:90px;vertical-align:middle; display:block;  width:90px;margin:0px auto; margin-top:30px; }
	 .sidebar { background-image:none!important; padding-left:0px; left:10px !important;}
	  .product-slider { height:auto !important;}
}

@media (max-width: 440px) {
    .inner-home-promos ul{
        height: auto !important;
        max-height: none;
    }
    #homeSense{
        padding:0;
        height: 235px;
    }
    #homeSense iframe{
        width: 260px;
        height: 152px;
    }
}

@media (max-width:340px)
{
	
	
	.carousel { left:0px; width:70%;}
   .carousel img { max-width:60px !important; max-height:80px;vertical-align:middle; width:60px; display:block; top:0px; position:absolute;}
   .hide-item { display:none;}
   .carousel-control.right { background:url(/themes/clover/responsive/images/btn-blue-arrow-right.png);  height:34px; width:34px;  background-repeat:no-repeat;  position:absolute; right:-40px; top:140px;}
   .carousel-control.left{ background:url(/themes/clover/responsive/images/btn-blue-arrow-left.png); height:34px; width:34px;  background-repeat:no-repeat;  position:absolute; left:-30px; top:140px;}
    .shadow-scroller { display:none; }
	.sidebar { background-image:none!important; padding-left:0px; left:10px !important;}
	 .product-slider { height:auto !important;}
 
}


@media (max-width:545px) and (min-width:341px)
{
  .control-down { top:-50px;  }
 .control-up {  top:-1px;}
 .arrow-control {	top:50px; }
 .sidebar { background-image:none!important; padding-left:0px; left:10px !important;}
  .product-slider { height:auto !important;}
}


.arrow-control { z-index:0 !important;}
                    

@charset"utf-8";/**/html,body{font-family:"Museo Sans"!important;}


.bg-bullets-horizon { background-image:url(/media/shared/images/about/bullets-logo-horiz.gif); background-repeat:repeat-x; background-position:center center;  }

.div-tile-down { background-image:url(/media/shared/images/about/bullets-logo-vert.gif); background-repeat:repeat-y;}

.clover-blog { background-image:url(/media/shared/images/sideboxes/blog-bg.jpg); background-size:cover; }

.clover-blog { background-image:url(/media/shared/images/sideboxes/blog-bg.jpg); background-size:cover;}

.dd-shares { background-image:url(/media/shared/images/shareholders/dd-arrow.gif); background-position:80px 14px; background-repeat:no-repeat; }

.clover-blog { background-image:url(/media/shared/images/sideboxes/blog-bg.jpg); background-size:cover; }

.dd-div-product select { background-image:url(/media/shared/images/shareholders/dd-arrow.gif); background-position:284px 8px; background-repeat:no-repeat; }

.tile-scroller { background-image:url(/media/shared/prod_scroller/scroller-main-tile.png); background-repeat:repeat-x; background-position:bottom; }

.investor-promo-1 { background-image:url(/media/shared/images/shareholders/cookies.jpg); background-repeat:no-repeat; background-size:cover; } 

.inves-ovr-promo-2 { background-image:url(/media/shared/images/shareholders/bg-inv-over-2.jpg); background-size:cover; background-repeat:no-repeat; }

.inves-ovr-promo-3 { background-image:url(/media/shared/images/shareholders/bg-inv-over-3.jpg); background-size:cover; background-repeat:no-repeat; }

.inves-ovr-promo-4 { background-image:url(/media/shared/images/shareholders/bg-inv-over-4.jpg); background-size:cover; background-repeat:no-repeat; }

.inves-ovr-promo-5 { background-image:url(/media/shared/images/shareholders/bg-inv-over-5.jpg); background-size:cover; background-repeat:no-repeat; }

.inves-ovr-promo-1 { background-image:url(/media/shared/images/shareholders/bg-inv-over-1.jpg); background-repeat:no-repeat; background-size:cover; }

.investor-promo-2 { background-image:url(/media/shared/images/shareholders/milk.jpg); background-repeat:no-repeat; background-size:cover; }

.investor-promo-3 { background-image:url(/media/shared/images/shareholders/kids.jpg); background-repeat:no-repeat; background-size:cover; }

.investor-promo-4 { background-image:url(/media/shared/images/shareholders/lots-of-bottles-milk.jpg); background-repeat:no-repeat; background-size:cover; }

top-image-report { background-image:url(/media/shared/images/shareholders/report-bg.jpg); background-size:cover; }

#ar-year { background-image: url(/media/shared/images/shareholders/dd-arrow.gif);  background-repeat:no-repeat; background-position:100% 5px; }

.meet-team { background-image:url(/media/shared/images/shareholders/bg-meet-team.jpg); background-repeat:no-repeat; background-size:cover;}

.calendar-events-share  { background-image:url(/media/shared/images/shareholders/bg-shareholders-calender.jpg); background-repeat:no-repeat; background-size:cover;}

.share-img { background-image:url(/media/shared/images/shareholders/stock-milk.jpg); background-size:cover; }

.arrows-share-investor li { background-image:url(/media/shared/images/shareholders/arrow-li.gif); background-repeat:no-repeat; background-position:0px 3px;}

.arrows-share li { background-image:url(/media/shared/images/shareholders/arrow-li.gif); background-repeat:no-repeat; background-position:0px 3px; }

.shares { background-image:url(/media/shared/images/shareholders/tile-hr.gif); background-repeat:repeat-x; }

quick-links-hdr  { background-image:url(/media/shared/images/shareholders/bullet-shareholders.gif); background-position:left; background-repeat:no-repeat;}

.stats-hdr { background-image:url(/media/shared/images/shareholders/icon-stats.gif); background-position:left; background-repeat:no-repeat; }

.quick-links-hdr  { background-image:url(/media/shared/images/shareholders/bullet-shareholders.gif); background-position:left; background-repeat:no-repeat; }

.dd-shares select { background-image:url(/media/shared/images/shareholders/dd-arrow.gif); background-position: center right 7px !important; background-repeat:no-repeat;}

.sm_dairy_top {background-image:url(/media/shared/images/sm_dairy_web_01.gif);  background-repeat: no-repeat;}

.sm_manhattan_top {background-image:url(/media/shared/images/sm_manhattan_web_01.gif); background-repeat: no-repeat;}

.sm_tropika_top {background-image:url(/media/shared/images/sm_tropika_web_01.gif); background-repeat: no-repeat;}

.sm_danao_top {background-image:url(/media/shared/images/sm_danao_web_01.gif); background-repeat: no-repeat;}

.sm_superm_top {background-image:url(/media/shared/images/sm_superm_web_01.gif); background-repeat: no-repeat;}

.small-fb2 { background-image:url(/media/shared/images/small-fb.gif); background-repeat:no-repeat;}

.small-instagram2 { background-image:url(/media/shared/images/small-instagram.gif); background-repeat:no-repeat;}

.small-tumblr2 { background-image:url(/media/shared/images/small-tumblr.gif); background-repeat:no-repeat; }

.small-twitter2 { background-image:url(/media/shared/images/small-twitter.gif); background-repeat:no-repeat; }

.small-youtube2 { background-image:url(/media/shared/images/small-youtube.gif); background-repeat:no-repeat; }

.small-pinterest2 { background-image:url(/media/shared/images/small-youtube.gif); background-repeat:no-repeat; }

.mn_background {background-image: url(/media/shared/images/mn_background.png);background-repeat: no-repeat;background-position: center 128px;}

.mn_voster {background-image: url(/media/shared/images/mn_voster.png);background-repeat: no-repeat;background-position: center -166px;}

.mn_voster a {background-image: url(/media/shared/images/mn_voster.png);background-repeat: no-repeat;background-position: center -166px;}

.mn_roode {background-image: url(/media/shared/images/mn_roode.png);background-repeat: no-repeat;background-position: center -166px;}

.mn_roode a {background-image: url(/media/shared/images/mn_roode.png);background-repeat: no-repeat;background-position: center -166px;}

.mn_botha {background-image: url(/media/shared/images/mn_botha.png);background-repeat: no-repeat;background-position: center -166px;}

.mn_botha a {background-image: url(/media/shared/images/mn_botha.png);background-repeat: no-repeat;background-position: center -166px;}

.mn_lerm {background-image: url(/media/shared/images/mn_lerm.png);background-repeat: no-repeat;background-position: center -166px;}

.mn_lerm a {background-image: url(/media/shared/images/mn_lerm.png);background-repeat: no-repeat;background-position: center -166px;}

.mn_botes {background-image: url(/media/shared/images/mn_botes.png);background-repeat: no-repeat;background-position: center -166px;}

.mn_botes a {background-image: url(/media/shared/images/mn_botes.png);background-repeat: no-repeat;background-position: center -166px;}

.mn_bosch {background-image: url(/media/shared/images/mn_bosch.png);background-repeat: no-repeat;background-position: center -166px;}

.mn_bosch a {background-image: url(/media/shared/images/mn_bosch.png);background-repeat: no-repeat;background-position: center -166px;}

.mn_lubbe {background-image: url(/media/shared/images/mn_lubbe.png);background-repeat: no-repeat;background-position: center -166px;}

.mn_lubbe a {background-image: url(/media/shared/images/mn_lubbe.png);background-repeat: no-repeat;background-position: center -166px;}

.mn_palmeiro {background-image: url(/media/shared/images/mn_palmeiro.png);background-repeat: no-repeat;background-position: center -166px;}

.mn_palmeiro a {background-image: url(/media/shared/images/mn_palmeiro.png);background-repeat: no-repeat;background-position: center -166px;}

.fg_milk {background-image: url(/media/shared/images/fg_milk.png);background-repeat: no-repeat;background-position: center 0px;}

.fg_milk a {background-image: url(/media/shared/images/fg_milk.png);background-repeat: no-repeat;background-position: center 0px;}

.fg_cheese {background-image: url(/media/shared/images/fg_cheese.png);background-repeat: no-repeat;background-position: center 0px;}

.fg_cheese a {background-image: url(/media/shared/images/fg_cheese.png);background-repeat: no-repeat;background-position: center 0px;}

.fg_juice {background-image: url(/media/shared/images/fg_juice.png);background-repeat: no-repeat;background-position: center 0px;}

.fg_juice a {background-image: url(/media/shared/images/fg_juice.png);background-repeat: no-repeat;background-position: center 0px;}

.fg_water {background-image: url(/media/shared/images/fg_water.png);background-repeat: no-repeat;background-position: center 0px;}

.fg_water a {background-image: url(/media/shared/images/fg_water.png);background-repeat: no-repeat;background-position: center 0px;}

.fg_butter {background-image: url(/media/shared/images/fg_butter.png);background-repeat: no-repeat;background-position: center 0px;}

.fg_butter a {background-image: url(/media/shared/images/fg_butter.png);background-repeat: no-repeat;background-position: center 0px;}

.fg_flavoured {background-image: url(/media/shared/images/fg_flavoured.png);background-repeat: no-repeat;background-position: center 0px;}

.fg_flavoured a {background-image: url(/media/shared/images/fg_flavoured.png);background-repeat: no-repeat;background-position: center 0px;}

.fg_maas {background-image: url(/media/shared/images/fg_maas.png);background-repeat: no-repeat;background-position: center 0px;}

.fg_maas a {background-image: url(/media/shared/images/fg_maas.png);background-repeat: no-repeat;background-position: center 0px;}

.fg_pic_holder2 {

	background-image: url(/media/shared/images/fg_cheese_pic.png);

	background-repeat: no-repeat;

	background-position: center center;

}

.fg_pic_milk {



	background-image: url(/media/shared/images/fg_milk_pic.png);

	background-repeat: no-repeat;

	background-position: center center;

}

.fg_pic_cheese {

	background-image: url(/media/shared/images/fg_cheese_pic.png);

	/*background-image: url(/media/sharedCSS/images/fg_cheese_pic.png);*/

	background-repeat: no-repeat;

	background-position: center center;

}

.fg_pic_juice {



	background-image: url(/media/shared/images/fg_juice_pic.png);

	background-repeat: no-repeat;

	background-position: center center;

}

.fg_pic_water {


	background-image: url(/media/shared/images/fg_water_pic.png);

	/*background-image: url(/media/sharedCSS/images/fg_water_pic.png);*/

	background-repeat: no-repeat;

	background-position: center center;

}

.fg_pic_butter {


	background-image: url(/media/shared/images/fg_butter_pic.png);

	background-repeat: no-repeat;

	background-position: center center;

}

.fg_pic_flavoured {


	background-image: url(/media/shared/images/fg_flavoured_pic.png);

	background-repeat: no-repeat;

	background-position: center center;

}

.fg_pic_maas {


	background-image: url(/media/shared/images/fg_maas_pic.png);

	background-repeat: no-repeat;

	background-position: center center;

}

.fg_button {background-image: url(/media/shared/images/product_cross3.png);background-repeat: no-repeat;background-position: left center;}

.nu01 {background-image: url(/media/shared/images/nu_01.png);background-repeat: no-repeat;background-position: center -227px;}

.nu01 a {background-image: url(/media/shared/images/nu_01.png);background-repeat: no-repeat;background-position: center -227px;}

.nu02 {background-image: url(/media/shared/images/nu_02.png);background-repeat: no-repeat;background-position: center -227px;}

.nu02 a {background-image: url(/media/shared/images/nu_02.png);background-repeat: no-repeat;background-position: center -227px;}

.nu03 {background-image: url(/media/shared/images/nu_03.png);background-repeat: no-repeat;background-position: center -227px;}

.nu03 a {background-image: url(/media/shared/images/nu_03.png);background-repeat: no-repeat;background-position: center -227px;}

.ls01 {background-image: url(/media/shared/images/ls_01.png);background-repeat: no-repeat;background-position: center -227px;}

.ls01 a {background-image: url(/media/shared/images/ls_01.png);background-repeat: no-repeat;background-position: center -227px;}

.ls02 {background-image: url(/media/shared/images/ls_02.png);background-repeat: no-repeat;background-position: center -227px;}

.ls02 a {background-image: url(/media/shared/images/ls_02.png);background-repeat: no-repeat;background-position: center -227px;}

.ls03 {background-image: url(/media/shared/images/ls_03.png);background-repeat: no-repeat;background-position: center -227px;}

.ls03 a {background-image: url(/media/shared/images/ls_03.png);background-repeat: no-repeat;background-position: center -227px;}

.back_btn a {background-image: url(/media/shared/images/back_ico.gif);background-repeat: no-repeat;background-position: left center;}
@charset "utf-8";
/* CSS Document */
html, body { font-family:"Museo Sans" !important;}

.clover-branches {
	background-image:url(/media/shared/images/sideboxes/clover-branches-small.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	height:202px;
}
.inner-blog-middle {
	background-color:#fff;
	width:inherit;
	padding:0px 14px;
	text-align:center;
	position:absolute;
	margin:0 auto;
	bottom:20px;
	right:20px;
}
.clover-fonterra {
	min-height:278px;
	background-image:url(/media/shared/images/sideboxes/bg-clover-fonterra.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.fonterrra-inner li {
	display:none;
	padding-top:5px;
}
.display-li {
	display:block !important;
}
.logo-fonterra {
	position:absolute;
	top:0px;
	margin:0 auto;
	width:100%;
	height:auto;
}
.logo-fonterra-bottom {
	position:absolute;
	bottom:20px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 5px;
}
.clover-heritage {
	height:183px;
	background-image:url(/media/shared/images/sideboxes/bg-heritage-small.jpg);
	background-repeat:no-repeat;
	margin-left: 22px;
}
.clover-newsletter {
	height:202px;
	background-image:url(/media/shared/images/sideboxes/bg-newsletter-s.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.inner-blog-blue {
	background-color:#3399ff;
	width:inherit;
	color:#a7d5fe;
	padding:0px 14px;
	font-family:"Museo Sans 500";
	text-align:right;
	position:absolute;
	margin:0 auto;
	bottom:30px;
	right:0px;
	text-align:right;
	width:80%;
	font-size:17px !important;
}
.inner-blog-blue a {
	color:#a7d5fe !important;
	font-family:"Museo Sans 500" !important;
}
.clover-recipes {
	background-image:url(/media/shared/images/sideboxes/bg-recipes-l.jpg);
	background-size:cover;
	height:260px;
}
.inner-recipe {
	width:77px;
	position:absolute;
	right:10px;
}
.clover-survey {
	background-image:url(/media/shared/images/sideboxes/bg-clover-surveys-s.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:202px;
	background-size:cover;
}
.inner-blog-right {
	background-color:#fff;
	width:inherit;
	color:#a7d5fe;
	padding:0px 14px;
	font-family:"Museo Sans 500";
	text-align:right;
	position:absolute;
	margin:0 auto;
	bottom:30px;
	right:0px;
	text-align:right;
	font-size:19px !important;
}
.clover-sustain {
	background-image:url(/media/shared/images/sideboxes/bg-sustain-s.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:184px;
	background-size:cover;
}

h1, h2, h3, h4 {  margin-top: 12px !important; }

.h2-blue { color:#3399ff; }

.clover-sustain h3 { font-size:20px !important; font-family:"Museo Sans 500"; }
.inner-blog-blue h3 { font-size:20px !important; font-family:"Museo Sans 500"; margin-top: 12px !important;}


.inner-blog-small {
	background-color:#fff;
	width:inherit;
	color:#a7d5fe;
	padding:0px 14px;
	font-family:"Museo Sans 500";
	text-align:right;
	position:absolute;
	margin:0 auto;
	bottom:30px;
	right:0px;
	text-align:right;
	font-size:15px !important;
	width:90%;
}
.bg-competiion-terms {
	background-image:url(/media/shared/images/sideboxes/bg-comp-archives.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	height:120px;
	max-height:120px;
	padding:15px !important;
	overflow:hidden;
}
.clover-finance-report {
	background-image:url(/media/shared/images/sideboxes/bg-financial-report-s.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	height:226px;
}
.abs-top-left {
	position:absolute;
	left:0px;
	top:20px;
	height:auto !important;
	display:inline-block;
	background-color:#fff;
	padding:0px 5px;
}
.clover-green {
	background-image:url(/media/shared/images/sideboxes/green-bg-small.png);
	height:338px;
	background-repeat:no-repeat;
	background-size:cover;
}
.clover-mamma {
	background-image:url(/media/shared/images/sideboxes/bg-mamma.jpg);
	height:251px;
	background-repeat:no-repeat;
	background-position:center;
}
.clover-manu {
	background-image:url(/media/shared/images/sideboxes/bg-manufacturing-s.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:202px;
	background-size:cover;
}
.clover-manu > div {
	position:absolute;
	right:0px;
	width:90%;
	top:20px;
	background-color:#fff;
	padding:0px 14px;
}
.clover-manage2 {
	background-image:url(/media/shared/images/sideboxes/bg-management.jpg) !important;
	height:202px;
	background-repeat:no-repeat;
	background-size:cover;
}
.clover-manage2 > div {
	position:absolute;
	right:0px;
	width:90%;
	bottom:40px;
	background-color:#fff;
	padding:0px 14px;
}
.investor-login {
	width:100%;
	background-color:#3399ff;
	position:relative;
	cursor:pointer;
	margin-top:0px !important;
}
.investor-login h4 {
	color:#dbeaf4;
	font-size:22px;
	line-height:35px;
	vertical-align:middle;
}
.producer-login {
	background-image:url(/media/shared/images/sideboxes/producer-login.gif) !important;
	background-position:center left 5px;
	background-repeat:no-repeat;
	padding:1px 0px 1px 45px !important;
	background-color:#3399ff !important;
	color:#fff !important;
}
.producer-login a {
	color:#fff !important;
	text-decoration:none;
}
.clover-advice {
	background-image:url(/media/shared/images/sideboxes/bg-advice-s.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	height:165px;
}
.m-center {
	position:absolute;
	display:inline-block;
	width:90%;
	bottom:20px;
	background-color:#fff;
	padding:0px 14px;
	text-align:center;
}
.clover-calendar {
	background-image:url(/media/shared/images/sideboxes/bg-calender.jpg);
	height:202px;
	background-repeat:no-repeat;
	background-position:left;
}
.right-bottom-offsetb {
	position:absolute;
	padding:10px 10px;
	width:auto;
	right:0px;
	bottom:30px;
	font-family:"Museo Sans 500" !important;
}
.right-bottom-offsetb h3 {
	padding-top:0px;
	pdding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.clover-calculator {
	background-image:url(/media/shared/images/sideboxes/bg-calculator.jpg);
	height:202px;
	background-repeat:no-repeat;
	background-position:left;
}
.clover-careers {
	background-image:url(/media/shared/images/sideboxes/bg-careers.jpg);
	height:202px;
	background-repeat:no-repeat;
	background-position:left;
}
.btn-download, .link02, .contact_browse, .regBtn, .regBackBtn { /*padding: 10px 8px ;*/
	padding:5px 20px 4px 20px;
	background-color:#5eb0e6 !important;
	border-radius:15px;
	transition:none !important;
	font-family:"Museo Sans 300" !important;
	margin-right:4px;
}

 .contact_browse:hover 
 {
	 transition:none !important;
	 
 }


.btn-download a, .link02 a, .contact_browse a, .contact_browse:hover, .regBtn a {
	color:#fff !important;
	background-color:#5eb0e6 !important;
	text-decoration:none;
}
.bodycopy01 { font-family:'Museo Sans 300' !important;
	font-size:13px !important;
	line-height:25px;}

.abs-bottom-right-2 {
	position:absolute;
	top:30px;
	right:1px;
}
.twhite {
	color:#fff !important;
}
.investor-promo-ar-1 {
	background-repeat:no-repeat;
	background-size:cover !important;
	min-height:225px;
	margin-top:14px;
	padding:26px;
}
.news-div h5 {
	background-color:none !important;
}
.news-div h4:hover { background-color:#e6e6e6 !important; }
.bmi-div { margin-top:-12px !important;}

.wellness-wrapper {
	background-image:url(/media/shared/images/lifestyle/bg-wellnress.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	width:100%;
}
.no-bullets {
	list-style:none !important;
}
.no-bullets li {
	list-style-type:none !important;
}
.content-lifestyle li {
	background-image:none !important;
}
.well1 {
}
.well1 img {
	display:inline-block;
	margin-left:40px;
}
.well2 img {
	display:inline-block;
	margin-top:30px;
	max-width:120%;
}
.well3 img {
	display:inline-block;
	margin-left:-30px;
	margin-top:30px;
	max-width:90%;
}
.nutr1 {
	display:inline-block;
	margin-left:0px;
	z-index:1;
}
.nutr1 .tooltipster {
	display:inline-block;
	margin-left:0px;
	max-width:120%;
	z-index:1;
}
.nutr2 {
	z-index:200;
	position:relative;
	margin-left:-400px;
	margin-top:50px;
}
.nutr2 .tooltipster {
	display:inline-block;
	margin-top:60px;
	z-index:200;
}
.nutr3 {
	display:inline-block;
	position:absolute;
	right:0px; 
	top:20px;
	z-index:1;
}
.nutr3 .tooltipster {
	display:inline-block;
	max-width:120%;
	z-index:1;
	width:auto !important;
}
.quick-links-shareholders {
	margin-top:0px !important;
}
@charset "utf-8";
/* CSS Document */
h2 {
	/*color:#105da8;*/
}
h1 {
	font-size:60px;
	color:#105da8;
	font-family:'Museo Sans';
}
h3 {
	color:#105da8;
	font-family:'Museo Sans';
	/*font-size:18px !important;*/
}
.h4 { margin-top: 18px;font-family:'Museo Sans'; margin-bottom: -2px; }

.content-about {
	font-family:'Museo Sans 300';
	font-size:13px;
	line-height:25px;
}
.content-about h1 {
	font-size:60px;
	color:#105da8;
	font-family:'Museo Sans';
}
.content-about h2 {
	color:#0c80f4;
	font-size:30px;
	font-family:'Museo Sans';
}
.content-about h3 {
	color:#105da8;
	font-family:"Museo Sans 700";
}
.content-about ul {
	padding:0px;
	padding-left:10px;
	list-style:none;
}
.content-about li {
	text-indent:5px;
	list-style-type:none;
	background-image:url(/media/shared/images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left 8px;
	padding-left:10px;
	margin-left:0px;
}
.circle-pro {
	background-color:#005caa;
	min-height:175px;
!important;
}
.circle-pro > div {
	padding:37px 10% 0px 10%;
	font-size:16px;
	position:relative;
}
.bullet-middle {
	position:absolute;
	top:50%;
	display:inline-block;
	height:8px;
}
.procurement {
	top:50%;
	position:relative;
	background-color:#fff;
	font-size:14px;
	color:#3399ff;
	padding:14px !important;
}
.procurement h3 {
	padding-top:0px;
	margin-top:0px;
	font-size:16px;
	font-family:'Museo Sans 300';
}
.procurement h3 span {
	font-size:24px !important;
}
.ml8 {
	margin-left:8px !important;
}
.bg-bottle {
	background-image:url(/media/shared/images/farm/bottle-of-milk.jpg);
	background-repeat:no-repeat;
	background-position: right 80px center;
}
.bullet-offset {
	margin-left:-60px !important;
	position:relative;
	display:inline-block;
}
.white-t {
	color:#fff;
}
.ml20 {
	margin-left:24px !important;
}
.bg-surromel {
	background-image:url(/media/shared/images/sideboxes/bg-calf.jpg);
	min-height:189px;
	background-repeat:no-repeat;
	background-size:cover;
	padding:23px;
}
.bg-surromel h3 {
	font-size:16px !important;
	color:#fff !important;
	font-family:'Museo Sans 500';
	line-height:24px;
}
.clover-contact {
	background-image:url(/media/shared/images/sideboxes/bg-contact-team.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	height:202px;
}
.clover-manage {
	background-image:url(/media/shared/images/shareholders/bg-meet-team.jpg) !important;
background-position:left:
}
.dd-nutrition {
	margin:0 auto;
	width:400px;
	position:relative;
	top:0px;
}
.dd-nutrition select {
	width:400px !important;
	text-align:center;
	background-position:right 10px center;
	z-index:10;
	position:relative;
}
.nutrition-w {
	position:relative;
	margin-top:60px;
	margin-bottom:20px;
}


.fin_tbl01, .fin_tbl01_left {
	background-color:#3399ff !important;
	padding:10px;
	text-align:left;
	color:#fff !important;
	font-family:"Museo Sans 900";
	text-transform:uppercase;
	text-align:right;
}
.shareholder-table {
	margin-top:22px;
}
.shareholder-table table {
	width:100%;
	background-color:#fff;
}
.hdr-shareholders-tbl {
	background-color:#3399ff;
	padding:10px;
	text-align:left;
	color:#fff;
	font-family:"Museo Sans 900";
	text-transform:uppercase;
}
.tbl-spacer {
	width:9px !important;
	background-color:#f2f2f2;
	padding:0px !important;
}
.light-shareholders-blue {
	color:#1082f3;
}
a:link.light-shareholders-blue, a:visited.light-shareholders-blue, a:hover.light-shareholders-blue, a:active.light-shareholders-blue {
	color:#1082f3;
}
.normal-shareholders-blue {
	color:#136fc6;
}
a:link.normal-shareholders-blue, a:visited.normal-shareholders-blue, a:hover.normal-shareholders-blue, a:active.normal-shareholders-blue {
	color:#1082f3;
}
table {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	font-family:"Museo Sans";
}
tr {
	/*background-color:#fff;*/
}
tr td {
	padding:10px;
	font-family:"Museo Sans" !important;
}
.fin_tbl02, .fin_tbl02_left, .fin_tbl03, .fin_tbl02_blue
{
   background-color:#fff;	
   font-size:13px; 
   font-family:"Museo Sans" !important;
}
.fin_tbl02b 
{
   background-color:#fff;	
   font-size:13px; 
   font-family:"Museo Sans" !important;
}


.alternate-row {
	background-color:#f7fbfb !important;
}
.col-lg-9, .col-lg-8, .col-md-9, .col-lg-12, .col-md-12 {
	margin-bottom:0px !important;
}
.content-about-bg {
	background-image:url(/media/shared/images/about/bg-managers.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.content-about-bg-non {
	background-image:url(/media/shared/images/about/bg-nonexec-directors.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.back_btn a {
	background-image:url(/media/shared/images/back_ico.png) !important;
	font-family:"Museo Sans";
}
.promo-home-1-live {
	background-image:url(/media/shared/images/homepage/home_banner_sml01_01.jpg);
	background-position:left top;
	height:295px;
}
.promo-home-1-live h3, .promo-home-2-live h3 {
	font-size:36px;
	font-family:"Museo Sans 300";
	color:#005dab;
	;
}
.promo-1-link {
	position:absolute;
	right:25px;
	bottom:60px;
	width:40%;
	text-align:right;
}
.promo-home-2-live {
	background-color:#fff;
	text-align:left;
}
.promo-home-3-live {
	background-image:url(/media/shared/images/homepage/home_banner_sml03_01.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:295px;
	background-color:#3399ff;
}
.promo-3-text {
	position:absolute;
	bottom:0px;
	right:0px;
	cursor:pointer;
	width:50%;
	padding-right:17px;
	padding-bottom:12px;
	color:#fff !important;
	font-family:"Museo Sans 300";
	font-size:14px;
	text-align:right;
}
.promo-3-text h3 {
	color:#fff !important;
}
.promo-home-2-bottom {
	position:absolute;
	bottom:0px;
	text-align:left;
	padding:0px 28px;
}
.promo-home-2-bottom p a {
	color:#3398fe !important;
	font-family:"Museo Sans 300";
	font-size:14px;
}
.product-full-more {
	text-align:center;
	width:120px;
	height:180px;
	position:relative;
}
.producs-other-inner {
	display:inline-block;
	width:auto !important;
	position:relative;
	margin:0 auto;
	text-align:center;
	padding-left:20px;
	padding-top:8px;
	padding-bottom:8px;
}
/* investor sections */
.margin-top35 {
	margin-top:22px !important;
}
.mb22 {
	margin-bottom:22px !important;
}
.ar-1 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/annual_report_2012_01.jpg) !important;
	min-height:145px;
	width:100%;
	background-size:cover;
	background-position:center;
}
.ar-2 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/annual_report_2012_02.jpg) !important;
	height:145px;
	width:100%;
	background-size:cover;
	background-position:center;
}
.ar-3 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/annual_report_2011_01.jpg) !important;
	height:145px;
	width:100%;
	background-size:contain;
	background-position:center;
}
.ar-4 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/annual_report_2011_03.jpg) !important;
	height:145px;
	width:100%;
	background-size:contain;
	background-position:center;
}

.ar-5 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/annual_report_2010_01.jpg) !important;
	height:145px;
	width:100%;
	background-size:contain;
	background-position:center;
}
.ar-6 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/annual_report_2010_02.jpg) !important;
	height:145px;
	width:100%;
	background-size:contain;
	background-position:center;
}
.ar-7 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/annual_report_2010_03.jpg) !important;
	height:145px;
	width:100%;
	background-size:contain;
	background-position:center;
}
.ar-8 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/annual_report_2010_04.jpg) !important;
	height:145px;
	width:100%;
	background-size:contain;
	background-position:center;
}
.ar-9 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/annual_report_2009_01.jpg) !important;
	height:145px;
	width:100%;
	background-size:contain;
	background-position:center;
}
.ar-10 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/annual_report_2009_02.jpg) !important;
	height:145px;
	width:100%;
	background-size:contain;
	background-position:center;
}
.ar-11 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/annual_report_2009_03.jpg) !important;
	height:145px;
	width:100%;
	background-size:contain;
	background-position:center;
}
.ar-12 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/annual_report_2009_04.jpg) !important;
	height:145px;
	width:100%;
	background-size:contain;
	background-position:center;
}
.ar-13 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/annual_report_2009_05.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.ar-14 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/annual_report_2008_01.jpg) !important;
	height:145px;
	width:100%;
	background-size:contain;
	background-position:center;
}
.ar-15 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/annual_report_2007_01.jpg) !important;
	height:145px;
	width:100%;
	background-size:contain;
	background-position:center;
}
.ar-16 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/annual_report_2013_01.jpg) !important;
	height:145px;
	width:100%;
	background-size:contain;
	background-position:center;
}

.ar-17 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/annual_report_2006_01.jpg) !important;
	height:145px;
	width:100%;
	background-size:contain;
	background-position:center;
}

.ar-100
{
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/integrate_report_2014.jpg) !important;
	height:145px;
	width:100%;
	background-size:contain;
	background-position:center;
}
.ar-101
{
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2014.jpg) !important;
	height:145px;
	width:100%;
	background-size:contain;
	background-position:center;
}
.ar-102
{
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/agm_dev_afr.jpg) !important;
	height:145px;
	width:100%;
	background-size:contain;
	background-position:center;
}
.ar-103
{
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/agm_dev_eng.jpg) !important;
	height:145px;
	width:100%;
	background-size:contain;
	background-position:center;
}



.ir-01 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/interim_reports_2012_01.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.ir-02 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/interim_reports_2011_01.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.ir-03 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/interim_reports_2010_01.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.ir-04 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/interim_reports_2009_01.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.ir-05 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/interim_reports_2008_01.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-01 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2013_02.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-02 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2013_03.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-03 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2013_04.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-04 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2012_01.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-05 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2012_02.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-06 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2012_03.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-07 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2012_04.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-08 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2012_05.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-09 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2012_06.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-10 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2011_01.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-11 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2011_02.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-12 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2011_03.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-13 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2011_04.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-14 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2011_05.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-15 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2011_06.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-16 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2011_07.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-17 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2011_08.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-18 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2011_09.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.p-19 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/presentations_2010_01.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.agm-01 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/agm_circulars_2013_01.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.agm-02 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/agm_circulars_2013_02.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.agm-03 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/agm_circulars_2010_01.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.board-01 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/board_charter_01.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.board-02 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/board_charter_02.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.ref-01 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/terms_of_reference_01.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.ref-02 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/terms_of_reference_02.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.ref-03 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/terms_of_reference_03.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.ref-04 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/terms_of_reference_04.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}

.ref-05 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/terms_of_reference_05.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}

.ref-06 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/terms_of_reference_06.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}

.investor-interim-2013{
	background-image:url(/media/shared/images/shareholders/interim-2013.jpg);
	background-repeat:no-repeat;
	height:145px;
	background-size:contain;
	background-position:center;
}

.terms-01 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/terms-01.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.terms-02 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/terms-02.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.terms-03 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/terms-03.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.terms-04 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/terms-04.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.terms-05 {
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/terms-05.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;
}
.terms-0
{
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/shareholders/terms-0.jpg) !important;
	height:145px;
	background-size:contain;
	background-position:center;	
}

.fg_pic_cheese, .fg_pic_juice, .fg_pic_water, .fg_pic_butter, .fg_pic_flavoured, .fg_pic_maas, .fg_pic_milk {
	background-position:left !important;
	width:auto !important;
}
.fg_nutrients02 {
	margin-left:10px;
}
.fg_content {
	width:auto !important;
}
.fg_heading {
	width:auto !important;
}
.fg_nutrients01 {
	width:auto !important;
}
.fg_nutrients02 {
	display:inline-block;
}
.fg_line_cheese, .fg_line_juice, .fg_line_water, .fg_line_butter, .fg_line_flavoured, .fg_line {
	display:none;
}
.fg_padding_cheese {
	padding-left:231px !important;
	width:231px !important; 
}
.fg_padding_juice2 {
	padding-left:101px !important;
}
.fg_padding_water {
	padding-left:215px !important;
}
.questions-goodness {
	margin-top:-100px !important;
}
.fg_padding_butter {
	padding-left:286px !important;
}
.fg_padding_flavoured {
	padding-left:106px !important;
	width:auto !important;
}
.fg_padding_cheese {
	padding-left:100px !important;
}
.fg_line_maas {
	height:10px;
	float:left;
	padding-left:40px !important;
}
.popup {
	font-family:"Museo Sans";
	font-size:12px;
}
.fg_padding01 {
	width:auto;
	padding-left:110px;
}
.position-middle {
	display:inline-block;
	text-align:center;
}
.clover-green-inner h3 {
	color:#629b00;
	font-family:"Museo Sans 300";
	font-size:18px;
}
.clover-green-inner {
	padding-right:31px;
	padding-top:10px;
	text-align:right;
	position:absolute;
	bottom:8px;
}
.investor-promo-agm {
	background-image:url(/media/shared/images/shareholders/amg_and_circulars_top.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top right;
	max-height:170px;
	margin-top:14px;
	padding:26px;
}
.investor-promo-agm h3 {
	width:70%;
	line-height:30px;
	margin:0px;
	padding:0px;
	padding-bottom:24px;
}
.investor-promo-interim {
	background-image:url(/media/shared/images/shareholders/interim_reports_top.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top right;
	min-height:170px;
	margin-top:14px;
	padding:26px;
}
.investor-promo-interim h3 {
	width:70%;
	line-height:30px;
	margin:0px;
	padding:0px;
	padding-bottom:24px;
}
.investor-promo-presentsation {
	background-image:url(/media/shared/images/shareholders/interim_reports_top.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top right;
	min-height:170px;
	margin-top:14px;
	padding:26px;
}



.investor-promo-interim h3, .investor-promo-presentsation h3 {
	width:70%;
	line-height:30px;
	margin:0px;
	padding:0px;
	padding-bottom:24px;
}
.investor-promo-terms {
	background-image:url(/media/shared/images/shareholders/presentations_top.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top right;
	margin-top:14px;
	padding:26px;
	
}
.investor-promo-terms h3 {
	width:65%;
	line-height:30px;
	margin:0px;
	padding:0px;
	padding-bottom:24px;
}
.investor-promo-ar-1 {
	background-size:cover !important;
}
#myCarousel {
	
	display:inline-block;
	position:absolute;
}

/*.carousel { top:-33px !important; margin-bottom:50px; height:280px !important; margin-bottom:40px !important;} */
.carousel-small {  height:80px;overflow:hidden !important; margin-bottom:40px !important; }
.carousel-small .carousel-control.left { left:15px;  z-index:30;}



.bg-blue-tbl {
	background-color:#70b9ed !important;
}
.bg-blue-tbl tr {
	background-color:#70b9ed !important;
}
.bg-blue-tbl tr td {
	background-color:#70b9ed !important;
}
.investor-promo-1 h1 {
	font-size:30px !important;
}
.investor-promo-1 h2 {
	font-size:20px !important;
}

.btn-white {
	padding: 9px 12px !important;
	border-radius: 15px;
}
.btn-white a { color: #00488f !important;}

input[type=file] { background-color:#ffffff !important; text-transform:uppercase; font-size:11px; color:#fffff !important; border:none;  display:inline-block !important; position:relative; }

.map-nav { border-radius: 18px; border: 2px solid #73b1dd; background: #73b1dd; color: #fff !important; text-align:center; padding-right:10px !important;}
.map-nav a { color: #fff !important; }
.producs-other-inner { background-color:#fff !important; }
.other-products  { background-color:#fff !important; }

/*.mainnav {  width:1266px !important;}
.hover-nav-link   { padding:0px 16.5px !important;}
.menu_dropdown { width:1266px !important;}*/
.clover-stats-inner {  padding:15px; display:block; position:relative; }
.clover-stats h3 { background-image:url(/media/shared/images/shareholders/bullet-stats.gif); background-position:left center; background-repeat:no-repeat; margin:0px; padding:0px; padding-left:40px; color:#3399ff; font-family:"Museo Sans 700";}
.clover-stats hr { border:2px solid #d0e8ff; margin-top:15px;}
.lightblue { color:#3399ff;}

a:link.lightblue, a:visited.lightblue, a:hover.lightblue, a:active.lightblue {  color:#3399ff;}

.ceo_contain {  background-color:#fff; text-align:center; box-shadow:3px 3px 3px #ccc; 
   -webkit-box-shadow:3px 3px 3px #ccc; 
   -moz-box-shadow:3px 3px 3px #ccc; }
.ceo_img { padding-top:15px; position:relative; background-color:#3399fe;}
.ceo_img img { background-color:#3399fe; }
.ceo_message { padding:14px; font-size:13px !important;  }
.contact-form { padding-left:11px; }
.contact-form select {
	
}

.dd-year { -webkit-border-top-right-radius:16px !important; -webkit-border-bottom-right-radius:16px !important; border-radius:16px !important; }
.report-main-div { min-height:290px;}
.dd-shares { background-position:95% 15px !important; padding-right:8px;}
.investor-sens iframe { width:105%;}

.product-slider {}
.mb11 { margin-bottom:11px !important;}

/*.twhite { color:#fff !important;}
.twhite a { color:#fff !important; text-decoration:none !important;}*/

.standard-dropdown { 
    background-color: #fff;
	padding: 7px 12px;
	border-top: 1px solid #d5d2d2;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-right-radius:20px;
	border-radius:16px;
	-moz-box-shadow: inset 1px 2px 4px #ccc;
	-webkit-box-shadow: inset 1px 2px 4px #ccc;
	box-shadow: inset 1px 2px 4px #ccc;
	color: #105da8;
	font-size: 14px;
	height: 35px;
	margin-left:10px;
	margin-top:2px; 	
	background-position:100% 5px !important;
	
	/*background-image: url(/media/shared/images/shareholders/dd-arrow.gif) !important;*/

}


.dd-form {
	height:38px;
	border:none !important;
	font-family:'Museo Sans';
	color:#115da8;
	border-radius:16px;
	padding:4px 15px;
	background-color:#fff;
	box-shadow:3px 3px 3px #ccc;
	-webkit-box-shadow:3px 3px 3px #ccc;
	-moz-box-shadow:3px 3px 3px #ccc;
}
.dd-form  select { margin-top:4px !important; border:none;}
.select-white {  
    background-image: url(/media/sharedCSS/media/shared/images/shareholders/dd-arrow.gif);
    border: medium none !important;
    background-color: #FFF;
    width: 60px;
    background-repeat: no-repeat;
    background-position: 100% 5px;
    z-index: 200;
	width:auto !important;
}
.padding-left-5 { margin-left:5px !important;}


.standard-dropdown select { margin-top:-2px; display:block; border:none; background-color: #fff;}

.div-nutrition {  width:auto; display:inline-block; margin-left:40%; margin-right:60%;}
/*.	flipping {  margin-top:-100px;}
.flb-closewrapper {margin-top:-100px !important;}*/
.npl { padding-left:0px !important;}
.npr { padding-right:0px !important;}

.investor-promo-3 h4 a, .investor-promo-4 h4 a { color:#fff !important; text-decoration:none;}
 .heading-control { top:-43px !important;}	
	.arrow-control { margin-top:0px !important; display:block;}
	
 .product-tile-social {	margin-bottom: 38px !important; }

/*.more-recipes:last-child { margin-right:0px !important;}*/
 .right-sideboxes .col-xs-1, .right-sideboxes .col-sm-1, .right-sideboxes .col-md-1, .right-sideboxes .col-lg-1, .right-sideboxes .col-xs-2, .right-sideboxes .col-sm-2, .right-sideboxes .col-md-2, .right-sideboxes .col-lg-2, .right-sideboxes .col-xs-3, .right-sideboxes .col-sm-3, .right-sideboxes .col-md-3, .right-sideboxes .col-lg-3, .right-sideboxes .col-xs-4, .right-sideboxes .col-sm-4, .right-sideboxes .col-md-4, .right-sideboxes .col-lg-4, .right-sideboxes .col-xs-5, .right-sideboxes .col-sm-5, .right-sideboxes .col-md-5, .right-sideboxes .col-lg-5, .right-sideboxes .col-xs-6, .right-sideboxes .col-sm-6, .right-sideboxes .col-md-6, .right-sideboxes .col-lg-6, .right-sideboxes .col-xs-7, .right-sideboxes .col-sm-7, .right-sideboxes .col-md-7, .right-sideboxes .col-lg-7, .right-sideboxes .col-xs-8, .right-sideboxes .col-sm-8, .right-sideboxes .col-md-8, .right-sideboxes .col-lg-8, .right-sideboxes .col-xs-9,  .right-sideboxes .col-sm-9, .right-sideboxes .col-md-9, .right-sideboxes .col-lg-9, .right-sideboxes .col-xs-10, .right-sideboxes .col-sm-10, .right-sideboxes .col-md-10, .right-sideboxes .col-lg-10, .right-sideboxes .col-xs-11, .right-sideboxes .col-sm-11, .right-sideboxes .col-md-11, .right-sideboxes .col-lg-11, .right-sideboxes .col-xs-12, .right-sideboxes .col-sm-12, .right-sideboxes .col-md-12, .right-sideboxes .col-lg-12
   {
	 padding-left:0px !important;
	 padding-right:0px !important;  
   }

.mama_social_container { margin-bottom:0px !important;}
.overlay-btn-report h1 { margin-top:20% !important; position:relative; display:block;}

.lifestyle, .biz, .youtube, .facebook, .icon-search { margin-top:4px !important;}
.icon-search { margin-right:5px !important; }
.full-img {
margin-top: 0px !important;
}
.clover-heritage { margin-left:0px !important; }
.news-block  { min-height:232px !important;}
.bodycopy01 a { font-family:'Museo Sans' !important; }
.btn-submits, .btn-submit { cursor:pointer !important; }
.change-year { border-radius:16px !important; -webkit-border-top-right-radius:16px !important; -webkit-border-bottom-right-radius:16px !important; margin-right:5px !important;}

#myCarousel2 .carousel-inner { overflow:none !important; height:180px;}
#myCarousel2 .carousel-control.left { margin-left:5px !important;}
#myCarousel2 .carousel-control.right { margin-right:5px !important;}

.scroller-investors { margin-bottom:22px !important;}
input[type="file"] { height:30px !important;}

.hdr-dark-blue-overview h2 { font-size:16px !important;}
arrow-control  { z-index:4000 !important;}
.gen_page_subhead_blue2 { font-family:"Museo Sans 500" !important; font-size:16px !important;}
.share-price-investor-home { height:250px; margin-top:0px !important;  background-color:#145899; }

.fin_tbl01_left { text-align:left !important;}
.investor-promo-4 {height:314px !important; }
.btn-back { position:absolute; right:0px !important;}

/*  ADDITIONAL CSS - 5 NOVEMBER 2014  - PRE LAUNCH */
.fg_heading {  font-family:"Museo Sans 300" !important;  }
.fg_button, .fg_button a { font-family:"Museo Sans 500" !important; }

.fg_padding_cheese { width:212px !important; }
.right.carousel-control { width:35px !important;}


/* CSS - Hobver newsblock */
.news-normal-block:hover { background-color:#e6e6e6;}
.bullets.parallax_classic .bottomNavRight { display:none !important;}

/* CSS - NEW RECIPE SECTION */
.h1-class { color:#115da8; background-image:url(/themes/clover/responsive/images/btn-arrow-h1.png); background-position:left 8px center; padding-left:30px;  background-repeat:no-repeat; margin-left:5px;}
.arrow-h1 {top:50%; margin-top:-25%;}





@media (min-width:792px) and (max-width:1024px)
{
   .fsize81 { font-size:70px !important;}
}
@media (min-width:1216px) and (max-width:1368px)
{
	.fsize81 { font-size:70px !important;}
}



@media print
{
   .mobile-menu, .search-social, #logo-main { display:none !important; }	
}

 @media (min-width: 1200px) and (max-width:1400px) {
	 
	.padding-bottom16 {
		top:0px !important;
	}
	/* ADDITIONAL CSS ADDED 5TH OF NOVEMBER 2014 - J.BREWIS */
	.fg_pic_maas, .fg_pic_juice, .fg_pic_milk, .fg_pic_flavoured { width:200px !important;}
	 .fg_pic_butter { width:308px !important;}
	 .fg_pic_water { width:255px !important;}
	 .fg_pic_cheese { width:340px!important;}
	  .fg_padding_cheese { width:224px !important; }
	
	.inner-blog-small { width:95% !important;}
	
	.promo-3-text {
		position:absolute;
		bottom:0px;
		right:0px;
		cursor:pointer;
		width:100%;
		padding-left:16px;
		padding-bottom:12px;
		color:#fff !important;
		font-family:"Museo Sans 300";
		font-size:14px;
		text-align:left;
	}
	.promo-home-3-live {
		height:295px !important;
		background-image:url(/media/shared/images/homepage/home_banner_sml03_01b.jpg) !important;
	}
	.tile-control-comm {}
	.heading-control { top:-41px !important;}
	
   /*	.mainnav {  width: 1100px !important;}
   .hover-nav-link   { padding:0px 15px !important;}
   .w91 { width:88% !important; } */
   .row.no-gutter { padding-left:0px !important; padding-right:0px !important; margin-left:0px !important; margin-right:0px !important;}
   .promo-home-2-bottom  h3{ font-size:25px;}
   .promo-1-link { right:3px !important; bottom:142px !important; }
   .promo-1-link h3 { font-size:22px !important;}
   .circle-pro > div { padding:11px 10% 0px 10% !important;}
   
   .scroller-investors {  margin-top:-40px !important;}
   
}

@media (min-width:1401px) and (max-width:1600px)
{
	/*.main-nav {  width: 1150px !important;}
   .hover-nav-link   { padding:0px 15px !important;}*/
   .heading-control { top:-41px !important;}
}

@media (min-width:1601px)
{
    .heading-control { top:-43px !important;}	
	.arrow-control { margin-top:0px !important; }
}


 @media (min-width: 992px) and (max-width: 1199px) {
.clover-branches, .clover-heritage, .clover-newsletter, .clover-recipes, .clover-survey, .clover-sustain, .bg-competiion-terms, .clover-fonterra, .clover-green, .clover-manu, .clover-manage, .clover-advice, .clover-calculator {
	margin-left: 22px;
}
.fg_pic_maas, .fg_pic_juice, .fg_pic_milk { width:200px !important; }
.well1 img {
	display:inline-block;
	margin-left:40px;
	max-width:120%;
}
.well2 img {
	display:inline-block;
	margin-top:30px;
	max-width:120%;
}
.well3 img {
	display:inline-block;
	margin-left:-30px;
	margin-top:30px;
	max-width:90%;
}
.promo-1-link {
	position:absolute;
	left:0px !important;
	bottom:20px !important;
	width:100%;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}
.promo-1-link h3 {
}
.promo-home-1-live {
	background-position:top left;
	background-repeat:no-repeat;
	background-size:none;
	height:500px;
}
.promo-3-text {
	position:absolute;
	bottom:0px;
	right:0px;
	cursor:pointer;
	width:100%;
	padding-left:16px;
	padding-bottom:12px;
	color:#fff !important;
	font-family:"Museo Sans 300";
	font-size:14px;
	text-align:left;
}
.promo-home-3-live {
	height:450px;
}
.reddot01 { display:none !important;}
 .circle-pro > div { padding:11px 10% 0px 10% !important;}
 
 .clover-manage2 { margin-left:22px !important;}
 .scroller-investors {  margin-top:-40px !important;  height:220px !important;}
 
}
 @media (min-width: 768px) and (max-width: 991px) {
.clover-branches, .clover-heritage, .clover-newsletter, .clover-recipes, .clover-survey, .clover-sustain, .bg-competiion-terms, .clover-fonterra, .clover-green, .clover-manu, .clover-manage, .clover-advice, .clover-calculator {
	margin-left: 22px;
}
.well1 img {
	display:inline-block;
	margin-left:40px;
	max-width:120%;
}
.well2 img {
	display:inline-block;
	margin-top:30px;
	max-width:120%;
}
.well3 img {
	display:inline-block;
	margin-left:-30px;
	margin-top:30px;
	max-width:70%;
}
.promo-1-link {
	position:absolute;
	left:0px !important;
	bottom:20px !important;
	width:100%;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}
.promo-1-link h3 {
}
.promo-home-1-live {
	background-position:top left;
	background-repeat:no-repeat;
	background-size:none;
	height:600px;
}
.promo-3-text {
	position:absolute;
	bottom:0px;
	right:0px;
	cursor:pointer;
	width:100%;
	padding-left:16px;
	padding-bottom:12px;
	color:#fff !important;
	font-family:"Museo Sans 300";
	font-size:14px;
	text-align:left;
}
.promo-home-3-live {
	height:450px;
}
.reddot01 { display:none !important;}
 .circle-pro > div { padding:11px 10% 0px 10% !important;}
 .clover-manage2 { margin-left:22px !important;}
 
 
 .fg_pic_maas, .fg_pic_juice, .fg_pic_milk { width:200px !important;}

}

@media screen only and (min-width:640px) and (max-width:766px)
{
   .fg_padding_cheese { width:124px !important; }
}

@media (max-width: 767px) {
	
	
 .fg_pic_maas{ width:400px !important; margin-top:-10px;}
 .fg_pic_juice{ width:400px !important; top:-5px !important;}	
 .fg_pic_cheese { width:340px!important;}	
 .fg_padding_cheese { width:224px !important; }
	
.clover-branches {
	background-image:url(/media/shared/images/sideboxes/clover-branches.jpg);
	background-size:auto;
	background-repeat:no-repeat;
}
.clover-heritage {
	height:183px;
	background-image:url(/media/shared/images/sideboxes/bg-heritage-big.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.clover-newsletter {
	background-image:url(/media/shared/images/sideboxes/bg-newsletter-l.jpg);
}
.clover-survey {
	background-image:url(/media/shared/images/sideboxes/bg-clover-surveys.jpg);
}
.clover-finance-report {
	background-image:url(/media/shared/images/sideboxes/bg-financial-report.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	height:226px;
}
.clover-green {
	background-image:url(/media/shared/images/sideboxes/green-bg.png);
	width:100%;
	height:209px;
	background-size:auto;
}
.clover-advice {
	background-image:url(/media/shared/images/sideboxes/bg-advice-l.jpg);
}
.well1 img {
	display:inline-block;
	margin-left:0px;
	max-width:120%;
	margin-top:5px;
}
.well2 img {
	display:inline-block;
	margin-top:5px;
	max-width:120%;
}
.well3 img {
	display:inline-block;
	margin-left:-30px;
	margin-top:10px;
	max-width:70%;
}
.btn-calf-download {
	padding-top:10px;
}
.fg_padding_cheese2 {
	width:100%;
}
.dd-nutrition {
	margin:0 auto;
	width:100% !important;
	position:relative;
	top:0px;
}
.fg_nutrients02 {
	top:-50px;
	width:100%;
	position:relative;
	color:#fff;
	left:0px;
}
.fg_nutrients02 ul li {
	float:left;
	width:auto !important;
}
.fg_padding_cheese {
	padding-left:0px !important;
	width:auto;
}
.juice-mobi {
	width:350px !important;
	margin-top:100px !important;
	margin-left:-50px;
	overflow:hidden;
}
.mobi-flavor {
	width:350px !important;
	margin-top:100px !important;
	margin-left:-50px;
	overflow:hidden;
}
.fg_pic_juice {
	position:relative;
	top:50px;
	left:0px;
	overflow:hidden;
}
.fg_padding_juice2 {
	padding-left:20px !important;
}
.questions-goodness {
	margin-top:0px !important;
}
.fg_pic_maas {
	position:relative;
	top:50px;
	left:0px;
	overflow:hidden;
}
.mobi-milk {
	margin-top:6 0px;
	margin-left:0px;
	overflow:hidden;
	position:relative;
}
.fg_pic_milk {
	height:400px;
	background-position:bottom center !important;
}
.fg_padding01 {
	padding-left:0px !important;
	width:inherit;
}
.clover-green-inner h3 {
	color:#629b00;
	font-family:"Museo Sans 300";
	font-size:24px;
}
.clover-green-inner {
	width:50%;
	position:absolute;
	right:0px;
	padding-top:10px;
	text-align:right;
	height:209px;
	
}
.promo-1-link {
	position:absolute;
	left:0px !important;
	bottom:20px !important;
	width:100%;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}
.promo-1-link h3 {
	font-size:22px;
}
.promo-home-1-live {
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(/media/shared/images/homepage/block-1-home.jpg);
	background-size:contain;
	height:300px;
}
.promo-3-text {
	position:absolute;
	bottom:0px;
	right:0px;
	cursor:pointer;
	width:100%;
	padding-left:16px;
	padding-bottom:12px;
	color:#fff !important;
	font-family:"Museo Sans 300";
	font-size:14px;
	text-align:left;
}
.promo-home-3-live {
	height:410px;
}
.promo-home-1-live {
	height:410px;
}
.content-about h1 {
	/*font-size:30px !important;*/
}
.nutrition-w { padding-bottom:150px;}
.nutr1 { max-width:750px;}
.nutr2 { max-width:750px; margin-left:0px !important; margin-top:-60px;}
.nutr1 img { max-width:300px !important;}
.nutr2 img { max-width:300px; height:auto;}
.nutr3 { max-width:750px;  margin-left:-50px !important; margin-top:220px;}
.nutr3 img { max-width:300px !important;}

.investor-promo-2m .promo-2-inv, .share-price-investor-home, .investor-promo-4, .quick-links-shareholders { margin-top:22px !important; }
.investor-promo-4 {  }
.share-price-investor-home { height:250px; margin-top:0px !important;  background-color:#145899; }
.investor-promo-2 { margin-bottom:22px !important;}

.reddot01 { display:none !important;}
.div-nutrition {  width:auto; display:inline-block; margin-left:0px !important; margin-right:0px !important; margin-top:-40px !important; position:relative;}

.overlay-btn-report h1 { margin-top:45% !important; position:relative; display:block; font-size:30px !important;}
 .circle-pro > div { padding:11px 10% 0px 10% !important;}
 
 .ar-1,.ar-2,.ar-3 ,.ar-4 ,.ar-4b ,.ar-5,.ar-6,.ar-7, .ar-8 ,.ar-9 ,.ar-10 ,.ar-11 ,.ar-12 ,.ar-13 ,.ar-14 ,.ar-15 ,.ar-16 ,.ar-17 ,.ar-101 ,.ar-102 ,.ar-103 ,.ir-01 ,.ir-02 ,.ir-03, .ir-04 ,.ir-05 ,.p-01 ,.p-02, .p-03 ,.p-04 ,.p-05 ,.p-06 ,.p-07 ,.p-08,.p-09 ,.p-10,.p-11,.p-12,.p-13,.p-14,.p-15,.p-16,.p-17,.p-18, .p-19, .pre-100 ,.agm-01,.agm-02, .agm-03, .board-01,.board-02, .ref-01,.ref-02,.ref-03,.ref-04,ref-05,ref-06,.terms-01, .terms-02, .terms-03, .terms-04, .terms-05 { background-size:cover !important;
}
.investor-events { height:auto !important; display:inline-block !important; }
.hdr-dark-blue-overview { font-size:16px !important;}

 /*#myCarousel2 .carousel-inner { overflow:none !important; height:90px;}*/


}
 @media (max-width:340px) {
	 
	 
 .fg_pic_maas { width:400px !important; }		 
	 
.water-mobi {
	display:inline-block;
	top:-10px;
	position:relative;
}
.hidden-phone { display:none !important;}
.content-lifestyle ul {
	padding-left:0px !important;
	clear:both;
	margin:0px;
}
.fg_pic_water {
	display:inline-block;
	overflow:hidden;
	height:550px !important;
	background-position:bottom !important;
}
.fg_pic_butter {
	display:inline-block;
	overflow:hidden;
	height:550px !important;
	left:50px;
	background-position:bottom left !important;
	max-width:330px;
}
.fg_padding_butter2 {
	width:auto !important;
}
.fg_pic_flavoured {
	height:550px !important;
	left:0px;
	background-position:bottom center !important;
	max-width:330px;
}
.fg_pic_maas {
	height:550px !important;
	left:0px;
	background-position:bottom center !important;
	max-width:330px;
}
.mobi-maas {
	width:350px !important;
	margin-top:200px !important;
	margin-left:-50px;
	overflow:hidden;
	position:relative;
}
.fg_line_maas {
	padding-left:0px !important;
	text-align:left;
}
.clover-green-inner h3 {
	color:#629b00;
	font-family:"Museo Sans 300";
	font-size:18px;
}
.clover-green-inner {
	padding-right:31px;
	padding-top:10px;
	text-align:right;
	position:absolute;
	bottom:-35px;
	width:106%;
}
.clover-green {
	height:338px;
}
.content-about h1 {
	font-size:30px !important;
}
h2 { font-size:20px !important;}
.tooltipster-default{ display:none !important;}
.investor-promo-2, .promo-2-inv, .share-price-investor-home, .investor-promo-4, .quick-links-shareholders { margin-top:22px !important; }
.share-price-investor-home { height:250px;}
.reddot01 { display:none !important;}

.scroller-home {  height:80px !important; margin-top:-80px !important; }
.product-slider {  height:80px !important; max-height:80px !important; }
.inner-home-promos {  margin-top:-131px;}
.homepagepromo { }
.promo-home-1-live  { margin-top:0px !important;}
.tile-control-comm { background-image:none !important; background-color:#fff !important; }

.control-up { margin-top:40px; }
.heading-control { /*margin-top:24px !important;*/}
.product-tile-social .control-up { margin-top:0px !important; }
.product-tile-social .arrow-control { margin-top:0px !important; }
.socials:last-child { padding-bottom:22px !important; margin-bottom:50px !important; }

.investor-events { height:auto !important; display:inline-block !important; }
.investor-events img { max-width:270px !important; }


 #myCarousel2 .carousel-inner img { width:auto !important;  display:block; max-width:50px; }
 #myCarousel2 .product-full-more { width:auto !important;}
 #myCarousel2 { height:100px; padding-left:10px; padding-top:22px;}
 .promo-home-1-live { height:309px !important;}
 .fg_pic_milk { height: 448px !important;}
 .scroller-investors {  height:100px !important; margin-top:-100px !important; }
 .tile-scroller-investor { height:72px !important;}
 
 .fg_pic_juice{ width:400px !important; top:42px !important; }	

}

@media (min-width:546px) and (max-width:620px)
{
	.scroller-home {  height:120px !important; margin-top:-80px !important; }
	.product-slider {  height:120px !important; max-height:80px !important; }
	.inner-home-promos {  margin-top:-100px;}
	.homepagepromo { }
	.promo-home-1-live  { margin-top:0px !important;}
	.tile-control-comm { background-image:none !important; background-color:#fff !important; }
	.promo-home-1-live { height:500px;}
	.promo-home-3-live { height:400px;}
}
/*IPHONE */
 @media (max-width:545px) and (min-width:341px) {
.clover-green-inner h3 {
	color:#629b00;
	font-family:"Museo Sans 300";
	font-size:18px;
}
.clover-green-inner {
	padding-right:31px;
	padding-top:10px;
	text-align:right;
	position:absolute;
	bottom:23px;
}
.clover-green {
	height:338px;
}
.content-about h1 {
	font-size:30px !important;
}
.hidden-phone { display:none !important;}
.investor-promo-2, .promo-2-inv, .share-price-investor-home, .investor-promo-4, .quick-links-shareholders { margin-top:22px !important; }

.share-price-investor-home { height:250px;}
.reddot01 { display:none !important;}

.scroller-home {  height:120px !important; margin-top:-80px !important; }
.product-slider {  height:120px !important; max-height:80px !important; }
.inner-home-promos {  margin-top:-100px;}
.homepagepromo { }
.promo-home-1-live  { margin-top:0px !important;}
.tile-control-comm { background-image:none !important; background-color:#fff !important; }

.pre-100 { background-repeat:no-repeat;	
         background-image:url(/media/shared/images/shareholders/presentations_2014.jpg) !important;	
        height:145px;	
        width:100%;	
        background-size:contain;	
        background-position:center;}
.agm-2014_eng {background-repeat:no-repeat; background-image:url(/media/shared/images/shareholders/agm_dev_eng.jpg) !important; height:145px; width:100%; background-size:contain; background-position:center;}
.agm-2014_afr {background-repeat:no-repeat; background-image:url(/media/shared/images/shareholders/agm_dev_afr.jpg) !important; height:145px; width:100%; background-size:contain; background-position:center;}
		



}

@media (min-width:1216px) and (max-width:1366px)
{
   .investor-login h4 {  font-size:20px; position:absolute; display:block;}
}



.heritage-col-inner { background-color:#fff; border-radius:25px; padding:17px 17px 17px 17px !important;  text-align:center; min-height:220px; margin-right:20px; position:relative;}
.heritage-col-inner p { text-align:center; font-size:12px; padding-top:45px; line-height:16px; color:#869097; letter-spacing:0.012px;}
.heritage-col-inner ul {padding-left:0px;}
.heritage-col-inner li {margin-left:15px; font-size:12px; font-family: "Museo Sans" !important; line-height:16px; color:#869097; letter-spacing:0.012px;}
.heritage-col-inner h1 { background-image:url(/media/shared/images/bg-h1-her.png); background-repeat:no-repeat; background-position:center center; color:#1493e7 !important; font-size:25px; padding:40px 40px 40px 40px; top:-55px; left:0%; display:inline-block; position:absolute; font-family:'Museo Sans'; margin:0 auto; text-align:center; width:100%;}
.heritage { margin-top:60px;}
.bg-ice-cream { background-image:url(/media/shared/images/heritage/icecream.gif); background-repeat:no-repeat; background-position:bottom center;}
.bg-carton { background-image:url(/media/shared/images/heritage/carton.gif); background-repeat:no-repeat; background-position:bottom center;}
.bg-jug { background-image:url(/media/shared/images/heritage/bg-jug.gif);  background-repeat:no-repeat; background-position:bottom center;}
.bg-drop { background-image:url(/media/shared/images/heritage/drop-icecream.gif); background-repeat:no-repeat; background-position:bottom center;}
.bg-slice { background-image:url(/media/shared/images/heritage/bg-orange.gif); background-repeat:no-repeat; background-position:bottom 20px right;}
.bg-bucket { background-image:url(/media/shared/images/heritage/bg-bucket.gif); background-repeat:no-repeat; background-position:bottom center; }
.bg-drink { background-image:url(/media/shared/images/heritage/drink.gif); background-repeat:no-repeat; background-position:bottom center; }
.bg-cow { background-image:url(/media/shared/images/heritage/cow.png); background-repeat:no-repeat; background-position:bottom right;  }
.bg-pizza { background-image:url(/media/shared/images/heritage/cheese.gif); background-repeat:no-repeat; background-position:bottom left; }
.blue-dot { width:10px; height:10px; background-image:url(/media/shared/images/blue-dot.gif); background-position:right 0px center; background-repeat:no-repeat; position:absolute; right:-15px;	top:50%; margin-top:-5px;}
.last-blue-dot { width:35px; height:26px; background-image:url(/media/shared/images/heritage/arrow.png); background-position:right 0px center; background-repeat:no-repeat; position:absolute; right:-40px;top:50%; margin-top:-5px; z-index:100;}
.mt50  { margin-top:54px;}
.min-336 { min-height:325px !important;}
.min-336b { min-height:300px !important;}
.min-140 { min-height:140px !important;}
.min-174 { min-height:170px !important;}
.min-235 { min-height:240px !important;}
.tl { text-align:left !important;}

/* Extra Small Devices, Phones */
@media only screen and (min-width:400px) and (max-width:767px)
{
	.heritage-col-inner { margin-bottom:55px !important; min-height:inherit !important; margin-right:0px; margin-top:20px !important;}
	.mt50  { margin-top:0px !important;}
	.blue-dot {right:50%; top:auto; bottom:-25px; margin-right:-7px;}
	.last-blue-dot {right:50%; top:auto; margin-right:-15px; bottom:-40px;-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);}
	.mt50  { margin-top:0px !important;}
	.bg-ice-cream, .bg-carton, .bg-jug, .bg-drop {background-position:left bottom;}
	.bg-bucket, .bg-drink, .bg-pizza {background-position:right bottom;}
}
@media only screen and (min-width:320px) and (max-width:399px)
{
	.heritage-col-inner { margin-bottom:55px !important; min-height:inherit !important;  margin-right:0px; margin-top:20px !important;}
	.mt50  { margin-top:0px !important;}
	.min-336 { min-height:inherit !important;}
	.min-336b { min-height:inherit !important;}
	.mobile-small {  min-height:200px !important;}
	.mobile-large { min-height:300px !important;}
	.blue-dot {right:50%; top:auto; bottom:-25px; margin-right:-7px;}
	.last-blue-dot {right:50%; top:auto; margin-right:-15px; bottom:-40px;-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);}
	.mt50  { margin-top:0px !important;}
}
/* Small Devices, Tablets */
@media only screen and (min-width:768px) and (max-width:991px)
{
    .heritage-col-inner { margin-bottom:55px !important; min-height:inherit !important; margin-right:0px; margin-top:20px !important;}
	.min-336 { min-height:inherit !important;}
	.min-336b { min-height:inherit !important;}
	.bg-ice-cream, .bg-carton, .bg-jug, .bg-drop {background-position:left bottom;}
	.bg-bucket, .bg-drink, .bg-pizza {background-position:right bottom;}
	.blue-dot {right:50%; top:auto; bottom:-25px; margin-right:-7px;}
	.last-blue-dot {right:50%; top:auto; margin-right:-15px; bottom:-40px;-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);}
	.mt50  { margin-top:0px !important;}
}
/* Medium Devices, Desktops */
@media only screen and (min-width:992px) and (max-width:1024px)
{

}
/* Large devices, Wide screens */
@media only screen and (min-width:1100px) and (max-width:1442px)
{
	.heritage-col-inner {min-height:265px !important;}
	.min-336 { min-height:420px !important;}
	.min-336b { min-height:400px !important;}
	.min-140 { min-height:180px !important;}
	.min-174 { min-height:180px !important;}
	.min-235 { min-height:295px !important;}
}
@charset "utf-8";
/* CSS Document */

.sm_krush_top {
background-image:url(/media/shared/images/sm_krush_web_01.gif);
 background-repeat: no-repeat;
}


.sm_krush_top {
border-image: none;
height: 60px;
}

.ir-023 {
  background-repeat: no-repeat;
  background-image: url(/media/shared/images/shareholders/interim_afr_2014.jpg) !important;
  height: 145px;
  background-size: contain;
  background-position: center;
}
.ir-24 {
  background-repeat: no-repeat;
  background-image: url(/media/shared/images/shareholders/interim_eng_2014.jpg) !important;
  height: 145px;
  background-size: contain;
  background-position: center;
}

.ar-200 {
  background-repeat: no-repeat;
  background-image: url(/media/shared/images/shareholders/interim_presentation_2014.jpg) !important;
  height: 145px;
  width: 100%;
  background-size: contain;
  background-position: center;
}
/*
skins available:
	- bullets
	- thumbs
*/

/* the container */
.parallax_classic {
	position:relative;
}
.parallax_classic img {
	max-width:none;
	max-height:none;
}
.parallax_classic_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}


.parallax_classic .contentHolderVisibleWrapper {
	position:absolute;
	overflow:hidden;
}
.parallax_classic .contentHolder {
	position:absolute;
}
.parallax_classic .contentHolderUnit {
	float:left;
	display:block;
	overflow:hidden;
}
.mycanvas {
	position:absolute;
	top:8px;
	right:10px;
	z-index:10;
}
.myloader {
	background:url(/themes/clover/img/parallax-classic/skins/loader.gif);
	width:37px;
	height:37px;
	position:absolute;
	left:49%;
	top:49%;
	z-index:5;
}


.fixedBackground {
	position:absolute;
	z-index:0;
}



/***bullets SKIN***/
.parallax_classic.bullets .bannerControls {
	position:absolute;
	left:0;
	top:0;
	/*z-index:1;*/
	z-index:5;
	width:100%;
}

.parallax_classic.bullets .leftNav {
	position:absolute;
	left:20px;
	width:41px;
	height:41px;
	background:url(/themes/clover/img/parallax-classic/skins/bullets/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.parallax_classic.bullets .leftNav:hover {
	background:url(/themes/clover/img/parallax-classic/skins/bullets/leftNavON.png) 0 0 no-repeat;
}
.parallax_classic.bullets .rightNav {
	position:absolute;
	right:20px;
	width:41px;
	height:41px;
	background:url(/themes/clover/img/parallax-classic/skins/bullets/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.parallax_classic.bullets .rightNav:hover {
	background:url(/themes/clover/img/parallax-classic/skins/bullets/rightNavON.png) 0 0 no-repeat;
}
.parallax_classic.bullets .bottomNav {
	position:absolute;
	width:0px;
	height:24px;
	bottom:-35px;
	z-index:3;
	padding-left:5px;
}
.parallax_classic.bullets .bottomNavButtonOFF {
	float:left;
	display:block;
	width:14px;
	height:14px;
	background:url(/themes/clover/img/parallax-classic/skins/bullets/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.parallax_classic.bullets .bottomNavButtonON {
	float:left;
	display:block;
	width:14px;
	height:14px;
	padding-left:9px;
	background:url(/themes/clover/img/parallax-classic/skins/bullets/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.parallax_classic.bullets .bottomNavLeft {
	position:absolute;
	width:0px;
	display:none;
	background:#F00;
	height:24px;
	bottom:5px;
	z-index:3;
}

.parallax_classic.bullets .bottomNavRight {
	position:absolute;
	width:0px;
	display:none;
	height:24px;
	background:#F00;
	bottom:5px;
	z-index:3;
}

.parallax_classic.bullets .bottomOverThumb {
	position:absolute;
	width:88px;
	height:95px;
	background:url(/themes/clover/img/parallax-classic/skins/bullets/bottomOverThumbBg.png) 0px 0px no-repeat;
	bottom:25px;
	margin-left:-44px;
}
.parallax_classic.bullets .innerBottomOverThumb {
	position:relative;
	width:80px;
	height:80px;
	margin:4px 0 0 4px;
	overflow:hidden;
}
.parallax_classic.bullets .bottomOverThumb img {

}
.parallax_classic.bullets .playOver {
	position:absolute;
	width:73px;
	height:73px;
	background:url(/themes/clover/img/parallax-classic/skins/bullets/play_overOFF.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}

.parallax_classic.bullets .playOver:hover {
	background:url(/themes/clover/img/parallax-classic/skins/bullets/play_overON.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}






/***thumbs SKIN***/
.parallax_classic.thumbs .bannerControls {
	position:absolute;
	left:0;
	top:0;
	/*z-index:1;*/
	z-index:5;
	width:100%;
}

.parallax_classic.thumbs .leftNav {
	position:absolute;
	left:20px;
	width:41px;
	height:41px;
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/leftNavOFF.png);
	cursor: pointer;
}
.parallax_classic.thumbs .leftNav:hover {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/leftNavON.png) 0 0 no-repeat;
}
.parallax_classic.thumbs .rightNav {
	position:absolute;
	right:20px;
	width:41px;
	height:41px;
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.parallax_classic.thumbs .rightNav:hover {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/rightNavON.png) 0 0 no-repeat;
}
.parallax_classic.thumbs .bottomNav {
	position:absolute;
	width:0px;
	height:24px;
	bottom:-35px;
	z-index:3;
	padding-left:9px;
}
.parallax_classic.thumbs .bottomNavButtonOFF {
	float:left;
	display:block;
	width:14px;
	height:14px;
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.parallax_classic.thumbs .bottomNavButtonON {
	float:left;
	display:block;
	width:14px;
	height:14px;
	padding-left:9px;
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.parallax_classic.thumbs .bottomNavLeft {
	position:absolute;
	width:0px;
	display:none;
	background:#F00;
	height:24px;
	bottom:5px;
	z-index:3;
}

.parallax_classic.thumbs .bottomNavRight {
	position:absolute;
	width:0px;
	display:none;
	height:24px;
	background:#F00;
	bottom:5px;
	z-index:3;
}

.parallax_classic.thumbs .bottomOverThumb {
	position:absolute;
	width:88px;
	height:95px;
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/bottomOverThumbBg.png) 0px 0px no-repeat;
	bottom:25px;
	margin-left:-44px;
}
.parallax_classic.thumbs .innerBottomOverThumb {
	position:relative;
	width:80px;
	height:80px;
	margin:4px 0 0 4px;
	overflow:hidden;
}
.parallax_classic.thumbs .bottomOverThumb img {

}
.parallax_classic.thumbs .playOver {
	position:absolute;
	width:73px;
	height:73px;
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/play_overOFF.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}

.parallax_classic.thumbs .playOver:hover {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/play_overON.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}

/* thumbs */
.parallax_classic.thumbs .thumbsHolderWrapper {
	position:absolute;
	height:135px;
	width:100%;
	overflow:hidden;
	padding:0;
	z-index:2;
}
.parallax_classic.thumbs .thumbsHolderVisibleWrapper {
	position:absolute;
	width:100%;
	height:135px;
	overflow:hidden;
}
.parallax_classic.thumbs .thumbsHolder {
	position:absolute;	
}
.parallax_classic.thumbs .thumbsHolder_ThumbOFF {
	float:left;
	display:block;
	width:95px;
	height:65px;
	cursor: pointer;
}


.parallax_classic.thumbs .thumbsHolder_ThumbOFF img {
	position:relative;
}

.parallax_classic.thumbs .thumbsHolder_ThumbON {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/thumbActiveArrow.png) center 0px no-repeat;
}

.parallax_classic.thumbs .thumbsHolder_ThumbON img {
	position:relative;
}


.parallax_classic.thumbs .carouselLeftNav {
	position:absolute;
	width:16px;
	height:135px;
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/carouselLeftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}

.parallax_classic.thumbs .carouselLeftNav:hover {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/carouselLeftNavON.png) 0 0 no-repeat;
}

.parallax_classic.thumbs .carouselLeftNavDisabled {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/carouselLeftNavDisable.png) 0 0 no-repeat;
	cursor:default;
}
.parallax_classic.thumbs .carouselLeftNavDisabled:hover {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/carouselLeftNavDisable.png) 0 0 no-repeat;
}

.parallax_classic.thumbs .carouselRightNav {
	position:absolute;
	width:16px;
	height:135px;
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/carouselRightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}

.parallax_classic.thumbs .carouselRightNav:hover {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/carouselRightNavON.png) 0 0 no-repeat;
}

.parallax_classic.thumbs .carouselRightNavDisabled {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/carouselRightNavDisable.png) 0 0 no-repeat;
	cursor:default;
}
.parallax_classic.thumbs .carouselRightNavDisabled:hover {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/carouselRightNavDisable.png) 0 0 no-repeat;
}










/***********Text Styles***********/


.parallax_classic_texts {
	position:absolute;
	z-index:2;
	/*display: none;*/
	width:100%;
}
.parallax_classic_text_line {
	position:absolute;
	display: none;
}


/****bullets Texts***/

.textElement10_bullets {
    background: url(/themes/clover/img/parallax-classic/skins/bullets/textBg_transparency.png) repeat scroll 0 0 transparent;
    height: 48%;
    text-align: left;
    width: 23%;
}

.textElement11_bullets {
	font: bold 25px/32px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#77c045;
}

.textElement11_bullets a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#77c045;
	text-decoration:none;
}

.textElement11_bullets a:hover {
	text-decoration:underline;
}


.textElement12_bullets {
	font: 16px/20px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#ffffff;
	width:21%;
}



.textElement20_bullets {
    background: url(/themes/clover/img/parallax-classic/skins/bullets/textBg_transparency70.png) repeat scroll 0 0 transparent;
    height: 15%;
    text-align: left;
    width: 30%;
}

.textElement21_bullets {
	font: bold 26px/36px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}


.textElement31_bullets {
	font: bold 62px/72px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#e53a40;
}
.textElement32_bullets {
	xwidth:26%;
	font: bold 36px/46px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#000000;
}

.textElement32_bullets a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement32_bullets a:hover {
	color:#fa7b00;
	text-decoration:underline;
}


.textElement41_bullets {
	font: bold 26px/36px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#555555;
}
.textElement42_bullets {
	font: bold 128px/98px 'Rokkitt', serif;
	color:#d31643;
}

.textElement42_bullets a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement42_bullets a:hover {
	color:#fa7b00;
	text-decoration:underline;
}


.textElement51_bullets {
	font: bold 32px/48px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#e63018;
}








/****bulletsFullWidth Texts***/

.textElement10_bulletsFW {
    background: url(/themes/clover/img/parallax-classic/skins/bullets/textBg_transparency.png) repeat scroll 0 0 transparent;
    height: 46%;
    text-align: left;
    width: 21%;
}
.cl_one{
    width: 50%;
}
.textElement11_bulletsFW {
    text-align:left;
    text-transform:uppercase;
    font-family: 'MuseoSans500';
    font-size:40px;
    color:#145899;
    text-align:left;
    padding-bottom:20px;
    font-weight: normal;
    line-height: 40px;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}
.intro{
    font-family: 'MuseoSans300';
    font-size: 16px;
    font-weight: normal;
    color: #848585;
    text-align: left;
    padding-bottom: 3px;
    clear: both;
    padding-top: 10px;
}
.maintext{
    font-family: 'MuseoSans300';
    font-size: 14px;
    font-weight: normal;
    color: #848585;
    text-align: left;
    padding-bottom: 3px;
    clear: both;
    padding-top: 10px;
}
.textElement11_bulletsFW a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#77c045;
	text-decoration:none;
}

.textElement11_bulletsFW a:hover {
	text-decoration:underline;
}


.textElement12_bulletsFW {
	font: 24px/34px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#ffffff;
	width:17%;
}



.textElement20_bulletsFW {
    background: url(/themes/clover/img/parallax-classic/skins/bullets/textBg_transparency70.png) repeat scroll 0 0 transparent;
    height: 15%;
    text-align: left;
    width: 29%;
}

.textElement21_bulletsFW {
	font: bold 56px/76px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}


.textElement31_bulletsFW {
	font: bold 96px/104px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#e53a40;
}
.textElement32_bulletsFW {
	font: bold 65px/75px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#000000;
}

.textElement32_bulletsFW a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement32_bulletsFW a:hover {
	color:#fa7b00;
	text-decoration:underline;
}

.textElement41_bulletsFW {
	font: bold 46px/56px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#555555;
}
.textElement42_bulletsFW {
	font: bold 238px/238px 'Rokkitt', serif;
	color:#d31643;
}

.textElement42_bulletsFW a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement42_bulletsFW a:hover {
	color:#fa7b00;
	text-decoration:underline;
}


.textElement51_bulletsFW {
	font: bold 65px/80px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#e63018;
}












/****thumbs Texts***/

.textElement10_thumbs {
    background: url(/themes/clover/img/parallax-classic/skins/bullets/textBg_transparency.png) repeat scroll 0 0 transparent;
    height: 48%;
    text-align: left;
    width: 23%;
}

.textElement11_thumbs {
	font: bold 25px/32px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#77c045;
}

.textElement11_thumbs a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#77c045;
	text-decoration:none;
}

.textElement11_thumbs a:hover {
	text-decoration:underline;
}


.textElement12_thumbs {
	font: 16px/20px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#ffffff;
	width:21%;
}



.textElement20_thumbs {
    background: url(/themes/clover/img/parallax-classic/skins/bullets/textBg_transparency70.png) repeat scroll 0 0 transparent;
    height: 15%;
    text-align: left;
    width: 30%;
}

.textElement21_thumbs {
	font: bold 26px/36px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}


.textElement31_thumbs {
	font: bold 62px/72px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#e53a40;
}
.textElement32_thumbs {
	xwidth:26%;
	font: bold 36px/46px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#000000;
}

.textElement32_thumbs a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement32_thumbs a:hover {
	color:#fa7b00;
	text-decoration:underline;
}


.textElement41_thumbs {
	font: bold 26px/36px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#555555;
}
.textElement42_thumbs {
	font: bold 128px/98px 'Rokkitt', serif;
	color:#d31643;
}

.textElement42_thumbs a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement42_thumbs a:hover {
	color:#fa7b00;
	text-decoration:underline;
}


.textElement51_thumbs {
	font: bold 32px/48px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#e63018;
}








/****thumbsFullWidth Texts***/

.textElement10_thumbsFW {
    background: url(/themes/clover/img/parallax-classic/skins/bullets/textBg_transparency.png) repeat scroll 0 0 transparent;
    height: 46%;
    text-align: left;
    width: 21%;
}

.textElement11_thumbsFW {
	font: bold 52px/70px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#77c045;
}

.textElement11_thumbsFW a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#77c045;
	text-decoration:none;
}

.textElement11_thumbsFW a:hover {
	text-decoration:underline;
}


.textElement12_thumbsFW {
	font: 24px/34px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#ffffff;
	width:20%;
}



.textElement20_thumbsFW {
    background: url(/themes/clover/img/parallax-classic/skins/bullets/textBg_transparency70.png) repeat scroll 0 0 transparent;
    height: 15%;
    text-align: left;
    width: 29%;
}

.textElement21_thumbsFW {
	font: bold 56px/76px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}


.textElement31_thumbsFW {
	font: bold 96px/104px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#e53a40;
}
.textElement32_thumbsFW {
	font: bold 65px/75px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#000000;
}

.textElement32_thumbsFW a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement32_thumbsFW a:hover {
	color:#fa7b00;
	text-decoration:underline;
}

.textElement41_thumbsFW {
	font: bold 46px/56px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#555555;
}
.textElement42_thumbsFW {
	font: bold 238px/238px 'Rokkitt', serif;
	color:#d31643;
}

.textElement42_thumbsFW a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement42_thumbsFW a:hover {
	color:#fa7b00;
	text-decoration:underline;
}


.textElement51_thumbsFW {
	font: bold 65px/80px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#e63018;
}






/****sideBar Texts***/



.textElement11_sideBar {
	font: bold 32px/42px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}

.textElement11_sideBar a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement11_sideBar a:hover {
	text-decoration:underline;
}


.textElement12_sideBar {
	font: 16px/20px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#ffffff;
}



.textElement20_sideBar {
    background: url(/themes/clover/img/parallax-classic/skins/bullets/textBg_transparency70.png) repeat scroll 0 0 transparent;
    width: 75%;
	height: 8%;
    text-align: left;

}

.textElement21_sideBar {
	font: bold 22px/32px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}
.textElement22_sideBar {
	width:26%;
	font: bold 16px/21px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}

.textElement22_sideBar a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement22_sideBar a:hover {
	color:#fa7b00;
	text-decoration:underline;
}


.textElement31_sideBar {
	font: bold 48px/56px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#e53a40;
}
.textElement32_sideBar {
	font: bold 22px/26px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#000000;
}

.textElement32_sideBar a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement32_sideBar a:hover {
	color:#fa7b00;
	text-decoration:underline;
}





.hideElement {
	display:none;
}


/*
skins available:
	- bullets
	- thumbs
*/

/* the container */
.parallax_mouseinteraction {
	position:relative;
}
.parallax_mouseinteraction img {
	max-width:none;
	max-height:none;
}
.parallax_mouseinteraction_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}


.parallax_mouseinteraction .contentHolderVisibleWrapper {
	position:absolute;
	overflow:hidden;
}
.parallax_mouseinteraction .contentHolder {
	position:absolute;
}
.parallax_mouseinteraction .contentHolderUnit {
	float:left;
	display:block;
	overflow:hidden;
}
.mycanvas {
	position:absolute;
	top:8px;
	right:10px;
	z-index:10;
}
.myloader {
	background:url(/themes/clover/img/parallax-classic/skins/loader.gif);
	width:37px;
	height:37px;
	position:absolute;
	left:49%;
	top:49%;
	z-index:5;
}


.fixedBackground {
	position:absolute;
	z-index:0;
}



/***bullets SKIN***/
.parallax_mouseinteraction.bullets .bannerControls {
	position:absolute;
	left:0;
	top:0;
	/*z-index:1;*/
	z-index:5;
	width:100%;
}

.parallax_mouseinteraction.bullets .leftNav {
	position:absolute;
	left:20px;
	width:41px;
	height:41px;
	background:url(/themes/clover/img/parallax-classic/skins/bullets/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.parallax_mouseinteraction.bullets .leftNav:hover {
	background:url(/themes/clover/img/parallax-classic/skins/bullets/leftNavON.png) 0 0 no-repeat;
}
.parallax_mouseinteraction.bullets .rightNav {
	position:absolute;
	right:20px;
	width:41px;
	height:41px;
	background:url(/themes/clover/img/parallax-classic/skins/bullets/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.parallax_mouseinteraction.bullets .rightNav:hover {
	background:url(/themes/clover/img/parallax-classic/skins/bullets/rightNavON.png) 0 0 no-repeat;
}
.parallax_mouseinteraction.bullets .bottomNav {
	position:absolute;
	width:0px;
	height:24px;
	bottom:-35px;
	z-index:3;
	padding-left:5px;
}
.parallax_mouseinteraction.bullets .bottomNavButtonOFF {
	float:left;
	display:block;
	width:14px;
	height:14px;
	background:url(/themes/clover/img/parallax-classic/skins/bullets/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.parallax_mouseinteraction.bullets .bottomNavButtonON {
        float:left;
	display:block;
	width:14px;
	height:14px;
	padding-left:9px;
	background:url(/themes/clover/img/parallax-classic/skins/bullets/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.parallax_mouseinteraction.bullets .bottomNavLeft {
	position:absolute;
	width:0px;
	display:none;
	background:#F00;
	height:24px;
	bottom:5px;
	z-index:3;
}

.parallax_mouseinteraction.bullets .bottomNavRight {
	position:absolute;
	width:0px;
	display:none;
	height:24px;
	background:#F00;
	bottom:5px;
	z-index:3;
}

.parallax_mouseinteraction.bullets .bottomOverThumb {
	position:absolute;
	width:88px;
	height:95px;
	background:url(/themes/clover/img/parallax-classic/skins/bullets/bottomOverThumbBg.png) 0px 0px no-repeat;
	bottom:25px;
	margin-left:-44px;
}
.parallax_mouseinteraction.bullets .innerBottomOverThumb {
	position:relative;
	width:80px;
	height:80px;
	margin:4px 0 0 4px;
	overflow:hidden;
}
.parallax_mouseinteraction.bullets .bottomOverThumb img {

}
.parallax_mouseinteraction.bullets .playOver {
	position:absolute;
	width:73px;
	height:73px;
	background:url(/themes/clover/img/parallax-classic/skins/bullets/play_overOFF.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}

.parallax_mouseinteraction.bullets .playOver:hover {
	background:url(/themes/clover/img/parallax-classic/skins/bullets/play_overON.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}






/***thumbs SKIN***/
.parallax_mouseinteraction.thumbs .bannerControls {
	position:absolute;
	left:0;
	top:0;
	/*z-index:1;*/
	z-index:5;
	width:100%;
}

.parallax_mouseinteraction.thumbs .leftNav {
	position:absolute;
	margin-top:-4%;
	left:18px;
	width:44px;
	height:44px;
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/leftNavOFF.png);
	cursor: pointer;
}
.parallax_mouseinteraction.thumbs .leftNav:hover {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/leftNavON.png) 0 0 no-repeat;
}
.parallax_mouseinteraction.thumbs .rightNav {
	position:absolute;
	margin-top:-4%;
	right:18px;
	width:44px;
	height:44px;
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.parallax_mouseinteraction.thumbs .rightNav:hover {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/rightNavON.png) 0 0 no-repeat;
}
.parallax_mouseinteraction.thumbs .bottomNav {
	position:absolute;
	width:0px;
	height:24px;
	bottom:-35px;
	z-index:3;
	padding-left:9px;
}
.parallax_mouseinteraction.thumbs .bottomNavButtonOFF {
	float:left;
	display:block;
	width:14px;
	height:14px;
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.parallax_mouseinteraction.thumbs .bottomNavButtonON {
	float:left;
	display:block;
	width:14px;
	height:14px;
	padding-left:9px;
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.parallax_mouseinteraction.thumbs .bottomNavLeft {
	position:absolute;
	width:0px;
	display:none;
	background:#F00;
	height:24px;
	bottom:5px;
	z-index:3;
}

.parallax_mouseinteraction.thumbs .bottomNavRight {
	position:absolute;
	width:0px;
	display:none;
	height:24px;
	background:#F00;
	bottom:5px;
	z-index:3;
}

.parallax_mouseinteraction.thumbs .bottomOverThumb {
	position:absolute;
	width:88px;
	height:95px;
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/bottomOverThumbBg.png) 0px 0px no-repeat;
	bottom:25px;
	margin-left:-44px;
}
.parallax_mouseinteraction.thumbs .innerBottomOverThumb {
	position:relative;
	width:80px;
	height:80px;
	margin:4px 0 0 4px;
	overflow:hidden;
}
.parallax_mouseinteraction.thumbs .bottomOverThumb img {

}
.parallax_mouseinteraction.thumbs .playOver {
	position:absolute;
	width:73px;
	height:73px;
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/play_overOFF.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}

.parallax_mouseinteraction.thumbs .playOver:hover {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/play_overON.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}

/* thumbs */
.parallax_mouseinteraction.thumbs .thumbsHolderWrapper {
	position:absolute;
	height:135px;
	width:100%;
	overflow:hidden;
	padding:0;
	z-index:2;
}
.parallax_mouseinteraction.thumbs .thumbsHolderVisibleWrapper {
	position:absolute;
	width:100%;
	height:135px;
	overflow:hidden;
}
.parallax_mouseinteraction.thumbs .thumbsHolder {
	position:absolute;	
}
.parallax_mouseinteraction.thumbs .thumbsHolder_ThumbOFF {
	float:left;
	display:block;
	width:95px;
	height:65px;
	cursor: pointer;
}


.parallax_mouseinteraction.thumbs .thumbsHolder_ThumbOFF img {
	position:relative;
}

.parallax_mouseinteraction.thumbs .thumbsHolder_ThumbON {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/thumbActiveArrow.png) center 0px no-repeat;
}

.parallax_mouseinteraction.thumbs .thumbsHolder_ThumbON img {
	position:relative;
}


.parallax_mouseinteraction.thumbs .carouselLeftNav {
	position:absolute;
	width:16px;
	height:135px;
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/carouselLeftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}

.parallax_mouseinteraction.thumbs .carouselLeftNav:hover {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/carouselLeftNavON.png) 0 0 no-repeat;
}

.parallax_mouseinteraction.thumbs .carouselLeftNavDisabled {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/carouselLeftNavDisable.png) 0 0 no-repeat;
	cursor:default;
}
.parallax_mouseinteraction.thumbs .carouselLeftNavDisabled:hover {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/carouselLeftNavDisable.png) 0 0 no-repeat;
}

.parallax_mouseinteraction.thumbs .carouselRightNav {
	position:absolute;
	width:16px;
	height:135px;
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/carouselRightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}

.parallax_mouseinteraction.thumbs .carouselRightNav:hover {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/carouselRightNavON.png) 0 0 no-repeat;
}

.parallax_mouseinteraction.thumbs .carouselRightNavDisabled {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/carouselRightNavDisable.png) 0 0 no-repeat;
	cursor:default;
}
.parallax_mouseinteraction.thumbs .carouselRightNavDisabled:hover {
	background:url(/themes/clover/img/parallax-classic/skins/thumbs/carouselRightNavDisable.png) 0 0 no-repeat;
}










/***********Text Styles***********/


.parallax_mouseinteraction_texts {
	position:absolute;
	z-index:2;
	/*display: none;*/
	width:100%;
}
.parallax_mouseinteraction_text_line {
	position:absolute;
	display: none;
}


/****bullets Texts***/

.textElement11_bullets {
	xwidth: 25%;
	font: bold 32px/38px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}

.textElement11_bullets a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement11_bullets a:hover {
	text-decoration:underline;
}


.textElement12_bullets {
	font: 14px/20px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#ffffff;
	width:23%;
}


.textElement12_bullets a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
}

.textElement12_bullets a:hover {
	color:#d7151e;
	text-decoration:underline;
}


.textElement30_bullets {
	font: bold 24px/32px 'Lato', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#d51220;
}

.textElement31_bullets {
	font: bold 60px/66px 'Lato', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}

.textElement31_bullets a {
	font: 'Lato', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement31_bullets a:hover {
	text-decoration:underline;
}

.textElement32_bullets {
	font: 14px/21px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;
	width:26%;
}






/****bulletsFullWidth Texts***/

.textElement11_bulletsFW {
	xwidth: 25%;
	font: bold 48px/53px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}

.textElement11_bulletsFW a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement11_bulletsFW a:hover {
	text-decoration:underline;
}


.textElement12_bulletsFW {
	font: 24px/32px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#ffffff;
	xwidth:23%;
}


.textElement12_bulletsFW a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
}

.textElement12_bulletsFW a:hover {
	color:#d7151e;
	text-decoration:underline;
}


.textElement30_bulletsFW {
	font: bold 28px/38px 'Lato', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#d51220;
}

.textElement31_bulletsFW {
	font: bold 77px/84px 'Lato', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}

.textElement31_bulletsFW a {
	font: 'Lato', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement31_bulletsFW a:hover {
	text-decoration:underline;
}

.textElement32_bulletsFW {
	font: 25px/34px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;
	width:24%;
}








/****thumbs Texts***/

.textElement11_thumbs {
	xwidth: 25%;
	font: bold 32px/38px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}

.textElement11_thumbs a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement11_thumbs a:hover {
	text-decoration:underline;
}


.textElement12_thumbs {
	font: 14px/20px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#ffffff;
	width:23%;
}


.textElement12_thumbs a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
}

.textElement12_thumbs a:hover {
	color:#d7151e;
	text-decoration:underline;
}


.textElement30_thumbs {
	font: bold 24px/32px 'Lato', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#d51220;
}

.textElement31_thumbs {
	font: bold 60px/66px 'Lato', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}

.textElement31_thumbs a {
	font: 'Lato', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement31_thumbs a:hover {
	text-decoration:underline;
}

.textElement32_thumbs {
	font: 14px/21px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;
	width:26%;
}








/****thumbsFullWidth Texts***/

.textElement11_thumbsFW {
	xwidth: 25%;
	font: bold 48px/53px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}

.textElement11_thumbsFW a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement11_thumbsFW a:hover {
	text-decoration:underline;
}


.textElement12_thumbsFW {
	font: 24px/32px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#ffffff;
	xwidth:23%;
}


.textElement12_thumbsFW a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
}

.textElement12_thumbsFW a:hover {
	color:#d7151e;
	text-decoration:underline;
}


.textElement30_thumbsFW {
	font: bold 28px/38px 'Lato', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#d51220;
}

.textElement31_thumbsFW {
	font: bold 77px/84px 'Lato', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}

.textElement31_thumbsFW a {
	font: 'Lato', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement31_thumbsFW a:hover {
	text-decoration:underline;
}

.textElement32_thumbsFW {
	font: 25px/34px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;
	width:24%;
}




/****sideBar Texts***/

.textElement11_sideBar {
	font: bold 32px/38px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}

.textElement11_sideBar a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement11_sideBar a:hover {
	text-decoration:underline;
}


.textElement12_sideBar {
	font: 16px/20px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#d7151e;;
	
}


.textElement12_sideBar a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#d7151e;
	text-decoration:underline;
}

.textElement12_sideBar a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


.textElement20_sideBar {
	font: bold 16px/20px 'Lato', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#d51220;
}

.textElement21_sideBar {
	font: bold 32px/30px 'Lato', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}

.textElement21_sideBar a {
	font: 'Lato', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement21_sideBar a:hover {
	text-decoration:underline;
}


.hideElement {
	display:none;
}




/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=\\'PT%20Sans\\',%20Arial,%20sans-serif&fwDefault=bold&fsDefault=13px&cornerRadius=3px&bgColorHeader=a64430&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=25&borderColorHeader=803121&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=666666&iconColorContent=a64430&bgColorDefault=eeeeee&bgTextureDefault=01_flat.png&bgImgOpacityDefault=100&borderColorDefault=aaaaaa&fcDefault=ae432e&iconColorDefault=ae432e&bgColorHover=ffffff&bgTextureHover=01_flat.png&bgImgOpacityHover=100&borderColorHover=bbbbbb&fcHover=004276&iconColorHover=004276&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=ae432e&iconColorActive=ae432e&bgColorHighlight=cee6f2&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=058dc7&fcHighlight=058dc7&iconColorHighlight=058dc7&bgColorError=f2d4ce&bgTextureError=01_flat.png&bgImgOpacityError=75&borderColorError=ae432e&fcError=ae432e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=03_highlight_soft.png&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: 'PT Sans', Arial, sans-serif; font-size: 13px; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: 'PT Sans', Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/lib/css/ui/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #666666; }
.ui-widget-content a { color: #666666; }
.ui-widget-header { border: 1px solid #803121; background: #a64430 url(/lib/css/ui/images/ui-bg_highlight-soft_25_a64430_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #aaaaaa; background: #eeeeee url(/lib/css/ui/images/ui-bg_flat_100_eeeeee_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #ae432e; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ae432e; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #bbbbbb; background: #ffffff url(/lib/css/ui/images/ui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #004276; }
.ui-state-hover a, .ui-state-hover a:hover { color: #004276; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/lib/css/ui/images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #ae432e; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ae432e; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #058dc7; background: #cee6f2 url(/lib/css/ui/images/ui-bg_flat_55_cee6f2_40x100.png) 50% 50% repeat-x; color: #058dc7; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #058dc7; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #ae432e; background: #f2d4ce url(/lib/css/ui/images/ui-bg_flat_75_f2d4ce_40x100.png) 50% 50% repeat-x; color: #ae432e; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ae432e; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ae432e; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/lib/css/ui/images/ui-icons_a64430_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/lib/css/ui/images/ui-icons_a64430_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/lib/css/ui/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/lib/css/ui/images/ui-icons_ae432e_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/lib/css/ui/images/ui-icons_004276_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/lib/css/ui/images/ui-icons_ae432e_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/lib/css/ui/images/ui-icons_058dc7_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/lib/css/ui/images/ui-icons_cc0000_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; -khtml-border-top-left-radius: 3px; border-top-left-radius: 3px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; -khtml-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay { background: #a6a6a6 url(/lib/css/ui/images/ui-bg_highlight-soft_65_a6a6a6_1x100.png) 50% top repeat-x; opacity: .40;filter:Alpha(Opacity=40); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #333333 url(/lib/css/ui/images/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x; opacity: .10;filter:Alpha(Opacity=10); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*!
 * jQuery UI Autocomplete 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.20
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

