/*
    Theme Name: Modernretail
    Description: Modernretail WordPress Theme
    Version: 1.0.0
    Author: CRISP
    Tags: HTML5, CSS3
*/

/*------------------------------------*\
    FOUNDATION OVERRIDES
\*------------------------------------*/

body {
    color: #6e6e6e;
    line-height: 1.3;
    font-size: 18px;
    font-family: 'Myriad Pro', 'Arial', sans-serif;
    /*overflow-x: hidden; */
    /*overflow-y: scroll;*/
}
html {
    /*overflow-y: hidden;*/
}
ul, p {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

h1, h2, h3, h4, h5, h6 {
    color: #0e5985;
    font-family: 'Myriad Pro', 'Arial', sans-serif;
    line-height: 1.23;
}
/*
h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}*/

.button-wrapper {
    background: #fff;
    padding: 10px;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.button-wrapper .button {
    margin: 0;
}

.button {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 1.13rem;
    padding-bottom: 1.1925rem;
}

a {
    color: #666;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    -ms-transition-property: color;
    transition-property: color;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

a:hover {
    color: #3a3a3a;
}

section p a{
    text-decoration: underline;
}

body .row {
    max-width: 1200px;
}

.row.wide {
    max-width: 1600px;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/*input[type="text"],
input[type="email"] {
    border: 3px solid #af9150;
    background: #fdfcf7;
    font-size: 14px;
    font-weight: bold;
    color: #6a6a6a;
    font-family: 'HelveticaNeue';
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    margin: 0;
}

textarea {
    border: 3px solid #af9150;
    background: #fdfcf7;
    font-size: 14px;
    font-weight: bold;
    color: #6a6a6a;
    font-family: 'HelveticaNeue';
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
}

input[type="submit"],
button[type="submit"].button {
    border: 3px solid #7c6431;
    background: #af9150;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'HelveticaNeue';
    margin: 0;
    height: 40px;
    padding: 5px 20px;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"].button:hover,
button[type="submit"].button:focus {
    background-color: #7c6431;
}

select {
    border: 3px solid #af9150;
    background: #fdfcf7;
    font-size: 14px;
    font-weight: bold;
    color: #6a6a6a;
    font-family: 'HelveticaNeue';
    margin: 0;
    padding: 4px 10px 4px 20px;
}*/

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/



/*------------------------------------*\
    HEADER
\*------------------------------------*/


.header {
    border-bottom: 10px solid #51a5d6;
}
.header .top-bar {
    padding: 25px 0 0 0;
}
.header .logo{
    display: block;
    margin-top: -25px;
}
.home .header .sticky-wrap{
    border-bottom: none;
}
.header .sticky-wrap.sticky {
    position: fixed; top: 0; left: 0; right: 0;
    background: #fff;
    z-index: 101; 
}
.admin-bar .header .sticky-wrap.sticky{
    top: 32px;
}
.header .sticky-wrap.sticky .top-bar{
    display: none;
}
.header .sticky-wrap.sticky .logo{
    margin-top: 3px;
}
.header .sticky-wrap.sticky .logo img{
    max-width: 50%;
}
.header-menu {
    float: right;
    line-height: 1;
    font-size: 16px;
}

.header-menu li {
    margin-left: 15px;
    display: inline-block;
}

.header-menu li:first-child {
    margin-left: 0;
}

.header-menu a {
    color: #999b9e;
}

.main-menu {
    padding: 30px 0;
    font-size: 22px;
    line-height: 1;
    float: right;
}
.header .sticky-wrap.sticky .main-menu{
    padding: 5px 0;
}
.main-menu{
    white-space: nowrap;
    word-wrap: normal;
}
.main-menu li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.main-menu .sub-menu {
    display: none;
}
.main-menu li:first-child {
    margin-left: 0;
}
.main-menu li a{
    display: block;
}
.main-menu li.current-menu-item a, .main-menu li:hover a{
    color: #3a3a3a;
}
.exclude-wrap{
    display: none;
    background: #eaeaea;
    padding: 5px 10px;
}
.sticky .exclude-wrap{
    display: none;
}
#menu-main-menu .marked a{
    display: block;
    background: #117e02;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 11px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.exclude-wrap li.marked a{
    display: block;
    background: #117e02;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.main-menu li.marked.current-menu-item a, .exclude-wrap li.marked.current-menu-item a{
    border: 3px solid;
    color: #555555;
    border-radius: 8px;
    background: white;
}
.exclude-wrap li.marked{
    margin: 0;
}
.main-menu li.marked:hover a{
    box-shadow: inset 0 0 0 50px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 0 0 50px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 0 0 50px rgba(0, 0, 0, .2);
}
.main-menu a {
    color: #2584bc;
}

.menu-expand{
    display: none;
    font-weight: 600;
    color: #0e5985;
    font-size: 22px;
    float: right;
}
.menu-expand:after{
    content: '';
    width: 24px;
    height: 20px;
    background: url(img/sprite.png) -50px -121px no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: relative; top: -3px;
    margin: 0 0 0 10px;

    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;

    transition: transform 400ms ease-in-out;
    -moz-transition: -moz-transform 400ms ease-in-out;
    -webkit-transition: -webkit-transform 400ms ease-in-out;

    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.menu-expand.expanded:after{
    background-position: -80px -120px;

    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.mobile-product-sidebar {
    display: none;
}
/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/

/* Common -- */

.block-title {
    font-weight: bold;
    font-size: 42px;
    margin: 0 0 3px 0;
}

.block-tagline {
    font-weight: bold;
    font-family: 'Myriad Pro';
    color: #a3a3a3;
    font-size: 18px;
}

.block-text {
    font-family: 'PT Serif', serif;
    line-height: 1.6;
}

/* Slider -- */

.slider-container .slide-info h2{
    font-size: 36px;
    color: #fff;
    position: absolute; top: 21.8%; left: 46.7%;
    width: 39%;
}
.slider-container .slide-info h2 > span{

}
.slider-container .slide-info .addition-image{
    position: absolute;
    top: 43%;
    left: 49.3%;
    width: 9%;
}
.slider-container .slide-info .addition-image:nth-of-type(2){
    margin-left: 14.7%;
    width: 17.3%;
    top: 48%;
}
.slider-container .slide-info .addition-image:nth-of-type(3){
    width: 9%;
    top: 64%;
    left: 46.3%;
}
.slider-container .slide-info .addition-image:nth-of-type(4) {
    top: 64%;
    left: 62%;
    width: 6%;
}
.slider-container .slide-info .addition-image.wordpress {
    top: 64%;
    left: 75.3%;
    width: 8.5%;
}
.slider-container .slide-info .addition-image img{
    max-width: 100%;
}
/* Get started -- */

.get-started-container {
    padding: 45px 0;
    background: #f1f1f1;
    text-align: center;
}

.get-started-container ul {
    display: table;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.get-started-container li {
    display: table-cell;
    vertical-align: middle;
}

.get-started-container img {
    max-width: 70%;
}
.get-started-container .button {
    white-space: nowrap;
    word-wrap: normal;
}
/* Get started -- */

.home-page-content {
    font-family: 'PT Serif', serif;
    padding: 85px 0 65px;
    font-size: 22px;
    line-height: 1.45;
}

.home-page-content h1 {
    color: #3a3a3a;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 52px;
}
.content-wrap{
    background: #fff;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 600px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(600px,#ffffff));
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#ffffff 600px);
    background: -o-linear-gradient(top, #f7f7f7 0%,#ffffff 600px);
    background: -ms-linear-gradient(top, #f7f7f7 0%,#ffffff 600px);
    background: linear-gradient(to bottom, #f7f7f7 0%,#ffffff 600px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
    overflow: hidden;
    clear: both;
}

.content-wrap .content p.largefont{
    font-size: 24px;
    line-height: 42px;
}
.content-wrap .small-featured-image {
    display: none;
}

.content{
    padding: 70px 0;
}
.woo-shop #content {
    padding: 70px 20px 0;
}
.content h1{
    font-size: 42px;
    color: #3a3a3a;
    font-weight: 700;
}

.full-width-content{
    padding: 45px 0 40px 0;
}
/* Platforms -- */


.platforms-description .help-button {
    background: #51a5d6;
    line-height: 60px;
    margin: 0 auto;
    height: 60px;
    display: block;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-family: 'Myriad Pro','Arial',sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    width: 260px;
}
.platforms-description .help-button:hover {
    box-shadow: inset 0 0 0 50px rgba(0, 0, 0, .5);
    cursor: pointer;
}
.platforms-description {
    background: #f3f6f8;
    padding: 45px 0 15px;
}
.platforms-description .block-text {
    padding: 50px 0 0;
    font-size: 16px;
    min-height: 340px;
    text-align: justify;
}
@-moz-document url-prefix() {
    .platforms-description .block-text {
        min-height: 360px;
    }
}

.platforms-description .platform-block {
    padding-top: 30px;
    position: relative;
    padding-bottom: 80px;
    display: inline-block;
    float: none;
    vertical-align: top;
}
.platforms-description .platform-block img {
    max-width: 200px;
}
.platforms-description .button {
    background: #fff;
    border: 1px solid #b6babc;
    color: #51a5d6!important;
    font-size: 11px;
    padding-top: 1.53em;
    padding-bottom: 1.5925em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    position: absolute;
    bottom: 0;
    width: 260px;
    left: 1.3em;
    right: 1.3em;
    white-space: nowrap;
    word-wrap: normal;
}
.platforms-description [class*="column"] + [class*="column"]:last-child {
    float: none;
}
.platforms-description .platform-block:last-child .button {
    margin-bottom: 18px;
}
/* Specialists -- */

.specialists-container {
    background-color: #115279;
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-family: 'PT Serif', serif;
    line-height: 1.45;
    padding: 30px 0 30px 0;
}

.specialists-container a{
    color: #fff;
}
.specialists-container a:hover{
    color: #e5e5e5;
}
.specialists-container h2 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 55px;
}

/* Integration -- */

.integration-container {
    background: #fff;
    padding: 85px 0 125px;
    font-size: 22px;
}

.integration-container .logos-container ul {
    display: block;
    width: 100%;
    margin: 0 0 35px 0;
    padding: 0;
    list-style-type: none;
}

.integration-container .logos-container {
    padding-top: 38px;
    padding-bottom: 30px;
}
.integration-container .logos-container li a {
    vertical-align: middle;
}

.integration-container .logos-container li {
    width: 18%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 25px 5px;
}
.integration-container .logos-container ul:after {
    content: "";
    display: table;
    clear: both;
}

/* Marketing -- */

.marketing-container {
    background: #ecf0f3;
    padding: 90px 0 90px;
    font-size: 20px;
}

.marketing-container .block-text {
    padding-top: 25px;
}

/* Testimonials -- */

.testimonials-container {
    padding: 60px 0 65px;
    text-align: center;
}

.testimonials-container h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
}

.testimonials-container q {
    font-size: 28px;
    line-height: 1.36;
    font-family: 'PT Serif', serif;
    font-style: italic;
}

.testimonials-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.testimonial-container {
    padding-top: 50px;
}

.testimonial-meta {
    font-weight: bold;
    padding: 20px 0 0 0;
}

.testimonial-meta a {
    color: #0e5985;
}

.bx-wrapper .bx-controls-direction a {
    width: 19px;
    height: 37px;
    background: url(img/sprite.png) 0 0 no-repeat;
    opacity: 0.3;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    left: -5px;
    background-position: 0 -111px;
}

.bx-wrapper .bx-controls-direction a.bx-next {
    right: -5px;
    background-position: -19px -111px;
}

.bx-wrapper .bx-controls-direction a.bx-prev:hover {
    opacity: 1;
    background-position: 0 -111px;
}

.bx-wrapper .bx-controls-direction a.bx-next:hover {
    opacity: 1;
    background-position: -19px -111px;
}
.brand_container .bx-wrapper a.bx-next {
    right: -35px;
}
.brand_container .bx-wrapper a.bx-prev {
    left: -45px;
}
.brand_container .bx-default-pager {
    display: none;
}
/*------------------------------------*\
    INNER PAGE
\*------------------------------------*/
.pos-integration-page-v2 .content .pim-system .wpb_text_column.wpb_content_element,
.pos-integrations .content .pim-system .wpb_text_column.wpb_content_element,
.pos-integration-page-v2 .content .other-system .wpb_text_column.wpb_content_element,
.pos-integrations .content .other-system .wpb_text_column.wpb_content_element,
.pos-integration-page-v2 .content .custom_elements .wpb_text_column.wpb_content_element,
.pos-integrations .content .custom_elements .wpb_text_column.wpb_content_element,
.pos-integration-page-v2 .content .special_elements .wpb_text_column.wpb_content_element,
.pos-integrations .content .special_elements .wpb_text_column.wpb_content_element {
    border-radius: 5px;
    /*border: 1px solid #04A4CC;*/
}
.pos-integration-page-v2 .featured-image .featured-text h1,
.pos-integrations .featured-image .featured-text h1 {
	font-size: 70px;
	text-transform: uppercase;
	text-align: left;
	line-height: 1;
	padding-left: 70px;
	font-weight: bold;
}
.pos-integration-page-v2  .featured-image .featured-text h3,
.pos-integrations .featured-image .featured-text h3 {
	text-align: left;
	font-size: 70px;
	font-weight: bold;
	padding-left: 50px;
	margin-bottom: 30px;
}
.pos-integration-page-v2 .featured-image .featured-text .text,
.pos-integrations .featured-image .featured-text .text {
	font-weight: bold;
	margin-left: 0;
	max-width: 640px;
	font-size: 28px;
	margin-right: 0;
	padding-left: 20px;
	line-height: 1.5;
    font-family: 'Myriad Pro', 'Arial', sans-serif;
}
.full-width-content{
    position: relative;
    margin-left: -41%;
}
.full-width-content .bg-section{
    position: absolute; top: 0; left: -100%; right: -100%; bottom: 0;
}
.full-width-content .content-section{
    position: relative !important;
}
.wpb_row.full-width-content{
    margin-left: -41%;
}
.our-works{
    margin: 0;
    list-style: none;

}
.our-works li{
    overflow: hidden;
    float: left;
    width: 33.33%;
    padding: 0.5%;
    position: relative;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -webkit-transition: all 700ms ease-in-out;
}
.our-works li img{
    max-width: 100%;
    transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -webkit-transition: all 700ms ease-in-out;
}

.our-works li:nth-child(3n+1){
    clear: left;
}
.our-works li a{
    display: block;
    position: relative;
}
.our-works li a:after{
    content: '';
    background: url(img/zoom.png) center center #000 no-repeat;
    opacity: 0;
    visibility: hidden;
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;

    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
}
.our-works li a:hover::after{
    opacity: 0.6;
    visibility: visible;
}
.our-works li .title{
    position: absolute; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 10px;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
}
.our-works li a:hover .title{
    background: rgba(0, 0, 0, 0);
    z-index: 100;
}
.our-works li.loading:after{
    content: '';
    position: absolute; top: 1.5%; left: 1.5%; right: 1.5%; bottom: 1.5%;
    background: url(img/ajax-loader.gif) center center no-repeat rgba(0, 0, 0, 1);
}
.our-works li.loading img, .our-works li.loading .title{
    opacity: 0;
}
.fancybox-title{
    position: absolute; left: 15px; right: 15px; bottom: 15px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 16px;
    padding: 10px;
}
#menu-main-menu li.separator {
    position: relative;
}
#menu-main-menu li.separator:before {
    content: '|';
    display: block;
    position: absolute;
    color: #51A5D6;
    left: -20%;
    top: -1px;
}
.sticky-wrap li.marked {
	display: none;
}

.sticky-wrap.sticky li.marked,
 .sticky-wrap #menu-contact-us li.marked {
	display: inline-block;
}
.product-count {
	color: #999b9e;
}
#menu-contact-us li.marked:hover a {
  box-shadow: inset 0 0 0 50px rgba(0, 0, 0, .2);
  -moz-box-shadow: inset 0 0 0 50px rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 0 0 50px rgba(0, 0, 0, .2);
}
#menu-contact-us li.marked a, .exclude-wrap li.marked a {
    display: block;
    background: #117e02;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 11px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
article.post {
    border-bottom: 1px solid #C0C0C2;
    padding-bottom: 20px;
    padding-top: 20px;
}
article.post:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
}
article.post .button-wrapper{
    padding: 5px;
    background: #F1F1F1;
}
article.post .button{
    font-size: 14px;
    padding: 10px 20px;
}

article.post, article.page, .full-width-content{
    font-family: 'PT Serif', serif;
    font-weight: 400;
    color: #6e6e6e;
    line-height: 28px;
}
article.post h1, article.post h2, article.post h3, article.post h4,
article.page h1, article.page h2, article.page h3, article.page h4,
.full-width-content h1, .full-width-content h2, .full-width-content h3, .full-width-content h4{
    font-weight: 700;
}

article.post .date,
article.post .author,
article.post .comments{
    font-family: 'Myriad Pro','Arial',sans-serif;;
}

article.post h5, article.page h5, .full-width-content h5{
    font-size: 16px;
    font-weight: 700;
    color: #a3a3a3;
}
.expandable-header{
    cursor: pointer;
}
.expandable-block ul{
    list-style: none;
}
.expandable-header li{
    display: inline-block;
    padding-left: 30px;
}
.expandable-header:before{
    content: '';
    width: 13px;
    height: 9px;
    display: inline-block;
    background: url("img/sprite.png") no-repeat -231px -75px;
    vertical-align: middle;
    margin: 0 15px 0 0;

    transform-origin: 50% 25%;
    -moz-transform-origin: 50% 25%;
    -webkit-transform-origin: 50% 25%;

    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
}
.expandable-block .expandable-header{
    position: relative;
}
.expandable-block .expandable-header:before{
    position: absolute; top: 0; left: 0; bottom: 0;
    margin: auto;
}
.expandable-header.active:before{
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.expandable-block{
    display: none;
}
.vc_responsive .content-wrap .custom_elements .vc_span2 {
    width: 20%;
}
.contact-us .content h1, .get-started .content h1{
    color: #117e02;
    font-size: 72px;
    text-align: center;
}
.g-recaptcha {
    margin-bottom: 15px;
}
div.wpcf7{
    border-top: 1px solid #c0c0c2;
    margin-top: 30px;
    padding-top: 30px;
    overflow: hidden;
}
div.wpcf7 select{
    background: transparent;
    border:1px solid #717171;
    border-radius:5px;
    position:relative;
    line-height: 15px;
    z-index:1;
}
div.wpcf7 .select .wpcf7-form-control-wrap{
    position:relative;
}
div.wpcf7 .select .wpcf7-form-control-wrap:after{
    content: '';
    position: absolute;
    right: 10px;
    width: 0;
    bottom: 4px;
    height: 0;
    border-top:12px solid #b4b4b4;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
div.wpcf7 .wpcf7-checkbox{
    font-family: 'Myriad Pro','Arial',sans-serif;
}
span.wpcf7-not-valid-tip,
.content .wpcf7-form label.error {
    color: #da8205;
    font-family: 'Myriad Pro', 'Arial', sans-serif;
    font-size: 15px;
    margin-top: 10px;
}
.partnerCapthca {
    margin-top: 20px;
}
.partner-modern-retail .wpb_wrapper .wpcf7 input {
    margin-bottom: 16px;
}
div.wpcf7 br{
    display: none;
}
.wpcf7 label{
    font-size: 18px;
    font-family: 'Myriad Pro','Arial',sans-serif;
}
.wpcf7 .vertical{
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}
.wpcf7 .wpcf7-submit{
    background: #51a5d6;
    padding: 0 50px;
    line-height: 60px;
    height: 60px;
    display: block;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-family: 'Myriad Pro','Arial',sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
}

.wpcf7 .wpcf7-submit:hover{
    box-shadow: inset 0 0 0 50px rgba(0, 0, 0, .5);
}

.wpcf7 .wpcf7-response-output{
    margin: 0 15.386%;
    clear: both;
}
.contact-us .wpcf7 .wpcf7-response-output{
    margin: 0 14.2857%;
}


body .vc_separator.vc_sep_color_grey .vc_sep_line{
    border-color: #c0c0c2;
}

.grey_border_color{
    border-color: #c0c0c2;
}
/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

.sidebar ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar .menu li a{
    font-family: 'Myriad Pro',​'Arial',​sans-serif;
    font-size: 18px;
    color: #0e5985;
    display: block;
    padding: 15px 0 15px 30px;

}
.sidebar .menu > li{
    border-top: 1px solid #c0c0c2;
}

.sidebar .menu > li > .sub-menu{
    display: none;
}
.sidebar .menu > li.current-menu-parent > .sub-menu, .sidebar .menu > li.current-menu-item > .sub-menu{
    display: block;
}
.sidebar .menu > li .sub-menu li a{
    font-size: 18px;
    color: #0e5985;
    display: block;
    padding: 3px 0 3px 30px;
}
.sidebar ul li:hover > a,
.sidebar .menu > li .sub-menu li:hover a,
.sidebar .menu > li .sub-menu li.current-menu-item > a
{
    color: #3a3a3a;
    position: relative;
}
.sidebar .menu > li .sub-menu li:hover a:before,
.sidebar .menu > li .sub-menu li.current-menu-item > a:before
{
    content: '';
    width: 12px;
    height: 14px;
    background: url(img/sprite.png) 0 -161px no-repeat;
    position: absolute; top: 0; bottom: 0; left: 10px;
    margin: auto;
}
.sidebar .menu > li.menu-item-has-children{
    position: relative;
}
.sidebar .menu > li.menu-item-has-children:after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 10px;
    bottom: 0;
    width: 13px;
    height: 9px;
    background: url("img/sprite.png") -231px -75px no-repeat;
    display: block;
}
.sidebar .menu > li.menu-item-has-children.active, .sidebar .menu > li:first-child{
    border-top: none;
}
.sidebar .menu > li.menu-item-has-children.active:after,
.sidebar .menu > li.current-menu-item:after,
.sidebar .menu > li.current-menu-parent:after{
    display: none;
}
.sidebar .menu > li.menu-item-has-children.active > a,
.sidebar .menu > li:hover > a,
.sidebar .menu > li.current-menu-item > a,
.sidebar .menu > li.current-menu-parent > a
{
    background: #0e5985;
    border-radius: 5px;
    color: #fff;
}

.sidebar ul li.e-commerce > a:before,
.sidebar ul li.woo-commerce > a:before,
.sidebar ul li.wp-commerce > a:before,
.sidebar ul li.hip > a:before,
.sidebar ul li.store-manager > a:before,
.sidebar ul li.web-design > a:before,
.sidebar ul li.dedicated-team > a:before,
.sidebar ul li.shopping-features > a:before,
.sidebar ul li.back-office > a:before,
.sidebar ul li.marketing > a:before,
.sidebar ul li.pos > a:before,
.sidebar ul li.hosting > a:before,
.sidebar ul li.magento > a:before,
.sidebar ul li.customer > a:before,
.sidebar ul li.shopify > a:before,
.sidebar ul li.bigcommerce > a:before {
    content: '';
    background: url("img/sprite.png") -231px 0 no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px 0 0;
}
.sidebar ul li.shopify > a:before {
    background-position: -337px -102px;
}
.sidebar ul li.e-commerce > a:before{
    background-position: -477px -67px;
}
.sidebar ul li.woo-commerce > a:before{
    background-position: -436px -100px;
}
.sidebar ul li.wp-commerce > a:before{
    background-position: -231px 0;
}
.sidebar ul li.hip > a:before{
    background-position: -386px -67px;
}
.sidebar ul li.store-manager > a:before{
    background-position: -266px 0;
    width: 31px;
    margin-left: 4px;
}
.sidebar ul li.web-design > a:before{
    background-position: -264px -70px;
    width: 30px;
    margin-left: 4px;
}
.sidebar ul li.dedicated-team > a:before{
    background-position: -297px 0;
    width: 33px;
    margin-left: 2px;
}
.sidebar ul li.shopping-features > a:before{
    background-position: -329px 0;
    width: 34px;
    margin-left: 1px;
}
.sidebar ul li.back-office > a:before{
    background-position: -360px 0;
    width: 34px;
    margin-left: 1px;
}
.sidebar ul li.marketing > a:before{
    background-position: -492px 0;
}
.sidebar ul li.pos > a:before{
    background-position: -392px 0;
    width: 32px;
    margin-left: 3px;
}
.sidebar ul li.hosting > a:before{
    background-position: -424px 0;

}
.sidebar ul li.customer > a:before{
    background-position: -459px 0;
    width: 33px;
    margin-left: 2px;
}
.sidebar ul li.magento > a:before{
    background-position: -299px -70px;
    width: 30px;
    margin-left: 5px;
}
.sidebar ul li.bigcommerce > a:before{
    background-position: -282px -144px;
    width: 26px;
    margin-left: 5px;
}
.sidebar ul li.current-menu-parent.shopify > a:before,
.sidebar ul li.shopify:hover > a:before,
.sidebar ul li.active.shopify > a:before,
.sidebar ul li.current-menu-item.shopify > a:before {
    background-position: -337px -140px;
}
.sidebar ul li.active.e-commerce > a:before,
.sidebar ul li.current-menu-item.e-commerce > a:before,
.sidebar ul li.current-menu-parent.e-commerce > a:before,
.sidebar ul li.e-commerce:hover > a:before
{
    background-position: -477px -102px;
}

.sidebar ul li.active.woo-commerce > a:before,
.sidebar ul li.current-menu-item.woo-commerce > a:before,
.sidebar ul li.current-menu-parent.woo-commerce > a:before,
.sidebar ul li.woo-commerce:hover > a:before
{
    background-position: -436px -68px;
}

.sidebar ul li.active.wp-commerce > a:before,
.sidebar ul li.current-menu-item.wp-commerce > a:before,
.sidebar ul li.current-menu-parent.wp-commerce > a:before,
.sidebar ul li.wp-commerce:hover > a:before
{
    background-position: -231px -34px;
}

.sidebar ul li.active.hip > a:before,
.sidebar ul li.current-menu-item.hip > a:before,
.sidebar ul li.current-menu-parent.hip > a:before,
.sidebar ul li.hip:hover > a:before
{
    background-position: -386px -102px;
}

.sidebar ul li.active.store-manager > a:before,
.sidebar ul li.current-menu-item.store-manager > a:before,
.sidebar ul li.current-menu-parent.store-manager > a:before,
.sidebar ul li.store-manager:hover > a:before
{
    background-position: -266px -34px;
}
.sidebar ul li.active.web-design > a:before,
.sidebar ul li.current-menu-item.web-design > a:before,
.sidebar ul li.current-menu-parent.web-design > a:before,
.sidebar ul li.web-design:hover > a:before
{
    background-position: -264px -100px;
}
.sidebar ul li.active.dedicated-team > a:before,
.sidebar ul li.current-menu-item.dedicated-team > a:before,
.sidebar ul li.current-menu-parent.dedicated-team > a:before,
.sidebar ul li.dedicated-team:hover > a:before
{
    background-position: -297px -34px;
}
.sidebar ul li.active.shopping-features > a:before,
.sidebar ul li.current-menu-item.shopping-features > a:before,
.sidebar ul li.current-menu-parent.shopping-features > a:before,
.sidebar ul li.shopping-features:hover > a:before
{
    background-position: -329px -34px;
}
.sidebar ul li.active.back-office > a:before,
.sidebar ul li.current-menu-item.back-office > a:before,
.sidebar ul li.current-menu-parent.back-office > a:before,
.sidebar ul li.back-office:hover > a:before
{
    background-position: -360px -34px;
}
.sidebar ul li.active.marketing > a:before,
.sidebar ul li.current-menu-item.marketing > a:before,
.sidebar ul li.current-menu-parent.marketing > a:before,
.sidebar ul li.marketing:hover > a:before
{
    background-position: -492px -34px;
}
.sidebar ul li.active.pos > a:before,
.sidebar ul li.current-menu-item.pos > a:before,
.sidebar ul li.current-menu-parent.pos > a:before,
.sidebar ul li.pos:hover > a:before
{
    background-position: -392px -34px;
}
.sidebar ul li.active.hosting > a:before,
.sidebar ul li.current-menu-item.hosting > a:before,
.sidebar ul li.current-menu-parent.hosting > a:before,
.sidebar ul li.hosting:hover > a:before
{
    background-position: -424px -34px;
}
.sidebar ul li.active.customer > a:before,
.sidebar ul li.current-menu-item.customer > a:before,
.sidebar ul li.current-menu-parent.customer > a:before,
.sidebar ul li.customer:hover > a:before
{
    background-position: -459px -34px;
}

.sidebar ul li.active.magento > a:before,
.sidebar ul li.current-menu-item.magento > a:before,
.sidebar ul li.current-menu-parent.magento > a:before,
.sidebar ul li.magento:hover > a:before
{
    background-position: -299px -105px;
}

.sidebar ul li.active.bigcommerce > a:before,
.sidebar ul li.current-menu-item.bigcommerce > a:before,
.sidebar ul li.current-menu-parent.bigcommerce > a:before,
.sidebar ul li.bigcommerce:hover > a:before{
    background-position: -309px -143px;
}

.sidebar .widget_recent_entries li,
.sidebar .recent-posts-extended li
{
    margin: 0;
}
.sidebar .widget_recent_entries li a,
.sidebar .recent-posts-extended li a
{
    color: #6E6E6E;
    font-weight: 400;
}
.sidebar .widget_categories ul,
.sidebar .widget_recent_entries ul,
.sidebar .widget_archive ul,
.sidebar .recent-posts-extended ul
{
    margin: 0 0 0 20px;
    list-style: disc;
}
.right-sidebar .widget-container{
    border-bottom: 1px solid #C0C0C2;
    padding-top: 20px;
    padding-bottom: 20px;
}
.right-sidebar .widget-container:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.sidebar .recent-posts-extended ul{
    list-style: none;
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/

/* Numbers -- */

.numbers-container {
    background: #0e5985;
    padding: 100px 0 190px;
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.numbers-container h3{
    font-size: 26px;
    color: #fff;
    font-family: 'PT Serif',​serif;
    text-align: center;
    font-weight: 700;
    margin-bottom: 35px;
}
.numbers-container ul {
    display: table;
    width: 100%;
}

.numbers-container li {
    display: table-cell;
}

.numbers-container li span {
    display: block;
}

.numbers-container .number {
    font-size: 52px;
    font-family: 'PT Serif', serif;
    font-weight: bold;
    line-height: 52px;
    padding: 25px 0 0 0;
}

.numbers-container li:first-child .number,
.numbers-container li:last-child .number {
    font-size: 42px;
}

.numbers-container .text {
    color: #aacadd;
    text-transform: uppercase;
}

.numbers-container .button-wrapper {
    bottom: -240px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
}

.numbers-container .button {
    font-size: 26px;
    padding-top: 1.55rem;
    padding-bottom: 1.54rem;
    background: #117e02;
    width: 380px;
}

.numbers-container .button:hover,
.numbers-container .button:focus {
    background: #417630;
}

/* Quotes -- */

.quotes-container {
    text-align: center;
    padding: 40px 0 35px;
}

.quotes-container .quote-meta {
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
}

.quotes-container .author {
    color: #0e5985;
}

.quotes-container .date {
    color: #8e8e8e;
}

/* Widgets -- */

.widgets-container {
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.widgets-container .widget-container {
    margin-bottom: 25px;
}

.widgets-container .widget-title {
    font-size: 28px;
    font-weight: bold;
}

.widgets-container .widget_text {
    font-family: 'PT Serif', serif;
    font-size: 16px;
    line-height: 1.5;
}

.widgets-container .widget_text a {
    color: #0e5985;
    text-decoration: underline;
}

.widgets-container .widget_text a:hover {
    text-decoration: none;
}

.widget_recent_entries ul,
.recent-posts-extended ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.widget_recent_entries li,
.recent-posts-extended li
{
    margin-bottom: 20px;
}
.recent-posts-extended li:after{
    content: '';
    display: table;
    clear: both;
}
.recent-posts-extended ul{
    margin-top: 3px;
}
.recent-posts-extended ul h3{
    font-size: 18px;
    margin: 0;
}
.recent-posts-extended ul li img{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

    max-width: 60px;

    float: left;

    margin: 0 20px 20px 0;
}
.widget_recent_entries a,
.recent-posts-extended a
{
    color: #1e6089;
    font-weight: bold;
}

.widget_recent_entries .post-date,
.recent-posts-extended .rpwe-time
{
    display: block;
    font-size: 14px;
}

.widgets-container .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.widgets-container .menu li {
    margin-bottom: 10px;
}

.widgets-container .menu a {
    color: #1e6089;
    font-weight: bold;
}


/* Social menu -- */

.social-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.social-menu li {
    float: left;
    margin-left: 10px;
}

.social-menu li:first-child {
    margin-left: 0;
}

.social-menu a {
    width: 56px;
    height: 54px;
    background: url(img/sprite.png) no-repeat 0 0 transparent;
    float: left;
}

.social-menu .facebook {
    background-position: 0 0;
}

.social-menu .pinterest {
    background-position: -56px 0;
}

.social-menu .instagram {
    background-position: -112px 0;
}

/* Product logos --- */

.product-logos,
.footer_logo {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.product-logos:after,
.footer_logo:after {
    content: '';
    display: table;
    clear: both;
}
.product-logos li,
.footer_logo li {
    float: left;
    margin-left: 10px;
}

/*.product-logos li:first-child,
 {
    margin-left: 0;
}*/
.footer_logo a {
    float: left;
    height: 57px;
    background: url(img/footer_logo.png) no-repeat 0 0 transparent;
}
.footer_logo .partner {
	background: none;
	width: 80px;
	padding: 10px 0 10px 10px;
	line-height: 1;
	color: #6e6e6e;
	font-family: 'Myriad Pro', 'Arial', sans-serif;
	border-left: 1px solid #6e6e6e;
}
.footer_logo .silver {
    background-position: -330px 0;
    display: block;
    width: 60px;
}
.footer_logo .badge {
    background-position: -396px -3px;
    display: block;
    width: 70px;
}
.footer_logo .amazon {
	background-position: -2px 12px;
	width: 110px;
	background-size: 300%;
}
.footer_logo .rs {
	background-position: -112px 13px;
	display: block;
	width: 115px;
	background-size: 280%;
}
.footer_logo .shopify_part {
    background-position: -64px -60px;
    display: block;
    width: 50px;
}
.footer_logo .sweet_part {
    background-position: 7px -63px;
    display: block;
    width: 70px;
}
.product-logos .bigcommerce {
	background: url(img/footer_logo.png) no-repeat 0 0 transparent;
	background-position: -123px -63px;
	display: block;
	width: 50px;
}
.product-logos a {
    float: left;
    height: 57px;
    background: url(img/sprite.png) no-repeat 0 0 transparent;
}

.product-logos .hip {
    background-position: -158px -110px;
    width: 56px;
}

.product-logos .shopify {
    background-position: -97px -142px;
    width: 55px;
}

.product-logos .woo {
    background-position: -30px -139px;
    width: 65px;
}

.product-logos .wordpress {
    background-position: 0 -54px;
    width: 56px;
}

.product-logos .magento {
    background-position: -56px -54px;
    width: 48px;
}

.product-logos .rackspace {
    background-position: -104px -54px;
    width: 48px;
}

.product-logos .pci {
    background-position: -152px -54px;
    width: 67px;
}

/* Copyright -- */

.copyright-container {
    background: #e7e7e7;
    color: #062537;
    font-size: 16px;
    padding: 13px 0 13px;
}

.copyright-container a {
    color: #062537;
    text-decoration: underline;
}

.copyright-container a:hover {
    text-decoration: none;
}

/* Additional info container -- */

.additional-info-container {
    padding: 20px 0 20px 0;
}

.phone-container,
.tag-line {
    line-height: 46px;
    vertical-align: top;
    margin-top: 20px;
    text-align: right;
}
.tag-line {
    text-align: left;
}
.phone-container .text-phone,
.tag-line .text-tag {
    display: block;
}
.phone-container .phone {
    font-size: 42px;
    line-height: 1;
    font-weight: bold;
    color: #062537;
    margin-left: 15px;
    display: block;
}
.tag-line .text-tag {
    padding-left: 10px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.mobile-menu{
    display: none;
    z-index: 10;
}
.woocommerce-page table.cart td.actions .coupon .input-text {
    width: 100px;
}
/*------------------------------------*\
    WOOCOMMERCE
\*------------------------------------*/
body .content-wrap .woocommerce-tabs .wpb_tabs_nav{
    margin: 0;
    display: block;
    background: #dce6ed;
    position: relative;
    z-index: 1;
    list-style: none;
}
.woocommerce-tabs {
    position: relative;
}
.product-short-entry {
    width: 71.42857%;
    float: right;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    display: block;
    position: absolute;
    right: 0;
    top: -335px;
}
body .content-wrap .woocommerce-tabs .wpb_tabs_nav:before{
    content: '';
    position: absolute; top: 0; left: -9999px; right: -9999px; bottom: 0;
    background: #dce6ed;
    z-index: -1;
    display: block;
}
body .content-wrap .woocommerce-tabs .wpb_tabs_nav li{
    display: inline-block;
    font-size: 22px;
    color: #4192c3;
    background: none;
    padding: 0 20px;
}
body .content-wrap .woocommerce-tabs .wpb_tabs_nav li a{
    color: #4192c3;
    display: block;
    padding: 40px 0;
    position: relative;
}
body .content-wrap .woocommerce-tabs .wpb_tabs_nav li.ui-tabs-active a{
    color: #3a3a3a;
}
body .content-wrap .woocommerce-tabs .wpb_tabs_nav li.ui-tabs-active a:after{
    content: '';
    position: absolute; bottom: -1px; left: 0; right: 0;
    height: 3px;
    background: #51a5d6;
}
body .content-wrap .woocommerce-tabs .wpb_tab{
    display: none;
    padding: 1em 0.9375em;
    background: #f3f6f8;
    position: relative;
    z-index: 1;
}
body .content-wrap .woocommerce-tabs .wpb_tab:before{
    content: '';
    position: absolute; top: 0; left: -9999px; right: -9999px; bottom: 0;
    background: #f3f6f8;
    z-index: -1;
    display: block;
}
body .content-wrap .woocommerce-tabs .wpb_tab img{
    /*max-width: 465px;*/
}
body .content-wrap .woocommerce-tabs .wpb_tab h2{
    color: #0e5985;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 0;
}
body .content-wrap .woocommerce-tabs .wpb_tab h5{
    color: #a3a3a3;
    font-size: 18px;
    font-weight: 700;
}
body .content-wrap .woocommerce-tabs .wpb_tab p,
body .content-wrap .woocommerce-tabs .wpb_tab ul{
    font-family: 'PT Serif', serif;
    line-height: 1.6em;
    font-size: 18px;
}
body .woocommerce-message, body .woocommerce-error{
    height: 70px;
    overflow: hidden;
    position: relative;
}
body .woocommerce-message:before, body .woocommerce-error:before{
    height: auto !important;
    margin: -20px 0 0 0;
}
body .woocommerce table.cart img{
    width: auto;
}
.woocommerce-cart .woocommerce-message {
    display: block;
    height: auto;
}
.woocommerce table.cart th, 
.woocommerce table.cart td {
    box-sizing: border-box;
}
.woocommerce table.cart .product-remove {
    width: 5%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.woocommerce table.cart .product-remove a.remove {
    margin: 0 auto;
    text-align: center;
}
.woocommerce table.cart .product-name {
    width: 40%;
}
.woocommerce table.cart .product-price,
.woocommerce table.cart .product-quantity,
.woocommerce table.cart .product-subtotal {
    width: 10%;
}
.woocommerce table.cart .product-thumbnail {
    width: 25%;
}
body .content-wrap .button {
    background: #2584BC;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    border: none;
    text-shadow: none;
    display: inline-block;
    font-family: 'Myriad Pro',​'Arial',​sans-serif;
}

body .content-wrap .woocommerce-error .button,
body .content-wrap .woocommerce-message .button
{
    margin-top: -5px;
}

body .content-wrap .button:hover{
    box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.2) inset;
    background: #2584BC;
}
body .content-wrap .button.checkout-button{
    background: #117E02;
}
body .content-wrap .button.checkout-button:hover{
    background: #117E02;
}
body .content-wrap .woocommerce table.cart .product-quantity{
    text-align: center;
}
body .content-wrap .woocommerce .cart-collaterals .cart_totals{
    font-family: 'PT Serif', serif;
    font-style: normal;
    font-weight: bold;
    width: auto;
}
.order-total span {
    padding: 0 10px 0 0;
}
.order-total span.total-summ {
    padding: 0 0 0 10px;
}
body .page div.meteor-slides{
    max-width: 1000%;
    margin: -70px 0 0 0;
}
body .wpb_button.btn-center
{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
body .btn-center-wrap{
    text-align: center;
}

.product-wrap{
    padding: 65px 0 75px 0;
}
.entry-summary .product_title{
    display: none;
}
.product{
    color: #3a3a3a;
}
.product .product_title{
    margin-bottom: 45px;
}
.product .price{
    font-size: 32px;
    color: #3a3a3a;
    font-weight: 700;
    line-height: 1;
    margin: 25px 0;
}
.product .cart{
    margin-top: 20px;
}
.product .short-decription p{
    font-family: 'PT Serif', serif;
    font-size: 16px;
    line-height: 20px;
    color: #6e6e6e;
}
.product .single_add_to_cart_button{
    background: #117e02;
    border: none;
    display: block;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    border-radius: 5px;
    width: 100%;
    padding: 20px;
    cursor: pointer;
}
.product .single_add_to_cart_button:after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 13px;
    background: url(img/sprite.png) -337px -77px no-repeat;
}
.product .single_add_to_cart_button:hover{
    background: #0c6200;
}
.product .product-image img{
    display: block;
    margin: auto;
}
.product .small-title{
    border-bottom: 2px solid #e2e2e2;
    padding: 5px 0;
    font-size: 18px;
    display: block;
}
.product .bordered{
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    padding: 10px 0;
}
.product .bordered small{
    color: #737373;
    font-size: 14px;
    font-style: italic;
}
.product .bordered .columns{
    padding: 0;
}
.woocommerce div.product div.images img{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.addthis_toolbox{
    padding: 10px 0 30px;
}

.chosen-container-single .chosen-single{
    background: #FFFFFF;
    border: 1px solid #717171;
    font-size: 14px;
    height: 2.3125rem;
    padding: 0.5rem;
}

.woocommerce-checkout .form-row .chosen-container-single .chosen-single{
    font-size: 0.875rem;
    height: 2.3125rem;
}
.chosen-container-single .chosen-single span{
    line-height: 1.4;
}

.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b{
    background: none !important;
    border-top: 12px solid #b4b4b4;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    height: 0;
    width: 0;
    font-size: 0;
    margin: auto;
    position: absolute; top: 0; bottom: 0;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th,
.woocommerce form .form-row label, .woocommerce-page form .form-row label,
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    font-family: 'Myriad Pro', Arial, serif;
    text-align: left;
}
.woocommerce-info .showlogin {
    text-decoration: underline;
}
.woocommerce-info .showlogin:hover {
    text-decoration: none;
    color: #666;
}
.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
    padding: 0;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
    font-size: 16px;
}
.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
    padding: 5px 4em !important;
}
.place-order #place_order {
    display: block;
    background: #117e02;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.place-order #place_order:hover {
    box-shadow: inset 0 0 0 50px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 0 0 50px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 0 0 50px rgba(0, 0, 0, .2);
}
#menu-pos-menu .sub-menu a {
    padding: 15px 10px 15px 75px;
    border-top: 1px solid #DFDFE0;
}


/*------------------------------------*\
    CUSTOM STYLE
\*------------------------------------*/
.pim-system,
.other-system {
    width: 50%;
    padding-top: 50px;
}
.pim-system {
    float: left;
}
.other-system {
    float: right;
}
.woocommerce ul.order_details {
    float: right;
    max-width: 300px;
}
.woocommerce > p {
    float: left;
}
.woocommerce > p.cart-empty,
.woocommerce > p.return-to-shop {
    float: none;
    clear: both;
}
.content .woocommerce td.product-name dl.variation dt,
.content .woocommerce-page td.product-name dl.variation dt {
    text-transform: capitalize;
}
.get-started .wpcf7-response-output {
    text-align: center;
}
.customer-det,
.bil-addr {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.content-wrap .woocommerce h2,
.content-wrap .woocommerce h3 {
	border-top: 2px solid #E8E8E8;
	padding-top: 40px;
	margin-bottom: 20px;
    text-transform: capitalize;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table,
.content-wrap .woocommerce .customer_details {
	margin-bottom: 70px;
}

.content-wrap .woocommerce ul.order_details .order,
.content-wrap .woocommerce ul.order_details .date,
.content-wrap .woocommerce ul.order_details .total {
	display: block;
	float: left;
	border: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #0e5985;
	font-family: 'Myriad Pro', 'Arial', sans-serif;
	line-height: 1.23;
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: none;
}
.content-wrap .woocommerce ul.order_details .total {
    display: none;
}
.content-wrap .woocommerce ul.order_details .order strong,
.content-wrap .woocommerce ul.order_details .date strong,
.content-wrap .woocommerce ul.order_details .total strong {
	display: inline-block;
    font-size: 1.5rem;
}

/*------------------------------------*\
    END CUSTOM STYLE
\*------------------------------------*/
/*.pos-integration-page-v2 .wpb_row {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}
.pos-integration-page-v2 .vc_custom_1434137011035 {
    width: 100%;
    max-width: 100%;
}*/

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.special_container {
    background: url(./img/contact_bg.png);
    padding: 30px 25px 30px 15px;
    margin-top: 30px;
    background-size: cover;
}
.vc_responsive .content .special_container > .column_container {
	max-width: 1200px;
	display: block;
	margin: 0 auto;
	float: none;
}
body .providers_block {
    background: rgba(255,255,255,0.5)!important;
    padding: 20px!important;
}
.providers_block .wpb_wrapper > p {
    margin-top: 20px;
    text-align: center;
}
.providers_block .wpcf7 {
    border-top: 0;
    margin-top: 0;
    padding: 10px 5px 5px 5px;
}
.providers_block span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors {
    color: #da8205;
    border: 0;
    font-family: 'Myriad Pro', 'Arial', sans-serif;
}
.providers_block .wpcf7 .last {
    height: 40px;
}
.providers_block .wpcf7 .submit-pos {
    background-color: #f89406;
    color: #f7f7f7;
    transition: all 0.5s;
    padding: 0.8em 1.2em;
    text-transform: none;
    font-size: 15px;
    line-height: 1em;
    border-radius: 5px;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    height: auto;
    font-family: 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
}
.providers_block span.wpcf7-not-valid-tip {
    font-size: 15px;
}
.wpcf7 .wpcf7-response-output {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border: none;
    font-family: 'Myriad Pro', 'Arial', sans-serif;
    font-weight: 400;
    
}
div.wpcf7-mail-sent-ok {
    color: #0e5985;
}
.providers_block .wpcf7 .wpcf7-response-output {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    color: #0e5985;
    border: none;
    font-family: 'Myriad Pro', 'Arial', sans-serif;
    font-weight: 400;
    width: 100%;
    text-align: center; 
}
.providers_block .wpcf7 .submit-pos:hover {
    background-color: #da8205;
    box-shadow: none;
}
.providers_block .wpcf7 .submit-pos:focus {
	outline: none;
}
.providers_block {
	border: 1px double #dd9933;
}
body .providers_block .vc_btn_orange {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;	
}
body .vc_custom_1434483902530 {
    padding: 0!important;
}
.custom_elements .wpb_content_element a,
.special_elements .wpb_content_element a {
    padding: 17px 0;
    display: block;
    background-color: #e7e7e7;
    border-radius: 5px;
}
.custom_elements .wpb_content_element a:hover,
.special_elements .wpb_content_element a:hover {
    background-color: #0e5985;    
}
.special_elements .wpb_content_element h6 a,
.custom_elements .wpb_content_element h6 a,
.custom_elements .wpb_content_element h6 span,
.special_elements .wpb_content_element h6 span,
.custom_elements .wpb_content_element h6,
.special_elements .wpb_content_element h6 {
	color: #0e5985!important;
}
.special_elements .wpb_content_element:hover,
.custom_elements .wpb_content_element:hover {
	background-color: #0e5985!important;
	cursor: pointer;
}
.special_elements .wpb_content_element:hover h6 a,
.custom_elements .wpb_content_element:hover h6 a,
.custom_elements .wpb_content_element:hover h6 span,
.special_elements .wpb_content_element:hover h6 span,
.custom_elements .wpb_content_element:hover h6,
.special_elements .wpb_content_element:hover h6 {
	color: #ffffff!important;
}
.special_elements .wpb_content_element p,
.custom_elements .wpb_content_element p,
.custom_elements .wpb_content_element p,
.special_elements .wpb_content_element p,
.custom_elements .wpb_content_element p,
.special_elements .wpb_content_element p {
    display: none;
}

/*------------------------------------*\
    PRICING TABLE
\*------------------------------------*/
.price-table{
    font-weight: 400;
    font-family: 'Myriad Pro', Arial, serif;
    margin-bottom: 20px;
}
.price-table a{
    color: #27658F;
    text-decoration: underline;
}
.price-table a:hover{
    text-decoration: none;
}
.price-table tbody > tr > td{
    font-size: 13px;
    line-height: 17px;
    padding: 10px;
    border-bottom: 1px solid #B8B8B8;
    vertical-align: top;
    /*min-width: 225px;*/
}
.price-table tbody > tr > td strong{
    color: #27658F;
    font-size: 16px;
    font-weight: 700;
}

.price-table tbody > tr > th{
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    padding: 20px 10px 18px;
    border-bottom: 1px solid #B8B8B8;
    font-weight: 700;
}
/*.price-table thead > tr > th:nth-child(2) img,
.price-table thead > tr > th:nth-child(5) img,
.price-table thead > tr > th:nth-child(8) img
{
    max-height: 91px;
    width: auto;
}*/
.price-table thead img {
    max-width: 169px;
}
.price-table tbody > tr > td:nth-child(2),
.price-table tbody > tr > td:nth-child(5),
.price-table tbody > tr > td:nth-child(8),
.price-table tbody > tr > td:nth-child(11)
{
    background-color: #E17022;
    color: #fff;
}
.price-table tbody > tr > th:nth-child(2),
.price-table tbody > tr > th:nth-child(5),
.price-table tbody > tr > th:nth-child(8),
.price-table tbody > tr > th:nth-child(11),
.price-table tbody > tr > th:nth-child(14) {
    background-color: #E17022;
    border-radius: 5px 5px 0 0;
    color: #fff;
}
.price-table thead > .top-title > td:nth-child(4),
.price-table tr > td:nth-child(10) {
    border-left: 1px solid #999;
}

.price-table tbody > tr:nth-child(2n-1) > td:nth-child(2),
.price-table tbody > tr:nth-child(2n-1) > td:nth-child(5),
.price-table tbody > tr:nth-child(2n-1) > td:nth-child(8)
{
    background-color: #E78544;
}
.price-table tbody > tr > td:nth-child(11){
    background-color: #E2DCCE;
    color: #666;
}
.price-table tbody > tr > th:nth-child(11){
    background-color: #E2DCCE;
    border-radius: 5px 5px 0 0;
    color: #666;
}

.price-table tbody td.pricing{
    font-weight: 700;
    font-size: 16px;
}
.price-table tbody td.pricing .right{
    font-size: 13px;
    font-weight: 400;
    margin-right: 20px;
}
.price-table tbody > tr > td.space
{
    background-color: transparent;
    padding: 10px 7px;
    min-width: 0;
}
.price-table tbody > tr > td.space:nth-of-type(5),
.price-table tbody > tr > td.space:nth-of-type(6)
{
    padding: 5px 7px;
}
.price-table tbody > tr.summary > td:first-child{
    background-color: #ccc;
    border-top: 1px solid #fff;
    border-bottom: none;
}

.price-table tbody > tr.summary > td:nth-child(2),
.price-table tbody > tr.summary > td:nth-child(5),
.price-table tbody > tr.summary > td:nth-child(8){
    background-color: #377AAF;
    border-top: 1px solid #fff;
    border-bottom: none;
    color: #fff;
}
.price-table tbody > tr:last-child > td:nth-child(5),
.price-table tbody > tr:last-child > td:nth-child(8),
.price-table tbody > tr:last-child > td:nth-child(11){
    border-radius: 0 0 5px 5px;
}
.price-table tbody > tr:last-child > td:nth-child(2){
    border-radius: 0 0 5px 5px;
}
.price-table tbody > tr:last-child > td.space
{
    border-bottom: none;
}
.price-table tbody > tr:last-child > td:first-child{
    border-radius: 0 0 0 5px;
}
.price-table tbody > tr:last-child > td:last-child{
    border-radius: 0 0 5px 5px;
}
.price-table tbody > tr:last-child > td{
    border-bottom: none;
}
.price-table .logo-container-holder{
    height: 86px;
    position: relative;
    padding: 15px 0 0 0;
}
.price-table tbody > tr > td.include{
    padding-left: 35px;
    background-image: url(img/icons/bullet.png);
    background-position: 10px 7px;
    background-repeat: no-repeat;
}
.price-table .logo-container-holder .logo-container{
    position: absolute; top: -6px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px #888888;
    height: 82px;
    overflow: hidden;
    padding: 0 30px !important;
    width: 900px;
}


.price-table .logo-container-holder .logo-container img{
    width: 839px;
}

/*------------------------------------*\
    HELP ME CHOOSE TABLE
\*------------------------------------*/
.price-table.help-me-choose-table tbody > tr > td{
    font-size: 16px;
}
.price-table.help-me-choose-table .top-title th:first-child {
    border-bottom: none;
}
.price-table.help-me-choose-table .top-title th, .top-title td {
    border-bottom: 1px solid #999;
    color: #27658F;
    font-size: 1.5em;
    padding: 5px 0;
}
.price-table.help-me-choose-table tbody > tr > th:first-child {
    color: #27658F;
    font-size: 1.1em;
    text-align: left;
}
.price-table.help-me-choose-table tbody > tr > td:nth-child(2) {
    background-color: #53C5CC;
    vertical-align: middle;
}
.price-table.help-me-choose-table tbody > tr > td:nth-child(5) {
    background-color: #97CC53;
    vertical-align: middle;
}
.price-table.help-me-choose-table tbody > tr > td:nth-child(8) {
    background-color: #7DB0D3;
    vertical-align: middle;
}
.price-table.help-me-choose-table tbody > tr > td:nth-child(11) {
    background-color: #BB68C3;
    vertical-align: middle;
    color: #fff;
}
.price-table.help-me-choose-table tbody > tr > td:nth-child(14) {
    background-color: #E78544;
    vertical-align: middle;
    color: #fff;
}

.price-table.help-me-choose-table tbody > tr > th:nth-child(2),
.price-table.help-me-choose-table tbody > tr:nth-child(2n-1) > td:nth-child(2) {
    background-color: #35B9C3;
    vertical-align: middle;
    width: 169px;
}
.price-table.help-me-choose-table tbody > tr > th:nth-child(5),
.price-table.help-me-choose-table tbody > tr:nth-child(2n-1) > td:nth-child(5) {
    background-color: #83C335;
    vertical-align: middle;
    width: 169px;
}
.price-table.help-me-choose-table tbody > tr > th:nth-child(8),
.price-table.help-me-choose-table tbody > tr:nth-child(2n-1) > td:nth-child(8) {
    background-color: #65A1CA;
    vertical-align: middle;
}
.price-table.help-me-choose-table tbody > tr > th:nth-child(11),
.price-table.help-me-choose-table tbody > tr:nth-child(2n-1) > td:nth-child(11) {
    background-color: #AF4DB7;
    vertical-align: middle;
    color: #fff;
}
.price-table.help-me-choose-table tbody > tr > th:nth-child(14),
.price-table.help-me-choose-table tbody > tr:nth-child(2n-1) > td:nth-child(14) {
    background-color: #E17022;
    vertical-align: middle;
    color: #fff;
}

#pricingContent img {
    float: left;
    margin: 0 20px 20px 0;
}
.featured-image{
    position: relative;
    text-align: center;
}
.featured-image .featured-text{
    position: absolute; top: 0; left: 0; right: 0;
    color: #fff;
    margin-top: 6%;
}
.pos-integration-page-v2 .featured-image .featured-text,
.pos-integrations .featured-image .featured-text {
	margin-top: 9.35%;
}
.featured-image .featured-text h1{
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    margin-bottom: 0;
}
.featured-image .featured-text h3{
    color: #fff;
    font-size: 24px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 4%;
}
.featured-image .featured-text .text{
    margin-left: 36%;
    margin-right: 12%;
    font-size: 24px;
    font-family: 'Times New Roman', serif;
    text-align: left;
}
.product .single_add_to_cart_button.button.alt {
    background: #117e02;
    text-transform: capitalize;
}
.entry-summary .variations_button .single_add_to_cart_button {
	width: 308px;
}
.entry-summary .variations .value {
	display: inline-block;
	width: 308px;
}
.product .single_add_to_cart_button.button.alt:hover {
    background: #117e02; 
    box-shadow: inset 0 0 0 50px rgba(0, 0, 0, .2); -moz-box-shadow: inset 0 0 0 50px rgba(0, 0, 0, .2); -webkit-box-shadow: inset 0 0 0 50px rgba(0, 0, 0, .2);
}
.product .single_add_to_cart_button.button.alt:disabled,
.product .single_add_to_cart_button.button.alt:disabled:hover {
    background: #5b5b5b;
    cursor: default;
    line-height: 20px;
    box-shadow: none;
    color: #aaa;
}
.woocommerce-page div.product form.cart .variations td.label {
    background: none;
    vertical-align: middle;
    padding: 8px 50px 8px 0px;
}
.woocommerce div.product form.cart .variations select {
    position: relative;
    background: none;
    width: 100%;
    float: none;
    border: none;
    box-shadow: none;
    margin: 0;
}
.variations .notification {
    font-size: 14px;
    color: red;
}
.woocommerce div.product form.cart .variations select:focus {
    outline: none;
}
.variations .value {
    position: relative;
}
.reset_variations {
    font-size: 13px;
}
.variations {
    width: 100%;
    table-layout: fixed;
}
.variations .variations_select {
    width: 100%;
    position: relative;
    border-radius: 5px;
    border: 1px solid #717171;
    height: 100%;
    display: block;
}
.variations .value {
    overflow: hidden;
}
.product-image .woocommerce-main-image:hover,
.product-image:hover {
    cursor: default;
}
.vc-carousel-slideline-inner:after {
    content: '';
    display: table;
    clear: both;
}
/*.vc-carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner > .vc-item {
    max-width: 170px;
}*/
.vc-carousel-control .icon-prev:before {
    content: '\203a';
    position: relative;
    top: -10px;
}
.vc-left.vc-carousel-control{
    display: block!important;
}
/*.test .vc-carousel {
    width: 100%!important;
}*/
.variations .variations_select:before {
    content: "\f140";
    position: absolute;
    top: 1px;
    right: 1px;
    -webkit-font-smoothing: antialiased;
    font: normal 35px/1 'dashicons';
    vertical-align: top;
    color: #b4b4b4;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
@-moz-document url-prefix() {
   .variations .variations_select:before {
       display: none;
   }
}
.single_variation_label {
    background: none;
    vertical-align: middle;
    padding: 8px 40px 8px 0;
    display: inline-block;
    font-weight: bold;
    color: #3a3a3a;
    font-size: 16px;
}
.single_variation_label span {
    font-size: 14px;
    color: #737373;
}
.variations label {
    font-size: 16px;
    color: #3a3a3a;
}
.single_variation_wrap {
    display: block;
    width: 100%;
}
.single_variation {
    display: inline-block;
}
.single_variation .stock {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
}
.variations_button {
    position: relative;
    margin-top: 15px;
}
.variations_button:after,
.variations_button:before {
    content: '';
    display: table;
    clear: both;
}
.button_overlay {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.woocommerce-page div.product span.price {
    color: #3a3a3a;
}
.content-wrap .wpb_row ul,
.content-wrap .wpb_row p {
    color: #6e6e6e;
}
#fancybox-content > div {
    overflow-x: hidden!important;
    overflow-y: auto;
    padding: 20px;
}

/* Off canvas menu */

.off-canvas-wrap.move-left {
    overflow: hidden;
}
.right-off-canvas-menu {
    background: #fff;
    border-left: 5px solid #51a5d6;
        -ms-transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    height: auto; 
    overflow: auto; 
}
.move-left > .right-off-canvas-menu {
    position: fixed;
    top: 0;
    right: 255px;
    background: #fff;
    z-index: 101;
}
.right-off-canvas-menu #header-menu-canvas .menu-item a {
    color: #999b9e;
}
.right-off-canvas-menu #header-menu-canvas .menu-item a:hover {
    color: #fff;
}
#header-menu-canvas .marked {
    display: none;
}
.right-off-canvas-menu #main-menu-canvas .menu-item.marked a {
    background: #117e02;
    color: #fff;
}
.right-off-canvas-menu #main-menu-canvas .menu-item.marked a:hover {
	box-shadow: inset 0 0 0 50px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 0 0 50px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 0 0 50px rgba(0, 0, 0, .2);
}
.right-off-canvas-menu .exit-icon {
    width: 100%;
    text-align: center;
    padding: 10px;
}
.right-off-canvas-menu .exit-icon a {
    position: relative;
    width: auto;
    text-align: center;
    display: inline-block;
}
.right-off-canvas-menu .exit-icon a:after {
    content: '';
    width: 24px;
    height: 20px;
    background: url(img/sprite.png) -78px -121px no-repeat;
    display: inline-block;
    vertical-align: middle;
    top: -3px;
    margin: 0;
}
.move-left .exit-off-canvas {
    box-shadow: none;
}
.right-off-canvas-menu ul {
    list-style: none;
    margin: 0;
}
.right-off-canvas-menu ul li {
    position: relative;
}
.right-off-canvas-menu ul li a {
    display: block;
    padding: 15px;
    color: #19618B;
    border-bottom: 1px solid #f0f0f0;
        -webkit-transition: 200ms;
        -moz-transition: 200ms;
    transition: 200ms;
}
.right-off-canvas-menu ul li.menu-item-has-children > a {
    padding: 15px 54px 15px 10px;
}
.right-off-canvas-menu .current-menu-item > a {
    color: #3a3a3a;
}
.right-off-canvas-menu ul li a:hover {
    background: #19618B;
    color: #fff
}
.right-off-canvas-menu .submenu-toggle {
    display: none;
}
.right-off-canvas-menu .menu-item-has-children > .submenu-toggle {
    font-family: "dashicons";
    display: block;
    position: absolute;
    text-align: center;
    width: 54px;
    height: 54px;
    right: 0;
    top: 0;
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    color: #19618B;
    z-index: 5;
    cursor: pointer;
        -webkit-transition: 200ms;
        -moz-transition: 200ms;
    transition: 200ms;
}
.right-off-canvas-menu .sub-menu .menu-item-has-children > .submenu-toggle {
    background: #FAFAFA;
    height: 50px;
    width: 50px;
}
.right-off-canvas-menu .menu-item-has-children > .submenu-toggle:hover {
    background: #19618B;
    color: #fff
}
.right-off-canvas-menu .menu-item-has-children > .submenu-toggle:before {
    content: "\f347";
    font-size: 28px;
    line-height: 55px;
}
.right-off-canvas-menu .sub-menu .menu-item-has-children > .submenu-toggle:before {
    font-size: 25px;
    line-height: 53px;
}
.right-off-canvas-menu .menu-item-has-children > .submenu-toggle.opened:before {
    content: "\f343";
}
.right-off-canvas-menu ul li .sub-menu {
    display: none;
    background: #FAFAFA;
}
.right-off-canvas-menu ul li .sub-menu .sub-menu {
    background: #F0F0F0;
}
.right-off-canvas-menu ul.sub-menu li a {
    font-size: 15px;
    padding-left: 25px;
}
.off-canvas-separator {
    display: block;
    height: 35px;
    background: #F7F7F7;
}
.integration_block .wpb_wrapper:after {
	content: '';
	display: table;
	clear: both;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*@media only screen and (max-width: 1600px){
    .platforms-description .large-3 {
        width: 24.42857%;
    }
}*/
@media only screen and (max-width: 1400px){
    .featured-image .featured-text h3{
        margin-bottom: 1.5%;
    }
    .featured-image .featured-text .text{
        margin-left: 42%;
        margin-right: 15%;
        font-size: 18px;
    }
    .sticky #menu-main-menu {
    	font-size: 17px;
    }    
}
@media only screen and (max-width: 1250px) { 
	body .special_container {
		width: 100%!important;
		margin-left: 0!important;
	}
}

@media only screen and (max-width: 1200px) {
    .featured-image .featured-text{
        margin-top: 85px;
    }

    .featured-image .featured-text h1{
        font-size: 30px;
    }
    .featured-image .featured-text h3{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .pos-integration-page-v2 .featured-image .featured-text .text,
    .pos-integrations .featured-image .featured-text .text {
        font-size: 24px;
        max-width: 480px;
        text-align: center;
    }
    .pos-integration-page-v2 .featured-image .featured-text h1,
    .pos-integrations .featured-image .featured-text h1,
    .pos-integration-page-v2 .featured-image .featured-text h3,
    .pos-integrations .featured-image .featured-text h3 {
        font-size: 50px;
    }
    .pos-integration-page-v2 .featured-image .featured-text h1,
    .pos-integrations .featured-image .featured-text h1 {
        padding-left: 120px;
    }
    .pos-integration-page-v2 .featured-image .featured-text h3,
    .pos-integrations .featured-image .featured-text h3 {
        padding-left: 100px;
    }
    #menu-main-menu li.separator:before {
    	left: -10px;
    }
    .featured-image .featured-text .text{
        font-size: 18px;
        margin-left: 40%;
    }
    .sidebar .menu li a {
        padding: 15px 0 15px 0px;
    }
    .platforms-description .platform-block {
        min-height: 492px;
    }

    @-moz-document url-prefix() {
         .platforms-description .platform-block {
            min-height: 600px;
        }
    }
    .platforms-description .block-text {
        min-height: 380px;
    }
    .main-menu li {
        margin-left: 10px;
    }
    .platforms-description .button {
        width: auto;
    }    
}

@media only screen and (min-width: 64.063em) and (max-width: 1200px) {
    .slider-container .slide-info h2 {
        font-size: 30px;
    }
/*    .phone-container {
        line-height: 32px;
        padding-top: 0;
    }*/
    .phone-container .text-phone {
        vertical-align: top;
        line-height: 20px;
    }
    .phone-container .phone {
        width: 100%;
        margin: 0;
    }
    .platforms-description .button {
        font-size: 10px;
    }
    
}
@media only screen and (max-width: 1170px) {
	.additional-info-container .second_logos {
		width: 100%;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 1145px) {
    .product-short-entry {
        top: -320px;
    }
}
@media only screen and (max-width: 1110px) {
    .header .logo{
        margin-top: -40px;
    }
    .product .price {
        font-size: 27px;
    }
    .platforms-description .block-text {
        min-height: 400px;
    }
    .brand_container .bx-wrapper {
        max-width: 780px!important;
    }
}
@media only screen and (max-width: 1024px) { 
    .platforms-description .platform-block .shopify {
        height: auto;
    }
    .platforms-description .platform-block {
        min-height: 445px;
    }
    .platforms-description .block-text {
        min-height: 0;
    }
    .footer_logo {
        display: inline-block;
        margin-top: 15px;
    }
    .logo img {
        margin-top: 15px;
    }
    .tag-line .text-tag {
        padding-left: 0;
    }
    .phone-container {
		margin-top: 0;
	}
    .platforms-description .platform-block img {
        max-width: inherit;
    }
    .sticky-wrap.sticky #menu-main-menu li.separator:before {
		left: -7px;
	}
	.sticky #menu-main-menu li.separator:before {
		font-size: 17px;
	}
    .special_container .providers_block h3 {
        font-size: 21px;
    }
    .product-short-entry {
        width: 100%;
        float: none;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        display: block;
        position: relative;
        top: 0;
    }
    .main-menu li.marked a {
		height: 40px;
		line-height: 40px;
		font-size: 13px;
	}
	.sticky .main-menu li a {
		font-size: 14px;
	}
    .sticky-wrap.sticky .main-menu li {
        margin-left: 3px;
    }
    .sticky-wrap .main-menu li {
        margin-left: 10px
    }
}
@media only screen and (max-width:64.063em) {
    #menu-pos-menu .sub-menu a {
        padding: 15px 10px 15px 55px;
    }
    .wpcf7 .wpcf7-response-output{
        margin: 0 0.9375em;
    }
    .contact-us .wpcf7 .wpcf7-response-output{
        margin: 0;
    }
    .our-works li{
        width: 33.33%;
    }
    .our-works li:nth-child(4n+1){
        clear: none;
    }
    .our-works li:nth-child(3n+1){
        clear: left;
    }
    .main-menu li{
        margin-left: 4px;
    }
/*    .logo img{
        margin-top: 25px;
    }*/
    .featured-image .featured-text{
        margin-top: 20px;
    }
    .featured-image .featured-text h1{
        font-size: 30px;
    }
    .featured-image .featured-text h3{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .featured-image .featured-text .text{
        font-size: 18px;
        margin-left: 40%;
    }
    .slider-container .slide-info h2{
        font-size: 24px;
    }
    .sidebar .menu > li a{
        font-size: 16px;
        padding: 15px 0 15px 20px;
    }
    .sidebar .menu > li a:before{
        display: none !important;
    }

    .main-menu li {
        margin-left: 4px;
        font-size: 18px;
    }
    .main-menu li.marked a {
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
        font-size: 17px;
    }
    .header .sticky-wrap.sticky .logo img {
        max-width: 65%;
        margin: 0;
    }
    .phone-container {
        text-align: left;
    }
    
}

@media only screen and (max-width:40.063em) {
    .slider-container .slide-info .addition-image {
        display: none;
    }
    .full-width-content, .wpb_row.full-width-content{
        margin-left: 0;
    }
    .about-us .content-wrap .featured-image {
        display: none;
    }
    .about-us .content-wrap .small-featured-image {
        display: block;
        margin-top: -1px;
        width: 100%;
    }
    .about-us .content-wrap .small-featured-image img {
        width: 100%;
        height: auto;
     }
    .featured-image .featured-text h1 {
        font-size: 20px;
    }
    .featured-image .featured-text h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .featured-image .featured-text .text {
        font-size: 12px;
    }
    .slider-container .slide-info h2{
        font-size: 24px;
    }
    .featured-image .featured-text {
        margin-top: 5px;
    }
    .wpb_row.vc_row-fluid.vc_custom_1399784912080 {
        padding-top: 0px !important;
    }

}
@media only screen and (min-width:1200px) {
    .pos-integration-page-v2 .featured-image .featured-text .text,
    .pos-integrations .featured-image .featured-text .text {
        text-align: center;
        max-width: 480px;
    }
    .pos-integration-page-v2 .featured-image .featured-text,
    .pos-integrations .featured-image .featured-text {
        margin-top: 8.3%;
    }
}
@media only screen and (min-width:768px) and (max-width:950px) {
    .woocommerce-page div.product form.cart .variations td.label {
        padding: 10px 50px 10px 0px;
    }
    .variations label {
        font-size: 12px;
    }
}
@media only screen and (min-width:768px) and (max-width:895px) {
    .sidebar .menu > li.menu-item-has-children:after {
        display: none;
    }
}
@media only screen and (max-width: 960px) {
    .pos-integration-page-v2 .featured-image .featured-text h3,
    .pos-integrations .featured-image .featured-text h3 {
        padding-left: 95px;
        margin-bottom: 20px;
    }
    .pos-integration-page-v2 .featured-image .featured-text .text,
    .pos-integrations .featured-image .featured-text .text {
        max-width: 350px;
        font-size: 18px;
    }
    .pos-integration-page-v2 .featured-image .featured-text h1,
    .pos-integrations .featured-image .featured-text h1 {
        padding-left: 105px;
    }
    .pos-integration-page-v2 .featured-image .featured-text h1,
    .pos-integrations .featured-image .featured-text h1,
    .pos-integration-page-v2 .featured-image .featured-text h3,
    .pos-integrations .featured-image .featured-text h3 {
        font-size: 32px;
    }
    body .content-wrap .button.checkout-button,
    .shop_table .coupon .button {
        font-size: 12px;
    }
    .vc_responsive .inner-wrap .wpb_row .providers_block,
    .vc_responsive .inner-wrap .wpb_row .integration_block {
        width: 100%;
    }
}
@media only screen and (max-width:870px) {

    .main-menu li.marked a{
        padding: 10px;
        height: auto;
        line-height: 1;
        font-size: 13px;
    }
    #menu-pos-menu .sub-menu a {
        padding: 15px 10px 15px 20px;
        font-size: 16px;
    }
    .product .price {
        font-size: 25px;
    }

    .woo-shop ul.products li.product .add_to_cart_button {
        font-size: 15px;
    }
    .brand_container .bx-wrapper {
        max-width: 580px!important;
    }
    .vc_responsive .inner-wrap .wpb_row .integration_block {
    	padding-right: 0;
    	padding-bottom: 20px;
    	text-align: justify; 
    }

}
@media only screen and (max-width:840px) { 
    .main-menu li a {
        font-size: 16px;
    }
    .platforms-description .platform-block {
        min-height: 495px;
    }
    @-moz-document url-prefix() {
         .platforms-description .platform-block {
            min-height: 530px;
        }
    }
}

@media only screen and (max-width:768px) {
    .featured-image .featured-text .text {
        font-size: 13px;
        margin-right: 5%;
    }
    .header .logo {
        margin-top:-5px;
    }
    .slider-container .slide-info h2{
        font-size: 18px;
    }
    .logo img {
        margin-top: 25px;
    }
    .our-works li{
        width: 50%;
    }
    .our-works li:nth-child(3n+1){
        clear: none;
    }
    .our-works li:nth-child(2n+1){
        clear: left;
    }
    .menu-item-type-woo-cart {
    	position: relative;
    }
    .vc_responsive .content-wrap .special_elements .vc_span3,
    .vc_responsive .content-wrap .custom_elements .vc_span2 {
    	float: none;
    	display: inline-block;
    }
    .vc_responsive .content-wrap .special_elements,
	.vc_responsive .content-wrap .custom_elements {
		text-align: center;
	}
	.vc_responsive .content-wrap .custom_elements .column_container:last-child  {
		display: none;
	}
	.special_container .providers_block h3 {
		font-size: 27px;
	}
    .pim-system,
    .other-system {
        width: 100%;
    }
    .content .pim-system,
    .content .other-system {
		padding: 0;
        padding-top: 50px;
		float: none;
		margin-right: 0;
		margin-left: 0px;
		margin-bottom: 0;
		padding-bottom: 20px!important;
    }
    .vc_responsive .content .pim-system .column_container,
    .vc_responsive .content .other-system .column_container {
    	padding-left: 0;
    }
    .product-count {
		position: absolute;
		left: 50px;
		display: block;
		top: 15px;
    }
    .header .sticky-wrap.sticky .main-menu{
        padding: 12px 0 0 0;
    }
    .header .sticky-wrap.sticky .logo img{
        margin-top: 0px;
    }
    .header .sticky-wrap.sticky .logo img{
        max-width: 100%;
    }
    .header{
        min-height: 115px;
    }

    .exclude-wrap{
        display: block;
    }
    .exclude-wrap > li{
        list-style: none;
        float: right;
        margin-right: 5px;
        margin-top: 5px;
    }
    .pos-integration-page-v2 .featured-image .featured-text,
    .pos-integrations .featured-image .featured-text {
        margin-top: 7%;
    }
    .exclude-wrap > li.marked > a{
        padding: 0 10px;
        line-height: 30px;
        height: 30px;
        font-size: 14px;
    }
    .top-bar{
        display: none;
    }
    .admin-bar .header .sticky-wrap.sticky{
        top: 46px;
    }
    .bottom-bar{
        position: relative;
    }
    .bottom-bar .column{
        position: static;
    }
    .bottom-bar .column.large-text-left {
        min-width: 190px;
    }
    .menu-expand{
        display: block;
    }
    .main-menu > .menu{
        display: none;
    }
    .mobile-menu{
        display: block;
        max-height: 0;
        height: auto;
        overflow: hidden;
        position: absolute; left: 0; right: 0; top: 100%;
        background: #51a5d6;

        transition: all 1400ms ease-in-out;
        -moz-transition: all 1400ms ease-in-out;
        -webkit-transition: all 1400ms ease-in-out;
    }
    .mobile-menu.open{
        max-height: 1500px;
        height: auto;
    }
    .mobile-menu > .menu{
        border-bottom: 1px solid #397395;
        margin: 0 10px;
    }
    .mobile-menu > .menu:last-child{
        border-bottom: none;
    }
    .mobile-menu > .menu > li{
        float: none;
        display: block;
        margin: 0;
    }
    .mobile-menu > .menu > li:first-child{
        padding-top: 30px;
    }
    .mobile-menu > .menu{
        padding-bottom: 20px;
    }
    .mobile-menu > .menu > li a{
        color: #fff;
        padding: 10px 20px;
    }
    .mobile-menu > .menu > li.marked{
        display: none;
    }
    .get-started-container li.hide-logo{
        display: none !important;
    }
    .numbers-container li{
        float: left;
        display: block;
        width: 33.33%;
        margin: 0 0 20px 0;
    }
    .integration-container .logos-container li{
        width: 20%;
    }
    .integration-container .logos-container ul{
        margin: 0;
    }
    #testimonials-slider img{
        margin: auto;
    }
    .bx-wrapper .bx-controls-direction a{
        top: 135px;
        opacity: 1;
    }
    .brand_container .bx-wrapper .bx-controls-direction a {
        top: 50%;
    }
    .brand_container .bx-wrapper {
        max-width: 380px!important;
    }
    .bx-wrapper .bx-prev{
        left: 30px;
    }
    .bx-wrapper .bx-next{
        right: 30px;
    }
    .block-text{
        font-size: 16px;
    }
    .block-title{
        font-size: 24px;
    }
    .marketing-container, .integration-container {
        padding: 30px 0;
    }
    .marketing-container .column:first-child{
        display: none;
    }
    .platforms-description .platform-block{
        min-height: 0;
        padding-bottom: 0;
        width: 100%;
    }
    .content h1{
        font-size: 24px;
    }
    .content{
        font-size: 16px;
        padding: 30px 0;
    }
    .platforms-description .button{
        position: static;
        width: 100%;
        font-size: 16px;
        margin-top: 20px;
        white-space: nowrap;
        word-wrap: normal;

    }
    .specialists-container {
        font-size: 16px;
    }

    .specialists-container h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .specialists-container p{
        font-size: 16px !important;
    }
    .testimonials-container h2{
        font-size: 24px;
    }
    .testimonials-container q{
        font-size: 16px;
    }
    .home-page-content h1{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .home-page-content{
        font-size: 16px;
        padding: 30px 0;
    }
    .content .columns{
        float: none;
        width: 100%;
    }
    aside.sidebar.columns {
        display: none;
    }
    .wpb_row.full-width-content {
        margin-left: 0;
    }
    .single-product .sidebar {
        display: none;
    }
    .single-product .mobile-product-sidebar,
    .single-product .mobile-product-sidebar .sidebar{
        display: block;
        width: 100%;
    }
    .woocommerce table.cart .product-thumbnail {
        display: table-cell;
    }
	.content-wrap .pim-system .special_elements .column_container,
	.content-wrap .other-system .special_elements .column_container{
		padding-left: 6px;
		padding-right: 6px;
	}
}
@media only screen and (min-width:481px)  and (max-width:768px) {
	.vc_responsive .content-wrap .special_elements .vc_span3,
	.vc_responsive .content-wrap .custom_elements .vc_span2 {
		padding-left: 6px;
		padding-right: 6px;
        width: 49%;
        margin-bottom: 15px;
	}
    .woocommerce ul.order_details {
        float: none;
        display: block;
        max-width: none;
        width: 100%;
    }
	.special_elements .wpb_content_element h6 a,
	.custom_elements .wpb_content_element h6 a,
	.special_elements .wpb_content_element h6,
	.custom_elements .wpb_content_element h6,
	.special_elements .wpb_content_element h6 span,
	.custom_elements .wpb_content_element h6 span {
		vertical-align: middle;
	}
}
@media only screen and (max-width:680px) {
	
	.product-logos li,
	.footer_logo li {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 10px;
	}
	.product-logos, .footer_logo {
        text-align: center;
    }
}
@media only screen and (min-width:608px)  and (max-width:680px) { 
	.footer_logo .last_item {
		width: 185px;
	}
	.footer_logo .last_item .amazon {
		float: right;
	}
}
@media only screen and (max-width:640px) {
    .woocommerce table.cart .product-remove {
        width: 8%;
    }
    .woocommerce table.cart .product-details {
        text-align: center;
    }
    .woocommerce table.cart .product-name,
    .woocommerce table.cart .product-price,
    .woocommerce table.cart .product-quantity,
    .woocommerce table.cart .product-subtotal {
        width: 100%;
        display: inline-block;
        text-align: left;
        line-height: 18px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .special_container .providers_block h3 {
        font-size: 1.375rem;
    } 
    .woocommerce table.cart .product-price,
    .woocommerce table.cart .product-quantity,
    .woocommerce table.cart .product-subtotal {
        border-top: none;
    }
    .woocommerce table.cart .product-name {
        padding-top: 10px;
    }
    body .content-wrap .woocommerce table.cart .product-quantity {
        text-align: left;
    }
    .woocommerce-page table.cart td.product-name dl.variation dd {
        margin-bottom: 0;
    }
    .customer-det,
    .bil-addr {
        width: 100%;
    }

    .woocommerce table.cart td.product-name dl.variation dd, 
    .woocommerce-page table.cart td.product-name dl.variation dd,
    .woocommerce table.cart td.product-name dl.variation dt, 
    .woocommerce-page table.cart td.product-name dl.variation dt {
        padding-bottom: 0;
    }
    .woocommerce table.cart tbody .product-label {
        font-weight: bold;
    }
    .woocommerce table.cart .checkout-button,
    .woocommerce-cart .woocommerce-message a {
        font-size: 14px;
    }
    .content-wrap .content p.largefont {
		font-size: 18px;
		line-height: 1.5;
		text-align: left;
	}
	.special_bg:after {
		content: '';
		display: table;
		clear: both;
	}
	.pos-integration-page-v2 .featured-image .featured-text .text,
    .pos-integrations .featured-image .featured-text .text {
		display: none;
	}
	.pos-integration-page-v2 .featured-image .featured-text h1,
    .pos-integrations .featured-image .featured-text h1,
	.pos-integration-page-v2 .featured-image .featured-text h3,
    .pos-integrations .featured-image .featured-text h3 {
		font-size: 28px;
	}
	.pos-integration-page-v2 .featured-image .featured-text h3,
    .pos-integrations .featured-image .featured-text h3 {
		padding-left: 45px;
	}
	.pos-integration-page-v2 .featured-image .featured-text h1,
    .pos-integrations .featured-image .featured-text h1 {
		padding-left: 50px;
	}
	.pos-integration-page-v2 .featured-image .featured-text,
    .pos-integrations .featured-image .featured-text {
		margin-top: 11%;
	}
}
@media only screen and (max-width:540px) {
    .featured-image .featured-text .text {
        font-size: 12px;
    }
}
@media only screen and (max-width:480px) {
    .vc_responsive .content-wrap .custom_elements .vc_span2,
    .vc_responsive .content .wpb_row .vc_span3 {
        width: 100%;
    }
    .vc_responsive .content-wrap .special_elements .vc_span3,
    .vc_responsive .content-wrap .custom_elements .vc_span2 {
        padding-bottom: 15px;
        margin-bottom: 0;
    }
    body .providers_block {
    	padding: 15px 0!important;
    }
    .pos-integration-page-v2 .featured-image .featured-text,
    .pos-integrations .featured-image .featured-text {
    	display: block;
    }
    .pos-integration-page-v2 .featured-image .featured-text h1,
    .pos-integrations .featured-image .featured-text h1,
    .pos-integration-page-v2 .featured-image .featured-text h3,
    .pos-integrations .featured-image .featured-text h3 {
    	font-size: 20px;
    }
    .pos-integration-page-v2 .featured-image .featured-text h1,
    .pos-integrations .featured-image .featured-text h1 {
    	padding-left: 20px;
    }
    .pos-integration-page-v2 .featured-image .featured-text h3,
    .pos-integrations .featured-image .featured-text h3 {
    	padding-left: 15px;
    }
    .content-wrap .pim-system,
    .content-wrap .other-system {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-left: 0;
    }
    .content-wrap .pim-system .special_elements .column_container,
    .content-wrap .other-system .special_elements .column_container {
        padding: 0;
        padding-bottom: 15px;
        margin-bottom: 0;
        width: 100%;
    }
    .vc_responsive .content-wrap .ai-text .vc_span6 {
    	width: 100%;
    }

}
@media only screen and (max-width:460px) { 
    .providers_block .wpb_wrapper > .wpb_content_element {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
}
@media only screen and (max-width:30em) {
    .featured-image .featured-text{
        display: none;
    }

    .our-works li{
        width: 100%;
    }
    .our-works li .title{
        font-size: 14px;
    }
    .logo img{
        margin-top: 19px;
    }
    .sticky .logo img{
        margin-top: 10px;
    }
    .numbers-container{
        padding: 35px 0 30px;
    }
    .numbers-container ul{
        margin: 0;
    }
    .numbers-container li{
        float: none;
        width: 100%;
    }
    .numbers-container .button-wrapper{
        bottom: auto;
    }

    .integration-container .logos-container li {
      width: 40%;
    }
    .integration-container .logos-container li:nth-child(3n+1){
        clear: none;
    }
    .integration-container .logos-container li:nth-child(2n+1){
        clear: left;
    }
    .platforms-description .platform-block .block-text{
        display: none;
    }
    .platforms-description .button{
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .get-started-container{
        background: transparent;
        padding: 14px 0 0;
    }
    .numbers-container{
        margin: 0;
    }
    .get-started-container .button{
        font-size: 20px;
    }
    .numbers-container .button-wrapper, .quotes-container{
        display: none;
    }
    .widgets-container{
        border: none;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .social-menu {
        text-align: center;
    }
    .social-menu li {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .footer_logo li {
        margin-bottom: 10px;
    }
    .additional-info-container{
        border-top: 2px solid #b2b2b2;
    }
    .copyright-container{
        font-size: 12px;
        white-space: nowrap;
        word-wrap: normal;
    }
    .phone-container{
        padding-top: 30px;
        line-height: 1;
    }
    .phone-container .phone{
        margin: 20px 0 0 0;
        display: block;
    }
    .widgets-container .widget-title{
        font-size: 24px;
    }
    .contact-us .content h1, .get-started .content h1{
        font-size: 34px;
        white-space: nowrap;
        word-wrap: normal;
    }
    .content{
        padding: 30px 0;
    }
    .wpcf7 .wpcf7-submit{
        font-size: 17px;
        line-height: 45px;
        height: 45px;
    }
    .woocommerce table.cart .cart_item td,
    .woocommerce table.cart .cart_item td dl {
        font-size: 14px;
    }
    .woocommerce table.cart td.actions .checkout-button,
    .woocommerce-cart .woocommerce-message a {
        width: 100%;
    }

}
@media only screen and (max-width:24em) {
    .slider-container .slide-info h2 {
        font-size: 14px;
    }
    .woocommerce-page div.product form.cart .variations td.label {
        padding: 10px 50px 10px 0px;
    }
    .variations label {
        font-size: 12px;
    }
    .integration-container .logos-container li {
        width: 100%;
    }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
   .platforms-description .block-text {
        min-height: 360px;
   }
}
@media only screen and (max-width:540px) {
    .brand_container .bx-wrapper {
        max-width: 180px!important;
    }
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky .bottom-bar {
    padding: 5px 0;
}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}