/*
 Theme Name:   Proconf Child
 Theme URI:    http://jthemes.net/demothemes/wp/proconf
 Description:  Proconf child theme
 Author:       ThemePerch
 Author URI:   http://themeforest.net/user/themeperch
 Template:     proconf
 Version:      1.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  proconf-child
*/


/* Add your custom css below */

#preloader img {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    margin: -25px 0 0 -25px;
}

#slides .absShape {
  top: 25%;
  width: 80%;
}


#slides h1 {
    color: #000;
    text-transform: none;
}

#slides img {
    width: 100%;
    height: auto;
    min-height: 800px;
}

h1, h2, h3, h4, h5, h6, h7 { 
    color: #111111;
    text-transform: none;
}

.info h3, .info h2, .info p {
	color:#fff;
}

#slides h1 small { 
    color: #414141;
    text-transform: none;
}

.bg-video {
	height:880px
	}


@media only screen and (max-width: 996px) {
    .bg-video {
        height: 450px;
    }
