﻿/*Text banner*/


.pageslide
{
    position: absolute;
    
    width: 100%;
    height: 100%;
}

.mainTxt
{
    float:left;
    clear:both;
    height: 470px;
    background: rgba(32,41,69,0.7);
    position: absolute;
    bottom: 0px !important;
    padding: 0 5%;
    width: 100%;
}

.textBox
{
    z-index: 400;
}

.collectiobox
{
    z-index: 500;
}

.mainTxt h1
{
    font-family: 'Times New Roman';
    text-transform: uppercase;
    font-size: 112px;
    letter-spacing: 5px;
    color: rgb(207,195,147);
    text-align: center;
    font-weight: lighter;
    margin-top: 25px;
	width:110%;
}

.mainTxt .yellowTxt
{
    color:rgb(255, 204, 0);
    font-size: 25px;
    text-align: center;
    font-family: AvenirNext;
    font-weight: lighter;
    letter-spacing: 5px;
    padding-left: 0;
}

.containerBox
{
    display: table;
    width: 80%;
    margin: auto;
}

.mainTxt p
{
    color: #FFF;
    font-size: 18px;
    font-family: 'Times New Roman';
    font-weight:lighter;
    line-height: 31px;
    padding-left: 100px;
	width:93%;
}

.collectionBox, .videoBox
{
    width: 325px;
    display:table;
    float: left;
    /*background: red;*/
    height: 300px;
}

.collectionBox
{
    margin-top: 8.75%;
}

.collectionBox #collectionContent
{
    position:relative;
    width: 100%;
    height: 100%;
}

.collectionBox .divImg
{
    position:relative;
    float:right;
    bottom:0px;
    width: 75%;
    height: 45%;
    background: url("/gfx/Collection-box-img.png");
    background-position:center;
    background-size:cover;
}

.collectionBox p
{
    position:relative;
    float:right;
    bottom:0px;
    text-transform: uppercase;
    color: rgb(255,204,0)
}

#slideshowbox
{
    position:absolute;
}

.collectionmenu li div
{
    width: 100%;
    height: 250px;
    background-position: center !important;
    background-size:cover !important;
} 

.wishlistBox
{
    background-image: url(/img/db/slideshow/_MG_8047.jpg);
    background-size: cover;
    position: relative;
    /*background-position: center center;*/
    transition: all .5s;
    overflow: hidden;
    display: table;
    width: 100%;
    height: 100vh;
}

.bottomarrow {
    color: rgb(255, 204, 0);
    font-size: 49px;
    display: table;
    margin-top: 50px;
    width: 100%;
    height: 43px;
    text-align: center;
    z-index: 9500;
}

#searchcollection
{
    position:absolute !important;
	padding-top:100px !important;
}

#contentbox
{
	margin-top:0px !important
}

#watchlist.wishlist
{
	padding-top:160px !important;
	min-height:950px;
}


#wishlistButton {
    background-color: rgb(255, 204, 0);
    padding: 7px 25px;
    width: 424px;
    text-align: center;
    display: table;
    margin: 25px auto;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 95px;
    letter-spacing: 1px;
}

#emptywlbox div {
    position: relative;
    float: none;
    bottom: 0px;
    width: 325px;
    height: 250px;
    background: url(/gfx/Collection-box-img.png);
    background-position: center;
    background-size: cover;
    border: 1px solid gray;
    margin:20px auto;
}

.viewcollatlink
{
    display:block;
}

#emptywlbox p{
    width:50%;
    margin:20px 25%;
}

@media only screen and (max-width: 1530px) 
{
	.containerBox
	{
		width:80%;
	}
}

@media only screen and (max-width: 1420px) {
	#wishlistButton {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 1150px) 
{
	.containerBox
	{
		width:100%;
	}
}

@media only screen and (max-width: 930px) 
{
	.mainTxt h1
	{
		font-size:80px;
	}
}