
@import '../components/header.css';
@import '../components/footer.css';
@import '../components/common.css';

@import '../components/hero.css';

@import '../lib/owl.carousel.min.css';
@import '../lib/owl.theme.default.min.css';

@import '../components/carousel.css';

.page_wrapper {
    
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;    
}


.article_content {

}	
.articles {
	background-color: white;
}	
.article_content
article,
section {
	display: block;
}

.mod-c {
    margin-bottom: 30px;
}

.mod-c .mod-title {
    margin-bottom: 30px;
}

.mod-title {
    padding: 15px 15px 9px;
    color: #4B4B4D;
    line-height: 2;
    border-bottom: 1px solid #C5C4C4;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    letter-spacing: -1px;
    font-weight: normal;
    background-color: #E7E7E6;
    font-size: 18px;
}

.article_content .media, .media .media {
    margin-top: 15px;
}

.article_content .media, .media-body {
    overflow: hidden;
    zoom: 1;
    display: table;
}

.article_content hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

.carousel_display {
	/*display: none*/
}

.article_content .bxslider img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  width:932px !important;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  margin: 0px auto 0;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}	
.article_content .media > .pull-left {
    margin-right: 10px;
}	
.article_content .media-object {
    display: block;
}
.article_content .pull-left {
    float: left;
    margin-bottom: 20px;
}

.article_content .thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -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;
    background: #fff;
}

.article_content img {
    max-width: 100%;
    width: auto !important;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    margin: 0px auto 0;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.article_text {
    color: #4b4b4b;
}	
/*article detail page*/
.pull-left.article-img {
    margin-right: 1.5em;
}

.pull-left {
    float: left;
    margin-bottom: 20px;
}
.article-img {
    max-width: 250px;
    margin-bottom: .25em;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -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;
    background: #fff;
}	
figure {
	margin: 0;
}
.article-body {
 
}
.middleimage {
	padding-top: 20px;
    padding-bottom: 20px;
}	
.article-header {
	margin-bottom: 20px;
}	

header.article-header h1 {font-size:25px !important;}