@import url(normalize.min.css);
@import url(font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row{margin:0 -15px;}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}

html {
    font-size: 10px;
}
body {
    font-size: 13px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;	
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}
a:focus {
    outline: 0;
}
img {
    vertical-align: middle;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

/* COLORS */
.orange-bg {
    background-color:#ff7b14;
}
.green-bg {
    background-color:#28ce28;	
}
.gold-bg {
    background-color:#ffba20;	
}
.violet-bg {
    background-color:#cf2260;	
}
.blue-bg {
    background-color:#00bfff;	
}
.pink-bg {
    background-color:#d0239c;	
}

body {
    background-image:url(../images/bg.png);	
    background-position: top center;
    background-repeat:no-repeat;
    background-color:#6666ff;
}

.container {
    width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}
h1 {
    font-weight:600;
    text-transform:uppercase;
    margin:0;
    padding:0;
    font-size:23px;
    line-height:24px;
}
h2 {
    font-weight:600;
    margin:0;
    padding:0;
    font-size:15px;
    line-height:17px;
    margin-top:5px;
}

/* HEADER */
.social-icons {
    text-align:right;
    margin-top:10px;
}

.sections-menu {
    list-style:none;
    font-weight:600;
    text-transform:uppercase;
    margin:0;
    padding:0;
    margin-top:130px;
}
.sections-menu a {
    display: table;
    text-align:center;
    color:#000;
    text-decoration:none;
    font-size:12px;
    padding:5px 0;
    height:30px;
    width:100%;

    overflow: hidden;
}
.sections-menu a span {
    display: table-cell; 
    text-align: center;
    vertical-align: middle;
}
.sections-menu li {
    float:left;
    width:15.5%;
}
.sections-menu li.home {
    width:7%;
}
.sections-menu li.home a {
    background-color:#000;
    color:#FFF;
    font-size:19px;
    padding:0;
}

.main-menu {
    display:inline-block;
    width:100%;
    list-style:none;
    font-weight:600;
    text-transform:uppercase;
    margin:0;
    padding:0;
    background-color:#000;
    margin-top:5px;
    padding:0 10px;
    color:#FFF;
    margin-bottom:30px;
}
.main-menu a {
    color:#FFF;
    text-decoration:none;
}
.main-menu a.active {
    color:#ff0000;	
}
.main-menu > li {
    float:left;
    margin:10px 10px;
}
.main-menu li ul {
    display:none;
    z-index:1000;
    position:absolute;
    background:#000;
    margin:0;
    padding:0;
    list-style:none;
    margin:0 -10px;
    padding:5px 0;
    font-size:11px;
}
.main-menu li ul li {
    margin:10px 10px;
}

/* SUBPAGES */
.subpages {
    display:inline-block;
    width:100%;
    list-style:none;
    text-transform:uppercase;
    margin:0;
    padding:0;
    margin:0 -5px;
    margin-top:5px;
    color:#FFF;
    margin-bottom:10px;
    font-size:12px;
}
.subpages a {
    color:#FFF;
    text-decoration:none;
}
.subpages  a.active {
    color:#ff0000;	
}
.subpages  li {
    float:left;
    background-color:#000;
    padding:0 10px;
    margin:0 5px;
    margin-bottom:10px;
}


/* MAIN */
.home-container {
    margin-bottom:15px;
}
.main {
    background:#FFF;
    padding:20px 10px;
    margin-bottom:15px;
}

/* LAST NEWS WIDGET */
.last-news-widget {

}
.last-news-widget p.title {
    margin-bottom:5px;	
}
.last-news-widget p {
    margin:0;
    padding:0;
    margin-bottom:20px;
}
.last-news-widget p:last-child {
    margin-bottom:0px;	
}
.last-news-widget p.title a {
    color:#ff0000;
    text-transform:uppercase;
    font-weight:600;
}
.last-news-widget .intro {
    height: 20px;
    overflow: hidden;
}
.last-news-widget p.archive {
    display: none;
    
    background:#f7f7f7;
    color:#4d4d4d;
    text-align: center;
    padding:10px;
    border:1px solid #e7e7e7;
}
.last-news-widget p.archive a {
    color:#4d4d4d;
}

/* SCHEDULE */
.schedule-location {
    font-weight:600;	
}
.schedule-event {
    font-weight:600;
    color:#ff0000;
}

/* EVENTS */
.events {
    margin:0 -10px;	
}
.event {
    margin:10px 10px;
    float:left;
    width:33,33%;
    background:#6666ff;
    text-align:center;
    color:#ffffff;
    width:213px;
}
.event a {
    color:#ffffff;	
}
.event p {
    margin:0;
    padding:3px 0;
}
.photos {
    margin:10px -3px;	
}
.photos a {
    display:inline-block;
    margin:3px;
}

/* FOOTER */
.footer {
    font-size:12px;	
    margin-bottom:15px;
}
.footer span {
    font-weight:600;
    text-transform:uppercase;
}
.footer a {
    color:#000000;
    text-decoration:none;
}
.footer ul {
    margin:0;
    padding:0;	
    list-style:none;
    float:right;
}
.footer ul li {
    float:left;
    margin-left:10px;
}

/* SEARCH BOX */
.search-box {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
.search-box input {
    float: left;
    height: 36px;
}
.search-box input:focus {
    outline: none;
}
.search-box input[type="text"] {
    width: 300px;
    padding: 7px 10px;
}
.search-box input[type="submit"] {
    width: 90px;
    padding: 8px 10px;
    border: 1px solid #ed2c2c;
    background: #ed2c2c;
    color: #fff;
    text-transform: uppercase;
}
.search-box::after {
    display: block;
    position: absolute;
    right: 90px;
    top: 10px;
    
    content: "";
   
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 6px 8.5px 0;
    border-color: transparent #ed2c2c transparent transparent;
}

/* SEARCH RESULT */
.search-results {
    
}
.search-results p {
    margin-bottom: 15px;
}
.search-results a {
    color: #ed2c2c;
    text-decoration: underline;
}