*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Bootstrap parts */

.row{
	margin: 0 -15px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px){
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	    float: left;
	}

	.col-sm-4 {
	    width: 33.33333333%;
	}

	.col-sm-6 {
	    width: 50%;
	}
}

@media (min-width: 992px){
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	    float: left;
	}

	.col-md-3 {
	    width: 25%;
	}

	.col-md-9 {
	    width: 75%;
	}
}

@media (min-width: 1200px){
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	    float: left;
	}

	.col-lg-12 {
	    width: 100%;
	}
}

img {
    vertical-align: middle;
}

:after, 
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav:before {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.navbar-nav {
    margin: 7.5px -15px;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.text-right {
    text-align: right;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none!important;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Bootstrap parts END */

b, strong {
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    font-size: 18px;
    padding: 4px 21px;
}

.btn-primary {
    background: #fdb924;
    border-color: #fdb924;
    transition: all 0.2s ease 0s;
    color: #333;
}

.btn-primary:hover{
	background-color: #eeae23;
}

header{
	position: relative;
	width: 100%;
	height: 150px;
}

.wrapper{
	position: relative;
	width: 100%;
}

/* Container */

.top.container{
	padding-top: 90px;
}

.container{
	padding: 0 15px;
	margin: 0 auto;
}

.container:before,
.row:before{
	display: table;
    content: " ";
}

.container:after,
.row:after{
	display: table;
    content: " ";
}

.container:after,
.row:after{
	clear: both;
}

/* Container END */

/* Blog navigation */
.blog-navigation {
    background: #f9f9f9;
    padding: 8px 0;
    font-size: 14px;
}

.blog-navigation .nav {
    padding: 5px 0;
}

.blog-navigation li {
    margin-right: 15px;
}

.blog-navigation li a {
    padding: 0;
    color: #1a335b;
    transition: 0.2s;
}

.blog-navigation li a:hover, 
.blog-navigation li a:focus {
    opacity: 0.8;
    background: transparent;
}

.blog-navigation li.home a {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    background: url('../images/home-button.png') no-repeat center;
    width: 13px;
    height: 11px;
    display: inline-block;
}

.search-form label {
    position: relative;
    margin: 0;
}

.search-form .search-field {
    border: 1px #cbcfd5 solid;
    font-size: 14px;
    color: #173652;
    padding: 4px 10px;
    font-weight: 400;
    background: transparent;
    border-radius: 5px;
    padding-right: 30px;
}

.search-form .search-submit {
    position: absolute;
    background: url('../images/search-icon.png') no-repeat center center;
    width: 40px;
    height: 100%;
    border: 0;
    right: 0;
    top: 0;
    padding: 0;
    opacity: 0.6;
    transition: 0.2s;
}

/* Blog navigation END */

/* Archive */

.text-header{
    margin-top: 10px;
    margin-bottom: 30px;
}

.text-header h1 {
    margin: 0;
    font-size: 52px;
}

.blog-list{
	padding: 25px 0;
	padding-bottom: 70px;
}

.article-post-list{
	padding: 22px 0;
	color: #647289;
}

.article-post-list h2{
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 5px;
	text-align: left;
}

.cats-list {
    color: #73a7fb;
}

.cats-list a, .meta a {
    color: #73a7fb;
    font-size: 16px;
    text-decoration: underline;
    text-transform: lowercase;
    transition: 0.2s;
}

.cats-list a:hover, .meta a:hover {
    color: #4c88e8;
}

.article-post-list .short-text {
    margin: 15px 0;
}

.navigation.pagination{
	padding: 20px 0;
	clear: both;
}

.pagination .nav-links{
	text-align: center;
}

.pagination a, 
.pagination span{
	text-decoration: none;
    padding: 3px 8px;
    margin: 2px;
	border: none;
    color: #c3c9d5;
    border-radius: 7px;
	text-align: center;
	font-weight: normal;
}

.pagination a:hover{
	text-decoration: underline;
}

.pagination .current{
	background: #c3c9d5;
    color: #fff;
}

/* Archive END */

/* Single */

.article-page {
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 50px;
}

.article-page .container {
    background: #fff;
}

.article-page .page-content {
    padding-top: 135px;
}

.article-page .content {
    padding: 15px;
}

.article-page h1 {
    margin-bottom: 20px;
}

.article-page .meta {
    font-size: 16px;
    color: #60718c;
}

.article-page .meta .sep {
    display: inline-block;
    margin: 0 5px;
}

/* Single END */

/* Related posts */

.article-block {
    margin-top: 20px !important;
}

.related-posts {
    font-size: 15px;
}

.article-block .headline {
    font-size: 30px;
    font-weight: bold;
    color: #1a335b;
    margin-bottom: 35px;
}

.related-posts .image {
    max-height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
}

.related-posts .name {
    margin-bottom: 5px;
}

.related-posts .name a {
    color: #000;
}

/* Related posts END */

footer{
	position: relative;
	width: 100%;
}

@media (min-width: 768px){
	.container{
		width: 750px;
	}

    .navbar-nav {
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }
}

@media (min-width: 992px){
	.container{
		width: 970px;
	}
}

@media (min-width: 1200px){
	.container{
		width: 1170px;
		max-width: 930px;
	}
}

@media (max-width: 768px){
	.visible-xs {
	    display: block !important;
	}

	.article-page {
	    padding-bottom: 0;
	    background-image: none !important;
	}

	.article-page .page-content {
	    padding-top: 0;
	}

	.related-posts .col-sm-4 {
	    margin-bottom: 25px;
	}
}