/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-pagination{
	display:none;
}
.search-body {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    font-size: 1.28571em;
    font-weight: 300;
    line-height: 1.11111em;
    padding: 0.55em 0.8em; /*1.07143em 1.42857em*/
    width: 100%;
		 -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);

  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);

  box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.search-button {
    background: none repeat scroll 0 0 #bbb;
    border: 0 none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 8.42857em;
}
.search-form {
    background: none repeat scroll 0 0 white;
    border-radius: 5px;
    display: inline;
    float: left;
    position: relative;
    text-shadow: 0 1px 3px #222222; width: 100%;
}
.banner-container .banner-content {
    position: absolute;
    text-align: left;
   /* width: 50%;*/
    z-index: 5;
}
.banner-container .banner-title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 10%;
}
/*@media screen and (max-width: 970px) 
{
	.banner-container .banner-title {
    font-size: 24px;
    margin-top: 10%;
}
}
@media screen and (max-width: 970px) 
{
	.banner-container .banner-title {
    font-size: 24px;
    margin-top: 10%;
}
}*/

.persona-banner.persona-primary {
    background:url(../images/fullimage1.jpg) no-repeat scroll center center #1e6993;
}
.persona-banner {
    background-size: cover;
    float: left;
    min-height: 350px;
    position: relative;
    width: 100%;
}
 #home .v2 {
    height: 100%;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 4;
}
#home .v2 .typographic {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    color: #fff;
    height: auto;
    margin: 0 auto;
    max-width: 600px;
    padding: 0 25px;
    position: relative;
    top: 30%;
    transform: translateY(-50%);
    width: 100%;
}
#home .v2 .typographic h1,h2,h3{
		
}
.large{
	font-weight:900;
}
.thin{
	font-weight:300;
}
.uppercase{
	text-transform:uppercase;
}
.absolute {
    position: absolute;
}
 #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
    }
.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%;
	min-height:250px;
	-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);
}

@media only screen 
and (min-device-width : 645px) 
and (max-device-width : 1024px)  { 

.banner-container .banner-title{
		margin-top:10% !important;
		font-size:24px !important;
		
	}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 640px) {
.banner-container .banner-title{
		margin-top:8% !important;
		font-size:20px !important;
		
	}
}