/*****************************************************************
* Custom CSS Stylesheet. You can add any custom CSS selectors here after the comment line 
* They will be given the highest priority on any elements on the forum
* Customize your forum color scheme in one click: www.sitesplat.com/phpBB3/ 
* **************************************************************
*
* BBOOTS @SiteSplat.com - Custom CSS STYLESHEET - 
* 
* **************************************************************
*****************************************************************/
/* ===[ CSS HOOK TOP ]=== */
 
.subheader {
    background-image: url("https://i.pinimg.com/736x/28/fe/f9/28fef9ece742153ea400bcae2f1f9d90--mario-luigi-mario-bros.jpg");
}

.titleLineCharts h2, li.index-title h1 {
    color: #604f4f;
}


li.index-sub {
    color: #604f4f;
}

/* BBOOTS / FLATBOOTS Custom Colors Generated With COLORIZE - www.sitesplat.com - copyright (c) 2014 SiteSplat.com */
.avn-price-table.avn-style12 .items > ul {
    padding: 5px;
}
.forum-unread {
    color: #e52929;
}

.avn-price-table.avn-style12 .items > ul > li {
    width: 100%;
}

.label-img-forum {
    margin: 2px -20px 2px 10px;
}

.logo span {
	color: #e52929;
}

.logo-transition a:after {
	color: #e52929;
}

.navBtn {
	background-color: #e52929;
}

.navBtn > a {
	border-left: 1px solid #ad1515;
}

.submenu {
	border-bottom: 4px solid #e52929;
}

.nav-icon:hover [class*="has-sub"] {
	color: #e52929;
}

.submenu li:hover > a {
	color: #e52929;
}

.submenu li:hover > span {
	background-color: #e52929;
}

.subheader {
	border-top: 4px solid #e52929;
}

.side-segment h3:after,
.side-segment h2:after {
	background-color: #e52929;
}

.alert-info {
	background-color: #e52929;
	border-color: #e52929;
}

.label-info,
.badge-info {
	background-color: #e52929;
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
	background-color: #e52929;
}

#scrollbar-one .thumb .end,
#scrollbar-two .thumb .end {
	background-color: #e52929;
}

#scrollbar-one .thumb,
#scrollbar-two .thumb {
	background-color: #e52929;
}

.tabbable-custom .nav-tabs > li.active {
	border-top: 3px solid #e52929;
}

.ver-inline-menu li.active a,
.ver-inline-menu li.active i {
	background: none repeat scroll 0 0 #e52929;
	border-left: 1px solid #ad1515;
}

.ver-inline-menu li.active:after {
	border-left: 6px solid #e52929;
}

.ver-inline-menu li.active i {
	background: none repeat scroll 0 0 #e84040;
}

.table-primary thead th {
	background-color: #e52929;
	border-color: #e52929 !important;
}

a.forumtitle {
	color: #e52929;
}

.twitter-layout:before {
	color: #e52929;
}

footer .interact a:hover {
	color: #e52929;
}

footer {
	border-top: 3px solid #e52929;
}

footer .bottomLinks small a {
	color: #e52929;
}

footer .bottomLinks a:hover {
	border-bottom: 1px solid #e52929;
}

#footerContent blockquote p span {
	color: #e52929;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	background-color: #e52929;
	border-color: #e52929;
}

.btn-link {
	color: #e52929;
}

.btn-link:hover,
.btn-link:focus {
	color: #ad1515;
}

.pager li > a:hover,
.pager li > a:focus {
	background-color: #e52929;
}
/* BBOOTS - FLATBOOTS Main Links color */
a {
	color: #e52929;
}

a:hover,
a:focus {
	color: #ad1515;
}

blockquote {
	border-left-color: #e52929;
}

blockquote.pull-right {
	border-right-color: #e52929;
}

.btn-primary {
	color: #ffffff;
	background-color: #e52929;
	border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;
	background-color: #555555;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	color: #e52929;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #e52929;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #e52929;
}
/* Button Backgrounds */
/* FLATBOOTS Custom Color Generated with COLORIZE */
/* FLATBOOTS Forum Panel Heading */
.panel-forum > .panel-heading {
	background-color: #e52929;
}
/* FLATBOOTS Button Top */
.top-flat {
	background-color: #e52929;
}

footer {
	border-top: medium none;
}
/* FLATBOOTS Teaser Header Background color */
.masthead:before {
	background-color: #e52929;
}
/* FLATBOOTS Footer Call to Action Background Color */
.mastbottom {
	background-color: #e52929;
}


.user-profile-tag {
    width: 87px;
}


.user-profile-output {
    margin-left: 88px;
}


/* INstagram stuff */

.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-grid img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-grid-thirds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-grid-thirds img {
  width: 32%;
}

@media (max-width: 400px) {
  .flex-grid,
  .flex-grid-thirds {
    display: block;
  }
  .flex-grid img,
  .flex-grid-thirds img {
    width: 100%;
    margin: 0 0 10px 0;
  }
}


.flex-grid {
    margin: 0 0 20px 0;
    background-size: contain;
}

#instafeed img {
  padding: 14px;
  max-width: 100%;
}

.ytcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ===[ temp fix bbawards ]=== */
.media-body.user_view {
    max-height: 813px !important;
    height: 100% !important;
}


/* ===[ CSS HOOK BOTTOM ]=== */