html{
	
}

body{
	font-family: "Sintony", sans-serif;
	font-size: 14px;
	background: #111 url(../img/blackBG.jpg) repeat;
	background-origin: 0 0;
	background-size: auto auto;
	padding-bottom: 0px;
  	color: #bbb;
  	max-width: 100%;
  	overflow-x: hidden;
}

h1, h2, h3{
	font-family: "Rancho", sans-serif;
}

h2.sectionTitle{
	font-size: 60px;
	color: #fff;
}

img{

}

a, a:visited{
	color: #b21111;
}

button.btn,
button.btn:active,
button.btn:visited{
	border-radius: 6px;
	background: transparent;
	color: #fff;
	font-size: 16px;
	border-color: #fff;
	padding: 6px 15px;   
}

button.btn:hover,
button.btn:focus{
	background: #b21111;
	border-color: #b21111;
	color: #fff;
}

button:focus {outline:0 !important;}

div.loading{
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 30px;
}

div.loading img{
	max-width: 50px;
	margin-bottom: 10px;
	border: 0 !important;
}


/* back to top */

.backToTopButtonHolder{
	position: fixed;
	right: 3px;
	bottom: 5px;
	width: 35px;
	z-index: 20;
}

.backToTop{
	border-radius: 50px;
	background: rgba(0,0,0,.5);
	border: 1px solid #666;
	padding: 5px 9px;
	color: #ccc !important;
}


/* HEADER
-------------------------------------------------- */

.headerImage{
	background-size: 0;
	background-repeat: no-repeat;
}


.navbar{
	background: #ecdcca url(../img/headerBG.jpg) repeat;
	margin-bottom: 0px;
	border-radius: 0px;
}

.navbar-header{
	text-align: center;
}

.navMenu{
	text-align: center;
	padding: 20px 0px;
}


.navbar-toggle{
	color: #b21111;
	border-color: #b21111;
	text-align: center;
	float: none;
	margin: 8px 0px;
	border: 0px;
	font-weight: 600;
}



.navbar-collapse{
	text-align: center;
}

.navbar-collapse {
	/*background: rgba(47,35,31, 0.5);*/
	text-transform: uppercase;
	
}

.nav{
	padding: 0px;
}

.nav>li {

}

.nav>li>a {
	color: #b21111;
	border-top: 1px solid #d3bdaa;
}

.nav>li:nth-child(2)>a {
    border-top: none;
    margin-top: 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: rgba(255,255,255,0.3);
}


.nav>li>a.socialIcon {
	display: inline-block;
	padding: 3px;
	border-top: none;
}

.nav>li>a.socialIcon:hover,
.nav>li>a.socialIcon:focus {
	background-color: transparent;
}


.brand{
	width: 80%;
	max-width: 285px;
	height: auto;#
}



.socialIcons img{
	display: inline-block;
}


.arrowMini{
	width: 8px !important;
	height: 4px !important;
	display: inline-block;
	margin-left: 4px;
}



/* NEWS
-------------------------------------------------- */

.news{
	background: #ecdcca url(../img/newsBG.jpg) repeat;
	margin-bottom: 0px;
	border-radius: 0px;
	

	color: #fff;
	font-size: 16px;
	text-align: justify;
}

.news .newsContent{
	padding: 30px 20px 20px 20px;
}

.newsContent p{
	margin-bottom:0px; 
}

.newsContent ul{
	text-align: left;
}

.newsContent ul li{
	margin-bottom: 15px;
	list-style-image: url(../img/starIcon.png);
}

.newsContent .row div:first-child{
	text-align: center;
}

.newsContent .row div:first-child img{
	margin-bottom: 25px;
}

.menuBorder{
	background: url(../img/paper_break.png) repeat-x;
	height: 10px !important;
}


/* STUDIO
-------------------------------------------------- */

.studio{
	text-align: center;
}

.studio h2{
	margin-top: 30px;
	margin-bottom: 30px;
}

.studio p{
	text-align: justify;
}

.studio img{
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #666;

	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 3px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 3px 10px 0px rgba(0, 0, 0, 0.5);
}

.newsBorder{
	background: url(../img/paper_break.png) repeat-x;
	height: 10px !important;
	width: 100%;
	
}

/* Carousel base class */
.carousel {
  height: auto;
  margin-bottom: 20px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: auto;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
}


.carousel-caption {
	bottom: 30%;
	top: 30%;
}

.carousel .item{
	background-color: #000;
}

.carousel .item .itemImage{
	/*background-image: url(../img/estudio/studio1.jpg);*/
	background-size: 100% auto;
	background-position: center;

	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}



/* TATUAJES, ARTES
-------------------------------------------------- */

#Tatuajes, #Arte{
	text-align: center;
	margin-top: 50px;
}

#Tatuajes h2.sectionTitle,
#Arte h2.sectionTitle{
	margin-bottom: 30px;
}

button.loadMoreBt{
	width: 250px;
	height: 50px;
	border-color: #999;
	color: #999;
	/*border-radius: 50px !important;*/
}

/* VARIOS
-------------------------------------------------- */

#Varios{
	text-align: center;
	margin-bottom: 40px;
	margin-top: 50px;
}

#Varios h2.sectionTitle{
	margin-bottom: 30px;
}


.miscItem{
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.miscItem a{
	color: inherit;
	text-decoration: none;
}

.miscItem a:hover{
	color: #b10000;
}

.miscItem img{
	width: 100%;
	max-width: 300px;
}



/* CONTACTO
-------------------------------------------------- */

.contactBorder{
	background: url(../img/paper_break_inverse.png) repeat-x;
	height: 10px !important;
}

.contact{
	background: #ecdcca url(../img/headerBG.jpg) repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #6a4e43;
	text-align: center;
}

.contact h2{
	font-size: 30px;
	color: #b21111;
}

.contactIcon{
	display: inline-block;
	margin-right: 10px;
	max-width: 22px;
}

#map_canvas {
	width: 100%;
    height: 200px;
}


/* FOOTER
-------------------------------------------------- */
footer{
	background: #ecdcca url(../img/blackBG.jpg) repeat;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #666;
	text-align: center;
}

footer .socialIcon:first-child{
	margin-right: 15px;
}

footer ul{
	padding-left: 0px;
	margin-top: 10px;
}

footer li:last-child{
	margin-right: 0px;
}

footer li{
	list-style-type: none;
	display: inline-block;
	margin-right: 20px;
}

footer a,
footer a:visited,
footer a:active
{
	color: #666;
}

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

.footerBorder{
	background: url(../img/paper_break.png) repeat-x;
	height: 10px !important;
	margin-bottom: 20px;
}

.footerBorderAlt{
	background: url(../img/paper_break_inverse.png) repeat-x;
	height: 10px !important;
}

.copyright{
	display: inline-block;
	color: #333;
	margin-top: 25px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */


@media (min-width: 500px) {

}

@media (min-width: 768px) {

	.backToTopButtonHolder{
		display: none;
	}
	
	.headerImage{
		/*background: url(../img/header/header3.png) no-repeat;*/
		background-repeat: no-repeat;
		background-position: 150% bottom;
		background-size: auto 110%;
	}

	.brand{
		width: 100%;
		height: auto;
	}


	.menuWrapper {
		display: inline-block;
		width: 45%;
		text-align: center;
		margin-bottom: 15px;
	}

	.navbar-nav>li {
		float: none;
		width: 100%;
		display: inline-block;
		text-align: center;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		width: 120px;
		display: inline-block;
	}

	.navbar-nav>li>a.socialIcon {
		width: 40px;		
	}



	.news{
		font-size: 18px;
		text-align: left;
	}

	.newsBorder{
		height: 10px !important;
		width: 100%;
		float: left;
		top: 0;
		position: absolute;
	}

	.newsContent .row div:first-child img {
		margin-bottom: 0px;
	}

	.studio h2{
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.studio img{
		max-width: inherit;
		margin-top: inherit;
		margin-bottom: inherit;
		border: none;

		-webkit-box-shadow: 0;
		-moz-box-shadow:   	0;
		box-shadow:         0;
	}

	.carousel .item .itemImage{
		height: 370px;
	}

	.carousel-inner{
		max-height: 400px;
		overflow: hidden;
	}


	.carousel p{
		text-align: center;
	}

	#Varios{
		margin-top: 80px;
	}


	#Varios .row + .row{
		margin-top: 40px;
	}


	.miscItem{
		margin-top: 0px;
		margin-bottom: 0px;
	}


	.contact{
		background: url(../img/gearth.jpg) no-repeat;
		background-position: 50% 50%;
		background-size: 100%;
		color: #fff;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.contact .container{
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.contact a{
		color: #fff;
	}

	.contact h2{
		color: #fff;
		border-bottom: 1px solid #999;
		padding-bottom: 8px;
	}


	div.horario h2{
		display: inline-block;
		margin-right: 20px;
	}

	/*#map_canvas {
		height: 400px;
	}*/

	footer{
		background: #ecdcca url(../img/headerBG.jpg) repeat;
		color: #6a4e43;
		padding-top: 10px;
	}

	footer .socialIcon:first-child{
		margin-right: 5px;
	}


	footer ul{
		display: inline-block;
		margin-left: 20px;
	}

	footer .menuCol{
		text-align: left;
	}

	.copyrightCol{
		text-align: right;
	}

	.copyright{
		margin-top: 10px;
	}


}


@media (min-width: 850px){
	
	.headerImage{
		background-position: 128% bottom;
	}

	.carousel .item .itemImage{
		height: 400px;
	}

	.carousel-inner{
		max-height: 500px;
		overflow: hidden;
	}

	.contact .container{
		padding-top: 80px;
		padding-bottom: 90px;
	}

}

@media (min-width: 992px){
	
	.headerImage{
		background-position: 97% bottom;
	}

	.loadMoreBt{
		/*height: 70px;*/
	}


	.contact .container{
		padding-top: 100px;
		padding-bottom: 110px;
	}

	.contact .col-sm-4 {
		padding-left: 50px;
		padding-right: 50px;
	}

	.carousel .item .itemImage{
		height: 420px;
	}

	.carousel .item p{
		padding-left: 50px;
		padding-right: 50px;
	}

}

@media (min-width: 1200px){
	
	.headerImage{
		background-position: 80% 90%;
		background-size: auto 130%;
	}  	

	.carousel-inner{
		max-height: 550px;
	}

	.carousel .item .itemImage{
		height: 550px;
	}

	.contact .container{
		padding-top: 120px;
		padding-bottom: 130px;
	}
  	
}

