@import url('../fonts');

body {
	background-color: #ffffff;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'DIN Alternate', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #555;

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

.background_navbar_collapse{
	background-color: #283e4a;
}


/* Titles */
h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'DIN Condensed', sans-serif;
	font-weight: 700;
	color: #333;
}

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



/* Paragraph & Typographic */
p {
	line-height: 28px;
	margin-bottom: 25px;
	font-size: 16px;
}

.centered {
	text-align: center;
}

/* Links */
#ww3 a {
    text-decoration: underline;
}

a {
	color: #7b7b7b;
	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: 70px;*/
	/*padding-top: 70px;*/
/*}*/

.navbar-inverse {
    background: #283e4a; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,  #283e4a , #283e4a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right,  #283e4a , #283e4a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,  #283e4a , #283e4a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right,  #283e4a , #283e4a); /* Standard syntax */

	/*background-color: #1abc9c;*/
	border-color: #283e4a;
}

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

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



.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: #323232;
}


/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}

.pt {
	padding-top: 50px;
	padding-bottom: 50px;
}


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

#ww {
	padding-top: 118px;
	padding-bottom: 5px;
	background-color: white;
}


#footer {
	background-color: #283e4a;
	padding-top: 50px;
	padding-bottom: 5px;
}

#footer p {
	color: white;
}

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


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

#grey {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: white;
}

#white {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}



/* 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;
}


.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: #323232;
}






.box{
	width:1200px;
}
p{
	text-align:center;
}

div.images {
	position:relative;
	text-align:center;
}


#location{
	text-align:left;
	color: white;
}


.white {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}


.grey {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: white;
}


.p_justify{
	text-align:justify;
}



.active{
    font-size: 15px;
    color: white;
    border-bottom: 1px solid white;

}


.navbar_full_width{
    position: fixed;
    width: 100%;


    height: 213px;
    line-height: 213px;
    -webkit-transition: height .5s, line-height .5s; /* Safari */
    transition: height .5s, line-height .5s;
}


#topbar {
    height: 62px;
    width: 100%;
    position: fixed;
    /*background: #ccc;*/
    transition:all 0.4s;
}
/*.navbar-inverse.shrink {*/
	/*min-height: 35px;*/
/*}*/


.parallax-window {
	min-height: 400px;
	background: transparent;
}



.add_top_padding_270{
	padding-top: 50px;
}



.quadrado {
    animation: crescendo 0.5s ease-in;
}

@keyframes crescendo {
    0%   {transform: scale(.0);}
    100% {transform: scale(1.0);}
}


.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



