/*
Theme Name: TOTEM Framework
Theme URI: http://madebytribe.co
Author: Tribe Interactive, LLC
Author URI: http://madebytribe.co
Description: Based off the TOTEM Framework by Tribe Interactive, LLC
Bootstrap Version: 3.3.4
Version: 1.00
Tags: bootstrap, sharp, clean, TOTEM
=======
License: GNU General Public License
License URI: license.txt

 /$$$$$$$$        /$$ /$$
|__  $$__/       |__/| $$
   | $$  /$$$$$$  /$$| $$$$$$$   /$$$$$$
   | $$ /$$__  $$| $$| $$__  $$ /$$__  $$
   | $$| $$  \__/| $$| $$  \ $$| $$$$$$$$
   | $$| $$      | $$| $$  | $$| $$_____/
   | $$| $$      | $$| $$$$$$$/|  $$$$$$$
   |__/|__/      |__/|_______/  \_______/

*/

/********************************************************

Place Your Custom CSS Below Here
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}

body {
	background-color: #181818;
	color: #777;
	font-family: "europa",sans-serif;
}
body > .container {
	padding-left: 50px;
    padding-right: 50px;
    padding-top: 100px;
    padding-bottom: 0;
    width: 100%;
}
body.home > .container {
    padding-top: 105px;
}
footer {
	padding-left: 330px !important;
	}

a:link, a:visited {
	color: #47CAA3;
		   transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}
a:hover {
	color: #F66666;
	text-decoration: none;
		   transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

.navbar {
	border: none;
}
.navbar-brand {
    color: #1A614C !important;
    height: 64px;
    padding: 20px 30px;
    font-size: 23px;
    font-weight: bold;
    background-color: #47CAA3;
}
.navbar-brand:hover {
	background-color: #000 !important;
	color: #47CAA3 !important;
}
.navbar .container {
	width: 100%;
	max-width: 100%;
}
.page-header {
	border:none;
}
.footer {
	background-color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
.shop-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    margin-top: 30px;
	color: #FFFFFF !important;
    border-bottom: 8px solid #5DB88A;
    line-height: 10px;
    margin-bottom: 10px;
}
.shop-title:hover {
	border-color: #F66666;
	color: white;
}
.btn-primary {
	background-color: #47CAA3;
	color: #000 !important;
    text-transform: uppercase;
    font-weight: bold;
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 13px;
    font-size: 16px;
    border: none;
    border-radius: 0;
    line-height: 26px;
}
.btn-primary:hover {
	background-color: #F66666;
	color: #FFF !important;
}
.page-header .btn-primary {
	    width: 70%;
    margin-top: 15px;
    font-size: 14px;
    border: none;
    border-radius: 100px;
    padding: 8px;
}

.site-header {
    font-size: 30px;
    color: white;
    font-weight: normal;
        margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}
h1 {
	color: #FFF;
}
.home h1 {
    font-size: 30px;
    color: white;
    font-weight: normal;
}
.page-header p {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.screen {
	box-shadow: 0 0 50px #000;
	opacity: 0.7;
	   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.screen:hover {
	opacity: 1;
	   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.navigation {
	text-align: center;
}
.wp-paginate {
    display: inline-block;
    margin: auto;
}
.wp-paginate a {
    background-color: transparent !important;
    border: 2px solid #777 !important;
    color: #777 !important;
    margin-right: 10px !important;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    font-size: 20px;
    display: inline-block;
    width: 39px;
    line-height: 26px;
}
.wp-paginate .current {
    background-color: transparent !important;
    border: 2px solid #47CAA3 !important;
    color: #FFF !important;
    margin-right: 10px !important;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    font-size: 20px;
    display: inline-block;
    width: 39px;
    line-height: 26px;
}
.wp-paginate a:hover, .wp-paginate a:active {
	border-color: #FFF !important;
	color: #FFF !important;
}
.wp-paginate .title {
	display: none;
}
.wp-paginate .prev, .wp-paginate .next {
	line-height: 7px;
    padding-bottom: 17px;
    padding-top: 11px;
    margin-top: -16px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}
.text-white {
	color: #FFF;
}
.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 24px;
    color: #000 !important;
    font-weight: normal;
    font-size: 18px;
    border-left: 1px solid #DEDEDE;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-color: #eee;
}
.dropdown-menu {
	background-color: black;
}
.dropdown-menu > li > a {
	color: #999;
}
.dropdown-menu > li > a:hover {
	color: white;
	background-color: transparent;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 18px;
    background-color: black;
    border: 2px solid #333;
    color: white;
    margin-top: 10px;
    width: 80%;
    border-radius: 0;
}
.menu-855 select {
	margin-bottom: 10px;
}
.navbar-toggle {
	width: auto;
	border: none;
	border-radius: 0;
	margin-top: 14px;
}
.navbar-toggle .icon-bar {
    width: 28px;
    height: 3px;
    border-radius: 0;
}
div.wpcf7 img.ajax-loader, div.wpcf7-response-output {
	display: block;
}
input[type="radio"], input[type="checkbox"] {
	width: auto;
}
.wpcf7-form {
	color: #FFF;
}
.wpcf7-form .last {
	display: block;
	margin-bottom: 30px;
}
a.madeby {
	color: #898989 !important;
    font-weight: bold;
    padding: 20px !important;
    top: 20px;
    font-size: 18px;
    position: relative;
}
a.madeby:hover {
	color: #F66666 !important;
}
.underline {
	border-bottom: 2px solid;
}
.page-header form {
	text-align: center;
	margin: auto;
}
.page-header label {
	display: none;
}
.page-header input {
font-family: inherit;
    background-color: black;
    border: 2px solid #333;
    color: white;
    width: auto;
    padding: 20px;
    margin-top: 0;
    font-size: 17px;
    line-height: 20px;
    border-radius: 100px;
}
#fieldEmail::-webkit-input-placeholder{
  color:    #333;
}

#fieldEmail:-moz-placeholder
{
  color:    #333;
}

#fieldEmail::-moz-placeholder{
  color:    #333;
}

#fieldEmail:-ms-input-placeholder{
  color:    #333;
}
.page-header {
    padding-bottom: 0;
    width: 285px;
    margin-bottom: 0;
}
.description {
	font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.navbar-default {
	background-color: white;
}
.intro-box {
	background-color: #000000;
    padding: 34px;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    bottom: 0;
}
.copyright {
	position: fixed;
    bottom: 0;
    width: 216px;
    z-index: 999;
    text-align: center;
}
@media (max-width: 480px)  {
	body > .container {
	    padding: 80px 15px 100px;
	}
	body.home > .container {
	    padding: 50px 15px 100px;
	}
	.menu-main-container .pull-right {
		float: none !important;
	}
	.navbar-nav > li > a {
		text-align: center;
	}
	.footer {
		height: 100px;
	}
	.footer > .container {
		text-align: center;
		padding: 15px;
	}
	.footer .pull-right {
		float: none !important;
	}
	h1 {
		font-size: 25px;
	}
	.navbar-brand {
		font-size: 20px;
		padding: 20px;
	}
}
/*
     FILE ARCHIVED ON 04:10:17 Feb 09, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:55:37 Sep 20, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.647
  exclusion.robots: 0.089
  exclusion.robots.policy: 0.075
  esindex: 0.011
  cdx.remote: 43.212
  LoadShardBlock: 150.854 (3)
  PetaboxLoader3.datanode: 71.714 (4)
  PetaboxLoader3.resolve: 63.788 (2)
  load_resource: 60.286
*/