/* Reset */

* { /* sets 0 margin and 0 padding on everything */

	margin: 0; 
	
	padding: 0; 
	
	

}

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500,500italic);

body {
  margin: 0;
  height: 100%;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
}

html {
	padding: 0;
	margin: 0;
}

h3{
font-weight: 700;	
}

.logo{
	display: block;
	width: auto;
	height: 34px;
}

nav.navbar.navbar-default.navbar-fixed-top {
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.96);
}

a.navbar-brand {
	padding-top: 18px;
}

#bs-example-navbar-collapse-1 ul.nav.navbar-nav.navbar-right li a {
	color: #111111;
	font: 15px Ubuntu;
	font-weight: 500;
	margin-right: 0;
}
#bs-example-navbar-collapse-1 ul.nav.navbar-nav.navbar-right li a:hover {
	color: #ed8901;
}
.heroimage{
	background: url(../images/topvideodashine-placement.jpg) center no-repeat;
	background-size: auto 100%;
	height: 70vh;
	max-height: 600px;
	display: block;
}
#about{
	background-color: #ed8901;
	background-image: linear-gradient(-180deg, #ed8901 0%, #ed7001 100%);
	font-family: Ubuntu;
	line-height: normal;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 6px solid #ed8901;
	color: #ffffff;
}


#about p{
	text-align: center;
	font-weight: 400;
	padding: 60px;
	margin-bottom: 0;
}
.symbolstop{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	top: -39px;
	margin-bottom: -10px;
}
.symbolstop img{
	height: auto;
	max-width: 400px;
	width: 80%;
}
#services{
	background-color: #FFF;
	background-image: linear-gradient(-180deg, #EEEEEE 0%, #FFFFFF 50%);
	text-align: center;
	font-family: Ubuntu;
	padding-top: 0;
	padding-bottom: 100px;
}

#services a{
	color: #ed8901;
}

#services .servinfo{
	padding: 20px;
}
#services ul{
	list-style-type: none;
	display: block;
	clear: both;
	margin-top: 40px;
}
#services li{
	text-align: center;
	display: block;
	float: left;
	clear: left;
}

#services .servinfo p {
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 23px;
}

#services .servinfo h4{
	font-size: 18px;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

.dash{
	background-color: #ed8901;
	width: 15%;
	height: 2px;
	display: block;
	margin: 10px auto;
	clear: both;
}

#about2{
	background-color: #000000;
	background-image: linear-gradient(-180deg, #ed8901 0%, #ed7001 100%);
	font-family: Ubuntu;
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: normal;
	border-top: 7px solid #dddddd;
}
#about2 p{
	text-align: center;
	font-weight: 400;
	padding: 60px;
	margin-bottom: 0;
	color: #ffffff;
}

#RandD ul{
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
}
#RandD p{
	padding: 0;
	margin: 0;
	font-size: 18px;
}

/* WORKS - GRID */

#works .container-fluid{
	padding: 0;
	margin: 0;
}
#works img{
	padding: 0;
}
.imgwork{
	padding: 0;
	overflow: hidden;
}
.grid img{
	float: left;
	overflow: hidden;
	-webkit-transition: all 0.3s ease; /* Safari and Chrome */
	    -moz-transition: all 0.3s ease; /* Firefox */
	    -ms-transition: all 0.3s ease; /* IE 9 */
	    -o-transition: all 0.3s ease; /* Opera */
	    transition: all 0.3s ease;
	    
	    -webkit-transform:scale(1.5); /* Safari and Chrome */
	        -moz-transform:scale(1.5); /* Firefox */
	        -ms-transform:scale(1.5); /* IE 9 */
	        -o-transform:scale(1.5); /* Opera */
	         transform:scale(1.5);
	         
}
.grid img:hover{
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	    -moz-transform:scale(1.1); /* Firefox */
	    -ms-transform:scale(1.1); /* IE 9 */
	    -o-transform:scale(1.1); /* Opera */
	     transform:scale(1.1);
}




/* Inicia  brands */
#brands{
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: linear-gradient(-180deg, #EEEEEE 0%, #FFFFFF 30%);
}
.logos{
	text-align: center;
	display: block;
	margin-top: 40px;
}
.logos img{
	opacity: 0.75;
	width: 100%;
	max-width: 1000px;
}

/* Brands */

#brands{
	font-family: Ubuntu;
}

/* Contact */

#contact{
	background: url(../images/MAP.png) center center no-repeat #f1f1f1;
	background-size: auto 90%;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: Ubuntu;
}
#contact p{
	font-size: 21px;
}

button.btn.btn-xl {
	background-color: #ed8901;
	-moz-box-shadow: 0 1px 3px #bbbbbb;
	box-shadow: 0 1px 3px #bbbbbb;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	border-width: 1px;
	margin-top: 20px;
}

input#name.form-control, input#email.form-control, input#phone.form-control, textarea#message.form-control {
	background-color: #ffffff;
	opacity: 1;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 5px;
	resize: none;
	height: 50px;
}
#contactForm textarea#message.form-control{
	height: 179px;
	padding-top: 10px;
}
#contactForm{
	padding-top: 50px;
	padding-bottom: 50px;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #ed8901;
}
.address {
	text-align: center;
	font-size: 18px;
}

/* footer */

#footer {
	background-color: #000000;
	color: #ffffff;
}
#footer .container span{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 18px;
}

#custom-content {
	background-color: #ffffff;
	padding: 30px;
	overflow: scroll;
}

#custom-content h2 {
	font-size: 28px;
	margin-top: 0;
}
#custom-content ul{
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 30px;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
}

#qualitystandards{
	font-size: 14px;
	line-height: normal;
}

@media (max-width:768px){
	.heroimage{
		background-size: auto 110%;
		height: 40vh;
		max-height: 600px;
		display: block;
		background-position: center 30px;
	}
	
	#about p{
		text-align: center;
		padding: 30px 0 40px;
		margin-bottom: 0;
		font-size: 21px;
		font-weight: 400;
	}
	
	.symbolstop img{
		height: auto;
		max-width: 500px;
		width: 69%;
	}
	#services{
		background-color: #FFF;
		background-image: linear-gradient(-180deg, #EEEEEE 0%, #FFFFFF 50%);
		text-align: center;
		font-family: Ubuntu;
		padding-top: 0;
		padding-bottom: 20px;
	}
	#services .servinfo{
		padding: 0;
		margin-bottom: 10px;
	}
	#services .container-fluid .row, #services .container-fluid li{
		padding: 0;
	}
	#about2 p{
		text-align: center;
		font-weight: 400;
		margin-bottom: 0;
		color: #ffffff;
		padding: 20px 0;
		font-size: 21px;
	}
	#footer .container span{
		padding: 6px;
	}
	#footer{
		padding-top: 30px;
		padding-bottom: 30px;
	}

}
