.clr{
	clear:both;
}
p{
	line-height:24px;
	margin: 0px 0;
}
ul, li{
	list-style:none;
	margin:0;
	padding:0;
}
 
 .titles{font-family: 'asapregular'; text-transform:uppercase;}
 
.su-tabs-style-1 .su-tabs-nav span {
	display: block;
	float: left;
	height: 40px;
	line-height: 39px;
	margin-right: 5px;
	cursor: pointer;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #f1f1f1;
}

.su-tabs {
	margin: 0 ;
	border: 1px solid #e6e6e6;
	padding: 10px;
}
.su-tabs-style-1 .su-tabs-nav{
	background: none ;
	padding: 0 ;
	width: 100%;
	margin: 0 auto ;
	position: relative;
	z-index: 2;
	height:60px;
}

.su-tabs-style-1 .su-tabs-nav span{
	width: 20.33%;
	border: none ;
	padding: 10px  0  ;
	margin: 0 ;
	background: #f8f8f8 ;
	text-align: center;
	font-family: 'asapregular';
	font-size: 2em;
	color: #666;
	-moz-transition: all 300ms cubic-bezier(0.91, 0.01, 0.37, 0.98) 0s;
	-webkit-transition: all 300ms cubic-bezier(0.91, 0.01, 0.98, 0.10) 0s;
	-o-transition: all 300ms cubic-bezier(0.91, 0.01, 0.37, 0.98) 0s;
	transition: all 300ms cubic-bezier(0.91, 0.01, 0.98, 0.10) 0s;
	position: relative;
	left: -1px;
}

.su-tabs-style-1 .su-tabs-nav span:hover {
	color: #a53692;
}
.su-tabs-style-1 .su-tabs-nav span.su-tabs-current{
	background: #C00 ;
	color: #fff;
}
.su-tabs-style-1 .su-tabs-nav span img{
	display: block;
	margin: 0 auto;
	position: relative;
	top: -17px;
	opacity: 0;
	-moz-transition: all 300ms cubic-bezier(0.91, 0.01, 0.37, 0.98) 0s;
	-webkit-transition: all 300ms cubic-bezier(0.91, 0.01, 0.10, 0.98) 0s;
	-o-transition: all 300ms cubic-bezier(0.91, 0.01, 0.37, 0.98) 0s;
	transition: all 300ms cubic-bezier(0.91, 0.01, 0.10, 0.98) 0s;
}
.su-tabs-style-1 .su-tabs-nav span.su-tabs-current img{
	top: 9px;
	opacity: 1;
}
.su-tabs-style-1 .su-tabs-pane {
	border: none ;
	background: #fff;
	margin-top:20px;
}
.tabpanWrapper {
	padding: 0 0 0 0;
	top:50px;
}

 
 
 
.commanGrid {
	 
}
.commanGrid li {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    box-shadow: 0 0 10px #ccc;
    float: left;
    font-size: 14px;
    margin: 10px 5px !important;
    padding: 5px 2px;
    position: relative;
    text-align: center !important;
}
.commanGrid p{
	text-align:center !important;
	margin-top:10px;	
}
.commanGrid li img{
	width:100%;
}
.videoGalleryGrid li a:hover span, .newsGrid li a:hover span, .downloads li a, .downloadMedia li a{
	position:absolute;
	width:100%;
	height:100%; 
	z-index:1;
	top:0;
	display:block;
}
.videoGalleryGrid li a:hover span{ 
	background:url(../images/play-icon.png) no-repeat 50% 50%;
}





.grid {
	max-width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.grid li {
    box-shadow: 0 0 5px #ccc;
    display: block;
    float: left;
    margin: 10px 5px;
    opacity: 0;
    padding: 1px 0 5px 2px;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;	  font-size:14px; text-transform:uppercase; text-align:center;  
}

.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	position:relative;
	
}
.photoGalleryGrid li a:hover span{
	background:url(../images/zoom.png) no-repeat 50% 50%;
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	top:0;
}

/* Effect 1: opacity */
.grid.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	-moz-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}
 