/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Typography (baseline corrections)
================================================== */

	h1 { line-height: 49px; margin-bottom: 14px;}
	h2 { line-height: 42px; margin-bottom: 7px; }
	h3 { line-height: 35px; margin-bottom: 7px; }
	h4 { line-height: 28px; margin-bottom: 7px; }
	h5 { line-height: 21px; }

	p { margin: 0 0 21px 0; }
	p.lead { line-height: 28px; }


/*	Blockquotes  */
	blockquote, blockquote p { line-height: 21px;}
	blockquote { margin: 0 0 21px; padding: 7px 20px 0 19px; }

	hr { margin: 14px 0 28px;}
	
/* #Lists (baseline corrections)
================================================== */
	ul, ol { margin-bottom: 21px; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 7px 0 7px 30px; }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 7px; }
	li { line-height: 21px; margin-bottom: 14px; }
	
	
	

/* #Site Styles
================================================== */
@font-face {
    font-family: 'EntypoRegular';
    src: url('../fonts/entypo/entypo.eot');
    src: url('../fonts/entypo/entypo.eot?#iefix') format('embedded-opentype'),
         url('../fonts/entypo/entypo.woff') format('woff'),
         url('../fonts/entypo/entypo.ttf') format('truetype'),
         url('../fonts/entypo/entypo.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	}

img {
	max-width: 100%;
}

.band{
	background-color:#ededed;
}
.band.header {
	background: rgb(0,0,254);
	background: -moz-linear-gradient(top, rgba(0,0,254,1) 0%, rgba(0,0,102,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,254,1)), color-stop(100%,rgba(0,0,102,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,254,1) 0%,rgba(0,0,102,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,254,1) 0%,rgba(0,0,102,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,254,1) 0%,rgba(0,0,102,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,254,1) 0%,rgba(0,0,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000fe', endColorstr='#000066',GradientType=0 );
	padding-top: 14px;
	
	
}
.band.navigation {
	background: #000066;
	
}
.band.chief {
	background-image: url(../images/images/bright_squares.png);
	background-repeat: repeat;
}
.band.slider {
	background-image: url(../images/images/bright_squares.png);
	background-repeat: repeat;
	padding-top: 22px;
	padding-bottom: 5px;
}
.wrapper{
	padding-bottom: 40px;
	background-color:#ededed;
	background-image: url(../images/images/bright_squares.png);
	background-repeat: repeat;
}
.band.form {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/dots_bg.png);
}

.band.bottom {
	background: #000066;	
	padding: 28px 0 7px 0;
	color: #e0e0e0;
}


/*heading*/
header.main {
	padding: 35px 0;
}

header h1.logo {
	margin: 0;
	float: ;
	text-align: center;
	display: block;
}

header h1.logo a {
	text-align: center;
	height: 215px;
	display: block;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-image: url(../images/images/Greco-logo.png);
	background-repeat: no-repeat;
	background-position: center;
}

/*images*/
figure {
	min-width: 100%;
	max-height:100%;
	border: 1px solid #ededed;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	padding: 5px;
	float: left;
	margin-bottom: 0px;	
}

figcaption {
	font-size: .75em;
	text-align: center;
	padding: 0px 0;
}

/*box*/
.box {
	min-width: 100%;
	max-height:100%;
	border: 1px solid #ededed;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	padding: 5px;
	float: left;
	margin-bottom: 20px;
	
}

.head {
	text-align: center;
	text-transform: uppercase;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: .08em;
	background-color: #000069;
	color: #E2E2E2;
	font-size: 18px;
	moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; /* future proofing */
	-khtml-border-radius: 5px 5px 0 0; /* for old Konqueror browsers */
}
.top {
	width: 100%;
	height: auto;
	padding-top: 100px;
	
	
}

.plus a {
    font-family: EntypoRegular;
	color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: normal;
	line-height: 40px;
    text-align: center;
    background: #000066;
	letter-spacing: .08em;
	font-weight: 600;
    display: block;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px; /* future proofing */
	-khtml-border-radius: 0 0 5px 5px; /* for old Konqueror browsers */
	
    
}
.plus a:hover {
    background: #999;
	color: #fff;
}


.plus a:active {
    position: relative ;
    top: 0px;
	border: 0px solid #ccc;
}














/*Apartment Header*/
.apt {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	display: block;
	line-height: 36px;
	padding-top: 20px;
}

.apt h1 {
	color: #000066;
	font-family: "garvis-pro",serif;
	font-weight: normal; 
	font-size: 65px;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-top:5px;
	padding-bottom: 5px;	
	
}

h1.contact {
	color: #000066;
	font-family: "garvis-pro",serif;
	font-weight: normal; 
	font-size: 70px;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-align: center;
	line-height: 100px;
	display: block;
	margin-top:5px;
	padding-bottom: 0px;	
	
}




h5.icons {
	text-transform: none;
    color: #000066;
   
	
	
}
.italics {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	text-transform: none;
	letter-spacing: .05em;
	color: #333;
	text-align: center;
	line-height: 0px;
	padding-bottom: 5px;
	
	
}
.italics2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	text-transform: none;
	letter-spacing: .05em;
	color: #333;
	text-align: center;
	line-height: 0px;
	padding-bottom: 0px;
	}

.icons span {
	font-family: EntypoRegular;
	font-size: 30px;
	vertical-align: top;
	padding-right: 3px;
	color: #000066;
	text-transform: capitalize;    
	
	
}
ul.list li{
  
  display: inline;
}
ul.list li span{
  
  margin-left: 20px;
}
ul.list li span.1{
  
  margin-left: 0px;
}
.contact span {
	font-family: EntypoRegular;
	font-size: 37px;
	vertical-align: top;
	padding-right: 3px;
	color: #000066;
	text-transform: capitalize;    
		

	
}
.contact-details {
	font-family: EntypoRegular;
	font-size: 17px;
	line-height: 5px;
	vertical-align: top;
	color: #000066;
	padding-bottom: 40px;
	padding-top: 20px;
	text-align: left;	
	
}

.contact h1{
	font-family: EntypoRegular;
	font-size: 40px;
	line-height: 20px;
	vertical-align: top;
	color: #000066;
	text-transform: capitalize;
	font-weight: 600;	
	
}






	
/*fancybox*/
.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
		}

		body {
			margin: 0 auto;
		}
		




/*scroll*/

.back-to-top {
position: fixed;
bottom: 10px;
right: 10px;
/*link to your image, use correct path, if in doubt, use full path with http://...*/
background: url(../images/arrows.png) left top no-repeat; 
width: 40px;
height: 40px;
}

.back-to-top a {
text-indent: -9999px;
display: block;
}

.back-to-top:hover { 
/*link to your image, use correct path, if in doubt, use full path with http://...*/
background:url(../images/arrows.png) left -40px no-repeat; 
}




/* ==================================================
   Contact Section
================================================== */

.contact-details h3 {
	color: #000066;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	letter-spacing: .05em;
    font-weight: 300;
    margin-bottom: 30px;
	line-height: 1em;
    text-transform: none;
}

.contact-details ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.contact-details ul li {
	margin: 0 0 20px;
	line-height: 28px;
	padding: 0;	
}

#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea {
    
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #ededed;
    color: #000066;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0;
	
    resize: none;
}

#contact-form input {
    
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
    background: #ededed;
    color: #000066;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 30px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
	
}

#contact-form .submit:hover {
    background: #000066;
    color: #FFFFFF;
}

#response {
	margin-top: 20px;
	color: #FFFFFF;
}

.placeholder{
	color: #000066;
	}
input.parsley-success
            {
              color: #468847 !important;
              background-color: #DFF0D8 !important;
              border: 1px solid #D6E9C6 !important;
            }
            input.parsley-error
            {
              color: #B94A48 !important;
              background-color: #F2DEDE !important;
              border: 1px solid #EED3D7 !important;
            }
 
            input
            {
                width: 150px;
                margin: 0 0px !important;
            }
 
            ul.parsley-error-list
            {
                font-size: 11px;
                margin: 2px;
                list-style-type:none;
				color: #B94A48;
            }
 
            ul.parsley-error-list li
            {
                line-height: 11px;
				
	    }
		
		

#contact-checkbox {
	background-color:rgba(237,237,237,1);
	
	
	}






/*fancybox*/
.hidden {
    display: none;
}	
		
		
/*footer*/
footer a,
footer a:visited {
	color: #8F8F8F;
}


footer a:hover {
	text-decoration: none;
	color: #fff;
}

.bottom footer {
	font-size: 12px;
}

div.last-credit {
	text-align: right;
}		
.empty {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	color:rgba(255,255,255,0.0);
	
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 45%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	
}
.map{
	padding-bottom: 20px;
	
}






/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.apt h1 {
	color: #000066;
	font-family: "garvis-pro",serif;
	font-weight: normal; 
	font-size: 40px;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-top:5px;
	padding-bottom: 5px;	
	
	}
	h1.contact {
		color: #999;
		font-family: "garvis-pro",serif;
		font-weight: normal; 
		font-size: 40px;
		letter-spacing: .05em;
		text-transform: uppercase;
		text-align: center;
		line-height: 100px;
		display: block;
		margin-top:5px;
		padding-bottom: 5px;	
		
	}
		
		
		.head {
	text-align: center;
	text-transform: uppercase;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: .08em;
	background-color: #000069;
	color: #E2E2E2;
	font-size: 16px;
	moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; /* future proofing */
	-khtml-border-radius: 5px 5px 0 0; /* for old Konqueror browsers */
	}
	
		
		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.map{
	display: none;
	
}

		
		.apt h1 {
	color: #000066;
	font-family: "garvis-pro",serif;
	font-weight: normal; 
	font-size: 40px;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-top:5px;
	padding-bottom: 5px;	
	
	}

	h1.contact {
		color: #999;
		font-family: "garvis-pro",serif;
		font-weight: normal; 
		font-size: 40px;
		letter-spacing: .05em;
		text-transform: uppercase;
		text-align: center;
		line-height: 100px;
		display: block;
		margin-top:5px;
		padding-bottom: 5px;	
		
		}
	
			
		ul.list li{
	display: inherit;
		}
			 

		 
		 
		 header h1.logo a {
			  
			  height: 110px;
			  display: block;
			  font: 0/0 a;
			  text-shadow: none;
			  color: transparent;
			  background-image: url(../images/images/Greco-logo-mobile.png);
			  background-repeat: no-repeat;
		  }
		  
		  
		  nav.primary select {
						display: block;
					}
						
		  nav.primary ul {
			  display: none;
		  }
			  
		  /*footer*/
		  footer a,
		  footer a:visited {
			  color: #8F8F8F;
		  }
		  
		  footer a:hover {
			  text-decoration: none;
			  color: #fff;
		  }
		  
		  .bottom footer {
			  font-size: 12px;
		  }
		  
		  
		  div.first-credit {
			  text-align: center;
			  line-height: 25px;
		  }	
		  div.first-credit p{
			  height: 10px;
		  }
		  div.last-credit {
			  text-align: center;
			  line-height: 0px;
		  }
		  
		  ul.list li span{
			margin-left: 0px;
		  }
		  
		  .contact-details {
		text-align: center;	
	
}
				  
		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		 	.top {
	width: 100%;
	height: auto;
	padding-top: 50px;
	
	
} 
		
		
		
		
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		
		
		
		}
