﻿a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
/*------ template stylization ------*/
body {
	background: #4f4f4f;
}
/*---------------row_s----------------*/
.row_1 {
	padding: 0 0 11px;
	background: #FFF;
}
.rowslider {
	background: #FFF;
	overflow: hidden;
}
.row_2 {
	padding: 20px 0 109px;
	background: #FFF;
	text-align: center;
}
.row_3 {
	padding: 59px 0 53px;
	background: url(../img/patternrow3.jpg);
}
.row_4 {
	padding: 36px 0 59px;
	background: #FFF;
}
.row_5 {
	padding: 38px 0 59px;
	background: #2b949d;
}
.row_6 {
	padding: 10px 0 0;
	background: #FFF;
}
.row_7 {
	padding: 0 0 75px;
	background: #FFF;
}
.row_7 h2 {
	margin-bottom: 35px;
	background: url(../img/line1.jpg) center bottom repeat-x;
}
.row_8 {
	padding: 49px 0 75px;
	background: #FFF;
}
.row_8 h2 {
	margin-bottom: 42px;
	background: url(../img/line1.jpg) center bottom repeat-x;
}
.row_9 {
	padding: 0 0 92px;
	background: #FFF;
}
.row_9 h2 {
	margin-bottom: 42px;
	background: url(../img/line1.jpg) center bottom repeat-x;
}
.row_10 {
	padding: 49px 0 80px;
	background: #FFF;
}
.row_10 h2 {
	margin-bottom: 43px;
	background: url(../img/line1.jpg) center bottom repeat-x;
}
.row_11 {
	padding: 49px 0 61px;
	background: #FFF;
}
.row_11 h2 {
	margin-bottom: 37px;
	background: url(../img/line1.jpg) center bottom repeat-x;
}
.row_12 {
	padding: 69px 0 55px;
	background: #FFF;
}
.row_14 {
	padding: 69px 0 55px;
	background: #FFF;
}
hr.line1 {
	outline: none;
	border: none;
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	margin: 0 0 18px;
	padding: 0;
	background: #7f7f7f;
}
.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
table {
	background-color: transparent;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
	border-top: 0px none;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #DDD;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #DDD;
}
th {
	text-align: left;
}

@media screen and (max-width:767px){
	.table-responsive{
		width:100%;
		margin-bottom:15px;
		overflow-y:hidden;
		-ms-overflow-style:-ms-autohiding-scrollbar;
		border:1px solid #ddd
	}

	.table-responsive>.table{
		margin-bottom:0
	}

	.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{
		white-space:nowrap
	}

	.table-responsive>.table-bordered{
		border:0
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{
		border-left:0
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{
		border-right:0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{
		border-bottom:0
	}

}
.bild-hochladen{
	background: rgb(88, 165, 172) none repeat scroll 0% 0%;
	padding: 15px;
	margin-top: 5px;
	margin-bottom:20px;
}
.bild-hochladen a{
	color:#FFF;
}
/*----------- Back to top --------------*/
#toTop {
	display: none;
	width: 27px;
	height: 19px;
	overflow: hidden;
	background: url(../img/totop.png) 0 bottom no-repeat;
	position: fixed;
	margin-right: -690px !important;
	right: 50%;
	bottom: 60px;
	z-index: 999;
}
#toTop:hover {
	background-position: 0 0;
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*---------------headings links------------------*/
p {
	font-family: 'PT Sans', serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
}
h1,h2 {
	letter-spacing: 5px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #4f4f4f;
	margin: 0;
	padding: 27px 0 16px;
	margin-bottom: 30px;
	background: url(../img/line1.jpg) center bottom no-repeat;
}
.h2_3 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'PT Sans', serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #4f4f4f;
	margin: 0;
	padding: 0 0 49px;
}
.h2_2 {
	text-align: center;
	font-family: 'Open Sans', serif;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	color: #000;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	margin-bottom: 63px;
}
h3 {
	font-family: 'PT Sans', serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #58a5ac;
	padding: 0;
	margin: 9.5px 0px;
	margin-top: 15px;
}
h4 {
	font-family: 'PT Sans', serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	color: #58a5ac;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
.btn1 {
	text-transform: uppercase;
	position: relative;
	letter-spacing: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	color: #FFF;
	background: #2B949D;
	border: none;
	border-radius: 0;
	padding: 7px 38px 10px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn1:hover {
	background: #000;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn2 {
	width: 18px;
	height: 18px;
	text-transform: uppercase;
	position: relative;
	font-weight: 800;
	color: #FFF;
	background: url(../img/x1.png) center top no-repeat;
	border: none;
	border-radius: 0;
	padding: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn2:hover {
	background: url(../img/x1.png) center bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn3 {
	text-transform: uppercase;
	position: relative;
	letter-spacing: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	color: #FFF;
	background: #2b949d;
	border: none;
	border-radius: 0;
	padding: 7px 33px 10px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn3:hover {
	background: #7f7f7f;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn4 {
	text-transform: uppercase;
	position: relative;
	letter-spacing: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	color: #FFF;
	background: #2b949d;
	border: none;
	border-radius: 0;
	padding: 7px 27px 10px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn4:hover {
	background: #7f7f7f;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/************* header ***************/
header {
	text-align: center;
	padding-bottom: 0;
	background: #FFF;
}
.pagesheader {
	border-bottom: 2px solid #000000;
}
/*-------- Logo -------- */
.navbar-brand_ {
	float: left;
	display: block;
	position: relative;
	text-align: center;
	padding: 22px 0 16px;
	margin: 0;
}
.navbar-brand_ img {
	max-width: 100%;
}
.navbar-brand_a:hover {
	text-decoration: none;
}
.rightside {
	position: relative;
	margin-top: 43px;
	float: right;
}



/* Ad */

#adtopright {
	
	float:right;
	margin:25px 0px 0px 0px;
}



/*-----------------navbar---------------------*/
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #19c589;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/ 
.menuheader input[type=checkbox] {
	
    display: none;
	-webkit-appearance: none;
	
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .tm_navbar{
	display: block;
}
.menuheader {
	float: right;
	margin-top: 38px;
	margin-right: 0;
}
.tm_navbar {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	min-height: 20px;
}
.tm_navbar .nav {
	float: none;
	position: relative;
	display: inline-block;
}
.tm_navbar ul {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
}
.tm_navbar .nav li:first-child {
	position: relative;
	background: none;
}
.tm_navbar .nav li {
	text-align: center;
	float: left;
	padding: 0;
	position: relative;
}
.tm_navbar .nav li.last a {
	margin: 0 1px 0 17px;
}
.tm_navbar .nav li a {
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 800;
	color: #707070;
	background: transparent;
	padding: 0;
	margin: 0 18px;
	border: none;
	border-radius: 0;
	text-shadow: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tm_navbar .nav > li > a .indicator1 {
	background: url(../img/indicator.png) no-repeat 0 bottom;
	width: 7px;
	height: 5px;
	display: inline-block;
	top: 22px;
	right: 17px;
	position: absolute;
	z-index: 5;
}
.tm_navbar .nav li a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	color: #000000;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tm_navbar .nav > .active > a, .tm_navbar .nav > .active > a:hover, .tm_navbar .nav > .active > a:focus {
	color: #000000;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tm_navbar .nav > li.sfHover.active > a .sf-sub-indicator, .tm_navbar .nav > li.active > a .sf-sub-indicator {
	color: #000000;
	background-position: 0 0;
}
.tm_navbar .nav > li.sfHover > a, .tm_navbar .nav > li.sfHover > a:hover, .tm_navbar .nav > li > a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	color: #000000;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*---------submenu1-------------*/
.tm_navbar .nav ul {
	position: absolute;
	display: none;
	top: 55px;
	left: 20px;
	width: 125px;
	padding: 13px 5px 4px 19px;
	list-style: none;
	z-index: 14;
	background: #4f4f4f;
	margin: 0;
}
.tm_navbar .nav ul li:first-child {
	text-align: left;
	width: 100%;
	padding: 0 0 7px;
	display: block;
	position: relative;
	z-index: 10;
	background: transparent;
}
.arrowup {
	position: absolute;
	top: 6px;
	left: 144px;
	z-index: 100;
}
.tm_navbar .nav ul li {
	text-align: left;
	width: 100%;
	padding: 8px 0;
	display: block;
	position: relative;
	border: none;
	z-index: 14;
}
.tm_navbar .nav ul li a {
	text-transform: none;
	text-align: left;
	position: relative;
	color: #ffffff;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	margin: 0;
	text-shadow: none;
	border-bottom: none !important;
}
.tm_navbar .nav ul li a:hover {
	color: #cacaca;
	border-bottom: none !important;
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul li.sfHover > a {
	text-decoration: none;
	color: #cacaca;
	border-bottom: none !important;
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul ul li.sfHover > a {
	text-decoration: none;
	color: #cacaca;
	border-bottom: none !important;
}
/*-----------submenu2-----------*/
.tm_navbar .nav ul ul {
	list-style: none;
	padding: 7px 5px 13px 6px;
	left: 106px;
	top: 2px;
	width: 125px;
	background: #4f4f4f;
	border: none;
}
.tm_navbar .nav ul ul li:first-child {
	text-align: left;
	padding: 7px 0;
	padding-left: 14px;
	position: relative;
	z-index: 11;
	background: transparent;
}
.tm_navbar .nav ul ul li {
	text-align: left;
	padding: 7px 0;
	padding-left: 14px;
	position: relative;
	z-index: 11;
}
.tm_navbar .nav ul ul li a {
	text-align: center;
	margin: 0;
	color: #FFF;
	text-shadow: none;
}
.tm_navbar .nav ul ul li a:hover {
	color: #cacaca;
}
/*-----indicator2-------*/
.tm_navbar .nav ul .indicator2 {
	background: url(../img/indicator2.png) no-repeat 0 0;
	width: 5px;
	height: 7px;
	position: absolute;
	display: block;
	top: 7px;
	left: auto;
	right: -14px;
	z-index: 5;
}
/*-------------------select------------------*/
.select-menu {
	display: none !important;
}
/************** header end **************/
/************** content **************/
/*------slider-----------*/
.slider {
	z-index: 0!important;
	position: relative;
}
.camera_pag_ul li > div {
	overflow: hidden;
	border-radius: 500px;
	background: #FFF;
}
.camera_pag_ul li > div > span p {
	border: 3px solid #FFF;
	border-radius: 500px;
	opacity: 1;
	overflow: hidden;
}
.camera_pag_ul li.cameracurrent div span p, .camera_pag_ul li div span p:hover {
	border: 3px solid #FFF;
	border-radius: 500px;
	opacity: 1;
	overflow: hidden;
}
/*---------------------list1---------------------*/
.list1 {
	position: relative;
	overflow: hidden;
	list-style: none;
	margin-top: 0;
	z-index: 100;
	margin-left: 0;
	padding: 0;
}
.borders1 {
	padding: 24px 0 30px;
	border-top: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
}
.list1 li {
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-bottom: 30px;
}
.list1 li h3 {
	color: #000000;
	padding-bottom: 19px;
}
/*---------------------list2---------------------*/
.list2 {
	position: relative;
	overflow: hidden;
	list-style: none;
	margin-top: 0;
	z-index: 100;
	margin-left: 0;
	padding: 0;
	margin-bottom: 24px;
}
.list2 li {
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-bottom: 30px;
}
.list2 li figure {
	margin-bottom: 41px;
}
.list2 li figure img {
	width: 100%;
}
.list2 li p {
	font-family: 'Times New Roman', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #999999;
	font-style: italic;
}
.list2 li h3 {
	padding-bottom: 25px;
}
.list2 li h3 a {
	color: #2b949d;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list2 li h3 a:hover {
	color: #7f7f7f;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*--------row3-----------*/
.title2 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	color: #4f4f4f;
	letter-spacing: 4px;
	margin: 3px 0 20px;
}
.title3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 36px;
	font-weight: 300;
	color: #999999;
}
.title3 a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	font-style: italic;
	color: #2b949d;
}
.title3 a:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	font-style: italic;
	color: #999999;
}
/*-------------row4---------------*/
.row_4 .h2_2 {
	margin-bottom: 24px;
}
.row_4 h3 {
	margin-bottom: 24px;
}
.row_4 p {
	margin-bottom: 20px;
}
.row4col figure {
	float: left;
	margin-right: 132px;
	margin-top: 7px;
	margin-bottom: 20px;
}
.row4col figure img {
	width: 100%;
}
/*----------------row5-------------*/
.row_5 h2 {
	color: #FFF;
	background: none;
	margin-bottom: 7px;
}
.row_5 .h2_2 {
	color: #FFF;
	margin-bottom: 24px;
}
/*---------------------list3---------------------*/
.list3ins {
	position: relative;
}
.linelist3 {
	position: absolute;
	width: 720px;
	height: 4px;
	background: #aad4d8;
	top: 89px;
	margin: 0 auto;
	margin: 0 0 0 150px;
}
.list3 {
	position: relative;
	overflow: hidden;
	list-style: none;
	margin-top: 0;
	z-index: 100;
	padding: 0;
	padding-top: 7px;
	margin-left: 36px;
}
.list3 li {
	float: left;
	overflow: hidden;
	position: relative;
	list-style: none;
	border-radius: 500px;
	margin: 0 25px;
	margin-top: 23px;
}
.list4 {
	text-align: center;
}
.list4 li {
	display: inline; 
	list-style-type: none;
	padding-right:30px;
}
.list4 li a {
	color:#000;
}
.list4 li a:hover{
	text-decoration: underline;
	color: #000;
}
.mtop1 {
	margin: 0 27px !important;
	margin-top: 0!important;
}
.list3 li a.centeredicon {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	background: #FFF;
	cursor: default;
}
.list3 li a.centeredicon:hover {
	cursor: default;
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	background: #FFF;
}
.list3 li a.centeredicon:hover img {
	top: 0;
}
.list3 li a {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
	overflow: hidden;
	border-radius: 500px;
	display: block;
}
.list3 li a:hover {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	background: #0d6870;
}
.list3 li a:hover img {
	top: -140px;
}
.list3 li a:hover span {
	top: 50%;
}
.list3 li a img {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 500px;
}
.list3 li a span {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 800;
	color: #FFF;
	position: absolute;
	text-align: center;
	top: 150%;
	left: 0;
	margin-top: -14px;
	width: 100%;
}
.row_6 h2 {
	margin-bottom: 41px;
}
/*-----------about_us-----------*/
.about figure {
	margin-bottom: 11px;
}
.about figure img {
	width: 100%;
}
.about h3 {
	margin-bottom: 25px;
}
.about p {
	margin-bottom: 28px;
}
/*--------------list5-------------*/
.know h2 {
	margin-bottom: 37px;
}
.list5 {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
	margin: 20px 0 20px;
}
.list5 li {
	margin-bottom: 10px;
}
.list5 li p {
	padding: 0 0 0 28px;
	margin-bottom: 0;
}
.list5 li p span {
	font-family: 'Open Sans', serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	position: absolute;
	left: 0;
	color: #000;
}
.list5 li p strong {
	font-family: 'Open Sans', serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #58a5ac;
	position: relative;
	display: block;
	margin: 1px;
}
/*--------list6------------*/
.list6 {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 100;
}
.list6 li {
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-bottom: 10px;
}
.list6 li h3 {
	text-align: center;
}
.list6 li h3 a {
	color: #58a5ac;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list6 li h3 a:hover {
	color: #4f4f4f;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list6 li figure {
	overflow: hidden;
	border-radius: 500px;
	margin-bottom: 21px;
}
.list6 li figure a > img {
	width: 100%;
}
.list6 li figure a {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 500px;
}
.list6 li figure a span {
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list6 li figure a span img {
	text-align: center;
	position: absolute;
	top: -80px;
	margin-top: 0;
	left: 50%;
	margin-left: -38px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list6 li figure a:hover span {
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list6 li figure a:hover span img {
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -38px;
	left: 50%;
	margin-left: -38px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*-----------testimonials--------------*/
.list-quote.extra {
	padding-bottom: 34px;
}
.list-quote {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-quote li {
	background: url("../img/blockquote.png") no-repeat 14px 7px;
}
.quote-1 {
	border: medium none;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	padding-left: 20px;
	padding-top: 25px;
}
.quote-1 p {
	vertical-align: text-top;
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #999999;
	font-style: italic;
	margin-bottom: 22px;
}
.quote-1 strong {
	vertical-align: text-top;
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #4f4f4f;
	margin-bottom: 0;
	display: block;
}
.quote-1 strong a {
	color: #4f4f4f;
}
.quote-1 strong a:hover {
	color: #2b949d;
}
.quote-1 span {
	vertical-align: text-top;
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #999999;
	display: block;
	margin-bottom: 0;
}
/*--------list7------------*/
.list7 {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 100;
}
.list7 li {
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-bottom: 31px;
}
.list7 li figure {
	overflow: hidden;
	border-radius: 500px;
}
.list7 li figure a > img {
	width: 100%;
}
.list7 li figure a {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 500px;
}
.list7 li figure a span {
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list7 li figure a span img {
	text-align: center;
	position: absolute;
	top: -80px;
	margin-top: 0;
	left: 50%;
	margin-left: -38px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list7 li figure a:hover span {
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list7 li figure a:hover span img {
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -38px;
	left: 50%;
	margin-left: -38px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*--------------------list-blog----------------------*/
.list-blog {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	margin-bottom: 11px;
}
.list-blog li {
	overflow: hidden;
	position: relative;
	margin: 0;
	margin-bottom: 62px;
}
.list-blog li h4 {
	margin-bottom: 2px;
}
.list-blog li h4 a {
	color: #4f4f4f;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-blog li h4 a:hover {
	color: #2b949d;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-blog li .linkbox {
	font-family: 'Times New Roman', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #999999;
	font-style: italic;
	color: #f2762e;
	margin-bottom: 16px;
}
.list-blog li .linkbox a {
	color: #999999;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-blog li .linkbox a:hover {
	color: #2b949d;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-blog li figure {
	overflow: hidden;
	border-radius: 500px;
	float: left;
	margin-bottom: 10px;
	margin-right: 18px;
}
.list-blog li figure img {
	border-radius: 500px;
}
.list-blog li .textinfo1 {
	overflow: hidden;
}
.list-blog li .textinfo1 p {
	margin-bottom: 27px;
	color: #a9a9a9;
}
/*---------categories---------------*/
.categories .list8 {
	margin: 0 0 41px;
}
.mbot2 {
	margin-bottom: 38px !important;
}
.list8 {
	padding: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
	margin: 0;
}
.list8 li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 25px;
}
.list8 li i {
	font-size: 18px;
	line-height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	color: #c9c9c9;
}
.list8 li a {
	font-family: 'PT Sans', serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	left: 0;
	color: #58a5ac;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list8 li a i {
	color: #c9c9c9;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list8 li a:hover {
	text-decoration: none;
	color: #c9c9c9;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list8 li a:hover i {
	color: #2b949d;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*-------- contacts page --------*/
.gmap {
	margin-bottom: 59px;
}
.map {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
.map iframe {
	width: 100%;
	height: 390px;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.address h2 {
	margin-bottom: 37px !important;
}
address {
	margin: 0 0 0 0;
	margin-bottom: 22px;
}
address strong {
	margin: 0;
	font-family: 'PT Sans', serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #4f4f4f;
	display: block;
	margin-bottom: 0;
}
address span {
	font-family: 'PT Sans', serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #999999;
	font-weight: 400;
}
address p {
	font-family: 'PT Sans', serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #999999;
	font-weight: normal;
	margin: 6px 0 32px;
}
/*------------contact form------------*/
.mbot3 {
	display: block;
	font-family: 'PT Sans', serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #999999;
	margin-bottom: 4px;
}
.contact-form .coll-1, .contact-form .coll-2, .contact-form .coll-3 {
	margin-right: 7px;
	margin-bottom: 28px;
	width: 198px;
	display: inline-block;
}
.contact-form .coll-3 {
	margin-right: 0;
}
.coll-message {
	position: relative;
}
#contact-form {
	margin-top: 14px;
	position: relative;
}
#contact-form label {
	position: relative;
	vertical-align: middle;
	font-weight: normal;
	top:0;
	right: 0;
	padding: 0;
}

#contact-form .form-control.error{
	background-color: #fff8f8;
	border: 1px solid #E34F4F;
}

#contact-form ._placeholder {
	width: 100%!important;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	font-family: 'PT Sans', serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	padding: 3px 10px 5px 10px;
	color: #736d68;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	font-family: 'PT Sans', serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	opacity: 0.4;
	box-shadow: none;
	padding: 3px 10px 5px 10px;
	width: 100%;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input[type="text"], #contact-form textarea {
	outline: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'PT Sans', serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #736d68;
	margin-bottom: 0;
	width: 100%;
	height: 34px;
	border-radius: 0;
	padding: 3px 10px 5px 10px;
	border: 1px solid #e4e1e3;
	background: #FFF;
}
#contact-form textarea {
	height: 150px;
	resize: none;
	overflow: hidden;
}

#contact-form input[type="file"]{
	font-size: 16px;
}
.req {
	text-transform: uppercase;
	font-family: 'PT Sans', serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	color: #2b949d;
	position: relative;
	display: inline-block;
	margin-left: 32px;
	top: -8px;
}
#contact-form > label {
	margin-bottom: 0;
	margin-top:25px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px/20px Arial;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 3px;
	top: 0;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
#contact-form .success-message {
	line-height: 22px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #FFF;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.7s linear;
	transition: all 0.7s linear;
	padding: 0;
}
#contact-form.success .success-message {
	height: 70px;
	padding: 22px 0;
	border: 1px solid #e4e1e3;
	-webkit-transition: all 0.7s linear;
	transition: all 0.7s linear;
}
/*-----------------privacy page-------------------*/
.privacy_page p {
	margin-bottom: 24px;
}
.privacy_link {
	font-family: 'PT Sans', serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #2b949d;
}
.privacy_link:hover {
	color: #4f4f4f;
}
/*404 page*/
/*404 page*/
.block-404 {
	margin-bottom: 20px;
}
.block-404 figure {
	margin: 0;
	width: 100%;
}
.block-404 figure img {
	width: 100%;
}
.block-404 .forminfo h2 {
	text-align: left;
	font-size: 36px;
	line-height: 42px;
	padding-top: 0;
	color: #4f4f4f;
	padding-bottom: 0;
	margin-top: 5px;
	background: none;
	letter-spacing: 6px;
	margin-bottom: 27px;
}
.block-404 .forminfo h2 span {
	letter-spacing: 5px;
	display: block;
	font-size: 24px;
	line-height: 26px;
	margin-top: 18px;
	color: #4f4f4f;
}
.block-404 p {
	margin-bottom: 24px;
}
.form-404 {
	width: 100%;
	display: block;
	margin-top: 39px;
	position: relative;
	padding-right: 0;
}
.form-404 input {
	outline: none;
	font-family: 'PT Sans', serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #736d68;
	width: 100%;
	height: 34px;
	border-radius: 0;
	padding: 3px 10px 5px 10px;
	border: 1px solid #e4e1e3;
	background: #FFF;
	margin: 0;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	background: none;
	float: left;
}
.form-404 input:focus {
	box-shadow: none;
	outline: none;
	border: 1px solid #e4e1e3;
}
.form-404 a {
	border: none;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	position: relative;
	margin-top: 5px !important;
}
/************* content end **************/
/************** footer **************/
footer {
	padding: 41px 0 20px;
	background: #4f4f4f;
}
.footerpriv {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #FFF;
	margin: 0;
}
.footerpriv img {
	margin: 0 4px 0 7px;
}
.footerpriv strong {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #FFF;
	margin: 0;
}
.privacylink {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #FFF;
	margin: 0;
	margin-left: 5px;
}
.privacylink:hover {
	text-decoration: none;
	color: #2b949d;
}
.privacylink2 {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #FFF;
	margin: 0;
}
.privacylink2:hover {
	text-decoration: none;
	color: #2b949d;
}
/*--------------social----------------*/
.social_icons {
	overflow: hidden;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	margin: -16px 0 0 0;
	z-index: 10;
}
.social_icons > li {
	float: left;
	cursor: pointer;
	width: 35px;
	height: 34px;
	overflow: hidden;
	margin-left: 2px;
	margin-right: 0;
}
.social_icons > li a {
	width: 35px;
	height: 34px;
	overflow: hidden;
}
.social_icons > li a img {
	position: relative;
	top: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.social_icons > li a:hover img {
	position: relative;
	top: -34px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/************** footer end **************/
/*-------------- media queries -------------------*/
/**********************************************************/
@media (min-width: 1220px) {
	.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
		margin-right: 7px;
		width: 249px;
		display: inline-block;
	}
	.contact-form .coll-3 {
		margin-right: 0;
	}
	hr.line1 {
		width: 225px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.h2_2 {
		width: 870px;
	}
	.container {
		padding: 0;
	}
}
/**********************************************************/
@media (min-width: 768px) and (max-width: 991px) {
	.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
		margin-right: 0;
		margin-bottom: 15px;
		width: 100%;
		display: inline-block;
	}
	.list-blog li .textinfo1 {
		overflow: visible;
	}
	.colquote {
		margin-bottom: 40px;
	}
	.linelist3 {
		width: 510px;
		top: 89px;
		margin: 0 auto;
		margin: 0 0 0 100px;
	}
	.mtop1 {
		margin: 0 16px !important;
		margin-top: 0!important;
	}
	.list3 {
		padding: 0;
		padding-top: 7px;
		margin-left: 0;
	}
	.list3 li {
		margin: 0 5px;
		margin-top: 23px;
	}
	.row4col figure {
		margin-right: 50px;
		margin-bottom: 20px;
	}
	.row_3 figure {
		text-align: center;
		margin-bottom: 30px;
		width: 100%;
	}
	.row_3 figure img {
		width: 100%;
	}
}
/**********************************************************/
@media (max-width: 767px) {

	.map iframe {
		height: 250px;
	}
	.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
		margin-right: 0;
		margin-bottom: 15px;
		width: 100%;
		display: inline-block;
	}
	.list-blog li .textinfo1 {
		overflow: visible;
	}
	.know h2 {
		padding-top: 50px;
	}
	.colquote {
		margin-bottom: 40px;
	}
	.list3 li.mtop1 {
		width: 170px;
		height: 170px;
		margin: 25px auto !important;
	}
	.list3 {
		margin-left: 0;
	}
	.list3 li {
		width: 119px;
		height: 119px;
		margin: 10px auto !important;
		float: none;
	}
	.linelist3 {
		display: none;
	}
	.row4col figure {
		margin-right: 30px;
		margin-bottom: 20px;
	}
	.row_3 figure {
		text-align: center;
		margin-bottom: 30px;
		width: 100%;
	}
	.about figure {
		width: 250px;
		margin-bottom: 10px;
		float: left;
		margin-right: 20px;
	}
	.menuheader {
		float: none;
		margin-top: 0;
		margin-right: 0;
	}

	.tm_navbar .nav li a {
		margin:0px;
	}
	.tm_navbar .nav li.last a{
		margin:0px;
	}
	.tm_navbar {
		padding: 10px 0;
		display: none;
		position: static;
	}
	.show-menu {
		display:block;
		margin-top: 95px;
		margin-bottom: 15px;
	}
	.sf-menu ul li {
		margin-bottom: 1px;
	}
	.sf-menu li, li a {
		width: 100%;
	}
/*.sf-menu {
	display: none !important;
	} */
	.select-menu {
		display: block !important;
		color: #FFF;
		border: 1px solid #343434;
		background: #343434 !important;
		-webkit-box-shadow: none;
		box-shadow: none;
		position: relative;
		width: 100%;
		margin: 0;
		padding: 5px;
	}
	.select-menu option {
		padding: 0;
	}
}
/**********************************************************/
@media (max-width: 550px) {
	.collist7 {
		width: 50%;
	}
}
/**********************************************************/
@media (max-width: 480px) {
	.list-blog li figure {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.list-blog li figure img {
		width: 100%;
	}
	.colquote {
		width: 100%;
	}
	.collist6 {
		float: none;
		width: 100%;
	}
	.collist6 figure {
		width: 100%;
	}
	.collist6 figure > a > img {
		width: 100%;
	}
	.row4col figure {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.title2 {
		font-family: 'Open Sans', sans-serif;
		font-size: 30px;
		line-height: 32px;
		font-weight: 700;
	}
	.row_3 figure {
		text-align: center;
		margin-bottom: 30px;
		width: 100%;
	}
	.row_3 figure img {
		width: 100%;
	}
	.about figure {
		margin-bottom: 27px;
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.about figure img {
		width: 100%;
	}
	footer {
		text-align: center;
	}
	footer .footerpriv {
		text-align: center;
		width: 100%;
		display: block;
		float: none;
	}
	footer .pull-right {
		margin: 0 auto;
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
		display: inline-block;
		float: none;
	}
	footer .pull-right .social_icons {
		display: inline-block;
	}
	.list1col {
		width: 100%;
		float: none;
	}
}
/**********************************************************/
@media (max-width: 450px) {
	.collist7 {
		width: 100%;
	}
}
/**********************************************************/
@media (max-width: 360px) {
	.req {
		text-transform: uppercase;
		font-family: 'PT Sans', serif;
		font-size: 12px;
		line-height: 22px;
		font-weight: 700;
		color: #2b949d;
		position: relative;
		display: block;
		margin-left: 0;
		top: 0px;
		margin-top: 10px;
	}
	.footerpriv img {
		display: none;
	}
	.privacylink {
		display: inline-block;
		margin-left: 0;
	}
}
/*Core variables and mixins*/
.img-circle {
	border-radius: 500px;
}


#survey_container {
	background-color:#fff;
	box-shadow: 0 0 5px #777;
	margin-top:33px;
	margin-bottom:60px;
	z-index:9;
	position:relative;
}
#top-wizard {
	text-align: center;
	padding: 15px 120px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
	text-transform: uppercase;
	font-size: 11px;
}
ul.data-list li {
	position: relative;
}
ul.data-list, ol.data-list{
	padding: 0px;
	margin: 0px 0px 30px;
	list-style: outside none none;
}
ul.data-list-2 li {
	position: relative;
	height: 42px;
	margin-bottom: 15px;
	width: 100%;
	display: block;
}
.iradio_square-aero {
	background-position: -226px 0px;
}
.qty-buttons {
	position: relative;
	width: 100px;
	height: 40px;
}
input.qtyplus {
	background: #FFF url("../img/plus.png") no-repeat scroll center center;
	right: 0px;
	top: 0px;
	text-indent: -9999px;
}
input.qtyminus {
	background: #FFF url("../img/minus.png") no-repeat scroll center center;
	right: 0px;
	top: 21px;
	text-indent: -9999px;
}
.qty-buttons span {
	position: absolute;
	top: 10px;
	display: block;
	width: 220px;
	left: 120px;
	font-weight: bold;
}
ul.floated li#age {
	width: 100px;
	margin-right: 55px;
}
ul.data-list li {
	position: relative;
}
ul.floated li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 30%;
}
.iradio_square-aero {
	background-position: -226px 0px;
}
.icheckbox_square-aero, .iradio_square-aero {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 42px;
	height: 42px;
	background: transparent url("../img/aero.png") no-repeat scroll 0% 0%;
	border: medium none;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
}
.step h3 {
	text-transform: none;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 25px;
	text-align: left;
}
ul.data-list-2 li label {
	float: left;
	margin-left: 60px;
	font-size: 18px;
	font-weight: 400;
	margin-top: 9px;
	line-height: 22px;
}
ul.data-list-2 li {
	line-height: 20px;
}
label.label_gender {
	padding-left: 50px;
	line-height: 42px;
}
input.qtyminus, input.qtyplus, input.qtyplus:focus {
	position: absolute;
	width: 35px;
	height: 23px;
	border: 2px solid #D5D5D5;
	outline: medium none;
	cursor: pointer;
	border-radius: 0px;
	box-shadow: none;
}
input.qty {
	width: 70px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
}
.ui-widget-content {
	background: #fff;
	color: #222222;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-widget-header {
	background: #f68e56;
}
.shadow {
	width: 100%;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: -6px;
	background: url(../img/shadow_top_form.png) no-repeat center top;
}
label.error {
	font-size: 11px;
	position: absolute;
	top: -28px;
	right: -15px;
	z-index: 99;
	height: 25px;
	line-height: 25px;
	color: #E34F4F;
	font-weight: normal;
	padding: 0px 6px;
}
#middle-wizard {
	padding: 50px 75px 35px 75px;
}
#complete {
	text-align: center;
	padding: 0 45px 35px 45px;
}
#bottom-wizard {
	text-align: center;
	padding: 15px 120px;
	border-top: 1px solid #e7e7e7;
	background-color: #f3f3f3;
}
button[disabled].backward, button[disabled].forward {
	border: none;
	background: #ccc;
	outline: none;
}
.forward {
	padding: 7px 30px 7px 20px;
}
.backward, .forward {
	border: none;
	color: #fff;
	padding: 7px 20px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
	outline: none;
	background: #282828;
	position: relative;
}
.styled-select select {
	background: transparent none repeat scroll 0% 0%;
	width: 107%;
	padding: 5px 5px 5px 15px;
	border: 0px none;
	border-radius: 0px;
	height: 41px;
	margin: 0px;
	font-weight: 400;
	-moz-appearance: window;
	cursor: pointer;
}
input.form-control, select.form-control, textarea.form-control {
	background: #FBFBFB none repeat scroll 0% 0%;
	border: 2px solid #D5D5D5;
	border-radius: 0px;
	box-shadow: none;
	color: #999;
	height: 44px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 25px;
	font-family: "Open Sans",Arial,sans-serif;
	line-height: 1.42857;
	padding: 6px 12px;
}
.forward {padding:7px 30px 7px 20px;}  
.forward:before {
	content: "\f054"; 
	font-family: FontAwesome;
	text-decoration: inherit;
	position: absolute;
	font-weight:normal;
	top: 8px;
	right: 20px;
	text-transform:none;
	font-size:9px
} 
.backward:before {
	content: "\f053"; 
	font-family: FontAwesome;
	text-decoration: inherit;
	position: absolute;
	font-weight:normal;
	top: 11px;
	left: 10px;
	text-transform:none;
	font-size:9px
} 
.forward::before {
	content: "\f054";
	font-family: FontAwesome;
	text-decoration: inherit;
	position: absolute;
	font-weight: normal;
	top: 11px;
	right: 20px;
	text-transform: none;
	font-size: 9px;
}

/* From tablet portrait to mobile */
@media (max-width: 767px) {
	
	#top-nav		{width:100%;float:left;}
	#top-nav			{display:none;}
	#top-nav ul	{float: none; padding:20px 0 20px 0; margin:0; } 
	#top-nav ul li 	{float: none; border-bottom: 1px solid rgba(255, 255, 255, 0.3); font-size:14px; padding:0; margin:0;}
	#top-nav ul li:last-child{ border-bottom:none;}
	#top-nav ul li a	{ display:block; padding:5px;}
	#top-nav ul a#active{ color:#323232; background-color:#ddd;}
	.btn-responsive-menu{display:block;}	

	.main-title h1{font-size:32px;line-height:30px;}
	.main-title p {font-size:16px;}

	h2, h3 {font-size: 26px;line-height:26px;margin-bottom:30px;}
	h2 span, h3 span{font-size: 16px; line-height:18px}

	#top-wizard {padding:15px 6s0px;}
	#middle-wizard {padding: 20px 30px 20px 30px;}

	ul.floated li#age {margin-bottom:-10px; } 

	ul.floated li {
		float:none;
		margin:0; padding:0;
		width:50%;
		padding-bottom:10px;
	}

	#footer_2 {text-align:center;}
	#contact { background:none;}

	ul.social-bookmarks {
		padding: 0;
		list-style-type: none;
		float:none;
		display:inline-block;
	}

}	
/* Mobile Landscape */
@media (max-width: 480px) {

	.main-title h1{font-size:24px;line-height:26px; margin-top:30px;}
	.main-title p {font-size:14px; ine-height:16px; }

	#top-nav ul	{float: none; padding:20px 0 40px 0; margin:0; } 
	#top-wizard {padding:15px 30px;}
	#bottom-wizard {padding:15px 30px;}
	.backward, .forward, button[disabled].backward, button[disabled].forward  {
		text-indent:-9999px;
		width:50px;
		padding:0;
		height:40px;
	} 
	.backward:before, .forward:before, button[disabled].backward:before, button[disabled].forward:before {
		text-indent:0;
		top:12px;
		font-size:16px;
	} 

	.qty-buttons span { top:10px; display:block; width:100px; left:120px; font-weight:bold; line-height:12px;}

	#survey_container {margin-bottom:0;}

	#complete{padding: 0 25px 15px 25px;}
	#complete h3{ font-size:18px; margin-bottom:20px}
	#complete i {font-size:80px;padding:0;}
}

/* Mobile Portrait */
@media only screen and (max-width: 320px) {

	.main-title h1{font-size:24px;line-height:26px; margin-top:25px;}
	#survey_container {margin-bottom:0;}
	#top-nav ul	{float: none; padding:20px 0 10px 0; margin:0; } 
	ul#footer-nav li {display:block;margin-right:0;}
	ul#footer-nav li:first-child {margin-right:0;}
	.step h3 {font-size:18px;line-height:22px; margin-bottom:20px}
	#complete h3{ font-size:18px; margin-bottom:20px}
	#complete{padding: 0 15px 15px 15px;}

}

@media only screen and (max-width:460px){
	.btn1 {
		text-transform: uppercase;
		position: relative;
		letter-spacing: 4px;
		font-family: "Open Sans",sans-serif;
		font-size: 16px;
		line-height: 24px;
		font-weight: 800;
		color: #FFF;
		background: #2B949D none repeat scroll 0% 0%;
		border: medium none;
		border-radius: 0px;
		padding: 10px 8px;
		transition: all 0.2s ease 0s;
		width: 100%;
	}
	.tm_navbar .nav li a {

		font-size: 16px;
		line-height: 27px;
	}
}

#buttons {
	padding: 2px 2px;
	width: 330px;
	overflow: hidden;

}


.buttonss {
	background: #DCE0E0;
	position: relative;
	display: block;
	float: left;
	height: 40px;
	margin: 4px;
	overflow: hidden;
	width: 156px;
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.icon {
	display: block;
	float: left;
	position: relative;
	z-index: 3;
	height: 100%;
	vertical-align: top;
	width: 38px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	text-align: center;
}

.icon i {
	color: #fff;
	line-height: 42px;
}

.slide {
	z-index: 2;
	display: block;
	margin: 0;
	height: 100%;
	left: 38px;
	position: absolute;
	width: 118px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
}

.slide p {
	font-family: Open Sans;
	font-weight: 400;
	border-left: 1px solid #fff;
	border-left: 1px solid rgba(255,255,255,0.35);
	color: #fff;
	font-size: 16px;
	left: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 100%;
}

.teilen_list li{
	margin: 0px 10px;
	padding: 10px;
	border-top: 1px solid #DDD;
}

.button .slide {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.facebook iframe {
	display: block;
	position: absolute;
	right: 23px;
	top: 10px;
	z-index: 1;
}

.twitter iframe {
	width: 90px !important;
	right: 5px;
	top: 10px;
	z-index: 1;
	display: block;
	position: absolute;
}

.google #___follow_0 {
	width: 70px !important;
	top: 10px;
	right: 45px;
	position: absolute;
	display: block;
	z-index: 1;
}

.youtube #___ytsubscribe_0 {
	top: 10px;
	right: 1px;
	position: absolute;
	display: block;
	z-index: 1;
}

.facebook:hover .slide {
	left: 180px;
}

.twitter:hover .slide {
	top: -40px;
}

.google:hover .slide {
	bottom: -40px;
}

.youtube:hover .slide {
	left: -150px;
}

.facebook .icon, .facebook .slide {
	background: #305c99;
}

.twitter .icon, .twitter .slide {
	background: #00cdff;
}

.google .icon, .google .slide {
	background: #d24228;
}

.youtube .icon, .youtube .slide {
	background: #b31217;
}











.row_9 img {margin:2px;}





.herrchen_comment {
	font-style:italic;
	font-size:16px;
}
.herrchen_comment::before {
	content: "»";
}
.herrchen_comment::after {
	content: "«";


	.abstandnachoben {
		margin-top:50px;
	}


	.row_6 li {
		font-family: 'PT Sans', serif;
		font-size: 18px;
		line-height: 24px;
		font-weight: 400;
		color: #000;
		margin-bottom:7px;
	}
	.row_9 li {
		font-family: 'PT Sans', serif;
		font-size: 18px;
		line-height: 24px;
		font-weight: 400;
		color: #000;
		margin-bottom:7px;
	}

	.camera_caption.fadeIn {
		background-color: rgba(50,50,50,0.4);
		padding: 15px;
		border-radius: 20px;
	}




	/* Picture style gallery */
	.polaroid-images a
	{
		background: white !important;
		display: inline;
		float: left;
		margin: 0 15px 30px;
		padding: 10px 10px 25px;
		text-align: center;
		text-decoration: none;
		-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
		-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
		box-shadow: 0 4px 6px rgba(0,0,0,.3);
		-webkit-transition: all .15s linear;
		-moz-transition: all .15s linear;
		transition: all .15s linear;
		z-index:0;
		position:relative;
	}

	.polaroid-images a:after {
		color: #333;
		font-size: 20px;
		content: attr(title);
		position: relative;
		top:15px;
	}

	.polaroid-images img { 
		display: block !important; 
		width: inherit !important; 
		max-width:200px !important;
	}

	.polaroid-images a:nth-child(2n)
	{
		-webkit-transform: rotate(4deg) !important;  
		-moz-transform: rotate(4deg) !important; 
		transform: rotate(4deg) !important; 
	}
	.polaroid-images a:nth-child(3n) { 
		-webkit-transform: rotate(-24deg);  
		-moz-transform: rotate(-24deg); 
		transform: rotate(-24deg); 
	}
	.polaroid-images a:nth-child(4n)
	{
		-webkit-transform: rotate(14deg);  
		-moz-transform: rotate(14deg); 
		transform: rotate(14deg); 
	}
	.polaroid-images a:nth-child(5n)
	{
		-webkit-transform: rotate(-18deg);  
		-moz-transform: rotate(-18deg); 
		transform: rotate(-18deg); 
	}

	.polaroid-images a:hover{
		-webkit-transform: rotate(0deg); 
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: scale(1.2); 
		-moz-transform: scale(1.2);
		transform: scale(1.2);
		z-index:10;
		-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
		-moz-box-shadow: 0 10px 20px rgba(0,0,0,.7);
		box-shadow: 0 10px 20px rgba(0,0,0,.7);
	}
	/* picture styles end */














