// RESET & BASE @font-face { font-family: 'icomoon'; src:url('http://d53xc6gg1gd7c.cloudfront.net/4/6/f.eot'); src:url('http://d53xc6gg1gd7c.cloudfront.net/4/6/f.eot?#iefix') format('embedded-opentype'), url('http://d53xc6gg1gd7c.cloudfront.net/4/6/f.woff') format('woff'), url('http://d53xc6gg1gd7c.cloudfront.net/4/6/f.ttf') format('truetype'), url('http://d53xc6gg1gd7c.cloudfront.net/4/6/f.svg#icomoon') format('svg'); font-weight: normal; font-style: normal; } @import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300|Roboto:100,300,400,700,500,300&subset=latin,latin-ext); @import "_variables-mixins"; @import "bootstrap/bootstrap"; @import "bootstrap/responsive"; // GLOBAL html { font-size: 62.5%; } body { font-size: @rem; background: @white; font-family: @open_sans; text-rendering: optimizeLegibility; } .loading-screen { position: fixed; height: 100%; width: 100%; background: #000; top: 0; bottom: 0; left: 0; right: 0; z-index: 9999; text-align: center; .hardware_acceleration(); } .spinner-3:before { content: "\e002"; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; } @-webkit-keyframes anim-rotate { 0% { -webkit-transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); } } .spinner { display: inline-block; font-size:4em; height: 1em; line-height: 1; margin: .5em; -webkit-animation: anim-rotate 2s infinite linear; color: #fff; text-shadow: 0 0 .25em rgba(255,255,255, .3); position: absolute; left: 50%; top: 50%; margin-left: -30px; margin-top: -30px; } // tła .wydarzenia { background: url('../img/bg/wydarzenia_bg.jpg') no-repeat center center fixed; } .o_nas { background: url('../img/bg/o_nas_bg.jpg') no-repeat center center fixed; } .pokoje { background: url('../img/bg/pokoje_bg.jpg') no-repeat center center fixed; } .uslugi { background: url('../img/bg/uslugi_bg.jpg') no-repeat center center fixed; } .konferencje { background: url('../img/bg/konferencje_bg.jpg') no-repeat center center fixed; } .taras { background: url('../img/bg/taras_bg.jpg') no-repeat center center fixed; } .restauracja { background: url('../img/bg/restauracja_bg.jpg') no-repeat center center fixed; } .kontakt { background: url('../img/bg/kontakt_bg.jpg') no-repeat center center fixed; } .wrapper { padding-left: 20px; padding-right: 20px; } h1.framed { display: block; border: 4px solid white; text-align: center; .font (@fnt_family: @roboto, @fnt_size: (@rem * 1.7), @fnt_color: @white, @fnt_weight: 300, @letter-spacing: (@rem / 9), @line_height: 50px); text-transform: uppercase; } p, dd { font-family: @roboto; font-weight: 300; line-height: 1.5; color: @white; letter-spacing: 1px; } a { text-shadow: none !important; } .img { -webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size: cover !important; } .wrapper, body > .container { padding-top: 135px; .font(); } .fancybox-skin { -webkit-border-radius: 0 !important; border-radius: 0 !important; } .pf_booknow_holder { background: rgba(0,0,0, 0.8) !important; } // HEADER & FOOTER @import "_header"; @import "_footer"; // CONTENT @import "_1_home"; @import "_2_wydarzenia"; @import "_2_news"; @import "_3_o_nas"; @import "_4_pokoje"; @import "_4_pokoje_iframe"; @import "_4_pokoje_carousel"; @import "_5_uslugi"; @import "_6_kontakt"; @import "_7_galeria"; // OVERRIDES @import "_overrides"; .load_images { display: none !important; background-image: url('../img/bg/wydarzenia_bg.jpg'), url('../img/bg/pokoje_bg.jpg'), url('../img/bg/o_nas_bg.jpg'), url('../img/bg/uslugi_bg.jpg'), url('../img/bg/kontakt_bg.jpg'), url('../img/pokoje/business/business_1.jpg'), url('../img/pokoje/business/business_2.jpg'), url('../img/pokoje/business/business_3.jpg'), url('../img/pokoje/business/business_4.jpg'), url('../img/pokoje/dorm_8/dorm_8_1.jpg'), url('../img/pokoje/dorm_8/dorm_8_2.jpg'), url('../img/pokoje/dorm_8/dorm_8_3.jpg'), url('../img/pokoje/dorm_8/dorm_8_4.jpg'), url('../img/pokoje/dorm_8/dorm_8_5.jpg'), url('../img/pokoje/girls_zone/girls_zone_1.jpg'), url('../img/pokoje/girls_zone/girls_zone_2.jpg'), url('../img/pokoje/girls_zone/girls_zone_3.jpg'), url('../img/pokoje/girls_zone/girls_zone_4.jpg'), url('../img/pokoje/girls_zone/girls_zone_5.jpg'), url('../img/pokoje/premium/premium_1.jpg'), url('../img/pokoje/premium/premium_2.jpg'), url('../img/pokoje/premium_plus/premium_plus_1.jpg'), url('../img/pokoje/premium_plus/premium_plus_2.jpg'), url('../img/pokoje/premium_plus/premium_plus_3.jpg'), url('../img/pokoje/premium_plus/premium_plus_4.jpg'); }