/*
* Theme Name: Invention
* Theme URI: http://www.jozoor.com
* Description: Invention Theme for corporate and creative sites, responsive and clean layout, more than color skins
* Author: Jozoor team
* Author URI: http://www.jozoor.com
* Version: 1.0
*/

/*
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  
=     00   00 00 00   00 00 00   00 00 00   00 00 00   00 00    =
=     00   00    00        00    00    00   00    00   00       =
=     00   00    00      00      00    00   00    00   00       =
=     00   00    00    00        00    00   00    00   00       =
=  00 00   00 00 00   00 00 00   00 00 00   00 00 00   00       =
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*/

/* Custom CSS Code 
=================================================*/

.alerta .success 	{ color:#92b750; background:#e9f3d2 url(../../img/alert_icon2.png) 13px center no-repeat; border:1px solid #acd556; width:538px; padding:8px 50px; margin-bottom:20px;}
.alerta .error 		{ color:#d04544; background:#ffe9e9 url(../../img/alert_icon3.png) 13px center no-repeat; border:1px solid #e7a9a9; width:538px; padding:8px 50px; margin-bottom:20px;}

.bandeira-en { background-image: url(../../img/bt_en.jpg); width:20px; height:13px; margin-left:-5px; position:absolute; top:4px; left:820px;}
.bandeira-pt { background-image: url(../../img/bt_pt.jpg); width:20px; height:13px; position:absolute; top:4px; left:780px;}

.off { opacity:0.4;filter:alpha(opacity=40);}

.page-columns li {
	padding:5px 5px 5px 18px;
	line-height:20px;
	position: relative;
}

.page-columns li:before {
	content: '\f00c'; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit;
    font-size: 11px; position: absolute; top: 4px; left: 0;
}

.page-columns li {
	padding-bottom:20px;
}

.qoute {
	padding: 20px 3%;
	margin-bottom: 30px;
	margin-top: 30px;
	line-height:22px;	
}

a.linkIC:hover {
	color:#999;
	
}


.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active1, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active1:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
