div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width: 170px;
}

.amshopby-logo {
    padding: 0 10px 10px 0;
    float: left;
}

.amshopby-featured {
    padding: 5px;
}

.amshopby-link {
    padding: 5px 0 0 5px;
}

.amshopby-clearer {
    display: block;
    clear: both;
    overflow: hidden;
}

div.block-layered-nav dd a {
    padding: 0 5px 0 0;
    display: block;
    float: left;
}

.block-layered-nav .amshopby-attr,
.block-layered-nav .amshopby-attr:hover {
    padding-left: 15px;
    background: url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-attr::before,
.block-layered-nav .amshopby-attr-selected::before {
    border-style: none;
}

.block-layered-nav .amshopby-attr-selected,
.block-layered-nav .amshopby-attr-selected:hover {
    font-weight: bold;
    padding-left: 15px;
    background: url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav .amshopby-attr-inactive {
    pointer-events: none;
    color: #666
}

.block-layered-nav dd a img {
    float: left;
}

.block-layered-nav .single-choice a.amshopby-attr,
.block-layered-nav .single-choice a.amshopby-attr:hover {
    background-image: url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/amshopby-rb1.gif);
}

.block-layered-nav .single-choice a.amshopby-attr-selected,
.block-layered-nav .single-choice a.amshopby-attr-selected:hover {
    background-image: url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/amshopby-rb2.gif);
}

.amshopby-swatch {
    background: url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-level-2 {
    padding-left: 0;
}

.block-layered-nav .amshopby-cat-level-2.static-2-level {
    padding-left: 30px;
}

.block-layered-nav .amshopby-cat-level-3 {
    padding-left: 20px;
}

.block-layered-nav .amshopby-cat-selected {
    font-weight: bold;
    color: black;
    text-decoration: none;
    cursor: text;
}

.block-layered-nav .amshopby-cat-multi a {
    padding-left: 15px;
    background: url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-multiselected a,
.block-layered-nav .amshopby-cat-multiselected a:hover {
    font-weight: bold;
    background: url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav span.amshopby-plusminus {
    float: left;
    display: block;
    margin: 5px 0 0;
    padding: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/amshopby-plus.gif) no-repeat;
}

.block-layered-nav span.minus {
    background: transparent url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/amshopby-minus.gif) no-repeat;
}

.block-layered-nav li:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.main .block-layered-nav.amshopby-collapse-enabled dt {
    cursor: pointer;
    padding-left: 15px;
    background: url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled dt::after {
    border-style: none;
}

.block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed {
    background: url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled .toggle-content .no-display {
    display: block;
}

.block-layered-nav .amshopby-slider {
    position: relative;
    margin: 10px 4px 5px;
    z-index: 9;
    height: 18px;
    background: url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    cursor: pointer;
}

.block-layered-nav .amshopby-slider .handle {
    margin-left: -4px;
    width: 8px;
    top: 3px;
    height: 14px;
    background: transparent url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/amshopby-hadle.png) no-repeat;
    position: absolute;
    cursor: move;
    z-index: 2;
}

/*
 * Slider labels
 */
.amshopby-slider-price {
    color: #798794;
}

.amshopby-slider-price-from {
    float: left;
}

.amshopby-slider-price-to {
    float: right;
}

.amshopby-slider-handle-right,
.amshopby-slider-handle-left {
    position: absolute;
    top: 14px;
}

.amshopby-slider-handle-left {
    left: 0;
}
.amshopby-slider-handle-right {
    right: 0;
}
.amshopby-tooltip {
    padding: 2px 5px;
    background: #FEC;
    border: 1px solid #FAA819;
    color: #1F5070;
    text-align: left;
    width: 200px;
    position: absolute;
    z-index: 1000;
}

.amshopby-slider-price-range {
    text-align: center;
    font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor: help;
    display: inline;
}

.block-layered-nav,
.amshopby-page-container,
.amshopby-filters-top {
    position: relative;
}

.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}

.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

.amshopby-overlay div {
    margin: 0 auto;
    display: block;
    width: 300px;
    height: 200px;
    background: url('https://www.prowheelbuilder.com/skin/frontend/base/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}
/*
 * Advanced Categories
 */
.amshopby-advanced li {
    clear: both;
}

.amshopby-advanced .level1 {
    padding-left: 20px;
}

.amshopby-advanced .level2 {
    padding-left: 30px;
}

.amshopby-advanced .level3 {
    padding-left: 40px;
}

.amshopby-advanced .level4 {
    padding-left: 50px;
}

.amshopby-advanced li.active > a {
    font-weight: bold;
}

.amshopby-cat-toggle.amshopby-cat-toggle-hidden {
    display: none;
}
/*
 * Slider Bar
 */
.amshopby-slider-bar {
    position: absolute;
    background: #999;
    height: 6px;
    top: 6px;
    z-index: 1;
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
    overflow: auto;
}

.btn-remove-inline {
    background: url('https://www.prowheelbuilder.com/skin/frontend/base/default/images/am_btn_remove.gif') no-repeat;
    width: 13px;
    height: 12px;
    margin-left: 4px;
}

.amshopby-hightlighted {
    background: yellow;
}

.btn-remove-inline img {
    display: inline;
}

.block-layered-nav .amshopby-slider .handle.active {
    z-index: 3;
}

.amshopby-slider-ui {
    background: url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    margin: 10px .4em;
}

.amshopby-slider-ui .ui-slider-handle {
    background-color: #f18200;
    border: 1px solid #de5400;
    box-sizing: border-box;
    outline: none;
}

.amshopby-slider-ui .ui-slider-range {
    background-color: #999999;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-slider {
    cursor: pointer;
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.8em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.2em;
    margin-left: -.4em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0.2em;
    height: 8px;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.amshopby-narrow-by-list td {
    vertical-align: top;
}

input[name^="amshopby"][id$="from"].input-text,
input[name^="amshopby"][id$="to"].input-text {
    width: auto;
}

.amshopby-item-top {
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol {
    max-width: 250px;
}

.amshopby-item-top .amshopby-column {
    width: auto;
}

.no-display-current,
.no-display {
    display: none;
}

.current .no-display-current,
.current td.no-display {
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content dt {
        background: url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dt.current {
        background: url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
    }
}

.block-layered-nav ol:not(.single-choice) select option[selected] {
    color: white;
    background-color: rgba(171, 171, 171, 1);
}

.amshopby-apply-button {
    width: 180px;
    height: 40px;
    margin-top: 1em;
}

/**
 * All Brands page
 */
.content .ambrands-list {
    min-width: 180px;
}
.amshopby-subcategories-wrapper {
    position: relative;
    box-sizing: unset;
    flex-wrap: wrap;
}
.amshopby-subcategories-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 999;
}
.amshopby-subcategory {
    float: left;
    height: auto;
    width: auto;
    padding-right: 5px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
.amshopby-subcategory .am-item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
}
.amshopby-subcategory .am-img {
    max-width: 100%;
    display: block;
    float: left;
}
.amshopby-subcategory .am-title {
    margin-left: 5px;
    padding: 20px 0;
}
.amshopby-subcategories-img {
    display: inline;
    vertical-align: middle;
}
div.amshopby-overflow-scroll-enabled div.block-content dl dd > ol:first-of-type {
    overflow-y: auto;
}
.amshopby-cat-level-1.without-icon {
    padding-left: 15px;
}
.am_search_popup {
    position: absolute;
    right: 0;
    margin-top: 5px;
    min-width: 300px;
    text-align: left;
    border-radius: 8px;
    font: 12px Arial, Helvetica, sans-serif;
    z-index: 1000;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.25);
}

.am_search_popup .am_element {
    font-size: 10px;
    padding: 10px;
    float: none;
}

@media only screen and (max-width: 770px) {
    #am_search_container .am_search_popup {
        width: 100%;
        margin-bottom: 20px;
    }

    .price_footer {
        width: 100%;
    }

    .price_footer div.price_cell {
        display: inline-block;
        text-align: left;
        min-width: 99%;
    }

    .price_footer div {
        display: inline-block;
        text-align: right;
    }

    .am_search_popup {
        border-width: 0 !important;
        border-radius: 0 !important;
        height: 100%;
        background-color: white !important;
    }

    .am_search_popup_inner {
        border-radius: 0 !important;
    }

    .more_results {
        font-size: 14pt;
    }

    .am_search_popup .am_search_popup_inner .am-categories {
        width: 100%;
    }

    .am_search_popup .am_search_popup_inner .am-products {
        display: block;
        width: 100%;
    }
}

.am_search_popup_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #a5a5a5;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
}

.am_search_popup div.am_element, div.am-categories, div.am-products {
    float: none;
    width: 100%;
    color: black;
    background: #fff;
}

.am_search_popup_inner .am-categories {
    padding: 5px 15px 10px;
    width: 30%;
}

.am_search_popup_inner .am-categories.am-fullwidth,
.am_search_popup_inner .am-products.am-fullwidth,
.am-products .am-product-link.am-fullwidth{
    width: 100%;
}

.am-categories .am-container-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #dadada;
}

.am_search_popup .am-categories .category-name {
    font-weight: 400;
}

.am_search_popup_inner .am-products {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 15px 10px;
    width: 70%;
}

.am-products > .am-container-title {
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #dadada;
}

.am-products .am-product-link {
    width: 50%;
}

.am-more-results {
    width: 100%;
}

.am_image > img {
    max-width: 100%;
    border: 1px solid #bec4c8;
}

.am_search_popup .price-box {
    margin: 0;
}

.am_search_popup .price_footer {
    margin-top: 10px;
}

.price_footer .add2cart {
    display: inline-block;
}

.am_search_popup .price_cell {
    vertical-align: middle;
    padding-right: 3px;
    margin-bottom: 5px;
    display: inline-block;
}

.am_search_popup .regular-price .price,
.am_search_popup .am_title {
    font-weight: normal;
    font-size: 12px;
    float: none;
}

.am_search_popup .am_title {
    font-weight: bold;
}

.am_search_popup .am_image {
    display: inline-block;
    max-width: 29%;
    width: 100%;
    padding-right: 2%;
    border-right: 1px solid #adb5b9;
    min-height: 100%;
}

.am_search_popup .am_right {
    display: inline-block;
    max-width: 69%;
    min-width: 35%;
    width: 100%;
    vertical-align: top;
    padding-left: 2%;
}

.am_search_popup a {
    text-decoration: none !important;
}

#search_mini_form #search.loading,
.form-search #search.loading {
    background: url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/amxsearch_loader.gif) no-repeat 95% center;
    position: relative;
    z-index: 11;
}

#search_mini_form .search-button {
    z-index: 10;
}

.am_search_popup .ratings {
    margin: 0 0 3px;
}

.am_search_popup .rating-box {
    background: url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/am_xsearch_bkg_rating.png) 0 0 repeat-x;
}

.am_search_popup .rating {
    background: url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/am_xsearch_bkg_rating.png) 0 100% repeat-x;
}

.am_search_popup div.am_element:hover .rating-box {
    background: url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/am_xsearch_bkg_rating_white.png) 0 0 repeat-x;
}

.am_search_popup div.am_element:hover .rating {
    background: url(https://www.prowheelbuilder.com/skin/frontend/base/default/images/am_xsearch_bkg_rating_white.png) 0 100% repeat-x;
}

.am_search_popup .am_title,
.am_search_popup .am-category a{
    font-weight: bold;
    padding-bottom: 3px;
}

.am_search_popup .regular-price .price {
    font-style: italic;
    font-weight: bold;
}

#am_search_container {
    position: relative;
    clear: both;
    z-index: 40000;
}

.am_search_popup .more_results {
    padding: 10px 0;
    background: #FFF;
    text-align: center;
    font-weight: bold;
    display: block;
}

.button.btn-cart {
    white-space: inherit;
}

.am_search_popup .am-category {
    cursor: pointer;
    font-size: 14px;
    padding: 5px 0 5px 15px;
}

.am_search_popup .price-box {
    text-align: left;
}

.testimonial-entry {
	padding: 20px;
}

.testimonial-entry + .testimonial-entry  {
	margin-bottom: 20px;
}

.testimonial-entry.odd {
	background: #F8F8F8;
	border-top: 1px dashed #E0E0E0;
	border-bottom: 1px dashed #E0E0E0;
}

.testimonial-tagline {
	font-family: Lucida Sans Unicode, Arial, sans-serif !important;
	font-weight: normal !important;
	font-size: 16px !important;
	margin: 0 !important;
}

.testimonial-content {
	margin-left: 25px !important;
	margin-right: 25px !important;
    text-align: justify;
}

.testimonial-content p {
	color:#808080;
	font-family:"Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	font-size:11px !important;
	font-style:normal !important;
	line-height:18px;
	margin:8px 0 !important;
}

.testimonial-source {
	font-family: Lucida Sans Unicode, Arial, sans-serif;
}

.testimonial-author {
	font-size: 13px;
	font-style: normal;
	color: #0A233C;
	text-align: right;
	display: block;
}

.testimonial-www {
	font-style: normal;
	text-align: right;
	display: block;
}

.testimonial-date {
	font-size: 10px;
	text-align: right;
	display: block;
}
/*
.customer-testimonials .page-title h1 {
	float:	left;
}

.customer-testimonials .page-title button {
	float: right;
}
*/
.block-testimonial .testimonial-entry {
	padding: 0;
}

.block-testimonial .testimonial-content {
	margin: 0 !important;
	padding-bottom: 5px;
}

.block-testimonial .testimonial-container {
	padding: 8px;
}

.block-testimonial .pagination {
	padding: 5px 8px 10px;
	margin-bottom: 15px;
}

.block-testimonial .pagination .btn-prev {
	background: url("https://www.prowheelbuilder.com/skin/frontend/pwb/rwd/css/magezone/testimonial/images/navigation-left.png") no-repeat scroll left top transparent;
	float: left;
}

.block-testimonial .pagination .btn-next {
	background: url("https://www.prowheelbuilder.com/skin/frontend/pwb/rwd/css/magezone/testimonial/images/navigation-right.png") no-repeat scroll left top transparent;
	float: right;
}

.block-testimonial .pagination a {
	height: 0;
	overflow: hidden;
	padding-top: 18px;
	width: 18px;
	display: block;
}
.customer-testimonials .page-title h1 {
    color: black;
    padding-left: 10px;
    background: none;
}
.recaptcha_theme_red #recaptcha_response_field { height:17px; }
.recaptcha_theme_red #recaptcha_response_field { height:17px; }
.flexibleforms_form ul { list-style:none !important; padding:0; margin:0 !important; }
.flexibleforms_form ul li { margin-left:0 !important; }
.flexibleforms_form ul li button.ui-datepicker-trigger { border:none; background:none; margin-left: 5px; }
.flexibleforms_form ul li p.note { color:#a0a0a0; font-size:11px; font-style:italic; }
.flexibleforms_form .form-list label { float:none; }
.flexibleforms_form .form-list textarea { max-width: 100%; width: 365px; }

.flexibleforms-index-index .pager { float:none; background:#f4f4f4; border-bottom:1px solid #ccc; border-top:1px solid #ccc; padding:8px 10px 5px; }
.flexibleforms-index-index .pager > .count-container { float:right; }
.flexibleforms-index-index .pager .amount, .flexibleforms-index-index .pager .limiter { margin-bottom:0; }
.flexibleforms_list_content { padding:10px; }

.flexibleforms_form .form-list .field { float: left; width: 50%; padding: 0 10px; }
.flexibleforms_form .form-list .input-box { clear: both; display: block; position: relative; }
.flexibleforms_form .form-list li { margin: 0 -10px; list-style: none; }
.flexibleforms_form .form-list li .wide { padding: 0 10px; width: 50%; }
.flexibleforms_form .main-container .flexibleforms_form .form-list textarea, .flexibleforms_form .form-list textarea { width: 100%; }
.flexibleforms_form .form-list li:after { content:''; display:table; clear: both; }
form.flexibleforms_form .legend { font-weight: 500; border-color: #ddd; }
.flexibleforms_form .form-list input.input-text { width: 100%; }

/*.flexibleforms_form .form-list li.wide { margin-left:0 !important; margin-right:0 !important; }*/
.flexibleforms_form ul li, .flexibleforms_form .form-list li { margin: 0 -10px !important; }
.flexibleforms_form ul li li, .flexibleforms_form .form-list li li { margin-left: 0 !important; margin-right: 0 !important; }
.flexibleforms_form .form-list ul li li { margin: 0 !important; }
.flexibleforms_form .form-list select { width: 100%; }
.flexibleforms_form .ui-datepicker-trigger, .flexibleforms_form img.v-middle { position:absolute; right: 10px; top:9px; }
.flexibleforms_form input[type="url"] { height: 30px; padding: 0 8px; }
.flexibleforms_form .form-list select {margin:0; padding:5px;}
.flexibleforms_form ul li li, .flexibleforms_form .form-list li li { margin: 0 }
/*.flexibleforms_form .g-recaptcha{margin-left: 9px;}*/
.flexibleforms_form .g-recaptcha { margin: 10px 0 0; display: inline-block; } 
.flexibleforms_form #label-info { position: relative; left:10px; top:2px;}
.flexibleforms_form #label-info img { display: inline; }
.flexibleforms_form #label-info .label-info-tooltip { display: none; position: absolute; max-width: 270px; width: 270px; z-index: 100; background-color: #f8f8f8; border: 1px solid #dedede; font-size: 12px; padding: 10px; border-radius: 2px; word-wrap: break-word; }
.flexibleforms_form #label-info:hover .label-info-tooltip, .flexibleforms_form #label-info:active .label-info-tooltip { display: block; }
/*.col2-right-layout .col-main .flexibleforms_form { float: none; width: auto; }*/
.jq-ry-container{position:relative;padding:0 5px;line-height:0;display:block;cursor:pointer; z-index:0;}
.jq-ry-container[readonly=readonly]{cursor:default}
.jq-ry-container>.jq-ry-group-wrapper{position:relative;width:100%}
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group{position:relative;line-height:0;z-index:10;white-space:nowrap}
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg{display:inline-block}
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group{width:100%}
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group{width:0;z-index:11;position:absolute;top:0;left:0;overflow:hidden}
.flexibleforms_form ul.options-list.horizontal { font-size: 0; }
.flexibleforms_form ul.options-list.horizontal li { display:inline-block; font-size:14px; line-height:1.3; }
.flexibleforms_form ul.options-list.vertical li { font-size:14px; line-height:1.6; }
.flexibleforms_form .horizontal li label { margin-right:15px; vertical-align:middle; }
.flexibleforms_form .horizontal li:last-child label { margin-right:0; }
.flexibleforms_form .form-list .options-listvertical li { margin:10px 0; }
.flexibleforms_form .options-list label img { max-height:20px; max-width:100%; }
.flexibleforms_form .options-list li input[type="checkbox"], .flexibleforms_form .options-list li input[type="radio"] { top:0; }
.flexibleforms_form li .options-list li { margin-bottom:0; }
.flexibleforms_form .options-list li label span { vertical-align:middle; display:block; text-align:center; }
.flexibleforms_form .options-list.vertical li label span { display:inline-block; padding-left:10px; text-align:left; vertical-align:top; margin-top:2px; }
.flexibleforms_form .options-list.vertical li label img { display:inline-block; margin:2px 0 7px; }
.flexibleforms_form .fieldset .bottom_content { margin:20px 0; }
.flexibleforms_form .fieldset .top_content { margin-bottom:20px; }

.flexibleforms_form input[type="checkbox"], .flexibleforms_form input[type="radio"] { margin:4px 0 0 0; }
/*.flexibleforms_form form .legend { margin-left:10px; }*/
.flexibleforms_form li.wide:after { content:""; display:table; clear:both; }
.flexibleforms_form li.wide > div { padding:0 10px; }
.flexibleforms_form .form-list li > div { float:left; padding:0 10px; width:100%; }
.flexibleforms_form .form-list li > div.validation-advice { padding-left: 0; padding-right: 0; }
.flexibleforms_form .options-list.vertical li label img + span { margin-top:-2px; vertical-align:top; }
.flexibleforms_form .form-list select:focus, .flexibleforms_form .form-list select { border: 1px solid #ccc;}


/* Responsive css
==========================================*/

@media all and (max-width: 1280px) and (min-width: 1001px) {
    .col1-layout .flexibleforms_form .fieldset { float:left; width:75%; }
}

@media only screen and (max-width: 1000px) {
    .flexibleforms_form .fieldset { max-width:100%; }
}

@media only screen and (max-width: 479px) {
    .flexibleforms_form ul li {  margin:0 }
    .flexibleforms_form .form-list li .wide { float:none; width:auto; padding:0;}
    .flexibleforms_form .form-list .field { float:none; width:auto; padding:0; }
    /*.flexibleforms_form .g-recaptcha{margin: 0;}*/
    .flexibleforms_form .g-recaptcha{margin:10px 0;}
    .flexibleforms_form .form-list li {padding:0 10px;}
    .flexibleforms_form .form-list li li, .flexibleforms_form .form-list li.wide { padding:0; }
}
