@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=greek,greek-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700&subset=greek,greek-ext,latin-ext');
@font-face {
    font-family: 'black_jackregular';
    src: url('https://www.zerovending.com/theme/sktheme/fonts/blackjack-webfont.eot');
    src: url('https://www.zerovending.com/theme/sktheme/fonts/blackjack-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.zerovending.com/theme/sktheme/fonts/blackjack-webfont.woff2') format('woff2'),
         url('https://www.zerovending.com/theme/sktheme/fonts/blackjack-webfont.woff') format('woff'),
         url('https://www.zerovending.com/theme/sktheme/fonts/blackjack-webfont.ttf') format('truetype'),
         url('https://www.zerovending.com/theme/sktheme/fonts/blackjack-webfont.svg#black_jackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.subheader,
header .top-bar {
    background-repeat: no-repeat;
    background-size: cover
}

#search-results .item,
.sm,
.sm li,
.sm ul,
.topmenu li>a,
ul.sm a,
ul.sm:after {
    display: block
}

#error-page,
#scrollUp,
.topmenu li>a,
footer,
footer .logo {
    text-align: center
}

body,
html {
    font-size: 18px
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    overflow-x: hidden
}

a,
a.inverted,
a.white {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    outline: 0
}

a.white {
    color: #fff
}

a.hover,
a:focus,
a:hover {
    color: unset;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -o-transition: all .35s ease;
    transition: all .55s ease;
    outline: 0;
    text-decoration: none
}

a.inverted:focus,
a.inverted:hover {
    color: #394147
}

a.white:focus,
a.white:hover {
    color: #E14D43
}

hr {
    margin-top: 2em;
    margin-bottom: 2em;
    border: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0))
}

h1,
h2,
h2.h3.h4,
h3,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1rem
}

p {
    margin-bottom: 1em
}

p:last-child {
    margin-bottom: 0
}

.sk-content {
    padding: 1em
}

.sk-content-full {
    padding: 2em 0;
}

.sk-content-half {
    padding: .5em 1em
}

header.home-header {
    position: absolute;
    width: 100%;
    z-index: 100;
}
header.page-header {
    position: relative;
    width: 100%;
    z-index: 100;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}
header .top-bar {
    background-color: rgba(50,53,63,0.7);
    color: #fff;
    background-attachment: scroll;
    background-position: center center;
    padding: 20px 0;
	font-size: 17px;
}

header .top-bar .doSearch {
    float: right;
    min-width: 300px
}

header .logo {
    padding-top: .75em;
	padding-right: 1em;
	padding-bottom: .75em;
}

.subheader h1 {
    color: #fff;
    margin: 0;
    font-weight: 100
}

.subheader h1 small {
    display: block;
    font-weight: 300;
    color: #fff;
    margin-top: .5em
}

.subheader .sk.breadcrumb {
    position: absolute;
    bottom: 0;
    right: 1em;
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
    padding: .5em 1.2em;
    text-transform: capitalize;
    width: auto
}

.subheader .sk.breadcrumb a.section {
    color: #fff
}

.subheader .sk.breadcrumb a:hover {
    text-decoration: underline
}

.subheader .sk.breadcrumb .section {
    font-size: .876em;
    color: #fff
}

.subheader .sk.inverted.input {
    width: 300px
}

#suggestions {
    position: absolute;
    width: 300px;
    top: 5em;
    z-index: 100
}

ul.sm a,
ul.sm li {
    position: relative
}

#search-results {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
    background-color: #FFF
}

#pagination {
    margin-top: 1em
}

.sm,
.sm li,
.sm ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    direction: ltr
}

ul.sm li {
    float: left
}

ul.sm a {
    white-space: nowrap
}

ul.sm a.disabled {
    cursor: default
}

ul.sm ul {
    position: absolute;
    top: -999999px;
    left: -800px;
    width: 100px
}

.top-menu,
.topmenu li>a i,
.topmenu li>a small,
.topmenu li>a strong {
    position: relative
}

ul.sm-rtl {
    direction: rtl
}

ul.sm-rtl li {
    float: right
}

ul.sm ul li,
ul.sm-vertical li {
    float: none
}

ul.sm ul a,
ul.sm-vertical a {
    white-space: normal
}

* html ul.sm-vertical li {
    float: left;
    width: 100%
}

* html ul.sm-vertical ul li {
    float: none;
    width: auto
}

ul.sm ul.sm-nowrap>li>a {
    white-space: nowrap
}



ul.sm:after {
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

* html ul.sm {
    height: 1px
}

ul.sm li *,
ul.sm li:after,
ul.sm li:before {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

ul.sm {
    -webkit-tap-highlight-color: transparent
}

.topmenu li>a {
    text-decoration: none;   
}
.topmenu >li>a {
	margin: 46.5px 0;
}

.topmenu li a>i {
    display: none;
    font-size: 2em
}

.topmenu li>a strong {
    display: block;
    font-size: 18px;
	font-weight: 500;
}

.topmenu li>a small {
    display: none;
    font-size: .85em
}

.topmenu li:hover a small,
.topmenu li:hover a strong,
.topmenu li:hover>a i {
    opacity: 1
}

.topmenu a>small {
    display: block
}

.topmenu a.highlighted,
.topmenu a:active,
.topmenu a:focus,
.topmenu a:hover {
    color: #bc0710;
}

.topmenu li.nav-submenu-item i.icon {
    margin-right: .5em
}

.topmenu ul a.has-submenu,
.topmenu-vertical a.has-submenu {
    padding-right: 1.8em
}

.topmenu li ul li a {
    padding: 20px 0;
	text-align: center;
    border: 0;
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, .2);
    font-size: .778em
}

.topmenu li ul li a:hover {
    color: inherit;
	background-color: rgba(255,255,255,0.2);
}

.topmenu li ul li a i {
    font-size: 1em;
    display: inline-block;
    margin: 0 .5em 0 0
}

#menu ul.two.cols {
    width: 380px!important
}

#menu ul.three.cols {
    width: 500px!important
}

#menu ul.three.cols li {
    width: 33.33%
}

#menu ul.four.cols li {
    width: 25%
}

#menu ul.four.cols {
    width: 680px!important
}

#menu ul.cols li {
    display: block;
    float: left;
    width: 50%
}

#menu ul.cols li:first-child {
    box-shadow: none
}

#menu ul.cols {
    clear: both
}

.topmenu ul.menu-submenu {
	background-color: rgba(188,7,16,0.7);
}

.topmenu a span.sub-arrow {
    position: absolute;
    left: 50%;
    bottom: 16px;
    margin-left: -12px;
    width: 1em;
    height: 1em;
    line-height: 1em;
	display:none;
}

.topmenu ul.menu-submenu a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
    right: 1em;
    top: 1.4em;
    left: auto;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.topmenu li:first-child,
.topmenu ul li,
.topmenu-vertical li {
    border-left: 0
}

.topmenu ul li:first-child,
.topmenu-vertical li:first-child {
    border-top: 0
}

.topmenu span.scroll-down,
.topmenu span.scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    border: solid #bbb;
    border-width: 1px 0;
    background: #fff;
    height: 20px
}

.topmenu span.scroll-down-arrow,
.topmenu span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #555
}

#botwidget,
.loader {
    position: relative
}

.topmenu span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed;
    border-color: #555 transparent transparent
}

#topwidget {
    background-color: #fff
}

#topwidget .static-image {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 1em 4em;
    color: #fff
}

#topwidget .static-image>h1 {
    font-size: 3em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100
}

#leftwidget aside,
#rightwidget aside {
    margin-bottom: 1.5em
}

#leftwidget aside h3,
#rightwidget aside h3 {
    font-weight: 400;
    color: #333
}

.loader:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/loader-large.gif) 50% 50% no-repeat rgba(255, 255, 255, .8);
    visibility: visible;
    z-index: 5000
}

footer {
    background-color: #29282b;
    color: #fff
}

footer .logo {
    max-width: 130px;
    margin: 1em auto 0
}

footer .ficons {
    margin-bottom: 1em
}

footer .ficons i.icon {
    margin: 0 .25em
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #bc0710;
    border-radius: 30px;
    line-height: 55px;
    opacity: .8;
}

#scrollUp:before {
    content: "\f077";
    display: inline-block;
    vertical-align: middle;
    font: 28px Icons;
    color: white;
}

#error-page {
    background-image: url(../images/404_bg.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    background-color: #282828;
    box-shadow: inset 0 10px 0 0 #000, inset 0 -10px 0 0 #000;
    position: relative
}

#error-page .logo {
    padding-top: 2em
}

#error-page h1 {
    padding-top: .5em;
    color: #fff;
    font-size: 5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .75)
}

#error-page h3 {
    color: #7F7F7F;
    font-size: 1.5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .75)
}

#error-page h3.primary {
    margin-top: 2em
}

#error-page #but.button {
    font-size: 2em;
    border-radius: 500em
}

#error-page #but.button i.icon {
    font-size: 4em
}

.section1 {
    background: #f4f6f8;
    position: relative;
    padding: 3em 1em
}

.section1:after,
.section1:before,
.section2:after {
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.section1:before {
    background: #fff;
    border-top: 1px solid #e1e1e1;
    top: 1px
}

.section1:after {
    background: #e1e1e1;
    border-bottom: 1px solid #fefefe;
    bottom: 5px
}

.section2:after {
    background: #fefefe;
    top: 0;
    transition: all .3s ease 0s
}

.section2,
.section3,
.section4 {
    padding: 3em 1em;
    position: relative
}

.section2 {
    background: #f4f6f8;
    border-top: 1px solid #e3e3e3
}

.section3 {
    background: #fff;
    border-top: 1px solid #dadada
}

.section4 {
    background: #e3e8ee;
    border-bottom: 1px solid #f4f6f8
}
.menu.lang_menu {
    display: none;
}

.menu.lang_menu.show {
    display: block;
    position: absolute;
    background: white;
    z-index: 10000;
    width: auto;
    top: 46px;
}

.sk.menu {
    font-size: 20px;
}

.headerlanguage {
    cursor: pointer;
}

#langmenu .item {
    width: 100%;
}

.lazyload {
    display: block;
    min-height: 1px;
}

.lazyload.custom-loader {
    max-width: 50px;
    max-height: 50px;
    left: calc(50% - 25px);
}
/*All*/
.visible-mobile {
	display:none;
}
/*Menu*/
.header-info.middle {
	text-align:center;
}
.header-info.right {
	text-align:right;
}
.header-info img {
	vertical-align:middle;
}
.header-info .email-img {
/*margin-bottom: 2px;*/
}
.middle-bar {
    background-color: white;
}
.middle-bar > .sk-grid > .columns {
    display: flex;
    flex-wrap: wrap;
}
.header-logo {
    display: flex;
    align-items: center;
}
#menu {
    display: flex;
    justify-content: space-between;
	color:#1a1a1a;
}
.topmenu > li ul:before {
	content:"";
	border-top: 15px solid white;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
	
}
.topmenu > li > ul {
	position: absolute;
	left: 50% !important;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: 1px solid white;
}
li.nav-submenu-item {
    color: white;
}
.join_us {
	color:#bc0710;
	font-size:21px;
	font-weight:bold;
	padding:45px 0;
	text-align: right;
}
.join_us img {
    vertical-align: baseline;
}
.join_us img.over {
	display:none;
}
.join_us a:hover {
	color:#1a1a1a;
	-webkit-transition: all .0s ease;
	-moz-transition: all .0s ease;
	-o-transition: all .0s ease;
	transition: all .0s ease;
}
.join_us a:hover img.over {
	display:inline-block;
}
.join_us a:hover img.normal {
	display:none;
}
/*Menu Dropdown*/
.menu-icons-inside {
    position: relative;
    text-align: center;
    float: right;
    cursor: pointer;
    z-index: 2;
    padding: 15px 0;
    margin-bottom: 5px;
    display: none;
}
.menu-icon {
    position: relative;
    color: #000;
    float: right;
    height: 26px;
    margin-right: 0;
    display: inline-block;
}
.menu-icon-create {
    display: inline-block;
    width: 30px;
    height: 2px;
    position: relative;
    top: 12px;
    vertical-align: bottom;
    background: #000;
    white-space: nowrap;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    float: left;
}
.menu-icon-create::after, .menu-icon-create::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    height: 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
    left: 0;
    background: #000;
}
.menu-icon-create::before {
    top: -8px;
}
.menu-icon-create::after {
    top: 8px;
}
.menu-icon.opened .menu-icon-create {
    background: none;
}
.menu-icon.opened .menu-icon-create::before {
    top: 100%;
    -webkit-transform: rotate(-48deg) translate(2px,0);
    -moz-transform: rotate(-48deg) translate(2px,0);
    -ms-transform: rotate(-48deg) translate(2px,0);
    -o-transform: rotate(-48deg) translate(2px,0);
    transform: rotate(-48deg) translate(2px,0);
}
.menu-icon.opened .menu-icon-create::after {
    -webkit-transform: rotate(45deg) translate(0,1px);
    -moz-transform: rotate(45deg) translate(0,1px);
    -ms-transform: rotate(45deg) translate(0,1px);
    -o-transform: rotate(45deg) translate(0,1px);
    transform: rotate(45deg) translate(0,1px);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
/*About Us - Home*/
#about-home {
	background-image:url(https://www.zerovending.com/uploads/images/about-back.png);
	background-size:cover;
	background-position: bottom;
	margin-top: -5px;
	padding: 65px 0;
	background-color: white;
	position: relative;
}
#about-home > .sk-grid > .columns {
    display: flex;
    flex-wrap: wrap;
}
.about-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.title {
	font-family: 'Roboto Slab', serif;
	font-weight:100;
	font-size:50px;
	margin-bottom: 50px;
}
.title > .num {
	font-weight:bold;
}
.title > .slug {
	font-weight:500;
	color: #bb0710; 
}
#about-home .title {
	margin-bottom: 45px;
	text-align: center;
}
#about-home .title > .num {
	color:#cccccc;
}
#about-home .title > .slug {
	color:#bc0710;
}
.about-text.left {
    padding-right: 35px;
}
.about-service {
    margin-bottom: 40px;
}
.about-service-title {
    color: #1a1a1a;
    font-size: 25px;
    font-weight: 300;
	display:block;
}
.about-service-title strong {
	color:#bc0710;
}
.about-text.left .about-service-title, .about-text.left .about-service-desc {
    padding-left: 70px;
}
.about-text.right .about-service-title, .about-text.right .about-service-desc {
    padding-right: 70px;
}
.service-divider-title {
    display: flex;
    align-items: center;
	justify-content: space-between;
	margin: -10px 0;
}
.service-num {
    width: 60px;
    height: 60px;
    border: 3px dotted #bc0710;
    border-radius: 50%;
    color: #bc0710;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.about-service:hover .service-num {
    color: white;
    background: radial-gradient(#bc0710 95%, white 5%);
}
.service-divider {
    width: calc(100% - 70px);
    border-bottom: 3px dotted #bc0710;
	display:block;
}
.about-service-desc {
    font-size: 16px;
    font-weight: 300;
    color: #666666;
	line-height: 20px;
	display:block;
}
.about-image img {
    margin: auto;
	display: block;
}
/*Our Products - Homepage*/
#products-home {
	background-image:url(https://www.zerovending.com/uploads/images/product-back.png);
	background-size:cover;
	color: white;
	margin-top: -25px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#products-home::before {
    content: "";
    border-bottom: 1px solid white;
    position: absolute;
    width: 225px;
    transform: rotate(-60deg);
    transform-origin: right;
    left: 5%;
	top: -25px;
}
#products-home > div {
	background-color:rgba(188,7,16,0.8);
	padding: 50px;
}
#products-home .title {
    margin-bottom: 40px;
	text-align: center;
}
#products-home .title > .slug {
	color:white;
}
.products-home-desc {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    max-width: 525px;
    margin: auto;
}
#results-home-products {
    margin: 50px 0;
}
.home-product {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.home-product:last-child {
	margin-bottom:0;
}
.product-circle {
    width: 240px;
    height: 240px;
    float: left;
    border: 1px solid white;
    border-radius: 50%;
	display:block;   
	padding: 35px;
}
.product-mid-circle {
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    width: 100%;
    border-radius: 50%;
	display:block;  
	padding: 0;	
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.product-mid-circle:hover {
	padding: 25px;
}
.product-inner-circle {
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 50%;
    height: 100%;
	overflow: hidden;
}
.product-inner-circle > img {
    max-width: 115px;
    max-height: 100%;
}
.product-hor-line {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}
.product-hor-line > div {
    border-bottom: 3px dotted white;
	width:100%;
}
.product-text {
    float: left;
    width: calc(100% - (240px + 20%));
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.home-product:nth-child(2n) .product-text {
    text-align: right;
	align-items: flex-end;
}
.product-title {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 20px;
}
.product-text-desc {
    font-weight: 300;
    width: 100%;
    max-width: 400px;
	padding-bottom: 12px;
}
/*Vending Specialist*/
#home-specialist, #who-bottom {
	background-image:url(https://www.zerovending.com/uploads/images/specialist-back.png);
	background-size: 100% 500px;
	margin-top: -155px;
	padding-top: 200px;
	background-repeat: no-repeat;
}
#home-specialist > .sk-grid > .columns {
	display: flex;
    flex-wrap: wrap;
}
.specialist-text {
    color: #bc0710;
    text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.specialist-text h1 {
	font-size:45px;
	font-weight:900;
}
.specialist-text h2 {
	font-size:40px;
	font-weight:300;
}
.specialist-text .button {
	background-color: #bc0710;
	color: #fff;
	font-weight:300;
	width: 150px;
	margin: auto;
	padding: 10px 0;
	display:block;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.specialist-text .button:hover {
	background-color: #333;
}
.specialist-images, .who-bottom-image {
    text-align: right;
	margin-bottom: -60px;
}
.homepage .sk-content-full {
	padding:0;
}
/*Who we are*/
.article-page {
	background-image:url(https://www.zerovending.com/uploads/images/about-background.png);
	background-size:100%;
	background-repeat: no-repeat;
}
#who-top, .services-page .title, .contact-form {
    margin-top: 50px;
}
.who-top-text {
    margin-bottom: 30px;
}
.who-top-text p {
    font-weight: 300;
    color: #989898;
    font-size: 20px;
}
.who-top-desc {
	font-weight: 300;
    font-size: 25px;
    color: #333333;
    margin-bottom: 1em;
	max-width: 400px;
}
.who-top-image {
    text-align: center;
	margin-bottom: -50px;
    position: relative;
    z-index:2;
}
.who-top-image img {
	max-height: 765px;
}
.who-bottom-text p {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 300;
}
.who-bottom-text p:first-child {
	color: #bb0710;
	font-weight:bold;
	padding-top: 17px;
}
/*Services*/
.services-page {
	background-image:url(https://www.zerovending.com/uploads/images/services-back.png);
	background-size:cover;
	background-position: right;
}
#services > .columns {
    display: flex;
    flex-wrap: wrap;
}
.service-text-box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    color: #989898;
	padding: 55px;
	min-height: 360px;
}
.service-text-title {
    color: #bb0710;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
	display: block;
}
.service-image-box {
    position: relative;
	
}
.service-image-box > a > span:first-child  {
	position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.service-image-box > a > span:first-child > img {
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    margin: auto;
    display: block;
}
.service-image-over {
    background-color: rgba(51,51,51,0.3);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
	display:block;
}
.service-image-over:hover {
    background-color: rgba(187,7,16,0.6);
}
.service-logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
	min-height: 360px;
}
.service-arrow {
	position: absolute;
	margin: auto;
	display: flex;
    justify-content: center;
    align-items: center;
}
.service-arrow.left {  
    right: 0; 
    top: 0;
    bottom: 0;  
	width: 80px; 
}
.service-arrow.right {
	left: 0; 
    top: 0;
    bottom: 0;  
	width: 80px; 
}
.service-arrow.down {
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
}
.service-arrow.up {
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
}
.service-arrow > img {
    position: relative;
    z-index: 1;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.service-arrow.left > img {
	width: 40px;
	right: -30px;
}
.service-arrow.right > img {
    width: 40px;
    left: -30px;
}
.service-arrow.down > img {
    height: 40px;
    top: -30px;
}
.service-arrow.up > img {
    height: 40px;
    bottom: -30px;
}
.arrow-left, .arrow-right {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.arrow-down, .arrow-up {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.cover {
    position: absolute;
    width: 100px;
    height: 100px;   
    background: white;
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 10px;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	display:block;
}
.arrow-left .cover {
	left: 55px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #eeeff1;
}
.arrow-right .cover {
	top: 0;
	bottom: 0;
	margin: auto;
	right: 55px;
}
.arrow-down .cover {
    bottom: 55px;
	left: 0;
	right: 0;
	margin: auto;
	background: #eeeff1;
}
.arrow-up .cover {
    top: 55px;
	left: 0;
	right: 0;
	margin: auto;
	background: #eeeff1;
}
.service-image-over:hover .arrow-right .cover, .move .service-image-over .arrow-right .cover {
    right: 35px;
}
.service-image-over:hover .arrow-left .cover, .move .service-image-over .arrow-left .cover {
	left: 35px;
}
.service-image-over:hover .arrow-down .cover, .move .service-image-over .arrow-down .cover {
    bottom: 35px;
}
.service-image-over:hover .arrow-up .cover, .move .service-image-over .arrow-up .cover {
    top: 35px;
}
.service-image-over:hover .service-arrow.right > img, .move .service-image-over .service-arrow.right > img {
    width: 80px;
    left: -20px;
}
.service-image-over:hover .service-arrow.left > img, .move .service-image-over .service-arrow.left > img {
    width: 80px;
    right: -20px;
}
.service-image-over:hover .service-arrow.down > img, .move .service-image-over .service-arrow.down > img {
    height: 80px;
    top: -20px;
}
.service-image-over:hover .service-arrow.up > img, .move .service-image-over .service-arrow.up > img {
    height: 80px;
    bottom: -20px;
}
/*Products*/
.overlay-fade {
    background-color: rgba(187,7,16,0.6);
}
.sk.divider {
    border-top: 1px solid #e5e5e5;
}
/*Arrange a Meeting*/
#arrange {
	background-image:url(https://www.zerovending.com/uploads/images/arrange-background.png);
	background-size: cover;
	padding: 5em 0;
}
.arrange-page #page {
	display:none;
}
#arrange-form {
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
	position: relative;
	padding-top: 4%;	
}
#arrange-form .sk.form {
	padding-bottom: 8%;
} 
#arrange h2 {
	color: #bb0710;
	font-size:22px;
}
.sk.form .three.fields > .field.arrange-message {
    width: 66.66%;
}
#arrange-form .sk.button {
	float:right;
	margin-top:3em;
}
#arrange-form .sk.form .three.fields > .field {
    padding-left: 4%;
    padding-right: 4%;
}
#arrange-form .sk.form .two.fields > .field {
    padding-left: 8%;
    padding-right: 8%;
	width:50%;
	float:left;
}
#arrange-form .sk.form .two.fields .field:first-child {
    padding-left: 0;
}
#arrange-form .sk.form .two.fields .field:last-child {
    padding-right: 0;
}
#arrange-form .sk.form .three.fields .two.fields .field label {
    font-size: 17px;
}
.sk.form .field label.radio {
	font-family: 'Roboto', sans-serif;
}
.three-arrange-top {
	display:flex;
	flex-wrap:wrap;
}
.chosen-container-single .chosen-single {
    padding: .5em 1.2em;
    border-radius: 0;
    border: none;
    background-color: rgba(229, 229, 229, 0.6);
	line-height: 1.5;
	font-size: 16px;
}
.chosen-container-single .chosen-single div {
    width: 30px;
    background-color: rgba(102,102,102,0.4);
}
.chosen-container-single .chosen-single div b::before {
    content: "\f078";
    font-size: 17px;
    color: white;
    text-align: center;
}
.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    background: rgba(102,102,102,0.4);
}
.chosen-container .chosen-drop {
    border: none;
    background-color: rgba(229, 229, 229, 1);
}
.chosen-container .chosen-results li {
    padding: 10px 1.2em;
	line-height: 1.2;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #bc0710;
    color: #fff;
}
.arrange-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
}
.radio input + i::before, .radio input + #checkboxInfo + i::before {
    content: '\f10c';
    color: rgba(229, 229, 229, 0.9);
    font-size: 28px;
    position: absolute;

}
.radio input + i::after, .radio input + #checkboxInfo + i::after {
    content: '\f10c';
	color:rgba(229, 229, 229, 0.6);
}
.radio input + #checkboxInfo + i::after {
	position:relative;
	left:4px;
}
.radio input:checked + i::after, .radio input:checked + #checkboxInfo + i::after {
    content: '\f111';
    color: #bc0710;
}
.sk.textarea, .sk.form textarea {
    min-height: 10em;
	white-space:normal;
}
#arrange-form .sk.success.message {
    padding-top: 20vh;
	padding-bottom: 60vh;
}
#checkboxInfo {
    color: #D95C5C;
}
/*Contact Form*/
.sk.form.contact-form .field {
    margin: 0 0 2em;
}
.sk.form .field label {
	font-family: 'Roboto', sans-serif;
	font-size:19px;
	font-weight:500;
	color: #666666;
}
.sk.form textarea, .sk.form input[type="text"], .sk.form input[type="email"], .sk.form input[type="date"], .sk.form input[type="password"], .sk.form input[type="number"], .sk.form input[type="tel"], .sk.form .fileinput > input {
    font-family: 'Roboto', sans-serif;
    background-color: rgba(229, 229, 229, 0.6);
    border: none;
    border-radius: 0;
	padding: .5em 1.2em;
}
.sk.form input[type="text"], .sk.form input[type="email"], .sk.form input[type="date"], .sk.form input[type="password"], .sk.form input[type="number"], .sk.form input[type="tel"], .sk.form .fileinput > input {
	line-height: .5;
}
.sk.form input[type="text"]:focus, .sk.form input[type="email"]:focus, .sk.form input[type="date"]:focus, .sk.form input[type="password"]:focus, .sk.form input[type="number"]:focus, .sk.form input[type="url"]:focus, .sk.form input[type="tel"]:focus, .sk.form textarea:focus {
    border-color: #bc0710;
    -webkit-box-shadow: .3em 0 0 0 #bc0710 inset;
    box-shadow: .3em 0 0 0 #bc0710 inset;
}
.sk.button {
    font-family: 'Roboto', sans-serif;
    background-color: #bb0710;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 500;
	border-radius: 0;
}
.sk.button:hover {
    background-color: #333;
}
.contact-form .sk.button {
	float:right;
}
.sk.success.message {
    background-color: rgba(0,0,0,0);
    color: #333;
    text-align: center;
    box-shadow: none;
    padding: 10vh 0;
}
.sk.success.message i {
	display:none !important;
}
.sk.icon.message > .icon + .content {
    padding-left: 0;
}
.sk.message .header {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #bb0710;
}
.sk.form select {
	border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
	background-color: rgba(229, 229, 229, 0.6);
	background-image:url(https://www.zerovending.com/uploads/images/select_arrow.PNG);
	background-position:right center;
	background-repeat:no-repeat;
	padding: .5em 1.2em;
	height: 40px;
	position:relative;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}
.sk.form select:after {
	content: "\f078";
	width: 30px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background-color: rgba(102,102,102,0.4);
}
/*Find Us*/
#find-us {
    margin-bottom: 50px;
}
/*Contact Info*/
#contact-info {
	background-image:url(https://www.zerovending.com/uploads/images/contact-back.png);
	background-size:cover;
	color: white;
	padding: 50px 0;
	overflow: hidden;	
	background-position: right;
}
#contact-info > .sk-grid > .columns {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}
.romv {
    width: 275px;
    height: 275px;
    background-color: rgba(255,255,255,0.9);
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);  
	margin: 55px;
	margin-right:70px;
	transform: rotate(45deg);
	color: #bb0710;
	display: flex;
	justify-content: center;
	position:relative;
}
.romv::before {
    content: "";
    border-bottom: 1px solid white;
    width: 1000px;
    position: absolute;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	left: -225px;
}
.romv-cont {
    -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 195px;
	display: flex;
	justify-content: center;
	flex-flow:column;
}
.romv h3 {
    font-weight: 900;
    font-size: 27px;
	margin: 0;
}
.romv h4 {
    font-size: 15px;
	margin: 0;
	margin-bottom: 5px;
}
.romv h5 {
	color: #1e2029;
	font-weight:bold;
}
.social-info {
    display: inline-block;
	margin-right: 15px;
}
.social-info img.over , .social-info:hover img.normal {
	display:none;
}
.social-info:hover img.over {
	display: inline-block;
}
.contact-info-text {
    padding-left: 10px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.contact-info-text > .title {
	margin-bottom: 75px;
}
.contact-info-text > .columns {
	margin-bottom:15px;
}
.contact-info-icon {
    width: 30px;
    float: left;
}
.contact-info-desc {
    width: calc(100% - 30px);
    float: left;
	display: flex;
	flex-wrap: wrap;
	font-size: 17px;
}
.contact-info-desc strong {
    font-weight: 900;
	padding-right: 5px;
}
.contact-info-desc img {
	image-rendering: crisp-edges;
}
/*Upper Footer*/
.upper-footer {
	padding: 70px 0;
}
.upper-footer h1 {
	font-family: 'black_jackregular', 'Dancing Script', cursive;
	margin-bottom: 50px;
	font-size: 40px;
}
.social-footer {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.social-icon {
    margin: 0 15px;
}
.social-circle {
    background-color: rgba(188,7,16,0.7);
    border-radius: 50%;
    width: 65px;
	height: 65px;
	padding: 10px;
	display:block;
	position: relative;
}
.social-circle::after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 2px rgba(188, 7, 16, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.social-circle:hover::after {
    -webkit-animation: sonarEffect 0.75s ease-out 75ms;
    -moz-animation: sonarEffect 0.75s ease-out 75ms;
    animation: sonarEffect 0.75s ease-out 75ms;
}

.social-inner-circle {
    background-color: rgba(188,7,16,0.7);
    border-radius: 50%;
    width: 100%;
    height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vmc-link {
	padding-bottom:5px;
}
.bottom-footer {
    padding: 30px 0;
	border-top: 1px solid rgba(204,204,204,0.3);
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(188, 7, 16, 0.1), 0 0 10px 10px #bc0710, 0 0 0 10px rgba(188, 7, 16, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(188, 7, 16, 0.1), 0 0 10px 10px #bc0710, 0 0 0 10px rgba(188, 7, 16, 0.5);
        -webkit-transform: scale(1.1);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(188, 7, 16, 0.1), 0 0 10px 10px #bc0710, 0 0 0 10px rgba(188, 7, 16, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(188, 7, 16, 0.1), 0 0 10px 10px #bc0710, 0 0 0 10px rgba(188, 7, 16, 0.5);
        -moz-transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(188, 7, 16, 0.1), 0 0 10px 10px #bc0710, 0 0 0 10px rgba(188, 7, 16, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(188, 7, 16, 0.1), 0 0 10px 10px #bc0710, 0 0 0 10px rgba(188, 7, 16, 0.5);
        transform: scale(1.1);
        opacity: 0;
    }
}
/*Footer*/
footer a:hover {
	color:#bc0710;
}
.footer-text.left {
	text-align:left;
}
.footer-text.right {
	text-align:right;
}
/*Terms*/
.terms img {
	/*vertical-align:bottom;*/
	image-rendering: crisp-edges;
	padding-top: 4px;
}
.terms ul {
	padding-left:15px;
}


/*Responsive*/
@media only screen and (max-width:1260px) {
/*All*/
.sk-grid {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.sk-grid .sk-grid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*Menu*/
header .top-bar {
    font-size: 15px;
}
.header-info .email-img {
    height: 20px;
}
/*Our Products - Homepage*/
#products-home {
    width: calc(100% + 30px);
    margin-left: -15px;
}
}
@media only screen and (max-width:1150px) {
/*Footer*/
.bottom-footer, .vmc-link {
	font-size:16px;
}
}
@media only screen and (max-width:1024px) {
html {
    overflow-x: hidden;
}
/*Menu*/
header .top-bar {
    font-size: 13px;
}
.header-info .email-img {
    height: 17px;
}
.topmenu > li > a {
    margin: 40px 0;
}
/*Homepage - Our Products*/
#products-home::before {
	content:unset;
}
/*About Us*/
.about-service-title {
    font-size: 17px;
}
.about-text.left {
    padding-right: 15px;
}
/*Who We are*/
.who-top-image {
    margin-top: 30px;
}
.who-top-image img {
    max-height: 500px;
}
/*Vending Specialist*/
.specialist-text h1 {
    font-size: 35px;
}
.specialist-text h2 {
    font-size: 30px;
}
/*Footer*/
.bottom-footer, .vmc-link {
    font-size: 14px;
}
}

@media only screen and (min-width:770px) and (max-width:959px) {
    .topmenu li>a {
        padding: .5em 0;
    }
    .topmenu li a>i {
        font-size: 14px;
    }
    .topmenu li>a strong {
        font-size: .85em
    }
    .topmenu li>a small {
        font-size: .65em
    }
    .topmenu a span.sub-arrow {
        left: 40%
    }
/*Menu*/
.header-info {
	width:100%;
}
.header-info.left, .header-info.right {
    text-align: center;
}
.header-info.middle {
    padding: 10px 0;
}
.join_us {
    font-size: 17px;
}
}

@media only screen and (max-width:769px) {
    .logo {
        text-align: center;
        margin: 0 auto
    }
    #footer .links {
        float: none!important
    }
    .sk.tabs li,
    ul.topmenu>li {
        float: none
    }
    .sk.tabs li a.active,
    .sk.tabs li a.active:hover {
        border-color: #F4BF1E
    }
    ul.topmenu {
        width: auto
    }
    ul.topmenu ul {
        display: none;
        position: static;
        top: auto!important;
        left: auto!important;
        margin-left: 0!important;
        margin-top: 0!important;
        width: auto!important;
        min-width: 0!important;
        max-width: none!important;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);	
		transform: translateX(0);
    }
    ul.topmenu ul.sm-nowrap>li>a,
    ul.topmenu>li>a {
        white-space: normal
    }
    ul.topmenu iframe {
        display: none
    }
    .topmenu ul.menu-submenu {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .topmenu li>a {
        display: block;
        text-decoration: none;
        padding: .5em 1em;
        text-align: left;
        font-weight: 400;
        color: #fff;
        box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, .2)
    }
    .topmenu li a>i {
        display: inline-block;
        font-size: 1em;
        margin-right: 1em
    }
    .topmenu li>a strong {
        display: inline-block;
        font-weight: 400;
        font-size: .85em;
        padding: 0
    }
    .topmenu li>a small {
        display: block;
        font-size: .8em;
        margin-left: 2.5em
    }
    .topmenu a span.sub-arrow {
        left: auto;
        right: 1em;
        bottom: 1em;
        width: 1em;
        height: 1em;
        line-height: 1em
    }
    .topmenu ul a span.sub-arrow,
    .topmenu-vertical a span.sub-arrow {
        left: auto;
        right: 1em
    }
    #menu ul.four.cols,
    #menu ul.three.cols,
    #menu ul.two.cols {
        width: 100%!important
    }
    #menu ul.cols li {
        float: none;
        width: auto;
        box-shadow: none
    }
    .topmenu li:hover a small,
    .topmenu li:hover>a i {
        opacity: 1;
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none
    }
    .topmenu a.highlighted span.sub-arrow {
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .topmenu li {
        border-left: 0
    }
    .topmenu li:first-child {
        border-top: 0
    }
/*All*/
.overflow-phone {
    /*overflow: hidden;
    position: fixed;
    width: 100%;*/
}
.visible-mobile {
	display:block;
}
.hidden-mobile {
	display: none !important;
}
.title {
    font-size: 35px;
	margin-bottom: 25px;
}
/*Menu*/
header.home-header {
    position: relative;
}
header .top-bar {
    background-color: rgba(50,53,63,1);
}
.header-info.left, .header-info.right {
    text-align: center;
}
.header-info.middle {
	padding: 10px 0;
}
.middle-bar > .sk-grid > .columns {
    display: block;
}
header .logo {
    padding: .75em 0;
}
.header-menu {
	float:right;
}
.join_us {
	padding: 15px 0;
    text-align: left; 
}
#menu {
    display: none;
}
.showmenu #menu {
    display: block;
    width: 250px;
    position: absolute;
    right: 0;
    background-color: #bc0710;
    z-index: 10;
    padding: 0;
    margin-top: 61px;
}
/*Menu Dropdown*/
.menu-icons-inside {
    display: block;
}
.topmenu > li > a {
    margin: 0;
}
.topmenu a.highlighted, .topmenu a:active, .topmenu a:focus, .topmenu a:hover, .topmenu li ul li a:hover {
    color: white;
}
.topmenu > li ul::before {
    border-top: 10px solid #bc0710;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
	top: -1px;
}
.topmenu ul.menu-submenu {
    background-color: rgba(0, 0, 0, 0.7);
}
.topmenu li ul li a {
    padding: 12px 0;
}
/*About Us - Homepage*/
#who-top, .services-page .title, .contact-form {
    margin-top: 0;
}
#about-home {
    padding: 50px 0;
}
#about-home .title {
    margin-bottom: 30px;
}
.about-text.left {
    padding-right: 0;
}
.service-num {
    width: 40px;
    height: 40px;
    font-size: 25px;
}
.service-divider {
    width: calc(100% - 50px);
}
.about-text.left .about-service-title, .about-text.left .about-service-desc {
    padding-left: 55px;
}
.about-text.right .about-service-title, .about-text.right .about-service-desc {
    padding-right: 55px;
}
/*Our Products*/
#products-home > div {
    padding: 40px 15px;
}
#products-home .title {
    margin-bottom: 30px;
    font-size: 30px;
}
.product-circle {
    float: none;
    margin: auto;
}
.product-hor-line {
    padding: 25px 0;
}
.product-text {
    width: 100%;
	text-align: center;
}
.home-product:nth-child(2n) {
    flex-flow: wrap-reverse;
}
.home-product:nth-child(2n) .product-text {
    text-align: center;
    align-items: center;
}
.product-text-desc {
    margin: auto;
}
#results-home-products {
    margin-bottom: 0;
}
/*Vending Specialist*/
#home-specialist, #who-bottom {
    margin-top: 0;
    padding-top: 30px;
	background: none;
}
.specialist-images, .who-bottom-image {
    text-align: center;
    margin-top: 30px;
	margin-bottom: -45px;
}
/*Who we are*/
.who-top-image img {
    max-height: 400px;
}
.who-top-desc {
    font-size: 20px;
}
.who-top-text p, .who-bottom-text p {
    font-size: 17px;
}

/*Services*/
.services-page {
    background:none;
}
.service-text-box, .service-logo-box {
	min-height: unset;
}
.service-logo-box {
    padding: 2em 0;
}
#services > .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#box-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
#over-1 {
	-webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
#box-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}
#over-2 {
	-webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
}
.service-logo-box {
	-webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
}
#box-3 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
}
#over-3 {
	-webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
}
#box-4 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
}
#over-4 {
	-webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
}
.service-image-box {
    height: 65vh;
}
.service-image-over {
    position: relative;
}
.service-arrow.left, .service-arrow.right, .service-arrow.down, .service-arrow.up {  
    bottom: unset;  
	top: 0;
    left: 0;
    right: 0;
    height: 80px;
	width:auto;
	z-index: 10;
}
.service-arrow.left > img, .service-arrow.right > img, .service-arrow.down > img, .service-arrow.up > img {
	left:unset;
	right: unset;
	bottom:unset;
	/*width:auto;
    height: 40px;*/
    top: -30px;
}
.arrow-left, .arrow-right, .arrow-down, .arrow-up {
	align-items: unset;
    justify-content: center;
	top: 0;
	height:100%;
	left: 0;
	right: 0;
	margin:auto;
}
.arrow-left .cover, .arrow-right .cover, .arrow-down .cover, .arrow-up .cover {
	left: calc(50% - 50px);
	right: calc(50% - 50px);
	top: -65px;
	bottom: 55px;
	margin: auto;
	background-color:white;
}
.service-image-over:hover .arrow-right .cover, .move .service-image-over .arrow-right .cover, .service-image-over:hover .arrow-left .cover, .move .service-image-over .arrow-left .cover, .service-image-over:hover .arrow-down .cover, .move .service-image-over .arrow-down .cover, .service-image-over:hover .arrow-up .cover, .move .service-image-over .arrow-up .cover  {
	top: -60px;
	left: calc(50% - 50px);
	right: calc(50% - 50px);
    bottom: 35px;
}
.service-image-over:hover .service-arrow.right > img, .move .service-image-over .service-arrow.right > img, .service-image-over:hover .service-arrow.left > img, .move .service-image-over .service-arrow.left > img, .service-image-over:hover .service-arrow.down > img, .move .service-image-over .service-arrow.down > img, .service-image-over:hover .service-arrow.up > img, .move .service-image-over .service-arrow.up > img {
    top: -20px;
	left: unset;
	right: unset;
	bottom: unset;
}
.service-arrow.right > img {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.service-arrow.up > img {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.service-arrow.left > img {
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/*Product Results*/
.clearfix.bottom-space .title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.shop-categories-link {
    display: none;
}
.showmenu .shop-categories-link {
    display: block;
}
/*Arrange a meeting*/
#arrange {
    padding: 3em 0;
}
#arrange .title {
    font-size: 30px;
}
#arrange-form .sk.form .three.fields > .field.arrange-message {
    width: 100%;
}
#arrange-form .sk.button {
    margin-top: 2em;
}
.arrange-image {
    position: relative;
    margin-bottom: -8%;
    width: 100%;
}
/*Get in Touch*/
.sk.form.contact-form .field {
    margin: 0 0 1em;
}
.romv::before {
    top: 300px;
}
/*Footer*/
.upper-footer {
    padding: 40px 0;
}
.footer-text {
    padding: 5px 0px;
}
.footer-text.left, .footer-text.right {
    text-align: center;
}
.bottom-footer {
    padding: 25px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.bottom-footer > .footer-text.left {
	-webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.bottom-footer .columns {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.bottom-footer .columns > .footer-text.left {
	-webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}
}
@media only screen and (min-width:535px) and (max-width:769px) {
/*Arrange a Meeting*/
#arrange-form .sk.form .three.fields > .field {
	width:50%;
	float:left;
}
#arrange-form .sk.form .two.fields > .field  {
	width:50%;
	float:left;
}
#arrange-form .sk.form .three.fields > .visible-mobile > .two.fields label {
    font-size: 14px;
}
/*Get in Touch*/
.contact-form.sk.form .two.fields > .field {
	width:50%;
	float:left;
}
.contact-form.sk.form .two.fields .field:first-child {
    padding-right: 1%;
}
.contact-form.sk.form .two.fields .field:last-child {
	padding-left: 1%;
}
}
@media only screen and (max-width:500px) {
/*Who We are*/
.who-top-image img {
    max-height: 320px;
}
/*Vending Specialist*/
.specialist-text h1 {
    font-size: 30px;
}
.specialist-text h2 {
    font-size: 22px;
}
/*Product Results*/
.product-result {
	width:100%;
}
/*Get in Touch*/
.romv {
    margin: 30px auto 60px;
	width: 215px;
	height: 215px;
}
.romv::before {
    left: -285px;
}
.romv-cont {
    width: 180px;
}
.romv h3 {
    font-size: 22px;
}
.romv h5 {
    font-size: 13px;
}
.contact-info-text {
	font-size: 15px;
}
.contact-info-desc img {
    height: 20px;
}
/*Upper Footer*/
.upper-footer h1 {
    margin-bottom: 10px;
}
.social-icon {
    margin: 0 5px;
}
.social-circle {
    width: 40px;
    height: 40px;
    padding: 5px;
}
/*Terms*/
.terms .title {
    font-size: 25px;
	margin-bottom: 30px;
}
}
.icon-append.icon.asterisk {
    line-height: 2.1em;
}
.dropdown.icon {
    margin: 0 0 0 5px !important;
}