.dropdown-arrow-inverse {
  border-bottom-color: #2c3e51 !important;
  border-top-color: #2c3e51 !important;
}
/*General */
/*links*/
/*btn*/
.btn {
  padding: 10px 40px;
}
.btn-sm {
  padding: 8px 30px;
}
/*navbar background*/
/*carousel*/
/*Home -  Exercises*/
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover {
  color: white;
}
.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #f2f3f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #262626;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.tt-suggestion.tt-is-under-cursor a {
  color: #f2f3f5;
}
.tt-suggestion p {
  margin: 0;
}
.dragdrop-info {
  padding-left: 15px;
}
.qq-uploader {
  position: relative;
  width: 100%;
}
.qq-drop-processing {
  display: none;
}
.qq-upload-drop-area,
.qq-upload-extra-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 30px;
  z-index: 2;
  background: #FF9797;
  text-align: center;
  display: none;
}
.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px;
}
.qq-upload-extra-drop-area {
  position: relative;
  margin-top: 50px;
  font-size: 16px;
  padding-top: 30px;
  height: 20px;
  min-height: 40px;
}
.qq-upload-drop-area-active {
  background: #FF7171;
}
.qq-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qq-upload-list li {
  margin: 0;
  padding: 9px;
  line-height: 15px;
  font-size: 16px;
  background-color: #FFF0BD;
}
.qq-upload-list .base {
  display: none;
}
#qq-template div:last-child {
  display: none;
}
.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-failed-text,
.qq-upload-delete,
.qq-upload-pause,
.qq-upload-continue {
  margin-right: 12px;
  display: inline;
}
.qq-upload-spinner {
  display: inline-block;
  background: url("../../img/loading.gif");
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-drop-processing {
  display: block;
}
.qq-drop-processing-spinner {
  display: inline-block;
  background: url("../../img/processing.gif");
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}
.qq-upload-delete,
.qq-upload-pause,
.qq-upload-continue {
  display: inline;
}
.qq-upload-retry,
.qq-upload-delete,
.qq-upload-cancel,
.qq-upload-pause,
.qq-upload-continue {
  color: #000000;
}
.qq-upload-retryable .qq-upload-retry {
  display: inline;
}
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-delete,
.qq-upload-pause,
.qq-upload-continue {
  font-size: 12px;
  font-weight: normal;
}
.qq-upload-failed-text {
  display: none;
  font-style: italic;
  font-weight: bold;
}
.qq-upload-failed-icon {
  display: none;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}
.qq-upload-retrying .qq-upload-failed-text {
  display: inline;
  color: #D60000;
}
.qq-upload-list li.qq-upload-success {
  background-color: #5DA30C;
  color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
  background-color: #D60000;
  color: #FFFFFF;
}
.qq-progress-bar {
  display: block;
  background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #7db9e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* W3C */
  width: 0%;
  height: 15px;
  border-radius: 6px;
  margin-bottom: 3px;
}
INPUT.qq-edit-filename {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.qq-upload-file.qq-editable {
  cursor: pointer;
}
.qq-edit-filename-icon.qq-editable {
  display: inline-block;
  cursor: pointer;
}
INPUT.qq-edit-filename.qq-editing {
  position: static;
  margin-top: -5px;
  margin-right: 10px;
  margin-bottom: -5px;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.qq-edit-filename-icon {
  display: none;
  background: url("edit.gif");
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
INPUT.qq-edit-filename.qq-editing ~ .qq-upload-cancel {
  display: none;
}
.qq-hide {
  display: none;
}
.hideonstartup {
  display: none;
}
#uploadModal {
  top: 23px;
  border: none;
  outline: none;
}
.modal.in .modal-dialog {
  transform: none;
}
.modal-dialog .modal-content .modal-header .close {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-dialog .modal-content .modal-header .close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=90);
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.badge-danger {
  background-color: #b73315;
  border-radius: 50%;
}
.checkbox.checked,
.checkbox.checked .second-icon {
  color: #00aeef;
}
.floatFixer {
  clear: both;
}
.form-horizontal .control-label {
  text-transform: uppercase;
  color: #584e4e;
  font-size: 14px;
  margin-top: 3px;
}
.form-horizontal .form-control + .input-icon {
  margin-right: 7.5px;
}
.globalUpload {
  margin-top: 4px;
}
body {
  background-color: #ecf0f1;
}
body > object {
  display: none;
}
input::-webkit-input-placeholder {
  color: #bfc4c8;
}
input::-moz-placeholder {
  color: #bfc4c8;
}
/* firefox 19+ */
input:-ms-input-placeholder {
  color: #bfc4c8;
}
/* ie */
input:-moz-placeholder {
  color: #bfc4c8;
}
.form-control .placeholder {
  color: #bfc4c8;
}
/*** Calendar date picker ***/
.datepicker-field .add-on {
  position: absolute;
  color: #584e4e;
  top: 9px;
  left: 22px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  left: 18px\9;
}
.datepicker-field .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.datepicker-field .form-control {
  font-size: 14px;
  color: #b73315;
  width: 100%;
  padding-left: 37px;
  cursor: pointer;
  padding-top: 8px\9;
  padding-left: 28px\9;
}
.btn-default {
  color: #2c3e51;
  background-color: #dee1e3;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #2c3e51;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #a1a6a9;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #dee1e3;
}
.btn-primary {
  color: #fff;
  background-color: #2c3e51;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #33bef2;
  border-color: #33bef2;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background: #0094cb;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2c3e51;
}
.btn-info {
  color: #fff;
  background-color: #0078A3;
}
.btn-danger {
  color: #fff;
  background-color: #e74c3c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ec7063;
  border-color: #ec7063;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background: #c44133;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e74c3c;
}
.btn-success {
  color: #fff;
  background-color: #1c7d44;
}
.btn-warning {
  color: #fff;
  background-color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f4d313;
  border-color: #f4d313;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background: #cda70d;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #fff;
}
/*.btn-inverse {
  .button-variant(@btn-inverse-color, @btn-inverse-bg, @btn-inverse-hover-bg, @btn-inverse-active-bg);
}*/
.btn-default-dark {
  color: #fff;
  background-color: #5e686e;
}
.btn-info[disabled] {
  background-color: #0ca9e3;
}
.btn-primary[disabled] {
  color: #bfc4c8;
}
.ribbon-assignment {
  position: relative;
  z-index: 90;
}
.ribbon-assignment .ribbon-wrapper {
  width: 65px;
  height: 65px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.ribbon-assignment .ribbon {
  background-color: #b73315;
  font-size: 12px;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  left: -20px;
  top: 5px;
  width: 75px;
}
#frontpage {
  position: absolute;
  left: 0;
  right: 0;
}
#frontpage .frontppage-navbar {
  margin-left: 60px;
  margin-right: 60px;
}
#frontpage .frontppage-navbar .nav > li > a {
  outline: none;
}
#frontpage .frontppage-navbar li.active > a,
#frontpage .frontppage-navbar li > a:hover,
#frontpage .frontppage-navbar li > a:focus {
  color: #00aeef;
}
#frontpage .article {
  clear: both;
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #ffffff;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  /* IE6-9 */
}
#frontpage .article .content-width {
  text-align: center;
}
#frontpage .article h2 {
  font-size: 32px;
}
#frontpage .article.inverse {
  color: #ffffff;
  background: #3d3d3d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3d3d3d 0%, #5c5c5c 30%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3d3d), color-stop(30%, #5c5c5c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3d3d3d 0%, #5c5c5c 30%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3d3d3d 0%, #5c5c5c 30%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3d3d3d 0%, #5c5c5c 30%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3d3d3d 0%, #5c5c5c 30%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d3d3d', endColorstr='#5c5c5c', GradientType=0);
  /* IE6-9 */
}
#frontpage .article > div > img,
#frontpage .article > div > a.youtube,
#frontpage .article > div > iframe {
  vertical-align: middle;
}
#frontpage .article > div > img {
  width: 640px;
}
#frontpage .article > div > div {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 30%;
}
#frontpage .article > div > div:first-child > h2,
#frontpage .article > div > div:first-child > p {
  text-align: right;
}
#frontpage .article > div > div > h2,
#frontpage .article > div > div > p {
  text-align: left;
}
#frontpage .article > div > *:first-child {
  margin-right: 30px;
}
#frontpage .cta,
#frontpage .infodoc a[href*=worketc] {
  border: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  white-space: nowrap;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  background-color: #00aeef;
}
#frontpage .cta:hover,
#frontpage .infodoc a[href*=worketc]:hover,
#frontpage .cta:focus,
#frontpage .infodoc a[href*=worketc]:focus,
#frontpage .cta:active,
#frontpage .infodoc a[href*=worketc]:active,
#frontpage .cta.active,
#frontpage .infodoc a[href*=worketc].active,
.open .dropdown-toggle#frontpage .cta,
.open .dropdown-toggle#frontpage .infodoc a[href*=worketc] {
  color: #fff;
  background-color: #33bef2;
  border-color: #33bef2;
}
#frontpage .cta:active,
#frontpage .infodoc a[href*=worketc]:active,
#frontpage .cta.active,
#frontpage .infodoc a[href*=worketc].active,
.open .dropdown-toggle#frontpage .cta,
.open .dropdown-toggle#frontpage .infodoc a[href*=worketc] {
  background: #0094cb;
}
#frontpage .cta.disabled,
#frontpage .infodoc a[href*=worketc].disabled,
#frontpage .cta[disabled],
#frontpage .infodoc a[href*=worketc][disabled],
fieldset[disabled] #frontpage .cta,
fieldset[disabled] #frontpage .infodoc a[href*=worketc],
#frontpage .cta.disabled:hover,
#frontpage .infodoc a[href*=worketc].disabled:hover,
#frontpage .cta[disabled]:hover,
#frontpage .infodoc a[href*=worketc][disabled]:hover,
fieldset[disabled] #frontpage .cta:hover,
fieldset[disabled] #frontpage .infodoc a[href*=worketc]:hover,
#frontpage .cta.disabled:focus,
#frontpage .infodoc a[href*=worketc].disabled:focus,
#frontpage .cta[disabled]:focus,
#frontpage .infodoc a[href*=worketc][disabled]:focus,
fieldset[disabled] #frontpage .cta:focus,
fieldset[disabled] #frontpage .infodoc a[href*=worketc]:focus,
#frontpage .cta.disabled:active,
#frontpage .infodoc a[href*=worketc].disabled:active,
#frontpage .cta[disabled]:active,
#frontpage .infodoc a[href*=worketc][disabled]:active,
fieldset[disabled] #frontpage .cta:active,
fieldset[disabled] #frontpage .infodoc a[href*=worketc]:active,
#frontpage .cta.disabled.active,
#frontpage .infodoc a[href*=worketc].disabled.active,
#frontpage .cta[disabled].active,
#frontpage .infodoc a[href*=worketc][disabled].active,
fieldset[disabled] #frontpage .cta.active,
fieldset[disabled] #frontpage .infodoc a[href*=worketc].active {
  background-color: #00aeef;
}
#frontpage .cta:disabled {
  opacity: 0.5;
}
#frontpage ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#frontpage ul.menu li {
  float: left;
}
#frontpage #youtubePlayer iframe {
  width: 800px;
  height: 450px;
}
#frontpage #overlay {
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  background: #000000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 1;
}
#frontpage a.youtube {
  display: inline-block;
  width: 640px;
  height: 360px;
  background-size: 640px 480px;
  background-position: 0 -60px;
}
#frontpage a.youtube .play {
  background-image: url('../../img/play.png');
  position: relative;
  top: 141px;
  /* (360 / 2) - (78 / 2) */
  left: 281px;
  /* (640 / 2) - (78 / 2) */
  height: 78px;
  width: 78px;
  opacity: 0.7;
}
#frontpage a.youtube:hover .play {
  opacity: 1;
}
#frontpage .popup {
  display: none;
  position: fixed;
  z-index: 2;
}
#frontpage .popup iframe {
  border: none;
}
#frontpage .paper.popup {
  position: fixed;
}
#frontpage .infodoc {
  margin-bottom: 50px;
}
#frontpage .infodoc.container {
  padding-left: 0;
  padding-right: 0;
}
#frontpage .infodoc > ul {
  float: left;
  margin-top: 95px;
  text-align: right;
  width: 160px;
  list-style: none;
}
#frontpage .infodoc > ul > li.path {
  display: inline;
}
#frontpage .infodoc > div {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 60px;
  margin-left: 180px;
}
#frontpage .infodoc > div h1 {
  font-size: 2.2em;
}
#frontpage .internal .infodoc > ul {
  margin-top: 0;
  margin-left: -45px;
}
#frontpage .infodoc > ul li a,
#frontpage #leftMenu > ul li a {
  width: 160px;
  display: block;
  float: right;
  margin-bottom: 10px;
  padding: 5px;
  color: #4c5b6b;
}
#frontpage .infodoc > ul li.active a,
#frontpage #leftMenu > ul li.active a {
  color: #00aeef;
}
#frontpage .infodoc > ul li.current > a,
#frontpage #leftMenu > ul li.current > a {
  background: #fff;
}
#frontpage #social {
  height: 180px;
  background: #4c4c4c;
  text-align: center;
  clear: both;
}
#frontpage #social a {
  margin-top: 20px;
  margin-left: 20px;
  display: inline-block;
  width: 145px;
  height: 145px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
}
#frontpage #social a:first-child {
  margin-left: 0;
  opacity: 1;
}
#frontpage #social a.creaza {
  background-image: url('../../img/logo.png');
  background-size: 119px 119px;
  margin-bottom: -3px;
}
#frontpage #social a.facebook {
  background-image: url('../../img/social_fb.png');
}
#frontpage #social a.youtube {
  background-image: url('../../img/social_yt.png');
  background-size: 102px 102px;
}
#frontpage #social a.twitter {
  background-image: url('../../img/social_tw.png');
}
#frontpage #social:hover {
  opacity: 1;
}
#frontpage #footer {
  height: 20px;
  background: #1b1b1b;
  text-align: center;
  padding-top: 5px;
  color: #584e4e;
  font-size: 10px;
}
@media (max-width: 992px) {
  #frontpage a.youtube {
    width: 445px;
    height: 250px;
    background-size: 445px 250px;
    background-position: 0 0;
  }
  #frontpage a.youtube .play {
    top: 86px;
    /* (260 / 2) - (78 / 2) */
    left: 183px;
    /* (480 / 2) - (78 / 2) */
  }
  #frontpage .article > div > img {
    width: 445px;
  }
  #frontpage .article > div > div {
    width: 25%;
  }
  #frontpage #youtubePlayer iframe {
    width: 640px;
    height: 360px;
  }
  #frontpage .documentDIV > div > img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #frontpage .article > div > div {
    width: 445px;
  }
}
@media (orientation: portrait) and (max-width: 768px) {
  #frontpage .article > div > div,
  #frontpage .article > div > img {
    width: 310px;
  }
  #frontpage a.youtube {
    width: 310px;
    height: 174px;
    background-size: 310px 174px;
  }
  #frontpage a.youtube .play {
    top: 48px;
    /* (174 / 2) - (78 / 2) */
    left: 116px;
    /* (310 / 2) - (78 / 2) */
  }
}
