/* Reith.org Custom Bootstrap Theme by Como Creative LLC http://comocreative.com */

/* ---------- Global ------ */
body {
  	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
 	overflow-x: hidden;
	font-size: 20px;
	line-height: 1.25;
}
body, img { 
    -webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear; 
         -o-transition: all .2s linear; 
	        transition: all .2s linear; 
}
#page-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
#site-wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
}
.hide {
	display: none !important;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* ---------- Text ---------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
  	font-weight: 700;
}
h1 {
	text-transform: uppercase;
	font-size: 4em;	
}
h2 {
	text-transform: uppercase;
	font-size: 3em;	
}
h3 {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.33em;	
	font-weight: 400;
}
h4 {
	font-size: 1em;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}
h5 {
	font-size: 0.9em;
	margin: 0;
	padding: 0em 0 0.5em 0;
}
.section-head {
	padding-bottom: 0.5em;
}
p {
  	font-size: 1em;
	margin: 0;
	padding: 0 0 1em 0;
}
p.small {
  	font-size: 0.85em;
}
strong {
	font-weight: 400;
}
strong strong {
	font-weight: 700;
}
.dark * {
	color: #fff;
}
.light * {
	color: #2f2f2f;
	color: rgb(47,47,47);
}
.lower {
	text-transform: none;
}
.content ul li {
	line-height: 1.1em;
	margin-bottom: 0.5em;
}

/* ---------- Links ---------- */
a,a:hover,a:focus,a:active,a.active {
  	color: #fff;
  	outline: none;
}
.phoneLink,
.phoneLink:hover,
.phoneLink:focus,
.phoneLink:active {
	color: inherit !important;
	text-decoration: none !important;
	cursor: text !important;
}
.more-link {
	display: block;
	position: relative;
	margin-top: 5px;
	font-size: 1em;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all 0.33s ease-in-out;
	   -moz-transition: all 0.33s ease-in-out;
		-ms-transition: all 0.33s ease-in-out;
	     -o-transition: all 0.33s ease-in-out;
	        transition: all 0.33s ease-in-out;
}
.more-link:hover,
.more-link:focus,
.more-link:active {
	font-weight: 700;
}
/*.more-link:before {
	display: block;
	float: left;
	content: " ";
	width: 50px;
	height: 2px;
	background: #fff;
	margin: 0.6em 5px 0 0;
	-webkit-transition: width 0.33s linear;
	   -moz-transition: width 0.33s linear;
		-ms-transition: width 0.33s linear;
	     -o-transition: width 0.33s linear;
	        transition: width 0.33s linear;
}
.more-link.active:before {
	width: 48%;
}*/
.more-link span {
	display: inline-block;
	max-width: 0;
	overflow: hidden;
	-webkit-transition: max-width 0.33s linear;
	   -moz-transition: max-width 0.33s linear;
		-ms-transition: max-width 0.33s linear;
	     -o-transition: max-width 0.33s linear;
	        transition: max-width 0.33s linear;
}
.more-link .more {
	max-width: 100px;
}
.more-link.active .more {
	max-width: 0;
}
.more-link.active .less {
	max-width: 100px;
}

/* ---------- Buttons ---------- */
.btn-outline {
  	color: white;
  	font-size: 20px;
  	border: solid 2px #fff;
  	background: transparent;
  	margin-top: 15px;
	min-width: 150px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  	background: #fff;
	color: #de654e;
	color: rgb(222,101,78);
	text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.light .btn-outline {
  	color: #2f2f2f;
	color: rgb(47,47,47);
  	border: solid 2px #2f2f2f;
	border: solid 2px rgb(47,47,47);
}
.light .btn-outline:hover,
.light .btn-outline:focus,
.light .btn-outline:active,
.light .btn-outline.active {
	background: #2f2f2f;
	background: rgb(47,47,47);
  	color: #fff;
}
.btn-outline.active {
	cursor: default;
}
.menu.small .btn-outline {
  	font-size: 0.75em;
  	border-width: 1px;
  	margin-top: 10px;
	min-width: 100px;
}

.btn-primary {
  	color: white;
  	background-color: #2C3E50;
	background-color: rgba(44,62,80,0.85);
  	border: none;
  	font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  	color: white;
  	background-color: #1a242f;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
 	background-color: #2C3E50;
  	border-color: #2C3E50;
}
.btn-primary .badge {
  	color: #2C3E50;
  	background-color: white;
}
.btn-success {
  	color: white;
  	background-color: #18BC9C;
  	border-color: #18BC9C;
  	font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  	color: white;
  	background-color: #128f76;
  	border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  	background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  	background-color: #18BC9C;
  	border-color: #18BC9C;
}
.btn-success .badge {
  	color: #18BC9C;
  	background-color: white;
}
.btn-social {
  	display: inline-block;
  	height: 74px;
  	width: 74px;
	min-width: 74px;
  	border: 2px solid white;
  	border-radius: 74px;
  	text-align: center;
  	font-size: 33px;
  	line-height: 66px;
	padding: 0;
}
.btn-social:hover,
.btn-social:focus,
.btn-social:active {
	color: #2f2f2f;
	color: rgb(47,47,47);
	text-shadow: none;
}
.btn:focus,
.btn:active,
.btn.active {
  	outline: none;
}
.scroll-top {
  	position: fixed;
  	right: 2%;
  	bottom: 2%;
  	width: 50px;
  	height: 50px;
  	z-index: 1049;
	display: none;
}
.scroll-top .btn {
  	font-size: 20px;
  	width: 50px;
  	height: 50px;
  	border-radius: 100%;
  	line-height: 28px;
}
.scroll-top .btn:focus {
  	outline: none;
}

/* ---------- Images ---------- */
.img-centered {
  	margin: 0 auto;
}
.img-left {
	float: left;	
}
.img-right {
	float: right;
}

/* ---------- Animations ---------- */
.show-on-scroll {
	-webkit-opacity: 0;
	   -moz-opacity: 0;
			opacity: 0;
}
.show-on-scroll.delay-show {
	-webkit-animation-delay: 0.5s;
	   -moz-animation-delay: 0.5s;
			animation-delay: 0.5s;
}

/* ---------- Processing Overlay ---------- */
#page-processing {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
	text-align: center;
	display: none;
}
#page-processing .fa {
	position: relative;
	margin-top: 17%;
	font-size: 275px;
	color: #fff;
}

/* ---------- Responsive iframes ---------- */
.iframe-rwd  {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	margin: 22px 0 10px 0;
	height: 0;
	overflow: hidden;
	-webkit-box-shadow:  1px 1px 3px 2px rgba(204, 204, 204, 0.65);
	-moz-box-shadow:  1px 1px 3px 2px rgba(204, 204, 204, 0.65);
    box-shadow:  1px 1px 3px 2px rgba(204, 204, 204, 0.65);
	behavior: url('/PIE/PIE.php');
}
.iframe-rwd iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---------- Forms ---------- */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	background: #FFFFFF;
	border: none !important;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em !important;
	font-weight: 300;
	color: #525252;
	line-height: 1.25;
	padding: 10px 50px 10px 16px;
	display: block;
	width: 100%;
	outline: none;
	-webkit-appearance: none;
	text-transform: none;
	-webkit-border-radius: 10px !important;
	   -moz-border-radius: 10px !important;
	     -o-border-radius: 10px !important;
			border-radius: 10px !important;
	   -webkit-transition: all 0.3s ease-in-out;
	      -moz-transition: all 0.3s ease-in-out;
	        -o-transition: all 0.3s ease-in-out;
	 		   transition: all 0.3s ease-in-out;
}
.dark input[type="text"],
.dark input[type="email"],
.dark input[type="tel"],
.dark textarea {
	color: #525252 !important;
}
input[type="text"]:hover,
textarea:hover {
}
textarea {
	margin: 0 0 3%;
	resize:none;
	height:180px;	
}
input[type="submit"] {
	font-family: 'Noto Sans', sans-serif;
	-webkit-appearance: none;
	cursor:pointer;
	color: #fff;
	background: #2F2F2F;
	border:none;
	outline:none;
	display: inline-block;
	padding: 15px 40px;
	font-size:1em;
	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
	     -o-border-radius:6px;
	        border-radius:6px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover {
	color: #fff;
	background: #2A80B9;
}	
.honeyPot {
	display: none;
}
.feedback {
	position: relative;
	width: 90%;
	margin: 1em auto;
	padding: 1em;
	text-align: center;
	display: none;
}
.feedback.positive .fa,
.feedback.negative .fa {
	font-size: 2em;
	font-weight: normal;
	float: left;
}
.feedback.positive {
	background: #eeffdd;
	background: rgb(238,255,221);
	color: #0099 33;
	color: rgb(0,153,51);
	border: 1px solid #009933;
	border: 1px solid rgba(0,153,51,0.75);
}
.feedback.negative {
	background: #ffe3dd;
	color: #ff0000;
	border: 1px solid #cc3333;
	border: 1px solid rgba(204,51,51,0.75);
}
.processing {
	color: #fff;
}
.formError {
	font-size: 0.75em;
	color: red;
}
.formError:before {
	display: inline-block;
	font-family: 'FontAwesome';
	content: "\f071";
	padding-right: 5px;
}

/* ---------- Main Nav ---------- */
.navbar-custom {
  	border: none;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
	   -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
			box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
}
.navbar-custom a:focus {
  	outline: none;
}
.navbar-custom .navbar-brand {
	position: relative;
	float: left;
  	color: #fff;
	padding: 0;
	margin: 10px 0;
	width: auto;
	max-width: 300px;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active {
	cursor: pointer;
}
.navbar-custom .navbar-brand img {
  	position: relative;
	height: 100%;
	width: auto;
	margin: 0 !important;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  	color: #fff;
}
.navbar-custom .navbar-nav {
  	letter-spacing: 1px;
	margin-top: 0;
}
.navbar-custom .navbar-nav li a {
  	font-weight: 400;
	color: #fff;
	line-height: 50px;
}
.navbar-custom .navbar-nav li a:hover {
  	background: rgba(140,49,32,0.75);
	color: #fff;
  	outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  	color: #fff;
}
.navbar-custom .navbar-nav li.active a {
  	color: #fff;
  	background: #18BC9C;
	background: rgba(140,49,32,0.25);
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  	color: white;
  	background: #18BC9C;
	background: rgba(140,49,32,0.25);
}

/* Navbar Dropdown */
.navbar-custom .dropdown-menu {
	left: 0;
}
/*.dropdown {
/*.dropdown {
	overflow: hidden;
}
.dropdown:hover,
.dropdown:focus,
.dropdown:active {
	overflow: visible;
}*/
.navbar-custom .dropdown-menu {
	display: block;
	overflow: hidden;
	right: auto;
	max-height: 0;
	padding: 0;
	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
    	-ms-transition: all 0.3s ease-in-out;
    	 -o-transition: all 0.3s ease-in-out;
    		transition: all 0.3s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.navbar-custom .dropdown:hover > .dropdown-menu,
.navbar-custom .dropdown:focus > .dropdown-menu,
.navbar-custom .dropdown:active > .dropdown-menu,
.navbar-custom .dropdown.expand > .dropdown-menu {
	overflow: visible;
	max-height: 3000px;
	max-width: 3000px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* Navbar Toggle */
.navbar-custom .navbar-toggle {
	position: relative;
  	background: none !important;
	width: 60px;
  	height: 50px;
  	margin: 18px 10px 10px 15px;
  	-webkit-transform: rotate(0deg);
  	   -moz-transform: rotate(0deg);
  		 -o-transform: rotate(0deg);
  			transform: rotate(0deg);
  	-webkit-transition: .5s ease-in-out;
  	   -moz-transition: .5s ease-in-out;
  	     -o-transition: .5s ease-in-out;
  		    transition: .5s ease-in-out;
  	cursor: pointer;
	border: none;
}
.navbar-custom .navbar-toggle .icon-bar {
  	display: block;
  	position: absolute;
  	height: 5px;
  	width: 100%;
  	background: #8c3120;
	background: rgb(140,39,32);
  	border-radius: 5px;
  	opacity: 1;
  	left: 0;
  	-webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
  	  	    transform: rotate(0deg);
  	-webkit-transition: .25s ease-in-out;
  	   -moz-transition: .25s ease-in-out;
 	     -o-transition: .25s ease-in-out;
  		    transition: .25s ease-in-out;
}
.navbar-custom .navbar-toggle:hover .icon-bar,
.navbar-custom .navbar-toggle:focus .icon-bar,
.navbar-custom .navbar-toggle:active .icon-bar {
  	background: #fff;
}
.navbar-custom .navbar-toggle .icon-bar:nth-child(1) {
  	top: 0px;
}
.navbar-custom .navbar-toggle .icon-bar:nth-child(2) {
  	top: 14px;
}
.navbar-custom .navbar-toggle .icon-bar:nth-child(3) {
  	top: 32px;
}
.navbar-custom .navbar-toggle.open .icon-bar:nth-child(1) {
  top: 21px;
  -webkit-transform: rotate(135deg);
  	 -moz-transform: rotate(135deg);
  	   -o-transform: rotate(135deg);
  		  transform: rotate(135deg);
}
.navbar-custom .navbar-toggle.open .icon-bar:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.navbar-custom .navbar-toggle.open .icon-bar:nth-child(3) {
  top: 17px;
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
  	   -o-transform: rotate(-135deg);
  		  transform: rotate(-135deg);
}

/* ---------- Content Menus ---------- */
.content .menu {
	margin: 2em 0 1em 0;
	padding: 0;
	list-style: none;
	-webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
	     -o-transition: all 1s ease-in-out;
	        transition: all 1s ease-in-out;
}
.content .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

/* ---------- Page Sections ---------- */
.ss-container .container.content {
}
.bg-red {
	background: #de654e;
	background: rgb(222,101,78);
}
.bg-lt-blue {
	background: #6495ed;
	background: rgb(100,149,237);
}
.bg-dk-blue {
	background: #191970;
	background: rgb(25,25,112);
}
.bg-dk-grey {
	background: #2f2f2f;
	background: rgb(47,47,47);
}
.bg-lt-grey {
	background: #ebebea;
	background: rgb(235,235,235);
}
.bg-yellow {
	background: #f4ba46;
	background: rgb(244,186,70);
}
.home-section h2 {
  	margin: 0;
  	font-size: 3em;
}

/* ---------- Skewed Backgrounds ---------- */
.bg-skew {
  	height: 65%;
  	transform: skew(0deg, -2deg);
  	margin-top: -50px; 
}
.bg-skew .main {
  	transform: skew(0deg, 2deg);
  	padding: 250px 0 250px 0;
	min-height: 600px;
}

/* ---------- Slide-in Content ---------- */
.ss-container {
}
.ss-container:before {
    position: absolute;
    width: 4px;
    top: 0px;
    left: 50%;
	margin-left: -2px;
    content: '';
    height: 100%;
}
.ss-row {
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    padding: 30px 0;
}
.ss-left, .ss-right {
    position: relative;
	float: left;
}
.ss-left {
    z-index: 901;
}
.ss-right {
    z-index: 900
}
.ss-left .img-right {
	float: right;	
	margin-right: -15px;
}
.ss-right .img-left {
	float: left;
	margin-left: -15px;
}
#guitars .ss-left .img-right {
	margin-right: -107px;
}
#guitars .ss-right .img-left {
	margin-left: -107px;
}
#todd-angela .ss-left {
    z-index: 900;
	/*margin-right: -3px;*/
}
#todd-angela .ss-right {
    z-index: 901;
	/*margin-left: -3px;*/
}
#todd-angela .ss-left .img-right {
    margin-right: -17px;
}
#todd-angela .ss-right .img-left {
    margin-left: -17px;
}

/* ---------- Dynamic Content ---------- */
.default-content,
.dynamic-content {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
	    -ms-transition: all 1s ease-in-out;
		 -o-transition: all 1s ease-in-out;
	        transition: all 1s ease-in-out;
}
.default-content.active,
.dynamic-content.active {
	width: 100%;
	max-height: 9000px;
	-webkit-transition: all 0.75s ease-in-out;
	   -moz-transition: all 0.75s ease-in-out;
		-ms-transition: all 0.75s ease-in-out;
	     -o-transition: all 0.75s ease-in-out;
	        transition: all 0.75s ease-in-out;
}

/* ---------- Dynamic Slideshows ---------- */
.carousel-inner {
	background: #fff;
}
.carousel-control {
  	width: 10%;
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  	left: auto;
  	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.15) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.15) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.15)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.15) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  	margin-top: -30px;
}
.carousel-control .icon-prev {
  	margin-left: -25px;
}
.carousel-control .icon-next {
  	right: 50%;
  	margin-right: -25px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  	font: normal normal normal 14px/1 FontAwesome;
	font-size: 50px;
}
.carousel-control .icon-prev:before {
  	content: '\f104';
}
.carousel-control .icon-next:before {
  	content: '\f105';
}
.carousel-indicators {
  	position: absolute;
  	bottom: 0;
  	left: 50%;
  	z-index: 15;
  	width: 90%;
  	margin-left: -45%;
  	padding-left: 0;
  	list-style: none;
  	text-align: center;
}
.carousel-indicators li {
  	display: inline-block;
  	width: 10px;
  	height: 10px;
  	margin: 2px;
  	text-indent: -999px;
  	border: none;
  	border-radius: 10px;
  	cursor: pointer;
  	background-color: #000 \9;
  	background-color: rgba(0, 0, 0, 0.25);
}
.carousel-indicators li:hover,
.carousel-indicators li:focus,
.carousel-indicators li:active {
  	background-color: #000 \9;
  	background-color: rgba(0, 0, 0, 0.5);
}
.carousel-indicators .active {
  margin: 2px;
  width: 10px;
  height: 10px;
  background-color: #fff;
}

/* ---------- Dynamic Subcontent ---------- */
.show-subcontent.active {
	font-weight: 700;
}
.dynamic-subcontent {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
	    -ms-transition: all 1s ease-in-out;
		 -o-transition: all 1s ease-in-out;
	        transition: all 1s ease-in-out;
}
.dynamic-subcontent.active {
	max-height: 9000px;
}

/* ---------- About Section ---------- */
#about {
}
#about .main {
	padding-top: 250px;
}
.exp-collapse {
	margin: -0.5em 0 0 1em;
	padding-bottom: 1.5em;
}
#resume h4 {
	margin-top: 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255,255,255,0.25);
}
#resume h4.add-space {
	padding: 1em 0 0.5em 0;
}

/* ---------- Footer ---------- */
footer {
}
footer h3 {
  	margin-bottom: 30px;
}
footer .footer-above {
  	padding-top: 50px;
}
footer .footer-col {
  	margin-bottom: 50px;
}
footer .footer-below {
  	padding: 25px 0;
  	background-color: #233140;
	color: #D5D3D3;
}

/* ---------- Modal ---------- */
.modal.modal-slidshow {
	position: fixed !important
}
.modal.modal-slidshow {
}

/* --------- Responsive ---------- */
@media (max-width: 1280px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (max-width: 1185px) {
}
@media (max-width: 1024px) {
	#making-stuff .img-left[style] {
		max-width: 300px !important;
		height: auto !important;
		margin-top: 50px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (max-width: 992px) {
}
@media (min-width: 960px) {
}
@media (max-width: 960px) {
	.navbar-custom .navbar-nav li a {
		font-size: 0.85em;
		padding-left: 8px;
		padding-right: 8px;
	}	
	#making-stuff .img-right[style] {
		max-width: 120px !important;
		height: auto !important;
	}
	#making-stuff .img-left[style] {
		max-width: 250px !important;
		height: auto !important;
		margin-top: 75px;
		margin-left: -85px;
	}
	#reprap .img-right[style] {
		max-width: 120px !important;
		height: auto !important;
	}
	#reprap .img-left[style] {
		max-width: 250px !important;
		height: auto !important;
		margin-left: -85px;
	}	
}
@media (max-width: 940px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 768px) and (max-width: 800px) {
}
@media (max-width: 850px) {
}
@media (max-width: 800px) {
}
@media (min-width: 768px) {
	.mobile-only {
		display: none !important;
	}
	.navbar-custom,
	.navbar-custom * {
		-webkit-transition: all 0.20s ease-in-out;
		   -moz-transition: all 0.20s ease-in-out;
			-ms-transition: all 0.20s ease-in-out;
			 -o-transition: all 0.20s ease-in-out;
				transition: all 0.20s ease-in-out;
	}
	.navbar-custom {
    	padding: 25px 0;
    	-webkit-transition: padding 0.3s;
    	   -moz-transition: padding 0.3s;
			-ms-transition: padding 0.3s;
			 -o-transition: padding 0.3s;
    			transition: padding 0.3s;
  	}
  	.navbar-custom .navbar-brand {
    	font-size: 2em;
    	-webkit-transition: all 0.3s;
    	   -moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			 -o-transition: all 0.3s;
    			transition: all 0.3s;
 	}
}
@media (max-width: 768px) {
	#making-stuff .img-right[style] {
		margin-right: -30px;
	}
	#making-stuff .img-left[style] {
		margin-left: -60px;
	}
	#guitars .img-right[style] {
		margin-right: -135px;
	}
	#guitars .img-left[style] {
		margin-left: -80px;
	}
	#home-brewing .img-right[style] {
		margin-right: -35px;
	}
	#home-brewing .img-left[style] {
		margin-left: 15px;
	}
}
@media (min-width: 767px) {
	/*#portfolio .portfolio-item {
    	margin: 0 0 30px;
  	}*/
}
@media (max-width: 767px) {
	.hide-mobile {
		display: none !important;
	}
	.show-on-scroll.delay-show {
		-webkit-animation-delay: 0s;
		   -moz-animation-delay: 0s;
				animation-delay: 0s;
	}
	h1 {
		font-size: 3em !important;	
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	h2 {
		font-size: 2em !important;	
		margin-bottom: 0;
		padding-bottom: 10px;
	}		
	.section-head {
		padding-bottom: 10px;
	}
	.navbar-custom .navbar-brand {
    	float: right;
		margin-right: 15px;
 	}
	.side-collapse-container {
    	width: 100%;
   		position: relative;
     	left: 0;
      	-webkit-transition: left .4s ease-in-out;
		   -moz-transition: left .4s ease-in-out;
				transition: left .4s ease-in-out;
   	}
  	.side-collapse-container.out{
   		left: 250px;
		-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
	   	   -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
				box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
   	}
  	.side-collapse {
   		top: 70px;
    	bottom: 0;
      	left: 0;
      	width: 250px;
      	position: fixed;
      	overflow-x: hidden;
		overflow-y: visible;
      	-webkit-transition: left .4s ease-in-out;
		   -moz-transition: left .4s ease-in-out;
				transition: left .4s ease-in-out;
   	}
  	.side-collapse.in {
    	left: -250px;
  	}
	.navbar-custom .dropdown-menu {
		display: none !important;
	}
	section {
    	padding: 0 0;
  	}
  	section.first {
    	padding-top: 0;
  	}
	
	.bg-skew .main {
		padding: 100px 0 150px 0;
	}
	.img-toon[style],
	#making-stuff .img-toon[style],
	#making-stuff .img-left[style],
	#making-stuff .img-right[style]{
		height: 350px !important;
		width: auto !important;
	} 
	#about .main {
		padding-top: 150px;
	}
	#about .img-right {
		display: block;
		float: none;
		margin: 0 auto;
	}
	#making-stuff .img-right[style] {
		margin-top: 0;
		margin-right: -15px;
	}
	#making-stuff .img-left[style] {
		margin-top: 0;
		margin-left: -15px;
	}
	#guitars .img-right[style] {
		margin-right: -90px;
	}
	#guitars .img-left[style] {
		margin-left: -90px;
	}
	#home-brewing .img-right[style] {
		margin-right: -65px;
	}
	#home-brewing .img-left[style] {
		margin-left: 45px;
	}
	#todd-angela .ss-left .img-right {
		margin-right: -10px;
	}
	#todd-angela .ss-right .img-left {
		margin-left: -24px;
	}
}
@media (max-width: 740px) {
}
@media (max-width: 720px) {
}
@media (max-width: 680px) {
}
@media (max-width: 568px) {
	#making-stuff .img-left[style] {
		margin-left: -75px;
	}
}
@media (max-width: 480px) {
	/*h1 {
		font-size: 2.5em !important;	
	}
	h2 {
		font-size: 2em !important;	
	}*/
	.img-toon[style],
	#making-stuff .img-toon[style],
	#making-stuff .img-left[style],
	#making-stuff .img-right[style]{
		height: 300px !important;
		width: auto !important;
	} 
	#making-stuff .img-left[style] {
		margin-left: -100px;
	}
	#guitars .img-right[style] {
		margin-right: -60px;
	}
	#guitars .img-left[style] {
		margin-left: -75px;
	}
}
@media (max-width: 460px) {
	h1 {
		font-size: 2.5em !important;	
	}
	h2 {
		font-size: 2em !important;	
	}
	#making-stuff .img-left[style] {
		margin-left: -80px;
	}
}
@media (max-width: 430px) {
	#making-stuff .img-left[style] {
		margin-left: -80px;
	}
}
@media (max-width: 375px) {
	h1 {
		font-size: 2em !important;	
	}
	h2 {
		font-size: 1.5em !important;	
	}
	#making-stuff .img-left[style] {
		margin-left: -75px;
	}
}
@media (max-width: 320px) {
	/*h1 {
		font-size: 1.5em !important;	
	}
	h2 {
		font-size: 1.25em !important;	
	}*/
	#making-stuff .img-left[style] {
		margin-left: -65px;
	}
	#making-stuff .img-right[style] {
		margin-right: -40px;
	}
}

