
/* Infos about website ----------------

bg image size: 1730x550


*/


.italic {
     font-style:italic;

}

.underline {
text-decoration: underline;
}

.text-size-20 {
     font-size: 20px;
}

.text-strong {
     color: black;
}

.logo-position {
     vertical-align: middle;
}

body { 
     background-color: black;
}

.tparrows:before {
     font-family: 'FontAwesome';
     font-size: 18px;
     color: rgba(255, 255, 255, 0);
     display: block;
     line-height: 50px;
     text-align: center
 }

 .tparrows.tp-leftarrow:before {
     content: ''
 }
 
 .tparrows.tp-rightarrow:before {
     content: ''
 }

 .tparrows {
     cursor: pointer;
     background: rgba(0, 0, 0, 0);
     background: rgba(0, 0, 0, 0);
     width: 50px;
     height: 50px;
     border-radius: 50%;
     position: absolute;
     display: block;
     z-index: 1000
 }