/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}


a {
	color:#0c7bc0;
	text-decoration:none;
}

a:hover {
	color:#0e131c;
	text-decoration:none;
}



html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


body {
    font-family: 'Lato', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #535557;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.red {
   color: #f53737!important;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.container:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before,
.row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.row:after {
    clear: both;
}

.sideborder {
  border: 4px solid rgba(0,0,0,0.20);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.sideborderdark {
  border: 4px solid rgba(0,0,0,0.20);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding:10px;
}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
  background:#f1f6fa;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}


.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}




/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}








#main-header {
    background-color: #0e131c;
    padding: 7px 0 0;
}
#main-header .container {
    margin-top: 7px;
}
#main-header .brand-logo {
    float: left;
    width: 235px;
    border-right: 2px solid #151e2e;
    padding-right: 30px;
    margin-right: 22px;
}
#main-header .brand-logo img {
    max-width: 100%;
}
#main-header .date-loc {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0 20px;
}
#main-header .date-loc .date {
    color: white;
}
#main-header .date-loc .loc {
    color: #838ea3;
    margin-top: 5px;
}
#main-header .share-links ul {
    float: right;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
}
#main-header .share-links ul li {
    float: left;
    margin-left: 8px;
}
#main-header .share-links ul li a {
    background-color: #1a222f;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: block;
    -webkit-border-radius: 35px;
    border-radius: 35px;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
#main-header .share-links ul li a:hover{
	background-color: #1f78bf;
}

@media (max-width: 991px) {
    #main-header .brand-logo {
        float: none;
        margin: 0 auto;
        border-right: 0;
        padding: 10px 0;
    }
    #main-header .date-loc {
        text-align: center;
        background-color: #10151e;
        padding: 8px 0;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        margin-top: 10px;
    }
    #main-header .share-links ul {
        text-align: center;
        float: none;
        margin-bottom: 10px;
    }
    #main-header .share-links ul li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        float: none;
    }
}

#main-nav {
    background-color: #0c7bc0;
}
#main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


#main-nav .main ul li:not(.current):hover {
  color: #fff;
  background-color: #07446a;
}
#main-nav .main ul li {
    float: left;
    position: relative;
    z-index:122;
}
#main-nav .main a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    display: block;
    padding: 11px 15px;
}
#main-nav .main ul li.current {
  color: #0c7bc0;
  background-color: white;
} 
#main-nav .main ul li.current a {
  color: #0c7bc0;
}
#main-nav .main li ul {
  display: none;
  position: absolute;
  min-width: 220px;
  top: 100%;
  left: 0;
  background: #0c7bc0;
}
#main-nav .main li:hover > ul {
  display: block;
}
#main-nav .main li ul li{
  float: none;
}
#main-nav .mobile-nav {
   display: none;
   color: #505050;
   text-transform: uppercase;
   text-align: right;
   border-bottom: 4px solid white;
   position: relative;
   z-index: 9999;
}
#main-nav .mobile-nav button {
   font-weight: 300;
   color: white;
   text-transform: uppercase;
   padding: 11px 25px 9px;
   background: transparent url("../img/ic-mobile-nav-button.png") no-repeat 0 12px;
   border: 0;
   font-family: 'Pathway Gothic One', sans-serif;
   font-weight: 400;
   font-size: 18px;
   outline: 0;
   outline: none;
}
#main-nav .mobile-nav ul {
   width: 100%;
   margin: 0;
   padding: 0;
   list-style: none;
}
#main-nav .mobile-nav li {
   font-size: 13px;
   color: #cff9e3;
   min-height: 40px;
   line-height: 40px;
   text-align: center;
   background: #0c7bc0;
}
#main-nav .mobile-nav li ul {
    display: none;
}
#main-nav .mobile-nav li:hover ul,
#main-nav .mobile-nav li:focus ul,
#main-nav .mobile-nav li:active ul {
    display: block;
}
#main-nav .mobile-nav li a {
   display: block;
   color: #cff9e3;
   text-decoration: none;

}
#main-nav .mobile-nav li:hover,
#main-nav .mobile-nav li.current {
   background: #1b5982;
}
#main-nav .mobile-nav li.current a {
   color: white;
}
#main-nav .mobile-nav li ul li {
    font-size: 12px;
   min-height: 30px;
   line-height: 30px;
}
#main-nav .mobile-nav li ul li:hover {
    background-color: #1378ba;
}
@media (min-width: 992px) and (max-width: 1199px) {
    #main-nav .main a {
        padding: 11px 8px;
    }
}

@media (max-width: 992px) {
    #main-nav .main {
        display: none;
    }
    #main-nav .mobile-nav {
        display: block;
    }
}



#home-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#home-slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#home-slider ul li {
    padding: 40px 0 60px;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
#home-slider ul li:before,
#home-slider ul li:after {
    position: absolute;
    top: 0;
    content: ' ';
    display: block;
    height: 100%;
    z-index: 10;
    width: 9999px;
}
#home-slider ul li:before {
    right: 50%;
    background-color: rgba(3,40,64,0.55);
}
#home-slider ul li:after {
    left: 50%;
    background-color: rgba(12,123,192,0.55);
}
#home-slider ul li .container {
    position: relative;
    z-index: 20;
}
#home-slider .leftbox {
    margin-right: 70px;
    text-align: right;
}
#home-slider .leftbox .ti {
    color: #d3dff8;
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 42px;
	text-shadow: -2px 5px 2px rgba(0,0,0,0.5);
}
#home-slider .leftbox .desc {
  margin-top: 50px;
  max-width: 360px;
  float: right;
}
#home-slider .leftbox .desc .loc {
  color: white;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 10px;
}
#home-slider .leftbox .desc .date {
  color: #0e131c;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 2px;
  background-color: #0c7bc0;
  padding: 8px 15px;
}
#home-slider .rightbox {
    margin-left: 70px;
    padding-top: 20px;
}
#home-slider .rightbox .ti {
    color: white;
    font-size: 24px;
    font-weight: 400;
}
#home-slider .rightbox .canvas {
  margin-top: 20px;
  border: 4px solid rgba(0,0,0,0.20);
  float: left;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#home-slider .rightbox .btn {
  color: white;
  background-color: #0e131c;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 14px 30px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: 50px;
}

#home-slider .rightbox .btn:hover {
  color: white !important;
}


#main-content .container {
  padding-top: 35px;
}
.home-aboutcocon {
  border: 6px solid #f0f0f0;
  padding: 20px 35px;
}
.home-aboutcocon h1 {
  color: #19232b;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}


@media (max-width: 991px) {
    #home-slider ul li {
        padding: 20px 0 40px;
    }
    #home-slider .leftbox .ti {
        font-size: 40px;
        line-height: 38px;
    }
    #home-slider .leftbox {
        margin-right: 0;
        text-align: center;
    }
    #home-slider .leftbox .desc {
        margin-top: 20px;
        max-width: none;
        float: none;
    }
    #home-slider .rightbox {
        margin-left: 0;
        padding-top: 30px;
    }
    .home-aboutcocon {
        margin-bottom: 30px;
    }
}

.widget-cocon-gallery {
  padding: 10px;
  border: 1px solid #f0f0f0;
  margin-bottom: 10px;
}
.widget-cocon-gallery .flexslider {
  position: relative;
}
.widget-cocon-gallery .heading h3 {
  font-size: 16px;
  font-weight: 700;
  color: #061d2c;
  margin: 0 0 8px;
}
.widget-cocon-gallery figure {
  height: 210px;
  overflow: hidden;
}
.widget-cocon-gallery .flex-direction-nav {
  *height: 0;
}
.widget-cocon-gallery .flex-direction-nav a  {
  display: block;
  background: #0c7bc0 url(../img/slide-arrows-md.png) no-repeat center 6px;
  width: 27px;
  height: 27px;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
  text-indent: -999em;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
}
.widget-cocon-gallery .flexslider .flex-next {
  background-position:  center -29px;
}
.widget-cocon-gallery .flex-direction-nav .flex-prev {
  left: -50px;
}
.widget-cocon-gallery .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.widget-cocon-gallery .flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 20px;
}
.widget-cocon-gallery .flexslider:hover .flex-next {
  opacity: 0.7;
  right: 20px;
}
.widget-cocon-gallery .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.widget-cocon-gallery .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter:alpha(opacity=0);
  cursor: default;
}
.widget-hall-fame {
  height: 140px;
  width: 100%;
  text-align: center;
  background: #19232b;
  background: -moz-linear-gradient(top,  #19232b 0%, #163448 50%, #19232b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#19232b), color-stop(50%,#163448), color-stop(100%,#19232b));
  background: -webkit-linear-gradient(top,  #19232b 0%,#163448 50%,#19232b 100%);
  background: -o-linear-gradient(top,  #19232b 0%,#163448 50%,#19232b 100%);
  background: -ms-linear-gradient(top,  #19232b 0%,#163448 50%,#19232b 100%);
  background: linear-gradient(to bottom,  #19232b 0%,#163448 50%,#19232b 100%);
}
.widget-hall-fame img {
   max-width: 100%;
}

@media (min-width: 992px) {
   .widget-hall-fame.mini {
      height: 132px;
   }
}

.widget-keynote-speaker {
  width: 100%;
  text-align: center;
}
.widget-keynote-speaker img {
	width: 40%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 5px solid #1f78bf;
}

.widget-tech-speaker {
  width: 100%;
  text-align: center;
}
.widget-tech-speaker img {
	width: 30%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 5px solid #1f78bf;
}



@media (max-width: 991px) {
    .widget-cocon-gallery {
        margin-bottom: 30px;
    }
    .widget-cocon-gallery figure {
        height: 260px;
    }
    .promo-logo-ad {
        display: none;
    }
}
#home-msg {
  background-color: #dce3e8;
  padding: 35px 0;
  width: 100%;
  margin-top: 50px;
}
#home-msg .heading h2 {
  color: #282b2d;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 30px;
}
#home-msg .nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
#home-msg .nav-tabs li {
  float: left;
  margin-right: 5px;
}
#home-msg .nav-tabs li a {
  display: block;
  background-color: #19232b;
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 30px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#home-msg .nav-tabs li.active a {
  background-color: white;
  color: #282b2d;
}
#home-msg .nav-tabs li a .badge {
  display: inline-block;
  zoom: 1;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: white;
  background-color: #0c7bc0;
}

#home-msg .tab-content {
  background-color: white;
  -webkit-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
}
#home-msg .tab-content .content {
  padding: 30px;
}
#home-msg .tab-content .content figure {
  width: 90px;
  text-align: center;
  overflow: hidden;
  float: left;
}
#home-msg .tab-content .content figure + .pull {
  margin-left: 120px;
}
#home-msg .tab-content .name {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  color: #282b2d;
}
#home-msg .tab-content .name small {
  display: block;
  color: #4f4f4f;
}
.widget-social {
  margin-bottom: 30px;
}
.widget-social img {
    max-width: 100%;
}
.widget-social.mini {
   margin-top: 30px;
}
#home-msg .widget-social.first {
  /*margin-top: 95px; */
}
@media (max-width: 991px) {
    #home-msg .nav-tabs li a {
        font-size: 15px;
        padding: 10px 15px;
    }
    #home-msg .nav-tabs li a .badge {
        width: 20px;
        height: 20px;
        line-height: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }
    .widget-social {
        text-align: center;
    }
}
.promo-logo-ad {
  text-align: center;
  margin-top: 35px;
}
.promo-logo-ad img {
  max-width: 100%;
}
#partners-section {
  margin-top: 50px;
}
#sponsors-section .heading,
#partners-section .heading {
  background-color: #b7c0c8;
  margin-bottom: 30px;
}
#sponsors-section .heading {
  margin-bottom: 40px;
  background-color: #19232b;
}
#sponsors-section .heading h3,
#partners-section .heading h3 {
  font-size: 28px;
  color: #19232b;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}
#sponsors-section .heading h3 {
  color: white;
}
#sponsors-section .subtitle,
#partners-section .subtitle {
  color: #0c7bc0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
}
#sponsors-section ul.list,
#partners-section ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#sponsors-section ul.list li,
#partners-section ul.list li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 15px 30px;
}
#sponsors-section hr {
  border-color: #dcdfe2;
  margin: 15px 0 35px;
}
#main-footer {
  background-color: #0e131c;
  margin-top: 50px;
  padding: 35px 0;
  font-size: 14px;
  font-weight: 400;
  color: #737881;
}
#main-footer .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#main-footer .nav a {
  color: white;
  text-decoration: none;
  margin-left: 7px;
  display: block;
}
#main-footer .nav ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-left: 1px solid #3c475b;
  height: 13px;
  line-height: 13px;
  margin-left: 7px;
}
#main-footer .nav ul li:first-child {
  border-left: 0;
  margin-left: 0;
}
#main-footer .info {
  text-align: center;
  margin-top: 15px;
}
#main-footer .info a:hover {
color:#FFFFFF;
text-decoration:none;
}

@media (max-width: 991px) {
    #home-msg .tab-content .content figure {
        width: auto;
        float: none;
        margin-bottom: 20px;
    }
    #main-footer .nav ul li {
        margin-bottom: 8px;
    }
    #home-msg .tab-content .content figure + .pull {
        margin-left: 0;
    }
}
#page-header {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#page-header .inner {
    padding: 50px 0;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
#page-header .inner:before,
#page-header .inner:after {
    position: absolute;
    top: 0;
    content: ' ';
    display: block;
    height: 100%;
    z-index: 10;
    width: 9999px;
}
#page-header .inner:before {
    right: 50%;
    background-color: rgba(3,40,64,0.55);
}
#page-header .inner:after {
    left: 50%;
    background-color: rgba(12,123,192,0.55);
}
#page-header .inner .container {
    position: relative;
    z-index: 20;
}
#page-header .leftbox {
    margin-right: 70px;
}
#page-header .leftbox .ti {
    color: white;
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    margin: 0;
}
#page-header .rightbox {
    margin-left: 70px;
}
#page-header .rightbox .ti {
    color: white;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 10px;
}
#page-header .rightbox .desc {
  margin-top: 5px;
  max-width: 360px;
  float: left;
}
#page-header .rightbox .desc .loc {
  color: white;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 10px;
}
#page-header .rightbox .desc .date {
  color: #0e131c;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 2px;
  background-color: #0c7bc0;
  padding: 7px 15px;
}

@media (max-width: 991px) {
    #page-header .inner {
        padding: 30px 0;
    }
    #page-header .leftbox .ti {
        font-size: 32px;
        line-height: 36px;
        margin: 0 0 15px;
        text-align: center;
    }
    #page-header .leftbox {
        margin-right: 0;
    }
    #page-header .rightbox {
        margin-left: 0;
        text-align: center;
    }
    #page-header .rightbox .desc {
        margin-top: 5px;
        max-width: none;
        float: none;
    }
}

.common-content .title {
   color: #0c7bc0;
   font-size: 28px;
   line-height: 32px;
   font-weight: 700;
   border-bottom: 2px solid #7db5d7;
   padding-bottom: 13px;
   margin: 10px 0 25px;
}
.common-content .subtitle {
   font-size: 20px;
   color: #535557;
}
.common-content ul {
   list-style-image: url(../img/common-content-bullet.png);
}
.common-content ul li {
   margin-bottom: 4px;
}

.common-content ul ul{
   list-style-image: url(../img/common-content-bullet-medium.png) ;
}

.common-content ul ul ul{
   list-style-image: url(../img/common-content-bullet-small.png) ;
}


.common-content .committee-members .item {
   background-color: #e6ebef;
   border-bottom: 5px solid #9eb3c2;
   padding: 30px;
   margin-bottom: 20px;
}
.common-content .committee-members .name {
   color: #535557;
   font-size: 18px;
   font-weight: 700;
   margin: 0;
}
/* baiju modified the width from 92px to 101px */
.common-content .committee-members figure {
  width: 101px;
  text-align: center;
  overflow: hidden;
  float: left;
}
.common-content .committee-members figure img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 4px solid #afc3d2;
}
.common-content .committee-members figure + .pull {
  margin-left: 120px;
}

<!-- speakers page -->
.common-content .speaker-list .item {
   background-color: #e6ebef;
   border-bottom: 5px solid #9eb3c2;
   padding: 5px;
   margin-bottom: 20px;
}
.common-content .speaker-lists .name {
   color: #535557;
   font-size: 12px;
   font-weight: 700;
   margin: 0px auto;
}
/* baiju modified the width from 92px to 101px */
.common-content .speaker-lists figure {
  text-align: center;
  overflow: hidden;
}
.common-content .speaker-list figure img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 4px solid #afc3d2;
  text-align:center;
}

<!-- end -->
.contact-page .title {
   color: #535557;
   text-transform: uppercase;
   font-size: 20px;
   margin: 40px 0 25px;
   float: left;
   width: 100%;
}
.contact-page .map-canvas img {
    max-width: 100%;
}
.contact-page .share-links ul {
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
}
.contact-page .share-links ul li {
    float: left;
    margin-right: 8px;
}
.contact-page .share-links ul li a {
    background-color: #1a222f;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: block;
    -webkit-border-radius: 35px;
    border-radius: 35px;
}
.contact-page .form {
   border: 1px solid #e5e6e7;
   padding: 20px;
}
.contact-page .form .form-group {
   margin-bottom: 10px;
   float: left;
   width: 100%;
}
.contact-page .form label {
   color: #535557;
   font-weight: 400;
   text-align: left!important;
}
.contact-page .form .btn,
.halloffame-modal .btn-more {
   display: inline-block;
   *display: inline;
   zoom: 1;
   font-size: 20px;
   color: white;
   text-transform: uppercase;
   border: 0;
   padding: 8px 25px;
   -webkit-border-radius: 6px;
   border-radius: 6px;
   background: #0c7bc0;
}
@media (max-width: 991px) {
    .common-content .committee-members figure {
        width: auto;
        margin-bottom: 15px;
        float: none;
        text-align: center;
    }
    .common-content .committee-members figure + .pull {
        margin-left: 0;
    }
}

.halloffame .item {
   border: 2px solid #dfe8ef;
   padding: 30px;
   margin-bottom: 20px;
}
.halloffame .name {
   color: #535557;
   font-size: 18px;
   font-weight: 700;
   margin: 0;
}
.halloffame .name small {
   display: block;
   color: #4f4f4f;
   font-size: 14px;
   font-weight: normal;
}
.halloffame figure {
  width: 92px;
  text-align: center;
  overflow: hidden;
  float: left;
}
.halloffame figure img {
  max-width: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 5px solid #1f78bf;
}
.halloffame figure + .pull {
  margin-left: 120px;
}
.yr-link {
   list-style: none;
   margin: 0;
   padding: 0;
}
.yr-link li {
   display: inline-block;
   *display: inline;
   zoom: 1;
   margin-right: 4px;
}
.yr-link li a {
   display: block;
   background-color: #cfdfec;
   font-size: 16px;
   color: #0c7bc0;
   padding: 6px 20px;
}
.halloffame-modal .close {
   width: 30px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   background: #3c4043;
   border: 0;
   color: white;
   font-size: 26px;
   position: absolute;
   right: 5px;
   top: 7px;
   -webkit-border-radius: 30px;
   border-radius: 30px;
}
.halloffame-modal .modal-header {
   border-bottom: 0;
}
.halloffame-modal .modal-title {
   color: #0c7bc0;
   font-size: 26px;
   font-weight: bold;
   text-transform: uppercase;
   margin:0 !important;
   padding:0 15px !important;
}
.halloffame-modal .title {
   text-transform: uppercase;
}
.halloffame-modal .adr {
   padding: 0px 30px 20px;
   background-color: #f1f6fa;
}
.halloffame-modal .btn-more {
   font-size: 18px;
   text-transform: none;
}
@media (min-width: 992px) {
   .halloffame-modal .modal-dialog {
      width: 750px;
   }
}

<!--for hall-of-fame page -->
.hall-of-fame .item {
	border: 2px solid #dfe8ef;
	padding: 0px;
	margin-bottom: 40px;
	}
.hall-of-fame h4 { text-align:center }

.hall-of-fame figure {
  width: 100px;
  text-align: center;
  margin:0px auto;
  overflow: hidden;
}
.hall-of-fame figure img {
  max-width: 100%;
  border-radius: 100%;
  
  -webkit-border-radius: 5%;
  border: 4px solid #1f78bf;
}
.hall-of-fame figure + .pull {
  margin-left: 120px;
}
.hall-of-fame .yr-link {
   list-style: none;
   margin: 0;
   padding: 0;
}
.hall-of-fame .yr-link li {
   display: inline-block;
   *display: inline;
   zoom: 1;
   margin-right: 4px;
}
.hall-of-fame .yr-link li a {
   display: block;
   background-color: #cfdfec;
   font-size: 16px;
   color: #0c7bc0;
   padding: 6px 20px;
}
.hall-of-fame-modal .close {
   width: 30px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   background: #3c4043;
   border: 0;
   color: white;
   font-size: 26px;
   position: absolute;
   right: 14px;
   top: 14px;
   -webkit-border-radius: 30px;
   border-radius: 30px;
}
.hall-of-fame-modal .modal-header {
   border-bottom: 0;
}
.hall-of-fame-modal .modal-title {
   color: #0c7bc0;
   font-size: 30px;
   font-weight: bold;
   text-transform: uppercase;
}
.hall-of-fame-modal .title {
   text-transform: uppercase;
}
.hall-of-fame-modal .adr {
   padding: 0px 30px 20px;
   background-color: #f1f6fa;
}
.hall-of-fame-modal .btn-more {
   font-size: 18px;
   text-transform: none;
}
@media (min-width: 992px) {
   .hall-of-fame-modal .modal-dialog {
      width: 750px;
   }
}







/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
	
	

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


@media (min-width: 300px) and (max-width: 992px) {
	.canvas {
		width:100%;
		height:auto;
	}
	.canvas figure {
		width:100%;
		height:100%;
	}
	#canvas img {
		width:100%;
		height:100%;
	}
}




table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #d9e1e5; 
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}



/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 30%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "FROM"; }
	td:nth-of-type(2):before { content: "TO"; }
	td:nth-of-type(3):before { content: "TOPICS"; }
	td:nth-of-type(4):before { content: "SPEAKER"; }
}


@media (min-width: 800px) and (max-width: 1400px) {
	.desktop-only {display:block;}
}
@media (max-width: 799px) {
	.desktop-only {display:none;}
}


.wkshop .date {
  color: #0e131c;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 2px;
  background-color: #0c7bc0;
  padding: 8px 15px;
}

.wkshop .loc {
  color: white;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 10px;
}

@media (max-width: 760px) {
	.persist-header {
	background-color:#559cdc !important;
	color:#000000 !important; 
	opacity:1;
	z-index:1 !important;
	}
}