html {
	width:100%;
	margin:0px;
	padding:0px;
	
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:90px 0px 0px;
	position:relative;
	text-align:center;
	font-family:'Roboto Condensed', sans-serif;
	background-color:#ffffff;
}
.clear {
	clear:both;
}
.relative {
	position:relative;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
a, a:visited {
	color:#0083d7;
}
a:hover {
	color: #41AEF4;
}

/* HEADER */
header {
	width:100%;
	margin:0px auto;
	min-width:1140;
	position:fixed;
	z-index:100;
	top:0px;
	left:0px;
	right:0px;
	height:80px;
	background: -moz-linear-gradient(top,  rgba(206,206,206,0.9) 0%, rgba(255,255,255,0.8) 75%, rgba(255,255,255,0.7) 100%);
	background: -webkit-linear-gradient(top,  rgba(206,206,206,0.9) 0%,rgba(255,255,255,0.8) 75%,rgba(255,255,255,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(206,206,206,0.9) 0%,rgba(255,255,255,0.8) 75%,rgba(255,255,255,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccecece', endColorstr='#33ffffff',GradientType=0 );
	box-shadow:0px 1px 1px rgba(0,0,0,0.1);

}

.inHeader {
	width:90%;
	margin:0px auto;
	min-width:1140;
	height:80px;
}
.logo {
	width:70px;
	height:70px;
	margin:5px;
	float:left;
}
.logo img {
	width:auto;
	height:70px;
}
.slider {
	position:relative;
	width:100%;
	min-width:980px;
	margin:-132px auto 0px;
	z-index:0;
	height:350px;
	/*background-color:#000000;*/
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	float:left;
}
.slider .camera_wrap {
	margin:0px;
	padding:0px;
	height:350px;
}
.navSeparator {
	width:1px;
	height:60px;
	margin:10px 3px;
	float:right;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.8) 25%, rgba(206,206,206,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.8) 25%,rgba(206,206,206,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.8) 25%,rgba(206,206,206,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#e6cecece',GradientType=0 );

}
nav {
	float:right;
	height:80px;
	line-height:70px;
	vertical-align:middle;
}
.lang {
	float:right;
	height:80px;
	line-height:80px;
	vertical-align:middle;
}
.lang a {
	display:inline-block;
	width:30px;
	height:30px;
	float:left;
	text-align:center;
	color:#999999;
	text-decoration:none;
}
.lang i {
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	margin:25px 0px;
	float:left;
	text-align:center;
	color:#999999;
	text-decoration:none;
}
.lang a.active {
	color:#04478E;
}
nav ul {
	display:inline-block;
	margin:0px;
	padding:0px;
	list-style:none;
}
nav ul li {
	display:inline-block;
	margin:0px;
	padding:0px;
	position:relative;
	transition:all 0.2s linear;
}
nav i {
	display:block;
	margin-right:5px;
}
nav ul li ul {
	position:absolute;
	top:100%;
	right:auto;
	left:0px;
	/*transition:all 0.3s linear;*/
	display:none;
	box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	background-color:#ffffff;
	text-align:left;
	white-space:nowrap;
}
/*nav ul li:hover ul {
	display:block;
}*/
nav ul li ul li {
	display:block;
	width:100%;
}
nav ul li ul a {
	display:block;
	height:26px;
	padding:3px 15px;
	line-height:26px;
	vertical-align:middle;
	font-size:16px;
	text-transform:none;
}
nav ul li.active ul li a {
	color:#0083D7;
	text-decoration:none;
}
nav ul li.active ul li.active a, nav ul li.active ul li a:hover {
	color:#04478E;
	text-decoration:underline;
}
nav ul li a {
	display:inline-block;
	text-transform: uppercase;
	text-decoration:none;
	height:80px;
	line-height:80px;
	vertical-align:middle;
	padding:0px 10px;
}
nav ul li a:hover, nav ul li.active a {
	text-decoration:underline;
}

/* HEADER END */

/* TOP CONTENT */
.fp01 {
	width:100%;
	margin-top:-90px;
	padding-top:90px;
	min-height:500px;
/*	background-image:url(../images/fp01.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;*/
}
.fp012 {
	width:100%;
	padding-top:30px;
/*	background-image:url(../images/fp01.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;*/
}
.fp02 {
	width:100%;
	padding:50px 0px;
}
.fp03, .fp04 {
	width:100%;
	padding:50px 0px;
	text-align:center;
}
.fp02Text {
	width:50%;
	float:left;
	text-align:left;
}
.padding5 {
	width:45% !important;
	padding:2.5%;
}
.fp02Image {
	width:45%;
	padding:50px 0px 50px 5%;
	float:left;
	text-align:left;
}
.fp04Image {
	width:100%;
	text-align:left;
	margin-bottom:25px;
}
.fp04ImageB {
	width:100%;
	text-align:right;
	margin-bottom:25px;
}
.fp04Image img {
	max-width:300px;
}
.fp04ImageB img {
	max-width:150px;
}
.fp03Image {
	display:inline-block;
	width:25%;
	margin:50px 0px 20px;
}
.fp03Text {
	display:inline-block;
	width:50%;
	margin:0px 0px 20px;
	color:#009DD2;
	text-shadow:2px 2px 0px #BFD3DE;
	font-weight:bold;
}
.fp04Text {
	display:inline-block;
	width:100%;
	text-align:left;
}
.fp03Image img {
	width:100%;
	box-shadow:3px 3px 0px #ffffff, -3px -3px 0px #ffffff, -3px 3px 0px #ffffff, 3px -3px 0px #ffffff;
}
.inFp {
	width:90%;
	margin:50px auto;
	display:table;
	vertical-align:middle;
}
.fpImage, .fpText {
	width:50%;
	float:left;
	height:400px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3) !important;
}
.normalText2 {
	width:50%;
	float:left;
	text-align:left;
}
.fpImage img {
	width:auto;
	height:400px;
	box-shadow:3px 3px 0px #ffffff, -3px -3px 0px #ffffff, -3px 3px 0px #ffffff, 3px -3px 0px #ffffff;
}
.fpText {
	/*line-height:400px;*/
	vertical-align:middle;
	font-size:96px;
	color:#009DD2;
	text-shadow:2px 2px 0px #BFD3DE;
	font-weight:bold;
	display:table-cell;
	vertical-align:middle;
}
.fp05 {
	padding:100px 0px;
	color:#ffffff;
}
.fp05 p {
	font-size:56px;
	font-weight:300;
}
.fp05 p.small {
	font-size:36px;
	font-weight:300;
}
article {
	width:90%;
	margin:0px auto;
	min-width:1140px;
}
@media (max-width:1100px){
	.topContent, .shortDescription {
		width:98%;
		padding:1%;
	}
	header nav ul li a {
		font-size:13px !important;
	}
	
.frontImg {
	min-width:980px;
	position:relative;
	margin:0px auto 15px;
	background-color:#000000;
	text-align:center;
	border-bottom:3px solid #4A0001;
}
}
@media (max-width:980px){
.tl {
	display:none;
}
.tr {
	display:none;
}
.bl {
	display:none;
}
.br {
	display:none;
}
}
@media (max-width: 736px) {
.slider {
	display:none !important;
} 
header, .topLine, nav, .frontImg, footer {
	width:100% !important;
	min-width:100% !important;
}
.logo {
	width:100% !important;
	position:relative !important;
	left:0px;
	margin:0px !important;
	padding:0px !important;
}
.shortDescription, .inFooter {
	width:98% !important;
	padding:1% !important;
	min-width:98% !important;
}
.extraImages span, .subItems, .gallery {
	width:100% !important;
	margin:10px 0px !important;
}
.slLeft, .slMidle, .slRight {
	display:block !important;
	width:98% !important;
	margin:0px !important;
	padding:1% !important;
	height:auto !important;
	text-align:center !important;
}
.slRight span, .slLeft span {
	display:inline-block !important;;
}
.mobileMenu {
	display:block !important;
	padding:15px 2%;
	color:#FFDD81;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	cursor:pointer;
}
nav ul {
	width:100%;
	left:0px;
	float:left;
	right:auto;
	text-align:left;
	display:none;
}
nav ul ul.subMenu {
	position:relative;
	width:100%;
	left:0px;
	float:left;
	right:auto;
}
nav ul li {
	width:100%;
	left:0px;
	float:left;
	right:auto;
}
nav ul li a {
	width:96%;
	padding:15px 2%;
	text-align:left;
}
nav ul ul li a {
	text-align:left;
	width:94%;
	padding-left:4%;
}

}

.mobileMenu {
	display:none;
}
.topContent, .shortDescription {
	width:98%;
	padding:1%;
	position:relative;
	z-index:0;
}
.frontImg {
	width:56%;
	min-width:980px;
	position:relative;
	margin:0px auto 15px;
	background-color:#000000;
	text-align:center;
	border-bottom:3px solid #4A0001;
}
.minHeight {
	min-height:300px;
}
.tl {
	width:150px;
	height:150px;
	background-image:url(../images/tl.jpg);
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
}
.tr {
	width:150px;
	height:150px;
	background-image:url(../images/tl.jpg);
	position:absolute;
	top:0px;
	right:0px;
	z-index:-1;
	transform:rotate(90deg);
}
.bl {
	width:150px;
	height:150px;
	background-image:url(../images/tl.jpg);
	position:absolute;
	left:0px;
	z-index:-1;
	transform:rotate(270deg);
}
.br {
	width:150px;
	height:150px;
	background-image:url(../images/tl.jpg);
	position:absolute;
	right:0px;
	z-index:-1;
	transform:rotate(180deg);
}
.topContentItem {
	display:inline-block;
	width:31.33%;
	margin:1%;
	float:left;
}
.topContentItem h3 {
	border-bottom:1px solid #4A0001;
	font-weight: 300;
	text-transform:uppercase;
	color:#4A0001;
}
.topContentItem .itemImg img {
	width:100%;
}
.topContentItem .itemImg {
	border:3px solid #4A0001;
	position:relative;
}
.topContentItem img {
	transition:all 0.2s linear;
}
.topContentItem:hover img {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}
.shortDescription {
	color:#666666;
	/*color:#000000;*/
	padding-bottom:30px;
}
.shortDescription p {
	/*font-style:italic;*/
	font-size:18px;
}
.shortDescription h2 {
	color:#009DD2;
	text-shadow:1px 1px 0px #BFD3DE;
	text-transform:uppercase;
	font-weight:300;
	font-size:36px;
	line-height:40px;
}
.shortDescription h3 {
	color:#66666;
	text-shadow:1px 1px 0px #cccccc;
	text-transform:uppercase;
	font-weight:300;
	font-size:36px;
}
.subItems h3 {
	/*border-bottom:3px solid #4A0001;*/
	font-size:16px;
}
.subItems h3 a {
	color:#4A0001;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
.subItems .relative {
	box-shadow:1px 1px 0px #4A0001, -1px -1px 0px #4A0001, -1px 1px 0px #4A0001, 1px -1px 0px #4A0001;
	padding:10px;
	margin:0px 15px 0px 15px;
}
.subItems:hover .relative {
	box-shadow:1px 1px 0px #4A0001, -1px -1px 0px #4A0001, -1px 1px 0px #4A0001, 1px -1px 0px #4A0001;
}
.readMore {
	display:inline-block;
	padding:10px 20px;
	background-image:url(../images/blacksand.jpg);
	color:#fdda7e;
	text-decoration:none;
	border-radius:2px;
	transition:all 0.2s linear;
}
h3.pageName {
	text-align:center;
}
.submitButton {
	display:block;
	cursor:pointer;
	padding:10px 20px;
	margin-left:31%;
	background-color:#0083d7;
	color:#ffffff;
	text-decoration:none;
	border-radius:2px;
	transition:all 0.2s linear;
	border:0px none !important;
}
.success {
	margin-left:31%;
}
.success h3 {
	color:#060;
}
.success h4 {
	color:#C00;
}
.readMore:hover {
	background-image:url(../images/goldsand.jpg);
	color:#4A0001;
	box-shadow:0px 1px 1px #999999;
}
.submitButton:hover {
	background-color:#41AEF4;
	color:#ffffff;
	box-shadow:0px 1px 1px #999999;
}
.frontImg img {
	width:100%;
}
.slLeft {
	width:30%;
	float:left;
	display:table;
	vertical-align:middle;
	height:100%;
}
.slLeft span {
	display:table-cell;
	vertical-align:middle;
	height:100%;
	color:#FDDA7E;
	font-size:16px;
}
.slMidle {
	width:40%;
	float:left;
}
.slRight {
	width:30%;
	float:left;
	display:table;
	vertical-align:middle;
	height:100%;
	color:#FDDA7E;
	font-size:18px;
}
.slRight a {
	color:#FDDA7E;
}
.slRight span {
	display:table-cell;
	vertical-align:middle;
	height:100%;
	font-size:16px;
}
.look {
	display:none;
	position:absolute;
	width:80px;
	height:80px;
	text-align:center;
	line-height:80px;
	vertical-align:middle;
	font-size:72px;
	color:#FCD97D;
	border-radius:50%;
	top:50%;
	left:50%;
	margin-left:-45px;
	margin-top:-45px;
	background-color:rgba(255,255,255,0.5);/*
	background-image:url(../images/glass.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:50px;*/
	cursor:pointer;
	border:5px solid #FCD97D;
	opacity:7;
	font-family:Arial, Helvetica, sans-serif;
	z-index:100;
    -webkit-animation:spin 0.5s linear ;
    -moz-animation:spin 0.5s linear ;
    animation:spin 0.5s linear ;
}
.fpPhoto {
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	transition:all 0.2s linear;
	z-index:1;
	position:relative;
	overflow:hidden;
	margin:0px;
}
.fpPhoto span {
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
}
.subItems:hover .fpPhoto {
/*	  -webkit-filter: blur(1px);
	  -moz-filter: blur(1px);
	  -o-filter: blur(1px);
	  -ms-filter: blur(1px);
	  filter: blur(1px);*/
}
.subItems:hover .fpPhoto .look {
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(180deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(180deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(180deg); transform:rotate(180deg); } }


/* TOP CONTENT END */

/* CONTACTS */

.contactForm {
	width:50%;
	float:left;
}
.contactForm .formRow {
	padding:5px 0px;
}
.contactForm label {
	width:30%;
	margin-right:1%;
	float:left;
	text-align:left;
}
.g-recaptcha {
	padding-left:31%;
	
}
.contactForm input[type=text] {
	display:inline-block;
	width:67%;
	float:left;
	height:26px;
	line-height:26px;
	vertical-align:middle;
	border:1px solid #cccccc;
	border-radius:2px;
}
.contactForm textarea {
	display:inline-block;
	width:67%;
	float:left;
	border:1px solid #cccccc;
	border-radius:2px;
}
.contactData {
	width:48%;
	float:left;
	padding-left:2%;
	text-align:center;
}
.map iframe {
	width:100%;
	height:450px;
	margin:15px 0px;
}

/* CONTACTS END */

/* FOOTER */

footer {
	width:100%;
	margin:15px auto 0px;
	min-width:1140px;
	/*background-color:#000000;*/
	/*background: #8e043d;*/
	border-top:5px solid #000000;
	background: #9c9e9f;
	/*background-image:url(../images/blacksand.jpg);
	background-repeat:repeat;
	background-position:center center;*/
}
.inFooter {
	width:90%;
	padding:1% 0px;
	margin:0px auto;
	min-width:900px;
}
.partners {
	width:100%;
	float:left;
	min-height:100px;
}
.partners h3 {
	color:#FDDA7E;
	text-align:center;
	margin:0px;
	padding:0px 0px 5px 0px;
}
.partners a {
	display:inline-block;
	width:7%;
	padding:1%;
	margin:0% 1% 1% 0%;
	box-shadow:1px 1px 0px #AF9759, -1px -1px 0px #AF9759, -1px 1px 0px #AF9759, 1px -1px 0px #AF9759;
	transition:all 0.2s linear;
}
.partners a:hover {
	background-color:#AF9759;
	box-shadow:1px 1px 0px #FDDA7E, -1px -1px 0px #FDDA7E, -1px 1px 0px #FDDA7E, 1px -1px 0px #FDDA7E;
}
.partners a img {
	width:100%;
}
.facebook {
	width:33.33%;
	float:left;
	display:none;
}
.social {
	color:#999999;
	text-align:center;
	padding-top:10px;
	margin-top:5px;
	padding-bottom:10px;
	margin-bottom:5px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	box-shadow:inset 0px 1px 0px #333333, inset 0px -1px 0px #333333;
}
.social a {
	color:#999999;
}
.flip-container, .front, .back {
	width:55px;
	height:55px;
	float:left;
	font-size:48px;
	line-height:55px;
	vertical-align:middle;
}
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
	display:inline-block !important;
	float:none !important;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}



/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
	color:#FDDA7E !important;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}
.credits{
	color:#ffffff;
	font-size:12px;
}
.design a{
	color:#ffffff;
	text-decoration:none;
}

/* FOOTER END */

/* GALLERIES */

.gallery {
	width:32.33%;
	padding:0.5%;
	float:left;
	text-align:center;
}
.galleryBox {
	width:100%;
	height:300px;
	position:relative;
}
.galleryBox a {
	display:inline-block;
	width:250px;
	height:180px;
	position: absolute;
	left:50%;
	top:50%;
	margin-top:-93px;
	margin-left:-128px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border:5px solid rgba(0,0,0,0.1);
	border-radius:5px;
	box-shadow:0px 1px 1px rgba(0,0,0,0.3);
	transition:all 0.2s linear;
	z-index:1;
}
.galleryBox a:nth-child(1) {
	transform:rotate(0deg);
	margin-left:-128px;
	z-index:100;
}
.galleryBox a:nth-child(5) {
	transform:rotate(-7deg);
	margin-left:-135px;
}
.galleryBox a:nth-child(2) {
	transform:rotate(-14deg);
	margin-left:-142px;
}
.galleryBox a:nth-child(3) {
	transform:rotate(7deg);
	margin-left:-121px;
}
.galleryBox a:nth-child(4) {
	transform:rotate(14deg);
	margin-left:-114px;
}
.gallery:hover .galleryBox a:nth-child(5) {
	transform:rotate(14deg);
	margin-left:-114px;
}
.gallery:hover .galleryBox a:nth-child(2) {
	transform:rotate(7deg);
	margin-left:-121px;
}
.gallery:hover .galleryBox a:nth-child(3) {
	transform:rotate(-14deg);
	margin-left:-142px;
}
.gallery:hover .galleryBox a:nth-child(4) {
	transform:rotate(-7deg);
	margin-left:-135px;
}
.galleryBox a img {
	width:100%;
	display:none;
}
.galleryFull {
	text-align:center;
}
.galleryFull span {
	display: inline-block;
	padding:0.5%;
	box-shadow:1px 1px 0px #4A0001, -1px -1px 0px #4A0001, -1px 1px 0px #4A0001, 1px -1px 0px #4A0001;
	width:18%;
	margin:0.5%;
	transition:all 0.2s linear;
}
.extraImages span {
	display: inline-block;
	padding:0.5%;
	box-shadow:1px 1px 0px #4A0001, -1px -1px 0px #4A0001, -1px 1px 0px #4A0001, 1px -1px 0px #4A0001;
	width:23%;
	margin:0.5%;
	transition:all 0.2s linear;
	float:left;
}
.galleryFull span:hover, .extraImages span:hover {
	box-shadow:1px 1px 0px #4A0001, -1px -1px 0px #4A0001, -1px 1px 0px #4A0001, 1px -1px 0px #4A0001, 0px 3px 10px rgba(0,0,0,0.7) ;
}
a.galleryImage, a.extraImage {
	width:100%;
	height:150px;
	display: inline-block;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition:all 0.3s linear;
	position:relative;
	overflow:hidden;
}
a.galleryImage div, a.extraImage div {
	width:100%;
	height:150px;
	display: inline-block;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:absolute;
	top:0px;
	left:0px;
}
a.galleryImage img, a.extraImage img {
	display:none;
}

/* GALLERIES END */

.tie {
	width:100%;
	height:17px;
	background-image:url(../images/tie.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.noBorder, .noBorder img {
	border:0px none !important;
	box-shadow:0px 0px 0px #ffffff;
}
.normalText {
	font-weight:normal;
	color:#ffffff;
	text-shadow:0px 0px 0px #ffffff;
}
.pRow {
	text-align:center;
	margin:20px 0px;
}
.pRow * {
	display:inline-block;
	line-height:300px;
	vertical-align:middle;
}
.pRow .before, .pRow .after {
	width:300px;
	height:300px;
	border-radius:50%;
	background-position:center center;
	background-size:cover;
}
.pRow .before {
	float:left;
	margin-left:10%;
}
.pRow .after {
	float:right;
	margin-right:10%;
}
.pRow .separator {
	height:300px;
	color:#009DD2;
	text-shadow:1px 1px 0px #BFD3DE;
	text-transform:uppercase;
	font-weight:300;
	font-size:36px;
}
.centerImage {
	text-align:center;
}
.video {
	width:90%;
	margin:5%;
}
.video iframe {
	width:100%;
}

.textLeft {
	text-align:left;
}
.tabHeader {
	line-height:36px;
	vertical-align:middle;
	font-size:30px;
	cursor:pointer;
}
.tabHeader i {
	margin-right:10px;
	transition:all 0.2s linear;
}
.opened i.rotate {
	transform: rotate(-90deg);
}
.tabContent {
	padding:15px 25px;
	display:none;
}
.tabContent a {
	display:block;
	line-height:26px;
	vertical-align:middle;
	color:#009dd2;
	margin:5px 0px;
}
.tab .fl {
	display:inline-block;
	float:left;
	line-height:18px;
	width:25px;
	height:18px;
	margin:4px 10px 4px 0px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position: center center;
}
.tab .en {
	background-image:url(../images/flag_en.jpg);
}
.tab .de {
	background-image:url(../images/flag_de.jpg);
}
.tab .cz {
	background-image:url(../images/cz.jpg);
}
.tab .bg {
	background-image:url(../images/bg.gif);
}
.line24 {
	line-height:24px;
	font-weight:300;
	font-size:20px;
}
.width33 {
	width:30.33%;
	padding:1.5%;
	float:left;
}
.width30 {
	width:28%;
	padding:1%;
	float:left;
	text-align:left;
}
.width70 {
	width:68%;
	padding:1%;
	float:left;
	text-align:left;
}
.round {
	border-radius:50%;
	overflow:hidden;
}
.shortDescription img {
	max-width:90%;
}
.contactData {
	text-align:left;
}

#video2 {
 position: relative;
 background: transparent;
 height:600px !important;
 overflow:hidden;
 line-height:600px;
 vertical-align:middle;
 color:#ffffff;
 font-size:36px;
}

.ytplayer-container{
 position: absolute;
 top: 0;
 z-index: -1;
}
.frontMenu, .frontMenu li {
	margin:0px;
	padding:0px;
	list-style:none;
}
.frontMenu a {
	display:inline-block;
	line-height:30px;
	font-size:24px;
	text-decoration:none;
}