/** 960 GRID SYSTEM **/
@import url('960.css?1');

/** DEFAULT CLASSES AND RESET STYLE **/
@import url('default.css?1');

/** FONT FACE **/
@font-face {
    font-family: 'MuseoSans100';
    src: url('../fonts/museosans-100-webfont.eot');
    src: url('../fonts/museosans-100-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans-100-webfont.woff') format('woff'),
         url('../fonts/museosans-100-webfont.ttf') format('truetype'),
         url('../fonts/museosans-100-webfont.svg#MuseoSans100') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSans300';
    src: url('../fonts/museosans-300-webfont.eot');
    src: url('../fonts/museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans-300-webfont.woff') format('woff'),
         url('../fonts/museosans-300-webfont.ttf') format('truetype'),
         url('../fonts/museosans-300-webfont.svg#MuseoSans300') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSans500';
    src: url('../fonts/museosans_500-webfont.eot');
    src: url('../fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans_500-webfont.woff') format('woff'),
         url('../fonts/museosans_500-webfont.ttf') format('truetype'),
         url('../fonts/museosans_500-webfont.svg#MuseoSans500') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSans900';
    src: url('../fonts/museosans_900-webfont.eot');
    src: url('../fonts/museosans_900-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans_900-webfont.woff') format('woff'),
         url('../fonts/museosans_900-webfont.ttf') format('truetype'),
         url('../fonts/museosans_900-webfont.svg#MuseoSans900') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSansRoundedCEBold';
    src: url('../fonts/museo_sans_rounded_ce_700-webfont.eot');
    src: url('../fonts/museo_sans_rounded_ce_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo_sans_rounded_ce_700-webfont.woff') format('woff'),
         url('../fonts/museo_sans_rounded_ce_700-webfont.ttf') format('truetype'),
         url('../fonts/museo_sans_rounded_ce_700-webfont.svg#MuseoSansRoundedCEBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** TYPO **/
body, input, textarea, select {
	color: #34261e;
	font: 15px/25px Tahoma, Tahoma, Geneva, sans-serif;
}
.h1, .h2{
	font-family: 'MuseoSansRoundedCEBold';
}
.h3{
	font-family: 'MuseoSans500';
}
.h1{
	font-size: 36px;
	line-height: 45px;
	margin: 70px 0 30px;
}
.h1.first{
	margin-top: 90px;
}
.h2{
	font-size: 20px;
	line-height: 30px;
	margin: 50px 0 25px;
}
.h3{
	font-size: 18px;
	line-height: 23px;
	margin: 40px 0 15px;
	font-weight:normal
}
p, ul{
	margin-bottom: 25px;
}

p.condensed{
	margin-bottom: 12px;
}

h3.condensed{
	margin-top: 18px;
}

a{
	color: #34261e
}

ul.list{
	list-style: disc;
	margin-left: 17px
}
.list-head h4 {
	font-weight: normal;
}

/** COMMON CLASSES **/
.second-tel {
	margin-left: 60px;
}

.second-tel-footer {
	margin-left: 91px;
}

.box{
	background: #deddda;
	border: 1px solid #dbd8d5;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	display: block;
}

.center{
	text-align: center;
}

/** FORMS & BUTTONS **/
form .row{
	margin-bottom: 15px;
}
label{
	font-size: 13px;
}
input[type="text"], textarea{
	background: #fff;
	border: 1px solid #cccbca;
	padding: 6px 0 4px;
	text-indent: 5px;
	font-size: 13px;

	/** box-shadow **/
	-webkit-box-shadow: inset 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
}
input[type="text"]:focus, textarea:focus{
	border:1px solid #a1a1a1;
}
input[type="submit"], .button{
	display: block;
	padding: 6px 0 5px;
	border: 1px solid #8f8080;
	color: #fff;
	text-decoration: none;
	font: 12px/normal 'MuseoSans500';
	text-align: center;
	cursor: pointer;

	/* gradient */
	background: #8f807d; /* Old browsers */
	background: -moz-linear-gradient(top,  #8f807d 0%, #61544d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f807d), color-stop(100%,#61544d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8f807d 0%,#61544d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8f807d 0%,#61544d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8f807d 0%,#61544d 100%); /* IE10+ */
	background: linear-gradient(top,  #8f807d 0%,#61544d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f807d', endColorstr='#61544d',GradientType=0 ); /* IE6-9 */
}
.button-big{
	font: 19px/normal 'MuseoSans500';
	text-transform: uppercase;
	display: inline-block;
	border-color: #978a1e;
	padding: 10px 50px;

	/* gradient */
	background: #beb03b; /* Old browsers */
	background: -moz-linear-gradient(top,  #beb03b 0%, #9f8d25 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#beb03b), color-stop(100%,#9f8d25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #beb03b 0%,#9f8d25 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #beb03b 0%,#9f8d25 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #beb03b 0%,#9f8d25 100%); /* IE10+ */
	background: linear-gradient(top,  #beb03b 0%,#9f8d25 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb03b', endColorstr='#9f8d25',GradientType=0 ); /* IE6-9 */
}

/** TABLES **/

/** LAYOUT **/
body {
	background: url('../images/bg-pattern.png') 0 0 repeat fixed;
}
#container {
	background: url('../images/container-bg.jpg') 0 0 repeat-y;
	padding-bottom: 100px;
}

#page-content{
	width: 630px;
}
#page-content .content{
	padding: 0 60px 0 52px
}

#page-content iframe{
	width: 530px;
	height: 400px;

}

/** HEADER **/
#header {
}
#header .content {
	background: url('../images/texture-tissue.jpg') 0 0 repeat;
	padding-top: 51px;
}
#header #logo{
	display: block;
	width: 228px;
	margin: 0 auto;
}

/** HEADER > Navigation **/
#header nav{
	margin-top: 63px;
	padding-bottom: 60px;
	width: 320px;
	position: relative;
	left: -10px;
	background: url('../images/nav-bg.jpg') 10px 100% no-repeat;
}
#header nav li {
	text-align: center;
	text-transform: uppercase;
	font: 16px/16px 'MuseoSans300';
}
#header nav a{
	color: #34261e;
	text-decoration: none;
	padding: 9px 0;
	margin-bottom: 8px;
	display: block
}
#header nav li.selected a{
	background: #deddda;
}
#header nav li a:hover{
	background: #c1bdb4;
	color: #fff;
}

/** HEADER > Benefits **/
#benefits{
	margin-top: 57px;
}
#benefits li{
	font: 26px/32px 'MuseoSans100';
	text-align: center;
	color: #fff;
	background: url('../images/benefits-crown.png') 50% 0 no-repeat;
	padding: 36px 0 0 0;
	margin-bottom: 30px;
}
#benefits span{
	font-size: 18px;
	line-height: 29px;
	color: #c7beb9
}

/** HOME > Advantages **/
#advantages{
	margin-bottom: 10px;
}
#advantages li{
	width: 160px;
	height: 116px;
	float: left;
	margin: 0 16px 16px 0;
	position: relative;
	text-align: center;
	font-family: 'MuseoSans100';
	font-size: 18px;
}
#advantages li:nth-child(3n+3){
	margin-right: 0;
}
#advantages span{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 160px;
}
#advantages li{
	background-repeat: no-repeat;
}
#advantages .airconditioning {
	background-image: url('../images/ico-adv-air.png');
	background-position: 50% 21px;
}
#advantages .garage {
	background-image: url('../images/ico-adv-garage.png');
	background-position: 50% 15px;
}
#advantages .class {
	background-image: url('../images/ico-adv-class.png');
	background-position: 50% 27px;
}
#advantages .reception {
	background-image: url('../images/ico-adv-reception.png');
	background-position: 50% 19px;
}
#advantages .security {
	background-image: url('../images/ico-adv-security.png');
	background-position: 50% 33px;
}
#advantages .location {
	background-image: url('../images/ico-adv-loc.png');
	background-position: 50% 23px;
}
#advantages .management {
	background-image: url('../images/ico-adv-man.png');
	background-position: 50% 16px;
}
#advantages .availability{
	background-image: url('../images/ico-adv-availability.png');
	background-position: 50% 14px;
}
#advantages .terrace{
	background-image: url('../images/ico-adv-terr.png');
	background-position: 50% 14px;
}
#advantages .server{
	background-image: url('../images/ico-adv-serv.png');
	background-position: 50% 18px;
}

/** NEWS **/
.article{
	border-bottom: 1px solid #e0dfdd;
	margin-bottom: 25px;
}
.article .meta{
	margin: 0;
}
.article h1{
	margin-top: 0;
}
.pagination{
}
.pagination li{
	width: 50%;
	display: block;
	float: left;
	font-size: 12px;
}
.article .pull-left a {
	display: block;
}
.article .pull-left a img, .article .pull-left img {
	display: block;
	margin: 0 13px 5px 0;
}
.article .pull-right a {
	display: block;
}
.article .pull-right a img, .article .pull-right img {
	display: block;
	margin: 0 0 5px 13px;
}

/** RENT **/
#rent-items{
}
#rent-items .box{
	width: 250px;
	float: left;
	color: #4d4039;
	margin: 0 14px 40px 0;

	/** transitions **/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#rent-items .box:nth-child(2n+2){
	margin-right: 0
}
#rent-items .box:hover{
	background: #4d4039;
}
#rent-items .box:hover a{
	color: #d1cfcc
}
#rent-items a{
	padding: 10px 10px 15px 10px;
	display: block;
	text-decoration: none;
	color: #4d4039;
}
#rent-items img{
	width: 230px;
	height: 210px;
	display: block;
	background: #c7c7c7;
}
#rent-items h2{
	font: 22px/22px 'MuseoSans500';
	margin: 10px 0 10px;
}
#rent-items p{
	font: 26px/26px 'MuseoSans500';
	margin: 0;
}
#rent-items em{
	font-family: Arial;
	font-style: normal
}
#rent-items .more{
	font: 15px/26px 'MuseoSans300';
	float: right;
	margin: 5px 0 0 0;
}
#rent-items .more:hover{
	text-decoration: underline
}

/** RENT DETAIL **/
#rent-detail .button-big{
	margin-top: 25px;
}
#rent-detail .back{
	font-size: 12px;
	margin: 15px 0 0 0;
}
#rent-detail .h1{
	margin-top: 30px;
}

/** LOCATION **/
#map{
	position:relative
}
#map .button{
	position: absolute;
	right: 10px;
	top: 333px;
	padding: 6px 10px 5px;
	font-size: 11px;
}
#map .button span{
	text-transform: uppercase
}
#legend{
	font-size: 12px;
	line-height: normal;
	margin: 15px 0 0 51px;
}
#legend h3{
	font: 12px/12px 'MuseoSans500';
	margin:3px 15px 0 0;
	float: left
}
#legend ul{
	float: left;
	margin: 0;
}
#legend li{
	font-family: 'MuseoSans300';
	display: inline;
	padding: 0 0 0 15px;
	margin-right: 15px
}
#legend .korunni-dvur{
	background: url('../images/ico-legend-kd.png') 0 50% no-repeat;
	padding-left: 28px;
}
#legend .subway{
	background: url('../images/ico-legend-subway.png') 0 50% no-repeat;
}
#legend .tramway{
	background: url('../images/ico-legend-tram.png') 0 50% no-repeat;
}
#legend .bus{
	background: url('../images/ico-legend-bus.png') 0 50% no-repeat;
}

/** SERVICES **/
#services-boxes{
	margin-bottom: 25px;
}
#services-boxes .box{
	width: 180px;
	height: 320px;
	padding: 30px 30px 0;
	font-size: 13px;
	line-height: 19px;
}
#services-boxes .h3{
	margin: 0 0 25px;
	font-size: 20px;
	font-family: 'MuseoSansRoundedCEBold';
}
#services li{
	border-bottom: 1px solid #e0dfdd;
	padding: 12px 0 12px 54px;
	background-position: 5px 50%;
	background-repeat: no-repeat
}
#services li:last-child{
	border: 0;
}
#services .order{
	background-image: url('../images/ico-ser-order.png');
}
#services .courier{
	background-image: url('../images/ico-ser-courier.png');
}
#services .copy{
	background-image: url('../images/ico-ser-copy.png');
}
#services .mail{
	background-image: url('../images/ico-ser-mail.png');
	background-position: 6px 50%;
}
#services .notary{
	background-image: url('../images/ico-ser-notary.png');
	background-position: 6px 50%;
}
#services .secretary{
	background-image: url('../images/ico-ser-secretary.png');
	background-position: 8px 50%;
}
#services .representative{
	background-image: url('../images/ico-ser-representative.png');
	background-position: 7px 50%;
}

/** CONTACT **/
#frm-contactForm{
	width: 190px;
	padding: 20px 25px 35px 25px;
	position: relative;
	top: -75px;

}
#frm-contactForm .h2{
	margin-top: 0;
}
#frm-contactForm input[type="text"], #frm-contactForm textarea{
	width: 190px;
}
#frm-contactForm textarea{
	height: 230px;
}
#frm-contactForm .button{
	width: 100%
}

/** FOOTER **/
#footer{
	margin: 50px auto 50px
}
#footer ul{
	font: 14px/normal 'MuseoSans500';
	margin: 0 auto;
	padding-bottom: 60px;
	text-align: center;
	background: url('../images/footer-line.png') 50% 100% no-repeat;
}
#footer li{
	display: inline;
	margin-right: 25px;
	line-height: 2
}
#footer li:last-child{
	margin-right: 0
}
#footer li a{
	color: #cfc8bb;
	text-decoration: none;
	text-transform: uppercase
}
#footer li.selected a, #footer li a:hover{
	color: #f6f6f6
}

#footer dl{
	color: #fff;
	line-height: 35px;
	margin: 40px 0 0 345px
}
#footer dt {
	text-align:right;
	float: left;
	display: block;
	margin-right: 30px;
	width: 60px;
	font-style: italic
}
#footer dt.address{
	margin-top: 34px;
}
#footer dd {
}
#footer dl a{
	color: #fff
}



/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0.7; filter:alpha(opacity=70); cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: 10px; }
.flex-direction-nav .flex-next { right: 10px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; filter:alpha(opacity=70); left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; filter:alpha(opacity=70); right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 0.7; filter:alpha(opacity=70); }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 35px; text-align: center; z-index: 10000;}
.flex-control-nav li {margin: 0; width: 17px; height: 18px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 17px; height: 18px; opacity: 0.4; display: block; background: url("../images/spotlight-dot.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); cursor: pointer; text-indent: -9999px; }
.flex-control-paging li a.flex-active { opacity: 1; background: url("../images/spotlight-dot.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
.vcard {}
.vcard small {font-size: 11px;}
.vcard .flyer {}
.vcard .flyer a {display: block; padding: 15px 0; border: 1px solid #dbd8d5; border-radius: 3px; background: #deddda;}
.vcard .flyer img {display: block; margin: 0 auto 10px;}
