
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF; display: inline-block; zoom: 1;
	*display: inline;/*IE7 life-saver */ margin:0px;
	padding: 3px 0px; font-size: 12px;
	filter: Alpha(Opacity=60);/*IE7 fix*/ opacity: ;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=80);/*IE7 fix*/ opacity:0.8; text-decoration: none;
} 


/* preloading images */
.owl-theme .owl-controls {
	padding-top:0px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
    *display:inline
}
.owl-theme .owl-dots .owl-dot span {
	width:15px; height: 15px; margin: 0px 4px;
	background: #fff; display: block; /*border:1px solid #26a5d0;*/
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px*/
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #000
}
.owl-item.loading{
	min-height: 150px;
	background: url(../img/ui/AjaxLoader.gif) no-repeat center center
}
#head-slider .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 1200px;
    margin-left: -615px;
    left: 50%;
    text-align: right;
}

#head-slider .item{
	height:200px; 
    background-repeat:no-repeat;
	background-size:cover; 
    background-position:center center;
	-webkit-background-size: cover; 
    -moz-background-size: cover;
	-o-background-size: cover; 
    background-size: cover; 
}

#gallery .owl-nav{display:none;}
#head-slider .owl-dots{position:absolute; bottom:15px; right:40px;}


.owl-theme .slider-content-container{
    display:none;
    position:absolute;
    top:20%;
    bottom:20%;
    left:20%;
    right:20%;
    margin:auto;
}
.owl-theme .slider-content {
    padding:45px 30px;
    background-color: rgba(255,255,255,0.80);

    border:1px solid #FFF;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;

    /*
    -webkit-box-shadow: 1px 1px 8px 1px #666;
    -moz-box-shadow: 1px 1px 8px 1px #666;
    box-shadow: 1px 1px 8px 1px #666;
    */
}
.owl-theme .slider-content .slider-content-header {
    color:#4e7a9f;
    font-size:3.6em;
    line-height:1.1em;
    font-weight:bold;
    text-align:center;
    margin-bottom:10px;
}
.owl-theme .slider-content .slider-content-body {
    color:#333;
    font-size:1.8em;
    line-height:1.1em;
    font-weight:normal;
    text-align:center;
}
.owl-theme .slider-content-container .slider-content-btn {
    display:block;
    width:300px;
    margin:20px auto auto;
    padding:16px;

    font-size:1.8em;
    line-height:1.1em;
    color:#4e7a9f;
    text-decoration:none;
    text-align:center;

    background-color: rgba(255,255,255,0.90);

    border:2px solid #4e7a9f;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;

    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;

    /*
    -webkit-box-shadow: 1px 1px 8px 1px #666;
    -moz-box-shadow: 1px 1px 8px 1px #666;
    box-shadow: 1px 1px 8px 1px #666;
    */
}

.owl-theme .slider-content-container .slider-content-btn:hover {
    -webkit-box-shadow: 1px 1px 8px 1px #666;
    -moz-box-shadow: 1px 1px 8px 1px #666;
    box-shadow: 1px 1px 8px 1px #666;
}

.owl-theme.off{
    display: block;
    height: 200px;
    overflow: hidden;
}


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px)
{

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px)
{

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px)
{
    #head-slider .owl-dots{right:15px;left:auto;margin-left:inherit;width:100%;}

    #head-slider .item {
        height:300px;
    }

    .owl-theme .btn-slider {
        display: block;
    }

    .owl-theme .slider-content-container {
        display:block;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px)
{

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px)
{
    #head-slider .item {
        height:420px;
    }
}
