/* DEFAULT LAYOUT */
#jd-mod-search-default label {
    padding-bottom: 5px;
}
/* OTHER LAYOUT */
#jd-mod-search-other .jd-mod-title-long {
    width: 100%;
    vertical-align:middle;
    color: #777;
    height: 54px;
    border-radius: 2px;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 28px;
    padding: 0px!important;
    font-weight: normal;
    border-color: #CCCCCC #E7E7E7 #E7E7E7;
    border-image: none;
    border-radius: 1px 1px 1px 1px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 6px #F0F0F0 inset;
}
#jd-mod-search-other .jd-mod-submit-button {
    vertical-align:middle;
    background: url("jdsearch.png") no-repeat scroll 96% 56% #4D90FE;
    background-color: #4D90FE;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    height: 56px;
    padding: 0 48px 0 20px;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
    border: medium none;
    border-radius: 0px 2px 2px 0px;
    text-decoration: none;
    text-transform: uppercase;
}
#jd-mod-search-other .jd-mod-clear {
    vertical-align:middle;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
}
#jd-mod-search-other .jd-tb {display: table; width: 100%; vertical-align: middle}
#jd-mod-search-other .jd-tb-cell {display: table-cell; vertical-align: middle}
#jd-mod-search-other #search {float: none!important;}
/* ADDRESS LAYOUT */
#jd-modAddressWrapper .jd-modAddressBox {
    position: relative;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 10px;
    background: #ea6d2f;
    opacity: 0.8;
    z-index: 2;	color: #fff;
}
#jd-modAddressWrapper .jd-modAddressBox input[type="text"],
#jd-modAddressWrapper .jd-modAddressBox select {
    display: inline-block;
    background: #fff;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    height: 38px;
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align:top
}
#jd-modAddressWrapper .jd-modAddressBox .jd-modAddressCategoriesContainer {
    background: url(images/i-down-arrow.jpg) no-repeat right #F6F6F6;
    display: inline-block;
    overflow: hidden;
    width: 180px;
    border-right: 1px dotted #CCCCCC;
}
#jd-modAddressWrapper .jd-modAddressBox select {
    width: 70px;
    height: 26px;
    padding: 0;
    background: transparent;
    color: #fff;
}
#jd-modAddressWrapper .jd-modAddressBox .jd-modAddressKeyword {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    font-size: 17px;
    width: 78%;
}
#jd-modAddressWrapper .jd-modAddressBox .jd-modAddress, 
#jd-modAddressWrapper .jd-modAddressBox .jd-modAddressKeyword {
    border-right: 1px dotted #CCCCCC;
}
#jd-modAddressWrapper .jd-button-address {
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    height: 38px;
    background: url(images/i-search.png) no-repeat;
    /*margin-left: 50px;*/
    border: 0;
}
#jd-modAddressWrapper .jd-modAddressClear {
    background: url("images/i-cancel.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    height: 20px;
    /*left: 45%;*/
    position: absolute;
    top: 22px;
    width: 20px;
}
#jd-modAddressWrapper ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
#jd-modAddressWrapper :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
}
#jd-modAddressWrapper ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
}
#jd-modAddressWrapper :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}
/* for 700px or less */
@media only screen and (max-width : 650px) {
    #jd-modAddressWrapper .jd-modAddressBox { 
        /*background: #F6F6F6;*/
    }
    #jd-modAddressWrapper .jd-modAddressBox .jd-modAddress, 
    #jd-modAddressWrapper .jd-modAddressBox .jd-modAddressKeyword {
        width :100%!important;
        border-right: none;
        font-size: 14px;
        padding-left: 8px;
    }
    #jd-modAddressWrapper .jd-modAddressClear { 
        top: 5px;
        left: 90%;
    }
}
@media only screen and (max-width : 1250px) {
    #jd-mod-search-default input,
    #jd-mod-search-default select
    {
        max-width: 100%;
    }
}
@media only screen and (max-width : 900px) {
    #jd-modAddressWrapper .jd-modAddressBox .jd-modAddressKeyword {
        width:25%;
    }
    #jd-modAddressWrapper .jd-modAddressBox { 
        /*background: #F6F6F6;*/
    }
}
.cd-form-label {
	float: left!important;
}
.cd-form-checkbox {
	float: left!important;
	padding-left: 15px;
}

.collection-search {

}

.collection-search a {
	color: #fff;
}