/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: STANLEY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
/**
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
**/

@font-face {
    font-family: kozgopro;
	 src: url('KozGoPro-Light.otf');
}
@font-face {
    font-family: mistral;
	 src: url('Mistral.ttf');
	 }
	 @font-face {
    font-family: poplar;
	 src: url('PoplarStd.ttf');
	 }
.mistral
{
	font-family:mistral;
	font-size: 61px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	
}
.poplar
{
	font-family:poplar;
	font-size: 61px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	
}
	 body {
  	background-color: #ffffff;
  	font-family: kozgopro;
    font-weight: 400;
    font-size: 14px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: kozgopro;
    font-weight: 700;
    color: #333;
}

h1 {
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}



/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 2px;
    font-size: 16px;
		font-family: kozgopro;

}

.centered {
    text-align: center;
}

/* Links */
a {
    color: black;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	text-transform: uppercase;
	margin-bottom: 0px;
}

.navbar-inverse {
	padding-bottom: 0px;
	padding-top: 0px;
}

.navbar-inverse {
	background-color: #fff;
	border-color: #16a085;
}

.navbar-inverse .navbar-nav > li > a {
	color: white;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #222222;
}

.navbar-brand {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
}

.navbar-inverse .navbar-brand {
	color: white;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}

.progress-bar-theme {
  background-color: #1abc9c;
}


/* Helpers */

.mt {
	margin-top: 10px;
	margin-bottom: 20px;
}

.pt {
	padding-bottom: 50px;
}

.resp img {
    width:100%;
}

/* +++++ WRAP SECTIONS +++++ */

#ww {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #f2f2f2;
}


#footer {
	background-color: #fff;
	
}

#footer p {
	color: white;
}

#footer h4 {
	color: white;
	text-transform: uppercase;
	padding-bottom: 20px;
}


/* +++++ Color Wraps / Blog Page +++++ */

#grey, .bg0 {
	padding-top: 60px;
    padding-bottom: 60px;
    background-color: #dfdfd6;
}


#white, .bg1 {
	padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}



/* Blog Date*/
bd {
	font-size: 12px;
	text-transform: uppercase;
	color: #d2d2d2;
	font-weight: 700;
}

/* Blog Author*/
ba {
	font-size: 12px;
	text-transform: uppercase;
}

/* Blog Quote */
.bq {
	font-size: 22px;
	padding-top: 30px;
}

/* Blog Tags */
bt {
	font-size: 12px;
}

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */
.zoom { 
    display:block; 
    position:relative; 
    overflow:hidden; 
    background:transparent url(../img/loader.gif) no-repeat center;
}

    .zoom img { display:none }

        .zoomOverlay {
            position:absolute;
            top:0; left:0;
            bottom:0; right:0;
            display:none;
            background-image:url(../img/zoom.png);
            background-repeat:no-repeat;
            background-position:center;
        }

.zoom2 {
	opacity: 1;
}

.zoom2:hover {
	opacity: 0.5;
}

/* glyphicon Configuration */

.glyphicon {
	font-size: 40px;
	color: #1abc9c;
}
/*ADDIN ROBERTO 22/12/2016*/
.content2 {
	min-height: 100%;
	position: relative;
	overflow: auto;
	z-index: 0; 
}

.background {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

.top_block {
	width: 100%;
	display: block; 
}

.bottom_block {
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0; 
}

.left_block {
	display: block;
	float: left; 
}

.right_block {
	display: block;
	float: right; 
}

.center_block {
	display: block;
	width: auto; 
}

.background.block_9 {
	height: auto !important;
	padding-bottom: 0;
	left: 0;
	width: 441px;
	background-color: #993366; 
}

.block_9 {
	height: 400px;
	width: 441px;
	padding-bottom: 0px;
}

.background.block_10 {
	height: auto !important;
	padding-bottom: 0;
	right: 0;
	width: 557px;
	background-color: #6699ff; 
}

.block_10 {
	height: 400px;
	width: 583px;
	padding-bottom: 0px;
}

.block_11 {
	width: 100%;
	height: 101px;
	background-color: #669999;
}

.block_12 {
	width: 100%;
	height: 134px;
	background-color: #669966;
}