/*banner*/
header{ margin-top:40px;}

.cb-slideshow, .cb-slideshow:after { position:absolute; width:100%; height:100%; top: 0px; left: 0px; z-index: 0; background-color:#008eaa;}
.cb-slideshow li span { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; color: transparent;background-size: cover; background-repeat: none; opacity: 0; z-index: 0; -webkit-backface-visibility: hidden; -webkit-animation: imageAnimation 30s linear infinite 0s; -moz-animation: imageAnimation 30s linear infinite 0s; -o-animation: imageAnimation 30s linear infinite 0s; -ms-animation: imageAnimation 30s linear infinite 0s;
animation: imageAnimation 30s linear infinite 0s; /*cambi 36s*/}

.cb-slideshow li div { z-index: 1000; position: absolute; bottom: 30px;/*30*/ left: 0px; width: 100%; text-align: center; opacity: 0; color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s; -moz-animation: titleAnimation 36s linear infinite 0s; -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s; animation: titleAnimation 36s linear infinite 0s; }
.cb-slideshow li div h3 { font-family: 'Open Sans'; padding-left: 20px; color:#E96840; }
.cb-slideshow h3{ margin-bottom: 11%;}
.cb-slideshow h4{ margin-bottom: 10%;/*15 ambos*/ }
.cb-slideshow li:nth-child(1) span { background-image: url(../images/banner1.jpg); }
.cb-slideshow li:nth-child(2) span { background-image: url(../images/banner2.jpg); -webkit-animation-delay: 0s; -moz-animation-delay: 0s;/*6*/
    -o-animation-delay: 6s; -ms-animation-delay: 6s; animation-delay: 6s; }
.cb-slideshow li:nth-child(3) span { background-image: url(../images/banner3.jpg); -webkit-animation-delay: 12s; -moz-animation-delay: 12s;
    -o-animation-delay: 12s; -ms-animation-delay: 12s; animation-delay: 12s; }
.cb-slideshow li:nth-child(4) span { background-image: url(../images/banner4.jpg); -webkit-animation-delay: 18s; -moz-animation-delay: 18s;
    -o-animation-delay: 18s; -ms-animation-delay: 18s; animation-delay: 18s; }
.cb-slideshow li:nth-child(5) span { background-image: url(../images/banner5.jpg); -webkit-animation-delay: 24s; -moz-animation-delay: 24s;
    -o-animation-delay: 24s; -ms-animation-delay: 24s; animation-delay: 24s; }
.cb-slideshow li:nth-child(6) span { background-image: url(../images/banner6.jpg); -webkit-animation-delay: 30s; -moz-animation-delay: 30s;
    -o-animation-delay: 30s; -ms-animation-delay: 30s; animation-delay: 30s; }
.cb-slideshow li:nth-child(2) div { -webkit-animation-delay: 6s; -moz-animation-delay: 6s; -o-animation-delay: 6s; -ms-animation-delay: 6s;
    animation-delay: 6s; }
.cb-slideshow li:nth-child(3) div { -webkit-animation-delay: 12s; -moz-animation-delay: 12s; -o-animation-delay: 12s; -ms-animation-delay: 12s; animation-delay: 12s; }
.cb-slideshow li:nth-child(4) div { -webkit-animation-delay: 18s; -moz-animation-delay: 18s; -o-animation-delay: 18s; -ms-animation-delay: 18s; animation-delay: 18s; }
.cb-slideshow li:nth-child(5) div { -webkit-animation-delay: 24s; -moz-animation-delay: 24s; -o-animation-delay: 24s; -ms-animation-delay: 24s; animation-delay: 24s; }
.cb-slideshow li:nth-child(6) div { -webkit-animation-delay: 30s; -moz-animation-delay: 30s; -o-animation-delay: 30s; -ms-animation-delay: 30s; animation-delay: 30s; }

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 0% { opacity: 0; -webkit-animation-timing-function: ease-in; } 8% { opacity: 1; -webkit-animation-timing-function: ease-out; } 17% { opacity: 1 } 25% { opacity: 0 } 100% { opacity: 0 } }
@-moz-keyframes imageAnimation { 0% { opacity: 0;  -moz-animation-timing-function: ease-in; } 8% { opacity: 1; -moz-animation-timing-function: ease-out; } 17% { opacity: 1 } 25% { opacity: 0 } 100% { opacity: 0 } }
@-o-keyframes imageAnimation { 0% { opacity: 0; -o-animation-timing-function: ease-in; } 8% { opacity: 1; -o-animation-timing-function: ease-out; } 17% { opacity: 1 } 25% { opacity: 0 } 100% { opacity: 0 } }
@-ms-keyframes imageAnimation { 0% { opacity: 0; -ms-animation-timing-function: ease-in; } 8% { opacity: 1; -ms-animation-timing-function: ease-out; } 17% { opacity: 1 } 25% { opacity: 0 } 100% { opacity: 0 } }
@keyframes imageAnimation { 0% { opacity: 0; animation-timing-function: ease-in; } 8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 } 25% { opacity: 0 } 100% { opacity: 0 } }
/* Animation for the title */
@-webkit-keyframes titleAnimation { 0% { opacity: 0 } 8% { opacity: 1 } 17% { opacity: 1 } 19% { opacity: 0 } 100% { opacity: 0 } }
@-moz-keyframes titleAnimation { 0% { opacity: 0 } 8% { opacity: 1 } 17% { opacity: 1 } 19% { opacity: 0 } 100% { opacity: 0 } }
@-o-keyframes titleAnimation { 0% { opacity: 0 } 8% { opacity: 1 } 17% { opacity: 1 } 19% { opacity: 0 } 100% { opacity: 0 } }
@-ms-keyframes titleAnimation { 0% { opacity: 0 } 8% { opacity: 1 } 17% { opacity: 1 } 19% { opacity: 0 } 100% { opacity: 0 } }
@keyframes titleAnimation { 0% { opacity: 0 } 8% { opacity: 1 } 17% { opacity: 1 } 19% { opacity: 0 } 100% { opacity: 0 } }
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{ opacity: 1; }

@media screen and (max-width: 1140px) { .cb-slideshow li div h3 { font-size: 2.8em; font-weight:300; line-height: 40px; letter-spacing:1px; }/*140px */ .cb-slideshow li div h4 { font-size: 2em; font-weight:300; letter-spacing:1px; }} /*TITULO BANER EN PANTALLA GRANDE*/
@media screen and (max-width: 600px) { .cb-slideshow li div h3 { font-size: 2.6em; font-weight:300;}/*60px */ .cb-slideshow li div h4 { font-size: 2em; font-weight:300; } }
@media screen and (min-width: 600px) { .cb-slideshow li div h3 { font-size: 2.6em; font-weight:300;/*70px */line-height: 50px; text-align: center;}.cb-slideshow li div h4 { font-size: 1.6em; font-weight:300; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
.cb-slideshow li div h3 { font-size: 1.3em; font-weight:300;/*70px */line-height: 30px; text-align: center;}.cb-slideshow li div h4 { font-size: 1.2em; font-weight:300; } 
header.carousel {height: 100%;max-height: 300px;}
}
@media screen and (max-width: 480px){}
@media only screen and (min-width: 480px) and (max-width: 600px) { /*celular h*/.cb-slideshow li div h3 { font-size: 1.5em; font-weight:300;/*70px */line-height: 50px; text-align: center;}.cb-slideshow li div h4 { font-size: 1.2em; font-weight:300; } }


a{ color: #FCAC45;text-decoration:none;}
a:hover, a:focus{text-decoration: none;color: #FCAC45;}
.celeste{ color: #3ea5ce;} .color{color: #3ea5ce;}.rosa{color: #f36341;}
.space{margin-top: 40px;}
::-moz-selection { background: #E96840;color:#fff; }
::-webkit-selection { background: #E96840;color:#fff; }
::selection { background: #E96840;color:#fff;} 
select:focus {outline-color: transparent;}
#home h3 { text-transform: uppercase; }
.nav li a { text-transform: uppercase; }
img.displayed { display: block; margin-left: auto; margin-right: auto; background-color: transparent;}

/*menu*/
.navbar-inverse { background-color: #ffffff; opacity:1/*0.85*/; font-size:20px/*15px*/; padding-top:18px;/*16*/  padding-bottom:4px; /*16px*/border-bottom: 1px solid #008eaa;}
.navbar-inverse .navbar-nav>li>a{font-size: 15px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s; ;}
.navbar-inverse .navbar-nav>li>a { color:#008eaa; padding-bottom:6px; padding-right:10px; }
.navbar-inverse .navbar-nav li { margin-left:15px; text-transform: uppercase; }
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover
{ color: #008eaa; background-color: transparent; border-bottom: 3px solid #FFF;  margin-bottom: 0px;-webkit-transition:0.5s; transition: 0.5s; transition-timing-function: ease; }
.navbar-inverse .navbar-nav>li>a:hover { color:#008eaa; border-bottom: 3px solid #008eaa;-webkit-transition:0.5s; transition: 0.5s; transition-timing-function: ease; }
.navbar-inverse .navbar-nav>li>a:active { border-bottom: 3px solid #008eaa;-webkit-transition:0.5s; transition: 0.5s; transition-timing-function: ease; }
.navbar-inverse { border:none; }
.navbar-brand img{ margin-top:-10px;  padding: 0;/*mio*/}

.navbar-brand{  float: left;height: 90px;padding: 0 12px;}/* mio*/

/*banner*/

.img-portfolio { margin-bottom: 30px; }
.img-hover:hover { opacity: 0.8; }
header.carousel {height: 100%;max-height: 500px;}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner { height: 100%; }
header.carousel .fill2 { width: 100%; height: 100%; background-position: center; background-size: cover; background-color: #1B2D2D; }
header.carousel .fill { width: 100%; height: 100%; background-position: center; background-size: cover; background-color:#E96840; }

/*usado new*/
body, html{height: 100%; font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"sans-serif"; text-rendering: optimizeLegibility !important;-webkit-font-smoothing: antialiased !important;color: #5a5a5a;}
body { color: #313131;}
h4{text-transform: uppercase;}
h1 strong{font-weight: 600;}
h3{font-size: 18px;font-weight: 900;}
h5{font-weight: 700;line-height: 20px;}

h1, h2, h3, h4,h5, h6{margin: 0; float: left;font-weight: 300;font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; width: 100%; height: auto;}
p, p.large{font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "sans-serif";font-weight: 300; margin: 0; padding:0;}p{text-align: justify;}

#info, #actividades, #galeria, #portfolio1, #footer, #descarga, #contact, #precios{padding: 28px 0;text-align: center;width: 100%;height: auto;clear: both;}
#contact, #precios {padding: 40px 0 30px;border-top: 3px solid #008eaa;}

#info .item p{padding: 0; text-align:justify;font-size: 1.1em; color:#5a5a5a; }
#info .item .thumbnail:hover>img.img-circle.team-img{border: 4px solid #FCAC45;}
#info .thumbnail {background: transparent;border: 0;}
#info p{font-size: 1.1em;color: #75787b;line-height: 30px;}
#info h1{font-size: 1.8em;font-weight: 300;color: #E96840;margin: 0;padding: 2% 0;line-height: 36px;font-family: 'Roboto', "sans-serif;";text-align: left;}
#info h3{font-size: 1.7em;font-weight: 300;color: #008eaa;margin: 0;padding: 2% 0;line-height: 30px;font-family: 'Roboto', "sans-serif;";}

#portfolio1 h2{font-size: 1.4em;font-weight: 300;color: #333333;margin: 0;padding: 2% 0;line-height: 36px;font-family: 'Roboto', "sans-serif;";text-align: center;}

#tf-about{padding: 40px 0 ;border-top: 3px solid #008eaa;background: url(../images/fondo_guanaqueros.png) no-repeat center top;background-attachment: relative;
background-position: center center;width: 100%;-webkit-background-size: 100%;-moz-background-size: 100%;-o-background-size: 100%;background-size: 100%;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;}
#tf-about p{text-align: justify;font-size: 1.1em;color: #75787b;line-height: 28px;}
#tf-about .item{padding: 8px;border: 1px solid #008eaa;margin: 0; width:100%;}
#tf-about .item .thumbnail:hover>img.img-circle.team-img{border: 4px solid #FCAC45;}
#tf-about .thumbnail {background: transparent;border: 0;}
#tf-about h3{font-size: 1.7em;font-weight: 300;color: #008eaa;
padding: 1% 0;line-height: 30px;font-family: 'Roboto', "sans-serif;";text-align: center;}
img.img-circle.team-img {width: 160px; /*120*/height: 160px;/*120*/border: 4px solid transparent;transition: all 0.5s;}
#tf-about .btn {margin: 10px 22%;background-color:#fff/*rgba(255,255,255,0)*/;color: #555555; border: 1px solid #FCAC45; width:50%;}
#tf-about .btn:hover, #headerwrap .btn:focus {color: #555;background-color: #fcac45;outline: 0px;border: 1px solid #FCAC45;}

.section-title{ float:left; width:100%;}
.section-title hr{border-color: #3ea5ce;border-width: 4px;width: 80px;float: left;clear: both;}
.section-title h2{font-family: 'Roboto', "sans-serif;";font-size: 2.6em;font-weight: 300;line-height: 36px;text-align: left;}
.section-title h4{font-weight: 300;font-family: 'Lato', sans-serif;font-size: 1.4em;line-height: 32px;margin: 0; text-align:left;}

#precios .costo{padding: 0;margin:0px/*10*/;text-align: center; width:100%;}
#precios .costo p{text-align: left;font-size: 1.1em;color: #5a5a5a;}
.sitio{font-size: 1.3em;font-weight: 300;color: #999999;height: 56px;color: #3ea5ce;text-align: left;line-height: 50px;}
.titulo{
	font-size: 1.5em;
	font-weight: 300;
	text-transform: uppercase;
	color: #3ea5ce;
	height: 38px;
	line-height: 37px;
	text-align: left;
	float: left;
	width: 100%;
}
.titulo2{
	font-size: 1.1em;
	font-weight: 300;
	color: #75787b;
	height: 38px;
	line-height: 38px;
	text-align: left;
	float: left;
	width: 100%;
}
.temporada{font-size: 1.1em;font-weight: 300;color: #999999;height: 56px;line-height: 25px;text-align: left;}

#descarga {background-color: #FFFFFF;}
.banner_btn {display: inline-block;padding: 6px 20px;font-size: 1.1em;cursor: pointer;background: #819750;color: #fff;font-weight: 500;text-decoration: none;outline: none;margin-top: 30px;border-radius: 5px;}.banner_btn:hover {background: #819750;color: #fff;text-decoration: none;}
/* actividades */
#actividades{background-color: #00b3d9;}
#actividades h4{font-size: 1.8em;font-weight: 300;text-transform: none;color: #ffffff;margin: 0;padding: 2% 0;line-height: 30px;font-family: 'Lato', sans-serif;font-style: italic;}
#actividades p{text-align: justify;font-size: 1.1em;color: #ffffff;font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "sans-serif";font-weight: 300;line-height: 27px;}
/* GALERIA*/
#galeria {padding-top: 10px;margin-bottom: 40px;}
.gal2 { margin:0px;  padding:0px;  max-width: 100%; }
.gal3 {min-width: 280px;display: inline-block;margin: 0px 0px 4px 0px;padding: 0px;}
.gal3 img { width: 99%; min-width: 240px; max-width:380px; cursor: pointer;}
.gal3 img:hover { filter: brightness(70%) !important;  -webkit-filter: brightness(70%); -moz-filter: brightness(70%); -o-filter: brightness(70%); -ms-filter: brightness(70%);-webkit-transition:0.5s; transition: 0.5s; transition-timing-function: ease; }
/*portfolio*/
.port2 { margin:0px;  padding:0px;  max-width: 100%; }
.port3 { width: 33%; min-width: 240px; display: inline-block; margin:0px 0px 7px 0px;  padding:0px; }
.port3 img { width: 99%; min-width: 240px; max-width:380px; cursor: pointer;}
.port3 img:hover { filter: brightness(70%) !important;  -webkit-filter: brightness(70%); -moz-filter: brightness(70%); -o-filter: brightness(70%); -ms-filter: brightness(70%);-webkit-transition:0.5s; transition: 0.5s; transition-timing-function: ease; }
ul.nav-pills  { text-align: center; margin: 25px auto 20px auto; width: auto; display: table; }
.nav-pills>li { float:none; text-align: center; display: table-cell; margin:0px; vertical-align: bottom; }
.nav-pills>li a { color:#333; border-radius:0px; text-align: center; font-weight: bold; padding: 10px 8px; border-bottom: 2px solid #E96840; }
.nav>li>a:focus, .nav>li>a:hover { color:#FFF; background-color: #E96840; }
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover { background-color: #E96840; color:#FFF; }
.nav-pills>li+li { margin:0px; }
.modal-dialog { height: 100%; width: 100%; display: flex; align-items: center; }
.modal-content { margin: 0 auto;  max-width: 80%;  max-height: 80%; }

/*footer*/
#minifooter { background-color: #145b6f; width:100%; display:block; color:#f7f7f7; height:12px; }
#footer { background-color: #008eaa; color:#ffffff; padding: 20px 0;}
#footer p, .myfooter p{line-height: 26px;color: #ffffff;font-weight: 300; font-size:13px; text-align:left;}
#footer .fa {color: #ffffff; padding-right:1%;}
.myfooter { color: #9d9d9d;	padding:2px 0;  font-size:1em;}
#footer a { color: #efefef; padding:10px 0px; -webkit-transition:0.5s; transition: 0.5s;  }
#footer a:hover {	color: #E96840; padding:12px 0px; text-decoration: none;-webkit-transition-timing-function: linear; transition-timing-function: linear;}

/* fontawesome------ */
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-shield:before{content:"\f132"} .fa-cloud-download:before {content: "\f0ed";}.fa-database:before{content:"\f1c0"}.fa-server:before{content:"\f233"}.fa-bug:before{content:"\f188"}.fa-tree:before{content:"\f1bb"}.fa-globe:before{content:"\f0ac"}.fa-user:before{content:"\f007"}.fa-comment:before{content:"\f075"}.fa-wrench:before{content:"\f0ad"}.fa-power-off:before{content:"\f011"}.fa-code:before{content:"\f121"}.fa-check-circle:before{content:"\f058"} .fa-check-square-o:before{content:"\f046"}.fa-caret-right:before{content:"\f0da"}.fa-clock-o:before{content:"\f017"}.fa-arrow-down:before{content:"\f063"}.fa-location-arrow:before{content:"\f124"}.fa-phone:before{content:"\f095"}.fa-map-marker:before{content:"\f041"}.fa-check-square:before{content:"\f14a"}.fa-angle-right:before{content:"\f105"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-youtube-play:before{content:"\f16a"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-comments:before{content:"\f086"}.fa-trophy:before{content:"\f091"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-download:before{content:"\f019"}.fa-thumbs-o-up:before{content:"\f087"}
/*---------- */


button.btn.tf-btn.btn-default {float: right;background: #FCAC45;border: 0;border-radius: 0;padding: 10px 40px;color: #ffffff;text-transform: uppercase;}
.btn:active, .btn.active {background-image: none;outline: 0;box-shadow: none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline: thin dotted;outline: none;outline-offset: none;}

/*contacto*/
#mapa {padding: 0;text-align: center;background-attachment: relative;background-position: center center;min-height: 400px;width: 100%;-webkit-background-size: 100%;-moz-background-size: 100%;
-o-background-size: 100%;background-size: 100%;
-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;margin-top: 80px;}
#contact .form {padding: 0 0 60px;}
#contact p{padding: 0; text-align:justify;font-size: 1.1em; color:#5a5a5a;}
#contact .fa {color: #9dbd31;margin: 0;}
#contact .btn {font-weight: 500;font-size: 18px;margin-top: 10px;background-color: #3ab7cb;color: #fff;border: 0;}
#contact .btn:hover, #contact .btn:focus {background-color: #329cad;outline: 0px;}

input,textarea, label{font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "sans-serif";font-weight: 300;font-size: 15px;}
label { display: inline-block; COLOR: #333333; line-height: 20px; TEXT-ALIGN: left; padding-left: 2px} label a, label a:hover{ text-decoration: none; font-size: 14px; color: #585858; font-weight: 300;}
/* Contact Section */
#contact-form label {display: inline-block;COLOR: #555;line-height: 20px;TEXT-ALIGN: left;font-size: 15px;font-weight: 400;}
#contact-form input { width:94%;}
.contact-detail {text-align: center;margin: 60px 0;}
.contact-detail i.fa { text-align: center;font-size: 30px; background-color: #FFCC33;  color: #ffffff;  padding: 25px 0;border-radius: 50px; border-top-left-radius: 0; margin: 0 10px;margin-right: 20px; width: 82px;height: 80px; transition: background-color 0.5s;}
.contact-detail:hover i.fa { background-color: #333333 }
form#contact-form { padding: 0 40px; text-align:left ;}
.contact form#contact-form {padding: 0}
.form-control:focus { border-color: inherit; outline: 0; -webkit-box-shadow: none; box-shadow: none;}
.form-control {display: block;width: 94%;height: 44px;padding: 10px 12px;font-size: 14px;line-height: 1.42857143;
 color: #555;background-color: #fff; background-image: none; border: 1px solid #ccc;border-radius: 4px; -webkit-box-shadow: none;box-shadow: none; -webkit-transition: none; -o-transition: none;transition: none;}
p.help-block.text-danger ul li { display: block; margin-left: -20px;color: #3ab7cb;}
#success .alert-danger {color: #049dbf;background-color: #FDFDFD; border-color: #FFCC33; margin-bottom: 10px;}
