/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

h2 {
  font-size: 1.5em;
  margin: .83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: .83em;
  margin: 1.67em 0;
}

h6 {
  font-size: .67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

*,
::before,
:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.st-container,
.st-content,
.st-pusher,
body,
html {
  height: 100%;
}

.st-content,
.st-content-inner {
  position: relative;
}

.st-container {
  position: relative;
}

.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform .2s,top .2s;
  transition: transform .2s,top .2s;
}

.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,.3);
  content: '';
  opacity: 0;
  z-index: 1001;
  -webkit-transition: opacity .5s,width .1s .5s,height .1s .5s;
  transition: opacity .5s,width .1s .5s,height .1s .5s;
}

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.st-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #ddd;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
}

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity .5s,width .1s .5s,height .1s .5s;
  transition: opacity .5s,width .1s .5s,height .1s .5s;
}

.st-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-menu h2 {
  margin: 0;
  padding: 1em;
  font-weight: 300;
  font-size: 2em;
}

.st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate(-300px,0);
  -ms-transform: translate(-300px,0);
  transform: translate(-300px,0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}

.st-effect-1.st-menu::after {
  display: none;
}

.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
  padding-left: 300px;
}

:focus {
  outline: 0!important;
}

hr {
  border: 0 solid #121212;
  border-bottom: 1px solid #121212;
  margin: 30px;
  display: block;
}

code {
  border: 1px dashed #777;
  padding: 15px 20px!important;
  display: block;
  font-size: 13px;
  background: #fcfcfc;
  margin: 10px 0;
  word-break: break-word;
  border-radius: 10px;
}

@media screen and (max-width:540px) {
  code {
    margin: 10px -20px;
    border-radius: 0;
    padding: 12px 20px 12px 10px!important;
    font-size: 11px;
    line-height: 14px;
  }
}

body,
html {
  position: relative;
  min-width: 320px;
  background: #fff;
  color: #555;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 100;
  max-width: 100%;
  line-height: 1.5em;
}

.tutorials {
  text-align: center;
  margin-top: 30px;
}

.support {
  text-align: center;
  margin-top: 30px;
}

.support h3 {
  font-weight: 400;
}

.support a {
  font-weight: 700;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #111;
  text-decoration: underline;
}

.logo a:hover {
  text-decoration: none;
}

h1 {
  display: block;
  overflow: hidden;
  font-weight: 100;
  font-size: 50px;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin: 0;
  padding: 0;
  padding-left: 100px;
  line-height: 84px;
  letter-spacing: -3px;
}

@media screen and (max-width:760px) {
  h1 {
    font-size: 40px;
    line-height: 64px;
    width: 70px;
    height: 70px;
    padding-left: 70px;
  }
}

@media screen and (max-width:760px) {
  h1 {
    margin-left: 17px;
  }
}

h1 span {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  line-height: 0;
  margin-top: -12px;
  font-weight: 700;
  letter-spacing: .5px;
  text-indent: 3px;
}

@media screen and (max-width:760px) {
  h1 span {
    font-size: 9px;
  }
}

.st-menu {
  background: #fcfcfc;
}

.st-menu .badge img {
  max-width: 200px;
}

.st-menu .menu_head {
  background: #fcfcfc;
  height: 50px;
  padding-top: 8px;
  color: #555;
}

.st-menu .menu_head .logo {
  width: 35px;
  height: 35px;
  margin: 0 0 0 10px;
  float: left;
  background: url(../img/gogolith-logo-2014-org.png) center center no-repeat;
  background-size: contain;
}

.st-menu .menu_head .close {
  float: right;
  font-family: ios7-icon;
  font-size: 35px;
  padding: 0 10px;
  cursor: pointer;
  line-height: 35px;
}

.st-menu>ul {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.st-menu ul {
  margin-top: 15px;
}

.st-menu ul li {
  width: 100%;
  background: #ccc;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
}

.st-menu ul li a {
  padding: 18px 30px;
  display: block;
}

.st-menu ul li ul {
  margin-top: 0;
}

.st-menu ul li ul li {
  font-size: 12px;
  padding-left: 20px;
  margin-bottom: 0;
  background: #ccc;
}

.st-menu ul li a:hover {
  text-decoration: none;
}

.st-menu ul li.act {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
  background: -webkit-linear-gradient(left, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff);
  background: linear-gradient(to right,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff);
  background-size: 1000%;
  background: #ddd;
}

.st-menu ul li.act>a {
  color: #4777bc;
}

.st-menu ul li.act li.act {
  background: #ddd;
}

.st-pusher::after {
  position: fixed;
}

@-webkit-keyframes slidein {
  from {
    background-size: 100%;
  }

  to {
    background-size: 1000%;
  }
}

@keyframes slidein {
  from {
    background-size: 100%;
  }

  to {
    background-size: 1000%;
  }
}

#st-trigger-effects {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

@media screen and (max-width:760px) {
  #st-trigger-effects {
    display: block;
  }
}

#st-trigger-effects button {
  font-family: ios7-icon;
  background: #fcfcfc;
  color: #111;
  font-size: 40px;
  border: 0;
  width: 52px;
  padding-left: 4px;
}

.contentwrap {
  background: #fff;
}

.lb-container {
  background: #121212;
}

#content {
  min-height: 600px;
  max-width: 1200px;
  padding: 20px 30px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#content .slick-slide img {
  vertical-align: middle;
  display: inline;
  max-width: 100%;
  max-height: 400px;
}

#content .slick-slide {
  text-align: center;
}

#content .slider {
  margin-top: 40px;
}

#content .boxlist .boxes {
  margin: 0 -10px;
}

@media all and (max-width:620px) {
  #content .boxlist .boxes {
    text-align: center;
  }
}

#content .boxlist .box {
  max-width: 300px;
  overflow: hidden;
  background: #ccc;
  padding: 15px;
  margin: 10px;
  display: inline-block;
  min-width: 280px;
}

@media all and (max-width:1200px) {
  #content .boxlist .box {
    max-width: 46%;
  }
}

@media all and (max-width:620px) {
  #content .boxlist .box {
    max-width: 600px;
  }
}

@media all and (max-width:840px) and (min-width:760px) {
  #content .boxlist .box {
    max-width: 600px;
  }
}

#content .boxlist .box h3 {
  font-size: 16px;
  margin: 0 0 10px 0;
  background: #333;
  padding: 5px 18px;
  margin: 0 -15px 15px;
  text-align: center;
}

#content .boxlist .box .author {
  font-weight: 700;
  font-size: 12px;
  margin-top: 5px;
}

#content .boxlist .box .desc {
  font-size: 12px;
}

#content .boxlist .box .btn_addtogce,
#content .boxlist .box .btn_download {
  width: 50%;
  background: #222;
  padding: 15px;
  font-size: 10px;
  width: 48%;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

#content .boxlist .box .btn_addtogce.btn_download,
#content .boxlist .box .btn_download.btn_download {
  margin-right: 4%;
}

#content .boxlist .box .btn_addtogce.full,
#content .boxlist .box .btn_download.full {
  width: 100%;
}

#content .boxlist .box .sc img {
  border-radius: 5px;
  border: 3px solid #333;
  max-width: 100%;
}

#content .shortcutlist {
  padding-left: 0;
  margin-left: 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}

#content .shortcutlist li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  height: auto;
  padding: 5px 0 5px 0;
  font-size: 14px;
}

#content .shortcutlist li:nth-child(2n-1) {
  background: #efefef;
}

#content .shortcutlist .sc {
  display: inline-block;
  width: 30%;
  font-weight: 500;
  padding: 5px 10px;
  vertical-align: middle;
}

#content .shortcutlist .desc {
  width: 70%;
  display: inline-block;
  padding: 5px 10px;
  vertical-align: middle;
}

#content .shortcutlist li.head {
  font-weight: 500;
  font-size: 16px;
  background: #ccc;
}

@media all and (max-width:760px) {
  #content .shortcutlist {
    margin-left: -20px;
    margin-right: -20px;
  }

  #content .shortcutlist li {
    font-size: 13px;
    padding: 5px 10px 5px 10px;
  }

  #content .shortcutlist .sc {
    width: 35%;
  }

  #content .shortcutlist .desc {
    width: 65%;
  }

  #content .shortcutlist li.head {
    font-size: 15px;
    background: #555;
  }
}

@media all and (max-width:500px) {
  #content .shortcutlist .sc {
    width: 42%;
  }

  #content .shortcutlist .desc {
    width: 58%;
  }
}

#content .slider2 {
  margin: 0 -20px;
}

#content .slider2 img {
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,.3);
  max-height: 420px;
  margin: 10px;
  max-width: 92%;
  box-shadow: 0 0 15px #aaa;
}

#content .slider2 .slick-dots {
  margin-top: 4px;
  margin-bottom: 32px;
}

#content .slider2 .slick-dots li {
  margin: 0;
}

#content .slider2 a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  background: 0 0!important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 400px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 420px;
}

@media screen and (max-width:760px) {
  #content .slider2 a {
    width: 100%;
  }
}

@media screen and (min-width:1100px) {
  #content .slider2 a {
    width: 100%;
  }
}

#content .slider2 a:hover {
  text-decoration: none;
}

#content .slider2 .sctitle {
  font-weight: 500;
  background: #eee;
  margin: 0;
  font-size: 12px;
  padding: 12px 0;
  border-radius: 10px;
  margin: 5px 50px;
}

#content ul {
  padding-left: 20px;
}

#content ul li {
  padding-bottom: 15px;
}

#content h2 {
  margin-top: 0;
  padding-top: 0;
  text-align: center;
  font-size: 3em;
  line-height: 1em;
}

@media screen and (max-width:760px) {
  #content h2 {
    font-size: 1.75em;
  }
}

@media screen and (max-width:760px) {
  #content {
    padding: 20px 20px;
  }

  #content ul {
    padding-left: 20px;
  }

  #content .slider {
    margin-top: 20px;
  }

  #content .slick-next,
  #content .slick-prev {
    display: none!important;
  }
}

#content .content_by_submenu {
  margin-left: 140px;
  padding: 30px;
  padding-top: 50px;
  min-height: 300px;
  border: 1px solid #eee;
  border-radius: 0 10px 10px 10px;
}

@media screen and (max-width:760px) {
  #content .content_by_submenu {
    border-radius: 0;
    margin-left: 0;
    border: 0;
    padding: 0;
    background: 0 0;
    font-size: .8em;
  }
}

footer {
  background: #121212;
  position: relative;
  min-height: 100px;
}

footer .wrap {
  max-width: 1200px;
  padding: 30px 30px;
  margin: 0 auto;
  font-size: 14px;
  color: #999;
  font-weight: 400;
  text-align: center;
}

footer .wrap .dash {
  color: #999;
  padding: 5px 12px;
  margin: 1px;
  display: inline-block;
}

footer .wrap .larger {
  font-size: 1.2em;
}

footer .wrap .badge {
  padding-bottom: 15px;
}

footer .wrap .badge img {
  max-width: 200px;
}

nav.desktop {
  background: #ccc;
}

@media screen and (max-width:760px) {
  nav.desktop {
    display: none;
  }
}

nav.desktop ul {
  list-style: none;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  font-size: 0;
  position: relative;
  text-align: center;
}

nav.desktop ul ul {
  position: absolute;
  top: 72px;
  width: 171px;
  left: 0;
  border-radius: 10px 0 0 10px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

nav.desktop ul ul li {
  background: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  text-align: left;
  border-radius: 0;
  margin: 0;
  min-width: 0;
  max-width: 100%;
}

nav.desktop ul ul li:last-child {
  border-bottom: 0;
  border-radius: 0 0 0 10px;
}

nav.desktop ul ul li:first-child {
  border-radius: 10px 0 0 0;
}

nav.desktop ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  min-width: 120px;
  max-width: 30%;
  border-radius: 5px;
  margin: 4px;
}

nav.desktop ul li a:hover {
  text-decoration: none;
}

nav.desktop ul li:hover {
  background: #eee;
}

nav.desktop ul li.act {
  background: #fff;
}

nav.desktop ul li.act>a {
  color: #4777bc;
}

nav.desktop ul li.act li:hover {
  background: #ccc;
}

nav.desktop ul li.act li.act {
  background: #eee;
}

@-webkit-keyframes cursor_blink {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes cursor_blink {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.cursorblink:after {
  z-index: 2;
  content: "|";
  -webkit-animation: cursor_blink 1.5s infinite;
  animation: cursor_blink 1.5s infinite;
  font-size: 1.3em;
  color: #4777bc;
  font-weight: 100;
  position: relative;
  vertical-align: -.02em;
}

.cred {
  color: #fd971f;
}

.cblue {
  color: #4777bc;
}

.cviolet {
  color: #fd971f;
}

.cgreen {
  color: #fd971f;
}

.cyellow {
  color: #fd971f;
}

.player_slider {
  height: 400px;
  margin-bottom: 60px;
  margin-top: -50px;
}

.player_slider .slider {
  height: 400px;
  background: #121212;
  position: absolute;
  width: 100%;
  left: 0;
  overflow: hidden;
}

.player_slider .slider .slidebgimg {
  min-height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.player_slider .slider .slidetxt {
  font-size: 40px;
  margin-top: 110px;
  background: rgba(0,0,0,.8);
  display: inline-block;
  padding: 12px 30px;
  margin-bottom: 5px;
}

@media all and (max-width:760px) {
  .player_slider .slider .slidetxt {
    padding: 7px 18px;
    font-size: 20px;
  }
}

.player_slider .slider p {
  padding: 5px 15px;
  display: inline-block;
  background: rgba(0,0,0,.8);
  margin: 2px;
}

@media all and (max-width:760px) {
  .player_slider .slider p {
    padding: 5px 10px;
    font-size: 14px;
  }
}

.player_slider .slider .slick-slide {
  height: 600px;
}

.player_slider .slider .slick-slide img {
  max-height: 1000px!important;
  max-width: 200%;
  margin-top: -100px;
}

header {
  background: #fcfcfc;
  position: relative;
  min-width: 320px;
  min-height: 110px;
}

@media all and (max-width:760px) {
  header {
    min-height: 90px;
  }
}

header .badge {
  position: absolute;
  right: 30px;
  top: 25px;
}

header .badge img {
  max-width: 200px;
}

@media all and (max-width:760px) {
  header .badge {
    top: 15px;
  }
}

@media all and (max-width:650px) {
  header .badge {
    display: none;
  }
}

header .logo {
  bottom: 7px;
}

header .logo img {
  position: absolute;
  max-width: 94px;
  left: 0;
  top: 2px;
  z-index: 12;
}

@media all and (max-width:760px) {
  header .logo {
    bottom: 15px;
    left: 50px;
  }

  header .logo img {
    max-width: 73px;
    top: 4px;
  }
}

@media all and (max-width:650px) {
  header .logo {
    width: 270px;
    left: -130px;
    margin-left: 50%;
  }
}

header h1 .l1 {
  position: absolute;
  top: 10px;
  left: 50px;
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
  padding: 10px 15px 5px 40px;
  z-index: 2;
  border-radius: 0 10px 0 0;
}

@media all and (max-width:760px) {
  header h1 .l1 {
    top: 10px;
    left: 30px;
    font-size: 18px;
    padding: 5px 10px 5px 40px;
  }
}

header h1 .l2 {
  position: absolute;
  font-size: 12px;
  text-transform: none;
  top: 48px;
  left: 50px;
  padding: 5px 10px 5px 40px;
  white-space: nowrap;
  border-radius: 0 10px 10px 0;
}

@media all and (max-width:760px) {
  header h1 .l2 {
    top: 39px;
    left: 30px;
    font-size: 10px;
    padding: 0 11px 2px 40px;
  }
}

header h1 span {
  background: #121212;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  height: auto;
  position: relative;
  margin-top: 0;
  line-height: 30px;
  padding: 7px 15px;
  font-weight: 100;
}

header.start {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  height: 100%;
  margin-top: -52px;
}

@media all and (max-width:760px) {
  header.start {
    margin-top: 0;
  }
}

header.start .badge {
  top: 75px;
}

header.start .badge img {
  max-width: 220px;
}

@media all and (max-width:760px) {
  header.start .badge {
    top: 15px;
    display: block;
  }
}

@media all and (max-width:650px) {
  header.start .badge {
    right: 10px;
  }

  header.start .badge img {
    max-width: 120px;
  }
}

header.start .logo {
  bottom: 120px;
}

header.start .logo img {
  position: absolute;
  max-width: 180px;
  left: 0;
  top: 0;
  z-index: 12;
}

@media all and (max-width:650px) {
  header.start .logo img {
    max-width: 110px;
    left: -50px;
  }
}

@media all and (max-width:650px) {
  header.start .logo {
    bottom: 90px;
  }
}

header.start .himg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background: url(../img/ipadpro_1.jpg) no-repeat center center;
  background-size: cover;
}

header.start h1 .l1 {
  position: absolute;
  top: 40px;
  left: 140px;
  font-size: 40px;
  font-weight: 400;
  text-transform: none;
  padding: 18px 25px 18px 40px;
}

header.start h1 .l1:after {
  position: relative;
  content: "|";
  -webkit-animation: cursor_blink 1.5s infinite;
  animation: cursor_blink 1.5s infinite;
  font-size: 1.7em;
  color: #4777bc;
  font-weight: 400;
  vertical-align: -10px;
  z-index: 2;
  left: 10px;
}

@media all and (max-width:650px) {
  header.start h1 .l1:after {
    vertical-align: middle;
  }
}

@media all and (max-width:650px) {
  header.start h1 .l1 {
    font-size: 23px;
    top: 15px;
    left: 20px;
    padding: 10px 25px 10px 40px;
  }
}

header.start h1 .l2 {
  position: absolute;
  font-size: 22px;
  text-transform: none;
  top: 90px;
  left: 140px;
  padding: 10px 23px 10px 40px;
}

@media all and (max-width:650px) {
  header.start h1 .l2 {
    font-size: 11px;
    left: 20px;
    top: 55px;
    padding: 5px 25px 5px 40px;
  }
}

header.start h1 span {
  background: #121212;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  height: auto;
  position: relative;
  margin-top: 0;
  line-height: 30px;
  padding: 7px 15px;
  font-weight: 100;
}

header .wrap {
  max-width: 1200px;
  padding: 30px 30px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  height: 100%;
  min-height: 110px;
}

@media all and (max-width:760px) {
  header .wrap {
    min-height: 90px;
  }
}

header .wrap .logo {
  position: relative;
  position: absolute;
}