@import url(http://fonts.googleapis.com/css?family=Lato|Contrail+One);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
@import url(https://fonts.googleapis.com/css?family=Oswald);


body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 13pt;
    background: #000;
    background-image: url('../img/cfyf-bg.jpg'); /* Old browsers */
    background-position: top center;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}




/**************************/
/***** NAVIGATION BAR *****/
/**************************/
.navbar {
    font-family: 'Oswald', sans-serif;
    font-size: 15pt;
    text-transform: uppercase;
    font-weight: bold;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 5px #0351a0 solid;
    border-bottom-color: #ed3d3d; /* Old browsers */
    border-bottom-color: -moz-radial-gradient(center, ellipse cover,  #ed3d3d 0%, #bf1711 100%); /* FF3.6+ */
    border-bottom-color: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ed3d3d), color-stop(100%,#bf1711)); /* Chrome,Safari4+ */
    border-bottom-color: -webkit-radial-gradient(center, ellipse cover,  #ed3d3d 0%,#bf1711 100%); /* Chrome10+,Safari5.1+ */
    border-bottom-color: -o-radial-gradient(center, ellipse cover,  #ed3d3d 0%,#bf1711 100%); /* Opera 12+ */
    border-bottom-color: -ms-radial-gradient(center, ellipse cover,  #ed3d3d 0%,#bf1711 100%); /* IE10+ */
    border-bottom-color: radial-gradient(ellipse at center,  #ed3d3d 0%,#bf1711 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed3d3d', endColorstr='#bf1711',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 0px;
    margin-bottom: 0px;
}
.navbar li>a {
    color: #444 !important;
    //text-shadow: 2px 2px #000;
}
.menu-border-right {
    border-right: 1px #757575 solid;
}
.navbar li>a:hover {
    color: #fff !important;
    text-shadow: 1px 1px #000 !important;
    transition: 0.3s ease;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0351a0+0,013463+100 */
    background: #0351a0; /* Old browsers */
    background: -moz-linear-gradient(top,  #0351a0 0%, #013463 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0351a0), color-stop(100%,#013463)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0351a0 0%,#013463 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0351a0 0%,#013463 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0351a0 0%,#013463 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0351a0 0%,#013463 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0351a0', endColorstr='#013463',GradientType=0 ); /* IE6-9 */
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    color: #00999;
}
.navbar-default {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6d6d6+0,adadad+50,adadad+100 */
    background: #d6d6d6; /* Old browsers */
    background: -moz-linear-gradient(top,  #d6d6d6 0%, #adadad 50%, #adadad 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(50%,#adadad), color-stop(100%,#adadad)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d6d6d6 0%,#adadad 50%,#adadad 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d6d6d6 0%,#adadad 50%,#adadad 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d6d6d6 0%,#adadad 50%,#adadad 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d6d6d6 0%,#adadad 50%,#adadad 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#adadad',GradientType=0 ); /* IE6-9 */
}
.dropdown-menu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0351a0+0,013463+100 */
    background: #0351a0; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #0351a0 0%, #013463 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#0351a0), color-stop(100%,#013463)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #0351a0 0%,#013463 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #0351a0 0%,#013463 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #0351a0 0%,#013463 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #0351a0 0%,#013463 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0351a0', endColorstr='#013463',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    font-size: 12pt;
    color: #fff;
}
.dropdown-menu li>a{
    color: #fff !important;
}
.dropdown-menu li>a:hover{
    color: #fff !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed3d3d+0,bf1711+100 */
    background: #ed3d3d; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #ed3d3d 0%, #bf1711 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ed3d3d), color-stop(100%,#bf1711)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #ed3d3d 0%,#bf1711 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #ed3d3d 0%,#bf1711 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #ed3d3d 0%,#bf1711 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #ed3d3d 0%,#bf1711 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed3d3d', endColorstr='#bf1711',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    text-shadow: 1px 1px #444 !important;
    transition: 0.4s ease !important;
}
.dropdown-header {
    font-weight: bold;
    font-size: 12pt;
    color: #fff;
}
.dropdown-open {
    background-color:black !important;
}
.navbar-brand img {
    margin-top: -15px;
}
@media screen and (max-width: 355px) {
    .navbar-brand img {
    margin-top: -10px;
    max-width: 180px;
    }
}


@media (max-width: 914px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
    .navbar-collapse.collapse.in { display: block !important; }
    .menu-border-right {
        border-right: none !important;
    }
}




/**************************/
/***** CAROUSEL/SLIDER *****/
/**************************/

#myCarousel {
    //margin-top: -20px;
}
.carousel {
    height: 300px;
    position: relative;
    margin-bottom: 0px;
    border-bottom: 1px solid #4C1068;
}
.carousel-inner {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 5px #0351a0 solid;
    border-bottom-color: #ed3d3d; /* Old browsers */
    border-bottom-color: -moz-radial-gradient(center, ellipse cover,  #ed3d3d 0%, #bf1711 100%); /* FF3.6+ */
    border-bottom-color: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ed3d3d), color-stop(100%,#bf1711)); /* Chrome,Safari4+ */
    border-bottom-color: -webkit-radial-gradient(center, ellipse cover,  #ed3d3d 0%,#bf1711 100%); /* Chrome10+,Safari5.1+ */
    border-bottom-color: -o-radial-gradient(center, ellipse cover,  #ed3d3d 0%,#bf1711 100%); /* Opera 12+ */
    border-bottom-color: -ms-radial-gradient(center, ellipse cover,  #ed3d3d 0%,#bf1711 100%); /* IE10+ */
    border-bottom-color: radial-gradient(ellipse at center,  #ed3d3d 0%,#bf1711 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed3d3d', endColorstr='#bf1711',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.carousel .item {
    height: 300px;
}
.carousel-inner > .item {
    height: 300px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 300px;
}
.slide-1 {
    background-position: top center;
    background-image: url('../img/slide-img1.jpg');
    filter: blur(20px);
}
.slide-2 {
    background-position: top center;
    background-image: url('../img/slide-img2.jpg');
}
.slide-3 {
    background-position: top center;
    background-image: url('../img/slide-img3.jpg');
}



/**************************/
/***** CONTENT *****/
/**************************/
.page-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-container {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d6d6d6+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#d6d6d6 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#d6d6d6 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #ffffff 0%,#d6d6d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 25px;
}

.home-news {
    //border-left: 5px solid #FF5E5E;
    min-height: 600px;
}
.home-news h1 {
    font-family: 'Oswald', sans-serif;
    //color: #0351a0;
    background: -webkit-linear-gradient(#0351a0, #013463);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bolder;
    text-align: center;
    font-size: 44pt;
    text-transform: uppercase;
}
.home-news h3 {
    color: red;
    font-weight: bold;
    font-size: 15pt;
}
.home-callouts {
    margin-top: 40px;
}
.home-callouts img {
    max-width: 125px;
}
.content-first {
    margin-top:30px;
}
.content-callouts {
    margin-top: 30px;
}
.content-callouts h3 {
    color: #fff !important;
}
.content-callouts a {
    color: #fff !important;
}
.callout-box {
    min-height: 100px;
    margin-bottom: 20px;
    padding: 18px;
    text-align: center;
    //max-width: 252px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0351a0+0,013463+100 */
    background: #0351a0; /* Old browsers */
    background: -moz-linear-gradient(top,  #0351a0 0%, #013463 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0351a0), color-stop(100%,#013463)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0351a0 0%,#013463 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0351a0 0%,#013463 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0351a0 0%,#013463 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0351a0 0%,#013463 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0351a0', endColorstr='#013463',GradientType=0 ); /* IE6-9 */
}
.callout-box:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#03459b+0,012a5b+100 */
    background: #03459b; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #03459b 0%, #012a5b 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#03459b), color-stop(100%,#012a5b)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #03459b 0%,#012a5b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #03459b 0%,#012a5b 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #03459b 0%,#012a5b 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #03459b 0%,#012a5b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03459b', endColorstr='#012a5b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    transition: 0.2s ease;
    border: 2px #D34141 solid;
}
.callout-box a {
    color: #fff !important;
}
.callout-box a:hover {
    text-decoration: none;
}




/**************************/
/***** SCHED TABLES *****/
/**************************/
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{padding:10px 5px;border-style:solid;border-width:3px;overflow:hidden;word-break:normal;}
.tg th{font-weight:normal;padding:10px 5px;border-style:solid;border-width:3px;overflow:hidden;word-break:normal;}
.tg .tg-s6z2{text-align:center}
.tbl-header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0351a0+0,013463+100 */
    background: #0351a0; /* Old browsers */
    background: -moz-linear-gradient(top,  #0351a0 0%, #013463 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0351a0), color-stop(100%,#013463)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0351a0 0%,#013463 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0351a0 0%,#013463 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0351a0 0%,#013463 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0351a0 0%,#013463 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0351a0', endColorstr='#013463',GradientType=0 ); /* IE6-9 */
    color: #fff;
}
.schedule-tbl {
    margin-bottom: 20px;
    margin-top: 10px;
}




/**************************/
/***** FOOTER *****/
/**************************/
.clr1 {
    background: #FFFFFF; 
    color: #333743;
}
.clr2 {background: #F1F3F5; color: #8F94A3;}
.clr3 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed3d3d+0,bf1711+100 */
    background: #ed3d3d; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #ed3d3d 0%, #bf1711 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ed3d3d), color-stop(100%,#bf1711)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #ed3d3d 0%,#bf1711 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #ed3d3d 0%,#bf1711 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #ed3d3d 0%,#bf1711 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #ed3d3d 0%,#bf1711 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed3d3d', endColorstr='#bf1711',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #ffffff;
}
.clr4 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    background: #0351a0; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #0351a0 0%, #013463 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#0351a0), color-stop(100%,#013463)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #0351a0 0%,#013463 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #0351a0 0%,#013463 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #0351a0 0%,#013463 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #0351a0 0%,#013463 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0351a0', endColorstr='#013463',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #ffffff;
}
.clr5 {background: ; color: #F1F3F5;}
.clr6 {background: ; color: #39B5A1;}
.clr7 {background: ; color: #D45245;}

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

/*##### Footer Structure #####*/
.bo-wrap {clear:both; width: auto;}
.bo-footer {
  clear:both;
  width: auto;
  padding: 5px;
  max-width: 1100px;
  margin: 0 auto;
}

.bo-footer-social {text-align: center; line-height: 1px;}

.bo-footer-smap {
	width: 300px;
	float: left;
	padding: 5px 10px;
  text-align: left;
  font-size: 18px;
}

.bo-footer-uonline {
	width: 300px; /* Account for margins + border values */
	float: left;
	padding: 5px 10px;
  text-align: center;
}

.bo-footer-power {
	width: 300px;
	padding: 5px 10px;
	float: left;
  text-align: right;
  font-size: 14px;
  color: #636A7D;
  vertical-align: middle;
}

.bo-footer-copyright {text-align: center; color: #ffffff;}

/*##### Footer Responsive #####*/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	.bo-footer {
		width: 95%;
		padding: 1% 2%;
	}
	.bo-footer-smap {
		width: 46%;
		padding: 1% 2%;
	}
	.bo-footer-uonline {
		width: 46%;
		padding: 1% 2%;
		float: right;
    text-align: right;
	}
	
	.bo-footer-power {
		clear: both;
		padding: 1% 2%;
		width: auto;
		float: none;
    text-align: center;
	}
}
/* for 700px or less */
@media screen and (max-width: 600px) {

	.bo-footer-smap {
		width: auto; 
		float: none;
    text-align: center;
	}
	
	.bo-footer-uonline {
		width: auto;
		float: none;
    text-align: center;
	}
	
	.bo-footer-power {
		width: auto;
		float: none;
    text-align: center;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {
  
}



.twitter-timeline  {
    border: 5px #0351a0 ridge !important;
    border-radius: 10px;
    background: #0351a0;
}




.clearFix {
    clear: both;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}