@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700|Dosis:200,600);
.word{
	font-family: 'Lato', Calibri, Arial, sans-serif;
}
@font-face
{
	font-family: buttonFont;
	src: url('Felipa-Regular.otf');
}

html{
	background-color: #000;

}


.disabled {
	pointer-events: none;
}
body{
	background-color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #878787;
	font-weight: 300;
	background-image: url('../assets/images/wave_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;

}

#header-image{
	border-bottom: 1px solid #fff;
}

.projectos-slideshow{
	position: absolute;
	width:600px;
	opacity: 0;
}

.projectos-slideshow-prev,
.projectos-slideshow-next{
	font-size: 0;
    line-height: 0;

    position: absolute;
    top: 45%;

    display: block;

    width: 75px;
    height: 75px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;


}

.projectos-slideshow-prev:hover,
.projectos-slideshow-prev:focus,
.projectos-slideshow-next:hover,
.projectos-slideshow-next:focus
{
    opacity: .50;
}

.projectos-slideshow-prev:hover:before,
.projectos-slideshow-prev:focus:before,
.projectos-slideshow-next:hover:before,
.projectos-slideshow-next:focus:before
{
    opacity: .50;
}

.projectos-slideshow-prev.slick-disabled:before,
.projectos-slideshow-next.slick-disabled:before
{
    opacity: .25;
}

.projectos-slideshow-prev:before,
.projectos-slideshow-next:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;

    opacity: .25;
    color: dimgray;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.projectos-slideshow-next{
	background-image: url('../assets/images/right.png');
	right: -85px;
}

.projectos-slideshow-prev{
	background-image: url('../assets/images/left.png');
	left: -85px;
}

.projectos-slideshow-previous{
	position: absolute;
	z-index: 10000;
}

#close-projectos-slideshow{
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
    color: transparent;
    border: none;
    outline: none;
}

.link-close-projectos-slideshow{
	width: 30px;
	height: 30px;
	display: block;
	background-image: url('../assets/images/close.png');
	background-size: cover;
}

.link-close-projectos-slideshow:hover{
	opacity: .75;
    color: dimgray;
}

.link-close-projectos-slideshow:active{
	opacity: .5;
    color: dimgray;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#navbar-menu{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

ul#navbar-menu li{
	display: inline;
	float: right;
}

ul#navbar-menu li a{
	padding:5px 10px;
	color: #878787;
	display: inline-block;
	background-color: #1A1819;
	text-decoration: none;
}

ul#navbar-menu li a:hover{
	color: #b80000;
}

#navbar-left{
	color: #878787;
}

ul#categoria-menu-top{
	font-size: 13px;
	margin-left: 1px;
}

ul#categoria-menu-top li{

}

ul#categoria-menu-top li a{
	display:block;
	background-color:#757575;
	color: #fff;
	padding: 0 5px;
	margin-bottom: 1px;
	text-decoration: none;
	text-shadow:1px 1px #1C1C1C;
}

ul#categoria-menu-top li a:hover{
	background-color:#636363;
}

ul#categoria-menu-bottom{
	font-size: 13px;
	margin-left: 1px;
}

ul#categoria-menu-bottom li{

}

ul#categoria-menu-bottom li a{
	display:block;
	background-color:#363636;
	color: #fff;
	padding: 0 5px;
	margin-bottom: 1px;
	text-decoration: none;
	text-shadow:1px 1px #1C1C1C;
}

ul#categoria-menu-bottom li a:hover{
	background-color:#636363;
}
#hotelaria-wrapper{
	background-image: url('../assets/images/hotelaria.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color:#757575;
}
#office-wrapper{
	background-image: url('../assets/images/office.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color:#363636;
}
#categoria-menu{
	position: absolute;
}

.menu-sq-btns{
	width: 116px;
	height: 116px;
	padding: 16px;
	border: 1px solid #1a1a1a;
	position: absolute;
	background-color:#000000;
	cursor: pointer;
	z-index: 10000;
}
.inner-menu-sq-btns{
	background-color:#1a1a1a;
	width: 116px;
	height: 116px;
}
.inner-menu-sq-img{
	position: absolute;
	top:16px;
	left:16px;
	opacity:0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.inner-menu-sq-img:hover{
	filter: alpha(opacity=100);
	opacity: 1;
}

.top-sq-text{
	width: 100%;
	float:left;
	font-size: 8px;
	text-align: center;
	color: #ffffff;
	font-family: 'Merriweather Sans', sans-serif;
	margin-top: 35px;
	text-transform: uppercase;
	letter-spacing:4px;
}

.bottom-sq-text{
	width: 100%;
	float:left;
	text-align: center;
	font-family:buttonFont;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-top: 0;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing:2px;
}

#frame-wrapper{
	position: absolute;
	top:-10000px;
	z-index: 9999;
}

.sq-btn-up{

}

#btn-sub-cat-loading{
	width: 150px;
	height: 150px;
	display: none;
	text-align: center;
	position: absolute;
}

.frame-wrapper-down{

}

.frame-wrapper-closed{

}

.roleta-img-wrapper{
	margin-top: 18px;
	margin-left: 18px;
	height: 112px;
	width: 112px;
	background-color: #000000;
	border:0;
}

.roleta-img-wrapper:hover{
	background-color: #000000;
}

.roleta-img{

}
#product-details-wrapper{
	position: absolute;
	left:-800px;
	display:none;
	width:778px;
	height: 518px;
	z-index: 10003;
}
#main-nav-wrapper{
	width: 150px;
	float:left;
	height: 518px;
}

#detail-nav-wrapper-spacer{
	width: 150px;
	height: 304px;
	float:left;
}


#detail-nav-wrapper{
	width: 150px;
	background-color: #0d0d0d;
	height: 216px;
	z-index: 10001;
	text-align: center;
	position: relative;
	float:left;
	display:none;
}

#detail-nav-wrapper a#btn-roleta-up{
	height: 34px;
	width: 34px;
	display: inline-block;
	background-image: url('../assets/images/btn-prev.png');
}
#detail-nav-wrapper a#btn-roleta-up:hover{
	background-image: url('../assets/images/btn-prev-hover.png');
}

#detail-nav-wrapper a#btn-roleta-down{
	height: 34px;
	width: 34px;
	display: inline-block;
	background-image: url('../assets/images/btn-next.png');
}

#detail-nav-wrapper a#btn-roleta-down:hover{
	background-image: url('../assets/images/btn-next-hover.png');
}

/*#sub-pic-wrapper{
	width: 342px;
	height: 518px;
	position: absolute;
	display: block;
	z-index: 10001;
	left:-500px;
	border: 1px solid #363636;
	background-color: #000;
}*/
#sub-pic-wrapper{
	width: 314px;
	height: 518px;
	display: block;
	z-index: 10001;
	border: 1px solid #363636;
	background-color: #000;
	margin-left: 1px;
	float:left;
	position: relative;
}

#details-wrapper{
	width: 280px;
	background-color: #000;
	height: 518px;
	display: block;
	overflow: hidden;
	border: 1px solid #363636;
	z-index: 10001;
	margin-left: 1px;
	float:left;
	position: relative;
}

#details-wrapper-title{
	width: 260px;
	float: left;
	font-size: 30px;
	color: #810000;
	text-align: right;
	text-transform: capitalize;
	margin-left: 10px;
	border-bottom: 1px solid #810000;
	margin-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;

}

#details-wrapper-title-mirror{
	width: 260px;
	float: left;
	font-size: 30px;
	color: #280000;
	text-align: right;
	text-transform: capitalize;
	margin-left: 10px;
	margin-top: 10px;
	font-weight: 400;
}

#details-wrapper-text{
	width: 280px;
	float: left;
	color: #c00000;
	font-size: 12px;
	margin-top: 30px;
}

#details-wrapper-icon{
	width: 35px;
	float: left;
	margin-left: 20px;
}

#details-wrapper-inner-text{
	width: 193px;
	float: left;
	text-align: justify;
	line-height: normal;
	font-family: 'Arial';
}
#details-wrapper-inner{
	width: 280px;
	float: left;
	background-color: #000;
	margin-top: 40px;
	height: 80px;
	position: relative;
}

#details-wrapper-fotos{
	width: 280px;
	float: left;
}

#details-sub-pic-foto{
	width: 341px;
	background-color: #000;
	height: 518px;
	position: absolute;
	display: none;
	overflow: hidden;
	z-index: 10001;
}

#btn-fechar-details{
	width: 62px;
	text-align: center;
	position: absolute;
	top:-24px;
	left:-1px;
	background: #000;
}

#btn-fechar-details2{
	width: 62px;
	text-align: center;
	position: absolute;
	top:-24px;
	left:-1px;
	background: #000;
	z-index: 10005;
}

#sub-pic-loading{
	width: 100%;
	text-align: center;
	top:200px;
	position: absolute;
}

#details-loading{
	width: 100%;
	text-align: center;
	top:25px;
	position: absolute;
}

#sq-number{
	padding: 20px 5px 20px 0;
	color: #c00000;
	font-size: 30px;
	text-align: center;
	font-weight: 400;
}

#mini-fotos-wrapper{
	height: 80px;
}

#mini-fotos-wrapper li{
	background-color: #fff;
	height: 80px;
}

#mini-fotos-wrapper li active{
	background-color: #fff;

}

#mini-fotos-wrapper a img{
	height: 80px;
}

.grey-link{
	color: #cccccc;
}

.grey-link:hover{
	color: #ffffff;
	text-decoration: none;
}

.red-link{
	color: #810000;
}

.red-link:hover{
	color: #ffffff;
	text-decoration: none;
}

#page-wrapper{
	width: 640px;
	height: 400px;
	background-color: #fff;
	position: absolute;
	left: -800px;
	/*overflow: hidden;*/
	display: block;
}

#page-inner-text{
	width: 620px;
	height: 360px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	text-align: justify;
	color: #000;
	font-family: 'Arial';
}

.scroll-pane{
	width: 100%;
	height: 380px;
	overflow: auto;
}

#formEnviarContactos .control-group label{
	font-size: 13px;
	width: 100px;
}

#animated-intro-text-wrapper{
	position: absolute;
	text-align: center;
	font-size: 40px;
	color: white;
	overflow: hidden;
	width: 100%;
	height: 100px;
}

#animated-intro-text{
	position: absolute;
	text-align: center;
}
#logo-wrapper{
	position: absolute;
	right: 50px;
	bottom: 20px;
}

#logo-facebook{
	position: absolute;
	right: 20px;
	top: 200px;
}
.menu-sh-bottom{
	width: 160px;
	height: 120px;
	background-image: url('../assets/images/shadow_bottom.png');
	background-repeat: repeat-x;
	position: absolute;
	top: 273px;
	left:0;
}
.menu-sh-top{
	width: 160px;
	height: 120px;
	background-image: url('../assets/images/shadow_top.png');
	background-repeat: repeat-x;
	position: absolute;
	left:0;
	top: -116px;
}
.sh-bottom{
    display: none;
	width: 150px;
	height: 120px;
	background-image: url('../assets/images/shadow_bottom.png');
	background-repeat: repeat-x;
	position: absolute;
	top: 149px;
	left:0;
}
.sh-top{
    display: none;
	width: 150px;
	height: 120px;
	background-image: url('../assets/images/shadow_top.png');
	background-repeat: repeat-x;
	position: absolute;
	left:0;
	top: -116px;
}
a.btn-play{
	text-decoration: none;
	color: #FFF;
}
a.btn-pause{
	text-decoration: none;
	color: #FFF;
}
.form-horizontal .control-label {
	float: left;
	width: 160px;
	padding-top: 2px;
	text-align: right;
}
form {
	margin: 0;
}
