@charset "UTF-8";
/*font variable */
/*color */
/*social icons background*/
@font-face {
  font-family: 'tstar_probold';
  src: url("/fonts/tstarpro-bold-webfont.woff2") format("woff2"), url("/fonts/tstarpro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tstar_promedium';
  src: url("/fonts/tstarpro-medium-webfont.woff2") format("woff2"), url("/fonts/tstarpro-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icon';
  src: url("/themes/vojtasvoboda-vega/assets/fonts/custom-font/icon.eot?uoffia");
  src: url("/themes/vojtasvoboda-vega/assets/fonts/custom-font/icon.eot?uoffia#iefix") format("embedded-opentype"), url("/themes/vojtasvoboda-vega/assets/fonts/custom-font/icon.ttf?uoffia") format("truetype"), url("/themes/vojtasvoboda-vega/assets/fonts/custom-font/icon.woff?uoffia") format("woff"), url("/themes/vojtasvoboda-vega/assets/fonts/custom-font/icon.svg?uoffia#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with b row12ser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calender:before {
  content: "\e901";
}

.icon-watch:before {
  content: "\e902";
}

.icon-location:before {
  content: "\e903";
}

.icon-seats:before {
  content: "\e900";
}

html,
body {
  height: 100%;
}

body {
  font-family: Lato, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Oxygen, sans-serif;
}

a:hover, a:focus {
  text-decoration: none;
}

:hover,
:focus,
:active,
:visited,
.btn:active,
.btn:focus,
.btn:visited,
.btn:active:focus a:hover,
a:active,
a:focus,
a:visited {
  outline: 0 none;
}

.strong > a {
  font-weight: 700 !important;
}

ul {
  list-style-type: none;
}

.no-leftpadding {
  padding-left: 0;
}

.no-rightpadding {
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.validationAlert {
  color: red;
  font-size: 12px;
}

#scrollToTop {
  cursor: pointer;
  background-color: #fff;
  display: inline-block;
  height: 35px;
  width: 35px;
  font-size: 16pt;
  text-align: center;
  text-decoration: none;
  position: fixed;
  right: 15px;
  margin-top: -18px;
  z-index: 9;
  border-radius: 100%;
  border: 1px solid #eee;
  transition: all 0.5s ease;
  bottom: 40px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
}
#scrollToTop .glyphicon:before {
  color: #eee;
  font-size: 18px;
}
#scrollToTop:hover {
  background: #eee;
  color: #fff;
}
#scrollToTop:hover .glyphicon:before {
  color: #fff;
}

.middle-content {
  padding-top: 108px;
}
.middle-content > .grey-bg {
  min-height: 600px;
}

.modal-open .page-wrapper {
  z-index: initial;
}

/*checkbox css starts from here*/
.check-box,
.radio-box {
  text-align: left;
  padding-left: 20px;
  position: relative;
  margin-bottom: 0;
}
.check-box input[type="checkbox"],
.radio-box input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
  margin-left: -10px;
}
.check-box label,
.radio-box label {
  font-weight: normal;
  color: #29292b;
  cursor: pointer;
  margin-bottom: 1px;
  margin-left: -6px;
  font-size: 16px;
}
.check-box label::before,
.radio-box label::before {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 19px;
  left: 0;
  margin-left: -20px;
  outline: medium none !important;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
  width: 19px;
}
.check-box label::after,
.radio-box label::after {
  color: #555555;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  left: 0;
  margin-left: -20px;
  padding-left: 4px;
  padding-top: 2px;
  position: absolute;
  top: 0;
  width: 18px;
}
.check-box input[type="checkbox"], .check-box input[type="radio"],
.radio-box input[type="checkbox"],
.radio-box input[type="radio"] {
  cursor: pointer;
  display: inline-block;
  margin-top: 2px;
  position: absolute;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: medium none;
}
.check-box input[type="checkbox"]:checked + label::before, .check-box input[type="radio"]:checked + label::before,
.radio-box input[type="checkbox"]:checked + label::before,
.radio-box input[type="radio"]:checked + label::before {
  background-color: #d71920;
  border-color: #d71920;
}
.check-box input[type="checkbox"]:checked + label::after, .check-box input[type="radio"]:checked + label::after,
.radio-box input[type="checkbox"]:checked + label::after,
.radio-box input[type="radio"]:checked + label::after {
  color: #ffffff;
  content: "";
  font-family: "FontAwesome";
}

.radio-box input[type="radio"] {
  left: -15px;
}
.radio-box label::after,
.radio-box label::before, .radio-box[type="radio"]:checked + label {
  border-radius: 20px;
}

.form-control {
  box-shadow: none;
}

.form-control:focus {
  border: 1px solid #d71920;
  outline: none;
  box-shadow: none;
}

.slick-dots {
  bottom: 0;
  text-align: right;
  top: -42px;
  right: 0;
  z-index: 1;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 4px;
  background: transparent;
  border: 2px solid #ccc;
  border-radius: 100%;
  text-align: center;
  line-height: 8px;
}
.slick-dots li button:before {
  font-size: 12px;
  width: 10px;
  height: 10px;
  left: 0;
  line-height: 12px;
  color: transparent;
  right: 0;
}
.slick-dots li.slick-active button, .slick-dots li:hover button, .slick-dots li:focus button {
  border: 2px solid #d71920;
}
.slick-dots li.slick-active button:before, .slick-dots li:hover button:before, .slick-dots li:focus button:before {
  color: #d71920;
  opacity: 1;
}

a.more,
a.more:hover,
a.more:focus {
  color: #d71920;
  font-weight: 700;
  text-transform: capitalize;
}

.rightpadding-8 {
  padding-right: 8px;
  padding-left: 0;
}

.leftpadding-8 {
  padding-left: 8px;
  padding-right: 0;
}

.red-txt {
  color: #d71920;
}

.note {
  font-size: 13px;
}

. row12 {
  margin: 0;
}

.bootstrap-select.show-menu-ar row12 .dropdown-toggle:after {
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  left: 80%;
}

.breadcrumb-block {
  position: relative;
}
.breadcrumb-block .btn {
  font-size: 16px;
  height: 48px;
  line-height: 29px;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.breadcrumb-block .btn img {
  float: left;
  margin-right: 10px;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 12px 0;
}
.breadcrumb li a,
.breadcrumb li a:hover,
.breadcrumb li a:focus {
  color: #000000;
}
.breadcrumb li.active {
  color: #d71920;
}

.breadcrumb > li + li:before {
  color: #787878;
  content: "\203A";
}

.grey-bg {
  background: #ffe3e3;
}

.lightest-grey-bg {
  background: #f4f4f4;
}

@-moz-document url-prefix() {
  .slick-dots li button::before {
    left: 0;
  }
}
/*custom filter */
.custom-filter {
  background: #fff;
  height: 45px;
  line-height: 45px;
  border: none;
  margin-bottom: 18px;
  padding-left: 15px;
}
.custom-filter ul {
  padding: 0 0 0 30px;
  position: relative;
}
.custom-filter ul li {
  list-style-type: none;
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.custom-filter ul li a {
  color: #787878;
  background: #fff;
  padding: 0 15px;
}
.custom-filter ul li a:hover, .custom-filter ul li a:hover {
  color: #fff;
  background: #d71920;
}
.custom-filter ul li a,
.custom-filter ul li a:hover,
.custom-filter ul li a:focus {
  font-size: 15px;
  display: inline-block;
  height: 45px;
}
.custom-filter .fa-filter {
  font-size: 22px;
  display: inline-block;
  color: #d71920;
  position: absolute;
  left: 0;
  top: 11px;
  right: 14px;
  width: 21px;
}
.custom-filter .filter-demo {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #dbdbdb;
  padding: 10px 10px 25px;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
}
.custom-filter .filter-demo .category-list ul {
  float: left;
  width: 30%;
}
.custom-filter .filter-demo .category-list ul li {
  display: block;
  height: 34px;
}
.custom-filter .filter-demo .category-list ul li a {
  background: transparent none repeat scroll 0 0;
  color: #333;
}
.custom-filter .filter-demo .category-list ul li.active a {
  color: #d71920;
}
.custom-filter .filter-demo .category-list ul li:before {
  content: "";
  font-family: FontAwesome;
  font-size: 10px;
}

.page-wrapper {
  position: relative;
}

.banner-wrap {
  height: 280px;
  overflow: hidden;
}

.highlight {
  background: #fff0f0;
}

/*custom selectbox*/
.custom-selectbox {
  border: none;
  border-radius: 3px;
  background: #ebebeb;
  position: relative;
}
.custom-selectbox:after {
  content: "";
  font-family: fontawesome;
  font-size: 28px;
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 2;
  color: #828282;
}
.custom-selectbox select {
  padding: 5px 8px;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  height: 50px;
}
.custom-selectbox select:focus {
  outline: none;
}

/*file upload*/
.custom-upload {
  position: relative;
}
.custom-upload .fileUpload {
  position: absolute;
  overflow: hidden;
  margin: 10px;
  top: -9px;
  right: -10px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.custom-upload .fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.white-bg {
  background: #fff;
}

b,
strong {
  font-family: Oxygen, sans-serif;
}

/*error css*/
.validation-alert {
  color: #d23939;
}

.success-alert {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.loading-  {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.loading-  img {
  left: 50%;
  position: fixed;
  top: 50%;
  width: 60px;
}

.alert-modal .modal-dialog {
  width: 400px;
}
.alert-modal h1 {
  font-size: 22px;
  text-align: center;
}
.alert-modal .btn {
  font-size: 16px;
  height: 36px;
  width: 100px;
}
.alert-modal .modal-body {
  line-height: 54px;
  min-height: 160px;
  text-align: center;
}
.alert-modal p {
  font-size: 16px;
  text-align: center;
}

.app-wrapper {
  font-family: Arial, sans-serif;
}
.app-wrapper .grey-bg {
  padding-top: 25px;
  max-height: 100%;
  min-height: 525px;
}
.app-wrapper .solution-listing ul {
  margin-left: 10px;
  margin-right: 10px;
}
.app-wrapper .solution-listing ul li a {
  color: #5c5c5c;
  font-size: 17px;
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 500;
}
.app-wrapper .solution-listing ul li a i {
  font-size: 22px;
  line-height: 24px;
}
.app-wrapper .solution-listing ul li a i.fa-commenting-o {
  float: none;
  margin-left: 10px;
  color: #d71920;
  font-size: 18px;
}
.app-wrapper .solution-listing.app-support-listing ul li > a {
  padding-right: 24px;
}
.app-wrapper .solution-listing.app-support-listing ul li a .fa {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  float: none;
}
.app-wrapper .solution-listing.app-support-listing ul li a .fa.fa-commenting-o {
  position: static;
}
.app-wrapper .solution-listing .menu-inner-list {
  margin-left: 0;
  margin-right: 0;
}
.app-wrapper .about-us {
  padding-bottom: 0;
}
.app-wrapper .about-us .grey-bg {
  padding-bottom: 25px;
}

button, .btn {
  border: 0;
  white-space: normal;
}
button.button-block, .btn.button-block {
  width: 100%;
  display: block;
}
button.button-primary, button.btn-primary, .btn.button-primary, .btn.btn-primary {
  background-color: #d71920;
  border-color: #d71920;
  border-radius: 3px;
}
button.button-primary:hover, button.button-primary:focus, button.button-primary:active, button.button-primary:active:focus, button.btn-primary:hover, button.btn-primary:focus, button.btn-primary:active, button.btn-primary:active:focus, .btn.button-primary:hover, .btn.button-primary:focus, .btn.button-primary:active, .btn.button-primary:active:focus, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:active:focus {
  background-color: #d71920;
  border-color: #d71920;
}

.btn-red, .btn-red:hover, .btn-red:focus {
  background-color: #d71920;
  height: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

.btn-grey, .btn-grey:hover, .btn-grey:focus, .btn-white, .btn-white:focus, .btn-white:hover, .btn-white:active {
  background-color: #ccc;
  height: 40px;
  font-size: 16px;
  color: #444;
  margin-right: 6px;
  line-height: 28px;
}

.btn-white, .btn-white:focus, .btn-white:hover, .btn-white:active {
  background: #fff;
  color: #787878;
  width: 320px;
  margin: 25px auto 0;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  height: 54px;
  line-height: 31px;
  font-size: 16px;
  font-family: Oxygen, sans-serif;
}

.btn-grp {
  float: right;
  padding-top: 40px;
  border-top: 1px solid #eee;
  width: 100%;
  text-align: right;
  margin-top: 40px;
}

.item-checkbox.has-text-icon {
  cursor: pointer;
}
.item-checkbox.has-text-icon:before {
  display: none;
}
.item-checkbox.has-text-icon input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.item-checkbox.has-text-icon input[type="checkbox"]:checked ~ .checkbox-content .fa-square-o {
  color: #d71920;
}
.item-checkbox.has-text-icon input[type="checkbox"]:checked ~ .checkbox-content .fa-square-o:before {
  content: '\f14a';
}
.item-checkbox.has-text-icon input[type="checkbox"]:checked ~ .checkbox-content:hover .fa-square-o {
  opacity: 1;
}
.item-checkbox.has-text-icon .checkbox-content {
  position: relative;
  padding-left: 30px;
}
.item-checkbox.has-text-icon .checkbox-content .text {
  font-weight: normal;
  color: #29292b;
  cursor: pointer;
  font-size: 16px;
}
.item-checkbox.has-text-icon .checkbox-content:hover .fa-square-o {
  color: #d71920;
  opacity: 0.5;
}
.item-checkbox.has-text-icon .checkbox-content:hover .fa-square-o:before {
  content: '\f14a';
}
.item-checkbox.has-text-icon .fa {
  position: absolute;
  left: 0;
  top: 0;
}

.fileUpload input[type=file],
.fileUpload input[type=file]::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer;
}

.table.table-no-bordered > tbody > tr > td {
  border: 0;
}
.table.v-align-m > tbody > tr > td {
  vertical-align: middle;
}

.listing {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.table-format .item-wrap {
  display: table;
  width: 100%;
  padding: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.table-format .item-wrap .item-content {
  display: table-cell;
  vertical-align: middle;
}
.table-format .item {
  display: block;
}
.table-format .item:last-child {
  margin-bottom: 0;
}

/*header css*/
/*Code from Nikhil START*/
.navbar .site-secondary-navigation .navbar-nav > li.active > a,
.navbar .site-secondary-navigation .navbar-nav > li:hover > a,
.navbar .site-secondary-navigation .navbar-nav > li:focus > a {
  color: #d71920;
  background: #fff;
}

/*Code from Nikhil END*/
.navbar .tp-header {
  background: #6d6e71;
  color: #fff;
  padding: 5px 0;
  height: 37px;
}
.navbar .primary-nav {
  margin-bottom: 0;
  font-size: 14px;
  padding: 0px 0 2px;
  line-height: 20px;
}
.navbar .primary-nav li {
  display: inline-block;
}
.navbar .primary-nav li:first-child {
  border-right: 1px solid #fff;
  padding: 0 20px;
}
.navbar .primary-nav .custom-select .btn-default,
.navbar .primary-nav .custom-select .btn-default:focus,
.navbar .primary-nav .custom-select .btn-default:hover,
.navbar .primary-nav .custom-select .btn-default.active {
  box-shadow: none;
  outline: none !important;
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  width: auto;
  border-right: 1px solid #fff;
}
.navbar .primary-nav .custom-select img {
  display: inline-block;
  width: 30px;
  border: 1px solid #eee;
  margin-top: -2px;
}
.navbar .primary-nav .custom-select .dropdown-menu li {
  display: block;
  padding: 0;
}
.navbar .primary-nav .custom-select .dropdown-menu li a {
  padding: 6px 20px;
}
.navbar .primary-nav .custom-select.btn-group .dropdown-menu {
  width: 430px;
  left: auto;
  right: 0;
  padding: 0;
  height: 240px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.navbar .primary-nav .custom-select.btn-group .dropdown-menu li > a:focus,
.navbar .primary-nav .custom-select.btn-group .dropdown-menu li > a:hover {
  color: #d71920;
  text-decoration: none;
  background-color: transparent;
}
.navbar .primary-nav .custom-select.btn-group .dropdown-menu li > a:focus img,
.navbar .primary-nav .custom-select.btn-group .dropdown-menu li > a:hover img {
  margin-top: 0;
  margin-right: 0;
}
.navbar .primary-nav .custom-select .dropdown-toggle {
  padding-top: 0;
  padding-bottom: 1px;
  border-right: 1px solid #fff;
  border-radius: 0;
  margin-right: 13px;
}
.navbar .primary-nav .custom-select .dropdown-menu.inner li {
  width: 33.33%;
  display: inline-block;
}
.navbar .primary-nav .bootstrap-select.custom-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
.navbar .primary-nav .user-login {
  display: inline-block;
  height: 25px;
  line-height: 24px;
}
.navbar .primary-nav .user-login img {
  display: inline-block;
  width: 21px;
}
.navbar .primary-nav .custom-select {
  margin-top: -4px;
}
.navbar .primary-nav .login-user {
  color: #fff;
}
.navbar .primary-nav .login-user i {
  margin-right: 5px;
  line-height: 27px;
}
.navbar .primary-nav .login-user:hover {
  color: #fff;
}
.navbar .primary-nav .login-menu .dropdown-menu {
  width: 120px;
  margin-top: 6px;
}
.navbar .primary-nav .login-menu .dropdown-menu li {
  padding-left: 8px;
}
.navbar .primary-nav .login-menu .dropdown-menu a:hover, .navbar .primary-nav .login-menu .dropdown-menu a:focus {
  background-color: transparent;
  color: #d71920;
}
.navbar .site-secondary-navigation {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.navbar .site-secondary-navigation .  {
  position: relative;
}
.navbar .site-secondary-navigation .navbar-nav li a {
  padding: 25px 15px;
  color: #6d6e71;
  font-size: 14px;
  text-transform: Uppercase;
  background: transparent;
  white-space: normal;
}
.navbar .site-secondary-navigation .navbar-nav li .dropdown-menu a {
  text-transform: capitalize;
}
.navbar .site-secondary-navigation .navbar-brand {
  padding: 21px 15px 21px 0;
}
.navbar .site-secondary-navigation .navbar-nav > li.active > a,
.navbar .site-secondary-navigation .navbar-nav > li:hover > a,
.navbar .site-secondary-navigation .navbar-nav > li:focus > a {
  color: #d71920;
  background: #fff;
}
.navbar .navbar-right .dropdown-menu {
  /*padding: 8px 0;
  left: 50%;
  right: 0;
  overflow: hidden;*/
  padding: 8px 0;
  left: 50%;
  right: 0;
  column-fill: auto;
  -webkit-column-fill: auto;
  -moz-column-fill: auto;
  column-width: 154px;
  -webkit-column-width: 154px;
  -moz-column-width: 154px;
}
.navbar .navbar-right .dropdown-menu li a {
  padding: 8px 15px;
}
.navbar .navbar-right .dropdown-menu li a:hover, .navbar .navbar-right .dropdown-menu li a:focus, .navbar .navbar-right .dropdown-menu li a.active {
  background: #fff;
  color: #d71920;
}
.navbar .navbar-right .dropdown-menu li.active a {
  background: #fff;
  color: #d71920;
}
.navbar .navbar-right .dropdown-menu > :after,
.navbar .navbar-right .dropdown-menu > :before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.navbar .navbar-right .dropdown-menu > :after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.navbar .navbar-right .dropdown-menu > :before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #eee;
  border-width: 12px;
  margin-left: -12px;
}
.navbar .navbar-right .dropdown-menu .menu-inner-list {
  padding: 0;
}
.navbar .navbar-right .dropdown-menu .menu-inner-list li {
  display: block;
  width: 100%;
}
.navbar .navbar-right .dropdown-menu .menu-inner-list li a {
  color: #777;
  padding: 0 0 0 15px;
  line-height: 24px;
  font-size: 14px;
  display: inherit;
}
.navbar .navbar-right .dropdown-menu .menu-inner-list li a:hover, .navbar .navbar-right .dropdown-menu .menu-inner-list li a:focus {
  color: #d71920;
  display: block;
}
.navbar .main-menu.navbar-right {
  margin-right: 30px;
}

.search-icon a,
.search-icon a:hover {
  padding: 20px 15px;
  background: transparent;
}
.search-icon span {
  background: #d71920;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}

.search-list {
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 20px;
}

.search-block,
.product-search {
  text-align: right;
  width: 100%;
  float: right;
  border: none;
  width: 500px;
  border-radius: 4px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  position: fixed;
  right: 105px;
  top: 111px;
  z-index: 99;
  box-shadow: 1px 1px 7px 1px #cecece;
}
.search-block .input-group-addon,
.product-search .input-group-addon {
  padding: 0;
}
.search-block .input-group-addon .btn-red,
.product-search .input-group-addon .btn-red {
  background: #d71920;
  color: #fff;
  width: 100%;
  display: inline-block;
  height: 33px;
  line-height: 20px;
  border-radius: 0;
  font-size: 16px;
  height: 145px;
}
.search-block .form-control,
.product-search .form-control {
  width: 100%;
  box-shadow: none;
  height: 40px;
  border: 1px solid #b7b7b7;
}

.login-box,
.forgot-box {
  display: block;
  position: fixed;
  right: 100px;
  top: 41px;
  z-index: 9999;
  background: #eee;
  width: 325px;
  padding: 20px;
  box-shadow: 1px 1px 7px 1px #ccc;
}
.login-box .check-box,
.forgot-box .check-box {
  padding-top: 4px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.login-box .check-box ::after,
.forgot-box .check-box ::after {
  padding-top: 4px;
}
.login-box .check-box label,
.forgot-box .check-box label {
  font-size: 13px;
}
.login-box .login-close-btn,
.login-box .forgot-close-btn,
.login-box .login-close-btn:hover,
.login-box .forgot-close-btn:hover,
.login-box .login-close-btn:focus,
.login-box .forgot-close-btn:focus,
.forgot-box .login-close-btn,
.forgot-box .forgot-close-btn,
.forgot-box .login-close-btn:hover,
.forgot-box .forgot-close-btn:hover,
.forgot-box .login-close-btn:focus,
.forgot-box .forgot-close-btn:focus {
  position: absolute;
  top: 0;
  right: -25px;
  background: #ccc;
  padding: 2px 7px;
  display: inline-block;
  color: #444;
}

.dropdown-medium {
  width: 200px;
}

.dropdown-menu {
  border: 1px solid #eee;
}

.dropdown-menu:after,
.dropdown-menu:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.dropdown-menu:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -22px;
}

.dropdown-menu:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #eee;
  border-width: 14px;
  margin-left: -24px;
}

.dropdown-menu {
  width: 190px;
  margin-left: -80px;
}
.dropdown-menu .item {
  margin-bottom: 0;
}
.dropdown-menu.masonry .item {
  margin-bottom: 5px;
  /*width: 33.333%;
  float: left;*/
}
.dropdown-menu.medium-dropdown-menu {
  margin-left: -130px;
  width: 265px;
}

.dropdown-medium,
.dropdown-large {
  width: 570px;
  margin-left: -285px !important;
}

.dropdown-large {
  max-height: 400px;
}

.top-bar {
  background: #ccc;
  color: #444;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  text-align: center;
  padding: 7px 20px;
}
.top-bar p {
  margin-bottom: 0;
  font-size: 13px;
}
.top-bar span {
  display: inline-block;
  float: right;
  margin-top: -17px;
  color: #444;
}

.login-modal .forgot-link,
.login-modal .forgot-link:hover,
.login-modal .forgot-link:focus,
.register-modal .forgot-link,
.register-modal .forgot-link:hover,
.register-modal .forgot-link:focus {
  color: #d71920;
  text-align: right;
  font-size: 13px;
  float: right;
}
.login-modal .check-box,
.register-modal .check-box {
  margin-bottom: 20px;
}
.login-modal .modal-header,
.register-modal .modal-header {
  padding: 0;
  border: none;
  min-height: auto;
}
.login-modal .modal-dialog,
.register-modal .modal-dialog {
  width: 54%;
  margin: 0 auto;
  padding: 0;
}
.login-modal .modal-title,
.register-modal .modal-title {
  font-size: 22px;
  margin-bottom: 24px;
}
.login-modal .left-side,
.register-modal .left-side {
  background: url("/themes/vojtasvoboda-vega/assets/img/loginbg.png") scroll 0 0;
  background-size: cover;
  background-position: -316px center;
  height: 426px;
}
.login-modal .modal-content,
.register-modal .modal-content {
  border-radius: 0;
}
.login-modal .modal-body,
.register-modal .modal-body {
  padding: 0;
}
.login-modal .login-form,
.login-modal .forgot-form,
.register-modal .login-form,
.register-modal .forgot-form {
  padding: 20px 15px 20px 0px;
}
.login-modal ::-webkit-input-placeholder,
.register-modal ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #787878;
}
.login-modal ::-moz-placeholder,
.register-modal ::-moz-placeholder {
  /* Firefox 19+ */
  color: #787878;
}
.login-modal :-ms-input-placeholder,
.register-modal :-ms-input-placeholder {
  /* IE 10+ */
  color: #787878;
}
.login-modal :-moz-placeholder,
.register-modal :-moz-placeholder {
  /* Firefox 18- */
  color: #787878;
}
.login-modal .form-group,
.register-modal .form-group {
  margin-bottom: 20px;
}
.login-modal .fa,
.register-modal .fa {
  font-size: 25px;
  color: #555;
  margin-right: 4px;
}
.login-modal .check-box label:after,
.register-modal .check-box label:after {
  top: -2px;
}

.register-modal .modal-dialog {
  width: 80%;
}
.register-modal .modal-dialog .left-side {
  height: 493px;
}
.register-modal a {
  color: #d71920;
}

.navbar .navbar-right .dropdown-submenu {
  position: relative;
}
.navbar .navbar-right .dropdown-submenu .sub-menu {
  position: absolute;
  top: 0;
  left: 159px;
  border-radius: 0;
}

.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}

.dropdown-submenu:hover a:after,
.dropdown-submenu.open a:after {
  color: #fff;
  border-color: transparent transparent transparent #fff;
}

.dropdown-submenu.open > a,
.dropdown-submenu.open > a:focus,
.dropdown-submenu.open > a:hover {
  background: #d71920;
  color: #fff;
}

.dropdown-menu:before,
.dropdown-menu:after {
  display: none;
}

.product-search {
  width: 100%;
  float: right;
  padding: 26px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 64px;
  z-index: 999;
  box-shadow: 1px 1px 7px 1px #eee;
}
.product-search .btn-red,
.product-search .btn-red:hover,
.product-search .btn-red:focus {
  min-width: 70px;
}
.product-search .close {
  color: #444;
  font-size: 15px;
  right: 0;
  display: inline-block;
  z-index: 999;
  opacity: 1;
  position: absolute;
  bottom: 0;
  background: #ccc;
  padding: 4px;
}
.product-search .col-md-1 {
  padding-left: 0;
}

.masonry {
  margin: 1.5em 0;
  padding: 15px;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em;
}

.item {
  display: inline-block;
  background: #fff;
  font-size: 15px;
  width: 100%;
  margin-bottom: 10px;
}

.initial-code {
  font-weight: bold;
  line-height: 32px;
  padding-right: 10px;
}

/*@media only screen and (min-width: 300px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 768px) {
    .dropdown-medium.masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}*/
.navbar .navbar-right .dropdown-medium.masonry li.item > a {
  padding: 2px 15px;
  font-size: 14px;
}

/*mobile navigation css*/
#primaryNavToggle {
  width: 80px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg) scale(0.5);
  -moz-transform: rotate(0deg) scale(0.5);
  -o-transform: rotate(0deg) scale(0.5);
  transform: rotate(0deg) scale(0.5);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  top: 5px;
  right: -10px;
}
#primaryNavToggle span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #d71920;
  border-radius: 9px;
  opacity: 1;
  left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  width: 60px;
  border-radius: 0;
}
#primaryNavToggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#primaryNavToggle span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#primaryNavToggle span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#primaryNavToggle.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#primaryNavToggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#primaryNavToggle.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

#primaryMobNavbar {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  width: 260px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1031;
  margin: 0;
}
#primaryMobNavbar.menu-left {
  left: -260px;
}
#primaryMobNavbar.open {
  left: 0;
}

/*country menu css*/
.navbar .primary-nav .country-menu .dropdown {
  margin-top: 0;
  padding: 0 10px 0 5px;
  color: #fff;
}
.navbar .primary-nav .country-menu .dropdown.dropdown-toggle {
  display: inline-block;
  line-height: 24px;
  padding: 0;
}
.navbar .primary-nav .country-menu .dropdown.dropdown-toggle img {
  width: 24px;
  display: inline-block;
}
.navbar .primary-nav .country-menu .dropdown.dropdown-toggle:hover, .navbar .primary-nav .country-menu .dropdown.dropdown-toggle:focus {
  background: transparent;
}
.navbar .primary-nav .country-menu .dropdown.open a {
  background: transparent;
}
.navbar .primary-nav .country-menu .dropdown-menu {
  margin-left: -208px;
  padding: 10px 20px 0;
  width: 405px;
  margin-top: 0;
  border-radius: 4px;
  left: 23%;
}
.navbar .primary-nav .country-menu .dropdown-menu a {
  color: #333;
  padding: 0;
}
.navbar .primary-nav .country-menu .dropdown-menu li {
  margin-bottom: 10px;
  width: 115px;
}
.navbar .primary-nav .country-menu .dropdown-menu li img {
  border: 1px solid #eee;
  display: inline-block;
  width: 30px;
  margin-right: 2px;
}
.navbar .primary-nav .country-menu .dropdown-menu li:first-child {
  padding-left: 0;
  padding-right: 0;
}
.navbar .primary-nav .country-menu .bs-caret {
  margin-left: 5px;
}
.navbar .primary-nav .country-menu.navbar-right {
  float: none !important;
  margin-right: 0;
  padding-top: 0;
}
.navbar .primary-nav .navbar-right .dropdown-menu > *::after,
.navbar .primary-nav .navbar-right .dropdown-menu > *::before {
  left: 65%;
}
.navbar .primary-nav .country-list {
  margin-right: 10px;
  margin-bottom: -7px;
}

/*Media query for below 1024px START*/
/*@media only screen and (max-width: 1024px){
    .dropdown-menu.masonry .item{
        width: 50%;
        float: left;
    }
}*/
/*Media query for below 1024px END*/
footer {
  background: #6d6e71;
  color: #fff;
  padding: 30px 0 2px;
  font-size: 13px;
}
footer .btn.active.focus,
footer .btn.active:focus,
footer .btn.focus,
footer .btn:active.focus,
footer .btn:active:focus,
footer .btn:focus {
  outline: none;
}
footer .img-wrap {
  margin-top: 30px;
}
footer h5 {
  font-size: 16px;
  margin-bottom: 16px;
  font-family: Oxygen, sans-serif;
  font-weight: 700;
}
footer .col-md-3 {
  width: 20%;
  padding-left: 8px;
}
footer .col-md-9 {
  width: 80%;
}
footer .col-md-6 {
  width: 25%;
}
footer ul {
  padding: 0;
}
footer ul li a,
footer ul li a:hover,
footer ul li a:focus {
  color: #fff;
  font-size: 14px;
}
footer ul.main-list li {
  display: inline-block;
  width: 24%;
  vertical-align: top;
}
footer ul.main-list li .inner-list li {
  width: 100%;
  margin-top: 8px;
}
footer ul.main-list li .inner-list li h5 {
  margin: 6px 0 0;
}
footer .link,
footer .link:hover,
footer .link:focus {
  color: #fff;
  font-size: 13px;
}
footer .social-icons {
  margin-bottom: 58px;
}
footer .social-icons li {
  display: inline-block;
  margin-right: 8px;
}
footer .social-icons li a,
footer .social-icons li a:hover,
footer .social-icons li a:focus {
  font-size: 15px;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  padding: 6px 0;
  text-align: center;
  border-radius: 100%;
  line-height: 15px;
}
footer .social-icons li a img,
footer .social-icons li a:hover img,
footer .social-icons li a:focus img {
  height: 33px;
  margin-top: -3px;
  width: 32px;
}
footer .social-icons li:last-child {
  margin-right: 0;
}
footer .social-icons.download {
  margin-bottom: 6px;
  margin-top: -8px;
}
footer .social-icons.download li {
  margin-right: 0px;
}
footer .social-icons.download a,
footer .social-icons.download a:hover,
footer .social-icons.download a:focus {
  border-radius: 0;
  border: none;
  font-size: 25px;
}
footer .uppercase {
  text-transform: uppercase;
  font-size: 13px;
}
footer .list li {
  display: inline-block;
}
footer .list li .pipe {
  display: inline-block;
  padding: 0 6px 0 3px;
}
footer .bootom-footer {
  border-top: 1px solid #ccc;
  padding-top: 13px;
}
footer .bootom-footer .col-md-3 {
  padding-left: 0;
}

footer .subscribe-btn,
footer .subscribe-btn:hover,
footer .subscribe-btn:focus,
footer .subscribe-btn.active,
footer .subscribe-btn:active,
.product-details .subscribe-btn,
.product-details .subscribe-btn:hover,
.product-details .subscribe-btn:focus,
.product-details .subscribe-btn.active,
.product-details .subscribe-btn:active {
  height: 40px;
  background: #fff;
  position: relative;
  padding-right: 50px;
  color: #6d6e71;
  font-size: 13px;
  margin: 30px 0;
  box-shadow: none;
  outline: none;
}
footer .subscribe-btn span,
footer .subscribe-btn:hover span,
footer .subscribe-btn:focus span,
footer .subscribe-btn.active span,
footer .subscribe-btn:active span,
.product-details .subscribe-btn span,
.product-details .subscribe-btn:hover span,
.product-details .subscribe-btn:focus span,
.product-details .subscribe-btn.active span,
.product-details .subscribe-btn:active span {
  display: inline-block;
  background: #d71920;
  position: absolute;
  right: -1px;
  top: 0;
  width: 38px;
  height: 40px;
  line-height: 39px;
  font-size: 18px;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.product-details .subscribe-btn,
.product-details .subscribe-btn:hover,
.product-details .subscribe-btn:focus,
.product-details .subscribe-btn.active,
.product-details .subscribe-btn:active {
  width: 100%;
  margin: 20px 0;
  text-align: left;
}
.product-details .subscribe-btn span,
.product-details .subscribe-btn:hover span,
.product-details .subscribe-btn:focus span,
.product-details .subscribe-btn.active span,
.product-details .subscribe-btn:active span {
  text-align: center;
}

.floating-share {
  margin-top: -80px;
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 999;
}
.floating-share .float-abs {
  position: absolute;
  right: -130px;
  top: 0;
}
.floating-share .link-data {
  position: relative;
  transition: right 0.2s ease-in-out;
  right: 0;
}
.floating-share .link-data:hover {
  right: 130px;
}
.floating-share.feedback-share {
  top: 63%;
}
.floating-share.feedback-share .link {
  position: relative;
  display: block;
  padding-left: 50px;
  min-height: 40px;
  margin-bottom: 10px;
}
.floating-share.feedback-share .link.whats-app-link .icon-holder, .floating-share.feedback-share .link.whats-app-link .share-content {
  background-color: #34af23;
}
.floating-share.feedback-share .link.whats-app-link .share-content .text {
  top: 0;
}
.floating-share.feedback-share .link .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d71920;
  color: #fff;
  width: 40px;
  text-align: center;
  height: 40px;
  border-radius: 100%;
  border-radius: 40px;
}
.floating-share.feedback-share .link .icon-holder .fa {
  font-size: 18px;
  position: relative;
  top: 11px;
}
.floating-share.feedback-share .link .icon-holder .fa-envelope-o {
  top: 10px;
}
.floating-share.feedback-share .link .icon-holder .fa-whatsapp {
  font-size: 31px;
  top: 4px;
}
.floating-share.feedback-share .link .share-content {
  background: #d71920;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  min-height: 40px;
  display: block;
  text-align: center;
  margin-right: 5px;
  width: 124px;
}
.floating-share.feedback-share .link .share-content .text {
  position: relative;
  top: 5px;
}

.link-data {
  transition: all 0.3s ease 0s;
}

.privacy-policy h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.privacy-policy h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.privacy-policy p {
  color: #6a6a6a;
  font-size: 15px;
  line-height: 26px;
}
.privacy-policy ul li {
  color: #6a6a6a;
  font-size: 15px;
  list-style-type: decimal;
  margin-bottom: 10px;
  line-height: 26px;
}
.privacy-policy.white-bg {
  padding: 15px 30px;
  margin-bottom: 30px;
}

.modal {
  text-align: center;
  padding: 0 !important;
}
.modal label {
  font-weight: normal;
  font-family: 'Arial';
}
.modal .close {
  position: absolute;
  right: -9px;
  top: -9px;
  background: #000;
  opacity: 1;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 19px;
  border-radius: 100%;
  z-index: 9;
  font-size: 18px;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#subscribeModal .modal-dialog {
  width: 50%;
  margin-top: 50px;
}
#subscribeModal .newsletter-img {
  width: 100px;
  margin: 35px auto;
}
#subscribeModal .note-txt {
  width: 66%;
  margin: 0 auto 24px;
}

.productModal .modal-dialog {
  width: 80%;
}
.productModal .grey-bg {
  background: #e8e7e7;
  border-bottom-right-radius: 6px;
  min-height: 400px;
}
.productModal .grey-bg .product-detail-content {
  min-height: 300px;
}
.productModal .modal-body {
  padding: 0;
}
.productModal .modal-body h4 {
  text-transform: uppercase;
  font-family: Oxygen, sans-serif;
}
.productModal .modal-body h4.red-txt {
  text-transform: capitalize;
  font-family: Oxygen, sans-serif;
  color: #d71920;
  margin-bottom: 20px;
}
.productModal ul {
  padding: 0;
}
.productModal ul li {
  list-style-type: disc;
  margin-top: 8px;
  margin-left: 19px;
}
.productModal .carousel-inner {
  height: 400px;
  line-height: 400px;
}
.productModal .carousel-inner .item {
  text-align: center;
}
.productModal .carousel-inner img {
  display: inline-block;
  text-align: center;
  max-width: 340px;
}
.productModal .carousel-indicators {
  bottom: -18px;
}
.productModal .carousel-indicators li {
  border: 1px solid #d71920;
  margin-left: 5px;
}
.productModal .carousel-indicators li.active {
  background-color: #d71920;
}
.productModal .carousel-control {
  color: #eee;
}
.productModal .carousel-control.left,
.productModal .carousel-control.right {
  background: none;
}
.productModal .see-details,
.productModal .see-details:hover,
.productModal .see-details:focus {
  color: #d71920;
  font-size: 15px;
}
.productModal .check-box {
  margin: 18px 0px;
  font-size: 16px;
  border-top: 1px solid #ccc;
  padding: 18px 0 0px 38px;
}

.products .right-side .productModal .check-box label::after {
  top: 0;
}

.mCustomScrollbar.content {
  height: 300px;
}

/*privacy modal css*/
.reader-modal .modal-dialog {
  width: 1000px;
}
.reader-modal .modal-header h1 {
  font-size: 22px;
}
.reader-modal .modal-body {
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 26px;
  text-align: justify;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 25px;
}
.reader-modal .modal-body h2 {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 15px;
  padding-bottom: 5px;
  font-weight: bold;
}
.reader-modal .modal-body h3 {
  font-size: 16px;
  line-height: 26px;
}
.reader-modal .modal-body p {
  color: #6a6a6a;
}
.reader-modal .modal-body ul li {
  list-style-type: decimal;
  margin-bottom: 10px;
  color: #6a6a6a;
}

.support-modal .modal-body {
  overflow-y: auto;
}

.modal.product-attach-modal.reader-modal .modal-header h4 {
  margin: 0;
}

@media (min-width: 768px) {
  .modal.product-attach-modal.reader-modal .modal-header h4 {
    margin: 0;
  }
  .modal.product-attach-modal.reader-modal .modal-dialog {
    width: 600px;
  }
  .modal.product-attach-modal.reader-modal .md-text-right {
    text-align: right;
  }
}
.aside-content {
  background: #fff none repeat scroll 0 0;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.aside-content h3 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.aside-content ul {
  padding-left: 0;
}
.aside-content ul li {
  border-bottom: 1px solid #ededed;
}
.aside-content ul li a {
  color: #555;
}
.aside-content ul li:last-child {
  border-bottom: medium none;
}
.aside-content h4 {
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aside-content .date {
  color: #888888;
  font-size: 12px;
  margin-top: 4px;
}
.aside-content.item-related-subscribe {
  padding-bottom: 25px;
}

.item-related-events ul li {
  margin-top: 10px;
  padding-bottom: 10px;
}
.item-related-events ul li:last-child {
  padding-bottom: 0;
}
.item-related-events .pull-left {
  float: left;
  width: 25%;
}
.item-related-events .pull-right {
  float: left;
  width: 75%;
}
.item-related-events h4 {
  margin-top: 0;
}
.item-related-events .img-wrapper {
  border: 1px solid #ededed;
  height: 54px;
  width: 54px;
  line-height: 48px;
  overflow: hidden;
}
.item-related-events .img-wrapper img {
  display: inline-block;
}

.item-related-subscribe .input-group-addon {
  background: #d71920 none repeat scroll 0 0;
  color: #fff;
  border-color: #d71920;
  display: inline;
  height: 34px;
  width: 34%;
}
.item-related-subscribe .form-control {
  width: 66%;
}

.item-related-products .img-wrapper {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  height: 58px;
  margin-bottom: 5px;
  margin-right: 5px;
  overflow: hidden;
  width: 58px;
}
.item-related-products .img-wrapper img {
  margin: 0 auto;
  max-height: 100%;
  text-align: center;
}
.item-related-products ul li {
  border-bottom: medium none;
  float: left;
}

/*Success stories asidebar*/
.cat-card .item-content {
  margin-bottom: 15px;
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
}
.cat-card .item-content .has-image {
  margin-bottom: 10px;
}
.cat-card .item-content .has-image .img-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  height: 130px;
  overflow: hidden;
}
.cat-card .item-content .has-image .img-wrapper img {
  height: auto;
  min-height: 130px;
  width: 100%;
}
.cat-card .item-content a {
  color: #333;
}
.cat-card .item-content:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/*training sidebar css*/
.item-related-training p {
  font-size: 11px;
}

/*testimonial css*/
.item-related-testimonials h2 {
  font-size: 20px;
  margin-top: 0;
}
.item-related-testimonials .carousel h3 {
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #757575;
}
.item-related-testimonials .carousel p {
  font-size: 12px;
}
.item-related-testimonials .carousel .carousel-inner .item {
  height: 170px;
}

.login-modal .modal-content, .register-modal .modal-content {
  max-width: 750px;
  margin: 30px auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.login-modal .modal-content .modal-title, .register-modal .modal-content .modal-title {
  margin-top: 24px;
}
.login-modal .initial-code, .register-modal .initial-code {
  padding-right: 3px;
}

.home-wrapper12 {
  position: relative;
  /*product css*/
  /*discover products starts from here*/
  /*our solution starts from here*/
  /*training Section Strats From here*/
  /*events section strats from here*/
}
.home-wrapper12 .ei-slider {
  height: 500px;
  top: 0 !important;
}
.home-wrapper12 .ei-slider-loading {
  z-index: 1;
}
.home-wrapper12 .ei-slider-large {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: visible;
  margin-bottom: 0;
}
.home-wrapper12 .ei-slider-large li img {
  margin-left: 0 !important;
  margin-top: 0;
  max-width: 100%;
}
.home-wrapper12 .ei-slider-thumbs {
  height: 6px;
  padding: 0;
}
.home-wrapper12 .ei-slider-thumbs li {
  background: #4d4d4d;
}
.home-wrapper12 .black-bg {
  background: #666;
  width: 100%;
  height: 6px;
}
.home-wrapper12 .ei-slider-thumbs li.ei-slider-element {
  background: #d70010;
}
.home-wrapper12 .heading {
  font-size: 20px;
  color: #d30411;
  text-align: left;
  padding: 20px 0 12px;
  font-weight: 700;
}
.home-wrapper12 .slick-slider .col-md-3 {
  padding: 0 0 0 16px;
}
.home-wrapper12 .slick-slider .slick-list {
  position: relative;
  z-index: 9;
}
.home-wrapper12 .product-detail-icon {
  background: url("/themes/vojtasvoboda-vega/assets/img/ar row12-black.png") scroll 0 0;
  height: 51px;
  width: 64px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.home-wrapper12 .product-detail-icon:hover, .home-wrapper12 .product-detail-icon:focus {
  background: url("/themes/vojtasvoboda-vega/assets/img/ar row12-red.png") scroll 0 0;
}
.home-wrapper12 .popular-products .product-carousel.slick-slider,
.home-wrapper12 .solution-carousel.slick-slider,
.home-wrapper12 .discover-carousel.slick-slider {
  margin-left: -16px;
}
.home-wrapper12 .popular-products .product-carousel,
.home-wrapper12 .discover-carousel,
.home-wrapper12 .solution-carousel {
  margin-bottom: 30px;
}
.home-wrapper12 .discover-products .box {
  margin-top: 0;
  cursor: pointer;
}
.home-wrapper12 .discover-products .box a {
  display: inline-block;
}
.home-wrapper12 .discover-products .box h4 {
  font-family: Oxygen, sans-serif;
  color: #505050;
  padding-top: 10px;
}
.home-wrapper12 .discover-products .box .img-wrap {
  position: relative;
  height: 180px;
  overflow: hidden;
}
.home-wrapper12 .discover-products .box .img-wrap .default-img {
  line-height: 200px;
  margin: 0 auto;
  padding-top: 18px;
  width: 130px;
}
.home-wrapper12 .discover-products .box .product-detail-icon {
  top: 130px;
}
.home-wrapper12 .our-solutions {
  background: url("/themes/vojtasvoboda-vega/assets/img/bg.png") scroll no-repeat 0 0;
  background-size: cover;
  height: 322px;
  width: auto;
}
.home-wrapper12 .our-solutions .card {
  background: #fff;
  padding: 16px;
  height: 148px;
  position: relative;
}
.home-wrapper12 .our-solutions .icon {
  position: absolute;
}
.home-wrapper12 .our-solutions .right-data {
  padding-left: 56px;
  height: 120px;
  overflow: hidden;
}
.home-wrapper12 .our-solutions h4 {
  margin-top: 0;
  font-family: Oxygen, sans-serif;
  color: #505050;
  font-weight: 700;
}
.home-wrapper12 .our-solutions p {
  color: #787878;
  font-size: 14px;
  text-transform: capitalize;
}
.home-wrapper12 .our-solutions .btn-red,
.home-wrapper12 .our-solutions .btn-red:hover,
.home-wrapper12 .our-solutions .btn-red:focus,
.home-wrapper12 .our-solutions .btn-red:active {
  height: 54px;
  padding: 0 20px;
  line-height: 26px;
  font-family: Oxygen, sans-serif;
  font-weight: 700;
}
.home-wrapper12 .our-solutions .btn-red img,
.home-wrapper12 .our-solutions .btn-red:hover img,
.home-wrapper12 .our-solutions .btn-red:focus img,
.home-wrapper12 .our-solutions .btn-red:active img {
  margin-right: 10px;
  padding-top: 0;
}
.home-wrapper12 .our-solutions .solution-carousel .card .icon img {
  width: 40px;
}
.home-wrapper12 .training-section {
  padding-bottom: 35px;
}
.home-wrapper12 .training-section .heading {
  padding-left: 0;
}
.home-wrapper12 .training-section .grey-box {
  background: #ededed;
  display: block;
  height: 305px;
  position: relative;
  padding-right: 15px;
}
.home-wrapper12 .training-section .grey-box .left-img {
  position: absolute;
  width: 236px;
}
.home-wrapper12 .training-section .grey-box .right-data {
  padding-left: 245px;
}
.home-wrapper12 .training-section .grey-box h4 {
  font-family: Oxygen, sans-serif;
  color: #505050;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  width: 290px;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
  margin-bottom: 5px;
}
.home-wrapper12 .training-section .grey-box p {
  color: #787878;
}
.home-wrapper12 .training-section .grey-box p.date {
  font-size: 13px;
  margin-bottom: 2px;
}
.home-wrapper12 .training-section .grey-box.upcoming .right-data {
  padding-left: 270px;
}
.home-wrapper12 .training-section .grey-box.upcoming .border-bottom {
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
}
.home-wrapper12 .training-section .grey-box.upcoming .slick-slide:last-child .border-bottom {
  border-bottom: none;
}
.home-wrapper12 .training-section ul.list {
  padding: 0 0 0 10px;
}
.home-wrapper12 .training-section ul.list li {
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
}
.home-wrapper12 .training-section ul.list li:last-child {
  border-bottom: none;
}
.home-wrapper12 .training-section .slick-slide {
  width: 100%;
}
.home-wrapper12 .training-section .slick-dots {
  right: -15px;
}
.home-wrapper12 .training-section .upcoming-training-carousel.slick-slider .slick-list {
  height: 305px !important;
  overflow: hidden;
}
.home-wrapper12 .events-section {
  background: #ededed;
}
.home-wrapper12 .events-section .heading {
  padding-left: 0;
}
.home-wrapper12 .events-section .slick-dots {
  right: 0;
}
.home-wrapper12 .events-section .card-box {
  background: #fff;
  width: 555px;
  margin-bottom: 16px;
  padding: 15px;
  height: 126px;
  overflow: hidden;
}
.home-wrapper12 .events-section .wrap-data {
  position: relative;
}
.home-wrapper12 .events-section .date {
  font-size: 13px;
  color: #787878;
  margin-bottom: 4px;
}
.home-wrapper12 .events-section .desc {
  color: #46474e;
  height: 44px;
  overflow: hidden;
}
.home-wrapper12 .events-section .left-data {
  padding-right: 168px;
}
.home-wrapper12 .events-section .right-img {
  position: absolute;
  right: 0;
  z-index: 99;
  top: 0;
  width: 25%;
}
.home-wrapper12 .events-section .slick-dotted.slick-slider {
  margin-left: 0;
}
.home-wrapper12 .popular-products .white-box .bottom-block {
  padding: 13px 15px;
}
.home-wrapper12 .popular-products .white-box .bottom-block .check-box input[type="checkbox"] {
  width: 50%;
}
.home-wrapper12 .popular-products .img-wrap {
  height: 165px;
  line-height: 165px;
}

.form-wrap {
  background: #ededed;
  padding: 20px 0;
}

/*home testimonial css*/
.home-wrapper12 .item-related-testimonials {
  height: 400px;
  max-height: 400px;
  min-height: 400px;
}
.home-wrapper12 .item-related-testimonials .heading {
  text-align: center;
}
.home-wrapper12 .item-related-testimonials h2 {
  font-size: 26px;
}
.home-wrapper12 .item-related-testimonials .carousel h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.home-wrapper12 .item-related-testimonials .carousel p {
  font-size: 18px;
}
.home-wrapper12 #quote-carousel .carousel-indicators .active {
  border: 1px solid #d71920;
}

/*product css starts from here*/
.panel-group {
  margin-bottom: 0;
}

.panel.panel-default {
  border: none;
  border-bottom: 1px solid #eee;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-default > .panel-heading {
  position: relative;
  padding: 0;
  background: none;
  border: none;
}
.panel-default > .panel-heading a {
  padding: 10px 0;
  display: block;
  font-weight: bold;
}

.panel-heading .fa {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 14px;
}

.products {
  padding-bottom: 30px;
  /*right side css strats from here*/
}
.products .left-sidebar {
  background: #fff;
  min-height: 500px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.4);
}
.products .left-sidebar h4 {
  padding: 5px 15px;
}
.products .left-sidebar h4.heading {
  color: #2e3039;
  font-family: Oxygen, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 15px 0;
  margin-top: 0;
}
.products .left-sidebar h4.heading.panel-title {
  font-family: Lato, sans-serif;
  text-transform: capitalize;
}
.products .left-sidebar ul {
  padding: 0;
  color: #787878;
  font-size: 15px;
}
.products .left-sidebar ul li {
  padding: 10px 0;
}
.products .left-sidebar ul li a {
  color: #2e3039;
  font-size: 15px;
}
.products .left-sidebar ul li a:hover, .products .left-sidebar ul li a:active, .products .left-sidebar ul li a:focus, .products .left-sidebar ul li a.active {
  color: #d71920;
}
.products .left-sidebar .panel-default > .panel-heading a {
  font-size: 15px;
  padding: 8px 0;
}
.products .left-sidebar .panel-body {
  padding: 4px 15px;
}
.products .left-sidebar .panel-body ul {
  margin-bottom: 0;
}
.products .left-sidebar .panel-body ul li {
  padding: 3px 0;
}
.products .left-sidebar .panel-body ul li a {
  font-size: 14px;
}
.products .right-side {
  background: #fff none repeat scroll 0 0;
  padding: 10px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.4);
}
.products .right-side h4 {
  font-size: 16px;
  padding-top: 0;
  font-weight: 700;
  line-height: 22px;
}
.products .right-side .tab-pane {
  padding: 15px 0;
}
.products .right-side .check-box label::before,
.products .right-side .check-box label::after {
  margin-left: 0;
}
.products .right-side .check-box label {
  margin-left: 6px;
}
.products .right-side .check-box label:after {
  top: -2px;
}
.products .right-side .small-card {
  background: #fff;
  border-radius: 0;
  padding: 10px;
  width: 210px;
  float: right;
}
.products .right-side .product-list {
  margin-left: -15px;
  padding-top: 18px;
  background: transparent;
  width: auto;
}
.products .right-side .product-list .col-md-4 {
  padding: 0;
  padding-left: 16px;
  margin-bottom: 15px;
}
.products .right-side .product-list .product-block {
  display: inline-block;
  width: 100%;
}
.products .right-side .product-list .check-box {
  padding-left: 0;
}
.products .right-side .product-list .check-box label {
  margin-left: 12px;
}
.products .right-btn-grp .btn-red,
.products .right-btn-grp .btn-red:hover,
.products .right-btn-grp .btn-red:focus {
  background-color: #fff;
  height: 40px;
  font-size: 16px;
  color: #d71920;
  line-height: 28px;
  box-shadow: 1px 1px 6px 1px #ccc;
  min-width: auto;
}
.products .product-search-btn {
  margin-right: 4px;
}
.products .product-search {
  background: #6d6e71;
}
.products .product-search .btn-red,
.products .product-search .btn-red:hover,
.products .product-search .btn-red:focus {
  background: #d71920;
  color: #fff;
  box-shadow: none;
  margin-top: 0;
  text-align: center;
  padding: 0;
  height: 40px;
  width: 74px;
  display: inline-block;
  margin-right: 10px;
}
.products .product-search .btn-red:last-child {
  margin-right: 0;
}
.products .product-search .col-md-2 {
  padding: 0;
}
.products .product-search .close {
  right: 2px;
  top: 0;
  bottom: auto;
  background: transparent;
  font-size: 22px;
  color: #fff;
}
.products .popular-products .img-wrap {
  height: 165px;
  line-height: 165px;
  margin: 0 auto;
  width: 165px;
}
.products .popular-products .white-box {
  border: 1px solid #e8e7e7;
}
.products .popular-products .white-box.no-data {
  background: #fff none repeat scroll 0 0;
  margin-left: 15px;
  min-height: 400px;
  padding-bottom: 200px;
  padding-top: 100px;
  width: 98%;
}
.products .popular-products .no-data {
  min-height: 400px;
}
.products .popular-products .no-data img {
  margin-top: 40px;
  width: 150px;
}
.products .popular-products .no-data.coming-data {
  border: 1px solid #e8e7e7;
  margin-left: 15px;
  padding-bottom: 180px;
  padding-top: 100px;
}

/*custom tabs strats from here*/
.custom-tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.custom-tabs .nav-tabs {
  padding-bottom: 0;
  border: none;
}
.custom-tabs .nav-tabs li > a {
  background: #e2e1e1;
  border-radius: 0;
  padding: 7px 20px;
  color: #333;
  border: none;
  margin-right: 12px;
  font-size: 15px;
}
.custom-tabs .nav-tabs li.active > a,
.custom-tabs .nav-tabs li a:hover,
.custom-tabs .nav-tabs li a:active {
  background: #d71920;
  color: #fff;
  padding: 7px 20px;
  border: none;
}
.custom-tabs.secondinner-tabs {
  margin-top: -14px;
}
.custom-tabs.secondinner-tabs li > a {
  background: #d71920;
  color: #fff;
  margin-right: 0;
  padding: 7px 26px;
}
.custom-tabs.secondinner-tabs li.active > a,
.custom-tabs.secondinner-tabs li a:hover,
.custom-tabs.secondinner-tabs li a:active {
  background: rgba(215, 25, 33, 0.7);
  padding: 7px 26px;
}
.custom-tabs.thirdinner-tabs {
  margin-top: -14px;
}
.custom-tabs.thirdinner-tabs li > a {
  background: rgba(215, 25, 33, 0.7);
  color: #fff;
  margin-right: 0;
  padding: 7px 26px;
}
.custom-tabs.thirdinner-tabs li.active > a,
.custom-tabs.thirdinner-tabs li a:hover,
.custom-tabs.thirdinner-tabs li a:active {
  background: rgba(215, 25, 33, 0.5);
  padding: 7px 26px;
}

.noborder .nav-tabs {
  border: none;
}

.form-control.subcat-dropdown {
  margin-top: 10px;
}

/*product details css starts from here*/
.carousel-control.left,
.carousel-control.right {
  background: none;
}

.product-details .custom-card,
.product-details .tab-block {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 20px;
  margin-bottom: 20px;
}
.product-details .tab-block {
  padding: 0;
}
.product-details .right-block .product-slider {
  border: 1px solid #f0f0f0;
  text-align: center;
  margin: 0 auto;
  height: 374px;
  line-height: 372px;
}
.product-details .right-block .product-slider img {
  display: inline-block;
  max-width: 326px;
  min-width: 200px;
}
.product-details .right-block h4 {
  margin-top: 0;
  font-weight: 700;
}
.product-details .right-block .red-txt {
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
.product-details .right-block ul {
  padding: 0 15px;
  margin-bottom: 15px;
}
.product-details .right-block ul li {
  margin-top: 4px;
  font-size: 15px;
  font-size: 16px;
  list-style-type: disc;
}
.product-details .right-block .fa,
.product-details .right-block .fa:hover,
.product-details .right-block .fa:focus {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  font-size: 40px;
  color: #55565c;
  text-shadow: none;
}
.product-details .right-block .carousel-control {
  width: 40px;
  opacity: 1;
}
.product-details .right-block .carousel-control.left {
  left: -10px;
}
.product-details .right-block .carousel-control.right {
  right: 4px;
}
.product-details .right-block .tab-block .heading {
  color: #d71920;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 15px 22px 15px;
  margin-bottom: 22px;
}
.product-details .right-block .tab-block ul {
  padding: 0 0 30px;
}
.product-details .right-block .tab-block ul li {
  display: block;
  margin-top: 15px;
}
.product-details .right-block .tab-block ul li label {
  color: #000000;
  font-weight: normal;
}
.product-details .right-block .tab-block ul li label.col-md-3 {
  color: #525252;
  font-weight: 700;
}
.product-details .right-block .tab-block ul li label.col-md-3:after {
  content: ':';
  padding-left: 18px;
  position: absolute;
  right: 29px;
}
.product-details h3 {
  text-align: left;
  font-weight: 700;
  font-size: 20px;
}
.product-details .popular-products {
  background: transparent;
  margin-left: -15px;
  width: auto;
}
.product-details .popular-products .col-md-3 {
  padding: 0;
  padding-left: 15px;
}

.product- row12 {
  position: relative;
}

.left-box {
  position: sticky;
  top: 100px;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
}

.product-block .img-wrap {
  background: #fff;
  text-align: center;
  height: 200px;
  line-height: 200px;
  overflow: hidden;
}
.product-block .img-wrap img {
  display: inline-block;
}
.product-block .desc-block {
  background: #ededed;
  padding: 16px;
  height: 143px;
}
.product-block .desc-block h4 {
  margin-top: 0;
  padding-top: 0 !important;
  font-family: Oxygen, sans-serif;
  color: #29292b;
  font-size: 18px;
  font-weight: 700;
}
.product-block .desc-block .check-box label::before,
.product-block .desc-block .check-box label::after {
  background: transparent;
}
.product-block .desc-block .check-box input[type="checkbox"]:checked + label::before,
.product-block .desc-block .check-box input[type="checkbox"]:checked + label::after {
  background: #d71920;
}
.product-block .desc-block p {
  color: #787878;
  margin-bottom: 18px;
}

.right-btn-grp {
  padding-top: 8px;
  text-align: right;
  margin-bottom: 20px;
}

.compare-wrap {
  position: fixed;
  z-index: 1000;
  right: 25px;
  bottom: 25px;
  text-align: right;
}
.compare-wrap .compare-block {
  background: #fff;
  padding: 10px;
  box-shadow: 1px 1px 8px 1px #ccc;
  z-index: 999;
  height: 240px;
}
.compare-wrap .compare-block .img-wrap {
  width: 120px;
  margin: 0 auto 10px;
  height: 120px;
  overflow: hidden;
}
.compare-wrap .compare-block .fa {
  text-align: right;
  display: inline-block;
  position: absolute;
  right: -7px;
  top: 2px;
  color: #787878;
  font-size: 16px;
}
.compare-wrap .compare-block p {
  font-size: 12px;
  width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: pre;
  white-space: pre;
  margin: 0 auto 20px;
}
.compare-wrap .compare-block ul {
  margin: 0;
  padding: 0;
}
.compare-wrap .compare-block ul li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  width: 150px;
  text-align: center;
  border: 1px solid #e8e7e7;
  padding: 0 10px;
}
.compare-wrap .compare-block .remove-btn {
  font-size: 14px;
  text-transform: uppercase;
  color: #444;
  padding-right: 30px;
  font-weight: bold;
  position: absolute;
  right: 165px;
  bottom: 24px;
}
.compare-wrap .btn-red {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 0 22px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 145px;
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
}
.compare-wrap .count {
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  line-height: 20px;
  font-size: 13px;
  margin-left: 10px;
}

/*Compare css starts from here*/
.compare-block {
  padding-bottom: 30px;
}
.compare-block .col-md-3 {
  padding-right: 0;
}
.compare-block .no-img {
  background: #eee;
  height: 155px;
  line-height: 155px;
  border-radius: 4px;
}
.compare-block .compare-img-wrap {
  height: 145px;
  line-height: 145px;
  margin: 0 auto 10px;
  text-align: center;
  width: 145px;
  overflow: hidden;
}
.compare-block .compare-close-btn {
  background: #bababa none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 26px;
  line-height: 24px;
  position: absolute;
  right: -8px;
  text-align: center;
  top: -9px;
  width: 25px;
}
.compare-block h4 {
  font-size: 16px;
  margin-bottom: 25px;
}
.compare-block .form-control {
  border: none;
  background: transparent;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  text-align: left;
  padding: 0;
  margin-bottom: 10px;
}
.compare-block h3 {
  margin-top: -8px;
  margin-bottom: 2px;
}
.compare-block .compare-desc {
  padding-top: 50px;
}
.compare-block .compare-desc td,
.compare-block .compare-desc th {
  padding: 10px;
  border-right: 1px solid #ccc;
}
.compare-block .compare-desc td p,
.compare-block .compare-desc th p {
  word-wrap: break-word;
  max-width: 192px;
}
.compare-block .compare-desc th {
  background: #f5f5f5;
  padding: 0 10px;
}
.compare-block .compare-desc td.wordwrap div {
  word-wrap: break-word;
  white-space: normal;
  width: 150px;
}
.compare-block .compare-desc .product-heading th {
  background: #dcdcdc;
}
.compare-block .compare-desc table {
  width: 100%;
  background: #fff;
  border-left: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.compare-block .compare-desc ul {
  text-align: right;
  padding-left: 0;
}
.compare-block .compare-desc ul li {
  display: inline-block;
  margin-left: 40px;
  max-width: 100%;
  min-width: 25%;
}
.compare-block .compare-desc .check-box,
.compare-block .compare-desc .radio-box {
  padding-left: 10px;
}
.compare-block .compare-desc .check-box label:before {
  top: 2px;
}
.compare-block .compare-desc .red-txt {
  font-size: 19px;
  margin: 10px 0 0;
}
.compare-block .card {
  background: #fff;
  padding: 20px;
}
.compare-block .compare-right-block {
  margin-left: -8px;
}
.compare-block .compare-block-withimg {
  overflow: hidden;
  padding: 5px;
  max-height: 242px;
  min-height: 242px;
  border: 1px solid #e8e7e7;
}
.compare-block .compare-block-withimg h4 {
  margin-bottom: 8px;
  margin-top: 2px;
  font-size: 14px;
}
.compare-block .compare-block-withimg p {
  color: #787878;
  font-size: 12px;
}
.compare-block .compare-block-withimg img {
  display: inline;
  max-height: 100%;
  padding-top: 10px;
  vertical-align: middle;
}

/*mobile cat btn css*/
.category-btn {
  display: none;
}

.solutions {
  padding-bottom: 40px;
}
.solutions .banner {
  margin-bottom: 24px;
  border: 1px solid #eee;
}
.solutions .banner img {
  height: 175px;
}
.solutions .solution-desc {
  background: #fff;
  padding: 18px;
}
.solutions .solution-desc img {
  display: block;
  height: auto !important;
  max-width: 100%;
}
.solutions .btn-block {
  text-align: right;
  margin-bottom: 15px;
}
.solutions .btn-block a {
  margin-left: 10px;
}
.solutions .heading {
  margin-top: 8px;
  color: #29292b;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}
.solutions p {
  color: #787878;
  font-size: 14px;
  line-height: 22px;
  font-family: Lato, sans-serif;
}
.solutions .border-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.solutions .img-wrap {
  text-align: center;
  margin-top: 30px;
  background: #fff;
  margin-bottom: 20px;
}
.solutions .img-wrap img {
  display: inline-block;
}
.solutions .solution-desc ul {
  padding: 2px 0 0 15px;
}
.solutions .solution-desc ul li {
  list-style-type: disc;
  font-size: 14px;
  font-family: Lato, sans-serif;
  margin-bottom: 10px;
  width: 50%;
  color: #787878;
  float: left;
}
.solutions .solution-desc .slick-dots li {
  float: none;
  width: 8px;
}
.solutions .area-details .img-wrap {
  text-align: left;
  margin-top: 30px;
  background: transparent;
}
.solutions p.red-txt {
  color: #d71920;
  margin-bottom: 4px;
  margin-top: 16px;
}
.solutions .product-block .img-wrap {
  background: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
  border: 1px solid #eee;
}
.solutions .check-box label {
  margin-left: 6px;
}
.solutions .check-box label::before, .solutions .check-box label::after {
  margin-left: 0;
}
.solutions .product-block .desc-block {
  height: 84px;
}
.solutions .product-block .desc-block p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solutions .slick-dots {
  top: -24px;
  right: -5px;
  position: absolute;
  height: 24px;
}
.solutions .slick-dots li {
  float: none;
  display: inline-block;
  width: auto;
}
.solutions .product-list {
  margin-left: -16px;
}
.solutions .product-list .col-md-3.slick-slide {
  padding: 0 0 0 16px;
}
.solutions .product-carousel {
  margin-bottom: 30px;
}
.solutions .area-details h3 {
  font-size: 20px;
  font-weight: 700;
}

.solution-listing .  {
  padding-left: 0;
  padding-right: 0;
}
.solution-listing ul li a {
  border-bottom: 1px solid #eeeeee;
  color: #535257;
  font-size: 18px;
  padding: 15px;
}
.solution-listing ul li a i {
  color: #8f8f8f;
  float: right;
  font-size: 17px;
  line-height: 26px;
  padding-right: 5px;
}
.solution-listing .menu-inner-list {
  padding-left: 20px;
}
.solution-listing .menu-inner-list li a {
  font-size: 16px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-top: 12px;
}

.notice-block .app-listing ul li {
  background: none;
}

.create-solutions-  {
  margin-bottom: 30px;
}
.create-solutions-  .white-bg {
  padding: 20px 40px 50px;
}
.create-solutions-  .heading {
  margin-bottom: 35px;
}
.create-solutions-  .heading h1 {
  font-size: 24px;
}
.create-solutions-  .heading h1 .number {
  border: 2px solid #b7b7b7;
  border-radius: 100%;
  color: #787878;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  height: 50px;
  margin-right: 20px;
  padding: 9px 16px;
  width: 50px;
}
.create-solutions-  form {
  padding-left: 58px;
  padding-right: 200px;
}
.create-solutions-  form .form-group {
  margin-bottom: 25px;
}
.create-solutions-  form label {
  color: #787878;
  font-size: 16px;
  margin-bottom: 10px;
}
.create-solutions-  form .form-control {
  border: 2px solid #ddd;
  height: 50px;
  font-size: 16px;
}
.create-solutions-  button {
  font-size: 20px;
  height: 44px;
  min-width: 100px;
  margin-top: 15px;
}
.create-solutions-  button.btn-default {
  background-color: #c3c3c3;
}
.create-solutions-  .popular-products {
  margin-left: -15px;
}
.create-solutions-  .popular-products .col-md-3 {
  padding: 0 0 0 15px;
}
.create-solutions-  .popular-products .bottom-block label {
  float: left;
  line-height: 33px;
  margin-bottom: 0;
  text-align: left;
  width: 20%;
}
.create-solutions-  .popular-products .bottom-block label.check {
  width: 100%;
}
.create-solutions-  .popular-products .bottom-block input {
  width: 42%;
}
.create-solutions-  .reorder-  .product-compare-btn {
  border-right: 1px solid #cdcdcd;
  margin-right: 6px;
  padding-left: 10px;
  padding-right: 10px;
  width: 60%;
}
.create-solutions-  .reorder-  .product-compare-btn .check-box label {
  font-size: 14px;
}
.create-solutions-  .reorder-  .product-compare-btn .check-box label:before {
  margin-left: -15px;
  top: 6px;
}
.create-solutions-  .reorder-  .product-compare-btn .check-box label:after {
  left: 5px;
  top: -4px;
}
.create-solutions-  .reorder-  .qty-box {
  width: 37%;
}
.create-solutions-  .reorder-  .qty-box label {
  width: 40%;
}
.create-solutions-  .reorder-  .qty-box input {
  width: 60%;
}
.create-solutions-  .reorder-  .next-btn {
  margin-left: 10px;
}
.create-solutions-  .custom-selectbox {
  background: transparent none repeat scroll 0 0;
}

.hdd-  {
  margin-top: 30px;
}

.btn-next {
  margin-left: 10px;
}

.solutionModal.productModal .grey-bg {
  min-height: 430px;
}

.genertaeBoq .heading {
  margin-bottom: 10px;
}
.genertaeBoq button {
  margin-right: 10px;
}
.genertaeBoq button:last-child {
  margin-right: 0;
}
.genertaeBoq .header {
  border-bottom: 1px solid #ddd;
  font-size: 28px;
  margin-bottom: 34px;
  margin-top: 5px;
  padding-bottom: 20px;
}

.select-product-list {
  padding-left: 60px;
  padding-right: 100px;
}
.select-product-list .desc {
  color: #787878;
}
.select-product-list .product-name {
  font-size: 16px;
  margin-bottom: 6px;
}

/*press releases css starts from here*/
.press-  {
  margin-bottom: 30px;
}
.press-  .press-block {
  background: #fff none repeat scroll 0 0;
  padding: 10px 15px;
  margin-bottom: 20px;
  height: 290px;
  overflow: hidden;
}
.press-  .press-block h2 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.press-  .press-block .date {
  color: #919191;
  margin-bottom: 12px;
}
.press-  .press-block .desc {
  font-size: 14px;
  height: 80px;
  line-height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  color: #787878;
}
.press-  .press-block .link {
  bottom: 28px;
  color: #d71920;
  margin-bottom: 8px;
  position: absolute;
  right: 29px;
  text-decoration: underline;
}
.press-  .press-block:hover {
  cursor: pointer;
}
.press-  .press-block:hover h2 {
  color: #d71920;
}

.load-more .btn {
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  height: 48px;
  line-height: 19px;
  padding: 0 44px;
  margin: 30px 0;
}
.load-more .btn i {
  float: left;
  font-size: 22px;
  margin-right: 10px;
}

/*press releases detail css starts from here*/
.pressdetail-  {
  margin-bottom: 30px;
}
.pressdetail-  .white-bg {
  min-height: 700px;
}
.pressdetail-  aside {
  position: sticky;
  top: 100px;
}

.white-bg {
  background: #fff none repeat scroll 0 0;
  padding: 15px;
}

.press-heading {
  margin-bottom: 25px;
}
.press-heading h1 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 12px;
}
.press-heading .date {
  color: #757575;
}
.press-heading .date .fa {
  color: #d71920;
  margin-right: 8px;
}
.press-heading .date .fa.fa-eye {
  margin-left: 5px;
}

.inner-content h2 {
  color: #787878;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 30px;
  font-family: Oxygen, sans-serif;
}
.inner-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.inner-content img {
  margin-bottom: 30px;
}
.inner-content p {
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #787878;
}
.inner-content a {
  color: #d71920;
}
.inner-content ul {
  padding-left: 5px;
}
.inner-content ul li {
  background: transparent url("/themes/vojtasvoboda-vega/assets/img/bullet-square.png") no-repeat scroll 0 7px;
  color: #787878;
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.inner-content table {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.inner-content table > tbody > tr > td,
.inner-content table > tbody > tr > th,
.inner-content table > tfoot > tr > td,
.inner-content table > tfoot > tr > th,
.inner-content table > thead > tr > td,
.inner-content table > thead > tr > th {
  border: 1px solid #ddd;
}
.inner-content table > tbody > tr > th,
.inner-content table > thead > tr > th {
  background-color: #ededed;
}
.inner-content table > tbody > tr > td,
.inner-content table > tbody > tr > th,
.inner-content table > tfoot > tr > td,
.inner-content table > tfoot > tr > th,
.inner-content table > thead > tr > td,
.inner-content table > thead > tr > th {
  border-top: 1px solid #ddd;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

.floating-share a.fb-link {
  background-color: #3b5998;
}
.floating-share a.tw-link {
  background-color: #00aced;
}
.floating-share a.google-link {
  background-color: #dd4b39;
}
.floating-share img {
  width: 40px;
  height: 40px;
}

/*press listing css*/
.event-  .press-block .date, .event-  .press-block .location, .event-  .press-block .booth {
  color: #757575;
}
.event-  .press-block .date i, .event-  .press-block .location i, .event-  .press-block .booth i {
  width: 18px;
}
.event-  .press-block .img-wrapper {
  height: 100px;
  overflow: hidden;
}

/*press events detail css starts from here*/
.pressevent-  .press-heading h1 {
  margin-bottom: 10px;
}
.pressevent-  .press-heading span {
  display: inline-block;
  margin-right: 10px;
}
.pressevent-  .press-heading .location .fa, .pressevent-  .press-heading .booth .fa {
  color: #d71920;
  margin-right: 8px;
}
.pressevent-  .press-heading .location .fa {
  margin-right: 5px;
}
.pressevent-  .inner-content i {
  margin-right: 10px;
  width: 8px;
}
.pressevent-  .white-bg {
  min-height: 700px;
}
.pressevent-  aside {
  position: sticky;
  top: 100px;
}

/*Success Stories css*/
.selectedCategory {
  font-size: 16px;
  margin-right: 12px;
  margin-top: 10px;
}
.selectedCategory span {
  color: #d71920;
}

/*custom-modal css*/
.custom-modal .modal-content {
  border-radius: 4px;
}
.custom-modal .modal-content .modal-header {
  background: #f4f4f4 none repeat scroll 0 0;
  border-bottom: medium none;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.custom-modal .modal-content .modal-header .modal-title {
  font-size: 20px;
  letter-spacing: 0.6px;
}
.custom-modal .modal-footer {
  border-top: medium none;
  padding-bottom: 40px;
  padding-top: 5px;
  text-align: center;
}
.custom-modal .btn {
  font-size: 18px;
  padding: 10px 35px;
}
.custom-modal.modal .close {
  height: 27px;
  width: 27px;
  font-size: 18px;
  line-height: 17px;
  background: #000000;
}
.custom-modal.modal .close span {
  font-size: 24px;
  font-weight: normal;
}

/*city modal css*/
.cityModal .modal-dialog {
  margin-top: 25px;
  width: 450px;
}
.cityModal .modal-content .modal-body {
  padding: 40px 30px 20px;
}
.cityModal .modal-content .modal-body p {
  color: #797979;
  font-size: 15px;
  margin-bottom: 20px;
}

.mandatory {
  color: #d71920;
}

#quote-carousel {
  padding: 0 0 30px;
}
#quote-carousel .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 18px;
  text-shadow: none;
  margin-top: 30px;
  width: 10px;
  top: 20%;
}
#quote-carousel .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
  margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
  border: 1px solid #ccc;
}
#quote-carousel .carousel-indicators .active {
  transition: all .2s;
  background: #d71920;
}

.item blockquote {
  border-left: none;
  margin: 0;
}
.item blockquote .testimonial-content {
  color: #787878;
  padding-left: 100px;
  padding-right: 100px;
}
.item blockquote .testimonial-content:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  margin-right: 10px;
  margin-top: -3px;
  color: #333;
}
.item blockquote .testimonial-content:after {
  content: "";
  font-family: 'Fontawesome';
  margin-left: 10px;
  color: #333;
}
.item blockquote .testimonial-content .inner-testimonial {
  padding: 16px 0;
  max-height: 126px;
  overflow: hidden;
}

/*training list css*/
.training-location a {
  color: #d71920;
  text-decoration: underline;
}
.training-location p {
  font-size: 18px;
  margin-top: 10px;
}
.training-location i {
  margin-left: 5px;
  margin-right: 5px;
}

.training-list .item {
  background: #fff none repeat scroll 0 0;
  padding: 10px 15px 15px;
  margin-bottom: 18px;
  position: relative;
  box-shadow: 1px 0 8px -1px #e8e8e8;
}
.training-list .item h1 {
  font-size: 24px;
  margin-bottom: 12px;
  margin-top: 5px;
  font-family: Oxygen, sans-serif;
}
.training-list .item h1 a {
  color: #333;
}
.training-list .item .location {
  margin-bottom: 15px;
}
.training-list .item .date {
  color: #d71920;
  font-size: 16px;
  position: absolute;
  right: 23px;
  top: 19px;
}
.training-list .item span {
  color: #919191;
  font-size: 15px;
}
.training-list .item span.icon {
  font-size: 14px;
  margin-right: 5px;
}
.training-list .item span.time, .training-list .item span.calender {
  margin-left: 10px;
}
.training-list .item span.calender i {
  margin-right: 5px;
}
.training-list .item .btn {
  float: right;
}
.training-list .item:hover {
  cursor: pointer;
}

.training- row12 {
  position: relative;
}
.training- row12 .btn-action {
  bottom: 0;
  position: absolute;
  right: 0;
}

/*training detail css*/
.trainingdetail-  {
  margin-bottom: 30px;
}
.trainingdetail-  .white-bg {
  padding-left: 30px;
  padding-right: 30px;
}
.trainingdetail-  .training-heading h1 {
  margin-bottom: 12px;
  margin-top: 0;
  font-size: 28px;
}
.trainingdetail-  .training-heading .location {
  font-size: 16px;
}
.trainingdetail-  .training-heading .date,
.trainingdetail-  .training-heading .time,
.trainingdetail-  .training-heading .location {
  color: #919191;
}
.trainingdetail-  .training-heading .date i,
.trainingdetail-  .training-heading .time i,
.trainingdetail-  .training-heading .location i {
  margin-right: 10px;
}
.trainingdetail-  .training-heading .time,
.trainingdetail-  .training-heading .calender {
  margin-left: 10px;
}
.trainingdetail-  .training-heading .icon {
  margin-right: 5px;
}
.trainingdetail-  .detail-content {
  font-size: 15px;
  line-height: 26px;
  color: #777777;
}
.trainingdetail-  .detail-content img {
  max-height: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.trainingdetail-  .detail-content ul {
  padding-left: 0;
}
.trainingdetail-  .detail-content ul li {
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
.trainingdetail-  .detail-content ul li:before {
  content: "";
  font-family: fontawesome;
  left: 0;
  padding-right: 27px;
  position: absolute;
}
.trainingdetail-  .btn {
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  height: 50px;
  padding-bottom: 11px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 10px;
  margin-top: 20px;
}

/*other training css*/
.other-tarining- row12 {
  margin-top: 20px;
}
.other-tarining- row12 .white-bg {
  padding-bottom: 45px;
}
.other-tarining- row12 h2 {
  margin-bottom: 45px;
  margin-top: 30px;
}
.other-tarining- row12 .training-col {
  border: 1px solid #e9e9e9;
  max-height: 300px;
  padding: 10px 20px;
  margin-left: 15px;
  margin-right: 15px;
  min-height: 300px;
  position: relative;
  border-radius: 2px;
}
.other-tarining- row12 .training-col h3 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 12px;
}
.other-tarining- row12 .training-col .icon {
  margin-right: 10px;
}
.other-tarining- row12 .training-col .location,
.other-tarining- row12 .training-col .time,
.other-tarining- row12 .training-col .calender {
  color: #777777;
  font-size: 15px;
}
.other-tarining- row12 .training-col .short-content {
  font-size: 15px;
  letter-spacing: 0.08px;
  line-height: 24px;
  color: #46474e;
}
.other-tarining- row12 .btn {
  bottom: 10px;
  font-size: 14px;
  height: 34px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
}

/*training booking css*/
.bookingModal .modal-dialog {
  margin-top: 60px;
  width: 800px;
}
.bookingModal.modal .close {
  height: 27px;
  line-height: 17px;
  width: 27px;
}
.bookingModal.modal .close span {
  font-size: 24px;
  font-weight: normal;
}
.bookingModal .modal-content .modal-header .modal-title {
  font-size: 20px;
  letter-spacing: 0.6px;
}
.bookingModal .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.booking-info {
  text-align: center;
}
.booking-info h1 {
  color: #333;
  font-size: 30px;
  margin-bottom: 29px;
}
.booking-info h1.highlight-red {
  color: #d71920;
}
.booking-info .date-time {
  color: #787878;
  font-size: 21px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.booking-info .date-time .fa {
  color: #d4d4d4;
  font-size: 185px;
}
.booking-info .date-time span {
  color: #787878;
  font-size: 16px;
}

.training-booking {
  margin-top: 55px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}
.training-booking ul {
  padding-left: 0;
}
.training-booking ul li.seat {
  display: inline-block;
  height: 55px;
  text-align: center;
  width: 60px;
}
.training-booking ul li.seat .icon {
  color: #cccccc;
  font-size: 30px;
}
.training-booking ul li.seat .icon:hover {
  cursor: pointer;
}
.training-booking ul li.seat.selected .icon, .training-booking ul li.seat.myseats .icon {
  color: #d71920;
}
.training-booking ul li.seat.taken .icon {
  color: #909090;
}

.legends {
  margin-top: 30px;
  text-align: center;
}
.legends ul li {
  display: inline-block;
  margin-right: 25px;
}
.legends ul li.seat .icon {
  color: #cccccc;
  float: left;
  font-size: 30px;
  line-height: 16px;
  margin-right: 10px;
}
.legends ul li.seat.selected .icon, .legends ul li.seat.myseats .icon {
  color: #d71920;
}
.legends ul li.seat.taken .icon {
  color: #909090;
}

/*training loader design*/
.loader-item {
  background: #fff;
  box-shadow: 1px 0 8px -1px #e8e8e8;
  margin-bottom: 18px;
  padding: 10px 15px 15px;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

.background-masker {
  background: #fff;
  position: absolute;
}
.background-masker.header-top, .background-masker.header-bottom, .background-masker.subheader-bottom, .background-masker.subchildheader-bottom, .background-masker.content-first-bottom, .background-masker.content-second-bottom {
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
}
.background-masker.header-bottom {
  top: 18px;
  height: 6px;
}
.background-masker.header-left, .background-masker.subheader-left, .background-masker.header-right, .background-masker.subheader-right, .background-masker.subchildheader-left, .background-masker.subchildheader-right, .background-masker.header-bottom-left, .background-masker.header-bottom-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}
.background-masker.subheader-left, .background-masker.subheader-right {
  top: 24px;
  height: 6px;
}
.background-masker.header-right, .background-masker.subheader-right {
  width: auto;
  left: 300px;
  right: 0;
}
.background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}
.background-masker.content-top, .background-masker.content-second-line, .background-masker.content-third-line, .background-masker.content-second-end, .background-masker.content-third-end, .background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}
.background-masker.content-top {
  height: 20px;
}
.background-masker.content-second-end, .background-masker.content-third-end, .background-masker.content-first-end {
  width: auto;
  left: 380px;
  right: 0;
  top: 60px;
  height: 8px;
}
.background-masker.content-second-line {
  top: 68px;
}
.background-masker.content-second-end {
  top: 74px;
}
.background-masker.content-third-line {
  top: 82px;
}
.background-masker.content-third-end {
  top: 88px;
}

.training-list .background-masker.header-top {
  height: 5px;
}
.training-list .background-masker.header-right {
  height: 14px;
  top: 5px;
  left: 230px;
}
.training-list .background-masker.subheader-bottom {
  height: 10px;
  top: 20px;
}
.training-list .background-masker.subheader-right {
  height: 10px;
  top: 30px;
}

/*loading sidebar css*/
.loading-trainings .loader-item {
  box-shadow: none;
  padding: 0;
}
.loading-trainings .animated-background.top-heading {
  height: 35px;
  width: 85%;
}
.loading-trainings .animated-background.list-item {
  height: 51px;
}
.loading-trainings .animated-background.list-item .background-masker.header-bottom, .loading-trainings .animated-background.list-item .background-masker.subheader-bottom, .loading-trainings .animated-background.list-item .background-masker.subchildheader-bottom {
  left: 40px;
}
.loading-trainings .animated-background.list-item .background-masker.subheader-bottom {
  height: 6px;
}
.loading-trainings .animated-background.list-item .background-masker.subchildheader-left {
  height: 10px;
  top: 31px;
}
.loading-trainings .animated-background.list-item .background-masker.subchildheader-bottom {
  height: 10px;
  top: 41px;
}

.loading-testimonials .animated-background.top-heading {
  height: 40px;
  margin-bottom: 20px;
}
.loading-testimonials .animated-background.list-item .background-masker.header-top {
  height: 0;
}
.loading-testimonials .animated-background.list-item .background-masker.header-left, .loading-testimonials .animated-background.list-item .background-masker.header-bottom-left {
  height: 19px;
  left: 0;
  top: 0;
  width: 50px;
}
.loading-testimonials .animated-background.list-item .background-masker.header-right, .loading-testimonials .animated-background.list-item .background-masker.header-bottom-right {
  height: 19px;
  left: 210px;
  right: 0;
  top: 0;
  width: 50px;
}
.loading-testimonials .animated-background.list-item .background-masker.header-bottom, .loading-testimonials .animated-background.list-item .background-masker.content-first-bottom, .loading-testimonials .animated-background.list-item .background-masker.content-second-bottom {
  height: 6px;
  top: 18px;
}
.loading-testimonials .animated-background.list-item .background-masker.header-bottom-left {
  top: 24px;
  width: 35px;
}
.loading-testimonials .animated-background.list-item .background-masker.header-bottom-right {
  left: 226px;
  top: 21px;
  width: 35px;
}
.loading-testimonials .animated-background.list-item .background-masker.content-first-end, .loading-testimonials .animated-background.list-item .background-masker.content-second-end, .loading-testimonials .animated-background.list-item .background-masker.content-third-end {
  left: 86%;
}
.loading-testimonials .animated-background.list-item .background-masker.content-first-line {
  height: 8px;
  left: 0;
  top: 60px;
  width: 32px;
}
.loading-testimonials .animated-background.list-item .background-masker.content-first-bottom {
  top: 68px;
}
.loading-testimonials .animated-background.list-item .background-masker.content-second-line {
  height: 14px;
  top: 68px;
  width: 32px;
}
.loading-testimonials .animated-background.list-item .background-masker.content-second-bottom {
  top: 82px;
}
.loading-testimonials .animated-background.list-item .background-masker.content-third-line {
  height: 16px;
  top: 80px;
  width: 32px;
}

/*Training thank you css*/
.thankyou-  {
  text-align: center;
}
.thankyou-  .white-bg {
  padding-bottom: 35px;
}
.thankyou-  img {
  margin-bottom: 20px;
  margin-top: 45px;
  width: 120px;
}
.thankyou-  h1 {
  color: #80c917;
  margin-bottom: 25px;
}
.thankyou-  p {
  color: #777;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 31px;
  padding-left: 320px;
  padding-right: 320px;
}
.thankyou-  .btn {
  background: #80c917 none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
  margin-top: 15px;
  padding: 10px 75px;
}

/*My training css*/
.my-training-detail-  .btn {
  height: 40px;
  margin-top: 11px;
}
.my-training-detail-  .btn.btn-default {
  background: #d1cfd0 none repeat scroll 0 0;
  color: #fff;
}
.my-training-detail-  .btn-action .btn {
  font-size: 16px;
  line-height: 28px;
  margin-right: 10px;
}
.my-training-detail-  .btn-action .btn:last-child {
  margin-right: 0;
}
.my-training-detail-  .score {
  font-size: 20px;
  line-height: 49px;
  margin-bottom: 0;
}
.my-training-detail-  .score span {
  color: #d71920;
}
.my-training-detail-  .traning-action {
  border-top: 1px solid #ebebeb;
  margin-top: 20px;
  padding-top: 20px;
}

/*Question set css*/
.question-set .panel-body ul li {
  width: 20%;
  float: left;
}
.question-set .radio-box {
  float: left;
  padding-left: 10px;
}
.question-set .radio-box label:before {
  top: 0;
}
.question-set .radio-box label:after {
  top: -2px;
}
.question-set .radio-box input[type="radio"] {
  left: 17px;
  width: 100%;
}
.question-set .btn {
  margin-bottom: 42px;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

/*feedback modal css*/
.feedbackModal {
  margin-top: 25px;
}
.feedbackModal .modal-body {
  padding: 35px 30px;
}
.feedbackModal .feedback-questions ul {
  padding-left: 0;
}
.feedbackModal .feedback-questions .radio-box {
  padding-left: 11px;
}
.feedbackModal .feedback-questions .radio-box input[type="radio"] {
  width: 78%;
  left: 0;
  margin-right: 0;
}
.feedbackModal .feedback-questions h3 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;
}
.feedbackModal .feedback-questions .question {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  padding-top: 15px;
}
.feedbackModal .feedback-questions .question i {
  color: #d71920;
  font-size: 15px;
  margin-right: 8px;
}
.feedbackModal .feedback-questions .question ul {
  padding-left: 40px;
}
.feedbackModal .feedback-questions .question ul li {
  display: inline-block;
  width: 23%;
}
.feedbackModal .feedback-questions .question:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.training-listing-wrapper .listing .item,
.training-detail-wrapper .listing .item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 12px;
}
.training-listing-wrapper .listing .item.item-complex,
.training-detail-wrapper .listing .item.item-complex {
  padding: 0;
}
.training-listing-wrapper .listing .item:last-child .item-content,
.training-detail-wrapper .listing .item:last-child .item-content {
  border-bottom: 0;
}
.training-listing-wrapper .listing .item .item-content,
.training-detail-wrapper .listing .item .item-content {
  padding: 12px;
  color: #333;
  display: block;
  position: relative;
  border-bottom: 0.55px solid #e9eaec;
}
.training-listing-wrapper .listing .item .item-content:hover,
.training-detail-wrapper .listing .item .item-content:hover {
  background-color: #eee;
}
.training-listing-wrapper .listing .item.has-icon-right .item-content,
.training-detail-wrapper .listing .item.has-icon-right .item-content {
  padding-right: 34px;
}
.training-listing-wrapper .listing .item.has-icon-right .fa-right,
.training-detail-wrapper .listing .item.has-icon-right .fa-right {
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  text-align: center;
  font-size: 24px;
  margin-top: -12px;
}
.training-listing-wrapper .listing .item .topic-title,
.training-detail-wrapper .listing .item .topic-title {
  font-size: 18px;
  margin: 0;
}

.training-detail-wrapper .listing .item {
  margin-bottom: 10px;
}
.training-detail-wrapper .listing .item.item-divider {
  background-color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
}
.training-detail-wrapper .listing .item.item-complex.has-icon-left .item-content {
  padding-left: 34px;
}
.training-detail-wrapper .listing .item.item-complex.has-icon-left .item-content .ai-left {
  position: absolute;
  left: 0;
  top: 50%;
  width: 34px;
  text-align: center;
  margin-top: -7.5px;
}
.training-detail-wrapper .listing .item .item-content {
  border-bottom: 0;
}
.training-detail-wrapper .listing .item .item-content:hover {
  background-color: #fff;
}
.training-detail-wrapper .listing .item .item-content.has-icon-right {
  padding-right: 34px;
}
.training-detail-wrapper .listing .item .item-content.has-icon-right .fa-right {
  position: absolute;
  right: 0;
  top: 15px;
  width: 34px;
  text-align: center;
}
.training-detail-wrapper .listing .item .item-content.has-icon-right .fa-right.t-center {
  top: 50%;
  margin-top: -7.5px;
}
.training-detail-wrapper .listing .item .item-content.has-icon-left {
  padding-left: 34px;
}
.training-detail-wrapper .listing .item .item-content.has-icon-left .fa-left {
  position: absolute;
  left: 0;
  width: 34px;
  text-align: center;
  top: 15px;
}
.training-detail-wrapper .listing .item.item-complex .item-content.panel-heading {
  padding: 0;
}
.training-detail-wrapper .listing .item.item-complex .item-content.panel-heading.has-icon-left .ai-left {
  position: absolute;
  top: 50%;
  width: 34px;
  text-align: center;
  left: 0;
  margin-top: -7.5px;
}
.training-detail-wrapper .listing .item.item-complex .item-content.panel-heading.has-icon-right .fa-angle-down {
  font-size: 24px;
  margin-top: -12px;
}
.training-detail-wrapper .listing .item.item-complex .item-content.panel-heading a {
  padding: 12px 34px;
  display: block;
  overflow: hidden;
  color: #333;
  background-color: #f1f1f1;
}
.training-detail-wrapper .listing .item.item-complex .item-content.panel-heading a.collapsed .fa-angle-down:before {
  content: '\f105';
}
.training-detail-wrapper .listing .item.item-complex.panel.panel-default {
  background-color: transparent;
  border-bottom: 0;
}
.training-detail-wrapper .highlight-red {
  color: #d71920;
}
.training-detail-wrapper .pointer {
  cursor: pointer;
}
.training-detail-wrapper address {
  margin-bottom: 0;
}
.training-detail-wrapper .fast-fill {
  line-height: 32px;
}

.no-topic-available,
.no-training-available {
  padding: 32px 12px;
  display: block;
}
.no-topic-available .not-found-holder img,
.no-training-available .not-found-holder img {
  width: 124px;
  margin: 0 auto;
  display: block;
}

.radio-item.radio-circle {
  display: block;
  width: 100%;
  margin: 0;
}
.radio-item.radio-circle input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.radio-item.radio-circle input[type="radio"]:checked ~ .radio-content .radio-icon .radio-inner {
  opacity: 1;
}
.radio-item.radio-circle input[type="radio"]:checked ~ .radio-content:hover .radio-icon .radio-inner {
  opacity: 1;
}
.radio-item.radio-circle .radio-content {
  position: relative;
  padding: 12px 34px 12px 12px;
  cursor: pointer;
  border-bottom: 0.55px solid #e9eaec;
}
.radio-item.radio-circle .radio-content .radio-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid #e9eaec;
  border-radius: 24px;
  right: 15px;
}
.radio-item.radio-circle .radio-content .radio-icon .radio-inner {
  position: relative;
  top: 5px;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d71920;
  display: block;
  z-index: 1;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.2s ease-in;
}
.radio-item.radio-circle .radio-content:hover {
  background-color: #eee;
}
.radio-item.radio-circle .radio-content:hover .radio-icon .radio-inner {
  opacity: 1;
}

.career {
  padding-bottom: 30px;
}
.career p {
  color: #777;
  font-size: 16px;
  line-height: 28px;
}
.career .breadcrumb {
  margin: 8px 0;
}
.career .top-header {
  text-align: center;
  width: 60%;
  margin: 60px auto;
}
.career .top-header p {
  line-height: 25px;
  font-size: 16px;
  padding-top: 10px;
  width: 84%;
  margin: 0 auto;
  color: #777;
}
.career .career-wrap {
  background: #fff;
}
.career .card {
  background: #f2f2f2;
  padding: 54px 0 0 30px;
  height: 340px;
  line-height: 27px;
  margin-bottom: 15px;
  text-align: justify;
  width: 50%;
  float: right;
}
.career .jobs h4 {
  margin-top: -2px;
  line-height: 21px;
  font-size: 17px;
}
.career .jobs .grey-bg {
  padding: 15px;
  height: 250px;
  position: relative;
  margin-top: 15px;
  background: #f2f2f2;
  border: 1px solid #eee;
}
.career .jobs .grey-bg p {
  color: #777;
  line-height: 24px;
  font-size: 14px;
  height: 95px;
  overflow: hidden;
}
.career .jobs .grey-bg .loc {
  font-weight: bold;
  position: absolute;
  bottom: 28px;
  height: auto;
}
.career .jobs .red-bg {
  background: #d71920;
  padding: 15px;
  color: #fff;
  height: 250px;
  position: relative;
  margin-top: 15px;
}
.career .jobs .red-bg p {
  color: #fff;
}
.career .jobs .red-bg h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.career .jobs .red-bg .btn,
.career .jobs .red-bg .btn:hover,
.career .jobs .red-bg .btn:focus,
.career .jobs .red-bg .btn:active {
  border: 1px solid #fff;
  left: 15px;
  color: #fff;
  border-radius: 0;
  margin-bottom: 10px;
  height: 32px;
  line-height: 18px;
}
.career .jobs .btn,
.career .jobs .btn:hover,
.career .jobs .btn:focus,
.career .jobs .btn:active {
  height: 34px;
  line-height: 20px;
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  background: transparent;
  color: #d71920;
  left: 0;
  border: none;
  box-shadow: none;
}
.career .jobs .see-all {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.career .banner-block p {
  padding: 40px 0;
  line-height: 27px;
  text-align: center;
}
.career .banner-block .banner {
  background: url("/themes/vojtasvoboda-vega/assets/img/career-banner.jpg") scroll center center no-repeat;
  height: 500px;
}
.career .left-img {
  background: url("/themes/vojtasvoboda-vega/assets/img/career-left.jpg") scroll left center no-repeat #f2f2f2;
  height: 340px;
  background-size: 50%;
}
.career .white-block {
  padding: 50px 0px;
  font-size: 14px;
  line-height: 27px;
  text-align: justify;
}
.career .jobs {
  margin-top: -15px;
  margin-left: -15px;
}
.career .jobs .col-md-3 {
  padding: 0 0 0 15px;
}
.career.see-all .card {
  padding: 5px 30px 0 30px;
  padding-right: 110px;
}
.career.see-all .card p {
  line-height: 24px;
}
.career.see-all .left-img,
.career.see-all .card {
  height: 430px;
  margin-bottom: 0;
}
.career.see-all .filter- row12 {
  background: #fff;
  width: 65%;
  margin: -50px auto 0;
  border: 1px solid #eee;
  padding: 30px;
  z-index: 9;
  position: relative;
  margin-bottom: 50px;
}
.career.see-all .filter- row12 h4 {
  margin-top: -18px;
  margin-bottom: 25px;
}
.career.see-all .filter- row12 .stateField {
  width: 38%;
}
.career.see-all .filter- row12 .form-actions {
  width: 12%;
}
.career.see-all .btn,
.career.see-all .btn:focus,
.career.see-all .btn:active,
.career.see-all .btn:hover {
  min-width: 40px;
  height: 34px;
  line-height: 24px;
  left: 0;
}
.career.see-all h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

/*career details starts from here*/
.career-details {
  padding: 0;
}
.career-details p {
  color: #787878;
}
.career-details .grey-bg {
  padding-bottom: 30px;
}
.career-details h3 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 700;
}
.career-details .apply-now {
  margin-top: 6px;
}
.career-details ul.inner-list {
  padding-left: 0;
}
.career-details ul.inner-list li {
  list-style-type: disc;
  padding-left: 5px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #787878;
  margin-left: 10px;
}
.career-details h4 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
}
.career-details .breadcrumb {
  margin-bottom: 8px;
  margin-top: 8px;
}
.career-details .heading .white-bg {
  padding: 30px 20px 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.career-details .left-detail-box h4 {
  margin-top: 10px;
}
.career-details .left-detail-box .white-bg {
  padding: 30px;
}
.career-details .right-sidebar h4 {
  margin-top: 0;
  margin-bottom: 10px;
}
.career-details .right-sidebar ul {
  padding: 0;
  margin-bottom: 0;
}
.career-details .right-sidebar ul li {
  border-bottom: 1px solid #eee;
  color: #777;
  padding-top: 15px;
}
.career-details .right-sidebar ul li:last-child {
  border-bottom: none;
}
.career-details .right-sidebar ul li h4 {
  font-size: 16px;
  line-height: 22px;
  color: #444;
}
.career-details .right-sidebar ul li p.loc {
  font-weight: bold;
}
.career-details .right-sidebar .btn {
  background: transparent;
  color: #d71920;
  font-size: 14px;
  box-shadow: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: auto;
  text-align: left;
  height: auto;
}
.career-details .right-sidebar p {
  font-size: 15px;
  line-height: 24px;
}

.capcha .img-wrap {
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  border-bottom: none;
}
.capcha .img-wrap img {
  margin: 0 auto;
  text-align: center;
}

.verify-code {
  position: relative;
}
.verify-code .fa {
  position: absolute;
  right: 0;
  background: #d71920;
  top: 0;
  height: 34px;
  line-height: 34px;
  color: #fff;
  width: 34px;
  text-align: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  display: inline-block;
}
.verify-code .form-control {
  border-right: medium none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*contact css starts from here*/
.contact-block {
  padding-bottom: 30px;
}
.contact-block .country-tabs h4 {
  font-weight: 700;
  font-size: 18px;
}
.contact-block .map-block {
  position: relative;
}
.contact-block .contact-form {
  margin: 0 auto;
  background: #fff;
  position: relative;
  margin-top: 0;
  color: #fff;
  box-shadow: 1px 1px 7px 1px #787878;
  margin-bottom: 30px;
}
.contact-block .contact-form label {
  color: #787878;
  font-weight: normal;
  font-size: 13px;
}
.contact-block .contact-form h4 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact-block .address-block {
  background: #6d6e71;
  min-height: 565px;
  padding-left: 25px;
}
.contact-block .address-block a,
.contact-block .address-block a:hover,
.contact-block .address-block a:focus {
  color: #fff;
}
.contact-block .form-control {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
  height: 26px;
  width: 100%;
}
.contact-block .form-control:focus {
  border-color: #d71920;
}
.contact-block textarea.form-control {
  height: 60px;
}
.contact-block .textarea-block {
  position: relative;
}
.contact-block .textarea-block .send-btn {
  background: #d71920;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  right: 15px;
  bottom: 8px;
}
.contact-block textarea {
  border: none;
  border-bottom: 1px solid #ccc;
  resize: none;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}
.contact-block .main {
  margin-top: 30px;
}
.contact-block .list {
  padding: 0;
}
.contact-block .list li {
  display: block;
  margin-bottom: 8px;
  position: relative;
  padding-left: 28px;
}
.contact-block .list li .icon {
  position: absolute;
  left: 0;
  font-size: 18px;
}
.contact-block .card {
  background: #fff;
  box-shadow: 1px 1px 5px 1px #ccc;
  min-height: 250px;
}
.contact-block .card .list {
  color: #777;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  background: #fff;
  width: 354px;
  padding: 15px;
  margin: 26px;
  box-shadow: 1px 1px 4px 1px #d1d1d1;
  z-index: 99;
  cursor: default;
}
.contact-block .card .list a {
  color: #777;
}
.contact-block .card .list a:hover, .contact-block .card .list a:focus {
  color: #d71920;
}
.contact-block .card .img-wrap {
  position: relative;
  margin: 20px 0 30px;
}
.contact-block .address-list {
  margin-left: -16px;
  padding-top: 40px;
}
.contact-block .address-list .list {
  padding: 16px;
}
.contact-block .address-list .list li {
  margin-bottom: 15px;
  color: #787878;
  font-size: 14px;
}
.contact-block .address-list .col-md-3 {
  margin-bottom: 5px;
  padding: 0 0 0 16px;
}
.contact-block .address-list .small {
  font-size: 13px;
  margin-top: 5px;
}
.contact-block .address-list h4 {
  font-size: 20px;
  padding-bottom: 13px;
}
.contact-block .address-list h5 {
  padding-left: 15px;
  color: #787878;
  margin-bottom: -4px;
  margin-top: 18px;
}
.contact-block .address-list a {
  color: #787878;
  font-size: 14px;
}
.contact-block .address-list a:hover, .contact-block .address-list a:focus {
  color: #d71920;
  text-decoration: none;
}
.contact-block .img-wrap {
  height: 380px;
  overflow: hidden;
}
.contact-block .img-wrap img {
  width: 100%;
}
.contact-block #sdfm-wrapper .sdfm-inner-wrapper {
  width: 100% !important;
}
.contact-block #sdfm-wrapper .col-md-12 {
  overflow: hidden;
  transform: none !important;
}
.contact-block #sdfm-wrapper .col-md-12.sdfm-box-hidden {
  display: none !important;
}
.contact-block .form-inline. row12 .form-control {
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 0;
}
.contact-block .form-inline. row12 .form-group.col-md-6 {
  padding-left: 45px !important;
  position: relative;
  margin-bottom: 0;
}
.contact-block .form-inline. row12 .form-group.col-md-6 label {
  position: absolute;
  left: 0;
  top: 7px;
  font-weight: normal;
  font-size: 16px;
}
.contact-block .form-inline. row12.country-box {
  background: #d2d2d2 none repeat scroll 0 0;
  border: 1px solid #dedede;
  line-height: 40px;
  padding-right: 12px;
  border-radius: 4px;
}
.contact-block .form-inline. row12 .branch-box {
  background: #6d6e71 none repeat scroll 0 0;
  line-height: 44px;
  padding-left: 10px;
  color: #fff;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.contact-block .form-inline. row12 .branch-box label {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

/*about starts from here*/
.about-us {
  padding-bottom: 30px;
}
.about-us p {
  color: #777;
}
.about-us .breadcrumb {
  margin: 8px 0;
}
.about-us h4 {
  font-size: 20px;
  padding: 15px 0 12px;
  border-bottom: 1px solid #b7b7b7;
  position: relative;
  margin-bottom: 20px;
}
.about-us h4:before {
  position: absolute;
  content: '';
  border: 3px solid #d71920;
  bottom: -3px;
  width: 50px;
}
.about-us p {
  font-size: 16px;
  line-height: 24px;
}
.about-us a {
  color: #787878;
}
.about-us a:hover, .about-us a:focus {
  color: #d71920;
}
.about-us .icon {
  background: url("/themes/vojtasvoboda-vega/assets/img/sprite.png") scroll 0 0 no-repeat #d71920;
  width: 80px;
  height: 80px;
  border-radius: 90px;
  text-align: center;
}
.about-us .icon.enabler {
  background-position: -236px -16px;
}
.about-us .icon.partner {
  background-position: -141px -13px;
}
.about-us .icon.connerstone {
  background-position: -23px -17px;
}
.about-us .three-cols {
  padding: 60px 0;
  margin-left: -60px;
}
.about-us .three-cols p {
  font-size: 15px;
  line-height: 22px;
  padding-right: 60px;
}
.about-us .three-cols .col-md-4 {
  padding: 0;
  padding-left: 60px;
}
.about-us h3 {
  padding: 50px 0 10px;
  width: 50%;
  margin: 0 auto;
  line-height: 34px;
  font-size: 26px;
}
.about-us .small-width {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 15px;
  text-align: center;
}
.about-us .list {
  padding: 0 40px 0 0;
  width: 50%;
}
.about-us .list li {
  position: relative;
  padding-left: 92px;
}
.about-us .list li h4 {
  border: none;
  margin-bottom: 0px;
  margin-top: 20px;
}
.about-us .list li h4:before {
  display: none;
}
.about-us .list .list-icon {
  background: url("/themes/vojtasvoboda-vega/assets/img/sprite.png") scroll 0 0 no-repeat;
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  left: 0;
}
.about-us .list .list-icon.vision {
  background-position: -322px -18px;
}
.about-us .list .list-icon.mission {
  background-position: -396px -10px;
}
.about-us .list .list-icon.values {
  background-position: -473px -8px;
}
.about-us .col-md-6 .grey-bg {
  padding: 35px 0 30px;
  height: 502px;
}
.about-us .right-img {
  background: url("/themes/vojtasvoboda-vega/assets/img/about-left.png") scroll right center no-repeat #eee;
  height: 415px;
  background-size: 50%;
}
.about-us .btn,
.about-us .btn:hover,
.about-us .btn:focus,
.about-us .btn:active {
  color: #fff;
  margin: 20px 0;
}

/*investor-relations*/
.investor-relations .modal-body,
.white-papers .modal-body {
  padding: 0;
  border-top-left-radius: 4px;
}
.investor-relations .card,
.white-papers .card {
  background: #fff;
  padding: 0 0;
  margin-bottom: 0;
  max-height: 480px;
  overflow: auto;
  border-radius: 4px;
}
.investor-relations .card ul,
.white-papers .card ul {
  padding: 0;
}
.investor-relations .card ul li,
.white-papers .card ul li {
  padding: 25px 20px 15px;
  border-bottom: 1px solid #eee;
}
.investor-relations .card ul li p,
.white-papers .card ul li p {
  background: url("/themes/vojtasvoboda-vega/assets/img/pdf.png") scroll 0 0 no-repeat;
  padding-left: 25px;
  line-height: 16px;
  margin-bottom: 0;
}
.investor-relations .card ul li:last-child,
.white-papers .card ul li:last-child {
  border: none;
}
.investor-relations .card .text-right a,
.investor-relations .card .text-right a:hover,
.investor-relations .card .text-right a:focus,
.white-papers .card .text-right a,
.white-papers .card .text-right a:hover,
.white-papers .card .text-right a:focus {
  color: #d71920;
  text-decoration: none;
}
.investor-relations .card .col-md-6,
.white-papers .card .col-md-6 {
  padding: 0;
}
.investor-relations .banner-wrap,
.white-papers .banner-wrap {
  height: auto;
}
.investor-relations .banner-wrap img,
.white-papers .banner-wrap img {
  width: 100%;
}
.investor-relations h3,
.white-papers h3 {
  background: #f4f4f4;
  margin: 0;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 700;
}

/*online-inquiry css starts here*/
.online-inquiry {
  padding-bottom: 30px;
}
.online-inquiry .card {
  background: #fff;
}
.online-inquiry .card .left-img {
  background: url("/themes/vojtasvoboda-vega/assets/img/apply-now.jpg") scroll 0 0;
  background-size: cover;
  background-position: center center;
  height: 781px;
}
.online-inquiry .card form {
  padding: 0 15px 20px 30px;
}
.online-inquiry .card h4 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 21px;
}
.online-inquiry .card textarea {
  resize: none;
  height: 90px;
  padding: 6px 10px;
  width: 100%;
}
.online-inquiry ul {
  padding: 0 0 0 20px;
  margin-top: 12px;
}
.online-inquiry ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  width: 180px;
  margin-bottom: 12px;
}
.online-inquiry .form-group {
  margin-bottom: 25px;
}
.online-inquiry.contact-block .contact-form {
  margin: 0 auto;
}
.online-inquiry .custom-upload .fileUpload {
  top: 19px;
  margin: 0;
}

/*register css*/
.register-form .check-box {
  padding-left: 38px;
}
.register-form .check-box input[type="checkbox"] {
  margin-left: -35px;
  width: 15%;
}
.register-form a {
  color: #d71920;
}
.register-form .address-block {
  background: #fff none repeat scroll 0 0;
  color: #6d6e71;
  min-height: auto;
}
.register-form .address-block h1 {
  color: #333;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
}
.register-form .address-block ul.list {
  padding-left: 15px;
}
.register-form .address-block ul.list li {
  display: list-item;
  list-style-type: disc;
  padding-left: 5px;
}
.register-form .address-block .location {
  color: #919191;
}
.register-form .address-block .location span.icon {
  margin-right: 5px;
}
.register-form .address-block .training-content {
  margin-top: 10px;
}
.register-form .right-block {
  padding-bottom: 30px;
  border-left: 1px solid #ddd;
  background: #fcfcfc none repeat scroll 0 0;
}
.register-form .right-block .form-control {
  background: #fcfcfc none repeat scroll 0 0;
  margin-bottom: 0;
}
.register-form .right-block .validation-alert {
  margin: 0 !important;
}
.register-form .right-block textarea.form-control {
  height: 36px;
}

/*support css  starts from here*/
.notice-block {
  min-height: 650px;
}
.notice-block .banner-wrap {
  height: auto;
}
.notice-block .banner-wrap img {
  width: 100%;
}
.notice-block .panel-default .panel-heading a {
  padding-left: 18px;
}
.notice-block .panel-default .panel-heading a:before {
  color: #d71920;
  content: "";
  display: inline-block;
  font-family: fontawesome;
  padding-right: 10px;
}
.notice-block .panel-default .panel-heading a.collapsed:before {
  content: "";
}
.notice-block .panel-heading .fa {
  position: absolute;
  left: 15px;
  top: 21px;
  color: #d71920;
}
.notice-block .panel.panel-default {
  margin-bottom: 15px;
}
.notice-block .panel-group {
  margin-bottom: 40px;
}
.notice-block .panel-heading a {
  padding: 20px 15px 20px 0;
}
.notice-block .panel-body {
  padding: 20px 40px;
}
.notice-block .panel-body ul {
  padding: 0;
}
.notice-block .panel-body ul li a {
  background: url("/themes/vojtasvoboda-vega/assets/img/xlsx.png") scroll 0 0 no-repeat;
  padding-left: 22px;
}
.notice-block .panel-body ul li a {
  color: #444;
  text-decoration: none;
}
.notice-block .panel-body ul li a:focus, .notice-block .panel-body ul li a:hover {
  color: #d71920;
  text-decoration: none;
}
.notice-block .panel-body ul.pdf-list li a {
  background: url("/themes/vojtasvoboda-vega/assets/img/pdf.png") scroll 0 0 no-repeat;
  padding-left: 22px;
}
.notice-block .panel-body table {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.notice-block .panel-body table > tbody > tr > td,
.notice-block .panel-body table > tbody > tr > th,
.notice-block .panel-body table > tfoot > tr > td,
.notice-block .panel-body table > tfoot > tr > th,
.notice-block .panel-body table > thead > tr > td,
.notice-block .panel-body table > thead > tr > th {
  border: 1px solid #ddd;
}
.notice-block .panel-body table > tbody > tr > th,
.notice-block .panel-body table > thead > tr > th {
  background: #ededed;
}
.notice-block .panel-body table > tbody > tr > td,
.notice-block .panel-body table > tbody > tr > th,
.notice-block .panel-body table > tfoot > tr > td,
.notice-block .panel-body table > tfoot > tr > th,
.notice-block .panel-body table > thead > tr > td,
.notice-block .panel-body table > thead > tr > th {
  border-top: 1px solid #ddd;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}
.notice-block .panel-body ol {
  padding-left: 10px;
}
.notice-block .panel-body ol li {
  margin-bottom: 5px;
}
.notice-block .panel-body ol li strong {
  margin-bottom: 10px;
}
.notice-block .panel-body a {
  color: #d71920;
}
.notice-block .panel-body a:hover, .notice-block .panel-body a:focus {
  color: #d71920;
}
.notice-block .panel-body a.btn {
  color: #fff;
  height: 36px;
  line-height: 22px;
}
.notice-block .panel-body img {
  display: block;
  height: auto;
  max-width: 100%;
}
.notice-block .faq p {
  padding-left: 0;
  position: relative;
}
.notice-block .faq p label {
  position: absolute;
  left: 0;
  font-family: Oxygen, sans-serif;
}
.notice-block .img-wrap {
  margin: 30px auto;
  text-align: center;
}
.notice-block .img-wrap img {
  max-width: 100%;
  overflow: hidden;
  height: auto;
}
.notice-block .video-block {
  padding-bottom: 30px;
  margin-left: -18px;
}
.notice-block .video-block .card {
  background: #fff;
  margin-bottom: 18px;
  min-height: 278px;
  overflow: hidden;
}
.notice-block .video-block .card a {
  color: #333;
}
.notice-block .video-block .card a:hover, .notice-block .video-block .card a:focus {
  color: #d71920;
}
.notice-block .video-block .card a,
.notice-block .video-block .card a:hover,
.notice-block .video-block .card a:focus {
  padding: 15px;
  display: inline-block;
  font-size: 15px;
}
.notice-block .video-block .col-md-3 {
  padding: 0 0 0 18px;
}
.notice-block ul {
  padding-left: 15px;
}
.notice-block ul li {
  background: url("/themes/vojtasvoboda-vega/assets/img/bullet-square.png") scroll 0 7px no-repeat;
  padding-left: 15px;
}
.notice-block .white-papers {
  margin-bottom: 30px;
}
.notice-block .white-papers .card {
  max-height: initial;
  overflow: hidden;
}
.notice-block .white-papers p {
  margin-bottom: 0;
}
.notice-block .white-papers ul li {
  background: none;
}

.coming-soon-data {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8e7e7;
  min-height: 400px;
  padding-bottom: 180px;
  padding-top: 200px;
  text-align: center;
}

/*left sidebar css*/
.notice-block .left-sidebar .panel.panel-default {
  margin-bottom: 0;
}
.notice-block .left-sidebar .panel-heading .fa {
  color: #333;
  font-size: 14px;
  left: auto;
  right: 15px;
  top: 13px;
}
.notice-block .left-sidebar .panel-heading a {
  font-size: 15px;
  padding: 15px;
}
.notice-block .left-sidebar .panel-heading a:before {
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  right: 5px;
  top: 16px;
  color: #333;
}
.notice-block .left-sidebar .panel-heading .no-child a::before {
  content: "";
}
.notice-block .left-sidebar .panel-heading .activeParentSupport a {
  color: #d71920;
}
.notice-block .left-sidebar .panel-body {
  padding: 10px 15px;
}
.notice-block .left-sidebar .panel-body ul {
  margin-bottom: 0;
}
.notice-block .left-sidebar .panel-body ul li {
  background: transparent none repeat scroll 0 0;
  list-style: outside none none;
  padding: 3px 0;
}
.notice-block .left-sidebar .panel-body ul li a {
  padding-left: 0;
}
.notice-block .left-sidebar .panel-body ul li.active a {
  color: #d71920;
}

/*partners css starts from here*/
.partners-block ul.inner-list {
  padding-left: 15px;
}
.partners-block ul.inner-list li {
  background: url("/themes/vojtasvoboda-vega/assets/img/bullet-square.png") scroll 0 7px no-repeat;
  padding-left: 15px;
}
.partners-block .first- row12 {
  margin: 55px 0 40px;
}
.partners-block .first- row12 .grey-bg, .partners-block .second- row12 .grey-bg {
  padding: 40px;
  color: #777;
  line-height: 24px;
  text-align: justify;
}
.partners-block .first- row12 h3 {
  margin-top: 0;
}
.partners-block .first- row12 .small-width {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  padding: 10px 0;
  color: #777;
  word-spacing: 5px;
}
.partners-block .second- row12 .grey-bg {
  height: 570px;
  background: #f5f5f5;
}
.partners-block .second- row12 .grey-bg, .partners-block .second- row12 .img-wrap {
  overflow: hidden;
  font-size: 16px;
  line-height: 28px;
}
.partners-block .second- row12 p {
  margin-bottom: 30px;
  font-size: 18px;
  padding-top: 25px;
}
.partners-block .box-tabs .nav-tabs {
  border: none;
  width: 100%;
  padding: 0;
}
.partners-block .box-tabs .nav-tabs li {
  width: 20%;
  display: inline-block;
  padding: 0 8px;
}
.partners-block .box-tabs .nav-tabs li .icon {
  background-image: url("/themes/vojtasvoboda-vega/assets/img/sprite.png");
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  left: 5px;
  background-size: 464px;
}
.partners-block .box-tabs .nav-tabs li .icon.video {
  background-position: -24px -87px;
}
.partners-block .box-tabs .nav-tabs li .icon.access {
  background-position: -201px -88px;
}
.partners-block .box-tabs .nav-tabs li .icon.platform {
  background-position: -112px -88px;
}
.partners-block .box-tabs .nav-tabs li .icon.storage {
  background-position: -286px -88px;
}
.partners-block .box-tabs .nav-tabs li .icon.application {
  background-position: -375px -83px;
}
.partners-block .box-tabs .nav-tabs li.active a, .partners-block .box-tabs .nav-tabs li.active a:focus, .partners-block .box-tabs .nav-tabs li.active a:hover {
  border: 1px solid #d71920;
  color: #d71920;
  text-align: left;
}
.partners-block .box-tabs .nav-tabs li.active a .video, .partners-block .box-tabs .nav-tabs li.active a:focus .video, .partners-block .box-tabs .nav-tabs li.active a:hover .video {
  background-position: -24px -152px;
}
.partners-block .box-tabs .nav-tabs li.active a .access, .partners-block .box-tabs .nav-tabs li.active a:focus .access, .partners-block .box-tabs .nav-tabs li.active a:hover .access {
  background-position: -201px -153px;
}
.partners-block .box-tabs .nav-tabs li.active a .platform, .partners-block .box-tabs .nav-tabs li.active a:focus .platform, .partners-block .box-tabs .nav-tabs li.active a:hover .platform {
  background-position: -112px -153px;
}
.partners-block .box-tabs .nav-tabs li.active a .storage, .partners-block .box-tabs .nav-tabs li.active a:focus .storage, .partners-block .box-tabs .nav-tabs li.active a:hover .storage {
  background-position: -286px -153px;
}
.partners-block .box-tabs .nav-tabs li.active a .application, .partners-block .box-tabs .nav-tabs li.active a:focus .application, .partners-block .box-tabs .nav-tabs li.active a:hover .application {
  background-position: -375px -148px;
}
.partners-block .box-tabs .nav-tabs li a, .partners-block .box-tabs .nav-tabs li a:focus, .partners-block .box-tabs .nav-tabs li a:hover {
  border: 1px solid transparent;
  width: 100%;
  height: 65px;
  line-height: 22px;
  border-radius: 4px;
  display: inline-block;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.17);
  background: #fff;
  padding: 10px 0 10px 65px;
  text-align: left;
  color: #444;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
}
.partners-block .box-tabs .nav-tabs .vertcally-align {
  display: inline-block;
  line-height: 38px;
}
.partners-block .box-tabs .white-bg {
  padding: 40px 0;
}
.partners-block .box-tabs .listing h2 {
  margin: 45px 0;
}
.partners-block .box-tabs .listing .card-box {
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.18);
  height: 430px;
  position: relative;
}
.partners-block .box-tabs .listing .card-box .padding {
  padding: 20px;
}
.partners-block .box-tabs .listing .card-box h4 {
  margin-top: 18px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
}
.partners-block .box-tabs .listing .logo {
  width: 120px;
  height: 120px;
  background: #eee;
  border-radius: 120px;
  margin: 0 auto;
  box-shadow: 1px 1px 3px 1px #d1d1d1;
}
.partners-block .box-tabs .listing .logo img {
  border-radius: 120px;
  width: 120px;
  height: 120px;
  line-height: 130px;
  background: #ccc;
  text-align: center;
  display: block;
}
.partners-block .box-tabs .listing .logo h1 {
  color: #8c8c8c;
  font-size: 42px;
  line-height: 114px;
  margin: 0;
  font-style: italic;
}
.partners-block .box-tabs .listing p {
  line-height: 22px;
  color: #777;
}
.partners-block .box-tabs .listing p.desc {
  height: 90px;
  overflow: hidden;
}
.partners-block .box-tabs .listing .btn-block {
  display: inline-block;
  padding: 15px 0;
  color: #777;
  font-size: 15px;
  border-radius: 0;
  position: absolute;
  border-radius: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.partners-block .box-tabs .listing .btn-block:before {
  content: '';
  border-top: 2px solid #ccc;
  left: 0;
  right: 0;
  width: 60px;
  margin: 0 auto;
  position: absolute;
  top: 0;
}
.partners-block .box-tabs .listing .btn-block:focus, .partners-block .box-tabs .listing .btn-block:hover, .partners-block .box-tabs .listing .btn-block.active, .partners-block .box-tabs .listing .btn-block:active {
  background: #d71920;
  color: #fff;
}
.partners-block .box-tabs .listing .btn-block:focus:before, .partners-block .box-tabs .listing .btn-block:hover:before, .partners-block .box-tabs .listing .btn-block.active:before, .partners-block .box-tabs .listing .btn-block:active:before {
  display: none;
}
.partners-block .box-tabs .listing .listing- row12 {
  margin-left: -30px;
}
.partners-block .box-tabs .listing .col-md-4 {
  padding: 0 0 0 30px;
}
.partners-block .box-tabs .listing .load-more {
  margin: 30px 0 50px;
}
.partners-block .distribution .listing .card-box {
  height: 390px;
}
.partners-block .distribution .listing .card-box h4 {
  margin: 24px 0 18px;
  font-weight: 700;
  font-size: 18px;
}
.partners-block .distribution .col-md-4 {
  padding: 0 12px 0 12px !important;
  height: 390px !important;
  margin-bottom: 20px !important;
  overflow: hidden;
}
.partners-block .distribution #sdfm-wrapper .col-md-4 {
  overflow: hidden;
  transform: none !important;
}
.partners-block .distribution #sdfm-wrapper .sdfm-box-hidden {
  display: none !important;
}
.partners-block .steps {
  text-align: center;
  padding: 0;
  border-left: 1px solid #ccc;
  margin-left: 60px;
  padding-left: 30px;
}
.partners-block .steps .icon {
  background: url("/themes/vojtasvoboda-vega/assets/img/platform-sprite.png") scroll 0 0 no-repeat;
  width: 90px;
  height: 60px;
  text-align: center;
  margin: 0 auto;
}
.partners-block .steps .icon.pre-request {
  background-position: -14px -36px;
}
.partners-block .steps .icon.evaluation {
  background-position: -132px -36px;
}
.partners-block .steps .icon.contract {
  background-position: -250px -36px;
}
.partners-block .steps .icon.sdk {
  background-position: -378px -36px;
}
.partners-block .steps .icon.app-dev {
  background-position: -501px -40px;
}
.partners-block .steps .icon.test {
  background-position: -622px -36px;
}
.partners-block .steps .icon.publication {
  background-position: -745px -36px;
}
.partners-block .steps . row12 {
  margin: 0;
}
.partners-block .steps .second- row12 {
  width: 80%;
  margin: 50px auto 0;
}
.partners-block .steps h4 {
  margin: 10px 0 35px;
  color: #444;
}

.support-list {
  padding: 0;
  margin: 20px 0;
}
.support-list li {
  display: inline-block;
  border: 1px solid #d1d1d1;
  border-radius: 13px;
  margin: 0 6px 5px 0;
  padding: 3px 15px;
  font-size: 13px;
  color: #777;
}
.support-list li.count {
  background: #d71920;
  border: 1px solid #d71920;
  cursor: pointer;
}
.support-list li a, .support-list li a:hover, .support-list li a:focus {
  display: inline-block;
  color: #fff;
}

/*partner modal starts from here*/
.partner-details .modal-dialog {
  width: 60%;
}
.partner-details .modal-body {
  padding: 35px;
}
.partner-details .card {
  background: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px 1px #d1d1d1;
}
.partner-details .card .left-img {
  position: absolute;
}
.partner-details .card .right-data {
  padding-left: 160px;
}
.partner-details .card .right-data ul {
  padding: 0;
}
.partner-details .card .right-data ul li {
  margin-top: 15px;
  color: #777;
}
.partner-details .card .right-data ul li a {
  color: #777;
}
.partner-details .card .right-data ul li a:hover, .partner-details .card .right-data ul li a:focus {
  color: #d71920;
}
.partner-details .card.card-heading {
  min-height: 160px;
}
.partner-details .modal-content {
  background: #f2f2f2;
}
.partner-details .modal-content h4 {
  margin-top: 0;
}
.partner-details .logo {
  width: 120px;
  height: 120px;
  background: #eee;
  border-radius: 120px;
  box-shadow: 1px 1px 3px 1px #d1d1d1;
}
.partner-details .logo img {
  border-radius: 120px;
  width: 120px;
  height: 120px;
  line-height: 130px;
  background: #ccc;
  text-align: center;
  display: block;
}
.partner-details .data-list {
  padding: 0;
}
.partner-details .data-list > li {
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.partner-details .data-list > li:last-child {
  border: none;
}
.partner-details .data-list .bottom-border {
  border-bottom: 1px solid #eee;
}
.partner-details .data-list p {
  color: #777;
}

.country-tabs .white-bg {
  padding-top: 40px;
}
.country-tabs .nav-tabs {
  border: none;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 18px;
}
.country-tabs .nav-tabs li {
  width: 16.66%;
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 16px;
}
.country-tabs .nav-tabs li a, .country-tabs .nav-tabs li a:focus, .country-tabs .nav-tabs li a:hover {
  border: 1px solid transparent;
  width: 100%;
  border-radius: 4px;
  display: inline-block;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.17);
  background: #fff;
  padding: 10px 20px;
  text-align: center;
  color: #444;
  font-weight: bold;
  font-size: 16px;
}
.country-tabs .nav-tabs li.active a, .country-tabs .nav-tabs li.active a:focus, .country-tabs .nav-tabs li.active a:hover {
  border: 1px solid #d71920;
  color: #d71920;
  text-align: center;
}
.country-tabs .state-list {
  padding: 0 0 0 10px;
}
.country-tabs .state-list li {
  position: relative;
  padding-left: 40px;
  height: 36px;
  line-height: 32px;
  margin-bottom: 25px;
  min-width: 12.5%;
  display: inline-block;
  border: 1px solid #eee;
  margin-right: 14px;
}
.country-tabs .state-list li:hover, .country-tabs .state-list li:focus, .country-tabs .state-list li.active-work {
  color: #d71920;
  border: 1px solid #d71920;
}
.country-tabs .state-list li:hover a, .country-tabs .state-list li:focus a, .country-tabs .state-list li.active-work a {
  color: #d71920;
  display: block;
  width: 100%;
}
.country-tabs .state-list li a {
  color: #777;
}
.country-tabs .state-list li a:hover, .country-tabs .state-list li a:focus {
  color: #d71920;
}
.country-tabs .state-list li .flag {
  width: 25px;
  height: 16px;
  line-height: 14px;
  position: absolute;
  left: 8px;
  top: 9px;
}
.country-tabs .state-list li .flag img {
  width: 25px;
  height: 16px;
  line-height: 14px;
  text-align: center;
}

.no-data row12 {
  padding-left: 30px;
}

.no-partnerdata {
  background: #fff none repeat scroll 0 0;
  display: table;
  height: 500px;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.no-partnerdata .data {
  display: table-cell;
  vertical-align: middle;
}
.no-partnerdata .data i {
  background: #fcfcfc none repeat scroll 0 0;
  border: 1px solid #cdcdcd;
  border-radius: 100%;
  color: #6c6c6c;
  font-size: 40px;
  height: 120px;
  line-height: 113px;
  margin: auto auto 30px;
  vertical-align: middle;
  width: 120px;
}
.no-partnerdata .data p {
  font-size: 24px;
}

/*certification css*/
.certification-  .card {
  background-color: #fff;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.certification-  .card.padding {
  padding: 20px;
}
.certification-  .card h2 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.certification-  .card p {
  color: #777;
  line-height: 24px;
  text-align: justify;
}
.certification-  .card ul {
  padding-left: 18px;
  margin-bottom: 0;
}
.certification-  .card ul li {
  color: #777;
  list-style: outside disc;
  background-image: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.certification-  .card ul li:last-child {
  margin-bottom: 0;
}
.certification-  .card .card-header {
  background: #fbfbfb none repeat scroll 0 0;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-top: 14px;
}
.certification-  .card .card-header h2 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
.certification-  .card .card-body {
  padding: 20px 20px 25px;
}
.certification-  .nav-tabs {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: none;
}
.certification-  .nav-tabs li {
  display: inline-block;
  margin-right: 4%;
  text-align: center;
  width: 22%;
  position: relative;
}
.certification-  .nav-tabs li a {
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.17);
  font-size: 16px;
  font-weight: bold;
  height: 56px;
  line-height: 36px;
  padding: 10px 15px;
  vertical-align: middle;
  color: #444;
}
.certification-  .nav-tabs li:last-child {
  margin-right: 0;
}
.certification-  .nav-tabs li.active a, .certification-  .nav-tabs li:hover a {
  border: 1px solid #d71920;
  color: #d71920;
}
.certification-  .nav-tabs li.active .certificate-icon, .certification-  .nav-tabs li:hover .certificate-icon {
  background-image: url("/themes/vojtasvoboda-vega/assets/img/training/certificate-hover.png");
}
.certification-  .nav-tabs li:hover a {
  background-color: #fff;
}
.certification-  .nav-tabs li:hover a:focus, .certification-  .nav-tabs li:hover a:hover {
  background-color: #fff;
}
.certification-  .nav-tabs .certificate-icon {
  background-image: url("/themes/vojtasvoboda-vega/assets/img/training/certificate.png");
  display: inline-block;
  float: left;
  height: 16px;
  left: 31%;
  position: absolute;
  top: 22px;
  width: 16px;
  z-index: 1;
}
.certification-  .img-wrapper {
  min-height: 350px;
  overflow: hidden;
  padding-top: 35px;
}
.certification-  .img-wrapper img {
  height: auto;
  left: 0;
  margin: 0 auto;
  max-height: 300px;
  position: absolute;
  right: 0;
}

/*post query css*/
.query-form .address-block {
  font-size: 22px;
  min-height: 500px;
  padding-top: 110px;
  text-align: center;
}
.query-form .address-block i {
  font-size: 80px;
  margin-bottom: 0;
}
.query-form .address-block h1 {
  font-size: 28px;
}
.query-form .address-block p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.query-form .address-block.floatR {
  float: right;
}
.query-form .form-control {
  margin-bottom: 5px;
}
.query-form .validation-alert {
  margin: 0 0 10px !important;
}
.query-form .btn {
  font-size: 16px;
  height: 45px;
  margin-top: 20px;
  padding: 10px 20px;
}
.query-form .btn-group .btn {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #ccc;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 1px;
  height: 26px;
  margin-top: 0;
  padding: 0;
}
.query-form .btn-group .btn:hover, .query-form .btn-group .btn:active, .query-form .btn-group .btn:focus {
  background-color: #fff;
  box-shadow: none;
}
.query-form .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.query-form .btn-default.active, .query-form .btn-default:active, .query-form .open > .dropdown-toggle.btn-default {
  background-color: #fff;
}
.query-form .dropdown-menu {
  margin-left: 0;
}
.query-form .bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 0;
}

.customer-address h1 {
  font-size: 22px;
  margin-top: 5px;
}
.customer-address h1:after {
  border-bottom: 2px solid #d71920;
  content: "";
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  width: 100px;
}
.customer-address h2 {
  font-size: 15px;
  font-weight: bold;
}
.customer-address .white-bg {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.customer-address a {
  color: #333;
  font-size: 14px;
}
.customer-address i {
  color: #d71920;
  margin-right: 5px;
}
.customer-address i.fa-whatsapp {
  color: #34af23;
}
.customer-address p {
  font-size: 14px;
  line-height: 24px;
}
.customer-address .whatsapp-details {
  padding-bottom: 10px;
}
.customer-address .whatsapp-details a {
  color: #333;
}

/*terms css*/
.terms-  .white-bg {
  padding: 30px;
}
.terms-  .white-bg li {
  font-size: 16px;
  list-style-type: disc;
  margin-bottom: 10px;
  color: #6a6a6a;
}
.terms-  p {
  font-size: 16px;
  line-height: 28px;
  color: #6a6a6a;
}

.search-result .form-control {
  width: 100%;
  height: 40px;
}
.search-result label {
  font-size: 16px;
  width: 26%;
}
.search-result .search-input-form .btn.btn-red {
  min-width: 127px;
}
.search-result .pagination {
  float: right;
  margin-top: 0;
}

.search-listing .card {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 25px 20px;
}
.search-listing .card h1 {
  font-size: 20px;
  margin-top: 0;
  color: #d71920;
}
.search-listing .card p {
  color: #929292;
  margin-bottom: 0;
}
.search-listing h2 {
  font-size: 24px;
}

/*ipad css starts from here*/
@media (min-width: 768px) and (max-width: 1024px) {
  .login-modal .modal-dialog, .register-modal .modal-dialog {
    width: 80%;
  }
  .login-modal .modal-title, .register-modal .modal-title {
    font-size: 19px;
  }

  /*header css*/
  .navbar .site-secondary-navigation .  {
    padding: 0;
  }
  .navbar .site-secondary-navigation .navbar-brand {
    margin-left: 0;
    padding-right: 0;
    width: 130px;
    padding-top: 16px;
  }
  .navbar .site-secondary-navigation .navbar-nav li a {
    padding: 8px;
    font-size: 13px;
  }
  .navbar .site-secondary-navigation .navbar-nav .dropdown-medium, .navbar .site-secondary-navigation .navbar-nav .dropdown-large {
    margin-left: -95px !important;
    width: 200px;
  }
  .navbar .site-secondary-navigation .navbar-nav .dropdown-medium.masonry, .navbar .site-secondary-navigation .navbar-nav .dropdown-large.masonry {
    -moz-column-count: 1;
    column-count: 1;
  }
  .navbar .navbar-right {
    margin-top: 8px;
  }
  .navbar .navbar-right .dropdown-large.masonry li.item a {
    padding: 2px 15px;
  }

  .middle-content {
    padding-top: 88px;
  }
  .middle-content .  {
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumb-block .btn {
    margin-top: 0;
  }

  .right-btn-grp {
    padding-top: 0;
  }

  .home-wrapper12 .training-section .grey-box .left-img {
    display: none;
  }
  .home-wrapper12 .training-section .grey-box .right-data {
    padding-left: 5px;
  }
  .home-wrapper12 .training-section .grey-box.upcoming .right-data {
    padding-left: 15px;
  }
  .home-wrapper12 .ei-slider {
    height: 350px !important;
  }

  .search-btns {
    margin-top: 10px;
  }

  .compare-block .col-md-3 {
    min-height: 210px;
    max-height: 210px;
  }
  .compare-block .compare-desc ul li {
    min-width: 26%;
  }

  .products .left-sidebar h4 {
    padding: 7px 15px;
  }
  .products .popular-products .no-data img {
    width: 100px;
  }
  .products .popular-products .no-data h3 {
    font-size: 20px;
  }

  .panel-heading .fa {
    top: 17px;
  }

  .product-details .right-block .product-slider {
    height: 300px;
    line-height: 287px;
  }

  /*press detail css*/
  .pressdetail-  .press-heading h1 {
    font-size: 20px;
  }

  .item-related-events .img-wrapper {
    height: 40px;
    width: 40px;
    line-height: 36px;
  }
  .item-related-events .pull-right {
    width: 68%;
  }

  .item-related-products .img-wrapper {
    width: 46px;
    height: 46px;
  }

  .aside-content h3 {
    font-size: 18px;
  }

  .about-us .three-cols {
    margin-left: 0;
  }
  .about-us .three-cols .col-md-4 {
    padding-left: 30px;
  }
  .about-us .list {
    width: 100%;
  }
  .about-us .right-img {
    background-image: none;
    padding-bottom: 20px;
    height: auto;
  }
  .about-us h3 {
    width: 100%;
  }

  .cityModal .modal-dialog {
    margin-top: -100px;
  }

  .training- row12 p.desc {
    margin-bottom: 20px;
  }

  .certification-  .nav-tabs li {
    width: 30%;
  }

  .partners-block .box-tabs .listing h2 {
    margin: 10px 0 20px;
    font-size: 22px;
  }
  .partners-block .box-tabs .listing .col-md-4 {
    padding: 0 7px;
  }
  .partners-block .box-tabs .listing .listing- row12 {
    margin-left: 0;
  }
  .partners-block .country-tabs .white-bg {
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .partners-block .country-tabs .state-list li {
    min-width: 17.5%;
  }

  .partner-details .modal-dialog {
    width: 89%;
  }
  .partner-details .modal-body {
    padding: 20px 20px 0;
  }
  .partner-details .modal-body . row12 {
    margin-left: 0 !important;
  }

  .no-data row12 {
    padding-left: 0;
    padding-right: 0;
  }

  .career .left-img {
    height: auto !important;
    background-size: cover;
  }
  .career .card {
    padding: 15px 10px 0 30px;
    height: auto;
  }
  .career .banner-block .banner {
    height: 200px;
    background-size: cover;
  }

  .career.see-all .filter- row12 {
    width: 85%;
  }
  .career.see-all .filter- row12 .stateField {
    width: 35%;
  }
  .career.see-all .filter- row12 .form-actions {
    width: 15%;
  }

  .online-inquiry .card .left-img {
    height: 608px;
  }

  footer h5 {
    line-height: 23px;
  }
  footer .social-icons {
    margin-bottom: 20px;
  }
  footer .social-icons li:first-child {
    display: block;
    margin-bottom: 10px;
  }
  footer .subscribe-btn {
    padding-right: 0;
  }
  footer .subscribe-btn:hover, footer .subscribe-btn:focus, footer .subscribe-btn .active, footer .subscribe-btn:active {
    padding-right: 0;
  }
  footer .top-footer .img-wrap img {
    max-width: 100%;
  }
  footer .bootom-footer .col-md-9 {
    width: 67%;
  }
  footer .bootom-footer .col-md-3 {
    width: 33%;
  }

  #subscribeModal .modal-dialog {
    width: 80%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .navbar .primary-nav li {
    font-size: 12px;
  }
  .navbar .primary-nav li:first-child {
    padding: 0 5px 0 0;
  }
  .navbar .primary-nav li.contact {
    color: #fff !important;
  }
  .navbar .primary-nav .custom-select {
    display: none;
  }
  .navbar .primary-nav .user-login {
    padding-left: 10px;
  }
  .navbar .custom-select .dropdown-toggle {
    margin-right: 2px;
    padding-right: 20px;
  }
  .navbar .tp-header {
    height: 36px;
  }
  .navbar .tp-header .  {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar .tp-header .  .pull-right {
    float: left;
  }
  .navbar .site-secondary-navigation .navbar-brand {
    width: 181px;
    margin-top: 6px;
    margin-left: 10px;
    padding-top: 10px;
  }

  .navbar .primary-nav .country-list {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }

  .nav-content {
    position: absolute;
    width: 100%;
    top: 44px;
    bottom: 0;
  }

  #primaryMobNavbar .nav-content {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  #primaryMobNavbar .dropdown .nav.collapse {
    padding-left: 0;
  }
  #primaryMobNavbar .dropdown .nav.collapse .menu-inner-list {
    padding-left: 0;
  }
  #primaryMobNavbar .dropdown .nav.collapse .menu-inner-list li {
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #fbfbfb;
  }
  #primaryMobNavbar .dropdown .nav.collapse .menu-inner-list li a {
    padding-left: 35px;
  }
  #primaryMobNavbar .select-country {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  }
  #primaryMobNavbar .select-country .item-country {
    position: relative;
    min-height: 40px;
    padding: 10px 15px;
    font-size: 16px;
  }
  #primaryMobNavbar .select-country .item-country i {
    margin-right: 10px;
    font-size: 18px;
  }

  .mobile-primary-menu .nav-content .nav li.active a {
    color: #d71920;
  }
  .mobile-primary-menu .nav-content .nav li a {
    border-bottom: 1px solid #d6d6d6;
    color: #737373;
    font-size: 14px;
  }
  .mobile-primary-menu .nav-content .nav li a.has-ar row12 .fa {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 13px;
    color: #787878;
  }
  .mobile-primary-menu .nav-content .nav li a.has-ar row12 .fa:before {
    content: "";
  }
  .mobile-primary-menu .nav-content .nav li a.has-ar row12.collapsed .fa:before {
    content: "";
  }
  .mobile-primary-menu .nav-content .nav li a b {
    font-weight: normal;
    font-family: Lato, sans-serif;
  }
  .mobile-primary-menu .nav-content .nav li:last-child a {
    border-bottom: none;
  }
  .mobile-primary-menu .nav-content .nav li.whatsapp b {
    color: #d71920;
    font-weight: bold;
  }
  .mobile-primary-menu .nav-content .nav li.item {
    margin-bottom: 0;
  }
  .mobile-primary-menu .nav-content .nav li.dropdown a.has-ar row12 {
    background: #d71920 none repeat scroll 0 0;
    color: #fff;
  }
  .mobile-primary-menu .nav-content .nav li.dropdown a.has-ar row12 i {
    color: #fff;
  }
  .mobile-primary-menu .nav-content .nav li.dropdown a.has-ar row12.collapsed {
    background: #fff none repeat scroll 0 0;
    color: #737373;
  }
  .mobile-primary-menu .nav-content .nav li.dropdown a.has-ar row12.collapsed i {
    color: #737373;
  }
  .mobile-primary-menu .nav-content .nav li.dropdown.open {
    border-bottom: 1px solid #d71920;
  }
  .mobile-primary-menu .nav-content .nav li.dropdown.open a.has-ar row12 {
    background: #d71920 none repeat scroll 0 0;
    color: #fff;
  }
  .mobile-primary-menu .nav-content .nav li.dropdown.open a.has-ar row12:focus, .mobile-primary-menu .nav-content .nav li.dropdown.open a.has-ar row12:hover {
    background: #d71920 none repeat scroll 0 0;
    color: #fff;
  }
  .mobile-primary-menu .nav-content .nav li.dropdown.open a.has-ar row12 i {
    color: #fff;
  }
  .mobile-primary-menu .nav-content .nav li.dropdown.open.success-stories, .mobile-primary-menu .nav-content .nav li.dropdown.open.inner-dropdown {
    border-bottom: none;
  }
  .mobile-primary-menu .nav-content .nav li.dropdown.open.success-stories a.has-ar row12, .mobile-primary-menu .nav-content .nav li.dropdown.open.inner-dropdown a.has-ar row12 {
    background: #fff none repeat scroll 0 0;
    color: #737373;
  }
  .mobile-primary-menu .nav-content .nav li.dropdown.open.success-stories a.has-ar row12:focus, .mobile-primary-menu .nav-content .nav li.dropdown.open.success-stories a.has-ar row12:hover, .mobile-primary-menu .nav-content .nav li.dropdown.open.inner-dropdown a.has-ar row12:focus, .mobile-primary-menu .nav-content .nav li.dropdown.open.inner-dropdown a.has-ar row12:hover {
    background: #fff none repeat scroll 0 0;
    color: #737373;
  }
  .mobile-primary-menu .nav-content .nav li.dropdown.open.success-stories a.has-ar row12 i, .mobile-primary-menu .nav-content .nav li.dropdown.open.inner-dropdown a.has-ar row12 i {
    color: #737373;
  }
  .mobile-primary-menu .nav-content .nav li.dropdown.success-stories, .mobile-primary-menu .nav-content .nav li.dropdown.inner-dropdown {
    border-bottom: none;
  }
  .mobile-primary-menu .nav-content .nav li.dropdown.success-stories a.has-ar row12, .mobile-primary-menu .nav-content .nav li.dropdown.inner-dropdown a.has-ar row12 {
    background: #fff none repeat scroll 0 0;
    color: #737373;
  }
  .mobile-primary-menu .nav-content .nav li.dropdown.success-stories a.has-ar row12:focus, .mobile-primary-menu .nav-content .nav li.dropdown.success-stories a.has-ar row12:hover, .mobile-primary-menu .nav-content .nav li.dropdown.inner-dropdown a.has-ar row12:focus, .mobile-primary-menu .nav-content .nav li.dropdown.inner-dropdown a.has-ar row12:hover {
    background: #fff none repeat scroll 0 0;
    color: #737373;
  }
  .mobile-primary-menu .nav-content .nav li.dropdown.success-stories a.has-ar row12 i, .mobile-primary-menu .nav-content .nav li.dropdown.inner-dropdown a.has-ar row12 i {
    color: #737373;
  }
  .mobile-primary-menu .nav-content .nav .menu-inner-list li {
    border-bottom: 1px solid #d6d6d6;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mobile-primary-menu .nav-content .nav .menu-inner-list li a {
    border-bottom: none;
  }
  .mobile-primary-menu .nav-content .nav .menu-inner-list li:last-child {
    border-bottom: none;
  }
  .mobile-primary-menu .dropdown > .nav > li > a {
    padding-left: 25px;
  }
  .mobile-primary-menu .whatsapp {
    padding-left: 16px;
    padding-top: 5px;
  }

  .select-country-modal .modal-body {
    height: 300px;
    overflow-y: scroll;
    margin-bottom: 30px;
  }

  .country-listing img {
    float: left;
    border: 1px solid #ededed;
    width: 30px;
    margin-right: 10px;
  }
  .country-listing li a {
    padding: 6px 0;
  }

  .select-country-modal .modal-dialog {
    width: 90%;
  }
  .select-country-modal a {
    color: #555;
  }

  /*login css*/
  .login-modal .modal-dialog,
  .register-modal .modal-dialog {
    width: 90%;
    margin: 25px auto;
  }
  .login-modal .left-side,
  .register-modal .left-side {
    display: none;
  }
  .login-modal .login-form,
  .register-modal .login-form {
    padding-left: 0;
    padding-right: 0;
  }
  .login-modal .login-form .no-leftpadding,
  .register-modal .login-form .no-leftpadding {
    padding-right: 0;
  }
  .login-modal .login-form .no-rightpadding,
  .register-modal .login-form .no-rightpadding {
    padding-left: 0;
  }
  .login-modal .check-box label,
  .register-modal .check-box label {
    font-size: 12px;
  }
  .login-modal .check-box label:before,
  .register-modal .check-box label:before {
    top: 1px;
  }

  .register-modal {
    margin-bottom: 20px;
  }
  .register-modal .btn-block {
    width: 92%;
  }

  /*home css*/
  .middle-content {
    padding-top: 93px;
  }
  .middle-content .  {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slick-dots {
    top: -16px;
  }

  .home-wrapper12 .ei-slider {
    height: 112px !important;
  }
  .home-wrapper12 .ei-slider-large li img {
    height: auto !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .home-wrapper12 .popular-products {
    padding: 10px 0 0;
  }
  .home-wrapper12 .popular-products .heading {
    padding-top: 0;
  }
  .home-wrapper12 .popular-products .white-box .bottom-block {
    padding: 15px 10px;
  }
  .home-wrapper12 .popular-products .white-box .bottom-block .check-box label {
    font-size: 14px;
    margin-left: 4px;
  }
  .home-wrapper12 .popular-products .white-box .bottom-block .check-box label:after {
    top: -1px;
  }
  .home-wrapper12 .popular-products .white-box img {
    max-width: 45%;
  }
  .home-wrapper12 .popular-products .white-box .new-icon img {
    max-width: 100%;
  }
  .home-wrapper12 .popular-products .white-box h4,
  .home-wrapper12 .popular-products .white-box p {
    height: auto;
  }
  .home-wrapper12 .popular-products .white-box .top-block {
    min-height: 199px;
  }
  .home-wrapper12 .popular-products .img-wrap {
    height: 140px;
    line-height: 140px;
  }
  .home-wrapper12 .popular-products .no-data h3 {
    font-size: 20px;
  }
  .home-wrapper12 .popular-products .no-data img {
    width: 100px;
    margin-top: 30px;
  }
  .home-wrapper12 .slick-dotted.slick-slider {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .home-wrapper12 .slick-slider .col-md-3 {
    margin-top: 20px;
    padding-left: 0;
  }
  .home-wrapper12 .discover-products .box .img-wrap {
    border: 1px solid #efefef;
    overflow: hidden;
  }
  .home-wrapper12 .discover-products .box .product-detail-icon {
    top: auto;
    bottom: 0px;
  }
  .home-wrapper12 .discover-products .heading {
    padding-top: 10px;
  }
  .home-wrapper12 .training-section {
    padding-bottom: 15px;
  }
  .home-wrapper12 .training-section .grey-box .left-img {
    display: none;
  }
  .home-wrapper12 .training-section .grey-box .right-data {
    width: 100%;
    padding-left: 0;
  }
  .home-wrapper12 .training-section .grey-box.upcoming .right-data {
    padding-left: 10px;
  }
  .home-wrapper12 .training-section .slick-dots {
    top: -40px;
  }
  .home-wrapper12 .training-section .leftpadding-8 {
    padding-left: 0;
  }
  .home-wrapper12 .training-section .rightpadding-8 {
    padding-right: 0;
  }
  .home-wrapper12 .training-section .heading {
    margin-top: 0;
  }
  .home-wrapper12 .our-solutions {
    height: auto;
  }
  .home-wrapper12 .our-solutions .slick-dots {
    top: -42px;
  }
  .home-wrapper12 .our-solutions .slick-slider .col-md-3 {
    margin-top: 0;
  }
  .home-wrapper12 .our-solutions .btn-red {
    margin-bottom: 10px;
  }
  .home-wrapper12 .our-solutions .btn-red img {
    width: 35px;
  }
  .home-wrapper12 .events-section .slick-dots {
    top: -40px;
  }
  .home-wrapper12 .events-section .card-box {
    height: 110px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .home-wrapper12 .events-section .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .home-wrapper12 .events-section .slick-slide img {
    min-height: 72px;
    max-height: 100%;
    margin-top: 15px;
  }
  .home-wrapper12 .events-section .left-data {
    width: 74%;
    padding-right: 0;
  }
  .home-wrapper12 .events-section .right-img {
    width: 26%;
  }
  .home-wrapper12 .events-section .desc {
    font-size: 12px;
    height: 35px;
    overflow: hidden;
  }
  .home-wrapper12 .events-section .leftpadding-8 {
    padding-left: 0;
  }
  .home-wrapper12 .events-section .rightpadding-8 {
    padding-right: 0;
  }
  .home-wrapper12 .popular-products .product-carousel.slick-slider,
  .home-wrapper12 .solution-carousel.slick-slider,
  .home-wrapper12 .discover-carousel.slick-slider {
    margin-left: 0;
  }
  .home-wrapper12 .item-related-testimonials {
    height: auto;
    max-height: 100%;
    min-height: auto;
  }
  .home-wrapper12 .item-related-testimonials h2 {
    font-size: 18px;
  }
  .home-wrapper12 .item-related-testimonials .carousel h3 {
    font-size: 15px;
    margin-top: 10px;
  }
  .home-wrapper12 .item-related-testimonials .carousel p {
    font-size: 14px;
  }
  .home-wrapper12 .item-related-testimonials .item blockquote .testimonial-content {
    padding-left: 0;
    padding-right: 0;
  }
  .home-wrapper12 .item-related-testimonials .item blockquote .testimonial-content .inner-testimonial {
    padding: 8px 0;
    max-height: 100%;
  }

  .discover-carousel .slick-slide img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }

  .productModal .carousel-inner {
    height: 218px;
    line-height: 200px;
  }
  .productModal .carousel-inner img {
    max-width: 200px;
  }
  .productModal .carousel-indicators {
    bottom: -6px;
  }
  .productModal .modal-dialog {
    width: 90%;
  }
  .productModal .grey-bg {
    padding-top: 10px;
    border-bottom-left-radius: 6px;
    min-height: auto;
  }
  .productModal .grey-bg .product-detail-content {
    min-height: auto;
  }
  .productModal .modal-body h4.red-txt {
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 0;
  }
  .productModal .check-box {
    padding: 18px 0 0 20px;
  }

  .mCustomScrollbar.content {
    height: auto;
    max-height: 300px;
    min-height: auto !important;
  }

  .modal-open .modal {
    margin-top: 20px;
  }

  /*press releases css*/
  .press-  .no-leftpadding,
  .pressdetail-  .no-leftpadding {
    padding-right: 0;
  }

  .press-  {
    margin-bottom: 10px;
  }
  .press-  .press-block {
    margin-bottom: 10px;
    padding: 5px 15px;
    height: 248px;
  }
  .press-  .press-block h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .press-  .press-block .link {
    right: 10px;
    bottom: 10px;
  }
  .press-  .press-block .desc {
    margin-bottom: 10px;
  }
  .press-  .load-more .btn {
    margin: 10px 0 10px;
  }

  .pressdetail-  {
    margin-bottom: 0px;
  }
  .pressdetail-  .press-heading span {
    color: #757575;
  }
  .pressdetail-  .press-heading span.booth {
    margin-top: 8px;
  }

  .floating-share {
    top: 40%;
  }
  .floating-share.feedback-share {
    display: none;
  }

  .press-heading h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .inner-content h2 {
    font-size: 16px;
  }
  .inner-content h3 {
    font-size: 16px;
  }
  .inner-content p {
    font-size: 14px;
  }
  .inner-content a {
    word-break: break-all;
  }

  .aside-content {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .aside-content h3 {
    font-size: 18px;
  }

  .load-more .btn {
    margin: 20px 0 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .selectedCategory {
    margin-top: 51px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
  }

  .custom-filter {
    margin-top: 0;
    margin-bottom: 38px;
  }
  .custom-filter .filter-demo {
    height: 160px;
    overflow-y: scroll;
    padding: 5px 10px 25px;
  }
  .custom-filter .filter-demo .category-list ul {
    width: 100%;
    padding-left: 10px;
  }

  /*solutions css*/
  .solutions .heading {
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .solutions .solution-desc {
    padding: 10px;
  }
  .solutions .solution-desc ul {
    margin-bottom: 0;
  }
  .solutions .solution-desc ul li {
    width: 100%;
  }
  .solutions .solution-desc .no-rightpadding {
    padding-left: 0;
  }
  .solutions .area-details h4 {
    line-height: 26px;
    font-size: 16px;
  }
  .solutions .area-details .desc-block {
    height: auto;
    padding: 10px;
  }
  .solutions .area-details .desc-block h4 {
    margin-bottom: 0;
  }
  .solutions .area-details .desc-block p {
    margin-bottom: 0;
  }
  .solutions .slick-dots {
    top: -12px;
  }
  .solutions .product-carousel {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .solutions .btn-block {
    margin-bottom: 5px;
  }
  .solutions .btn-block a {
    font-size: 14px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 18px;
  }
  .solutions .banner {
    margin-bottom: 10px;
  }
  .solutions .banner img {
    height: auto;
  }
  .solutions .border-bottom {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .solutions .area-details h3 {
    font-size: 18px;
    margin-top: 0;
  }
  .solutions .area-details .img-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .solutions .area-details h4 {
    font-size: 14px;
  }
  .solutions .product-list {
    margin-left: 0;
  }
  .solutions .product-list .col-md-3.slick-slide {
    padding: 0;
  }
  .solutions .product-list .col-md-3.slick-slide .img-wrap {
    margin-bottom: 0;
    margin-top: 18px;
  }
  .solutions .product-list.popular-products .white-box .bottom-block .check-box label::after {
    top: 2px;
  }
  .solutions .product-block .img-wrap {
    height: 140px;
    line-height: 140px;
  }
  .solutions .product-block .img-wrap img {
    max-width: 60%;
  }

  /*support css*/
  .notice-block .panel-heading a {
    line-height: 24px;
    font-size: 14px;
    padding: 12px 15px 12px 0;
  }
  .notice-block .panel-heading .fa {
    top: 18px;
  }
  .notice-block .panel-body {
    padding: 20px;
  }
  .notice-block .col-md-3 {
    padding-right: 0;
  }

  .download-  .notice-block .panel-heading .fa {
    top: 18px;
  }
  .download-  .notice-block .panel-heading .panel-title .pull-right {
    float: none !important;
  }

  .white-papers .card ul li {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .white-papers .card ul li p {
    word-break: break-all;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .coming-soon-data {
    min-height: 200px;
  }
  .coming-soon-data img {
    width: 100px;
  }

  /*training css*/
  .cityModal .modal-dialog {
    width: 90%;
  }
  .cityModal .modal-content .modal-body {
    padding: 15px 20px 0;
  }
  .cityModal .modal-content .modal-body p {
    font-size: 14px;
  }

  .custom-modal .modal-content .modal-header .modal-title {
    font-size: 18px;
  }
  .custom-modal .modal-content .modal-footer {
    padding-bottom: 20px;
  }

  .training-location p {
    margin-top: 0;
  }

  .training- .listing-  .no-leftpadding {
    padding-right: 0;
  }

  .training-list .item {
    margin-bottom: 10px;
  }
  .training-list .item h1 {
    line-height: 26px;
    font-size: 18px;
  }
  .training-list .item span,
  .training-list .item span.icon {
    font-size: 14px;
  }
  .training-list .item span.calender {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
  .training-list .item p {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .item-related-testimonials .carousel p {
    font-size: 14px;
  }

  .trainingdetail-  {
    margin-bottom: 10px;
  }
  .trainingdetail-  .training-heading h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .trainingdetail-  .training-heading .location {
    font-size: 14px;
  }
  .trainingdetail-  .training-heading .calender {
    display: block;
    margin-left: 0;
    margin-top: 6px;
  }
  .trainingdetail-  .white-bg {
    padding: 15px;
  }
  .trainingdetail-  .btn {
    line-height: 31px;
    font-size: 16px;
    height: 44px;
    margin-top: 8px;
  }
  .trainingdetail-  .content ul li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 25px;
  }

  .other-tarining- row12 h2 {
    margin-bottom: 15px;
    margin-top: 6px;
    font-size: 18px;
    text-align: left;
  }
  .other-tarining- row12 .col-md-4 {
    padding: 0;
  }
  .other-tarining- row12 .training-col {
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px;
    font-size: 14px;
    min-height: 255px;
  }
  .other-tarining- row12 .training-col h3 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .other-tarining- row12 .training-col .location,
  .other-tarining- row12 .training-col .calender,
  .other-tarining- row12 .training-col .time,
  .other-tarining- row12 .training-col .short-content {
    font-size: 14px;
  }
  .other-tarining- row12 .training-col .btn {
    line-height: 28px;
    font-size: 14px;
    height: 40px;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .other-tarining- row12 .white-bg {
    padding: 10px 10px 0;
  }

  .bookingModal .modal-dialog {
    width: 90%;
    margin-top: 30px;
  }
  .bookingModal .booking-info h1 {
    margin-top: 0;
    font-size: 20px;
  }
  .bookingModal .legends {
    margin-top: 40px;
  }
  .bookingModal .legends ul {
    padding-left: 0;
  }
  .bookingModal .legends ul li {
    margin-bottom: 20px;
    margin-right: 5px;
  }
  .bookingModal .legends ul li.seat .icon {
    font-size: 20px;
  }
  .bookingModal .trainingdetail-  .white-bg {
    padding: 0;
  }
  .bookingModal .trainingdetail-  .no-leftpadding {
    padding-right: 0;
  }
  .bookingModal .training-booking {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .bookingModal .training-booking .col-md-6 {
    padding: 0;
  }
  .bookingModal .training-booking ul li.seat {
    width: 42px;
  }
  .bookingModal .training-booking ul li.seat .icon {
    font-size: 24px;
  }

  .thankyou-  img {
    width: 70px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .thankyou-  h1 {
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 10px;
  }
  .thankyou-  p {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 28px;
  }
  .thankyou-  .btn {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 16px;
  }

  /*certification css*/
  .certification-  .  {
    padding-left: 0;
    padding-right: 0;
  }
  .certification-  .nav-tabs {
    padding-top: 0;
    padding-bottom: 0;
  }
  .certification-  .nav-tabs li {
    width: 30%;
  }
  .certification-  .nav-tabs li .certificate-icon {
    left: 14%;
    top: 17px;
  }
  .certification-  .nav-tabs li a {
    padding: 10px 4px 10px 25px;
    height: 45px;
    line-height: 24px;
  }
  .certification-  .img-wrapper {
    display: none;
  }
  .certification-  .card {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .certification-  .card h2 {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .certification-  .card .card-header {
    padding-bottom: 8px;
    padding-left: 20px;
    padding-top: 10px;
  }
  .certification-  .card .card-header h2 {
    font-size: 16px;
  }
  .certification-  .card.padding {
    padding: 10px;
  }
  .certification-  .card .no-leftpadding {
    padding-right: 0;
  }
  .certification-  .card .card-body {
    padding: 15px 15px 10px;
  }

  /*partners css*/
  .partners-block .box-tabs .listing .logo {
    width: 70px;
    height: 70px;
  }
  .partners-block .box-tabs .listing .logo img {
    width: 70px;
    height: 70px;
  }
  .partners-block .box-tabs .listing p.desc {
    height: auto;
  }
  .partners-block .box-tabs .listing .card-box {
    height: auto;
    margin-bottom: 10px;
  }
  .partners-block .box-tabs .listing .card-box .padding {
    padding: 20px 20px 10px;
  }
  .partners-block .box-tabs .listing h2 {
    margin: 10px 0 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .partners-block .box-tabs .listing .load-more {
    margin: 0 0 15px;
  }
  .partners-block .box-tabs .listing .load-more .btn {
    margin-top: 15px;
  }
  .partners-block .box-tabs .listing .btn-block {
    position: relative;
  }
  .partners-block .box-tabs .listing . row12 {
    margin: 0;
  }
  .partners-block .box-tabs .listing .col-md-4 {
    padding: 0;
  }
  .partners-block .box-tabs .nav-tabs li {
    width: 100%;
    margin-bottom: 20px;
  }
  .partners-block .box-tabs .nav-tabs li a {
    padding-left: 0;
    height: 56px;
    text-align: center;
    line-height: 30px;
  }
  .partners-block .box-tabs .nav-tabs li a:focus, .partners-block .box-tabs .nav-tabs li a:hover {
    padding-left: 0;
    text-align: center;
    height: 56px;
    line-height: 30px;
  }
  .partners-block .box-tabs .nav-tabs li a span {
    display: none;
  }
  .partners-block .box-tabs .nav-tabs li a span.vertcally-align {
    display: none;
  }
  .partners-block .box-tabs .nav-tabs li.active a {
    text-align: center;
  }
  .partners-block .box-tabs .nav-tabs li.active a:focus, .partners-block .box-tabs .nav-tabs li.active a:hover {
    text-align: center;
  }
  .partners-block .box-tabs .nav-tabs li .icon {
    margin-top: -5px;
  }
  .partners-block .box-tabs .white-bg {
    padding: 18px 0 0;
  }
  .partners-block .first- row12 {
    margin: 20px 0 10px;
  }
  .partners-block .first- row12 h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .partners-block .first- row12 p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .partners-block .first- row12 .small-width {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .partners-block .first- row12 .col-md-12 {
    padding: 0;
  }
  .partners-block .second- row12 .grey-bg {
    padding: 10px 15px;
    height: auto;
  }
  .partners-block .second- row12 .grey-bg .  {
    padding-left: 0;
    padding-right: 0;
  }
  .partners-block .second- row12 p {
    font-size: 14px;
    margin-bottom: 5px;
    padding-top: 20px;
    line-height: 24px;
  }
  .partners-block .steps {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    padding-top: 15px;
  }
  .partners-block .steps h4 {
    font-size: 14px;
    margin: 10px 0 25px;
    line-height: 22px;
  }
  .partners-block .steps .col-xs-12 {
    width: 50%;
  }
  .partners-block .distribution .col-md-4 {
    padding: 0 !important;
    height: auto !important;
    width: 100% !important;
    margin-bottom: 5px !important;
  }

  .country-tabs .white-bg {
    overflow-y: hidden;
    overflow-x: scroll;
    padding-top: 20px;
    padding-bottom: 12px;
  }
  .country-tabs .white-bg .  {
    padding-left: 0;
    padding-right: 0;
  }
  .country-tabs .state-list {
    width: 1200px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .country-tabs .state-list li {
    min-width: 11%;
    margin-right: 10px;
    width: auto;
    margin-bottom: 10px;
  }

  .partner-details .modal-dialog {
    width: 90%;
  }
  .partner-details .card {
    margin-bottom: 10px;
    padding: 15px;
  }
  .partner-details .card .left-img {
    position: relative;
  }
  .partner-details .card .right-data {
    padding-left: 0;
  }
  .partner-details .card .right-data ul {
    margin-bottom: 0;
  }
  .partner-details .card .right-data ul li {
    margin-top: 10px;
  }
  .partner-details .card .support-list {
    margin-bottom: 0;
  }
  .partner-details .modal-body {
    padding: 10px 10px 0;
  }
  .partner-details .logo {
    margin: 0 auto 25px;
    width: 70px;
    height: 70px;
  }
  .partner-details .logo img {
    width: 70px;
    height: 70px;
  }
  .partner-details .data-list li {
    margin-bottom: 10px;
  }

  .support-list li {
    font-size: 12px;
    margin-bottom: 10px;
  }

  /*corportae css*/
  .about-us h3 {
    padding: 15px 0 10px;
    width: 100%;
    line-height: 30px;
    font-size: 20px;
  }
  .about-us .small-width {
    width: 100%;
    padding-top: 10px;
  }
  .about-us p {
    font-size: 14px;
  }
  .about-us .three-cols {
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 25px;
  }
  .about-us .three-cols .col-md-4 {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 20px;
  }
  .about-us .three-cols p {
    padding-right: 0;
  }
  .about-us .right-img {
    height: auto;
    background-image: none;
    padding-bottom: 25px;
  }
  .about-us .list {
    width: 100%;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 0;
  }
  .about-us .list li {
    padding-left: 0;
    text-align: center;
  }
  .about-us .list li h4 {
    margin-top: 0;
  }
  .about-us .list .list-icon {
    position: relative;
    margin: 0 auto;
  }
  .about-us .btn {
    margin: 0;
  }

  .career .top-header {
    width: 100%;
    margin: 25px auto 30px;
  }
  .career .top-header h2 {
    font-size: 22px;
  }
  .career .card {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-top: 30px;
  }
  .career .left-img {
    background-image: none;
    height: auto;
  }
  .career .white-block {
    padding: 30px 0px 10px;
  }
  .career .white-block .no-leftpadding {
    padding-right: 0;
  }
  .career .white-block .no-rightpadding {
    padding-left: 0;
  }
  .career p {
    font-size: 14px;
  }
  .career .banner-block .banner {
    height: 180px;
    background-size: contain;
  }
  .career .banner-block .banner p {
    padding: 0 0 25px;
  }
  .career .banner-block p {
    padding: 10px 0 10px;
  }
  .career .jobs .red-bg {
    height: auto;
    padding: 15px 15px 5px;
  }
  .career .jobs .red-bg .btn {
    position: relative;
    left: 0;
  }
  .career .jobs .red-bg .btn:hover, .career .jobs .red-bg .btn:focus, .career .jobs .red-bg .btn:active {
    left: 0;
  }
  .career .jobs .red-bg h3 {
    font-size: 18px;
  }
  .career .jobs .grey-bg {
    height: 220px;
  }

  .career-details {
    padding: 0;
  }
  .career-details h3 {
    line-height: 28px;
  }
  .career-details .heading {
    padding: 0 0 20px;
  }
  .career-details .heading .white-bg {
    margin-bottom: 0;
  }
  .career-details .col-xs-12 {
    padding: 0;
  }
  .career-details .left-detail-box {
    margin-bottom: 20px;
  }

  .career.see-all .card {
    height: auto;
    padding: 5px 15px 0 15px;
  }
  .career.see-all .left-img {
    height: auto;
  }
  .career.see-all .filter- row12 {
    width: auto;
    margin: 20px 15px;
    padding: 40px 20px 25px;
  }
  .career.see-all .filter- row12 h4 {
    line-height: 26px;
  }
  .career.see-all .filter- row12 .no-leftpadding {
    padding-right: 0;
  }
  .career.see-all .filter- row12 .text-right.no-rightpadding {
    text-align: center;
    padding-left: 0;
  }
  .career.see-all .filter- row12 .stateField {
    width: 100%;
  }
  .career.see-all .filter- row12 .form-actions {
    text-align: center;
    width: 100%;
  }
  .career.see-all .filter- row12 .btn {
    margin-right: 5px;
  }

  .online-inquiry {
    padding-bottom: 10px;
  }
  .online-inquiry .card .left-img {
    background-position: 0 -60px;
    height: 180px;
    background-repeat: no-repeat;
  }
  .online-inquiry .card form {
    padding: 15px 0 0 15px;
  }
  .online-inquiry .card form .no-leftpadding {
    padding-right: 0;
  }
  .online-inquiry .card form .no-rightpadding {
    padding-left: 0;
  }
  .online-inquiry .form-group {
    text-align: left;
  }
  .online-inquiry .rc-anchor-normal {
    width: 99% !important;
  }

  .capcha {
    width: 100%;
    overflow: hidden;
  }
  .capcha iframe {
    width: 100%;
  }

  .contact-block {
    padding-bottom: 0;
  }
  .contact-block .contact-form {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-block .contact-form .col-md-8 {
    padding: 0;
  }
  .contact-block .address-block {
    min-height: auto;
    padding-bottom: 20px;
  }
  .contact-block .address-list {
    margin-left: 0;
    padding-top: 20px;
    padding-left: 0;
  }
  .contact-block .form-inline {
    margin-top: 10px;
  }
  .contact-block .form-inline. row12 .form-group.col-md-6 {
    margin-bottom: 15px;
  }
  .contact-block .form-inline. row12 .form-group.col-md-6.no-leftpadding {
    padding-right: 0;
  }
  .contact-block .form-inline. row12.country-box {
    padding-right: 0;
  }
  .contact-block .form-inline. row12.country-box .no-rightpadding {
    padding-right: 12px;
  }
  .contact-block .form-inline. row12 .branch-box {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .contact-block .img-wrap {
    height: auto;
  }
  .contact-block .card {
    min-height: auto;
  }
  .contact-block .card .list {
    position: relative;
    margin: 0;
    width: 100%;
  }
  .contact-block #sdfm-wrapper .sdfm-inner-wrapper {
    height: auto !important;
  }

  .register-form h4 {
    line-height: 28px;
  }
  .register-form .btn {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100px;
    height: 40px;
  }

  .query-form .btn {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .query-form .address-block {
    padding-top: 30px;
  }
  .query-form .address-block p {
    font-size: 14px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .query-form .address-block h1 {
    font-size: 22px;
  }
  .query-form .address-block i {
    font-size: 50px;
  }

  /*privacy modal css*/
  .reader-modal .modal-dialog {
    width: 90%;
  }
  .reader-modal .modal-body {
    padding: 16px;
  }
  .reader-modal .modal-body h1 {
    font-size: 20px;
  }
  .reader-modal .modal-body h2 {
    line-height: 26px;
    font-size: 18px;
  }

  /*products css*/
  .products {
    padding-bottom: 0;
  }
  .products .search-btns {
    position: fixed;
    right: 8px;
    bottom: 4px;
    z-index: 1;
  }
  .products .right-btn-grp {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .products .right-btn-grp .btn-red {
    margin-top: 0;
    display: inline-block;
    border-radius: 100%;
    height: 50px;
    padding: 10px;
    width: 50px;
    margin-bottom: 10px;
  }
  .products .right-btn-grp .btn-red:hover, .products .right-btn-grp .btn-red:focus {
    height: 50px;
  }
  .products .right-btn-grp .comp-btn {
    display: none;
  }
  .products .no-rightpadding {
    padding-left: 0;
  }
  .products .left-sidebar {
    margin-bottom: 10px;
  }
  .products .left-sidebar h4 {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: normal;
  }
  .products .left-sidebar h4.heading {
    padding: 20px 15px 0;
    font-size: 16px;
  }
  .products .left-sidebar ul {
    margin-bottom: 0;
  }
  .products .left-sidebar ul li {
    padding: 5px 0;
  }
  .products .left-sidebar ul li a {
    font-size: 13px;
  }
  .products .left-box {
    position: static;
  }
  .products .custom-tabs .nav-tabs li a {
    font-size: 13px;
  }
  .products .custom-tabs .topborder {
    padding-top: 0;
  }
  .products .panel-default .panel-heading a {
    padding: 7px 0;
    font-weight: normal;
  }
  .products .panel-default .panel-heading .fa {
    top: 16px;
    color: #999;
  }
  .products .panel-default .panel-body {
    padding: 5px 15px;
  }
  .products .right-side .product-list {
    margin-left: -10px;
  }
  .products .right-side .product-list .col-md-4 {
    width: 50%;
    margin-bottom: 0;
    padding-left: 10px;
  }
  .products .right-side .small-card {
    width: 100%;
  }
  .products .right-side .tab-pane {
    padding: 15px 0 0;
  }
  .products .right-side .tab-pane h4 {
    line-height: 22px;
    font-size: 14px;
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 5px;
  }
  .products .right-side .custom-tabs .nav-tabs > li {
    margin-bottom: 0;
  }
  .products .right-side .check-box label:after {
    top: 0px;
  }
  .products .popular-products .img-wrap {
    height: 100px;
    line-height: 100px;
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
  }
  .products .popular-products .white-box .bottom-block .check-box label {
    margin-left: 25px;
  }
  .products .popular-products .white-box .bottom-block .check-box label:after {
    top: 0px;
  }
  .products .breadcrumb-block {
    position: static;
  }
  .products .product-search {
    bottom: 88px;
    top: auto;
    position: fixed;
    z-index: 9999;
  }
  .products .product-search .no-leftpadding {
    padding-right: 0;
  }
  .products .product-search .btn-red {
    width: 126px;
  }
  .products .product-search .btn-red:hover, .products .product-search .btn-red:focus {
    width: 126px;
  }
  .products .product-search .col-md-2 {
    text-align: center;
  }

  .scroll-top {
    display: none;
  }

  .compare-wrap .btn-red {
    right: -16px;
    bottom: 68px;
    padding: 0;
    font-size: 10px;
    min-width: 100px;
    height: 33px;
  }
  .compare-wrap .btn-red:hover, .compare-wrap .btn-red:focus {
    right: -16px;
    bottom: 68px;
    padding: 0;
    font-size: 10px;
  }
  .compare-wrap .compare-block {
    display: none !important;
  }

  .product-details .right-block .product-slider {
    height: 200px;
    line-height: 200px;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .product-details .right-block .product-slider .carousel-inner .item {
    margin: 0 auto;
  }
  .product-details .right-block .product-slider .carousel-inner .item img {
    max-width: 60%;
  }
  .product-details .right-block h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .product-details .right-block .red-txt {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .product-details .right-block .custom-card {
    padding: 15px;
    margin-bottom: 10px;
  }
  .product-details .right-block .custom-card .no-leftpadding {
    padding-right: 0;
  }
  .product-details .right-block .col-md-7 {
    padding: 0;
  }
  .product-details .right-block .tab-block {
    margin-bottom: 0;
  }
  .product-details .right-block .tab-block ul {
    padding: 0;
  }
  .product-details .right-block .tab-block ul li {
    margin-top: 10px;
  }
  .product-details .right-block .tab-block ul li label.col-md-3:after {
    content: none;
  }
  .product-details .right-block .tab-block .heading {
    padding: 14px 15px 16px 15px;
    font-size: 16px;
    margin-bottom: 10px;
    background-color: #fbfbfb;
  }
  .product-details .popular-products {
    padding-bottom: 0;
    padding-top: 10px;
  }
  .product-details .popular-products .col-md-3 {
    width: 50%;
    padding-left: 10px;
  }
  .product-details .popular-products .img-wrap {
    height: 100px;
    line-height: 100px;
    width: 70%;
    margin: 0 auto;
  }
  .product-details .popular-products h3 {
    font-size: 18px;
  }
  .product-details .popular-products .white-box .bottom-block .check-box label {
    margin-left: 7px;
  }
  .product-details h3 {
    font-size: 18px;
  }
  .product-details .subscribe-btn {
    margin: 0px 0 10px;
  }

  .popular-products .white-box {
    margin-bottom: 10px;
    min-height: 250px;
    max-height: 260px;
    overflow: hidden;
  }
  .popular-products .white-box h4 {
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all;
    height: 45px;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .popular-products .white-box p {
    font-size: 12px;
    margin-bottom: 0;
    height: 32px;
    overflow: hidden;
  }
  .popular-products .white-box .top-block {
    height: auto;
    padding: 10px;
    min-height: 218px;
    max-height: 220px;
    overflow: hidden;
  }
  .popular-products .white-box .bottom-block {
    padding: 3px 10px;
  }
  .popular-products .white-box .bottom-block .col-md-12 {
    padding: 0;
  }
  .popular-products .white-box .bottom-block .check-box label {
    font-size: 12px;
  }
  .popular-products .white-box .bottom-block .check-box label:before {
    height: 16px;
    width: 16px;
  }
  .popular-products .white-box .bottom-block .check-box label:after {
    top: 2px;
    font-size: 10px;
  }
  .popular-products .white-box .plus-icon {
    padding: 3px;
  }
  .popular-products .white-box .plus-icon img {
    width: 66%;
    margin-top: -2px;
  }

  .category-btn {
    display: block;
    margin-bottom: 10px;
    text-align: right;
  }
  .category-btn .btn-red {
    font-size: 14px;
    height: 36px;
    line-height: 21px;
    min-width: 110px;
  }

  .product- row12 .left-box {
    display: none;
  }

  .form-control.subcat-dropdown {
    width: 50%;
  }

  /*terms & condition css*/
  .terms-  p {
    text-align: justify;
    font-size: 14px;
  }
  .terms-  .white-bg {
    padding: 20px;
  }
  .terms-  .white-bg ul {
    padding-left: 10px;
    text-align: justify;
  }
  .terms-  .white-bg ul li {
    font-size: 14px;
    line-height: 24px;
  }

  /*product compare css*/
  .compare-block h3 {
    font-size: 18px;
    margin-top: 2px;
  }
  .compare-block .no-rightpadding,
  .compare-block .col-md-3 {
    padding-left: 0;
  }
  .compare-block .compare- row12 {
    margin-left: -10px;
  }
  .compare-block .compare- row12 .col-md-3 {
    float: left;
    margin-bottom: 20px;
    max-height: 280px;
    min-height: 220px;
    overflow: unset;
    padding-left: 10px;
    width: 50%;
  }
  .compare-block .compare- row12 .col-md-3 p {
    font-size: 12px;
    color: #777;
  }
  .compare-block .compare- row12 h4 {
    font-size: 12px;
    line-height: 20px;
  }
  .compare-block .compare-desc {
    padding-top: 0;
    border-top: 1px solid #efefef;
    margin-top: 10px;
  }
  .compare-block .compare-desc .red-txt {
    line-height: 26px;
    font-size: 16px;
  }
  .compare-block .compare-desc ul li {
    min-width: 90%;
    margin-left: 22px;
    margin-bottom: 10px;
  }
  .compare-block .compare-desc ul li:first-child {
    margin-left: 0;
  }
  .compare-block .compare-desc th {
    height: 40px;
    overflow: hidden;
  }
  .compare-block .compare-desc th p,
  .compare-block .compare-desc td p {
    margin-bottom: 0;
  }
  .compare-block .compare-desc tr {
    border-left: none;
    border-top: none;
  }
  .compare-block .compare-desc .heading {
    height: 40px;
    overflow: hidden;
  }
  .compare-block .compare-desc h4 {
    font-size: 14px;
  }
  .compare-block .compare-desc .check-box label {
    font-size: 14px;
  }
  .compare-block .compare-desc table {
    border-bottom: none;
    border-left: none;
    border-top: none;
    margin-top: 0;
  }
  .compare-block h4 {
    text-align: left;
  }
  .compare-block .compare-block-withimg {
    border: 1px solid #efefef;
    margin-bottom: 10px;
    max-height: 228px;
    overflow: unset;
    padding: 10px;
    min-height: 228px;
  }
  .compare-block .compare-block-withimg img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }
  .compare-block .compare-img-wrap {
    height: 80px;
    width: 100px;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    line-height: inherit;
  }
  .compare-block .card {
    padding: 10px;
  }

  .compare-block .compare-right-block {
    margin-left: 0;
  }

  /*footer css*/
  footer {
    padding: 15px 0 2px;
  }
  footer .col-md-3,
  footer .col-md-6,
  footer .col-md-9 {
    width: 100%;
  }
  footer ul.main-list li {
    width: 100%;
  }
  footer .bootom-footer .col-md-9,
  footer .bootom-footer .col-md-3,
  footer .bootom-footer .col-md-6,
  footer .top-footer .col-md-9,
  footer .top-footer .col-md-3,
  footer .top-footer .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  footer .footer-map {
    display: none;
  }
  footer .subscribe-btn {
    display: block;
    padding-right: 0;
    width: 100%;
    text-align: left;
  }
  footer .subscribe-btn span {
    text-align: center;
  }
  footer .list {
    text-align: left;
  }
  footer .social-icons {
    margin-bottom: 10px;
  }
  footer .uppercase {
    line-height: 21px;
    margin-bottom: 18px;
  }

  .footer_menu {
    display: none;
  }

  #subscribeModal .modal-dialog {
    width: 90%;
    margin-top: 30px;
  }
  #subscribeModal .newsletter-img {
    width: 70px;
    margin: 15px auto 20px;
  }
  #subscribeModal .note-txt {
    width: 100%;
  }
  #subscribeModal .modal-footer {
    text-align: center;
  }

  .search-result .form-inline .form-control {
    width: 100%;
  }
  .search-result .form-inline label {
    width: 100%;
  }
  .search-result .form-inline .col-md-2 {
    margin: 0 auto;
    text-align: center;
  }

  .search-listing h2 {
    font-size: 18px;
  }
  .search-listing .card h1 {
    font-size: 16px;
  }

  .search-list {
    right: 44px;
    top: 12px;
  }

  .search-block {
    right: 0;
    width: 100%;
    top: 94px;
    padding: 15px;
  }
  .search-block .col-md-4 {
    padding: 0;
  }

  /*Responsive table css*/
  /* Force table to not be like tables anymore */
  /*table, thead, tbody, th, td, tr { 
  	display: block; 
  	width: 100%;
  }
  thead tr { 
  	position: absolute;
  	top: -9999px;
  	left: -9999px;
  }
  tr { border: 1px solid #ccc; }
  td { 
  	
  	border: none;
  	border-bottom: 1px solid #eee; 
  	position: relative;
  	padding-left: 50%; 
  	white-space: normal;
  	text-align:left;
  }
  td:before { 
  	
  	position: absolute;
  	top: 6px;
  	left: 6px;
  	width: 45%; 
  	padding-right: 10px; 
  	white-space: nowrap;
  	text-align:left;
  	font-weight: bold;
  }*/
  #scrollToTop {
    display: none;
  }

  .licence-action {
    text-align: center;
  }
  .licence-action .btn {
    display: block;
    margin-bottom: 10px;
    height: auto;
    white-space: normal;
    line-height: auto;
  }

  .modal-open .modal {
    z-index: 9999999;
  }

  .login-modal .xs-bg-image,
  .register-modal .xs-bg-image {
    position: relative;
  }
  .login-modal .xs-bg-image:before,
  .register-modal .xs-bg-image:before {
    background-image: url(/themes/vojtasvoboda-vega/assets/img/loginbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    opacity: 0.15;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
  }

  .login-modal .modal-content,
  .register-modal .modal-content {
    margin: 20px 18px;
    border: 0;
  }
}
.loading-  img {
  left: 45%;
  margin: 0 auto;
  width: 30px;
}

/*media query for chrome hack*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .left-box,
  .pressdetail-  aside {
    top: 0;
    position: static;
  }
}
@media all and (-ms-high-contrast: none) {
  .left-box,
  .pressdetail-  aside {
    top: 0;
    position: static;
  }

  /* IE10 */
  *::-ms-backdrop,
  .left-box,
  .pressdetail-  aside {
    top: 0;
    position: static;
  }

  /* IE11 */
}
/* New add css for header  02-06-2023*/

.navbar .main-menu.navbar-right {
    margin-right: -15px !important;
}
.navbar .site-secondary-navigation .navbar-nav .dropdown>a {
    padding: 25px 10px !important;
    font-size: 13px !important;
}
.csr-policy h5{
    font-weight: bold;
    margin-top: 20px;
}
.csr-policy ul{
    list-style-type: disc;    
}

/*# sourceMappingURL=layout.css.map */


