* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0
}

@font-face {
    font-family: "Audi_bold";
    src: url("../fonts/AudiType-Bold.eot");
    src: url("../fonts/AudiType-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AudiType-Bold.woff") format("woff"), url("../fonts/AudiType-Bold.ttf") format("truetype"), url("../fonts/AudiType-Bold.svg#AudiType-Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "Audi_normal";
    src: url("../fonts/AudiType-Normal.eot");
    src: url("../fonts/AudiType-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/AudiType-Normal.woff") format("woff"), url("../fonts/AudiType-Normal.ttf") format("truetype"), url("../fonts/AudiType-Normal.svg#AudiType-Normal") format("svg");
    font-weight: normal;
    font-style: normal
}

html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    font-family: "Audi_normal", "Roboto", sans-serif;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
}

a {
    text-decoration: underline;
    color: #c03;
    font-size: 15px;
}

a:active,
a:focus {
    outline: none;
}

a span {
    color: #000;
    text-align: center;
    display: block;
}

h1 {
    font-family: "Audi_bold", "Roboto", sans-serif;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    border: none;
    text-decoration: none;
    background: #000;
    padding: 5px 10px;
    display: inline-block;
    margin: 0px;
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 22px;
        line-height: 33px
    }
}

h2 {
    font-family: "Audi_bold", "Roboto", sans-serif;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #000
}

@media screen and (max-width: 420px) {
    h2 {
        font-size: 40px;
        line-height: 50px
    }
}

h3 {
    font-family: "Audi_bold", "Roboto", sans-serif;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #000
}

@media screen and (max-width: 420px) {
    h3 {
        font-size: 25px;
        line-height: 34px;
        margin-bottom: 15px
    }
}

p {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.btn-default {
    background: #000;
    font-family: "Audi_bold", "Roboto", sans-serif;
    color: #fff
}

.btn-default:hover {
    background: #c03;
    color: #fff
}

.btn-primary {
    background: #c03;
    color: #fff;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px
}

.btn-primary:hover {
    background: #dcdcdc;
    color: #fff
}

.margintop30{
	margin-top: 30px;
}



/******************* NAVBAR **********************/
.navbar-default{
	background: transparent;
	border: none;
	min-height: 50px;
	height: 50px;
}

.navbar-nav>li>a{
	line-height: 20px;
}

.mainmenu{
	background: #000;
	margin-right: 0px;
}
.mainmenu>li>a,.mainmenu>li>p{
	color: #fff !important;
	padding: 15px;
	text-decoration: none;
	font-weight: 700;
    margin-bottom: 0px;
    cursor: pointer;
}
.mainmenu>li>ul{
    display: none;
}
.mainmenu>li>ul>li{
    list-style: none;
    height: auto;
    margin-bottom: 5px;
}
.mainmenu>li>ul>li>a{
    color: #fff !important;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: 700;
}
.subtaal{
    padding-bottom: 10px;
}
.contentmenu{
    background: #fff;
}
.contentmenu>li>a{
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	color: #000 !important;
    -webkit-transition: background 1s; /* Safari prior 6.1 */
    transition: background 1s;
    background: #fff;
}
.contentmenu>li>a:hover{
    background: #ececec !important;
}
.navbar-brand{
	max-height: 50px;
	padding: 5px 15px;
	min-width: 150px;
	max-width: 300px;
	background: #fff url(../../images/logo.png) no-repeat left center;
	background-size: contain;
	background-origin: content-box;
}

.menu-toggle-btn {
	 margin: 15px;
	 cursor: pointer;
	 width: 15px;
	 height: 15px;
}

.open{
	 margin: 8px 15px 15px 15px !important;
	 cursor: pointer;
	 width: 15px;
	 height: 15px;
}

.menu-toggle-btn span {
	 background: #fff;
	 display: block;
	 width: 14px;
	 height: 3px;
	 border-radius: 5px;
	 margin-bottom: 5px;
	 -webkit-transition: all 0.5s linear;
	 transition: all 0.3s linear;
}

 .menu-toggle-btn.open span:nth-child(1), .menu-toggle-btn.open span:nth-child(3) {
	 transform: translate(0px, 14px) rotate(-45deg) scalex(1.3);
	 margin: 0;
}

 .menu-toggle-btn.open span:nth-child(2) {
	 height: 0;
	 margin: 0;
}

 .menu-toggle-btn.open span:nth-child(3) {
	 transform: translate(0px, 11px) rotate(45deg) scalex(1.3);
}
 



/****************************** LOADER ********************************/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #313131;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #6a6969;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }




/****************************** CONTENT *******************************/
.wrapper{
	padding: 90px 15px 30px 15px;
}

.contentframe{
	border: solid 2px #000;
}

/* GRID */
.photos {
   /* Prevent vertical gaps */
   line-height: 0;
   -webkit-column-count: 6;
   -webkit-column-gap:   10px;
   -moz-column-count:    6;
   -moz-column-gap:      10px;
   column-count:         6;
   column-gap:           10px;
}

.photos div {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  position: relative;
}
.photos div img{
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
    visibility: hidden;
}

.photos .showitem .box{
    position: absolute; 
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 30px;
    background: #000;
    padding: 0px;
}

.photos .showitem .box div{
    width:  50% !important;
    height: 30px !important;
}

.photos .showitem .box div i{
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}

@media (max-width: 1200px) {
  .photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  .photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  .photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  .photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}


.document{
    height: 170px;
    margin-bottom: 15px;
    border: solid 2px #000;
}
.document .hover{
    display: none;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
}

.document:hover .hover{
    display: block;
}

@media screen and (max-width: 1200px){
    .mainmenu{
        display: none;
    }
    .contentmenu>li>a{
        text-align: center;
        font-size: 18px;
        line-height: 40px;
    }

}
.navbar-toggle{
    background: #000 !important;
    border-color: #000 !important;
    color: #fff;
    border-radius: 0px !important;
}
.nav>li.disabled>a, .navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}