@charset "utf-8";
/* CSS Document */
/*  Buttons  */

.buttons {
  /*text-align: right;*/
  display: flex;
  justify-content: center;
	gap: 20px;
}

.button {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgb(76, 102, 53), rgb(40, 54, 31)) repeat scroll 0 0;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
	text-shadow: 0px 0px 7px rgb(130, 187, 97);
	font-family: Panton;
	color: #fff;
	border: 1px solid rgb(112, 150, 6);
	cursor:hand;
	cursor:pointer;
}

.button:hover {
	opacity:1;
	text-decoration: none;
	color:#fff !important;
	/*background: linear-gradient(0deg, rgba(0, 134, 232, 0.43) 0%, rgba(0, 117, 203, 0.24) 48%, rgba(0, 129, 242, 0.36) 50%, rgba(0, 163, 242, 0.27) 100%);
	border: 1px solid rgb(0, 175, 242);
	box-shadow: 0px 0px 30px 5px rgba(0, 175, 242, 0.55);*/
	background: rgba(0, 0, 0, 0) linear-gradient(to top, rgb(136, 129, 22), rgb(82, 75, 9)) repeat scroll 0 0;
  border: 1px solid rgb(189, 171, 25);
  box-shadow: 0px 0px 30px 5px rgba(212, 242, 0, 0.55);
	text-shadow: 0px 0px 7px rgb(242, 181, 0);
}

.button-rate, .button-delete {
  width: 40px;
  display: flex;
  position: relative;
  margin: 0 5px;
}

.button-rate:before, .button-delete:before {
  color: #fff;
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 43px;
  opacity: 1;
  width: 100%;
  position: relative;
  display: inline-block;
  height: 100%;
  text-align: center;
}

.rating-minus:before {
	content: "\f104";
}

.rating-plus:before {
	content: "\f105";
}

.button-delete:before {
	content: "\f00d";
}

.button img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  align-self: center;
}

.button.inactive {
	padding: 0;
	opacity: 0.5;
}

.service-buttons .button {
  width: 24px;
  height: 24px;
  padding: 2px;
  vertical-align: middle;
  line-height: 18px;
}

.button.small {
	border-radius: 2px;
    color: #cbe20b;
    font-size: 1.6em;
    line-height: 1em;
    margin: 10px 0;
    min-width: 100px;
    padding: 10px 15px 8px;
}

.button.generic {
    border-radius: 2px;
    color: #cbe20b;
    font-size: 1.6em;
    line-height: 18px;
    margin: 0;
    min-width: 100%;
    padding: 10px 0 8px;
    text-align: center;
}

.overlay .button {
color:#fff;
}

.button.small-h {
	font-size: 0.8em;
    height: 36px;
    line-height: 38px;
    margin: 0 0 0 -4px;
    padding: 0 10px 0 10px;
}

.button.small-h:last-child {
    padding-right: 16px;
}

.button.medium {
    border-radius: 2px;
    color: #cbe20b;
    font-size: 1.8em;
    line-height: 1.2em;
    margin: 10px;
    min-width: 180px;
    padding: 10px 15px 8px;
}

.button.slide {
    cursor: pointer;
}

.button.large {
    color: #fff;
    font-size: 2.2em;
    height: 64px;
    line-height: 64px;
    margin: 10px;
    padding: 0 24px;
	display:block;	
}

.button.slide_up {
	border-bottom: 3px solid #c31400;
    color: #444 !important;	
}

.button.outline {
    background: transparent none repeat scroll 0 0;
    box-shadow: 0 0 0 3px rgba(255, 180, 0, 1) inset;
	border:none;
}

.s_button {
	border: medium none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    height: 32px;
    line-height: 32px;
    margin: 0;
    opacity: 1;
    position: relative;
    transition: all 0.2s ease 0s;
    width: auto;
	cursor:hand;
	cursor:pointer;
}

.s_button:before {
    color: #fff;
    display: inline-block;
    float: left;
    font-family: "icons";
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
    position: relative;
    width: 48px;
}

.m_button,
.navbox .m_button {
	background: none no-repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0;    
    display: inline-block;
    height: 48px !important;
    line-height: 44px;
    margin: 0 5px 10px 0;
    opacity: 1;
    padding: 0 !important;
    transition: all 0.2s ease 0s;
    width: 48px !important;	
}

.navbox .m_button {
    font-size:3em;
}

.props li .m_button {
	float:left;
}

.blank {
	background:transparent none;
	font-size: 2.4em;
}

.blank i {
	bottom: 0;
    display: inline-block;
    font-size: 0.25em;
    font-style: normal;
    font-weight: normal;
    left: 0;
    line-height: 0.8em;
    position: absolute;
    text-align: center;
    width: 100%;
}

.m_close {
	background-position: 0 -48px;
    position: absolute !important;
    right: 0;
    top: 22px;
	margin:0;
}

.s_close {
	background-position: 0 -103px;
    position: absolute !important;
    right: 0;
    top: 7px;
	font-size:1.4em;
}

.m_blank,
.navbox .m_blank {
	background-position: 0 -720px;
	background-color:transparent;
	transition: none;
}

a.m_blank:hover {
	background-position: 0 -768px;
	background-color:transparent;
}

.m_rus {	
	padding-right:10px!important;
}

.m_eng {
	background-position: 0 -912px;
}

.m_rus, .m_eng {
	line-height: 48px !important;
	text-align:right!important;
	background-color:transparent!important;
	border-radius:0;
	opacity:0.5;
	width: 55px !important;
}

@media only screen and (max-width: 1024px) {

.button.large {
	font-size: 1.8em;
	text-align:center;
}

}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 479px) {
    
    .button.large {
        font-size: 1.6em;
    }

}

/* Font-icons */

.show-menu,
.show-menu:hover {
    text-decoration: none;
}

.show-menu {
    text-align: center;
}