body{
	margin:					0px;
	background-color:		#000;
	background-image:		url('../images/bg-marmol.jpg');
	background-attachment:	fixed;
	background-size:		100%;
}
header{
	background-repeat:		no-repeat;
	background-attachment:	fixed;
}
header.about{
	background-image:		url('../images/conference-2.jpg');
	background-size:		cover;
	height:					700px;
	padding:				50px;
	
	/*text-align: 			center;*/
}
header.team{
	background-image:		url('../images/bench.jpg');
	background-size:		100%;
	height:					700px;
	/*text-align: 			center;*/
}
header.contact{
	background-image:		url('../images/mailbox.jpg');
	background-size:		100%;
	background-attachment:	fixed;
	height:					600px;
}
header.wecando{
	background-size:		100%;
	height:					auto;
}
h1{
	font-family: 			'Oswald', sans-serif;
	font-size:				50px;
	text-align:				center;
	color:					#fff;
	z-index:				1000;
	text-shadow:			3px 2px 5px #121212;
}
h3{
	font-family: 		'Oswald', sans-serif;
	font-size:			30px;
	text-align:			center;
	color:				#fff;
	font-weight:		100;
	text-transform:			uppercase;
}
h3.slider-phrase{
	position:			absolute;
	top:				150px;/* 250px;*/
	z-index:			1000;
	font-weight:		400;
	text-shadow:		3px 3px 7px #212121;
}
h4{
	font-family: 		'Oswald', sans-serif;
	font-size:			25px;
	text-align:			center;
	color:				#eee;
}
h5{
	font-family: 		'Oswald', sans-serif;
	font-size:			25px;
	text-align:			left;
	color:				#eee;
	font-weight:		100;
}
p{
	font-family: 		'Roboto Condensed', sans-serif;
	font-size:			18px;
	color:				#fff;
	text-align:			left;
}
p.small{font-size:16px;}
.bigger-p{font-size:30px;}
.center{
	margin:auto;
	text-align:center;
}
.left{
	text-align:			left;
}
section{
	width:				80%; 
	text-align:			center;
	margin:				auto;
}
hr{
	border: 			solid 0.5px #ccc;
}
/* Add a black background color to the top navigation __________________________________________*/
.topnav {
    background-color: 	none;
    overflow: 			hidden;
	position:			fixed;
	top:				0;
	right:				0;
	width:				100%;
	text-align:			right;
	z-index:			1000;
	width:				100%;
}
.topnav-2 {
    background-color: 	rgba(0,0,0,0.8);
	transition:			all .8s ease;
	overflow: 			hidden;
	position:			fixed;
	top:				0;
	right:				0;
	width:				100%;
	text-align:			right;
	z-index:			1000;
	width:				100%;
}

/* Style the links inside the navigation bar */
.topnav a {
    display: 			inline-block;
    color: 				#f2f2f2;
    text-align: 		center;
    padding: 			15px 20px;
    text-decoration: 	none;
    font-size: 			18px;
	font-family: 		'Oswald', sans-serif;
	letter-spacing:		2px;
}
/* Style the links inside the navigation bar */
.topnav-2 a {
    display: 			inline-block;
    color: 				#f2f2f2;
    text-align: 		center;
    padding: 			15px 20px;
    text-decoration: 	none;
    font-size: 			18px;
	font-family: 		'Oswald', sans-serif;
	letter-spacing:		2px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: 	#ddd;
    color: 				black;
}
.topnav-2 a:hover {
    background-color: 	#ddd;
    color: 				black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: 			none;
}
.topnav-2 .icon {
    display: 			none;
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: 				right;
    display: 			block;
  }
  .topnav-2 a:not(:first-child) {display: none;}
  .topnav-2 a.icon {
    float: 				right;
    display: 			block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: fixed;background: rgba(0, 0, 0, .8);}
  .topnav-2.responsive {position: fixed;background: rgba(0, 0, 0, .8);}
  .topnav.responsive a.icon {
    position: 			absolute;
    right: 				0;
    top: 				0;
  }
  .topnav.responsive a {
    float: 				none;
    display: 			block;
    text-align: 		right;
  }
  .topnav-2.responsive a.icon {
    position: 			absolute;
    right: 				0;
    top: 				0;
  }
  .topnav-2.responsive a {
    float: 				none;
    display: 			block;
    text-align: 		right;
  }
}

.top-logo{
	width:				70px;
	margin:				-10px;
	transition:			all .8s ease;
}
.top-logo-2{
	width:				40px;
	margin:				-15px;
	transition:			all .8s ease;
}
/**/
a:link{text-decoration: none;}
/**/
/* Slideshow container __________________________________________*/
.slideshow-container {
  position: 			relative;
  margin: 				auto;
  top:					0px;
  background-color:		#000;
}

.mySlides {
    display: 			none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: 				pointer;
  position: 			absolute;
  top: 					50%;
  width: 				auto;
  margin-top: 			-22px;
  padding: 				16px;
  color: 				white;
  font-weight: 			bold;
  font-size: 			18px;
  transition: 			0.6s ease;
  border-radius: 		0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.3);
}

/* The dots/bullets/indicators */
.dot {
  cursor:				pointer;
  height: 				13px;
  width: 				13px;
  margin: 				0 2px;
  background-color: 	#bbb;
  border-radius: 		50%;
  display: 				inline-block;
  transition: 			background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: 	#717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: 		fade;
  -webkit-animation-duration: 	1.5s;
  animation-name: 				fade;
  animation-duration: 			1.5s;
  top:							0px;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.orange-bg{
	background-color: #f16824;
	padding:			10px;
}
button{
	border:				none;
	padding:			0px;
	margin:				none;
	background-color:	none;
	cursor:				pointer;
}

.btn-top{
	position:			absolute;
	left:				50%;
	transform: 			translateX(-50%);	
	bottom:				170px;
	padding:			10px 20px;
	color:				#fff;
	background-color:	#f47221;
	font-family: 		'Oswald', sans-serif;
	font-size:			20px;
	font-weight:		300;
}
.btn{
	bottom:				300px;
	padding:			10px 15px;
	margin:				auto;
	color:				#fff;
	background-color:	#f47221;
	font-family: 		'Oswald', sans-serif;
	font-size:			22px;
	font-weight:		100;
}
.btn-about{
	padding: 			5px 7px;
    color: 				rgba(0,0,0,1);
    background-color: 	rgba(255,255,255,0.3);
    font-family: 		'Oswald', sans-serif;
    font-weight: 		300;
    font-size: 			20px;
    margin: 			10px;
}
.dropdown {
    display: 			block;
	text-align:			right;
}
.container-names{
	position: 			absolute;
	right: 				0;
    bottom: 			10px;
}
.dropdown-content p{
	color:					#000;
	font-size:				18px;
}
.dropdown-content {
	/* display:				none;*/
	visibility:				hidden;
	opacity:				0;
	position:				absolute;
	right:					10px;
    background-color: 		rgba(255,255,255,0.6);
	padding:				10px;
	margin-top:				-20px;
    box-shadow: 			0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 				1;
	opacity:				0;
	text-align:				right;
}
.dropdown:hover .dropdown-content {
    /*display: block;*/
	visibility:	visible;
	opacity:	1;
	transition:	all ease 0.8s;
}

.white-box{
	/*background-color:	#fff;*/
	background:			linear-gradient(to right, rgba(9, 106, 185, .5), rgba(3, 43, 106, .5));
	padding:			20px;
	margin-top:			20px;
	margin-bottom:		30px;
}
.white-box-2{
	background-color:	#fff;
	padding:			10px;
	margin-top:			0px;
	margin-bottom:		20px;
}
.white-box.transparent{background:transparent;}
.team-box{
	background:			linear-gradient(to right, rgba(9, 106, 185, .5), rgba(3, 43, 106, .5));
	padding:			20px;
	margin-top:			0px;
	margin-bottom:		20px;
	text-align:			center;
}
.rounded-img{width:100px;vertical-align:middle;padding:7px;}
/* Contact Form */
form{
	text-align:			center;
	width:				100%;
}
input{
	background-color:	rgba(255,255,255,0);
}
.input{
	width:				100%;
	height:				25px;
	background-color:	#eee;
	border:				1px solid #cccccc;
}
.message{
	width:				100%;
	height:				50px;
	background-color:	#eee;
	padding-top:		10px;
	border:				1px solid #cccccc;
	border-radius:		0px;
}
.send{
	font-family: 		'Roboto', sans-serif;
	color:				#fff;
	padding:			10px 10px;
	float:				left;
	background-color:	#f16824;
	font-size:			20px;
	border:				none;
	margin-top:			15px;
	margin-bottom:		15px;
	cursor:				pointer;
}
.send:hover{
	border-bottom:		none;
	background-color:	#c54d11;
}
/**/
.blank-space{
	position:				absolute;
	left:					10%;
	top:					300px;
}

.container {
  position: 			relative;
}
.overlay {
  position: 			absolute;
  top: 					0;
  bottom: 				0;
  left: 				0;
  right: 				0;
  height: 				100%;
  width: 				100%;
  opacity: 				0;
  transition: 			.5s ease;
  background: 			linear-gradient(to right, rgba(244, 118, 35, .9), rgba(255, 67, 15, .9));
}

.container:hover .overlay {
  opacity: 				1;
}

.text {
  color: 				#ffffff;
  font-family: 			'Playfair Display SC', serif;
  font-size: 			25px;
  text-align:			center;
  position: 			absolute;
  top: 					50%;
  left: 				50%;
  transform: 			translate(-50%, -50%);
  -ms-transform: 		translate(-50%, -50%);
}
.video-phone{display:none;}
.video{display:block;}


.flip-box {
  background-color: transparent;
  width: 100%;
  height: auto;
  min-height: 250px;
  perspective: 1000px;
  margin-top:10px;
  padding:5px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(-180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}

.flip-box-front {
  background-color: #bbb;
  color: black;
}

.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}
/**/
.mouse{
	margin: 50px auto;
	width: auto;
	max-width: 280px;
  }.mouse-icon{
	 width: 25px;
	 height: 40px;
	 border: 2px solid white;
	 border-radius: 15px;
	 cursor: pointer;
	 position: relative;
	 margin: auto;
  }.mouse-wheel{
	height: 6px;
	margin: 2px auto 0;
	display: block;
	width: 3px;
	background-color: white;
	border-radius: 50%;
	-webkit-animation: 1.6s ease infinite wheel-up-down;
   -moz-animation: 1.6s ease infinite wheel-up-down;
	animation: 1.6s ease infinite wheel-up-down;
  }
  @-webkit-keyframes wheel-up-down {
	  0% {
		  margin-top: 2px;
		  opacity: 0;
	  }
	  30% {
		  opacity: 1;
	  }
	  100% {
		  margin-top: 20px;
		  opacity: 0;
	  }
  }@-moz-keyframes wheel-up-down {
	  0% {
		  margin-top: 2px;
		  opacity: 0;
	  }
	  30% {
		  opacity: 1;
	  }
	  100% {
		  margin-top: 20px;
		  opacity: 0;
	  }
  }@keyframes wheel-up-down {
	  0% {
		  margin-top: 2px;
		  opacity: 0;
	  }
	  30% {
		  opacity: 1;
	  }
	  100% {
		  margin-top: 20px;
		  opacity: 0;
	  }
  }
footer{
	background-color: rgba(0,0,0,0.5);
	padding-top:15px;
	padding-bottom:15px;
	margin-top:20px;
}

@media screen and (max-width: 1150px) {
	.btn-about{
		padding: 			3px 4px;
		margin: 			6px;
	}
	.blank-space{left:10%;top:250px;}
}
@media screen and (max-width: 1000px) {
	.btn-about{
		padding: 			5px 3px;
		margin: 			5px;
	}
	.blank-space{top:220px;}
	h1{font-size:	40px}
	h3{font-size:	30px}
	h4{font-size:	20px}
	h5{font-size:	20px}
	h3.slider-phrase{top:100px;}
	p{font-size:	17px;}
}
@media screen and (max-width: 940px) {
	.btn-about{
		padding: 			2px 3px;
		margin: 			5px;
	}
	.blank-space{top:200px;}
}
@media screen and (max-width: 890px) {
	.btn-about{
		margin: 			4px;
	}
}
@media screen and (max-width: 858px) {
	.btn-about{
		margin: 			4px;
	}
}
@media screen and (max-width: 790px) {
	.btn-about{display:none}
	.btn-top{font-size:16px;bottom:50px;}
	.btn{font-size:16px;}
}
@media screen and (max-width: 600px) {
	h1{font-size:	30px}
	h3{font-size:	25px}
	h4{font-size:	18px}
	h5{font-size:	18px}
	h3.slider-phrase{top:50px;}
	p{font-size:	16px;}
	.btn-top{font-size:14px;bottom:10px;padding: 2px 5px;}
	section{width:95%;}
	.video-phone{display:block;}
	.video{display:none;}
}