/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        /*cursor: pointer;*/
        background: #333;
        background: rgba(0, 0, 0, 0)
    }
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, .8)
    }
    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em
    }
    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 0px 0px 0;
        border-bottom: 0px;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 100%;
        background: #fff;
        cursor: auto;
        white-space: normal
    }
    .featherlight .featherlight-inner {
        display: block;
    }
    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #fff;
        background: rgba(255, 255, 255, .3);
        color: #000
    }
	.featherlight .featherlight-close-icon:hover{
        background: #1d89c1;
        color: #fff;
    }
	
	
	
	
	
    .featherlight .featherlight-image {
        width: 100%
    }
    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0
    }
    .featherlight iframe {
        border: 0
    }
    .featherlight * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media only screen and (max-width:991px) {
    .featherlight .featherlight-content {
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;
        padding: 0px 0px 0px 0px;
        border-bottom: 10px solid transparent
    }
	
	.featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height:30px;
        width: 30px;
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #fff;
        background: rgba(255, 255, 255, 1);
        color: #000;
		font-size:22px;
    }
	
	
	
}





/*//// AJAX POPUP STYLES ////////*/



	.cw-image-popup-container {
		margin: 0px auto; background: #fff; padding: 0;font-family: 'Open Sans', sans-serif; 
	}
	.cw-image-popup{
		width:100%;
		overflow:hidden;
		background: #fff;
	}
	.cw-image-popup-rightcol{background: #fff; padding:15px; }
	.cw-image-popup-leftcol{background: #000;  position:relative;}
	/*.cw-image-popup-leftcol img {
				width: 100%; max-width:640px; height: auto;
	}*/
	
	
	
	
	
	
	 .cw-image-popup-leftcol .cw-image-previous {
        position: absolute;
        z-index: 9999;
        top:50%;
        left: 0;
        height: 90px;
        width: 50px;
        cursor: pointer;
        text-align: center;
        background: #fff;
        background: rgba(255, 255, 255, .5);
        color: #fff;
		border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
		padding:35px 0 0;
    }
	.cw-image-popup-leftcol .cw-image-next {
        position: absolute;
        z-index: 9999;
        top:50%;
        right: 0;
        height: 90px;
        width: 50px;
        cursor: pointer;
        text-align: center;
        background: #fff;
        background: rgba(255, 255, 255, .5);
        color: #fff;
		border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
		padding:35px 0 0;
    }
	
	.cw-image-popup-leftcol .cw-image-previous .fa,
	.cw-image-popup-leftcol .cw-image-next .fa {
        font-size:20px;
		text-shadow: 0px 0px 2px #333;

    }
	
	
	.cw-image-popup-leftcol .cw-image-previous:hover,
	.cw-image-popup-leftcol .cw-image-next:hover {
        background: rgba(255, 255, 255, 0.9);

    }
	
	
	
	
	.cw-popup-image-container{ 
		background:#000; 
		float:none; 
		margin:0px;
		display:block;
		position:relative;
		overflow:hidden;
	} 
	.cw-popup-image-container img {
			position: absolute;
			left: 50%;
			top: 50%;
			height: 100%;
			width: auto;
			-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);		
	}
	
	
	.cw-popup-image-container .cw-image-pin-this {
			z-index:100;	
			position: absolute;
			top:24px;
			left:14px;
	}
	
	.cw-popup-image-container .cw-image-pin-this img {
			
			position: relative !important;
			z-index:100;
	}
	

	.cw-popup-image-container img.album-portrait{
		/*class assigned by jquery */
		width: 100%;
		height: auto;
		
	}
	.cw-popup-image-container img.album-landscape{
		/*class assigned by jquery */
	}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.cw-popup-comp-info{
		border-bottom:1px solid #d5d5d1;
		overflow:auto;
	}
	.cw-popup-comp-logo{ padding:5px; border:1px solid #d5d5d1; width:80px; height:80px; float:left; margin-bottom:20px;}
	.cw-popup-comp-logo img{ width:100%; height:auto;}
	.cw-popup-comp-title{ float:left; margin-left:20px; }
	.cw-popup-comp-title h3{ font-size:16px; color:#444444; font-weight:600; margin:10px 0px 0px 0px; padding:0px; }
	.cw-popup-comp-title p{font-family: 'Open Sans', sans-serif; font-size:14px;}
	
	
	.cw-popup-image-info{
		clear:both;
		border-bottom:1px solid #d5d5d1;
		padding-bottom:20px;
	}
	.cw-popup-image-info h3{ font-size:18px; color:#444444; font-weight:600; margin:20px 0px 0px 0px; padding:0px; }
	.cw-popup-image-info p{font-family: 'Open Sans', sans-serif; font-size:12px; margin:10px 0px;}
	
	
	.cw-popup-image-tags{ width:100%; overflow:hidden;}
	.cw-popup-image-tags .sm-btn-tags {
			border: 1px solid #d5d5d1;
			background-color: #d5d5d1;
			color: #fff !important;
			display: block;
			font-size: 11px !important;
			font-weight: 400;
			margin: 10px 10px 0px 0px;
			padding: 2px 4px;
			text-align: center;
			text-transform: lowercase;
			position:relative;
			float:left;
			border-radius:4px;
	}
	.cw-popup-image-tags .sm-btn-tags:hover {
			background-color: #a7a7a7;
			border: 1px solid #a7a7a7;
			text-decoration: none;
	}
	
	
	
	.cw-popup-other-images{
		padding-bottom:20px;
		border-bottom:1px solid #d5d5d1;
		float:none;
		overflow:auto;
		cursor:pointer;
		display:block;
	}
	

	.cw-popup-other-img{ 
		background:#d5d5d1; 
		width:65px; 
		height:65px; 
		float:left; 
		margin:0px 15px 15px 0px;
	
		display:block;
		position:relative;
		cursor: pointer;
		overflow:hidden;
	
	
	
	} 
	.cw-popup-other-img img {
			position: absolute;
			left: 50%;
			top: 50%;
			height: 100%;
			width: auto;
			-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
				
				
				
				
				
	}

	.cw-popup-other-img img.album-portrait{
		/*class assigned by jquery */
		width: 100%;
		height: auto;
		
	}
	.cw-popup-other-img img.album-landscape{
		/*class assigned by jquery */
	}
	.cw-popup-other-img:hover img{
		opacity: 0.50;
		filter: alpha(opacity=50);
	}

	
	
	
	.cw-popup-other-img-more{background:#d5d5d1; width:65px; height:65px; float:left; position:relative; display:block; cursor:pointer;}
	.cw-popup-other-img-more a, .cw-popup-other-img-more a:visited{ color:#ffffff; display:block;
	}
	.cw-popup-other-img-more .fa {font-size:20px; margin-top:24px; margin-left:24px;}
	
	.cw-popup-other-img-more:hover {background:#a7a7a7;}
	
	
	
	
	.cw-popup-other-images h4,
	.cw-popup-question-cta h4{ font-size:14px; color:#444444; font-weight:600; margin:10px 0px 20px 0px; padding:0px; }
	
	.cw-popup-question-cta{ clear:both;}
	
	.cw-popup-question-cta .sm-btn-info {
			border: 1px solid #00aad7;
			background: #fff;
			color: #00aad7 !important;
			display: block;
			font-size: 13px !important;
			font-weight: 400;
			margin: 0px 0px 10px 0px;
			padding: 4px 10px;
			text-align: center;
			text-transform: lowercase;			
			position:relative;
			float:left;
			border-radius:4px;
	}	
	.cw-popup-question-cta .sm-btn-info:hover {
			border: 1px solid #1d89c1;
			text-decoration: none;
			color: #1d89c1 !important;
		
	}
	
	
	
	
		
	
	
	
	
	
	
	
	@media only screen and (max-width : 767px) {
		.cw-image-popup-rightcol,
		.cw-image-popup-leftcol { 
			width: 100%;
			float:none;
		}
		.cw-popup-image-container{ 
			width:100%;
			max-width:100%; 
			min-height:250px; 
				
		} 
		.cw-popup-image-info{
			border-bottom:0px;
			padding-bottom:0px;
		}
	}
	

	@media only screen and (min-width : 768px) {
		.cw-image-popup-container {
			max-width:100%;
		}
		.cw-image-popup-rightcol,
		.cw-image-popup-leftcol { 
			width: 100%;
			float:none;
		}
		.cw-popup-image-container{ 
			width:100%;
			max-width:100%; 
			min-height:400px; 
				
		} 
		.cw-popup-other-images{
			padding-bottom:0px;
			border-bottom:0px;
		}


	}

	@media only screen and (min-width : 992px) {
		.cw-image-popup-container {
			max-width:860px; 
		}
		.cw-image-popup-rightcol {
			width: 360px; float:left; 
		}
		.cw-image-popup-leftcol {
			width:500px; float:left; 
		}
		.cw-popup-image-container{ 
			width:500px;
			max-width:500px; 
			height:510px; 
			max-height:510px;
		} 
		.cw-popup-other-images{
			padding-bottom:20px;
			border-bottom:1px solid #d5d5d1;
		}

	}

	@media only screen and (min-width : 1200px) {
			.cw-image-popup-container {
				max-width:1000px;
			}
			.cw-image-popup-leftcol {
				width:640px; float:left;  
			}
			.cw-image-popup-rightcol {
				width: 360px; float:left;
			}
			.cw-popup-image-container{ 
				width:640px;
				max-width:640px; 
				height:590px; 
				max-height:590px;
			} 
			
	}

















