.htmlbox h1{font-size: 36px;line-height: 44px;font-weight: bold;color: #4F4F4E;background-position: 0 0;background-color: transparent;}.htmlbox h2{font-size: 30px;line-height: 38px;font-weight: normal;color: #4F4F4E;background-position: 0 0;background-color: transparent;}.htmlbox h3{font-size: 26px;line-height: 34px;font-weight: 300;color: #4F4F4E;background-position: 0 0;background-color: transparent;}.htmlbox h4{font-size: 22px;font-weight: bold;line-height: 30px;color: #009949;background-position: 0 0;background-color: transparent;}.htmlbox h5{font-size: 18px;font-weight: bold;line-height: 26px;color: #4F4F4E;background-position: 0 0;background-color: transparent;}.htmlbox p{font-size: 18px;line-height: 26px;font-weight: normal;color: #4F4F4E;background-position: 0 0;background-color: transparent;}.htmlbox a{color: #009949;text-decoration: None;background-position: 0 0;background-color: transparent;}.htmlbox a:hover{color: #009949;text-decoration: Underline;background-position: 0 0;background-color: transparent;}.htmlbox ul{margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;background-color: transparent;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;background-position: 0 0;}.htmlbox li{padding-left: 25px;margin-bottom: 10px;font-size: 18px;background-position: 0 0;background-color: transparent;}
html { font-size: 100%; /* IE trick to allow proper resizing of text */ }

body {
	font: 0.75em/1.66em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff;
	padding: 0 0 20px 0;
	margin-top: 0px;
    margin-bottom: auto;
    position: relative;
	z-index: 0;
}

#reveal-top {
	background-color: #fff;
	box-shadow: 0 2px 11px 0 rgba(0,0,0,0.2);
	position: relative;
	z-index: 1;
}

#reveal-bottom {
	height: 468px;
	position: relative;
	z-index: -2;
}

#footer-container {
	position: fixed;
	height: 468px;
	width: 100%;
	bottom: 0;
	z-index: -1;
}

#footer-container.english {
	height: 90px;
}

#reveal-bottom.english {
	height: 90px;
}

@media (max-width: 768px) {
	#reveal-bottom {
		height: auto;
		z-index: 1;
	}

	#footer-container {
		position: relative;
		height: auto;
		z-index: 1;
	}
}

/* default heading sizes */	

h1		{ 
	font-size: 36px; 
	font-size: 36px;
	color: #4F4F4E; 
}

h2		{ 
	font-size: 30px; 
	font-size: 32px;
	color: #4F4F4E;   
}

h3 		{ 
	font-size: 1.5em; 
	color: #4F4F4E;  
}

h4		{ 
	font-size: 22px;  
	font-size: 34px;
	color: #009949; 
}


/* default link formatting */			


.htmlbox h1 {
	font-size: 34px;
	line-height: 44px;
	font-weight: bold;
	color: #009949;
}

.htmlbox h2 {
	font-size: 28px;
	line-height: 40px;
	font-weight: normal;
	color: #4F4F4E;
}

.htmlbox h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
	color: #4F4F4E;
}

.htmlbox h4 {
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	color: #009949;
}

.htmlbox h5 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #4F4F4E;
}

.htmlbox h6 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #4F4F4E;
}

.htmlbox p {
	margin: 1em 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	color: #4F4F4E;
}

.htmlbox a {
	color: #009949;
	text-decoration: none;
	font-weight: normal;
}

.htmlbox a:hover {
	color: #009949;
	text-decoration: underline;
}

.htmlbox table.row-border tr td {
	padding: 5px 0;
	border-bottom: 1px solid #009949;
}

#logo {
	float: left;
	margin: 12px 0 0 25px;
}

@media (max-width: 768px) {
	#logo {
		margin: 50px 0 0 20px;
	}
}

#header.cloned {
	display: none;
}

#header.cloned #logo {
	margin-top: 5px;
}

#main { }

.htmlbox,
.htmlbox table {
	font-family: 'Roboto Condensed', Arial;
	font-size: 18px !important;
	line-height: 26px;
	color: #4F4F4E;
}

.htmlbox ul,
.newabody ul {  
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
}

.htmlbox ul li,
.newsbody ul li {  
	list-style: none;
	font-size: 18px;
	padding-left: 25px; 
	margin-bottom: 10px; 
	background: url(../../images/site/bullet.svg) left 8px no-repeat;
	background-size: 10px 10px;
}

.htmlbox ol li {
	font-size: 18px;
}

.htmlbox ol ol  {
	list-style: lower-greek;
	list-style-type: lower-greek;
}

.htmlbox p,
.newsbody p {
	margin: 1.4em 0;
	line-height: 32px;
}

.htmlbox a {
	color: #009949; 
	text-decoration: None;
}

.htmlbox a.editme {
	color: red;
	text-decoration: none;
}

.htmlbox a.editme:hover {
	color: red;
	text-decoration: underline;
}

.htmlbox a:hover { color: #009949; }

#container {

}

#popup_container {
        /*width: 750px;*/
        background-color: white;
}

.container-padding {
	padding: 0 20px;
}

.langchooser {
	display: inline-block;
	position: relative;
	float: right;
	margin: 0 25px 0 0;
	font-family: 'Roboto Condensed', Helvetica, Arial;
	font-size: 16px;
	font-weight: 500;
	color: #424242;
}

.langchooser ul li > span.el_GR {
	display: inline-block;
	padding-left: 32px;
	background: url(../../images/site/greek-flag@2x.png) left center no-repeat;
	background-size: 25px 25px;
	line-height: 32px;
}

.langchooser ul li > span.en_US {
	display: inline-block;
	padding-left: 32px;
	background: url(../../images/site/UK-flag@2x.png) left center no-repeat;
	background-size: 25px 25px;
	line-height: 32px;
}

.langchooser span:after {
	margin-left: 2px;
	font-family: 'ElegantIcons';
	display: inline-block;
	content: "\33";
}

.langchooser ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

.langchooser ul li a {
	text-decoration: none;
}

.langchooser ul li {
	display: block;
	position: relative;
}

.langchooser ul ul {
	display: none;
	position: absolute;
	padding: 5px;
	top: 32px;
	left: -15px;
	min-width: calc(100% + 25px);
	background-color: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	z-index: 12;
}

.langchooser ul li:hover ul,
.langchooser ul ul.open  {
	display: block;
}

.langchooser ul ul li.el_GR a {
	background: url(../../images/site/greek-flag@2x.png) 9px 50% no-repeat;
	background-size: 25px 25px;
}

.langchooser ul ul li.en_US a {
	background: url(../../images/site/UK-flag@2x.png) 9px 50% no-repeat;
	background-size: 25px 25px;
}

.langchooser ul ul li a {
	display: block;
	width: 100%;
	padding: 8px 10px 8px 41px;
	line-height: 25px;
}

.langchooser ul ul li:hover {
	background-color: #ECECEC;
}


#responsive-area .langchooser {
	display: none;
}

@media (max-width: 768px) {
	.langchooser {
		margin: 0 10px 0 0;
		display: inline-block;
	}

	.langchooser ul li > span {
		overflow: hidden;
   		font-size: 0;
	}

	.langchooser ul li > span:after {
		font-size: 18px;
		margin-left: -5px;
	}

	.langchooser ul ul {
		left: -65px;
	}
}

/*
@media (max-width: 576px) {
	#nav .langchooser {
		display: none;
	}

	#responsive-area .langchooser {
		display: block;
		margin: 10px 15px 0 20px;
		float: left;
	}

	.langchooser ul ul {
		top: 40px;
		left: 0;
		z-index: 10;
	}
}*/

/********************* Top menu **********************************************/

#nav {
	text-align: right;
}

#nav .treemenu { 
	display: inline-block;
	position: relative;
	margin: 65px 10px 0 0; 
	font-family: 'Roboto Condensed', Arial;
}

#header.cloned #nav .treemenu {
	margin-top: 25px;
}

#nav .treemenu a { 
	color: #424242; 
	font-weight: normal; 
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

#nav .treemenu ul { 
	display: inline-block;
	position: relative;
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#nav .treemenu li { list-style: none; display: inline; margin: 0; }

#nav .treemenu ul li { 
	float: left; 
	display: inline-block; 
	position: relative;
	margin: 0; 
	padding: 0;
	text-decoration: none; 
	z-index: 11;
}

#nav .treemenu ul li a { 
	display: inline-block; 
	position: relative;
	float: left;   
	padding: 0 10px 0 15px;
	line-height: 50px; 
}

#nav .treemenu ul li.haschild > a:after {
	float: right;
	margin-left: 5px;
	font-family: "ElegantIcons";
	content: "\33";
}

#nav .treemenu ul li:hover > a {
	color: #fff;
	background-color: #9EC73D;
}

#nav .treemenu ul ul li a:after {
	display: none;
} 

#nav .treemenu ul li.home a:after,
#nav .treemenu ul li.home a span {
	display: none;
}

#nav .treemenu ul li.home a {
	padding: 0 15px;
}

#nav .treemenu ul li.home a:before {
	content: "\e074";
	font-family: 'ElegantIcons';
	font-weight: normal;
}


#nav .treemenu ul ul {
    display: none;
	position: absolute;
	left: 0;
    top: 50px;
	width: 270px;
    padding: 5px 0;
	background: #9EC73D;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	z-index: 10;
}

#nav .treemenu ul li:hover > ul {
	display: block;
}

@media (min-width: 1400px) {
	#nav .treemenu ul li {
		padding: 0 2px;
	}

	#nav .treemenu ul ul {
		left: 2px;
	}
}

#nav .treemenu li li {
	height: auto;
	padding: 0 5px;
	border-radius: 0;
	text-align: left;
	z-index: 10;
}

#nav .treemenu li li:first-child {
	border-top: none;
}

#nav .treemenu ul ul li.haschild > a span {
	display: inline-block;
	padding-right: 20px;
}

#nav .treemenu ul ul li.haschild > a:after {
	display: block;
	position: absolute;
	right: 0;
	top: calc((100% - 19px)/2);
	font-family: "ElegantIcons";
	content: "\35";
}

#nav .treemenu li li a {
	position: relative;
	height: auto;
	width: 260px;
    padding: 8px 10px;
	text-transform: none;
	border-left: none;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
}
#nav .treemenu li ul li:first-child a {

}
#nav .treemenu ul li:hover li a {

}

#nav .treemenu ul li:hover li:hover > a {
	background-color: #009949;
	color: #fff;
	border: none;
	margin-top: 0;
}

#nav .treemenu ul ul ul {
	top: 0;
	left: 270px;
	z-index: 11;
}

#responsive-nav .treemenu.responsivenav {
	display: none;
}

/* Responsive Nav */

#responsive-nav {

}

#nav-toggle {
	float: right;
	display: none;
	cursor: pointer;
	margin: 30px 40px 0 0;
}

#nav-toggle:before {
	float: left;
	font-family: ElegantIcons;
	speak: none;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 55px;
	-webkit-font-smoothing: antialiased;
	content: "\61";
	color: #009949;
}

#nav-toggle:after {
	content: "Menu";
	font-family: 'Roboto Condensed', Helvetica, Arial;
	font-size: 20px;
	font-weight: 600;
	line-height: 55px;
	color: #009949;
}

@media (max-width: 992px) {

	#nav-toggle {
		display: inline-block;
	}

	#responsive-nav {
		float: right;
	}

	#responsive-nav .treemenu.responsivenav {
		display: block;
	}
	#nav .treemenu {
		display: none;
	}

	#responsive-nav .htmlbox {
		display: none;
	}

	#responsive-nav .treemenu {
		max-height: 0px;
		overflow: hidden;
		float: none;
		margin: 0;
		width: 100%;
		background-color: #F2F2F2;
		opacity: 0;
		font-family: 'Roboto Condensed', Helvetica, Arial;
		-webkit-transition: max-height .35s ease;
		-moz-transition: max-height .55s ease;
        -ms-transition: max-height .55s ease;
         -o-transition: max-height .55s ease;
            transition: max-height .55s ease;
	}

	#responsive-nav .treemenu.open {
		max-height: 2000px;
		opacity: 1;
	}

	#responsive-nav .treemenu ul {
		margin: 0;
		padding: 0;
	}

	#responsive-nav .treemenu ul li {
		display: inline-block;
		width: 100%;
		padding: 0 3%;
		text-align: left;
		border-top: 1px solid #d1d2d1;
	}

	#responsive-nav .treemenu ul li a {
		display: inline-block;
		padding: 15px 3%;
		line-height: 22px;
		color: #424242; 
		font-weight: normal; 
		font-size: 17px;
		font-weight: 500;
		text-decoration: none;
	}

	#responsive-nav ul li:first-child {
		border-top: none;
	}

	#responsive-nav ul li:hover > a {
		margin-top: 0;
		border-top: none;
	}	

	#responsive-nav ul > li.haschild:hover > a:after {

	}

	#responsive-nav ul li.home a span {
		display: inline-block;
	}
	#responsive-nav ul li.home a:before {
		content: none;
	}

	#responsive-nav ul > li > a {
		display: inline-block;
		width: 100%;
	}

	#responsive-nav .treemenu ul li.haschild > a:after {
		content: "\35";
		float: right;
		font-family: "ElegantIcons";
	}

	#responsive-nav .treemenu ul ul {
	    display: inline-block;
		position: relative;
		float: left;
		width: 100%;
	    padding: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		max-height: 0px;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: max-height .55s ease;
		-moz-transition: max-height .55s ease;
        -ms-transition: max-height .55s ease;
         -o-transition: max-height .55s ease;
            transition: max-height .55s ease;
	}

	#responsive-nav .treemenu ul ul.open {
		width: 100%;
		max-height: 2000px;
		padding: 0;
		background-color: #ffffff;
		opacity: 1;
	}

	#responsive-nav ul ul li {
		display: none;
		width: 100%;
	}

	#responsive-nav ul ul.open li {
		display: block;
		width: 100%;
	}

	#responsive-nav ul ul.open li a {
		color: #424242;
	}

	#responsive-nav .treemenu ul ul li {
		float: left;
		padding: 10px 3%;
	}

	#responsive-nav ul ul li a {
		width: 100% !important;
		padding: 5px 2% !important;
	}

	#responsive-nav ul ul ul,
	#responsive-nav .treemenu ul ul ul.open {
		left: 0;
		top: 0;
		margin-top: 10px; 
		width: 100%;
		background-color: #F2F2F2;
	}

	#responsive-nav .treemenu ul ul ul li {
		border: none;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#responsive-nav ul li:hover li:hover > a {
		background-color: #fff;
		color: #424242;
	}

	#responsive-nav ul ul > li.haschild:hover > a:after {
		color: #424242;
	}

	#responsive-nav .treemenu li li a {
		background-color: transparent;
	}
}

@media (max-width: 768px) {
	#nav-toggle {
		margin-top: 10px;
	}
}

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

}

@media (min-width: 992px) and (max-width: 1140px) {
	#nav .langchooser span {
		text-indent: -999999px;
		overflow: hidden;
	}

	#nav .langchooser span:after {
		margin-left: -5px;
		float: right;
		text-indent: 0;
	}

	#nav .langchooser ul ul {
		left: -50px;
	}
}


/********************** End Top menu  ********************************************/


#toparea {
	height: 31px;
}

#header {
	height: 135px;
	/*position: fixed;
	top: 0;
	left: 0;
	right: 0;*/
	background-color: rgba(255,255,255,0.9); 
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
	z-index: 10;
}

#header.cloned {
	position: fixed;
	height: 100px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500;
}

@media (max-width: 768px) {
	#header {
		height: 170px;
	}

	#header.cloned {

	}
}

#subnav {
	width: 100%;
	z-index: 1;
}

#subnav.firstpage {
	height: calc(100vh - 220px);
}

.sticky {
	position: fixed;
}

#top-header {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 40px;
	background-color: #F2F2F2;
}

@media (max-width: 768px) {
	#top-header {
		width: 100%;
	}
}

@media (max-width: 992px) {
	#header {
		position: relative;
	}

	.sticky {
		position: relative;
	}
}

/*********** Search *************/

#search-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 5px 0 0;
	background-image: url(../../images/site/search.svg);
	background-size: cover;
	cursor: pointer;
}

.english #search-icon {
	display: none;
}

@media (max-width: 576px) {
	#search-icon {
	}
}

div.searchy {
	display: none;
	position: absolute;
	top: 40px;
	left: 60%;
	width: 320px;
	height: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	z-index: 12;
}



div.searchy h1, 
div.searchy h3 {
	display: none;
}

div.searchy p {
    margin: 0;
    padding: 0;
}

div.searchy input {
	float: left;
    width: 270px;
    height: 50px;
    padding: 0 15px;
    font-size: 15px;
	color: #9B9B9B;
	font-family: 'Roboto Condensed', Arial;
	border: none;
}

div.searchy button {
    width: 50px;
    height: 50px;
    border: none;
    background: #ECECEC url(../../images/site/search.svg) center center no-repeat;
	background-size: 32px 32px;
	cursor: pointer;
}

div.searchy button:hover {
	background-color: #E2E2E2;
}

div.searchy input:focus,
div.searchy input:active,
div.searchy button:focus,
div.searchy button:active  {
	outline: none;
}

div.searchy .gui_button {
	float: right;	
}

@media (max-width: 992px) {
	div.searchy {
		top: 150px;
		right: 20px;
	}
}

@media (max-width: 768px) {
	div.searchy {
		top: 50px;
		left: 10px;
	}
}

/*********** End Search ************/

#facebook-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 5px 0 0;
	background-image: url(../../images/site/facebook.svg);
	background-size: cover;
	cursor: pointer;
}

#linkedin-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 5px 0 0;
	background-image: url(../../images/site/linkedin.svg);
	background-size: cover;
	cursor: pointer;
}

#email-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 5px 0 0;
	background-image: url(../../images/site/email.svg);
	background-size: cover;
	cursor: pointer;
}

.english #email-icon {
	display: none;
}

#googleplus-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 5px 0 0;
	background-image: url(../../images/site/googleplus.svg);
	background-size: cover;
	cursor: pointer;
}

#youtube-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 5px 0 0;
	background-image: url(../../images/site/youtube.svg);
	background-size: cover;
	cursor: pointer;
}


/* Slider */

.mightySlider {
	height: calc(100vh - 220px);
	font-family: "Roboto Condensed", Helvetica, Arial;
	position: relative;
	z-index: 1;
}

.mightySlider.responsive {
	display: none;
}

.mightySlider .frame {
	height: 100%;
	position: relative;
	z-index: 1;
}

.mightySlider .slideelement {
	height: 100%;
	position: relative;
	z-index: 1;
}

.mightySlider .slideelement > div {
	float: left;
	display: block;
	height: 100%;
	position: relative;
	z-index: 1;
}

.mightySlider .image-top .mSCover img {
	margin-top: 0 !important;
}

.mightySlider .image-bottom .mSCover img {
	bottom: 0 !important;
}

.whiteTitle {
	position: absolute;
	top: 80px;
	left: 30%;
	color: #fff;
	opacity: 0;
}

.blackTitle {
	position: absolute;
	top: 120px;
	left: 35%;
	color: #424242;
	opacity: 0;
}

#subnav .htmlbox .whiteTitle h2,
#subnav .htmlbox .blackTitle h2  {
	position: relative;
	padding: 0;
	top: auto;
	right: auto;
	font-size: 50px;
	line-height: 56px;
	font-weight: 600;
	background-color: transparent;
	border-radius: 0;
}

#subnav .htmlbox .blackTitle h2 {
	color: #424242;
}

.slide2 .blackTitle {
	top: 230px;
	left: 42%;
}

.slide3 .blackTitle {
	top: 70px;
	left: 23%;
}

a.moreButton {
	margin-top: -10px;
	display: inline-block;
	padding: 5px 30px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 20px;
	transition: .3s all ease;
}

a.moreButton:hover {
	text-decoration: none;
	color: #424242;
	background-color: #fff;
}

.blackTitle a.moreButton {
	color: #424242;
	border-color: #424242;
}

.blackTitle a.moreButton:hover {
	color: #fff;
	background-color: #424242;
}

.slide4 .blackTitle {
	position: absolute;
	top: 70%;
	left: 36%;
	transform: translateX(0%);
	opacity: 0;
}

.slide4 .whiteTitle {
	top: 44%;
	left: 49%;
}

.slide5 .whiteTitle {
	position: absolute;
	top: 60%;
	left: 16%;
	opacity: 0;
}

#subnav .htmlbox .slide5 .whiteTitle h2 {
	font-size: 46px;
}

@media (max-width: 768px) {
	.slide4 .blackTitle {
		top: 37%;
		left: 50%;
		transform: translateX(-20%);
	}

	.slide4 .whiteTitle {
		top: 52%;
		left: 44%;
	}

	.slide5 .whiteTitle {
		top: 40%;
		left: 12%;
	}
}

@media (max-width: 414px) {
	.slide4 .blackTitle {
		top: 30%;
		transform: translateX(-50%);
	}

	.slide4 .whiteTitle {
		top: 47%;
		left: 40%;
	}

	.slide4 .blackTitle a.moreButton {
		line-height: 20px;
		padding: 8px 15px;
		margin-top: 40px;
	}

	#subnav .htmlbox .slide5 .whiteTitle h2 {
		font-size: 40px;
		line-height: 46px;
		top: 40%;
		left: 0;
	}

	.slide5 .whiteTitle p {
		margin: 0.2em 0;
	}

	.slide5 .whiteTitle a.moreButton {
		margin-top: 10px;
	}
}

#subnav .htmlbox .slide4 .blackTitle h2 {
	color: #00A34B;
	font-size: 34px;
	line-height: 38px;
}

.slide4 .blackTitle a.moreButton {
	color: #00A34B;
	border-color: #00A34B;
	border-radius: 22px;
}

.slide4 .blackTitle a.moreButton:hover {
	color: #fff;
	background-color: #00A34B;
}

.mightyslider_modern_skin .mSPages li {
	padding-left: 0 !important;
}

.scroll-down {
	display: block;
	position: absolute;
	bottom: 30px;
	right: 6%;
	opacity: 0;
}

.scroll-down-icon {
	display: none;
	width: 46px;
	height: 45px;
	background-image: url(../../images/site/scroll-down-icon.svg);
	background-size: cover;
	cursor: pointer;
}

#scroll-up-icon {
	display: none;
	position: fixed;
	right: 6%;
	bottom: 20px;
	width: 46px;
	height: 45px;
	background-image: url(../../images/site/scroll-up-icon.svg);
	background-size: cover;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.mightySlider.tablets,
.mightySlider.phones {
	display: none;
}

@media (max-width: 768px) {

	.mightySlider.desktop,
	.mightySlider.phones {
		display: none;
	}

	.mightySlider.tablets {
		display: block;
	}

	.whiteTitle {
		position: absolute;
		top: 40px;
		left: 20px;
		right: 20px;
		color: #fff;
		opacity: 0;
	}

	.blackTitle,
	.slide2 .blackTitle {
		position: absolute;
		top: auto;
		bottom: 150px;
		left: 20px;
		right: 20px;
		color: #424242;
		opacity: 0;
	}

	.slide3 .blackTitle {
		position: absolute;
		top: 15px;
		left: 20px;
		right: 20px;
		color: #424242;
		opacity: 0;
	}

	.slide4 .blackTitle {

	}

	#subnav .htmlbox .whiteTitle h2,
	#subnav .htmlbox .blackTitle h2 {
		font-size: 48px;
	}

}

/*
@media (max-width: 567px) {
	.blueTitle {
		width: 70%;
		top: 0;
		left: 50px;
	}

	.whiteTitle {
		width: 70%;
		top: 0;
		left: 50px;
	}

	.layersTitle {
		width: 90%;
		height: auto;
		bottom: 100px;
		right: auto;
		left: auto;
		background: rgba(255,255,255,0.9);
		padding: 20px;
		
	}

	.layersTitle img {
		margin-bottom: 0;
	}

	.layersTitle .bullets {
		display: none;
	}
}
*/

@media (max-width: 380px) {

	.mightySlider.desktop,
	.mightySlider.tablets {
		display: none;
	}

	.mightySlider.phones {
		display: block;
	}

	.blueTitle h2,
	.whiteTitle h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.blueTitle h4,
	.whiteTitle h4 {
		font-size: 20px;
		font-weight: 500;
		line-height: 24px;
	} 

	.blueTitle ul li
	.whiteTitle ul li {
		font-size: 17px;
	}

	.htmlbox a.moreButton {
		margin-top: 20px;
		display: inline-block;
		text-align: center;
		text-decoration: none;
		transition: .3s all ease;
	}

	.slide2 .blackTitle {
		bottom: 50px;
	}
}

/* End Slider */

/* News Teaser */

#news-teaser {
	height: 75px;
}

#news-teaser .htmlbox.title {
	width: 20%;
	float: left;
	position: relative;
	color: #424242;
	font-size: 20px;
	font-weight: 500;
}

.news-icon {
	display: block;
	float: left;
	width: 34px;
	height: 32px;
	margin: 21px 10px 0 25px;
	background-image: url(../../images/site/news-icon.svg);
	background-size: cover;
}

#news-teaser .htmlbox.title span.text {
	display: inline-block;
	line-height: 75px;
}

#news-teaser .htmlbox.news-teaser-contents {
	width: 80%;
	float: left;
	margin-top: 25px;
}

#news-teaser #news-arrows {
	float: right;
	position: relative;
	margin-right: 20px;
}

#news-up a {
	display: block;
	position: absolute;
	top: 12px;
	right: 0;
	font-family: 'ElegantIcons';
	font-size: 36px;
	font-weight: normal;
	text-decoration: none;
	color: #009949;
}

#news-down a {
	display: block;
	position: absolute;
	top: 36px;
	right: 0;
	font-family: 'ElegantIcons';
	font-size: 36px;
	font-weight: normal;
	text-decoration: none;
	color: #009949;
}

#news-teaser .bxslider {
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	color: #424242;
}

#news-teaser .bxslider ul li {
	background: none;
}

@media (max-width: 768px) {
	#news-teaser .htmlbox.title span.text,
	.htmlbox.title .news-icon {
		display: none;
	}

	#news-teaser .htmlbox.title {
		width: 12%;
	}

	#news-teaser .htmlbox.news-teaser-contents {
		width: 85%;
		margin: 15px 0 0 30px;
	}
}

/*
#news-up:after {
	content: '\32';
	font-family: 'ElegantIcons';
	font-size: 36px;
	font-weight: normal;
	color: #009949;
}

#news-down:after {
	content: '\33';
	font-family: 'ElegantIcons';
	font-size: 36px;
	font-weight: normal;
	color: #009949;
}
*/



/* Firstpage 4 Boxes */

.green-box {
	padding: 20px 0 40px 0;
	background-color: #93BB36;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.green-box:hover {
	transform: scale(1.1);
	box-shadow: 0 0 35px rgba(0,0,0,0.25);
	z-index: 9;
}

.green-box h2 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}

.calendar-icon {
	display: inline-block;
	width: 108px;
	height: 100px;
	margin: 17px 0;
	background-image: url(../../images/site/calendar-icon.svg);
	background-size: cover;
}

.umbrella-icon {
	display: inline-block;
	width: 135px;
	height: 132px;
	margin: 2px 0;
	background-image: url(../../images/site/umbrella-with-coins.svg);
	background-size: cover;
}

.watch-icon {
	display: inline-block;
	width: 126px;
	height: 135px;
	background-image: url(../../images/site/timer-with-coins.svg);
	background-size: cover;
}

.download-icon {
	display: inline-block;
	width: 90px;
	height: 104px;
	margin: 15px 0;
	background-image: url(../../images/site/download-icon.svg);
	background-size: cover;
}

.green-academy-icon {
	display: inline-block;
	width: 135px;
	height: 96px;
	margin: 2px 0;
	background-image: url(../../images/site/academy-icon.svg);
	background-size: cover;
}

.private-label-icon {
	display: inline-block;
	width: 125px;
	height: 125px;
	margin: 2px 0;
	background-image: url(../../images/site/private-label-products-icon.svg);
	background-size: cover;
}

.green-pharmacies-icon {
	display: inline-block;
	width: 141px;
	height: 135px;
	margin: 2px 0;
	background-image: url(../../images/site/pharmacies-network-icon.png);
	background-size: cover;
}

.education-icon {
	display: inline-block;
	width: 95px;
	height: 112px;
	margin: 4px 0 8px 0;
	background-image: url(../../images/site/education-icon-white.svg);
	background-size: cover;
}

/* Offers Tabs */

.ui-tabs { padding: .5em; zoom: 1; width:840px;}
.ui-tabs .ui-tabs-nav { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent url(../../images/tables/tab_bottom1.png) repeat-x scroll left bottom; /*float:left;*/ line-height:normal; padding:3px 0 0 3px; width:99.6%; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 0 0 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .0em 0.2em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background: url(../../images/tables/tab_bottom2.png) repeat-x scroll left top; border-color:/*-moz-use-text-color*/ #99BBE8 #99BBE8;  border-style:none solid solid; border-width:medium 1px 1px; clear:both; margin:0; padding:15px 0 5px 0;  }
.ui-tabs .ui-tabs-hide { display: none !important; }

.tabs-container.ui-tabs {
	width: auto;
	padding: 0;
} 

.tabs-container.ui-tabs .ui-tabs-nav {
	width: 100%;
	padding: 0;
	float: left;
	margin: 0 0 25px 0;
	background-image: none;
	background-color: #F2F2F2;
}

.tabs-container .ui-helper-reset {
	list-style: none;
}

.tabs-container.ui-tabs .ui-tabs-nav li a {
	padding: 0 50px;
	color: #676767;
	font-family: 'Roboto Condensed', Helvetica, Arial;
	font-size: 22px;
	font-weight: 500;
	line-height: 60px;
}

.tabs-container.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	position: relative;
	color: #fff;
	background-color: #009949;
}

.tabs-container.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -13px;
	margin-left: -14px;
	width: 27px;
	height: 13px;
	background-image: url(../../images/site/green-triangle.svg);
	background-size: cover;
}

.tabs-container.ui-tabs .ui-tabs-panel {
	background-image: none;
	border: none;
}

.htmlbox ul.bx-slider li {
	padding-left: 0 !important; 
	margin-bottom: 0 !important; 
	background: none !important;
}

.htmlbox .bx-viewport {
	margin-left: 5px;
}

.htmlbox a.button {
	display: inline-block;
	color: #fff;
	padding: 15px 20px;
	background-color: #018B43;
	border-radius: 3px;
}

.htmlbox a.button:hover {
	text-decoration: none;
	background-color: #009949;
}

/* Search Boxes */

.pattern {
	padding: 50px 0;
	background: url(../../images/site/pattern3.png);
	background-size: 11px 11px;
}

.search-box .filters {
	font-family: 'Roboto Condensed', Helvetica, Arial;
} 

.search-box .filters .filtertitle {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	background-color: #009949;
}

.search-box .filters .filtertitle:before {
	content: '';
	display: inline-block;
	float: left;
	width: 21px;
	height: 21px;
	margin: 17px 12px 0 25px;
	background-image: url(../../images/site/search-white-icon.svg);
	background-size: cover;
}

.search-box .filters .filters-container {
	background-color: #fff;
	padding: 25px;
	min-height: 170px;
}

.display_filters .afilter label {
	font-family: 'Roboto Condensed', Helvetica, Arial;
	display: inline-block;
	width: 23%;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	color: #424242;
}

.filters .afilter input,
.filters .afilter select {
	float: left;
	width: calc(90% - 45px);
	height: 40px;
	padding: 0 15px;
	font-family: 'Roboto Condensed', Helvetica, Arial;
	font-size: 17px;
	border: 1px solid #BBBBBB;
	border-radius: 2px;
}

.filters .afilter select {
	max-width: 350px;
}

/**** CSS for filters ***************/

.display_filters .filter_search {
	float: left;
    background: #009949 url("../../images/site/search-white-icon.svg") center center no-repeat;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}

.display_filters .filter_search:hover {
	background-color: #018B43;
}

.display_filters {
	clear:both;
}
.display_filters .afilter {
	clear: both;
	margin: 10px 0;
	padding-bottom:10px;
}

.display_filters .afilter .clearfix {
	height: 0;
}

.display_filters .afilter label{
	float:left;
}

.display_filters .afilter .link {
	display: block;
	float: left;
	margin: 0 10px;
	line-height: 23px;
}

.display_filters .afilter .afilterform {
	display: block;
	float: left;
	width: 77%;
	margin: 0;
}

.display_filters .afilter .active a{
	color: red;
	font-weight: bold;
}

.display_filters .afilter .remove_filter {
	float: left;
}

.display_filters .afilter .letters  {
	text-align: center;
}

.display_filters .afilter .letters a {
	padding: 0 5px;
	font-size: 16px;
}

.display_filters .afilter .letters a.active {
	font-weight: bold;
}

.display_filters .afilter .letters .remove_filter {
    float: right;
}

/**** end of CSS for filters ********/

/**** CSS for filter path ***************/

.filterpath .afilter {
	display: block;
    float: left;
    line-height: 23px;
    margin: 5px 10px 20px 0;
}

.filterpath .afilter label{
	font-weight: bold;
}

/**** end of CSS for filter path *****

/* Footer Tabs */

#footer-title {
	margin: 50px 0 30px 0;
}

#footer-title h2 {
	font-size: 32px;
	font-weight: 500;
}

.footer-tabs-container.ui-tabs {
	width: auto;
	padding: 0;
} 

.footer-tabs-container.ui-tabs .ui-tabs-nav {
	width: 100%;
	padding: 0;
	float: left;
	margin: 0;
	background-image: none;
	background-color: #fff;
}

.footer-tabs-container .ui-helper-reset {
	list-style: none;
}

.footer-tabs-container.ui-tabs .ui-tabs-nav li {
	width: 20%;
    float: left;
}

.footer-tabs-container.ui-tabs .ui-tabs-nav li a {
	padding: 20px 20px 0 20px;
	color: #424242;
	font-family: 'Roboto Condensed', Helvetica, Arial;
	font-size: 19px;
	font-weight: 500;
	line-height: 60px;
}

.footer-tabs-container.ui-tabs .ui-tabs-nav li a:hover {
	background-color: #ECECEC;
}

.footer-tabs-container.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	position: relative;
	color: #fff;
	background-color: #93BB36;
}

.footer-tabs-container.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:active,
.footer-tabs-container.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:focus {
	outline: none;
}

.footer-tabs-container.ui-tabs .ui-tabs-nav li.ui-tabs-selected * {
	color: #fff;
}

.footer-tabs-container.ui-tabs .ui-tabs-nav li h3 {
	margin: 0;
	padding-bottom: 10px;
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	color: #424242;
}

.footer-tabs-container.ui-tabs .ui-tabs-nav li p {
	margin: 5px 0;
}

.footer-tabs-container.ui-tabs .ui-tabs-nav li .more-details {
	font-size: 18px;
	font-weight: 500;
	color: #009949;
} 

.footer-tabs-container.ui-tabs .ui-tabs-nav li.ui-tabs-selected .more-details {
	color: #fff;
}

.footer-tabs-container.ui-tabs .ui-tabs-nav li .more-details:before {
	content: '\59';
	display: block;
	float: left;
	margin: 0 0 -30px -7px;
	font-family: 'ElegantIcons';
	font-weight: normal;
	font-size: 30px;
}

.footer-tabs-container.ui-tabs .ui-tabs-nav li.ui-tabs-selected .more-details:before {
	content: '\58';
}

.footer-tabs-container.ui-tabs .ui-tabs-panel {
	background-image: none;
	border: none;
	padding: 0;
}

.footer-tabs-container .corp-details {
	font-family: 'Roboto Condensed', Helvetica, Arial;
	background-color: #93BB36;
}

.footer-tabs-container .corp-details .container .htmlbox {
	padding: 15px 0 20px 0;
}

.footer-tabs-container .corp-details .container .htmlbox,
.footer-tabs-container .corp-details .container .htmlbox p,
.footer-tabs-container .corp-details .container .htmlbox a {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
}

.footer-tabs-container .corp-details .container .htmlbox a:hover {
	text-decoration: none;
	color: #009949;
}

.footer-tabs-container .corp-details .container .htmlbox p {
	margin: 1em 0;
}

.footer-tabs-container .corp-details .container {
	position: relative;
	z-index: 12;
}

.footer-tabs-container .shadow {
	width: 100%;
	height: 1px;
	position: relative;
	-webkit-box-shadow: 0px 4px 25px 0 rgba(0,0,0,1);
	-moz-box-shadow: 0px 4px 25px 0 rgba(0,0,0,1);
	box-shadow: 0px 4px 25px 0 rgba(0,0,0,1);
	z-index: 11;
}

#footer-prosyfape {
	margin-left: 20px; 
}

#footer-alimou {
	margin-left: calc(20% + 20px);
}

#footer-kerkyras {
	margin-left: calc(40% + 20px);
}

#footer-lamias,
#footer-hpeirou {
	margin-left: calc(60% + 20px);
}

@media (max-width: 768px) {
	#map_prosyfape,
	#map_alimou,
	#map_kerkyras,
	#map_lamias,
	#map_hpeirou {
		display: none;
	}

	#footer-prosyfape,
	#footer-alimou, 
	#footer-kerkyras,
	#footer-lamias,
	#footer-hpeirou {
		margin-left: 20px;
	}

	.footer-tabs-container.ui-tabs .ui-tabs-nav li {
		width: 100%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.footer-tabs-container.ui-tabs .ui-tabs-nav li a {
		display: block;
		margin: 0 auto;
	}
}

/* Product Series */

.series {
	padding: 20px 0 60px 0;
}

#series-title .htmlbox h2:after {
	content: "";
	display: block;
	margin: 20px auto 40px auto;
	width: 110px;
	height: 3px;
	background-color: #7498CE;
}

.series-box {
	padding: 0 20px;
}

.series-box a.circle-link:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.series-box a.circle-link {
	position: relative;
}

.series-box a.circle-link:hover:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 284px;
    height: 284px;
    margin: 0 auto;
    text-align: center;
    background: rgba(116,152,206,.4) url(../../images/theme/link.png) center center no-repeat;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.series-box a.circle-link.dermoxen:hover:before {
	background-color: rgba(198,83,122,.4);
}

.series-box a.circle-link.lecoxen:hover:before {
	background-color: rgba(118,194,190,.4);
}

.series-box a.circle-link.hemopran:hover:before {
	background-color: rgba(241,81,75,.4);
}

.series-box .htmlbox h3 a {
	color: #4F4F4E;
	text-decoration: none;
}

.series-box .htmlbox h3 a:hover {
	color: #B0CA22;
	text-decoration: underline;
}

/* Path */

.path {
	padding-top: 20px;
	font-family: 'Roboto Condensed', Arial;
	font-size: 16px;
	color: #CFCFCF;
}

.path a {
	margin-right: 5px;
	text-decoration: none;
	color: #009949;
}

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

.path span:last-child a {
	color: #8a8a8a;
}

/* Anchors */

#anchors {
	height: 70px;
}

#anchors .htmlbox {
	font-size: 20px;
	color: #009DDD;
}

#anchors .htmlbox ul {
	list-style: none;
}

#anchors .htmlbox ul li {
	list-style-type: none;
	float: left;
	margin-right: 80px;
	line-height: 70px;
	padding-left: 40px;
	cursor: pointer;
}

@media (max-width: 567px) {
	#anchors .htmlbox ul li {
		margin-right: 10px;
		line-height: 20px;
		padding: 25px 0 25px 40px;
	}
}

#anchors .htmlbox ul li a {
	text-decoration: none;
}

#anchors .htmlbox ul li a:hover {
	color: #009DDD;
}

#anchors .htmlbox ul li.areas-link {
	display: inline-block;
	background: url(../../images/site/tools-icon.svg) left center no-repeat;
	background-size: 30px 30px;
}

#anchors .htmlbox ul li.monades-link {
	display: inline-block;
	background: url(../../images/site/monades-icon.svg) left center no-repeat;
	background-size: 35px 39px;
}

#anchors .htmlbox ul li.news-link {
	display: inline-block;
	background: url(../../images/site/news-icon.svg) left center no-repeat;
	background-size: 29px 26px;
}

/* End Anchors */

/* Grey Boxes */

#areas-title {
	padding: 10px 0 40px 0;
}

#areas-title .htmlbox p {
	font-size: 20px;
}

.grey-box {
	position: relative;
	height: 100%;
	background-color: #ECECEC;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.3);
	transition: .3s all ease;
}

.grey-box .htmlbox {
	padding: 30px 25px;
}

@media (max-width: 769px) {
	.grey-box {
		margin-bottom: 20px;
	}
}

.grey-box .htmlbox h3,
.grey-box .htmlbox h3 a {
	margin-top: 0;
	color: #009DDD;
	text-decoration: none;
}

.grey-box .htmlbox li,
.grey-box .htmlbox li a {
	font-size: 19px;
	text-decoration: none;
	color: #333333;
}

.grey-box:hover {
	background-color: #009DDD;
}

.grey-box .htmlbox li a:hover {
	color: #F6881C;
}

.grey-box:hover h3,
.grey-box:hover h3 a,
.grey-box:hover li,
.grey-box:hover li a,
.grey-box:hover p,
.grey-box:hover a {
	color: #fff;
}

.grey-box:hover h3 a:hover,
.grey-box:hover a:hover {
	color: #F6881C;
}

.grey-box a.btn-more {
	display: inline-block;
    margin-top: 20px;
    padding: 0 50px;
    line-height: 43px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 22px;
    background-color: #009DDD;
    transition: .3s all ease;
}

.grey-box:hover a.btn-more {
	color: #009DDD;
	background-color: #fff;
}

.grey-box:hover a.btn-more:hover {
	color: #fff;
	background-color: #F6881C;
}

#grey-box-1:before {
	content: "";
	display: block;
	width: 100%;
	height: 221px;
	background: url(../../images/site/box-athinon@2x.jpg) no-repeat;
	background-size:  cover; 
}

#grey-box-2:before {
	content: "";
	display: block;
	width: 100%;
	height: 221px;
	background: url(../../images/site/box-attikis@2x.jpg) no-repeat;
	background-size:  cover; 
}

#grey-box-3:before {
	content: "";
	display: block;
	width: 100%;
	height: 221px;
	background: url(../../images/site/box-peiraia@2x.jpg) no-repeat;
	background-size:  cover; 
}

#grey-box-4:before {
	content: "";
	display: block;
	width: 100%;
	height: 221px;
	background: url(../../images/site/box-thessalonikis@2x.jpg) no-repeat;
	background-size:  cover; 
}

#grey-box-5:before {
	content: "";
	display: block;
	width: 100%;
	height: 221px;
	background: url(../../images/site/box-pellas@2x.jpg) no-repeat;
	background-size:  cover; 
}

#grey-box-6:before {
	content: "";
	display: block;
	width: 100%;
	height: 221px;
	background: url(../../images/site/box-common@2x.jpg) no-repeat;
	background-size:  cover; 
}


/* End Grey Boxes */

/* Loginsnippet */

#header .loginsnippet {
	float: right;
	display: inline-block;
    position: relative;
    margin: 70px 25px 0 20px;
    font-family: 'Roboto Condensed', Arial;
}

#header.cloned .loginsnippet {
	margin-top: 28px;
}

#header .loginsnippet a {
	display: inline-block;
	padding: 2px 30px 0 30px;
	font-size: 16px;
	line-height: 38px;
	text-decoration: none;
	color: #fff;
	border-radius: 20px;
}

#header .loginsnippet a.login {
	background-color: #009949;
}

#header .loginsnippet a.login:before,
#header .loginsnippet a.logout:before {
	content: '';
	display: inline-block;
	float: left;
	width: 15px;
	height: 19px;
	margin: 8px 5px 0 0;
	background-image: url(../../images/site/human-icon.svg);
	background-size: cover;
}

#header .loginsnippet a.login:hover {
	background-color: #018B43;
}

#header .loginsnippet a.logout {
	background-color: #D32411;
}

#header .loginsnippet a.logout:hover {
	background-color: #BF1F0D;
}

@media (max-width: 768px) {
	#header .loginsnippet {
		margin: 70px 20px 0 0;
	}

	#header .loginsnippet a {
		list-style: 32px;
		padding: 2px 20px 0 20px;
	}
}

/* Footer */


#footer-menu {

}

#footer-menu .treemenu {
	float: right;
	margin: 60px 30px 0 0; 
}

#footer-menu .treemenu ul { 
	display: block;
	margin: 0; 
	padding: 0; 
	list-style: none; 
	font-family: 'Roboto Condensed', Arial;
}

#footer-menu .treemenu li { 
	list-style: none; 
	display: inline; 
	margin: 0; 
}

#footer-menu .treemenu ul li { 
	float: left; 
	display: inline-block; 
	position: relative;
	margin: 0; 
	padding: 0 15px;
	text-decoration: none; 
}

#footer-menu .treemenu ul li a { 
	display: inline-block; 
	position: relative;
	float: left;   
	padding: 0; 
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
}

#footer-menu .treemenu ul li a:hover {
	color: #F6881C;
}

#social {
	font-family: 'Roboto Condensed', Arial;
	font-size: 17px;
	font-weight: normal;
	color: #333333;
}

.icon {
	display: inline-block;
}

.icon.facebook {
	width: 10px;
	height: 24px;
	margin: 0 4px;
	background: url(../../images/site/facebook-icon.svg) center no-repeat;
	background-size: 10px 18px;
}

.icon.linkedin {
	width: 18px;
	height: 24px;
	margin: 0 4px;
	background: url(../../images/site/linkedin-icon.svg) center no-repeat;
	background-size: 18px 16px;
}

.icon.youtube {
	width: 19px;
	height: 24px;
	margin: 0 4px;
	background: url(../../images/site/youtube-icon.svg) center no-repeat;
	background-size: 19px 24px;
}

.icon.email {
	width: 20px;
	height: 24px;
	margin: 0 4px;
	background: url(../../images/site/email-icon.svg) center no-repeat;
	background-size: 20px 14px;
}

.footer-grey {
	padding: 35px 0 40px 0;
}

#footer-bottom {
	padding: 20px 0 0; 
	font-family: 'Roboto Condensed', Arial;
	font-size: 16px;
	line-height: 70px;
	font-weight: normal;
	color: #424242;
}

#footer-bottom p,
#footer-bottom .htmlbox p {
	margin: 0;
	font-size: 18px;
	line-height: 70px;
	font-weight: normal;
	color: #424242;
} 

#footer-bottom a {
	color: #009949;
	font-weight: normal;
	text-decoration: none;
}

#footer-bottom a:hover {
	color: #009949;
	text-decoration: underline;
}

#developed-by {
	text-align: right;
}

@media (max-width: 768px) {
	#footer-bottom {
		text-align: center;
		padding-bottom: 40px;
	}
	#developed-by {
		text-align: center;
	}

	#footer-bottom p {
		line-height: 30px;
		text-align: center;
	}
}

/* End Footer */

/* Pages Subnav Area */

#subnav.page {
	min-height: 500px;
	position: relative;
	/*
	background: url(../../images/site/slide-3@2x.jpg) center center no-repeat;
	background-size: 100% auto;
	*/
	background-color: #F2F2F2;
}

@media (max-width: 768px) {
	#subnav.page {
		min-height: 250px;
	}
}

#subnav.page .htmlbox * {
	color: #fff;
}

#subnav.page .htmlbox .editme {
	position: absolute;
	top: 200px;
	color: red;
	z-index: 10;
}

#subnav.page .htmlbox .editme span {
	color: red;
}

#subnav.page .htmlbox .bg-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-skaki.jpg) center 20% no-repeat;
	background-size: cover;
	z-index: 1;
}

#subnav.page .htmlbox .bg-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-pills.jpg) center 20% no-repeat;
	background-size: 100% auto;
	z-index: 1;
} 

#subnav.page .htmlbox .bg-3,
#productsTopImage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/slide-3@2x.jpg) center 20% no-repeat;
	background-size: 100% auto;
	z-index: 1;
} 

#subnav.page .htmlbox .bg-profile {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/profile.jpg) center center no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-services {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-services.jpg) center 80% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-metoxoi {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-metoxoi-2.jpg) center center no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-enimerosi {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-enimerosi-2.jpg) center 70% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-stoxopoiisi {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-stoxopoiisi-3.jpg) left center no-repeat;
	background-size: cover;
	z-index: 1;
}

#subnav.page .htmlbox .bg-people {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-people.jpg) center 33% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-findcv {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-findcv.jpg) center 33% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-diamonds {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-diamonds.jpg) center center no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-stadium {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-stadium.jpg) center center no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-career {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-career.jpg) center center no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-compass {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-compass.jpg) center center no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-farmaka {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-farmaka.jpg) center 40% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-parafarmaka {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-parafarmaka.jpg) center 80% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-katopin-paraggelias {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-katopin-paraggelias2.jpg) center center no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-prosfores {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-prosfores.jpg) center center no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-eordering {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-eordering.jpg) center 70% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-members {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-members-2.jpg) center center no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-dialogi {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-dialogi.jpg) center center no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-dianomi {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-dianomi.jpg) center center no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-news {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-news-3.jpg) center 40% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-lixiprothesma {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-lixiprothesma-2.jpg) center 40% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-proothitiko {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-proothitiko.jpg) center 70% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-greenpharmacies {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/photo_gp_web.jpg) center center no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-ekpaidefsi {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-ekpaidefsi.jpg) center 40% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-enimerotiko-yliko {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-enimerotiko-yliko-2.jpg) center 40% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-akadimia-green {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-akadimia-green.jpg) center 40% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-private-label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/private-label-products.jpg) center 70% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-programma-asfalisis {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/be-healthy.jpg) center bottom no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-contact {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-contact.jpg) center 60% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-isologismoi {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-isologismoi.jpg) center 60% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-userterms {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-userterms.jpg) center 60% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-diagonismos-zografikis {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/Diagonismos-Zografikis@2x.jpg) center 40% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#subnav.page .htmlbox .bg-photovoltaic {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 500px;
	background: url(../../images/site/top-photovoltaic.jpg) center 40% no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

@media (max-width: 768px) {
	#subnav.page .htmlbox .bg-1,
	#subnav.page .htmlbox .bg-2,
	#subnav.page .htmlbox .bg-3,
	#productsTopImage,
	#subnav.page .htmlbox .bg-profile,
	#subnav.page .htmlbox .bg-services,
	#subnav.page .htmlbox .bg-metoxoi,
	#subnav.page .htmlbox .bg-enimerosi,
	#subnav.page .htmlbox .bg-stoxopoiisi,
	#subnav.page .htmlbox .bg-people,
	#subnav.page .htmlbox .bg-findcv,
	#subnav.page .htmlbox .bg-diamonds,
	#subnav.page .htmlbox .bg-stadium,
	#subnav.page .htmlbox .bg-career,
	#subnav.page .htmlbox .bg-compass,
	#subnav.page .htmlbox .bg-farmaka,
	#subnav.page .htmlbox .bg-parafarmaka,
	#subnav.page .htmlbox .bg-katopin-paraggelias,
	#subnav.page .htmlbox .bg-prosfores,
	#subnav.page .htmlbox .bg-eordering,
	#subnav.page .htmlbox .bg-members,
	#subnav.page .htmlbox .bg-dialogi,
	#subnav.page .htmlbox .bg-dianomi,
	#subnav.page .htmlbox .bg-news,
	#subnav.page .htmlbox .bg-lixiprothesma,
	#subnav.page .htmlbox .bg-proothitiko,
	#subnav.page .htmlbox .bg-greenpharmacies,
	#subnav.page .htmlbox .bg-ekpaidefsi,
	#subnav.page .htmlbox .bg-contact,
	#subnav.page .htmlbox .bg-isologismoi,
	#subnav.page .htmlbox .bg-userterms,
	#subnav.page .htmlbox .bg-diagonismos-zografikis  {
		min-height: 320px;
		float: left;
		background-size: cover;
	}

	#subnav.page .htmlbox h1,
	#subnav.page .htmlbox h2,
	#subnav.page .htmlbox h3,
	#subnav.page .htmlbox h4,
	#subnav.page .htmlbox h5 {
		padding-top: 120px;
	}
}

@media (max-width: 576px) {
	#subnav.page .htmlbox .bg-1,
	#subnav.page .htmlbox .bg-2,
	#subnav.page .htmlbox .bg-3,
	#productsTopImage,
	#subnav.page .htmlbox .bg-profile,
	#subnav.page .htmlbox .bg-services,
	#subnav.page .htmlbox .bg-metoxoi,
	#subnav.page .htmlbox .bg-enimerosi,
	#subnav.page .htmlbox .bg-stoxopoiisi,
	#subnav.page .htmlbox .bg-people,
	#subnav.page .htmlbox .bg-findcv,
	#subnav.page .htmlbox .bg-diamonds,
	#subnav.page .htmlbox .bg-stadium,
	#subnav.page .htmlbox .bg-career,
	#subnav.page .htmlbox .bg-compass,
	#subnav.page .htmlbox .bg-farmaka,
	#subnav.page .htmlbox .bg-parafarmaka,
	#subnav.page .htmlbox .bg-katopin-paraggelias,
	#subnav.page .htmlbox .bg-prosfores,
	#subnav.page .htmlbox .bg-eordering,
	#subnav.page .htmlbox .bg-members,
	#subnav.page .htmlbox .bg-dialogi,
	#subnav.page .htmlbox .bg-dianomi,
	#subnav.page .htmlbox .bg-news,
	#subnav.page .htmlbox .bg-lixiprothesma,
	#subnav.page .htmlbox .bg-proothitiko,
	#subnav.page .htmlbox .bg-greenpharmacies,
	#subnav.page .htmlbox .bg-ekpaidefsi,
	#subnav.page .htmlbox .bg-contact,
	#subnav.page .htmlbox .bg-isologismoi,
	#subnav.page .htmlbox .bg-userterms,
	#subnav.page .htmlbox .bg-diagonismos-zografikis  {
		min-height: 250px;
		background-size: cover;
	}

	#subnav.page .htmlbox h1,
	#subnav.page .htmlbox h2,
	#subnav.page .htmlbox h3,
	#subnav.page .htmlbox h4,
	#subnav.page .htmlbox h5 {
		padding-top: 100px;
	}
}

#subnav h1.pagetitle,
#subnav .htmlbox h1,
#subnav .htmlbox h2,
#subnav .htmlbox h3,
#subnav .htmlbox h4,
#subnav .htmlbox h5 {
	position: absolute;
	margin: 0;
	padding: 20px 150px 20px 60px;
	top: 220px;
	right: 0;
	font-family: 'Roboto Condensed', Arial;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #fff;
	background-color: rgba(176,202,34,0.8);
	border-radius: 34px 0 0 34px;
	z-index: 2;
}

@media (max-width: 768px) {
	#subnav.page {
		min-height: 320px;
		float: left;
		background-size: cover;
	}

	#subnav h1.pagetitle {
		position: relative;
		top: auto;
		margin-top: 100px;
		font-size: 38px;
	}
}

@media (max-width: 576px) {
	#subnav.page {
		min-height: 250px;
		background-size: cover;
	}

	#subnav h1.pagetitle {
		position: relative;
		top: auto;
		font-size: 32px;
	}
} 

/* End Pages Subnav Area */

#header p {
	margin: 0;
	padding: 0;
}

#header .htmlbox {
	margin: 3px 0 0 50px;
}

@media (min-width: 992px) and (max-width: 1050px) {
	#header .htmlbox {
		margin-left: 10px;
	}
}

#header .htmlbox p {
	margin: 0;
	padding: 0;
}

@media (max-width: 768px) {
	#header .htmlbox {
		margin-left: 10px;
	}
}


#info {
	width: 100%;
	height: 20px;
	padding-top: 7px;
}

#infoleft {
	float: left;
	display: inline-block;
}

#inforight {
	float: right;
	text-align: left;
	font-size: 11px;
}

#inforight a {
	color: #3298cb;
}

.content {
	padding: 10px 0 40px 0;
}

#sub {

}

#main {
	width: 100%;
    margin: 0;
	float: left;
    text-align: left;
}

#main.left-padding {
	padding-left: 30px;
}

@media (max-width: 768px) {
	#main.left-padding {
	padding-left: 0;
}
}

#rightytop {
        float: left;
        width: 100%;
        clear: right;
}

#mainleft {
        float: left;
}

#mainright { 
    margin: 0 0 0 4px;
	float: left;
}


/******** Left Menu *********/

#sub .treemenu {
	width: 100%;
	font-family: 'Roboto Condensed', Arial;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
}

#sub .treemenu h1 {
	display: block;
	margin: 15px 0 0 0;
	padding: 17px 30px;
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	color: #fff;
	background-color: #009949;
	border-radius: 10px 10px 0 0;
}

#sub .treemenu ul {
	position: relative;
    list-style: none;
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 20px 30px 30px 30px;
    background-color: #ECECEC;
}

/*
#sub .treemenu ul:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -4px;
	left: 5%;
	width: 90%;
	height: 4px;
	background-color: #d0d0d0;
}
*/

#sub .treemenu ul li {
    display: block;
    text-indent: 0px;
    margin: 0px;
	padding: 0;
	line-height: 16px;
}

#sub .treemenu ul li a {
    text-decoration: none;
    display: block;
	padding: 7px 0;
    color: #424242;
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
}

#leftytop .treemenu ul li .active {
    font-weight: bold;
}

#leftytop .treemenu ul li.active li {
	background: none;
}

#sub .treemenu ul li a:hover {
	color: #009949;
}

#sub .treemenu ul li.active a {
	color: #009949;
	font-weight: bold;
}

#sub .treemenu ul ul {
	display: none;
	font-weight: normal;
	padding: 15px 0;
	border-top: 1px solid #D6D6D6;
}

#sub .treemenu ul li.active ul {
	display: block;
}

#sub .treemenu ul li.active ul li {
	border: none; 
}

#sub .treemenu ul li ul li a {
	border: none;
	background: none;
}

#sub .treemenu ul li.active ul li a {
	padding: 5px 0 5px 15px;
	background: none;
	color: #424242;
	font-size: 17px;
	font-weight: normal;
}

#sub .treemenu ul li ul li a:hover {
	color: #009949;
}

#sub .treemenu ul li ul li.active > a {
	color: #009949;
	font-weight: bold;
}

#sub .treemenu ul li.active ul ul {
	display: none;
}

#sub .treemenu ul li.active ul li.active ul {
	display: block;
	margin: 5px 0 10px 0;
	padding: 5px 5px 5px 0;
	background-color: #fff;
}

#sub .treemenu ul li.active ul ul li a {
	padding-left: 30px;
	font-weight: normal;
}

#sub .treemenu ul li.active ul ul li a:hover {
	color: #009949;
}

#sub .treemenu ul li.active ul ul li a.active {
	color: #009949;
	font-weight: bold;
}

/****** End Left Menu **************/

/************CSS for grey table *************************/

.grey_table {
	width: 100%;
	-moz-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	border-radius: 5px ;
	border-collapse: separate ;
	border: 0px solid #ccc;
	padding: 5px ;
	background-color: #D8D8D8;
}

.grey_table th {
	background-color: #D8D8D8 ;
	border: 0 ;
	margin: 0;
	padding: 0 0 2px 8px ;
	color: #333333 ;
	font-size: 12px;
}
.grey_table td {
	background-color: #fff;
	border: 1px solid #D8D8D8;
	border-top: 1px solid #fff;
	padding: 8px;
}

.grey_table tr:hover td {
	background-color: #f5f5f5;
}

/************end css********************************/

a.green-hover {
	display: block;
	position: relative;
}

a.green-hover:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,153,73,0.4);
	opacity: 0;
}

a.green-hover:hover:before {
	opacity: 1;
}


/****** News **********************/

.news {
	font-family: 'Roboto Condensed', Arial;
	font-size: 17px;
	line-height: 24px;
	color: #4F4F4E;
	text-align: left;
}

.news_nopager .linktofull,
.news_nopager .pager,
.news_nopager .delimiter,
.news_nopager img,
.newsitem .category {
	display: none;
}

.news .feedtitle {
	font-size: 34px;
	line-height: 42px;
	margin: 15px 0;
	font-weight: bold;
	color: #009949;
}


.news ul {
	padding: 0;
}

.newsbody ul {
	display: inline-block;
}

.news li { 
	list-style:none; 
	padding: 10px 0px; 
	height:auto;
}

.newsbody li {
	padding-top: 0; 
	padding-bottom: 0;
}

.news li > .newsitem {
	padding: 20px 20px 10px 20px;
	border: 1px solid #CFCFCF;
	border-radius: 4px;
}

.news li.odd > .newsitem {
	background-color: #F2F2F2;
} 


.newsitem .firstimg {
	max-width: 25%;
	display: inline-block;
	float: left;
	margin: 0 30px 30px 0; 
}

.newsitem .fulltext .firstimg {
	max-width: 60%;
	margin: 10px auto 20px auto;
	float: none;
	clear: both;
}

.newsitem .subject {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 5px;
}

.newsitem .subject,
.newsitem .subject a,
.newsitem .subject a:visited {
	color: #424242;
	text-align:left;
	text-decoration: none;
}

.newsitem .subject a:hover {
	color: #009949;
	text-decoration: underline;
}

.newsitem .fulltext .subject {
	margin-bottom: 20px;
}

.newsitem .date {
	font-size: 18px;
	color: #999999;
	margin-bottom: 20px;
}

.newsitem .date:before {
	content: "NEWS / ";
}

.etairika .newsitem .date:before {
	content: "ΕΤΑΙΡΙΚΑ / ";
}

.deltia .newsitem .date:before {
	content: "ΔΕΛΤΙΑ ΤΥΠΟΥ / ";
}

.exelixeis .newsitem .date:before {
	content: "ΦΑΡΜΑΚΕΥΤΙΚΕΣ ΕΞΕΛΙΞΕΙΣ / ";
}

.mme .newsitem .date:before {
	content: "Μ.Μ.Ε. & ΠΡΟ.ΣΥ.Φ.Α.Π.Ε. / ";
}

.draseis-gp .newsitem .date:before {
	content: "ΔΡΑΣΕΙΣ ΔΙΚΤΥΟΥ GP / ";
}

.alla-news .newsitem .date:before {
	content: "ΑΛΛΕΣ ΑΝΑΚΟΙΝΩΣΕΙΣ / ";
}

.new-products .newsitem .date:before {
	content: "ΝΕΑ ΠΡΟΪΟΝΤΑ / ";
}

.pubs .newsitem .date:before {
	content: "PUBLICATIONS / ";
}

.news .authors,
.news .keywords {
	padding-top: 10px;
	font-size: 16px;
}

.news .authors label,
.news .keywords label {
	color: #8c8b8b !important;
	font-size: 16px !important;
	font-weight: 500 !important;
}

.news .authors a:after,
.news .keywords a:after {
	content: ", ";
}

.news .authors a:last-child:after,
.news .keywords a:last-child:after {
	content: "";
}

.news .info {
	margin-top: -20px;
	padding: 0 0 20px 0 ;
	color: #009949;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
}

.newsitem p {
	float: none;
}


.news .image {
	float: left;
}

.news .avideo {
	max-width: 300px;
}

.news .firstimg iframe {
	max-width: 300px;
	max-height: 260px;
}

.news .fulltext .firstimg iframe,
.news .aphoto iframe {
	max-width: 800px;
	max-height: 560px;
}

.news .caption {
	text-align: center;
	margin-bottom: 5px;
	font-size: 18px;
}

.newsitem .linktofull a {
	display: inline-block;
	margin: 15px 0 -30px 0;
	padding: 2px 30px 0 30px;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	font-weight: 500;
	background-color: #009949;
	text-decoration: none;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    border-radius: 22px;
}

.newsitem .linktofull a:hover {
	color: #fff;
	background-color: #018B43;
	text-decoration: none;
}


.newsitem .newsabstract { 
	font-size: 18px;
	line-height: 28px;
}

.newsitem .newsabstract a {
	color: #424242;
}

.newsitem .newsabstract a:hover {
	text-decoration: none;
}

.newsback a,
.newsback a:visited {
	display: inline-block;
	margin: 25px 0 30px 0;
	padding: 2px 20px 0 20px;
	color: #fff;
	font-size: 18px;
	line-height: 38px;
	font-weight: 500;
	background-color: #009949;
	text-decoration: none;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    border-radius: 22px;
}

.newsback a:before {
	display: inline-block;
	content: '';
	width: 17px;
	height: 10px;
	margin-right: 8px;
	background-image: url(../../images/theme/arrow-left-white.svg);
	background-size: 17px 10px;
}

.newsback a:hover {
	color: #fff;
	background-color: #018B43;
	text-decoration: none;
}

.newsbody {
	font-size: 18px;
	line-height: 28px;
}

.news .comment_numb {
	height:18px;
	background:transparent url(../../images/comment.png) no-repeat scroll 0 6px;
	padding:3px 20px 0px 20px;
	margin-top:10px;
	background-position:0 8px;
}

.firstpage .pager {
	display: none;
}

.news .pager {
	font-size: 18px;
}

.news .pager .pager_pagecount a {
	display: inline-block;
	padding: 3px 9px;
	margin: 0 2px;
	background-color: #F2F2F2;
	border-radius: 2px;
}

.news .pager .pager_pagecount a:hover {
	background-color: #ebeaea;
}

.news .pager .pager_pagecount a.currentpage {
	color: #fff;
	background-color: #009949;
}

/* Firstpage News */


.news.firstpage .feedtitle {
	margin-top: 20px;
	padding-bottom: 15px;
	font-size: 36px;
	font-weight: normal;
	color: #7498CE;
	text-align: left;
}

.news.firstpage ul.firstpagelist > li {
	display: block;
	width: 33%;
	min-height: 360px;
	float: left;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
} 

.news.firstpage .newsitem {
	position: relative;
}

.news.firstpage .newsitem .firstimg {
	
}

.news.firstpage .firstimg {
	max-width: 100%;
	position: absolute;
	margin: 0;
	top: 0;
	z-index: 1;
}

.news.firstpage .firstimg:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height: 150px;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
}

.news.firstpage .firstimg:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height: 4px;
	width: 100%;
	background-color: #7498CE;
}

.news.firstpage .date {
	position: absolute;
	padding: 0 20px;
	top: 230px;
	color: #343434;
	z-index: 2;
}

.news.firstpage .subject {
	position: absolute;
	top: 260px;
	padding: 0 20px;
	z-index: 2;
}

.news.firstpage .subject a {
	font-size: 20px;
	font-weight: normal;
	color: #343434;
}

.news.firstpage .subject a:hover {
	color: #7498CE;;
	text-decoration: none;
}

.news.firstpage .subject a:after {
	
}

.news.firstpage .newsabstract {
	color: #fff;
	opacity: 0.8;
	font-weight: normal;
}

.news.firstpage .newsitem .linktofull:after {
	display: none;
}

.news.firstpage .linktofull a {
	display: inline-block;
	width: 36px;
	height: 25px;
	color: transparent;
	background-image: url(../../images/site/read_more.svg);
	background-size: 36px 25px;	
}

@media (max-width: 992px) {
	.news.firstpage ul.firstpagelist > li {
		width: 100%;
	}

	.news.firstpage .firstimg img {
		margin-right: 25px;
	}

	.news.firstpage .linktofull {
		clear: none;
	}
}

/********** End News ********************************/

/************** CSS for comments *******************************************/

.showcomments { clear:both; }

.comments .makecomment { 
	clear:both;
	padding-top:10px;
	padding-left:30px;
}

.comments .makecomment label {margin-right:105px;font-size:12px;}

.comments .acomment{
	border-bottom:1px solid #F6F6F6;	
	clear:both; 
	width:90%; 
	padding-bottom:20px;
	padding-top:15px; 
	margin:0;
	display:inline-block;
	padding: 10px 0px 20px 35px;
}

.comments .acomment:hover {background-color:#f6f9fb;}

.comments .boldname { font-weight:bold; color:#416AA3;}

.comments .comment_date {
	color:#999999;
	font-size:0.85em;
}

.comments .comment_name { float:left;clear:left;width:180px;}

.comments .comment { 
	font-style: italic; 
	padding: 5px; 
	color:#666666;  
	display:block;
	float:left;
	padding-top:0px;
	width:330px;
}

.showlike, .showdislike { 
	clear:right;
	display:block;
	width:200px;
	margin-left:180px;
}

.commentbuttons {
	margin-left:180px;
	display:inline-block;
	clear:both;
	float:left;
	width:100%}

.likelink, .dislikelink, .deletelink { float:left; }

.likelink a, .dislikelink  a, .deletelink a{ 
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-attachment:scroll;
	background-color:#F6F6F6;
	border:1px solid #CCCCCC;
	padding:7px 7px 6px 7px;
	margin:10px 3px 0 0;
	display:block;
}

.likelink a span {
	background:transparent url(/images/like_link.png) no-repeat scroll 0 center;
	padding:4px 0px 0px 15px;
}

.dislikelink a span {
	background:transparent url(/images/dislike_link.png) no-repeat scroll 0 center;
	padding:0px 0px 0px 15px;
}

.deletelink a span {
	background:transparent url(/images/delete_grey.png) no-repeat scroll 0 center;
	padding:1px 0px 1px 20px;
}

.likelink a:hover ,  .dislikelink a:hover, .deletelink a:hover  { background-color:#e7f1fb; }

.comments  h4 {
	color:#666666;
	font-size:12px;
	margin: 10px 0px 0px 10px;
	padding: 12px 0px 12px 0px;
}

.comments label {
	color:#416AA3;
	float:left;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	
}
.comments td {vertical-align:top;}

.comments .mandatory { color:red; }

.comments input, .comments textarea{
	font-size:11px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	width:100%;
	border: 1px solid #CCCCCC;
	]width:300px;
}

.comments .comment_login p{ 
	]margin-bottom:-10px;
}

.comments .comment_login label{ width:23%; }

.comments .comment_login input{ width:50%; }

.comments .comment_login button{ 
	border: 1px solid #c6d880;
	background:transparent;
	border:1px solid #CCCCCC;
	color:#15428B;
	cursor:pointer;
	display:block;
	height:30px;
	margin-bottom:10px;
	margin-left: 400px;
	padding: 5px 15px;
	width:138px
}
.comments .comment_login button:hover { background-color: #e6efc2;}

.comments .forminput {clear:both;}

.comments .makecomment .submit_button { 
	margin-top: 5px;
    width: 312px;
    //width: 352px;
    width: 303px\0/;
}

.comments .makecomment .submit_button .submit_comment { 
	float: right;
}

.comments hr {
	color:#c1c8ce;
	border: 0;
	background-color: #c1c8ce;
	height: 1px;
	text-align: left;
	margin:10px 0px;
	width:50%;
	display:none;
}

.comments .users_like, .comments .users_dislike{
	font-size: 11px;
	color: #15428B;
	padding:10px;
	margin: 5px 0px;
	border: 1px solid #C4C4C2;
	background-color:#F2F2F1;
	margin-left:180px;
	width:320px;
}

.comments .order_buttons {
	clear:both;
	height:50px;
	padding-left:25px;
}

.comments .order_buttons p { float:left; padding-right:60px; margin-left:10px;}

.comments .order_buttons a { 
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	display:block;
	line-height:28px;
	padding-left: 18px;
	background: transparent url(../../images/inact_left.gif) no-repeat scroll top left;
	width:60px;
	text-align:center;
	text-decoration:none;
}

.comments .order_buttons a span { 
	display:block;
	line-height:28px;
	background: transparent url(../../images/inact_right.gif) no-repeat scroll top right;
	padding-right: 10px;
}

.comments .order_buttons a span span{ 
	display:block;
	line-height:28px;
	background: transparent url(../../images/inact_slice.gif) repeat;
}

.comments .order_buttons .order_like { background: url(/images/inact_left_like.gif) no-repeat 0 0; padding-left:28px;}

.comments .order_buttons .order_date { background: url(/images/inact_left_date.gif) no-repeat 0 0; padding-left:28px;}

.comments .order_buttons .order_like.active { background: url(/images/act_left_like.gif) no-repeat 0 0; padding-left:28px;}

.comments .order_buttons .order_date.active { background: url(/images/act_left_date.gif) no-repeat 0 0; padding-left:28px;}

.comments .order_buttons a.active span { background: transparent url(../../images/act_right.gif) no-repeat scroll top right;}

.comments .order_buttons a.active span span{ 	background: transparent url(../../images/act_slice.gif) repeat;}


/************** End of CSS for comments ************************************/


/********* Gallery ********************************/

.gallery { 
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px;
	font-family: 'Roboto Condensed', Arial; 
}

ul.gallery {
	display: inline-block;
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.gallery .gallery_keywords { 
	font-size:11px; 
	text-align:center;
}

.gallery .aphoto {
    background-color: #FFFFFF;
    border:1px solid #E6E6E6;
    float: left;
    font-size: 11px;
    margin: 0 0px 10px 0;
    padding: 9px 9px 4px 9px;
     -moz-box-shadow: 3px 3px 5px #ccc;
	 -webkit-box-shadow: 3px 3px 5px #ccc;
	 box-shadow: 3px 3px 5px #ccc;
}

.gallery .aphoto:hover {
    border:1px solid #BBBBBB;
}

ul.gallery .lezanta {
	width: 150px;
	color: #03A7DA;
	text-align: left;
	font-size: 11px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.gallery .aphoto a:hover {
	text-decoration: none;
}

ul.gallery img {
    border: none;
	padding-bottom: 5px;
}

ul.gallery li {
	float: left;
    padding: 10px;
    max-width: 20%;
}

#slideshow { text-align: center;  }

#slideshow-container {
        position: relative;
        clear: both;
        height: 350px;
}

#slideshow span.image-wrapper {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
}

#slideshow a.advance-link {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
}

#slideshow a:hover {  text-decoration: none;  }
#slideshow img {  border: 10px solid #f3f3f3;  }

#thumbs {
        margin: 5px 0 0 0;
        text-align: center;
}


/********* End Gallery ****************************/

/********* Διαγωνισμός Ζωγραφικής *****************/

.diagonismos > div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.diagonismos ul.gallery {
	columns: 5 240px;
	column-gap: .5rem;
	width: 100%;
	margin: 0 auto;
}

.diagonismos ul.gallery:hover .photogroup {
	/*filter: grayscale(100%);*/
}

.diagonismos ul.gallery li {
	width: 240px;
	max-width: 100%;
    margin: 0 .8rem .8rem 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    transition: all .25s ease-in-out;
}

.diagonismos .gallery .aphoto {
	background-color: #F0DDAF;
    border: 2px solid #7B7777;
    float: none;
    margin: 0;
    padding: 10px;
    transition: all .5s ease;
}

.diagonismos .gallery .aphoto:hover {
	transform: scale(1.1);
}

.diagonismos ul.gallery li .photogroup {
	width: 100%;
    border-radius: 5px;
    transition: all .25s ease-in-out;
}

.diagonismos ul.gallery img {
	max-width: 100%;
}

.diagonismos ul.gallery li .photogroup:hover {
	/*filter: grayscale(0%);*/
}

/********* Document Viewer ************************/

.docviewer { 
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px;
}

.docviewer .zoomicon {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/flipbook/flipzoom.png) no-repeat scroll center;
	bottom:8px;
	display:block;
	height:55px;
	position:absolute;
	right:10px;
	width:58px;
}

.docviewer .docthumb p {
	background-color:#F3F3F3;
	background-image:none;
	display:inline-block;
	padding:10px;
	position:relative;
	text-align:center;
	color: #1b5b94;
	font-weight: bold;
}

/********* End Document Viewer ********************/

.ruler {
	display: block; 
	height: 4px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #e6e6e6;
}

.separator {
    border-top: 4px solid #ECECEC;
    margin: 10px 0;
    height: 1px;
}

.separator_strong {
    border-top: 3px solid #d5d7d6;
    margin-top: 8px;
    height: 6px;
}

.contactform form {
	width: 500px;
        padding-top: 5px;
        padding-left: 20px;
}

.admin div.submit {
        text-align: left;
        padding-left: 260px;
}

.contactform button span {
	padding: 0 10px 0 10px; 
	background: none;
	border: none;
}

.contactform label {
        font-weight: normal;
        float: left;
        width: 180px;
        text-align: right;
        padding-right: 10px;
        color: #333333;
        font-size: 13px;
        line-height: 30px;
}


.contactform input {
    border: none;
	background: #e4e3eb url(../../images/default/input_box.png) top left no-repeat;
	width: 229px;
	line-height: 30px;
	height: 30px;
	padding: 0 5px;
	_width: 239px;
	font-size: 13px;
}

.contactform input[type="checkbox"],
.contactform input[type="radio"],
.contactform input[type="checkbox"]:focus,
.contactform input[type="radio"]:focus,
.contactform input[type="checkbox"]:active,
.contactform input[type="radio"]:active {
        display: inline-block;
        margin-top: auto;
        margin-bottom: auto;
        width: auto;
        border: 0;
        background: transparent;
        text-align: left;
        outline-width: 0px;
}

.contactform p {
	margin: 6px 0 6px 0;
	text-align: right;
}

.contactform p.message {
        margin: 15px 0;
        text-align: left;
         color: #333333;
        font-size: 13px;
}

.contactform textarea,
.contactform textarea {
        width: 300px;
        height: 150px;
        border: 1px solid #a7a6aa;
        padding-left: 5px;
}
.contactform input:focus,
.contactform textarea:focus {
        background-color: #2A75B3;
        border: 1px solid #2A75B3;
        margin-top: -2px;
        margin-left: -2px;
}

.contactform a {
        display: block;
        padding-left: 10px;
}

.contactform button {
	color: #ffffff;
	background: transparent url(../../images/default/form_button.png) no-repeat scroll top left;
	cursor:pointer;
	width: 107px;
	height: 30px;
	border: 0;
	font-size: 14px;
}

.registerform {
	margin-top:10px;
}
.registerform form {
	width: auto;
	padding: 0 15px;
}

.registerform label {
	width: 220px;
}

.registerform p {
	padding-right: 150px;
}

.statuscont span {
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 12pt;
	line-height: 18pt;
	font-weight: bold;
	padding: 15px 10px; 
	text-align: left;
}

.registerform .values_td { 
	margin-left: 10px;
}

.registerform .users {
	border:none;
}

.registerform .users .newtabs .subscripttable .delete, 
.registerform .users .newtabs .subscripttable .payall {
	display: block;
}
.registerform .users .formtable .select_box_pay { margin-left: 10px; }
.registerform .users .formtable th {
	border-top: 1px solid #cccccc;
	background:0;
	background-color: #F7F7F7;
}

.registerform .users .newtabs .subscripttable tr {
	font-size:11px;
}
.messages {
	color: red;
	float: right;
}

fieldset.highlight {
	background-color: #e9f0fb;
}

.messagebox {
	width: auto;
	margin: 0 0 10px 0;
	padding: 7px;
	border: 1px solid #ffcc00;
	background-color: #ffffcc;
	min-height: 48px;
	font-size: 12px;
	_width: 100%;
	_height: auto;
	_height: 62px;
}

.messagebox.error {
	background: #ffffcc url(../../images/icon_critalert.gif) 20px 14px no-repeat;
	padding-left: 80px;
	color: #c60000;
}

.messagebox.ok {
    background: #ffffcc url(../../images/icon_ok.png) 20px 10px no-repeat;
    padding-left: 80px;
}

.messagebox.info {
    background: #ffffcc url(../../images/icon_info.png) 20px 10px no-repeat;
    padding-left: 80px;
}

.alert,
.error {
	margin: 20px 0;
	padding: 20px; 
	font-family: 'Roboto Condensed', Helvetica, Arial;
	font-size: 17px;
	font-weight: normal;
	border: 1px solid #fcdbd9;
	background-color: #fef0ef;
	border-radius: 3px;
}

a.backbutton {
    display: block;
    float: left;
    height: 24px;
    padding-right: 15px;
    background: transparent url(../../images/default/backbutton_right.png) no-repeat scroll top right;
    color: white;
	font-size: 10px;
	font-weight: bold;
}

a.backbutton span {
    background: url(../../images/default/backbutton_left.png) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 25px;
	color: white;
}

a.backbutton:hover {
        color: white;
}

a.linkto {
	display: inline-block;
	padding-left: 15px;
	background: url(../../images/default/square_arrow_blue.png) left 2px no-repeat;
	background: url(../../images/default/square_arrow_blue.png) left 4px no-repeat\9;
}

a:hover.linkto { color: #e85700;}


/******* Sitemap ************/

.sitemap {
	margin-top: 5px;
	width: 100%;
	display: block;
	position: relative;
	font-family: 'Roboto Condensed', Arial;
	font-size: 15px;
	text-align: left;
}

.sitemap h1 {
	font-size: 28px;
	margin-bottom: 25px; 
	font-weight: normal;
}

.sitemap ul {
	margin: 10px 0 40px 0;
	padding: 0;
	list-style: none;
	float: left;
}

.sitemap > ul {
	width: 100%;
}

.sitemap > ul > li > ul {
	margin-bottom: 5px;
	margin-left: 10px;
	width: 100%;
}


.sitemap ul li {
	float:left;
	width: 280px;
	display: block;
}

.sitemap > ul > li:first-child {

}

.sitemap > ul > li:first-child a {

}

.sitemap ul li a {
	color: #333333;
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin: 0 10px 2px 0;
    padding: 5px 10px;
    text-decoration: none;
}

.sitemap ul > li > a {
	padding: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
    background-color: #009949;
    border-radius: 3px;
}

.sitemap ul li a:hover { 
	text-decoration: none;
	background-color: #018B43;
}

.sitemap ul ul {
	padding-left: 0;
}

.sitemap ul ul li > a:hover {
	background-color: #ECECEC;
}

.sitemap ul ul li {
	width: 200px; 
	float: none;
}

.sitemap ul ul li a {
	display: inline-block;
	padding: 5px 10px;
	margin-left: 0;
	color: #434445;
	font-size: 18px;
	font-weight: 500;
	background-color: transparent;
}

.sitemap ul ul ul {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 10px;
}

.sitemap ul ul ul li a {
	color: #818181;
	font-weight: 400;
	padding: 5px 10px;
}

.sitemap ul ul ul ul {
	display: none;
}

/****** End Sitemap **************/

/****** Catalog Tree *************/

.catalog_tree {
	margin-top: 5px;
   font-size: 14px;
}

.catalog_tree ul {
        margin: 0;
        padding: 0;
        margin-left: 15px;
        margin-bottom: 10px;
        list-style: none;
}

.catalog_tree ul ul {
        margin-bottom: 5px;
        margin-left: 20px;
}

.catalog_tree ul li {
        padding: 5px 15px;
        font-weight: bold;
        background: url(../../images/default/bullet.png) no-repeat 0px 10px;
}

.catalog_tree ul ul li {
	font-weight: normal;
}


/******* End Catalog Tree ********/

/****** CSS for showcatalog ******/

.showcatalog h1 {
	font-family: 'Roboto Condensed', Helvetica, Arial;
	font-size: 32px;
	font-weight: bold;
	color: #009949;
}

.showcatalog .formedit {
	border: 0;
}

.showcatalog .subcategory {
	float: left;
    text-align: left;
}

.showcatalog .subcategory p a {
	display: block;
	width: 270px;
	font-family: 'Roboto Condensed', Helvetica, Arial;
	margin: 0 10px 2px 0;
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	background-color: #009949;
	border-radius: 3px;
}

.showcatalog .subcategory p a:hover {
	background-color: #018B43;
}

.showcatalog .show_details {
	clear: both;
	padding: 10px 0px;
}

.showcatalog .show_details .label_td, .showcatalog .show_details .values_td {
	float: left;
	margin: 5px;
}

.showcatalog .show_details .label_td {
	font-weight: bold;
}

.showcatalog .back_link {
	float: left;
	clear: both;
	margin:5px;
}

.showcatalog .grey {
	color:#b3b3b3;
}

.showcatalog ul.item_group {
	
	
}

.showcatalog ul.item_group li {
	background-color: #dde9f7;
	width: 176px;
	height: 100px;
	padding: 12px;
	border: 0;
	margin: 10px;
	float: left;
}

.showcatalog ul.item_group li .code {
	display: none;
}

.showcatalog ul.item_group li .name a {
	color: #494e4a;
	font-weight: bold;
}

.showcatalog ul.item_group li .name a:hover {
	color: #A32467;
	text-decoration: none;
}

.showcatalog ul.item_group li .description a {
	color: #494e4a;
}

.showcatalog ul.item_group li .description a:hover {
	color: #494e4a;
	text-decoration: none;
}

.showcatalog ul.item_group li .price {
	color: #A32467;
    display: block;
    font-weight: bold;
    text-align: right;
    width: 100%;
}

.showcatalog .next_prev_links {
	float: left;
	clear: both;
	margin: 20px 5px 5px 5px;
}

.showcatalog .next_prev_links .link {
	float: left;
	margin-right: 30px;
}

/**** end of CSS for showcatalog ****/

***/

/******** Files **************/

.files_div {
        padding: 5px;
        background-color: #eef7fb;
        border: 1px solid #cccccc;
}

.files_div h4 {
        display: none;
}

.files_div ul li {
        list-style-type: none;
        margin-bottom: 10px;
}

.files_div label {
        display: block;
        width: 200px;
}

.files_div input {
        width: 300px;
}
/******** End Files **********/

/******** Iconize ************/

.iconize a[href$='.doc'], .iconize a[href$='.rtf'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_doc.gif) no-repeat center left;
}

.iconize a[href$='.txt'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_txt.gif) no-repeat center left;
}

.iconize a[href$='.xls'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_xls.gif) no-repeat center left;
}

.iconize a[href$='.rss'], .iconize a[href$='.atom'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_feed.gif) no-repeat center left;
}

.iconize a[href$='.opml'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_opml.gif) no-repeat center left;
}

.iconize a[href$='.phps'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_phps.gif) no-repeat center left;
}

.iconize a[href$='.phps'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_phps.gif) no-repeat center left;
}

.iconize a[href$='.torrent'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_torrent.gif) no-repeat center left;
}

.iconize a[href$='.vcard'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_vcard.gif) no-repeat center left;
}

.iconize a[href$='.exe'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_exe.gif) no-repeat center left;
}

.iconize a[href$='.dmg'], .iconize a[href$='.app'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_dmg.gif) no-repeat center left;
}

.iconize a[href$='.pps'], .iconize a[href$='.ppt'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_pps.gif) no-repeat center left;
}

.iconize a[href$='.pdf'], .iconize a[href$='.PDF'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_pdf.gif) no-repeat center left;
}

.iconize a[href$='.xpi'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_plugin.gif) no-repeat center left;
}

.iconize a[href$='.fla'], .iconize a[href$='.swf'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_flash.gif) no-repeat center left;
}

.iconize a[href$='.zip'], .iconize a[href$='.rar'], .iconize a[href$='.gzip'], .iconize a[href$='.bzip'], .iconize a[href$='.ace'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_archive.gif) no-repeat center left;
}

.iconize a[href$='.ical'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_ical.gif) no-repeat center left;
}

.iconize a[href$='.css'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_css.gif) no-repeat center left;
}

.iconize a[href$='.ttf'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_ttf.gif) no-repeat center left;
}

.iconize a[href$='.jpg'], .iconize a[href$='.gif'], .iconize a[href$='.png'], .iconize a[href$='.bmp'], .iconize a[href$='.jpeg'], .iconize a[href$='.svg'], .iconize a[href$='.eps'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_pic.gif) no-repeat center left;
}

.iconize a[href$='.mov'], .iconize a[href$='.wmv'], .iconize a[href$='.mp4'], .iconize a[href$='.avi'], .iconize a[href$='.mpg'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_film.gif) no-repeat center left;
}

.iconize a[href$='.mp3'], .iconize a[href$='.wav'], .iconize a[href$='.ogg'], .iconize a[href$='.wma'], .iconize a[href$='.m4a'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_music.gif) no-repeat center left;
}

/********* End Iconize ********************************/

/********* Tags Cloud ********************************/

.tagscloud ul {
        list-style-type: none;
        margin: 0;
        padding: 5px 10px;
}

.tagscloud ul li {
        display: inline;
        margin-right: 15px;
        line-height: 2em;
}

.tagscloud ul li a {
        display: inline;
}

.tagscloud ul li a.rate-10 {
        font-size: 110%;
}

.tagscloud ul li a.rate-20 {
        font-size: 120%;
}

.tagscloud ul li a.rate-30 {
        font-size: 130%;
}

.tagscloud ul li a.rate-40 {
        font-size: 140%;
}

.tagscloud ul li a.rate-50 {
        font-size: 150%;
}

.tagscloud ul li a.rate-60 {
        font-size: 160%;
}

.tagscloud ul li a.rate-70 {
        font-size: 170%;
}

.tagscloud ul li a.rate-80 {
        font-size: 180%;
}

.tagscloud ul li a.rate-90 {
        font-size: 190%;
}

/********* End Tags Cloud ***************************/

/********* Tags Table ********************************/

.tagstable table {
	border: 1px solid #cccccc;
	border-right:1px solid #cccccc; 
	border-bottom:none;
	width:97%;
	border-top:0;
	margin:15px 14px 30px 14px;
	margin-top:15px;
}

.tagstable tr {
	border:0;
	height:10px;
	background:0;
	font-size:12px;
}

.tagstable th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background:transparent url(../../images/ecampaign/Th0Slice.gif) top left;
	padding:3px;
	text-align:center;
}


.tagstable td.trow_even, .tagstable td.trow_odd {
	border:none; 
	border-bottom: 1px solid #cccccc;
	padding:4px;
	padding-left:5px;
	text-align:center;
}

.tagstable td.trow_even {
	border-right: 1px solid #cccccc;
	background:#f7f7f7;
}

.tagstable td.trow_odd {
	border-right: 1px solid #cccccc;
	background:#ffffff;
}

.tagstable th.tag_col, .tagstable td.tag_col {
	padding-left: 25px;
    text-align: left;
    width: 450px;
}

/********* End Tags Table ***************************/

/************** CSS for forms ***********************/

.showform { 
	position:relative;
	font-family: 'Roboto Condensed', Arial;
	font-size: 17px;
}

.showform.hidden {
	display: none;
}

.showform .formtitle {
	padding: 20px 0;
	font-family: 'Roboto Condensed', Arial;
	font-size: 28px;
	font-weight: bold;
	color: #009949;
}

.showform.notitle .formtitle {
	padding: 10px 0 30px 0;
	font-size: 28px;
	font-weight: 500;
	color: #009949;
}

.showform form { 
	margin-bottom:30px;
	font-size:16px;
}
.showform label {
	font-weight: 500;
	font-size: 19px;
	width: 100%;
}
.showform ul { list-style: none; padding:0px;}

.showform li {
	border: none;
	text-align: left;
	margin:0px;
	padding:0px;
	margin-bottom: 10px;
}

.showform .table_showform {
	width:100%;
	clear:both;
}
.showform .table_showform input, .showform .table_showform select{ font-size: 16px; }

.showform .label_td {	
	min-width:30%;
	text-align: left;
	float:left;
}
.showform .values_td {	
	vertical-align:top;
	text-align: left;
	float:left;
}

.showform .check_psw {clear: left; padding-top:15px;}

.showform .comment_td {	
	text-align: left;
	padding:5px;
	padding-bottom:0px;
	font-size:11px;
	font-style:italic;
}

.showform .fieldset {
	padding: 10px 20px;
	margin: 20px 0px;
	background-color: #F2F2F2; 
}

.showform .fieldsection {
	border:none;
	margin: 10px 0 20px 0;
	padding: 10px 20px;
	background-color: #fff;
}

.showform .fieldsection label {
	font-size: 24px;
	font-weight: bold;
	color:#009949;
	text-align: left;
}

.showform .ui-datepicker-trigger, .returnForm .ui-datepicker-trigger {
	margin-bottom:-3px;
	margin-left:5px;
}
.showform span.required, .returnForm span.required {
	color:#BA0000;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	height:16px;
	padding-left:2px;
}

.showform  .field_error{ border: 2px solid #fc0505; }

.showform  .error{
	color: #fc0505;
	padding: 3px 8px;
	font-size:16px;
}

.showform .errormessage  { width: 480px; z-index:1;}
.showform {position:relative;}
.showform .savemessage {
	text-align:center;
	padding:5px;
	padding-top:10px;
	margin-bottom:5px;
	background-color:#ECFADC;
	border:1px solid #ADB3A6;
	font-weight:bold;
	width:98%;
	position:absolute;
	top: 0px;
	z-index:201;
}

.showform .small_upload .filesUploaded { background-color:#ffffff; }
.showform .save .span2 {background: transparent url(../../images/icons/save.gif) no-repeat scroll top left; padding:0px 0px 5px 23px; }
.showform .submit_button, .previewform .demo_button {
	padding:5px 10px;
	margin-top:0px;
	cursor:pointer;
}

#popup_container #content .previewform { text-align:left; }
.showform a.goprev, .showform a.gonext, 
#popup_container #content .previewform a.goprev, #popup_container #content .previewform a.gonext {
	color:#206BAE;
	text-decoration:none;
	font-size:12px;
	text-align:left;
}

.showform .ui-tabs { width: auto; }

.showform .ui-widget-content { background-color: #ffffff; }

/************** end of CSS for forms ****************/

/************** CSS for sharing bar *****************/

.showbar { border-bottom: 1px solid #C8C8BF; }

.showbar .clearfix {height:0px;}

.showbar ul.barbuttons { list-style: none;float: right; }

.showbar ul.barbuttons li {
	float: left;
	height:20px;
	padding: 0 10px;
	width:auto;
	border-right: 1px solid #C8C8BF;
}

.showbar ul.barbuttons li.addthis_bar { border:none;}

.changeme { font-size: 1.66em;}

.showbar ul.barbuttons li a {
	float: left;
	display:block; 
}

.showbar ul.barbuttons li a.print, .showbar ul.barbuttons li a.email { 
	height:10px;
	margin: 4px 0 0 0;
	width:10px;
}

.showbar ul.barbuttons li a.font-decrease, .showbar ul.barbuttons li a.font-increase, .showbar ul.barbuttons li a.font-reset  {
	height:7px;
	margin: 6px 5px 0 0;
	width:13px;
}

.showbar ul.barbuttons li a em {display:none;}

.showbar ul.barbuttons li a.print { background:transparent url(/images/sharingbar/icon_print.gif) no-repeat scroll 0 0;}

.showbar ul.barbuttons li a.email {background:transparent url(/images/sharingbar/icon_email.gif) no-repeat scroll 0 0; margin-top:5px;}

.showbar ul.barbuttons li a.font-decrease {background:transparent url(/images/sharingbar/icon_font_decrease.gif) no-repeat scroll 0 0;}

.showbar ul.barbuttons li a.font-increase {background:transparent url(/images/sharingbar/icon_font_increase.gif) no-repeat scroll 0 0;}

.showbar ul.barbuttons li a.font-reset {background:transparent url(/images/sharingbar/icon_font_reset.gif) no-repeat scroll 0 0; margin-right:0}

.link_form { 
	padding: 0px 20px;
	//padding:0px; margin-left:-20px;
}

.link_form .showform {margin-top:25px;}

.link_form h1 { display:none; }

.link_form .label_td { width:47%; }

.link_form label, .link_form input, .link_form select { font-size:110%; } 

.link_form .captcha_reload {
	clear:both;
	float:left;
	padding-left:20px;
}

.link_form img#captcha {
	width:150px;
	padding: 5px 5px 0 0;
	float:left;
}

.link_form .captcha_input { 
	margin: 40px 0 0 35px;
	]margin:12px;
}

.link_form .showform .submit_button { 
	float:right;
	margin-right: 18px;
}

.link_form .showform .savemessage {
	 width: 390px;
	 top: -30px;
	 left: 0;
	 right: 10px;
	 padding: 5px 0px;
}

.addtofavorite span {
	cursor: pointer;
	background:transparent url(/images/sharingbar/favorites.png) no-repeat scroll 0 0;
	height: 15px;
	width: 15px;
	padding: 0 8px 4px 4px;
}

/************** end of CSS for sharing bar **********/

/************** CSS for searchview ******************/

.searchview {
	font-family: 'Roboto Condensed', Helvetica, Arial;
	font-size: 17px;
    font-weight: normal;
}

.searchview .results_count {
    margin-bottom: 10px;
}

.searchview .found_results {
	margin-bottom: 8px;
	font-family: arial,sans-serif;
	border-bottom: 1px dotted #CACACA;
    padding: 10px 0px;
}
.searchview .found_results span {
	font-size: medium;
	font-weight: bold;
}

.searchview .found_results a{
	font-size: 14px;
	margin: 10px 0 0px 0;
	color: #2200C1;
	font-weight: bold;
    margin: 0;
  	line-height: 1.2;
	text-decoration: underline;
	font-size: medium;
}

.searchview .found_results a:visited {
   // color: #551A8B;
}

.searchview .found_results .content_part {
	max-width: 42em;
	margin:0;
    font-size: small;
    
}

.searchview .found_results .page_link {
	color: #0E774A;
	margin:0;
    font-style: normal;
}

.searchview .newtabs .ui-corner-all  { 
	width: 99.6%;
}

/************** end of CSS for searchview ***********/

/************** CSS for poll ************************/

.poll .values_td input, .poll .values_td .input_option {
	float: left;
	margin: 5px;
}

.poll .values_td input {
	clear: left;
	margin-top: 7px;
}

.pollresults .field_title {
	padding: 30px 5px 10px 5px;
	font-size: 14px;
	color: #2A75B3;
	font-weight: bold;
	clear: both;
}

.pollresults .option_title {
	margin: 5px;
	font-weight: bold;
	float: left;
	clear: left;
}

.pollresults .total_votes {
	font-style: italic;
	margin: 5px;
}

.pollresults .option_perc {
	margin: 5px;
	float: left;
}

.pollresults .perc_bar {
    clear: both;
    display: block;
    float: left;
    height: 40px;
    border: 1px solid #cccccc;
}

.pollresults .colorbar1 { background-color: #d11f1f; }
.pollresults .colorbar2 { background-color: #837c78; }
.pollresults .colorbar3 { background-color: #160ba1; }
.pollresults .colorbar4 { background-color: #dee51d; }
.pollresults .colorbar5 { background-color: #8c08a0; }
.pollresults .colorbar6 { background-color: #e7631a; }
.pollresults .colorbar7 { background-color: #0ba147; }
.pollresults .colorbar8 { background-color: #11d5dc; }
.pollresults .colorbar9 { background-color: #e45b7f; }
.pollresults .colorbar10 { background-color: #e4ac5b; }

/************ end of CSS for poll ********************/

/************ CSS for forum **************************/

.news.forumlist {
	border: 1px solid #dde4eb;
	padding-left: 0;
	border-bottom: 0;
	font-size: 12px;
	margin-top: 15px;
}

.news.forumlist li {
	border-bottom: 1px solid #dde4eb;
	padding: 0px;
	margin: 0px;
}

.forumlist .subject, .forumlist .authors, .forumlist .comment_numb {
	float: left;
	border-right: 1px solid #dde4eb;
	margin: 0;
	font-size: 13px;
	width: 7%;
	padding: 20px 50px;
	text-align: center;
	height: 30px;
}

.forumlist .subject {	
	background-image: url("../../images/forum_entry.png");
    background-position: 15px center;
    width: 70%;
    padding: 20px 40px 25px 60px;
}

.forumlist .newsabstract, .forum .fulltext .newsabstract {	
	display:none;
}

.forumlist .subject a {	
	
	display: block;
	padding: 0px 0 0px 20px;
}

.forumlist .authors label, .forum .fulltext .authors label {
	display: none;
	padding-top: 0;
	padding-bottom: 0;
}

.forumlist .comment_numb {
	border-right: none;
	background: none;
}

.news.forumlist .delimiter, .forum .fulltext .delimiter {
	display: none;
}

.news.forumlist .admin_buttons {
	width: 79.2%;
	border-right: 1px solid #dde4eb;
	margin-top: 0;
	padding-bottom: 10px;
}

.forumlist .date,
.forumlist .linktofull { 
	display: none;
}

.forum .fulltext {
	font-size: 12px;
	margin-top: 20px;
	border: 1px solid #dde4eb;
	border-bottom: 0;
	background-color: #edf1f5;
}

.forum .fulltext .subject {
	float:left;
	clear: both;
	font-size: 18px;
	font-weight: bold;
	background: url("../../images/forumtable-head.gif") 18px center repeat-x;
    height: 34px;
    line-height: 34px;
    padding: 0px 5.2% 0px 2%;
    border-bottom: 1px solid #dde4eb;
    width: 93%;
    margin: 0;
    color: #dddddd;
}

.forum .fulltext .authors {
	float: left;
	clear: left;
	width: 160px;	
	margin: 0;
	padding: 8px 18px;
	height: 40px;
}

.forum .fulltext .date {
	float: left;
	display: block;
	border-left: 1px solid #dde4eb;
	padding: 0px 18px 0;
	background-color: #F1F1F1;
	width: 655px;
	margin: 0;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #dde4eb;
}

.forum .fulltext .newsbody {
	float: left;
	width: 663px;
    border-left: 1px solid #dde4eb;
    background-color: #F1F1F1;
    padding: 0px 18px 30px 10px;
}

.forum .fulltext .showcomments {
	border-top: 1px solid #00579c;
}

.forum .fulltext .showcomments h4.comment_number, .forum .fulltext .showcomments .order_buttons {
	display: none;
}

.forum .fulltext .comments .comment_date {
	background-color: #f1f1f1;
	font-size: 12px;
	color: #00579c;
	border-bottom: 1px dashed #dde4eb;
	border-left: 1px solid #dde4eb;
	line-height: 35px;
    margin-left: 196px;
    padding-left: 18px;
}

.forum .fulltext .comments .comment_name{
   	float: left;
	clear: left;
	width: 160px;	
	margin: 0;
	padding: 8px 18px;
	margin-top: -36px;
	height: 40px;
}

.forum .fulltext .comments .comment, .forum .fulltext .comments .commentbuttons {
    float: left;
	width: 655px;
    border-left: 1px solid #dde4eb;
    background-color: #ffffff;
    padding: 10px 18px 30px 18px;
}

.forum .fulltext .comments .commentbuttons {
     margin-left: 196px;
     padding-bottom: 30px;
}

.forum .fulltext .comments .acomment {
	border-bottom: 1px solid #dde4eb;   
    clear: both;  
    padding: 0;
    width: 100%;
}

.forum .fulltext .comments .showlike, .forum .fulltext .comments .showdislike,
.forum .fulltext .comments .users_like, .forum .fulltext .comments .users_dislike {
	margin: 0 0 0 196px ;
	background-color: #FFFFFF;
	border-left: 1px solid #dde4eb;
	padding-left: 18px;
    width: 673px;
    padding-right: 0;
}

.forum .fulltext .comments .acomment:hover {
	background-color: transparent;
}

.forum .fulltext .comments .makecomment {
	background-color: #ffffff;
	border-bottom: 1px solid #dde4eb;
	
}

.forum .fulltext .comments .makecomment td {
	font-size: 12px;
}

.forum .fulltext .comments .makecomment textarea {
	width: 620px;
	height: 200px;
}

.forum .fulltext .admin_buttons {
    margin-top: -25px;
    width: 160px;
    margin-left: 18px;
}

.forum .fulltext .pager {
	height: 33px;
	line-height: 33px;
	background: url("../../images/forumpager.gif") left center repeat-x;
	border-bottom: 1px solid #dde4eb;
}

.forum .fulltext .pager .pager_pagecount {
	text-align: left;
	padding-left: 18px;
}

.forum .fulltext .pager .pager_foundinfo {
	display: none;
}

.forum .comments .comment {
	font-style: inherit	
}

.forum .fulltext .comments .makecomment .submit_button {
    float: right;
    margin: 5px 37px 0 0;
}

.forum .fulltext .comments h4 {
	font-size: 13px;
    margin-left: 14px;
}

.forum .fulltext .comments .comment_login input {
	width: 285px;
}

.forum .fulltext .comments .comment_login {
	border-bottom: 1px solid #dde4eb;
	padding-bottom: 30px;
}

/************ end of CSS for forum ******************/


/******************** CSS for cart ******************/

.showcatalog .add_to_cart {
	float: right;
}

.cart {
	float: left;
	width: 100%;
}

.cart fieldset {
	float: right;
	background-color: #F3F2F2;
    padding: 10px 3px 3px 10px;
	margin: 0;
	border: none;
	border-radius: 2px 2px 0 2px;
}

.cart .cart-table-wrapper {
	float: right;
	background: url("../../images/eshop/cart-shadow.png") right bottom no-repeat;
    padding: 0 7px 7px 0;
}

.cart table {
	display: block;
    padding: 0;
	border: none;
	font-size: 12px;
}

.cart table tbody { 
	float:left;
	width: 100%;
	background-color: #fff;   
}

.cart table tr {  
	width: 100%;
	float:left;
	
}
  
.cart table td ,
.cart table th {
	float:left;
	padding: 5px;
	background-color: #fff;
	color: #333333;
	word-wrap: break-word;
	overflow: hidden;
	border-right: 1px solid #EEEEEE; 
	border-bottom: 1px solid #eeeeee;
}
 
.cart table td {	 min-height: 79px;   }

.cart table th {  min-height: 20px;   }

.cart .delete {
	display: block;
	float: left;
    width: 17px;
	height: 18px;
	background:	url("../../images/eshop/pix.png") no-repeat scroll 0 -150px transparent;
}

.cart .delete:hover { 
	background-position: -17px -150px;  
	text-decoration: none;
}

.cart form {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.cart table td input { 
	font-size: 12px;
    margin: 0 4px 10px 0;
    padding: 3px 1px;  
}

.cart .reload {
	float: right;
	background: url("../../images/eshop/icons.png") no-repeat scroll 0 -200px transparent;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0;
}


.cart .the_image {
	float: left;
	width: 9%;
}

.cart .the_image img {
	max-height: 75px;
	max-width: 75px;
	display: block;
	margin: 0 auto;
}

.cart .the_name {
	float: left;
	width: 20%;
}

.cart .the_name a {
	color: #C15C9B;
}

.cart .the_name a:hover {
	text-decoration: none;
	color: #942F6E;
}

.cart .the_chars {
	float: left;
	width: 7.4%;
}

.cart .one_char {
	width: 100%;
	padding: 0 0 5px 0;
}

.cart .the_price {
	float: left;
    width: 9%;
}

.cart .the_quant{
	float: left;
    width: 7%;
}

.cart .the_sumprice{
	float: left;
    width: 8.5%;
}

.cart .the_tax{
	float: left;
    width: 7%;
}

.cart .the_tax_pr{
	float: left;
    width: 8%;
}

.cart .the_total{
	float: left;
    width: 10%;
}

.cart .the_delete {
	float: left;
    width: 2%;
	border:none;
}

.cart .continueshop {
	float: left;
	background-color: #fff;
	padding: 2px 0;
}

.cart .continueshop a {
    float: left;
	background: url("../../images/eshop/icons.png") no-repeat scroll 0 -240px transparent;
	margin: 15px 0 10px 20px;
	padding: 0px 0 0px 21px;
	color: #333333;
	font-size: 13px;
	line-height: 15px;
	#padding-bottom: 10px;
}

.cart .continueshop a:hover {
	color: #942F6E;
	text-decoration: none;
}

.cart .thefinalprice {
	float: right;
	min-width: 25%;
		#width: 25%;
	background-color: #F3F2F2;
    border-radius: 0 0 2px 2px;
    margin: 0;
   padding: 5px 10px 0 25px;
	text-align: right;
}

.cart .checkout {
	background-color: #F3F2F2;
	min-width: 25%;
	#width: 25%;
    height: 35px;
    float: right;
	clear: both;
    margin: 0 0 10px 0;
	text-align: right;
	padding: 10px 10px 20px 25px;
	
}

.cart .checkout a {
	float: right;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
    text-align: center;
    padding: 10px 0;
	border: none;
	box-shadow: 0 1px 2px #98AFC7; 
	border-radius: 2px;
	cursor: pointer;
	background-image: -ms-linear-gradient(top, #C15C9B 0%, #912C6B 100%);
	background-image: -moz-linear-gradient(top, #C15C9B 0%, #912C6B 100%);
	background-image: -o-linear-gradient(top, #C15C9B 0%, #912C6B 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C15C9B), color-stop(1, #912C6B));
	background-image: -webkit-linear-gradient(top, #C15C9B 0%, #912C6B 100%);
	background-image: linear-gradient(to bottom, #C15C9B 0%, #912C6B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C15C9B', endColorstr='#912C6B');
}

.cart .checkout a span {
	background: url("../../../../images/kiteshop/checkout_arr.png") 90% 50% no-repeat;
	padding: 0px 30px 0px 20px;
}

.cart .checkout a:hover  {
	 background: none #912C6B;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#912C6B', endColorstr='#912C6B');
	 text-decoration: none;
	}

.cart .contactform {
	width: 45%;
	float: left;
	border-right: 1px solid #cccccc;
	padding: 5px 10px;
}

.cart .contactform form  {
	width: 100%;
	padding: 0;
}

.cart .contactform label {
	text-align: left;
}

.cart .contactform p { 
	text-align: left;
}

.cart a.nosignin {
	display: block;
    float: left;
    text-align: center;
    width: 45%;
    background-color: #646464;
    color: #FFFFFF;
    border: 1px solid #b0afaf;
    line-height: 30px;
    height: 30px;
    margin: 60px 20px;
}

.cart .sale_price {
	text-decoration: line-through;
}

.cart .aprice {
	margin: 4px 0;
}

.cart .aprice .number {
	font-weight: bold;
}

.cart .total {
	color: red;
    font-weight: bold;
}

.cart .username {
	text-align: right;
    font-style: italic;
    font-weight: bold;
}

.cart .checkout_info {
	clear: both;
    float: left;
    width: 100%;
    color: #333333;
}

.cart .checkout_info .showform {
	float: left;
	width: 100%;
}

.cart .checkout_info .form_option input { 
	margin-right: 10px; 
}

.cart .checkout_info .step_label {
	background-color: #F3F2F2;
    float: left;
    margin: 0 0 20px 0;
    padding: 1% 2%;
    width: 96%;
}

.cart .checkout_info .data_option {
	float: left;
	margin:5px;
	width: 30%;
}

.cart .checkout_info .data_option a.option {
	padding: 3%;
	width: 94%;
	float: left;
	border: 1px solid #F0F1F3;
	border-right:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
	text-align:center;
	cursor:pointer;
	background-color: #F0F1F3;
	height: 150px;
}

.cart .checkout_info .data_option a.option:hover, .cart .checkout_info .data_option a.option.selected {
	background-color:#ecfadc;
	text-decoration: none;
}

.cart .checkout_info .form_body {
	float: left;
	clear: both;
	width: 100%;
}

.cart .checkout_info .formtitle {
	display: none;
}

.cart .checkout_info input[type="text"], .cart .checkout_info textarea, .cart .checkout_info select {
    -moz-border-radius: 3px;
    background-color: #FFFFFF;
    border: 1px solid #B0AFB2;
    width: 260px;
    margin-right: 5px;
    padding: 5px 3px;
    font-size: 12px;
    line-height:12px;
}

.cart .checkout_info textarea, .cart .checkout_info select {
	margin-left: 7px;
    width: 268px;
}

.cart .checkout_info .step {
	clear: both;
    margin-bottom: 25px;
    padding: 10px;
}

.cart .checkout_info .step.error_step {
	border: 2px solid #FC0505;
}

.cart .checkout_info .data_option_field {
	display: block;
	color: ;
}

.cart .checkout_info .step a.edit {
	color: red;
	font-size: 11px;
	float: right;
	clear: both;
}

.cart .checkout_info .a_button {
	background-color: #333333;
    clear: both;
    color: #FFFFFF;
    display: block;
    float: right;
    padding: 5px 10px;
}

.cart .checkout_info .clearfix.no_height { 
	height: 0;
}

.cart .no_data_box {
    background: #F0F1F3 url("../../images/no_data.png") 20px 10px no-repeat;
    border: 1px solid #D1D3D6;
    font-size: 14px;
    height: 45px;
    margin: 50px auto 30px;
    padding: 14px 13px 14px 92px;
    text-align: left;
    -moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.cart .error_box {
    background: transparent url("../../images/error_box.jpg") no-repeat 0 0;
    height: 57px;
    margin: 20px auto 30px;
    padding: 14px 13px 30px 92px;
    text-align: left;
    width: 691px;
    clear: both;
    font-size: 18px;
    line-height: 50px;
}

.cart .checkout_info input {
	margin-left: 2%;
}

.cart .checkout_info .formtitle {
	display: none;
}

/************** standard CSS for cart ****************************************/

.cart .receipt_form, .cart .invoice_form, .cart .new_billing_data, .cart .shipping_form {
	display: block;
}

.cart .receipt_form.hidden, .cart .invoice_form.hidden, .cart .new_billing_data.hidden, .cart .shipping_form.hidden {
	display: none;
}

.cart .shop_info {
	display: block;
	margin-top: 15px;
}

.cart .shop_info.hidden {
	display: none;
}

/************ end of CSS for cart ******************/

/************ CSS for ecommerceOrderhistory ********/

.ecommerce_history {
	font-size: 13px;
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
}

.ecommerce_history .menutabs {
    background-color: #F0F1F3;
    border-bottom: 1px solid #D1D3D6;
    width: 96%;
    padding-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
}

.ecommerce_history .menutabs a {
    padding: 3px 12px;
    display: inline-block;
}

.ecommerce_history .menutabs a.active {	
    background-color: #FFFFFF;
    border: 1px solid #D1D3D6;
    border-bottom: 1px solid white !important;
    padding-bottom: 5px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
   	margin-bottom: -1px;
}


.ecommerce_history .clearfix.no_height { 
	height: 0;
}

.ecommerce_history .paragraph {
	background-color: #F0F1F3;
    border-bottom: 1px solid #D1D3D6;
    clear: both;
    display: block;
    font-size: 11px;
    margin: 1px 0 0 0;
    width: 100%;
}

.ecommerce_history label {
    float: left;
    font-weight: bold;
    max-height: 60px;
    text-align: right;
    vertical-align: top;
    width: 16%;
    padding: 15px 2%;
    font-size: 13px;
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
}

.ecommerce_history .formedit label {
	width: auto;
	font-size: 13px;
    font-weight: 700;
    width: 100px;
    padding: 0;
}

.ecommerce_history .option_input {
    background-color: #FFFFFF;
    float: left;
    min-height: 60px;
    padding-bottom: 15px;
    width: 72%;
    padding: 15px 4%;
    display: block;
    float: left;
    font-size: 14px;
    color: #777777;
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
}

.ecommerce_history div.paragraph p {
    clear: right;
    margin: 0;
}

.ecommerce_history div.paragraph p input {
    float: left;
    margin-bottom: 10px;
}

.ecommerce_history textarea {
    width: 260px;
    height: 100px;
}

.ecommerce_history select option {
    font-size: 12px;
}

.ecommerce_history .date_part input{
	width: 140px;
} 

.ecommerce_history .time_part select {
	width: 80px;
}

.ecommerce_history .ui-datepicker-trigger {
	vertical-align: -3px;
}

.ecommerce_history input[type='text']:focus,
.ecommerce_history textarea:focus,
.ecommerce_history select:focus {
	border: 1px solid #86b9e8;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 15px #deecf9;
	-webkit-box-shadow: 0 0 15px #deecf9;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.ecommerce_history input.small_input {
	width: 100px;
	text-align: right;
}

.ecommerce_history select.small_input {
	width: 100px;
}
    
.ecommerce_history div.paragraph p .label {
    float: left;
    clear: both;
    width: 100px;
    height: 30px;
    margin-right: 10px;
}

.ecommerce_history .option_display span.label {
    width: 70px;
}

.ecommerce_history .description {
	margin-bottom: 25px;
}

.ecommerce_history .path {
	margin: 25px 0;
	color: #555555;
    display: block;
    font-size: 11px;
    font-weight: bold;
}

.ecommerce_history .path a {
	font-size: 11px;
}

.ecommerce_history .formedit {
	border: 0;
	float: left;
	clear: both;
	width: 100%;
}

.ecommerce_history .formedit .formtable th {
	border: 0;
	text-align: center;
	padding: 4px 10px 3px 10px;
}

.ecommerce_history .error {
	border: 2px solid #f80808;
    padding: 5px 10px;
    background-color: #FFFFFF;
    font-size: 12px;
}

.ecommerce_history .product_table table {
	clear: both;
	float: left;
	padding: 0px;
	border: 1px solid #D1D3D6;
	margin: 20px 0;
	width: 100%;
	-moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-align: center;
}

.ecommerce_history .product_table table.taxclasses {
	width: 360px;	
}

.ecommerce_history .product_table td {
	padding: 10px 0;
	font-size: 13px;
}

.ecommerce_history .product_table td.total {
	font-weight: bold;
}

 .ecommerce_history .product_table input[type="text"] {
 	padding: 5px 0;
	font-size: 13px;
    text-align: center;
    width: 40px;
}

.ecommerce_history .change_shipping input {
 	padding: 5px 0;
	font-size: 13px;
    text-align: center;
    width: 70px;
}

.ecommerce_history .product_table select {
    width: 80px;
}

.ecommerce_history .product_table th {
	padding: 10px 15px;
    text-align: center;
    width: 98px;
    color: #999999;
    font-size: 13px;
    background: #f7f7f7;
    border-bottom: 1px solid #E7E7E7;
}

.ecommerce_history .product_table label, .ecommerce_history .product_table a {
	float: none;
	vertical-align: inherit;
    font-size: 13px;
    font-weight: bold;
    max-height: 60px;
    padding: 0 2%;
    width: 16%;
    background: none;
    padding: 0;
}

.ecommerce_history .product_table td.trow_even {
	background: #f7f7f7;
}

.ecommerce_history .product_table .first_row td {
	background: #f9efee;
}

.ecommerce_history .product_table .comment a {
	background: transparent url("../../images/comment_grey.png") center 4px no-repeat;
	padding-bottom: 3px;
	display:block;
	width: 100%;
}

.ecommerce_history .product_table .comment a.has_comment {
	background: transparent url("../../images/comment_red.png") center 4px no-repeat;
}

.ecommerce_history tr td a, .ecommerce_history tr td a:hover, .ecommerce_history tr td a:focus { 
	text-decoration: none;
}

.ecommerce_history .product_table .comment {
	position: relative;
}

.ecommerce_history .product_table .comment_cloud {
    padding: 0px 0 15px 30px;
    position: absolute;
    right: 13px;
    text-align: left;
    top: 20px;
    width: 290px;
    z-index: 99999;
}

.ecommerce_history .product_table .comment_cloud .comment_box {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	-moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	font-family: verdana,bitstream vera sans,sans-serif;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
    height: 100px;
    overflow-y: scroll;
    padding: 5px 3px;
    margin: 5px 23px 0 0;
}

.ecommerce_history .product_table .comment_cloud .update {
	float: right;
	margin-right: 20px;
	padding: 2px 6px;
	width: 270px;
}

.ecommerce_history .theprice {
	float: right;
    font-size: 13px;
    font-weight: bold;
    margin: 20px;
    font-family: verdana,bitstream vera sans,sans-serif;
}

.ecommerce_history .no_data_box {
    background: #F0F1F3 url("../../images/no_data.png") 20px 10px no-repeat;
    border: 1px solid #D1D3D6;
    font-size: 12px;
    height: 45px;
    margin: 20px auto 30px;
    padding: 14px 13px 14px 92px;
    text-align: left;
    -moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	float: left;
	clear: both;
	width: 83%;
}

.ecommerce_history .no_data {
    float: left;
    line-height: 35px;
    font-size: 18px;
}

.ecommerce_history table.order_history {
    border-collapse: separate;
    border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
    border-radius: 4px 4px 4px 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
	width: 100%;
	color: #333333;
    font-size: 13px;
}

.ecommerce_history table.order_history th, .ecommerce_history table.order_history td {
	border-top: 1px solid #DDDDDD;
    line-height: 18px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
	border-left: 1px solid #DDDDDD;
}

.ecommerce_history table.order_history th {
	border-top: 0 none;
	background-color: #FFFFFF;
}

.ecommerce_history table.order_history td.trow_even {
   background-color: #F9F9F9;
}

.ecommerce_history table.order_history td.trow_odd {
    background-color: #FFFFFF;
}

.ecommerce_history table.order_history th.notes, .ecommerce_history table.order_history td.notes {
	text-align: center;
}

.ecommerce_history .required {
	color: #b70117;
	font-size: 20px;
}

.ecommerce_history .conditions {
	border: 1px dotted #D1D3D6;
	padding: 15px;
	width: 80%;
}

.ecommerce_history .option_input .formedit .formtitle {
	color: #333333;
}

.ecommerce_history .option_input .formedit .onlydisplay .label_td {
	padding: 0;
}

.ecommerce_history .option_input .formedit label {
	text-align: left;
    width: 160px;
}

.ecommerce_history .paragraph .anoption {
	float: left;
	clear: both;
	margin: 5px 0;
}

.ecommerce_history .shipping_info label {
	padding: 0;
	width: 80%;
}

.ecommerce_history .filters {
	background-color: #EBF3FA;
	padding: 15px;
	float: left;
	margin-bottom: 15px;
	width: 96%;
}

.ecommerce_history .product_table .shipping_rules .price {
	font-weight: bold;
}

.ecommerce_history .pager {
	clear: both;
}

.ecommerce_history .formedit .formtable td.notes, .ecommerce_history .formedit .formtable th.notes {
	width: 20px;
}

.ecommerce_history .orderhistory_table {
	float: left;
	clear: both;
	width: 100%;
}

.ecommerce_history table.order_history th.actions, .ecommerce_history table.order_history td.actions {
	text-align: center;
	width: 180px;
}

.ecommerce_history table.order_history td.actions a {
	background: url("../../images/th_slice.gif") repeat scroll left center transparent;
	border-radius: 3px;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
	border: 1px solid #ccc;
    color: #494949;
    display: inline-block;
    margin-right: 2px;
    padding: 2px 5px;
    width: 70px;
	font-size: 11px;
	
}

.ecommerce_history table.order_history td.actions a:hover {
	background: url("../../images/btn_blue_left_hover.gif") no-repeat scroll center center transparent;
	border: 1px solid #005799;
    color: #fff;

}

.ecommerce_history .orderhistory_table table td.address {
    text-align: left;
    width: 400px;
}

.ecommerce_history .showform {
	clear: both;
    float: left;
    width: 100%;
}

.ecommerce_history input[type="text"], .ecommerce_history textarea, .ecommerce_history select, .ecommerce_history .change_shipping input {
    border-radius: 3px;
    background-color: #FFFFFF;
    border: 1px solid #B0AFB2;
    width: 300px;
    margin-right: 5px;
    padding: 5px 3px;
    font-size: 12px;
    line-height:12px;
}

.ecommerce_history textarea {
    width: 300px;
    height: 100px;
}

.ecommerce_history select option {
    font-size: 12px;
}

.ecommerce_history .button_set.save, .ecommerce_history .button_set.cancel {
	clear: none;
}

.ecommerce_history .button_set.cancel {
	float: right;
}

.ecommerce_history .edit_product_form {
	width: 600px;
}
/******** end of CSS for ecommerceOrderhistory *********/


#onecol { 
	width: 95%; 
	margin: 15px auto 15px auto;
}

.clearfix {
	clear: both;
	float: none;
}


/* JQ Modal ***************************************************************/

/* jqModal base Styling courtesy of;
 * 	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
 * 	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
	display: none;
	position: fixed;
	width: 450px;
	background-color: #a4caee;
	color: #333;
	border: 1px solid black;
	padding: 8px;
	text-align: left;
	z-index: 999;
}

.jqmOverlay { background-color: #000; }

.jqmWindow .titlebar {
	background-color: #d1e4f7;
	padding: 10px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

.jqmClose {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 15px;
	height: 15px;
	background: transparent url(../../images/icon_close.gif) top left no-repeat;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
 	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
*
*/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
.jqmWindow {
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	left: expression(Math.round(50*(document.documentElement.offsetWidth || document.body.clientWidth)/100) + 'px');
}

.jqDrag {
	position: relative;
	cursor: move;
}

.fileUploadQueue {
	overflow: auto;
	max-height: 300px;
	margin: 5px 0 0 0;
	padding-left: 25px;
	/*border: 1px solid #e5e5e5;*/
}

.filesUploaded {
	overflow: auto;
	max-height: 300px;
	margin: 5px 0 10px 0;
	padding: 10px;
	border: 1px solid #e5e5e5;
}

.filesUploaded .message {
	display: inline-block;
}

.filesUploaded .error {
	color: red;
}

.uploadedFile {
	display: inline-block;
	margin: 0;
}

.uploadActions {
	padding: 5px 0;
	text-align: center;
}

.actionButton {
	display: inline-block;
        margin-left: 20px;
        padding: 5px 15px 5px 32px;
        background-color: #f5f5f5;
        border-right: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #f0f0f0;
        border-left: 1px solid #f0f0f0;
        font-weight: normal;
}

a.actionButton, a:link.actionButton {
        color: #333333;
        font-size: 11px;
	text-decoration: none;
}

a:hover.actionButtonr, a.actionButton:active, a.actionButton:visited, a:focus.actionButton {
	text-decoration: none;
}

.clearQueue {
	display: inline-block;
	padding: 5px 0 5px 32px;
	background: url(../../images/icons/table_row_delete.png) 8px 6px no-repeat;
}

.jqmClose.actionButton.cancel {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	right: 0;
	top: 0;
	background: #f5f5f5 url(../../images/icons/cross.png) 8px 6px no-repeat;
}


.actionButton.upload {
	background: #f5f5f5 url(../../images/icons/arrow_up.png) 8px 6px no-repeat;
}

.actionButton.green:hover {
	background-color: #e6efc2;
	border: 1px solid #c6d880;
}
.jqmClose.actionButton.cancel.green:hover {
	background-color: #e6efc2;
	border: 1px solid #c6d880;
}

.actionButton.red:hover {
        background-color: #fbe3e4;
        border: 1px solid #fbc2c4;
}

.browseButton {
	text-align: center;
	margin: 0;
}

.fileUploadQueueItem {
        font: 11px Verdana, Geneva, sans-serif;
        background-color: #F5F5F5;
        border: 3px solid #E5E5E5;
        margin-top: 5px;
        padding: 10px;
        width: 350px;
	text-align: left;
}
.fileUploadQueueItem .cancel {
        float: right;
}
.fileUploadProgress {
        background-color: #FFFFFF;
        border-top: 1px solid #808080;
        border-left: 1px solid #808080;
        border-right: 1px solid #C5C5C5;
        border-bottom: 1px solid #C5C5C5;
        margin-top: 10px;
        width: 100%;
}
.fileUploadProgressBar {
        background-color: #0099FF;
}

.small_upload, .small_upload h2 {
        font-size: 10px;
        margin-left:2px;
}
.small_upload .browseButton {
        margin:0;
        margin-right:10px;
        text-align:right;
        width:300px;
        height:30px;
        position:relative;
        padding-top:5px;
}
.small_upload .fileUploadQueue {
        width:160px;
        position:absolute;
        top:5px;
        left:0px;
        margin:0px;
        padding:0px 10px;
        background-color:#ffffff;
		border: 1px solid #bbbbbb;
        height:23px;
        overflow:hidden;
}
.small_upload .fileUploadQueueItem {
        width:180px;
        border:none;
        font-size:10px;
        padding:3px;
        margin-top:0px;
}

.small_upload .filesUploaded {
        border:none;
        background-color:#F5F5F5;
        margin: -5px 0 10px; 0;
        padding:0 0 5px 10px;
        width:220px;
        line-height:0.8em;
}

.small_upload .fileUploadQueueItem {
	position: relative;
	color: #ffffff;
}

.small_upload .fileUploadProgress {
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff url(../../images/ecampaign/working.gif) 0 0 no-repeat;
	margin-top:0px;
	height:24px;
	border:0;
}

.small_upload .fileUploadProgressBar { background:none;}

.small_upload .fileUploadQueueItem .cancel {
	position: absolute;
	right: 5px;
	top: 0;
}

.fileUploaderBtn { width:120px;}
.small_upload .fileUploaderBtn { width:100px;}
.small_upload .browseButton { width:290px;}
.small_upload .fileName { display:none;}

.modal_container_2,
.modal_container {
	background-color: #fff;
	padding: 10px 5px;
	overflow: auto;
	//overflow: visible;
}


.jqmWindow.guests {
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 30px 10px rgba(1, 1, 1, 0.3);
	border-radius: 3px;
	box-sizing: border-box;
	border: none;
	font-family: 'Roboto Condensed', Helvetica, Arial;
	z-index: 999;
}

.jqmWindow.guests .titlebar {
	padding: 0 0 10px 0;
	color: #000;
	font-size: 22px;
	font-weight: 500;
	background-color: #fff;
	border-bottom: 1px solid #cccccc;
}

.jqmWindow.guests .jqmClose {
	right: 20px;
	top: 20px;
	width: 19px;
	height: 20px;
	background-image: url(../../images/close_x.png);
}

.jqmWindow.guests .modal_container {
	padding: 10px 0 0 0;
	position: relative;
}

.jqmWindow.guests .register_link a {
	display: block;
	margin-top: 20px;
	padding: 10px 0;
	width: 100%;
	background-color: #ECECEC;
	text-align: center;
	font-size: 20px;
	color: #009949;
	border-radius: 3px;
}

.jqmWindow.guests .register_link a:hover {
	text-decoration: none;
	background-color: #dddddd;
}

.jqmWindow.guests .thelogin {
	padding-top: 20px;
	font-family: 'Roboto Condensed', Helvetica, Arial;
	font-size: 17px;
}

.jqmWindow.guests .thelogin h1 {
	display: none;
}

.jqmWindow.guests .thelogin label {
	display: inline-block;
	font-family: 'Roboto Condensed', Helvetica, Arial;
	font-size: 17px;
	font-weight: 500;
	width: 25%;
}

.jqmWindow.guests .thelogin input {
	font-family: 'Roboto Condensed', Helvetica, Arial;
	font-size: 17px;
	width: 70%;
}

.jqmWindow.guests .thelogin .forgot_password,
.jqmWindow.guests .thelogin .return_link {
	margin-top: 20px;
	font-size: 18px;
}

.jqmWindow.guests .thelogin .message.error {
	background-color: #fadfdf;
    padding: 10px;
    color: #ee4c4c;
    margin-bottom: 20px;
}

.jqmWindow.guests button {
	display: inline-block;
    padding: 2px 30px 0 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    text-decoration: none;
    color: #fff;
    background: #009949;
    border-radius: 20px;
    font-family: 'Roboto Condensed', Helvetica, Arial;
}

.jqmWindow.guests button:hover {
	background-color: #018B43;
}

/************** User Modal *****************************/

.usermodal {
        border:none;
        padding:10px;
        background: transparent url(../../images/grey_border.png) repeat;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
}

.usermodal .titlebar {
        background-color:#cfcfcf;
        border-bottom:none;
}

.usermodal .modal_container {
}

.usermodal .jqmClose {
        background: transparent url(../../images/icon_close_grey.gif) no-repeat;
        margin: 3px 10px 0 0;
}

/******************************************/

/********** CSS for ecommerce options in modal ****/

.ec_usermodal {
        border:none;
        padding:10px;
        background: transparent url(../../images/orange_border.png) repeat;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
}

.ec_usermodal .titlebar {
        background-color:#cfcfcf;
        border-bottom:none;
}

.ec_usermodal .jqmClose {
        background: transparent url(../../images/icon_close_grey.gif) no-repeat;
        margin: 3px 10px 0 0;
}

.ec_usermodal .ecommerce {
    padding: 0 20px 20px;
}

.ec_usermodal .ecommerce .option_form .anoption, .ecm_product .option_form .anoption {
	float: left;
	clear: both;
	width: 100%;
}

.ec_usermodal .ecommerce .option_form .anoption label, .ecm_product .option_form .anoption label {
	font-size: 11px;
	float: left;
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
    font-weight: bold;
    max-height: 60px;
    padding: 0;
    text-align: right;
    vertical-align: top;
    width: auto;
}

.ec_usermodal .ecommerce .option_form .anoption .option_label, .ecm_product .option_form .anoption .option_label {
	clear: none;
    display: block;
    float: left;
    height: auto;
    min-height: 0;
    padding: 5px 15px;
	width: 80px;
}

.ec_usermodal .ecommerce .option_form span.required, .ecm_product .option_form span.required {
	font-size: 12px;
	color: #B70117;
}

.ec_usermodal .ecommerce .option_form .anoption .option_description, .ecm_product .option_form .anoption .option_description {
	float: left;
    font-size: 11px;
    font-style: italic;
    padding: 5px 15px;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input, .ecm_product .option_form .anoption .option_input {
	clear: none;
    display: block;
   /* float: left;*/
    height: auto;
    min-height: 0;
    padding: 5px 15px;
    width: auto;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input select, .ecm_product .option_form .anoption .option_input select {
	font-size: 11px;
    padding: 3px;
    width: auto;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input input[type="text"], .ec_usermodal .ecommerce .option_form .anoption .option_input textarea,
.ecm_product .option_form .anoption .option_input input[type="text"], .ecm_product .option_form .anoption .option_input textarea {
	font-size: 11px;
    padding: 3px;
	width: 200px;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input textarea, .ecm_product .option_form .anoption .option_input textarea {
	height: 100px;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input input[type="text"], .ec_usermodal .ecommerce .option_form .anoption .option_input textarea, .ec_usermodal .ecommerce .option_form .anoption .option_input select,
.ecm_product .option_form .anoption .option_input input[type="text"], .ecm_product .option_form .anoption .option_input textarea, .ecm_product .option_form .anoption .option_input select {
    background-color: #FFFFFF;
    border: 1px solid #B0AFB2;
    border-radius: 3px 3px 3px 3px;
    line-height: 12px;
    margin-right: 5px;
}


/***** end of CSS for ecommerce options in modal ****/

.button_set { 
	clear:both; 
	height:42px;
}

.button_set a { 
	height: 32px;
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
	float:left;
	font-size:11px;
	text-decoration:none;
}
#popup_container #content .button_set a { color:#15428b; }
.button_set a.span1{ 
	position: relative;
	display: block; 
	white-space: nowrap;
	height: 32px;
}

.button_set a.left_button { background: transparent url(../../images/logicone/button_first_left.png) no-repeat top left;}
.button_set a.middle_button, .button_set a.right_button { background: transparent url(../../images/logicone/button_next_left.png) no-repeat top left; }
.button_set a.left_button, .button_set a.middle_button, .button_set a.right_button { 
	padding: 0px;
	padding-left:15px;
	margin-right:-2px; 
	text-align: center;
	float:left;
}

.button_set a.left_button .span1, .button_set a.middle_button .span1 { background: transparent url(../../images/logicone/button_first_right.png) no-repeat top right;}
.button_set a.right_button .span1{ background: transparent url(../../images/logicone/button_last_right.png) no-repeat top right; }
.button_set a.left_button .span1, .button_set a.middle_button .span1, .button_set a.right_button .span1 { 
	padding: 9px 15px 5px 0px;	
	height:32px;
	float:left;
}
.button_set a.left_button:hover, .button_set a.middle_button:hover, .button_set a.right_button:hover { background: transparent url(../../images/logicone/button_left_hover.png) no-repeat top left;}
.button_set a.left_button:hover .span1, .button_set a.middle_button:hover .span1, .button_set a.right_button:hover .span1 { background: transparent url(../../images/logicone/button_right_hover.png) no-repeat top right;}
.button_set a.left_button:active, .button_set a.middle_button:active, .button_set a.right_button:active { background: transparent url(../../images/logicone/button_left_active.png) no-repeat top left;}
.button_set a.left_button:active .span1, .button_set a.middle_button:active .span1, .button_set a.right_button:active .span1 { background: transparent url(../../images/logicone/button_right_active.png) no-repeat top right;}

.button_set a.left_button.inactive, .button_set a.left_button.inactive:hover { background: transparent url(../../images/logicone/button_first_left_inact.png) no-repeat top left;}
.button_set a.middle_button.inactive, .button_set a.right_button.inactive, .button_set a.middle_button.inactive:hover, .button_set a.right_button.inactive:hover { background: transparent url(../../images/logicone/button_next_left_inact.png) no-repeat top left; }

.button_set a.left_button.inactive .span1, .button_set a.middle_button.inactive .span1, .button_set a.left_button.inactive:hover .span1, .button_set a.middle_button.inactive:hover .span1 { background: transparent url(../../images/logicone/button_first_right_inact.png) no-repeat top right; cursor:text;}
.button_set a.right_button.inactive .span1, .button_set a.right_button.inactive:hover .span1{ background: transparent url(../../images/logicone/button_last_right_inact.png) no-repeat top right; cursor:text;}
/*------------------------------------------------------------------------*/

.sitetabs.ui-tabs { padding: .5em; zoom: 1; width: auto;}
.sitetabs.ui-tabs .ui-tabs-nav { list-style: none; background:none; border: none; float:left; border-bottom: 1px solid #999999; line-height:normal; padding:0; width:100%; margin: 0; }
.sitetabs.ui-tabs .ui-tabs-nav li {  font-weight: normal; position: relative; float: left; border: 0; border-bottom-width: 0 !important; margin: 0 0 0 0; padding: 3px 12px 5px 12px; background: none;  }
.sitetabs.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .0em 0.2em; font-size: 15px; font-weight: normal; color: #206BAE;}	
.sitetabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 5px; border: 1px solid #999999;border-bottom: 1px solid white !important; margin-bottom: -1px;  background: none;}
.sitetabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; color: #000000; font-weight: bold;}
.sitetabs.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.sitetabs.ui-tabs .ui-tabs-panel { background:none; border: none; clear:both; margin:0; padding:15px 0 5px 0;  }
.sitetabs.ui-tabs .ui-tabs-hide { display: none !important; }
.sitetabs.ui-corner-all {  -moz-border-radius: 0; }
.sitetabs.ui-widget-content { background: none; border: none; }

/********************* jqupload ***********************************************/
.jqupload {
	width:97%;
	#width:95%;
	height:auto;
	background:url(../../images/uploader/uploader_bg.png) top left repeat;
	border:1px solid #b7b7b7;
	padding:14px 10px 13px 10px;
	position:relative;
	margin-left:0;
}

.jquploadSimple {
	background:none !important;
	border:none !important;
}

.jqupload .span16 {
	float:right;
	display:block;
	width:100%;
}

.jqupload .fileupload-message {
	float:left;
	min-height:42px;
	line-height: 41px;
	margin-left:2%;
	margin-top:2px;
	text-shadow: 1px 1px #ffffff;
	font-size: 12px;
}

.jqupload .fileupload-message span{
	float: right;
    margin-left: 8px;
}

.jqupload .fade {
	-webkit-transition:opacity 0.15s linear;
	-moz-transition:opacity 0.15s linear;
	-ms-transition:opacity 0.15s linear;
	-o-transition:opacity 0.15s linear;
	transition:opacity 0.15s linear;
	opacity:0;
}

.jqupload .fade.in{opacity:1;}

/*jqupload - start upload btn*/
.jqupload .file-upload-left{
	height: 43px;
	width:142px;
	position:relative;
	overflow: hidden;
	float: left;
}

.jqupload .file-upload-left .fileinput-button {
	background:url(../../images/uploader/upload-button.png) center right no-repeat;
	height: 43px;
	width:142px;
	cursor: pointer;
	float: left;
	margin-top: -2px;
	overflow: hidden;
}

.jqupload .file-upload-left .fileinput-button input {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transform: translate(-300px, 0pt) scale(4);
    border-color: transparent;
    border-style: solid;
    cursor: pointer;
    direction: ltr;
    opacity: 0;
	border-left-width: 280px!important;
    top: 0;
	height: 43px;
	width: 141px;
	right:-60px;
	//position: absolute; /* target ie 7*/
}

.jqupload .file-upload-left .btn {
    border-style: solid;
    color: #333333;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.jqupload .file-upload-left .btn-success, 
.jqupload .file-upload-left .btn-success:hover {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/*jqupload - end upload btn*/

.jqupload .fileinput-button span {
	line-height: normal;
}

.jqupload .progressbar,
.jqupload .progressbar div {
  width: 200px;
  height: 20px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
   background-color: #fff;
}

.jqupload .progressbar div {
  width: auto;
  background: url(../../images/uploader/pbar-ani.gif);
}

.jqupload .fileupload-buttonbar {
	float:left;
	width:100%;
	position:relative;
}

.jqupload .buttonbar_cancel{
	float:left;
	width:20%;
}

.jqupload .buttonbar_delete{
	float:left;
	width:18%;
}

.jqupload .fileupload-buttonbar .cancel,
.jqupload .fileupload-buttonbar .delete,
.jqupload .info {
	border: none;
	float:left;
	display:block;
	height:32px;
	line-height:15px;
	padding:0px;
	background:none;
	color:#3298CB;
	/*width:30%;*/
}

.jqupload .danger {
	background:url(../../images/uploader/cancel_grey.png) center right no-repeat;
	height:20px;
	width:16px;
	padding-top: 10px;
	float:right;
	cursor:pointer;
}

.jqupload .danger:hover {
	background:url(../../images/uploader/cancel_red.png) center right no-repeat;
}

.jqupload .buttons {
	float: left;
	width:100%;
	padding-top:10px;
	text-align:right;
}

.jqupload .toggleFile {
   margin:2px 0 0 50px;
   float:right!important;
}

.jqupload .toggle {
	padding-left: 10px;
	float:right!important;
	margin: 10px 0 0 0;
}

.jqupload .zebra-striped {
	float:left;
	width:100%;
}

.jqupload .row {
	width: 100%;
	height: 0px;
	display: block;
	position: relative;
}

.jqupload .files {
  border-collapse: collapse;
  float:left;
  width:100%;
}

.jqupload .files table,
.jqupload .files tr {
	width: 100%;
	float:left;
}

.jqupload .files td {
  padding: 5px 8px 5px 0;
  border-spacing: 5px;
  vertical-align:middle;
  float:left;
  margin-top: 15px;
}

.jqupload .files img {
  border: none;
}

.jqupload .files .preview {
	width: 80px;
	float:left;
	margin-top: 0px;
}

.jqupload .files .name {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	width:30%;
	float: left;
}

.jqupload .files .name a:hover {
	text-decoration: underline;
}

.jqupload .errorFile {
	width:20%;
}

.jqupload .cancel.file {
	display: none;
}

.jqupload  .delete.file {
	float:left;
	width:18%;
}

.jqupload .files .size {
	width:11%;
}

.jqupload .files .delete {
	float:left;
	text-align:right;
	padding:0!important;
}

.jqupload .first_row .delete:hover,
.jqupload .first_row .cancel:hover {
	text-decoration:underline;
	cursor: pointer;
}

.jqupload .fstrow_prev ,
.jqupload .fstrow_name ,
.jqupload .fstrow_size
{
	margin-top:0px!important;
}

.jqupload .fstrow_cancel ,
.jqupload .fstrow_delete
{
	margin-top:0px!important;
	padding-top:0px!important;
	padding-bottom:0px!important;
}

/*overrides*/

/*target chrome and safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.jqupload .toggle {
		margin-top:10px;
	}
	
	.jqupload .fileupload-message span{
		float: none;
	}
	
	.jqupload .fileupload-message img{
		float: left;
	}
}

/*target IE 8*/
@media \0screen {
	.jqupload .file-upload-left .fileinput-button input {
		position: absolute;
	}
}

/********************* end jqupload ******************************************/

.mapEmbed2 {
    border: 1px solid #000000;
    height: 500px;
    margin-bottom: 20px;
    width: 100%;
}


/******************** Bootstrap **********************************************/

#main .htmlbox .bootstrap a { color: #fff; }
#main .htmlbox .bootstrap a:hover { color: #fff; }

.bootstrap select, 
.bootstrap input[type="file"] {
    height: 30px !important;
    line-height: 30px !important;
}

.bootstrap .btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap .btn:hover,
.bootstrap .btn:active,
.bootstrap .btn.active,
.bootstrap .btn.disabled,
.bootstrap .btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.bootstrap .btn:hover span {
	color: #ffffff;
}

.bootstrap .btn:active,
.bootstrap .btn.active {
  background-color: #cccccc \9;
}

.bootstrap .btn:first-child {
  *margin-left: 0;
}

.bootstrap .btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.bootstrap .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.bootstrap .btn.active,
.bootstrap .btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap .btn.disabled,
.bootstrap .btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.contactform  .bootstrap .btn span {
	background:none;
	border:none;
}

.bootstrap .btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.bootstrap .btn-large [class^="icon-"] {
  margin-top: 1px;
}

.bootstrap .btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.bootstrap .btn-small [class^="icon-"] {
  margin-top: -1px;
}

.bootstrap .btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.bootstrap .btn-primary,
.bootstrap .btn-primary:hover,
.bootstrap .btn-warning,
.bootstrap .btn-warning:hover,
.bootstrap .btn-danger,
.bootstrap .btn-danger:hover,
.bootstrap .btn-success,
.bootstrap .btn-success:hover,
.bootstrap .btn-info,
.bootstrap .btn-info:hover,
.bootstrap .btn-inverse,
.bootstrap .btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap .btn-primary.active,
.bootstrap .btn-warning.active,
.bootstrap .btn-danger.active,
.bootstrap .btn-success.active,
.bootstrap .btn-info.active,
.bootstrap .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.bootstrap .btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.bootstrap .btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.bootstrap .btn-primary:hover,
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active,
.bootstrap .btn-primary.disabled,
.bootstrap .btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active {
  background-color: #004099 \9;
}

.bootstrap .btn-warning {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.bootstrap .btn-warning:hover,
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active,
.bootstrap .btn-warning.disabled,
.bootstrap .btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active {
  background-color: #c67605 \9;
}

.bootstrap .btn-danger {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.bootstrap .btn-danger:hover,
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active,
.bootstrap .btn-danger.disabled,
.bootstrap .btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}

.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active {
  background-color: #942a25 \9;
}

.bootstrap .btn-success {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.bootstrap .btn-success:hover,
.bootstrap .btn-success:active,
.bootstrap .btn-success.active,
.bootstrap .btn-success.disabled,
.bootstrap .btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}

.bootstrap .btn-success:active,
.bootstrap .btn-success.active {
  background-color: #408140 \9;
}

.bootstrap .btn-info {
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.bootstrap .btn-info:hover,
.bootstrap .btn-info:active,
.bootstrap .btn-info.active,
.bootstrap .btn-info.disabled,
.bootstrap .btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.bootstrap .btn-info:active,
.bootstrap .btn-info.active {
  background-color: #24748c \9;
}

.bootstrap .btn-inverse {
  background-color: #414141;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.bootstrap .btn-inverse:hover,
.bootstrap .btn-inverse:active,
.bootstrap .btn-inverse.active,
.bootstrap .btn-inverse.disabled,
.bootstrap .btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.bootstrap .btn-inverse:active,
.bootstrap .btn-inverse.active {
  background-color: #080808 \9;
}

.bootstrap button.btn,
.bootstrap input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.bootstrap button.btn::-moz-focus-inner,
.bootstrap input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.bootstrap button.btn.btn-large,
.bootstrap input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

.bootstrap button.btn.btn-small,
.bootstrap input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

.bootstrap button.btn.btn-mini,
.bootstrap input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.bootstrap .btn-group {
  position: relative;
  *margin-left: .3em;
  *zoom: 1;
}

.bootstrap .btn-group:before,
.bootstrap .btn-group:after {
  display: table;
  content: "";
}

.bootstrap .btn-group:after {
  clear: both;
}

.bootstrap .btn-group:first-child {
  *margin-left: 0;
}

.bootstrap .btn-group + .btn-group {
  margin-left: 5px;
}

.bootstrap .btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}

.bootstrap .btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.bootstrap .btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.bootstrap .btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.bootstrap .btn-group > .btn:last-child,
.bootstrap .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.bootstrap .btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.bootstrap .btn-group > .btn.large:last-child,
.bootstrap .btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.bootstrap .btn-group > .btn:hover,
.bootstrap .btn-group > .btn:focus,
.bootstrap .btn-group > .btn:active,
.bootstrap .btn-group > .btn.active {
  z-index: 2;
}

.bootstrap .btn-group .dropdown-toggle:active,
.bootstrap .btn-group.open .dropdown-toggle {
  outline: 0;
}

.bootstrap .btn-group > .dropdown-toggle {
  *padding-top: 4px;
  padding-right: 8px;
  *padding-bottom: 4px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap .btn-group > .btn-mini.dropdown-toggle {
  padding-right: 5px;
  padding-left: 5px;
}

.bootstrap .btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}

.bootstrap .btn-group > .btn-large.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.bootstrap .btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap .btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.bootstrap .btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0055cc;
}

.bootstrap .btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.bootstrap .btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.bootstrap .btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.bootstrap .btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.bootstrap .btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.bootstrap .btn .caret {
  margin-top: 7px;
  margin-left: 0;
}

.bootstrap .btn:hover .caret,
.bootstrap .open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.bootstrap .btn-mini .caret {
  margin-top: 5px;
}

.bootstrap .btn-small .caret {
  margin-top: 6px;
}

.bootstrap .btn-large .caret {
  margin-top: 6px;
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.bootstrap .dropup .btn-large .caret {
  border-top: 0;
  border-bottom: 5px solid #000000;
}

.bootstrap .btn-primary .caret,
.bootstrap .btn-warning .caret,
.bootstrap .btn-danger .caret,
.bootstrap .btn-info .caret,
.bootstrap .btn-success .caret,
.bootstrap .btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}


.bootstrap input,
.bootstrap textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
	background: none;
}

.bootstrap input:focus,
.bootstrap textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.bootstrap input[type="file"]:focus,
.bootstrap input[type="radio"]:focus,
.bootstrap input[type="checkbox"]:focus,
.bootstrap select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.bootstrap .input-mini {
  width: 60px;
}

.bootstrap .input-small {
  width: 90px;
}

.bootstrap .input-medium {
  width: 150px;
}

.bootstrap .input-large {
  width: 210px;
}

.bootstrap .input-xlarge {
  width: 270px;
}

.bootstrap .input-xxlarge {
  width: 530px;
}

.bootstrap input[class*="span"],
.bootstrap select[class*="span"],
.bootstrap textarea[class*="span"],
.bootstrap .uneditable-input[class*="span"],
.bootstrap .row-fluid input[class*="span"],
.bootstrap .row-fluid select[class*="span"],
.bootstrap .row-fluid textarea[class*="span"],
.bootstrap .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.bootstrap input,
.bootstrap textarea,
.bootstrap .uneditable-input {
  margin-left: 0;
}

.bootstrap input.span12,
.bootstrap textarea.span12,
.bootstrap .uneditable-input.span12 {
  width: 930px;
}

.bootstrap input.span11,
.bootstrap textarea.span11,
.bootstrap .uneditable-input.span11 {
  width: 850px;
}

.bootstrap input.span10,
.bootstrap textarea.span10,
.bootstrap .uneditable-input.span10 {
  width: 770px;
}

.bootstrap input.span9,
.bootstrap textarea.span9,
.bootstrap .uneditable-input.span9 {
  width: 690px;
}

.bootstrap input.span8,
.bootstrap textarea.span8,
.bootstrap .uneditable-input.span8 {
  width: 610px;
}

.bootstrap input.span7,
.bootstrap textarea.span7,
.bootstrap .uneditable-input.span7 {
  width: 530px;
}

.bootstrap input.span6,
.bootstrap textarea.span6,
.bootstrap .uneditable-input.span6 {
  width: 450px;
}

.bootstrap input.span5,
.bootstrap textarea.span5,
.bootstrap .uneditable-input.span5 {
  width: 370px;
}

.bootstrap input.span4,
.bootstrap textarea.span4,
.bootstrap .uneditable-input.span4 {
  width: 290px;
}

.bootstrap input.span3,
.bootstrap textarea.span3,
.bootstrap .uneditable-input.span3 {
  width: 210px;
}

.bootstrap input.span2,
.bootstrap textarea.span2,
.bootstrap .uneditable-input.span2 {
  width: 130px;
}

.bootstrap input.span1,
.bootstrap textarea.span1,
.bootstrap .uneditable-input.span1 {
  width: 50px;
}

.bootstrap input[disabled],
.bootstrap select[disabled],
.bootstrap textarea[disabled],
.bootstrap input[readonly],
.bootstrap select[readonly],
.bootstrap textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd;
}

.bootstrap input[type="radio"][disabled],
.bootstrap input[type="checkbox"][disabled],
.bootstrap input[type="radio"][readonly],
.bootstrap input[type="checkbox"][readonly] {
  background-color: transparent;
}

.bootstrap input,
.bootstrap textarea,
.bootstrap select,
.bootstrap .uneditable-input {
  width: 300px;
  min-height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.clearfix {
  *zoom: 1;
  height: 1px;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap .nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.bootstrap ul.nav {
	margin: 0;
	padding: 0;
}
.bootstrap .nav > li > a,
.bootstrap .nav > li > a:visited {
  display: block;
  font-size: 14px;
  color: #0088CC;
}
.bootstrap .nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap .nav > .pull-right {
  float: right;
}
.bootstrap .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.bootstrap .nav li + .nav-header {
  margin-top: 9px;
}
.bootstrap .nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.bootstrap .nav-list > li > a,
.bootstrap .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.bootstrap .nav-list > li > a {
  padding: 3px 15px;
}
.bootstrap .nav-list > .active > a,
.bootstrap .nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.bootstrap .nav-list [class^="icon-"] {
  margin-right: 2px;
}
.bootstrap .nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.bootstrap .nav-tabs,
.bootstrap .nav-pills {
  *zoom: 1;
}
.bootstrap .nav-tabs:before,
.bootstrap .nav-pills:before,
.bootstrap .nav-tabs:after,
.bootstrap .nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .nav-tabs:after,
.bootstrap .nav-pills:after {
  clear: both;
}
.bootstrap .nav-tabs > li,
.bootstrap .nav-pills > li {
  float: left;
}
.bootstrap .nav-tabs > li > a,
.bootstrap .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.bootstrap .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.bootstrap .nav-tabs > li {
  margin-bottom: -1px;
}
.bootstrap .nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.bootstrap .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.bootstrap .nav-tabs > .active > a,
.bootstrap .nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.bootstrap .nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bootstrap .nav-pills > .active > a,
.bootstrap .nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.bootstrap .nav-stacked > li {
  float: none;
}
.bootstrap .nav-stacked > li > a {
  margin-right: 0;
}
.bootstrap .nav-tabs.nav-stacked {
  border-bottom: 0;
}
.bootstrap .nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap .nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.bootstrap .nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap .nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.bootstrap .nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.bootstrap .nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.bootstrap .nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.bootstrap .nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bootstrap .nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.bootstrap .nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.bootstrap .nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.bootstrap .nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bootstrap .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.bootstrap .nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.bootstrap .nav-tabs .open .dropdown-toggle,
.bootstrap .nav-pills .open .dropdown-toggle,
.bootstrap .nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.bootstrap .nav li.dropdown.open .caret,
.bootstrap .nav li.dropdown.open.active .caret,
.bootstrap .nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.bootstrap .tabs-stacked .open > a:hover {
  border-color: #999999;
}
.bootstrap .tabbable {
  *zoom: 1;
}
.bootstrap .tabbable:before,
.bootstrap .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .tabbable:after {
  clear: both;
}
.bootstrap .tab-content {
  overflow: auto;
}
.bootstrap .tabs-below > .nav-tabs,
.bootstrap .tabs-right > .nav-tabs,
.bootstrap .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.bootstrap .tab-content > .tab-pane,
.bootstrap .pill-content > .pill-pane {
  display: none;
}
.bootstrap .tab-content > .active,
.bootstrap .pill-content > .active {
  display: block;
}
.bootstrap .tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.bootstrap .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.bootstrap .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.bootstrap .tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.bootstrap .tabs-below > .nav-tabs > .active > a,
.bootstrap .tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.bootstrap .tabs-left > .nav-tabs > li,
.bootstrap .tabs-right > .nav-tabs > li {
  float: none;
}
.bootstrap .tabs-left > .nav-tabs > li > a,
.bootstrap .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.bootstrap .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.bootstrap .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.bootstrap .tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.bootstrap .tabs-left > .nav-tabs .active > a,
.bootstrap .tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.bootstrap .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.bootstrap .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.bootstrap .tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.bootstrap .tabs-right > .nav-tabs .active > a,
.bootstrap .tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.bootstrap .nav > .disabled > a {
  color: #999999;
}
.bootstrap .nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.bootstrap .navbar {
  overflow: visible;
  margin-bottom: 20px;
  color: #777777;
  *position: relative;
  *z-index: 2;
}
.bootstrap .navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.bootstrap .navbar-inner:before,
.bootstrap .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .navbar-inner:after {
  clear: both;
}
.bootstrap .navbar .container {
  width: auto;
}
.bootstrap .nav-collapse.collapse {
  height: auto;
}
.bootstrap .navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.bootstrap .navbar .brand:hover {
  text-decoration: none;
}
.bootstrap .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.bootstrap .navbar-link {
  color: #777777;
}
.bootstrap .navbar-link:hover {
  color: #333333;
}
.bootstrap .navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.bootstrap .navbar .btn,
.bootstrap .navbar .btn-group {
  margin-top: 5px;
}
.bootstrap .navbar .btn-group .btn,
.bootstrap .navbar .input-prepend .btn,
.bootstrap .navbar .input-append .btn {
  margin-top: 0;
}
.bootstrap .navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.bootstrap .navbar-form:before,
.bootstrap .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .navbar-form:after {
  clear: both;
}
.bootstrap .navbar-form input,
.bootstrap .navbar-form select,
.bootstrap .navbar-form .radio,
.bootstrap .navbar-form .checkbox {
  margin-top: 5px;
}
.bootstrap .navbar-form input,
.bootstrap .navbar-form select,
.bootstrap .navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.bootstrap .navbar-form input[type="image"],
.bootstrap .navbar-form input[type="checkbox"],
.bootstrap .navbar-form input[type="radio"] {
  margin-top: 3px;
}
.bootstrap .navbar-form .input-append,
.bootstrap .navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.bootstrap .navbar-form .input-append input,
.bootstrap .navbar-form .input-prepend input {
  margin-top: 0;
}
.bootstrap .navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.bootstrap .navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.bootstrap .navbar-static-top {
  position: static;
  width: 100%;
  margin-bottom: 0;
}
.bootstrap .navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap .navbar-fixed-top,
.bootstrap .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.bootstrap .navbar-fixed-top .navbar-inner,
.bootstrap .navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.bootstrap .navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.bootstrap .navbar-fixed-top .navbar-inner,
.bootstrap .navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap .navbar-static-top .container,
.bootstrap .navbar-fixed-top .container,
.bootstrap .navbar-fixed-bottom .container {
  width: 940px;
}
.bootstrap .navbar-fixed-top {
  top: 0;
}
.bootstrap .navbar-fixed-top .navbar-inner,
.bootstrap .navbar-static-top .navbar-inner {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
}
.bootstrap .navbar-fixed-bottom {
  bottom: 0;
}
.bootstrap .navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.bootstrap .navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.bootstrap .navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.bootstrap .navbar .nav > li {
  float: left;
}
.bootstrap .navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.bootstrap .navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.bootstrap .navbar .nav > li > a:focus,
.bootstrap .navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.bootstrap .navbar .nav > .active > a,
.bootstrap .navbar .nav > .active > a:hover,
.bootstrap .navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.bootstrap .navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.bootstrap .navbar .btn-navbar:hover,
.bootstrap .navbar .btn-navbar:active,
.bootstrap .navbar .btn-navbar.active,
.bootstrap .navbar .btn-navbar.disabled,
.bootstrap .navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.bootstrap .navbar .btn-navbar:active,
.bootstrap .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.bootstrap .navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.bootstrap .navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.bootstrap .navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.bootstrap .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.bootstrap .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.bootstrap .navbar .nav li.dropdown.open > .dropdown-toggle,
.bootstrap .navbar .nav li.dropdown.active > .dropdown-toggle,
.bootstrap .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.bootstrap .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.bootstrap .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.bootstrap .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.bootstrap .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.bootstrap .navbar .pull-right > li > .dropdown-menu,
.bootstrap .navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.bootstrap .navbar .pull-right > li > .dropdown-menu:before,
.bootstrap .navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.bootstrap .navbar .pull-right > li > .dropdown-menu:after,
.bootstrap .navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.bootstrap .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.bootstrap .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.bootstrap .navbar-inverse {
  color: #999999;
}
.bootstrap .navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.bootstrap .navbar-inverse .brand,
.bootstrap .navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap .navbar-inverse .brand:hover,
.bootstrap .navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.bootstrap .navbar-inverse .nav > li > a:focus,
.bootstrap .navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.bootstrap .navbar-inverse .nav .active > a,
.bootstrap .navbar-inverse .nav .active > a:hover,
.bootstrap .navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.bootstrap .navbar-inverse .navbar-link {
  color: #999999;
}
.bootstrap .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.bootstrap .navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.bootstrap .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.bootstrap .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.bootstrap .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.bootstrap .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.bootstrap .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.bootstrap .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.bootstrap .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.bootstrap .navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.bootstrap .navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.bootstrap .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.bootstrap .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.bootstrap .navbar-inverse .navbar-search .search-query:focus,
.bootstrap .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.bootstrap .navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap .navbar-inverse .btn-navbar:hover,
.bootstrap .navbar-inverse .btn-navbar:active,
.bootstrap .navbar-inverse .btn-navbar.active,
.bootstrap .navbar-inverse .btn-navbar.disabled,
.bootstrap .navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.bootstrap .navbar-inverse .btn-navbar:active,
.bootstrap .navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.bootstrap .table {
  width: 100%;
  margin-bottom: 20px;
}

.bootstrap .table th,
.bootstrap .table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.bootstrap .table th {
  font-weight: bold;
}

.bootstrap .table thead th {
  vertical-align: bottom;
}

.bootstrap .table caption + thead tr:first-child th,
.bootstrap .table caption + thead tr:first-child td,
.bootstrap .table colgroup + thead tr:first-child th,
.bootstrap .table colgroup + thead tr:first-child td,
.bootstrap .table thead:first-child tr:first-child th,
.bootstrap .table thead:first-child tr:first-child td {
  border-top: 0;
}

.bootstrap .table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.bootstrap .table-condensed th,
.bootstrap .table-condensed td {
  padding: 4px 5px;
}

.bootstrap .table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
	font-size: 12px;
}

.bootstrap .table-bordered th,
.bootstrap .table-bordered td {
  border-left: 1px solid #dddddd;
}

.bootstrap .table-bordered caption + thead tr:first-child th,
.bootstrap .table-bordered caption + tbody tr:first-child th,
.bootstrap .table-bordered caption + tbody tr:first-child td,
.bootstrap .table-bordered colgroup + thead tr:first-child th,
.bootstrap .table-bordered colgroup + tbody tr:first-child th,
.bootstrap .table-bordered colgroup + tbody tr:first-child td,
.bootstrap .table-bordered thead:first-child tr:first-child th,
.bootstrap .table-bordered tbody:first-child tr:first-child th,
.bootstrap .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.bootstrap .table-bordered thead:first-child tr:first-child th:first-child,
.bootstrap .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.bootstrap .table-bordered thead:first-child tr:first-child th:last-child,
.bootstrap .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.bootstrap .table-bordered thead:last-child tr:last-child th:first-child,
.bootstrap .table-bordered tbody:last-child tr:last-child td:first-child,
.bootstrap .table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.bootstrap .table-bordered thead:last-child tr:last-child th:last-child,
.bootstrap .table-bordered tbody:last-child tr:last-child td:last-child,
.bootstrap .table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.bootstrap .table-bordered caption + thead tr:first-child th:first-child,
.bootstrap .table-bordered caption + tbody tr:first-child td:first-child,
.bootstrap .table-bordered colgroup + thead tr:first-child th:first-child,
.bootstrap .table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.bootstrap .table-bordered caption + thead tr:first-child th:last-child,
.bootstrap .table-bordered caption + tbody tr:first-child td:last-child,
.bootstrap .table-bordered colgroup + thead tr:first-child th:last-child,
.bootstrap .table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.bootstrap .table-striped tbody tr:nth-child(odd) td,
.bootstrap .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.bootstrap .table-hover tbody tr:hover td,
.bootstrap .table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}


.bootstrap input[type="checkbox"], .bootstrap input[type="radio"] {
    background-color: transparent;
    border: medium none;
    width: auto;
	height: auto;
}

/********************************** End Bootstrap *******************************************/


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

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=9daf200d49dde7ef673d)
 * Config saved to config.json and https://gist.github.com/9daf200d49dde7ef673d
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/*
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
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 {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -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: 10px;
  -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: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
*/
.container-fluid * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1290px) {
  .container {
    width: 1270px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.container-fluid.padding {
	padding-left: 20px;
	padding-right: 20px;
}
.container-fluid.margin {
	margin-top: 50px;
	margin-bottom: 50px; 
}
.grey {
	background-color: #ECECEC;
}
.green {
	background-color: #93BB36;
}
.container-fluid.shadow {
	box-shadow: 0 2px 11px 0 rgba(0,0,0,0.2);
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row.no-padding,
.row.no-gutter  {
	margin-left: 0;
	margin-right: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
	.row-eq-height {
	  flex-direction: row;
	}
}
.margin .row {
	margin-right: 0;
}
.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-left: 10px;
  padding-right: 10px;
}
.row.no-gutter .col-xs-1, 
.row.no-gutter .col-sm-1, 
.row.no-gutter .col-md-1, 
.row.no-gutter .col-lg-1, 
.row.no-gutter .col-xs-2, 
.row.no-gutter .col-sm-2, 
.row.no-gutter .col-md-2, 
.row.no-gutter .col-lg-2, 
.row.no-gutter .col-xs-3, 
.row.no-gutter .col-sm-3, 
.row.no-gutter .col-md-3, 
.row.no-gutter .col-lg-3, 
.row.no-gutter .col-xs-4, 
.row.no-gutter .col-sm-4, 
.row.no-gutter .col-md-4, 
.row.no-gutter .col-lg-4, 
.row.no-gutter .col-xs-5, 
.row.no-gutter .col-sm-5, 
.row.no-gutter .col-md-5, 
.row.no-gutter .col-lg-5, 
.row.no-gutter .col-xs-6, 
.row.no-gutter .col-sm-6, 
.row.no-gutter .col-md-6, 
.row.no-gutter .col-lg-6, 
.row.no-gutter .col-xs-7, 
.row.no-gutter .col-sm-7, 
.row.no-gutter .col-md-7, 
.row.no-gutter .col-lg-7, 
.row.no-gutter .col-xs-8, 
.row.no-gutter .col-sm-8, 
.row.no-gutter .col-md-8, 
.row.no-gutter .col-lg-8, 
.row.no-gutter .col-xs-9, 
.row.no-gutter .col-sm-9, 
.row.no-gutter .col-md-9, 
.row.no-gutter .col-lg-9, 
.row.no-gutter .col-xs-10, 
.row.no-gutter .col-sm-10, 
.row.no-gutter .col-md-10, 
.row.no-gutter .col-lg-10, 
.row.no-gutter .col-xs-11, 
.row.no-gutter .col-sm-11, 
.row.no-gutter .col-md-11, 
.row.no-gutter .col-lg-11, 
.row.no-gutter .col-xs-12, 
.row.no-gutter .col-sm-12, 
.row.no-gutter .col-md-12, 
.row.no-gutter .col-lg-12 {
	padding-left: 0;
	padding-right: 0;
}
.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: auto;
}
.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: auto;
}
.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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
}

/* End Bootstrap */

.container-fluid .adminui {
	box-sizing: content-box;
}

/************** CSS for forms and users *******************************************/

.formedit, .users { 
    position:relative;
    border:2px solid #d1e4f7;
    border-top:none;
    font-size:12px;
    margin-bottom:20px;
    background-color: #ffffff;
}

.formedit a, .users a {
        color: #0081D1;
}

.formedit .form_body h1 {margin-top:8px;}
.formedit a:active {outline: none;}
.formedit a:focus{-moz-outline-style: none;}

.formedit label, .users label {
    font-weight:700;
    font-size:13px;
    width: 100px;
}

.formedit span.required, .users span.required{
    color:#BA0000;
    font-family:Verdana;
    font-size:16px;
    font-weight:bold;
    height:16px;
    padding-left:2px;
}
.formedit .formtable, .users .formtable{
    border: 1px solid #cccccc;
    border-right:0;
    width:97%;
    border-top:0;
    margin:15px 14px 30px 14px;
    margin-top:15px;
}
.formedit .formtable tr, .users .formtable tr{
    border:0;
    height:10px;
    background:0;
    font-size:12px;
}

.formedit .formtable th, .users .formtable th{
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background:transparent url(../../images/ecampaign/Th0Slice.gif) top left;
    padding:3px;
    text-align:center;
}
.formedit .formtable td.trow_even, .users .formtable td.trow_even{
    border-right: 1px solid #cccccc;
    background:#f7f7f7;
}

.formedit .formtable td.trow_odd, .users .formtable td.trow_odd{
    border-right: 1px solid #cccccc;
    background:#ffffff;
}

.users .formtable td.trow_even.disabled {background:#fedada;}

.users .formtable td.trow_odd.disabled {background:#f7d3d3;}

.formedit .formtable td, .users .formtable td{
    padding:4px;
    padding-left:5px;
    text-align:center;
}

.formedit .formtable td a, .users .formtable td a { text-decoration:none; outline: none; }
.formedit .formtable td a:hover span, .users .formtable td a:hover span { text-decoration:underline;}

.formedit .formtable td .newtabs a:hover span, .users .formtable td .newtabs a:hover span { text-decoration:none;}

.formedit .formtable .alignleft, .users .formtable .alignleft { text-align:left;}

.formedit .formtable td img, .users .formtable td img{
    padding:0px 4px 0 0;    
}

.formedit .errormessage, .users .errormessage {
    text-align:center;
    padding:5px;
    padding-top:10px;
    margin-bottom:5px;
    background-color:#fde3e2;
    border:1px solid #900b09;
    font-weight:bold;
    width:98%;
    position:absolute;
    top:35px;
    left:3px;
    z-index:1;
}
.modinsertcontent .form_properties .errormessage {
    width:97.5%;
    top:1px;
    left:1px;
}

.formedit .newtabs .ui-tabs, .users .newtabs .ui-tabs{ width: 570px;}
.formedit .newtabs .ui-widget-content, .users .newtabs .ui-widget-content { background-color:#ffffff;}
.formedit .pick_field .newtabs .ui-tabs, .users .pick_field .newtabs .ui-tabs{ 
    width: 520px;
}

.formedit .ui-tabs .ui-tabs-nav, .users .ui-tabs .ui-tabs-nav { width:99.5%; }

.formedit ul, .users ul { list-style: none; padding:0px; margin :0px;min-height:10px;}

.formedit li, .users li {
    border: 1px solid #c1c8ce;
    text-align: left;
    margin:10px 0px;
    padding:15px 0px 0px 0px;
}

.formedit .fieldsection, .users .fieldsection {
    border:none;
    border: 2px solid #3298CB;
    margin-top:30px;
}

.formedit .fieldsection label, .users .fieldsection label {
    font-size:15px;
    font-weight:800;
    color:#3298CB;
}

.formedit .columnssection, .users .columnssection {
    border: 0;
}

.formedit .fieldset, .users .fieldset {
    border: 1px solid #3298CB;
    padding:10px;
    margin: 20px 0px;
}

.formedit .fieldset .fieldsection, .users .fieldset .fieldsection {
    border:none;
    margin:0px;
    padding:0px;
}

.formedit .table_showform, .users .table_showform { width:100%; clear:both;}

.formedit .table_showform input, .formedit .table_showform select,
.users .table_showform input, .users .table_showform select{ font-size:12px; }

.formedit .table_showform .label_td, .formedit .table_showform .values_td,
.users  .table_showform .label_td, .users .table_showform .values_td {text-align:left; float:left;}

.formedit .label_td, .users .label_td { 
    text-align: left;
    padding-left:5px;
    min-width:20%;
    display: block;
    margin-right:5px;
}

.formedit .check_psw, .users .check_psw {clear: left; padding-top:15px;}

.formedit .comment_td, .users .comment_td { 
    text-align: left;
    padding:5px;
    font-size:11px;
    font-style:italic;
}

.formedit .small_label, .users .small_label {
    clear:left;
    float:left;
    width:70px;
}
.formedit .appendLabel tr, .users .appendLabel tr{
    height:10px;
    font-size:12px;
}
.formedit .appendLabel td, .users .appendLabel td { vertical-align:top; }
.formedit hr, .users hr {
    color:#c1c8ce;
    border: 0;
    background-color: #c1c8ce;
    height: 1px;
    text-align: center;
    margin:10px 0px;
}

.formedit .ui-datepicker-trigger, .users .ui-datepicker-trigger {
    margin-bottom:-3px;
    margin-left:5px;
}

.formedit span.required, .users span.required {
    color:#BA0000;
    font-family:Verdana;
    font-size:16px;
    font-weight:bold;
    height:16px;
    padding-left:2px;
}

.formedit .field_error, .users .field_error{ border: 2px solid #fc0505; }

.formedit .error, .users .error{
    color: #fc0505;
    padding-left:8px;
}
.formedit .admin_buttons, .users .admin_buttons {
    float:right;
    margin:0px;
    padding:0px 9px;
    background: transparent url(../../images/admin_button_left.png) no-repeat scroll 0 0;
    width: 210px;
    vertical-align:top;
}

.formedit .column .admin_buttons, .users  .column .admin_buttons  { float: left;margin: 10px 0 0 5px;}

.formedit .dragger, .users .dragger {
    cursor: move;
    background: transparent url(../../images/admin_button_right.png) no-repeat scroll 0 0;
    float:left;
    padding: 3px 8px 1px;
    border-right: 1px solid #88b6cf;
    height:16px;
}

.formedit .admin_buttons a, .users .admin_buttons a {
    background: transparent url(../../images/admin_button_right.png) no-repeat scroll 0 0;
    float:left;
    padding:3px 8px;
    border-right: 1px solid #88b6cf;
    height:14px;
}

.formedit .admin_buttons .lastdelete, .users .admin_buttons .lastdelete { background: transparent url(../../images/admin_button_right.png) no-repeat scroll right top; border:none;}
.formedit .admin_buttons .modify, .users .admin_buttons .modify {
    float:left; 
    font-size:11px;
    color:#000000;      
    padding: 1px 15px 6px 5px;
    text-decoration:none;
}

.formedit .admin_buttons .admin_end, .users .admin_buttons .admin_end { 
    background: transparent url(../../images/admin_button_right.png) no-repeat scroll right top;
    border:none;
}

.formedit .form_properties { padding: 20px 40px 70px 40px;}
.formedit .form_properties form {font-size:12px;}
.formedit .form_properties select {font-size:12px;}
.formedit .form_properties p, .formedit .form_properties .afterpagediv  {margin:10px 0px 10px 10px; clear:both;}
.formedit .form_properties label{ margin-right:10px;}
.formedit .form_properties .method_prebuilt { margin-left:89px;margin-top:10px;}
.formedit .form_properties .newtabs .ui-tabs {width:750px;}
.formedit .form_properties .ui-tabs .ui-tabs-nav, .users .form_properties .ui-tabs .ui-tabs-nav {width:99.6%;}
.modinsertcontent .form_properties { padding: 0px; padding-top:20px;}
.modinsertcontent .form_properties .newtabs .ui-tabs {width:570px;}
.modinsertcontent .form_properties .ui-tabs .ui-tabs-nav {width:99.4%;}
.modinsertcontent .form_properties label{ 
    vertical-align:top;
    margin-right:19px;
}
.modinsertcontent .form_properties input{ 
    float:right; 
    margin-right:50px;
}

.modinsertcontent .form_properties .resultpagediv label{ 
    margin-left:10px;
}

.modinsertcontent .form_properties .resultpagediv input{ 
    margin-right:5px;
}

.modinsertcontent .form_properties .email input{ margin-right:70px;}

.modinsertcontent .form_properties .checkbox_input input{ 
    margin-right:250px; 
    margin-top:2px;
}

.formedit .form_properties  .button_set {
    float:right;
    margin: 20px 20px 0px 0px;
    clear:none;
}
.modinsertcontent .form_properties .afterpage {margin-right:5px;}
.modinsertcontent .form_properties .more_options_wrap {
    float:right;
    margin-right:83px;
    margin-top:-2px;
}
.modinsertcontent .form_properties .more_options {
    left:250px;
    margin-top:0.2em;
    right:auto;
    width:260px;
}
.modinsertcontent .form_properties .more_options li {
    border:none;
    padding: 3px 15px; 
    text-align:left;
    margin:0px;
}
.modinsertcontent .form_properties .more_options .selected {
    padding: 2px 14px;
    border: 1px solid #a5c576;
    background: url(../../images/more_options_menu.gif) bottom left repeat-x;
}
.modinsertcontent .form_properties select {border:1px solid #a5acb2;}

.formedit .sub_bar, .users .sub_bar { background-color:#ebf3fa; color:#206BAE; border-bottom:1px solid #d1e4f7; padding-bottom:10px;}
.formedit .sub_bar .clearfix, .users .sub_bar .clearfix {height:0;}
.showform .sub_bar { background-color:#ebf3fa; height:70px; color:#206BAE; border:1px solid #d1e4f7;}

.showform .sub_bar .button_set {float:left; clear:none; padding: 17px 20px;}

.showform .sub_bar .left_right_buttons { float:right; }
.formedit .sub_bar_bottom, .users .sub_bar_bottom {border:none; border-top:1px solid #d1e4f7; display:block;}
.formedit .forms_path, .users .forms_path {  padding:20px 15px 10px 15px;}

.formedit .new_form {  float:left;}
.formedit .sub_bar .button_set, .users .sub_bar .button_set {float:right; clear:none; padding:15px 15px 10px 0px; margin-top:0px;}
.formedit .sub_bar .form_buttonbar .button_set, .users .sub_bar .form_buttonbar .button_set {padding:1px 15px 10px 0px; }
.formedit .form_buttonbar {
    float:left;
    width:100%;
}

.users .form_buttonbar { margin-top: 15px; }

.formedit .sub_bar .form_buttonbar .add_stuff, .users .sub_bar .form_buttonbar .add_stuff {
    background-color: #d1e4f7;
    padding: 1px 5px;
    margin:0px 15px 0 0;
    height: 33px;
}

.formedit .sub_bar .add_what, .users .sub_bar .add_what {
    float:left; 
    padding: 7px 5px 0 0; 
    color: #000000; 
    font-size:11px;
}

.formedit .button_set.back_button, .users .button_set.back_button {float:left; clear:none;padding: 15px 20px;}
.formedit .add .span2 {background: transparent url(../../images/form_add.png) no-repeat scroll top left; padding:0px 0px 5px 23px; }
.formedit .print .span2, .users .print .span2 {background: transparent url(../../images/print.png) no-repeat scroll top left; padding:2px 0px 5px 23px; }
.formedit .form_properties .span2 {background: transparent url(../../images/forms_properties.png) no-repeat scroll top left; padding:0px 0px 5px 23px; }
.formedit .preview .span2, .users .preview .span2 {background: transparent url("../../images/icons/preview.gif") no-repeat scroll top left; padding:0px 0px 5px 23px; }
.formedit .addfield .span2, .users .addfield .span2 {background: transparent url(../../images/add.png) no-repeat scroll top left; padding:0px 0px 5px 23px;}
.formedit .addsection .span2, .users .addsection .span2 {background: transparent url(../../images/forms_add_section.png) no-repeat scroll top left; padding:0px 0px 5px 23px;}
.formedit .addtab .span2, .users .addtab .span2 {background: transparent url(../../images/icons/add_tab.png) no-repeat scroll top left; padding:0px 0px 5px 23px;}
.formedit .save .span2, .users .save .span2 {background: transparent url(../../images/icons/save.gif) no-repeat scroll top left; padding:0px 0px 5px 23px; }
.formedit .excel .span2, .users .excel .span2 {background: transparent url(../../images/icons/icon_xls.gif) no-repeat scroll top left; padding:2px 0px 5px 23px; }
.users .edit .span2 {background: transparent url(../../images/form_edit.png) no-repeat scroll top left; padding:1px 0px 5px 23px; }
.formedit .back .span2, .users .back .span2, .showform  .back .span2{background: transparent url(../../images/uplevel.png) no-repeat scroll top left; padding:1px 15px 5px 30px; }
.formedit .addcolumns .span2, .users .addcolumns .span2 {background: transparent url(../../images/columns.png) no-repeat scroll left 1px; padding:0px 0px 5px 23px; }
.formedit .filterslink, .users .filterslink { 
    float: left; 
    padding: 0px; 
    margin-left:15px; 
    margin-bottom: 15px;
}

.users .sub_button {
    display:block; 
    height:19px;
    font-size:10px;
    color: #666666;
    text-decoration: none;
    padding-left:5px;
    float:left;
    margin-right:5px;
}

.formedit a.edit_button, .users a.edit_button { 
    float: right; 
    text-decoration:none;
    font-weight:normal;
}

.formedit .edit_button .edit, .users .edit_button .edit {
    background: transparent url(../../images/editfields_img.gif) no-repeat scroll 0 3px; 
    padding:0px 15px 0px 20px;
}

.formedit .edit_button .edit_form, .users .edit_button .edit_form {
    background: transparent url(../../images/form_edit.png) no-repeat scroll 0 3px; 
    padding:4px 15px 4px 20px;
}

.formedit .edit_button .show_data, .users .edit_button .show_data {
    background: transparent url(../../images/show_formdata.png) no-repeat scroll 0 3px; 
    padding:4px 15px 4px 20px;
}

.formedit .selectlink, .users .selectlink {text-decoration:none; font-size:11px;}
.formedit .search, .users .search { 
    margin-bottom: 5px;
    margin-left:15px;
    margin-top:2px;
}

.formedit .search input, .users .search input{ 
    border: 1px solid #e5e5e5; 
    background-color: #ffffff; 
    width:210px;
    padding:7px 5px;
    font-size:12px;
}

.users .sub_bar {
    height:auto;
    clear:both;
    display:inline-block;
    width:100%;
}

.formedit .search_button, .users .search_button { 
    padding:5px;
}
.formedit .select_filters, .users .select_filters {
    clear:both;
    padding: 0 0 20px 20px;
    float: left;
    width:100%;
}

.formedit .select_filters .section, .users .select_filters .section { font-weight: bold; }
.formedit .select_filters .filter_entry, .users .select_filters .filter_entry { padding: 3px 0 5px 0px; clear: both; height:20px;}
.formedit .select_filters .filter_label, .users .select_filters .filter_label { 
    display:block;
    font-weight:normal;
    float:left;
    width: 200px;
}

.formedit .select_filters .filter_option, .users .select_filters .filter_option { 
    float:left; 
    margin-right:20px; 
    font-size: 11px;
    width: 100px;
}

.formedit .select_filters .filter_values, .formedit .select_filters .filter_values input, .formedit .select_filters .filter_values textarea, .formedit .select_filters .filter_values select,
.users .select_filters .filter_values, .users .select_filters .filter_values input, .users .select_filters .filter_values textarea, .users .select_filters .filter_values select {
    font-size: 12px; 
}

.formedit .select_filters .search_button, .users .select_filters .search_button {
    float:left;
    clear: both;
    margin-top: 10px;
}

.formedit .input .span2, .users .input .span2 {background: transparent url(../../images/input_img.png) no-repeat scroll 0px 3px; padding:0px 0px 5px 50px; float:left;}
.formedit .password .span2, .users .password .span2 {background: transparent url(../../images/password_img.png) no-repeat scroll 0px 3px; padding:0px 0px 5px 50px; float:left}
.formedit .textarea .span2, .users .textarea .span2 {background: transparent url(../../images/textarea_img.png) no-repeat scroll 6px 1px; padding:0px 0px 5px 50px; float:left}
.formedit .select .span2, .users .select .span2 {background: transparent url(../../images/select_img.png) no-repeat scroll 1px 3px; padding:0px 0px 5px 50px; float:left}
.formedit .checkbox .span2, .users .checkbox .span2 {background: transparent url(../../images/checkbox_img.png) no-repeat scroll 12px 1px; padding:0px 0px 5px 50px; float:left}
.formedit .radio .span2, .users .radio .span2 {background: transparent url(../../images/radio_img.png) no-repeat scroll 8px 4px; padding:0px 0px 5px 50px; float:left}
.formedit .email .span2, .users .email .span2 {background: transparent url(../../images/email_img.png) no-repeat scroll 6px 1px; padding:0px 0px 5px 50px; float:left}
.formedit .date .span2, .users .date .span2 {background: transparent url(../../images/date_img.png) no-repeat scroll 9px 0px; padding:0px 0px 5px 50px; float:left}
.formedit .upload .span2, .users .upload .span2 {background: transparent url(../../images/upload_img.png) no-repeat scroll 8px 0; padding:0px 0px 5px 50px; float:left}
.formedit .description .span2, .users .description .span2 {background: transparent url(../../images/description_img.png) no-repeat scroll 6px 1px; padding:0px 0px 5px 50px; float:left}
.formedit .number .span2, .users .number .span2 {background: transparent url(../../images/number_img.png) no-repeat scroll 0px 3px; padding:0px 0px 5px 50px; float:left}
.formedit .captcha .span2, .users .captcha .span2 {background: transparent url(../../images/captcha.png) no-repeat scroll 10px 0px; padding:0px 0px 5px 50px; float:left}
.formedit .space .span2, .users .space .span2 {background: transparent url(../../images/empty.png) no-repeat scroll 0px 3px; padding:0px 0px 5px 50px; float:left;}
.formedit .float .span2, .users .float .span2 {background: transparent url(../../images/float.png) no-repeat scroll 0px 3px; padding:0px 0px 5px 50px; float:left;}
.formedit .image .span2, .users .image .span2 {background: transparent url(../../images/icons/images_field.png) no-repeat scroll 10px 1px; padding:0px 0px 5px 50px; float:left;}
.formedit .tiny .span2, .users .tiny .span2 {background: transparent url(../../images/icons/editor_field.png) no-repeat scroll 6px 0px; padding:0px 0px 5px 50px; float:left;}

.formedit .addlabel .span2, .users .addlabel .span2 {background: transparent url(../../images/icons/icon_files.gif) no-repeat scroll 7px 1px; padding:0px 0px 5px 50px; float:left}
.formedit .next .span2, .users .next .span2 {background: transparent url(../../images/logicone/goto_next.png) no-repeat scroll right 5px; padding:0px 20px 0px 0px; float:right}
.formedit .prev .span2, .users .prev .span2 {background: transparent url(../../images/logicone/goto_prev.png) no-repeat scroll 0 5px; padding:0px 0px 0px 20px; float:left}
.formedit .next.inactive .span2, .users .next.inactive .span2 {background: transparent url(../../images/logicone/goto_next_inact.png) no-repeat scroll right 5px; padding:0px 20px 0px 0px; float:right; color:#89a2b8;}
.formedit .prev.inactive .span2, .users .prev.inactive .span2 {background: transparent url(../../images/logicone/goto_prev_inact.png) no-repeat scroll 0 5px; padding:0px 0px 0px 20px; float:left; color:#89a2b8;}
.formedit .pick_field .button_set, .users .pick_field .button_set{
    float:left;
    margin: 0px 10px 0px 10px;
    clear:none;
}
.formedit .pick_field a.left_button .span1, .users .pick_field a.left_button .span1 { width:143px; }

.formedit .showoptions .button_set, .users .showoptions .button_set{
    float:right;
    margin: 20px 65px 10px 0px;
    clear:none;
}

.formedit .showoptions .permissionslink, .users .showoptions .permissionslink,
.formedit .showoptions .multiplelink, .users .showoptions .multiplelink { 
    color:#000000; 
    text-decoration:none;
    margin: 0 10px 0px 8px;
    vertical-align:top;
    font-size:13px;
    font-weight:700;
    width:100px;
}

.formedit .showoptions .permissions td, .users .showoptions .permissions td{
    font-size: 12px;
    padding: 5px 10px;
    text-align:center;
}

.formedit .showoptions a.left_button .span1, .users .showoptions a.left_button .span1  { width:120px;}
.formedit .showoptions form, .users .showoptions form { font-size:11px; margin-left:20px;}
.formedit .showoptions h2, .users .showoptions h2 {margin: 5px 0px 5px 10px; }
.formedit .showoptions #required_opt,
.formedit .showoptions #unique_opt,
.formedit .showoptions #hidden_opt,
.users .showoptions #required_opt,
.users .showoptions #unique_opt,
.users .showoptions #hidden_opt {margin: 5px 0px 0px 10px; }
.formedit .showoptions label, .users .showoptions label {
    margin:0px 10px 15px 8px; 
    vertical-align:top;
    display: inline-block;
    width:80px;
}
.formedit .showoptions label.checkbox_label, .users .showoptions label.checkbox_label {width:auto; margin-bottom:0;}
.formedit .showoptions th label, .users .showoptions th label { margin-bottom:0px;}

.formedit .showoptions tr, .users .showoptions tr { height:25px;margin: 5px 0px 5px 10px; }
.formedit .showoptions th, .users .showoptions th {text-align:left }
.formedit .showoptions td, .users .showoptions td {padding-left:8px; }

.formedit .showoptions .appendLabel, .users .showoptions .appendLabel{ margin-bottom:20px;}
.formedit .showoptions .addoption, .users .showoptions .addoption {
    background: transparent url(../../images/add.png) no-repeat scroll top left; 
    padding:0px 0px 5px 23px;
    font-size:12px;
    margin-left:10px;
}
.formedit .showoptions .removeLink, .users .showoptions .removeLink {
    background: transparent url(../../images/forms_value_remove.png) no-repeat scroll top left; 
    padding:0px 0px 5px 23px;
}

.formedit .page_anchor, .users .page_anchor { 
    float:left; 
    padding:20px 15px;
    margin-left:15px;
    font-size:11px;
    background: transparent url(../../images/green_arrowup.png) no-repeat scroll center left;
}

.formedit .afile { padding-bottom:10px; }
.formedit .page_links, .formedit .pager_foundinfo,
.users .page_links, .users .pager_foundinfo{
    margin-left:15px;
    margin-top:10px;
    font-size:11px;
}
.formedit .page_links a, .users .page_links a {
    padding-left:2px;
    padding-right:2px;
}
.formedit .page_links .page_selected, .users .page_links .page_selected{
    background-color:#206BAE;
    color: #ffffff;
}
.formedit .links_bar, .users .links_bar {clear:both;}

.formedit .links_bar .clearfix, .users .links_bar .clearfix { height:0px;}
.formedit .page_links, .users .page_links {
    float:left;
}
.formedit .order_links, .users .order_links {
    font-size:11px;
    margin-right:15px;
    margin-top:10px;
    float:right;
    position:relative;
}

.formedit .pager, .users .pager {
    margin:15px 14px 10px 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px dotted #7d7d7d;
}

.formedit .pager a:hover, .users .pager a:hover {
    text-decoration: underline;
}

.formedit .pager_foundinfo, .users .pager_foundinfo {
    margin: 0px 0px 8px 0px;
}

.formedit .pager a, .users .pager a {
    display: inline-block;
    padding: 2px 6px;
    border: 1px solid #eaeaea;
    color: #206bae;
    background-color: #faf8fb;
    font-size: 11px;
}

.formedit .pager a.currentpage, .users .pager a.currentpage {
    border: 1px solid #8f8f8f;
    color: #fff;
    background-color: #206bae;
}
.formedit .pager .pager_pagecount, .users .pager .pager_pagecount {
    font-size:11px;
    padding-bottom:40px;
}

.formedit .form_body { padding:0px 30px 40px; }
.users .form_body { padding:0px 30px 10px; }

.formedit .form_body .demo_button, .users .form_body .demo_button {
    padding:5px 10px;
    margin-top:15px;
}
.formedit .formtabledata .no_border, .users .formtabledata .no_border {border-right:none;}
.formedit .formtabledata, .users .formtabledata {border-right:1px solid #cccccc; border-bottom:none;}
.formedit .formtabledata td.trow_even, .formedit .formtabledata td.trow_odd, .users .formtabledata td.trow_even, .users .formtabledata td.trow_odd {border:none; border-bottom: 1px solid #cccccc;}
.formedit .formtabledata td.showform_td, .users .formtabledata td.showform_td {border:none; border-bottom: 1px solid #cccccc;}
.formedit .formtabledata th.left_control, .users .formtabledata th.left_control {padding:4px 4px 4px 5px;text-align:center;border-bottom:none;}
.formedit .formtabledata td.left_control, .users .formtabledata td.left_control{ 
    border-right:1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: url(../../images/tables/rowtitle_bg.png) top right repeat-y;
    padding:0px;
}
.formedit .formtabledata td.left_control img, .users .formtabledata td.left_control img { margin-right:0px;padding:0px;} 
.formedit .modinsertcontent, .users .modinsertcontent { overflow:hidden;}
.modalcontent .formedit, .modalcontent .users {border:none; margin-bottom:0px;}
.formedit .mceEditor table, .users .mceEditor table { margin-left:-6px;}
.formedit .mceEditor td, .users .mceEditor td {padding:0px;}
.formedit .clearfix, .users .clearfix {
}

.formedit .no_data, .users .no_data { 
    padding-left:20px; 
    font-weight:bold;
}

.formedit .warning_bar, .users .warning_bar{
    padding-left:15px;
    padding:8px;
    margin: 10px 10px 10px 10px;
    float:left;
    width: 95%;
    background-color: #faf9db;
    border: 2px solid #D1E4F7;
}

.formedit .warning_bar .warning, .users .warning_bar .warning{
    color: #558eb9;
}

.formedit .warning_bar .control_bar, .users .warning_bar .control_bar {
    padding-top:0px;
    float: right;
    margin: 0px;
    margin-right: 38px;
}

.showform .page_delimiter, .formedit .page_delimiter {
    border: none;
    border-top: 1px dotted;
    margin: 20px -20px;
    padding-top:5px;
}

.formedit .column, .users .column  {
    border: 1px dotted;
    float: left;
    min-height: 60px;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0;
}

.formedit .tabs, .users .tabs  {
    border: 2px solid #01934c;
    min-height: 60px;
    margin-bottom: 10px;
    padding: 0 1%;
}

.formedit .onlydisplay .column, .users .onlydisplay .column {
    border: none;
}

.showform .column, .showform .column  {
    float: left;
}

.showform ul.showformlist { margin: 0px;}

.showform .column { border: 0; }

.previewform {
    margin-left:30px;
    width:93%;
}

.formedit .order_msg, .users .order_msg {
    float: left;
    margin-right:8px;
    padding-top:1px;
}
.formedit .order_button, .users .order_button {
    height:19px;
    background: url(../../images/selectbutton_left.png) no-repeat top left;
    text-decoration:none;
    color: #333333;
    padding: 4px 0px 2px 4px;
    padding: 0px 0px 0px 4px;
    display:block;
    float:left;
}

.formedit .order_button .span1, .users .order_button .span1{
    height:19px;
    background: url(../../images/selectbutton_right.png) no-repeat top right;
    padding: 4px 7px 2px 5px;
    padding: 2px 7px 0px 5px;
    display:block;
}

.formedit .order_button .span2, .users .order_button .span2{
    background: url(../../images/order_down.png) no-repeat 5px 10px;
    padding:5px;
}

.formedit .order_button .span1 img, .users .order_button .span1 img { padding: 0px 5px 1px 5px; display:none;}

.formedit .order_options, .users .order_options {
    background-color: #ffffff;
    border: 1px solid #E5E5E5;
    position:absolute;
    margin-top: 3px;
    right:0px;
    top:18px;
}

.formedit .order_options li, .users .order_options li { 
    border:none;
    padding:0;
    margin:0;
}

.formedit .order_options ul li a, .users .order_options ul li a { text-decoration:none; padding:0px 5px; display: block;}

.formedit .order_options ul li a:hover, .formedit .order_options ul li a.selected,
.users .order_options ul li a:hover, .users .order_options ul li a.selected {   
    background: url(../../images/more_options_menu.gif) bottom left repeat-x;
}

.formedit .order_options ul li a img, .users .order_options ul li a img { display:none;}

.formedit .print_options, .users .print_options{
    background-color: #ffffff;
    border: 1px solid #E5E5E5;
    position:absolute;
    right:40px;
    top:74px;
    z-index:1;
}

.users .print_options{
    right:145px;
}

.formedit .print_options ul, .users .print_options ul {
    margin: 0;
    padding: 5px 0px;
    list-style: none;
    overflow: hidden;
}

.formedit .print_options ul li, .users .print_options ul li {
    display: block;
    padding: 3px 15px;
    text-align: left;
    border:none;
    margin:0;
}
.formedit .print_options ul li .clearfix, .users .print_options ul li .clearfix { height:0;}
.formedit .print_options ul li:hover, .users .print_options ul li:hover {
    padding: 2px 14px;
    border: 1px solid #a5c576;
    background: url(../../images/more_options_menu.gif) bottom left repeat-x;
}

.formedit .print_options ul li a, .users .print_options ul li a {
    display: block;
    color: #21628d;
    font-size: 11px;
    height:auto;
}

.formedit .search_string, .users .search_string { margin-left:15px; }
.formedit .search_string h2, .users .search_string h2 {margin-bottom:3px;}
.users .showform .submit_button {margin-left:30px;}


.users .newtabs .subscription_tabs{ 
    margin: 0px 0px 10px 25px;
    width:93%;
}

.users .newtabs .subscription_tabs .tabform { background-color: #EBF3FA;}
.users .newtabs .subscription_tabs .add_suscr { padding:10px; }
.users .formtable td .ui-tabs-nav a:hover span { text-decoration:none;}
.users .newtabs .subscripttable { margin:10px;}
.users .newtabs .subscripttable tr {font-size: 12px; }
.users .newtabs .subscripttable .delete, .users .newtabs .subscripttable .payall { color: #206BAE; }
.users .formtable .select_box { margin: 15px 4px 10px 30px; font-size:11px; padding:2px;}
.users .formtable .select_box_pay { margin: 15px 4px 10px 68px; font-size:11px; padding:2px;}
.users .formtable .pick_date { font-size:11px; margin-left:10px;}
.users .formtable .hasDatepicker { margin: 0px 0px 0px 5px; font-size:11px; padding:2px;}
.users .formtable .submit_button { padding: 2px 5px; font-size:11px;}
.users .holder .button_set { padding-bottom:5px; }
.users .editmember .search_string h2 { width:auto;} 
.users .editmember .admin_buttons {margin-left: 20px; }

.formedit .onlydisplay h2 , .users .editmember h2 { width:110px;}

.formedit .onlydisplay li,.users .editmember li { border: none; }
.formedit .onlydisplay li .clearfix,.users .editmember li .clearfix{ height: 0px; }
.formedit .onlydisplay li,.users .editmember .onlydisplay li { padding-top: 0px; }
.users .editmember .onlydisplay .label_td { width:30%; }
.formedit .onlydisplay .label_td { width:auto; min-width:auto  }
.formedit .onlydisplay .column ,.users .editmember .onlydisplay .column { padding-left:0; }


.showform a:active {outline: none;}
.showform a:focus{-moz-outline-style: none;}
.showform .selectform {
    float:left;
    font-size:12px;
    height:28px;
    margin-top:2px;
    padding: 5px 0px 5px 10px;
}
.showform .addaform { float:left; clear:none;}
.showform .form_add .span2 {background: transparent url(../../images/form_add.png) no-repeat scroll 0 0px; padding:2px 2px 5px 23px;}

.showform .pickform {
    display:inline-block;
    clear:both;
    border:2px solid #c0c0c0;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;  
    position:relative;  
    margin-bottom:10px;
    z-index: 3;
    width:auto;
    max-width: 170px;
    background-color: #ffffff;
}

.showform .pickform span {
    padding:1px 18px 0 5px;
    font-size:11px;
    float:left;
}

.showform .more_options_wrap {
    float:right;
    padding:2px 4px 0 4px;
    margin-top:0;
    background-color:#ebebeb;
}

.showform .more_options_link { 
    margin-bottom: -2px;
}

.showform .more_options { 
    left:0; 
    margin-top: 6px; 
    right:auto;
    width:166px;
}

.showform .button_options {
    float:right;
    margin-right:5px;
}
.showform .button_options a.left_button, .showform .button_set a.middle_button, .showform .button_set a.right_button {padding: 0 0 0 5px;}
.showform .button_options a.left_button .span1, .showform .button_set a.middle_button .span1, .showform .button_set a.right_button .span1{padding: 10px 0px 0 5px;}
 
.showform .button_options .form_edit .span2 {background: transparent url(../../images/form_edit.png) no-repeat scroll 3px -1px; padding:2px 2px 5px 23px;}
.showform .button_options .form_data .span2 {background: transparent url(../../images/form_data.png) no-repeat scroll 3px 0px; padding:3px 2px 5px 23px;}
.showform .button_options .form_delete .span2 {background: transparent url(../../images/form_delete.gif) no-repeat scroll 3px 2px; padding:5px 2px 5px 23px;}
.showform .form_body h1 {margin-top:5px;}
#popup_container .table_showform textarea { height:auto; width:auto; }

/************** end of CSS for forms and users ******/

.weeklyoffer h2 {
	font-family: 'Roboto Condensed', Helvetica, Arial;
	font-size: 28px;
	font-weight: bold;
	color: #009949;
}

.weeklyoffer .offer-item {
	float: left;
}

.weeklyoffer .offer-item a {
	display: block;
    width: 270px;
    font-family: 'Roboto Condensed', Helvetica, Arial;
    margin: 0 10px 2px 0;
    padding: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background-color: #009949;
    border-radius: 3px;
}

.weeklyoffer .offer-item a:hover {
	background-color: #018B43;
}

.weeklyoffer .products_table td {
	vertical-align: middle;
}

.weeklyoffer.htmlbox p {
	font-size: 18px;
}

.weeklyoffer input[type="radio"] {
	margin: 0 8px;
}

.weeklyoffer .back {
	display: none;
}

.weeklyoffer a.save-button {
	display: block;
	width: 280px;
	margin: 20px 0 25px 0;
	padding: 2px 30px 0 30px;
	text-align: center;
	font-family: 'Roboto Condensed', Helvetica, Arial;
	color: #fff;
	font-size: 19px;
	line-height: 40px;
	font-weight: 500;
	background-color: #009949;
	text-decoration: none;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
	transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
	border-radius: 22px;
	cursor: pointer;
}

.weeklyoffer a.save-button:hover {
	color: #fff;
	background-color: #018B43;
	text-decoration: none;
}

.weeklyoffer label {
	font-family: 'Roboto Condensed', Helvetica, Arial;
	font-size: 17px;
	line-height: 28px;
}

#main .search {
	margin: 20px 0 30px 0;
}

#main .search input {
	width: calc(100% - 45px);
    height: 40px;
    padding: 0 15px;
    font-family: 'Roboto Condensed', Helvetica, Arial;
    font-size: 17px;
    border: 1px solid #BBBBBB;
    border-radius: 2px;
}

#main .search button {
	float: right;
    background: #009949 url(../../images/site/search-white-icon.svg) center center no-repeat;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}

#main .search button:hover {
	background-color: #018B43;
}

.cc_container {
	font-family: 'Roboto Condensed', Helvetica, Arial !important;
	font-size: 17px !important;
	color: #696969 !important;
	opacity: 0.9;
}

.cc_container .cc_btn, 
.cc_container .cc_btn:visited {
	color: #fff !important;
	font-weight: 600;
	line-height: 44px;
	background-color: #009949 !important;
	border-radius: 3px !important;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
}

.cc_container .cc_btn:hover, 
.cc_container .cc_btn:active {
	background-color: #018B43 !important;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
}

/* My Account */

#nav .loginsnippet .treemenu { 
	float: left;
	position: relative;
	margin: 0; 
	width: auto;
	font-family: 'Roboto Condensed', Arial;
}

#nav .loginsnippet .myaccount {
	display: inline-block;
	padding: 0 10px 0 20px;
	font-size: 17px;
	line-height: 38px;
	text-decoration: none;
	color: #009949;
	border: 2px solid #009949;
	border-radius: 20px;
}

#header .loginsnippet .myaccount span {
	content: '';
	display: inline-block;
	float: left;
	width: 15px;
	height: 19px;
	margin: 8px 5px 0 0;
	background-image: url(../../images/site/human-icon-green.svg);
	background-size: cover;
}

#header .loginsnippet .myaccount:after {
	content: '';
	display: inline-block;
	float: right;
    font-family: "ElegantIcons";
    content: "\33";
}
	


#nav .loginsnippet .circle-title {
	float: left;
	line-height: 24px;
	font-size: 14px;
}

#nav .loginsnippet ul { 
	margin: 0; 
	padding: 0; 
	width: 100%;
	list-style: none; 
	position: relative;
	z-index: 12;
}

#nav .loginsnippet li { list-style: none; display: inline; margin: 0; }

#nav .loginsnippet ul li { 
	float: left; 
	display: inline-block; 
	position: relative;
	margin: 0; 
	padding: 0 0 10px 0;
	text-decoration: none;  
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 12;
}

#nav .loginsnippet ul li a { 
	display: inline-block; 
	float: left;   
	padding: 0 10px; 
	margin: 0;
	color: #424242;
	line-height: 44px;
	border-radius: 3px;
}

#nav .loginsnippet ul li > a:hover { 
	/*
	background-color: #e9e9e9;
	color: #d6fce3;
	*/
	text-decoration: none;
}

#nav .loginsnippet ul li a.myaccount-login,
#nav .loginsnippet ul li a.myaccount-register {
	display: inline;
	padding: 0;
	color: #008B2F;
	font-weight: 600;
	float: none;
	line-height: 24px;
}

#nav .loginsnippet ul li a.myaccount-username {
	display: inline;
	padding: 0;
	color: #008B2F;
	font-weight: normal;
	float: none;
	line-height: 24px;
}

#nav .loginsnippet ul li.divider {
	padding: 0 20px;
}

#nav .loginsnippet ul li.divider span {
	display: block;
	width: 160px;
	height: 1px;
	margin: 5px 0;
	background-color: #cbcbcb;
}

#nav .loginsnippet ul > li.haschild:hover {
}

#nav .loginsnippet ul > li.haschild:hover li {
	background: none;
}

#nav .loginsnippet ul > li.haschild:hover > a {

}

#nav .loginsnippet ul li.active > a {
	/*background-color: #67b548;*/
	color: #696969;
}

#nav .loginsnippet ul li.active li a,
#nav .loginsnippet ul li:hover li a {
	background-color: #ffffff;
	border: none;
}

#nav .loginsnippet ul li.account > a:before {
	display: inline-block;
	float: left;
	font-size: 22px;
	line-height: 44px;
	margin: 0 5px 0 0;
	font-family: ElegantIcons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	content: "\e08a";
}

#nav .loginsnippet ul ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	position: absolute;
	left: -3px;
    top: 70px;
	width: 200px;
    padding: 10px 0 15px 0;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);
	z-index: 12;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

#nav .loginsnippet ul li:hover > ul {
	top: 50px;
	visibility: visible;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

#nav .loginsnippet li li {
	height: auto;
	padding: 0 20px;
	border-radius: 0;
	text-align: left;
	z-index: 12;
}

#nav .loginsnippet li li:first-child {
	border-top: none;
}

#nav .loginsnippet .treemenu li li a {
	height: auto;
	width: 160px;
    padding: 10px 0;
	text-transform: none;
	border-left: none;
	font-size: 17px;
	line-height: 19px;
	color: #424242;
	background-color: #ffffff;
	border-radius: 0;
}
#nav .loginsnippet li ul li:first-child a {

}
#nav .loginsnippet ul li:hover li a {
	
}

#nav .loginsnippet .treemenu li li a.logout:after {
	content: "";
	display: inline-block;
	float: right;
	margin-left: 5px;
	width: 20px;
	height: 15px;
	background-image: url(../../images/site/logout.svg);
	background-size: cover;
} 

#nav .loginsnippet ul > li.haschild:hover > a:after,
#nav .loginsnippet ul > li.haschild.active > a:after {
	color: #dffde9;
}

#nav .loginsnippet .treemenu ul li:hover li:hover > a,
#nav .loginsnippet ul ul li a:hover {
	text-decoration: none;
	color: #009949;
	background: none;
}

#header .loginsnippet a.logout {
	text-transform: none;
}

#header .loginsnippet a.logout:before {
	content: none;
}

#nav .loginsnippet ul li:hover > ul ul {
	top: 0;
}

#nav .loginsnippet ul ul ul {
	top: 0;
	left: 260px;
	z-index: 13;
}

#nav .loginsnippet .treemenu.responsivenav {
		display: none;
}

/* End My Account */

#nav .htmlbox {
	float: right;
	margin: 70px 25px 0 0;
}

#header.cloned .htmlbox {
	margin-top: 28px;
}

#nav .htmlbox a.b2b-button {
	display: inline-block;
	padding: 2px 30px 0 30px;
	font-size: 16px;
	line-height: 38px;
	text-decoration: none;
	color: #fff;
	border-radius: 20px;
	background-color: #009949;
}

#nav .htmlbox a.b2b-button:hover {
	background-color: #018B43;
}

#nav .htmlbox a.edu,
#nav .htmlbox a.edu:focus,
#nav .htmlbox a.edu:active,
#nav .htmlbox a.edu:visited {
	display: inline-block;
	padding: 2px 30px 0 30px;
	font-size: 16px;
	line-height: 36px;
	text-decoration: none;
	color: #009949;
	border-radius: 20px;
	border: 2px solid #009949;
	background-color: #fff;
}

#nav .htmlbox a.edu:before {
	content: '';
	display: inline-block;
	float: left;
	width: 35px;
	height: 19px;
	margin: 8px 8px 0 0;
	background-image: url(../../images/site/education-icon.svg);
	background-size: cover;
}

#nav .htmlbox a.edu:hover {
	background-color: #d4ece0;
}

#nav .htmlbox a:focus,
#nav .htmlbox a:active, 
#nav .htmlbox a:visited {
	outline:none;
	border: 0;
	-moz-outline-style: none;
}


#nav .htmlbox a.b2b-button:before {
	content: '';
	display: inline-block;
	float: left;
	width: 20px;
	height: 19px;
	margin: 8px 8px 0 0;
	background-image: url(../../images/site/cart-icon.svg);
	background-size: cover;
}

span.ot-sdk-show-settings {
	color: #009949;
	cursor: pointer;
}

span.ot-sdk-show-settings:hover {
	text-decoration: underline;
}

button.onetrust-pc-btn-handler,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus {
	outline: none !important;
}

@media (max-width: 414px) {
	#nav .htmlbox {
		float: none;
		margin: 0;
		position: absolute;
		top: 180px;
		left: 10px;
	}

	#nav .htmlbox a.b2b-button {
		padding: 2px 15px 0 15px;
	}

	#nav .htmlbox a.edu, 
	#nav .htmlbox a.edu:focus, 
	#nav .htmlbox a.edu:active, 
	#nav .htmlbox a.edu:visited {
		padding: 2px 15px 0 15px;	
	}

	#subnav.firstpage {
		/*margin-top: 60px;*/
	}

	#responsive-nav {
		margin-top: 60px;
	}
}


ul.gallery {
	width: 100%;
}

.synactis .showform,
.synactis .showform label {
	font-family: 'Roboto Condensed', Arial;
	font-size: 22px;
}

.synactis .showform .comment_td {
	padding: 10px;
	font-family: 'Roboto Condensed', Arial;
	font-size: 18px;
}

.synactis .showform button.submit_button {
	color: #fff;
    display: block;
    padding: 10px 20px;
    border: none;
    background-color: #018B43;
    border-radius: 3px;
	font-family: 'Roboto Condensed', Arial;
	font-size: 20px;
}

.synactis .showform button.submit_button:hover {
	background-color: #009949;
}

/* Popup *************************/

#popup-fondnoir { 
	display: none; 
	position: fixed; 
	top: 0; 
	right: 0; 
	width: 100%; 
	height: 100%; 
	background-color:#80879c; 
	opacity: 0.8; 
	z-index: 100000;  
	filter: alpha(opacity=80); 
}

#popup-body { 
	display: none; 
	position: fixed; 
	top: 200px; 
	left: 50%; 
	transform: translate(-50%, 0); 
	border-radius: 10px; 
	box-shadow: 0 0 61px 0 rgba(0,0,0,0.50);
	background-color: #fff;
	width: 100%; 
	max-width: 600px; 
	min-height: 250px; 
	z-index: 200000;
}

#popup-body p { line-height: 1.54 }

.popup-btn { 
	padding: 15px 30px 15px 30px; 
	border-radius: 28px; 
	font-size: 18px; 
	text-decoration: none; 
	font-weight: bold; 
	white-space: nowrap; 
	margin-bottom: 10px; 
	margin-left: 20px;
	clear: both; 
	display: inline-block;
}

a.popup-btn:hover { text-decoration: none; }

#popup-close {
	position: absolute; 
	top: 20px; 
	right: 20px; 
	cursor: pointer;
}

#popup-container {
	padding: 40px 20px 20px 20px;
	overflow: hidden;
}

#popup-container .htmlbox {
	margin: 0;
}

#popup-container .htmlbox p {
	margin: 1em 0;
}

#infographics {
	padding: 50px 20px 0 20px;
}

#infographics .showform {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#infographics .info-box {
	width: calc(20% - 20px);
	padding: 25px 20px 40px 20px;
	background: #F2F2F2;
	border-radius: 20px;
	text-align: center;
	color: #009949;
}

#infographics .info-box .infoicon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 110px;
}

#infographics .info-box .number {
	margin-bottom: 10px;
	font-size: 46px;
	line-height: 58px;
	font-weight: bold;
}

#infographics .info-box .title {
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
}

#infographics .info-box .subtitle {
	font-size: 19px;
	line-height: 28px;
	font-weight: normal;
}

@media (max-width: 1024px) {
	#infographics .info-box {
		width: calc(33% - 20px);
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	#infographics .info-box {
		width: calc(50% - 20px);
	}
}

@media (max-width: 514px) {
	#infographics .showform {
		justify-content: center;
	}

	#infographics .info-box {
		width: calc(100% - 20px);
	}
}
