.da-slider{
	width: 100%;
	min-width: 50%;
	height: 360px;
	position: relative;
	overflow: hidden;
	background-color: #EAEAEA;
	-webkit-transition: background-position 1s ease-out 0.3s;
	-moz-transition: background-position 1s ease-out 0.3s;
	-o-transition: background-position 1s ease-out 0.3s;
	-ms-transition: background-position 1s ease-out 0.3s;
	transition: background-position 1s ease-out 0.3s;
    border: 1px solid #7C7979;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	font-family: 'gandhi_sansregular';
	text-align: left;
}
@font-face {
	font-family: 'AmbleRegular';
    src: url( ../fonts/Amble-Light-webfont.ttf ) format("truetype"); 
}
.readmore {
    color: #d93737;
}
.readmore div p a:hover{
    font-weight: bold;
}
.da-slide .journal{
    color: #7c7979;
    font-size: 12px;
    top: 130px;
    font-weight: bold;
    font-family: 'AmbleRegular';
}
.da-slide .journal_date{
    color: #d93737;
    font-size: 12px;
    top: 145px;
    font-weight: bold;
    font-family: 'AmbleRegular';
    border-bottom: 1px solid #000;
}
.da-slide-current{
	z-index: 1000;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
	opacity: 0;
	left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
	left: 10%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	left: 60%;
	opacity: 1;
}
.da-slide h2{
	width: 45%;
	top: 40px;/*60px*/
	/*white-space: nowrap;*/
	z-index: 10;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    font-family: 'AmbleRegular';
    
}
.da-slide p{
	width: 45%;
	top: 170px;/*141px*/
	color:#000;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
    font-family: 'AmbleRegular';
    text-align: justify;
}
.da-slide .da-img{
	text-align: center;
	width: 30%;
	top: 40px;
	height: 256px;
	line-height: 320px;
	left: 110%; /*60%*/
}




.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 50%;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #e4b42d;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity 0.4s ease-in-out-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out-out 0.2s;
	transition: opacity 0.4s ease-in-out-out 0.2s;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url(../images/arrows.png) no-repeat top left;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	left: 15px;
}
.da-arrows span.da-arrows-next{
	right: 15px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
	left: 10%;
	opacity: 1;
}
.da-slide-current .da-img{
	left: 60%;
	opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fadeIn ease-out 0.8s both;
	-moz-animation: fadeIn ease-out 0.8s both;
	-o-animation: fadeIn ease-out 0.8s both;
	-ms-animation: fadeIn ease-out 0.8s both;
	animation: fadeIn ease-out 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fadeIn ease-in-out 0.8s both;
	-moz-animation: fadeIn ease-in-out 0.8s both;
	-o-animation: fadeIn ease-in-out 0.8s both;
	-ms-animation: fadeIn ease-in-out 0.8s both;
	animation: fadeIn ease-in-out 0.8s both;
}
.da-slide-fromright .da-link{
		-webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@media (max-width:480px){
	.da-slide p {
        top: 100px;
    }
    .da-slide .journal {
        top: 10px;
    }
    .da-slide .da-img {
        width: 30%;
        top: 4px;
        height: 50px;
    }
}
	