/* Colors: #2c1549 purple, #f27421 orange, #fcb514 yellow */

html, body {
	overflow-x: hidden;
	width: 100%;
}

a {
	text-decoration: none !important;
}

.container-fluid {
	padding: 0;
}

/*
*   Icons configuration
*/
.social-icons {
	display: table;
}
.social-icons a {
	display: table-cell;
}
[class^="sicon-"] i,
[class*=" sicon-"] i {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("https://www.trucolors.co/images/sicon-set.png");
	background-repeat: no-repeat;
	text-indent: -99999px;
	text-align: center;
}
.sicon-white i {
	background-image: url("https://www.trucolors.co/images/sicon-set-white.png");
}
.sicon-black i {
	background-image: url("https://www.trucolors.co/images/sicon-set.png");
}
/*
*   Social icons configuration
*/
.sicon-search i {
	background-position: 3px 0px;
}
.sicon-place i {
	background-position: -37px 0px;
}
.sicon-phone i {
	background-position: -77px 0px;
}
.sicon-mail i {
	background-position: -117px 0px;
}
.sicon-clock i {
	background-position: -157px 0px;
}
.sicon-facebook i {
	background-position: -197px 0px;
}
.sicon-twitter i {
	background-position: -237px -1px;
}
.sicon-linkedin i {
	background-position: -277px -1px;
}
.sicon-youtube i {
	background-position: -317px -1px;
}
.sicon-pinterest i {
	background-position: -356px -1px;
}
/*
*   Small social icons with border
*/
.social-icons.bordered {
	border-right: 2px solid #ffffff;
}
.social-icons.bordered a {
	border: 2px solid #ffffff;
	border-right: none;
	padding: 6px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-icons.bordered a:hover {
	background-color: #ffffff;
}
.social-icons.bordered a:hover i {
	background-image: url("https://www.trucolors.co/images/sicon-set.png");
}
.social-icons.bordered-black {
	border-right: 2px solid #292929;
}
.social-icons.bordered-black a {
	border: 2px solid #292929;
	border-right: none;
}
.social-icons.bordered-black a:hover {
	background-color: #292929;
}
.social-icons.bordered-black a:hover i {
	background-image: url("https://www.trucolors.co/images/sicon-set-white.png");
}
/*
*   Big social icons with hover background
*   Default usage: Header
*/
.social-icons.hover-big [class^="sicon-"],
.social-icons.hover-big [class*=" sicon-"] {
	padding: 9px 8px 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-icons.hover-big a i {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-icons.hover-big a:hover i {
	background-image: url("https://www.trucolors.co/images/sicon-set-white.png");
}
.social-icons.hover-big .sicon-facebook:hover {
	background-color: #3b5998;
}
.social-icons.hover-big .sicon-twitter:hover {
	background-color: #44CBFF;
}
.social-icons.hover-big .sicon-linkedin:hover {
	background-color: #1E79C0;
}
.social-icons.hover-big .sicon-youtube:hover {
	background-color: #FF0000;
}
.social-icons.hover-big .sicon-pinterest:hover {
	background-color: #D90000;
}
.social-icons.hover-big .sicon-search:hover {
	background-color: #000000;
}
.social-icons.hover-big .sicon-place:hover {
	background-color: #000000;
}
.social-icons.hover-big .sicon-phone:hover {
	background-color: #000000;
}
.social-icons.hover-big .sicon-mail:hover {
	background-color: #000000;
}
.social-icons.hover-big .sicon-clock:hover {
	background-color: #000000;
}

h1 {
	font-size: 42pt;
	font-family: industry;
  	line-height: 60px;
  	letter-spacing: 1px;
  	margin-bottom: 3rem;
  	text-align: center;
}

h4 {
	text-transform: uppercase;
	font-weight: 800;
	color: #aaaaaa;
	letter-spacing: 1px;
}

h5 {
	font-size: 16pt;
	text-transform: uppercase;
	font-weight: 800;
	margin: 19px 0;
	letter-spacing: 1px;
}

h5 small {
	letter-spacing: 1px;
	font-size: 10pt;
	font-weight: bold;
	color: #bbbbbb;
}

p {
	font-family: "Open Sans";
	font-size: 14pt;
	line-height: 30px;
	color: #292929;
	font-weight: 100;
}

/* BACKGROUND IMAGES */

.construction-header, .header-image, .top-header, .page-careers {
	background-repeat: no-repeat;
	background-size: cover;
}

.header-image, .top-header, .page-careers {
	background-position: center;
}

.construction-header {
	background-image: url('https://www.trucolors.co/images/tru_colors_brewing_careers_background_min3.jpg');
	background-position: bottom;
	height: 45vh;
}

.page-careers {
	background-image: url('https://www.trucolors.co/images/wilmington_min.jpg');
}

.header-image {
	background-image: url('https://www.trucolors.co/images/tru_colors_main_background_grey_min.jpg');
	margin-top: 54px;
	height: 45vh;
}

.top-header {
	background-image: url('https://www.trucolors.co/images/tru_colors_battle_of_the_bosses_header_min.jpg');
	height: 100vh;
}

/* NAV BAR */

#navigation {
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
    z-index: 2000;
    width: 100%;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    opacity: 1;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

#navigation #main-menu {
    display: inline-block !important;
    float: none;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    text-align: center;
    line-height: 18px;
    list-style: none;
}

#navigation #main-menu li {
    display: inline-block;
    position: relative;
    padding: 0px;
    margin: 18px 12px;
    line-height: 18px;
    list-style: none;
}

#navigation #main-menu a {
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 1px;
    color: #292929;
    padding: 0;
    margin: 0px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
    position: relative;
    display: block;
}

#navigation .mobile-menu {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-top: 5px;
  cursor: pointer;
}

#navigation .mobile-menu .icon-bar {
  background-color: #292929;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 3px;
  width: 26px;
  margin-bottom: 3px;
  margin-top: 1px;
}

#navigation .mobile-menu:hover .icon-bar {
  background-color: #4e808e;
}

.line {
	border-bottom: 1px solid #aaaaaa;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

/* FOOTER SECTION FOR ALL PAGES */

.footer {
	margin-top: 3rem;
	margin-bottom: 20px;
	padding-right: 10rem;
	padding-left: 10rem;
}

.footer p {
	float: left;
	vertical-align: middle;
	font-size: 12pt;
}

.footer a {
	float: right;
	display: inline-block;
	padding: .5rem;
}

.footer a img {
	height: 20px;
}

/* TOP WELCOME SECTION */

.page-welcome {
	height: 100vh;
}

.header {
	padding-top: 20vh;
}

#video-background {
/*  making the video fullscreen  */
	position: absolute;
	top: 54px;
	right: 0; 
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
}

.divider img {
	margin-bottom: 3.8rem;
	margin-top: 3.8rem;
}

.divider p {
	letter-spacing: 2px;
	margin-top: 5rem;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 800;
	font-family: industry;
	font-size: 18pt;
	text-shadow: 1px 1px 0px #000000;
}

.social-icons {
	margin: 2rem auto 0;
}

.page-info {
	background-color: #ffffff;
}

.page-info, .page-impact, .page-news, .page-construction, .page-careers, .page-contractor, .page-team  {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

/* MAIN PAGE */

.tag {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.tag h5, .page-info p:last-child {
	margin-bottom: 0;
}

.tag img {
	height: 90px;
}

.page-info p {
	margin-bottom: 3rem;
}

/*.page-info p:last-child {
	margin-bottom: 0;
}*/

.page-news {
	background-color: #2c1549;
}

.page-news h1, .page-news p, .page-careers h1, .page-careers p {
	color: #ffffff;
}

.page-articles {
	padding-top: 1.5rem;
}

.page-articles img {
	/*height: 40px;*/
	width: 165px;
}

/* CAREERS PAGE */

.construction-header img {
	padding-top: 20vh;
	margin-top: 54px;
}

.rules p, .page-careers p {
	margin-bottom: 3rem !important;
}

.page-careers h4, .page-careers h1 {
	text-align: center;
}

.construction-form label {
	color: #ffffff;
}

.contractor-form label {
	color: #000000;
}

.other-box {
	margin-top: 15px;
	display: none;
}

label {
 	letter-spacing: .75px;
}

.submit-button {
	margin-bottom: 5rem;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.8px;
	line-height: 24px;
	text-shadow: 0 1px 1px #211037;
	background: #2c1549;
	border-radius: 4px;
	padding: 1.2rem;
	outline: none;
	border-top: 1px solid #f27421;
	border-left: 1px solid #f27421;
	border-bottom: 1px solid #fcb514;
	border-right: 1px solid #fcb514;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	font-weight: 400;
	touch-action: manipulation;
	cursor: pointer;
}

/* TEAM PAGE */

.page-events, .cans {
	padding-top: 5rem;
}

.page-events p {
	margin-bottom: 3rem;
}

.page-events p:last-child {
	margin-bottom: 5rem;
}

.cans img {
	height: 200px;
	/*margin-bottom: 4rem;*/
}

/* TEAM INFO SECTION */

.page-team h1, .page-news p, .page-team p {
	margin-bottom: 5rem;
}
.thumbnails {
	list-style: none;
	padding: 0;
}

.thumbnails li {
	margin-bottom: 4rem;
}

/* EVENTS PAGE */

.arrow {
  opacity: .8;
  bottom: 0;
  position: absolute;
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}

.animated{
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.arrow:hover {
	cursor: pointer;
}

.line-divider-inline:after {
  background: url("https://www.trucolors.co/images/divider_more_text.png") no-repeat bottom center;
  padding-bottom: 0px;
  display: block;
  height: 10px;
  content: ",";
  text-indent: -9999px;
  width: 100%;
  text-align: center;
  margin: auto auto 24px;
  margin-top: -22px;
}

/* CONTACT PAGE */

.contact-us {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.contact-header p {
	margin-bottom: 3rem;
}

/* CONTRACTOR THANK YOU FORM */

.thanks {
	padding-top: 5rem;
	padding-bottom: 5rem;
	margin-top: 54px;
}

/* RESPONSIVENESS */

@media (max-width: 1200px) {

	video {
		display: none !important;
	}

	.page-welcome {
		background-image: url('https://www.trucolors.co/images/tru_colors_background_image2.jpg');
		height: 100vh;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

}

@media (max-width: 991px) {

	h1 {
		line-height: 60px;
	}

	#main-menu {
		margin-right: 0 !important;
	}

	.page-info, .page-impact, .page-news, .page-team, .page-construction, .page-careers, {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.page-careers p {
		margin-bottom: 2rem;
	}

	.footer {
		margin-top: 2rem;
	}

}

@media (max-width: 767px) {

	h1 {
		margin-top: 0 !important;
	}

	p {
		font-size: 12pt;
	}

	.menu-list {
		margin-right: 0 !important;
	}

	#navigation .mobile-menu {
		display: block !important;
	}

	#navigation #main-menu {
		display: none !important;
		float: right;
	}

	#navigation #main-menu.collapsing, #navigation #main-menu.in {
	    display: block !important;
	    float: none;
	    width: 100%;
	    overflow: hidden;
	}

	.page-articles img {
		margin-bottom: 3rem;
	}

	.page-news {
		padding-bottom: 2rem;
	}

	.page-careers h1, .page-contractor h1 {
		font-size: 30pt !important;
	}

	.submit-button {
		font-size: 14pt;
		padding: .8rem;
	}

	.cans img {
		margin-bottom: 3rem;
	}

	.footer p, .footer a {
		text-align: center;
	}

}

@media (max-width: 687px) {

	.page-construction {
		margin-top: 0;
	}

	.rules p:last-child {
		margin-bottom: 0 !important;
	}

}

@media (max-width: 667px) {

	.footer {
		padding-right: 10rem !important;
		padding-left: 10rem !important;
	}

}

@media (max-width: 571px) {

	.page-info h1, .contact-header h1 {
		font-size: 36pt !important;
	}

}

@media (max-width: 563px) {

	#main-menu li {
		margin: 10px 10px !important;
	}

	.divider-image {
		width: 400px;
	}

	.footer {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

}

@media (max-width: 541px) {

	.tag {
		margin-bottom: 1.5rem;
	}

	.tag img {
		height: 70px;
	}

	.tag h5 {
		font-size: 14pt !important;
	}

	.contact-header h1 {
		margin-bottom: 2rem;
	}

}

@media (max-width: 441px) {

	.more-images {
		font-size: 10pt;
	}

}

@media (max-width: 407px) {

	#construction-h1, .page-careers h1, .page-contractor h1 {
		font-size: 30pt;
		line-height: 50px;
	}

	.contact-header h1 {
		font-size: 34pt !important;
	}

	.footer {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

}

@media (max-width: 399px) {

	.tag img {
		height: 50px;
	}

	.tag h5 {
		font-size: 12pt !important;
	}
}

@media (max-width: 367px) {

	.footer {
		padding-right: .3rem !important;
		padding-left: .3rem !important;
	}

	.footer p {
		font-size: 8pt;
	}

	.footer a img {
		height: 15px;
	}

}