/* 
	Table of Contents
	update on Tue Mar 01 2016 16:26:45 GMT+0200 (FLE Standard Time)

	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	         Futura : [
			300 - Light
			400 - Regular
			500 - Medium
			700 - Bold
			900 - Heavy
		]; 
	         Mg Open Cosmetica: [
			400 - Regular
		]; 
	     04. Helpers ----------------------------------
	         Shell ------------------------------------
	         Extends ----------------------------------
	         Mixin ------------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Wrapper ----------------------------------
	         Fullscreener -----------------------------
	     05. Container --------------------------------
	     06. Content ----------------------------------
	     07. Footer -----------------------------------
	     08. Header -----------------------------------
	     09. Main -------------------------------------
	     10. Shell ------------------------------------
	     11. Sidebar ----------------------------------
	     12. Wrapper ----------------------------------
	     13. Article ----------------------------------
	         Media ------------------------------------
	     14. Body Classes -----------------------------
	     15. Button -----------------------------------
	     16. Cols -------------------------------------
	     17. Form Elements ----------------------------
	     18. Form -------------------------------------
	     19. Icons ------------------------------------
	     20. Inner ------------------------------------
	     21. Link -------------------------------------
	     22. List -------------------------------------
	     23. Logo -------------------------------------
	     24. Nav --------------------------------------
	     25. Section ----------------------------------
	     26. Select -----------------------------------
	     27. Slider -----------------------------------
	     28. Sociasl ----------------------------------
	     29. Table ------------------------------------
	     30. Tabs -------------------------------------
	     31. Widget -----------------------------------
	     32. Gravity Form Theme -----------------------
 */


/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

.hide {display:none;}
.show {display:block;}

/* ------------------------------------------------------------ *\
	Cols
\* ------------------------------------------------------------ */

.cols {margin:20px;}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form-calc input[type=button] { width: 100%; border: 0; font-size: 12px; height: 36px; background-color: #ad2624; text-transform: uppercase; color: #fff; transition: opacity 0.4s; }

.section-breadcrumb.dark a { color: #8a8a8a; text-decoration: none; }

.section-main.stuck { padding-top:0 }

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.list-articles li {}
.article .article-image { text-align:center }
.article .article-image img { display: block; width: auto; margin-left: auto; margin-right: auto; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer .footer-bar .socials { float:none; margin-left: auto; margin-right: auto; width: 50%; }

