/* ProMAX Primary Styles */

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
#main-content {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -311px 0;
    padding: 0;
}
.wrapper {
    width: 1140px;
    margin: 0 auto;
}
body {
    font: 13px/18px Arial, Helvetica, sans-serif;
    color: #959595;
    background: #fff;
}
* {
    box-sizing: border-box;
}
a {
    color: #1a92c7;
    outline: none;
}
a:hover {
    text-decoration: none;
}
a img {
    border: 0;
}
input[type="submit"],
a {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.alignright {
    text-align: right;
}
.alignleft {
    text-align: left;
}
.aligncenter {
    text-align: center;
}
.verticalcontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.btn {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-family: 'helveticaneuecyr';
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.btn {
    border: none;
}
.btn:hover {
    text-decoration: none;
    opacity: 0.7;
}
.btn.btn__blue {
    box-shadow: 0 2px 0 0 #2e739e;
    background: rgb(80, 161, 212);
    background: -moz-linear-gradient(top, rgba(80, 161, 212, 1) 0%, rgba(60, 140, 190, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(80, 161, 212, 1)), color-stop(100%, rgba(60, 140, 190, 1)));
    background: -webkit-linear-gradient(top, rgba(80, 161, 212, 1) 0%, rgba(60, 140, 190, 1) 100%);
    background: -o-linear-gradient(top, rgba(80, 161, 212, 1) 0%, rgba(60, 140, 190, 1) 100%);
    background: -ms-linear-gradient(top, rgba(80, 161, 212, 1) 0%, rgba(60, 140, 190, 1) 100%);
    background: linear-gradient(to bottom, rgba(80, 161, 212, 1) 0%, rgba(60, 140, 190, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#50a1d4', endColorstr='#3c8cbe', GradientType=0);
    color: #fff;
}
.btn.btn__gray {
    color: #fff;
    box-shadow: 0 2px 0 0 #3a474f;
    background: rgb(196, 208, 214);
    background: -moz-linear-gradient(top, rgba(196, 208, 214, 1) 0%, rgba(161, 172, 176, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(196, 208, 214, 1) 0%, rgba(161, 172, 176, 1) 100%);
    background: linear-gradient(to bottom, rgba(196, 208, 214, 1) 0%, rgba(161, 172, 176, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c4d0d6', endColorstr='#a1acb0', GradientType=0);
}
.btn.btn__yellow {
    background: #ffc762;
    background: -moz-linear-gradient(top, #ffc762 0%, #fdae1e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc762), color-stop(100%, #fdae1e));
    background: -webkit-linear-gradient(top, #ffc762 0%, #fdae1e 100%);
    background: -o-linear-gradient(top, #ffc762 0%, #fdae1e 100%);
    background: -ms-linear-gradient(top, #ffc762 0%, #fdae1e 100%);
    background: linear-gradient(to bottom, #ffc762 0%, #fdae1e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc762', endColorstr='#fdae1e', GradientType=0);
    color: #fff;
    box-shadow: 0 2px 0 0 #ce8500;
}
.selbel_w {
    position: relative;
    display: block;
    width: 200px
}
.selbel+span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #daeffd;
    color: #09f;
    padding: 0 5px
}
.selbel {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    display: block;
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.col2 {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
*>.col2:nth-child(2n) {
    float: right;
}
.flexframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.flexframe iframe,
.flexframe object,
.flexframe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/************************ Header **************************/

header {
    background: #626262;
    color: #fff;
}
header a {
    color: #fff;
}
header .wrapper {
    position: relative;
}
#logo {
    margin: 28px 0 23px 0;
    display: block;
}
#logo img {
    display: block;
    max-width: 100%;
    height: auto;
}
#show_top_menu {
    display: none;
}
#top_menu {
    float: right;
    margin: 52px 0 0;
    width: 800px;
}
#top_menu > ul {
    display: table;
    width: 100%;
}
#top_menu > ul > li {
    display: table-cell;
}
#top_menu > ul > li > a {
    background: #626262;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    border-right: 1px solid #585858;
    border-left: 1px solid #727272;
    padding: 10px 0;
    text-align: center;
    outline: none;
}
#top_menu > ul > li.current-menu-item > a,
#top_menu > ul > li:hover > a {
    background: rgb(244, 159, 25);
    background: -moz-linear-gradient(top, rgba(244, 159, 25, 1) 0%, rgba(253, 174, 30, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244, 159, 25, 1)), color-stop(100%, rgba(253, 174, 30, 1)));
    background: -webkit-linear-gradient(top, rgba(244, 159, 25, 1) 0%, rgba(253, 174, 30, 1) 100%);
    background: -o-linear-gradient(top, rgba(244, 159, 25, 1) 0%, rgba(253, 174, 30, 1) 100%);
    background: -ms-linear-gradient(top, rgba(244, 159, 25, 1) 0%, rgba(253, 174, 30, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 159, 25, 1) 0%, rgba(253, 174, 30, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f49f19', endColorstr='#fdae1e', GradientType=0);
    box-shadow: inset 0 1px 0 0 #ffc967;
}
#top_menu > ul > li:first-child > a {
    border-left: none;
}
#top_menu > ul > li:last-child {
    border-right: 1px solid #727272;
}
#top_menu > ul > li > .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 500;
    background: #fff;
    border-top: 6px solid #e7980a;
    color: #281d16;
    padding: 20px 30px;
}
#top_menu > ul > li > .sub-menu::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fcac1d;
}
#top_menu > ul > li:hover > .sub-menu {
    display: block;
}
#top_menu .sub-menu a {
    color: #281d16;
}
#top_menu > ul > li > .sub-menu > li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
}
#top_menu > ul > li > .sub-menu > li > span {
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    font-size: 18px;
    line-height: 20px;
    color: #281d16;
    display: block;
    margin: 0 0 20px 0;
}
#top_menu > ul > li > .sub-menu > li a {
    text-decoration: none;
    display: block;
    padding: 2px 0 2px 20px;
}
#top_menu > ul > li > .sub-menu > li a:hover {
    text-decoration: underline;
}
@media ( max-width:700px ){
	#logo {
		display:block;
		margin:0 auto;
		max-width:100%;
		padding:10px !important;
	}
}
@media ( max-width:886px ){
	header .wrapper { padding:0; }
	header .grid { margin:0; }
}

/************************ Home Page Section ****************/
#top_slider.slick-slider {
    margin: 0;
    border-bottom: 1px solid #e1e7e9;
}
#top_slider .slide {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#top_slider .slider_cont {
    min-height: 560px;
}
#top_slider .slider_text_cont {
    max-width: 620px;
}
#top_slider .slider_text_cont h2 {
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    font-size: 72px;
    line-height: 74px;
    margin: 0;
    color: #281d16;
}
#top_slider .slider_text_cont p {
    margin: 50px 0;
    font-size: 20px;
    line-height: 24px;
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    color: #555;
}
#top_slider .slick-dots {
    bottom: 0;
    width: 1140px;
    text-align: left;
    left: 50%;
    margin-left: -570px;
}
#top_slider .slick-dots li {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
}
#top_slider .slick-dots li.slick-active a::before,
#top_slider .slick-dots li a::before {
    display: none;
}
#top_slider .slick-dots li a {
    border-radius: 50%;
    border: 1px solid #90a6b4;
    background: #fff;
    margin: 0 5px 0 0;
    padding: 0;
    width: 10px;
    height: 10px;
}
#top_slider .slick-dots li.slick-active a {
    background: #fdae1e;
    border-color: #fdae1e;
}
#featured_boxes {
    padding: 20px 0;
}
#featured_boxes img {
    display: block;
    max-width: 100%;
    height: auto;
}
#newsletter_bar * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#newsletter_bar {
    overflow: hidden;
    color: #fff;
}
#subs_form {
    color: #fff;
    padding: 20px;
    margin: 20px 0 0 0;
    background-color: #fcb121;
    background-image: url('../img/subscribe-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
#subs_form .grid__col {
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    vertical-align: middle !important;
}
#subs_form .grid__col:last-child {
    border-left: 0;
}
#subs_form p {
    margin: 20px;
    font-size: 17px;
}
#subs_form p,
#subs_form h3,
#subs_form label,
#subs_form input,
#subs_form input[type="text"],
#subs_form input[type="search"],
#subs_form input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
}
#subs_form h3,
#subs_form input[type="text"],
#subs_form input[type="search"],
#subs_form input[type="submit"] {
    margin: 20px 5px;
}
#subs_form h3 {
    width: 34%;
}
#subs_form input[type="text"],
#subs_form input[type="search"] {
    width: 38%;
}
#subs_form input[type="submit"] {
    width: 20%;
}
#subs_form input[type="text"],
#subs_form input[type="search"],
#subs_form input[type="submit"] {
    font-size: 16px;
}
#subs_form input[type="text"],
#subs_form input[type="search"] {
    font-weight: 200;
}
#subs_form p,
.search-form label {
    line-height: 20px;
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    text-transform: uppercase;
    text-align: right;
}
#subs_form h3 {
    display: inline-block;
    font-family: 'helveticaneuecyr';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 23px;
    margin: 0 20px 0 0;
    padding: 12px 0;
    text-align: right;
}
#subs_form input[type='text'],
.search-form input[type='search'] {
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #90a0a6, 0 1px 0 0 #d9e4e8;
    padding: 10px 15px;
    color: #c4d0d5;
    border: none;
}
#subs_form input[type='submit'],
.search-form input[type='submit'] {
    padding: 8px 40px 7px 40px;
}
@media(min-width:880px) and (max-width:1120px) {
    #subs_form p {
        font-size: 13px !important;
    }
    #subs_form h3 {
        width: 28%;
        font-size: 17px !important;
    }
    #subs_form input[type="text"],
    #subs_form input[type="search"] {
        width: 32%;
        font-size: 15px !important;
    }
    #subs_form input[type="submit"] {
        width: 25%;
        font-size: 15px !important;
    }
}
@media(min-width:700px) and (max-width:879px) {
    #subs_form p {
        font-size: 13px !important;
        margin: 13px 10px 13px 0;
    }
    #subs_form h3 {
        width: 22%;
        font-size: 17px !important;
        padding: 3px 0;
    }
    #subs_form input[type="text"],
    #subs_form input[type="search"] {
        width: 32%;
        font-size: 12px !important;
    }
    #subs_form input[type="submit"] {
        width: 25%;
        font-size: 12px !important;
        padding: 0 !important;
    }
}
@media(max-width:700px) {
    #subs_form p, #subs_form h3, #subs_form input[type="text"], #subs_form input[type="search"], #subs_form input[type="submit"] {
        text-align: center;
        display: block;
        width: 90%;
        margin: 20px auto;
    }
    #subs_form .grid__col {
        padding: 0;
    }
    #subs_form .grid__col:last-child {
        border-left: 1px solid #fff;
        border-top: 0;
    }
}
.news_block h3 {
    font-size: 13px;
    color: #111;
}
.news_block img {
    max-width: 100%;
    height: auto;
}
#news_section .page_title {
    margin-top: 5px;
}
#news_section #subs_form {
    margin-top: 20px;
}
.success_section_text {
    padding: 10px 0;
}
.success_section_text h3 {
    font-family: 'helveticaneuecyr';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    color: #363636;
    margin: 10px 0;
}
.success_section_text h4 {
    font-size: 13px;
    line-height: 18px;
    color: #111;
    margin: 10px 0;
}
.image_block_link h3 {
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    color: #281d16;
    margin: 23px 0 20px 0;
}
.logos_cont img {
    max-width: 100%;
    height: auto;
}
#logos_slider {
    /*
    border-top: 1px solid #e1e1e1;
    padding: 20px 0;
    margin-top: 50px;
    */
}
#logos_slider .logos_cont > div {
	margin:0 auto;
    width: 110px;
    max-width:100%;
    height:auto;
}
#logos_slider .slick-prev {
    left: -50px;
}
#logos_slider .slick-next {
    right: -50px;
}
#logos_slider .slick-prev::before,
#logos_slider .slick-next::before {
    font-size: 30px;
    line-height: 20px;
    color: #959595;
    font-family: "fontello";
    margin: 0 5px;
}
#logos_slider .slick-prev::before {
    content: "";
}
#logos_slider .slick-next::before {
    content: "";
}
#success_section img {
    max-width: 100%;
    height: auto;
}
#top_banner .img_cont {
    display: none;
}
/************************ Content Section *******************/

.page_title {
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    text-transform: uppercase;
    font-size: 24px;
    color: #281d16;
    position: relative;
}
.page_title.liner::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
}
.page_title.liner span {
    display: inline-block;
    background: #fff;
    padding: 0 20px 0 0;
    position: relative;
}
#top_banner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 280px;
    color: #fff;
    /* border-bottom: 1px solid #858585; */
}
#top_banner.partners_page,
#top_banner.worlflow-110,
#top_banner.videos_page,
#top_banner.online_editing,
#top_banner.cust_succ {
    border-bottom: none;
}
#top_banner.worlflow-263,
#top_banner.worlflow-172,
#top_banner.worlflow-257,
#top_banner.worlflow-227,
#top_banner.worlflow-197,
#top_banner.worlflow-113,
#top_banner.worlflow-212 {
    border-bottom: 1px solid #e1e7e9;
}
#top_banner h1 {
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    font-size: 48px;
    line-height: 50px;
    margin: 15px 0;
}
#top_banner h2 {
    font-family: 'helveticaneuecyr';
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    margin: 15px 0;
}
#top_banner h3 {
    font-family: 'helveticaneuecyr';
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0;
}
#top_banner ul {
    list-style-type: none;
    margin: 15px 0;
    padding: 0;
}
#top_banner ul li {
    display: block;
    padding: 0 0 0 18px;
    position: relative;
    margin: 0 0 2px 0;
}
#top_banner ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #858585;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}
#content .page_title {
    font-family: 'helveticaneuecyr';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 26px;
    margin: 30px 0;
}
#content .page_content {
    margin: 0 0 30px 0;
}
#content .page_content p {
    margin: 20px 0;
}
#content .page_content img.alignright {
    float: right;
    margin: 0 0 10px 10px;
}
#content .page_content img.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}
#content .page_content img.aligncenter {
    margin: 10px auto;
    display: block;
}
#content .page_content ul,
#content .page_content ol {
    padding: 0 0 0 20px;
}
#content .page_content h1,
#content .page_content h2,
#content .page_content h3,
#content .page_content h4,
#content .page_content h5,
#content .page_content h6 {
    color: #494949;
}
#content .block__bordered {
    border: 1px solid #e1e7e9;
    padding: 20px 40px;
    margin: 20px 0;
}
#content .page_content h2 {
    font-size: 24px;
    line-height: 26px;
}
#content.single_page .page_content h2 {
    margin: 10px 0 25px 0;
}
#content.single_page .page_content p {
    margin: 10px 0;
}
#content.single_page .page_content ul {
    list-style-type: none;
    margin: 15px 0;
    padding: 0;
}
#content.single_page .page_content ul li {
    display: block;
    padding: 0 0 0 30px;
    position: relative;
    margin: 0 0 10px 0;
}
#content.single_page .page_content ul li::before {
    content: "";
    background: #fdb229;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 6px;
}
#content.single_page .page_content ul li::after {
    background: #fff;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 8px;
}
#content.single_page .page_content strong {
    color: #111;
}
#content.contact_page .page_content p {
    font-size: 14px;
    line-height: 18px;
}
#content.contact_page .page_content table {
    border: none;
    min-width: 510px;
}
#content.contact_page .page_content tr {
    border-bottom: 1px solid #ebebeb;
}
#content.contact_page .page_content tr:last-child {
    border: none;
}
#content.contact_page .page_content td {
    padding: 10px 0;
    font-size: 14px;
}
#content.contact_page .page_content .contact_block {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    margin: 0 20px 20px 0;
}
#content.contact_page .page_content img {
    max-width: 100%;
    height: auto;
}
.cust_succ .cust_succ_block {
    padding: 20px 0;
}
.cust_succ .img_cont {
    text-align: center;
    margin: 0 0 30px 0;
}
.cust_succ .img_cont img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.cust_succ .btn {
    padding: 7px 10px;
    font-size: 12px;
}
.cust_succ .cust_succ_block h2 {
    margin: 0 0 20px 0;
}
#content.cust_succ .page_content h2 {
    color: #000;
}
.cust_succ .cust_succ_block strong {
    color: #000;
}
.event_block img,
.cust_succ .cust_succ_block img {
    max-width: 100%;
    height: auto;
}
.event_block {
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
}
.event_block:last-child {
    border-bottom: none;
}
.event_block h4 {
    font-weight: 400;
    color: #000;
    margin: 10px 0;
}
.event_block strong {
    color: #000;
    font-weight: 600;
}
#content .event_block p {
    margin: 10px 0;
}
.event_block .img_cont {
    text-align: center;
}
.event_block .img_cont img {
    display: inline-block;
}
.event_block .verticalcontent {
    height: 100px;
}
.persons_block {
    margin: 30px 0;
}
.persons_block .img_cont {
    border-radius: 50%;
    overflow: hidden;
    width: 180px;
    height: 180px;
    margin: 10px auto;
}
.persons_block .img_cont img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
.media_block {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
}
.media_block:last-child {
    border-bottom: none;
}
.media_block h2 {
    color: #000;
    margin: 10px 0;
}
#content .media_block p.news_name {
    margin: 20px 0 10px 0;
}
#content .media_block p {
    margin: 10px 0;
}
.media_block strong {
    color: #000;
    font-weight: 600;
}
.media_block .img_cont {
    text-align: center;
}
.media_block .img_cont img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.media_block .verticalcontent {
    min-height: 150px;
}
.mediaresource_block {
    border-bottom: 1px solid #e1e1e1;
    padding: 30px 0;
}
.mediaresource_block:last-child {
    border-bottom: none;
}
.mediaresource_block h3,
#content .page_content .mediaresource_block h2 {
    color: #363636;
}
.mediaresource_block h3 {
    font-size: 16px;
    line-height: 18px;
}
#content .page_content .mediaresource_block h2 {
    font-family: 'helveticaneuecyr';
    font-weight: 600;
    font-size: 24px;
    margin-top: 0;
}
.mediaresource_block .download_section {
    max-width: 500px;
}
.mediaresource_block .download_section img {
    max-width: 100%;
    height: auto;
    max-height: 90px;
}
.mediaresource_block .download_section .dovl_tab {
    text-align: center;
}
.mediaresource_block .download_section .dovl_tab td {
    padding: 10px;
}
.mediaresource_block .download_section .dovl_tab td.first_t .img_cont {
    width: 250px;
}
.mediaresource_block .download_section .dovl_tab td.first_t img {
    display: block;
    margin: 0 auto;
}
.mediaresource_block .download_section .dovl_tab td.second_t img {
    max-width: 100px;
}
#content .mediaresource_block .dovl_tab td p {
    margin: 0;
}
.mediaresource_block .download_section .dovl_tab .mobile_t {
    display: none;
}
#content.partners_page .page_content p {
    font-size: 14px;
    line-height: 20px;
}
#content .pres_relises_block h2,
#content .pres_relises_block p {
    margin: 7px 0;
}
.pres_relises_block {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
}
.pres_relises_block:last-child {
    border-bottom: none;
}
.support_cont .page_content .btn.btn__yellow {
    text-tranform: uppercase;
    font-size: 20px;
    padding: 10px 100px;
}
#content.support_cont .page_content h2 {
    color: #000;
}
#content.videos_page .page_content h2 {
    color: #111;
}
#content.videos_page .page_content h3 {
    color: #111;
    font-size: 18px;
}
#content.videos_page .page_content h3.vide_title {
    margin: 10px 0 0 0;
}
#content.videos_page .sub_block p {
    margin: 10px 0;
}
.video_block {
    margin: 0 0 20px 0;
}
#content.map_page .page_content h3 {
    color: #111;
    font-size: 18px;
}
#map_img {
    margin: 20px auto;
    width: 645px;
    position: relative;
}
.map_page .cont_block {
    height: 1px;
    width: 1px;
    opacity: 0;
}
.map_page hr {
    background: none;
    border: none;
    border-top: 1px solid #e1e7e9;
}
.map_page form .grid__col--1-of-3 p {
    font-size: 14px;
    line-height: 20px;
}
#content.map_page form .form_cont2 p {
    margin: 0;
}
.map_page form p b {
    color: #000;
}
.map_page form input,
.map_page form textarea {
    font: 13px/18px Arial, Helvetica, sans-serif;
    color: #000;
    width: 100%;
    background: #fff;
    border: 1px solid #e1e1e1;
    margin: 0 0 15px 0;
    padding: 7px 10px;
}
.map_page form textarea {
    resize: none;
    height: 85px;
}
.map_page form input[type='submit'] {
    padding: 10px 0;
    font-size: 18px;
    text-tranform: uppercase;
    border: none;
    font-weight: 600;
    margin-top: 30px;
}
.map_page .form_cont {
    padding: 20px 0;
}
.map_page .form_cont2 {
    padding: 20px 0 0 0;
}
.map_page .selbel_w {
    width: 100%;
    height: 34px;
    position: relative;
    margin-bottom: 15px;
}
.map_page .selbel_w::after {
    content: "▼";
    position: absolute;
    top: 8px;
    right: 5px;
    font-size: 8px;
}
.map_page span.wpcf7-form-control-wrap {
    display: block;
}
.map_page .use-floating-validation-tip span.wpcf7-not-valid-tip {
    top: 0;
    left: 0;
    background: #ff2222;
    width: 100%;
    padding: 7px 10px;
    color: #fff;
}
.map_page div.wpcf7-validation-errors {
    background: #f7e700;
    color: #000;
}
.selbel+span {
    background: #fff;
    color: #484848;
    border: 1px solid #e1e1e1;
    padding: 7px 10px;
}
#map_img .submap {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
#map_img .submap#afr {
    left: 276px;
    top: 206px;
}
#map_img .submap#asi {
    left: 347px;
    top: 26px;
}
#map_img .submap#austr {
    left: 493px;
    top: 274px;
}
#map_img .submap#eur {
    left: 265px;
    top: 24px;
}
#map_img .submap#north_am {
    top: 0;
    left: 25px;
}
#map_img .submap#south_am {
    left: 168px;
    top: 251px;
}
#map_img #map_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 645px;
    height: 384px;
}
img[usemap],
map area {
    outline: none;
}
.img_vid_cont,
.embed_vid_cont {
    max-width: 300px;
    float: right;
    margin: 0 0 10px 10px;
}
.img_vid_cont img {
    max-width: 100%;
    height: auto;
}
.embed_vid_cont iframe {
    width: 100% !important;
    height: 164px !important;
}
.map_page form .notvalid {
    box-shadow: inset 0 0 5px #ff0000;
}
.map_page form select.notvalid +span {
    box-shadow: inset 0 0 5px #ff0000;
}
.map_page .need {
    position: relative;
}
.map_page .need::after {
    position: absolute;
    content: "*";
    top: 0;
    right: 4px;
    color: #ff0000;
    font-size: 12px;
}
.map_page .selbel_spec .selbel_w {
    width: 256px;
    display: inline-block;
}
/************************ Tabs Section **********************/

.tabs_cont {
    margin: 20px 0;
}
.tabs_titles {
    display: table;
    text-align: center;
    margin-bottom: -1px;
    position: relative;
    border-collapse: collapse;
}
.tabs_titles a {
    display: table-cell;
    background: #ececec;
    color: #959595;
    font-family: 'helveticaneuecyr';
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #e1e1e1;
    padding: 15px 18px;
    text-transform: uppercase;
    outline: none;
    text-decoration: none;
}
.tabs_titles a:hover {
    box-shadow: inset 0 6px 0 0 #fdae1e;
}
/*.tabs_titles a:hover::before { content:""; position: absolute; top: -1px; left: -1px; height: 5px; background: #fdae1e; width: 100%; }*/

.tabs_titles a.active {
    background: #fff;
    border-bottom: 1px solid #fff;
}
.tabs_text {
    color: #959595;
    padding: 15px 30px;
    border: 1px solid #e1e1e1;
    margin: 0 10px 0 0;
}
.tabs_text .t_text {
    display: none;
}
.tabs_text img,
.tabs_text .t_text img {
    max-width: 100%;
    height: auto;
}
.tabs_text .t_text.active {
    display: block;
}
.tabs_text .t_text h2 {
    font-size: 24px;
    color: #363636;
    margin: 30px 0;
    line-height: 26px;
    text-transform: uppercase;
}
.tabs_text table {
    width: 100%;
}
.tabs_text table td {
    padding: 0 10px 20px 0;
    vertical-align: top;
}
.tabs_text .struk_t td {
    padding: 0;
}
.tabs_text .struk_t {
    border-spacing: 10px;
    border-collapse: separate;
}
.tabs_text table td img {
    vertical-align: top;
    display: block;
}
.tabs_text table tr > td:last-child {
    padding-right: 0;
}
.tabs_text table strong {
    display: block;
    margin: 0 0 10px 0;
    color: #111;
}
.tabs_text hr {
    background: none;
    border: none;
    border-top: 1px solid #e1e7e9;
}
.tabs_text .btn.btn__yellow {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    min-width: 300px;
    padding: 10px 20px;
}
#content .tabs_text ul {
    list-style-type: none;
    margin: 15px 0;
    padding: 0;
}
#content .tabs_text ul li {
    display: block;
    padding: 0 0 0 30px;
    position: relative;
    margin: 0 0 10px 0;
}
#content .tabs_text ul li::before {
    content: "";
    background: #fdb229;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 6px;
}
#content .tabs_text ul li::after {
    background: #fff;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 8px;
}
.tabs_text .price_table {
    margin: 30px 0;
}
.tabs_text .price_table tr > td:last-child,
.tabs_text .price_table th,
.tabs_text .price_table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #dedede;
}
.tabs_text .price_table td strong {
    margin: 0;
}
.tabs_text .price_table tr th:first-child,
.tabs_text .price_table tr td:first-child {
    text-align: left;
}
.tabs_text .price_table .thead_row,
.tabs_text .price_table thead {
    background: #4e9fd2;
    color: #fff;
    text-transform: uppercase;
}
.tabs_text .price_table .thead_row td,
.tabs_text .price_table thead tr > td:last-child,
.tabs_text .price_table thead td {
    border-top: 1px solid #4e9fd2;
    border-right: 1px solid #317eae;
    border-left: 1px solid #72b8e4;
    border-collapse: separate;
    position: relative;
}
.tabs_text .price_table thead td::before {
    content: "";
    width: 1px;
    height: 38px;
    background: #72b8e4;
    position: absolute;
    top: -1px;
    left: -1px;
}
.tabs_text .price_table thead tr > td:last-child {
    border-right: 1px solid #4e9fd2;
}
.tabs_text .price_table thead tr > td:first-child {
    border-left: 1px solid #4e9fd2;
}
.tabs_text .price_table thead tr > td:first-child::before {
    display: none;
}
.tabs_text .price_table tbody tr:nth-child(2n) {
    background: #f5f5f5;
}
.tabs_text .price_table tbody .thead_row:nth-child(2n) {
    background: #4e9fd2;
}
.tabs_text .price_table tbody tr > td:last-child,
.tabs_text .price_table tbody tr td {
    border-top: none;
    border-bottom: none;
}
.tabs_text .price_table tbody tr:first-child > td:last-child,
.tabs_text .price_table tbody tr:first-child td {
    border-top: 1px solid #dedede;
}
.tabs_text .price_table tbody tr:last-child > td:last-child,
.tabs_text .price_table tbody tr:last-child td {
    border-bottom: 1px solid #dedede;
}
.tabs_text .price_table tbody td {
    vertical-align: middle;
}
.tabs_text .price_table img {
    display: inline-block;
}
.tabs_text .price_table tbody .thead_row {
    margin-top: 30px;
}
.tabs_text .price_table tbody .thead_row > td:last-child,
.tabs_text .price_table tbody .thead_row td {
    border: 1px solid #4e9fd2;
}
.tabs_text .price_table tbody .blank:nth-child(2n),
.tabs_text .price_table tbody .blank > td:last-child,
.tabs_text .price_table tbody .blank td,
.tabs_text .price_table tbody .blank {
    border-left: none;
    border-right: none;
    background: #fff;
}
.tabs_text .price_table tbody .blank td {
    height: 30px;
}
.tabs_text .price_table tbody .blank {
    border-top: 1px solid #dedede;
}
.tabs_text b,
.tabs_text strong {
    color: #484848;
}
.tabs_text .price_table b,
.tabs_text .price_table strong {
    color: #959595;
}
#content .tabs_text .struk_t p {
    margin: 0 0 10px 0;
}
#content .page_content .tabs_text img.aligncenter {
    margin: 0;
}
.tabs_text table.struk_t_b_corr strong {
    display: inline;
    marign: 0;
}
/************************ Sidebar Section ********************/

#sidebar {
    border-top: 1px solid #e1e7e9;
    margin: 20px 0;
    padding: 10px 0 20px 0;
}
.support_cont #sidebar,
#sidebar.prod {
    border-top: none;
}
.support_cont #sidebar {
    padding-top: 0;
}
#sidebar .widget_title {
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    font-size: 15px;
    line-height: 15px;
    margin: 15px 0;
    text-transform: uppercase;
    color: #281d16;
    letter-spacing: 1px;
}
.featu_widget .fbox {
    margin: 0 0 10px 0;
    position: relative;
}
.featu_widget .img_cont {
    padding: 20px;
    background: rgb(116, 139, 144);
    background: -moz-linear-gradient(top, rgba(116, 139, 144, 1) 0%, rgba(225, 225, 225, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(116, 139, 144, 1)), color-stop(100%, rgba(225, 225, 225, 1)));
    background: -webkit-linear-gradient(top, rgba(116, 139, 144, 1) 0%, rgba(225, 225, 225, 1) 100%);
    background: -o-linear-gradient(top, rgba(116, 139, 144, 1) 0%, rgba(225, 225, 225, 1) 100%);
    background: -ms-linear-gradient(top, rgba(116, 139, 144, 1) 0%, rgba(225, 225, 225, 1) 100%);
    background: linear-gradient(to bottom, rgba(116, 139, 144, 1) 0%, rgba(225, 225, 225, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#748b90', endColorstr='#e1e1e1', GradientType=0);
}
.prod .featu_widget .img_cont {
    background: none;
    padding: 0;
}
.featu_widget .img_cont img {
    max-width: 100%;
    height: auto;
    display: block;
}
.featu_widget .text_cont h3 {
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    padding: 10px 20px;
    background: #363636;
    color: #fff;
}
.featu_widget .fbox a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.custtext_widget_text p {
    margin: 0;
}
.custtext_widget_text a {
    color: #959595;
    text-decoration: none;
}
.custtext_widget_text a:hover {
    text-decoration: underline;
}
#sidebar .custtext_widget .widget_title {
    margin: 30px 0 20px 0;
}
.contact_widget {
    background: rgb(253, 166, 30);
    background: -moz-linear-gradient(top, rgba(253, 166, 30, 1) 22%, rgba(255, 191, 75, 1) 94%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(22%, rgba(253, 166, 30, 1)), color-stop(94%, rgba(255, 191, 75, 1)));
    background: -webkit-linear-gradient(top, rgba(253, 166, 30, 1) 22%, rgba(255, 191, 75, 1) 94%);
    background: -o-linear-gradient(top, rgba(253, 166, 30, 1) 22%, rgba(255, 191, 75, 1) 94%);
    background: -ms-linear-gradient(top, rgba(253, 166, 30, 1) 22%, rgba(255, 191, 75, 1) 94%);
    background: linear-gradient(to bottom, rgba(253, 166, 30, 1) 22%, rgba(255, 191, 75, 1) 94%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fda61e', endColorstr='#ffbf4b', GradientType=0);
    padding: 20px;
    margin: 30px 0;
    text-align: center;
}
#sidebar .contact_widget .widget_title {
    font-family: 'helveticaneuecyr';
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0 20px 0;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #d07d07;
    padding: 0 0 15px 0;
}
.contact_widget .btn {
    padding: 10px 30px;
}
.prodlog_widget {
    text-align: center;
    border-bottom: 1px solid #e1e7e9;
}
.prodlog_widget img {
    max-width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}
.prodlog_widget .btn {
    padding: 8px 30px;
    margin: 0 0 20px 0;
}
.prodlog_widget .btn span {
    display: inline-block;
    background: url('../img/news_icon.png') no-repeat 0 50%;
    padding: 2px 0 0 30px;
}
.vidlink_widget {
    border-bottom: 1px solid #e1e7e9;
    margin-bottom: 30px;
    position: relative;
}
.vidlink_widget h3 {
    background: url("../img/vid_icon.png") no-repeat 100% 50%;
    padding: 20px 0;
}
.vidlink_widget a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.prod .featu_widget {
    border-bottom: 1px solid #e1e7e9;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.border_widget {
    border-bottom: 1px solid #e1e7e9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.buttons_widget .btn {
    margin: 5px 0;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.support_cont #sidebar .custtext_widget .widget_title {
    margin: 20px 0;
}
.support_cont #sidebar .cont_widget .widget_title {
    margin: 20px 0 5px 0;
}
#sidebar .col2 {
    display: inline-block;
    width: 133px;
    vertical-align: top;
}
/************************ Footer Section *********************/

footer,
#footer_to_bottom {
    margin: 0;
    padding: 0;
    height: 311px;
}
footer {
    background: #ebebeb;
}
#footer_menu a {
    font-size: 12px;
    color: #959595;
    line-height: 14px;
    text-decoration: none;
}
#footer_menu a:hover {
    text-decoration: underline;
}
#footer_menu > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 16%;
    padding: 0 10px 0 0;
}
#footer_menu > ul > li li {
    margin: 0 0 7px 0;
}
#footer_menu > ul > li:first-child li {
    margin: 0;
}
#footer_menu > ul > li.nolink {
    margin: 25px 0 20px 0;
}
#footer_menu > ul > li.nolink > span {
    font-size: 14px;
    color: #363636;
    text-transform: uppercase;
    display: block;
    margin: 0 0 25px 0;
}
#footer_menu li.nolink.bolde > span {
    color: #555;
}
#footer_menu li.nolink.bolde.margine {
    margin-top: 10px;
}
#footer_menu li.buttons > a {
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 0 0 #2e739e;
    background: rgb(80, 161, 212);
    background: -moz-linear-gradient(top, rgba(80, 161, 212, 1) 0%, rgba(60, 140, 190, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(80, 161, 212, 1)), color-stop(100%, rgba(60, 140, 190, 1)));
    background: -webkit-linear-gradient(top, rgba(80, 161, 212, 1) 0%, rgba(60, 140, 190, 1) 100%);
    background: -o-linear-gradient(top, rgba(80, 161, 212, 1) 0%, rgba(60, 140, 190, 1) 100%);
    background: -ms-linear-gradient(top, rgba(80, 161, 212, 1) 0%, rgba(60, 140, 190, 1) 100%);
    background: linear-gradient(to bottom, rgba(80, 161, 212, 1) 0%, rgba(60, 140, 190, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#50a1d4', endColorstr='#3c8cbe', GradientType=0);
    padding: 5px 10px;
    margin-top: 30px;
}
#footer_menu li.buttons > a:hover {
    text-decoration: none;
    opacity: 0.7;
}
footer h3 {
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    text-transform: uppercase;
    font-size: 14px;
    color: #363636;
    margin: 25px 0 10px 0;
}
footer .phone_number {
    text-decoration: none;
    font-size: 24px;
    color: #363636;
    position: relative;
    display: block;
    font-family: 'helveticaneuecyr';
    font-weight: 600;
    padding: 4px 0 0 30px;
    background: url("../img/phone_icon.png") no-repeat 0 50%;
    line-height: 28px;
    margin: 0 0 60px 0;
}
footer .social_cont {
    margin: 0 0 30px 0;
}
footer .soc_link {
    color: #555;
    font-size: 36px;
    text-decoration: none;
}
footer .soc_link:hover {
    opacity: 0.7;
}
footer [class^="icon-"]::before,
footer [class*=" icon-"]::before {
    margin: 0;
}
#copyright_text {
    font-size: 12px;
}
#bel_text {}
/************************ Pagination Section ******************/

#content .wp-pagenavi {
    text-align: center;
    margin: 20px 0;
}
#content .wp-pagenavi a,
#content .wp-pagenavi span {
    border: none;
}
/************************ ClearFix Section *******************/

.clfx::before,
.clfx::after {
    content: "";
    display: table;
}
.clfx::after {
    clear: both;
}
.clfx {
    zoom: 1;
}
/************************ Response Section *******************/

@media only screen and (max-width: 1260px) {
    #logos_slider .slick-prev {
        /* left: 0; */
        left:-25px;
    }
    #logos_slider .slick-next {
        /* right: 0; */
        right:-25px;
    }
    #logos_slider .slick-next,
    #logos_slider .slick-prev {
        /* top: 12px; */
        top:53px;
    }
}
@media only screen and (max-width: 1146px) {
    #top_menu {
        width: 100%;
        float: none;
        margin: 10px 0 0 0;
    }
    .wrapper {
        width: 100%;
        margin: 0;
        padding: 0 5px;
    }
    header .grid > .grid__col--1-of-4,
    header .grid > .grid__col--3-of-4 {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .top_banner_cont {
        padding: 0 10px;
    }
    #logo {
        padding: 10px 0;
        margin: 0;
        text-align: center;
    }
    #logo img {
        display: inline-block;
    }
    #top_menu > ul > li:last-child > a {
        border-right: none;
    }
    #top_menu > ul > li:last-child {
        border: none;
    }
    #top_slider .slick-dots {
        left: 0;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
    #top_slider .slider_cont {
        min-height: 470px;
    }
    #logos_slider .slide {
        text-align: center;
    }
    #logos_slider .logos_cont {
        width: 100%;
    }
    #logos_slider .logos_cont img {
        display: inline-block;
    }
    #main-content {
        margin: 0;
    }
    footer,
    #footer_to_bottom {
        height: auto;
    }
    #footer_to_bottom {
        display: none;
    }
    .tabs_cont .struk_t,
    .tabs_cont .struk_t tbody,
    .tabs_cont .struk_t tr,
    .tabs_cont .struk_t th,
    .tabs_cont .struk_t td {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .tabs_text img,
    .tabs_text .t_text img {
        display: inline-block;
    }
    .tabs_text .struk_t td {
        padding-right: 0;
    }
    #content .tabs_text ul {
        max-width: 300px;
        text-align: left;
        margin: 10px auto;
    }
    .worlflows .tabs_text .t_text h2 {
        text-align: center;
    }
    #sidebar .vidlink_widget .widget_title {
        padding: 70px 0 0 0;
        background-position: 50% 0;
        text-align: center;
    }
    #content.contact_page .page_content .contact_block {
        width: 46%;
        margin: 10px 1% 10px 10px;
    }
    #content img {
        max-width: 100%;
        height: auto;
    }
    #sidebar .col2 {
        display: block;
        width: 100%;
    }
    .map_page .selbel_spec .selbel_spec_text {
        width: 100%;
        display: block;
        margin: 8px 0;
    }
    .map_page .selbel_spec .selbel_w {
        width: 100%;
        display: block;
        margin: 10px 0;
    }
    .map_page .need.selbel_spec::after {
        right: 4px;
        top: 30px;
    }
}
@media only screen and (max-width: 886px) {
    #success_section .grid .grid__col--2-of-4 {
        display: block;
        width: 100%;
    }
    #success_section .image_block_link {
        width: 49%;
        text-align: center;
    }
    #success_section .success_section_text img {
        display: block;
        margin: 0 auto;
    }
    #footer_menu > ul > li {
        padding: 0;
        width: 32%;
        text-align: center;
    }
    #show_top_menu {
        display: block;
        background: #626262;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        padding: 10px 0;
        text-align: center;
        outline: none;
        border-top:1px solid #ccc;
    }
    #show_top_menu:hover {
        background: rgb(244, 159, 25);
        background: -moz-linear-gradient(top, rgba(244, 159, 25, 1) 0%, rgba(253, 174, 30, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244, 159, 25, 1)), color-stop(100%, rgba(253, 174, 30, 1)));
        background: -webkit-linear-gradient(top, rgba(244, 159, 25, 1) 0%, rgba(253, 174, 30, 1) 100%);
        background: -o-linear-gradient(top, rgba(244, 159, 25, 1) 0%, rgba(253, 174, 30, 1) 100%);
        background: -ms-linear-gradient(top, rgba(244, 159, 25, 1) 0%, rgba(253, 174, 30, 1) 100%);
        background: linear-gradient(to bottom, rgba(244, 159, 25, 1) 0%, rgba(253, 174, 30, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f49f19', endColorstr='#fdae1e', GradientType=0);
    }
    #top_menu > ul {
        display: none;
    }
    #top_menu > ul > li {
        display: block;
    }
    #top_menu > ul > li > a {
        border-top: 1px solid #ccc;
    }
    #top_menu > ul > li > .sub-menu,
    #top_menu > ul > li:hover > .sub-menu {
        display: none;
    }
    #top_menu > ul > li > .sub-menu {
        position: static;
        text-align: center;
    }
    #top_menu > ul > li > .sub-menu > li {
        display: block;
        width: 100%;
    }
    #top_menu > ul > li > .sub-menu > li a {
        padding: 2px 0;
    }
    #top_menu > ul > li > .sub-menu > li > span {
        margin: 20px 0 10px 0;
    }
    #top_menu > ul > li > .sub-menu > li .top_a_sub {
        color: #281d16;
        display: block;
        font-family: "helveticaneuecyr";
        font-size: 18px;
        font-weight: 200;
        line-height: 20px;
        margin: 0 0 20px;
    }
    .tabs_titles {
        display: block;
        margin-bottom: 0;
    }
    .tabs_titles a {
        display: block;
        border: 1px solid #e1e1e1;
        border-bottom: none;
    }
    .tabs_titles a.active {
        border: 1px solid #e1e1e1;
        border-bottom: none;
    }
    .tabs_text {
        margin: 0;
    }
    .img_vid_cont,
    .embed_vid_cont {
        float: none;
        margin: 10px auto;
        width: 300px;
    }
}
@media only screen and (max-width: 700px) {
    #top_banner {
        border-bottom: none;
    }
    #featured_boxes a {
        display: block;
        text-align: center;
        margin: 10px 0;
    }
    #featured_boxes img {
        display: inline-block;
    }
    .page_title {
        text-align: center;
    }
    .page_title span {
        padding: 0 20px;
    }
    .success_section_text,
    footer .right_text,
    .event_block,
    .media_block,
    #news_section .news_block {
        text-align: center;
    }
    #success_section .image_block_link {
        width: 100%;
    }
    footer .social_cont,
    footer .phone_number {
        margin: 0;
    }
    #copyright_text {
        margin: 0;
        padding: 20px 0;
    }
    footer .phone_number {
        display: inline-block;
    }
    #top_slider .slider_text_cont h2 {
        font-size: 48px;
        line-height: 48px;
    }
    #top_slider .slider_text_cont p {
        margin: 20px 0;
    }
    #top_slider .slider_cont {
        min-height: 375px;
    }
    #top_banner.worlflows {
        background: #fff !important;
    }
    #top_banner .img_cont {
        display: block;
        margin: 10px 0;
        text-align: center;
    }
    #top_banner.worlflows .top_banner_cont {
        color: #281d16 !important;
        text-align: center;
    }
    #top_banner.worlflows ul li {
        display: inline-block;
    }
    #top_banner .img_cont img {
        max-width: 200px;
        height: auto;
    }
    #sidebar {
        max-width: 300px;
        margin: 10px auto;
        text-align: center;
    }
    .prod .img_cont {
        text-align: center;
    }
    .prod .img_cont img {
        display: inline-block;
    }
    #content.contact_page .page_content table {
        min-width: 0;
        width: 100%;
        font-size: 12px;
    }
    #content.contact_page .page_content table td {
        padding: 5px;
    }
    .cust_succ .img_cont {
        text-align: center;
        margin: 0 0 10px 0;
    }
    .cust_succ .btn {
        padding: 7px 10px;
        font-size: 12px;
        margin-bottom: 30px;
    }
    .alignright,
    .alignleft,
    #content .page_content img.alignright {
        float: none;
        display: block;
        margin: 20px auto;
    }
    #content.support_cont .page_content h2 {
        text-align: center;
    }
    #content.videos_page .page_content,
    .video_block {
        text-align: center;
    }
    #map_img {
        display: none;
    }
    .map_page .cont_block {
        height: auto;
        width: 100%;
        opacity: 1;
    }
    .page_content iframe {
        width: 100% !important;
        max-height: 200px !important;
    }
    .tabs_text .struk_t td {
        min-width: unset !important;
    }
    .col2,
    *>.col2:nth-child(2n) {
        float: none;
        display: block;
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    #footer_menu > ul > li {
        width: 49%;
    }
    #top_slider .slider_cont {
        min-height: 0;
    }
    #top_slider .slider_text_cont h2 {
        font-size: 30px;
        line-height: 30px;
    }
    #top_slider .slider_text_cont p {
        font-size: 16px;
        line-height: 20px;
    }
    #top_slider .slick-dots {
        position: static;
    }
    #content.contact_page .page_content .contact_block {
        width: 200px;
        display: block;
        margin: 20px auto;
    }
    #content .block__bordered {
        border: 1px solid #e1e7e9;
        padding: 10px 20px;
    }
    .mediaresource_block {
        text-align: center;
    }
    .dovl_tab td,
    .dovl_tab tbody,
    .dovl_tab tr,
    .dovl_tab {
        display: block;
        width: 100%;
    }
    .mediaresource_block .download_section .dovl_tab .mobile_t {
        display: block;
        padding: 10px 0;
    }
    .mediaresource_block .download_section .dovl_tab .full_width {
        display: none;
    }
}
@media only screen and (max-width: 320px) {
    .img_vid_cont,
    .embed_vid_cont {
        width: 100%;
    }
}

/******************* @TODO Additions to Merge *******************/
.wrapper {
    max-width: 100%;
}
body,
html {
    height: auto;
    position: relative;
}
p#Trademarks {
    margin-bottom: 0;
    padding: 3em 1.5em 2em 1.5em;
}
@media (max-width: 890px) {
    p#Trademarks {
        margin-left: 20px;
    }
}
#footer_menu > ul > li.nolink {
    float: left;
}
.blog_block img,
.pres_relises_block img {
    max-width: 100%;
    height: auto;
}
.blog_block {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
}
.blog_block:last-child {
    border-bottom: none;
}
.cat-links {
    display: block;
}
.tag-links {
    display: block;
}
.archive .top_banner_cont {
    max-width: 40%;
}
.widget_wrapper,
.widget_container > li {
    display: block;
    margin: 0;
    padding: 0;
}
h2.widgettitle {
    margin-top: 0;
}
.check {
    display: inline-block !important;
    width: auto !important;
}
.checkboxes label {
    padding-left: 2em;
}
.search-form label span {
    margin-bottom: 1em;
    display: block;
}
.search-form input[type="search"] {
    max-width: 100%;
    width: 100%;
    position: relative;
    display: block;
    padding: 0px 10px;
    height: 3em;
    margin: 0 -10px 1em;
    border-left: 1px solid #d9e4e8;
    border-right: 1px solid #d9e4e8;
}
.search-form input[type="submit"] {
    display: block;
    margin: 0 auto;
}
.widget_wrapper > div:first-child {
    border: 0 !important;
    text-align: center;
    background: rgb(161, 172, 176);
    background: -moz-linear-gradient(top, rgba(161, 172, 176, 1) 0%, rgba(196, 208, 214, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(161, 172, 176, 1)), color-stop(100%, rgba(196, 208, 214, 1)));
    background: -webkit-linear-gradient(top, rgba(161, 172, 176, 1) 0%, rgba(196, 208, 214, 1) 100%);
    background: -o-linear-gradient(top, rgba(161, 172, 176, 1) 0%, rgba(196, 208, 214, 1) 100%);
    background: -ms-linear-gradient(top, rgba(161, 172, 176, 1) 0%, rgba(196, 208, 214, 1) 100%);
    background: linear-gradient(to bottom, rgba(161, 172, 176, 1) 0%, rgba(196, 208, 214, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a1acb0', endColorstr='#c4d0d6', GradientType=0);
    box-shadow: inset 0 1px 0 0 #ebf8ff;
    color: #fff;
}
.widget_archive label {
    display: none;
}
.widget_archive .selbel_w {
    width: 100%;
    height: 34px;
    position: relative;
    margin-bottom: 15px;
}
.widget_archive .selbel_w::after {
    content: "▼";
    position: absolute;
    top: 8px;
    right: 5px;
    font-size: 8px;
}
.widget_archive .selbel_w select {
    height: 34px;
    min-height: 34px;
}
.blog_block .post-title a {
    text-decoration: none;
    color: #000;
}
.error-404 .grid {
    padding-top: 3em;
    padding-bottom: 3em;
}

/************************ New topnav June 2016 ************************/
header {
    background: #626262;
    font-family: 'helveticaneuecyr', Helvetica, Arial, sans-serif;
}
.page-template-page-home header,
.home header {
    background: rgba(48, 33, 14, 0.975);
    position: absolute;
    width: 100%;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.75);
    min-height: 130px;
    z-index: 999;
}
#top_menu {
    font-family: 'helveticaneuecyr', Helvetica, Arial, sans-serif;
    font-weight: 200;
    margin: 25px 0 0;
    width: 100%;
}
.home #show_top_menu {
	background:transparent;
	border-top:1px solid rgba(255,255,255,0.25);
}

.home #show_top_menu:hover{
	background:rgba(255,255,255,0.1);
}
.home #top_menu > ul > li > .sub-menu {
	color:#fff;
}
.home #top_menu > ul > li > .sub-menu a,
.home #top_menu > ul > li > .sub-menu li,
.home #top_menu > ul > li > .sub-menu span {
	color:#fff;
}
@media (min-width: 1147px) {
    header .wrapper {
        min-height: 130px;
        display: flex;
        align-items: center;
    }
}
#top_menu > ul {
    width: 100%;
}
#top_menu > ul > li > a {
    background: none;
    font-size: 15.57px;
    font-weight: 200;
    text-transform: none;
    text-decoration: none;
    display: block;
    border: none;
    padding: 10px;
    text-align: center;
    outline: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
#top_menu > ul > li.current-menu-item > a,
#top_menu > ul > li:hover > a {
    background: none;
    filter: inherit;
    box-shadow: none;
    opacity: 0.75;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
#top_menu > ul > li:first-child > a {
    border-left: none;
}
#top_menu > ul > li:last-child {
    border-right: none;
}
@media ( min-width: 887px ){
	#top_menu > ul > li > .sub-menu {
	    display: none;
	    position: absolute;
	    top: 35px;
	    left: 50%;
	    -webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
	    width: 200px;
	    z-index: 500;
	    background: none;
	    border-top: none;
	    color: #fff;
	    padding: 5px 0 0 0;
	}
	#top_menu > ul > li > .sub-menu::before {
	    content: "+";
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 4px;
	    text-align: center;
	    background: none;
	}
	#top_menu > ul > li > .sub-menu::before {
	    content: '';
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 5px 5px 0 5px;
	    border-color: #4a4a4a transparent transparent transparent;
	    display: block;
	    margin: 0 auto;
	    position: relative;
	    top: -5px;
	}
	.home #top_menu > ul > li > .sub-menu::before {
	    border-color: #584c3d transparent transparent transparent;
	}
	#top_menu > ul > li:hover > .sub-menu {
	    display: block;
	}
	#top_menu .sub-menu a {
	    color: #FFF;
	}
	#top_menu > ul > li > .sub-menu > li {
	    display: block;
	    vertical-align: top;
	    width: 100%;
	    background: #626262;
	    padding: 2px 15px;
	}
	.home #top_menu > ul > li > .sub-menu > li {
	    background: #30210e;
	}
	#top_menu > ul > li > .sub-menu > li > span {
	    font-family: 'helveticaneuecyr';
	    font-weight: 200;
	    font-size: 18px;
	    line-height: 20px;
	    color: #fff;
	    display: block;
	    margin: 15px 0;
	}
	#top_menu > ul > li > .sub-menu > li a {
	    -webkit-transition: none;
	    -moz-transition: none;
	    -o-transition: none;
	    transition: none;
	    text-decoration: none;
	    display: block;
	    padding: 5px 0;
	    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	#top_menu > ul > li > .sub-menu > li:last-child a {
	    border-bottom: none;
	}
	#top_menu > ul > li > .sub-menu > li a:hover {
	    -webkit-transition: none;
	    -moz-transition: none;
	    -o-transition: none;
	    transition: none;
	    opacity: 0.75;
	    text-decoration: none;
	}
}
@media ( max-width: 886px ){
	/* Mobile submenus */		
	.home #top_menu {
		background:rgba(0,0,0,0.5);
	}
	.home #top_menu > ul > li > .sub-menu {
		background:rgba(255,255,255,0.1);
	}
}
@media (max-width: 1146px) and (min-width: 887px) {
	header { 
		padding-top:15px; 
	}
    #top_menu {
        float: none;
        padding: 0 75px 15px 75px;
        margin:0 auto;
    }
    #logo img {
        max-width: 30%;
    }
    #logos_section .wrapper {
	    padding:0 50px;
    }
    #logos_slider .slick-prev { left:15px; }
    #logos_slider .slick-next { right:15px; }
}
@media (min-width: 887px) {
    #top_menu > ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
    }
	#top_menu > ul > li {
	    display: inline-block;
	    position: relative;
	}
}
@media (min-width: 1147px) {
    #top_menu {
        float: right;
        margin: 25px 0 0;
        width: 800px;
    }
}

/* -- TOP MEDIA -- */

#top_media { 
    position: relative;
    overflow: hidden;
    min-width: 100%;
    top: 0;
    z-index: 0;
    height: 600px;
}

#top_media video {
	background-color: #000;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    margin: 0 auto;
    max-width: none;
    min-width:100%;
    height:auto;
}

#top_media .overlay {
    position: absolute;
    height: auto;
    width: 100%;
    top: 35%;
    margin: auto;
    padding:0 30px;
    
    color: #fff;
    text-align: center;
    font-family: 'helveticaneuecyr';
    font-weight: 400;
    font-size:36px;
    line-height: 40px;
    
    z-index:9999;
}
#top_media .overlay h3 { font-weight: 400; font-size:44px; line-height:48px; margin:0 auto 0.5em auto; }
#top_media .btn { background:#fff;color:#fcad1e;font-size:22px;padding:15px 90px;border-radius: 50px;font-weight:200;text-transform: none; font-family: 'helveticaneuecyr'; }

#top_media .darken {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	z-index: 1000;
	background: rgba(0,0,0,0.1)
}
#top_media .play {
	display:inline-block;
	width:80px;
	height:80px;
	background:transparent url('../img/btn_play@2x.png') no-repeat center center;
	background-size: cover;
}

#top_media .play:hover {
	opacity: 0.7;	
}
@media ( max-width: 700px ){
	#top_media .overlay {
		font-size: 26px;
		line-height:30px;
	}
	#top_media .overlay h3 {
		font-size:34px;
		line-height:38px;
	}
	#top_media video {
		display:none;
	}
}

/************************ Explore Boxes ************************/
#explore_boxes {
    margin-bottom: 40px;
}
#explore_boxes .inner {
    display: block;
    position: relative;
    width: 300px;
    height: 300px;
    margin:0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
}
#explore_boxes .wrapper h3 {
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    font-size: 25px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 20px;
}
#explore_boxes .wrapper a.wrapper-btn,
#explore_boxes .wrapper a.wrapper-btn:hover {
	text-decoration: none;
	display: block;
}
#explore_boxes .wrapper .explore-btn {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 80%;
    margin: 10%;
    color: #fff;
    text-decoration: none;
    background: #fcad1e;
    border-radius: 30px;
    text-transform: none;
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    font-size: 17.3px;
}
#explore_boxes .wrapper a.wrapper-btn:hover .explore-btn,
#explore_boxes .wrapper .explore-btn:hover {
    opacity: 1;
}

/************************ Tagline ************************/
#tagline {
    background: #fcad1e;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0;
}
#tagline h2 {
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    color: #fff;
    font-size: 25px;
    line-height: 29px;
}

/************************ Testimonials ************************/
#top_slider.testimonials,
#top_slider.testimonials .slick-slider,
#top_slider.testimonials .slick-list {
    background-color: #626262 !important;
    color: #fff;
    text-align: center;
}
#top_slider.testimonials img.profile {
    display: block;
    margin: 0 auto 20px auto;
    width: 200px;
    height: auto;
    border-radius: 100px;
    border: 5px solid #fcad1e;
}
#top_slider.testimonials .slider_cont {
    min-height: 560px;
}
#top_slider.testimonials .slider_text_cont {
    max-width: 100%;
    padding:30px;
}
#top_slider.testimonials .slider_text_cont p {
    margin: 0;
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 15px;
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    color: #fff;
}
#top_slider.testimonials .slider_text_cont p.attribution {
    font-size: 24px;
}
#top_slider.testimonials .slick-dots {
    bottom: 0;
    width: 1140px;
    text-align: left;
    left: 50%;
    margin-left: -570px;
}
#top_slider.testimonials .slick-dots li {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
}
#top_slider.testimonials .slick-dots li.slick-active a::before,
#top_slider.testimonials .slick-dots li a::before {
    display: none;
}
#top_slider.testimonials .slick-dots li a {
    border-radius: 50%;
    border: 1px solid #90a6b4;
    background: #fff;
    margin: 0 5px 0 0;
    padding: 0;
    width: 10px;
    height: 10px;
}
#top_slider.testimonials .slick-dots li.slick-active a {
    background: #fdae1e;
    border-color: #fdae1e;
}
@media only screen and (max-width: 700px) {
    #top_slider.testimonials img.profile {
	    width:130px;
    }
}
@media only screen and (max-width: 886px) {
    #top_slider .slider_text_cont {
	    padding:30px;
    }
    #top_slider.testimonials .slider_text_cont p {  
		font-size: 24px;
		line-height: 30px;
    }
    #top_slider.testimonials .slider_text_cont p.attribution {
        font-size: 14px;
		line-height: 22px;
    }
}

/************************ Logos ************************/
#logos_section {
    padding: 40px 50px;
}
#logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#logos .logo {
    display: flex;
    align-items: center;
}
#logos .logo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/************************ Landing Page Template ************************/
.page-template-page-landing-page #top_banner {
    min-height: auto;
    height: 220px;
    max-height: 220px;
    border-bottom: 0;
}
.page-template-page-landing-page #top_banner .wrapper {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    height: 220px;
    max-height: 220px;
}
.page-template-page-landing-page #top_banner h1 {
    font-size: 42px;
}
.page-template-page-landing-page #top_banner .top_banner_featured_image {} 
.page-template-page-landing-page #content {
    padding:70px 15px;
}
.page-template-page-landing-page #content.single_page .page_content h1,
.page-template-page-landing-page #content.single_page .page_content h2,
.page-template-page-landing-page #content.single_page .page_content h3,
.page-template-page-landing-page #content.single_page .page_content h4,
.page-template-page-landing-page #content.single_page .page_content h5,
.page-template-page-landing-page #content.single_page .page_content h6 {
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    color: #fcad1e;
    margin-bottom: 0;
}
.page-template-page-landing-page #content.single_page .page_content h1 {
    font-size: 38px;
    line-height: 42px;
}
.page-template-page-landing-page #content.single_page .page_content h2 {
    font-size: 34px;
    line-height: 38px;
}
.page-template-page-landing-page #content.single_page .page_content h3 {
    font-size: 30px;
    line-height: 34px;
}
.page-template-page-landing-page #content.single_page .page_content h4 {
    font-size: 26px;
    line-height: 30px;
}
.page-template-page-landing-page #content.single_page .page_content h5 {
    font-size: 24px;
    line-height: 30px;
}
.page-template-page-landing-page #content.single_page .page_content h6 {
    font-size: 24px;
    line-height: 30px;
}
.page-template-page-landing-page #content.single_page .page_content {
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    color: #4d4d4f;
    font-size: 24px;
    line-height: 40px;
}
#landing_page_boxes {
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    color: #4d4d4f;
    font-size: 22px;
    line-height: 36px;
}
#landing_page_boxes .grid {
    text-align: center;
    padding:0 15px;
}
#landing_page_boxes h1,
#landing_page_boxes h2,
#landing_page_boxes h3,
#landing_page_boxes h4,
#landing_page_boxes h5,
#landing_page_boxes h6 {
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    color: #4d4d4f;
}
#landing_page_boxes .box {
    text-align: left;
    border: 1px solid #b7b7b7;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    margin-bottom: 100px;
}
#landing_page_boxes .icon {
    width: 100px;
    height: auto;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
}
.page-template-page-landing-page #cta {
    padding-bottom: 40px;
    position: relative;
    top: -50px;
}
.page-template-page-landing-page #cta,
.page-template-page-landing-page #cta h3 {
    text-align: center;
    font-size: 28px;
    line-height:32px;
    font-family: 'helveticaneuecyr';
    font-weight: 200;
}
.page-template-page-landing-page #cta h3 {
    margin-bottom: 50px;
}
.btn.btn-orange {
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #fcad1e;
    border-radius: 39px;
    text-transform: none;
    font-family: 'helveticaneuecyr';
    font-weight: 200;
    font-size: 22px;
    padding: 20px 80px;
    max-width: 100%;
    margin-bottom:1em;
}
.page-template-page-landing-page .btn {
    
}
.page-template-page-landing-page #landing-menu-wrapper {
    width: 100%;
    background: #fff;
    color: #4d4d4f;
    font-size: 18px;
    font-family: 'helveticaneuecyr';
    font-weight: 400;
    border-bottom:1px solid #dbdbdc;
}
.page-template-page-landing-page #landing-menu-wrapper .wrapper {
    display: block;
    margin: 0 auto;
    padding: 15px;
    height: auto;
}
#landing-menu-wrapper ul.landing_menu,
#landing-menu-wrapper ul.landing_menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}
#landing-menu-wrapper ul.landing_menu li {
    display: inline-block;
    margin-right: 30px;
}
#landing-menu-wrapper ul.landing_menu li:before {
    content: none;
    display: none;
}
#landing-menu-wrapper ul.landing_menu a {
    color: #4d4d4f;
    text-decoration: none;
    display:relative;
}
#landing-menu-wrapper ul.landing_menu a:hover,
#landing-menu-wrapper ul.landing_menu .current-menu-item a {
    color: #c7c8ca;
}
#landing-menu-wrapper ul.landing_menu a:hover:after,
#landing-menu-wrapper ul.landing_menu .current-menu-item a:after {
    content:' ';
    display:block;
    position:absolute;
    width:11px;
    height:6px;
    background:url('../img/current-menu-item.gif') no-repeat center;
    background-size: cover;
    margin-left: 50%;
    top: 33px;
}

@media ( max-width: 886px ){
	.page-template-page-landing-page #top_banner .top_banner_featured_image { display:none; } 	
	#landing-menu-wrapper ul.landing_menu li {
	    display: block;
	    margin:15px;
	}
	#landing-menu-wrapper ul.landing_menu a:hover:after,
	#landing-menu-wrapper ul.landing_menu .current-menu-item a:after {
		content:' >';
		display: inline;
		position: relative;
		width:auto;
		height:auto;
		background:none;
		margin:0;
		top:auto;
	}
}
/* ------ Customizations for /platform-family ------ */
.page-id-1479 {
	
}