/* ============================== */
/* HMTL                           */
/* ============================== */

html {
	font-size: 62.5%;
}

body {
	font-size: 14px; font-size: 1.4rem;
	font-family: 'MuseoSansRounded-300';
}

h1 {
	border-bottom: 1px dashed #DDD;
	color: #F00;
	letter-spacing:-0.09rem;
	font-size: 34px; font-size: 3.4rem;
	font-family: 'MuseoSansRounded-700';
}

h2 {
	margin-bottom: 5px;
	color: #000;
	letter-spacing:-0.11rem;
	font-size: 20px; font-size: 2.0rem;
	font-family: 'MuseoSansRounded-100';
}

h3 {
	margin-bottom: 5px;
	color: #000;
	letter-spacing:-0.11rem;
	font-size: 20px; font-size: 2.0rem;
	font-family: 'MuseoSansRounded-100';
}

h4 {
	margin-bottom: 5px;
	color: #000;
	letter-spacing:-0.11rem;
	font-size: 20px; font-size: 2.0rem;
	font-family: 'MuseoSansRounded-100';
}

h5 {
	margin-bottom: 5px;
	color: #000;
	letter-spacing:-0.11rem;
	font-size: 20px; font-size: 2.0rem;
	font-family: 'MuseoSansRounded-100';
}

h6 {
	margin-bottom: 5px;
	color: #000;
	letter-spacing:-0.11rem;
	font-size: 20px; font-size: 2.0rem;
	font-family: 'MuseoSansRounded-100';
}

p {
	color: #666;
	letter-spacing:-0.09rem;
}

strong {
	color: #000;
	font-family: 'MuseoSansRounded-500';
	letter-spacing:-0.09rem;
}

a {
	color: #F00;
	text-decoration: none;
}

li {
	list-style-type: none;
	letter-spacing:-0.09rem;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
	letter-spacing:-0.11rem;
}

textarea {
	height: 200px;
	letter-spacing:-0.11rem;
}

label {
	width: 100%;
	display: inline-block;
	line-height: 1.2;
	vertical-align: top;
	float: left;
}

/* ============================== */
/* DIV header                     */
/* ============================== */

#header {
	height: 60px;
	border-bottom: 1px solid #000;
	background-color: #F00;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

}

/* ============================== */
/* DIV login                      */
/* ============================== */

#login {
	background-color: #333;
	line-height: 36px;
}
#login ul {
	float: right;
	margin: 6px 0;
	padding: 0 10px;
	width: auto;
	height: 24px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #444;
	text-align: center;
	line-height: 24px;
}
#login li {
	display: inline;
	margin: 0;
	padding: 0 6px;
	height: 14px;
	color: #999;
	text-transform: lowercase;
	font-size: 13px; font-size: 1.3rem;
	border-right: 1px solid #999;
}
#login li:last-child {
	border-right: 0;
}
#login li a {
	color: #999;
	text-decoration: none;
}
#login li a:hover {
	color: #FFF;
	text-decoration: none;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

	#login {
	}
	#login ul {
		float: none;
	}

}

/* ============================== */
/* DIV logo                       */
/* ============================== */

#logo {
	line-height: 60px;
}
#logo a {
	color: #FFF;
	text-decoration: none;
	text-shadow: #666 0px 1px 0px;
	font-size: 28px; font-size: 2.8rem;
	font-family: 'MuseoSansRounded-700';
}
#logo a:hover {
	color: #FFF;
	text-shadow: #000 0px 1px 0px;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

}

/* ============================== */
/* DIV navbar                     */
/* ============================== */

#navbar {
	line-height: 60px;
}
#navbar #desktop {
	display: block;
}
#navbar #navbar-sp {
	display: none;
}
#navbar nav ul {
	margin: 0;
	padding: 0;
	height: 60px;
	text-align: center;
}
#navbar nav li {
	display: inline;
	margin: 0 10px;
	padding: 0;
	height: 60px;
	color: #EEE;
	text-transform: lowercase;
	font-size: 14px; font-size: 1.4rem;
	line-height: 60px;
}
#navbar nav li:first-child {
	background-image: none;
}
#navbar nav li a {
	color: #EEE;
	text-decoration: none;
	text-shadow: #666 0px 1px 0px;
}
#navbar nav li a:hover {
	color: #FFF;
}
#navbar nav li .actived {
	color: #CCC;
	text-shadow: #000 0px 1px 0px;
}
#navbar nav li .actived:hover {
	color: #DDD;
	text-shadow: #000 0px 1px 0px;
}

@media only screen and (max-width: 1023px) {

	#navbar nav li {
		margin: 5px;
	}

}

@media handheld, only screen and (max-width: 767px) {

	#navbar {
		display: none;
	}

}

/* ============================== */
/* DIV search                     */
/* ============================== */

#search {
	text-align: right;
	line-height: 60px;
}
#search input[type="submit"] {
	padding: 6px 15px;
	width: auto;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #900;
	color: #EEE;
	font-size: 12px; font-size: 1.2rem;
	font-family: 'MuseoSansRounded-100';
	-webkit-appearance: none;
}
#search input[type="submit"]:hover {
	background-color: #600;
	color: #FFF;
	text-shadow: #000 0px 1px 0px;
}
#search input[type="text"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	width: 50%;
	outline: none;
	border: 1px solid #900;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	font-size: 12px; font-size: 1.2rem;
	font-family: 'MuseoSansRounded-100';
	-webkit-appearance: none;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

	#search {
		display: none;
	}

}

/* ============================== */
/* DIV menu                       */
/* ============================== */

#menu {
	display: none;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

	#menu {
		display: block;
		background-color: #333;
	}
	#menu #navbar-sp {
		display: none;
	}
	#menu nav ul {
		background-color: #333;
	}
	#menu nav li {
		height: 35px;
		border-bottom: 1px dotted #999;
		color: #EEE;
		text-align: center;
		font-size: 16px; font-size: 1.6rem;
		font-family: 'MuseoSansRounded-700';
		line-height: 35px;
	}
	#menu nav li:last-child {
		border-bottom: 0;
	}
	#menu nav li a {
		display: block;
		color: #EEE;
		text-decoration: none;
	}
	#menu nav li .actived {
		color: #F00;
		text-shadow: #000 0px 1px 0px;
	}

}

/* ============================== */
/* DIV slide                      */
/* ============================== */

#slide {
	width: 100%;
	border-bottom: 1px solid #F00;
	background-color: #000;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

}

/* ============================== */
/* DIV slogan                     */
/* ============================== */

#slogan {
	min-height: 120px;
	width: 100%;
	border-bottom: 1px solid #F00;
	background-color: #000;
	background-image: url(/images/nyc02.jpg);
	background-position-y: -250px;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

}
/* ============================== */
/* DIV path                       */
/* ============================== */

#path {
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

}

/* ============================== */
/* DIV title                      */
/* ============================== */

#title {
	margin: 30px 0 10px 0;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

}

/* ============================== */
/* DIV content                    */
/* ============================== */

#content {
	margin: 50px 0 0 0;
}
#content input[type="submit"], #content input[type="button"] {
	padding: 10px 15px;
	width: auto;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #F00;
	color: #EEE;
	font-size: 18px; font-size: 1.8rem;
	font-family: 'MuseoSansRounded-100';
	-webkit-appearance: none;
}
#content input[type="submit"]:hover, #content input[type="button"]:hover {
	background-color: #C00;
	color: #FFF;
	text-shadow: #000 0px 1px 0px;
}
#content input[type="submit"]:disabled, #content input[type="button"]:disabled {
	background-color: #CCC;
	color: #EEE;
	text-shadow: #000 0px 1px 0px;
}
#content input[type="text"], #content input[type="tel"], #content input[type="email"], #content input[type="password"], #content textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	outline: none;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	font-size: 18px; font-size: 1.8rem;
	font-family: 'MuseoSansRounded-100';
	-webkit-appearance: none;
}

#content select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #EEE;
	color: #000;
	font-size: 18px; font-size: 1.8rem;
	font-family: 'MuseoSansRounded-100';
}

#content select option::first-child {
	color: #CCC;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

	#content select {
		-webkit-appearance: none;
	}

}

/* ============================== */
/* DIV voces-dt-tb                */
/* ============================== */

#voces-dt-tb {
	width: 100%;
}
#voces-dt-tb ul {
	float: left;
	width: 100%;
}
#voces-dt-tb li {
	float: left;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

	#voces-dt-tb {
		display: none;
	}

}

/* ============================== */
/* DIV voces-sp                   */
/* ============================== */

#voces-sp {
	display: none;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

	#voces-sp {
		display: block;
		width: 100%;
	}

}

/* ============================== */
/* DIV voces                      */
/* ============================== */

#voces {
	float: left;
	margin: 0;
	width: 100%;
}
#voces li {
	float: left;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

}

/* ============================== */
/* DIV end                        */
/* ============================== */

#end {
	margin-top: 50px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #666;
}
#end #call-us {
	margin: 0;
}
#end #call-us p {
	color: #F00;
	font-size: 24px; font-size: 2.4rem;
	font-family: 'MuseoSansRounded-700';
}
#end #call-us a {
	color: #000;
	text-decoration: none;
}
#end #social {
	float: right;
}
#end #social img {
	margin-left: 10px;
	width: 30px;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

	#end #call-us {
		margin: 0 0 20px 0;
		text-align: center;
	}
	#end #call-us p {
		color: #F00;
		font-size: 18px; font-size: 1.8rem;
		font-family: 'MuseoSansRounded-700';
	}
	#end #social {
		float: none;
		text-align: center;
	}

}

/* ============================== */
/* DIV footer                     */
/* ============================== */

#footer {
	margin-top: 20px;
	height: 100px;
}
#footer #copyrights {
	margin: 0;
}
#footer #copyrights p {
	font-family: 'MuseoSansRounded-500';
}
#footer #copyrights a {

}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

	#footer #copyrights {
		margin: 0;
		text-align: center;
	}

}

/* ============================== */
/* DIV toggle                     */
/* ============================== */

@media handheld, only screen and (max-width: 767px) {

	#toggle {
		position: absolute;
		top: 36px;
		right: 0;
		display: block;
		width: 80px;
		height: 60px;
		background-color: #C00;
		text-align: center;
		line-height: 60px;
	}
	#toggle a {
		color: #FFF;
		text-decoration: none;
		font-size: 15px; font-size: 1.5rem;
		font-family: 'MuseoSansRounded-700';
	}

}

/* ============================== */
/* DIV for google map             */
/* ============================== */

#map-canvas {
	width: 100%;
	height: 250px;
}
#map-canvas img {
	max-width: none;
	background-color: transparent;
}

/* ============================== */
/* DIV for contacts details       */
/* ============================== */

#contacts {
	margin: 0;
	padding: 0;
}
#contacts ul {
	margin: 0;
}
#contacts li {
	margin-bottom: 2px;
	padding-bottom: 2px;
	border: 0;
	color: #333;
	font-size: 12px; font-size: 1.2rem;
}
#contacts li a {
	color: #F00;
	font-size: 12px; font-size: 1.2rem;
}
#contacts li strong {
	color: #F00;
	font-family: 'MuseoSansRounded-700';
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

}

/* ============================== */
/* DIV for legals                 */
/* ============================== */

#legals {
	margin: 0;
	padding: 0;
}
#legals ul {
	margin: 0;
}
#legals li {
	margin-bottom: 2px;
	padding-bottom: 2px;
	border: 0;
	color: #666;
	font-size: 14px; font-size: 1.4rem;
	font-family: 'MuseoSansRounded-300';
}
#legals li a {
	color: #F00;
	font-size: 14px; font-size: 1.4rem;
}
#legals li strong {
	color: #F00;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

}

/* ============================== */
/* DIV menu                       */
/* ============================== */

#info {
	display: none;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

}

/* ============================== */
/* CLASS box                      */
/* ============================== */

.box {
	margin-bottom: 30px;
	min-height: 30px;
	width: 100%;
	float: left;
}
.box ul {
	margin: 20px;
}
.box li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #DDD;
	color: #000;
	list-style-image: none;
	font-size: 16px; font-size: 1.6rem;
	font-family: 'MuseoSansRounded-500';
}
.box li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.box li p {
	font-family: 'MuseoSansRounded-300';
}
.box li a {
	color: #F00;
	text-decoration: none;
	font-size: 16px; font-size: 1.6rem;
	font-family: 'MuseoSansRounded-300';
}
.box li a:hover {
	color: #900;
	text-decoration: none;
}
.box li span {
	font-size: 11px; font-size: 1.1rem;
}
.box img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 20px 20px 0;
	border: 5px solid #EEE;
}
.box form {
	margin: 0;
}
.box label {
}


.box-border-1px-solid-DDD {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #DDD;
}
.box-border-bottom-1px-dashed-666 {
	border-bottom: 1px dashed #666;
}
.box-border-top-1px-dashed-666 {
	border-top: 1px dashed #666;
}
.box-border-radius-4px {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.box-padding-top-20px {
	padding-top: 20px;
}
.box-padding-20px {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}
.box-background-color-eee {
	background-color: #EEE;
}
.box-margin-top-30px {
	margin-top: 30px;
}
.box-align-right {
	text-align: right;
}
.box-gallery {
}
.box-gallery img {
	margin-right: 1%;
	width: 15%;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

	.box-gallery img {
		width: 100%;
	}

}

/* ============================== */
/* img-width-150                  */
/* ============================== */

.img-width-150 {
	width: 150px;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

	.img-width-150 {
		width: 100%;
	}

}

/* ============================== */
/* img-width-200                  */
/* ============================== */

.img-width-200 {
	width: 200px;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

	.img-width-200 {
		width: 100%;
	}

}

/* ============================== */
/* CLASS data                     */
/* ============================== */

.data {
	margin-bottom: 10px;
	color: #000;
	font-size: 11px; font-size: 1.1rem;
	font-family: 'MuseoSansRounded-500';
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

}

/* ============================== */
/* CLASS data                     */
/* ============================== */

.path {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 10px;
	width: 100%;
}
.path ul {
	margin: 0;
}
.path li {
	float: left;
	padding: 0 10px 0 0;
	list-style-image: none;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

}

/* ============================== */
/* CLASS voce img-h4              */
/* ============================== */

.voce-img-h4 {
	margin-bottom: 30px;
}
.voce-img-h4 h4 {
	margin-top: 10px;
	color: #000;
	letter-spacing:-0.11rem;
	font-size: 14px; font-size: 1.4rem;
	font-family: 'MuseoSansRounded-500';
}
.voce-img-h4 img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #EEE;
}

@media only screen and (max-width: 1023px) {

}

@media handheld, only screen and (max-width: 767px) {

	.voce-img-h4 {
		margin-bottom: 0 0 30px 0;
		width: 100%;
	}

}

/* ============================== */
/* CLASS error                    */
/* ============================== */

.error {
	margin-bottom: 15px;
	color: #F00;
	font-size: 12px; font-size: 1.2rem;
	font-family: 'MuseoSansRounded-100';
}

/* ============================== */
/* CLASS zoom                     */
/* ============================== */

.zoom {

}

/* ============================== */
/* CLASS CLEAR                    */
/* ============================== */

.clear {
	clear: both;
}

/* ============================== */
/*                                */
/* ============================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

}

/* ========================================== */
/* ! Fonts                                    */
/* ========================================== */

@font-face {
font-family: 'MuseoSansRounded-100';
src: url('/fonts/27A879_3_0.eot');
src: url('/fonts/27A879_3_0.eot?#iefix') format('embedded-opentype'),url('/fonts/27A879_3_0.woff') format('woff'),url('/fonts/27A879_3_0.ttf') format('truetype');
}

@font-face {
font-family: 'MuseoSansRounded-300';
src: url('/fonts/27A879_0_0.eot');
src: url('/fonts/27A879_0_0.eot?#iefix') format('embedded-opentype'),url('/fonts/27A879_0_0.woff') format('woff'),url('/fonts/27A879_0_0.ttf') format('truetype');
}

@font-face {
font-family: 'MuseoSansRounded-500';
src: url('/fonts/27A879_2_0.eot');
src: url('/fonts/27A879_2_0.eot?#iefix') format('embedded-opentype'),url('/fonts/27A879_2_0.woff') format('woff'),url('/fonts/27A879_2_0.ttf') format('truetype');
}

@font-face {
font-family: 'MuseoSansRounded-700';
src: url('/fonts/27A879_5_0.eot');
src: url('/fonts/27A879_5_0.eot?#iefix') format('embedded-opentype'),url('/fonts/27A879_5_0.woff') format('woff'),url('/fonts/27A879_5_0.ttf') format('truetype');
}

@font-face {
font-family: 'MuseoSansRounded-900';
src: url('/fonts/27A879_1_0.eot');
src: url('/fonts/27A879_1_0.eot?#iefix') format('embedded-opentype'),url('/fonts/27A879_1_0.woff') format('woff'),url('/fonts/27A879_1_0.ttf') format('truetype');
}

@font-face {
font-family: 'MuseoSansRounded-1000';
src: url('/fonts/27A879_4_0.eot');
src: url('/fonts/27A879_4_0.eot?#iefix') format('embedded-opentype'),url('/fonts/27A879_4_0.woff') format('woff'),url('/fonts/27A879_4_0.ttf') format('truetype');
}
