@import url(http://fonts.googleapis.com/css?family=Raleway:100,700,300,400,500,600); @import url('app-grid.css'); @import url('plugin-pikaday.css'); @import url('plugin-selectric.css'); * { margin: 0; padding: 0; border: 0; } html[lang]{ margin-top: 0 !important; } body, td, input,textarea { font-family: 'Raleway', sans-serif; color: #413841; -webkit-text-stroke: 0.2px; -webkit-font-smoothing: antialiased; } body { position: relative; } p { margin: 15px 0px; } a { text-decoration: none; color: #32475C; } hr { margin: 15px 0px; background: #CCCECD; width: 100%; height: 1px; } strong { font-weight: 600; -webkit-text-stroke: 0px; } select{ background-color: #fff; color: #B0B0B0; } input.datepicker{ background-image: url('../img/datapicker.png'); background-repeat: no-repeat; background-position: right center; } img{ max-width: 100%; } blockquote{ margin: 20px 0; padding-left: 20px; border-left: solid 1px #CCC; } /* Alert */ .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } /* Buttons */ .btn { margin: 0; font-size: 16px; background-color: #E3C167; text-align: center; padding: 10px 13px; border-radius: 4px; color: #333; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; cursor: pointer; display: inline-block; } .btn:hover{ -webkit-filter: invert(5%); } .btn.black{ background-color: #423841; color: #fff; } .btn.btn-submit { background-color: #423841; color: #fff; } .btn.disabled { background-color: #D6DEE0; color: #fff; } /* Scroll */ body ::-webkit-scrollbar { width: 8px; height: 8px; background: #F5F7F6; } body ::-webkit-scrollbar-track { -webkit-border-radius: 0px; border-radius: 0px; background: #F5F7F6; } body ::-webkit-scrollbar-thumb { -webkit-border-radius: 0px; border-radius: 0px; background: #423841; } body ::-webkit-scrollbar-thumb:window-inactive { background: #32475C; } .placeholder { color: #aaa; } /* ** FRAMES */ /* Frame Page Width */ .frame-page-width { width: 1280px; margin: 0px auto; } /* 1440 */ @media screen and (min-width:1337px) and (max-width:1440px) { .frame-page-width { width: 1200px; } } /* 1366 */ @media screen and (max-width:1366px) { .frame-page-width { width: 1024px; } } /* 1280px */ @media screen and (max-width:1280px) { #frame-top .slider.btn-active .btn-slider { display: none; } } /* 1024px */ @media screen and (max-width:1024px) { .frame-page-width { width: 90%; } } /* Frame Top */ #frame-top { background-color: #221A27; padding: 50px 0px 30px 0px; text-align: center; color: #fff; position: relative; overflow: hidden; } .home-page #frame-top{ padding: 100px 0px 80px 0px; } #frame-top > *:not(.bg-gallery){ z-index: 10; position: relative; } @media screen and (min-width: 1000px){ #frame-top .menu { text-align: center; z-index: 10; } #frame-top .menu ul { list-style: none; display: inline-block; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 10px; margin-bottom: 10px; } #frame-top .menu ul li { float: left; margin-right: 5px; } #frame-top .menu ul li:last-child { margin-right: 0px; } #frame-top .menu ul li a { color: #fff; text-transform: uppercase; padding: 10px 13px; display: block; font-size: 18px; } #frame-top .menu ul li.active, #frame-top .menu ul li:hover { background-color: #E3C167; border-radius: 5px; } #frame-top .menu ul li.active a, #frame-top .menu ul li:hover a { color: #333; } #frame-top.narrow .menu { float: right; } } #frame-top.narrow{ padding-top: 30px; padding-bottom: 30px; } #frame-top.narrow .logo { width: 150px; display: inline-block; float: left; } #frame-top.narrow .lang { display: none; } #frame-top .lang { position: absolute; top: 31px; right: 50px; } #frame-top .lang a { color: #FFF; display: inline-block; padding: 18px; background-image: url('img/lang.png'); background-repeat: no-repeat; background-position: center; } @media screen and (max-width:1366px) { #frame-top .lang { top: 10px; right: 10px; } } /* 800px */ @media screen and (max-width:1024px) { #frame-top { padding-top: 0; padding-left: 20px; padding-right: 20px; } #frame-top .menu { display: none; } #frame-top .lang { display: none; } } @media screen and (max-width:768px) { #frame-top { padding-left: 0; padding-right: 0; } } /* background gallery */ #frame-top .bg-gallery { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 0; opacity: 0.15; pointer-events: none; } .zoom{ background-color: rgba(0,0,0,0.5); background-image: url('img/icons/zoom.png'); background-repeat: no-repeat; background-position: center; position: absolute; display: none; } /* logo */ #frame-top .logo { display: inline-block; } #frame-top .logo img{ max-width: 60%; } #frame-top .header-middle{ margin: 50px 0px 60px 0px } /* header reviews*/ .header-review{ position: absolute !important; top: 0; left: 8%; background-color: #2F252C; width: 280px; padding: 20px; border: solid 1px #6D4E5B; text-align: left; border-radius: 3px; font-size: 14px; height: 158px; } .header-review.right{ left: auto; left: initial; right: 8%; } .header-review h4{ font-size: 18px; font-weight: 400; color: #ECBC70; line-height: 1.2em; min-height: 35px; padding-left: 50px; background-image: url('../img/icons/quote.png'); background-repeat: no-repeat; } .header-review p{ line-height: 1.4em; } .header-review .author{ color: #ECBC70; text-align: right; font-style: italic; } @media screen and (min-width:1200px) { #frame-top .header-middle{ margin-top: 100px; margin-bottom: 120px; } } @media screen and (max-width:1200px) { .header-review{ left: 1%; } .header-review.right{ right: 1%; } } @media screen and (max-width:1050px) { .header-review{ display: none; } } /*slider*/ .jcarousel { position: relative; overflow: hidden; } .jcarousel ul { width: 20000em; position: relative; /* Optional, required in this case since it's a