@font-face{
	font-family: 'Montserrat';
	font-weight: 400;
	font-style: normal;
	src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
}
/* HEADER PROTOIRO*/
.menu-icon span{
	position: relative;
	display: block;
	width: 24px;
	height: 2px;
	background-color: black;
	transition: all 0.5s, background 0s;
	-webkit-transition: all 0.5s, background 0s;
	-moz-transition: all 0.5s, background 0s;
	-ms-transition: all 0.5s, background 0s;
	-o-transition: all 0.5s, background 0s;
}
.current-area {
    position: relative;
    display: block;
    padding-left: 20px;
    font-family: 'Montserrat';
    color: #c0a062;
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
    z-index: 3;
    margin-top: -2.5px !important;
    margin-right: 35px;
}
.close-menu{
	position: relative;
    display: block;
    font-family: 'Montserrat';
    color: #c0a062;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    margin-top: 40px;
    margin-left: 70px;
}
/* SLIDESHOW PROTOIRO */
.carousel-control {
    opacity: 1 !important;
}
#slideshow-wrapper {
	margin-top: 78px;
    margin-bottom: 50px;
}
#slideshow-wrapper .carousel-inner > .item  >img{
	width: 100%;
}
#slideshow-wrapper .carousel-inner > .item  >img{
	width: 100%;
}
#slideshow-wrapper .carousel-control.left {
    position: relative;
    display: block;
    width: 50px;
    height: 15px;
    float: right;
    margin-right: 220px;
    margin-top: -45px;
    background-image: none;
}
#slideshow-wrapper .carousel-control.left .arrow-left {
    position: relative;
    display: block;
    height: 11px;
    width: 11px;
    float: right;
    border-top: 2px solid white;
    border-left: 2px solid white;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
#slideshow-wrapper .carousel-control.right {
    position: relative;
    display: block;
    width: 50px;
    height: 15px;
    float: right;
    margin-right: 30px;
    margin-top: -45px;
    background-image: none;
}
#slideshow-wrapper .carousel-control.right .arrow-right {
    position: relative;
    display: block;
    height: 11px;
    width: 11px;
    float: left;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#slideshow-wrapper .slide-numeration{
	position: relative;
	display: block;
	float: right;
	bottom: 12px;
    margin-top: -46px;
	margin-right: 105px;
}
.slide-numeration .current-slide{
	font-family: 'Lora';
	color:  #ffffff;
	font-size: 40px;
	font-style: italic;
	line-height: 29.333px;
	text-align: left;
}
.slide-numeration .slide-numeration-separation{
	font-family: 'Lora';
	color:  #ffffff;
	font-size: 36px;
	font-style: italic;
	line-height: 29.333px;
	text-align: left;
}
.slide-numeration .total-slide{
	font-family: 'Lora';
	color:  #ffffff;
	font-size: 30px;
	font-style: italic;
	line-height: 29.333px;
	text-align: left;
}

/* BODY PROTOIRO */
.social-wrapper{
	position: fixed;
    display: block;
    bottom: 0;
    right: 15px;
    cursor: pointer;
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
}
.social-wrapper .fa-facebook{
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-google-plus {
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-twitter {
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-share-alt{
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-times {
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .facebook-icon-mobile,
.social-wrapper .google-icon-mobile,
.social-wrapper .twitter-icon-mobile{
    position: absolute;
    display: inline-block;
    padding-top: 18px;
    right: 0;
    top: -18px;
    z-index: -1;
    transition: right .5s ease-in-out;
    -webkit-transition: right .5s ease-in-out;
    -moz-transition: right .5s ease-in-out;
    -ms-transition: right .5s ease-in-out;
    -o-transition: right .5s ease-in-out;
}
.social-wrapper .facebook-icon-mobile.open{
	right: 150px;
}
.social-wrapper .google-icon-mobile.open{
	right: 100px;
}
.social-wrapper .twitter-icon-mobile.open{
	right: 50px;
}
.protoiro-body{
	margin-top: 45px;
}
p.title-page {
    font-family: 'Montserrat';
    color: #c0a062;
    font-size: 30px;
    font-weight: 400;
    line-height: 37.333px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-left: 0px;
}
.line-separation-wrapper{
	padding: 0;
}
span.line-separation {
	display: block;
    width: 115%;
    margin-top: 16px;
    border-bottom: 3px solid #eeeeee;
}
.title{
	padding-right: 0;
}
.description-wrapper {
    padding-left: 0;
}
span.line-separation-title-protoiro{
	width: calc(100% - 398px);
    border-bottom: 3px solid #eeeeee;
    position: absolute;
    display: inline-block;
    margin-top: -58px;
    margin-left: 490px;
}
span.page-description p {
    font-family: 'Lora';
    color: #808080;
    font-size: 16px;
    font-style: italic;
    line-height: 26.667px;
    text-align: left;
    text-indent: 8.33333333%;
}
.body-text h2{
	font-family: 'Montserrat';
	color:  #c0a062;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}
.body-text {
	font-family: 'Lora';
	color:  #808080;
	font-size: 16px;
	font-weight: 400;
	line-height: 26.667px;
	text-align: left;
}
.body-text b{
	font-family: 'Lora';
	color:  #808080;
	font-size: 16px;
	font-weight: 700;
	line-height: 26.667px;
	text-align: left;
}
.body-text a{
	color: #404040;
	font-weight: 700;
	text-decoration: underline;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.body-text a:hover{
	color: #c0a062;
}

/* RESPONSIVE PROTOIRO */
@media screen and (min-width: 768px){
	.header-wrapper-right .fa-facebook,
    .header-wrapper-right .fa-google-plus,
    .header-wrapper-right .fa-twitter{
        visibility: visible !important;
        display: inline-block;
    }
	.title p.title-page,
	.title span.page-description p{
		display: inline-block;
	}
	.title-wrapper{
		position: relative;
		display: inline-block;
		margin-right: 0px;
	}
	.header-wrapper-right .fa-facebook,
	.header-wrapper-right .fa-google-plus,
	.header-wrapper-right .fa-twitter,
	.header-wrapper-right .fa-share-alt, .header-wrapper-right .fa-times{
		color: white;
		background-color: black;
	}
}
@media screen and (min-width: 1100px){
	#protoiro{
		width: 100%;
		padding-right: 50px;
		padding-left: 50px;
	}
	.body-text .container{
		width: 750px;
	}
}
@media screen and (min-width: 1400px){
	#protoiro {
    	padding-left: 10%;
    	padding-right: 10%;
	}
}
@media screen and (max-width: 619px){
	div.title{
		width: 100%;
		padding-right: 15px;
		padding-bottom: 20px;
	}
	div.description-wrapper{
		width: 100%;
		padding-left: 15px;
	}
	div.line-separation-wrapper{
		display: none;
	}
	span.page-description p {
		text-indent: 30%;
	}
	span.line-separation-title-protoiro {
	    width: 25%;
	    border-bottom: 3px solid #eeeeee;
	    margin-top: 32px;
	    margin-left: 0;
	}
}
@media screen and (min-width: 620px) and (max-width: 761px){
	span.line-separation-title-protoiro {
	    width: calc(100% - 235px);
	    margin-top: -132px;
	    margin-left: 226px;
	}
}
@media screen and (min-width: 762px) and (max-width: 767px){
	span.line-separation-title-protoiro {
	    width: calc(100% - 235px);
	    margin-top: -95px;
	    margin-left: 226px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	span.line-separation-title-protoiro {
	    display: none;
	}
}
@media screen and (min-width: 992px) and (max-width: 1099px){
	span.line-separation-title-protoiro {
	    width: calc(100% - 235px);
	    margin-top: -95px;
	    margin-left: 226px;
	}
}
@media screen and (min-width: 1100px) and (max-width: 1142px){
	span.line-separation-title-protoiro {
	    width: calc(100% - 317px);
	    margin-top: -95px;
	    margin-left: 319px;
	}
}
@media screen and (min-width: 1143px) and (max-width: 1656px){
	span.line-separation-title-protoiro {
	    width: calc(100% - 348px);
	    margin-top: -95px;
	    margin-left: 354px;
	}
}
@media screen and (min-width: 1657px) and (max-width: 1806px){
	span.line-separation-title-protoiro {
	    width: calc(100% - 348px);
	    margin-top: -58px;
	    margin-left: 354px;
	}
}