/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: NYC Design
 * Version: 1.0
 * Date: 04-20-2014
 * URL: 
 */


/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Marck+Script:400);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #966b30;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #966b30;
    color: #fff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: "Lato" sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", sans-serif;
	font-weight: 900;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
    -webkit-transition: background-color ease-out 1s;
    -moz-transition: background-color ease-out 1s;
    -o-transition: background-color ease-out 1s;
    transition: background-color ease-out 1s;
    color: #966b30;
}

a:focus {
	text-decoration: none;
    color: #000;
}

iframe {
	border: 0;
}

section {
	margin: 200px 0 0;
}

section#inicio {
	margin: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

/* ==========================================================================
   MENU CONFIGURATION
   ========================================================================== */

.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #1a1a1a;
	width: 200px;
	height: 100%;
}

.menu h1.logo a {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #f85c37;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	color: #808080;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu a:hover {
	color: #ffffff;
}

.menu a:active {
	color: #ffffff;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 40px;
	margin: 25px 2px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

body > div {
	position: relative;
	display: inline-block;
	width: 100%;
	min-height: 500px;
}

#headerwrap {
	background: url(../img/back.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap p a{
	font-size: 40px;
	font-family: "Marck Script";
	padding-bottom: 60px;
	display: inherit;
}

#headerwrap img {
	width: 60%;
	max-width: 230px;
}

#headerwrap h1 {
    color: #000;
    margin: 40px 0 10px;
    padding: 0 5px 2px;
    font-size: 56px;
    font-family: Lato;
    text-transform: uppercase;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

#periodicowrap {
	background: url('../img/periodico.jpg') no-repeat;
	background-size: 100%;
	background-position: 0 100%;
	padding: 50px 0 70px;
	color: #fff;
}

#documentacionwrap .row > span, #documentacionwrap .row > span > span {
	width: 100% !important;
}

/* About Wrap & Conf */
#aboutwrap {
	margin-top: 80px;
	margin-bottom: 80px;
}

.name {
	text-align: center;
}
.name p {
	font-size: 22px;
	font-weight: lighter;
	margin-top: 15px;
	letter-spacing: 2px;
}

.name-label {
	width: 60px;
	height: 60px;
	margin: 0 auto 45px;
	border-top: 1px solid #000;
	background: url(../img/name-label.png) center bottom no-repeat;
	background-size: 35px 35px;
}

.name-zig {
	width: 73px;
	height: 17px;
	margin: 38px 0 38px;
	background: url(../img/name-zig.png) 0 0 no-repeat;
	background-size: 73px 17px;
}

.name-desc h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	line-height: 1.45;
	font-weight: 300;
}

#mapawrap h3 {
	margin-right: 5%;
}

p.center {
	text-align: center;
	width: 100%;
	display: inline-block;
}

ul.home {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.home > li > a {
    font-family: lato;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 35px;
}
p.subtitle {
	font-family: "Marck Script";
	font-size: 40px;
}
p.subtitle span {
	display: block;
	font-size: 20px;
	font-weight: 300;
	font-family: Lato;
}

/* Footer */
#footerwrap {
	background-color: #222;
	color: #fff;
	margin: 0;
	min-height: 0;
}
#footerwrap p {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 3em;
	margin: 0;
	padding: 0;
}
#footerwrap p a {
	color: #fff;
}

.download a {
    background: #000;
    padding: 15px 18px;
    margin: 0 auto 20px;
    display: inline-block;
    color: #fff;
    width: auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.download a:hover {
	background: #966b30;
}
.download a i {
	padding-right: 5px;
}
h4 {
	font-family: "Marck Script";
	display: inherit;
	font-size: 30px;
	font-weight: 400;
	position: relative;
	text-align: center;
}

/* Arrows */
h3.arrow {
	font-family: "Marck Script";
	padding-bottom: 60px;
	display: inherit;
	font-size: 50px;
	font-weight: 400;
	position: relative;
	text-transform: lowercase;
}
.arrow-left {
	text-align: left;
	float: left;
}
.arrow-right {
	text-align: right;
	float: right;
}
.arrow-center {
	text-align: center;
}
.arrow-left::after {
    background: url('../img/arrow-left.png') no-repeat;
    content: " ";
    display: inline-block;
    width: 39px;
    height: 48px;
    position: absolute;
    bottom: 15px;
    left: 50%;
}
.arrow-right::after {
    background: url('../img/arrow-right.png') no-repeat;
    content: " ";
    display: inline-block;
    width: 29px;
    height: 48px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -20px;
}
.arrow-center::after {
    background: url('../img/arrow-center.png') no-repeat;
    content: " ";
    display: inline-block;
    width: 29px;
    height: 48px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -15px;
}
a.arrow-center:hover::after {
    background: url('../img/arrow-center-hover.png') no-repeat;
}
#headerwrap p a::after {
	bottom: 25px;
}
#periodicowrap .arrow-right::after {
	background: url('../img/arrow-right-white.png') no-repeat;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    text-align: center;
    line-height: 40px;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 1);
}
@media (max-width: 767px) {
  ul.home {
  	  display: none;
  }
}