body {
    background:none;
}

.premium-bg {
    z-index: 1;
    height: 585px;
	position: fixed;
    top: 0px;
    width: 100%;
    max-width: 1600px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (device-width: 600px) {
    body {
        /*background: url(/media/images/branding/tomsk_header_768.jpg) no-repeat fixed center top !important;
        margin-top: 200px;*/
    }
}

@media screen and (min-width: 1200px) {
    body {
        background: url(/media/images/branding/tomsk_bg1.jpg) no-repeat fixed center top !important;
    }
	.premium-bg {
		width: 1200px;
		height: 150px;
	}
	.header-bg {
		max-width: 1200px;
		margin: 0 auto;
		z-index: 100;
		position: relative;
	}
	.header-branding {
	    height: 150px;
	    display: block;
	    background: url(/media/images/branding/only_header.png) no-repeat center top;
	}	
}

@media screen and (min-width: 1585px) {
    body {
        background: url(/media/images/branding/only_bg2.png) no-repeat fixed center top, url(/media/images/branding/only_bg1.jpg) no-repeat fixed center top !important;
        
    }
    .premium-bg {
    	width: 1600px;
    }
}

@media(min-width: 1600px) {
    .premium-bg {
        height: 750px;
    }
}

.favorite.offer a:link, .favorite.offer a:hover {
    text-decoration: none !important;
    color: #114496 !important;
}

