/* general */
html {
    overflow-y: scroll;
}

body {
    background: #F0F0F0;
}

html, body, #content {
    height: 100%;
}


/* fonts */
@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/myriadpro-regular.eot');
    src: url('../fonts/myriadpro-regular.eot') format('embedded-opentype'),
    url('../fonts/myriadpro-regular.woff') format('woff'),
    url('../fonts/myriadpro-regular.ttf') format('truetype'),
    url('../fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}

@font-face {
    font-family: 'MyriadProLight';
    src: url('../fonts/myriadpro-light.eot');
    src: url('../fonts/myriadpro-light.eot') format('embedded-opentype'),
    url('../fonts/myriadpro-light.woff') format('woff'),
    url('../fonts/myriadpro-light.ttf') format('truetype'),
    url('../fonts/myriadpro-light.svg#MyriadProLight') format('svg');
}

@font-face {
    font-family: 'MyriadProSemibold';
    src: url('../fonts/myriadpro-semibold.eot');
    src: url('../fonts/myriadpro-semibold.eot') format('embedded-opentype'),
    url('../fonts/myriadpro-semibold.woff') format('woff'),
    url('../fonts/myriadpro-semibold.ttf') format('truetype'),
    url('../fonts/myriadpro-semibold.svg#MyriadProSemibold') format('svg');
}

@font-face {
    font-family: 'MyriadProLightSemiExtended';
    src: url('../fonts/myriadpro-lightsemiext.woff') format('woff'),
    url('../fonts/myriadpro-lightsemiext.eot') format('embedded-opentype'),
    url('../fonts/myriadpro-lightsemiext.ttf') format('truetype'),
    url('../fonts/myriadpro-lightsemiext.svg#MyriadProLightSemiExtended') format('svg');
}

#content, .intro-footer-wrapper {
    font-family: 'MyriadProLightSemiExtended', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/* font preview */
.font-preview-regular {
    font-family: 'MyriadProRegular';
}

.font-preview-light {
    font-family: 'MyriadProLight';
}

.font-preview-semibold {
    font-family: 'MyriadProSemibold';
}

.font-preview {
    margin: 50px 50px 100px;
}

.font-preview .size-18 {
    font-size: 18px;
}

.font-preview .size-24 {
    font-size: 24px;
}

.font-preview .size-36 {
    font-size: 36px;
}

.font-preview .size-48 {
    font-size: 48px;
}

.font-preview .size-60 {
    font-size: 60px;
}

.font-preview .size-72 {
    font-size: 72px;
}


/* content */
#content {
    z-index: 10;
    color: #808080;
}

#content h1 {
    color: #000;
    font-size: 48px;
    margin-bottom: 50px;
    margin-top: 50px;
}

#content h1.line {
    padding-bottom: 50px;
    border-bottom: 2px solid #CCC;
}

#content h2 {
    font-size: 18px;
    padding-top: 10px;
    border-top: 2px solid #CCC;
}

#content p {
    font-size: 14px;
}

#content .body-wrapper:not(.intro-wrapper) > .container {
    padding-left: 69px;
}

#content .container-esence {
    padding-right: 85px;
}

#content .content-img {
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	display: block;
}

#content .content-img-border {
	display: block;
}

#content .content-img-bottom {
    margin-bottom: 10px;
}

#content .table-color {
    width: 100%;
}

#content .table-color tr:first-child > td:first-child {
    width: 130px;
    /*padding: 10px 0;*/
}

#content .table-color td {
    font-size: 13px;
}

#content .table-color th {
    font-size: 20px;
    font-weight: normal;
}

#content .minimal-logotyp {
    color: #73ccde;
    margin: 60px 100px;
}

#content .minimal-logotyp-border {
    border: 1px solid #73ccde;
}

#content h1, #content h2 {
    position: relative;
}


/* content icons panel */
.icons-panel {
    float: right;
}

.icons-panel a {
    float: left;
    height: 39px;
    width: 40px;
    margin-right: 7px;
    background-image: url(../img/icons-download.png);
}

.icons-panel a:last-child {
    margin-right: 0;
}

.icons-panel a.icon-pdf {
    background-position: 0 0;
}

.icons-panel a.icon-pdf:hover {
    background-position: 0 39px;
}

.icons-panel a.icon-jpg {
    background-position: -40px 0;
}

.icons-panel a.icon-jpg:hover {
    background-position: -40px 39px;
}

.icons-panel a.icon-eps {
    background-position: -80px 0;
}

.icons-panel a.icon-eps:hover {
    background-position: -80px 39px;
}

.icons-panel a.icon-otf {
    background-position: -120px 0;
}

.icons-panel a.icon-otf:hover {
    background-position: -120px 39px;
}

.icons-panel a.icon-ppt {
    background-position: -160px 0;
}

.icons-panel a.icon-ppt:hover {
    background-position: -160px 39px;
}

.icons-panel a.icon-zip {
    background-position: -200px 0;
}

.icons-panel a.icon-zip:hover {
    background-position: -200px 39px;
}

.icons-panel a.icon-psd {
    background-position: -240px 0;
}

.icons-panel a.icon-psd:hover {
    background-position: -240px 39px;
}

.icons-panel a.icon-mp3 {
    background-position: -280px 0;
}

.icons-panel a.icon-mp3:hover {
    background-position: -280px 39px;
}

.icons-panel a.icon-mp4 {
    background-position: -320px 0;
}

.icons-panel a.icon-mp4:hover {
    background-position: -320px 39px;
}


/* table of contents */
#sidebar {
    margin: 50px 0 0;
    width: 204px;
}

#sidebar.sidebar-fixed {
    position: fixed;
    top: 75px;
}

#sidebar ul {
    padding-left: 0;
}

#sidebar li {
    list-style-type: none;
}

#sidebar li>a {
    border-left: 2px solid #FFF;
}

#sidebar li.active>a {
    border-left-color: #CCC;
}

#sidebar a {
    display: block;
    color: #808080;
}

#sidebar .subitem a {
    padding: 5px 15px 5px 30px;
}


/* wrappers */
.header-wrapper {
    background: #ffffff;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 100;
}

.header-wrapper nav {
    background: #ffffff;
    border-bottom: 1px solid #808080;
}

.body-wrapper {
    margin-top: 151px;
    z-index: 1;
    min-height: 100%;
}

.body-wrapper > .container {
    background: #FFF;
}

.intro-wrapper {
    background: #fff;
}

.intro-wrapper > .container {
    background: #fff;
}

.intro-wrapper > .container img {
    width: 100%;
}

.intro-footer-wrapper {
    position: fixed;
    bottom: 0;
}

.footer-wrapper {
    line-height: 60px;
    font-size: 13px;
    text-align: right;
}

.footer-wrapper a, .footer-wrapper a:hover {
    color:#D60270;
}


/* logo*/
header img {
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
}


/* navbar */
.navbar {
    margin: 20px 0;
    min-height: inherit;
}

.navbar-fixed {
    position: fixed;
    top: 0px;
    width: 100%;
}

.navbar .glyphicon {
    font-size: 11px;
}

.navbar li>a {
    color: #000;
    font-size: 17px;
    line-height: 17px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.navbar li:not(:first-child)>a {
    background-image: url(../img/graphics.png);
    background-position: 0 -74px;
    background-repeat: no-repeat;
}

.navbar li.active>a, .navbar li.active>a:hover {
	color:#00a3e0;
}

.navbar li>a:hover, .navbar li>a:focus {
    background-color: transparent;
    color: #00a3e0;
}

.navbar-collapse {
    float: left;
}

.navbar-toggle .icon-bar {
    background: #808080;
}


/* loader */
#loader {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: url(../img/ajax-loader.gif) 50% 50% no-repeat;
    z-index: 1;
}


/* page width */
@media (min-width: 768px) {
    .header-wrapper, .body-wrapper {
        min-width: 990px;
    }
    .container {
        width: 990px;
    }
}
