

/* HTML5 Boilerplate CSS */
@import url("boilerplate.css") screen;


/* General Container CSS */
@import url("fonts.css") screen;

/* General Container CSS */
@import url("general_v1309.css") screen;

/* Header CSS */
@import url("header.css") screen;

/* JPlayer CSS */
@import url("jplayer.css") screen;


/* Buttons CSS */
@import url("buttonPro.css") screen;

/* Flex Slider CSS 
@import url("flexslider.css") screen;
*/

/* Page Overrides */
@import url("page-overrides_v1309.css") screen;


/* About Us Page CSS - DEPRECATED */
@import url("about.css") screen;

/* Blog CSS */
@import url("blog.css") screen;

/* Post CSS */
@import url("post.css") screen;

/* Widget CSS */
@import url("widgets.css") screen;

/* Shortcode CSS */
@import url("shortcodes.css") screen;

/* Form CSS */
@import url("form.css") screen;

/* Portfolio CSS - DEPRECATED */
@import url("portfolio.css") screen;

/* Comment CSS */
@import url("comments.css") screen;

/* Footer CSS */
@import url("footer.css") screen;

/* Font Awesome */
@import url("font-awesome.css") screen;

/* Fontello */
@import url("fontello.css") screen;


/* Media Queries */
@import url("mqueries.css") screen;



/* Full-Width Layout CSS */
@import url("full-width-layout.css") screen;


/* Non-semantic Helper Classes */
@import url("helper.css") screen;

/* Print CSS */
@import url("print.css") print;




.rsImg{
	
	margin-top:0px !important;
}

.topstripe{

	height: 6px;
	width: 100%;
	background-color: #392559;
	margin-bottom: 4px;
}

.bottomstripe{

	height: 2px;
	width: 100%;
	background-color: #faa830;
	margin-bottom: 0;
	border-bottom: 4px solid #392559;

}


/* BOOTSTRAP TAGS */

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}


