* {
	
	margin: 0;
	padding: 0;
	outline: none;
	
}

*:focus {
	
	outline: none;
	
}

html {

	height: 100%;

}

body {

	padding: 0;
	margin: 0;	
	height: 100%;
	background-color: #fff;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	min-width: 1012px;	

}

#page {
		
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	min-width: 1012px !important;	
	
}

* html #page {
	
	height: 100%;
	
}


#nonFooter {
	
	position: relative;
	min-height: 100%;
	min-width: 1012px !important;

}

* html #nonFooter {
	
	height: 100%;

}

#footer	{
		
	position: relative;
	margin: -364px auto 0 auto;
	background-color: #eee;

}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #footer {
	
	margin-top: -364px;

}

.width998px {
	
	width: 998px;
	margin: 0 auto;	
	
}

a {
	
	color: #555;
	
}


#header {
	
	height: 237px;
	border-bottom: solid 1px #ccc;
	background-image: url('/static/i/top.png');
	background-repeat: repeat-x;
	position: relative;
	z-index: 100;
	min-width: 1012px !important;
	
}

#header .top {
	
	height: 36px;
	line-height: 15px;
	
}

#header .lang {
	
	position: absolute;
	top: 14px;
	left: 92px;	
	
}

#header .lang ul {

	list-style: none;
	font-family: Arial;
	font-size: 11px;
	
}

#header .lang ul li {

	float: left;
	margin: 0 2px;
	
}

#header .region-select {
	
	position: absolute;
	position: absolute;
	top: 14px;
	/*left: 170px;*/
	left: 92px;
	font-family: Arial;
	font-size: 11px;
	
}

#header .region-select a {

	color: #D65F01 !important;
	cursor: pointer;	
		
}

#header .region-select a:hover {

	border-bottom: none !important;
		
}

#header .cart-profile-wrapper {
	
	position: absolute;
	right: 5px;
	top: 14px;
	font-family: Arial;
	font-size: 11px;
	
}

#header .middle {
	
	height: 75px;
	background-color: #14263e;
	margin: 1px 0;
	
}

#header .middle-wrapper {
	
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	
}

#header .top-shadow {
		
	position: absolute;
	bottom: -16px;
	right: -60px;
	
}

#header .tickets {

	position: absolute;
	bottom: -60px;
	right: 0px;
	width: 179px;
	height: 58px;	
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	z-index: 300;
	
}

#header .tickets.ru {
	
	background-image: url('/static/i/tickets_ru.png');
	
}

#header .tickets.en {
	
	background-image: url('/static/i/tickets_en.png');
	
}

#header .tickets span {

	display: inline-block;
	text-indent: -10000px;
	
}

#header .mddl {
	
	height: 75px;
	
}

#header .bottom {
	
	height: 82px;
	
}

#header .nav {
	
	list-style: none;
	margin: 0;
	position: absolute;
	top: 39px;
	left: -7px;
	font-size: 22px;
	z-index: 20;
	
}

.nav-wrapper {
	
	z-index: 5;
	
}

#header .nav > li {

	float: left;
	margin-left: 3px;
	
}

.en #header .nav > li {
	
	margin-left: 0px !important;
	
}

#header .nav > li:first-child {

	margin-left: 0px !important;
	
}

#header .nav > li > a > span {

	padding: 8px 6px 6px 6px;
	border-left: solid 1px transparent;
	border-right: solid 1px transparent;
	display: inline-block;
	position: relative;
	z-index: 250;
	cursor: pointer;
	font-size: 20px !important;
	
}

#header .nav > li > a {
	
	color: #16283e;
	text-decoration: none;
	border-top: solid 3px transparent;
	display: inline-block;	
	
}

#header .nav > li.hover > a {

	color: #D65F01;
	border-top: solid 3px #d65f01 !important;
	background-color: #f6f6f6;		
	
}

#header .nav > li.hover > a > span {

	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	background-color: #f6f6f6;	
	
}

#header .nav > li.hover > a > span {

	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	background-color: #f6f6f6;	
	
}

#header .nav .submenu {
	
	display: none;
	padding: 25px 34px;
	background-color: #f6f6f6;
	border: solid 1px #ccc;
	width: 935px;
	position: absolute;
	z-index: 200;
	/*margin-top: -1px;*/
	top: 41px;
	left: 0px;
	
}

#header .submenu-content {
	
	position: relative;
	width: 100%;
	
}

#header .submenu-categories {
	
	width: 281px;
	padding-right: 10px;
	
}

#header .submenu-shadow {

	position: absolute;
	bottom: -40px;
	right: -56px;
	width: 210px;
	height: 14px;
	background-image: url('/static/i/menu_shadow.png');
	
}

/*#header .nav li.hover .submenu {
	
	display: block;
	
}*/

#header .nav .submenu h2 {

	font-family: Tahoma,Arial,Verdana;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 16px 0;
		
}


#header .nav .submenu ul {
	
    font-size: 14px;
    list-style: none;
    color: #16283e;
    font-family: Tahoma,Arial,Verdana;
    
}

#header .nav .submenu ul li {

	margin: 11px 0;
	
}

#header .nav .submenu ul li a {

	text-decoration: none;
	
}

#header .nav .submenu ul li a:hover {

	text-decoration: underline;
	
}

.top-carousel-wrapper {
	
	width: 624px;
	position: relative;
	
}

.top-carousel-wrapper h2 {

	margin-left: 28px !important;
	
}

.top-carousel {
	
	width: 579px;
	margin: 0 auto;
	height: 226px;
	position: relative;
    overflow: hidden;
	
}

.top-carousel ul {
	
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    
}

.top-carousel li {
	
    float: left;
    width: 160px;
    height: 200px;
    padding: 12px;
    border: solid 1px #eeeeee;
    background-color: #fff;
    margin: 0 3px !important;
    
}

.top-carousel .text-tag-wrapper {
	
	margin: 5px 0;
	font-size: 13px;
	font-weight: bold;
	
}

.top-carousel .name {
	
	margin: 5px 0 5px 0;
	font-size: 12px;
	height: 30px;
	overflow: hidden;
	line-height: 120%;
	width: 160px;
	
}

.top-carousel .name > a {

	color: #666666;
    text-decoration: none;
	
}

.top-carousel-wrapper .top-left {

	position: absolute;
	display: inline-block;
	text-indent: -10000px;
	width: 50px;
	height: 226px;
	background-image: url('/static/i/t-l.png');
	background-repeat: no-repeat;
	background-position: center center;
	top: 35px;
	left: -22px;
	cursor: pointer;
	
}

.top-carousel-wrapper .top-left:hover, .top-carousel-wrapper .top-right:hover {

	background-color: #eee;
	
}

.top-carousel-wrapper .top-right {

	cursor: pointer;
	position: absolute;
	display: inline-block;
	text-indent: -10000px;
	width: 50px;
	height: 226px;
	top: 35px;
	background-image: url('/static/i/t-r.png');
	background-repeat: no-repeat;
	background-position: center center;
	right: -22px;
	
}



#header .special-links {
	
	list-style: none;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
	
}

#header .special-links li {

	float: left;
	margin: 0 2px 0 1px;
	color: #7ea01c;
	
}

#header .special-links li a {
	
	color: #16283E;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: -0.6px;
	display: inline-block;
	height: 12px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 4px;
	
}

#header .special-links li a > span {

	display: inline-block;
	text-indent: -10000px;
	
}

#header .special-links li a:hover {

	text-decoration: underline;
	
}

#header .special-links li a.discount.ru {
	
	background-image: url('/static/i/discounts.png');
	width: 44px;
	
}

#header .special-links li a.newarrivals.ru {
	
	background-image: url('/static/i/newarrivals.png');
	width: 53px;
	
}

#header .special-links li a.hits.ru {
	
	background-image: url('/static/i/hits.png');
	width: 87px;
	
}

#header .special-links li a.collections.ru {
	
	background-image: url('/static/i/collections.png');
	width: 69px;
	
}

#header .special-links li a.discount.en {
	
	background-image: url('/static/i/discounts_en.png');
	width: 26px;
	
}

#header .special-links li a.newarrivals.en {
	
	background-image: url('/static/i/newarrivals_en.png');
	width: 53px;
	
}

#header .special-links li a.hits.en {
	
	background-image: url('/static/i/bestsellers_en.png');
	width: 73px;
	
}

#header .special-links li a.collections.en {
	
	background-image: url('/static/i/collections_en.png');
	width: 76px;
	
}

#header .searchbarwrapper {
	
	height: 40px;
	
}

#header .searchbarwrapper .searchbar {

	background-image: url('/static/i/searchbar783px.png');
	background-repeat: no-repeat;
	width: 783px;
	height: 25px;
	margin-top: 7px;	
	
}

#searchform {
	
	padding: 6px 30px 4px 17px;
	
}

#searchform input {

	border: none;
	background-color: transparent;
	width: 720px;
	
}

#header .logo {
	
	position: absolute;
	width: 75px;
	height: 128px;
	background-image: url('/static/i/logo_v2.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	left: 0px;
	top: -19px;
	
}

#header .logo strong {

	display: inline-block;
	text-indent: -10000px;
	
}

#header .title {
	
	position: absolute;
	left: 90px;
	top: 18px;
	width: 908px;
	height: 72px;
	display: inline-block;	
	background-image: url('/static/i/title_v2.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

#header .title > a {

	display: inline-block;
	text-indent: -10000px;
	width: 908px;
	height: 41px;
	
}

#header .cart-wrapper {
	
	background-image: url('/static/i/cart.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 24px;
	margin-right: 21px;
	
}

#header .top a {
	
	color: #000;
	text-decoration: underline;
	
}

#header .top a:hover {

	text-decoration: none !important;
	
}



#body {
	
	padding-bottom: 364px;
	min-width: 1012px;
	
}

#body .main {
	
	padding: 30px 0 30px 0;
	
}

#column-left {
	
	width: 217px;
	float: left;
	
}

#column-left + #content {
	
	float: right;
	width: 781px;
	
}

#column-right {
	
	width: 217px;
	float: right;
	margin-top: 95px;
	
}

#column-right + #content{
	
	float: left;
	width: 740px;
	
}

#tv {
	
	height: 378px;
	overflow: hidden;
	background-color: #f6f6f6;
	/*background-image: url('/static/i/shadow.png');
	background-position: top center;*/
	background-repeat: no-repeat;
	
	/* NEW */
	
	border-bottom: solid 1px #e5e5e5;	
	
}

#bar {
	
	/*height: 217px;*/
	background-color: #fff;
	
}

#bar .column {
	
	width: 315px;
	padding-left: 14px;
	margin-top: 23px;
	height: 172px;
	background-image: url('/static/i/bar-left-border.gif');
	background-repeat: no-repeat;
	background-position: 0 center;
	
}

#bar .column:first-child {

	background-image: none !important;
	
}

#bar .column .img {
	
	position: absolute;
	top: 0;
	right: 0;
	
}

#bar .column h3 {
	
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 18px;
	
}

#bar .column .description {
	
	width: 135px;
	
}

#bar .column h2 {
	
	color: #121a2d;
	font-size: 22px;
	font-weight: normal;
	height: 52px;
	overflow: hidden;
	margin-bottom: 18px;
	
}

#bar .inf {
	
	font-size: 15px;
	position: relative;
	z-index: 1;
	width: 165px;
	height: 36px;
	overflow: hidden;
	margin-bottom: 10px;
	
}

#bar .buy {
	
	text-decoration: none;
	font-size: 14px;	
	
}

#bar .buy:hover {

	text-decoration: underline;
	
}

#footer {
	
	min-width: 1012px !important;	
	border-top: solid 1px #ccc;
	border-bottom: solid 3px #d65f01;
	height: 360px;		
	
}

#footer .f {
	
	/* 974 */
	
	background-image: url('/static/i/bottom.png');
	background-repeat: repeat-x;
	min-width: 1012px !important;
	
}

#footer .top {
	
	width: 974px;
	margin: 0 auto;
	height: 310px;
	position: relative;
	
}

#footer .bottom-menu-wrapper {

	/*padding-top: 40px;*/
	padding-top: 20px;
	
}

#footer .column1 {
	
	width: 205px;
	margin-right: 20px;
	
}

#footer .column2 {
	
	width: 242px;
	margin-right: 20px;
	
}

#footer .column3 {
	
	width: 242px;
	margin-right: 20px;
	
}

#footer .column4 {

	width: 242px;
	margin-right: 20px;
	
}

#footer .column5 {

	width: 200px !important;
	overflow: hidden;
	
}

#footer .column6 {

	width: 172px !important;
	overflow: hidden;
	
}

#footer h3 {
	
	font-size: 17px;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px;
	
}

#footer ul.list {
	
	list-style: none;
	font-size: 14px;
	
}

#footer ul.list li {

	margin: 11px 0;
	
}

#footer .menu a {
	
	color: #d65f01;
	text-decoration: none;
	
}

#footer .list a:hover {

	text-decoration: none;
	
}

#footer .bottom {
		
	height: 50px;
	background-color: #14263e;
	
}

#footer .bottom .inner {
	
	width: 974px;
	margin: 0 auto;
	height: 50px;
	
}

#footer .everypurchase {
	
	line-height: 50px;
	color: #999999;
	font-size: 20px;
	width: 510px;
	height: 47px;
	background-image: url('/static/i/everypurchase_v2.png');
	background-repeat: no-repeat;
	background-position: 0 center;
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	
}

#footer .everypurchase label {

	display: block;
	text-indent: -10000px;
	
}

#footer .thms {
	
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	width: 296px;
	height: 50px;
	background-image: url('/static/i/thehermitagemuseumshop_v2.png');
	background-repeat: no-repeat;
	background-position: 0 center;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	
}

#footer .thms label {

	display: block;
	text-indent: -10000px;
	
}

#footer .copyright {

	color: #aaa;
	font-size: 11px;
	width: 160px;
	height: 40px;
	top: 9px;
	right: 0px;
	display: block;
	line-height: 150%;
	position: absolute;
	
}

#footer .copyright strong {

	font-weight: normal;
	display: block;
		
}

#footer a {

	color: #666666;
	text-decoration: none;
	
}

#footer .links {
	
	position: absolute;
	/*top: 270px;*/
	left: 0px;
	bottom: 47px;
	
}

#footer .links ul {
	
	list-style: none;	
	
}

#footer .links ul li {

	float: left;
	margin-right: 8px;
	height: 46px;
	line-height: 46px;
	position: relative;
	
}

#footer .links ul li a {
	
	display: inline-block;	
	
}

#footer .norton-li {
	
	width: 100px;
	
}

#footer .comodo-li {

	width: 110px;
	margin-top: -5px;
	
}

#footer .appstore-li {
	
	width: 133px;
	
}

#footer .gplay-li {
	
	width: 132px;
	/*margin-right: 17px !important;*/
	
}

#footer .norton-li a {

	position: absolute;
	bottom: -6px;
	
}

#footer .links .appstore {
	
	position: absolute;
	bottom: -6px;
	
}

#footer .links .gplay {
	
	position: absolute;
	bottom: -6px;
	
}

#footer .links .payment-visa {

	padding-top: 36px;
	
}

#footer .links .payment-mc {

	padding-top: 36px;
	
}

#footer .links .payment-wm {

	padding-top: 36px;
	
}

#footer .links .payment-ya {

	padding-top: 35px;
	
}

#footer .search-wrapper {
	
	position: absolute;
	bottom: 43px;
	right: 0px;
	width: 408px;
	overflow: hidden;
	
}

#footer .searh-bar-wrapper {
	
	margin-top: 12px;
	background-image: url('/static/i/search.png');
	width: 225px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

#footer .search-bar {
	
	border: none;
	background-color: transparent;
	margin: 4px 0 0 15px;
	font-size: 12px;
	color: #999999;
	
}

#footer .phone-wrapper {
	
	font-size: 14px;
	
}

#footer .phone-wrapper strong {
	
	color: #d65f01;
	
}

#footer .sm {
	
	width: 0px;
	height: 0px;
	position: absolute;
	left: -10000px;
	
}

/* SLIDERS */

.poo-bg {
	
	font-size: 16px;
	background-color: #d65f01;
	padding: 10px;
	margin: 20px 0;
	display: inline-block;
	
}

#indexbanner, .indexbanner-wrapper {
	
	height: 378px;
	overflow: hidden;
	width: 998px;
	position: relative;
	
}

.rev_slider {
	
    overflow: hidden;
    position: relative;    
    
}

.caption.semitransparent_black_box {
	
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    margin: 0;
    padding: 22px;
    position: absolute;
    
}

.tp-simpleresponsive .caption {
	
    opacity: 0;
    position: absolute;
    
}

.tp-leftarrow.large {
	    
    transition: all 0.1s ease-in-out 0s;
    
}

.tp-rightarrow.large {
	    
    transition: all 0.1s ease-in-out 0s;
    
}

.tparrows {
	
	z-index: 100;
	display: none !important;	
	
}

.tparrows:hover {
	
	background-color: #3C9FD0;	
	
}

.tp-loader {
	
    background: url("/static/i/loader.gif") no-repeat scroll 10px 10px #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    height: 44px;
    left: 50%;
    margin: -22px;
    position: absolute;
    top: 50%;
    width: 44px;
    z-index: 10000;
    
}

.tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none;}

.tp-simpleresponsive ul {
	
	list-style:none;
	padding:0;
	margin:0;
	
}

.tp-simpleresponsive > ul > li {
	
	list-style:none;	
	position:absolute;
	visibility:hidden;
	
}

.tp-caption.large_text {
	
    border-style: none;
    border-width: 0;
    color: #FFFFFF;
    font-family: 'Open Sans',sans;
    font-size: 36px;
    font-weight: 800;
    line-height: 36px;
    margin: 0;
    position: absolute;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    
}

.tp-bullets {
	
    opacity: 1;
    position: absolute;
    transition: opacity 0.2s ease-out 0s;
    z-index: 100;
    
}

.tp-bullets.hidebullets {
	
    opacity: 0;
    
}

.tp-bullets.simplebullets.navbar {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("/static/i/boxed_bgtile.png") repeat scroll 0 0 transparent;
    border-color: #666666 #666666 #444444;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    height: 40px;
    padding: 0 10px;
}
.tp-bullets.simplebullets.navbar-old {
    background: url("/static/i/navigdots_bgtile.png") repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    height: 35px;
    padding: 0 10px;
}
.tp-bullets.simplebullets.round .bullet {
    background: url("/static/i/bullet.png") no-repeat scroll left top transparent;
    cursor: pointer;
    float: left;
    height: 20px;
    margin-left: 3px;
    margin-right: 0;
    margin-top: -10px;
    position: relative;
    width: 20px;
}
.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 3px;
}
.tp-bullets.simplebullets.round-old .bullet {
    background: url("/static/i/bullets.png") no-repeat scroll left bottom transparent;
    cursor: pointer;
    float: left;
    height: 23px;
    margin-right: 0;
    margin-top: -12px;
    position: relative;
    width: 23px;
}
.tp-bullets.simplebullets.round-old .bullet.last {
    margin-right: 0;
}
.tp-bullets.simplebullets.square .bullet {
    background: url("/static/i/bullets2.png") no-repeat scroll left bottom transparent;
    cursor: pointer;
    float: left;
    height: 19px;
    margin-right: 0;
    margin-top: -10px;
    position: relative;
    width: 19px;
}
.tp-bullets.simplebullets.square .bullet.last {
    margin-right: 0;
}
.tp-bullets.simplebullets.square-old .bullet {
    background: url("/static/i/bullets2.png") no-repeat scroll left bottom transparent;
    cursor: pointer;
    float: left;
    height: 19px;
    margin-right: 0;
    margin-top: -10px;
    position: relative;
    width: 19px;
}
.tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0;
}
.tp-bullets.simplebullets.navbar .bullet {
    background: url("/static/i/bullet_boxed.png") no-repeat scroll left top transparent;
    cursor: pointer;
    float: left;
    height: 19px;
    margin-right: 5px;
    margin-top: 10px;
    position: relative;
    width: 18px;
}
.tp-bullets.simplebullets.navbar .bullet.first {
    margin-left: 0 !important;
}
.tp-bullets.simplebullets.navbar .bullet.last {
    margin-right: 0 !important;
}
.tp-bullets.simplebullets.navbar-old .bullet {
    background: url("/static/i/navigdots.png") no-repeat scroll left bottom transparent;
    cursor: pointer;
    float: left;
    height: 15px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-top: 10px;
    position: relative;
    width: 15px;
}
.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0 !important;
}
.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0 !important;
}
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
    background-position: left top;
}
.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
    background-position: left bottom;
}


.tp-leftarrow.default {
    background: url("/static/i/large_left.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 40px;
    position: relative;
    width: 40px;
    z-index: 100;
    display: none;
}
.tp-rightarrow.default {
    background: url("/static/i/large_right.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 40px;
    position: relative;
    width: 40px;
    z-index: 100;
    display: none;
}
.tp-leftarrow:hover, .tp-rightarrow:hover {
    background-position: left bottom;
}

.box-with-shadow {
	
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��� Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��� Safari � Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��������� ���� */
	
}

.rev_slider ul li {
	
    margin: 0;
    overflow: visible;
    padding: 0;
    
}

.rev_slider img {
	
	display: block;
    max-width: none !important;
    
}

.tp-bannertimer {
	
	display: none;
	
}

.banner-pricebox {
	
	font-size: 14px;
	color: #666666;
	height: 52px;
	line-height: 14px;
	
}


/* BOX */

.box {
	
	margin-bottom: 40px;
	
}

.box-heading {
	
	font-size: 16px;
	margin-bottom: 20px;
	
}

.box-category > ul {
	
	list-style: none;
	
}

.box-category > ul > li {

	margin: 14px 0;
	
}

.box-category > ul > li > a {
	
	/*color: #d65f01;*/
	color: #14263E;
	font-size: 14px;
	text-decoration: none;
	line-height: 14px;
	
}

.box-category > ul > li > a:hover {

	text-decoration: underline;
	
}

.box-category > ul > li a.active + ul {
	
    display: block;
    
}

.box-category > ul > li ul {
	
    display: none;
    list-style: none;
    padding-right: 40px;
    padding-left: 1px;
    
}

.box-category > ul > li ul > li {

	margin: 14px 0;	
	
}

.box-category > ul > li ul li a {
	
	/*color: #14263e !important;*/
	color: #d65f01 !important;
	font-size: 14px;
	border-left: solid 3px #fff;
	padding-left: 10px;	
	display: inline-block;
	text-decoration: none;
	line-height: 14px;
	
}

.box-category > ul > li ul li a:hover {

	text-decoration: underline;
	
}

.box-category > ul > li ul li a.active {

	/*border-left: solid 4px #14263e !important;*/
	border-left: solid 3px #d65f01 !important;		
	
}

/* END OF BOX */

/* BREAD */

.breadcrumb {
	
	font-size: 16px;
	margin-bottom: 20px;
	
}

/* CSS 3 */

.breadcrumb a:last-child, .breadcrumb a.last {

	color: #d65f01;
	text-decoration: none;
	
}

/* END OF BREAD */

/* H1-TITLE */

#content > h1, .h1-title {
	
	font-size: 30px;
	font-weight: normal;
	font-family: "Myriad Pro","Lucida Grande",Arial,Verdana,Helvetica,sans-serif;
	margin-bottom: 20px;
	
}

/* END OF H1-TITLE */

.content p {
	
	margin: 14px 0;
	
}

.txt p {

	line-height: 150%;
	
}

.buttons {
	
	margin: 15px 0;
	
}

.buttons .button {

	display: inline-block;
	background-color: #14263e;
	font-size: 20px;
	color: #fff;
	padding: 9px 10px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	
}

.button_v1 {
	
	background-color: #14263e;
	font-size: 20px;
	color: #fff;
	padding: 7px 10px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	text-align: center;
	
}

.button-hover:hover {
	
	background-color: #D65F01;
	
}

.button_v2 {
	
	background-color: #D65F01;
	font-size: 20px;
	color: #fff;
	padding: 9px 10px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	text-align: center;
	width: 340px;
	
}



/* PRODUCT PAGE */

.product-info-wrapper {
	
	padding-bottom: 14px;
	background-image: url('/static/i/product-info-shadow.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	
}

.product-info {
	
	border: solid 2px #eeeeee;
	
}

.product-info .p-l {
	
	width: 380px;
	
}

.product-info .p-l .image {

	display: inline-block;
	padding: 12px 14px 12px 14px;

}

.product-info .p-r {

	width: 396px;
	
}

.product-info .p-r > h1 {
	
	font-size: 30px;
	font-weight: normal;
	font-family: "Myriad Pro","Lucida Grande",Arial,Verdana,Helvetica,sans-serif;
	margin-bottom: 20px;
	margin-top: 35px;
	
}

.product-info .description-wrapper {
	
	height: 200px;
	position: relative;	
	margin: 18px 0;
	
}

.product-info .description {
	
	padding: 0px 0 0px 17px;
	border-left: solid 3px #d65f01;
	color: #666;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 130%;
	margin: 0;
	position: absolute;
	bottom: 0;
	
}

.product-info .description .meta {

	margin-bottom: 7px;
	max-height: 160px;
	overflow: hidden;
	line-height: 120%;
	
}

.product-info .price {
	
	padding-left: 20px;
	font-size: 25px;
	color: #666;
	padding-right: 36px;
	
}

.price-old{
        text-decoration: line-through;
}

.price-new{
        color:red;
}

.product-info .options {
	
	padding-left: 20px;
	margin-top: 16px;
	
}

.product-info .options h2 {

	font-size: 18px;
	font-weight: normal;
	font-family: "Myriad Pro","Lucida Grande",Arial,Verdana,Helvetica,sans-serif;
	margin-bottom: 12px;
	
}

.tab-content {
	
	margin: 16px 0;
	line-height: 130%;
	
}

.tab-content p {
	
	margin: 16px 0;
	line-height: 130%;
	
}

.tab-info-txt {
	
	padding-left: 4px;
	
}

#tabs a {
	
	font-size: 16px;
	margin-right: 14px;
	color: #000;
	text-decoration: none;
	
}

.option {
	
	margin: 7px 0;
	
}

.option .o-l {
	
	width: 130px;
	
}

.option .o-r {

	width: 240px;
	
}

.option-image {
	
	list-style: none;
	margin: 18px 0;	
	
}

.option-image li {

	position: relative;
	margin: 0;
	
}

.option-image li label {

	display: block;
	font-size: 11px;
	cursor: pointer;
	text-align: center;
	
}

.option-image li label.img {

	border: solid 1px #fff;
	background-color: #fff;
	width: 48px;
	height: 48px;
	display: table-cell;
	vertical-align: middle;
	
}

.option-image li label.img > img {
	
}

.option-image li label.img.active {

	border: solid 1px #cccece;
	background-color: #d7d9d9;
	
}

.option-image li label.dsc {

	padding-top: 4px;
	
}

.option-image li label.dsc.active {

	color: #D65F01;
	
}

.option-image li.clear-both {
	
	width: 0px !important;
	height: 0px !important;
	font-size: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	
}

.option-image input {
	
	visibility: hidden;
	position: absolute;
	
}

.options .error {
	
	display: block;
	margin: 14px 0;
	font-size: 11px;
	font-style: italic;
	color: #cc0000;
	
}

.product-info .cart {
	
	padding-left: 20px;
	margin: 7px 0 34px 0 !important;
	
}

.image-additional {
	
	margin: 10px;
	
}

.image-additional a {

	display: inline-block;
	border: solid 1px #ccc;
	margin: 0 5px 5px 0;
	padding: 1px;
	
}

.related-products {
	
	margin-top: 35px;
	
}

.related-products h2 {
	
	font-size: 16px;
	font-weight: normal;
	
}

.related-products .box-product > div {
	
	width: 186px;
	border: solid 2px #eee;
	min-height: 186px;
	margin: 0 5px 5px 0;
	cursor: pointer;
	float:left;
}

.box-product {
	
	margin: 8px 0;
	
}

.box-product > div {
	
	width: 186px;
	border: solid 2px #eee;
	min-height: 186px;
	margin: 0 5px 5px 0;
	cursor: pointer;
	
}

.box-product > div.hover, .product-list > div.hover {

	border: solid 2px #D65F01;
	
}

.box-product > div > .container, .product-list > div > .container {
	
	padding: 6px 12px;
	
}

.box-product > div > .container h5, .product-list > div > .container h5 {

	font-weight: bold;
	font-size: 12px;
	height: 14px;
	
}

.box-product > div > .container .name, .product-list > div > .container .name {
	
	margin: 5px 0 5px 0;
	height: 30px;
	overflow: hidden;
	line-height: 120%;
	
}

.box-product > div > .container .name a, .product-list > div > .container .name a {

	text-decoration: none;
	color: #666;
	
}

.box-product > div > .container .name a:hover, .product-list > div > .container .name a:hover {

	text-decoration: underline;
	
}

.tags {
	
	margin: 17px 0 0 0;
	
}

/* END OF PRODUCT PAGE */

.required {
	
	color: #cc0000;
	
}

/* MINICART */

.mini-cart-info, .mini-cart-total, #cart .checkout {
	
	display: none;
	
}

/* END OF MINICART */

#column-right .banner {
	
	
	
}

#column-right .banner > div {
	
	margin-bottom: 20px; 
	
}

.bottom-modules .box {
	
	margin-top: 30px !important;
	margin-bottom: 0px !important;
	
}

.index-products {
	
	margin: 30px 0 20px 0;
	
}

.index-products > div {
		
	z-index: 2;
	min-height: 190px;
	background-color: #fff;
	overflow: hidden;		
	
}

.index-products .shadow {
	
	background-image: url('/static/i/index-shadow.png');
	background-repeat: no-repeat;
	background-position: center right;
	min-height: 190px;	
	width: 11px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	
}

.index-products .clear-both {
	
	min-height: 0px;	
	
}

.index-products .image {
	
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 1;
	
}

.index-products .left-part {
	
	width: 200px;
	padding-left: 14px;
	position: relative;
	z-index: 5;
	
}

.index-products > div:first-child .left-part {

	padding-left: 0px !important;
	
}

.index-products .left-part .name {
	
	width: 120px;
	height: 52px;
	margin-bottom: 20px;
	
}

.index-products .left-part .name a {

	text-decoration: none;
	color: #121a2d;
	font-size: 17px;
	font-weight: normal;
	height: 62px;
	overflow: hidden;
	display: inline-block;
	
}

.index-products .left-part .description {

	margin-bottom: 20px;
	color: #666666;
	font-size: 14px;
	height: 36px;
	
}

.index-products .buy-wrapper > a {
	
	display: inline-block;
	padding: 6px 9px;
	background-color: #473e21;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	
}

.search-wrapper .content {
	
	background-color: #eee;
	border-bottom: solid 3px #D65F01;
	padding: 20px 20px 5px 20px;	
	margin-bottom: 20px;
	
}

.search-wrapper .content-no-content {
	
	background-color: #eee;
	padding: 20px;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	
}

.search-wrapper .content p {

	margin-top: 0px !important;
	
}



/* PRODUCTS LIST */

.product-list {
	
	margin: 20px 0 0 0;	
	
}

.product-list > div {
			
	margin: 0 6px 6px 0;
	width: 186px;
	height: 186px;	
	border: solid 2px #eee;
	cursor: pointer;
	
}

.product-list > div.break-me {

	margin-right: 0 !important;
	
}

.product-list > div.last {
	
	border: none !important;
	height: 0px !important;
	width: 0px !important;
	
}


.product-list .bnr {
	
	display: block;
	border: none !important;
	width: 386px !important;
	height: 386px !important;
	margin-right: 3px !important;
	margin-bottom: 6px;
	
}

.product-list .bnr2 {
	
	display: block;
	border: none !important;
	width: 386px !important;
	height: 386px !important;
	margin-right: 6px !important;
	
}

.product-list .big {

	display: block;	
	width: 382px !important;
	height: 382px !important;	
	margin-right: 3px !important;
	
}

.product-list .big2 {

	display: block;	
	width: 382px !important;
	height: 382px !important;	
	margin-right: 6px !important;
	
}

/* END OF PRODUCTS LIST */


/* CART */

.cart-info {
	
	width: 70%;
	background-image: url("/static/i/sha.png");
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 329px;
    padding-right: 14px;
	
}

#cartform {
	
	display: block;
	background-color: #fafafa;
	min-height: 289px;
	padding: 20px;
	
}

.callback-info {
	
	width: 20%;
	background-color: #eee;
	border-bottom: solid 2px #D65F01;
	padding: 20px;
	min-height: 287px;
	
}

.callback-info h4 {

	font-size: 18px;
	
}

.callback-info p {

	line-height: 130%;
		
}

.callback-phone {
	
	color: #D65F01;
	font-size: 16px;
	
}

.cart-info thead td {
	
	color: #333333;
    font-size: 18px;
    font-weight: normal;
	padding: 0 10px;    
	
}

.cart-info tbody td {
	
	padding: 18px 10px 0 10px;
	
}

.cart .remove {
	
    background-image: url("/static/i/delete.gif");
    background-position: 0 0;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    margin-left: 20px;
    width: 19px;
    
}

.cart .remove:hover {

	background-position: 0 19px !important;
	
}

.cart .remove span {
	
    display: none;
    
}

.cart .qty {
	
    background-color: #CECECE;
    border: 1px solid #BBBBBB;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0;
    text-align: center;
    width: 40px;
    
}

.cart-info .total {
	
    color: #333333;
    display: inline-block;    
    font-size: 24px;
    font-weight: bold;
    margin: 18px 0;
    
}

.cart .plus-minus {
	
    display: inline-block;
    height: 28px;
    overflow: hidden;
    position: relative;
    width: 60px;
    
}
.cart .plus-minus a {
	
    background-image: url("/static/i/plusminus.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 0;
    width: 12px;
    
}
.cart .plus-minus a span {
	
    display: none;
    
}
.cart .plus-minus .plus, .cart .plus-minus .plus {
	
    background-position: -12px -12px;
    right: 0;
    top: 0;
    
}
.cart .plus-minus .minus {
	
    background-position: 0 0;
    bottom: 0;
    cursor: default !important;
    right: 0;
    
}
.cart .plus-minus .active {
	
    background-position: 0 -12px !important;
    bottom: 0;
    cursor: pointer !important;
    right: 0;
    
}

.cart .image a {
	
	display: inline-block;
	padding: 1px;
	border: solid 1px #ccc;
	
}

.cart .line {
	
	margin-top: 30px;
	border-top: dashed 1px #bbb; 
	
}

/* END OF CART */

.warning {
	
	padding: 15px;
	border: solid 1px #E18B7C;
	background-color: #FAD5CF;
	margin-bottom: 15px;
	
}

.success {
	
	padding: 15px;
	border: 1px solid #C1D779;
	background-color: #EFFEB9;
	margin-bottom: 15px;
	
}

.success .close {
	
	float: right;	
	cursor: pointer;
	
}

/* CHECKOUT */

#contactsblock {
	
    border-top: 1px solid #EAEAEA;
    position: relative;
    
}

#contactsblock h2 {
	
	margin-top: 25px;    
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 14px;
    
}

.yandex-address {
	
    float: left;
    margin: 3px 0 0 15px;
    
}

#contactsblock .filter-container {
	
    height: 50px;
    
}

.filter {
	
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #888888;
    float: left;
    font-size: 16px;
    height: 26px;
    line-height: 23px;
    margin: 0;
    padding: 3px;
    position: relative;
    text-transform: lowercase;
    top: 5px;
    
}

.filter .active {
	
    background: none repeat scroll 0 0 #D65F01;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    
}

.filter a {
	
    color: #000000;
    cursor: pointer;
    display: inline-block;
    padding: 0 8px 3px;
    position: relative;
    text-decoration: none;
    
}


.filter a span {
	
    border-bottom: 1px dotted;
    
}

.filter a.active span, .filter a:hover span {
	
    border-bottom: medium none !important;
    
}

#contactsblock .bubble {
	
    background: url("/static/i/bubble.jpg") no-repeat scroll left center transparent;
    border-radius: 5px 5px 5px 5px;
    position: absolute;
    right: 0;
    top: 68px;
    width: 380px;
    
}

#contactsblock .bubble .corn-top {
	
    background: url("/static/i/corn1.gif") no-repeat scroll center top transparent;
    height: 3px;
    left: 10px;
    position: absolute;
    top: 0;
    width: 3px;
    
}

#contactsblock .bubble .corn-bottom {
	
    background: url("/static/i/corn2.gif") no-repeat scroll center top transparent;
    bottom: 0;
    height: 3px;
    left: 10px;
    position: absolute;
    width: 3px;
    
}

#contactsblock .bubble .bubble-text {
	
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    padding: 25px 35px 25px 30px;
    
}

#contactsblock .bubble .bubble-text a {
	
    border-bottom: 1px dotted #000000;
    color: #000000;
    text-decoration: none;
    
}


#shippingblock, #paymentblock {
	
    background: none repeat scroll 0 0 #FDF4D1;    
    margin-top: 40px;
    padding: 30px 40px 20px 40px;
    position: relative;
    width: 918px;
    
}


table.form td:first-child {
	
    vertical-align: top;
    width: 200px;
    
}

.order-form td:first-child {
	
    line-height: 24px;
    
}

table.form td {
	
    padding: 5px 0;
    
}

table.form span.error {
	
    color: #CC0000;
    display: block;
    font-size: 11px;
    font-style: italic;
    margin: 7px 0 7px 0px;
    
}

.input-wrapper {
	
    height: 25px;
    overflow: hidden;
    
}

.input-wrapper .i-l {
	
    background-image: url("/static/i/input.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 25px;
    padding-left: 8px;
    
}

.input-wrapper .i-c {

	background-image: url("/static/i/input.png");
	background-position: center center;
    background-repeat: no-repeat;
    height: 25px;
	
}

.input-wrapper .i-r {
	
    background-image: url("/static/i/input.png");
    background-position: right top;
    background-repeat: no-repeat;
    height: 25px;
    padding-right: 8px;
    
}

.input-wrapper input, .input-wrapper select {
	
    background-color: transparent;
    border: medium none;
    font-family: cuprumregular,Tahoma,Arial;
    font-size: 16px;
    padding: 3px 0;
    
}

.width260px {
	
    width: 260px;
    
}

.hint {
	
    background-color: #EEEEEE;
    border: 1px solid #BBBBBB;
    color: #666666;
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    margin-left: 20px;
    padding: 7px 10px;
    
}


.we-accept .bubbleInfo {
	
    height: 16px;
    padding-left: 8px;
    margin-top: -7px;
    
}

.bubbleInfo {
	
    position: relative;
    
}


#shippingblock h2, #paymentblock h2 {
	    
    font-size: 26px;
    font-weight: bold;
    margin-right: 80px;
    margin-bottom: 30px;
    margin-top: 0px;
    
}

#shippingblock h2 a {
	
    background: url("/static/i/dd.png") no-repeat scroll right 16px transparent;
    cursor: pointer;
    padding-right: 15px;
    color: #D65F01;
    
}

#paymentblock h2 a {
	
	padding-right: 15px;
    color: #D65F01;
	
}

#shippingblock h2 a span, #paymentblock h2 a span {
	
    background: url("/static/i/reddot.gif") repeat-x scroll left 26px transparent;
    cursor: pointer;
    
}

#shippingblock ul.shippings-list {
	
    list-style: none outside none;
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
    
}

#shippingblock ul.shippings-list > li {
	
    cursor: pointer;
    
}

#shippingblock ul.shippings-list > li {
	
    background-image: url("/static/i/form-top.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    cursor: pointer;
    margin: 15px 0;
    padding: 6px 0 0;
    
}

#shippingblock ul.shippings-list > li > div {
	
    background-image: url("/static/i/form-bot.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    padding: 0 0 6px;
    
}

#shippingblock ul.shippings-list > li > div > div {
	
    background-color: #FFFFFF;
    padding: 10px 20px;
    
}

#shippingblock ul.shippings-list h3 {
	
    font-family: cuprumregular,Tahoma,Arial;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 5px;
    color: #D65F01;
    
}

#shippingblock ul.shippings-list .price {
	
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    padding-top: 5px;
    
}

#shippingblock ul.shippings-list .price .rur16 {
	
    background-image: url("/static/i/rur16.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 11px;
    width: 9px;
    
}

#shippingblock ul.shippings-list .price .rur16 span {
	
    display: none;
    
}

#shippingblock .payments-available {
	
    width: 60%;
    
}

#shippingblock ul.shippings-list > li.active h5 {
	
    color: #000000 !important;
    
}

#shippingblock ul.shippings-list h5 {
	
    color: #999999;
    float: left;
    font-weight: bold;
    height: 32px;
    margin-bottom: 0;
    margin-top: 18px;
    padding: 5px 22px 0 0;
    vertical-align: top;
    
}

#shippingblock .available-payments-list {
	
    display: inline-block;
    list-style: none outside none;
    margin: 12px 0 0;
    padding: 0;
    
}

#shippingblock .available-payments-list .cash {
	
    background-image: url("/static/i/online-cash.png");
    background-repeat: no-repeat;
    
}

#shippingblock .available-payments-list .card {
	
    background-image: url("/static/i/online-card.png");
    background-repeat: no-repeat;
    
}

#shippingblock .available-payments-list .other {
	
    background-image: url("/static/i/online-other.png");
    background-repeat: no-repeat;
    
}

#shippingblock .available-payments-list .icon {
	
    background-position: center bottom;
    display: block;
    float: left;
    height: 32px;
    padding-right: 12px;
    text-indent: -10000px;
    width: 44px;
    
}


#totalsblock {
	
    color: #333333;
    font-weight: bold;
    margin: 35px 0 35px;
    text-align: right;
    font-family: cuprumregular,Tahoma,Arial;
    border-top: 1px solid #bbb;
    padding: 20px 40px 20px 0px;
    background-color: #EAEAEA;
    
}

#totalsblock .subtotal {
	
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin: 5px 0;
    
}

#totalsblock .subtotal .total {
	
    display: inline-block;
    width: 200px;
    
}

.rur22 {
	
    background: url("/static/i/rur22.png") no-repeat scroll right 7px transparent;
    
}

#totalsblock > .total label {
	
    font-size: 30px;
    text-transform: uppercase;
    
}

#totalsblock > .total strong {
	
    color: #000000;
    display: inline-block;
    font-size: 41px;
    width: 200px;
    
}

#ordersubmit {
	
	margin-bottom: 40px;
	
}

#commentsblock textarea {
	
	width: 98%;
	padding: 1%;
	font-family: cuprumregular,Tahoma,Arial;
	font-size: 16px;
	
}

.we-accept {
	
	margin: 5px 0;
	
}

.we-accept .bubbleInfo {
	
    height: 16px;
    padding-left: 8px;
    
}

.bubbleInfo {
    position: relative;
}
.trigger {
    position: absolute;
}
.popup-bubble {
    border-collapse: collapse;
    display: none;
    position: absolute;
    z-index: 50;
}
.popup-bubble td.corner {
    display: block !important;
    height: 15px;
    width: 19px;
}
.popup-bubble td#topleft {
    background-image: url("/static/i/bubble/bubble-1.png");
    background-position: left top;
    height: 15px;
    width: 19px;
}
.popup-bubble td.top {
    background-image: url("/static/i/bubble/bubble-2.png");
    height: 15px;
}
.popup-bubble td#topright {
    background-image: url("/static/i/bubble/bubble-3.png");
}
.popup-bubble td.left {
    background-image: url("/static/i/bubble/bubble-4.png");
}
.popup-bubble td.right {
    background-image: url("/static/i/bubble/bubble-5.png");
}
.popup-bubble td#bottomleft {
    background-image: url("/static/i/bubble/bubble-6.png");
    background-position: left top;
    height: 29px;
}
.popup-bubble td.bottom {
    background-image: url("/static/i/bubble/bubble-7.png");
    background-position: center top;
    text-align: center;
    width: auto;
}
.popup-bubble td.bottom img {
    display: block;
    margin: 0 auto;
}
.popup-bubble td#bottomright {
    background-image: url("/static/i/bubble/bubble-8.png");
    background-position: right top;
    height: 29px;
}
.popup-bubble div.popup-contents {
    background-color: #FFFFFF;
    color: #666666;
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
}
.display-inline {
    display: inline !important;
}

.popup-bubble .wrp {
	
    position: relative;
    
}

.popup-bubble .corner {
	
    height: 15px;
    width: 19px;
    
}

.popup-bubble .tl {
	
    background-image: url("/static/i/bubble/bubble-1.png");
    background-position: left top;
    left: 0;
    position: absolute;
    top: 0;
    
}

.popup-bubble .t {
	
    background-image: url("/static/i/bubble/bubble-2.png");
    background-repeat: repeat-x;
    display: block;
    height: 15px;
    margin: 0 19px;
    width: auto;
    
}

.popup-bubble .tr {
	
    background-image: url("/static/i/bubble/bubble-3.png");
    background-position: right top;
    position: absolute;
    right: 0;
    top: 0;
    
}

.popup-bubble .l {
	
    background-image: url("/static/i/bubble/bubble-4.png");
    background-position: left top;
    background-repeat: repeat-y;
    padding-left: 19px;
    
}

.popup-bubble .r {
	
    background-image: url("/static/i/bubble/bubble-5.png");
    background-position: right top;
    background-repeat: repeat-y;
    padding-right: 19px;
    
}

.popup-bubble .b {
	
    background-image: url("/static/i/bubble/bubble-7.png");
    background-position: center top;
    display: block;
    height: 29px;
    margin: 0 19px;
    text-align: center;
    
}

.popup-bubble .b img {
	
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    
}

.popup-bubble .bl {
	
    background-image: url("/static/i/bubble/bubble-6.png");
    background-position: left bottom;
    bottom: 0;
    height: 29px;
    left: 0;
    position: absolute;
    width: 19px;
    
}

.popup-bubble .br {
	
    background-image: url("/static/i/bubble/bubble-8.png");
    background-position: right bottom;
    bottom: 0;
    height: 29px;
    position: absolute;
    right: 0;
    width: 19px;
    
}

#drop {
	
    width: 150px;
    
}


/* END OF CHECKOUT */

/* CATEGORY PAGE */

.category-info p {
	
	margin: 14px 0;
	line-height: 130%;
	
}

.category-info ol, .category-info ul {

	margin: 14px 0;
	padding: 0 0 0 18px;
	
}

.category-list ul {
	
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.category-list ul li {

	margin: 0 0 30px 0;
	
}

.category-list ul li > a.title {
	
	font-size: 20px;
	color: #16283E;
	text-decoration: none;
	
}

.category-list ul li > a.title:hover {

	color: #d65f01 !important;
	
}

.category-list ul li > .description {
	
	margin: 10px 0;
	border: solid 1px #CCC;
	background-color: #fafafa;
	padding: 10px;
	/*font-size: 14px;*/	
	color: #16283E;
	font-size: 12px;
	
}

.meta-description {
	
	/*margin: 10px 0 20px 0;
	border: solid 1px #CCC;
	background-color: #fafafa;
	padding: 10px;
	font-size: 15px;*/
	font-size: 12px;
	border-left: solid 3px #d65f01;
	padding: 5px 20px 5px 20px;
	margin: 10px 0 20px 0;
	color: #666;
	
}

.gimmemoar {
	
	/*background-color: #473e21;*/
	background-color: #14263e;
	color: #fff;
	font-size: 14px;
	display: block;
	width: auto;
	height: 32px;	
	text-align: center;
	
}

.gimmemoar:hover {
	
	background-color: #D65F01;
	
}

.gimmemoar > span, .gimmemoar > strong {

	display: inline-block;
	line-height: 32px;
	font-size: 20px;
	padding-right: 18px;
	background-image: url('/static/i/drop.png');
	background-repeat: no-repeat;
	background-position: right 11px;
	font-weight: normal !important;
	
}

/* END OF CATEGORY PAGE */

#seoblock {
		
	padding: 28px 0 0 0;
	border-top: solid 1px #e1e1e1;
	display: none;
	background-color: #f6f6f6;
	position: relative;
	
}

#seoblock > div {

	padding: 0 0 28px 0;
	
}

#seoblock .seo {
	
	margin-left: 217px;
	
}

#seoblock .seo-title {
	
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 16px;
	
}

#seoblock .seo-text {
	
	border-left: solid 3px #d65f01;
	padding: 0px 0 0px 18px; 
	
}

#column-left .box-category .tickets {
	
	margin: 35px 0;
	
}

.ru #column-left .box-category .tickets > a {
	
	background-position: 0 0;
	
}

.en #column-left .box-category .tickets > a {
	
	background-position: 0 -63px !important;
	
}

#column-left .box-category .tickets > a {
	
	background-image: url('/static/i/m_tickets.png');
	display: inline-block;		
	background-repeat: no-repeat;
	width: 156px;
	height: 63px;
	text-indent: -10000px;
	margin-left: -5px;
	
}

/* POPUP */

.hermitage-popup {
	
	border: solid 5px #14263e;
	border-radius: 10px;
	background-image: url('/static/i/lightbox/bgrnd.jpg');
	background-repeat: repeat;
	position: relative; 
	text-align: left;
	
}

.hermitage-popup-inner {
	
	padding: 22px; 
	
}

.hermitage-popup-close {
	
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15px;
	height: 15px;
	background-image: url('/static/i/lightbox/close.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	
}

.hermitage-popup-close i {

	display: inline-block;
	text-indent: -10000px;
	
}

.hermitage-popup-shadow {
	
	position: absolute;
	bottom: -19px;
	right: -5px;
	background-image: url('/static/i/lightbox/shdw.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 210px;
	height: 14px;
	
}

.hermitage-popup-title {
	
	font-size: 16px;
	font-weight: normal;
	font-family: Tahoma;
	margin-bottom: 10px;
	
}

.your-city {
	
	width: 92px;
	font-size: 15px;
	color: #121a2d;
	font-family: "Myriad Pro","Lucida Grande",Arial,Verdana,Helvetica,sans-serif;
	line-height: 25px;
	
}

.search-form-inner2 {
	
	width: 444px;
	height: 25px;
	
}

.search-form-inner2 > form {
	
	display: block;
	background-image: url('/static/i/cityfield.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 444px;
	height: 25px;
	
}

#location-search-field {
	
	background-color: transparent;
    border: medium none;
    font-size: 14px;
    margin-left: 10px;
    padding: 3px;
    width: 96%;
    color: #aaa;
    font-family: "Myriad Pro","Lucida Grande",Arial,Verdana,Helvetica,sans-serif;
	
}

.citieslist > p {
	
	margin: 20px 0 15px 0;
	
}

.citieslist > p > strong {

	color: #d65f01;
	font-size: 15px;
	font-family: "Myriad Pro","Lucida Grande",Arial,Verdana,Helvetica,sans-serif;
	font-weight: normal;
	
}

.citieslist ul {
	
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.citieslist ul li {

	margin: 5px 0;
	
}

.citieslist ul li a {

	font-size: 14px;
	font-family: "Myriad Pro","Lucida Grande",Arial,Verdana,Helvetica,sans-serif;
	color: #121a2d;	
	text-decoration: underline;
	cursor: pointer;
	
}

.citieslist ul li a:hover {

	text-decoration: none;
	
}

.citieslist .pt25 {
	
	width: 25%;
	
}

#searchCity {
	
	visibility: hidden;
	
}

.citysuggestwrapper {
	
	position: relative;
	z-index: 10;
	height: 0px;
	width: 0px;
	
}

#citysuggest {
	
	position: absolute;
	top: 0;
	left: 0;
	height: 240px;
    width: 442px;
    background-color: #EEEEEE;
	
}

#citysuggest .cswrp {
 
    height: 220px;
    margin: 10px 0 0 20px;
    overflow-y: scroll;
    
}


#citysuggest ul {

	margin: 0px;
	padding: 0px;
	list-style: none;	
	
}

#citysuggest ul li {

	padding: 3px 0;
	
}

#citysuggest a {

	cursor: pointer;
	font-family: "Myriad Pro","Lucida Grande",Arial,Verdana,Helvetica,sans-serif;
	color: #121a2d !important;	
	text-decoration: underline;
	font-size: 12px;
	
}

#citysuggest a:hover {

	text-decoration: none;
	
}

.popup-added-success {
	
	padding: 30px 0 15px 0;
	
}

.popup-added-success > p.msg {
	
	text-align: center;
	font-size: 16px;
	
}

.popup-added-success > h3 {
	
	text-align: center;
	margin: 12px 0 44px;
	font-size: 16px;
	color: #d65f01;
	
}

/* END OF POPUP */

.cat-title {
	
	font-size: 16px !important;
	font-weight: normal !important;
	font-family: Tahoma, Verdana, Arial !important;
	
}

.width-170px {
	
	width: 170px;
	
}

.sitemap-info > div > ul {
	
	margin: 20px 0;
	padding: 0 20px;
	font-size: 14px;	
	
}

.sitemap-info > div > ul > li {

	margin: 10px 0;
	
}

.sitemap-info > div > ul > li > a {

	font-size: 16px;
	font-weight: bold;
	
}

.sitemap-info > div > ul > li > ul {

	margin: 10px 0;
	padding: 0 20px;
	
}

.sitemap-info > div > ul > li > ul > li {

	margin: 10px 0;
	
}

.txt ul {
	
	margin: 20px 0;
	padding: 0 14px;
	
}

.txt ul li {

	margin: 10px 0;
	
}

.pt90 {
	
	width: 90%;	
	
}

.login-content .pt90 {

	text-align: left;
	background-color: #f6f6f6;
	border-left: solid 1px #bbb;
	border-right: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
	border-top: solid 3px #D65F01;
	padding: 15px;
	height: 220px;
	
}

.login-content h2 {
	
	font-size: 22px;
	font-weight: normal;
	
}

.login-form .row {
	
	margin: 10px 0;
	
}

.forget {
	
	font-size: 11px;
	color: #D65F01;
	
}

.px160 {
	
	width: 160px;
	
}

.go-button-wrapper {
	
	margin: 17px 20px;
	
}

.shipping-select-button {
	
	margin-top: -35px;
	
}

a.in-form-city-select {
	
    cursor: pointer;
    
}

a.in-form-city-select span {
	
    border-bottom: 1px dotted #000000;
    color: #000000;
    display: inline-block;
    text-decoration: none;
    
}

a.in-form-city-select i {
	
    background: url("/static/i/sprites.png") no-repeat scroll -218px -25px transparent;
    display: inline-block;
    height: 3px;
    margin-left: 4px;
    vertical-align: middle;
    width: 5px;
    
}


#shippingblock ul.shippings-list > li.active {
	
    background-image: url("/static/i/form-top-active.png") !important;
    
}

#shippingblock ul.shippings-list > li.active > div > div {
	
    background-color: #FCDA52 !important;
    
}

#shippingblock ul.shippings-list > li.active > div {
	
    background-image: url("/static/i/form-bot-active.png") !important;
    
}

#shippingblock .delivery-price {
	
    font-size: 22px;
    font-weight: bold;
    padding-right: 18px;
    position: absolute;
    right: 41px;
    top: 38px;
    
}

#pickmeup {
	
    color: #575446;
    line-height: 22px;
    margin: 20px 0;
    
}

#map {

	border: solid 1px #bbb;
	height: 400px;
	width: 600px;	
	
}

.list-wrapper {
	
	border: solid 1px #bbb;
	height: 400px;
	width: 300px;
	
}

.list-inner {
	
	margin: 10px;
	height: 380px;
	overflow-y: scroll;
	
}

.list-wrapper ul {
	
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.list-wrapper ul li {
	
	margin: 7px 10px 7px 0px;
	padding-top: 7px;
	border-top: dashed 1px #666;
	
}

.list-wrapper ul li:first-child {

	padding-top: 0px !important;
	border-top: none !important;
	
}

.list-wrapper .hover {
	
	background-color: #FCDA52 !important;
	
}

.list-pp-desc {
	
	font-size: 11px;
	
}

.pickuppointabout {
	
	height: 46px;
	padding-left: 50px;
	background-image: url('/static/i/pickuppoint.png');
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: -7px;
	
}

#pickuppoint .headtex {

	color: #333333;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 16px;
    
}

#choose-another {
		
    border-bottom: 1px dotted #cc0000;    
    margin-left: 60px;
    text-decoration: none;
    cursor: pointer;
    
}

#pickuppoint div.shadow {
	
    background: none repeat scroll 0 0 #FBE9AB;
    border: 1px solid #D7C68B;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.3) inset;
    overflow: hidden;
    padding: 26px 30px 42px;
    
}

#pickuppoint div.phone {
	
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 0;
    
}

#pickuppoint div.figure {
	
    float: left;
    position: relative;
    width: 200px;
    
}

#pickuppoint div.maps {
	
    float: left;
    width: 450px;
    
}

#pickuppoint div.infoshop {
	
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    font-size: 14px;
    padding: 28px 18px;
    position: absolute;
    right: -15px;
    top: 0;
    width: 188px;
    
}

#pickuppoint span.ray {
	
    background: url("/static/i/infoshop.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    left: -10px;
    position: absolute;
    top: 32px;
    width: 10px;
    
}

.sort {
	
	font-size: 12px;
	
}

.sort b {
	
	font-weight: normal;
	
}

.sort a {

	text-decoration: underline;
	margin-left: 20px;
	color: #D65F01;
	
}

.index-products h2 {
	
	font-size: 13px;
	margin-bottom: 25px;
	font-weight: bold;
	
}

.register-content p {
	
	margin: 16px 0;
	
}


.register-content h2, .profile h2 {
	
    color: #333333;
    font-family: cuprumregular,Tahoma,Arial;
    font-size: 30px;
    font-weight: normal;
    margin: 25px 0;
    
}

.subheading {
	
    border-bottom: 1px dotted #333333;
    margin: 20px 0 10px !important;
    padding-bottom: 10px;
    
}

.profile ul {
	
    list-style: none outside none;
    margin: 20px 0;
    padding: 0;
    
}


.profile ul li {
	
    margin: 7px 0;
    padding: 0;
    
}

.blured {
	
	opacity: 0.2;
	//filter: opacity(20);
	
}

.voucher-link-wrapper {
	
	margin: 30px 0;
	padding: 20px;
	background-color: #eeeeee;
	border: solid 1px #ccc;
	font-size: 16px;
	
}

.sort a[selected] {
	
	font-weight: bold;
	
}

.bnr-txt {
	
	background-color: #eeeeee;
	position: relative;
	
}

.bnr-txt a {

	display: block;
	text-decoration: none;
	margin: 55px 30px;
	height: 275px;
	overflow: hidden;
	
}

.bnr-txt h2 {
	
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
	
}

.bnr-txt span {

	display: block;
	line-height: 140%;
	height: 186px;
	overflow: hidden;
	
}

.bnr-txt label {

	position: absolute;
	z-index: 1;
	bottom: 1px;
	left: 0;
	width: 100%;
	cursor: pointer;
	
}

.detailed-search-wrapper {
	
	position: relative;
	
}

.detailed-search-wrapper > a {

	position: absolute;
	top: -40px;
	right: 0;
	font-size: 16px;
	border-bottom: dashed 1px #666;
	cursor: pointer;
	
}

.tickets-description {
	
	margin: 20px 0;
	padding: 20px;
	border: solid 1px #bbb;
	background-color: #f0f0f0;
	line-height: 150%;
	
}

.tickets-description p {

	margin: 16px 0;
	
}

.tickets-description ul, .tickets-description ol {
	
	margin-left: 16px;
	
}

.next_product {
	
    float:right;
    
}

.previous_product{
	
    float:left;
    
}

.next_product > span,.previous_product > span{
	
    font-size: 14px;
	    
}

.next_product > a,.previous_product > a{
	
    display: block;
    border: solid 2px #eee;        
    margin-top:10px;
    
}

.next_product > a:hover div:nth-child(2),.previous_product > a:hover div:nth-child(2){
	
    text-decoration: underline;
    
}

.next_product a div:nth-child(2),.previous_product a div:nth-child(2){
	
    width: 100px;
    padding: 0 10px;
    
}

.prevnextproduct {
	
	margin: 20px 0 0px;
	width: 186px;
	
}

.prevnextproduct .container {
	
	border: solid 2px #eee;
	min-height: 166px;
	padding: 6px 12px;
	
}

.prevnextproduct .title {

	margin: 5px 0 5px 0;
	height: 30px;
	overflow: hidden;
	line-height: 120%;
	
}

.prevnextproduct .title a {
	
	text-decoration: none;
	color: #666;
	
}

.prevnextproduct .title a:hover {

	text-decoration: underline;
	
}










#indexbanner ul li[onclick] {
	
    cursor: pointer;
    
}

.index-products .price-old {
	
	background-image: url('/static/i/ss.gif');
	background-position: left center;
	background-repeat: repeat-x;
	
} 

.popupfrm .row {
	
	margin: 10px 0;
	
}

.popupfrm .req {
	
	color: #d65f01;
	
}

.hermitage-popup-title-v2 {
	
	font-size: 18px;
	
}

.hermitage-popup-body textarea {
	
	padding: 5px;
	font-size: 16px;
	
}

.pt48 {
	
	width: 48%;
	
}

.download-voucher {
	
	margin: 30px 0;
	
}

.download-voucher a {

	color: #c00000;
	font-size: 20px;
	line-height: 32px;
	display: inline-block;
	padding-left: 42px;
	background-image: url('/static/i/pdf_icon.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 32px;
	
}

#thehotelhermitage-link{
    text-decoration: none;
}

#thehotelhermitage-link:hover span{
    background-color: #D65F01;
}

#thehotelhermitage-link span{
    font-size:16px;
}
/* EXCURSIONS */

.excursions-wrapper {
	
	width: 974px;
	margin: 30px auto; 
	min-height: 350px;
	font-family: "Trebuchet MS","Myriad Pro","Helvetica","Georgia";
	
}

.excursions-wrapper h1 {

	font-size: 20px;
	font-weight: normal;
	margin-bottom: 35px;
	
}

.excursions-wrapper .e-l {

	/*width: 70%;
	background-image: url('/static/i/excursions/e-path.gif');*/
	width: 69%;
	border-right: solid 1px #ccc;
	/*background-position: top right;
	background-repeat: repeat-y;*/
	min-height: 350px;
	position: relative;
	
}

.excursions-wrapper .e-l .inner {

	padding-right: 40px;
	
}

.excursions-wrapper .s-t {

	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url('/static/i/excursions/s-t.png');
	
}

.excursions-wrapper .s-b {

	position: absolute;
	bottom: 0;
	right: -22px;
	width: 22px;
	height: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url('/static/i/excursions/s-b.png');
	
}

.excursions-wrapper .e-r {
	
	width: 30%;
	min-height: 350px;
	
}

.excursions-wrapper .e-r h1 {
	
	padding-left: 13px;
	
}

.excursions-wrapper .e-r .inner {

	padding-left: 27px;
	
}

.excursions-wrapper .o {
	
	background-color: #ffffe5;
	padding: 15px 25px;
	margin-bottom: 18px;
	
}

.excursions-wrapper .o > div {
	
	font-size: 13px;
	
}

.excursions-wrapper .o hr {
	
	border-top: dotted 1px #333;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 30px 0;
	
}

.excursions-wrapper .o .e-c-d {
	
	margin-bottom: 16px;
	
}

.excursions-wrapper .o .e-c-p {

	margin: 6px 0;
	
}

.excursions-wrapper .o .e-c-t {

	margin: 18px 0 22px 0;
	font-weight: bold;
	display: inline-block;
	font-size: 15px;
	
}

.excursions-wrapper .o .e-c-ttls {
	
	margin-top: 24px;
	
}

.excursions-wrapper .o .e-c-ttls strong {

	font-size: 18px;
	
}

.excursions-wrapper .o .e-c-ovl {
	
	border-top: dashed 1px #333;
	margin: 30px 0 0 0;
	padding-top: 20px;
	font-size: 26px;
	
}

.excursions-wrapper .columns label {
	
	padding-left: 35px;
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	
}

.excursions-wrapper .col1 {
	
	width: 185px;
	
}

.excursions-wrapper .col2 {

	/*width: 290px;*/
	/*width: 370px;*/
	width: 452px;
	
}

.excursions-wrapper .col3 {
	
	width: 180px;
	
}

.excursions-wrapper .calendar {
	
	padding-left: 35px;
	margin: 7px 0;
	position: relative;
	
}

.excursions-wrapper .calendar:before {
	
	content: "";
	display: block;
	width: 20px;
	height: 18px;
	background: url('/static/i/excursions/c.png') 0 0;
	position: absolute;
	top: 6px;
	left: 0;
	
}

.excursions-wrapper .e-f {
	
	height: 33px;
	background-image: url('/static/i/excursions/f-l.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 8px;
	display: inline-block;
	
}

.excursions-wrapper .e-f > span {

	background-image: url('/static/i/excursions/f-r.png');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 8px;
	height: 33px;
	display: inline-block;
	
}

.excursions-wrapper .e-f > span > input, .excursions-wrapper .e-f > span > .input-wrapper {

	display: inline-block;
	border: none;
	background-color: transparent;
	background-image: url('/static/i/excursions/f-c.png');
	background-repeat: repeat-x;
	height: 33px;
	font-family: "Trebuchet MS","Myriad Pro","Helvetica","Georgia";
	font-size: 14px;
	
}

.excursions-wrapper .date {
	
	width: 82px;
	text-align: center;
	
}

.excursions-wrapper .col3 label {

	padding-left: 0px !important;
	
}

.excursions-wrapper .langs {
	
	background-color: #f4f4f4;
	padding: 10px 14px;
	
}

.excursions-wrapper .langs ul {

	list-style: none;
	
}

.excursions-wrapper .langs ul li {

	padding: 4px;
	background-repeat: no-repeat;
	background-position: 115px center;
	cursor: pointer;
	
}

.excursions-wrapper .langs ul li.ru {
	
	background-image: url('/static/i/excursions/flags/ru.png');
	
}

.excursions-wrapper .langs ul li.en {
	
	background-image: url('/static/i/excursions/flags/us.png');
	
}

.excursions-wrapper .langs ul li.de {
	
	background-image: url('/static/i/excursions/flags/de.png');
	
}

.excursions-wrapper .langs ul li.fr {
	
	background-image: url('/static/i/excursions/flags/fr.png');
	
}

.excursions-wrapper .langs ul li.it {
	
	background-image: url('/static/i/excursions/flags/it.png');
	
}

.excursions-wrapper .langs ul li.cn {
	
	background-image: url('/static/i/excursions/flags/cn.png');
	
}

.excursions-wrapper .langs ul li.pt {
	
	background-image: url('/static/i/excursions/flags/pt.png');
	
}

.excursions-wrapper .langs ul li.es {
	
	background-image: url('/static/i/excursions/flags/es.png');
	
}

.excursions-wrapper .langs input {
	
	display: inline-block;
	position: relative;
	top: 3px;
	
}

.excursions-wrapper .langs li.hover, .excursions-wrapper .langs li.active {
	
	background-color: #fff;
	
}

.excursions-wrapper h2 {
	
	padding-left: 35px;
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	
}

.excusions-list-block, .excusions-supplemental, .find-excursions {
	
	margin: 20px 0;
	
}

.excursions-result {
	
	display: none;
	
}

.button-y {
	
	display: block;
	height: 42px;
	text-align: center;
	background-image: url('/static/i/excursions/button-y-l.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 10px;
	cursor: pointer;
	line-height: 42px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 0px -1px 0px rgba(255, 255, 255, 1);
	font-weight: bold;
	
}

.button-y:hover {
	
	opacity:.8;
	filter:alpha(opacity=80)
	
}

.button-y > span {

	padding-right: 10px;
	background-image: url('/static/i/excursions/button-y-r.png');
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	
}

.button-y > span > span {

	background-image: url('/static/i/excursions/button-y-c.png');
	background-position: top center;
	background-repeat: repeat-x;
	display: block;
	height: 42px;
	
}

.excursions-wrapper .who-will-go > div {
	
	padding-left: 35px;
	margin: 7px 0;
	position: relative;
	
}

.excursions-wrapper .who-will-go > div:before {
	
	content: "";
	display: block;
	position: absolute;
	left: 0;
	
}

.excursions-wrapper .who-will-go > div.adults:before {

	background: url('/static/i/excursions/m.png') 0 0;
	width: 12px;
	height: 28px;
	top: 3px;
	
}

.excursions-wrapper .who-will-go > div.teens:before {

	background: url('/static/i/excursions/k.png') 0 0;
	width: 10px;
	height: 20px;
	top: 7px;
	
}

.excursions-wrapper .who-will-go > div.kids:before {

	background: url('/static/i/excursions/b.png') 0 0;
	width: 11px;
	height: 16px;
	top: 9px;
	
}

.excursions-wrapper .e-f .minus, .excursions-wrapper .e-f .plus {
	
	width: 30px;
	display: inline-block;
	position: relative;
	z-index: 1;
	height: 31px;
	background-repeat: no-repeat;
	top: 1px;
	cursor: pointer;
	
}

.excursions-wrapper .e-f .minus:hover, .excursions-wrapper .e-f .plus:hover {
	
	opacity: 0.8;
	filter: opacity(80);
	
}

.excursions-wrapper .e-f .minus {
	
	background-image: url('/static/i/excursions/l.png');
	border-right: solid 1px #ccc;
	float: left;
	background-position: 6px center;
	
} 

.excursions-wrapper .e-f .plus {
	
	background-image: url('/static/i/excursions/r.png');
	border-left: solid 1px #ccc;
	float: right;
	background-position: 12px center;
	
}

.excursions-wrapper .e-f .count {
	
	width: 34px;
	font-family: "Trebuchet MS","Myriad Pro","Helvetica","Georgia";
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	
}

.excursions-wrapper .who-will-go > div .d {
	
	display: inline-block;
	line-height: 33px;
	font-size: 13px;
	margin-left: 12px;
	
}

.excursions-wrapper .err {
	
	color: #cc0000;
	
} 

.schedule-wrapper-full-calendar {
	
	display: none;
	
} 

.schedule-calendar-wrapper {
	
	margin: 20px 0;
	padding-top: 20px;
	border-top: solid 1px #ccc;
	
}

tr.events-list td {
	
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	
}

.excursions-list-result {
	
	list-style: none;
	margin: 20px 10px;
	font-size: 15px;
	
}

.excursions-list-result li {

	margin: 7px 0;
	clear: both;
	padding: 5px 0;
	
}

.excursions-list-result li > div {

	float: left;
	padding: 5px;
	
}

.excursions-list-result li > div.clear-both {

	float: none !important;
	padding: 0;
	width: 0;
	height: 0;
	line-height: 32px;
	
}

.excursions-list-result li.header {
	
	background: url(/static/i/titlebg.png) repeat-x top left;
	cursor: default;
	font-weight: bold;
	
}

.excursions-list-result li > div.col1 {

	width: 20px;
	text-align: center;
	
}

.excursions-list-result li > div.col2 {

	width: 270px;
	
}

.excursions-list-result li > div.col24 {

	width: 360px;
	
}

.excursions-list-result li > div.col3 {

	width: 60px;
	text-align: center;
	
}

.excursions-list-result li > div.col4 {

	width: 90px;
	text-align: center;
	
}

.excursions-list-result li > div.col5 {

	width: 70px;
	text-align: center;
	
}

.excursions-list-result li > div.col6 {

	width: 110px;
	text-align: center;
	
}

.excursions-list-result li > div.col7 {

	width: 60px;
	text-align: center;
	
}

.excursions-list-result li.hover {
	
	background-color: #ffc;
	
}

.excursion-add-to-cart {
	
	/*text-indent: -10000px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('/static/i/cart.png');*/
	font-size: 14px;
	line-height: 22px;
	
}

.excursion-remove-from-cart {
	
	text-indent: -10000px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('/static/i/remove.png');
	
}

.excurions-remove {
	
	text-indent: -10000px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('/static/i/trash.png');
	
}

.ecart {
	
	position: relative;
	
}

.ecart .wait {

	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	display: none;
	background-image: url('/static/i/indicator.gif');
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	
}

.lang-code {
	
	display: inline-block;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: center right;
	
}

.lang-code.ru {

	background-image: url('/static/i/excursions/flags/ru.png');
	
}

.lang-code.en {

	background-image: url('/static/i/excursions/flags/us.png');
	
}

.lang-code.de {

	background-image: url('/static/i/excursions/flags/de.png');
	
}

.lang-code.fr {

	background-image: url('/static/i/excursions/flags/fr.png');
	
}

.fc-event {
	
	overflow: hidden !important;
	margin: -26px 0 0 -8px !important;
	width: 90px !important;
	text-align: right !important;
	font-size: 22px !important;
	
}

.excursion-info {
	
	text-decoration: underline;
	cursor: pointer;
	
}

.excursion-info-html {
	
	min-height: 390px;
	padding-right: 20px;
	
}

/* END OF EXCURSIONS */

.we-accept-wrapper {
	
	background: none repeat scroll 0 0 #FDF4D1;
	margin-top: 40px;
	padding: 30px 40px 20px 40px;
	position: relative;
	width: 918px;
	
}

#cartform .options {
	
	margin-top: 6px;
	
}

.limit {
	
	line-height: 20px;
	
}

.filtercategory {
	
	width: 200px;
	
}

.pay-page {
	
	padding: 0;
	margin: 0;	
	height: 100%;
	background-color: #f0f0f0;	
	font-size: 13px;
	
}

.pay-window {
	
	width: 500px;
	min-height: 240px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background: #2f5571;
	position: fixed;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -170px;
	box-shadow: rgba(67, 96, 119, 0.521569) 0px 14px 30px;
	-webkit-box-shadow: rgba(67, 96, 119, 0.521569) 0px 14px 50px;
	color: #fff;
	
}

.pay-window .result {
	
	display: none;
	background: #fff;
	padding: 15px;
	margin: 30px;
	color: #2f5571;
	
}

.pay-window .logo {
	
	position: relative;
	top: 30px;
	left: 30px;
	width: 173px;
	height: 100px;
	background-image: url('/static/i/authorize-logo.png');
	background-position: 0 center;
	background-repeat: no-repeat;
	
}

.pay-window .goback {
	
	display: none;
	margin: 30px 0;
	
}

.pay-window .wait {
	
	position: absolute;
	top: 50px;
	left: 30px;
	
}

.pay-window p {
	
	margin: 15px 30px;
	font-size: 16px;
	
}

.pay-window .buttons {
	
	margin: 50px 30px 0 30px;
	
}

.pay-window .btn {
	
	line-height: 41px;
	color: #fff;
	
}

.shipping-info {
	
	font-size: 14px;
	
}

.shipping-hint {
	
	font-size: 11px;
	color: #777;
	margin: 10px 0;
	
}

.social {
	
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.social li {
	
	margin-bottom: 10px;
	
}

#subscribe .field-wrapper {
	
	display: block;
	background-image: url('/static/i/subscribe.png');
	width: 120px;
	height: 25px;
	margin-top: 7px;
	
}

#subscribe .field-wrapper > input {
	
	width: 95px;
	line-height: 25px;
	height: 25px;
	margin: 0 10px 0 15px;
	border: none;
	background-color: transparent;
	
}

.footermail {
	
	color: #d65f01 !important;
	
}

#bnrlink {
	
	text-decoration: none;
	
}

#bnrlink span {
	
	font-size: 16px;
	
}



.gray-block {
	
	background: url('/static/i/bonus-bg.png') right -117px no-repeat;
	padding-right: 10px;

}

.gray-block-inner {
	
	background: url('/static/i/bonus-bg.png') left top no-repeat;
	height: 117px;

}

.voucherblock .promo-container, .voucherblock .promo-container-active {
	
	padding: 25px 0 0 26px;

}

.voucherblock .promo-container span {
	
	display: block;
	font-size: 14px;
	color: #646463;
	margin-bottom: 10px;
	
}

.shadow-button {
	
	display: inline-block;
	height: 28px;
	padding: 5px 8px 0;
	text-decoration: underline;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	background: #D65F01;
	box-shadow: 3px 3px 2px 0 #adadad;
	line-height: 24px;

}

.voucherblock .input-wrapper {
	
	width: 350px;
	margin: 3px 20px 0 0;
	float: left;
	
}

.voucherblock input {
	
	text-transform: uppercase;
	
}

#header .tickets.en {
	
	background-image: url('/static/i/tickets_label_2.png');
	
}

#header .tickets {
	
	position: absolute;
	bottom: -45px;
	right: 100px;
	width: 92px;
	height: 46px;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	z-index: 300;
	
}

#header .ex.en {
	
	background-image: url('/static/i/excursions_label_2.png');
	
}

#header .ex {
	
	position: absolute;
	bottom: -45px;
	right: 0px;
	width: 92px;
	height: 46px;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	/*display: none;*/
	z-index: 300;
	
}

#header .ex > span {
	
	text-indent: -10000px;
	display: inline-block;
	
}

.cc-wrapper {
	
	margin: 40px auto 0 auto;
	padding-top: 10px;
	width: 794px;
	
}

.b-card-payment-creditcard__left {
	
	width: 510px;
	height: 345px;
	margin: 22px 0 50px 0;
	padding: 31px 0 0 100px;
	border-radius: 15px;
	
	-webkit-box-shadow: 5px 2px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 2px 7px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 5px 2px 7px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 16px 0 35px 0;
	position: relative;
	z-index: 1;
	background-color: #EAEAEA;
	
}

.b-card-payment-creditcard__card-number, .b-card-payment-creditcard__card-holder {
	
	width: 296px;
	font-size: 19px;
	padding: 13px 10px 13px 30px;
	margin: 0 0 20px;
	text-align: center;
	border: 1px solid #FFFFFF;
	
}

.b-card-payment-creditcard__date-wrap {
	
	margin: 0px;
	font-size: 16px;
	
}

.b-card-payment-creditcard__month {
	
	font-size: 19px;
	padding: 13px 10px 13px 10px;
	margin: 0 20px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	color: #333333;
	border: 1px solid #FFFFFF;
	width: 121px;
	text-align: center;

}

.b-card-payment-creditcard__year {
	
	font-size: 19px;
	padding: 13px 10px 13px 10px;
	margin: 0 0 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	color: #333333;
	border: 1px solid #FFFFFF;
	width: 121px;
	text-align: center;
	
}



.b-card-payment-creditcard__right {
	
	width: 510px;
	height: 345px;
	border-radius: 15px;
	left: 283px;
	
}

.b-card-payment-creditcard__right {
	
	box-shadow: 5px 2px 7px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 2px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 2px 7px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 5px 2px 7px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	z-index: 0;
	background-color: #EAEAEA;
	
}

.b-card-payment-creditcard__right:before {
	
	margin: 46px 0 21px;
	height: 63px;
	content: "";
	display: block;
	background-color: #545454;
	
}

.b-card-payment-creditcard__last-digits {
	
	width: 180px;
	float: right;
}

.b-card-payment-creditcard__title {
	
	font-size: 19px;
	color: #333333;
	margin: 0 0 9px;
	font-weight: normal;
	
}

.b-card-payment-creditcard__input {
	
	width: 104px;
	font-size: 19px;
	padding: 13px 10px 13px 10px;
	margin: 0 0 20px;
	box-sizing: border-box;
	font-weight: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	color: #333333;
	border: 1px solid #FFFFFF;
	text-align: center;
	
}

.b-card-payment-creditcard__description {

	font-size: 14px;
	color: #333333;
	margin: 0 15px 10px 0;
	line-height: 120%;

}

.cc-buttons {
	
	margin: 40px 0 0 0;
	
}

.cc-error {
	
	border: solid 1px #cc0000;
	
}

.faq {
	
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.faq > li {
	
	margin: 32px 0 16px 0;
	padding: 0 0 16px 0;
	border-bottom: dotted 1px #333;
	
}

.faq > li:last-child {
	
	/*border-bottom: none !important;*/
	
}

.faq > li > h3 > a {
	
	cursor: pointer;
	
}

.faqitem {
	
	display: none;
	
}

.faq > li > h3 {
	
	padding-left: 36px;
	line-height: 26px;
	background-position: 0 0;
	background-repeat: no-repeat;
	
}

.faq > li > h3.faq-ico {
	
	background-image: url('/static/i/faq/faq.png');
	
}

.faq > li > h3.museum-ico {
	
	background-image: url('/static/i/faq/museum.png');
	
}

.faq > li > h3.disabled-ico {
	
	background-image: url('/static/i/faq/disabled.png');
	
}

.faq > li > h3.visitor-ico {
	
	background-image: url('/static/i/faq/visitor.png');
	
}

.faq > li > h3.tickets-ico {
	
	background-image: url('/static/i/faq/tickets.png');
	
}

.faq > li > h3.clock-ico {
	
	background-image: url('/static/i/faq/clock.png');
	
}

.faq > li > h3.directions-ico {
	
	background-image: url('/static/i/faq/directions.png');
	
}

.faq > li > h3.tour-ico {
	
	background-image: url('/static/i/faq/tour.png');
	
}

.disabled-button {
	
	cursor: normal !important;
	background-color: #ccc;
	color: #666;
	
} 

.urgent {
	
	background: #fa941a;
	border-color: #8b582f;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 0;
	text-align: center;
	font-size: 14px;
	
}

.urgent a {
	
	color: #fff;
	text-decoration: none;
	
}

.urgent a:hover {
	
	text-decoration: underline;
	
}

.ticket-row {
	
	margin: 0 0 7px 0;
	
}

.t-caption {
	
	text-align: right;
	padding-right: 15px;
	width: 200px;
	font-size: 16px;
	line-height: 36px;
	
}

.hide {
	
	display: none;
	
}

.excurions-description h2 {
	
	margin: 0 0 16px 0 !important;
	padding-left: 16px !important;
	font-size: 20px;
	
}

.excurions-description {
	
	font-size: 14px;
	
}

.excurions-description p {
	
	margin: 7.5px 0;
	
}

.excurions-description ol, .excurions-description ul {
	
	margin: 16px 0 16px 16px;
	
}

.excurions-description ol li, .excurions-description ul li {
	
	margin: 7.5px 0;
	
}

.excursions-wrapper .o .t-e-c-ovl {
	
    border-top: dashed 1px #333;
    margin: 20px 0 0 0;
    padding-top: 30px;
    font-size: 13px;
    font-weight: bold;
    
}

.change-ticket-type {
	
	margin-top: -18px;
	margin-bottom: 18px;
	padding: 15px 0px 20px 0;
	text-align: center;
	background-image: url('/static/i/orangebg.png');
    background-repeat: repeat;
    position: relative;
    border-top: solid 1px #999;
	
}

.change-ticket-type-inner {
	
	padding: 0 15px;
	
}

.change-ticket-type .line-bottom {
	
	background-image: url('/static/i/grb.png');
    background-position: bottom left;
    background-repeat: repeat-x;
    height: 4px;
    position: absolute;
    width: 100%;
    bottom: 0px;
	
}

.change-ticket-type a {
	
	border-bottom: dotted 1px #000;
	color: #000 !important;
	
}

#cboxLoadedContent ol, #cboxLoadedContent ul {
	
	margin-left: 30px;
	
}

#cboxLoadedContent li {
	
	margin: 7.5px 0;
	
}

.welcome-text {
	
	font-size: 14px;
	
}

.welcome-text > p:first-child {
	
	margin-top: 0px;
	
}

.choose-address > a {
	
	display: inline-block;
	margin-top: 7.5px;
	border-bottom: dashed 1px;
	cursor: pointer;
	
}

.white-popup-block {
	
	background: #FFF;
	padding: 20px 30px;
	text-align: left;
	max-width: 650px;
	margin: 40px auto;
	position: relative;
	
}


.white-popup-block .addresses-list {
	
	list-style: none;
	margin: 15px 0;
	padding: 0;
	
}

.white-popup-block .addresses-list li {
	
	padding: 7.5px;
	border: solid 1px #ccc;
	background-color: #eee;
	margin: 7.5px 0;
	
}

.white-popup-block .addresses-list li > span {
	
	line-height: 32px;
	display: inline-block;
	
}

.white-popup-block .addresses-list li a {
	
	float: right;
	color: #fff;
	background-color: #D65F01;
	padding: 5px;
	display: inline-block;
	margin: 5px 0;
	
}

.clearfix:after {
	
    clear: both;
	content: " ";
    display: table;
    
}

.ab td {
	
	padding: 10px;
	margin: 0 0 15px 0;
	background-color: #eee;
	
}

.default-address {
	
	margin: 7.5px 0;
	color: #20b426;
	
}

.fa-green-link {
	
	color: #20b426;
	cursor: pointer;
	
}

.max2perorder {
	
	display: block;
 	position: relative;
    top: -20px;
    right: 77px;
    font-size: 11px;
	
}

.share {
	
	margin-top: 5px;
	
}

.share > span {
	
	font-size: 12px;
	margin-right: 7px;
	margin-top: 7px;
	
}

.reviews {
	
	padding: 0 15px 15px 15px;
	margin: 30px 0 15px 0;
	border-top: solid 2px #eeeeee;
	border-bottom: solid 2px #eeeeee;
	background: #f0f0f0; 
	
}

.reviews h2 {
	
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	
}

.write-a-review-button {
	
	display: inline-block;
	padding: 7.5px 15px;
	color: #fff;
	background: #D65F01;
	line-height: 16px;
	text-decoration: none;
	
}

.write-a-review-button:hover, .write-a-review-button:focus {
	
	text-decoration: none;
	
}

#ReviewForm ol {
	
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#ReviewForm ol > li {
	
	margin: 15px 0;
	
}

#ReviewForm ol > li label {
	
	display: block;
	margin-bottom: 7.5px;
	font-weight: bold;
	
}

.popup-fieldset .btn {
	
    font-weight: normal;
    color: #fff;
    background-color: #D65F01;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
	
}

.popup-fieldset .rating {
	
	padding-top: 7.5px;
	
}

.popup-fieldset input[type="text"], .popup-fieldset textarea, .popup-fieldset select {
	
	width: 96%;
	padding: 5px;
	font-family: Tahoma, Arial, Verdana;
	color: #333 !important;
	
}

#reviews .pagination {
	
	margin-top: 15px;
	
}

.review-list {
	
	margin: 0 0 15px 0;
	border-bottom: solid 1px #aaa;
	padding-bottom: 7.5px;
	
}

.review-list:first-child {
	
	border-bottom: none !important;
	
}

.review-list .rating {
	
	margin: 3.5px 0;
	
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-dialog {
	
	z-index: 1050;
	
}

.btn-success {
	
	border: none;
	background: #20b426;
	padding: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	
}

.input-wrapper label.error {
	
	color: #cc0000;
	font-size: 12px;
	
}

/* REVOLUTION SLIDER */

/*-----------------------------------------------------------------------------

	-	Revolution Slider 1.5.3 -

		Screen Stylesheet

version:   	2.1
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------

	-	Revolution Slider 2.0 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/*************************
	-	CAPTIONS	-
**************************/

.tp-caption.noshadow {
		text-shadow: none;		
	}	


.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}






/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ -webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;
									}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; position:absolute; visibility: hidden;

}

.tp-simpleresponsive img	{	max-width:none;}

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

.tp-caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.tp-caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

/************************
	-	NAVIGATION	-
*************************/


/*************************************
	-	TP ARROWS 	-
**************************************/

.fullwidthbanner-container .tp-leftarrow {	
	z-index:100;
	cursor:pointer; 
	position:relative;	
	top: 50% !important;
	left: 40px !important; 
	font-size: 100px;
	color: #D5D7CA;
	font-family: fontawesome;
	margin-top:-35px;
	display:none;
	transition:         all 0.6s;
	-o-transition:      all 0.6s;
	-ms-transition:     all 0.6s;
	-moz-transition:    all 0.6s;
	-webkit-transition: all 0.6s;
	
}
	
	.fullwidthbanner-container .tp-leftarrow:before {
		content: "\f104";
	}

.fullwidthbanner-container .tp-rightarrow {	
	z-index:100;
	cursor:pointer; 
	position:relative;	
	font-size: 100px;
	color: #D5D7CA;
	font-family: fontawesome;
	margin-top:-35px;
	top: 50% !important;
	right: 40px !important;
	display:none; 
	transition:         all 0.6s;
	-o-transition:      all 0.6s;
	-ms-transition:     all 0.6s;
	-moz-transition:    all 0.6s;
	-webkit-transition: all 0.6s;
}

	.fullwidthbanner-container .tp-rightarrow:before {
		content: "\f105";
	}

.fullwidthbanner-container:hover .tp-leftarrow, .fullwidthbanner-container:hover .tp-rightarrow { display:block; }
.fullwidthbanner-container .tp-rightarrow:hover { opacity:1;color: #000; }
.fullwidthbanner-container .tp-leftarrow:hover { opacity:1;color: #000; }


/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:100; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}

.fullwidthbanner-container .tp-thumbs		{  padding:3px;}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/												
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;
							
												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%; }


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px;position:absolute; z-index:200;}
.tp-bannertimer.tp-bottom					{	bottom:0px !important;height:5px;}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/


	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
			.responsive .tp-bullets.tp-thumbs				{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .tp-mask		{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .bullet		{	width:60px !important;height:30px !important;}

	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none;}
	}
	
	@media (max-width: 479px) { 
		.responsive .fullwidthbanner-container .button {
			padding: 6px 10px;
			font-size: 10px;
		}
	}




/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none;}

.tp-simpleresponsive ul {
list-style:none;
padding:0;
margin:0;
}

.tp-simpleresponsive >ul >li{
list-stye:none;
position:absolute;
visibility:hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:10000px; height:10000px; }

.tp-loader 	{	
background:url(../img/loader.gif) no-repeat 10px 10px; 
background-color:#fff;  
margin:-22px -22px; 
top:50%; 
left:50%; 
z-index:10000; 
position:absolute;
width:44px;
height:44px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}


.fullwidthbanner-container { 
width:100% !important;
position:relative;
padding:0;
margin: 30px 0px 0px 0px;
overflow: hidden !important;
z-index: 0;
}

#slider .fullwidth .fullwidthbanner-container {
	margin: 0px;
}

.fullwidthbanner-container ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#tv .fullwidthbanner-container {
	
	margin-top: 0px !important;
	
}

.checkout-important-notification {
	
	padding: 15px;
	background: #fa941a;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	
} 

.hide {
	
	display: none !important;
	
}

#header .searchbarwrapper .searchbar {
	
	position: relative;
	
}

.loop {
	
	position: absolute;
	right: 0;
	width: 30px;
	height: 24px;
	top: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	
}