@charset "UTF-8";
/* CSS Document */

/*
 	primary: #ff6600;
	secondary: #43454b;
*/

@import url("https://fonts.googleapis.com/css?family=Nunito:400,700");

body,
html{
	margin:0;
	padding:0;
	font-family:Arial, Sans-Serif;
	font-size:12px;
	line-height:20px;
	
}

h1,
h2,
h3,
h4,
strong{
	font-family: 'Nunito', sans-serif;
	letter-spacing:-0.5px;
}

h1{
	font-size:28px;
	color:#ff6600;
}

h2{
	font-size:20px;
	color:#43454b;
}

h3{
	font-size:16px;
	color:#43454b;
}

h4,
strong{
	font-size:14px;
	color:#43454b;
}

strong{
	font-weight:normal;
}
	
h3.subtitle{
	margin-top:15px !important;
}

h1 span{
	float:left;
	width:100%;
	font-size:16px;
	color:#43454b;
}

ul{
	padding-left:0px;
}

ul li ul{
	padding-left:20px;
}

ul li{
	list-style:none;
}

ul li .fa{
	color:#ff6600;
	font-weight:bold;
	margin-right:5px;
}

#container{
	width:785px;
	float:right;
	margin-right:190px;
}

.content{
	float:left;
	width:700px;
	padding:0px 0px 0px 0px;
	margin:0px 35px 0px 50px;
}

#logo{
	margin:15px 0px;
}

#logo img{
	width:200px;
}

ul.nav li{
	float:left;
	padding:0;
	margin:0;
}

ul.nav li a{
	padding:40px 7px 23px 7px;
	font-family: 'Nunito', sans-serif;
	letter-spacing:-0.5px;
	font-size:15px;
	text-align:center;
	color:#43454b;
	line-height:14px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

ul.nav li a:hover,
ul.nav li a:focus{
	background-color:transparent;
}

ul.nav li a.active{
	color:#FFF;
	background-color:#ff6600;
}

ul.nav li a span{
	font-family:Arial, Sans-Serif;
	font-size:10px;
	letter-spacing:0px;
}

#header .dropdown-toggle{
	margin:20px 0px 0px 32px;
}

#header .dropdown-toggle .fa,
#header .fa{
	font-size:40px;
}

.activities .activities-item{
	border:10px solid rgba(67,69,75,0.20);
	margin-bottom:15px;
	float:left;
}

.activities .activities-item .image{
	float:left;
	width:220px;
	height:220px;
}

.activities .activities-item .image img{
	max-width:100%;
}

.activities .activities-item .description{
	margin:10px 0px;
	min-height:100px;
	text-align:justify;
}

.activities .activities-item .title,
.activities .activities-item .description,
.activities .activities-item .view-more{
	float:left;
	width:460px;
	padding:0px 20px;
}

#footer{
	z-index:999 !important;
	height:60px;
	margin:0;
	position:fixed;
	bottom:0;
	right:0; 
	width:985px;
	padding-left:25px;
	padding-top:12px;
	color:#fff;
	font-family:Verdana, arial; 
	background:url('img/default/back-footer.png') left bottom;
	background-size:auto 120%;
	font-size:11px; 
}

#footer .fa{
	font-size:32px;
	margin-right:5px;
}

#footer a .fa{
	color:#ff6600;
}

#footer a{
	color:#FFF;
}

.copyright{
	padding-top:15px;
}

.social{
	padding-top:3px;
	margin-right:45px;
}

#gallery{
	margin-bottom:20px;
}

.btn.btn-primary{
	border-color:#ff6600 !important;
	background-color:#ff6600 !important;
	font-size:12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left:25px;
	padding-right:25px;
}

.space{
	float:left;
	width:100%;
	height:120px !important;
}

.accordion{
	margin-top:20px;
	margin-bottom:20px;
	border:10px solid rgba(67,69,75,0.20);
	width:625px;
	height:345px;
}

.search label,
.search select{
	margin-right:10px;
}

.search select{
	padding:5px 7px;
}

.search .fa{
	font-size:20px;
	font-weight:bold;
}

/* Style */

body{ 
	background:#F4F4E8; 
}

body>div.style{
	top:0px;
	left:0px;
	right:0px; 
	bottom:0px; 
	position:fixed;
	z-index:-1;
	background:transparent;
}

.style .body,
.style .body-top,
.style .city,
.style .city-transition,
.style .wall,
.style .stripes,
.style .stripes-transition,
.style .person,
.style .person-transition,
.style .brush-top,
.style .right-wall,
.style .brush-top-transition,
.style .brush-bottom{
	top:0px;
	left:0px;
	right:0px; 
	bottom:0px; 
	position:absolute;
}

.message,
.style .person,
.style .brush-bottom,
.style .preload,
.style .brush-top-transition,
.style .person-transition,
.style .stripes-transition,
.style .city-transition{
	display:none;
}

.style .line{
	z-index:-10 !important;
}
.style .stripes{
	z-index:-20 !important;
}
.style .wall{
	z-index:-90 !important;
}

.style .line{
	background:#fdfdf3;
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
	height:10px;
	border-bottom:1px solid #aaa9a3;
}

.style .right-wall{
	background:url('img/back-right-wall.png') no-repeat right bottom; 
}
.style .body-top{
	background:url('img/back-page-top.png') no-repeat right  top; 
}
.style .body{
	background:url('img/back-page-center.png') repeat-y right  top; 
	top:85px !important;
}
.style .wall{
	background:url('img/back-wall.jpg');
}

.plane{
	background:url('img/default/back-plane.png') no-repeat 270px 40%;
	position:fixed;
	top:11px;
	bottom:0;
	right:1020px;
	left:100px;
	z-index:-5;
	overflow:hidden;
	display:none; 
}
.cloud-left{
	background:url('img/back-clouds.png') repeat-x right top;
	position:fixed;
	top:11px;
	bottom:0;
	right:1020px;
	left:0;
	z-index:-5;
	overflow:hidden;
}
.cloud-right{
	background:url('img/back-clouds.png') no-repeat left top;
	position:fixed;
	top:11px;
	bottom:0;
	right:0;
	width:190px;
	z-index:-5;
	overflow:hidden;
}
.style .city{
	background:url('img/default/back-city.png') no-repeat left bottom;
	z-index:-1px;
}
.style .stripes{
	background:url('img/default/back-stripes.png');
}
.style .person{
	background:url('img/default/back-person.png') no-repeat right bottom;
}
.style .brush-top{
	background:url('img/default/back-brush-top.png') no-repeat right top;
}
.style .brush-bottom{
	background:url('img/default/back-brush-bottom.png') no-repeat right bottom;
}

.extra{
	background:url('img/back-border.png') repeat-y right center;
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
.extra>div{
	background:url('img/back-border.png') repeat-y left center;
	width:150px;
	margin:1px;
	position:absolute;
	top:0;
	bottom:0;
	display:none;
	padding-top:30px;
}
.extra>div h4{
	background:url('img/back-watch.png') no-repeat right;
	padding-right:35px;
	color:#362E30;
	height:40px;
	line-height:40px;
	padding-left:5px;
	font-size:13px;
	float:left;
}
.extra>div h3{
	display:block;
	float:left;
	height:40px;
	padding-left:5px;
	font-size:14px;
	line-height:20px;
}
.extra-wrapper{
	position:fixed;
	top:0;
	bottom:0;
	right:1020px;
	left:0;
	z-index:999;
	overflow:hidden;
}

.extra .watch-01{ right:0px; }
.extra .watch-02{ right:150px; }
.extra .watch-03{ right:300px; }
.extra .watch-04{ right:450px; }
/*		
.facebook{color:#44609d !important;}	
.twitter{color:#55acee !important;}
.linkedin{color:#0077b5 !important;}
*/

.has-error label{
	color:#a94442;
}

.facebook{color:#fff !important;}	
.twitter{color:#fff !important;}
.linkedin{color:#fff !important;}

.page-title h1,
.page-title h3{
	margin-top:0px;
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}

hr{
	border:none;
	line-height:0px;
	margin-top:10px !important;
	margin-bottom:15px !important;
}

hr{
	height:5px;
	overflow:hidden;
}

hr:after{
	content:"...............................................................................................................................................................";
	letter-spacing: 1.5px;
}

p{text-align:justify;}
p.references{
	text-align:left;
	line-height:12px;
}

input[type="text"]{
	margin:0px 0px 12px 0px;
}

a{color:#ff6600;}
a:hover{color:#ff6600;}

a,
a:hover,
a:focus{
	outline:none;
}

h2.orange{
	margin-bottom:0px;
}

.orange{
	color:#ff6600;
}

img{border:0;}

.page-title .fa{
	margin-left:10px;
	font-size:48px;
}

.page-title .fa.fa-paper-plane{
	font-size:40px;
	line-height:48px;
}

h3.subtitle a{
	color:#43454b;
}

h3.subtitle a:hover{
	text-decoration:none;
}

h3.no-margin{
	margin-top:5px !important;
}

#language{
	position:absolute;
	overflow:auto;
	right:120px;
	font-family: 'Nunito', sans-serif;
	letter-spacing:-0.5px;
	font-size:14px;
	text-align:center;
	line-height:14px;
	background-color:#43454b;
	padding:4px 8px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#language a,
#language a:hover{
	color:#FFF !important;
	text-decoration:none;
}

@media screen and (max-width: 980px) {
	
	#language{
		display:none;
	}
	
	#container{
		width:100%;
		float:left;
		margin-right:0px;
	}
	
	.content{
		float:left;
		width:100%;
		max-width:600px;
		padding:0px 10px 0px 10px;
		margin:0px 0px;
	}
	
	.activities .activities-item .image {
		width:100%;
		height:auto;
	}
	
	.activities .activities-item .image img{
		width:100%;
		
	}
	
	.activities .activities-item .title,
	.activities .activities-item .description,
	.activities .activities-item .view-more{
		clear:both !important;
		float:left;
		width:100% !important;
		padding:0px 20px;
	}
	
	.activities .activities-item .view-more{
		margin-bottom:15px;
	}
	
	.accordion{
		margin-top:20px;
		margin-bottom:20px;
		border:10px solid rgba(67,69,75,0.20);
		width:340px;
		height:345px;
	}
	
	#footer{
		display:none;
		z-index:999 !important;
		height:120px;
		margin:0;
		padding-left:25px;
		padding-top:12px;
		color:#fff;
		font-family:Verdana, arial; 
		background:url('img/default/back-footer.png') left bottom;
		background-size:auto 120%;
		font-size:11px;
		position:relative;
	}

}
