html, body, div, caption, figure, figcaption,  {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
 figcaption, figure, section {
  display: block;
}


blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.title-section h2 {
	font-size: 29px;
	font-weight: normal;
	text-transform: none;
	display: block;
	margin-bottom: 20px;
			color: #fff;

}
.title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #e3722e;
  margin: 0 auto;
}


.flexslider {
	margin-top: 0px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: rgba(255,255,255,.9);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
	top: 50%;
}


@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 10px;
  }


  .left-header {
	  text-align: left;
  }
	
	.right-header {
    text-align: right;
  }
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) 

  .flexslider {
	margin-top: 60px;
  }
}
@media only screen and (min-width: 1229px){
	.showcase .horizontal-images.content{ width: 1060px; }
}

@media only screen and (min-width: 1629px){
	.showcase .horizontal-images.content{ width: 700px; }
}
