a {
    outline:none;
}

.main {
	/*text-shadow: 2px 2px 2px grey;*/
	font-size: 18;
	font-weight: bold;
}

.top_big {
    position: fixed;
}


.logo_big {
    height: 100%;
}

.logo_torre_bruno {
    height: 40%;
}

.lang_img {
    width:30px;
    transition: 0.6s;
    cursor: pointer;
    opacity:0.5;
    fill:none;
    color: white;
    font-weight: bold;
    font-size: 25px;
    z-index=-1;
    display: none;
}


.lang_img:hover {
    opacity:1;
}

@media(orientation:portrait) {
    .lang_img {
        font-size: 40px;
    }
}

.lang_img_selected {
    width:50px;
    height:50px;
    transition: 0.1s;
    cursor: default;
    opacity:1;
    fill:none;
    stroke-width:0;
    font-weight: bold;
    font-width: 1;
    /*font-size: 15px;*/
    z-index=-1;
}

.lang_rect {
}

.section_img {
    /*cursor: pointer;*/
    cursor: default;
    color: #c7cb00;
    font-weight: bold;
    font-size: 110%;
    z-index=-1;
}

@media(orientation:portrait) {
    .section_img {
        font-size: 150%;
    }
}

.top_big {
    margin-top: 0px;
    padding-top: 1%;
    /*position: fixed;*/
    /*background: #f8f2ec;*/
    text-align: left;
    height: 9%;
    padding-bottom: 20px;
    width: 100%;
    z-index: 10;
    color: #d5bf95;
    transition: 0.4s;
}

@media(orientation:portrait) {
    .top_big {
        height: 12vw;
    }
}

/*
.top_small {
    margin-top: 0px;
    padding-top: 10px;
    position: fixed;
    background: green;
    text-align: center;
    height: 50px;
    width: 100%;
    z-index: 10;
}
*/

#top_menu {
    padding-left: 50px;
    padding-right: 50px;
    opacity: 1;
}


#central_body {
    overflow-y: visible;
	text-align: center;
	align: center;
}


#language_bar {
    padding-top:10px;
    width: 50px;
    float: right;
}


#footer {
    background: inherit;
    vertical-align: bottom;
    font-size: 50%;
    font-weight: normal;
    text-align:center;
    padding-bottom: 5px;
}

@media(orientation:portrait) {
    #footer {
        font-size: 70%;
    }
}

/*
#img_pane {
	background: url("../img/low_res/landscape/DSC_1347-2.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

.img_pane_container {
    position: relative;
    margin-left: 0px;
    margin:auto;
}
*/

.img_frame {
    position:relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
    overflow:hidden;
}

.img_building {
    display: none;
    overflow:hidden;
    z-index: 2;
}

.img_rooms {
    display: none;
    overflow:hidden;
    z-index: 2;
}

.img_breakfast {
    display: none;
    overflow:hidden;
    z-index: 2;
}

.img_olive_tree {
    display: none;
    overflow:hidden;
    z-index: 2;
}

.img_oil {
    display: none;
    overflow:hidden;
    z-index: 2;
}

@media(orientation:landscape) {
	.img_building {
        width:100%;
        max-height:100%;
	}
	.img_rooms {
        width:100%;
        max-height:100%;
	}
	.img_breakfast {
        width:100%;
        max-height:100%;
	}
	.img_olive_tree {
        width:100%;
        max-height:100%;
	}
	.img_oil {
        width:100%;
        max-height:100%;
	}
}

@media(orientation:portrait) {
	.img_building {
        height:100%;
        left: -20%;
	}
	.img_rooms {
        height:100%;
	}
	.img_breakfast {
        height:100%;
	}
	.img_olive_tree {
        height:100%;
	}
	.img_oil {
        height:100%;
	}
}


.img:hover {
    z-index: 0;
}


.img_pane_button {
    position:absolute;
    top:50%;
    width: 55px;
    height: 65px;
    transform:translate(0%,-50%);
    border-radius: 10px;
    border: 0px;
    opacity: 0.5;
    z-index: 1;
    cursor: pointer;
}

@media(orientation:portrait) {
    .img_pane_button {
        width: 75px;
        height: 85px;
        opacity: 0.7;
    }
}

.img_pane_button:hover {
    z-index: 2;
}

.img_pane_left_button {
    left: 15px; 
}

.img_pane_right_button {
    right: 15px; 
}

#test-container {
    position:relative;
    width: 200px;
    height: 200px;
}

#contact_box {
    background: #c7cb00;
    color: white;
    margin: 0px;
    text-align: center;
    visibility: normal;
    font-size: 180%;
    z-index: 3;
    width: 100%;
    float:left;
}

.link:hover {
    border-width: 2px;
}

#contacts {
    background: inherit;
}

@media(orientation:portrait) {
	#contact_box {
	    font-size: 240%;
	}
}

.social_button {
    width: 60px;
    height: 60px;
    border: 0px;
    outline: none;
    outline-style: none;
    outline-width: 0px;
    outline-color: white;
}

.social_button:active {
    outline-style: none;
    outline-width: 0px;
    outline-color: white;
}

@media(orientation:portrait) {
    .social_button {
        width: 80px;
        height: 80px;
    }
}

#googlemap {
    margin: 0px;
    text-align: center;
    width: 50%;
    height: 200px; 
    float:right;
}


.link {
    border-radius: 18px;
    border-style: solid;
    border-width: 1px;
    color: white;
    text-decoration: none;
	font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;  
}

.link:active {
    color: #c7cb00;
    background: white;
}

@media(orientation:portrait) {

    .link {
        font-size: 120%;
    }
}

.link_buttons_section{
    margin-top: 5%;
}

.link_button {
    margin-left: 40%;
    margin-right: 40%;
    padding: 2%;
    background: #c7cb00;
    color: white;
    vertical-align: middle;
    text-decoration: none;
    transition: 0.1s;
}

@media(orientation:portrait) {
    .link_button {
        margin-left: 20%;
        margin-right: 20%;
    }
}

.link_button:hover {
    color: #c7cb00;
    background: white;
    border: #c7cb00;
    border-width: 2px;
    border-style: solid;
}
