/* base.css */

/*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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
 { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit;
   font-style: inherit; font-size: 100%; font-family: inherit;
   vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ul { list-style: disc; padding-left:20px; }
ol { list-style: decimal; padding-left:20px; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

html, body { width:100%; height:100%; }
body { font-size:12px; background-color:#fff; text-align:left; }
img, div { behavior:url(assets/css/iepngfix.htc); }
img { border:none; display:block; }
a { cursor:pointer; }
body, p, div, tr, td, span, a, pre
 { font-family: 'Open Sans', sans-serif; line-height:1.6em; color:#6f6f6f;
   text-decoration:none; }
small { font-size: 86%; }
a { color:#0000CC; }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
 { color:#000; font-weight:bold; }
h1, h1 a { font-size:24px }
h2, h2 a { font-size:20px }
h3, h3 a { font-size:16px }
fieldset { border: 1px solid black; padding:10px; }
.align-left, .al { text-align:left; }
.align-right, .ar { text-align:right; }
.align-justify, .aj { text-align:justify; }
.align-center, .ac { text-align:center; }
*/
.float-left, .fl { float:left; }
.float-right, .fr { float:right; }
.float-clear, .fc, .cl { clear:both; height:0px, display:block; }
.hidden, .h { display:none; }

/* default.css */

.carttable {
  width: 100%;
  border: 1px solid #ccc;
}
.carttable tr.head td {
  font-weight: bold;
}
.carttable tr td {
  padding: 5px;
  vertical-align: middle;
  border-right: 1px solid #f4f4f4;
}
.carttable tr.odd td {
  border-right: 1px solid #eaeaea;
}
.carttable tr td.col-delete {
  width: 16px;
  text-align: center;
}
.carttable tr td.col-image {
  width: 32px;
  text-align: center;
}
.carttable tr td.col-productcode {
  width: 100px;
}
.carttable tr td.col-price {
  width: 60px;
  text-align: right;
}
.carttable tr td.col-qty {
  width: 60px;
  text-align: center;
}
.carttable tr td.col-qty a img, .carttable tr td.col-qty img {
  display: inline;
}
.carttable tr td.col-linetotal {
  width: 60px;
  border-right: none;
  text-align: right;
}
.carttable tr td {
  border-top: 1px solid #f4f4f4;
}
.carttable tr.head td {
  border-top: none;
}
.carttabletotals {
  width: 300px;
  border: 1px solid #ccc;
}
.carttabletotals tr td {
  padding: 5px;
  vertical-align: middle;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  background-color: #eaeaea;
  text-align: right;
}
.carttabletotals tr td.title {
  padding: 5px;
  vertical-align: middle;
  border-right: 1px solid #f4f4f4;
  background-color: #ddd;
  font-weight: bold;
  text-align: left;
}
.checkouttable {
  width: 500px;
  border: 1px solid #ccc;
}
.checkouttable tr td {
  padding: 5px;
  vertical-align: middle;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  background-color: #eaeaea;
  text-align: right;
}
.checkouttable tr td.title {
  width: 150px;
  padding: 5px;
  vertical-align: middle;
  border-right: 1px solid #f4f4f4;
  background-color: #ddd;
  font-weight: bold;
  text-align: left;
}
.carttable-print tr.head, .carttable-print tr.odd, .carttable-print tr.even, .carttabletotals tr td, .checkouttable tr td, .carttabletotals tr td.title, .checkouttable tr td.title {
  background-color: #fff;
}
#pagination a {
  color: #006400;
}
.tab {
  display: none;
  background: url("../img-other/txt.gif") repeat-x;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.tab-active {
  display: block;
}
.tabs .header ul li a {
  display: block;
  padding: 5px 10px;
  background-color: white;
  color: #06c;
  font-weight: bold;
  background: url("../img-other/txt.gif") repeat-x;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabs .header ul li.active {
  border: 1px solid #06c;
  border-bottom: none;
}
.tabs .header ul li.active a {
  background: none;
  background-color: #06c;
  color: white;
  font-weight: bold;
}
.tabs .header ul li {
  display: block;
  float: left;
  margin: 5px;
  padding: 1px;
  padding-bottom: 0px;
  border: 1px solid #999;
  border-bottom: none;
  margin-bottom: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tab {
  border: 1px solid #06c;
  clear: both;
  padding: 10px;
}

/* template.css */

@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700);
.mobile, #showLeft {
  display: none;
}
body {
  background: #fff;
  font-family: "Open Sans";
}
.h1_text {
  color: #7f0226;
  margin: 34px 0 23px 0;
  font-size: 23px;
}
.h1_mainpage {
  color: #7f0226;
  margin: 40px 0 25px 0;
  font-size: 31px;
  text-align: center;
  font-weight: bold;
}
.container {
  margin: 0 auto;
  max-width: 999px;
}
.container_menu {
  margin: 0 auto;
  display: table;
}
.container-menu {
  display: table;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}
.font13 {
  font-size: 13px;
}
.font17 {
  font-size: 17px;
}
.container-menu > ul {
  list-style-type: none;
  width: 650px;
  margin-left: 54px;
  margin-right: auto;
}
.container-menu > ul > li {
  float: left;
  margin-left: 13px;
}
.container-menu > ul > li > a:hover {
  background: #7f0226;
  border: 1px solid #860505;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.container-menu > ul > li > a {
  color: #989898;
  border: 1px solid #989898;
  padding: 7px 17px 7px 17px;
  display: inline-block;
  text-decoration: none;
}
.container-menu > ul > li.active {
  float: left;
  margin-left: 13px;
}
.container-menu > ul > li > a.active {
  color: #7f0226;
  background: #7f0226;
  border: 1px solid #860505;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none;
}
.date-news {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: -7px;
}
.container-text-news {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-contact {
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}
label.error {
  position: absolute;
  color: #7f0226;
  top: 15px;
  right: 4px;
}
#formContactUs label.error {
  position: absolute;
  color: #7f0226;
  top: 31px;
  right: 37%;
}
.wrap {
  display: table;
  width: 100%;
}
.title-medium {
  font-size: 31px;
  margin: 31px 0 19px 0;
}
.title-23 {
  font-size: 23.29px;
}
.title-box {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.title-small {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 9px;
}
#request {
  position: relative;
}
.nav > li {
  margin-bottom: -1px;
}
.item {
  position: relative;
}
.item img {
  width: 100%;
}
div.menu-trigger {
  position: fixed;
  top: 33px;
  left: 10px;
  width: 36px;
  height: 36px;
  background: #dfe5eb;
  cursor: pointer;
  border-radius: 5px;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@font-face {
  font-family: 'ico';
  src: url('data:application/octet-stream;base64,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') format('woff'), url('data:application/octet-stream;base64,AAEAAAAQAQAABAAARkZUTWWSa94AAAEMAAAAHEdERUYANgAGAAABKAAAACBPUy8yPidZSAAAAUgAAABWY21hcNApA+UAAAGgAAABVmN2dCAG1/8IAAALyAAAABxmcGdtigp4OwAAC+QAAAmRZ2FzcAAAABAAAAvAAAAACGdseWa173lDAAAC+AAABlZoZWFk/1VATwAACVAAAAA2aGhlYQfcA6MAAAmIAAAAJGhtdHgasQBdAAAJrAAAACRsb2NhBLoGcwAACdAAAAAUbWF4cAEeCi0AAAnkAAAAIG5hbWWRnTKOAAAKBAAAAVZwb3N01fkKggAAC1wAAABicHJlcJKhmv8AABV4AAAAVgAAAAEAAAAAyYlvMQAAAADOBH5WAAAAAM4EflYAAQAAAA4AAAAYAAAAAAACAAEAAwAIAAEABAAAAAIAAAABA5QBkAAFAAgCigK8AAAAjAKKArwAAAHgADEBAgAAAgAFAwAAAAAAAAAAAAAQAAAAAAAAAAAAAABQZkVkAEDoAOgFA1L/agBaA1IAlQAAAAEAAAAAAAAAAAADAAAAAwAAABwAAQAAAAAAUAADAAEAAAAcAAQANAAAAAYABAABAAIAAOgF//8AAAAA6AD//wAAAAAAAQAAAAQAAAAHAAYAAwAEAAUACAAAAQYAAAEAAAAAAAAAAQIAAAACAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACACP/sgPoAwoAEgA5AFRAURMLAgMHAiUBAwQKAQAFA0IABQMAAwUAaAABAgABTwgGCQMCAAQDAgRbAAcAAwUHA1sAAQEAUwAAAQBHAAA3NTIwLSsjIR8dGhgAEgASFyYKESsTFAcRFAYnIyImNxEmNTQ+ARYVBREUBgcGIyIuAiMiBwYjIiYnETQ3Njc2MzIWFxYzMj4CMzIWF7MkCggkBwwBJCo6KgM3Dg94ViJGNEwqa5gJCQ8UAREMIIRnPGhGFRweSDIwBg8UAQLDKBX9PgcMAQoIAsIVKB4oAiwcJP5WDg4IQRgeGFEFFg4BnhINCBBDICELGBwYFg4AAAAAAgAA/7ADWgMJAAcAbABTQFBVAQUGZlhLQAQABWw5CAMBADMnGg8EAgEkAQMCBUIABgAAAQYAWwABAgMBTwcBBQQBAgMFAlsAAQEDUwADAQNHXFpTUElHKikiHxgXExIIESsANCYiBhQWMiUVFAYPAQYHFhcWFAcOAQciLwEGBwYHBisBIiY1JyYnBwYiJyYnJjQ3PgE3Ji8BLgE3NTQ2PwE2NyYnJjQ3PgEzMh8BNjc2NzY7ATIWFRcWFzc2MzIXFhcWFRQHDgEHFh8BHgEHAjtUdlRUdgFyCAdnCwsUKAYFD1AMBwhNGRoJBwQQfAgMEBsXTwYQBkYWBAQIKAoPCGYHCgEIB2gIDhYmBgUPUA0HCE0ZGgkHBBB8CAwQGxdPBQgHB0gUBAQIKAoPCGYHCgEBI3ZUVHZUzHwHDAEQHhUcMQcOBhVOAQU8DQhMHBAKB2cJDDwFBkAeBg4GDDIOHBsPAQwHfAcMARAaGSAtBwwHFFAGPA0ITBwQCgdnCQw8BQZCHQQIBwYMMg4cGxABDAcAAAABADz/7gLUAoYAIwAlQCIiGRAHBAACAUIDAQIAAAJPAwECAgBTAQEAAgBHFBwUFAQTKyQUDwEGIi8BBwYiLwEmND8BJyY0PwE2Mh8BNzYyHwEWFA8BFwLUEEwQLBCkpBAsEEwQEKSkEBBMECwQpKQQLBBMEBCkpIYsEEwQEKSkEBBMECwQpKQQLBBMEBCkpBAQTBAsEKSkAAP////5A1kCxAAPAB8ALwA8QDkoIAIEBRgQAgIDCAACAAEDQgAFAAQDBQRbAAMAAgEDAlsAAQAAAU8AAQEAUwAAAQBHJiYmJiYkBhUrJRUUBgchIiYnNTQ2NyEyFhMVFAYHISImJzU0NjchMhYTFRQGByEiJic1NDY3ITIWA1kWDvzuDxQBFg4DEg8UARYO/O4PFAEWDgMSDxQBFg787g8UARYOAxIPFGRHDxQBFg5HDxQBFgEQRw8UARYORw8UARYBEEcPFAEWDkcPFAEWAAAEAAD/awOgA1IAAwATACMASACIS7AKUFhAMQsJAgcCDAMHYA0BDAMCDANmBQEDAAEAAwFaBAECAghTCgEICApDAAAABlMABgYLBkQbQDILCQIHAgwCBwxoDQEMAwIMA2YFAQMAAQADAVoEAQICCFMKAQgICkMAAAAGUwAGBgsGRFlAFyQkJEgkSEZEQT47OjMlNTU1NTQREA4YKxchESE3NTQmKwEiBh0BFBY7ATI2JTU0JisBIgYdARQWOwEyNjcRFAYjISImNRE0NjsBNTQ2OwEyFh0BMzU0NjsBMhYdATMyFhVHAxL87tYKCCQICgoIJAgKAa0KCCQICgoIJAgK1iod/O4dKiodRzQlJCU01jQlJCU0Rx0qTwI7bKEICgoIoQgKCgihCAoKCKEICgos/TYdKiodAsodKjYlNDQlNjYlNDQlNiodAAAAAAb///+yBC4DCwADAAcACwAPAB8ALwBvQGwYAQcIEAEJAAJCAAsACAcLCFsPAQcDAAdNDQEDBQADTQ4BBQEABU0MAQEGBAIDAAkBAFkACQoKCU8ACQkKUwAKCQpHDAwICAQEAAAuKyYjHhwWFAwPDA8ODQgLCAsKCQQHBAcGBQADAAMREBArARUjNQERIxEFESMRJREjERMRNCYHISIGFxEUFjchMjYTERQGIyEiJjURNDYzITIWAR6PAWWPAWWPAWWP1goI/IMHDAEKCAN9BwxGNCX8gyU0NCUDfSU0ARfW1gEe/gwB9I/+mwFl1v3FAjv9jwKnBwwBCgj9WQcMAQoCr/1ZJTQ0JQKnJTQ0AAAAAQAAAAEAALyRuTZfDzz1AAsD6AAAAADOBH5WAAAAAM4Eflf///9rBC4DUgAAAAgAAgAAAAAAAAABAAADUv9rAFoEL/////8ELgABAAAAAAAAAAAAAAAAAAAACQPoAAAAAAAAAU0AAAPoACMDWQAAAxEAPANZ//8DoAAABC///wAAAAAAAAAAAIABSgGWAf4CpAMrAAEAAAAJAG0ABgAAAAAAAgAgAC0AbgAAAIAJkQAAAAAAAAAMAJYAAQAAAAAAAQADAAgAAQAAAAAAAgAHABwAAQAAAAAAAwAfAGQAAQAAAAAABAADAIwAAQAAAAAABQALAKgAAQAAAAAABgADALwAAwABBAkAAQAGAAAAAwABBAkAAgAOAAwAAwABBAkAAwA+ACQAAwABBAkABAAGAIQAAwABBAkABQAWAJAAAwABBAkABgAGALQAaQBjAG8AAGljbwAAUgBlAGcAdQBsAGEAcgAAUmVndWxhcgAARgBvAG4AdABGAG8AcgBnAGUAIAAyAC4AMAAgADoAIABpAGMAbwAgADoAIAAxADEALQA3AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IGljbyA6IDExLTctMjAxMwAAaQBjAG8AAGljbwAAVgBlAHIAcwBpAG8AbgAgADEALgAwAABWZXJzaW9uIDEuMAAAaQBjAG8AAGljbwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAABAAIBAgEDAQQBBQEGAQcEZmxhZwNjb2cGY2FuY2VsBG1lbnUOY2FsZW5kYXItZW1wdHkJY2hhcnQtYmFyAAAAAQAB//8ADwAAAAAAAAAAAAAAAAAAAAAAMgAyA1L/awNS/2uwACywIGBmLbABLCBkILDAULAEJlqwBEVbWCEjIRuKWCCwUFBYIbBAWRsgsDhQWCGwOFlZILAKRWFksChQWCGwCkUgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7AAK1lZI7AAUFhlWVktsAIsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAMsIyEjISBksQViQiCwBiNCsgoAAiohILAGQyCKIIqwACuxMAUlilFYYFAbYVJZWCNZISCwQFNYsAArGyGwQFkjsABQWGVZLbAELLAHQyuyAAIAQ2BCLbAFLLAHI0IjILAAI0JhsIBisAFgsAQqLbAGLCAgRSCwAkVjsAFFYmBEsAFgLbAHLCAgRSCwACsjsQIEJWAgRYojYSBkILAgUFghsAAbsDBQWLAgG7BAWVkjsABQWGVZsAMlI2FERLABYC2wCCyxBQVFsAFhRC2wCSywAWAgILAJQ0qwAFBYILAJI0JZsApDSrAAUlggsAojQlktsAosILgEAGIguAQAY4ojYbALQ2AgimAgsAsjQiMtsAssS1RYsQcBRFkksA1lI3gtsAwsS1FYS1NYsQcBRFkbIVkksBNlI3gtsA0ssQAMQ1VYsQwMQ7ABYUKwCitZsABDsAIlQrEJAiVCsQoCJUKwARYjILADJVBYsQEAQ2CwBCVCioogiiNhsAkqISOwAWEgiiNhsAkqIRuxAQBDYLACJUKwAiVhsAkqIVmwCUNHsApDR2CwgGIgsAJFY7ABRWJgsQAAEyNEsAFDsAA+sgEBAUNgQi2wDiyxAAVFVFgAsAwjQiBgsAFhtQ0NAQALAEJCimCxDQUrsG0rGyJZLbAPLLEADistsBAssQEOKy2wESyxAg4rLbASLLEDDistsBMssQQOKy2wFCyxBQ4rLbAVLLEGDistsBYssQcOKy2wFyyxCA4rLbAYLLEJDistsBkssAgrsQAFRVRYALAMI0IgYLABYbUNDQEACwBCQopgsQ0FK7BtKxsiWS2wGiyxABkrLbAbLLEBGSstsBwssQIZKy2wHSyxAxkrLbAeLLEEGSstsB8ssQUZKy2wICyxBhkrLbAhLLEHGSstsCIssQgZKy2wIyyxCRkrLbAkLCA8sAFgLbAlLCBgsA1gIEMjsAFgQ7ACJWGwAWCwJCohLbAmLLAlK7AlKi2wJywgIEcgILACRWOwAUViYCNhOCMgilVYIEcgILACRWOwAUViYCNhOBshWS2wKCyxAAVFVFgAsAEWsCcqsAEVMBsiWS2wKSywCCuxAAVFVFgAsAEWsCcqsAEVMBsiWS2wKiwgNbABYC2wKywAsANFY7ABRWKwACuwAkVjsAFFYrAAK7AAFrQAAAAAAEQ+IzixKgEVKi2wLCwgPCBHILACRWOwAUViYLAAQ2E4LbAtLC4XPC2wLiwgPCBHILACRWOwAUViYLAAQ2GwAUNjOC2wLyyxAgAWJSAuIEewACNCsAIlSYqKRyNHI2EgWGIbIVmwASNCsi4BARUUKi2wMCywABawBCWwBCVHI0cjYbAGRStlii4jICA8ijgtsDEssAAWsAQlsAQlIC5HI0cjYSCwBCNCsAZFKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgsAhDIIojRyNHI2EjRmCwBEOwgGJgILAAKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwgGJhIyAgsAQmI0ZhOBsjsAhDRrACJbAIQ0cjRyNhYCCwBEOwgGJgIyCwACsjsARDYLAAK7AFJWGwBSWwgGKwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbAyLLAAFiAgILAFJiAuRyNHI2EjPDgtsDMssAAWILAII0IgICBGI0ewACsjYTgtsDQssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbABRWMjIFhiGyFZY7ABRWJgIy4jICA8ijgjIVktsDUssAAWILAIQyAuRyNHI2EgYLAgYGawgGIjICA8ijgtsDYsIyAuRrACJUZSWCA8WS6xJgEUKy2wNywjIC5GsAIlRlBYIDxZLrEmARQrLbA4LCMgLkawAiVGUlggPFkjIC5GsAIlRlBYIDxZLrEmARQrLbA5LLAwKyMgLkawAiVGUlggPFkusSYBFCstsDossDEriiAgPLAEI0KKOCMgLkawAiVGUlggPFkusSYBFCuwBEMusCYrLbA7LLAAFrAEJbAEJiAuRyNHI2GwBkUrIyA8IC4jOLEmARQrLbA8LLEIBCVCsAAWsAQlsAQlIC5HI0cjYSCwBCNCsAZFKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgR7AEQ7CAYmAgsAArIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbCAYmGwAiVGYTgjIDwjOBshICBGI0ewACsjYTghWbEmARQrLbA9LLAwKy6xJgEUKy2wPiywMSshIyAgPLAEI0IjOLEmARQrsARDLrAmKy2wPyywABUgR7AAI0KyAAEBFRQTLrAsKi2wQCywABUgR7AAI0KyAAEBFRQTLrAsKi2wQSyxAAEUE7AtKi2wQiywLyotsEMssAAWRSMgLiBGiiNhOLEmARQrLbBELLAII0KwQystsEUssgAAPCstsEYssgABPCstsEcssgEAPCstsEgssgEBPCstsEkssgAAPSstsEossgABPSstsEsssgEAPSstsEwssgEBPSstsE0ssgAAOSstsE4ssgABOSstsE8ssgEAOSstsFAssgEBOSstsFEssgAAOystsFIssgABOystsFMssgEAOystsFQssgEBOystsFUssgAAPistsFYssgABPistsFcssgEAPistsFgssgEBPistsFkssgAAOistsFossgABOistsFsssgEAOistsFwssgEBOistsF0ssDIrLrEmARQrLbBeLLAyK7A2Ky2wXyywMiuwNystsGAssAAWsDIrsDgrLbBhLLAzKy6xJgEUKy2wYiywMyuwNistsGMssDMrsDcrLbBkLLAzK7A4Ky2wZSywNCsusSYBFCstsGYssDQrsDYrLbBnLLA0K7A3Ky2waCywNCuwOCstsGkssDUrLrEmARQrLbBqLLA1K7A2Ky2wayywNSuwNystsGwssDUrsDgrLbBtLCuwCGWwAyRQeLABFTAtAAAAS7gAyFJYsQEBjlm5CAAIAGMgsAEjRLADI3CyBCgJRVJEsgoCByqxBgFEsSQBiFFYsECIWLEGA0SxJgGIUVi4BACIWLEGAURZWVlZuAH/hbAEjbEFAEQAAA==') format('truetype');
}
div.menu-trigger:before {
  content: '\e801';
  display: inline-block;
  width: 36px;
  height: 36px;
  color: black;
  font-family: "ico";
  font-style: normal;
  font-size: 1.2em;
  font-weight: normal;
  font-variant: normal;
  text-align: center;
  text-transform: none;
  line-height: 36px;
}
.nav > li > a {
  color: #000;
  text-transform: uppercase;
  padding: 15px 17px 17px 17px;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 0;
  cursor: pointer;
}
.nav > li > a:hover, .nav > li > a.active {
  background: #7f0226;
  border: 1px solid #860505;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.containerBox {
  width: 100%;
}
.bar > img {
  width: 100%;
}
.bar {
  background: url(../img-design/headback.png) center top repeat-y;
  height: auto;
}
.galleria {
  position: relative;
}
.galleria img {
  width: 100%;
  /*    inside galleria    */
}
.image {
  position: relative;
  top: -80px;
  z-index: 10;
  width: auto;
}
#learn-title {
  width: 335px;
}
#learn-btn {
  position: absolute;
  z-index: 20;
  top: 150px;
}
.beetwen_input {
  position: relative;
}
#btn-learn {
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 8px;
  font-size: 12px;
  width: 122px;
  display: block;
  background: #7f0226;
  border: 1px solid #860505;
}
#btn-learn:hover {
  background: none;
  color: #860505;
  border: 1px solid #860505;
}
#btn-learn-text {
  width: 180px;
  text-align: center;
  color: #860505;
  padding: 8px;
  font-size: 12px;
  width: 122px;
  border: 1px solid #860505;
}
.logo {
  margin-top: 25px;
  display: table;
  position: relative;
  position: relative;
  left: calc(50% - 238px);
}
#commonHead {
  background: url(../img-design/headback.png) center top repeat-y;
  height: 116px;
}
#commonHead > img {
  width: 100%;
}
.head_newsup {
  position: absolute;
  top: 0;
  height: 60px;
  left: calc(50% - 500px);
}
#newsHead {
  position: absolute;
  top : 0px;
  right: 10px;
}
#btn-newsLetterSign .lightviewform {
  padding: 8px 8px 8px 39px;
  display: inline-block;
  background: url(../img-design/sprite.png) no-repeat;
  background-position: 7px -21px;
  cursor: pointer;
  text-decorationb: none;
}
.lightviewform {
  color: #fff;
  border: 1px solid white;
}
#btn-newsLetterSign .lightviewform:hover {
  color: #7f0226;
  text-decoration: none;
  background-position: 7px -46px;
}
#btn-newsLetterSign:hover {
  background: #fff;
  color: #7f0226;
}
.detail-homeMap > p {
  text-align: justify;
  font-size: 13px;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border: 1px solid;
}
.map {
  float: right;
}
.text-homeMap {
  margin-top: 150px;
}
.table-container {
  width: 677px;
  margin: auto;
  text-align: left;
}
.table-request {
  width: 900px;
}
.textCenter.short {
  padding-bottom: 20px;
}
.textCenter {
  text-align: center;
}
.textCenter ul {
  text-align: center;
  margin: 0 auto;
  list-style: none;
}
.red {
  color: #7f0226;
  font-weight: bold;
}
.aboutText .red {
  margin: 40px 0 23px 0;
}
.white {
  color : #fff;
}
.whiteBg {
  background: #fff;
}
.font-grey {
  color: #504545;
  text-decoration: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
form#formContactUs {
  margin-bottom: 0px;
  /*    /inside galleria    */
  /*    box    */
}
.row-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
.plane {
  width: 98px;
  height: 34px;
  background: url(../img-design/sprite.png) no-repeat;
  background-position: 7px -83px;
  display: inline-block;
}
.learn-title-first {
  font-weight: bold;
  line-height: 47px;
  font-family: Verdana, Arial, Sans-serif, Helvetica;
  width: 500px;
  padding-left: 10px;
}
#learn-text {
  width: 380px;
  font-size: 18px;
  padding-left: 10px;
}
.center_text {
  padding: 0px 5%;
  position: relative;
  top: -10px;
}
small {
  max-width: 500px;
}
.box {
  background: #fff;
  height: 430px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.h2_contact {
  font-size: 18px;
  text-align: center;
  color: #7f0226;
}
.c-btn {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}
input.form-contact-input-request {
  border-radius: 0px;
  background: #fff;
  padding: 10px 10px 10px 18px;
  width: 42%;
  margin: 0 24px 20px 0;
}
input.table-request-input {
  border: none;
  padding: 11px 0px 0px 0px;
  width: 42%;
  margin-left: 10px;
}
select.form-contact-input-request {
  width: 470px;
  height: 50px;
  color: #9c9999;
  background: #fff;
  border-radius: 0px;
  -webkit-appearance: none;
  background-image: url("../img-design/grey_arrow_dw.png");
  padding: 0.5em;
  padding-right: 1.5em;
  background-position-x: 97%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.continer-select {
  width: 692px;
  margin: 26px auto;
}
select.form-contact-input-request-small {
  width: 224px;
  height: 50px;
  color: #9c9999;
  background: #fff;
  border-radius: 0px;
  -webkit-appearance: none;
  background-image: url("../img-design/grey_arrow_dw.png");
  padding: 0.5em;
  padding-right: 1.5em;
  background-position-x: 97%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}
input.form-contact-input {
  border-radius: 0px;
  background: #fff;
  padding: 10px 10px 10px 18px;
  width: 42%;
  margin: 0 23px 20px 0;
}
#formContactUs input.form-contact-input:nth-child(2n+2) {
  margin-right: 0;
}
.form-contact-field .input.form-contact-input:nth-child(2n+2) {
  margin-right: 0;
}
textarea.form-contact-input {
  width: 100%;
}
div#form-address {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.form-table-request-textarea {
  width: 756px;
  height: 187px;
  border-radius: 0px;
}
.partners {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  margin: 0 auto;
  margin: 46px auto 23px;
}
.partners li {
  margin-right: 29px;
  list-style: none;
  float: left;
}
.partners li:last-child {
  margin-right: 0;
}
.row-gray {
  background: #f1f1f1;
  padding-top: 30px;
  padding-bottom: 30px;
}
.img-box {
  width: 100%;
  border: none;
  height: 184px;
}
.img-box-news {
  width: 99%;
  margin: auto;
  border: none;
}
.newbannerwrapper {
  height: 440px;
  overflow: hidden;
}
.capion-box {
  text-align: justify;
}
.description-box {
  position: relative;
  top: 0px;
  font-size: 12px;
  text-align: center;
}
.description-box .h2, .description-box h2 {
  font-size: 18px;
  margin: 0px;
}
.description-box p {
  margin-bottom: 0;
}
.description-box .h4, .description-box h4 {
  font-size: 12px;
}
.col-xs-4.col-sm-4.col-md-4.col-lg-4 {
  padding: 6px;
}
.text-homeMap {
  margin-top: 145px;
  position: absolute;
  width: 380px;
  font-size: 13px;
  /*    /box    */
}
.grey {
  background: #f1f1f1;
  /*.container-grey{
	position: relative;
}
.container-news{
	position: absolute;
	
}*/
}
article#description {
  width: 751px;
  margin-left: auto;
  margin-right: auto;
}
article#description2 {
  width: 751px;
  margin-left: auto;
  margin-right: auto;
}
.video {
  margin-bottom: -14px;
}
.titleService {
  margin: auto;
  text-align: center;
  height: 100px;
}
.schedule {
  color: #fff;
  /*    margin-left: -2px;
    margin-right: 3px;*/
  background: #760114;
}
.table-bordered > tbody > tr > td.border-dw {
  border-bottom-color: #7f0226;
}
.table-bordered > tbody > tr > td.border-up {
  border-top-color: #7f0226;
}
.g-recaptcha {
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: -webkit-center;
}
input.form-table-request-input {
  width: 140px;
  height: 47px;
  border-radius: 0px;
}
input.form-table-request-input-head {
  width: 140px;
  height: 40px;
  margin-bottom: -1px;
  margin-left: -5px;
  border-radius: 0px;
  background: #f1f1f1;
}
input[readonly].form-table-request-input-head-first {
  width: 61px;
  height: 40px;
  margin-bottom: -1px;
  margin-left: -5px;
  border-radius: 0px;
  background: #f1f1f1;
  cursor: default;
}
input[readonly].form-table-request-input-head {
  cursor: default;
  background-color: #f1f1f1;
}
form-table-request-input-head {
  cursor: default;
  background-color: #f1f1f1;
}
input[readonly].form-table-request-input-first {
  cursor: default;
  width: 61px;
  height: 40px;
  border-radius: 0px;
  background: #fff;
}
input[readonly].form-table-request-input {
  cursor: default;
  background-color: #fff;
}
.tit {
  cursor: pointer;
}
.readMore {
  cursor: pointer;
}
footer {
  text-align: center;
  clear: both;
}
.footerCompany {
  position: relative;
  color: #fff;
}
.footerCompany {
  background: #333;
}
.footerCompanyText {
  padding: 16px 0;
  margin: 0;
}
.footerCompanyTextUml {
  padding: 16px 0;
  margin: 0;
}
menuAbout {
  text-align: center;
}
#newsHead {
  cursor: pointer;
  top: 55px;
}
#learn-box {
  position: absolute;
  z-index: 20;
  top: 80px;
  left: 135px;
  text-align: left;
  font-size: 41px;
  background: rgba(255, 255, 255, 0.5);
  width: 500px;
  /**dialog**/
}
#learn-box #learn-btn {
  opacity: 0.5;
}
.ui-dialog .ui-dialog-buttonpane {
  border-width: 0px;
}
.ui-dialog-buttonset {
  float: left;
}
.social {
  width: 34px;
  position: absolute;
  top: 80%;
  right: 1px;
}
.col-md-6 {
  padding: 10px;
}
.contact_form {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ico-social {
  padding-bottom: 2px;
}
.info {
  border: 1px solid #f1f1f1;
}
.btnContact {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  font-family: Arial;
  color: #7f0226;
  background: #f1f1f1;
  padding: 10px 20px 10px 20px;
  border: solid #f1f1f1 1px;
  text-decoration: none;
  width: 100%;
}
.btnContact:hover {
  text-decoration: none;
}
input[type=checkbox], input[type=radio] {
  margin: -3px 7px 0;
}
.table-bordered {
  border-radius: 0px;
  width: 677px;
}
label.form-contact-label {
  width: 171px;
  text-align: left;
  font-size: 12px;
}
.myBtn {
  color: #7f0226;
  background: none;
  padding: 10px 20px 10px 20px;
  border: solid #860505 2px;
  text-decoration: none;
  cursor: pointer;
}
#formContactUs .myBtn {
  margin-top: 28px;
}
.myBtn:hover {
  background: #7f0226;
  border: 2px solid #860505;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.myBtn:hover {
  text-decoration: none;
}
.short {
  width: 800px;
  margin: auto;
}
.myBtn-gray {
  color: #989898;
  background: none;
  padding: 8px 17px 8px 17px;
  border: solid #989898 1px;
  text-decoration: none;
  cursor: pointer;
}
.myBtn-gray:hover {
  background: #7f0226;
  border: 1px solid #860505;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn-box {
  position: absolute;
  bottom: 33px;
  width: 100%;
  text-align: center;
  /*----------------------------------*/
}
.img-box-news {
  position: relative;
}
.left_A_news {
  position: absolute;
  top: 48%;
  left: 0px;
}
.right_A_news {
  position: absolute;
  top: 48%;
  right: 0px;
  /*---------------------------------*/
}
.description-box {
  position: relative;
  top: 0px;
}
.myBtn-white {
  color: #fff;
  background: none;
  padding: 10px 20px 10px 20px;
  border: solid #fff 2px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  top: -13px;
}
.myBtn-white:hover {
  background: #fff;
  color: #7f0226;
}
.myBtn-white:hover {
  text-decoration: none;
}
.bar-bottom {
  background: url(../img-design/headback.png) center top repeat-y;
  height: 70px;
}
.barBottomHome-text-container {
  letter-spacing: 3px;
  padding-top: 23px;
  text-align: center;
}
#bar-mail {
  background: url(../img-design/sprite.png) no-repeat;
  background-position: 1px -134px;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top: -6px;
}
#bar-text {
  padding: 0px 5%;
  position: relative;
  top: -10px;
}
.item_up {
  position: relative;
  z-index: 2;
  padding-left: 0;
  margin-bottom: 0;
}
.detailed_page {
  padding: 30px 0;
}
.item_up .container {
  padding-top: 31px;
  padding-bottom: 25px;
}
.item_up .title-medium {
  margin-top: 0;
}
.item_down {
  position: relative;
  z-index: 1;
}
.item_down img {
  position: relative;
  top: 5px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.footernav.container {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  margin: 0 auto;
  margin-bottom: 16px;
}
.footernav.container li {
  margin-right: 0;
  list-style: none;
  float: left;
}
.footernav.container li:last-child {
  margin-right: 0;
}
.footernav.container a {
  padding: 0 15px;
  color: #929292;
  text-transform: capitalize;
  cursor: pointer;
}
.footernav.container li:first-child a {
  padding-left: 0;
}
.footernav.container li:last-child a {
  padding-right: 0;
}
.box a {
  color: #7f0226;
  cursor: pointer;
}
.footernav.container a:hover {
  color: #7f0226;
}
.footernav.container li {
  color: #929292;
}
.item_down:hover img {
  top: 0;
}
form#formContactUs {
  margin-bottom: 0px;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#formContactUs textarea {
  width: 95%;
  max-width: 95%;
  text-indent: 10px;
  border: 1px solid #9f9f9f;
}
.contact_form #formContactUs textarea {
  margin-left: -21px;
}
.form-contact {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.form-contact-input {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #008ec6;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #fcfcfc;
  border-radius: 0px;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.form-request-input {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 0px solid #fff;
  color: gray;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #fcfcfc;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.66);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.table-request-input {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0);
  font: normal 16px/normal "Times New Roman", Times, serif;
  color: #008ec6;
  -o-text-overflow: clip;
  text-overflow: clip;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2) inset;
}
.form-address-field {
  padding-bottom: 48px;
  font-size: 17px;
}
.form-address > p {
  padding: 0px 0px 22px 0px;
}
.box-news {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  background: white;
}
#newsletter .header {
  background: url(../img-design/headback.png) center top repeat-y;
  height: 52px;
  padding-top: 9px;
}
#newsletter .header img {
  width: 45%;
  margin: 0 auto;
  display: block;
}
.header + h1 {
  font-size: 14px;
  text-align: center;
  background: url(../img-design/sprite.png) no-repeat;
  background-position: 72px 3px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  padding: 6px 25px 6px 77px;
}
#newsletter p {
  text-align: center;
  color: #929292;
  margin-bottom: 19px;
}
#newsletter form {
  text-align: center;
}
#newsletter form input[type="text"] {
  border-radius: 0px;
  background: #fff;
  padding: 10px;
  width: 88%;
  display: block;
  height: 50px;
  padding-left: 18px;
  margin: 0px 25px 10px 25px;
}
#newsletter button {
  margin-top: 10px;
}
.title_detailed {
  margin-bottom: 25px;
}
.news_date {
  margin: 17px 0 10px 0;
}
.news_title {
  font-weight: bold;
}
.caption-box {
  padding: 0 17px;
}
.caption-box h3 {
  font-size: 16px;
}
.btn-box a {
  color: #929292;
  font-size: 12px;
}
.owl-controls {
  position: absolute;
  top: calc(50% - 37px);
  width: 100%;
}
.owl-prev {
  float: left;
}
.owl-next {
  float: right;
}
h1.news_title {
  color: #7f0226;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}
.margin {
  margin-top: 30px;
}
.info_contacts p {
  font-size: 11px;
}
.info_contacts {
  margin-top: 16px;
  float: left;
  margin-left: 20px;
  margin-bottom: 5px;
}
.info.det img {
  float: left;
  margin-left: 18px;
  margin-top: 10px;
  /*  REQUEST FORM  */
}
.table_red_row {
  background: #7f0226;
  color: #fff;
}
.table_red_row td {
  padding: 12px 0;
}
.table_gray_row {
  background: #f1f1f1;
}
.table_gray_row td {
  text-align: left;
  padding: 19px 0 10px 10px;
}
#request_form td, #handlyng_form td {
  border-color: #dadada;
}
#request_form, #handlyng_form {
  border: 0;
  width: 100%;
}
#number_pax_in, #number_pax_out, #number_of_crew {
  width: 32%;
  margin-right: 12px;
  padding-right: 30px;
  margin-bottom: 20px;
}
#number_of_crew {
  margin-right: 0;
}
.time {
  background: url(../img-design/sprite.png) no-repeat 108px -147px, url(../img-design/sprite.png) no-repeat 62px -177px;
  display: inline-block;
  padding: 18px 18px 18px 20px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #7f0226 !important;
  background: #7f0226 !mportant;
  color: #fff !important;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  background: #7f0226;
  color: #fff;
}
#ui-datepicker-div {
  border: 1px solid #7f0226 !important;
}
.hasDatepicker {
  background: url(../img-design/sprite.png) no-repeat 112px -117px, url(../img-design/sprite.png) no-repeat 86px -177px;
  display: inline-block;
  padding: 8px 18px 18px 20px;
}
#request_form input, #handlyng_form input {
  border: 0;
}
#handlyng_form {
  margin-bottom: 30px;
}
#request input.form-contact-input-request, #request_hand input.form-contact-input-request {
  border-radius: 0px;
  background: #fff;
  padding: 10px 10px 10px 18px;
  width: 59%;
  margin: 0 0px 20px 0;
}
#request input.form-contact-input-request.error, select.form-contact-input-request.error, #formContactUs input.form-contact-input.error, #request_hand input.form-contact-input-request.error {
  border: 1px solid #7f0226 !important;
}
.recapcta_label label {
  top: 31px;
  right: 41%;
}
#request textarea {
  width: 100%;
  border: 1px solid #9f9f9f;
  text-indent: 10px;
  padding: 14px 18px 18px 10px;
}
#request input[readonly].form-table-request-input-first {
  padding: 0 0 0 12px;
  /* END REQUEST FORM   */
  /* START MOBILE NAV   */
  /* General styles for all menus */
}
.cbp-spmenu {
  background: #fff;
  position: fixed;
}
.cbp-spmenu ul {
  padding-left: 0px;
}
.cbp-spmenu li {
  list-style: none;
  border-bottom: 1px solid #7f0226;
}
.cbp-spmenu a {
  color: #7f0226;
  display: block;
  font-size: 1.1em;
  font-weight: 300;
  text-transform: capitalize;
}
.cbp-spmenu h3 {
  color: #fff;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #7f0226;
}
.cbp-spmenu h3 span {
  float: right;
  font-size: 17px;
  vertical-align: middle;
  position: relative;
  top: 7px;
}
.cbp-spmenu a:hover {
  background: #7f0226;
  color: #fff;
}
.cbp-spmenu a:active {
  background: #afdefa;
  color: #47a3da;
  /* Orientation-dependent styles for the content of the menu */
}
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
}
.cbp-spmenu-vertical a {
  padding: 1em;
  /* Vertical menu that slides from the left or right */
}
.cbp-spmenu-left {
  left: -240px;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
  /* Push classes applied to the body */
}
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.cbp-spmenu-push-toright {
  left: 240px;
}
.cbp-spmenu-push-toleft {
  left: -240px;
  /* Transitions */
}
.cbp-spmenu, .cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* END MOBILE NAV   */
  /* Request form start   */
}
.plus_row {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #7f0226;
  border-radius: 20px;
  color: #fff;
}
.minus_row {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #7f0226;
  border-radius: 20px;
  color: #fff;
}
.controls {
  width: 50px;
}
#request_form .row-table td:last-child {
  border: 0;
}
#handlyng_form .row-table td:last-child {
  border: 0;
  /* Request form end    */
}
.checkbox label:after, .radio label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr, .radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
}
.radio .cr {
  border-radius: 50%;
}
.checkbox .cr .cr-icon, .radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}
.radio .cr .cr-icon {
  margin-left: 0.04em;
}
input[name="arrival_airport"] {
  width: 100%;
}
.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
  opacity: 0.5;
}
#request_hand input[type="checkbox"] {
  display: none;
}
#request_hand input[type="checkbox"] + label {
  font: 18px bold;
  color: #444;
  cursor: pointer;
  text-transform: uppercase;
}
#request_hand input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin: 0 5px 0 0;
  background: url(../img-design/check.png) no-repeat;
  background-repeat: no-repeat;
}
#request_hand input[type="checkbox"] + label::before {
  background-position: 1px -16px;
}
#request_hand input[type="checkbox"]:checked + label::before {
  background-position: 1px 4px;
}
#additional_service {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 30px;
  /*  PLaceholder star */
}
#additional_service li {
  margin-right: 26px;
  list-style: none;
  float: left;
}
#additional_service li:last-child {
  margin-right: 0;
}
#additional_service li {
  width: 31%;
}
#additional_service li:nth-child(3n+3) {
  margin-right: 0px;
}
.beetwen_input > .place_holder {
  z-index: 100;
  left: 10px;
  cursor: text;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 100%;
  display: none;
  color: lightgrey;
}
.beetwen_input > input:invalid + .place_holder {
  display: inline;
  /*вся проблема в том, если placeholder больше инпута*/
}
.beetwen_input {
  position: relative;
  overflow: hidden;
}
.place_holder span {
  color: red;
}
.btn-box {
  width: 88%;
}
#request input.form-contact-input-request, #request_hand input.form-contact-input-request, .form-table-request-textarea, input.form-contact-input {
  border: 1px solid #a6a6a6;
}
.partners li {
  float: none;
}
.rc-anchor-normal .rc-anchor-content {
  width: 170px !important;
}
.rc-anchor-normal .rc-anchor-checkbox-label {
  width: 100% !important;
  /*  end placeholder star  */
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .newbannerwrapper {
    height: 160px;
  }
  #learn-box {
    display: none;
  }
  .mobile {
    display: inline-block;
  }
  .dekstop {
    display: none;
  }
  #showLeft {
    display: block;
  }
  .mobile {
    display: block;
  }
  #newsHead, .footernav.container, .dekstop {
    display: none;
  }
  .head_newsup {
    left: 0;
    text-align: center;
  }
  .head_newsup .logo {
    left: 0;
    margin-top: 17px;
  }
  .head_newsup img {
    width: 85%;
  }
  .menu_wrap, #bar-mail {
    display: none;
  }
  article#description, div#form-address, form#formContactUs, .text-homeMap, .c-btn, .short {
    width: auto;
  }
  #content {
    padding: 0 15px;
  }
  .item_down img {
    width: 100%;
  }
  #learn-box {
    left: 18px;
    top: 0;
  }
  .btn-box {
    bottom: 29px;
    width: 92%;
  }
  .map {
    float: none;
  }
  .map img {
    width: 100%;
  }
  .text-homeMap {
    margin-top: 20px;
    position: relative;
    margin-bottom: 25px;
  }
  input.form-contact-input {
    width: 87%;
    margin: 0 0 20px 0;
  }
  .form-contact {
    padding: 0 15px;
  }
  .partners li {
    float: none;
  }
  #learn-box {
    font-size: 14px;
  }
  #learn-text {
    width: 160px;
    font-size: 14px;
  }
  #learn-btn {
    position: absolute;
    z-index: 20;
    top: 96px;
  }
  #learn-btn a {
    font-size: 11px;
  }
  #btn-learn {
    background: #7f0226;
    border: 1px solid #860505;
    color: #fff;
  }
  .plane {
    display: block;
    margin: 0 auto;
  }
  .center_text {
    padding: 0px 5%;
    margin: 14px 0px 17px 0;
    display: block;
    top: 0;
  }
  .title-homeMap.red p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  #bar-text {
    display: block;
  }
  .myBtn-white {
    top: 0;
  }
  .bar-bottom {
    height: 125px;
  }
  .barBottomHome-text-container {
    padding-bottom: 23px;
  }
  #commonHead {
    height: 85px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .newbannerwrapper {
    margin-top: 84px;
  }
  .aboutText .red {
    margin: 23px 0;
  }
  .title-medium {
    font-size: 26px;
  }
  .relative {
    padding: 0 20px;
  }
  .menu1, .cat1 {
    padding: 0;
    margin: 0;
  }
  .menu1 a, .cat1 a {
    display: block;
  }
  .cat1 {
    list-style: none;
  }
  .menu1 li a span {
    float: right;
  }
  .menu1 li a.active {
    background: #7f0226;
    border: 1px solid #860505;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  #form-address adress {
    margin: 0 15px;
  }
  form#formContactUs, .short {
    margin: 0 15px;
  }
  select.form-contact-input-request, #number_pax_in, #number_pax_out, #number_of_crew, #request input.form-contact-input-request, #request_hand input.form-contact-input-request, .form-table-request-textarea {
    width: 100%;
    border: 2px solid #ccc;
  }
  .form-table-request-textarea {
    padding: 20px;
  }
  #request_form td, #handlyng_form td, #handlyng_form td p {
    font-size: 9px !important;
  }
  .time {
    background: url(../img-design/sprite.png) no-repeat 61px -144px, url(../img-design/sprite.png) no-repeat 43px -177px;
    display: inline-block;
    padding: 18px 0px 18px 16px;
  }
  input.form-table-request-input {
    width: 100%;
    height: 47px;
    border-radius: 0px;
  }
  #request input.form-table-request-input {
    padding: 0;
    width: 42px !important;
  }
  #request_hand input[type="checkbox"] + label {
    font: 14px bold;
  }
  #additional_service li {
    list-style: none;
    margin-right: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .mobile {
    display: inline-block;
  }
  .dekstop {
    display: none;
  }
  #showLeft {
    display: block;
  }
  .mobile {
    display: block;
  }
  #newsHead, .footernav.container, .dekstop {
    display: none;
  }
  .head_newsup {
    left: 0;
    text-align: center;
  }
  .head_newsup .logo {
    margin-top: 17px;
  }
  .head_newsup img {
    width: 85%;
  }
  .menu_wrap, #bar-mail {
    display: none;
  }
  article#description, div#form-address, form#formContactUs, .text-homeMap, .c-btn, .short {
    width: auto;
  }
  #content {
    padding: 0 15px;
  }
  .item_down img {
    width: 100%;
  }
  #learn-box {
    left: 18px;
    top: 0;
  }
  .btn-box {
    bottom: 29px;
    width: 92%;
  }
  .map {
    float: none;
  }
  .map img {
    width: 100%;
  }
  .text-homeMap {
    margin-top: 20px;
    position: relative;
    margin-bottom: 25px;
  }
  input.form-contact-input {
    width: 87%;
    margin: 0 0 20px 0;
  }
  .form-contact {
    padding: 0 15px;
  }
  .partners li {
    float: none;
  }
  #learn-box {
    font-size: 14px;
  }
  #learn-text {
    width: 160px;
    font-size: 14px;
  }
  #learn-btn {
    position: absolute;
    z-index: 20;
    top: 96px;
  }
  #learn-btn a {
    font-size: 11px;
  }
  #btn-learn {
    background: #7f0226;
    border: 1px solid #860505;
    color: #fff;
  }
  .plane {
    display: block;
    margin: 0 auto;
  }
  .center_text {
    padding: 0px 5%;
    margin: 14px 0px 17px 0;
    display: block;
    top: 0;
  }
  .title-homeMap.red p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  #bar-text {
    display: block;
  }
  .myBtn-white {
    top: 0;
  }
  .bar-bottom {
    height: 125px;
  }
  .barBottomHome-text-container {
    padding-bottom: 23px;
  }
  #commonHead {
    height: 85px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .newbannerwrapper {
    margin-top: 84px;
  }
  .aboutText .red {
    margin: 23px 0;
  }
  .title-medium {
    font-size: 26px;
  }
  .relative {
    padding: 0 20px;
  }
  .menu1, .cat1 {
    padding: 0;
    margin: 0;
  }
  .menu1 a, .cat1 a {
    display: block;
  }
  .cat1 {
    list-style: none;
  }
  .menu1 li a span {
    float: right;
  }
  .menu1 li a.active {
    background: #7f0226;
    border: 1px solid #860505;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  #form-address adress {
    margin: 0 15px;
  }
  form#formContactUs, .short {
    margin: 0 15px;
  }
  .col-xs-12 {
    width: 48%;
  }
  .img-box {
    height: auto;
  }
  .container {
    width: 100%;
  }
  .btn-box {
    width: 88%;
  }
  select.form-contact-input-request, #number_pax_in, #number_pax_out, #number_of_crew, #request input.form-contact-input-request, #request_hand input.form-contact-input-request, .form-table-request-textarea {
    width: 100%;
    border: 2px solid #ccc;
  }
  select.form-contact-input-request, #number_pax_in, #number_pax_out, #number_of_crew, #request input.form-contact-input-request, #request_hand input.form-contact-input-request, .form-table-request-textarea {
    width: 100%;
    border: 2px solid #ccc;
  }
  .form-table-request-textarea {
    padding: 20px;
  }
  #request_form td, #handlyng_form td, #handlyng_form td p {
    font-size: 9px !important;
  }
  .time {
    background: url(../img-design/sprite.png) no-repeat 61px -144px, url(../img-design/sprite.png) no-repeat 43px -177px;
    display: inline-block;
    padding: 18px 0px 18px 16px;
  }
  input.form-table-request-input {
    width: 100%;
    height: 47px;
    border-radius: 0px;
  }
  #request input.form-table-request-input {
    padding: 0;
    width: 42px !important;
  }
  #request_hand input[type="checkbox"] + label {
    font: 14px bold;
  }
  #additional_service li {
    list-style: none;
    margin-right: 0;
    width: 50%;
  }
  .newbannerwrapper {
    height: 150px;
  }
  #learn-box {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .mobile {
    display: inline-block;
  }
  .dekstop {
    display: none;
  }
  #showLeft {
    display: block;
  }
  .mobile {
    display: block;
  }
  #newsHead, .footernav.container, .dekstop {
    display: none;
  }
  .head_newsup {
    left: 0;
    text-align: center;
  }
  .head_newsup .logo {
    margin-top: 17px;
  }
  .head_newsup img {
    width: 85%;
  }
  .menu_wrap, #bar-mail {
    display: none;
  }
  article#description, div#form-address, form#formContactUs, .text-homeMap, .c-btn, .short {
    width: auto;
  }
  #content {
    padding: 0 15px;
  }
  .item_down img {
    width: 100%;
  }
  #learn-box {
    left: 18px;
    top: 0;
  }
  .btn-box {
    bottom: 29px;
    width: 92%;
  }
  .map {
    float: none;
  }
  .map img {
    width: 100%;
  }
  .text-homeMap {
    margin-top: 20px;
    position: relative;
    margin-bottom: 25px;
  }
  input.form-contact-input {
    width: 87%;
    margin: 0 0 20px 0;
  }
  .form-contact {
    padding: 0 15px;
  }
  .partners li {
    float: none;
  }
  #learn-box {
    font-size: 14px;
  }
  #learn-text {
    width: 160px;
    font-size: 14px;
  }
  #learn-btn {
    position: absolute;
    z-index: 20;
    top: 96px;
  }
  #learn-btn a {
    font-size: 11px;
  }
  #btn-learn {
    background: #7f0226;
    border: 1px solid #860505;
    color: #fff;
  }
  .plane {
    display: block;
    margin: 0 auto;
  }
  .center_text {
    padding: 0px 5%;
    margin: 14px 0px 17px 0;
    display: block;
    top: 0;
  }
  .title-homeMap.red p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  #bar-text {
    display: block;
  }
  .myBtn-white {
    top: 0;
  }
  .bar-bottom {
    height: 125px;
  }
  .barBottomHome-text-container {
    padding-bottom: 23px;
  }
  #commonHead {
    height: 85px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .newbannerwrapper {
    margin-top: 84px;
  }
  .aboutText .red {
    margin: 23px 0;
  }
  .title-medium {
    font-size: 26px;
  }
  .relative {
    padding: 0 20px;
  }
  .menu1, .cat1 {
    padding: 0;
    margin: 0;
  }
  .menu1 a, .cat1 a {
    display: block;
  }
  .cat1 {
    list-style: none;
  }
  .menu1 li a span {
    float: right;
  }
  .menu1 li a.active {
    background: #7f0226;
    border: 1px solid #860505;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  #form-address adress {
    margin: 0 15px;
  }
  form#formContactUs, .short {
    margin: 0 15px;
  }
  .col-xs-12 {
    width: 48%;
  }
  .img-box {
    height: auto;
  }
  .container {
    width: 100%;
  }
  .btn-box {
    width: 88%;
  }
  select.form-contact-input-request, #number_pax_in, #number_pax_out, #number_of_crew, #request input.form-contact-input-request, #request_hand input.form-contact-input-request, .form-table-request-textarea {
    width: 100%;
    border: 2px solid #ccc;
  }
  select.form-contact-input-request, #number_pax_in, #number_pax_out, #number_of_crew, #request input.form-contact-input-request, #request_hand input.form-contact-input-request, .form-table-request-textarea {
    width: 100%;
    border: 2px solid #ccc;
  }
  .form-table-request-textarea {
    padding: 20px;
  }
  #request_form td, #handlyng_form td, #handlyng_form td p {
    font-size: 9px !important;
  }
  .time {
    background: url(../img-design/sprite.png) no-repeat 61px -144px, url(../img-design/sprite.png) no-repeat 43px -177px;
    display: inline-block;
    padding: 18px 0px 18px 16px;
  }
  input.form-table-request-input {
    width: 100%;
    height: 47px;
    border-radius: 0px;
  }
  #request input.form-table-request-input {
    padding: 0;
    width: 97px !important;
  }
  #request_hand input[type="checkbox"] + label {
    font: 14px bold;
  }
  #additional_service li {
    list-style: none;
    margin-right: 0;
    width: 50%;
  }
  #learn-text {
    width: auto;
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #additional_service li {
    list-style: none;
    float: left;
    margin-right: 0;
    width: 33%;
  }
  input.form-table-request-input {
    width: 122px;
  }
  .btn-box {
    width: 88%;
  }
  .container {
    width: 100%;
  }
  .head_newsup {
    left: auto;
  }
  .img-box {
    height: auto;
  }
  .nav > li > a {
    color: #000;
    text-transform: uppercase;
    padding: 15px 11px 17px 11px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 0;
    cursor: pointer;
    font-size: 11px;
  }
  .partners li {
    float: none;
  }
  .time {
    background: url(../img-design/sprite.png) no-repeat 90px -147px, url(../img-design/sprite.png) no-repeat 62px -177px;
    display: inline-block;
    padding: 18px 18px 18px 20px;
  }
  .short {
    width: 100%;
    padding: 0 15px;
  }
  .text-homeMap {
    margin-top: 40px;
  }
  .map img {
    width: 67%;
    float: right;
  }
  #learn-box {
    top: 26px;
    left: 50px;
  }
  .center_text {
    padding: 0;
  }
  select.form-contact-input-request, #number_pax_in, #number_pax_out, #number_of_crew, #request input.form-contact-input-request, #request_hand input.form-contact-input-request, .form-table-request-textarea {
    width: 100%;
    border: 2px solid #ccc;
  }
  .nav > li > a {
    padding: 15px 5px 17px 5px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .nav > li > a {
    padding: 15px 12px 17px 12px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 349px) {
  .newbannerwrapper {
    height: 170px;
  }
  .item img {
    width: auto;
    height: 170px;
  }
}
@media only screen and (min-width: 350px) and (max-width: 399px) {
  .newbannerwrapper {
    height: 170px;
  }
  .item img {
    width: auto;
    height: 170px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
  .newbannerwrapper {
    height: 170px;
  }
  .item img {
    width: auto;
    height: 170px;
  }
}
@media only screen and (min-width: 450px) and (max-width: 479px) {
  .newbannerwrapper {
    height: 170px;
  }
  .item img {
    width: auto;
    height: 170px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .newbannerwrapper {
    height: 170px;
  }
  .item img {
    width: auto;
    height: 170px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .newbannerwrapper {
    height: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .newbannerwrapper {
    height: 225px;
  }
}
@media only screen and (min-width: 851px) and (max-width: 979px) {
  .newbannerwrapper {
    height: 270px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1023px) {
  .newbannerwrapper {
    height: 310px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  .newbannerwrapper {
    height: 325px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
  .newbannerwrapper {
    height: 350px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .newbannerwrapper {
    height: 370px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
  .newbannerwrapper {
    height: 410px;
  }
}
@media (min-width: 1400px) and (max-width: 1699px) {
  .newbannerwrapper {
    height: 440px;
  }
}
@media (min-width: 1700px) and (max-width: 2000px) {
  .newbannerwrapper {
    height: 530px;
  }
}

/* jquery.fancybox.css */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img-other/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img-other/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img-other/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img-other/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img-other/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img-other/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
