@charset "utf-8";
/* Table of Content
==================================================
	1.0 - Transition
	1.1 - Team
	1.2 - Default Color
	1.3 - Responsive
	1.4 - Skin Color*/

	/*--------------------------------------------------------------
	1.0 - Transition
	--------------------------------------------------------------*/
	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .figcaption, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-thumb:before, .dt-sc-team.type2:after, .dt-sc-team.team_rounded_border.rounded:hover .dt-sc-team-thumb:before, .dt-sc-team.rounded.zoom-in-hover .dt-sc-team-thumb, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-social, .dt-sc-team .dt-sc-team-details, .dt-sc-team .dt-sc-team-details, .dt-sc-team, .dt-sc-team h4, .dt-sc-team .dt-sc-team-details h5, .dt-sc-team.rounded .dt-sc-team-thumb:after, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social li, .dt-sc-team.type2 .dt-sc-team-thumb .dt-sc-team-thumb-overlay, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-thumb, .dt-sc-team.simple-rounded-image .dt-sc-team-details p, .dt-sc-team.type2, .dt-sc-team.hide-details-show-on-hover .dt-sc-team-details, .dt-sc-team.hide-details-show-on-hover:before, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-details p, .dt-sc-team.rounded .dt-sc-team-thumb:before, .dt-sc-team.hide-social-show-on-hover.rounded .dt-sc-team-details p:before { -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 - Team
	--------------------------------------------------------------*/
	.dt-sc-team { float:left; clear:both; width:100%; margin:0; padding:0; position:relative; overflow:hidden; }
	
	.dt-sc-team .dt-sc-team-details { float:left; width:100%; padding:30px 20px 40px; text-align:center; position:relative; }
	.dt-sc-team .dt-sc-team-details h4 { font-size: 24px; margin-bottom: 0; }
	.dt-sc-team .dt-sc-team-details h5 { font-size: 16px; font-weight: 300; margin-bottom: 10px; }

	.dt-sc-team.without-bg .dt-sc-team-details h5 { font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: normal; }

	.dt-sc-team .dt-sc-team-details p:last-child { display: inline-block; float: none; margin-top: 25px; width: 100%; }
	
	.dt-sc-team.hide-details-show-on-hover { z-index: 1; }
	.dt-sc-team.hide-details-show-on-hover .dt-sc-team-details { left: 0; padding: 30px 10px; position: absolute; text-align: center; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; opacity: 0; }

	.dt-sc-team.hide-details-show-on-hover .dt-sc-team-details { background: none; }

	.dt-sc-team.hide-details-show-on-hover:before { background: rgba(255, 255, 255, .8); content: ''; display: block; height: 80%; left: 10px; margin: auto; opacity: 0; position: absolute; right: 10px; top: 50%; transform: translateY(-50%) skewY(0deg); -moz-transform: translateY(-50%) skewY(0deg); -ms-transform: translateY(-50%) skewY(0deg); -webkit-transform: translateY(-50%) skewY(0deg); width: auto; }
	.dt-sc-team.hide-details-show-on-hover:hover .dt-sc-team-details { opacity: 1; }

	.dt-sc-team.hide-details-show-on-hover:hover:before { opacity: 1; transform: translateY(-50%) skewY(-10deg); -moz-transform: translateY(-50%) skewY(-10deg); -ms-transform: translateY(-50%) skewY(-10deg); -webkit-transform: translateY(-50%) skewY(-10deg); }
	
	.ie9 .dt-sc-team.hide-details-show-on-hover .dt-sc-team-details { opacity:0; }
	.ie9 .dt-sc-team.hide-details-show-on-hover:hover .dt-sc-team-details { opacity:1; }
	
	.dt-sc-team.hide-social-show-on-hover .dt-sc-team-details { padding-bottom: 35px; }
	.dt-sc-team.hide-social-show-on-hover .dt-sc-team-details h5 { margin-bottom:0; } 

	.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social { padding:20px; width:100%; position:absolute; opacity:0; top:auto; bottom: 100%; left:0; }
	.dt-sc-team.hide-social-show-on-hover:hover .dt-sc-team-social { opacity:1; }

	.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social.diamond-square-border { top: -70px; }
	.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social.rounded-border, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-social.square-border { top: -74px; }
	.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social.hexagon-border { top: -68px; padding-bottom: 8px; padding-top: 14px; }

	.dt-sc-team.hide-details-show-on-hover .dt-sc-team-details p:last-child { padding: 0 20px; }

	.dt-sc-team.hide-social-show-on-hover .dt-sc-team-details p:last-child { margin-top: 8px; }  
	.dt-sc-team.hide-social-show-on-hover:not(.rounded):hover .dt-sc-team-details p { color: #fff; }
	
	.dt-sc-team-social { float:left; clear:both; width:100%; margin:0; padding:0; text-align:center; }
	.dt-sc-team-social li { display:inline-block; margin:0 5px; padding:0; }
	.dt-sc-team-social li a { width:34px; height:34px; text-align:center; font-size:16px; line-height:34px; }
	.dt-sc-team.without-bg .dt-sc-team-social li a { font-size: 18px; }
	.dt-sc-team.without-bg .dt-sc-team-social li a:hover { color: #888; }
	.dt-sc-team-social.rounded-border li a { border:1px solid; border-radius:50%; }
	.dt-sc-team-social.square-border li a { border:1px solid; }
	.dt-sc-team-social.rounded-square li a { border-radius:5px; }
	
	.dt-sc-team-social.diamond-square-border li { text-align:center; width:30px; height:30px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);  transform:rotate(45deg); border-radius:5px; margin:0 10px; }
	.dt-sc-team-social.diamond-square-border li a { margin:-5px 0 0 -5px; width:40px; height:40px; line-height:40px; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); }
	
	.dt-sc-team-social.hexagon-border { margin-bottom: -13px; }
	.dt-sc-team-social.hexagon-border li { margin: 8px 5px; background: none; border: 1px solid; border-top: none; border-bottom: none; width: 42px; }
	.dt-sc-team-social.hexagon-border li:before, .dt-sc-team-social.hexagon-border li:after { border-color: #000; }
	
	.dt-sc-team.details-on-image .dt-sc-team-thumb > img { position:relative; }
	.dt-sc-team.details-on-image .dt-sc-team-details { position:absolute; bottom:0; left:0; }
	
	.dt-sc-team.rounded:hover { box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -webkit-box-shadow: none; }
	.dt-sc-team.rounded .dt-sc-team-thumb { position:relative; }
	.dt-sc-team.rounded .dt-sc-team-thumb:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; border:20px solid; border-radius:50%; opacity: 0.4; }
	.dt-sc-team.rounded:hover .dt-sc-team-thumb:before { opacity: 1; }

	.dt-sc-team.hide-social-show-on-hover.rounded .dt-sc-team-details p { position: relative; }
	.dt-sc-team.hide-social-show-on-hover.rounded .dt-sc-team-details p:before { background: #000; content: ''; display: block; height: 2px; left: 0; margin: 0 auto; opacity: .1; position: absolute; right: 0; top: -28px; width: 50px; }
	.dt-sc-team.hide-social-show-on-hover.rounded:hover .dt-sc-team-details p:before { width: 0; }
	
	.dt-sc-team.rounded .dt-sc-team-thumb:after { content:""; position:absolute; left:20px; top:20px; border-radius:50%; width:87%; height:87%; width:-webkit-calc(100% - 40px); width:-moz-calc(100% - 40px); width:calc(100% - 40px); height:-webkit-calc(100% - 40px); height:-moz-calc(100% - 40px); height:calc(100% - 40px); }
	.dt-sc-team.rounded .dt-sc-team-thumb img { border-radius:50%; }
	.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-details, .dt-sc-team.rounded.hide-social-show-on-hover:hover .dt-sc-team-details { background:none; position:static; padding-bottom: 0; }
	
	.dt-sc-team.rounded { text-align: center; }
	.dt-sc-team.rounded .dt-sc-team-details { position:initial; }
	.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social { background: none; bottom: 12px; margin: 10px 0 0; padding: 0; position: absolute; top: auto; }

	.dt-sc-team.rounded.hide-social-show-on-hover:hover .dt-sc-team-details h4,
	.dt-sc-team.rounded.hide-social-show-on-hover:hover .dt-sc-team-details h5 { opacity: 0; visibility: hidden; }
	
	.dt-sc-team.hide-social-role-show-on-hover { padding: 50px 0 20px; -webkit-box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.075); box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.075); }
	
	.vc_row-has-fill .dt-sc-team.hide-social-role-show-on-hover { -webkit-box-shadow: 0 0 40px 0 currentColor; box-shadow: 0 0 40px 0 currentColor; }
	.vc_row-has-fill .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-details, .vc_row-has-fill .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-details p { color: #777777; }

	.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-thumb { margin: 0 auto 20px; max-width: 165px; position: relative; }
	.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-thumb img { position: relative; z-index: 1; }

	.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-thumb:before { content: ""; height: 0; position: absolute; bottom: 135%; left: 0; right: 0; width: 100%; -webkit-transform: scale(3); transform: scale(3); opacity:0.09; }
	.dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-thumb:before { height: 100%; }

	.dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-thumb:after { opacity: 1; filter: alpha(opacity=100); visibility: visible; -webkit-transform: scale(1); transform: scale(1); }

	.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-details { background-color: rgba(0, 0, 0, 0); padding: 30px; }
	.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-details h4 { color: #222222; }
	.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-details h5 { line-height: normal; padding-bottom: 25px; position: relative; text-transform: captalize; }
	.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-details h5:after { content:""; height: 3px; margin: auto; position: absolute; bottom: 0; left: 0; right: 0; width: 42px; }
	.dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-details h5:after { width: 62px; }

	.dt-sc-team.hide-social-role-show-on-hover.aligncenter { float: none; margin: auto; width: 100%; }

	.dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-thumb img { -moz-box-shadow: 0 0 0 14px #fff; -moz-transform: scale(0.7); -ms-transform: scale(0.7); -webkit-box-shadow: 0 0 0 14px #fff; -webkit-transform: scale(0.7); 
	box-shadow: 0 0 0 14px #fff; transform: scale(0.7); }

	.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-thumb, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-thumb img, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-thumb:before { -webkit-border-radius: 50%; border-radius: 50%; }

	.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-thumb img, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-details h5:after { -webkit-transition: all 0.9s ease; -moz-transition: all 0.9s ease; -o-transition: all 0.9s ease; -ms-transition: all 0.9s ease; transition: all 0.9s ease; }

	.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social { position: absolute; bottom: -70px; left: -1px; right: -1px; margin: auto; width: auto; }
	.dt-sc-team.hide-social-role-show-on-hover.default .dt-sc-team-social li { width: 25%; margin: 0; padding: 0; }
	.dt-sc-team.hide-social-role-show-on-hover.default .dt-sc-team-social li a { width: 100%; color: #fff; }
	.dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-social { bottom: -20px; }
	.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social li:hover a { color: #000; }
	.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social li:hover { background: #fff; }

	.dt-sc-team.hide-social-role-show-on-hover.default .dt-sc-team-details p:last-child { margin-top: 10px; }
	
	.dt-sc-team:hover { box-shadow: 0 0 10px rgba(0,0,0,.2); -moz-box-shadow: 0 0 10px rgba(0,0,0,.2); -ms-box-shadow: 0 0 10px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2); }
	.dt-sc-team.without-bg:hover { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }

	.dt-sc-team.type2 { border: 3px solid rgba(0, 0, 0, 0.05); position: relative; overflow: visible; padding: 20px; }	
	.dt-sc-team.type2 .dt-sc-team-thumb{width:35%; float:left; margin-right:5%;}	
	
	.dt-sc-team.type2 .dt-sc-team-details{width:60%; text-align:left; padding:25px 0 0; background:none; }	
	
	.dt-sc-team.type2 .dt-sc-team-details .dt-sc-team-social{margin:10px 0 0; text-align:left;}	
	.dt-sc-team.type2 .dt-sc-team-details .dt-sc-team-social li:first-child{margin-left:0;}	
	.dt-sc-team.type2 .dt-sc-team-details .dt-sc-team-social li a{line-height:32px; border:1px solid;}
	.dt-sc-team.type2 .dt-sc-team-details .dt-sc-team-social li a:hover{color:#FFF;}	

	.dt-sc-team-social.hexagon-border li { position:relative; width: 42px; height:25px; margin: 8px 5px; background: none; border: 1px solid; border-top: none; border-bottom: none; }
	
	.dt-sc-team-social.hexagon-border li:before, .dt-sc-team-social.hexagon-border li:after { content:""; position:absolute; z-index:1; width:30px; height:30px; -webkit-transform:scaleY(0.5774) rotate(-45deg); -ms-transform:scaleY(0.5774) rotate(-45deg); transform:scaleY(0.5774) rotate(-45deg); background-color:inherit; left:5px; }
	.dt-sc-team-social.hexagon-border li:before { top:-15.0660px; border-top:solid 1.5px; border-right:solid 1.5px; }
	.dt-sc-team-social.hexagon-border li:after { bottom:-15.0660px; border-bottom:solid 1.5px; border-left:solid 1.5px; left:5px; }
	.dt-sc-team-social.hexagon-border li a { line-height:52px; position:relative; z-index:9; left:-1px; top:-13px; width:42px; height:52px; }
	
	.dt-sc-team.type2.alter .dt-sc-team-thumb { float:right; border-left:1px solid #fafaf6; border-right:0; }
	.dt-sc-team.type2.alter .dt-sc-team-details:before { left:inherit; right:-15px; border-right:0; border-left:15px solid #f1efea; }

	.dt-sc-team.type2.alter .dt-sc-team-details h4 { text-align:right; }
	.dt-sc-team.type2.alter .dt-sc-team-details h5 { float:right; padding-right:0; }
	.dt-sc-team.type2.alter .dt-sc-team-details p { display:inline-block; width:100%; text-align:right; }
	
	.dt-sc-team.team_rounded_border.rounded .dt-sc-team-thumb { width:200px; height:200px; margin:0 auto; }
	.dt-sc-team.team_rounded_border.rounded .dt-sc-team-thumb:before { z-index:1; border-color:rgba(255, 255, 255, 0.01); }
	.dt-sc-team.rounded.team_rounded_border .dt-sc-team-thumb:after { z-index:0; width:100%; height:100%; left:0; top:0; }
	.dt-sc-team.rounded.team_rounded_border.hide-social-show-on-hover .dt-sc-team-social { top: 19%; z-index:2; }
	.dt-sc-team.rounded.team_rounded_border:hover .dt-sc-team-thumb:after { background:rgba(255, 255, 255, 0.9); }
	.dt-sc-team.team_rounded_border.rounded:hover .dt-sc-team-thumb:before { border:8px solid; }
	.dt-sc-team.rounded.team_rounded_border.hide-social-show-on-hover .dt-sc-team-social li a { color:#222222; }
	
	.dt-sc-team.rounded.team_rounded_border .dt-sc-team-details h4 { margin-bottom:5px; }
	.dt-sc-team.rounded.team_rounded_border .dt-sc-team-details h5 { margin-bottom:15px; }
	.dt-sc-team.rounded.team_rounded_border .dt-sc-team-details p { margin-bottom:15px; }	
	.dt-sc-team.rounded.team_rounded_border .dt-sc-team-details p a { font-size:14px; }
	.dt-sc-team.rounded.team_rounded_border .dt-sc-team-details p a > i { margin-right:5px; }
	
	.dt-sc-team.rounded.zoom-in-hover { min-height:330px; padding-top:10px; }
	.dt-sc-team.rounded.zoom-in-hover .dt-sc-team-thumb:before { border: 0; box-shadow: 0 0 0 10px #f5f5f5; width:100%; height:100%; }
	.dt-sc-team.rounded.zoom-in-hover .dt-sc-team-thumb img { float:left; }
	.dt-sc-team.rounded.zoom-in-hover:hover .dt-sc-team-thumb { max-width: 220px; }
		
	/* Flip Details On Hover */

	.dt-sc-team.flip-details-on-hover, .dt-sc-team.flip-details-on-hover .dt-sc-team-thumb, .dt-sc-team.flip-details-on-hover .dt-sc-team-thumb img { float: left; width: 100%;}

	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb { display: inline-block; vertical-align: middle; overflow:hidden; position: relative; }	
	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .figcaption { float: left; text-align: center; position:absolute; text-transform: none; margin: 0; left: 0; width: 100%; height: 100%; opacity:0; text-align: center; z-index: 99; background: #303030; }
	.dt-sc-team.flip-details-on-hover:hover .dt-sc-team-thumb .figcaption { opacity: 1; -webkit-box-shadow: inset 0 0 0 3px #ffffff; -moz-box-shadow: inset 0 0 0 3px #ffffff; box-shadow: inset 0 0 0 3px #ffffff; transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -webkit-transform: scaleX(1); }
	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .fig-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: 90%; display: table-cell; vertical-align: middle; }
	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .figcaption img { width: 50%; margin: 0 auto 5px; float: none; display: inline-block; background: #fff; display: none; }
	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .figcaption h5, .dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .figcaption span { margin: 0; padding: 0; }
	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .figcaption h5 { font-size: 24px; }
	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .figcaption span { position: relative; float: none; display: inline-block; }
	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .figcaption p { float: left; margin: 5px 0 20px; overflow: hidden; padding: 0 15px; position: relative; text-overflow: ellipsis; white-space: nowrap; width: 100%; word-wrap: break-word; }

	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .figcaption span +.dt-sc-team-social { margin-top: 30px; padding: 30px 0; position: relative; }
	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .figcaption span +.dt-sc-team-social li a { color: #888888; }

	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .figcaption span +.dt-sc-team-social:after, .dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .figcaption span +.dt-sc-team-social:before { position: absolute; content: ""; left: 0; height: 2px; right: 0; margin: 0 auto; width: 40%; } 
	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .figcaption span +.dt-sc-team-social:after {bottom: 0; } 
	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .figcaption span +.dt-sc-team-social:before {top: 0; }

	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .fig-content .dt-sc-social-icons a { margin-right: 12px; }
	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .fig-content .dt-sc-social-icons a:last-child { margin-right: 0; }

	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .dt-sc-social-icons { text-align: center; width: 100%; float: none; display: inline-block; padding: 10px 0; }

	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .team-title { width: 100%; float: left; text-align: center; padding: 22px 10px 20px; margin: 0; }
	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .team-title h5 { margin-bottom: 5px; font-size: 24px; }
	.dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .team-title span { width: auto; float: none; position: relative; display: inline-block; font-size: 16px; color: #000; }	
	
	.dt-sc-team.flip-details-on-hover .dt-sc-social-icons a { float: none; position: static; display: inline-block; width: 25px; height: 25px; line-height: 25px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); margin-right: 15px; background: #fff; overflow: hidden; } 
	.dt-sc-team.flip-details-on-hover .dt-sc-social-icons a:hover { background: none; }
	.dt-sc-team.flip-details-on-hover .dt-sc-social-icons a i { float: none; color: #252525; display: inline-block; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); width: 25px; height: 25px; line-height: 25px; text-align: center; }
	.dt-sc-team.flip-details-on-hover .dt-sc-social-icons a:hover i, .dt-sc-team.flip-details-on-hover .dt-sc-team-thumb p, .dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .figcaption span, .dt-sc-team.flip-details-on-hover .dt-sc-team-thumb .figcaption h5 {color: #fff;}		
	.dt-sc-team.flip-details-on-hover .dt-sc-social-icons a i:after {position: absolute;right: 0;bottom: 0;content: "";display: block;width: 25px;height: 25px;line-height: 25px;z-index: -1;transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transition: all 300ms linear;}

	.dt-sc-team.flip-details-on-hover .dt-sc-social-icons a:hover i:after { background: #000; }

	/* Simple Rounded Image */

	.dt-sc-team.simple-rounded-image { padding: 55px 35px 25px; box-shadow: 0 0 10px rgba(0,0,0,.2); -moz-box-shadow: 0 0 10px rgba(0,0,0,.2); -ms-box-shadow: 0 0 10px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2); }
	.dt-sc-team.simple-rounded-image:before {background: #303030; content: ''; height: 100%; left: 100%; margin: auto; opacity: 0; padding-top: 200%; pointer-events: none; position: absolute; top: 50%; transform: translateY(-50%) scale(1.2); -moz-transform: translateY(-50%) scale(1.2); -ms-transform: translateY(-50%) scale(1.2); -webkit-transform: translateY(-50%) scale(1.2); transition: all 500ms linear; -moz-transition: all 500ms linear; -ms-transition: all 500ms linear; -webkit-transition: all 500ms linear; visibility: hidden; width: 200%; }
	
	.dt-sc-team.simple-rounded-image:hover {  box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -webkit-box-shadow: none; }
	.dt-sc-team.simple-rounded-image:hover:before { opacity: 1; left: -50%; visibility: visible; }

	.dt-sc-team.simple-rounded-image .dt-sc-team-thumb { height: 250px; margin: 0 auto; position: relative; width: 250px; }
	.dt-sc-team.simple-rounded-image:before, .dt-sc-team.simple-rounded-image .dt-sc-team-thumb, .dt-sc-team.simple-rounded-image .dt-sc-team-thumb img { -webkit-border-radius: 50%; border-radius: 50%; }
	.dt-sc-team.simple-rounded-image .dt-sc-team-details { background-color: rgba(0,0,0,0); padding-left: 0; padding-right: 0; padding-bottom: 30px; }
	.dt-sc-team.simple-rounded-image .dt-sc-team-details p { clear: both; margin-top: 0; }
	
	.dt-sc-team.simple-rounded-image .dt-sc-team-social { margin-bottom: 15px; }
	.dt-sc-team.simple-rounded-image *:last-child { margin-bottom: 0; }

	.dt-sc-team.simple-rounded-image:hover .dt-sc-team-details * { color: #fff; }
	
	/*--------------------------------------------------------------
	1.2 - Default Colors
	--------------------------------------------------------------*/
	
	.dt-sc-team-social.square-border li:hover a,.dt-sc-team.type2 .dt-sc-team-social.diamond-square-border li,.dt-sc-team .dt-sc-team-social.diamond-square-border li:hover a, .dt-sc-team-social.hexagon-border li:hover a,.dt-sc-team.type2 .dt-sc-team-social.diamond-square-border li a, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.rounded-square li:hover a, .dt-sc-team.rounded .dt-sc-team-thumb:before { color: #fff; }
	
	.dt-sc-team.type2 .dt-sc-team-social.hexagon-border li:before, .dt-sc-team.type2 .dt-sc-team-social.hexagon-border li:after, .dt-sc-team.type2 .dt-sc-team-social.rounded-square li a, .dt-sc-team.type2 .dt-sc-team-social.hexagon-border li, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-details .dt-sc-team-social li a, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.hexagon-border li, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.hexagon-border li:before, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.hexagon-border li:after, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social li, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.hexagon-border li, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.hexagon-border li:before, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.hexagon-border li:after, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.diamond-square-border li:hover { border-color: #fff; }
	
	.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.diamond-square-border li:hover, .dt-sc-team.type2 .dt-sc-team-social.rounded-border li a:hover, .dt-sc-team.type2 .dt-sc-team-social.diamond-square-border li:hover, .dt-sc-team.type2 .dt-sc-team-social.hexagon-border li:hover, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.hexagon-border li:hover { background: #fff; }	
 	
	.dt-sc-team-social.rounded-border li a, .dt-sc-team-social.square-border li a { border-color:#000000; }
	
	.dt-sc-team.type1 .dt-sc-team-details h5 { color:#888888; }
	.dt-sc-team-social.rounded-border li a, .dt-sc-team-social.square-border li a { color:#000000; }
	
	.dt-sc-team-social.rounded-border li a:hover, .dt-sc-team-social.square-border li a:hover, .dt-sc-team-social.rounded-square li a, .dt-sc-team.hide-social-show-on-hover:hover .dt-sc-team-details h4, .dt-sc-team.hide-social-show-on-hover:not(.rounded):hover .dt-sc-team-details h5, .dt-sc-team.details-on-image .dt-sc-team-details h4, .dt-sc-team.details-on-image .dt-sc-team-details h5, .dt-sc-team.hide-social-show-on-hover.details-on-image .dt-sc-team-details h5, .dt-sc-team.rounded .dt-sc-team-details .dt-sc-team-social li a, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social:not(.hexagon-border) li:hover a { color:#ffffff; }
	
	.dt-sc-team.type2 .dt-sc-team-details p { color:#222222; }
		
	.dt-sc-team.rounded .dt-sc-team-details h4, .dt-sc-team.rounded:hover .dt-sc-team-details h4 { color:#1b1310; }
	
	.dt-sc-team-social.diamond-square-border li, .dt-sc-team-social.hexagon-border li:hover { background:#ffffff; }
	.dt-sc-team .dt-sc-team-details { background:rgba(0, 0, 0, 0.05); }
	.dt-sc-team.without-bg .dt-sc-team-details { background: transparent; padding: 20px 20px 40px; }
	.dt-sc-team.details-on-image .dt-sc-team-details { background:rgba(0, 0, 0, 0.8); }
	.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social { background:rgba(255, 255, 255, 0.9); }
	
	.dt-sc-team.type2 { background:#f1efea; }
	
	.dt-sc-team.type2 .dt-sc-team-details h5  { border-bottom-color:rgba(0, 0, 0, 0.1); }
	.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-thumb { border-color:#ffffff; }
	
	
	
	/*--------------------------------------------------------------
	1.3 - Responsive
	--------------------------------------------------------------*/
	
	 /* Note: Design for a width of 960px */
	
    @media only screen and (min-width:992px) and (max-width:1199px) {
		
		.dt-sc-team .dt-sc-team-details h4 { font-size: 20px; }
		.dt-sc-team .dt-sc-team-details h5 { font-size: 16px; }

		.dt-sc-team.simple-rounded-image .dt-sc-team-social li a { font-size: 14px; }
		
		.dt-sc-team.details-on-image .dt-sc-team-details h4 { font-size: 18px; }

		/** Team **/
		.vc_col-md-6 .dt-sc-team, .vc_col-md-12 .dt-sc-team { margin-top: 30px; }
		
		.dt-sc-team .dt-sc-team-thumb img { width: 100%; }		
		
		.dt-sc-team.type2.alter .dt-sc-team-details::before { right: 30px; transform: rotate(-90deg); }		
		
		.dt-sc-team-social li { margin: 0 3px; }
		
		.dt-sc-team-social.hexagon-border li { margin: 8px 3px; }
		
		.dt-sc-team.type2 .dt-sc-team-thumb, .dt-sc-team.type2 .dt-sc-team-details { width: 100%; }	
		.dt-sc-team.type2 .dt-sc-team-details:before { border-bottom-width: 16px; top: -22px; left: 30px; transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }	
	
		.dt-sc-team-social.diamond-square-border li { margin: 0 7px; }
		
		.rs_min_height_team_col .wpb_column { min-height: 355px !important; }	
		
		.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social.rounded-border, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-social.square-border { top:-70px; }	

		.dt-sc-team.simple-rounded-image { padding: 55px 15px 25px; }
		.dt-sc-team.simple-rounded-image .dt-sc-team-thumb { height: 200px; width: 200px; }

	}
	
	/*----*****---- << Tablet (Portrait) >> ----*****----*/	
	
    /* Note: Design for a width of 768px */

    @media only screen and (min-width:768px) and (max-width:991px) {
		
		.vc_custom_carousel .dt-sc-team.team_rounded_border.rounded .dt-sc-team-thumb { width:170px; height:170px; }
		
		/** Team **/
		.rs_col-sm-6 .dt-sc-team { margin-bottom: 30px; }
		.rs_col-sm-6:last-child .dt-sc-team,
		.rs_col-sm-6:nth-last-child(2) .dt-sc-team { margin-bottom: 0; }

		.rs_col-sm-6 .dt-sc-team.rounded { margin-bottom: 60px; }
				
		.dt-sc-team .dt-sc-team-thumb img { width: 100%; }
		.dt-sc-team.type2 .dt-sc-team-thumb, .dt-sc-team.type2 .dt-sc-team-details { width: 100%; float: left; }
		.dt-sc-team.type2 .dt-sc-team-details:before { border-bottom-width: 16px; top: -22px; left: 30px; transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }

		.dt-sc-team.simple-rounded-image { padding: 55px 15px 25px; }
		.dt-sc-team.simple-rounded-image .dt-sc-team-thumb { height: 140px; width: 140px; }
		
	}
	
	
	/*----*****---- << Mobile (Landscape) >> ----*****----*/	
	
	/* Common Styles for the devices below 767px width */
	@media only screen and (max-width: 767px) {
		
		.rs_col_no_btm_space .dt-sc-team { margin-bottom:0; }
		
		.dt-sc-team.type2 .dt-sc-team-thumb, .dt-sc-team.type2 .dt-sc-team-details { width: 100%; float: left; }
		.dt-sc-team.type2.alter .dt-sc-team-details::before { border-right:15px solid #f1efea; left: 30px; right: auto; border-left:transparent; }
		
		/** Team **/
		.dt-sc-team { margin: 0 0 30px; }
		.dt-sc-team .dt-sc-team-thumb img,
		.dt-sc-team.type2 .dt-sc-team-thumb, .dt-sc-team.type2 .dt-sc-team-details { width: 100%; }

		.rs_col_no_btm_space.dt-sc-team { margin-bottom: 0; }		
		
	}
	
	
		
	/*----*****---- << Mobile (Landscape) >> ----*****----*/	
	
    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		
		/** Team **/
		.rs_min_height_team_col .wpb_column { min-height: 570px !important; }
		
	}
	
	
	/* Common Styles for the devices below 479px width */
    @media only screen and (max-width: 479px) {
		
		.rs_min_height_team_col .wpb_column { min-height: 440px !important; }
		
		.dt-sc-team.simple-rounded-image .dt-sc-team-thumb { height: 200px; width: 200px; }


	}
	

	
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 319px) {	
			
		.rs_min_height_team_col .wpb_column { min-height: 350px !important; }					
		
		/** Team **/		
		.dt-sc-team-social li { margin: 0 2px; }
		.dt-sc-team-social li a { font-size: 15px; height: 30px; line-height: 30px; width: 30px; }
		
		.dt-sc-team-social.hexagon-border li { margin: 12px 2px; }
		
		.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social { top: -70px; }
		.dt-sc-team-social.diamond-square-border li { margin: 0 7px; }
		
	} 