/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
    font-family: 'downcomeregular';
    src: url('fonts/downcome-webfont.eot');
    src: url('fonts/downcome-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/downcome-webfont.woff2') format('woff2'),
         url('fonts/downcome-webfont.woff') format('woff'),
         url('fonts/downcome-webfont.ttf') format('truetype'),
         url('fonts/downcome-webfont.svg#downcomeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titillium_webbold';
    src: url('fonts/titilliumweb-bold-webfont.eot');
    src: url('fonts/titilliumweb-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-bold-webfont.woff') format('woff'),
         url('fonts/titilliumweb-bold-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-bold-webfont.svg#titillium_webbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_weblight';
    src: url('fonts/titilliumweb-light-webfont.eot');
    src: url('fonts/titilliumweb-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-light-webfont.woff') format('woff'),
         url('fonts/titilliumweb-light-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-light-webfont.svg#titillium_weblight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_webregular';
    src: url('fonts/titilliumweb-regular-webfont.eot');
    src: url('fonts/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-regular-webfont.woff') format('woff'),
         url('fonts/titilliumweb-regular-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'nexa_lightregular';
    src: url('fonts/nexa_light-webfont.eot');
    src: url('fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_light-webfont.woff') format('woff'),
         url('fonts/nexa_light-webfont.ttf') format('truetype'),
         url('fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'nexa_boldregular';
    src: url('fonts/nexa_bold-webfont.eot');
    src: url('fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_bold-webfont.woff') format('woff'),
         url('fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #2F348E;
}

h2{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #2F348E;
	line-height:16px;
}

h3{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #D8DF25;
}

p{
    font-family: titillium_webregular, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

#sectionContent ul li{
    font-family: titillium_webregular, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	list-style:none;
	text-align:center;
}


.menuHeader{
	font-family: titillium_webregular, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ee4a22;
	line-height: 4px;
	display: inline;
	
}

a{
	text-decoration:none;
}

a:hover{
	color: #ee4a22;
}
/* ==========================================================================
   Impression Design Base styles
   ========================================================================== */

html {
  background:url(../img/koutouki-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: black;
}

.wrapper {
  width: 960px;
 margin: 0 auto 0em;
 
}


header{
	height:80px;
	width: 100%;
	background: rgba(255,255,255, 0.6);
}

section{
	width: 960px;
 margin: 0 auto 0em;
 background:url(../img/koutouki-section-bg.jpg)  repeat;
 padding:16px;
 padding-bottom:32px;
 border-width:0 5px;
    border-style: solid;
    border-image: url(../img/section-border.jpg) 0% 50% stretch;
}

#sectionContent{
	width: 600px;
	padding:0px 16px;
}

aside{
	width:270px;
	float:right;
	padding-left:32px;
	border-left: 1px dotted #CFB02C;
	margin-top:16px;
	padding-top: 16px;
	

}

aside p{
    font-family: titillium_webregular, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
}


/* ==========================================================================
   Impression Design custom styles
   ========================================================================== */
#logo{
	position:absolute;
	margin-top:16px;
}



#slogan{
	position:absolute;
	margin-top:8px;
	margin-left: 330px;
}


#slogan h1{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #2F348E;
}


#socialMedia{
	float:right;
	margin-top: 19px;
}

#socialMedia a{
	opacity: 1;
}
#socialMedia a:hover{
	opacity: 0.7;
}

#reservations a{
	padding:8px 32px;
	background:url(../img/koutouki-btn.jpg);
	font-family: downcomeregular, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color: #CFB02C;
	text-decoration:none;
}

#reservations a:hover {
	color: #fff;
	background: url(../img/koutouki-nav-bg-on.jpg);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(207,177,44,1);
-moz-box-shadow: 0px 0px 10px 2px rgba(207,177,44,1);
box-shadow: 0px 0px 10px 2px rgba(207,177,44,1);
}

#separation{
	width: 100%;
	height:15px;
	position:absolute;
	background: url(../img/separation.png);
	margin-top: -10px;
}

.contentImg img{
	border: 3px solid #ceaf2b;
		-ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    transform: rotate(3deg);
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
margin: 0px 0px 16px 16px;
}

.contentImgBig img{
	border: 3px solid #ceaf2b;
		-ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
    transform: rotate(-3deg);
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
margin: 0px 0px 16px 16px;
}




.menuTitle img{
border: 3px solid #ceaf2b;
		-ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    transform: rotate(3deg);
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
margin-right: 16px;
}

.galleries{
	float:left;
	margin-right:16px;
	margin-bottom:16px;
}

.galleries img{
	border: 3px solid #ceaf2b;
		-ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    transform: rotate(3deg);
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
margin-right: 16px;
}

.galleries:last-child{
	margin-bottom: 62px;
}

#downloadMenu{
	position:absolute;
	margin-left: 370px;
	margin-top: -70px;
}
#downloadMenu2{
	position:absolute;
	margin-left: 370px;
	margin-top: -40px;
}
#downloadMenu3{
	position:absolute;
	margin-left: 370px;
	margin-top: -10px;
}
#downloadMenu4{
	position:absolute;
	margin-left: 370px;
	margin-top: 20px;
}

/* ==========================================================================
   NavBar
   ========================================================================== */
nav{
	width: 100%;
	height:60px;
	background:url(../img/koutouki-nav-bg.jpg);
}


nav ul{
	display:inline-block;
	margin-top:20px;
	margin-left: -32px;
}

nav ul li{
	float:left;
	list-style:none;
}

nav ul li a{
	font-family: downcomeregular, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color: #CFB02C;
	text-decoration: none;
	padding: 15px 23px 14px 23px;
}

nav ul li a:hover{
	color: #fff;
	background: url(../img/koutouki-nav-bg-on.jpg);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(207,177,44,1);
-moz-box-shadow: 0px 0px 10px 2px rgba(207,177,44,1);
box-shadow: 0px 0px 10px 2px rgba(207,177,44,1);
}

.navBorder{
	width: 100%;
	height: 2px;
	background:url(../img/the-condos-at-indian-palms-nav-border.jpg);
}



/* ==========================================================================
   Footer
   ========================================================================== */
footer{
	width: 100%;
	height:60px;
	background:url(../img/koutouki-nav-bg.jpg);
}

#footerLogo{
	position:absolute;
	margin-top: 16px;
}

#copyright{
	float:right;
}


#copyright p{
    font-family: titillium_webregular, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
}

#copyright a{
	color: #CFB02C;
}

#copyright a:hover{
	color: #fff;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}




.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
