/* Put this in your project css to control the size of the slider, arrows and arrow placement. See the Devenhance source folder for detailed documentation */	

/*look in footertm.php to set the effects of the slider */



.quotespace{
	float:left;
	width:100%;
	background-color:#444444;
	color:white;
	height:350px;
	}

	
.slides {
	width:1100px;
	margin: 0 auto;
	cursor:pointer;

	}

	
.quote{
	/*font-size:32px;
	line-height:42px;*/
	padding-top:120px;
	padding-bottom:100px;
	padding-left:100px;
	padding-right:100px;
	text-align:center;
	width:900px;
	font-family: 'Helvetica Neue Bold';
	
	}
	
	

.source{
	font-family: 'Helvetica Neue LT Std 56 Italic';
	}
	
			
.slick-prev{
    width: 20%;
    height: 100%;
    top:0%;
    margin-top: -0px;
    padding-right: 0%;
    left:0;
    cursor:pointer;
    /*background:#666666;*/
	}
	
.slick-next{
	width: 20%;
    height: 100%;
    top:0%;
    margin-top: -0px;
    padding-left: 0px;
    float:right;
    right:0;
    cursor:pointer;
   /*background: #999999;*/
   
	}	
		
.slick-prev:before{
	float:left;
	margin-left:0px;
	opacity:1;
    content: url('/wp-content/themes/dm-pt/images/arrowcircleprev1.png') ;
    }
    
[dir='rtl'] .slick-prev:before{
	float:left;
	margin-left:0px;
	opacity:1;
    content url('/wp-content/themes/dm-pt/images/arrowcircleprev1.png') ;
	}

.slick-next:before{
	float:right;
	margin-right:0px;
	opacity:1;
    content: url('/wp-content/themes/dm-pt/images/arrowcirclenext1.png') ;
	}
	
[dir='rtl'] .slick-next:before{
	float:right;
	margin-right:0px;
	opacity:1;
    content: url('/wp-content/themes/dm-pt/images/arrowcirclenext1.png');
	}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@-ms-viewport {width: device-width;}
@viewport {width: device-width;}

/* for iphone 6 plus and the rest */ 
@media screen and (max-width: 736px) {
	
	
.quotespace{
	height:auto;
	}
	
.slides {
	width:90%;
	padding-left:5%;
	padding-right:5%;
	}
		
	
.quote{
	font-size:18px;
	line-height:25px;
	padding-top:50px;
	padding-bottom:60px;
	padding-left:50px;
	padding-right:50px;
	text-align:center;
	
	}
	
.source{
	font-size:10px;
	line-height:17px;
	}


.slick-prev:before{
	float:left;
	margin-left:0px;
	opacity:1;
    content: url('/wp-content/themes/dm-pt/images/arrowcircleprev1.png') ;
    }
    
[dir='rtl'] .slick-prev:before{
	float:left;
	margin-left:0px;
	opacity:1;
    content url('/wp-content/themes/dm-pt/images/arrowcircleprev1.png') ;
	}

.slick-next:before{
	float:right;
	margin-right:0px;
	opacity:1;
    content: url('/wp-content/themes/dm-pt/images/arrowcirclenext1.png') ;
	}
	
[dir='rtl'] .slick-next:before{
	float:right;
	margin-right:0px;
	opacity:1;
    content: url('/wp-content/themes/dm-pt/images/arrowcirclenext1.png');
	}
	
		
}

/* for ipad */ 
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	
.quotespace{
	height:auto;
	}
	
.slides {
	width:90%;
	padding-left:5%;
	padding-right:5%;
	}
		
	
.quote{
	font-size:18px;
	line-height:25px;
	padding-top:50px;
	padding-bottom:60px;
	padding-left:50px;
	padding-right:50px;
	text-align:center;
	
	}
	
.source{
	font-size:10px;
	line-height:17px;
	}

	
	
}	
/*for iphone 5*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 320px) { 
		

		
}	