/* SITE WIDE CUSTOM CSS */

.dma-full-width #main-header {
   position: relative !important; 
}
  @media (max-width: 767px) {
.skin-title .title-text{
font-size:6px !important;
}
}
.skin-title .title-text {
    font-family: 'Arial', serif;
    font-weight: 775;
}

.skin-title .subtitle-text {
    font-family: 'Open sans', serif;
    font-weight: 600;
}

.skin-title {
    padding-bottom: 30px;
}

.ListDataGrid td, .ListDataGrid th
  {
	padding: 10px;
    font-size: 1.0em !important;
  }
.ListDataGrid td a
  {
    font-size: 1.0em !important;
  }
.ListTitle
{
  width: 15%;
}
.ListLink
{
  width: 15%;
}
.ListDataGrid td
  {
    background-color: transparent !important;
  }

.containers-v2.mid-line-title .container-title
{
  background: none;
}

/* SLIDESHOW MODULE CSS CHANGES */

.dodr-ss {
    height: 400px !important;
}

.dodr-ss .slide {
    height: 400px !important;
}

.dodr-ss .slide .details {
    width: 85%;
    margin: 100px !important;
}

.dodr-ss .slide .details-text-container .slide-title {
    font-size: 48px;
}

.dodr-ss .slide .details-text-container .slide-description {
    font-size: 30px;
}

.dodr-ss .slide .details-text-container .slide-link {
    padding: 12px 24px;
}
/*Change cursor when mosing over image*/
.zoom-in
{
	cursor: zoom-in;
}

@media only screen and (max-width: 768px) {

  .dodr-ss .slide .details-text-container .slide-title {
    font-size: 30px;
  
}
  
.dodr-ss .slide .details {
    margin: 20px;
}
  
  .dodr-ss .slide .details-text-container .slide-link {
    font-size: 12px;
    
}
  
  .dodr-ss .slide .details-text-container .slide-link {
    font-size: 16px;
}

.dodr-ss .slick-dots {
    bottom: 20px;
  
}

.GenericSlideshow .slideWrapper .slideContainer .rsArrowLeft .rsArrowIcn:before {    
    font-family: "FontAwesome" !important;
}

.GenericSlideshow .slideWrapper .slideContainer .rsArrowRight .rsArrowIcn:before {
    font-family: "FontAwesome" !important;
}
}