/*
Theme Name: Avada
Description: The #1 selling theme of all time that allows you to build virtually any design style.
Author: ThemeFusion
Theme URI: http://avada.theme-fusion.com/
Author URI: http://themeforest.net/user/ThemeFusion
Version: 5.4
License: Themeforest Split Licence
License URI: -
Text Domain: Avada
*/

.main-heading h1 {
	position: relative;
    padding-bottom: 30px;
}
.main-heading h1:after {
	content: url('assets/images/seperator.png');
	position: absolute;
    bottom: -15%;
    left: 36%;
}
li.wonderplugin3dcarousel-item.wonderplugin3dcarousel-item-current .wonderplugin3dcarousel-img-container:before {
	content: url('assets/images/zoom.png');
    position: absolute;
    top: 45%;
    z-index: 9;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0.6;
    text-align: center;
    -moz-transition: all 0.25s cubic-bezier(0,.52,.39,1);
    -o-transition: all 0.25s cubic-bezier(0,.52,.39,1);
    -webkit-transition: all 0.25s cubic-bezier(0,.52,.39,1);
    transition: all 0.25s cubic-bezier(0,.52,.39,1);
}
li.wonderplugin3dcarousel-item.wonderplugin3dcarousel-item-current:hover .wonderplugin3dcarousel-img-container:before {opacity: 1;}
ul.list-style {list-style-image: url('assets/images/trianglelist.png');}
ul.list-style li {padding-left: 10px;}
#videoPlayer {
    background: transparent url('slide.jpg') no-repeat 0 0;
    background-size: 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    object-fit: cover;
    width:100%;
    height:100%;
}



body .ngg-album-compact {
    height: 310px;
    margin-bottom: 15px !important;
}
.ngg-album-compact{
    width: 25%;
}
.ngg-album-compactbox .Thumb{
    width: 100%;
    min-height: 205px;
}
.ngg-album-compact h4 .ngg-album-desc {
    height: auto !important;
    max-height: 55px;
    padding: 10px 0px 5px;
}
    
    


