@import url(fonts.css);
/* GENERAL */
*{
	margin: 0;
	padding: 0;
}
a {	
	color: inherit;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
a.link {text-decoration: underline;}

body{
	font-family: 'montserratregular';
	color:#929499;
	margin:0;
	overflow-x:hidden; 
}

.title-section {
  background: rgb(183, 28, 28);
  font-size: 30px;
  color: #fff;
  padding: 1.3em;
  text-align: center;
  font-family: 'montserratbold';
  letter-spacing: 1px;
  margin: 50px 0;
  text-transform: uppercase;
}

.title-section.white {
  background: white;
  color: black;
}

.call-to-action {
	background: rgb(183, 28, 28);
	color: #fff;
	font-family: 'montserratbold';
	font-size: 1em;
	margin: 5px 0;
	padding: 50.5px;
	text-align: center;
}
.call-to-action a{
	color: #fff;
}

.call-to-action-testimonials {
	background: #000;
	color: #fff;
	font-family: 'montserratbold';
	font-size: 1em;
	margin: 5px 0;
	padding: 50.5px;
	text-align: center;
}
.call-to-action a  i{
	position: absolute;
	right: 0;
	border-left: 1px solid #fff;
	padding: 57px;
	margin: -50px 0;
	color: #fff;
	display: inline-block;

	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.call-to-action a:hover i{
	background: rgba(255,255,255,.8);
	border:none;
	color: #5AE2ED;
	box-shadow: inset 0 0 0 2px  #5AE2ED;
}
.call-to-action-alt {
  background: #fff;
  color: #222;
  font-size: 2em;
  font-weight: bold;
  padding: 40px 0;
  text-align: center;
}
.call-to-action-alt .link {
	color: #111;
}

/* NAVIGATION */
header {
	background: rgba(0,0,0,.7);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1024;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
  border-radius: 0px;
  height: 4px;
  display: block;
  margin: 2px 0;
  width: 25px;
}

.logo{  
	float: none;
	margin: 20px auto;
	width: 210px;
}
.menu-fixed {
background: rgba(0,0,0,.9);
position: fixed;
top: -200px;
}
header .logo {
	margin-left: 2%;
	margin-top: 10px;
}
.menu-fixed .logo {
  width: 210px;
}
header .navbar {
	min-height: 10px;
	margin-bottom: 0;
	border: 0;
}
header .navbar-top li {
	display: inline-block;
}
header .navbar-top li>a {
	padding: 3px 15px;
	color: #fff;
	opacity: .8;

}
header .navbar-top li>a:hover, 
.navbar-top li>a:active, 
.navbar-top li>a:focus,
.navbar-top li>a:visited {
	background: transparent;
	opacity: 1;
}
header .navbar-top .login a{
	border-left: 1px solid  rgba(195, 188, 183, 0.4);
	color: rgb(183, 28, 28);
	font-family: 'montserratbold'
}
header .navbar-top .login a:hover {
	background: rgb(183, 28, 28);
	color: #fff;
}
header .navbar-main {
	border-top: 1px solid rgba(195, 188, 183, 0.3);
}
header .navbar-main li {
	margin: 0 8.8px ;
}
header .navbar-main a {
	font-family: 'montserratlight';
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: .7em;
	padding-left: 14px;
	padding-right: 14px;
}
header .navbar-main a:hover, 
.navbar-main a:visited,
.navbar-main a:active, 
.navbar-main a:focus{ 
	background: transparent;
}
header .navbar-main a.contact {
	color: rgb(183, 28, 28);
	font-family: 'montserratbold'
}
.nav>li>a:focus {background: #000;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
  border-color: transparent;
}
.dropdown-menu {padding: 0;}
.navbar-nav>li>.dropdown-menu {
	background: rgba(17,17,17,.7);
	color: #fff;
	left: -50%;
	right: auto;
}
.navbar-nav>li>.dropdown-menu li{margin:0;}
.navbar-nav>li>.dropdown-menu a{color:#fff!important;}
.navbar-nav>li>.dropdown-menu a:hover {background: rgba(17,17,17,7);}
.menu-fixed .navbar-nav>li>.dropdown-menu {
	background:rgba(17, 17, 17, 0.88);
}
.navbar-nav>li>.dropdown-menu a{
	padding-top: 15px;
	padding-bottom: 15px;
}

footer{
	background: #000;
}
footer .nav a, footer .nav a:hover  {
	color: #fff;
	background: transparent;
}
footer .navbar {
	min-height: 20px;
	margin-bottom: 0;
}
footer .navbar-footer, footer .navbar-bottom {
	padding: 15px;
}
footer .navbar-footer {
	border-bottom:  1px solid #222;
}
footer .form-inline span {
	letter-spacing: 1.5px;
	color: #fff;
}
footer .subtext {
	text-align: center;
	display: block;
	width: 250px;
	font-size: .8em;
}
footer .form-control {
	border-radius: 0;
	box-sizing: content-box;
	margin: 0 auto;
	padding: 8px 10px;
	display: inline-block;
}
footer .btn-contact {
	  padding: 15px 40px;
  background: #000;
  border: 1px solid #fff;
  color: #fff;
}

.tittle,.subtittle {color: #111;}
.navbar-footer .navbar-nav>li {display: block; text-align: center;}
.navbar-bottom .navbar-nav>li { display: inline-block;}
/* LOGIN */
#LogIn .help-block{
    font-size:11px ;   
}
#LogIn .modal-content {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 2px;
}
#LogIn .modal-footer {
	background: #fff;
}
#LogIn .form-group {
	padding: 0;
}
#LogIn .form-control {
	margin-bottom: 15px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#LogIn .social-buttons{
    margin:12px 0;  
}
#LogIn .social-buttons a{
    margin: 0 1%;
    width: 48%;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}

/* VIDEO HOME */
.content-video{
	position:relative;
	z-index:1;
}
.content-video video{
	position:relative;
	vertical-align: top;
	width:100%;
	z-index:1;
}
.slide-mobile {
	height: 450px;
	overflow: hidden;
}
.slogan-video {
	display: inline-block;
	margin: 0 auto;
	padding: 2.2em 5.56%;
	position: absolute;
	text-align: center;
	top: 80%;
	width: 100%;
	z-index: 2;
}
.slogan-video .goto {
	
	font-size: 2.5em;
	height: 65px;
	left: 50%;
	line-height: 1;
	margin-left: -25px;
	
	position: absolute;
	top: 115%;
	width: 65px;
}
.map iframe {width: 100%;}
#video iframe {width: 100%;}

/* ==  Hero ==*/

.bottom-bars{
	width:100%;
	margin:1em auto;
	max-width:1134px;
	overflow:hidden;}
	
.bottom-bars li{
	width:33.3333333%;
	float:left;
	overflow:hidden;
	margin:0 0 0 0;
	position:relative;
	box-sizing: border-box;
	border-left:solid 3px #fff;
	border-right:solid 3px #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition:all 0.3s ease 0s;
	-moz-transition:all all 0.3s ease 0s; /* Firefox 4 */
	-webkit-transition:all 0.3s ease 0s; /* Safari and Chrome */
	-o-transition:all 0.3s ease 0s; /* Opera */
	}
	
.bottom-bars >:last-child{
	margin:0;
	}
	
.bottom-bars li img{
	height:50vw;
	max-height:610px;
	position:relative;
	z-index:1;
}

.bottom-bars >:first-child img{
	float:right}
	
.label-bottom-bar{
	background:rgba(0,0,0,.5);
	font-size:1.18em;
	color:#fff;
	width:100%;
	position:absolute;
	top:50%;
	z-index:2;
	text-align:center;
	display:block;
	height:170px;
	font-family: 'montserratbold';
	letter-spacing:1px;
	white-space:nowrap;
	margin-top:-85px;
	transition:background 0.3s ease 0s;
	-moz-transition:background all 0.3s ease 0s; /* Firefox 4 */
	-webkit-transition:background all 0.3s ease 0s; /* Safari and Chrome */
	-o-transition:background 0.3s ease 0s; /* Opera */
	text-transform:uppercase
}

.label-bottom-bar .btn-view-more{
	color:#fff;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	font-size:14px}

	
.bottom-bars > li:hover .label-bottom-bar{
	background:rgb(183, 28, 28)
}	
.bottom-bars > li {width: 100%; overflow: hidden;}
.bottom-bars > li img {width: 100%;}
.title-label{
	display:block;
	margin-bottom:36px;
	margin-top:36px}
 
 /* == About US == */
 .content-wire {
	background: url(../images/wire.jpg) center 70%;
	background-size: cover;
}

.content-wire .overlay-gread {
  background: rgba(77,77,77,.7);
  padding: 55px 90px;
  color: #fff;
  min-height: 4em;
}
.content-about {
	font-size: 1.4em;
	font-family: 'montserratregular';
	letter-spacing: 1px;
	line-height: 2;
}
.content-about h2 {
	font-family: 'montserratbold';
	font-size: 34px;
	margin-bottom: 30px
}
.content-about .link {color: #fff;}

/* === SHowcase === */
#destination>li#kitchens-showcase{display: none; }
#destination>li#bathrooms-showcase{display: none; }
#destination>li#others-showcase{display: none; }
section.showcase {background: #fff;}
section.showcase ul {list-style: none;}
section.showcase li{
	margin: 0;
	padding:3px;
}
section.showcase li a>img {padding-bottom:6px;}

.content-portfolio {
	font-size: 1.4em;
	font-family: 'montserratregular';
	letter-spacing: 1px;
	line-height: 2;
}
.content-portfolio h2 {
	font-family: 'montserratbold';
	font-size: 34px;
	margin-bottom: 30px
}

 .content-wire-portfolio {
	background: rgb(183, 28, 28);
	color: #fff;
	margin: 15px 0;
	padding: 1.3em;
}

/* === lASTETS BLOG ===*/

section.lastest-blog {
	padding: 40px 0 ;
	margin-top: 15px;
	background: #eee;
	text-align: center;
}
section.lastest-blog .title-lastest-post {	
	letter-spacing: .71px;
	color: #bbb;
	margin-bottom: 30px;
}
section.lastest-blog .title-lastest-post h4{
	color: #111;
	font-family:'montserratbold';
	font-size: 2em;
}
.thumbnail {
	border-radius: 2px;
	overflow: hidden;
	padding: 0;
}
.thumbnail .caption {
	background: #fff;
	color: #bbb;
	padding: 10px 50px 50px;
	line-height: 1.8;
	position: relative;
	text-align: center;
	z-index: 3;
	min-height: 280px;

	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.thumbnail img{
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	z-index: 1;
	width: 100%;
}
.thumbnail .caption h3 {
	color: #111;
	margin-bottom: 20px;
	display: block;

	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.thumbnail .caption h3>span {
	display: block;
	font-size: .51em;
	color: #bbb;
}

.thumbnail .btn-blog {
	border-bottom: 2px solid #111;
	border-top: 2px solid #111;
	color: #111;
	display: inline-block;
	font-family: 'montserratbold';
	margin-top: 20px;
	padding: 5px 15px ;

	position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -60px;
}
.thumbnail:hover .btn-blog {
	background: #fff;
	border-color: #fff;
	color: #111;
	text-decoration: none;
}
.thumbnail:hover .caption {
	background: #111;
	color: #f2f2f2;
}
.thumbnail:hover .caption h3{
	color: #fff;
}
.thumbnail:hover img{

	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
/* LIGHTBOX */
.view {	
	border: 0;
	background: transparent;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: inherit;

	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;

}

.view img{
	z-index: 1;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.view h2, .view p {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.view>h2 {
	color: #fff;
	display: block;
	font-family: 'montserratbold';
	font-size: 1.6em;
	opacity: 0;
	padding: 10px 20px;
	text-align: center;
	
	position: absolute;
	top: 20%;
	width: 91%;
	left: 4.5%;
}
.view>p {
	color: #fff;
	font-family: 'montserratlight';
	opacity: 0;
	position: absolute;
	top: 60%;
	text-align: center;
	width: 100%;
	padding: 10px;
}
.view:hover{
	background: rgb(183, 28, 28);
	box-shadow: inset 0 0 0 20px #fff;
	opacity:1;
}
.view:hover h2{
	top: 25%;
}
.view:hover p {
	top: 55%;
}
.view:hover h2, .view:hover p {
	opacity: 1;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.49);
	z-index: 9;	
}
.view:hover img {
	opacity: .5
}

.view.port-home h2 {font-size: 14px;}
.view.port-home-2 h2 {font-size: 12px;}

/* === Inners == */
.section-banner {
	margin-bottom: 20px;
	padding: 50% 0 5%;
	position: relative;
	vertical-align: top;
	width: 100%;
	z-index: 1;
}
.section-banner .banner-caption {
	color: #fff;
	font-family: 'montserratlight';
	font-size: 1.3em;
	text-align: center;
}
.section-banner .banner-caption h2{
	font-family: 'montserratbold';
	font-size: 2em;
	margin-bottom: 20px;
}
.section-banner.banner-about-us {
	background: url(../images/about.jpg)center 60%;
	background-size: cover;
	padding: 50% 0 5%;
}

.section-banner.banner-blog{
    background:url(../images/blog.jpg)bottom;
    background-size: cover;
}
.section-banner.banner-blog-post{
    background:url(../images/thumbnail-blog.jpg) center no-repeat;
    background-size: cover;
    padding: 15% 0 5%;
}
.section-banner.banner-media{
    background:url(../images/media.jpg) center 65%;
    background-size: cover;
}
.section-banner.banner-services{
    background:url(../images/services.jpg) center 85%;
    background-size: cover;
}
.section-banner.banner-gumdisease{
    background:url(../images/architectural-design.jpg)bottom center no-repeat;
    background-size: cover;
}
.section-banner.banner-cosmeticdentistry{
    background:url(../images/remodeling.jpg)bottom center no-repeat;
    background-size: cover;
}
.section-banner.banner-invisalign{
    background:url(../images/new-construction.jpg)bottom center no-repeat;
    background-size: cover;
}
.section-banner.banner-crowns{
    background:url(../images/crowns.jpg)bottom center no-repeat;
    background-size: cover;
}
.section-banner.banner-dentures{
    background:url(../images/dentures.jpg)bottom center no-repeat;
    background-size: cover;
}
.section-banner.banner-implants{
    background:url(../images/implants.jpg)bottom center no-repeat;
    background-size: cover;
}
.section-banner.banner-rootcanals{
    background:url(../images/roots.jpg)bottom center no-repeat;
    background-size: cover;
}
.section-banner.banner-extractions{
    background:url(../images/extractions.jpg)bottom center no-repeat;
    background-size: cover;
}
.section-banner.banner-toothjewelry{
    background:url(../images/jewelry.jpg)bottom center no-repeat;
    background-size: cover;
}
.section-banner.banner-design{
    background:url(../images/remodeling.jpg) center 85%;
    background-size: cover;
}
.section-banner.banner-custom{
    background:url(../images/new-construction.jpg) center 85%;
    background-size: cover;
}
.section-banner.banner-portfolio{
    background:url(../images/portfolio.jpg) center 65%;
	background-size: cover;    
	max-height: 365px;
}
.banner-portfolio .godown {
	display: block;
	margin-top: 25px;
}
.section-banner.banner-testimonials{
    background:url(../images/testimonials.jpg) center 65%;
    background-size: cover;
}
.section-banner.banner-contact{
    background:url(../images/contact.jpg) center 95%;
    background-size: cover;
}
.section-banner.banner-faq{
    background:url(../images/faq.jpg) center 95%;
    background-size: cover;
}

.wire-3 {
  background:#fff;
  background-size: contain;
  font-family: 'montserratlight';
  font-size: 15.5px;
  line-height:  1.82;
  padding: 10px;
}
.wire-3 h2 {
	font-family: 'montserratbold';
	font-size: 2.4em;
	color: #111;
	margin-bottom: 30px;
}
.wire-3 .link {
	color: #111;
	font-family: 'montserratbold';
}

/* =========== */
.about_us_panels .col-md-6 {
	padding: 0; 
}
.about_us_panels .list-style {
	margin-left: 16px;
}
.about_us_panels .youre-the-boss {
	background: url(../images/yourtheboss.jpg);
	padding: 10px;
}
.about_us_panels .title-youre-the-boss {	
	margin-bottom: 60% ;
}
.about_us_panels .title-youre-the-boss h2{
	font-family: 'montserratbold';
	font-size: 2.65em;
}
.about_us_panels .design_philosophy {
	line-height: 2;
	font-family: 'montserratlight';
	font-size: 16px;
}
.about_us_panels .design_philosophy h2{
	font-family: 'montserratbold';
	font-size: 2.2em;
	margin-bottom: 30px;
}
.about_us_panels .process {
	background: url(../images/our-process.jpg);
	background-size: cover;
	padding: 10px;
	line-height: 2;
}
.about_us_panels .process .play_video{
	text-align: center;
	font-size: 6em;
	margin: -55px 0;
}
.about_us_panels .process .play_video a{
	color: #fff;
	opacity: .7;
}
.about_us_panels .process .play_video a:hover {
	opacity: 1;
}
.about_us_panels .process h2{
	display: block;
	font-family: 'montserratbold';
	font-size: 2.5em;
	margin-bottom: 30px;
}
.about_us_panels .values {
	padding: 50px;
}
.about_us_panels .values h2{
	color: #111;
	font-family: 'montserratbold';
	font-size: 2.5em;
	margin-bottom:  30px;
}
.about_us_panels .title-youre-the-boss h2, 
.about_us_panels .design_philosophy h2, .design_philosophy, 
.about_us_panels .process h2, .process {
	color: #fff;
}

.filtro-portfolio {
	background: #111;
	color: #52E2ED;
	font-family: 'montserratbold';
	letter-spacing: 1px;
}
.filtro-portfolio>ul>li{
	display: inline-block;
}
.filtro-portfolio>ul>li {
	width: 100%;
}

.filtro-portfolio>ul>li>a {
	border-left: 1px solid #fff;
	color: #fff;
	font-family: 'montserratbold';
	font-size: 1.152em;
	display: block;
	height: 100%;
	padding: 10px 5px;	
}
.filtro-portfolio>ul>li>a:hover, 
.filtro-portfolio>ul>li>a:focus,
.filtro-portfolio>ul>li>a:active, 
.filtro-portfolio>ul>li.active>a{
	background: #52E2ED; 
	color: #fff;
}
#destination {
	background: #eee;
	height: auto!important;
}
#destination>li {
	display: inline-table;
	max-height: 450px;
	overflow: hidden;
	margin-bottom: 15px;
}
#destination>li:nth-child(2n) .item-description,
#destination>li:nth-child(2n) .item-thumbnails {
	background-color: #111;
	color: #f2f2f2;
}
#destination>li:nth-child(2n) .item-description .btn-item{
	border-color: #fff;
	color: #f2f2f2;
}
#destination .item-portfolio {
	padding: 20px 0;
}
.item-description, .item-thumbnails {
	background: #fff;
	padding: 20px;
	min-height: 459px;
}
.item-thumbnails {
	border-left: 1px solid #eee;
	padding: 10px;
}
.item-description h4 {
	color: inherit;
	font-family: 'montserratbold';
	font-size: 1.6em;
	margin-bottom: 50px;
}

.item-description .btn-item{
	border-top: 2px solid #111;
	border-bottom: 2px solid #111;
	color: #111;
	display: table;
	font-family: 'montserratbold';
	padding: 10px 20px;
	margin:0  auto;
	margin-top: 50px;
	text-align: center;
	text-decoration: none;
}
.item-description.alt .btn-item {
	border-color: #fff;
	color: #fff;
}
.item-description.alt .btn-item:hover{
	background: #fff;
	color: #111;
}
.item-description .btn-item:hover{
	background: #111;
	color: #fff;
}

/* ======= */
#form {
	color: #111;
	font-size: 1.1em;
	font-family: 'montserratregular';
	line-height: 1;
}
#form .tittle {
	padding: 40px 0 0;
}
#form .tittle h2 {
	color: #111;
	font-family: 'montserratbold';
	font-size: 2.7em;
}
#form a{
	color: #111; 
	font-size: 1.1em;
	display: inline-block;
	margin-right: 30px;
	margin-left: 20px;
}
#form a>i{
	font-size: 1.5em;
}
.scrolloff {pointer-events: none;}
.call-to-action>small {
	font-size: 50%;
	font-family: 'montserratlight';
}
section.contact-form .btn-contact {
	background: #fff;
	border: 2px solid #111;
	color: #111;
	display: block;
	font-family: 'montserratbold';
	font-size: 1.5em;
	padding: 15px 50px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 30px 0;
}
section.contact-form .btn-contact:hover{
	background: #111;
	color: #fff;
}
section.contact-form .form-control {
	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
	border-radius:0;
	margin:20px 0;
	padding: 10px 20px;
	width: 95%;
}
section.contact-form textarea.form-control {width: 98%;}
 /* === FAQ'S === */
section.faq .panel {
	border-radius:  0;
}
 section.faq .panel-body {
 	padding: 35px;
 }
 section.faq .panel-default>.panel-heading {
 	padding: 0;
 	display: block;
 }
 section.faq .panel-default>.panel-heading a{
 	padding: 20px;
 	background: #111;
 	color: #fff;
 	display: block;
 }
  section.faq .panel-default>.panel-heading a.collapsed {
 	background: #fff;
 	color: #111;
 }
 /* TESTIMONIALS */
 
 section.testimonials {
 	padding: 0 2%;
 }
 .media {
 	margin-bottom: 30px;
 }
.media-body {
 	padding: 30px;
 }
 .media-body .media-subheading, .media-heading {
 	color: #094987;
 	font-size: 18px;
 	font-family: 'montserratbold';
 }
 .media-heading {
 	font-size: 22px;
 }
 .media.featured {
 	margin-bottom: 30px;
 }

 .media.featured .media-left{
 	padding-right: 0;
 }
 .media.featured .media-body{
 	background: #000;
 	color: #fff;
 	font-size: 1.5em;
 }
 .media.featured .media-body .media-heading {
 	color: #fff;
 	font-size: 1.7em;
 }
 .media.featured .media-body h5{
 	color: #fff;
 	margin-bottom: 50px;
 	font-size: 30px;
 }
 .media-body {
 	width: 100%;
 	display: block;
 }
.btn-testimonials {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  border: solid #1f628d 2px;
  border-radius: 3px;
  display: inline-block;
  font-size: 22px;
  padding: 12px 32px;
  text-decoration: none;
  text-shadow: 1px 1px 3px #094987;
  text-transform: uppercase;
 }

 .btn-testimonials:hover{
   background: #1f628d ;
   color: #f5f5f5;
 }
  .btn-testimonials-text {
	background-color: #fff;
	border: 2px solid #000;
	color: #000;
	display: inline-block;
	font-family: 'montserratbold';
	padding: 0px 5px;
	text-align: center;
	margin-top: 0px;
 }
.btn-view-all{
	background-color: #1f628d;
} 
 .btn-testimonials-project {
	background-color: #fff;
	border: 2px solid #000;
	color: #000;
	display: inline-block;
	font-family: 'montserratbold';
	padding: 15px 45px;
	text-align: center;
	text-transform: uppercase;
 }

 .bqstart {
    color: #1f628d;
    font-size: 200%;
    height: 19px;
    margin-bottom: -84px;
    margin-left: -7px;
    margin-top: -93px;
    padding-top: 45px;
}

 .bqend {
     margin-right: 10px;
     height: 25px;
     margin-top: 0px;
     padding-top: 45px;
     font-size: 200%;
     color: #1f628d;
 }
 .post-blog {
 	padding-bottom: 20px;
 }
 .post-blog h2, .post-blog h4{
 	color: #111;
 	margin-bottom: 20px;
 }
 .post-blog .btn-blog {
	border: 2px solid #111;
	color: #111;
	font-family: 'montserratbold';
	padding: 15px 35px ;
	text-transform: uppercase;
 }
 .post-blog .navigation {
 	margin-top: 40px;
 }
 #video_player {
 	margin-left: -15px;
 	margin-right: -15px;
 }
 #video_player video {
 	display: block;
 	width: 100%;
 }
  #video_player figcaption a {
 	display: block;
 	width: 50%;
 	float: left;
 	padding: 3px;
 }
 .service_experience{
 	background: #fff;
 }
 .service_experience .row>.col-xs-12{
 	margin-bottom: 10px;
 	padding: 40px;
 }
  .service_experience .row>.col-xs-12 h3{
 	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
 }
 .service_experience .row>.col-xs-12 h3:hover{
 	color: #5AE2ED;
 }

.error-404 .jumbotron {
	padding: 200px 0 150px !important;
	text-align: center;
 }

 /* PORTFOLIO */
#box-container{
	margin: 0;
	padding: 0;
}
.box {
    list-style-type: none;
    float: left;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
}

.box a {
    display: block;
    width: 100%;
    height: auto;
}
.box a img {
    -webkit-back-visibility: hidden;
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
/* =======================
==========================
==========================
=====  Media Queries =====
==========================
========================== */

/* Small devices  */
@media (min-width: 768px) { 
	header .navbar-main li {
  		margin: 0 2px;
	}
	footer .navbar-footer, footer .navbar-bottom {
		padding: 20px 10px;
	}
	.slogan-video {
		padding: 3.2em 5.56%;	  
		top: 30%;
	}

	.bottom-bars li{
		width:33.3333333%;
		float:left;
		overflow:hidden;
		margin:0 0 0 0;
		position:relative;
		box-sizing: border-box;
		border-left:solid 3px #fff;
		border-right:solid 3px #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		transition:all 0.3s ease 0s;
		-moz-transition:all all 0.3s ease 0s; /* Firefox 4 */
		-webkit-transition:all 0.3s ease 0s; /* Safari and Chrome */
		-o-transition:all 0.3s ease 0s; /* Opera */
	}	
	.bottom-bars >:last-child{
		margin:0;
		}
		
	.bottom-bars li img{
		height:40vw;
		max-height:610px;
		position:relative;
		z-index:1;
	}
		
	.label-bottom-bar{
		background:rgba(0,0,0,.5);
		font-size:19px;
		color:#fff;
		width:100%;
		position:absolute;
		top:50%;
		z-index:2;
		text-align:center;
		display:block;
		height:170px;
		font-family: 'montserratbold';
		letter-spacing:1px;
		white-space:nowrap;
		margin-top:-85px;
		transition:background 0.3s ease 0s;
		-moz-transition:background all 0.3s ease 0s; /* Firefox 4 */
		-webkit-transition:background all 0.3s ease 0s; /* Safari and Chrome */
		-o-transition:background 0.3s ease 0s; /* Opera */
		text-transform:uppercase
	}

	.label-bottom-bar .btn-view-more{
		color:#fff;
		border-top:solid 1px #fff;
		border-bottom:solid 1px #fff;
		font-size:14px}

	.bottom-bars:hover > li{
		width:15%}
		
	.bottom-bars > li:hover{
		width:70%}
		
	.bottom-bars > li:hover .label-bottom-bar{
		background:rgb(183, 28, 28)}	
		
	.title-label{
		display:block;
		margin-bottom:36px;
		margin-top:36px}

	.bottom-bars >:first-child img{
		float:right}

	#destination>li {
		display: block;
		max-height: 450px;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.item-description {
		background: #fff;
		padding: 75px;
		margin-left: 15px;
		margin-right: -15px;
	}
	.box {width: 31%;}
	#video_player figcaption a {
	 	display: block;
	 	width: 100%;
	 	float: none;
	 	padding: 0;
 	}

}

/* Medium devices) */
@media (min-width: 992px) { 
	.slogan-video {
		padding: 2.2em 5.56%;
		top: 52%;
	}
	.logo {float: left;}
	.slide-mobile {
		height: auto;
	}	
	header .logo {
		margin-left: 9%;
		margin-top: 12px;
	}
	header .navbar-main a {
	  font-family: 'montserratlight';
	  color: #fff;
	  padding-top: 45px;
	  padding-bottom: 35px;
	  font-size: 1em;
	}
	.menu-fixed .logo {
	  width: 210px;
	}
	.section-banner {
	  margin-bottom: 15px;
	  padding: 11% 0 3%;
	}
	.filtro-portfolio>ul>li {
	  width: 22%;
	}
	.filtro-portfolio>ul>li:first-child{
		width: 9%;
		text-align: center;
		font-size: 1.3em;
	}
	.section-banner.banner-about-us {
		padding: 17.5% 0 15%;
	}
	.wire-3 {
		background: url(../images/wire-3.jpg) right no-repeat;
		padding: 45px 70px;
	}
	.about_us_panels .youre-the-boss {
		padding: 50px 85px 60px;
	}
	.about_us_panels .process {
		padding: 55px;	
	}
	footer .navbar-footer, footer .navbar-bottom {
		padding: 30px 60px;
	}
	footer .form-control {
		margin: 0 15px;
		width: 300px;
	}
	.media-body {
		display: table-cell;
	}
	.media.featured .media-body{
 	padding: 68px;
 	}
	/* ESTILOS VIDEPO PLAYER */
	#video_player { 
		display: inline-block; 
		line-height: 0; 
		font-size: 0; 
		background: #000;
		margin-right: -15px;
		margin-left: -15px;
		width: 100%;
	}
	#video_player video{width:75%;}
	#video_player video, 
	#video_player figcaption { 
		float: left;
		display: inline-block; 
		vertical-align: top; 
	}
	#video_player figcaption { 
		width: 25%; 
		vertical-align: top;
		overflow-y:scroll;
		max-height: 650px; 
	}
	#video_player figcaption a { 
		display: block; opacity: .5;
	}
	#video_player figcaption a img, 
	figure video { 
		width: 100%; 
		height: auto; 
	}
	#video_player figcaption a:hover { 
		opacity: 1; 
	}


}

/* Large devices */
@media (min-width: 1200px) {
	.call-to-action {font-size: 2.5em;}
	.logo {width: 270px;left: 12%;margin-top: 0;}
	header .navbar-main li{margin: 0 9px;}
}
