@charset "UTF-8";
/****************************************************************************/
/* reset                                                                    */
/****************************************************************************/
* {
  padding: 0px;
  margin: 0px;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

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

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

/****************************************************************************/
/* scrollbar                                                                */
/****************************************************************************/
html {
  scrollbar-color: #04b5f8 white;
}

/* WebKit and Chromiums */
::-webkit-scrollbar {
  background-color: white;
}

::-webkit-scrollbar-thumb {
  background: #04b5f8;
}

body {
  left: 0px;
  margin: 0px;
  border: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  font-family: "Libertine", Palatino, "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif;
  font-size: 16pt;
  line-height: 1.4;
  color: #333;
  background: #FFF url(../images/general/background.png) no-repeat left top;
  background-attachment: fixed;
}

img, video, canvas {
  border: none;
  max-width: 100%;
  height: auto;
}

.video-container {
  position: relative;
  background: transparent;
  border: none;
  margin: 20px 0px 30px 0px;
  line-height: 0;
}

.video-container video, .video-container img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  background-color: transparent;
}

.video-container video {
  position: absolute;
  height: 100%;
}

a {
  color: #333;
  outline: none;
}

a:active {
  color: #333;
  outline: none;
}

:focus {
  -moz-outline-style: none;
}

.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;
}

/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
pre {
  font-family: monospace;
  margin: 20px 0px 30px 0px;
  white-space: pre;
  font-size: 60%;
  overflow: hidden;
}

/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
.hide-mobile {
  display: inline;
  visibility: visible;
}

.show-mobile {
  display: none;
  visibility: hidden;
}

/**********************************************************************************/
/* header                                                                         */
/**********************************************************************************/
#header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header #logo {
  position: absolute;
  width: 212px;
  height: 50px;
  top: 10px;
  left: 16px;
  z-index: 200000;
}

/**********************************************************************************/
/* container                                                                      */
/**********************************************************************************/
#container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  padding: 10px 10px 10px 10px;
  background-image: url(../images/general/transparent.png);
  background-repeat: repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container_top {
  width: 100%;
  position: relative;
  margin: 0px 0px 10px 0px;
  border: 0px;
  padding: 30px 10px 10px 10px;
  background-color: #FFF;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container_bottom {
  width: 100%;
  position: relative;
  margin: 0px;
  border: 0px;
  padding: 10px 10px 10px 10px;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article a, article a:hover, article a:active {
  font-weight: bold;
  text-decoration: none;
  outline: none;
}

/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0px 30px 0px;
}

table th {
  font-weight: bold;
}

table.toggle_rows tr:nth-of-type(even) {
  background: #eee;
}

table td, th {
  text-align: left;
  padding: 2px;
}

table td.right, th.right {
  text-align: right;
}

/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
.external:link, .external:visited, .external:hover, .external:active {
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  color: #02597b;
  padding: 0;
}

.external:hover {
  text-decoration: underline;
}

/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
.no-support {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
  color: #FFF;
  background-color: #F00;
  z-index: 999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**********************************************************************************/
/* figure                                                                         */
/**********************************************************************************/
figure {
  position: relative;
  padding: 0px;
  margin: 20px 0px 30px 0px;
  border: 0px;
  width: 100%;
  text-align: center;
}

figure img {
  padding: 0px;
  border: 0px;
  margin: auto;
}

figure figcaption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11.2pt;
  line-height: 1.25;
  text-align: right;
  padding: 4px 0px 10px 0px;
  border: 0px;
  position: relative;
  background-color: #FFF;
}
figure figcaption:before, figure figcaption:after {
  content: "";
  display: table;
}
figure figcaption:after {
  clear: both;
}

figure a {
  position: relative;
  display: inline-block;
}

figure a.magnify:after {
  content: " ";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  right: 10px;
  bottom: 10px;
  background: url(../svg/magnify.svg) no-repeat top left;
}

figure a.pinit:after {
  content: " ";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 15px;
  bottom: 15px;
  background: url(../svg/pinterest.svg) no-repeat left top;
}

.links {
  width: 100%;
  border: 0px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.links a {
  text-decoration: none;
}

.links a:hover {
  text-decoration: underline;
}

article > p,
article > header,
article h1,
article h2,
article h3,
article > ul {
  margin-left: 0px;
  margin-right: 0px;
}

article h1,
article h2,
article h3 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: helvetica, garamond, sans-serif, arial, verdana;
  color: #333;
}

article h1 {
  font-size: 20pt;
}

article h2 {
  font-size: 17.6pt;
}

article h3 {
  font-size: 16.8pt;
}

.container_bottom div.pricing {
  margin: 20px 0px 30px 0px;
}

article > ul.summary {
  list-style-type: none;
}

article > ul.summary li {
  padding: 0px 0px 0px 26px;
  margin: 0px 0px 0px 0px;
  background: url(../images/misc/okay.png) no-repeat 0 7px;
}

article > p:first-of-type {
  text-indent: 26px;
}

article > p {
  margin-bottom: 10px;
}

/**********************************************************************************/
/* footnote                                                                       */
/**********************************************************************************/
div.collumn_container {
  position: relative;
  width: 100%;
  margin: 20px 0px 30px 0px;
}
div.collumn_container:before, div.collumn_container:after {
  content: "";
  display: table;
}
div.collumn_container:after {
  clear: both;
}

div.single_collumn_fixed {
  width: 260px;
  float: left;
}

div.double_collumn {
  margin-left: 260px;
}

/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
@media all and (max-width: 600px) {
  div.single_collumn_fixed {
    width: 100%;
    clear: both;
  }
  div.double_collumn {
    margin-left: 0;
  }
}
/**********************************************************************************/
/* application                                                                    */
/**********************************************************************************/
aside.applications {
  margin: 20px 0px 30px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12.8pt;
  line-height: 1.26;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
aside.applications:before, aside.applications:after {
  content: "";
  display: table;
}
aside.applications:after {
  clear: both;
}

aside.applications img {
  display: block;
  background: #FFF;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

aside.applications header {
  padding: 10px;
}

section.collumn {
  width: 33%;
  float: left;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section > strong {
  font-weight: bold;
}

/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
@media all and (min-width: 600px) {
  #header {
    margin-top: 20px;
  }
  article > p,
  article > header,
  article > h2,
  article > h3,
  article > ul {
    margin-left: 75px;
    margin-right: 15px;
  }
}
/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
@media all and (min-width: 860px) {
  #container {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  article > p,
  article > header,
  article > h2,
  article > h3,
  article > ul {
    margin-left: 150px;
    margin-right: 30px;
  }
  .hide-mobile {
    display: none;
    visibility: hidden;
  }
  .show-mobile {
    display: inline;
    visibility: visible;
  }
}
/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
@media all and (max-width: 600px) {
  section.collumn {
    width: 100%;
    clear: both;
  }
}
/**********************************************************************************/
/* copyright                                                                      */
/**********************************************************************************/
small {
  font-size: 12.8pt;
  line-height: normal;
  font-style: italic;
}

#copyright {
  margin: 10px 0px 10px 0px;
  padding: 0;
  text-align: right;
}

@font-face {
  font-family: "fonticons";
  src: url("../font/fonticons.eot?9979894");
  src: url("../font/fonticons.eot?9979894#iefix") format("embedded-opentype"), url("../font/fonticons.woff2?9979894") format("woff2"), url("../font/fonticons.woff?9979894") format("woff"), url("../font/fonticons.ttf?9979894") format("truetype"), url("../font/fonticons.svg?9979894#fonticons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fonticons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_linkedin:before {
  content: "\e800";
} /* '' */
.icon-icon_email:before {
  content: "\e801";
} /* '' */
i.icon-icon_email,
i.icon-icon_linkedin {
  display: none;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 35px;
  color: #7F7F7F;
}

i.icon-icon_linkedin {
  right: 53px;
}

@media screen and (min-width: 600px) {
  i.icon-icon_email,
  i.icon-icon_linkedin {
    display: block;
  }
  a > i.icon-icon_email:hover,
  a > i.icon-icon_linkedin:hover {
    color: #000;
  }
}
/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
nav#mainNavigationWrapper [type=checkbox], nav#main-navigation label {
  display: none;
}

#mainNavigationWrapper {
  position: relative;
  width: 100%;
  display: block;
  margin: auto;
  padding: 60px 0 0 0;
  font-size: 0;
  z-index: 9999;
}
#mainNavigationWrapper:before, #mainNavigationWrapper:after {
  content: "";
  display: table;
}
#mainNavigationWrapper:after {
  clear: both;
}

.sticky {
  top: 0;
  position: fixed;
  max-width: 840px;
}

#mainNavigation {
  padding: 10px 0 10px 20px;
  background-color: #FFF;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mainNavigation, .dropbtn {
  font-size: 16pt;
  font-family: "Rokkitt", serif;
  font-weight: bold;
  text-decoration: none;
  text-indent: 0px;
  white-space: 0;
}

.dropdown {
  display: inline-block;
  margin-left: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFF;
  min-width: 160px;
  padding: 20px 20px 20px 20px;
  margin: 0 20px 0 -20px;
  z-index: 1;
  width: 200px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropbtn {
  background-color: #FFF;
  color: #000;
  padding: 5px;
  border: none;
  cursor: pointer;
  align: left;
}

.dropbtn#selected {
  background-color: #04b5f8;
  color: #FFF;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content a, .dropdown-content a#subselection {
  color: #000;
  padding: 5px;
  text-decoration: none;
  display: block;
}

.dropdown-content a#subselection {
  color: #FFF;
  background-color: #04b5f8;
}

.dropdown-content a:not(#subselection):hover {
  background-color: #000;
  color: #FFF;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn:not(#selected) {
  background-color: #000;
  color: #FFF;
}

@media only screen and (max-width: 600px) {
  #mainNavigationWrapper {
    position: relative;
    padding: 60px 0 0 0;
    margin: 0;
  }
  #mainNavigation {
    background-color: #FFF;
    opacity: 1;
    margin: 0px;
    border: 0;
    display: block;
    height: 0px;
    overflow: hidden;
    padding-left: 0px;
  }
  .sticky {
    position: relative;
  }
  .dropbtn {
    width: 100%;
    text-align: left;
  }
  .dropdown {
    position: relative;
    display: block;
  }
  .dropdown button {
    display: none;
  }
  .dropdown-content, .dropdown-content a, .dropdown a {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px;
    width: 100%;
  }
  .dropdown-content {
    padding: 0px;
  }
  nav#mainNavigationWrapper label {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #0F0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1000;
    background: url(../images/navigation/nav_burger.png) no-repeat top left;
    background-size: 80px 40px;
    background-position: -40px 0px;
  }
  nav#mainNavigationWrapper [type=checkbox]:checked ~ ul {
    z-index: 9999;
  }
  nav#mainNavigationWrapper [type=checkbox]:checked ~ div#mainNavigation {
    -webkit-transition: height 500ms ease-in;
    -moz-transition: height 500ms ease-in;
    -ms-transition: height 500ms ease-in;
    -o-transition: height 500ms ease-in;
    transition: height 500ms ease-in;
    height: 800px; /* number of entries menu  */
  }
  nav#mainNavigationWrapper [type=checkbox]:checked ~ label {
    background: url(../images/navigation/nav_burger.png) no-repeat top left;
    background-size: 80px 40px;
    background-position: 0px 0px;
  }
}
/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
div.share {
  width: 100%;
  margin: 10px 0px 20px 0px;
}
div.share:before, div.share:after {
  content: "";
  display: table;
}
div.share:after {
  clear: both;
}

div.share a, div.share a:hover {
  display: block;
  width: 75px;
  height: 90px;
  float: right;
}

a.social_media_twitter,
a.social_media_facebook,
a.social_media_email,
a.social_media_pinterest,
a.social_media_linkedin,
a.social_media_reddit,
a.social_media_stumble_upon {
  -webkit-transition: all ease-in 0.25s;
  -moz-transition: all ease-in 0.25s;
  -ms-transition: all ease-in 0.25s;
  -o-transition: all ease-in 0.25s;
  transition: all ease-in 0.25s;
}

a.social_media_twitter:hover,
a.social_media_facebook:hover,
a.social_media_email:hover,
a.social_media_pinterest:hover,
a.social_media_linkedin:hover,
a.social_media_reddit:hover,
a.social_media_stumble_upon:hover {
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -ms-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}

a.social_media_twitter {
  box-shadow: inset 0 0 0 0 #000;
}

a.social_media_twitter:hover {
  box-shadow: inset 0 -88px 0 0 #000;
}

.twitter_image {
  background: url(../images/misc/socialmedia-new.png) no-repeat left top;
  background-position: 0px 0px;
  width: 75px;
  height: 90px;
  background-size: 600px 90px;
}

a.social_media_facebook {
  box-shadow: inset 0 0 0 0 #3b5998;
}

a.social_media_facebook:hover {
  box-shadow: inset 0 -88px 0 0 #3b5998;
}

.facebook_image {
  background: url(../images/misc/socialmedia-new.png) no-repeat left top;
  background-position: -75px 0px;
  width: 75px;
  height: 90px;
  background-size: 600px 90px;
}

a.social_media_email {
  box-shadow: inset 0 0 0 0 #DDD;
}

a.social_media_email:hover {
  box-shadow: inset 0 -88px 0 0 #DDD;
}

.email_image {
  background: url(../images/misc/socialmedia-new.png) no-repeat left top;
  background-position: -150px 0px;
  width: 75px;
  height: 90px;
  background-size: 600px 90px;
}

a.social_media_pinterest {
  box-shadow: inset 0 0 0 0 #bd081c;
}

a.social_media_pinterest:hover {
  box-shadow: inset 0 -88px 0 0 #bd081c;
}

.pinterest_image {
  background: url(../images/misc/socialmedia-new.png) no-repeat left top;
  background-position: -225px 0px;
  width: 75px;
  height: 90px;
  background-size: 600px 90px;
}

a.social_media_stumble_upon {
  box-shadow: inset 0 0 0 0 #eb4823;
}

a.social_media_stumble_upon:hover {
  box-shadow: inset 0 -88px 0 0 #eb4823;
}

.stumble_upon_image {
  background: url(../images/misc/socialmedia-new.png) no-repeat left top;
  background-position: -300px 0px;
  width: 75px;
  height: 90px;
  background-size: 600px 90px;
}

a.social_media_linkedin {
  box-shadow: inset 0 0 0 0 #0077b5;
}

a.social_media_linkedin:hover {
  box-shadow: inset 0 -88px 0 0 #0077b5;
}

.linkedin_image {
  background: url(../images/misc/socialmedia-new.png) no-repeat left top;
  background-position: -450px 0px;
  width: 75px;
  height: 90px;
  background-size: 600px 90px;
}

a.social_media_reddit {
  box-shadow: inset 0 0 0 0 #cee3f8;
}

a.social_media_reddit:hover {
  box-shadow: inset 0 -88px 0 0 #cee3f8;
}

.reddit_image {
  background: url(../images/misc/socialmedia-new.png) no-repeat left top;
  background-position: -525px 0px;
  width: 75px;
  height: 90px;
  background-size: 600px 90px;
}

/**********************************************************************************/
/* information                                                                    */
/**********************************************************************************/
.information {
  position: relative;
  width: 100%;
  min-height: 130px;
  margin: 20px 0px 30px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14.4pt;
  line-height: 1.26;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #EEE url(../svg/info.svg) no-repeat left top;
}

.information > p {
  padding: 30px 10px 30px 10px;
  text-decoration: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.information > p a, .information > p a:hover {
  font-style: italic;
}

.information > p a:hover {
  text-decoration: underline;
}

/**********************************************************************************/
/* information                                                                    */
/**********************************************************************************/
@media all and (min-width: 600px) {
  .information p {
    padding: 30px 15px 30px 75px;
  }
}
/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
@media all and (min-width: 860px) {
  div.information p {
    padding: 30px 30px 30px 150px;
  }
}
/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
.form_default {
  position: relative;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: #444;
}

.form_default label {
  width: 100%;
  display: block;
  padding: 0px;
}

.form_default label span {
  display: block;
  width: 100%;
  color: #444;
  padding: 10px 0px 5px 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form_default input,
.form_default textarea {
  padding: 10px 30px 10px 10px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
  font-weight: bold;
  color: #444;
  width: 100%;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #BBB;
  outline: none;
  overflow: auto;
  -webkit-transition: background-color 100ms linear, border 100ms linear, padding 100ms linear;
  -moz-transition: background-color 100ms linear, border 100ms linear, padding 100ms linear;
  -ms-transition: background-color 100ms linear, border 100ms linear, padding 100ms linear;
  -o-transition: background-color 100ms linear, border 100ms linear, padding 100ms linear;
  transition: background-color 100ms linear, border 100ms linear, padding 100ms linear;
}

.form_default input:focus,
.form_default textarea:focus {
  border: 1px solid #444444;
  outline: none;
  background-color: #EEE;
  padding: 20px 30px 20px 10px;
  -webkit-transition: background-color 100ms linear, border 100ms linear, padding 100ms linear;
  -moz-transition: background-color 100ms linear, border 100ms linear, padding 100ms linear;
  -ms-transition: background-color 100ms linear, border 100ms linear, padding 100ms linear;
  -o-transition: background-color 100ms linear, border 100ms linear, padding 100ms linear;
  transition: background-color 100ms linear, border 100ms linear, padding 100ms linear;
}

.form_default input.form_input_valid,
.form_default input.form_input_valid:focus,
.form_default textarea.form_input_valid,
.form_default textarea.form_input_valid:focus {
  background-image: url("../images/form/form_input_valid.png");
  background-position: right 5px;
  background-repeat: no-repeat;
}

.form_default input::-moz-placeholder,
.form_default textarea::-moz-placeholder {
  color: #848484;
}
.form_default input::-webkit-input-placeholder,
.form_default textarea::-webkit-input-placeholder {
  color: #848484;
}
.form_default input:-ms-input-placeholder,
.form_default textarea:-ms-input-placeholder {
  color: #848484;
}

.form_default input[type=submit],
.form_default input[type=submit]:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  margin: 2px;
  cursor: pointer;
  width: 140px;
  height: 40px;
  background: #04b5f8;
  color: #FFF;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  border: 0;
}

.form_default input[type=submit]:hover {
  background: rgba(221, 221, 221, 0.8666666667);
  color: #444;
}

.form_default .form_submit_container {
  display: block;
  width: 100%;
  text-align: right;
  margin: 20px 0px 30px 0px;
}

/**********************************************************************************/
/* popup                                                                          */
/**********************************************************************************/
.form_default .form-popup {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  visibility: visible;
}

.form_default .form-popup-content {
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: inherit;
}

.form_default .form-popup-preloader {
  position: absolute;
  display: block;
  width: 40px;
  height: 22px;
  top: 40%;
  left: 50%;
  margin-left: -20px;
  margin-top: -11px;
  background: url("../images/form/preloader.gif") no-repeat left top;
  z-index: 9999;
}

.form_default .form-popup-close, .form-popup-close:hover {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background-position: 0px 0px;
  background: url("../images/form/form_close.png") no-repeat left top;
  cursor: pointer;
}

.form_default .form-popup-close:hover {
  background-position: -30px 0px;
}

.form_default .form-popup-message {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 80%;
  text-decoration: none;
  overflow: hidden;
}

/**********************************************************************************/
/* books                                                                          */
/**********************************************************************************/
.exposure {
  width: 100%;
  border: 0px;
  margin: 20px 0px 30px 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.exposure:before, .exposure:after {
  content: "";
  display: table;
}
.exposure:after {
  clear: both;
}

.exposure .item_book,
.exposure .item_tutorial,
.exposure .item_web,
.exposure .item_lecture {
  width: 266px;
  height: 120px;
  text-decoration: none;
  float: right;
  font-size: 60%;
  margin: 0px 0px 0px 0px;
  padding: 20px 10px 10px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.exposure .item_book, .exposure .item_book a, .exposure .item_book a:hover {
  background: url("../images/misc/icon-book.gif") no-repeat 10px 20px;
}

.exposure .item_lecture, .exposure .item_lecture a, .exposure .item_lecture a:hover {
  background: url("../images/misc/icon-lecture.gif") no-repeat 10px 20px;
}

.exposure .item_web, .exposure .item_web a, .exposure .item_web a:hover {
  background: url("../images/misc/icon-web.gif") no-repeat 10px 20px;
}

.exposure .item_tutorial, .exposure .item_tutorial a, .exposure .item_tutorial a:hover {
  background: url("../images/misc/icon-tutorial.gif") no-repeat 10px 20px;
}

.exposure .item_book a, .exposure .item_tutorial a, .exposure .item_lecture a,
.exposure .item_book a:hover, .exposure .item_tutorial a:hover, .exposure .item_lecture a:hover {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  font-weight: normal;
  background-color: #FFF;
  margin: -20px -10px -10px -50px;
  padding: 20px 10px 10px 50px;
}

.exposure .item_book a:hover, .exposure .item_tutorial a:hover, .exposure .item_lecture a:hover {
  background-color: #EEE;
}

/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
@media all and (max-width: 900px) {
  .exposure .item_book,
  .exposure .item_tutorial,
  .exposure .item_web,
  .exposure .item_lecture {
    width: 50%;
  }
}
/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
@media all and (max-width: 700px) {
  .exposure .item_book,
  .exposure .item_tutorial,
  .exposure .item_web,
  .exposure .item_lecture {
    width: 100%;
  }
}
/**********************************************************************************/
/* links (about page)                                                             */
/**********************************************************************************/
.favorites {
  margin: 20px 0px 30px 0px;
  padding: 0px 0px 0px 50px;
  background: url("../images/misc/icon-favorites.gif") no-repeat 10px 15px;
  font-size: 0;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.favorites > a {
  display: inline-block;
  color: #FFF;
  font-size: 12.8pt;
  margin: 0px 1px 1px 0px;
  text-decoration: none;
  padding: 5px;
  background-color: #04b5f8;
}

.favorites > a:hover {
  background-color: #FFF;
  color: #333;
}

.favorites_links {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.favorites_links > a, .favorites_links > a:hover {
  display: inline-block;
  text-decoration: none;
}

.favorites_links > a:hover {
  text-decoration: underline;
}

#map-canvas {
  width: 100%;
  height: 300px;
  background: #EEE;
}

/**********************************************************************************/
/* footer                                                                         */
/**********************************************************************************/
div#footer {
  position: relative;
  background: #FFF;
  width: 100%;
  text-align: left;
  border: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 10pt;
  color: #666;
  padding: 80px 0px 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div#footer a, div#footer a:hover {
  outline: 0 none;
  color: #666;
  text-decoration: none;
  font-weight: normal;
}

div#footer .contact a, div#footer .contact a:hover {
  outline: 0 none;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

div#footer a:hover, div#footer .contact a:hover {
  text-decoration: underline;
}

div#footer h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11.2pt;
  text-decoration: italic;
  margin-bottom: 10px;
}

div#footer .about, div#footer .pages, div#footer .services, div#footer .contact {
  width: 25%;
  float: left;
  display: block;
  font-size: 11.2pt;
  padding: 0 20px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div#footer .pages {
  width: 20%;
}

div#footer .about {
  width: 55%;
}

div#footer .about span {
  font-size: 10.4pt;
  line-height: 1.12;
  display: block;
}

div#footer .about div#info, div#footer .about h1 {
  padding-left: 100px;
}

div#footer .about div#photo {
  float: left;
  display: block;
  width: 100px;
  padding-left: 0;
}

div#footer .about div img {
  border-radius: 50%;
  background: #DDD;
  margin-top: 5px;
  margin-bottom: 20px;
}

div#footer #copyright {
  margin-top: 70px;
  margin-bottom: 30px;
  padding-right: 50px;
  display: block;
  font-style: italic;
  text-decoration: none;
  font-size: 8pt;
}

@media only screen and (max-width: 600px) {
  div#footer .about, div#footer .pages, div#footer .services, div#footer .contact {
    width: 50%;
    float: left;
    display: block;
    margin-bottom: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9.6pt;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px 10px 0 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div#footer .about {
    clear: both;
    width: 100%;
  }
}
/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
.container_bottom aside.links {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 0;
  margin: 20px 0px 30px 0px;
}
.container_bottom aside.links:before, .container_bottom aside.links:after {
  content: "";
  display: table;
}
.container_bottom aside.links:after {
  clear: both;
}

a.link_internal:link, a.link_internal:visited, a.link_internal:hover, a.link_internal:active,
a.link_external:link, a.link_external:visited, a.link_external:hover, a.link_external:active,
a.link_internal, a.link_external,
a.link_internal:hover, a.link_external:hover {
  display: inline-block;
  padding: 8px 14px 8px 14px;
  margin-right: 2px;
  margin-bottom: 2px;
  border: 0px;
  font-size: 12.8pt;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  text-align: right;
  background-color: #04b5f8;
  text-decoration: none;
  font-weight: bold;
}

a.link_external:link, a.link_external:visited, a.link_external:hover, a.link_external:active,
a.link_external {
  padding-right: 30px;
  background: #04b5f8 url("../images/misc/icon-external-link.png") no-repeat right center;
  border-right: 10px solid transparent;
  text-decoration: none;
}

a.link_external:hover {
  background: #FFF url("../images/misc/icon-external-link-hover.png") no-repeat right center;
  color: #333;
}

a.link_internal:hover {
  background: #FFF;
  color: #333;
}

pre code {
  display: block;
  padding: 0.5em;
  background: #3F3F3F;
  color: #DCDCDC;
}

#webgl-context-homepage {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.homepage-intro {
  width: 100%;
  position: relative;
  margin: 0px 0px 10px 0px;
  border: 0px;
  padding: 10px 10px 10px 10px;
  background-color: #FFF;
  overflow-y: auto;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12.8pt;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.homepage-intro h1 {
  text-decoration: none;
  font-family: "Rokkitt", serif;
  font-size: 16pt;
  padding: 10px 0px 10px 0px;
}

/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
div.homepage-options {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
}
div.homepage-options:before, div.homepage-options:after {
  content: "";
  display: table;
}
div.homepage-options:after {
  clear: both;
}

div.homepage-button {
  position: relative;
  width: 370px;
  height: 120px;
  background-color: #FFF;
  margin: 5px 5px 5px 0px;
  padding: 10px;
  float: left;
  -webkit-transition: background 250ms;
  -moz-transition: background 250ms;
  -ms-transition: background 250ms;
  -o-transition: background 250ms;
  transition: background 250ms;
  cursor: pointer;
  overflow: hidden;
}

div.homepage-button a {
  text-decoration: none;
}

div.homepage-button:hover {
  position: relative;
  background: #444;
  margin: 5px 5px 5px 0px;
  padding: 10px;
  float: left;
}

div.homepage-button h2 {
  width: 100%;
  font-style: normal;
  font-size: 20pt;
  font-weight: bold;
  line-height: 1.45;
  color: #666;
  margin: 0;
  padding: 4px 0px 4px 0px;
}

div.homepage-button span.media {
  position: absolute;
  display: block;
  top: 0px;
  right: 10px;
  font-size: 20pt;
  font-style: normal;
  font-weight: bold;
  line-height: 1.45;
  color: #FFF;
  padding: 14px 0px 4px 0px;
}

.homepage-button span.description {
  display: block;
  width: 100%;
  font-style: normal;
  font-size: 10pt;
  font-weight: bold;
  line-height: 1.25;
  color: #AAA;
  background: transparent;
}

/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
@media all and (max-width: 860px) and (min-width: 100px) {
  div.homepage-button {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.homepage-button span.media {
    display: none;
  }
}
aside.logos {
  position: relative;
  width: 100%;
  margin: 16px 0px 0px 0px;
  border: 0px;
  padding: 0px;
}

aside.logos .logo {
  width: 120px;
  margin: 0px;
  border: 0px;
  padding: 0px 4px 0px 4px;
  display: inline-block;
}

aside.logos .logo img {
  border: none;
  background-color: #F0F0F0;
}

aside.logos .logo a {
  outline: none;
}

article.case > p.description, article.testimonial > p.name {
  font-size: 16pt;
  margin-bottom: 25px;
}

article.case > p {
  font-size: 13.6pt;
}

article.case > p.tags {
  padding-bottom: 5px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

div.drububu {
  background: #FFF url("../images/drububu/background.gif") no-repeat left top;
}

#about_container {
  position: relative;
  background: url("../images/drububu/photo_about.png") no-repeat left top;
  font-size: 12.8pt;
  line-height: 1.4;
  min-height: 490px;
  border-radius: 2px;
}

/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
#about_short, #about_quote {
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#about_short {
  margin-top: 490px;
}

#about_short p {
  position: relative;
}

#about_quote p {
  text-align: right;
}

/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
@media all and (min-width: 600px) {
  #about_short {
    margin-top: 70px;
    color: #BBB;
  }
}
/**********************************************************************************/
/*                                                                                */
/**********************************************************************************/
.paypal_btn, .paypal_btn:hover, .paypal_btn:active, .paypal_btn:focus {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  color: #444;
  font-weight: bold;
  position: relative;
  display: block;
  margin: 5px;
  cursor: pointer;
  width: 140px;
  line-height: 40px;
  background: #ff6600;
  color: #FFF;
  border: 0;
  outline: 0;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  float: right;
  -webkit-appearance: none;
  margin: 0px 0px 20px 0px;
}

.paypal_btn:hover {
  background: #DDD;
  color: #444;
}
