@charset "UTF-8";
@import url(component2.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.address-detail a,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

strong {
    font-weight: bold;
}

body {
    color: #fff;
    background: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
    overflow-y: auto;
}

#ascrail2000 {
    z-index: 999 !important;
}

::-moz-selection {
    background: #f8ec2e;
    color: #000;
}

::selection {
    background: #f8ec2e;
    color: #000;
}

a:hover,
a:active {
    outline: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #c6ba03;
    text-decoration: none;
}

a:focus {
    color: #c6ba03;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}

h1 {
    font-size: 72px;
    line-height: 72px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

h2 {
    text-align: center;
    padding-top: 1em;
}

h3 {
    font-size: 24px;
    line-height: 35px;
    padding-bottom: 32px;
    text-align: center;
}

h4 {
    font-size: 21px;
    line-height: 25px;
    padding-bottom: 20px;
}

p {
    font-size: 15px;
    color: #e7e7e7;
    line-height: 25px;
    padding-bottom: 1em;
    text-align: justify;
}

.pad-zero {
    padding: 0;
}

.sec-pad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.opacity-hide {
    opacity: 0;
    visibility: hidden;
}

.side-left p,
.side-left .address-detail a,
.address-detail .side-left a {
    color: #fff;
}

.side-left .content-wrap {
    height: 100%;
}

.side-left {
    padding-left: 3em;
}

.side-left .col-xs-12 {
    padding: 0;
}

.side-left,
.side-right {
    background: transparent url("../img/gomo2-bg.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.side-right {
    right: 0;
}

.align-center {
    overflow: hidden;
    clear: both;
    float: none;
    margin: 0 auto;
}

.page-left .page-inner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-left .page-inner .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}

.page-right .page-inner .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}

.contact,
.about {
    text-transform: uppercase;
    position: absolute;
    top: 0;
    z-index: 11;
}

.call-to-action {
    display: block;
    width: 150px;
    font-size: 18px;
}

.call-to-action div {
    cursor: pointer;
}

.call-to-action .goto-next,
.call-to-action .goto-close {
    position: absolute;
    display: block;
    right: 0;
}

.call-to-action .goto-next span,
.call-to-action .goto-close span {
    display: inline-block;
    position: relative;
}

.contact,
.about {
    text-transform: none;
    color: #fff;
}

.uvod-div {
    display: block;
    position: absolute;
    bottom: 5%;
}

.contact,
.about {
    top: 50%;
}

.side-right .contact {
    right: 3em;
}

.left {
    left: 0;
}

.goto-next:hover,
.goto-close:hover {
    color: #c6ba03;
}

.page img {
    max-width: 100%;
    height: auto;
}

.white {
    color: #fff;
}

figure {
    text-align: center;
}

.year {
    text-align: center;
    display: block;
    padding-bottom: 32px;
    font-size: 13px;
}

h3.title {
    padding-bottom: 0;
}

hr {
    border-top: 1px solid #818181;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro-text a{
    font-weight: 700;
}

.social-icons {
    float: left;
    margin-right: 22px; }
.social-icons li {
    display: inline-block;
    float: left;
    margin-right: 20px; }
.social-icons li:last-child {
    margin-right: 0; }
.social-icons .social-icon {
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    text-transform: uppercase;
    line-height: 25px;
    position: relative;
    display: inline-block; }
.social-icons .social-icon span {
    display: inline-block;
    position: relative;
    -moz-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    -webkit-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s; }
.social-icons .social-icon span.fa {
    line-height: 25px; }
.social-icons .social-icon span:before {
    content: attr(data-hover);
    position: absolute;
    top: 100%;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px); }
.social-icons .social-icon:hover span {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%); }
.social-icons .social-icon:hover i.fa-facebook {
    color: #3B5998; }
.social-icons .social-icon:hover i.fa-twitter {
    color: #00aced; }
.social-icons .social-icon:hover i.fa-linkedin {
    color: #007bb6; }
.social-icons .social-icon:hover i.fa-behance {
    color: #1769ff; }

p.footer-p{
    font-size: 13px;
    letter-spacing:1px;
    float: left;
}

span.cstm-btn{
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid;
    border-radius: 0;
    height: 57px;
    line-height: 57px;
    vertical-align: middle;
    padding: 0 30px;
}

.h3-lead{
    font-size: 1.5em;
}

.p-lead{
    font-size: 0.9em;
}

.buy img{
    max-width: 115px;
}

.buy a:hover img, .gallery a:hover img{
    opacity: 0.6;
    transition: all 0.4s ease-in-out;
}

.gallery a{
    text-align: center;
    padding-bottom: 15px;
}

.gallery a img{
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1600px) {
    h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .page-right .page-inner .container-fluid,
    .page-left .page-inner .container-fluid {
        padding-left: 75px;
        padding-right: 75px;
    }
}

@media only screen and (max-width: 1400px) {
    .intro-text {
        clear: both;
    }
    .page-right .page-inner .container-fluid,
    .page-left .page-inner .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .padding-btm-xs-0 {
        padding-bottom: 0 !important;
    }
    .side {
        position: static;
        width: 100%;
    }
    .side.side-right {
        display: none;
    }
    .full-height {
        min-height: auto !important;
    }
    .side-left,
    .side-right {
        background-attachment: scroll;
    }
    .page {
        position: static;
        width: 100%;
    }
    .page.page-left {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        position: static;
    }
    .page.page-right {
        left: 0;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        position: static;
    }
    .about,
    .contact {
        display: none;
    }
    .open-left .side-right,
    .open-right .side-left {
        -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }
    .open-left .side-left,
    .open-right .side-right {
        z-index: 200;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .open-left .side-left .main,
    .open-right .side-right .main {
        -webkit-transform: translateY(0) translateX(0) scale(1);
        -ms-transform: translateY(0) translateX(0) scale(1);
        transform: translateY(0) translateX(0) scale(1);
        opacity: 1;
        visibility: visible;
    }
    .open-left .page-left,
    .open-right .page-right {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .reset-layout .page,
    .splitlayout.open-right .page-left,
    .splitlayout.open-left .page-right,
    .splitlayout.close-right .page-left,
    .splitlayout.close-left .page-right {
        position: static;
    }
    .uvod-div {
        position: relative;
        padding-top: 25em;
        padding-bottom: 5em;
        text-align: center;
    }
    .side-left {
        padding-left: 0;
    }

    p.footer-p{
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .social-icons{
        position: relative;
        margin-right: auto;
        margin-left: auto;
        display: block;
        width: 100%;
        text-align: center;
    }

    .social-icons li{
        float: none;
    }
}

@media only screen and (max-width: 736px) {
    .sec-pad {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 568px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .uvod-div {
        padding-top: 15em;
        padding-bottom: 3em;
    }
}

@media only screen and (max-width: 414px) {
    h3 {
        padding-bottom: 25px;
    }
    .page-right .row h2 {
        font-size: 0.9em;
    }
    h1 {
        font-size: 35px;
        line-height: 40px;
    }
    h4 {
        font-size: 16px;
        line-height: 18px;
    }
    .uvod-div {
        padding-left: 1%;
        padding-right: 1%;
        padding-bottom: 2em;
    }
}

@media (min-width: 400px){
.buy .gog{
    margin-left: 30px;
}
}