@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);

/** Todo el sitio **/
html,
body {
    height: 100%;
}
body {
	color: #000000;
	background: #005c9f;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

#forms body {
	color: #fff;
	background: #005c9f;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
h1{
	font-size: 17pt;
	border-bottom: solid #F6BA55 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 20px;
	color: #000;
}
a {
	color: #F6BA55;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	cursor: pointer;
}
hr {
	border-top: 5px solid #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
}
hr {
	border-top: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
}
a:hover,
a:focus {
	color: #F6BA55;
	text-decoration: none;
	outline: none;
}
.dropdown-menu {
	margin-top: -1px;
	min-width: 180px;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}
.navbar-inverse {
	border: none;
	border-bottom: solid #F6BA55 5px;
	background: #005C9F;
}
.navbar-inverse .navbar-brand {
	font-family: 'Bubbler One', sans-serif;
	font-size: 36px;
	color: #fff;
}
.navbar-inverse .navbar-nav {
	margin-top: 0px;
}
.navbar-inverse .navbar-nav > li > a {
	padding-top: 0px;
	padding-bottom: 7px;
	border-radius: 4px;
	color: #fff;
	font-weight: 300;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	background: transparent;
	/*font-weight: normal;
	color: #F6BA55;*/
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background: transparent;
	/*font-weight: normal;
	color: #F6BA55;*/
}
.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: rgba(245, 245, 245, 0.96);
	border: 0;
	padding: 5px 0px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
	padding: 8px 15px;
	color: #bdc3c7;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	background-color: rgba(0, 0, 0, 0.3);
}
.navbar-inverse .navbar-nav .dropdown-menu .dropdown-sub-menu > li:hover > a, 
.navbar-inverse .navbar-nav .dropdown-menu .dropdown-sub-menu > li:focus > a {
	color: #000000;
	text-decoration: underline;
} 
.navbar-inverse .navbar-nav .dropdown-menu .dropdown-sub-menu > li.active > a {
  font-weight: bold;
  color: #000000;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  margin-top: 0;
}
.row > div {
  margin-bottom: 0px;
}

#forms .row > div {
  margin-bottom: 10px;
}

ul.pagination > li > a {
  border: 0;
}
ul.pagination > li.active > a,
ul.pagination > li:hover > a {
  background-color: #34495e;
  color: #fff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  border-color: #F6BA55;
  background-color: #F6BA55;
}
.navbar-inverse .navbar-toggle {
  border-color: #F6BA55;
  background-color: #F6BA55;
}
.navbar-toggle {
  border-radius: 0;
}
.dropdown-sub-menu{
  float: left;
  width: 235px;
  text-align: left;
  list-style-type: none;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-top: 5px;
}
.title-sub-menu{
margin: 7px 0px;
font-weight: bold;
color: #F5B955;
}
.navbar-content>li {
	float: left;
	text-align: left;
}
.navbar-content{
    height: 55px;
}
@media (min-width: 768px) {
.navbar-nav>li {
  float: left;
  width: 12.5%;
  text-align: center;
  height: 35px;
  margin-top: 20px;
}
li.active {
  background-image: url("select-nav.png");
  background-position: center;
  background-repeat: no-repeat;
}
li.position {
  background-image: url("select-nav.png");
  background-position: center;
  background-repeat: no-repeat;
  font-weight: normal;
}
.navbar-nav>li:hover {
  background-image: url("select-nav.png");
  background-position: center;
  background-repeat: no-repeat;
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
  margin-right: -15px;
  max-width: 1535px;
  width: 100%;
  position: absolute;
  margin-left: 80px;
}
.dropdown-menu{
  position: fixed;
  left: 0;
  top: 0;
  border-radius: 0px;
}
.navbar-right .dropdown-menu {
  left: 0;
}
.navbar-nav>li>.dropdown-menu {
  margin-top: 60px;
}
img {
  max-width: 100%
}
.div-ver {
  border-right: solid #ccc 1px;
}
.div-ver-izq {
  border-left: solid #ccc 1px;
}
}
@media (max-width: 767px) {
.navbar-right .dropdown-menu {	
  left: auto;
}
.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
}
.nav>li {
  clear: both;
}
.navbar-inverse .navbar-nav {
  background: rgba(245, 245, 245, 0.96);
  padding: 0px 0px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #000;
  padding-top: 7px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
  color: #000;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #000;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
  color: #000;
}
.navbar-inverse .navbar-nav .dropdown-menu {
  padding: 0px;
}
}

.content{
  padding: 0 15px;
  background: #fff;
  margin-top: 60px;
}

.content-1{
  padding: 0;
  background-image: url("bg-form.jpg");
  margin-top: 60px;
  background-size: cover;
  background-position: center;
}

.content-2{
  padding: 0;
  background-image: url("bg-form1.jpg");
  margin-top: 60px;
  background-size: cover;
}

.content-3{
  padding: 0;
  margin-top: 90px;
  min-height: 600px;
  background-image: url("bg-form2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:fixed;
  /*background-position: right;*/
}


/*@media screen and (max-width: 1400px) {
.content-3{
  padding: 0;
  background-image: url("bg-form2.jpg");
  margin-top: 60px;
  background-size: cover;
}
}*/

.content-4{
  padding: 0;
  background-image: url("bg-form3.jpg");
  margin-top: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#content-header {
 position: fixed;
 z-index: 1030;
}
.dropdown-menu .divider {
  background-color: #FFFFFF;
}
.dropdown-sub-menu> li >a {
font-weight: normal;
color: rgba(0, 0, 0, 0.8);
}
.dropdown-sub-menu> li {
margin-bottom: 15px;
}
.navbar-nav {
  margin: 0px -15px;
}
img {
  max-width: 100%;
}
.bg-about-go-scm{
color: #fff;
background: #f8b24e;
}
.carousel-caption {
	right: 5%;
	left: 5%;
    margin-bottom: 0.5%;
}
.carousel-control {
    width: 8%;
}
.desvanecido-gris-ver{
	background: rgba(128, 130, 133, 1);
	background: -moz-linear-gradient(top, rgba(128, 130, 133, 1) 0%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(128, 130, 133, 1)), color-stop(97%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(128, 130, 133, 1) 0%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(128, 130, 133, 1) 0%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(128, 130, 133, 1) 0%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(128, 130, 133, 1) 0%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575757', endColorstr='#ffffff', GradientType=0 );
}
.contact-form{
	padding: 0 15px;
}
.white{
	color: #fff;
	margin-top: 0;
    padding-top: 20px;
}
.container{
	padding-top: 0px;
}

#forms1 .container{
	margin: 100px 0;
	padding-top: 0px;
}

.title{
	background: #F2F2F2;
	font-size: 13pt;
	padding-bottom: 10px;
	padding-top: 10px;
}
#mensaje{
  border: 0;
  background: transparent;
  padding-left: 20px;
  width: 210px;
  color: transparent;
  
    /*border: 0;
    padding: 5px;
    width: 340px;
    color: #fff;
    background: #005c9f;
    text-align: center;
    border-radius: 5px;
    margin: 10px;*/
}
#mensaje2{
  border: 0;
  background: transparent;
  padding-left: 10px;
  width: 160px;
}
h3, .h3 {
  font-size: 16px;
  color: #F6BA55;
  font-weight: 600;
}
h2, .h2 {
  font-size: 21px;
	margin-bottom: 20px;
}

#data h2, .h2 {
  font-size: 21px;
  margin: 10px 0;
}
.img-3-home{
  width: 100%;
}

.title-img-3{
	position: absolute;
	bottom: 0px;
	padding: 10px;
	background-color: rgba(239, 239, 239, 0.85);
	width: 100%;
	margin: 0;
	text-align: center;
	font-weight: normal;
}
.title-img-4{
	bottom: 0px;
    padding: 10px;
    background-color: rgb(246, 189, 92);
    width: 100%;
    margin: 0;
    text-align: center;
    font-weight: normal;
    color: #fff;
}
.text-h3 {
    height: 35px;
}
.go-home{
width: 120px;
margin-bottom: 18px;
}
.icono-img-3{
	position: absolute;
	right: 0;
	width: 25%;
}
.ico-content-menu{
	width: 40px;
    float: left;
    margin-top: 25px;
    margin-right: 14px;
    margin-bottom: 20px;
}
.navbar-toggle .icon-bar {
  width: 18px;
}
footer {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 5px #E2A237 solid;
	color: #EAEAEA;
	font-weight: 300;
	background: #005C9F;
}
footer a{
    color: #EAEAEA;
}
.modal {
	overflow: hidden;
	padding-top: 60px;
}
#data .modal {
	overflow: hidden;
	padding-top: 60px;
	background: rgba(0, 0, 0, 0.62);
}
.modal-body {
	height: 100%;
	padding: 56px 0px 0px 0px;
    margin-top: -56px;
}
.bootbox-body {
	height: 100%;
}
.modal-open {
    overflow-y: hidden;
}
.modal-backdrop.in {
    opacity: 0;
}
.modal-dialog{
    padding: 0;
    width: 100%;
	height: 100%;
}
.modal-content{
	border: 0;
    border-radius: 0;
	height: 100%;
	background: #F8B24E;
}

.modal-content-1{
	border: 0;
    /* height: 45%; */
    background: rgba(248, 178, 78, 0.95); /*#F8B24E*/
    margin: 10% 30%;
    padding: 70px;
    border-radius: 5px;
    text-align: center;
}

.modal-content-2{
	border: 0;
    /* height: 45%; */
    background: #FFF; /*#F8B24E*/
    margin: 5% 25%;
    padding: 70px;
    border-radius: 5px;
    text-align: center;
}

.img-au-1{
  background-image: url("contacto.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-au-2{
	background: #f8b24e;
}
.hexagono { 
	width: 196px;
    height: 118px;
    background: #EFEFEF;
    position: relative;
    padding: 3px 10px;
    margin: 27px auto;
}
.hexagono:before { 
	content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 98px solid transparent;
    border-right: 98px solid transparent;
    border-bottom: 50px solid #EFEFEF;
} 
.hexagono:after { 
	content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 98px solid transparent;
    border-right: 98px solid transparent;
    border-top: 50px solid #EFEFEF;
}
#hexagono-content { 
  width: 150px; 
  height: 65px; 
  background: #F3B854; 
  position: relative; 
  padding: 10px;
  margin: 52px auto;
  color: #fff;
}
#hexagono-content:before { 
  content: ""; 
  position: absolute; 
  top: -50px; 
  left: 0; 
  width: 0; 
  height: 0; 
  border-left: 75px solid transparent; 
  border-right: 75px solid transparent; 
  border-bottom: 50px solid #F3B854; 
} 
#hexagono-content:after { 
  content: ""; 
  position: absolute; 
  bottom: -50px; 
  left: 0; 
  width: 0; 
  height: 0; 
  border-left: 75px solid transparent; 
  border-right: 75px solid transparent; 
  border-top: 50px solid #F3B854;
}
#hexagono-content-2 { 
	width: 100px;
    height: 45px;
    background: #F3B854;
    position: relative;
    padding: 10px;
    margin: 35px auto;
    color: #fff;
}
#hexagono-content-2:before { 
    content: "";
    position: absolute;
    top: -35px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 35px solid #F3B854;
} 
#hexagono-content-2:after { 
    content: "";
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 35px solid #F3B854;
}
.logo {
	position: absolute;
    right: 5%;
    top: 20%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 75px;
}
.c-icon{
	width: 45px;
    margin-top: -35px;
    position: relative;
    margin-left: 75px;
}

.navbar-inverse .navbar-nav > .active > a.link-disable{
    background: #005C9F;
    font-weight: 200;
    color: #FFFFFF;
    height: 35px;
    border-radius: 0;
}

.auto-height {
    height: initial;
}
.auto-home {
    height: 100%;
}
.auto-show {
visibility: visible;
display: inline;
}
.auto-hide {
visibility: hidden;
display: none;
}
.modal-menu-ver {
    position: absolute;
    margin-top: -56px;
    left: 130px;
    z-index: 1;
    height: 55px;
    right: 55px;
}
.img-thumbnail{
	margin-top: 25px;
}

/** Home **/

#main-slider {
	position: relative;
}
#main-slider .carousel h2 {
	font-size: 36px;
}
#main-slider .carousel .btn {
	border: 3px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	border-radius: 0;
	margin-top: 5px;
}
#main-slider .carousel .btn:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.8);
	display: inline-block;
}
#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
#main-slider .prev,
#main-slider .next {
	position: absolute;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	font-size: 24px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
}
.carousel,
.item,
.active {
    height: 100%;
}
.carousel-inner>.item {
	min-height: 100%;
}
.carousel-inner {
    height: 100%;
}
.carousel-control {
  padding-top: 20%;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 5%, rgba(0,0,0,0) 55%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 5%,rgba(0,0,0,0) 55%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 5%,rgba(0,0,0,0) 55%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 5%,rgba(0,0,0,0) 55%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 5%,rgba(0,0,0,0) 55%);
    height: 100%;
}
.img-3 {
	padding: 0px;
	margin: 0px;
	border-top: 5px #E2A237 solid;
}
.carousel-indicators {
	left: inherit;
    right: 5%;
    width: 280px;
    margin-left: 0;
    margin-bottom: 0;
    margin-bottom: 0%;
}
.carousel-indicators .active {
  width: 16px;
  height: 16px;
  margin: 1px;
  background-color: transparent;
  background-image: url(bullet-active.png);
  opacity: .7;
}
.carousel-indicators li {
  width: 16px;
  height: 16px;
  margin: 1px;
  background-image: url(bullet.png);
  opacity: .7;
  border: 0;
  border-radius: 0;
}
.description-slide{
    padding: 0px;
    color: #ffc000;
    font-weight: 700;
    float: left;
    clear: both;
    text-align: left;
    font-size: 18px;
	width: 100%;
}
.description-slide span{
    font-weight: bold;
    font-size: 23px;
}
.title-slide{
	padding: 13px 0px;
	color: #000;
	font-weight: normal;
	float: left;
    margin-bottom: -20px;
}
.title-slide span{
    color: #FFFFFF;
    font-size: 45px;
    font-weight: bolder;
}
.shadowimagen {
    position: absolute;
    height: 100%;
    width: 100%;
}
.shadowimagen:hover {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
	cursor: pointer;
}
@media (min-width: 710px) {
.oculto{
	display: none;
    visibility: hidden;
}
.oculto2{
	display: inline;
    visibility: visible;
}
.expertise{
	background-image: url(../img/home-content.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    border-top: solid #F6BA55 5px;
    margin-top: 13%;
}
}
@media (max-width: 711px) {
.oculto{
	display: inline;
    visibility: visible;
}
.oculto2{
	display: none;
    visibility: hidden;
}
.expertise{
	background-image: url(../img/home-content.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    border-top: solid #F6BA55 5px;
    margin-top: 0%;
}
}
/** About Us **/


/** Customers **/

.hex-izq{
    color: #F6BA55;
    float: left;
    width: 75px;
    font-weight: 500;
    margin-top: 10px;
}
.hex-der{
	color: #3E3E3E;
    float: right;
    width: 100px;
    margin-top: 10px;
}
.hex-orange{
    background: #ECAF48;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.hex-orange:after {
border-top: 50px solid #ECAF48;
}
.hex-orange:before{
border-bottom: 50px solid #ECAF48;
}


/** Contact **/

#map-canvas{
height: 600px;
margin-top: -20px;
}

/** Contents **/

.modal-header{
	background: #E8E8E8;
	position: relative;
    z-index: 1;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.modal-header .close {
    margin-right: 15px;
}
@media (min-width: 992px) {
.triangle-content{
	border-top: 11pc solid transparent;
	border-left: 100px solid transparent;
	border-bottom: 11pc solid transparent; 
	position: absolute;
}
.triangle-content-right{
	border-top: 11pc solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 11pc solid transparent; 
	position: absolute;
	right: 0;
}
}
@media (max-width: 993px) {
.triangle-content{
	visibility: hidden;
    display: none;
}
.triangle-content-right{
	visibility: hidden;
    display: none;
}
}

#bg-temp {
    background-image: url(bg-temp.jpg);
    background-position: center;
    background-repeat: repeat-y;
}
@media (min-width: 1200px) {
.col-lg-1{
    width: 1.4%;
    padding: 0;
}
.col-lg-0{
	width: 10.5%;
}
.col-div{
	margin-right: 1.1%;
}
}

@media (max-width: 991px) {
.col-div{
padding-bottom: 50px;
}
}

/*::-webkit-scrollbar { width: 0px; }*/

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(0,92,159,0.25);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,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;
}

.form-top {
    border: none;
    border-bottom: solid #F6BA55 5px;
    background: #005C9F;
}

.form-top img {
	margin: 10px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
}


.radio, .checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    vertical-align: middle;
}

/*Efecto de parpadeo sobre texto, imagen o icono. Se pueden modificar el intervalo de tiempo del efecto */	
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  
  margin: auto;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}


@media screen and (max-width: 1600px) {
#hide .show-content {
	display: none;
}
}

@media screen and (max-width: 820px) {
#hide .show-content {
	display: initial;
}
}

@media screen and (max-width: 820px) {
.hide-content {
	display: none;
}
}

@media screen and (max-width: 820px) {
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: auto;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
}

#forms1 .btn {
    display: inline-block;
    padding: 20px 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: 350px;
    margin: 100px 0 0 0;
}


@media screen and (max-width: 800px) {

#forms1 .btn {
    display: inline-block;
    padding: 20px 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

}

.img-form {
    width: 65px;
    border-right: 2px solid #fff;
    padding-right: 10px;
	margin-right: 10px;
}

/***************** Tablas *****************/

#data-test .tabla-top {
	background: #35a8c2;
    color: #fff;
    padding: 10px;
    border: #35a8c2;
}


#data-test table {
    border-collapse: collapse;
}

#data-test table, td, th {
    border: 1px solid #e4e4e4;
	margin-top: -10px;
	width: 100%;
	
}

#data-test td, th {
    width: 0%;
	padding: 10px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #ddd;
}

#data-test th {
    width: 50%;
	padding: 10px;
}

#data-test .text-table {
	color: #35a8c2;
}

#tab h3 {
    background: #7f65af;
    color: #fff;
    padding: 15px;
}

#data-test .row-tab {
	background: #eadfff;
}

#data-test .top-tab {
    background: #005c9f;
    color: #fff;
    text-align: center;
    border: 1px solid #005c9f;
}

#data-test table a {
	color: #005c9f;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	cursor: pointer;
}

#data-test table a:hover,
#data-test table a:focus {
	color: #F6BA55;
	text-decoration: none;
	outline: none;
}

#data-test .cancel {
	color: red;
}

#data-test .user {
	color: #005c9f;
}
/***************** Fin - Tablas *****************/

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: rgba(0, 92, 159, 0.9);
    color: #fff;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #005c9f;
	color: #fff;
}

.data-info {
	background: rgba(255, 255, 255, 0.8);
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #005c9f;
    cursor: default;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
/***************** Tablas *****************/

#data table {
    border-collapse: collapse;
}

#data table, td, th {
    border: 1px solid transparent;
	margin-top: -10px;
	
}

#data td, th {
    width: 0%;
	padding: 2px 10px;
	background: transparent;
}

#data th {
    width: 50%;
	padding: 10px;
}


#data  h3 b {
    color: #000;
	font-weight: 600;
}

#data  h3 {
    color: #000;
    padding: 15px;
    margin: 0 60px;
	font-weight: 400;
}

#data .row-tab {
	background: #eadfff;
}

#data .top-tab {
    background: #005c9f;
    color: #fff;
    text-align: center;
    border: 1px solid #005c9f;
}

#data table a {
	color: #005c9f;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	cursor: pointer;
}

#data table a:hover,
#data table a:focus {
	color: #F6BA55;
	text-decoration: none;
	outline: none;
}


#data .cancel {
	color: red;
}

#data .user {
	color: #005c9f;
}

/***************** Fin - Tablas *****************/

#data .col-md-6  {
	padding-right: 70px;
    padding-left: 70px;
}

#data  p a {
    color: #005c9f;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    cursor: pointer;
}

#data p a:hover,
#data p a:focus {
	color: #F6BA55;
	text-decoration: none;
	outline: none;
}

.col-lg-6 a {
    color: #005c9f;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    cursor: pointer;
}

.col-lg-6 a:hover,
.col-lg-6 a:focus {
	color: #F6BA55;
	text-decoration: none;
	outline: none;
}

.col-md-3 a {
    color: #005c9f;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    cursor: pointer;
}

.col-md-3 a:hover,
.col-md-3 a:focus {
	color: #F6BA55;
	text-decoration: none;
	outline: none;
}

.info {
	border: 1px solid #d2d2d2;
	background: transparent;
	margin: 0 50px;
	padding: 20px;
	border-radius: 5px;
}

.info-1 {
	background: transparent;
	margin: 0 50px;
	border-radius: 5px;
}

/* style untuk link popup */
	a.popup-link {
		padding:17px 0;
		text-align: center;
		margin:10% auto;
		position: relative;
		width: 300px;
		color: #fff;
		text-decoration: none;
		background-color: #FFBA00;
		border-radius: 3px;
		box-shadow: 0 5px 0px 0px #eea900;
		display: block;
	}
	a.popup-link:hover {
		background-color: #ff9900;
		box-shadow: 0 3px 0px 0px #eea900;
		-webkit-transition:all 1s;
		transition:all 1s;
	}
	/* end link popup*/
	/* animasi popup */

	@-webkit-keyframes autopopup {
		from {opacity: 0;margin-top:-200px;}
		to {opacity: 1;}
	}
	@-moz-keyframes autopopup {
		from {opacity: 0;margin-top:-200px;}
		to {opacity: 1;}
	}
	@keyframes autopopup {
		from {opacity: 0;margin-top:-200px;}
		to {opacity: 1;}
	}
	/* end animasi popup */
	/*style untuk popup */	
	#popup {
		position: fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin:0;
		-webkit-animation:autopopup 2s;
		-moz-animation:autopopup 2s;
		animation:autopopup 2s;
		background: rgba(0,0,0,0.75);
	}
	#popup:target {
		-webkit-transition:all 1s;
		-moz-transition:all 1s;
		transition:all 1s;
		opacity: 0;
		visibility: hidden;
	}

	@media (min-width: 768px){
		.popup-container {
			width:450px;
		}
	}
	@media (max-width: 767px){
		.popup-container {
			width:100%;
		}
	}
	.popup-container {
		    position: relative;
			margin: 10% 25%;
			padding: 70px;
			background-color: #fff;
			border-radius: 5px;
			width: 50%;
	}
	
	a.popup-close {
		position: absolute;
		top:15px;
		right:13px;
		padding:7px 10px;
		font-size: 20px;
		text-decoration: none;
		line-height: 1;
		color:#d9534f;
	}
	/* end style popup */

	
::selection {
    background: #f6ba55;
    color: #fff;
}


.form_hint, .required_notification {
    font-size: 11px;
}

/* === List Styles === */
/*.contact_form ul {
    width: 750px;
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
}

.contact_form li {
    padding: 12px;
    border-bottom: 1px solid #eee;
    position: relative;
}

    .contact_form li:first-child, .contact_form li:last-child {
        border-bottom: 1px solid #777;
    }

/* === Form Header === */
/*.contact_form h2 {
    margin: 0;
    display: inline;
}

.required_notification {
    color: #d45252;
    margin: 5px 0 0 0;
    display: inline;
    float: right;
}

/* === Form Elements === */
/*.contact_form label {
    width: 150px;
    margin-top: 3px;
    display: inline-block;
    float: left;
    padding: 3px;
}

.contact_form input {
    height: 20px;
    width: 220px;
    padding: 5px 8px;
}

.contact_form textarea {
    padding: 8px;
    width: 300px;
}

.contact_form button {
    margin-left: 156px;
}

/* form element visual styles */
/*.contact_form input, .contact_form textarea {
    border: 1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 2px;
    padding-right: 30px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}

    .contact_form input:focus, .contact_form textarea:focus {
        background: #fff;
        border: 1px solid #555;
        box-shadow: 0 0 3px #aaa;
        padding-right: 70px;
    }

    /* === HTML5 validation styles === */
    /*.contact_form input:required, .contact_form textarea:required {
        background: #fff url(images/red_asterisk.png) no-repeat 98% center;
    }

        .contact_form input:required:valid, .contact_form textarea:required:valid {
            background: #fff url(images/valid.png) no-repeat 98% center;
            box-shadow: 0 0 5px #5cd053;
            border-color: #28921f;
        }

    .contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
        background: #fff url(images/invalid.png) no-repeat 98% center;
        box-shadow: 0 0 5px #d45252;
        border-color: #b03535;
    }

/* === Form hints === */
/*.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left: 8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    /*position: absolute; /* allows proper formatting if hint is two lines */
    /*display: none;
}

    .form_hint::before {
        content: "\25C0";
        color: #d45252;
        position: absolute;
        top: 1px;
        left: -6px;
    }

.contact_form input:focus + .form_hint {
    display: inline;
}

.contact_form input:required:valid + .form_hint {
    background: #28921f;
}

    .contact_form input:required:valid + .form_hint::before {
        color: #28921f;
    }

/* === Button Style === */
/*button.submit {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}

    button.submit:hover {
        opacity: .85;
        cursor: pointer;
    }

    button.submit:active {
        border: 1px solid #20911e;
        box-shadow: 0 0 10px 5px #356b0b inset;
        -webkit-box-shadow: 0 0 10px 5px #356b0b inset;
        -moz-box-shadow: 0 0 10px 5px #356b0b inset;
        -ms-box-shadow: 0 0 10px 5px #356b0b inset;
        -o-box-shadow: 0 0 10px 5px #356b0b inset;
    }
*/
.btn {
    margin-right: 10px;
}