/* ======= Css Reset ======= */
@import "reset.css";
/* ==== [END] Css Reset ==== */

/* ======= Font-Face ======= */
@font-face {
	font-family: 'NeoSansMedium';
	src: 	url('../Font/neosans-medium-webfont.eot');
	src: 	url('../Font/neosans-medium-webfont.eot?#iefix') format('embedded-opentype'),
			url('../Font/neosans-medium-webfont.woff') format('woff'),
			url('../Font/neosans-medium-webfont.ttf') format('truetype'),
			url('../Font/neosans-medium-webfont.html#QuicksandBoldRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ==== [END] Font-Face ==== */

/* ==================  ================== */
/* =============== [END]  =============== */



/* ================== Global Styles ================== */
body {
	font: 14px/20px Arial, sans-serif;
}

a, a:visited { text-decoration: none; outline: none; }
a:hover { }

strong { font-weight: bold; }
em { font-style: italic; }

.clear { clear: both; }

.globalwidth {
	width: 974px;
	margin: 0 auto;
}
/* =============== [END] Global Styles =============== */


/* ================== Background Slider ================== */
.diagonal-overlay {
	background: url('../Img/diagonal-overlay-bg.png') repeat 0 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bg-slider-controllbar {
	background: url('../Img/background-slider-controll-bg.png') no-repeat 0 100%;
	position: absolute;
	top: 62px;
	width: 717px;
	height: 44px;
	margin: 0 0 0 128.5px;
}

#prevslide,
#nextslide {
	display: block;
	position: absolute;
	top: 9.5px;
	width: 250px;
	height: 25px;
	font: 16px/25px NeoSansMedium, Arial, sans-serif;
	color: #f07100;
	opacity: 0.5;
}

#prevslide{
	background: url('../Img/background-slider-arrows.png') no-repeat 0 0;
	left: 10px;
	padding: 0 0 0 25px;
}

#nextslide{
	background: url('../Img/background-slider-arrows.png') no-repeat 100% 100%;
	right: 10px;
	padding: 0 25px 0 0;
	text-align: right;
}

#prevslide:hover,
#nextslide:hover {
	cursor: pointer;
}
/* =============== [END] Background Slider =============== */


/* ================== Header ================== */
.header {
	background: url('../Img/header-bg.png') no-repeat 50% 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 974px;
	height: 67px;
	z-index: 500;
}

.header .globalwidth {
	width: 960px;
	padding: 0 7px;
}

/* ------- Menu ------- */
.menu {

}

.menu ul {
	position: relative;
	height: 56px;
}

.menu ul li {
	float: left;
	margin: 0 25px 0 0;
	font: 16px/20px NeoSansMedium, Arial, sans-serif;
}

.menu ul li a,
.menu ul li a:visited {
	display: block;
	position: relative;
	padding: 18px 0;
	color: #b3b3b3;
	z-index: 100;
}

.menu ul li a:hover {
	color: #dfdfdf;
}

.menu ul li.logo {
	width: 270px;
	height: 20px;
	margin: 0 0 0 25px;
}

.menu ul li.logo a,
.menu ul li.logo a:visited {
	background: url('../Img/logo.png') no-repeat 0 0;
	display: block;
	position: absolute;
	left: 345px;
	width: 270px;
	height: 121px;
	padding: 0;
	text-indent: -500cm;
	z-index: 999;
}

.menu ul li.logo a:hover {
	
}

.menu ul li.active {
	
}

.menu ul li.active a,
.menu ul li.active a:visited {
	color: #ffffff;
}

.menu ul li.active a:hover {

}

.menu ul li.back {
	background: #f07100 url('../Img/lava-bg.png') no-repeat 100% -1px;
	position: absolute;
	width: 10px;
	height: 1px;
	margin: 56px 0 0 0;
	z-index: 90;
}

.menu ul li.back .left {
	background: url('../Img/lava-bg.png') no-repeat 0 0;
	height: 1px;
}
/* ---- [END] Menu ---- */
/* =============== [END] Header =============== */


/* ================== Main ================== */
.main {
	position: relative;
	z-index: 400;
}

.main-overlay {
	background: url('../Img/overlay-bg.png') repeat 0 0;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* ------- Contact ------- */
.contact {
	position: absolute;
	top: 67px;
	left: -320px;
	z-index: 490;
}

.contact-opener {
	background: url('../Img/contact-opener-bg.png') no-repeat 0 0;
	position: absolute;
	top: 212px;
	right: -48px;
	width: 42px;
	height: 62px;
	padding: 36px 0 0 6px;
	cursor: pointer;
}

.contact-opener img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.contact-opener.open img {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.contact-form {
	background: #ffffff;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	width: 290px;
	height :504px;
	padding: 0 15px 16px 15px;
}

.contact h4 {
	border-bottom: 1px solid #f07100;
	padding: 16px 0 12px 0;
	font: 16px/20px NeoSansMedium, Arial, sans-serif;
	color: #f07100;
}

.contact p.contact-info {
	padding: 12px 0 25px 0;
	font-size: 12px;
	line-height: 16px;
	color: #5b5b5b;
}

.contact p.contact-error {
	margin: 0 0 11px 0;
	font-size: 12px;
	line-height: 18px;
	color: #5b5b5b;
}

.contact p.contact-error span.error-label {
	display: block;
	font: 14px/20px NeoSansMedium, Arial, sans-serif;
	color: #5f5f5f;
}

.contact p.back-to-form {
	position: absolute;
	bottom: 24px;
	text-align:center;
}

.contact p.back-to-form a,
.contact p.back-to-form a:visited {
	background: transparent url('../Img/contact-back-bg.png') no-repeat 0 0;
	display: block;
	float: none;
	width: 212px;
	height: 32px;
	margin: 0 0 0 79px;
	text-indent: -500cm;
}

.contact p.back-to-form a:hover {
	background: transparent url('../Img/contact-back-bg.png') no-repeat 0 100%;
}

.contact form {

}

.contact form ul {
	
}

.contact form ul li {
	margin: 0 0 10px 0;
}

.contact form label {
	float: left;
	width: 72px;
	padding: 0 8px 0 0;
	font: 14px/30px NeoSansMedium, Arial, sans-serif;
	color: #5f5f5f;
}

.contact form label.error {
	color: #ff0000;
}

.contact form label span.label-text {
	float: left;
}

.contact form label span.label-dot {
	float: right;
}

.contact form input {
	background: transparent url('../Img/contact-input-bg.png') no-repeat 0 0;
	border: 0;
	float: left;
	width: 190px;
	margin: 0;
	padding: 7px 10px;
	font: 12px/16px Arial, sans-serif;
	color: #5b5b5b;
}

.contact form textarea {
	background: transparent url('../Img/contact-textarea-bg.png') no-repeat 0 0;
	border: 0;
	float: left;
	width: 190px;
	height: 146px;
	margin: 0;
	padding: 7px 10px;
	overflow: auto;
	font: 12px/16px Arial, sans-serif;
	color: #5b5b5b;
	resize: none;
}

.contact form input:active,
.contact form input:focus,
.contact form textarea:active,
.contact form textarea:focus{
	outline: none;
}

.contact form input.button {
	background: transparent url('../Img/contact-submit-bg.png') no-repeat 0 0;
	display: block;
	float: none;
	width: 212px;
	height: 32px;
	margin: 0 0 0 79px;
	text-indent: -500cm;
	cursor: pointer;
}

.contact form input.button:hover {
	background: transparent url('../Img/contact-submit-bg.png') no-repeat 0 100%;
}
/* ---- [END] Contact ---- */

/* ------- Popup ------- */
.popup {
	background: url('../Img/popup-bg.png') no-repeat 50% 0;
	position: absolute;
	top: -628px; /* Open Position 55px */
	width: 860px;
	height: 554px;
	padding: 37px 57px;
	z-index: 480;
}

.popup hgroup {
	border-bottom: 1px solid #f07100;
	margin: 0 0 26px 0;
	padding: 0 0 16px 0;
}

.popup h2 {
	float: left;
	width: 700px;
	font: 20px/24px NeoSansMedium, Arial, sans-serif;
	color: #f07100;
}

.popup span.close {
	float: right;
	width: 160px;
	text-align: right;
}

.popup span.close a,
.popup span.close a:visited {
	background: url('../Img/close-popup.png') no-repeat 100% 50%;
	display: block;
	padding: 0 21px 0 0;
	font: 20px/24px NeoSansMedium, Arial, sans-serif;
	color: #d1d1d1;
}

.popup h3 {
	margin: 0 0 26px 0;
	font: 16px/20px NeoSansMedium, Arial, sans-serif;
	color: #212222;
}

.popup h3 a {
	font: 16px/20px NeoSansMedium, Arial, sans-serif;
	color: #212222;
	text-decoration:underline;
}

.popup h3.list-title {
	margin: 0 0 6px 20px;
	font: 16px/20px NeoSansMedium, Arial, sans-serif;
	color: #212222;
}

.popup figure.popup-image {
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	width: 290px;
	height: 230px;
	margin: 0 15px 20px 0;
	padding: 4px;
	overflow: hidden;
}

.popup figure.popup-map {
	float: left;
	width: 500px;
	height: 300px;
	margin: 0 10px 6px 10px;
	overflow: hidden;
}

.popup figure.popup-map a {
	border: 2px solid #c8c8c8;
	display: block;
	width: 496px;
	height: 276px;
}

.popup figure.popup-map span {
	display: block;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #7f7f7f;
}

.popup p {
	margin: 0 0 20px 0;
}

.popup p b {
	font-weight:bold;
}

.popup p a {
	text-decoration:underline;
	color:#7f7f7f;
}

.popup .download-document {
	margin:0px 0px 20px 0px;
}

.popup .download-document a {
	font-size:12px;
	color:#7f7f7f;
	text-decoration:none;
}

.popup .download-document a:hover {
	text-decoration:underline;
}

.entry {
	clear: both;
	width: 860px;
}

.entry .viewport {
	position: relative;
	width: 830px;
	height: 485px;
	overflow: hidden;
}

.entry .overview {
	position: absolute;
	top: 0;
	left: 0;
}

.entry .scrollbar {
	background: url('../Img/scrollbar-top-bg.png') no-repeat 0 0;
	position: relative;
	float: right;
	width: 17px;
	padding: 3px 0 0 0;
}

.entry .track {
	background: url('../Img/scrollbar-bottom-bg.png') no-repeat 0 100%;
	position: relative;
	width: 11px;
	height: 100%;
	padding: 0 3px 3px 3px;
}

.entry .thumb {
	background: #f07100 url('../Img/scroll-top-bg.png') no-repeat 0 0;
	position: absolute;
	top: 0;
	width: 11px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}

.entry .thumb .end {
	background: url('../Img/scroll-bottom-bg.png') no-repeat 0 100%;
	height: 100%;
	width: 11px;
	overflow: hidden;
}

.entry .thumb .end .arrows {
	background: url('../Img/scroll-arrows.png') no-repeat 50% 50%;
	height: 100%;
	width: 11px;
	overflow: hidden;
}

.entry .disable {
	display: none;
}

.service-lists {
	padding: 0 0 0 25px;
}

.service-list {
	float: left;
	width: 385px;
}

.service-list li {
	background: url('../Img/list-arrow.png') no-repeat 5px 11px;
	border-bottom: 1px dotted #b0b0b0;
	padding: 7px 0 7px 25px;
	line-height: 21px;
	color: #212222;
}

.around-lists {
	padding: 0 0 0 20px;
}

.around-list {
	float: left;
	margin: 0 20px 0 0;
}

.around-list li {
	background: url('../Img/list-arrow.png') no-repeat 0 6px;
	padding: 2px 0 2px 15px;
	font-size: 12px;
	line-height: 20px;
	color: #212222;
}

.equipment-list {
	
}

.equipment-list li {
	background: url('../Img/equipment-bg.png') no-repeat 0 0;
	float: left;
	position: relative;
	width: 248px;
	height: 70px;
	margin: 0 10px 0 0;
	padding: 8px 8px 18px 8px;
}

.equipment-list li figure {
	float: left;
	width: 70px;
	height: 70px;
	margin: 0 14px 0 0;
}

.equipment-list li span {
	position: absolute;
	width: 164px;
	font-size: 12px;
	line-height: 18px;
	color: #212222;
}
/* ---- [END] Popup ---- */

.gallery{
	background: url('../Img/gallery-popup-bg.png') no-repeat 0 0;
}

.slider-wrapper {
	position: relative;
}

.slider-wrapper .bx-window {
	background: url('../Img/loading.gif') no-repeat 50% 50%;
	width: 860px;
	height: 430px;
	overflow: hidden;
}

.slider-mask {
	background: url('../Img/slider-mask.png') no-repeat 50% 100%;
	position: absolute;
	top: 0px;
	left: -51px;
	width: 962px;
	height: 430px;
	z-index: 100;
}

.slider-wrapper .bx-captions {
	margin: 36px 0 0 0;
	font: 16px/20px NeoSansMedium, Arial, sans-serif;
	color: #f07100;
	text-align: center;
}

.slider-wrapper .bx-prev,
.slider-wrapper .bx-next {
	display: block;
	position: absolute;
	top: 130px;
	width: 20px;
	height: 180px;
	z-index: 200;
	text-indent: -500cm;
}

.slider-wrapper .bx-prev {
	left: -35px;
}

.slider-wrapper .bx-next {
	right: -35px;
}
/* =============== [END] Main =============== */

.bx-window img{max-width:100%; max-height:800px;}

/* ================== Footer ================== */
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	min-width: 974px;
	z-index: 300;
}

.bottom {
	margin: 0 auto;
}

.garanti {
	position: relative;
}

.news-slider {
	background: #ffffff;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 491px;
	height: 123px;
	margin: 0 0 0 10px;
	padding: 0 20px 26px 20px;
	overflow: hidden;
	z-index: -1;
}

.news-slider h4 {
	border-bottom: 1px solid #ee892f;
	margin: 0 0 11px 0;
	font: 18px/35px NeoSansMedium, Arial, sans-serif;
	color: #f07100;
}

.news-close {
	border-left: 1px solid #f07100;
	position: absolute;
	padding: 0 0 0 10px;
	top: 9px;
	right: 20px;
}

.news-close a,
.news-close a:visited {
	background: url('../Img/news-close.png') no-repeat 0 0;
	display: block;
	width: 18px;
	height: 17px;
	text-indent: -500cm;
}

.news-slider ul {
	height: 76px;
	overflow: hidden;
}

.news-title {
	margin: 0 0 2px 0;
	font: 14px/20px NeoSansMedium, Arial, sans-serif;
	color: #f07100;
}

.news-entry {
	height: 54px;
	font-size: 12px;
	line-height: 18px;
	color: #626262;
}

.news-entry a,
.news-entry a:visited {
	color: #f07100;
}

.news-entry a:hover {
	text-decoration: underline;
}

.news-slider .bx-prev,
.news-slider .bx-next {
	display: block;
	position: absolute;
	top: -36px;
	width: 10px;
	height: 13px;
	text-indent: -500cm;
}

.news-slider .bx-prev {
	background: url('../Img/news-slider-arrows.png') no-repeat 0 0;
	right: 54px;
}

.news-slider .bx-next {
	background: url('../Img/news-slider-arrows.png') no-repeat 100% 0;
	right: 36px;
}

.garanti-adv {
	position: absolute;
	right: 0;
	bottom: -5px;
	float: right;
	width: 395px;
	height: 56px;
	margin: 0 10px 0 0;
	overflow: hidden;
	z-index: -1;
}

.garanti-adv span.close {
	float: right;
}

.garanti-adv span.close a,
.garanti-adv span.close a:visited {
	background: url('../Img/garanti-closer.png') no-repeat 0 0;
	display: block;
	width: 11px;
	height: 11px;
	margin: 2px 2px 1px 0;
	text-indent: -500cm;
}

.garanti-adv figure {
	margin: 0 0 0 339px;
	height: 56px;
}

.garanti-adv figure img {
	display: block;
	cursor: pointer;
}

.garanti-adv section {
	background: #ffffff;
	width: 355px;
	padding: 16px 20px;
	font: 13px/18px NeoSansMedium, Arial, sans-serif;
	color: #3c3c3c;
}

.gallery-thumbs {
	background: url('../Img/thumbs-bg.png') repeat-x 0 0;
	width: 100%;
	height: 130px;
	margin: 5px 0 -5px 0;
}

.gallery-thumbs .globalwidth {
	position: relative;
	width: 960px;
}

.thumbs-wrapper {
	position: absolute;
	top: -30px;
	width: 865px;
	margin: 0 0 0 47.5px;
}

.thumb-tabs {
	position: absolute;
	top: -8px;
	left: 0;
	z-index: 100;
	display:flex;
}

.thumb-tabs span {
	background: url('../Img/thumb-tab-bg.png') no-repeat 0 0;
	float: left;
	width: 142px;
	height: 38px;
	margin: 0 5px 0 0;
}

.thumb-tabs span a,
.thumb-tabs span a:visited {
	display: block;
	width: 142px;
	height: 38px;
	font: 16px/38px NeoSansMedium, Arial, sans-serif;
	color: #cccccc;
	text-align: center;
}

.thumb-tabs span a:hover {
	color: #ffffff;
}

.thumb-tabs span.active {
	background: url('../Img/thumb-tab-bg.png') no-repeat 0 100%;
}

.thumb-tabs span.active a,
.thumb-tabs span.active a:visited {
	color: #ffffff;
}

.home-office-thumbs-wrapper,
.residence-thumbs-wrapper,
.image-gallery-thumbs-wrapper {
	position: absolute;
	top: 0;
}

.thumbs-wrapper .bx-wrapper,
.thumbs-wrapper .bx-window {
	width: 865px !important;
}

.thumbs-wrapper li {
	background: url('../Img/gallery-thumbs-image-bg.png') no-repeat 0 100%;
	position: relative;
	width: 161px;
	height: 86px;
	padding: 52px 12px 2px 2px;
}

.thumbs-wrapper li a {
	background: url('../Img/thumb-hover.png') no-repeat 0 0;
	display: block;
	position: relative;
	width: 161px;
	height: 86px;
	line-height: 86px;
	z-index: 120;
}

.thumbs-wrapper .thumb-title {
	background: url('../Img/thumb-title-bg.png') no-repeat 0 0;
	position: absolute;
	top: 62px;
	left: 0;
	width: 155px;
	padding: 7.5px 5px 16.5px 5px;
	font: 12px/20px NeoSansMedium, Arial, sans-serif;
	color: #f07100;
	text-align: center;
	z-index: 110;
}

.thumbs-wrapper .thumb-hover {

	display: block;
	position: absolute;
	top: 52px;
	left: 2px;
	width: 161px;
	height: 86px;
}

.thumbs-wrapper .bx-prev,
.thumbs-wrapper .bx-next {
	display: block;
	position: absolute;
	top: 73px;
	width: 28px;
	height: 46px;
	text-indent: -500cm;
}

.thumbs-wrapper .bx-prev {
	background: url('../Img/thumbs-slider-arrows.png') no-repeat 0 0;
	left: -37.5px;
}

.thumbs-wrapper .bx-next {
	background: url('../Img/thumbs-slider-arrows.png') no-repeat 100% 0;
	right: -37.5px;
}

.foot {
	background: url('../Img/foot-bg.png') repeat-x 0 0;
	height: 50px;
	padding: 5px 0 0 0;
	line-height: 50px;
	color: #808080;
}

.copyright {
	float: left;
	margin: 0 0 0 10px;
	font-size: 11px;
}

.facebook-link  {
	position:absolute;
	font-size: 11px;
	margin: 0 0 0 200px;
	*margin:0px;
	*left:475px;
	background: url('../Img/facebook-icon.png') no-repeat 0 0;
	background-position: left center;
	display: block;
}

.facebook-link a  {
	padding:0px 0px 0px 20px;
	color:#808080;
}

.facebook-link a:hover  {
	text-decoration:underline;
}

.twitter-link  {
	position:absolute;
	font-size: 11px;
	margin: 0 0 0 200px;
	background: url('../Img/twitter-icon.png') no-repeat 0 0;
	background-position: left center;
	display: block;
	left:510px;
}

.twitter-link a  {
	padding:0px 0px 0px 20px;
	color:#808080;
}

.twitter-link a:hover  {
	text-decoration:underline;
}

.woohoo {
	float: right;
	margin: 0 10px 0 0;
	padding: 17px 0 0 0;
}

.woohoo a,
.woohoo a:visited {
	background: url('../Img/woohoo-mini-logo.png') no-repeat 0 0;
	display: block;
	width: 56px;
	height: 16px;
	text-indent: -500cm;
}
/* =============== [END] Footer =============== */