﻿html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
/* Stylesheet: bootstrap-grid Modified On 2016-07-13 18:33:39 */
/* PANTON */ /** Generated by FG **/
@font-face {
    font-family: "Panton";
    src: url("../../fonts/Panton-BlackCaps.eot");
    src: local("☺"), url("../../fonts/Panton-BlackCaps.woff") format("woff"), url("../../fonts/Panton-BlackCaps.ttf") format("truetype"), url("../../fonts/Panton-BlackCaps.svg") format("svg");
    font-weight: 800;
    font-style: normal;
} /** Generated by FG **/
@font-face {
    font-family: "Panton";
    src: url("../../fonts/Panton-BlackitalicCaps.eot");
    src: local("☺"), url("../../fonts/Panton-BlackitalicCaps.woff") format("woff"), url("../../fonts/Panton-BlackitalicCaps.ttf") format("truetype"), url("../../fonts/Panton-BlackitalicCaps.svg") format("svg");
    font-weight: 800;
    font-style: italic;
} /** Generated by FG **/
@font-face {
    font-family: "Panton";
    src: url("../../fonts/Panton-LightCaps.eot");
    src: local("☺"), url("../../fonts/Panton-LightCaps.woff") format("woff"), url("../../fonts/Panton-LightCaps.ttf") format("truetype"), url("../../fonts/Panton-LightCaps.svg") format("svg");
    font-weight: 300;
    font-style: normal;
} /** Generated by FG **/
@font-face {
    font-family: "Panton";
    src: url("../../fonts/Panton-LightitalicCaps.eot");
    src: local("☺"), url("../../fonts/Panton-LightitalicCaps.woff") format("woff"), url("../../fonts/Panton-LightitalicCaps.ttf") format("truetype"), url("../../fonts/Panton-LightitalicCaps.svg") format("svg");
    font-weight: 800;
    font-style: italic;
} /* ROBOTO */
@font-face {
    font-family: "roboto";
    src: url("../../fonts/roboto/roboto-thin.eot");
    src: url("/fonts/roboto/roboto-thin.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-thin.woff2") format("woff2"), url("../../fonts/roboto/roboto-thin.woff") format("woff"),
        url("../../fonts/roboto/roboto-thin.ttf") format("truetype"), url("../../fonts/roboto/roboto-thin.svg") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "roboto";
    src: url("../../fonts/roboto/roboto-thinitalic.eot");
    src: url("/fonts/roboto/roboto-thinitalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-thinitalic.woff2") format("woff2"), url("../../fonts/roboto/roboto-thinitalic.woff") format("woff"),
        url("../../fonts/roboto/roboto-thinitalic.ttf") format("truetype"), url("../../fonts/roboto/roboto-thinitalic.svg") format("svg");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "roboto";
    src: url("../../fonts/roboto/roboto-light.eot");
    src: url("/fonts/roboto/roboto-light.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-light.woff2") format("woff2"), url("../../fonts/roboto/roboto-light.woff") format("woff"),
        url("../../fonts/roboto/roboto-light.ttf") format("truetype"), url("../../fonts/roboto/roboto-light.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "roboto";
    src: url("../../fonts/roboto/roboto-lightitalic.eot");
    src: url("/fonts/roboto/roboto-lightitalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-lightitalic.woff2") format("woff2"), url("../../fonts/roboto/roboto-lightitalic.woff") format("woff"),
        url("../../fonts/roboto/roboto-lightitalic.ttf") format("truetype"), url("../../fonts/roboto/roboto-lightitalic.svg") format("svg");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "roboto";
    src: url("../../fonts/roboto/roboto-regular.eot");
    src: url("/fonts/roboto/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-regular.woff2") format("woff2"), url("../../fonts/roboto/roboto-regular.woff") format("woff"),
        url("../../fonts/roboto/roboto-regular.ttf") format("truetype"), url("../../fonts/roboto/roboto-regular.svg") format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "roboto";
    src: url("../../fonts/roboto/roboto-italic.eot");
    src: url("/fonts/roboto/roboto-italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-italic.woff2") format("woff2"), url("../../fonts/roboto/roboto-italic.woff") format("woff"),
        url("../../fonts/roboto/roboto-italic.ttf") format("truetype"), url("../../fonts/roboto/roboto-italic.svg") format("svg");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "roboto";
    src: url("../../fonts/roboto/roboto-medium.eot");
    src: url("/fonts/roboto/roboto-medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-medium.woff2") format("woff2"), url("../../fonts/roboto/roboto-medium.woff") format("woff"),
        url("../../fonts/roboto/roboto-medium.ttf") format("truetype"), url("../../fonts/roboto/roboto-medium.svg") format("svg");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "roboto";
    src: url("../../fonts/roboto/roboto-mediumitalic.eot");
    src: url("/fonts/roboto/roboto-mediumitalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-mediumitalic.woff2") format("woff2"), url("../../fonts/roboto/roboto-mediumitalic.woff") format("woff"),
        url("../../fonts/roboto/roboto-mediumitalic.ttf") format("truetype"), url("../../fonts/roboto/roboto-mediumitalic.svg") format("svg");
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "roboto";
    src: url("../../fonts/roboto/roboto-bold.eot");
    src: url("/fonts/roboto/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-bold.woff2") format("woff2"), url("../../fonts/roboto/roboto-bold.woff") format("woff"),
        url("../../fonts/roboto/roboto-bold.ttf") format("truetype"), url("../../fonts/roboto/roboto-bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "roboto";
    src: url("../../fonts/roboto/roboto-bolditalic.eot");
    src: url("/fonts/roboto/roboto-bolditalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-bolditalic.woff2") format("woff2"), url("../../fonts/roboto/roboto-bolditalic.woff") format("woff"),
        url("../../fonts/roboto/roboto-bolditalic.ttf") format("truetype"), url("../../fonts/roboto/roboto-bolditalic.svg") format("svg");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "roboto";
    src: url("../../fonts/roboto/roboto-black.eot");
    src: url("/fonts/roboto/roboto-black.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-black.woff2") format("woff2"), url("../../fonts/roboto/roboto-black.woff") format("woff"),
        url("../../fonts/roboto/roboto-black.ttf") format("truetype"), url("../../fonts/roboto/roboto-black.svg") format("svg");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "roboto";
    src: url("../../fonts/roboto/roboto-blackitalic.eot");
    src: url("/fonts/roboto/roboto-blackitalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-blackitalic.woff2") format("woff2"), url("../../fonts/roboto/roboto-blackitalic.woff") format("woff"),
        url("../../fonts/roboto/roboto-blackitalic.ttf") format("truetype"), url("../../fonts/roboto/roboto-blackitalic.svg") format("svg");
    font-weight: 800;
    font-style: italic;
}
/* Stylesheet: fonts Modified On 2016-05-19 13:10:04 */
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
} /*** Remove default margin.*/
body {
    margin: 0;
} /* HTML5 display definitions========================================================================== */ /*** Correct `block` display not defined for any HTML5 element in IE 8/9.* Correct `block` display not defined for `details` or `summary` in IE 10/11* and Firefox.* Correct `block` display not defined for `main` in IE 11.*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
} /*** 1. Correct `inline-block` display not defined in IE 8/9.* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.*/
audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
} /*** Prevent modern browsers from displaying `audio` without controls.* Remove excess height in iOS 5 devices.*/
audio:not([controls]) {
    display: none;
    height: 0;
} /*** Address `[hidden]` styling not present in IE 8/9/10.* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.*/
[hidden],
template {
    display: none;
} /* Links========================================================================== */ /*** Remove the gray background color from active links in IE 10.*/
a {
    background-color: transparent;
} /*** Improve readability when focused and also mouse hovered in all browsers.*/
a:active,
a:hover {
    outline: 0;
} /* Text-level semantics========================================================================== */ /*** Address styling not present in IE 8/9/10/11, Safari, and Chrome.*/
abbr[title] {
    border-bottom: 1px dotted;
} /*** Address style set to `bolder` in Firefox 4+, Safari, and Chrome.*/
b,
strong {
    font-weight: bold;
} /*** Address styling not present in Safari and Chrome.*/
dfn {
    font-style: italic;
} /*** Address variable `h1` font-size and margin within `section` and `article`* contexts in Firefox 4+, Safari, and Chrome.*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
} /*** Address styling not present in IE 8/9.*/
mark {
    background: #ff0;
    color: #000;
} /*** Address inconsistent and variable font size in all browsers.*/
small {
    font-size: 80%;
} /*** Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
} /* Embedded content========================================================================== */ /*** Remove border when inside `a` element in IE 8/9/10.*/
img {
    border: 0;
} /*** Correct overflow not hidden in IE 9/10/11.*/
svg:not(:root) {
    overflow: hidden;
} /* Grouping content========================================================================== */ /*** Address margin not present in IE 8/9 and Safari.*/
figure {
    margin: 1em 40px;
} /*** Address differences between Firefox and other browsers.*/
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
} /*** Contain overflow in all browsers.*/
pre {
    overflow: auto;
} /*** Address odd `em`-unit font size rendering in all browsers.*/
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
} /* Forms========================================================================== */ /*** Known limitation: by default, Chrome and Safari on OS X allow very limited* styling of `select`, unless a `border` property is set.*/ /*** 1. Correct color not being inherited.*    Known issue: affects color of disabled elements.* 2. Correct font properties not being inherited.* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.*/
button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
} /*** Address `overflow` set to `hidden` in IE 8/9/10/11.*/
button {
    overflow: visible;
} /*** Address inconsistent `text-transform` inheritance for `button` and `select`.* All other form control elements do not inherit `text-transform` values.* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.* Correct `select` style inheritance in Firefox.*/
button,
select {
    text-transform: none;
} /*** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`*    and `video` controls.* 2. Correct inability to style clickable `input` types in iOS.* 3. Improve usability and consistency of cursor style between image-type*    `input` and others.*/
button,html input[type="button"], /* 1 */input[type="reset"],input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
} /*** Re-set default cursor for disabled elements.*/
button[disabled],
html input[disabled] {
    cursor: default;
} /*** Remove inner padding and border in Firefox 4+.*/
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
} /*** Address Firefox 4+ setting `line-height` on `input` using `!important` in* the UA stylesheet.*/
input {
    line-height: normal;
} /*** It's recommended that you don't attempt to style these elements.* Firefox's implementation doesn't respect box-sizing, padding, or width.** 1. Address box sizing set to `content-box` in IE 8/9/10.* 2. Remove excess padding in IE 8/9/10.*/
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
} /*** Fix the cursor style for Chrome's increment/decrement buttons. For certain* `font-size` values of the `input`, it causes the cursor style of the* decrement button to change from `default` to `text`.*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
} /*** 1. Address `appearance` set to `searchfield` in Safari and Chrome.* 2. Address `box-sizing` set to `border-box` in Safari and Chrome*    (include `-moz` to future-proof).*/
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
} /*** Remove inner padding and search cancel button in Safari and Chrome on OS X.* Safari (but not Chrome) clips the cancel button when the search input has* padding (and `textfield` appearance).*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
} /*** Define consistent border, margin, and padding.*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
} /*** 1. Correct `color` not being inherited in IE 8/9/10/11.* 2. Remove padding so people aren't caught out if they zero out fieldsets.*/
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
} /*** Remove default vertical scrollbar in IE 8/9/10/11.*/
textarea {
    overflow: auto;
} /*** Don't inherit the `font-weight` (applied by a rule above).* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.*/
optgroup {
    font-weight: bold;
} /* Tables========================================================================== */ /*** Remove most spacing between table cells.*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}

/* Stylesheet: normalize Modified On 2016-12-08 13:20:22 */
/**  Owl Carousel - Animate Plugin*/
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
} /** 	Owl Carousel - Auto Height Plugin*/
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
} /**  Core Owl Carousel CSS File*/
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden; /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
} /* No Js */
.no-js .owl-carousel {
    display: block;
} /** 	Owl Carousel - Lazy Load Plugin*/
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
} /** 	Owl Carousel - Video Plugin*/
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
/* Stylesheet: owl Modified On 2016-12-08 13:20:47 */
/* animationDownArrow */
.arrow-animate {
    animation: arrowAnimate linear 3s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: arrowAnimate linear 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: arrowAnimate linear 3s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: arrowAnimate linear 3s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: arrowAnimate linear 3s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}
@keyframes arrowAnimate {
    0% {
        transform: translate(0px, 0px);
        opacity: 0.3;
    }
    15% {
        transform: translate(0px, -25px);
        opacity: 0.3;
    }
    30% {
        transform: translate(0px, 0px);
        opacity: 0.5;
    }
    45% {
        transform: translate(0px, -15px);
        opacity: 0.5;
    }
    60% {
        transform: translate(0px, 0px);
        opacity: 1;
    }
    75% {
        transform: translate(0px, -5px);
        opacity: 1;
    }
    100% {
        transform: translate(0px, 0px);
        opacity: 0.3;
    }
}
@-moz-keyframes arrowAnimate {
    0% {
        -moz-transform: translate(0px, 0px);
    }
    15% {
        -moz-transform: translate(0px, -25px);
    }
    30% {
        -moz-transform: translate(0px, 0px);
    }
    45% {
        -moz-transform: translate(0px, -15px);
    }
    60% {
        -moz-transform: translate(0px, 0px);
    }
    75% {
        -moz-transform: translate(0px, -5px);
    }
    100% {
        -moz-transform: translate(0px, 0px);
    }
}
@-webkit-keyframes arrowAnimate {
    0% {
        -webkit-transform: translate(0px, 0px);
    }
    15% {
        -webkit-transform: translate(0px, -25px);
    }
    30% {
        -webkit-transform: translate(0px, 0px);
    }
    45% {
        -webkit-transform: translate(0px, -15px);
    }
    60% {
        -webkit-transform: translate(0px, 0px);
    }
    75% {
        -webkit-transform: translate(0px, -5px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
    }
}
@-o-keyframes arrowAnimate {
    0% {
        -o-transform: translate(0px, 0px);
    }
    15% {
        -o-transform: translate(0px, -25px);
    }
    30% {
        -o-transform: translate(0px, 0px);
    }
    45% {
        -o-transform: translate(0px, -15px);
    }
    60% {
        -o-transform: translate(0px, 0px);
    }
    75% {
        -o-transform: translate(0px, -5px);
    }
    100% {
        -o-transform: translate(0px, 0px);
    }
}
@-ms-keyframes arrowAnimate {
    0% {
        -ms-transform: translate(0px, 0px);
    }
    15% {
        -ms-transform: translate(0px, -25px);
    }
    30% {
        -ms-transform: translate(0px, 0px);
    }
    45% {
        -ms-transform: translate(0px, -15px);
    }
    60% {
        -ms-transform: translate(0px, 0px);
    }
    75% {
        -ms-transform: translate(0px, -5px);
    }
    100% {
        -ms-transform: translate(0px, 0px);
    }
} /* Stylesheet: animations Modified On 2016-12-08 13:21:42 */ /* GENERAL STYLES================================================== */
* {
    outline: none;
}
html {
    height: 100% !important;
}
body {
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-align: left;
}
.global-content-container {
    height: 100%;
}
.row {
    position: relative;
}
input::-webkit-input-placeholder {
    color: #fff;
}
input:-moz-placeholder {
    color: #fff;
}
input::-moz-placeholder {
    color: #fff;
}
input:-ms-input-placeholder {
    color: #fff;
}
textarea::-webkit-input-placeholder {
    color: #fff;
}
textarea:-moz-placeholder {
    color: #fff;
}
textarea::-moz-placeholder {
    color: #fff;
}
textarea:-ms-input-placeholder {
    color: #fff;
}
.pattern {
    /*background-image:url(/images/pattern.png);*/
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: repeat;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
} /* HEADER CONTACT AREA */
.contact-area {
    color: #fff;
    margin-top: 15px;
}
@media (min-width: 480px) {
    .contact-area {
        margin-top: 15px;
    }
}
@media (min-width: 768px) {
    .contact-area {
        margin-top: 30px;
    }
}
@media (min-width: 920px) {
    .contact-area {
        margin-top: 45px;
    }
}
@media (min-width: 1200px) {
    .contact-area {
        margin-top: 25px;
    }
}
.logo-area {
    width: 100%;
    padding: 0 15px;
}
.logo {
    width: 100%;
}
@media (min-width: 480px) {
    .logo {
        width: 50%;
        float: left;
        margin-left: -20px;
    }
}
@media (min-width: 768px) {
    .logo {
        width: 40%;
        margin-left: -20px;
    }
}
@media (min-width: 920px) {
    .logo {
        width: 30%;
        margin-left: -25px;
    }
}
@media (min-width: 1200px) {
    .logo {
        width: 30%;
        margin-left: -25px;
    }
}
.contacts {
    text-align: center;
    padding: 0 15px;
    margin-top: 15px;
}
@media (min-width: 480px) {
    .contacts {
        text-align: right;
        margin-top: 0px;
        float: right;
       padding-right: 52px;
    }
}
.phone-container {
    text-align: center;
}
@media (min-width: 480px) {
    .phone-container {
        text-align: right;
    }
}
.contacts .phone {
    display: block;
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: roboto, sans-serif;
    text-decoration: none;
    padding-bottom: 5px;
}
.contacts .phone:hover,
.contacts .phone:active {
    color: #ffd200;
}
.contacts .phone:visited,
.contacts .phone:focus {
    color: #fff;
}
@media (max-width: 479px) {
    .contacts .phone-two {
        float: right;
    }
}
@media (min-width: 480px) {
    .contacts .phone {
        display: block;
        font-size: 19px;
        float: none;
    }
}
@media (min-width: 768px) {
    .contacts .phone {
        font-size: 30px;
        padding-bottom: 5px;
    }
}
@media (min-width: 992px) {
    .contacts .phone {
        display: inline-block;
        padding-bottom: 0px;
    }
}
@media (min-width: 1200px) {
    .contacts .phone {
        font-size: 36px;
    }
}
.contacts .mail {
    display: block;
    text-align: left;
    padding: 5px 0;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    font-family: roboto, sans-serif;
    line-height: 16px;
    text-decoration: none;
}
.contacts .mail:hover,
.contacts .mail:active {
    color: #ffd200;
}
.contacts .mail:visited,
.contacts .mail:focus {
    color: #fff;
}
@media (min-width: 992px) {
    .contacts .mail {
        margin-top: 5px;
    }
}
.contacts .text-delimiter {
    color: #498fe5;
    font-size: 16px;
    font-weight: 500;
    font-family: roboto, sans-serif;
    padding: 0 5px;
}
@media (min-width: 420px) {
    .contacts .text-delimiter {
        display: none;
    }
}
.contacts .delimiter {
    vertical-align: bottom;
    padding: 5px;
    display: none;
}
@media (min-width: 992px) {
    .contacts .delimiter {
        display: inline-block;
    }
}
@media (min-width: 1200px) {
    .contacts .delimiter {
        padding: 10px 5px;
    }
} /* HEADER MESSAGE AREA */
.message-area {
    margin-top: 30px;
    margin-bottom: 50px;
}
@media (min-width: 480px) {
    .message-area {
        margin-top: 35px;
    }
}
@media (min-width: 768px) {
    .message-area {
        margin-top: 80px;
    }
}
@media (min-width: 920px) {
    .message-area {
        margin-top: 70px;
    }
}
@media (min-width: 1300px) {
    .message-area {
        margin-top: 100px;
    }
}
.message-area .h1 {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: 1px;
    font-weight: 800;
    color: #fff;
    text-align: left;
    font-family: Panton, sans-serif;
    display: block;
    word-wrap: break-word;
}
@media (min-width: 480px) {
    .message-area .h1 {
        font-size: 37px;
        line-height: 39px;
        letter-spacing: 2px;
    }
}
@media (min-width: 380px) {
    .message-area .h1 {
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    .message-area .h1 {
        font-size: 37px;
        line-height: 41px;
        letter-spacing: 2px;
    }
}
@media (min-width: 920px) {
    .message-area .h1 {
        font-size: 41px;
        line-height: 44px;
        letter-spacing: 2px;
    }
}
@media (min-width: 1200px) {
    .message-area .h1 {
        font-size: 63px;
        line-height: 70px;
        letter-spacing: 3px;
    }
}
.message-area .h2 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    font-family: roboto, sans-serif;
    line-height: 20px;
    display: block;
}
.message-area .h2.geo {
    margin-top: 15px;
    color: #ffd200;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    width: 100%;
}
.message-area .h2.geo .locality {
    font-size: 27px;
    line-height: 36px;
    margin-top: 3px;
    display: block;
    font-weight: 600;
}
@media (min-width: 480px) {
    .message-area .h2 {
        font-size: 23px;
        line-height: 25px;
    }
    .message-area .h2.geo {
        font-size: 25px;
        line-height: 28px;
    }
    .message-area .h2.geo .locality {
        font-size: 32px;
        line-height: 40px;
    }
}
@media (min-width: 768px) {
    .message-area .h2 {
        width: 90%;
    }
}
@media (min-width: 920px) {
    .message-area .h2 {
        margin-top: 15px;
        font-size: 25px;
        line-height: 27px;
        width: 80%;
    }
    .message-area .h2.geo {
        font-size: 35px;
        line-height: 45px;
    }
    .message-area .h2.geo .locality {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (min-width: 1200px) {
    .message-area .h2 {
        margin-top: 30px;
        font-size: 24px;
        line-height: 28px;
        width: 100%;
    }
} /* HEADER CONTACT FORM AREA */
.form-container {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px;
    border: 2px solid #498fe5;
    margin-top: 20px;
    color: #fff;
}
.form-header {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.form-sub-header {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 7px;
}
.form-answer {
    text-align: center;
}
.header-contact-form input {
    margin: 5px 0;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #fff;
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.header-contact-form button {
    margin-top: 10px;
    width: 100%;
    background-color: #ffd200;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    padding: 10px;
    border: 0;
    border-radius: 2px;
}
.header-contact-form button:active,
.header-contact-form button:hover {
    background-color: #ffc700;
}
.form-submit-container input {
    margin-top: 10px;
    width: 100%;
    background-color: #ffd200;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    padding: 10px;
    border: 0;
    border-radius: 2px;
}
.form-submit-container input:active,
.form-submit-container input:hover {
    background-color: #ffc700;
}
.header-contact-form .form-submit-container {
    width: 100%;
    float: left;
}
.header-contact-form .form-input-container {
    padding: 5px;
    width: 100%;
    float: left;
}
.header-contact-form .form-row {
    margin: 0 -5px;
}
@media (min-width: 768px) {
    .form-container {
        margin-top: 50px;
        padding: 30px 20px;
        border: 3px solid #498fe5;
    }
    .form-header {
        font-size: 25px;
        font-weight: 700;
        line-height: 37px;
        margin-bottom: 15px;
    }
    .header-contact-form input {
        margin: 10px 0;
        padding: 13px 10px;
    }
    .header-contact-form button {
        margin-top: 0px;
        padding: 14px 10px;
        border-radius: 4px;
    }
    .form-submit-container input {
        margin-top: 0px;
        padding: 14px 10px;
        border-radius: 4px;
    }
    .header-contact-form .form-input-container {
        width: 50%;
    }
}
@media (min-width: 920px) {
    .form-container {
        padding: 45px 30px 40px;
        border: 5px solid #498fe5;
        margin-top: 0px;
    }
    .form-header {
        font-size: 28px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .header-contact-form input {
        margin: 10px 0;
        padding: 13px 10px;
    }
    .header-contact-form button {
        margin-top: 20px;
        padding: 14px 10px;
        border-radius: 4px;
    }
    .form-submit-container input {
        margin-top: 20px;
        padding: 14px 10px;
        border-radius: 4px;
    }
    .header-contact-form .form-input-container {
        width: 100%;
    }
}
.form-submit-container.compact input {
    margin-top: 5px;
} /* HEADER PRODUCTION AREA */
.production {
    margin: 30px 0;
    text-align: left;
}
.production .our-production {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.production .our-production-msg {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    font-family: Panton, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 15px 10px 10px;
    text-align: left;
}
.production .product-border {
    height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.production .production-bilding {
    display: none;
    height: 97%;
    padding-right: 15px;
    vertical-align: bottom;
}
.production .production-submsg-area {
    display: inline-block;
    color: #fff;
    vertical-align: bottom;
}
.production .production-submsg-light {
    font-size: 18px;
    font-weight: 300;
    font-family: roboto, sans-serif;
    display: block;
    line-height: 18px;
}
.production .production-submsg {
    font-size: 33px;
    font-weight: 700;
    font-family: roboto, sans-serif;
    display: block;
    line-height: 33px;
    margin-bottom: -3px;
}
.production .production-submsg sup {
    font-size: 18px;
}
@media (min-width: 480px) {
    .production .production-bilding {
        display: inline-block;
    }
    .production .our-production-msg {
        font-size: 17px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
    }
    .production .production-submsg-light {
        font-size: 18px;
        line-height: 18px;
    }
    .production .production-submsg {
        font-size: 42px;
        font-weight: 700;
        line-height: 42px;
        margin-bottom: -5px;
    }
    .production .production-submsg sup {
        font-size: 25px;
    }
}
@media (min-width: 768px) {
    .production {
        margin-top: 75px;
    }
    .production .our-production-msg {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
        padding: 15px 20px 15px 15px;
    }
    .production .production-submsg-light {
        font-size: 18px;
        line-height: 18px;
    }
    .production .production-submsg {
        font-size: 42px;
        font-weight: 700;
        line-height: 42px;
        margin-bottom: -5px;
    }
    .production .production-submsg sup {
        font-size: 25px;
    }
}
.down-arrow {
    text-align: center;
    position: absolute;
    bottom: 15px;
} /* BIG VIDEO BACKGROUND================================================== */
.big-background {
    z-index: 550;
    min-height: 100%;
    width: 100%;
    position: relative; /* overflow:hidden;*/
    background-image: url(../../images/HeaderBackground.jpg);
    background-color: #424347;
    background-position: center;
    background-size: cover;
}
.big-background .container {
    padding-bottom: 25px;
}
.big-background .big-background-container {
    width: 830px;
    max-width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.big-background-title {
    font-family: "Raleway", sans-serif;
    font-size: 78px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 22px;
    padding-top: 20px;
    display: inline-block;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: top center;
}
a.big-background-btn {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    padding: 10px 14px;
    cursor: pointer;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    -webkit-transition: 0.4s background ease;
    -moz-transition: 0.4s background ease;
    -o-transition: 0.4s background ease;
    transition: 0.4s background ease;
}
.big-background-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}
.big-background-default-image {
    background: url(../../images/HeaderBackground.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    backface-visibility: hidden;
} /* MEDIA QUERIES================================================== */
@media screen and (max-width: 768px) {
    .about-section-title {
        line-height: 1;
    }
}
@media screen and (max-width: 480px) {
    .big-background-title {
        font-size: 58px;
    }
    .small-background-title {
        line-height: 1;
    } /*.player{ display: none;}  -> If you want to remove the video bg on a specific viewport w/o plugin*/
}
@media screen and (max-width: 360px) {
    .big-background-title,
    #colorize {
        line-height: 1;
    }
}
@media screen and (max-width: 320px) {
    .small-background-title {
        font-size: 30px;
    }
} /* SERVICES SECTION  */
.landing-section {
    padding: 40px 0;
}
.landing-section-header {
    padding: 30px 0;
    text-align: center;
    font-size: 28px;
    color: #000;
    font-family: Panton, sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}
.siln {
    font-size: 30px;
}

@media (min-width: 480px) {
}
@media (min-width: 768px) {
    .landing-section-header {
        font-size: 32px;
    }
    .siln {
        font-size: 42px;
    }
}
@media (min-width: 920px) {
}
@media (min-width: 1200px) {
}
.item-card {
    margin-bottom: 30px;
    position: relative;
}
.item-img {
    height: 200px;
    overflow: hidden;
    position: relative;
/*    background-color: #edf2f8;*/
	text-align: center;
}
.item-img img {
    display: inline-block;
    min-height: 100%;
/*    min-width: 345px;*/
/*    position: absolute; */
     max-width: 100%;
    /*transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);top: 50%;left: 50%;*/
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    cursor: pointer;
}
.item-card:hover img {
    /* webkit-transform:  translate(-50%, -50%) scale(1.1);-ms-transform:  translate(-50%, -50%) scale(1.1);transform:  translate(-50%, -50%) scale(1.1)*/
    webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.img-marg {
    margin-bottom: 20px;
}
.item-about {
    padding: 30px 15px 75px;
    background-color: #edf2f8;
    text-align: center;
    position: relative;
    height: 210px;
    overflow: hidden;
}
.item-header {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.item-param {
    background-color: #fff;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 10px;
    font-size: 14px;
    margin: 0 -5px 30px;
}
.item-about-double {
    padding: 15px 15px 75px;
}
.item-header-double {
    font-size: 16px;
    margin-bottom: 2px;
}
.item-param-double {
    margin: 0 -5px 10px;
}
.item-about-header-only {
    padding: 15px 15px 75px;
    background-color: #edf2f8;
    text-align: center;
    position: relative;
    height: 210px;
    overflow: hidden;
}
.item-header-double {
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 2px;
}
.item-param-double {
    background-color: #fff;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 10px;
    font-size: 14px;
    margin: 0 -5px 10px;
}
.item-about-header-only {
    display: table;
    width: 100%;
}
.item-header-only {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.item-btn-container {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 30px;
    padding: 0 15px;
}
.item-order-btn {
    display: block;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}
.item-order-btn:before {
    display: block;
    background-color: #498fe5;
    border-radius: 10px;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.item-order-btn:after {
    display: block;
    background-color: #3a7bca;
    border-radius: 10px;
    content: " ";
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: -2;
    height: 100%;
    width: 100%;
}
.item-order-btn:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.item-order-btn:hover:before {
    background-color: #4588d9;
}
.item-order-btn:hover:after {
    background-color: #336bb0;
} /* DESIGN SECTION */
.design-item-container {
    /* display: table;*/
}
.design-item {
    margin-bottom: 40px; /*display: table-cell;float: none;position: relative;*/
} /*.design-item:after{content: '';position: absolute;height: 100%;width: 100%;border: 1px solid #000;top: 0;}*/
.design-item-header-container {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.design-item-header-container img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.design-item-border {
    border: 1px solid #000;
}
.design-item-header-container .header {
    position: absolute;
    left: 35px;
    bottom: 45px;
    font-family: Panton, Roboto, sans-serif;
    color: #fff;
    font-weight: 800;
    font-size: 26px;
}
.design-item-header-container .header:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 5px;
    width: 70px;
    background-color: #ffd200;
    border: 0;
}
.design-item-about {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px;
}
@media (min-width: 920px) {
    .design-item-about {
        min-height: 450px;
    }
}
@media (min-width: 1200px) {
    .design-item-about {
        min-height: 430px;
    }
}
.design-item-about p {
    margin-top: 15px;
    padding-bottom: 15px;
}
.design-item-about ul {
    position: relative;
}
.design-item-about li {
    position: relative;
    margin-bottom: 22px;
    display: block;
}
.design-item-about li:before {
    background-image: url("../../images/marker.png");
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    margin-left: -33px;
    content: "";
    top: 3px;
} /* SPECIAL ABOUT */
.special-about-header-container {
    position: relative;
    text-align: center;
    bottom: -13px;
}
.special-about-header-container .header {
    background-color: #fff;
    padding: 0 10px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}
.special-about-text {
    border: 4px solid #498fe5;
    padding: 30px;
}
.special-about-icon-container {
    position: relative;
    text-align: center;
    top: -25px;
}
.special-about-icon-container .icon {
    background-color: #fff;
    display: inline-block;
    padding: 0 13px;
} /* PRODUCT SLIDER AREA */
.product-item-img {
    height: 250px;
    padding: 5px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 5px;
}
.product-item-img img {
    max-height: 100%;
    max-width: 100%;
    display: inline-block !important;
    height: auto !important;
    width: auto !important;
}
.product-item-header {
    font-family: Panton, roboto, sans-serif;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-item p {
    margin-bottom: 10px;
}
.product-item ul {
    position: relative;
    padding: 0;
    margin-left: 16px;
    margin-bottom: 10px;
}
.product-item li {
    position: relative;
    display: block;
    margin-bottom: 3px;
}
.product-item li:before {
    background-image: url("../../images/product-li-marker.png");
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    position: absolute;
    margin-left: -16px;
    content: "";
    top: 7px;
} /* PRODUCT SLIDER */
.product-slider-container {
    overflow: hidden;
}
#product-slider {
    position: relative;
    overflow: hidden;
} /*@media (min-width: 420px){#product-slider{width: 250%;margin-left: -75%;}}*/ /*@media (min-width: 768px){#product-slider{width: 150%;margin-left: -25%;}}@media (min-width: 920px){#product-slider{width: 102%;margin-left: -1%;}}*/
#product-slider .product-item {
    display: table-cell;
    height: 100%;
    background-color: #f2f2f2;
    padding: 15px 20px;
    overflow: hidden;
}
#product-slider .owl-stage {
    display: table;
    height: 100%;
}
#product-slider .owl-item {
    display: table;
    height: 100%;
    padding: 15px;
}
#product-slider .owl-controls {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
}
@media (min-width: 420px) {
    #product-slider .owl-controls {
        width: 420px;
    }
}
@media (min-width: 768px) {
    #product-slider .owl-controls {
        width: 750px;
    }
}
@media (min-width: 992px) {
    #product-slider .owl-controls {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    #product-slider .owl-controls {
        width: 1170px;
    }
}
#product-slider .owl-nav {
    position: absolute;
    width: 100%;
    height: 100%;
}
#product-slider .owl-nav:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 40%; /* background-color: rgba(255,255,255, .5);*/ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.57+69,0+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.57) 0%, rgba(255, 255, 255, 0.57) 69%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.57) 0%, rgba(255, 255, 255, 0.57) 69%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.57) 0%, rgba(255, 255, 255, 0.57) 69%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
#product-slider .owl-nav:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 40%; /*background-color: rgba(255,255,255, .5); */ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.57+31 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.57) 31%, rgba(255, 255, 255, 0.57) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.57) 31%, rgba(255, 255, 255, 0.57) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.57) 31%, rgba(255, 255, 255, 0.57) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#91ffffff',GradientType=1 ); /* IE6-9 */
}
#product-slider .owl-prev,
#product-slider .owl-next {
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7;
    z-index: 10;
}
#product-slider .owl-prev {
    background-image: url(../../images/slider-prev.png);
    left: 2px;
}
#product-slider .owl-next {
    right: 2px;
    background-image: url(../../images/slider-next.png);
}
@media (min-width: 1200px) {
    #product-slider .owl-prev {
        height: 56px;
        width: 56px;
        left: -46px;
    }
    #product-slider .owl-next {
        height: 56px;
        width: 56px;
        right: -46px;
    }
}
#product-slider .owl-prev:hover,
#product-slider .owl-next:hover {
    opacity: 1;
}
#product-slider .owl-controls {
    margin-right: auto;
    margin-left: auto;
} /* CONTACT FORM SECTION */
.contact-form-section {
    background-color: #498fe5;
    padding: 55px 0;
    margin: 15px 0 75px;
}
.contact-form-section-header {
    font-size: 28px;
    color: #fff;
    font-family: Panton, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    .contact-form-section-header {
        padding-top: 20px;
        font-size: 32px;
    }
}
.contact-form-section .form-input-container,
.contact-form-section .form-submit-container {
    width: 100%;
    padding: 5px;
}
@media (min-width: 768px) {
    .contact-form-section .form-input-container,
    .contact-form-section .form-submit-container {
        width: 33.33%;
    }
}
.contact-form-section input,
.contact-form-section button,
.contact-form-section .form-submit-container input {
    margin: 0;
}
.man {
    position: absolute;
    width: 32%;
    right: 30px;
    display: none;
}
@media (min-width: 1000px) {
    .man {
        display: block;
    }
}
@media (min-width: 1200px) {
    .man {
        width: 29%;
    }
}
.man-face {
    border-radius: 50%;
    overflow: hidden;
    height: 138px;
    width: 138px;
    position: absolute;
    right: 0;
    top: 0;
}
.man-face img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.man-say {
    display: inline-block;
}
.man-say .quotes {
    color: #5ba2fa;
    text-align: center;
    font-size: 110px;
    font-weight: 800;
    line-height: 10px;
    display: none;
}
.man-say .text {
    color: #fff;
    font-family: Panton, sans-serif;
    text-align: right;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-top: 25px;
}
.man-say .text:before {
    content: '"';
    display: block;
    color: #5ba2fa;
    text-align: center;
    font-size: 110px;
    font-weight: 800;
    line-height: 120px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}
.contact-form-section .form-answer-header {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #fff;
}
.contact-form-section .form-answer {
    text-align: left;
    color: #fff;
} /* ADVANTAGE SECTION */
.advantage-item {
    display: table;
    height: 90px;
    margin-bottom: 40px;
}
.advantage-item-img {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.advantage-item img {
    display: block;
    float: left;
    margin-right: 15px;
    max-width: 60px;
}
.advantage-item span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    line-height: 20px;
} /* WORK STEP SECTION */
.step-item-container {
    margin: 0 -15px 40px;
    width: 100%;
}
@media (min-width: 768px) {
    .step-item-container {
        width: 60%;
        margin-left: 20%;
    }
}
@media (min-width: 920px) {
    .step-item-container {
        width: 100%;
        margin-left: -15px;
    }
}
.step-item {
    display: table;
    height: 90px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}
.step-item-img {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.step-item img {
    display: block;
    float: left;
    margin-right: 10px;
}
.step-item span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}
@media (min-width: 920px) {
    .step-item {
        width: 19%;
    }
}
@media (min-width: 1200px) {
    .step-item {
        width: 20%;
    }
} /* BLUEPRINT FORM SECTION */
.blueprint-section {
    padding-bottom: 0;
}
.blueprint-form-section {
    background-color: #498fe5;
    padding: 30px 0;
}
.blueprint-form-section .container {
    display: table;
}
.blueprint-img-container {
    background-image: url(../../images/blueprints.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    height: 100%;
    width: 50%;
}
@media (min-width: 768px) {
    .blueprint-img-container {
        display: table-cell;
        width: 40%;
    }
}
@media (min-width: 920px) {
    .blueprint-img-container {
        width: 50%;
    }
}
.blueprint-form-container {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 0 30px 15px;
    float: right;
}
.blueprint-form-header {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.blueprint-form input {
    margin: 5px 0;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #fff;
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.blueprint-form textarea {
    margin: 5px 0;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #fff;
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.blueprint-form button {
    margin-top: 10px;
    width: 100%;
    background-color: #ffd200;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    padding: 10px;
    border: 0;
    border-radius: 2px;
}
.blueprint-form button:active,
.blueprint-form button:hover {
    background-color: #ffc700;
}
.blueprint-form .form-input-container,
.blueprint-form .form-big-input-container,
.blueprint-form .form-button-container,
.form-attach-container,
.form-big-input-container {
    padding: 5px;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.form-big-input-container {
    padding: 0 5px;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.blueprint-form .form-row {
    margin: 0 -5px;
}
.blueprint-form .form-attach-container a {
    text-decoration: none;
    opacity: 0.9;
}
.blueprint-form .form-attach-container a:hover {
    opacity: 1;
}
.blueprint-form .attach-img {
    padding: 0 3px;
}
.blueprint-form .attach-text {
    color: #000;
    border-bottom: 1px dashed #000;
    margin: 0 4px;
}
.blueprint-form .attach-addon {
    color: #000;
    font-weight: 400;
    display: none;
}
@media (min-width: 480px) {
    .blueprint-form .attach-addon {
        display: inline;
    }
}
.form-attach-container input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
}
.blueprint-form-answer {
    color: #fff;
    min-height: 45px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding: 10px 3px;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}
.blueprint-form-answer.show {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
@media (min-width: 920px) {
    .blueprint-form input {
        margin: 10px 0;
        padding: 13px 10px;
    }
    .blueprint-form button {
        margin-top: 10px;
        padding: 14px 10px;
        border-radius: 4px;
    }
    .blueprint-form .form-input-container,
    .blueprint-form .form-button-container {
        width: 50%;
    }
} /* MAP SECTION */
.map-section {
    background-color: #000;
    background-image: url(../../images/map.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.company-number-area {
    width: 100%;
    float: right;
    text-align: left;
    padding: 70px 0 50px;
}
@media (min-width: 480px) {
    .company-number-area {
        text-align: center;
    }
}
@media (min-width: 920px) {
    .company-number-area {
        width: 95%;
        padding: 170px 0 150px;
    }
}
@media (min-width: 1200px) {
    .company-number-area {
        width: 95%;
        padding: 290px 0 270px;
    }
}
.company-number-container {
    display: inline-block;
    color: #fff;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.company-number-addon {
    font-size: 15px;
    font-weight: 600;
}
.company-number {
    font-size: 100px;
    font-weight: 800;
    line-height: 80px;
    margin-bottom: 5px;
} /* FOOTER SECTION */
.footer-section {
    background-color: #090502;
    color: #fff;
    text-align: center;
}
.copyright-container,
.footer-contact-container,
.artnet-container {
    text-align: left;
}
@media (min-width: 480px) {
    .copyright-container {
        float: left;
    }
}
.copyright-container img {
    width: 250px;
    margin-bottom: 2px;
}
.copyright-container span {
    margin-top: 3px;
    display: block;
}
.artnet-container {
    float: right;
    padding-top: 30px;
}
.artnet-container span {
    display: block;
    margin-bottom: 0px;
    font-size: 13px;
}
.artnet-container img {
    width: 155px;
}
@media (min-width: 768px) {
    .artnet-container {
        padding-top: 15px;
    }
}
@media (min-width: 920px) {
    .artnet-container span {
        display: block;
        margin-bottom: 8px;
        font-size: 16px;
    }
    .artnet-container img {
        width: 100%;
    }
}
.footer-contact-container {
    display: block;
    padding: 15px 0 0 22px;
}
@media (min-width: 480px) {
    .footer-contact-container {
        float: right;
    }
}
@media (min-width: 768px) {
    .footer-contact-container {
        display: inline-block;
        float: none;
    }
}
.footer-contact-container a {
    color: #fff;
    display: block;
}
.footer-contact-container .phone {
    font-size: 24px;
    position: relative;
    margin-bottom: 2px;
    text-decoration: none;
}
.footer-contact-container .phone:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -22px;
    height: 13px;
    width: 13px;
    background-image: url(../../images/phone-icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer-contact-container .phone:hover,
.footer-contact-container .phone:active {
    color: #ffd200;
}
.footer-contact-container .phone:visited,
.footer-contact-container .phone:focus {
    color: #fff;
}
.footer-contact-container .mail {
    margin-top: 5px;
    font-weight: 400;
    text-decoration: none;
}
.footer-contact-container .mail:hover,
.footer-contact-container .mail:active {
    color: #ffd200;
}
.footer-contact-container .mail:visited,
.footer-contact-container .mail:focus {
    color: #fff;
} /* PRODUCTION SLIDER */
#production-slider {
    text-align: center;
    margin-bottom: 30px;
}
#production-slider .owl-stage {
    display: table;
    height: 100%;
    height: 250px;
}
@media (min-width: 420px) {
    #production-slider .owl-stage {
        height: 300px;
    }
}
@media (min-width: 768px) {
    #production-slider {
        margin-bottom: 110px;
    }
    #production-slider .owl-stage {
        height: 300px;
    }
}
@media (min-width: 920px) {
    #production-slider {
        margin-bottom: 130px;
    }
    #production-slider .owl-stage {
        height: 350px;
    }
}
@media (min-width: 1200px) {
    #production-slider {
        margin-bottom: 130px;
    }
    #production-slider .owl-stage {
        height: 500px;
    }
}
@media (min-width: 1200px) {
    #production-slider {
        text-align: center;
        margin-bottom: 130px;
    }
    #production-slider .owl-stage {
        display: table;
        height: 100%;
        height: 600px;
    }
}
#production-slider .owl-item {
    display: table;
    height: 100%;
    padding: 15px;
    overflow: hidden;
    position: relative;
}
#production-slider .owl-item img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: auto !important;
    height: 100%;
}
#production-slider .owl-controls {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
}
@media (min-width: 420px) {
    #production-slider .owl-controls {
        width: 420px;
    }
}
@media (min-width: 768px) {
    #production-slider .owl-controls {
        width: 750px;
    }
}
@media (min-width: 992px) {
    #production-slider .owl-controls {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    #production-slider .owl-controls {
        width: 1170px;
    }
}
#production-slider .owl-controls {
    margin-right: auto;
    margin-left: auto;
}
#production-slider .owl-nav {
    position: absolute;
    width: 100%;
    height: 100%;
}
#production-slider .owl-prev,
#production-slider .owl-next {
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7;
    z-index: 10;
}
#production-slider .owl-prev {
    background-image: url(../../images/slider-prev.png);
    left: 2px;
}
#production-slider .owl-next {
    right: 2px;
    background-image: url(../../images/slider-next.png);
}
@media (min-width: 1200px) {
    #production-slider .owl-prev {
        height: 56px;
        width: 56px;
        left: -46px;
    }
    #production-slider .owl-next {
        height: 56px;
        width: 56px;
        right: -46px;
    }
}
#production-slider .owl-prev:hover,
#production-slider .owl-next:hover {
    opacity: 1;
}
#production-slider .owl-thumbs {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 10px;
    display: none;
}
@media (min-width: 768px) {
    #production-slider .owl-thumbs {
        display: block;
    }
}
#production-slider .owl-thumb-item {
    display: inline-block;
    position: relative;
    height: 50px;
    width: 85px;
    overflow: hidden;
    margin: 0 5px;
    border: 2px solid #fff;
    padding: 0;
    border-radius: 3px;
}
#production-slider .owl-thumbs .active {
    border: 2px solid #ffd200;
}
#production-slider .owl-thumb-item img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: auto !important;
    height: 100%;
} /*#rc-connect{display: none !important;;}@media (min-width: 992px){#rc-connect{display: block !important;;}}*/
@media (max-width: 991px) {
    #rc-connect {
        display: none !important;
    }
} /*   #rh-snippet{display: none !important;;}@media (min-width: 768px){#rh-snippet{display: block !important;;}}*/
@media (max-width: 767px) {
    #rh-snippet {
        display: none !important;
    }
}
.header-loader,
.middle-loader {
    display: none;
}
.spinner {
    margin: auto auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}
.spinner > div {
    background-color: #fff;
    margin: 0 1px;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
.upload-output-area {
    padding: 5px;
    float: left;
    width: 100%; /* display: none;*/
}
#progress {
    width: 100%;
}
.bar {
    height: 8px;
    background: #ffd200;
}
.upload-file-area {
    display: none;
}
.upload-file-area-addon {
    font-size: 12px;
    color: #eee;
    padding: 2px;
}
.upload-file-area span {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    float: none;
    padding: 2px 1px;
    margin: 0 5px;
    border-bottom: 1px dotted #eee;
}
.upload-another-files-area {
    padding: 5px 0;
}
.upload-another-files {
    text-transform: lowercase;
    font-size: 12px;
    display: inline-block;
    color: #555;
    padding: 2px 1px;
    cursor: pointer;
}
.upload-another-files:hover {
    color: #ffd200;
}
#bgndVideo.show {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
#bgndVideo.show video {
    width: 103%;
    height: 103%;
    display: block;
    margin: -1% 0 0 -1.5%;
}
/* Stylesheet: style Modified On 2022-10-18 10:21:46 */
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 515px;
    min-width: 290px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #498fe5;
    padding: 70px 30px;
    border-radius: 4px;
}
.md-show {
    visibility: visible;
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
} /*.md-show ~ .md-overlay {opacity: 1;visibility: visible;}/* Effect 16:  Blur */ /*.md-show.md-effect-16 ~ .md-overlay {background: rgba(0,0,0,0.1);}.md-show.md-effect-16 ~ .global-content-container {-webkit-filter: blur(5px);-moz-filter: blur(5px);filter: blur(5px);}.md-show.md-effect-16 ~ .global-content-container{-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}*/
.landing-section-header {
    margin: 0px;
}
.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
}
/*.siln {
    margin-top: 30px;
}*/
.md-modal .blueprint-form-header {
    text-align: center;
}
.md-close {
    position: absolute;
    width: 39px;
    height: 39px;
    top: -36px;
    right: -36px;
    background-image: url(../../images/modal-close-icon.png);
    cursor: pointer;
    opacity: 0.6;
}
.md-close:hover {
    opacity: 1;
}
.mcf-content {
    background-color: #498fe5;
    padding: 15px;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .mcf-content {
        padding: 70px 30px 25px;
    }
}
/* Stylesheet: modal Modified On 2018-09-24 18:17:21 */
/*! 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("../../images/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("../../images/fancybox/fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -36px;
    right: -36px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../images/modal-close-icon.png);
    opacity: 0.6;
}
.fancybox-close:hover {
    opacity: 1;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../../images/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("../../images/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, 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-prev span,
    .fancybox-next span {
        background-image: url("../../images/fancybox/fancybox_sprite@2x.png");
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }
    .fancybox-close {
        top: -15px;
        right: -15px;
        width: 30px;
        height: 30px;
    }
    #fancybox-loading div {
        background-image: url("../../images/fancybox/fancybox_loading@2x.gif");
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
} /* Stylesheet: fancybox-main Modified On 2016-07-05 12:21:18 */
#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}
#fancybox-buttons.top {
    top: 10px;
}
#fancybox-buttons.bottom {
    bottom: 10px;
}
#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(68, 68, 68)), color-stop(50%, rgb(52, 52, 52)), color-stop(50%, rgb(41, 41, 41)), color-stop(100%, rgb(51, 51, 51)));
    background: -webkit-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -o-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -ms-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}
#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}
#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url("../../images/fancybox/fancybox_buttons.png");
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
}
#fancybox-buttons a:hover {
    opacity: 1;
}
#fancybox-buttons a.btnPrev {
    background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px;
}
#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
    opacity: 0.4;
    cursor: default;
}
/* Stylesheet: fancybox-buttons Modified On 2016-07-05 10:40:53 */
#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}
#fancybox-thumbs.bottom {
    bottom: 2px;
}
#fancybox-thumbs.top {
    top: 2px;
}
#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
}
#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
    opacity: 1;
}
#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none;
}
#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none;
}
/* Stylesheet: fancybox-thumbs Modified On 2016-07-05 10:41:26 */
