/* CSS Document */

/* body, html  {margin:0; padding:0;width:100%;height:100%!important; overflow-x: hidden;} */
		.flexslider {
			background-color: #B0BDC6;
		}
        .flexslider, .flex-viewport {width:100%;height:100%!important; margin:0;padding:0;}
 
        .flexslider .slides     {height:100%!important;}
                .flexslider .slides li  {width:100%;height:100%!important; margin:0;padding:0;}

.flexslider .slides li  {width:100%;height:100%!important; margin:0;padding:0;
                                  -webkit-background-size: cover!important;
                                  -moz-background-size: cover!important;
                                  -o-background-size: cover!important;
                                  background-size: cover!important;
											 background-position: 50% 50%;
        }

@media (min-width: 768px) and (max-width: 980px) {
 
            .flex-caption h1    {font-size: 55px;}
 
            .flex-caption p     {font-size: 13px;}
 
            .flex-control-nav   {bottom: 25%; }
 
        }
 
        @media (max-width: 767px) {
 
            .flex-caption h1    {font-size: 35px;}
 
            .flex-caption p     {font-size: 10px;}
 
            .flex-control-nav   {bottom: 15%; } 
 
        }