/*
 * @CSS3 Metro Dropdown
 * @author Martin Ivanov
 * @website http://wemakesitesnet
 * @blog http://acidmartin.wordpress.com
 * @twitter https://twitter.com/#!/wemakesitesnet
 **/

.acidjs-autocomplete * { width: 150px; }

:root .css3-metro-dropdown option,
:root .css3-metro-dropdown:after,
:root .css3-metro-dropdown::after,
:root .css3-metro-dropdown select
{
    width: 240px;
    color: #fff;
    
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

:root .css3-metro-dropdown select,
:root .css3-metro-dropdown:after,
:root .css3-metro-dropdown::after
{
    display: block;
    background: #8c8c84;
}

:root .css3-metro-dropdown select,
:root .css3-metro-dropdown option
{
    padding: 8px;
}

:root .css3-metro-dropdown
{
    position: relative;
    display: inline-block;
    border: 0;
    margin-right: 8px;
    margin-bottom: 10px;
    clear: right;
}

:root .css3-metro-dropdown::after
{
    content: "\25bc";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 32px;
    font-size: 9px;
    line-height: 31px;
    text-align: center;
    padding-top: 3px;
    
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

:root .css3-metro-dropdown select
{
   height: 34px;
   border: 0;
   vertical-align: middle;
   font: normal 15px/16px "Calluna Sans", Sans-serif;
   outline: 0 none;
}

:root .css3-metro-dropdown option
{
    background: #fff;
    color: #464238;
}

input {
    width: 100%;
    height: 40px;
    color: #464238;
    font-family: "Calluna Sans", sans-serif;
    font-size: 15px;
    border: 0;
    background: white;
    padding-left: 10px;
}


/* Accordion */

.small-label {
    font-family: "Calluna Sans", sans-serif;
    font-size: 15px;
    color: white;
    display: block;
    margin-bottom: 5px;
}

.accordion { 
    height: 80px;
    width: 240px;
    margin-bottom: 10px;
    margin-right: 8px;
    padding: 4px 10px 10px  8px;
    background: #8c8c84;
    display: inline-block;
    clear: right;
}

.accordion .apply {
    height: 35px;
    width: 60px;
    color: white;
    background-color: rgba(0, 0, 0, 0.14);
    font-size: 13px;
    border: 0;
    padding: 0;
    float: right;
}

.accordion .apply:hover {
    background: #b50430;
}


@media (max-width: 991px) {
    
.acidjs-autocomplete * { width: 95px; }    
    
:root .css3-metro-dropdown option,
:root .css3-metro-dropdown:after,
:root .css3-metro-dropdown::after,
:root .css3-metro-dropdown select
{
    width: 170px;
    color: #fff;
    
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

:root .css3-metro-dropdown select,
:root .css3-metro-dropdown:after,
:root .css3-metro-dropdown::after
{
    display: block;
    background: #8c8c84;
}

:root .css3-metro-dropdown select,
:root .css3-metro-dropdown option
{
    padding: 8px;
}

:root .css3-metro-dropdown
{
    position: relative;
    display: inline-block;
    border: 0;
    margin-bottom: 10px;
}

:root .css3-metro-dropdown::after
{
    content: "\25bc";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 32px;
    font-size: 9px;
    line-height: 30px;
    text-align: center;
    padding-top: 3px;
    
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

:root .css3-metro-dropdown select
{
   height: 34px;
   border: 0;
   vertical-align: middle;
   font: normal 14px/15px "Calluna Sans", Sans-serif;
   outline: 0 none;
}

:root .css3-metro-dropdown option
{
    background: #fff;
    color: #464238;
}
    
/* Accordion */

.small-label {
    font-family: "Calluna Sans", sans-serif;
    font-size: 14px;
    color: white;
    display: block;
    margin-bottom: 5px;
}

.accordion { 
    height: 80px;
    width: 170px;
    margin-bottom: 10px;
    margin-right: 8px;
    padding: 4px 10px 10px  8px;
    background: #8c8c84;
    display: inline-block;
    clear: right;
}

.accordion .apply {
    height: 35px;
    width: 50px;
    color: white;
    background-color: rgba(0, 0, 0, 0.14);
    font-size: 13px;
    border: 0;
    padding: 0;
    float: right;
}

.accordion .apply:hover {
    background: #b50430;
}    
}

@media (max-width: 767px) {
    
.acidjs-autocomplete * { width: 265px; }      
    
:root .css3-metro-dropdown option,
:root .css3-metro-dropdown:after,
:root .css3-metro-dropdown::after,
:root .css3-metro-dropdown select
{
    width: 380px;
    color: #fff;
    margin-right: 5px;
    display: inline;
    
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

:root .css3-metro-dropdown select,
:root .css3-metro-dropdown:after,
:root .css3-metro-dropdown::after
{
    display: block;
    background: #8c8c84;
}

:root .css3-metro-dropdown select,
:root .css3-metro-dropdown option
{
    padding: 8px;
}

:root .css3-metro-dropdown
{
    position: relative;
    display: inline-block;
    border: 0;
    margin-bottom: 10px;
}

:root .css3-metro-dropdown::after
{
    content: "\25bc";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 32px;
    font-size: 9px;
    line-height: 30px;
    text-align: center;
    padding-top: 3px;
    
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

:root .css3-metro-dropdown select
{
   height: 34px;
   border: 0;
   vertical-align: middle;
   font: normal 14px/15px "Calluna Sans", Sans-serif;
   outline: 0 none;
}

:root .css3-metro-dropdown option
{
    background: #fff;
    color: #464238;
}
    
/* Accordion */

.small-label {
    font-family: "Calluna Sans", sans-serif;
    font-size: 14px;
    color: white;
    display: block;
    margin-bottom: 5px;
}

.accordion { 
    width: 380px;
    height: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 4px 10px 10px  8px;
    background: #8c8c84;
    display: block;
    float: left;
}

.accordion .apply {
    width: 60px;
    color: white;
    background-color: rgba(0, 0, 0, 0.14);
    font-size: 13px;
    border: 0;
    padding: 0;
    float: right;
}

.accordion .apply:hover {
    background: #b50430;
}    
}

@media (max-width: 479px) {
    
.acidjs-autocomplete * { width: 175px; }      
    
:root .css3-metro-dropdown option,
:root .css3-metro-dropdown:after,
:root .css3-metro-dropdown::after,
:root .css3-metro-dropdown select
{
    width: 240px;
    color: #fff;
    margin-right: 5px;
    display: block;
    
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

:root .css3-metro-dropdown select,
:root .css3-metro-dropdown:after,
:root .css3-metro-dropdown::after
{
    display: block;
    background: #8c8c84;
}

:root .css3-metro-dropdown select,
:root .css3-metro-dropdown option
{
    padding: 8px;
}

:root .css3-metro-dropdown
{
    position: relative;
    display: inline-block;
    border: 0;
    margin-bottom: 10px;
}

:root .css3-metro-dropdown::after
{
    content: "\25bc";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 32px;
    font-size: 9px;
    line-height: 30px;
    text-align: center;
    padding-top: 3px;
    
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

:root .css3-metro-dropdown select
{
   height: 34px;
   border: 0;
   vertical-align: middle;
   font: normal 14px/15px "Calluna Sans", Sans-serif;
   outline: 0 none;
}

:root .css3-metro-dropdown option
{
    background: #fff;
    color: #464238;
}
    
/* Accordion */

.small-label {
    font-family: "Calluna Sans", sans-serif;
    font-size: 14px;
    color: white;
    display: block;
    margin-bottom: 5px;
}

.accordion { 
    width: 240px;
    height: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 4px 10px 10px  8px;
    background: #8c8c84;
    display: block;
    float: left;
}
.accordion .apply {
    width: 25%;
    color: white;
    background-color: rgba(0, 0, 0, 0.14);
    font-size: 13px;
    border: 0;
    padding: 0;
    float: right;
}

.accordion .apply:hover {
    background: #b50430;
}    
}