/*==========================================================================
****************************************************************************
                                                                           *
    Title: Powałowski                                                      *
    Author: Jamel Interactive                                              *
    File: main.less                                                        *
                                                                           *
****************************************************************************
============================================================================

    1. IMPORTS

    2. COMMON
        2.1 Containers / Miscellaneous
        2.2 Header (logo and navigation)
        2.3 Footer
        2.4 Side nav

    3. MODULES
        3.1 Rotator
        3.2 Categories
        3.3 Info
        3.4 Static text
        3.5 Popup
        3.6 Categories
        3.7 Contact

    4. RWD
        4.1 Breakpoints

****************************************************************************
==========================================================================*/
/* 1. IMPORTS
----------------------------------------------------------------------------
==========================================================================*/
/*==========================================================================
****************************************************************************
                                                                           *
    Title: Powałowski                                                      *
    Author: Jamel Interactive                                              *
    File: mixins.less                                                      *
                                                                           *
****************************************************************************
============================================================================

    Mixins

****************************************************************************
==========================================================================*/
/*==========================================================================
****************************************************************************
                                                                           *
    Title: Powałowski                                                      *
    Author: Jamel Interactive                                              *
    File: variables.less                                                   *
                                                                           *
****************************************************************************
============================================================================

    Variables

****************************************************************************
==========================================================================*/
/*==========================================================================
****************************************************************************
                                                                           *
    Title: Powałowski                                                      *
    Author: Jamel Interactive                                              *
    File: fonts.less                                                       *
                                                                           *
****************************************************************************
============================================================================

    FONTS

    Sizes notation:

    100 - Thin
    200 - Extra Light
    300 - Light
    400 - Regular
    500 - Medium
    600 - Semi Bold
    700 - Bold
    800 - Extra-Bold
    900 - Ultra Bold

****************************************************************************
==========================================================================*/
@font-face {
  font-family: AdobeGaramondPro;
  src: url(5d9ac59a5362b1b6b457da5f4c0ddd42.eot);
  src: url(5d9ac59a5362b1b6b457da5f4c0ddd42.eot?#iefix) format('embedded-opentype'), url(db8ffaf624f7f9069ffeeae2b008fe4b.woff2) format('woff2'), url(e707150e62bc858945b46f30f7f2cffe.woff) format('woff'), url(a82f597dc2e02b6b638fc1086c1053b7.ttf) format('truetype'), url(7626df2417b35b76b0de7fe190c69d84.svg#AdobeGaramondPro-AdobeGaramondPro-Regular) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: AdobeGaramondPro;
  src: url(a5fdeb42dffae11cd6bf25ae517dfdf4.eot);
  src: url(a5fdeb42dffae11cd6bf25ae517dfdf4.eot?#iefix) format('embedded-opentype'), url(ea512d7315ff1ea60693032516088e29.woff2) format('woff2'), url(84bd8bbc9f4d0ab17a61faf152a0e3c4.woff) format('woff'), url(fdbe0f01b8d9d8ef7f61098c5cc62174.ttf) format('truetype'), url(735e377397cd44a810c5d2b9aebe144a.svg#AdobeGaramondPro-AdobeGaramondPro-RegularItalic) format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: RobotoSlab;
  src: url(126f14bb0f31b1561436859d9b4f0c33.eot);
  src: url(126f14bb0f31b1561436859d9b4f0c33.eot?#iefix) format('embedded-opentype'), url(770dfd4f39fe5ef82d0864a861d1a487.woff2) format('woff2'), url(0cdf588ec834dbbf761443f456691269.woff) format('woff'), url(a7e3f9e643b58e49aa8107b953a2906d.ttf) format('truetype'), url(d48f15a146f6c0559e67a44d4e1fca88.svg#RobotoSlab-RobotoSlab-Bold) format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: RobotoSlab;
  src: url(966243785b59cddad54b8f149abbb321.eot);
  src: url(966243785b59cddad54b8f149abbb321.eot?#iefix) format('embedded-opentype'), url(8157bceac7c734028bc32159a67f4e20.woff2) format('woff2'), url(48b203752d0ab419b06042f98a5ab385.woff) format('woff'), url(e2ad4d0f5c14bbf8948e92388d996502.ttf) format('truetype'), url(3d3b0e792578910a96c1ae9fb7b92979.svg#RobotoSlab-RobotoSlab-Light) format('svg');
  font-weight: 300;
  font-style: normal;
}
/*==========================================================================
****************************************************************************
                                                                           *
    Title: Powałowski                                                      *
    Author: Jamel Interactive                                              *
    File: reset.less                                                       *
                                                                           *
****************************************************************************
============================================================================

    1. Reset
    2. Normalize

****************************************************************************
==========================================================================*/
/* 1. Reset
--------------------------------------------------------------------------*/
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,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
sup {
  vertical-align: super;
  font-size: 80%;
}
sub {
  vertical-align: sub;
  font-size: 80%;
}
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;
}
*,
*:after,
*:before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-text-size-adjust: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
input[type=text],
input[type=password],
input[type=submit],
input[type=datetime],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=text],
input[type=password],
input[type=datetime],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea {
  background: #fff;
}
/* 2. Normalize
------------------------------------------------------------------------------*/
body {
  min-height: 100%;
  font-family: RobotoSlab, 'Thimes New Roman', Georgia, serif;
  font-size: 87.5%;
  line-height: 1.78571429;
  font-weight: 400;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
body:before {
  content: '';
  width: 100%;
  height: 635px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7f8ff), to(#fff));
  background: -webkit-linear-gradient(top, #e7f8ff, #fff);
  background: -moz-linear-gradient(top, #e7f8ff, #fff);
  background: -ms-linear-gradient(top, #e7f8ff, #fff);
  background: -o-linear-gradient(top, #e7f8ff, #fff);
  position: absolute;
  left: 0;
  top: 0;
}
hr {
  display: none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
th,
td {
  vertical-align: top;
}
th {
  font-weight: normal;
  text-align: left;
}
address,
cite,
dfn {
  font-style: normal;
}
abbr,
acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}
input,
textarea,
select {
  font: 400 14px RobotoSlab, 'Thimes New Roman', Georgia, serif;
  color: #000;
}
textarea {
  overflow: auto;
  resize: none;
}
a {
  text-decoration: none;
  color: #1c2c3b;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEX///+nxBvIAAAAAXRSTlMAQObYZgAAAApJREFUeF5jYAAAAAIAAd6ej78AAAAASUVORK5CYII=);
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
img {
  -ms-interpolation-mode: bicubic;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEX///+nxBvIAAAAAXRSTlMAQObYZgAAAApJREFUeF5jYAAAAAIAAd6ej78AAAAASUVORK5CYII=);
}
*::-webkit-input-placeholder {
  opacity: 1;
}
*:-moz-placeholder {
  opacity: 1;
}
*::-moz-placeholder {
  opacity: 1;
}
*:-ms-input-placeholder {
  opacity: 1;
}
/* 2. COMMON
----------------------------------------------------------------------------
==========================================================================*/
/* 2.1 Containers / Miscellaneous
--------------------------------------------------------------------------*/
#container {
  max-width: 1380px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 0 30px;
}
.main {
  max-width: 1200px;
  margin: 0 auto;
  zoom: 1;
  padding: 60px 30px 0;
  width: 100%;
  display: table;
  table-layout: fixed;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main:after {
  content: '';
  display: block;
  clear: both;
}
.main .wrapper {
  display: table-cell;
  width: 100%;
  padding: 0 65px 60px 0;
  vertical-align: top;
}
.main-head {
  font: 400 14px/1.43 AdobeGaramondPro, 'Thimes New Roman', Georgia, serif;
  text-transform: uppercase;
  padding-bottom: 35px;
}
/* 2.2 Header (logo and navigation)
--------------------------------------------------------------------------*/
.header .logo {
  font: 400 36px/1 AdobeGaramondPro, 'Thimes New Roman', Georgia, serif;
  padding-top: 62px;
  text-align: center;
}
.header h2 {
  font: italic 400 16px/1 AdobeGaramondPro, 'Thimes New Roman', Georgia, serif;
  padding-top: 13px;
  text-align: center;
}
.header #toggle-nav {
  position: absolute;
  left: -999999px;
}
.header #toggle-nav:checked ~ .navigation ul {
  display: block;
}
.header .navigation {
  max-width: 1200px;
  height: 74px;
  margin: 0 auto;
  text-align: center;
  font: 400 14px/1 AdobeGaramondPro, 'Thimes New Roman', Georgia, serif;
  text-transform: uppercase;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
.header .navigation ul {
  padding: 30px 0 29px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}
.header .navigation li {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.header .navigation li.current {
  padding-top: 1px;
}
.header .navigation li.current:before {
  content: '';
  width: 17px;
  height: 9px;
  position: absolute;
  left: 50%;
  top: -30px;
  background: url(c1b5d07c68b89549de37d184189e0281.png) no-repeat;
  margin-left: -8px;
}
.header .navigation li.current a:before {
  content: '';
  width: 999999px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -30px;
  right: 50%;
  margin-right: 8px;
}
.header .navigation li.current a:after {
  content: '';
  width: 999999px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: 9px;
}
/* 2.3 Footer
--------------------------------------------------------------------------*/
.footer {
  padding: 30px 0;
  max-width: 1200px;
  font: 300 11px/1.82 RobotoSlab, 'Thimes New Roman', Georgia, serif;
  margin: 0 auto;
  position: relative;
}
#jamel {
  position: absolute;
  right: 0;
  bottom: 34px;
  line-height: 16px;
  z-index: 2;
}
#jamel a {
  padding: 0 48px 0 0;
  height: 14px;
  display: block;
  background: url(bfa31dea2380ad6012a46fb5e97e9872.png) right top no-repeat;
}
#jamel span {
  cursor: default;
  color: #363636;
  font-size: 10px;
  display: none;
  padding-right: 5px;
}
/* 2.4 Side nav
--------------------------------------------------------------------------*/
.side-nav {
  float: left;
  width: 35.6%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 20px 0 0;
  border-right: solid 1px #ccc;
  margin-right: -1px;
}
.side-nav li {
  padding-bottom: 7px;
}
.side-nav a:hover,
.side-nav .current a {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-left: -30px;
  background: url(7257bc187883f9e77dbefa1904f96e08.png) 0 9px no-repeat;
}
.side-nav .current a {
  font-weight: 700;
}
.side-nav ~ .main-head {
  position: absolute;
  width: 100%;
}
.side-nav ~ .main-head h1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 175px;
  width: 35.6%;
}
.side-nav ~ .content {
  float: left;
  width: 64.4%;
  border-left: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  position: relative;
  z-index: 3;
}
/* 3. MODULES
----------------------------------------------------------------------------
==========================================================================*/
/* 3.1 Rotator
--------------------------------------------------------------------------*/
.rotator {
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
}
.rotator:before,
.rotator:after,
.rotator .wrap:before,
.rotator .wrap:after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 30px;
  top: 30px;
  background: url(7c01e671721a7796356c1b19e2ff8efc.png) no-repeat;
  z-index: 5;
}
.rotator:after {
  left: auto;
  right: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotator .wrap:before {
  top: auto;
  bottom: 30px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.rotator .wrap:after {
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotator img {
  max-width: 100%;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
}
.rotator img.current {
  display: block;
}
.rotator .pager {
  width: 100%;
  position: absolute;
  bottom: 13px;
  left: 0;
  z-index: 5;
  text-align: center;
}
.rotator .pager > * {
  width: 8px;
  height: 8px;
  background: #fff;
  display: inline-block;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin: 0 3px;
  cursor: pointer;
  position: relative;
}
.rotator .pager > *.current:after {
  content: '';
  width: 4px;
  height: 4px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  background-color: #7d705e;
}
/* 3.2 Categories
--------------------------------------------------------------------------*/
.categories-rotator {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
}
.categories-rotator:before {
  content: '';
  width: 25%;
  height: 7px;
  background: #000;
  position: absolute;
  left: 0;
  top: 98px;
  z-index: 2;
}
.categories-rotator h2 {
  font: 400 24px/1 AdobeGaramondPro, 'Thimes New Roman', Georgia, serif;
  text-align: center;
  text-transform: uppercase;
  padding: 40px 0;
}
.categories-rotator .next,
.categories-rotator .prev {
  width: 11px;
  height: 20px;
  position: absolute;
  right: 60px;
  top: 40px;
  background: url(cc0f9c5a5b5a087319f976d5320a08d9.png) no-repeat;
}
.categories-rotator .next.inactive,
.categories-rotator .prev.inactive {
  opacity: 0.5;
  cursor: default;
}
.categories-rotator .prev {
  right: auto;
  left: 60px;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.categories-rotator .wrap {
  position: relative;
  border-top: solid 1px #e5e5e5;
  padding-top: 50px;
  overflow: hidden;
}
.categories-rotator .wrap:before {
  content: '';
  width: 1px;
  top: 50px;
  bottom: 0;
  left: 0;
  background: #e5e5e5;
  position: absolute;
  display: block;
  z-index: 3;
}
.categories-rotator .wrap:after {
  content: '';
  width: 1px;
  top: 50px;
  bottom: 0;
  right: 0;
  background: #e5e5e5;
  position: absolute;
  display: block;
  z-index: 3;
}
.categories-rotator ul {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  position: relative;
  font-size: 0;
  text-transform: uppercase;
}
.categories-rotator ul li {
  width: 20%;
  display: inline-block;
  white-space: normal;
  font: 400 22px/1.14 AdobeGaramondPro, 'Thimes New Roman', Georgia, serif;
  vertical-align: top;
}
.categories-rotator ul li:after {
  content: '';
  width: 5px;
  height: 10px;
  position: absolute;
  bottom: 30px;
  background: url(a689766b41ffebda80a69d855bfd8ad0.png) no-repeat;
}
.categories-rotator ul li:before {
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  background: #e5e5e5;
  position: absolute;
  display: block;
  z-index: 3;
}
.categories-rotator ul li a {
  display: block;
  position: relative;
  z-index: 2;
}
.categories-rotator ul li a:after {
  content: '';
  width: 100%;
  height: 999999px;
  position: absolute;
  left: 0;
  top: 0;
}
.categories-rotator ul img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.categories-rotator ul .icon {
  margin: -8% -11% 0;
}
.categories-rotator ul .content {
  overflow: hidden;
  padding-bottom: 70px;
}
.categories-rotator ul .details {
  display: none;
}
/* 3.3 Info
--------------------------------------------------------------------------*/
.info {
  display: table-cell;
  width: 250px;
  padding: 0 0 60px 30px;
  border-left: solid 1px #ccc;
  text-align: center;
  vertical-align: top;
}
.info .static-text {
  font-size: 13px;
  line-height: 1.54;
  padding-bottom: 60px;
  position: relative;
  z-index: 3;
}
.info .static-text p {
  padding-top: 15px;
}
.info .rotator:before,
.info .rotator:after,
.info .rotator .wrap:before,
.info .rotator .wrap:after {
  display: none;
}
.info .rotator .next,
.info .rotator .prev {
  width: 5px;
  height: 10px;
  position: absolute;
  right: -17px;
  top: 50%;
  margin-top: -5px;
  background: url(a689766b41ffebda80a69d855bfd8ad0.png) no-repeat;
  cursor: pointer;
}
.info .rotator .prev {
  right: auto;
  left: -17px;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.info .rotator .pager {
  display: none;
}
/* 3.4 Static text
--------------------------------------------------------------------------*/
.static-text {
  font: 400 14px/1.79 RobotoSlab, 'Thimes New Roman', Georgia, serif;
  color: #000;
}
.static-text a:hover {
  text-decoration: underline;
}
.static-text b,
.static-text strong {
  font-weight: 700;
}
.static-text ul li {
  position: relative;
  padding-left: 1.5em;
}
.static-text ul li:before {
  content: '';
  width: 5px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 8px;
  background: url(/public/images/arrow-black.png) no-repeat;
}
.static-text img {
  max-width: 100%;
  height: auto;
}
.static-text ol {
  margin-left: 1.5em;
}
.static-text ol li {
  list-style-type: none;
  counter-increment: list;
  position: relative;
}
.static-text ol li:before {
  content: counter(list) ".";
  position: absolute;
  left: -1.5em;
  width: 1.5em;
  top: 0;
  text-align: left;
}
.static-text ol li:nth-of-type(n + 10) {
  padding-left: 6px;
}
.static-text ol li:nth-of-type(n + 100) {
  padding-left: 12px;
}
.static-text ol li:nth-of-type(n + 1000) {
  padding-left: 18px;
}
.static-text ol li:nth-of-type(n + 10000) {
  padding-left: 24px;
}
.static-text ol li:nth-of-type(n + 100000) {
  padding-left: 30px;
}
.static-text h1 {
  font: 500 32px/1.14 AdobeGaramondPro, 'Thimes New Roman', Georgia, serif;
  padding-bottom: 15px;
}
.static-text h2 {
  font: 500 28px/1.14 AdobeGaramondPro, 'Thimes New Roman', Georgia, serif;
  padding-bottom: 15px;
}
.static-text h3 {
  font: 500 22px/1.14 AdobeGaramondPro, 'Thimes New Roman', Georgia, serif;
  padding-bottom: 15px;
}
.static-text h4 {
  font: 500 18px/1.14 AdobeGaramondPro, 'Thimes New Roman', Georgia, serif;
  padding-bottom: 15px;
}
.static-text h5 {
  font: 500 14px/1.14 AdobeGaramondPro, 'Thimes New Roman', Georgia, serif;
  padding-bottom: 15px;
}
.static-text table {
  width: 100%;
  overflow: hidden;
}
.static-text table th {
  font: 14px/1.2 RobotoSlab, 'Thimes New Roman', Georgia, serif;
  padding: 13px 20px;
  background: #eef1f8;
  border: solid 1px #eef1f8;
}
.static-text table th:last-child {
  text-align: right;
}
.static-text table td {
  border: solid 1px #eef1f8;
  padding: 13px 20px;
}
.static-text table td:last-child {
  text-align: right;
}
.static-text .table-wrapper {
  position: relative;
}
.static-text .table-wrapper:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #eef1f8;
}
.static-text .table-wrapper:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #eef1f8;
}
.static-text .table-wrapper-inner {
  overflow-x: auto;
}
/* 3.5 Popup
--------------------------------------------------------------------------*/
.popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}
.popup:before {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.8;
}
.popup .details {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  padding: 0 30px;
}
.popup .details:before,
.popup .details:after,
.popup .details .wrap:before,
.popup .details .wrap:after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 60px;
  top: 30px;
  background: url(6f2c65d61c0e70a97716bce6ff8e9789.png) no-repeat;
  z-index: 5;
}
.popup .details:after {
  left: auto;
  right: 60px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.popup .details .wrap:before {
  top: auto;
  bottom: 30px;
  left: 30px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.popup .details .wrap:after {
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.popup .details .wrap {
  padding: 10px 60px 60px;
  border: 1px solid #c1c1c1;
  background: #fff;
  position: relative;
}
.popup .details .close {
  position: absolute;
  left: 100%;
  bottom: 100%;
  padding-left: 30px;
  margin: 0 0 20px -20px;
  cursor: pointer;
  background: url(81e6fd64d960093b22369af2511aedb7.png) 0 4px no-repeat;
}
.popup .details img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.popup .details span {
  font: 400 30px/1 AdobeGaramondPro, 'Thimes New Roman', Georgia, serif;
  display: block;
  text-transform: uppercase;
  padding-bottom: 50px;
}
.popup .details p {
  max-width: 840px;
  margin: 0 auto;
}
/* 3.6 Categories
--------------------------------------------------------------------------*/
.categories {
  margin-right: -65px;
}
.categories ul {
  overflow: hidden;
  padding-bottom: 60px;
  margin-bottom: -60px;
}
.categories li {
  float: left;
  width: 33.33333333%;
  font: 22px/1.14 AdobeGaramondPro, 'Thimes New Roman', Georgia, serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.categories li:before {
  content: '';
  width: 1px;
  height: 999999px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 0;
}
.categories li:nth-of-type(3n + 1) {
  clear: both;
}
.categories a {
  display: block;
  padding-bottom: 50px;
}
.categories span {
  padding: 0 30px;
  display: block;
}
.categories .details {
  display: none;
}
.categories img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
/* 3.7 Contact
--------------------------------------------------------------------------*/
.contact {
  text-align: center;
  padding-bottom: 60px;
}
.map {
  max-width: 1380px;
  height: 400px;
  margin: 0 auto;
}
/* 4. RWD
----------------------------------------------------------------------------
==========================================================================*/
/* 4.1 Breakpoints
--------------------------------------------------------------------------*/
@media only screen and (max-width: 1450px) {
  .popup .details .close {
    text-indent: -999999px;
    color: rgba(0, 0, 0, 0);
    padding: 0;
    width: 20px;
    height: 20px;
    font-size: 0;
    background-position: 0 0;
    top: -30px;
    right: 30px;
    left: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .categories li,
  .categories-rotator ul li {
    font-size: 16px;
  }
  .categories span,
  .categories-rotator ul span {
    padding: 0 15px;
    display: block;
  }
  .main .wrapper {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .info {
    width: 200px;
  }
}
@media only screen and (max-width: 899px) and (min-width: 768px) {
  .categories li {
    width: 50%;
  }
  .categories li:nth-of-type(3n + 1) {
    clear: none;
  }
  .categories li:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 960px) {
  .categories-rotator ul li {
    width: 25%;
  }
  .side-nav {
    width: 100%;
    padding-right: 0;
    border-right: 0 none;
  }
  .side-nav ~ .main-head h1 {
    width: 60%;
    padding-right: 0;
  }
  .side-nav ~ .content {
    width: 100%;
    padding: 40px 0 0;
    border: 0 none;
  }
}
@media only screen and (max-width: 1024px) {
  .header .navigation li {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .info {
    width: 100%;
    display: block;
    padding: 0;
    border-left: 0 none;
    padding-top: 40px;
    clear: both;
  }
  .info .static-text {
    font-size: 13px;
    padding-bottom: 30px;
  }
  .info .rotator {
    max-width: 240px;
    margin: 0 auto;
  }
  .side-nav {
    width: 100%;
    padding-right: 0;
    border-right: 0 none;
    text-align: center;
  }
  .side-nav a,
  .side-nav a:hover,
  .side-nav .current a {
    background: none;
    margin-left: 0;
    padding-left: 0;
  }
  .side-nav ~ .main-head h1 {
    width: 100%;
  }
  .main {
    padding: 30px 0 0;
  }
  .main .wrapper {
    display: block;
    clear: both;
    padding: 0;
  }
  .categories {
    margin-right: 0;
    position: relative;
    overflow: hidden;
  }
  .categories ul {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: -1px;
  }
  .categories-rotator ul li {
    width: 33.33333333%;
  }
  .main-head {
    padding-bottom: 30px;
    text-align: center;
  }
  .footer {
    text-align: center;
    padding-bottom: 20px;
  }
  #jamel {
    position: static;
    right: auto;
    bottom: auto;
    margin: 20px auto 0;
    clear: both;
    display: inline-block;
  }
  .rotator {
    overflow: hidden;
  }
  .rotator .wrap {
    margin: 0 -20%;
  }
  .rotator:before,
  .rotator:after,
  .rotator .wrap:before,
  .rotator .wrap:after {
    display: none;
  }
  .info .rotator {
    overflow: visible;
  }
  .info .rotator .wrap {
    margin: 0;
  }
  .header {
    zoom: 1;
    padding-bottom: 20px;
  }
  .header:after {
    content: '';
    display: block;
    clear: both;
  }
  .header .logo {
    font-size: 18px;
    padding-top: 25px;
    float: left;
  }
  .header h2 {
    clear: both;
    text-align: left;
    padding-top: 0;
    font-size: 14px;
  }
  .header .navigation {
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .header .navigation ul {
    position: static;
    border: 0 none;
    padding: 30px 0 0;
    display: none;
  }
  .header .navigation li {
    display: block;
    padding: 0;
  }
  .header .navigation li a {
    display: block;
    padding: 10px 0;
  }
  .header .navigation li.current {
    padding-top: 0;
  }
  .header .navigation li.current:before {
    display: none;
  }
  .header .navigation li.current a {
    color: #b1b1b1;
  }
  .header .navigation li.current a:before,
  .header .navigation li.current a:after {
    display: none;
  }
  .header .toggle {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header .toggle span {
    width: 30px;
    height: 5px;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -15px;
    position: absolute;
  }
  .header .toggle span:before {
    content: '';
    width: 30px;
    height: 5px;
    background: #333;
    left: 0;
    top: 9px;
    position: absolute;
  }
  .header .toggle span:after {
    content: '';
    width: 30px;
    height: 5px;
    background: #333;
    left: 0;
    top: -9px;
    position: absolute;
  }
  .contact {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .categories li {
    width: 50%;
  }
  .categories li:nth-of-type(3n + 1) {
    clear: none;
  }
  .categories li:nth-of-type(2n + 1) {
    clear: both;
  }
  #container {
    padding: 0 20px;
  }
  .categories-rotator ul li {
    width: 50%;
  }
  .categories-rotator .next {
    right: 0;
  }
  .categories-rotator .prev {
    left: 0;
  }
  .header .toggle {
    right: 15px;
  }
  .popup .details span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 420px) {
  .categories li {
    width: 100%;
  }
  .categories li:nth-of-type(3n + 1) {
    clear: none;
  }
  .categories li:nth-of-type(2n + 1) {
    clear: none;
  }
  .categories-rotator ul li {
    width: 100%;
  }
  .popup .details {
    padding: 0 10px;
  }
  .popup .details .close {
    right: 10px;
  }
  .popup .details:before {
    left: 30px;
    top: 20px;
  }
  .popup .details:after {
    right: 30px;
    top: 20px;
  }
  .popup .details .wrap {
    padding: 10px 30px 60px;
  }
  .popup .details .wrap:before {
    left: 20px;
    bottom: 20px;
  }
  .popup .details .wrap:after {
    right: 20px;
    bottom: 20px;
  }
}
