/* Custom Elastislide Styling */
@font-face {
    font-family: 'BenguiatGotBkBTBold';
    src: url('bengothb-webfont.eot');
    src: url('bengothb-webfont.eot?#iefix') format('embedded-opentype'),
         url('bengothb-webfont.woff') format('woff'),
         url('bengothb-webfont.ttf') format('truetype'),
         url('bengothb-webfont.svg#BenguiatGotBkBTBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DomCasualBTRegular';
    src: url('domcasi-webfont.eot');
    src: url('domcasi-webfont.eot?#iefix') format('embedded-opentype'),
         url('domcasi-webfont.woff') format('woff'),
         url('domcasi-webfont.ttf') format('truetype'),
         url('domcasi-webfont.svg#DomCasualBTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

img.img-hover{
    opacity:0.4;
    background-color:antiquewhite
}
div.c-wrapper{
    width: 96%; /* for example */
    margin: auto;
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
width: 100%; /* use this, or not */
margin: auto;
}
.carousel-inner img {
  margin: auto;
}
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
    height:600px;
}

/*
.img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
/*  	-moz-transition: all .3s ease; /* Firefox */
/*  	-o-transition: all .3s ease; /* IE 9 */
/*  	-ms-transition: all .3s ease; /* Opera */
/*  	transition: all .3s ease;
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
 /*   -moz-transform:scale(1.20); /* Firefox */
/*    -ms-transform:scale(1.20); /* IE 9 */
/*    -o-transform:translatZ(0) scale(1.20); /* Opera */
/*  transform:translatZ(0) scale(1.20);
}
*/

.grayscale {
    -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
    -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
    filter: brightness(1.10) grayscale(100%);
}

.header
{
/*    position:fixed;
    top:0px; */
    width:100%;
   
    height:130px;
}
.footerbg {

	background-repeat: repeat-x;
	width: 100%;
	height: 65px;
	text-align: center;
}
.alinkButton{
    font-family:Muli;
    font-size:13pt;
    color:black;
}
.rcorners200
{
    border-radius:25px;
    background:#f1d1df;
    padding:20px;
    width:170px;
    height:200px;
    border-bottom:1px solid black;
    border-right:1px solid black;
    text-align:left;
}
.rcorners300
{
    border-radius:25px;
    background:#f1d1df;
    padding:20px;
    width:270px;
    height:170px;
    border-bottom:1px solid black;
    border-right:1px solid black;
    text-align:left;
}
.rcorners500
{
    border-radius:25px;
    background:#f1d1df;
    padding:20px;
    width:380px;
    height:200px;
    border-bottom:1px solid black;
    border-right:1px solid black;
    text-align:left;
}
.rcorners600
{
    border-radius:25px;
    background:#f1d1df;
    padding:20px;
    width:570px;
    height:150px;
    border-bottom:1px solid black;
    border-right:1px solid black;
    text-align:left;
}
.rcorners700
{
    border-radius:25px;
    background:#f1d1df;
    padding:20px;
    width:700px;
    height:80px;
    border-bottom:1px solid black;
    border-right:1px solid black;
    text-align:left;
}
.rcorners700Fat
{
    border-radius:25px;
    background:#f1d1df;
    padding:20px;
    width:103%;
    height:200px;
    border-bottom:1px solid black;
    border-right:1px solid black;
    text-align:left;
}
.rcorners700FatTransparent
{
    padding:20px;
    width:730px;
    height:500px;
    text-align:left;
}
.rcorners300Grey
{
    border-radius:25px;
    background:#aeaaaa;
    padding:20px;
   width:270px;
    height:170px;
    border-bottom:1px solid black;
    border-right:1px solid black;
    text-align:left;
}
.rcorners200Grey
{
    border-radius:25px;
    background:#aeaaaa;
    padding:20px;
    width:100px;
    height:70px;
    border-bottom:1px solid black;
    border-right:1px solid black;
    text-align:left;
}
.imgcorners300
{
    border-radius:25px;
    width:230px;
    border:1px solid white;
}
.danglercorners300
{
    border-bottom-right-radius:25px;
    border-bottom-left-radius:25px;
    background:#f1d1df;
    padding:20px;
    width:230px;
    height:390px;
    text-align:left;
}



.Justify
{
    text-align:justify;
}
.borderRight
{
    border-right:1px solid black;
    border-top:1px solid Black;
    border-bottom:1px solid black;
    font-size:12pt;
}
.font-weight-bold
{
  /*  font-family:Sans-Serif; */
    font-weight:bold;
    font-size:14pt;
    text-align:justify;
}
@media screen and (max-width: 768px)
{
    .slideContainer{
        width:400px;
        padding-top:0px;
    }
}


#aboutStuff {
    padding-top: 10px;
}
@media screen and (max-width: 768px) {
    #productImageBar {
        display: none;
    }
}


@media screen and (max-width: 460px) 
{ 
  #aboutStuff
{
    padding-top:100px; 
    
}

 
}
@media screen and (max-width: 340px) 
{ 
  #imgNormal
  {
      padding-right:0px;
      width:100px;
  }

}

.NavButtons
{
    background-image:url(images/Background.png);
    width:179px;
    height:170px;
}
.BlueButtons
{
    background-image:url(../middle.gif);
    width:100px;
    height:55px;
    color:White;
    font-size:14pt
    
}


.slides
{
/*	background-color:#E3E3E3; */
	background-color:White;
	background-repeat:repeat-x;
/*	width:970px;
	color:#61116A; 
	color:#400c78;*/
	color:#3e0e74;
	font-size:13pt;
/*	font-family:BenguiatGotBkBTBold; */
	text-align:justify;
/*	 -moz-box-shadow: 10px 10px 20px #ae8ebd; /* for Firefox 3.5+ */
/*	    -webkit-box-shadow: 10px 10px 20px #ae8ebd; /* for Safari and Chrome */
/*	    filter: progid:DXImageTransform.Microsoft.Shadow(color='#ae8ebd', Direction=145, Strength=10);
	    box-shadow: 10px 10px 20px #ae8ebd;
	color:#3e0e74;	/* purple */

	border-left:solid 7px #ae8ebd;
	border-right:solid 7px #ae8ebd;
}
.demo-1 .elastislide-horizontal {
	padding: 10px 37px;
	border-radius: 10px/90px;
	box-shadow: 
		0 1px 3px rgba(0, 0, 0, 0.1), 
		inset -2px 0 3px 2px rgba(255, 255, 255, 0.6), 
		inset 2px 0 3px 2px rgba(255, 255, 255, 0.6), 
		inset -10px 0 10px 1px rgba(155, 155, 155, 0.1), 
		inset 10px 0 10px 1px rgba(155, 155, 155, 0.1);
}

.demo-1 .elastislide-wrapper:before,
.demo-1 .elastislide-wrapper:after{
	content: '';
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left:  20px;
	width: 50%;
	height: 20%;
	border-radius: 10px/90px;
	box-shadow: 0 15px 10px rgba(0,0,0,0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.demo-1 .elastislide-wrapper:after {
	right: 20px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.demo-2 .elastislide-vertical {
	max-width: 170px;
	padding: 37px 10px;
	border-radius: 90px/10px;
	box-shadow: 
		0 1px 3px rgba(0, 0, 0, 0.1), 
		inset -2px 0 3px 2px rgba(255, 255, 255, 0.6), 
		inset 2px 0 3px 2px rgba(255, 255, 255, 0.6), 
		inset 0 -10px 10px 1px rgba(155, 155, 155, 0.1), 
		inset 0 10px 10px 1px rgba(155, 155, 155, 0.1);
}

.demo-2 .elastislide-vertical:before {
	top: 30px;
	bottom: 30px;
	left: 0;
	right: 0;
	content: " ";
	position: absolute;
	z-index: -2;
	box-shadow: 0 0 15px rgba(0,0,0,0.6);
	border-radius: 20px/160px;
}

.demo-2 .elastislide-vertical:after {
	content: " ";
	position: absolute;
	z-index: -2;
}

.demo-3 .elastislide-horizontal {
	background-color: #000;
	padding: 30px 60px;
}

.no-touch .demo-3 .elastislide-horizontal {
	opacity: 0.8;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.no-touch .demo-3 .elastislide-horizontal:hover {
	opacity: 1;
}

.demo-3 .elastislide-wrapper nav span {
	background-color: #000;
}

.demo-3 .elastislide-carousel ul li a{
	padding: 0 10px;
}

.demo-3 .elastislide-carousel ul li a img {
	border-radius: 10px;
	border: none;
}

.demo-4 .elastislide-horizontal {
	background-color: transparent;
	border-radius: 20px 20px 0 0;
}

.demo-3 .elastislide-horizontal.elastislide-loading,
.demo-4 .elastislide-horizontal.elastislide-loading {
	background-image: url(../images/loading_dark.gif);
}

.demo-4 .elastislide-carousel ul li a{
	padding: 2px;
}

.demo-4 .elastislide-carousel ul li a img {
	border-radius: 10px;
	border: none;
	box-shadow: 0 1px 2px #000;
}

.demo-4 .elastislide-wrapper nav span {
	background-color: #666;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}

.demo-4 .image-preview img {
	border-radius: 0 0 20px 20px;
	max-width: 100%;
	display: block;
}

.demo-4 .elastislide-carousel ul li.current-img a img {
	box-shadow: 0 0 3px 2px rgba(62,235,255,0.8);
}

@media screen and (max-width: 460px) {
	.demo-3 .elastislide-horizontal {
		padding: 10px 40px;
	}
}
