/*popup autism*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
        z-index: 99999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
    height: 80%;
    overflow: scroll;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: calibri;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  
}
        .popup .content img{
            margin:5px;
            
        }
        .content p{color:#000;}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

/*popup autism end*/

.actlogo{
    width:30%;
    height: auto;
    float: left;
}
.actlogo-content{
    width:60%;
    height: auto;
    float: left;
    margin: 05% 0%;
    font-size: 1.2em;
}











.thumbnail {
  background: none;
  border: 0;
}

.carousel-control.left {
  background: none;
}

.carousel-control.right {
  background: none;
}

a.left.carousel-control {
  background: #770808;
  border: 1px solid #b9b9b9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 52px;
  margin: 50px 0 0 -50px;
  width: 52px;
}

a.right.carousel-control {
  background: #770808;
  border: 1px solid #b9b9b9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 52px;
  margin: 50px -50px 0 0;
  width: 52px;
}

.glyphicon.glyphicon-chevron-left {
  margin-top: -20px;
}

.glyphicon.glyphicon-chevron-right {
  margin-top: -20px;
  margin-right: -13px;
}

.glyphicon.glyphicon-chevron-left:before, .glyphicon.glyphicon-chevron-right:before  {
  color: #676767;
  font-size: 18px;
}

ol.carousel-indicators {
  margin-bottom: -100px;
}

ol.carousel-indicators li {
  background: #fff;
  border: 1px solid #b9b9b9;
}

ol.carousel-indicators li.active {
  background: #2980b9;
  border: 1px solid transparent;
}
.about-text{
    font-size: 25px;
    font-family: calibri;
    overflow: hidden;
}


form .textbox{
    width: 100%;
    margin: 5px;
    border-radius: 5px;
    border: 1px #999 solid;
    color: #000;
}

.babyberi-content{
    width: auto;
    height: auto;

    color: #fff;
    padding:15px;
    border-radius: 20px;
    font-size: 1.3em;
}

@media (max-width: 699px) and (min-width: 320px)  { 
    .carousel-control {
    padding-top:6%;
    width:5%;
}
    .text h3{
         text-align: center;
        font-size: 10px;
       
    }
}

@media (min-width: 768px) {
.carousel-control {
  /*  padding-top:8%;*/
    width:5%;
}
    .text h3{
         text-align: center;
        font-size: 15px;

    }
}

@media (min-width: 992px) {
    .carousel-control {
   /* padding-top:9%;*/
    width:5%;
}
    .text h3{
         text-align: center;
        font-size: 20px;

    }
}

@media (min-width: 1200px) { 
    .carousel-control {
    /*padding-top:10%;*/
    width:5%;
}
    .text h3{
         text-align: center;
        font-size: 18px;
        
    }
}

.thumbnail-press {
  max-width: 26%;
    float: left;
    margin: 4px;
    box-shadow: 3px 0px 15px #9e9d9d;
}

.italic { font-style: italic; }
.small { font-size: 0.8em; }

/** LIGHTBOX MARKUP **/

.lightbox-press {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox-press img {
	/** Pad the lightbox image */
	max-width: 100%;
	max-height: 90%;
	margin-top: 1%;
    -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lightbox-press:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
.lightbox-press:hover img{
    -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}



.thumbnail-act4autism {
  max-width: 25%;
    margin: 5px;
    border-radius: 10px;
}

.italic { font-style: italic; }
.small { font-size: 0.8em; }

/** LIGHTBOX MARKUP **/

.lightbox-act4autism {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox-act4autism img {
	/** Pad the lightbox image */
	max-width: 100%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox-act4autism:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

.Act4Autism{
    margin-top: 60px;
    text-align: left;
    font-family: calibri;
}

.Act4Autism p{
    
}

#tshirts{
	
	border:1px solid #999;
	margin:2px;
	text-align:center;
	font-weight:bold;
	font-size:20px;

}

#tshirts-form input[type='radio']{
	
	width: 100%;
    height: 22px;
}

#tshirts-form input[type='textbox']{
	
	width: 60%;
    height: 40px;
	margin:5px;
	padding:5px;
	background-color:#eee;
	border:1px #eee solid;
}



#tshirts-form select{
	width: 20%;
    height: 40px;
	margin:5px;
	padding:5px;
	background-color:#eee;
	border:1px #eee solid;
}

#tshirts-form input[type='submit']{
	
	width: 80%;
    height: 40px;
	margin:5px;
	padding:5px;
	background-color:#b10505;
	color:white;
	font-size:20px;
	border:1px #b10505 solid;
}