@import url(http://fonts.googleapis.com/css?family=Imprima);
@import url(http://fonts.googleapis.com/css?family=Cuprum);
#st-breadcrumb {
    font: 14px/1.6 'Imprima', Verdana, Helvetica, sans-serif;
    float: none;
    margin: 20px 0;
}
#st-breadcrumb .head {
    border-bottom: 1px solid #ddd;
    height: 40px;
    background: #f7f7f7;
    /* Old browsers */

    background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 45%, #ffffff 59%, #f7f7f7 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(45%, #ffffff), color-stop(59%, #ffffff), color-stop(100%, #f7f7f7));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 45%, #ffffff 59%, #f7f7f7 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #f7f7f7 0%, #ffffff 45%, #ffffff 59%, #f7f7f7 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #f7f7f7 0%, #ffffff 45%, #ffffff 59%, #f7f7f7 100%);
    /* IE10+ */

    background: linear-gradient(top, #f7f7f7 0%, #ffffff 45%, #ffffff 59%, #f7f7f7 100%);
    /* W3C */

    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}
#st-breadcrumb .head .st-bc-setting-icon {
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 10px 0 0 15px;
    float: left;
}
#st-breadcrumb .head span {
    display: block;
    float: left;
    font: 18px/2.4 'Cuprum', Georgia, serif;
    padding-left: 10px;
}
#st-breadcrumb .main legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #eee;
}
#st-breadcrumb .wrap {
    clear: both;
    width: auto;
    padding: 10px 15px;
    margin: 0;
}
#st-breadcrumb .label {
    float: left;
    clear: left;
    display: block;
    margin: 0;
    width: 40%;
    line-height: 26px;
    height: 26px;
}
#st-breadcrumb fieldset > div {
    margin: 20px 0;
}
#st-breadcrumb .main .sts-actions {
    padding: 17px 20px 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}
#st-breadcrumb .main .box-button {
    text-align: center;
}
#st-breadcrumb .sts-button.save {
    background-color: #0074cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
    background-image: -o-linear-gradient(top, #0088cc, #0055cc);
    background-image: linear-gradient(top, #0088cc, #0055cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
    border-color: #0055cc #0055cc #003580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0055cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#st-breadcrumb .sts-button:hover {
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
#st-breadcrumb .sts-button {
    padding: 4px 50px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    display:inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
#st-breadcrumb .main.box {
    overflow: hidden;
    border: 1px solid #ddd;
    background: url("http://localhost/wordpress/ST/wptest/wp-content/plugins/st-google-map/images/st-searchwp-bg.png");
}
#st-breadcrumb .main {
    margin-right: 4%;
    float: left;
    box-sizing: border-box;
}
#st-breadcrumb .main.left {
    width: 60%;
}
#st-breadcrumb .main.right {
    width: 35%;
    margin-right: 0 !important;
    background: transparent;
    border: 0 none;
}
#st-breadcrumb .put-big {
    width: 50%;
    padding: 3px 10px;
}
#st-breadcrumb .right .head {
    border: 1px solid #ddd;
}
#st-breadcrumb .right .head span {
    float: none;
    display: inline-block;
}
#st-breadcrumb .right .st-box {
    position: relative;
    border: 1px solid #dfdfdf;
    border-radius: 0px 0px 3px 3px;
    overflow: hidden;
    margin-bottom: 10px;
    border-top: 0px;
    clear: both;
    background: url("../images/st-searchwp-bg.png");
}
#st-breadcrumb .right .st-box .box-content {
    padding: 10px;
    overflow: hidden;
}
#st-breadcrumb .right .st-box .st-row {
    margin: 10px 0;
    overflow: hidden;
    box-sizing: border-box;
}
#st-breadcrumb .right .st-box .st-links {
    border-top: 1px solid #dfdfdf;
    margin: 0;
    padding: 0;
}
#st-breadcrumb .right .st-box .col {
    margin: 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
}
#st-breadcrumb .right .st-box .col-8 {
    width: 80%;
}
#st-breadcrumb .right .st-box ul {
    margin: 0;
    padding: 0;
}
#st-breadcrumb .right .st-links .links > ul > li {
    margin: 0;
    float: left;
    padding: 0;
}
#st-breadcrumb .right .st-links .links a {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 5px;
    border-right: 1px solid #dfdfdf;
    overflow: hidden;
    display: block;
    font-size: 13px;
}
#st-breadcrumb .right .st-box .col-2 {
    width: 20%;
}
#st-breadcrumb .right .social > ul {
    float: right;
    margin: 0;
    padding: 0;
}
#st-breadcrumb .right .social > ul > li {
    float: left;
    margin: 0;
    padding: 0;
}
#st-breadcrumb .right .st-links .social a {
    text-transform: uppercase;
    padding: 8px;
    border-left: 1px solid #dfdfdf;
    overflow: hidden;
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 17px;
}
#st-breadcrumb .st-row.st_load_rss {
    margin: 0;
}
#st-breadcrumb .st-row.st_load_rss ul {
    list-style: inside;
    list-style-type: circle;
}
#st-breadcrumb .st-row.st_load_rss a {
    text-decoration: none;
}
/*responsive*/
@media (min-width: 1200px) {
    #st-breadcrumb {
        width: 100%;
    }
}
@media (max-width: 768px) {
    #st-breadcrumb .box.left,
    #st-breadcrumb .box.right {
		width: 100%;
	}
}