/*
Theme Name: Northern Indiana Hand Theme
Theme URI: extremaltech.com
Description: A custom theme for Northern Indiana Hand and Wrist
Author: Brendan Mahon
Author URI: extremaltech.com
Version: 1.0
Tags: responsive, bootstrap, parallax
*/

@import url("http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");
@import url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css");

.topper {
  display: flex;
  align-items: flex-end;
}

body {
        margin-left:20px;
	margin-right:20px;
	font: 400 15px Lato, sans-serif;
	line-height: 1.8;
	/*color: #818181;*/
	color: #005030;
	background-color: #FFF;
	padding-top:120px;
} 
.carousel-inner img { 
    width:100%;
   /* margin:auto;*/
}

.carousel-inner .item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size:cover;
    width:100%;
}
.carousel .home-carousel-left {
    left:0;
    margin-left:0px;
    background-color:rgba(0, 0, 0, 0.9);
    color:#005030;
    font-size: 50px;
    height: 110px;
    line-height: 110px;
    margin-top: -55px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
    z-index: 999;
    webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.carousel .home-carousel-right {
    right:0;
    margin-right:0px;
    background-color:rgba(0, 0, 0, 0.9);
    color:#005030;
    font-size: 50px;
    height: 110px;
    line-height: 110px;
    margin-top: -55px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
    z-index: 999;
    webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}





/*=========Carousel animation==========*/
.carousel .item h1, 
.carousel .item h2, 
.carousel .item p, 
.carousel .item .learn-more-button{
    opacity:0;
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
}

.carousel-caption {
    opacity:0;
}

.carousel .item.active .carousel-caption{
    opacity:1;
}

.carousel .item .carousel-caption{
    -webkit-transition: all 0.5s ease-in-out 0.05s;
    -moz-transition: all 0.5s ease-in-out 0.05s;
    -ms-transition: all 0.5s ease-in-out 0.05s;
    -o-transition: all 0.5s ease-in-out 0.05s;
    transition: all 0.5s ease-in-out 0.05s;
}

.carousel .item h1{
    -webkit-transition: all 0.5s ease-in-out 0.15s;
    -moz-transition: all 0.5s ease-in-out 0.15s;
    -ms-transition: all 0.5s ease-in-out 0.15s;
    -o-transition: all 0.5s ease-in-out 0.15s;
    transition: all 0.5s ease-in-out 0.15s;
}

.carousel .item.active h1, 
.carousel .item.active h2, 
.carousel .item.active p, 
.carousel .item.active .learn-more--button, 
.carousel .item.active img{
    opacity:1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.carousel .item h2{
    -webkit-transition: all 0.5s ease-in-out 0.30s;
    -moz-transition: all 0.5s ease-in-out 0.30s;
    -ms-transition: all 0.5s ease-in-out 0.30s;
    -o-transition: all 0.5s ease-in-out 0.30s;
    transition: all 0.5s ease-in-out 0.30s;
}

.carousel .item p{
    -webkit-transition: all 0.5s ease-in-out 0.45s;
    -moz-transition: all 0.5s ease-in-out 0.45s;
    -ms-transition: all 0.5s ease-in-out 0.45s;
    -o-transition: all 0.5s ease-in-out 0.45s;
    transition: all 0.5s ease-in-out 0.45s;
}

.carousel .item .learn-more-button {
    -webkit-transition: all 0.5s ease-in-out 0.65s;
    -moz-transition: all 0.5s ease-in-out 0.65s;
    -ms-transition: all 0.5s ease-in-out 0.65s;
    -o-transition: all 0.5s ease-in-out 0.65s;
    transition: all 0.5s ease-in-out 0.65s;
    display:inline-block;
}








.carousel-caption {
left: 60px;
right: 60px;
bottom: 20%;
min-width: 250px;
max-height:300px;
right:65%;
font-size: 15px;
text-align: left;
color: #FFF;
text-shadow: none;
/*margin-top: -100px;*/
background-color:rgba(125,125,125,0);
padding:10px;
border-radius:15px;
}

.carousel-caption h1 {
    font-size:32px;
    text-shadow: 2px 2px 3px #222222; 
    line-height:27px;
    letter-spacing:2px;
    font-weight:300;
    margin:0px 0px 10px;
    color: #fff;
}

.carousel-caption h2 {
    /*font-size:45px;*/
    font-weight:600;
    text-shadow: 2px 2px 3px #222222; 
    /*letter-spacing:2px;
    margin-bottom:15px;*/
    color: #fff;
}
.carousel-caption > p {
    font-size:16px;
    font-weight:normal;
    font-weight:500;
    margin-top:0px;
    text-shadow: 2px 2px 3px #222222; 
    /*letter-spacing:2px;*/
    color: #fff;
}
.carousel-caption > h1 > a {
text-shadow: 2px 2px 3px #222222;
    color: #fff;
    text-decoration:none;
}
.carousel-caption > h2 > a {
text-shadow: 2px 2px 3px #222222;  
  color: #fff;
    text-decoration:none;
}
.carousel-caption > h3 > a {
text-shadow: 2px 2px 3px #222222;  
  color: #fff;
    text-decoration:none;
}
.carousel-caption > h4 > a {
text-shadow: 2px 2px 3px #222222; 
   color: #fff;
    text-decoration:none;
}
.carousel-caption > p > a {
text-shadow: 2px 2px 2px #222222;
    color: #fff;
    text-decoration:none;
}
.carousel-caption .btn.btn-primary {
    margin-top:25px;
}

.carousel {
    margin-left:-20px;
    margin-right:-20px;
}
.carousel-indicators li {
	border-color: #005030;
}
.carousel-indicators li.active {
	background-color: #005030;
}



.home-image{
    filter:grayscale(0%);
    -webkit-filter: grayscale(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;
}

.home-image:hover{
    filter:grayscale(100%);
    -webkit-filter: grayscale(100%);
}
/* .gm-style, .huge_it_google_map_* */
.huge_it_google_map_container {
	width:100%;
	height:350px; 
	max-height:350px;
	overflow: hidden;
}

.panel-home {
        padding: 20px;
	border: 1px solid #005030; 
	border-radius:15!important;
	transition: box-shadow 0.5s;
}
.panel-cc {
        padding: 0px;
	border: 1px solid #005030; 
	border-radius:15!important;
	transition: box-shadow 0.5s;
}
.panel:hover {
	box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.faq {
   padding: -20px;
}
.navbar {
	margin-bottom: 0;

    background-color: #D4D3CF; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white,#D4D3CF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white,#D4D3CF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white,#D4D3CF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white,#D4D3CF); /* Standard syntax */

	z-index: 9999;
	border: 0;
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 4px;
	border-radius: 0;
	font-family: Montserrat, sans-serif;
}
.navbar li a {
        color: #005030 !important;
	font-size:14px;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #005030 !important;
	background-color: #fff !important;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #005030 !important;
}                                        
.open > .dropdown-toggle{
        background-color: #f6f6f6 !important;
        color: #005030 !important;
}
.dropdown-menu {
        background-color: #DAD7CF !important;
}
.dropdown-menu > li > a{
        font-size: 13px;
}
.menu-item {
    padding: 0px;
}
footer .glyphicon {
	font-size: 20px;
	margin-bottom: 20px;
	color: #005030;
}
#footerjumbotron {
    background-color: #005030;
}
#footerjumbotron p {
    color: #fff;
}
.slideanim {
	visibility:hidden;
}

.slide {
	animation-name: slide;
	-webkit-animation-name: slide;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	visibility: visible;
}

/*
@keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	} y
	100% {
		opacity: 1;
	-webkit-transform: translateY(0%);
	}
}
@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
*/

.navbar ul li ul.children {
	display:none;
}
.navbar ul li:hover ul.children {
	text-align:right;
	display:block;
	position:relative;
	top: 0px;
	margin: 0;
	width: auto;
	height: auto;
	list-style: none;
}
.navbar ul li ul.children li {
	float:none;
	width:auto;
	height: auto;
	border:0;
	border-color:transparent;
	color: #fff !important;
	background-color:#005030;
	font-size: 15px;
}

.page_item li a, .page_item {
       color: #DFDED9 !important;
}
.page_item ul li ul.children li:hover, .page_item ul li ul.children li.active {
	color: #fff !important;
	background-color: #005030 !important;
}
.navbar-default .navbar-toggle {
	border-color: #005030;
	color: #005030 !important;
}
.icon-bar {
   background-color: #005030 !important;
}
.btn-primary {
  color: #005030;
  background-color: #DFA43E;
  border-color: #005030;
  white-space:normal !important;
  word-wrap:break-word;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #DFA43E;
  background-color: #005030;
  border-color: #DFA43E;
}
.well {
    padding: 20px;
}
.home-well {
    padding: 5px;
}
.home-well h3{
    font-size:13px;
}
.home-well p{
    font-size:15px;
    padding: 10px;
}
.home-well a{
    font-size:15px;
    padding: 10px;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
h4.anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}