/*
Theme Name: Cowan's Bootstrap
Author: Not James LOL
Author URI: http://www.dv8r.com
Version: 0.1
Description: This is a reponsive theme for the site.
*/
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,500,600,700,800,900);

.menu-clear {
    margin-top: 96px;
}

#menu-new-main-1 {
    margin-top: 30px;
}
header .container {
    padding: 0px 0px 10px;
    max-width: 1250px;
    border-bottom: 2px solid red;
}
header .container .col-sm-2 {
    padding-left: 0px;
}
header .container .col-sm-10 {
    padding-right: 0px;
}
.container{width: 100%;max-width: 1280px;padding: 0px;}
.mob-menu {}
.mob-menu .mob-menu-btn {
    position: relative;
    z-index: 9999;
    background: #1E1A4D;
}
.cbp-spmenu-left.cbp-spmenu-open .menu-holder{
    padding-top: 80px;
}
.mob-menu button {
    float: right;
    margin: 23px 15px;
    background: none;
    padding: 4px 0px;
}
.mob-menu button span {
    background: #fff!important;
    height: 4px!important;
    width: 35px!important;
    margin-bottom: 5px;
}
header .row-fluid .col-sm-10 {
    text-align: right;
}
header .row-fluid .col-sm-10 ul li {
    display: inline-block;
    margin-left: 40px;
	position:relative;
}
header .row-fluid .col-sm-10 ul li a {
    text-transform: uppercase;
    color: #777464;
}
header .row-fluid .col-sm-10 ul.main-menu li a {
    font-size: 20px;
}
header .row-fluid .col-sm-10 ul.top-menu li a {
    font-size: 14px;
}
.cbp-spmenu {
    background: #43494c;
}
.cbp-spmenu-vertical a {
    border-color: #3c3c3c;
    padding: 0.7em 1em;
}
.cbp-spmenu .menu-holder ul li a, header .row-fluid .col-sm-10 ul.main-menu li a {
    font-weight: normal;
}
.cbp-spmenu .menu-holder ul ul li a, header .row-fluid .col-sm-10 ul.main-menu ul li a {
    font-weight: 400;
}
.cbp-spmenu-left.cbp-spmenu-open .menu-holder form {
    border-bottom: 1px solid;
    padding: 18px 10px 18px 20px;
}
ul.top-menu {
    margin-bottom: 20px;
}
.body-wrap .container{
    max-width: 1250px;
    background: /*url(images/body-bg.jpg)repeat-y*/ #fff;
    background-position: top right;
    padding-top: 30px;
    padding-bottom: 60px;
    margin-bottom: 20px;
}
.white-bg {
    background: #fff;
    padding: 30px 15px;
    display: none;
}
section.aside-inner {
    margin: 0px 0px 20px 20px;
    border-bottom: 1px solid #999;
    box-shadow: 0px 1px 0px #fff;
}
.body-wrap .col-sm-3 section.aside-inner:last-child {
    border: 0px;
    box-shadow: 0px 0px 0px;
}
section.aside-inner p{
	font-size:15px;
}
a.readmore{font-weight:bold;font-size:14px;}
footer {
    background: #e1e1e1;
    padding: 30px 15px 40px;
}
footer ul {
    list-style: none;
    margin: 10px 0px 0px;
}
footer ul li a {
    color: #30184e;
    line-height: 1.5em;
	font-size: 13px;
}
header.fix-in-scrolled.fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 10;
}

/*submenu*/
header .row-fluid .col-sm-10 ul ul {
    display: none;
    position: absolute;
    width: 265px;
    padding: 0px;
    text-align: left;
    background: rgba(255,255,255,0.95);
    z-index: 99;
    border-top: 2px solid #1e184e;
}
header .row-fluid .col-sm-10 ul li:hover ul {
    display: block;
}
header .row-fluid .col-sm-10 ul.main-menu ul li a {
    font-size: 14px;
    text-transform: none;
    color: #1e184e;
    border-top: 1px solid #1e184e;
    display: block;
    padding: 5px 10px;
}
header .row-fluid .col-sm-10 ul.main-menu ul li a:hover {
    background: #1e184e;
    color: #fff;
}
header .row-fluid .col-sm-10 ul ul li {
        margin: 0px;
    display: block;
    padding: 0px;
}
header .row-fluid .col-sm-10 ul li:last-child ul {
    right: 0px;
}
header .row-fluid .col-sm-10 ul ul.sub-menu:before {content: "";width: 0px;height: 0px;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid #1e184e;top: -6px;left: 10px;position:absolute;}
header .row-fluid .col-sm-10 ul li:last-child ul.sub-menu:before{/*right:10px;*/left:50%;}
.content-inner h2.page-heading {margin-bottom: 10px;}
section.aside-inner h4 {margin-bottom: 7px;}
#navbar-main {
  /* Added `.affix-top` class css when the element is top */
  &.affixed-top {
    background: black;
  }
  /* Added `.affix` class css when the element is >= 170px (Look: line 8 html) */
  &.affix {
    background: gray;
    top: 0;
    left: 0;
    right: 0;
  }
  /* Added `.affix-bottom` class css when the element is footer */
  &.affix-bottom {
    background: red; 
  }
}
.affix {
    width: 100%;
    background: #fff;
    z-index: 10;
}
/*mobile menu scrolled
ul.top-menu {
    border-bottom: 3px solid #fff;
}*/
.cbp-spmenu .menu-holder {
    overflow-y: scroll;
    height: 100%;
}
.cbp-spmenu .menu-holder::-webkit-scrollbar {
    width: 8px;
    background:#fff;
}
.cbp-spmenu .menu-holder::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px #333; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.cbp-spmenu .menu-holder::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: red; 
    -webkit-box-shadow: inset 0 0 3px #333; 
}
.cbp-spmenu .menu-holder::-webkit-scrollbar-thumb:window-inactive {
	background: #fff; 
}
.cbp-spmenu-vertical {
    width: 280px;
}
.cbp-spmenu-left {
    left: -280px;
}
footer .col-sm-2 h4 {
    font-size: 16px;
}
/*Media Queries*/
@media (max-width: 1200px) {
}
@media (min-width: 768px) and (max-width: 979px) {
}
@media (min-width: 240px) and (max-width: 979px) {
header .container{padding-bottom:0px;}
.body-wrap .container .col-sm-9 {
    background: #f6f6f6;
    padding-bottom: 20px;
    margin-bottom: 0px;
    border-bottom: 2px solid red;
}
.body-wrap .container .col-sm-3 {
    background: #e1e1e1;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid red;
}
.body-wrap .container {
    background: #f6f6f6;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
footer {
    text-align: center;
}
footer .col-sm-2 {
    padding-bottom: 30px;
}
ul#menu-main-menu li a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
ul#menu-main-menu ul li a {
    font-weight: 300;
    font-size: 16px;
    text-transform: none;
}
ul.sub-menu li {
    padding-left: 20px;
    position: relative;
}
ul.sub-menu li:before {
    content: "\00BB";
    color: #fff;
    position: absolute;
    top: 10px;
	display:none;
}
}
@media (max-width: 767px) {
}	
@media (max-width: 635px) {
}
@media (max-width: 320px) {
}