

/* Custom Elastislide Styling */
h2{
    color: #0e390e;
    font-weight:bold;
}
h3 {
    color: #0e390e;
    font-weight: bold;
}

div.c-wrapper{
    width: 96%; /* for example */
    margin: auto;
}
.yelowBtn{
    background-color:#ffde59;
}
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
width: 100%; /* use this, or not */
margin: auto;
}
.carousel-inner img {
  margin: auto;
}
.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);
}
 .input{
     color:black;
 } 
  
.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%); 
}
.img-red
{
    border:1px solid Red;
}
.header
{
/*    background-color:#f4af03;  */
    background-color:#cfbca8;
    position:fixed;
    top:0px;
    width:100%;
    color:#978a7f;
    height:40px;
    font-family:Lato Light;
    font-size:16pt;
}
.goldBack
{
    background-color:#f4af03;
}
.inheritColor
{
    color:inherit;
}
.footerbg {
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 95px;
	text-align: center;
	background-color:#e8e7e1;
	background-repeat:repeat-x;
}
.divider
{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid Black;
    width:95%;
}
.LatoFont
{
    font-family:Lato Light;
    font-size:14pt;
    color:inherit;
}
.LatoWhite
{
    font-family:Lato Light;
    font-size:14pt;
    color:white;
}
.Lato
{
    font-family:Lato Light;
    font-size:14pt;
    color:black;
}
#navbar
{
/*   background-color:#cfbca8;*/ 
    color:#978a7f;
    border:10 solid #cfbca8;
    
}
#headNav
{
/*    background-color:#cfbca8;*/
    color:#978a7f;
}
#otherStuff
{
    padding-top:420px;
    font-family:Lato Light;
}
#aboutStuff
{
    padding-top:100px;
    font-family:Lato Light;
    font-size:12pt;
}
#myCarousel
{
    padding-top:2%;
    
}

.RobVideoFrame
{
    height:315px;
    width:560px;
}
.testimonialFrame
{
    height:315px;
    width:560px;
}
.OurPeopleFrame
{
    height:20px;
    width:50px;
}
@media screen and (max-width: 1100px) 
{ .RobVideoFrame
  {
      height:232px;
      width:420px;
  }
  .testimonialFrame
  {
      height:232px;
      width:420px;
  }
}
@media screen and (max-width: 650px) 
{ .RobVideoFrame
  {
      height:158px;
      width:280px;
  }
  .testimonialFrame
  {
      height:158px;
      width:280px;
  }
}

@media screen and (max-width: 500px) 
{ .testimonialFrame
  {
      height:105px;
      width:153px;
  }
  .OurPeopleFrame
  {
      width:125px;
      height:122px
  }
} 
.courseButton
{
    "background-color:#f6e1ad; 
    border:1px solid #8a7c73; 
    border-right:1px solid white; 
    border-top:1px solid white;
    color:#8a7c73;
    width:250px;
}

 #TeacherTrainingSmall
  {
      display:none;
  }
@media screen and (max-width: 1020px) 
{ #TeacherTraining
  {
      display:none;
  }
  #TeacherTrainingSmall
  {
      display:block;
  }
}
#ResourcesSmall
{
    display:none;
}
@media screen and (max-width: 740px)
{
    #ResourcesTable
    {
        display:none;
    }
    #ResourcesSmall
    {
        display:block;
    }
}
@media screen and (max-width: 990px) {
    #productImageBar {
        display: none;
    }
    #level1Flow1{
    display:none;
    }
    #level1Flow1Booking
    {
        display:none;
    }
    #level1Flow1Flyers
    {
        display:none;
    }
    #level2Flow
    {
        display:none;
    }
    #level2FlowBooking
    {
        display:none;
    }
    #level3Flow
    {
        display:none;
    }
    #level3FlowBooking
    {
        display:none;
    }
     #level4Flow
    {
        display:none;
    }
    #level4FlowBooking
    {
        display:none;
    }
    #UoA
    {
        display:none;
    }
    #SpecialEvents
    {
        display:none;
    }
    #StartedElsewhere
    {
        display:none;
    }
    #BFC
    {
        display:none;
    }
    #level2Header
    {
        display:none;
    }
    #leve3Header
    {
        display:none;
    }
    #level4Header
    {
        display:none;
    }
}
@media screen and (max-width: 850px) 
{ #otherStuff
  {
      padding-top:550px;
  }
 #myCarousel
{
    padding-top:2%;
    
}
}

@media screen and (max-width: 460px) 
{ #otherStuff
  {
      padding-top:450px;
  }
 #myCarousel
{
    padding-top:2%;
    
}
}

.borderBlue
{
    border:1px solid Blue;
}



.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;
	}
}
