/* -- Start explicitcheck Each css Template -- */

#stacks_in_2explicit-modal *{
	box-sizing: border-box;
}



#stacks_in_2explicit-modal {
	display: none;
	position: fixed;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.90) !important;
	cursor: pointer;
	-webkit-animation: fadein 0.5s;
	animation: fadein 0.5s;
	z-index: 101001;
}



.stacks_in_2table{
	display: table;
	width: 100%;
	height: 100%;
}

.stacks_in_2cell{
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

#stacks_in_2explicit-modal .stacks_in_2modal {
	-webkit-animation: popin 0.3s;
	animation: popin 0.3s;
}






#stacks_in_2explicit-modal .stacks_in_2modal {
	display: block;
	max-width: 600px;
	background-color: rgba(255, 255, 255, 1.00);
	z-index: 1;
	position: relative;
	margin: auto;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 1px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 1px 10px 0px rgba(0, 0, 0, 0.75);
	overflow: hidden;
}



#stacks_in_2explicit-modal .stacks_in_2modal-title {
  font-size: 1.5em;
  font-weight: bold;
  background-color: rgba(255, 34, 75, 1.00);
  color: rgba(255, 255, 255, 1.00);
  padding: 10px;
  margin: 0;
  text-align: center;
}

.stacks_in_2modal-body {
  padding: 30px;
}


#stacks_in_2explicit-modal .stacks_in_2modal-footer {
	width: 80%;
	margin: 0 auto 20px auto;
}

.stacks_in_2column{
	float: left;
    width: 50%;
    text-align: center;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
}

.stacks_in_2column *{
    font-size: 1.5em !important;
}

.stacks_in_2no{
	background: rgba(255, 34, 75, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.stacks_in_2yes{
	background: rgba(152, 209, 113, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#stacks_in_2explicit-modal .stacks_in_2modal-footer:after {
    content: "";
    display: table;
    clear: both;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* -- End explicitcheck Each css Template -- */#stacks_in_5>.s3_row {
	margin: 0 -10px;
}

#stacks_in_5>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_5>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_5>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_5>.s3_row>.s3_column {
	padding: 0 10px;
}


	#stacks_in_5>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_5>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}







@media only screen and (max-width: 770px) {


	#stacks_in_5>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_5>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}



@media only screen and (max-width: 400px) {


	#stacks_in_5>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_5>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}



/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanVideos/
 * Support: support@1littledesigner.com
 * Version 1.1.0
 * Description: cleanVideo uses Chris Coyier's FitVids and tailors it for use in RapidWeaver
 */

/* HTML 5 Videos Only */

cleanVids_stacks_in_20 video {
    width: 100% !important;
    height: auto !important;
}/* Start Responsive Shim stack CSS code */.stacks_in_9shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_13shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanVideos/
 * Support: support@1littledesigner.com
 * Version 1.1.0
 * Description: cleanVideo uses Chris Coyier's FitVids and tailors it for use in RapidWeaver
 */

/* HTML 5 Videos Only */

cleanVids_stacks_in_14 video {
    width: 100% !important;
    height: auto !important;
}/* Start Responsive Shim stack CSS code */.stacks_in_16shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_19shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanVideos/
 * Support: support@1littledesigner.com
 * Version 1.1.0
 * Description: cleanVideo uses Chris Coyier's FitVids and tailors it for use in RapidWeaver
 */

/* HTML 5 Videos Only */

cleanVids_stacks_in_6 video {
    width: 100% !important;
    height: auto !important;
}