@charset "utf-8";
.dt-sc-hr {
	background: rgba(255, 255, 255, .4);
	height: 1px;
	width: 100%;
	clear: both;
	display: block;
	float: left;
	margin: 30px 0;
	position: relative;
	z-index: 1
}
.dt-sc-hr.medium { 
	height: 3px
} 
.dt-sc-hr.large {
	height: 5px
}
.dt-sc-hr-invisible {
	float: left;
	width: 100%;
	margin: 20px 0;
	display: block;
	clear: both
}
.dt-sc-hr-invisible-normal {
	float: left;
	width: 100%;
	margin: 25px 0;
	display: block;
	clear: both
}
.dt-sc-hr-invisible-small {
	float: left;
	width: 100%;
	margin: 10px 0;
	display: block;
	clear: both
}
.dt-sc-hr-invisible-medium {
	float: left;
	width: 100%;
	margin: 40px 0;
	display: block;
	clear: both
}
.dt-sc-hr-invisible-large {
	float: left;
	width: 100%;
	margin: 55px 0;
	display: block;
	clear: both
}
.dt-sc-hr.top {
	width: 100%
}
.dt-sc-hr.top {
	background-position: right center;
	text-align: right
}
.dt-sc-hr.top a {
	color: rgba(0, 0, 0, .5);
	background: 0 0;
	font-size: 11px;
	line-height: 16px;
	padding-left: 5px;
	position: absolute;
	right: -4%;
	top: -4px
}
.dt-sc-hr.top a:hover {
	color: #181818
}
.dt-sc-hr.top a span {
	margin-right: 2px;
	margin-top: 8px
}
.dt-sc-clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0
}
.column {
	margin: 0 0 0 2.6%;
	float: left;
	min-height: 1px;
	position: relative
}
.column.first {
	margin-left: 0
}
.dt-sc-full-width,
.dt-sc-one-column {
	width: 100%
}
.column.dt-sc-full-width,
.column.dt-sc-one-column {
	margin-left: 0
}
.dt-sc-one-fourth {
	width: 23%
}
.dt-sc-one-half {
	width: 48.7%
}
.dt-sc-one-third {
	width: 31.6%
}
.dt-sc-three-fourth {
	width: 74.4%
}
.dt-sc-two-third {
	width: 65.8%
}
.dt-sc-one-fifth {
	width: 17.9%
}
.dt-sc-four-fifth {
	width: 79.5%
}
.dt-sc-three-fifth {
	width: 59%
}
.dt-sc-two-fifth {
	width: 38.4%
}
.dt-sc-one-sixth {
	width: 14.5%
}
.dt-sc-two-sixth {
	width: 31.6%
}
.dt-sc-three-sixth {
	width: 48.7%
}
.dt-sc-four-sixth {
	width: 65.8%
}
.dt-sc-five-sixth {
	width: 82.9%
}
.column img {
	max-width: 100%;
	height: auto
}
.dt-sc-one-half iframe,
.dt-sc-one-third iframe,
.dt-sc-one-fourth iframe,
.dt-sc-three-fourth iframe,
.dt-sc-two-third iframe,
iframe {
	max-width: 100%
}
embed,
iframe,
object,
video {
	max-width: 100%
}
.column.no-space {
	margin-left: 0;
	margin-right: 0
}
.column.no-space.dt-sc-one-fourth {
	width: 25%
}
.column.no-space.dt-sc-one-third {
	width: 33.3%
}
.column.no-space.dt-sc-one-half {
	width: 50%
}
.column.no-space.dt-sc-one-fifth {
	width: 20%
}
.column.no-space.dt-sc-one-sixth {
	width: 16.6%
}
.column.no-space.dt-sc-two-third {
	width: 66.6%
}
.column.no-space.dt-sc-three-fourth {
	width: 75%
}
.column.no-space.dt-sc-two-third {
	width: 66.6%
}
.column.no-space.dt-sc-four-fifth {
	width: 80%
}
.column.no-space.dt-sc-three-fifth {
	width: 60%
}
.column.no-space.dt-sc-two-fifth {
	width: 40%
}
.column.no-space.dt-sc-two-sixth {
	width: 33.2%
}
.column.no-space.dt-sc-three-sixth {
	width: 49.8%
}
.column.no-space.dt-sc-four-sixth {
	width: 66.4%
}
.column.no-space.dt-sc-five-sixth {
	width: 83%
}
.dt-sc-button {
	border: none;
	background: 0 0;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	outline: none;
	margin: 10px 0 0;
	position: relative;
	/*border: 1px solid rgba(255, 255, 255, .6);*/
	border: 1px solid rgba(0, 0, 0, 0.6);
	color: #fff;
	overflow: hidden;
	font-weight: 600;
	-webkit-transition: all 300ms;
	-moz-transition: all .3s;
	transition: all 300ms;
	backface-visibility: hidden;
	line-height: normal
}
.dt-sc-button:hover,
.dt-sc-button:active {
	color: #000;
	backface-visibility: hidden
}
.dt-sc-button.type1:hover,
.dt-sc-button.type1.with-icon:hover {
	background: #fff
}
.dt-sc-button.type2:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
.dt-sc-button.type2:hover:after {
	height: 80%;
	opacity: 1
}
.dt-sc-button.type3:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
.dt-sc-button.type3:hover:after {
	width: 90%;
	opacity: 1
}
.dt-sc-button.small {
	padding: 15px 30px
}
.dt-sc-button.medium {
	/*padding: 20px 50px;
	padding: 20px 50px 21px\0/*/
	padding: 15px 30px 15px 10px;
}
.dt-sc-button.large {
	padding: 25px 70px
}
.dt-sc-button.xlarge {
	padding: 30px 90px
}
.dt-sc-button.type1.with-icon i.fa,
.dt-sc-button.type2.with-icon i.fa,
.dt-sc-button.type3.with-icon i.fa {
	position: absolute;
	color: #000;
	/*opacity: 0;*/
	opacity: 1;
	left: 85%
}
.dt-sc-button.type1.with-icon:hover i.fa,
.dt-sc-button.type2.with-icon:hover i.fa,
.dt-sc-button.type3.with-icon:hover i.fa {
	opacity: 1
}
.dt-sc-button.with-icon i.fa {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	margin: auto
}
.dt-sc-button.small.type1.with-icon:hover,
.dt-sc-button.small.type2.with-icon:hover,
.dt-sc-button.small.type3.with-icon:hover {
	padding: 15px 60px 15px 30px
}
.dt-sc-button.medium.type1.with-icon:hover,
.dt-sc-button.medium.type2.with-icon:hover,
.dt-sc-button.medium.type3.with-icon:hover {
	/*padding: 20px 80px 20px 50px;
	padding: 20px 80px 21px 50px\0/*/
	background-image: linear-gradient(to right, #031b61, #19a2d0);
    color: #FFF !Important;
}
.dt-sc-button.large.type1.with-icon:hover,
.dt-sc-button.large.type2.with-icon:hover,
.dt-sc-button.large.type3.with-icon:hover {
	padding: 25px 100px 25px 70px
}
.dt-sc-button.xlarge.type1.with-icon:hover,
.dt-sc-button.xlarge.type2.with-icon:hover,
.dt-sc-button.xlarge.type3.with-icon:hover {
	padding: 30px 110px 30px 90px
}
ul.dt-sc-fancy-list {
	list-style-type: none;
	list-style-position: outside
}
ul.dt-sc-fancy-list li {
	display: block;
	position: relative;
	padding-left: 25px
}
ul.dt-sc-fancy-list li ul {
	padding-left: 0
}
ul.dt-sc-fancy-list li:before {
	font-family: FontAwesome;
	font-style: normal;
	color: #868686;
	font-weight: 400;
	text-decoration: inherit;
	font-size: 12px;
	position: absolute;
	top: 1px;
	left: 0;
	color: #fff
}
ul.dt-sc-fancy-list.arrow li:before {
	content: "\f105"
}
ul.dt-sc-fancy-list.rounded-arrow li:before {
	content: "\f0a9"
}
ul.dt-sc-fancy-list.double-arrow li:before {
	content: "\f101"
}
ul.dt-sc-fancy-list.heart li:before {
	content: "\f004"
}
ul.dt-sc-fancy-list.trash li:before {
	content: "\f014"
}
ul.dt-sc-fancy-list.star li:before {
	content: "\f005"
}
ul.dt-sc-fancy-list.tick li:before {
	content: "\f00c"
}
ul.dt-sc-fancy-list.rounded-tick li:before {
	content: "\f058"
}
ul.dt-sc-fancy-list.cross li:before {
	content: "\f00d"
}
ul.dt-sc-fancy-list.rounded-cross li:before {
	content: "\f057"
}
ul.dt-sc-fancy-list.rounded-question li:before {
	content: "\f059"
}
ul.dt-sc-fancy-list.rounded-info li:before {
	content: "\f05a"
}
ul.dt-sc-fancy-list.delete li:before {
	content: "\f05e"
}
ul.dt-sc-fancy-list.warning li:before {
	content: "\f071"
}
ul.dt-sc-fancy-list.comment li:before {
	content: "\f075"
}
ul.dt-sc-fancy-list.edit li:before {
	content: "\f044"
}
ul.dt-sc-fancy-list.share li:before {
	content: "\f064"
}
ul.dt-sc-fancy-list.plus li:before {
	content: "\f067"
}
ul.dt-sc-fancy-list.rounded-plus li:before {
	content: "\f055"
}
ul.dt-sc-fancy-list.minus li:before {
	content: "\f068"
}
ul.dt-sc-fancy-list.rounded-minus li:before {
	content: "\f056"
}
ul.dt-sc-fancy-list.asterisk li:before {
	content: "\f069"
}
ul.dt-sc-fancy-list.cart li:before {
	content: "\f07a"
}
ul.dt-sc-fancy-list.folder li:before {
	content: "\f07b"
}
ul.dt-sc-fancy-list.folder-open li:before {
	content: "\f07c"
}
ul.dt-sc-fancy-list.desktop li:before {
	content: "\f108"
}
ul.dt-sc-fancy-list.tablet li:before {
	content: "\f10a"
}
ul.dt-sc-fancy-list.mobile li:before {
	content: "\f10b"
}
ul.dt-sc-fancy-list.reply li:before {
	content: "\f112"
}
ul.dt-sc-fancy-list.quote li:before {
	content: "\f10d"
}
ul.dt-sc-fancy-list.mail li:before {
	content: "\f0e0"
}
ul.dt-sc-fancy-list.external-link li:before {
	content: "\f08e"
}
ul.dt-sc-fancy-list.adjust li:before {
	content: "\f042"
}
ul.dt-sc-fancy-list.pencil li:before {
	content: "\f040"
}
ul.dt-sc-fancy-list.print li:before {
	content: "\f02f"
}
ul.dt-sc-fancy-list.tag li:before {
	content: "\f02b"
}
ul.dt-sc-fancy-list.thumbs-up li:before {
	content: "\f088"
}
ul.dt-sc-fancy-list.thumbs-down li:before {
	content: "\f087"
}
ul.dt-sc-fancy-list.time li:before {
	content: "\f017"
}
ul.dt-sc-fancy-list.globe li:before {
	content: "\f0ac"
}
ul.dt-sc-fancy-list.pushpin li:before {
	content: "\f08d"
}
ul.dt-sc-fancy-list.map-marker li:before {
	content: "\f041"
}
ul.dt-sc-fancy-list.link li:before {
	content: "\f0c1"
}
ul.dt-sc-fancy-list.paper-clip li:before {
	content: "\f0c6"
}
ul.dt-sc-fancy-list.download li:before {
	content: "\f019"
}
ul.dt-sc-fancy-list.key li:before {
	content: "\f084"
}
ul.dt-sc-fancy-list.search li:before {
	content: "\f002"
}
ul.dt-sc-fancy-list.rss li:before {
	content: "\f09e"
}
ul.dt-sc-fancy-list.twitter li:before {
	content: "\f099"
}
ul.dt-sc-fancy-list.facebook li:before {
	content: "\f09a"
}
ul.dt-sc-fancy-list.linkedin li:before {
	content: "\f0e1"
}
ul.dt-sc-fancy-list.google-plus li:before {
	content: "\f0d5"
}
ul.dt-sc-fancy-list.check li:before {
	content: "\f046"
}
ul.dt-sc-fancy-list.hand li:before {
	content: "\f0a4"
}
ul.dt-sc-fancy-list.cog li:before {
	content: "\f013"
}
ul.dt-sc-fancy-list.play li:before {
	content: "\f01d"
}
ol.decimal {
	list-style-type: decimal
}
ol.decimal-leading-zero {
	list-style-type: decimal-leading-zero
}
ol.lower-alpha {
	list-style-type: lower-alpha
}
ol.lower-roman {
	list-style-type: lower-roman
}
ol.upper-alpha {
	list-style-type: upper-alpha
}
ol.upper-roman {
	list-style-type: upper-roman
}
ol li,
ul li {
	font-size: 16px;
	font-weight: lighter;
	line-height: 28px
}
ol.type1,
ol.type2,
ol.type3,
ol.type4 {
	list-style-type: none;
	list-style-type: decimal!ie;
	padding: 0;
	counter-reset: li-counter
}
ol.type1>li,
ol.type2>li,
ol.type3>li,
ol.type4>li {
	position: relative;
	margin-bottom: 10px
}
ol.type1>li:before,
ol.type2>li:before,
ol.type3>li:before,
ol.type4>li:before {
	bottom: 0;
	content: counter(li-counter, decimal);
	counter-increment: li-counter;
	font-weight: 700;
	height: 22px;
	line-height: 22px;
	margin: auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 99
}
ol.type2>li {
	border-left: 1px solid rgba(255, 255, 255, .6)
}
ol.type4>li {
	border-right: 1px solid rgba(255, 255, 255, .6)
}
ol.type1>li,
ol.type3>li {
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .6)
}
ol.type1>li:before,
ol.type3>li:before {
	width: 22px;
	font-size: 12px;
	text-align: center;
	color: #000;
	background-color: #fff
}
ol.type2>li,
ol.type4>li {
	padding: 20px 10px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent
}
ol.type2>li:before,
ol.type4>li:before {
	font-size: 14px;
	color: #fff
}
ol.type3,
ol.type4 {
	text-align: right
}
ol.type1>li:before,
ol.type2>li:before {
	left: -12px
}
ol.type3>li:before,
ol.type4>li:before {
	right: -12px
}
.dt-sc-dropcap {
	font-weight: 700;
	margin: 0
}
.dt-sc-team {
	position: relative;
	float: left;
	width: 100%
}
.dt-sc-team figure {
	position: relative;
	float: left;
	text-align: center;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, .6)
}
.dt-sc-team figure img {
	position: relative;
	display: block;
	padding: 5% 0 15%;
	margin: 0 auto
}
.dt-sc-team figure figcaption {
	color: #000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #fff;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1
}
.dt-sc-team figure figcaption .short-info {
	padding: 4%;
	width: 92.02%;
	float: left;
	background-color: #fff;
	-webkit-transition: -webkit-transform .35s, color .35s;
	transition: transform .35s, color .35s;
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
	z-index: 9
}
.dt-sc-team figure figcaption .short-info h6 {
	float: left;
	display: inline-block;
	text-transform: uppercase;
	line-height: 16px;
	padding-top: 8px;
	padding-bottom: 6px
}
.dt-sc-team figure figcaption .short-info h6 span {
	font-weight: 700
}
.dt-sc-team figure figcaption .short-info p {
	display: inline-block;
	margin: 0;
	float: right
}
.dt-sc-team figure figcaption .short-info p a {
	float: right
}
::i-block-chrome,
.dt-sc-team figure figcaption .short-info {
	width: 92.5%
}
::i-block-chrome,
.dt-sc-one-fourth .dt-sc-team figure figcaption .short-info {
	width: 93%
}
::i-block-chrome,
.dt-sc-one-fifth .dt-sc-team figure figcaption .short-info {
	width: 93%
}
.dt-sc-team figure figcaption p a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff
}
.dt-sc-team figure figcaption p.description {
	position: absolute;
	width: 90%;
	font-size: 14px;
	line-height: 22px;
	margin: 0 auto;
	padding: 3% 5%;
	float: left;
	z-index: -1;
	opacity: 0
}
.dt-sc-team:hover figure {
	-webkit-box-shadow: inset 0 400px 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: inset 0 400px 0 0 rgba(255, 255, 255, .6);
	box-shadow: inset 0 400px 0 0 rgba(255, 255, 255, .6);
	border: 1px solid transparent
}
.dt-sc-team:hover figure figcaption p.description {
	opacity: 1
}
.dt-sc-team:hover figure figcaption {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.dt-sc-team:hover figure figcaption .short-info {
	-webkit-transform: translate3d(0, 30%, 0) translate3d(0, 35px, 0);
	transform: translate3d(0, 30%, 0) translate3d(0, 35px, 0)
}
.dt-sc-one-half .dt-sc-team:hover figure {
	-webkit-box-shadow: inset 0 500px 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: inset 0 500px 0 0 rgba(255, 255, 255, .6);
	box-shadow: inset 0 500px 0 0 rgba(255, 255, 255, .6)
}
.dt-sc-one-half .dt-sc-team figure img {
	padding: 5% 0 10%
}
.dt-sc-one-fourth .dt-sc-team figure img {
	padding: 5% 0 36%
}
.dt-sc-one-fourth .dt-sc-team figure figcaption .short-info h6,
.dt-sc-one-fifth .dt-sc-team figure figcaption .short-info h6,
.dt-sc-one-sixth .dt-sc-team figure figcaption .short-info h6 {
	width: 100%;
	line-height: normal
}
.dt-sc-one-fourth .dt-sc-team figure figcaption .short-info p,
.dt-sc-one-fifth .dt-sc-team figure figcaption .short-info p,
.dt-sc-one-sixth .dt-sc-team figure figcaption .short-info p {
	float: none
}
.dt-sc-one-fourth .dt-sc-team figure figcaption p.description,
.dt-sc-one-fifth .dt-sc-team figure figcaption p.description {
	font-size: 13px;
	line-height: 18px
}
.dt-sc-one-sixth .dt-sc-team figure figcaption .short-info h6 {
	font-size: 18px
}
.dt-sc-one-sixth .dt-sc-team figure figcaption p.description {
	display: none
}
.dt-sc-one-sixth .dt-sc-team:hover figure figcaption .short-info {
	-webkit-transform: translate3d(0, 0%, 0) translate3d(0, 0px, 0);
	transform: translate3d(0, 0%, 0) translate3d(0, 0px, 0)
}
.dt-sc-one-sixth .dt-sc-team figure figcaption .short-info h6.dt-sc-one-fourth .dt-sc-team figure img {
	padding: 5% 0 30%
}
.dt-sc-one-fifth .dt-sc-team figure img {
	padding: 5% 0 40%
}
.dt-sc-one-sixth .dt-sc-team figure img {
	padding: 5% 0 51%
}
::i-block-chrome,
.dt-sc-tabs-frame-content .dt-sc-team figure figcaption .short-info {
	width: 92.4%
}
::i-block-chrome,
.dt-sc-tabs-frame-content .dt-sc-one-fourth .dt-sc-team figure figcaption .short-info {
	width: 92.7%
}
::i-block-chrome,
.dt-sc-tabs-frame-content .dt-sc-one-fifth .dt-sc-team figure figcaption .short-info {
	width: 93%
}
.dt-sc-team figure p.icon-links a {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	font-size: 16px
}
.dt-sc-team figure p.icon-links a i.fa-facebook {
	box-shadow: inset 0 0 0 15px #3b5998
}
.dt-sc-team figure p.icon-links a i.fa-twitter {
	box-shadow: inset 0 0 0 15px #55acee
}
.dt-sc-team figure p.icon-links a i.fa-google {
	box-shadow: inset 0 0 0 15px #dd4b39
}
.dt-sc-team figure p.icon-links a i.fa-pinterest {
	box-shadow: inset 0 0 0 15px #cc2127
}
.dt-sc-team figure p.icon-links a i.fa-youtube {
	box-shadow: inset 0 0 0 15px #e52d27
}
.dt-sc-team figure p.icon-links a i.fa-linkedin {
	box-shadow: inset 0 0 0 15px #0976b4
}
.dt-sc-team figure p.icon-links a i.fa-dribbble {
	box-shadow: inset 0 0 0 15px #ea4c89
}
.dt-sc-team figure p.icon-links a i.fa-flickr {
	box-shadow: inset 0 0 0 15px #ff0084
}
.dt-sc-team figure p.icon-links a i.fa-tumblr {
	box-shadow: inset 0 0 0 15px #35465c
}
.dt-sc-team figure p.icon-links a i.fa-facebook:hover {
	box-shadow: inset 0 0 0 2px #3b5998;
	color: #3b5998
}
.dt-sc-team figure p.icon-links a i.fa-twitter:hover {
	box-shadow: inset 0 0 0 2px #55acee;
	color: #55acee
}
.dt-sc-team figure p.icon-links a i.fa-google:hover {
	box-shadow: inset 0 0 0 2px #dd4b39;
	color: #dd4b39
}
.dt-sc-team figure p.icon-links a i.fa-pinterest:hover {
	box-shadow: inset 0 0 0 2px #cc2127;
	color: #cc2127
}
.dt-sc-team figure p.icon-links a i.fa-youtube:hover {
	box-shadow: inset 0 0 0 2px #e52d27;
	color: #e52d27
}
.dt-sc-team figure p.icon-links a i.fa-linkedin:hover {
	box-shadow: inset 0 0 0 2px #0976b4;
	color: #0976b4
}
.dt-sc-team figure p.icon-links a i.fa-dribbble:hover {
	box-shadow: inset 0 0 0 2px #ea4c89;
	color: #ea4c89
}
.dt-sc-team figure p.icon-links a i.fa-flickr:hover {
	box-shadow: inset 0 0 0 2px #ff0084;
	color: #ff0084
}
.dt-sc-team figure p.icon-links a i.fa-tumblr:hover {
	box-shadow: inset 0 0 0 2px #35465c;
	color: #35465c
}
.dt-sc-tabs-container {
	float: left;
	width: 100%;
	padding: 0;
	clear: both
}
.dt-sc-tabs-container.aligncenter ul.dt-sc-tabs-frame {
	margin-bottom: 30px
}
ul.dt-sc-tabs-frame {
	float: left;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
	border-bottom: 5px solid #e41c62
}
ul.dt-sc-tabs-frame>li {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
	box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, .6);
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.6)\0/;
	margin: 1px 20px 0 1px
}
ul.dt-sc-tabs-frame>li>a {
	float: left;
	margin: 0;
	padding: 14px 20px;
	font-size: 24px;
	text-align: center;
	font-weight: lighter;
	color: #fff
}
ul.dt-sc-tabs-frame>li>a.current,
ul.dt-sc-tabs-frame>li>a:hover {
	position: relative;
	z-index: 1;
	color: #fff;
	-webkit-box-shadow: 0 5px 0 0 #fff;
	-moz-box-shadow: 0 5px 0 0 #fff;
	box-shadow: 0 5px 0 0 #fff
}
.dt-sc-tabs-container.aligncenter>ul.dt-sc-tabs-frame {
	text-align: center
}
.dt-sc-tabs-container.aligncenter>ul.dt-sc-tabs-frame>li,
.dt-sc-tabs-container.aligncenter>ul.dt-sc-tabs-frame>li>a {
	text-align: center;
	float: none;
	display: inline-block
}
.dt-sc-tabs-frame-content {
	clear: both;
	float: left;
	margin: -1px 0 0;
	padding: 8% 6%;
	text-align: left;
	width: 88%
}
.dt-sc-tabs-frame-content img.alignright {
	position: absolute;
	top: -75px
}
.dt-sc-tabs-frame-content .dt-sc-tab-team-image {
	width: 22%;
	float: left
}
.dt-sc-tabs-frame-content .dt-sc-tab-team-image img {
	width: 100%
}
.dt-sc-tabs-frame-content .dt-sc-tab-team-content {
	float: left;
	width: 76%;
	margin-left: 2%
}
.dt-sc-tabs-frame-content .dt-sc-tab-team-content h6 {
	margin-bottom: 10px;
	width: 100%;
	float: left
}
.dt-sc-tabs-frame-content .dt-sc-tab-team-content h6 span {
	font-size: 14px;
	width: 100%;
	float: left;
	line-height: 20px
}
.dt-sc-services {
	text-align: center;
	margin-top: 10px
}
.dt-sc-services h3 {
	padding: 10px 20px;
	border: 1px solid rgba(255, 255, 255, .6);
	width: auto;
	float: none;
	margin: 0 auto;
	display: inline-block
}
.dt-sc-services h6 {
	margin-top: 20px
}
.dt-sc-tabs-vertical-container {
	width: 100%;
	float: left
}
ul.dt-sc-tabs-vertical-frame {
	border-right: 5px solid #e41c62;
	width: 25.4%;
	float: left
}
ul.dt-sc-tabs-vertical-frame>li {
	float: left;
	display: inline;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
	box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, .6);
	webkit-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, .6)
}
ul.dt-sc-tabs-vertical-frame>li>a {
	float: left;
	margin: 0;
	padding: 20px;
	font-size: 24px;
	text-align: center;
	font-weight: lighter;
	color: #fff;
	width: 70%
}
ul.dt-sc-tabs-vertical-frame>li>a.current,
ul.dt-sc-tabs-vertical-frame>li>a:hover {
	position: relative;
	z-index: 1;
	color: #fff;
	-webkit-box-shadow: 5px px 0 0 #fff;
	-moz-box-shadow: 5px 0 0 0 #fff;
	box-shadow: 5px 0 0 0 #fff
}
.dt-sc-tabs-vertical-container.aligncenter>ul.dt-sc-tabs-vertical-frame {
	text-align: center
}
.dt-sc-tabs-vertical-container.aligncenter>ul.dt-sc-tabs-vertical-frame>li,
.dt-sc-tabs-container.aligncenter>ul.dt-sc-tabs-vertical-frame>li>a {
	text-align: center;
	float: none;
	display: inline-block
}
.dt-sc-tabs-vertical-frame-content {
	float: left;
	position: relative;
	width: 65.6%;
	padding: 0 2% 0 6%
}
@-moz-document url-prefix() {
	ul.dt-sc-tabs-vertical-frame>li>a {
		width: 69%;
		padding: 20px 21px 20px 20px
	}
}
.dt-sc-toggle-frame-set {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0
}
.dt-sc-toggle-frame p.dt-sc-toggle-accordion {
	clear: both;
	margin: 0;
	padding: 0
}
.dt-sc-toggle-frame p.dt-sc-toggle-accordion a {
	display: block;
	color: #fff;
	padding: 10px 0 10px 40px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	font-size: 24px
}
.dt-sc-toggle-content {
	clear: both;
	display: none;
	padding-left: 40px;
	float: left;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	position: relative
}
.dt-sc-toggle-content p {
	margin: 0 0 10px
}
.dt-sc-toggle-frame-set .dt-sc-toggle-frame:first-child {
	border-top: 1px solid rgba(0, 0, 0, .1)
}
p.dt-sc-toggle-accordion {
	clear: both;
	position: relative;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}
p.dt-sc-toggle-accordion:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	font-size: 24px;
	position: absolute;
	top: 6px;
	left: 10px;
	bottom: 0;
	margin: auto;
	content: "\f023";
	line-height: 36px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}
p.dt-sc-toggle-accordion.active:before {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	content: "\f13e"
}
p.dt-sc-toggle-accordion.active a {
	border-bottom: 1px solid transparent
}
.dt-sc-toggle-frame-set.framed .dt-sc-toggle-content p {
	padding: 10px 0;
	margin: 0
}
.dt-sc-toggle-frame-set.framed p.dt-sc-toggle-accordion a {
	background: rgba(0, 0, 0, .1)
}
.dt-sc-toggle-frame-set.framed .dt-sc-toggle-content {
	border-right: 1px solid rgba(0, 0, 0, .1);
	border-left: 1px solid rgba(0, 0, 0, .1)
}
.dt-sc-toggle-frame-set.framed .dt-sc-toggle-frame:last-child .dt-sc-toggle-content {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.dt-sc-pricing-table {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	float: left;
	line-height: 1;
	overflow: hidden
}
.dt-sc-pr-tb-col {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-transition: -webkit-box-shadow .2s ease-out;
	-moz-transition: -moz-box-shadow .2s ease-out;
	-o-transition: -o-box-shadow .2s ease-out;
	transition: box-shadow .2s ease-out;
	border: 1px solid rgba(255, 255, 255, .4)
}
.tb-title h5 {
	padding: 20px;
	font-weight: 700;
	font-size: 20px;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 0
}
.dt-sc-tb-header {
	float: left;
	width: 100%
}
.dt-sc-tb-title {
	padding: 20px 0;
	position: relative
}
.dt-sc-tb-title p {
	margin-bottom: 0
}
.dt-sc-pr-tb-col-wrapper p {
	margin: 0 auto;
	width: 90%
}
.dt-sc-pricing-table.type1 .dt-sc-tb-header .dt-sc-price {
	background: #f6f6f6;
	color: #6a695e
}
.dt-sc-pricing-table.type1 .dt-sc-tb-content li {
	border-bottom: 1px solid #e6e6e6
}
.dt-sc-pricing-table.type1 .dt-sc-tb-content li:last-child {
	border-bottom: none
}
.dt-sc-pricing-table.type1 .dt-sc-pr-tb-col {
	border-color: #e6e6e6
}
.dt-sc-pricing-table.type1 .dt-sc-tb-title h5 {
	padding: 25px 20px;
	margin-bottom: 0;
	text-transform: uppercase
}
.dt-sc-pricing-table.type1 .dt-sc-buy-now .dt-sc-button {
	background-color: #8b8b8b
}
.dt-sc-pricing-table.type1 .dt-sc-tb-content {
	border-bottom: 1px solid #e6e6e6
}
.dt-sc-pricing-table.type1 .selected .dt-sc-tb-header .dt-sc-price,
.dt-sc-pricing-table.type1 .selected .dt-sc-tb-header .dt-sc-price span {
	color: #fff
}
.dt-sc-tb-header ul.dt-sc-price {
	padding: 20px 0;
	display: inline-block;
	color: #fff;
	position: relative;
	width: 100%;
	background: rgba(0, 0, 0, .1);
	margin-bottom: 0;
	z-index: -1
}
.dt-sc-tb-header ul.dt-sc-price li {
	line-height: normal
}
.dt-sc-tb-header ul.dt-sc-price li:last-child {
	padding-bottom: 0
}
.dt-sc-tb-header ul.dt-sc-price span {
	font-weight: 700;
	position: relative;
	margin-right: 20px
}
.dt-sc-tb-header ul.dt-sc-price span:after {
	content: "/";
	display: block;
	position: absolute;
	right: -18px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(-18deg);
	-moz-transform: rotate(-18deg);
	-ms-transform: rotate(-18deg);
	-webkit-transform: rotate(-18deg);
	font-weight: 400
}
.dt-sc-tb-header ul.dt-sc-price sup {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 14px;
	text-transform: capitalize
}
.dt-sc-tb-header ul.dt-sc-price p {
	display: inline-block;
	line-height: 56px;
	margin: 0;
	position: relative
}
.dt-sc-tb-content {
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px;
	display: inline-block;
	width: 100%
}
.dt-sc-tb-content li {
	border-bottom: 1px dashed rgba(255, 255, 255, .5);
	font-size: 14px;
	margin: 0 auto;
	padding: 10px
}
.dt-sc-tb-content li p {
	width: 75%
}
.dt-sc-tb-content li i {
	margin: 3px 10px 0 0;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	background: rgba(0, 0, 0, .1);
	float: left;
	position: absolute;
	left: 20px
}
.dt-sc-tb-content li.pr-cross:before {
	content: "\f00d";
	font-family: fontawesome;
	font-size: 10px;
	display: block;
	position: absolute;
	right: 20px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 26px;
	background: rgba(0, 0, 0, .1);
	float: left;
	margin: 3px 0 0
}
@-moz-document url-prefix() {
	.dt-sc-tb-content li.pr-cross: before, .dt-sc-tb-content li i {
		line-height: 25px
	}
}
.dt-sc-pr-tb-col .dt-sc-buy-now {
	padding: 20px;
	margin: 0;
	border-radius: 0 0 5px 5px;
	display: inline-block
}
.dt-sc-pr-tb-col .dt-sc-buy-now .dt-sc-button {
	margin: 0
}
.dt-sc-pr-tb-col.selected,
.dt-sc-pr-tb-col:hover {
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	-moz-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff;
	border: 1px solid #fff
}
.dt-sc-pr-tb-col.selected .dt-sc-tb-content li i,
.dt-sc-pr-tb-col:hover .dt-sc-tb-content li i,
.dt-sc-pr-tb-col:hover li.pr-cross:before,
.dt-sc-pr-tb-col.selected li.pr-cross:before {
	border-radius: 50%
}
.dt-sc-pr-tb-col.selected .dt-sc-button,
.dt-sc-pr-tb-col:hover .dt-sc-button {
	color: #000;
	padding: 20px 80px 20px 50px;
	padding: 20px 80px 21px 50px\0/
}
.dt-sc-pr-tb-col.selected .dt-sc-button i.fa,
.dt-sc-pr-tb-col:hover .dt-sc-button i.fa {
	opacity: 1
}
.dt-sc-pr-tb-col.selected .dt-sc-button:after,
.dt-sc-pr-tb-col:hover .dt-sc-button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	width: 101%;
	height: 80%;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
.dt-sc-one-fifth .walk,
.dt-sc-one-fifth .dt-sc-tb-content li.pr-cross:before,
.dt-sc-one-fifth .dt-sc-tb-content li i,
.dt-sc-one-sixth .walk,
.dt-sc-one-sixth .dt-sc-tb-content li.pr-cross:before,
.dt-sc-one-sixth .dt-sc-tb-content li i {
	display: none
}
.dt-sc-one-fifth .dt-sc-buy-now .dt-sc-button.medium {
	padding: 20px;
	font-size: 12px
}
.dt-sc-one-fifth .dt-sc-buy-now .dt-sc-button.medium:hover {
	padding: 20px 50px 20px 30px
}
.dt-sc-one-fifth .dt-sc-buy-now .dt-sc-button.medium i.fa {
	top: 38%
}
.dt-sc-one-sixth .dt-sc-tb-header .dt-sc-price {
	font-size: 12px
}
.dt-sc-one-sixth .dt-sc-buy-now .dt-sc-button.medium {
	padding: 20px 14px;
	font-size: 10px
}
.dt-sc-one-sixth .dt-sc-buy-now .dt-sc-button.medium:hover {
	padding: 20px 30px 20px 10px
}
.dt-sc-one-sixth .dt-sc-buy-now .dt-sc-button.medium i.fa {
	top: 38%;
	left: 75%
}
.walk {
	width: 20%;
	margin: 0 auto;
	text-align: center;
	display: block;
	overflow: hidden;
	position: absolute;
	top: -80px;
	backface-visibility: hidden;
	z-index: -1
}
.walk .body {
	display: inline-block;
	position: absolute;
	margin: -140px 0 0 3px;
	margin: -140px 0 0 35px\0/;
	backface-visibility: hidden
}
.walk .body:before {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	margin-top: 240px;
	margin-left: -7px;
	content: "";
	display: block
}
.walk .body:after {
	background: #fff;
	height: 30px;
	width: 8px;
	display: block;
	position: absolute;
	margin-top: -34px;
	margin-left: -7px;
	border-radius: 100%;
	transform: scale(2.2, 1.3) skewY(0deg);
	-webkit-transform: scale(2.2, 1.3) skewY(0deg);
	-moz-transform: scale(2.2, 1.3) skewY(0deg);
	content: ""
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.walk .body {
		margin: -140px 0 0 35px
	}
}
.walk .hand1,
.walk .hand2 {
	margin-top: 255px;
	margin-left: -5px;
	height: 35px;
	width: 3px;
	background: #fff;
	display: inline-block
}
.walk .leg1,
.walk .leg2 {
	margin-top: 132px;
	margin-left: -3px;
	height: 45px;
	width: 3px;
	background: #fff;
	display: inline-block
}
.walk .hand1:after,
.walk .hand2:after {
	content: '';
	width: 8px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	margin-top: 34px;
	margin-left: -4px
}
.walk .leg1:after,
.walk .leg2:after {
	content: '';
	width: 10px;
	height: 5px;
	background: #fff;
	display: inline-block;
	position: absolute;
	margin-top: 40px
}
.walk.type1 .leg1,
.walk.type1 .hand2 {
	transition: all .8s;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	animation: movement1 .8s alternate infinite ease-out;
	-webkit-animation: movement1 .8s alternate infinite ease-out;
	-moz-animation: movement1 .8s alternate infinite ease-out
}
.walk.type1 .leg2,
.walk.type1 .hand1 {
	transition: all .8s;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	animation: movement2 .8s alternate infinite ease-in;
	-webkit-animation: movement2 .8s alternate infinite ease-in;
	-moz-animation: movement2 .8s alternate infinite ease-in
}
.walk .leg1 {
	transform: rotate(20deg)\0/
}
.walk .hand1 {
	transform: rotate(30deg)\0/
}
.walk .leg2 {
	transform: rotate(-10deg)\0/
}
.walk .hand2 {
	transform: rotate(-30deg\0/)
}
.walk .hand1:after,
.walk .hand2:after {
	margin-left: -2px\0/
}
::i-block-chrome,
.walk .middleBody {
	margin-left: 33px
}
::i-block-chrome,
.walk .body {
	height: 30px;
	width: 8px;
	margin: -155px 0 0 35px
}
::i-block-chrome,
.walk .body:before {
	margin-top: 255px
}
::i-block-chrome,
.walk .hand1,
::i-block-chrome,
.walk .hand2 {
	margin-top: 254px;
	margin-left: -13px
}
::i-block-chrome,
.walk .hand1:after,
::i-block-chrome,
.walk .hand2:after {
	margin-left: -2px
}
.walk.type2 .leg1,
.walk.type2 .hand2 {
	transition: all .6s;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	animation: movement1 .6s alternate infinite ease-out;
	-webkit-animation: movement1 .6s alternate infinite ease-out;
	-moz-animation: movement1 .6s alternate infinite ease-out
}
.walk.type2 .leg2,
.walk.type2 .hand1 {
	transition: all .6s;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	animation: movement2 .6s alternate infinite ease-in;
	-webkit-animation: movement2 .6s alternate infinite ease-in;
	-moz-animation: movement2 .6s alternate infinite ease-in
}
.walk.type3 .leg1,
.walk.type3 .hand2 {
	transition: all .4s;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	animation: movement1 .4s alternate infinite ease-out;
	-webkit-animation: movement1 .4s alternate infinite ease-out;
	-moz-animation: movement1 .4s alternate infinite ease-out
}
.walk.type3 .leg2,
.walk.type3 .hand1 {
	transition: all .4s;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	animation: movement2 .4s alternate infinite ease-in;
	-webkit-animation: movement2 .4s alternate infinite ease-in;
	-moz-animation: movement2 .4s alternate infinite ease-in
}
@keyframes movement1 {
	0% {
		transform: rotate(-30deg)
	}
	100% {
		transform: rotate(30deg)
	}
}
@-webkit-keyframes movement1 {
	0% {
		-webkit-transform: rotate(-30deg)
	}
	100% {
		-webkit-transform: rotate(30deg)
	}
}
@-moz-keyframes movement1 {
	0% {
		-moz-transform: rotate(-30deg)
	}
	100% {
		-moz-transform: rotate(30deg)
	}
}
@keyframes movement2 {
	0% {
		transform: rotate(30deg)
	}
	100% {
		transform: rotate(-30deg)
	}
}
@-webkit-keyframes movement2 {
	0% {
		-webkit-transform: rotate(30deg)
	}
	100% {
		-webkit-transform: rotate(-30deg)
	}
}
@-moz-keyframes movement2 {
	0% {
		-moz-transform: rotate(30deg)
	}
	100% {
		-moz-transform: rotate(-30deg)
	}
}
.dt-sc-pr-tb-col.type2 {
	text-align: left;
	border: 1px solid rgba(255, 255, 255, .6);
	float: left;
	width: 100%;
	background: 0 0
}
.dt-sc-pr-tb-col.type2 .cmn-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden
}
.dt-sc-pr-tb-col.type2 .cmn-toggle+label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.dt-sc-pr-tb-col.type2 input.cmn-toggle-round-flat+label {
	padding: 1px;
	width: 50px;
	height: 20px;
	background-color: #eb7567;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
	margin-top: 4px
}
.dt-sc-pr-tb-col.type2 input.cmn-toggle-round-flat+label:before,
.dt-sc-pr-tb-col.type2 input.cmn-toggle-round-flat+label:after {
	display: block;
	position: absolute;
	content: ""
}
.dt-sc-pr-tb-col.type2 input.cmn-toggle-round-flat+label:before {
	background-color: #eb7567;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s
}
.dt-sc-pr-tb-col.type2 input.cmn-toggle-round-flat+label:after {
	top: 3px;
	left: 3px;
	bottom: 3px;
	width: 20px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: margin .4s, background .4s;
	-moz-transition: margin .4s, background .4s;
	-o-transition: margin .4s, background .4s;
	transition: margin .4s, background .4s
}
.dt-sc-pr-tb-col.type2 input.cmn-toggle-round-flat:checked+label,
.dt-sc-pr-tb-col.type2 input.cmn-toggle-round-flat:checked+label:before {
	background-color: #699a0a
}
.dt-sc-pr-tb-col.type2 input.cmn-toggle-round-flat:checked+label:after {
	margin-left: 26px
}
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table {
	float: right;
	font-weight: 400;
	margin: 0;
	border-left: 1px solid rgba(255, 255, 255, .6);
	padding: 0;
	text-align: center;
	position: relative
}
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table:hover {
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table .dt-sc-price {
	text-align: center;
	color: #fff;
	line-height: 70px;
	font-size: 30px;
	width: 96%;
	background: #eb7567
}
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table .dt-sc-price i {
	color: #fff;
	line-height: 70px;
	font-weight: 400;
	margin-right: 5px
}
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table ul {
	margin-bottom: 0;
	position: relative;
	float: left;
	width: 100%
}
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table li {
	padding: 15px 20px 0;
	color: #2e2e2e;
	font-size: 14px;
	line-height: 23px;
	list-style: none;
	position: relative
}
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table li.buy-now .dt-sc-button.medium {
	font-size: 15px\0/
}
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table li i {
	margin-right: 15px;
	margin-top: -2px
}
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table li[class^=dt-sc-choice] {
	padding: 0 20px;
	overflow: hidden;
	height: 0;
	transition: .3s;
	-webkit-transition: .3s;
	float: left
}
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table li[class^=dt-sc-choice].active {
	height: 20px;
	padding: 15px 20px 0 35px
}
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table ul:before,
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table ul:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: auto;
	color: #000;
	opacity: .04;
	font-size: 150px;
	line-height: normal;
	z-index: -2
}
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table ul:before {
	left: 5%;
	right: auto;
	content: "\f1f0"
}
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table ul:after {
	right: 5%;
	left: auto;
	content: "\f1f1"
}
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table ul li:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: lighter;
	text-decoration: inherit;
	font-size: 14px;
	position: absolute;
	top: 50%;
	bottom: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: auto;
	color: #000;
	left: 15px;
	line-height: normal;
	content: "\f00c"
}
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table .dt-sc-price,
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table li.buy-now {
	padding: 15px 2%;
	width: 96%
}
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table ul li {
	float: left;
	display: inline-block
}
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table ul li:last-child:before,
.dt-sc-pr-tb-col.type2 .dt-sc-pricing-table ul li:first-child:before {
	display: none
}
.dt-sc-pr-tb-col.type2 .dt-sc-options-table {
	float: left;
	padding: 4%;
	width: 92%;
	color: #353535
}
.dt-sc-pr-tb-col.type2 .dt-sc-options-table .dt-sc-switch {
	margin-bottom: 20px
}
.dt-sc-pr-tb-col.type2 .dt-sc-options-table .dt-sc-switch:last-child {
	margin-bottom: 0
}
.dt-sc-pr-tb-col.type2 .dt-sc-options-table .dt-sc-switch span {
	display: inline-block;
	float: none;
	line-height: 30px;
	color: #fff;
	font-weight: 500
}
.dt-sc-pr-tb-col.type2 .dt-sc-options-table .dt-sc-switch .cmn-toggle,
.dt-sc-options-table .dt-sc-switch label {
	float: right
}
.dt-sc-pr-tb-col.type2:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none
}
.dt-sc-progress {
	height: 20px;
	margin-bottom: 40px;
	clear: both;
	display: block
}
.dt-sc-progress .dt-sc-bar {
	position: relative
}
.dt-sc-progress .dt-sc-bar,
.dt-sc-progress {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}
.dt-sc-bar-text {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: -27px;
	color: #fff;
	font-weight: lighter
}
.dt-sc-progress .dt-sc-bar-text>span {
	background: #fff;
	bottom: -1px;
	font-size: 12px;
	font-weight: 700;
	height: 18px;
	line-height: 18px;
	position: absolute;
	right: -1px;
	text-align: center;
	width: 35px;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 3px
}
@-moz-document url-prefix() {
	.dt-sc-progress .dt-sc-bar-text>span {
		line-height: 18px
	}
}
.dt-sc-violet .dt-sc-bar {
	background: #615095
}
.dt-sc-violet .dt-sc-bar-text span {
	color: #615095
}
.dt-sc-green .dt-sc-bar {
	background: #7fb90e
}
.dt-sc-green .dt-sc-bar-text span {
	color: #7fb90e
}
.dt-sc-maroon .dt-sc-bar {
	background: #490a3d
}
.dt-sc-maroon .dt-sc-bar-text span {
	color: #490a3d
}
.dt-sc-red .dt-sc-bar {
	background: #bd1550
}
.dt-sc-red .dt-sc-bar-text span {
	color: #bd1550
}
.dt-sc-orange .dt-sc-bar {
	background: #e97f02
}
.dt-sc-orange .dt-sc-bar-text span {
	color: #e97f02
}
.dt-sc-blue .dt-sc-bar {
	background: #087dc2
}
.dt-sc-blue .dt-sc-bar-text span {
	color: #087dc2
}
.dt-sc-coral .dt-sc-bar {
	background: #f18a8a
}
.dt-sc-coral .dt-sc-bar-text span {
	color: #f18a8a
}
.dt-sc-darkpink .dt-sc-bar {
	background: #a23b6f
}
.dt-sc-darkpink .dt-sc-bar-text span {
	color: #a23b6f
}
.dt-sc-khaki .dt-sc-bar {
	background: #b6af55
}
.dt-sc-khaki .dt-sc-bar-text span {
	color: #b6af55
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: -20px 0
	}
	to {
		background-position: 0 0
	}
}
@-moz-keyframes progress-bar-stripes {
	from {
		background-position: -20px 0
	}
	to {
		background-position: 0 0
	}
}
@-ms-keyframes progress-bar-stripes {
	from {
		background-position: -20px 0
	}
	to {
		background-position: 0 0
	}
}
@-o-keyframes progress-bar-stripes {
	from {
		background-position: 0 0
	}
	to {
		background-position: -20px 0
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: -20px 0
	}
	to {
		background-position: 0 0
	}
}
.dt-sc-progress {
	height: 20px;
	background-color: #e6e6e6
}
.dt-sc-progress .dt-sc-bar {
	width: 0%;
	height: 100%;
	float: left;
	background-repeat: repeat-x;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width .6s ease;
	-moz-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
	border: 1px solid rgba(255, 255, 255, .4)
}
.dt-sc-progress .dt-sc-bar+.dt-sc-bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15)
}
.dt-sc-progress-striped .dt-sc-bar {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	background-size: 20px 20px
}
.dt-sc-progress.active .dt-sc-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-wrapper .donutchart {
	display: block;
	margin: 0 auto 30px
}
.progress-bar-wrapper .customtext {
	font-size: 15px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 16%
}
.progress-bar-wrapper .donutchart .donutcharttext {
	font-size: 50px!important;
	top: 0;
	bottom: 0;
	margin: auto;
	font-weight: lighter
}
.progress-bar-wrapper .donutchart .customtext span {
	font-size: 15px;
	left: 0;
	position: absolute;
	right: 0;
	text-transform: capitalize;
	top: 71px
}
.progress-bar-wrapper {
	text-align: center
}
.progress-bar-content h4 {
	font-weight: 400;
	text-transform: capitalize
}
.progress-bar-content span.code {
	margin-bottom: 15px;
	display: inline-block
}
.legend-wrapper,
.legend {
	float: left;
	width: 100%
}
.legend {
	margin: 10px 0
}
.legendColorBox,
.legendLabel {
	float: left;
	margin-right: 20px
}
.legendLabel {
	font-size: 20px
}
.legendColorBox {
	height: 20px;
	overflow: hidden;
	width: 60px
}
.orange .legendColorBox {
	background: #ec7e00
}
.blue .legendColorBox {
	background: #0089cf
}
.donutchart.electricblue .donutcharttext {
	color: #405069!important
}
.donutchart.orange .donutcharttext {
	color: #e97f02!important
}
.donutchart.cyan .donutcharttext {
	color: #35b5b1!important
}
.donutchart.purple .donutcharttext {
	color: #9b59b6!important
}
.donutchart.red .donutcharttext {
	color: #bd1550!important
}
.donutchart.coral .donutcharttext {
	color: #f18a8a!important
}
.donutchart.blue .donutcharttext {
	color: #087dc2!important
}
.donutchart.green .donutcharttext {
	color: #FFF!important
}
.donutchart.duskblue .donutcharttext {
	color: #6f95ae!important
}
.donutchart.darkmagenta .donutcharttext {
	color: #9942a3!important
}
.donutchart.lavender .donutcharttext {
	color: #a874ff!important
}
.donutchart.pink .donutcharttext {
	color: #f472d0!important
}
.donutchart.lightgreen .donutcharttext {
	color: #86af53!important
}
.donutchart.limegreen .donutcharttext {
	color: #afca47!important
}
.donutchart.ocean .donutcharttext {
	color: #22a1c4!important
}
.donutchart.royalblue .donutcharttext {
	color: #15488c!important
}
.donutchart.violet .donutcharttext {
	color: #615095!important
}
.donutchart.yellow .donutcharttext {
	color: #f1c40f!important
}
.donutchart.maroon .donutcharttext {
	color: #490a3d!important
}
.donutchart.chocolate .donutcharttext {
	color: #cd671d!important
}
.dt-sc-error-box,
.dt-sc-warning-box,
.dt-sc-success-box,
.dt-sc-info-box {
	margin-bottom: 40px;
	padding: 15px;
	clear: both;
	position: relative;
	font-weight: lighter;
	line-height: 20px
}
.dt-sc-error-box h4,
.dt-sc-warning-box h4,
.dt-sc-success-box h4,
.dt-sc-info-box h4 {
	margin-bottom: 15px;
	margin-top: 5px
}
.dt-sc-error-box:before,
.dt-sc-warning-box:before,
.dt-sc-success-box:before,
.dt-sc-info-box:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	font-size: 35px;
	position: absolute;
	color: #000;
	margin: 0 auto;
	right: -16px;
	top: -20px;
	text-align: center;
	line-height: normal;
	float: right;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	padding: 5px
}
.dt-sc-error-box {
	background-color: #fcc;
	border: 1px solid #f99;
	position: relative;
	color: #d01313
}
.dt-sc-error-box:before {
	content: "\f057";
	background-color: #fcc
}
.dt-sc-warning-box {
	background-color: #fdebae;
	border: 1px solid #e6c555;
	position: relative;
	color: #c79d13
}
.dt-sc-warning-box:before {
	content: "\f06a";
	background-color: #fdebae
}
.dt-sc-success-box {
	background-color: #eafac0;
	border: 1px solid #b1cf67;
	position: relative;
	color: #7ba411
}
.dt-sc-success-box:before {
	content: "\f058";
	background-color: #eafac0
}
.dt-sc-info-box {
	background-color: #bfe4f9;
	border: 1px solid #68a2cf;
	position: relative;
	color: #2081b9
}
.dt-sc-info-box:before {
	content: "\f05a";
	background-color: #bfe4f9
}
.tooltip {
	border: 1px solid rgba(255, 255, 255, .6);
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px 30px;
	font-weight: 600;
	position: relative;
	cursor: pointer
}
.tooltip:hover {
	background: #fff;
	color: #000
}
.tooltip.type2,
.tooltip.type2-a,
.tooltip.type3,
.tooltip.type4 {
	display: inline
}
.tooltip.type3::after,
.tooltip.type4::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 100%;
	pointer-events: none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.tooltip.type3:hover::after,
.tooltip.type4:hover::after {
	pointer-events: auto
}
.tooltip.type1 .tooltip-item,
.tooltip.type1-a .tooltip-item {
	color: #fff;
	z-index: 100;
	position: relative;
	display: inline-block;
	font-weight: 700;
	-webkit-transition: background-color .3s, color .3s, -webkit-transform .3s;
	transition: background-color .3s, color .3s, transform .3s
}
.tooltip.type1 .tooltip:hover .tooltip-item,
.tooltip.type1-a .tooltip:hover .tooltip-item {
	color: #fff;
	-webkit-transform: translate3d(0, -0.5em, 0);
	transform: translate3d(0, -0.5em, 0)
}
.tooltip.type1 .tooltip-content {
	position: absolute;
	z-index: 99;
	left: 50%;
	margin-left: -75px;
	bottom: -5px;
	text-align: left;
	background: #eb7567;
	opacity: 0;
	padding: 10px;
	color: #fff;
	border-bottom: 57px solid #2a3035;
	cursor: pointer;
	pointer-events: none;
	-webkit-transform: translate3d(0, -0.5em, 0);
	transform: translate3d(0, -0.5em, 0);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	width: 100%;
	text-align: center
}
.tooltip.type1 .tooltip-content a,
.tooltip.type1-a .tooltip-content a {
	color: #32434f
}
.tooltip.type1 .tooltip-content,
.tooltip.type1-a .tooltip-content {
	opacity: 0;
	-webkit-transform: translate3d(0, 1.5em, 0);
	transform: translate3d(0, 1.5em, 0);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s
}
.tooltip.type1:hover .tooltip-content,
.tooltip.type1-a:hover .tooltip-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.tooltip.type1-a .tooltip-content {
	position: absolute;
	z-index: 99;
	left: 50%;
	margin-left: -57%;
	top: -5px;
	background: #eb7567;
	opacity: 0;
	padding: 10px;
	color: #fff;
	border-top: 57px solid #2a3035;
	cursor: pointer;
	pointer-events: none;
	-webkit-transform: translate3d(0, -0.5em, 0);
	transform: translate3d(0, -0.5em, 0);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	width: 100%;
	text-align: center
}
.tooltip.type2 .tooltip-content {
	position: absolute;
	background-size: 100% 100%;
	z-index: 9999;
	width: 150px;
	bottom: 135%;
	left: 50%;
	margin-left: -90px;
	padding: 15px;
	text-align: center;
	color: #fff;
	opacity: 0;
	cursor: default;
	pointer-events: none;
	-webkit-transform: scale3d(.1, .2, 1);
	transform: scale3d(.1, .2, 1);
	-webkit-transform-origin: 50% 120%;
	transform-origin: 50% 120%;
	-webkit-transition: opacity .4s, -webkit-transform .4s;
	transition: opacity .4s, transform .4s;
	-webkit-transition-timing-function: ease, cubic-bezier(.6, 0, .4, 1);
	transition-timing-function: ease, cubic-bezier(.6, 0, .4, 1);
	background: #eb7567;
	backface-visibility: hidden
}
.tooltip.type2 .tooltip-content::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	margin-left: -8px;
	top: 100%;
	background: #eb7567;
	-webkit-transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
	transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
	backface-visibility: hidden;
	transform: rotate(45deg)\0/;
	top: 84%\0/
}
.tooltip.type2:hover .tooltip-content,
.tooltip.type2-a:hover .tooltip-content {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	backface-visibility: hidden
}
.tooltip.type2-a .tooltip-content {
	position: absolute;
	background-size: 100% 100%;
	z-index: 9999;
	width: 150px;
	top: 135%;
	left: 50%;
	margin-left: -90px;
	padding: 15px;
	text-align: center;
	color: #fff;
	opacity: 0;
	cursor: default;
	pointer-events: none;
	-webkit-transform: scale3d(.1, .2, 1);
	transform: scale3d(.1, .2, 1);
	-webkit-transform-origin: 50% 120%;
	transform-origin: 50% 120%;
	-webkit-transition: opacity .4s, -webkit-transform .4s;
	transition: opacity .4s, transform .4s;
	-webkit-transition-timing-function: ease, cubic-bezier(.6, 0, .4, 1);
	transition-timing-function: ease, cubic-bezier(.6, 0, .4, 1);
	background: #eb7567;
	backface-visibility: hidden
}
.tooltip.type2-a .tooltip-content::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	margin-left: -8px;
	top: 2%;
	background: #eb7567;
	-webkit-transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
	transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
	backface-visibility: hidden;
	transform: rotate(45deg)\0/;
	top: -20%\0/
}
.tooltip.type3 .tooltip-text {
	border-bottom: 5px solid #fffaf0;
	overflow: hidden;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform .3s .3s;
	transition: transform .3s .3s
}
.tooltip.type3:hover .tooltip-text,
.tooltip.type3-a:hover .tooltip-text {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
.tooltip.type3 .tooltip-inner {
	background: rgba(85, 61, 61, .95);
	padding: 20px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	webkit-transition: -webkit-transform .3s;
	transition: transform .3s
}
.tooltip.type3:hover .tooltip-inner,
.tooltip.type3-a:hover .tooltip-inner {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.tooltip.type3 .tooltip-content {
	position: absolute;
	z-index: 9999;
	width: 200px;
	left: 50%;
	bottom: 100%;
	text-align: center;
	font-weight: 400;
	color: #fffaf0;
	background: 0 0;
	opacity: 0;
	margin: 0 0 20px -100px;
	cursor: default;
	pointer-events: none;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: opacity .3s .3s;
	transition: opacity .3s .3s
}
.tooltip.type3:hover .tooltip-content,
.tooltip.type3-a:hover .tooltip-content {
	opacity: 1;
	pointer-events: auto;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}
.tooltip.type3 .tooltip-content::after {
	content: '';
	bottom: -20px;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #fffaf0;
	border-width: 10px;
	margin-left: -10px
}
.tooltip.type3 .tooltip-content span,
.tooltip.type3-a .tooltip-content span {
	display: block
}
.tooltip.type3-a .tooltip-text {
	border-top: 5px solid #fffaf0;
	overflow: hidden;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform .3s .3s;
	transition: transform .3s .3s
}
.tooltip.type3-a .tooltip-inner {
	background: rgba(85, 61, 61, .95);
	padding: 20px;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	webkit-transition: -webkit-transform .3s;
	transition: transform .3s
}
.tooltip.type3-a .tooltip-content {
	position: absolute;
	z-index: 9999;
	width: 200px;
	left: 50%;
	bottom: -200%;
	text-align: center;
	font-weight: 400;
	color: #fffaf0;
	background: 0 0;
	opacity: 0;
	margin: 0 0 20px -100px;
	cursor: default;
	pointer-events: none;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: opacity .3s .3s;
	transition: opacity .3s .3s
}
.tooltip.type3-a .tooltip-content::after {
	content: '';
	top: -20px;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: #fffaf0;
	border-width: 10px;
	margin-left: -10px
}
.tooltip.type4 .tooltip-content {
	position: absolute;
	z-index: 9999;
	width: 160px;
	height: 80px;
	left: 50%;
	margin-left: -82px;
	bottom: 100%;
	text-align: center;
	color: #fff;
	opacity: 0;
	margin-bottom: 20px;
	cursor: default;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0)
}
.tooltip.type4:hover .tooltip-content,
.tooltip.type4-a:hover .tooltip-content {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.tooltip.type4 .tooltip-content>span {
	float: left;
	padding: 0;
	width: 50%;
	height: 100%;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	font-size: 12px
}
.tooltip.type4 .tooltip-content>span img,
.tooltip.type4-a .tooltip-content>span img {
	display: block;
	float: left;
	margin: 0 auto;
	padding: 10%;
	width: 80%
}
.tooltip.type4 .tooltip-front,
.tooltip.type4-a .tooltip-front {
	background: #fff;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: perspective(1000px) rotate3d(0, 1, 0, -90deg);
	transform: perspective(1000px) rotate3d(0, 1, 0, -90deg)
}
.tooltip.type4 span.tooltip-back {
	background: #eb7567;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(1000px) rotate3d(0, 1, 0, 90deg);
	padding: 5%;
	height: 80%;
	line-height: 13px;
	font-size: 11px;
	width: 40%
}
.tooltip.type4:hover .tooltip-content>span,
.tooltip.type4-a:hover .tooltip-content>span {
	-webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
	transform: perspective(1000px) rotate3d(0, 1, 0, 0deg)
}
.tooltip.type4 .tooltip-content .tooltip-front::after,
.tooltip.type4 .tooltip-content .tooltip-back::after {
	content: '';
	position: absolute;
	top: 100%;
	width: 0;
	height: 0
}
.tooltip.type4 .tooltip-content .tooltip-front::after {
	right: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent
}
.tooltip.type4 .tooltip-content .tooltip-back::after {
	left: 0;
	border-top: 10px solid #eb7567;
	border-right: 10px solid transparent
}
.tooltip.type4-a .tooltip-content {
	position: absolute;
	z-index: 9999;
	width: 160px;
	height: 80px;
	left: 50%;
	margin-left: -82px;
	top: 145%;
	text-align: center;
	color: #fff;
	opacity: 0;
	margin-bottom: 20px;
	cursor: default;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0)
}
.tooltip.type4-a .tooltip-content>span {
	backface-visibility: hidden;
	float: left;
	font-size: 12px;
	height: 100%;
	padding: 0;
	position: relative;
	width: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s
}
.tooltip.type4-a span.tooltip-back {
	background: #eb7567;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(1000px) rotate3d(0, 1, 0, 90deg);
	padding: 5%;
	height: 80%;
	line-height: 13px;
	font-size: 11px;
	width: 40%
}
.tooltip.type4-a .tooltip-content .tooltip-front::after,
.tooltip.type4-a .tooltip-content .tooltip-back::after {
	content: '';
	position: absolute;
	bottom: 100%;
	width: 0;
	height: 0
}
.tooltip.type4-a .tooltip-content .tooltip-front::after {
	right: 0;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent
}
.tooltip.type4-a .tooltip-content .tooltip-back::after {
	left: 0;
	border-bottom: 10px solid #eb7567;
	border-right: 10px solid transparent
}
.dt-sc-ico-content a {
	color: #fff
}
.column .dt-sc-ico-content.type1 {
	position: relative;
	float: left;
	border-bottom: 1px dashed rgba(255, 255, 255, .5);
	overflow: hidden
}
.column .dt-sc-ico-content.type1:before {
	border-right: 1px dashed rgba(255, 255, 255, .5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0
}
.column .dt-sc-ico-content.type1:last-child {
	border-bottom: 0;
	margin-top: 1px
}
.column.first .dt-sc-ico-content.type1:before {
	content: none
}
.dt-sc-ico-content.type1 {
	padding: 40px 20px;
	text-align: center
}
.dt-sc-ico-content.type1 h5 {
	margin-bottom: 20px
}
.dt-sc-ico-content.type1 i {
	width: 70px;
	height: 70px;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 50%;
	line-height: 75px;
	font-size: 30px;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, .6);
	position: relative
}
.dt-sc-ico-content.type1:hover {
	background: rgba(0, 0, 0, .1)
}
.dt-sc-ico-content.type1 i.special:after {
	box-shadow: 2px 2px rgba(255, 255, 255, .6);
	-webkit-box-shadow: 2px 2px rgba(255, 255, 255, .6);
	-moz-box-shadow: 2px 2px rgba(255, 255, 255, .6);
	-ms-box-shadow: 2px 2px rgba(255, 255, 255, .6);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 0;
	left: -1px;
	padding: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.dt-sc-ico-content.type1:hover i.special:after {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.dt-sc-ico-content.type2 {
	float: left;
	padding: 0 2%;
	width: 96%
}
.dt-sc-ico-content.type2 i {
	float: left;
	text-align: center;
	width: 50px;
	height: 50px;
	border: 2px solid rgba(255, 255, 255, .6);
	border-radius: 50%;
	line-height: 50px;
	color: rgba(255, 255, 255, .6);
	margin: 0 10px 10px 0
}
.dt-sc-ico-content.type2:hover i {
	background: rgba(0, 0, 0, .1)
}
.dt-sc-ico-content.type2:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0;
	background: rgba(255, 255, 255, .6);
	bottom: -10px;
	position: absolute;
	right: 0
}
.dt-sc-ico-content.type2:hover:after {
	width: 100%
}
.dt-sc-ico-content.type2:before {
	content: '';
	display: block;
	margin: auto;
	height: 0;
	width: 1px;
	background: rgba(255, 255, 255, .6);
	bottom: -10px;
	position: absolute;
	right: 0
}
.dt-sc-ico-content.type2:hover:before {
	height: 100%
}
.dt-sc-ico-content.type2 p {
	width: 100%;
	float: left
}
.dt-sc-ico-content.type2 h5 {
	margin: 13px 0;
	float: left
}
.dt-sc-ico-content.type3 {
	position: relative;
	border: 1px solid rgba(255, 255, 255, .6);
	float: left
}
.dt-sc-ico-content.type3 i {
	width: 20%;
	font-size: 30px;
	text-align: center;
	float: left;
	padding: 11px 0
}
.dt-sc-ico-content.type3:hover i {
	background: rgba(0, 0, 0, .1)
}
.dt-sc-ico-content.type3 .dt-sc-icon-title {
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	float: left;
	width: 100%
}
.dt-sc-ico-content.type3 h5 {
	padding: 12px 0;
	float: left;
	width: 75%;
	border-left: 1px solid rgba(255, 255, 255, .6);
	padding-left: 4.5%
}
.dt-sc-ico-content.type3 p {
	width: 90%;
	float: left;
	padding: 0 5%;
	margin-top: 10px
}
.dt-sc-portfolio-carousel-wrapper {
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%
}
.dt-sc-portfolio-carousel-wrapper .dt-sc-one-fourth.column {
	display: block;
	float: left;
	margin: 0 10px 0 11px;
	text-align: center;
	padding-bottom: 0
}
.dt-sc-portfolio-carousel-wrapper .dt-sc-one-third.column {
	margin-left: 18px;
	text-align: center
}
.dt-sc-portfolio-carousel-wrapper .dt-sc-one-half.column {
	margin-left: 6px;
	text-align: center;
	margin-right: 6px
}
.dt-sc-portfolio-carousel-wrapper .carousel-arrows {
	display: inline-block;
	position: absolute;
	z-index: 99999;
	top: -93px;
	right: 0;
	text-align: center
}
.dt-sc-portfolio-carousel-wrapper .carousel-arrows a {
	color: #ddd;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .5);
	-moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .5);
	-webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .5);
	height: 50px;
	width: 50px;
	display: inline-block!important;
	float: none;
	line-height: 50px;
	border-radius: 50%
}
.dt-sc-portfolio-carousel-wrapper .carousel-arrows a:hover {
	background: rgba(255, 255, 255, .5)
}
.dt-sc-portfolio-carousel-wrapper .carousel-arrows a:hover i {
	color: #fff
}
.dt-sc-portfolio-carousel-wrapper .carousel-arrows a i {
	font-size: 24px;
	font-weight: 300;
	line-height: 48px;
	color: rgba(255, 255, 255, .5);
	display: inline-block;
	margin: 0 auto;
	float: none
}
.dt-sc-portfolio-carousel-wrapper .carousel-arrows a i:hover {
	color: #fff
}
.dt-sc-portfolio img {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 10px
}
.dt-sc-portfolio figure {
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative
}
.dt-sc-portfolio .fig-overlay {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	display: block;
	height: 100%;
	text-align: center;
	width: 90.1%;
	padding: 5%;
	background: rgba(73, 10, 61, .7);
	opacity: 0;
	backface-visibility: hidden
}
.dt-sc-portfolio .fig-overlay .external-icons {
	width: 100%;
	float: left;
	padding: 30% 0 0
}
.dt-sc-portfolio .fig-overlay a {
	color: #fff;
	margin-right: 10px;
	margin-left: 10px
}
::i-block-chrome,
.dt-sc-portfolio .fig-overlay {
	width: 91%
}
.dt-sc-one-sixth .dt-sc-portfolio .fig-overlay a {
	margin-right: 8px;
	margin-left: 8px
}
.dt-sc-one-sixth .dt-sc-portfolio .fig-overlay .external-icons {
	padding: 40% 0 0%
}
.dt-sc-one-fifth .dt-sc-portfolio .fig-overlay .external-icons {
	padding: 44% 0 0%
}
.dt-sc-one-sixth .dt-sc-portfolio .fig-overlay p,
.dt-sc-one-fifth .dt-sc-portfolio .fig-overlay p {
	display: none
}
.dt-sc-one-fourth .dt-sc-portfolio .fig-overlay .external-icons {
	padding: 25% 0 0%
}
.dt-sc-one-fourth .dt-sc-portfolio .fig-overlay p {
	padding: 10% 0 0
}
.dt-sc-portfolio .fig-overlay a span {
	display: inline-block;
	margin: 0 auto;
	float: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	border: 1px solid rgba(255, 255, 255, .6);
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg)
}
.dt-sc-portfolio .fig-overlay a span:hover {
	-webkit-animation: pulse 300ms linear 1;
	-moz-animation: pulse 300ms linear 1;
	-ms-animation: pulse 300ms linear 1;
	animation: pulse 300ms linear 1;
	background: #fff;
	color: #490a3d
}
@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(.9);
		-moz-transform: scale(.9);
		-o-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9)
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}
@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-moz-transform: scale(.9);
		transform: scale(.9)
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1)
	}
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@-ms-keyframes pulse {
	0% {
		-ms-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-ms-transform: scale(.9);
		transform: scale(.9)
	}
	100% {
		-ms-transform: scale(1);
		transform: scale(1)
	}
}
.dt-sc-portfolio .fig-overlay a span:after {
	border: 2px solid rgba(255, 255, 255, .6);
	top: -4px;
	bottom: 0;
	right: 0;
	left: -4px;
	padding: 0;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	width: 54px;
	height: 54px;
	border-radius: 0;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.dt-sc-portfolio .fig-overlay p {
	float: left;
	padding: 15% 0 0;
	bottom: 0
}
.dt-sc-portfolio:hover .fig-overlay {
	opacity: 1;
	backface-visibility: hidden
}
.dt-sc-portfolio:hover .fig-overlay a span,
.dt-sc-portfolio:hover .fig-overlay a span:after {
	border-radius: 50%;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg)
}
.dt-sc-portfolio:hover figcaption a {
	color: #490a3d
}
.dt-sc-portfolio:hover figure img {
	-webkit-filter: blur(1px);
	filter: blur(1px);
	-moz-filter: blur(1px)
}
.dt-sc-portfolio figcaption {
	background: #fff;
	float: left;
	width: 90%;
	/*width: 100%;*/
	padding: 3% 5% 5%;
	position: relative;
	color: #292929;
	border-top: 10px solid transparent
}
.dt-sc-portfolio figcaption h5 {
	float: left;
	margin-bottom: 5px;
	font-weight: 500;
	width: 85%;
	text-align: left
}
.dt-sc-portfolio figcaption a {
	color: #292929
}
.dt-sc-portfolio figcaption p {
	float: left;
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 14px
}
.dt-sc-portfolio figcaption p.tags {
	text-align: left
}
.dt-sc-portfolio figcaption i {
	float: right;
	position: absolute;
	right: 5px;
	top: 2px;
	display: block;
	z-index: 1;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #000;
	font-size: 18px;
}
#primary.with-sidebar .dt-sc-portfolio .fig-overlay .external-icons {
	padding: 15% 0 0
}
#primary.with-sidebar .dt-sc-one-fourth .dt-sc-portfolio .fig-overlay .external-icons,
#primary.with-sidebar .dt-sc-one-fourth .dt-sc-portfolio .fig-overlay p {
	padding: 5% 0 0
}
#primary.with-sidebar .dt-sc-one-half .dt-sc-portfolio .fig-overlay .external-icons {
	padding: 30% 0 0
}
#primary.with-sidebar .dt-sc-one-fourth .dt-sc-portfolio figcaption h5 {
	width: 80%
}
#primary.with-sidebar .dt-sc-one-fourth .dt-sc-portfolio .fig-overlay a span:after {
	width: 44px;
	height: 44px
}
#primary.with-sidebar .dt-sc-one-fourth .dt-sc-portfolio .fig-overlay a span {
	height: 40px;
	line-height: 40px;
	width: 40px
}
#primary.with-sidebar .dt-sc-one-fifth .dt-sc-portfolio .fig-overlay .external-icons a,
#primary.with-sidebar .dt-sc-one-sixth .dt-sc-portfolio .fig-overlay .external-icons a {
	display: inline-block;
	margin-bottom: 10px
}
#primary.with-sidebar .dt-sc-one-sixth .dt-sc-portfolio .fig-overlay .external-icons {
	padding: 5% 0 0
}
.dt-sc-one-fifth .dt-sc-portfolio figcaption i,
.dt-sc-one-sixth .dt-sc-portfolio figcaption i {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	width: 30px
}
.dt-sc-portfolio:hover figcaption i {
	/*border-radius: 50%;
	background: #490a3d;
	color: #fff*/
}
.blog-pagination {
	width: 100%;
	text-align: right;
	float: left;
	width: 100%
}
.blog-pagination a {
	background: 0 0;
	border: 2px solid #fff;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	text-indent: -9999px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px
}
.blog-pagination a span {
	display: none
}
.blog-pagination a.selected,
.blog-pagination a:hover {
	background: #fab534;
	border-color: #fab534
}
.dt-sc-blog-carousel-wrapper {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	display: block
}
.dt-sc-blog-carousel-wrapper h3 {
	font-size: 22px
}
.dt-sc-blog-carousel li {
	display: block;
	float: left;
	margin: 0;
	position: relative
}
.dt-sc-blog-carousel-wrapper .caroufredsel_wrapper {
	padding-bottom: 22px
}
.dt-sc-entry-meta {
	position: absolute;
	left: 8%
}
.dt-sc-entry-meta .date {
	text-align: center;
	border: 2px solid #fff;
	width: 80px;
	height: 80px;
	text-transform: uppercase;
	border-radius: 50%
}
.dt-sc-entry-meta .date p {
	margin: 12px 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px
}
.dt-sc-entry-meta .date span {
	font-size: 30px;
	width: 100%;
	font-weight: 100
}
.dt-sc-entry-meta a {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff
}
.dt-sc-entry-meta a.post-type,
.dt-sc-entry-meta a.likes {
	margin-top: 30px;
	padding: 0 5% 10px
}
.dt-sc-entry-meta a.post-type {
	width: 40%;
	float: right;
	box-shadow: inset 2px 0 0 0 #fff;
	font-size: 18px
}
.dt-sc-entry-meta a.likes {
	width: 40%;
	float: left
}
.dt-sc-entry-meta a.comments span {
	border-top: 2px solid #fff;
	width: 100%;
	padding-top: 10px
}
.dt-sc-entry-meta a.comments span:before {
	margin-right: 5px
}
@-moz-document url-prefix() {
	.dt-sc-entry-meta .date p {
		margin: 8px 0
	}
}
.dt-sc-blog-entry {
	/*padding: 0 0 0 146px;*/
	padding: 0 0 0 70px;
}
.dt-sc-blog-entry.dt-sc-blog-single-entry {
	padding: 0
}
.dt-sc-blog-single-entry h4 a {
	color: #fff
}
.dt-sc-blog-single-entry .dt-sc-entry-metadata {
	width: 100%;
	float: left;
	margin: 10px 0 0
}
.dt-sc-author-info {
	float: left;
	width: 96%;
	margin: 30px 0 15px;
	background: rgba(0, 0, 0, .2);
	padding: 2%
}
.dt-sc-author-info h3 {
	margin-bottom: 30px
}
.dt-sc-author-info .dt-sc-author-desc h5 a {
	margin-bottom: 0;
	float: left;
	margin-right: 4px;
	color: #fff;
	font-weight: 700
}
.dt-sc-author-info span {
	font-size: 18px;
	line-height: 30px;
	margin-left: 3px;
	position: relative;
	padding: 0 2px
}
.dt-sc-author-info span:before {
	content: "( "
}
.dt-sc-author-info span:after {
	content: " )"
}
.dt-sc-author-info img {
	float: left;
	margin-right: 3%;
	width: 15%;
	border-radius: 50%;
	behavior: url(PIE.html)
}
.dt-sc-author-desc {
	float: left;
	width: 82%
}
.dt-sc-author-desc h5 a {
	text-transform: capitalize
}
.dt-sc-author-title {
	float: left;
	width: 100%;
	line-height: 22px;
	margin-bottom: 13px;
	color: #fff
}
.with-sidebar .author-desc {
	width: 85%
}
.dt-sc-entry-thumb {
	float: right;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.dt-sc-entry-thumb img {
	/*width: 100%;*/
	width: 75%;
	/*float: right*/
}

@media (max-width: 500px){
    .dt-sc-entry-thumb img {
	    width: 100%;
	    /*float: right*/
    }
}


.dt-sc-entry-thumb p.author {
	position: absolute;
	bottom: -33px;
	right: 0;
	display: block;
	margin: 0;
	padding: 0 10px;
	background: rgba(0, 0, 0, .5);
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}
.dt-sc-entry-thumb p.tags {
	position: absolute;
	top: -33px;
	left: -100px;
	display: block;
	margin: 0;
	padding: 0 10px;
	background: rgba(0, 0, 0, .5)
}
.ie8 .dt-sc-entry-thumb img {
	width: auto
}
.dt-sc-entry-details {
	float: left;
	margin: 0;
	width: 100%
}
.dt-sc-entry-details .dt-sc-entry-thumb-desc {
	float: left;
	width: 100%
}
.dt-sc-entry-details .dt-sc-entry-thumb-desc p {
	border-bottom: 1px solid rgba(2555, 255, 255, .3);
	padding-bottom: 30px;
	margin-bottom: 0
}
.dt-sc-entry-details .dt-sc-entry-thumb-desc a.dt-sc-read-more {
	color: #fff;
	position: relative;
	padding: 14px 0;
	float: right
}
@-moz-document url-prefix() {
	.dt-sc-entry-details .dt-sc-entry-thumb-desc a.dt-sc-read-more {
		padding: 14px 0 15px
	}
}
.dt-sc-entry-details .dt-sc-entry-title {
	float: left;
	width: 100%;
	margin: 25px 0 5px
}
.dt-sc-entry-details .dt-sc-entry-title h5 {
	font-weight: 500
}
.dt-sc-entry-details .dt-sc-entry-title h5 a,
.dt-sc-entry-thumb p a {
	color: #fff
}
.dt-sc-entry-details .dt-sc-entry-title h5 a {
	display: inline-block
}
.dt-sc-entry-details .dt-sc-entry-metadata {
	display: block;
	margin: 0 0 15px;
	float: left;
	width: 100%;
	font-weight: 400
}
.dt-sc-entry-details .dt-sc-entry-metadata i {
	margin-right: 5px
}
.dt-sc-entry-details .dt-sc-entry-metadata p {
	display: inline-block;
	float: left;
	margin-right: 20px;
	text-transform: none;
	margin-bottom: 0
}
.dt-sc-entry-details .dt-sc-entry-metadata span,
.dt-sc-entry-details .dt-sc-entry-metadata p a {
	display: inline-block;
	color: #fff
}
.dt-sc-entry-details .dt-sc-entry-metadata span {
	margin: 0 5px
}
.dt-sc-entry-thumb-desc a.dt-sc-read-more:after {
	transition: width .5s ease, background-color .5s ease;
	-webkit-transition: width .5s ease, background-color .5s ease;
	-moz-transition: width .5s ease, background-color .5s ease;
	-ms-transition: width .5s ease, background-color .5s ease;
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	right: 0;
	bottom: 0
}
.dt-sc-blog-entry:hover .dt-sc-entry-thumb p.author {
	bottom: 0;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms
}
.dt-sc-blog-entry:hover .dt-sc-entry-thumb p.tags {
	top: 0;
	left: 0
}
.dt-sc-blog-entry:hover .dt-sc-entry-thumb-desc a.dt-sc-read-more:after {
	width: 100%
}
.dt-sc-blog-entry-inner .dt-sc-entry-thumb img,
.dt-sc-blog-carousel-wrapper .dt-sc-entry-thumb img {
	border-radius: 40% 1px
}
.dt-sc-blog-carousel-wrapper .dt-sc-blog-entry:hover .dt-sc-entry-thumb img,
.dt-sc-blog-entry-inner .dt-sc-entry-thumb img:hover {
	border-radius: 1px 40%
}
.dt-sc-contact {
	position: relative;
	margin-top: 30px;
	float: left;
	width: 100%
}
.dt-sc-contact-details {
	float: left;
	width: 50%;
	background: rgba(255, 255, 255, .3)
}
.dt-sc-contact-details p {
	margin: 0 20px 15px;
	float: left
}
.dt-sc-contact-details img {
	float: left;
	width: 100%
}
.dt-sc-contact-details .dt-sc-contact-info {
	margin: 25px 20px;
	font-weight: lighter
}
.dt-sc-contact-details .dt-sc-contact-info a {
	color: #fff
}
.dt-sc-contact-details .dt-sc-contact-info i {
	margin-right: 10px;
	width: 3%;
	margin-bottom: 10px;
}
.dt-sc-contact-details .dt-sc-contact-info:last-child {
	/*margin: 30px 30px 0*/
}
.dt-sc-contact form.dt-sc-enquiry-form {
	width: 49%;
	float: right;
	position: relative
}
.dt-sc-contact form.dt-sc-enquiry-form input[type=text],
.dt-sc-contact form.dt-sc-enquiry-form input[type=email],
.dt-sc-contact form.dt-sc-enquiry-form textarea {
	background: 0 0;
	color: #fff; 
	font-family: lato;
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 20px;
	margin-bottom: 17px\0/;
	border: 1px solid #fff;
	border-radius: 0
}
.dt-sc-contact form.dt-sc-enquiry-form textarea {
	height: 129px;
	height: 135px\0/
}
.dt-sc-contact form.dt-sc-enquiry-form input.submit {
	color: #fff;
	/*position: absolute;*/
	right: auto;
	/*left: -12%;*/
	margin: 0 auto;
	text-align: center;
	/*float: none;*/
	display: inline-block;
	text-transform: capitalize;
	font-family: lato;
	font-size: 18px;
	background: rgba(0, 0, 0, .3);
	font-weight: lighter;
	margin-top: 2px;
	border-radius: 0;
	width: auto
}
.dt-sc-contact form.dt-sc-enquiry-form input.submit:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 30px #fff;
	-moz-box-shadow: inset 0 0 0 30px #fff;
	box-shadow: inset 0 0 0 30px #fff
}
::i-block-chrome,
.dt-sc-contact form.dt-sc-enquiry-form input.submit {
	right: auto
}
::i-block-chrome,
.dt-sc-contact form.dt-sc-enquiry-form input[type=text],
::i-block-chrome,
.dt-sc-contact form.dt-sc-enquiry-form input[type=email],
::i-block-chrome,
.dt-sc-contact form.dt-sc-enquiry-form textarea {
	margin-bottom: 19px
}
@-moz-document url-prefix() {
	.dt-sc-contact form.dt-sc-enquiry-form textarea {
		height: 127px
	}
}
::-webkit-input-placeholder {
	color: #fff
}
:-moz-placeholder {
	color: #fff
}
::-moz-placeholder {
	color: #fff
}
:-ms-input-placeholder {
	color: #fff
}
.view-map {
	z-index: 9;
	background: #065f93;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	width: 100%;
	float: left;
	color: #fff;
	margin: 0;
	position: absolute;
	bottom: -10%;
	top: auto;
	font-weight: lighter;
	padding: 16px 0;
	left: 0;
	height: 26px
}
.view-map p {
	position: relative;
	margin: 0;
	display: inline-block
}
.view-map p:before {
	top: 0;
	left: -30px;
	position: absolute;
	content: '';
	background: url(../images/map-icon.png) no-repeat;
	height: 28px;
	width: 18px
}
.view-map-1 {
	z-index: 9;
	background: #065f93;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	width: 100%;
	float: left;
	color: #fff;
	margin: 0;
	position: absolute;
	font-weight: lighter;
	padding: 0;
	left: 0;
	height: 0;
	opacity: 0
}
.view-map-1 p {
	position: relative;
	margin: 0;
	display: inline-block;
	float: none
}
.view-map-1 p:before {
	top: 0;
	left: -30px;
	position: absolute;
	content: '';
	background: url(../images/map-icon.png) no-repeat;
	height: 28px;
	width: 18px
}
.view-map.top {
	top: -10%;
	bottom: auto
}
#dt-sc-popup-map {
	float: none;
	height: 60%;
	margin: 0 auto;
	width: 80%;
	margin-top: 10%;
	border-radius: 10px;
	border: 5px solid #999;
	display: none
}
.contact:hover .view-map {
	bottom: 0
}
.contact:hover .view-map.top {
	top: 0
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
	.view-map p::before {
		background-image: url(../images/map-icon%402x.png);
		background-size: 18px 28px
	}
}