/* Lightbox Styles
*************************************/

/*Lightbox General*/
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px 15px;
	width: auto;
	width: 580px;
	max-width: 100%;
	margin: 20px auto;
	-webkit-box-shadow: 0px 0px 16px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 16px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 16px -8px rgba(0,0,0,0.75);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
.lightbox-content-container, .related-services-container{
	width: 550px;
	max-width: 100%;
	margin: auto;
}
/*Right & Left container*/
.white-popup.right {
	margin-right: 10%;
}
.white-popup.left {
	margin-left: 10%;
}

/*Iframe state*/
.white-popup.iframe-state{
	width: 90%;
	margin: 40px auto 0 !important;
	padding-top: 55px;
	margin-top: 40px;
	-webkit-transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}
.white-popup.iframe-state .lightbox-content-container, .white-popup.iframe-state .related-services-container, .white-popup.iframe-state h3, .white-popup.iframe-state .lightbox-cta-container{
	display: none;
}

/*Find out more iframe*/
.find-out-more-iframe iframe{
	width: 100%;
	opacity:0;
	display: none;
	min-height: 800px;
}
.iframe-state .find-out-more-iframe iframe{
	opacity:1;
	display: block;
}

/*Iframe Box close btn*/
.iframe-box-close:after{
	content: '';
	position: absolute;
	left:0;
	right:0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	pointer-events: auto;
}

/*Typography*/
.white-popup > h3{
	font-size: 34px;
	line-height: 34px;
	color: rgb(153, 153, 153);
	margin-bottom: 15px;
	margin-top: 0;
}
.lightbox-content-container button.red-btn{
	max-width: 380px;
	margin: auto;
	display: block;
}
/*Content Container*/
.lightbox-content-container{
	border-bottom: 1px solid rgb(229, 229, 229);
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.lightbox-content-container.no-border{
	border-bottom: none;
	margin-bottom: 0;
}
/*Embeded*/
.lightbox-content-container .embed-responsive{
	margin-bottom: 30px;
}
/*Two Cols*/
.two-col-container{
	margin-bottom: 25px;
}
.header-image-container{
	margin-bottom: 20px;
}
.header-image-container img{
	display: inline-block;
	margin-right: 5px;
}
.header-image-container h2{
	display: inline-block;
	margin-right: 5px;
	font-size: 30px;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: -10px;
	margin-top: 0px;
	vertical-align: middle;
}
/*Related Services Container*/
.related-services-container{
	padding: 0px 60px;
	border-bottom: 1px solid rgb(229, 229, 229);
	margin-bottom: 20px;
}
.related-services-container h3{
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
}
.related-items-container.two{
	width: 210px;
	margin: auto;
}
.related-items-container .related-items{
	display: inline-block;
	width: 100px;
	text-align: center;
	min-height: 125px;
	vertical-align: top;
	max-height: 115px;
	cursor: pointer;
}
.related-items-container .related-items p{
	font-size: 10px;
	line-height: 12px;
	margin-top: 5px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.related-items-container .related-items img{
	border-radius: 50%;
	border: 2px solid rgb(213, 61, 48);
	-webkit-transition : all 500ms ease-out;
	-moz-transition : all 500ms ease-out;
	-o-transition : all 500ms ease-out;
	transition : all 500ms ease-out;
}
.related-items-container .related-items.selected{
	cursor:initial;
}
.related-items-container .related-items.selected img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(60%);
	border-color: #f2e2e2;
	-webkit-transition : all 500ms ease-out;
	-moz-transition : all 500ms ease-out;
	-o-transition : all 500ms ease-out;
	transition : all 500ms ease-out;
}

/* Custom Page Breakpoints
*************************************/
@media only screen and (max-width: 1366px){
	.white-popup.right {
		margin-right: 5%;
	}
	.white-popup.left {
		margin-left: 5%;
	}
}
@media only screen and (max-width: 768px){
	/*Two Cols Container*/
	.two-col-container > div {
		text-align: center;
	}
	.header-image-container {
	    margin-bottom: 10px;
	}
	.related-services-container {
	    padding: 10px;
	}
}
@media only screen and (max-width: 580px){
	.white-popup.iframe-state{
		padding: 20px 5px;
	}
	.white-popup.right {
		margin-right: 0;
	}
	.white-popup.left {
		margin-left: 0;
	}
}
@media only screen and (max-width: 480px){

	/*Typography*/
	.white-popup > h3 {
	    font-size: 28px;
	    line-height: 28px;
	    margin-bottom: 10px;
	}
	.header-image-container h2 {
	    font-size: 24px;
	    line-height: 26px;
	}
}

@media only screen and (max-width: 360px){
	
	.related-items-container{
		width: 210px;
		margin: auto;
	}
}