.color-teamkk {
    color: #ebd500;
}
.back-teamkk {
    background: #ebd500;
}
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Pt Sans", Tahoma, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    text-rendering: optimizeLegibility;
    color: #e6e6e6;
    background: #000000;
}
body {
    overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    color: #e6e6e6;
}
a,
a:hover,
a:active,
a:focus,
object,
embed {
    outline: 0;
    text-decoration: none;
}
a {
    text-decoration: none;
    color: #e6e6e6;
}
a:hover {
    text-decoration: none;
    color: #b3b3b3;
}
a:focus,
a:visited {
    text-decoration: none;
    color: #e6e6e6;
}
ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.container {
    padding-left: 20px;
    padding-right: 20px;
}
.row {
    margin: 0;
    padding: 0;
}
.center {
    display: table-cell;
    vertical-align: middle;
}
.bottom {
    display: table-cell;
    vertical-align: bottom;
}
.top {
    display: table-cell;
    vertical-align: top;
}
.left {
    float: left;
}
.right {
    float: right;
}
.bold {
    font-weight: bold;
}
a.button {
    height: 30px;
    margin: 0;
    padding: 7px 8px;
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    background: #333333;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
a.button i {
    margin-right: 2px;
    font-size: 12px;
}
a.button:hover,
a.button:focus {
    background: #ebd500;
    color: #000000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.clear:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.transition {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {}@media (min-width: 992px) {}@media (min-width: 1200px) {}@media (max-width: 767px) {
    .container {
        width:100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width:100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1200px) {}#main-container {
    height:auto;
    margin:0;
    padding:140px 0 0 0;
}
a .button-back {
    height: 30px;
    margin: 0;
    padding: 0 8px;
    display: inline-block;
    font-size: 10px;
    line-height: 30px;
    text-transform: uppercase;
    background: #333333;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
a .button-back i {
    margin-right: 2px;
    font-size: 12px;
}
a:hover .button-back {
    background: #ebd500;
    color: #000000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
a .button {
    height: 30px;
    margin: 0;
    padding: 0 8px;
    float: left;
    font-size: 10px;
    line-height: 30px;
    text-transform: uppercase;
    color: #999999;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
a .button i {
    margin-right: 2px;
    font-size: 12px;
}
a.button-more {
    height: 130px;
    margin: 0;
    padding: 32px 0;
    display: block;
    text-align: center;
    border: 3px solid #232323;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
a.button-more i {
    font-size: 60px;
    color: #232323;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
a:hover.button-more {
    border: 3px solid #333333;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
a:hover.button-more i {
    color: #333333;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#title {
    height: auto;
    margin: 40px 0 20px 0;
    padding: 0;
}
.title {
    height: 100%;
}
.title h3 {
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.title h4 {
    font-size: 16px;
    line-height: 24px;
    color: #b3b3b3;
}
ul.grid {
    margin: 0;
    padding: 0;
}
ul.grid li {
    height: auto;
    margin: 0;
    padding: 10px;
}
ul.grid li a.box-detail {
    height: 130px;
    margin: 0;
    padding: 1px;
    display: block;
    background: #232323;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.grid li a.box-detail .box-image {
    height: 100%;
    margin: 0;
    padding: 0;
    float: left;
}
ul.grid li a.box-detail .box-image img {
    width: auto;
    height: 100%;
}
ul.grid li a.box-detail .box-text {
    max-width: 61%;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}
ul.grid li a.box-detail .box-text .text {
    width: 100%;
    height: 82px;
    margin: 0;
    padding: 8px;
    overflow: hidden;
    line-height: 18px;
    word-wrap: break-word;
}
ul.grid li a.box-detail .box-text .text h5 {
    color: #ebd500;
    line-height: 18px;
    text-transform: uppercase;
}
ul.grid li a.box-detail .box-text .text p {
    font-size: 13px;
}
ul.grid li a.box-detail .box-text .box-button {
    width: 100%;
    height: 38px;
    margin: 0;
    padding: 0 8px;
    position: absolute;
    bottom: 0;
    left: 0;
}
ul.grid li a.box-detail:hover {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#breadcrumbs {
    height: 39px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #232323;
    position: fixed;
    z-index: 100001;
    background: black;
}
.breadcrumbs {
    height: 100%;
}
.breadcrumbs a {
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 40px;
    color: #999999;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.breadcrumbs a:hover {
    color: #e6e6e6;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.breadcrumbs span {
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 40px;
}
.breadcrumbs .arrow {
    margin: 0 6px;
    color: #999999;
}
#main {
    height: auto;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    position: relative;
}
#banner {
    height: auto;
    margin: 0;
    padding: 0;
    background: #000000;
    border-bottom: 1px solid #1a1908;
}
.banner {
    height: auto;
}
.banner .top-banner {
    height: auto;
    margin: 0;
    padding: 0;
}
.banner .top-banner .text-banner {
    height: 100%;
    margin: 0;
    padding: 70px 0;
}
.banner .top-banner .text-banner h2 {
    line-height: 40px;
    text-transform: uppercase;
    color: #ebd500;
}
.banner .top-banner .text-banner h3 {
    line-height: 30px;
}
.banner .top-banner .image-banner {
    height: auto;
    margin: 0;
    padding: 20px 0 0 0;
}
.banner .top-banner .image-banner img {
    width: 100%;
    height: auto;
}
.banner .top-banner-m {
    height: auto;
    margin: 0;
    padding: 0;
}
.banner .top-banner-m .image-banner {
    height: auto;
    margin: 0;
}
.banner .top-banner-m .image-banner img {
    width: 100%;
    height: auto;
}
.banner .top-banner-m .text-banner {
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
}
.banner .top-banner-m .text-banner h2 {
    text-transform: uppercase;
}
.banner .bottom-banner {
    height: auto;
    margin: 0;
    padding: 0;
    display: table;
}
.banner .bottom-banner .bottom {
    display: table-cell;
    vertical-align: bottom;
}
.banner .bottom-banner .bottom img {
    width: 100%;
    height: auto;
}
.col-featured {
    height: auto;
    margin: 0;
    padding: 0 10px;
}
.box {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #232323;
}
.box-title {
    height: 72px;
    margin: 0;
    padding: 10px;
    overflow: hidden;
}
.box-title h4 {
    line-height: 22px;
    text-transform: uppercase;
    color: #ebd500;
}
.box-title h5 {
    line-height: 19px;
    font-size: 17px;
}
#featured-first {
    height: auto;
    margin-top: 40px;
    padding: 0 10px;
}
#spotkk {
    height: 450px;
}
#spotkk a.box {
    height: 100%;
    display: block;
    margin: 0;
    padding: 1px;
    background: #232323;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#spotkk a.box .box-image {
    height: auto;
    text-align: center;
    background: black;
    margin: 0;
    padding: 0;
}
#spotkk a.box .box-image .icon-video {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    background: #000000;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#spotkk a.box .box-image .icon-video i {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#spotkk a.box .box-image img {
    width: 60%;
    height: auto;
    max-height: 199px;
}
#spotkk a.box .box-text {
    max-height: 200px;
    margin: 0;
    padding: 0;
}
#spotkk a.box .box-text .text {
    max-height: 200px;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    line-height: 16px;
    word-wrap: break-word;
}
#spotkk a.box .box-text .text h4 {
    line-height: 22px;
    text-transform: uppercase;
    color: #ebd500;
}
#spotkk a.box .box-text .text p {
    line-height: 18px;
    font-size: 13px;
}
#spotkk a.box .box-button {
    height: 28px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    bottom: 10px;
    left: 0;
    overflow: hidden;
}
#spotkk a.box:hover {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#spotkk a.box:hover .box-image .icon-video {
    border-right: 1px solid #ebd500;
    border-bottom: 1px solid #ebd500;
    background: #ebd500;
    opacity: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#spotkk a.box:hover .box-image .icon-video i {
    color: #000000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#calendariokk {
    height: 450px;
}
.box-content {
    height: 378px;
    margin: 0;
    padding: 5px 0;
}
ul.list {
    height: auto;
    padding: 5px 10px;
}
ul.list li {
    height: 51px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #333333;
}
ul.list li h6 {
    font-size: 11px;
    line-height: 51px;
    color: #b3b3b3;
}
ul.list li a {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.list li a .event-text {
    height: 100%;
    margin: 0;
    padding: 0;
    display: table;
    overflow: hidden;
}
ul.list li a .event-text .center h5 {
    text-transform: uppercase;
    line-height: 16px;
}
ul.list li a .event-text .center h6 {
    line-height: 16px;
}
ul.list li a .event-button {
    height: 100%;
    margin: 0;
    padding: 0;
}
ul.list li a .event-button .box-button {
    width: auto;
    height: 100%;
    margin: 0;
    padding: 11px 0;
    float: right;
    color: #999999;
}
ul.list li a .event-button .box-button .button-event {
    height: 30px;
    margin: 0;
    padding: 0 8px;
    float: left;
    font-size: 10px;
    line-height: 30px;
    text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.list li a .event-button .box-button .button-event i {
    margin-right: 2px;
    font-size: 12px;
}
ul.list li a:hover .event-button .box-button {
    color: #ebd500;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.list li:first-child {
    border-top: 1px solid #333333;
}
ul.list li:last-child {
    border-bottom: 0;
}
#testemunhoskk {
    height: 450px;
}
ul.testemunhos {
    padding: 0 10px;
}
ul.testemunhos li {
    height: auto;
    margin: 5px 0;
    padding: 0;
}
ul.testemunhos li a.box-detail {
    height: 112px;
    margin: 0;
    padding: 0;
    display: block;
    background: #232323;
    border: 1px solid #333333;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.testemunhos li a.box-detail .box-image {
    height: 100%;
    max-width: 52%;
    margin: 0;
    padding: 0;
    float: left;
}
ul.testemunhos li a.box-detail .box-image .icon-video {
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: #000000;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.testemunhos li a.box-detail .box-image .icon-video i {
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.testemunhos li a.box-detail .box-image img {
    width: auto;
    height: 100%;
    max-width: 100%;
}
ul.testemunhos li a.box-detail .box-text {
    max-width: 48%;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}
ul.testemunhos li a.box-detail .box-text .text {
    width: 100%;
    height: 82px;
    margin: 0;
    padding: 8px;
    overflow: hidden;
    line-height: 18px;
    word-wrap: break-word;
}
ul.testemunhos li a.box-detail .box-text .text h5 {
    line-height: 18px;
    text-transform: uppercase;
}
ul.testemunhos li a.box-detail .box-text .text p {
    font-size: 13px;
    color: #b3b3b3;
}
ul.testemunhos li a.box-detail .box-text .box-button {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
ul.testemunhos li a.box-detail:hover {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.testemunhos li a.box-detail:hover .box-image .icon-video {
    background: #ebd500;
    opacity: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.testemunhos li a.box-detail:hover .box-image .icon-video i {
    color: #000000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#featured-second {
    height: auto;
    margin-top: 40px;
    padding: 0 10px;
}
#featured-second a.box {
    height: auto;
    display: block;
    margin: 0;
    padding: 1px;
    background: #232323;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#featured-second a.box .box-image {
    height: auto;
    margin: 0;
    padding: 0;
}
#featured-second a.box .box-image img {
    width: 100%;
    height: auto;
}
#featured-second a.box .box-text {
    height: 125px;
    margin: 0;
    padding: 0;
    position: relative;
}
#featured-second a.box .box-text .text {
    max-height: 75px;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    line-height: 16px;
    word-wrap: break-word;
}
#featured-second a.box .box-text .text h5 {
    text-transform: uppercase;
    color: #ebd500;
}
#featured-second a.box .box-text .text p {
    font-size: 13px;
}
#featured-second a.box .box-text .box-button {
    height: 28px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    bottom: 10px;
    left: 0;
    overflow: hidden;
}
#featured-second a.box .box-text-m {
    height: 120px;
    margin: 0;
    padding: 0;
    position: relative;
}
#featured-second a.box .box-text-m .text {
    max-height: 120px;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    word-wrap: break-word;
}
#featured-second a.box .box-text-m .text h5 {
    text-transform: uppercase;
    color: #ebd500;
}
#featured-second a.box:hover {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#featured-third {
    height: auto;
    margin-top: 40px;
    padding: 0 10px;
}
.box-countries {
    height: auto;
    margin: 0;
    padding: 0;
}
.box-countries .title {
    height: 40px;
    margin: 0;
    padding: 0 10px;
}
.box-countries .title h4 {
    font-size: 16px;
    line-height: 40px;
    color: #ebd500;
}
.box-countries .countries {
    height: 150px;
    margin: 0;
    padding: 0;
}
.box-countries .countries ul {
    height: auto;
    margin: 0;
    padding: 0;
}
.box-countries .countries ul li {
    height: 50px;
    margin: 0;
    padding: 0 10px;
    float: left;
}
.box-countries .countries ul li a {
    opacity: 0.4;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 5px 0;
    display: inline-block;
}
.box-countries .countries ul li a img {
    width: auto;
    height: 100%;
    float: left;
}
.box-countries .countries ul li a h6 {
    margin: 13px 0 0 10px;
    float: left;
    text-transform: uppercase;
}
.box-summaries {
    height: auto;
    margin: 0;
    padding: 0 10px;
}
.box-summaries a.box {
    height: 190px;
    margin: 0;
    padding: 0;
    background: #232323;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.box-summaries a.box .box-image {
    height: 90px;
    margin: 0;
    padding: 5px;
    display: table;
}
.box-summaries a.box .box-image img {
    width: 100%;
    height: auto;
}
.box-summaries a.box .box-text {
    height: 100px;
    margin: 0;
    padding: 0;
    display: table;
}
.box-summaries a.box .box-text .text {
    height: 50px;
    margin: 0;
    padding: 10px;
    line-height: 18px;
    text-align: center;
}
.box-summaries a.box .box-text .text h4 {
    font-size: 17px;
    text-transform: uppercase;
    color: #ebd500;
}
.box-summaries a.box .box-text .text p {
    text-transform: uppercase;
}
.box-summaries a.box .box-text .box-button {
    height: 30px;
    margin: 10px 0;
    padding: 0;
    text-align: center;
}
footer#footer {
    height: 40px;
    margin: 40px 0 0 0;
    padding: 0;
    background: #232323;
    z-index: 9999;
}
.footer {
    height: 100%;
}
.footer-fixed {
    position: fixed;
    bottom: 0;
}
.footer-text {
    height: 100%;
    margin: 0;
    padding: 0;
    display: table;
    line-height: 13px;
}
.footer-text p {
    font-size: 10px;
    color: #999999;
}
.footer-text p a {
    color: #999999;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.footer-text p a:hover {
    color: #e6e6e6;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.footer-text a {
    font-size: 10px;
    color: #999999;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.footer-text a:hover {
    color: #e6e6e6;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.footer-link {
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
}
.footer-link a {
    font-size: 10px;
    line-height: 40px;
    color: #999999;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.footer-link a:hover {
    color: #e6e6e6;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
@media (min-width: 768px) {}@media (min-width: 992px) {}@media (min-width: 1200px) {}

@media (max-width: 992px) {
    
    #gallery-box{
        margin-top: 0;
        top: 0;
    }
    
    #main{
        margin-top: 0;
    }
    
}

@media (max-width: 767px) {
    #title {
        margin:0;
    }
    #main-container {
        padding:40px 0 0 0;
    }
    .top-banner {
        display: none;
    }
    .top-banner-m .image-banner {
        padding: 10px 40px;
    }
    .top-banner-m .text-banner h2 {
        font-size: 21px;
    }
    .top-banner-m .text-banner h3 {
        font-size: 16px;
    }
    .box-title {
        height: auto;
    }
    #breadcrumbs {
        display: none;
    }
    #spotkk {
        height: auto;
    }
    #spotkk a.box {
        padding-bottom: 10px;
    }
    #spotkk a.box .box-text {
        height: 100%;
    }
    #spotkk a.box .box-button {
        display: none;
    }
    #spotkk a.box:hover .box-image .icon-video {
        border-right: 1px solid #333333;
        border-bottom: 1px solid #333333;
        background: #000000;
        opacity: 0.8;
    }
    #spotkk a.box:hover .box-image .icon-video i {
        color: #ffffff;
    }
    #calendariokk {
        height: auto;
        margin-top: 20px;
    }
    #calendariokk .box-content {
        height: auto;
    }
    #calendariokk ul.list li a .event-button {
        display: none;
    }
    #testemunhoskk {
        height: auto;
        margin-top: 20px;
    }
    #testemunhoskk .box-content {
        height: auto;
    }
    #testemunhoskk .box-text {
        max-width: 42%;
    }
    #testemunhoskk .box-text .text {
        height: 100%;
    }
    #testemunhoskk .box-text .text h5 {
        font-size: 13px;
        line-height: 14px;
        hyphens: manual;
    }
    #testemunhoskk .box-text .text p {
        line-height: 14px;
        font-size: 12px;
    }
    #testemunhoskk .box-text .box-button {
        display: none;
    }
    #testemunhoskk a:hover.box-detail .box-image .icon-video {
        background: #000000;
        opacity: 0.8;
    }
    #testemunhoskk a:hover.box-detail .box-image .icon-video i {
        color: #ffffff;
    }
    #featured-second .col-featured:nth-child(n+3) {
        margin-top: 20px;
    }
    #featured-second .box-text {
        display: none;
    }
    #featured-second .box-text-m .text {
        line-height: 14px;
    }
    #featured-second .box-text-m .text h5 {
        font-size: 13px;
    }
    #featured-second .box-text-m .text p {
        font-size: 12px;
    }
    #countries .countries {
        height: auto;
    }
    #countries .countries li {
        width: 14.28%;
        height: 40px;
    }
    #countries .countries li a {
        width: 100%;
        text-align: center;
    }
    #countries .countries li a img {
        float: inherit;
    }
    #countries .countries li a h6 {
        display: none;
    }
    #summaries {
        display: none;
    }
    footer#footer {
        height: 50px;
    }
    .footer-text {
        text-align: center;
    }
    .footer-link {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #main-container {
        padding: 60px 0 0 0;
    }
    .top-banner {
        display: none;
    }
    .top-banner-m .image-banner {
        padding: 20px 70px;
    }
    .box-title {
        height: auto;
    }
    #breadcrumbs {
        display: none;
    }
    #spotkk .box-text {
        max-height: 190px;
    }
    #spotkk .box-text .text {
        max-height: 190px;
    }
    #spotkk .box-button {
        display: none;
    }
    #spotkk a.box:hover .box-image .icon-video {
        border-right: 1px solid #333333;
        border-bottom: 1px solid #333333;
        background: #000000;
        opacity: 0.8;
    }
    #spotkk a.box:hover .box-image .icon-video i {
        color: #ffffff;
    }
    #calendariokk ul.list li a .event-button {
        display: none;
    }
    #testemunhoskk {
        height: 450px;
        margin-top: 0px;
    }
    #testemunhoskk .box-content {
        height: auto;
    }
    /*#testemunhoskk .box-content li:nth-child(1) {
        padding-right: 10px;
    }
    #testemunhoskk .box-content li:nth-child(2) {
        padding-left: 10px;
    }*/
    /*#testemunhoskk .box-content li:nth-child(3) {
        display: none;
    }*/
    #testemunhoskk .text {
        height: 100%;
    }
    #testemunhoskk .box-button {
        display: none;
    }
    #testemunhoskk a:hover.box-detail .box-image .icon-video {
        background: #000000;
        opacity: 0.8;
    }
    #testemunhoskk a:hover.box-detail .box-image .icon-video i {
        color: #ffffff;
    }
    #featured-second .box-text {
        display: none;
    }
    #featured-second .box-text-m .text {
        line-height: 18px;
    }
    #summaries .box-image .center {
        display: none;
    }
    #summaries .box-button {
        display: none;
    }
    a.m-footer-link {
        display: none;
    }
    ul.grid li a.box-detail .box-text {
        max-width: 48%;
        padding: 10px 0;
    }
    ul.grid li a.box-detail .box-text .text {
        height: 100%;
        padding-bottom: 0;
        padding-top: 0;
    }
    ul.grid li a.box-detail .box-button {
        display: none;
    }
    a:hover.button-more {
        border: 3px solid #232323;
    }
    a:hover.button-more i {
        color: #232323;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .top-banner-m {
        display: none;
    }
    .box-content a.box-detail .box-text {
        width: 40%;
    }
    .box-content a.box-detail .box-text .text p {
        display: none;
    }
    #featured-second .box-text-m {
        display: none;
    }
    #summaries .bottom {
        display: none;
    }
    a.m-footer-link {
        display: none;
    }
}
@media (min-width: 1200px) {
    .top-banner-m {
        display: none;
    }
    #featured-second .box-text-m {
        display: none;
    }
    #summaries .bottom {
        display: none;
    }
    a.m-footer-link {
        display: none;
    }
}
