

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon 
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}*/

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-item img {
    display: block;
}


.owl-buttons {
    position: absolute;
    top: 47%;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 40px;
    z-index: 11;
    background: 
}


.owl-buttons .owl-next:before {
    position: absolute;
    right: 20px;
    font-family: 'kptncook-font';
    content: 'c';
    z-index: 1;
}

.owl-buttons .owl-prev {
    position: absolute;
    left: 20px;
}

.owl-buttons .owl-prev:before {
    position: absolute;
    left: 40;
    font-family: 'kptncook-font';
    content: 'd';
    z-index: 1;
}


.owl-pagination {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.owl-pagination .owl-page {
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    background: #eeeeee;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.owl-pagination .owl-page.active {
    background: #dd4a38;
}

.owl-pagination .owl-page:first-child {
    margin: 0;
}

.owl-item .action {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5% 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    
}

.owl-item .action h3 {
    font-size: 36px;
    line-height: 42px;
	font-family: "AlianzaSlab200", "Georgia", "Droid Serif", serif;
    margin-top: 20px;
    padding-left: 15%;
    padding-right: 15%;
    color: #ffffff;
}

.owl-item .action .typespace {
    margin-top: 220px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .owl-item .action .typespace {
        margin-top: 100px;
    }
}
@media (max-width: 767px) {
    .owl-item .action .typespace {
        margin-top: 90px;
    }
    .owl-item .action h3 {
        font-size: 24px;
        line-height: 28px;
        font-family: "AlianzaSlab200", "Georgia", "Droid Serif", serif;
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    .owl-item .action .typespace {
        margin: 50px;
    }
    .owl-item .action h3 {
        font-size: 12px;
        line-height: 16px;
    	font-family: "AlianzaSlab200", "Georgia", "Droid Serif", serif;
        margin: 50px;
        padding-left: 5%;
        padding-right: 5%;
    }

}


@media screen 
	and(min-width: 320px) 
	and (max-width: 979px) {
	.owl-item .action .typespace {
    margin-top: 10px;
}
}

@media screen 
	and(min-width: 320px) 
	and (max-width: 767px) {
	.owl-item .action h3 {
    font-size: 20px;
    line-height: 24px;
}
	.owl-item .action .typespace {
    margin-top: 100px;
}
}

@media screen 
	and(min-width: 768px) 
	and (max-width: 979px) {
	.owl-item .action h3 {
    font-size: 24px;
    line-height: 28px;
}
	.owl-item .action .typespace {
    margin-top: 150px;
}
}

@media screen 
	and(min-width: 978px) 
	and (max-width: 1200px) {
	.owl-item .action h3 {
    font-size: 30px;
    line-height: 34px;
}
	.owl-item .action .typespace {
    margin-top: 150px;
}
}


.slider-content {
    position: relative;
}

.quote-action h2 {
    font-size: 18px;
    line-height: 28px;
	font-family: "AlianzaSlab500", "Georgia", "Droid Serif", serif;
	text-transform: uppercase;
	letter-spacing: 1px;
    margin-top: 20px;
    padding-left: 15%;
    padding-right: 15%;
    color: #ffffff;
}

.quote-action h3 {
    font-size: 32px;
    line-height: 28px;
	font-family: "AlianzaSlab500", "Georgia", "Droid Serif", serif;
    margin-top: 20px;
    padding-left: 15%;
    padding-right: 15%;
    color: #333;
}

.quote-action span {
    font-size: 18px;
    line-height: 28px;
	font-family: "AlianzaSlab500", "Georgia", "Droid Serif", serif;
    padding-left: 15%;
    padding-right: 15%;
    color: #333;
}