body{
	color: #444444; 
}


@font-face {
    font-family: 'keep_calm_medregular';
    src: url('core/fonts/keepcalm-medium-webfont.eot');
    src: url('core/fonts/keepcalm-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('core/fonts/keepcalm-medium-webfont.woff2') format('woff2'),
         url('core/fonts/keepcalm-medium-webfont.woff') format('woff'),
         url('core/fonts/keepcalm-medium-webfont.ttf') format('truetype'),
         url('core/fonts/keepcalm-medium-webfont.svg#keep_calm_medregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Global */ 
body{
	font-family: 'Lato', sans-serif;
}

.bg-white{
	background-color: #fff; 
}
.debug{
	border: 1px solid red; !important
}

a, a:hover, a:visited{
	color: #444444;
}

h1,h2,h3,h4{
	font-family: 'keep_calm_medregular';
}


/* Global Header */ 


header{
	margin-top: 50px;
}

header img{
	margin-left: auto;
	margin-right: auto;
}

.nav > li > a:hover{
	background: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background:none;
	font-weight: 600;
	color: #000; 
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background: none;
	border: none;
	padding: 3px 20px;
}

.navbar-nav > li > a{
	line-height: 70px;
}

.carete{
	font-size: 0.7em;
	color: #464646;
}

/* Global Footer */ 

.footer{
	background-color: #BEBFC0;
	padding: 40px 0; 
	color: #fff;
	padding-bottom: 40px;
}
.footer h4{
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted white;
}
.footer a{
	color: #fff; 
}


.footer .logo{
	margin-bottom: 20px;
	margin-top: 50px;
}
.footer .logo p{
	font-size: 0.8em;
}
.footer .logo img.img-responsive{
	margin-left: auto;
	margin-right: auto;
}

.footer .about p{
	font-size: 0.9em;
	text-align: justify;
}

.footer .search{
	padding-left: 40px;
}

.footer .search .searchform label{
	display: none;
}
.footer .search .searchform input[type=text]{
	display: block;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}
.footer .search .searchform input[type=submit]{
	background:none;
	color: #fff; 
	text-transform: uppercase;
	width: 80%;
	border: 1px solid white;
}
.copyright{
	margin-top: 50px;
	font-size: 0.8em;
}

/* HomePage */ 

.navbar-toggle .icon-bar{
	border:1px solid #BEBFC0; 
}

.centered-pills { 
	text-align:center;
	margin-top: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #979797; 

}
.centered-pills ul.nav-pills { 
	display:inline-block; 
}
.centered-pills li { 
	display:inline; 
}
.centered-pills a { 
	float:left;
}
.centered-pills a:hover{
	padding-bottom: 5px;
	border-bottom: 2px solid #000; 
	box-shadow: none;
	border-radius: 0;
}


.featured{
	padding: 50px 0; 
}
.featured h2{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 100;
	border-bottom: 1px solid grey;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 3em;
}
.featured h2 small{
	font-size: 0.5em;
}
.featured p{
	font-size: 1.2em;
	text-align: justify;
	line-height: 1.8em;
}
.featured a:hover{
	text-decoration: none;
}

.articles{
	margin-top: 50px;
	margin-bottom: 50px;
}

.list-contain{
	height: 350px;
}
.list-article {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    padding: 0;
    min-height: 350px;
}
.list-article .mask, .list-article .content {
    width: 80%;
    height: 60%;
    position: absolute;
    overflow: hidden;
    top: 10%;
    left: 10%;
}
.list-article img.img-responsive{
	margin: 0;
	padding: 0;
	border: 15px solid white; 
}
.list-article a, .list-article a:hover, .list-article a:visited{
	text-decoration: none;
}
.list-article img {
    display: block;
    position: relative
}
.list-article h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin:0; 
    font-size: 1.6em;
    font-weight: 100;
}
.list-article p {
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.list-article a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.list-article a.info:hover {
    box-shadow: 0 0 5px #000
}

.list-article img { 
	transition: all 0.4s ease-in-out 0.5s; 
}
.list-article .mask{ 
	/*background-color: rgba(146,96,91,0.5);*/
	background-color: #f1dcd6; 
	opacity:0;
	transition: all 0.3s ease-in 0.4s;
}
.list-article h2{
	opacity:0;
    background: transparent;
    margin: 0;
    transform: scale(10);
    transition: all 0.3s ease-in-out 0.1s;
}
.list-article p { 
	opacity:0;
    transform: scale(10);
	transition: all 0.3s ease-in-out 0.2s;
}
.list-article a.info { 
	opacity:0;
    transform: translateY(100px);
	transition: all 0.3s ease-in-out 0.1s;
}

.list-article:hover .mask {  
	opacity:1; 
	transition-delay: 0s;
}																			 
.list-article:hover img { 
	transition-delay: 0s; 
}
.list-article:hover h2 { 
	opacity: 1;
    transform: scale(1);
	transition-delay: 0.1s;
}
.list-article:hover p { 
	opacity:1; 
    transform: scale(1);
	transition-delay: 0.2s;
}
.list-article:hover a.info { 
	opacity:1;
    transform: translateY(0px);
	transition-delay: 0.3s;
}
.list-article aside{
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 0.8em;
}
.list-article aside a{
	padding: 5px;
}


/* Single */ 

.article{
	margin-bottom: 50px;
}
.article h1{
	font-weight: 600;
	font-size: 3em;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed gray;
	text-align: center;
}
.article p{
	line-height: 1.8em;
	text-align: justify;
	font-weight: 100;
}

.article img.img-responsive{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.related_post li{
	display: inline-block;
	list-style-type: none;
	width: 20%; 
}


ul.social-mobile {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	text-align: justify;
}
.social-mobile li{
	list-style-type: none;
	display: inline-block;
	padding: 10px 10px;
}

ul.social-mobile::after {width: 100%; display: inline-block; content: "."; visibility: hidden}

@media (min-width: 1200px){
	#single{
		width: 650px;
	}
}


/* Pagination */ 
.pagination p > a{
	border: 1px solid #ccc;
	text-transform: uppercase;
	padding: 10px;
}
.pagination p > a:hover{
	text-decoration: none;
	background-color: #ddd; 
}


.navbar-fixed-top{
	height: 60px;
}


@media only screen and (max-width : 992px){
	.navbar-nav > li > a{
		line-height: 20px;
	}
	.navbar-brand img{
		margin-top: -16px;
	}
	ul.navbar-nav{
		background-color: #fff;
	}
	
	.list-article .mask{
		display: block;
		opacity: 1;
		position: relative;
	}
	.list-article h2{
		opacity: 1;
		font-size: 1em;
		transform: none;
	}
	
}



/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px){
	.navbar-nav > li > a{
		line-height: 20px;
	}
	.navbar-brand img{
		margin-top: -16px;
	}
	ul.navbar-nav{
		background-color: #fff;
	}
	
	.list-article .mask{
		display: block;
		opacity: 1;
		position: relative;
	}
	.list-article h2{
		opacity: 1;
		font-size: 1em;
		transform: none;
	}
	
}


@media only screen and (max-width : 320px){
	.navbar-nav > li > a{
		line-height: 20px;
	}
	.navbar-brand img{
		margin-top: -16px;
	}
	ul.navbar-nav{
		background-color: #fff;
	}
	
	.list-article .mask{
		display: block;
		opacity: 1;
		position: relative;
	}
	.list-article h2{
		opacity: 1;
		font-size: 1em;
		transform: none;
	}
	
}
