.owl-carousel {
	display: none;
	list-style: none;
	margin-left: 0;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	cursor: -webkit-grab;
	cursor: -moz-grab
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	cursor: move;
	cursor: -moz-grab;
	cursor: -webkit-grab
}

.owl-carousel .owl-wrapper.grabbing {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
	float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons
div {
	cursor: pointer
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
	cursor: url(/wp-content/plugins/themeone-shortcodes/shortcodes/css/grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-transform: initial;
	-moz-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial
}

.owl-controls .owl-buttons .owl-prev {
	position: absolute;
	width: 20px;
	right: 25px;
	top: -40px
}

.owl-controls .owl-buttons .owl-next {
	position: absolute;
	width: 20px;
	right: 0;
	top: -40px
}

.owl-controls .owl-buttons {
	-webkit-transform: initial;
	-moz-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial
}

.owl-controls .owl-buttons
div {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 0;
	font-size: 14px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear
}

.owl-controls .owl-buttons div,
.owl-controls .owl-buttons
i {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden
}

.owl-pagination {
	margin-top: 15px
}

.owl-controls .owl-page.active {
	background: none !important
}

.owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-controls .owl-page
span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 4px;
	background: rgba(255, 255, 255, .3);
	filter: Alpha(Opacity=85);
	opacity: 0.85;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear
}

.dark .owl-page
span {
	background: rgba(0, 0, 0, 0.25)
}

.owl-controls .owl-page.active {
	background: none !important
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover
span {
	filter: Alpha(Opacity=100);
	opacity: 1
}

.owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.owl-item.loading {
	min-height: 150px;
	background: url(/wp-content/plugins/themeone-shortcodes/shortcodes/css/AjaxLoader.gif) no-repeat center center
}

.to-team-carousel .owl-wrapper-outer {
	padding-top: 10px
}

.to-team-carousel .to-member-item {
	list-style: none;
	margin: 10px
}

.to-team-carousel.circle .to-member-item {
	text-align: center
}

.to-team-carousel .to-member-photo {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: auto
}

.to-team-carousel.circle .to-member-photo {
	overflow: visible;
	width: 90%
}

.to-team-carousel .to-member-item
img {
	position: relative;
	display: block;
	width: 100%;
	height: auto
}

.to-team-carousel .to-member-name {
	margin: 12px 0 4px 0;
	font-weight: 600;
	text-transform: uppercase
}

.to-team-carousel.circle .to-member-overlay {
	position: absolute;
	width: 94%;
	height: 94%;
	top: 3%;
	bottom: 3%;
	left: 3%;
	right: 3%;
	-webkit-transition: all 0s cubic-bezier(0, 1, 0.7, 1);
	-moz-transition: all 0s cubic-bezier(0, 1, 0.7, 1);
	-o-transition: all 0s cubic-bezier(0, 1, 0.7, 1);
	transition: all 0s cubic-bezier(0, 1, 0.7, 1)
}

.dark .to-team-carousel.circle .to-member-overlay {
	box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.6);
	-o-box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.6)
}

.light .to-team-carousel.circle .to-member-overlay {
	box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.6);
	-moz-box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.6);
	-o-box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.6)
}

.to-team-carousel.circle .to-member-item:hover .to-member-overlay {
	top: -8%;
	bottom: -8%;
	left: -8%;
	right: -8%;
	width: 116%;
	height: 116%;
	-webkit-transition: all 500ms cubic-bezier(0, 1, 0.7, 1);
	-moz-transition: all 500ms cubic-bezier(0, 1, 0.7, 1);
	-o-transition: all 500ms cubic-bezier(0, 1, 0.7, 1);
	transition: all 500ms cubic-bezier(0, 1, 0.7, 1)
}

.dark .to-team-carousel.circle .to-member-item:hover .to-member-overlay {
	box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0);
	-webkit-box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0);
	-o-box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0)
}

.light .to-team-carousel.circle .to-member-item:hover .to-member-overlay {
	box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0);
	-moz-box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0);
	-webkit-box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0);
	-o-box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0)
}

.to-team-carousel.circle .to-member-photo,
.to-team-carousel.circle .to-member-photo img,
.to-team-carousel.circle .to-member-overlay {
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%
}

.to-team-carousel .to-member-separator {
	height: 1px;
	width: 100%;
	margin: 12px auto;
	border-top: 1px solid;
	border-color: inherit
}

.to-team-carousel.circle .to-member-separator {
	height: 1px;
	width: 20%
}

.to-team-carousel .to-member-position {
	min-height: 20px;
	margin: 0 0 12px 0;
	font-size: 14px
}

.to-team-carousel .to-member-description {
	padding-bottom: 0 !important
}

.to-member-social {
	margin: 12px 0
}

.to-member-social
li {
	display: inline-block;
	list-style: none;
	cursor: pointer
}

.to-member-social li
a {
	font-size: 13px
}

.to-team-carousel.circle .to-member-social
li {
	width: 35px;
	height: 35px;
	margin: 5px;
	background: rgba(0, 0, 0, .10);
	border-radius: 50%;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear
}

.to-team-carousel .to-item-member-social.square {
	display: inline-block
}

.to-team-carousel .to-member-social
li.square {
	margin: 0
}

.to-team-carousel.circle .to-item-member-social.square {
	display: none
}

.to-team-carousel.circle .to-member-social li:hover {
	background: transparent !important
}

.to-team-carousel.circle .to-member-social li
a {
	color: inherit !important
}

.to-team-carousel .to-member-social li
i {
	display: none
}

.to-team-carousel.circle .to-member-social li
i {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 37px;
	font-size: 19px
}

.to-member-social li:after {
	content: '\0000a0\0000a0/\0000a0\0000a0';
	font-size: 13px
}

.to-team-carousel.circle .to-member-social li:after,
.to-member-social li:last-child:after {
	content: ''
}

.to-testimonial.owl-carousel {
	margin-top: 40px
}

.to-testimonial
blockquote {
	width: 70%;
	margin: 0 auto;
	padding-left: 0px;
	margin-bottom: 5px;
	padding: 0;
	border: none;
	text-align: center
}

.to-testimonial blockquote
p {
	padding-bottom: 15px;
	font-size: 22px;
	font-style: italic;
	line-height: 40px;
	font-weight: 100
}

.to-testimonial blockquote
span {
	position: relative;
	font-size: 16px
}

.to-testimonial-author {
	font-weight: 600
}

.to-testimonial-autor-desc {
	font-weight: 300
}

.to-testimonial blockquote .testimonial-img {
	top: -20px
}

.to-testimonial .to-testimonial-img,
.to-testimonial .to-testimonial-img
img {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
	line-height: 40px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%
}

.to-testimonial .to-testimonial-img
img {
	width: 100%;
	min-height: 100%;
	height: auto
}

@media only screen and (max-width: 690px) {
	.to-testimonial
	blockquote {
		width: 100%
	}
}

.to-clients-carousel .to-client {
	margin: 0 10px;
	text-align: center
}

.to-clients-carousel .to-client
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	border: 0;
	background: none
}

.to-clients-carousel.grey .to-client
img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	opacity: 0.6;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear
}

.to-clients-carousel.grey .to-client:hover
img {
	-webkit-filter: grayscale(0%);
	filter: none;
	opacity: 1
}

@media only screen and (max-width: 690px) {
	.to-clients-carousel .to-client {
		margin: 0 5px
	}
}

.to-sc-video-holder {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px
}

.to-sc-video-holder iframe,
.to-sc-video-holder object,
.to-sc-video-holder
embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.to-sc-slider {
	overflow: hidden;
	list-style: none
}

.to-sc-slider .owl-controls.clickable .owl-buttons
div {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none
}

.to-sc-slider .owl-buttons .owl-prev,
.to-sc-slider .owl-buttons .owl-next {
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	width: 45px;
	height: 45px;
	top: 50%;
	left: 0;
	margin: -22px 0 0 0;
	padding: 0;
	filter: Alpha(Opacity=100);
	opacity: 0 !important;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 3px;
	text-align: center;
	font-size: 30px;
	line-height: 45px
}

.to-sc-slider .owl-buttons .owl-next {
	left: auto;
	right: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 3px
}

.to-sc-slider .owl-buttons .owl-next i,
.to-sc-slider .owl-buttons .owl-prev
i {
	position: absolute;
	width: 45px;
	height: 45px;
	left: 0;
	top: 0;
	margin: auto;
	line-height: 47px;
	text-align: center;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear
}

.to-sc-slider .owl-buttons .owl-prev {
	-webkit-transform: translate3d(-46px, 0, 0);
	-moz-transform: translate3d(-46px, 0, 0);
	-o-transform: translate3d(-46px, 0, 0);
	-ms-transform: translate3d(-46px, 0, 0);
	transform: translate3d(-46px, 0, 0)
}

.to-sc-slider .owl-buttons .owl-next {
	-webkit-transform: translate3d(46px, 0, 0);
	-moz-transform: translate3d(46px, 0, 0);
	-o-transform: translate3d(46px, 0, 0);
	-ms-transform: translate3d(46px, 0, 0);
	transform: translate3d(46px, 0, 0)
}

.to-sc-slider:hover .owl-buttons .owl-prev,
.to-sc-slider:hover .owl-buttons .owl-next {
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.to-sc-slider .owl-buttons .to-sc-button-over {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	opacity: 0.5 !important;
	filter: Alpha(Opacity=50) !important;
	background: none !important
}

.to-sc-slider .owl-buttons .to-sc-button-over:hover {
	opacity: 0.5 !important;
	filter: Alpha(Opacity=50) !important
}

.to-sc-slider .owl-pagination {
	position: absolute;
	bottom: 4px !important;
	width: 100%;
	margin: 0
}

.to-sc-slide {
	list-style: none
}

.to-sc-twitter-section {
	padding: 10px 0
}

.to-sc-twitter-icon {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	font-size: 60px !important;
	margin: 0 auto;
	text-align: center
}

.to-sc-twitter {
	position: relative;
	text-align: center
}

.to-sc-twitter .tweet-slide {
	position: relative;
	width: 70%;
	margin: 0 auto;
	padding: 16px 0
}

.to-sc-twitter .tweet-slide
span {
	position: relative;
	font-size: 24px;
	line-height: 40px;
	font-weight: 100;
	font-style: italic
}

.to-sc-twitter .to-sc-tweet-meta {
	position: relative;
	padding: 16px 0 0 0;
	font-size: 14px
}

.to-sc-twitter .owl-controls {
	margin-top: 0 !important
}

@media only screen and (max-width: 690px) {
	.to-sc-twitter .tweet-slide {
		width: 100%
	}
}

.to-process {
	display: block;
	font-weight: normal;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	padding-bottom: 50px;
}

.to-process .owl-controls {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	margin: 0;
	padding: 0
}

.to-process .owl-item {
	opacity: 0.5
}

.to-process .owl-item:hover,
.to-process .owl-item.active {
	opacity: 1
}

.to-process .owl-pagination {
	position: absolute;
	display: block;
	top: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0
}

.to-process-step {
	overflow: hidden;
	padding: 50px 40px 110px 40px
}

.to-process-step-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.to-process-step-icon {
	position: relative;
	display: inline-block !important;
	vertical-align: top;
	width: 100%;
	font-size: 58px;
	line-height: 58px;
	text-align: center
}

.to-process-step [class^="icon-et-"]:before,
.to-process-step [class*=" icon-et-"]:before {
	font-size: 48px;
	line-height: 48px;
	vertical-align: top;
	margin-top: 10px;
	height: 55px;
	max-height: 55px
}

.to-process-step-title {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	min-width: 130px
}

.to-process-step-title:before, .to-process-step-title:after {
	content: "";
	position: absolute;
	display: block;
	top: 14px;
	left: -500%;
	right: 100%;
	border-top: 1px dotted;
	border-color: inherit
}

.to-process-step-title:after {
	right: -500%;
	left: 100%
}

.owl-wrapper .owl-item:first-child .to-process-step-title:before {
	left: -43px
}

.owl-wrapper .owl-item:last-child .to-process-step-title:after {
	right: -43px
}

.to-process-step-content {
	position: relative;
	display: block;
	width: 70%;
	padding: 0;
	margin: 40px auto 0 auto;
	text-align: center
}

.owl-wrapper .owl-item:first-child .to-process-dot,
.owl-wrapper .owl-item:last-child .to-process-dot {
	position: absolute;
	display: block;
	height: 6px;
	width: 6px;
	top: 14px;
	margin: -3px 0 0 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px
}

.owl-wrapper .owl-item:first-child .to-process-dot {
	left: -50px;
	right: 100%
}

.owl-wrapper .owl-item:last-child .to-process-dot {
	left: auto;
	right: -50px;
	margin: -3px 0 0 0
}

.to-process .to-step-pages {
	position: absolute;
	display: block;
	height: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center
}

.to-process .to-step-nb {
	margin: 0 10px;
	padding: 2px 0;
	border-bottom: 1px solid;
	border-color: inherit;
	line-height: 2em;
	font-size: 16px;
	opacity: 0.5;
	cursor: pointer
}

.to-step-nb:hover {
	opacity: 1
}

.to-process .to-step-nb.active {
	padding: 2px 0 2px 20px;
	opacity: 1
}

.to-process .to-step-nb,
.to-process .to-step-page,
.to-process .to-step-page.active {
	background: none !important;
	color: inherit
}

.dark .to-process .to-step-nb.active {
	color: #59585b !important;
	border-color: #59585b !important
}

.light .to-process .to-step-nb.active {
	color: #fff !important;
	border-color: #fff !important
}

.to-process .owl-item,
.to-process .to-step-nb {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
