/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

/* -------------------------------- 

xnugget info 

-------------------------------- */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  left: 0;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #5e6e8d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
}
.no-touch .cd-nugget-info a:hover {
  opacity: .8;  outline: none;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #5e6e8d;
}

/* -------------------------------- 

Main components 

-------------------------------- */

.cd-popup-trigger {
  
}
@media only screen and (min-width: 1170px) {
 
}

/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 99999;
  text-align: center;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 600px;
  margin: 12em auto;
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
  float: none;
display: inline-block;
text-align: center;
}


.cd-popup-container .cd-popup-close {
  position: relative;
  width: 30px;
  height: 48px;
 background-color: #000;
 float: left;
 display: block;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 22px;
  width: 22px;
  height: 3px;
  background-color: #fff;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.search-container {
 float: none;
display: inline-block;
width: 584px;

}

.search-container input[type=text]{
  padding: 12px;
margin-top: 0px;
font-size: 17px;
border: none;
width: 60%;
height: 48px;
color: #fff;
background-color: #000;
  outline: none;
float: left;
}
.search-container button {
  float: left;
  padding: 0;
  margin-top: 0px;
  margin-right: 0px;
  background: none;
  font-size: 17px;
  border: none;
  width: 48px;
  cursor: pointer;
  height: 48px;
    outline: none;
    
    background-color: #000;
}
.search-container img {
    padding: 0px 0 0 0px;
}

.search_result_pop_main{
	    float: none;
    display: inline-block;
    width: 60%;
    background-color: #fff;
    height: auto;
    padding: 20px;
    max-height: 270px;
    overflow-y: auto;
overflow-x: hidden;
}
.search_result_pop_main h1{
float: left;
width: 100%;
font-size: 12px;
color: #201a4f;
line-height: 30px;
text-decoration: none;
font-family: 'montserratmedium';
display: block;
text-align: left;
padding: 0 0 0 0;

}
.search_result_pop_main ul{
float: left;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
}
.search_result_pop_main ul li{
	 width: 100%;
float: left;
display: block;
padding: 0 0 0 15px;
margin: 0;
}
.search_result_pop_main ul li a {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #201a4f;
    line-height: 30px;
    text-decoration: none;
    font-family: 'montserratmedium';
    display: block;
    text-align: left;
    
}
.search_result_pop_main ul li a:hover {
    color: #ef4255;
}
.search_result_animations{
	webkit-animation: ac-gn-searchresults-items-show 400ms both;
animation: ac-gn-searchresults-items-show 400ms both;
}
.search_result_animations:nth-child(1){
	-webkit-animation-delay:20ms;
	animation-delay: 20ms;
}
.search_result_animations:nth-child(2){
	-webkit-animation-delay:40ms;
	animation-delay: 40ms;
}
.search_result_animations:nth-child(3){
	-webkit-animation-delay:60ms;
	animation-delay: 60ms;
}
.search_result_animations:nth-child(4){
	-webkit-animation-delay:80ms;
	animation-delay: 80ms;
}
.search_result_animations:nth-child(5){
	-webkit-animation-delay:100ms;
	animation-delay: 100ms;
}
.poppup_drop_maine{
    width: 600px;
    float: none;
    display: inline-block;
}
.poppup_drop_selected {
   height: 48px;
line-height: 48px;
font-size: 15px;
color: #fff;
border: 1px solid #000;
box-sizing: border-box;
font-family: 'montserratmedium';
width: 150px;
float: left;
margin: 0px 0px 0 5px;
background-color: #000;
}
.poppup_drop_selected select {
    font-size: 15px;
    outline: none;
    border: none;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    font-family: 'montserratmedium';
    padding-left: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/drop_select.png") no-repeat scroll 97% 53%;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	height:48px;
	padding: 0;
margin: 0;
}
.poppup_drop_selected select::-ms-expand {
    display: none;
}
option {
    color: #000;
    border: none;
}
.search_result_pop_main {
    float: left;
    display: inline-block;
    width: 73%;
    background-color: #fff;
    min-height: 270px;
    padding: 20px;
    max-height: 270px;
    overflow-x: hidden;
    margin-left: 0px;
}


@media screen and (max-width:480px){
	.search-container {width: auto;}
	.poppup_drop_maine {width: 96%;}
	.cd-popup-container {width: 96%;}
	.search-container input[type="text"] {width: 40%;}
	.poppup_drop_selected {width: 31%;}
	.poppup_drop_selected select {text-align: left;font-size: 13px;}
	.search_result_pop_main {width:58%;}
	
	
}


@media screen and (min-width:481px) and (max-width:600px){
	.search-container {width: auto;}
	.poppup_drop_maine {width: 96%;}
	.cd-popup-container {width: 96%;}
	.search-container input[type="text"] {width: 46%;}
	.search_result_pop_main {width: 62%;}
	
	
}


