/*
Theme Name:     Neteuro Theme
Description:    Tema personalizado Neteuro 
Author:         Neteuro - Serviços Internet, Lda.
Template:       courtyard

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.site-info{
	display: none;
}

.pt-footer-wrapper .widget-title {
	font-family: 'Oswald', sans-serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
}
iframe{
	border:none!important;
	height:1500px!important;
}

h2{
	font-family: 'Oswald', sans-serif !important;
	font-size: 50px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
}

h3{
	font-family: 'Oswald', sans-serif !important;
	font-size: 30px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
}


h4{
	font-family: 'Oswald', sans-serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
}

.pt-room-cont .pt-arrow-right {
	width: 40px;
	height: 40px;
	padding-top: 10px;
}

.pt-home-navbar .menu-item a{
	color:white!important;
	font-weight: 400 !important;
	font-size: 16px !important;
	margin-right: 10px !important;
}

.pt-home-navbar .menu-item a:hover{
	color:white !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	text-decoration: underline;
	margin-right: 10px !important;
}

.pt-menu li a {
	padding: 0px 0 0px 0px;
}

.pt-menu li,
.pt-menu li a,
.pt-menu li ul,
.menu-item-has-children {
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

#primary-menu{
	padding-bottom:10px;
}

.pt-menu ul a{
	font-weight:400!important;
	margin-right: 0px;
}

.pt-menu ul ul a{
	font-size: 13px !important;

}

#primary-menu > li > a {
	font-size: 15px !important;
	margin-right: 10px !important;
}


.pt-menu ul ul a:hover{
	text-decoration: underline;
}


.pt-about-wrap {
	background-size: cover !important;
}

@media screen and (max-width:540px) {
	.pt-service-cont h3 a {
		font-size:20px !important;
	}
}
@media screen and (max-width:1000px) {

	.pt-about-cont {
		margin-top: 30px;
	}
}
.pt-about-cont-holder {
	color: #fff !important;
	font-weight: bold !important;
}

.pt-about-cont {
	background-color: rgba(33, 33, 33, 0.35) !important;
}

.pt-about-cont-holder h3 {
	color: #fff !important;
}

.pt-logo {
	float:right !important;
}


.pt-logo img {
	max-height: 100px !important;
}

.pt-content-wrap-border {
	border-top: none !important;
}

.pt-content-wrap {
	border: none !important;
}

.pt-navbar .container {
	width: 100% !important;
	background-color:#fff !important;
}

ul.menu li {
	display: inline-block;
}

ul.menu {
	float: right !important;
	margin-top: 10px;
	margin-right:20px;
}

.lang-item {
	margin-right:10px;
}

.centro.size-full.wp-image-373.alignleft {
	margin-left: 60px;
}

.pt-navbar:not(.pt-home-navbar) {
	background:#305B85;
}

.pt-navbar:not(.pt-home-navbar) li a {
	color:#fff;
}

.pt-navbar:not(.pt-home-navbar) li.current-menu-item a,
.pt-navbar:not(.pt-home-navbar) li a:hover
{
	color:#7F86BD;
	font-weight:400 !important;
}

.pt-navbar.pt-home-navbar li a {
	text-shadow: 0 0 10px #000000;
}

#footer-widgets a {
	color:#7F86BD;
}

.service-icon .fa {
	color:#305B85 !important;
}

.pt-service-cont a, .pt-read-more a b {
	color:#7F86BD !important;
}

.pt-room-cont.transition35 a {
	color:#305B85 !important;
}

.pt-room-cont.transition35 a:hover {
	color:#7F86BD !important;
}

.pt-read-more:hover a:before {
	background-color:#305B85 !important;
}

.pt-read-more a:before {
	background-color:#305B85 !important;
}

#back-to-top.show a {
	background-color:#305B85 !important;
}

#back-to-top {
	background-color:#305B85 !important;
}

.pt-arrow-right {
	background-color:#305B85 !important;
}

.pt-read-more a b,
.pt-read-more a {
	font-size:35px !important;
	text-decoration:none !important;
}

.pt-room-cont p:before {
	background-color:#305B85 !important;
}

#back-to-top.transition5 a {
	background-color:#305B85 !important;
}

.hotel-container {
	display:inline-block;
	text-align:center !important;
	font-size:18px;
	position:relative;
	margin-top:25px;
	float:left;
	text-shadow: 0 0 10px #000000;
}

.hotel-container * {
	color:#fff !important;
	text-decoration:none!important;
	outline: 0!important;
}

.hotel-name{
	padding:15px 15px 0 15px;
}

.hotel-sep {
	height:1px;
	width:50%;
	background-color:#fff;
	margin:3px auto;
	text-shadow: 0 0 10px #000000;
}
.hotel-hover {
	opacity:0;
	background-color:rgba(49,91,133,1);
	position:absolute;
	width:100%;
	height:50%;
	bottom:0;
	left:0;
	transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	padding:5px;
}
.hotel-container:hover .hotel-hover {
	opacity:1;
}

.hotel-al {
	border:1px solid #fff;
	display:inline-block;
	padding:0 4px;
	margin:auto;
	text-shadow: 0 0 10px #000000;	
}

.hotel-stars {
	height:27px;
}

.pt-menu #primary-menu >li:hover >a {
	color:#7F86BD !important;
}

.pt-menu .sub-menu li a {
	background-color:#1C4A7C !important;
}

.menu-container{
	background-color:#1C4A7C !important;
}

hr {
	border-top:1px solid #808080 !important;
}

.pt-menu li:hover > a {
	color:#7F86BD !important;
}