textarea{
resize : none;        
}

@font-face {
font-family: 'Century Gothic';
src: url('../fonts/gothic.eot');
src: local('gothic'), url('../fonts/gothic.woff') format('woff'), url('../fonts/gothic.ttf') format('truetype');
}

body{
 font-family: 'Century Gothic',Arial,"Arial Unicode MS",Helvetica,sans-serif;
 background: url('../images/pageBG.png') repeat;
}

header{
 background: url('../images/headerBG.jpg') repeat;   
 color: white;
}

.imgLogo{
 width: 182px;
 height: 113px;
}

.divHeader{
 padding-top: 50px;
 padding-bottom: 30px;
}

.divHeaderMiddle{
 font-size: 15px;
 font-weight: bold;
}

.divUnderLogo{
 margin-top: 50px;   
}

.spPhoneHeader{
 font-size: 25px;   
}

.navbar-default .navbar-nav > li > a{
 color: #2e4e65;    
}

.nav > li > a {
 font-size: 16px;   
 font-family: "Century Gothic",Arial,"Arial Unicode MS",Helvetica,sans-serif;
 font-weight: bold;    
}

.navbar-default {
 background: none repeat scroll 0 0 rgba(124, 150, 177, 0.2);   
 border: none;
}

.divMap{
 height: 400px;   
 margin-bottom: 20px;
 margin-top: 20px;
}

@media ( min-width: 768px ) { 
    .navbar > .container {
        text-align: center;
    }
    .navbar-header,.navbar-brand,.navbar .navbar-nav,.navbar .navbar-nav > li {
        float: none;
        display: inline-block;
    }
    .navbar{
        width: auto;
        clear: none;
    }
}

.width100{
 width: 100%;   
}

.divRequest{
 margin-bottom: 20px;
 margin-top: 20px;
}

.spAllowRent{
 color: #4060ff;
 font-size: 15px;
}

.divFooter{
 margin-top: 20px;
 padding-top: 15px;
 padding-bottom: 15px;
 background: none repeat scroll 0 0 rgba(124, 150, 177, 0.2);
 color: #101b23;   
}

.divListObjects{
 margin-bottom: 30px;   
}

.pContact{
 font-size: 18px;   
}

/*----------- list-thumbnails--------------*/
.thumbnail-1 {
	border: none;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	overflow: hidden;
	background: transparent;
}
.members {
	padding: 76px 0 31px 0;
}
.list-members {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.list-members li h3 {
	margin-bottom: 0;
}
.list-members li {
	float: left;
	overflow: hidden;
	margin-bottom: 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-members li section {
	padding: 0;
}
.list-members li figure {
	width: 100%;
}
.list-members li figure .box-shadow img {
 width: 100%;
}
.list-members li h4 {
	margin-bottom: 0;
}
.list-members li a {
	margin-bottom: 0;
	color: #3e454c;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-members li a:hover {
	color: #c9d94e;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-members li p {
	margin-bottom: 0;
}
.list-members li figure {
	width: 100%;
	margin: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.list-members li figure img {
	width: 100%;
}
.list-members li > div > figure > a {
	position: relative;
	display: block;
	margin: 0;
}
.list-members li > div > figure > a > .zoom {
	width: 30px;
	height: 30px;
	margin-top: -250px;
	margin-left: -15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.list-members li > div > figure > a:hover > .zoom {
	margin-top: -15px;
	margin-left: -15px;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.list-members li > div > figure > a span {
	position: absolute !important;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: url(../images/patternhover1.png) repeat;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.list-members li > div > figure > a:hover span {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/patternhover1.png) repeat;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}