
.ui-tabs {
    
}
.ui-tabs .ui-tabs-nav {
   
}
.ui-tabs .ui-tabs-nav li {
	display:inline-block;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	margin: auto;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	background-color: rgba(127, 209, 230, 0.2);
    border-radius: 10px;
    margin: 0;
    min-height: 300px;
    overflow: hidden;
}
/*.ui-tabs-nav{
	text-align: right;
}*/


/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background:#8ed9cb none repeat scroll 0 0;
    border-radius: 7px;
    color: #ffffff;
    font-weight: normal;
    height: 44px;
    line-height: 2em;
    margin: 0 7px 6px 0;
    padding: 0 6px;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #fff;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #53C8B2 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: normal;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #fff;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: #53c8b2 none repeat scroll 0 0;
    border-radius: 7px;
    color: #ffffff;
    font-weight: normal;
    height: 44px;
    line-height: 2em;
    margin: 0 7px 6px 0;
    padding: 0 6px;
    
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}
.ui-state-default a{
	font-family: "league_spartanregular",Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	font-weight:lighter;
}


@media screen and (max-width: 1280px) {

    .ui-tabs {
  	 
    }

	.copy {
    	
	}
}

@media screen and (width: 1024px) {

	.ui-tabs {
  	  top: -33px;
    }

    .copy {
      bottom: 40px;
    }


}

@media screen and (width: 800px) {

	.ui-tabs {
    	height: 547px;
        top: -7px;
	}

}

@media screen and (width: 1280px) {
   
    .ui-tabs .ui-tabs-panel {
        height: 80%;
    	z-index: 1;
    }

    .copy {
       
    }

}

@media screen and (width: 768px) {
  .ui-tabs .ui-tabs-panel {
    height: 90%;
   }
   
   .copy {
    bottom: 6px;
   }

}