﻿@charset "UTF-8";

@font-face {
    font-family: 'helveticaneue-boldregular';
    src: url('/fonts/henbold-webfont.eot');
    src: url('/fonts/henbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/henbold-webfont.woff2') format('woff2'),
         url('/fonts/henbold-webfont.woff') format('woff'),
         url('/fonts/henbold-webfont.ttf') format('truetype'),
         url('/fonts/henbold-webfont.svg#helveticaneue-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneue-lightregular';
    src: url('/fonts/henlight-webfont.eot');
    src: url('/fonts/henlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/henlight-webfont.woff2') format('woff2'),
         url('/fonts/henlight-webfont.woff') format('woff'),
         url('/fonts/henlight-webfont.ttf') format('truetype'),
         url('/fonts/henlight-webfont.svg#helveticaneue-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'helveticaneue-romanregular';
    src: url('/fonts/henregular-webfont.eot');
    src: url('/fonts/henregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/henregular-webfont.woff2') format('woff2'),
         url('/fonts/henregular-webfont.woff') format('woff'),
         url('/fonts/henregular-webfont.ttf') format('truetype'),
         url('/fonts/henregular-webfont.svg#helveticaneue-romanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
  font-family: 'helveticaneue-romanregular', Helvetica, Arial, sans-serif }
body{
	overflow-x: hidden !important;
	font-size:14px;
	background-color:#e9e9e9
}
img {-ms-interpolation-mode: bicubic;}
.fit{ margin-right:0 !important;
	margin-left:0 !important;}
.rel{position:relative}
a{outline:0 !important;text-decoration: none;cursor: pointer}
a:hover, a:visited, a:active, a:focus{text-decoration: none;}
h1{
	font-size:2.2em;
	font-family: 'helveticaneue-boldregular';
}
h2{font-size:2em}
h3{font-size:1.5em}

::-webkit-input-placeholder { color:#6F6F6F; font-weight:400 }
::-moz-placeholder { color:#6F6F6F; font-weight:400} /* firefox 19+ */
:-ms-input-placeholder { color:#6F6F6F; font-weight:400 } /* ie */
input:-moz-placeholder { color:#6F6F6F; font-weight:400}

.container-full{
	width:100%;
	height:auto;
	}
.anim-rgt, .anim-lft, .anim-up, .anim-dwn, .anim-fade, .anim-expup, .floating, .anim-slf, .anim-fiu{
	-webkit-visibility:hidden;
    -moz-visibility:hidden !important;
    -o-visibility:hidden;
    visibility:hidden;
	}
.relative{
	position:relative
}

.highlight{
	margin-top: 10px;
	/*height: 550px;*/
    height:auto;
}

/*--------  HEADER  ----------*/
.top-stripe{
	font-family: 'helveticaneue-lightregular', Helvetica, Arial, sans-serif;
	background-color: #000;
	height: 32px;
	padding: 4px 0 5px 0;
	font-size: 0.9em
}
.top-stripe-unam{
	font-family: 'helveticaneue-lightregular', Helvetica, Arial, sans-serif;
	background-color: #fff;
	height: auto;
	padding: 6px 0;
	font-size: 0.9em;
}
	.logo-unam img{
		height:60px;
		width:auto;}
.news{
	margin-top:32px;
	}	
	.news strong{
	color:#aaa;
	}
	.news a{
	color:#000;
	}	
	.news a:hover{
	color:#F00;
	}	

.tickets-btn{
	border-radius: 3px;
	border:1px solid #fff;
	padding: 2px 12px;
	background: transparent;
	display: inline-block;
	margin: 1px 10px 0 10px;
	color: #fff;
}
	.tickets-btn:hover{
	background: #fff;
	color: #000;
	}
	.tickets-btn:focus, .tickets-btn:visited{
		color: #fff;
		background: #000;
	}
.top-link a{
	border-radius: 3px;
	padding: 2px 12px;
	background: transparent;
	display: inline-block;
	margin: 1px 10px 0 10px;
	color: #fff;
}
.social a{
	border-radius: 3px;
	border: 0;
	background: transparent;
	padding:2px 5px;
	display: inline-block;
	margin: 0 3px;
	
}
	.social a:hover, .top-link a:hover{
	background: #444;
	}
	.social a img{
		width:auto;
		height: 16px;
	}	

.slider-info{
	background-color: #fff;
    z-index: 10;
    position: absolute;
    bottom: 0;
    height: auto;
    width: auto;
    width: 850px;
    padding: 15px;
    margin-left: 290px;
}
.slider-info .event-cat{
	top:-25px !important;
	bottom:initial
} 
.event-data .event-cat{
	top: -25px;
	bottom:initial
}


/* -------  Buttons -----------*/
.btn{
	border-radius:0;
	-webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
	padding:8px 20px 6px 20px;
	}
	.btn-red{
	background-color:#ad0102;color:#fff}
	.btn-red:hover, .btn-red:focus{
	color:#fff;
	background-color:#000}
			
.menu{
	background-color: #fff;
	position:fixed;
	top:10em;
	z-index: 10000;
	width: 245px;
	opacity: 0.5;
}
.logo{
	text-align:center;
	padding: 24px 0;
	border-bottom: 1px solid #dadada;
}
	.logo img{
	height: 60px;
	width:auto
	}

.menu-options{
	padding: 18px 18px 35px 18px
}
.menu-options a{
	color: #666;
	display: block;
	line-height: 1.8em;
	font-size: 1em;
	cursor:pointer
}
.menu-options{
	margin: 0;
	list-style: none
}
	.menu-options a:hover{
	text-decoration: none;
		color: #FF0004;
	}
	.menu-options a:focus{
		font-family: 'helveticaneue-boldregular' !important;
		color: #000 !important;
	}
	.menu-options a:active{
		font-family: 'helveticaneue-boldregular' !important;
		color: #000 !important;
	}
	.selected{
		font-family: 'helveticaneue-boldregular' !important;
		color: #000 !important;
	}
.sidenav, .sidesearch {
    display: none
}


/*--------  EVENT  ----------*/
.event{
	background-color: #fff;
	height: 400px;
	margin-bottom:32px;
	position: relative;
	display: block;
	opacity:1
}
.event:hover{
	text-decoration:none;
	opacity: 0.9 !important;
	cursor: pointer;
	color: #666 !important
}
/*.event:hover img {
	width: 105%;
	margin-top: -3px;
	margin-left: -8px;
	-webkit-transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
	transition:all 0.7s ease;
}*/
.event-img{
	height: 180px;
	overflow: hidden;
	position: relative;
	margin-bottom: 12px;	
}
	.event-img img{
	width: 100%;
	height: auto;
	min-height: 180px;
    /*width: auto !important;
    height: 200px !important;
    min-height: 200px;
    margin-left: -50%;
    left: 50%;
    position: absolute;*/
	}
	.event-gradient{
		position: absolute;
		bottom: 0;
		height: 60px;
		width: 100%;
		background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));
        z-index: 1;
	}
	.event-cat{
		font-family: 'helveticaneue-lightregular', Helvetica, Arial, sans-serif;
		position: absolute;
		left:0;
		z-index: 100;
		bottom: 0;
		color: #fff;
		font-size: 0.9em;
		padding:5px 8px 3px 8px;
		font-weight: 100;
	}
	.teatro{
		background-color: #cc3333
	}
	.danza{
			background-color: #666633
		}
	.artes-visuales{
			background-color: #c9910d
		}
	.cine{
			background-color: #000066
		}
	.musica{
			background-color: #cc6633
		}
	.conferencias{
			background-color: #660033
		}
	.especiales{
			background-color: #000033
		}
	.literatura{
			background-color: #40408c
		}
	.podcast{
			background-color: #990033
		}
	.radiounam{
			background-color: #003300
		}
	.television{
			background-color: #b74c70
		}
	.disciplina{
		background-color: #333333
	}

.event p{
	padding: 0 12px 0 12px
}
.event-name{
	font-family: 'helveticaneue-boldregular', Helvetica Neue, Helvetica, Arial," sans-serif";
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #000;
    padding: 0 12px 0 12px !important;
    margin: 0 0 10px;
}

.event-place{
	font-size: 0.9em;
	line-height: 1.2em;
	color: #666
}
.event-date-slider{
	color:#000;
	border-top: 1px solid #d1d1d1;
    display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
.event-date-detail{
	position: relative;
	color:#000;
    display: block;
    width: 100%;
}
.event-date{
	position: absolute;
	bottom: 0;
	color:#000;
	border-top: 1px solid #d1d1d1;
    display: block;
    width: 100%;
}
.event-date-range{
	float: left;
	position: relative;
	width: 50%;
}
.date-day{
	font-size:2em;
	border-right: 1px solid #dddddd !important;
	display: inline-block;
	padding: 3px 8px 3px 9px;
	font-family: 'helveticaneue-lightregular', sans-serif;
}
.date-month-year{
	font-size:0.9em;
	display: inline-block;
	padding: 3px 5px 0 5px;
	font-family: 'helveticaneue-lightregular', sans-serif;
}
.end-date{
	/*margin-left: 13px*/
}
.end-date::before{
	content:"";
	width: 13px;
	height: 9px;
	position: absolute;
	left: -15px;
	top: 21px;
	background-image: url(../images/arrow.svg);
}

.event-detail{
	padding: 0;
	background-color: #fff;
	
}

.event-detail .date-day{
	font-size:3em;
	border-right: 1px solid #d1d1d1;
	display: inline-block;
	padding: 20px 8px 20px 9px;
	font-family: 'helveticaneue-lightregular', sans-serif;
}
.event-detail .date-month-year{
	font-size:1.3em;
	display: inline-block;
	padding: 3px 5px 0 5px;
	font-family: 'helveticaneue-lightregular', sans-serif;
}
.event-detail .end-date{
	/*margin-left: 13px*/
}
.event-detail .end-date::before{
	content: "";
    width: 33px;
    height: 25px;
    position: absolute;
    left: -50px;
    top: 41px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
}
.img-flexslider {
	width:50% !important;
	margin:0 !important; 
}
.flexdetail {
}
	.flexdetail .flexslider{
		background-color:#e9e9e9;
		margin:0;
	}
    .flexdetail .flexslider .slides img {
    height: 385px;
    width:auto !important;
    -moz-user-select: none;
    }
	.flexdetail .flexslider .flex-control-nav {
		display:none;
	}
    .flexdetail .flexslider iframe {
    width: 73%;
    height: 378px;
    float: left;
    padding-bottom: 18px;
	}



.event-data{
	border-bottom: 1px solid #d1d1d1;
}
.event-info{
	padding: 30px 15px 60px 15px;
}
.event-info2{
	padding: 30px 30px 60px 30px;
}
.event-info .social a:hover{
	background: #e8e8e8;
	}
.event-img-mask{
	width: 100%;
	height: 340px;
	overflow-x: scroll;
	overflow-y:hidden;
	position:relative;
	white-space: nowrap;
}
.event-images{
	width: auto;
	height: 340px;
    white-space: nowrap;
	position: absolute;
	display: block;
 	top: 0;
  	left: 0;
	overflow-y: hidden;
  	overflow-x: visible;
}
.event-images img{
	display: inline-block;
	margin-right:2px;
	height: 340px;
	width: auto;
	white-space:nowrap;
}
.event-description{
	padding: 15px 0
}
.discount{
	font-size:0.8em;
	font-weight: bold;
	color:#666;
	margin-top:20px
}
.data-padding{
	padding-top:20px;
	padding-bottom: 20px;
}
.border-top{
	border-top:1px solid #d1d1d1
}
.border-right{
	border-right:1px solid #d1d1d1
}
.border-left{
	border-left:1px solid #d1d1d1;
	margin-left: -1px;
}
.share{
	text-align:right
}
.margintop15{
	margin-top:20px;
}
.detail-info{
	line-height:1.3em;
	color: #777;
}
	.detail-info strong{
		line-height:1.2em;
		
	}
.directorio{
	}	
	.directorio h4{
		font-size: 1.4em;
		margin-top: 18px;
    	margin-bottom: 2px;
		font-family: 'helveticaneue-lightregular';
	}


/*---------- Submenu Agenda --------------*/
.agenda{
	border-radius:0;
	margin-top: 80px;
	min-width: 1024px;
	min-height: 600px;
}
.modal-lg {
    width: 1200px !important;
}
.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
	border-radius: 0;
	padding: 78px 50px 50px 280px;
    height: 500px;
	position: relative;
}
.close-modal{
	position:absolute;
	right: 15px;
	top: 15px;
	cursor: pointer
}
.tab-content ul{
    float: left;
	padding: 0;
	margin: 25px 25px 25px 30px;
	list-style: none;
}
.tab-content ul li a{
	color: #333;
	font-size: 1.1em;
	padding-bottom: 4px;
	display: block;
}
	.tab-content ul li a:hover{
	color: #FF0004;
	}
    .tab-content ul li ul {
        display: none;
        padding: 0;
        margin: 1px 1px 1px 1px;
    }

    .tab-content ul li:hover ul {
        display: block;
    }
.nav-tabs>li {
    margin-bottom: 0;
	border: 0;
}
.nav>li>a {
    padding: 10px 30px 14px 30px;
	font-size: 1.8em;
	font-family: 'helveticaneue-boldregular', Helvetica Neue, Helvetica, Arial," sans-serif";
	color: #999;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: #fff;
    border: 0;
    cursor: default;
}
.nav-tabs>li.active>a{
	color:#000;
}
.nav-tabs>li>a {
    border: 0;
    border-radius: 0
}
.search-padding{
	padding:20px 30px 0 30px
}



/*---------- Search --------------*/
.search{
	background-color: #fff;
	height: 400px;
	margin-bottom:32px;
	position: relative;
	display: block;
	padding: 12px;
}
.search .event-name{
	padding: 16px 0 8px 0
}
select.form-control{
	border-radius: 0 !important;
	-webkit-appearance: none;
	background: url(../images/dwn2.png) no-repeat right !important;
	color:#666;
}


.filtros input[type="text"] {
    display: block;
    width: 100% !important;
    height: 34px;
    padding: 6px 12px !important;
	font-style: normal !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    /*color: #555 !important;*/
	border-radius: 0 !important;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .filtros input[type="text"]:focus {
        outline: none !important;
        box-shadow: 0 0 8px #cccccc !important;
        border: 1px solid #e52131 !important;
    }

.srch-lat input[type="text"] {
    background-color: transparent;
    border: 1px solid #4e4e4e;
    border-radius: 0;
    color: #333333;
}

    .srch-lat input[type="text"]:focus {
        outline: none;
        box-shadow: 0 0 8px #cccccc;
        border: 1px solid #e52131;
    }

.srch-lat input[type="submit"] {
    font-family: 'museo_sans300', sans-serif;
    font-size: 0.9em;
    color: #FFFFFF;
    font-weight: 300;
    width: 76px;
    height: 30px;
    line-height: 11px;
    text-align: center;
    cursor: pointer;
    background-color: #e52131;
    border: 1px solid #e52131;
    border-radius: 0;
}

    .srch-lat input[type="submit"]:hover {
        color: #e8e8e8;
        background-color: #a50310;
        border: 2px solid #e52131;
    }

    .srch-lat input[type="submit"]:focus {
        outline: none;
        border: 2px solid #e52131;
        box-shadow: 0 0 6px #333;
    }

.sl select {
    background: url(../images/dwn2.png) no-repeat right;
    color: #333333;
}

    .sl select:focus {
        outline: none;
        border: 1px solid #e52131;
        box-shadow: 0 0 8px #868686;
        color: #777777;
    }

.sl select {
    background-color: transparent;
    border: 1px solid #4e4e4e;
    width: 100%;
    height: 30px;
    line-height: 20px !important;
    padding: 5px;
    border-radius: 0;
    -webkit-appearance: none;
}



/*--------  LIST  ----------*/
.list-header{
	margin-top: 8px;
    margin-bottom: 8px;
}
.address{
	color:#666;
}
.website-link{
	color: #ad0102;
    padding: 6px 10px 4px 10px;
    border: 1px solid #ad0102;
    border-radius: 3px;
    font-size: 0.9em;
    display: inline-block;
    margin-top: 20px;
}
.website-link:hover, .website-link:focus{
	background-color: #fff;
	border: 1px solid #fff;
	color: #ad0102;
}
.pager {
    width: auto;
}

    .pager #DataPager span {
        width: 32px;
        height: 35px;
		font-size: 2.2em;
        line-height: 1.2em;
        margin-right: 8px;
        display: block;
        float: left;
        color: #000;
		font-family: 'helveticaneue-lightregular', Helvetica, Arial, sans-serif;
    }

    .pager a {
        width: 32px;
        height: 35px;
        line-height: 1.2em;
        margin-right: 8px;
		font-size: 2.2em;
        display: block;
        float: left;
        color: #aeaeae;
		font-family: 'helveticaneue-lightregular', Helvetica, Arial, sans-serif;
    }

        .pager a:hover {
            color: #D1292C;
        }

    .pager input {
        float: left;
        margin-right: 8px;
        padding: 5px;
    }


/* ------ CONTACTO -----------*/

.contact-form label{
	font-weight:400 !important;
	margin-bottom:0 !important;
	}
.contact-form p{
	margin-bottom:30px;	
	}
	.contact-form-secc{
	background-color:#f3f7fa;
	padding-top:50px;
	padding-bottom:155px;
	background-image:url(../images/bg-form.jpg);
	background-size:cover;
	background-position:bottom;
	}
	.contact-form-secc label{
		font-weight:400 !important;
		margin-bottom:0 !important;
		}
	.contact-form-secc p{
		margin-bottom:30px;	
		}
.form-control{
	border-radius:0;
	}
	textarea.form-control{
	padding: 14px 12px;
	}




/* -------  Secondary -----------*/
.static{
    padding: 0;
    background-color: #fff;
    /*margin-top: 30px;*/
}
.static-list{
	padding: 30px 15px 45px 15px;
    border-bottom: 1px solid #ddd;
}
.static-list h2{
    font-size:1.6em;
	font-family: 'helveticaneue-boldregular', Helvetica Neue, Helvetica, Arial," sans-serif";
    margin-bottom:18px;
	}	
.static-list h3{
	font-family: 'helveticaneue-boldregular', Helvetica Neue, Helvetica, Arial," sans-serif";
    margin-bottom:18px;
	}
.info-link{
	color: #ad0102;
    padding: 6px 10px 4px 10px;
    border: 1px solid #ad0102;
    border-radius: 3px;
    display: inline-block;
    margin-top: 10px;
}
.info-link:hover, .info-link:focus{
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	color: #ad0102;
}





		
/* ------ FOOTER ---------*/		
footer{
	height:auto;
	background-color:#777;
	margin-top: 60px;
	}
footer *{
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.footer-logos{
	padding-top:25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #666;
	margin-bottom: 40px;
}
	.footer-logos a:hover{
	opacity:0.6
	}
.footer-bottom{
	background-color: #000;
	padding: 5px 0;
	margin-top: 35px;
}
.footer-h{
	font-size: 1.3em;
	color: #fff
}
footer small{
	display: block;
	color:#e0e0e0;
	padding-top: 60px;
}
footer ul{
	padding:0;
	margin:0;
	list-style: none;
}
footer ul li a{
	text-decoration: none;
	color:#e0e0e0;
	display: block;
	padding-bottom: 10px;
	font-size: 1em;
	line-height: 1.3em;
	cursor: pointer;
	font-family: 'helveticaneue-lightregular', sans-serif;
}
	footer ul li a:hover, footer ul li a:focus{
	color:#fff;
}
.main-list {
	margin-top: 25px;
	margin-bottom: 25px;
}
.main-list a{
	font-size: 1.3em;
	color: #fff;
	padding-bottom:10px;
	display: block
}
.nws-app{
	text-align:right
}
.newsletter{
	padding:13px 16px 9px 16px;
	text-align: center;
	background-color: #666;
	border:1px solid #a3a3a3;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 15px;
}
.newsletter:hover, .newsletter:focus{
	color:#fff;
	background-color: #000;
}
.app{
	margin-top:20px;
}
.app p{
	color:#e0e0e0;
	line-height: 1em;
	display: block;
	margin-bottom: 8px
}
.app img{
	width:32px;
	height: 32px;
	margin-left: 6px
}
.app a:hover{
	opacity:0.6	
}


.sidenav {
    height: 100%; 
    width: 0; 
    position: fixed;
    z-index: 10000; 
    top: 0;
    left: 0;
    background-color: #fff; 
    overflow-x: hidden;
    padding-top: 60px; 
    transition: 0.5s; 
	display: inline;
}
.sidesearch {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
	display: inline;
}

.sidenav a {
    padding: 8px 8px 8px 16px;
    text-decoration: none;
    font-size:1.2em;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #000;
}

.sidenav .closebtn, .sidesearch .closebtn{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.topb{
	display: none
}
.socialNav a{
	opacity:0.6;
	float: left;
	text-decoration:none
}
	.socialNav a img{ 
	width: 24px;
	height: 24px
	}
	.socialNav a:hover{
	opacity:1;
	text-decoration:none
	}
	.socialNav a:focus{
	opacity:1;
	text-decoration:none
	}



/* --------------------------------------------------

				     RESPONSIVE

---------------------------------------------------*/
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .flexdetail .flexslider iframe {
    width: 88%;
	}
}
@media (min-width: 992px){
	.modal-lg{
		width:1000px
	}	
	
}

@media only screen and (min-width: 900px) and (max-width: 1200px){
	.menu {
    width: 225px;
	}
	.event {
    height: 350px;
	}
	.event-img {
    height: 180px;
	}
	.event-img img {
        width: 125%;
        height: auto;
        min-height: 180px;
    }
	.event-name {
    font-size: 1.2em;
	}
	.search .event-name {
    padding: 8px 0 8px 0;
	font-size: 1.1em;
	}
	.date-day {
    font-size: 1.7em;
    padding: 4px 6px 4px 7px;
	}
	.date-month-year {
    font-size: 0.8em;
    padding:0;
    line-height: 1.2em;
    margin-top: 4px;
	}
	.slider-info {
    width: 700px;
    margin-left: 240px;
	}
	.search {
    height: 380px;
	}
	.social a {
    padding: 2px 3px;
	}
	.modal-lg {
    width: 1000px !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px){
	
	.menu{
		width: 220px;
	}
	
	.menu-options a {
    line-height: 1.4em;
    padding-bottom: 8px;
	}
	
.search {
    display: none;
	}	
	
}


@media only screen and (min-width: 678px) and (max-width: 991px){

html, body{
		overflow-x: hidden !important
	}
.topb{
	display: inline;
	height: auto;
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	padding: 6px 0
	}
	.topb img{
	height: 37px;
	width: auto
	}
	.topb .menuicon img{
	height: 25px;
	display: inline-block;
	margin-top: 9px
	}
/*.search {
    display: none;
	}*/
.event-date-slider {
    position: relative;
}
.sidesearch .search {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}
.highlight{
	margin-top: 50px;
	height: auto;
	padding-left: 0;
    padding-right: 0;
}
.top-stripe, .top-stripe-unam{
	display:none
}

.slider-info {
    position: relative;
    bottom: 0;
    height: auto;
    width: auto;
    width: 100%;
    padding: 15px 15px 0 15px;
    margin-left: 0;
}	
.flexslider {
    max-height: none !important;
}
.flexslider .slides {
    height: auto !important;
    max-height: none !important;
}
.flex-control-nav {
   display: none !important;
}
.flexslider .slides img {
    /*height: 55vh !important;
    width: auto !important;*/
    margin-left: 0;
    text-align: center;
	top: initial;
    margin-top: 0;
}
.flex-direction-nav a {
    top: 40% !important;
}	
.nws-app{
	text-align: center;
	margin-top: 30px;
}
.date-day{
	border-right: 1px solid #dddddd !important;
}
.menu {
    display: none
}
h1 {
    margin-top: 60px;
    margin-bottom: 5px;
}	

.website-link{
    margin-top: 60px;
}	
	
.event-data .event-cat {
    top: -26px;
    bottom: initial;
}	
.event-detail .end-date::before {
    width: 33px;
    height: 12px;
    position: absolute;
    left: -20px;
    top: 27px;
}
.event-info{
	padding-bottom: 40px;
}
.event-detail .date-day {
    font-size: 2.2em;
    padding: 10px 8px 10px 9px;
}	
.event-detail .date-month-year {
    font-size: 1em;
    padding: 3px 5px 0 5px;
}
.tab-content{
	display: block;
    width: 100%;
    float: left;
}
.sidenav a {
    font-size: 1.6em;
}
.nav>li>a {
    font-size: 1.6em;
}
.flexdetail .flexslider iframe {
    width: 100%;
	}

		

}



	
@media only screen and (min-width: 70px) and (max-width: 677px){
	html, body{
		overflow-x: hidden !important
	}
.topb{
	display: inline;
	height: auto;
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	padding: 6px 0
	}
	.topb img{
	height: 37px;
	width: auto
	}
	.topb .menuicon img{
	height: 25px;
	display: inline-block;
	margin-top: 9px
	}
.sidesearch .search {
    padding: 0 30px;
}
.highlight{
	margin-top: 50px;
	height: auto;
	padding-left: 0;
    padding-right: 0;
}
.top-stripe, .top-stripe-unam{
	display:none
}
.slider-info {
    position: relative;
    bottom: 0;
    height: auto;
    width: auto;
    width: 100%;
    padding: 15px 15px 0 15px;
    margin-left: 0;
}	
.flexslider {
    max-height: none !important;
}
.flexslider .slides {
    height: auto !important;
    max-height: none !important;
}
.flex-control-nav {
   display: none !important;
}
.flexslider .slides img {
    /*height: 65vh !important;
    width: auto !important;*/
    margin-left: 0 !important;
    text-align: center;
	top: initial;
    margin-top: 0 !important;
}
.flex-direction-nav a {
    top: 40% !important;
}
.event-date-slider {
    color: #000;
    border-top: 1px solid #d1d1d1;
    display: block;
    position: relative;
    clear: both;
}
.date-day{
	border-right: 1px solid #dddddd !important;
}
h1 {
    font-size: 1.8em;
    font-family: 'helveticaneue-boldregular';
    margin-top: 60px;
    margin-bottom: 5px;
}	
.menu {
    display: none
}
	
.main-list {
	margin-top: 25px;
	margin-bottom: 25px;
}
.menu-options{
	padding: 0 18px 35px 18px
}
.nav>li>a {
    padding: 5px 15px 5px 15px;
    font-size: 1.2em;
}

.tab-content{
    margin-bottom: 15px;
}	
.tab-content ul {
    padding: 0;
    margin: 0;
    display: block;
    float: none;
}
	.tab-content ul li a {
    font-size: 1.1em;
    padding: 3px 15px !important;
	}
.sidenav a:hover, .offcanvas a:focus {
    color: #000;
}
.collapse{
    padding-left: 15px;
	-webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
	
#homesearch{
	display:none
}
.event {
    height:auto;
    min-height: 380px;
    margin-bottom: 32px;
}
	
.event-data .event-cat {
    top: -26px;
    bottom: initial;
}	
.event-detail .end-date::before {
    width: 33px;
    height: 12px;
    position: absolute;
    left: -20px;
    top: 27px;
}
.border-left {
    border-left: 0;
    margin-left: 0;
	/*border-top: 1px solid #d1d1d1;*/
}
.border-right {
    border-right: 0;
	border-bottom: 1px solid #d1d1d1;
}
.website-link{
    margin-top: 60px;
    padding: 4px 6px 2px 6px;
}	

.pager #DataPager span {
    width: 32px;
    height: 32px;
    font-size: 1.8em;
    line-height: 1.2em;
    margin-right: 6px;
    display: block;
    float: left;
    color: #000;
    font-family: 'helveticaneue-lightregular', Helvetica, Arial, sans-serif;
}	
	.pager a {
    width: 27px;
    height: 30px;
    line-height: 1.2em;
    margin-right: 6px;
    font-size: 1.8em;
    display: block;
    float: left;
    color: #aeaeae;
    font-family: 'helveticaneue-lightregular', Helvetica, Arial, sans-serif;
}
.pager input {
    float: left;
    margin-right: 0;
    padding: 2px;
    height: 27px;
}
.event-img-mask {
    height: 250px;
    overflow-x: scroll !important;
    overflow-y: hidden;
}
	.event-images {
    width: auto;
	height: 250px;}
	.event-images img {
    height: 250px;
    width: auto;}

.event-info{
	padding-bottom: 40px;
}
.event-detail .date-day {
    font-size: 2.2em;
    padding: 10px 8px 10px 9px;
}	
.event-detail .date-month-year {
    font-size: 1em;
    padding: 3px 5px 0 5px;
}
.event-info2 {
    padding: 15px 15px 60px 15px;
}
.share{
	text-align:center
}	
	.share strong{
		display: block;
    	margin: 40px 0 5px 0;
	}
.static-list {
    padding: 20px 0 35px 0;
}
.event-img{
	height: 200px;
}
	.event-img img{
	min-height: 200px;
	}
	
footer{
	margin-top: 40px;
	}	
.footer-logos {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
	text-align: center;
}
	.footer-logos img{
	padding: 5px;
	max-width: 82%;
	height: auto;
	}
.nws-app{
	text-align: center;
	margin-top: 30px;
	}
footer small{
	padding: 30px 15px 0 15px;
	clear: both
}
.flexdetail .flexslider iframe {
    width: 100%;
	}
	

	
}