/* CSS Document */

@import url("css/bootstrap.min.css");
@import url("css/font-awesome/css/font-awesome.min.css");
/* General & Basic Styles */

body {
    background-color: #f1f1f1;
    color: #6d7683;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 20px;
}
input,
textarea {
    -webkit-font-smoothing: antialiased;
}
#warp {
    background-color: #f1f1f1;
    display: none;
}
a {
    color: black;
}
.container > .row > .col-md-9 {
    overflow: hidden;
    height: 100%;
}
.boxed .post-type,
.boxed-2 .post-type,
.boxed .post-author,
.boxed-2 .post-author {
    position: static;
    margin-bottom: 10px;
}
.grid_970 .container {
    width: 970px;
}
.sections-left-sidebar .sidebar-col {
    float: left;
}
.sections-left-sidebar .main-content {
    float: right;
}
/* 02 - Header & Navigation */

#header {
    line-height: 60px;
    background: #FFF;
    border-bottom: 1px solid #d3d5d7;
    -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
    -moz-box-shadow: 0 0 5px 0 #e2e3e4;
    box-shadow: 0 0 5px 0 #e2e3e4;
    position: relative;
    z-index: 99999;
    margin-bottom: 10px;
}
.logo {
    font-size: 30px;
    font-weight: bold;
    float: left;
}
.warning {
    color: red;
}
/* Sidebar */
/* Widget */

.widget {
    background-color: #FFF;
    border-bottom: 1px solid #d3d5d7;
    -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
    -moz-box-shadow: 0 0 5px 0 #e2e3e4;
    box-shadow: 0 0 5px 0 #e2e3e4;
    position: relative;
    margin-bottom: 30px;
    padding: 30px 30px 35px;
}
.widget-title,
.post-title,
.post-head > h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #ecedee;
    margin-bottom: 20px;
    line-height: 28px;
    position: relative;
}
.widget-title:before,
.post-title:before,
.post-head > h3:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: #036DFF;
    bottom: -2px;
    left: 0;
}
.widget-title > i,
.post-title > i {
    background-color: #2f3c4e;
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
}
.widget .button {
    width: 100%;
}
.widget li {
    list-style: none;
    color: #4b525c;
    border-bottom: 1px solid #ecedee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.widget li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget li a span {
    margin-left: 10px;
}
.widget li i.fa {
    float: right;
    margin-left: 10px;
    font-size: 13px;
    line-height: 20px;
}
/* Post */

.post {
    position: relative;
    display: block;
}
.post a {
    color: #6d7683;
    text-decoration: underline;	
}
.post-type {
    position: absolute;
    top: 0;
    left: -80px;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 25px;
}
.post:hover .post-type {
    background-color: #2f3c4e;
}
.post-wrap {
    background-color: #FFF;
    border-bottom: 1px solid #d3d5d7;
    -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
    -moz-box-shadow: 0 0 5px 0 #e2e3e4;
    box-shadow: 0 0 5px 0 #e2e3e4;
    position: relative;
    padding: 30px;
    margin-bottom: 10px;
}
.post-head > h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 30px !important;
}
.post-wrap {
    margin-bottom: 50px;
    padding: 0;
    overflow: hidden;
}
.post-inner {
    padding: 30px;
}
.post-inner section {
    display: none;
}
.post-inner section:first-child {
    display: block;
}
.post-inner section *:last-child {
    margin-bottom: 0;
}
.post-inner section iframe {
    display: block;
    width: 100%;
}
.single-post .post-inner {
    padding-bottom: 15px;
}
.post-img {
    position: relative;
}
.post-img li {
    list-style: none;
}
.post-img img,
.post-img iframe {
    width: 100%;
    display: block;
    border: none;
}
.post-img img {
    height: auto;
}
.button {
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
}
.button:hover {
    background-color: #2f3c4e;
}
.post-more {
    float: right;
    margin-bottom: 5px;
}
/* Post lightbox */

.post-img-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
}
.post-img-lightbox i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    font-size: 19px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -19px 0 0 -19px;
    display: none;
}
.post-img:hover .post-img-lightbox {
    background-color: rgba(0, 0, 0, 0.5);
}
.post-img:hover .post-img-lightbox i {
    display: block;
}
/* Left sidebar */

.sections-left-sidebar .post .post-type {
    left: inherit;
    right: -80px;
}
.sections-left-sidebar .post .post-author {
    left: inherit;
    right: -80px;
}
.sections-left-sidebar .post.post-2 .post-type {
    left: inherit;
    right: -60px;
}
/* Footer */

#footer {
    line-height: 94px;
    background-color: #2f3c4e;
    margin-top: 60px;
}
.copyrights {
    color: #F1F1F1;
    text-align: center;
}
.go-up {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 15px;
    right: -60px;
    bottom: 20px;
    cursor: pointer;
    text-align: center;
    z-index: 9999;
}
.images-border {
    max-width: 100%;
    border: 1px solid #dedede;
    padding: 5px;
    background: #F1F1F1;
    box-sizing: border-box;
}
::-moz-selection {
    background: rgba(123, 123, 123, 0.22);
    ;
}
::selection {
    background: rgba(123, 123, 123, 0.22);
    ;
}
.go-up {
    background: #0091cd;
	color:white;
}
a.button {
    color: #FFF !important;
}
ul {
    padding: 0px;
}