/*!
  * Senzo Club Stylesheet (c) 2015 Bahaa Samir <bahaasamir.me>
*/


/* Set */
html,
body,
.st-container,
.st-pusher,
.st-content {
    height: 100%;
}
body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    background-color: #222;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    text-rendering: optimizelegibility;
    overflow-x: hidden;
}

body.inner {
    background-color: #e5e4e4;
}

body.active {
    overflow: auto;
}

body.b_solid {
    background: #e5e4e4;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background:#212a62;
    color:#fff;
    text-shadow:none;
    -webkit-text-fill-color: #fff;
}
::selection {
    background:#212a62;
    color:#fff;
    text-shadow:none;
    -webkit-text-fill-color: #fff;
}
::-webkit-input-placeholder {
    opacity: 1;
    color: #bbbbbb;
    font-style: italic;
}
:-moz-placeholder {
    opacity: 1;
    color: #bbbbbb;
    font-style: italic;
}
::-moz-placeholder {
    opacity: 1;
    color: #bbbbbb;
}
:-ms-input-placeholder {
    opacity: 0.7;
    color: #bbbbbb;
    font-style: italic;
}

a {
    text-decoration: none;
    color: #444444;
    outline: none;
    cursor: pointer;
}

strong {
    font-weight: 700;
}

img {
    display: block;
}

h1 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size: 92px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    letter-spacing: -2px;
    color: #000;
    text-shadow: 0 0 0;
}

h2 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 50px;
    letter-spacing: -1px;
    color: #e8b70e;
    text-shadow: 0 0 0;
}

.clrfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-quote-left:before {
  content: "\f10d";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-download:before {
  content: "\f019";
}
.fa-calendar:before {
  content: "\f073";
}

 
/* Main */
.up {
    -webkit-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    transform: translate(0, 80px);
    opacity: 0
}

.loader {
    position: fixed;
    background-color: #111;
    background-image: url(../structure/icons/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999
}

.unload {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #e5e4e4;
    z-index: 99999;
    display: none
}

/* Home */
.prx_container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.prx_container section {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-wrap {
    width: 25%;
    height: 100%;
    -ms-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    float: left;
    overflow: hidden;
    position: relative;
    backface-visibility: hidden;
    -webkit-transition: all .4s cubic-bezier(0.26,.86,.44,.985);
    -ms-transition: all .4s cubic-bezier(0.26,.86,.44,.985);
    transition: all .4s cubic-bezier(0.26,.86,.44,.985);
}

.image-wrap:nth-child(1) {
    overflow: visible;
    z-index: 99;
}

.image-wrap:nth-child(1),
.image-wrap:nth-child(1) .thumb,
.image-wrap:nth-child(3),
.image-wrap:nth-child(4) .thumb {
    background-color: #111111;
}
.image-wrap:nth-child(2),
.image-wrap:nth-child(2) .thumb,
.image-wrap:nth-child(4),
.image-wrap:nth-child(4) .thumb {
    background-color: #151515;
}

.image-wrap:nth-child(2) {
    z-index: 99;
}

.image-wrap:nth-child(3) {
    z-index: 99;
}

.image-wrap:nth-child(4) {
    overflow: visible;
    right: 0;
}

.image-wrap:nth-child(1) .thumb {
    left: 0;
}

.image-wrap:nth-child(4) .thumb {
    right: 0;
}

.image-wrap:nth-child(1) .thumb .mg {
    background-position: right center
;
}
.image-wrap:nth-child(2) .thumb .mg {
    background-position: center top;
}

.image-wrap .thumb .mg {
    background-position: right center;
}

.image-wrap .thumb {
    -ms-transform: skew(10deg);
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
    position: absolute;
    right: -90px;
    left: -90px;
    top: 0;
    bottom: 0;
}

.mg {
    background-size: cover;
    background-repeat: no-repeat;
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
    position: absolute;
    -webkit-transition: all .8s cubic-bezier(0.26,.86,.44,.985);
    -ms-transition: all .8s cubic-bezier(0.26,.86,.44,.985);
    transition: all .8s cubic-bezier(0.26,.86,.44,.985);
}

.image-wrap:nth-child(1) .mg.hidden,
.image-wrap:nth-child(3) .mg.hidden {
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
}

.image-wrap:nth-child(2) .mg.hidden,
.image-wrap:nth-child(4) .mg.hidden {
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
}

.wrap-set {
    position: absolute;
    z-index: 299;
    height: 100%;
    right: 0;
    left: 0;
}

.wrap-set.fix {
    z-index: 199;
    display: none;
}

.wrap-set.fix .image-wrap {
    overflow: visible;
}

.ws_logo {
    position: fixed;
    z-index: 499;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
}

.ws_logo img {
    width: 68.334%;
    max-width: 800px;
    -webkit-transition: all .8s 0.150s cubic-bezier(0.26,.86,.44,.985);
    -ms-transition: all .8s 0.150s cubic-bezier(0.26,.86,.44,.985);
    transition: all .8s 0.150s cubic-bezier(0.26,.86,.44,.985);
}

.ws_logo img {
    display: inline-block;
}

.ws_button_set {
    margin-top: 20px;
    display: none;
}

a.ws_button {
    font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
    position: relative;
    z-index: 999;
    height: 50px;
    width: 180px;
    line-height: 50px;
    top: 50%;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    border: 2px solid #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.ws_button:hover {
    opacity: 0.8 !important;
}
.ws_logo .nav_ho{
    width: 72.5%;
    margin: 0 auto;
    margin-top: 30px
}
.ws_logo .nav_ho .nav_h {
    background: rgba(0,0,0,.4);
    padding: 1.5% 0;
    border-radius: 5px;
}
.ws_logo .nav_ho .nav_h a{
    font-size: 1.1vw;
    padding: 0 1.5%;
    font-weight: bold;
    color: #fff
}
.ws_logo .nav_ho .nav_h a:hover{
    color: #ffc600
}
.menu {
    float: right;
}

.header {
    position: absolute;
    z-index: 599;
    margin: 5%;
    left: 0;
    right: 0;
    top: 0;
    text-align: right;
}

body.dk .header {
    position: relative !important;
    overflow: hidden;
    margin: 0 5%;
    padding-top: 5%;
    z-index: 999;
}

nav {
    width: 100%;
    text-align: right;
    float: right;
}

body.dk nav a,
body.dk .stitle {

    color: #bbb;
}

body.dk nav a.active {
    color: #000;
}

nav a {
    font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #fff;
    font-size: 45px;
    font-size: 1vw;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

.hide {
    opacity: 0;
}

nav a.active {
    color: #ffd800;
}

nav a:after {
    content: '';
    padding-right: 5px;
    padding-right: 0.27vw;
}

nav a:last-child:after {
    content: '';
    padding-right: 0;
}

.stitle {
    font-family: "myriad-pro";
    font-size: 1.04vw;
    text-transform: uppercase;
    color: #fff;
    float: right;
    margin-top: 30px;
    margin-top: 1.5vw;
    text-align: right;
    clear: both;
    display: none !important;
}

.stitle i {
    width: 24px;
    height: 19px;
    background-image: url('../structure/intro/_trg.png');
    background-size: cover;
    margin-right: 5px;
}

.stitle i.in {
    background-image: url('../structure/intro/_trg_in.png');
}

body.dk .stitle i {
    opacity: 0.5;
}

.stitle i,
.stitle span {
    display: inline-block;
    vertical-align: middle;
}
footer {
    background-color: #272727;
}
.footer_set {
    padding: 0 5%;
}
.footer_set.ft_top {
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}

.footer_set h4 {
    color: #d1a50d;
}

.ft_grid:first-child {
    width: 35%;
    float: left;
    text-align: justify;
}

.ft_grid:nth-child(3) {
    width: 19%;
    float: right;
}
footer .fb{
    float: left;
    margin: 0 4%
}
footer .fb img{
    width: 319px
}
.ft_grid form {
    margin-top: 30px;
}

.ft_grid input[type=text] {
    font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size: 15px;
    color: #666666;
    border: 1px solid tan;
    background-color: #fff;
    padding: 10px 20px;
    width: 100%;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input.error {
    border: 1px solid red !important;
}
.ft_grid input[type=submit] {
    font-size: 15px;
    color: #fff;
    background-color: #1a1a1a;
    width: 113px;
    height: 41px;
    margin-top: 30px;
    border: none;
    outline: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.subs_status {
    color: #fff;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    margin-left: 10px;
    font-size: 13px;
}

.footer_set.ft_btm {
    background-color: #191919;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.ft_social a {
    color: #bbb;
    font-size: 21px;
    margin-left: 7px;
}

.ft_rights {
    color: #fff;
    float: left;
}

.ft_social {
    float: right;
}

/* Side Menu */
.menu_icon {
    background-color: #ffc600;
    height: 50px;
    width: 50px;
    padding: 17px 15px;
    border: 1px solid transparent;
    cursor: pointer;
    position: absolute;
    margin: 5% 5% 0 0;
    right: 0;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 2999;
    display: none;
}

.menu_icon > span {
    position: absolute;
    left: -52px;
    top: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.inner.dk .menu_icon > span {
    color: #222;
}

.menu_icon.active span {
    opacity: 0;
}

.menu_icon:hover {
    background-color: #fff;
}

.menu_icon.active {
    background-color: #222;
}

.menu_icon.active {
    border-color: #222;
}

.menu_icon:hover i:nth-child(1) {
    transform: translate(0,-2px);
    -webkit-transform: translate(0,-2px);
    -ms-transform: translate(0,-2px)
}

.menu_icon:hover i:nth-child(3) {
    transform: translate(0,2px);
    -webkit-transform: translate(0,2px);
    -ms-transform: translate(0,2px)
}

.menu_icon:hover i {
    background-color: #ffc600;
}

.menu_icon.active i {
    background-color: #fff;
}

.menu_icon.active i:nth-child(1) {
    transform: rotate(45deg) translate(5px,5px);
    -webkit-transform: rotate(45deg) translate(5px,5px);
    -ms-transform: rotate(45deg) translate(5px,5px)
}

.menu_icon.active i:nth-child(2) {
    transform: translate(-4px,0);
    -webkit-transform: translate(-4px,0);
    -ms-transform: translate(-4px,0);
    opacity:0
}

.menu_icon.active i:nth-child(3) {
    transform: rotate(-45deg) translate(4px,-4px);
    -webkit-transform: rotate(-45deg) translate(4px,-4px);
    -ms-transform: rotate(-45deg) translate(4px,-4px);
}

.menu_icon i {
    width:100%;
    height:2px;
    background-color:#fff;
    display:block;
    margin-bottom:4px;
    -webkit-transition:all .4s cubic-bezier(0.68,-0.55,0.265,1.55);
    -ms-transition:all .4s cubic-bezier(0.68,-0.55,0.265,1.55);
    transition:all .4s cubic-bezier(0.68,-0.55,0.265,1.55)
}

body.dk .menu_icon:hover,
body.dk .menu_icon.active i,
body.dk .menu_icon {
    background-color: #ffc600 !important;
}

body.dk .menu_icon:not(.active):hover i,
body.dk .menu_icon.active {
    background-color: #fff !important;
}

.nav_set {
    background-color: #e5e4e4;
    z-index: 1999;
    position:fixed;
    height:100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition:all .5s cubic-bezier(0.26,.86,.44,.985);
    -ms-transition:all .5s cubic-bezier(0.26,.86,.44,.985);
    transition:all .5s cubic-bezier(0.26,.86,.44,.985);
    -webkit-transform-origin:0 0;
    transform:translateY(-100%);
    -webkit-transform:translateY(-100%);
    -ms-transform:translateY(-100%)
}

.nav {
    background-color:#f7f7f7;
    min-height:100%;
    margin:0 2.532%;
    text-align: center;
}
.nav a {
    font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Bold", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size: 5vw;
    text-transform: uppercase;
    position: relative;
    color: #000;
    font-weight: 700;
    display:block;
    border-top:1px solid #fff;
    border-bottom:1px solid #eee
}

.nav a:hover {
    background-color: #ffc600;
}
.nav a.active {
    background-color: #fdfdfd; 
}
.nav a:first-child {
    border-top:none
}

body.active .side_menu_set {
    bottom: 0;
    height: auto;
}

body.active .nav_set {
    transform:translateY(0);
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    opacity: 1;
}

/* Inner */
.inner nav,
.inner .stitle {
    display: none;
}

.inner .menu_icon,
.inner .nav_set {
    display: block;
}

.cover {
    position: relative;
    background-color: #111;
    background-image: url(../structure/icons/loader.gif);
    background-repeat: no-repeat;
    border-bottom: 3px solid #ffc600;
    background-position: center;
    /* overflow: hidden; */
}

a.logo {
    float: left;
}

a.logo img {
    opacity: 0.7;
    width: 11vw;
    min-width: 150px;
    max-width: 199px;
}

body.dk a.logo img {
    opacity: 1;
}

.cover .img {
    position: relative;
    top: 0;
    height: 100%;
    text-align: center;
    background-position: center;
    background-size: cover;
    opacity: 0;
}

.img img {
    display: inline-block;
    max-width: 100%;
    opacity: 0;
}

.cover.loaded {
    background-image: none;
}

.cover.loaded .img {
    -webkit-transition: -webkit-opacity 0.2s linear;
    -ms-transition: -ms-opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.title_set {
    position: absolute;
    z-index: 499;
    top: 50%;
    left: 53%;
    width: 550px;
}

.title_set > span {
    color: #ffc600;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 10px;
    display: block;
}

.title_set > p {
    color: #fff;
    font-size: 29px;
    margin: 0;
    line-height: 32px;
}


/* About */
.in_menu {
    margin-top: 100px;
    margin-bottom: 70px;
    overflow: hidden;
}

.inm_set {
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
}

.inm_head {
    position: relative;
    display: inline-block;
    padding: 12px 7.8% 12px 7.8%;
    width: 100%;
    cursor: pointer;
}

.inm_set.active *  {
    cursor: default;
}

.inm_photo {
    margin: 30px 0;
}

.inm_photo img {
    max-width: 100%;
}
.inm_data p {
    text-align: justify;
}
.inm_data img{
    width: 108%
}
.inm_down {
    margin: 40px 0 20px 0;
}
.inm_down a {
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    background-color: #222;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer !important;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.inm_down a:hover {
    opacity: 0.85;
}

.inm_down span {
    margin-right: 15px;
}

.inm_data ul{
    padding: 20px 50px;
} 
.t-col{
    width: 50%;
    float: left;
}
.inm_data li {
    list-style: initial;
}
.immm_data{
    padding: 3% 5%;
}
.immm_data img{
    width: 30%;
    padding: 1%;
}
.inm_head:hover {
    background-color: #e0dede;
}


.inm_head > span {
    background: #ffc600;
    width: 100%;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    transform: translate(0,-100%);
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.26,.86,.44,.985);
    -ms-transition: all 300ms cubic-bezier(0.26,.86,.44,.985);
    transition: all 300ms cubic-bezier(0.26,.86,.44,.985);
}

.inm_set.active .inm_head > span {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}
.inm_head > a {
    font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Bold", Helvetica, Arial, "Lucida Grande", sans-serif; 
    display: block;
    font-size: 50px;
    margin-top: 2px;
    text-transform: uppercase;
    position: relative;
    color: #000;
    letter-spacing: -2px;
    font-weight: 700;
}

.inm_data {
    font-family: "myriad-pro", Arial, sans-serif; 
    margin: 0 7.8%;
    max-width: 80%;
    font-size: 15px;
    line-height: 27px;
    padding: 31px 0;
    color: #666666;
    position: relative;
    display: none;
}
.inmm_data{
    width: 40%;
    float: left
}
.inm_data > span {
    font-family: georgia;
    font-style: italic;
    font-size: 13px;
}
.inm_data .bbs .cate{
    list-style: none;
    margin-bottom: 
}
.inm_data .cate{
    margin-bottom: 2%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2%;
    overflow: hidden;
}
.inm_data .cate:last-child{
    border-bottom: 0
}
.inm_data .cate .li-tex{
    width: 55%;
    float: left;
}
.inm_data .cate img{
    width: 33%;
    float: right;
}
/* Contact */
body.dk .content {
    width: calc(100% + 20px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    margin-top: -110px;
    padding-bottom: 100px;
}

.con_set center {
    color: #bbb;
    text-transform: uppercase;
    position: relative;
    padding: 150px 0;
}
.gallery{
    margin: 0 auto;
    position: absolute;
    top: 20%;
    text-align: center;
    display: block;
}
.gallery img{
    display: inline-block;
}    
.gal_set{
    margin: 0 auto;
    width: 100%;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.cn {
    -webkit-transform: translate(0,80px);
    -ms-transform: translate(0,80px);
    transform: translate(0,80px);
    opacity: 0;
    font-size: 2.5vw;
}

.contact_set {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.msk_set {
    width: 46.8%;
    float: left;
    position: relative;
}

.msk_bg {
    width: 100%;
    height: 100%;
    background-image: url(../structure/assist/contact.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ins img {
    opacity: 0;
    max-width: 100%;
}

.contact_dta {
    width: calc(53.2% + 40px);
    float: left;
    position: relative;
    margin-left: -6.92%;
    padding-top: 10.837%;
    z-index: 599;
}

.con_dta {
    font-family: "myriad-pro" ,Arial, sans-serif;
    font-size: 20px;
    margin-left: 23.602%;
    margin-top: 5.49%;
}

.con_block {
    margin-top: 2.515%;
}

.con_block {
    font-size: 15px;
    line-height: 24px;
}

.con_block:first-child {
    margin: 0;
}

.con_a, .con_b {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    line-height: 26px;
    font-size: 2vh
}

.con_a {
    width: 80px;
}

.con_b {
    color: #666666;
}

.con_b > a {
    color: #666666;
}

.rect {
    width: 51.496%;
    position: absolute;
    right: 15px;
    top: 70px;
    z-index: 399;
    background: url(../structure/assist/rect.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ho_menu {
    z-index: 599;
    position: relative;
}

.wr_line {
    width: 1px;
    top: -1000px;
    bottom: -1000px;
    left: 50%;
    margin-left: -17px;
    background: #bababa;
    position: absolute;
    -webkit-transform: rotate3d(0, 0, 1, 30deg);
    transform: rotate3d(0, 0, 1, 30deg);
    opacity: 0.4;
}

.con_hd {
    position: relative;
}

h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #111;
}

.ft_grid p {
    color: #d4d4d4;
    font-size: 15px;
    line-height: 20px;
    margin: 40px 0 0 0;
}

.site {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

/* Packages */
.cont_set {
    overflow: hidden;
    margin-left: -30px;
    margin-top: 70px;
}

.cont_box {
    float: left;
    width: 33.3%;
    padding-left: 30px;
    margin-bottom: 50px;
}

.cont_box p strong {
    display: block;
}

.cont_box p {
    color: #3b3b3b;
    font-size: 18px;
    line-height: 26px;
    margin: 35px 0 0 0;
    width: 65%
}

.cb_img {
    margin-bottom: 50px;
}

.cb_img img {
    display: block;
    max-width: 100%;
}

.cb_title {
    font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Bold", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size: 32px;
    text-transform: uppercase;
}

a.bk {
    font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
    position: relative;
    z-index: 999;
    height: 50px;
    width: 180px;
    line-height: 50px;
    text-transform: uppercase;
    margin: 50px auto 0 auto;
    display: block;
    text-align: center;
    border: 1px solid transparent;
    color: #fff;
    background-color: #222;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    display: none;
}

a.bk:hover {
    border: 1px solid #222;
    color: #222;
    background-color: transparent;
}

.inneer_content{
    position: relative;
    min-height: 300px;
    padding: 70px 5%;
}

.inneer_content > p {
    font-size: 18px;
    width: 70%;
    line-height: 26px;
}

h3 {
    font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Bold", Helvetica, Arial, "Lucida Grande", sans-serif; 
    color: #0d0d0d;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -1px;
}

.aw-more-block {
    display: none;
}

.dwn_arr {
    width: 60px;
    height: 60px;
    background-color: #ffc600;
    background-image: url(../structure/icons/down_arrow.png);
    background-size: 46px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #e5e4e4;
}

@media only screen and (max-height : 450px) {
    body:not(.inner) .menu_icon,
    body:not(.inner) .nav_set {
        display: block;
    }
    body:not(.inner) nav,
    .main{
        display: none;
    }
}

@media only screen and (max-width : 1280px) and (min-width :1px) {
    .title_set {
        left: 10%;
        right: 10%;
        margin: 0 auto;
        text-align: center;
        width: auto;
    }
    .title_set > span {
        font-size: 4vw;
        margin-bottom: 1.5vw;
    }
    .title_set > p {
        font-size: 2vw;
        line-height: 2.7vw;
        padding: 0 20%;
    }
    body:not(.inner) .stitle {
        text-align: center;
    }
     .gallery img{
        width: 16%;
    }
    .immm_data img {
        width: 60%;
        padding: 1%;
    }
    .ws_logo .nav_ho{
        width: 90%;
    }
    .ws_logo .nav_ho .nav_h a{
        font-size: 1em;
    }
    
}
@media only screen and (max-width : 1280px) and (min-width : 670px) {
    nav a {
        font-size: 1em;
    }
    .stitle {
        font-size: 0.95em;
    }

}

@media only screen and (max-width : 1024px) and (min-width : 1px) {
    body:not(.inner) .menu_icon,
    body:not(.inner) .nav_set {
        display: block;
    }
    body:not(.inner) nav,
    .main,
    .stitle {
        display: none;
    }
    .inner .logo {
        width: 40%;
    }
    .inner .menu {
        width: 60%;
    }
    .gallery img{
        width: 18%;
    }
    .ws_logo .nav_ho{
       display: none
    }
}

@media only screen and (max-width : 1000px) and (min-width : 1px) {
    .contact_set {
        width: 100%;
        padding-right: calc(5% + 20px);
        padding-left: 5%;
    }
    h1 {
        font-size: 8.4vw !important;
    }
    h2 {
        font-size: 5vw !important;
    }
    .con_dta {
        font-size:2.25vw;
    }
    .con_a, .con_b {
        margin-right: 1%;
        line-height: 2.6vw;
    }
   
}

@media only screen and (max-width : 767px) and (min-width : 1px) {
    .cont_box {
        width: 50%;
    }
    .title_set > span {
        font-size: 2.19em;
        margin-bottom: 12px
    }
    .title_set > p {
        font-size: 1.1em;
        line-height: 20px;
    }
    .cover {
        height: 365px;
    }
    .inm_head > a {
        font-size: 60px;
    }
    .ft_grid:nth-child(2) {
        width: 70%;
        margin: 0 auto;
        float: none;
        text-align: center;
    }
    .ft_grid:first-child {
        display: none;
    }
     .gallery img{
        width: 20%;
    }
    .inm_data .cate .li-tex{
        width: 100%
    }
    .li-img{
        display: none;
    }
    .site {
        height: auto;
    }
}

@media only screen and (max-width : 670px) and (min-width : 1px) {
    .inm_head > a {
        font-size: 9.5vw;
    }
    .msk_set {
        width: 306px;
    }
    .contact_dta {
        width: 388px;
    }
    .msk_set,
    .contact_dta {
        float: none;
        margin: 0 auto;
    }
    h1 {
        font-size: 61px !important;
    }
    h2 {
        font-size: 34px !important;
    }
    .con_dta {
        font-size: 15px;
    }
    .con_a, .con_b {
        line-height: 18px;
    }
    .ft_rights {
        display: none;
    }
    .ft_social {
        float: none;
        text-align: center;
    }
    .inm_data ul {
        width: 100%;
        padding: 0 50px;
        padding-top: 20px;
        float: none;
    }
    .inm_data ul:nth-child(3) {
        padding: 0 50px;
        padding-bottom: 20px;
    }
     .gallery img{
        width: 22%;
    }
}

@media only screen and (max-width : 480px) and (min-width : 1px) {
    h1 {
        font-size: 12.7vw !important;
    }
    h2 {
        margin: 0;
    }
    body.dk .header {
        background-color: #e5e4e4;
    }
    .contact_set {
        padding: 0 !important;
    }
    .ft_rights,
    .wr_line {
        display: none;
    }
    .msk_set,
    .contact_dta {
        width: 100%;
        padding-right: calc(5% + 20px);
        padding-left: 5%;
    }
    .msk_set {
        position: absolute;
    }
    .msk_set .ins {
        opacity: 0.2;    
    }
    .rect {
        right: 50px;
    }
    .contact_dta {
        text-align: center;
        padding-top: 0;
        top: 0;
    }
    .con_dta {
        margin-left: 0
    }
    .con_a,
    .con_b {
        display: block;
        width: 100%;
        margin: 0;
    }
    .con_b {
        margin-top: 10px;
    }
    .cont_set {
        margin-left: 0;
    }
    .cont_box {
        width: 100%;
        padding: 0;
    }
    .ft_grid:nth-child(2) {
        width: 100%;
    }
     .gallery img{
        width: 25%;
    }
}


/***************************************************************/

 

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {padding-left: 0;padding-right: 0}
    
    .mfp-img-mobile img.mfp-img {padding: 0}

    .mfp-img-mobile .mfp-figure {/* The shadow behind the image */ }

    .mfp-img-mobile .mfp-figure:after {top: 0;bottom: 0}

    .mfp-img-mobile .mfp-figure small {display: inline;margin-left: 5px}

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {padding: 0}

    .mfp-img-mobile .mfp-counter {right: 5px;top: 3px}

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }

@media all and (max-width: 900px) {
    .mfp-arrow {-webkit-transform: scale(0.75);transform: scale(0.75)}

    .mfp-arrow-left {-webkit-transform-origin: 0;transform-origin: 0}

    .mfp-arrow-right {-webkit-transform-origin: 100%;transform-origin: 100%}

    .mfp-container {padding-left: 6px;padding-right: 6px} 

    .mfp-ie7 .mfp-img {padding: 0}

    .mfp-ie7 .mfp-bottom-bar {
        width: 600px;
        left: 50%;
        margin-left: -300px;
        margin-top: 5px;
        padding-bottom: 5px;
    }

    .mfp-ie7 .mfp-container {padding: 0}

    .mfp-ie7 .mfp-content {padding-top: 44px}

    .mfp-ie7 .mfp-close {top: 0;right: 0;padding-top: 0}

    .image-link {cursor: -webkit-zoom-in;cursor: -moz-zoom-in;cursor: zoom-in}

    /* This block of CSS adds opacity transition to background */
    .mfp-with-zoom .mfp-container,
    .mfp-with-zoom.mfp-bg {
        opacity: 0;
        -webkit-backface-visibility: hidden;
        -webkit-transition: all 0.3s ease-out; 
        -moz-transition: all 0.3s ease-out; 
        -o-transition: all 0.3s ease-out; 
        transition: all 0.3s ease-out;
    }

    .mfp-with-zoom.mfp-ready .mfp-container {opacity: 1}

    .mfp-with-zoom.mfp-ready.mfp-bg {opacity: 0.8}

    .mfp-with-zoom.mfp-removing .mfp-container, 
    .mfp-with-zoom.mfp-removing.mfp-bg {opacity: 0}



    /* padding-bottom and top for image */

    .mfp-no-margins img.mfp-img {padding: 0}

    /* position of shadow behind the image */

    .mfp-no-margins .mfp-figure:after {top: 0;bottom: 0}

    /* padding for main container */

    .mfp-no-margins .mfp-container {padding: 0}

    /* aligns caption to center */
    .mfp-title {text-align: center;padding: 6px 0}

    .image-source-link {color: #DDD}
}

@media only screen and (max-width : 420px) and (min-width : 1px) {
    .image-wrap .thumb,
    .image-wrap {
        -ms-transform: skewY(0deg);
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
    }
}