/* COLORS

	dunkelblau: #00528c;
	mittelblau: #00528c;
	grau: 		#ededf3;

*/

/* TYPOGRAFIE */


h1, h3 {
	color: #00528c;
}

h1 {
	font-size: 24px;
	line-height: 54px;
	/* color: #00528c;*/
        color: #404E4C;
	font-weight: 300;
	margin: 0 0 20px 0;
	/*text-transform: uppercase;
	background: url('../images/h1_bg.svg') no-repeat;
	background-position: 0 4px;
	padding-left: 35px;*/
}

h2 {
	font-size: 18px;
	line-height: 24px;
}

h2.slider_caption {
	color: #00528c;
	font-weight: 300;
	text-align: center;
	background: rgba(255, 255, 255, 0.6);
	padding: 15px 0;
}

h2 a {
	text-decoration: none;
	color: #ededf3;
}

h2 a:hover {
	text-decoration: underline;	
	color: #ededf3;
}

.main_content h2 {
	font-size: 16px;
	font-weight: 300;
	/* color: #2faae1;*/
       /*  color: #000000;*/
       color: #00528c;
	margin: 0 0 5px 0;
	/*text-transform: uppercase;*/
}

h3 {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}

p {
	font-weight: 400;
	line-height: 24px;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: Arial,'Open Sans', sans-serif;
	font-size: 14px;
	color: #2e2e2e;
	position: relative;
}

/* STICKY HEADER */

#head_wrapper {
	position: fixed;
	width: 100%;
	z-index: 99999;
}

/* div.sticky_head .navbar-nav>li>a{padding-top:15px;padding-bottom:15px} */

div.sticky_head .language_bar {display: none;}

div.sticky_head .header {
	padding: 10px 0;
}

div.sticky_head #slogan {
	padding-top: 10px;
}

#sticky_helper {
	padding-bottom: 1px;
}

div.sticky_head_help {
	padding-top: 80px !important;
	padding-bottom: 1px;
}

#slogan h2 {transition: all 0.3s}
	
/* NAVIGATION */

.navbar {
	border: 0 !important;
}

.navbar-static-top {
	margin-bottom: 0px;
}

ul.navbar-nav ul {
	background-color: #00528c;
}

ul.navbar-nav a {
	font-weight: 300;
	transition: all 0.3s ease 0s;
	color: #ffffff;
	background-image: none !important;
	/* text-transform: uppercase;*/
}

ul.navbar-nav a.active {
	background-color: #2faae1 !important;
	color: #ffffff !important;
}

ul.navbar-nav a.active:hover {
	background-color: #2faae1 !important;
	color: #ededf3;
}

ul.navbar-nav a:hover, ul.navbar-nav a.highlighted  {
	background-color: #063F77 !important;
	color: #ffffff !important;
}

.navbar-default .navbar-toggle {
	background-color: #2faae1 !important;
	border: 1px solid #ededf3; 
	color: #ededf3;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ededf3 !important;
}

/* HEADER */

.header {
	/* background-color: #f6f6f6;*/
         background-color: #ffffff;
}

#logo {
	padding-top: 10px;
}

#logo img{
	transition: all 0.3s;
}

#slogan {
	text-align: right;
}

#slogan h2 {
	font-weight: 700;
	color: #00528c;
}

/* LANGUAGE SELECTION */

div.language_bar {
	background-color: #ffffff; /*#f6f6f6;*/
	padding-top: 15px;
}

#language_selection {
	float: right;
}

#language_selection div.tx-srlanguagemenu-flags div {
	float: left;
	margin-right: 6px;
}

#language_selection .CUR, #language_selection .SPC {
	cursor: pointer;
}

#contact_information {
	float:left;
}

#contact_information p {
	color: #2e2e2e;
}

#contact_information p span {
	padding: 2px 0 0 5px;
}

#contact_information a {
	color: #2e2e2e;
}


/* SLIDER */

#home_slider {
	background-color: #f6f6f6;
}

#home_slider .csc-textpic-image {
	margin-bottom: 0 !important;
}

div.owl-controls {
	display: none !important;
}

/* INTRO-IMAGE */

#intro_image_wrapper {
	background-color: #ededf3;
}

img.slider_image {
	width: 984px; 
	height: 450px;
	border: 0;
}



/* TEASER */

div.teaser {
	background-color: #00528c;
	transition: all 0.4s;
}

div.teaser a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}

div.teaser:hover {
	background-color: #2faae1;
}

div.teaser_image {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

div.teaser_text_wrapper img {
	width: 10px;
	height: 14px;
	margin-left: 5px;
}

div.teaser_text_wrapper {
	padding: 20px 14px;
}

/* CONTACTBAR */

#contactbar_wrapper {
	background: #00528c;
	margin: 5px 0 20px 0;
}

#contactbar {
	position: relative;
	padding-left: 80px;
}

#contactbar img {
	position: absolute;
	top: 0;
	left: 0;
}

#contactbar h2 {
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	text-transform: none;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

/* CONTENT */

.margin_top_20 {
	margin-top: 20px !important;
}

.margin_top_30 {
	margin-top: 30px !important;
}

.margin_top_40 {
	margin-top: 40px !important;
}

.margin_bottom_20 {
	margin-bottom: 20px !important;
}

.margin_bottom_30 {
	margin-bottom: 30px !important;
}

.margin_bottom_40 {
	margin-bottom: 40px !important;
}

.main_content {
	padding: 35px 0;
	min-height: 400px;
}

.main_content .row {
	padding-bottom: 25px;
}

.main_content ul li, .main_content ol li {
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 5px;
}

.main_content ul { 
	padding-left: 24px;
	list-style-image: url("../images/list-style.svg"); 
}

.main_content ol { 
	padding-left: 16px;
}

.main_content p.bodytext a, .main_content ol a, .main_content ul a {
	color: #00528c;
}

.main_content img {
	width: 100%;
	height: auto;
}

p.bodytext b{
	color: #00528c;
}

.custom-button a {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff !important;
	/*height: 40px;*/
	display: inline-block;
	line-height: 24px;
	padding: 12px 15px;
	background-color: #00528c;
	transition: all 0.5s;
	margin-top: 20px;
}

.custom-button a:hover {
	text-decoration: none !important;
	background-color: #00528c;
}

.contact_box {
	padding: 20px;
	background-color: #dfeffc;
	margin: 0 0 30px 0;
    min-height: 315px;
}

#p43 .main_content h2 {color: #ee8727;}

/* PRODUCTS */

#p45 .csc-textpic-image caption, #p46 .csc-textpic-image caption, #p48 .csc-textpic-image caption {
	background-color: #f6f6f6;
	min-height: 60px;
	text-align: center;
}
 
#p45 .csc-textpic-image, #p46 .csc-textpic-image, #p48 .csc-textpic-image {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}


/* GOOGLE MAPS */

.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* FOOTER */

.footer div.footer_image_content {
	padding-top: 40px;
}

.footer a {
	color: #ededf3;
	-webkit-transition: color 0.4s linear;  
    -moz-transition: color 0.4s linear; 
    -o-transition: color 0.4s linear;   
    transition: color 0.4s linear;
}

.footer a:hover {
	color: #00528c;
	text-decoration: none;
}

.footer p, .sub_footer p, .footer a, .sub_footer a {
	display: inline;
	line-height: 24px;
}

.sub_footer {
	color: #00528c;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 50px;
	background-color: #00528c;
	padding-top: 12px;
}

.sub_footer .copyright {
	font-weight: 400;
}

.sub_footer a {
	font-weight: 400;
	color: #c6c6c6;
	text-transform: uppercase;
	-webkit-transition: color 0.4s linear;  
    -moz-transition: color 0.4s linear; 
    -o-transition: color 0.4s linear;   
    transition: color 0.4s linear;
}

.sub_footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

.sub_footer ul {
 /* float: right;*/
  padding: 0;
  margin: 0;
  list-style: none;
}

.sub_footer ul li {
  display: inline-block;
}

.sub_footer ul li a {
  padding-left: 8px;
  padding-right: 10px;
  border-right: 1px solid #ffffff;
}

.sub_footer ul li:last-child a {
	padding-right: 0px;
	border-right: 0;
}

/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
		ul.navbar-nav a {
			font-size: 14px;
			padding: 10px 20px 10px 20px;
		}
		ul.navbar-nav ul a {
			padding-top: 10px !important;
			padding-bottom: 10px !important;
		}
		#contactbar_br {
			display: none;
		}
		#contactbar h2 {
			padding: 15px 20px 15px 0;
		}
		#slogan {
			padding-top: 0px;
		}
		.teaser {
			margin-bottom: 35px;
		}
		#c64 .teaser {
			margin-bottom: 10px;
		}
		div.teaser_image {
			min-height: 230px;
		}
		.footer {
			color: #ededf3;
			width: 100%;
			position: absolute;
			bottom: 80px;
			/* Set the fixed height of the footer here */
			height: 340px;
			background-color: #444444;
			text-align: center;
		}
		.footer div.footer_text_content {
			padding-top: 25px;
		}
		.sub_footer {
			color: #c6c6c6;
			position: absolute;
			bottom: 0;
			width: 100%;
			/* Set the fixed height of the footer here */
			height: 80px;
			background-color: #3c3c3b;
			padding-top: 14px;
			text-align: center;
		}
		.sub_footer ul {
			padding-top: 10px;
		}
		.sub_footer ul li:last-child a {
			padding-right: 10px;
			border-right: 0;
		}
		.main_content {
			margin-bottom: 420px;
		}	
		.csc-form-element-textline label, .csc-form-element-textarea label {
			padding: 18px 0;
			width: 50% !important;
		}

		.csc-form-element-textline input, .csc-form-element-textarea textarea {
			width: 98% !important;
		}
    }
#logo {display: none;}
#contact_information {display: none;}
    /* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 180px) {
		.navbar-default .navbar-nav>li>a{color:#000000}
		div.navbar-header {padding: 4px 0 4px 4px;border-bottom: 2px solid #00528c;}
		div.header {display: none;}
		.navbar-default {
			background-color: #f6f6f6;
		}
		#mobile_logo {
			display: inline;
			margin-left: 15px;
		}
		#logo {display: none;}
		.navbar-header .logo {display:inline;}
		#mobile_logo img {
			width: 250px;
			height: 58px;
			padding: 15px 0;
		}
		div.sticky_head #mobile_logo img {width: 250px;
			height: 58px;
			padding: 15px 0;}
		#slogan {display:none;}
		#home_slider {height: 250px;}
		div.home_slider_image {
			height: 250px;
			width: 100%;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
		}
		h2.slider_caption {
			font-size: 24px;
			line-height: 44px;
			margin-top: 150px;}

		div.intro_image {
			height: 200px;
			width: 100%;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
		}
		.header {
			padding: 0 0 10px 0;
		}
		#sticky_helper {
			padding-top: 105px;
		}
		ul.navbar-nav a {
			font-size: 14px;
			padding: 10px 20px 10px 20px;
		}
	}
    @media only screen and (min-width : 480px) {
		div.teaser_image {
			min-height: 250px;
		}
	
	}

	 @media only screen and (min-width : 525px) {
		div.teaser_image {
			min-height: 300px;
		}
		 #contact_information {display: block;}
	}
	
	@media only screen and (min-width : 635px) {
		div.teaser_image {
			min-height: 350px;
		}
	}
	
	@media only screen and (min-width : 700px) {
		div.teaser_image {
			min-height: 375px;
		}
	}
	
    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.navbar-default .navbar-nav>li>a{color:#ffffff}
		div.header {display: block;}
		div.navbar-header {padding: 0}
		.navbar-default {
			background-color: #00528c;
		}
		#mobile_logo {display: none;}
		#logo {display: inline;}
		#slogan h2 {
			font-size: 16px;
		}
		div.logo {
			height: 70px;
			padding-top: 20px;
		}
		div.sticky_head #slogan h2 {font-size: 16px;}
		#sticky_helper {
			padding-top: 189px;
		}
		.header {
			padding: 0 0 30px 0;
		}
		#logo img {
			width: 400px;
			height: 45px;
		}
		div.sticky_head #logo img {width: 300px; height: 34px;}
		#contactbar_br {
			display: inline;
		}
		#slogan {
			display: block;
			padding-top: 20px;
		}
		.teaser {
			margin-bottom: 10px;
		}
		div.teaser_image {
			min-height: 150px;
		}
		.footer {
			position: absolute;
			bottom: 54px;
			/* Set the fixed height of the footer here */
			height: 195px;
			text-align: left;
		}
		.footer div.footer_text_content {
			padding-top: 47px;
		}
		.sub_footer {
			/* Set the fixed height of the footer here */
			height: 54px;
			text-align: left;
		}
		.sub_footer ul {
			padding-top: 0px;
			float: right;
		}
		.sub_footer ul li:last-child a {
			padding-right: 0px;
			border-right: 0;
		}
		.main_content {
			/* Margin bottom by footer height */
			margin-bottom: 249px;
		}	
		#contactbar {
			min-height: 90px;
		}
		#contactbar h2 {
			padding: 25px 20px 25px 15px;
		}
		ul.navbar-nav a {
			font-size: 12px;
			padding: 15px 8px;
		}
		#home_slider {height: 250px;}
		div.home_slider_image {
			height: 250px;
			width: 100%;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
		}
		h2.slider_caption {
			font-size: 32px;
			line-height: 52px;
			margin-top: 150px;}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		ul.navbar-nav a {
			font-size: 16px;
		}
		.header {
			padding: 0 0 45px 0;
		}
		#slogan h2 {
			font-size: 20px;
		}
		#home_slider {height: 250px;}
		div.home_slider_image {
			height: 250px;
			width: 100%;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
		}
		h2.slider_caption {
			font-size: 32px;
			line-height: 52px;
			margin-top: 150px;}
		div.intro_image {
			height: 350px;
			width: 100%;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
		}
		div.sticky_head #slogan h2 {font-size: 18px;}
		#sticky_helper {
			padding-top:  120px; /*234px;*/
		}
		.sub_footer ul {
			float: right;
		}
		.csc-form-element-textline label, .csc-form-element-textarea label {
			padding: 18px 0;
			width: 20% !important;
		}

		.csc-form-element-textline input, .csc-form-element-textarea textarea {
			width: 76% !important;
		}
		div.teaser_image {
			min-height: 200px;
		}
		ul.navbar-nav a {
			padding: 30px 15px 30px 15px;
		}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		#contactbar {
			min-height: 60px;
		}
		#contactbar h2 {
			padding: 18px 20px 15px 15px;
		}
		#contactbar_br {
			display: none;
		}
		ul.navbar-nav a {
			padding: 30px 20px 30px 20px;
		}
    }
	
/* SITEMAP */

div.csc-sitemap li {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding-left: 0 !important;
	background: none !important;
}

div.csc-sitemap li a{
	font-weight: 700;
	line-height: 20px;
	font-size: 14px;
	text-decoration: none;
	color: #00528c !important;
	-webkit-transition: color 0.4s linear;  
    -moz-transition: color 0.4s linear; 
	-o-transition: color 0.4s linear;   
	transition: color 0.4s linear;
}

div.csc-sitemap li a:hover {
	color: #00528c !important;
}

div.csc-sitemap ul {
	padding: 0 !important;
	list-style-image: none;
}

div.csc-sitemap ul li ul {
	padding: 5px 0 0 10px !important;
}

div.csc-sitemap ul li {
	margin: 0 12px 7px 0 !important;
	float: left; 
	width: 100%;
}

div.csc-sitemap ul li ul li{
    list-style-image: none !important;
	margin: 7px 0 0 0;
	width: auto;
	float: none;
}

div.csc-sitemap ul li ul li a{
	font-weight: 400 !important;
	color: #1e1e1e !important;	
	font-size: 100%;
}

#sitemap_header a{
	font-weight: 700;
	font-size: 15px;
	line-height: 22px;
	color: #bf523c !important;
}

#sitemap_header a:hover {
	color: #ffa340 !important;
}

/* CONTACT FORM */

.csc-mailform ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.csc-mailform label {
	font-weight: 600;
}

.csc-form-element-textline {
	margin-bottom: 5px !important;
}

.csc-form-element-textarea {
	margin-bottom: 15px !important;
}
/*
.csc-form-element-textline label, .csc-form-element-textarea label {
	padding: 18px 0;
	width: 20% !important;
}

.csc-form-element-textline input, .csc-form-element-textarea textarea {
	width: 76% !important;
}
*/
.csc-form-element-textline input, .csc-form-element-textarea textarea {
	border: 1px solid #cccccc;
	transition: all 0.4s ease 0s;
}

.csc-form-element-textline input:hover, .csc-form-element-textarea textarea:hover {
	border: 1px solid #00528c;
}

.csc-form-element-submit {
	text-align: center;
}

.csc-form-element-submit input {
	background-color: #00528c;
	color: #ffffff;
	border: none;
	font-weight: 600;
}

.csc-form-element-submit input:hover {
	background-color: #00528c;
	color: #ededf3;
}

.csc-mailform {
	margin-top: 20px;
}

input, textarea
{
	font-size: 14px;
	line-height: 24px;
	padding: 12px 15px;
	color: #2e2e2e;
	margin: 0;
	transition: all 0.4s ease 0s;
}



/**************************
*
*	LIGHTBOX
*
**************************/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* BACK TO TOP */

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	width: 51px;
	height: 51px;
	border: none;
	text-indent: 100%;
	background: url('../images/ui.totop.svg') no-repeat left top;
}

#toTopHover {
	background: url('../images/ui.totop.svg') no-repeat left -51px;
	width: 51px;
	height: 51px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline: none;
}