@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);	


.descrptionTitle
{
	max-width: none;
    position: relative;
    font-size: .875rem;
    margin: 0 .5rem 1rem;
    font-family: Open Sans,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #6a5d6a;
    font-family: Open Sans;
    font-weight: 300;
    
    -webkit-font-kerning: normal;
    font-kerning: normal;
    -ms-font-feature-settings: "kern","liga","clig","calt";
   
    font-feature-settings: "kern","liga","clig","calt";
	margin-left:2vmin;
	
}

.panel-heading 
{
	
	
      position: relative;
    top: 0;
    height: 2.5em;
    background: #fff;
    transition: margin .3s,top .3s;
    padding: 1.5rem 1rem;
    display: flex;
    align-items: center;
    box-shadow: 0 0.2rem 0.2rem -0.1rem rgba(0,0,0,.22);
    height: 6vmin;
   
}



.H2Title
{
	color: #0e3368;
    font-family: Ubuntu,Verdana,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Cantarell,Helvetica Neue,sans-serif;
    word-break: break-word;
    overflow-wrap: break-word;
	margin-left:2vmin;
	text-decoration: underline;
	
}


#wrap-sh-slider {
  margin: auto;
  position: relative;
  width: 98%;
  overflow: hidden;
}

.sh-slider {
  position: relative;
  overflow: hidden;
  margin: auto;
  border-radius: 4px;
}

.sh-slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sh-slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 600px;
  background: #f5f5f5;
  text-align: center;
  perspective: 600px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  
}


@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  

a.control_prev {
      position: absolute;
    top: calc(36% - 18px);
    z-index: 999;
    display: block;
    padding: 10px 26px;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 90px;
    opacity: 0.8;
    cursor: pointer;
	left:0;
}

a.control_next {
      position: absolute;
    top: calc(36% - 18px);
    z-index: 999;
    display: block;
    padding: 10px 26px;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 90px;
    opacity: 0.8;
    cursor: pointer;
	right:0;
}
}


@media (min-width: 2000px) {
  
a.control_prev {
      position: absolute;
    top: calc(36% - 18px);
    z-index: 999;
    display: block;
    padding: 10px 26px;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 90px;
    opacity: 0.8;
    cursor: pointer;
}

a.control_next {
      position: absolute;
    top: calc(36% - 18px);
    z-index: 999;
    display: block;
    padding: 10px 26px;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 90px;
    opacity: 0.8;
    cursor: pointer;
	right:0;
}
}


a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  
}

a.control_next {
  right: 0;

}