/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

::-moz-selection {
    background: #AC2624;
    color: #FFFFFF;
    text-shadow: none;
}

::selection {
    background: #AC2624;
    color: #FFFFFF;
    text-shadow: none;
}

/*---------------- Horizontal Rule Style ----------------*/

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding-bottom: 80px;
}

 .hr2 {
    display: block;
    height: 5px;
    border: 0;
    border-top: 1px solid #AC2624;
    margin: 1em 0;
    padding-bottom: 10px;
}

.hr2nav {
    display: block;
    height: 5px;
    border: 0;
    border-top: 1px solid #AC2624;
    padding-bottom: 1px;
}

 .hr3 {
    display: block;
    height: 5px;
    border: 0;
    border-top: 1px solid #AC2624;
    margin: 1em 0;
    padding-bottom: 25px;
}

hr4 {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 3em 0;
    padding-bottom: 40px;
    padding-top: 40px;
}

/*---------------- /Horizontal Rule Style ----------------*/


/*---------------- Navigation Styles ----------------*/

.navbar-brand {
	font-weight: 700;
}

.navbar-default .navbar-brand {
	color: #4a4a4a;
}

.navbar-default {
	background-color: rgb(255, 255, 255);
	border-color: transparent;
	box-shadow: 0px 0px 3px grey;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #AC2624;
	border-bottom: 2px solid #AC2624;
}

.navbar-default .navbar-nav > li > a {
	font-weight: 700;
	color: #AC2624;
}

.sl a:link {
	text-decoration: none;	
}

.sl a:hover h5 {
	text-decoration: none;
	color: #AC2624;
	font-weight: 700;
}
.affix {
  top: 0px;
  width: 100%;
  z-index: 1000;
}

.mininav {
	width: 100%;
	margin-top: 51px;
}

/*---------------- /Navigation Styles ----------------*/

/* ==========================================================================
   General styles
   ========================================================================== */


body {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 400;
    font-size: 14px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
    color: #4a4a4a;
}

.abt h2 {
	font-weight: 700;
    color: #AC2624;
    margin-top: 0;
}

.abt h3 {
	font-weight: 700;
    color: #AC2624;
    margin-top: 0;
    margin-bottom: 10px;
}

.trd h4 {
	margin-top: 150px;
}

.mtg {
	margin-top: 25px;
}

.mtg img:hover {
	opacity: 0.4;
	color: #AC2624;
}

.mtg2 {
	margin-top: 25px;
}

.centered {
	text-align: center;
}

.mt {
	margin-top: 75px;
}

.mb {
	margin-bottom: 80px;
}

.bd {
	border: 1px solid #ccc;
}

.bat {
	font-size: 50px;
}

.crt {
	border: 1px solid #AC2624;
	text-align: center;
	color: #AC2624;
}

.ra {
	text-align: right;
}

.sla h5 {
	color: #AC2624;
}

.objtrades ul li {
	display: inline-block;
	text-decoration: none;
	text-align: centered;
}

.objtrades h3 {
	margin: 0;
	text-align: centered;
}

.objtrades h5 {
	color: #AC2624;
}

.mbp {
	margin-bottom: 30px;
}

.rd h3 {
	color: #AC2624;
}

.sl h5 {
	margin-top: 25px;
	margin-bottom: 5px;
}

.mt2 {
	margin-top: 39px;
}

.mls h3 {
	margin-left: 15px;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

.footerwrap {
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #676767;
	font-size: 25px;
	font-weight: 400;
	color:#ffffff;

}

.footerwrap i {
	font-size: 40px;
}

.footerwrap a {
	text-decoration: none;
	color:#ffffff;
}

.footerwrap h4 {
	color: #ffffff;
}

.footerwrap a:hover {
	color: #AC2624;
	text-decoration: none;

}*/

@media(min-width:200px) and (max-width:600px) {

.trd h4 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.abt h3 {
	font-weight: 700;
    color: #AC2624;
    margin-top: 10px;
    margin-bottom: 10px;
}

.affix {
  top: 0px;
  width: 100%;
  z-index: 1000;
}

.mininav {
	width: 100%;
}

}



