
/*
  Common
*/

body {
    background: url(../img/body-bg.jpg) repeat;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
p {
    padding: 20px 20px 0 20px;
    background: #ffffff;
    margin: 0;
    color: #676364;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Source Sans Pro';
    font-weight: 300;
}
p:nth-last-child(1) {
    padding-bottom: 20px;
}
.more {
    transition: all 1s;
    color: #373435;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    letter-spacing: 1px;
}
.more:hover {
    color: #ed3237;
    text-decoration: none;
}
.more [class^="fw-icon-"] {
    color: #ed3237;
    font-size: 14px;
}
a {
    transition: all 1s;
}
.last {} .spacing {} .spacing-tp {
    padding-top: 30px;
}
.spacing-bt {
    padding-bottom: 30px;
}
.spacing-lt {
    padding-left: 30px;
}
.spacing-rt {
    padding-right: 30px;
}
.centering {
    text-align: center;
}
.page-styling {
    background: #ebebeb;
    padding: 0 30px;
    margin-top: 90px;
    border-radius: 5px;
    padding-bottom: 80px;
}
.ruler {
    border-bottom: 1px solid #c2c2c2;
}
.lines {
    background: url(../img/border.jpg) repeat-x 0;
    text-align: center;
    width: 100%;
}


/*
  Header
*/

.header-wrapper {
    border-radius: 0px 5px 5px 0;
    text-align: center;
    background: #ebebeb;
}
.site-name {
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    width: 200px;
    background: #ebebeb;
    border-radius: 5px;
    margin-top: -40px;
    box-shadow: -8px 8px 0px 1px rgba(0, 0, 0, 0.1);
}
.site-name h1 {
    padding: 40px 30px;
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 40px;
    line-height: 22px;
    color: #373435;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/*
  Menu 
*/

.menu {
    text-align: center;
    padding: 35px 0 15px 0;
}
.navbar {
    margin-bottom: 0;
}
.navbar {
    display: inline-block;
}
.nav > li {
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    margin: -1px 5px;
}
.menu .navbar .nav > li > a {
    color: #909090;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    font-weight: 300;
    padding: 10px;
    text-transform: uppercase;
}
.menu .navbar .nav > li > a:hover {
    color: #ebebeb;
    background: #373435;
}
.menu .navbar-nav > li > .dropdown-menu {
    background: #373435;
    text-align: left;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #373435;
}
.menu .dropdown-menu > li > a {
    color: #ebebeb;
    font-family: 'Source Sans Pro';
    font-weight: 300;
    text-shadow: none;
}
.dropdown-menu {
    min-width: 145px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #4f4d4e;
}
.dropdown-menu > li > a {
    padding: 8px 8px;
}
.dropdown-menu > li {
    border-bottom: 1px solid #4f4d4e;
}
.dropdown-menu > li:nth-last-child(1) {
    border-bottom: none;
}
.menu .dropdown-menu {
    padding: 0;
}
.menu .nav .caret {
    border-top-color: #909090;
    border-bottom-color: #909090;
}
.menu .nav a:hover .caret {
    border-top-color: #ebebeb;
    border-bottom-color: #ebebeb;
}
.navbar-header > button > span {
    color: #909090;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
}
.navbar-toggle {
    margin: auto;
    float: none;
    border: none;
}


/*
  Main content
*/

.content-wrap {
    overflow: hidden;
    padding-bottom: 30px;
}
.main-title {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 20px !important;
}
.main-title h1 {
    font-size: 32px;
    color: #ed3237;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    letter-spacing: 3px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center !important;
}
.main-title h4 {
    font-size: 18px;
    line-height: 24px;
    color: #676364;
    font-family: 'Source Sans Pro';
    font-weight: 300;
    text-align: center !important;
}
.main-title h3 {
    background: #ffffff;
    padding-top: 40px;
}
.main-title li {
    width: 100%;
}
.grid {
    margin: auto;
}
.grid li a {
    display: inline;
}


/*
  Tags
*/

.tags li {
    width: auto;
}
.tags {
    display: inline-block;
    padding-top: 15px;
}
.tags h5 {
    color: #ed3237;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    text-transform: uppercase;
}
.tags .btn {
    box-shadow: -4px 4px 0px 1px rgba(0, 0, 0, 0.1);
    color: #373435;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    background: #ebebeb;
    margin-right: 1.5%;
    margin-bottom: 10px;
}
.tags .btn:hover {
    background: #373435;
    color: #ebebeb;
}


/*
  Footer 
*/

.copy-rights {
    padding: 40px 0;
    overflow: hidden;
    text-align: center;
    color: #ebebeb;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Source Sans Pro';
    font-weight: 300;
}
.copy-rights a {
    font-size: 16px;
    font-family: 'Source Sans Pro';
    font-weight: 300;
    color: #ebebeb;
}
.copy-rights a:hover {
    color: #ed3237;
    text-decoration: none;
}
.more-btn {
    padding: 0 15px;
    background: #ebebeb;
    display: inline-block;
    margin: 0 auto;
}
.more-btn .btn {
    color: #ebebeb;
    font-size: 16px;
    background: #ed3237;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 5px;
    box-shadow: -4px 5px 0px 1px rgba(0, 0, 0, 0.1);
}
.more-btn .btn:hover {
    background: #373435;
    color: #ebebeb;
}