body{
    font-family: 'Roboto', sans-serif;
    color: #272727;
}


/*

Colors

Blue #27b4f5
Red #f54927
Green #1fc253
Orange  #ff9d33
black #272727
Warning Red  #fd2d2d;


*/


/*

Helpers

*/


    .mobile-show{
        display: none;
    }

    .mobile-hide{
        display: block;
    }
    


select {
/*  -webkit-appearance: none;*/
  -webkit-border-radius: 0px;
}

.full-w {
    width: 100%;
    display: block;
    clear: both;
}

.list-group li.list-group-item {
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    padding: 10px 0;
}

.list-group li.list-group-item a {
    color: #27b4f5;
}

textarea:focus,
input:focus,
.uneditable-input:focus {
    border-color: transparent !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 none !important;
}

.form-group input {
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #ebedea;
    padding: 20px 10px;
    border: 0;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
}

.icon-facebook {
    background-color: #3b5999;
}

.icon-twitter {
    background-color:  #0084b4;
}

.icon-googleplus {
    background-color: #dd4c39;
}

.icon-linkedin {
    background-color: #0077b5;
}

.icon-tumblr {
    background-color: #324f6d;
}

.text-blue {
    color: #27b4f5!important;
}

.text-red {
    color: #f54927!important;
}

.text-green {
    color: #1fc253!important;
}

.block-blue {
    background-color: #27b4f5!important;
}

.block-red {
    background-color: #f54927!important;
}

.text-serif {
    font-family: 'Open Sans', serif;
}

.table .table--nodir,
.table .table--asc,
.table .table--desc {
    position: relative;
    padding-right: 15px;
    color: #272727;
}

.table .table--asc:nodir
.table .table--asc:hover,
.table .table--desc:hover {
    text-decoration: none;
}

.table .table--asc:after,
.table .table--desc:after {
    font-size: 10px;
    right: 0;
    position: absolute;
    top: 3px;
}

.table .table--desc:after {
    content: '\25bc';
}

.table .table--asc:after {
    content: '\25b2';
    top: 2px;
}

.table--xl.table-striped tbody tr:hover td {
    background-color: #e8e8e8;
    cursor: pointer;
}


/* mostly used as a article published info*/

.text-small {
    font-size: 14px;
    color: #848484;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
	padding-top:1em;
}


/* link from within the copy */

.text-link {
    background-color: #fcff0b;
    color: inherit;
    font-family: inherit;
    display: inline-block;
    position: relative;
}

.text-link:hover {
    color: inherit;
    text-decoration: none;
}

.text-small a {
    color: #000;
    font-weight: 500;
}

::-webkit-input-placeholder {
    color: #b2b2b2;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #b2b2b2;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #b2b2b2;
}

:-ms-input-placeholder {
    color: #b2b2b2;
}

.btn {
    padding: 10px 20px;
    background-color: #27b4f5;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    color: #fff;
    font-weight: 500;
}

.btn:hover {
    background-color: #44c4ff;
}

.gmap-small {
    width: 100%;
    height: 200px;
}


/*
upper nav @ login - search
*/

.upper-nav {
    height: 80px;
}

.upper-nav .nav {
    margin-top: 25px;
}

.upper-nav a {
    color: #272727;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 5px;
    padding: 5px 10px !important;
}

.upper-nav a:hover,
.upper-nav a:active,
.upper-nav a:focus {
    background-color: transparent!important;
}

.upper-nav .navbar-nav > li > a:not(.text-blue):after {
    content: '';
    height: 100%;
    width: 2px;
    background-color: #272727;
    display: block;
    position: absolute;
    top: 0;
    right: -5px;
    pointer-events: none;
}


/*
top search box
*/

.upper-nav .form-group input::-webkit-input-placeholder {
    font-style: italic;
}

.upper-nav .form-group input:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
}

.upper-nav .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
}

.upper-nav .form-group input:-ms-input-placeholder {
    font-style: italic;
}

.upper-nav .form-group,
.show-mobile .form-group {
    position: relative;
    margin-top: 7px;
}

.upper-nav .form-group input,
.show-mobile .form-group input {
    width: 260px;
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f6f6f6;
    padding: 25px 10px;
    -moz-box-shadow: none;
    box-shadow: none;
}

.show-mobile .form-group input {
    width: 80%!important;
    float: left;
}

.upper-nav .form-group button {
    border: 0;
    height: 50px;
    position: absolute;
    top: 0px;
    right: -10px;
}

.upper-nav .form-group button.btn-search {
    background-color: #f6f6f6;
    border: 0;
    width: 40px;
    padding: 0 5px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: -10px;
    color: #000
}

.show-mobile .form-group button {
    width: 20%;
    background-color: #ededed;
    border: 0;
    height: 50px;
}


/*
navbar- main
*/

.navbar {}

.navbar .primary-nav {
    border-bottom: 1px solid #272727;
}

.navbar .navbar-nav {
    height: 60px
}

.navbar-white {
    margin-top: 40px;
}

.navbar-white .privacy-states {
    margin-left: 20px;
}

.navbar-white .navbar-nav a {
    color: #272727;
    font-weight: 600;
    font-size: 22px;
    height: 60px
}

.navbar-white .navbar-nav a.active {
    border-bottom: 4px solid #272727;
}

.navbar-white .navbar-nav a:hover,
.navbar-white .navbar-nav a:active,
.navbar-white .navbar-nav a:focus {
    background-color: transparent;
}

.navbar-brand {
    margin-top: -80px;
    position:relative;
}

.navbar-brand span{
    position: absolute;
    right: 19px;
    top: 5px;
    font-size: 12px;
    color: #ff7917;
    font-weight: 700;

}

.navbar-brand img{
    width: 220px;
}

.navbar-white .privacy-states a {
    padding: 10px;
    margin: 5px;
    color: #fff!important;
    height: 40px;
}

.privacy-states-mobile {
    padding-right: 10px;
}

.privacy-states-mobile li {
    width: 50%;
    float: left;
}

.privacy-states-mobile li a {
    color: #fff!important;
    text-align: center;
}

.show-mobile {
    display: none;
}

.dropdown-profile {
    padding: 3px;
}

.dropdown-profile > a {
    margin: 0;
}

.dropdown-profile.open > a {
    z-index: 3;
    position: relative;
    background-color: transparent;
}

.dropdown-profile > a:hover,
.dropdown-profile> a:focus,
.dropdown-profile > a:active {
    text-decoration: none;
}

.dropdown-profile.open > .dropdown-menu {
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    padding-top: 40px;
    top: -10px;
    left: 0;
    width: 100%;
    z-index: 2;
    border: 0;
    min-width: 80px;
}

.dropdown-profile > .dropdown-menu li {
    padding: 10px 0;
}

.dropdown-profile > .dropdown-menu li a {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 5px 13px!important;
}

.dropdown-profile > .dropdown-menu li:hover {
    background-color: #f5f5f5!important;
}


/*
secondary-nav
*/

.secondary-nav .container {
    padding: 0 5px;
    background-color: #272727;
}

.secondary-nav ul {
    margin-left: -40px;
    list-style: none;
    margin-bottom: 0;
}

.secondary-nav ul li {
    display: inline-block;
    padding: 15px 20px 15px 5px;
}

.secondary-nav ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.secondary-nav ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.secondary-nav ul li a.active {
    opacity: 0.7;
}


/*
main -content
*/

.main-content {
    margin-top: 40px;
    padding: 0;
}

.home-grid {
    width: 100%;
}


/*

home-modules

*/

.home-module {
    padding: 0 10px;
    position: relative;
    width: 33.33%;
    margin-bottom: 20px;
    float: left;
}

.module-more {
    color: #8d8d8d;
    margin: 10px 0;
    display: block;
}

.module-more:hover {
    color: #272727;
}

.home-module-tabs {
    width: 66.66%;
    margin-bottom: 40px;
}



.home-module-tabs .form.form-select select{
    width:100%;
        background-color: #fafafa!important;
    padding: 20px 10px;
        color: #2c2c2c;
  margin-bottom: -5px;
    font-size: 18px;
    font-weight: 500;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.1);
}

.module-big-news h3 {
    color: #ff9d33;
}

.module-big-news ol {
    margin-left: 22px;
}

.module-big-news ol li {
    display: list-item;
}

.module-big-news ol a {
    color: #272727;
}

.module-public h1 {
    color: #27b4f5;
}

.module-anonymous h1 {
    color: #f54927;
}

.home-module h1 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
}

.home-module .list-group-item:first-of-type {
    padding: 10px 0;
}

.home-module .list-group-item {
    padding: 2px 0;
    border: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    background-color: transparent;
}

.home-module .list-group-item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.home-module .list-group-item:hover,
.home-module .list-group-item:focus,
.home-module .list-group-item:active {
    background-color: #f6f6f6;
}

.home-module .list-group-item small {
    color: #848484;
    font-size: 14px;
    font-weight: 300;
}

.home-module .list-group-item-heading {
    font-size: 18px;
}

.home-module a:hover {
    text-decoration: underline;
}


/*
tabs - form
*/

.nav-tabs {
    margin-top: 20px;
    z-index: 2;
    position: relative;
}

.tab-content {
    background-color: #fafafa;
    margin-bottom: 0px;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.1);
    z-index: 3;
    position: relative;
}

.tab-content .tab-pane {
    background-color: #fafafa;
    padding: 5px 15px;
}

.nav-tabs li {
    border: 0;
}

.nav-tabs li a {
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin: 0!important;
    color: #848484;
    font-weight: 500;
    font-size: 16px;
    border: 0;
    padding: 10px 16px;
    position: relative;
}

.nav-tabs li.active a {
    border: 0;
    background-color: #fafafa;
    color: #272727;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.1);
}

.nav-tabs li.active a:hover {
    border: 0;
    background-color: #fafafa;
}

.nav-tabs li a:hover {
    background-color: transparent;
    color: #272727;
}


/*

grid-map

*/

.grid-map {
    margin-top: 10px;
    height: 400px;
}

.grid-labels {
    color: #ffffff;
	background-color:#27b4f5;
	border:1px solid #fff;
	padding:0.1em;
    font-weight: normal;
    white-space: nowrap;
}


/*
tabs- table
*/

.table-footer {
    padding: 20px 10px;
    color: #929292;
    font-weight: 500;
}

.table-footer .table-sorting {
    padding-right: 10px;
}

.table-footer .table-sorting:not(:last-of-type) {
    border-right: 1px solid #d0d0d0;
}

.table-footer .table-sorting:not(:first-of-type) {
    margin-left: 10px;
}

.table-footer .table-sorting a,
.table-footer .table-pager a {
    margin: 0 5px;
    font-weight: 500;
    color: #929292;
}

.table-footer .table-sorting a:hover,
.table-footer .table-pager a:hover {
    text-decoration: none;
}

.table-footer .table-sorting a.active,
.table-footer .table-pager a.disabled {
    color: #272727;
}

.table-footer input,
.table-footer select {
    margin-top: -1px;
    display: inline-block;
    float: left;
    background-color: transparent;
    border: 0;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #272727;
}

.table-footer button {
    background-color: transparent;
    border: 0;
}

.table-footer a span {
    font-weight: 600;
    font-size: 22px;
    line-height: 1px;
}


/*
Footer
*/

footer .container {
    margin-top: 40px;
    border-top: 1px solid #272727;
    padding: 20px 0;
}

footer .container a {
    margin: 10px 0;
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #272727
}

footer .container p {
    margin-top: 40px;
    font-weight: 300;
    font-size: 16px;
    color: #929292;
}

footer .follow-us {
    font-weight: 600;
    font-size: 18px;
    float: right;
}

footer .follow-us ul {
    display: inline-block;
}

footer .follow-us ul li {
    display: inline-block;
}

footer .follow-us ul li a {
    width: 42px;
    height: 42px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 45px;
}

footer .follow-us ul li a span {
    font-size: 22px;
    width: 42px;
    height: 42px;
    display: block;
    line-height: 40px;
}

.follow-us ul li a:hover {
    text-decoration: none;
}

footer .subscribe {
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
    float: right;
}

footer .subscribe input {
    height: 42px;
    margin-left: 20px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    background-color: #f6f6f6;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin-right: -2px;
    width: 220px;
}

footer .subscribe button {
    height: 42px;
    background-color: #27b4f5;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    width: 120px;
    color: #fff;
    font-weight: 500;
    float: right;
}


/*
///

Widgets

///
*/

[class^="widget-"] .thumb {
    width: 90%;
    overflow: hidden;
    height: 130px;
    position: relative;
    display: block;
    float: left;
    margin: 5px 0;
}

[class^="widget-"] .thumb img {
    min-height: 140px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}


/*
recommended widget
*/

.widget--recommended {
    padding-top: 20px;
    border-top: 1px solid #b2b2b2;
}

.widget--recommended-link:hover p {
    text-decoration: underline;
}

.widget--recommended h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.widget--recommended ul {
    list-style: none;
    margin-left: -40px;
}

.widget--recommended ul li {
    display: inline-block;
    width: 33%;
}

.widget--recommended ul li small {
    font-size: 14px;
    font-weight: 500;
    color: #656565;
}

.widget--recommended ul li small a {
    color: #000;
}

.widget--recommended ul li p {
    float: left;
    color: black;
    font-weight: 500;
    font-size: 16px;
}


/*
comments widget
*/

.widget--comments {
    margin-top: 40px;
}

.widget--comments h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.widget--comments-post .col-md-2,
.widget--comments-post .col-md-10 {
    padding: 0;
}

.widget--comments-post {
    background-color: #f6f6f6;
    padding: 10px;
}

.widget--comments-post--profile-pic {
    width: 82px;
    height: 82px;
    float: left;
    position: relative;
    overflow: hidden;
}

.widget--comments-post--profile-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.widget--comments-post--content {
    float: left;
    width: 90%;
}

.widget--comments-post--content--user {
    width: 100%;
    padding: 10px 0;
    font-weight: 500;
    border-bottom: 1px solid #a2a2a2;
}

.widget--comments-post--content--user span {
    color: #a8a8a8;
}

.widget--comments-post--content {
    width: 100%;
    margin-top: 10px;
}

.widget--comments-post--content textarea {
    max-width: 100%;
    width: 100%;
    min-height: 140px;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}

.widget--comments-post button {
    margin-top: 20px
}

.widget-comments-show {
    margin: 10px 0;
    padding: 10px;
    width: 100%;
    display: block;
    background-color: #f6f6f6;
    font-size: 22px;
    color: #000;
    font-weight: 400;
}

.widget-comments-show:hover,
.widget-comments-show:focus,
.widget-comments-show:active {
    text-decoration: none;
    background-color: #e8e8e8;
    color: #000;
}

.widget--comments-list .widget--comments-post {
    margin-bottom: 10px;
}

.widget--comments-reply {
    height: 60px;
    width: 82px;
    background-color: transparent;
    border: 0;
    color: #6d6d6d;
    font-weight: 500;
    -moz-border-radius: 0;
    border-radius: 0;
}

.widget--comments-reply:hover {
    background-color: #fafafa;
}

.widget--comments-post--reply-to {
    display: none;
}

.widget--comments-post--reply-to.active {
    display: block;
}

.reply-cancel-btn {
    background-color: #8F8F8F;
    margin-right: 10px;
}


/*
prev/next
*/

.widget--prev-next {
    margin: 20px 0;
}

.widget--prev-next--col a {
    display: block;
    color: black;
    font-weight: 500;
    font-size: 16px;
}

.widget--prev-next--col a:hover {
    text-decoration: none;
    background-color: #f4f4f4;
}

.widget--prev-next--col a p {
    color: #777777;
    font-weight: 300;
    font-size: 14px;
}

.widget--prev-next .thumb {
    width: 40%;
    height: 120px;
    margin-right: 10px;
}


/*
pagination
*/

.pagination {
    width: 100%;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 10px;
    border-top: 1px solid #c4c4c4;
}

.pagination li:last-of-type {
    float: right;
}

.pagination li:first-of-type {
    float: left;
    padding-right: 15%;
}

.pagination li {
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination li.disabled a {
    color: #dbdbdb;
    text-decoration: line-through;
}

.pagination li.disabled a:hover {
    color: #dbdbdb;
}

.pagination li a {
    border: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 22px;
    color: #b2b2b2;
}

.pagination li a:hover {
    background-color: transparent;
    color: #717171;
}

.pagination li a.active {
    color: #272727;
}

.pagination li a.before-last-page {
    pointer-events: none;
}


/*
sidebar
*/

.sidebar-module {
    margin-bottom: 20px;
}

.sidebar--horizontal .sidebar-module {
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
}

.sidebar-module h2 {
    font-size: 22px;
    font-weight: 600;
    color: #272727;
    padding-bottom: 10px;
    border-bottom: 4px solid #f0f0f0;
}

.sidebar-module h2:not(:first-of-type) {
    margin-top: 60px;
}

.sidebar-module--link {
    margin-bottom: 20px;
    display: block;
    color: #272727;
}

.sidebar-module--link .icon {
    margin-right: 5px;
}

.sidebar-module--link h5 {
    margin-bottom: 5px;
}

.sidebar-module--link:hover {
    color: #272727;
}

.sidebar-module--link-img {
    float: left;
    margin-right: 10px;
    display: block;
    overflow: hidden;
    width: 140px;
    height: 100px;
    position: relative;
}

.sidebar-module--link-img img {
    width: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}


/*

Modals

*/

.modal--sign-in .modal-body {
    padding: 20px 60px
}

.modal-content {
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    border: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.modal-content .checkbox {
    color: #797979;
    font-size: 12px;
    line-height: 19.7px;
}

.modal-content .modal-body {
    margin-top: 40px;
}

.modal-content .modal-header {
    text-align: center;
    border-bottom: 0;
}

.modal-content .modal-header h4 {
    font-size: 26px;
    font-weight: 600;
    color: #27b4f5;
}

.modal--sign-in .modal-dialog {
    width: 400px;
}

.sign-in--footer {
    margin-top: 60px;
}

.sign-in--footer a {
    float: left;
    width: 100%;
    text-decoration: underline;
    color: #b2b2b2;
    font-size: 12px;
    margin-bottom: 10px;
}


/*
   share modal
*/

.modal--share .modal-dialog {
    width: 300px;
}

.modal--share .modal-body {
    margin-top: 0;
    padding: 10px 0px;
}

.share-widget {
    width: 100%;
    margin: 0;
}

.share-widget ul {
    display: inline-block;
    width: 100%;
}

.share-widget ul li {
    display: inline-block;
    width: 20%;
}

.share-widget ul li a {
    width: 42px;
    height: 42px;
    display: block;
    text-align: center;
    background-color: red;
    color: #fff;
    line-height: 45px;
}

.share-widget ul li a span {
    font-size: 22px;
    width: 42px;
    height: 42px;
    display: block;
    line-height: 40px;
}

.share-widget ul li a:hover {
    text-decoration: none;
}


/*

Tooltip

*/

.tooltip-inner {
    background-color: #272727;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #272727;
}


/*
some styles applied to ad module may be removed as they're just for styling purposes
*/

.sidebar-module--ad {
    width: 100%;
    height: 200px;
    display: block;
    background-color: #e0e0e0;
    text-align: center;
    line-height: 200px;
    font-size: 42px;
    font-weight: 800;
    color: #9f9f9f;
}


/*
///////////////

Single Page

Articles

//////////////
*/

.articles--list-item {
    width: 100%;
    margin-bottom: 40px;
}

.articles--list-item-link {
    text-decoration: none;
}

.articles--list-item--img {
    width: 135px;
    height: 135px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 20px;
}

.articles--list-item--img img {
    width: auto;
    height: 160px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.articles--list-item h4 {
    color: #272727;
}

.articles--list-item p:nth-child(3) {
    font-size: 16px;
    color: #848484;
    font-weight: 300;
}


.categories-labels{
    opacity: 0.5;
    display: inline-block;

}

.categories-labels:hover{
    opacity:1;
}

.categories-labels .label{
   background-color: #6546c7;
       font-size: 80%;
    font-weight: 600;
    margin-right:5px;
}

/*
///////////////

Single Page

Article page

//////////////
*/

.page-article-cover {
    width: 100%;
    margin-top: -41px;
    height: 220px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    background: #272727;
    background: -webkit-linear-gradient(top, #272727 40%, #092d3e 90%);
    background: -moz-linear-gradient(top, #272727 40%, #092d3e 90%);
    background: linear-gradient(to bottom, #272727 40%, #092d3e 90%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#27b4f5', GradientType=0);
}

.page-article-cover img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    opacity: 0.2;
}

.page-article-cover h2 {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px;
    font-size: 42px;
    color: #fff;
    font-weight: 600;
}

.page-article-content .text-small {
    margin-top: -30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.page-article-content {
    font-size: 15px;
    color: #282828;
}

.page-article-content h1 {
    font-size: 32px;
    font-weight: 800;
    margin: 20px 0;
}

.page-article-content h2 {
    font-size: 24px;
}

.page-article-content h3 {
    font-size: 20px;
}

.page-article-content h4 {
    font-size: 14px;
}

.page-article-content p h5 {
	font-size: 12px;
}

.page-article-content p h6 {
	font-size: 8px;
}

.page-article-content div.article-text p {
	font-size:15px;
	font-family:Open Sans,sans-serif;
	line-height:normal;
	margin-bottom:0px;
}

.page-article-content-image {
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

.page-article-content-image img {
    width: 100%;
    float: left;
}

p.page-article-content-image--credit, figcaption {
    float: left;
    margin: 0;
    font-size: 14px;
    color: #505050;
    position: relative;
    padding-left: 20px;
    width: 100%;
}

.page-article-content-image--credit:after, figcaption:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #27b4f5;
    position: absolute;
    top: 9px;
    left: 0;
}

.page-article-content-image small {
    font-size: 12px;
    float: left;
    width: 100%;
    color: #aaaaaa;
    font-style: italic;
}

.page-article-content blockquote {
    font-style: italic;
    color: #939393;
    border-left: 5px solid #27b4f5;
}

.page-article-content blockquote p {
    margin: 0;
}


/*
///////////////

Single Page

Directories

//////////////
*/

.table--xl {
    margin-bottom: 0;
}

.page--directories-heading {
    margin-top: -20px;
    margin-bottom: 30px;
}

.page--directories-heading p {
    width: 70%;
    float: left;
}

.page--directories-table {
    margin-bottom: 60px;
}

.page--directories-single h2 {
    color: #b2b2b2;
}

.page--directories-single h2 span {
    color: #272727;
}

.page--directories-actions a {
    color: #1fc253;
    font-weight: 600;
}

.page--directories-actions a:not(:first-of-type) {
    margin-left: 20px;
}

.page--directories-actions a:hover {
    text-decoration: none;
}

.page--directories-nav {
    margin: 40px 0 20px 0;
    background-color: #f6f6f6;
}

.page--directories-nav li {
    margin: 0;
    float: left;
    padding: 15px 25px;
    background-color: #f6f6f6;
}

.page--directories-nav li a {
    color: #272727;
    font-weight: 500;
    font-size: 16px;
}

.page--directories-nav li a:hover {
    text-decoration: none;
}

.page--directories-nav li a:hover {
    opacity: 0.7;
}

.page--directories-nav li.active {
    background-color: #272727;
}

.page--directories-nav li.active a {
    color: #fff;
}


/*

directories-widget

*/

.page--directories-widget {
    margin: 20px 0 40px 0;
}

.page--directories-widget h4 {
    font-size: 16px;
    font-weight: 400;
    color: #727272;
    background-color: #f6f6f6;
    display: inline-block;
    padding: 10px;
    margin-bottom: 0;
}

.page--directories-widget-body {
    background-color: #fff;
    padding: 20px 10px 10px 20px;
    -moz-box-shadow: 0px 2px 0 #e2e2e2;
    box-shadow: 0px 2px 0 #e2e2e2;
	border:2px solid #f6f6f6;
}

.page--directories-widget-body dl dt {
    text-align: left;
    width: auto;
    margin-right: 10px;
    color: #808080;
    font-weight: 400;
}

.page--directories-widget-body dl dd {
    margin-left: 0px;
    font-weight: 500;
}

.page--directories-widget-body dl dd a {
    color: #272727;
    text-decoration: underline;
}

.page--directories-widget-body--news-link {
    color: #272727;
    display: block;
    padding-bottom: 10px;
}

.page--directories-widget-body--news-link:not(:last-of-type) {
    border-bottom: 1px ridge #dddddd;
}

.page--directories-widget-body--news-link h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.page--directories-widget-body--news-link small {
    color: #797979;
    font-weight: 300;
}

.page--directories-widget-body--news-link p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
}

.page--directories-widget-body--news-link:hover {
    color: #272727;
    text-decoration: none;
}

.page--directories-widget-body--news-link:hover h3 {
    text-decoration: underline;
}

.twitter-entry img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
}

.twitter-entry p:first-of-type span {
    color: #b2b2b2;
}

.twitter-entry p:first-of-type {
    margin-bottom: 5px;
}

.twitter-entry a {
    color: #27b4f5;
}

.twitter-entry {
    padding-bottom: 10px;
}

.twitter-entry:not(:first-of-type) {
    padding-top: 20px;
}

.twitter-entry:not(:last-of-type) {
    border-bottom: 1px ridge #dddddd;
}

.directors-table thead th {
    color: #b9b9b9;
    font-weight: 500;
}


/*
///////////////

Single Page

Events

//////////////
*/

.page--events {
    margin-top: 0;
}

.page--events h1 {
    font-weight: 400;
}

.page--events-controls {
    display: block;
    position: relative;
    padding: 20px 0 40px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.page--events-controls button {
    background-color: transparent;
    color: #272727;
    font-weight: 600;
    padding: 0;
}

.controls-col {
    width: 50%;
    float: left;
}

.controls-col:nth-of-type(2) .btn {
    float: right;
    margin-left: 20px;
}

.controls-col button:not(:first-of-type) {
    margin-left: 20px;
}

.page--events-controls button:hover {
    background-color: transparent;
    color: #272727;
    opacity: 0.7;
}

.page--events-controls button.active {
    color: #ff9d33;
}

.cal-row-head {
    color: #b2b2b2;
    font-weight: 500;
    margin-bottom: 20px;
}

.cal-month-box .cal-cell span {
    font-size: 28px;
    font-weight: 600;
    margin-top: 5px;
    margin-right: 10px;
    color: #272727;
    opacity: 1;
}

.cal-day-weekend span[data-cal-date] {
    color: #f54927!important;
}

.cal-day-outmonth span[data-cal-date] {
    opacity: 0.2!important;
}

.cal-day-holiday span[data-cal-date] {
    color: #1fc253!important;
}

.cal-day-today {
    background-color: #E6F7FF!important;
}

.event-important {
    background-color: #f54927!important;
}

.event {
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border: 0;
    margin-right: 0px;
    margin-bottom: 5px;
}

.cal-row-fluid:hover,
.cal-year-box .row-fluid:hover {
    background-color: #FFFFFF;
}

[class*=cal-cell]:hover {
    background-color: #F9F9F9;
}

#cal-day-tick {
    display: none;
    border: none;
}

#cal-slide-tick {
    top: -11px;
    border: 0;
    border-top: 1px solid;
    border-left: 1px solid;
    border-color: #E1E1E1;
    padding: 0 5px;
    width: 20px;
    height: 20px;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #f6f6f6;
}

#cal-slide-content {
    padding: 20px;
    background-color: #f6f6f6;
    background-image: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#cal-slide-content:hover {
    background-color: #f6f6f6;
}

#cal-slide-content a.event-item {
    color: #272727;
    font-weight: 500;
    line-height: 22px;
}

.cal-event-list .event.pull-left {
    margin-top: 7.5px;
    width: 8px;
    height: 8px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#cal-slide-box {
    border-bottom: 1px solid #E1E1E1;
}

#cal-week-box {
    display: none!important;
}

.cal-month-box,
.cal-week-box,
.cal-year-box {
    -moz-border-radius: 0;
    border-radius: 0;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #f54927;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.cal-week-box .cal-row-head {
    color: #272727;
    margin-bottom: 0px!important;
}

.cal-week-box hr {
    margin: 0;
}


/*
///////////////

Account

My-Account

//////////////
*/

.page--account p {
    font-weight: 500;
}

.page--account-heading {
    margin-top: -20px;
}

.page--account-heading h2 {
    font-size: 32px;
    font-weight: 500;
}

.page--account-heading p {
    margin: 20px 0 40px;
}

.form {
    width: 100%;
}

.form.form--6 {
    width: 50%;
    float: left;
}

.form.form--6:first-of-type {
    padding-right: 20px;
}

.form h4 {
    font-size: 22px;
    font-weight: 600;
    color: #27b4f5;
    margin-bottom: 30px;
}

.form h4 + p {
    margin-top: -20px;
    margin-bottom: 20px;
}

.form .form-group {
    margin-bottom: 30px;
    position: relative;
}

.form .form-group.form-group-title {
    margin-bottom: 0;
    margin-top: 40px;
}

.form .form-title {
    width: 100%;
    border-bottom: 1px solid #696969;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #696969;
}

.checkbox label {
    font-weight: 500;
}

.checkbox {
    margin-bottom: 20px;
}

.form .form-group label {
	color: #696969;
    font-weight: 500;
    font-size: 12px;
    clear: both;
    float: left;
}

.form .form-group input,
.form .form-group select,
.form .form-group textarea,
.form .form-group button {
    display: inline-block;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f6f6f6;
    border: 0;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    height: auto;
    width: auto;
    float: left;
	clear: left;
}

.form .form-group-inline input:not(:first-of-type),
.form .form-group-inline select:not(:first-of-type),
.form .form-group-inline textarea:not(:first-of-type) {
    clear: none;
    margin-left: 10px;
}

@media (max-width:768px) {
    .form .form-group-inline input,
    .form .form-group-inline select,
    .form .form-group-inline textarea {
        width: 80%!important;
    }
    .form .form-group-inline input:not(:first-of-type),
    .form .form-group-inline select:not(:first-of-type),
    .form .form-group-inline textarea:not(:first-of-type) {
        margin-top: 10px;
        margin-left: 0;
    }
    .form-multitable-row {
        position: relative;
    }
    .remove-row-btn {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .form-multitable-row:first-of-type .remove-row-btn {
        top: 60%;
    }
}


/*
form elements with class fw will have "full width" of it's container  ( 100% it's to much hence 80% )
*/

.form .form-group input.fw,
.form .form-group select.fw,
.form .form-group textarea.fw {
    width: 100%;
    max-width: 100%;
}

.form-group-horizontal input:not(:last-of-type),
.form-group-horizontal select:not(:last-of-type) {
    margin-bottom: 10px;
}

.profile-img-placeholder {
    float: left;
    clear: both;
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    background-color: #f6f6f6;
}


/*
      X-Editable
*/

a.editable {
    display: inline-block;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f6f6f6!important;
    border: 0;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    height: auto;
    float: left;
    clear: left;
    overflow: hidden;
    color: #272727;
    font-weight: 400;
}

a.editable:hover,
a.editable:focus,
a.editable:active {
    text-decoration: none;
    border: 0;
    color: #272727;
}

.editable-popup {
    -moz-border-radius: 0;
    border-radius: 0;
    width: auto;
    border: 1px solid #E0E0E0;
}

.editable-popup {
    width: 301px!important;
    max-width: 360px;
}

.editable-buttons button {
    float: none!important;
}

.editable-submit {
    color: #1fc253
}

.editable-cancel {
    color: #fd2d2d;
}

.editable-popup > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #E0E0E0!important;
    border-top-color: #E0E0E0;
    bottom: -11px;
}

.editableform .form-group {
    width: 100%!important;
}

.popover-content {
    overflow: auto;
}

.form-multitable {
    margin-top: 10px;
}

.form-multitable-row {
    margin-top: 10px;
}

.form-multitable-row .form-group {
    margin-bottom: 0;
}

.form-multitable-row.large .form-group {
    width: 14.4%;
}

.form-multitable-row:first-of-type .remove-row-btn {
    margin-top: 22px;
}

.form-multitable-row .form-group {
    float: left;
    margin-right: 10px;
}

.remove-row-btn {
    color: #fd2d2d;
    float: right;
    padding: 10px;
}

.remove-row-btn:hover {
    color: #fd2d2d;
    text-decoration: none;
}

.add-row {
    float: left;
    color: #1fc253;
    font-weight: 500;
    margin: 20px 0;
    display: block;
    width: 100%;
}

.add-row:hover,
.add-row:focus,
.add-row:active {
    color: #1fc253;
    text-decoration: none;
}

.btn-submit {
    margin: 10px 0;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 30px;
}

input.show-datepicker {
    width: 180px!important;
    position: relative;
    padding-left: 60px!important;
}

input.show-datepicker + span {
    margin-top: 31px;
    width: 20px;
    left: 14px;
    font-size: 22px;
    position: absolute;
    display: block;
    color: #7f7f7f;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #27b4f5!important;
    background-image: none;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #27b4f5!important;
    background-image: none;
}

.datepicker.dropdown-menu {
    border: 1px solid #E0E0E0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid #E0E0E0;
}


/*
///////////////

Account

Inbox

//////////////
*/

.table--inbox .actions a {
    display: inline-block;
    padding: 2px 5px;
    margin: 0 10px;
    color: #7a7a7a;
    font-size: 18px;
    margin-top: -4px;
}

.table--inbox .actions a:hover {
    color: #27b4f5;
    text-decoration: none;
    background-color: #ffffff;
}

.table--inbox .actions a:last-of-type:hover {
    color: #fd2d2d;
    text-decoration: none;
    background-color: #ffffff;
}

.table--inbox .row {
    padding: 10px 0;
    border: 1px solid transparent;
    background-color: #f9f9f9;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.table--inbox .row.active {
    border: 1px solid #efefef;
    background-color: #ffffff!important;
}

.table--inbox .row:nth-child(even) {
    background-color: #f1f1f1;
}

.table--inbox .row > a {
    color: inherit;
}

.table--inbox .row a [class^="col-"]:after {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    position: absolute;
    background-color: #d4d4d4;
    top: 0;
    right: 5px;
}

.table--inbox-content .content-wrap {
    padding: 40px 0 0;
}

.table--inbox-content .reply-wrap {
    border-top: 1px solid #e4e4e4;
    margin: 40px 0 0;
    padding: 20px 0;
}

.reply-wrap .form textarea {
    max-width: 100%;
    min-height: 160px;
    width: 100%;
}

.page--account-actions a {
    color: #1fc253;
    font-weight: 500;
    position: relative;
    margin: 20px 0 40px;
    display: block;
}

.page--account-actions a:not(:first-of-type) {
    margin-left: 20px;
}

.page--account-actions a:hover {
    text-decoration: none;
}


/*

also used on my articles page

*/

.table--inbox .row a [class^="col-"] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*
///////////////

Account

Publish

//////////////
*/

.btn.btn-upload {
    background-color: #f6f6f6!important;
    cursor: pointer;
    color: #272727;
}


/*
overwrite wysiwyg editr styles

*/


.text-editor textarea {
    color: #121212;
    height: 300px!important;
}

ul.wysihtml5-toolbar {
    font-family: 'Merriweather';
    font-size: 12px;
    float: left;
    margin: 10px 0;
    width: 100%;
    clear: both;
}

ul.wysihtml5-toolbar .dropdown-menu {
    margin-top: 9px;
    padding: 5px 0;
    margin: 0;
    background-color: #272727;
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

ul.wysihtml5-toolbar .dropdown-menu li a {
    padding: 5px 20px;
    color: #ffffff;
}

ul.wysihtml5-toolbar .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #4d4d4d;
}

ul.wysihtml5-toolbar .btn {
    background-color: #272727;
    padding: 10px 9.9px;
}

ul.wysihtml5-toolbar .btn:hover,
ul.wysihtml5-toolbar .btn:focus,
ul.wysihtml5-toolbar .btn:active {
    text-decoration: none;
    color: #fff;
    background-color: #393939;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
    background-image: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #272727;
    background-color: #f6f6f6;
    outline: 0;
}

@media (max-width:768px) {
    ul.wysihtml5-toolbar>li {
        margin: 0 5px 30px 0;
    }
    .form-multitable-row:first-of-type .remove-row-btn {
        margin-top: 5px;
    }
}


/*
///////////////

Account

Experience

//////////////
*/

.experience-entries {
    margin-top: 10px;
}

.single-entry {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}

.single-entry h5 {
    float: left;
}

.single-entry .form-group {
    float: left;
}

.single-entry .form-group {
    margin-right: 10px;
}

.single-entry .form-group:nth-of-type(6) {
    width: 40%;
    margin-top: -10px;
}

.single-entry .form-group:nth-of-type(7) {
    width: 40%;
    margin-top: -10px;
}

.experience-title {
    width: 100%;
    margin-bottom: 10px;
}

.experience-title .icon-remove {
    float: left;
    display: inline-block;
    padding: 10px;
    margin-left: 10px;
}

.autocomplete-selections {
    z-index: 99;
    display: none;
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    background-color: #f6f6f6;
    max-height: 400px;
    height: auto;
    overflow-y: auto;
    border-bottom: 2px solid #c7c7c7;
}

.autocomplete-selections.show {
    display: block;
}

.autocomplete-selection {
    width: 100%;
    padding: 10px;
    border-top: 1px solid #e2e2e2;
}

.autocomplete-selection h5 {
    margin: 2px;
    font-weight: 600;
    font-size: 16px;
}

.autocomplete-selection p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}

.autocomplete-selection:hover {
    background-color: #eaeaea;
    cursor: pointer;
}

@media (max-width:1200px) {
    .form-multitable-row.large .form-group {
        width: 14%;
    }
    .single-entry .form-group {
        width: 45%;
        margin-top: 0;
    }
    .single-entry .form-group input,
    .single-entry .form-group select {
        width: 100%;
    }
    .single-entry .form-group:nth-of-type(6) {
        width: 45%;
        margin-top: 0;
    }
    .single-entry .form-group:nth-of-type(7) {
        width: 45%;
        margin-top: 0;
    }
}

@media (max-width:768px) {
    .single-entry .form-group {
        width: 45%;
        margin-top: 0;
    }
    .single-entry .form-group:nth-of-type(6) {
        width: 45%;
        margin-top: 0;
    }
    .single-entry .form-group:nth-of-type(7) {
        width: 45%;
        margin-top: 0;
    }
}

@media (max-width:500px) {
    .single-entry .form-group {
        width: 100%;
    }
    .single-entry .form-group:nth-of-type(6) {
        width: 100%;
        margin-top: 0;
    }
    .single-entry .form-group:nth-of-type(7) {
        width: 100%;
        margin-top: 0;
    }
}


/*

General Responsive

*/

@media (max-width:1200px) {
    .home-module.module-subscribe {
        width: 80%;
    }
    footer .subscribe button {
        width: 100px;
    }
    .secondary-nav ul li {
        padding: 15px 12px 15px 2px;
    }
    .table--inbox .actions a {
        padding: 2px 0px;
        margin-top: -2px;
    }
}

@media (max-width:992px) {
    .mobile-show{
        display: block;
    }
    .mobile-hide{
        display: none;
    }
    .navbar-brand {
        margin-top: -110px;
    }
    .navbar-brand img {
        width: 150px;
    }
    .home-module {
        width: 50%;
    }
    
    .home-module.home-module-tabs{
        width:100%;
    }

    footer .subscribe button {
        float: left;
        width: 30%;
    }
    footer .subscribe input {
        float: left;
        margin-left: 0;
        width: 70%;
    }
    footer .subscribe span {
        float: left;
        width: 100%;
        display: block;
        margin-bottom: 10px
    }
    .main-content {
        padding: 0 0px;
    }
    .sidebar {
        margin-top: 20px;
    }
    .secondary-nav ul {
        white-space: nowrap;
        overflow-x: scroll;
        margin-left: 0;
    }
    .secondary-nav ul li:first-of-type {
        margin-left: -20px;
    }
}

@media (max-width:768px) {
    .table--inbox .row > a {
        font-size: 12px;
    }
    .table--inbox .row .col-md-3:nth-of-type(3) {
        font-size: 12px;
    }
    .table--inbox .actions a {
        padding: 2px 2px;
        margin: 0 5px;
        font-size: 14px;
    }
    footer .subscribe {
        float: left;
    }
    footer .follow-us {
        margin: 20px 0;
        float: left;
    }
    footer .follow-us span {
        width: 100%;
        float: left;
        display: block;
    }
    footer .follow-us ul {
        margin-left: -40px;
    }
    footer .container {
        padding-left: 20px;
    }
    .navbar .container {
        height: 70px;
    }
    .upper-nav {
        display: none;
    }
    .navbar-brand {
        margin-top: -10px;
    }
    .navbar-brand img {
        width: 200px;
    }
    .navbar-white {
        margin-top: 10px;
    }
    .navbar .navbar-nav {
        height: auto;
        padding-left: 10px;
    }
    .navbar-collapse {
        background-color: white;
        position: relative;
        z-index: 33;
        margin-top: 13px;
        border-bottom: 4px solid;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 5px;
        margin: 10px 0;
    }
    .privacy-states {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    .show-mobile .mobile-actions {
        border-top: 1px solid #272727;
    }
    .navbar-white .navbar-nav a {
        height: auto;
    }
    .navbar-white .navbar-nav a.active {
        border-bottom: none;
    }
    .widget--recommended ul li {
        width: 100%;
        margin: 10px 0;
    }
    [class^="widget-"] .thumb {
        width: 300px;
        height: 160px;
    }
    .widget--recommended ul li p {
        clear: both;
    }
    .page-article-cover h2 {
        font-size: 32px;
    }
    .page-article-cover img {
        width: 150%;
    }
    .page-article-content p {
        font-size: 16px;
    }
    .form.form--6 {
        width: 100%;
        float: left;
    }
    .form.form--6:first-of-type {
        padding-right: 0px;
    }
    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%!important;
    }
}

@media (max-width:600px) {
    .home-module.module-subscribe p {
        width: 100%;
    }
    .home-module.module-subscribe input {
        width: 100%;
    }
    .home-module.module-subscribe button {
        width: 100%;
    }
    .controls-col {
        width: 100%;
    }
    .page--events-controls {
        padding-bottom: 20px;
    }
    .controls-col:nth-of-type(2) {
        margin-top: 20px;
    }
    .controls-col:nth-of-type(2) .btn {
        float: left;
        margin-left: 0;
        margin-right: 20px;
    }
    .widget--prev-next .thumb {
        width: 100%;
    }
    .table--inbox .row {
        width: 540px;
        max-width: 540px;
    }
    .table--inbox {
        overflow-x: scroll;
    }
}

@media (max-width:460px) {
    .home-module {
        width: 100%;
    }
    [class^="widget-"] .thumb {
        width: 270px;
        height: 160px;
    }
    .page-article-cover h2 {
        font-size: 22px;
    }
    .page-article-cover img {
        width: 200%;
    }
}

table.spaced td,
table.spaced th {
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}

span.icon-remove {
	cursor:pointer;
}

img.remove_row,
img.add_row {
	width:30px;
	height:30px;
	cursor:pointer;
}