@font-face {
    font-family: 'raleway';
    src: url(../fonts/Raleway/Raleway-Regular.ttf);
}
/*@font-face {
    font-family: 'oxygen';
    src: url(../fonts/Oxygen/Oxygen-Regular.ttf);
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'roboto-bold';
    src: url('../fonts/roboto/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'roboto-black';
    src: url('../fonts/roboto/Roboto-Black.ttf');
}
*/
.ita-white-button {
    background-color: #FFF !important;
}
/*=================================*/
/* Pico Default Theme
/* By: Gilbert Pellegrom
/* http: //dev7studios.com
/*=================================*/

/* Reset Styles
/*---------------------------------------------*/
html {
    font-family: 'raleway';
}
body {
    color: black;
    background: white;
    font-family: 'raleway';
}

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

caption, th, td {
    text-align: left;
    font-weight: normal;
}

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

blockquote, q {
    quotes: "" "";
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
    display: block;
}

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {
    cursor: pointer;
}

/* make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
    width: auto;
    overflow: visible;
}

/* Sharper Thumbnails */
img {
    -ms-interpolation-mode: bicubic;
}

/* Input Styles
/*---------------------------------------------*/
input,
textarea,
select {
    padding: 5px;
    color: #666;
    background: #fff;
    border: 1px solid #999999;
    margin: 0 0 1em 0;
}

input:focus,
textarea:focus,
select:focus {
    color: #000;
    background: #fff;
    border: 1px solid #666666;
}

/* Main Styles
/*---------------------------------------------*/
html { height: 100%; }


.ita-logo-ita {
    color: #FF5C00 !important;
}
.ita-logo-metis {
    color:white !important;
}
.menu-background {
    background-color: rgba(33, 53, 88, 0.5);
}

body {
    background: #fff;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

a, a:visited {
    color: rgba(33, 53, 88, 1);
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover, a:active {
    color: #FF5C00;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    line-height: 1.2em;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.5em;
    margin-top: 2em;
}

table, ol, ul, pre, blockquote, dl {
    margin-bottom: 1em;
}

ol, ul {
    padding-left: 30px;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

u {
    text-decoration: underline;
}

abbr, acronym {
    cursor: help;
    border-bottom: 0.1em dotted;
}

td, td img {
    vertical-align: top;
}

td, th {
    border: solid 1px #999;
    padding: 0.25em 0.5em;
}

th {
    font-weight: bold;
    text-align: center;
    background: #eee;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

code {
    font-family: Courier, "Courier New", Monaco, Tahoma;
    background: #eee;
    color: #333;
    padding: 0px 2px;
}

pre {
    background: #eee;
    padding: 20px;
    overflow: auto;
}

blockquote {
    font-style: italic;
    margin-left: 15px;
    padding-left: 10px;
    border-left: 5px solid #dddddd;
}

dd {
    margin-left: 2em;
}

/* Structure Styles
/*---------------------------------------------*/
.inner {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

#header {
    background-color: rgba(33, 53, 88, 0.75);
}
#header span {
    font-size: 2em;
}
#header a {
    color:white;
}
#header-title > .container {
    width: 100%;
    max-width: 100%;
    background-color: rgba(33, 53, 88, 0.75);
    padding-left: 5em;
    padding-right: 5em;
}
#header-title span{
    font-size: 14em;
    vertical-align: middle;
    color:white;
}
#header-title h4.subtitle {
    padding: 0.25em;
    color: white;
    font-weight:bold;
    font-size:4em;
    margin-top: 1px;
}
#header-title-small span {
  font-size: 5em;
  color: white;
  vertical-align: middle;
}
#header-title-small > .container {
  background: rgba(33, 53, 88, 0.5);
  border-radius: 5px;
  padding: 0.5em;
}
#header-title-small h4.subtitle {
    color:white;
    font-weight:bold;
    font-size:4em;
    padding-left: 2em;
    margin-top: 1px;
}
#header-title img, #header-title-span img {
    vertical-align: middle;
    width: 15em;
}
#home-page {
    background-image: url("../images/home-page.jpg");
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 100%;
}
#wiki-story-header {
    background-image: url("../images/products-wikileet-page.jpg");
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 100%;
}
#products a {
    border-radius: 0.25em 0.25em 0 0;
}
#products > div.column:hover {
    transform: scale(1.02);
    color: #FF5C00;
}
#products a:hover {
    transform: scale(1.02);
    color: #FF5C00;
}
#products .notification {
    margin: 0 !important;
    background-color: rgba(210, 210, 210, 1);
    border-radius: 0.25em 0.25em 0 0;
    color: rgba(33, 53, 88, 1);
    font-weight: 600;
}
#products .detail {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}
#products .category{
    color: white;
    border-radius: 0 0 0.25em 0.25em;
    padding: 0.2em;
}
#products .category > .new {
    font-style : italic;
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-weight: 600;
    
}
#products .category.product{
    background-color: #FF5C00;
}
#products .category.prestation {
    background-color: rgba(33, 53, 88, 1);
}
#mission {
    background-color: rgba(33, 53, 88, 0.75) !important;
    color: white;
}
#mission .content {
  color: white;
}
#mission h1.title {
  margin-bottom: 0;
  font-size: 3em;
  color: white;
}
#mission h2 {
  color: white;
}
#mission h3 {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
}
#mission h2.subtitle {
    color: #FF5C00 !important;
    font-weight: 600;
}
#mission a {
  color: #dbdbdb !important;
}
#mission a:hover{
  color:#dbdbdb !important;
  border-bottom: 1px solid #FF5C00;
}
#mission .box {
  color: rgba(33, 53, 88, 0.75) !important;
}
#mission .notification{
  background-color: rgba(33, 53, 88, 0.2) !important;
  color: white;
  font-weight: 600;
  padding: 2em;
}
#mission .notification:hover{
  background-color: #FF5C00 !important;
  color: white;
}
#people-right img, #people-left img {
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 20px 60px rgba(10, 10, 10, 0.2), 0 5px 10px rgba(10, 10, 10, 0.5), 0 1px 1px rgba(10, 10, 10, 0.2);
    text-align: center;
    width: 17em;
    max-height: 20em;
}
#people-right .subtitle, #people-right .content, #people-left .subtitle, #people-left .content {
    color:rgba(33, 53, 88, 1);
}
#whoarewe h1 {
  color: rgba(33, 53, 88, 1) !important;
  font-size: 3em;
    margin-bottom: 0;
}
#whoarewe h2 {
    color: #FF5C00 !important;
    margin-bottom:0;
    margin-top: 0;
}
#whoarewe h4 {
    margin-bottom:1.5em;
}
#footer {
    background-color: rgba(33, 53, 88, 0.75);
}
#footer p{
    color: white;
}
#footer a{
    color:#dbdbdb !important;
    border-bottom: 1px solid #dbdbdb;
}
#footer a:hover{
    color:#dbdbdb !important;
    border-bottom: 1px solid #FF5C00;
}
#products-page {
    background-image: url("../images/products-page.jpg");
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 100%;
}
#products-page-content .notification {
    background-color:#FF5C00 !important;
    color:white !important;
    font-size:3em;
}
#products-page-content .column:hover{
    transform: scale(1.02);
    color:white;
}
#products-page-content .column {
    font-size:1em;
}
#products-page-content a:visited{
    transform: scale(1.02);
    color:white;
}
#prestation-page {
    background-image: url("../images/prestation-page.jpg");
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 100%;
}
.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
    color:#4a4a4a;
}
#download-page-header {
    background-color: rgba(33, 53, 88, 0.5);
}
#download-page-content a{
    color:#FF5C00 !important;
    border-bottom: 1px solid #dbdbdb;
    text-decoration: none;
}
#download-page-content a:hover{
    color:#FF5C00 !important;
    border-bottom: 1px solid #FF5C00;
    text-decoration: none;
}
#brattac-page-content a{
    color:#FF5C00 !important;
    border-bottom: 1px solid #dbdbdb;
    text-decoration: none;
}
#brattac-page-content a:hover{
    color:#FF5C00 !important;
    border-bottom: 1px solid #FF5C00;
    text-decoration: none;
}
#brattac-page-download i{
    color:white;
}
#brattac-page-download {
    margin-top: 2em;
    background-color: rgba(33, 53, 88, 0.5);
}
#brattac-page-download a{
    color:white !important;
    border-bottom: 1px solid #dbdbdb;
    text-decoration: none;
}
#brattac-page-download a:hover{
    color:white !important;
    border-bottom: 1px solid #FF5C00;
    text-decoration: none;
}

.middle {
    vertical-align: middle !important;
}
.is-justified {
    text-align: justify;
}


/* Misc Styles
/*---------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* IE Hack (because Microsoft is shit)
/*---------------------------------------------*/
.fix-ie-width {
    max-width: 99.99% !important;
}


/* Media Queries
/*---------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .inner {
        width: 85%;
    }
    .inner img {
        width:100%;
    }
    #footer {
        margin-top: 40px;
        padding: 30px 0;
    }
}
@media screen and (max-width: 980px){
    #header-title span {
        font-size: 6em; 
    }
    #header-title-small span {
        font-size: 4em; 
    }
    #header-title h4.subtitle {
        font-size: 3em;
    }
    #header-title-small h4.subtitle {
        font-size: 3em;
    }
    #header span {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 768px){
    #header-title span {
        font-size: 3.75em; 
    }
    #header-title-small span {
        font-size: 2.75em; 
    }
    #header-title h4.subtitle {
        font-size: 2em;
    }
    #header-title-small h4.subtitle {
        font-size: 1.5em;
    }
    #header span {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 400px){
    #header-title span {
        font-size: 2em; 
    }
    #header-title-small span {
        font-size: 1.5em; 
    }
    #header-title h4.subtitle {
        font-size: 1.2em;
    }
    #header-title-small h4.subtitle {
        font-size: 0.8em;
    }
    #header span {
        font-size: 1.5em;
    }
}
