*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	min-height: 1000px;
    padding-top: 50px;
	position: relative;
	line-height: 1.6;
	font-family: "RobotoRegular", sans-serif;
	overflow-x: hidden;
	
/* 	background-image: url("../img/mainbg.jpg"); 
    height: 500px; */

    width: 100%;
    background-repeat: no-repeat;

    background-position: center center;
    background-attachment: fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;

    -o-background-size: cover;
    background-size: cover;
}





.logo-wrapper{
	alignment-adjust:central;
}
.hidden {
	display: none;
}

.top-cover {
  width: 100px;
  height: 100px;
  background-color: black;
  margin-top: 15px;
}

.top-name {
  display: block;
  width: 100px;
  max-height: 40px;
  overflow: hidden;
  text-align: center;
}

.top-cover,
.top-name {
  margin-left: auto;
  margin-right: auto;
}

.navbar{
	min-height: 67px;
}
.navbar-brand{
	padding: 0px;
	text-align: center;
}

.navbar,
.navbar-brand {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.nav-sber{
	text-align: left;
	font-size: 14px;
	color: #337ab7;
}

.nav-push{
	text-align: right;	
	font-size: 14px;
	color: #337ab7;
}

.ticket-header{
	text-align:right;
	margin-left: auto;
	margin-right: auto;
	float:right;
}
.ticket{	
  display: inline-block;
  vertical-align: middle;
}

/* .bg {
    background-image: url(img/mainbg.jpg); 
    height: 500px;

    width: 100%;
    background-repeat: no-repeat;

    background-position: center center;
    background-attachment: fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;

    -o-background-size: cover;
    background-size: cover;
} */

.section-white{
	background-color: #f8f8f8;
	/*height: 500px;*/
	border-color: #e7e7e7;
}

@media only screen and (max-width : 768px){
.ticket-header {
	text-align: center;
    float: left;
	margin-left: 40px;
   
}
}



a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    background: #dde2e0;
    padding: 5px 0;
    text-align: center;
}
.tab .nav-tabs li{
    margin-bottom: 0;
    margin-right: 0;
    float: none;
    display: inline-block;
}
.tab .nav-tabs li a{
    font-size: 14px;
    color: #00779c;
    background: #fafbfb;
    margin-right: 5px;
    padding: 20px 25px;
    border-radius: 0;
    text-transform: uppercase;
}
.tab .nav-tabs li a:hover{
    color: #00779c;
    border-color: transparent;
}
.tab .nav-tabs li a i{
    font-size: 25px;
    margin-right: 10px;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:hover{
    background: #00779c;
    color: #fff;
    border: 1px solid transparent;
}
.tab .tab-content{
    font-size: 14px;
    color: #00779c;
    line-height: 30px;
    background: #e7ecea;
    padding: 20px 85px;
}
@media only screen and (max-width: 990px){
    .tab .nav-tabs li a{ padding: 15px 10px; }
    .tab .tab-content{ padding: 20px 25px; }
}
@media only screen and (max-width: 767px){
    .tab .nav-tabs li a{ padding: 15px 5px; }
}
@media only screen and (max-width: 480px){
    .tab .nav-tabs li{ width:100%; }
}

.popover-markup .popover{
  width:150%;
}

.popover-markup label{
  padding:0px;
}

.container{
    margin:0px auto;
}

.panel-group{
	padding: 20px 20px 20px 20px !important;
}

.container.text-center{
	/* padding: 0 32px; */
}


/* .table-hover tbody tr:hover td {
	background: #f2f6f9;
	border: 1px solid #4f8db3;
	font-weight: bold;
} */

.table-hover:hover  {
	background: #f2f6f9;
	border: 1px solid #4f8db3;
	font-weight: bold;
}


/*-----------------------------------
	Breadcrumb 
-----------------------------------*/

.breadcrumb > .active a{
	color: #468595;
	font-weight: bold;
	text-transform: uppercase;
}

.breadcrumb li a{
	color :#b3d4dc;
	font-weight: bold;
	text-transform: uppercase;
}

.breadcrumb>li+li:before {
	content: "\00BB";
}

.breadcrumb{
	
	/* background-color: #ffffff; */
	background-color: #f8f8f8;
}

.breadcrumbBox{
	/* background-color: #ffffff; */
	background-color: #f8f8f8;
	height: 100px;
	/*margin-bottom: 100px;*/
	padding-top: 32px;
}


/*-----------------------------------  
	Cart items list
-----------------------------------*/


.col-md-7.col-sm-12{
	padding-left: 50px;
	margin-bottom: 72px;
}

.rowW{
	box-shadow: 0 1px 0 #e1e5e8;
	padding-bottom :0;
	padding-left: 15px;
	background-color: #ffffff;
	margin-bottom: 11px;
}

.rowW span{
	padding: 20px 10px 6px 0;
}

.row{
	margin-left: 0;
	margin-right: 0;
}


/* Column Captions */

.columnCaptions{
	color: #7e93a7;
	font-size:12px;
	text-transform: uppercase;
	padding: 0;
	box-shadow: 0 0 0;
	background-color: #f2f6f9;
}

.columnCaptions span:first-child{
	padding-left:8px;
}

.columnCaptions span{
	padding: 0 21px 0 0;
}

.columnCaptions span:last-child{
	float: right;
	padding-right: 72px;
}


/* Items */

.itemName{	
	color: #727578;
	font-size :16px;
	font-weight: bold;
	float: left;
	padding-left:25px;
}


.quantity{	
	color: #4ea6bc;
	/* font-size :18px; */
	font-weight: bold;
	float : left;
	width: 42px;
	padding-left: 7px;
	margin-left: 20px;
}


.price{
	color: #f06953;
	/* font-size :18px; */
	font-weight: bold;
	float: right;
}

/*--------------------------------------------------------------------------
+	Museum Style
--------------------------------------------------------------------------*/
.museum-item {
  position: relative;
  background: #FFF;
  margin-bottom: 20px;
  border: 8px solid #FFF;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.museum-item .museum-image {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.museum-item .museum-image img {
  max-width: 100%;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.museum-item:hover {
  border: 8px solid #4f8db3;
}
.museum-item:hover .museum-image img {
  position: relative;
/*   -webkit-transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg); */
}
.museum-item ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 20px;
  text-align: center;
  padding: 0;
}
.museum-item ul li {
  line-height: 28px;
}
.museum-item .museum-filial-name {
  font-size: 1.3em;
  text-transform: uppercase;
}
.dc-name {
  height: 112px;
}
.museum-item .read-more {
  text-align: center;
  padding-top: 10px;
}
.museum-item .museum-info-fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  color: #FFF;
  text-shadow: 2px 2px 4px #000000;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.museum-item .museum-info-fade ul {
  margin-top: 10%;
}
.museum-item .museum-info-fade .btn:hover {
  background: #4f8db3;
}
.museum-item .museum-info-fade ul {
  margin: 10% 20px 0 20px;
  padding: 0;
}
.museum-item .museum-info-fade ul li {
  text-align: center;
}
.museum-item .museum-info-fade ul li:first-child {
  border-bottom: 1px solid #CCC;
}
.museum-item:hover .museum-info-fade {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.lt-ie9 .museum-info-fade {
  display: none;
}
.lt-ie9 .museum-item:hover .museum-info-fade {
  display: block;
}
.museum-visit-btn {
  padding-top: 15px;
}
.museum-item-description ul {
  padding: 0;
}

/*--------------------------------------------------------------------------
+	Buttons Style
--------------------------------------------------------------------------*/
.btn {
  border: 1px solid #4f8db3;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  text-transform: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
  text-align: center;
  background: none repeat scroll 0 0 #4f8db3;
  text-shadow: none;
  box-shadow: none;
  color: #FFF;
  white-space: nowrap;
}
.btn:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn .caret {
  border-top: 4px solid #FFF;
}
.btn-micro {
  padding: 1px 8px;
  font-size: 10px;
}
.btn-grey {
  border: 1px solid #cecece;
  color: #333;
  background: none repeat scroll 0 0 #E7E7E7;
}
.btn-grey:hover {
  background: none repeat scroll 0 0 #cecece;
  color: #333;
  text-decoration: none;
  border: 1px solid #cecece;
}
.btn-grey .caret {
  border-top: 4px solid #333;
}
.btn-blue {
  border: 1px solid #3e7191;
  color: #FFF;
  background: none repeat scroll 0 0 #4F8DB3;
}
.btn-blue:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-orange {
  border: 1px solid #cc5a00;
  color: #FFF;
  background: none repeat scroll 0 0 #FF7000;
}
.btn-orange:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-green {
  border: 1px solid #4c5818;
  color: #FFF;
  background: none repeat scroll 0 0 #6E8023;
}
.btn-green:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-red {
  border: 1px solid #ab0d0d;
  color: #FFF;
  background: none repeat scroll 0 0 #DA1111;
}
.btn-red:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-group.open .btn.dropdown-toggle {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
}
.dropdown.open a.dropdown-toggle .caret {
  border-top: 4px solid #FFF;
}

/*--------------------------------------------------------------------------
+	INPUT Style
--------------------------------------------------------------------------*/

input{
  /* font-size:18px; */
  padding: 5px 15px;
}


/* Totals */

.totals{
	background-color: #f2f6f9;
}

.totals span{
	padding: 40px 15px 40px 0;
}

.totals .price{
	float: left;
}

.totals .itemName{
	margin-top: 1px;
}

.totals .order{
	float: right;
	padding: 0;
	margin-top: 40px; 
	padding-left: 5px;
	cursor: pointer;
}

.order a{
	background-color: #f08573;
	color: #fbfffa;
	font-weight: bold;
	border-radius: 2px;
	padding: 20px 30px;
}

ul{
	list-style-type: none;
	padding-left: 0 !important;
}

a:hover {
	text-decoration:none;
}

button, html input[type=button], input[type=reset], input[type=submit]{
  position: top: 7px; right: 10px;
  z-index: 9;
  outline: none;
  border: none;
  display: inline-block;
  background: #00f;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
}

button, html input[type=button], input[type=reset], input[type=submit]:hover{
  background: #f00;
}

/* input validation */

input[type="tel"] {
  /* width: 100px; */
}

input + span {
  padding-right: 30px;
}

input:invalid+span:after {
  position: absolute; content: '✖';
  padding-left: 5px;
  color: #8b0000;
}

input:valid+span:after {
  position: absolute;
  content: '✓';
  padding-left: 5px;
  color: #009000;
}
