@import"../css/reset.css";	
@import"../css/skeleton.css";
@import"../css/superfish.css";	
@import"../css/forms.css"; 
@import"../css/flexslider.css";
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);*/

/* open-sans-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v35-latin/open-sans-v35-latin-regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/open-sans-v35-latin/open-sans-v35-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/open-sans-v35-latin/open-sans-v35-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('../fonts/open-sans-v35-latin/open-sans-v35-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
	url('../fonts/open-sans-v35-latin/open-sans-v35-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
	url('../fonts/open-sans-v35-latin/open-sans-v35-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/open-sans-v35-latin/open-sans-v35-latin-600.eot'); /* IE9 Compat Modes */
	src: url('../fonts/open-sans-v35-latin/open-sans-v35-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/open-sans-v35-latin/open-sans-v35-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('../fonts/open-sans-v35-latin/open-sans-v35-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
	url('../fonts/open-sans-v35-latin/open-sans-v35-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
	url('../fonts/open-sans-v35-latin/open-sans-v35-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v35-latin/open-sans-v35-latin-700.eot'); /* IE9 Compat Modes */
	src: url('../fonts/open-sans-v35-latin/open-sans-v35-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/open-sans-v35-latin/open-sans-v35-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('../fonts/open-sans-v35-latin/open-sans-v35-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
	url('../fonts/open-sans-v35-latin/open-sans-v35-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
	url('../fonts/open-sans-v35-latin/open-sans-v35-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
	background: #cccccc url('../images/body-bg.jpg') no-repeat 50% 0;
	color: #333333;
	position: relative;
	min-width: 320px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
html,body {
	height:100%;
}
a {
	color: #cc3366;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #000000;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}
img {
	max-width:100%;
	height:auto;
}

/*  Header styles */
h1 {
	margin-left:-10px;
	display:inline-block;
}
h1 a {
	display: block;
	color:#e7e7e7;
	font: 700 56px/68px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1.4pt;
	padding-top:5px;
	padding-bottom:5px;
}
h1 a span {
	font: 400 36px/44px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left:-14px;
	padding-top:20px;
	display:inline-block;
	letter-spacing: -1.2pt;
}
h2.indent-bot-6 {
	color: #ffffff;
}
h2 {
	color: #444444;
	text-transform: uppercase;
	letter-spacing: -0.8pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 27px;
	line-height: 33px;
	font-weight: 700;
}
	h2 span.color-1 {
		color:#000000;
	}
	.h2-color-1 {
		color:#292929;
	}
	.h2-color-1 span {
		font:400 23px/28px 'Open Sans', sans-serif;
		color:#444444;
		letter-spacing: -0.8pt;
		display:block;
	}
	.h2-color-2 span {
		font:400 23px/28px 'Open Sans', sans-serif;
		color:#9f9f9f;
		letter-spacing: -0.8pt;
		display:block;
	}
	.h2-color-3 {
		color:#333;
		letter-spacing: 0;
	}
.block-2-1	h2 {
	color: #000000;
	text-transform: uppercase;
	letter-spacing: -0.8pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
}

.block-2-1	h2 span.color-1 {
	color: #339999;
}

.block-3-1 h2  {
	color: #ffffff;
}

	
h3 {
	color: #339999;
	text-transform: uppercase;
	letter-spacing: -0.6pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
}
	h3 span {
	display: block;
	color: #444444;
	margin-top: -4px;
	letter-spacing: -0.2pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 28px;
	font-weight: 400;
	}
.block-3 h3 {
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}	
.block-3 h3 span  {
	display: inline;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

.block-5-7 h3 {
	color: #339999;
	text-transform: uppercase;
	letter-spacing: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}

.block-5-7 h3 span.color-2 {
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	font-weight: 700;
	display:inline;
} 

.block-5 h2 span.color-1 {
	color: #339999;
}
	
strong {
	font: bold 17px/20px Arial, sans-serif;
	color:#339999;
	letter-spacing: 0.2pt;
}
.strong-1 {
	font: normal 17px/20px Arial, sans-serif;
	color:#383838;
	letter-spacing: 0.2pt;
}

.strong-2 {
	font: normal 14px/17px Arial, sans-serif;
	color:#383838;
	letter-spacing: 0.2pt;
}

/* GLOBAL STRUCTURE
========================================================================= */
.border {
	border: 5px solid #ffffff;	
	}
.border2 {
	border: 5px solid #ececec;	
	}	
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
.extra-wrap {
	overflow:hidden;
	display:block;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.alignmiddle *{
	vertical-align:middle;
}

.main {
	width: 980px;
	padding: 0;
	border: 15px solid #ffffff;
	border-radius: 10px;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.main-2 {
	width:940px;
	margin:0 auto;
}
.main-footer {
	width: 1010px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 34px;
	margin-left: auto;
}

.main-footer .container_12 {
	padding-top: 10px;
	width: 1010px;
	
}

/* IDENTS
========================================================================= */
.ident-bot-1 {margin-bottom: 18px;}
.ident-bot-2 {margin-bottom: 11px;}
.ident-bot-3 {margin-bottom: 6px;}
.ident-bot-4 {margin-bottom: 17px;}
.ident-bot-5 {margin-bottom: 5px;}
.ident-bot-6 {margin-bottom: 4px;}
.ident-bot-7 {margin-bottom: 13px;}
.ident-bot-8 {margin-bottom: 23px;}
.ident-bot-9 {margin-bottom: 20px;}
.ident-bot-10 {margin-bottom: 10px;}
.ident-bot-11 {margin-bottom: 5px;}
.ident-bot-12 {margin-bottom: 4px;}
.ident-bot-13 {margin-bottom: 12px;}
.ident-bot-14 {margin-bottom: 16px;}
.ident-bot-15 {margin-bottom: 7px;}
.ident-bot-16 {margin-bottom: 22px;}
.ident-bot-17 {margin-bottom: 14px;}
.ident-bot-18 {margin-bottom: 3px;}
.ident-bot-19 {margin-bottom: 27px;}
.ident-bot-20 {margin-bottom: 21px;}

.ident-left-1 {margin-left: 20px;}

.ident-top-1 {padding-top: 5px;}

/* HEADER
========================================================================= */
.row-1 {
	background: url('../images/row-1.png') no-repeat;
}
.row-2 {
	background: url('../images/nav-bg.png') repeat-x;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
.row-3 {
	color: #ffffff;
	background: #252525 repeat-x;
	height: 23px;
	padding-left: 2px;
	padding-top: 2px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    }
.row-3  span.active {
color: #cc0066;
}
.row-3sha {
background: #ffffff;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	}
footer {
	background: url('../images/row-4.png') no-repeat 100% 0;
	height:69px;
}
.block-1 {
	background: #adadad url('../images/block-1-bg.jpg') no-repeat;
	padding:21px 0 22px 0;
	color:#4e4e4e;
}

.head-adress {
	float:right;
	text-align:right;
	padding-top:36px;
}
.head-adress .line-1 {
	font:12px/12px Arial, sans-serif;
	color:#ffffff;
	text-transform: uppercase;
	letter-spacing: 0.2pt;
	margin-top:-2px;
	margin-bottom: 2px;
}
.head-adress .line-2 {
	font:21px/26px Arial, sans-serif;
	color:#ffffff;
	text-transform: uppercase;
	margin-top:-2px;
}

	
/* CONTENT
========================================================================= */
#content {
	padding: 19px 0 24px 0;
	background-color: #ffffff;
	background: #ffffff;
	-webkit-box-shadow:inset 0 8px 8px -6px black;
	-moz-box-shadow:inset 0 8px 8px -6px black;
	box-shadow:inset 0 8px 8px -6px black;
}
#page1 #content {
	padding:22px 0 18px 0;
	background: #ffffff;
}

.trennung { 
 	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify;
}
.block-2, .block-3 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
	.block-2-1 {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	}
	.block-2-2 {
	color: #232323;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	.block-2-2 p {
		margin-bottom:2px;
		letter-spacing: -0.2pt;
	}
.block-3 {
	background-color: #ad1f70;
}
	.block-3-1 {
		padding: 10px 18px 10px 18px;
	}
	.block-3-2 {
		padding: 10px 24px 10px 18px;
	}
.block-4 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #e8e8e8;
}
	.block-4-1 {
		padding: 13px 20px 16px 20px;
	}
		.block-4-1-map {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
		}
	.block-4-2 {
		padding: 27px 20px 38px 20px;
	}
	.block-4-3 {
		padding: 32px 27px 28px 21px;
	}
	.block-4-4 {
		padding: 15px 20px 13px 20px;
	}
	.block-4-5 {
		padding: 27px 20px 22px 20px;
	}
	.block-4-6 {
		padding: 25px 10px 43px 20px;
	}
	.block-4-7 {
		padding: 10px 20px 19px 20px;
	}
	.block-4-8 {
		padding: 13px 20px 16px 20px;
	}
	.block-4-9 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	}
	.block-4-10 {
		padding: 27px 20px 20px 20px;
	}
.block-5, .block-6 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}
	.block-5-1 {
		padding: 16px 20px 13px 20px;
	}
		.block-5-1 h2 {
			color:#333333;
		}
	.block-5-2 {
		padding: 30px 32px 19px 18px;
	}
	.block-5-3 {
		padding: 16px 16px 38px 20px;
		line-height:20px;
	}
	.block-5-4 {
		padding: 14px 20px 14px 20px;
	}
	.block-5-5 {
		padding: 16px 20px 17px 20px;
	}
	.block-5-6 {
		padding: 25px 15px 20px 20px;
		line-height:18px;
	}
	.block-5-7 {
		padding: 16px 20px 14px 20px;
	}
	.block-5-8 {
	line-height: 18px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
	.block-5-9 {
		padding: 16px 16px 22px 20px;
		line-height:20px;
	}
	.block-5-10 {
		padding: 12px 20px 11px 20px;
	}
	.block-5-11 {
		padding: 0px 17px 27px 20px;
		line-height:18px;
	}
	.block-5-12 {
		padding: 16px 20px 14px 20px;
	}
	.block-5-13 {
		padding: 18px 20px 21px 20px;
	}
	.block-5-14 {
		padding: 14px 20px 11px 20px;
	}

.block-6 {
	padding: 16px 20px 55px 20px;
}

.shad-1 {
	background: url('../images/shad-1.png') repeat-x;
}
.shad-2 {
	background: url('../images/shad-2.png') repeat-x;
}
.grad-1 {
	background: #ececec;
}
.text-1 {
	font:400 12px/20px Arial, sans-serif;
	color:#333333;
	text-transform: uppercase;
	letter-spacing: -0.1pt;
	margin-bottom: 20px;
}
.text-2 {
	font: 12px/15px Arial, sans-serif;
	color:#333333;
	margin-bottom: 20px;
	}
.text-3 {
	font-weight:bold;
	color:#5f5f5f;
}

.text-color-1 {
	color:#3a3a3a;
}
.text-color-2 {
	color:#333333;
}
.text-color-3 {
	color:#ffffff;
}


.banner {display:block;}
.line-h-1 {
	line-height:20px;
}

.col-1 {
	width:206px;
	float:left;
	margin-left:20px;
}
.col-1.first-col, .col-2.first-col {
	margin-left:0;
}
.col-2 {
	width:185px;
	float:left;
	margin-left:17px;
}

.block-4-9 .list-img-1 li {
	padding-left: 15px;
	background: url('../images/marker-1.png') no-repeat 1px 10px;
	padding-top: 5px;
	margin-left: 250px;
}

.list-1 li {
	padding-left: 15px;
	background: url('../images/marker-1.png') no-repeat 1px 10px;
	padding-top: 5px;
}
	.list-1 li:first-child {
		border-top:none;
	}
	.list-1 li a {
		color: #ffffff;
		font: bold 12px/14px Arial, sans-serif;
	}
		.list-1 li a:hover {
			color:#000000;
		}

.list-3 li {
	padding-left: 16px;
	background: url('../images/marker-2.png') no-repeat 0 6px;
}
	.list-3 li a {
		color: #4e4e4e;
		line-height:21px;
	}
		.list-3 li a:hover {
			text-decoration:underline;
		}
.list-4 li {
	padding-left: 18px;
	background: url('../images/marker-3.png') no-repeat 0 6px;
}
	.list-4 li a {
		color: #5f5f5f;
		line-height:21px;
	}
		.list-4 li a:hover {
			text-decoration:underline;
		}
		
.rt-block-ident-1 {
	padding-right: 180px;
}
.rt-hidden-1 {
	display:none;
}
.rt-img-2 {
	float:left;
	margin-right:21px;
	margin-top:4px;
}
.rt-img-3 {
	float:left;
	margin-right:24px;
}

/* TABLE
========================================================================= */
.t-cover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	display:inline-block;
}
.price td {
	height:30px;
	vertical-align:middle;
	border-left: 1px solid #e8e9ea;
	border-top: 1px solid #e8e9ea;
	font:12px/30px Arial, sans-serif;
	color:#7f7f7f;
	text-align:center;
}
.price .th-1, .price .th-2 {
	font:17px/20px Arial, sans-serif;
	color:#333333;
}
	.price .th-1 {
		padding-left:16px;
		width:115px;
		border-top: 1px solid #e8e9ea;
		border-left: none;
		text-align:left;
	}
	.price .th-2 {
		border-top: none;
		height:48px;
		text-align:center;
	}
		.w-1 {
			width:148px;
		}
		.w-2 {
			width:162px;
		}
		.w-3 {
			width:127px;
		}
.price .th-0 {
	border-left: none;
	border-top: none;
}
.price .td-last {
	padding-bottom:5px;
	height:35px;
}

/* BUTTONS, LINKS
========================================================================= */
.button-1 {
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
	background: #cc0066;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
	.button-1:hover {
		background: #339999;
	}
	.button-1:hover span {
		background: #2f2f2f url('../images/button-1-bg-hover.png') repeat-x;
	}
	.button-1 span {
		display:inline-block;
		color:#ffffff;
		font:600 12px/18px 'Open Sans', sans-serif;
		text-transform: uppercase;
		background: #cc0066;
		padding: 6px 5px 7px 12px;
		-webkit-border-radius: 0 0 0 4px;
		-moz-border-radius: 0 0 0 4px;
		border-radius: 0 0 0 4px;
	}
.button-slide, .button-slide-1 {
	display:inline-block;
	padding-left:200px;
	}	
.button-shadow, .button-shadow-1 {
	display:inline-block;
	padding-right:84px;
	}
.button-shadow-1 {
	padding-right:60px;
}
.button-2 {
	display:inline-block;
	padding-right:31px;
	background: url('../images/button-2-bg-1.png') no-repeat 100% 0;
}
	.button-2 span {
		display:inline-block;
		color:#000000;
		font:600 12px/18px 'Open Sans', sans-serif;
		text-transform: uppercase;
		background: #c0c0c0 url('../images/button-2-bg.png') repeat-x;
		padding: 6px 5px 7px 12px;
		-webkit-border-radius: 0 0 0 4px;
		-moz-border-radius: 0 0 0 4px;
		border-radius: 0 0 0 4px;
	}
.button-2:hover span {
	color:#737373;
}
.link-1 {
	color:#8a8a8a;
}
.link-1:hover {
		text-decoration:underline;
	}
.link-2 {
	color:#444444;
	font-size:15px;
}
.link-2:hover {
		text-decoration:underline;
	}
.link-3 {
	color:#3a3a3a;
}
	.link-3:hover {
		color:#4d4d4d;
	}
.link-3 span {
	display:block;
}
.link-4 {
	color:#cc3366;
}
.link-4:hover {
	color:#333333;
		text-decoration:underline;
	}
.list-1 .link-4 {
	color:#cc3366;
}

.list-1 .link-4:hover {
	color:#333333;
		text-decoration:underline;
	}
.link-table {
	color:#7f7f7f;
}
.link-table:hover {
	color:#4d4d4d;
	text-decoration:underline;
}

/* FOOTER
========================================================================= */
.list-2 {
	padding-top:20px;
}
.list-2 li {
	float:left;
	margin-right:14px;
}
.list-2 li a {
	color: #ffffff;
	font: 700 12px/18px 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.list-2 li a:hover, .list-2 li a.active-2 {
	color:#000000;
}

.list-2 li.active-2  a {
	color: #000000;
	font: 700 12px/18px 'Open Sans', sans-serif;
	text-transform: uppercase;
}


.policy {
	line-height:20px;
	color: #f8f8f8;
	padding-top:17px;
	text-align: right;
	margin-right: -40px;
}
.policy a {
	color: #f8f8f8;
}
.policy a:hover {
		text-decoration:underline;
}

.copy {
	line-height:20px;
	color: #000000;
	margin-left:0px;
	padding-top:12px;
	}

.dot-media {
	line-height:20px;
	color: #000000;
	margin-left:4px;
	text-align:right;
	margin-right:-60px;
	padding-top:18px;
	}	

/* MAP
========================================================================= */
.adress dl {
	display: block;
}
.adress dd {
	width: px;
}
.adress dd span {
	float: right;
}
iframe {
	width: 100%;
	height: 327px;
	margin:0;
}

.adress-1 dl {
	display: block;
}
.adress-1 dt {
	line-height:20px;
	color:#f1f1f1;
	letter-spacing: -0.2pt;
}
.adress-1 dd {
	line-height:20px;
	color:#f1f1f1;
	letter-spacing: -0.2pt;
}
.adress-1 dd span {
	color:#545353;
}

/* MEDIA
========================================================================= */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.main {
		width:768px;
	}
	.main-2 {
		width:748px;
	}
	.rt-block-ident-1 {
		padding-right: 90px;
	}
		.rt-ident-bottom-1-1 {
			margin-bottom: 16px;
		}
	.button-shadow {
		padding-right:40px;
	}
	.button-shadow-1 {
		padding-right:30px;
	}
	.block-2-1, .block-2-2 {
		padding-left:10px;
		padding-right:6px;
	}
	.block-2-1 {
		padding-bottom:15px;
	}
	.block-2-1 h2 {
		font-size:22px;
		line-height:26px;
	}
	.block-2-1 .text-1 {
		font-size:11px;
	}
	.col-1 {
		width:160px;
		margin-left:10px;
	}
	.col-2 {
		width:146px;
		float:left;
		margin-left:10px;
	}
	.list-2 li {
		float:left;
		margin-right:10px;
	}
	.list-2 li a {
			color: #545353;
			font: 700 13px/20px 'Open Sans', sans-serif;
			text-transform: uppercase;
		}
	.block-4-1-map {
		padding: 13px 10px 16px 10px;
		-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
		-moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.6);
	}
	.block-4-3 {
		padding: 32px 10px 28px 10px;
	}
	

	
}
@media only screen and (max-width: 767px) {
	.rt-hidden-1 {
		display:block;
	}
	.rt-image-1, .rt-img-2, .rt-img-3 {
		width:96%;
		float:none;
	}
	.rt-br-1 {
		display:none;
	}
	.rt-ident-bottom-1 {
		margin-bottom: 20px;
	}
		.rt-ident-bottom-1-1 {
			margin-bottom: 16px;
		}
	.rt-ident-bottom-2 {
		margin-bottom: 30px;
	}
		.rt-ident-bottom-2-1 {
			margin-bottom: 30px;
		}
	.rt-block-ident-1 {
		padding: 0;
	}
	.rt-img-1 {
		width:100%;
		float:none;
	}
	.main {
	  width:310px;
	  border: 5px solid #ffffff;
	  border-radius: 2px;
	}
	.main-2 {
		width:310px;
	}
	.list-2 {
		display:none;
	}
	.policy {
		padding-top:26px;
		margin-right: 0px;
		font-size:10px;
	}
	.dot-media { display:none; }
	.col-1 {
		width:206px;
		float:none;
		margin-left:0px;
	}
	.col-2 {
		width:190px;
		float:none;
		margin-left:0px;
	}
	.row-1 {
		background: url('../images/row-1-480.png') no-repeat;
	}
	h1 a {
		font: 700 36px/68px 'Open Sans', sans-serif;
		letter-spacing: -1.4pt;
		padding-top:14px;
		padding-bottom:19px;
	}
	h1 a span {
		font: 400 18px/44px 'Open Sans', sans-serif;
		margin-left:-5px;
		padding-top:20px;
		letter-spacing: -1.2pt;
	}
	.head-adress {
		padding-top:0px;
		display:block;
	}
	.head-adress .line-1 {
		font:14px/18px Arial, sans-serif;
	}
	.head-adress .line-2 {
		font:18px/23px Arial, sans-serif;
	}
	.price .th-1, .price .th-2 {
		font: bold 12px/20px Arial, sans-serif;
		color:#333333;
	}
	
.main-footer .container_12 {
	padding-top: 10px;
	width: 320px;
  }
  
  .main-footer { width: 320px; }
	
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.main {
		width:440px;
	}
	.main-2 {
		width:440px;
	}
	.col-1 {
		width:180px;
		float:left;
		margin-left:10px;
	}
	.col-2 {
		width:180px;
		float:left;
		margin-left:10px;
	}
	.rt-block-ident-1 {
		padding-right: 0px;
	}
	.rt-ident-bottom-2-1 {
			margin-bottom: 0px;
		}
	.rt-block-1 {
		width:200px !important;
		float:left;
	}
	.rt-ident-left-1 {
		margin-left:20px;
	}
	.button-shadow {
		padding-right:60px;
	}
	.rt-ident-left-0 {
		margin-left:0;
	}
	.head-adress {
		display:block;
		padding-top:0px;
	}
	.rt-img-3 {
		width:180px;
		float:left;
		margin-right:16px;
	}
	.rt-ident-bottom-1-1 {
		margin-bottom: 0px;
	}
	
  .main-footer .container_12 {
	padding-top: 10px;
	width: 450px;
  }
  
  .main-footer { width: 450px; }
  
}
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */