
/* Table of Content
==================================================
	1.0 - Transition
	2.0 - Image Caption
	3.0 - Browser Fix
	4.0 - Default Color
	5.0 - Responsive*/

	/*--------------------------------------------------------------
	1.0 - Transition
	--------------------------------------------------------------*/
	.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:before, .dt-sc-image-caption.type2 .dt-sc-image-content, .dt-sc-image-caption.type2, .dt-sc-image-caption.type5, .dt-sc-image-caption.type5 h3, .dt-sc-image-caption.type6, .dt-sc-image-caption.type6 .dt-sc-image-wrapper img, .dt-sc-image-caption.type6:hover:before, .dt-sc-image-caption.type8 .dt-sc-image-wrapper img, .dt-sc-image-caption.type9 .dt-sc-image-overlay, .dt-sc-image-caption.type9 .dt-sc-image-content, .dt-sc-image-caption.type4 .dt-sc-image-content, .dt-sc-image-caption.type4 .dt-sc-image-content h3, .dt-sc-image-caption.type4 .dt-sc-button span, .dt-sc-image-caption.type8 .dt-sc-image-content, .dt-sc-image-caption.type8 *, .dt-sc-image-caption.type8 *:before, .dt-sc-image-caption.type2, .dt-sc-image-caption.type2 .dt-sc-image-title h6, .dt-sc-image-caption.type2 .dt-sc-image-title h3, .dt-sc-image-caption.type2 p, .dt-sc-image-caption.type2:before, .dt-sc-image-caption.type6:before, .dt-sc-image-caption.type6 h3, .dt-sc-image-caption.type6 .dt-sc-image-title + p, .dt-sc-image-caption.type1 .dt-sc-image-wrapper:after, .dt-sc-image-caption.type1 .dt-sc-image-wrapper:before, .dt-sc-image-caption.type6 .dt-sc-image-caption-inner-wrapper, .dt-sc-image-caption.type6 .dt-sc-image-wrapper, .dt-sc-image-caption.type6 .dt-sc-image-content, .dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper, .dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper span, .dt-sc-image-caption.type6:after { -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; }	
 
 

	/*--------------------------------------------------------------
	1.1 - Image Caption
	--------------------------------------------------------------*/	
	.dt-sc-image-caption { float:left; clear:both; width:100%; margin:0px; padding:0px; }
	.dt-sc-image-caption .dt-sc-image-wrapper { position:relative; }
	.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper { position:absolute; bottom:0px; right:0px; }
	.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span { font-size:36px; margin:0px 20px 20px 0px; display:inline-block; position:relative; z-index:1; }
	.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:before { content:""; position:absolute; right:0px; bottom:0px; width:0px; height:0px; border-bottom:130px solid; border-left:130px solid transparent; }
	.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:after { content:""; position:absolute; left:-14px; bottom:-32px; width:7px; height:200px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg);  -ms-transform:rotate(45deg); transform:rotate(45deg); }
	.dt-sc-image-caption .dt-sc-image-content { display:inline-block; clear:both; margin:30px 0px 0px; }
	.dt-sc-image-caption .dt-sc-image-title { margin-bottom:30px; display:inline-block; width:100%; }
		
	.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper span.icon, .dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper span.fa, .dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper span.zmdi { margin-right:0; margin-bottom: 0; }

	.dt-sc-image-caption .dt-sc-image-title h3 { font-weight:600; text-transform:uppercase; margin-bottom:5px; position:relative; top:-2px; }
	.dt-sc-image-caption .dt-sc-image-title h6 { text-transform:uppercase; font-size:12px; margin-bottom:0px; }
	.dt-sc-image-caption .dt-sc-image-content a { margin-top:20px; }

	.dt-sc-image-caption.type1 .dt-sc-image-title h3 { top: 0; font-size: 26px; text-transform: inherit; }
	.dt-sc-image-caption.type1 .dt-sc-image-title { margin-bottom: 20px; }
	.dt-sc-image-caption.type1 .dt-sc-image-content { margin: 35px 0px 0px; }
	.dt-sc-image-caption.type1 .dt-sc-image-content a { color: #000; }

	.dt-sc-image-caption.type1 .dt-sc-image-wrapper { overflow: hidden; }
	.dt-sc-image-caption.type1:hover .dt-sc-image-wrapper img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); }
	.dt-sc-image-caption.type1 .dt-sc-image-wrapper:before { content: ""; position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); top: 0; left: 0; opacity: 0; z-index: 1; }
	.dt-sc-image-caption.type1 .dt-sc-image-wrapper:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; opacity: 0; background: url(../../images/title-img.png) no-repeat center; background-size: 0; width: 27px; height: 27px; z-index: 2; }
	.dt-sc-image-caption.type1:hover .dt-sc-image-wrapper:after, .dt-sc-image-caption.type1:hover .dt-sc-image-wrapper:before { opacity: 1; }
	.dt-sc-image-caption.type1:hover .dt-sc-image-wrapper:after { background-size: 100%; }

	.dt-sc-image-caption.type2 { padding:0; position:relative; z-index:9; color: #000; box-shadow: 0 0 0 3px #fff; -moz-box-shadow: 0 0 0 3px #fff; -webkit-box-shadow: 0 0 0 3px #fff; -ms-box-shadow: 0 0 0 3px #fff; } 
	.dt-sc-image-caption.type2:before { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; }
	.dt-sc-image-caption.type2 .dt-sc-image-content { text-align:center; padding: 20px 50px; margin:0px; float:left; width:100%; position:absolute; left: 0; z-index: 1; top: 50%; transform: translateY(-50%) perspective(0px); -webkit-transform: translateY(-50%) perspective(0px); -moz-transform: translateY(-50%) perspective(0px); -ms-transform: translateY(-50%) perspective(0px); overflow: hidden; }
	.dt-sc-image-caption.type2 .dt-sc-image-content p { margin-top: 10px; }
	.dt-sc-image-caption.type2 .dt-sc-image-content p:last-child:only-child { margin-bottom: 0; }

	.dt-sc-image-caption.type2 .dt-sc-image-title { margin-bottom: 12px; }
	.dt-sc-image-caption.type2 .dt-sc-image-content h3 { font-size:24px; top: 0; }
	.dt-sc-image-caption.type2 .dt-sc-image-wrapper { clear:both; overflow:hidden; }
	.dt-sc-image-caption.type2 .dt-sc-image-content a { margin-top: 0; }
	.dt-sc-image-caption.type2 .dt-sc-image-content a.dt-sc-button {color: #222222; margin-top: 15px; }
	.dt-sc-image-caption.type2 .dt-sc-image-title h6 { text-transform: capitalize; font-size: 14px; color: #000000; font-weight: 500;  }
	.dt-sc-image-caption.type2:hover .dt-sc-image-wrapper img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }  
	.dt-sc-image-caption.type2.alignleft .dt-sc-image-content { text-align: left; }
	.dt-sc-image-caption.type2.alignright .dt-sc-image-content { text-align: right; }
	.dt-sc-image-caption.type2 .dt-sc-image-content a.dt-sc-button:hover { color: #fff; }

	.dt-sc-image-caption.type2.left-perspective { transform: perspective(600px) rotateY(-10deg); -moz-transform: perspective(600px) rotateY(-10deg); -webkit-transform: perspective(600px) rotateY(-10deg); -ms-transform: perspective(600px) rotateY(-10deg); }

	.dt-sc-image-caption.type2.right-perspective { transform: perspective(600px) rotateY(10deg); -moz-transform: perspective(600px) rotateY(10deg); -webkit-transform: perspective(600px) rotateY(10deg); -ms-transform: perspective(600px) rotateY(10deg); }

	.dt-sc-image-caption.type3 { text-align:center; }
	.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper { text-align:center; background:none; border:none; position:inherit; width:100%; display:inline-block; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
	.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper img { position:relative; z-index:1; top:-15px; }
	.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper:before { border:0px; }
	.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper:after { content:""; position:absolute; left:0px; right:0px; bottom:-17px; margin:auto; width:70px; height:70px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg);  -ms-transform:rotate(45deg); transform:rotate(45deg); }
	.dt-sc-image-caption.type3 .dt-sc-image-content h3 { font-size:18px; }
	.dt-sc-image-caption.type3 .dt-sc-image-content { margin-top:15px; }
	.dt-sc-image-caption.type3 .dt-sc-image-title { margin-bottom:15px; }
	
	.dt-sc-image-caption.type3.alignright, .dt-sc-image-caption.type3.alignright .dt-sc-image-wrapper .icon-wrapper { text-align: right; }
	.dt-sc-image-caption.type3.alignright .dt-sc-image-wrapper .icon-wrapper:after { left: auto; right: 8px; }
	.dt-sc-image-caption.type3.alignright .dt-sc-image-wrapper .icon-wrapper img { right: 23px; }
	
	.dt-sc-image-caption.type3.alignleft, .dt-sc-image-caption.type3.alignleft .dt-sc-image-wrapper .icon-wrapper { text-align: left; }
	.dt-sc-image-caption.type3.alignleft .dt-sc-image-wrapper .icon-wrapper:after { right: auto; left: 8px; }
	.dt-sc-image-caption.type3.alignleft .dt-sc-image-wrapper .icon-wrapper img { left: 23px; }

	.dt-sc-image-caption.type4 { border-top:3px solid; position:relative; }
	.dt-sc-image-caption.type4 .dt-sc-image-content { border:1px solid; border-top:0px; margin:0px 0px 30px; padding:30px 20px 45px; width: 100%; }
	.dt-sc-image-caption.type4 .dt-sc-image-content h3 { font-size:16px; }
	.dt-sc-image-caption.type4 .dt-sc-image-title { margin-bottom:15px; }
	.dt-sc-image-caption.type4 .dt-sc-button { border:1px solid #f0f0f0; text-transform:none; font-size:14px; position:absolute; bottom:13px; left:20px; padding:10px 20px 9px; }
	.dt-sc-image-caption.type4 .dt-sc-button span { margin-left:5px; }
	
	.dt-sc-image-caption.type4.aligncenter .dt-sc-button { left: 0; right: 0; margin: 0 auto; }
	.dt-sc-image-caption.type4.alignright .dt-sc-button { left: auto; right: 20px; margin: 0 auto; }
	
	.dt-sc-image-caption.type5 { float:left; clear:both; margin:0px 0px 40px; width:100%; }
	.dt-sc-image-caption.type5 .dt-sc-image-content { margin-top: 30px; width: 100%; text-align: center; }
	.dt-sc-image-caption.type5 .dt-sc-image-content p { margin: 20px 0px 0px; clear: both; font-weight: 300; }
	.dt-sc-image-caption.type5 .dt-sc-image-title { margin-bottom: 0; }
	.dt-sc-image-caption.type5 .dt-sc-image-title h3 { display: inline-block; margin: 0px; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; font-size: 12px; letter-spacing: 2px; }
	.dt-sc-image-caption.type5 .dt-sc-image-title h6 { text-transform: inherit; font-weight: 700; font-size: 20px; color: #4D4D4D; line-height: normal; }	
	.dt-sc-image-caption.type5 .dt-sc-image-wrapper img { border-radius: 10px; border: 3px solid; }
	.dt-sc-image-caption.type5:hover .dt-sc-image-wrapper img  { border-radius: 30px; }
	
	.dt-sc-image-caption.type5.aligncenter { text-align: center; padding:6px 25px 5px; }
	.dt-sc-image-caption.type5.alignright { text-align: right; } 
	
	.dt-sc-image-caption.type5.alignleft h3, .dt-sc-image-caption.type5.alignright h3 { padding:6px 0 5px; }
	
	.dt-sc-image-caption.type5 .dt-sc-image-content a.dt-sc-button { margin-top: 0; }
	.dt-sc-image-caption.type5:hover .dt-sc-image-content a { background: none; }
	
	
	.dt-sc-image-caption.type6 { padding: 30px 0; position: relative; overflow: hidden; margin-bottom: 30px; text-align: left; min-height: 300px; background-size: cover; width: 100%; float: left; } 


	.dt-sc-image-caption.type6:before { content: ""; position: absolute; left: auto; bottom: 0px; width: 100%; height: 100%; z-index: 2; /*background: rgba(0, 0, 0, 0.7);*/ transition-delay: 0.4; -moz-transition-delay: 0.4s; -ms-transition-delay: 0.4s; -webkit-transition-delay: 0.4s; /*border-left: 5px solid;*/ right: 0; background: rgba(0,0,0,0.3); background: -moz-linear-gradient(top, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0.9) 100%); background: -webkit-gradient(left top, left bottom, color-stop(25%, rgba(0,0,0,0.25)), color-stop(100%, rgba(0,0,0,0.9))); background: -webkit-linear-gradient(top, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0.9) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0.9) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0.9) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0.9) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 ); }


	.dt-sc-image-caption.type6:after { content: ""; position: absolute; left: auto; top: 0px; width: 100%; height: 100%; z-index: 1; transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transition-delay: 0.4; -moz-transition-delay: 0.4s; -ms-transition-delay: 0.4s; -webkit-transition-delay: 0.4s; /*border-left: 5px solid;*/ right: 0; background: rgba(0,0,0,0.3); background: -moz-linear-gradient(top, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0.9) 100%); background: -webkit-gradient(left top, left bottom, color-stop(25%, rgba(0,0,0,0.25)), color-stop(100%, rgba(0,0,0,0.9))); background: -webkit-linear-gradient(top, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0.9) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0.9) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0.9) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0.9) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 ); opacity: 0; }

	.dt-sc-image-caption:hover.type6:after { opacity: 1; }

	.dt-sc-image-caption.type6 .dt-sc-image-caption-inner-wrapper {bottom: 0; left: 0; padding: 20px; position: absolute; transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -webkit-transition-delay: .2s; z-index: 9; }

	/*.dt-sc-image-caption.type6:hover .dt-sc-image-caption-inner-wrapper { bottom: 50%; transform: translateY(50%); -moz-transform: translateY(50%); -webkit-transform: translateY(50%); -ms-transform: translateY(50%); }*/

	.dt-sc-image-caption.type6 .dt-sc-image-wrapper { margin-bottom: 20px; } 

	/*.dt-sc-image-caption.type6:hover .dt-sc-image-wrapper { margin-bottom: 15px; }*/

	.dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper { position: inherit; z-index: 9; width: 60px; height: 60px; text-align: center; border-radius: 50%;} 

	.dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper img {  position: absolute; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); left: 50%; width: 30px; }

	.dt-sc-image-caption.type6:hover .dt-sc-image-wrapper .icon-wrapper { background: #fff; }

	.dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper:before, .dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper:after { display:none; }
	.dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper span { margin: 0px; z-index: 3; position: relative; line-height: 60px; font-size: 26px; color: #414141; } 
	.dt-sc-image-caption.type6 .dt-sc-image-content { color: #ffffff; width: 100%; float: left; margin-top: 0; }

	.dt-sc-image-caption.type6 .dt-sc-image-title { margin-bottom: 0; }
	.dt-sc-image-caption.type6 h3 { color: #ffffff; font-size: 26px; position: relative; z-index: 3; text-transform: capitalize; margin-bottom: 0; top: 0; } 
	.dt-sc-image-caption.type6 h3 a { color: #fff; }
	.dt-sc-image-caption.type6 .dt-sc-image-title h6 { color: #fff; text-transform: capitalize; font-size: 22px; }
	.dt-sc-image-caption.type6 p { margin-bottom: 0; position:relative; z-index:3; }
	
	.dt-sc-image-caption.type6.alignleft { text-align: left; }
	.dt-sc-image-caption.type6.alignright { text-align: right; }
	
	.dt-sc-image-caption.type6.alignleft .dt-sc-image-wrapper .icon-wrapper { right: auto; left: 40px; }
	.dt-sc-image-caption.type6.alignright .dt-sc-image-wrapper .icon-wrapper { left: auto; right: 40px; }
	
	.dt-sc-image-caption.type6.alignleft h3:before { left: 0; right: auto; }
	.dt-sc-image-caption.type6.alignright h3:before { right: 0; left: auto; }	
	
	.dt-sc-image-caption.type7 { position: relative; }
	.dt-sc-image-caption.type7 .dt-sc-image-wrapper { float:left; width:48%; margin:0px 3% 0px 0px; position:relative; }

	.dt-sc-image-caption.type7 .dt-sc-image-wrapper:before {border-bottom: 15px solid transparent; border-right: 15px solid #fff; border-top: 15px solid transparent; bottom: 0; content: ''; height: 0; margin: auto; position: absolute; right: 13px; top: 0; }

	.dt-sc-image-caption.type7 .dt-sc-image-content { float: left; width: 49%; clear: none; text-align: center; margin: 70px 0px 0px; position: relative; }
	.dt-sc-image-caption.type7 .dt-sc-image-title { margin-bottom:10px; }
	.dt-sc-image-caption.type7 .dt-sc-image-content h3 { font-size:18px; font-weight:600; text-transform:none; }
	
	.dt-sc-image-caption.type7.bottom-content .dt-sc-image-wrapper { width:100%; margin:0px; }
	.dt-sc-image-caption.type7.bottom-content .dt-sc-image-wrapper:before { border-top:0px; border-bottom:15px solid #ffffff; border-right:15px solid transparent; border-left:15px solid transparent; bottom:0px; width:0px; left:0px; right:0px; top:inherit; }
	.dt-sc-image-caption.type7.bottom-content .dt-sc-image-content { width:100%; margin-top:90px; }
	
	.dt-sc-image-caption.type7.left-content .dt-sc-image-wrapper { margin:0px 0px 0px 3%; float:right; }
	.dt-sc-image-caption.type7.left-content .dt-sc-image-wrapper:before { border-left:15px solid #ffffff; border-right:0px; right:inherit; left:0px; }
	.dt-sc-image-caption.type7.left-content .dt-sc-image-content { left: 0; right: auto; }
	
	.dt-sc-image-caption.type7.top-content .dt-sc-image-wrapper { width:100%; margin:0px; }
	.dt-sc-image-caption.type7.top-content .dt-sc-image-wrapper:before { border-top:15px solid #ffffff; border-bottom:0px; border-right:15px solid transparent; border-left:15px solid transparent; top:0px; width:0px; left:0px; right:0px; bottom:inherit; }
	.dt-sc-image-caption.type7.top-content .dt-sc-image-content { width:100%; margin-top:70px; margin-bottom:90px; }
	
	.dt-sc-image-caption.type8 .dt-sc-image-content { position:relative; background:rgba(0, 0, 0, 0.03); margin-top:0px; padding:60px 20px 20px; text-align:center; width:100%; }
	.dt-sc-image-caption.type8 .dt-sc-image-title { margin-bottom:10px; position:relative; }
	.dt-sc-image-caption.type8 .dt-sc-image-content h3 { font-size:18px; font-weight:600; text-transform:none; }
	.dt-sc-image-caption.type8:hover .dt-sc-image-content h3 a { background:none; color:#000000; }
	
	.dt-sc-image-caption.type8 .dt-sc-image-content:before { content:""; position:absolute; left:0px; right:0px; top:-32px; margin:auto; width:68px; height:68px; border-radius:50%; text-align:center; line-height:50px; border:7px solid #ffffff; z-index:1; }
	.dt-sc-image-caption.type8 .dt-sc-image-title:before, .dt-sc-image-caption.type8 .dt-sc-image-title:after { content:""; position:absolute; left:0px; right:0px; margin:auto; background:#222; z-index:1; }
	.dt-sc-image-caption.type8 .dt-sc-image-title:before { width:1px; height:20px; top:-70px; }
	.dt-sc-image-caption.type8 .dt-sc-image-title:after { width:20px; height:1px; top:-61px; }
	
	.dt-sc-image-caption.type8 .dt-sc-image-wrapper { overflow:hidden; }
	.dt-sc-image-caption.type8 .dt-sc-image-wrapper a { display:block; line-height:0px; }
	.dt-sc-image-caption.type8 .dt-sc-image-wrapper img { display:block; }
	.dt-sc-image-caption.type8:hover .dt-sc-image-wrapper img { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); }
	
	.dt-sc-image-caption.type8.alignleft .dt-sc-image-content { text-align: left; }
	.dt-sc-image-caption.type8.alignright .dt-sc-image-content { text-align: right; }	
	
	.dt-sc-image-caption.type9 { position:relative; }
	.dt-sc-image-caption.type9 .dt-sc-image-wrapper { position:relative; }
	.dt-sc-image-caption.type9 .dt-sc-image-overlay { opacity:0; background:rgba(0, 0, 0, 0.8); position:absolute; top:0px; left:0px; width:100%; height:100%; margin:0px; padding:30px; }
	.dt-sc-image-caption.type9 .dt-sc-image-overlay p, .dt-sc-image-caption.type9 .dt-sc-image-overlay ul.dt-sc-fancy-list { color:#999999; }
	.dt-sc-image-caption.type9 .dt-sc-image-overlay .dt-sc-button { font-size:14px; letter-spacing:1px; margin:15px 0px 0px; }
	.dt-sc-image-caption.type9 .dt-sc-image-content h3 { font-size:18px; font-weight:bold; text-transform:none; }
	.dt-sc-image-caption.type9 .dt-sc-image-content { margin-top:20px; }
	
	.dt-sc-image-caption.type9:hover .dt-sc-image-overlay { opacity:1; }
	
	.dt-sc-image-caption.type9 .dt-sc-image-overlay .dt-sc-button:hover { background:#ffffff; color:#000000; }
	
	.dt-sc-image-caption.type9.alignright { text-align: right; }
	.dt-sc-image-caption.type9.alignleft { text-align: left; }
	
	/* IE9 and above */	
	@media screen and (min-width:0\0) { 
		
		.type8.dt-sc-image-caption .dt-sc-image-content::before { border: none; box-shadow: 0 0 0 7px #fff; -ms-box-shadow: 0 0 0 7px #fff; top: -24px; }
	
	}

	
	/*--------------------------------------------------------------
	1.2 - Default Colors
	--------------------------------------------------------------*/	
	
	.dt-sc-image-caption .dt-sc-image-title span, .dt-sc-image-caption.type1:hover .dt-sc-image-content a.dt-sc-button { color:#000000; }
	
	.dt-sc-image-caption:hover .dt-sc-image-wrapper .icon-wrapper span, .dt-sc-image-caption:hover .dt-sc-image-content a, .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span, .dt-sc-image-caption.type2:hover p, .dt-sc-image-caption.type2:hover .dt-sc-image-content h3, .dt-sc-image-caption.type2:hover .dt-sc-image-content h6, .dt-sc-image-caption.type1:hover .dt-sc-image-content a.dt-sc-button:hover { color:#ffffff; }
	.dt-sc-image-caption .dt-sc-image-title h6 { color:rgba(0, 0, 0, 0.5); }
	
	.dt-sc-image-caption.type4 .dt-sc-button { color:#5b5b5b; }

	.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:after { background:#ffffff; } 
	.dt-sc-image-caption.type2:before { background:rgba(255, 255, 255, 0.85); }
	.dt-sc-image-caption.type2:hover:before { background:rgba(0, 0, 0, 0.7); }
	.dt-sc-image-caption.type4 .dt-sc-button { background:#f9f9f9; }
	
	.dt-sc-image-caption.type4 .dt-sc-image-content { border-color:rgba(0, 0, 0, 0.1); }
	.dt-sc-image-caption:hover .dt-sc-image-wrapper .icon-wrapper:before, .dt-sc-image-caption .dt-sc-image-title span { border-bottom-color:#000000; }

	.dt-sc-image-caption.type4:hover .dt-sc-image-content a, .dt-sc-image-caption.type6:hover .dt-sc-image-wrapper .icon-wrapper span { color: #222; }

	
	/*----*****---- << Desktop >> ----*****----*/
	 @media only screen and (min-width:1200px) and (max-width:1380px) {		
				
		.dt-sc-image-caption.type6 { overflow: hidden; }
		.dt-sc-image-caption.type6 .dt-sc-image-wrapper img { max-height: none; width: 100%; }
		.dt-sc-image-caption.type6:hover:before { top: 0; }		 
		.dt-sc-image-caption.type6 .dt-sc-image-content p:first-child { display: none; }

		.dt-sc-image-caption.type7 .dt-sc-image-wrapper:before { right: 0; }
		
	 }
	 
	  /* Note: Design for a width of 960px */
	
    @media only screen and (min-width:992px) and (max-width:1199px) {
		
		/** Image Caption **/

		.dt-sc-image-caption.type1 .dt-sc-image-content h3 { font-size: 20px; }
		.dt-sc-image-caption.type1 .dt-sc-image-content a.dt-sc-button { font-size: 12px; padding: 15px 20px 12px; }
		
		.dt-sc-image-caption.type5 img { width: 100%; }
		
		.dt-sc-image-caption.type6 { overflow: hidden; }
		.dt-sc-image-caption.type6 h3 { font-size: 20px; }
		.dt-sc-image-caption.type6 .dt-sc-image-wrapper img { max-height: none; width: 100%; }
		.dt-sc-image-caption.type6 h3.dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper { display: none; }
		
		.dt-sc-image-caption.type7 .dt-sc-image-content { margin-top: 35px; }		
		.dt-sc-image-caption.type7.bottom-content .dt-sc-image-content { margin-top: 55px; }

		.dt-sc-image-caption.type7 .dt-sc-image-wrapper:before { right: 0; }		
		
		.dt-sc-image-caption.type2 .dt-sc-image-content p,
		.dt-sc-image-caption.type9 .dt-sc-image-overlay p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }		
		
	}
	
	/* Note: Design for a width of 768px */

    @media only screen and (min-width:768px) and (max-width:991px) {
		
		/** Image Caption **/
		.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::before { border-bottom-width: 100px; border-left-width: 100px; }
		.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::after { left: 5px; }
		
		.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span { font-size: 30px; margin: 0 15px 15px 0; }

		.dt-sc-image-caption.type1 .dt-sc-image-title h3 { font-size: 18px; }
		
		/*.dt-sc-image-caption.type2 .dt-sc-image-content h3 { text-transform:capitalize; font-size:14px; }*/
		.dt-sc-image-caption.type2 .dt-sc-image-content { padding:25px 25px 15px; }
		.dt-sc-image-caption.type2 .dt-sc-image-content a.dt-sc-button { margin-top: 8px; }
		.dt-sc-image-caption.type2 .dt-sc-image-title { margin-bottom:0; }
		.dt-sc-image-caption.type2 .dt-sc-image-content p { margin: 0; }
		.dt-sc-image-caption.type2 .dt-sc-image-title + p { display: none; }

		.dt-sc-image-caption.type2.right-perspective img, 
		.dt-sc-image-caption.type2.left-perspective img, 
		.dt-sc-image-caption.type2 img { min-height:280px; object-fit: cover; }

		.dt-sc-image-caption.type2 .dt-sc-image-title h6 { line-height: 20px; }
		
		.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper:after { bottom: -20px; }
		
		.dt-sc-image-caption.type5 .dt-sc-image-content, .dt-sc-image-caption.type5 .dt-sc-image-title, .dt-sc-image-caption.type5 .dt-sc-image-title h3 { width: 100%; }
		.dt-sc-image-caption.type5 h3 { padding: 6px 15px 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
		
		.dt-sc-image-caption.type6 h3 { font-size: 18px; }

		.dt-sc-image-caption.type7 .dt-sc-image-content { margin-top: 10px; }		
		.dt-sc-image-caption.type7.bottom-content .dt-sc-image-content { margin-top: 30px; }

		.dt-sc-image-caption.type7 .dt-sc-image-wrapper:before { right: 0; }

		.dt-sc-image-caption.type8 .dt-sc-image-content:before { top: -34px; }
		
		.dt-sc-image-caption.type9 .dt-sc-image-content .dt-sc-image-title h3 {text-transform:capitalize; }
		.dt-sc-image-caption.type9 .dt-sc-image-overlay p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
		
		.rs_col-sm-6 .dt-sc-image-caption.type2 { margin-bottom: 30px; }
		
	}
	
	/* Common Styles for the devices below 767px width */
	@media only screen and (max-width: 767px) {
		
		/** Image Caption **/
		.dt-sc-image-caption .dt-sc-image-wrapper > img, .dt-sc-image-caption .dt-sc-image-content { width: 100%; }
		.dt-sc-image-caption.type6 .dt-sc-image-wrapper img { max-width: 100%; height: auto; width: 100%; }

		.dt-sc-image-caption.type1 .dt-sc-image-title h3 { font-size: 20px; }

		.dt-sc-image-caption.type2 .dt-sc-image-content { padding: 20px; }
		.dt-sc-image-caption.type2 .dt-sc-image-content h3 { margin-bottom: 10px; }
		.dt-sc-image-caption.type2 .dt-sc-image-title { margin-bottom: 0; }
		.dt-sc-image-caption.type2 .dt-sc-image-content p { margin: 0; }
		.dt-sc-image-caption.type2 .dt-sc-image-title + p { display: none; }

		.dt-sc-image-caption.type2.right-perspective, .dt-sc-image-caption.type2.left-perspective { transform:none; -webkit-transform:none; }
		
		.dt-sc-image-caption.type7 { margin: 0 0 30px; }
		.dt-sc-image-caption.type7 .dt-sc-image-content { margin: 0; }
		.dt-sc-image-caption.type7.bottom-content .dt-sc-image-content { margin-top: 50px; }
		.dt-sc-image-caption.type7 .dt-sc-image-wrapper:before { right: 0; }
		
	}
	
	/* Common Styles for the devices below 479px width */
    @media only screen and (max-width: 479px) {
		
		/** Image Caption **/
		.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::before { border-bottom-width: 100px; border-left-width: 100px; }
		.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::after { left: 7px; }
		.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span { font-size: 30px; margin: 0 15px 15px 0; }
		
		.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper::after { bottom: -20px; }
				
		.dt-sc-image-caption.type5 h3 { font-size: 22px; }
				
		.dt-sc-image-caption.type7 .dt-sc-image-content { position: static; top: auto; transform: none; -moz-transform: none; -webkit-transform: none; -ms-transform: none; }		
		.dt-sc-image-caption.type7 .dt-sc-image-wrapper, .dt-sc-image-caption.type7 .dt-sc-image-content { margin-right:0; width:100%; }
		.dt-sc-image-caption.type7 .dt-sc-image-wrapper, .dt-sc-image-caption.type7.left-content .dt-sc-image-wrapper, .dt-sc-image-caption.type7.bottom-content .dt-sc-image-content { margin: 0 0 30px; }		
		.dt-sc-image-caption.type7.bottom-content .dt-sc-image-content { margin-top: 40px; }
		.dt-sc-image-caption.type9 .dt-sc-image-overlay p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

		.dt-sc-image-caption.type6 { padding: 15px 0; }
		.dt-sc-image-caption.type6 .dt-sc-image-title + p { font-size: 11px; line-height: 18px; }
		.dt-sc-image-caption.type6 h3 { font-size: 16px; }

		.dt-sc-image-caption.type2.right-perspective img, .dt-sc-image-caption.type2.left-perspective img { min-height:320px; object-fit:cover; }
	
	}
	 
	 /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 319px) {						
		
		/** Image Caption **/
		.dt-sc-image-caption.type2 .dt-sc-image-content p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }		
		
		.dt-sc-image-caption.type5 h3 { font-size: 16px; padding: 6px 15px 5px; border-radius: 5px; }		
		
		.dt-sc-image-caption.type6 { min-height: 140px; padding-bottom: 0; }
		.dt-sc-image-caption.type6 .dt-sc-image-wrapper { padding: 15px 0 0; }
		.dt-sc-image-caption.type6 .dt-sc-image-wrapper img { max-height: 140px; }
		.dt-sc-image-caption.type6 .dt-sc-image-content { margin-top: 10px; }
		.dt-sc-image-caption.type6:hover:before, .dt-sc-image-caption.type6:hover .dt-sc-image-wrapper img { top: 0; }
		
		.dt-sc-image-caption.type9 .dt-sc-image-overlay { padding: 20px 15px; }
		
	}