body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 15px;
    color:#1f1f1f;
    background:#1c1c1c;
}

p { margin: 10px 0; }

a img { border: none; }

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.bc {
    width: 100%;
    height: 100%;
    position: fixed !important;
    top: 0;
}

.head {
    width:100%;
    height:72px;
    top:0;
    overflow:hidden;
    z-index:1;
    text-align:center;
    position:fixed;
    background:url(../img/head_bg.png) #1c1c1c no-repeat center top;
}

.head_shadow {
    background: url(../img/bg_tr.png);
    opacity: 0.5;
    position: fixed;
    top: 72px;
    height: 5px;
    width: 100%;
    z-index: 1;
}

.head .title {
    margin:22px 0 0 60px;
    float:left;
}

.head .title_t {
    display: none;
}

.head .logo {
    float:right;
    margin-right:60px;   
}

.btn_menu {
    display: none;
}

.menu_t {
    display: none;
}

.helper {
    display: none;
}

.foot {
    width: 100%;
    height: 72px;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    background: url(../img/foot_bg.png) #1c1c1c no-repeat center top;
}

.content1 {
    width: 94%;
    margin: 0 3% 0 3%;
    position: relative;

    top: 73px;
    z-index: 0;
}

.content1 .mleft, .content1 .mright {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 40px;
    height: 60px;
    background: #ccc;
    z-index: 10;
    background: url(../img/mleft.png) no-repeat;
    margin-top: -30px;
}

.content1 .mright {
    left: auto;
    right: 10px;
    background: url(../img/mright.png) no-repeat;
}

.content1.ct {
    display: none;
}

.content1.ct span {
    font-family: Allura;
    color: #fff;
    font-size: 44px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.content2 {
    width: 100%;
    background: url(../img/bg_tr.png);
    bottom: 72px;
    padding: 20px 0 20px 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    max-height: 24%;
    z-index: 1;
}

.content2 p {
    margin: 12px 10px 12px 60px;
    color: #fff;
    font-size: 16px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
}

.content2.v2 p {
    margin: 12px 60px 12px 60px;
}

.content2.v3 {
    max-height:35%;
}

.content2.v4 {
    max-height:60%;;
}

.content2.v4 label, .content2_t label {
    float: left;
    height: 30px;
    color: #fff;
    padding-left: 60px;
    margin-bottom: 20px;
    width: 365px;
}

.content2.v4 label span, .content2_t label span {
    float: left;
    width: 114px;
    margin-right: 20px;
}

.content2.v4 label input, .content2.v4 label select, .content2.v4 label textarea {
    float: left;
    width: 200px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 0;
}

.content2.v4 label textarea, .content2_t label textarea {
    height: 30px;
    float: left;
}

.content2_t label {
    padding-left: 30px;
    width: auto;
    min-height: 30px;
    height: auto;
}

.content2_t label span, .content2_t label input, .content2_t label select, .content2_t label textarea {
    float: left;
    border: 0;
    border-radius: 3px;
    padding: 3px;
    min-width: 180px;
}

.content2.v4 h2 {
    margin-bottom: 20px;
}

.btn_send {
    float: left;
    clear: left;
    border: 0;
    background: #BD6221;
    color: #fff;
    border-radius: 3px;
    padding: 8px 20px;
    margin-left: 60px;
    font-size: 16px;
    cursor: pointer;
}

.content2_t .btn_send {
    margin-left: 30px;
}

span.error {
    color: #ff0000;
    border-bottom: 3px solid #ff0000;
}

div.success {
    border-radius: 3px;
    background-color: #38852D;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    margin: 10px;
}

.content2.v3 h2 {
    font-size: 30px;
}

.content2_t {
    display: none;
}

.content2 h2, .content2_t h2 {
    font-family: "Open Sans", Arial, verdana, sans-serif;
    font-size: 40px;
    font-weight: 100;
    color: #fff;
    padding-left: 30px;
    margin: 0;
}

.content2 h2 {
    padding-left: 60px;
}

.scroll {
    float: left;
    width: 79%;
}

.linkovi {
    width: 20%;
    text-align: center;
    max-width: 300px;
    min-width: 200px;
    float: right;
}

.linkovi a {
    display: inline-block;
    width: 90%;
    background: #f5f5f5;
    margin-top: 10px;
    padding: 9px 1%;
    border-radius: 3px;
    margin: 11px;
}

.linkovi a img {
    max-width:80%;
    max-height:50px;
    
}

.linkovi .scardona {
    padding:15px 0% !important;
}

.linkovi .scardona img {
    width: 95%;
    max-width: 95%;
}

.app {
    width: 30%;
}

.foot .menu {
    float: left;
    height: 72px;
    width: 80%;
    margin-left: 36px;
    background: url(../img/oneone_bg.png) repeat-x center center;
}

.menu .r1 {
    float:left;
    margin:13px 0 0 54px;
    padding:0;

}

.menu .r1 li {
    float:left;
    list-style-type:none;
    margin-right:40px;
}

.menu .r1 li a {
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:200;
    letter-spacing:3px;
}

.menu .r1 li a:hover, .menu .r2 li a:hover {
    color: #917806;
}

.menu .r2 {
    float:left;
    margin:11px 0 0 54px;
    padding:0;
}

.menu .r2 li {
    float:left;
    list-style-type:none;
    margin-right:40px;
}

.menu .r2 li a {
    color:#b3b3b3;
    text-decoration:none;
    font-size:14px;
}

.menu .r2 li a {
    color:#b3b3b3;
    text-decoration:none;
    font-size:16px;
    font-weight:200;
    letter-spacing:3px;
}

.menu .r2 a.book_now {
    color: #917806;
}

.menu .r2 a.book_now:hover {
    color: #ff0000;
}

.item {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40% 0;
    background-color: #666;
    color: white;
    background-position: center center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.diamondswrap {
    padding-bottom:490px;
    left:0;
    top:0;
    position:absolute;
    width: 100%;
}

.item:hover {
    opacity: 0.9;
}

.cf{ background: transparent none repeat scroll 0%; border: medium none; clear: both; font-size: 0px; height: 0.1px; margin-top:-1px; padding: 0pt; visibility: hidden; overflow: hidden; }