/*
Theme Name: Centro Nacional de Arte Contemporaneo
Author: Consejo Nacional de la Cultura y las Artes
Author URI: http://www.cultura.gob.cl/
Description: 
Version: 1.0
Text Domain: cnca-cnac
*/


body {
    width: 100%;
    height: 100%;
	font-family: "gobCL";
  font-weight: 500;
  font-style: normal;
    color: #666;
    background-color: #fff;
	font-size: 20px;
}

#insta{
padding-left: 5px;
    padding-right: 0;
}

.nav.navbar-nav {
background-color: transparent !important;
}

p{
	font-family: 'gobCL';
}

@font-face {
  font-family: 'gobCL';
  font-weight: 300;
  font-style: normal;
  src: url("fonts/gobcl_light.eot?") format("eot"), url("fonts/gobcl_light.woff") format("woff"), url("fonts/gobcl_light.ttf") format("truetype");
}
@font-face {
  font-family: "gobCL";
  font-weight: 500;
  font-style: normal;
  src: url("fonts/gobcl_regular.eot?") format("eot"), url("fonts/gobcl_regular.woff") format("woff"), url("fonts/gobcl_regular.ttf") format("truetype");
}
@font-face {
  font-family: "gobCL";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/gobcl_bold.eot?") format("eot"), url("fonts/gobcl_bold.woff") format("woff"), url("fonts/gobcl_bold.ttf") format("truetype");
}
@font-face {
  font-family: "gobCL";
  font-weight: 900;
  font-style: normal;
  src: url("fonts/gobcl_heavy.eot?") format("eot"), url("fonts/gobcl_heavy.woff") format("woff"), url("fonts/gobcl_heavy.ttf") format("truetype");
}
@font-face {
	font-family: 'Conv_Latinotype - ModernicaMedium';
	src: url('fonts/Latinotype - ModernicaMedium.eot');
	src: local('☺'), url('fonts/Latinotype - ModernicaMedium.woff') format('woff'), url('fonts/Latinotype - ModernicaMedium.ttf') format('truetype'), url('fonts/Latinotype - ModernicaMedium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Latinotype - ModernicaBold';
	src: url('fonts/Latinotype - ModernicaBold.eot');
	src: local('☺'), url('fonts/Latinotype - ModernicaBold.woff') format('woff'), url('fonts/Latinotype - ModernicaBold.ttf') format('truetype'), url('fonts/Latinotype - ModernicaBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Latinotype - ModernicaLight';
	src: url('fonts/Latinotype - ModernicaLight.eot');
	src: local('☺'), url('fonts/Latinotype - ModernicaLight.woff') format('woff'), url('fonts/Latinotype - ModernicaLight.ttf') format('truetype'), url('fonts/Latinotype - ModernicaLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.nav-in{
	background-color:#efefef !important;
}

.section-heading h2{
	font-family: 'Conv_Latinotype - ModernicaBold';
}

a:hover{
	text-decoration:none !important;
}

footer{
	background-color:#fff !important;
	padding:20px 0 !important;
	text-align:left !important;
}

footer p{
	color:#333 !important;
	margin:0 0 0 30px !important;
	padding:0 !important;
	float:left;
}
.navbar{
	margin-bottom:0 !important;
	
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background-color: #efefef !important;
}

.homevideo-container img{
	width:100%
}
.morphext{
	width:700px;
	display:block;
	margin:-100px auto 0 auto;
}

.tiles{
	width: 100%;
}

@media(max-width:767px) {
	
	.ln-letters a{
		border-right: 1px silver solid;
		padding:10px;
		width:35px;
		text-align: center;
		
	}
	
	.navbar-custom ul.nav li a{
		color:#333 !important;
	}
	
	.titulo1{
		padding-top:20px !important;
	}
	
	.morphext{
	width:90%;
	display:block;
	margin:-50px auto 0 auto;
}
	
	.section-heading h2{
		font-size:27px !important;
	}
	
	.cont2{
		margin:0 10px;
	}
	.section-heading p{
		font-size: 14px !important;
		line-height:16px !important;
	}
	
}



/* Paginador */


.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	display:block;
	display: inline-block;
	vertical-align: middle;
}

.pagination .info {
	display:block;
}
.pagination .box, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding: 8px 12px;
	text-decoration:none;
	width:auto;
	color:#333;
	background: #ccc;
}
.pagination a:hover {
	color:#fff;
	background: #3279BB;
	}

.pagination .current {
	color:#fff;
	background: #3279BB;
}


/* WordPress Gallery */

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}




/* blockquote citar */

blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 15px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}


/* Redes sociales */

.social{
	display: inline-block;
	float:left;
}

.fb_iframe_widget span {
	vertical-align: baseline !important;
}


/* Autocomplete */

/* highlight results */
.ui-autocomplete span.hl_results {
    background-color: #ffff66;
}
 
/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    background: white url('../img/ui-anim_basic_16x16.gif') right center no-repeat;
}
 
/* scroll results */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
}
 
.ui-autocomplete li {
    font-size: 16px;
}
 
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}

















/* ===========================
--- Footer
============================ */

footer {
    background-color: #fff;
}

footer {
	padding: 0 ;
	
}

footer p {
	font-size: 12px;
	margin:17px 0 0 10px;
}

footer a.totop {
	color: #fff;
	margin-bottom: 30px;
}
footer a.totop:focus {
	outline: 0;
}

#cnca-footer{
	float:left;
}
#cerrillos-footer{
	float:left;
	height:80px;
	margin:20px;
}




@media(max-width:767px) {
	
#cnca-footer{
	float:none;
	width:100px !important; 
	height:auto;
	margin:0 auto;
	display: block;
}
#cerrillos-footer{
	float:left;
	height:70px;
	margin:15px;
}
#sep-footer{
	clear:both;
}
#p-footer{
	display:block;
	min-width:300px;
	float:none;
	text-align:center;
	margin:0 0 20px 0;
}
	
}









/* INFO */

.box1{
	padding:40px 0;
	border-top:solid 2px #efefef;
	overflow:hidden;
}
.cont1{
	margin:0 100px;
}
.img-box1{
	float:left;
}
.img-box2{
	width:100%;
	height:auto;
}
.img-box3{
	float:left;
}
.info-box1{
	display:block;
	margin:15px 0 0 450px;
}
.info-box2{
	margin:20px 20px;
}
.info-box3{
	display:block;
	margin:15px 0 0 650px;
}
.info-box1 span{
	font-family: 'Conv_Latinotype - ModernicaBold';
	font-size:20px;
}
.info-box2 span{
	font-family: 'Conv_Latinotype - ModernicaLight';
	font-size:28px;
	margin:0 0 20px 0;
	display:block;
}
.info-box3 span{
	font-family: 'Conv_Latinotype - ModernicaLight';
	font-size:28px;
	margin:0 0 20px 0;
	display:block;
}
#ref{
	width:500px;
}
#ref li{
	float:left;
	list-style:none;
	width:230px;
}
#ref li a{
	color:#333;
	font-family: 'Conv_Latinotype - ModernicaBold';
	font-size:18px;
	background-image:url(img/ref.png);
	background-repeat:no-repeat;
	padding:0 0 5px 30px;
	background-position:left 3px;
	margin:0 0 10px 0;
	display:block;
}

.tres-mas{
	color: #000;
}

.mas{
	display:block;
	float:right;
	width:150px;
	padding:10px;
	text-align:center;
	color: #000;
	border:solid 1px #000000;
}
.cont-footer{
	margin-bottom:30px;
}

.current-menu-item{
	background-color:#093;
}





@media(max-width:767px) {
	

	
	
	
	.video-caption h1 {
	font-size:20px;
	width:90%;
	margin:0 auto;
}
	
	.section-heading{
		margin:0 ;
	}
	
	.cont1{
	margin:0 15px;
}

.section-heading h2 {
	font-size:25px;
}
	
	.img-box1{
	float:none;
	width:95%;
	height:auto;
	margin:0 auto;
	display:block;
}
.info-box1{
	display:block;
	margin:15px 15px 0 15px;
}
#ref li{
	float:none;
	width:230px;
}
	
}







.img1{
	width:100%;
	height:300px;
	background: url(images/bg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.img2{
	width:100%;
	height:400px;
}

.tres{
	float:left;
	width:31%;
	background-color:#FFF;
	margin:1%;
}
.txt1{
	margin:20px;
}
.txt1 span{
	font-family: 'Conv_Latinotype - ModernicaBold';
	font-size:22px;
	text-transform:uppercase;
}



@media (max-width:768px) {
	
	.video-caption h1{
	display:none;
}

#btn-scroll{
	margin-top:-130px;
}
	.tres{
	float:none;
	width:95%;
	margin:20px auto;
	overflow:hidden;
}
}











#navigation-sticky-wrapper{
	height:130px !important;
}



ul li{
	font-family: "gobCL";
}





.aligncenter{
	width: 100%;
	height: auto;
	margin: 20px 0;
}
.size-full{
	width:100%;
	height: auto;
}
.alignright{
	float: right;
	margin: 0 0 20px 20px;
}
.alignleft{
	float: left;
	margin: 0 20px 20px 0;
}

@media(max-width:767px) {
	.alignright, .alignleft{
	float: none;
	margin: 20px 0;
		width: 100%;
		height: auto;
}
}
	
