html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
    display:block;
}

*{
    outline:0;
}


img{
    display:block;
    border:0;
}

body{
    line-height:1;
}
ol,ul{
    list-style:none;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
    content:â€™â€™;
    content:none;
}

a{
    text-decoration:none;
    color:#231f20;
}

a:hover{
    color:#000;
}
/* remember to define visible focus styles! 
:focus{
    outline:?????;
} */

/* remember to highlight inserts somehow! */
ins{
    text-decoration:none;
}
del{
    text-decoration:line-through;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

body{
    background:url('../images/bg.png');
    border-top:35px solid #e30613;
    font-family:Tahoma, sans-serif;
    font-size:14px;
}

input[type="text"], input[type="password"], textarea{
    border:0;
    padding:5px;
    resize:none;
    font-family:Tahoma, sans-serif;
    font-size:14px;
}

.wrapper{
    width:960px;
    margin:-24px auto 0;
    overflow:hidden;
}

#footerwrap .wrapper{
    margin-top:0;
    padding: 25px 0;
    background:#FFF;
}

strong{
    font-weight:bold;
}

#logos{
    float:left;
}


#logo1, #logo2{
    float:left;
    margin-right:5px;
}

#logo2{
    padding-top: 33px;
}

header{
    height: 115px;
    position: relative;
}

#searchbox{
    overflow:hidden;
    position:absolute;
    right:0;
    top: 35px;
}

#searchbox input{
    background:#c6c6c6;
    float:left;
    margin-right:1px;
    color:#FFF;
    height:34px;
    padding:0 8px;
    line-height:34px;
    width:110px;
}

#searchbox a{
    background:url('../images/search.png') no-repeat 50% 50% #c6c6c6;
    display:block;
    float:left;
    text-indent:-9999px;
    height:34px;
    width:34px;
}

#uppermenu{
    overflow:hidden;
    position:absolute;
    right: 185px;
    top: 45px;
}

#uppermenu li{
    float:left;
    margin-left:4px;
    border-left:1px solid #f9bda9;
}

#uppermenu li a{
    display:block;
    border-left:1px solid #f15a29;
    padding-left:4px;
    text-transform: uppercase;
}

#uppermenu li:first-child{
    border-left:0;
}

#uppermenu li:first-child a{
    border-left:0;
}

#nlbutton{
    display:block;
    line-height: 31px;
    height: 31px;
    background: url('../images/arrownl.png') no-repeat 4px 4px #575656;
    color:#FFF;
    position:absolute;
    right:0;
    top: 84px;
    width: 167px;
    padding: 0 15px 0 37px;
    text-align: center;
    transition:all 0.3s;
}

#nlbutton:hover, #nlbutton.active{
    background: url('../images/arrownl.png') no-repeat 4px 4px #ecf0f1;
    color:#575656;
}

#topmenu{
    margin: 30px auto;
    display:table;
}

#topmenu li{
    display:table-cell;
    padding: 0 6px 0 0;
    border-left:1px solid #f9bda9;
}

#topmenu li:last-child{
    padding:0;
}

#topmenu li a{
    display:block;
    border-left:1px solid #f15a29;
    padding-left: 6px;
    font-size:13px;
    text-transform: uppercase;
}

#topmenu li:first-child{
    border-left:0;
    margin: 0;
}

#topmenu li:first-child a{
    border-left:0;
    padding: 0;
}

#slideshowwrap{
    height:370px;
    position:relative;
    margin-bottom: 10px;
}

#controls{
    position:absolute;
    width:100%;
    background:url('../images/slidetrans.png');
    height:55px;
    bottom:0;
    left:0;
    z-index:2;
}

#prevslide{
    background:url('../images/slidernav.png') no-repeat left 50%;
    position:absolute;
    top: 12px;
    right: 55px;
    height:29px;
    width:40px;
    cursor:pointer;
    opacity:0.7;
    transition:all 0.3s;
}

#nextslide{
    background: url('../images/slidernav.png') no-repeat -40px 50%;
    top: 12px;
    right: 15px;
    height:29px;
    width:40px;
    cursor:pointer;
    position: absolute;
    opacity:0.7;
    transition:all 0.3s;
}

#prevslide:hover, #nextslide:hover{
    opacity:1;
}

#slideshow{
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;
}

#slideshow img{
    width:100%;
    height:auto;
}

#captiontext{
    position:absolute;
    left:10px;
    font-size: 16px;
    color: #FFF;
    top: 20px;
}

#leftpart{
    float:left;
    height: 248px;
    width: 430px;
    overflow: hidden;
}

#rightpart{
    float:right;
    width: 517px;
    height: 248px;
    overflow: hidden;
}

#textleft{
    border:2px solid #b3b2b2;
    padding:10px;
    background:#FFF;
    overflow: hidden;
    height: 199px;
    width: 406px;
}

#textleft .title{
    display:block;
    margin-bottom: 10px;
    text-transform:uppercase;
    font-weight: bold;
    color: #FF0000;
    font-size: 16px;
}

#textleft .introtext{
    line-height:16px;
}

#buttonmenuleft{
    overflow:hidden;
    margin-top:5px;
    width:100%;
    float:left;
}

#buttonmenuleft li{
    float:left;
    margin-right:5px;
}

#buttonmenuleft li a{
    display:block;
    width: 135px;
    height:20px;
    line-height:20px;
    background:#575656;
    color:#FFF;
    font-size:10px;
    padding-left:5px;
    transition:all 0.3s;
    text-transform: uppercase;
}

#buttonmenuleft li a:hover, #buttonmenuleft li a.active{
    background:#ED1C24 !important;
}

#buttonmenuleft li:first-child a, #buttonmenuleft li:last-child a{
    background:#7f7e7e;
}

#buttonmenuleft li a span{
    display:block;
    float:right;
    border-left: 3px solid #FFF;
    width:20px;
    height:20px;
    background:url('../images/arrowbutton.png') no-repeat 50% 50%;
    background-size:45%;
}

#buttonmenuleft li:last-child{
    margin:0;
}

#upcoming{
    width: 303px;
    background: #e30614;
    padding: 14px 10px 10px 10px;
    float:left;
    color:#FFF;
    font-size:13px;
    display:block;
    height: 228px;
    overflow: hidden;
}

#upcoming h4{
    text-align: left;
    margin: 0 0 14px;
    padding: 1px 0px;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
}

#upcoming img{
    margin-bottom: 10px;
    margin: 0 auto 10px;
}

#upcoming .introtext{
    display:block;
    padding: 7px 0;
    height: 16px;
    color: #FFF;
    line-height: 16px;
}

#upcoming .title{
    display:block;
    margin-bottom:3px;
}

#buttonmenuright{
    float: right;

}

#buttonmenuright li{
    border-top:4px solid #e30613;
    margin-bottom: 7px;
}

#buttonmenuright a{
    display:block;
    width: 145px;
    height:31px;
    line-height:31px;
    padding: 0 20px;
    text-align:right;
    border:1px solid #d5d5d5;
    transition:all 0.3s;
    border-top:0;
    text-transform: uppercase;
}

#buttonmenuright a:hover, #buttonmenuright a.active{
    background:#A7A9AC;
}

#footerwrap{
    border-top:18px solid #b0afaf;
    margin-top:30px;
}

#copyright{
    background:#009d9b;
    color:#FFF;
    text-align:center;
    height:30px;
    font-size: 12px;
    line-height:30px;
}

#logofooter{
    width:118px;
    height:auto;
    margin-right: 35px;
    float:left;
}

#menufooter{
    width:280px;
    float:left;
    margin-top: 7px;
}

#menufooter li{
    float:left;
    margin-bottom:5px;
}

#menufooter li a{
    color:#898989;
    font-size:12px;
    text-decoration:underline;
    display:block;
    width:140px;
}

#contactdetails{
    float:right;
    text-align:right;
    font-size:12px;
    line-height:15px;
    margin-top: 6px;
}

#column1, #column2, #column3{
    float:left;
}

#column1{
    width:150px;
    margin-right: 10px;
}

#column2{
    width: 530px;
}

#column3{
    width: 250px;
    margin-left: 20px;
}

p{
    padding-bottom:15px;
}

#textframe{
    border:5px solid #b3b2b2;
    padding:10px;
    line-height:16px;
    font-size:13px;
    margin-bottom:20px;
    position: relative;
}

#column3 img{
    width: 250px;
    height: auto;
    margin-bottom:20px;
}

.descriptiontext{
    background:#d7d7d7;
    margin-bottom:20px;
    padding:10px;
    line-height:18px;
}

#whereyouare{
    display:block;
    height:21px;
    line-height:21px;
    padding: 3px 10px;
    background: url('../images/whereyouare.png') no-repeat 125px 50% #e30613;
    color:#FFF;
    font-size:11px;
    margin-bottom:5px;
    text-transform: uppercase;
}

#menuleft li{
    margin-bottom:5px;
}

#menuleft li a{
    display:block;
    height:21px;
    line-height:21px;
    padding: 3px 10px;
    color:#FFF;
    font-size:11px;
    transition:all 0.3s;
    text-transforM: uppercase;
}

#menuleft li.odd a{
    background:#b3b2b2;
}

#menuleft li.even a{
    background:#7f7e7e;
}

#submenuleft li.odd.active a, #submenuleft li.even.active a{
    color:#FF0000;
}

#menuleft li a.active, #menuleft li a:hover{
    background:#e30613;
}

#menuleft li a span{
    display:block;
    float:right;
    width:27px;
    height:27px;
    border-left:3px solid #FFF;
    margin:-3px -10px -3px 0;
    background: url('../images/menubg.png') no-repeat 50% 50%;
}

#column3 #buttonmenuright{
    margin-top:50px;
}

#notification{
    border:3px solid #e30613;
    padding: 30px 5px 5px 5px;
    font-size:12px;
    overflow:hidden;
    line-height:15px;
    margin-bottom:10px;
    background: url('../images/latestnewsicon.png') no-repeat 5px 5px;
}

#notification p{
    padding:0;
}

#notification #notificationimage{
    float:left;
    margin-right:10px;
    width:70px;
    height:70px;
    display:block;
    margin-bottom:0;
}

#notification #backgroundimage{
    float:right;
    margin-left:10px;
    margin-bottom:10px;
    width:20px;
    height:auto;
    display:block;
}

.error{
    color:#FF0000;
    line-height: 20px;
}

form.mainform td{
    padding:5px;
    vertical-align:middle;
}

form.mainform label{
    display:block;
    line-height:20px;
}

form.mainform input[type="radio"]{
    float:left;
    margin: 3px 5px 0 0;
    display: block;
}

form.mainform p.error{
    text-align:center;
}

form.mainform input[type="text"]{
    border:1px solid #b8b8b8;
    padding:2px 5px;
    width: 140px;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    box-shadow: inset 0px 0px 8px #DDD;
}

form.mainform input[type="text"].fullwidth{
    width:362px;
}

form.mainform textarea{
    border:1px solid #b8b8b8;
    padding:2px 5px;
    width: 362px;
    height: 150px;
    font-size: 12px;
    line-height: 18px;
    box-shadow: inset 0px 0px 8px #DDD;
}

form.mainform input[type="text"].smalltext{
    width:50px
}

form.mainform .submitbutton{
    display:block;
    background:url('../images/submitbutton.png') no-repeat 100px 50% #818285;
    color:#FFF;
    font-size:11px;
    width:100px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px 0 17px;
    float:right;
    transition:all 0.3s;
}

form.mainform .submitbutton:hover{
    background:url('../images/submitbutton.png') no-repeat 100px 50% #e30613;
}

.separatorline{
    width:100%;
    height:6px;
    background:#FF0000;
    margin: 10px 0;
}

.sisea-result{
    padding:10px;
}

.sisea-result.odd{
    background:#F7F7F7;
}

.sisea-result.even{
    background:#DDD;
}

.sisea-result h3{
    font-weight:bold;
    margin-bottom:10px;
}

.sisea-paging{
    margin:10px 0;
}

.sisea-result-pages{
    margin-right:5px;
}

.sisea-page{
    margin-right:5px;
}

.sisea-results{
    color:#FF0000;
}

.carousel{
    padding: 19px 12px;
    width: 936px;
    height: 332px !important;
    overflow:hidden;
    background:#0a1213;
}

#carouselwrap{
    width:936px;
    height:100%;
    position:relative;
    overflow:hidden;
}

#carousel{
    width: 936px;
    overflow:hidden;
    position: absolute;
    left: 0;
    top: 0;
}

#carousel .entry{
    display:none;
}

#carousel div.storeitem{
    display:block;
    float:left;
    margin: 0 7px;
    opacity:0.8;
    transition:all 0.3s;
    position:relative;
}

#carousel div.storeitem:hover{
    opacity:1;
}

#itemtext{
    display:none;
}

#storeitemimage{
    float:left;
    margin-right: 10px;
    margin-bottom:5px;
}

#textframe h1{
    font-weight:bold;
    margin-bottom:5px;
}

.itemdetails{
    height:28px;
    line-height:28px;
    background: url('../images/listing.png') no-repeat 97% 50% #e30613;
    padding: 0 35px 0 5px;
    color:#FFF;
    float: right;
    margin-top: 25px;
    transition: all 0.3s;
}

.itemlink{
    background: url('../images/listing.png') no-repeat 50% 50% #e30613;
    width:28px;
    height:28px;
    position:absolute;
    bottom:5px;
    right:5px;
    display:block;
    transition:all 0.3s;
}

.placeanorder{
    height:28px;
    line-height:28px;
    background: url('../images/order.png') no-repeat 97% 50% #e30613;
    padding: 0 35px 0 5px;
    color:#FFF;
    float: right;
    margin-top: 25px;
    transition: all 0.3s;
}

.itemlink:hover{
    background: url('../images/listing.png') no-repeat 50% 50% #b3b2b2;
}

.itemdetails:hover{
    color:#FFF;
    background: url('../images/listing.png') no-repeat 97% 50% #b3b2b2;
}

.placeanorder:hover{
    color:#FFF;
    background: url('../images/order.png') no-repeat 97% 50% #b3b2b2;
}

#iconleft{
    width:31px;
    height: 31px;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    display:block;
    background:#e30613;
    float:right;
}

#submenuleft{
    margin-top: 20px;
}

#submenuleft li a{
    text-decoration:none;
    font-size:11px;
    line-height:12px;
    text-align:right;
    display: block;
}

#submenuleft li.even a{
    color:#58595b;
}

#submenuleft li.odd a{
    color:#808285;
}

#submenuleft li{
    margin-bottom:10px;
}

#submenuleft li img{
    display:none;
}

#bigimagecontainer{
    width:530px;
    height:650px;
    position:relative;
}

#bigimagecontainer #caption{
    background:url('../images/slidetrans.png');
    width:510px;
    padding:10px;
    color:#FFF;
    font-size: 20px;
    line-height: 20px;
    position:absolute;
    bottom:0;
    left:0;
    z-index: 150;
}

#bigimagecontainer #caption.caption-917{
    font-size:15px;
    line-height:20px;
    height: auto;
}

.pagingleft{
    margin-top: 20px;
    overflow: hidden;
}
.pageList li{
    float: left;
    margin-right: 6px;
}

.pageList li.control{
    display:block;
    float: left;
}



.pageList li.control.next a{
    background: url('../images/blacknav.png') no-repeat -40px 50%;
    height: 29px;
    width: 40px;
    cursor: pointer;
    text-indent:-9999px;
    display:block;
}

.pageList li.control.prev a{
    background: url('../images/blacknav.png') no-repeat 0 50%;
    height: 29px;
    width: 40px;
    cursor: pointer;
    text-indent:-9999px;
    margin-right:10px;
    display:block;
}

#columnfull{
    width:800px;
    margin:0 auto;
}

p.contactdetails{
    text-align:right;
    margin-bottom: 20px;
}

#contactleft{
    float:left;
    width: 115px;

}

#contactleft img{
    width:100%;
    height:auto;
    margin-bottom:30px;
}

#contactform{
    width:500px;
}

table#archives{
    width: 505px;
}

table#archives td{
    padding-right: 5px;
    padding-bottom: 5px;
}

table#archives img{
    display:block;
}

table#archives a{
    display: table-cell;
    width: 100px;
    height: 100px;
    font-size: 11px;
    background: url('../images/blackred.png') no-repeat left -120px;
    transition:all 0.3s;
    color: #FFF;
    vertical-align: bottom;
    text-align: right;
    padding: 10px;
}

table#applications a{
    display: block !important;
    width: 36px;
    height: 36px;
    background: url('../images/disk.png') no-repeat left -36px;
    transition:all 0.3s;
    color: #FFF;
    text-indent: -9999px;
}

table#archives a:hover{
    background: url('../images/blackred.png') no-repeat left 0;
}

table#applications a:hover{
    background: url('../images/disk.png') no-repeat left 0;
}

#textframe .designtitle{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

table.designtable td{
    padding:10px 5px;
    vertical-align:top;
    border-bottom:3px solid #e30613;
}

table.designtable tr:last-child td{
    border:0;
}

.designsubtitle{
    font-weight:bold;
    display:block;
    margin-bottom:5px;
}

hr{
    background:#FF0000;
    display: block;
    border: 0;
    height: 4px;
    margin: 0 0 10px;
    padding: 0;
}

table#applications td{
    padding:5px;
    vertical-align:middle;
}

table#applications{
    width:300px;
    margin:0 auto;
}

.applicationlink{
    display:block;
    width: 260px;
    margin:10px auto;
    height:32px;
    line-height:32px;
    background:#7f7e7e;
    color: #FFF;
    padding-left: 20px;
    transition:all 0.3s;
}

.applicationlink.even{
    background:#b3b2b2;
}

.applicationlink span{
    display:block;
    height:32px;
    width:32px;
    float:right;
    border-left:3px solid #FFF;
    background:url('../images/arrowbuttonbig.png') no-repeat 50% 50%;
}

.applicationlink:hover{
    background:#e30713;
    color:#FFF;
}

.backtohomepage{
    display:block;
    float:left;
    font-size: 11px;
    margin-tOp: 80px;
    margin-left: 10px;
}

.designwide{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:3px solid #e30613;
    overflow: hidden;
}

.designwide:last-child{
    border:0;
}

#textframe .designwide .designtitle{
    display:block;
    margin: 10px 0;
    line-height: 20px;
    font-size:12px;
    color:#FF0000;
    text-transform:uppercase;
}

.abouttheproject{
    display:block;
    background: url('../images/cup.png') no-repeat 97% 50% #818285;
    color:#FFF;
    font-size:11px;
    width: 137px;
    height: 21px;
    line-height: 21px;
    padding: 0 6px 0 17px;
    float:right;
    transition:all 0.3s;
}
.abouttheproject:hover{
    color:#FFF;
    background: url('../images/cup.png') no-repeat 97% 50% #e30613;
}

#itemwidedetails{
    margin:10px auto;
}

#textframe h6{
    color:#E30613;
    font-size:17px;
    font-weight:bold;
}

#captiontext a{
    color:#FFF;
}

#signuplogos{
    margin:20px auto;
}

#signuplogos td{
    padding:0 5px;
}

p.center{
    text-align:center;
}

#innerslidenav{
    padding:10px;
    background:#E30613;
    color:#FFF;
    font-size:11px;
    line-height:14px;
    overflow:hidden;
}

#innerprev{
    background:url('../images/slidernav_small.png') no-repeat left 50%;
    height:20px;
    width:28px;
    cursor:pointer;
    transition:all 0.3s;
    display:block;
    float:right;
}

#innerslidenav p{
    padding:0;
}

#innernext{
    background:url('../images/slidernav_small.png') no-repeat -28px 50%;
    height:20px;
    width:28px;
    cursor:pointer;
    transition:all 0.3s;
    display:block;
    float:right;
    margin-left:0px;
}

#archivesheader{

}

#archivesheader td{
    padding:5px;
    vertical-align: bottom;
}
.paging{
    position:absolute;
    right:0;
    bottom: -47px;
}

.pageList:before{
    content:'PAGES';
    margin-right: 10px;
    float: left;
}

#loader{
    float:right;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 4px;
    display: none;
}

#percentage{
    float:right;
    margin-top: 5px;
    font-size: 11px;
    color: #999;
    display: none;
}

form.mainform input.error{
    border:1px dashed #FF0000;
}

#onlinesubmissionbutton, #postalsubmissionbutton{
    display:inline-block;
    margin-right:10px;
    width:120px;
    height:120px;
    transition:all 0.3s;
    text-indent: -9999px;
    text-decoration:none;
}

#onlinesubmissionbutton{
    background:url('../images/onlinesubmission.png') 0 -120px;
}

#postalsubmissionbutton{
    background:url('../images/postalsubmission.png') 0 -120px;
}

#onlinesubmissionbutton:hover, #postalsubmissionbutton:hover{
    background-position:0 0;
}

#readmorefront{
    float: right;

    background: url('../images/readmorebg.png') no-repeat;
    width: 86px;
    height: 21px;
    line-height: 21px;
    color: #FFF;
    font-size: 11px;
    padding:  0 5px 0;
    padding: 0 5px 0 5px;
    margin-top: 20px;
    background-position:0 -21px;
}

#readmorefront:hover{
    background-position:0 0px;
}

.socialshare{
    position: absolute;

    left: 310px;
    top: 78px;
    z-index: 10;
}

.socialshare>a{
    position: relative;

    font-size: 12px;
    color: #FFF;
    padding: 0;
    background: transparent;
}
.socialshare>a>i{
    padding: 3px 5px;

    display: inline-block;
    background: #e7111d;
}

.socialsharecontainer{
    position: absolute;
    max-height:0;
    top: 22px;
    left: 0;
    background: #FFF;
    z-index: 10;
    transition:all 0.8s;
    overflow:hidden;
}

.socialshareouter{
    background: #FFF;
    width: 247px;
    overflow:hidden;
    border: 4px solid #e7111d;
    padding: 10px;
}

.socialshare:hover .socialsharecontainer{
    max-height:400px;
}

.firstline{
    float: left;

}

.secondline{
    float: left;

    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #bfbfbf;
    width: 100%;
}

.shares{

}

.shareiconsmall{
    overflow: hidden;

    width: 217px;
    float: left;
}

.shareiconsmall a{
    border: 0;

    font-size: 10px;
    float: left;
    color: #000;
    background: transparent;
    padding: 6px 8px 0 0;
    text-transform: none;
    width: 100px;
    line-height: 14px;
}

.shareiconsmall i{
    display: inline-block;
    width: 14px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    transition: all 0.3s;
}

.shareiconsmall a:hover i{
    color: #e7111d;
}

.sharedeco i{
    color: #999999;

}

.sharedeco{
    float: left;

    font-size: 30px;
    line-height: 45px;
    height: 45px;
}

.shareemail i, .watchyoutube i{
    font-size: 21px;
    float: left;
    margin-right: 5px;
    color: #999999;
    transition: all 0.3s;
}

.shareemail:hover i, .watchyoutube:hover i{
    color: #e7111d;
}

.shareemail{
    float: left;
    width: 50%;
    background: none;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    font-size: 11px;
    padding-right:10px;
    text-transform: none;
    line-height: 21px;
    color: #e7111d;
    border-right: 1px solid #bfbfbf;
}

.watchyoutube{
    float: left;
    width: 50%;
    background: none;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    font-size: 11px;
    padding-left:10px;
    text-transform: none;
    line-height: 21px;
    color: #e7111d;
}

#socialline{
    list-style-type: none;
    width: 960px;
    overflow: hidden;
    padding: 10px 0;
    margin: 0 auto;
    border-top: 1px solid #7f7f7f;
}

#socialline li{
    float: right;
    margin-left: 15px;
}

#socialline li a{
    display:inline-block;
    vertical-align:top;
    width:25px;
    opacity:0.7;
}

#socialline li a img{
    width:100%;
    height:auto;
    display:block;
}

#socialline li a:hover{
    opacity:1;
}

.sharetext{
    color:#FFF;
    font-size: 12px;
    display: inline-block;
    border-right: 3px solid #FFF;
    padding: 3px 5px;
    background: #e7111d;
}

#socialline li.meandyoulogo{
    float:left;
    margin:0;
}

#frontsummaries{
    width: 960px;
    margin: 0 auto 0;
    overflow: hidden;
}

#sumtitlecontainer{

}

#frontsummaries a{
    text-decoration: none;
    margin-top: 25px;
}

#frontsummaries a:hover{

}

#frontsummaries a:hover .goindicator{
    background-position: 0 -21px;
}

.firstcolsum{
    float: left;
    margin-right: 14px;
}

.secondcolsum{
    float:left;
    margin-right: 14px;
}

.thirdcolsum{
    float:left;
    width: 180px;
    overflow: hidden;
}

.sumtitlecontainer{
    overflow: hidden;
    border-top: 1px solid #706b6b;
    padding-top: 10px;
    margin-top: 10px;
    display: block;
}

.sumtitle{
    display: block;
    float: left;
    font-size: 19px;
    font-family: 'HelveticaNeue', Arial, sans-serif;
    font-weight: bold;
    color: #FF0000;
}

.goindicator{
    display: block;
    width: 23px;
    height: 21px;
    background: url('../images/arrowsfront.png');
    float: right;
}

.winnerstitlecontainer{
    background: #FF0000;
    display: block;
    color: #FFF;
    padding: 5px;
}

.winnerstitle{
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    height: 17px;
    overflow: hidden;
}

.winnerssubtitle{
    font-size: 11px;
    display: block;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}

#columnblog{
    width: 675px;
    float:left;
    margin-right: 15px;
}

#featuredarticleblog{overflow: hidden;margin-bottom: 15px;}

#featuredarticletitle{
    font-size: 23px;
    font-weight: bold;
    color: #FF0000;
    display: block;
    line-height: 26px;
}

#featuredarticleblog img{
    margin-bottom: 15px;
}

#featuredarticledescription{
    font-size: 17px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 20px;
}

#featuredarticlesummary{
    font-size: 12px;
    line-height: 15px;
}

.blogreadmore{
    font-size: 12px;
    color: #FF0000;
    float: right;
    background: url('../images/arrowsfront.png');
    background-position: 100% -21px;
    height: 21px;
    display: block;
    padding-right: 30px;
    background-repeat: no-repeat;
    line-height:21px;
    margin-top:15px;
}

.blogreadmore:hover{
    background-position: 100% 0px;
}

.additionalblogarticles{

}

.additionalblogarticle{
    overflow: hidden;
}

.additionalblogarticle img{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.additionalblogarticletitle{
    font-size: 17px;
    font-weight: bold;
    color: #FF0000;
    margin-bottom: 20px;
}

.additionalblogarticledesc{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 17px;
}

.additionalblogarticlesummary{
    font-size: 12px;
    line-height: 15px;
}

.additionalreadmorecontain{
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.additionalreadmorecontain .blogreadmore{
    margin-top:0;
}

.additionalreadmorecontain:before{
    content:'';
    position: absolute;
    top: 50%;
    height: 1px;
    left: 0;
    right: 70px;
    background: #a79e9e;
}

.additionalblogarticle:last-child .additionalreadmorecontain{

}

.additionalblogarticle:last-child .additionalreadmorecontain:before{
    display:none;
}

#blogpaginationcontainer #buttonmenuleft{
    float: left;
    margin-top: 0;
    width: auto;
}

#blogpaginationcontainer{
    width: 675px;
    float: left;
    overflow: hidden;
}

.blogpagination{
    float: right;
    margin-top: 5px;
}

.blogpagination li{
    float: left;
    margin-left: 5px;
    font-size: 12px;
}

.blogpagination li a:hover, .blogpagination li a.active{
    color:#FF0000;
}

.blogsliderwrap{
    height: 400px !important;
    margin-bottom: 20px !important;
}

.blogsliderwrap #prevslide{
    display: none;
}

.blogsliderwrap #nextslide{
    background: url('../images/arrowsfront.png');
    height: 21px;
    background-position: 0 -21px;
    width: 23px;
    top: 8px;
    right: 10px;
    opacity: 1;
}

.blogsliderwrap #nextslide:hover{
    background-position: 0 0;
}

.blogsliderwrap #captiontext{top: 12px;font-size: 13px;}

.blogsliderwrap #captiontext a{

}

.blogsliderwrap #controls{
    background: #000000;
    height: 37px;
}

#backtobloglist{
    overflow:hidden;
    position:relative;
}

#backtobloglist .blogreadmore{
    margin:0;
}

#backtobloglist:before{
    content:'';
    position: absolute;
    top: 50%;
    height: 1px;
    left: 0;
    right: 105px;
    background: #a79e9e;
}

.seemoreupcoming{
    display: block;
    float: right;
    margin-top: 5px;
    background:url('../images/arrowsupcoming.png') no-repeat right 0;
    height: 21px;
    line-height: 21px;
    padding-right: 30px;
}

.upcomingcontainer a:hover .seemoreupcoming{
    background-position: right -21px;
}

#contactdetails img{
    float: right;
    margin-left: 10px;
    width: 40px;
    height: auto;
    margin-top: 10px;
}