@import url(http://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200,700);


/*************************
*******Typography******
**************************/

@font-face {
    font-family: 'existencestencil_light';
    src: url('existence-stencillight-webfont.eot');
    src: url('existence-stencillight-webfont.eot?#iefix') format('embedded-opentype'),
         url('existence-stencillight-webfont.woff2') format('woff2'),
         url('existence-stencillight-webfont.woff') format('woff'),
         url('existence-stencillight-webfont.ttf') format('truetype'),
         url('existence-stencillight-webfont.svg#existencestencil_light') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'existenceunicase_light';
    src: url('existence-unicaselight-webfont.eot');
    src: url('existence-unicaselight-webfont.eot?#iefix') format('embedded-opentype'),
         url('existence-unicaselight-webfont.woff2') format('woff2'),
         url('existence-unicaselight-webfont.woff') format('woff'),
         url('existence-unicaselight-webfont.ttf') format('truetype'),
         url('existence-unicaselight-webfont.svg#existenceunicase_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'existencelight';
    src: url('existence-light-webfont.eot');
    src: url('existence-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('existence-light-webfont.woff2') format('woff2'),
         url('existence-light-webfont.woff') format('woff'),
         url('existence-light-webfont.ttf') format('truetype'),
         url('existence-light-webfont.svg#existencelight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latohairline';
    src: url('lato-hairline-webfont.eot');
    src: url('lato-hairline-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-hairline-webfont.woff2') format('woff2'),
         url('lato-hairline-webfont.woff') format('woff'),
         url('lato-hairline-webfont.ttf') format('truetype'),
         url('lato-hairline-webfont.svg#latohairline') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('lato-regular-webfont.eot');
    src: url('lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-regular-webfont.woff2') format('woff2'),
         url('lato-regular-webfont.woff') format('woff'),
         url('lato-regular-webfont.ttf') format('truetype'),
         url('lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family: 'Dosis', sans-serif;
  font-size: 17px;
  color: #fff
}


.btn {
  border-radius: 0;
  font-family: 'latoregular';
  font-size: 20px;
  padding: 9px 23px;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'latoregular';
  font-weight: 300;
  text-transform: none;
}

h2 {
  font-size: 36px
}

.navbar-toggle {
  margin-top: 12px
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle, 
.navbar-toggle:focus {
  border:1px solid #fff;
  outline: none;
}


/*************************
*******Header CSS******
**************************/

.header-top {
  display: block;
  overflow: hidden;
  padding: 25px;
}

.main-nav {
  position: absolute;
  width: 100%;
  z-index: 999;
  background:url(../images/topline.png) repeat-x center top;
}

.main-nav 
.container {
  width: 100%
}

.social-icons a {
  font-size: 18px;
  color: #000000;
  padding-left:20px;  
}

.social-icons .fa-pinterest:hover {
  color: #f00
}

.social-icons .fa-facebook:hover {
  color: #3B5997
}

.social-icons .fa-twitter:hover {
  color:#29C5F6
}

.social-icons .fa-google-plus:hover {
  color:#D13D2F
}

.social-icons .fa-youtube:hover{
  color: #ec5538
}

.navbar-brand {
  background-color: #000;
  height: 81px;
  margin-bottom: 20px;
  position: relative;
  width: 361px;
  opacity: 0.8;
}

.navbar-brand img {
  position: absolute;
  
}

.navbar-right {
  background-color: #000;
  padding:0 200px 0 0;
  opacity: 0.8;
  max-width:850px;
}

.navbar-right li a {
  padding: 25px 12px;
  font-size: 16px;
  color: #a5a5a5;
  text-transform: none;
  font-family: 'existencelight';
  font-weight: bold;
}

.navbar-right li a:hover, 
.navbar-right li a:focus,  
.navbar-right .active a {
  /*background-color: #ffcb08;*/
  color: #ffcb08;
  opacity:10;
  height:75px;
}


.fixed-menu {
  background-color: #ffcb08;
  position: fixed;
  top: 0;
}

.fixed-menu .navbar-right {
  padding: 0;
}


.fixed-menu .navbar-right li a {
  font-size: 18px;
  padding: 20px 25px;
  text-shadow:inherit;
}

.fixed-menu .navbar-brand {
  height: 60px;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
  width: 125px;
}

.fixed-menu .navbar-brand img {
  height:60px;
  top: 0;
}

.fixed-menu .header-top {
  display: none;
}



/*************************
*******Home CSS******
**************************/

#home {
  position: relative;
  overflow: hidden;
  background:#000;
  
}

#main-slider img {
  width: 100%
}

#main-slider 
.carousel-caption {
  background: none repeat scroll 0 0 #000000;
  bottom: 34%;
  float: left;
  left: 0;
  opacity: 0.8;
  padding:10px 60px 35px;
  right: inherit;
  text-transform: none;
  color: #fff;
  text-align: left;
  
}
#main-slider 
.carousel-caption h6
{
	font-family: 'latohairline';
	font-size:13px;
	width:450px;
	float:left;
	line-height:19px;
	text-align:center;
}

#main-slider 
.carousel-caption h2 {  
  font-family: 'existencelight';
  font-size:48px;
  font-weight:bold;
 
}

#main-slider 
.carousel-caption h2 span {  
  font-family: 'existencelight';
  color:#ffcb08;
 
}

#main-slider 
.carousel-caption h4 {
  font-size: 24px;
}

#main-slider 
.carousel-caption a {
  font-size: 22px;
  color: #2da1c5
}

#main-slider 
.carousel-caption a:hover {
  color: #2588a6
}

#main-slider 
.carousel-caption a:hover i {
  margin-left: 35px
}

#main-slider 
.carousel-caption a i {
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-slider 
.carousel-indicators li {
  background-color:#ffcb08;
  border: 1px solid #fff;
}

#main-slider 
.carousel-indicators li.active {
  background-color:#fff;
  border: 1px solid #ffcb08;
}

/*************************
*******Explore CSS******
**************************/

#explore {
  background-color: #C34C39;
  background-image: url("../images/event-bg.jpg");
  background-position: center bottom;
  background-size: contain;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  padding: 130px 0 100px;
}

.watch {
  position: absolute;
  left: 0;
  top: 7%;
}

#explore h2 {
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
}

#countdown {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0
}

#countdown li {
  list-style: none;
  display:inline-block;
  margin-right: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
}

#countdown li:last-child {
  margin-right: 0
}

#countdown li span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  height: 82px;
  line-height: 79px;
  width: 75px;
  border-radius: 10px;
  border-right: 1px solid #9e3e2e;
  border-bottom: 1px solid #9e3e2e;
}

#countdown li .days {
  background-color: #45b29d;
  border-top: 1px solid #6ac1b1;
  border-left: 1px solid #6ac1b1;
}

#countdown li .hours {
  background-color: #efc94c; 
  border-top: 1px solid #f2d470;
  border-left: 1px solid #f2d470;
}

#countdown li .minutes {
  background-color: #e27a3f;
  border-top: 1px solid #e89565;
  border-left: 1px solid #e89565;
}

#countdown li .seconds {
  background-color: #df5a49;
  border-top: 1px solid #e57b6d;
  border-left: 1px solid #e57b6d;
}

#countdown li:before {
  background-color: #FFFFFF;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 36px;
  width: 1px;
}

#countdown li:after {
  background-color: #FFFFFF;
  content: "";
  height: 11px;
  right:0;
  position: absolute;
  top: 36px;
  width: 1px;
}

.cart {
  background-color: #b34534;  
  position: absolute;
  right:-200px;
  top: 37%;
  width:252px;
   -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.cart:hover {
  right:0;
}


.cart a {
  color: #FFFFFF;
  display: block;
  font-size: 24px;
  text-transform: uppercase;
}

.cart a i {
  font-size: 30px;  
  padding: 20px 12px;
  background-color: #A64030; 
  margin-right: 3px;
}

 

 /*************************
*******Event CSS******
**************************/
#event {
  background-color: #33888F;
  background-image: url("../images/performar-bg.jpg");
  background-position: 50% 0;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
}

.guitar {
  position: absolute;
  right:0;
  top: 0
}


#event h2 {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 70px;
  text-transform: uppercase;
}

.single-event {
  margin-bottom: 20px;
}

.single-event h4 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 25px;
  text-transform: uppercase;
}


.single-event h5 {
  font-size: 18px;
  font-weight: 100;
  display: block;
}

#event-carousel {
  position: relative;
}

.even-control-left, 
.even-control-right {
  position: absolute;
  font-size: 24px;
  color: #fff;
  top: 0;
}

.even-control-left {
  right: 3%
} 

.even-control-right {
  right: 0;
}


/*************************
*******About CSS**********
**************************/

#about {
  background-color: #75B46E;  
  position: relative;  
  width: 100%;
  display: flex;
}

.guitar2 {
  top: 0;
  width: 50%;
}

.guitar2 img {
  padding-top: 3%;
}

.about-content {
  width: 50%;
   background-image: url("../images/about-bg.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 70px 110px;
}


#about h2 {
  margin-bottom: 23px;
}

.about-content p {
  font-size: 17px;
  font-family: 'Dosis',sans-serif;
}

#about .btn-primary {
  background-color: #137c61;
  color: #fff;
  text-transform: capitalize;
  border: none;
  margin-top: 28px;
}

#about .btn-primary:hover {
  background-color: #126d55
}



/*************************
******Twitter CSS****
**************************/

#twitter {
  background-color: #ecedef;
  background-image: url("../images/twitter-bg.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat:no-repeat;
  position: relative;
  padding: 95px 0 90px;
  overflow: hidden;
}

.twit {
  position: absolute;
  left: 0;
  top:-42%;
}

#twitter-feed .item {
  text-align: center;
}

#twitter-feed .item img {
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #c5c8ce;
  padding: 5px;
  margin-bottom: 30px;
}

#twitter-feed .item a, 
#twitter-feed .item p { 
  font-size: 24px;
  font-weight: 300;
  font-family: 'Yanone Kaffeesatz','sans-serif';
}

#twitter-feed .item p {
  color: #3D3D3D;
}

#twitter-feed .item a {
  color:#00c3ff;
}

.twitter-control-left, 
.twitter-control-right {
  position: absolute;
  color: #00c3ff;
  top: 59%;
  font-size: 24px;
  margin:0;
}

.twitter-control-left {
  left: 0;
}

.twitter-control-right {
  right:0;
} 



/*************************
******Sponsor CSS****
**************************/

#sponsor {
  background-color: #1881a2;
  background-image: url("../images/sponsor-bg.jpg");
  background-position:50% 0;
  background-size: cover;
  background-repeat:no-repeat;
  position: relative;
}

.light {
  position: absolute;
  right: 0;
  bottom: 0;
}

#sponsor .col-sm-10 {
  z-index: 10;
}

#sponsor h2 {
  margin-top: 90px;
  margin-bottom: 40px;
}

#sponsor .item ul {
  font-size: 0;
  padding: 0;
}


#sponsor .item ul li {
  display: inline-block;
  list-style: none;
  width: 33.33%;
  margin-bottom: 75px;
}

#sponsor .item ul li:last-child {
  margin-right: 0
}

.sponsor-control-left, 
.sponsor-control-right {
  color: #FFFFFF;
  font-size: 24px;
  position: absolute;
  top: 20%;
}

.sponsor-control-left {
  right: 12%
}

.sponsor-control-right {
  right: 10%
}


/*************************
******Map CSS****
**************************/
#map {
  position: relative;
}

#gmap {
  height:450px;  
}


/*************************
******Contact CSS****
**************************/

.contact-section {
  background-color: #f7ab24;
  background-image: url("../images/contact-bg.jpg");
  background-position:60% 0;
  background-size:contain;
  background-repeat:no-repeat;  
  position: relative;
}

.ear-piece {
  position: absolute;
  left: 0;
  top: 0;
}

#contact .container {
  padding-top:47px;
}

#contact h3 {
  text-transform:inherit;
  color: #373737; 
}

#contact-section h3 {  
  margin-bottom: 25px
}

#contact address {
  font-size: 18px;  
  color: #373737; 
}

.contact-text {
  margin-bottom: 35px;
  display: block;
}


#contact-section .form-control {
  border-color: #ffcb08;
  box-shadow:none;
  outline: 0 none;
  border-radius: 0;
  color: #797979;
  font-size: 18px;
}

#contact-section .form-control:focus {
  border-color: #ae750d;
}

#contact-section input {  
  /*height: 44px;*/
}

#contact-section textarea {
  height: 90px;
  resize:none;
}

#contact-section .btn-primary {
  background-color: #ffcb08;
  color: #000;
  border: none;
  font-size: 24px;
  padding: 6px 42px;
  margin-bottom: 110px;
  margin-top: 10px
}

#contact-section .btn-primary:hover {
  background-color: #212020;
  color: #fff
}



/*************************
******Footer CSS****
**************************/

#footer {
  font-family: 'latoregular';
  background-color: #000;
  opacity:9;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #8b8b8b;
  font-size: 12px;
  padding: 0px 0;
  height:85px;
}

#footer a {
  color:#ffcb08
}

#footer a:hover {
  color:#fff600
}

#footer .newsmain
{
	float:left;
	
}


/* will be red only in google chrome */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #footer .newsmain
{
	float:left;
	margin:0 !important;
	padding:0 !important;
	
}

#aboutmain p
{
font-size:13px !important;	
}
}

.newsmain > ul {
    float: left;
}


#footer .newsmain p
{
	float:left;
	
	line-height:65px;
	padding:0 0 0 20px;
}


#footer .news
{
	background:#ffcb08;
	font-size:17px;
	color:#000;
	height:85px;	
	margin:0;
	padding:0 10px;
	float:left;
	text-align:center;
	line-height:75px;
	font-family: 'latoregular';
}

#footer .news a
{
	background:#ffcb08;
	font-size:17px;
	color:#000;	
	font-family: 'latoregular';
}

#footer .copymain
{float:right; line-height:75px; position:relative; right:20px;}

#footer .copy
{
	float:left;	
	line-height:75px;
	
}

.social-iconsfot {
  font-size: 18px;
  color: #000000;
  float:right;  
  right:20px
   
}


.social-iconsfot a {
  font-size: 18px;
  color: #fff !important;
  padding-left:20px; 
   
}


.social-iconsfot .fa-facebook:hover {
  color: #ffcb08
}

.social-iconsfot .fa-twitter:hover {
  color:#ffcb08
}

.social-iconsfot .fa-pinterest:hover {
  color:#ffcb08
}

.social-iconsfot .fa-pinterest:hover {
  color: #ffcb08
}




/*************************
******About US Start****
**************************/
#about
{
	overflow: hidden;
    position: relative;
	font-family: 'latoregular';
}

#aboutmain img {
  width: 100%;
  clear:both;
  border:1px solid #ffcb08;
}

#aboutmain h2 {
  font-size:40px;
  font-family: 'existencelight';
  font-weight:bold;
}

#servicemain h2 {
    font-family: "existencelight";
    font-size: 40px;
    font-weight: bold;
}

#aboutmain h2 span {
  
  color:#ffcb08;
}

#aboutmain h3 {
  font-family: 'latoregular';
  color:#ffcb08;
  font-size:16px;
}

#aboutmain p {
  font-family: 'latoregular';
  color:#fff;
  font-size:14px;
  margin:0 0 0px 0;
}

#aboutmain ul {
  font-family: 'latoregular';
  color:#fff;
  font-size:14px;
  margin:0 0 0px 0;
  list-style:none;
  padding:0 0 0 15px;
}

#aboutmain ul li {
  font-family: 'latoregular';
  color:#fff;
  font-size:14px;
  margin:0 0 0px 0;
  list-style:none;
  background:url(../images/slider/ularrow.png) no-repeat left center;
  padding:0 0 0 20px;
}

#aboutmain p span {
  font-family: 'latoregular';
  color:#ffcb08;
  font-size:14px;
  margin:0 0 0px 0;
}
.aboutmain
{
	background:url(../images/slider/about.jpg) no-repeat center center;
	width:100%;
	min-height:850px;
	float: left;
	background-size:cover;	
}

.newscontmain
{
	background:url(../images/slider/about.jpg) no-repeat center center;
	width:100%;
	min-height:1030px;
	float: left;
	background-size:cover;	
}


.contactmain
{
	background:url(../images/slider/contactus.jpg) no-repeat center center;
	width:100%;
	height:850px;
	min-height:1050px;
	float: left;
	background-size:cover;	
}

.servicemain
{
	background:url(../images/slider/services.jpg) no-repeat center center;
	width:100%;
	height:850px;
	float: left;
	
	background-size:cover;	
}

.photomain
{
	background:url(../images/slider/bg2.jpg) no-repeat center center;
	width:100%;
	height:850px;
	float: left;
	background-size:cover;	
}


.factsmain
{
	background:url(../images/slider/bg3.jpg) no-repeat center center;
	width:100%;
	height:850px;
	float: left;
	background-size:cover;	
}

bg3.jpg



#servicemain h2 {
  font-size:40px;
  font-family: 'existencelight';
  font-weight:bold;
}

#servicemain h2 span {
  
  color:#ffcb08;
}

#servicemain h3 {
  font-family: 'latoregular';
  color:#ffcb08;
  font-size:16px;
}

#servicemain p {
  font-family: 'latoregular';
  color:#fff;
  font-size:14px;
  margin:0 0 0px 0;
}



#servicemain p span {
  font-family: 'latoregular';
  color:#ffcb08;
  font-size:14px;
  margin:0 0 0px 0;
}


.about-caption {
  background: #000;
  z-index:2;
  top:200px;
  position:relative;
  float: right;
  width:845px;
  opacity: 0.9;
  padding:0px 25px 35px;
  right: inherit;
  text-transform: none;
  color: #fff;
  text-align: left;
  font-family: 'latoregular';
  max-width: 850px;
  min-height: 580px;
  
}
.contact-caption {
  background: #000;
  z-index:2;
  top:200px;
  position:relative;
  float: right;
  width:845px;
  opacity: 0.9;
  padding:0px 25px 35px;
  right: inherit;
  text-transform: none;
  color: #fff;
  text-align: left;
  font-family: 'latoregular';
  max-width: 850px;
  min-height: 580px;
  height:580px;
  
}

.facts-caption {
  background: #000;
  z-index:2;
  top:200px;
  position:relative;
  float: right;
  width:845px;
  opacity: 0.9;
  padding:0px 25px 35px;
  right: inherit;
  text-transform: none;
  color: #fff;
  text-align: left;
  font-family: 'latoregular';
  max-width: 850px;  
  height:640px;
  
}

.service-caption {
  background: #000;
  z-index:2;
  top:200px;
  position:relative;
  float: right;
  width:845px;
  opacity: 0.9;
  padding:0px 25px 35px;
  right: inherit;
  text-transform: none;
  color: #fff;
  text-align: left;
  font-family: 'latoregular';
  max-width: 850px;
  min-height: 580px;
  height:580px;
  
}

<!--Tab start-->

/* Tabs Demo 1 */
.tabs input[type=radio] {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}
.tabs {
  width: auto;
  float: none;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 10px auto;
  opacity: none;
}
.tabs li{
  float: left;
 
}
.tabs label {
    display: block;
    padding: 15px 20px;
    border-radius: 2px 2px 0 0;
    color: #ffcb08;
    font-size: 17px;
    font-weight: normal;
    font-family: 'latoregular';
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    position: relative;
    top: 3px;
	border-top:1px solid #ffcb08;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tabs label:hover {
  background: rgba(255,255,255,0.5);
  top: 0;
}

[id^=tab]:checked + label {
  background: #ffcb08;
  color: #000;
  top: 0;
}

[id^=tab]:checked ~ [id^=tab-content] {
    display: block;
}
.tab-content p
{
	font-size:14px;
	color:#fff !important;
	margin:0 0 10px 0 !important;
}


.tab-content{
  z-index: 2;
  display: none;
  text-align: left;
  width: 100%;
  font-size: 13px;
  line-height: 140%;
  padding-top: 10px;
  background: #252525;
  padding: 15px;
  color: #000;
  position: absolute;
  top: 53px;
  left: 0;
  box-sizing: border-box;
  -webkit-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-bottom: 1px solid #ffcb08;
}

#tab-content1 > ul {
    list-style: outside none none;
	padding:0 0 10px 10px;
	margin:0;
	float:left;
	
}

#tab-content1 > ul > li {
    background: url("../images/slider/ularrow.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    color:#fff;
    font-family: "latoregular";
    font-size: 13px;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 20px;
	 width:100%;
}

#tab-content2 > ul {
    list-style: outside none none;
	padding:0 0 10px 10px;
	margin:0 ;
	float:left;
	
}

#tab-content2 > ul > li {
    background: url("../images/slider/ularrow.png") no-repeat scroll left 4px rgba(0, 0, 0, 0);
    color:#fff;
    font-family: "latoregular";
    font-size: 13px;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 20px;
	width:100%;
}

#imagelightbox
{
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
}

.newsmain > div {
    float: left;
    margin: 20px 0 0 10px;
}


.demonstrations { float: left; clear: both; width: 100%; margin-bottom: 18px; }
.demonstrations a {
  float: left;
  /*width: 100px;
  height: 100px;*/
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.demonstrations a img { float: left; }
.demonstrations .rightmost { margin-right: 0; }

.resources strong { font-family: "Lucida Sans"; }

#aboutmain p span.msg{font-size: 16px; float: left; margin-top: 15px; width: 100%; margin-bottom: 15px;}
a.bx-prev { float:left;}
 a.bx-next {

}
.bx-default-pager{ display:none;}