@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans');

.fa-facebook-official {
    color: #4267b2;
}

.fa-twitter-square {
    color: #1ea1f1;
}

.fa-instagram {
    color: #c42d90;
}




#signup{
	position: relative;
	top: -40px;
	margin-bottom: -40px;
	background: url('resume.png'),url('wave.jpg');
	background-repeat: no-repeat,no-repeat;
	background-size: cover;
	min-height: 600px;
}

a#donatebtn {
 color: #fff;
}

#donatebtn:link{
    color: #fff;
    background: #b3252d;
}

#donatebtn:hover {
    color: #b3252d;
    background: #fff;
    border: solid 1px #b3252d;
}

#volbtn:link {
	margin-left:5px;
    color: #fff;
    background: #014a98;
}
#volbtn:visited {
	margin-left:5px;
    color: #fff;
    background: #014a98;
}

#volbtn:hover {
    color: #014a98;
    background: #fff;
    border: solid 1px #014a98;
}

.venue{
	text-align:center;
}


ul.thumbnails {
	list-style: none;
}
.container-fluid .data_box {
    margin-top: 5px;
    margin-bottom: 5px;
}

.container-fluid .data_box .data_button {
    position: relative;
    padding: 12px;
    background-color: #fff;
    color: #555;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    font-size: 1.2em;
}

.container-fluid .data_box .data_content {
    position: relative;
    top: 5px;
    padding: 12px;
    background-color: #eee;
    color: #555;
    display: none;
    overflow: hidden;
    z-index: 100;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #888888;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.carousel-indicators-test {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    background-color: #fff;
}

.carousel-indicators-test li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #999;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-indicators-test .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #999;
}

.carousel-caption-test {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.cards{
	display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	    width: 100%;
}
.cardtest{
	display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	height:auto;
	
	margin-top:10px;
	margin-bottom:10px;
		
}

.cardlayout{

	background:rgba(255,255,255,.5);
	
	box-shadow:0px 0px 2px #999;
	
}
.cardphoto{
	
	width:100px;
	height:auto;
}

.cardhead{
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;	
	font-size:1.2em;
	font-weight:800;
}

.cardhead2{
	padding-left:5px;
	padding-right:5px;	
	font-size:1.1em;
	font-weight:500;
}

.cardcontent{
	margin-top:5px;
	padding:10px;
	font-size:.98em;
}

#test-carousel {
    height: auto;
    min-height: 470px;
}

.navbar-fixed-top {
    min-height: 80px;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 80px;
}

@media (min-width:768px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: 50px;
    }
}

ul.nav.navbar-nav.navbar-left {
    margin-top: 20px;
    font-weight: 500;
}

ul.nav.navbar-nav.navbar-right {
    margin-top: 20px;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.navbar-ige {
    background-color: #ededed;
    border-color: #e7e7e7;
    min-height: 60px;
}

@media (min-width:768px) and (max-width:991px) {
    #logo_1 {
        visibility: none;
        display: none;
    }

    #test-carousel {
        height: auto;
        min-height: 500px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    #redflag {
        /* height:200px !important;*/
    }
}

#carouselhome {
    position: relative;
    margin-top: -50px;
}

#logo_1 {
    position: relative;

    /* margin-right:auto;*/
    /* text-align:center;*/
    height: 90px;

    /* display:inline-block;*/
    /* float:none;*/
    top: -30px;
    left: -40px;
}

#coms {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 200px;
    max-height: 400px;
}

.coms {
    text-align: center;
    color: #999;
}

.coms > a {
    color: #999;
    text-decoration: none;
}

#com1 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 1px #222;
}

#com1:hover {
    box-shadow: #999 0px 0px 10px;
}

#com2 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 1px #222;
}

#com2:hover {
    box-shadow: #999 0px 0px 10px;
}

#com3 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 1px #222;
}

#com3:hover {
    box-shadow: #999 0px 0px 10px;
}

.is_box {
    min-height: 250px;
    max-height: 300px;
    height: auto;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 100;
    color: #999;
}

.is_box:hover {
    color: #fff;
    background: #51D0F5;

    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom,#51D0F5,#04489F);

    /* Chrome 10-25,Safari 5.1-6 */
    background: linear-gradient(to bottom,#51D0F5,#04489F);

    /* W3C,IE 10+/ Edge,Firefox 16+,Chrome 26+,Opera 12+,Safari 7+ */
}

.is_box_gray {
    background: #eee;
}

.is_box_white {
    background: #fff;
}

.logo_1 {
    height: 50px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #555;
    text-transform: capitalize;
    text-transform: uppercase;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
    color: #999;
}

.nav > li.disabled > a {
    color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

#wrapper {
    height: 100%;
    position: relative;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#redflag {
    position: relative;
	/* background: #0085d0; */
    background-position: center center;
    background-size: cover;
    min-height: 130px;
    max-height: 1500px;
    padding-bottom: 60px;

}

#redflagh1 {
    position: relative;
    color: #fff;
    top: 30px;
}

.redflag-btn {
    position: relative;
    color: #fff;
    top: 30px;
    color: #fff;
    text-align: center;
    border: solid 2px #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.redflag-btn:hover {
    position: relative;
    color: #555;
    background: rgba(255,255,255,.5);
    top: 30px;
    color: #fff;
    text-align: center;
    border: solid 2px #fff;
    text-decoration: none;
}

#redflagh1 {
    position: relative;
    color: #fff;
    top: 30px;
}

.redflag-btn {
    position: relative;
    color: #fff;
    top: 30px;
    color: #fff;
    text-align: center;
    border: solid 2px #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.redflag-btn:hover {
    position: relative;
    color: #555;
    background: rgba(255,255,255,.5);
    top: 30px;
    color: #fff;
    text-align: center;
    border: solid 2px #fff;
    text-decoration: none;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.de-nopad {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

#footer {
    background: #fff;
    min-height: 300px;
    max-height: 500px;
    color:#1E73BE;
}

#footer-logo {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    display: block;
}

#paidfor {
    position: relative;
    top: 80px;
    margin-left: auto;
    margin-right: auto;
    font-family: Helvetica,Arial,Sans-Serif;
    text-align: center;
    color: #1E73BE; !important;
    font-size: 1.1em !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid 1px #1E73BE;;
    width: 300px;
    z-index: 20;
    overflow: hidden;
}

#is {
    /* background:rgba(1, 74, 151, .8)
    /* min-height: 380px; */; */; /* background: #014a85; */

    /* fallback for old browsers */; /* background: -webkit-linear-gradient(to bottom,#00c6f7,#004a98); */

    /* Chrome 10-25,Safari 5.1-6 */; /* background: linear-gradient(to bottom,#00c6f7,#004a98); */

    /* W3C,IE 10+/ Edge,Firefox 16+,Chrome 26+,Opera 12+,Safari 7+ */
}

#is > .row {
    margin-top: 30px;
}

.btn-huge {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#timeline-xs {
    background: #00c6f7;

    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom,#004a98,#00c6f7);

    /* Chrome 10-25,Safari 5.1-6 */
    background: linear-gradient(to bottom,#004a98,#00c6f7 );

    /* W3C,IE 10+/ Edge,Firefox 16+,Chrome 26+,Opera 12+,Safari 7+ */
    color: #fff;
}

#endorse{
    /* background: #eee; */
}
#timeline {
    background: #555;
    background-image: url('time.jpg'); 
    background-position: top left;
    background-size: cover;
    /* min-height: 300px; */
    overflow-x: scroll;
}

timeline,
.timeline-horizontal {
    list-style: none;
    padding: 20px;
    position: relative;
}

.timeline:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline .timeline-item {
    margin-bottom: 20px;
    position: relative;
}

.timeline .timeline-item:before,
.timeline .timeline-item:after {
    content: "";
    display: table;
}

.timeline .timeline-item:after {
    clear: both;
}

.timeline .timeline-item .timeline-badge {
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 90px;
    font-size: 40px;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -25px;
    background-color: #7c7c7c;
    border: 3px solid #ffffff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
    top: 2px;
    left: 0px;
}

#w1{
	background-image:url('w1.jpg');
	background-position:center center;
}
#w2{
	background-image:url('w2.jpg');
	background-position:center center;
}
#w3{
	background-image:url('w3.jpg');
	background-position:center center;
}

#w4{
	background-image:url('w4.jpg');
	background-position:center center;
}
#w5{
	background-image:url('w5.jpg');
	background-position:center center;
}
#w6{
	background-image:url('w6.jpg');
	background-position:center center;
}
#w7{
	background-image:url('w7.jpg');
	background-position:center center;
}
#w8{
	background-image:url('w8.jpg');
	background-position:center center;
}

.timeline .timeline-item .timeline-badge.primary {
    background-color: #1f9eba;
}

.timeline .timeline-item .timeline-badge.info {
    background-color: #5bc0de;
}

.timeline .timeline-item .timeline-badge.success {
    background-color: #59ba1f;
}

.timeline .timeline-item .timeline-badge.warning {
    background-color: #d1bd10;
}

.timeline .timeline-item .timeline-badge.danger {
    background-color: #ba1f1f;
}

.timeline .timeline-item .timeline-panel {
    position: relative;
    width: 46%;
    float: left;
    right: 16px;
    border: 1px solid #c0c0c0;
    background: #ffffff;
    border-radius: 2px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline .timeline-item .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -16px;
    display: inline-block;
    border-top: 16px solid transparent;
    border-left: 16px solid #c0c0c0;
    border-right: 0 solid #c0c0c0;
    border-bottom: 16px solid transparent;
    content: " ";
}

.timeline .timeline-item .timeline-panel .timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
    margin-bottom: 0;
}

.timeline .timeline-item .timeline-panel .timeline-body > p + p {
    margin-top: 5px;
}

.timeline .timeline-item:last-child:nth-child(even) {
    float: right;
}

.timeline .timeline-item:nth-child(even) .timeline-panel {
    float: right;
    left: 16px;
}

.timeline .timeline-item:nth-child(even) .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 20px 0px 20px 0px;
    display: inline-block;
    /* margin-top: 300px; */
}

.timeline-horizontal:before {
    height: 4px;
    top: auto;
    bottom: 26px;
    left: 56px;
    right: 0;
    width: 100%;
    margin-bottom:0px;
}

.timeline-horizontal .timeline-item {
    display: table-cell;
    height: 280px;
    width: 20%;
    min-width: 320px;
    float: none !important;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0 auto;
    vertical-align: bottom;
    margin-bottom: 20px;
}

.timeline-horizontal .timeline-item .timeline-panel {
    top: auto;
    bottom: 64px;
    display: inline-block;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #999;
}

.timeline-horizontal .timeline-item .timeline-panel:before {
    top: auto;
    bottom: -16px;
    left: 28px !important;
    right: auto;
    border-right: 16px solid transparent !important;
    border-top: 16px solid #999 !important;
    border-bottom: 0 solid #666 !important;
    border-left: 16px solid transparent !important;
}

.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
    display: none;
}

.timeline-horizontal .timeline-item .timeline-badge {
    top: auto;
    bottom: -30px;
    left: 40px;
}

#test {
    color: #fff;
    padding-top: 80px;
}

#testimonial4 {
    overflow: hidden;
    min-height: 300px;
    max-height: 400px;
    position: relative;
    background: #fff;
}

#testimonial4 .carousel-inner {
    width: 75%;
    margin: auto;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 2px 3px;
    background-color: #000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #999;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
    transition: all 0.6s cubic-bezier(0.3,1,0,1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #eee;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #999;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    display: block;
    color: #999;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
}

.testimonial4_slide p {
    color: #999;
    font-size: 16px;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #999;
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width:480px) {
	

    .testimonial4_control_button .carousel-control {
        display: none;
    }

    .testimonial4_header {
        width: 95%;
    }

    .testimonial4_header h4 {
        font-size: 20px;
    }

    .testimonial4_slide {
        width: 98%;
        padding: 5px;
    }

    #test-carousel {
        height: auto;
        min-height: 510px;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .testimonial4_control_button .carousel-control.left {
        left: 2%;
    }

    .testimonial4_control_button .carousel-control.right {
        right: 2%;
    }

    .testimonial4_header {
        width: 95%;
    }

    .testimonial4_slide {
        width: 98%;
        padding: 5px;
    }

    #test-carousel {
        height: auto;
        min-height: 910px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .testimonial4_control_button .carousel-control.left {
        left: 5%;
    }

    .testimonial4_control_button .carousel-control.right {
        right: 5%;
    }
}

@-webkit-keyframes psBoxShadowEffect_2 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1),0 0 10px 10px #ffffff,0 0 0 10px rgba(255,255,255,0.5);
    }

    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1),0 0 5px 5px #ffffff,0 0 0 5px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes psBoxShadowEffect_2 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1),0 0 10px 10px #ffffff,0 0 0 10px rgba(255,255,255,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1),0 0 5px 5px #ffffff,0 0 0 5px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.cuadro_intro_hover {
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: 200px;
}

.cuadro_intro_hover:hover .caption {
    opacity: 1;
    transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
}

.cuadro_intro_hover img {
    z-index: 4;
}

.cuadro_intro_hover .caption {
    position: absolute;
    top: 150px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.cuadro_intro_hover .blur {
    background-color: rgba(0,0,0,0.7);
    height: 400px;
    z-index: 5;
    position: absolute;
    width: 100%;
}

.cuadro_intro_hover .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    height: 400px;
    text-align: center;
    top: -20px;
    width: 100%;
}

.event-list {
    list-style: none;
    font-family: 'Lato',sans-serif;
    margin: 0px;
    padding: 0px;
}

.event-list > li {
    background-color: rgb(255,255,255);
    box-shadow: 0px 0px 5px rgb(51,51,51);
    box-shadow: 0px 0px 5px rgba(51,51,51,0.7);
    padding: 0px;
    margin: 0px 0px 20px;
}

.event-list > li > time {
    display: inline-block;
    width: 100%;
    color: #fff;
    background-color: #004a98;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.event-list > li:nth-child(even) > time {
    background-color: #00c6f7;
}

.event-list > li > time > span {
    display: none;
}

.event-list > li > time > .day {
    display: block;
    font-size: 56pt;
    font-weight: 100;
    line-height: 1;
}

.event-list > li time > .month {
    display: block;
    font-size: 24pt;
    font-weight: 900;
    line-height: 1;
}

.event-list > li > img {
    width: 100%;
}

.event-list > li > .info {
    padding-top: 5px;
    text-align: center;
}

.event-list > li > .info > .title {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
}

.event-list > li > .info > .desc {
    font-size: 13pt;
    font-weight: 300;
    margin: 0px;
}

.event-list > li > .info > ul,
.event-list > li > .social > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.event-list > li > .social > ul {
    margin: 0px;
}

.event-list > li > .info > ul > li,
.event-list > li > .social > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30,30,30);
    font-size: 11pt;
    font-weight: 300;
    padding: 3px 0px;
}

.event-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30,30,30);
    text-decoration: none;
}

.event-list > li > .social > ul > li {
    padding: 0px;
}

.event-list > li > .social > ul > li > a {
    padding: 3px 0px;
}

.event-list > li > .info > ul > li:hover,
.event-list > li > .social > ul > li:hover {
    color: rgb(30,30,30);
    background-color: rgb(200,200,200);
}

.facebook a,
.twitter a,
.google-plus a {
    display: block;
    width: 100%;
    color: rgb(75,110,168) !important;
}

.twitter a {
    color: rgb(79,213,248) !important;
}

.google-plus a {
    color: rgb(221,75,57) !important;
}

.facebook:hover a {
    color: rgb(255,255,255) !important;
    background-color: rgb(75,110,168) !important;
}

.twitter:hover a {
    color: rgb(255,255,255) !important;
    background-color: rgb(79,213,248) !important;
}

.google-plus:hover a {
    color: rgb(255,255,255) !important;
    background-color: rgb(221,75,57) !important;
}

@media (min-width:768px) {
    .event-list > li {
        position: relative;
        display: block;
        width: 100%;
        height: 120px;
        padding: 0px;
    }

    .event-list > li > time,
    .event-list > li > img {
        display: inline-block;
    }

    .event-list > li > time,
    .event-list > li > img {
        width: 120px;
        float: left;
    }

    .event-list > li > .info {
        background-color: rgb(245,245,245);
        overflow: hidden;
    }

    .event-list > li > time,
    .event-list > li > img {
        width: 120px;
        height: 120px;
        padding: 0px;
        margin: 0px;
    }

    .event-list > li > .info {
        position: relative;
        height: 120px;
        text-align: left;
        padding-right: 40px;
    }

    .event-list > li > .info > .title,
    .event-list > li > .info > .desc {
        padding: 0px 10px;
    }

    .event-list > li > .info > ul {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

    .event-list > li > .social {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        width: 40px;
    }

    .event-list > li > .social > ul {
        border-left: 1px solid rgb(230,230,230);
    }

    .event-list > li > .social > ul > li {
        display: block;
        padding: 0px;
    }

    .event-list > li > .social > ul > li > a {
        display: block;
        width: 40px;
        padding: 10px 0px 9px;
    }
}

@media (min-width:200px) and (max-width:767px) {
    .navbar-ige {
        background-color: #ededed;
        border-color: #e7e7e7;
        min-height: 50px;
    }

	
	#signup{
	min-height: 400px;	}
	
	#logo_1 {
	    position: relative;

	    /* margin-right:auto;*/
	    /* text-align:center;*/
	    height: 60px;

	    /* display:inline-block;*/
	    /* float:none;*/
	    top: -30px;
	    left: -30px;
	}
    #logo_img {
        position: relative;
        height: 50px !important;
        top: 20px;
        left: 20px;
    }

    #carouselhome {
        position: relative;
        margin-top: -20px;
    }
}
