/*
Free Basic Html5 Responsive Templates
Author: Kimmy
Author URI: http://www.zerotheme.com/
*/
/* ---------------------Reset----------------------- */

a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,
body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,
dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,
header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,
ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,
table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
table,
table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}
img {
    vertical-align: top;
}
embed {
    vertical-align: top;
}
article,aside,audio,canvas,command,datalist,details,
embed,figcaption,figure,footer,
header,hgroup,keygen,meter,nav,output,progress,
section,source,video {
    display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
    display: inline;
}
input,
textarea {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}
iframe {
    border: 0;
    margin: 0;
    padding: 0;
}
input,
textarea,
select {
    margin: 0;
    padding: 0px;
}
/* -------------------------------------------- */
/* ------------------Style---------------------- */
/* -------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext');
html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
}
body {
    background: #fff;
    color: #292929;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
}
/*-------------------------*/

a {
    color: #281F2B;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #392F3C;
}
a.button,
input.button {
    cursor: pointer;
    color: #281F2B;
    line-height: 12px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background: #E4E4E4;
    border: 1px solid #DFDFDF;
}
a.button {
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px 6px 12px;
}
input.button {
    margin: 0;
    border: 0;
    height: 24px;
    padding: 0px 12px 0px 12px;
}
a.button:hover,
input.button:hover {
    background: #B2B914;
    color: #ffffff;
}
.after:after {
    content: '';
    display: block;
    line-height: 0;
    clear: both;
}
/*-------------header */

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
    max-height: 130px;
    padding: 0;    
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    border-bottom: 5px solid #281F2B;
}

#logo {
    padding: 15px;
    color: #281F2B;
    font-size: 32px;

}
#logo:hover {
    opacity: 0.7;
}
#searchbox {
}
/*------------menu */

.navbar {
    margin: 0;
    border: none;
}

nav ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
nav ul li {
    position: relative;
    float: left
}
nav ul li a {
    font-size: 15px;
    color: #30353c;
    display: block;
    line-height: 50px;
    line-height: 60px;
    padding: 0 15px;
    font-weight: bold;
    position: relative;
    font-weight: 300;
}

nav ul li a:hover {
    background: #E7695B;
    color: #fff;
}
/*-------------content */
#bread {
    background-color: #30353c;
    padding: 10px 0;
}
#breadcrumb {
    padding: 0;
    line-height: 40px;
    color: #fff;

}
#breadcrumb a {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
}
.main-content {
    margin: 0;
}
.main-content {} .main-content article {
    margin: 20px 0;
    overflow: hidden;
    position: relative
}
.main-content .heading h2 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -1px;
    font-weight: bold;
}
.main-content .heading .info {
    font-size: 12px;
    font-style: italic;
}
.main-content .content .text {
    text-align: justify;
}
.articleList {
    margin: 0 0 30px 0 !important;
    text-align: center;
    min-height: 520px;
    height: auto;
}

.main-content .content img {
    margin: 0;
    border: #efefef 2px solid;
}
.main-content .footer {} .main-content .footer .more {
    float: right;
}
.main-content .footer .more a {
    text-decoration: none;
}
.sidebar .block1 {
    margin-bottom: 20px;
    background: #000000 url(../images/box-bg.jpg) repeat-x;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    color: #ffffff;
}
.sidebar .heading {
    font-size: 22px;
    font-weight: normal;
    padding: 10px;
    border-bottom: 3px solid #BFCE12;
}
.sidebar .content {
    padding: 15px;
    border-top: 3px solid #272727;
}
.sidebar .content img {
    float: left;
    margin: 5px;
    border: #BDBDBD 5px solid;
}
.sidebar .content a {
    color: #BFCE12;
}
.featured {
    background: #EFEFEF;
    margin-top: 130px;
}
ul {
    margin: 0;
    padding: 0;
    list-style-image: none;
}
ul.list li {
    padding-bottom: 5px;
    line-height: 25px;
    list-style: circle;
    margin-left: 15px;
}
ul.list li a {
    font-size: 14px;
    color: #292929;
    line-height: 25px;
}
ul.list li a:hover {
    color: #006699;
    text-decoration: none;
}
/*-------------------------------------footer */

footer {
    background: #281F2B;
    padding: 20px 0;
    text-align: left;
} 
footer .block2 {
}
footer .heading {
    color: #fff;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
footer .content {
    color: #ffffff;
    padding-left: 10px;
}
footer .content img {
    float: left;
    margin: 5px;
    border: #ffffff 5px solid;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer ul li {
    margin-left: 20px;
    line-height: 24px;
    text-align: center;
}
footer ul li a {
    font-size: 14px;
    color: #fff;
}
footer ul li a:hover {
    color: #eee;
    text-decoration: underline;
    cursor: pointer;
}

footer .heading h4 {
    position: relative;

}
footer .heading h4:after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}
footer .heading h4 span {
    position: relative;
    background: #281F2B;
    z-index:1;
    padding: 0 20px 0 20px;
}
/*-------------copyright*/

#copyright {
    width: 100%;
    padding: 5px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: #E7695B;
}
#copyright a {
    color: #fff;
}
#copyright a:hover {
    color: #999;
}
.image .readmore {
    display: none;
}
.image:hover .readmore {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    position: absolute;
    top: 0;
    left: 0;    
}
.image .readmore a {
    color: #000;
    font-weight: bold;
    padding: 10px;
    display: inline-block;
    border: 1px solid #281F2B;
    top: 50%;
    position: relative;
    margin-top: -20px;
}
.image {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 10px 0 20px 0;
}

.image:hover img{
    transform: scale(1.1);
    transition: all 0.5s;
}

.image img {
    transition: all 0.5s;
}

.btn-success {
    background-color: #E7695B;
    border-color: #acacac;
    color: #fff;
}

.btn-success:hover {
    background-color: #d6584A;
    color: #fff;
}
