
#Slider{
    height: 530px !important;
    padding-top: 0 !important;
}
#SliderButtons{
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
#SliderButtonsWrapper{
    display: inline-block;

}
#SliderButtonsWrapper div{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 15px;
    margin: 1px;
    background-color: #cccccc;
    transition: background ease .3s;
    cursor: pointer;

}
#SliderButtonsWrapper div.active{
    background-color: #777;
}
#GoldenLandLogo{
    display:block;
    position: absolute;
    z-index: 99;
    right: 90px;
    top: 65%;

}
#GoldenLandPhone{
    display: block;
    position: absolute;
    z-index: 9999;
    right: 150px;
    margin-top:-50px;
}
#ProjectSolutionPartners{
    width: 200px;
    display: block;
    position: relative;
    margin-top: 20px;
    margin-left: 150px;
    color: #0b0b0b;
    font-weight: bold;
}
#ReferancesSlider{
    width: 100%;
    height: 70px;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 15px;
}
#ReferancesSliderContainer{
    width: 988px;
    max-width: 100% !important;
    height: 70px;
    display: inline-block;
    overflow-x: hidden;
    border-right: 2px solid #000000;
    border-left: 2px solid #000000;
}
#ReferancesSliderTable{
    display: table;
    min-width: 100%;
    height: 70px;
    transition: margin linear 10s;
}
.ReferancesSliderTableCell{
    height: 70px;
    padding:10px 20px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #000000;
}
.ReferancesSliderTableCell:last-child{
    border-right:none;
}
.ReferancesSliderTableCell img{
    width: auto !important;
    height: 100% !important;
}
#ProjectSlider{
    width: 100%;
    height: 800px;
    background-color: #404041;
    text-align: center;
    padding: 60px 10px;

}
#ProjectSliderHead{
    width: 1040px;
    max-width: 100% !important;
    margin: auto;
    text-align: left;

}
#ProjectSliderHead a{
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #ffffff;
}
#ProjectSliderHead a img{
    width: 27px;
}
#ProjectSliderContainer{
    width: 1040px;
    max-width: 100% !important;
    height: 100%;
    display: inline-table;
}
.ProjectSliderCell{
    width: 33%;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    padding-top: 20px;
}
.ProjectSliderCell h3{
    color: #d6ab35;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
}
.ProjectSliderCellContainer{
    width: 100%;
    height: 325px;
    position: relative;
    margin-top: -22px;
}
.ProjectLight1{
    position: absolute;
    bottom: 0;
    opacity: 0.5;
    width:100%;
    text-align: center;
    transition: opacity ease 1s;
}
.ProjectSliderCellContainer:hover .ProjectLight1{
    opacity: 1;
}
.ProjectLight2{
    position: absolute;
    bottom: 0;
    opacity: 0.5;
    width:100%;
    text-align: center;
    transition: opacity ease 5s;
}
.ProjectSliderCellContainer:hover .ProjectLight2{
    opacity: 1;
}
.ProjectLight1 img{
    width: 100%;
}
.ProjectLight2 img{
    width: 100%;
}
.ProjectLightImg{
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 20px;
}
.ProjectLightImg div{
    width: 220px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
    border-radius: 400px;
    margin: auto;
}
.ProjectTextContainer{
    width: 100%;
    text-align: center;
}
.ProjectText{
    width: 300px;
    height: 200px;
    overflow-y: hidden;
    display: inline-block;
    color: #cecece;
    line-height: 17px;
    font-size: 12px;
    opacity: 0.9;
    margin-bottom: 15px;
}
.ProjectListSliderContainer{
    width: 100%;
    height: 75px;
    display: table;
    padding: 0 10px;
}
.ProjectListSliderLeft , .ProjectListSliderRight{
    width: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #cecece;
    cursor: pointer;
}
.ProjectListSliderLeft img, .ProjectListSliderRight img{
    width: 10px;
}

.ProjectListSliderCenter{
    position: relative;
    display: table-cell;
    width: auto;
}
.ProjectListSliderWindow{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
}
.ProjectListSliderTransformer{
    display: table;
    margin: 0;
    transition: margin ease .5s;
}
.ProjectListSliderTransformerCell{
    display: table-cell;
    width: 110px;
    height: 75px;
    padding: 5px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.ProjectListSliderTransformerCell a{
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
}
#ProjectsList{
    width: 100%;
    height: 95px;
    text-align: center;
    background-color: #ffffff;
    display: table;
    margin-bottom: 60px;
}
#ProjectListContainer{
    width: 800px;
    max-width: 100% !important;
    height: 100%;
    display: inline-table;
}
.ProjectListCell{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#ProjectHeader{
    width: 100px;
}
#ProjectHeader a{
    font-weight: bold;
    font-size: 18px;
    color: #e4bd62;
}
#ProjectName{
    width: 195px;
    height: 50px;

}
#ProjectName label{
    font-weight: bold;
    font-size: 15px;
    color: #474747;
}
#ProjectName select{
    width: 200px;
    height: 35px;
    padding: 5px 8px;
}
#ProjectKind{
    width: 200px;
    height: 35px;
}
#ProjectKind label{
    font-weight: bold;
    font-size: 15px;
    color: #474747;
}
#ProjectKind select{
    width: 200px;
    height: 35px;
    padding: 5px 8px;
}
#ProjectListButton{
    width: 200px;
    height: 60px;
}
#ProjectListButton button{
    width: 200px;
    height: 35px;
    padding: 5px 8px;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    margin-top: 20px;
    background-color: #0b0b0b;
    border: 1px solid #0b0b0b;
}