@media screen and (min-width: 1280px){
    .cde_theme.nav_profile{
        display:none;
    }
	.cde_theme.content.module>.desktop>.element>.profile{
		position:relative;
		top:0;
		width:800px;
		left:50%;
		margin-left:-230px;
		margin-bottom:50px;
	}
	
	.cde_theme.content.module>.desktop>.element>.profile>.description>.title{
		position:relative;
		left:0;
		top:0;
		padding:35px 0 25px 0;
		font-family: "Serpentine-Bold";
		font-size:30px;
	}
	.cde_theme.content.module>.desktop>.element>.profile>.description>.photo{
		position:relative;
		float: left;
		margin: 0 15px 15px 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		top: 0;
		left: 0;
		width: 273px;
		height:344px;
		display:inline-block;
		border:#ae9a65 solid 2px;
		margin-top:32px;
        object-fit: cover;
	}
	.cde_theme.content.module>.desktop>.element>.profile>.description{
		position:relative;
		top: 0;
		left: 0;
		width: 100%;
		display:inline-block;
		font-family: 'times';
		text-align: justify;
		font-size: 18px;
	}
	.cde_theme.nav_desk_profile {
        display: inline-block;
        position: absolute;
        top: 73px;
        width: 300px;
        left: 50%;
        margin-left: -570px;
        margin-bottom: 50px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-right: #ae9a65 solid 2px;
        height: calc(100% - 73px);
        padding-top: 5px;
    }
    .cde_theme.nav_desk_profile>ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .cde_theme.nav_desk_profile>ul>li {
        margin-bottom: 20px;
    }
	.cde_theme.nav_desk_profile>ul>li>a.selected {
        border-bottom: #AE9A65 solid 2px;
	}
	.cde_theme.nav_desk_profile>ul>li>a:hover {
        border-bottom: #AE9A65 solid 2px;
        opacity:0.7;
	}
	.cde_theme.nav_desk_profile>ul>li>a {
        margin: 0;
        position: relative;
        font-family: 'Candara';
        text-transform: uppercase;
        cursor: pointer;
        color: #AE9A65;
        height: 22px;
        text-decoration: none;
        width: 100%;    
        border-bottom: beige solid 1px;
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        opacity:1;
        transition: 0.5s opacity;
	}
}
@media screen and (min-width: 768px) and (max-width: 1279px){
    .cde_theme.nav_profile{
        display:none;
    }
	.cde_theme.content.module>.desktop>.element>.profile{
		position:relative;
		top:0;
		width:684px;
		left:50%;
		margin-left:-342px;
		margin-bottom:50px;
	}
	.cde_theme.content.module>.desktop>.element>.profile>.description>.title{
		position:relative;
		left:0;
		top:0;
		padding:25px 0;
		font-family: "Serpentine-Bold";
		font-size:30px;
	}
	.cde_theme.content.module>.desktop>.element>.profile>.description>.photo{
		position:relative;
		float: left;
		margin: 0 15px 15px 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		top: 0;
		left: 0;
		width: 273px;
		height:344px;
		display:inline-block;
		border:#ae9a65 solid 2px;
		margin-top:32px;
        object-fit: cover;
	}
	.cde_theme.content.module>.desktop>.element>.profile>.description{
		position:relative;
		top: 0;
		left: 0;
		width: 100%;
		display:inline-block;
		font-family: 'times';
		text-align: justify;
		font-size: 18px;
	}
	
	.cde_theme.nav_desk_profile {
        display: none;
    }
}
@media screen and (max-width: 767px){
	.cde_theme.content.module>.desktop>.element>.profile{
		position:relative;
		top:0;
		width:294px;
		left:50%;
		margin-left:-147px;
		margin-bottom:50px;
	}
	.cde_theme.content.module>.desktop>.element>.profile>.description>.title{
		position:absolute;
		left:0;
		top:0;
		padding:25px 0;
		font-family: "Serpentine-Bold";
		font-size:23px;
	}
	.cde_theme.content.module>.desktop>.element>.profile>.description>.photo{
		position:relative;
		float: left;
		margin: 0 15px 15px 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		top: 0;
		left: 0;
		width: 294px;
		height:382px;
		display:inline-block;
		border:#ae9a65 solid 2px;
		margin-top:90px;
        object-fit: cover;
	}
	.cde_theme.content.module>.desktop>.element>.profile>.description{
		position:relative;
		top: 0;
		left: 0;
		width: 100%;
		display:inline-block;
		font-family: 'times';
		text-align: justify;
		font-size: 18px;
	}
    .cde_theme.nav_profile{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1000;
    }
    .cde_theme.prev_profile{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 40px;
        z-index: 1000;
        transform: rotate(180deg);
        background-image: url("../img/carousel/arrow.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px 38px;

    }
    .cde_theme.next_profile{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 40px;
        z-index: 1000;
        background-image: url("../img/carousel/arrow.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px 38px;
    }
	.cde_theme.nav_desk_profile {
        display: none;
    }
}
