/*********************************************************
FONTS ****************************************************
*********************************************************/
html {
  font-family: 'Arial', sans-serif;
}
/*********************************************************
COLORS ***************************************************
*********************************************************/
/*********************************************************
GENERAL STYLES *******************************************
*********************************************************/
.boxSizing {
  box-sizing: border-box;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
a {
  text-decoration: none;
  color: #333333;
}
img,
object,
video {
  max-width: 100%;
  height: auto;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.desktop {
  display: block !important;
}
.mobile,
.tablet {
  display: none !important;
}
.reset {
  margin: 0;
  padding: 0;
}
.center {
  text-align: center;
}
textarea:focus,
input:focus,
select:focus,
a {
  outline: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section {
  *zoom: 1;
}
section:before {
  content: " ";
  display: table;
}
section:after {
  content: " ";
  display: table;
  clear: both;
}
/*********************************************************
LAYOUT ELEMENTS ******************************************
*********************************************************/
body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #333333;
  font-size: 15px;
  background: #fff url(../images/bg-body.png) left top repeat-y;
}
.wrapper {
  clear: both;
  *zoom: 1;
}
.wrapper:before {
  content: " ";
  display: table;
}
.wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.page {
  *zoom: 1;
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.page:before {
  content: " ";
  display: table;
}
.page:after {
  content: " ";
  display: table;
  clear: both;
}
/*********************************************************
GENERAL CONTENT ******************************************
*********************************************************/
h1,
h2,
h3,
h4 {
  padding: 0;
  font-weight: normal;
  line-height: normal;
  margin: 0;
}
h1 {
  float: left;
  font-size: 35px;
  padding: 20px 0 10px 40px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 20px;
  padding: 10px 0;
}
h4 {
  text-transform: uppercase;
  font-size: 16px;
}
h1 + h2 {
  padding-top: 10px;
}
h1 + h2 + h3 {
  padding-top: 20px;
}
/*********************************************************
LAYOUT ***************************************************
*********************************************************/
.page > aside {
  width: 295px;
  float: left;
  position: relative;
}
.page > .main {
  margin: 85px 0 0 295px;
  min-height: 700px;
}
.page > .footer {
  margin-left: 295px;
}
/*********************************************************
HEADER ***************************************************
*********************************************************/
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 275px;
  padding-bottom: 20px;
}
.header .navTrigger {
  display: none;
}
.header .wrapper {
  display: block;
}
.header .logo {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -102.5px;
  top: 35px;
  width: 40px;
  height: 110px;
  background-image: url(../images/titus-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.header nav > ul {
  padding-top: 180px;
}
.header nav > ul > li {
  position: relative;
  padding: 0 12%;
  margin: 0 0 10px;
}
.header nav > ul > li a {
  font-size: 13px;
  line-height: 21px;
  color: #333;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
}
.header nav > ul > li a:hover {
  color: #00aef1;
}
.header nav > ul > li.active > a {
  height: 48px;
}
.header nav > ul > li.active ul {
  display: block;
}
.header nav > ul > li > ul {
  padding: 10px 0 1px 0;
  display: none;
}
.header nav > ul > li > ul > li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 10px;
}
.header nav > ul > li > ul > li a {
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
}
.header nav > ul > li > ul > li.active > a {
  font-weight: bold;
  color: #00aef1;
}
.header nav > ul > li > ul > li.active > a:before {
  content: " ";
  width: 8px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ebebeb;
  display: block;
}
/*********************************************************
MAIN *****************************************************
*********************************************************/
.working-files {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
  display: block;
  padding-bottom: 20px;
  margin-top: 40px;
}
.main {
  position: relative;
}
.main .top {
  position: fixed;
  top: 0;
  background-color: #FFF;
  width: calc((100%) - 295px);
}
.main .top .nav {
  height: 85px;
  border-bottom: 1px solid #ededed;
}
.main .top .nav a {
  display: block;
  float: right;
  width: 100px;
  height: 85px;
  border-left: 1px solid #ededed;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}
.main .top .nav a.prev {
  background-position: 30px -100px;
}
.main .top .nav a.next {
  background-position: -90px 30px;
}
.main .top .nav a:hover {
  background-color: #ededed;
}
.main section {
  *zoom: 1;
  clear: both;
  padding-bottom: 60px;
}
.main section:before {
  content: " ";
  display: table;
}
.main section:after {
  content: " ";
  display: table;
  clear: both;
}
.main section:last-of-type {
  border-bottom: none;
}
.main section:last-of-type aside {
  margin-bottom: 1px;
}
.main section.stil2 {
  padding-bottom: 0;
}
.main section.stil3 {
  padding-top: 60px;
}
.main section.stil4 aside {
  width: 37%;
  margin-right: 58%;
  max-width: 711px;
}
.main section.stil4 aside img {
  padding-left: 60px;
}
.main section:first-of-type {
  padding-top: 60px;
}
.main section:first-of-type h2:first-of-type {
  font-size: 32px;
  padding: 0 0 5%;
  font-weight: normal;
}
.main section:first-of-type aside img {
  padding-top: 1px;
}
.main section aside {
  width: 42%;
  margin-right: 53%;
  max-width: 711px;
}
.main section aside img {
  min-width: 320px;
  display: block;
}
.main section .txt {
  box-sizing: border-box;
  *zoom: 1;
  float: right;
  width: 40%;
  margin-right: 13%;
  line-height: 24px;
  padding: 0;
}
.main section .txt:before {
  content: " ";
  display: table;
}
.main section .txt:after {
  content: " ";
  display: table;
  clear: both;
}
.main section .txt ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.main section .txt li {
  list-style: disc;
}
.main section .txt h2 {
  padding: 0 0 3%;
  margin-top: -7px;
  font-size: 20px;
}
.main section .txt h3 {
  padding: 2% 0 3%;
}
.main section .txt p {
  margin: 0 0 2%;
}
.main .colors li {
  font-size: 20px;
  line-height: 24px;
  box-sizing: border-box;
  height: 190px;
  padding: 0 30px;
  width: 100%;
}
.main .colors li p {
  padding-top: 45px;
}
.main .colors li > p {
  margin: auto 0;
  display: block;
}
.main .documents {
  margin: 0;
}
.main .documents li {
  display: block;
  float: left;
  width: 100%;
  border-bottom: dashed 1px #e3e3e3;
}
.main .download {
  background: url(../images/sprite.png) 0px -260px no-repeat;
  padding: 0 0 5px 40px;
  font-size: 16px;
  margin: 10px 0 0 0;
  display: block;
  float: left;
  color: #00aef1;
}
.main .download small {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #ccc;
  text-transform: uppercase;
}
.main .download:hover {
  color: #333333;
}
/*********************************************************
FOOTER ***************************************************
*********************************************************/
.footer {
  position: relative;
}
.footer > nav {
  border-top: 1px solid #ededed;
}
.footer > nav a {
  box-sizing: border-box;
  display: block;
  width: 50%;
  border-left: 1px solid #ededed;
  float: left;
  height: 130px;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
.footer > nav a:first-of-type {
  border-left: none;
}
.footer > nav a.prev {
  background-position: 10% -63px;
}
.footer > nav a.prev span,
.footer > nav a.prev h6 {
  left: 12%;
}
.footer > nav a.next {
  background-position: 90% 63px;
}
.footer > nav a.next span,
.footer > nav a.next h6 {
  right: 12%;
}
.footer > nav a:hover {
  background-color: #ededed;
}
.footer > nav a span {
  font-size: 12px;
  position: absolute;
  top: 35px;
}
.footer > nav a h6 {
  font-weight: normal;
  font-size: 25px;
  position: absolute;
  top: 65px;
  margin: 0;
  padding: 0;
}
.copyright {
  text-align: center;
  position: fixed;
  left: 90px;
  bottom: 20px;
  font-size: 12px;
  color: #ccc;
}
.copyright a {
  color: #ccc;
}
.copyright a:before {
  content: " ";
  clear: both;
  display: block;
  width: 100%;
  color: #ccc;
}
/********************************************************************
*********************************************************************
****************************** 1250  ********************************
*********************************************************************
********************************************************************/
@media only screen and (max-width: 1250px) {
  /*********************************************************
	MAIN *****************************************************
	*********************************************************/
  h1 {
    padding: 20px 0 20px 5%;
  }
  .main section .txt {
    box-sizing: initial;
    width: 90%;
    padding: 5% 5% 0;
    margin-right: 0;
  }
  .main section aside {
    box-sizing: initial;
    width: 90%;
    padding: 5% 5% 0;
    max-width: 100%;
    float: left;
  }
  .main section aside img {
    margin: 0;
  }
  .footer > nav a {
    box-sizing: border-box;
    height: 70px;
  }
  .footer > nav a:first-of-type {
    border-left: none;
  }
  .footer > nav a.prev {
    background-position: 20% -103px;
  }
  .footer > nav a.prev h6 {
    display: none;
  }
  .footer > nav a.next {
    background-position: 80% 25px;
  }
  .footer > nav a.next h6 {
    display: none;
  }
  .footer > nav a:hover {
    background-color: #ededed;
  }
  .footer > nav a span {
    top: 23px;
  }
}
/********************************************************************
*********************************************************************
****************************** 1024  ********************************
*********************************************************************
********************************************************************/
@media only screen and (max-width: 1024px) {
  /*********************************************************
	GENERAL STYLES *******************************************
	*********************************************************/
  .desktop {
    display: none !important;
  }
  .tablet {
    display: block !important;
  }
  .mobile {
    display: none !important;
  }
  /*********************************************************
	MAIN *****************************************************
	*********************************************************/
  .main h1 {
    border-bottom: 1px solid #ededed;
    width: 95%;
  }
  .main section .txt {
    padding: 5%;
  }
}
/********************************************************************
*********************************************************************
***************************** TABLET  *******************************
*********************************************************************
********************************************************************/
@media only screen and (max-width: 768px) {
  body {
    background: transparent;
  }
  /*********************************************************
	LAYOUT ***************************************************
	*********************************************************/
  .page > aside {
    width: 100%;
    float: none;
    position: relative;
  }
  .page > .main {
    margin-left: 0px;
  }
  .page > .footer {
    margin-left: 0px;
  }
  /*********************************************************
	HEADER ***************************************************
	*********************************************************/
  .header {
    width: 100%;
    z-index: 1;
  }
  .header .navTrigger {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 85px;
    width: 100px;
    background: url(../images/sprite.png) 25px -335px no-repeat;
    border-right: 1px solid #ededed;
    cursor: pointer;
  }
  .header .logo {
    position: fixed;
    left: 230px;
    top: 23px;
    width: 161px;
    height: 42px;
    background: url(../images/titus-middle.png);
    background-repeat: no-repeat;
  }
  .header > .wrapper {
    background-color: #363636;
    z-index: 9999;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .header nav {
    width: 100%;
  }
  .header nav > ul {
    padding-top: 60px;
  }
  .header nav > ul > li {
    padding-left: 40px;
  }
  .header nav > ul > li a {
    margin-left: 20px;
    color: #fff;
  }
  .header nav > ul > li.active > a:before {
    content: " ";
    width: 96px;
    background: transparent;
  }
  .header nav > ul > li > ul > li {
    margin-left: 20px;
  }
  .main .top {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #FFF;
    width: 100%;
  }
  .main .top .nav a {
    width: 85px;
  }
  .main .top .nav a.prev {
    background-position: 30px -100px;
  }
  .main .top .nav a.next {
    background-position: -100px 30px;
  }
  .copyright {
    display: none;
  }
}
/********************************************************************
*********************************************************************
***************************** MOBILE  *******************************
*********************************************************************
********************************************************************/
@media only screen and (max-width: 480px) {
  /*********************************************************
	GENERAL STYLES *******************************************
	*********************************************************/
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .page > .main {
    margin: 55px 0 0 0;
  }
  /*********************************************************
	GENERAL CONTENT ******************************************
	*********************************************************/
  h1 {
    padding: 30px 0 10px 0;
  }
  h2 {
    padding: 30px 0 10px 0;
  }
  /*********************************************************
	HEADER ***************************************************
	*********************************************************/
  .header .navTrigger {
    height: 55px;
    width: 55px;
    background: url(../images/sprite.png) 15px -608px no-repeat;
    border-right: none;
  }
  .header .logo {
    left: 170px;
    top: 15px;
    background: url(../images/titus-small.png);
    background-repeat: no-repeat;
  }
  .header nav > ul {
    padding: 40px 20px 0;
  }
  .header nav > ul > li {
    padding-left: 20px;
  }
  .header nav > ul > li a {
    margin-left: 0;
    font-size: 12px;
    line-height: 26px;
  }
  .header nav > ul > li.active > a:before {
    content: " ";
    width: 20px;
    background: transparent;
  }
  .header nav > ul > li > ul {
    padding: 20px 0;
  }
  .header nav > ul > li > ul > li {
    margin-left: 0px;
  }
  .header nav > ul > li > ul > li a {
    font-size: 12px;
    line-height: 21px;
  }
  .header nav > ul > li > ul > li a:before {
    content: " ";
  }
  /*********************************************************
	MAIN *****************************************************
	*********************************************************/
  .main .top {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #FFF;
    width: 100%;
  }
  .main .top .nav {
    height: 55px;
  }
  .main .top .nav a {
    width: 55px;
    height: 55px;
  }
  .main .top .nav a.prev {
    background-position: 10px -116px;
  }
  .main .top .nav a.next {
    background-position: -116px 13px;
  }
  .main h1 {
    display: none !important;
  }
  .main section aside {
    width: 100%;
    margin-right: 0px;
  }
  .main .colors li {
    height: auto;
    padding: 0 16px;
  }
  .main .download {
    margin: 20px 0 0 20px;
  }
  /*********************************************************
	FOOTER ***************************************************
	*********************************************************/
  .footer > nav a {
    position: relative;
    height: 75px;
  }
  .footer > nav a.prev {
    background-position: 20px -120px;
    border-left: none;
  }
  .footer > nav a.prev span,
  .footer > nav a.prev h6 {
    left: 20px;
  }
  .footer > nav a.next {
    background-position: right -762px;
  }
  .footer > nav a.next span,
  .footer > nav a.next h6 {
    right: 20px;
  }
  .footer > nav a span {
    font-size: 16px;
    top: 45px;
  }
  .footer > nav a h6 {
    font-size: 18px;
    top: 65px;
  }
}
/*# sourceMappingURL=style.css.map */