/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */


input[type='checkbox'] {
  display: none;
}

label {
  color: black;
}
div.pop-up {
  text-align: center;
}

#pop-open:checked ~ div.pop-up #closeButton {
  display: inline-block;
  position: fixed;
  float: right;
  padding: 5px;
}

#pop-open:checked ~ div.pop-up div.content {
  display: inline-block;
  color: #111;
  width: 500px;
  z-index: 500;
  background-color: white;
  position: absolute;
  left: 0;
	right: 0;
	top: 10%;
	margin-left: auto;
 	margin-right: auto;
}

#pop-open ~ div.pop-up div.content {
  display: none;
  z-index: 1000;
  text-align: center;
}

#pop-open:checked ~ div.pop-up div.modal_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #221924;
    z-index: 500;
    opacity: .5;
}
div.modal_overlay {
    text-align: center;
}

.sppb-fullwidth-title{
background: #111!important;
color: white!important;
padding: 15px;
}



/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
h1, h2, h3 {
	font-weight: 300; 
}

.uk-article-title {
	font-weight: 300!important; 
}

.tm-navbar {
	margin-bottom: 0!important;
}

.tm-block-footer-bg {
    margin-top: 40px!important;
}

.formFooter {
	display: none!important;
}

.tronos-logo {
    background: url("http://www.tronos.com.br/imagens/tronos-logo.png") no-repeat transparent;
    height: 59px;
    width: 59px;
    -webkit-transition: width 2s, height 2s, background-color 2s, -webkit-transform 2s;
    transition: width 2s, height 2s, background-color 2s, transform 2s;
    margin: 0 auto;
}


.tronos-logo:hover {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
    cursor: pointer;
}
