
/**********************************************************************
* BASE STYLES
**********************************************************************/

html {
    height: 1800px;
}

body {
    margin-top: 50px;
    font-family: Arial, sans-serif;
    font-size: 16px;
}


a[href] {
    color: #3662a9;
    text-decoration: underline;
}

a.btn {
    color: #efefef;
    text-decoration: none;
}

a.carousel-control {
    color: #efefef;
}



/**********************************************************************
* HEADER STYLES
**********************************************************************/

header .navbar {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 3px 6px -6px #666666;
       -moz-box-shadow: 0 3px 6px -6px #666666;
            box-shadow: 0 3px 6px -6px #666666;
}

header .navbar a {
    text-decoration: none;
}

header .navbar-brand img {
    height: 50px;
    width: auto;
    margin-top: -15px;
}

header .navbar button.navbar-toggle {
    border-color: #0808084d;
}

header .navbar button.navbar-toggle .icon-bar {
    border: 1px solid #0808084d;
}

header .navbar button.navbar-toggle:hover {
    border-color: #080808;
}

header .navbar button.navbar-toggle:hover .icon-bar {
    border: 1px solid #080808;
}


.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #e2e9f3;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #e2e9f3;
}

.dropdown-menu > li > a {
    padding: 8px 20px;
}

header .navbar .dropdown-menu li a:hover {
    background-color: #3662a9;
    color: #FFFFFF;
}




/**********************************************************************
* FEATURED SECTION STYLES
**********************************************************************/
section.featured-products {
    padding: 3em 0;
}


section.featured-products .section-title {
    text-align: center;
    margin-bottom: 1em;
}


/* featured-item */

section.featured-products .featured-item {
    position: relative;
    margin-bottom: 1em;
}

section.featured-products .featured-item .item-title {
    color: #333333;
    text-decoration: none;
    font-size: 1.15em;
}

section.featured-products .featured-item:hover .item-title {
    text-decoration: underline;
}

.featured-item .top {
    position: relative;
}

.featured-item .tag {
    position: absolute;
    left: 0;
    top: 1em;
    padding: 8px 12px;
}

.featured-item .tag-bottom-right {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 1em;
    padding: 8px 12px;
}

.featured-item .tag-black {
    background-color: #000000;
    color: #EFEFEF;
}


.featured-item .tag-green {
    background-color: #70a20d;
    color: #EFEFEF;
}

.featured-item .tag-orange {
    background-color: #d4970e;
    color: #EFEFEF;
}


/**********************************************************************
* RECENT BLOG SECTION STYLES
**********************************************************************/
section.recent-blog {
    padding: 3em 0;
}

section.recent-blog .section-title {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1em;
}

.recent-blogpost {
    position: relative;
    margin-top: 1em;
    margin-bottom: 1em;
}

.recent-blogpost .post-meta {
    font-size: 12px;
    margin: 7px 0;
}

.recent-blogpost .post-meta span {
    margin-right: 10px;
}

.recent-blogpost .blogpost-title {
    font-size: 1.45em;
    text-decoration: none;
}

.recent-blogpost .btn {
    background-color: #FFFFFF;
    border: 2px solid #3662a9;
    color: #3662a9;
}

.recent-blogpost .btn:hover {
    background-color: #3662a9;
    border: 2px solid #3662a9;
    color: #FFFFFF;
}



/**********************************************************************
* CALLOUTS
**********************************************************************/

.callout-light {
    padding: 30px;
	color: #000;
	background-color: #ccc;
}

.callout-light h1,
.callout-light h2,
.callout-light h3,
.callout-light h4 {
	font-weight: 300;
	line-height: 1.4;
}

.callout-dark {
	padding: 30px;
	color: #fff;
	background-color: #252525;
}

.callout-dark h1,
.callout-dark h2,
.callout-dark h3,
.callout-dark h4 {
	font-weight: 300;
	line-height: 1.4;
}

.callout-dark p {
	color: #B1B1B1;
	font-size: 17px;
}

.callout-mage {
	padding: 30px;
	background-color: #743C58;
	color: #fff;
}

.callout-bubble {
	padding: 30px;
	color: #fff;
	background-color: #A94545;
}

.callout-bubble h1,
.callout-bubble h2,
.callout-bubble h3,
.callout-bubble h4 {
	font-weight: 300;
	line-height: 1.4;
}

.callout-block {
	background-color: #F5F3F4;
	border-left: 5px solid #a94545;
	border-right: 5px solid #a94545;
    margin-left: 5px;
    margin-right: 5px;
	padding: 15px;
}

.callout-block h1,
.callout-block h2,
.callout-block h3,
.callout-block h4 {
	font-weight: 300;
	line-height: 1.4;
}

/**********************************************************************
* FOOTER STYLES
**********************************************************************/

footer {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    background-color: #333333;
}
footer h1,
footer h2,
footer h3,
footer h4 {
    color: #CDCDCD;
}

footer a[href] {
    color: #93B9F8;
    text-decoration: none;
}

footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

footer p {
    color: #CDCDCD;
}

footer .legal {
    margin-top: 30px;
    background-color: #111111;
    padding: 10px 0;
    color: #AAAAAA;
}