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

/*
 * Custom Style Sheet - Use this file to style your content
 */

/* Layout
----------------------------------------------------------------------------------------------------*/
*{
   font-family: Arial, Helvetica, sans-serif !important;
}
.custom-logo { 
	width: 138px;
	height: 72px;
	background: url(../../../images/yootheme/logo.png) 0 0 no-repeat;
	background-size: contain;
}

.margin-tb-20 { margin: 20px 0; }
.margin-l-40 { margin-left: 40px; }


/* Modules
----------------------------------------------------------------------------------------------------*/

/* Fixing the flickering for -webkit- browsers */
.module { -webkit-backface-visibility: hidden; }


/* Frontpage: Features
----------------------------------------------------------------------------------------------------*/

.frontpage-teaser1 {
	background-image: url(../../../images/yootheme/demo/slideshow/infinite_teaser1_default.jpg);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.frontpage-teaser2 {
	background-image: url(../../../images/yootheme/demo/slideshow/infinite_teaser2_default.jpg);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.frontpage-teaser3 {
	background-image: url(../../../images/yootheme/demo/slideshow/infinite_teaser3_default.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Frontpage: Features
----------------------------------------------------------------------------------------------------*/

.frontpage-features { 
	margin-top: 30px; 
	overflow: hidden;
}

.frontpage-features h1 {
	margin: 20px 0 5px 0;
	font-size: 19px;
	line-height: 20px;
}

/* Frontpage: Check
----------------------------------------------------------------------------------------------------*/

.frontpage-check {
	float: left;
	margin-bottom: 20px;
	text-transform: uppercase;
}


/* Frontpage: Team
----------------------------------------------------------------------------------------------------*/

.frontpage-team h1 {
	margin: 20px 0 0 0;
	font-size: 40px;
	line-height: 41px;
}

.frontpage-team p {
	margin: 10px 0 0 0;
	font-size: 17px;
	line-height: 22px;
}


/* Frontpage: Contact
----------------------------------------------------------------------------------------------------*/

ul.line.frontpage-contact > li {
	margin: 0;
	padding: 15px 0;
	border-top: none;
	background: url(../images/line_bg.png) bottom repeat-x;
}

ul.line.frontpage-contact > li:first-child { 
	background: url(../images/line_bg.png) top repeat-x,
				url(../images/line_bg.png) bottom repeat-x;
}

ul.line.frontpage-contact strong {
	float: left;
	width: 140px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
}

ul.line.frontpage-contact div { display: inline-block; }


/* Frontpage: Clients
----------------------------------------------------------------------------------------------------*/

.frontpage-clients a {
	float: left;
	opacity: 0.5;
	margin: 0 -1px -1px 0;
	border: 1px solid #616a73;
	border: 1px solid rgba(255,255,255,0.5); 
}

.frontpage-clients a:hover {
	opacity: 1;
	border: 1px solid #FFF;
	background-color: rgba(255,255,255,0.05);
}

.frontpage-teaser { line-height: 0; }
.frontpage-teaser img { 
	display: block; 
	line-height: 0;
}


/* Responsive 
----------------------------------------------------------------------------------------------------*/

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

	/* Layout */
	.margin-l-40 { margin-left: 0; }


}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {

	/* Layout */
	#block-bottom-b .width33 { width: 100%; }

	.frontpage-features img {
		float: none;
		margin: auto auto 15px;
	}

	.frontpage-check.width50 { width: 100%; }
	

}

/* Configuração */
.body-dark, .bg-dark{
    background: #F2F5F8 !important;
    color: #8c949c !important;
}

#logo{
	height: 130px !important;
}
#logo, #logo > img, #menu{
	float: none !important;
	
}

#logo_view{
   width: 100%;
   height: 20%!important;
   background: url(../../../images/topo_v2.1.png) 0 0 no-repeat;
   background-size: contain;
}

#content_page{
    max-width: 1024px !important;
    margin: 0 auto !important;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.75) !important;
}

#menubar{
  background: #F2F5F8 !important;
  width: 100%;
}


#header {
    padding: 0 5px;
}

/* Set Active */
.menu-dropdown li.active .level1 {
   color: #FFF  !important; 
   border-left-color: #E0E0E0;
   background-color:#0081C1 !important;
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
}

#menu .menu-dropdown li.level1:hover .level1{
  color: #FFF  !important; 
   border-left-color: #E0E0E0;
   background-color:#0081C1 !important;
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
}
.menu-dropdown a.level1, .menu-dropdown span.level1 {
	text-transform: capitalize !important;
	border-style: none !important;
}

.title, h3,h2,h1,.title a , h3 a ,h2 a, h1 a {
   color: #0081C1 !important; 
   text-transform: initial !important;
   /*text-transform: capitalize !important;*/
}

.title, h3,h2, h1,.title a, h3 a,h2 a, h1 a {
  text-transform: initial !important;
}

.uk-dotnav>.uk-active>* {
  background-color:#0081C1 !important;
  width: 10px !important;
  height: 10px !important;
}

.uk-dotnav>*>*{
   background-color:#9C949C !important;
  width: 10px !important;
  height: 10px !important;
}

.uk-overlay-bottom{
   top: 95.5% !important;
}

ul.uk-dotnav .uk-dotnav-contrast .uk-flex-center{
   position: absolute !important;
    top: 100% !important;
}

.uk-overlay-panel{
   left: 37% !important;
   top: 56% !important;
}

.uk-h3{
    color:#0081C1 !important;
}

.uk-overlay-fade {
    opacity: 0.7 !important;
}

.menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span {
    height: 50px !important;
    padding: 0 10px !important;
    line-height: 50px !important;
}

.menu-dropdown:first-child .level1:first-child .level1 {
       border-left-color: none !important;
}

.mod-box {
    padding: 5px !important;
    border: none !important;
}

.module {
     margin: 0px !important; 
}

.uk-dotnav {
	margin-top: 25% !important;
    	margin-left: 10px !important;
}

.form-horizontal .control-label { 
	width: 10px !important;
}

.form-horizontal .controls {
    margin-left: 80px !important;
}

.acymailing_module_nl_home{
   width: 180px !important;
}