
*,
*:before,
*:after { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*body {
	background: #f9f9fc;
	-webkit-font-smoothing: antialiased;
	letter-spacing: .1px;
	line-height: 1.23em;
	color: #757575;
}

/*.container {
	width: 1000px;
	margin: 115px auto;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	min-height: 500px;
	background: #fff;
	padding: 2em 0;
}*/

.sectionHeading {
	display: block;
	line-height: 1em;
	text-align: center;
	font-weight: 600;
	color: #212121;
}

.sectionHeading span {
	background: #fff;
	padding: 0 20px;
	display: inline-block;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.fl {
	float: left;
}

.row {
	width: 100%;
}

.grid12 {
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.small12 {
	width: 100%;
}

.small3 {
	width: 25%;
}

.slideDemos {
	width: 100%;
}

.slideDemos-single {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 1em;
}

.slideDemos-single .pogoSlider {
	height: 225px;
}

.slideDemos-single h3 {
	text-align: center;
	margin-top: 90px;
	color: #fff;
	font-weight: 700;
}

.lbox-caption {
  display: table;
  height: 100%;
  width: 100%; }
  .lbox-caption a {
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-size: 18px;
    padding: 8px 12px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .lbox-caption a:hover {
      background-color: #ffffff; }
      .lbox-caption a:hover span {
        color: #333333; }
  .lbox-caption span {
    color: #ffffff; }

.lbox-details {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }
  .lbox-details h4,
  .lbox-details h5,
  .lbox-details p {
    color: #ffffff;
    margin-bottom: 20px; }
    
.pogoSlider h1{color: #ed1b24;}    
.fz45 {
    font-size: 45px;
}
@media only screen and (max-width:520px){
.pogoSlider h1, h2, h3, h4{margin-top:0;font-size:20px;}
.pogoSlider-nav{display:none;}
}
