/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-Aug-2018, 17:20:48
    Author     : David
*/
body{
    margin:0px;
    padding:0px;
    background-color: #1f1b2d;
    overflow:hidden;
}
#element::-webkit-scrollbar { 
    display: none; 
}
::-webkit-scrollbar { 
    display: none; 
}

#prlx_img1{  
    background: url(/i/siteundercrewed/bg1.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#prlx_img2{
    background: url(/i/siteundercrewed/bg2.png) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#prlx_img3{
    background: url(/i/siteundercrewed/bg3.png) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#prlx_img4{
    background: url(/i/siteundercrewed/bg4.png) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#prlx_img5{
    background: url(/i/siteundercrewed/bg5.png) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.prlx_img{
    display:block;
    width:100%;
    height:1000px;
}


* {
    margin: 0;
}
html, body {
    height: 100%;
}

#uc_home_buttons{
    height: 260px; 
    position: fixed; 
    bottom:0%;
    width:100%;
    color:#fff;
}
#uc_home_buttons_top{
    width:78%;
    height:120px;
    margin:auto;
    min-width:720px;
    display:block;
}
#uc_home_buttons_bottom{
    width:60%;
    margin:auto;
    min-width:720px;
    display:block;
}
.uc_button{
    width:357px;
    height:76px;
    background-repeat: no-repeat;
    display:block;
    position: relative; 
    cursor: pointer;
}
#uc_button1{
    background-image: url(/i/siteundercrewed/b1.png);
    background-position: top left;
    float:left;
}
#uc_button1:active,#uc_button1:hover,#uc_button1:focus{
    background-position: bottom left;
}
#uc_button2{
    background-image: url(/i/siteundercrewed/b4.png);
    background-position: top left;
    float:right;
}
#uc_button2:active,#uc_button2:hover,#uc_button2:focus{
    background-position: bottom left;
}
#uc_button3{
    background-image: url(/i/siteundercrewed/b3.png);
    background-position: top left;
    float:left;
}
#uc_button3:active,#uc_button3:hover,#uc_button3:focus{
    background-position: bottom left;
}
#uc_button4{
    background-image: url(/i/siteundercrewed/b2.png);
    background-position: top left;
    float:right;
}
#uc_button4:active,#uc_button4:hover,#uc_button4:focus{
    background-position: bottom left;
}

#uc_home_social{
    clear:both;
    width:1000px;
    margin:80px auto 0 auto;
}
.uc_social{
    background-repeat: no-repeat;
    display:block;
    position: relative; 
    cursor: pointer;
    float:left;
    margin:17px 20px 0 20px;
}
#uc_social1{
    background-image: url(/i/siteundercrewed/s1.png);
    background-position: left bottom;
    width:182px;
    height:27px;
}
#uc_social1:active,#uc_social1:hover,#uc_social1:focus{
    background-position: left top;
}
#uc_social2{
    background-image: url(/i/siteundercrewed/s2.png);
    background-position: left bottom;
    width:209px;
    height:25px;
}
#uc_social2:active,#uc_social2:hover,#uc_social2:focus{
    background-position: left top;
}
#uc_social3{
    background-image: url(/i/siteundercrewed/s3.png);
    background-position: left bottom;
    width:254px;
    height:25px;
}
#uc_social3:active,#uc_social3:hover,#uc_social3:focus{
    background-position: left top;
}
#uc_social4{
    background-image: url(/i/siteundercrewed/s4.png);
    background-position: left bottom;
    width:165px;
    height:25px;
}
#uc_social4:active,#uc_social4:hover,#uc_social4:focus{
    background-position: left top;
}