@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@font-face{
    font-family:"Georgia";
    src:url("../fonts/georgia.ttf");
}
@font-face{
    font-family:"Georgia";
    src:url("../fonts/georgiab.ttf");
}
*{
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
    font-family:inherit;
}

html, body{
    height:100%;
}

body{
    font-family:"Open Sans";
}

a{
    color:inherit;
    text-decoration:none;
}

#page_wrapper{
    display:table;
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
    table-layout:fixed;
}

header, #content, footer{
    display:table-row;
    position:relative;
    width:100%;
    height:1px;
}

#content{
    height:100%;
}

.wrapper{
    position:relative;
    margin:0px auto;
    width:1200px;
}

header .header_top{
    position:relative;
    height:100px;
    background-image:url("../images/header_bg.jpg");
    background-repeat:no-repeat;
    background-position:center top;
}
header .header_top .wrapper:after{
    content:"";
    display:table;
    clear:both;
}
#logo{
    position:relative;
    float:left;
    margin-top:14px;
}
#logo a{
    display:block;
}
#logo a img{
    display:block;
}
#topcontact{
    position:relative;
    float:right;
    margin-top:28px;
    font-size:30px;
    font-weight:600;
    color:white;
}
#topcontact:before{
    content:url("../images/phone.png");
    position:absolute;
    left:-50px;
    top:2px;
}
header .header_bottom{
    position:relative;
}
#main_menu{
    position:relative;
    height:46px;
    margin-bottom:2px;
    overflow:hidden;
    background-color:rgba(0, 0, 0, 0.1);
}
#main_menu .wrapper ul{
    position:relative;
    margin-top:9px;
}
#main_menu .wrapper ul:after{
    content:"";
    display:table;
    clear:both;
}
#main_menu .wrapper ul li{
    position:relative;
    float:left;
    list-style:none;
    border-left:1px solid rgba(0, 0, 0, 0.1);
    line-height:20px;
    font-weight:600;
    color:black;
    transition:color 0.3s, border-left-color 0.3s;
}
#main_menu .wrapper ul li:first-of-type{
    border-left:none;
}
#main_menu .wrapper ul li:before{
    content:"";
    position:absolute;
    width:100%;
    height:24px;
    left:0px;
    top:-1px;
    -webkit-border-radius:7px 0px;
    -moz-border-radius:7px 0px;
    border-radius:7px 0px;
    opacity:0;
    background-color:#c6192b;
    transition:opacity 0.3s;
}
#main_menu .wrapper ul li:hover,
#main_menu .wrapper ul li.active{
    border-left-color:transparent;
    color:white;
}
#main_menu .wrapper ul li:hover:before,
#main_menu .wrapper ul li.active:before{
    opacity:1;
}
#main_menu .wrapper ul li:hover + li,
#main_menu .wrapper ul li.active + li{
    border-left-color:transparent;
}
#main_menu .wrapper ul li a{
    display:block;
    position:relative;
    padding:0px 22px;
    z-index:10;
}
#slideshow{
    position:relative;
    height:567px;
    background-image:url("../images/slideshow.jpg");
    background-repeat:no-repeat;
    background-size:cover;
}
#slideshow .content{
    position:relative;
    width:1200px;
    margin:0px auto;
    font-family:"Roboto";
}
#slideshow .content:after{
    content:"";
    display:table;
    clear:both;
}
#slideshow .content .moduletable{
    position:relative;
    float:right;
    margin-top:194px;
    text-align:right;
}
#slideshow .content .moduletable h3{
    position:relative;
    width:65%;
    float:right;
    margin-bottom:18px;
    line-height:35px;
    font-size:34px;
    font-weight:normal;
    color:#c8192c;
    text-transform:uppercase;
}
#slideshow .content .moduletable .custom{
    clear:both;
    font-size:18px;
    letter-spacing:2px;
}

#content{
    background-image:url("../images/bg.jpg"), url("../images/bg.jpg");
    background-repeat:no-repeat;
    background-position:-48px 115px, right 4px bottom -20px;
}
#content .wrapper:after{
    content:"";
    display:table;
    clear:both;
}
#about{
    position:relative;
    width:700px;
    float:left;
    margin-top:54px;
	margin-bottom:50px;
}
#about h3{
    margin-bottom:12px;
    font-family:"Georgia";
    font-size:24px;
    color:#c6192b;
    text-transform:uppercase;
    letter-spacing:1px;
}
#about .custom{
    line-height:22px;
    font-family:"Roboto";
}
#latest_news{
    position:relative;
    width:680px;
    float:left;
    clear:left;
	margin:0px 0px 70px 0px;
}
#latest_news h3{
    margin-bottom:36px;
    font-family:"Georgia";
    font-size:24px;
    color:#c6192b;
    text-transform:uppercase;
    letter-spacing:1px;
}
#latest_news .item{
    position:relative;
    margin-bottom:18px;
}
#latest_news .item:last-of-type{
    margin-bottom:0px;
}
#latest_news .item:after{
    content:"";
    display:table;
    clear:both;
}
#latest_news .item .image{
    position:relative;
    width:124px;
    height:120px;
    float:left;
    border:1px solid #cbcbcb;
    -webkit-border-radius:0px 15px;
    -moz-border-radius:0px 15px;
    border-radius:0px 15px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
}
#latest_news .item .image img{
    position:absolute;
    left:-9999px;
    right:-9999px;
    top:-9999px;
    bottom:-9999px;
    margin:auto;
}
#latest_news .item .image img.by_width{
    width:100%;
}
#latest_news .item .image img.by_height{
    height:100%;
}
#latest_news .item .date{
    width:532px;
    float:right;
    margin-top:2px;
    font-weight:bold;
    color:#b9b9b9;
    letter-spacing:1px;
}
#latest_news .item h4{
    width:532px;
    float:right;
    margin-bottom:3px;
    line-height:18px;
    font-size:16px;
    color:#c6192b;
    text-transform:uppercase;
}
#latest_news .item .content{
    width:532px;
    float:right;
    line-height:18px;
    font-family:"Roboto";
}

footer{
    font-family:"Roboto";
}
footer .footer_wrap{
    position:relative;
    height:567px;
}
footer .footer_wrap .footer_bg{
    position:absolute;
    width:100%;
    height:100%;
    border-top:5px solid #c6192b;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
footer .footer_wrap .footer_bg iframe{
    display:block;
    -webkit-filter:grayscale(1);
    filter:grayscale(1);
}
footer .footer_wrap .footer_content{
    position:absolute;
    width:100%;
    left:0px;
    bottom:0px;
}
footer .footer_wrap .footer_content .footer_content_top{
    position:relative;
    height:230px;
    background-color:#c6192b;
}
footer .footer_wrap .footer_content .footer_content_top .wrapper:after{
    content:"";
    display:table;
    clear:both;
}
#about_menu,
#projects_menu,
#events_menu,
#library_menu{
    position:relative;
    width:288px;
    float:left;
    margin-left:2px;
    margin-top:38px;
}
#about_menu h3,
#projects_menu h3,
#events_menu h3,
#library_menu h3{
    margin-bottom:6px;
    font-size:18px;
    font-weight:normal;
    color:white;
    text-transform:uppercase;
}
#about_menu ul li,
#projects_menu ul li,
#events_menu ul li,
#library_menu ul li{
    position:relative;
    list-style:none;
    margin-bottom:6px;
    padding-left:15px;
    font-size:14px;
    color:white;
}
#about_menu ul li:last-of-type,
#projects_menu ul li:last-of-type,
#events_menu ul li:last-of-type,
#library_menu ul li:last-of-type{
    margin-bottom:0px;
}
#about_menu ul li:before,
#projects_menu ul li:before,
#events_menu ul li:before,
#library_menu ul li:before{
    content:"";
    position:absolute;
    width:0px;
    height:0px;
    left:0px;
    top:5px;
    border-style:solid;
    border-width:5px 0px 5px 4px;
    border-color:transparent transparent transparent white;
}
#about_menu ul li a:hover,
#projects_menu ul li a:hover,
#events_menu ul li a:hover,
#library_menu ul li a:hover{
    text-decoration:underline;
}
#projects_menu{
    width:269px;
}
#events_menu{
    width:161px;
}
#library_menu{
    width:auto;
}
#get_in_touch{
    position:relative;
    width:145px;
    float:right;
    margin-right:1px;
    margin-top:38px;
}
#get_in_touch h3{
    margin-bottom:10px;
    font-size:18px;
    font-weight:normal;
    color:white;
    text-transform:uppercase;
}
#social{
    position:relative;
}
#social:after{
    content:"";
    display:table;
    clear:both;
}
#social a{
    display:block;
    position:relative;
    width:31px;
    height:30px;
    float:left;
    margin-left:7px;
    border:1px solid white;
    -webkit-border-radius:0px 4px;
    -moz-border-radius:0px 4px;
    border-radius:0px 4px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#social a:first-of-type{
    margin-left:0px;
}
#social a img{
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    margin:auto;
}
#get_in_touch .donate_now{
    position:relative;
    width:100%;
    margin-top:19px;
    padding:5px 0px;
    -webkit-border-radius:0px 4px;
    -moz-border-radius:0px 4px;
    border-radius:0px 4px;
    background-color:white;
    text-align:center;
    font-size:14px;
    font-weight:600;
    color:#c6192b;
    text-transform:uppercase;
    cursor:pointer;
}
.footer_content_bottom{
    position:relative;
    height:87px;
    padding-top:30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background-color:rgba(0, 0, 0, 0.7);
}
.footer_content_bottom .wrapper:after{
    content:"";
    display:table;
    clear:both;
}
#copyright{
    position:relative;
    float:left;
    color:white;
}
#design{
    position:relative;
    float:right;
    color:white;
}
#design a:hover{
    text-decoration:underline;
}
.contentLeftCol{
    width: 760px;
    float: left;	
	}
.contentRightCol{
    float: right;
    width: 355px;
    margin: 58px 0px 0px 0px;	
	}	

.moduletablevideoBox > h3{
    font-size: 24px;
    text-transform: uppercase;
    color: #c6192b;
    margin: 30px 0px 10px 5px;
	}	
.sp_simple_youtube  iframe{
    overflow: hidden;
    margin: 10px 0;
    border-radius: 20px;	
	}	
.sp_simple_youtube {
overflow: hidden;
    border-radius: 20px;	
	}	


