/* (c)2014 www.frylark.ru */

/* Reset 3.9.0 2013 */

html {
  margin: 0px;
  padding: 0px;
  border: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: #111;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

i {
  font-style: normal;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/** * fullPage 1.4.5 * https://github.com/alvarotrigo/fullPage.js * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;/*-webkit-transform:translatez(0);-moz-transform:translatez(0);-ms-transform:translatez(0);-o-transform:translatez(0);transform:translatez(0);*/;
}

#superContainer {
  height: 100%;
  position: relative;
}

.section {
  position: relative;
  height: 100%!important;
  vertical-align: middle!important;
}

.slide {
  position: relative;
  float: left;
}

.slide, .slidesContainer {
  height: 100%;
  display: block;
}

.slides {
  height: 100%;
  overflow: hidden;
  position: relative;
  -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;
}

.section.table, .slide.table {
  display: table;
  width: 100%;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%!important;
}

.slidesContainer {
  float: left;
  position: relative;
}

.controlArrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 97;
  background: rgba(0,0,0,.15);/*border:1px solid rgba(255,255,255,.05)!important;*/ 
  cursor: pointer;
  font-family: "wfnt";
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  color: rgba(255,255,255,.5);
  -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;
}

.controlArrow:hover {
  background: rgba(130,100,255,.95);
  color: rgba(255,255,255,1);
}

.controlArrow:active {
  background: rgba(204,255,119,.95);
  color: rgba(0,0,0,1);
}

.controlArrow.prev {
  left: 0px;
}

.controlArrow.next {
  right: 0px;
}

.controlArrow.prev:before {
  content: '\e821';
}

.controlArrow.next:before {
  content: '\e824';
}

.scrollable {
  overflow: scroll;
}

/* slimScrollBar */

.slimScrollBar {/*width:7px!important;*/ 
  border-radius: 1px!important;
}

/*.section { height:100%!important; }*/

/*.tableCell { height:100%!important; }*/

/*.slimScrollDiv { height:100%!important; }*/

/*.scrollable { height:100%!important; }*/

/*  */

.easing {
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

#fullPage-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  bottom: 5%;
  opacity: 1;
}

#fullPage-nav.right {
  right: 13px;
}

#fullPage-nav.left {
  left: 13px;
}

.fullPage-slidesNav {
  position: absolute;
  z-index: 20;
  left: 50%;
  opacity: 1;
}

.fullPage-slidesNav.bottom {
  bottom: 5px;
}

.fullPage-slidesNav.top {
  top: 5px;
}

#fullPage-nav ul, .fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fullPage-nav li, .fullPage-slidesNav li {
  display: block;
  position: relative;
  width: 27px;
  height: 27px;
  margin: 0;
}

.fullPage-slidesNav li {
  display: inline-block;
}

#fullPage-nav li a, .fullPage-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fullPage-nav li .active span, .fullPage-slidesNav .active span {
  background: #fff;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

#fullPage-nav li .active span:hover, .fullPage-slidesNav .active span:hover {
  border: 1px solid #fff;
  background: #fff;
}

#fullPage-nav span, .fullPage-slidesNav span {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 27px;
  height: 8px;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(0,0,0,0);
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
  -webkit-transition: all 0.05s ease-out;
  -moz-transition: all 0.05s ease-out;
  -o-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out;
}

#fullPage-nav span {
  left: 10px;
  width: 8px;
  height: 27px;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(0,0,0,0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#fullPage-nav span:hover, .fullPage-slidesNav span:hover {
  border: 1px solid #86f;
  background: #86f;
}

.fullPage-tooltip {
  position: absolute;
  top: -5px;
  background: rgba(130,100,255,.92);
  color: #fff;
  font-size: 15px;
  padding: 7px 13px;
  line-height: 1.2em;
  white-space: nowrap;
}

.fullPage-tooltip.right {
  right: 20px;
}

.fullPage-tooltip.left {
  left: 20px;
}

/*  */

.clear {
  clear: both;
}

.hidden {
  display: none!important;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.c {
  text-align: center!important;
}

.left {
  float: left;
}

.l {
  text-align: left!important;
}

.right {
  float: right;
}

.r {
  text-align: right!important;
}

.fix {
  position: fixed!important;
}

.abs {
  position: absolute!important;
}

.va {
  position: relative;
}

.va:after {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
  content: '';
}

.va .wrap {
  display: inline-block;
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* IE < 8 */

a, a:visited {
  color: #86f;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover, a:active {
  color: #fff;
}

a img {
  border: 0 none;
}

h1, h2, h3, h4, h5, h6 {
  color: #eef;
  font-family: 'Din Pro','Trebuchet MS',sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: -0.020em;
  text-decoration: none;
  line-height: 0.98em;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5, h6 {
  font-size: 16px;
}

/* layout */

body {
  width: 100%;
  height: 100%;
  border: 0;
  font-family: 'Open Sans',Arial,sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  color: #99a;
  background: #141416 url('../img/bg.jpg') no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.wrap {
  position: relative;
  min-width: 320px;
  width: 75%;
  max-width: 1860px;
  border: 0 none;
  margin: 0 auto;
}

.section, .slide {
  text-align: center;/*background-image:url('../img/bg.jpg');*/ 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: 100% 100%;
  background-origin: content-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.section .wrap {
  margin: 120px auto;
}

.content {
  position: relative;
  top: 0;
  bottom: 0;
  min-height: 100%;
  margin-left: 68px;
  background: #252525;
}

.shade {
  padding: 25px;
  background: rgba(0,0,0,.75);
  border: 1px dotted rgba(55,55,55,.5);
}

.shad {
  padding: 25px;
  background: rgba(0,0,0,.35);
  border: 1px dotted rgba(85,85,85,.5);
}

.wrap>p {
  margin: 15px 0;
  text-align: left;
}

.wrap>p b {
  color: #eef;
  font-size: 120%;
  font-style: normal;
  font-weight: 300;
  cursor: pointer;
}

.wrap>p b a {
  color: #eef;
}

/* overlays */

.overlay {
  content: "";
  display: none;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  opacity: .5;
  width: 100%;
  height: 100%;/*background:rgba(255,255,255,.1);*/ 
  background: url('../img/bg.jpg') no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

#overtab {
  z-index: 10;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #000;
  border: 0px solid #000;
  z-index: 550;
}

.popup-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.1);
  text-align: center;
  z-index: 500;
  opacity: 1;
}

.popup-overlay .overlay {
  display: block;
  opacity: .95;
}

.popup-overlay>.popup {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 550;
  background: #000;
  border: 0px solid #000;
  text-align: center;
  vertical-align: middle;
  border: 0 solid rgba(130,100,255,.25);
}

/* tabmenu inner for popup and login-form */

.inner {
  background: #161616;
}

.inner h3 {
  margin: 20px 25px 10px;
  cursor: default;
}

.inner form {
  margin: 15px 25px;
}

.inner form p, .page form p {
  margin: 4px 0;
}

/* forms and elements */

input:focus, textarea:focus, input[type="text"]:focus {
  outline: 0;
  z-index: 1000;
  background: #9999aa;
  color: #000;
  box-shadow: 0 0 0 1px #222;
}

input[type=submit]:focus {
  background: #000;
  color: #fff;
}

input, button, select, textarea {
  outline: 0 none;
}

form input, form textarea, .file_upload>mark {
  border: none;
  background: #2d2d33;
  resize: none;
  height: auto;
  margin: 0;
  padding: 10px;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

form input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form textarea {
  width: 100%;
  resize: vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form .submit, input[type=submit], input[type=reset], a.submit, .button {
  display: inline-block;
  width: auto;
  padding: 11px 27px;
  cursor: pointer;
  background: #000;
  line-height: 23px;
  color: #86f;
  text-align: center;
  vertical-align: middle;
  border: 0;
  font-size: 15px;
  -webkit-transition: background .15s linear 0s,color .1s linear 0s;
  -moz-transition: background .15s linear 0s,color .1s linear 0s;
  -o-transition: background .15s linear 0s,color .1s linear 0s;
  transition: background .15s linear 0s,color .1s linear 0s;
}

form .submit:hover, input[type=submit]:hover, .button:hover, input[type=reset]:hover {
  background: #86f;
  color: #fff;
}

form .submit:active, input[type=submit]:active, .button:active {
  background: #cf7;
  color: #000;
}

input[type=reset]:active {
  background: #f40;
}

form .submit i {/*font-size: 22px;*/ 
  line-height: 23px;
}

.file_upload {
  display: block;
  position: relative;
  overflow: hidden;
}

.file_upload .button, .file_upload>mark {
  display: block;
  cursor: pointer;
  width: auto;
}

.file_upload .button {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100%;
  margin-right: 15px;
}

.file_upload>mark {/*background: transparent;*/
  color: #556;
}

.file_upload input[type=file] {
  position: absolute;
  top: 0;
  visibility: hidden;
}

.file_upload span.button {
  margin: 0;
  padding: 10px 20px;
  line-height: inherit;
}

.fields-buttons {;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #99a;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #556;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #556;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #556;
}

.sq {
  display: block;
  position: absolute;
  top: 0;
  right: -48px;
}

.sq i {
  cursor: pointer;
}

.sq a {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 27px;
  color: #fff;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  background: rgba(38,40,45,1);
  opacity: 0.35;
  box-shadow: 0 0 0 1px rgba(95,95,95,.05) inset;
  -webkit-transition: background .2s linear 0s,opacity .1s linear 0s;
  -moz-transition: background .2s linear 0s,opacity .1s linear 0s;
  -o-transition: background .2s linear 0s,opacity .1s linear 0s;
  transition: background .2s linear 0s,opacity .1s linear 0s;
}

.sq a:hover {
  background: #86f;
  color: #fff;
  opacity: 1;
}

.sq a:active {
  background: #cf7;
  color: #000;
  opacity: 1;
}

/* tooltips */

#tooltip {
  display: none;
  position: absolute;
  width: auto;
  padding: 10px 15px;
  margin: 10px;
  z-index: 1000;
  background: rgba(130,100,255,.92);
  color: #fff;
  font-size: 12px;
  line-height: 1.25em;/*content: attr(title);*/;
}

/* gallery item-elements */

.item-ph, .item-pan, .item-fs, .item-web {
  display: block;
  position: relative;
  margin: 25px -4px;
  line-height: 0;
}

.item-ph li, .item-pan li, .item-fs li, .item-web li {
  display: inline-block;
  position: relative;
  margin: 2px;
  opacity: .80;
  -webkit-transition: all .15s ease-in-out .05s;
  z-index: 5;
  -moz-transition: all .15s ease-in-out .05s;
  z-index: 5;
  transition: all .15s ease-in-out .05s;
}

.item-ph li:hover, .item-pan li:hover, .item-fs li:hover, .item-web li:hover {
  box-shadow: 0 0 0 3px #fff,0 0 0 0px #fff inset;
  background: #fff;
  opacity: 1;
}

.item-ph li a, .item-pan li a, .item-fs li a, .item-web li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: 102% auto;
}

.item-ph li a { 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.item-ph li a:hover, .item-pan li a:hover, .item-fs li a:hover, .item-web li a:hover {
  color: #fff;
  background-color: rgba(130,100,255,.25);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 104% auto !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all .25s ease-in-out .05s;
  -moz-transition: all .25s ease-in-out .05s;
  transition: all .25s ease-in-out .05s;
}

.item-ph li a:before, .item-pan li a:before, .item-fs li a:before, .item-web li a:before {
  display: inline-block;
  position: absolute;
  bottom: 30%;
  left: 5%;
  right: 5%;
  height: auto;
  overflow: hidden;
  background: rgba(130,100,255,0);
  content: attr(data-title);
  color: transparent;
  line-height: 14px;
  font-size: 11px;
  text-align: center;
  padding: 5px 7px;
  -webkit-transition: all .4s ease .15s;
  -moz-transition: all .4s ease .15s;
  transition: all .4s ease .15s;
}

.item-ph li a:hover:before, .item-pan li a:hover:before, .item-fs li a:hover:before, .item-web li a:hover:before {
  height: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(130,100,255,1);
  color: #fff;
  line-height: 14px;
  font-size: 11px;
}

.item-ph li i, .item-fs li i {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -17px;
  width: 35px;
  height: 35px;
  z-index: 7;
  color: rgba(130,100,255,1);
  cursor: pointer;
  font-family: "wfnt";
  padding: 0;
  text-align: center;
  font-size: 29px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease 0.05s;
  -moz-transition: all 0.25s ease 0.05s;
  transition: all 0.25s ease 0.05s;
  -webkit-box-shadow: 0 0 0 -5px rgba(255,255,255,.5);
  -moz-box-shadow: 0 0 0 -5px rgba(255,255,255,.5);
  box-shadow: 0 0 0 -5px rgba(255,255,255,.5);
}

.item-ph li i:before, .item-fs li i:before {
  content: '\F0AB';
}

.item-ph li i:hover, .item-fs li i:hover {
  color: #fff;
  font-size: 35px;
  content: '';
  -webkit-transition: all 0.25s ease 0.05s;
  -moz-transition: all 0.25s ease 0.05s;
  transition: all 0.25s ease 0.05s;
  -webkit-box-shadow: 0 0 0 25px rgba(255,255,255,0);
  -moz-box-shadow: 0 0 0 25px rgba(255,255,255,0);
  box-shadow: 0 0 0 25px rgba(255,255,255,0);
}

/* tune */

.item-ph li {
  width: 16.15%;
  padding-bottom: 14.15%;
}

.item-pan li {
  width: 32.725%;
  padding-bottom: 11.85%;
}

.item-fs li:hover {
  box-shadow: 0 0 0 2px #fff,0 0 0 0 #fff inset;
  background: rgba(130,100,255,1);
}

.item-fs li a {
  background: rgba(0,0,0,.5);
}

.item-fs li a:before {
  top: 4%;
  left: 13%;
  right: 13%;
  color: #556;
  font-size: 8px;
}

.item-fs li a:hover:before {
  height: auto;
  bottom: 5%;
  left: 0;
  right: 0;
  background: transparent;
  color: #fff;
  font-size: 11px;
}

.item-fs li {
  width: 16.15%;
  padding-bottom: 10.25%;
  box-shadow: 0 0 0 1px rgba(155,155,155,0.2);
}

.item-fs li i {
  bottom: 10px;
  top: auto;
}

.item-fs li:hover i {
  color: #fff;
}

.item-web {
  margin: 0;
}

.item-web li {
  width: 100%;
  padding-bottom: 34%;
  margin: 0;
}

.item-web li:hover {
  box-shadow: 0 0 0 0px #fff inset;
  background: #fff;
}

.item-web li a {
  background-color: transparent;
}

/*** SECTION * SLIDE ***/

#section0 {;
}

#frc {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 600px;
  max-height: 400px;
  margin: -220px auto 25px;
  top: 50%;
  padding: 0 200px 0 35px;
}

#frc h1 i {
  display: inline-block;
  position: absolute;
  top: 54%;
  right: 28%;
  width: .9em;
  height: .9em;
  border-top: 1px solid red;
  font-size: 90px;
  cursor: default;
  border-radius: 100%;
}

#frc h1 [class^="icn-"]:before, #frc h1 [class*=" icn-"]:before {
  margin-left: -0.35em;
}

.pluso {
  display: block;
  position: absolute!important;
  top: auto;
  bottom: 25px;
  left: 50%;
  width: 218px;
  height: 36px;
  margin-left: -109px;
  border: 0 transparent;
  border-radius: 18px!important;
  overflow: hidden;
}

.pluso .pluso-wrap a {
  margin: 3px 0 0 5px!important;
}

#section1 h1 {
  display: inline-block;
  position: relative;
  top: 50%;
  margin: -32px 55px 0 55px;
  padding: 7px 14px;
  border: 1px solid #fff;
  font-size: 45px;
}

#section-pano #slide-vgeo-1 h1 {
  display: inline-block;
  position: relative;
  top: 50%;
  margin: 0 auto;
  margin-top: -25.0%;
}

#section-pano .item-pan {
  margin: 5px -4px;
}

#slide-pano-1 {
  background-image: url('../img/bgf-lp-1.jpg');
}

#slide-pano-2 {
  background-image: url('../img/bgf-lp-3.jpg');
}

#slide-vgeo-1 {
  background-image: url('../img/bgf-vgeo-summer.jpg');
}

#slide-vgeo-2 {
  background-image: url('../img/bgf-vgeo-gergeti.jpg');
}

#slide-vgeo-3 {
  background-image: url('../img/bgf-vgeo-xram.jpg');
}

#slide-photo {
  background-image: url('../img/bgf-lp-4.jpg');
}

#slide-design-1 {
  background-image: url('../img/bgf-colours.jpg');
}

#slide-design-2 {
  background-image: url('../img/bgf-design.jpg');
}

#slide-design-3 {
  background-image: url('../img/bgf-nodes.jpg');
}

#slide-web-design {
  background-image: url('../img/bgf-webdesign.jpg');
}

#section-pano .wrap {
  margin: 20px auto;
}

#section-pano #slide-vgeo-1 .wrap {
  width: 75%;
  height: 100%;
  margin: 0 auto;
  background: transparent;
}

.slide .svg-container {
  display: inline-block;
  position: relative;
  width: 80%;
  background: transparent;
  margin: 0 auto;
  vertical-align: middle;
}

.slide img:not(.png) {
  width: 60%;
}

/* Required to make image fluid in IE */

.slide .svg-container img.rshad {
  background: rgba(0,0,0,.25);
  border-radius: 50%;
}

.slide img.right {
  position: absolute;
  right: 0;
  margin: 10px 20px;
  max-width: 298px;
}

#section-photo {
  background-image: url('../img/bgf-ph-1.jpg');
}

#section-profile {
  background-image: url('../img/bgf-iam.jpg');
}

.slide .darkbar {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.2);
  opacity: 0.05;
  -webkit-transition: all 5.25s ease 0s;
  -moz-transition: all 5.25s ease 0s;
  transition: all 5.25s ease 0s;
}

.slide .darkbar:hover {
  opacity: 1;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}

#section-c {;
}

#section-c .wrap {
  max-width: 680px;
  margin: 50px auto 15px auto;
}

#section-c iframe {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden!important;
}

#section-c .inner {
  position: relative;
}

#section-c ul {
  display: inline-block;
  position: relative;
  margin-bottom: 55px;
}

#section-c ul li {
  display: inline-block;
  width: auto;
  height: 50px;
  margin: 25px 7px 0;
}

#section-c ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,.15);
  color: white;
  font-size: 32px;
  line-height: 50px;
  box-shadow: 0 0 0 1px rgba(155,155,155,.2);
  -webkit-transition: all .25s linear 0s;
  -moz-transition: all .25s linear 0s;
  -o-transition: all .25s linear 0s;
  transition: all .25s linear 0s;
}

#section-c ul li a:hover {
  background: #86f;
  color: #fff;
  width: 50px;
  height: 50px;
}

#section-c ul li a span {
  display: block;
  position: absolute;
  top: 95px;
  left: 45%;
  right: 45%;
  height: 0;
  width: auto;
  background: #86f;
  line-height: 1px;
  opacity: 0;
  font-size: 1px;
  padding: 0 20px;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all .4s linear 0s;
  -moz-transition: all .4s linear 0s;
  -o-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
}

#section-c ul li a:hover span {
  top: 85px;
  left: 7px;
  right: 7px;
  height: 50px;
  width: auto;
  line-height: 50px;
  opacity: 1;
  font-size: 16px;
}

#section-c ul li a:active, #section-c ul li a:active span, #section-c ul li a span:active {
  background: #cf7;
  color: #000;
}

/*  */

.sqlink {;
}

.sqlink ul {
  display: inline-block;
  position: relative;
}

.sqlink ul li {
  display: inline-block;
  width: auto;
  height: 50px;
  margin: 10px 7px 0;
}

.sqlink ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,.15);
  color: white;
  font-size: 32px;
  line-height: 50px;
  box-shadow: 0 0 0 1px rgba(155,155,155,.2);
  text-align: center;
  -webkit-transition: all .25s linear 0s;
  -moz-transition: all .25s linear 0s;
  -o-transition: all .25s linear 0s;
  transition: all .25s linear 0s;
}

.sqlink ul li a:hover {
  background: #86f;
  color: #fff;
  width: 50px;
  height: 50px;
}

.sqlink ul li a span {
  display: block;
  position: absolute;
  top: 125%;
  left: 45%;
  right: 45%;
  height: 0;
  width: auto;
  background: #86f;
  line-height: 1px;
  opacity: 0;
  font-size: 1px;
  padding: 0 20px;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all .4s linear 0s;
  -moz-transition: all .4s linear 0s;
  -o-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
}

.sqlink ul li a:hover span {
  top: 110%;
  left: 7px;
  right: 7px;
  height: 50px;
  width: auto;
  line-height: 50px;
  opacity: 1;
  font-size: 16px;
}

.sqlink ul li a:active, #section-c ul li a:active span, #section-c ul li a span:active {
  background: #cf7;
  color: #000;
}

/*  */

#send_message_form p span {
  display: inline-block;
  border: 1px dotted #2d2d33;
}

#send_message_form p span input, .capch-pic {
  display: inline-block;
  height: 38px;
  width: 70px!important;
  margin: 2px;
  vertical-align: middle;
  text-transform: uppercase;
}

#contact-submit {
  width: 145px;
}

.cwin {
  display: none;
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  cursor: pointer;
}

.cwin p {
  display: inline-block;
  position: relative;
  color: #fff;
  margin: 65px;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  cursor: pointer;
  font-family: 'Din Pro','Trebuchet MS',sans-serif;
  font-size: 28px;
}

.cwin i {
  font-size: 65px;
  line-height: 110px;
}

#success {
  background: rgba(130,100,255,.65);
}

#success p {;
}

#errmess {
  background: rgba(255,0,0,.65);
}

#errmess p {;
}

#menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  height: 50px;
  width: 50px;
  -webkit-transition: all .25s linear 0s;
  -moz-transition: all .25s linear 0s;
  -o-transition: all .25s linear 0s;
  transition: all .25s linear 0s;
}

#menu:hover {
  height: 300px;
}

#menu li .sq a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 27px;
  text-align: center;
}

#menu li .sq a.active {
  background: white;
  color: black;
}

/* -#- loader */

.pace .pace-progress {
  background: #ffffff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 3px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}

/* fotorama customize */

.fotorama {
  overflow: hidden;
}

.fotorama__arr {
  top: 50%!important;
  margin: 5px;
  -webkit-tap-highlight-color: rgba(0,0,0,.05);
}

.fotorama__arr--prev:before, .fotorama__arr--next:before, .fotorama__fullscreen-icon:before, .fotorama__video-close:before, .fotorama__video-play:before {
  display: block;
  position: absolute;
  left: 0;
  height: 34px;
  width: 34px;
  line-height: 34px;
  font-family: "wfnt";
  font-size: 28px;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,.0);
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fotorama__arr--prev:before {
  content: '\e821';
  font-size: 22px;
}

.fotorama__arr--next:before {
  content: '\e824';
  font-size: 22px;
}

.fotorama__fullscreen-icon, .fotorama__video-close {
  right: 7px;
  top: 5px;
}

.fotorama__fullscreen-icon:before {
  font-size: 22px;
  content: '\e845';
}

.fotorama--fullscreen .fotorama__fullscreen-icon:before {
  content: '\e844';
}

.fotorama__video-close:before {
  font-size: 24px;
  content: '\e811';
}

.fotorama__video-play:before {
  height: 94px;
  width: 94px;
  line-height: 94px;
  font-size: 94px;
  content: '\e05b';
}

.fotorama__thumb .fotorama__video-play:before {
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 32px;
  content: '\e05b';
  color: #fff;
  background: rgba(0,0,0,0.0);
}

.fotorama__state {
  background-color: rgba(55,70,240,.5);
  box-shadow: 0 0 0 0 rgba(55,70,240,.5);
}

/* Animation example, for spinners */

.animate-spin {
  display: inline-block;
  -webkit-animation: spin 6s infinite linear;
  -moz-animation: spin 6s infinite linear;
  -o-animation: spin 6s infinite linear;
  animation: spin 6s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* responsive */

@-ms-viewport {
  width: device-width;
}

@media(min-width:1840px) {/*.wrap { max-width:1680px; }*/
  body {
    font-size: 16px;
  }
  .item-ph, .item-pan {
    margin: 25px -4px;
  }
  .item-ph li {
    width: 9.726%;
    padding-bottom: 9.726%;
  }
  .item-fs li {
    width: 9.726%;
    padding-bottom: 6.25%;
  }
  .item-pan li {
    width: 32.725%;
    padding-bottom: 11.85%;
  }
}

@media(min-width:1680px) and (max-width:1840px) {/*.wrap { max-width:1440px; }*/
  .item-ph li {
    width: 10.72%;
    padding-bottom: 8.72%;
  }
  .item-fs li {
    width: 10.72%;
    padding-bottom: 7.25%;
  }
  .item-pan li {
    width: 32.725%;
    padding-bottom: 11.85%;
  }
}

@media(min-width:1440px) and (max-width:1680px) {/*.wrap { max-width:1280px; }*/
  .item-ph li {
    width: 12.15%;
    padding-bottom: 8.25%;
  }
  .item-fs li {
    width: 12.15%;
    padding-bottom: 8.25%;
  }
  .item-pan li {
    width: 32.725%;
    padding-bottom: 11.85%;
  }
}

@media(min-width:1280px) and (max-width:1440px) {/*.wrap { max-width:1200px; }*/
  .item-ph li {
    width: 13.85%;
    padding-bottom: 9.85%;
  }
  .item-fs li {
    width: 13.85%;
    padding-bottom: 9.25%;
  }
  .item-pan li {
    width: 32.725%;
    padding-bottom: 11.85%;
  }
}

@media(min-width:1152px) and (max-width:1280px) {/*.wrap { max-width:1000px; }*/
  .item-ph li {
    width: 16.15%;
    padding-bottom: 10.25%;
  }
  .item-fs li {
    width: 16.15%;
    padding-bottom: 10.25%;
  }
  .item-pan li {
    width: 32.725%;
    padding-bottom: 11.85%;
  }
}

@media(min-width:800px) and (max-width:1152px) {/*.wrap { max-width:1000px; }*/
  .item-ph li {
    width: 19.395%;
    padding-bottom: 12.395%;
  }
  .item-fs li {
    width: 19.395%;
    padding-bottom: 12.25%;
  }
  .item-pan li {
    width: 48.725%;
    padding-bottom: 16.85%;
  }
}

@media(min-width:640px) and (max-width:800px) {
  .wrap {
    max-width: 800px;
  }
  #frc {
    width: 100%;
    max-width: 600px;
  }
  #frc h1 i {
    font-size: 75px!important;
    top: 56%;
    right: 30%;
  }
  .item-ph li {
    width: 24.15%;
    padding-bottom: 16.25%;
  }
  .item-fs li {
    width: 24.15%;
    padding-bottom: 16.25%;
  }
  .item-pan li {
    width: 48.725%;
    padding-bottom: 16.85%;
  }
  #send-message {
    width: 580px;
  }
}

@media(min-width:480px) and (max-width:640px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  .wrap {
    max-width: 640px;
  }
  #frc {
    width: 100%;
  }
  #frc h1 i {
    font-size: 65px!important;
    top: 58%;
    right: 36%;
  }/* item-col */
  .item-ph li {
    width: 32.1685%;
    padding-bottom: 24.1685%;
  }
  .item-fs li {
    width: 32.1685%;
    padding-bottom: 24.25%;
  }
  .item-pan li {
    width: 48.725%;
    padding-bottom: 16.85%;
  }
  #send-message {
    width: 380px;
  }
  .slide .svg-container {
    width: 100%;
  }
}

@media(max-width:480px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  .wrap {
    width: 88%!important;
    margin: 85px auto!important;
    float: none!important;
    text-align: center!important;
  }
  #frc {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 600px;
    max-height: 400px;
    margin: -260px auto 25px;
    top: 50%;
    padding: 0 35px;
  }
  #frc h1 i {
    font-size: 58px!important;
    top: 105%;
    right: 58%;
  }/* item-col */
  .item-ph li {
    width: 48.235%;
    padding-bottom: 32.235%;
  }
  .item-fs li {
    width: 48.235%;
    padding-bottom: 32.25%;
  }
  .item-pan li {
    width: 98.725%;
    padding-bottom: 32.85%;
  }
  #send-message {
    width: 360px;
  }
  .slide .svg-container {
    width: 100%;
  }
}

