
.btn-ihw {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 4px solid;
    white-space: nowrap;

    color: #93EA62;
    background-color: white;
    border-color: #93EA62;

    padding: 5px 30px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.menu-button-style {
    box-shadow: 0 0 0 1px #A6CE39;
    -webkit-box-shadow:  0 0 0 1px #A6CE39;
}

.carousel-caption{
    font-size:1.5em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}
.carousel-caption, p, img{
    display: inline-block;
    vertical-align: middle;
}
.carousel-control .icon-next, .carousel-control .icon-prev{
    font-size:50px;
}
.carousel-caption{
   border-radius: 55px 55px 55px 55px;
    background: rgba(0,0,0,.2);
}

.caption{
    font-size:1.5em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
   margin-top: 15px;
   padding: 14px;
   border-radius: 35px 35px 35px 35px;
   background: rgba(0,0,0,.2);
}
.caption, p, img{
    display: inline-block;
    vertical-align: middle;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
