.sw-stock-market .item-wrap{
	display:inline-block;
}
.sw-stock-market .item-image,
.sw-stock-market .item-content{
	width:50%;
	float:left;
	margin:0;
	padding:0;
	vertical-align:top;
}
.sw-stock-market .item-content h3{
	margin:0 10px;
	padding:0;
	font-size:14px;
}
.sw-stock-market .item-content span{
	font-size:12px;
	margin:0 10px;
}
.sw-stock-market .slide-loading {
	background: url('../images/loading.gif') no-repeat scroll center center transparent;
	height: 250px;
	width: 100%;
}
.sw-stock-market .owl2-stage-outer{
	border-bottom: #ebebeb 1px solid;
	padding-bottom:10px;
}
.sw-stock-market .owl2-controls{
	margin-top:10px;
}
.sw-stock-market .owl2-controls .owl2-dots{
	text-align:center;
}
.sw-stock-market .owl2-controls .owl2-dots .owl2-dot {
	display: inline-block;
	zoom: 1;
}
.sw-stock-market .owl2-dots .owl2-dot {
	display: block;
	width: 8px;
	height: 8px;
	margin: 4px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	border:#a0a0a0 1px solid;
	cursor: pointer;
	vertical-align: middle;
}

.sw-stock-market .owl2-dots .owl2-dot:hover,
.sw-stock-market .owl2-dots .owl2-dot.active {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #fff;
	border-color:#fd7d1e;
}
/*-------------------------Today market------------------------------------*/
.today-market{
	position: relative;
	overflow:hidden;
	box-shadow: 0px 2px 6px -3px #ccc;
	margin:20px 0;
}
.today-market .title-market{
	background: #fff none repeat scroll 0 0;
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
	padding-right:10px;
}
.today-market .title-market h3{
	margin:0;
	padding:0;
	line-height: 32px;
}
.today-market .content-market {
 height: 32px;	
 overflow: hidden;
 position: relative;
}

.today-market ul {
 font-size: 14px;
 color: #444444;
 position: absolute;
 width: 1280px;
 height: 100%;
 overflow:hidden;
 margin: 0;
 line-height: 50px;
 text-align: center;
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 -moz-animation: today-market 25s linear infinite;
 -webkit-animation: today-market 25s linear infinite;
 animation: today-market 25s linear infinite;
}
.today-market ul:hover{
	-webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.today-market ul li{
	float:left;
	line-height:32px;
	margin-right:20px;
	list-style: none;
}
.today-market .icon-stock-down {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f00;
}
.today-market .icon-stock-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #5bbd72;
}
.today-market .stock-percent{
	color:#444444;
}
.today-market .stock-quote{
	font-weight:bold;
}
.today-market .stock-down{
	color:#f00;
}
.today-market .stock-up{
	color:#5bbd72;
}
@-moz-keyframes today-market {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes today-market {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes today-market {
 0%   { 
 -moz-transform: translateX(100%); 
 -webkit-transform: translateX(100%); 
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); 
 -webkit-transform: translateX(-100%); 
 transform: translateX(-100%); 
 }
}

/*-------------------------Currency Data------------------------------------*/
.currency-data{
	background:#2e394d;
	color:#cccccc;
	display:block;
	overflow:hidden;
	font-size:12px;
	margin:10px 0;
}
.currency-data .title-market{
	padding-left:20px;
	color:#ffffff;
	text-transform:uppercase;
}
.currency-data .content-market h3{
	background:#394356;
	color:#ffffff;
	font-size:14px;
	margin:0;
	line-height:30px;
}
.currency-data .content-market .pair .data-market,
.currency-data .content-market .pair h3{
	padding-left:20px;
}
.currency-data .content-market .change .data-market,
.currency-data .content-market .change h3{
	padding-right:20px;
}
.currency-data .pair,
.currency-data .price,
.currency-data .change{
	width:33.33%;
	float:left;
}
.currency-data p{
	margin:0;
	padding:0;
	border-bottom:#394356 1px solid;
	padding:5px 0;
}
.currency-data p:last-child{
	border:none;
}
.currency-data p.change-down{
	color:#fd7d1e;
}
.currency-data p.change-up{
	color:#a3cd3b;
}
@media only screen and (max-width:479px){
	.currency-data .content-market .pair .data-market,
	.currency-data .content-market .pair h3,
	.currency-data .content-market .change .data-market,
	.currency-data .content-market .change h3{
		padding:0;
	}
	.currency-data .content-market .pair h3{
		height:30px;
		overflow:hidden;
	}
}
/*-------------------------Other Data------------------------------------*/
.other-data{
	margin:10px 0;
}
.other-data .title-market{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.other-data .content-market h3{
	background:#f5f5f5;
	color:#222222;
	font-size:14px;
	margin:0;
	line-height:30px;
}
.other-data .other-4{
	width:33.33%;
	float:left;
	white-space: nowrap;
	overflow:hidden;
}
.other-data .body-other .other-4{
	border-bottom:#ebebeb 1px solid;
	padding:5px 0;	
	
}
.other-data .body-other .other-4 p{
	margin:0;
	padding:0;
}
.other-data p.change-down{
	color:#fd7d1e;
}
.other-data p.change-up{
	color:#a3cd3b;
}
.other-data .body-other{
	clear:both;
	display:block;
	overflow:hidden;
}

/*-------------------------QUOTE LOOKUP------------------------------------*/
.quote-data{
	display:block;
	overflow:hidden;
}
.quote-data .text-market{
	width:25%;
	float:left;
	font-weight:bold;
}
.quote-data .change-down{
	color:#fd7d1e;
}
.quote-data .change-up{
	color:#a3cd3b;
}
.quote-data .search-market{
	width:100%;
	overflow:hidden;
}
.quote-data .search-form{
	position:relative;
	margin:0;
	padding:0;
}
.quote-data .text-search {
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	box-sizing: border-box;
	border-radius: 3px;
    color: #555;
    display: inline-block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding-left:10px;
	padding-right:100px;
    vertical-align: middle;
	margin:10px 0;
}
.quote-data .text-submit{
	background-color: #fd7d1e;
    color: #fff;
    font-size: 12px;
    height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    width: 90px;
	border:none;
}
.quote-data .quote-result .quote{
	width:100%;
	display:inline-block;
	opacity:1;
	transition: opacity 1.5s ease-in-out;
	-moz-transition: opacity 1.5s ease-in-out;
	-webkit-transition: opacity 1.5s ease-in-out;
	visibility:visible;
}
.quote-data .quote-result .quote .quote-symbol{
	text-transform:uppercase;
}
.quote-data .quote-result .quote .quote-date{
	margin:10px 0;
}


/*-------------------------World Market------------------------------------*/
.word-market{
	position:relative;
}
.word-market ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; 
}
.word-market ul.tab li {
	float: left;
	margin:0 5px;
	z-index:1;
	margin-bottom:-1px;
}
.word-market ul.tab li .tablinks {
    display: inline-block;
    color: #666666;
    text-align: center;
    padding: 5px 7px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 12px;
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0 ;	
	cursor:pointer;
}
.word-market ul.tab li .tablinks:hover,
.word-market ul.tab li .tablinks:focus,
.word-market ul.tab li .tablinks.active{
	background-color: #ffffff;
	color:#222222
}
.word-market ul.tab li:first-child .tablinks{
	margin-left:20px;
}
.word-market ul.tab li:last-child .tablinks{
	margin-right:20px;
}
.word-market .tabcontent {
    display:none;
    padding: 6px 12px;
    border: 1px solid #ebebeb;
	margin-top:-1px;
	z-index:0;
	padding-top:30px;
}

.word-market .tabcontent.active_content{
	display:block;
}
.word-market .tabcontent .chart{
	max-width:100%;
}
.word-market .title-chart{
	position:absolute;
	right:40px;
	top:40px;
	margin:0;
	padding:0;
}
.word-market .title-chart li{
	list-style:none;
	display:inline-block;
}
.word-market .title-chart span{
	background-clip: padding-box;
    border-radius: 50%;
    height: 10px;
    width: 10px;
	display:inline-block;
}
.word-market .title-chart span.chart-01{
	background-color:#eb0089
}
.word-market .title-chart span.chart-02{
	background-color:#a3cd3b
}
@media only screen and (max-width:479px){
	.word-market ul.tab li:first-child .tablinks,
	.word-market ul.tab li:last-child .tablinks{
		margin:0px;
	}
	.word-market ul.tab li{
		margin:0 2px;
	}
}