
.drop_down .narrow .second .inner ul li ul{
	top:-15px;
}

.preload{
    display: none;
    height: 0px;
    width: 0px;
    visibility: hidden;
}

.landing_holder{
    position: relative;
	z-index:10;
}

.landing_holder.landing_gold{
    background-color: #515151;
}

.landing_holder.landing_glass{
    background-color: #4b525a;
}
.landing_holder .landing_filter_holder{
    padding: 42px 0px;
	background:#fff;
	line-height: 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.landing_holder .landing_filter_holder ul {
    display: inline-block;
    list-style: none outside none;
}

.landing_holder .landing_filter_holder ul li {
    cursor: pointer;
    display: block;
    float: left;
    margin: 0px 5px;
    text-align: center;
}

.landing_holder .landing_filter_holder ul li span {
    color: #101010;
    display: inline-block;
    
    font-weight: 600;
    line-height: 17px;
    padding: 0 20px;
    position: relative;
	webkit-transition: color 0.1s linear, text-decoration 0.1s linear;
	-moz-transition: color 0.1s linear, text-decoration 0.1s linear;
	-ms-transition: color 0.1s linear, text-decoration 0.1s linear;
	-o-transition: color 0.1s linear, text-decoration 0.1s linear;
	transition: color 0.1s linear, text-decoration 0.1s linear;

}

.landing_holder .landing_filter_holder ul li.active span,
.landing_holder .landing_filter_holder ul li:hover span{
    color: #959595;
	text-decoration:underline;
}

/*.landing_holder .examples{
    line-height: 0;
    list-style-type: none;
    text-align: justify;
	background: #f5f5f5;
}*/

.landing_holder .examples:after, .landing_holder .examples:before {
    content: "";
    display: inline-block !important;
    width: 100%;
	float: left;
}

.landing_holder .example{
    display: none;
    vertical-align: middle;
    padding: 0px 0px 45px 0px;
    text-align: center;
    width: 23%;
    opacity: 1;
    position: relative;
}

.landing_holder .example .new{
    position: absolute;
    width: 61px;
    height: 61px;
    top: -30px;
    right: 10%;
    background-image: url("img/new.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    z-index: 100;
}


.info h3 span {
	display: block;
	font-weight:700;
	font-style: normal;
	
	line-height:20px;
	color: #313131;
	text-transform:none;
}
.info h3 span.demo_name {
	color:#e6ae48;
	font-weight:600;
	margin-top:10px;
	
}

.landing_holder .examples .filler {
    display: inline-block;
    height: 0;
    width: 22%;
}

.landing_holder .example .image{
	position:relative;
}

.landing_holder .example .info{
	padding: 35px 0 0 0;
}


.landing_holder .example .image img{
    display: block;
    position: relative;
    width: 100%;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.landing_holder .example .image .shader{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #3a3a3a;
	opacity: 0;
	webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-ms-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}

.landing_holder .example .image .icon_plus{
	position: absolute;
	color: #fff;
	top:50%;
	left:50%;
	width:38px;
	height:38px;
	margin-top:-19px;
	margin-left: -19px;
	opacity:0;
	webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-ms-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
	
}

.landing_holder .example:hover .image .shader{
    opacity: 0.6;
}

.landing_holder .example:hover .image .icon_plus{
    opacity: 1;
}

.landing_holder .example .separator{
    background-color: #ffffff;
    height: 1px;
    width: 44px;
    display: inline-block;
    vertical-align: middle;
    border: 0px;
    margin: 0px;
}

@media only screen and (max-width: 1600px){
	
	
	.landing_holder .example,
    .landing_holder .examples .filler{
        width: 31%;
    }
}


@media only screen and (max-width: 1000px) {
    .landing_holder h2{
        line-height: 38px;

    }

    .landing_holder .example,
    .landing_holder .examples .filler{
        width: 46%;
    }

    .landing_holder p.description{
        width: 700px;
    }
	
	.popup_example_content .right .launch_button{
		display:none;
	}
}

@media only screen and (max-width: 900px) {
    .landing_holder .landing_filter_holder{
        padding: 25px 0;
    }

    .landing_holder .landing_filter_holder ul li{
        float: none;
        margin: 10px;
    }
	
	.landing_holder .landing_filter_holder ul li span{
		line-height:22px;
	}
	

}

@media only screen and (max-width: 850px) {
    .landing_holder p.description{
        width: 100%;
    }
}

@media only screen and (max-width: 680px) {

    .landing_holder .example,
    .landing_holder .examples .filler{
        width: 100%;
    }
}


/* popup fancybox start */

.fancybox-lock .fancybox-overlay{
    overflow: hidden !important;
}

.fancybox-overlay-background{
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    height: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
    padding: 65px;
    z-index: 1 !important;
    opacity: 1 !important;
}

.fancybox-overlay-background-inner{
    background-image: url("img/overlay_background.jpg");
    background-position: 0px 0px;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
}

.fancybox-inner{
    text-align: center;
}
.fancybox-outer .arrows-holder {
	position: absolute;
	bottom: 30px;
	height:33px;
	right: 0px;
	width: 27%;
	padding: 0 0 0 55px;
	box-sizing: border-box;
}

.fancybox-nav span {
	text-align:center;
	line-height: 33px;
	color: #2d2d2d;
	text-transform:uppercase;
	position: static;
	letter-spacing: 1px;
	font-weight:400;
	webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

.fancybox-nav span:hover{
	color: #959595;
}
.fancybox-prev span {
	left: 12px;
}
.fancybox-next span {
	right: 12px;
}


.popup_example_content .left{
    width: 73%;
	height: 100%;
    float: left;
	position: relative;
	text-align:center;
	
}

.popup_example_content .left a:not(.button){
    position: relative;
	display: block;
	height: 100%;
	border: 1px solid #ccc;
	overflow: hidden;
	margin: 0;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	
}

.popup_example_content .left img{
    width: 100%;
    display: block;
    position: relative;

}

.popup_example_content .right{
    width: 27%;
    float: right;
}

.popup_example_content .right .launch_button{
	line-height:14px;
	padding:19px 24px 19px 27px;
	color: #b6b6b6;
	border: 2px solid #b6b6b6;
	display:inline-block;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 40px;
	webkit-transition: color 0.1s linear, border-color 0.1s linear;
	-moz-transition: color 0.1s linear, border-color 0.1s linear;;
	-ms-transition: color 0.1s linear, border-color 0.1s linear;;
	-o-transition: color 0.1s linear, border-color 0.1s linear;;
	transition: color 0.1s linear, border-color 0.1s linear;;
}

.popup_example_content .right .launch_button span{
	margin-left:3px;
}

.popup_example_content .right .launch_button:hover{
	color: #343434;
	border-color: #343434;
}

.fancybox-nav {
	position: relative;
	/* top: 0; */
	width: auto !important;
	height: auto !important;
	cursor: pointer;
	text-decoration: none;
	z-index: 8040;
	display: inline;
	font-weight:400;
}

.fancybox-nav.fancybox-prev {
	margin-right:45%;
}

.popup_example_content{
    width: 95%;
	height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image:none;
}
.popup_example_holder .fancybox-skin{
    background-color: transparent;
}

.popup_example_holder.fancybox-opened .fancybox-skin{
    box-shadow: none;
}

.popup_example_holder .fancybox-nav{
    /*width: 6%;*/
	text-align:center
}

.popup_example_holder .fancybox-close{
    background-image: url("img/close.png");
    background-repeat: no-repeat;
    background-position: center center;
    right: 90px;
    top: 90px;
	width: 16px;
	height:16px;
    position: fixed;
	margin: 0px !important;
	webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-ms-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}

.popup_example_holder .fancybox-close:hover{
	opacity:0.7;
}

.popup_example_holder .fancybox-next span{
    visibility: visible;
}

.popup_example_holder .fancybox-prev span{
    visibility: visible;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
    .popup_example_holder .fancybox-close{
        background-image: url("img/close%402x.png");
        background-size: 15px 15px;
    }
}

.popup_example_content .right{
    text-align: left;
    color: #393939;
    
    padding: 0px 0px 0px 75px;
    box-sizing: border-box;
}

.popup_example_content .right h3{
    color: #2d2d2d;
	line-height:36px;
    font-weight: 400;
	font-style: normal;
	margin:45px 0 40px 0;
	text-transform:uppercase;
    letter-spacing: 3px;
}

.popup_example_content .right ul{
    color: #2d2d2d;
    font-weight: 300;
    list-style: none;
}

.popup_example_content .right ul li{
    padding: 4px 0px;
    line-height: 22px;
}

.popup_example_content .right ul li:before{
    content: '•\a0\a0';
    color: #2d2d2d;
    float: left;
}

.popup_example_content .right ul li span{
    position: relative;
    display: block;
    padding: 0px 0px 0px 15px;
	font-weight:400;
}

.popup_example_content .right .description{
    padding: 45px 20px 0px 0px;
	font-weight:600;
	line-height:24px
}

.popup_example_content .right .description p{
	font-weight:600;
	line-height:23px;
	color: #2d2d2d;
}

.popup_example_content .right p{
    
    text-transform: none;
    margin: 0px 0px 25px 0px;
	
}

#fancybox-loading div{
	display:none !important;
}

.popup_example_content .right p span{
    text-decoration: underline;
}

.popup_example_content .left .button {
    background-color: #fff;
    box-sizing: initial !important;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    color: #404040;
    cursor: pointer;
    display: none;
    font-style: normal;
    font-weight: 400;
    height: 60px;
    letter-spacing: 3px;
    line-height: 60px;
    margin: -39px 0 0 -81px;
    outline: medium none;
    padding: 0 50px;
    position: absolute;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    -webkit-transition: color 0.1s linear, background-color 0.1s linear;
    -moz-transition: color 0.1s linear, background-color 0.1s linear;
    -ms-transition: color 0.1s linear, background-color 0.1s linear;
    -o-transition: color 0.1s linear, background-color 0.1s linear;
    transition: color 0.1s linear, background-color 0.1s linear;
    width: auto;
    z-index: 100;
}

.popup_example_content .left .button:hover {
    color: #fffefe;
    text-decoration: none;
	background-color:#343434;
}

.touch .popup_example_content .left .button{
    display: none !important;
}

.popup_example_content .left:hover .button{
	display:none;
}
.popup_example_content .left .overlay {
	opacity: 0;
	background-color:#454545;
	position: absolute;
    top: 0px;
    left: 0px;
	height: 100%;
	width: 100%;
	z-index: 99;
	webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-ms-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}

.popup_example_content .left:hover .overlay {
	opacity:0.1;
}

@media only screen and (max-width: 1400px),only screen and (max-height: 600px){
    .popup_example_content .right div.description {
        display: none;
    }
}

@media only screen and (max-width: 1600px){

    .popup_example_content{
        width: 95%;
    }
	.fancybox-overlay-background {
		padding:30px;
	}
    .popup_example_holder .fancybox-prev span{
        left: 0px;
    }

    .popup_example_holder .fancybox-next span{
        right: 0px;
    }

    .popup_example_content .right p{
        
    }

    .popup_example_content .right .description{
        padding-top: 25px;
    }

    .popup_example_content .left .button{
        
		margin-left:-96px
    }
	
	.popup_example_content .right h3{
		margin:35px 0 30px 0;
	}
	
	
	.fancybox-outer .arrows-holder{
		bottom:0px;
	}
	
	.popup_example_holder .fancybox-close{
		top: 47px;
		right: 49px;
	}
	
	.popup_example_content .right .launch_button{
		margin-top:30px;
	}

}

@media only screen and (max-width: 1600px){
	 .popup_example_content .right .description p:last-child{
        display: none;
    }
}

@media only screen and (max-width: 1400px){
    .popup_example_content .right h3{
        line-height: 41px;
    }

    .popup_example_content .right ul li{
        padding: 5px 0px;
    }

   
	
	.popup_example_content .right{
		padding:0 0 0 40px;
	}
	
	.fancybox-outer .arrows-holder{
		padding:0 0 0 40px;
	}
	
	.popup_example_content .right h3{
		margin-top:20px;
	}

}

@media only screen and (max-width: 1300px){
	.popup_example_content {
		width:100%;
	}
    .fancybox-overlay-background{
        padding: 20px;
    }
	
	.fancybox-nav.fancybox-prev{
		margin-right:20%;
	}
	
	.popup_example_holder .fancybox-close{
		top: 37px;
		right: 39px;
	}
	
	.popup_example_content .right h3{
		line-height:27px;
	}


}

@media only screen and (max-width: 1200px){
	
	
	.popup_example_content .right .launch_button{
		display:none;
	}
}

@media only screen and (max-width: 1100px){
    .popup_example_content{
        width: 98%;
    }

	
	
	
	
	

}

@media only screen and (max-width: 1000px){
	.popup_example_content .right ul {
		display: none;
	}
	
	.popup_example_holder .fancybox-close{
		top:35px;
		right:35px;
	}
	
	.popup_example_content .right h3{
		margin-top:10px;
	}
	
	.popup_example_content .right ul {
		display: none;
	}

}

@media only screen and (max-width: 1000px),only screen and (max-height: 400px){
    .popup_example_content .left{
        width: 100%;
    }

    .popup_example_content .right{
        width: 100%;
        padding: 35px 0 35px 0;
    }

    /*.popup_example_content .right ul,*/
    /*.popup_example_content .right .button{*/
        /*display: none;*/
    /*}*/

	.fancybox-outer .arrows-holder{
		position: static;
		text-align: center;
		width: 100%;
		margin-top:15px;
		padding: 0;
	}
	
	.popup_example_content .right h3 {
		text-align:center;
		margin-bottom:0;
	}
	
	.popup_example_content .right{
		text-align:center;
	}
}

@media only screen and (max-width: 800px){
    .popup_example_content{
        width: 98%;
    }

    .popup_example_content .right{
        padding: 10px 0;
    }
	.popup_example_content .right h3 {
		margin-top:20px;
		margin-bottom:20px;
	}
}

@media only screen and (max-width: 480px){

    .popup_example_holder .fancybox-prev span{
        left: -10px;
    }

    .popup_example_holder .fancybox-next span{
        right: -10px;
    }
	
	.popup_example_content .right{
		text-align:center;
	}
	
	.fancybox-nav span{
	}
	
	.popup_example_content .right h3 {
		
		line-height: 18px;
	}
	
	.popup_example_content .left .button{
		border:none;
	}

}

/* popup fancybox end */