/*------------------ TUBARALHOS ------------------*/
.no-padding { padding: 0 !important; }

body.site {
/*    background-image: url("/images/icon/background_grey.jpg");*/
/*    background-blend-mode: multiply;*/
/*    background-image: url("/images/icon/tub_fundo_double_shark_max1200_transparent.png"), -webkit-linear-gradient(#f60, #692303);*/
/*	  background-image: url("/images/icon/tub_fundo_double_shark_max1200_transparent.png"), -o-linear-gradient(#f60, #692303);*/
	background-image: url("/images/icon/tub_fundo_double_shark_max1200_transparent.png");
    background-position: top center;    
    background-attachment: fixed;
}
.body .container {
    -webkit-box-shadow: 0px 0px 80px 15px #000000;
    box-shadow: 0px 0px 80px 15px #000000; 
}
.menu-fixed-height {
	height: 50px;
}
.fixed-menu {
	position: fixed !important;
	top: 0px;
	-webkit-box-shadow: 0px 10px 20px #202020;
	box-shadow: 0px 10px 20px #202020;
    animation-name: pulse;
    animation-duration: 0.6s;
    animation-direction: normal;
    animation-fill-mode: forwards;
}
@keyframes pulse {
    0%   { background-color: #fff; }
    70%  { background-color: #f60; }
    80%  { background-color: #f60; }
    100% { background-color: #fff; }
}
.nav li.deeper > a::after {
	content: "\2003 \25e2";
	font-size: 0.5em;
}
.nav > li > a::after {
	font-size: 0.5em;
	content: " ";
}
.tub-link-bold {
    font-weight: bold;
}
.tub-link-btn li {
    display: block;
}
.tub-link-btn > ul {
    padding: 0;
}
.tub-link-btn a {
	display: block;
	margin-bottom: 5px;
	padding: 7px 7px 7px 7px;
	background-color: #ff6600;
	border-radius: 3px;
	color: white !important;
	-webkit-transition: transform 0.2s;
	-o-transition: transform 0.2s;
	transition: transform 0.2s;
}
.tub-link-btn a:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-box-shadow: 0px 3px 5px 0px #2d2d2d;
	box-shadow: 0px 3px 5px 0px #2d2d2d;
    /*text-shadow: 2px 5px 6px #000;*/
}
.nav {
	margin-top: 0;
}
.nav-collapse .nav > li > a {
	color: #555;
	padding: 10px;
	margin-right: 2px;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-collapse .nav > li > a:hover {
	border-color: #f60;
	border-radius: 3px;
}
.item-page, .blog > div {
	padding: 20px;
	-webkit-box-shadow: 3px 3px 8px 2px #aaa;
	box-shadow: 3px 3px 8px 2px #aaa;
	margin-bottom: 30px;
}
.navigation {
	position: relative;
	width: 1200px;
	background: #fff;
	padding: 0 !important;
	z-index: 10;
	transition: background 0.5s;
}
.navigation-template {
    z-index: 100;
}
img.tubaralhos-logo {width: 180px;}
.nav-collapse .nav > li.active > a {color: white;}
.maps {
	max-width: 100%;
	height: 400px;
}
.navbar.pull-left {
	width: 100%;
}
.btn.btn-navbar {
	height: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: none !important;
	border: none;
	border-radius: 0px !important;
	background: #f80 !important;
	background: -webkit-linear-gradient(#f60, #f8af00) !important;
	background: -o-linear-gradient(#f60, #f8af00) !important;
	background: linear-gradient(#f60, #f8af00) !important;
	margin: 5px !important;

}
.btn.btn-navbar:active {
	background: #08c !important;
}
.btn-navbar .icon-bar {
	width: 30px !important;
	height: 5px !important;
}

.custom-tub-footer {
    background: rgba(136, 136, 136, 0.5);
    border-radius: 2px;
    padding: 5px;
    margin-top: 10px;
    position: relative;
}

/*---------------- Slide Show CK -----------------*/
#camera_wrap_89 .camera_caption > div {
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}
/*------------------------------------------------*/

/*--------------- Missao home page ---------------*/

.orange { color: #f70;}
.t-center { text-align: center;}
.big-letter::first-letter {
    font-size: 3em;
}
p {
	font-family: "Helvetica", "arial", "sans-serif",  "Liberation Sans";
	font-size: 1.1em;
	line-height: 27px;
	color: rgb(80, 80, 87);
	text-align: justify;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
div[itemprop] > h2 {
	color: #f70;
}
.icons-wrapper {
    display: flex;
    margin-bottom: 60px;
}
.icons-wrapper svg {
	height: 100%;
    width: 100%;
}
.tub-icon-wrapper {
    border-radius: 0.5em;
    /*background: #4b5b69;*/
    /*background: #ccc;*/
    /*background: #c1cfd5;*/
    padding: 20px;
    flex: 1;
    margin: 4px 0 0 4px;
}
.svg-icon {
    fill: #333;
}
.something {
    font-size: 0.8em;
    text-align: center;
    color: #777;
}
.col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    -o-column-gap: 45px;
    column-gap: 45px;

    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    -o-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
}
/*------------------------------------------------*/

/*------------------ Contactos -------------------*/

.maps {
    width: 100%;
    height: 400px;
    background: #ccc;
    margin: 20px 0px;
}
.directions {
    max-height: 300px;
    margin: 20px 0px;
    overflow: auto;
    padding: 0px 20px;
}
.wrapper-contacts {
    display: flex;
    justify-content: space-between;
}
.address {
    background: #e2e2e2;
    border-radius: 10px;
    flex: 1;
    padding: 15px 25px;
    line-height: 1.3em;
    margin: 15px;
    font-size: 0.89em;
}
.other {
    flex: 0.9;
    font-size: 0.9em;
    padding: 10px;
}
.other span {
	position: relative;
	top: 2px;
}
.tub-email, .tub-phone, .tub-facebook {
    overflow: auto;
    padding: 5px 10px;
}
.wrapper-contacts > div svg {
    float: left;
    height: 30px;
    width: 30px;
    margin: 0 10px 0 0;
    fill: #f72;
}
/*------------------------------------------------*/

/*-------------- Tubaroes Basket Ball ------------*/
.basketball-animated {
    width: 50px;
    position: absolute;
    left: 83.3%;
    bottom: 100%;
    animation-name: jumping01, jumping02, jumping03, rotation;
    animation-duration: 0.3s, 1s, 0.5s, 1s;
    animation-iteration-count: 1, 1, 1, infinite;
    animation-timing-function:
        cubic-bezier(0,0,0,0),
        cubic-bezier(.59, .32, .58, .66),
        cubic-bezier(.01, .40, .74, 1.41),
        cubic-bezier(0,0,0,0);
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-delay: 0.5s, 0.8s, 1.8s, 2.3s;
}
@keyframes jumping01 {
    0%   {bottom: 100%;}
    100% {bottom: 0px;}
}
@keyframes jumping02 {
    0%   {bottom: 0;}
    50%  {bottom: 60%;}
    100% {bottom: 0; }
}
@keyframes jumping03 {
    0%   {bottom: 0;}
    100% {bottom: 40%;}
}
@keyframes rotation {
    to {transform: rotate(1turn);}
}
/*------------------------------------------------*/

/*------------------ FPB Tabela ------------------*/

.Tabela01 table,
.Tabela02 table {
    width: 100%;
    margin: auto;
}
.Tabela01 tr, .Tabela01 td,
.Tabela02 tr, .Tabela02 td {
    border: 1px solid #ccc;
    padding: 2px 5px;
    vertical-align: middle;
    height: 25px;
    white-space: nowrap;
}
.Tabela01 tr:hover,
.Tabela02 tr:hover {
    background: #eee;
}
.Tabela01 tr:first-child,
.Tabela02 tr:first-child {
    background: #526e86;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.Tabela01 a,
.Tabela02 a {
    color: inherit;
}
.Tabela01 .ResultadoPontos_Win {
    font-weight: bold;
    color: green;
}
.Tabela01 .GroupSeparator {
    color: #fff;
    background: #3f3f3f;
    text-align: center;
    font-weight: bold;
    height: 10px
}
.Tabela02 td:first-child {
    text-align: center;
}
.alt-table-tr tr:nth-child(2n+1) {
    background: #eee;
}
.resultados td:last-child, .resultados td:nth-child(7) {
    display: none;
}
.resultados td:nth-child(3), .resultados td:nth-child(5), .resultados td:nth-child(1) {
    text-align: center;
}
.classificacao td {
    text-align: center;
}
.classificacao td:nth-child(2) {
    text-align: left;
}
.classificacao tr:first-child td:nth-child(2) {
    text-align: center;
}
/*------------------------------------------------*/

@media (max-width: 1200px ) {
    .col {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }
    .navigation { width: 940px; }
    .basketball-animated {
        width: 45px;
        left: 83%;
    }
    body.site {
        background-image: url("/images/icon/tub_fundo_double_shark_max940_transparent.png");
    }
}

@media (max-width: 979px) {
    .navigation {
        width: 724px;
    }
    .wrapper-contacts {
        flex-direction: column;
    }
    .nav-collapse .nav > li > a {
        padding: 10px 7px;
        margin-right: 0px;
    }
    .basketball-animated {
        width: 42px;
        left: 82.5%;
    }
    body.site {
        background-image: url("/images/icon/tub_fundo_double_shark_max724_transparent.png");
    }
}
@media (max-width: 767px) {
	img.tubaralhos-logo {
        width: 85px;
    }
	.navigation {
        height: auto !important;
        width: auto;
    }
	.menu-fixed-height {
		height: 45px;
	}
    .basketball-animated {
        width: 30px;
        left: inherit;
        right: 97px;
    }
    .header {
        background-size: 770px 510px;
        background-position: right; 
    }
}
@media (max-width: 768px ) {
	.icons-wrapper {flex-direction: column;}
	.svg-icon {
		max-width: 200px;
		display: block;
		margin: auto;
	}
	#basketball {
		fill: #f81;
	}
	body.site {
		padding: 0 !important;
		border: none !important;
	}
	.header {
		border-radius: 0 !important;
	}
	.row-fluid {
		padding: 0px !important;
	}
	.item-page {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
}
@media (max-width: 767px) {
    .nav.menu.nav-pills {
        overflow-y: scroll;
        max-height: 80vh;
    }
    .navbar .btn-navbar {
		display: block;
	}
    .nav-pills > li {
		float: none;
	}
    .nav-collapse.collapse {
        height: 0px;
        -webkit-box-shadow: 0px 10px 20px #202020;
        box-shadow: 0px 10px 20px #202020;
    }
    .no-padding {
        padding: 5px !important;
    }
}