
html, body {
    font-size: 13px;
    color: #FFFCF9;
    font-family: 'HelveticaNeueLight',Arial,Helvetica,Garuda,sans-serif;
    background: #fff;
    -webkit-font-smoothing:antialiased;
}
b, strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
html, body {
    height: 100%;
}

img {
    border:0;
}
a:hover {
    text-decoration: none;
}
.container {
    width:960px;
}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
	min-width:960px;
    position: relative;
}
#push {
	height: 80px;
}

/*mainMenu*/


#slider { 
    width:100%; 
    height:100%; 
    position: relative;
    overflow:hidden;
}

#slider .slide {
    width:100%; 
    height:100%;
    position: relative; 
}
#slider .slide img {
    position: absolute;
}


#slider .layer { 
    position:absolute; 
    top:0;
    left:0;
    filter:inherit;
    height:100%;
}

#slider .text {
    position: absolute;
    top:50%;
    left:0;
    z-index:3;
    width:100%;
    font-size: 49px;
    line-height: 100%;
    color:#fff;
    font-family: 'HelveticaNeueUltraLight',Arial,Helvetica,Garuda,sans-serif;
    font-size: 49px;
}

#slider .text .logo {
    width:95px;
    height:55px;
    background: url('../img/logo.png') no-repeat center;
    position:relative;
    z-index: 4;
}

#slider .text .bg {
    background: rgba(0, 0, 0, 0.44);
    width:auto;
    display: inline-block;
    padding: 50px 60px;
    top: -20px;
    position:relative;
    z-index: 3;
}

#slider .text .button {
    margin-top: 20px;
}
#slider .text button {
    background: #da251d;
    padding:15px 60px;
    font-weight: bold;
    font-family: 'HelveticaNeueUltraLight',Arial,Helvetica,Garuda,sans-serif;
    color:#fff;
    border: none;
    outline: none;
}
#slider .text button:hover {
    background: #fff;
    padding:15px 60px;
    font-weight: bold;
    font-family: 'HelveticaNeueUltraLight',Arial,Helvetica,Garuda,sans-serif;
    color:#000;
    border: none;
    outline: none;
}
#slider .navigation {
    width:100%;
    position: absolute;
    bottom: 30px;
    left:0;
    z-index: 3;
    padding-bottom: 80px;
    text-align: right;
    
}
#slider .navigation a {
    border: 2px solid #FFFFFF;
    background: #fff;
    border-radius: 50em;
    display: inline-block;
    height: 16px;
    margin-left: 20px;
    width: 16px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    cursor: pointer;
}

#slider .photoHolder {
    width:100%;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left:0;
}
#slider .photo {
    width:61px;
    height:80px;
    background: url('../img/photo.png') no-repeat center;
    float: right;
    cursor: pointer;
}

#slider .navigation a.sel {
    border: 2px solid #b6b2b7;
    background: #b6b2b7;
}

#photo .holder {
    
    position:relative;
    overflow:hidden;
    width:288px;
    margin-right:28px;
    margin-top:50px;
}
#photo .holder.last {
    margin-right: 0;
}

#photo .holder img {
    width:100%;
    display:block;
}

#photo span.overlay {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(218,37,29,0.5);
    z-index:2;
    opacity:0;
    filter:alpha(opacity=0);
    transition:opacity .2s;
    -moz-transition:opacity .2s;
    -webkit-transition:opacity .2s;
    -o-transition:opacity .2s;
}

#photo .holder:hover span.overlay {
    opacity:1;
    filter:alpha(opacity=100);
}

.jspTrack {
    background: #e2e2e2;
    width: 8px;

}
.jspDrag {
    background: #030303;
    width: 8px;
    height: 28px;
}
.jspCapTop {
    display: block;
    height: 60px;
}
/*popup*/


/* FANCYBOX */
.fancybox-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
}
#fancybox-thumbs ul li img {
    max-width: 100%;
}
.info.hidden {
    display: none
}
.fancybox-wrap {
    background: #FFF !important
}
.fancybox-title,
.fancybox-error {
    font-size: 14px !important;
    line-height: 24px !important;
}
.fancybox-title h2,
.fancybox-title h3 {
    color: #616161;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 18px;
    font-weight: 700;
    padding-top:10px;
}
.fancybox-skin {
    color: #616161 !important
}
.fancybox-opened .fancybox-skin {
    box-shadow:none;
}
.fancybox-title-inside-wrap {
    padding: 20px !important
}
.fancybox-nav span {
    width: 34px !important;
    height: 34px !important;
    margin-top: -17px !important;
}
.fancybox-close {
    top: -17px !important;
    right: -17px !important;
    width: 34px !important;
    height: 34px !important;
}
.fancybox-close:before,
.fancybox-prev span:before,
.fancybox-next span:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 7px;
    text-align: center;
    width: 34px;
    font-size: 20px;
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background: #ebebeb !important;
    color: #4a4a4a !important;
    -webkit-transition: all 200ms ease-in !important;
    -o-transition: all 200ms ease-in !important;
    -moz-transition: all 200ms ease-in !important;
}
.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
    background: #da251d !important;
    color: #FFF !important;
    text-decoration: none;
}
.fancybox-prev span:before {
    content: '\f053'
}
.fancybox-next span:before {
    content: '\f054'
}
.fancybox-close:before {

    content: '\f00d'
}   
#fancybox-loading {
    margin-top: -12px !important;
    margin-left: -12px !important;
    background: #000 !important;
    padding: 8px;
    opacity: 1 !important;
}
#fancybox-loading div {
    width: 32px !important;
    height: 32px !important;
    background-image: url(../img/loader.gif) !important;
}


#content {
    margin-top: 50px;
    background: #f1f1f1;
    color:#000;
    text-align:center;
    padding:50px 0 30px 0px;

}
#content .container {
    width:600px;
}
#content h1 {
    margin-bottom: 40px;

}
#content p {
    margin-bottom: 30px;

}
#order {
    padding-top: 40px;
}
#order h1 {
    text-align: center;
    color:#000;
    font-family: 'HelveticaNeueUltraLight',Arial,Helvetica,Garuda,sans-serif;
    font-size: 25px;
    margin-bottom: 30px;
}

#order form input {
    border:1px solid #eff1f3;
    background:#fff;
    width:100%;
    height:40px;
    line-height:40px;
    float:left;
    padding:0 12px;
    display:inline-block;
    font-size:13px;
    color:#000;
    line-height:20px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
     -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    position:relative;
    margin-bottom:30px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-appearance:none;
    box-shadow: none;
    font-family: Arial,Helvetica,Garuda,sans-serif;
}
#order form textarea {
    box-shadow: none;
    border:1px solid #eff1f3;
    background:#fff;
    width:100%;
     -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    resize:vertical;
    max-width:100%;
    min-height:50px;
    display:inline-block;
    padding:12px;
    font-size:13px;
    color:#000;
    line-height:20px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-appearance:none;
    font-family: Arial,Helvetica,Garuda,sans-serif;
}
#order form input:focus, #order form textarea:focus {
    border:1px solid #ccc;
}
#order form .error {
    border:1px solid #da251d;
}
/* BUTTON SENDER */

#order form .submit{
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    background:#00aed7;
    border:2px solid #00aed7;
    color:#FFF;
    font-size:12px;
    height:40px;
    letter-spacing:1px;
    padding:5px 10px;
    text-transform:uppercase;
    transition:all .3s ease-in-out;
    width:100%;}

/* BUTTON SENDER HOVER */

#order form .submit:hover{
    background:#555;
    border:2px solid #555;
    color:#FFF;
    cursor:pointer;
}

#order .button {
    border:none;
    width:100%;
    height:55px;
    display:inline-block;
    cursor:pointer;
    text-align:center;
    font-size:20px;
    color:#fff;
    line-height:55px;
    position:relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-appearance:none;
    background: #da251d;
    font-family: Arial,Helvetica,Garuda,sans-serif;
}
#order .button:hover, #order .button:active {
    background:#333;
    color:#fff;
}
#order .span5 {
    margin-left: 30px;
}
#order .info {
    background:#f3f3f3; 
    line-height:25px;
    padding: 5px 10px;
    margin-bottom: 5px;
    color: #000;
}
#success {
    color: #000;
}

#footer {
    height: 80px;
    min-width:960px;
}
#footer .container {
}      

#footer {
}


