.cms_pages-box-block {
    background-color: #eee;
    padding: 15px;
}
.cms_pages-box-block > h2,
.cms_pages-box-block > h3,
.cms_pages-box-block > h4 {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

.cms_pages-box-block > h2 {
    line-height: 32px;
}

.cms_pages-box-block p:first-child {
    margin-top: 0;
}
.cms_pages-box-block p:last-child {
    margin-bottom: 0;   
}

.cms_pages-white-text,
.cms_pages-white-text h1,
.cms_pages-white-text h2,
.cms_pages-white-text h3,
.cms_pages-white-text p,
.cms_pages-white-text a {
    color: #fff;
}

.cms_pages-box-green-block {  
    background-color: #7dc116;
}
.cms_pages-box-blue-block {  
    background-color: #008fff;
}
.cms_pages-box-red-block {  
    background-color: #dc0e2f;
}
.cms_pages-box-orange-block {  
    background-color: #fe8501;
}
.cms_pages-box-magenta-block {  
    background-color: #f55ae8;
}



.cms_pages-accordion-block > div {

}

.cms_pages-accordion-block > div > h2,
.cms_pages-accordion-block > div > h3,
.cms_pages-accordion-block > div > h4 {
    display: block;
    margin: 0;
}
.cms_pages-accordion-block > div > h2 a,
.cms_pages-accordion-block > div > h3 a,
.cms_pages-accordion-block > div > h4 a {
    display: block;
    text-decoration: none;
    color: #333;
}
.cms_pages-accordion-block > div > h2 a:before {
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 16px;
    vertical-align: middle;
}
.cms_pages-accordion-block > div._cms_toggled > h2 a:before {
    content: "\f068";
}

.cms_pages-accordion-block > div > div {
    display: none;
}
.cms_pages-accordion-block > div._cms_toggled  > div {
    display: block;
}

._cms_pages_search form {
    
    position: relative;
    padding: 0;
    margin: 0;
    padding-right: 32px;
    margin-top:16px;
}

._cms_pages_search input {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ccc;
    line-height: 38px;
    padding: 0 5px;
}

._cms_pages_search button {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    bottom: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.search-results-list {
  padding-left: 0;
}

ul.search-results-list h3,
ul.search-results-list h2 {
    margin-bottom: 0;
}
.breadcrumbs br {
    display: none;
}

ul.search-results-list p {
    margin: 0;
}
ul.search-results-list > li {
    margin: 15px 0;
}

.breadcrumbs > a:last-child:after {
    display: none;
}

.breadcrumbs > a {
    text-decoration: none;
    color: #333;
}
.breadcrumbs > a:hover {
    text-decoration: underline;
    color: #333;
}
.breadcrumbs > a:hover:after {
    text-decoration: none !important;
    color: #ccc;
}
.breadcrumbs > a:after {
    content: ">";
    margin-left: 5px;
    margin-right: 5px;
    color: #ccc;
    text-decoration: none !important;
    display: inline-block;
}

.breadcrumbs > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumbs > ul> li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.breadcrumbs > ul> li > a {
    text-decoration: none;
    color: #333;
}
.breadcrumbs > ul> li > a:hover {
    text-decoration: underline;
    color: #333;
}

.breadcrumbs > ul> li:after {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-left: 10px;
    margin-right: 5px;
    color: #ccc;
    text-decoration: none !important;
    display: inline-block;
}
.breadcrumbs > ul> li:last-child:after {
    display: none;
}








.cms_pages_box {
    padding: 10px;
}

.cms_pages_box:not(._cms_equal_height) {
    border: 1px solid #eee;
}

.cms_pages_box._cms_equal_height:before {
    z-index: -1;
    border: 1px solid #eee;
    content: "";
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    position: absolute;
}

.cms_pages_box_grey:not(._cms_equal_height) {
    background-color: #333;
}

.cms_pages_box_grey._cms_equal_height:before {
    background-color: #333;
}

.cms_pages_box_grey * {
    color: #fff;
}



._cms_fullwidth {
/*    margin-left: -45px;
    margin-right: -45px;*/
}

._cms_pages_divider {
    background-color: #e2e2e2;
    height: 1px;
}



.cms_pages_custom_product {

}
.cms_pages_custom_product .__image img {
    width: 100%;
    vertical-align: top;
}
.cms_pages_custom_product .__image {
/*    border-radius: 0 20px 0 20px;
    overflow: hidden;
    border: 2px solid #555;*/
    position: relative;
}

.cms_pages_custom_product .__price {
    background-color: #f9f9f9;
    bottom: 10px;
    color: #222;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    padding: 5px 10px;
    position: absolute;
}

.cms_pages_custom_product .__content {
    color: #fff;
}


.cms_pages_custom_product .__title  {
    padding: 0 20px;
    height: 56px;
    line-height: 53px;
    
}
.cms_pages_custom_product.__has_content .__title  {
    cursor: pointer;
}
.cms_pages_custom_product.__has_content .__title h3:after{
    font-family: "FontAwesome";
    content: "\f107";
    padding-left: 5px;

}
.cms_pages_custom_product.__active.__has_content .__title h3:after {
    content: "\f106";
}

.cms_pages_custom_product .__title h3 {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}



.cms_pages_custom_product .__content .cms_block_content {
    
}

.cms_pages_custom_product .__content p:first-child {
    margin-top: 0;
}
.cms_pages_custom_product .__content p:last-child {
    margin-bottom: 0;
}


.cms_pages_custom_product .__content {
    padding: 10px 20px 10px;
}

.cms_pages_custom_product:not(._cms_equal_height) {
    background-color: #526689;
}

.cms_pages_custom_product._cms_equal_height:before {
    background-color: #333;
    bottom: 0;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: -1;
}

.cms_pages_custom_product._cms_equal_height:before {
    background-color: #526689;
}





.cms_pages_custom_product._cms_equal_height.__has_button .__content {
    padding-bottom: 50px;
}

.cms_pages_custom_product .__image_overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    display: block;
    color: #fff;
}

.cms_pages_custom_product .__image_overlay > div {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -22px;
    text-align: center;
}

.cms_pages_custom_product .__image_overlay a {
    display: inline-block;
    line-height: 48px;
    height: 48px;
    width: 48px;
    color: #eee;
    vertical-align: top;
}


.cms_pages_custom_product .__image_overlay {
    opacity: 0;
    transition: all 150ms;
}

.cms_pages_custom_product .__image:hover .__image_overlay {
    opacity: 1.0;
}


.cms_pages_custom_product .__image_overlay a:last-child {
    margin-left: 20px;
}

.cms_pages_custom_product .__image_overlay a:first-child {
    margin-left: 0;
}

.cms_pages_custom_product .__image_overlay a i {
    vertical-align: middle;
    font-size: 32px;
    transition: all 150ms;
}

.cms_pages_custom_product .__image_overlay a:hover i {
    font-size: 48px;
}



.cms_pages_custom_product.__active:after {
    border-color: transparent transparent #526689;
    border-style: solid;
    border-width: 16px;
    bottom: -16px;
    content: "";
    left: 50%;
    margin-left: -8px;
    position: absolute;
}



#cms_pages_custom_product_expander ._cms_row {
    padding: 0;
}

#cms_pages_custom_product_expander .cms_block_content > *:first-child {
    margin-top: 0;
}

#cms_pages_custom_product_expander .cms_block_content > *:last-child {
    margin-bottom: 0;
}


#cms_pages_custom_product_expander .__content {
    background-color: #526689;
    color: white;
    padding: 10px 20px;
}

#cms_pages_custom_product_expander.__has_button .__content {
    padding-bottom: 60px;
    position: relative;
} 

#cms_pages_custom_product_expander ._cms_standard_button {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
}

#cms_pages_custom_product_expander ._cms_standard_button {
    box-sizing: border-box;
    display: block;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    width: 100%;
}

#cms_pages_custom_product_expander ._cms_standard_button::after {
    font-family: "FontAwesome";
    content: "\f105";
    padding-left: 10px;
}
#cms_pages_custom_product_expander h3 {
    color:#fff;
}

.cms_custom_font_1 {
    font-family: "Open Sans Condensed",sans-serif;
}