@font-face {
    font-family: 'Futura_Book_BT';
    src: url('http://www.cottonopolis-nq.com/wp-content/themes/cottonopolis/css/fonts/Futura_Book_BT.eot');
    src: url('http://www.cottonopolis-nq.com/wp-content/themes/cottonopolis/css/fonts/Futura_Book_BT.eot') format('embedded-opentype'),
         url('http://www.cottonopolis-nq.com/wp-content/themes/cottonopolis/css/fonts/Futura_Book_BT.woff2') format('woff2'),
         url('http://www.cottonopolis-nq.com/wp-content/themes/cottonopolis/css/fonts/Futura_Book_BT.woff') format('woff'),
         url('http://www.cottonopolis-nq.com/wp-content/themes/cottonopolis/css/fonts/Futura_Book_BT.ttf') format('truetype'),
         url('http://www.cottonopolis-nq.com/wp-content/themes/cottonopolis/css/fonts/Futura_Book_BT.svg#Futura_Book_BT') format('svg');
	font-weight: normal;
    font-style: normal;
}
.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 }
.dk-select, .dk-select-multi {
	background:#fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height:48px;
  height:48px;
  width:100%;
  text-transform:uppercase;
  margin-bottom:13px;
  font-size:16px;
  color:#5a5f62;
  font-family: 'Futura_Book_BT';
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
.dk-selected:first-child {padding-left:15%;}
.dk-selected {
  width: 100%;
  height:46px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding: 0 14px 0 5%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;}
  .dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0; }
.dk-selected:before {
	background:url(http://www.cottonopolis-nq.com/wp-content/themes/cottonopolis/images/bgr_select.jpg) no-repeat right top;
    top:8px;
	right:13px;
	position:absolute;
	width:35px;
	height:35px;
}
.select_option .dk-selected:before {
	background:url(../images/select_arrow.png) no-repeat top right;
    top:20px;
	right:13px;
	position:absolute;
	width:19px;
	height:12px;
}
.dk-selected:after {
	/*border-right:1px solid #d17b68;*/
    top:0;
	right:46px;
    height: 100%;
}
.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0; }
.dk-select-open-up .dk-select-options {
  margin-bottom: -1px;
  bottom: 100%; }
.dk-select-open-down .dk-select-options {
  margin-top: -1px;
  top: 100%; }
.dk-select-multi .dk-select-options {
  max-height: 10em; }
.dk-select-options {
  background-color: white;
  border: 1px solid #d17b68;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  width: auto;
  z-index: 100; }
.dk-option-selected {
  background-color:#fff;
  color: #5a5f62;
  }
.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
  }
.dk-option {
  padding: 0 0.5em;
  border-top:1px solid #d17b68; }
.dk-option:first-child {border-top:0;}

.dk-select-options .dk-option-highlight {
  background-color: #fff;
  color: #5a5f62; }
.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }
.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  background:#fff;
  height:20px;
  }
  .dk-optgroup + .dk-option {
   }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
.dk-optgroup-label {
  font-weight: bold;
  width: 100%; }
.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
   }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
   }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
 }

.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
  }

.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
   }

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
  display: block;
  }

.dk-select-multi:hover, .dk-select-multi:focus {
  outline: none; }

.dk-selected:hover, .dk-selected:focus {
  outline: none;
  }
  .dk-selected:hover:before, .dk-selected:focus:before {
    }
  .dk-selected:hover:after, .dk-selected:focus:after {
     }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }