/*
Theme Name: menhir-Twenty-twelve
Version: 1.0
Description: A child theme of Twenty Twelve
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");
.pcenter{
	text-align: center;
}


.type-page .entry-header .entry-title{
	display: none;
}

.home #main{
	/*width: 80%;
	margin-left: 10%;*/
}

.home .site-content{
	margin :0;
	padding: 0;
}

.wrapper .site-content{
	margin-top: 0px;
}

#main .vslider{
	margin: 0;
}

.home .site-content article{
	border-bottom: 0;
	margin-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-bottom: 0;
}

body {
	font-family: 'Ropa Sans', sans-serif;
}
body.custom-font-enabled {
	font-family: 'Ropa Sans', sans-serif;
}
.entry-content code,
.comment-content code {
	font-family: 'Ropa Sans', sans-serif;
}

.entry-content pre,
.comment-content pre {
	font-family: 'Ropa Sans', sans-serif;
}

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Ropa Sans', sans-serif;
}

.main-navigation li {
	margin-top: 8px;
	/*margin-top: 1.714285714rem;*/
	margin-bottom: 8px;
	
}


@media screen and (min-width: 600px){
	.main-navigation li ul li{
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.main-navigation li ul li a{
		font-size: 12px;
	}
}


.main-navigation li a {
	border-bottom: 0;
	color: #6a6a6a;
	/*line-height: 120%;*/
	line-height: 1.846154;
	text-transform: uppercase;
	white-space: nowrap;	
	font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 960px){
	.main-navigation li {
			
		/*font-size: 18px;*/

	}

}

#content .ngg-album-compactbox {
	margin: 0 !important;
	padding: 8px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	/* border: 1px solid gray; */
	border-radius: 2px;
	z-index: 1;
	border: none;
}

#content .ngg-album-compact h4{
	display: none;
}

#content .ngg-album-compactbox:after, #content .ngg-album-compactbox:before{
	border: none;
	border-bottom: none !important;
}

#content .ngg-album-compactbox img.Thumb {
	width: 100px;
	height: auto;
	border: none !important;
}

#content .ngg-albumoverview{
	max-width: 550px;
}

#page .ngg-gallery-thumbnail img:hover{
	background-color: #e3e3e3;
}

#page .ngg-gallery-thumbnail-box {
	/*margin-right: 10px;*/
	margin-bottom: 10px;
}
.page .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img{
	border: 1px solid #A9A9A9;
	margin:0px auto;
	padding: 2px;

}
.ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
    border: none;
    margin: 0px;
}


.site-content article{
	margin-bottom: 0;
	border-bottom: none;
}

body{
	font-size: 16px;
	font-size: 1.142857143rem; 
	line-height: 1.5;
}
	

p{
	/*font-size: 102.5%;*/
	text-align: justify;
}

.entry-content h3{
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 28px;
	margin-bottom: 2rem;
}

a {
	color: #565656;
}

.site-header h1 {
    font-size: 24px;
    line-height: 1.84615;
    margin-bottom: 0;
}

.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #000000;
}

footer.entry-meta{
	display: none;
}

@media screen and (min-width: 1600px) {
	
	body .site {
		max-width: 960px;
	}
}

@media screen and (min-width: 960px) {
	
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		/*margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;*/
	}
}

.page #page .ngg-gallery-thumbnail-box{
	width: 25%;
	box-sizing: border-box;
	margin-right: 0px;
}
.home .soliloquy-theme-classic .soliloquy-pager{display:none;}


.ngg-gallery-thumbnail img{
	max-width: 100%;
    height: auto;
}
  

@media screen and (max-width: 768px) { 
	.page #page .ngg-gallery-thumbnail-box{
		width: 33%;
	} 
}


@media screen and (max-width: 600px) { 
	.page #page .ngg-gallery-thumbnail-box{
		width: 50%;
	} 
}

@media screen and (max-width: 420px) { 
	.page #page .ngg-gallery-thumbnail-box{
		width: 100%;
	}

	.ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img{
		display: inline;
	} 

	.ngg-gallery-thumbnail-box .ngg-gallery-thumbnail{
		float: none;
		text-align: center;
	}
}