/* containers */

body {
	background-color: #e9e9e9;
}

input, textarea, select {
	border: 0px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

.website-section {
	padding-bottom: 30px;
	padding-top: 30px;
	width: 100%;
}

#banner.website-section {
	padding-top: 0px;
	padding-bottom: 0px;
}

.website-section:first-child {
	padding-top: 25px;
}

.website-section.blue {
	background: #9bbbd8;
	color: #fff;
}

.website-section.blue .text-container {
	color: #181818;
}

.website-section.white {
	background: #fff;
}

.logo {
	margin-top: 10px;
	margin-bottom: 30px;
}

.text-container {
	width: 100%;
	float: left;
}

.text-container article {
	margin-bottom: 40px;
	float: left;
}

/***/

/* headers */

.site-wrapper h2 {
	font-size: 50px;
	font-weight: 300;
	line-height: 64px;
	letter-spacing: -2px;
	margin: 0px 0 30px 0;
	overflow: hidden;
	width: 100%;
}

#website-header {
	padding-bottom: 0;
}

.logo h1 {
	margin: 0;
	text-align: center;
}

.text-container h3 {
	font-weight: 300;
	color: #2a4c67;
	font-size: 36px;
	letter-spacing: -1px;
}

.thank-you .text-container h3 {
	font-size: 28px;
}

h5 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	color: #2a4c67;
	line-height: 28px;
	font-weight: 600;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

/***/

/* logo */

.logo img {
	width: 70%;
}

/***/

/* menu */

.menu-button {
	width: 40px;
	height: 40px;
	background-image: url(../img/button-menu.gif);
	background-repeat: no-repeat;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	display: block;
	float: left;
	z-index: 1000;
	cursor: pointer;
	position: relative;
}

.menu {
	position: absolute;
	z-index: 2000;
	top: 41px;
	left: 0px;
	background-color: #2a4c67;
	width: 100%;
	border-top: 1px solid #476882;
	display: none;
}

.menu li {
	border-bottom: 1px solid #476882;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
}

.menu li a {
	color: #fff;
}

/***/

/* social */

.social-nav-container {
	float: right;
	margin-bottom: 80px;
}

.social-icons {
	position: fixed;
	bottom: 0px;
	z-index: 5000;
	width: 100%;
	background-color: #d7d7d7;
	left: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

.social-icons li {
	display: inline;
	margin-left: 40px;
}

.social-icons li:first-child {
	margin-left: 0px;
}

.social-icons .iconsprite {
	vertical-align: middle;
}

.iconsprite {
	display: inline-block;
}

.social-icons li a {
	background-repeat: no-repeat;
}

.icon-rss {
	background-image: url(../img/icon-rss.png);
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
}

.icon-rss:hover {
	background-image: url(../img/icon-rss-hover.png);
}

.icon-twitter {
	background-image: url(../img/icon-twitter.png);
	-webkit-background-size: 15px 11px;
	background-size: 15px 11px;
	width: 15px;
	height: 11px;
}

.icon-twitter:hover {
	background-image: url(../img/icon-twitter-hover.png);
}

.icon-facebook {
	background-image: url(../img/icon-fb.png);
	-webkit-background-size: 7px 12px;
	background-size: 7px 12px;
	width: 7px;
	height: 12px;
}

.icon-facebook:hover {
	background-image: url(../img/icon-fb-hover.png);
}

.icon-linkedin {
	background-image: url(../img/icon-linkedin.png);
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
}

.icon-linkedin:hover {
	background-image: url(../img/icon-linkedin-hover.png);
}

.icon-youtube {
	background-image: url(../img/icon-youtube.png);
	-webkit-background-size: 21px 15px;
	background-size: 21px 15px;
	width: 21px;
	height: 15px;
}

.icon-youtube:hover {
	background-image: url(../img/icon-youtube-hover.png);
}

/* searchbar */

.top-functionality-container {
	width: 100%;
	position: relative;
	float: left;
}

.searchbar {
	position: absolute;
	width: 100%;
	z-index: 1000;
	top: 60px;
}

.searchbar input[type="text"] {
	padding-left: 10px;
	position: relative;
	border: 0px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	color: #484646;
	font-size: 13px;
	width: 100%;
	z-index: 2000;
	float: right;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.searchbar input[type="submit"] {
	position: absolute;
	top: 0px;
	right: 10px;
	border: 0px;
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/icon-search-arrow.png);
	-webkit-background-size: 15px 12px;
	background-size: 15px 12px;
	text-indent: -999999px;
	z-index: 3000;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.mobile-search-button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/icon-search-mobile.png);
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	background-color: #9bbbd8;
	z-index: 4000;
	cursor: pointer;
}

.user-welcome {
	float: left;
	height: auto;
	display: inline-block;
	position: relative;
}

.user-welcome span {
	font-size: 13px;
	line-height: 40px;
	height: 40px;
	margin-left: 20px;
	width: 100%;
	overflow: hidden;
	float: left;
	color: #2a4c67;
	font-weight: 600;
	cursor: pointer;
	display: none;
}

.edit-button {
	position: relative;
	margin-left: 5px;
	float: left;
	width: auto;
	font-size: 12px;
	padding: 0px 8px;
	background-color: #2a4c67;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
}

.edit-button:hover {
	color: #fff;
	text-decoration: none;
}



/***/

/* buttons */

.login-button {
	background-color: #f1705d;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 5px;
	color: #fff;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.standard-button, .cart-icon {
	background-color: #a0bed9;
	font-size: 12px;
	line-height: 13px;
	font-weight: 300;
	padding: 10px;
	display: block;
	float: left;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

.cart-icon {
	height: 40px;
	width: 40px;
	margin-top: 5px;
	padding: 0px;
	float: right;
	background-image: url(../img/icon-cart.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 15px;
	border-radius: 50%;
	display: none;
}

.standard-button.no-stock {
	background-color: #f1705d;
}

.standard-button.navy, .cart-icon.navy {
	background-color: #2a4c67;
}

.standard-button.red {
	background-color: #f1705d;
}

.standard-button.out-of-stock {
	cursor: default;
	background-color: #9bbbd8;;
}

.standard-button.out-of-stock:hover {
	text-decoration: none;
}

.login-button:hover,
.standard-button:hover {
	color: #fff;
}

/***/

/* banner */

#banner {
	background-color: #fff;
}

#banner .container {
	height: 220px;
	position: relative;
	overflow: hidden;
	z-index: 100;
	top: 0px;
	left: 0;
}

#banner .slide-container {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	margin: 0 auto;
	top: 0;
	left: 0;
	background-color: #fff;
}

#banner .slide-container.active {
	z-index: 3;
}

#banner .banner-text {
	display: block;
	font-size: 26px;
	line-height: 28px;
	font-weight: 300;
	padding-top: 30px;
	padding-right: 20px;
	/*background-image: url(../img/banner-text-bg.png);*/
	background-repeat: repeat;
	height: 100%;
	color: #181811;
	width: 60%;
	position: absolute;
	top: 0px;
}

#banner .image-container {
	position: relative;
	width: 100%;
	height: 220px;
}

#banner .image-container img {
	height: 100%;
	float: right;
}

#banner .banner-text span {
	color: #6da0ce;
}

#banner .banner-text span.nowrap {
	white-space: nowrap;
}

#banner .banner-text:hover {
	text-decoration: none;
}

/* homepage signup form */

.icon-user {
	background-image: url(../img/icon-user.png);
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
}

.icon-password {
	background-image: url(../img/icon-password.png);
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
}

#advertising-space .form {
	background: #2a4c67;
}

#advertising-space .form .form-title {
	display: block;
	padding: 10px 15px;
	font-size: 1.143em;
}

#advertising-space .form .form-content {
	background: #f0f0f0;
	padding: 18px;
}

#advertising-space .form .form-content .input-box {
	position: relative;
	background: #fff;
	padding: 10px 10px 10px 40px;
}

#advertising-space .form .form-content .input-box .iconsprite {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -7px;
}

#advertising-space .form .form-content .username {
	border-bottom: 1px solid #606367;
}

#advertising-space .form .form-content input {
	border: 0 none;
	color: #81858b;
	width: 100%;
}

#advertising-space .form .form-content .input-box.error, textarea.error, select.error , #ddlRecipient.error {
	border-bottom: 2px solid #d82106;
}

#advertising-space .form .form-content .input-box.error input {
	color: #d82106;
}

#advertising-space .error-message {
	color: #d82106;
	font-size: 11px;
	width: 100%;
}

#advertising-space .error-message span {
	width: 100%;
	display: inline-block;
	margin-top: 5px;
}

#advertising-space .form .form-content .buttons > a {
	display: block;
	padding: 10px;
}

#advertising-space .form .form-content .buttons .sign-in {
	background: #f1705d;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin: 15px 0;
}

#advertising-space .form .form-content .buttons .forgot-password {
	background: #79656e;
	font-weight: 600;
	text-align: center;
	color: #fff;
}

#advertising-space .form .form-content-under {
	text-align: center;
	padding: 15px 0;
}

#advertising-space .form .form-content-under a {
	display: inline-block;
	width: 80%;
	color: #fff;
	font-weight: 600;
	font-size: 1.429em;
	border: 1px solid #79656e;
	padding: 5px;
	margin: 15px 0 0 0;
}

/* homepage sections */

#advertising-space p:first-child {
	margin-top: 30px;
}

#magazines-supplements ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#magazines-supplements ul li {
	margin-bottom: 20px;
}

#magazines-supplements ul li img {
	border: 3px solid #facecf;
	width: 100%;
}

#online-shop ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#online-shop ul li {
	margin: 0 0 50px 0;
	float: left;	
}

#online-shop ul li a {
    border: 3px solid #facecf;
	max-height: 120px;
	height: 120px;
	width: 100%;
	display: block;
	float: left;
	overflow: hidden;
}

#online-shop ul li img {
	width: 100%;
}

#company-news h3 a {
	color: #2a4c67;
	margin: 0 0 10px;
}

#company-news h3 a:hover {
	text-decoration: none;
}

#company-news .article-summary article {
	border-bottom: 1px solid #626569;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#company-news .times-of-malta {
	margin: 20px 0 0 0;
}

#company-news .times-of-malta h3 a {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 400;
	color: #f2a834;
	text-transform: uppercase;
	background-image: url(../img/icon-times-of-malta-rss.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	padding-left: 36px;
}

#company-news .times-of-malta h3 a:hover {
	text-decoration: none;
}

#company-news .date {
	color: #181818;
	font-size: 1.125em;
}

#carrer-opportunities h3 a {
	color: #2a4c67;
	margin: 0 0 10px;
}

#carrer-opportunities h3 a:hover {
	text-decoration: none;
}

#carrer-opportunities .article-summary article {
	border-bottom: 1px solid #626569;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#carrer-opportunities .article-summary .readmore {
	color: #f1705d;
}

/***/

/* footer */
	
footer {
	padding-bottom: 54px;
	font-size: 12px;
	font-weight: 600;
}

footer ul {
	margin-top: 20px;
}

footer li {
	width: 100%;
	border-bottom: 1px solid #9bbbd8;
	height: 30px;
	line-height: 30px;
}

footer li a {
	color: #181818;
}

footer a:hover {
	color: #428bca;
	text-decoration: none;
}

footer span a:hover {
	text-decoration: underline;
}

footer li.active a {
	color: #428bca;
}

footer span {
	width: 100%;
	float: left;
}

footer span:first-child {
	margin-top: 20px;
}


/***/

/*********************************************************************************************************************/

/* subpage */

.parent-category {
	color: #2a4c67;
	font-size: 16px;
}

.parent-category:hover {
	color: #2a4c67;
	text-decoration: none;
}

/* submenu */

.submenu {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.submenu li {
	float: left;
	display: inline;
	margin-right: 1px;
	margin-bottom: 1px;
}

.submenu li a {
	color: #fff;
	background-color: #95b8d7;
	display: block;
	float: left;
	padding: 7px 9px;
	font-weight: 300;
}

.submenu li a:hover {
	text-decoration: none;
	background-color: #5f85a6;
}

.submenu li.active-submenu a {
	background-color: #2a4c67;
}

/***/

/* text and images */

.text-image-small {
	width: 150px;
	margin-bottom: 15px;
	overflow: hidden;
}

.text-image-small img,
.text-image-big img {
	width: 100%;
}

.text-image-small.f-left {	
	float: left;
	margin-right: 15px;
}

.text-image-small.f-right {	
	float: right;
	margin-left: 15px;
}

.text-image-big {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
}

p a, dd a {
	display: inline;
	color: #f1705d;
}

p a:hover, dd a:hover {
	color: #f1705d;
	text-decoration: underline;
}

.text-container ul {
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	width: 100%;	
}

.text-container li {
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 15px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	float: left;
}

.text-container .sitemap > li > a {
	text-transform: uppercase;
	border-bottom: 1px solid #428bca;
	text-decoration: none;
}

.text-container .sitemap > li {
	background-image: none;
	padding-left: 0px;
}

.text-container li a {
	text-transform: none;
	border: 0px;
}

.text-container ul ul {
	margin-bottom: 0px;
}

.text-container li + ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

.section-content .table ul {
	margin-left: 0px;
}

/* table */

.table-container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	height: auto !important;
}

.table-head {
	border-bottom: 1px solid #fff;
	width: 100%;
	display: table;
	vertical-align: middle;
	background-color: #2a4c67;
}

.text-container .table ul,
.table ul {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.text-container .table li,
.table li {
	font-size: 12px;
	line-height: 16px;	
	float: left;
	width: 25%;
	overflow: hidden;
	height: auto;
	background-image: none;
	margin-bottom: 0px;
}

.table .table-head li {
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0px;
}

.table .table-head li span, .table span {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	height: auto;
	float: left;
}

.table-row {
	background-color: #e9e9e9;
	float: left;
	border-bottom: 1px solid #fff;
	width: 100%;
}

/* team gallery */

.team-gallery-container {
	padding-top: 20px;
	display: inline-block;
	width: 100%;
}

.flip-container {
	width: 48.8%;
	height: 175px;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	position: relative;
}

.flip-container .image-container {
	width: 100%;
	height: 175px;
	overflow: hidden;
	display: block;
	float: left;
}

.flip-container div {
	width: 100%;
	position: relative;
	z-index: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}

.flip-container div.back {
	left: -999px;
	background-color: #2A4C67;
}		

.flip-container:hover {
	text-decoration: none;
}

.flip-container p {
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 80%;
	font-size: 16px;
	margin-bottom: 0px;
}

.flip-container p span {
	font-size: 13px;
	line-height: 18px;
	color: #9bbbd8;
	width: 100%;
	display: block;
	margin-top: 10px;
}

.flip-container img {
	height: 100%;
	position: absolute;
	top: -99999px;
	bottom: -99999px;
	left: -99999px;
	right: -99999px;
	margin: auto;
}

.no-content .flip-container p {
	bottom: 60px;	
}

.no-content .flip-container ul {
	width: 78%;
	position: absolute;
	bottom: 25px;
	left: 20px;
	margin: 0px;
	padding: 0px;
}

.no-content .flip-container ul li {
	display: block;
	float: left;
	margin-right: 10px;
	background-image: none;
	padding-left: 0px;
	margin-bottom: 0px;
	width: 20px;
}

.no-content .flip-container ul li a {
	width: 20px;
	height: 20px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

.no-content .flip-container ul li.mail-white a {
	background-image: url(../img/icon-team-mail-white.png);
	-webkit-background-size: 16px 12px;
	background-size: 16px 12px;
}

.no-content .flip-container ul li.facebook-white a {
	background-image: url(../img/icon-team-fb-white.png);
	-webkit-background-size: 10px 15px;
	background-size: 10px 15px;
}

.no-content .flip-container ul li.linked-white a {
	background-image: url(../img/icon-team-linkedin-white.png);
	-webkit-background-size: 15px 16px;
	background-size: 15px 16px;
}

.no-content .flip-container ul li.twitter-white a {
	background-image: url(../img/icon-team-twitter-white.png);
	-webkit-background-size: 14px 13px;
	background-size: 14px 13px;
}

/* team detailed */

.site-wrapper h2.team-member-name {
	margin-bottom: 0px;
	margin-top: 40px;
}

.team-member-title {
	color: #a0bed9;
	font-weight: 300;
	font-size: 24px;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.team-member-image-container {
	width: 100%;
	overflow: hidden;
	max-height: 450px;
}

.team-member-image-container img {
	width: 100%;
}

.team-member-info {
	width: 100%;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
}

.team-member-info li {
	width: 100%;
	float: left;
}

.team-member-info li a {
	font-size: 13px;
	color: #2a4c67;
	font-weight: 600;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
}

.team-member-info li a.team-mail {
	background-image: url(../img/icon-team-mail.png);
	-webkit-background-size: 16px 12px;
	background-size: 16px 12px;
}

.team-member-info li a.team-linkedin {
	background-image: url(../img/icon-team-linkedin.png);
	-webkit-background-size: 15px 16px;
	background-size: 15px 16px;
}

.team-member-info li a.team-facebook {
	background-image: url(../img/icon-team-fb.png);
	-webkit-background-size: 10px 15px;
	background-size: 10px 15px;
}

.team-member-info li a.team-twitter {
	background-image: url(../img/icon-team-twitter.png);
	-webkit-background-size: 14px 13px;
	background-size: 14px 13px;
}

/* products */

.product-image-container {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	border: 5px solid #fff;
}

.product-image-container img {
	width: 100%;
}

.product-name {
	width: 100%;
	float: left;
	position: relative;
}

.product-name h4 {
	background-color: #fff;
	color: #f1705d;
	display: block;
	float: left;
	font-size: 30px;
	line-height: 28px;
	padding: 10px;
	margin: 0 0 20px 0;
	letter-spacing: -2px;
	font-weight: 300;
}

/***/

/* services */

.services-list {
	counter-reset: anl-counter;
}
.services-list dt:before {
	content: counter(anl-counter);
	counter-increment: anl-counter;
	background-image: url(../img/ol-bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: 33px 33px;
	background-size: 33px 33px;
	width: 33px;
	height: 33px;
	float: left;
	text-align: center;
	margin-right: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 33px;	
}

.services-list dt {
	font-size: 36px;
	line-height: 38px;
	font-weight: 300;
	color: #2a4c67;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.services-list dd {
	margin-bottom: 30px;
}

/***/

/* careers */

.apply-popup {
	position: fixed;
	top: 20px;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	background-color: #9bbbd8;
	border: 1px solid #fff;
	padding: 30px;
	display: none;
	z-index: 6000;
}

.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 14px;
	height: 14px;
	background-image: url(../img/button-close.png);
	background-repeat: no-repeat;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
	cursor: pointer;
}

.apply-popup p {
	color: #2a4c67;
	font-size: 18px;
}

.apply-popup p span {
	font-weight: 600;
}

.apply-popup input[type="text"],
.apply-popup textarea {
	width: 100%;
	background-color: #fff;
	margin-top: 10px;
	text-indent: 15px;
}

.apply-popup input[type="text"] {
	height: 40px;
	line-height: 40px;
}

.apply-popup textarea {
	padding-top: 10px;
	height: 80px;
}

.apply-popup input[type="submit"] {
	float: right;
	margin-top: 10px;
}

.apply-popup input[type="submit"]:hover {
	text-decoration: underline;
}

.apply-popup .file-input {
	width: 100%;
	background-color: #fff;
	margin-top: 10px;
}

.apply-popup .file-input .NFI-button {
	background-color: #2a4c67;
	font-size: 12px;
	line-height: 40px;
	font-weight: 300;
	height: 40px;
	text-align: center;
	display: block;
	float: left;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	width: 40%;
}

.apply-popup .file-input .NFI-button:hover {
	text-decoration: underline;
}

.apply-popup .file-input .NFI-filename {
	width: 60%;
}

.apply-popup input.error,
.apply-popup .file-input.error .NFI-filename {
	border-bottom: 2px solid #d82106;
	color: #d82106;
}

.apply-popup .error-message {
	color: #d82106;
	font-size: 12px;
	width: 70%;
	float: left;
	margin-top: 5px;
}

#advertising-space .error-message span {
	width: 100%;
	display: inline-block;
	margin-top: 5px;
}

/***/

/* pagination */

.pagination, .text-container ul.pagination {
	float: right;
	display: block;
}

.pagination li, .text-container .pagination li {
	background-image: none;
	padding-left: 0px;
	width: auto;
}

/***/

/* news archive accordion */

.archive-container {
	overflow: hidden;
	height: 40px;
	background-color: #95b8d7;
}

.archive-container:last-child {
	margin-bottom: 20px;
}

.archive-container.opened {
	height: auto;
}

.archive-container.w-margin {
	margin-top: 20px;
}

.archive-container h4 a {
	color: #fff;
	cursor: pointer;
}

.archive-container a:hover {
	text-decoration: none;
}

.archive-container h4 {
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	background-color: #95b8d7;
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	background-image: url(../img/arrow-down-archive.png);
	-webkit-background-size: 18px 10px;
	background-size: 18px 10px;
	background-repeat: no-repeat;
	background-position: 95% center;
	cursor: pointer;
	color: #fff;
}

.archive-container.opened h4 {
	background-color: #2a4c67;
	background-image: url(../img/arrow-up-archive.png);
	-webkit-background-size: 18px 10px;
	background-size: 18px 10px;
}

.archive-container ul {
	margin-top: 10px;
	margin-left: 10px;
}

.archive-container ul li {
	height: 18px;
	line-height: 18px;
	padding-left: 0px;
	background-image: none;
	font-size: 14px;
}

.archive-container ul li a {
	cursor: pointer;
	color: #fff;
	font-weight: 300;
}

.archive-container ul li a:hover {
	color: #deeffd;
}

.archive-container ul li.selected-month a {
	color: #2a4c67;
	font-weight: 600;
}	

/***/

/* listing pages */

.text-container article.listing-item {
	border-bottom: 1px solid #5f6266;
	padding-bottom: 15px;
	width: 100%;
}

.text-container .listing-item h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	width: 100%;
	margin-top: 0px;
}

.text-container .listing-item h3 a {
	color: #2a4c67;
}

.listing-date {
	color: #2a4c67;
	font-size: 14px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.listing-image-container {
	width: 65px;
	height: 65px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 10px;
	z-index: 200;
	background-color: #e9e9e9;
}

.listing-image-container img {
	height: 100%;
	position: absolute;
	top: -9999px;
	left: -9999px;
	bottom: -9999px;
	right: -9999px;
	margin: auto;
}

.listing-item p {
	position: relative;
	top: -5px;
	z-index: 100;
}

.listing-button {
	text-transform: uppercase;
	float: right;
	font-size: 14px;
	color: #f1705d;
}

.listing-button:hover {
	color: #f1705d;
}

.listing-item.no-image a.listing-image-container {
	width: 0px;
	height: 0px;
	margin-right: 0px;
}

/***/

/* videos */

.video-section {
	margin-top: 15px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container img {
	position: absolute;
	margin: auto;
	top: -9999px;
	bottom: -9999px;
}

iframe {
	border: 0px;
}

/***/

/* media */

.site-wrapper h2.media-header {
	font-size: 40px;
	line-height: 40px;
}

.arrow {
	width: 100%;
	height: 28px;
	float: left;
	background-image: url(../img/arrow-media.png);
	background-position: 110px 0;
	background-repeat: no-repeat;
}

/* slider */

	.slider {
		width: 100%;
		float: left;
		position: relative;
		margin-top: 0px;
		height: 195px;
		margin-bottom: 20px;
	}

	.slider-wrapper {
		float: left;
		width: 100%;
	}

	.ar-left, .ar-right {
		background-repeat: no-repeat;
		-webkit-background-size: 24px 44px;
		background-size: 24px 44px;
		width: 10%;
		height: 195px;
		display: block;
		cursor: pointer;
		float: left;
	}

	.ar-left {
		background-image: url(../img/arrow-slider-prev.png);
		background-position: left center;
	}

	.ar-right {
		background-image: url(../img/arrow-slider-next.png);
		background-position: right center;
		float: right;
	}

	.slider-center {
		float: left;
		width: 80%;
	}

	.slider-content-gallery {
		width: 100%;
		height: 195px;
		float: left;
		overflow: hidden;
		position: relative;
	}

	.slider-content-container {
		width: 90000px;
		position: absolute;
		top: 0px;
		left: 0px;
		height: 195px;
	}

	.slider-item {
		width: 195px;
		height: 195px;
		margin-right: 44px;
		position: relative;
		float: left;
		background-color: #2a4c67;
	}

	.item-image-container {
		width: 195px;
		height: 195px;
		position: relative;
		overflow: hidden;
	}

	.item-image-container img {
		width: 100%;
		position: absolute;
		left: -99999px;
		right: -99999px;
		margin: 0 auto;
		z-index: 400;
	}

	#brochure-slider.slider, #brochure-slider .slider-content-gallery, #brochure-slider .slider-content-container,
	#brochure-slider .slider-item, #brochure-slider .ar-left, #brochure-slider .ar-right {
		height: 420px;
	}

	#brochure-slider .slider-item {
		background-color: transparent;
	}

	#brochure-slider .item-image-container {
		height: 270px;
	}

	.cover {
		background-image: url(../img/album-cover-bg.png);
		background-repeat: repeat;
		width: 100%;
		height: 195px;
		position: absolute;
		top: 0px;
		z-index: 500;
		display: none;
	}

	.opened .cover {
		display: block;
	}

	.item-title-container {	
		background-color: #2a4c67;
		position: absolute;
		z-index: 600;
		bottom: 0px;
		padding: 10px 10px 0 10px;
		height: auto;
		width: 195px;
	}

	#brochure-slider .item-title-container {
		padding-bottom: 45px;
		position: relative;
	}

	#brochure-slider .item-title-container p {
		max-height: 100px;
		overflow: hidden;
		margin-bottom: 0px;
	}

	.item-title-container p {
		color: #fff;
		font-size: 18px;
		font-weight: 300;
		margin-bottom: 5px;
	}

	.item-title-container .date {
		font-size: 12px;
		color: #9bbbd8;
		width: 100%;
		display: block;
	}

	.album-button, .download-button {
		font-size: 12px;
		color: #fff;
		background-color: #f1705d;
		padding: 3px 6px;
		margin-top: 5px;
		float: right;
		margin-right: -10px;
	}

	.download-button {
		position: absolute;
		bottom: 0px;
		right: 0px;
		margin-right: 0px;
	}

	.download-button:hover {
		text-decoration: underline;
	}

	.opened .album-button {
		background-color: #fff;
		color: #2a4c67;
	}

	.video-icon {
		position: absolute;
		width: 47px;
		height: 47px;
		background-image: url(../img/icon-video.png);
		background-repeat: no-repeat;
		-webkit-background-size: 47px 47px;
		background-size: 47px 47px;
		top: 35px;
		left: -9999px;
		right: -9999px;
		margin: auto;
		z-index: 450;
	}

/***/

.galleria {
	margin-top: 20px;
}

/***/

/* search results */

.search-results-container h4 {
	font-size: 18px;
	margin-bottom: 40px;
	margin-top: 0px;
	padding: 0px;
}

.search-results-container span {
	color: #f1705d;
	font-weight: 600;
}

/***/

/* online shop */

.category-container {
	background-color: #95b8d7;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}

.category-container h4,
.sidebar-cart-container h4 {
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	background-color: #2a4c67;
	width: 100%;
	color: #fff;
}

.category-container ul {
	padding-right: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	width: 100%;
	margin-left: 0px;
	padding-left: 10px;   
}

.category-container ul li {
	background-image: none;
	font-size: 16px;
	width: 100%;
	float: left;
	clear: left;
	padding-left: 0px;
}

.category-container ul li.expandable > a {
	width: 80%;
	float: left;
}

.plus {
	background-image: url(../img/button-more-category.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	-webkit-background-size: 17px 12px;
	background-size: 17px 12px;
	padding-right: 20px;
	width: 20%;
	height: 17px;
	float: left;
	cursor: pointer;
}

.category-container ul li a {
	cursor: pointer;
	color: #fff;
	font-weight: 300;
	float: left;
}

.category-container ul li a:hover {
	color: #deeffd;
	text-decoration: none;
}

.category-container ul li a.sub-category-opened {
	color: #2a4c67;
	font-weight: 400;
}

.category-container ul ul {
	height: 0px;
	overflow: hidden;
	margin-top: 0px;
}

.category-container ul ul li {
	font-size: 14px;
}

.category-container ul li a.category-opened {
	color: #2a4c67;
}

.expandable > .category-opened + .plus + ul {
	height: auto;
	margin-top: 15px;
}	

.sidebar-cart-container {
	width: 100%;
	background-color: #e9e9e9;
	display: inline-block;
	margin-bottom: 20px;
}

.amount {
	font-size: 20px;
	color: #2a4c67;
	padding-left: 15px;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	margin-top: 15px;
	padding-bottom: 15px;
}

.sidebar-cart-container ul li {
	background-image: none;
	padding-left: 0px;
	padding-right: 20px;
	width: 90%;
}

.sidebar-cart-container ul li a {
	font-size: 14px;
	color: #2a4c67;
}

.sum {
	background-color: #f1705d;
	height: 50px;
	line-height: 50px;
	width: 100%;
	float: left;
	text-indent: 15px;
	color: #fff;
	font-size: 18px;
}

.sum span {
	float: right;
	margin-right: 15px;
	font-size: 30px;
	font-weight: 600;
}

.sidebar-cart-buttons {
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
}

.sidebar-cart-buttons a {
	font-size: 11px;
	color: #2a4c67;
	float: right;
	margin-right: 15px;
}

.sidebar-cart-buttons a:first-child {
	float: left;
	margin-left: 15px;
}

.text-container h3.shop-header {
	margin-top: 0px;
	margin-bottom: 30px;
}

.shop-item {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.shop-item-image-container {
	width: 45%;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 5%;
	margin-bottom: 15px;
	max-height: 220px;
	position: relative;
}

.shop-item-image-container a {
	width: 100%;
}

.shop-item-image-container img {
	width: 100%;
}

.shop-item-info-container {
	width: 50%;
	float: left;
}

.shop-item-title, .shop-item-price {
	width: 100%;
	float: left;
}

.shop-item-title {
	font-size: 15px;
	color: #181818;
	font-weight: 600;
	margin-bottom: 15px;
}

.shop-item-price {
	font-size: 24px;
	color: #2a4c67;
	font-weight: 600;
	margin-bottom: 15px;
}

/* shopping-cart */

/***/

.proceed {
	float: right;
}

.cart-container {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.details.cart-container {
	margin-bottom: 0px;
	margin-top: 20px;
}

.details.cart-container:first-child {
	margin-top: 30px;
}

.cart-row {
	margin-bottom: 30px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #fff;
}

.history .cart-row {
	background-color: #e9e9e9;
}

.multiple-tables-container {
	width: 100%;
	display: inline-block;
}

.details .cart-row, .details .cart-row-medium {
	width: 100%;
	margin-bottom: 10px;
	float: left;
}

.cart-row:last-child {
	margin-bottom: 0px;
}

.cart-row div {
	background-color: #e9e9e9;
}

.cart-row-large {
	width: 100%;
	float: left;
}

.cart-row-medium, .cart-row-small {
	width: 25%;
	float: left;
}

.history .cart-row-medium {
	width: 100%;
}

.cart-row div.cart-row-full {
	width: 100%;
	background-color: #f1705d;
	color: #fff;
	float: left;
	height: 50px;
	line-height: 50px;
}

.cart-row-full span {
	margin-left: 15px;
}

.cart-row-full span.cart-sum-total {
	float: right;
	font-size: 24px;
	font-weight: 600;
	margin-right: 15px;
}

.cart-row h5 {
	text-indent: 15px;
	font-size: 12px;
	color: #fff;
	background-color: #2a4c67;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 300;
	height: 35px;
	line-height: 35px;
}

.row-content {
	height: 38px;
	padding-top: 12px;
	padding-bottom: 10px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	width: 100%;	
}

.history .row-content, .details .row-content {
	height: auto;
}

.history .row-content p {
	width: 100%;
	float: left;
	margin-bottom: 0px;
	margin-top: 10px;	
}

.history .row-content p:first-child {
	margin-top: 0px;
}

.history .row-content p span {
	float: right;
	font-weight: 600;
	color: #2a4c67;
}

.details .row-content p {
	float: left;
	width: 100%;
	display: inline;
}

.details .row-content p span {
	width: 50%;
	float: right;
}

.details .product {
	margin-bottom: 20px;
	width: 100%;
	border-bottom: 1px solid #fff;
	float: left;
}

.details .calculate {
	font-weight: bold;
	color: #2a4c67;
}

.history .row-content p a {
	display: inline;
}

.history a:hover {
	color: #181818;
}

.history .row-content p a + span  {
	margin-left: 10px;
	display: inline;
	float: none;
}

.history .standard-button {
	font-size: 11px;
	font-weight: 600;
	padding: 5px;
	margin-top: 5px;
	clear: left;
}

.history .row-content .standard-button:first-child {
	margin-top: 0px;
}

.row-content a {
	color: #181818;
}

.remove-button {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-color: #95b8d7;
	background-image: url(../img/button-remove.png);
	background-repeat: no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
	background-position: center center;
	cursor: pointer;
}

.ui-spinner {
	float: left;
	position: relative;
}

.ui-spinner input {
	width: 55px;
	height: 24px;
	line-height: 24px;
	text-indent: 10px;
	background-color: #95b8d7;
}

.ui-spinner a {
	position: absolute;
}

.ui-spinner a:hover {
	text-decoration: none;
}

.ui-spinner a span {
	font-size: 9px;
	cursor: pointer;
	color: #2a4c67;
}

.ui-spinner a.ui-spinner-up {
	top: -5px;
	right: 5px;
	z-index: 2;
}

.ui-spinner a.ui-spinner-down {
	top: 6px;
	right: 5px;
	z-index: 1;
}

.shop-item-image-large,
.shop-item-info-large {
	width: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;	
}

.shop-item-image-large img {
	width: 100%;
}

.shop-item-info-large span {
	width: 100%;
	display: block;
}

.shop-item-info-large span.shop-item-price-large {
	color: #f1705d;
	font-size: 60px;
	line-height: 50px;
	font-weight: 600;
	width: auto;
	float: left;
}

.shop-item-info-large span.old-price-container {
	width: auto;
	float: left;
	margin-left: 30px;
	color: #f1705d;
	text-decoration: line-through;
	font-size: 30px;
	margin-top: 15px;
}

.shop-item-info-large span.old-price-container span {
	color: #2a4c67;
}

.shop-item-code {
	color: #2a4c67;
	font-size: 18px;
	margin-top: 15px;
	float: left;
}

.standard-button.large {
	font-size: 16px;
	margin-top: 15px;
	padding: 16px 18px;
}

.shop-item-info-large .standard-button.large {
	float: left;
	clear: both;
}

.gallery {
	width: 100%;
	margin-top: 15px;
	float: left;	
}

.gallery-item-container {
	position: relative;
    width: 24.7%;
    margin-right: 1px;
    margin-bottom: 1px;
    overflow: hidden;
    float: left;
}

.gallery-item-container:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.gallery-content {
	width: 100%;
	cursor: pointer;
}

.gallery-content img {
	height: 100%;
	position: absolute;
	margin: auto;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
}

.text-container p:first-child {
	margin-top: 20px;
}

.checkout-form {
	margin-top: 20px;
	margin-bottom: 20px;
}

.checkout-form input[type="text"],
.checkout-form input[type="password"] {
	width: 100%;
	background-color: #e9e9e9;
	margin-top: 10px;
	text-indent: 15px;
}

.checkout-form input[type="text"],
.checkout-form input[type="password"] {
	height: 40px;
	line-height: 40px;
}

.checkout-form .select-wrapper {
	width: 100%;
	overflow: hidden;
	background-color: #e9e9e9;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	background-image: url(../img/arrow-select.png);
	background-position: 98.5% center;
	background-repeat: no-repeat;
	-webkit-background-size: 10px 40px;
	background-size: 10px 40px;
	display: inline-block;
}

.checkout-form select {
	width: 100%;
	background: transparent;
	height: 40px;
	line-height: 40px;
	padding-right: 20px;
}

.checkout-form span.select-wrapper.short-select {
	width: 100%;
	float: left;
	background-position: 98.5% center;
	margin-bottom: 10px;
	margin-top: 0px;
	overflow: hidden;
}

.checkout-form span.select-wrapper.short-select:last-child {
	margin-bottom: 0px;
}

.checkout-form span.select-wrapper.short-select select {
	width: 100%;
}

@-moz-document url-prefix() {
    .checkout-form select {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.checkout-form input[type="submit"] {
	float: right;
	margin-top: 10px;
}

.checkout-form input[type="submit"]:hover {
	text-decoration: underline;
}

.checkout-form input.error, .checkout-form div.error,
.checkout-form select.error {
	border-bottom: 2px solid #d82106;
}

.checkout-form .error-message {
	color: #d82106;
	font-size: 12px;
	width: 100%;
	float: left;
	margin-top: 10px;
}

.checkout-form input[type="radio"] {
	width: 15px;
	height: 15px;
	background-color: #000;
	-webkit-appearance: radio;
}

.checkout-form p {
	height: 40px;
	line-height: 40px;
	width: 100%;
	margin-top: 10px;
}

.checkout-form p span {
	width: 100%;
	float: right;
}

.checkout-form p label {
	float: left;
	width: 100%;
	font-weight: 400;
}

#card-select, #delivery-select {
	background-color: #e9e9e9;
	text-indent: 15px;
	overflow: hidden;
}

#card-select.btn-group, #delivery-select.btn-group {
	width: 100%;
}

#card-select span, #delivery-select span {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

#card-select .btn, #delivery-select .btn {
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	text-align: left;
	border: 0px;
	border-radius: 0px;
	background-color: #a0bed9;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: 13px center;
	-webkit-background-size: 26px 16px;
	background-size: 26px 16px;
}

#delivery-select .btn {
	padding-left: 0px;
}

#card-select .btn:active, #card-select .btn.active,
#delivery-select .btn:active, #delivery-select .btn.active {
	box-shadow: none;
	background-color: #2a4c67;
	z-index: 1;
	border: 0px;
}

#card-select .btn:hover,
#delivery-select .btn:hover {
	z-index: 1;
	border: 0px;
}

#card-select.btn-group .btn + .btn,
#delivery-selec.btn-group + .btn {
	margin-left: 0px;
}

.btn input {
	width: 100%;
}

#card-select #visa {
	background-image: url(../img/icon-visa.png);
}

#card-select #master-card {
	background-image: url(../img/icon-maestro.png);
}

#card-select #american-express {
	background-image: url(../img/icon-amex.png);
}

#delivery-select .btn#delivery,
#delivery-select .btn#pick-up {
	background-repeat: no-repeat;
	background-size: 30px 24px;
	padding-left: 35px;
}

#delivery-select .btn#delivery {
	background-image: url(../img/icon-maltapost.png);
}

#delivery-select .btn#pick-up {
	background-image: url(../img/icon-word.jpg);
}

.delivery-info-container, .pick-up-info-container {
	background-color: #fff;
	margin-top: 20px;
	font-size: 13px;
	display: none;
}

.delivery-info-container input, .delivery-info-container select {
	font-size: 14px;
}

.delivery-info-container input:first-child {
	margin-top: 20px;
}

.pick-up-address {
	width: 100%;
	margin-top: 20px;
}

#map-wrapper {
	width: 100%;
	height: 200px;
	display: block;
	float: left;
} 

.pick-up-details {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.pick-up-details h5 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 24px;
}

.pick-up-details span {
	width: 100%;
	margin-bottom: 10px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px 20px;
	line-height: 20px;
	float: left;
}

.pick-up-details .phone {
	background-image: url(../img/icon-phone-small.png);
}

.pick-up-details .hours {
	background-image: url(../img/icon-clock.png);
}

.checkout-form .pick-up-details p {
	overflow: visible;
	height: auto;
	float: left;
	width: 100%;
	margin-top: 0px;
	line-height: 24px;
	font-size: 14px;
}

.checkbox-wrapper {
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

.checkbox-container {
    width: 35px;
    height: 20px;
    position: relative;
    float: left;
    top: 0px;
}

.checkbox-container div {
    width: 100%;
    height: 100%;
    background: #f1705d;
    position: relative;
    top: -20px;
    border-radius: 3px;
}

.checkbox-container label {
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 7px;
    z-index: 1;
    left: 5px;
    background: #fff;
    border-radius: 50%;
}

.checkbox-container input[type=checkbox] {
	-webkit-appearance: checkbox;
}

.checkbox-container input[type=checkbox]:checked ~ div {
    background: #88b5d7;
}

.checkbox-container input[type=checkbox]:checked ~ label {
    left: 20px;
}

.checkbox-wrapper span {
	float: left;
	margin-left: 15px;
	width: 82%;
	display: inline;
	font-size: 13px;
}

.input-hidden {
	display: none;
}

.checkout-table-row {
	width: 100%;
	float: left;
}

.delivery-info-container + .checkout-table-row {
	margin-top: 30px;
} 

.checkout-label, .checkout-field {
	float: left;
	color: #2a4c67;
	font-size: 14px;
	padding: 10px 0px;
	background-color: #a0bed9;
	text-indent: 15px;
	color: #fff;
}

.checkout-label {
	width: 50%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.checkout-field {
	width: 50%;
	border-bottom: 1px solid #fff;
	background-color: #2a4c67;
}

.order-total .checkout-label,
.order-total .checkout-field {
	height: 82px;
	line-height: 82px;
	padding: 0px;
	
}

.order-total .checkout-field {
	font-size: 30px;
	background-color: #f1705d;
}

.thank-you {
	text-align: center;
}

.thank-you .text-container h3  {
	margin-bottom: 30px;
}

.thank-you .standard-button {
	float: none;
	display: inline-block;
	margin-top: 20px;
}

.align-center {
	margin: auto;
	float: none;
	padding-bottom: 20px;
}

.label-details {
	width: 100%;
	float: left;
	color: #b4b4b4;
	font-size: 13px;
	margin-top: 10px;
}

/***/

/* contact us */

#map-container {
	height: 200px;
	width: 100%;
	margin-bottom: 40px;
}

.infoWindow {
	line-height: 1.35;
	overflow: hidden;
	white-space: nowrap;
	font-size: 13px;
	font-family: "Open Sans", sans-serif !important;
	color: #181818 !important;
	padding: 10px;
}

.infoWindow b {
	font-weight: 600;
}

.contact-info, .contact-info + p {
	width: 100%;
	float: left;
	text-align: center;
}

.contact-info li,
.contact-info a.info-facebook, p a.info-facebook {
	float: left;
	width: 50%;
	text-align: center;
	background-repeat: no-repeat;
	-webkit-background-size: 56px 56px;
	background-size: 56px 56px;
	background-position: top center;
	padding-top: 64px;
	margin-bottom: 10px;
}

p a.info-facebook {
	text-decoration: none;
	margin-top: 20px;
}

.contact-info a.info-facebook, p a.info-facebook {
	margin-left: 25%;
}

.info-mail {
	background-image: url(../img/icon-mail.png);
}

.info-phone {
	background-image: url(../img/icon-phone.png);
}

.info-facebook {
	background-image: url(../img/icon-facebook.png);
}

.contact-info li, .contact-info li a, p a.info-facebook span {
	text-transform: uppercase;
	font-size: 16px;
	color: #2a4c67;
	font-weight: 600;
}

.contact-info li a:hover {
	text-decoration: none;
}

.contact-info li span, .contact-info a span {
	text-transform: lowercase;
	color: #181818;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	float: left;
}

.contact-form input[type="text"],
.contact-form textarea {
	width: 100%;
	background-color: #e9e9e9;
	margin-top: 10px;
	text-indent: 15px;
}

.contact-form input[type="text"] {
	height: 40px;
	line-height: 40px;
}

.contact-form .select-wrapper {
	width: 100%;
	overflow: hidden;
	background-color: #e9e9e9;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	background-image: url(../img/arrow-select.png);
	background-position: 98.5% center;
	background-repeat: no-repeat;
	-webkit-background-size: 10px 40px;
	background-size: 10px 40px;
}

.contact-form select {
	width: 100%;
	background: transparent;
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
}

select::-ms-expand {
    display: none;
}


@-moz-document url-prefix() {

    .contact-form select {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.contact-form textarea {
	padding-top: 10px;
	height: 130px;
}

.contact-form input[type="submit"] {
	float: right;
	margin-top: 10px;
}

.contact-form input[type="submit"]:hover {
	text-decoration: underline;
}

.contact-form input.error {
	border-bottom: 2px solid #d82106;
}

.contact-form .error-message {
	color: #d82106;
	font-size: 12px;
	width: 70%;
	float: left;
	margin-top: 5px;
}

/***/

/* error page */

.error-page {
	text-align: center;
}

.error-page-logo {	
	overflow: hidden;
	display: inline-block;
	margin-top: 10px;
}

.error-page-logo img {
	width: 100%;
}

.centered {
	margin: auto;
	float: none !important;
}

.standard-button.centered {
	display: inline-block;
}

.error-image-container {
	position: relative;
}

.error-image-container img {
	position: relative;
	width: 100%;
}

.distort {
	height: 100%;
	width: 100%;
	top: -14px;
	left: 0px;
	background-image: url(../img/tv-distort.png);
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
}

.error-page h3 {
	margin: 30px 0 0 0;
	font-size: 30px;
	font-weight: 400;
}

.error-page p {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
}

/***/

/* Login screen */
 
.overlay {
    position: fixed;
    z-index: 30000;
    background-image: url(../img/overlay-bg.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;   
}
 
.login-container {
    width: 300px;
    margin: auto;
    margin-top: 40px;
    position: relative;
    float: left;
    left: 50%;
    margin-left: -150px;
}
 
.login-head {
    background-color: #2a4c67;
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
}
 
.login-head h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-top: 15px;
    float: left;
}
 
.login-section, .forgot-password-section {
    padding: 20px;
    background-color: #fff;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
}

.login-section {
	position: relative;
	height: 260px;
}
 
.login-section p, .forgot-password-section p {
    width: 100%;
    float: left;
}

.login-section input[type="text"],
.login-section input[type="password"],
.forgot-password-section input[type="text"],
.forgot-password-section input [type="password"] {
    width: 100%;
	background-color: #e9e9e9;
	margin-top: 10px;
	text-indent: 15px;
	height: 40px;
	line-height: 40px;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    float: left;
    -webkit-appearance: none;
	-webkit-border-radius: 0; 
}

.login-section input[type="text"]:first-child,
.forgot-password-section input[type="text"]:first-child {
	margin-top: 0px;
}
 
.login-section input.error, .forgot-password-section input.error {
    border-bottom: 2px solid #f1705d;
}
 
.login-section .error-message, .forgot-password-section .error-message {
    color: #d82106;
	font-size: 12px;
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-bottom: 0px;
}
 
.login-section span, .forgot-password-section span {
    width: 100%;
    display: block;
    text-align: right;
    display: inline-block;
}
 
.login-section span .standard-button, .forgot-password-section .standard-button {
	float: none;
	display: inline-block;
	margin-top: 10px;
}
 
.login-container a {
	width: 100%;
	display: inline-block;
	float: left;
	font-size: 13px;
	color: #fff;
	padding: 0px 20px;
}

.login-container a.link-password {
	background-color: #9bbbd8;
	height: 40px;
	line-height: 40px;
}

.login-container a.link-register {
	background-color: #2a4c67;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
}

.login-container a.close-button {
	width: 14px;
	padding: 0px;
}

.forgot-password-container {
	height: 40px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	bottom: 54px;
}

.forgot-password-container.visible {
	height: 260px;
}

.login-container a.close-button-small {
	position: absolute;
	top: 12px;
	left: 240px;
	display: block;
	width: auto;
	font-size: 11px;
	display: none;
	cursor: pointer;	
}

.login-container a.close-button-small:hover {
	text-decoration: none;
}

/*********************************************************************************************************************/

/* media queries */

@media (min-width: 480px) {

	#banner .banner-text {
		width: 50%;
	}

	#banner .banner-text {
		font-size: 28px;
		line-height: 30px;
		padding-top: 30px;
	}

	.text-image-small {
		width: 190px;
	}

	.product-name h4 {
		font-size: 36px;
		padding: 15px;
	}

	.text-container h3 {
		font-size: 38px;
	}

	.thank-you .text-container h3 {
		font-size: 30px;
	}

	.apply-popup {
		width: 420px;
		margin-left: -210px;
		top: 40px;
	}

	.apply-popup .file-input .NFI-button {
		width: 30%;
	}

	.apply-popup .file-input .NFI-filename {
		width: 70%;
	}

	.apply-popup textarea {
		height: 100px;
	}

	#map-container {
		height: 240px;
		width: 100%;
	}

	.site-wrapper h2.media-header {
		font-size: 42px;
		line-height: 42px;
	}

	.shop-item {
		width: 50%;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}

	.shop-item-image-container {
		width: 100%;
		text-align: center;
	}
	
	.shop-item-image-container a {
		width: 60%;
		overflow: hidden;
		display: block;
		margin: auto;
	}

	.shop-item-info-container {
		width: 100%;
	}

	.shop-item-info-container .standard-button {
		float: none;
		margin: auto;
		display: inline-block;
	}

	.user-welcome {
		width: 56%;
	}

	.edit-button {
		padding: 0px 10px;
	}

	.cart-icon {
		display: block;
	}

	#online-shop ul li a {
		max-height: 240px;
		height: 240px;
	}
}

@media (min-width: 540px) {

	#online-shop ul li a {
		max-height: 280px;
		height: 280px;
	}
}

@media (min-width: 640px) {

	#banner .container, #banner .image-container {
		height: 280px;
	}

	#banner .banner-text {
		font-size: 36px;
		line-height: 38px;
		padding-top: 45px;
	}

	.cycle-pager {
		position: absolute;
		z-index: 2000;
		bottom: 10px;
		right: 10px;
	}

	.cycle-pager a {
		height: 20px;
		width: 20px;
		line-height: 20px;
		border: 1px solid #181818;
		border-radius: 50%;
		display: block;
		float: left;
		text-align: center;
		margin-left: 5px;
		font-size: 9px;
		color: #181818;
	}

	.cycle-pager a:hover {
		text-decoration: none;
	}

	.cycle-pager a.cycle-pager-active {
		background-color: #181818;
		color: #fff;
	}

	.parent-category {
		font-size: 20px;
	}

	.submenu li a {
		padding: 10px 12px;
		font-size: 16px;
	}

	.text-image-small {
		width: 250px;
	}

	.flip-container {
		width: 32.3333%;
	}

	.product-name h4 {
		font-size: 42px;
		padding: 20px;
	}

	.text-container h3 {
		font-size: 44px;
	}

	.thank-you .text-container h3 {
		font-size: 36px;
	}

	.apply-popup {
		width: 520px;
		margin-left: -260px;
		top: 60px;
	}

	.apply-popup p {
		color: #2a4c67;
		font-size: 24px;
	}

	.apply-popup textarea {
		height: 160px;
	}

	#map-container {
		height: 320px;
		width: 100%;
	}

	.contact-info li, .contact-info a.info-facebook,
	p a.info-facebook {
		-webkit-background-size: 112px 112px;
		background-size: 112px 112px;
		padding-top: 120px;
	}

	.contact-info li span, .contact-info a span {
		font-size: 20px;
	}

	.site-wrapper h2.media-header {
		font-size: 48px;
		line-height: 48px;
	}

	.galleria {
		margin-top: 40px;
	}

	.video-container.w-margin {
		margin-top: 20px;
	}

	.error-page-logo {
		margin-top: 20px;
	}

	.login-container {
	    margin-top: 60px;
	}

	#map-wrapper {
		width: 50%;
	} 

	.pick-up-details {
		width: 46%;
		margin-left: 4%;
		margin-top: 0px;
	}

	.text-container .sitemap > li {
		width: 50%;
	}

	#online-shop ul li a {
		max-height: 350px;
		height: 350px;
	}
}


@media (min-width: 768px) {

	.website-section {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	#company-news .times-of-malta h3 a {
		font-size: 50px;
		-webkit-background-size: 36px 36px;
		background-size: 36px 36px;
		padding-left: 50px;
	}

	.site-wrapper h2 {
		font-size: 80px;
		line-height: 110px;
		letter-spacing: -4px;
		margin: 10px 0 40px 0;
	}

	#banner .container, #banner .image-container {
		height: 520px;
	}

	#banner .banner-text {
		font-size: 66px;
		line-height: 68px;
		padding-top: 70px;
		width: 60%;
	}

	.cycle-pager {
		bottom: 20px;
	}

	.cycle-pager a {
		height: 30px;
		width: 30px;
		line-height: 30px;
		margin-left: 10px;
		font-size: 14px;
	}

	#advertising-space p:first-child {
		margin-top: 0px;
	}

	footer li {
		width: 45%;
		margin-right: 5%;
		float: left;
	}

	.parent-category {
		font-size: 28px;
	}

	.site-wrapper h2.subpage-header {
		font-size: 80px;
		line-height: 104px;
		margin-top: 0px;
		margin-bottom: 40px;
	}

	.submenu {
		margin-bottom: 30px;
	}

	.submenu li a {
		padding: 12px 15px;
		font-size: 18px;
	}

	.text-container ul {
		margin-left: 25px;
	}

	.text-container ul.sitemap, .text-container ul.sitemap ul {
		margin-left: 0px;
	}

	.text-container .category-container ul {
		padding-left: 15px;
		margin-left: 0px;
	}

	.flip-container {
		width: 24.8%;
		height: 180px;
		margin-right: 1px;
		margin-bottom: 1px;
	}

	.flip-container .image-container {
		height: 180px;
	}

	.team-member-title {
		font-size: 36px;
		margin-bottom: 40px;
	}

	.site-wrapper h2.team-member-name {
		line-height: 80px;
		margin-top: 30px;
	}

	.product-name h4 {
		font-size: 48px;
		line-height: 46px;
		padding: 15px;
		position: relative;
		left: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.text-container h3 {
		font-size: 50px;
	}

	.thank-you .text-container h3 {
		font-size: 42px;
	}

	.apply-popup textarea {
		height: 280px;
	}

	#map-container {
		height: 420px;
		width: 100%;
	}

	.site-wrapper h2.media-header {
		font-size: 52px;
		line-height: 52px;
	}
	
	.error-page-logo {
		margin-top: 25px;
	}

	.shop-item-image-large {
		width: 50%;
		margin-right: 5%;
	}

	.shop-item-info-large {
		width: 45%;
	}
	
	.row-content {
		font-size: 14px;
		padding-top: 13px;
		padding-bottom: 7px;
	}

	.history .row-content {
		font-size: 13px;
		padding-bottom: 13px;
	}

	.checkout-form span.select-wrapper.short-select {
		background-position: 95% center;
		width: 48%;
		margin-left: 2%;
		margin-bottom: 0px;
	}

	.checkout-form p {
		overflow: hidden;
	}

	.checkout-form p label {
		width: 19%;
		overflow: hidden;
	}

	.checkout-form p span {
		width: 81%;
		overflow: hidden;
	}

	.checkout-table-row:first-child {
		margin-top: 10px;
	}

	.login-container {
	    margin-top: 80px;
	}

	#online-shop ul li a {
		max-height: 440px;
		height: 440px;
	}
}

@media (min-width: 992px) {

	.site-wrapper h2 {
		font-size: 100px;
		letter-spacing: -4px;
		line-height: 130px;
		margin-top: 0px;
	}

	#website-header .logo h1 {
		text-align: left;
	}

	#website-header .logo img {
		width: 80%;
	}

	.menu {
		position: relative;
		top: 0;
		left: 0;
		background-color: transparent;
		padding-bottom: 40px;
		border-top: 0px;
		display: block !important;
		float: left;
	}

	.menu li {
		float: left;
		width: 50%;
		font-weight: 600;
		font-size: 13px;
		margin: 5px 0;
		color: #535151;
		border-bottom: 0px;
		height: 20px;
		line-height: auto;
	}

	.menu li a {
		color: #535151;
	}

	.menu a.current {
		color: #6da0ce;
		text-decoration: underline;
	}

	.social-nav-container {
		margin-top: 10px;
		margin-bottom: 40px;
	}

	.social-icons {
		position: relative;
		bottom: auto;
		z-index: auto;
		width: auto;
		background-color: transparent;
		left: auto;
		padding-top: 4px;
		padding-bottom: 4px;
		text-align: left;
	}

	.social-icons li {
		margin-left: 18px;
	}

	.login-button {
		background-color: transparent;
		float: right;
		margin-left: 0px;
		color: #484646;
		font-size: 13px;
		font-weight: 600;
		padding-left: 0px;
		padding-right: 0px;
		position: relative;
		width: 100%;
	}

	.login-button:hover {
		color: #484646;
		text-decoration: underline;
	}

	.cart-icon {
		position: absolute;
		top: 34px;
		right: 0px;
		width: 24px;
		height: 24px;
		background-size: 14px 13px;
	}

	.top-functionality-container {
		float: right;
		height: auto;
	}

	.searchbar {
		position: relative;
		width: 100%;
		height: 24px;
		float: right;
		margin-top: 6px;
		top: 0px;
	}

	.searchbar input[type="text"] {
		background-color: transparent;
		width: 100% !important;
		border-bottom: 1px solid #7f7d7d;
		height: 24px;
		line-height: 24px;
		padding-left: 0px;
		font-weight: 600;
		top: 0px;
	}

	.searchbar input[type="submit"] {
		background-image: url(../img/icon-search.png);
		-webkit-background-size: 12px 12px;
		background-size: 12px 12px;
		background-color: transparent;
		background-position: center right;
		height: 24px;
		width: 24px;
		top: -1px;
		right: 0px;
		display: block !important;
	}

	.searchbar input[type="submit"]:hover {
		background-image: url(../img/icon-search-hover.png);
	}

	#banner .container, #banner .image-container {
		height: 660px;
	}

	#banner .banner-text {
		font-size: 86px;
		line-height: 90px;
		padding-top: 60px;
		letter-spacing: -4px;
		width: 55%;
	}

	.cycle-pager {
		bottom: 30px;
	}

	.cycle-pager a {
		height: 40px;
		width: 40px;
		line-height: 40px;
		font-size: 20px;
	}

	footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	footer ul {
		margin-top: 0px;
	}

	footer li {
		width: auto;
		border-bottom: 0px;
		height: 30px;
		line-height: 30px;
		float: left;
		margin-right: 35px;
	}

	footer li a, footer span {
		font-size: 13px;
	}

	footer li.active a {
		text-decoration: underline;
	}

	footer span {
		text-align: right;
	}

	footer span:first-child {
		margin-top: 0px;
	}

	.flip-container, .flip-container .image-container {
		height: 284px;
	}

	.flip-container p {
		left: 30px;
		bottom: 25px;
		font-size: 21px;
		line-height: 24px;
		width: 78%;
	}

	.no-content .flip-container ul {
		left: 30px;
	}


	.site-wrapper h2.team-member-name {
		font-size: 80px;
		/*line-height: 80px;*/
		line-height: 102px;
		margin-top: 50px;
	}

	.text-container h3 {
		font-size: 56px;
	}

	.thank-you .text-container h3 {
		font-size: 48px;
	}

	.apply-popup textarea {
		height: 220px;
	}

	.archive-container {
		height: 54px;
	}

	.archive-container h4, .category-container h4,
	.sidebar-cart-container h4 {
		font-size: 24px;
		height: 54px;
		line-height: 54px;
		padding-left: 20px;
	}

	.archive-container ul {
		margin-left: 25px;
	}

	.archive-container ul li {
		height: 22px;
		line-height: 22px;	
		font-size: 17px;
	}

	.archive-container ul li.selected-month a {
		font-weight: 400;
	}

	#map-container {
		width: 100%;
		height: 500px;
	}
	
	.site-wrapper h2.media-header {
		font-size: 56px;
		line-height: 56px;
	}

	.arrow {
		background-position: 130px 0;
	}

	.text-container .category-container ul {
		padding-left: 25px;
	}

	.category-container h4,
	.sidebar-cart-container h4,
	.amount {
		padding-left: 25px;
	}

	.sum {
		text-indent: 25px;
	}

	.sum span, .sidebar-cart-buttons a {
		margin-right: 25px;
	}

	.sidebar-cart-buttons a:first-child {
		margin-left: 25px;
	}

	.shop-item {
		width: 33.33%;
	}

	.shop-item-image-container {
		height: 220px;
		
	}

	.shop-item-image-container a {
		position: relative;
		height: 100%;
	}

	.shop-item-image-container a img {
		position: absolute;
		top: -9999px;
		bottom: -9999px;
		left: -9999px;
		right: -9999px;
		margin: auto;
	}

	.cart-row {
		margin-bottom: 0px;
	}

	.cart-row-large {
		width: 45%;
	}

	.history .cart-row-large {
		width: 40%;
	}

	.cart-row-small {
		width: 10%;
	}

	.cart-row-medium {
		width: 15%;
	}

	.history .cart-row-medium, .history .cart-row-medium:first-child {
		width: 20%;
	}

	.cart-row h5 {
		display: none;
	}

	.cart-container .cart-row:first-child h5 {
		display: block;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}

	.user-welcome {
		width: 100%;
	}

	.edit-button {
		display: none;
	}

	.user-welcome:hover > .edit-button {
		display: block;
	}

	.user-welcome span {
		font-size: 12px;
		height: 20px;
		line-height: normal;
		margin-left: 0px;
		overflow: visible;
		display: block;
	}

	.edit-button {
		left: 0px;
		top: 60px;
		position: absolute;
		width: 130px;
		z-index: 500;
	}

	.login-container {
	    margin-top: 100px;
	}

	.text-container .sitemap > li {
		width: 33.33%;
	}

	.user-welcome span + .edit-button {
		top: 20px;
	}

	#online-shop ul li a {
		max-height: 270px;
		height: 270px;
	}
}

@media (min-width: 1200px) {

	#online-shop ul li a {
		max-height: 340px;
		height: 340px;
	}
}

@media (min-width: 1280px) {
	#card-select span {
		width: 22%;
	}

	#card-select .btn {
		width: 26%;
	}

	#delivery-select span {
		width: 36%;
	}

	#delivery-select .btn {
		width: 32%;
	}

	.text-container .sitemap > li {
		width: 25%;
	}
}

/* ie8 */

.ie8 .menu-button {
	background-image: url(../img/ie8-button-menu.gif);
}

.ie8 .icon-rss {
	background-image: url(../img/ie8-icon-rss.png);
}

.ie8 .icon-rss:hover {
	background-image: url(../img/ie8-icon-rss-hover.png);
}

.ie8 .icon-twitter {
	background-image: url(../img/ie8-icon-twitter.png);
}

.ie8 .icon-twitter:hover {
	background-image: url(../img/ie8-icon-twitter-hover.png);
}

.ie8 .icon-facebook {
	background-image: url(../img/ie8-icon-fb.png);
}

.ie8 .icon-facebook:hover {
	background-image: url(../img/ie8-icon-fb-hover.png);
}

.ie8 .icon-linkedin {
	background-image: url(../img/ie8-icon-linkedin.png);
}

.ie8 .icon-linkedin:hover {
	background-image: url(../img/ie8-icon-linkedin-hover.png);
}

.ie8 .icon-youtube {
	background-image: url(../img/ie8-icon-youtube.png);
}

.ie8 .icon-youtube:hover {
	background-image: url(../img/ie8-icon-youtube-hover.png);
}

.ie8 .searchbar input[type="submit"] {
	background-image: url(../img/ie8-icon-search.png);
}

.ie8 .searchbar input[type="submit"]:hover {
	background-image: url(../img/ie8-icon-search-hover.png);
}

.ie8 .icon-user {
	background-image: url(../img/ie8-icon-user.png);
}

.ie8 .icon-password {
	background-image: url(../img/ie8-icon-password.png);
}

.ie8 #company-news .times-of-malta h3 a {
	background-image: url(../img/ie8-icon-times-of-malta-rss.png);
}

.ie8 .team-member-info li a.team-mail {
	background-image: url(../img/ie8-icon-team-mail.png);
}

.ie8 .team-member-info li a.team-linkedin {
	background-image: url(../img/ie8-icon-team-linkedin.png);
}

.ie8 .team-member-info li a.team-facebook {
	background-image: url(../img/ie8-icon-team-fb.png);
}

.ie8 .team-member-info li a.team-twitter {
	background-image: url(../img/ie8-icon-team-twitter.png);
}

.ie8 .services-list dt:before {
	background-image: url(../img/ie8-ol-bg.png);
}

.ie8 .close-button {
	background-image: url(../img/ie8-button-close.png);
}

.ie8 .archive-container h4 {
	background-image: url(../img/ie8-arrow-down-archive.png);
}

.ie8 .archive-container.opened h4 {
	background-image: url(../img/ie8-arrow-up-archive.png);
}

.ie8 .contact-form select,
.ie8 .checkout-form select {
	padding-bottom: 10px;
	height: 40px;
}

.ie8 .ar-left {
	background-image: url(../img/ie8-arrow-slider-prev.png);
}

.ie8 .ar-right {
	background-image: url(../img/ie8-arrow-slider-next.png);
}

.ie8 .video-icon {
	background-image: url(../img/ie8-icon-video.png);
}

.ie8 .distort {
	background-image: url(../img/ie8-tv-distort.png);
	top: 12px;
}

.ie8 .plus {
	background-image: url(../img/ie8-button-more-category.png);
}

.ie8 .remove-button {
	background-image: url(../img/ie8-button-remove.png);
}

.ie8 #card-select #visa {
	background-image: url(../img/ie8-icon-visa.png);
}

.ie8 #card-select #master-card {
	background-image: url(../img/ie8-icon-maestro.png);
}

.ie8 #card-select #american-express {
	background-image: url(../img/ie8-icon-amex.png);
}

.ie8 #delivery-select .btn#delivery {
	background-image: url(../img/ie8-icon-maltapost.png);
}

.ie8 #delivery-select .btn#pick-up {
	background-image: url(../img/ie8-icon-word.jpg);
}

.ie8 .pick-up-details .phone {
	background-image: url(../img/ie8-icon-phone-small.png);
}

.ie8 .pick-up-details .hours {
	background-image: url(../img/ie8-icon-clock.png);
}

.ie8 .checkbox-container {
    width: auto;
    height: auto;
    position: relative;
    float: left;
}

.ie8 .checkbox-container div {
   display: none;
}

.ie8 .checkbox-container label {
    display: none;
}

.ie8 .contact-form .select-wrapper,
.ie8 .checkout-form .select-wrapper {
	background-image: url(../img/ie8-arrow-select.png);
}

.ie8 .cart-icon {
	background-image: url(../img/ie8-icon-cart.png);
}

.ie8 .no-content .flip-container ul li.mail-white a {
	background-image: url(../img/ie8-icon-team-mail-white.png);
}

.ie8 .no-content .flip-container ul li.facebook-white a {
	background-image: url(../img/ie8-icon-team-fb-white.png);
}

.ie8 .no-content .flip-container ul li.linked-white a {
	background-image: url(../img/ie8-icon-team-linkedin-white.png);
}

.ie8 .no-content .flip-container ul li.twitter-white a {
	background-image: url(../img/ie8-icon-team-twitter-white.png);
}

/*********************************************************************************************************************/

