
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700,500|Open+Sans:400italic,400,300,600'>);

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 160%;
    color: #283858;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #4da0d1;
}

h5, h6 {
    font-weight: 400;
}

a {
    color: #4da0d1;
}

a:hover {
    color: #24395d;
    text-decoration: none;
}

strong {
    color: #6D7484;
}


.two_cols > li {
    float:left;
    width: 50%;
}

.inverse {
    background-color: #24395d;
    color: #fff;
}

.section-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.section-title > h1, h1.section-title  {
    margin-bottom: 0;
    display: inline-block;
	font-size:26px!important;
}

.section-title > .breadcrumb {
    float: right;
    margin-top: 40px;
    
}

.breadcrumb {
    margin: 0;
    padding: 0;
    line-height: 100%;
    padding-right: 20px;
    background-color: transparent;
}

.breadcrumb > li + li:before {
  padding: 0 7px 0 0;
  color: #cccccc;
  content: "\a0Â»";
}

/* Text */

blockquote {
    border-color: #4da0d1;
}

blockquote.pull-right {
    border-color: #4da0d1;
}

blockquote.robotic {
    background-color: #e6e9ef;
    border: solid 1px #ddd;
    padding: 10px;
    border-bottom: solid 5px #4da0d1;
}



.btn {

}

.btn-default {
    border-color: #4da0d1;
    background-color: #eee;
}

.btn-default:hover {
    border-color: #24395d;
}

.btn-primary {
    background-color: #4da0d1;
}

.btn-info {
    background-color: #5084cb;
    border-color: #3b6297;
}

.btn-success {
    background-color: #51c57b;
    border-color: #419f63;
}

.btn-warning {
    background-color: #d7c11b;
    border-color: #a79615;
}

.btn-danger {
    background-color: #b93321;
    border-color: #8e271a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
}

.btn-robotic {
background-color: transparent;
}

.btn-robotic {
    border-color: #4da0d1;
    color: #4da0d1;
    background-color: transparent;
}

.btn-robotic:hover {
    border-color: #24395d;
    color: #24395d;
}

.btn-robotic-inverse {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.btn-robotic-inverse:hover,
.btn-robotic-inverse:active,
.btn-robotic-inverse:focus {
    border-color: #5fc3ff;
    color: #5fc3ff;
}

.service{
	margin:5px;
	width:100%;
}
.map{
	width:100%;
	height:450px;
	margin:30px 0px;
}
.nav-tabs-robotic {
	border: 0;
	background-color: #444;
	border-top: solid 3px #dce0e8;
	padding-bottom: 1px;
}

.nav-tabs-robotic li {
	
}

.nav-tabs-robotic li a {
	color: #fff;
	background-color: #444;
	border: 0;
	border-top: solid 3px #dce0e8;
	border-right: solid 1px #dce0e8;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	margin: 0;
	margin-top: -3px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	font-size: 1.2em;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
	
}

.nav-tabs-robotic li a > i {
}

@media (max-width: 360px) {

.nav-tabs-robotic li a {
    padding-left: 2;
    padding-right: 2;
    border: 0;
    margin-top: 0px;
}

.nav-tabs-robotic li a > i {
    display: none;
}

}

.nav-tabs-robotic li a:hover,
.nav-tabs-robotic li.active a,
.nav-tabs-robotic li.active a:hover,
.nav-tabs-robotic li.active a:focus {
	color: #fff;
	background-color: #444;
	border: 0;
	border-top: solid 3px #5fc3ff;
	border-right: solid 1px #dce0e8;
    padding-right: 30px;
    padding-left: 30px;
}

.nav-tabs-robotic + .tab-content {
	padding: 15px;
	border-left: solid 1px #444;
	border-right: solid 1px #444;
	border-bottom: solid 1px #444;
}

.nav-tabs-robotic-light {
	background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(220,224,232,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dce0e8', GradientType=0 );
}

.nav-tabs-robotic-light li a {
	background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(220,224,232,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dce0e8', GradientType=0 );

    color: #929cb1;
}

.nav-tabs-robotic-light li a:hover,
.nav-tabs-robotic-light li.active a,
.nav-tabs-robotic-light li.active a:hover,
.nav-tabs-robotic-light li.active a:focus {
	color: #929cb1;
	background-color: #929cb1;
	border-top-color: #4da0d1;
}

.nav-tabs-robotic-light + .tab-content {
	border-left: solid 1px #dce0e8;
	border-right: solid 1px #dce0e8;
	border-bottom: solid 1px #dce0e8;
}


.nav-tabs-robotic-gray {
	background-color: #fff;
	border-top-color: #dce0e8;
    border-left: solid 1px #dce0e8;
    border-right: solid 1px #dce0e8;
    border-bottom: solid 1px #dce0e8;
}

.nav-tabs-robotic-gray li a {
	background-color: #fff;
	color: #283858;
	border-top-color: #dce0e8;
	border-right-color: #fff;
}

.nav-tabs-robotic-gray li a:hover,
.nav-tabs-robotic-gray li.active a,
.nav-tabs-robotic-gray li.active a:hover,
.nav-tabs-robotic-gray li.active a:focus {
	border-top-color: #24395d;
	background-color: #4da0d1;
	border-right-color: #fff;
	color: #fff;
}

.nav-tabs-robotic-gray + .tab-content {
	border-left: solid 1px #dce0e8;
	border-right: solid 1px #dce0e8;
	border-bottom: solid 1px #dce0e8;
}




.navbar-robotic {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(220,224,232,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
    
    border-bottom: solid 2px #5ec2ff;
    margin-bottom: 0;
    
}

@media (min-width: 992px) { 
    .navbar-robotic {
        height: 85px;
    }


}


.navbar-robotic .navbar-brand {
    background-position: left;
    line-height: 100%;
    color: #283858;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 400;
    padding: 10px 0 11px 46px;
    font-weight: 300;
    margin-left: 10px !important;
    font-family: 'Roboto Condensed', sans-serif;
}

.navbar-robotic .navbar-brand  > span {
    color: #338DC3;
}

.navbar-robotic .navbar-brand  > img {
    width:65px;
}


.navbar-robotic .nav.navbar-nav > li > a {
    color: #283858;
    font-size: 1.1em;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding-top: 30px;
}

.navbar-robotic .navbar-nav > .open > a,
.navbar-robotic .navbar-nav > .open > a:hover,
.navbar-robotic .navbar-nav > .open > a:focus {
  color: #000;
  background-color: transparent;
  border-bottom: solid 2px #4da0d1;
}


.navbar-robotic .nav.navbar-nav > li.active > a,
.navbar-robotic .nav.navbar-nav > li.active > a:hover {
    border-bottom: solid 2px #4da0d1;
    background-color: transparent;
     color: #000;

}

.navbar-robotic .nav.navbar-nav > li > a:hover,
.navbar-robotic .nav.navbar-nav > li > a:focus {
    border-bottom: solid 2px #4da0d1;
    background-color: transparent;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    color: #000;
}


ul.navbar-nav-robotic > li.dropdown-menu {
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    background-color: #fff;
}

.navbar-robotic .dropdown-menu > li > a {
    margin: 4px 0;
    color: #929cb1;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.navbar-robotic .dropdown-menu > li > a:hover,
.navbar-robotic .dropdown-menu > li.active > a,
.navbar-robotic .dropdown-menu > li.active > a:hover {
    background-color: transparent;
    border-top: solid 1px #5fc3ff;
    border-bottom: solid 1px #5fc3ff;
    color: #929cb1;
}

.navbar-robotic .dropdown-menu > li > a > i {
	margin-left: -10px;

	-webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;

    cursor: auto;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: baseline;
    width: 20px;

}

@media (min-width: 768px) {
  .navbar-robotic .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
}


.navbar-robotic .navbar-toggle {
  border-color: #ccc;
}

.navbar-robotic .navbar-toggle:hover,
.navbar-robotic .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-robotic .navbar-toggle .icon-bar {
  background-color: #cccccc;
}



.wrap-home-header {
    padding: 20px 0;
    background-color: #082a47;
    background-image: url(../images/f3.jpg);
    background-position: top center; 
    background-repeat: repeat-y;

    background-size: cover !important;

    
}

.home-about, .services{
	padding-bottom:30px;
}

#Grid .mix{
    opacity: 0;
    display: none;
}

.portafolio .thumbnail {
    margin-bottom: 30px;
}

.portafolio-control {
    padding: 0;
    margin-bottom: 20px;
}

.portafolio-control > li {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    border: solid 1px #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.portafolio-control > li.active,
.portafolio-control > li:hover {
    background-color: #5fc3ff;
    color: #fff;
}

.portafolio a.thumbnail:hover {
    border-color: #5fc3ff;
}

.portafolio-item img {
    margin-bottom: 20px;
}

.portafolio-item h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 2em;
}

.portafolio-item p {
    line-height: 180%;
}

.item-footer {
    padding-top: 20px;
    text-align: center;
    margin: 0 auto;
}

.portafolio-related a {
    margin-bottom: 20px;
}

.portafolio-item-info {
    font-size: 0.8em;
    margin-bottom: 10px;
}




#footer {
    background-color: #333;
    border-top: solid 1px #666;
    text-align: center;
    padding: 10px 0;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}


#footer p {
    margin-bottom: 0;
	color:#787878;
}

.form-control.error, .form-control.error{
	border:1px solid #FF0000!important;
	color:#555;
}

.green{
	border:1px solid #09A209!important;
}
.success{
	color:#09A209;
}
.error{
	color:#FF0000;
}