body{
	font-size:15px;
}
h2{margin-top:0}

#sp-top div.modal.fade .modal-dialog {
    height: 390px;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    zoom: 1;
    text-align: center;
    background: #fff;
    color: #ccc;
    z-index: 1;
    margin: 0;
}
#sp-top  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
#sp-top .modal-header {
    width: 100%;
    padding: 0 68px;
    border-bottom: 0px solid #e5e5e5;
    min-height: 16.42857143px;
	overflow:hidden;
}
@media (min-width: 768px){
 #sp-top  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
      box-shadow: none;
      border: none;
  }
  .onepage ul {
        display: inline-table;

    }
    .onepage ul li {
        display: table-cell;
        padding-right: 10%;
    }
    .onepage ul li:last-child {
        padding: 0;
    }
}
#sp-top .modal-title  {
    color: #999;
    display: block;
    font-size: 2em;
    height: 20px;
    margin: 0px 0 15px 0;
    font-family: helvetica;
    text-align: center;
}
#sp-top-bar .search input[type="text"]{
    background: white;
    color: #999;
    font-family: "HelveticaNeueW02-75Bold", Helvetica, Arial, sans-serif;
    height: 200px;
    line-height: 200px;
    width: 80%;
    margin: 10px auto;
    font-size: 110px;
    text-align: center;
}
#sp-top [class^="icon-"],#sp-top [class*=" icon-"] {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 0;
    line-height: 1;
    background-image: none;
    font-size: 11px;
}
#sp-top .modal-header .close {
    opacity: 0.8;
      margin: 20px 0;
    width: 50px;
    height: 50px;
    border: 0px solid #ccc;
    border-radius: 100%;
    color: #ccc;
    line-height: 18px;
    font-weight: 300;
    padding: 0;
    box-shadow: none;
    outline: none;
}
#sp-top div.modal {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    left: 0px;
    min-height: 90px;
    opacity: 0;
    transform: rotateX(90deg);
}
#sp-top div.modal.fade.in{
    z-index: 9999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    overflow-scrolling: touch;
    left: 0px;
    min-height: 0px;
    opacity: 1;
    transform: rotateX(0deg);
}
#sp-top  .modal-backdrop.in {
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgba(0, 0, 0, 0.85);
}
.sppb-slide img {
    width: 100%;
}
#sp-top .modal-header .close:hover {
    color: #ed1c24;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div
{
    /* we have to use !important because we are overwritng inline styles */
    background-color: transparent !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
}

/* arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div
{
    background-color:  !important; 
}

/* close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child
{
    margin-right: 5px;
    margin-top: 5px;
}

/* image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img
{
    display: none;
}

/* positioning of infowindow */
.gm-style-iw
{
    top: 14px !important;
    background: #fff;
    padding: 10px;
    color: #000;
}
.sppb-addon-more h4.panel-title {
    text-align: right;
}
.carousel-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 14px;
	    font-weight: 300;
}
.carousel-info .container {
    padding-top: 4px;
    padding-bottom: 4px;
}
a#gototop:hover {
    color: #000;
}
.sppb-carousel-indicators li {
    background: url(../images/bola2.png) no-repeat 0 0;
    background-size: contain;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border: none;
}
.sppb-carousel-indicators .active {
    background-image: url(../images/bola1.png);
    background-color: transparent;
	width: 12px;
    height: 12px;
    margin: 0 5px;
    border: none;
}
.sppb-carousel-indicators{
    bottom: 27px;
}
a.sppb-portfolio-url {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.body-innerwrapper {
    overflow: hidden;
}
.info .sppb-container {
    padding: 0;
}
.onepage ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .onepage ul li {
        font-size: 15px;
        text-transform: uppercase;
    }
.representatives{
	height: 745px;
    overflow-y: scroll;
    overflow-x: hidden;
	margin-right:-20px;
}
/* Let's get this party started */
.representatives::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
.representatives::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0); 
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
 
/* Handle */
.representatives::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: rgba(148, 148, 148, 0.8); 
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6); 
}
.representatives::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0); 
}
div#sp-bottom4 ul li:first-child > a {
    line-height: 1;
    margin-bottom: 5px;
}
.latest-post p.intro-text {
    font-weight: 300;
}
.sppb-addon-latest-posts.sppb-style1 .latest-post-inner:hover .entry-media {
      background: #000;
}
.sppb-addon-latest-posts.sppb-style1 .latest-post-inner:hover .entry-media img{
	opacity: 0.7;
}
#sp-main-body .container{padding:0;}
#sp-title ul li a,ul.related-items li.related-item a:not(.related-item-image-link){font-weight: normal;}
.sppb-addon-portfolio .sppb-portfolio-overlay .sppb-portfolio-inner  a.sppb-portfolio-subname{
	font-weight: 300;
	font-size: 17px;
PADDING-TOP: 5px;
	}
	
.sppb-addon-designer .sppb-designer-overlay {
	font-weight: 300;
	font-size: 14px;
}
.sppb-addon-designer .sppb-designer-information a {
    font-weight: 400;
	color: #fff;
    font-size: 14px;
}
.sppb-addon-portfolio .sppb-portfolio-overlay .sppb-portfolio-inner .sppb-designer-overlay {
	font-weight: 400;
	font-size: 20px;
}
.sppb-addon-faq .sppb-addon-faq-title {
	font-weight: 500;
	font-size: 17px;
}
.sppb-addon-faq .sppb-addon-faq-subtitle {
	font-weight: 700;
	font-size: 14px;
}
h2.article-title {
	font-weight: 500;
	color: #939597;
    font-size: 24px;
}
#sp-bottom #sp-bottom3 .sp-module {
	font-weight: 300;
	color: #939597;
    font-size: 13px;
}
.sppb-addon-title{
color: #000000;
font-size: 15px;
font-weight: 300;
}
#sp-main-body #sp-left .sp-module ul.menu > li > span > a.isactive {
    color: #ed1c24;
}
div.sppb-addon-portfolio .sppb-portfolio-overlay .sppb-portfolio-inner .sppb-portfolio-name:before{width:125px;    border-bottom: 0px solid;
    border-top: 0.1px solid;}
#sp-main-body .sppb-carousel-inner .container {
    padding: 4px 68px;
}
div.sppb-addon-designer .sppb-designer-information a {
    font-size: 14px;
}
.createdby span {
    display: inline-block !important;
}
dl.article-info {
    margin: 0 -5px 5px;color: #ed1c24;
}
.representatives h2, .representatives h3, .representatives h4, .representatives h5, .representatives h6 {
    line-height: 1.1;
}
.k2AccountPage table tr td label {
    margin: 5px;
}
.k2AccountPage table tr td select,.k2AccountPage table tr td textarea,.k2AccountPage table tr td input{
  margin:5px;
  display:inline-block;
}
.k2AccountPage  .controls {
    padding-left: 30px;
}
.k2AccountPage table tr td .input-append input{
  margin:0px 0 0 5px;
  display:inline-block!important;
}
.login-form {
    padding-right: 10%;
}
.login-form h1 ,.logout-form h1{
    font-size: 30px;
    font-weight: 500;
    color: #BBBDC0;
}
 #sp-main-body #sp-left .sp-module ul.menu > li li.current a {
    color: #ed1c24;
}
#botaocss {
font-family: Roboto, sans-serif; /*diz aí o tipo de fonte*/
font-size: 14px; /*Tamanho da fonte*/
width: px; /*Largura do botão*/
}
#botaocss a {
display: block; 
background: #666666; /*Cor de fundo do botão em normal*/
color: #ffffff; /*Cor do texto botão*/
text-shadow: 0px 1px 0px #666666; /*Disposição e cor da sombra do texto*/
text-align: center; 
border: solid px #666666; 
border-radius: px; 
padding: 6px 5px 7px 20px; 
margin: 0px 0px 0px 0px; 
text-decoration: none; 
}
#botaocss a:visited {
background: #666666; /*Cor de fundo do botao em hover*/

}
#botaocss a:hover {
background: #e9322d ; /*Cor de fundo do botão quando temos o rato em cima dele*/


}
#botaocss a:focus {
background: #e9322d ; /*Cor de fundo do botão quando o rato é clicado sobre ele*/
}
.createdby span + div {
    display: none !important;
}
strong a {
	 color: #ff0000; 
	 }
strong a:hover{
		 color: #7f888d;
 }
.sppb-addon-faq .sppb-addon-content {
    flex-wrap: wrap;
}
.sppb-addon-faq .sppb-addon-content .faq-image-column img{width:100%;}
ul.sppb-download-inner {
    list-style: none;
    padding: 0;
}
ul.sppb-download-inner li a:before{
	    content: "\f13a";
		    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding-right: 5px; 
}
.user-on #sp-top-bar .fa-lock {
    color: red;
}
.user-on #sp-top-bar .fa-lock:before {
    content: "\f09c";
}
@media (max-width: 768px){
    div#sp-logo {
        text-align: center !important;
    }
    #sp-footer div#sp-footer2 {
      text-align: left;
  }
  div#sp-bottom1 {
    margin-bottom: 30px;
}
}