/*
Theme Name: BDUBikkel
Theme URI: http://www.suitseven.nl
Version: 1.0
Author: Kenneth Dekker
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* Imports */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);


/* General */

body {
    background: url("images/bg_pattern.png") repeat;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    overflow: visible !important;
    position: relative;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

div {
    transition: 0.3s ease-in-out;
}

a {
    color: #e21f1d;
}

a:hover {
    color: #c10d1a;
    text-decoration: none;
}

p {
    color: #9b9b9b;
}

h1, h2, h3, h4, h5, h6 {
    color: #2f3538;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 25px;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

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

.lead {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.clearfix {
    margin: 0;
    padding: 0;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    box-shadow: none;
}

.btn-primary {
    background: #d62631;
    border-radius: 0;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
}

.btn-primary:hover, .btn-primary:focus {
    background: #c10d1a;
    color: #fff;
    text-decoration: none;
}

.btn-signup {
    background: #d62631;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 24px;
    padding: 15px 40px;
}

.btn-signup:hover, .btn-signup:focus {
    background: #c10d1a;
    color: #fff;
    text-decoration: none;
}

.btn-signup-header {
    background: #6bc1ed;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 12px 15px;
}

.btn-signup-header:hover, .btn-signup-header:focus {
    background: #c10d1a;
    color: #fff;
    text-decoration: none;
}

.btn-logout {
    background: #d62631;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: inherit;
    font-weight: 600;
    margin-top: -5px;
    padding: 10px 20px;
}

.btn-logout:hover, .btn-logout:focus {
    background: #c10d1a;
    color: #fff;
    text-decoration: none;
}

.btn-search {
    background: #d62631;
    border: 2px solid #d62631;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
}

.btn-search:hover, .btn-search:focus {
    background: #c10d1a;
    border: 2px solid #c10d1a;
    color: #fff;
    text-decoration: none;
}

.btn-cta {
    border-radius: 0;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    margin: 15px 0 0 0;
    padding: 10px 20px;
}

.btn-cta:hover, .btn-cta:focus {
    background: #fff;
    color: #6bc1ed;
    text-decoration: none;
}

.btn-back {
    border-radius: 0;
    border: 2px solid #6bc1ed;
    color: #6bc1ed;
    font-weight: 600;
    margin: 25px 0 0 0;
    padding: 10px 20px;
}

.btn-back:hover, .btn-back:focus {
    color: #fff;
    background: #6bc1ed;
    text-decoration: none;
}

input[type=text], input[type=email], textarea, select {
    background: none;
    box-shadow: none;
    border: 2px solid #ebebeb;
    border-radius: 0;
    color: #9b9b9b;
    height: 100%;
    width: 100%;
    padding: 10px 15px;
}

textarea:focus, .form-control:focus, select:focus {
    border: 2px solid #ebebeb;
    box-shadow: none;
    outline: none;
}

.arrow-left, .arrow-right, .arrow-sm-left, .arrow-sm-right, .arrow-sm-right-white {
    display: inline-block;
    background: url('images/arrows.png') no-repeat;
    overflow: hidden;
    vertical-align: middle;
    text-indent: -9999px;
    text-align: left;
}

.arrow-left {
    background-position: -0px -0px;
    width: 40px;
    height: 40px;
}

.arrow-right {
    background-position: -0px -40px;
    width: 40px;
    height: 40px;
}

.arrow-sm-left {
    background-position: -0px -80px;
    width: 22px;
    height: 23px;
}

.arrow-sm-right {
    background-position: -0px -103px;
    width: 22px;
    height: 23px;
}

.arrow-sm-right-white {
    background-position: -0px -126px;
    width: 22px;
    height: 23px;
}


/* Navigation */

.navbar-brand {
    width: auto;
    height: auto;
    position: relative;
    z-index: 1;
}

.navbar-brand img {
    max-width: 186px;
}

.navbar {
    border: none;
    border-radius: 0;
}

.navbar-default {
    background: none;
    position: relative;
    z-index: 1;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a {
    background: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #dbdbdb;
}


/* Mobile Navigation */

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}

header #wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header #wrapper.toggled {
    padding-left: 220px;
}

header #sidebar-wrapper {
    z-index: 3;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    background-color: rgba(43,50,66,.98);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header #sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

header #wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

header #wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

header .sidebar-nav {
    position: absolute;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

header #sidebar-wrapper .logo img {
    position: relative;
    margin: 0 auto;
    padding: 20px;
    width: 220px;
}

header .sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

header .sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #242a37;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

header .sidebar-nav li.current_page_item a {
    color: #fff;
    background-color: #242a37;
    font-weight: 600;
    border-left: 2px solid #6bc1ed;
}

header .sidebar-nav li:hover:before,
header .sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

header .sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

header .sidebar-nav li a:hover,
header .sidebar-nav li a:active,
header .sidebar-nav li a:focus,
header .sidebar-nav li.open a:hover,
header .sidebar-nav li.open a:active,
header .sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

header .sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}

header .sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

header .hamburger {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 2;
    display: none;
    width: 36px;
    height: 34px;
    background: transparent;
    border: none;
}

header .hamburger:hover,
header .hamburger:focus,
header .hamburger:active {
    outline: none;
}

header .hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}

header .hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

header .hamburger.is-closed .hamb-top,
header .hamburger.is-closed .hamb-middle,
header .hamburger.is-closed .hamb-bottom,
header .hamburger.is-open .hamb-top,
header .hamburger.is-open .hamb-middle,
header .hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 5px;
    width: 100%;
}

header .hamburger.is-closed .hamb-top,
header .hamburger.is-closed .hamb-middle,
header .hamburger.is-closed .hamb-bottom {
    background-color: #fff;
}

header .hamburger.is-closed .hamb-top {
    top: 4px;
    -webkit-transition: all .35s ease-in-out;
}

header .hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}

header .hamburger.is-closed .hamb-bottom {
    bottom: 3px;
    -webkit-transition: all .35s ease-in-out;
}

header .hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out;
}

header .hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
}

header .hamburger.is-open .hamb-top,
header .hamburger.is-open .hamb-middle,
header .hamburger.is-open .hamb-bottom {
    background-color: #2b3242;
}

header .hamburger.is-open .hamb-top,
header .hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}

header .hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}

header .hamburger.is-open .hamb-middle {
    display: none;
}

header .hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}

header .hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}

header .hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

header .overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.6);
    z-index: 1;
}

/* Header */

header {
    background: url("images/header.jpg") no-repeat;
    background-position: top center;
    background-size: cover;
    margin: 0;
    min-height: 550px;
    padding-top: 25px;
    position: relative;
}

header .login {
    margin-top: -115px;
}

header .login .login-form {
    float: right;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

header .login .login-form span.error {
	display: block;
	padding: 10px 5px;
	font-weight: 600;
	color: #fff;
}

header .login input {
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    color: #fff;
    height: 100%;
    padding: 10px 15px;
}

header .login .form-control:focus {
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: none;
    outline: none;
}

header .login input::-webkit-input-placeholder {
    color: #fff;
}

header .login input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

header .login input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

header .login input:-ms-input-placeholder {
    color: #fff;
}

header .login .form-inline .form-group {
    padding: 4px;
}

header .login .btn-login {
    background: #d62631;
    border: none;
    border-radius: 0;
		border: 2px solid #d62631;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
}

header .lost-password {
    margin: 15px 0;
}

header .lost-password a {
    color: #fff;
    text-decoration: none;
}

header span.welcome {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    margin: 0 10px;
    padding: 7px 20px;
}

header .login .signup {
    clear: both;
		margin: 20px 0 0 0;
}


/* Homepage */

.home main .news {
    margin-top: -140px;
    padding: 25px 15px;
    word-wrap: break-word;
    position: relative;
    z-index: 0;
}

main .news .row {
    margin-bottom: 10px;
}

main .news h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

main .news .block {
    background: #fff;
    color: #2f3538;
    height: 200px;
    padding-bottom: 30px;
    position: relative;
}

main .news .carousel {
    height: 88%;
}

main .news .carousel-indicators {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 2;
    text-align: right;
}

main .news .carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
}

main .news .carousel-indicators .active {
    margin: 0;
    width: 15px;
    height: 15px;
    background-color: #fff;
}

main .news .block.xl {
    height: 410px;
}

main .news .one .block {
    background: #6bc1ed;
}

main .news .one .block .inner {
    position: absolute;
    bottom: 35px;
    left: 35px;
    right: 35px;
    top: 35px;
    overflow: hidden;
}

main .news .block .inner {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    top: 25px;
    overflow: hidden;
}

main .news .block.media .inner {
    bottom: 20px;
    left: 25px;
    right: 25px;
    top: auto;
    overflow: hidden;
}

main .news .block.media {
		background-size: cover !important;
    padding: 80px 20px 20px 20px;
}

main .news .block.media:after {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 50%, rgba(0,0,0,0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 45%,rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 45%,rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 45%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 45%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

main .news .block.media h3 {
    color: #fff;
    font-size: 16px;
}

main .news p {
    color: #9b9b9b;
}

main .news .block.xl h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

main .news .one p {
    color: #fff;
}

main .news .one span.lead {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

main .news .one .block.xl h3 {
    color: #fff;
}

main .news span.arrow-sm-right {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

main .news .block.xl span.arrow-sm-right {
    right: 30px;
    bottom: 45px;
}

main .news span.date {
    background: #6bc1ed;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    padding: 1px 5px;
    text-transform: uppercase;
}

main .news .one span.date {
    background: #fff;
    color: #6bc1ed;
}

main .news .four span.date, main .news .six span.date, main .news .seven span.date, main .news .ten span.date, main .news .eleven span.date {
    background: #d62631;
    color: #fff;
    position: relative;
    z-index: 1;
}

.gutter-xs {
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
}


/* Single pages */

main .page {
    padding: 25px;
}

main .page ul {
    color: #9b9b9b;
		clear: both;
}

main .page .page-header {
    border: none;
    margin: 0;
    padding: 0 0 20px 0;
}

main .page .content {
    background: #fff;
    margin-top: -140px;
    min-height: 620px;
    padding: 15px 40px 25px 40px;
    word-wrap: break-word;
    position: relative;
    z-index: 0;
}

main .page .content .comment-form {
    margin-top: 25px;
}

main .page .content div.wpcf7 img.ajax-loader {
    width: auto;
}

main .page .sidebar {
    margin-top: -140px;
    margin-bottom: 0;
    min-height: 200px;
    word-wrap: break-word;
    position: relative;
    padding-left: 20px;
    z-index: 1;
}

main .page .sidebar .featured-news {
    margin-bottom: 10px;
}

main .page .sidebar .featured-news:nth-child(5), main .page .sidebar .featured-news:nth-child(6) {
    margin-bottom: 0;
}

main .page .sidebar .featured-news .block {
    background: #fff;
    color: #2f3538;
    height: 212px;
    position: relative;
}

main .page .sidebar .featured-news .block .inner {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 20px;
    overflow: hidden;
}

main .page .sidebar .featured-news h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

main .page .sidebar .featured-news span.date {
    background: #6bc1ed;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    padding: 1px 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

main .page .sidebar .featured-news span.arrow-sm-right {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

main .page .sidebar .featured-news .block.media .inner {
    bottom: 20px;
    left: 25px;
    right: 25px;
    top: auto;
    overflow: hidden;
}

main .page .sidebar .featured-news .block.media {
		background-size: cover !important;
    padding: 80px 20px 20px 20px;
}

main .page .sidebar .featured-news .block.media:after {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 50%, rgba(0,0,0,0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 45%,rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 45%,rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 45%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 45%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

main .page .sidebar .featured-news .block.media h3 {
    color: #fff;
    font-size: 16px;
}

main .page .content ul.bonus-list {
    color: #e21f1d;
    padding: 15px 0;
}

main .page .cta {
    background: #6bc1ed;
    padding: 40px;
    z-index: 0;
    margin-top: 10px;
}

main .page .cta h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}

main .page .cta p {
    color: #fff;
}

main .page ul li.red {
    color: #e21f1d;
}


/* Single posts */

main .page.single .content .page-header span.date {
    background: #6bc1ed;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 1px 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

main .page.single .content img.alignleft {
    max-width: 180px;
    margin: 0 25px 20px 0;
}

main .page .content .article-navi {
    color: #83d5ff;
    font-weight: 700;
    margin-top: 40px;
}

main .page .content .article-navi a {
    color: #83d5ff;
}

main .page .content .article-navi a:hover {
    color: #83d5ff;
}

main .page .content {
	line-height: 1.8;
}

main .page .content .article-navi span.arrow-left {
    margin-right: 15px;
}

main .page .content .article-navi span.arrow-right {
    margin-left: 15px;
}

main .page .content .addthis_sharing_toolbox {
    margin: 15px 0;
}


/* Search page */

main .page.search .content span.date {
    background: #6bc1ed;
    color: #fff;
    display: inline-block;
    margin: 0px 0 10px 0;
    padding: 1px 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

main .page.search .content .search-navi {
    color: #83d5ff;
    font-weight: 700;
    margin-top: 40px;
}

main .page.search .content .search-navi a {
    color: #83d5ff;
}

main .page.search .content .search-navi a:hover {
    color: #83d5ff;
}

main .page.search .content .search-navi span.arrow-left {
    margin-right: 15px;
}

main .page.search .content .search-navi span.arrow-right {
    margin-left: 15px;
}

main .page.search .content a.read-more {
    color: #444;
    display: block;
    font-weight: 600;
}

main .page.search .content a.read-more:hover {
    color: #83d5ff;
}

main .page.search .item {
    padding-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
}

main .page.search .lead {
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
}


/* News page */

main .page.news .content span.date {
    background: #6bc1ed;
    color: #fff;
    display: inline-block;
    margin: 0px 0 10px 0;
    padding: 1px 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

main .page.news .content span.excerpt h1, main .page.news .content span.excerpt h2, main .page.news .content span.excerpt h3, main .page.news .content span.excerpt h4, main .page.news .content span.excerpt h5, main .page.news .content span.excerpt h6{
	display: none;
}

main .page.news .content .news-navi {
    color: #83d5ff;
    font-weight: 700;
    margin-top: 40px;
}

main .page.news .content .news-navi a {
    color: #83d5ff;
}

main .page.news .content .news-navi a:hover {
    color: #83d5ff;
}

main .page.news .content .news-navi span.arrow-left {
    margin-right: 15px;
}

main .page.news .content .news-navi span.arrow-right {
    margin-left: 15px;
}

main .page.news .item span.arrow-sm-right {
    position: relative;
    right: 0;
    bottom: 0;
}

main .page.news .content a.read-more {
    color: #444;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}

main .page.news .content a.read-more:hover {
    color: #83d5ff;
}

main .page.news .item h4 {
    margin-top: 0;
}

main .page.news .item {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
}

main .page.news .lead {
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
}

/* Dashboard page */

.navbar-nav .arrow-sm-right-white {
    margin-left: 8px;
}

main .page.dashboard .login-form {
    float: right;
    z-index: 2
    position: relative;
}

main .page.dashboard input {
    background: none;
    border: 2px solid #ededed;
    border-radius: 0;
    color: #9b9b9b;
    height: 100%;
    padding: 10px 15px;
    box-shadow: none;
    outline: none;
}

main .page.dashboard .form-control:focus {
    border: 2px solid #ededed;
    box-shadow: none;
    outline: none;
}

main .page.dashboard input::-webkit-input-placeholder {
    color: #9b9b9b;
}

main .page.dashboard input:-moz-placeholder {
    color: #9b9b9b;
    opacity: 1;
}

main .page.dashboard input::-moz-placeholder {
    color: #9b9b9b;
    opacity: 1;
}

main .page.dashboard input:-ms-input-placeholder {
    color: #9b9b9b;
}

main .page.dashboard .form-inline .form-group {
    padding: 4px;
}

main .page.dashboard .btn-login {
    background: #d62631;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
}

main .page.dashboard .lost-password {
    margin: 15px 0;
}

main .page.dashboard .lost-password a {
    color: #c10d1a;
    margin-left: 5px;
    text-decoration: none;
}

main .page.dashboard .nav-tabs {
    border: none;
}

main .page.dashboard .content.dashboard-tabs {
    padding: 0;
}

main .page.dashboard .user-tabs {
    margin-top: -54px;
}

main .page.dashboard .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: #fff !important;
    border: none;
    border-radius: 0;
    color: #6bc1ed !important;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 25px;
}

main .page.dashboard .nav-tabs>li>a {
    background: #6bc1ed;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-right: 4px;
    padding: 15px 25px;
    text-transform: uppercase;
}

main .page.dashboard .nav-tabs>li>a.red {
    background: #d62631;
    color: #fff;
}

main .page.dashboard .bootstrap-table {
    padding: 20px 0 20px;
}

main .page.dashboard .user-tabs .tab-content {
    display: inline-block;
    padding: 40px;
}

main .page.dashboard .tab-content label {
    width: 80px;
}

main .page.dashboard .tab-content .btn-primary {
    margin: 10px 42px;
}

main .page.dashboard .fixed-table-container {
    border: 2px solid #ececec;
    border-radius: 0;
}

main .page.dashboard .bootstrap-table .table>thead>tr>th {
    border-bottom: 2px solid #ececec;
}

main .page.dashboard .fixed-table-container thead th {
    border-left: 2px solid #ececec;
    text-transform: uppercase;
}

main .page.dashboard .fixed-table-container thead th:first-child {
    border-left: none;
}

main .page.dashboard .fixed-table-container tbody td {
    border-left: 2px solid #ececec;
    padding: 18px 8px 18px 8px !important;
}

.fixed-table-container tbody td:first-child {
    border-left: none !important;
}

main .page.dashboard .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 2px solid #ececec;
}

main .page.dashboard .bootstrap-table .table {
    border-bottom: none;
}

main .page.dashboard .bootstrap-table .table a.more {
    color: #333;
    font-weight: 600;
    text-decoration: underline;
}

main .page.dashboard .bootstrap-table .table span.district {
    background: #d62631;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    padding: 1px 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

main .page.dashboard .popover {
    border-radius: 0;
    border: 3px solid #ececec;
    box-shadow: none;
    transition: none;
}

main .page.dashboard .popover-default>.popover-title {
    display: none;
}

main .page.dashboard .popover.left>.arrow:after {
    right: 3px;
}

main .page.dashboard .popover.left>.arrow {
    border-left-color: #ececec;
}

main .page.dashboard .popover-content {
    padding: 15px 25px;
}

main .page.dashboard .popover-content span.title {
    font-weight: 600;
}

main .page.dashboard .popover-content .row {
    padding: 10px 0;
    border-bottom: 1px dashed #dbdbdb;
}

main .page.dashboard .popover-content .row.last {
    border-bottom: none;
}

main .page.dashboard .tab-content .popover-content .btn-primary {
    background: #6bc1ed;
    margin: 0;
    text-transform: uppercase;
}

main .page.dashboard .tab-content .popover-content .btn-primary:hover {
    background: #65b7e0;
}

main .page.dashboard .tab-content .actions {
  margin: 15px 0;
}

main .page.dashboard .tab-content .btn-primary.print, main .page.dashboard .tab-content .btn-primary.mail {
	margin :0;
	padding: 8px 15px;
}

main .page.dashboard .tab-content .btn-primary.print i, main .page.dashboard .tab-content .btn-primary.mail i{
	margin-right: 5px;
}

main .page.dashboard .tab-content .actions .btn-primary.print {
	background: #6bc1ed;
	margin-right: 5px;
}

main .page.dashboard .tab-content .actions .btn-primary.print:hover{
	background: #65b7e0;
}

main .page.dashboard .last-update{
  position: absolute;
  right: 85px;
  top: 30px;
}

/* Footer */

footer .signup {
    background: #2b3242;
    padding: 25px 0;
}

footer .odometer {
    color: #fff;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    font-size: 36px;
}

footer span.title {
    display: block;
    color: #aab0be;
    font-size: 18px;
    word-wrap: break-word;
}

footer .footer {
    background: #242a37;
    color: #9b9b9b;
    font-size: 16px;
    padding: 50px 0;
}

footer .footer h4 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

footer .footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .footer ul li {
    line-height: 2;
}

footer .footer ul li a {
    color: #9b9b9b;
}

footer .footer ul li a:hover {
    color: #f2f2f2;
}

footer .footer .search input {
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    color: #fff;
    height: 100%;
    padding: 10px 15px;
}

footer .footer .form-control:focus {
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: none;
    outline: none;
}

footer .footer .form-inline .form-group {
    padding: 4px;
}


/* Large Devices, Wide Screens (md) */
@media only screen and (max-width : 1200px) {
    header {
        background-position: -220px 0px;
    }

		.home main .news {
			margin-top: -125px;
		}

    main .news .block.xl h3 {
        font-size: 20px;
    }

    main .news h3 {
        font-size: 18px;
    }

    main .page .sidebar .featured-news .block {
        height: 170px;
    }

    main .page .sidebar .featured-news h3 {
        font-size: 18px;
    }

    main .page .sidebar .featured-news p {
        height: 40px;
        overflow: hidden;
    }

    main .page.dashboard .user-tabs .tab-content {
        padding: 15px;
    }

    main .page.dashboard .user-tabs .tab-content h2 {
        font-size: 21px;
    }

    footer .odometer {
        font-size: 29px;
    }

    footer span.title {
        font-size: 16px;
    };
}

/* Medium Devices, Desktops (sm) */
@media only screen and (max-width : 992px) {
    header {
        background-position: -200px 0px;
        min-height: 460px;
    }

		header .navbar-default .navbar-collapse, header .navbar-default .navbar-form{
			  display: none !important;
		}

		main .page.dashboard .last-update{
			display: none;
		}

    header .hamburger {
        display: block;
    }

    header .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a {
        font-size: 16px;
    }

    header .nav>li>a {
        padding: 15px;
    }

    main .page .content, main .page .sidebar {
        margin-top: -125px;
    }

    main .page.dashboard .content {
        margin-top: -125px;
    }

    main .page.dashboard .sidebar {
        display: none;
    }

    main .page .news-back {
        display: none;
    }

    main .page.single .content img.alignleft {
        max-width: 100%;
    }

    main .page .sidebar .featured-news:nth-child(5), main .page .sidebar .featured-news:nth-child(6) {
        display: none;
    }

    .btn-signup {
        margin-top: 25px;
    };
}

/* Small Devices, Tablets (xs) */
@media only screen and (max-width : 767px) {

    header {
        background: url("images/header_mobile.jpg") no-repeat;
    }

		header .signup, header .lost-password{
			display: none;
		}

    main .page.dashboard .content {
        margin-top: -25px;
    }

    main .page .page-header h1 {
        font-size: 21px;
				line-height: 1.3;
    }

    main .page .content {
        margin-top: -100px;
    }

    main .page.dashboard {
        margin-top: -80px;
    }

    header {
        background-position: -300px 0px;
        min-height: 460px;
    }

    header .login {
        margin-top: 0;
    }

    header .login .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    header .login .login-form {
        float: none;
        padding: 5px;
        z-index: 0;
        margin: 0;
    }

    header .login .form-inline .form-group {
        float: left;
        width: 50%;
    }

    header .login .btn-login {
        float: right;
        margin: 0 5px;
    }

    header .lost-password {
        margin: 4px;
        float: left;
    }

    main .news {
        padding: 25px;
    }

    .col-xs-top-10 {
        margin-top: 10px;
    }

    main .news .block.media h3 {
        font-size: 14px;
    }

    main .news .block.xl h3 {
        font-size: 18px;
    }

    main .news span.date {
        font-size: 13px;
    }

    main .news .one .block .inner {
        position: absolute;
        bottom: 25px;
        left: 25px;
        right: 25px;
        top: 25px;
        overflow: hidden;
    }

    main .news .block.media .inner {
        bottom: 25px;
        left: 15px;
        right: 15px;
        top: auto;
        overflow: hidden;
    }

    main .page.single span.indicator {
        display: none;
    }

    main .page .sidebar {
        display: none;
    }

		main .page.dashboard .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
			padding: 15px;
		}

		main .page.dashboard .nav-tabs>li>a.red{
			background: #6bc1ed;
		}

    footer .widget {
        margin-bottom: 40px;
    }

    footer .footer .form-inline {
        margin: 15px 0;
    }

    footer .footer .form-inline .form-group {
        float: left;
        padding: 0 8px 0 0;
    }

    footer .btn-search {
        float: left;
    };
}

/* Extra Small Devices, Phones (xxs) */ 
@media only screen and (max-width : 480px) {
    .col-xxs-top-10 {
        margin-top: 10px;
    }

    header .login .login-form {
        margin: 0;
        padding: 0 10px;
    }

    header span.welcome {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 0 10px 0;
    }

    header .btn-logout {
        display: block;
        width: 100%;
        margin: 0;
    }

    main .news h3 {
        font-size: 15px;
    }

    main .news .block.xl h3 {
        font-size: 24px;
    }

    footer span.title {
        font-size: 16px;
        margin-bottom: 25px;
    };
}

/* Custom, iPhone Retina (xxxs) */ 
@media only screen and (max-width : 320px) {
    .col-xxxs-top-10 {
        margin-top: 10px;
    };
}