/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11.02.2018, 14:48:00
    Author     : helli
*/

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f0f2f3;
}

p {
    padding: 0px;
}

.container_main {
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 1px;
    margin: auto;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
    background-color: #fff;
    margin-top: 10px;
}

a {
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
    color: black;
}

ul.downloads li {
	list-style-type: none;
}
.container {
    margin-bottom: 10px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container_main {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container_main {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container_main {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.clearfix {
    clear: both;
}

i.fa-file-pdf-o {
   background: url("/index.php?rex_media_type=icon&rex_media_file=adobe-pdf-icon.png") no-repeat top left;
   padding: 25px 0 0 50px;
   height: 45px;
}

div.footer {
    font-size: 75%;
}

.img_title img {
    height: 300px;
    width: auto;
}
.img_title {
    text-align: center;
}
