@font-face {
	font-family: ca;
	src: url(../fonts/ca.ttf);
}

@font-face {
	font-family: qa;
	src: url(../fonts/qa.otf);
}

@font-face {
	font-family: bo;
	src: url(../fonts/bo.ttf);
}

@font-face {
	font-family: ro;
	src: url(../fonts/ro.ttf);
}

body {
	color: #505562;
	font-family: ro;
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh;
	background-attachment: fixed;
}

a:hover,a:active,a:visited,a:focus {
	text-decoration: none;
}



#nav-drop{
	font-family: ca;
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: 100;
	display: none;
	font-size: 1.1em;
	border: 1px solid #fff;
	text-align: center;
}

ul{
	list-style: none;
	padding-left: 0;
}

#nav-drop ul{
	list-style: none;
	padding-left: 0;
	font-size: 1.2em;
}

#nav-drop a{
	color: #605f67;
}


#nav-drop a:hover{
	border-bottom: 1px dotted #5d5c64;
	font-weight: bold;
}



#nav-xl {
	font-family: ca;
	margin: 20px 0;
	border: 1px solid #fff;
	display: inline-block;
	padding: 12px;
	color: #fff;
	position:relative;

}

#nav-xl a {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
	font-size: 2em;
	color: #fff;
	margin: 4px 5px;
	letter-spacing: -1px;
}


#nav-xl a:hover,#nav-xl a.active {
	border-bottom: 4px solid #fff;
	padding-bottom: 12px;
}

a#link-pictures:hover{
	border-bottom: none;
}


#nav-xs{
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	color: #fff;
	background-color: rgb(118, 116, 127);
	padding : 0 15px;
	padding-top: 13px;
	z-index : 99999;
}

#nav-xs #brand{
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}



#nav-xs a i{
	color: #fff;
	font-size: 20px;
	/*padding-top: 13px;*/
}




#nav-xs-content{
	background-color: rgb(118, 116, 127);
	display: none;
	position: fixed;
	top: 50px;
	width: 100%;
	/*! background-color: rgb(119, 124, 141); */
	z-index: 1000;
	padding : 0 15px
}	


#nav-xs-content a{
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	
}

#nav-xs-content #nav-xs-categories a{
	color: #fff;
	font-weight: normal;
}


.page-home h1 {
	font-family: qa;
	font-size: 6em;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
	/*text-decoration: underline;*/
	margin-top: 1em;
}

.page-home h2 {
	font-family: bo;
	font-size: 2.8em;
	letter-spacing: 1px;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
	margin: 1em 0;
}

.page-home p {
	margin-top: 3em;
	color: #505562;
	font-size: 1.5em;
}

.c-fff {
	color: #fff;
}

.bg-fff {
	background-color: #fff;
}

.header-brush{
	/*max-width: 500px;*/
	margin: auto;
	margin-bottom:  4em ;
	margin-top:  3em ;
	text-align: center;
	background-image: url(../img/brush.png);
	background-position: center;
	background-repeat: no-repeat;
}

.header-brush h1{
	margin: 0;
	display: inline-block;
	padding: 0.6em;
	font-family: qa;
	font-size: 5em;
	color: #505562;
}

.bg-dark{
	padding-top: 15px;
	background-color: rgba(0,0,0,0.5);
	border-top: 4px solid #fff;
	padding-bottom: 200px;
}

.bg-dark.container-fluid{
	padding : 0;
	padding-top: 15px;
}



.container{
	max-width: 1400px;
}

.inner-figure {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.grid figcaption {
	background: #eee;
	padding: 8px;
	text-align: center;
}

.grid figcaption h3{
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	color : #505562;
}

.grid-wrap {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 1em 1.875em;
	padding: 0;
}


.img-event{
	background-size: cover;
	background-position: center;
	width: 128px;
	height: 128px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.img-event-xs{
	background-size: cover;
	background-position: center;
	width: 200px;
	height: 200px;
	margin: auto;
	
}

.row-event{
	border-left: 10px solid rgb(106, 116, 137);
	background: #fff;
	background-image: url(../img/row-event.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin: 40px 0;
	padding: 10px 20px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	min-height: 167px;
}

.row-event h4{
	font-family: bo;
	font-size: 2em;
}

.row-event strong{
	color: #4e4f5c;
}

.row-event a{
	border-bottom: 1px dotted #337ab7;
}

.row-event p{
	font-size: 1.2em;
}

figure:hover{
	transition: padding .5s;
	padding : 0;
}


#dombundle_event_date_time_hour, #dombundle_event_date_time_minute{
	display: none;
}

#contact-form{
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	/*min-width: 400px;*/
	/*margin: auto;*/
	margin-top: 100px;
}

#contact-form input, #contact-form textarea {
	margin-bottom: 20px;
	width: 100%;
	padding: 6px;
	border-radius: 0;
	border: 1px solid #ddd;
	font-size: 1.2em;
}


input, textarea {
	border-radius: 0;
}

input[type="file"] {
	display: block;
	line-height: 35px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 1px solid #ddd;
}