/* -------------------------------------------------------------------------------

    0.  Reset & Clearfix
    1.  Document Setup
    2.  Wrap
    3.  Header
    4.  Content
    5.  Homepage
    6.  Services
    7.  Posts
    8.  Other pages
    8.  Shortcodes
    9.  Contact
    10.  Widgets
    11. Footer
    12. Media Queries
---------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------- */
/*  0.  Reset & Clearfix (http://meyerweb.com/eric/tools/css/reset/)
/* ------------------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}del{text-decoration:line-through}hr{background:transparent;border:0;clear:both;color:transparent;height:1px;margin:0;padding:0}mark{background-color:#ffffb3;font-style:italic}input,select{vertical-align:middle}ins{background-color:red;color:white;text-decoration:none}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0}* html .clearfix,:first-child+html .clearfix{zoom:1}


/* ------------------------------------------------------------------------------- */
/*  1.  Document Setup
/* ------------------------------------------------------------------------------- */
    
    html { overflow-x: hidden; }
    body {
        /*background: #f0f0f0;*/
        background: #ffffff;
        color: #636363;
        font: 11px/1.7 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
        -webkit-text-size-adjust: 100%;
    }
    a, a > * {
        color: #c92c06;
        text-decoration: none;
        -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
           -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
            -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
             -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
                transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
    }
    a:hover, a > *:hover {
        color: #c92c06;
				text-decoration: underline;
    }

    ::-moz-selection { background: #333; color: #fff; text-shadow: none; }
    ::selection { background: #333; color: #fff; text-shadow: none; }

    h1 { font-size: 30px; }
    h2 { font-size: 24px; }
    h3 { font-size: 18px; font-weight: 400; }
    h4 { font-size: 16px; font-weight: 400; }
    h5 { font-size: 12px; }
    h6 { font-size: 11px; }

    h1, h2, h3, h4, h5, h6 {
        color: #333;
        font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
        line-height: 1.25;
        text-transform: uppercase;
    }
    h1.capitalize {
        text-transform: capitalize;
    }
    dl,hr,h1,h2,h3,h4,h5,h6,pre,table,address,fieldset,blockquote,p {
        margin-bottom: 10px;
    }
    hr.h80 {
        margin: 40px 0;
    }

    .numlist ol, ol.numlist{
				list-style-type: decimal;
				padding: 10px 10px 10px 20px;
    }
		
		.strike{
			text-decoration: line-through;
		}
    /*  Forms  --------------------------------*/

    input[type="text"], textarea {
        background: url(../images/bg_dots_grey.png);
        border-radius: 0;
        color: #959595;
        display: block;
        font: 11px/1.7 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
        font-weight: 700;
        margin-bottom: 20px;
        padding: 7px 9px;
        text-transform: uppercase;
        width: 240px;
    }
    textarea {
        resize: none;
        width: 500px;
    }
    input[type="submit"], input[type="reset"], input[type="button"], button, .button {
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
        background-size: 100% 200%;
        color: #fff;
        cursor: pointer;    
        font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
        font-weight: 600;
        padding: 7px 25px 8px;
        -webkit-transition: background .2s ease-out;
           -moz-transition: background .2s ease-out;
            -ie-transition: background .2s ease-out;
             -o-transition: background .2s ease-out;
                transition: background .2s ease-out;
    }
    input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
        color: #fff;
    }

    sup {
        font-size:x-small; 
        vertical-align:super;
    }

    .lbl{
        color:width; border-radius:5px; padding:5px 15px; font-size:10px; color:white; font-weight:bold; font-family:sans-serif;
    }
    
    .lbl.imwut{
        /* background:lightblue; */
        background:darkblue;
    }
    .lbl.iswc_long{
        /* background:limegreen; */
        background: darkolivegreen;
        color: white;
    }
    .lbl.iswc_short{
        /* background:limegreen; */
        background: darkolivegreen;
        color: white;
    }
    .lbl.iswc_poster{
        /* background:yellowgreen; */
        background: greenyellow;
        color: white;
    }
    .lbl.best_paper_nominee{
        /* background:yellowgreen; */
        background: gold;
        color: black;
    }

    .tablbl{
        color:width; 
        border-radius:5px; 
        padding:2px 8px; 
        margin-top: 5px; 
        margin-bottom: 5px; 
        margin-left: 2px;
        margin-right: 2px;
        font-size:10px; 
        color:white; 
        font-weight:bold; 
        font-family:sans-serif;
    }
    .tablbl.imwut{
        background:darkblue;
    }
    .tablbl.iswc{
        background: darkolivegreen;
        color: white;
    }

    .list-inline {
      padding-left: 0;
      list-style: none;
    }

    .list-inline > li {
      display: inline-block;
      padding-right: 5px;
      padding-left: 5px;
    }

    .list-inline > li:first-child {
      padding-left: 0;
    }

    .list-inline img {
        max-width: 100%;
        height:auto;
    }

    h1,h2,h3,h4,h5, b {
        color: #a83726;
    }

    .accent {
        color: #393185;
        font-weight: 650;
        font-size: larger;
    }

    .remark, .remark b {
      color: #dd4b35 !important;  
    }

    .strong {
        font-weight: bold;
    }

    .italic {
        font-style: italic;
    }


/* ------------------------------------------------------------------------------- */
/*  2.  Wrap
/* ------------------------------------------------------------------------------- */

    #body-wrapper {
        background: #fff;
        left: 50%;
        margin-left: -520px;
        position: relative;
        width: 1040px;
    }
    .container {
        margin: 0 20px;
        padding: 0 30px;
        position: relative;
    }


    /*  Columns  --------------------------------*/

    .one-fourth, .three-fourth, .one-third, .two-third, .one-half {
        float: left;
        margin-right: 20px !important;
        position: relative;
    }
    .one-fourth.last, .three-fourth.last, .one-third.last, .two-third.last, .one-half.last {
        margin-right: 0 !important;
    }
    .one-fourth      { width: 200px; }
    .three-fourth    { width: 700px; }
    .one-third       { width: 300px; }
    .two-third       { width: 620px; }
    .one-half        { width: 460px; }


   .inner-column-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
   }

   .inner-column-one-half {
    flex-basis: 50%;
   }

   .inner-column-one-third {
    flex-basis:33%;
   }

   .inner-column-one-third.last, .inner-column-one-half.last{
    right: 0;
   }




/* ------------------------------------------------------------------------------- */
/*  3.  Header
/* ------------------------------------------------------------------------------- */

    #header {
        /*background: url(../images/sep_d.png) repeat-x 0 100%;*/
        /*height: 120px;*/
    }
    #logo {
        float: left;
        /*height: 100px;*/
		/*padding-top: 20px;*/
        max-width: 350px;
    }

    #logo img {
	   padding-top: 20px;
       width: 100%;
    }
    
    #main-slider.flexslider{
        margin: 50px 0 70px!important;
    }

    #main-slider .flex-control-nav.flex-control-paging{
        bottom: -50px;
    }

    /*  Navigation  --------------------------------*/

    #navigation {
        float: right;
    }
    #navigation li {
        float: left;
        position: relative;
    }
    #navigation a {
        color: #a83726;
        display: block;
        font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
        font-size: 12px;
        font-weight: 700;
        margin: 0 0 0 40px;
        padding: 53px 0 30px;
        position: relative;
        text-transform: uppercase;
    }
    #navigation a:focus, #navigation .focus> a, #navigation .current > a {
    /*background: url(../images/menu_active_item.png) repeat-x 0 100%;*/
    color: #a83726;
    }

    #navigation a:hover {
        color: #a83726;
    }


    #navigation .hover > a, #navigation .current > a {
    /*background: url(../images/menu_active_item.png) repeat-x 0 100%;*/
    
    /*text-decoration: none;*/
    }




    /*  Dropdown  --------------------------------*/

    #navigation ul {
        background: #d5674a;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
           -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
                box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
        display: none;
        left: 0;
        margin: 0 0 0 40px;
        padding: 0;
        position: absolute;
        top: 103px;
        width: 180px;
        z-index: 9999;
        /*background-color:#a83726;*/
        background-color:#f5f5f5;
        border: 1px solid #ccc;
    }
    #navigation ul li {
    border-bottom: 1px dotted #a83726;
    float: none;
    }
    #navigation ul li:last-child {
        border-bottom: none;
    }
    #navigation ul li i {
        background: url(../images/menu_i.png) no-repeat 0 0;
        height: 5px;
        position: absolute;
        right: 10px;
        top: 40%;
        width: 3px;
    }
    #navigation ul a {
    color: #a83726;
    display: block;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    padding: 7px 20px;
    text-transform: none;
    }
    #navigation ul a:focus, #navigation ul .focus > a, #navigation ul .current > a, #navigation ul .current > a:focus{
        color: #a83726;
    }
    #navigation ul a:hover, #navigation ul .hover > a, #navigation ul .current > a, #navigation ul .current > a:hover {
        color: #a83726;
    }


    /*  Sub Dropdown  --------------------------------*/

    #navigation ul ul {
        left: 180px;
        margin: 0;
        top: 0;
    }


    /*  Responsive Nav  --------------------------------*/

    .selectnav { display: none; }





/* ------------------------------------------------------------------------------- */
/*  4.  Content
/* ------------------------------------------------------------------------------- */

    #content {

    }
    #main {
        float: left;
        margin: 0 40px 0 0;
        width: 700px;
    }

    #main.no-sidebar{
        max-width: 90%;
        width: auto;
    }
    #sidebar {
        float: right;
        width: 220px;
        margin-top:7em;
    }

    .video iframe {
        display: block;
    }

    /* Slides */
    .flexslider:hover .flex-next:hover {background: #a83726 url(../images/flexslider/s_icon_next_w.png) no-repeat 50% 50%; opacity: 1;}
    .flexslider:hover .flex-prev:hover {background: #a83726 url(../images/flexslider/s_icon_prev_w.png) no-repeat 50% 50%; opacity: 1;}

    .flex-caption {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .flex-caption ul {
        margin-left: 2em;
    }

    

    /*  Back to Top  --------------------------------*/

    #back-top a {
        background: #ccc url(../images/back_top.png) no-repeat 50% 50%;
        bottom: 30px;
        display: block;
        height: 40px;
        position: fixed;
        right: 30px;
        width: 40px;
        z-index: 9999;
        border: 2px solid #f3f3f3;
    }
    #back-top a:hover {
        background: #a83726 url(../images/back_top.png) no-repeat 50% 50%;

    }


    /*  Page Title  --------------------------------*/
    
    .page-title, .page-title-inner, .page-title-alt {
        color: #ccc;
        display: inline-block;
        font-size: 48px;
        font-weight: 100;
        letter-spacing: 2px;
        line-height: 1.2;
        margin: 0 -30px;
        padding: 40px 30px 45px;
        width: 100%;
    }
    /*.page-title .accent, .page-title-alt .accent {
        color: #393185;
    }*/
    .page-title-inner {
        /*background: url(../images/sep_d.png) repeat-x 0 100%;*/
        /*color: #333;*/
        margin: 40px auto;
        padding-bottom: 40px;
        /*
        border-top: 1px solid #a83726;
        border-bottom: 1px solid #a83726;*/
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
}
    .page-title-inner .section-title {
        color: #c2c2c2;
        display: block;
        font-size: 30px;
        letter-spacing: normal;
        line-height: 1.5;
        width: 100%;
    }
    /*.page-title-inner .accent {
    color: #393185;
    }*/
    .page-title-inner.fixed {
        background: none;
        margin-bottom: 0;
    }
    .page-title-alt {
        font-size: 72px;
        line-height: 1.2;
        margin: 0 -30px;
        padding-bottom: 75px;
        padding-top: 70px;
    }


    /*  Black & White Wrapper  --------------------------------*/

    .bw-wrapper {
        display: block;
        position: relative;
    }
    .bw-wrapper canvas {
        margin-left: auto;
        margin-right: auto;
        right: 0;
        z-index: 9999;
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px; height: 0; overflow: hidden;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .inline-list .img {
        border: 1px solid #f0f0f0;
        padding: 5px;
        width: 100%;
    }

    /* ------------------------------------------------------ */
    /*  Responsive Tables
    /* ------------------------------------------------------ */

    table {
        width: 100%;
        max-width: 100%;
        border: 1px solid #d5d5d2;
        border-collapse: collapse
    }

    table caption {
        /*font-family: 'Tungsten A', 'Tungsten B', 'Arial Narrow', Arial, sans-serif;*/
        font-weight: 400;
        font-style: normal;
        font-size: 2.5rem;
        line-height: 1;
        margin-bottom: 23px;
        color: #a83726;
    }

    table caption p {
        margin-top: 23px !important; 
        margin-bottom: 0px !important;
    }

    table th {
        font-family: 'Gotham SSm A', 'Gotham SSm B', Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: .02em;
        font-size: .9353rem;
        padding: 1.2307em 1.0833em 1.0833em;
        line-height: 1.333;
        background-color: #eae9e6;
        color: #a83726;
    }

    table td, table th {
        text-align: left
    }

    table td {
        padding: .92307em 1em .7692em
    }

    table tbody tr:nth-of-type(even) {
        background-color: #f9f8f5
    }

    table tbody th {
        border-top: 1px solid #d5d5d2
    }

    table tbody td {
        border-top: 1px solid #d5d5d2;
        border-right: 1px solid #d5d5d2;
        border-left: 1px solid #d5d5d2;
        text-align: center;
    }

    dl {
        padding-left: 15px;
    }
    dt {
        font-weight: bold;
        font-size: larger;
    }

    dd {
        padding: 0px 0px 12px 20px;
    }



/* ------------------------------------------------------------------------------- */
/*  5.  Homepage
/* ------------------------------------------------------------------------------- */


    /*  Project & Blog Carousel  --------------------------------*/
    
    #twitter-wrapper, #news-wrapper, #sponsor-wrapper {
        margin: 35px 0 0;
        position: relative;
        width: 100% !important;
    }
    #blog-wrapper {
        margin: 70px 0 0;
    }
    .section-title  {
        display: block;
        float: left;
    }

    /*#main .section-title:before {
        content:url(../images/ICDC.png);
    }*/
    .section-title h4  {
        margin: 0 0 3px !important;
    }
    .section-title p {
        color: #959595;
    }
    .project-carousel > li, .news-carousel > li {
        float: left;
        list-style: none;
        overflow: hidden;
        position: relative;
    }
    .project-carousel a {
        display: block;
        text-align: left;
    }
    .project-carousel img {
        display: block;
        position: relative;
        width: 100%;
    }

    .section-title p{
        font-size: 14px;
        margin-right: 10px;
    }

    .news-carousel h5 {
        margin: 0 0 3px;
        text-transform: capitalize;
    }
    .news-carousel .date, .news-carousel .comments {
        color: #393185;
        font-size: 16px;
        font-weight: 200;
        margin-top: -20px;
    }
    .news-carousel .comments:hover {
        color: #c92c06;
    }
    .news-carousel p {
        margin: 10px 0 0;
        font-size: 14px;
    }
    .jcarousel-container {
        float: right;
        margin: 0;
        padding: 0;
    }
    .jcarousel-clip {
        overflow: hidden;
    }
    .jcarousel-item {
        margin: 0 20px 0 0;
        width: 220px;
    }


    /*  Carousel Navigation  --------------------------------*/

    .jcarousel-next, .jcarousel-prev {
        background: #e6e6e6 url(../images/c_icon_next.png) no-repeat 50% 50%;
        cursor: pointer;
        float: left;
        display: block;
        height: 17px;
        margin-right: 5px;
        margin-top: 5px;
        -webkit-transition: all 0.2s linear;
           -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
             -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
        width: 17px;
    }
    .jcarousel-prev {
        background: #e6e6e6 url(../images/c_icon_prev.png) no-repeat 45% 50%;
    }
    .jcarousel-next:hover, .jcarousel-next:focus, .jcarousel-next:active {
        background: #c92c06 url(../images/c_icon_next_w.png) no-repeat 50% 50%;
    }
    .jcarousel-prev:hover, .jcarousel-prev:focus, .jcarousel-prev:active {
        background: #c92c06 url(../images/c_icon_prev_w.png) no-repeat 45% 50%;
    }
    .jcarousel-next-disabled, .jcarousel-next-disabled:hover, .jcarousel-next-disabled:focus, .jcarousel-next-disabled:active {
        background: #f0f0f0 url(../images/c_icon_next.png) no-repeat 50% 50%;
        cursor: default;
    }
    .jcarousel-prev-disabled, .jcarousel-prev-disabled:hover, .jcarousel-prev-disabled:focus, .jcarousel-prev-disabled:active {
        background: #f0f0f0 url(../images/c_icon_prev.png) no-repeat 45% 50%;
        cursor: default;
    }


    /*  Project Carousel (Alt. Homepage)  --------------------------------*/

    #project-wrapper-alt {
        position: relative;
        width: 100% !important;
    }
    #project-wrapper-alt .jcarousel-next, #project-wrapper-alt .jcarousel-prev {
        background: #e6e6e6 url(../images/s_icon_next.png) no-repeat 50% 50%;
        cursor: pointer;
        height: 100%;
        left: 940px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.2s linear;
           -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
             -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
        width: 30px;
    }
    #project-wrapper-alt .jcarousel-prev {
        background: #e6e6e6 url(../images/s_icon_prev.png) no-repeat 45% 50%;
        left: -30px;
    }
    #project-wrapper-alt .jcarousel-next:hover, #project-wrapper-alt .jcarousel-next:focus, #project-wrapper-alt .jcarousel-next:active {
        background: #c92c06 url(../images/s_icon_next_w.png) no-repeat 50% 50%;
    }
    #project-wrapper-alt .jcarousel-prev:hover, #project-wrapper-alt .jcarousel-prev:focus, #project-wrapper-alt .jcarousel-prev:active {
        background: #c92c06 url(../images/s_icon_prev_w.png) no-repeat 45% 50%;
    }
    #project-wrapper-alt .jcarousel-next-disabled, #project-wrapper-alt .jcarousel-next-disabled:hover, #project-wrapper-alt .jcarousel-next-disabled:focus, #project-wrapper-alt .jcarousel-next-disabled:active {
        background: #f0f0f0 url(../images/s_icon_next.png) no-repeat 50% 50%;
        cursor: auto;
    }
    #project-wrapper-alt .jcarousel-prev-disabled, #project-wrapper-alt .jcarousel-prev-disabled:hover, #project-wrapper-alt .jcarousel-prev-disabled:focus, #project-wrapper-alt .jcarousel-prev-disabled:active {
        background: #f0f0f0 url(../images/s_icon_prev.png) no-repeat 45% 50%;
        cursor: auto;
    }

    /*  Sponsor List  --------------------------------*/

    .sponsor-list {
        display: inline-block;
        margin: 0px -30px -105px;
        padding: 20px 30px;
        position: relative;
    }
    .sponsor-list li {
        border-left: 1px dotted #ccc;
        display: block;
        float: left;
        height: 89px;
        overflow: hidden;
        width: 187px;
        position: relative;
    }
    .sponsor-list li:last-child {
        margin-right: -5px; 
        border-right: 1px dotted #ccc;
        width: 186px;
    }
    .sponsor-list img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 186px;
    }
    .sponsor-frame img {
        width:100%;
    }
		.sponsor-list .bronze{
        background: #CD7F32;
		}
    /*  Logo List  --------------------------------*/

		.logo-list .silver{
        border-bottom: 3px solid #C0C0C0;
        padding: 0px 0px 10px;
		}
		.logo-list .gold{
        border-bottom: 3px solid #D4AF37;
        padding: 0px 0px 10px;
		}
		.logo-list .platinum{
        border-bottom: 3px solid #E5E4E2;
        padding: 0px 0px 10px;
		}
    .logo-list .bronze{
        border-bottom: 3px solid #CD7F32;
        padding: 0px 0px 10px;
    }
    .logo-list .dark{
        border-bottom: 3px solid #000;
        padding: 0px 0px 10px;
    }
    .logo-list .white{
        border-bottom: 3px solid lightgray;
        padding: 0px 0px 10px;
    }
    .logo-list {
        /*border-top: 1px dotted #ccc;*/
        display: inline-block;
        margin: 70px -30px -105px;
        padding: 20px 30px;
        position: relative;
    }
    .logo-list li {
        display: block;
        float: left;
        height: 99px;
        overflow: hidden;
        width: 187px;
        position: relative;
    }
    .logo-list li:last-child {
        margin-right: -5px; 
        /*border-right: 1px dotted #ccc;*/
        width: 186px;
    }
    .logo-list img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 186px;
    }
    .logo-list .bw-wrapper {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-backface-visibility: hidden;
    }
    .logo-list .bw-wrapper:hover {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

    /*  View More  --------------------------------*/
    
    .work-more h3{
	color: #4b4b4b;
	border-bottom: 0px dotted #ccc;
	display: block;
	font-size: 30px;
	font-weight: 200;
	margin: 0 -30px;
	padding: 44px 30px;
	text-align: left;
	text-transform: uppercase;
    }

    .work-more a {
        color: #c2c2c2;
        border-bottom: 1px dotted #ccc;
        display: block;
        font-size: 30px;
        font-weight: 200;
        margin: 0 -30px;
        padding: 44px 30px;
        text-align: center;
        text-transform: uppercase;
    }
    .work-more a:hover {
        color: #c92c06;
    }
    .work-more .arrow {
        background: url(../images/more_arrow_01.png) repeat-x -20px 0;
        display: inline-block;
        height: 22px;
        -webkit-transition: background .2s ease-out;
           -moz-transition: background .2s ease-out;
            -ie-transition: background .2s ease-out;
             -o-transition: background .2s ease-out;
                transition: background .2s ease-out;
        width: 20px;
        vertical-align: baseline;
    }
    .work-more:hover .arrow {
        background: url(../images/more_arrow_01.png) repeat-x 0 0;
    }

    table.wdn_responsive_table thead th abbr {
        border-bottom: none
    }

    table.wdn_responsive_table thead th:not(:first-child) {
        text-align: center
    }

    table.wdn_responsive_table tbody td {
        text-align: center
    }

    table.wdn_responsive_table thead.center th{
        text-align: center;
    } 

    table.wdn_responsive_table.flush-left td{
        text-align: left;
    }


    





/* ------------------------------------------------------------------------------- */
/*  6.  Services
/* ------------------------------------------------------------------------------- */

    .services-intro {
        color: #333;
        font-size: 18px;
        margin: 0 0 80px;
    }

    .services-main {
        width: 75%;
        position: fixed;
        display: block;
    }

    .services-sidebar {
        width: 200px;
        display: block;
        float: left;
    }

    .service-icon {
        background: #c92c06;
        -webkit-border-radius: 50px;
           -moz-border-radius: 50px;
                border-radius: 50px;
        display: inline-block;
        float: left;
        margin-top: -9px;
        text-align: center;
        width: 36px;
    }
    .service-description {
        margin-left: 45px;
    }
    .service-description h4 {
        margin: 0;
    }
    .service-description p {
        color: #959595;
        margin: 19px 0 13px;
        padding-right: 10px;
    }
    .service {
        margin-bottom: 80px;
    }
    .service li {
        border-bottom: 1px dotted #ccc;
        display: block;
        padding: 7px 0;
    }
    .service li:last-child {
        border: none;
    }
    .twitter {
        height: 500px;
        overflow-y: scroll;
    }

    .services-intro .conference-title{
        text-align:center;
        margin-bottom: 2em;
    }

    .services-intro .conference-title .conference-info{
        font-style: italic;
        font-size: smaller;
    }

    .services-intro .accent {
        font-style:italic;
        /*font-weight: bold;
        font-size: larger;*/
    }

    .services-intro .conference-motto {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
        text-align:center;
    } 

    .services-intro .conference-motto img{
        width: 100%;
    }

    .services-intro .conference-slogan {
        font-style: italic;
        font-family:  'Open Sans', sans-serif;
        color: #a83726;
        font-size: 2.5em;
        line-height: 1em;

    }


/* ------------------------------------------------------------------------------- */
/*  7.  Posts
/* ------------------------------------------------------------------------------- */
   
    .post {
        margin: 0 0 60px;
        /*padding: 0 0 35px;*/
    }
    .post-bg {
        background: url(../images/sep_d.png) repeat-x 0 100%;
        margin: 0 0 60px;
        padding: 0 0 35px;
    }

    .post h2 {
        font-size: 30px;
        line-height: 1.4;
        margin: 0;
        text-transform: capitalize;
    }
    .post h2.post-title, h2.section-title {
        margin-bottom: 24px;
        text-transform: uppercase;
        line-height: 1.25;
        float: none;
    }
    .post h2.post-title:before, h2.section-title:before {
        content:url(../images/ICDC.png);
    }

    .post .program{
                padding-bottom: 35px;
        }
    .post .program h4{
        margin-top: 35px;
        margin-bottom: 15px;
    }
    .post-meta .footnote{
        font-size: 11px;
    }
    .post-meta .author {
        color: #959595;
        border-bottom: 1px dotted #e5e5e5;
        padding: 5px 0;
    }
    .post-meta .author a {
        color: #c92c06;
    }
    .post-meta .title {
                padding: 15px 0 0 0;
        color: #000;
                font-size: 16px;
    }
    .post-meta .author a:hover {
        color: #e38473;
    }
    .post-meta .date, .post-meta .tags, .post-meta .comments {
        color: #959595;
        display: inline-block;
        margin-right: 15px;
        padding: 12px 0 27px 0;
    }
    .post-meta .date a, .post-meta .tags a, .post-meta .comments a {
        color: #959595;
    }
    .post-meta .date a:hover, .post-meta .tags a:hover, .post-meta .comments a:hover {
        color: #c92c06;
    }
    .post-meta .date {
        padding-left: 15px;
        background: url(../images/blog_icon_date.png) no-repeat 0 16px;
    }
    .post-meta .tags {
        padding-left: 17px;
        background: url(../images/blog_icon_tags.png) no-repeat 0 16px;
    }
    .post-meta .comments {
        padding-left: 17px;
        background: url(../images/blog_icon_comments.png) no-repeat 0 15px;
    }
    .post-entry {
        display: block;
        position: relative;
    }
    .post-entry .image, .post-entry .image-slider, .post-entry .video {
        display: block;
        margin: 0 auto 23px;
        max-width: 100%;
    }
    .post-entry p {
        display: block;
        font-size: 14px;
    }
    .post-entry li {
        font-size: 14px;
    }
    .post-entry ul {
        margin-bottom: 15px;
    }
    .post-entry .arrow li {
        background: url(../images/list_arrow_bold.png) no-repeat 4px 12px;
    }
    .post-entry .bullet li{
        background: url(../images/list_square.png) no-repeat 4px 14px;
    }
    .post-entry a {
        color: #c92c06;
                font-weight: bold;
    }
    .post-entry a:hover {
        color: #c92c06;
        font-weight: bold;
    }
    .post-entry > img {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    /*.post-entry .accent {
        color: #393185;
        /*font-weight:bold;
    }*/

    /*  Blog Post Details  --------------------------------*/

    .post h3 {
        font-weight: 700;
        margin: 30px 0 23px;
        text-transform: capitalize;
    }
    .post.single p {
        margin-bottom: 20px;
    }
    .post.single p:last-child {
        margin-bottom: 10px;
    }

    /*  Committee List --------------------------------*/

    .committee-list {
        border-bottom: 1px dotted #e5e5e5;
        margin: 9px 0 54px;
        padding: 0 0 10px;
    }
    .committee {
        border-top: 1px dotted #e5e5e5;
        display: inline-block;
        margin-top: 10px;
        padding-top: 15px;
        margin-bottom: -15px;
    }
    .committee .avatar {
        display: block;
        float: left;
        position: relative;
        width: 125px;
        z-index: 1;
    }
    .committee .comment-meta {
        margin-top: -4px;
    }
    .committee .name{
        font-size: 14px;
        margin: 0;
        text-transform: capitalize;
        color: #333;
    }
    .committee .organization{
        color: #959595;
        margin: 1px 0 8px;
    }
    .committee .committee-entry, .committee .committee-meta {
        float: right;
        width: 540px;
    }
    .committee > div {
        margin-left: 60px;
    }
    .committee-align {
        margin-left: 60px;
    }

    .committee .committee-title{
        font-style: italic;
        font-weight:400;
    }

    /*  Program --------------------------------*/
    /* For program table*/ 
    table.program tbody tr:nth-of-type(even) {
        background-color: transparent;
    }

    table.program td:first-child {
        white-space: nowrap;
    }

    table.program td:only-child {
        white-space: normal;
    }

    table.wdn_responsive_table.program tr.program-date td, table.wdn_responsive_table tr.program-date th {
        color: #fff;
        font-weight: bold;
        background-color: #dd4b35;

    }
    table.wdn_responsive_table.program tr.program-item td + td{
        background-color:#f5f5f5 ;
        
    }
    table.wdn_responsive_table.program tr.program-podium td + td {
        background-color: #a83726;
        color: #fff;
        font-weight: bold;
        
    }
    table.wdn_responsive_table.program tr.program-short td + td{
        background-color:#393185;
        color: #fff;
        font-weight: bold;
    }

    table.wdn_responsive_table.program td ul {
        padding-left:1.5em;
        padding-right: 1em;
        margin-top: 0.5em;
    }

    table.wdn_responsive_table.program td ul li{
        padding-bottom:0.5em;    
    }

    table.wdn_responsive_table.program td ul li{
        background: url(../images/list_arrow_bold.png) no-repeat 0px 7px;
        padding-left: 12px;
    }

    .paper-author{
        font-style: italic;
    }

    .program .paper-author {
        display: block;
        font-weight: lighter;
    }

    .program .session-abstract{
        font-size: smaller;
        font-weight: 600;
    }

    .program .session-abstract .fa {
        padding: 6px;
    }
    div.speaker {
        margin-bottom: 60px; /*Same as post*/
    }
    img.speaker {
        max-height: 350px;
        max-width: 90%;
        padding-top: 0px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }



/* ------------------------------------------------------------------------------- */
/*  8.  GEneral pages
/* ------------------------------------------------------------------------------- */
    .page-content-placeholder {
        color: #333;
        font-size: 14px;
        margin: 60px 0 40px;
    }

    #main .image-list .list-inline li {
        width:30%;
    }

    #main .image-list .list-inline > li:first-child {
        padding-left: 5px;
    }

/* ------------------------------------------------------------------------------- */
/*  8.  Shortcodes
/* ------------------------------------------------------------------------------- */

    .shortcodes h5 {
        margin-bottom: 25px;
    }


    /*  Buttons  --------------------------------*/

    .green {
        background: #c92c06;
        background: -webkit-linear-gradient(#c92c06, #67853a);
        background:    -moz-linear-gradient(#c92c06, #67853a);
        background:     -ms-linear-gradient(#c92c06, #67853a);
        background:      -o-linear-gradient(#c92c06, #67853a);
        background:        -webkit-gradient(#c92c06, #67853a);
        background:         linear-gradient(#c92c06, #67853a);
    }
    .red {
        background: #ec4c1a;
        background: -webkit-linear-gradient(#ec4c1a, #a32700);
        background:    -moz-linear-gradient(#ec4c1a, #a32700);
        background:     -ms-linear-gradient(#ec4c1a, #a32700);
        background:      -o-linear-gradient(#ec4c1a, #a32700);
        background:        -webkit-gradient(#ec4c1a, #a32700);
        background:         linear-gradient(#ec4c1a, #a32700);
    }
    .yellow {
        background: #ffd800;
        background: -webkit-linear-gradient(#ffd800, #f49000);
        background:    -moz-linear-gradient(#ffd800, #f49000);
        background:     -ms-linear-gradient(#ffd800, #f49000);
        background:      -o-linear-gradient(#ffd800, #f49000);
        background:        -webkit-gradient(#ffd800, #f49000);
        background:         linear-gradient(#ffd800, #f49000);
    }
    .black {
        background: #636363;
        background: -webkit-linear-gradient(#636363, #404040);
        background:    -moz-linear-gradient(#636363, #404040);
        background:     -ms-linear-gradient(#636363, #404040);
        background:      -o-linear-gradient(#636363, #404040);
        background:        -webkit-gradient(#636363, #404040);
        background:         linear-gradient(#636363, #404040);
    }
    .gray {
        background: #959595;
        background: -webkit-linear-gradient(#959595, #545454);
        background:    -moz-linear-gradient(#959595, #545454);
        background:     -ms-linear-gradient(#959595, #545454);
        background:      -o-linear-gradient(#959595, #545454);
        background:        -webkit-gradient(#959595, #545454);
        background:         linear-gradient(#959595, #545454);
    }


    /*  Accordion  --------------------------------*/

    .accordion-button {
        background: url(../images/accordion_buttons.png) no-repeat 0 8px;
        border-top: 1px dotted #ccc;
        cursor: pointer;
        display: block;
        margin: 0;
        padding: 7px 0 7px 25px;
    }
    .accordion-button.ui-state-active {
        background: url(../images/accordion_buttons.png) no-repeat 0 -127px;
        color: #c92c06;
    }
    .accordion-button:first-child {
        border: none;
    }
    .accordion-content {
        padding: 0 0 8px 25px;
    }
    
    .shortcodes .accordion-button:first-child {
        margin-top: -8px;
    }


    /*  Alert Boxes  --------------------------------*/
    /*
    font-size: 14px; border: 2px #d41414 solid; background: pink; width: 95%; margin: 0px auto 30px; padding: 10px 2.5%
    color: darkred

    */
    .success, .notice, .warning, .error {
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        display: inline-block;
        margin: 10px auto 30px;
        padding: 10px 2.5%;
        border-width: 2px;
        border-style: solid;
        width: 95%;
        font-size: 14px;
    }

    .success {
        background: #93b336;
    }
    .notice {
        background: #507cc3;
    }
    .warning {
        background: #ffbb00;
    }
    .error {
        background: pink;
        border-color: #a83726;
    }




    /*  Blockquote  --------------------------------*/
    
    blockquote {
        background: url(../images/quote.png) no-repeat 30px 28px;
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        font-size: 11px;
        font-style: italic;
        padding: 45px 20px 24px 35px;
        position: relative;
    }
    blockquote p {
        font-size: 11px !important;
    }
    blockquote p:last-of-type {
        margin-bottom: 0;
    }
    blockquote .person {
        color: #333;
        display: block;
        font-style: normal;
        margin-top: 10px;
    }
    /*blockquote .person .accent {
        /*color: #393185;
    }*/
    blockquote .corner {
        background: url(../images/quote_corner.png) no-repeat 0 0;
        bottom: -18px;
        display: block;
        height: 18px;
        left: 50px;
        position: absolute;
        width: 29px;
    }
    blockquote.wide {
        background-position: 80px 28px;
        margin: 6px 0 34px;
        padding: 28px 30px 28px 100px;
    }
    blockquote.wide .corner {
        bottom: -18px;
        left: 80px;
    }
    
    blockquote a {
        overflow: hidden;
        text-overflow: ellipsis;
    }


    /*  Lists  --------------------------------*/
		.numeric li::before {
				content: counter(step-counter);
				margin-right: 5px;
				font-size: 80%;
				font-weight: bold;
				padding: 3px 8px;
				border-radius: 3px;
		}
    .shortcodes .check {
        margin-top: -10px;
    }
    ul.compressed li {
        padding-bottom: 4px;
        padding-top: 4px;
    }
    ul.compressed li:first-child {
        margin-top: -5px;
    }
		ol.counter {
			margin-left: 0;
			padding-right: 0;
			list-style-type: none;
		}
    .check li, .check-bold li, .arrow li, .arrow-bold li, .square li, .circle li {
        list-style: none;
        margin: 0;
        padding: 5px 0 5px 18px;
    }
		.indent li{
        list-style: none;
        padding: 0px 0 5px 18px;
		}
    .check li {
        background: url(../images/list_check.png) no-repeat 2px 53%;
    }
    .check-bold li {
        background: url(../images/list_check_bold.png) no-repeat 1px 53%;
    }
    .arrow li {
        background: url(../images/list_arrow.png) no-repeat 4px 53%;
    }
    .arrow-bold li {
        background: url(../images/list_arrow_bold.png) no-repeat 3px 53%;
    }
    .square li {
        background: url(../images/list_square.png) no-repeat 4px 53%;
    }
    .circle li {
        background: url(../images/list_circle.png) no-repeat 4px 53%;
    }
    .tweet li {
        background: url(../images/icon_twitter_feed.png) no-repeat 0 4px;
        padding-left: 16px;
    }
		.numeric li {
				counter-increment: step-counter;
		}

        /** Other*/

    .text-centered {
        text-align: center;
    }


/* ------------------------------------------------------------------------------- */
/*  9.  Contact/sponsor
/* ------------------------------------------------------------------------------- */

    #google-map {
        width: 100%;
        height: 300px;
        display: inline-block;
    }
    .sponsor-intro {
        color: #333;
        font-size: 14px;
        margin: 0px 0px 20px 0px;
    }
    .sponsor-intro a{
        font-weight: bold;
    }
    .sponsor-info{
        color: #333;
        font-size: 12px;
        margin: 30px 0 40px;
    }
    .sponsor-inner-text{
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        padding: 5px;
        /*display: block;*/
        /*padding: 5px 15px;*/
        height: 55px;
        /*margin-top: -10px;*/
    }
    .member-photo, .sponsor-photo {
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        border-top: 1px solid #f0f0f0;
    }
    .sponsor-frame{
        margin-bottom: 30px;
        -webkit-transition: border .2s ease-out;
           -moz-transition: border .2s ease-out;
            -ie-transition: border .2s ease-out;
             -o-transition: border .2s ease-out;
                transition: border .2s ease-out;
    }

		.sponsor-frame .silver{
        border-bottom: 10px solid #C0C0C0;
		}
		.sponsor-frame .gold{
        border-bottom: 10px solid #D4AF37;
		}
		.sponsor-frame .platinum{
        border-bottom: 10px solid #E5E4E2;
		}
    .sponsor-frame .bronze{
        border-bottom: 10px solid #CD7F32;
    }
    .sponsor{
        color: #333;
        font-size: 14px;
        margin: 60px 0 40px;
        padding-top: 15px;
        clear: both;
    }
    .sponsor h3{
        border-top: 1px dotted #363636;
        padding: 15px 5px 5px 5px;
    }
    .contact-intro {
        color: #333;
        font-size: 14px;
        margin: 60px 0 40px;
    }
    .contact-intro a{
        font-weight: bold;
    }
    .contact-info .address {
        margin-top: 20px;
    }
    #contact-form {
        margin-top: 25px;
    }
    #contact-form .error, #contact-form .success {
        margin-bottom: 20px;
        min-width: 227px;
    }

    .sponsors-container{
        color: #333;
        font-size: 14px;
        margin: 40px 0 40px;
        padding-top: 15px;
        /*clear: both;*/ /* How can it be removed?*/
        border-top: 2px dotted #a83726;
        float: right;
    }

    .sponsors-list-flex {
        display:flex;
        flex-flow: row wrap;
        justify-content: start;
        align-items: stretch;
        align-content: space-between;
    }

    .sponsor-item {
        width: 200px;
        margin-right: 20px;
    }


/* ------------------------------------------------------------------------------- */
/*  10.  Widgets
/* ------------------------------------------------------------------------------- */

    .widget {
        margin: 0 0 50px;
    }
    .widget.short {
        margin-bottom: 35px;
    }
    .widget h3 {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0 0 18px;
    }

    /*
    * Twitter formatting
    */

        .interact{
            display:none;
        }

        .timeline-Tweet{
            font-size: 10px;
        }

        .timeline-Widget{
            width: 100px;
        }


    /*  Search  --------------------------------*/

    #sidebar .widget_search input {
        width: 202px !important;
    }

    #sidebar .widget_search {
        margin-top: 10px;
    }


    /*  Categories  --------------------------------*/


    #sidebar .widget_categories{
        margin: 20px 0;
        background: #f5f5f5;
        padding: 20px 15px;
    }
    #sidebar .widget_categories li {
        background: url(../images/c_icon_next.png) no-repeat 0 12px;
        border-bottom: 1px dotted #a83726;
        display: block;
        padding: 7px 0 10px 13px;
        font-size: 14px;
    }
    #sidebar .widget_categories li:last-child {
        border: none;
    }
    /*#sidebar .widget_categories li a {
        color: #636363;
    }
    #sidebar .widget_categories li a:hover {
        color: #c92c06;
    }*/
    /*#sidebar .accent {
        /*color: #393185;
        font-weight:bold;
    }*/

    footer .widget_categories li {
        background: url(../images/c_icon_next_g.png) no-repeat 0 12px;
        border-bottom: 1px dotted #484848;
    }
    footer .widget_categories li:last-child {
        border: none;
    }
    footer .widget_categories li a {
        color: #C2C2C2;
    }
    footer .widget_categories li a:hover {
        color: #c92c06;
    }


    /*  Text Widget  --------------------------------*/

    #sidebar .widget_text {
        color: #636363;
    }

    footer .widget_text {
        color: #636363;
    }


    /*  Tabs With Posts  --------------------------------*/

    .ui-tabs .ui-tabs-nav {
        display: block;
        margin: 0;
        padding: 0;
        display: table;
        width: 100%;
    }
    .bordered.ui-tabs .tabs-content-wrapper {
        border: 1px solid #e6e6e6;
        display: block;
        margin-top: -21px;
        padding: 30px 20px;
    }
    .ui-tabs .ui-tabs-nav li {
        float: left;
        line-height: 32px;
        margin: 0 0 20px;
        padding: 0;
        position: relative;
        text-align: center;
        width: auto;
    }
    #sidebar .ui-tabs .ui-tabs-nav li {
        width: 50%;
    }
    .ui-tabs .ui-tabs-nav li a {
        border: 1px solid #e6e6e6;
        border-left: none;
        color: #959595;
        display: block;
        font-weight: 800;
        padding: 0 20px;
        text-transform: uppercase;
    }
    .ui-tabs .ui-tabs-nav li:first-child a {
        border-left: 1px solid #e6e6e6;
    }
    .ui-tabs .ui-tabs-nav li a:hover {
        border-top: 1px solid #c92c06;
        color: #c92c06;
    }
    .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
        border-top: 1px solid #c92c06;
        border-bottom: 1px solid #fff;
        color: #333;
    }
    .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
        cursor: text;
    }
    .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
        cursor: pointer;
    }
    .ui-tabs .ui-tabs-panel {
        border: none;
        display: block;
        position: relative;
    }
    .ui-tabs .ui-tabs-panel .posts li {
        display: inline-block;
        margin: 0 0 9px;
    }
    .ui-tabs .ui-tabs-panel .posts li:last-child {
        margin: 0;
    }
    .ui-tabs .ui-tabs-panel .posts img {
        display: block;
        float: left;
        margin: 0 10px 0 0;
    }
    .ui-tabs .ui-tabs-panel .posts .entry {
        display: block;
        float: left;
        margin: -4px 0 0;
        width: 150px;
    }
    .ui-tabs .ui-tabs-panel .posts .entry .date {
        color: #959595;
        display: block;
        margin: 2px 0 0;
    }
    .ui-tabs .ui-tabs-hide {
        display: none !important;
    }


    /*  Recent Entries  --------------------------------*/

    .widget_recent_entries li {
        margin: 0 0 9px;
    }
    .widget_recent_entries li:first-child {
        margin-top: 5px;
    }
    .widget_recent_entries li:last-child {
        margin: 0;
    }
    .widget_recent_entries img {
        display: block;
        float: left;
        margin: 0 10px 0 0;
    }
    .widget_recent_entries .entry {
        display: block;
        float: left;
        margin: -4px 0 0;
        width: 150px;
    }
    .widget_recent_entries .entry .date {
        color: #959595;
        display: block;
        margin: 2px 0 0;
    }

    footer .widget_recent_entries a {
        color: #C2C2C2;
    }
    footer .widget_recent_entries a:hover {
        color: #c92c06;
    }
    footer .widget_recent_entries .date {
        color: #636363;
    }


    /*  Twitter Feed  --------------------------------*/

    .twitter-feed li {
        margin: 0 0 10px;
    }
    .jta-tweet-timestamp {
        display: block;
    }
    .jta-clear {
        display: none;
    }

    #sidebar .jta-tweet-text {
        color: #636363;
    }
    #sidebar .jta-tweet-text a {
        color: #c92c06 !important;
    }
    #sidebar .jta-tweet-text a:hover {
        color: #e38473 !important;
    }
    #sidebar .jta-tweet-timestamp a {
        color: #959595;
    }
    #sidebar .jta-tweet-timestamp a:hover {
        color: #c92c06;
    }
    #sidebar .jta-tweet-list-item {
        background: url(../images/icon_twitter_feed.png) no-repeat 0 4px;
        padding-left: 16px;
    }

    footer .jta-tweet-text {
        color: #959595;
    }
    footer .jta-tweet-text a {
        color: #c2c2c2 !important;
    }
    footer .jta-tweet-text a:hover {
        color: #c92c06 !important;
    }

    footer .twitter-feed {
        color: #959595;
    }
    footer .twitter-feed a {
        color: #c2c2c2 !important;
    }
    footer .twitter-feed a:hover {
        color: #c92c06 !important;
    }

    footer .twitter-feed a span{
        color: #c2c2c2 !important;
    }
    footer .twitter-feed a span:hover {
        color: #c92c06 !important;
    }

    /*  Photo Stream  --------------------------------*/

    .photo-stream {
        margin-right: -12px;
    }
    .photo-stream li {
        float: left;
        margin: 0 12px 12px 0;
    }
    .photo-stream a {
        display: block;
    }
    .photo-stream a:hover {
        outline: 2px solid #c92c06;
    }
    .photo-stream img {
        display: block;
        height: 46px;
        width: 46px;
    }

    footer .photo-stream {
        margin-top: 22px;
    }





/* ------------------------------------------------------------------------------- */
/*  11.  Footer
/* ------------------------------------------------------------------------------- */

    footer {
        background-color: #ccc;
        font-size: 12px;
        color:#636363;
    }

    #footer-wrapper {
        padding: 30px 0 10px;
        left: 50%;
        margin-left: -520px;
        width: 1040px;
        position: relative;
    }

    footer .logo {
        display: block;
        margin: 0 0 15px;
    }
    footer h3 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 7px;
        color: #636363;
    }

    footer h4 {
        font-weight: 600;
        color: #636363;
    }

    footer a {
        color: #fff;
    }
    
    footer a:hover {
        color: #fff;
    }

    footer .bottom-line {
        background-color:#636363;
    }


    /*  Contact Details  --------------------------------*/
    
    footer .address, footer .phone, footer .email {
        /*color: #959595;*/
        margin-bottom: 0px;
    }

    /* Theme -----------------------*/
    footer .conference-motto {
        /*background-color: white;*/
    }
    footer .conference-motto a {
        display: inline-block;
        width: 50%;
        vertical-align: middle;
    }

    footer .conference-motto img {
        width: 100%;
    }

    footer .conference-slogan {
        width: 40%;
        font-family:  'Open Sans', sans-serif;
        display: inline-block;
        font-style: italic;
        font-size: 1.7em;
        line-height: 1em;
        text-align: center;
        color: white;
        padding-left: 10px;
    }


    /*  Copyright & Social Links  --------------------------------*/

    footer .info {

    }

    .scm
    {
    background-color: #BCC8DD;
    padding: 10px;
    }
    .copyright li {
        display: block;
        /*float: left;*/
        /*margin-right: 30px;*/
        padding: 15px 50px 15px;
        text-align:center;
        background: url(../images/sep_f.png) repeat-x 0 0;
        color: white;
    }
    .social-links .social:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
    }

    .social-links .social {
      -webkit-transform: scale(0.8);
      /* Browser Variations: */
      
      -moz-transform: scale(0.8);
      -o-transform: scale(0.8);
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
    }
    .social-links .fa {
        color: #636363;
    }

    .social-links .fa-envelope-square {
        vertical-align: middle;
    }
    /*
        Multicoloured Hover Variations
    */
    
    .social-links .fa:hover {
        color: white;
        text-decoration: none;
    }

    .contact {
        left:75px;
        position: relative;
    }
    .social-links {
        margin-bottom: 15px;
        
    }




/* ------------------------------------------------------------------------------- */
/*  12.  Media Queries
/* ------------------------------------------------------------------------------- */


    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (max-width: 959px) {
    
    /* ------------------------------------------------------ */
    /*  Document Setup
    /* ------------------------------------------------------ */

        textarea {
            width: 430px;
        }



    /* ------------------------------------------------------ */
    /*  Wrap
    /* ------------------------------------------------------ */
        
        #body-wrapper {
            margin-left: -404px;
            width: 808px;
        }

        #footer-wrapper {
            margin-left: -404px ;
            width: 808px;
        }


        /*  Columns  ------------*/

        .one-fourth      { width: 162px; }
        .three-fourth    { max-width: 100%; }
        .one-third       { width: 222px; }
        .two-third       { width: 464px; }
        .one-half        { width: 344px; }
        
        /*  Sidebar  ------------*/

        #sidebar  { width: 100%; padding-top: 0;}


    /* ------------------------------------------------------ */
    /*  Content
    /* ------------------------------------------------------ */

        #main {
            max-width: 100%;
        }
        #main.no-sidebar {
            max-width: 100%;
        }


        /*  Page Title  ------------*/

        .page-title-alt {
            font-size: 48px;
        }



    /* ------------------------------------------------------ */
    /*  Homepage
    /* ------------------------------------------------------ */

        #main-slider.flexslider{
            margin: 0px 0 70px!important;
         }
        /*  Project & Blog Carousel  ------------*/

        .jcarousel-item {
            margin: 0 28px 0 0;
        }
        .section-title.one-fourth  {
            width: 220px;
        }
        #twitter-wrapper, #news-wrapper, #sponsor-wrapper{
            margin-top: 30px;
        }
        
        #twitter-wrapper{
            margin-top: 35px;
        }



        /*  Logo List  ------------*/

        .logo-list li {
            width: 176px;
        }
        .logo-list li:nth-child(4) {
            border-right: 1px dotted #ccc;
            width: 175px;
        }
        .logo-list li:nth-child(5) {
            display: none;
        }
        .logo-list img {
            width: 175px;
        }



    /* ------------------------------------------------------ */
    /*  Pricing Tables
    /* ------------------------------------------------------ */


        /*  Extended Pricing Table  ------------*/

        .pricing-table-extended .features-list {
            display: none;
        }

        .pricing-table-extended.five-cols .column  { width: 140px; }
        .pricing-table-extended.four-cols .column  { width: 176px; }
        .pricing-table-extended.three-cols .column { width: 235px; }
        .pricing-table-extended.two-cols .column   { width: 354px; }
        .pricing-table-extended.one-cols .column   { width: 708px; }

        .pricing-table-extended .column ul li:before {
            color: #959595;
            content: attr(data-feature);
            display: block;
            font-weight: 800;
            text-align: center;
        }


        /*  Simple Pricing Table  ------------*/

        .pricing-table-simple.five-cols .column  { width: 140px; }
        .pricing-table-simple.four-cols .column  { width: 176px; }
        .pricing-table-simple.three-cols .column { width: 235px; }
        .pricing-table-simple.two-cols .column   { width: 354px; }
        .pricing-table-simple.one-cols .column   { width: 708px; }

        .pricing-table-simple h1 {
            font-size: 14px;
        }
        .pricing-table-simple h2 {
            font-size: 14px;
        }



    /* ------------------------------------------------------ */
    /*  Blog
    /* ------------------------------------------------------ */

        .comment .comment-entry, .comment .comment-meta {
            width: 388px;
        }
        .comment .children .comment-entry, .comment .children .comment-meta {
            width: 328px;
        }
        .comment .children .children .comment-entry, .comment .children .children .comment-meta {
            width: 268px;
        }


    /* ------------------------------------------------------ */
    /*  Portfolio
    /* ------------------------------------------------------ */


        /*  Project Item Overlay  ------------*/

        .project-item .overlay a h5 {
            font-size: 20px;
            font-weight: 400;
            margin: 20px 20px 0;
        }

    }



    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) { 


    /* ------------------------------------------------------ */
    /*  Wrap
    /* ------------------------------------------------------ */
        
        #body-wrapper, #footer-wrapper {
            width: 100%;
            margin: 0;
            left: 0;
        }



        /*  Columns  ------------*/

        .one-fourth      { width: 100%; }
        .three-fourth    { width: 100%; }
        .one-third       { width: 100%; }
        .two-third       { width: 100%; }
        .one-half        { width: 100%; }

        .one-fourth:nth-child(2n+2) { margin-right: 0 !important; }
        .one-fourth:nth-child(n+3) { margin-top: 20px !important; }

        .inner-column-one-half {
            flex-basis: 90%;
        }

        .inner-column-one-third {
            flex-basis:90%;
        }
        .inner-column-one-third.last, .inner-column-one-half.last {
            right: auto;
        }



    /* ------------------------------------------------------ */
    /*  Header
    /* ------------------------------------------------------ */

        #header {
            height: auto;
            text-align: center;
        }
        #logo {
            float: none;
        }

        /*  Navigation  ------------*/

        #navigation { display: none; }

        .selectnav {
            background: url(../images/nav_arrow.png) no-repeat, url(../images/bg_dots_grey.png);
            background-position: center right, top left;
            border: none;
            border-radius: 0;
            color: #959595;
            display: inline-block;
            font-size: 12px;
            margin: 20px 0 30px;
            padding: 8px 10px;
            text-transform: capitalize;
            -webkit-appearance: none;
            width: 100%;
            min-height: 60px;
        }


   

    /* ------------------------------------------------------ */
    /*  Homepage
    /* ------------------------------------------------------ */


        /*  Flex Slider  ------------*/

        .flex-caption {
            /*display: none;*/
        }

        /*  Project & Blog Carousel  ------------*/

        .section-title.one-fourth  {
            width: 51%;
        }

        #main .image-list .list-inline li {
        width:45%;
        }



        
    /* ------------------------------------------------------ */
    /*  Carousels
    /* ------------------------------------------------------ */


        /*  Project & Blog Carousel  ------------*/

        #project-wrapper, #blog-wrapper {
            margin-top: 60px;
        }
        #project-wrapper .section-title h4, #blog-wrapper .section-title h4 {
            float: left;
            margin-bottom: 10px !important;
        }
        #project-wrapper .section-title p, #blog-wrapper .section-title p {
            display: none;
        }
        .jcarousel-clip {
            height: auto;
            width: 100%;
            margin-bottom: 40px;
        }

        .jcarousel-item {
            width: 85vw;
/*            max-width: 650px;*/
        }
        
        .section-title.one-fourth{
            width: 75%;
        }
        
        .jcarousel-item *{
            max-width: 75%;
            text-overflow: clip;
        }
        
        
        .jcarousel-item .member-photo img{
            max-width: 80%;
            left: -40%;
            margin: 20px 35%;
        }
        
        
        .project-carousel, .news-carousel {
            margin-top: 20px !important;
        }


        /*  Carousel Navigation  ------------*/

        .carousel-nav {
            right: -33%;
            top:0;
            position: absolute;
        }
        .carousel-nav a{
            min-height: 30px;
            min-width: 30px;
        }
        .jcarousel-prev, .jcarousel-next  {
            margin: 0 0 0 5px;
            float: left;
            z-index: 999;
        }



    /* ------------------------------------------------------ */
    /*  Pricing Tables
    /* ------------------------------------------------------ */


        /*  Extended Pricing Table  ------------*/

        .pricing-table-extended {
            margin-bottom: 80px;
        }
        .pricing-table-extended .features-list {
            display: none;
        }
        .pricing-table-extende .features-list-expanded{
            display: none;
						width: 220px;
        }

        .pricing-table-extended.five-cols .column  { width: 208px; }
        .pricing-table-extended.four-cols .column  { width: 209px; }
        .pricing-table-extended.three-cols .column { width: 140px; }
        .pricing-table-extended.two-cols .column   { width: 210px; }
        .pricing-table-extended.one-cols .column   { width: 420px; }

        .pricing-table-extended .column:nth-child(2) {
            border-left: 0;
        }
        .pricing-table-extended .column ul li:before {
            color: #959595;
            content: attr(data-feature);
            display: block;
            font-weight: 800;
            text-align: center;
        }


        /*  Simple Pricing Table  ------------*/

        .pricing-table-simple.five-cols .column  { width: 209px; }
        .pricing-table-simple.four-cols .column  { width: 209px; }
        .pricing-table-simple.three-cols .column { width: 139px; }
        .pricing-table-simple.two-cols .column   { width: 210px; }
        .pricing-table-simple.one-cols .column   { width: 420px; }

        .pricing-table-simple h1 {
            font-size: 14px;
        }
        .pricing-table-simple h2 {
            font-size: 14px;
        }




    /* ------------------------------------------------------ */
    /*  Footer
    /* ------------------------------------------------------ */

        footer .info {
            /*padding-bottom: 22px;
            padding-top: 22px;*/
        }

        footer .contact {
            left: 0px;
            width: 200px ;
            margin: 0 auto!;
            text-align: center;
        }

        footer .conference-slogan {
            display: none;
        }

        footer .container div {
            text-align: center;
            width:100%;
        }


        /*  Copyright & Social Links  ------------*/
        
        .copyright {
            display: block;
        }
        .copyright li {
            margin-right: 15px;
        }
        .copyright li:last-child {
            margin-right: 0;
        }/*
        .social-links {
            display: block;
            float: left;
            margin-top: 15px;
        }
        .social-links li {
            margin: 0 8px 0 0;
        }*/

    /* ------------------------------------------------------ */
    /*  Tables
    /* ------------------------------------------------------ */
    table.wdn_responsive_table td, table.wdn_responsive_table th {
        display: block
    }

    table.wdn_responsive_table thead tr {
        display: none
    }

    table.wdn_responsive_table thead tr.program-date {
        display: block;
    }


    table.wdn_responsive_table tbody tr:first-child th {
        border-top-width: 0
    }

    table.wdn_responsive_table tbody tr:nth-of-type(even) {
        background-color: transparent
    }

    table.wdn_responsive_table tbody td {
        text-align: left
    }

    table.wdn_responsive_table tbody td:before {
        display: block;
        font-weight: 700;
        content: attr(data-header)
    }

    table.wdn_responsive_table tbody td:empty {
        display: none
    }

    table.wdn_responsive_table tbody td:first-child {
        background-color: #f9f8f5
    }
    table.wdn_responsive_table tr.program-item td + td{
        background-color:transparent; 
        
    }
    table.wdn_responsive_table tbody td:only-child{
        background-color:transparent; 
        
    }
    /*
    table.wdn_responsive_table.program tbody td:first-child {
        background-color: #fff;
    }
     table.wdn_responsive_table.program tbody td:only-child {
       background-color: #f5f5f5;
    }*/
    }
    /*END MEDIA SCREEN 770*/



    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 479px) {

        body{min-width: 330px;}
        #body-wrapper, #footer-wrapper {min-width: 330px;}
    

    /* ------------------------------------------------------ */
    /*  Content
    /* ------------------------------------------------------ */

        #main {
            width: 100%;
        }

        #main.no-sidebar {
            width: 100%;
        }


        .sponsor-item{
            flex-grow: 1;
        }


        /*  Page Title  ------------*/

        .page-title, .page-title-inner, .page-title-alt {
            font-size: 22px;
            padding: 30px 30px 30px;
        }
        .page-title-inner {
            font-size: 20px;
            margin-bottom: 40px;
            padding-bottom: 35px;
        }
        .page-title-inner .section-title {
            font-size: 16px;
        }

         .flexslider { /*Check this one. I could add the flex but just the images, but for that we need to modify images*/
            display: none;
        }

        footer .conference-slogan {
            font-size: 1.5em;
        }

        #main .image-list .list-inline li {
        width:90%;
        margin: auto;
    }

      

     

    /* ------------------------------------------------------ */
    /*  Pricing Tables
    /* ------------------------------------------------------ */


        /*  Extended Pricing Table  ------------*/

        .pricing-table-extended {
            margin-bottom: 40px;
        }
        .pricing-table-extended .column {
            border: none;
        }

        .pricing-table-extended .column,
        .pricing-table-simple .column { width: 260px !important; }

        .pricing-table-extended h1 {
            font-size: 10px;
        }



        /*  Blockquote   ------------*/

        blockquote.wide {
            background-position: 40px 28px;
            padding-left: 60px;
        }
        blockquote.wide .corner {
            bottom: -18px;
            left: 40px;
        }


    }

@media (min-width:48em) {
    table caption {
        font-size: 2rem
    }

    table th {
        padding: 1.2307em 1.2307em 1em;
        font-size: .802rem
    }

    table td {
        padding: .75em 1em .602em
    }
}
