﻿#pnlMain { margin:0 auto; width:1250px; position:relative; }

.themesTours {position:absolute; bottom:0; left:0; box-sizing:border-box; z-index:8;}
.themesTours ul { margin:0; padding:0 0px; list-style:none; }
/*.themesTours ul ul li { display:inline-block; background:rgba(185, 28, 34, .8);*/
.themesTours ul ul li { display:inline-block; background:rgba(199, 84, 0, .9);/* transition:all .3s ease;*/ box-sizing:border-box;width: 150px; }
.themesTours ul li a { display:block; text-align:center; color:#fff; text-decoration:none; font-size:14px; font-family:Arial, Helvetica, sans-serif; }
.themesTours ul ul li:hover { background:#02003c;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.themesTours ul li:nth-child(10) a {padding-right:20px}
}

/*--------------------------------------------------------------------*/
@media all and (min-width:981px) and (max-width:1980px){
#pnlHeader{ height:1px;}
.themesTours ul li:hover {margin-top:-5px;}
.themesTours {width:1302px;}
.themesTours ul li a {padding:80px 18px 13px 18px; background:url(../../images/themes-icon-sprite.png) no-repeat;}

@media screen and (-webkit-min-device-pixel-ratio:0) {.themesTours ul li a {padding: 80px 5px 10px 5px;}}

.themesTours ul li:nth-child(1) a { background-position:center -16px;}
.themesTours ul li:nth-child(2) a { background-position:center -238px;}
.themesTours ul li:nth-child(3) a { background-position:center -350px;}
.themesTours ul li:nth-child(4) a { background-position:center -457px;}
.themesTours ul li:nth-child(5) a { background-position:center -570px;}
.themesTours ul li:nth-child(6) a { background-position:center -678px;}
.themesTours ul li:nth-child(7) a { background-position:center -790px;}
.themesTours ul li:nth-child(8) a { background-position:center -900px;}
.themesTours ul li:nth-child(9) a { background-position:center -1010px;}
.themesTours ul li:nth-child(10) a { background-position:center -1120px;}
.themesTours ul li:nth-child(11) a { background-position:center -126px; padding-left:22px; padding-right:22px}
}


@media all and (max-width:980px){
	.themesTours ul li a { text-align:left}
}

@media all and (max-width:360px){
.themesTours ul li a {font-size: 12px;}
}

