html
{
    font-family: "Lucida Grande", sans-serif;
    color: #484b50;
    font-size: 14px;
    line-height: 120%;
}
body
{
    background-color: white;
    margin: 0;
    background: #ffffff;
}
img
{
    border-radius: 2px;
    border: none;
}
h1
{
    margin: 0;
}
h1 a, h1 a:visited, h2 a, h2 a:visited
{
    color: #575b68;
    text-decoration: none;
}
a, a:visited
{
    color: #990000;
    text-decoration: none;
    outline: none;
}
a:hover
{
    text-decoration: underline;
}
.bold
{
    font-weight: bold;
}
#top
{
    width: 100%;
    height: 80px;
    background: #3c3e42;
    background: -moz-linear-gradient(top,  #3c3e42 0%, #282a2c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c3e42), color-stop(100%,#282a2c));
    background: -webkit-linear-gradient(top,  #3c3e42 0%,#282a2c 100%);
    background: -o-linear-gradient(top,  #3c3e42 0%,#282a2c 100%);
    background: -ms-linear-gradient(top,  #3c3e42 0%,#282a2c 100%);
    background: linear-gradient(to bottom,  #3c3e42 0%,#282a2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3e42', endColorstr='#282a2c',GradientType=0 );
}
#header
{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
#header h1
{
    margin: 0;
    height: 80px;
}
#header h1 img
{
    margin: 5px 0;
}

#social
{
    position: absolute;
    right: 0;
    height: 40px;
    bottom: 10px;
    width: 240px;
    text-align: right;
    font-size: 0;
}
#social img
{
    width: 40px;
    height: 40px;
    margin: 0 4px;
}
#menuButton
{
    display: none;
}
#topMenu
{
    width: 100%;
    height: 40px;
    position: relative;
    
    background: #ECECEC;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
    
    border-top: 1px solid #bdbfc0;
    border-bottom: 1px solid #bdbfc0;
}
#mainMenu
{
    width: 1000px;
    margin: 0 auto;
    height: 40px;
    position: relative;
}
#mainMenu ul
{
    list-style-type: none;
    list-style-position:inside;
    width: 776px;
    height: 40px;
    margin: 0;
    padding: 0;
    font-size: 0;
}
#mainMenu ul li
{
    cursor: pointer;
    display: block;
    border: 1px solid #bdbfc0;
    float: left;
    width: 95px;
    height: 40px;
    margin: -1px -1px 0 0;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
}
#mainMenu ul li:hover, #mainMenu ul li.currentPage
{
    background-color: white;
}
#mainMenu a
{
    color: #575b68;
    text-decoration: none;
}
#search
{
    width: 200px;
    position: absolute;
    right: 5px;
    top: 7px;
    height: 40px;
    text-align: center;
}
#search input
{
    width: 193px;
    height: 23px;
    padding-left: 5px;
    border: 1px solid black;
}

#main
{
    width: 1000px;
    margin: 25px auto;
    position: relative;
}
#main.liveMain
{
    width: auto;
    margin: 10px 25px 25px;
}
#main.liveMain.ara
{
    margin: 0;
}
#main:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#main.liveMain.ara:after
{
    display: none;
}

#homepage
{
    width: 720px;
    float: left;
}
#homepage span.date
{
    font-size: 75%;
}
#homepage div.featureStory
{
    border-bottom: 1px solid #e3e5e9;
    padding-bottom: 15px;
    position: relative;
}
#homepage div.featureStory div.featureImg, #story div.newsImg
{
    height: 400px;
    width: 720px;
    overflow: hidden;
    position: relative;
}
#homepage div.featureStory div.liveFeature img
{
    filter: blur(2px);
}
#liveFeatureTitle
{
    width: 100%; 
    text-align: center;
    position: absolute;
    top: 40px;
    font-size: 64px;
    color: white;
    text-shadow : 1px 1px 10px black, 1px 1px 10px black;
    line-height: 70px;
}
#featureCountdown,
#featureCountdownLabels
{
    width: 70%;
    text-align: center;
    margin: 0 15%;
    position: absolute;
    bottom: 128px;
    display: flex;
    color: white;
    text-shadow : 1px 1px 10px black, 1px 1px 10px black;
}
#featureCountdownLabels
{
    bottom: 84px;
    font-size: 22px;
}
#featureCountdown > div,
#featureCountdownLabels > div
{
    width: 25%;
    text-align: center;
    font-size: 64px;
}
#featureCountdownLabels > div
{
    font-size: 22px;
}
#homepage div.featureStory div.featureImg img, #story div.newsImg img
{
    width: 720px;
    position: absolute;
    top: 0;
    left: 0;
}
#homepage div.featureStory h1, #story h1
{
    font-size: 24px;
    line-height: 26px;
    margin: 10px 0 10px;
}
#homepage div.featureStory div.byLine, #story div.byLine
{
    font-size: 16px;
}
#homepage div.featureStory div.story, #story div.newsContent
{
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
}

#homepage div.newsStory
{
    padding: 15px 0;
    border-bottom: 1px solid #e3e5e9;
    height: 160px;
}
#homepage div.newsStory div.text
{   
    height: 150px;
    float: left;
    width: 465px;
}
#story div.newsStory
{
    border-bottom: none;
    height: auto;
}

#homepage div.videoStory
{
    height: 405px;
    padding: 15px 0;
    border-bottom: 1px solid #e3e5e9;
}

#homepage div.videoStory div.videoContent
{
    position: relative;
}

#homepage div.videoStory div.videoContent div.videoTitle 
{
    position: absolute;
    left: 0;
    top: 0;
    width: 600px;
}
#homepage div.videoStory div.videoContent div.videoDescription
{
    position: absolute;
    bottom: 3px;
    right: 0;
    text-align: right;
    font-size: 18px;
    line-height: 24px;
    width: 600px;
} 
#homepage div.videoStory div.videoContent div.videoDescription p
{
    background-color: rgba(0,0,0,.6);
    margin: 0;
    padding: 1px;
    color: white;
    display: inline;
}

#homepage div.videoStory div.playButton
{
    position: absolute;
    top: 0;
    left: 0;
    width: 720px;
    height: 405px;
    background: url('/images/play.png') 312px 154px no-repeat;
    opacity: .6;
}
#homepage div.videoStory div.playButton:hover
{
    opacity: .9;
}
#homepage div.videoStory div.playButton a
{
    display: block;
    width: 100%;
    height: 100%;
}
#homepage div.videoStory div.videoContent div.videoTitle h1
{
    color: white;
    font-size: 36px;
    background-color: rgba(0,0,0,.6);
    line-height: 120%;
    display: inline;
}
#homepage div.videoStory img
{
    width: 720px;
    height: 405px;
}
#story div.newsContent img
{
    margin: 5px 0;
}
#story p
{
    margin: 15px 0 15px;
}
#story div.spacer
{
    height: 0;
    line-height: 0;
}
#story div.youTube
{
    position: relative;
}
#story div.youTube iframe
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#homepage div.newsStory img
{
    float: left;
    margin-right: 15px;
}
#homepage div.newsStory h1, #homepage div.galleryStory h1
{
    font-size: 22px;
    line-height: 23px;
}
#homepage div.newsStory div.byLine, #homepage div.galleryStory div.byLine
{   
    font-size: 14px;
    margin: 5px 0;
}
#homepage div.newsStory div.story
{
    font-size: 14px;
    line-height: 18px;
}
#homepage div.galleryStory
{
    padding: 15px 0;
    border-bottom: 1px solid #e3e5e9;
}
#homepage div.galleryStory div.gallery
{
    width: 720px;
    height: 240px;
}
#homepage div.galleryStory div.gallery div.galleryBlock
{
    float: left;
    width: 240px;
}
#homepage div.galleryStory div.gallery div.smallGalleryBlock
{
    float: left;
    width: 120px;
}
#homepage div.galleryStory div.gallery img
{
    float: left;
    margin: 0;
}
#homepage div.galleryStory div.gallery img.big
{
    width: 240px;
}
#homepage div.galleryStory div.gallery img.small
{
    width: 120px;
}
#homepage div.galleryStory div.story
{
    margin: 5px 0 0;
}

#nav
{
    text-align: center;
    margin: 17px 0 0 ;
    height: 30px;
    font-size: 0;
    border-bottom: 1px solid #e3e5e9;
}
#nav a
{
    color: #575b68;
}
#nav .pageNum
{
    font-size: 13px;
    line-height: 12px;
    padding: 8px 12px;
    border-radius: 500px 500px;
}
#nav .currentPage
{
    background: #da7357;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhNzM1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjNkMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #da7357 0%, #bf3d1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da7357), color-stop(100%,#bf3d1a));
    background: -webkit-linear-gradient(top,  #da7357 0%,#bf3d1a 100%);
    background: -o-linear-gradient(top,  #da7357 0%,#bf3d1a 100%);
    background: -ms-linear-gradient(top,  #da7357 0%,#bf3d1a 100%);
    background: linear-gradient(to bottom,  #da7357 0%,#bf3d1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da7357', endColorstr='#bf3d1a',GradientType=0 );

    color: white;
}
#sidebar
{
    float: right;
    width: 240px;
    min-height: 500px;
}
#sidebar div.sidebarContent
{
    margin: 0 0 15px;
    border-bottom: 1px solid #e3e5e9;
}
#sidebar h2
{
    margin: 0 0 10px;
    color: #a6aeb3;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
#sidebar div.appLink
{
    margin-bottom: 10px;
    text-align: center;
}
#sidebar div.gallery, #sidebar div.video
{
    position: relative;
    height: 160px;
    overflow: hidden;
    margin-bottom: 25px;
}
#sidebar div.gallery img
{
    margin: 0;
}
#sidebar div.gallery div.galleryTitle, #sidebar div.video div.videoTitle
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 236px;
    padding: 2px;
    color: white;
    font-size: 15px;
    background-color: rgba(0,0,0,.5);
}
#sidebar div.video
{
    height: 135px;
}
#sidebar div.video img
{
    margin: 0;
    width: 240px;
}
#sidebar div.video div.videoTitle
{
    font-size: 13px;
}
#sidebar div.social, #sidebar div.twitter 
{
    margin-bottom: 25px;
}
#sidebar div.social div.content img.photo
{
    width: 240px;
}
#sidebar div.twitter img, #sidebar div.social div.profileImage img
{
    float: left;
    width: 35px;
    height: 35px;
    margin: 0 3px 0px 0;
}
#sidebar div.twitter div.tweeter
{
    font-size: 14px;
    line-height: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 2px;
}
#sidebar div.twitter div.tweet
{
    font-size: 11px;
    line-height: 12px;
}
#sidebar div.twitter div.tweet span.hashTag
{
    font-style: italic;
}
#sidebar div.twitter div.tweetTime
{
    font-size: 12px;
    line-height: 12px;
    margin-top: 3px;
}




#content
{
    width: 1000px;
}
#content.liveContent
{
    width: auto;
}
#youtube
{
    width: 1000px;
    height: 562px;
}
#content div.videoInfo
{
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e5e9;
}
#content div.videoInfo h1
{
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px
}
#content div.videoInfo div.date
{
    font-size: 14px;
    margin-bottom: 10px;
}
#content div.videoInfo div.description
{
    font-size: 16px;
}
#share
{
    margin-top: -15px;
    float: right;
}
#homepage #share
{
    margin-top: -5px;
}
#galleryGrid #share
{
    margin-top: 8px;
}
#share div.shareButton, .fancybox-title div.shareButton
{
    float: right;
    cursor: pointer;
    margin: 0 5px;
    width: auto;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    height: 30px;
    font-size: 14px;
    padding: 0 10px;
}
.fancybox-title div.shareButton
{
    height: 25px;
}
#share div.twitter, .fancybox-title div.twitter
{
    background: #4eb9e6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlYjllNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #4eb9e6 0%, #7db9e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4eb9e6), color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(top,  #4eb9e6 0%,#7db9e8 100%);
    background: -o-linear-gradient(top,  #4eb9e6 0%,#7db9e8 100%);
    background: -ms-linear-gradient(top,  #4eb9e6 0%,#7db9e8 100%);
    background: linear-gradient(to bottom,  #4eb9e6 0%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb9e6', endColorstr='#7db9e8',GradientType=0 );
}
#share div.twitter:hover, .fancybox-title div.twitter:hover
{
    background: #6fd4ff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmZDRmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZDg3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #6fd4ff 0%, #4d87e7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6fd4ff), color-stop(100%,#4d87e7));
    background: -webkit-linear-gradient(top,  #6fd4ff 0%,#4d87e7 100%);
    background: -o-linear-gradient(top,  #6fd4ff 0%,#4d87e7 100%);
    background: -ms-linear-gradient(top,  #6fd4ff 0%,#4d87e7 100%);
    background: linear-gradient(to bottom,  #6fd4ff 0%,#4d87e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fd4ff', endColorstr='#4d87e7',GradientType=0 );
}
#share div.facebook, .fancybox-title div.facebook
{
    background: #3e92db;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlOTJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjQ4YjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #3e92db 0%, #1f48b6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e92db), color-stop(100%,#1f48b6));
    background: -webkit-linear-gradient(top,  #3e92db 0%,#1f48b6 100%);
    background: -o-linear-gradient(top,  #3e92db 0%,#1f48b6 100%);
    background: -ms-linear-gradient(top,  #3e92db 0%,#1f48b6 100%);
    background: linear-gradient(to bottom,  #3e92db 0%,#1f48b6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e92db', endColorstr='#1f48b6',GradientType=0 );
}
#share div.facebook:hover, .fancybox-title div.facebook:hover
{
    background: #5eadf7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlYWRmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NjYwZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #5eadf7 0%, #4660df 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5eadf7), color-stop(100%,#4660df));
    background: -webkit-linear-gradient(top,  #5eadf7 0%,#4660df 100%);
    background: -o-linear-gradient(top,  #5eadf7 0%,#4660df 100%);
    background: -ms-linear-gradient(top,  #5eadf7 0%,#4660df 100%);
    background: linear-gradient(to bottom,  #5eadf7 0%,#4660df 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eadf7', endColorstr='#4660df',GradientType=0 );

}
#twitterLabel, #facebookLabel
{
    line-height: 30px;
}
#facebookPhotoLabel, #twitterPhotoLabel
{
    line-height: 25px;
}
#twitterLabel:before, #twitterPhotoLabel:before 
{
    content: url("/images/twitter-icon.png");
    margin-right: 3px;
    vertical-align: -3px;
}
#facebookLabel:before, #facebookPhotoLabel:before
{
    content: url("/images/facebook-icon.png");
    margin-right: 5px;
    vertical-align: -4px;
}
#videoGrid
{
    border-bottom: 1px solid #e3e5e9;
    margin-bottom: 50px;
}
#grid
{
    height: 850px;
}
#videoGrid:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#videoCats
{
    height: 55px;
}
#videoCatSelect
{
    display: none;
}
#videoGrid h1
{
    font-size: 32px;
    line-height: 28px;
    color: #666666;
    font-weight: bold;
    float: left;
}
#videoCats h1
{
    padding-right: 25px;
}
#videoCats h1 .cat
{
    font-weight: bold;
    text-decoration: underline;
}
#videoCats h1 a
{
    color: #990000;
    text-decoration: none;
}
#videoCats h1 a:hover
{
    text-decoration: underline;
}
#videoCats h1+h1
{
    border-left: 2px solid #999999;
    padding-left: 25px;
}
#videoGrid div.thumbnail
{
    float: left;
    width: 333px;
    margin-bottom: 30px;
    cursor: pointer;
}
#videoGrid div.thumbnail:hover
{
    text-decoration: underline;
}
#videoGrid div.thumbnail div.image
{
    height: 180px;
    width: 320px;
    position: relative;
}

#videoGrid div.thumbnail:nth-child(3n+2) div.image
{
    margin-left: 7px;
}
#videoGrid div.thumbnail:nth-child(3n+3) div.image
{
    margin-left: 14px;
}
#videoGrid div.thumbnail div.image img
{
    margin: 0;
    width: 320px;
    height: 180px;
}
#videoGrid div.thumbnail div.image div.title
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 314px;
    padding: 3px;
    color: white;
    background-color: rgba(0,0,0,0.5);
}
#videoGrid div.thumbnail div.image div.playing
{
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    padding: 3px;
    color: white;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
#videoGrid div.thumbnail div.image div.length
{
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    padding: 3px;
    color: white;
    background-color: rgba(0,0,0,0.5);
}

#features
{
    margin: 0 0 30px;
    width: 1000px;
    height: 450px;
}
div.photoFeature
{
    height: 450px;
    position: relative;
    font-size: 0;
}
div.photoFeature div.smallThumbs
{
    width: 240px;
    height: 450px;
    float: left;
}
div.photoFeature div.thumb
{
    float: left;
    width: 240px;
    height: 150px;
    overflow: hidden;
}
div.photoFeature div.thumb img
{
    width: 240px;
    margin-top: -5px;
    
}
div.photoFeature div.bigThumb
{
    float: left;
    width: 760px;
    height: 450px;
    overflow: hidden;
}
div.photoFeature div.bigThumb img
{
    width: 760px;
}
div.photoFeature div.bigThumb div.title
{
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    text-align: right;
}
div.photoFeature div.bigThumb div.title h1
{
    background-color: rgba(0,0,0,0.5);
    font-size: 45px;
    line-height: 55px;
    display: inline;
    color: white;
    padding: 1px 4px 0;
    margin: 0;
}

#photoGrid
{
    width: 1000px;
}
#photoGrid h1
{
    font-size: 36px;
    color: #a6aeb3;
    margin-bottom: 30px;
    font-weight: normal;
}
#photoGrid div.gallery, #galleryGrid div.photo
{
    margin-right: 13.333px !important;
}
#photoGrid div:nth-child(4n+5), #galleryGrid div.photo:nth-child(4n+5)
{
    margin-right: 0 !important;
}
#photoGrid div.gallery, #galleryGrid div.photo
{
    width: 240px;
    float: left;
    height: 160px;
    overflow: hidden;
    margin: 0 0 30px;
}

#photoGrid div.gallery div.thumb
{
    position: relative;
}
#photoGrid div.gallery h2
{
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    width: 234px;
    padding: 3px;
    font-size: 15px;
    background-color: rgba(0,0,0,.5);
    margin: 0;
}
#photoGrid.galleryPage
{
    margin-top: 20px;
}

#galleryGrid
{
    border-bottom: 1px solid #e3e5e9;
    margin: 0 0 30px;
    min-height: 320px;
}
#galleryGrid:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#galleryGrid h1
{
    font-size: 36px;
    line-height: 40px;
    color: #454545;
    margin-bottom: 15px;
}
#tagBar
{
    margin-bottom: 20px;
    border-top: 1px solid #e3e5e9;
    border-bottom: 1px solid #e3e5e9;
}
#galleryGrid div.photo
{
    margin: 0 0 15px;
}

#tags
{
    list-style-type: none;
    list-style-position:inside;
    width: 1000px;
    height: 25px;
    margin: 0;
    padding: 4px 0 0;
    font-size: 0;
}
#tags li
{
    display: block;
    float: left;
    height: 25px;
    margin: -1px -1px 0 0;
    text-align: left;
    font-size: 18px;
    line-height: 120%;
    font-weight: bold;
}
#tags li.tagSelect
{
    display: none;
}
#tags li:nth-child(3n+1)
{
    padding-right: 10px;
}
#tags li:nth-child(3n+2)
{
    padding-right: 15px;
}
#tags li:nth-child(3n) +li
{
    padding-left: 15px;
    border-left: 1px solid #e3e5e9;
}
div.tagsBox
{
    position:absolute;
    overflow: auto;
    display:none;
    background: #FEFEFE;
    z-index:10; 
    opacity:0; 
    line-height: 14px;
    margin-top: 20px; 
    color: black; 
    font-size: 18px; 
    width: auto;
}
div.tagsBox p
{
    margin: 0 0 0 60px;
    text-indent: -60px;
    padding: 0;
}
div.tagsBox a
{
    font-weight: normal;
    font-size: 14px;
}

div.liveMain h1
{
    height: 28px;
}
div.liveMain.ara h1
{
    display: none;
}
#map
{
    margin-top: 40px;
    position: relative;
}
#mapToolbar
{
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1000;
    display: none;
    cursor: pointer;
    margin: 10px;
}
#streamSelect
{
    position: absolute;
    top: 79px;
    right: 0;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    z-index: 2000;
}
#streamSelect .stream
{
    float: left;
    -moz-user-select: none;
    background-clip: padding-box;
    background-color: #fff;
    color: #565656;
    direction: ltr;
    font-family: Roboto,Arial,sans-serif;
    font-size: 16px;
    min-width: 50px;
    overflow: hidden;
    padding: 12px;
    position: relative;
    text-align: center;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
}
#mediaPlayer
{
    position: absolute;
    top: 79px;
    right: 0;
    margin-right: 10px;
    display: none;
    z-index: 1500;
    background-color: white;
}
#mapToolbar.noStandings div.toolbarButton
{
    min-width: 100px;
}
#mapToolbar div.toolbarButton
{
    float: left;
    -moz-user-select: none;
    background-clip: padding-box;
    background-color: #fff;
    color: #565656;
    direction: ltr;
    font-family: Roboto,Arial,sans-serif;
    font-size: 20px;
    min-width: 72px;
    overflow: hidden;
    padding: 12px;
    position: relative;
    text-align: center;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
}

#mapToolbar div.toolbarButton.disabled, #streamSelect .stream.disabled
{
    cursor: default;
    color: #CCC;
}

#mapToolbar div.toolbarButton:first-child, #streamSelect .stream:first-child
{
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
#mapToolbar div.toolbarButton:last-child, #streamSelect .stream:last-child
{
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
#mapToolbar div.toolbarButton:hover, #streamSelect .stream:hover
{
    text-decoration: underline;
    background-color: #EBEBEB;
}
#mapToolbar div.toolbarButton.disabled:hover, #streamSelect .stream.disabled:hover
{
    text-decoration: none;
    background-color: #FFF;
}
#mapToolbar div.toolbarButton.selected, #mapToolbar div.toolbarButton.playing, #streamSelect .stream.playing
{
    background-color: #EBEBEB;
    color: black;
}

#playLive.playing.play0:after
{
    background-image: url('/images/broadcasting0.png');
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    content: " ";
    margin-left: 5px;
    margin-top: 2px;
    position: absolute;
}
#playLive.playing.play1:after
{
    background-image: url('/images/broadcasting1.png');
}
#playLive.playing.play2:after
{
    background-image: url('/images/broadcasting2.png');
}
#playLive.playing.play3:after
{
    background-image: url('/images/broadcasting3.png');
}
#playLive.playing
{
    padding-right: 12px !important;
}
#playLive.playing:after
{
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    content: " ";
    margin-left: 5px;
    margin-top: 2px;
    position: absolute;
}
#mapToolbar div.toolbarButton.updated:after
{
    position: absolute;
    right: 15px;
    top: 7px;
    content: " ";
    background-color: red;
    border-radius: 15px;
    width: 12px;
    height: 12px;
    box-shadow: 2px 5px 5px #888888;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0000+0,ff0000+100 */
background: #cc0000; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #cc0000 0%, #ff0000 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #cc0000 0%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #cc0000 0%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.liveAd
{
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: none;
}

div.livePanel
{
    position: absolute;
    right: 50px;
    background-color: white;
    top: 0;
    margin: 0px 10px 10px;
    border-radius: 2px;
    min-height: 100px;
    overflow-y: auto;
    z-index: 2500;
    box-shadow: -5px 5px 5px #88888866;
}
#livePanelTitle
{
    height: 30px;
    font-weight: bold;
    font-size: 24px;
    padding: 8px 8px 5px;
    line-height: 24px;
}

#stageList
{
    margin: 10px;
    font-size: 20px;
    line-height: 32px;
}
#stageList span.stageStartTime
{
    font-size: 75%;
}
#stageList a.selected
{
    color: black;
}

div.livePanel div.followCar
{
    margin: 8px 0px 8px;
    padding: 3px;
    cursor: pointer;
    position: relative;
}

div.livePanel div.followCar.following
{
    background-color: #999999;
}
div.livePanel div.followCar.following:after
{
    background-color: white;
    border: 1px solid #666;
    border-radius: 20px;
    content: "X";
    height: 30px;
    line-height: 30px;
    margin: 8px 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    width: 30px;
}

div.livePanel table.liveTimes,
div.lastEventResultsDialog table.liveTimes
{
    width: 98%;
    margin: 1%;
    border-collapse: collapse;
}
div.livePanel div.timesCategory,
div.lastEventResultsDialog div.timesCategory
{
    padding: 4px;
    text-align: right;
    font-size: 16px;
}
div.livePanel div.timesCategory select,
div.lastEventResultsDialog div.timesCategory select
{
    font-size: 16px;
    width: 60%;
}
div.livePanel table.liveTimes tr:nth-child(odd),
div.lastEventResultsDialog table.liveTimes tr:nth-child(odd) 
{
    background-color: #DDDDDD;
}
div.livePanel table.liveTimes tr:first-child,
div.lastEventResultsDialog table.liveTimes tr:first-child
{
    background-color: #C3C3C3;
}
div.livePanel table.liveTimes td,
div.lastEventResultsDialog table.liveTimes td
{
    padding: 4px 1px;
}
div.livePanel table.liveTimes th.pos, 
div.livePanel table.liveTimes td.pos, 
div.livePanel table.liveTimes th.carNum, 
div.livePanel table.liveTimes td.carNum,
div.lastEventResultsDialog table.liveTimes td.carNum,
div.lastEventResultsDialog table.liveTimes td.pos,
div.lastEventResultsDialog table.liveTimes th.carNum,
div.lastEventResultsDialog table.liveTimes th.pos
{
    text-align: center;
    width: 30px;
}
div.livePanel table.liveTimes th.team, 
div.livePanel table.liveTimes td.team, 
div.livePanel table.liveTimes th.car, 
div.livePanel table.liveTimes td.car,
div.lastEventResultsDialog table.liveTimes td.car,
div.lastEventResultsDialog table.liveTimes td.team,
div.lastEventResultsDialog table.liveTimes th.car,
div.lastEventResultsDialog table.liveTimes th.team
{
    text-align: left;
}
div.livePanel table.liveTimes th.car, 
div.livePanel table.liveTimes td.car,
div.lastEventResultsDialog table.liveTimes th.car,
div.lastEventResultsDialog table.liveTimes td.car
{
    max-width: 150px;
}
div.livePanel table.liveTimes th.class, 
div.livePanel table.liveTimes td.class,
div.lastEventResultsDialog table.liveTimes th.class,
div.lastEventResultsDialog table.liveTimes td.class
{
    text-align: center;
}
div.livePanel table.liveTimes th.time, 
div.livePanel table.liveTimes td.time, 
div.livePanel table.liveTimes th.diffTime, 
div.livePanel table.liveTimes td.diffTime,
div.lastEventResultsDialog table.liveTimes td.diffTime,
div.lastEventResultsDialog table.liveTimes td.time,
div.lastEventResultsDialog table.liveTimes th.diffTime,
div.lastEventResultsDialog table.liveTimes th.time
{
    text-align: right;
    padding-right: 2px;
}

div.livePanel div.followCar:hover
{
    background-color: #EBEBEB;
    text-decoration: underline;
}
div.livePanel div.followCar img
{
    float: left;
    margin-right: 3px;
}
div.livePanel div.followCar div.followTitle
{
    font-size: 20px;
    line-height: 23px;
}
div.livePanel div.followCar div.followInfo
{
    font-size: 16px;
}

div.livePanel div.socialPost div.profileImage
{
    width: 50px;
}
div.livePanel div.socialPost div.profileImage img
{
    width: 48px;
    margin: 0 2px;
}
div.livePanel div.socialPost div.user
{
    line-height: 50px;
    margin-left: 52px;
}
div.livePanel div.socialPost div.content
{
    margin-left: 2px;
    width: 476px;
    padding: 0 2px;
}
div.livePanel div.socialPost div.content img.photo, div.livePanel div.socialPost div.content div.text
{
    width: 100%;
    overflow: auto;
}
div.livePanel div.liveText.all
{
    background-color: #DDDDDD;
    border-bottom: 1px solid #CCCCCC;
}
div.livePanel div.liveText
{
    border-bottom: 1px solid #e3e5e9;
    padding-bottom: 5px;
}
div.livePanel div.liveText div.user
{
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
}
div.livePanel div.liveText div.user span.timeAgo
{
    font-size: 15px;
    font-weight: normal;
}
div.livePanel div.liveText div.content
{
    margin-left: 5px;
    padding: 0 2px;
}

div.rallyLabel
{
    position: absolute;
    z-index: 100;    
}
div.rallyLabel div.label
{
    display: none;
    background-color: white;
    border: 1px solid #575B68;
    padding: 2px;
    z-index: 1100;
}
div.rallyLabel div.point
{
    background-color: black;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    cursor: pointer;    
}
div.rally
{
    height: 65px;
    margin: 2px 0;
    clear: both;
}
div.rally div.rallyLogo
{
    margin: 0 20px 0 0;
    border: 1px solid rgba(0,0,0,.1);
    float: left;
    height: 30px;
}
div.rally div.rallyLogo img
{
    width: 30px;
    margin: 0;
    padding: 0;
}
div.rally div.rallyInfo
{
    font-size: 17px;
    line-height: 140%;
    margin-left: 52px;
}
div.rally div.rallyInfo h2
{
    font-size: 22px;
    margin: 5px 0;
}
div.rally div.rallyInfo h3
{
    font-size: 16px;
    margin: 0;
}

#resultChampionships
{
    margin: 30px 0 0;
    font-size: 18px;
}
table.standings, table.results
{
    width: 1000px;
    margin: 20px 0;
    border-collapse: collapse;
}
table.results
{
    margin-top: 10px;
}
table.standings tr.odd, table.results tr.odd
{
    background-color: #DDDDDD;
}
table.standings th, table.results th
{
    font-size: 16px;
    font-weight: bold;
    padding: 2px 0;
    background-color: #AAAAAA;
    color: white;
}
table.standings td
{
    padding: 3px 0;
}
table.standings th.pos
{
    width: 40px;
}
table.standings th.driver
{
    width: 225px;
    text-align: left;
}
table.standings th.rally
{
    width: 105px;
}
table.standings td.total
{
    width: 105px;
    font-weight: bold;
    text-align: center;
}

table.results td
{
    text-align: right;
    padding-right: 1px;
}
table.results td.pos, table.results th.pos
{
    width: 40px;
    text-align: center;
}
table.results th.team
{
    width: 285px;
    text-align: left;
}
table.results th.class, table.results td.class
{
    width: 100px;
    text-align: right;
}
table.results th.time
{
    width: 115px;
    text-align: right;
}

#tag h2
{
    margin: 20px 0 0;
    font-size: 22px;
}

#tag div.type
{}

#sidebar div.info
{
    margin-bottom: 10px;
    line-height: 140%;
}

#contact
{
    margin-top: 35px;
    font-size: 16px;
    line-height: 120%;
}
#contact #errors
{
    padding-left: 10px;
    color: red;
    margin: 10px 0 20px;
}
#contact #response
{
    font-size: 18px;
}
#contact input[type=text]
{
    font-size: 16px;
    margin: 5px 0;
    width: 250px;
}
#contact textarea
{
    font-size: 16px;
    width: 100%;
}
#contact input[type=submit]
{
    font-size: 15px;
    width: 100px;
    cursor: pointer;
}

#searchResults h1.header
{
    margin: 40px 0 10px;
}

#searchResults h2 a, #searchResults h2 a:visited
{
    color: #990000;
}
#searchResults h2 a:hover
{
    text-decoration: underline;
}

#socialFeed
{
    margin-top: 20px;
}
div.socialPost
{
    position: relative;
    margin: 10px 0 10px;
    border-bottom: 1px solid #E3E5E9;
}
div.socialPost:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
div.socialPost div.profileImage
{
    float: left;
    width: 75px;
}
div.socialPost div.profileImage img
{
    width: 60px;
    margin-left: 10px;
    border: 1px solid #E3E5E9;
}
div.socialPost div.content
{
    width: 630px;
    margin: 0 7.5px 0px 83px;
    padding: 0 15px;
}
div.socialPost div.content div.user
{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
div.socialPost div.content div.user span.timeAgo
{
    font-size: 15px;
    font-weight: normal;
}
div.socialPost div.content div.linkTitle
{
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0;
}
div.socialPost div.content img.photo
{
    width: 600px;
}
div.socialPost div.content div.videoPost
{
    margin-bottom: 5px;
    overflow: hidden;
}
div.socialPost div.content div.text
{
    width: 600px; 
}
div.socialPost div.content div.link
{
    padding: 10px 0 15px;
}

div.stageSelect
{
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: right;
}
div.stageSelect select
{
    font-size: 18px;
}

#countdown
{
    height: 470px;
    font-size: 64px;
    text-align: center;
    width: 90%;
    margin-left: 6%;
    line-height: 500px;
}
#countdown div
{
    float: left;
    width: 23%;
}
#countdownDays:after
{
    content: "d";
}
#countdownHours:after
{
    content: "h";
}
#countdownMins:after
{
    content: "m";
}
#countdownSecs:after
{
    content: "s";
}
#lastRallyResultsLink
{
    text-align: center;
    font-size: 28px;
    position: absolute;
    top: 350px;
    width: 100%;
}
#liveAppLink
{
    text-align: center;
    font-size: 36px;
    position: absolute;
    width: 100%;
    margin-top: 60px;
}

#liveAppLink h3
{
    margin: 0 0 25px;
}

#liveAppDownload
{
    display: none;
}


#bottom
{
    width: 100%;
    height: 50px;
    position: relative;
    background: #f6f7f8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVmZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f6f7f8 0%, #eeeff2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f7f8), color-stop(100%,#eeeff2));
    background: -webkit-linear-gradient(top,  #f6f7f8 0%,#eeeff2 100%);
    background: -o-linear-gradient(top,  #f6f7f8 0%,#eeeff2 100%);
    background: -ms-linear-gradient(top,  #f6f7f8 0%,#eeeff2 100%);
    background: linear-gradient(to bottom,  #f6f7f8 0%,#eeeff2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7f8', endColorstr='#eeeff2',GradientType=0 );

}
#footer
{
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 50px;
    color: #888888;
}
.slicknav_menu
{
    display: none;
}