﻿body {
    /*font-family: 'Source Sans Pro', sans-serif;*/
    /*color: white;*/
    Font-Family: 'Open Sans',Arial,Helvetica,sans-serif !important;
    /*background-color: #474a4f;*/
  /*background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230060cc' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  /*background-color: #446072;*/
  font-family: monospace;
  /*color: white;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: scroll;
  overflow-x: hidden;

}

p,li {
  text-align: left;
     font-weight: 400;
    letter-spacing: .02em!important;
    line-height: 22px!important;
 }


@font-face {
font-family: 'Caviar Dreams';
font-style: normal;
font-weight: normal;
src: local('Caviar Dreams'), url('../fonts/CaviarDreams.woff') format('woff');

}


@font-face {
font-family: 'Caviar Dreams Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Caviar Dreams Bold Italic'), url('../fonts/CaviarDreams_BoldItalic.woff') format('woff');
}


@font-face {
font-family: 'Caviar Dreams Bold';
font-style: normal;
font-weight: normal;
src: local('Caviar Dreams Bold'), url('../fonts/CaviarDreams_Bold.woff') format('woff');
}


@font-face {
font-family: 'Caviar Dreams Italic';
font-style: normal;
font-weight: normal;
src: local('Caviar Dreams Italic'), url('../fonts/CaviarDreamsItalic.woff') format('woff');
}

.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow
{
	min-height: 450px;
}

#wrapper
{
	text-align: center;
	width: 500px;
	margin: auto;
}

/*
 *  STYLE 1
 */

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;

}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

* {
    box-sizing: border-box;
}

a {
    color: white;
}

table {
	font-size: 1em;
}


.transmit-container{
  float:right;
}

#transmit-container {

  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  cursor: default;
}
#transmit-container:before {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  }


/*TRANSMIT*/
#transmit-container p, a {
    /*text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);*/
    /*font-family: Courier, monospace;*/
    /**/
    /*margin: 0.8em 0;*/
    /*font-size: 16px;*/
    font-smoothing: antialiased;
    color: #6481cf;
}

fieldset {
    border:none!important;
}

.ghost,
.glitch {
  opacity: 0.25;
}

#message {
  /*margin-left: -300px;
  margin-top: -130px;*/
  position: absolute;
  height: 260px;
  width: 300px;
  left: 70%;
  top: 17%;
  z-index: 9999;
    display: none;
}

#animate {
  /*text-shadow: 0 0 8px rgba(209, 194, 165, 0.1);*/
  position: absolute;
  color: #4f4228;
  bottom: 0;
}



/*POPUP*/
#popup-conteiner{
  padding: 30px;
  padding-bottom: 10px;
    display: none;
    max-width:100%;
}

.form-horizontal .control-label {
    font-weight:500;
}
#Exit_Contact{
    cursor:pointer;
}

.popup {
    top:15%;
    /*left:17%;*/
    position: absolute;
    /*width:600px;*/
    padding: 10px;
    box-sizing: border-box;
    border-radius: 20px 0 20px 0;
    /* cursor: pointer; */
    transform-style: preserve-3d;
    background: -webkit-linear-gradient(top left, #696969 50%, #9a9a9a 50%);
    background:    -moz-linear-gradient(top left, #696969 50%, #9a9a9a 50%);
    background:     -ms-linear-gradient(top left, #696969 50%, #9a9a9a 50%);
    background:      -o-linear-gradient(top left, #696969 50%, #9a9a9a 50%);
    background:         linear-gradient(top left, #696969 50%, #9a9a9a 50%);

}
.popup:before {
    content: '';
    position: absolute;
    left:5%; top:5%;
    width:90%; height:90%;
    border-radius: inherit;
    background: rgba(0,0,0,.1);
    box-shadow: 0 0 40px 20px rgba(0,0,0,.1);
    transform: translateZ(-100px);
}
.popup-content {
    background: #444;
    /*padding: 20px;*/
    box-sizing: border-box;
    border-radius: 10px 0 10px 0;
}
.popup-text {
    /*color: white;*/
    /*font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    text-align: center;
    transform: translateZ(15px);*/
}
.popup-text b {
    color: coral;
    font-weight: 300;
}

#contact_form{
  max-width: 650px;
}

.exit-content-form{
  top: 15px;
right: 20px;
position: fixed;
z-index: 999;
color: white;
}
#success_message{ display: none;}

/*MENU*/
.menu {
    width: 100%;
    /*text-transform: uppercase;*/
    font-weight: 100;
    font-size: 14px;
}

.menu-container {
    margin: 0 auto;
    /*background: #e9e9e9;*/
    background: rgba(16, 16, 16, 0.41);
    top: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
}

.menu a.logo {
    display: inline-block;
    padding: 1.5em 3em;
    width: 19%;
    float: left;
}

.menu img {
    max-width: 100%;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

    .menu-mobile:after {
        content: "\f394";
        font-family: "Ionicons";
        font-size: 2.5rem;
        padding: 0;
        float: right;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    /*background: #fff;*/
    background: rgba(16, 16, 16, 1);
    color: white;
}

.menu > ul {
    margin: 0 auto;
    width: 80%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    clear: right;
}

    .menu > ul:before,
    .menu > ul:after {
        content: "";
        display: table;
    }

    .menu > ul:after {
        clear: both;
    }

    .menu > ul > li {
        float: left;
        /*background: #e9e9e9;*/
        padding: 0;
        margin: 0;
    }

        .menu > ul > li a {
            text-decoration: none;
            padding: 1.5em 2em;
            display: block;

        }

        .menu > ul > li:hover {

            /*background: rgba(16, 16, 16, 0.51);*/

        }

        .menu > ul > li > ul {
            display: none;
            width: 100%;
            /*background: #f0f0f0;*/
            padding: 20px;
            position: absolute;
            z-index: 99;
            left: 0;
            margin: 0;
            list-style: none;
            box-sizing: border-box;
        }

            .menu > ul > li > ul:before,
            .menu > ul > li > ul:after {
                content: "";
                display: table;
            }

            .menu > ul > li > ul:after {
                clear: both;
            }

            .menu > ul > li > ul > li {
                margin: 0;
                padding-bottom: 0;
                list-style: none;
                width: 25%;
                background: none;
                float: left;
            }

                .menu > ul > li > ul > li a {
                    color: #d2d2d2;
                     padding: .2em 0;
                    width: 95%;
                    display: block;
                    border-bottom: 1px solid #ccc;
                }

                    .menu > ul > li > ul > li a:hover {
                        color: #03a9f4;

                    }



                .menu > ul > li > ul > li > ul {
                    display: block;
                    padding: 0;
                    margin: 10px 0 0;
                    list-style: none;
                    box-sizing: border-box;
                }

                    .menu > ul > li > ul > li > ul:before,
                    .menu > ul > li > ul > li > ul:after {
                        content: "";
                        display: table;
                    }

                    .menu > ul > li > ul > li > ul:after {
                        clear: both;
                    }

                    .menu > ul > li > ul > li > ul > li {
                        float: left;
                        width: 100%;
                        padding: 10px 0;
                        margin: 0;
                        font-size: .8em;
                    }

                        .menu > ul > li > ul > li > ul > li a {
                            border: 0;
                            font-size: 14px;
                        }

            .menu > ul > li > ul.normal-sub {
                width: 300px;
                left: auto;
                padding: 10px 20px;
            }

                .menu > ul > li > ul.normal-sub > li {
                    width: 100%;
                }

                    .menu > ul > li > ul.normal-sub > li a {
                        border: 0;
                        padding: 1em 0;
                    }

@media only screen and (max-width: 1367px) {

    /*.content_1{*/
        /*background-image: url(../images/Pozadina.jpg);*/
        /*background-size: contain;*/
        /*position: relative;*/
        /*left: 0;*/
        /*zoom: 0.9;*/
        /*width: 100%;*/
        /*max-height: none!important;*/
        /*height: 110vh!important;*/
        /*border-radius: 0;*/
        /*text-align: center;*/
        /*background-size: cover;*/
    /*}*/
    }
    .content_1_textarea{
        text-align: left;
        position: absolute;
        /*padding-top: 600px!important;*/
        transform: translateY(-50%);
        width: 81%;
        margin: 0 auto;
        padding-top:550px;
    }

    #text_above {
        float: left;
        text-align: left;
        padding-top: 300px;
        max-width: 600px;
        padding-right: 10%;

        /* padding-bottom: 8%; */
        /* margin-bottom: 17px!important; */
    }

    .stef_svg{
        height: 500px!important; 
        margin-left: 23%!important;
      }

      #lang_div{
        position: fixed;
        right: 40px;
        top: 40px;
        float: right;

    }

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
    #lang_div{
        position: fixed;
        left: 82%;
        top: 40px;
        float: right;
    }

    #lang{
        height: 23px;
    }
    .stef_svg{
        height: 100%!important;
        margin-left: 0%!important;
      }
    .arrow {display:none;}

    .main-header{
        background-color: rgba(119, 119, 119, 0.95)!important;
    }

    .footer img{
        padding-left: 20px;
    }

    .close{
        top: 15px !important;
        left: 15px !important;
    }

    #main-nav {
        display: none!important;
    }

    .hamburger .bars:before, .hamburger span  , .hamburger .bars:after{
        background-color: #005372;
    }

    .logo-def {
        display: block!important;

    }

    .logo-def-colored{
        display: none!important;
    }

    .Text_down_right{
        padding-top:250px!important;
        padding-bottom: 250px;
    }
    .content_1_textarea{
        /*padding-bottom: 50px !important;*/
        padding-top:260px!important;
        width: 87%!important;
    }

    #text_above {
        float: left;
        text-align: left;
        padding-top: 135px!important;
        padding-bottom: 50px!important;
    }



    .content_1{
        /*height: 75vh!important;*/
        /*padding-bottom: 200px;*/
        padding-bottom: 50px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        max-height: none !important;
        height: auto !important;


    }

    .img-main {
        height: 236px!important;
        max-width: 100vw!important;
    }

    .content_2{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .content_3{
        padding-top: 0px !important;
        padding-bottom: 50px !important;

    }

    .content_4{
        padding-top: 0px !important;
        padding-bottom: 50px !important;

    }

    .content_1 h1{
        font-size: 3.6rem!important;
        line-height: 25px!important;
        text-align: right;
    }

    .content_1 span{
        /*padding-left: 285px !important;*/
        float:right;
    }

    .content_1{
        margin-top:80px;
        padding-bottom:0px;
        background-image: none!important;
    }

    .content_1 span {
        /*left: 42.5% !important;*/
    }
    .content_1 p{
        /*padding-left: 15px;*/
        /*padding-right: 15px;*/
        /*text-align: justify;*/
    }

    .logo-def {
        height: 50px!important;
        top: 26.5px!important;
        position: absolute!important;
        left: 23%!important;
    }

    .menu-left {
        display: none;
    }
    .menu-container {
        width: 100%;
    }

        .menu-container .menu {
            display: inline-block;
        }

    .menu-mobile {
        display: block;
        float: right;
        padding: 20px 20px 0;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu > ul {
        display: none;
        width: 100%;
    }

        .menu > ul > li {
            width: 100%;
            float: none;
            display: block;
        }

            .menu > ul > li a {
                padding: 1.5em;
                width: 100%;
                display: block;
            }

            .menu > ul > li > ul {
                position: relative;
                padding: 0 40px;
            }

                .menu > ul > li > ul.normal-sub {
                    width: 100%;
                }

                .menu > ul > li > ul > li {
                    float: none;
                    width: 100%;
                    margin-top: 20px;
                }

                    .menu > ul > li > ul > li:first-child {
                        margin: 0;
                    }

                    .menu > ul > li > ul > li > ul {
                        position: relative;
                    }

                        .menu > ul > li > ul > li > ul > li {
                            float: none;
                        }

    .menu .show-on-mobile {
        display: block;
    }


    .control-label{
        display:none;
    }

    .btn-submit{
        float: left !important;;
    }

}
/*END MOBILE MEDIA*/

@media only screen and (max-width: 860px){

}

.language {
    right: 10px;
    top: 94%;
    position: fixed;
}

.quota-right {
  font-family: "BrandonGrotesque-Regular", sans-serif;
text-transform: uppercase;
font-weight: 100;
font-size: 18px;
    position: fixed;
    right: 0px;
    top: 50%;
    color: white;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-size: x-large;
    margin-right: -35px;
    border-top: #747b81;
    border-top-style: solid;
    border-right: #747b81;
    border-right-style: solid;
    border-left: #747b81;
    border-left-style: solid;
    background-color: rgba(54, 66, 77, 0.7);
    border-radius: 5px;
    cursor: pointer;
}

.quota-text{

}

#right-sidebar {
}


.main-load-bar {
    width: 0;
    height: 2px;
    background: red;
    position: fixed;
    top: -2px;
    left: 0;
    z-index: 30;
}

    .main-load-bar.animate {
        top: 0;
        -webkit-transition: width 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -moz-transition: width 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: width 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    .main-load-bar.hidden {
        -webkit-animation: slideUp 300ms cubic-bezier(1, 0, 0, 1);
        animation: slideUp 300ms cubic-bezier(1, 0, 0, 1);
    }

.main-header {
  /*position: fixed;*/
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 3;
  -webkit-transform: translateZ(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);

background-color: rgba(0,0,0,.3);
-webkit-transition: all .4s ease;
transition: all .4s ease;
position: fixed;
}

.main-header.active {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    height: 100px;
}
.logo-def-colored {
  /**/
  height: 70px;
  top: 15px;
  position: absolute;
  left: 14%;
}

.main-header.active nav a {
  color:#2f4350;
}


.main-header .logo {
  width: 35px;
  height: 35px;
  margin-left: 35px;
  color: white;
}

.main-header nav li {
    position: relative;
    float: left;
    margin-right: 10px;
    /*font: normal 700 11px/22px 'Futura', sans-serif;*/
    color: white;
    /*letter-spacing: 3px;*/
}

    .main-header nav li span {
        display: inline-block;
        /*font: normal 700 9px/22px 'Futura', sans-serif;*/
        color: white;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

        .main-header nav li span:hover {
            /*border-bottom: 1px solid #ec2028;*/
        }

    .main-header nav li.shows-menu-toggler, .main-header nav li.discover-menu-toggler {
        padding-right: 15px;
    }


@font-face {
	font-family:'Open Sans';
	font-style:normal;
	font-weight:300;
	src:local('Open Sans Light'),local('OpenSans-Light'),url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTYnF5uFdDttMLvmWuJdhhgs.ttf) format('truetype')
}
@font-face {
	font-family:'Open Sans';
	font-style:normal;
	font-weight:400;
	src:local('Open Sans'),local('OpenSans'),url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype')
}
@font-face {
	font-family:'Open Sans';
	font-style:normal;
	font-weight:600;
	src:local('Open Sans Semibold'),local('OpenSans-Semibold'),url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSonF5uFdDttMLvmWuJdhhgs.ttf) format('truetype')
}
@font-face {
	font-family:'Open Sans';
	font-style:normal;
	font-weight:700;
	src:local('Open Sans Bold'),local('OpenSans-Bold'),url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzInF5uFdDttMLvmWuJdhhgs.ttf) format('truetype')
}
@font-face {
	font-family:'Open Sans';
	font-style:italic;
	font-weight:400;
	src:local('Open Sans Italic'),local('OpenSans-Italic'),url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBp0EAVxt0G0biEntp43Qt6E.ttf) format('truetype')
}
@font-face {
	font-family:'Open Sans';
	font-style:italic;
	font-weight:600;
	src:local('Open Sans Semibold Italic'),local('OpenSans-SemiboldItalic'),url(http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxi8cqLH4MEiSE0ROcU-qHOA.ttf) format('truetype')
}
@font-face {
	font-family:'Open Sans';
	font-style:italic;
	font-weight:700;
	src:local('Open Sans Bold Italic'),local('OpenSans-BoldItalic'),url(http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxp_TkvowlIOtbR7ePgFOpF4.ttf) format('truetype')
}


.amenu {
  text-decoration: none!important;
  /*padding: 1.5em 2em;*/
  text-align: left;
    margin: 0 auto;
    color: #5c5c5c;
    letter-spacing: 0.05em;
     font-family: 'Source Sans Pro', sans-serif;
    }

.main-header nav a {
  Font-Family: 'Open Sans',Arial,Helvetica,sans-serif!important;

   text-transform: uppercase;
 font-weight: 400;
 font-size: 16px;
   /*letter-spacing: .09em;*/
   line-height: 0.9em;
text-decoration:none;
color: white;
cursor: pointer;
text-shadow: none;

}

.main-header nav a:hover{
  /*color: #d77026;*/
  text-decoration: none;
  text-shadow: none;
}



.main-header  nav a:before, a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -2px;
  background: #fff;
}

.main-header nav a:before {
  left: 0;
}
.main-header  nav a:after {
  right: 0;
  background: #fff;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.main-header nav a:hover:before {
  background: #fff;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.main-header  nav a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}

    .main-header nav a:hover, .main-header nav a.selected {
        /*border-bottom: 1px solid #ec2028;*/
    }

.main-header .menu-left {

    position: absolute;
    right: 7.4%;
    display: inline;
    top: 30px;
}

    .main-header .menu-left li {
        padding: 12px 12px 30px;
    }

.main-header .menu-right {
    float: right;
    margin-top: 12px;
}

    .main-header .menu-right li {
        padding-right: 15px;
        margin-right: 15px;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    .main-header .menu-right .sound-toggler {
        position: relative;
        display: inline-block;
        width: 22px;
        height: 18px;
        margin-top: 2px;
        margin-bottom: -5px;
    }

        .main-header .menu-right .sound-toggler:hover {
            border: none;
        }

            .main-header .menu-right .sound-toggler:hover .sound {
                background-image: url('http://dragone.com/files/templates/dragone/public/assets/img/sprite.1x.png');
                background-position: 0px -151px;
                width: 22px;
                height: 18px;
            }

    .main-header .menu-right .facebook {
        position: relative;
    }

        .main-header .menu-right .facebook a {
            padding-left: 20px;
        }

    .main-header .menu-right .weibo {
        position: relative;
    }

        .main-header .menu-right .weibo a {
            padding-left: 25px;
        }

    .main-header .menu-right .lng-select {
        margin-right: 0;
        margin-top: 0;
        padding-right: 15px;
        border-right: none;
    }

        .main-header .menu-right .lng-select .arrow-down-red {
            top: 15px;
        }

        .main-header .menu-right .lng-select:hover .lng-options {
            display: block;
            -webkit-animation: fadeDown 300ms cubic-bezier(1, 0, 0, 1);
            animation: fadeDown 300ms cubic-bezier(1, 0, 0, 1);
        }

        .main-header .menu-right .lng-select:hover .lng-toggler {
            border-bottom: none;
            padding-bottom: 10px;
        }

    .main-header .menu-right .lng-toggler {
        font: normal 700 10px/22px 'Futura', sans-serif;
        color: #FFFFFF;
        letter-spacing: 0;
    }

    .main-header .menu-right .lng-options {
        position: absolute;
        left: 0;
        top: 22px;
        right: 0;
        display: none;
        z-index: 999;
    }

        .main-header .menu-right .lng-options li {
            float: none;
            margin-right: 0;
            padding-right: 0;
            border-right: none;
        }

        .main-header .menu-right .lng-options a {
            display: block;
            padding: 7px 0;
            font: normal 700 10px/11px 'Futura', sans-serif;
            color: #FFFFFF;
            letter-spacing: 0;
            -webkit-transition: color 150ms ease;
            -moz-transition: color 150ms ease;
            transition: color 150ms ease;
        }

            .main-header .menu-right .lng-options a:hover, .main-header .menu-right .lng-options a.selected {
                border: none;
                color: #ec2028;
            }

.main-header .shows-menu, .main-header .discover-menu {
    position: absolute;
    left: 0;
    top: 100px;
    right: 0;
    height: 170px;
    overflow: hidden;
}

.tablet .main-header .shows-menu, .tablet .main-header .discover-menu {
    display: none;
}

.main-header .shows-menu li, .main-header .discover-menu li {
    float: left;
    overflow: hidden;
    width: 20%;
    height: 170px;
    margin-right: 0;
    -webkit-transform: translateY(-170px);
    -ms-transform: translateY(-170px);
    transform: translateY(-170px);
}

.main-header .shows-menu a, .main-header .discover-menu a {
    position: relative;
    display: block;
    height: 100%;
    background: #000000;
    -webkit-transition: background-color 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: background-color 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: background-color 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

    .main-header .shows-menu a:hover, .main-header .discover-menu a:hover {
        border: none;
        background: #ec2028;
    }

        .main-header .shows-menu a:hover .cache, .main-header .discover-menu a:hover .cache {
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

.main-header .shows-menu .cache, .main-header .discover-menu .cache {
    position: absolute;
    left: -5px;
    top: 0;
    right: 0;
    display: block;
    z-index: 20;
    height: 100%;
    background: #ec2028;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.main-header .shows-menu .box-title, .main-header .discover-menu .box-title {
    position: absolute;
    left: 50px;
    top: 50%;
    right: 50px;
    z-index: 30;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

    .main-header .shows-menu .box-title .title, .main-header .discover-menu .box-title .title {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 5px;
        font: normal 400 20px/22px 'Playfair Display', serif;
        color: #FFFFFF;
        text-transform: none;
        letter-spacing: 0;
    }

        .main-header .shows-menu .box-title .title:after, .main-header .discover-menu .box-title .title:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 10px;
            height: 1px;
            background: #FFFFFF;
            opacity: 0.4;
            filter: alpha(opacity=40);
        }

    .main-header .shows-menu .box-title .subtitle, .main-header .shows-menu .box-title .subhead, .main-header .discover-menu .box-title .subtitle, .main-header .discover-menu .box-title .subhead {
        font: normal 700 11px/15px 'Futura', sans-serif;
        color: #FFFFFF;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

        .main-header .shows-menu .box-title .subtitle span, .main-header .shows-menu .box-title .subhead span, .main-header .discover-menu .box-title .subtitle span, .main-header .discover-menu .box-title .subhead span {
            font: italic 400 12px/20px 'Playfair Display', serif;
            text-transform: none;
            letter-spacing: 0;
        }

    .main-header .shows-menu .box-title .see-all-shows, .main-header .discover-menu .box-title .see-all-shows {
        font: normal 700 13px/15px 'Futura', sans-serif;
        color: #FFFFFF;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        text-align: center;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.main-header .shows-menu .box-cover, .main-header .discover-menu .box-cover {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
}

.main-header .shows-menu {
    height: 0;
}

.open-shows-menu .main-header .shows-menu, .close-shows-menu .main-header .shows-menu {
    height: 170px;
}

    .open-shows-menu .main-header .shows-menu li {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

        .open-shows-menu .main-header .shows-menu li.box-1 {
            -webkit-animation: showsSlideDown 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            animation: showsSlideDown 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        }

            .open-shows-menu .main-header .shows-menu li.box-1 .box-title {
                -webkit-animation: showTitle 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
                animation: showTitle 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            }

        .open-shows-menu .main-header .shows-menu li.box-2 {
            -webkit-animation: showsSlideDown 300ms 50ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            animation: showsSlideDown 300ms 50ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        }

            .open-shows-menu .main-header .shows-menu li.box-2 .box-title {
                -webkit-animation: showTitle 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
                animation: showTitle 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            }

        .open-shows-menu .main-header .shows-menu li.box-3 {
            -webkit-animation: showsSlideDown 300ms 100ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            animation: showsSlideDown 300ms 100ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        }

            .open-shows-menu .main-header .shows-menu li.box-3 .box-title {
                -webkit-animation: showTitle 300ms 400ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
                animation: showTitle 300ms 400ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            }

        .open-shows-menu .main-header .shows-menu li.box-4 {
            -webkit-animation: showsSlideDown 300ms 150ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            animation: showsSlideDown 300ms 150ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        }

            .open-shows-menu .main-header .shows-menu li.box-4 .box-title {
                -webkit-animation: showTitle 300ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
                animation: showTitle 300ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            }

        .open-shows-menu .main-header .shows-menu li.box-5 {
            -webkit-animation: showsSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            animation: showsSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        }

            .open-shows-menu .main-header .shows-menu li.box-5 .box-title {
                -webkit-animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
                animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            }

    .close-shows-menu .main-header .shows-menu li {
        -webkit-transform: translateY(-170px);
        -ms-transform: translateY(-170px);
        transform: translateY(-170px);
    }

        .close-shows-menu .main-header .shows-menu li.box-1 {
            -webkit-animation: showsSlideUp 300ms 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
            animation: showsSlideUp 300ms 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        }

        .close-shows-menu .main-header .shows-menu li.box-2 {
            -webkit-animation: showsSlideUp 300ms 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
            animation: showsSlideUp 300ms 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        }

        .close-shows-menu .main-header .shows-menu li.box-3 {
            -webkit-animation: showsSlideUp 300ms 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
            animation: showsSlideUp 300ms 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        }

        .close-shows-menu .main-header .shows-menu li.box-4 {
            -webkit-animation: showsSlideUp 300ms 50ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
            animation: showsSlideUp 300ms 50ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        }

        .close-shows-menu .main-header .shows-menu li.box-5 {
            -webkit-animation: showsSlideUp 300ms 0 cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
            animation: showsSlideUp 300ms 0 cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        }

.main-header .discover-menu {
    height: 0;
}

.open-discover-menu .main-header .discover-menu, .close-discover-menu .main-header .discover-menu {
    height: 170px;
}

.main-header .discover-menu li {
    width: 33.3333%;
}

.open-discover-menu .main-header .discover-menu li {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

    .open-discover-menu .main-header .discover-menu li.box-1 {
        -webkit-animation: showsSlideDown 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        animation: showsSlideDown 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
    }

        .open-discover-menu .main-header .discover-menu li.box-1 .box-title {
            -webkit-animation: showTitle 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            animation: showTitle 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        }

    .open-discover-menu .main-header .discover-menu li.box-2 {
        -webkit-animation: showsSlideDown 300ms 50ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        animation: showsSlideDown 300ms 50ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
    }

        .open-discover-menu .main-header .discover-menu li.box-2 .box-title {
            -webkit-animation: showTitle 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            animation: showTitle 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        }

    .open-discover-menu .main-header .discover-menu li.box-3 {
        -webkit-animation: showsSlideDown 300ms 100ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        animation: showsSlideDown 300ms 100ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
    }

        .open-discover-menu .main-header .discover-menu li.box-3 .box-title {
            -webkit-animation: showTitle 300ms 400ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            animation: showTitle 300ms 400ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        }

    .open-discover-menu .main-header .discover-menu li.box-4 {
        -webkit-animation: showsSlideDown 300ms 150ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        animation: showsSlideDown 300ms 150ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
    }

        .open-discover-menu .main-header .discover-menu li.box-4 .box-title {
            -webkit-animation: showTitle 300ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            animation: showTitle 300ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        }

    .open-discover-menu .main-header .discover-menu li.box-5 {
        -webkit-animation: showsSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        animation: showsSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
    }

        .open-discover-menu .main-header .discover-menu li.box-5 .box-title {
            -webkit-animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        }

.close-discover-menu .main-header .discover-menu li {
    -webkit-transform: translateY(-170px);
    -ms-transform: translateY(-170px);
    transform: translateY(-170px);
}

    .close-discover-menu .main-header .discover-menu li.box-1 {
        -webkit-animation: showsSlideUp 300ms 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        animation: showsSlideUp 300ms 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    }

    .close-discover-menu .main-header .discover-menu li.box-2 {
        -webkit-animation: showsSlideUp 300ms 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        animation: showsSlideUp 300ms 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    }

    .close-discover-menu .main-header .discover-menu li.box-3 {
        -webkit-animation: showsSlideUp 300ms 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        animation: showsSlideUp 300ms 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    }

    .close-discover-menu .main-header .discover-menu li.box-4 {
        -webkit-animation: showsSlideUp 300ms 50ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        animation: showsSlideUp 300ms 50ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    }

    .close-discover-menu .main-header .discover-menu li.box-5 {
        -webkit-animation: showsSlideUp 300ms 0 cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        animation: showsSlideUp 300ms 0 cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    }

.main-header .discover-menu .box-title .title:after {
    display: none;
}

.main-header .discover-menu .box-title .subhead {
    margin-bottom: 3px;
}

.main-header .arrow-down-red {
    position: absolute;
    right: 0;
    top: 27px;
    display: inline-block;
    background-image: url('http://dragone.com/files/templates/dragone/public/assets/img/sprite.1x.png');
    background-position: 0px 0px;
    width: 7px;
    height: 4px;
}

.main-header .sound {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-image: url('http://dragone.com/files/templates/dragone/public/assets/img/sprite.1x.png');
    background-position: 0px -189px;
    width: 22px;
    height: 18px;
}

.main-header .header-facebook {
    position: absolute;
    left: 0;
    top: 6px;
    display: inline-block;
    background-image: url('http://dragone.com/files/templates/dragone/public/assets/img/sprite.1x.png');
    background-position: 0px -16px;
    width: 8px;
    height: 11px;
}

.main-header .header-weibo {
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    background-image: url('http://dragone.com/files/templates/dragone/public/assets/img/sprite.1x.png');
    background-position: 0px -86px;
    width: 16px;
    height: 14px;
}




.more-stories{
  position: absolute;
bottom: 2.4em;
text-align: center;
font-size: 16px;
font-weight: 400;
color: rgb(0, 27, 42);
cursor: pointer;
opacity: 1;
-webkit-transition: opacity .6s ease;
transition: opacity .6s ease;

font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
font-weight: 400;
}

.more-stories::after {
  position: relative;
  bottom: 0;
  width: 18px;
  height: 18px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: more-stories-arrow .8s infinite linear alternate;
  animation: more-stories-arrow .8s infinite linear alternate;
}

.more-stories, .more-stories::after {
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
  }
  @-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -moz-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -moz-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  @-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-7px);
      transform: translateY(-7px);
    }
    60% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px);
    }
  }
  @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
      -webkit-transform: translateY(-7px);
      transform: translateY(-7px);
    }
    60% {
      -moz-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
      -webkit-transform: translateY(-7px);
      transform: translateY(-7px);
    }
  }


  .arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-image:url("../images/down-arrow.svg")

  }

  .bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
  }


  .shelf {
    position: relative;
    width: 60rem;
    height: 30rem;
    border: 0.5rem solid #374d5b;
    border-radius: 0.5rem;
    margin: 0 auto;
    top: 34%;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-perspective: 130rem;
    perspective: 130rem;
    box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.2);
  }
  .door {
    position: absolute;
    width: 29.8rem;
    height: 29rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding: 1rem;
    background-color: #374d5b;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    outline: 1px solid transparent;

  }
  .door::before {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    /*background-image: url("images\door.jpg")!important;*/

  }
  .door.left {
    border-radius: 0 0.75rem 0.75rem 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-animation:
        leftDoorOpen 3.5s ease-out forwards 1s,
        leftDoorFlap 15s linear infinite forwards 9s;
            animation:
        leftDoorOpen 3.5s ease-out forwards 1s,
        leftDoorFlap 15s linear infinite forwards 9s;
    -webkit-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
            /*background-image: url("images/door.jpg");
            background-size: contain;*/


  }
  .door.right {
    right: 0;
    border-radius: 0.75rem 0 0 0.75rem;
    -webkit-animation:
        rightDoorOpen 3s ease-out forwards 1.5s,
        rightDoorFlap 10s linear infinite forwards 8s;
            animation:
        rightDoorOpen 3s ease-out forwards 1.5s,
        rightDoorFlap 10s linear infinite forwards 8s;
    -webkit-transform-origin: 100% 0 0;
            transform-origin: 100% 0 0;
            /*background-image: url("images/door.jpg");
            background-size: contain;*/

  }
  .book {
    position: absolute;
    box-sizing: border-box;
    padding: 0.8rem 4rem 0.8rem 2rem;
    border-radius: 0.25rem;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    cursor: pointer;
    box-shadow: inset 0 0 0.75rem rgba(255, 255, 255, 0.1);
  }
  .book.home-page {
    -webkit-transform: rotate(-90deg) translate(-12.4rem, 3rem);
            transform: rotate(-90deg) translate(-12.4rem, 3rem);
    -webkit-transform-origin: 0;
            transform-origin: 0;
  }
  .book.about-us {
    -webkit-transform: rotate(-100deg) translate(-13.4rem, 6.1rem);
            transform: rotate(-100deg) translate(-13.4rem, 6.1rem);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    outline: 1px solid transparent;
  }
  .book.contact {
    right: 2rem;
    bottom: 0.2rem;
    border-radius: 0.3rem 0 0 0.3rem;
  }
  .book.faq {
    right: 0.8rem;
    bottom: 3.3rem;
    border-radius: 0.3rem 0 0 0.3rem;
  }
  /*.book.not-found {
    width: 12rem;
    height: 3.5rem;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    background-color: transparent;
    -webkit-transform: rotate(-90deg) translate(-12rem, 13rem) scale(1);
            transform: rotate(-90deg) translate(-12rem, 13rem) scale(1);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    cursor: default;
    -webkit-animation: bookFadeOut 1s 3s infinite forwards;
            animation: bookFadeOut 1s 3s infinite forwards;
  }
  .book.not-found::after {
    display: block;
    width: 10rem;
    padding-left: 5rem;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='30'><path fill='rgb(255, 255, 255)' d='M7.688,3.737C6.1,10.409,4.624,16.982,2.475,23.517c-0.424,1.29,0.724,2.338,1.957,1.916 c5.879-2.021,11.743-4.107,17.409-6.696c1.246-0.572,0.443-2.366-0.815-1.932c-3.856,1.333-7.695,2.69-11.565,3.959 c2.879-2.526,5.485-5.215,9.013-7.17c4.441-2.459,9.299-4.109,14.281-4.915c10.903-1.772,22.052,0.562,31.979,5.04 c9.241,4.162,12.895,8.725,13.164,4.942c0.121-1.69-5.57-4.953-14.125-8.714C53.19,5.292,41.094,3.539,29.636,6.058 c-7.122,1.567-16.708,5.374-22.064,11.544c1.359-4.455,2.461-9.028,3.032-13.563C10.852,2.091,8.12,1.927,7.688,3.737z'/></svg>");
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: left center;
    font-family: "Dancing Script";
    text-transform: lowercase;
    font-size: 25px;
    content: "this page can't be found";
    -webkit-transform: rotate(90deg) translate(6rem, -1rem);
            transform: rotate(90deg) translate(6rem, -1rem);
    opacity: 0.3;
  }*/
  .book:hover:not(.not-found) {
    background-color: rgba(255, 255, 255, 0.2);
  }
  @-webkit-keyframes leftDoorOpen {
    60% {-webkit-transform: rotateY(-115deg);transform: rotateY(-115deg)}
    100% {-webkit-transform: rotateY(-110deg);transform: rotateY(-110deg)}
  }
  @keyframes leftDoorOpen {
    60% {-webkit-transform: rotateY(-115deg);transform: rotateY(-115deg)}
    100% {-webkit-transform: rotateY(-110deg);transform: rotateY(-110deg)}
  }
  @-webkit-keyframes rightDoorOpen {
    60% {-webkit-transform: rotateY(125deg);transform: rotateY(125deg)}
    100% {-webkit-transform: rotateY(120deg);transform: rotateY(120deg)}
  }
  @keyframes rightDoorOpen {
    60% {-webkit-transform: rotateY(125deg);transform: rotateY(125deg)}
    100% {-webkit-transform: rotateY(120deg);transform: rotateY(120deg)}
  }
  @-webkit-keyframes rightDoorFlap {
    0% { -webkit-transform: rotateY(120deg); transform: rotateY(120deg)}
    5% {-webkit-transform: rotateY(125deg);transform: rotateY(125deg)}
    15% {-webkit-transform: rotateY(117deg);transform: rotateY(117deg)}
    25% {-webkit-transform: rotateY(123deg);transform: rotateY(123deg)}
    30% {-webkit-transform: rotateY(120deg);transform: rotateY(120deg)}
    100% {-webkit-transform: rotateY(120deg);transform: rotateY(120deg)}
  }
  @keyframes rightDoorFlap {
    0% { -webkit-transform: rotateY(120deg); transform: rotateY(120deg)}
    5% {-webkit-transform: rotateY(125deg);transform: rotateY(125deg)}
    15% {-webkit-transform: rotateY(117deg);transform: rotateY(117deg)}
    25% {-webkit-transform: rotateY(123deg);transform: rotateY(123deg)}
    30% {-webkit-transform: rotateY(120deg);transform: rotateY(120deg)}
    100% {-webkit-transform: rotateY(120deg);transform: rotateY(120deg)}
  }
  @-webkit-keyframes leftDoorFlap {
    0% { -webkit-transform: rotateY(-110deg); transform: rotateY(-110deg)}
    5% {-webkit-transform: rotateY(-115deg);transform: rotateY(-115deg)}
    15% {-webkit-transform: rotateY(-107deg);transform: rotateY(-107deg)}
    25% {-webkit-transform: rotateY(-113deg);transform: rotateY(-113deg)}
    30% {-webkit-transform: rotateY(-110deg);transform: rotateY(-110deg)}
    100% {-webkit-transform: rotateY(-110deg);transform: rotateY(-110deg)}
  }
  @keyframes leftDoorFlap {
    0% { -webkit-transform: rotateY(-110deg); transform: rotateY(-110deg)}
    5% {-webkit-transform: rotateY(-115deg);transform: rotateY(-115deg)}
    15% {-webkit-transform: rotateY(-107deg);transform: rotateY(-107deg)}
    25% {-webkit-transform: rotateY(-113deg);transform: rotateY(-113deg)}
    30% {-webkit-transform: rotateY(-110deg);transform: rotateY(-110deg)}
    100% {-webkit-transform: rotateY(-110deg);transform: rotateY(-110deg)}
  }
  @-webkit-keyframes bookFadeOut {
    50% {border: 1px dashed rgba(255, 255, 255, 0.1);}
  }
  @keyframes bookFadeOut {
    50% {border: 1px dashed rgba(255, 255, 255, 0.1);}
  }


  .hamburger {
      /* position: absolute; */
      height: 100%;
      top: 100px;
      left: 0;
      cursor: pointer;
      z-index: 1000;
  }
  .hamburger[data-type="small-menu-slide"]::-webkit-scrollbar {
      display: none;
      overflow-y: scroll;
      -ms-overflow-style:scrollbar;
      -ms-overflow-style:scroll;

  }


  .hamburger[data-type="small-menu-slide"]{
      /* margin-left: -312px; */
      height: 85%;
      /* width: 100%;  */
      position: fixed;
      overflow-y: scroll;
      -ms-overflow-style:scrollbar;
      -ms-overflow-style:scroll;
      /* overflow-y: scroll; */
  }
  .hamburger span {
    vertical-align: middle;
  }
  .hamburger .bars {
    display: block;
    position: relative;
    width: 30px;
    height: 5px;
    background-color: white;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .hamburger .bars:before, .hamburger .bars:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 5px;
    background-color: white;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .hamburger .bars:before {
    top: 10px;
  }
  .hamburger .bars:after {
    bottom: 10px;
  }

  .open .hamburger .bars {
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .open .hamburger .bars::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .hamburger .bars::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu {
    width: 190px;
    height: 100%;
    padding: 75px 0 0;
    background-color: rgb(34, 39, 39);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    position: fixed;
    /*right: -100%;*/
    top: 0;
      right:0;
    opacity: 0;
    z-index: 999;
    margin-top: 100px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .menu a {
    color: WhiteSmoke;
  }
  .menu a:hover {
    color: white;
  }

  .open .menu {
    right: 0;
    opacity: 0.95;
    background-color: #131313;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    z-index: 99999;
  }

  .menu:hover {
    overflow-y: auto;
  }

  @import url(//codepen.io/chrisdothtml/pen/ojLzJK.css);
/* Main Styles */
.button {
  font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
  display: block;
      background-color: #2c2e2f;
      width: 200px;
      height: 60px;
      line-height: 60px;
      margin-right: -70px!important;

margin-right: -70px!important;
margin-bottom: -8px;
  transform: scale(0.8, 0.8);
-ms-transform: scale(0.8, 0.8); /* IE 9 */
   -webkit-transform: scale(0.8, 0.8); /* Safari */
      color: #fff;
      position: fixed;
      /*top: 0;*/
      bottom: 0;
  /*left: 0;*/
  right: 80px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  z-index: 999;
/*
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}


.Text_down_right{
    position: relative;
    /*width: 450px;*/
    text-align: left;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
    letter-spacing: 0.05em;
    color: #2f4350;
    font-size: medium;
    padding-top: 450px;
    /*padding-bottom:450px;*/
    margin: 0 auto;
}
.button span,
.button .icon {
  display: block;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}
.button span {
  width: 72%;
  line-height: inherit;
  font-size: 22px;
  text-transform: uppercase;
  left: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.button span:after {
  content: '';
  background-color: white;
  width: 2px;
  height: 70%;
  position: absolute;
  top: 15%;
  right: -1px;
}
.button .icon {
  width: 28%;
  right: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.button .icon .fa {
    padding-top:15px;
  font-size: 30px;
  vertical-align: middle;
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
}
.button .icon .fa-remove {
  height: 36px;
}
.button .icon .fa-check {
  display: none;
}
.button.success span, .button:hover span {
  left: -72%;
  opacity: 0;
}
.button.success .icon, .button:hover .icon {
  width: 100%;
}
.button.success .icon .fa, .button:hover .icon .fa {
  font-size: 30px;
}
.button.success {
  background-color: #27ae60;
}
.button.success .icon .fa-remove {
  display: none;
}
.button.success .icon .fa-check {
  display: inline-block;
}
.button:hover {
  opacity: .9;
}
.button:hover .icon .fa-remove {
  height: 46px;
}
.button:active {
  opacity: 1;
}

.logo-def{
  height: 70px;
  top: 15px;
  position: absolute;
  left: 14%;
  /*background-image: url("images/Logo-Beli-Final.svg");*/
}


.content_1_textarea{
    text-align: left;
    position: absolute;
    padding-top: 750px;
    transform: translateY(-50%);
    width: 81%;
    margin: 0 auto;
}

#text_above {
    float: left;
    text-align: left;
    padding-top: 400px;
    /*width: 550px!important;*/

}

.content_1 {
  background-image: url("../images/Pozadina.jpg");
  background-size: contain;
  position: relative;
  left: 0;
  /*max-height: 100%;*/
  width: 100%;
    max-height:100vh;
    height: 100vh;
  border-radius: 0;
  /*background-color: rgba(0,0,0,.85);*/
text-align: center;
background-size: cover;
/*background-image: url("images/Pozadina.jpg");*/

}

.content_1 span {
    color: #2f4350;
    padding-left: 360px;
    position: relative;
    Font-Family: 'Caviar Dreams bold' !important;
    padding-bottom:50px;
}

.img-main {
    margin: 0 auto;
    /*position: absolute;*/
    display: -webkit-box;
    max-height:400px;
}


.content_1 h1{

  margin: 0 auto;
  color: #2f4350;
  Z-INDEX: 999;
  font-size: 5.6rem;
  font-weight: 100;
  Font-Family: 'Caviar Dreams' !important;
  letter-spacing: 0.05em;
  line-height: 40px;
}

.content_1 p{
/*width: 800px;*/
/*text-align: justify;*/
/*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);*/
    /*padding-left:15px;*/
    /*padding-right:15px;*/
margin: 0 auto;
color:white;
}

.shelfspan{
      color: white;
text-align: left;
Font-Family: 'Open Sans',Arial,Helvetica,sans-serif !important;
    float: left;
    padding: 50px 30px 30px 30px;
}

.content_2 {
    left:0;
    right:0;
    padding-right: 15px;
    padding-left:15px;
    position: relative;
  background-color: #EDEFF1;
    background-size: cover;
    padding-top:150px;
    padding-bottom:100px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #CCCCCC;
border-top: 1px solid #DDDDDD;

}


.content_2_textarea{
    /*max-width: 800px;*/
    text-align: justify;
      margin: 0 auto;
    /*padding-left:20px;*/
    /*padding-right:20px;*/

}

.content_2 h1{
  text-align: center;
  margin: 0 auto;
  color: #444;
  font-size: 5.6rem;
  /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);*/
  font-weight: 100;
  Font-Family: 'Open Sans',Arial,Helvetica,sans-serif !important;
  letter-spacing: 0.05em;
}

.content_2 p{
  /*width: 800px;*/
  text-align: left;
  margin: 0 auto;
  color:#444;
      letter-spacing: 0.05em;

}

.content_2 li {
  letter-spacing: 0.05em;
}
.content_3 li{
      letter-spacing: 0.05em;
}

.content_4 li{
      letter-spacing: 0.05em;
}

.content_2 h2 {
  /*width: 800px;*/
  text-align: left;
    padding-left: 15px;

  }
  .content_3 h2 {
    /*width: 800px;*/
    text-align: left;
    }
    .content_4 h2 {
      /*width: 800px;*/
      text-align: left;
        padding-left: 15px;

    }

h3{
    text-align:left!important;
}

.content_3 {
  /*overflow: auto;*/
    /*color: black;*/
    left:0;
    right: 0;
    padding-right: 15px;
    padding-left:15px;
    padding-top:100px;
    padding-bottom:100px;
    width: 100%;
    height: 100%;

 /* Create the parallax scrolling effect */
    background: white no-repeat fixed center;
    background-size: cover;

}

.content_3_textarea{
  /*padding-top: 100px;*/
    /*max-width: 800px;*/
    /*text-align: justify;*/
      margin: 0 auto;
    padding-left:20px;
    /*padding-right: 20px;*/

}

.content_3 h1{
  margin: 0 auto;
  text-align: center;
  color: #5c5c5c;
  font-size: 5.6rem;
  /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);*/
  font-weight: 100;
  Font-Family: 'Open Sans',Arial,Helvetica,sans-serif !important;
  letter-spacing: 0.05em;
}

.content_3 p{
  /*width: 800px;*/
  text-align: left;
  margin: 0 auto;
      letter-spacing: 0.05em;
  color:#5c5c5c;
}





.content_4 {
        left:0;
    right:0;
    padding-right: 15px;
    padding-left:15px;
      background-color: #EDEFF1;
      width: 100%;
      height: auto;
      border-bottom: 1px solid #CCCCCC;
      border-top: 1px solid #DDDDDD;
    padding-top:100px;
    padding-bottom: 100px;

}

.content_4_textarea{


    /*max-width: 800px;*/
    text-align: justify;
      margin: 0 auto;
    /*padding-left:20px;*/
    /*padding-right:20px;*/

}

.content_4 h1{
  margin: 0 auto;
  color: #5c5c5c;
  font-size: 5.6rem;
  text-align: center;
  /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);*/
  font-weight: 100;
  Font-Family: 'Open Sans',Arial,Helvetica,sans-serif !important;
  letter-spacing: 0.05em;
}

.content_4 p{
  /*width: 800px;*/
  text-align: left;
  margin: 0 auto;
  color:#5c5c5c;
   letter-spacing: 0.05em;
    padding-left: 17px;
}

.btn-send{
    background-image: -webkit-linear-gradient(top, #658bf0 0, #4778eb 100%);
    background-image: -o-linear-gradient(top,#658bf0 0,#4778eb 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#658bf0),to(#4778eb));
    background-image: linear-gradient(to bottom,#658bf0 0,#4778eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #4778eb;
    color: white;
    float: right;
}


/*FOOTER*/
.full {
    width: 100%;
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #3a3d41;
    /*background-image: url("images/Logo-Beli-Final.svg") !important;*/
    color:whitesmoke;
	height: auto;
	/*padding-bottom: 30px;*/
	position: relative;
	width: 100%;

  Font-Family: 'Open Sans',Arial,Helvetica,sans-serif !important;
}
.footer p {
	margin: 0;
  Font-Family: 'Open Sans',Arial,Helvetica,sans-serif !important;

}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
  Font-Family: 'Open Sans',Arial,Helvetica,sans-serif !important;

}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
  Font-Family: 'Open Sans',Arial,Helvetica,sans-serif !important;

}
.footer ul li a {
	padding: 0 0 5px 0;
    color: #798586;
	display: block;
    line-height: 0;
    font-size: inherit;
  Font-Family: 'Open Sans',Arial,Helvetica,sans-serif !important;

}
.footer a {
	color: #78828D;
  Font-Family: 'Open Sans',Arial,Helvetica,sans-serif !important;
    font-size:inherit;
}

.footer img{
    max-width: 100%;
    position: absolute;
    top: -60px;
    left: 30px;
    opacity: 0.01;
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
  Font-Family: 'Open Sans',Arial,Helvetica,sans-serif !important;

}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: rgba(40, 42, 44, 0.73);
	border-top: #282a2c;
    border-bottom:#282a2c;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
    /*margin-left:100px;*/
}
.payments {
	font-size: 1.5em;
}

#email {
    font-family: sans-serif;
    background-color: #43464a;
    border: none;
    font-size: 100%;
    line-height: 1.40;
    margin: 0;
}

#name {
    font-family: sans-serif;
    background-color: #43464a;
    border: none;
    font-size: 100%;
    line-height: 1.40;
    margin: 0;
}

#description {
    font-family: sans-serif;
    background-color: #43464a;
    border: none;
    font-size: 100%;
    line-height: 1.40;
    height:90px;
    margin: 0;
    /*padding-right:10px;*/
}

#send {

    background-color:#2c2e2f;
    border:none;
    line-height:1.20;
    height: 30px;
    width:70px;
}

.foot-a{
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
    Font-Family: 'Open Sans',Arial,Helvetica,sans-serif !important;
}
/*END FOOTER*/


/*SERVICES - ITCONSULTING*/
.services {
margin-top: 150px;
width: 65%;
margin-right: auto;
margin-left: auto;
margin-bottom: 150px;
}

.silver {
  width: 100%;
  background-color: #EDEFF1;
border-bottom: 1px solid #CCCCCC;
border-top: 1px solid #DDDDDD;
}

.svg-position {
    padding-top: 90px;
      margin: 0 auto;
}


.we-are {
    padding: 100px 10px 10px 10px;
}

.logo-text h1 {
    color: #2f4350;
    font-size: 5.6rem;
    font-weight: 100;
    Font-Family: 'Caviar Dreams' !important;
    letter-spacing: 0.05em;
    text-align: right;
    margin-bottom: 0px;
}

.logo-text span {
    color: #2f4350;
    Font-Family: 'Caviar Dreams bold' !important;
    float: right;
    margin-top: -10px;
}
.logo-text {
    float: left;
}
.text-we-are {
    float: left;
}
/* za mobilne*/
@media screen and (max-width: 600px) {
    .logo-text h1 {
        color: #2f4350;
        font-size: 3.6rem;
        font-weight: 100;
        Font-Family: 'Caviar Dreams' !important;
        letter-spacing: 0.05em;
        text-align: right;
        margin-bottom: 0px;
    }

    .hamburger[data-type="small-menu-slide"] {
        /* height: 580px!important;
        position: absolute!important; */
        overflow-y: scroll;
    }
}
/* za velike ekrane */
@media screen and (min-width: 1200px) {
        #container1 {
            background: url(../images/Pozadina.jpg);
            background-position: right center;
            height: 100vh;
            width: 100vw;
            position: relative;
            background-size: cover;
            background-repeat: no-repeat;
        }
        .container-we-are{
            display: none;
        }
        .we-are {
            padding-top: 23vh;
            padding-right: 10vw;
        }
    }
    
@media screen and (max-width: 1200px) {
    #container1{
        display: none;
    }
    .logo-text{
    }
}
    .my-clear {
    clear: both;
}
     .right-text {
        padding-right: 0px;
        padding-left: 0px; 
     }