html {
	direction: ltr;
  background-color: #F9F9F9;
}

body {
	background-color: white;
	color: #000;
	font-family: "Open Sans", Arial, sans-serif;
	margin: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  box-shadow: 0 0px 0 1px #d2d2d2;
}

/* Responsive */
@media (max-width: 479px) {
	body {
		font-size: 16px;
	}
}

p {
	margin: 0 0 20px;
}
ol, ul {
  margin-bottom: 20px;
}

body a {
	outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #0e0e0e;
	font-weight: 200;
	letter-spacing: -1px;
	margin: 0;
}

.header-highlight {
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 0.9em;
}

.hh-green {
  background-color: #359e01;
}

h1 {
	font-size: 45px;
	line-height: 1.2;
	margin: 0 0 44px 0;
}

h2 {
	font-size: 38px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 30px 0;
}

h3 {
	color: #333;
	font-size: 45px;
	letter-spacing: normal;
	line-height: 1.1;
	margin-bottom: 20px;
}

h4 {
	color: #CCC;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

h5 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 1.1;
	margin: 0 0 15px 0;
}

h6 {
	color: #333333;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.1;
	margin: 0 0 15px 0;
}

html:not(.mob_tab):not(.ms-b).lightbox-opened #header, html:not(.mob_tab):not(.ms-b).lightbox-opened.sticky-header-active .header-body {
  padding-right: 17px;
}
html:not(.mob_tab):not(.ms-b).opera.lightbox-opened #header, html:not(.mob_tab):not(.ms-b).opera.lightbox-opened.sticky-header-active .header-body {
  padding-right: 15px;
}
html:not(.mob_tab):not(.ms-b).lightbox-opened .scroll-up {
  right: 27px;
}
html:not(.mob_tab):not(.ms-b).opera.lightbox-opened .scroll-up {
  right: 25px;
}
html.ms-b {
  margin-right: 0 !important;
}

.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}

a {
	color: #ff9523;
}

a:hover, a:focus {
	color: #FA9221;
}

a:active {
	color: #FA9221;
}
* img {
  max-width: 100%;
}
form label {
	font-weight: normal;
}

textarea {
	resize: vertical;
}

.center {
  text-align: center;
}
.page-top {
  background: #ededee;
  color: #818182;
  margin-bottom: 35px;
  padding: 0;
  padding: 50px 0;
  position: relative;
  text-align: left;
}

.page-top ul.breadcrumb {
	background: none;
	margin: 0;
	padding: 0;
  height: 46px;
  display: table;
  float: left;
}

.page-top ul.breadcrumb > li {
	text-shadow: none;
  display: table-cell;
  vertical-align: middle;
}

.page-top h1 {
  color: #FFF;
  font-weight: 200;
  margin: 0;
}
.page-top .row > div:after {
  display: block;
  content: "";
  clear: both;
}
#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1000;
}
.header-body {
  position: relative;
  background: transparent;
  border-bottom: 1px solid transparent;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  -webkit-transition: background-color 0.2s ease-in, border 0.2s ease-in;
  transition: background-color 0.1s ease-in, border 0.1s ease-in;
}
.header-container {
  display: table;
  height: 125px;
  width: 100%;
  max-width: 1410px;
}
.header-row {
  display: table-row;
  height: 125px;
}
.header-column {
  display: table-cell;
  vertical-align: middle;
}
.header-logo {
  position: relative;
  top: -5px;
}
.sticky-header-active .header-logo {
  top: 0;
}
.header-btn-nav {
  display: none;
  outline: none !important;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  top: 3px;
  width: 42px;
  height: 42px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-btn-nav-active.header-btn-nav {
  background: rgba(0, 0, 0, 0.5);
}
.sticky-header-active .header-btn-nav-active.header-btn-nav {
  background: #D4D4D4;
}
.header-btn-nav span {
  position: absolute;
  display: block;
  width: 60%;
  top: 50%;
  margin-top: -1px;
  left: 20%;
  height: 2px;
  background: #fafafa;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-btn-nav-active.header-btn-nav span {
  background: rgba(51, 51, 51, 0);
}
.header-btn-nav span:before, .header-btn-nav span:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fafafa;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sticky-header-active .header-btn-nav span, .sticky-header-active .header-btn-nav span:before, .sticky-header-active .header-btn-nav span:after {
  background: #333;
}
.sticky-header-active .header-btn-nav-active.header-btn-nav span {
  background: rgba(51, 51, 51, 0);
}
.header-btn-nav span:before {
  top: -5px
}
.header-btn-nav span:after {
  bottom: -5px;
}
.header-btn-nav.header-btn-nav-active span:before {
  -webkit-transform: translate(0, 5px) rotate(45deg);
  transform: translate(0, 5px) rotate(45deg);
}
.header-btn-nav.header-btn-nav-active span:after {
  -webkit-transform: translate(0, -5px) rotate(-45deg);
  transform: translate(0, -5px) rotate(-45deg);
}
.header-nav:after {
  display: block;
  content: "";
  clear: both;
}
.navbar-nav.menu-nav {
  float: right;
}
.menu-nav li:not(:last-child) {
  margin-right: 5px;
}
.menu-nav li a {
  font-size: 18px;
  line-height: 1;
  padding: 15px 20px;
  display: inline-block;
  color: #fff;
}
.menu-nav li.active-page a {
  color: #ff9523;
}
.menu-nav li a:hover, .menu-nav li a:focus:hover {
  color: #ff9523;
  background-color: transparent;
}
.menu-nav li a:focus {
  color: #fff;
  background-color: transparent;
}
.menu-nav li.active-page a:focus {
  color: #ff9523;
}
.menu-nav li.active a {
  background-color: #ff9523;
}
.menu-nav li.active a:hover, .menu-nav li.active.highlight-transparent a:hover {
  color: #fff;
  background-color: #FA9221;
  border-color: #FA9221;
}
.menu-nav li.active.highlight-transparent a {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.header-link a {
  display: none;
  font-size: 18px;
}
.header-link a i {
  display: none;
  position: relative;
  top: 1px;
  margin-right: 7px;
}
.min-logo {
  display: none;
}
.sticky-header-active .header-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #e0e0e0;
  height: 75px;
}
.sticky-header-active .header-row, .sticky-header-active .header-container {
  height: 75px;
}
.sticky-header-active .full-logo {
  display: none
}
.sticky-header-active .min-logo {
  display: inline-block;
}
.sticky-header-active .header-link a {
  display: inline-block;
}
.sticky-header-active .header-link a, .sticky-header-active .menu-nav li a {
  color: #000;
  text-decoration: none;
}
.sticky-header-active .header-link a {
  margin-left: 20px;
}
.sticky-header-active .header-link a:hover, .sticky-header-active .menu-nav li a:hover, .sticky-header-active .menu-nav li.active-page a {
  color: #FF8F00;
  /*EF7C00*/
}
.sticky-header-active .header-link a:hover {
  text-decoration: underline;
}
.sticky-header-active .menu-nav li.active a {
  color: #fff;
  text-decoration: none;
}
.sticky-header-active .menu-nav li.active.highlight-transparent a {
  color: #000;
  border-color: #DEDEDE;
}
.sticky-header-active .menu-nav li.active.highlight-transparent a:hover {
  color: #fff;
  background-color: #FA9221;
  border-color: #FA9221;
}

#footer {
  background: #FDFDFD;
  padding: 55px 0 45px;
  position: relative;
  clear: both;
  font-weight: 300;
  font-size: 16px;
}

#footer .footer-copyright {
  margin-top: 20px;
  position: relative;
}
#footer .footer-copyright > .container {
  position: relative;
}
#footer .footer-copyright p {
  font-size: 14px;
	color: #484848;
	margin-bottom: 5px;
	padding-bottom: 5px;
  border-bottom: 1px solid #F3F3F3;
  font-weight: 300;
}
#footer .footer-copyright p:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.footer_logos {
  text-align: right;
  float: right;
  padding-top: 8px;
}
.footer_logos img:not(:last-child) {
  margin-right: 25px;
}
.footer_links {
  margin: 0;
  padding: 0;
}
.footer_links li {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
}
.footer_links li a {
  color: #000;
}
.footer_links li a i {
  color: #737373;
  margin-right: 5px;
}
#footer h5 {
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.social_net {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.social_net li {
  margin: 0 12px 0 0;
  display: inline-block;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.social_net li a {
  display: inline-block;
  font-size: 18px;
  width: 38px;
  min-height: 36px;
  border-bottom: 1px solid;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.social_net li.f_fb a {
  color: #43619e;
}
.social_net li.f_tw a {
  color: #28aae1;
}
.social_net li.f_gp a {
  color: #DC4E42;
}
.social_net li.f_li a {
  color: #1B86BC;
}
.social_net li.f_glassdoor a {
  color: #8BBA43;
}
.social_net li.f_glassdoor a span {
  display: inline-block;
  width: 10px;
  height: 18px;
  background-image: url(../img/glassdoor-logo.png);
  background-size: cover;
}
.social_net li a:hover {
  border-bottom: 3px solid;
}

.main_slider {
  width: 100%;
  overflow: hidden;
}
.main_slider, .main_slide, .main_slide > .container, .main_slide > .container > .row {
  min-height: 670px;
  height: 100vh;
  max-height: 1080px;
}
.main_slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.main_slide.ms_right {
  background-image: url(../img/ms_2.jpg);
}
.main_slide > .container > .row {
  position: relative;
}
.main_slide > .container > .row > div {
  position: absolute;
  left: 15px;
  top: 35%;
}
.main_slide.ms_right .row > div {
  top: 30%;
  right: 0px;
  left: auto;
}
.m_s_txt {
  color: #fff;
  font-size: 55px;
  line-height: 1.3;
}
.bottom_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 0;
  
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.72) 99%,rgba(0,0,0,0.72) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.72) 99%,rgba(0,0,0,0.72) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#b8000000',GradientType=0 );
}
.bottom_text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center
}
.bottom_text ul li {
  padding: 0 10px;
  border-right: 1px solid #fff;
  color: #fff;
  margin: 0;
  display: inline-block;
}
.bottom_text ul li:last-child {
  border-right: 0;
}
.btn {
  display: inline-block;
  padding: 18px 35px;
  font-size: 24px;
  color: #ffffff;
  background-color: #ff9523;
  border-color: #ff9523;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  background-image: none;
  border: 0px;
  border-radius: 0;
  outline: none !important;
}
.btn:hover, .btn:focus, .btn:active {
  border-color: #FA9221;
  background-color: #FA9221;
  color: #fff;
}
.btn i {
  position: relative;
  top: 0px;
  margin-left: 8px;
}
.btn_light {
  background-color: #FDFDFD;
  border-color: #FDFDFD;
  color: #ff9523;
}
.btn_light:hover, .btn_light:focus, .btn_light:active {
  border-color: #fff;
  background-color: #fff;
  color: #ff9523;
}
.btn.small {
  font-size: 18px;
}
.get_started {
  margin-top: 35px;
}
.get_started span {
  color: #fff;
  font-size: 22px;
  position: relative;
  margin-left: 38px;
  top: 4px;
}
.get_started span.bbb_logo {
  top: 1px;
  opacity: 0.7;
}
.get_started span a {
  color: #fff;
  text-decoration: none;
}
.get_started span a:hover {
  color: #FA9221;
}
.get_started span a i {
  position: relative;
  top: 0px;
  font-size: 19px;
  margin-left: 8px;
}
.ver_pagination .owl-controls {
  position: absolute;
  margin: 0;
  margin-top: -35px;
  top: 50%;
  right: 50px;
  width: 24px;
}
.ver_pagination.owl-theme .owl-controls .owl-page span, .c_carousel_wrap.owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  filter: Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fdfdfd;
}
.c_carousel_wrap.owl-theme .owl-controls .owl-page span {
  background: #C1C1C1;
}
.ver_pagination.owl-theme .owl-controls.clickable .owl-page:hover span, .c_carousel_wrap.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.ver_pagination.owl-theme .owl-controls .owl-page.active span, .c_carousel_wrap.owl-theme .owl-controls .owl-page.active span {
  background: #FA9221;
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.info_block {
  padding: 100px 0;
}
.centered_text {
  margin: 0 auto 80px;
  max-width: 760px;
}
.centered_text.ct_mbz {
  margin-bottom: 0;
}
.white_line .centered_text, .white_line .centered_text p {
  margin-bottom: 0;
}
.short-content .centered_text {
  margin: 0 auto;
}
.short-content .centered_text p {
  margin-bottom: 35px;
}
.orange_txt {
  color: #ff9523;
}
.info_block .i_b_wrap img, .img_hover_wrap img {
  display: inline-block;
  float: none;
  margin-bottom: 25px;
}
.i_b_wrap {
  margin:  0 0 80px;
  padding-bottom: 70px;
  border-bottom: 1px solid #e5e5e5;
}
.i_b_wrap span, .img_hover_wrap span {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 400;
  display: inline-block;
}
.pay_systems img {
  max-width: 100%;
  max-height: 57px;
}
.advantages_block {
  padding: 140px 0 0;
  min-height: 810px;
  margin-bottom: 7px;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
.advantages_block.ab_mbz {
  margin-bottom: 0;
}
.advantages_block h1, .advantages_block p {
  color: #fff;
}
.right_pos .container > .row > div {
  float: right;
}
.left_pos .container > .row > div {
  float: left;
}
.advantages_block ul {
  margin: 70px 0;
  padding: 0;
}
.advantages_block ul i {
  background-image: url(../img/adv_list.png);
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: cover;
  position: absolute;
  top: 6px;
  left: 0;
}
.ab_white_list.advantages_block ul i {
  background-image: url(../img/adv_list_white.png);
}
.advantages_block ul li {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
  position: relative;
  padding-left: 30px;
}
.advantages_block a, .services-preview a {
  font-weight: 400;
}
.advantages_block a i, .services-preview a i {
  position: relative;
  top: 1px;
  margin-left: 8px;
}
.colored_row {
  padding: 90px 0;
  font-weight: 300;
}
.colored_row i {
  width: 90px;
  height: 90px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.colored_row span {
  font-size: 45px;
  position: relative;
  margin-left: 27px;
  display: inline-block;
  vertical-align: middle;
}
.orange_row {
  background: #ff9523;
  color: #fff;
}
.orange_row .btn {
  margin-top: 18px;
}
.grey_row {
  background: #ededee;
  color: #818182;
}
.grey_row .btn {
  margin-top: 18px;
}
.img_hover > span:first-child {
  position: relative;
  min-height: 231px;
  display: block;
}
.img_hover a {
  display: block;
  height: 100%;
}
.hovered {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.img_hover:hover .hovered {
  opacity: 1;
}
.img_hover_wrap {
  margin-top: 0;
}
.img_hover_wrap a span, .img_hover_wrap div span {
  color: #000;
}
.img_hover_wrap span.orange_txt {
  display: inline-block;
  width: 100%;
  float: none;
  color: #ff9523;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.img_hover:hover span.orange_txt {
  color: #000;
}
.sb_desc_links {
  position: relative;
  display: inline-block;
  width: 100%;
}
.sb_desc_links ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 15px;
  position: absolute;
  z-index: 5;
  top: -12px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: top 0.35s ease-in, opacity 0.35s ease-in;
  transition: top 0.35s ease-in, opacity 0.35s ease-in;
}
.sb_desc_links ul li i {
  position: relative;
  top: 1px;
  font-size: 20px;
  left: -10px;
  opacity: 0;
}
.img_hover:hover .sb_desc_links ul li i {
  -webkit-transition: left 0.25s ease-in, opacity 0.25s ease-in;
  transition: left 0.25s ease-in, opacity 0.25s ease-in;
}
.img_hover:hover .sb_desc_links ul li:nth-child(1) i {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.img_hover:hover .sb_desc_links ul li:nth-child(2) i {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}
.img_hover:hover .sb_desc_links ul li:nth-child(3) i {
  -webkit-transition-delay: 0.39s;
  transition-delay: 0.39s;
}
.sb_desc_links ul li:not(:last-child) {
  margin-bottom: 7px;
}
.img_hover:hover .sb_desc_links ul {
  top: 0px;
  opacity: 1;
}
.img_hover:hover .sb_desc_links ul i {
  left: 7px;
  opacity: 1;
}
.sb_desc_links span {
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: top 0.30s ease-in, opacity 0.30s ease-in;
  transition: top 0.30s ease-in, opacity 0.30s ease-in;
}
.img_hover:hover .sb_desc_links span {
  top: 15px;
  opacity: 0;
}
.min_h.advantages_block {
  min-height: 650px;
}
.con_slider {
  width: 100%;
  min-height: 650px;
  color: #fff;
}
.con_slider h1, .con_slider p {
  color: #fff;
  font-weight: 300;
}
.con_slider h1 {
  font-size: 55px;
}
.con_slider .get_started {
  margin-top: 70px;
}
.con_slide {
  min-height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 170px;
}
.header_phone {
  position: relative;
  top: 9px;
  margin-left: 30px;
}
.sticky-menu-active .header_phone {
  top: 35px;
}
.header_phone a {
  color: #fff;
}
.sticky-menu-active .header_phone a {
  color: #ff9523;
}
.header_phone a:hover {
  text-decoration: none
}
.index_blog {
  padding: 140px 0;
  font-weight: 400;
}
.index_blog_wrap {
  margin: 0 -15px 40px;
}
.index_blog_wrap:after {
  display: block;
  content: "";
  clear: both;
}
.main_blog_post {
  border-top: 1px solid #E6E6E6;
  padding-top: 20px;
}
.blog_img_wrap  {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 0px 0px #F28000;
  box-shadow: 0px 0px 0px 0px #F28000;
  -webkit-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.blog_img_wrap:hover {
  -webkit-box-shadow: 0px 0px 0px 2px #F28000;
  box-shadow: 0px 0px 0px 2px #F28000;
}
.index_post_title {
  width: 100%;
  margin-bottom: 25px;
}
.top_info {
  width: 100%;
  background-image: url(../img/index_terminal.jpg);
  background-size: cover;
  background-position: center;
  padding: 205px 0 60px;
}
.top_info h1 {
  font-size: 55px;
  color: #fff;
}
.blog_post {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E6E6E6;
}
.blog_post h3 a {
  font-weight: 300;
  line-height: 1.2;
}
.blog_post h3 {
  margin-bottom: 25px;
}
.blog_post h3 a:hover, .blog_post h3 a:focus {
  text-decoration: none;
  border-bottom: 2px solid;
}
.post_more_info {
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 25px;
}
.post_more_info span {
  width: 100%;
  display: inline-block;
  float: none;
  margin-bottom: 7px;
}
.blog_post p {
  margin-bottom: 30px;
}
.blog_post a {
  font-weight: 400;
}
.post-content ol li, .post-content ul li {
  margin-bottom: 10px;
}
.post-content ol li:last-child, .post-content ul li:last-child {
  margin-bottom: 0;
}
#more_posts {
  text-align: center;
  margin-bottom: 38px;
}
.more_posts_btn {
  /*border-color: #ff9523 !important;
  color: #ffffff;
  background-color: #ff9523;
  border-color: #ff9523;
  font-weight: 300;
  display: inline-block;
  padding: 18px 35px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;*/
  text-align: center;
  cursor: pointer;
}
.more_posts_btn:hover, .more_posts_btn.active_all_posts {
	border-color: #FA9221;
	background-color: #FA9221;
}
.more_posts_btn.active_all_posts {
  cursor: default;
}
.index_blog.min_pad {
  padding: 50px 0;
  border-bottom: 1px solid #E6E6E6;
}
.index_blog.min_pad.pad-b {
  padding-bottom: 75px;
}
.index_blog.min_pad:last-child {
  border: 0px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 45px;
	padding: 6px 16px;
	font-size: 15px;
  color: #0e0e0e;
  font-weight: 600;
	border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-group-lg > .input-group-btn > .btn {
  color: #fff;
  text-align: center;
}
.input-group-lg > .input-group-btn > .btn i {
  margin-left: 0 !important;
}
.form-control {
	height: 45px;
	padding: 6px 16px;
	font-size: 15px;
  color: #0e0e0e;
  font-weight: 600;
	border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body form .form-control:focus {
  border: 1px solid #ff9523;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #ABA9A9;
  font-size: 15px;
  font-weight: 300;
}

.form-control:-moz-placeholder {
  opacity: 1;
  color: #ABA9A9;
  font-size: 14px;
  font-weight: 300;
}

.form-control::-moz-placeholder {
  opacity: 1;
  color: #ABA9A9;
  font-size: 14px;
  font-weight: 300;
}

.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #ABA9A9;
  font-size: 14px;
  font-weight: 300;
}

.form-control.placeholder {
  opacity: 1;
  color: #ABA9A9;
  font-size: 14px;
  font-weight: 300;
}
label.error, label.error_file {
  display: block;
  padding-top: 5px;
  color: #f00;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 400;
}
.career_form label.error {
  text-align: left;
}
.form_wrap {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 0;
}
.form-group > .col-md-12 {
  margin-bottom: 20px;
}
.fix_mess {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999999999;
}
.fix_mess .container {
  width: 100%;
  max-width: 1370px;
}
.fix_mess .alert {
  padding: 15px;
  margin-bottom: 0;
  border-radius: 0;
}
.fix_mess .alert-success {
  color: #FFFFFF;
  background-color: #5DB639;
  border-color: #5DB639;
}
.fix_mess .alert-danger {
  color: #FFFFFF;
  background-color: #D05353;
  border-color: #D05353;
}
.fix_mess .close {
  font-size: 25px;
  margin-top: 3px;
}
.form_wrap label {
  font-size: 16px;
}
.add_post_img_wrap {
  font-size: 16px;
  line-height: 16px;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.add_post_img_wrap input[type="checkbox"] {
  position: relative;
  top: 1px;
  margin-left: -15px;
}
.singe_blog_post .blog_post {
  padding: 30px 0 50px;
  width: 80%;
  margin: 0 auto;
  border: 0px;
}
.top_nav_blog {
  border-bottom: 1px solid #FCFCFC;
  margin-bottom: 20px;
}
.top_nav_blog a {
  font-weight: 300;
}
.singe_blog_post .blog_post h1 {
  margin: 0 0 20px 0;
}
.blog_meta_tags a:before {
  display: inline-block;
  content: "#";
}
.share_block {
  margin: 25px 0;
}
.share_desc {
  font-weight: 400;
}
.blog_forms {
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
}
.post_image img {
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 0px 0px #F28000;
  box-shadow: 0px 0px 0px 0px #F28000;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.post_image a:hover img {
  -webkit-box-shadow: 0px 0px 0px 2px #F28000;
  box-shadow: 0px 0px 0px 2px #F28000;
}
.singe_blog_post .post_image {
  margin-bottom: 25px;
  text-align: center;
}
.singe_blog_post .post_image img {
  display: inline-block;
}
#related_posts, #popular_posts {
  display: none;
}
.post_control_links a {
  cursor: pointer;
}
.blog_result_desc {
  font-weight: 100;
  margin-bottom: 35px;
  font-size: 27px;
  line-height: 1.25;
}
.blog_result_desc span {
  font-weight: 400;
}
.b_inverted_row > div.col-md-6:first-child {
  float: right;
}
.singe_blog_post .post-content img {
  padding: 10px;
}

/* Scroll to Top */
html .scroll-up {
  cursor: default;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #ff9523;
  bottom: 0px;
  color: #FFF;
  display: block;
  opacity: 0;
  padding: 10px 0;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  width: 45px;
  z-index: 1040;
  font-size: 18px;
}

html .scroll-up.visible {
	filter: alpha(opacity=100);
	opacity: 1;
  cursor: pointer;
}
html .scroll-up.visible:hover {
	filter: alpha(opacity=100);
	opacity: 1;
  background: #FA9221;
}

html .scroll-up span {
	display: inline-block;
	padding: 0 5px;
}

/* Responsive */
@media (max-width: 991px) {
	html .scroll-up.hidden-mobile {
		display: none !important;
	}
}

.form-group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.form-control:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-color: #CCC;
}
.tile_wrap {
  margin-bottom: 80px;
}
.more-info .tile_wrap {
  margin-bottom: 0;
}
.t_left_group, .t_right_group {
  height: 580px;
  padding: 0;
}
.t_ver_group {
  position: relative;
}
.t_left_group .t_ver_group {
  height: 50%;
}
.t_right_group .t_ver_group {
  height: 100%;
}
.t_ver_group > div {
  position: relative;
  height: 100%;
  padding: 5px;
}
.link_tile {
  display: block;
  position: relative;
  height: 100%;
  background: #ccc;
  background-size: cover;
  background-position: center;
}
.link_tile:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.15;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.link_tile:hover:before {
  opacity: 0;
}
.link_tile > span {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  display: inline-block;
  padding: 15px;
  text-align: left;
  line-height: 1;
  /*text-transform: uppercase;*/

  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.64) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.64) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#a3000000',GradientType=0 ); /* IE6-9 */
}
.link_tile > span > span {
  display: inline-block;
}
.link_tile > span > span:first-child {
  color: #fff;
  margin-bottom: 7px;
  font-size: 22px;
  width: 100%;
}
.link_tile > span > span:last-child {
  color: #ff9523;
  font-size: 17px;
  font-weight: 400;
}
.link_tile > span > span:last-child:after {
  display: inline-block;
  content: "\f101";
  font-family: "FontAwesome";
  position: relative;
  opacity: 0;
  left: -10px;
  top: 1px;
  -webkit-transition: opacity 0.2s ease-out, left 0.2s ease-out;
  transition: opacity 0.2s ease-out, left 0.2s ease-out;
}
.link_tile:hover > span > span:last-child:after {
  opacity: 1;
  left: 7px;
}

.page_header {
  min-height: 660px;
  padding: 300px 0 0;
  background-size: cover;
  background-position: center top;
}
.data-reporting-page .page_header  {
  background-position: left center;
}
.page_header.small_header {
  min-height: 440px;
  padding: 200px 0 0;
}
.page_header h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  font-size: 60px;
  margin-bottom: 20px;
}
.page_header p {
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.content-section {
  padding: 70px 0;
  background-color: #F7F7F7;
  text-align: center;
}
.content-section.light-section {
  background-color: #fff;
  text-align: left;
}
.careers_wrap {
  font-size: 16px;
  color: #666666;
}
.icn_link {
  font-weight: 600;
}
.icn_link i {
  margin-right: 10px;
}
.career_img {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 0px 0px #F28000;
  box-shadow: 0px 0px 0px 0px #F28000;
  -webkit-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.career_img img {
  -webkit-box-shadow: 0px 0px 0px 0px #F28000;
  box-shadow: 0px 0px 0px 0px #F28000;
  -webkit-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.career_img:hover img {
  -webkit-box-shadow: 0px 0px 0px 2px #F28000;
  box-shadow: 0px 0px 0px 2px #F28000;
}
.careers-advantages {
  padding: 100px 0;
  background-image: url(../img/workforus-bg.jpg);
  background-size: cover;
  background-position: center top;
}
.careers-advantages h1 {
  text-align: center;
  color: #f7f7f7;
  font-size: 55px;
  margin-bottom: 70px;
}
.careers-advantages h5 {
  color: #ff5822;
  margin-bottom: 25px;
}
.careers-advantages p {
  color: #f7f7f7;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
}
.cw_ib > div {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.cw_ib > div:first-child {
  margin-right: 100px;
}
.career_form_wrap {
  background: #FAFAFA;
  padding: 25px 15px;
}
.career_form_wrap, .career_form_wrap h4, .career_form_wrap p {
  text-align: center;
}
.career-info {
  padding: 70px 0;
  font-size: 14px;
  font-weight: 400;
}
.career_desc ul, .career_desc p {
  margin-bottom: 25px;
}
.career_form .form-group {
  margin-bottom: 25px;
}
.career_form .form-group .col-md-12:not(:last-child) {
  margin-bottom: 10px;
}
.career_form .form-group > p {
  color: #ADACAC;
  margin-bottom: 10px;
}
.file_field {
  overflow: hidden;
}
/*Select2 theme*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*end select2 theme*/

.select2-container--default .select2-selection--single {
  height: 45px;
  border: 1px solid #ccc;
  padding-left: 16px;
  color: #001A38;
  font-size: 15px;
  border-radius: 0;
  background-color: #fff;
  filter: none;
  background-image: none;
  outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding-left: 0;
  padding-right: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ABA9A9;
  font-weight: 300;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  top: 0;
  right: 0px;
  width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  top: -1px;
  position: relative;
}
.select2-container {
  color: #0e0e0e;
  font-weight: 600;
  text-align: left;
  font-size: 15px;
}
.select2-container--open.select2-container--default .select2-selection--single {
  border: 1px solid #ff9523;
}
.faqs-info h2 {
  text-align: left;
}
.faq_wrap h5 {
  color: #ff9523;
}
.faq_el {
  margin-bottom: 20px;
  border-bottom: 1px solid #F9F9F9;
}
.lc-block {
  background: #FAFAFA;
  padding: 25px 15px 25px 25px;
  width: 263px;
}
.lc-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lc-block ul li:not(:last-child) {
  margin-bottom: 5px;
}
.lc-block ul li a {
  font-size: 18px;
}
.lc-block.affix {
  top: 90px;
}
.lc-block.affix-bottom {
  position: relative;
}
.partner_tile {
  padding: 50px;
  margin-bottom: 50px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  position: relative;
  text-align: left;
}
.partners-read {
  padding: 12px 0;
  margin-left: 35px;
}
.partners-read i {
  margin-right: 7px;
}
.partners_btn_wrap {
  padding-top: 15px;
}
.partners_more_info {
  display: none;
}
.shadow-box {
  box-shadow: 1px 1px 1px rgba(0,0,0,0);
}
.contacts-form .form-group {
  margin-bottom: 20px;
}
.contacts-form .row {
  margin: 0 -10px;
}
.contacts-form .row > div {
  padding: 0 10px;
}
.content-section.contact-info {
  text-align: left;
}
.contact-details {
  background-color: #fff;
  padding: 35px 25px;
  border: 1px solid #d2d2d2;
}
.contact-details ul.cd-list {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #F1F1F1;
}
.contact-details ul.cd-list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 27px;
  line-height: 1.1;
}
.contact-details ul.cd-list li i {
  position: absolute;
  font-size: 17px;
  top: 3px;
  left: 0;
  color: #ff9523;
}
.contact-details ul.cd-list li a {
  color: inherit;
}
.contact-details ul.cd-list li:last-child {
  margin-bottom: 0;
}
.contact-info .container > .row:first-child > div:first-child {
  padding-right: 50px;
}
#map {
  height: 400px;
}

.contact_dialog {
  background: #FBFBFB;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 30px 25px 35px;
}
.contact_dialog h3 {
  font-size: 37px;
  margin-bottom: 10px;
}
.contact_dialog .btn {
  width: 100%;
}
.form-group.fg-btn {
  margin-bottom: 0;
}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 

	-webkit-transform: scale(0.95); 
	transform: scale(0.95); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.95); 
	transform: scale(0.95); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.partition_tile {
  background: #ff9f00;
  padding: 50px 0;
  color: #fff;
  font-size: 17px;
}
.partition_tile .col-md-3 {
  width: 22.2%;
}
.partition_tile .container > .row > div {
  position: relative;
}
.partition_tile .container > .row > div:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 57px;
  height: 175px;
  width: 1px;
  background: #fafafa;
}
.partition_tile .container > .row > div:last-child:after {
  display: none;
}
.partition_tile .hl_tp > a, .partition_tile .hl_tp > span {
  color: #fff;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  min-height: 280px;
  padding: 15px;
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out;
}
.partition_tile .hl_tp > a > *, .partition_tile .hl_tp > span > * {
  margin-bottom: 15px;
}
.partition_tile .hl_tp > a > h2, .partition_tile .hl_tp > span > h2, .partition_tile .hl_tp > a > img, .partition_tile .hl_tp > span > img {
  margin-bottom: 30px;
}
.partition_tile .hl_tp > a > *:last-child, .partition_tile .hl_tp > span > *:last-child {
  margin-bottom: 0;
}
.partition_tile .hl_tp > a:hover {
  background: #FF8100;
}
.partition_tile h2, .partition_tile h4 {
  color: #fff;
}
.partition_tile h4 {
  font-size: 23px;
}
.partition_tile h2 {
  font-size: 33px;
}
.hl_tp i {
  font-size: 30px;
}
.hl_tp ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hl_tp ul li {
  margin-bottom: 5px;
  line-height: 1.2;
}
.partition_tile a, .partition_tile a:hover, .partition_tile a:focus {
  color: #fff;
}
.more-info h1 {
  text-align: center;
}
.about_el h5 {
  color: #ff9523;
}
.about_el .ae_head {
  margin-bottom: 5px;
  line-height: 70px;
}
.about_el .ae_head span {
  display: inline-block;
  color: #969696;
}
.about_el .ae_head span:nth-child(1), .about_el .ae_head span:nth-child(3) {
  font-size: 18px;
  font-weight: 500;
}
.about_el .ae_head span:nth-child(1) {
  line-height: 18px;
  vertical-align: top;
}
.about_el .ae_head span:nth-child(2) {
  font-size: 90px;
  letter-spacing: -2px;
}
.about_el .ae_head span:nth-child(3) {
  vertical-align: bottom;
}
.about-us-info > .row > div:last-child .about_el .ae_head span:nth-child(3) {
  font-size: 50px;
  font-weight: 300;
  line-height: 90px;
}
.about-mission {
  padding: 70px 0;
  background-color: #ededee;
}
.about-mission .container {
  max-width: 991px
}
.about-mission h1 {
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
}
.company_partner {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #d2d2d2;
}
.company_partner > div:first-child {
  text-align: center;
  margin-bottom: 15px;
}
.company_partner p {
  color: #000;
  margin-bottom: 0;
}
.services-preview {
  background-size: cover;
  background-position: center;
  padding: 270px 0 0;
  text-align: center;
  margin-bottom: 7px;
  min-height: 770px;
}
.services-preview:not(.left_pos):not(.right_pos) .container {
  max-width: 900px;
}
.services-preview.left_pos, .services-preview.right_pos {
  text-align: left;
  padding: 230px 0 0;
}
.services-preview.left_pos.sp_lt, .services-preview.right_pos.sp_lt {
  padding: 280px 0 0;
}
.services-preview.sp_mbz {
  margin-bottom: 0;
}
.services-preview h1, .services-preview p {
  color: #fff;
}
.sd_content .centered_text.ct_mbz {
  margin-bottom: 0;
}
.sd_content .pay_systems {
  margin: 70px auto 0;
}
.content-section.txt_img_sect {
  background-color: #fafafa;
}
.content-section.tis_white {
  background-color: #fff;
}
.content-section.txt_img_sect > *:last-child, .content-section.txt_img_sect > .container > *:last-child {
  margin-bottom: 0;
}
.ti_wrap {
  text-align: left;
  margin-bottom: 30px;
}
.txt_img_sect h2 {
  margin-bottom: 45px;
}
.content-section.b_tile_wrap {
  background-color: #fff;
}
.b_tile {
  display: inline-block;
  width: 100%;
  text-decoration: none !important;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 0px 0px 0px #F28000;
  -webkit-transition: box-shadow 0.2s ease-in, border 0.2s ease-in;
  transition: box-shadow 0.2s ease-in, border 0.2s ease-in;
}
.b_tile:hover {
  box-shadow: 0px 0px 0px 1px #F28000;
  border: 1px solid #F28000;
}
.b_tile img {
  width: 100%;
}
.b_tile_desc {
  padding: 25px;
}
.b_tile p {
  margin-bottom: 0;
  color: #999999;
  font-size: 14px;
}
.center_img {
  text-align: center;
  margin-bottom: 30px;
}
.partition_block p {
  text-align: left;
}
.partition_block h4 {
  font-weight: 300;
  color: #333;
}
.mob_list {
  margin-bottom: 35px;
}
.mob_list img {
  margin-bottom: 25px;
}
.mobile_apps h2 {
  margin-bottom: 70px;
}
.mobile_apps .container > p {
  max-width: 767px;
  margin: 0 auto;
}
.p_list {
  text-align: left;
}
.p_list h4 {
  font-weight: 300;
  color: #333;
}
.p_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #999999;
}
.p_list ul li {
  position: relative;
  padding: 0 0 0 12px;
  margin-bottom: 7px;
}
.p_list ul li:before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0px;
}
.ph_a.page_header {
  padding: 260px 0 0;
  text-align: left;
  color: #fff;
}
.ph_a.page_header h1, .ph_a.page_header h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 40px;
}
.ph_right.page_header .row > div {
  float: right;
}
.ph_left.page_header .row > div {
  float: left;
}
.ph_right p, .ph_left p {
  text-align: left;
  margin-bottom: 30px;
}
.terminal-info-wrap {
  background-color: #fafafa;
  padding: 70px 0;
}
.terminal-info-wrap.tiw_white {
  background-color: #fff;
}
.terminal-info-wrap.tiw_border {
  border-bottom: 1px solid #d2d2d2;
}
.terminal-info-wrap h2 {
  text-align: center;
  margin-bottom: 80px;
}
.terminal-info {
  position: relative;
  background-repeat: no-repeat;
  background-position: right top;
  font-size: 18px;
  color: #666666;
}
.terminal-info .ti-header-sup {
  margin-bottom: 10px;
}
.t_img_resp {
  display: none;
}
.aligned_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: 250px;
  font-size: 14px;
}
.aligned_list li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 7px;
}
.aligned_list li:before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0px;
}
.terminal-info h5 {
  font-weight: 300;
}
.terminal-info h1 {
  margin-bottom: 15px;
}
.terminal_adv {
  padding: 40px 0 0;
  color: #999999;
  font-size: 14px;
}
.content-section.ta-section {
  background-color: #ededee;
}
.terminal_adv .ta-info-row {
  margin-bottom: 50px;
}
.terminal_adv.ta_icons {
  padding-top: 0;
  text-align: center;
  font-size: 20px;
}
.terminal_adv.ta_icons h4 {
  border: 0;
}
.ta_i_wrap {
  margin: 0 auto;
  max-width: 870px;
}
.terminal_adv.ta_icons img {
  display: inline-block;
  margin-bottom: 25px;
  max-height: 55px;
}
.terminal_adv h4 {
  color: #333;
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: 35px;
  border-bottom: 1px solid #d2d2d2;
}
.terminal_adv h4 a {
  float: right;
  color: #ff0000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.terminal_adv h4 a i {
  display: inline-block;
  width: 18px;
  height: 24px;
  vertical-align: middle;
  margin-right: 15px;
  background-image: url(../img/document-icon.png);
  background-size: cover;
  background-position: center;
}
.terminal_adv h4 a span {
  display: inline-block;
  vertical-align: middle;
}
.terminal_adv p:last-child {
  margin-bottom: 0;
}
.wireless-terminals-wrap .aligned_list {
  max-width: 350px;
}
.terminal-info .btn_cta {
  margin-top: 50px;
}
.content-section.pos-list {
  background-color: #fff;
}
.pos-list-row > div {
  margin-bottom: 50px;
}
.pos-list-row > div > div {
  display: inline-block;
  padding: 5px 0 20px;
  width: 100%;
  box-shadow: 0 0 0 0px #ff9523;
  color: #333;
  text-decoration: none;
  -webkit-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.pos-list-row > div > a:hover {
  box-shadow: 0 0 0 2px #ff9523;
}
.pos-list-row a p {
  margin: 0;
}
.pos-list h2 {
  margin-bottom: 50px;
}
.mp-platforms {
  position: absolute;
  top: 0;
  right: 0;
}
.device-photos {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.device-photos .row {
  margin: 0 -10px;
}
.device-photos .row > div {
  padding: 0 10px;
}
.mobile-payments-wrap .aligned_list {
  max-width: 550px;
}
.ecommerce-wrap .info_block.ib_mbz {
  padding-bottom: 0;
}
.ecommerce-wrap .center_img {
  margin-bottom: 0;
}
.t_info_partition.content-section {
  background-color: #fafafa;
}
.t_info_partition h4 {
  color: #333;
  font-weight: 300;
  margin-bottom: 35px;
}
.t_info_partition .row > div:not(:last-child) {
  border-right: 1px solid #EFEFEF;
}
.t_info_partition .aligned_list {
  max-width: 300px;
  display: inline-block;
  text-align: left;
}
.tip_desc {
  max-width: 400px;
  font-size: 18px;
  margin: 0 auto;
}
.ecommerce-info .container {
  background-image: url(../img/ecommerce-laptop.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.ecommerce-info .container > .row:first-child > div {
  float: right;
  min-height: 600px;
  padding-top: 120px;
  width: 50%;
}
.ecommerce-info .container > .row:first-child > div * {
  max-width: 380px;
  margin: 0 auto;
}
.ei_adv p:last-child {
  font-size: 14px;
  color: #999;
  max-width: 250px;
  margin: 0 auto;
}
.signup-form .form-group:not(.fg-btn) {
  margin-bottom: 20px;
}
.signup-form .form-group > .row {
  margin: 0 -10px;
}
.signup-form .form-group > .row > div {
  padding: 0 10px;
}
.contact_dialog .signup-form .btn {
  width: auto;
}
.signup-form .fg-btn p {
  font-size: 12px;
  line-height: 1.1;
  margin-top: 7px;
  margin-bottom: 0;
}
.signup-form .fg-btn p a {
  color: #333;
}
.services-page .i_b_wrap {
  margin: 0;
  padding-bottom: 20px;
  border: 0;
}
.clients-carousel {
  background-color: #fff;
  padding: 100px 0;
}
.clients-carousel h1 {
  margin-bottom: 70px;
}
.c_carousel_wrap .owl-item > div {
  text-align: center;
  padding: 0 15px;
}
.c_carousel_wrap.owl-carousel .owl-wrapper-outer {
  margin-bottom: 35px;
}
.text-section {
  padding: 190px 0 120px;
  text-align: center;
}
.hidden-menu {
  text-align: center;
}
.hidden-menu .header-nav-wrap, .hidden-menu .header-link {
  display: none !important;
}
.error_page {
  padding: 120px 0;
  text-align: center;
}
.error_page p {
  margin-bottom: 0;
}
.no_search_result {
  padding: 70px 0 60px;
}


/* Responsive */

@media (max-width: 1439px) {
  .services-preview {
    padding: 210px 0 0;
    min-height: 640px;
  }
  .services-preview.left_pos, .services-preview.right_pos {
    padding: 180px 0 0;
  }
  .services-preview.left_pos.sp_lt, .services-preview.right_pos.sp_lt {
    padding: 220px 0 0;
  }
  .advantages_block {
    padding: 100px 0 0;
    min-height: 700px;
  }
  .ab_pos_in.advantages_block {
    padding: 80px 0 0;
  }
}
@media (max-width: 1199px) {
  body, .terminal_adv.ta_icons {
    font-size: 19px;
  }
  .page_header h1 {
    font-size: 55px;
  }
  .m_s_txt, .con_slider h1 {
    font-size: 50px;
  }
  h1 {
    font-size: 42px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 19px;
  }
  .t_left_group, .t_right_group {
    height: 480px;
  }
  .link_tile > span > span:first-child {
    font-size: 20px;
  }
  #footer {
    font-size: 14px;
  }
  .footer_links {
    line-height: 1.4;
  }
  .colored_row {
    padding: 80px 0;
  }
  .colored_row span {
    font-size: 42px;
  }
  .colored_row i {
    width: 80px;
    height: 80px;
  }
  .colored_row .btn {
    margin-top: 12px;
  }
  .ver_pagination .owl-controls {
    right: 40px;
  }
  .con_slider, .con_slide {
    min-height: 100px
  }
  .con_slide {
    padding: 100px 0;
  }
  .page_header {
    min-height: 600px;
    padding: 270px 0 0;
  }
  .ph_a.page_header {
    padding: 240px 0 0;
  }
  .pos-page .ph_a.page_header  {
    background-position: right -100px center;
  }
  .services-preview {
    padding: 180px 0 0;
    min-height: 580px;
  }
  .services-preview.left_pos, .services-preview.right_pos {
    padding: 150px 0 0;
  }
  .services-preview.left_pos.sp_lt, .services-preview.right_pos.sp_lt {
    padding: 190px 0 0;
  }
  .advantages_block ul {
    margin: 35px 0;
  }
  .advantages_block {
    padding: 90px 0 0;
    min-height: 600px;
  }
  .ab_pos_in.advantages_block {
    padding: 60px 0 0;
  }
  h3 {
    font-size: 38px;
  }
  .partner_tile {
    padding: 40px;
  }
  .partner_tile:last-child {
    margin-bottom: 20px;
  }
  .partition_tile {
    font-size: 14px;
  }
  .partition_tile h2 {
    font-size: 27px;
  }
  .contact_dialog h3 {
    font-size: 35px;
  }
  .mob_list p {
    font-size: 16px;
  }
  .aligned_par br {
    display: none;
  }
  .terminal-info {
    background-size: auto 350px;
    background-position: right -10px top 20px;
  }
  .wireless-terminals-wrap .terminal-info {
    background-size: auto 330px;
  }
  .wireless-terminals-wrap .wireless-ingenico .terminal-info {
    background-position: right -50px top 20px;
  }
  .aligned_list, .wireless-terminals-wrap .aligned_list, .mobile-payments-wrap .aligned_list {
    max-width: 750px;
  }
  .mp-platforms img {
    max-width: 130px;
  }
  .contact-details {
    padding: 25px 20px;
    font-size: 16px;
  }
  .about_el .ae_head span:nth-child(2) {
    font-size: 70px;
  }
  .about-us-info > .row > div:last-child .about_el .ae_head span:nth-child(3) {
    font-size: 40px;
    line-height: 85px;
  }
  .lc-block {
    padding: 20px 10px 20px 20px;
    width: 214px;
  }
  .lc-block ul li:not(:last-child) {
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .cw_ib > div:first-child {
    margin-right: 70px;
  }
  .blog_img_wrap {
    height: 200px;
  }
  .singe_blog_post .blog_post {
    width: 100%;
  }
  #related_posts {
    padding: 10px 0 35px;
  }
}

@media (max-width: 991px) {
  body, .terminal-info, .terminal_adv.ta_icons, .tip_desc {
    font-size: 17px;
  }
  .terminal_adv.ta_icons {
    line-height: 1.2;
  }
  .menu-nav li a {
    font-size: 15px;
    padding: 12px 10px;
  }
  .menu-nav li:not(:last-child) {
    margin-right: 4px;
  }
  .sticky-header-active .header-link a {
    margin-left: 20px;
  }
  .t_left_group, .t_right_group {
    height: 372px;
  }
  .link_tile > span > span:first-child {
    font-size: 19px;
  }
  .m_s_txt, .con_slider h1 {
    font-size: 39px;
  }
  .m_s_txt {
    padding-right: 60px;
  }
  h1 {
    font-size: 35px;
    margin-bottom: 25px;
  }
  h3 {
    font-size: 33px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 19px;
  }
  h6 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .info_block {
    padding: 70px 0;
  }
  .info_block.ib_bs {
    padding: 100px 0;
  }
  .btn {
    padding: 15px 30px;
    font-size: 21px;
  }
  .get_started span {
    font-size: 20px;
    margin-left: 30px;
    top: 2px;
  }
  .get_started span.bbb_logo {
    top: 2px;
  }
  .main_slider, .main_slide, .main_slide > .container, .main_slide > .container > .row {
    min-height: 520px;
    height: 100vh;
    max-height: 650px;
  }
  .main_slide.ms_right {
    background-image: url(../img/ms_2_tab.jpg);
    background-position: center top;
  }
  .main_slide.ms_right .row > div {
    top: 30%;
    right: 15px;
    left: 15px;
  }
  .ver_pagination .owl-controls {
    right: 20px;
  }
  .pay_systems img {
    max-height: 45px;
  }
  .con_slide {
    padding: 90px 0;
    position: relative;
  }
  .con_slide:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";

    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.66) 60%,rgba(0,0,0,0.67) 61%,rgba(0,0,0,0.67) 73%,rgba(0,0,0,0.63) 75%,rgba(0,0,0,0.13) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.66) 60%,rgba(0,0,0,0.67) 61%,rgba(0,0,0,0.67) 73%,rgba(0,0,0,0.63) 75%,rgba(0,0,0,0.13) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#21000000',GradientType=1 ); /* IE6-9 */
  }
  .con_slide > .container {
    position: relative;
    z-index: 5;
  }
  .con_slider .get_started {
    margin-top: 35px;
  }
  .colored_row span {
    font-size: 35px;
  }
  .colored_row i {
    width: 70px;
    height: 70px;
  }
  .colored_row {
    padding: 70px 0;
  }
  .colored_row .btn {
    margin-top: 10px;
  }
  .clients-carousel {
    padding: 90px 0;
  }
  #footer > .container > .row > div:not(.fc_wrap) {
    min-height: 230px;
    text-align: center;
  }
  .fc_wrap {
    float: none;
    clear: both;
  }
  .fl_wrap:before, .fl_wrap:after {
    display: table;
    content: " ";
  }
  #footer .footer-copyright {
    margin-top: 70px;
  }
  .footer_logos {
    text-align: right;
    float: none;
    padding-top: 0;
    position: absolute;
    top: -160px;
    left: 250px;
  }
  html .scroll-up {
    display: none !important;
  }
  .page_header h1 {
    font-size: 45px;
  }
  .ph_a.page_header h1, .ph_a.page_header h2 {
    margin-bottom: 30px;
  }
  .page_header {
    min-height: 500px;
    padding: 220px 0 0;
  }
  .ph_a.page_header {
    padding: 200px 0 0;
  }
  .services-preview.right_pos {
    background-position: right -50px center;
  }
  .services-preview {
    padding: 130px 0 0;
    min-height: 480px;
  }
  .services-preview.left_pos, .services-preview.right_pos {
    padding: 120px 0 0;
  }
  .services-preview.left_pos.sp_lt, .services-preview.right_pos.sp_lt {
    padding: 150px 0 0;
  }
  .img_hover_wrap span {
    font-size: 19px;
    line-height: 1;
  }
  .ab_pos_in.advantages_block {
    padding: 50px 0 0;
    background-position: left center;
  }
  .ab_wireless.advantages_block, .ab_ecommerce.advantages_block {
    padding: 70px 0 0;
  }
  .advantages_block {
    padding: 80px 0 0;
    min-height: 500px;
  }
  .advantages_block ul {
    margin: 20px 0;
  }
  .partner_tile {
    padding: 33px;
  }
  .content-section, .terminal-info-wrap, .about-mission, .career-info {
    padding: 60px 0;
  }
  .centered_text {
    margin: 0 auto 60px;
  }
  .support-page .page_header {
    background-position: right top;
  }
  .partition_tile .col-md-3 {
    width: 33.33333333%;
    float: left;
  }
  .partition_tile .row > div:first-child .hl_tp > span {
    min-height: 50px;
  }
  .partition_tile .container > .row > div:first-child:after {
    display: none;
  }
  .partition_tile .container > .row > div:first-child {
    margin-bottom: 50px;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 23px;
  }
  .page_header.small_header {
    min-height: 400px;
    padding: 180px 0 0;
  }
  .contact_dialog h3 {
    font-size: 33px;
  }
  .b_tile_desc {
    padding: 15px 8px;
  }
  .b_tile p {
    font-size: 13px;
  }
  .mob_list > div:nth-child(1), .mob_list > div:nth-child(2), .mob_list > div:nth-child(3) {
    margin-bottom: 50px;
  }
  .mob_list img {
    margin-bottom: 15px;
  }
  .terminal-info {
    background-image: none !important;
  }
  .t_img_resp {
    display: block;
    text-align: center;
    margin: 50px 0 20px;
  }
  .mobile-udynamo .t_img_resp {
    margin: 50px 0;
  }
  .terminal_adv {
    padding: 0;
  }
  .mp-platforms img {
    max-width: 160px;
  }
  .mp-platforms {
    position: relative;
    margin: 15px 0 0 15px;
  }
  .device-photos {
    margin-bottom: 30px;
  }
  .t_info_partition h4 {
    margin-bottom: 25px;
  }
  .contact-info .container > .row:first-child > div:first-child {
    padding-right: 15px;
    margin-bottom: 50px;
  }
  .about-page .page_header {
    background-position: right top;
  }
  .about_el .ae_head span:nth-child(2) {
    font-size: 50px;
  }
  .about_el .ae_head {
    line-height: 50px;
  }
  .about-us-info > .row > div:last-child .about_el .ae_head span:nth-child(3) {
    font-size: 32px;
    line-height: 60px;
  }
  .lc-block {
    padding: 20px 14px;
    width: 160px;
    margin-left: -12px;
  }
  .lc-block ul li a {
    font-size: 15px;
  }
  .lc-block h4 {
    font-size: 19px;
  }
  .cw_ib > div:first-child {
    margin-right: 50px;
  }
  .careers_wrap p {
    font-size: 15px;
  }
  .career-page .page_header {
    background-position: right top;
  }
  .b_inverted_row > div.col-md-6:first-child {
    float: none;
    margin-bottom: 15px;
  }
  .post_more_info {
    font-size: 14px;
  }
  .post_more_info span {
    margin-bottom: 5px;
  }
  .page-top {
    padding: 30px 0 45px;
  }
  .blog_result_desc {
    font-size: 24px;
  }
  .blog_img_wrap {
    height: 380px;
    margin-bottom: 15px;
  }
  .index_post_title {
    margin-bottom: 5px;
  }
  .main_blog_post {
    margin-bottom: 20px;
  }
  .index_blog_wrap {
    border-bottom: 1px solid #E6E6E6
  }
  #related_posts {
    padding: 0px;
  }
}

@media (min-width: 768px) {
  .header-nav {
    display: block !important;
    height: auto !important;
  }
  .lc-block.lc-block-top {
    position: relative !important;
    top: 0 !important;
  }
}

@media (max-width: 767px) {
  .ab_mp.right_pos .container > .row > div {
    float: none;
    width: 100%;
  }
  .header-btn-nav {
    display: inline-block;
  }
  .header-nav {
    max-height: 350px;
    clear: both;
    float: none;
    position: absolute;
    width: 200px;
    right: 15px;
    top: 83px;
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.5);
  }
  .sticky-header-active .header-nav {
    top: 59px;
    border-color: #D4D4D4;
  }
  .navbar-nav.menu-nav {
    float: none;
    margin: 0;
  }
  .menu-nav li:not(:last-child) {
    margin-right: 0;
  }
  .menu-nav li a {
    width: 100%;
    color: #000;
  }
  .menu-nav li a:hover, .sticky-header-active .menu-nav li a:hover {
    color: #EF7C00;
    text-decoration: none;
  }
  .sticky-header-active .menu-nav li.active a:hover {
    color: #fff;
  }
  .menu-nav li a:focus {
    color: #EF7C00;
  }
  .menu-nav li.active a {
    color: #fff;
  }
  .menu-nav li.active.highlight-transparent a {
    color: #000;
    border: 0;
  }
  .header-nav-wrap {
    text-align: right;
    width: 60px;
    max-width: 60px;
  }
  .header-link {
    text-align: right;
  }
  .sticky-header-active .header-link a {
    margin-left: 0;
    display: inline-block;
    padding: 3px 7px;
    background-color: #ECECEC;
    text-decoration: none;
  }
  .sticky-header-active .header-link a:hover {
    text-decoration: none;
  }
  .header-link a i {
    display: inline;
  }
  h1 {
    font-size: 27px;
  }
  h3 {
    font-size: 30px;
  }
  h5 {
    font-size: 18px;
  }
  .t_left_group, .t_right_group {
    height: auto;
  }
  .t_left_group .t_ver_group {
    height: auto;
  }
  .link_tile {
    height: 250px;
    max-width: 320px;
    margin: 0 auto;
  }
  .pay_systems img {
    max-height: 50px;
    margin-bottom: 35px;
  }
  .colored_row i {
    width: 50px;
    height: 50px;
  }
  .colored_row span {
    font-size: 27px;
    margin-left: 17px;
  }
  .colored_row .btn {
    margin-top: 0;
  }
  .colored_row {
    padding: 60px 0;
  }
  .m_s_txt, .con_slider h1 {
    font-size: 33px;
  }
  #footer > .container > .row > div:not(.fc_wrap) {
    min-height: 100px;
    text-align: left;
    margin-bottom: 40px;
  }
  #footer .footer-copyright {
    margin-top: 50px;
  }
  .footer_logos {
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
  .main_slider, .main_slide, .main_slide > .container, .main_slide > .container > .row {
    min-height: 520px;
    height: 520px;
    max-height: 1200px;
  }
  .main_slide > .container > .row {
    padding: 170px 0 50px;
  }
  .main_slide > .container > .row > div {
    position: relative;
    left: 0;
    top: 0;
  }
  .main_slide.ms_support {
    background-position: right center;
  }
  .ms_right .m_s_txt br {
    display: none;
  }
  .ms_right .m_s_txt {
    max-width: 440px;
  }
  body, .terminal-info, .terminal_adv.ta_icons, .tip_desc {
    font-size: 16px;
  }
  .page_header h1 {
    font-size: 39px;
  }
  .page_header {
    min-height: 440px;
    padding: 190px 0 0;
  }
  .ph_a.page_header {
    padding: 170px 0 0;
  }
  .pos-page .ph_a.page_header  {
    background-position: right -150px center;
  }
  .ph_right.page_header .row > div, .ph_left.page_header .row > div {
    float: none;
    text-align: center;
  }
  .ph_a.page_header h1, .ph_a.page_header h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .services-preview {
    text-align: center;
    padding: 130px 0 0;
    min-height: 420px;
    position: relative;
  }
  .services-preview .container {
    position: relative;
    z-index: 5;
  }
  .services-preview:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,0.4);
  }
  .services-preview.left_pos, .services-preview.right_pos {
    text-align: center;
    padding: 125px 0 0;
  }
  .services-preview.left_pos.sp_lt, .services-preview.right_pos.sp_lt {
    padding: 150px 0 0;
  }
  .img_hover_wrap img {
    margin-bottom: 25px;
  }
  .img_hover_wrap .img_hover > span:first-child {
    min-height: 100px;
  }
  .img_hover span.orange_txt {
    color: #000;
    margin-bottom: 0;
  }
  .img_hover_wrap .sb_desc_links > span, .img_hover:hover .sb_desc_links span {
    top: 0;
    opacity: 1;
    font-size: 14px;
    color: #ccc;
    margin-bottom: 15px;
  }
  .sb_desc_links ul, .img_hover:hover .sb_desc_links ul {
    position: relative;
    top: 0px;
    opacity: 1;
    padding-bottom: 0;
  }
  .sb_desc_links ul li i, .img_hover:hover .sb_desc_links ul i {
    left: 0;
    opacity: 1;
    margin-left: 7px;
  }
  .img_hover_wrap .img_hover > span:first-child {
    display: block;
  }
  .img_hover_wrap .img_hover:first-child {
    margin-bottom: 70px;
  }
  .ib_bs h1 {
    margin-bottom: 50px;
  }
  .sb_desc_links ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .advantages_block, .ab_wireless.advantages_block, .ab_ecommerce.advantages_block, .ab_pos_in.advantages_block {
    padding: 60px 0;
    min-height: 100px;
  }
  .advantages_block:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.45);
  }
  .advantages_block > .container {
    position: relative;
    z-index: 5;
  }
  .info_block.ib_bs {
    padding: 80px 0;
  }
  .partner_tile {
    padding: 30px;
  }
  .partner_tile:last-child {
    margin-bottom: 10px;
  }
  h2 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .page_header.small_header {
    min-height: 360px;
    padding: 165px 0 0;
  }
  .contact_dialog h3 {
    font-size: 31px;
  }
  .ti_wrap {
    text-align: left;
    margin-bottom: 0px;
  }
  .ti_wrap > div:first-child {
    text-align: center;
    margin-bottom: 30px;
  }
  .p_list > div:not(:last-child), .partition_block > div:not(:last-child) {
    margin-bottom: 45px;
  }
  .content-section.txt_img_sect p {
    text-align: left;
  }
  .b_tile_wrap .row > div {
    max-width: 390px;
    margin: 0 auto 35px;
  }
  .b_tile_wrap .row > div:last-child {
    margin-bottom: 0;
  }
  .b_tile_desc {
    padding: 15px;
  }
  .terminal-info .ti-header-sup {
    margin-bottom: 7px;
  }
  .terminal_adv > .row > div:not(:last-child) {
    margin-bottom: 25px;
  }
  .terminal_adv .ta-info-row {
    margin-bottom: 25px;
  }
  .t_info_partition .row > div:not(:last-child) {
    margin-bottom: 50px;
    border: 0;
  }
  .t_info_partition h4 {
    margin-bottom: 20px;
  }
  .about-us-info .row > div:not(:last-child) {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d2d2d2;
  }
  .lc-block {
    width: 100%;
    position: relative !important;
    top: 0 !important;
    margin-left: 0;
  }
  .text-section {
    padding: 170px 0 120px;
  }
  .careers_wrap > div, .cw_ib > div:first-child {
    display: block;
    float: none;
    margin: 0 auto 60px;
    max-width: 390px;
  }
  .careers_wrap > div:last-child {
    margin-bottom: 10px;
  }
  .careers_wrap p {
    margin-bottom: 15px;
  }
  .advantages_block.ab_mp {
    background-position: left center;
  }
  #footer {
    background: #FDFDFD;
    padding: 55px 0 75px;
  }
  .post_more_info {
    font-size: 13px;
    line-height: 14px;
  }
  .post_more_info span {
    margin-bottom: 4px;
  }
  .blog_result_desc {
    font-size: 22px;
  }
  .ab_clover_flex.advantages_block {
    background-position: left center;
  }
  .clover-flex-wrap .page_header {
    background-position: center center;
  }
}

@media (max-width: 639px) {
  body, .terminal-info, .terminal_adv.ta_icons, .tip_desc {
    font-size: 15px;
  }
  p {
    margin: 0 0 15px;
  }
  h4 {
    font-size: 21px;
    margin-bottom: 12px;
  }
  h5 {
    font-size: 17px;
  }
  .colored_row {
    text-align: center;
  }
  .colored_row .row > div {
    width: 100%;
    float: none;
  }
  .colored_row .btn {
    margin-top: 20px;
  }
  .partition_tile .col-md-3 {
    width: 100%;
    float: left;
  }
  .partition_tile .hl_tp > a, .partition_tile .hl_tp > span {
    min-height: 50px;
  }
  .partition_tile .container > .row > div:after {
    display: none;
  }
  .partition_tile .container > .row > div:first-child, .partition_tile .container > .row > div:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  }
  .contact_dialog .fg-btn .row > div {
    width: 100%;
    float: left;
  }
  .signup-form .fg-btn p {
    margin-top: 15px;
  }
  .contact_dialog h3 {
    font-size: 30px;
  }
  .data-reporting-page .centered_text p br {
    display: none;
  }
  .device-photos .row > div {
    width: 50%;
    text-align: cetner;
  }
  .device-photos .row > div:nth-child(1), .device-photos .row > div:nth-child(2) {
    width: 50%;
    margin-bottom: 20px;
  }
  .contact-details h4 {
    margin-bottom: 20px;
  }
  .blog_img_wrap {
    height: 320px;
  }
}

@media (max-width: 579px) {
  .main_slide.ms_right {
    background-image: url(../img/ms_2_mob.jpg);
    background-position: center bottom;
  }
  .m_s_txt, .con_slider h1 {
    font-size: 30px;
  }
  .bottom_text ul {
    display: none;
  }
  .main_slider, .main_slide, .main_slide > .container, .main_slide > .container > .row {
    min-height: 480px;
    height: 480px;
  }
  .con_slide {
    padding: 70px 0;
  }
  .page_header h1 {
    font-size: 36px;
  }
  .page_header {
    min-height: 380px;
    padding: 170px 0 0;
  }
  .ph_a.page_header {
    padding: 160px 0 120px;
  }
  .wireless-terminals-wrap .page_header {
    background-position: right center;
  }
  .countertop-terminals-wrap .page_header {
    background-position: left center;
  }
  .ecommerce-wrap .page_header {
    background-position: left -120px center;
  }
  .ph_a.page_header h1, .ph_a.page_header h2 {
    margin-bottom: 20px;
  }
  .white_line .centered_text p br {
    display: none;
  }
  .services-preview {
    padding: 65px 0;
    min-height: 100px;
  }
  .services-preview.left_pos, .services-preview.right_pos {
    padding: 65px 0;
  }
  .services-preview.left_pos.sp_lt, .services-preview.right_pos.sp_lt {
    padding: 70px 0;
  }
  .services-preview.right_pos {
    background-position: left center;
  }
  h3 {
    font-size: 27px;
  }
  .partner_tile {
    padding: 27px;
  }
  .partition_tile .hl_tp > a > h2, .partition_tile .hl_tp > span > h2, .partition_tile .hl_tp > a > img, .partition_tile .hl_tp > span > img {
    margin-bottom: 20px;
  }
  .partition_tile h2 {
    font-size: 24px;
  }
  .partition_tile h4 {
    font-size: 21px;
  }
  .page_header.small_header {
    min-height: 330px;
    padding: 155px 0 120px;
  }
  .signup-form .form-group:not(.fg-btn) > .row > div {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .signup-form .form-group:not(.fg-btn) {
    margin-bottom: 0;
  }
  .mob_list p {
    line-height: 1.2;
  }
  .mob_list img {
    margin-bottom: 18px;
  }
  .about-page .page_header {
    background-position: right -100px top;
  }
  .ab_clover_flex.advantages_block {
    background-position: calc(50% + 170px) center;
  }
  .ab_wireless.advantages_block {
    background-position: right center;
  }
  .ab_pos_in.advantages_block {
    background-position: right center;
  }
  .mobile-payments-wrap .page_header {
    background-position: left -150px center;
  }
  .ver_pagination .owl-controls {
    position: absolute;
    margin: 0;
    margin-top: 0;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    bottom: 20px;
  }
  .m_s_txt {
    padding-right: 0;
    text-align: center;
  }
  .get_started {
    text-align: center;
  }
  .con_slide .get_started {
    text-align: left;
  }
  .ms_right .m_s_txt {
    max-width: 100%;
  }
  .ms_1.main_slide, .ms_4.main_slide {
    background-position: right -100px center;
  }
  .get_started span {
    display: none;
  }
  .get_started span.bbb_logo {
    display: inline-block;
    width: 100%;
    margin: 45px 0 0;
    opacity: 0.6;
  }
  .get_started span.bbb_logo img {
    max-width: 90px;
  }
  .ms_right .get_started span {
    display: inline-block;
    margin: 0;
  }
  .ms_right .get_started {
    margin-top: 15px;
  }
  .ms_right .get_started .btn {
    display: none;
  }
  .main_slide {
    position: relative;
  }
  .main_slide:not(.ms_1):before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
  }
  .main_slide.ms_4:before {
    background-color: rgba(0,0,0,0.5)
  }
  .main_slide > .container {
    position: relative;
    z-index: 5;
  }
}

@media (max-width: 479px) {
  .ms_1.main_slide, .ms_4.main_slide {
    background-position: right -180px center;
  }
  .m_s_txt, .con_slider h1 {
    font-size: 27px;
  }
  .btn {
    padding: 15px 25px;
    font-size: 18px;
  }
  .get_started span {
    font-size: 17px;
    margin-left: 15px;
  }
  .info_block {
    padding: 60px 0;
  }
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  .colored_row span {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .clients-carousel h1 {
    margin-bottom: 50px;
  }
  .page_header h1 {
    font-size: 33px;
  }
  .services-preview {
    padding: 45px 0;
    min-height: 100px;
  }
  .services-preview.left_pos, .services-preview.right_pos {
    padding: 45px 0;
  }
  .services-preview.left_pos.sp_lt, .services-preview.right_pos.sp_lt {
    padding: 50px 0;
  }
  .services-preview.right_pos {
    background-position: left -40px center;
  }
  .advantages_block, .ab_wireless.advantages_block, .ab_ecommerce.advantages_block, .ab_pos_in.advantages_block {
    padding: 40px 0;
  }
  .content-section, .terminal-info-wrap, .about-mission, .career-info {
    padding: 50px 0;
  }
  .centered_text {
    margin: 0 auto 50px;
  }
  h3 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .partner_tile {
    padding: 23px;
  }
  .partners_btn_wrap {
    padding-top: 0;
  }
  .partners-read {
    margin-left: 20px;
  }
  .support-page .page_header {
    background-position: right -50px top;
  }
  .ta_i_wrap {
    max-width: 320px;
  }
  .ta_i_wrap .row > div {
    width: 50%;
  }
  .ta_i_wrap .row > div:nth-child(1), .ta_i_wrap .row > div:nth-child(2) {
    margin-bottom: 50px;
  }
  .terminal-info .btn_cta {
    margin-top: 40px;
  }
  .t_info_partition h4 {
    margin-bottom: 12px;
  }
  .contacts-form .row > div {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .contacts-form .form-group {
    margin-bottom: 0;
  }
  .con_slide:before {
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.08) 0%,rgba(0,0,0,0.46) 77%,rgba(0,0,0,0.46) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.08) 0%,rgba(0,0,0,0.46) 77%,rgba(0,0,0,0.46) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14000000', endColorstr='#75000000',GradientType=1 ); /* IE6-9 */
  }
  .ab_countertop.advantages_block {
    background-position: left center;
  }
  .advantages_block.ab_mp {
    background-position: left -70px center;
  }
  .ab_pos_in.advantages_block {
    background-position: right -90px center;
  }
  .wireless-terminals-wrap .page_header {
    background-position: right -100px center;
  }
  .blog_result_desc {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .blog_img_wrap {
    height: 250px;
  }
  .singe_blog_post .post-content img {
    width: 100% !important;
  }
}

@media (max-width: 374px) {
  .pay_systems img {
    max-height: 35px;
  }
  .services-preview.right_pos {
    background-position: left -80px center;
  }
  h3 {
    font-size: 22px;
  }
  .partners-read {
    margin-left: 10px;
  }
  .short-content .centered_text p {
    margin-bottom: 27px;
  }
  .terminal_adv h4.link_f a {
    float: none;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
  }
  .ab_pos_in.advantages_block {
    background-position: right -130px center;
  }
  .blog_img_wrap {
    height: 200px;
  }
}

/* Responsive end */