.container {
	margin-top: 10px;
}


@font-face {
	font-family: "Cardo";
	src: url(../fonts/Cardo-Regular.ttf);
}
@font-face{
	font-family: "Arvo";
	src: url(../fonts/Arvo-Regular.ttf);
}
@font-face{
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Bold.otf);  /* .ttf  .eot*/  /* IE */ 
}
@font-face{
    font-family: "Verdana";
    src: url(../fonts/verdana.ttf);  /* .ttf  .eot*/  /* IE */ 
}
@font-face{
    font-family: "Verdana Bold";
    src: url(../fonts/verdanab.ttf);  /* .ttf  .eot*/  /* IE */ 
}

@font-face{
    font-family: "Corbel";
    src: url(../fonts/corbel.ttf);  /* .ttf  .eot*/  /* IE */ 
}

@font-face{
    font-family: "Josefin Sans";
    src: url(../fonts/JosefinSans-Regular.ttf);  /* .ttf  .eot*/  /* IE */ 
}


/* 

MENU

 */
.menu {
	position: fixed;
	margin-top: 0.1em;
	background-color: white;
	z-index: 1; /*menu in top of everything and fixed*/
    height: 6em;

}
 img {
    margin-top: 13px;
}
#active {
    color: #d9d9db!important;
}
.main_menu ul li {
    text-decoration: none;
    display: inline-block;
}

.main_menu li {
    font-family: Verdana Bold;
    font-size: 1.9em;
    margin-right: 1em;
}

.second_menu ul li {
    text-decoration: none;
    display: inline-block;
}
.second_menu a {
    font-size: 87%;
    margin-right: 16px;
    
}
a {
    color: black!important;
    text-decoration: none!important;
}
/*end menu*/
.top {
    margin-top: 12em;
}
.top h1 {
    font-family: Montserrat;  
    text-align: justify;
}
.top p {
    font-family: Cardo;
    font-size: 1.2em;
    text-align: justify;
}
.top h3 {
    font-family: Montserrat;
    text-align: justify;
}
.text p {
    font-size: 0.9em;
}
.responsiv_img img{
    max-width: 80%!important;
}
.text_arr {
    padding-right: 75px;
}
.back {
    background-color: rgba(166, 164, 164, 0.22);
    margin-top: 12px;
    padding-bottom: 12px;
}

/* 

team 

*/
.team p {
    margin-top: 6.6em;
    font-family: Cardo;
    color: #a6a4a4!important;
    font-size: 1.2em;
    text-align: justify;
}
.team h1 {
    margin: 1em 0em;
}
.text_color p {
    color: #a6a4a4;
}


/*

PRESS

*/
.thumbnail {
    margin-bottom: 3em;
}
.thumbnail p{
    font-family: Cardo;
    font-size: 0.5em;
}
.title b{
    font-family: Montserrat;
    font-size: 2em;
}
.btn p {
    font-family: Montserrat;
}
.detailes {
    font-size: 1em!important;
}

/* footer*/

.page-footer ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 10%;
    margin: 2%;
}

.copyR p {
    display: block;
    bottom: 0;
    font-family: Corbel;
    color: black;
    padding-left: 46px;
    margin-bottom: 0px;

}


/*

MOBILE VIEW

*/

/* Smartphones (portrait and landscape) ----------- */

@media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px) {
    /* Styles */
    .top p {
    font-size: 4vw;} /*, 768x550 -> 2.3vw, 1024x550 ->1.3vw, 1440x648->1.05vw */
    .top h3 {
        font-size: 4vw;
    }
    .img-responsive {
        margin-top: 6em;
    }
    .team h1 {
        font-size: 4vw;
    }
    .team p {
        font-size: 2.5em;
    }
    .press h1 {
        font-size: 4vw;
    }
    .title b {
        font-size: 5vw;
    }
    .detailes {
        font-size: 3em!important;
    }
    .btn {
        font-size: 5em!important;
    }
}

/* iPads (landscape) ----------- */

@media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {
    /* Styles */
    .description p {
    font-size: 2.3vw; 
}
}
/* iPads (portrait) ----------- */

@media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : portrait) {
    /* Styles */
    .title b {
        font-size: 3vw;
    }
}