.post-head .video-container {
   position: relative;
   padding-bottom: 0%;
   overflow: hidden;
}

.post-head .video-container iframe
 {
    position: absolute;
    display: block;
    top: 0;
    left: 63px;
    width: 100%;
    height: 100%;
}

.navbar-brand {
	padding: 15px;
}

.header-search-bar  {
	background-color: rgb(241, 138, 1);
	padding: 15px 0;
}
.header-search-bar .search-value {
    text-align: center;
}

.form-inline .input-group > .form-control {
    width: 350px;
    border-left: none;
}

.header-search-bar .form-control, .header-search-bar .btn {
    height: 30px;
    border-radius: 0;
}

.form-inline .input-group > .form-control {
    border-left: none;
    border-right: none;
}

.milestone-block {
	margin-right: 0;
}

.btn-system.btn-gray {
    background-color: #101441;
}

ul.breadcrumbs {
    float: left;
    margin-top: 5px;
}

.phone-missing {
    opacity: 0;
    color: #ED2C3A;
    margin-left: 10px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

/*estilos para seo*/
.search-value h1 {
    font-size: 16px;
    margin-right: 2em;
}

.full-sections .service-box h2 {
    margin-bottom: 5px;
}
.full-sections h2{
    font-size: 16px;
    line-height: 22px;
}

.recent-projects h2.title {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
.recent-projects h2.title span {
    border-bottom-color: rgb(241, 138, 1);
}
.recent-projects h2.title span {
    padding-bottom: 8px;
    border-bottom: 1px solid;
}

.clss-seo h2{
    font-size: 16px;
    line-height: 22px;
}
.page-content h1{
    font-size: 16px;
    line-height: 22px;
}
.sidebar .widget h3 {
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}
.post-content h1 {
    font-weight: 500;
}
.post-content h1 {
    margin-bottom: 20px;
}

.sidebar .widget-categories .panel {
    box-shadow: none;
}

.sidebar .widget-categories .panel-default,
.sidebar .widget-categories .panel-default > .panel-heading {
    color: #333;
    background: none;
    border: none;
}

.sidebar .widget-categories .panel-group .panel-heading {
    border-bottom: 1px solid #eee;
}

.sidebar .widget-categories .panel-default .panel-body {
    padding: 0 10px;
}

.sidebar .widget-categories .panel-group .panel-heading:first-child a {
    padding-top: 0;
}

.sidebar .widget-categories .panel-group .panel-heading a {
    padding: 8px 0;
    text-decoration: none;
    display: block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sidebar .widget-categories .panel-group .panel-heading a:hover {
    padding-left: 8px;

}
.sidebar .widget-categories .panel-group .panel-heading a.active,
.sidebar .widget-categories .panel-group .panel-body li.active a {
    font-weight: 800;
    color: rgb(84, 114, 138);
}

.post-item  {
    margin-top: 15px;
}

.post-item .post-title {
    min-height: 40px;
}

.page-category-page .page-category-item img{
    margin-bottom: 25px;
}

@media (max-width: 767px){
    .contact-details {
        display: block;
    }
    .latest-posts {
        display: block;
    }
}

@media (min-width: 768px){
    .row-eq-height {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display:         flex;
    }
}

.classic-title{
    padding-top: 15px;
    padding-bottom: 1px;
}
.classic-title span{ padding-bottom: 0 }

.contact-widget ul li,
.contact-widget dl {
    margin-bottom: 0;
}

.contact-widget ul li {
    margin-left: 60px;
    text-indent: -60px;
}

.contact-widget dl {
    margin-left: 15px;
}
.contact-widget dl>dt {
    font-weight: normal; 
}

.contact-widget dl>dd {
   margin-left: 15px; 
}

.navbar-default .navbar-nav .dropdown{ width: 200px; }
.dropdown li a, .sup-dropdown li a{ padding: 2px 14px; }

@media (max-width: 767px){
.dropdown li a, .sup-dropdown li a { color: #333; }
}