@charset "UTF-8";


.fancybox-enabled {
overflow: hidden; }
.fancybox-enabled body {
overflow: visible;
height: 100%; }
.fancybox-is-hidden {
position: absolute;
top: -9999px;
left: -9999px;
visibility: hidden; }
.fancybox-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99993;
-webkit-tap-highlight-color: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0); } .fancybox-container ~ .fancybox-container {
z-index: 99992; }
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.fancybox-outer {
overflow-y: auto;
-webkit-overflow-scrolling: touch; }
.fancybox-bg {
background: #1e1e1e;
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
.fancybox-is-open .fancybox-bg {
opacity: 0.87;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
position: absolute;
direction: ltr;
z-index: 99997;
opacity: 0;
visibility: hidden;
transition: opacity .25s, visibility 0s linear .25s;
box-sizing: border-box; }
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
opacity: 1;
visibility: visible;
transition: opacity .25s, visibility 0s; }
.fancybox-infobar {
top: 0;
left: 50%;
margin-left: -79px; }
.fancybox-infobar__body {
display: inline-block;
width: 70px;
line-height: 44px;
font-size: 13px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
text-align: center;
color: #ddd;
background-color: rgba(30, 30, 30, 0.7);
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: subpixel-antialiased; }
.fancybox-toolbar {
top: 0;
right: 0; }
.fancybox-stage {
overflow: hidden;
direction: ltr;
z-index: 99994;
-webkit-transform: translate3d(0, 0, 0); }
.fancybox-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: auto;
outline: none;
white-space: normal;
box-sizing: border-box;
text-align: center;
z-index: 99994;
-webkit-overflow-scrolling: touch;
display: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d; }
.fancybox-slide::before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0; }
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block; }
.fancybox-slide--image {
overflow: visible; }
.fancybox-slide--image::before {
display: none; }
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
background: #000; }
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
background: #E5E3DF; }
.fancybox-slide--next {
z-index: 99995; }
.fancybox-slide > * {
display: inline-block;
position: relative;
padding: 24px;
margin: 44px 0 44px;
border-width: 0;
vertical-align: middle;
text-align: left;
background-color: #fff;
overflow: auto;
box-sizing: border-box; }
.fancybox-slide .fancybox-image-wrap {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
border: 0;
z-index: 99995;
background: transparent;
cursor: default;
overflow: visible;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
background-size: 100% 100%;
background-repeat: no-repeat;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fancybox-can-zoomOut .fancybox-image-wrap {
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.fancybox-can-zoomIn .fancybox-image-wrap {
cursor: -webkit-zoom-in;
cursor: zoom-in; }
.fancybox-can-drag .fancybox-image-wrap {
cursor: -webkit-grab;
cursor: grab; }
.fancybox-is-dragging .fancybox-image-wrap {
cursor: -webkit-grabbing;
cursor: grabbing; }
.fancybox-image,
.fancybox-spaceball {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
max-width: none;
max-height: none; }
.fancybox-spaceball {
z-index: 1; }
.fancybox-slide--iframe .fancybox-content {
padding: 0;
width: 80%;
height: 80%;
max-width: calc(100% - 100px);
max-height: calc(100% - 88px);
overflow: visible;
background: #fff; }
.fancybox-iframe {
display: block;
margin: 0;
padding: 0;
border: 0;
width: 100%;
height: 100%;
background: #fff; }
.fancybox-error {
margin: 0;
padding: 40px;
width: 100%;
max-width: 380px;
background: #fff;
cursor: default; }
.fancybox-error p {
margin: 0;
padding: 0;
color: #444;
font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }
.fancybox-close-small {
position: absolute;
top: 0;
right: 0;
width: 44px;
height: 44px;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
outline: none;
background: transparent;
z-index: 10;
cursor: pointer; }
.fancybox-close-small:after {
content: '×';
position: absolute;
top: 5px;
right: 5px;
width: 30px;
height: 30px;
font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
color: #888;
font-weight: 300;
text-align: center;
border-radius: 50%;
border-width: 0;
background: #fff;
transition: background .25s;
box-sizing: border-box;
z-index: 2; }
.fancybox-close-small:focus:after {
outline: 1px dotted #888; }
.fancybox-close-small:hover:after {
color: #555;
background: #eee; }
.fancybox-slide--iframe .fancybox-close-small {
top: 0;
right: -44px; }
.fancybox-slide--iframe .fancybox-close-small:after {
background: transparent;
font-size: 35px;
color: #aaa; }
.fancybox-slide--iframe .fancybox-close-small:hover:after {
color: #fff; } .fancybox-caption-wrap {
bottom: 0;
left: 0;
right: 0;
padding: 60px 30px 0 30px;
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
pointer-events: none; }
.fancybox-caption {
padding: 30px 0;
border-top: 1px solid rgba(255, 255, 255, 0.4);
font-size: 14px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color: #fff;
line-height: 20px;
-webkit-text-size-adjust: none; }
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
pointer-events: all; }
.fancybox-caption a {
color: #fff;
text-decoration: underline; } .fancybox-button {
display: inline-block;
position: relative;
margin: 0;
padding: 0;
border: 0;
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
background: transparent;
color: #ddd;
border-radius: 0;
cursor: pointer;
vertical-align: top;
outline: none; }
.fancybox-button[disabled] {
cursor: default;
pointer-events: none; }
.fancybox-infobar__body, .fancybox-button {
background: rgba(30, 30, 30, 0.6); }
.fancybox-button:hover:not([disabled]) {
color: #fff;
background: rgba(0, 0, 0, 0.8); }
.fancybox-button::before,
.fancybox-button::after {
content: '';
pointer-events: none;
position: absolute;
background-color: currentColor;
color: currentColor;
opacity: 0.9;
box-sizing: border-box;
display: inline-block; }
.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
opacity: 0.3; }
.fancybox-button--left::after,
.fancybox-button--right::after {
top: 18px;
width: 6px;
height: 6px;
background: transparent;
border-top: solid 2px currentColor;
border-right: solid 2px currentColor; }
.fancybox-button--left::after {
left: 20px;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.fancybox-button--right::after {
right: 20px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.fancybox-button--left {
border-bottom-left-radius: 5px; }
.fancybox-button--right {
border-bottom-right-radius: 5px; }
.fancybox-button--close::before, .fancybox-button--close::after {
content: '';
display: inline-block;
position: absolute;
height: 2px;
width: 16px;
top: calc(50% - 1px);
left: calc(50% - 8px); }
.fancybox-button--close::before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.fancybox-button--close::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); } .fancybox-arrow {
position: absolute;
top: 50%;
margin: -50px 0 0 0;
height: 100px;
width: 54px;
padding: 0;
border: 0;
outline: none;
background: none;
cursor: pointer;
z-index: 99995;
opacity: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: opacity .25s; }
.fancybox-arrow::after {
content: '';
position: absolute;
top: 28px;
width: 44px;
height: 44px;
background-color: rgba(30, 30, 30, 0.8);
background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
background-repeat: no-repeat;
background-position: center center;
background-size: 24px 24px; }
.fancybox-arrow--right {
right: 0; }
.fancybox-arrow--left {
left: 0;
-webkit-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1); }
.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
left: 0; }
.fancybox-show-nav .fancybox-arrow {
opacity: 0.6; }
.fancybox-show-nav .fancybox-arrow[disabled] {
opacity: 0.3; } .fancybox-loading {
border: 6px solid rgba(100, 100, 100, 0.4);
border-top: 6px solid rgba(255, 255, 255, 0.6);
border-radius: 100%;
height: 50px;
width: 50px;
-webkit-animation: fancybox-rotate .8s infinite linear;
animation: fancybox-rotate .8s infinite linear;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
margin-top: -25px;
margin-left: -25px;
z-index: 99999; }
@-webkit-keyframes fancybox-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@keyframes fancybox-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } } .fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, 0.25, 1); } .fancybox-fx-slide.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
opacity: 0; }
.fancybox-fx-slide.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
opacity: 0; }
.fancybox-fx-slide.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1; } .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1; } .fancybox-fx-zoom-in-out.fancybox-slide--previous {
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
opacity: 0; }
.fancybox-fx-zoom-in-out.fancybox-slide--next {
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
opacity: 0; }
.fancybox-fx-zoom-in-out.fancybox-slide--current {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1; } .fancybox-fx-rotate.fancybox-slide--previous {
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
opacity: 0; }
.fancybox-fx-rotate.fancybox-slide--next {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 0; }
.fancybox-fx-rotate.fancybox-slide--current {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 1; } .fancybox-fx-circular.fancybox-slide--previous {
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
opacity: 0; }
.fancybox-fx-circular.fancybox-slide--next {
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
opacity: 0; }
.fancybox-fx-circular.fancybox-slide--current {
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
opacity: 1; } .fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1); } @media all and (max-width: 800px) {
.fancybox-infobar {
left: 0;
margin-left: 0; }
.fancybox-button--left,
.fancybox-button--right {
display: none !important; }
.fancybox-caption {
padding: 20px 0;
margin: 0; } } .fancybox-button--fullscreen::before {
width: 15px;
height: 11px;
left: calc(50% - 7px);
top: calc(50% - 6px);
border: 2px solid;
background: none; } .fancybox-button--play::before,
.fancybox-button--pause::before {
top: calc(50% - 6px);
left: calc(50% - 4px);
background: transparent; }
.fancybox-button--play::before {
width: 0;
height: 0;
border-top: 6px inset transparent;
border-bottom: 6px inset transparent;
border-left: 10px solid;
border-radius: 1px; }
.fancybox-button--pause::before {
width: 7px;
height: 11px;
border-style: solid;
border-width: 0 2px 0 2px; } .fancybox-thumbs {
display: none; }
.fancybox-button--thumbs {
display: none; }
@media all and (min-width: 800px) {
.fancybox-button--thumbs {
display: inline-block; }
.fancybox-button--thumbs span {
font-size: 23px; }
.fancybox-button--thumbs::before {
width: 3px;
height: 3px;
top: calc(50% - 2px);
left: calc(50% - 2px);
box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
.fancybox-thumbs {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: auto;
width: 220px;
margin: 0;
padding: 5px 5px 0 0;
background: #fff;
word-break: normal;
-webkit-tap-highlight-color: transparent;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
box-sizing: border-box;
z-index: 99995; }
.fancybox-show-thumbs .fancybox-thumbs {
display: block; }
.fancybox-show-thumbs .fancybox-inner {
right: 220px; }
.fancybox-thumbs > ul {
list-style: none;
position: absolute;
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: auto;
font-size: 0; }
.fancybox-thumbs > ul > li {
float: left;
overflow: hidden;
max-width: 50%;
padding: 0;
margin: 0;
width: 105px;
height: 75px;
position: relative;
cursor: pointer;
outline: none;
border: 5px solid transparent;
border-top-width: 0;
border-right-width: 0;
-webkit-tap-highlight-color: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-sizing: border-box; }
li.fancybox-thumbs-loading {
background: rgba(0, 0, 0, 0.1); }
.fancybox-thumbs > ul > li > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
max-width: none;
max-height: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.fancybox-thumbs > ul > li:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 2px;
border: 4px solid #4ea7f9;
z-index: 99991;
opacity: 0;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
opacity: 1; } }html, body { margin: 0; padding: 0; border: 0; line-height: 1; height: 100%;}
article, aside, details, figcaption, figure,
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0;}
footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0;}
a, a:hover, a:focus { text-decoration: none; }
a:focus { outline: none; }
b, strong { font-weight: bold; }
p { margin: 0 }
input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; margin: 0 }
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;}
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select::-ms-expand { display: none; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
* { -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 { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); overflow-x: hidden;
-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
span.skype_pnh_container { display: none !important; }
span.skype_pnh_print_container { display: inline !important; } .img-responsive { display: block; max-width: 100%; height: auto; }
.nopadding { padding: 0px; }
.padding-b40 { padding-bottom: 40px; }
.padding-b20 { padding-bottom: 20px; }
.padding-b10 { padding-bottom: 10px; }
.padding-t5 { padding-top: 5px; }
.margin-b15 { margin-bottom: 15px !important; }
.margin-b10 { margin-bottom: 10px !important; }
.margin-b5 { margin-bottom: 5px !important; }
.margin-t15 { margin-top: 15px !important; }
.margin-t20 { margin-top: 20px !important; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.center-outer {
display: table;
position: absolute;
height: 100%;
width: 100%;
}
.center-inner {
display: table-cell;
vertical-align: middle;
}
.center-core {
vertical-align: middle;
margin: 0px auto;
text-align: center;
}
.body-wrapper {
width: 100%;
background-color: #ffffff;
border-bottom: 2px #262626 solid;
} html { font-size: 13px;}
@media (min-width: 480px) {
html { font-size: 15px; }
}
@media (min-width: 768px) {
html { font-size: 16px; }
}
@media (min-width: 920px) {
html { font-size: 17px; }
}
body {
background-color: #ffffff;
font-family: 'Roboto', sans-serif;
font-size: 1em;
font-weight: 400;
line-height: 1.5em;
color: #333;
overflow-y: visible;
letter-spacing: -0.015em;
word-spacing: -0.015em;
}
p { margin-bottom: 1.3em; }
h1, h2, h3, h4 {
margin: 0 0 0.3em 0;
line-height: 1.2;
font-weight: 700;
}
h1 {
margin-top: 0;
font-size: 2.7em;
}
h2 { font-size: 2.2em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.45em;}
small {font-size: 0.75em;}
.bigtitle {
font-weight: 900;
font-size: 3.5em;
}
.color-blue { color: #0073ab; }
@media (min-width: 1200px) {
.big-pad-right { padding-right: 50px; }
.big-pad-left { padding-left: 50px; }
}
@media (min-width: 1400px) {
.big-pad-right { padding-right: 80px; }
.big-pad-left { padding-left: 80px; }
}  a { color: #888888; }
a:hover { color: #0073ab; }
hr {
display: block;
height: 0px;
border: 0;
border-bottom: 1px #dddddd solid;
margin: 15px 0;
padding: 0;
}
@media (min-width: 1200px) {
.container-fluid {
max-width: 90%;
}
} header {
padding-top: 15px;
}
.header-nav-bar {
position: absolute;
width: 100%;
height: 64px;
z-index: 200;
transition: background 0.3s ease;
-webkit-transition: background 0.3s ease;
}
.is-sticky .header-nav-bar {
background-color: rgba(0,0,0,0.85);
}
.logo {
height: 45px;
width: auto;
margin-top: 8px;
float: left;
}
@media (min-width: 768px) {
header {
padding-top: 30px;
}
.header-nav-bar {
height: 77px;
}
.logo {
height: 55px;
margin-top: 9px;
float: left;
}
} nav > ul {
list-style: none;
margin: 0;
padding: 0;
float: right;
height: 77px;
}
nav > ul > li {
position: relative;
float: left;
margin: 22px 0 0 2px;
padding: 0;
border: none;
}
nav > ul > li a {
display: block;
color: #CCCCCC;
width: 100%;
line-height: 34px;
padding: 0 10px;
text-align: center;
font-size: 15px;
font-weight: 700;
text-decoration: none;
transition: color 0.3s ease;
-webkit-transition: color 0.3s ease;
}
nav > ul > li:hover a,
nav > ul > li.active a {
color: #ffffff;
} #mobilenav,
.navbar-bar {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#mobilenav {
position: fixed;
overflow-y: auto;
left: 0; right: 0; top: 0; bottom: 0;
z-index: 800;
background-color: rgba(0,0,0,0.90);
width: 100%;
height: 100vh;
text-align: center;
}
.nav-hide { display: none; }
.mobilenav-header {
position: fixed;
z-index: 600;
top:0; left: 0; right: 0;
width: 100%;
}
#mobilenav ul {
list-style: none;
padding: 0;
}
#mobilenav ul > li {
position: relative;
margin: 0;
padding: 0;
border: none;
}
#mobilenav ul > li a {
position: relative;
display: inline-block;
color: #CCCCCC;
width: 100%;
line-height: 34px;
padding: 5px 10px;
text-align: center;
font-size: 18px;
font-weight: 700;
text-decoration: none;
transition: color 0.3s ease;
-webkit-transition: color 0.3s ease;
}
#mobilenav ul > li a:hover {
color: #ffffff;
} .navbar-container {
float: right;
position: relative;
margin-top: 16px;
}
.navbar-bar {
position: absolute;
right: 0;
padding: 2px 6px;
width: 36px;
height: 33px;
cursor: pointer;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.close-bar {
float: right;
padding: 2px 6px;
margin: 30px 20px;
width: 36px;
height: 33px;
cursor: pointer;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.bar1, .bar2, .bar3 {
width: 100%;
height: 3px;
border-radius: 4px;
margin-top: 5px;
background-color: #0078ac;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.navbar-bar:hover .bar1, .navbar-bar:hover .bar2, .navbar-bar:hover .bar3,
.navbar-on .bar1, .navbar-on .bar2, .navbar-on .bar3 { background-color: #ffffff; }
.close-bar:hover .bar1,  .close-bar:hover .bar3 { background-color: #ffffff; }
.close-bar .bar1, .close-bar .bar3 { transform-origin: 4% 50%; }
.close-bar .bar1 { transform: rotate(45deg); }
.close-bar .bar3 { transform: rotate(-45deg); }
.close-bar .bar2 { background-color: transparent; } .footerholder, footer {
width: 100%;
height: 220px;
}
footer {
position: fixed;
z-index: -1;
bottom: 0;
left: 0;
right: 0;
font-size: 0.90em;
background: #111111;
color: #bbbbbb;
margin-bottom: 0px;
text-align: center;
}
footer img {
height: 60px;
width: auto;
}
@media (min-width: 768px) {
footer img {
height: auto;
}
}
footer p { margin: 0; } .map-bar {
background: #333333;
width: 100%;
}
.gmnoprint a, .gmnoprint span, .gm-style-cc { display:none; }
.gmnoprint div { background:none !important; }
#map { height: 100%; }
.map-container {
height: 400px;
width: 100%;
}
@media (min-width: 768px) {
.map-container {
height: 500px;
}
} .contact-us {
padding-top: 3.5em;
padding-bottom: 3.5em;
background: #ffffff;
}
.contact-us td {
vertical-align: top;
padding-bottom: 4px;
}
.contact-us td.item-title {
text-align: right;
padding-right: 10px;
}
input, textarea {
width: 100%;
padding: 12px 15px;
outline: none;
border: 1px #dddddd solid;
color:  #333;
margin: 0;
}
.contact-btn {
position: relative;
display: block;
background-color: #000;
border-radius: 3px;
padding: 8px 25px;
width: 100%;
text-align: center;
background-color: #0073ab;
color: #ffffff;
transition: color 0.3s ease, background 0.3s ease;
-webkit-transition: color 0.3s ease, background 0.3s ease;
}
.contact-btn:hover {
background-color: #333;
color: #ffffff;
}
#MyContactForm p label {
position: relative;
width: 100%;
cursor: text;
display: block;
margin: 0;
top: 0;
}
#MyContactForm .error {
position: absolute;
font-size: 12px;
font-weight: normal;
font-style: italic;
width: auto;
bottom: 10px;
left: auto;
right: 8px;
background-color: #FF0000;
color: #ffffff;
border-radius: 3px;
padding: 0 8px;
}
#messageCP .error {
border-radius: 3px;
padding: 8px 25px;
bottom: 0;
left: 0;
right: 0;
width: 100%;
text-align: center;
}
.response {
border: 1px #dddddd solid;
background-color: #EEEEEE;
text-align: center;
padding: 30px;
}
.response h3 { color: #0073ab; }
#ErrResults {
color: #ff0000;
font-weight: 700;
padding: 12px 0;
}
.g-recaptcha-ext div {
text-align: center !important;
float: none !important;
transform: scale(0.86);
-webkit-transform: scale(0.86);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
max-width: 100% !important;
margin: 0px auto !important;
}
@media (min-width: 350px) {
.g-recaptcha-ext div {
transform: scale(0.94);
-webkit-transform: scale(0.94);
}
}
@media (min-width: 450px) {
.g-recaptcha-ext div {
transform: scale(1);
-webkit-transform: scale(1);
}
} .hero-image {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 90vh;
background-color: #111111;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.hero-image-holder {
height: calc( 90vh - 79px);
}
@media (min-width: 768px) {
.hero-image-holder {
height: calc( 90vh - 107px);
}
}
.hero-content {
width: 100%;
height: 100%;
padding-top: 25px;
}
.hero-content h1 {
display: inline-block;
color: #ffffff;
word-spacing: -0.03em;
padding-bottom: 0.07em;
border-bottom: 1px #ffffff solid;
}
.hero-content p {
color: #ffffff;
font-size: 1.2em;
text-transform: capitalize;
font-weight: 700;
}
.hero-content .center-core {
padding: 25px;
max-width: 800px;
}
@media (min-width: 768px) {
.hero-content h1 {
font-size: 3em;
}
}
@media (min-width: 992px) {
.hero-content h1 {
font-size: 3.5em;
}
}
@media (min-width: 1200px) {
.hero-content h1 {
font-size: 4em;
}
} .intro-bar {
background-color: #0073ab;
padding-top: 3.5em;
padding-bottom: 3.5em;
text-align: justify;
font-size: 1.1em;
color: #ffffff;
}
.intro-bar h2 {
text-align: center;
color: #ffffff;
} .service-bar {
padding-top: 3.5em;
padding-bottom: 3.5em;
text-align: center;
}
.service-bar span {
display: block;
max-width: 900px;
margin: 0 auto;
padding-bottom: 2em;
}
.service-item section {
display: inline-block;
vertical-align: top;
overflow: hidden;
background-color: #0073ab;
border-radius: 3px;
color: #ffffff;
margin-bottom: 15px;
padding: 0 0 15px 0;
width: 100%;
}
@media (min-width: 992px) {
.service-item section {
height: 355px;
margin-bottom: 0;
}
}
.service-item section img {
width: 100%;
line-height: 0;
margin-bottom: 15px;
}
.service-item section h3 {
margin: 0;
font-size: 1.6em;
text-align: center;
padding: 0 20px 2px 20px;
}
.service-item section p {
margin: 0;
font-size: 0.85em;
line-height: 1.3em;
text-align: center;
padding: 0 20px 10px 20px;
} .technical-bar {
position: relative;
padding-top: 3.5em;
text-align: justify;
font-size: 1.1em;
color: #333333;
padding-bottom: calc(3.5em + 400px);
}
.technical-bar:after {
content: '';
position: absolute;
display: block;
width: 100%;
height: 400px;
left: 0;
bottom: 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media (min-width: 992px) {
.technical-bar {
padding-bottom: 3.5em;
}
.technical-bar:after {
width: 48%;
height: 100%;
top: 0;
bottom: 0;
}
}
.technical-bar h2 {
text-align: center;
color: #0073ab;
}
.tech-btn {
display: inline-block;
background-color: #000;
border-radius: 3px;
padding: 8px 25px;
background-color: #0073ab;
color: #ffffff;
transition: color 0.3s ease, background 0.3s ease;
-webkit-transition: color 0.3s ease, background 0.3s ease;
}
.tech-btn:hover {
background-color: #333;
color: #ffffff;
} .articles-bar {
padding-top: 3.5em;
padding-bottom: 3.5em;
background-color: #f5f5f5;
}
.article-item section {
display: inline-block;
vertical-align: top;
overflow: hidden;
background-color: #ffffff;
border: 9px #ffffff solid;
border-radius: 3px;
width: 100%;
margin-bottom: 20px;
padding: 0 0 15px 0;
transition: background 0.3s ease, border 0.3s ease;
-webkit-transition: background 0.3s ease, border 0.3s ease;
}
.article-item section:hover {
background-color: #0073ab;
border-color: #0073ab;
}
.article-item section img {
width: 100%;
line-height: 0;
margin-bottom: 12px;
}
.more-articles {
margin-top: 0.5em;
text-align: center;
}
@media (min-width: 630px) {
.article-item section img {
float: left;
height: 150px;
width: auto;
margin-bottom: 0px;
margin-right: 15px;
}
.article-item section {
padding: 0;
}
}
@media (min-width: 768px) {
.article-item section img {
height: 180px;
}
}
@media (min-width: 992px) {
.article-item section {
height: 480px;
margin-bottom: 0;
}
.article-item section img {
float: none;
width: 100%;
height: auto;
line-height: 0;
margin: 0 0 12px 0;
}
.more-articles {
margin-top: 2em;
}
}
@media (min-width: 1200px) {
.article-item section {
height: 500px;
}
}
.article-item a h3 {
color: #0073ab;
transition: color 0.3s ease;
-webkit-transition: color 0.3s ease;
}
.article-item a:hover h3 {
color: #ffffff;
}
.article-item section h3 {
font-size: 1.35em;
padding: 0 10px 10px 10px;
margin: 0;
}
.article-item section p {
margin: 0;
line-height: 1.3em;
padding: 0 10px;
}
.article-item a p {
color: #666666;
transition: color 0.3s ease;
-webkit-transition: color 0.3s ease;
}
.article-item a:hover p {
color: #EEEEEE;
} .login-page {
width: 100vw;
height: 100vh;
}
.login-section {
width: 90%;
max-width: 600px;
}
.g-recaptcha div {
text-align: center !important;
float: none !important;
margin: 0px auto !important;
}
.login-btn {
display: inline-block;
background-color: #000;
border-radius: 3px;
padding: 8px 25px;
background-color: #0073ab;
color: #ffffff;
transition: color 0.3s ease, background 0.3s ease;
-webkit-transition: color 0.3s ease, background 0.3s ease;
}
.login-btn:hover {
background-color: #333;
color: #ffffff;
}
.error-message {
background-color: #f2f2f2;
border-radius: 3px;
padding: 8px;
color: #FF0000;
font-weight: 700;
}
.docs_items {
display: block;
border: 1px #dddddd solid;
border-radius: 3px;
padding: 8px;
margin-bottom: 5px;
transition: background 0.3s ease;
-webkit-transition: background 0.3s ease;
}
.docs_items:hover {
background-color: #EEEEEE;
} .archive_header {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 79px;
background-color: #111111;
}
@media (min-width: 768px) {
.archive_header { height: 107px; }
}
.archive_header_title {
text-align: center;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.page-numbers,
.page-numbers:hover,
.page-numbers:focus {
border: none !important;
}
a.page-numbers,
.page-numbers {
display: inline-block;
text-align: center;
font-size: 1em;
line-height: 1em;
padding: 11px 15px;
margin: 3px 1px;
border-radius: 3px;
outline: none;
border: 1px #dddddd solid !important;
background-color: #ffffff;
color: #888888 !important;
-webkit-transition: border 0.3s ease, background 0.3s ease, color 0.3s ease;
transition: border 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.page-numbers:hover,
.page-numbers:focus {
border: 1px #CCCCCC solid !important;
background: #EEEEEE !important;
color: #0073ab !important;
}
.current.page-numbers  {
border: 1px #0073ab solid !important;
background-color: #0073ab !important;
color: #FFFFFF !important;
} .article-header {
padding-top: 2.2em;
padding-bottom: 1.8em;
}
.article-header h1 {
margin-bottom: 5px;
line-height: 1em;
}
.article-header a {
color: #0073ab;
}
.article-header a:hover {
color: #333;
}
.article-body {
background-color: #f5f5f5;
padding-top: 2em;
padding-bottom: 2.5em;
min-height: 500px;
}
.article-body p,
.article-body ul,
.article-body ol {
margin: 15px auto;
}
.article-body ul {
padding-left: 12px;
list-style: none;
}
.article-body ol {
margin-left: 15px;
padding-left: 15px;
list-style: decimal !important;
}
.article-body li {
margin-top: 6px;
}
.article-body ul li:before {
content: "";
display: inline-block;
background-color: #0073ab;
width: 8px;
height: 8px;
border-radius: 4px;
margin-right: 5px;
}
@media (min-width: 768px) {
.article-body ul {
padding-left: 20px;
}
.article-body ol {
margin-left: 20px;
padding-left: 20px;
}
.article-body ul li:before {
width: 10px;
height: 10px;
border-radius: 5px;
margin-right: 10px;
}
}
.article-body img {
max-width: 100%;
border-radius: ;
height: auto;
}
.article-body table {
width: 100%;
max-width: 100%;
border-collapse: collapse;
}
.article-body td,
.article-body th {
padding: 4px 6px;
vertical-align: top;
border: #BBBBBB 1px solid;
}
.article-body th {
background-color: #e5e5e5;
color: #0073ab;
font-weight: bold;
text-align: center;
vertical-align: middle;
}
.article-body tr:nth-child(even) {
background-color: #ffffff;
}
.article-body tr:nth-child(odd) {
background-color: #f5f5f5;
}
table.center-cell td {
vertical-align: middle;
text-align: center;
}
table.vcenter-cell td {
vertical-align: middle;
}
.table-wrapper {
overflow-x: auto;
border: #ffffff 3px solid;
} a.lightboxwrap {
border-bottom: none;
}
img.alignnone {
float: none !important;
margin: 3px;
max-width: 100%;
width: auto !important;
height: auto !important;
}
img.aligncenter,
img.alignleft,
img.alignright {
float: none !important;
margin: 15px auto;
display: block;
max-width: 100%;
width: auto !important;
height: auto !important;
}
@media (min-width: 768px) {
img.alignleft {
float: left !important;
margin: 10px 15px !important;
margin-left: 0px !important;
}
img.alignright {
float: right !important;
margin: 10px 15px !important;
margin-right: 0px !important;
}
}
.wp-caption {
background-color: #ffffff;
padding: 0 !important;
border-radius: 3px;
width: auto !important;
max-width: 100%;
display: table !important;
line-height: 0 !important;
}
.wp-caption.aligncenter,
.wp-caption.alignnone,
.wp-caption.alignright,
.wp-caption.alignleft {
margin: 15px auto !important;
}
@media (min-width: 768px) {
.wp-caption.alignnone {
display: inline-block !important;
margin: 2px !important;
}
.wp-caption.alignright {
float: right !important;
margin: 10px 15px !important;
margin-right: 0px !important;
}
.wp-caption.alignleft {
float: left !important;
margin: 10px 15px !important;
margin-left: 0px !important;
}
}
.wp-caption img {
padding: 0px !important;
margin: 0px !important;
width: auto !important;
height: auto !important;
max-width: 100% !important;
border-radius: 3px 3px 0 0 ;
}
.wp-caption p {
font-size: 12px;
line-height: 1.8;
text-align: center;
padding-top: 0px;
padding: 0 !important;
margin: 6px;
color: #777777;
} .gallery-photo {
text-align: center;
padding-top: 1em;
padding-bottom: 1em;
}
.gallery-photo a {
border: none;
}
.gallery-photo section {
padding: 2px;
line-height: 0;
overflow: hidden;
}
.gallery-photo img {
width: 100%;
line-height: 0;
border-radius: 3px;
} .fancybox-bg {
background: #f3f3f3 url(//brinells.com/wp-content/themes/brinells/images/persian-pattern-window.png) repeat;
}
.fancybox-is-open .fancybox-bg { opacity: 1; }
.fancybox-infobar__body { font-family: 'Lato', sans-serif; }
.fancybox-caption-wrap {
text-align: center;
padding-bottom: 5px;
background: transparent;
}
.fancybox-caption {
display: inline-block;
padding: 7px 9px;
border-top: none;
border-radius: 3px;
font-size: 0.85em;
line-height: 1.2em;
font-family: 'Lato', sans-serif;
background-color: rgba(0,0,0,0.5);
color: #EEEEEE;
} .files-related-container {
border-top: 1px #CCCCCC solid;
margin-top: 0.5em;
padding-top: 1em;
}
.files-related-container h4 {
color: #0073ab;
margin-bottom: 0.5em;
}
.files-related {
display: block;
background-color: #ffffff;
padding: 6px 12px;
border-radius: 3px;
margin-bottom: 4px;
-webkit-transition: background 0.3s ease, color 0.3s ease;
transition: background 0.3s ease, color 0.3s ease;
}
.files-related:hover {
background-color: #0073ab;
color: #ffffff;
}