/**
 * @copyright	Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */


/*
ESCURO	: #4E190D
DOURADO:  #C8A062
*/

*{
    font-family: Gt-book;
    margin:0;
    line-height: 2.0em;
	color: #666;
}


p {
    font-size: 14px;
}

.inverse, .inverse>*, .inverse>*>*{
    color: #fff;
}

h1 {
	font-size: 200%;
    
}
h2 {
    
	font-size: 200%;
	color: #4E190D;
    
}
h3 {
  	font-size: 200%;
	color: #000;
}

h4 {
	font-weight: bold;
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #333;
}

a:link, a:visited {
	/*color: #1B57B1; text-decoration: none;*/
    color: #C8A062;
    text-decoration: none;
	font-weight: normal;
}
a:hover {
	/*color: #00c;	text-decoration: underline;*/
    color: #C8A062 text-decoration: none;
	font-weight: normal;
}

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* STYLES FOR JOOMLA! EDITOR */
hr#system-readmore  { border: red dashed 1px; color: red; }
hr.system-pagebreak { border: gray dashed 1px; color: gray; }













/********************************************************************************/
/* Custom, iPhone Retina */ 
/********************************************************************************/
@media only screen and (min-width : 320px) {
    *{
        line-height: 1.8em;
    }
    p{
        font-size: 14px;
    }
   
}

/********************************************************************************/
/* Extra Small Devices, Phones */ 
/********************************************************************************/
@media only screen and (min-width : 480px) {
    *{
        line-height: 2.0em;
    }
    p{
        font-size: 14px;
    }
  
}

/********************************************************************************/
/* Medium Devices, Desktops */
/********************************************************************************/
@media only screen and (min-width : 992px) {
    *{
        line-height: 2.0em;
    }
    p{
        font-size: 16px;
    }
  
}

/********************************************************************************/
/* Large Devices, Wide Screens */
/********************************************************************************/
@media only screen and (min-width : 1200px) {
    *{
        line-height: 2.0em;
    }
    p{
        font-size: 16px;
    }
  
}

/********************************************************************************/
/* EXTRA Large Devices, Wide Screens */
/********************************************************************************/
@media only screen and (min-width : 1600px) {
 
    *{
        line-height: 2.0em;
    }
    p{
        font-size: 16px;
    }
	.left a{
	line-height: 1em !important;
	}

}








