html, html a {
    text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	font-weight: normal;
}
* {
    -webkit-font-smoothing: subpixel-antialiased !important;
	    -moz-osx-font-smoothing: subpixel-antialiased !important;
	
}
/*Hide Homepage content
 ------------------------------------------------*/
.homepage .tm-main, .homepage #top-a {display:none !important;}
.homepage .uk-container {padding:0}

/*RokSprocket Grid Image effect
 ------------------------------------------------*/
.sprocket-grids-b-container li {-webkit-backface-visibility: hidden;-webkit-transform: translatez(0);box-sizing: border-box; padding: 0;}

.sprocket-grids-b-readon2 {
    display: inline-block;
    clear: both;
    width: 50px;
    height: 50px;
	margin-left:-31px;
    border: 1px solid #FFF;
	font-size: 18px;
    line-height: 50px;
 	color: #FFF;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    transition: all 0.2s ease-in-out 0s;
	position: absolute;
	bottom:15%;
}
@media (max-width: 639px) {
	.sprocket-grids-b-readon2 {
    display: none;
	}
}

.sprocket-grids-b-readon2:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
	    color: #FFF;
}

.menu-inner {
	width:100%;
}
.tm-logo > div > img{
	padding: 30px;
}

.uk-container {
	background:none !important;
}

/* Off Canvas Mods ######################### */
.uk-nav-offcanvas .uk-nav {
    margin: 0px;
    padding: 10px;
    list-style: outside none none;
}
.uk-offcanvas {
	font-size:18px;
}
.uk-nav-offcanvas ul a {
    color: #fff;
	padding: 5px ;
}
.uk-nav-offcanvas > li > a {
    color: #fff;
    padding: 5px 20px;
}
.uk-nav-offcanvas > li li a:focus {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;

}
.uk-nav-offcanvas > li li a:hover {
	background: rgba(13, 13, 13, 0.7) none repeat scroll 0% 0%;

	}
.uk-nav-offcanvas ul.uk-nav-sub {
    margin: 0px 0px 0px 20px !important;
}
/*
.uk-navbar-nav > li> a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 22px 27px;
    color: #FFF;
    font-size: 18px;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    background-image: linear-gradient(to bottom, #333B3F 0%, #2E363A 100%);
}
.uk-navbar-nav > li> a.active, .uk-navbar-nav > li> a:hover, header .uk-navbar-nav > li> a, .uk-navbar-nav > li> a:hover {
    background: #1AB5B3 none repeat scroll 0% 0%;
}
.uk-navbar-nav > li> a.active, .uk-navbar-nav > li> a:hover, .uk-navbar-nav > li> a, .uk-navbar-nav > li> a:hover {
    background: #1AB5B3 none repeat scroll 0% 0%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.uk-navbar-nav > li> a.active, .uk-navbar-nav > li> a:hover {
    background: #555 none repeat scroll 0% 0%;
    border-left: 2px solid #8AB928;
}
	
header .main-menu > li > a.active, header .main-menu > li a:hover, header .main-menu > li.active > a, header .main-menu > li a:hover {
    background: #1AB5B3 none repeat scroll 0% 0%;
}
header .main-menu > li > a.active, header .main-menu > li a:hover, header .main-menu > li.active > a, header .main-menu > li a:hover {
    background: #1AB5B3 none repeat scroll 0% 0%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
	
[class^="icon-"], [class*=" icon-"] {
    margin-left: 0.5em;
}
.uk-article .fa {
	margin-right: 0.5em;
	margin-top: -11px;
	margin-bottom: 20px;
	color:#1AB5B3;
	display: inline-block;
	clear: both;
	width: 44px;
	border: 1px solid #1AB5B3;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	transition: all 0.2s ease-in-out 0s;
}

@media (max-width: 800px) {
	.uk-article .fa {
	margin-right: 0.5em;
	margin-top: 0px;
	margin-bottom: 5px;
}
}
.span-icon {
	width: 46px !important;
}

table, td {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0px;
	/*border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
*/
}
.tags { 
	padding-top:20px;
	padding-bottom:0px;
	margin-top:20px;
	margin-left:5px;
	width:100%;
	float:left;
	border-top: 1px solid #EEE;
}
.tags > a {
	display: inline-block;
	color: #A3A3A3;
	font-size: 14px;
	font-family: "Roboto",sans-serif;
	font-weight: 300;
	padding: 9px 17px;
	border-radius: 10px;
	border: 1px solid #DBDBDB;
	text-decoration: none;
	transition: all 0.17s ease-in-out 0s;
	margin:3px;
	text-transform:lowercase;
}
.tags > a:hover {
    color: #1AB5B3;
    border: 1px solid #1AB5B3;
	background-color:#FFF;
}

.tag a {
	color:#FFF;
}
.tag > a:hover {
    color: #222;
    text-decoration: none;
    transition: all 0.17s ease-in-out 0s;
}

.tagspopular {
	text-align:right;
	padding-right:24px;
	padding-left:24px;
	padding-top:12px;
	padding-bottom:12px;
}

/* Team Pagina */

.span6 ul{
	padding-left: 0px;
}

.span6 h1 {
    margin-bottom: 17px;
	font-size:28px;
	line-height:36px;
}

.span6 ul li {
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
	list-style:none;
}

/*______________*/

.tm-socialbuttons {
	padding-top: 20px;
	padding-bottom:10px;
}
.uk-grid a img {
	width:100%;
	height:auto;
}

.tm-footer a {
    color:#FFF;
}
.radio.btn-group input[type="radio"] {
    display: inline-block;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: 0px;
	margin-right:10px;
}
label, input, button, select, textarea, .btn{
    line-height: 28px;
}
.btn {
	padding: 1px 12px;
	border-radius: 4px;
}
	
.label, .badge {
    text-shadow: none;
    padding: 4px 12px;
	font-size: 14px;
	line-height:18px;
}
h1, h2{
	color:#1AB5B3;
	margin: 0px 0px 20px !important;
}
h3 a{
color: #F39;
}
.tm-title{
		color:#1AB5B3;
	margin: 0px 0px 10px !important;
}
.uk-article-title {
	color:#000;
}
.uk-width-medium-1-3 .uk-article{
	border-bottom: 1px solid #EEE;
}
.fb_iframe_widget {margin-top:-4px; display: inherit !important;}

/* Fixed Menu fix
=====================================*/
.uk-sticky-placeholder nav.uk-active {
z-index: 1 !important;
left:auto !important;
}
/* Sprocket
/*==================================*/
.sprocket-mosaic-filter, .sprocket-mosaic-order, .sprocket-readmore {
	display:none;
}
.sprocket-mosaic-item .sprocket-mosaic-head h2 {
    font-size: 24px;
	line-height:32px !important;
	margin-top:10px !important;
}