/*
https://cdn.papaki.com/sites/all/themes/papaki3/n/front/global.css?20151210-bb
https://cdn.papaki.com/sites/all/themes/papaki3/n/homepage/css/reset.css
https://cdn.papaki.com/sites/all/themes/papaki3/n/homepage/css/styles.css?20160318-v5v89b7883
*/
/* ================================= https://cdn.papaki.com//sites/all/themes/papaki3/js/select2/select2.css===================================*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #eee),
    color-stop(0.5, #fff)
  );
  background-image: -webkit-linear-gradient(center bottom, #eee 0, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to top, #eee 0, #fff 50%);
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #eee),
    color-stop(0.9, #fff)
  );
  background-image: -webkit-linear-gradient(center bottom, #eee 0, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(../../js/select2/select2.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background: #ccc;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #ccc),
    color-stop(0.6, #eee)
  );
  background-image: -webkit-linear-gradient(center bottom, #ccc 0, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(to top, #ccc 0, #eee 60%);
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../js/select2/select2.png) no-repeat 0 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url(../../js/select2/select2.png) no-repeat 100% -22px;
  background: url(../../js/select2/select2.png) no-repeat 100% -22px,
    -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(../../js/select2/select2.png) no-repeat 100% -22px,
    -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(../../js/select2/select2.png) no-repeat 100% -22px,
    -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(../../js/select2/select2.png) no-repeat 100% -22px,
    linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff url(../../js/select2/select2-spinner.gif) no-repeat 100%;
  background: url(../../js/select2/select2-spinner.gif) no-repeat 100%,
    -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(../../js/select2/select2-spinner.gif) no-repeat 100%,
    -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(../../js/select2/select2-spinner.gif) no-repeat 100%,
    -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(../../js/select2/select2-spinner.gif) no-repeat 100%,
    linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #fff),
    color-stop(0.5, #eee)
  );
  background-image: -webkit-linear-gradient(center bottom, #fff 0, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    color-stop(0.5, #eee)
  );
  background-image: -webkit-linear-gradient(center top, #fff 0, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: 0 0;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: 700;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: 0 0;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url(../../js/select2/select2-spinner.gif) no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(1%, #eee),
    color-stop(15%, #fff)
  );
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}
.select2-locked {
  padding: 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir='rtl'] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi
  .select2-choices
  .select2-search-field
  input.select2-active {
  background: #fff url(../../js/select2/select2-spinner.gif) no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    color-stop(100%, #eee)
  );
  background-image: -webkit-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: -moz-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: linear-gradient(
    to top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
}
html[dir='rtl']
  .select2-container-multi
  .select2-choices
  .select2-search-choice {
  margin-left: 0;
  margin-right: 5px;
}
.select2-container-multi
  .select2-choices
  .select2-search-choice
  .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: 0;
  background: url(../../js/select2/select2.png) right top no-repeat;
}
html[dir='rtl'] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi
  .select2-choices
  .select2-search-choice
  .select2-search-choice-close:hover,
.select2-container-multi
  .select2-choices
  .select2-search-choice-focus
  .select2-search-choice-close {
  background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled
  .select2-choices
  .select2-search-choice {
  padding: 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled
  .select2-choices
  .select2-search-choice
  .select2-search-choice-close {
  display: none;
  background: 0 0;
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 2dppx) {
  .select2-search input {
    background-position: 100% -21px !important;
  }
}

/* ================================= https://cdn.papaki.com/sites/all/themes/papaki3/js/jquery.custom-scrollbar.css ===================================*/
.scrollable {
  position: relative;
}
.scrollable:focus {
  outline: 0;
}
.scrollable .viewport {
  position: relative;
  overflow: hidden;
}
.scrollable .viewport .overview {
  position: absolute;
}
.scrollable .scroll-bar {
  display: none;
}
.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 0;
  height: 100%;
}
.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}
.scrollable .scroll-bar .thumb {
  position: absolute;
}
.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 10px;
}
.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
}
.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.scrollable.default-skin {
  padding-right: 10px;
  padding-bottom: 6px;
}
.scrollable.default-skin .scroll-bar.vertical {
  width: 6px;
}
.scrollable.default-skin .scroll-bar.horizontal {
  height: 6px;
}
.scrollable.default-skin .scroll-bar .thumb {
  background-color: #000;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.scrollable.default-skin .scroll-bar:hover .thumb {
  opacity: 0.6;
}
.scrollable.gray-skin {
  padding-right: 17px;
}
.scrollable.gray-skin .scroll-bar {
  border: 1px solid gray;
  background-color: #d3d3d3;
}
.scrollable.gray-skin .scroll-bar .thumb {
  background-color: gray;
}
.scrollable.gray-skin .scroll-bar:hover .thumb {
  background-color: #000;
}
.scrollable.gray-skin .scroll-bar.vertical {
  width: 10px;
}
.scrollable.gray-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}
.scrollable.modern-skin {
  padding-right: 17px;
}
.scrollable.modern-skin .scroll-bar {
  border: 1px solid gray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inset 0 0 5px #888;
}
.scrollable.modern-skin .scroll-bar .thumb {
  background-color: #95aabf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #536984;
}
.scrollable.modern-skin .scroll-bar.vertical .thumb {
  width: 8px;
  background: -moz-linear-gradient(left, #95aabf 0, #547092 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #95aabf),
    color-stop(100%, #547092)
  );
  background: -webkit-linear-gradient(left, #95aabf 0, #547092 100%);
  background: -o-linear-gradient(left, #95aabf 0, #547092 100%);
  background: -ms-linear-gradient(left, #95aabf 0, #547092 100%);
  background: linear-gradient(to right, #95aabf 0, #547092 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
}
.scrollable.modern-skin .scroll-bar.horizontal .thumb {
  height: 8px;
  background-image: linear-gradient(#95aabf, #547092);
  background-image: -o-linear-gradient(#95aabf, #547092);
  background-image: -moz-linear-gradient(#95aabf, #547092);
  background-image: -webkit-linear-gradient(#95aabf, #547092);
  background-image: -ms-linear-gradient(#95aabf, #547092);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
}
.scrollable.modern-skin .scroll-bar.vertical {
  width: 10px;
}
.scrollable.modern-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

/* ================================= https://cdn.papaki.com/sites/all/themes/papaki3/js/bxslider/jquery.bxslider.css ===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../../js/bxslider/images/bx_loader.gif) center center
    no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../../js/bxslider/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../../js/bxslider/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../../js/bxslider/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../../js/bxslider/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/* ================================= https://cdn.papaki.com/sites/all/themes/papaki3/n/front/styles.beta.css?20150102-a ===================================*/
#content {
  background: #eee;
}
.custom-select {
  background-color: #eee;
  border: 1px solid #4ca74c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  width: 50px;
  z-index: 1;
}
.custom-select:before {
  color: #333;
  display: block;
  padding: 5px 4px 8px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 2em;
  z-index: -1;
}
.custom-select select {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  color: #9a9999;
  font: 11px Arial;
  text-decoration: none;
  display: block;
  line-height: normal;
  margin: 0;
  padding: 0.5em;
  width: 100%;
  height: 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select select::-ms-expand {
  display: none;
}
.custom-select select:focus {
  outline: 0;
}
:-moz-any(.custom-select):before {
  background-color: #eee;
  pointer-events: none;
  z-index: 1;
}
.fa-caret-down:before {
  content: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/grafix-menu-header/paging_dropdownarrow.jpg);
}
#search-container {
  min-height: 320px;
  overflow: hidden;
  transition: height 3s, background-size 1s;
  -webkit-transition: height 3s, background-size 1s;
  background: none repeat scroll 0 0 #fff;
}
#search-form .blue-wrapper {
  /*background:#4e9ed4;*/
  min-height: 3em;
  overflow: hidden;
  padding: 1em 0;
}
.searching #search-form .blue-wrapper {
  min-height: 130px;
}
#search-container {
  position: relative;
}
#search-form input[name='ur-namesearch'],
.select2-container-multi .select2-choices .select2-search-field input {
  font-size: 1.2em;
}
#search-container .no1-cup {
  min-height: 320px;
}
#search-form {
  padding-bottom: 0;
}
#search-container h1 {
  background: none repeat scroll 0 0 #4e9ed4;
  color: #fff;
  font: 300 1.4em 'Roboto Slab';
  padding: 1em 0;
  margin-bottom: 0;
  text-align: center;
  margin-top: 0;
}
#search-form .search-form-inner {
  margin: auto;
}
#result-container {
  width: 100%;
  margin: auto;
  padding: 0 0.8em;
}
.tab-buttons {
  width: 100%;
  height: 30px;
}
.tab-buttons .tab-btn {
  cursor: pointer;
  float: left;
  padding: 3px 10px;
  background-color: #e6e6e6;
  border: 1px solid #c4c4c4;
  text-align: center;
  margin: 0 5px;
  font: 500 12px Roboto;
  color: #424242;
  display: none;
}
.tab-buttons .tab-btn.active {
  background-color: #4ca74c;
  color: #fff;
}
#search-form .my-form-control {
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#search-form .my-form-control:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 255, 255, 0.6);
}
#search-form input[name='ur-namesearch'] {
  resize: none;
  font-family: Arial;
  height: 48px;
  padding: 5px 10px;
  display: block;
  float: left;
  border-radius: 0;
  width: 83%;
  margin-right: 1%;
  margin-left: 5px;
  transition: width 0.3s ease-in-out 0s;
  -webkit-transition: width 0.3s ease-in-out 0s;
  -moz-transition: width 0.3s ease-in-out 0s;
  -o-transition: width 0.3s ease-in-out 0s;
}
#search-form input[name='ur-namesearch']::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
#search-form input[name='ur-namesearch']:-moz-placeholder {
  color: #999;
  opacity: 1;
}
#search-form input[name='ur-namesearch']::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#search-form input[name='ur-namesearch']:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
#search-form #extensions {
  font: 15px Arial;
  border: 0 none;
  height: 1px;
  margin: 0;
  padding: 0;
  width: 1px;
  position: absolute;
}
#search-form .select2-container {
  min-height: 48px;
  display: block;
  float: left;
  margin: 0 10px;
  background-color: #fff;
  transition: width 0.3s ease-in-out 0s;
  -webkit-transition: width 0.3s ease-in-out 0s;
  -moz-transition: width 0.3s ease-in-out 0s;
  -o-transition: width 0.3s ease-in-out 0s;
}
#search-form.small-namesearch .select2-container,
#search-form.small-namesearch input[name='ur-namesearch'] {
  width: 40%;
}
.select2-container-multi .select2-choices {
  border: 0 none;
  min-height: 38px;
  margin: 0;
  padding: 5px;
  background: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/grafix-menu-header/lang_dropdownaroow.png)
    no-repeat scroll 96% 22px #fff;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 34px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 0;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 255, 255, 0.6);
  -webkit-transition: height ease-in-out 0.15s;
  transition: height ease-in-out 0.15s;
}
.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #ececec;
  border: 0 none;
  border-radius: 3px;
  font: 700 18px Arial;
  padding: 5px 8px;
  color: #469946;
}
.select2-container-multi .select2-search-choice-close {
  background: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/grafix-menu-header/remove_x.png)
    repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 18px;
  left: -8px;
  top: -8px;
  width: 18px;
}
.select2-container-multi
  .select2-choices
  .select2-search-choice
  .select2-search-choice-close:hover,
.select2-container-multi
  .select2-choices
  .select2-search-choice-focus
  .select2-search-choice-close {
  background-position: 0 0;
}
button#search {
  background-color: #52b266;
  border: 2px solid #fff !important;
  border-radius: 3px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  cursor: pointer;
  display: block;
  font: 700 14px/44px 'Open Sans', Arial;
  height: 48px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 135px;
  width: 15%;
}
button#search span.spinner {
  background: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/grafix-menu-header/loader_final.gif)
    no-repeat scroll center center #52b266;
  display: none;
  height: 40px;
  margin: 2px;
  position: absolute;
  width: 14%;
  z-index: 999;
}
#result-container .action-bar {
  clear: both;
  float: none;
  width: 100%;
  height: 30px;
  margin: 10px 0;
  display: none;
}
#result-container .action-bar > a {
  text-decoration: none;
  font: 13px Roboto;
  display: block;
  float: left;
  margin: 0 10px;
}
#result-container .tabbed-content {
  clear: both;
  float: none;
}
#result-container .tab-buttons {
  display: block;
  float: left;
  width: 560px;
  padding-top: 3px;
}
#result-container .preorder span.tiptip {
  margin: 0 0 0 4px;
  vertical-align: middle;
}
.action-bar a.add-all {
  background: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/grafix-menu-header/addall.png)
    no-repeat scroll left 6px rgba(0, 0, 0, 0);
  color: #424242;
  font: 500 13px Roboto;
  height: 24px;
  padding-left: 24px;
  padding-top: 6px;
}
.action-bar a.all-tlds {
  font: 12px;
  color: #53b653;
  border-bottom: 1px dotted #53b653;
  padding-top: 5px;
}
#result-container .action-bar a.proceed-order.astra {
  margin-right: 9px;
  width: 110px;
  height: 31px;
  line-height: 31px;
  background: #f1633f;
  font: 500 16px/30px 'Open Sans' !important;
  color: #fff;
  float: right;
  display: none;
  box-shadow: none;
}
.pager {
  text-align: right;
}
.pager,
.pager a,
.pager select {
  font: 11px Arial;
  color: #9a9999;
  text-decoration: none;
}
.pager .curpage,
.pager a.move {
  display: inline-block;
  width: 27px;
  height: 27px;
  background-color: #ccc;
  text-align: center;
  line-height: 27px;
}
.pager .curpage {
  font-size: 13px;
  color: #4ca74c;
  border: 1px solid #4ca74c;
  background-color: transparent;
  width: 25px;
  height: 25px;
  line-height: 25px;
  position: relative;
  top: 1px;
}
.pager .custom-select {
  display: inline-block;
}
.pager select:focus {
  outline: 0;
}
.tabbed-content table {
  width: 100%;
  margin: auto;
}
.tabbed-content table tbody {
  border-top: 0;
}
.tabbed-content-item td {
  margin: 0;
  padding: 0;
  font: 1.2em 'Open sans';
  color: #424242;
  text-align: center;
  cursor: pointer;
}
.tabbed-content-item td.status {
  width: 30%;
}
.tabbed-content-item td.price {
  width: 12%;
}
.tabbed-content-item tr td .wrap {
  height: 45px;
  line-height: 45px;
  margin: 2px 0;
  background-color: #cadbca;
  border-top: 1px solid #aed2ae;
  border-top: 1px solid #aed2ae;
}
.tabbed-content-item td.domain {
  color: #424242;
  width: 40%;
}
.tabbed-content-item td.domain .tld {
  font-weight: 700;
}
.tabbed-content-item td.trigger.trigger1 {
  width: 6%;
}
.tabbed-content-item td.trigger.trigger1 .wrap {
  border-left: 1px solid #aed2ae;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.tabbed-content-item td.trigger.trigger1 a {
  border-right: 1px solid #e9e9e9;
  cursor: pointer;
  display: block;
  height: 32px;
  margin: auto;
  padding-right: 14px;
}
.tabbed-content-item tr td.trigger.trigger1 a {
  background: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/grafix-menu-header/available_add.png)
    no-repeat scroll center top rgba(0, 0, 0, 0);
  height: 31px;
  text-indent: -9999px;
  width: 98%;
  margin: 6px auto;
  background-size: contain;
}
.tabbed-content .tabbed-content-item tbody td.trigger.trigger2 {
  width: 12%;
}
.tabbed-content-item td.trigger.trigger2 .wrap {
  border-right: 1px solid #aed2ae;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.tabbed-content .tabbed-content-item tbody td .wrap a.astra {
  box-shadow: none;
}
.tabbed-content
  .tabbed-content-item
  tbody
  td.trigger.trigger2
  div.wrap
  a.astra {
  width: 90%;
  height: 31px;
  background-color: #ebf0eb;
  font-size: 0.8em;
  line-height: 31px;
  color: #424242;
  font-weight: 400;
  margin: 7px auto;
}
.tabbed-content-item tr.taken td .wrap {
  background-color: #ccc;
  border-top: 1px solid #b8b9b8;
}
.tabbed-content-item tr.taken td.trigger.trigger1 a {
  background-image: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/grafix-menu-header/transfer.png);
}
.tabbed-content-item tr.available.preorder td .wrap,
.tabbed-content-item tr.available.prereg td .wrap,
.tabbed-content-item tr.taken.backorder td .wrap,
.tabbed-content-item tr.taken.preorder td .wrap,
.tabbed-content-item tr.taken.prereg td .wrap {
  background-color: #ecdfab;
  border-top: 1px solid #fbca46;
}
.tabbed-content-item tr.available.preorder td.trigger.trigger1 .wrap,
.tabbed-content-item tr.taken.backorder td.trigger.trigger1 .wrap,
.tabbed-content-item tr.taken.preorder td.trigger.trigger1 .wrap,
.tabbed-content-item tr.taken.prereg td.trigger.trigger1 .wrap {
  border-left: 1px solid #fbca46;
}
.tabbed-content-item tr.available.preorder td.trigger.trigger2 .wrap,
.tabbed-content-item tr.taken.backorder td.trigger.trigger2 .wrap,
.tabbed-content-item tr.taken.preorder td.trigger.trigger2 .wrap,
.tabbed-content-item tr.taken.prereg td.trigger.trigger2 .wrap {
  border-right: 1px solid #fbca46;
}
.tabbed-content-item tr.available.preorder td.trigger.trigger1 a,
.tabbed-content-item tr.available.prereg td.trigger.trigger1 a,
.tabbed-content-item tr.taken.backorder td.trigger.trigger1 a,
.tabbed-content-item tr.taken.preorder td.trigger.trigger1 a,
.tabbed-content-item tr.taken.prereg td.trigger.trigger1 a {
  background-image: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/grafix-menu-header/backorder.png);
}
.tabbed-content-item tr:hover td .wrap {
  background: #b5cdb5;
}
.tabbed-content-item tr.taken:hover td .wrap {
  background: #b9b9b9;
  border-color: #b9b9b9;
}
#result-container .tabbed-content .tabbed-content-item .prereg:hover div.wrap,
.tabbed-content-item tr.available.preorder.i td .wrap,
.tabbed-content-item tr.backorder:hover td .wrap,
.tabbed-content-item tr.preorder:hover td .wrap,
.tabbed-content-item tr.prereg:hover td .wrap {
  background: #e1d39a;
  border-color: #e1d39a;
}
.tabbed-content-item tbody tr td span.i {
  display: none;
}
.tabbed-content-item tr.i .wrap,
.tabbed-content-item tr.i:hover .wrap {
  background: #88ca88;
  border-color: #62a962;
}
.tabbed-content-item tr.l td.trigger.trigger1 .wrap {
  background-image: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/icons_all/ajax-loader.gif);
  background-position: 40%;
  background-repeat: no-repeat;
}
.tabbed-content-item tr.l td.trigger.trigger1 a {
  display: none;
}
.tabbed-content-item tr.i td.trigger.trigger1 a {
  background-image: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/grafix-menu-header/added_in_cart.png);
}
.tabbed-content-item tr.available.preorder.i td.trigger.trigger1 a,
.tabbed-content-item tr.available.prereg.i td.trigger.trigger1 a,
.tabbed-content-item tr.taken.preorder.i td.trigger.trigger1 a,
.tabbed-content-item tr.taken.prereg.i td.trigger.trigger1 a {
  background-image: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/icons_all/backorder-in-cart.png);
}
.tabbed-content-item tbody tr.i td span.i {
  display: block;
}
.tabbed-content-item tbody tr.i td span.n {
  display: none;
}
#result-container .preorder span.tiptip,
#result-container .prereg span.tiptip,
.tabbed-content-item.available .available.prereg td.status .n span.tiptip {
  background: url(//cdn.papaki.com/sites/all/themes/papaki2/img/build/infobut2.png)
    repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  display: inline-block;
  height: 11px;
  line-height: 10px;
  margin-left: 5px;
  width: 11px;
}
.section {
  width: 1005;
  overflow: hidden;
  clear: both;
  font-family: 'Roboto Slab';
  margin: auto;
}
.section1 {
  background: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/cream_pixels.png)
    repeat;
}
.section h2 {
  font-weight: 300;
  font-size: 37px;
  color: #434343;
  text-align: center;
}
.section ul.hover-icons {
  margin: 40px auto;
  overflow: hidden;
}
.section ul.hover-icons li {
  color: #565253;
  font-size: 18px;
  font-weight: 300;
  padding: 0 35px;
  text-align: center;
  width: 25%;
}
.section ul.hover-icons li .icon {
  width: 148px;
  height: 147px;
  background-position: 0 0;
  margin: 20px auto;
}
.section ul.hover-icons li:hover .icon {
  background-position: 0 -147px;
}
.section ul.hover-icons li strong {
  display: block;
  font-size: 21px;
  color: #202020;
}
.home-features .feature-container {
  height: 150px;
  margin: 0 auto 15px;
  position: relative;
  width: 150px;
}
.home-features .feature-graphic,
.home-features .feature-pitch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.home-features .feature-graphic {
  z-index: 2;
}
.home-features .feature-pitch {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.home-features .feature-container:hover .feature-graphic,
.home-features .feature-container:hover .feature-pitch {
  -webkit-transition: all 500ms cubic-bezier(0.105, 0.45, 0.45, 1);
  transition: all 500ms cubic-bezier(0.105, 0.45, 0.45, 1);
}
.home-features .feature-container:hover .feature-graphic {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.home-features .feature-container:hover .feature-pitch {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.section2 {
  background: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/part4bg.jpg)
    no-repeat center;
  background-size: cover;
}
.section2 h2 {
  font-size: 35px;
  color: #fff;
  text-align: center;
}
.section2 #browser {
  float: left;
  margin-right: 0;
  overflow: hidden;
  padding-left: 21px;
  position: relative;
  width: 678px;
}
.section2 #feature-controls {
  margin-top: 120px;
  text-align: left;
}
.section2 #feature-controls li {
  margin-bottom: 34px;
  position: relative;
  cursor: pointer;
  opacity: 1;
}
.section2 #feature-controls li a {
  display: block;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}
.section2 #feature-controls li a .icon {
  float: left;
  position: relative;
  padding-right: 10px;
  width: 57px;
  height: 47px;
  background-image: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/icons.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.section2 #feature-controls li a p {
  color: #f5f5f5;
  display: table-cell;
  font-family: Roboto;
  font-size: 18px;
  height: 47px;
  vertical-align: middle;
}
.section2 #feature-controls li.icon1.active a .icon {
  background-position: 0 0;
}
.section2 #feature-controls li.icon1 a .icon {
  background-position: 0 -97px;
}
.section2 #feature-controls li.icon2.active a .icon {
  background-position: 0 -194px;
}
.section2 #feature-controls li.icon2 a .icon {
  background-position: 0 -291px;
}
.section2 #feature-controls li.icon3.active a .icon {
  background-position: 0 -388px;
}
.section2 #feature-controls li.icon3 a .icon {
  background-position: 0 -485px;
}
.section2 #feature-controls li.icon4.active a .icon {
  background-position: 0 -582px;
}
.section2 #feature-controls li.icon4 a .icon {
  background-position: 0 -679px;
}
.section2 #feature-controls li.active {
  opacity: 1;
}
.section2 #feature-controls li.active:before {
  content: '';
  height: 3px;
  left: -130px;
  position: absolute;
  top: 36px;
  width: 123px;
  z-index: 10;
}
.section3 {
  background: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/geometry.jpg)
    repeat;
}
.section3 h2 {
  font-size: 37px;
  color: #434343;
}
.section4 {
  height: 175px;
  background: none repeat scroll 0 0 #4e9ed4;
}
.section4 h2 {
  color: #fff;
  font-size: 37px;
  line-height: 145px;
}
.section4 a {
  background-color: #fff;
  color: #4e9ed4;
  display: block;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 700;
  height: 63px;
  line-height: 63px;
  margin-top: 58px;
  width: 100%;
  position: relative;
}
.section4 a:before {
  font-size: 125%;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease 0s;
}
.icon-arrow-right:before {
  content: '>';
}
.btn-4c:before {
  left: 74%;
  opacity: 0;
  top: 0;
}
.btn-4c:hover:before {
  left: 88%;
  opacity: 1;
}
#all-tweets {
  float: left;
  height: 352px;
  margin-left: 31px;
  overflow: auto;
  padding-right: 17px;
  width: 448px;
}
.scrollable .scroll-bar.vertical {
  width: 16px;
  background-color: #d0d0d0;
}
.scrollable .scroll-bar.vertical .thumb {
  background: #4e9ed4;
}
.ipad {
  overflow: hidden;
  padding: 145px 0 0;
}
.vertical-track {
  width: 16px;
  background-color: #d0d0d0;
}
.vertical-handle {
  width: 100%;
  background-color: #4aa14b;
}
#tweet-big p {
  background: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/icons_all/twitter_tooltip.png)
    repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  display: block;
  font-size: 17px;
  height: 173px;
  margin: 0;
  padding: 20px 30px 30px;
  text-align: justify;
  vertical-align: middle;
  width: 312px;
}
#tweet-big a {
  text-decoration: none;
}
#tweet-big p a {
  font-weight: 700;
  color: #fff;
}
#tweet-big img.profile {
  border: 2px solid #4e9ed4;
  border-radius: 100px;
  display: block;
  margin: 10px auto;
  padding: 4px;
}
#tweet-big a.profile-name {
  display: block;
  text-align: center;
  color: #4e9dd5;
  font-size: 17px;
}
#tweet-big a.profile-usn {
  display: block;
  text-align: center;
  color: #848484;
  font-size: 17px;
}
#all-tweets .item {
  background: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/icons_all/tick_4_tweets.png)
    no-repeat scroll 6px center rgba(0, 0, 0, 0);
  padding-bottom: 10px;
  padding-left: 30px;
  height: 96px;
  padding-top: 10px;
  font-family: Arial;
  border: 3px solid #cfd0cf;
  border-width: 1px 0 1px 3px;
  width: 432px;
  cursor: pointer;
}
#all-tweets .item.active,
#all-tweets .item:hover {
  background-color: #f0f0f0;
}
#all-tweets .item img.profile {
  float: left;
  height: auto;
  margin: 8px 6px 15px;
  width: 62px;
}
#all-tweets .item a {
  text-decoration: none;
  color: #4e9dd5;
  font-size: 13px;
}
#all-tweets .item a.profile-name {
  font-weight: 700;
  font-size: 14px;
  color: #00000;
}
#all-tweets .item a.profile-usn {
  font-size: 13px;
  color: #a5a5a5;
  margin-left: 10px;
}
#all-tweets .item p {
  font-size: 13px;
  color: #000;
  margin: 0;
}
.bx-wrapper .bx-viewport {
  background: 0 0;
  border: 0;
  box-shadow: none;
}
body.searching .sections {
  display: none !important;
}
@media (min-width: 768px) {
  #search-form .blue-wrapper {
    padding: 40px 0;
  }
  #search-container h1 {
    padding: 30px 0 50px;
  }
  #search-form .blue-wrapper {
    min-height: 319px;
  }
  #search-container h1 {
    font-size: 50px;
  }
  #search-form .search-form-inner {
    width: 775px;
  }
  #search-form input[name='ur-namesearch'] {
    margin-left: 0;
  }
  button#search span.spinner {
    width: 125px;
  }
}
@media (max-width: 991px) {
  .section2 #browser2 {
    float: none;
    margin: auto;
  }
  .section2 #feature-controls {
    margin-top: 0 !important;
    float: none;
    width: 100%;
    text-align: center;
  }
  .section2 #feature-controls li {
    display: none !important;
    float: none;
    text-align: center;
    width: 100%;
  }
  .section2 #feature-controls li.active {
    display: block !important;
  }
  .section2 #feature-controls li a {
    text-align: center;
  }
  .section2 #feature-controls li a .icon {
    display: none;
  }
  .section2 #feature-controls li a p,
  .section2 #feature-controls li a p strong {
    display: block;
  }
  .section2 #feature-controls li a p i {
    display: none;
  }
  .bx-wrapper {
    margin: 0 auto 40px;
  }
  #tweet-big p,
  .bx-wrapper img {
    margin: auto;
  }
  .ipad-pager a {
    font-size: 46px;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 2em;
    vertical-align: middle;
    text-decoration: none;
  }
  .ipad-pager a.next {
    right: 0;
  }
  .ipad-pager a span {
    display: block;
    position: relative;
    top: 40%;
  }
  .section3 {
    position: relative;
  }
  .section4 h2 {
    font-size: 2.2em;
  }
}
@media (min-width: 992px) {
  .bx-wrapper {
    margin-bottom: 0;
  }
  .bx-pager.bx-default-pager {
    display: none;
  }
  .section3 .page-width {
    background: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/ipad.png)
      no-repeat scroll 450px center;
    min-height: 500px;
  }
  #tweet-big {
    float: left;
    font-family: Roboto;
    margin-left: 168px;
    padding-top: 50px;
    width: 320px;
  }
  #result-container {
    width: 1010px;
    padding: 0;
  }
  .tabbed-content table {
    width: 1003px;
  }
  .tabbed-content-item td.trigger.trigger1 {
    width: 66px;
  }
  .tabbed-content-item td.domain {
    width: 350px;
  }
  .tabbed-content-item td.status {
    width: 323px;
  }
  .tabbed-content-item td.price {
    width: 127px;
  }
  .tabbed-content-item tbody td.trigger.trigger2 {
    width: 120px;
  }
  .tabbed-content-item tbody td.trigger.trigger2 div.wrap a.astra {
    width: 110px;
  }
  .tabbed-content-item td {
    font-size: 16px;
  }
  .tabbed-content-item tr td.trigger.trigger1 a {
    width: 44px;
    background-position: 0 0;
  }
  .tabbed-content-item tr.l td.trigger.trigger1 .wrap {
    background-position: 8px 7px;
  }
  #search-form input[name='ur-namesearch'],
  .select2-container-multi .select2-choices .select2-search-field input {
    font-size: 18px;
  }
}
.select2-container .select2-choice {
  border: 0 none;
  height: 46px;
  background-image: none;
}
.select2-container .select2-choice .select2-arrow {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-left: 0 none;
}
.select2-container .select2-choice .select2-arrow b {
  background: url(//cdn.papaki.com/sites/all/themes/papaki3/img/front/grafix-menu-header/lang_dropdownaroow.png)
    no-repeat scroll center center rgba(0, 0, 0, 0);
}
.select2-container .select2-choice {
  line-height: 46px;
}
#search-form .select2-container {
  font-size: 16px;
  width: 85%;
}
#search-form .select2-outer {
  width: 130px;
  height: 48px;
  float: left;
  display: none;
}
#search-form .select2-outer #extensions2 {
  width: 120px;
  height: 48px;
}

/* ================================= https://cdn.papaki.com/sites/all/themes/papaki3/n/front/styles.beta.css?20150102-a ===================================*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
sup {
  vertical-align: super;
  font-size: 70%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  /*line-height: 1;*/
  font-size: 62.5% !important;
  -webkit-font-smoothing: subpixel-antialiased;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

/* helpers ------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: block;
  height: 0;
  visibility: hidden;
} /* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified/ */
.clearfix:after {
  clear: both;
}
.hidden {
  left: -999em;
  position: absolute !important;
  top: -999em;
}

/* CSS Document sites/all/themes/papaki3/n/homepage/css/styles.css?20160318-v5v89b7883 */
/* Hey George */
/* Updated css for Christmas 2015 */
.wow {
  visibility: hidden;
}
body,
html,
main {
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
}
#search-form .my-form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section,
header,
footer {
  display: block;
  text-align: center;
  position: relative;
}
.section {
  width: auto;
}
.fixedbg {
  box-sizing: content-box;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.toggle {
  display: none;
}
.shadow {
  -webkit-box-shadow: 0px -11px 18px -12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -11px 18px -12px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -11px 18px -12px rgba(0, 0, 0, 0.5);
}
/*div { text-align:center; }*/
.social_item {
  text-align: left;
}
h2 {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300 !important;
  font-size: 3.7em;
  color: #434343;
  text-align: center;
  padding: 60px 0;
  display: block;
}
.blue {
  color: #2a6a9a;
}
.white {
  color: white;
}

.fixed-bg {
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
.scrolling-bg {
  min-height: 100%;
}

.topheader {
  background: #326487;
  height: 24px;
}

.normal {
  background: rgba(12, 28, 74, 0.1);
  height: 80px;
}
.hero {
  background: url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/images/bluebg.jpg);
}
.new-feature-promo-section .hero {
  background: #4f9fd2;
}
.hero .search {
  min-height: 203px;
  background: rgba(12, 28, 74, 0.1);
}
.hero .offers {
  height: 210px;
  margin: 0 auto;
  overflow: hidden;
}
.hero .offers .left {
  height: 273px;
  display: inline-block;
  float: left;
}
.hero .offers .left canvas {
  margin-top: -32px;
}
.hero .offers .right {
  display: inline-block;
  float: left;
  padding-top: 60px;
  text-align: right;
}

.offers .offer_ssl .title {
  font-size: 2.8em;
  font-weight: 300;
  font-family: 'Roboto Slab';
  color: #ffffff;
  text-align: right;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.24);
}
.offers .offer_ssl .title strong {
  font-size: 1.2em;
  font-weight: 700;
}
.offers .offer_ssl .yellow {
  color: #f3f77f;
}
.offers .offer_ssl .light_green {
  color: #b0f5b7;
}
.offers .offer_ssl .text {
  font-family: 'Roboto';
  color: white;
  font-size: 1.3em;
  margin-top: 4px;
  line-height: 1.6em;
  text-align: right;
  max-width: 346px;
}

.hero .offers {
  height: 250px;
}

.offers .promo {
  padding-top: 62px;
  text-align: left;
}
.offers .promo .image {
  display: inline-block;
  float: left;
  padding: 0 30px;
}
.offers .promo .new {
  display: inline-block;
  padding: 3px 7px;
  border-radius: 3px;
  background: white;
  color: #f1633f;
  font-size: 12px;
  font-weight: 500;
  left: 122px;
  position: absolute;
}
.offers .promo .title {
  font-size: 32px;
  font-weight: 300;
  font-family: 'Roboto Slab';
  color: #ffffff;
  text-align: left;
  line-height: 33px;
}
.offers .promo .title strong {
  font-size: 15px;
  font-weight: 600;
}
.offers .promo .text {
  font-family: 'Roboto';
  color: white;
  font-size: 15px;
  margin-top: 4px;
  line-height: 1.6em;
  text-align: left;
  line-height: 17px;
}
.offers .promo .text strong {
  font-weight: 600;
}
.offers .promo:nth-child(2) {
  background: url(../images/promos_shadow.png) no-repeat left bottom;
}

.offers .offer_wordpress.promo .image {
  width: 150px;
  padding: 0;
}
.offers .offer_wordpress_image .atom {
  content: '';
  position: absolute;
  left: -7px;
  top: 40px;
  width: 167px;
  z-index: 0;
  -webkit-animation-name: rotating;
  animation-name: rotating;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: inline-block;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

/*New promo header icons*/
.offers .new_icons.promo .image img {
  position: relative;
  top: -20px;
}

.offers .new_icons.promo:nth-child(2) {
  background: none;
}

.offers .new_icons.promo:nth-child(2):after {
  display: block;
  content: '';
  height: 120px;
  position: absolute;
  top: 65px;
  left: 0px;
  width: 1px;
  border-left: 1px dashed rgba(255, 255, 255, 0.7);
}

.offers .new_icons.promo .new {
  display: none;
}

@media (max-width: 992px) {
  .offers .new_icons.promo:nth-child(2):after {
    left: -10px;
  }
}

@media (max-width: 768px) {
  .offers .new_icons.promo:nth-child(2):after {
    display: none;
  }
}
/*New promo header icons END*/

.whypapaki {
  min-height: 400px;
  text-align: center;
  background: white;
}
.whypapaki .item {
  display: inline-block;
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-size: 1.9em;
  color: #2a6a9a;
}
.whypapaki .item img {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.whypapaki ul li {
  float: left;
  margin-bottom: 50px;
  vertical-align: top;
  width: 25%;
}
.whypapaki ul li:last-child .item {
  margin-right: 0;
}
.whypapaki .item strong {
  font-weight: 700;
}
.whypapaki .item p {
  margin-top: 30px;
  line-height: 30px;
}

.papakifeatures {
  height: 560px;
  background: white;
  background: url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/images/bg2.jpg);
}
.papakifeatures .www {
  position: absolute;
  top: 276px;
  left: 50%;
  margin-left: -40px;
}
.papakifeatures img {
  display: inline-table;
  vertical-align: top;
}
.papakifeatures .features {
  max-width: 100%;
  display: inline-block;
  padding-bottom: 60px;
}
.papakifeatures .features .specs {
  visibility: hidden;
}
.papakifeatures .features td {
  width: 34%;
  vertical-align: top;
}
.papakifeatures .features td[rowspan='2'] {
  width: 322px;
}
.papakifeatures .features .textleft {
  text-align: left;
}
.papakifeatures .features .textright {
  text-align: right;
}
.papakifeatures .features table tr {
  height: 50%;
}
.papakifeatures .features div {
  padding-top: 0px;
}
.papakifeatures .features strong {
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-size: 2.2em;
  color: #2a6a9a;
  margin: 0 10px;
  margin-top: 9px;
  display: block;
}
.papakifeatures .features p {
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-size: 1.8em;
  color: #5f5f5f;
  margin: 5px 10px;
  display: inline-block;
  line-height: 24px;
}

.video {
  height: 580px;
  overflow: hidden;
  text-align: left;
  background: #525252;
}
.video img {
  max-width: none !important;
  border: 0;
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
}
.video .videos {
  width: 100%;
}
.controlpanel {
  height: 563px;
  background: #3eba57
    url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/images/greenbg.jpg);
}
.controlpanel .contents {
  width: 1000px;
  display: inline-block;
  position: relative;
}
.controlpanel .buttons {
  display: inline-block;
  float: left;
  width: 472px;
}
.controlpanel .buttons img {
  display: inline-block;
}
.controlpanel .laptop {
  right: 7px;
  position: absolute;
}
.blog {
  background: #bfbfbf;
  height: 700px;
}
footer {
  height: 410px;
  background: #414141;
}
/*.wow:first-child { visibility: hidden; }*/

/* Override papaki css */
.section4 h2 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 3.7em;
  color: #fff;
  text-align: inherit;
  padding: 0px 0px 0px 0px;
  display: block;
  line-height: 145px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-features .feature-container {
  height: 100px;
  margin: 0 auto;
  position: relative;
  width: auto;
}
#page .new-feature-promo-section .pcheader {
  background: #4f9fd2;
  z-index: 8000 !important;
}
#page .pcheader {
  background: #4f9fd2;
  z-index: 8000 !important;
}
#page .pcheader:after {
  display: none;
}
#header .menu .col .box {
  text-align: left;
}
/* New CSS */
.controlpanel {
  text-align: center;
}
.controlpanel h2 {
  font-size: 35px;
  color: #fff;
  text-align: center;
}
.controlpanel #slideshow-controls {
  margin-top: 0px !important;
  margin-left: 20px;
  text-align: left;
  width: 400px;
  display: inline-block;
  float: left;
}
.controlpanel #slideshow-controls li {
  position: relative;
  opacity: 1;
  display: block;
  height: 87px;
  clear: both;
  margin-bottom: 0;
}
.controlpanel #slideshow-controls li a {
  display: block;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}
.controlpanel #slideshow-controls li a p {
  color: white;
  display: inline-block;
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-size: 1.8em;
  height: 47px;
  vertical-align: middle;
  line-height: 23px;
}
.controlpanel #slideshow-controls li a p strong {
  font-family: Roboto Slab;
  font-size: 24px;
  font-weight: 700;
}
.controlpanel #slideshow-controls li a .iconholder {
  min-width: 10px;
  height: 77px;
  display: inline-block;
  margin: 5px;
  margin-right: 25px;
}
.controlpanel #slideshow-controls li a .icon {
  border: 2px rgba(255, 255, 255, 0.51) solid;
  width: 57px;
  height: 57px;
  margin-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}

.controlpanel #slideshow-controls li a .fa {
  color: #fff;
  opacity: 0.65;
  font-size: 2em;
  text-align: center;
  width: 57px;
  height: 57px;
  line-height: 57px;
  transition: 0.2s;
}
.controlpanel #slideshow-controls li.active a .fa {
  opacity: 1;
  font-size: 3em;
  width: 77px;
  height: 77px;
  line-height: 77px;
  font-size: 4em;
}

.controlpanel #slideshow-controls li a .fa-tachometer {
  line-height: 50px;
}
.controlpanel #slideshow-controls li.active a .fa-tachometer {
  line-height: 67px;
}

.controlpanel #slideshow-controls li.active {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  background: #063d58;
  background: rgba(6, 61, 88, 0.2);
  background: -moz-linear-gradient(
    left,
    rgba(6, 61, 88, 0.2) 0%,
    rgba(6, 61, 88, 0.2) 1%,
    rgba(6, 61, 88, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(6, 61, 88, 0.2)),
    color-stop(1%, rgba(6, 61, 88, 0.2)),
    color-stop(100%, rgba(6, 61, 88, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(6, 61, 88, 0.2) 0%,
    rgba(6, 61, 88, 0.2) 1%,
    rgba(6, 61, 88, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(6, 61, 88, 0.2) 0%,
    rgba(6, 61, 88, 0.2) 1%,
    rgba(6, 61, 88, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(6, 61, 88, 0.2) 0%,
    rgba(6, 61, 88, 0.2) 1%,
    rgba(6, 61, 88, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(6, 61, 88, 0.2) 0%,
    rgba(6, 61, 88, 0.2) 1%,
    rgba(6, 61, 88, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33063d58', endColorstr='#00063d58',GradientType=1 );
}
.controlpanel #slideshow-controls li.active .icon {
  width: 77px;
  height: 77px;
  margin-top: 0px;
}
.controlpanel #slideshow-controls li a * {
  vertical-align: middle;
}
.controlpanel #browser2 {
  overflow: hidden;
  width: auto;
}
.controlpanel .slideshow-images {
  width: 615%;
  position: relative;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.controlpanel .slideshow-images li {
  display: inline-block;
  float: left;
}
#search-container {
  background: url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/images/bluebg.jpg)
    #4e9ed4;
  min-height: 203px;
}
#search-container.new-feature-promo-section {
  background: #4f9fd2;
  min-height: 203px;
}

#search-container .no1-cup {
  min-height: 203px;
}
#search-container h1 {
  background: none;
  color: #fff;
  font: 300 4.5em 'Roboto Slab';
  padding: 0 0 0.4em 0;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
#search-form {
  background: rgba(12, 28, 74, 0.1);
}
.new-feature-promo-section #search-form {
  background: none;
}

#search-form {
  background: rgba(12, 28, 74, 0.1);
}
#search-form input[name='ur-namesearch'] {
  resize: none;
  font-family: Roboto;
  height: 48px;
  padding: 7px 10px;
  display: block;
  float: left;
  width: 83%;
  margin-right: -5px;
  margin-left: 10px;
  padding-top: 9px;
  transition: width 0.3s ease-in-out 0s;
  -webkit-transition: width 0.3s ease-in-out 0s;
  -moz-transition: width 0.3s ease-in-out 0s;
  -o-transition: width 0.3s ease-in-out 0s;
  moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  -khtml-border-radius: 5px 0px 0px 5px;
}
button#search {
  font: 500 1.7em 'Roboto';
  moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  -webkit-transition: background-color 1s linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
button#search:hover {
  background: #378a49;
}
button#search span {
  display: block;
  margin-top: -2px;
}
#search-form .blue-wrapper {
  background: none;
}
#page .min {
  height: 39px;
  -webkit-box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.5);
}
#page .min .pcheader {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.5);
}
/*#page .min #block-logo img:first-child { display:inline-block; }
#page .min #block-logo img:last-child { display:none; }*/

.hero .offers {
  width: 1170px;
}
.controlpanel #browser3 {
  display: none;
  width: auto;
  float: left;
}

@media (min-width: 768px) {
  #search-form .search-form-inner {
    width: 870px;
  }
  #search-form .blue-wrapper {
    padding: 100px 25px 120px 25px;
    min-height: 203px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 991px;
  }
  /*.container { max-width: none; width: 992px; }*/
  .hero .offers .left canvas {
    margin-left: -62px;
  }
  .hero .offers {
    width: 100%; /*991px;*/
  }

  #page {
    width: 100%;
    max-width: none;
  }

  #block-menu-menu-primary-menu {
    width: auto;
  }
  #header-shadow {
    display: none;
  }
  .sprite-login_icon,
  a:hover .sprite-login_icon {
    background: url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/images/profile-icon.png)
      no-repeat top left !important;
    background-position: -1px -1px !important;
  }
  .min .sprite-login_icon {
    background: url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/images/profile-icon_blue.png)
      no-repeat top left !important;
    background-position: -1px -1px !important;
  }
  .fancybox-lock #header {
    z-index: 999 !important;
  }
}
@media (min-width: 1160px) {
  #page {
    min-width: 1160px;
  }
  .hero .offers {
    width: 1160px;
  }
  /*.section { width: 1005; }*/
}
@media (max-width: 991px) {
  .hero .offers {
    width: 100%;
  }
  .hero .offers .right {
    text-align: center;
    padding: 45px 20px;
    width: auto;
    float: none;
  }
  .hero .offers .left {
    width: 440px;
  }
  .hero .offers .left canvas {
    margin-left: -20%;
  }
  .offers .offer_ssl .text {
    text-align: center;
  }
  .offers .offer_ssl .title {
    text-align: center;
  }
  .controlpanel .container {
    width: 100%;
  }
  .controlpanel .slideshow-images li {
    margin-left: -15px;
  }
  /*.controlpanel #browser2 { display:none; }
	.controlpanel #browser3 { display:inline-block; }*/
  .controlpanel #browser2 ul li img {
  }
  .papakifeatures {
    min-height: 560px;
    height: auto;
  }
  .papakifeatures .features {
    width: auto;
    font-size: 1.2em;
  }
  .papakifeatures .features td {
    width: auto;
    display: block;
    text-align: center !important;
  }
  .papakifeatures .features tr td:first-child {
  }
  .papakifeatures .features tr td:first-child br:first-child {
    display: none;
  }
  .papakifeatures .features td[rowspan='2'] {
    display: none;
  }
  .row {
    margin: 0;
  }
  .video {
    height: 1160px;
  }
  #search-form .search-form-inner {
    width: auto;
  }
  .whypapaki ul li {
    width: 50%;
    display: inline-block;
    float: left;
    font-size: 1.2em;
  }
  /*.whypapaki ul li { float:none; width:100%; display:block; font-size:1.2em; }*/
  .section4 h2 {
    font-size: 2.7em;
  }
}
@media (max-width: 768px) {
  #block-logo a.inc5000 {
    display: none;
  }
  button#search {
    width: 35%;
  }
  #search-form input[name='ur-namesearch'] {
    width: 62%;
    font-size: 1.4em;
  }
  h2 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .hero .offers .left {
    display: none;
  }
  .hero .offers .right .toggle {
    display: inline;
  }
  .papakifeatures h2 {
    padding-bottom: 20px;
  }
  .controlpanel #slideshow-controls {
    margin-top: 0 !important;
    float: none;
    width: auto;
    margin-left: 0;
  }
  .controlpanel #browser2 {
    display: none;
  }
  .controlpanel #browser3 {
    width: 25%;
    display: none;
  }
  .controlpanel #slideshow-controls li {
    height: auto;
  }
  .offers .promo:nth-child(2) {
    background: none;
  }
}
@media (max-width: 767px) {
  .section4 h2 {
    font-size: 2.4em;
  }
  .section4 {
    height: auto;
    padding-bottom: 50px;
  }
  .section4 h2 {
    line-height: 35px;
    margin-top: 30px;
    padding: 0 0 20px 0;
    text-align: center;
  }
  .section4 a {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .video {
    height: 1160px;
  }
  .controlpanel {
    height: auto;
    padding-bottom: 40px;
  }
  .controlpanel #slideshow-controls li a .iconholder {
    display: block;
    text-align: center;
    margin-right: auto;
  }
  .controlpanel #slideshow-controls li a p {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.9em;
  }
  .controlpanel #slideshow-controls li .icon {
    margin: 0 auto;
    margin-top: 10px;
  }
  .controlpanel #slideshow-controls {
    width: 100%;
    float: none;
  }
  .controlpanel #slideshow-controls li.active {
    background: none;
  }
  .box5 {
    background-position: top center;
  }
  .whypapaki ul li {
    width: 100%;
    display: block;
    float: left;
    font-size: 1.2em;
  }
  #search-container h1 {
    font-size: 3.5em;
  }
  h2 {
    font-size: 3.2em;
  }
  #search-form .blue-wrapper {
    padding-bottom: 3em;
    padding-top: 4em;
  }
  .hero .offers .right {
    padding: 5em 0;
  }
}
@media (min-width: 1050px) {
  .container {
    max-width: none;
    width: 1050px;
  }
  .hero .offers .left canvas {
    margin-left: -5px;
  }
}
@media (max-width: 1049px) {
  .hero .offers .left canvas {
    margin-left: -83px;
  }
}
@media (min-width: 992px) and (max-width: 1160) {
  .hero .offers {
    width: 100%;
  }
  .hero .offers .left canvas {
    margin-left: -100px;
  }
}
a.astra {
  color: #4e9ed4;
}

section.video,
.video iframe {
  background: white;
}

/* XMAS stuff, used for 2015 and 2016 */
div#header-sticky-wrapper.sticky-wrapper {
  height: 80px;
}
.xmasheader {
  display: none;
}

.xmas2015 #page .utility-bar {
  background: #414141;
}
.xmas2015 #page .pcheader:after {
  background: none;
}
.xmas2015 #page .min .pcheader {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.5);
}
.xmas2015 #page .hero {
  background: url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/christmas15/redhead.jpg)
    repeat-x center top #cc0000;
  background-size: auto 680px;
  /*animation:fading 10s infinite;
	-webkit-animation:fading 10s infinite;
	-moz-animation:fading 10s infinite;
	animation:fading 10s infinite;*/
}
.xmas2015 #page .hero .search {
  background: none;
}
.xmas2015 #page {
  background: url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/christmas15/redhead.jpg)
    center top #cc0000;
  background-size: auto 680px;
  /*animation:fading 10s infinite;
	-webkit-animation:fading 10s infinite;
	-moz-animation:fading 10s infinite;
	animation:fading 10s infinite;*/
}
/*.xmas2015 #main {
	background: url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/christmas15/redhead.jpg) repeat-x center -80px #CC0000;
	background-size:auto 680px;
	animation:fading 10s infinite;
	-webkit-animation:fading 10s infinite;
	-moz-animation:fading 10s infinite;
	animation:fading 10s infinite;
}*/
#main-squeeze,
#content {
  background: none;
}
.xmas2015 #page #search-container {
  background: none;
}
.xmas2015 #page #search-container .no1-cup {
  background: none;
  margin-bottom: -2px;
}
.xmas2015 #page .pcheader {
  background: none;
}
.xmas2015 #page .metafora {
  width: auto;
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.xmas2015 #page #search-container h1 {
  display: none;
}
.xmas2015 #page #search-container .xmastop {
  /*background:url(../images/hero_xmas.png) no-repeat top center;*/
  width: 261px;
  height: 296px;
  max-width: 100%;
  float: left;
  display: inline-block;
  margin-top: -95px;
}

.xmas2015 #page #search-form {
  background: url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/christmas15/snow.png)
    no-repeat bottom center;
}
@-moz-keyframes fading {
  0% {
    background: url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/christmas15/bluehead.jpg)
      center top #4e9ed4;
    background-size: auto 680px;
  }
  50% {
    background: url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/christmas15/redhead.jpg)
      center top #cc0000;
    background-size: auto 680px;
  }
  100% {
    background: url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/christmas15/bluehead.jpg)
      center top #4e9ed4;
    background-size: auto 680px;
  }
}
@-webkit-keyframes fading {
  0% {
    background: url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/christmas15/bluehead.jpg)
      center top #4e9ed4;
    background-size: auto 680px;
  }
  50% {
    background: url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/christmas15/redhead.jpg)
      center top #cc0000;
    background-size: auto 680px;
  }
  100% {
    background: url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/christmas15/bluehead.jpg)
      center top #4e9ed4;
    background-size: auto 680px;
  }
}
@keyframes fading {
  0% {
    background: url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/christmas15/bluehead.jpg)
      center top #4e9ed4;
    background-size: auto 680px;
  }
  50% {
    background: url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/christmas15/redhead.jpg)
      center top #cc0000;
    background-size: auto 680px;
  }
  100% {
    background: url(//cdn.papaki.com/sites/all/themes/papaki3/n/homepage/christmas15/bluehead.jpg)
      center top #4e9ed4;
    background-size: auto 680px;
  }
}

.xmas2015 #page #search-form .search-form-inner {
}
.xmas2015 #page #search-form .blue-wrapper {
  padding-bottom: 30px;
}
.xmas2015 #page .search-form-inner .xmasheader {
  height: auto;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 35px;
  padding-left: 10px;
  width: 70%;
  font-size: 36px;
  font-family: 'Roboto Slab';
  color: white;
}
.locale-en-GB .xmas2015 .search-form-inner .xmasheader {
}
.xmas2015 #page .search-form-inner .xmasheader.xmastop {
  padding-left: 0;
}
.xmas2015 #page button#search {
  display: inline-block;
}

@media (min-width: 1025px) {
  .xmas2015 #search-form input[name='ur-namesearch'] {
    width: 600px;
    display: inline-block;
    margin-left: 10px;
  }
}
@media (max-width: 1024px) {
  .xmas2015 .search-form-inner .xmasheader {
    float: none;
    margin-top: 0px;
    background-position: center top;
    width: 100%;
  }
  .xmas2015 #search-container .xmastop {
    float: none;
    margin-top: 0px;
  }
  .xmas2015 #search-form .blue-wrapper {
    padding-top: 40px;
  }
  .xmas2015 #search-form .search-form-inner {
    text-align: center;
    padding-bottom: 25px;
  }
  .xmas2015 #search-form input[name='ur-namesearch'] {
    width: 470px;
  }
  .xmas2015 button#search {
    display: block;
  }
}
@media (max-width: 991px) {
  .xmas2015 #search-form .search-form-inner {
    width: 991px;
  }
  .xmas2015 #page #search-container .xmastop {
    float: none;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    margin-top: -55px;
    height: 280px;
  }

  .xmas2015 #page #search-form input[name='ur-namesearch'] {
    display: block;
  }
  .xmas2015 #page button#search {
    display: default;
  }
  .xmas2015 #page #search-form .blue-wrapper {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .xmas2015 #page #search-form .search-form-inner {
    width: auto;
  }
  .xmas2015 #page .search-form-inner .xmasheader {
    background-position: center top;
    width: 100%;
    margin-top: 0px;
  }
  .xmas2015 #page #search-form .search-form-inner {
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .xmas2015 #page #search-form .search-form-inner {
    width: 100%;
  }
  .xmas2015 #page #search-form input[name='ur-namesearch'] {
    width: 62%;
  }
  .xmas2015 #page #search-container .xmastop {
    margin-top: 20px;
    padding-top: 0;
  }
  .xmas2015 #page #search-container .xmastop {
    margin-top: -35px;
    height: 190px;
  }
  .xmas2015 #page #search-container .xmastop canvas {
    height: 200px;
  }

  .xmas2015 #page .search-form-inner .xmasheader {
    height: auto;
    line-height: 35px;
    padding-left: 0px;
  }
  #search-form input[name='ur-namesearch'] {
    margin-left: 5px;
  }

  .hero .offers {
    height: auto;
  }
  .offers .promo {
    padding: 20px;
    text-align: center;
  }
  .offers .promo .title {
    text-align: center;
  }
  .offers .promo .text {
    text-align: center;
  }
  .metafora {
    padding-right: 15px !important;
  }
}
@media (max-width: 569px) {
  .xmas2015 #search-container .xmastop {
    height: 280px;
  }
  .xmas2015 .search-form-inner .xmasheader {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .xmas2015 #search-form .search-form-inner {
    width: 100%;
  }
  .xmas2015 .search-form-inner .xmasheader {
    margin-top: 0;
  }
  .xmas2015 #search-form .blue-wrapper {
    background: none;
  }
  .xmas2015 #search-container .xmastop {
    height: 220px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media (min-width: 1050px) {
  .xmas2015 #search-form .search-form-inner {
    width: 1049px;
  }
}
@media (min-width: 769px) {
  #search-form .blue-wrapper {
    padding: 100px 75px 20px 75px;
    min-height: 203px;
  }
}
@media (min-width: 992px) {
  .xmas2015 .cart-buttons li a:hover {
    background: rgba(255, 255, 255, 0.5);
  }
}

.xmaspromo {
  width: 490px;
  margin-top: 20px;
  display: block !important;
}

/*
@ Modified: 19/12/2017
*/
.proudtoserve {
  background: #326487;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 16px;
  color: white;
  text-align: left;
}
.proudtoserve .proudtoserve_logo {
  margin-top: 20px;
}
.proudtoserve a {
  text-decoration: underline;
  font-size: 13px;
}
.proudtoserve .proudtoserve_text {
  padding-left: 70px;
  line-height: 23px;
  border-left: 1px solid white;
  text-align: left;
}

.proudtoserve .row.page-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .proudtoserve .col-md-6 {
    text-align: center;
  }
  .proudtoserve .proudtoserve_text {
    margin-top: 0px;
    border-left: none;
    padding: 20px 10px 50px 10px;
    border-top: 1px solid white;
    text-align: left;
  }

  .proudtoserve .row.page-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

/*Why Papaki New SVG Section*/
.whypapaki .item p.m_top_0 {
  font-size: 19px;
  padding-top: 5px;
  margin-top: 0;
}
.whypapaki .item p.fline {
  font-size: 19px;
  font-weight: 700;
  padding-top: 25px;
}

.whypapaki aside.item p {
  color: #4e9ed4;
}

.whypapaki .duck_box,
.whypapaki aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  top: 20px;
  padding-bottom: 30px;
  -webkit-transition: background 0.25s ease-in-out, color 0.05s ease-in-out;
  -o-transition: background 0.25s ease-in-out, color 0.05s ease-in-out;
  transition: background 0.25s ease-in-out, color 0.05s ease-in-out;
}

.whypapaki .duck_box:hover {
  background: #4e9ed4;
  color: #fff;
  -webkit-box-shadow: 0px 4px 9px 2px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 4px 9px 2px rgba(0, 0, 0, 0.27);
}

.whypapaki .duck_box:hover p {
  color: #fff;
}

@media (max-width: 992px) {
  .whypapaki aside.item {
    padding-bottom: 40px;
  }
  .whypapaki .item p.fline {
    padding-top: 0px;
  }
}
/*Why Papaki New SVG Section END*/

/*AWARDS SECTION*/
.vraveia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vraveia .vraveio-box {
  height: 300px;
  background: #4e9ed4;
  width: 33.3%;
  margin: 0em 0.5em;
  background-position: center;
  background-position: center top;
  background-size: 70%;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 1px 1px 9px rgba(85, 85, 85, 0.22);
  box-shadow: 1px 1px 9px rgba(85, 85, 85, 0.22);
}

.vraveia .vraveio-box.great-place_aw {
  background-image: url('../images/awards/great-place.png');
}

.vraveia .vraveio-box.support_aw {
  background-position: 50% 10%;
  background-image: url('../images/awards/support_aw_el.png');
}

.vraveia .vraveio-box.support_aw.support_English {
  background-position: 50% 10%;
  background-image: url('../images/awards/support_aw_en.png');
}

.vraveia .vraveio-box.evolution_aw {
  background-position: 50% 15%;
  background-image: url('../images/awards/evolution.png');
}

.vraveia .content-box-inner h3 {
  padding-top: 10px;
}

.vraveia .vraveio-box:hover {
  -webkit-box-shadow: 1px 1px 9px rgba(85, 85, 85, 0.22);
  box-shadow: 1px 1px 9px rgba(85, 85, 85, 0.22);
}

.vraveia .vraveio-box:hover .the-content-box {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  background: rgba(0, 0, 0, 0.8);
  background: #fff;
}
.vraveia .vraveio-box:hover .the-content-box hr {
  width: 80px;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.vraveia .vraveio-box .the-content-box p {
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
  color: #656565;
  padding-right: 25px;
  line-height: 20px;
  font-size: 15px;
}

.vraveia .vraveio-box:hover .the-content-box p {
  opacity: 1;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
  color: #656565;
  padding-right: 25px;
  line-height: 20px;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 0;
  height: 160px;
}

.vraveia .vraveio-box:hover .the-content-box a {
  opacity: 1;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
  border-radius: 2px;
  font-size: 15px;
}

.vraveia .box-inner {
  position: absolute;
  height: 80%;
  width: 100%;
  top: 20%;
  left: 0;
  margin: auto;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.vraveia .vraveio-box:hover .box-inner {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.vraveia .the-content-box {
  position: relative;
  height: 100%;
  width: 100%;
  background: #fff;
  color: white;
  -webkit-transform: translateY(69%);
  -ms-transform: translateY(69%);
  transform: translateY(69%);
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.vraveia .the-content-box h1 {
  padding: 0.2em 0em 0em 0em;
  margin: 0;
}
.vraveia .the-content-box hr {
  background: #52b266;
  height: 3px;
  border: none;
  margin: 1em 0em 0em 0em;
  width: 0;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.vraveia .the-content-box p {
  opacity: 0;
  -webkit-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
  -webkit-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
}
.vraveia .the-content-box a {
  display: inline-block;
  background: #52b266;
  padding: 0.5em 1em;
  color: white;
  text-decoration: none;
  font-weight: bolder;
  position: relative;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  opacity: 0;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}

.vraveia .content-box-inner {
  padding: 0em 1em;
}

.vraveia .content-box-inner h3 {
  margin-top: 15px;
  font-size: 20px;
  padding-top: 5px;
  margin-top: 0;
  color: #4e9ed4;
  -webkit-transition: 0.4s ease-in-out 0.5s;
  -o-transition: 0.4s ease-in-out 0.5s;
  transition: 0.4s ease-in-out 0.5s;
  line-height: 24px;
}

.vraveia .vraveio-box:hover .content-box-inner h3 {
  margin-top: 0;
  padding-top: 10px;
}

.vraveia .content-box-inner h3:after {
  color: #52b266;
  text-align: center;
  border-radius: 100%;
  display: block;
  content: '\f02e';
  font-family: 'fontawesome';
  font-size: 32px;
  position: absolute;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  opacity: 0;
  top: 50px;
  right: 0;
  margin: 0 10px;
}

.vraveia .vraveio-box:hover .content-box-inner h3:after {
  opacity: 1;
  top: 0;
}

@media all and (max-width: 992px) {
  .awards_new .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .vraveia .vraveio-box {
    -webkit-box-shadow: 1px 1px 9px rgba(85, 85, 85, 0.22);
    box-shadow: 1px 1px 9px rgba(85, 85, 85, 0.22);
  }

  .vraveia .content-box-inner h3 {
    font-size: 18px;
  }
}

@media all and (max-width: 850px) {
  .awards_new .vraveia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .vraveia .vraveio-box {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}

@media all and (max-width: 450px) {
  .vraveia .vraveio-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}

/*AWARDS SECTION END*/

/*XMAS 2018 - REMOVE FOR NORMAL VIEW*/

/*
#page .utility-bar {
    background: #123e5d;
}

#page .pcheader{
    background:url(../images/xmas_bg_2017.jpg) no-repeat;
    background-position: 50% 10%;
}

#search-container{
    background:url(../images/xmas_bg_2017.jpg) no-repeat;
    background-position: 50% 100%;
}

.hero{
    background:none;
}

@media (min-width: 1800px) {
#page .pcheader,
#search-container{
    background-size:cover;
}
}
*/

/*XMAS 2018 END*/


section.main ul.grid li div.box .play {
	position: relative;
	bottom: 0;
	right: 0;
	position: relative;
	display: flex;
	text-align: center;
	justify-content: center;    
  }
  ​
  ​
  section.main ul.grid li:hover div.box {
	display: flex;
	justify-content: space-around;
	flex-flow: column;
  }
  ​
  @media (max-width: 1200px) {
	.video { 
	height: 1200px; 
	}
  }
  