.logo {
  margin-left: 30px;
}

.logo img {
	width: 290px;
	height: auto;
}

.mma-logo img {
	height: 36px;
	width: auto;
	margin-right: 0;
}

.page-title {
	margin-top: -5px;
	font-size: 22px;
}



@media screen and (min-width: 400px) {
	.page-title {
		padding-left: 15px;
	}
	
	.navbar .logo {
		padding-left: 0;
	}
		
	.logo img {
		margin-left: 10px;
	}
}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 400px) {
	.page-title {
		margin-top: 0;
	}
}

.navbar-nav, .navbar-default .navbar-nav > li > a {
	margin-top: 0;
}

.navbar-default {
  border-bottom: none;
  /*border-bottom: 20px solid #B168AA;*/
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background-color: #0a0f31;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.main {
	padding-top: 120px;
}

.navbar-nav > li > a {
	padding-top: 33px;
	padding-bottom: 33px;
	padding-left: 12px;
	padding-right: 12px;
}

.casestudy-thumb {
	box-shadow: 2px 2px 10px #440034;
}

.casestudy-thumb.best-in-show {
	width: 100%;
	height: 300px;
}

.casestudy-thumb {
	overflow: hidden;
	border-radius: 5px;
}

.casestudy-thumb img {
	transition: transform .5s;
}

.casestudy-thumb:hover img {
	transform: scale(1.2);
}

.casestudy-thumb .thumb-vote {
	position: absolute;
	z-index: 2000;
	bottom: 0;
	right: 0;
	background: rgba(255, 100, 0, 0.8);
	padding: 8px;
	padding-bottom: 4px;
	padding-top: 6px;
	padding-left: 10px;
	transition: right .5s;
	border-radius: 5px 0 0 0;
}

.casestudy-thumb .thumb-vote:not(.voted) {
	background: rgba(255, 100, 0, 0.8);
	right: -180px;
}

@media screen and (max-width: 767px) {
	.casestudy-thumb .thumb-vote:not(.voted) {
		right: 0;
	}
}

.casestudy-thumb:hover .thumb-vote {
	right: 0;
}

.casestudy-thumb .thumb-vote.voted {
	background: rgba(0, 175, 80, 0.8);
	right: 0;
}

.casestudy-thumb .thumb-vote.voted .fa {
	color: #FF0000 !important;
}

.casestudy-thumb .thumb-vote.voted .heart-icon {
	display: none;
}

.casestudy-thumb .thumb-vote.voted .heart-icon-fill {
	display: block;
}

.vote-instructions {
	display: block;
	float: left;
	padding-right: 10px;
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
}

.heart-icon-wrapper {
	float: left;
	position: relative;
	width: 26px;
	height: 27px;
	cursor: pointer;
}

.heart-icon {
	position: absolute;
	right: 0;
}

.heart-icon-fill {
	position: absolute;
	right: 0;
}

.heart-icon-wrapper .heart-icon {
	display: block;
}

.heart-icon-wrapper .heart-icon-fill {
	display: none;
}

.heart-icon-wrapper:hover .heart-icon-fill {
	display: block;
}

.heart-icon-wrapper:hover .heart-icon {
	display: none;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.casestudy-thumb.best-in-show {
		width: 100%;
		height: 256px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.casestudy-thumb.best-in-show {
		width: 100%;
		height: 360px;
	}
	.title-presenting {
		margin-top: 100px;
	}
	
	.navbar-nav > li > a {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 8px;
		padding-right: 8px;
		font-size: 11px;
	}
	.navbar-fixed-top .navbar-nav {
		max-width: 315px;
		margin-top: 25px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1224px) {
	.title-presenting {
		margin-top: 50px;
	}
	.navbar-nav > li > a {
		padding-top: 33px;
		padding-bottom: 33px;
		padding-left: 8px;
		padding-right: 8px;
		font-size: 11px;
	}
}

@media screen and (max-width: 767px) {
	.casestudy-thumb.best-in-show {
		width: 100%;
		height: 190px;
	}
	.casestudy-thumb.best-in-show img {
		min-width: 120% !important;
		min-height: 100% !important;
	}
	.title-presenting {
		margin-top: 100px;
	}
	
}


ul.navbar-nav {
	font-family: 'Gotham A', 'Gotham B', Arial, sans-serif;
}

.carousel-control {
	
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: fixed;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 0;
	margin-left: 15px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 0;
	margin-right: 15px;
}

.back-to-top {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 30px;
	margin-right: 10px;
	margin-bottom: 70px;
	opacity: 0.5;
	padding: 10px 14px;
	background-color: #000000;
	border-radius: 5px;
	color: #ffffff;
	z-index: 2000;
}

@media (max-width: 400px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


/* footer nav should always be collapsed */
.navbar-fixed-bottom {
  border-top: none;
}
.navbar-fixed-bottom .navbar-header {
    float: none;
    background-color: #B168AA;
}
.navbar-fixed-bottom .navbar-toggle {
    display: block;
		float: left;
		margin-left: 15px;
    border-radius: 0;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    color: #B168AA;
}
.navbar-fixed-bottom .navbar-collapse {
    border-top: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    background-color: #B168AA;
}
.navbar-fixed-bottom .navbar-collapse * {
    color: #ffffff;
}
.navbar-fixed-bottom .navbar-collapse.collapse {
    display: none!important;
}
.navbar-fixed-bottom .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
}
.navbar-fixed-bottom .navbar-nav>li {
    float: none;
}
.navbar-fixed-bottom .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* since 3.1.0 */
.navbar-fixed-bottom .navbar-collapse.collapse.in { 
    display: block!important;
}
.navbar-fixed-bottom .collapsing {
    overflow: hidden!important;
}

/*
.navbar-nav h4 {
	margin-left: 15px;
}
*/

.winner-campaign {
	text-shadow: 0 0 4px #000000;
}

.industry-awards * {
	color: #0072BA !important;
	text-shadow: none;
}

.industry-awards p {
	color: #333 !important;
}

.well.best-in-show {
	background-color: #0072BA;
}

.mobile-hide {
	
}
.mobile-show {
	display: none;
}
.mobile-show-inline {
	display: none;
}

/* mobile fixes */
@media (max-width: 400px) {
  .page-title {
		font-size: 14px;
		margin-top: -8px;
	}
	.title-presenting {
		margin-top: 0;
		font-size: 18px;
	}
	.best-in-show {
		margin-top: 0 !important;
	}
	.best-in-show h1 {
		font-size: 24px;
	}
	.best-in-show h2 {
		font-size: 20px;
	}
	.best-in-show h4 {
		font-size: 10px;
	}
	.best-in-show div.gotham {
		font-size: 10px;
	}
	.mobile-hide {
		display: none;
	}
	.mobile-show {
		display: block;
	}
	.mobile-show-inline {
		display: inline;
	}
	.carousel-caption h1 {
		font-size: 24px;
	}
}

.carousel-caption h5.thin.upper {
  background-color: #B168AA;
  padding: 5px 30px;
  display: inline;
  text-shadow: none;
}

.bg-blackblue {
  background: #10173b;
}

.bg-blackblue * {
  color: #ffffff !important;
}

.bg-blackblue-darker {
  background: #0a0f31;
}

.bg-blackblue-darker * {
  color: #ffffff !important;
}