/*** COLORS ***/
/*** ALERT ***/
/*** ORDER ***/
/*** MENU ***/
/*** FONTS ***/
/*** BORDER / BOX / TABLE ***/
/*** MIXINS ***/
/*** FLEX ***/
/*** TOOLS ***/
.clear {
  clear: both; }

.img-center {
  display: block;
  margin: 0 auto; }

.block-center {
  float: none !important;
  display: block;
  margin: 0 auto; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
@media (min-width: 480px) {
  .search_toggle_wrapper {
    position: relative;
    float: right;
    height: 28px;
    margin: 12px 0 0 0;
    padding: 0 10px; }
    .search_toggle_wrapper .search-toggle {
      display: block;
      height: 28px;
      position: relative;
      font-family: "Roboto", Helvetica, sans-serif;
      font-size: 12px;
      line-height: 1.1em;
      color: #fff; }
      .search_toggle_wrapper .search-toggle:before {
        content: '';
        display: inline-block;
        vertical-align: top;
        width: 28px;
        height: 28px;
        background: url("../../../img/design/search.svg") center center no-repeat;
        background-size: 28px 28px; } }
@media (max-width: 1199px) {
  .search_toggle_wrapper {
    padding: 0 6px; }
    .search_toggle_wrapper .search-toggle {
      height: 28px; }
      .search_toggle_wrapper .search-toggle:before {
        width: 24px;
        height: 28px;
        background-size: 24px 24px; } }
@media (max-width: 991px) {
  .search_toggle_wrapper {
    padding: 0 5px; } }

#search_block_top {
  padding: 0 34px 0 0;
  position: absolute;
  z-index: 998;
  top: 34px;
  right: 160px;
  width: 200px;
  visibility: hidden;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s; }
  #search_block_top.active {
    visibility: visible;
    z-index: 999;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  #search_block_top #search_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #d3b32d;
    background: #d3b32d; }
    #search_block_top #search_close:before {
      content: '';
      display: block;
      width: 34px;
      height: 34px;
      background: url("../../../img/design/bt_menu_mobile_close.svg") center center no-repeat;
      background-size: 28px 28px;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
    #search_block_top #search_close:hover:before {
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  #search_block_top #searchbox {
    float: left;
    position: relative;
    width: 100%;
    border: 1px solid #000; }
  #search_block_top .btn.button-search {
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #d3b32d;
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; }
    #search_block_top .btn.button-search:before {
      content: '';
      display: block;
      width: 34px;
      height: 34px;
      background: url("../../../img/design/search.svg") center center no-repeat;
      background-size: 22px 22px;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
    #search_block_top .btn.button-search:hover {
      color: #fff;
      background: #000; }
      #search_block_top .btn.button-search:hover:before {
        -moz-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg); }
  #search_block_top #search_query_top {
    display: inline;
    padding: 10px 40px 10px 10px;
    height: 34px;
    font-size: 16px;
    font-weight: normal;
    font-family: "DM Serif Display", serif;
    color: #000;
    background: #fff;
    margin-right: 1px;
    border: none; }
    #search_block_top #search_query_top:-moz-placeholder {
      color: #000; }
    #search_block_top #search_query_top::-moz-placeholder {
      color: #000; }
    #search_block_top #search_query_top:-ms-input-placeholder {
      color: #000; }
    #search_block_top #search_query_top::-webkit-input-placeholder {
      color: #000; }
    #search_block_top #search_query_top:active:-moz-placeholder {
      color: transparent; }
    #search_block_top #search_query_top:active::-moz-placeholder {
      color: transparent; }
    #search_block_top #search_query_top:active:-ms-input-placeholder {
      color: transparent; }
    #search_block_top #search_query_top:active::-webkit-input-placeholder {
      color: transparent; }
    #search_block_top #search_query_top:focus:-moz-placeholder {
      color: transparent; }
    #search_block_top #search_query_top:focus::-moz-placeholder {
      color: transparent; }
    #search_block_top #search_query_top:focus:-ms-input-placeholder {
      color: transparent; }
    #search_block_top #search_query_top:focus::-webkit-input-placeholder {
      color: transparent; }
  @media (max-width: 1199px) and (min-width: 992px) {
    #search_block_top {
      top: 34px;
      right: 105px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    #search_block_top {
      top: 31px;
      right: 95px; } }
  @media (max-width: 767px) {
    #search_block_top {
      top: 31px;
      right: 95px; } }
  @media (max-width: 479px) {
    #search_block_top {
      top: 31px;
      right: 85px; } }

/*** FULL SCREEN SEARCH ***/
/*#search_block_top {
	padding: 40vh 30% 0 30%;
	float: right;
	position: fixed;
	z-index: 998;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	visibility: hidden;
	@include opacity(0);
	@include animate-hover(0.3s);
	&.active{
		visibility: visible;
		z-index: 999;
		@include opacity(1);
	}
	#search_close{
		position: absolute;
		top: 0;
		right: 0;
		width: 42px;
		height: 42px;
		border: 2px solid $gold;
		background: $gold;
		&:before {
			content: '';
			display: block;
			width: 38px;
			height: 38px;
			background: url('../../../img/design/bt_menu_mobile_close.svg') center center no-repeat;
			background-size: 32px 32px;
			@include animate-hover(0.3s);
		}
		&:hover{
			&:before{
				@include rotate(90deg);
			}
		}
	}
	#searchbox {
		float: left;
		position: relative;
		width: 100%;
		border: none;
		border-bottom: 2px solid $black;
	}
	.btn.button-search {
		background: $black;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		border: none;
		color: $custom-color;
		width: 45px;
		height: 45px;
		text-align: center;
		padding: 0;
		@include animate-hover(0.3s);
		&:before {
			content: '';
			display: block;
			width: 45px;
			height: 45px;
			background: url('../../../img/design/search.svg') center center no-repeat;
			background-size: 25px 25px;
			@include animate-hover(0.3s);
		}
		&:hover {
			color: $white;
			background: $black;
			&:before{
				@include rotateY(180deg);
			}
		}
	}
	#search_query_top {
		display: inline;
		padding: 10px 50px 10px 10px;
		height: 45px;
		font-size: 20px;
		font-weight: normal;
		font-family: $font-custom;
		color: $black;
		background: $white;
		margin-right: 1px;
		border: none;
		@include placeholder-color($black, transparent);
	}


	@media (max-width: $screen-md-max) and (min-width: $screen-md) {
		padding: 35vh 30% 0 30%;
	}
	@media (max-width: $screen-sm-max) and (min-width: $screen-sm) {
		padding: 35vh 20% 0 20%;
	}
	@media (max-width: $screen-xs-max) {
		padding: 90px 20px 0 20px;
	}
}*/
.ac_results {
  background: #fff;
  border: 1px solid #000 !important;
  width: 271px;
  margin-top: -1px;
  margin-left: -1px;
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15); }
  .ac_results li {
    font-family: "Roboto", Helvetica, sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em !important;
    padding: 5px 10px !important;
    color: #000;
    font-size: 11px !important;
    line-height: 14px !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; }
    .ac_results li.ac_odd {
      background: #e3e3e3; }
    .ac_results li:hover, .ac_results li.ac_over {
      color: #fff;
      background: #000; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #000; }
  form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left; }
  form#searchbox .button.button-small {
    float: left; }
    form#searchbox .button.button-small i {
      margin-right: 0; }
