/* BANNERS */
@media (max-width: 768px){
	#banAvaya{content: url(../img/banAvaya768.png);}
	#banIntersel{content: url(../img/banIntersel768.png);}
	#banPlantronics{content: url(../img/banPlantronics768.png);}
	#banCisco{content: url(../img/banCisco768.png);}
}
@media (max-width: 1367px) and (min-width: 768px){
	#banAvaya{content: url(../img/banAvaya1366.png);}
	#banIntersel{content: url(../img/banIntersel1366.png);}
	#banPlantronics{content: url(../img/banPlantronics1366.png);}
	#banCisco{content: url(../img/banCisco1366.png);}
}
@media (min-width: 1367px){
	#banAvaya{content: url(../img/banAvaya.png);}
	#banIntersel{content: url(../img/banIntersel.png);}
	#banPlantronics{content: url(../img/banPlantronics.png);}
	#banCisco{content: url(../img/banCisco.png);}
}
.v-center {
    display:table !important;
}
.content {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.img-left{
	margin-left: 20px;
	max-width: 150px;
	max-height: 150px;
	height: auto;
	vertical-align: middle;
	display:inline-block;
}
html {
}
body {
  /* Margin bottom by footer height */
	background: url("../img/anka_bgnd_w.jpg");
	background-attachment: fixed;
	background-size: 100% 100%;
	background-position: center;
}
.affix {
  top: 30px;
  position: fixed !important;
}
.affix-bottom {
  position: absolute;
}
#footer {
  width: 100%;
  height: 442px;
  background-color: #eee;
}
#footer > .container {
  background-color: #eee;
  width: 100%;
}
.footer-clientes{
	height: 177px;
	background-color: #eee;
	border-top: solid 1px #ccc;
}
.footer-links{
	height: 180px;
	background-color: #155A80;
}
.footer-links ul{
	margin-top: 20px;
	list-style: none;
}
.footer-links li{
	color:#92c2dd;
}
.footer-datos{
	height: 85px;
	background-color: #002C3D;
}
.footer-datos p{
	color: #155A80;
	margin-top: 25px;
}
#footer-anka{
	max-width: 100%;
}
.header_anka{
	height: 70px;	
	background: #002e3f; /* Old browsers */
	/*background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 28%, #00212d 41%, #002e3f 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(28%,#ffffff), color-stop(41%,#00212d), color-stop(100%,#002e3f)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 28%,#00212d 41%,#002e3f 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(left,  #ffffff 0%,#ffffff 28%,#00212d 41%,#002e3f 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(left,  #ffffff 0%,#ffffff 28%,#00212d 41%,#002e3f 100%); /* IE10+ */
	/*background: linear-gradient(to right,  #ffffff 0%,#ffffff 28%,#00212d 41%,#002e3f 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#002e3f',GradientType=1 ); /* IE6-9 */
}
.im-centered { margin: auto; max-width: 100%;}
.col-centered{
    float: none;
    margin: 0 auto;
}
input[placeholder], [placeholder], *[placeholder] {
   color:#333 !important;
}
.formulario-contacto{
	background: url(../img/sobre.png);
	background-size: 100% auto;
	background-repeat: no-repeat; 
	height: 100%;
}
.form-control {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 34px;
  padding: 6px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #eee;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#prodServ{
	margin-left: -100px;
}
.nav-stacked > .dropdown-header {
  margin-left: 30px;
}
.list-unstyled {
  margin-left: 4em;
}
.list-unstyled a{
	text-decoration: none;
	color: #444;
	display:block;
	margin-bottom: 0.8em;
	/*border-bottom: solid 1px rgba(0, 0, 0, .075);*/
}
.list-unstyled li{
	padding-left: 10px;

}
.list-unstyled .dropdown:hover,
.list-unstyled .dropdown:active,
.list-unstyled .dropdown:focus{
	color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
@media (max-width: 550px){
	.header-anka{
		background: #002e3f; /* Old browsers */
		/*background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 44%, #00212d 60%, #002e3f 100%); /* FF3.6+ */
		/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(44%,#ffffff), color-stop(60%,#00212d), color-stop(100%,#002e3f)); /* Chrome,Safari4+ */
		/*background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 44%,#00212d 60%,#002e3f 100%); /* Chrome10+,Safari5.1+ */
		/*background: -o-linear-gradient(left,  #ffffff 0%,#ffffff 44%,#00212d 60%,#002e3f 100%); /* Opera 11.10+ */
		/*background: -ms-linear-gradient(left,  #ffffff 0%,#ffffff 44%,#00212d 60%,#002e3f 100%); /* IE10+ */
		/*background: linear-gradient(to right,  #ffffff 0%,#ffffff 44%,#00212d 60%,#002e3f 100%); /* W3C */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#002e3f',GradientType=1 ); /* IE6-9 */

	}
}
.header_anka img{
	margin-left: 10%;
}
.menu_anka{
	height: 70px;
	border-top:1px solid #1a5c7f;
	background: #003c59; /* Old browsers */
	background: -moz-linear-gradient(top,  #003c59 0%, #1a5c7f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003c59), color-stop(100%,#1a5c7f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #003c59 0%,#1a5c7f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #003c59 0%,#1a5c7f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #003c59 0%,#1a5c7f 100%); /* IE10+ */
	background: linear-gradient(top,  #003c59 0%,#1a5c7f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c59', endColorstr='#1a5c7f',GradientType=0 ); /* IE6-8 */
}
.menu_anka li{
	z-index: 1000;
	margin-top: 15px;
	border:1px solid #003c59;
	border-radius: 5px;
	margin-right: 10px;
}
.dropdown-menu li{
	border:none;
	margin-top: 0;
}
.menu_anka ul{
	padding-left: 8%;
}
.menu_anka .dropdown ul{
	padding-left: 0;
	padding-right: 0;
}
.menu_anka .dropdown li{

	margin-right: 0px;
}
.navbar .nav > active > li {background-color:#whatever}

.carousel{
	width: 95%;
	max-width: 1280px;
	margin-top: 30px;
	height: auto;
	overflow:hidden;
	z-index: 0;
	border: solid #ddd 2px;
}
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
/*width: 100%; /* use this, or not */
margin: auto;
width: 100%;
height: auto;
}

#banner-index{
	background-color: rgba(0, 0, 0, .75);
}

.open > .dropdown-menu  {
-webkit-animation: cssAnimation 0.3s 1 linear;
-moz-animation: cssAnimation 0.3s 1 linear;
-o-animation: cssAnimation 0.3s 1 linear;
}

@-webkit-keyframes cssAnimation {
	from { 
		opacity:.3;
		-webkit-transform-origin: top;
		transform-origin: top;
		-webkit-animation-fill-mode: forwards;  
		animation-fill-mode: forwards; 
		-webkit-transform: scale(1, 0);
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
	}
	to { -webkit-transform: scale(1, 1);
		transform: scale(1, 1);  
		opacity:1; 
	}
}

@-moz-keyframes cssAnimation {
	from { 
	opacity:.3;
	-moz-transform-origin: top;
	transform-origin: top;
	-moz-animation-fill-mode: forwards;  
	animation-fill-mode: forwards; 
	-moz-transform: scale(1, 0);
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	}
	to { -moz-transform: scale(1, 1);
	  transform: scale(1, 1);  
	  opacity:1; }
	}
}

@-o-keyframes cssAnimation {
from { -o-transform: rotate(0deg) scale(0.1) skew(1deg) translate(0px); }
to { -o-transform: rotate(0deg) scale(0.817) skew(1deg) translate(0px); }
}

.highlight{
	background:#f9f9f9;
	border:1px solid #ddd;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:15px 0;
}
.highlight ul{
	margin-left: 20px;
	margin-right: 20px;
}
h3, h4{
	margin-left: 20px;
	color: #13597E;
}
.highlight > .nav-pills >li.active > a,
.highlight > .nav-pills >li.active > a:hover,
.highlight > .nav-pills >li.active > a:focus {
  color: #fff;
  background-color: #13597E;
  font-weight: bold;
}
.product{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #13597E;
}.page-header {
  padding-bottom: 9px;
  margin: 0;
  border-bottom: 0px solid #eee;
}.page-header2 {
  padding-bottom: 9px;
  margin-top: 40px;
  border-bottom: 1px solid #aaa;
}
.jumbotron {
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  color: inherit;
  background-color: #f9f9f9;
  border:solid 1px #ccc;
}
.carousel-nosotros{
	float: right;
	right: 10%;
	max-height: 250px;
	max-width: 250px;
	margin-bottom: 40px;
}
.carousel-nosotros h4,.carousel-nosotros p{
	padding: 0;
	margin: 0;
	color: white;
	text-shadow:0px 0px 5px #000000;
}
.carousel-producto{
	border:0px;
	width: 100%;
	margin-bottom: 20px;
}
.carousel-caption {
  background-color: transparent;
      position: static;
      max-width: 100%;
      padding: 0 20px;
      margin:0 auto;
      right: 0%;
      left:0%;
      margin-top: auto;
      text-align:center;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .05) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .05) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.navbar-default{
	z-index: 20;
}
.navbar-default .navbar-text {
  color: #92C2DD;
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a {
  color: #92C2DD;
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #003345;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #003345;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #003345;
}
.navbar-toggle{
	background-color: #eee
}
.dropdown-header{
	color :#003c59;
	font-weight: bold;
	font-size: 1em;
}
@media (max-width: 1000px){

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
	border-bottom:solid #fff 1px;
	z-index: 1500;
	background: #003c59; /* Old browsers */
	background: -moz-linear-gradient(bottom,  #003c59 0%, #1a5c7f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003c59), color-stop(100%,#1a5c7f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #003c59 0%,#1a5c7f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  #003c59 0%,#1a5c7f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  #003c59 0%,#1a5c7f 100%); /* IE10+ */
	background: linear-gradient(bottom,  #003c59 0%,#1a5c7f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c59', endColorstr='#1a5c7f',GradientType=0 ); /* IE6-8 */
	}
	.header_anka img{
	margin-left: 0%;
	}
	.menu_anka ul{
		padding-left: 3%;
	}
	.dropdown-header{
	color :#fff;
	font-weight: bold;
	font-size: 1em;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 1000px) {
	#formulario{
	margin-left: 10%;
	margin-top: 20px;
	margin-bottom: 350px;
	width: 100%;
	}
	.nav > li > a {
	  position: relative;
	  display: block;
	  padding: 3px 15px;
	}

	.nav-stacked > li > a {
	  padding: 0px 15px;
	}

	.navbar-nav > li > a {
	  border-radius: 4px;
	  color:#92C2DD;
	  -o-transition:.8s;
	  -ms-transition:.8s;
	  -moz-transition:.8s;
	  -webkit-transition:.8s;
	  /* ...and now for the proper property */
	  transition:.8s;
	}
	.navbar-nav > li.active > a,
	.navbar-nav > li.active > a:hover,
	.navbar-nav > li.active > a:focus {
	  color: #fff;
	  background-color: #003345;
	  font-weight: bold;
	}
}
@media (max-width: 1000px){
	.footer-links{
  	height: auto;
  }
  .carousel-nosotros{
		float: inherit;
		right: 0;
	}
}
@media (max-width: 1000px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    border-radius: 4px;
	  color:#92C2DD;
	  -o-transition:.8s;
	  -ms-transition:.8s;
	  -moz-transition:.8s;
	  -webkit-transition:.8s;
	  /* ...and now for the proper property */
	  transition:.8s;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    text-shadow: 0px 0px 10px #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
	background-color: #003345;
	font-weight: bold;
  }
}

.slideshow{
	margin-top: 0px;
	margin-left: 5%;
	margin-right: 5%;
}
.slideshow img{
	margin-left: 20px;
	border:solid 1px #ccc;
}
.slideshow img:hover { 
	-moz-box-shadow: 0 0 20px #ccc; 
	-webkit-box-shadow: 0 0 20px #ccc; 
	box-shadow: 0 0 20px #ccc; 
} 