/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: left;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 5px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }



/* JASON ADDITIONS */ 

.owl-carousel {width: 100%;  }
#charismaHome .owl-carousel .item .itemImg {  height:360px;  }
#charismaHome .owl-carousel .item .itemTxt { display: table-cell; vertical-align: bottom; padding-bottom: 20px; padding-left: 20px; padding-right: 10px; }
#charismaHome .owl-carousel .item {padding: 0px; text-align: left;}

#charismaHome .owl-carousel .item .itemTint {
	width: 100%;
    height: 100%;
    display: table;
/* from colorzilla.com/gradient-editor/ black 35% to transparent at 50% from bottom */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.50) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.50))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.50) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.50) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.50) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.50) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 ); /* IE6-8 */
}
  
#charismaHome .owl-carousel .item .itemTint:hover { /*background: none; */
    background: rgba(0,0,0, 0.5);
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;	
}

#charismaHome .owl-carousel .item .itemImg  {
	background-color: #FFF;
	display:block;
	cursor: pointer;
    width: inherit;
   min-height: 360px; 
    /*position:relative;*/
    background-size: cover;
    background-position: center;
	background-position: 50% 50%;
	-o-background-size: cover;
	margin: auto;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}

#charismaHome .owl-carousel  h4{   
   color:#fff;
    /* font-weight:bold; text-transform: uppercase; letter-spacing: .1em; */
    font: 'proxima_nova_rgbold', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;
    font-size: 28px; font-weight:bold;
    line-height: 30px;
    display:block;
    text-shadow: 1px 1px 1px rgba(10, 10, 10, 1);
}
#charismaHome .owl-carousel  p {
    margin-bottom:0;
    display:block; font-weight:normal;
    font: 16px/18px 'proxima_nova_rgregular', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;
      text-shadow: 1px 1px 1px rgba(10, 10, 10, 1);
     color:#fff;
}


/* ----------- PAge carosuel ----------- */

#charismaArticle  .postCarousel {
	width: 100%;
	/*height: 326px;*/
	margin-bottom: 40px;
}

#charismaArticle .owl-carousel .item .itemImg {  height:360px;  }
#charismaArticle .owl-carousel .item .itemTxt { display: block;  padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
#charismaArticle .owl-carousel .item { padding: 0px; text-align: left;}

#charismaArticle .owl-carousel .item img {

   
  display: block;
  max-width:100%;
  max-height:360px;
  width: auto;
  height: auto;


}

#charismaArticle .owl-prev, #charismaArticle .owl-next {
  position:absolute;
  top:20px;
  padding:5px;
  margin:0;
  z-index:100;
  /*font-size: 3rem;*/
  cursor:pointer;
  color:#555; 
}

#charismaArticle .owl-prev {
  left:20px;
}

#charismaArticle .owl-next {
  right:20px;
}

#charismaArticle .owl-theme .owl-controls .owl-buttons div{
  color: #555;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  /*font-size: 3rem;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  margin-top:-32px;
}

#charismaArticle .owl-theme .owl-controls .owl-buttons div:hover {
  color:#2a6496;
  }


#charismaArticle .owl-carousel  h4{   
   color:#ff2700;
   font: 'proxima_nova_rgbold', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;
   font-size: 16px; font-weight:bold;
   line-height: 18px;
   display:block;
   text-transform: none; letter-spacing: 0;  margin: 6px 0 6px 0; padding: 0;
}
#charismaArticle .owl-carousel  p {
    margin: 0; padding: 0;
    display:block; font-weight:normal;
    font: 14px/16px 'proxima_nova_rgregular', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;
    color:#4b4b4b;
}
























/* ----------- Smartphones ----------- */
@media only screen and (max-width:767px) {

#charismaHome .owl-carousel .item .itemImg {  height:320px;  }

#charismaHome .owl-carousel .item .itemTxt { display: table-cell; vertical-align: bottom; padding-bottom: 20px; padding-left: 20px; padding-right: 10px; }
#charismaHome .owl-carousel .item {padding: 0px; text-align: center;}

#charismaHome .owl-carousel  h4{
   color:#fff;
    
    font: 'proxima_nova_rgbold', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;
    font-size: 24px; font-weight:800;
    line-height: 26px;
    display:block;
     
    
    text-shadow: 1px 1px 1px rgba(10, 10, 10, 1);
}
#charismaHome .owl-carousel  p {
	 display: none; 
   /* margin-bottom:0;
    display:block; font-weight:normal;
    font: 16px/18px 'proxima_nova_rgregular', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;
      text-shadow: 1px 1px 1px rgba(10, 10, 10, 1);
     color:#fff; */
}


#charismaHome .owl-theme .owl-dots {
  text-align: center;
	
}






