/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@font-face {
	font-family: gotham-bold;
	src:url('../fonts/gotham-bold.otf');
}
@font-face {
	font-family: gotham-book;
	src:url('../fonts/gotham-book.ttf');
}

body {
    width: 100%;
    height: 100%;
    font-family: gotham-book, Helvetica, sans-serif;
	font-size: 14px;
    line-height: 1.2;
    color: #535353;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h4,
h5,
h6 {
    font-family: gotham-bold, Helvetica, sans-serif;
    letter-spacing: 1px;
}
h3{
	margin-top: 0;
    letter-spacing: 1px;
	padding-top: 0;
    padding-bottom: 60px;
    font-size: 30px;
	text-align: center;
}
@media(max-width:768px) {
	h3{
		font-size: 14px;
		color: #000;
		padding-top: 0;
		padding-bottom: 20px;
	}
}

h2{
  margin-top: 0;
  text-align: center;
  letter-spacing: 1px;
  background-color: #E03D30;
  font-size: 40px;
  padding: 78px 0;
  color: #FFF;
}
@media(max-width:768px){
	h2{
		font-size: 25px;
		padding: 30px 0;
	}
}

p {
    text-align: justify;
    font-size: 12px;
}

@media(min-width:768px) {
    p {
		font-size: 14px;
    }
}

a {
    color: #E7665C;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #AA2319;
}

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
    background-color: #E03D30;
	font-family: gotham-bold, Helvetica, sans-serif;
    letter-spacing: 1px;
}

nav .fa{
	color: #FFF;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	min-height: 60px;
	padding-top: 20px;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(0,0,0,.5);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

.navbar-custom .fa-bars{
  margin-top: 10px;
}
.navbar-custom img{
	height: 60px;
	padding: 5px 10px;
}
@media(max-width:768px) {
	.navbar-custom .nav li a {
		background-color: #D8D8D8;
		font-family: gotham-book, Helvetica, sans-serif;
		text-align: center;
		font-size: 20px;
		font-weight: 100;
	}
	.navbar-nav{
		padding-top:0;
		margin: 0px -15px;
	}
	
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background 1s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background 1s ease-in-out,padding .5s ease-in-out;
        transition: background 1s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        background: #E03D30;
    }
	.navbar-custom img {
	  height: 90px;		
	  -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
	  transition: height 1s;
	}
}

@media(min-width:768px) {
	.top-nav-collapse img{
		height: 60px !important;
	}
}
.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background-color: #E03D30;
	background: url(../img/image_smartphone.png) no-repeat center center scroll;
}
@media(min-width:768px) {
	.intro {
		height: auto;
		background: url(../img/image_desktop.png) no-repeat center center scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
    padding-top: 9%;
}

.intro .intro-body .brand-heading {
	font-size: 13px;
	font-family: gotham-book, Helvetica, sans-serif;
}
@media(min-width:768px) {
	.intro .intro-body .brand-heading {
		font-size: 20px;
	}
}

.intro .intro-body .intro-text {
	font-family: gotham-book, Helvetica, sans-serif;
    font-size: 22px;
    text-align: center;
}
.intro-social{
	text-align: center;
    font-size: 20px;
	margin-top: 20px;
}
.intro-social .fa{
	margin-right: 20px;
	color: #FFF;
}
.footer-social{
	text-align: center;
    font-size: 20px;
	margin-top: 20px;
}
.footer-social .fa{
	margin-right: 20px;
	color: #535353;
}
.footer-legal{
  text-align: center;
  margin-top: 55px;
 }
.footer-rights{
  text-align: center;
  margin-top: 15px;
 }

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
		font-family: gotham-book, Helvetica, sans-serif;
        font-size: 25px;
    }

    .intro .intro-body .intro-text {
        font-size: 48px;
    }
	.intro-social{
		font-size: 40px;
	}
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

section .container {
	padding-top: 57px;
max-width: 990px;
}


@media(max-width:768px) {
	.lab-section h3{
		margin-top: 55px;
	}
	.lab-section  .item p{
		margin-top: 30px;
		padding: 0 50px;
		color: #000;

	}
	.lab-section  .img-circle{
		width: 150px;
		height: 150px;
	}
	.lab-section .fa-angle-left,
	.lab-section .fa-angle-right{
		font-size: 70px;
	}
}

#lab h2{
background: url("../img/header_lab.png") no-repeat scroll center center / cover transparent;
}
.img-lab {
	padding: 0 25px;
}
.img-lab2 img{
	margin: 25px auto;
}
.services-circle img {
	display: inline;
margin: 20px;
}
.tv-section, #team {
	background-color: #000;
}
.tv-section h2{
	margin-bottom: 80px;
}
.tv-text p{
	color: #FFF;
	padding-top: 15px;
}
@media(max-width:768px) {
	.tv-text {
		padding: 50px;
	}
}

.team-section {
	background-color: #FFF;
}
.team-section img{
	height: 210px;
	display: inline; 
}
.team-section .name{
	font-family: gotham-bold, Helvetica, sans-serif;
	font-size: 14px;
    text-transform: uppercase;
	color: #E03D30;
	display: block;
	margin-top: 30px;
}
.team-section .role{
	font-family: gotham-bold, Helvetica, sans-serif;
	font-size: 14px;
    text-transform: uppercase;
	color: #000;
	display: block;
}
.team-section .jobTitle{
    text-transform: uppercase;
	font-size: 14px;
	color: #000;
	display: block;
    margin-bottom: 15px;
}
.team-section i{
	color: #000;
	font-size: 33px;
    margin: 10px;
}
@media(max-width:768px) {
	.content-section{
		padding-top: 29px;
	}
}
#services{
padding-top: 0px;
}
#services h2{
background: url("../img/header_services.png") no-repeat scroll center center / cover transparent;
}
.services-section p {
	font-family: gotham-bold, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	padding: 0 50px; line-height: 40px; font-size: 18px; text-transform: uppercase;
}

#TV h2{
background: url("../img/header_withlawtv.png") no-repeat scroll center center / cover transparent;
}

#team h2{
background: url("../img/header_team.png") no-repeat scroll center center / cover transparent;
}

.contact-section .row{
	margin-bottom: 40px;
}
.contact-section .country{
	font-family: gotham-bold, Helvetica, sans-serif;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
}
.contact-section .address,
.contact-section .phone,
.contact-section .email {
    font-size: 15px;
    display: block;
}
@media(max-width:768px) {
	.country {
		padding-top: 20px;
	}
}
#contact{
	padding-top: 0;
}
#contact .fixme{
	background-color: #000;
	height: 59px;
}
#contact h2{
background: url("../img/header_contact.png") no-repeat scroll center center / cover transparent;
}
#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 10px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.flag-icon{
	font-size: 55px;
}

.map{
	height: 190px;
}
.circle {
	border-radius: 50%;
	width: 120px;
	height: 120px; 
	/* width and height can be anything, as long as they're equal */
	background-color: #E03D30;
	display:inline-block;
	margin-right: 40px;
	font-family: gotham-bold, Helvetica, sans-serif;
}
.circle span {
  display: inline-block;
  padding-top: 40%;
  color: white;
  text-transform: uppercase;
}
.videowrapper {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.navbar-toggle{
  padding: 0 10px;
  font-size: 23px;
}
.navbar-brand {
  padding: 0;
}

/* Control buttons  */
#quote-carousel .carousel-control,
#team-carousel .carousel-control{
  background: none;
  color: #000;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 45px;
}
/* Previous button  */
#quote-carousel .carousel-control.left,
#team-carousel .carousel-control.left {
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right,
#team-carousel .carousel-control.right {
  right: -12px !important;
}

.navbar-fixed-top {
  border-width: 0 0 0px;
}

.content-section{
	min-height: 566px;
	padding-top: 59px;
}
#lab{
	padding-top: 0;
}
#lab h2 {
  margin-bottom: 0px;
 }
#lab .item{
	height: 500px;
}
#lab span{
  text-align: center;
  width: 100%;
  font-size: 28px;
  z-index: 9;
  float: left;
  padding-top: 5%;
  color: black;
  position: relative;
}
#lab .entity-logos{
  text-align: center;
  width: 100%;
  z-index: 9;
  float: left;
  position: relative;
  top: 300px;
}
#smartlab1 {
	background: url("../fotos/withlaw-10.jpg") no-repeat scroll center center / cover transparent;
}
#smartlab2 {
	background: url("../fotos/withlaw-1.jpg") no-repeat scroll center center / cover transparent;
}
#smartlab3 {
	background: url("../fotos/withlaw-3.jpg") no-repeat scroll center center / cover transparent;
}
#smartlab4 {
	background: url("../fotos/withlaw-9.jpg") no-repeat scroll center center / cover transparent;
}
#smartlab5 {
	background: url("../fotos/withlaw-4.jpg") no-repeat scroll center center / cover transparent;
}
#smartlab6 {
	background: url("../fotos/withlaw-7.jpg") no-repeat scroll center center / cover transparent;
}
#smartlab7 {
	background: url("../fotos/withlaw-5.jpg") no-repeat scroll center center / cover transparent;
}
#smartlab8 {
	background: url("../fotos/withlaw-3.jpg") no-repeat scroll center center / cover transparent;
}
#smartlab9 {
	background: url("../fotos/withlaw-9.jpg") no-repeat scroll center center / cover transparent;
}
#smartlab10 {
	background: url("../fotos/withlaw-10.jpg") no-repeat scroll center center / cover transparent;
}
#smartlab11 {
	background: url("../fotos/withlaw-7.jpg") no-repeat scroll center center / cover transparent;
}
#smartlab12 {
	background: url("../fotos/withlaw-4.jpg") no-repeat scroll center center / cover transparent;
}
#smartlab-carousel .fa {
	font-size: 55px;
	margin-top: 200px;
}
#youtube-carousel .fa {
	font-size: 55px;
	margin-top: 170px;
}

.navbar {
  min-height: 60px;
} 

nav ul{
	margin-top: 15px !important;
}
.top-nav-collapse ul{
	margin-top: 0 !important;
}
